@font-face {
    font-family: '210 M고딕010.ttf';
    src: url('/font/210 M고딕010.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: '210 M고딕030.ttf';
    src: url('/font/210 M고딕030.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: '210 M고딕040.ttf';
    src: url('/font/210 M고딕040.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: '210 M고딕050.ttf';
    src: url('/font/210 M고딕050.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: '210 M고딕060.ttf';
    src: url('/font/210 M고딕060.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: '210 M고딕070.ttf';
    src: url('/font/210 M고딕070.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: '210 M고딕080.ttf';
    src: url('/font/210 M고딕080.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: '210 M고딕090.ttf';
    src: url('/font/210 M고딕090.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Dynalight-Regular.ttf';
    src: url('/font/Dynalight-Regular.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'LEMONMILK-Regular.otf';
    src: url('/font/LEMONMILK-Regular.otf') format('truetype');
    font-weight: bold;
    font-style: normal;
}


@font-face {
    font-family: 'GothicA1-Light';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_2205@1.0/GothicA1-Light.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
}


@font-face {
    font-family: 'SB 어그로 M';
    src: url('/font/SB_Aggro_M.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'SB 어그로 B';
    src: url('/font/SB_Aggro_B.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: '지마켓 L';
    src: url('/font/GmarketSansTTFLight.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: '지마켓 M';
    src: url('/font/GmarketSansTTFMedium.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: '지마켓 B';
    src: url('/font/GmarketSansTTFBold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'mon b';
    src: url('/font/Montserrat-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'mon sb';
    src: url('/font/Montserrat-SemiBold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'mon m';
    src: url('/font/Montserrat-Medium.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'mon r';
    src: url('/font/Montserrat-Regular.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'mon l';
    src: url('/font/Montserrat-ExtraLight.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@import url('https://fonts.googleapis.com/css2?family=Abril+Fatface&display=swap');

@font-face {
    font-family: 'NanumJungHagSaeng';
    font-weight: normal;
    font-style: normal;
    font-display: swap;
    src: url('https://cdn.jsdelivr.net/gh/fonts-archive/NanumJungHagSaeng/NanumJungHagSaeng.woff2') format('woff2'),
          url('https://cdn.jsdelivr.net/gh/fonts-archive/NanumJungHagSaeng/NanumJungHagSaeng.woff') format('woff'),
          url('https://cdn.jsdelivr.net/gh/fonts-archive/NanumJungHagSaeng/NanumJungHagSaeng.ttf') format('truetype');
}

video{
    position: unset !important;
    min-width: unset !important;
    min-height: unset !important;
}

.bg{
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

@media (max-width:991px){
    h1, h2, h3, h4, h5, h6, p, span, a, html, body, div, ul, li{
        margin: 0;
        padding: 0;
        border: 0;
        font-size: 100%;
        vertical-align: baseline;
    }
}

@media (max-width: 1920px){
    img,
    .page-wrap img{
        width: auto;
        max-width: none;
    }
}

/* 글씨효과 */
.rightpo .contentdiv {
    opacity: 0;
    transform: translateY(50px);
}

/* .visible 클래스가 추가되면 애니메이션 실행 */
.rightpo.visible .contentdiv {
    animation: fadeInUp 1s forwards;
}


/* fadeInUp 애니메이션 키프레임 */
@keyframes fadeInUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.titlediv .circle{
    width: 20px;
    height: 20px;
    border-radius: 50px;
    margin:  0 auto;
}

.titlediv p{
    font-size: 54px;
    font-family: '지마켓 L';
    text-align:center;
    margin-top: 30px;
}

.titlediv h2{
    font-size: 64px;
    font-family: '지마켓 M';
    text-align:center;
    margin-top: 25px;
    color: #000;
}

.titlediv .effectdiv{
    margin-top: 40px;
}


/* 1 */
.section01 img{
    width: 100%;
}

/* 2 */
.section02{
    position: relative;
    width: 100%;
    height: 1307px;
    padding-top: 122px;
    background-image: url("/img/sub/skin_rejuran/section02bg.jpg");
}

.section02 .contentdiv .circle{
    background-color: #fff;
}

.section02 .contentdiv .p01{
    color: #fff;   
}

.section02 .contentdiv h2{
    color: #8cf1fa;
    margin-top: 12px;
}

.section02 .subp{
    font-size: 33px;
    font-weight: 500;
    color: #fff;
    line-height: 45px;
    text-align: center;
    margin-top: 25px;
}

.section02 ul{
    width: 100%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 125px;
}

.section02 ul li{
    position: relative;
}

.section02 ul li:after{
    content: "";
    display: block;
    position: absolute;
    width: 2px;
    height: 277px;
    top: 0;
    right: -62px;
    background-color: rgba(255, 255, 255, 0.4);
}

.section02 ul li:last-child:after{
    display: none;
}



.section02 ul li p{
    font-size: 25px;
    line-height: 30px;
    font-weight: 500;
    color: #fff;
    text-align: center;
    margin-top: 12px;
}


/* 3 */
.section03{
    width: 100%;
    height: 1907px;
    padding-top: 120px;
    background-image: url("/img/sub/skin_rejuran/section03bg.jpg");
}

.videotitlediv{
    display: flex;
    justify-content: center;
}
.videotitle{
    width: 708px !important;
}

.videocontent{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
    margin-top: 40px;
}

.vieiowrap{
    display: inline-block;
    background-color: #fff;
    padding: 24px 5px;
}

.section03 video{
    width: 1110px;
    height: 602px;
}

.section03 .bar{
    margin: 80px auto;
    width: 1153px;
    height: 1px;
    background-color: #3a3a3b;
}

.youshorttitlediv{
    display: flex;
    justify-content: center;
    gap: 17px;
}

.youshorttitlediv img{
    width: 72px !important;   
}

.youshorttitlediv h3{
    font-size: 36px;
    font-weight: 600;
}

.youshorttitlediv p{
    font-size: 20px;
    margin-top: 10px;
}

.shortswiperContent{
    position: relative;
    width: 1185px;
    margin: 0 auto;
}

.shortswiperContent .swiper-button-prev,
.shortswiperContent .swiper-button-next{
    filter: grayscale(1);
    opacity: 0.3;
}

.shortswiperContent .swiper-button-prev{
    left: -58px;
}
.shortswiperContent .swiper-button-next{
    right: -58px;
}

.shortswiper{
    width: 1185px; /* 또는 max-width: 1185px; */
    height: 647px;
    margin: 0 auto;
    margin-top: 50px;
    overflow: hidden;
}

.shortswiper .swiper-slide{
    width: 395px;
    height: 647px;
    transform: all 0.3s;
}

.shortswiper .swiper-slide.swiper-slide-prev,
.shortswiper .swiper-slide.swiper-slide-next{
    opacity: 0.5;
}

.shortswiper .swiper-slide.swiper-slide-active{
    opacity: 1;
}


.shortswiper .swiper-slide img{
    width: 100% !important;
}

/* 4 */
.section04{
    width: 100%;
    height: 1648px;
    padding-top: 110px;
    background-image: url("/img/sub/skin_rejuran/section04bg.jpg");
}

.section04 .titlediv{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.section04 .titlediv .circle{
    background-color: #1abebc;
    margin: 0 auto;
}

.section04 .bar{
    width: 161px;
    height: 1px;
    background-color: #2c2c2c;
    margin: 45px auto;
}

.section04 .subp{
    font-size: 33px;
    line-height: 45px;
    color: #3c3c3c;
    font-weight: 500;
    text-align: center;
}

.sec04ul{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 45px;
    margin-top: 80px;
}

.sec04ul li{
    position: relative;
    width: 386px;
    height: 430px;
    background-color: #fff;
    border-radius: 30px;
    padding: 15px 10px 20px 10px;
    box-shadow: 0px 0px 29px -3px rgba(178, 190, 196, 0.9);
}

.sec04-li-img{
    border-radius: 30px;
}

.sec04litxt{
    margin-top: 20px;
    padding-left: 5px;
    padding-right: 5px;
}

.sec04ul li h3{
    font-size: 26px;
    font-weight: 500;
    color: #16b1b3;
}

.sec04ul li p{
    font-size: 21px;
    line-height: 26px;
    color: #346162;
    border-top: 1px solid #4e7576;
    margin-top: 15px;
    padding-top: 12px;
    font-weight: 500;
}

.numcircle{
    position: absolute;
    top: -26px;
    left: 50%;
    transform: translateX(-50%);
}

.sec04litxt{
    margin-top: 20px;
    padding-left: 5px;
    padding-right: 5px;
}


/* 5 */
.section05{
    width: 100%;
    height: 1404px;
    padding-top: 110px;
    background-image: url("/img/sub/skin_rejuran/section05.jpg");   
}

.section05 .titlediv .circle{
    background-color: #1abebc;
}

.section05 .titlediv h2{
    font-size: 68px;
    line-height: 77px;
    font-weight: 600;
    color: #1abebc;
    font-family: '지마켓 L';
}

.section05 .titlediv h2 .greenspan{
    font-family: '지마켓 B';
}

.section05 .titlediv h2 .blackspan{
    color: #000000;
    font-family: '지마켓 B';
}

.sec05inner{
    max-width: 1240px;
    width: 100%;
    margin: 0 auto;
    margin-top: 100px;
}

.potidiv{
    max-width: 1240px;
    width: 100%;
    margin: 0 auto;
    padding-bottom: 10px;
    border-bottom: 2px solid #404142;
}

.pointspan{
    font-family: 'mon sb';
    font-size: 51px;
    color: #000;
}

.titlespan{
    display: inline-block;
    font-family: '지마켓 B';
    font-size: 42px;
    color: #000;
    margin-left: 20px;
}

.sec05inner .p01{
    font-family: '지마켓 M';
    font-size: 35px;
    color: #000;
}

.sec05inner .proname{
    position: relative;
    font-size: 53px;
    letter-spacing: -2px !important;
    color: #fff;
    font-family: '지마켓 M';
    z-index: 3;
    margin-top: 18px;
}

.sec05inner .prodiv{
    padding: 0 15px;
    margin-top: 30px;
}

.sec05inner .proname:after{
    content: "";
    display: block;
    width: 980px;
    height: 71px;
    position: absolute;
    left: -10px;
    top: -13px;
    z-index: -1;
    background-image: url("/img/sub/skin_rejuran/pronameafter.png");
}

.sec05inner .flexbox{
    display: flex;
    gap: 15px;
    margin-top: 60px;
    padding-left: 50px;
}

.sec05inner ul{
    padding-top: 40px;
}

.sec05inner ul li{
    width: 868px;
    height: 101px;
    background-color: #fff;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 35px;
    color: #283233;
    margin-top: 18px;
}

.sec05inner ul li span{
    font-weight: 500;
}

.sec05inner ul li:nth-child(1){
    margin-top: 0;
}

/* 6 */
.section06{
    width: 100%;
    height: auto;
    padding: 120px 0;
    background-color: #f5fffd;
}

.sec06inner{
    max-width: 1314px;
    width: 100%;
    margin: 0 auto;
}

.sec06inner .div02{
    margin-top: 40px;
}

.sec06inner .div02 .p01{
    text-align: center;
    font-family: '지마켓 B';
    font-size: 42px;
    font-weight: 700;
    color: #000;
}
.sec06inner .div02 .p02{
    text-align: center;
    font-size: 35px;
    line-height: 47px;
    font-weight: 500;
    color: #2c2c2c;
    margin-top: 8px;
    color: #000;
}

.sec06inner ul{
    display: flex;
    align-items: center;
    gap: 9px;
    margin-top: 90px;
}

.sec06inner ul li{
    position: relative;
    width: 322px;
    height: 656px;
}

.sec06inner .produvt-li01{
    background-image: url("/img/sub/skin_rejuran/produvt-li01.png");
}
.sec06inner .produvt-li02{
    background-image: url("/img/sub/skin_rejuran/produvt-li02.png");
}
.sec06inner .produvt-li03{
    background-image: url("/img/sub/skin_rejuran/produvt-li03.png");
}
.sec06inner .produvt-li04{
    background-image: url("/img/sub/skin_rejuran/produvt-li04.png");
}

.sec06inner .produvt-li03 .p02{
    color: #b52641 !important;
}
.sec06inner .produvt-li04 .p02{
    color: #384da6 !important;
}

.sec06inner ul li > div{
    position: absolute;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
    bottom: 24px;
}

.sec06inner ul li .p01{
    font-size: 21px;
    font-weight: 500;
    text-align: center;
}
.sec06inner ul li .p02{
    font-size: 30px;
    font-weight: 700;
    color: #25c3ba;
    margin-top: 8px !important;
    text-align: center;
}

/* 7 */
.section07{
    width: 100%;
    height: 2044px;
    padding-top: 120px;
    background-image: url("/img/sub/skin_rejuran/section07bg.jpg");
}

.ageul{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-top: 70px;
}

.ageli{
    position: relative;
    width: 431px;
    height: 551px;
}

.ageli p{
    width: 100%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 30px;
    font-size: 25px;
    line-height: 32px;
    text-align: center;
    color: #2c2c2c;
    font-weight: 500;
}

.age20{
    background-image: url("/img/sub/skin_rejuran/age20.png");
}
.age30{
    background-image: url("/img/sub/skin_rejuran/age30.png");
}
.age40{
    background-image: url("/img/sub/skin_rejuran/age40.png");
}

.section07 .powrap{
    margin-top: 110px;
}


.section07 .div02{
    margin-top: 40px;
}

.section07 .div02 .p01{
    text-align: center;
    font-size: 42px;
    font-weight: 700;
    color: #000;
    font-family: '지마켓 B';
}
.section07 .div02 .p02{
    text-align: center;
    font-size: 35px;
    line-height: 47px;
    font-weight: 500;
    color: #2c2c2c;
    margin-top: 8px;
}

.section10{
    overflow: hidden;
    background-color: #f2f2f2;
    padding: 80px 0;
}


.section10 .sec10title{
    display: flex;
    justify-content: center;
}

.section10 .circle{
    background-color: #2d92a4;
    margin: 0 auto;
    width: 20px;
    height: 20px;
    border-radius: 50px;
}

.section10 .sec10title p{
    text-align: center;
    font-size: 48px;
    margin-top: 30px;
    color: #2d92a4;
    font-family: 'mon m';
}

.sec10title h2{
    font-size: 64px;
    color: #2c2c2c;
    font-family: '지마켓 M';
    margin-top: 20px;
    text-align: center;
}

.guideswiper{
    width: 970px;
    height: 539px;
    overflow: hidden;
}

.sec10-con01{
    width: 100%;
    margin-top: 100px;
    position: relative;
    display: flex;
    justify-content: space-between;
}


.guideswiper .swiper-slide{
    width: 663px;
    height: 539px;
    transform: all 0.3s;
}

.guideswiper .swiper-slide img{
    width: 100%;
}

.sec10-con01-left{
    width: 480px;
    margin-left: 370px;
}

.sec10-con01-left li{
    border-bottom: 1px solid #cbced3;
    padding: 45px 0;
}

.sec10-con01-left li:nth-child(1){
    padding-top: 0;
}

.sec10-con01-left li:last-child{
    border: none;
}


.sec10-con01-left li p.p01{
    font-size: 16px;
    color: #1abebc;
    font-family: 'mon b';
    padding-left: 2px;
}

.sec10-con01-left li h3{
    font-size: 32px;
    color: #2d92a4;
    font-weight: 500 !important;
    margin-top: 6px;
}

.sec10-con01-left li p.p03{
    font-size: 24px;
    line-height: 33px;
    color: #727272;
    margin-top: 15px;
}

.sec10-con01-right{
    padding-top: 50px;
}

.sec10-content02{
    margin-top: 130px;
}

.sec10-content02-imgdiv ul{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 70px;
    gap: 10px;
}

/* --- */
.section11{
    background-color: #f3fefb;
    padding: 80px 0;
}

.sec11title{
    display: flex;
    justify-content: center;
}

.sec11title p{
    text-align: center;
    font-size: 48px;
    margin-top: 30px;
    color: #2d92a4;
    font-family: 'mon m';
}

.sec11title h2{
    font-size: 64px;
    color: #2c2c2c;
    font-family: '지마켓 M';
    margin-top: 20px;
    text-align: center;
}

.section11-condiv ul{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 32px;
    margin-top: 48px;
}

.section11-condiv ul li{
    border: 1px solid #2c2d2e;
}

.section11-condiv ul li .txtdiv{
    border-top: 1px solid #2c2d2e;
    background-color: #f3f3f3;
    text-align: center;
    height: 168px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.section11-condiv ul li .txtdiv p{
    font-size: 22px;
    color: #2c2c2c;
}

.section11-condiv ul li .txtdiv h4{
    font-weight: 500;
    font-size: 40px;
    line-height: 45px;
    margin-top: 8px;
}

.section11 .circle{
    width: 20px;
    height: 20px;
    margin: 0 auto;
    border-radius: 50px;
    background-color: #2d92a4;
}


/* -------------------------------------------------- */

@media(max-width:990px){

    .container_img{
        overflow-x: unset !important;
    }

    .mbg{
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
    }

    .mobilecontent .titlediv .circle{
        width: 8px;
        height: 8px;
        border-radius: 50px;
        margin: 0 auto !important;
    }

    .mobilecontent .titlediv .p01{
        font-size: 17px !important;
        margin-top: 14px;
    }

    .mobilecontent .titlediv h2{
        font-size: 25px !important;
        margin-top: 10px;
    }

    .mobilecontent .titlebar{
        width: 62px;
        height: 1px;
        background-color: #2c2c2c;
        margin: 20px auto;
    }

    .mobilecontent .titlediv-subp{
        font-size: 12px;
        line-height: 17px;
        font-weight: 500;
        text-align: center;
    }

    /* ------------- */

    /* 1 */
    .mo-section01{
        position: relative;
        width: 100%;
        height: auto;
        padding-top: 178.75%;
        background-image: url("/img/sub/skin_rejuran/mobile/mo-section01.jpg");
    }

    /* 2 */
    .mo-section02{
        position: relative;
        padding-top: 20px;
        width: 100%;
        height: 519px;
        background-image: url("/img/sub/skin_rejuran/mobile/mo-section02.jpg");
    }

    .mo-section02 .contentdiv .circle{
        width: 8px;
        height: 8px;
        background-color: #fff !important;
    }
    
    .mo-section02 .contentdiv .p01{
        color: #fff;   
        font-size: 20px;
        margin-top: 14px;
    }
    
    .mo-section02 .contentdiv h2{
        color: #8cf1fa;
        font-size: 25px;
        margin-top: 4px;
    }
    
    .mo-section02 .subp{
        font-size: 12px;
        font-weight: 500;
        color: #fff;
        line-height: 17px;
        text-align: center;
        margin-top: 9px;
    }

    .mo-section02 .ulbox{
        position: absolute;
        bottom: 3.5%;
        left: 50%;
        transform: translateX(-50%);
    }

    .mo-section02 ul{
        display: flex;
        justify-content: center;
        gap: 35px;
    }

    .mo-section02 ul li img{
        width: 55px;
    }

    .mo-section02 ul li p{
        text-align: center;
        font-size: 9px;
        line-height: 12px;
        color: #fff;
        margin-top: 4px;
    }

    /* 3 */
    .mo-section03{
        width: 100%;
        height: 675px;
        background-image: url("/img/sub/skin_rejuran/mobile/mo-section03.jpg");
    }
    .mo-section03 video{
        width: 286px;
        height: 155px;
    }

    .videotitlediv .videotitle{
        width: 223px !important;
        height: 27px;
        margin-top: 25px;
    }

    .vieiowrap{
        padding: 8px 3px;
    }
    .videocontent{
        gap: 8px;
        margin-top: 12px;
    }
    .videocontent img{
        width: 5px !important;
    }

    .youshorttitlediv{
        flex-direction: column;
        align-items: center;
        gap: 6px;
        margin-top: 24px;
    }
    .youshorttitlediv h3{
        font-size: 1.25rem;
        text-align: center;
    }
    .youshorttitlediv p{
        font-size: 0.875rem;
        line-height: 18px;
        margin-top: 5px;
        text-align: center;
    }

    .youshorttitlediv img{
        width: 32px !important;
    }

    .mo-shortswiper{
        width: 90%;
        margin: 0 auto;
        overflow: hidden;
        margin-top: 15px;
        height: auto;
    }
    
    .mo-shortswiper .swiper-wrapper{
        height: auto;
    }
    
    .mo-shortswiper .swiper-slide{
        width: 100%;
    }
    
    .mo-shortswiper .swiper-slide a{
        display: block;
        width: 100%;
        height: 100%;
    }

    .mo-shortswiper .swiper-slide a img{
        width: 100% !important;
    }


    /* 4 */
    .mo-section04{
        padding-top: 30px;
        width: 100%;
        height: 589px;
        background-image: url("/img/sub/skin_rejuran/mobile/mo-section04.jpg");
    }

    .sec04effect{
        width: 163px !important;
        height: 25px;
    }

    .mo-section04 .titlediv {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .mo-section04 .titlediv .effectdiv{
        margin-top: 14px;
    }

    .mo-section04 .bar{
        width: 62px;
        height: 1px;
        background-color: #2c2c2c;
        margin: 15px auto;
    }

    .mo-section04 .subp{
        font-size: 12px;
        line-height: 16px;
        font-weight: 500;
        text-align: center;
    }

    .sec04ul{
        gap: 20px;
        margin-top: 22px;
    }

    .sec04ul01{
        margin-top: 32px !important;
    }

    .sec04ul li{
        width: 142px;
        height: 163px;
        border-radius: 15px;
        padding: 5px 5px 10px 5px;
    }

    .sec04ul li .sec03-li-img{
        width: 100%;
        border-radius: 15px;
    }

    .sec04ul .numcircle img{
        width: 28px !important;
        height: 28px !important;
    }

    .sec04ul li h3{
        font-size: 10px;
    }

    .sec03litxt{
        margin-top: 8px;
    }

    .sec04ul li p{
        font-size: 8px;
        line-height: 11px;
        color: #336162;
        border-top: 1px solid #336162;
        margin-top: 7px;
        padding-top: 5px;
        font-weight: 500;
    }

    .sec04ul .numcircle{
        top: -12px;
    }


    /* 5 */
    .mo-section05{
        width: 100%;
        height: 520px;
        padding-top: 25px;
        padding-left: 20px;
        padding-right: 20px;
        background-image: url("/img/sub/skin_rejuran/mobile/mo-section05.jpg");
    }

    .mo-section05 .titlediv .circle{
        background-color: #1abebc;
    }
    
    .mo-section05 .titlediv h2{
        line-height: 30px;
        font-weight: 600;
        color: #1abebc;
        font-family: '지마켓 L';
    }
    
    .mo-section05 .titlediv h2 .greenspan{
        font-family: '지마켓 B';
    }
    
    .mo-section05 .titlediv h2 .blackspan{
        color: #000000;
        font-family: '지마켓 B';
    }

    .mo05inner{
        margin-top: 20px;
    }

    .potidiv{
        display: flex;
        align-items: center;
        max-width: 100%;
        width: 100%;
        margin: 0 auto;
        padding-bottom: 6px;
        border-bottom: 1px solid #404142;
    }
    
    .pointspan{
        font-family: 'mon sb';
        font-size: 21px;
        color: #000;
    }

    .titlespan{
        display: inline-block;
        font-family: '지마켓 B';
        font-size: 17px;
        color: #000;
        margin-left: 10px;
        margin-bottom: -4px;
    }

    .p01{
        font-family: '지마켓 M';
        font-size: 16px;
        color: #000;
    }
    
    .proname{
        position: relative;
        font-size: 16px;
        letter-spacing: -0.5px !important;
        color: #fff;
        font-family: '지마켓 M';
        z-index: 3;
        margin-top: 10px !important;
    }

    .prodiv{
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 0 15px;
        margin-top: 18px;
    }
    
    .proname:after{
        content: "";
        display: block;
        width: 310px;
        height: 28px;
        position: absolute;
        left: -10px;
        top: -8px;
        z-index: -1;
        background-image: url("/img/sub/skin_rejuran/pronameafter.png");
    }

    .mo05inner ul{
        margin-top: 30px;
    }

    .mo05inner ul li{
        width: 100%;
        height: auto;
        background-color: #fff;
        border-radius: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 13px;
        font-weight: 500;
        color: #283233;
        margin: 0 auto;
        padding: 15px 0;
        margin-top: 8px;
    }

    /* 6 */
    .section06{
        padding: 30px 20px;
    }

    .sec06inner .div02{
        margin-top: 20px;
    }

    .sec06inner .div02 .p01{
        font-size: 18px;
    }
    .sec06inner .div02 .p02{
        font-size: 14px;
        line-height: 20px;
        margin-top: 4px;
        color: #2c2c2c;
    }

    .sec06inner ul{
        flex-wrap: wrap;
        justify-content: center;
        margin-top: 40px;
    }
    .sec06inner ul li{
        width: 150px;
        height: 305px;
        background-size: cover;
    }

    .sec06inner ul li > div{
        bottom: 4%;
    }

    .sec06inner ul li .p01{
        font-size: 9px;
    }
    .sec06inner ul li .p02{
        font-size: 14px;
        margin-top: 2px !important;
    }


    /* 7 */
    .mo-section07{
        padding-top: 40px;
        width: 100%;
        height: auto;
        background-image: url("/img/sub/skin_rejuran/mobile/mo-section07.jpg");
    }

    .mo-section07 .potidiv{
        width: 90%;
    }

    .ageul{
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-top: 16px;
        gap: 15px;
    }
    
    .ageli{
        position: relative;
        width: 215px;
        height: 275px;
    }
    
    .ageli p{
        width: 100%;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        bottom: 6%;
        font-size: 12px;
        line-height: 17px;
        text-align: center;
        color: #2c2c2c;
        font-weight: 500;
    }
    
    .age20{
        background-image: url("/img/sub/skin_rejuran/age20.png");
    }
    .age30{
        background-image: url("/img/sub/skin_rejuran/age30.png");
    }
    .age40{
        background-image: url("/img/sub/skin_rejuran/age40.png");
    }
    
    .mo-section07 .powrap{
        margin-top: 30px;
    }

    .mo-section07 .p01{
        text-align: center;
        font-size: 18px;
        margin-top: 18px !important;
        font-family: '지마켓 B' !important;
    }
    .mo-section07 .p02{
        text-align: center;
        font-size: 14px;
        font-weight: 500;
        line-height: 18px;
        margin-top: 3px !important;
        color: #2c2c2c;
    }


    /* 7 */
    .mo-sec07{
        background-color: #f2f2f2;
        padding: 30px 0;
    }

    .mo-sec07 .titlediv p{
        font-family: 'mon m' !important;
        color: #2d92a4;
    }

    .sec07title p{
        font-size: 18px;
    }
    .sec07title h2{
        font-size: 22px;
        margin-top: 5px;
    }

    .sec07-con01-left{
        margin-left: 0;
        width: 80%;
        margin: 0 auto;
        margin-top: 0px;
    }

    .sec07-con01-left li{
        padding: 28px 0;
        border-bottom: 1px solid #cbced3;
    }

    .sec07-con01-left li:last-child{
        border: none;
    }

    .sec07-con01-left li p.p01{
        font-size: 10px;
        color: #1abebc;
        font-family: 'mon b';
        padding-left: 2px;
    }

    .sec07-con01-left li h3{
        font-size: 18px;
        color: #2d92a4;
        font-weight: 500 !important;
        margin-top: 6px;
    }

    .sec07-con01-left li p.p03{
        font-size: 14px;
        line-height: 20px;
        color: #727272;
        margin-top: 15px;
    }

    .sec07-con01-left li{
        padding: 28px 0;
    }

    .sec07-con01-right{
        height: 180px;
    }

    .mo-guideswiper{
        height: 180px;
        padding-right: 0;
    }

    .sec07-con01-right{
        padding-top: 0px;
    }

    .sec07-content02{
        margin-top: 60px;
    }

    .sec07title p{
        margin-top: 14px;
    }

    .sec07-con01-right .swiper-slide{
        opacity: 0.3;
    }

    .sec07-con01-right .swiper-slide.swiper-slide-active{
        opacity: 1 !important;
    }

    .nohowul{
        width: 90%;
        margin: 0 auto;
        margin-top: 20px;
    }

    .nohowul li{
        margin-top: 6px;
    }

    .sec07-div .redrotate img{
        width: 33px;
        height: 33px;
    }

    .redrotate{
        position: absolute;
        left: 52%;
        top: 52px;
        transform: translateX(-50%);
    }
    
    .sec07-02 .redrotate{
        top: 65px !important;
    }
    


    /* 8 */
    .mo-sec08{
        background-color: #f3fdfe;
        padding: 30px 0;
        padding-bottom: 130px;
    }

    .sec08title p{
        font-size: 18px;
        margin-top: 16px;
        color: #2d92a4;
        font-family: 'mon m';
    }

    .sec08title h2{
        font-size: 27px;
        margin-top: 5px;
    }



    .sec08-con01-right{
        height: 280px;
    }

    .mo-eventswiper{
        height: 280px;
        padding-right: 0;
    }

    .sec08-con01-right{
        padding-top: 0px;
        margin-top: 30px;
    }


    .sec08-con01-right .swiper-slide{
        opacity: 0.3;
    }

    .sec08-con01-right .swiper-slide.swiper-slide-active{
        opacity: 1 !important;
    }

    .mo-guideswiper img,
    .mo-eventswiper img{
        width: 100% !important;
    }

    .nohowul img{
        width: 100%;
    }

    .mo-sec07 .circle{
        background-color: #1abebc;
        margin: 0 auto;
    }
}