@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');
}

@media (max-width: 1900px){
    .container_img img{
        width: auto;
    }
}

.introduce_research .container_fix{
    overflow: hidden;
}

.abril-fatface-regular {
    font-family: "Abril Fatface", serif !important;
    font-weight: 400;
    font-style: normal;
}

.surgery_promise .container_fix,
.introduce_research .container_fix{
    width: 1530px;
    padding: 0 !important;
}

.bg{
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

/* ---------------------------------------- */

@keyframes shrinkImg {
    0% {
        transform: scale(1.05);
    }
    100% {
        transform: scale(1);
    }
}

.mainbanner {
    position: relative;
    width: 100%;
    height: 680px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.mainbanner .mainbg {
    width: 110%;
    height: auto;
    animation: shrinkImg 4s ease-in-out forwards;
}

.mainbannertitle img{
    position: absolute;
    top: 21%;
    left: 15%;
    width: 404px;
}

.shortDiv{
    max-width: 1362px;
    margin: 65px auto;
}

.shortDiv-titlebox h3{
    font-family: '지마켓 M' !important;
    color: #302e2c;
}

.shortDiv-titlebox h3 span{
    font-family: '지마켓 B' !important;
    color: #0e718a;
}

.shortDiv-titlebox a{
    font-family: '210 M고딕070.ttf' !important;
    color: #0e718a;
}

.shortDiv ul{
    display: flex;
    flex-wrap: wrap;
    margin-top: 46px;
    gap: 20px;
}

.shortDiv ul li{
    background-color: #000;
    width: calc(100%/4 - 15px);
}

.shortDiv ul li iframe{
    width: 100%;
    border-radius: 10px;
}

/* 리얼후기 */
.afterDiv{
    position: relative;
    width: 100%;
    background-color: #edf2f2;
    padding: 80px 0;
}

.after-titlebox{
    width: 1360px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: baseline;
}

.after-titlebox h3{
    font-family: '지마켓 M' !important;
    color: #302e2c;
    font-size: 48px;
}

.after-titlebox h3 span{
    font-family: '지마켓 B' !important;
    color: #0e718a;
}

.after-titlebox a{
    font-family: '210 M고딕070.ttf' !important;
    color: #0e718a;
}

.swipdiv{
    position: relative;
    width: 1360px;
    height: 406px;
    margin: 0 auto;
}

.afterswiper{
    overflow: hidden;
    width: 1360px;
    margin: 0 auto;
    margin-top: 50px;
}

.afterswiper img{
    border-radius: 14px;
}
.afterswiper p{
    font-size: 22px;
    margin-top: 18px;
    color: #677979;
}

.afterDiv .swiper-button-prev{
    top: 50%;
    transform: translateY(-50%);
    left: -41px;
    filter: grayscale(1);
}

.afterDiv .swiper-button-next{
    top: 50%;
    transform: translateY(-50%);
    right: -41px;
    filter: grayscale(1);
}

.swiper-button-next:after,.swiper-button-prev:after{
    font-size: 24px !important;
}

/* 가격 */
.pricecondiv{
    width: 1360px;
    padding: 70px;
    margin: 100px auto;
    background-color: #edf2f2;
    border: 5px solid #cee0e0;
}

.pricetitle p{
    font-size: 25px;
    color: #96a1a1;
    letter-spacing: 3px !important;
    text-align: center;
}

.pricetitle h3{
    text-align: center;
    font-size: 50px;
    font-family: '지마켓 M' !important;
    margin-top: 20px;
}

.pricetitle h3 span{
    font-size: 50px;
    color: #0e718a;
    font-family: '지마켓 B' !important;
}

.change-container {
    width: 550px; /* 원하는 크기로 조정 */
    height: 616px;
    position: relative;
    overflow: hidden;
}
.change-container img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: opacity 1s ease-in-out;
}
.change-container img.active {
    opacity: 1;
}

.changeandprice{
    display: flex;
    align-items: center;
    margin-top: 70px;
}

.changeandprice .bar{
    width: 1px;
    height: 640px;
    margin: 0 60px;
    background-color: #cee0e0;
}

.pricelist{
    width: 512px;
}
.pricelist ul li{
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-top: 40px;
}

.pricelist ul li:nth-child(1){
    margin-top: 0;
}

.pricelist ul li .left p{
    font-size: 20px;
    color: #363636;
    font-family: '210 M고딕050.ttf' !important;
}

.pricelist ul li .left h5{
    font-size: 33px;
    color: #363636;
    margin-top: 8px;
    font-family: '210 M고딕070.ttf' !important;
}

.pricelist ul li .right p{
    font-family: '210 M고딕090.ttf' !important;
    color: #0088aa;
    font-size: 45px;
    margin-bottom: -5px;
}

.pricelist ul li .right p span{
    font-family: '210 M고딕050.ttf' !important;
    font-size: 15px;
    display: inline-block;
    margin-left: 8px;
    color: #363636 !important;
}

video{
    position: unset !important;
    width: 318px;
    height: 488px;
    min-width: none !important;
}

/* ---------------------------------- */
@media (max-width: 990px){
    /* 쇼츠 */
    .shortDiv{
        padding-left: 5%;
        padding-right: 5%;
        margin-top: 35px;
        margin-bottom: 34px;
    }
    .shorticon{
        width: auto !important;
        max-width:auto  !important;
    }
    .shortDiv-titlebox{
        justify-content: center !important;
    }
    .shortDiv ul{
        gap: 15px;
        margin-top: 30px;
    }
    .shortDiv ul li{
        width: calc(100%/2 - 8px);
    }
    
    .shortDiv h3{
        font-size: 25px !important;
        margin-bottom: -2px;
    }

    .shortbut{
        width: 120px !important;
        max-width: 120px !important;
        margin: 0 auto;
        margin-top: 31px;
    }

    /* 후기 */
    .swipdiv{
        width: 100%;
        height: auto;
    }
    .mobile-afterswiper{
        overflow: hidden;
        margin: 0 auto;
        margin-top: 30px;
    }
    
    .mobile-afterswiper img{
        border-radius: 14px;
    }
    .mobile-afterswiper p{
        font-size: 12px;
        margin-top: 10px;
        color: #677979;
    }


    .afterDiv{
        padding: 34px 0;
    }
    .after-titlebox{
        width: 100%;
        justify-content: center;
    }
    .after-titlebox h3{
        text-align: center;
        font-size: 25px;
        line-height: 32px;
    }
    
    .after-titlebox h3 span{
        font-size: 25px;
    }

    /* 가격 */
    .pricecondiv{
        width: 85%;
        margin: 34px auto;
        border: 2px solid #cee0e0;
        padding: 34px;
        padding-left: 24px;
        padding-right: 24px;
    }
    .pricetitle p{
        font-size: 13px;
        letter-spacing: 1px !important;
    }
    .pricetitle h3{
        font-size: 25px;
        line-height: 32px;
        margin-top: 14px;
    }
    .pricetitle h3 span{
        font-size: 25px;
    }

    .changeandprice{
        display: block;
        margin-top: 24px;
    }

    .mobile-change-container {
        width: 252px !important;
        max-width: 252px !important;
        height: 237px;
        margin: 0 auto;
        position: relative;
        overflow: hidden;
    }
    .mobile-change-container img {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        opacity: 0;
        transition: opacity 1s ease-in-out;
    }
    .mobile-change-container img.active {
        opacity: 1;
    }

    .changeandprice .bar{
        width: 100%;
        height: 1px;
        margin: 23px 0;
    }

    .pricelist{
        width: 100%;
    }

    .pricelist ul li{
        margin-top: 22px;
    }
    .pricelist ul li .left p{
        font-size: 0.625rem;
    }
    .pricelist ul li .left h5{
        font-size: 1rem;
        margin-top: 6px;
    }

    .pricelist ul li .right p{
        font-size: 1.375rem;
    }
    .pricelist ul li .right p span{
        font-size: 0.438rem;
        margin-left: 4px;
    }

    .surgery_promise{
        margin-top: 30px;
    }

    .introduce_research .swiper-scrollbar{
        bottom: -18px !important;
        width: 90% !important;
        left: 50% !important;
        transform: translateX(-50%) !important;
    }

    video{
        position: unset !important;
        width: 155px;
        height: 237px;
        min-width: none !important;
    }
}