.video-wrap{
    max-height : 700px;
    overflow:hidden;
    margin-bottom : 175px;
}

.video-wrap video{
    width : 100%;
}

.main-slide-wrap{
    padding-bottom : 20px;
    margin-bottom : 80px;
}
section.landing-pop {
    width: 100%;
    aspect-ratio: 16/9;
    background-color: #ffffff;
    top: 0;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
section.landing-pop .block-video{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
section.landing-pop video {
    width: 100%;
    height: auto;
}

section.landing-pop .video-wrap {
    width: 110%;
    height: 110%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 75%;
    position: relative;
    margin-bottom: 0;
}
section.landing-pop .video-wrap-mobile{
    display: none;
}
section.landing-pop iframe {

    width: 100%;
    height: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);

    border: none;
    outline: none;
}

/* best */

.icon.arrow-right{
    width : 7px;
    height : 12px;
}

h2{
    text-align : left;
    font-size : 24px;
}

h2 > span{
    display : block;
    font-weight : 300;
    font-size : 14px;
}

.best-list{
    display : grid;
    grid-template-columns: repeat(3, 3fr);
    gap: 15px;
    margin-bottom : 60px;
}

.best-list > li{
    height : 120px;
    display : flex;
    align-items : center;
    justify-content : flex-start;
    padding-left : 16px;
    font-size : 25px;
    background-size : 100%;
    background-position : center;
    background-repeat: no-repeat;
    position : relative;
    border-radius: 6px;
    transition: 0.3s;
}
.best-list > li.on{
    box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 2px, rgba(0, 0, 0, 0.07) 0px 2px 4px, rgba(0, 0, 0, 0.07) 0px 4px 8px, rgba(0, 0, 0, 0.07) 0px 8px 16px, rgba(0, 0, 0, 0.07) 0px 16px 32px, rgba(0, 0, 0, 0.07) 0px 32px 64px;
}

.best-list > li:before{
    content : '';
    display : block;
    width : 100%;
    height : 100%;
    background-color : #000;
    opacity : 0;
    position : absolute;
    top : 0;
    left : 0;
    transition: 0.3s;
    border-radius: 12px;
}
.best-list li:hover .best-list > li:before{
    opacity : 0;
}
/*2023.07.11 백그라운드 이미지 수정*/
.best-list .list1{
    background : url('../images/index/best-bg/color.png') no-repeat center / cover;
}

.best-list .list2{
    background : url('../images/index/best-bg/acne.png') no-repeat center / cover;
}

.best-list .list3{
    background : url('../images/index/best-bg/blush.png') no-repeat center / cover;
}

.best-list .list4{
    background : url('../images/index/best-bg/pore.png') no-repeat center / cover;
}

.best-list .list5{
    background : url('../images/index/best-bg/wrinkle.png') no-repeat center / cover;
}

.best-list .list6{
    background : url('../images/index/best-bg/lifting.png') no-repeat center / cover;
}

.best-list .list7{
    background : url('../images/index/best-bg/petit.png') no-repeat center / cover;
}

.best-list .list8{
    background : url('../images/index/best-bg/sline.png') no-repeat center / cover;
}

.best-list .list9{
    background : url('../images/index/best-bg/hair.png') no-repeat center / cover;
}
.best-list li a{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    border-radius: 12px;
}
.best-list li a button{
    color : #1c1c1c;
    z-index : 1;
    font-size: 20px;
    font-weight: 700;
}


.best-list > li.on:before{
    /*display : none;*/
    opacity: 0;
    pointer-events: none;
}

.best-list > li.on button{
    /*color : #000;*/
    /*font-weight: 700;*/
}



/* best5 */
/*디자인 변경 테스트 시작 */
/*.best-wrap{*/
/*    padding: 32px 20px;*/
/*    border-radius: 32px;*/
/*    box-shadow: rgba(0, 0, 0, 0.1) -4px 9px 25px -6px;*/
/*}*/
/*.best-wrap h2{*/
/*    margin: 0 10px 40px;*/
/*}*/
/*.best-list{*/
/*    margin-bottom: 20px;*/
/*}*/
/*.best-list li{*/
/*    border-radius: 16px;*/
/*    overflow: hidden;*/
/*}*/
/*디자인 변경 테스트 끝 */
.best-sub-list{
    white-space: nowrap;
    display : grid;
    grid-template-columns: repeat(5, 1fr);
    gap : 16px;
    overflow-x : scroll;
    padding-bottom : 24px;
    /*margin-bottom : 150px;*/
    /*2023.07.11 마진 수정*/
    margin-bottom: 40px;
}

.best-sub-list::-webkit-scrollbar{
    height : 6px;
}

.best-sub-list > li{
    width : 416px;
    height : 230px;
    position : relative;
    background-color : #f5f5f5;
    margin-top : 25px;
    padding: 32px 16px 16px;
    display: grid;
    grid-template-areas: "title title"
                            "date date"
                            "qty btn";
    justify-items: center;
    justify-content: space-between;
    align-items: center;
    border-radius: 8px;
}

.best-sub-list .best-num{
    padding: 4px 8px;
    background-color : #846B64;
    color : #fff;
    font-size : 16px;
    transform :translateY(-50%);
    font-weight : 500;
    position: absolute;
    left: 20px;
    top: 0;
    border-radius: 4px;
}
.best-sub-list .btn-more:has(font){
    width: auto;
    padding: 0 10px;
}
.best-sub-list .best-num font,
.best-sub-list .btn-more font{
    color: #ffffff;
}
.best-sub-list .surgery-name{
    text-align : center;
    font-size : 24px;
    font-weight : 700;
    margin-top: 32px;
    grid-area: title;
}

.best-sub-list .period{
    color : #767676;
    margin-bottom : 50px;
    text-align: center;
    grid-area: date;
}

.best-sub-list .period > span{
    margin-left : 40px;
}

.best-sub-list .surgery-product-num{
    font-weight : 300;
    color : #846B64;

    grid-area: qty;
}

.best-sub-list .btn-wrap{
    grid-area: btn;
}

.best-sub-list .btn-more{
    background-color : #1C1C1C;
    color : #fff;
    width : 85px;
    height : 36px;
    border-radius : 36px;
}

.best-sub-list .btn-more > i{
    margin-left : 8px;
    margin-top : -2px;
}


/* 시술검색 */
.main-search-wrap{
    background-color :  #f5f5f5;
    height : 400px;
    display : flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom : 190px;
}

.main-search-wrap .slogan-image{
    margin-bottom : 35px;
}

.main-search-wrap .search-wrap .title{
    font-size : 24px;
    font-weight : 500;
}

.main-search-wrap .input-search-wrap{
    margin : 24px 0 16px;
    height : 48px;
    font-size : 18px;
    font-weight : 300;
    border-color : #767676;
}


/* 시술리뷰 */
.review-wrap{
    margin-bottom : 188px;
}

.review-wrap .swiper-container{
    height : 400px;
}

.review-list{
    white-space: normal;
    display : flex;
    overflow-x : initial;
}

.review-list > li{
    width : 674px;
    height : 318px;
    padding : 32px 20px 16px;
}

.best-sub-list .review-name{
    position : absolute;
    left : 25px;
    top : 0;
    margin-bottom : 0;
    margin-left : 0;
}

.review-name + div{
    display : flex;
    align-items: flex-start;
    justify-content: space-between;
    gap : 15px;
    width : 674px;
}

.review-image{
    width : 322px;
}

.review-content{
    flex : 1;    
}
 
.review-title{
    font-size : 18px;
    font-weight : 500;
    margin-bottom : 18px;
    color: #846b64;
}

.review-detail{
    line-height : 26px;
    min-height : 234px;
    white-space: normal;
    overflow-y : scroll;
    width : 290px;
    height : 234px;
    padding-right : 16px;
}

.review-detail::-webkit-scrollbar{
    width : 6px;
}


/* 오시는 길 */
.location-wrap{
    /*padding-top: 100px;*/
    margin-bottom : 150px;
}
.location-wrap>h2{
    margin: 0 0 24px 0;
}

.map{
    margin-bottom : 34px;
}

.location-info > div{
    margin : 14px 0;
    font-size : 16px;
    color : #1c1c1c;
}

.location-info .icon{
    width : 24px;
    height : 24px;
    margin-right : 16px;
}

.location-info > div span{
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 50px);
    word-break: keep-all;
}
.location-info > div{
    display: inline-block;
    vertical-align: top;
    word-break: keep-all;
}
.location-info div{
    display: flex;
    align-items: center;
}
.location-info div ion-icon{
    width: 18px;
    height: 18px;
    margin-right: 8px;
}
.swiper-slide a img:nth-child(1){
    display: block;
}
.swiper-slide a img:nth-child(2){
    display: none;
}
@media screen and (max-width : 1016px){
    /*.main-slide-wrap .swiper-container{*/
    /*    height: calc(100vh - 80px);*/
    /*}*/
    .best-wrap{
        padding : 0 10px;
    }

    .main-search-wrap{
        padding : 0 20px;
    }

    .review-wrap{
        padding : 0 10px;
    }

    .review-wrap .review-list{
        gap : initial;
    }
    /*2023.07.11 패딩 수정*/
.location-wrap h2,.location-info div{
    padding: 0 10px;
}
    .recommended-wrap{
    padding: 0 10px 24px ;
}

}


.swiper {
    width: 100%;
    height: 100%;

}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}
.swiper-slide > a {
    display: flex;
    justify-content: center;
    align-items: center;
}
.swiper-slide img {
    display: block;
    width: 100%;
    /*height: 100%;*/
    /*object-fit: cover;*/
}

.swiper_popup {
    position: fixed;
    background-color: rgba(0,0,0,0.5);
    width: 100vw;
    height: 100vh;
    left: 0;
    top: 0;
    z-index: 999999;
}
.swiper_modal .inner{
    position: relative;
}
.swiper_modal {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 800px;
    height: 700px;
    background-color: rgba(255,255,255,1);
}
.swiper_popup .swiper_modal .swiper {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    overflow: clip;
    list-style: none;
    padding: 0;
    z-index: 1;
    display: block;
}
.swiper_popup .swiper_modal .main-banner-popup {
    width: calc(100% - 200px);
    height: calc(100% - 100px);
    position: static;
    margin: 0;
}

.swiper_popup .swiper_modal .close-btn {
    width: 40px;
    height: 40px;
    position: absolute;
    right: 8px;
    top: 10px;
    cursor: pointer;
}

.swiper_popup .swiper_modal .close-wrap {
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    background-color: rgba(255,255,255,0.9);
    padding: 0 20px;
}
.swiper_popup .swiper_modal .close-wrap .close-day label{
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
}
.swiper_popup .swiper_modal .swiper-slide{
    pointer-events: none;
}
.swiper_popup .swiper_modal .swiper-slide.active-link{
    pointer-events: all;
}
.swiper_popup .swiper_modal .swiper-pagination-bullet {
    width: 200px;
    height: auto;
    border-radius: 0;
    opacity: 1;
    background-color: #ffffff;
    border: 1px solid rgba(58, 76, 64, 0);
}

.swiper_popup .swiper_modal .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color:  rgba(58, 76, 64, 1) !important;
    border: 1px solid rgba(58, 76, 64, 1);
    color : white;
    width: 240px !important;

}

.swiper-pagination-clickable.swiper-pagination-bullets,
.swiper-vertical>.swiper-pagination-bullets.pagination-custom {
    right: 0px;
    top: 60px;
    transform: translate(0, 0);
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.swiper-pagination-clickable.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0;
    height: 40px;
    padding: 0 16px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    border: 1px solid rgba(58, 76, 64, 0.12);
    border-top: 1px solid transparent;
    color:  rgba(58, 76, 64, 1);
    border-radius:  0 !important;
    transition: 0.3s;
}

.modal-title {
    height: 60px;
    background-color: rgba(58, 76, 64, 1);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: 700;

}
.swiper-vertical .swiper-wrapper{
    flex-direction: column;
}

.main-slide-wrap .swiper-container{
    height: calc(100vh - 120px);
    max-height: 575px;
}
@media screen and (max-width: 1024px) and (orientation: portrait), (max-width: 1024px){
    .swiper {
        width: 100%;
        height: 100%;

    }

    .swiper-slide {
        text-align: center;
        font-size: 18px;
        background: #fff;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    /*.swiper-slide img {*/
    /*    display: block;*/
    /*    width: 100%;*/
    /*    !*height: 100%;*!*/
    /*    !*object-fit: cover;*!*/
    /*}*/

    .swiper_popup {
        position: fixed;
        background-color: rgba(0,0,0,0.5);
        width: 100vw;
        height: 100vh;
        left: 0;
        top: 0;
        z-index: 999999;
    }
    .swiper_modal .inner{
        position: relative;
    }


    .swiper_popup .swiper_modal .main-banner-popup {
        width: 100%;
        height: calc(100% - 40px);
        position: static;
        margin: 0;
    }

    .swiper_popup .swiper_modal .close-btn {
        padding: 8px;
        right: 0;
        top: 0;
    }

    .swiper_popup .swiper_modal .close-wrap {
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        background-color: rgba(255,255,255,0.9);
        padding: 0 20px;
    }
    .swiper_popup .swiper_modal .close-wrap .close-day label{
        display: flex;
        align-items: center;
        gap: 8px;
        cursor: pointer;
    }
    .swiper_popup .swiper_modal .swiper-pagination.pagination-custom.swiper-pagination-clickable.swiper-pagination-bullets .swiper-pagination-bullet {
        width: 8px;
        height: 8px;
        padding: 0;
        display: inline-block;
        border-radius: 100%;
        background: #000;
        opacity: .2;
        margin: 0 2px;
    }
    .swiper_popup .swiper_modal .main-banner-popup .swiper-pagination.pagination-custom.swiper-pagination-clickable.swiper-pagination-bullets .swiper-pagination-bullet{
        background: #FFFFFF;
        opacity: 0.8;
        border: 0.5px solid #767676;
    }
    .swiper_popup .swiper_modal .swiper-pagination-bullet.swiper-pagination-bullet-active {
        background-color: rgba(58, 76, 64, 0.12) !important;
        border: 1px solid rgba(58, 76, 64, 1);
        width: 8px !important;
    }
    .swiper_popup .swiper_modal .main-banner-popup .swiper-pagination-bullet.swiper-pagination-bullet-active{
        background-color: #3a4c40 !important;
    }
        /*.swiper-pagination.pagination-custom.swiper-pagination-clickable .swiper-pagination-bullets,*/
    .swiper_popup .swiper_modal .swiper-pagination.pagination-custom.swiper-pagination-clickable.swiper-pagination-bullets {
        flex-direction: row;
        justify-content: center;
        left: 50%;
        top: auto;
        bottom: 10px;
        transform: translate(-50%, 0);
        margin: 0;
    }
    .swiper_popup .swiper_modal .swiper-pagination.pagination-custom.swiper-pagination-clickable.swiper-pagination-bullets .swiper-pagination-bullet{
        border-radius: 50% !important;
    }
    .swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,
    .swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
        margin: 0 2px;
        height: 40px;
        display: flex;
        justify-content: center;
        align-items: center;
        border: 1px solid rgba(58, 76, 64, 0.12);
        border-top: 1px solid transparent;
        color:  rgba(58, 76, 64, 1);
        border-radius:  0 !important;
    }

    .modal-title {
        height: 40px;
        background-color: rgba(58, 76, 64, 1);
        color: #fff;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 16px;
        font-weight: 500;

    }
    .swiper-vertical .swiper-wrapper{
        flex-direction: column;
    }
}
@media screen and (max-width: 1024px) and (orientation: portrait){

    .swiper_modal {
        position: absolute;
        left: 50%;
        top: calc(50% - 20px);
        transform: translate(-50%, -50%);
        width: calc(90vw - 40px);
        height: calc(90vw);
        background-color: rgba(255,255,255,1);
        /*max-height: 500px;*/
    }
}
@media screen and (max-width: 1024px) and (orientation: landscape) and (max-height: 1023px){
    .swiper_modal {
        position: absolute;
        left: 50%;
        top: calc(50% - 20px);
        transform: translate(-50%, -50%);
        width: calc(85vh - 40px);
        height: calc(85vh);
        background-color: rgba(255,255,255,1);
        /*max-height: 500px;*/
    }
}
@media screen and (max-width: 850px) and (orientation: portrait){
    .swiper_modal {
        position: absolute;
        left: 50%;
        top: calc(50% - 20px);
        transform: translate(-50%, -50%);
        width: calc(90vw - 40px);
        height: calc(90vw);
        background-color: rgba(255,255,255,1);
        /*max-height: 500px;*/
    }
}
@media screen and (max-width: 850px) and (orientation: landscape){
    .swiper_modal {
        position: absolute;
        left: 50%;
        top: calc(50% - 20px);
        transform: translate(-50%, -50%);
        width: calc(85vh - 40px);
        height: calc(85vh);
        background-color: rgba(255,255,255,1);
        /*max-height: 500px;*/
    }
    .swiper {
        width: 100%;
        height: 100%;

    }

    .swiper-slide {
        text-align: center;
        font-size: 18px;
        background: #fff;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    /*.swiper-slide img {*/
    /*    display: block;*/
    /*    !*width: 100%;*!*/
    /*    height: 100%;*/
    /*    !*object-fit: cover;*!*/
    /*}*/

    .swiper_popup {
        position: fixed;
        background-color: rgba(0,0,0,0.5);
        width: 100vw;
        height: 100vh;
        left: 0;
        top: 0;
        z-index: 999999;
    }
    .swiper_modal .inner{
        position: relative;
    }


    .swiper_popup .swiper_modal .main-banner-popup {
        width: 100%;
        height: calc(100% - 40px);
        position: static;
        margin: 0;
    }

    .swiper_popup .swiper_modal .close-btn {
        padding: 8px;
        right: 0;
        top: 0;
    }

    .swiper_popup .swiper_modal .close-wrap {
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        background-color: rgba(255,255,255,0.9);
        padding: 0 20px;
    }
    .swiper_popup .swiper_modal .close-wrap .close-day label{
        display: flex;
        align-items: center;
        gap: 8px;
        cursor: pointer;
    }
    .swiper_popup .swiper_modal .swiper-pagination.pagination-custom.swiper-pagination-clickable.swiper-pagination-bullets .swiper-pagination-bullet {
        width: 8px;
        height: 8px;
        padding: 0;
        display: inline-block;
        border-radius: 100%;
        background: #000;
        opacity: .2;
        margin: 0 2px;
    }
    .swiper_popup .swiper_modal .main-banner-popup .swiper-pagination.pagination-custom.swiper-pagination-clickable.swiper-pagination-bullets .swiper-pagination-bullet{
        background: #FFFFFF;
        opacity: 0.8;
        border: 0.5px solid #767676;
    }
    .swiper_popup .swiper_modal .swiper-pagination-bullet.swiper-pagination-bullet-active {
        background-color: rgba(58, 76, 64, 0.12) !important;
        border: 1px solid rgba(58, 76, 64, 1);
        width: 8px !important;
    }
    .swiper_popup .swiper_modal .main-banner-popup .swiper-pagination-bullet.swiper-pagination-bullet-active{
        background-color: #3a4c40 !important;
    }
    /*.swiper-pagination.pagination-custom.swiper-pagination-clickable .swiper-pagination-bullets,*/
    .swiper_popup .swiper_modal .swiper-pagination.pagination-custom.swiper-pagination-clickable.swiper-pagination-bullets {
        flex-direction: row;
        justify-content: center;
        left: 50%;
        top: auto;
        bottom: 10px;
        transform: translate(-50%, 0);
        margin: 0;
    }
    .swiper_popup .swiper_modal .swiper-pagination.pagination-custom.swiper-pagination-clickable.swiper-pagination-bullets .swiper-pagination-bullet{
        border-radius: 50% !important;
    }
    .swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,
    .swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
        margin: 0 2px;
        height: 40px;
        display: flex;
        justify-content: center;
        align-items: center;
        border: 1px solid rgba(58, 76, 64, 0.12);
        border-top: 1px solid transparent;
        color:  rgba(58, 76, 64, 1);
        border-radius:  0 !important;
    }

    .modal-title {
        height: 40px;
        background-color: rgba(58, 76, 64, 1);
        color: #fff;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 16px;
        font-weight: 500;

    }
    .swiper-vertical .swiper-wrapper{
        flex-direction: column;
    }
}
@media screen and (max-width : 786px){


    .best-list{
        gap:12px;
    }

    .best-list > li{
        font-size : 20px;
        height : 80px;
    }

    .main-search-wrap{
        margin-bottom : 80px;
    }

    .main-search-wrap .search-wrap .title{
        font-size : 20px;
    }

    .review-wrap{
        margin-bottom : 100px;
    }


    .review-detail{
        font-size : 14px;
        max-width : 290px;
        width : auto;
    }

    .review-name + div{
        width : 100%;
    }

    .review-list > li{
        width : 100%;
    }

    .location-info > div{
        font-size : 14px;
    }
    /*2023.07.11 글씨 사이즈 조정*/
    .best-list li {
        padding-left: 0;
        justify-content: center;
        border-radius: 8px;
    }
    .best-list li a {
        /*justify-content: center;*/
        border-radius: 8px;
        padding-left: 16px;
    }
    .best-list > li:before{
        border-radius: 8px;
    }
    .best-list li a button{
        font-size: 16px;
        font-weight: 700;
    }



}

@media screen and (max-width : 480px){
    .video-wrap{
        margin-bottom : 60px;
    }
    section.landing-pop {
        aspect-ratio: 5.5/9;
    }
    section.landing-pop .video-wrap {
        display: none;
    }
    section.landing-pop .video-wrap-mobile{
        display: flex;

        width: 110%;
        height: 140%;
        justify-content: center;
        align-items: center;
        padding-bottom: 75%;
        position: relative;
        margin-bottom: 0;
    }
    .main-slide-wrap{
        margin-bottom : 40px;
    }

    h2{
        font-size : 20px;
        margin-bottom : 20px;
    }

    .best-list{
        gap: 8px;
        margin-bottom : 40px;
    }

    .best-list > li {
        font-size: 14px;
        height: 40px;
    }


    .best-sub-list{
        padding-bottom : 20px;
        margin-bottom :30px;
    }

    .best-sub-list::-webkit-scrollbar{
        height : 4px;
    }

    .best-sub-list > li{
        width : 253px;
        height : 135px;
        padding: 16px;
    }

    .best-sub-list .best-num{
        font-size : 14px;
    }

    .best-sub-list .surgery-name{
        font-size : 18px;
    }

    .best-sub-list .period{
        font-size : 12px;
    }

    .best-sub-list .period > span{
        margin-left : 25px;
    }

    .best-sub-list .surgery-product-num{
        font-size : 12px;
        left : 15px;
        bottom : 12px;
    }

    .best-sub-list .btn-wrap{
        right : 4px;
        bottom : 8px;
    }

    .best-sub-list .btn-more{
        width : 60px;
        height : 24px;
        border-radius : 24px;
    }

    .icon.arrow-right{
        width : 4px;
        height : 7px;
        margin-left : 4px;
    }

    .main-search-wrap{
        height : 350px;
        margin-bottom : 64px;
    }

    .main-search-wrap .search-wrap .title{
        font-size : 16px;
    }

    .main-search-wrap .slogan-image{
        margin-bottom : 40px;
    }

    .review-wrap{
        margin-bottom : 64px;
    }

    .review-wrap .swiper-container{
        height : auto;
    }

    .review-wrap .review-list > li{
        width : 100%;
        height : auto;
        padding-right : 6px;
    }

    .review-wrap .review-name{
        font-size : 19px;
        height : 23px;
        left : 23px;
        margin-left : 0;
    }

    .review-name + div{
        flex-direction: column;
    }

    .review-image{
        width : 100%;
    }

    .review-detail{
        width : 95%;
        max-width : 100%;
    }

    .location-wrap{
        padding : 0 10px;
    }

    .root_daum_roughmap .wrap_map{
        height : 156px !important;
    }

    .review-detail::-webkit-scrollbar{
        width : 4px;
    }
    .main-slide-wrap .swiper-container{
        /*height: calc(100vh - 80px);*/
        /*max-height: 635px;*/
        /*aspect-ratio: 1/1.45;*/
    }
    .swiper-slide a{
        display: flex;
        justify-content: center;
        overflow: hidden;
    }
    .swiper-slide a img{
        width: 100%;
        height: auto;
    }
    .swiper-slide a img:nth-child(1){
        display: none;
    }
    .swiper_popup .swiper_modal .main-banner-popup .swiper-slide a img:nth-child(1){
        display: block;
    }
    .swiper-slide a img:nth-child(2){
        display: block;
    }
}
@media screen and (max-width : 320px){
    .best-list li a button{
        font-size: 14px;
    }

    .best-list li a{
        padding-left: 8px;
    }
}
.swiper-container a{
    font-size: 0;
}