/* BASIC css start */
.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 {
    position: relative; max-width: 900px; width: 100%;
    margin: 0 auto; padding: 0;
    border: 0; box-sizing: border-box;
    font-size: 16px;
}

/* 유의사항 */
.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%; }

/* sticky tab */
.sticky__wrap {
    position: sticky; top: 0; left: 0;
    width: 100%;
    z-index: 999;
    overflow-x: hidden;
}
.sticky__bg { opacity: 0; }
.sticky__tabs {
    position: absolute; top: 0; left: 0;
    width: 100%; height: 100%;
    display: flex; flex-direction: row;
    justify-content: flex-start; align-items: center;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    background-color: #1d1d1d;
}
.sticky__tabs li { width: calc(100% / 5); height: 100%; }
.sticky__tabs .tab { 
    display: flex; align-items: center; justify-content: center; 
    width: 100%; height: 100%; 
    font-size: 1.523rem; text-align: center; color: #14a39d; letter-spacing: -1px;
    opacity: .5; position: relative;
    padding-bottom: 8px; box-sizing: border-box;
}
.sticky__tabs .tab::before {
    content: '';
    position: absolute; bottom: 20%; left: 50%; transform: translateX(-50%);
    width: 80%; height: 1px; background-color: #14a39d;
}
.tab.tabsel { opacity: 1; background-color: #14a39d; color: #fff; }
.tab.tabsel::before { background-color: #fff; }

.event1 { background-color: #1d1d1d; overflow: hidden; }
.event1 .evtSwiper { width: calc(100% - 5.22%); height: 100%; padding-left: 5.22%; }
.event1 .evtSwiper .swiper-wrapper { display: flex; flex-direction: row; width: 100%; justify-content: flex-start; align-items: flex-start; }
.event1 .evtSwiper .swiper-wrapper .swiper-slide { width: auto; overflow: hidden; }
.event1 .evtSwiper .swiper-wrapper .swiper-slide .normal_item { width: auto; letter-spacing: -1px; }
.event1 .evtSwiper .swiper-wrapper .swiper-slide .normal_item .prod_name { margin-top: 14px; border-bottom: 0; font-size: 15px; color: #fff; }
.event1 .evtSwiper .swiper-wrapper .swiper-slide .normal_item .dc_info,
.event1 .evtSwiper .swiper-wrapper .swiper-slide .normal_item .normal_price { font-size: 20px; }
.event1 .evtSwiper .swiper-wrapper .swiper-slide .normal_item .normal_price { color: #fff !important; }
.event1 .evtSwiper .swiper-wrapper .swiper-slide .normal_item .prod_brand,
.event1 .evtSwiper .swiper-wrapper .swiper-slide .normal_item .prod_subname,
.event1 .evtSwiper .swiper-wrapper .swiper-slide .normal_item .consumer_price,
.event1 .evtSwiper .swiper-wrapper .swiper-slide .normal_item .prod_color,
.event1 .evtSwiper .swiper-wrapper .swiper-slide .normal_item .prod_icon { display: none; }
.event1 .colorcircle_item::after { display: none; }

/* marquee */
#benefit2 { background-color: #1d1d1d; }
#benefit2 .swiper-wrapper { transition-timing-function: linear !important; display: flex; flex-direction: row; }
#benefit2 .marquee1,
#benefit2 .marquee2 { overflow: hidden;}
#benefit2 .marquee1 .swiper-slide,
#benefit2 .marquee2 .swiper-slide { width: auto; white-space: nowrap; flex-shrink: 0; }

#benefit4 .coupon_wrap { position: relative; }
#benefit4 .cp_down { position: absolute; left: 5.22%; width: 89.56%; height: 47.64%;}
#benefit4 .cp_down.cp10per { top: 0; }
#benefit4 .cp_down.cp20per { bottom: 0; }

.ffw { display: none !important; }
/* BASIC css end */

