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

/* 스티키 탭 */
.sticky__wrap {
    position: sticky; top: 56px; left: 0;
    width: 100%;
    background-color: #23232b;
    z-index: 999;
    overflow-x: hidden;
    box-sizing: border-box;
}
.sticky__tabs {
    width: inherit; height: inherit;
    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: 100%; height: 100%; position: relative; padding: 15px 20px; }
.sticky__tabs .tab { text-align: center; display: block; }
.sticky__tabs li::before {
    content: '';
    width: 1px; height: 25px; background-color: #fff;
    position: absolute; top: 50%; right: 0;
    transform: translateY(-50%);
}
.sticky__tabs li:last-child::before { display: none; }
.tab span {
    display: inline;
    white-space: nowrap;
    font-size: 14px; color: #fff; letter-spacing: -1px; line-height: 1.2;
}
.tab.tabsel span { color: #d5fe62; }

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

/* 상품연동 */
.event__container .swiper .swiper-wrapper { align-items: flex-start; }
.event__container .list figure .prod_color { display: flex; flex-direction: row; flex-wrap: wrap; }
.event__container .list figure .pro_icons img { width: auto; }
.event__container .list figcaption .dc_info { margin-right: 5px; }

.event1 { background-color: #27295c; margin-top: -1px; }
.event1 .evt1Swiper { width: calc(100% - 7.56%); height: 100%; padding-left: 7.56%; padding-bottom: 15%; }
.event1 .evt1Swiper .swiper-wrapper { display: flex; flex-direction: row; width: 100%; justify-content: flex-start; align-items: center; }
.event1 .evt1Swiper .swiper-wrapper .swiper-slide { width: auto; overflow: hidden; }
.event1 .evt1Swiper .swiper-wrapper .swiper-slide figure { width: auto; }
.event1 .evt1Swiper .list figure .prod_brand,
.event1 .evt1Swiper .list figure .prod_subname,
.event1 .evt1Swiper .list figure .prod_color,
.event1 .evt1Swiper .list figure .consumer_price,
.event1 .evt1Swiper .list figure .MK-product-label,
.event1 .evt1Swiper .list figure .pro_icons { display: none; }
.event1 .evt1Swiper .list figure .normal_price,
.event1 .evt1Swiper .list figure .listPrice .dc_info { color: #fff; }
.event1 .evt1Swiper .list figure .listName { color: #fff; margin: 10px 0 5px; }
.event1 .evt1Swiper .list .list_shoppingInfo .pricepart { border: 0; padding: 0; }

/* 이벤트3 */
.event3 { background: linear-gradient(#2a2d72, #27295c);; }
.event3 .evt3Swiper { width: calc(100% - 13.34%); padding: 0 6.67% 15%; overflow: hidden; transition: height 0.3s; }
.event3 .evt3Swiper .swiper-wrapper { position: relative; width: 100%; height: 100%; box-sizing: content-box; }
.event3 .evt3Swiper .swiper-wrapper .swiper-slide { height: calc((100% - 15px) / 2) !important; margin-bottom: 20px; }
.event3 .evt3Swiper .swiper-wrapper .swiper-slide.list figure { width: auto; }
.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; }
.event3 .evt3Swiper .list figure .normal_price,
.event3 .evt3Swiper .list figure .listPrice .dc_info { color: #fff; }
.event3 .evt3Swiper .list figure .listName { color: #fff; margin: 10px 0 5px; }
.event3 .evt3Swiper .list .list_shoppingInfo .pricepart { border: 0; padding: 0; }

/* 쿠폰 다운로드 */
.event1 .coupons { position: relative; }
.event1 .coupons .cpDown { width: 33.33%; height: 29.62%; position: absolute; top: 51.8%; }
.event1 .coupons .cpDown.cp15per { left: 12.89%; }
.event1 .coupons .cpDown.cp3000won { right: 16%; }

.evt1Swiper .swiper-wrapper { counter-reset: colorcircle 0; }
.evt1Swiper .list { counter-increment: colorcircle 1;  }
.evt1Swiper .colorcircle_item { position: absolute; list-style: none; }
.evt1Swiper .colorcircle_item::after {
    content: counter(colorcircle); /* 여기에 counter-increment가 있으면 숫자가 꼬입니다. */
    position: absolute;
    top: 0; left: 0;
    display: inline-block;
    background-color: #23232b;
    border-radius: 0;
    width: 25px;
    height: 25px;
    color: #fff;
    z-index: 1;
    font-size: 15px;
    text-align: center;
    line-height: 25px;
    font-weight: 600;
}
.evt1Swiper .list li:first-child .colorcircle_item::after { background-color: #23232b; }

/* 우하단 스크롤버튼 */
.scroll_btn { display: none !important; }
/* BASIC css end */

