@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*/

/*sub32_nav*/
.sub3_nav ul li:nth-child(4):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(4):hover:after {
    animation: sub3_nav 0.5s forwards;
}
@keyframes sub3_nav {
    0% {
        width: 0px;
    }
    100% {
        width: 100px;
    }
}
.sub3_nav ul li:nth-child(4):hover {
    background: rgba(115, 51, 97, 0);
}
.sub3_nav ul li:nth-child(4):hover a {
    color: #333;
}

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

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

.sub32_a3_content {
    display: flex;
    align-items: center;
}
.sub32_a3_content p {
    color: #fff;
}
.sub32_a3_content ul {
    width: 47%;
}
.sub32_a3_content .oneimplant_vs {
    width: 6%;
    text-align: center;
    font-size: 30px;
    font-weight: 500;
}
.sub32_a3_ctitle {
    font-size: 30px;
    font-weight: 600;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    letter-spacing: -1.5px;
}
.sub32_a3_ctitle_oneday {
    font-weight: 500;
}

.sub32_a3_nimplant .sub32_a3_ctitle {
    color: #333;
    background: #fff;
}
.nimplant_step p {
    box-sizing: border-box;
    border: 1px solid #fff;
    height: 80px;
    font-size: 26px;
    font-weight: 400; /*margin-bottom: 10px;*/
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.sub32_a3_next {
    margin: 10px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.nimplant_step span,
.oneimplant_step span {
    background: #fff;
    width: 25px;
    height: 25px;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 3px;
    padding-right: 2px;
    font-size: 18px;
}

.sub32_a3_oneimplant .sub32_a3_ctitle {
    color: #fff;
    background: #5788df;
}
.oneimplant_step {
    box-sizing: border-box;
    border: 1px solid #fff; /*margin-bottom: 10px;*/
    height: 600px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
}
.oneimplant_step p {
    font-size: 26px;
    font-weight: 400;
    margin-bottom: 20px;
    position: relative;
    padding-left: 12px;
    text-align: center;
}
.oneimplant_step p:after {
    position: absolute;
    content: '';
    width: 5px;
    height: 5px;
    background: #fff;
    top: 19px;
    left: 0;
    border-radius: 50%;
}
.oneimplant_step .last_step {
    margin-bottom: 0px;
}
.oneimplant_step .last_step strong {
    color: #fff;
    letter-spacing: -1px;
    font-weight: 500;
}
.oneimplant_step .last_step:after,
.oneimplant_step_last p:after {
    display: none;
}

.oneimplant_step_last {
    height: 80px;
}
.oneimplant_step_last p {
    margin-bottom: 0;
}

.a3_implant_notice {
    margin-top: 30px;
}
.a3_implant_notice p {
    font-size: 18px;
    letter-spacing: -0.5px;
    font-weight: 400;
    margin-bottom: 15px;
    padding-left: 15px;
    position: relative;
}
.a3_implant_notice p:last-child {
    margin-bottom: 0;
}
.a3_implant_notice p:after {
    content: '';
    position: absolute;
    top: 13px;
    left: 0;
    background: #fff;
    height: 1px;
    width: 10px;
}

/*sub32_a4*/
.sub32_a4_wrap {
    background: url(../../../images/sub3_images/sub32_a4_bg.jpg) 20% 100%
        no-repeat;
    background-size: cover;
}
.sub32_a4_texts {
    background: #33333e;
    width: 65%;
    padding: 50px 50px;
}
.sub32_a4_texts .sub_title {
    text-align: left;
    color: #fff;
    font-weight: 500;
}
.sub32_a4_texts .sub_title_bar {
    margin: 0;
    background: #fff;
}

.sub32_a4_wrap ul {
    margin: 40px 0;
}
.sub32_a4_wrap ul li,
.sub32_a4_wrap .oneimplant_recomm {
    position: relative;
    font-size: 20px;
    font-weight: 300;
    padding-left: 24px;
    margin-bottom: 15px;
    color: #fff;
    letter-spacing: -0.5px;
}
.sub32_a4_wrap ul li:after {
    content: '';
    position: absolute;
    left: 0;
    top: 10px;
    width: 10px;
    height: 10px;
    background: #fff;
}

.sub32_a4_wrap .oneimplant_recomm {
    margin-bottom: 0 !important;
    padding-left: 0 !important;
}

@media (max-width: 960px) {
    /*a3*/
    .sub32_a3_wrap .sub_title {
        line-height: 38px;
        margin-bottom: 40px;
    }
    .nimplant_step span,
    .oneimplant_step span {
        font-size: 16px;
    }
    .sub32_a3_ctitle {
        font-size: 28px;
        height: 70px;
    }
    .nimplant_step p {
        font-size: 21px;
        height: 70px;
    }

    .oneimplant_step {
        height: 550px;
    }
    .oneimplant_step p {
        font-size: 21px;
    }
    .oneimplant_step p:after {
        top: 14px;
    }
    .oneimplant_step_last {
        height: 70px;
    }

    .a3_implant_notice {
        height: 100px;
    }
    .a3_implant_notice p {
        font-size: 17px;
        letter-spacing: 0;
        margin-bottom: 12px;
    }
    .a3_implant_notice p:after {
        top: 12px;
    }

    /*a4*/
    .sub32_a4_texts {
        width: 85%;
        padding: 40px;
    }
    .sub32_a4_wrap ul {
        margin: 30px 0;
    }
    .sub32_a4_wrap ul li,
    .sub32_a4_wrap .oneimplant_recomm {
        font-size: 18px;
        margin-bottom: 12px;
    }
    .sub32_a4_wrap ul li:after {
        top: 8px;
    }
} /*960*/

@media (max-width: 900px) {
} /*900*/

@media (max-width: 775px) {
} /*768*/

@media (max-width: 768px) {
} /*768*/

@media (max-width: 680px) {
} /*680*/

@media (max-width: 640px) {
    /*a3*/
    .sub32_a3_wrap .sub_title {
        margin-bottom: 30px;
        line-height: 34px;
    }
    .sub32_a3_ctitle {
        font-size: 24px;
        height: 60px;
    }
    .nimplant_step p {
        font-size: 19px;
        height: 60px;
    }

    .sub32_a3_content .oneimplant_vs {
        width: 7%;
        font-size: 26px;
    }

    .nimplant_step span,
    .oneimplant_step span {
        width: 20px;
        height: 20px;
        font-size: 15px;
    }
    .oneimplant_step {
        height: 500px;
    }
    .oneimplant_step_last {
        height: 60px;
    }
    .oneimplant_step p {
        font-size: 19px;
    }
    .oneimplant_step p:after {
        top: 12px;
    }

    .a3_implant_notice p {
        font-size: 16px;
        margin-bottom: 10px;
    }
    .a3_implant_notice p:after {
        top: 11px;
    }

    /*a4*/
    .sub32_a4_texts {
        padding: 30px;
        width: 90%;
    }
    .sub32_a4_wrap ul {
        margin: 20px 0;
    }
    .sub32_a4_wrap ul li,
    .sub32_a4_wrap .oneimplant_recomm {
        font-size: 17px;
        padding-left: 20px;
    }
    .sub32_a4_wrap ul li:after {
        top: 7px;
    }
} /*640*/

@media (max-width: 480px) {
    /*a3*/
    .sub32_a3_wrap .sub_title {
        margin-bottom: 20px;
        line-height: 30px;
    }
    .sub32_a3_ctitle {
        font-size: 20px;
        height: 50px;
        margin-bottom: 10px;
    }

    .sub32_a3_content {
        flex-direction: column;
    }
    .sub32_a3_content ul {
        width: 90%;
    }

    .sub32_a3_ctitle {
        font-size: 22px;
        margin-bottom: 14px;
    }
    .nimplant_step p {
        font-size: 17px;
    }
    .a3_implant_notice {
        height: auto;
        margin-top: 12px;
    }
    .a3_implant_notice p {
        margin-bottom: 6px;
    }
    .sub32_a3_content .oneimplant_vs {
        width: 100%;
        padding: 12px 0 20px 0;
    }

    .oneimplant_step {
        height: 250px;
    }
    .oneimplant_step_last {
        height: 60px;
    }
    .oneimplant_step p {
        font-size: 17px;
    }
    .oneimplant_step p:after {
        top: 10px;
    }

    /*a4*/
    .sub32_a4_texts {
        padding: 20px;
        width: 100%;
    }
    .sub32_a4_wrap ul li,
    .sub32_a4_wrap .oneimplant_recomm {
        font-size: 16px;
        padding-left: 17px;
    }
    .sub32_a4_wrap ul li:after {
        top: 8px;
        width: 8px;
        height: 8px;
    }
} /*480*/

@media (max-width: 400px) {
} /*400*/

@media (max-width: 380px) {
} /*380*/
