@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;
}

.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 */
.mainbanner img{
    width: 100%;
}

/* 2 */
.section02{
    padding: 120px 310px;
    background-image: url("/img/sub/skin_juvelook/section02bg.png");
}

.sec02-bt-p01{
    font-size: 54px;
    font-family: '지마켓 L';
    line-height: 60px;
}

.sec02-bt-h3{
    font-family: '지마켓 M';
    font-size: 64px;
    color: #3981d9;
    margin-top: 18px;
}

.sec02-bt-p03{
    font-size: 33px;
    line-height: 44px;
    font-weight: 500;
    color: #2c2c2c;
    margin-top: 40px !important;
}

.sec02-circle-ul{
    margin-top: 130px;
    display: flex;
    justify-content: center;
    gap: 28px;;
}

.sec02-circle{
    position: relative;
    width: 217px;
    height: 217px;
}

.sec02-circle p{
    width: 100%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 37px;
    font-size: 26px;
    line-height: 30px;
    text-align: center;
    font-weight: 500;
}

.sec02-circle01{
    background-image: url("/img/sub/skin_juvelook/sec02-circle01.png");
}
.sec02-circle02{
    background-image: url("/img/sub/skin_juvelook/sec02-circle02.png");
}
.sec02-circle03{
    background-image: url("/img/sub/skin_juvelook/sec02-circle03.png");
}
.sec02-circle04{
    background-image: url("/img/sub/skin_juvelook/sec02-circle04.png");
}
.sec02-circle05{
    background-image: url("/img/sub/skin_juvelook/sec02-circle05.png");
}


.videodiv{
    margin-top: 120px;
}

.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;
}

.section02 video{
    width: 1110px;
    height: 602px;
}

.section02 .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;
}


/* 3 */
.section03{
    padding: 100px 0;
    background-image: url("/img/sub/skin_juvelook/section03bg.png");
}

.section03 .titlediv{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.section03 .titlediv .circle{
    background-color: #3981d9;
    margin: 0 auto;
}

.section03 .bar{
    width: 161px;
    height: 1px;
    background-color: #2c2c2c;
    margin: 45px auto;
}

.section03 .subp{
    font-size: 33px;
    line-height: 45px;
    color: #3c3c3c;
    font-weight: 500;
    text-align: center;
}

.sec03ul{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 45px;
    margin-top: 80px;
}

.sec03ul 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);
}

.sec03-li-img{
    border-radius: 30px;
}

.sec03litxt{
    margin-top: 20px;
    padding-left: 5px;
    padding-right: 5px;
}

.sec03ul li h3{
    font-size: 26px;
    font-weight: 500;
    color: #3774bf;
}

.sec03ul li p{
    font-size: 21px;
    line-height: 26px;
    color: #415b7b;
    border-top: 1px solid #5186c7;
    margin-top: 15px;
    padding-top: 12px;
    font-weight: 500;
}

.numcircle{
    position: absolute;
    top: -26px;
    left: 50%;
    transform: translateX(-50%);
}


/* 4 */
.section04{
    width: 100%;
    height: auto;
    background-color: #f9f9f7;
    padding-top: 40px;
    padding-bottom: 110px;
}

.pointtitlediv{
    text-align: center;
}

.pointtitlediv h2{
    display: inline-block;
    font-size: 60px;
    font-family: '지마켓 M';
    padding: 34px 0;
    padding-bottom: 24px;
    color: #000;
    border-top: 4px solid #3981d9;
    border-bottom: 2px solid #3981d9;
    margin-top: 25px;
}

.sec04-ned-p{
    display: inline-block;
    position: relative;
    font-size: 45px;
    font-family: '지마켓 L';
    color: #000;
    margin-top: 70px !important;
    text-align: center;
    z-index: 2;
}

.sec04-ned-p:after{
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    width: 480px;
    height: 32px;
    background-color: #c5faff;
    z-index: -1;
}

.sec04-ned-p02{
    font-size: 62px;
    font-family: '지마켓 M';
    color: #286bbc;
    margin-top: 17px !important;
}

.flexcenter{
    display: flex;
    justify-content: center;
}

.sec04_div{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 38px;
    margin-top: 90px;
}

.sec04-01{
    position: relative;
    width: 677px;
    height: 1084px;
    padding-top: 460px;
    background-image: url("/img/sub/skin_juvelook/sec04-01.png");
}

.sec04-02{
    position: relative;
    width: 677px;
    height: 1084px;
    padding-top: 460px;
    background-image: url("/img/sub/skin_juvelook/sec04-02.png");
}

.sec04_div .p01{
    font-size: 29px;
    line-height: 39px;
    text-align: center;
    color: #fff;
    font-weight: 500;
}

.sec04-02 .p01{
    color: #2b2b2b !important;
}

.sec04-divbox ul{
    margin-top: 60px;
}

.sec04-divbox ul li{
    position: relative;
    width: 560px;
    height: 80px;
    margin: 0 auto;
    border-radius: 50px;
    background-color: #fff;
    margin-top: 25px;
    display: flex;
    align-items: center;
    font-size: 33px;
    color: #000000;
    font-weight: 500;
    padding-left: 80px;
}
.sec04-01 ul li:after{
    content: "";
    display: block;
    position: absolute;
    left: 34px;
    top: 50%;
    transform: translateY(-50%);
    width: 32px;
    height: 27px;
    background-image: url("/img/sub/skin_juvelook/bluecheck.png");
}
.sec04-02 ul li:after{
    content: "";
    display: block;
    position: absolute;
    left: 34px;
    top: 50%;
    transform: translateY(-50%);
    width: 32px;
    height: 27px;
    background-image: url("/img/sub/skin_juvelook/blackcheck.png");
}


/* 5 */
.section05{
    width: 100%;
    height: auto;
    padding: 80px 0; 
    background-image: url("/img/sub/skin_juvelook/section05bg.png");
}

.section05 .tdiv{
    text-align: center;
}

.section05 .tdiv .bar01{
    width: 758px;
    height: 4px;
    margin: 0 auto;
    margin-top: 30px;
    background-image: url("/img/sub/skin_juvelook/sec05bar02.png");
}

.section05 .tdiv .bar02{
    width: 758px;
    height: 2px;
    margin: 0 auto;
    background-image: url("/img/sub/skin_juvelook/sec05bar01.png");
}

.section05 .tdiv h2{
    font-size: 60px;
    font-family: '지마켓 M';
    color: #000;
    margin-top: 30px !important;
    margin-bottom: 20px !important;
}

.section05 .tdiv p{
    font-size: 35px;
    line-height: 45px;
    color: #2c2c2c;
    font-weight: 500;
    margin-top: 30px !important; 
}

.sec05po01{
    text-align: center;
    margin-top: 90px;
}

.section05 .po03{
    margin-top: 120px !important;
}

.section05 .po03 .bar01{
    width: 852px !important;
    background-image: none !important;
    background-color: #3981d9;
}

.section05 .po03 .bar02{
    width: 852px !important;
    background-image: none !important;
    background-color: #3981d9;
}

/* 6 */
.section06 img{
    width: 100%;
}

/* 7 */
.section07{
    padding: 82px 0;
}
.sec07-divcont{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.sec07-div{
    position: relative;
    width: 676px;
    height: 405px;
}

.redrotate{
    position: absolute;
    left: 52%;
    top: 142px;
    transform: translateX(-50%);
}

.sec07-02 .redrotate{
    top: 173px !important;
}

@keyframes rotate360 {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

.redrotate img {
    animation: rotate360 4s linear infinite;
}

.sec07-01{
    background-image: url("/img/sub/skin_juvelook/sec07-01.png");
}
.sec07-02{
    background-image: url("/img/sub/skin_juvelook/sec07-02.png");
}

.sec07-div p{
    width: 100%;
    position: absolute;
    text-align: center;
    left: 50%;
    transform: translateX(-50%);
    bottom: 16px;
    font-size: 25px;
    line-height: 34px;
    color: #fff;
}


/* 8 */
.section08{
    padding: 100px 0;
    background-image: url("/img/sub/skin_juvelook/sec08bg.png");
}

.section08 .tdiv{
    text-align: center;
}

.section08 .bar01{
    width: 762px !important;
    height: 4px;
    background-image: none !important;
    background-color: #3981d9;
    margin: 0 auto;
    margin-top: 28px;
}

.section08 .bar02{
    width: 762px !important;
    height: 2px;
    background-image: none !important;
    background-color: #3981d9;
    margin: 0 auto;
}

.section08 .tdiv h2{
    font-size: 60px;
    font-family: '지마켓 M';
    color: #000;
    margin-top: 30px !important;
    margin-bottom: 20px !important;
}

.section08 .tdiv p{
    font-size: 35px;
    line-height: 47px;
    color: #2c2c2c;
    font-weight: 500;
    margin-top: 30px !important; 
}

.section08-01{
    text-align: center;
    margin-top: 60px;
}

/* 9 */
.section09 img{
    width: 100%;
}

/* --------- */
/* 7 */
.section10{
    overflow: hidden;
    background-color: #f2f2f2;
    padding: 80px 0;
}


.section10 .sec10title{
    display: flex;
    justify-content: center;
}

.section10 .circle{
    background-color: #3981d9;
    margin: 0 auto;
    width: 20px;
    height: 20px;
    border-radius: 50px;
}

.section10 .sec10title p{
    text-align: center;
    font-size: 48px;
    margin-top: 30px;
    color: #23418e;
    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: #3981d9;
    font-family: 'mon b';
    padding-left: 2px;
}

.sec10-con01-left li h3{
    font-size: 32px;
    color: #234e8e;
    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: #f3fdfe;
    padding: 80px 0;
}

.sec11title{
    display: flex;
    justify-content: center;
}

.sec11title p{
    text-align: center;
    font-size: 48px;
    margin-top: 30px;
    color: #23418e;
    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: #3981d9;
}
/* -------------------------------------------------- */

@media(max-width:990px){

    .container_img{
        overflow-x: unset !important;
    }

    .mobilecontent .titlediv .circle{
        width: 8px;
        height: 8px;
        border-radius: 50px;
        background-color: #3981d9 !important;
        margin: 0 auto !important;
    }

    .mobilecontent .titlediv .p01{
        font-size: 17px !important;
        margin-top: 14px;
    }

    .mobilecontent .titlediv h2{
        font-size: 25px !important;
        margin-top: 6px;
    }

    .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;
    }

    /* -------------------------- */
    .mo-section01 img{
        width: 100%;
    }

    /* 2 */
    .mo-sec02{
        width: 100%;
        height: auto;
        background-image: url("/img/sub/skin_juvelook/mobile/mo-sec02.jpg");
        padding: 30px 0;
        background-size: cover;
    }

    .mo-sec02 .titlediv h2{
        color: #3981d9 !important;
    }

    .sec02-circle-ul{
        gap: 10px;
        margin-top: 0;
    }

    .sec02-circle{
        width: 82px;
        height: 82px;
    }

    .sec02-circle p{
        font-size: 10px;
        line-height: 12px;
        bottom: 13px;
    }

    .sec02-circle-ul01{
        margin-top: 85px;
    }

    .mo-sec02 video{
        width: 286px;
        height: 155px;
    }

    .videotitlediv .videotitle{
        width: 249px !important;
        height: 22px;
        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;
    }

    /* 3 */
    .section03{
        padding: 30px 0;
        background-image:url("/img/sub/skin_juvelook/mobile/section03bg.jpg");
        background-size: cover;
    }
    .sec03effect{
        width: 163px !important;
        height: 25px;
    }

    .section03 .titlediv .effectdiv{
        margin-top: 14px;
    }

    .section03 .bar{
        width: 62px;
        height: 1px;
        background-color: #2c2c2c;
        margin: 15px auto;
    }

    .section03 .subp{
        font-size: 12px;
        line-height: 16px;
    }

    .sec03ul{
        gap: 20px;
        margin-top: 22px;
    }

    .sec03ul01{
        margin-top: 32px !important;
    }

    .sec03ul li{
        width: 142px;
        height: 163px;
        border-radius: 15px;
        padding: 5px 5px 10px 5px;
    }

    .sec03ul li .sec03-li-img{
        width: 100%;
        border-radius: 15px;
    }

    .sec03ul .numcircle img{
        width: 28px !important;
        height: 28px !important;
    }

    .sec03ul li h3{
        font-size: 10px;
    }

    .sec03litxt{
        margin-top: 8px;
    }

    .sec03ul li p{
        font-size: 8px;
        line-height: 11px;
        color: #415b7b;
        border-top: 1px solid #5186c7;
        margin-top: 7px;
        padding-top: 5px;
        font-weight: 500;
    }

    .sec03ul .numcircle{
        top: -12px;
    }

    /* 4 */
    .section04{
        padding: 40px 0;
        padding-top: 30px;
    }
    .section04 .sec04point01{
        width: 109px;
        height: 64px;
        margin: 0 auto;
    }

    .pointtitlediv h2{
        display: inline-block;
        font-size: 21px !important;
        font-family: '지마켓 M';
        padding: 18px 20px;
        padding-top: 12px;
        padding-bottom: 9px;
        color: #000;
        border-top: 2px solid #3981d9;
        border-bottom: 1px solid #3981d9;
        margin-top: 15px;
    }

    .sec04-ned-p{
        margin-top: 16px !important;
        font-size: 16px;
    }

    .sec04-ned-p:after{
        content: "";
        display: block;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        bottom: 0;
        width: 177px;
        height: 12px;
        background-color: #c5faff;
        z-index: -1;
    }

    .sec04-ned-p02{
        font-size: 22px;
        margin-top: 8px !important;
    }

    .sec04-ned-p02 span{
        font-size: 18px;
    }

    .sec04-01,
    .sec04-02{
        width: 157px;
        height: 252px;
        background-size: cover;
        padding-top: 110px;
    }

    .sec04_div .p01{
        font-size: 6px;
        line-height: 9px;
    }

    .sec04_div{
        gap: 7px;
        margin-top: 38px;
    }

    .sec04-divbox ul{
        margin-top: 15px;
    }

    .sec04-divbox ul li{
        width: 90%;
        height: auto;
        padding: 5px 20px;
        font-size: 7px;
        margin-top: 8px;
    }

    .sec04-01 ul li:after,
    .sec04-02 ul li:after{
        width: 7px;
        height: 8px;
        left: 8px;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
    }

    /* 5 */
    .section05{
        padding: 30px 0;
        background-image: url("/img/sub/skin_juvelook/mobile/section05bg.jpg");
        background-size: cover;
    }

    .sec05po01{
        margin-top: 25px;
    }

    .sec05po01img{
        width: 90% !important;
        margin: 0 auto;
    }

    .section05 .point02img,
    .section05 .point03img{
        width: 112px;
        margin: 0 auto;
    }

    .section05 .tdiv h2{
        margin-top: 12px !important;
        margin-bottom: 12px !important;
    }

    .section05 .tdiv p{
        font-size: 11px;
        line-height: 15px;
        color: #2c2c2c;
        font-weight: 500;
        margin-top: 0px !important;
    }

    .section05 .po03{
        margin-top: 30px !important;
    }

    /* 6 */
    .section06 img{
        width: 100%;
    }

    /* 7 */
    .section07{
        padding: 30px 0;
    }
    .sec07-divcont{
        flex-direction: column;
    }

    .sec07-div{
        width: 250px;
        height: 150px;
    }

    .sec07-div p{
        width: 100%;
        position: absolute;
        text-align: center;
        left: 50%;
        transform: translateX(-50%);
        bottom: 5px;
        font-size: 9px;
        line-height: 13px;
        color: #fff;
    }

    /* 8 */
    .section08{
        padding: 30px;
    }
    .sec08po04num{
        width: 112px !important;
        margin: 0 auto;
    }

    .section08 .tdiv h2{
        margin-bottom: 12px !important;
    }

    .section08 .tdiv p{
        font-size: 11px;
        line-height: 16px;
        color: #2c2c2c;
        font-weight: 500;
        margin-top: 0px !important;
    }

    .section08-01{
        margin-top: 22px;
    }
    
    .section08-01img{
        width: 90% !important;
        margin: 0 auto;
    }

    /* 9 */
    .section09 img{
        width: 100%;
    }

    /* 7 */
    .mo-sec07{
        background-color: #f2f2f2;
        padding: 30px 0;
    }

    .mo-sec07 .titlediv p{
        font-family: 'mon m' !important;
        color: #3981d9;
    }

    .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: #3981d9;
        font-family: 'mon b';
        padding-left: 2px;
    }

    .sec07-con01-left li h3{
        font-size: 18px;
        color: #23418e;
        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: #23418e;
        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: #ff9d1e;
        margin: 0 auto;
    }
}