/* BASIC css start */
.video-container {
    position: relative;
    width: 100%;
    /* ¼îÃ÷ Ç¥ÁØ ºñÀ²ÀÎ 9:16 ºñÀ²(177.77%)·Î ¹Ú½º Å©±â °íÁ¤ */
    padding-bottom: 177.77%; 
    margin-bottom: 20px;
    height: 0;
    overflow: hidden;
    background: #000;
}

.video-container iframe {
    position: absolute;
    top: -1px;
    left: -1px;
    /* ¿Ö°îÀÌ³ª ÁÂ¿ì Àß¸² ¾øÀÌ ¹Ú½º ¾È¿¡ ¿ÂÀüÈ÷ µé¾î¿Àµµ·Ï ±âº» 100% ¼³Á¤ */
    width: calc(100% + 2px);
    height: calc(100% + 2px);
}





li.menubtn.COLLECTION a {
    font-weight: 500;
    color: #000;
}



.swiper-slide img{width:100%}


.swiper-container {
    margin: 0 auto 30px !important;
    overflow: hidden;
    padding-bottom: 10px !important;
}

.collection_txt {
       padding: 30px 20px 20px;
}

p.main_txt {
    padding-bottom: 5px;
    margin: 0;
    font-size: 18px;
}


p.sub_txt {
    margin: 0;
    font-size: 12px;
    color: #797979;
}

.swiper-horizontal > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal{
     width: 95% !important;
     bottom: 0 !important;
     left: 2.5% !important;
}


/* BASIC css end */

