/* 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: #1b1533;
    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%; }

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

/* 유의사항 */
.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 .product_wrap_section .list {
    display: flex; flex-wrap: wrap; flex-direction: row; gap: 2%;
    justify-content: center; align-items: flex-start;
}
.event__container .product_wrap_section .prod_info_wrap { padding: 0 5px 10px; }
.event__container .product_wrap_section .prod_icon img { width: auto; }
.event__container .product_wrap_section .list .normal_item { width: 30%; margin: 0 0 3%; }
.event__container .product_wrap_section .list .normal_item:nth-child(4),
.event__container .product_wrap_section .list .normal_item:nth-child(5),
.event__container .product_wrap_section .list .normal_item:nth-child(6) { margin-bottom: 0; }
/* 배경색 검정일때 */
.event__container .product_wrap_section .list .normal_item .prod_brand { color: #fff; }
.event__container .product_wrap_section .list .normal_item .prod_name { color: #fff; }
.event__container .product_wrap_section .list .normal_item .normal_price { color: #fff !important; }
.event__container .product_wrap_section .list .normal_item .prod_color span { border: 1px solid rgba(255, 255, 255, 0.25); }
.event__container .product_wrap_section .list .normal_item .prod_icon { display: none; }
/* 이벤트4 상품연동 */
.event__container .event4 .product_wrap_section .list { gap: 4%; }
.event__container .event4 .product_wrap_section .list .normal_item { width: 43%; margin: 0 0 3%; }
/* BASIC css end */

