main {
    width: 100%;
    padding: 0;
}

.exceptional_box {
    background-color: #4154F1;
}

.exceptional_header {
    max-width: 177vw;
    margin: 0 auto;
    position: relative;
}

.exceptional_header_img {
    width: 100%;
    height: 38vw;
}

.exceptional_header_text {
    font-weight: bold;
    font-size: 100px;
    line-height: 110px;
    position: absolute;
    top: 40%;
    left: 26%;
    width: 500px;
    color: #ffffff;
}

.exceptional_header ::after {
    content: '';
    position: absolute;
    top: -25%;
    left: 0;
    height: 20px;
    width: 100px;
    background-color: #FFFFFF;
}

.exceptional_content_header {
    width: 1000px;
    text-align: center;
    margin: 60px auto;
    font-weight: bold;
    font-size: 40px;
    color: #000000;
}

.exceptional_content_header_data {
    max-width: 65vw;
    margin: 0 auto;
}

.exceptional_content_header_data1 {
    background-image: url(/myiq/static/img/exceptional_content_header_data1.png);
    height: 32.2vw;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
    color: #FFFFFF;
    position: relative;
}


.exceptional_content_header_data1_title {
    width: 50%;
    position: absolute;
    top: 30%;
    left: 10%;
}

.exceptional_content_header_data1_title .h1 {
    font-weight: 400;
    font-size: 60px;
    line-height: 76px;
    margin-bottom: 30px;
    width: 80%;
}

.exceptional_content_header_data1_title .remoke {
    font-weight: 400;
    font-size: 14px;
    color: #FFFFFF;
    width: 80%;
}


.exceptional_content_header_data2 {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    margin: 80px 0;
}


.exceptional_content_header_data2_left {
    flex: 1;
    margin-right: 60px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: column;
}

.exceptional_content_header_data2_rigth {
    flex: 1.5;
    display: flex;
    justify-content: flex-end;
    position: relative;
}


.exceptional_content_header_data2_left_T {
    font-weight: bold;
    font-size: 44px;
    line-height: 50px;
    margin-bottom: 20px;
}

.exceptional_content_header_data2_left_R {
    font-weight: 400;
    font-size: 14px;
    color: #666666;
}


.exceptional_content_header_data2_rigth img {
    width: 670px;
    height: 500px;
}

.exceptional_content_header_data3 {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    margin: 30px 0;
}


.exceptional_content_header_data3_left {
    flex: 1;
    margin-left: 60px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: column;
}

.exceptional_content_header_data3_rigth {
    flex: 1.5;
    display: flex;
    justify-content: flex-start;
}


.exceptional_content_header_data3_left_T {
    font-weight: bold;
    font-size: 44px;
    line-height: 50px;
    margin-bottom: 20px;
}

.exceptional_content_header_data3_left_R {
    font-weight: 400;
    font-size: 14px;
    color: #666666;
}


.exceptional_content_header_data3_rigth img {
    width: 670px;
    height: 500px;
}


.exceptional_footer {
    max-width: 65vw;
    margin: 0 auto;
    height: 30vw;
    position: relative;
    margin-top: 41px;
    z-index: 1;
}

.exceptional_footer_left {
    width: 65%;
    height: 70%;
    background-color: #4154F1;
    position: absolute;
    bottom: 0;
    z-index: 3;
    border-top-right-radius: 250px;
    border-bottom-right-radius: 250px;
    display: flex;
    align-items: center;
    justify-content: space-between;

}

.exceptional_footer_left_box {
    position: relative;
    width: 100%;
    height: 100%;
    color: #FFFFFF;
}

.exceptional_footer_rigth {
    width: 80%;
    height: 100%;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 2;
}

.exceptional_footer_rigth img {
    height: 100%;
    margin-left: auto;
}


.exceptional_footer_left_box_data {
    width: 89%;
    color: #FFFFFF;
    position: absolute;
    top: 12%;
    left: 5%;
}

.exceptional_footer_left_box_data_title {
    font-weight: bold;
    font-size: 44px;
    margin-bottom: 20px;
}

.exceptional_footer_left_box_data_data {
    font-weight: 400;
    font-size: 14px;
}


.exceptional_footer_left_box_button {
    cursor: pointer;
    position: absolute;
    bottom: 0%;
    right: 50%;
    transform: translateX(50%);
}


.exceptional_footer_left_box_button_1 {
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 1s cubic-bezier(0.25, 0.8, 0.25, 1);
    width: 350px;
    height: 50px;
    background-color: transparent;
    border: 1px solid #ffffff;
    color: #FFFFFF;
    border-radius: 25px;
    margin-bottom: 20px;
    cursor: pointer;
    font-size: 18px;
}

@media (hover: hover) and (pointer: fine) {

    .exceptional_footer_left_box_button_1:hover {
        background-color: #FFFFFF;
        color: #4154F1;
    }
}

@media (hover: hover) and (pointer: fine) {

    .exceptional_footer_left_box_button_1:hover > .exceptional_footer_left_box_button_icom {
        background-image: url(/myiq/static/img/exceptional_footer_left_box_button_icom_active.png);

    }
}

.exceptional_footer_left_box_button_icom {
    transition: all 1s cubic-bezier(0.25, 0.8, 0.25, 1);
    width: 34px;
    height: 15px;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    background-image: url(/myiq/static/img/exceptional_footer_left_box_button_icom.png);
    margin-left: 10px;
}


.iq_test_button {
    width: 350px;
    height: 50px;
    background-color: #4154F1;
    color: #FFFFFF;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    margin-top: 20px;
    align-items: center;
    transition: all 1s cubic-bezier(0.25, 0.8, 0.25, 1);
    cursor: pointer;
    font-size: 18px;
}

.iq_test_button_icon {
    width: 34px;
    height: 15px;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    background-image: url(/myiq/static/img/exceptional_footer_left_box_button_icom.png);
    transition: all 1s cubic-bezier(0.25, 0.8, 0.25, 1);
    margin-left: 10px;
}

@media (hover: hover) and (pointer: fine) {

    .iq_test_button:hover {
        background-color: #ffffff;

        color: #4154F1;
        border: 1px solid #4154F1;
    }
}

@media (hover: hover) and (pointer: fine) {

    .iq_test_button:hover > .iq_test_button_icon {
        background-image: url(/myiq/static/img/exceptional_footer_left_box_button_icom_active.png);

    }
}


.img_pc {
    display: block;
}

.img_m {
    display: none;
}


@media (max-width: 768px) {
    .exceptional_footer_left_box {
        position: relative;
        width: 100%;
        height: 100%;
        color: #FFFFFF;
    }

    .img_pc {
        display: none;
    }

    .img_m {
        display: block;
    }


    .iq_test_button {
        width: 70vw;
        height: 11vw;
        background-color: #ffffff;
        border-radius: 8vw;
        display: flex;
        justify-content: center;
        align-items: center;
        transition: all 1s cubic-bezier(0.25, 0.8, 0.25, 1);
        font-size: 4vw;
        border: 1px solid #4154F1;
        color: #4154F1;
    }

    .iq_test_button_icon {
        width: 7vw;
        height: 5vw;
        background-repeat: no-repeat;
        background-size: 100%;
        background-position: center;
        background-image: url(/myiq/static/img/exceptional_footer_left_box_button_icom_active.png);
        transition: all 1s cubic-bezier(0.25, 0.8, 0.25, 1);
    }

    @media (hover: hover) and (pointer: fine) {

        .iq_test_button:hover {
            background-color: #4154F1;
            color: #FFFFFF;
        }
    }
    @media (hover: hover) and (pointer: fine) {

        .iq_test_button:hover > .iq_test_button_icon {
            background-image: url(/myiq/static/img/exceptional_footer_left_box_button_icom.png);
        }
    }


    .exceptional_header_text {
        font-size: 6vw;
        width: 28vw;
        line-height: 30;
        line-height: 7vw;
        top: 38%;
        left: 22%;
    }

    .exceptional_header ::after {
        content: '';
        position: absolute;
        top: -15%;
        left: 0%;
        height: 1.3vw;
        width: 7vw;
        background-color: #FFFFFF;
    }

    .exceptional_content_header {
        width: 80%;
        text-align: center;
        margin: 5vw auto;
        font-weight: bold;
        font-size: 3vw;
        color: #000000;
    }

    .exceptional_content_header_data {
        max-width: 90vw;
        margin: 0 auto;
    }

    .exceptional_content_header_data1 {
        background-image: url(/myiq/static/img/exceptional_content_header_data1_m.png);
        height: 43.2vw;
        background-size: 100% 100%;
        background-repeat: no-repeat;
        background-position: center;
    }

    .exceptional_content_header_data1_title_m_remoke {
        font-weight: 400;
        font-size: 3vw;
        color: #666666;
        margin-top: 3vw;
    }

    .exceptional_content_header_data1_title {
        width: 50%;
        position: absolute;
        top: 30%;
        left: 13%;
    }

    .exceptional_content_header_data1_title .h1 {
        font-weight: 400;
        font-size: 6vw;
        line-height: 7vw;
        margin-bottom: 2vw;
        width: 100%;
    }

    .exceptional_content_header_data1_title .remoke {
        font-weight: 400;
        font-size: 1.1vw;
        color: #FFFFFF;
        width: 80%;
    }

    .exceptional_content_header_data2 {
        flex-direction: column;
        margin: 5vw 0;

    }

    .exceptional_content_header_data2_left {
        flex: 1;
        margin-right: 0;
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        justify-content: center;
        flex-direction: column;
        order: 2;
    }

    .exceptional_content_header_data2_left_T {
        font-size: 6vw;
        line-height: 6.5vw;
        margin-bottom: 3.5vw;
    }

    .exceptional_content_header_data2_left_R {
        font-weight: 400;
        font-size: 3vw;
    }

    .exceptional_content_header_data2_rigth {
        flex: 1;
        display: flex;
        justify-content: flex-end;
        margin: 5vw 0;
    }

    .exceptional_content_header_data2_rigth img {
        width: 100%;
        height: auto;
    }

    .exceptional_content_header_data3 {
        flex-direction: column;
        margin: 5vw 0;

    }

    .exceptional_content_header_data3_left {
        flex: 1;
        margin-left: 0;
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        justify-content: center;
        flex-direction: column;
        order: 2;
    }

    .exceptional_content_header_data3_left_T {
        font-size: 6vw;
        line-height: 6.5vw;
        margin-bottom: 3.5vw;
    }

    .exceptional_content_header_data3_left_R {
        font-weight: 400;
        font-size: 3vw;
    }

    .exceptional_content_header_data3_rigth {
        position: relative;
        flex: 1;
        display: flex;
        justify-content: flex-end;
        margin: 5vw 0;
        order: 2;
    }

    .exceptional_content_header_data3_rigth img {
        width: 100%;
        height: auto;
    }

    .exceptional_footer {
        max-width: 100%;
        margin: 0 auto;
        height: 123vw;
        position: relative;
        margin-top: 5vw;
        z-index: 1;
    }

    .exceptional_footer_left {
        width: 100%;
        height: 50%;
        background-color: #4154F1;
        position: absolute;
        bottom: 0;
        z-index: 3;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }

    .exceptional_footer_rigth {
        width: 100%;
        height: 50%;
        position: absolute;
        top: 0;
        right: 0;
        z-index: 2;
    }

    .exceptional_footer_rigth img {
        height: 100%;
        margin-left: auto;
        width: 100%;
    }


    .exceptional_footer_left_box_data_title {
        font-weight: bold;
        font-size: 5vw;
        margin-bottom: 1vw;
        line-height: 3.5vw;
        text-align: center;
    }

    .exceptional_footer_left_box_data_data {
        font-weight: 400;
        font-size: 3.5vw;
        line-height: 5vw;
        margin-top: 4vw;
    }


    .exceptional_footer_left_box_button {
        position: absolute;
        top: 107%;
        right: 50%;
        transform: translateX(50%);
    }

    .exceptional_footer_left_box_button_1 {
        display: flex;
        justify-content: space-evenly;
        align-items: center;
        transition: all 1s cubic-bezier(0.25, 0.8, 0.25, 1);
        width: 60vw;
        height: 10vw;
        background-color: transparent;
        border: 1px solid #4154F1;
        color: #4154F1;
        border-radius: 25px;
        margin-bottom: 20px;
        cursor: pointer;
        font-size: 4vw;
    }

    .exceptional_footer_left_box_button_icom {

        background-image: url(/myiq/static/img/exceptional_footer_left_box_button_icom_active.png);

    }

    .exceptional_footer_left_box_button_icom {
        width: 6vw;
        height: 5vw;
        margin-left: 1.2vw;
    }


}



.login_start{
    display: block;
    margin-left: 0;
}

.user_info{
    display: none;
}