/* BASIC css start */
.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;
}

/* reset css */
.event__container ul,
.event__container li {
    list-style: none;
}

.event__container a,
.event__container span {
    display: block;
}

.event__container main,
.event__container section,
.event__container article,
.event__container div {
    position: relative;
}

.event__container a {
    display: block;
    text-decoration: none;
    cursor: pointer;
    color: inherit;
}

.event__container img {
    width: 100%;
    vertical-align: top;
}

/* STYLELOG CONTAINER */
.event__container {
    max-width: 900px;
    margin: 0 auto;
    padding: 0;
    border: 0;
    box-sizing: border-box;
}

/* ÀÎÆ®·Î ½º¿ÍÀÌÆÛ */
.intro {
    background-color: #333;
}

.intro .introSwiper {
    width: 100%;
    height: 100%;
}

.intro .introBtn {
    position: absolute;
    top: 76.85%;
    left: 17.33%;
    height: 8.59%;
    width: 65.44%;
}

.intro .introSwiper .swiper-button-next,
.intro .introSwiper .swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 40px;
    height: 40px;
    border-radius: 20px;
    background: rgba(93, 93, 93, 0.4);
    backdrop-filter: blur(20px);
    cursor: pointer;
    pointer-events: auto;
}

.intro .introSwiper .swiper-button-next {
    right: 7%;
}

.intro .introSwiper .swiper-button-prev {
    left: 7%;
}

.intro .introSwiper .swiper-button-next svg,
.intro .introSwiper .swiper-button-prev svg {
    width: 24px;
    height: 24px;
    min-width: 24px;
    min-height: 24px;
    display: block;
    color: #fff;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    display: none;
}

.intro .introSwiper .swiper-button-next.swiper-button-disabled svg,
.intro .introSwiper .swiper-button-prev.swiper-button-disabled svg {
    color: #eee;
}

/* STICKY TAB MENU */
.content__wrap .sticky__wrap {
    position: sticky;
    top: 86px;
    left: 0;
    background-color: #333335;
    z-index: 999;
    width: 100%;
}

.content__wrap .sticky__wrap .sticky__tabs {
    display: flex;
    flex-direction: row;
    gap: 4%;
    position: relative;
    width: inherit;
    height: inherit;
    margin-left: 4.44%;
}

.content__wrap .sticky__wrap .tab {
    font-size: 1.875em;
    color: #fff;
    text-align: center;
    height: inherit;
    line-height: 3.5;
}

.tab.tab--sel {
    text-decoration: underline;
    text-underline-offset: 13px;
    font-weight: bold;
}

/* ÀÌº¥Æ®1 ½Ç½Ã°£ ÀÎ±â »óÇ° ½º¿ÍÀÌÆÛ */
.event1 {
    background-color: #333;
}

.event1 .saleSwiper {
    width: 100%;
    height: 100%;
}

.event1 .saleSwiper .list {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-left: 4.44%;
}

/* width: 66.11%; */
.event1 .saleSwiper .list .normal_item {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    gap: 3.33%;
    justify-content: flex-start;
    align-items: center;
    padding: 0 4.44%;
    margin-bottom: 3%;
}

.event1 .saleSwiper .list .normal_item:last-child {
    margin-bottom: 0;
}

.event1 .saleSwiper .list .normal_item .prod_thumb {
    height: inherit;
    width: 15.11%;
    border-radius: 30px;
}

.event1 .saleSwiper .list .normal_item .prod_thumb a.link_wrap {
    height: inherit;
    width: 100%;
}

.event1 .saleSwiper .list .normal_item .prod_thumb .thumb_img {
    width: 100%;
    height: 100%;
}

.event1 .saleSwiper .list .normal_item .prod_brand,
.event1 .saleSwiper .list .normal_item .prod_icon,
.event1 .saleSwiper .list .normal_item .prod_subname,
.event1 .saleSwiper .list .normal_item .consumer_price strike,
.event1 .saleSwiper .list .normal_item .prod_thumb .MK-product-label,
.event1 .saleSwiper .list .normal_item .prod_thumb .thumb_ov {
    display: none;
}

.event1 .saleSwiper .list .normal_item .prod_name {
    border-bottom: 0;
    color: #fff;
    font-size: 1.25em;
    height: auto;
}

.event1 .saleSwiper .list .normal_item .prod_price {
    padding-top: 0;
}

.event1 .saleSwiper .list .normal_item .prod_price,
.event1 .saleSwiper .list .normal_item .normal_price.point_color {
    color: #fff !important;
    font-weight: bold;
    font-size: 1.25em;
}

.event1 .saleSwiper .list .normal_item .dc_info {
    font-size: 1.25em;
}

.event1 .saleSwiper .list .normal_item .prod_info_wrap {
    width: 100%;
}

.event1 .saleSwiper .list .normal_item .colorcircle_item {
    font-size: 1.75em;
    color: #fff;
    width: 10%;
    text-align: center;
}


/* ÀÌº¥Æ®4. ¿ª½ÃÁð »óÇ°¿¬µ¿ */
.event__container .event4 {
    background-color: #333;
}

.event__container .event4 .product_wrap_section .list {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    gap: 2%;
}

.event__container .event4 .product_wrap_section .prod_info_wrap {
    padding: 0 5px 10px;
}

.event__container .event4 .product_wrap_section .prod_icon img {
    width: auto;
}

.event__container .event4 .product_wrap_section .list .normal_item {
    width: 30%;
    margin: 0 0 3%;
    background-color: #fff;
}
.event4 .product_wrap_section .list .normal_item .prod_thumb .MK-product-label { display: none; }

.event__container .event4 .product_wrap_section .list .normal_item:nth-child(7),
.event__container .event4 .product_wrap_section .list .normal_item:nth-child(8),
.event__container .event4 .product_wrap_section .list .normal_item:nth-child(9) {
    margin-bottom: 0;
}

/* À¯ÀÇ»çÇ× ºÎºÐ css */
.notice__wrap,
.notice__wrap--more {
    position: inherit;
}

.notice__wrap--more {
    cursor: pointer;
    display: block;
}

.notice__wrap--more img {
    margin-top: 0;
}

.notice__wrap--notice {
    overflow: hidden;
    height: 0px;
    transition-property: height;
    transition-duration: 0.2s;
    transition-timing-function: linear;
    z-index: -99;
}

.notice__wrap--notice.active {
    height: 100%;
}
/* BASIC css end */

