@charset= "UTF-8";
/*font*/
@font-face {
    font-family: 'GmarketSansBold';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansBold.woff')
        format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'GmarketSansMedium';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansMedium.woff')
        format('woff');
    font-weight: normal;
    font-style: normal;
}
/*font*/

/*sub33_nav*/
.sub3_nav ul li:nth-child(5):after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 100px;
    height: 3px;
    background: rgba(115, 51, 97, 1);
    transform: translateX(-50%);
}
.sub3_nav ul li:nth-child(5):hover:after {
    animation: sub3_nav 0.5s forwards;
}
@keyframes sub3_nav {
    0% {
        width: 0px;
    }
    100% {
        width: 100px;
    }
}
.sub3_nav ul li:nth-child(5):hover {
    background: rgba(115, 51, 97, 0);
}
.sub3_nav ul li:nth-child(5):hover a {
    color: #333;
}

/*sub32_a2*/
.sub3_a2_wrap ul li:first-child {
    background: url(../../../images/sub3_images/sub33_a2_img1.jpg) 70% 50%
        no-repeat;
    background-size: cover;
    width: 50%;
    height: 590px;
}

/*sub33_a3*/
.sub33_a3_wrap {
    background: url(../../../images/sub3_images/sub33_a3_bg.jpg) 50% 50%
        no-repeat;
    background-size: cover;
}
.sub33_a3_wrap p {
    color: #fff;
}
.sub33_a3_wrap .sub_title {
    color: #fff;
    font-weight: 300;
    line-height: 40px;
    margin-bottom: 50px;
}
.sub33_a3_wrap .sub_title span {
    color: #fff;
    font-weight: 500;
}

.sub33_a3_content ul {
    display: flex;
    align-items: center;
    justify-content: center;
}
.sub33_a3_content p {
    text-align: center;
}
.sub33_a3_content ul li {
    width: 35%;
}
.sub33_a3_content ul li img {
    width: 100%;
    border-radius: 30px;
}

.sub33_a3_content ul li .sub33_a3_title {
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 20px;
}
.sub33_a3_content ul li .sub33_a3_text {
    font-size: 18px;
    font-weight: 300;
    height: 160px;
    padding-top: 20px;
}

.sub33_a3_content ul .navimplant_vs {
    width: 10%;
    color: #fff;
    text-align: center;
    font-size: 30px;
    margin-top: -80px;
}

.sub33_a3_content .nav_fast {
    font-size: 30px;
    letter-spacing: -1px;
    font-weight: 300;
}
.sub33_a3_content .nav_fast span {
    color: #fff;
    font-weight: 500;
}

/*sub33_a4*/
.sub33_a4_wrap {
    background: url(../../../images/sub3_images/sub33_a4_bg.jpg) no-repeat;
    background-size: cover;
}
.sub33_a4_wrap .sub_content {
    padding: 130px 0;
}
.sub33_a4_box {
    background: #45454f;
    width: 980px;
    margin: 0 auto;
    height: inherit;
}
.sub33_a4_box .sub_title {
    color: #fff;
    font-weight: 500;
    padding: 40px 10px;
    position: relative;
    margin-bottom: 0;
}
.sub33_a4_box .sub_title:after {
    position: absolute;
    content: '';
    background: #fff;
    width: 100%;
    height: 1px;
    left: 0;
    bottom: 0;
}
.sub33_a4_box ul {
    padding: 60px 10px;
}
.sub33_a4_box ul li {
    font-size: 20px;
    color: #fff;
    text-align: center;
    font-weight: 300;
    letter-spacing: -0.5px;
    margin-bottom: 20px;
}
.sub33_a4_box ul .sub33_a4_gtext {
    font-size: 16px;
    color: #c4c4c4;
    margin-top: 60px;
    margin-bottom: 0;
    letter-spacing: 0;
}

/*sub33_a5*/
.sub33_a5_wrap .sub_title span {
    font-size: 40px;
}
.sub33_a5_answer {
    font-size: 16px;
    color: #7b7b7b;
    text-align: center;
}
.sub33_a5_wrap ul {
    margin: 0 auto;
    width: 90%;
    padding-top: 60px;
    overflow: hidden;
}
.sub33_a5_wrap ul li {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 23.5%;
    float: left;
    margin-left: 2%;
}
.sub33_a5_wrap ul li:first-child {
    margin-left: 0;
}
.sub33_a5_titlett {
    font-size: 20px;
    font-weight: bold;
    margin: 25px 0 5px 0;
}
.sub33_a5_text {
    color: #848484;
    font-size: 16px;
    line-height: 26px;
}

@media (max-width: 1100px) {
    /*a4*/
    .sub33_a4_box {
        width: 92%;
    }
} /*1100*/

@media (max-width: 960px) {
    /*a3*/
    .sub33_a3_wrap .sub_title {
        margin-bottom: 40px;
        line-height: 38px;
    }
    .sub33_a3_content ul li {
        width: 40%;
    }
    .sub33_a3_content ul li .sub33_a3_title {
        font-size: 27px;
        margin-bottom: 14px;
    }
    .sub33_a3_content ul .navimplant_vs {
        margin-top: -100px;
    }
    .sub33_a3_content ul li .sub33_a3_text {
        font-size: 17px;
        padding-top: 15px;
    }
    .sub33_a3_content .nav_fast {
        font-size: 28px;
    }

    /*a4*/
    .sub33_a4_wrap .sub_content {
        padding: 100px 0;
    }
    .sub33_a4_box ul {
        padding: 50px 10px;
    }
    .sub33_a4_box ul li {
        font-size: 19px;
        margin-bottom: 18px;
    }
    .sub33_a4_box ul .sub33_a4_gtext {
        margin-top: 50px;
    }

    /*a5*/
    .sub33_a5_wrap ul {
        width: 100%;
        padding-top: 50px;
    }
    .sub33_a5_titlett {
        font-size: 19px;
        margin: 10px 0 4px 0;
    }
    .sub33_a5_text {
        font-size: 15px;
        line-height: 23px;
    }
} /*960*/

@media (max-width: 640px) {
    /*a3*/
    .sub33_a3_wrap .sub_title {
        margin-bottom: 30px;
        line-height: 35px;
    }
    .sub33_a3_content ul li {
        width: 46%;
    }
    .sub33_a3_content ul .navimplant_vs {
        font-size: 26px;
        width: 9%;
    }
    .sub33_a3_content ul li .sub33_a3_title {
        font-size: 23px;
        margin-bottom: 7px;
    }
    .sub33_a3_content ul .navimplant_vs {
        margin-top: -100px;
    }
    .sub33_a3_content ul li .sub33_a3_text {
        font-size: 15px;
        padding-top: 10px;
        height: 140px;
    }
    .sub33_a3_content .nav_fast {
        font-size: 24px;
    }

    /*a4*/
    .sub33_a4_wrap .sub_content {
        padding: 80px 0;
    }
    .sub33_a4_box ul {
        padding: 40px 10px;
    }
    .sub33_a4_box ul li {
        font-size: 17px;
        margin-bottom: 15px;
    }
    .sub33_a4_box ul .sub33_a4_gtext {
        font-size: 15px;
        margin-top: 40px;
    }

    /*a5*/
    .sub33_a5_wrap ul {
        width: 100%;
        padding-top: 50px;
    }
    .sub33_a5_wrap ul li {
        width: 49%;
        margin-left: 2%;
    }
    .sub33_a5_text {
        height: 100px;
    }
    .sub33_a5_wrap ul li:nth-child(3) {
        margin-left: 0;
    }
    .sub33_a5_wrap ul li:nth-child(3) .sub33_a5_text,
    .sub33_a5_wrap ul li:nth-child(4) .sub33_a5_text {
        height: auto;
    }
    .sub33_a5_titlett {
        font-size: 19px;
    }
    .sub33_a5_text {
        font-size: 16px;
        line-height: 24px;
    }
} /*640*/

@media (max-width: 480px) {
    /*a3*/
    .sub33_a3_wrap .sub_title {
        margin-bottom: 20px;
        line-height: 32px;
    }
    .sub33_a3_content ul {
        flex-direction: column;
    }
    .sub33_a3_content ul li {
        width: 72%;
    }
    .sub33_a3_content ul .navimplant_vs {
        font-size: 26px;
        width: 9%;
    }
    .sub33_a3_content ul li .sub33_a3_title {
        font-size: 21px;
        margin-bottom: 5px;
    }
    .sub33_a3_content ul .navimplant_vs {
        margin-top: 0px;
        padding: 6px 0 10px 0;
    }
    .sub33_a3_content ul li .sub33_a3_text {
        font-size: 15px;
        padding-top: 7px;
        height: auto;
        line-height: 23px;
    }
    .sub33_a3_content .nav_fast {
        font-size: 21px;
        margin-top: 30px;
    }

    /*a4*/
    .sub33_a4_wrap .sub_content {
        padding: 50px 0;
    }
    .sub33_a4_box .sub_title {
        padding: 30px 10px;
    }
    .sub33_a4_box ul {
        padding: 30px 10px;
    }
    .sub33_a4_box ul li {
        font-size: 16px;
        margin-bottom: 14px;
    }
    .sub33_a4_box ul .sub33_a4_gtext {
        font-size: 14px;
        margin-top: 30px;
    }

    /*a5*/
    .sub33_a5_answer {
        font-size: 15px;
    }
    .sub33_a5_wrap ul {
        width: 72%;
        padding-top: 40px;
    }
    .sub33_a5_wrap ul li {
        width: 100%;
        margin-bottom: 30px;
        margin-left: 0;
    }
    .sub33_a5_wrap ul li:last-child {
        margin-bottom: 0px;
    }
    .sub33_a5_text {
        height: auto;
    }
    .sub33_a5_titlett {
        font-size: 20px;
    }
    .sub33_a5_text {
        font-size: 16px;
        line-height: 25px;
    }
} /*480*/

@media (max-width: 380px) {
    .sub33_a3_content ul li {
        width: 80%;
    }
    .sub33_a5_wrap ul {
        width: 80%;
    }
} /*380*/
