/* 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;
}

/* 스티키 탭 */
.sticky__wrap {
    position: sticky; top: 86px; 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: 4%;
    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: 1.75em; color: #fff;
}
.tab.tabsel,
.tab.tabsel span {
    text-decoration: underline;
    text-underline-offset: 7px;
    font-weight: bold;
}
.sticky__tabs li:first-child { margin-left: 3%; }
.sticky__tabs li:last-child { margin-right: 3%; }

/* 유의사항 */
.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 .list { display: flex; align-items: flex-start; }
.event__container .prod_icon img { width: auto; }
.event__container .normal_item .prod_thumb .thumb_ov { display: flex; flex-direction: row; justify-content: center; align-items: center; gap: 3px; }
.event__container .normal_item .prod_thumb .thumb_ov > * { display: block; padding: 5px; margin: 10px 0; }
/* 배경색 검정일때 */
.event__container .list .normal_item .prod_brand { color: #fff; }
.event__container .list .normal_item .prod_name { color: #fff; }
.event__container .list .normal_item .normal_price { color: #fff !important; }
.event__container .list .normal_item .prod_color span { border: 1px solid rgba(255, 255, 255, 0.25); }
.event__container .list .normal_item .prod_icon { display: none; }

/* 이벤트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 .normal_item { 
    display: flex; flex-direction: row; justify-content: flex-start; align-items: center; 
    width: 100%; height: auto; 
    margin-bottom: 25px !important;
}
/* .event1 .evt1Swiper .list .normal_item .prod_thumb { width: 15.11%; height: inherit; } */
.event1 .evt1Swiper .list .normal_item .prod_thumb { width: 110px; height: 110px; border-radius: 15px; overflow: hidden; }
.event1 .evt1Swiper .list .normal_item .prod_thumb .link_wrap { width: 100%; }
.event1 .evt1Swiper .list .normal_item .prod_thumb .link_wrap img { vertical-align: middle; }
.event1 .evt1Swiper .list .normal_item:first-child .colorcircle_item,
.event1 .evt1Swiper .list .normal_item .colorcircle_item::after { background-color: #171717; }
.event1 .evt1Swiper .list .normal_item .colorcircle_item,
.event1 .evt1Swiper .list .normal_item .colorcircle_item::after { 
    display: flex; 
    width: 50px; height: 50px; 
    font-size: 22px; line-height: 50px;
    background-color: #171717;
    top: 0; left: 0; 
}
.colorcircle_item::after { top: 0; left: 0; width: 100%; height: 100%; line-height: 50px; }
.event1 .evt1Swiper .list .normal_item .prod_name { border: 0; height: auto; font-size: 20px; }
.event1 .evt1Swiper .list .normal_item .prod_brand,
.event1 .evt1Swiper .list .normal_item .prod_subname,
.event1 .evt1Swiper .list .normal_item .prod_color,
.event1 .evt1Swiper .list .normal_item .consumer_price,
.event1 .evt1Swiper .list .normal_item .MK-product-label { display: none; }
.event1 .evt1Swiper .list .normal_item .normal_price,
.event1 .evt1Swiper .normal_item .prod_price .dc_info { font-size: 22px; }
.event1 .evt1Swiper .list .normal_item .normal_price { margin-left: 13px; }
.event1 .evt1Swiper .list .normal_item .prod_info_wrap { margin-left: 30px; max-width: 300px; width: 100%; }
/* 이벤트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; }
.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 { width: auto; overflow: hidden; }
.event4 .ryujeongPick .evt4Swiper1 .normal_item,
.event4 .mulgyeolPick .evt4Swiper2 .normal_item { width: auto; }
.event4 .ryujeongPick .evt4Swiper1 .prod_info_wrap,
.event4 .mulgyeolPick .evt4Swiper2 .prod_info_wrap { 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%);
    font-size: 22px; color: #fff; 
}
.event4 .mulgyeolPick .evt4Swiper2 .product { display: none; }
/* 이벤트5 */
.event5 { background-color: #171717; overflow: hidden; }
.event5 .evt5Swiper { width: calc(100% - 7.56%); height: 100%; padding-left: 7.56%; }
.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 .normal_item { width: auto; }
.event5 .evt5Swiper .swiper-wrapper .swiper-slide .normal_item .prod_name { margin-top: 14px; border-bottom: 0; font-size: 16px; }
.event5 .evt5Swiper .swiper-wrapper .swiper-slide .normal_item .dc_info,
.event5 .evt5Swiper .swiper-wrapper .swiper-slide .normal_item .normal_price { font-size: 20px; margin-left: 7px; }
.event5 .evt5Swiper .swiper-wrapper .swiper-slide .normal_item .prod_brand,
.event5 .evt5Swiper .swiper-wrapper .swiper-slide .normal_item .prod_subname,
.event5 .evt5Swiper .swiper-wrapper .swiper-slide .normal_item .consumer_price,
.event5 .evt5Swiper .swiper-wrapper .swiper-slide .normal_item .prod_color { display: none; }
/* BASIC css end */

