@charset "UTF-8";

/* 공통 */
.event_container {
    position: relative;
    min-width: 1200px;
    width: 100%;
    color: #000;
    font-family: 'noto4';
    background: #292929;
    overflow: hidden;
}

.event_container img {
    display: block;
}

.event_container button {
    border: none;
    background: none;
    cursor: pointer;
}

.event_container li {
    float: none;
}

.event_container a:focus {
    text-decoration: none;
}

.event_container p,
.event_container h3,
.event_container strong {
    font-weight: normal;
}

.event_container .screen_out {
    border: 0;
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    width: 1px;
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    white-space: nowrap;
}

.event_container .event_cont {
    position: relative;
}

.event_container .main_inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    width: 1100px;
    height: 100%;
    margin: 0 auto;
}

.event_container .main_title {
    text-align: center;
}

.event_container .main_title span {
    display: block;
    width: 100%;
    line-height: 1.2;
    margin: 0 0 15px;
    font-style: italic;
    letter-spacing: -0.06em;
    color: #303030;
    font-size: 24px;
}

.event_container .main_title img {
    margin: 0 auto 38px;
}

.event_container .main_title p {
    line-height: 1.2;
    letter-spacing: -0.04em;
    font-size: 45px;
}

.event_container .main_title h3 {
    line-height: 1.37;
    margin: 2px 0 0;
    letter-spacing: -0.04em;
    font-size: 50px;
    font-family: 'noto7';
}

.event_container .event_noti {
    line-height: 1.25;
    letter-spacing: -0.04em;
    text-align: center;
    color: #666;
    font-family: 'noto5';
    font-size: 16px;
}

@keyframes marquee {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

@keyframes pointerBounceDiagonal {

    0%,
    100% {
        transform: translate(0, 0);
    }

    50% {
        transform: translate(-10px, -10px);
    }
}

@keyframes floating {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-10px);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes popIn {
    0% {
        opacity: 0;
        transform: perspective(400px) rotateX(60deg) translateY(-40px) scale(0.5);
    }

    55% {
        opacity: 1;
        transform: perspective(400px) rotateX(-10deg) translateY(6px) scale(1.12);
    }

    78% {
        transform: perspective(400px) rotateX(4deg) translateY(-3px) scale(0.96);
    }

    100% {
        opacity: 1;
        transform: perspective(400px) rotateX(0deg) translateY(0) scale(1);
    }
}

@keyframes colorChange {

    0%,
    49% {
        background: #ff4343;
        color: #fff;
    }

    50%,
    100% {
        background: #ffc10b;
        color: #000;
    }
}

@keyframes fillBg {
    from {
        background-position: -1100px 0;
    }

    to {
        background-position: 0% 0;
    }
}

/* 상단 배너 */
.event_container .event_marquee {
    background: #64fffb;
    overflow: hidden;
}

.event_container .event_marquee .marquee_inner {
    display: inline-flex;
    align-items: center;
    animation: marquee 50s linear infinite;
}

.event_container .event_marquee .marquee_inner ul {
    display: flex;
    align-items: center;
    height: 80px;
}

.event_container .event_marquee .marquee_inner ul li {
    margin: 0 40px;
    font-family: 'noto7';
    font-size: 28px;
    letter-spacing: -0.08em;
    white-space: nowrap;
    color: #000;
}

/* 하단 배너 */
.event_container .banner_bottom {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: var(--z-index-floating, 10);
}

/* 플로팅배너 */
.event_container .event_floating_wrap {
    display: flex;
    justify-content: flex-end;
    position: fixed;
    top: 318px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    min-width: 1400px;
    padding: 0 50px;
    z-index: var(--z-index-floating, 10);
    transition: top 0.3s ease-in-out;
    pointer-events: none;
}

.event_container.is_active .event_floating_wrap {
    top: 85px;
}

.event_container .event_floating {
    display: flex;
    flex-direction: column;
    align-items: center;
    pointer-events: auto;
}

.event_container .event_floating button {
    display: block;
    width: 100%;
}

.event_container .event_floating .btn_scroll+.btn_scroll {
    margin: 25px 0 0;
}

/* 타이머 */
.event_timer_area {
    position: fixed;
    bottom: 24px;
    left: 50%;
    transform: translateX(-50%);
    width: 1100px;
    height: 68px;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.65);
    z-index: var(--z-index-floating, 10);
}

.event_timer_area .main_inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
    width: 100%;
    height: 100%;
    padding: 0 64px 0 83px;
    white-space: nowrap;
    border-radius: 10px;
    background: url('/img/event/9350/pc/banner_bottom_progress.png') no-repeat -1100px 0;
    animation: fillBg 5s ease-out infinite;
}

.event_timer_area .timer_text {
    display: flex;
    flex-direction: column;
    gap: 10px;
    position: relative;
    top: -18px;
}

.event_timer_area .timer_text p {
    line-height: 1.2;
    letter-spacing: -0.075em;
    font-size: 22px;
    font-family: 'noto6';
    opacity: 0.89;
}

.event_timer_area .timer_text em {
    color: #ff21fc;
    font: inherit;
}

.event_timer_area .timer_text .timer_label {
    width: 164px;
    margin-left: -20px;
}

.event_timer_area .time_table {
    margin: 0 0 0 72px;
}

.event_timer_area .time_table .sdDateTimer {
    display: flex;
    align-items: center;
    height: 100%;
}

.event_timer_area .time_table .sdDateTimer ul {
    display: flex;
    align-items: center;
    gap: 7px;
    position: relative;
}

.event_timer_area .time_table .sdDateTimer ul li {
    display: flex;
    align-items: center;
    gap: 0;
    padding: 0;
    margin: 0;
}

.event_timer_area .time_table .sdDateTimer span {
    width: auto;
    height: auto;
    line-height: 1.1;
    letter-spacing: -0.03em;
    color: #ff21fc;
    font-size: 37px;
    font-family: 'noto7';
    background: none;
}

.event_timer_area .time_table .sdDateTimer .day::after,
.event_timer_area .time_table .sdDateTimer .hour::after,
.event_timer_area .time_table .sdDateTimer .min::after,
.event_timer_area .time_table .sdDateTimer .sec::after {
    /* content: ''; */
    position: static;
    line-height: 1.1;
    transform: none;
    letter-spacing: -0.03em;
    color: #000;
    font-size: 37px;
    font-family: 'noto5';
}

.event_timer_area .time_table .sdDateTimer .hour::after {
    content: '시간'
}

.event_timer_area .btn_go {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 204px;
    height: 42px;
    line-height: 1;
    margin: 0 0 0 auto;
    border-radius: 10px;
    letter-spacing: -0.05em;
    background: #000;
    color: #fff;
    font-size: 19px;
    font-family: 'noto6';
}

/* 근거확인 */
.evidence_area_wrap {
    display: flex;
    align-items: center;
    gap: 10px;
}

.evidence_area_wrap.align_center {
    justify-content: center;
}

.evidence_area {
    position: relative;
    z-index: 2;
}

.evidence_btn {
    display: block;
    height: 25px;
    line-height: 1.1;
    padding: 6px 6px 1px;
    border: 1px solid #000000;
    border-radius: 3px;
    background: #ffffff;
    letter-spacing: -0.025em;
    font-size: 15px;
    font-family: 'market-l';
    color: #000000;
    cursor: pointer;
}

.evidence_btn span {
    display: inline-block;
    font-size: 12px;
}

.evidence_popup_area {
    display: none;
    position: absolute;
    top: calc(100% + 10px);
    right: 0;
    width: 450px;
    border: 1px solid #000000;
    background: #ffffff;
    letter-spacing: -0.045em;
}

.evidence_popup_wrap {
    position: relative;
    padding: 36px 24px;
}

.evidence_popup_area .x_btn {
    position: absolute;
    top: 14px;
    right: 20px;
    letter-spacing: -0.045em;
    line-height: 1.1;
    color: #000;
    font-size: 20px;
    font-family: 'market-m';
    cursor: pointer;
}

.evidence_popup_area li {
    position: relative;
    font-size: 14px;
    line-height: 1.8;
    text-align: left;
    word-break: keep-all;
    letter-spacing: -0.045em;
    color: #000;
    font-size: 14px;
    font-family: 'noto4';
}

.evidence_popup_area li:not(.type_point) {
    text-indent: 10px;
}

.evidence_popup_area li.type_red::before {
    clear: both;
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 12px;
    content: '';
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background-color: red;
}

.evidence_popup_area li.type_point {
    margin: 10px 0 0;
    font-size: 17px;
    font-weight: bold;
    color: #000000;
}

.evidence_popup_area li.type_red {
    color: red;
}

/* .event_container .event_timer_area .btn_go::before {
    content: '';
    position: absolute;
    top: 24px;
    right: -21px;
    width: 37px;
    height: 48px;
    background: url('/img/event/8961/pc/btn_icon.png') no-repeat 0 0 / contain;
    animation: pointerBounceDiagonal 0.8s ease infinite;
} */

/* 컨텐츠 */
.event_cont_1 {
    background: #060913;
}

.event_cont_1 .visual_title {
    position: absolute;
    top: 296px;
    left: 0;
    width: 100%;
}

.event_cont_1 .visual_title img {
    opacity: 0;
    transform: perspective(400px) rotateX(60deg) translateY(-30px) scale(0.6);
}

.event_cont_1 .visual_title .title_img_1 {
    position: absolute;
    top: 0;
    left: 336px;
    z-index: 1;
}

.event_cont_1 .visual_title .title_img_2 {
    position: absolute;
    top: 138px;
    left: 181px;
}

.event_cont_1.is_active .visual_title .title_img_1 {
    animation: popIn 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.5) 0.1s forwards;
}

.event_cont_1.is_active .visual_title .title_img_2 {
    animation: popIn 0.55s cubic-bezier(0.175, 0.885, 0.32, 1.6) 0.35s forwards;
}

.event_cont_1 .visual_list {
    display: flex;
    justify-content: center;
    gap: 11px;
    position: absolute;
    top: 635px;
    left: 0;
    width: 100%;
}

.event_cont_1 .visual_list li {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 223px;
    height: 70px;
    border: 3px solid transparent;
    border-radius: 70px;
    letter-spacing: -0.03em;
    color: #4f139e;
    font-size: 20px;
    font-family: 'noto6';
    background: #9b56f7;
    transition: 0.2s ease-in;
}

.event_cont_1 .visual_list li.is_active {
    color: #000;
    border-color: #000;
    background: #7ff701;
}

.event_count .count_box {
    position: absolute;
    top: 15px;
    left: 591px;
    width: 167px;
    text-align: center;
    color: #fff;
    font-size: 42px;
    font-family: 'noto7';
}

.event_count .event_noti {
    position: absolute;
    top: 87px;
    left: 0;
    width: 100%;
    color: #508c10;
}

.event_cont_2 .main_inner {
    padding: 79px 0 0;
}

.event_cont_2 .coupon_box {
    position: relative;
}

.event_cont_2 .btn_coupon {
    position: absolute;
    top: 624px;
    left: 330px;
    width: 440px;
    height: 72px;
}

.event_cont_2 .event_noti {
    position: absolute;
    top: 723px;
    left: 0;
    width: 100%;
}

.event_cont_3 .main_inner {
    padding: 22px 0 21px;
}

.event_cont_3 .coupon_box {
    position: relative;
}

.event_cont_3 .btn_coupon {
    position: absolute;
    top: 703px;
    left: 330px;
    width: 440px;
    height: 72px;
}

.event_cont_3 .event_noti {
    position: absolute;
    top: 802px;
    left: 0;
    width: 100%;
}

.event_cont_4 {
    background: url('/img/event/9350/pc/apply_bg.jpg') no-repeat center top;
}

.event_cont_4 .main_inner {
    padding: 124px 0 0;
}

.event_cont_4 .apply_box {
    position: relative;
    margin: 47px 0 0;
}

.event_cont_4 .btn_apply {
    position: absolute;
    top: 355px;
    left: 330px;
    width: 440px;
    height: 72px;
}

.event_cont_4 .event_noti {
    position: absolute;
    top: 492px;
    left: 0;
    width: 100%;
}

.event_cont_5 {
    background: #fff;
}

.event_cont_5 .main_inner {
    padding: 131px 0 162px;
}

.event_cont_5 .product_content {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px 15px;
    width: 100%;
    margin: 59px auto 0;
}

.event_cont_5 .product_content .product_item {
    display: grid;
    justify-content: center;
    align-items: center;
    border: 1px solid #c2c2c2;
    border-radius: 10px;
    padding: 12px 0;
}

.event_cont_5 .product_item b {
    margin: 20px 0 0;
    font-family: 'noto7';
    font-size: 23px;
    letter-spacing: -0.045em;
    line-height: 1.2;
    text-align: center;
}

.event_cont_5 .product_item b em {
    font: inherit;
    color: #ff4343;
}

.event_cont_5 .product_item .item_price {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 4px;
    margin: 16px 0 0;
}

.event_cont_5 .product_item .item_price .price_badge {
    width: fit-content;
    margin-right: auto;
    padding: 5px 8px;
    border-radius: 4px;
    background: #ff4343;
    font-family: 'noto4';
    font-size: 15px;
    letter-spacing: -0.045em;
    line-height: 1;
    color: #fff;
    animation: colorChange 1.2s ease infinite;
}

.event_cont_5 .product_item .item_price .price_origin {
    position: relative;
    padding: 0 8px 0 0;
    font-family: 'noto4';
    font-size: 15px;
    letter-spacing: -0.045em;
    line-height: 1;
    color: #747474;
}

.event_cont_5 .product_item .item_price .price_origin::before,
.event_cont_5 .product_item .item_price .price_origin::after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
}

.event_cont_5 .product_item .item_price .price_origin::before {
    left: 0;
    transform: translateY(-50%);
    width: 100%;
    height: 2px;
    background: #8f98a2;
}

.event_cont_5 .product_item .item_price .price_origin::after {
    right: 0;
    width: 8px;
    height: 8px;
    border-top: 2px solid #8f98a2;
    border-right: 2px solid #8f98a2;
    transform: translateY(-50%) rotate(45deg);
    transform-origin: center;
    box-sizing: border-box;
}

.event_cont_5 .product_item .item_price .price_total {
    font-family: 'noto7';
    font-size: 24px;
    letter-spacing: -0.045em;
    line-height: 1;
    color: #ff4343;
}

.event_cont_5 .product_item .link_btn {
    width: 100%;
    height: 48px;
    background: #7a20f8;
    border-radius: 6px;
    margin: 17px 0 0;
    font-size: 20px;
    color: #ffffff;
    font-family: 'noto6';
    line-height: 48px;
    letter-spacing: -1px;
    text-align: center;
}

.event_brandcont {
    height: 1082px;
    background: #000 url('/img/event/9350/pc/start.jpg') center top no-repeat;
}

.event_brandcont .evidence_area {
    position: absolute;
    top: 221px;
    right: 96px;
}

.event_brandcont .evidence_area .evidence_btn {
    width: 84px;
    height: 29px;
    opacity: 0;
}

/* 스크롤 인터렉션 */
.event_cont_2 .coupon_box,
.event_cont_3 .coupon_box,
.event_cont_4 .apply_title,
.event_cont_4 .apply_box {
    opacity: 0;
    transform: translateY(60px);
    transition: 0.4s ease-in-out;
}

.event_cont_2.is_active .coupon_box,
.event_cont_3.is_active .coupon_box,
.event_cont_4.is_active .apply_title,
.event_cont_4.is_active .apply_box {
    opacity: 1;
    transform: translateY(0);
}

.event_cont_4.is_active .apply_box {
    transition-delay: 0.3s;
}

/* 유의사항 */
.event_notice {
    padding: 163px 0 100px;
    background: #f5f5f5;
}

.event_notice .main_inner {
    width: 1100px;
    margin: 0 auto;
}

.event_notice .notice_title {
    display: block;
    line-height: 1.1;
    width: 100%;
    border-bottom: 2px solid #000;
    text-indent: -2px;
    letter-spacing: -0.08em;
    font-size: 50px;
    font-family: 'noto5';
}

.event_notice .notice_list {
    width: 100%;
    margin-top: 46px;
}

.event_notice .notice_list .list_item+.list_item {
    margin-top: 37px;
}

.event_notice .notice_list .list_item dt {
    line-height: 1.2;
    letter-spacing: -0.08em;
    font-size: 30px;
    font-family: 'noto6';
}

.event_notice .notice_list .list_item dd {
    display: block;
    width: 100%;
    line-height: 34px;
    margin-top: 9px;
    letter-spacing: -0.08em;
    font-size: 18px;
    font-family: 'noto2';
}

.event_notice .notice_list .list_item p {
    font-family: 'noto2';
}

.event_notice .notice_list .list_item ul {
    padding-left: 10px;
}

.event_notice .notice_list .list_item li {
    float: none;
    font-family: 'noto2';
}

.event_notice .notice_list .list_item ul+p {
    margin: 30px 0 5px;
    font-size: 20px;
    font-family: 'noto5';
}

.event_notice .notice_list .list_item table {
    width: 100%;
    border-collapse: collapse;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
}


.event_notice .notice_list .list_item tr+tr {
    border-top: 1px solid #000;
}

.event_notice .notice_list .list_item th {
    position: relative;
    vertical-align: top;
    font-family: 'noto6';
}

.event_notice .notice_list .list_item th::after {
    content: '';
    position: absolute;
    top: 17px;
    right: 0;
    width: 1px;
    height: 20px;
    margin: 0 10px;
    background: #000;
}

.event_notice .notice_list .list_item th,
.event_notice .notice_list .list_item td {
    padding: 10px 30px;
    word-break: keep-all;
}

.event_notice .btn_go {
    padding: 0 10px;
    margin: 0 6px;
    border-radius: 5px;
    font: inherit;
    color: #fff;
    background: #000;
}

.event_notice .btn_toggle_accordion {
    display: flex;
    align-items: center;
    font: inherit;
}

.event_notice .btn_toggle_accordion::before {
    content: '▼'
}

.event_notice .btn_toggle_accordion.is_active::before {
    transform: rotate(180deg);
}

/* 댓글 게시판 영역 */
.comment_form {
    display: flex;
    flex-direction: column;
    position: relative;
    width: 100%;
    color: #000;
}

.comment_form .comment_input_wrap {
    display: flex;
    position: relative;
    width: 100%;
    height: 80px;
}

.comment_form .wr_content {
    flex: 1 1 auto;
    width: 100%;
    height: 100%;
    padding: 11px 20px 0 30px;
    border: 1px solid #000;
    letter-spacing: -0.06em;
    font-size: 18px;
    font-family: 'noto4';
    background: #fff;
    resize: none;
}

.comment_form .wr_content::placeholder {
    color: #888;
}

.comment_form .ipt_placeholder {
    position: absolute;
    top: 14px;
    left: 30px;
    line-height: 1.4;
    color: #888;
    letter-spacing: -0.06em;
    font-size: 18px;
    font-family: 'noto4';
    pointer-events: none;
}

.comment_form .btn_submit {
    flex: 0 0 auto;
    width: 191px;
    height: 100%;
    letter-spacing: -0.06em;
    color: #fff;
    font-size: 24px;
    font-family: 'noto6';
    background: #000;
}

.comment_list_wrap {
    margin-top: 16px;
    width: 100%;
}

.comment_list_wrap .comment_list {
    width: 100%;
}

.comment_list_wrap .comment_item {
    display: flex;
    align-items: center;
    padding: 21px 50px 23px 0;
    border-bottom: 1px solid #c8c8c8;
}

.comment_list_wrap .comment_author {
    flex: 0 0 auto;
    width: 156px;
    letter-spacing: -0.06em;
    text-align: center;
    font-size: 18px;
    color: #888;
}

.comment_list_wrap .comment_content {
    flex: 1 1 auto;
}

.comment_list_wrap .comment_text {
    width: 100%;
    line-height: 1.6;
    letter-spacing: -0.07em;
    color: #111;
    font-size: 18px;
    font-family: 'noto4';
}

/* 댓글 게시판 페이지네이션 */
.comment_list_wrap .pagination_wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 39px;
    font-size: 14px;
    font-family: tahoma;
    font-weight: 100;
}

.comment_list_wrap .pagination_wrap a {
    position: relative;
    margin: 0 10px;
    padding: 0 5px;
    text-decoration: none;
    color: #ccc;
    font-size: 16px;
    font-family: 'noto6';
}

.comment_list_wrap .pagination_wrap a,
.comment_list_wrap .pagination_wrap a:hover {
    color: #909195;
}

.comment_list_wrap .pagination_wrap a.selected {
    color: #333;
}

.comment_list_wrap .pagination_wrap a.selected:after {
    content: '';
    position: absolute;
    bottom: -0.1em;
    left: 0;
    right: 0;
    width: 105%;
    height: 2px;
    background: #333;
}

.comment_list_wrap .pagination_wrap a.prev,
.comment_list_wrap .pagination_wrap a.next {
    border: 1px solid #ccc;
    box-sizing: border-box;
    width: 22px;
    height: 22px;
    line-height: 22px;
}

.comment_list_wrap .pagination_wrap .del-btn {
    position: absolute;
    top: 10px;
    right: 20px;
    width: 22px;
    height: 22px;
    line-height: 22px;
    text-align: center;
    color: #666;
    font-weight: 100;
    font-family: tahoma;
    font-size: 16px;
    background-color: #ccc;
}

.comment_list_wrap .pagination_wrap a.del-btn:hover {
    color: #666;
}