/* 공통 : s */
.main_event_wrap {
    position: relative;
    width: 100vw;
    color: #000;
    font-family: 'noto4';
    overflow: hidden;
}

.main_event_wrap li {
    float: none;
}

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

.main_event_wrap a {
    color: inherit;
}

.main_event_wrap img {
    display: block;
}

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

.main_event_wrap .main_inner {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.main_event_wrap .main_title {
    text-align: center;
    color: #222;
}

.main_event_wrap .main_title p {
    line-height: 1.2;
    letter-spacing: -0.065em;
    font-size: 6.933vw;
    font-family: 'noto5';
}

.main_event_wrap .main_title h3 {
    line-height: 12vw;
    letter-spacing: -0.065em;
    font-size: 9.333vw;
    font-family: 'noto7';
}

@keyframes marquee {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}
@keyframes pointerBounceDiagonal {
    0%,
    100% {
        transform: translate(0, 0);
    }

    50% {
        transform: translate(-10px, -10px);
    }
}
/* 공통 : e */

/* 타이머  : s*/
.main_event_wrap .event_timer_area {
    position: fixed;
    bottom: 19.733vw;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 19.845vw;
    background: #000;
    z-index: 2;
}

.main_event_wrap .event_timer_area.is_fixed {
    position: fixed;
}

.main_event_wrap .event_timer_area .main_inner {
    width: 100%;
    height: 100%;
    padding: 2.278vw 6.25vw 0;
    box-sizing: border-box;
}

.main_event_wrap .event_timer_area p {
    line-height: 1.2;
    letter-spacing: -0.035em;
    color: #ffe65c;
    font-size: 3.489vw;
    font-family: 'noto5';
}

.main_event_wrap .event_timer_area .sdDateTimer {
    display: flex;
    align-items: center;
    gap: 3.633vw;
    width: 100%;
    height: 12.722vw;
}

.main_event_wrap .event_timer_area .sdDateTimer ul,
.main_event_wrap .event_timer_area .sdDateTimer ul li {
    display: flex;
    align-items: center;
    gap: 3.333vw;
    position: relative;
}

.main_event_wrap .event_timer_area .sdDateTimer ul li {
    gap: 0.833vw;
}

.main_event_wrap .event_timer_area .sdDateTimer span {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 7.944vw;
    height: 9.333vw;
    padding-top: 1.111vw;
    border-radius: 0.694vw;
    box-sizing: border-box;
    background: linear-gradient(to bottom, #ffffff 50%, #dddddd 50%);
    box-shadow: 0 0.278vw 0.556vw rgba(0, 0, 0, 0.2);
    line-height: 9.444vw;
    border-radius: 0.556vw;
    text-align: center;
    color: #000;
    font-size: 5.556vw;
    font-family: 'market-b';
}

.main_event_wrap .event_timer_area .sdDateTimer span:nth-child(2):after {
    clear: both;
    content: ':';
    display: block;
    position: absolute;
    right: -2.822vw;
    top: 55%;
    transform: translateY(-50%);
    font-family: 'market-b';
    font-size: 4.444vw;
    font-weight: bold;
    color: #bbbbbb;
}

.main_event_wrap .event_timer_area .sdDateTimer li:last-child span:nth-child(2):after {
    display: none;
}

.main_event_wrap .event_timer_area .btn_go {
    display: block;
    width: 100%;
    height: 100%;
}
/* 타이머  : e*/

/* 컨텐츠 : s */
.visual_cont {
}

.visual_cont .btn_scroll {
    position: absolute;
    bottom: 13.333vw;
    left: 5.867vw;
    width: 88.667vw;
    height: 14.2vw;
}

.visual_cont .btn_scroll::after {
    content: '';
    position: absolute;
    top: 6.8vw;
    right: 12.067vw;
    width: 7.867vw;
    height: 9.733vw;
    background: url('/img/event/8961/pc/btn_icon.png') no-repeat 0 0 / contain;
    animation: pointerBounceDiagonal 0.8s ease infinite;
}

.main_event_wrap .visual_cont .evidence_btn {
    top: 21vw;
    right: 3.083vw;
    height: 5vw;
}

.main_event_wrap .visual_cont .evidence_popup_area {
    top: 26.639vw;
}

/* brand : s */
.brand_cont {
    position: relative;
}

.brand_cont .brand_txt_slide_wrap {
    position: absolute;
    top: 56.333vw;
    left: 3vw;
}

.brand_cont .brand_txt_slide {
    position: relative;
    width: 62.361vw;
    height: 31.528vw;
    overflow: hidden;
}

.brand_cont .brand_txt_slide .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 52.222vw;
}
.brand_cont .brand_txt_slide .swiper-slide img {
    width: 100%;
}
/* brand : e */

/* 합격생 : s */
.pass-list-wrap {
    padding-bottom: 22.981vw;
}

.main_event_wrap .slick_galexy .pass-list-wrap {
    position: absolute;
    top: 27.778vw;
    left: 50%;
    transform: translateX(-50%);
    background: transparent;
}

.main_event_wrap .slick_galexy .pass-list-wrap .pass-list {
    margin-top: 25.833vw;
    transform: perspective(0) rotateX(0);
}

.main_event_wrap .slick_galexy .pass-list-wrap .pass-list .slick-list {
    height: 45.833vw !important;
}

.main_event_wrap .slick_galexy .pass-list-wrap .pass-list ul li {
    width: 23.722vw;
    font-family: 'noto3';
    font-size: 2.833vw;
    font-weight: normal;
    line-height: 6.25vw;
}

.slick_galexy .event_review_slide_wrap {
    position: absolute;
    top: 110.556vw;
    left: 0;
    width: 100%;
}

.slick_galexy .event_review_slide {
    width: 100%;
}

.slick_galexy .event_review_slide .swiper-slide {
    width: 54.667vw;
}

.slick_galexy .event_review_slide .swiper-slide img {
    width: 100%;
}

/* 합격생 : e */

/* 쿠폰단 : s */
.coupon_cont {
    position: relative;
}

.coupon_cont .btn_event_download {
    position: absolute;
    bottom: 18.667vw;
    left: 50%;
    transform: translateX(-50%);
    width: 88%;
    height: 14.833vw;
}

.coupon_cont .btn_event_download::after {
    content: '';
    position: absolute;
    top: 7.5vw;
    right: 0.972vw;
    width: 9.861vw;
    height: 8.889vw;
    background: url('/img/event/8961/pc/btn_icon.png') no-repeat 0 0 / contain;
    animation: pointerBounceDiagonal 0.8s ease infinite;
    z-index: 3;
}
/* 쿠폰단 : e */

/* BEST 추천 강좌 : s */
.best_lect_cont {
    background: #f5f2e5;
}

.best_lect_cont .main_inner {
    padding: 15.5vw 5.361vw;
    box-sizing: border-box;
}

.best_lect_cont .main_title p {
    font-family: 'noto7';
    font-size: 6.18vw;
    letter-spacing: -0.04em;
    line-height: 1.6;
}

.best_lect_cont .main_title h3 {
    font-family: 'noto7';
    font-size: 6.18vw;
    letter-spacing: -0.04em;
    line-height: 1.1;
    color: #f23535;
}

.best_lect_cont .link_wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 1.667vw;
    width: 100%;
    margin-top: 5.45vw;
}

.best_lect_cont .link_wrap li {
    position: relative;
    width: calc((100% - 1.667vw) / 2);
    height: 19.361vw;
    border-radius: 2.778vw;
    border: 1px solid #e3e0d2;
    box-sizing: border-box;
    background: #fff;
}

.best_lect_cont .link_wrap li::after {
    clear: both;
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    right: 3.333vw;
    transform: translateY(-50%);
    width: 4.444vw;
    height: 4.444vw;
    border-radius: 50%;
    background: #ffbe1f url('/img/event/9140/pc/arrow.png') center / 1.389vw auto no-repeat;
}

.best_lect_cont .link_wrap li a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 3.194vw 0 0 2.194vw;
    box-sizing: border-box;
}

.best_lect_cont .link_wrap li a span {
    display: inline-block;
    margin-bottom: 2.222vw;
    padding: 0 2.778vw;
    border: 2px solid #ffbd1f;
    border-radius: 6.944vw;
    box-sizing: border-box;
    font-family: 'noto6';
    font-size: 2.778vw;
    letter-spacing: -0.025em;
    line-height: 4.861vw;
    color: #ffbd1f;
}

.best_lect_cont .link_wrap li a p {
    margin-top: -1vw !important;
    font-family: 'noto6';
    font-size: 4.361vw;
    letter-spacing: -0.065em;
    line-height: 1;
}
/* BEST 추천 강좌 : e */

/* 시작 : s */
.start_cont .start_list {
    display: flex;
    gap: 1.867vw 1.067vw;
    flex-wrap: wrap;
    position: absolute;
    top: 52.8vw;
    left: 6vw;
    width: 70vw;
}

.start_cont .start_list .list_item {
    position: relative;
    width: 28.667vw;
    height: 17.2vw;
    padding: 2.4vw 0 0;
    line-height: 1.2;
    text-align: center;
    letter-spacing: -0.03em;
    color: #fff;
    font-size: 2.8vw;
    background: url('/_skin/tpl_skin/basic_tax_accountant/images/apply/refund/sidea_box.png') no-repeat 0 0 / contain;
}

.start_cont .start_list .list_item em {
    font-family: 'noto6';
}
/* 시작 : e */
/* 컨텐츠 : e */

/* 근거 확인 : s */
.main_event_wrap .evidence_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 36vw;
    right: 10.083vw;
    left: auto;
    width: 12.667vw;
    height: 4vw;
}

.main_event_wrap .evidence_popup_area {
    display: none;
    position: absolute;
    top: 41.639vw;
    left: 50%;
    transform: translateX(-50%);
    width: 62.5vw;
    width: calc(100% - 5.556vw);
    background: #ededed;
    z-index: 1;
}

.main_event_wrap .evidence_popup_wrap {
    position: relative;
    padding: 5vw 3.333vw;
}

.main_event_wrap .evidence_popup_area .x_btn {
    position: absolute;
    top: 1.944vw;
    right: 2.778vw;
    font-size: 21px;
    cursor: pointer;
}

.main_event_wrap .evidence_popup_area li {
    font-size: clamp(11px, 1.944vw, 15px);
    line-height: 1.5;
    color: #707070;
}

.main_event_wrap .evidence_popup_area li:first-child {
    margin-bottom: 2.778vw;
}
/* 근거 확인 : e */

/* 유의사항 : s */
.notice_cont {
    /* padding: 21.067vw 7.467vw 13.333vw; */
    padding: 9.067vw 7.467vw 13.333vw;
    background: #f5f5f5;
}

.notice_cont .notice_title {
    display: block;
    line-height: 1.2;
    border-bottom: 2px solid #000;
    letter-spacing: -0.08em;
    font-size: 6.667vw;
    font-family: 'noto5';
}

.notice_cont .notice_list {
    margin-top: 5.467vw;
}

.notice_cont .notice_list .list_item + .list_item {
    margin-top: 4.8vw;
}

.notice_cont .notice_list .list_item dt {
    line-height: 1.2;
    letter-spacing: -0.08em;
    font-size: 4vw;
    font-family: 'noto6';
}

.notice_cont .notice_list .list_item dd {
    display: block;
    line-height: 4.267vw;
    margin-top: 0.4vw;
    letter-spacing: -0.08em;
    font-size: 3.2vw;
    font-family: 'noto2';
}

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

.notice_cont .notice_list .list_item ul {
    padding-left: 1.333vw;
}

.notice_cont .notice_list .list_item li {
    float: none;
    font-family: 'noto2';
}
/* 유의사항 : e */
