@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;
}

@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;
    }
}


/* ------------------------------- */
.pri-title{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.pri-title p{
    font-size: 30px;
    color: #89abbe;
    font-family: 'mon sb' !important;
    letter-spacing: 3px !important;
}

.pri-title h2{
    font-size: 64px;
    font-family: '지마켓 B' !important;
    color: #000 !important;
    margin-top: 20px;
}

.mainbanner video{
    width: 100%;
    height: auto !important;
}

/* 2 */
.section02{
    width: 100%;
    height: auto;
    padding: 110px 0;
    background-image: url("/img/sub/skin_stemcell/section02-bg.png");
}

.sec02-p-div{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 1137px;
    height: 345px;
    margin:  0 auto;
    margin-top: 60px;
    background-color: rgba(219, 233, 243, 0.5);
    border-radius: 30px;
    border: 2px solid #fff;

}

.sec02-p-div p{
    font-size: 33px;
    line-height: 45px;
    font-weight: 500;
    text-align: center;
    letter-spacing: -0.5px !important;
    color: #2c2c2c !important;
}

.sec02-p-div p:nth-child(2){
    margin-top: 40px;
}


/* event */
.content-wrap-box{
    padding: 100px 0;
    width: 100%;
    height: auto;
    background-image: url("/img/sub/skin_stemcell/content-bg.png");
}

.con-title p{
    width: 1136px;
    margin: 0 auto;
    font-size: 34px;
    font-family: 'mon m';
    letter-spacing: 3px !important;
    color: #000 !important;
    padding-bottom: 20px;
}

.con-title p span{
    font-family: 'mon sb' !important;
    color: #2d8bd4 !important;
    letter-spacing: 3px !important;
}

.con-title .linediv{
    position: relative;
    width: 100%;
    height: 2px;
    background-color: #727577;
}

.con-title .linediv .numdiv{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 103px;
    height: 103px;
    border-radius: 50px;
    background-color: #2d8bd4;
    font-family: 'mon sb' !important;
    font-size: 42px;
    color: #fff;
}

.con-pri-title{
    margin-top: 90px;
}


/* 1 */
.imgbox{
    display: flex;
    justify-content: center;
}

.event-sec01 .chart-p{
    font-size: 33px;
    line-height: 47px;
    color: #333333 !important;
    text-align: center;
    font-weight: 500;
    margin-top: 30px;
}

.event-sec01 .imgbox{
    margin-top: 40px;
    margin-bottom: 60px;
}

.event-sec01 .imgbox img{
border-radius: 30px;
box-shadow: 1px 0px 18.4px 1px #d8e8f3;
}


/* 2 */
.event-sec02{
    margin-top: 100px;
}

.event-sec02 .chart-p{
    font-size: 33px;
    line-height: 47px;
    color: #333333 !important;
    text-align: center;
    font-weight: 500;
    margin-top: 30px;
}


/* 3 */
.event-sec03{
    margin-top: 100px;
}

.event-sec03 .chart-p{
    font-size: 33px;
    line-height: 47px;
    color: #333333 !important;
    text-align: center;
    font-weight: 500;
    margin-top: 30px;
}

.event-sec03 .imgbox{
    margin-top: 90px;
}


/* ---------- */
.section03{
    background-color: #E0EAF1;
    padding: 100px 0;
    padding-bottom: 80px;
}

.section03 .imgbox{
    margin-top: 50px;
}


/* ---------- */
.section04{
    width: 100%;
    height: 1539px;
    background-image: url("/img/sub/skin_stemcell/section04.png");
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 100px;
}


/* ---------- */
.section05{
    width: 100%;
    height: auto;
    padding: 100px 0;
    background-color: #E0F5F8;
}

.section05 p{
    display: flex;
    justify-content: center;
    font-size: 33px;
    color: #333333 !important;
    font-weight: 500;
    margin-top: 15px;
}

.section05 .pri-title p{
    color: #89abbe !important;
}

.section05 .imgbox{
    margin-top: 110px;
}

/* ---------- */
.section06{
    position: relative;
    width: 100%;
    height: 2498px;
    background-image: url("/img/sub/skin_stemcell/section06.png");
    background-size: cover;
    padding-top: 90px;
}

.sec06-title{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.sec06-title p{
    font-family: '지마켓 M';
    font-size: 60px;
    color: #cfecfb !important;
}

.sec06-title h2{
    font-family: '지마켓 B';
    font-size: 94px;
    color: #fff !important;
    margin-top: 20px;
}

.sec06-list{
    width: 1298px;
    position: absolute;
    bottom: 90px;
    left: 50%;
    transform: translateX(-50%);
}

.sec06-list-box{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    height: 270px;
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 30px;
    margin-top: 8px;
}

.sec06-list-box:nth-child(1){
    margin-top: 0;
}

.sec06-list-box01 > p:nth-child(1){
    width: 545px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 46px;
    font-weight: 500;
    color: #fff;
    background-color: #42b2d7;
    border-radius: 50px;
}
.sec06-list-box02 > p:nth-child(1){
    width: 655px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 46px;
    font-weight: 500;
    color: #fff;
    background-color: #4296d7;
    border-radius: 50px;
}
.sec06-list-box03 > p:nth-child(1){
    width: 455px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 46px;
    font-weight: 500;
    color: #fff;
    background-color: #42d7d5;
    border-radius: 50px;
}
.sec06-list-box04 > p:nth-child(1){
    width: 655px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 46px;
    font-weight: 500;
    color: #fff;
    background-color: #42b6d7;
    border-radius: 50px;
}

.sec06-list-box > p:nth-child(2){
    font-size: 40px;
    color: #2c2c2c !important;
    margin-top: 25px;
    font-weight: 500;
}


/* 브라운 줄기세포 클리닉 PLUS */
.section07{
    padding: 100px 0;
    background-color: #e7f0f3;
}

.section07 .tibox{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.section07 .tibox .p01{
    font-family: '지마켓 M';
    font-size: 42px;
    color: #000 !important;
}

.section07 .tibox .tibox-in{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-top: 20px;
}

.section07 .tibox .tibox-in p{
    font-family: '지마켓 B';
    font-size: 64px;
    color: #000 !important;
}

.sec07-flex-div{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 60px;
    gap: 30px;
}



/* 모바일 */
@media (max-width:991px){
    
    .pri-title p{
        font-size: 12px;
        letter-spacing: 0px !important;
    }

    .pri-title h2{
        font-size: 22px;
        margin-top: 10px;
    }
    
    .mo-mainbanner img{
        width: 100%;
    }

    /* ---------- */
    .section02{
        padding: 40px 20px;
        background-image: url("/img/sub/skin_stemcell/mobile/section02-bg.png") !important;
        background-size: cover;
        background-repeat: no-repeat;
    }

    .sec02-p-div{
        padding: 25px 0;
        width: 100%;
        height: auto;
        margin-top: 15px;
        border-radius: 15px;
    }

    .sec02-p-div p{
        font-size: 12px;
        line-height: 19px;
    }

    .sec02-p-div p:nth-child(2){
        margin-top: 15px;
    }


    /* ---------- */
    .content-wrap-box{
        padding: 40px 0;
        background-image: url("/img/sub/skin_stemcell/mobile/content-bg.jpg") !important;
        background-size: cover !important;
    }

    .con-title p{
        width: 100%;
        padding: 0 20px;
        padding-bottom: 10px;
    }

    .con-pri-title{
        margin-top: 38px;
    }

    .con-title p,
    .con-title p span{
        font-size: 13px;
        letter-spacing: 0 !important;
        text-align: right;
    }

    .con-title .linediv{
        height: 1px;
    }

    .con-title .linediv .numdiv{
        width: 37px;
        height: 37px;
        font-size: 15px;
    }

    .imgbox{
        padding-left: 20px;
        padding-right: 20px;
        margin-top: 10px;
    }

    .imgbox img{
        width: 100%;
        border-radius: 15px;
    }

    .event-sec01 .imgbox img{
        border-radius: 15px;
    }

    .event-sec01 .imgbox{
        margin-top: 12px;
        margin-bottom: 16px;
    }

    .event-sec01 .chart-p,
    .event-sec02 .chart-p,
    .event-sec03 .chart-p{
        font-size: 12px;
        line-height: 19px;
        margin-top: 15px;
    }

    .event-sec02,
    .event-sec03{
        margin-top: 52px;
    }

    .event-sec03 .imgbox{
        margin-top: 32px;
    }

    
    .section03{
        padding: 40px 0;
    }
    .section03 .imgbox{
        margin-top: 18px;
    }


    .section04{
        padding: 0;
        padding-top: 137.36%;
        height: auto;
        background-image: url("/img/sub/skin_stemcell/mobile/section04.png");
    }

    .section05{
        padding: 40px 0; 
    }

    .section05 p{
        font-size: 12px;
        margin-top: 5px;
    }

    .section05 .imgbox{
        margin-top: 24px;
    }

    .section06{
        padding: 0;
        padding-top: 181.25%;
        height: auto;
        background-image: url("/img/sub/skin_stemcell/mobile/section06.jpg");
    }

    .section07{
        padding: 40px 0;
    }
    .section07 .tibox .p01{
        font-size: 16px;
    }
    .section07 .tibox .tibox-in{
        gap: 4px;
        margin-top: 4px;
    }
    .section07 .tibox .tibox-in p{
        font-size: 22px;
    }
    .section07 .tibox .tibox-in img{
        width: 16px !important;
    }

    .section07 .swiper {
        margin-top: 20px;
    }

    .section07 .swiper img{
        width: 100%;
        opacity: .6;
    }

    .section07 .swiper .swiper-slide,
    .swiper-wrapper{
        height: auto !important;
    }
    
    .section07 .swiper-slide-active img{
        opacity: 1;
    }
}