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

.event__container .event1,
.event__container .event2 { background-color: #f0f0f0; }
.event__container .event1 .btn.btn--landing,
.event__container .event2 .btn.btn--landing { margin-top: 90px; }

/* 유의사항 */
.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 5%; /* background-color: #fff; */ }
.event__container .product_wrap_section .list .normal_item:nth-child(7),
.event__container .product_wrap_section .list .normal_item:nth-child(8),
.event__container .product_wrap_section .list .normal_item:nth-child(9) { margin-bottom: 0; }
/* BASIC css end */

