/* BASIC css start */
.flipban_slider .swiper-navigation-icon { display: none; }
.event__container,
.event__container div,
.event__container a,
.event__container span { display: block; }
.event__container ul,
.event__container li { list-style: none; padding: 0; margin: 0; }
.event__container img { width: 100%; vertical-align: top; }
.event__container a { text-decoration: none; cursor: pointer; color: inherit; }
.event__container {
    font-size: 16px;
    font-family: "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
    max-width: 900px; width: 100%;
    margin: 0 auto; padding: 0;
    border: 0; box-sizing: border-box;
}
.swiper-button-next svg, .swiper-button-prev svg { opacity: 0; }

/* 스티키 탭 */
.sticky__wrap {
    position: sticky; top: 56px; left: 0;
    width: 100%;
    background-color: #0c0c0c;
    z-index: 999;
    overflow-x: hidden;
    /* border: 1px solid #f7f0c5; border-left: 0; border-right: 0; box-sizing: border-box; */
}
.sticky__tabs {
    width: inherit; /*height: 50px;*/
    display: flex; flex-direction: row;
    justify-content: flex-start; align-items: center;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
}
.sticky__tabs li { width: auto; flex: 1; }
.sticky__tabs .tab { display: flex; align-items: center; justify-items: center; height: 100%; padding: 10px 15px; }
.sticky__tabs li:nth-child(3) a { padding-top: 11px; }
.tab span {
    display: block; width: 100%;
    white-space: nowrap;
    font-size: 12px; color: #fff; text-align: center;
}
.tab span strong { font-size: 15px; }
.tab.tabsel { background-color: #ff7e00; }

/* 유의사항 */
.notice__wrap .notice__btn { position: relative; cursor: pointer; }
.notice__wrap .notice__btn img { margin-top: 0; }
.notice__wrap .notice__content {
    overflow: hidden;
    height: 0;
    transition: height 0.2s linear;
    z-index: -99;
}
.notice__wrap .notice__content.active { height: 100%; }

/* 이벤트2,3 */
.event2,
.event3 { background-color: #0c0c0c; }
.event2 .evt2Swiper, 
.event3 .evt3Swiper { width: calc(100% - 7.56%); height: 100%; padding-left: 7.56%; padding-bottom: 15%; }
.event2 .evt2Swiper .swiper-wrapper, 
.event3 .evt3Swiper .swiper-wrapper { display: flex; flex-direction: row; width: 100%; justify-content: flex-start; align-items: center; }
.event2 .evt2Swiper .swiper-wrapper .swiper-slide,
.event3 .evt3Swiper .swiper-wrapper .swiper-slide { width: auto; overflow: hidden; }
.event2 .evt2Swiper .swiper-wrapper .swiper-slide figure,
.event3 .evt3Swiper .swiper-wrapper .swiper-slide figure { width: auto; }
.event2 .evt2Swiper .list figure .prod_brand,
.event2 .evt2Swiper .list figure .prod_subname,
.event2 .evt2Swiper .list figure .prod_color,
.event2 .evt2Swiper .list figure .consumer_price,
.event2 .evt2Swiper .list figure .MK-product-label,
.event2 .evt2Swiper .list figure .pro_icons,
.event3 .evt3Swiper .list figure .prod_brand,
.event3 .evt3Swiper .list figure .prod_subname,
.event3 .evt3Swiper .list figure .prod_color,
.event3 .evt3Swiper .list figure .consumer_price,
.event3 .evt3Swiper .list figure .MK-product-label,
.event3 .evt3Swiper .list figure .pro_icons { display: none; }
.event2 .evt2Swiper .list figure .normal_price,
.event3 .evt2Swiper .list figure .listPrice .dc_info,
.event3 .evt3Swiper .list figure .normal_price,
.event3 .evt3Swiper .list figure .listPrice .dc_info { color: #fff; }
.event2 .evt2Swiper .list figure .listName,
.event3 .evt3Swiper .list figure .listName { color: #fff; margin: 10px 0 5px; }
.event2 .evt2Swiper .list .list_shoppingInfo .pricepart,
.event3 .evt3Swiper .list .list_shoppingInfo .pricepart { border: 0; padding: 0; }
/* BASIC css end */

