@charset "UTF-8";

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

.event_container img {
    display: block;
}

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

.event_container li {
    float: 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: 386px;
    height: 58px;
    margin: 0 auto 32px;
    line-height: 56px;
    border-radius: 58px;
    text-align: center;
    letter-spacing: -0.05em;
    color: #fff;
    font-size: 30px;
    font-family: 'noto5';
    background: #000;
}

.event_container .main_title p {
    line-height: 1.2;
    letter-spacing: -0.05em;
    font-size: 45px;
    font-family: 'noto5';
}

.event_container .main_title h3 {
    line-height: 1.2;
    margin: 8px 0 0;
    letter-spacing: -0.055em;
    color: #fff;
    font-size: 58px;
    font-family: 'noto7';
}

.event_container .main_title h3 em {
    font: inherit;
    color: #22ff9f;
}

@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 blink3 {
    0%,
    49% {
        opacity: 0;
    }

    50%,
    100% {
        opacity: 1;
    }
}

/* 상단 배너 */
.event_container .event_marquee {
    background: #92ff66;
    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_container .event_timer_area {
    position: fixed;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 77px;
    background: url('/img/event/8955/pc/time_bg.png') center no-repeat;
    z-index: var(--z-index-floating, 10);
}

.event_container .event_timer_area .main_inner {
    flex-direction: row;
    justify-content: space-between;
    white-space: nowrap;
}

.event_container .event_timer_area p {
    line-height: 1.2;
    letter-spacing: -0.075em;
    color: #fff;
    font-size: 20px;
    font-family: 'noto4';
}

.event_container .event_timer_area p span {
    color: #6cbad7;
}

.event_container .event_timer_area .img_item {
    margin-top: 11px;
}

.event_container .event_timer_area .timer_visual {
    display: flex;
    align-items: center;
}

.event_container .event_timer_area .event_timer {
    display: flex;
    align-items: center;
    gap: 56px;
    height: 100%;
    padding-right: 50px;
}

.event_container .event_timer_area .event_timer > div {
    display: flex;
    align-items: center;
    gap: 6px;
    position: relative;
}

.event_container .event_timer_area .event_timer span {
    width: 40px;
    height: 50px;
    line-height: 58px;
    border-radius: 4px;
    text-align: center;
    color: #fff;
    font-size: 40px;
    font-family: 'market-b';
    background: #050509;
}

.event_container .event_timer_area .event_timer > div::after {
    position: absolute;
    top: 50%;
    right: -32px;
    transform: translateY(-50%);
    letter-spacing: -0.08em;
    color: #fff;
    font-size: 22px;
    font-family: 'noto4';
}

.event_container .event_timer_area .event_timer .timer_day::after {
    content: '일';
}

.event_container .event_timer_area .event_timer .timer_hour::after {
    content: '시';
}

.event_container .event_timer_area .event_timer .timer_minute::after {
    content: '분';
}

.event_container .event_timer_area .event_timer .timer_seconds::after {
    content: '초';
}

.event_container .event_timer_area .btn_go {
    display: flex;
    align-items: center;
    position: relative;
    height: 48px;
    padding: 0 31px 0 32px;
    border-radius: 48px;
    letter-spacing: -0.035em;
    color: #000;
    font-size: 21px;
    font-family: 'noto5';
    background: #64fffb;
}

.event_container .event_timer_area .btn_go::after {
    content: '>';
    margin-left: 6px;
}

.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;
}

/* 컨텐츠 */
.cont_tit_area{
    text-align:center;
}
.cont_tit_area > img{
    margin: 0 auto 38px;
}
.cont_tit_area .tit_decs{
    margin-bottom: 58px;
    color:#428db7;
    font-size:32px;
    font-family:'noto6';
    line-height: 1.4;
    letter-spacing: -1.7px;
}
.cont_tit_area > p{
    color:#000000;
    font-size:52px;    
    line-height: 1.2;
    letter-spacing:-1px;
    font-family:"noto6";
}
.cont_tit_area >p >span{
    font-family: 'noto7';
    font-size: 55px;
    letter-spacing: -1px;
}
.cont_tit_area .yello_txt{
    background: linear-gradient(180deg, #fffd8d 20%, #ffffff 70%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}
.cont_tit_area .blue_txt{
    color:#005aff;
}
.cont_tit_area .white_txt{
    color:#ffffff;
}
.cont_tit_area .ligthyello_txt{
    color:#fffc00;
}
.cont_tit_area  .tit_danger{
    display: block;
    margin-top: 31px;
    font-size:26px;
    color:#999999;
    font-family:'noto6';
    letter-spacing: -1.5px;
    line-height: 1;
}
.event_cont_1 {
    height: 1070px;
    padding:82px 0 0;
    background: url('/img/event/9357/pc/top_bg.png') center top no-repeat;
}
.event_cont_1 .main_inner {    
    width:1425px;
}
.event_cont_1 .benefit_product{
    margin-top: -30px;
}
.event_cont_1 button{
    position: relative;
    margin-top: -70px;
    z-index: 1;
}
.event_cont_2{
    padding: 147px 0 120px;
    background: url('/img/event/9357/pc/con1_bg.png') center top no-repeat;
}
.event_cont_2 .sd_count_wrap{
    position:relative;
    width:100%;
    margin: 21px 0 43px;
}
.event_cont_2 .count_list{
    display:grid;
    width:100%;
    grid-template-columns: 1fr 1fr;
    gap: 45px;
    margin: 51px 0;
}
.event_cont_2 .count_list .count_item1{
    background:url('/img/event/9357/pc/con2_img1.png')center no-repeat;
}
.event_cont_2 .count_list .count_item2{
    background:url('/img/event/9357/pc/con2_img2.png')center no-repeat;
}
.event_cont_2 .count_list .count_item3{
    background:url('/img/event/9357/pc/con2_img3.png')center no-repeat;
}
.event_cont_2 .count_list .count_item4{
    background:url('/img/event/9357/pc/con2_img4.png')center no-repeat;
}
.event_cont_2 .count_list div{
    height:260px;
    padding: 46px 45px 108px;
    box-shadow: 12px 12px 21px 0 rgba(0, 0, 0, 0.22);
    border-radius: 25px;
}
.event_cont_2 .count_list p{
    margin-bottom: 52px;
    font-size:28px;
    color:#ffffff;
    font-family:"noto5";
    letter-spacing:-1px;
}
.event_cont_2 .count_list .count_animation{
    font-size:78px;
    color:#fffc00;
    font-family:"noto7";
    margin-bottom: 0;
    line-height: 1;
}
.event_cont_2 .count_list .count_animation > span{
    font-family: inherit;
    line-height: 1;
}
.event_cont_2 .popupVideo{
    position:absolute;
    display:block;
    width: 56%;
    bottom: 22px;
    right: 30px;
}
.event_cont_2 .popupVideo a{
    display:block;
    width:100%;
    height:100%;
}
.event_cont_3{
    padding:129px 0;
    background:#e1f2fd;
}
.event_cont_3 .coupon_list{
    display:grid;
    width: 100%;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 30px 17px;
    margin-top: 69px;
}
.event_cont_3 .coupon_list input[type=checkbox]{
    display:none;
}
.event_cont_3 .coupon_list input[type=checkbox] + label{
    display:block;
    padding: 29px 0;
    border-radius: 12px;
    border:2px solid #e6e6e6;
    background:#ffffff;
    text-align: center;
    font-size:23px;
    color:#717171;
    font-family: "noto5";
    letter-spacing: -1.4px;
    line-height: 1;
}
.event_cont_3 .coupon_list input[type=checkbox]:checked + label{
     background:#005aff;
     border: 2px solid #000000;
     color:#ffffff;
}
.event_cont_3 .btn_event_coupon{
    margin-top:68px;
    border-radius:52px;
    box-shadow: 0 15px 32px rgba(0, 0, 0, .33);
}
.event_cont_4{
    padding:129px 0;
    background: url('/img/event/9357/pc/con3_bg.png') center top no-repeat;
}
.event_cont_4 .main_inner >  img{
    margin-left:-21px;
}
.event_cont_4 .btn_event_apply{
    position:absolute;
    bottom: 43px;
    left: 49%;
    transform: translateX(-50%);
    width: 524px;
    height: 84px;
    font-size: 0;
}
.event_cont_5{
    padding: 128px 0 113px;
    background: url('/img/event/9357/pc/con4_bg.png') center top no-repeat;
}
.event_cont_5 .main_inner > img{
    margin-top: -219px;
    margin-left: -118px;
}
.event_cont_6{
    padding:149px 0;
    background: linear-gradient(to bottom , #014acf , #012e80);
}
.event_cont_6 .link_wrap{
    display:grid;
    grid-template-columns:348px 348px 348px;
    gap:25px 30px;
    width:100%;
    margin-top:76px;
}
.event_cont_6 .link_wrap .link{  
    position:relative;
    background: #ffffff;
    border-radius:20px;
}
.event_cont_6 .link_wrap .link::after {
    clear: both;
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    right: 24px;
    transform: translateY(-50%);
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #2a75ff url('/img/event/9140/pc/arrow.png') center no-repeat;
}
.event_cont_6 .link_wrap .link a{
    display:block;
    padding: 29px 26px 46px;
}
.event_cont_6 .link_wrap .link span{
    display:inline-block;
    padding:11px 23px;
    border:2px solid #005aff;
    font-size:20px;
    color:#005aff;
    border-radius:50px;
    line-height:1;
    font-family:"noto6";
    letter-spacing:-1px;
}
.event_cont_6 .link_wrap .link p{
    margin-top:19px;
    font-size:34px;
    font-family:"noto6";
    line-height: 1;
}
/* 유의사항 */
.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;
}

/*근거 확인*/
.evidence_area{
    display:flex;
    justify-content:end;
}
.evidence_btn {
    display: inline;
    height: 25px;
    line-height: 1.1;
    padding: 6px 6px 1px;
    border: 1px solid #949db1;
    border-radius: 3px;
    background: #01091c;
    letter-spacing: -0.025em;
    font-size: 15px;
    font-family: 'market-l';
    color: #949db1;
    cursor: pointer;
}

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

.evidence_popup_area {
    display: none;
    position: absolute;
    top: 23px;
    right: 0;
    width: 450px;
    border: 1px solid #000000;
    background: #ffffff;
    letter-spacing: -0.045em;
}

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

.evidence_popup_area .x_btn {
    position: absolute;
    top: 14px;
    right: 20px;
    letter-spacing: -0.045em;
    /* border:1px solid #949db1; */
    color: #000000;
    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';
}

