/* 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: 86px; left: 0;
    width: 100%;
    background-color: #efb6bb;
    z-index: 999;
    overflow-x: hidden;
    box-sizing: border-box;
}
.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%; position: relative; }
.sticky__tabs .tab { padding: 15% 0; text-align: center; }
.sticky__tabs li::before {
    content: '';
    width: 1px; height: 40px; 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: 25px; color: #fff; letter-spacing: -1px; line-height: 1.2;
    opacity: 40%;
}
.tab.tabsel,
.tab.tabsel span { font-weight: bold; opacity: 1; display: block; }
/* .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 .normal_item .dc_info { margin-right: 10px; }
/* 배경색 검정일때 */
.event__container .list .normal_item .prod_brand { color: #2f2f2f; }
.event__container .list .normal_item .prod_name { color: #2f2f2f; }
.event__container .list .normal_item .normal_price { color: #2f2f2f !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; }

.event2 { background-color: #fff; overflow: hidden; }
.event2 .evt2Swiper { width: calc(100% - 6.67%); height: auto; counter-reset: colorcircle 0; padding-left: 6.67%; }
.event2 .evt2Swiper .swiper-wrapper { display: flex !important; flex-direction: row; position: relative; width: 100%; height: 100%; box-sizing: content-box; }
.event2 .evt2Swiper .swiper-wrapper .swiper-slide { display: block; }
.event2 .evt2Swiper .list { flex-direction: column; width: 100%; height: 100%; }
.event2 .evt2Swiper .list .normal_item { 
    display: flex; flex-direction: row; justify-content: flex-start; align-items: center; 
    width: 100%; height: auto; 
    margin-bottom: 35px !important;
    letter-spacing: -1px;
}
.event2 .evt2Swiper .list .normal_item .prod_thumb { width: 110px; height: 110px; border-radius: 15px; overflow: hidden; }
.event2 .evt2Swiper .list .normal_item .prod_thumb .link_wrap { width: 100%; }
.event2 .evt2Swiper .list .normal_item .prod_thumb .link_wrap img { vertical-align: middle; }
/* .event2 .evt2Swiper .list .normal_item:first-child .colorcircle_item,
.event2 .evt2Swiper .list .normal_item .colorcircle_item::after { background-color: #fff; } */
.event2 .evt2Swiper .list .normal_item .colorcircle_item,
.event2 .evt2Swiper .list .normal_item .colorcircle_item::after { 
    display: flex; 
    width: 50px; height: 50px; 
    font-size: 22px; line-height: 50px;
    background-color: #fff;
    top: 0; left: 0; 
    color: #2f2f2f;
}
.colorcircle_item::after { top: 0; left: 0; width: 100%; height: 100%; line-height: 50px; }
.event2 .evt2Swiper .list .normal_item .prod_name { border: 0; height: auto; font-size: 20px; }
.event2 .evt2Swiper .list .normal_item .prod_brand,
.event2 .evt2Swiper .list .normal_item .prod_subname,
.event2 .evt2Swiper .list .normal_item .prod_color,
.event2 .evt2Swiper .list .normal_item .consumer_price,
.event2 .evt2Swiper .list .normal_item .MK-product-label { display: none; }
.event2 .evt2Swiper .list .normal_item .normal_price,
.event2 .evt2Swiper .normal_item .prod_price .dc_info { font-size: 22px; }
.event2 .evt2Swiper .list .normal_item .prod_info_wrap { margin-left: 30px; max-width: 300px; width: 100%; }

/* 인플루언서 */
.event4 .nav-swiper,
.event4 .product-swiper { width: calc(100% - 6.67%); height: 100%; padding-left: 6.67%; }
.nav-swiper .swiper-wrapper,
.product-swiper .swiper-wrapper { display: flex; flex-direction: row; width: 100%; justify-content: flex-start; align-items: center; }

.event4 .nav-swiper { margin-top: 50px; margin-bottom: 50px; }
.event4 .nav-swiper .swiper-slide { opacity: 35%; }
.event4 .nav-swiper .swiper-slide.nav-item.active { opacity: 1; }

.nav-swiper .swiper-wrapper .swiper-slide,
.product-swiper .swiper-wrapper .swiper-slide,
.event5 .evt5Swiper .swiper-wrapper .swiper-slide { width: auto; overflow: hidden; }
.product-swiper .swiper-wrapper .swiper-slide .normal_item,
.event5 .evt5Swiper .swiper-wrapper .swiper-slide .normal_item { width: auto; letter-spacing: -1px; }
.product-swiper .swiper-wrapper .swiper-slide .normal_item .prod_name,
.event5 .evt5Swiper .swiper-wrapper .swiper-slide .normal_item .prod_name { margin-top: 14px; border-bottom: 0; font-size: 15px; }
.product-swiper .swiper-wrapper .swiper-slide .normal_item .dc_info,
.product-swiper .swiper-wrapper .swiper-slide .normal_item .normal_price,
.event5 .evt5Swiper .swiper-wrapper .swiper-slide .normal_item .dc_info,
.event5 .evt5Swiper .swiper-wrapper .swiper-slide .normal_item .normal_price { font-size: 20px; }
.product-swiper .swiper-wrapper .swiper-slide .normal_item .prod_price { padding: 0; }
.product-swiper .swiper-wrapper .swiper-slide .normal_item .prod_brand,
.product-swiper .swiper-wrapper .swiper-slide .normal_item .prod_subname,
.product-swiper .swiper-wrapper .swiper-slide .normal_item .consumer_price,
.product-swiper .swiper-wrapper .swiper-slide .normal_item .prod_color,
.product-swiper .swiper-wrapper .swiper-slide .normal_item .prod_icon,
.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,
.event5 .evt5Swiper .swiper-wrapper .swiper-slide .normal_item .prod_icon { display: none; }

.nav-item { cursor: pointer; position: relative; }
.event4 .nav-swiper .nav-item::before {
    content: '';
    width: 100%; height: 70.2%;
    position: absolute; top: 0; left: 0;
    border: 1px solid #000;
    box-sizing: border-box; border-radius: 50%;
    display: none;
}
.event4 .nav-swiper .nav-item.active::before { display: block; }
.nav__tabCont { display: none; }
.nav__tabCont.show { display: block; }

/* 이벤트5 */
.event5 { background-color: #fffefe; }
.event5 .evt5Swiper { width: calc(100% - 6.67%); height: 850px; padding-left: 6.67%; overflow: hidden; }
.event5 .evt5Swiper .swiper-wrapper { position: relative; width: 100%; height: 100%; box-sizing: content-box; }
.event5 .evt5Swiper .swiper-wrapper .swiper-slide { height: calc((100% - 15px) / 2) !important; }
.event5 .evt5Swiper .swiper-wrapper .swiper-slide .normal_item { width: auto; }
/* BASIC css end */

