/* 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 {
    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: #bd2d34;
    z-index: 999;
    overflow-x: hidden;
}
.sticky__tabs {
    width: inherit; height: inherit;
    display: flex; flex-direction: row; gap: 6%;
    justify-content: flex-start; align-items: center;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
}
.sticky__tabs li { width: 100%; height: 100%; }
.sticky__tabs .tab { padding: 15% 0; text-align: center; }
.tab span {
    display: inline;
    white-space: nowrap;
    font-size: 1em; color: #fff;
}
.tab.tabsel,
.tab.tabsel span {
    text-decoration: underline;
    text-underline-offset: 7px;
    font-weight: bold;
}
.sticky__tabs li:first-child { margin-left: 5%; }
.sticky__tabs li:last-child { margin-right: 10%; }

.event2, 
.event4 { background-color: #060115; }
.event2 a.btnLanding { margin-top: 5%; }
.event4 a.btnLanding { margin-top: 5%; }

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

/* 이벤트1 */
.event1 { background-color: #171717; overflow: hidden; }
.event1 .evt1Swiper { width: calc(100% - 7.56%); height: auto; counter-reset: colorcircle 0; padding-left: 7.56%; }
.event1 .evt1Swiper .swiper-wrapper { display: flex !important; flex-direction: row; position: relative; width: 100%; height: 100%; box-sizing: content-box; }
.event1 .evt1Swiper .swiper-wrapper .swiper-slide { display: block; }
.event1 .evt1Swiper .list { flex-direction: column; width: 100%; height: 100%; }
.event1 .evt1Swiper .list figure { 
    display: flex; flex-direction: row; justify-content: flex-start; align-items: center; 
    width: 100%; height: auto; 
    margin-bottom: 15px !important;
}
.event1 .evt1Swiper .list figure .thumb_wrap_slider { 
    max-width: 60px; max-height: 60px;
    width: 100%; height: 100%; border-radius: 5px; 
    overflow: hidden; 
}
.event1 .evt1Swiper .list figure .thumb_wrap_slider .thumb_wrap { width: 100%; }
.event1 .evt1Swiper .list figure .thumb_wrap_slider .thumb_wrap img { vertical-align: middle; }
.event1 .evt1Swiper .list li:first-child figure .colorcircle_item,
.event1 .evt1Swiper .list li:first-child figure .colorcircle_item::after { background-color: #171717; color: #fff; }
.event1 .evt1Swiper .list figure .colorcircle_item,
.event1 .evt1Swiper .list figure .colorcircle_item::after { 
    display: flex; 
    width: 30px; height: 50px; 
    line-height: 50px;
    background-color: #171717;
    top: 0; left: 0; 
    color: #fff;
}
.colorcircle_item::after { top: 0; left: 0; width: 100%; height: 100%; line-height: 50px; }
.event1 .evt1Swiper .list .list_shoppingInfo { padding: 0 15px; width: 100%; }
.event1 .evt1Swiper .list figure .listName { color: #fff; max-width: 160px; width: 100%; margin: 0; }
.event1 .evt1Swiper .list .list_shoppingInfo .pricepart { border: 0; padding: 0; }
.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 .normal_price { margin-left: 13px; }

/* 이벤트3 */
.event3 .event3__inner { position: relative; }
.event3 .btnEvt3 { width: 41.78%; height: 100%; position: absolute; top: 0; }
.event3 .btnEvt3.evt3Left { left: 7.33%; }
.event3 .btnEvt3.evt3Right { right: 7.44%; }

/* 이벤트4 */
.event4 { background-color: #171717; overflow: hidden; }
.event4 .ryujeongPick,
.event4 .mulgyeolPick { position: relative; padding-bottom: 3%;  }
.event4 .ryujeongPick .evt4Swiper1,
.event4 .mulgyeolPick .evt4Swiper2 { width: calc(100% - 26.78%); height: 100%; position: absolute; top: 0; left: 26.78%; }
.event4 .ryujeongPick .evt4Swiper1 .swiper-wrapper,
.event4 .mulgyeolPick .evt4Swiper2 .swiper-wrapper { display: flex; flex-direction: row; width: 100%; justify-content: flex-start; align-items: center; }
.event4 .ryujeongPick .evt4Swiper1  .swiper-slide,
.event4 .mulgyeolPick .evt4Swiper2  .swiper-slide { overflow: hidden; }
.event4 .ryujeongPick .evt4Swiper1 figure,
.event4 .mulgyeolPick .evt4Swiper2 figure { width: auto; }
.event4 .ryujeongPick .evt4Swiper1 .thumb_wrap_slider,
.event4 .mulgyeolPick .evt4Swiper2 .thumb_wrap_slider { width: 100%; }
.event4 .ryujeongPick .evt4Swiper1 .thumb_wrap,
.event4 .mulgyeolPick .evt4Swiper2 .thumb_wrap { width: 100%; }
.event4 .ryujeongPick .evt4Swiper1 .thumb_wrap a,
.event4 .mulgyeolPick .evt4Swiper2 .thumb_wrap a { width: 100%; }
.event4 .ryujeongPick .evt4Swiper1 .list_shoppingInfo,
.event4 .mulgyeolPick .evt4Swiper2 .list_shoppingInfo,
.event4 .ryujeongPick .evt4Swiper1 .prod_color,
.event4 .mulgyeolPick .evt4Swiper2 .prod_color,
.event4 .ryujeongPick .evt4Swiper1 .pro_icons,
.event4 .mulgyeolPick .evt4Swiper2 .pro_icons { display: none; }
.event4 .ryujeongPick .evt4Swiper1 .evt4Swiper1__BtnMore,
.event4 .mulgyeolPick .evt4Swiper2 .evt4Swiper2__BtnMore { width: 100%; height: 100%; position: relative; }
.event4 .ryujeongPick .evt4Swiper1 .evt4Swiper1__BtnMore span,
.event4 .mulgyeolPick .evt4Swiper2 .evt4Swiper2__BtnMore span { 
    position: absolute; top: 50%; left: 50%; 
    transform: translate(-50%, -50%);
    color: #fff; font-size: 14px;
    width: 100%; text-align: center;
}
.event4 .ryujeongPick .evt4Swiper1 .list figure .pro_icons
.event4 .mulgyeolPick .evt4Swiper2 .list figure .pro_icons { display: none; }
.event4 .ryujeongPick .evt4Swiper1 .list figure .MK-product-label,
.event4 .mulgyeolPick .evt4Swiper2 .list figure .MK-product-label { width: 30px; height: 33px; }

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

