@charset "utf-8";
@import url("../../../fonts/Cormorant_Infant/CormorantInfant.css");
@import url("../../../fonts/Noto_Serif_KR/Noto_Serif_KR.css");
@import url("../../../fonts/BookAntiqua/BookAntiqua.css");

section {
    letter-spacing: -1px;
}

section > .inner {padding: 160px 16.66%; box-sizing: border-box;}
section .inner .title_text {font-weight: 700; font-size: 64px; letter-spacing: -1px; text-align: center; margin-bottom: 80px;}
section .inner .title_text .add_text {display: block; font-weight: 400; font-size: .63em; line-height: 1.2em; margin-bottom: .5em;}
section .inner .sub_title {font-size: 50px; font-weight: 700; line-height: normal; letter-spacing: -1px; text-align: center; margin-bottom: 80px;}
section .inner .sub_explain p {font-size: 28px; line-height: 42px; letter-spacing: -1px; text-align: center; margin-bottom: 1em;}
section .inner .sub_explain p:last-of-type {margin-bottom: 0;}
section .inner .sub_explain p strong {font-weight: 600;}

section.pre {
    text-align: center;
}

section.pre .sub_title {
    font-family: "Nanum Myeongjo", serif;
    font-weight:bold;
    font-size:32px;
    padding-top:100px;
    color:#291C19;
}

section.pre .title {
    font-weight: bold;
    font-size:65px;
    text-align: center;
    color:#000;
    padding-top:30px;
}

section.pre .title span {
    color:#FF5F00;
}

section.pre .desc {
    margin-top:50px;
    font-size:32px;
    font-weight:bold;
    text-align: center;
}

section.pre .desc span {
    color:#FF5F00;
}

section.pre mark {
    background-color:#FFF7C0;
}

section.pre .worry_img {
    padding-top:100px;
}

section.recommend {
    display:block;
    background-color:#FFF4ED;
    font-weight:bold;
}

section.recommend .title {
    font-size:65px;
    color:#291C19;
    text-align: center;
    padding-top:100px;
}

section.recommend .title span {
    color:#FF5F00;
    display:block;
}

section.recommend .cases-container {
    max-width: 1200px;
    margin: 20px auto;
    padding: 0 15px;
    padding-top: 50px;
    padding-bottom: 100px;
}

section.recommend .cases-grid {
    font-size: 0;
}

section.recommend .case-item {
    background-color: #fff;
    padding: 20px;
    display: block;
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
    margin-left: 0;
    margin-top: 0;
    text-align:left;
}

section.recommend .case-number {
    color: #FF5F00;
    font-weight: bold;
    margin-bottom: 5px;
    font-size: 25px;
}

section.recommend .case-description {
    margin-bottom: 15px;
    font-size: 28px;
    font-weight: normal;
    padding-top: 20px;
    max-width: 90%;
}

section.recommend .case-description strong {
    font-weight: bold;
}

section.recommend .case-image img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}

@media (min-width: 768px) {
    section.recommend .cases-grid {
        font-size: 0;
        text-align: center;
        margin:0 auto;
        margin-bottom: -30px;
    }

    section.recommend .case-item {
        display: inline-block;
        vertical-align: top;
        padding: 25px;
        width: 27%;
        margin-right: 30px;
        margin-bottom: 30px;
        margin-left: 0;
        margin-top: 0;
        font-size: initial;
    }

    section.recommend .case-item:nth-child(3n) {
        margin-right: 0;
    }
}


section.info {
    display:block;
}
section.info .rimg {
    max-width:1280px;
}
section.info .title {
    font-size:65px;
    color: #000;
    text-align: center;
    font-weight:bold;
    padding-top:100px;
    padding-bottom:80px;
}
section.info .title span {
    color:#FF5F00;
}

section.info .desc {
    font-size:28px;
    text-align: center;
}

section.info .desc p {
    padding-top:60px;
}
section.info .desc p strong {
    color:#FF5F00
}


section.before_after {
    background-color:#fffbe0;
    margin-top:100px;
}

section.before_after .rimg {
    max-width:1280px;
}

section.before_after .title {
    text-align:center;
    font-size:65px;
    font-weight:bold;
    padding-top:130px;
    padding-bottom:100px;
}
section.before_after .title strong {
    color:#FF5F00;
}

section.before_after .sub_desc {
    font-size:32px;
    text-align:center;
    font-weight: 400;
    padding-top:100px;
}

section.before_after .sub_desc strong {
    color:#FF5F00;
}

section.before_after .sub_desc_comment {
    text-align: center;
    font-size:24px;
    padding-top:30px;
    padding-bottom: 130px;;
    color:#777c81;
}


.info_surgery {background: #FAFAFA;}
.info_surgery .inner ul {display: flex;}
.info_surgery .inner ul li {width: 33.33333%; padding: 0 2%; box-sizing: border-box; border-left: 1px solid #DFE0E2;}
.info_surgery .inner ul li:first-child {border-left: none;}
.info_surgery .inner ul li .icon_box {width: 60%; padding-top: 60%; background-position: center; background-repeat: no-repeat; background-size: contain; margin: 0 auto 10px;}
.info_surgery .inner ul li p {font-size: 24px; letter-spacing: -1px; color: #474A4D; text-align: center;}
.info_surgery .inner ul li p strong {display: block; font-size: 32px; font-weight: 600; line-height: 46px; letter-spacing: -1px; color: #161718; margin-bottom: .3em;}



section.howto {
    background-color:#fffcf1;
}

section.howto .rimg {
    max-width:1280px;
}

section.howto .title {
    text-align:center;
    font-size:65px;
    font-weight:bold;
    padding-top:130px;
    padding-bottom:100px;
}
section.howto .title strong {
    color:#FF5F00;
}

section.howto .sub_desc {
    font-size:32px;
    text-align:center;
    font-weight: 400;
    padding-top:100px;
}

section.howto .sub_desc strong {
    color:#FF5F00;
}

section.howto .sub_desc_comment {
    text-align: center;
    font-size:24px;
    padding-top:30px;
    padding-bottom: 130px;;
    color:#777c81;
}


section.other {
    background-color:#fff;
}

section.other .rimg {
    max-width:1280px;
}

section.other .title {
    text-align:center;
    font-size:65px;
    font-weight:bold;
    padding-top:130px;
    padding-bottom:100px;
}
section.other .title strong {
    color:#FF5F00;
}

section.other .banners_wrap {
    max-width:1280px;
    margin:0 auto;
    padding-bottom:100px;
}

section.other .banners_wrap::after {
    content:" ";
    clear:both;
    width:100%;
    height:0;
    display:block;
}

section.other .banners_wrap .banner {
    display:block;
    max-width:48%;
}
section.other .banners_wrap .banner img {
    max-width:100%;
}

/* 태블릿 (해상도 769px ~ 1024px) */
@media screen and (max-width:1024px) {
    /* content */
    .info_surgery .inner ul {flex-wrap: wrap; row-gap: 40px; justify-content: center;}
    .info_surgery .inner ul li {width: 48%;}
    .info_surgery .inner ul li:nth-child(2n-1) {border-left: none;}
    .info_surgery .inner ul li .icon_box {width: 50%; padding-top: 50%; margin: 0 auto 20px;}
    .info_surgery .inner ul li p {font-size: 28px;}
    .info_surgery .inner ul li p strong {font-size: 36px; margin-bottom: .3em;}
}

/* 모바일 가로, 모바일 세로 (해상도 375px ~ 768px)*/
@media screen and (max-width:768px) {
    .info_surgery .inner ul li .icon_box {margin: 0 auto 8px;}
    .info_surgery .inner ul li p {font-size: 16px; line-height: 18px;}
    .info_surgery .inner ul li p strong {font-size: 24px; line-height: 28px; margin-bottom: .3em;}
}




/* PC 화면 스타일 (예: 1024px 이상) */
@media (min-width: 1024px) {
    
}

/* 태블릿 화면 스타일 (예: 768px ~ 1023px) */
@media (min-width: 768px) and (max-width: 1023px) {
    .rimg {
        max-width:100% !important;
    }
    section.pre .sub_title {
        font-size:4vw;
    }
    section.pre .title {
        font-size: 8.5vw;
        padding-top: 10px;
    }
    section.pre .desc {
        font-size:3.5vw;
        line-height: 40px;
    }
    section.pre .worry_img {
        padding-top: 50px;
        margin:0 10px;
    }
    section.recommend .title {
        font-size:8.5vw;
        padding-top:50px;
    }
    section.recommend .case-item {
        padding:0;
    }
    section.recommend .case-text-wrap {
        padding: 50% 0 0;
        margin: 0 32px;
        float: left;
        width: 38%;
        height: 100%;
        margin-top: -42%;
    }
    section.recommend .case-image {
        padding-bottom: 32px;
        padding-top:32px;
    }
    section.info .title {
        font-size:8.5vw;
    }
    section.info .contents {
        margin:0 10px;
    }
    section.info .desc {
        font-size:3.5vw;
        line-height: 35px;
    }
    section.info .desc p {
        padding-top:20px;
    }
    section.before_after .title {
        font-size:8.5vw;
        padding-top:100px;
        padding-bottom: 0;
    }
    section.before_after .sub_desc {
        font-size:4vw;
        line-height:40px;
        padding-top:50px;
    }
    section.before_after .sub_desc_comment {
        font-size:2.5vw;
        padding-bottom:100px;
    }
    section.howto .title {
        font-size:8.5vw;
    }

    section.howto img[src*='howto'] {
        max-width:90% !important;
        margin:0 auto;
    }
    section.howto .sub_desc_comment {
        font-size:4vw;
        margin:0 10px;
    }
    section.other .title {
        font-size:8.5vw;
        padding-top:50px;
        padding-bottom:0;
    }
    section.other .banners_wrap .banner {
        max-width:100%;
        width:auto;
        display:block;
        padding-top:50px;
        margin:0 10px;
    }
    section.recommend .case-item {
        width: 100%;
        display:block;
    }
    section.howto .sub_desc_comment {
        font-size:2.5vw;
        margin:0 10px;
    }
    section.other .title {
        font-size:6.5vw;
        padding-top:100px;
        padding-bottom:0;
    }
    section.other .banners_wrap {
        margin:0 10px;
        padding-top:50px;
    }
}

/** 모바일 */
@media (max-width: 767px) {
    .rimg {
        max-width:100% !important;
    }
    section.recommend .case-description {
        font-size:6vw;
    }
    section > .inner {
        padding: 80px 5%;
    }
    section.pre .sub_title {
        font-size:5vw;
    }
    section.pre .title {
        font-size: 9.5vw;
        padding-top: 10px;
    }
    section.pre .desc {
        font-size:4.5vw;
        line-height: 30px;
    }
    section.pre .worry_img {
        padding-top: 50px;
        margin:0 10px;
    }
    section.recommend .title {
        font-size:9.5vw;
        padding-top:50px;
    }
    section.recommend .case-item {
        padding:0;
    }
    section.recommend .case-text-wrap {
        padding:32px 0 0;
        margin:0 32px;
    }
    section.recommend .case-image {
        padding-bottom: 32px;
    }
    section.info .title {
        font-size:9.5vw;
        padding: 50px 0;
    }
    section.info .contents {
        margin:0 10px;
    }
    section.info .desc {
        font-size:4.5vw;
        line-height: 35px;
    }
    section.info .desc p {
        padding-top:20px;
    }
    section.before_after {
        margin-top:50px;
    }
    section.before_after .title {
        font-size:9.5vw;
        padding-top:50px;
        padding-bottom: 10px;
    }
    section.before_after .sub_desc {
        font-size:5vw;
        padding-top:50px;
        padding-bottom:40px;
    }
    section.before_after .sub_desc_comment {
        font-size:3.5vw;
        padding-top:10px;
        padding-bottom: 50px;
    }
    section.howto .title {
        font-size:9.5vw;
        padding-top:50px;
        padding-bottom: 20px;
    }

    section.howto img[src*='howto'] {
        max-width:90% !important;
        margin:0 auto;
    }
    section.howto .sub_desc_comment {
        font-size:4vw;
        margin:0 10px;
        padding-bottom: 50px;
    }
    section.other .title {
        font-size:9.5vw;
        padding-top:50px;
        padding-bottom:0;
    }
    section.other .banners_wrap .banner {
        max-width:100%;
        width:auto;
        display:block;
        padding-top:50px;
        margin:0 10px;
    }
}