@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Nanum+Gothic:wght@400;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100..900&display=swap');
@font-face {
    font-family: 'Paperlogy-9Black';
    src: url('../img/font/Paperlogy-9Black.woff') format(woff);
    font-weight: 900;
    font-style: normal;
}
@font-face {
    font-family: 'Paperlogy-8ExtraBold';
    src: url('../img/font/Paperlogy-8ExtraBold.woff') format(woff);
    font-weight: 800;
    font-style: normal;
}
@font-face {
    font-family: 'Paperlogy-7Bold';
    src: url('../img/font/Paperlogy-7Bold.woff') format(woff);
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'Paperlogy-6SemiBold';
    src: url('../img/font/Paperlogy-6SemiBold.woff') format(woff);
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: 'Paperlogy-5Medium';
    src: url('../img/font/Paperlogy-5Medium.woff') format(woff);
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'Paperlogy-4Regular';
    src: url('../img/font/Paperlogy-4Regular.woff') format(woff);
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Paperlogy-3Light';
    src: url('../img/font/Paperlogy-3Light.woff') format(woff);
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'Paperlogy-2ExtraLight';
    src: url('../img/font/Paperlogy-2ExtraLight.woff') format(woff);
    font-weight: 200;
    font-style: normal;
}
@font-face {
    font-family: 'Paperlogy-1Thin';
    src: url('../img/font/Paperlogy-1Thin.woff') format(woff);
    font-weight: 100;
    font-style: normal;
}

* {margin:0; padding:0; box-sizing:border-box;
    font-family: "Nanum Gothic", sans-serif;
    font-family:'Paperlogy-4Regular';
    word-break: keep-all;}
html {font-size: 16px;}
body {padding-right: 0 !important;}
span {display: block;}
.row {margin-right: 0; --bs-gutter-x: 0;}

.beigebg {
    /* background: #f7f3f2; */
    background: linear-gradient(45deg, #FFC39F, #FFF4EE);
}
.yellowbg {background:#FFF5EA;}
.deepyellowbg {background: #FEE6CD;}
.rygbg {background: linear-gradient(#FFFFFF, #FEF9F2)}

.pl9 {font-family: 'Paperlogy-9Black';}
.pl8 {font-family: 'Paperlogy-8ExtraBold';}
.pl7 {font-family: 'Paperlogy-7Bold';}

.pl6 {font-family: 'Paperlogy-6SemiBold';}
.pl5 {font-family: 'Paperlogy-5Medium';}
.pl4 {font-family: 'Paperlogy-4Regular';}

.pl3 {font-family: 'Paperlogy-3Light';}
.pl2 {font-family: 'Paperlogy-2ExtraLight';}
.pl1 {font-family: 'Paperlogy-1Thin';}


.fs6030 {font-size: 60px;}
.fs4528 {font-size: 45px;}
.fs3022 {font-size: 30px;}
.fs2218 {font-size: 22px;}
.fs2016 {font-size: 20px;}
.fs1815 {font-size: 18px;}
.interval {height: 80px;}
.pdtb60 {padding: 60px 0 120px 0;}
.pdth0120 {padding: 0 0 120px 0;}
.pdtb12060 {padding: 120px 0;}

@media screen and (max-width:767px) {
    .fs6030 {font-size: 30px;}
    .fs4528 {font-size: 28px;}
    .fs3022 {font-size: 22px;}
    .fs2218 {font-size: 18px;}
    .fs2016 {font-size: 16px;}
    .fs1815 {font-size: 15px;}   
    .interval {height: 40px;} 
    .pdtb60 {padding: 60px 0;}
    .pdth0120 {padding: 0 0 60px 0;}
    .pdtb12060 {padding: 60px 0;}
}


/* 상세페이지 타이틀 */
.detailTitleBox {position: relative; height: 900px;}
.detailTitle {position:absolute; bottom: 260px;}
.detailTitle h1 {font-size: 5.4rem; font-family: 'Paperlogy-8ExtraBold'; color:white; 
    text-shadow: 3px 4px 20px rgba(99, 99, 99, 0.2);
}
.detailTitle p {font-size: 2rem; font-family: 'Paperlogy-7Bold'; color: #ff843d; 
    /* text-shadow: 2px 3px 10px rgba(151, 151, 151, 0.2); */
}
@media screen and (max-width: 767px) {
    .detailTitleBox {height: 600px;}
    .detailTitle {bottom: 100px;}
    .detailTitle h1 {font-size: 3rem;}
    .detailTitle p {font-size: 1.1rem;}
}

/* 상세페이지 서브 타이틀 */

.detailsubTitleBox {text-align:center; position: relative;}
.htsst {
    position: absolute;
    top: -120px;
    left: 50%;
    transform: translateX(-50%);
    background: white;
    padding: 30px 100px 10px 100px;
    border-radius: 100px;
    white-space: nowrap;
}
.detailsubTitleBox span {
    color:rgb(151, 151, 151);
    word-break: keep-all;
}
.detailsubTitleBox h2 {
    font-size: 3.2rem; 
    font-family: 'Paperlogy-6SemiBold';
    word-break: keep-all;
    /* background: linear-gradient(to top, #FFB68B 40%, transparent 40%); */
}
.detailsubTitleBox .papillary h2 {
    font-size: 2.8rem; 
}
.detailsubTitleBox .papillary span {
    color: #000;
    margin: 20px 0;
    font-size: 1.2rem;
}

@media screen and (max-width: 767px) {
    .detailsubTitleBox h2 {font-size: 2rem;}
    .detailsubTitleBox .papillary h2 {
        font-size: 1.7rem; 
    }
    .detailsubTitleBox .papillary span {
        font-size: 1rem;
        margin-bottom: 30px;
    }
    .htsst {
        top: -94px;
        padding: 20px 30px 10px 30px;
    }
}






/* 상세페이지 수술정보 네가지 + 소개글 */
.surgeryInfo {position: relative;}
.surgeryInfo img {max-width: 100px; width: 100%; height: auto;}    
.infoBox .question {font-size: 1.2rem; font-family: 'Paperlogy-6SemiBold';}
.infoBox .answer {font-size: 1rem;}
.infoBoxWrap {width: 4px; height: 4px; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);}
.infoBox {
    text-align: center; border-radius: 50%; background: #fff;
    position: absolute; width: 280px; height: 280px;
    display: flex; justify-content: center; align-items: center;
}
.infoBox:nth-of-type(1) {top: -130px; left: -530px;}
.infoBox:nth-of-type(2) {top: -130px; left: -270px;}
.infoBox:nth-of-type(3) {top: -130px; left: -10px;}
.infoBox:nth-of-type(4) {top: -130px; left: 250px;}
.whatabout {
    background: linear-gradient(white, #FFEEE3);
    padding-top: 240px;  /* 필수 */
    padding-bottom: 140px;  /* 필수 */
}
.whatabout img {border-radius: 50px; max-width: 710px; width: 100%; height: auto;}
.whatabout .whatBox {display: flex; flex-wrap: nowrap; flex-direction: row-reverse;}
.whatabout .whatImg, .whatabout .whatCom {width: 50%;}
.whatabout .whatCom {padding: 20% 5% 0 0;}
.whatabout .whatCom span {font-size: 2rem; font-family: 'Paperlogy-5Medium'; color: #EE7B38;}
.whatabout .whatCom h2 {font-size: 3.6rem; margin-bottom: 60px; font-family: 'Paperlogy-8ExtraBold';}
.whatabout .whatCom p {font-size: 1.5rem; font-family: 'Paperlogy-3Light';}

@media screen and (max-width: 1199px) {
    .surgeryInfo img {max-width: 80px; width: 100%; height: auto;}
    .infoBox .question {font-size: 1rem;}
    .infoBox .answer {font-size: 0.8rem;}
    .infoBox {position: absolute; width: 200px; height: 200px;}
    .infoBox:nth-of-type(1) {top: -60px; left: -370px;}
    .infoBox:nth-of-type(2) {top: -60px; left: -190px;}
    .infoBox:nth-of-type(3) {top: -60px; left: -10px;}
    .infoBox:nth-of-type(4) {top: -60px; left: 170px;}   
    .whatabout {
        padding-top: 200px;  /* 필수 */
        padding-bottom: 140px;  /* 필수 */
    }
    .laserabout {
        padding-bottom: 100px;  /* 필수 */
    }
}
@media screen and (max-width: 991px) {
    .whatabout .whatCom {padding: 5% 5% 0 0;}
}

@media screen and (max-width: 767px) {
    .surgeryInfo img {max-width: 80px; width: 100%; height: auto;}
    .infoBox:nth-of-type(1) {top: -60px; left: -190px;}
    .infoBox:nth-of-type(2) {top: -60px; left: -10px;}
    .infoBox:nth-of-type(3) {top: 120px; left: -190px;}
    .infoBox:nth-of-type(4) {top: 120px; left: -10px;}    
    .whatabout {
        padding-top: 400px;  /* 필수 */
        padding-bottom: 140px;  /* 필수 */
    }
    .laserabout {
        padding-bottom: 80px;  /* 필수 */
    }
    .whatabout img {border-radius: 25px;}
    .whatabout .whatBox {display: block;}
    .whatabout .whatImg, .whatabout .whatCom {width: 100%;}
    .whatabout .whatCom {padding: 7% 0 0 0;}
    .whatabout .whatCom span {font-size: 0.9rem;}
    .whatabout .whatCom h2 {font-size: 2rem; margin-bottom: 30px;}
    .whatabout .whatCom p {font-size: 1rem;}
}

@media screen and (max-width: 400px) {
    .surgeryInfo img {max-width: 50px; width: 100%; height: auto;}
    .infoBox {position: absolute; width: 140px; height: 140px;}
    .infoBox:nth-of-type(1) {top: -40px; left: -128px;}
    .infoBox:nth-of-type(2) {top: -40px; left: -8px;}
    .infoBox:nth-of-type(3) {top: 80px; left: -128px;}
    .infoBox:nth-of-type(4) {top: 80px; left: -8px;}
    .whatabout {
        padding-top: 280px;  /* 필수 */
        padding-bottom: 100px;  /* 필수 */
    }
    .laserabout {
        padding-bottom: 25px;  /* 필수 */
    }
}



/* 수술방법 */
.howToSlideWrap {text-align: center;}
/* .howToSlide, .howToSlide3 {padding: 20px;} */
.howToSlide .stepNum, .howToSlide3 .stepNum {
    max-width: 230px;
    width: 100%;
    margin: 30px auto;
    line-height: 48px;
    border-radius: 50px;
    font-family: 'Paperlogy-5Medium';
    color: white;
}
.howToSlide .swiper-slide:nth-of-type(1) .stepNum {background:rgb(255, 232, 218);}
.howToSlide .swiper-slide:nth-of-type(2) .stepNum, .howToSlide3 .swiper-slide:nth-of-type(1) .stepNum {background:rgb(255, 197, 160);}
.howToSlide .swiper-slide:nth-of-type(3) .stepNum, .howToSlide3 .swiper-slide:nth-of-type(2) .stepNum {background:rgb(255, 170, 117);}
.howToSlide .swiper-slide:nth-of-type(4) .stepNum, .howToSlide3 .swiper-slide:nth-of-type(3) .stepNum {background:rgb(255, 136, 62);}
.howToSlide .swiper-slide .stepImg, .howToSlide3 .swiper-slide .stepImg {
    margin: 2%;
    box-shadow: 0px 3px 20px 1px rgba(0, 0, 0, 0.03);
    background: white;
    padding: 20px;
    border-radius: 25px;
}
.howToSlide img, .howToSlide3 img {
    max-width: 500px;
    width: 100%;
    height: auto;
    border-radius: 20px;
    margin-bottom: 28px;
}
.howToSlide .stepCom, .howToSlide3 .stepCom {        
    word-break: keep-all;
    font-family: 'Paperlogy-4Regular';
    margin-bottom: 20px;
}
@media screen and (max-width: 767px) { .howToSlide .stepNum, .howToSlide3 .stepNum {margin: 0 auto 16px auto;} }


/* 눈매교정 장점 */
.relightCorrectBox {
    text-align: center;
    margin-top: 50px;
}    
.relightCorrectBox > div {
    max-width: 1380px;
    width: 100%;
    margin: 0 auto;
    /* border: 1px solid red; */
}   
.relightCorrect img {
    display: block;
    max-width: 120px;
    width: 100%;
    height: auto;
    margin: 20px auto;
}
.relightCorrect {
    border-right: 1px dashed #FFA35D;
    padding: 20px;
}
.relightCorrect:nth-of-type(4) {
    border-right: none;
}
@media screen and (max-width: 991px) {
    .relightCorrectBox {
        margin-top: 20px;
    }  
    .relightCorrect img {
        display: block;
        max-width: 70px;
        width: 100%;
        height: auto;
        margin: 20px auto;
    }
    .relightCorrect:nth-of-type(2) {
        border-right: none;
    }
    .relightCorrect {
        border-bottom: 1px dashed #FFA35D;
    }
    .relightCorrect:nth-of-type(3) {
        border-bottom: none;
    }
    .relightCorrect:nth-of-type(4) {
        border-bottom: none;
    }
}


/* 더올림 특별함 */
.specialLogo {
    font-family: 'Paperlogy-8ExtraBold';
    margin-bottom: 20px;
    text-align: center;
    color: #fff;
    border-radius: 50%;
    padding: 10px 25px;
    background: transparent;
    transition: all 0.3s ease;
    position: relative;
    display: inline-block;
    outline: none;
    border: none;
    background:rgb(255, 129, 57);
    background: linear-gradient(0deg,rgb(255, 129, 57) 0%,rgb(240, 115, 42) 100%);
    color: #fff;
    overflow: hidden;
}
.specialLogo:before {
    position: absolute;
    content: '';
    display: inline-block;
    top: -180px;
    left: 0;
    width: 30px;
    height: 100%;
    background-color: #fff;
    animation: shiny-special 2.5s ease-in-out infinite;
}
@keyframes shiny-special {
    0% { -webkit-transform: scale(0) rotate(45deg); opacity: 0; }
    80% { -webkit-transform: scale(0) rotate(45deg); opacity: 0.5; }
    81% { -webkit-transform: scale(4) rotate(45deg); opacity: 1; }
    100% { -webkit-transform: scale(50) rotate(45deg); opacity: 0; }
}
.specialBox {max-width: 800px; width: 100%; margin:0 auto; padding: 50px 0 0 0;}
.speBoxWrap {display: flex;}
.speNumBox .speNum span {
    width: 36px;
    height: 36px;
    font-size: 24px;
    border-radius: 100%;
    background: #FEDAC8;
    text-align: center;
    color:rgb(255, 125, 49);
    font-family: 'Paperlogy-7Bold';
}
.speBoxWrap .speDashed {
    height: 100%;
    width: 50%;
    border-right: 2px dashed #FEDAC8;
}
.speBoxWrap .speComBox {font-size: 24px; padding-left: 20px; padding-bottom: 50px;}

@media screen and (max-width: 767px) {
    .specialBox {max-width: 500px; padding: 20px 0 0 0;}
    .speNumBox .speNum span {width: 28px; height: 28px; font-size: 18px;}
    .speBoxWrap .speComBox {font-size: 16px; padding-left: 14px; padding-bottom: 28px;}
}


/* 추천대상 */
/* .recommendBg {text-align:center; background: linear-gradient(45deg, #FFC39F, #FFF4EE);} */
/* .recommendBg {background: #f7f3f2;} */
.recomBoxWrap {display: flex; flex-wrap: nowrap; justify-content: center; text-align:center;}
.recomSlideBoxWrap {display: none; text-align:center;}
.recomBox {width: 23%; margin-top: 20px; position: relative; z-index:5;}
.recomCircleImg {position: absolute; top: 50%; transform: translateY(-50%); right: -20px; }
.recomCircleImg img {display: inline-block; width: 540px; height: auto; border-radius: 100%;}
.recomText {
    background: white;
    height: 240px;
    margin: 8px 4px;
    padding: 70px 30px 30px 30px;
}
.recomText span {
    background: #FF995E;
    color: white;
    display: inline-block;
    width: 30px; height: 30px;
    line-height: 30px;
    border-radius: 100%;
    font-family: 'Paperlogy-7Bold';
    margin-bottom: 24px;
}
.recomBox .reText01 {border-radius: 50px 0 0 0;}
.recomBox .reText02 {border-radius: 0 50px 0 0;}
.recomBox .reText03 {border-radius: 0 0 50px 0;}
.recomBox .reText04 {border-radius: 0 0 0 50px;}

@media screen and (max-width: 1550px) {
    .recomBoxWrap {display: none;}
    .recomSlideBoxWrap {display: block;}
    .recomCircleImgMo img {
        margin-top: 20px;
        display: inline-block;
        max-width: 540px;
        width: 100%;
        height: auto;
        border-radius: 100%;
    }
    .recomSlide {
        padding: 20px 14px;
    }
    .recomSlide .swiper-slide {
        background: white;
        height: 200px;
        border-radius: 25px;
        padding-top: 48px;
    }
    .recomSlide .swiper-slide span {
        background: #FF995E;
        display: inline-block;
        width: 30px;
        height: 30px;
        line-height: 30px;
        border-radius: 100%;
        color: white;
        font-family: 'Paperlogy-7Bold';
        margin-bottom: 20px;
    }
    .recomSlide .swiper-button-prev, .swiper-rtl .swiper-button-next {
        left: var(--swiper-navigation-sides-offset, 0px);
        right: auto;
    }
    .recomSlide .swiper-button-next, .swiper-rtl .swiper-button-prev {
        right: var(--swiper-navigation-sides-offset, 0px);
        left: auto;
    }
}

/* 후관리방법 */
 
.preComBoxWrap {max-width: 800px; padding: 50px 20px 0 20px; width: 100%; margin: 0 auto;}
.svgBox svg {width: 20px; height: 20px;}
.preComBox {font-size: 1.2rem; padding: 0 0 16px 16px;}
@media screen and (max-width: 767px) {
    .preComBoxWrap {max-width: 600px; padding: 20px 0 0 0;}
    .preComBox {font-size: 1rem; padding: 0 0 16px 16px;}
}

/* 부위 이미지 */
.sectionImgBox img {max-width: 1000px; width: 100%; height: auto; display: block; margin: 0 auto;}

/* 보형물 톡신 필러 종류들 */
.typesSlide {margin-top: 50px;}

.typesImgBox {
    width: fit-content;
    margin: 0 auto;
    background:rgba(241, 241, 241, 0.5);
    border-radius: 50px;
}
.typesImgBox img {
    max-width: 700px;
    width: 100%;
    height: auto;
    border-radius: 50px;
}
.typesComment {
    padding: 30px;
    margin-top: 30px;
}
.typesComment div:nth-of-type(1) {
    margin-bottom: 20px;
}
.typesComment div:nth-of-type(1) h4 {
    color: #EE7B38;
    display: inline-block;
}
.typesComment div:nth-of-type(1) span {
    display: inline-block;
    color: #C5C5C5;
}
.typesComCircle {
    margin-top: 50px;        
    /* max-width: 700px;
    width: 100%;
    height: auto; */
}
.typesComCircle span {      
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: #FFB488;
    color: white;
    width: 120px;
    height: 120px;
    border-radius: 100%;
    margin: 5px;
    font-size: 1rem;
}

.typesSlide .import {
    text-align: right;
}
.typesSlide .importCircle {
    display: flex;
    justify-content: flex-end;
}
@media screen and (max-width: 1299px) {
    .typesComCircle span {       
        width: 100px;
        height: 100px;
    }
}
@media screen and (max-width: 1199px) {
    .typesComment {
        padding: 20px 0 0 20px;
    }
}
@media screen and (max-width: 1030px) {
    .typesComCircle span {       
        width: 90px;
        height: 90px;
        margin: 2px;
        font-size: 0.8rem;
    }
}   
 @media screen and (max-width: 991px) {
    .typesImgBox {
        border-radius: 25px;
    }
    .typesSlide {
        margin-top: 20px;
    }
    .typesComment {
        padding: 10px;
    }    
    .typesComCircle {
        text-align: center;
        max-width: 700px;
        width: 100%;
        height: auto;
        padding: 20px;
        margin: 10px auto 0 auto;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .typesSlide .import {
        text-align: left;
    }
    .typesSlide .importCircle {
        display: flex;
        justify-content: center;
    }
}










.bgSame {   
    /* background:rgba(255, 238, 227, 0.7);  */
    /* background:rgba(252, 237, 227, 0.5); */
    /* background:rgba(252, 237, 227, 0.2); */
    background-color: #f7f3f26e;
}

.maintitle h2 {
    color: black;
    font-family: 'Paperlogy-8ExtraBold';
    font-size: 40px;
    white-space:nowrap;
}
.subtitle {
    font-family: 'Paperlogy-5Medium';
    font-size: 16px;
    /* color: #FFD0B4; */
    color: #ffb88f;
    /* color: #EDB294; */
}
.viewmore h6 {
    font-size: 0.8rem;
    font-family: 'Paperlogy-2ExtraLight';
    color: #000000;
    margin-top: 12px;
}
.viewmore h6 span {
    display: inline-block;
}
.viewmore h6 span svg {
    width: 18px;
    height: 18px;
}
.titlebox {
    display: flex;
    flex-wrap: nowrap;
    margin-bottom: 36px;
}
.titlebox .maintitle {
    flex: 0 1 70%;
}
.titlebox .viewmore {
    flex: 0 1 30%;
    /* color: #D6D6D6; */
    display: flex;
    justify-content : right;
    align-items : center;
}

@media screen and (max-width:767px) {
    .titlebox {
        margin-bottom: 24px;
    }
    .maintitle h2 {
        font-size: 22px;
    }
    .subtitle {
        font-size: 12px;
    }
    .viewmore h6 {
        font-size: 0.6rem;
    }
    .viewmore h6 span svg {
        width: 14px;
        height: 14px;
    }
}


.swiper-button-next, .swiper-button-prev {
    background: #e1e1e182;
    color: black;
    /* border: 1px solid red; */
    width: 40px;
    height: 40px;
    border-radius: 50%;
}
.swiper-button-next:after, .swiper-button-prev:after {
    font-size: 16px;
}


.hmw {max-width: 1920px; width: 100%; margin: 0 auto; padding: 0 3%;}
@media screen and (max-width:768px) {.hmw {padding: 0 30px;}}
@media screen and (max-width:576px) {.hmw {padding: 0 16px;}}

.mw {max-width: 1920px; width: 100%; margin: 0 auto; padding: 0 5%;}
@media screen and (max-width:768px) {.mw {padding: 0 30px;}}
@media screen and (max-width:576px) {.mw {padding: 0 16px;}}

.slmw {max-width: 1920px; width: 100%; margin: 0 auto; padding: 0 5%;}
@media screen and (max-width:1199px) {.slmw {padding: 0 0;}}

.lmw {max-width: 1920px; width: 100%; margin: 0 auto; padding-left: 5%;}
@media screen and (max-width:768px) {.lmw {padding-left: 30px;}}
@media screen and (max-width:576px) {.lmw {padding-left: 16px;}}

.cmw {max-width: 1920px; width: 100%; margin: 0 auto; padding: 0 10%;}
@media screen and (max-width:768px) {.cmw {padding: 0 0;}}

.lomw {max-width: 1920px; width: 100%; margin: 0 auto; padding: 0 8%;}
@media screen and (max-width:768px) {.lomw {padding: 0 30px;}}
@media screen and (max-width:576px) {.lomw {padding: 0 16px;}}