@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;
    font-size: 50px;
}

.event_container .main_title span {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 155px;
    height: 39px;
    line-height: 1.2;
    margin: 0 auto 24px;
    border-radius: 39px;
    letter-spacing: -0.04em;
    color: #fff;
    font-size: 23px;
    font-family: 'noto7';
    background: #140049;
}

.event_container .main_title span::after {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translate(-50%);
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 10px solid #140049;
}

.event_container .main_title em {
    display: inline-flex;
    align-items: center;
    height: 37px;
    line-height: 1.2;
    margin: 0 0 17px;
    padding: 0 20px;
    border: 2px solid #4500ff;
    border-radius: 37px;
    letter-spacing: -0.04em;
    color: #4500ff;
    font-size: 21px;
    font-family: 'noto7';
}

.event_container .main_title p {
    line-height: 1.2;
    letter-spacing: -0.045em;
    color: #4500ff;
    font-size: 38px;
    font-family: 'noto6';
}

.event_container .main_title h3 {
    display: block;
    margin: 7px 0 0;
    letter-spacing: -0.045em;
    line-height: 1.2;
    font-size: 55px;
    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);
    }
}

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

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

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

@keyframes slide-in-blurred-top {
    0% {
        transform: translateY(-1000px) scaleY(2.5) scaleX(0.2);
        transform-origin: 50% 0%;
        filter: blur(40px);
        opacity: 0;
    }
    100% {
        transform: translateY(0) scaleY(1) scaleX(1);
        transform-origin: 50% 50%;
        filter: blur(0);
        opacity: 1;
    }
}

/* 근거확인 */
.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_marquee {
    background: #fd428f;
    overflow: hidden;
}
.event_container .event_marquee .marquee_inner {
    display: inline-flex;
    align-items: center;
    animation: marquee 10s 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: -4px;
    width: 100%;
    z-index: var(--z-index-floating, 10);
}

/* .event_container .banner_bottom button::after {
    content: '';
    position: absolute;
    top: 58px;
    right: 5px;
    width: 33px;
    height: 39px;
    background: url('/img/event/8961/pc/btn_icon.png') no-repeat 0 0 / contain;
    animation: pointerBounceDiagonal 0.8s ease infinite;
} */

/* 플로팅배너 */
.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: #92ff66;
}

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

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

.event_cont_1 .evidence_text {
    position: absolute;
    top: 144px;
    left: 0;
    width: 100%;
    line-height: 1.55;
    text-align: center;
    color: #7d7992;
    font-size: 11px;
    font-family: 'noto2';
}

.event_cont_1 .visual_title {
    position: absolute;
    top: 291px;
    left: 83px;
    opacity: 0;
}

.event_cont_1.is_active .visual_title {
    animation: slide-in-blurred-top 0.8s ease forwards;
}

.event_cont_1 .visual_list {
    display: flex;
    justify-content: center;
    gap: 89px;
    position: absolute;
    top: 875px;
    left: 0;
    width: 100%;
    padding: 0 7px 0 0;
}

.event_cont_1 .visual_list .list_item {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 365px;
    height: 178px;
    line-height: 1.38;
    border-radius: 30px;
    letter-spacing: -0.05em;
    text-align: center;
    color: #404043;
    font-size: 35px;
    font-family: 'market-b';
    background: rgb(34, 36, 52, 0.8);
    transition: 0.3s ease-in-out;
}

.event_cont_1 .visual_list .list_item + .list_item::after {
    content: '';
    position: absolute;
    top: 50%;
    left: -61px;
    transform: translateY(-50%);
    width: 41px;
    height: 41px;
    background: url('/img/event/9200/pc/icon_x.png') no-repeat 0 0 / contain;
}

.event_cont_1 .visual_list .list_item.is_active {
    color: #fff;
    background: #4500ff;
}

.event_cont_2 {
    background: linear-gradient(to bottom, #1d0a70, #000);
}

.event_cont_2 .main_inner {
    padding: 144px 0 174px;
}

.event_cont_2 .main_title p {
    color: #ffe400;
    font-family: 'noto5';
}

.event_cont_2 .main_title h3 {
    color: #fff;
}

.event_cont_2 .benefit_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 24px 20px;
    width: 100%;
    margin: 71px 0 0;
}

.event_cont_2 .benefit_list .list_item {
    display: flex;
    flex-direction: column;
    position: relative;
    width: 353px;
    height: 318px;
    padding: 42px 0 0;
    text-align: center;
    border-radius: 20px;
    font-size: 28px;
    background: #fff no-repeat 0 0;
}

.event_cont_2 .benefit_list .list_item.type_wide {
    width: 537px;
    height: 224px;
    padding: 44px 0 0 48px;
    text-align: left;
    font-size: 30px;
}

.event_cont_2 .benefit_list .list_item_1 {
    background-image: url('/img/event/9200/pc/benefit_item_01.png');
}

.event_cont_2 .benefit_list .list_item_2 {
    background-image: url('/img/event/9200/pc/benefit_item_02.png');
}

.event_cont_2 .benefit_list .list_item_3 {
    background-image: url('/img/event/9200/pc/benefit_item_03.png');
}

.event_cont_2 .benefit_list .list_item_4 {
    background-image: url('/img/event/9200/pc/benefit_item_04.png');
}

.event_cont_2 .benefit_list .list_item_5 {
    background-image: url('/img/event/9200/pc/benefit_item_05.png');
}

.event_cont_2 .benefit_list p {
    line-height: 1.2;
    letter-spacing: -0.06em;
}

.event_cont_2 .benefit_list strong {
    line-height: 1.3;
    letter-spacing: -0.06em;
    font-family: 'noto7';
}

.event_cont_2 .benefit_list .type_wide strong {
    line-height: 1.2;
}

.event_cont_2 .benefit_list span {
    position: absolute;
    bottom: -27px;
    left: 0;
    width: 100%;
    line-height: 1.2;
    padding: 0 18px;
    letter-spacing: -0.06em;
    text-align: right;
    color: #fff;
    font-size: 13px;
}

.event_cont_3 {
    background: linear-gradient(to bottom, #cfe3fc 64%, #89b7ef 98%);
}

.event_cont_3 .main_inner {
    padding: 145px 0 149px;
}

.event_cont_3 .main_title h3 {
    margin: 11px 0 0;
}

.event_cont_3 .feature_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 39px 20px;
    width: 100%;
    margin: 71px 0 0;
}

.event_cont_3 .feature_list .list_item {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    width: 526px;
    height: 350px;
    padding: 34px 0 10px;
    text-align: center;
    border-radius: 25px;
    background: #fff no-repeat 0 0;
    box-shadow: 0px 10px 20.46px 1.54px rgba(0, 0, 0, 0.14);
}

.event_cont_3 .feature_list .list_item_1 {
    background-image: url('/img/event/9200/pc/feature_item_01.png');
}

.event_cont_3 .feature_list .list_item_2 {
    background-image: url('/img/event/9200/pc/feature_item_02.png');
}

.event_cont_3 .feature_list .list_item_3 {
    background-image: url('/img/event/9200/pc/feature_item_03.png');
}

.event_cont_3 .feature_list .list_item_4 {
    background-image: url('/img/event/9200/pc/feature_item_04.png');
}

.event_cont_3 .feature_list .list_item strong {
    padding: 0 13px 3px;
    line-height: 1.2;
    letter-spacing: -0.045em;
    font-size: 32px;
    font-family: 'noto7';
    background: linear-gradient(to top, #fcf087 18px, rgba(0, 0, 0, 0) 18px);
}

.event_cont_3 .feature_list .list_item p {
    width: 100%;
    padding: 0 30px;
    margin: auto 0 0;
    line-height: 1.2;
    letter-spacing: -0.06em;
    text-align: right;
    color: #848484;
    font-size: 14px;
}

.event_cont_4 {
    background: #e9e9e9;
}

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

.event_cont_4 .main_title {
    margin: 0 0 -5px;
}

.event_cont_4 .worry_list .list_item {
    position: absolute;
    opacity: 0;
    transform: translate(0, 40px);
    transition: all 0.5s ease-in-out;
}

.event_cont_4.is_active .worry_list .list_item {
    opacity: 1;
    transform: translate(0, 0);
}

.event_cont_4 .worry_list .list_item_1 {
    top: 458px;
    left: 18px;
    transition-delay: 0.2s;
}

.event_cont_4 .worry_list .list_item_2 {
    top: 396px;
    left: 373px;
    transition-delay: 0.5s;
}

.event_cont_4 .worry_list .list_item_3 {
    top: 423px;
    left: 736px;
    transition-delay: 0.8s;
}

.event_cont_5 {
    background: #fff;
}

.event_cont_5 .main_inner {
    padding: 149px 0 0;
}

.event_cont_5 .main_title {
    margin: 0 0 -4px;
}

.event_cont_5 .main_title h3 {
    margin: 11px 0 0;
}

.event_cont_5 .solution_item {
    display: flex;
    flex-direction: column;
    gap: 22px;
    position: absolute;
    top: 684px;
    left: 63px;
    width: 376px;
}

.event_cont_5 .solution_item_2 {
    gap: 26px;
    width: 441px;
    left: 578px;
    top: 640px;
}

.event_cont_5 .solution_item li {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 0;
    height: 54px;
    border-radius: 64px;
    line-height: 1.2;
    letter-spacing: -0.045em;
    white-space: nowrap;
    overflow: hidden;
    color: #818181;
    font-size: 26px;
    font-family: 'noto7';
    opacity: 0;
    background: #dcdcdc;
    box-shadow: 7px 7px 1.54px 0.46px #b5b5b5;
    transition: 0.5s ease-in-out;
}

.event_cont_5 .solution_item_2 li {
    height: 64px;
    color: #fff;
    font-size: 29px;
    background: #000;
    box-shadow: 7px 7px 1.54px 0.46px #a69400;
}

.event_cont_5.is_active .solution_item li {
    width: 100%;
    opacity: 1;
}

.event_cont_5.is_active .solution_item li:nth-child(1) {
    transition-delay: 0.1s;
}

.event_cont_5.is_active .solution_item_2 li:nth-child(1) {
    transition-delay: 0.5s;
}

.event_cont_5.is_active .solution_item li:nth-child(2) {
    transition-delay: 1s;
}

.event_cont_5.is_active .solution_item_2 li:nth-child(2) {
    transition-delay: 1.5s;
}

.event_cont_5.is_active .solution_item li:nth-child(3) {
    transition-delay: 2s;
}

.event_cont_5.is_active .solution_item_2 li:nth-child(3) {
    transition-delay: 2.5s;
}

.event_cont_5.is_active .solution_item li:nth-child(4) {
    transition-delay: 3s;
}

.event_cont_5.is_active .solution_item_2 li:nth-child(4) {
    transition-delay: 3.5s;
}

.event_cont_6 {
    background: #000;
}

.event_cont_6 .main_inner {
    padding: 145px 0 141px;
}

.event_cont_6 .main_title p {
    color: #ffe400;
}

.event_cont_6 .main_title h3 {
    color: #fff;
}

.event_cont_6 .real_review_slide {
    width: 100%;
    height: 407px;
    margin: 92px 0 0;
}

.event_cont_6 .real_review_slide .review_rolling {
    position: relative;
    width: 644px;
    height: 362px;
    background: url('/bbs/img/basic_after_apply_v2/top_hugibox.png') center no-repeat;
}

.event_cont_6 .real_review_slide .review_rolling .review_category {
    width: 100%;
    height: 53px;
    padding: 10px 39px;
    box-sizing: border-box;
}

.event_cont_6 .real_review_slide .review_rolling .review_category p {
    width: fit-content;
    border: 2px solid rgb(51, 17, 192);
    border-radius: 50px;
    padding: 3px 26px;
    box-sizing: border-box;
    background: rgb(51, 17, 192);
    font-family: 'noto6';
    font-size: 15px;
    letter-spacing: -0.025em;
    color: #fff;
}

.event_cont_6 .real_review_slide .review_rolling .txt_wrap {
    position: relative;
    height: calc(100% - 53px);
    padding: 34px 45px 38px 38px;
    box-sizing: border-box;
}

.event_cont_6 .real_review_slide .review_rolling .txt_wrap .review_title {
    font-family: 'noto4';
    font-size: 28px;
    letter-spacing: -0.065em;
    line-height: 1.2;
    color: #000;
}

.event_cont_6 .real_review_slide .review_rolling .txt_wrap .review_title em {
    font-family: 'noto7';
}

.event_cont_6 .real_review_slide .review_rolling .txt_wrap .review_txt {
    margin-top: 18px;
    font-family: 'noto4';
    font-size: 20px;
    letter-spacing: -0.065em;
    line-height: 1.5;
    color: #000;
}

.event_cont_6 .real_review_slide .review_rolling .txt_wrap .review_name {
    position: absolute;
    left: 38px;
    bottom: 37px;
    font-family: 'noto4';
    font-size: 18px;
    letter-spacing: -0.065em;
    line-height: 1.4;
    color: #000;
}

.event_cont_6 .real_review_slide .review_rolling .txt_wrap .review_name em {
    font-family: 'noto6';
}

.event_cont_6 .real_review_slide .review_rolling .reveiw_img {
    position: absolute;
    bottom: -34px;
    right: 37px;
    width: 136px;
    height: 136px;
    border-radius: 50%;
    background-color: #3311c0;
    background-image: url('/bbs/img/basic_after_apply_v2/hugi_1.png');
    background-position: center bottom -38px;
    background-size: 116%;
    background-repeat: no-repeat;
}

.event_cont_6 .real_review_slide .review_rolling.slide_1 .reveiw_img {
    background-image: url('/bbs/img/basic_after_apply_v2/hugi_1.png');
    background-position: center bottom -38px;
    background-size: 116%;
}

.event_cont_6 .real_review_slide .review_rolling.slide_2 .reveiw_img {
    background-image: url('/bbs/img/basic_after_apply_v2/hugi_2.png');
    background-position: center bottom -23px;
    background-size: 123%;
}

.event_cont_6 .real_review_slide .review_rolling.slide_3 .reveiw_img {
    background-image: url('/bbs/img/basic_after_apply_v2/hugi_3.png');
    background-position: left 4px bottom -31px;
    background-size: 123%;
}

.event_cont_6 .real_review_slide .review_rolling.slide_4 .reveiw_img {
    background-image: url('/bbs/img/basic_after_apply_v2/hugi_4.png');
    background-position: center bottom -33px;
    background-size: 123%;
}

.event_cont_6 .real_review_slide .review_rolling.slide_5 .reveiw_img {
    background-image: url('/bbs/img/basic_after_apply_v2/hugi_5.png');
    background-position: center bottom -30px;
    background-size: 91%;
}

.event_cont_6 .real_review_slide .review_rolling.slide_6 .reveiw_img {
    background-image: url('/bbs/img/basic_after_apply_v2/hugi_6.png');
    background-position: left -20px bottom -33px;
    background-size: 120%;
}

.event_cont_6 .real_review_slide .review_rolling.slide_7 .reveiw_img {
    background-image: url('/bbs/img/basic_after_apply_v2/hugi_7.png');
    background-position: center bottom -42px;
    background-size: 123%;
}

.event_cont_6 .real_review_slide .review_rolling.slide_8 .reveiw_img {
    background-image: url('/bbs/img/basic_after_apply_v2/hugi_8.png');
    background-position: left -19px bottom -37px;
    background-size: 120%;
}

.event_cont_6 .real_review_slide .review_rolling.slide_9 .reveiw_img {
    background-image: url('/bbs/img/basic_after_apply_v2/hugi_9.png');
    background-position: left 10px bottom -33px;
    background-size: 108%;
}

.event_cont_6 .real_review_slide .review_rolling.slide_10 .reveiw_img {
    background-image: url('/bbs/img/basic_after_apply_v2/hugi_10.png');
    background-position: left -15px bottom -29px;
    background-size: 107%;
}

.event_cont_6 .real_review_slide .review_rolling.slide_11 .reveiw_img {
    background-image: url('/bbs/img/basic_after_apply_v2/hugi_11.png');
    background-position: left 20px bottom -23px;
    background-size: 103%;
}

.event_cont_6 .real_review_slide .review_rolling.slide_12 .reveiw_img {
    background-image: url('/bbs/img/basic_after_apply_v2/hugi_12.png');
    background-position: left -21px bottom -29px;
    background-size: 116%;
}

.banner_middle {
    position: relative;
    margin: 0 0 -47px;
    z-index: 1;
}

.event_cont_7 {
    background: #e4f0ff;
}

.event_cont_7 .main_inner {
    padding: 119px 0 121px;
}

.event_cont_7 .main_title h3 {
    margin: 11px 0 0;
}

.event_cont_7 .curriculum_slide {
    width: 100%;
    height: 445px;
    margin: 69px 0 0;
    overflow: hidden;
}

.event_cont_7 .swiper-pagination {
    display: flex;
    gap: 20px;
    position: relative;
    width: 100%;
}

.event_cont_7 .swiper-pagination .btn_paging {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 100%;
    height: 66px;
    border-radius: 10px;
    color: #a3aab2;
    font-size: 24px;
    font-family: 'noto7';
    background: #d2dce7;
}

.event_cont_7 .swiper-pagination .btn_paging.is_active {
    color: #fff;
    background: #4500ff;
}

.event_cont_7 .swiper-pagination .btn_paging.is_active::after {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 10px solid #4500ff;
}

.event_cont_7 .swiper-wrapper {
    margin: 25px 0 0;
}

.event_cont_7 .swiper-wrapper .swiper-slide {
    border-radius: 10px;
    overflow: hidden;
}

.event_cont_7 .curriculum_table {
    table-layout: fixed;
    width: 100%;
}

.event_cont_7 .curriculum_table thead th {
    height: 40px;
    line-height: 1.2;
    text-align: center;
    letter-spacing: -0.025em;
    color: #fff;
    font-size: 22px;
    font-family: 'noto7';
}

.event_cont_7 .curriculum_table tbody {
    background: #fff;
}

.event_cont_7 .curriculum_table tbody td {
    padding: 19px 10px 27px;
}

.event_cont_7 .curriculum_table th:nth-child(1) {
    background: #4a4a4a;
}

.event_cont_7 .curriculum_table th:nth-child(2) {
    background: #292929;
}

.event_cont_7 .curriculum_table .blue_100 {
    background: rgba(129, 186, 255, 0.2);
}

.event_cont_7 .curriculum_table .blue_200 {
    background: rgba(129, 186, 255, 0.35);
}

.event_cont_7 .curriculum_table .blue_300 {
    background: rgba(129, 186, 255, 0.55);
}

.event_cont_7 .curriculum_table .blue_400 {
    background: rgba(129, 186, 255, 0.75);
}

.event_cont_7 .curriculum_table .yellow_100 {
    background: rgba(255, 231, 33, 0.25);
}

.event_cont_7 .curriculum_table .yellow_200 {
    background: rgba(255, 231, 33, 0.35);
}

.event_cont_7 .curriculum_table .yellow_300 {
    background: rgba(255, 231, 33, 0.5);
}

.event_cont_7 .curriculum_table .yellow_400 {
    background: rgba(255, 231, 33, 0.6);
}

.event_cont_7 .curriculum_item {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 239px;
    border: 1px solid #b5b5b5;
    border-radius: 15px;
    box-shadow: 4px 4px 5px 0px rgba(78, 78, 78, 0.15);
    overflow: hidden;
}

.event_cont_7 .curriculum_item strong {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 84px;
    line-height: 1.2;
    text-align: center;
    letter-spacing: -0.035em;
    font-size: 22px;
    font-family: 'noto7';
}

.event_cont_7 .curriculum_item p {
    flex: 1 1 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1.2;
    letter-spacing: -0.055em;
    text-align: center;
    word-break: keep-all;
    color: #393939;
    font-size: 18px;
    background: #fff;
}

.event_cont_8 {
    background: #0d062e;
}

.event_cont_8 .main_title {
    position: absolute;
    top: 121px;
    left: 0;
    width: 100%;
}

.event_cont_8 .main_title em,
.event_cont_8 .main_title p {
    border-color: #ffe400;
    color: #ffe400;
}

.event_cont_8 .main_title h3 {
    color: #fff;
}

.event_cont_9 {
    background: #fff;
}

.event_cont_9 .main_inner {
    padding: 119px 0 0;
}

.event_cont_10 {
    background: #f5f5f5;
}

.event_cont_10 .main_inner {
    padding: 122px 0 147px;
}

.event_cont_10 .care_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 24px 0;
    margin: 69px 0 0;
}

.event_cont_10 .care_list .list_item {
    display: flex;
    flex-direction: column;
    width: 538px;
    height: 270px;
    border-radius: 20px;
    border: 3px solid #000;
    padding: 20px 0 16px 34px;
    background: #fff no-repeat -3px -3px;
}

.event_cont_10 .care_list .list_item_1 {
    background-image: url('/img/event/9200/pc/care_item_01.png');
}

.event_cont_10 .care_list .list_item_2 {
    background-image: url('/img/event/9200/pc/care_item_02.png');
}

.event_cont_10 .care_list .list_item_3 {
    background-image: url('/img/event/9200/pc/care_item_03.png');
}

.event_cont_10 .care_list .list_item_4 {
    background-image: url('/img/event/9200/pc/care_item_04.png');
}

.event_cont_10 .care_list .item_index {
    line-height: 1.2;
    letter-spacing: -0.065em;
    color: #bdbdbd;
    font-size: 36px;
    font-family: 'noto7';
}

.event_cont_10 .care_list .item_text {
    margin: 8px 0 0;
    line-height: 1.33;
    letter-spacing: -0.065em;
    font-size: 35px;
}

.event_cont_10 .care_list .item_text span {
    padding: 0 6px 0 0;
    background: linear-gradient(to top, #fcf087 18px, rgba(0, 0, 0, 0) 18px);
}

.event_cont_10 .care_list .item_text em {
    font-family: 'noto7';
}

.event_cont_10 .care_list .item_noti {
    margin: auto 0 0;
    padding: 0 20px;
    color: #848484;
    font-size: 14px;
    text-align: right;
}

.event_cont_11 {
    background: #fff8dd;
}

.event_cont_11 .main_inner {
    padding: 122px 0 148px;
}

.event_cont_11 .guarantee_title {
    display: none;
}

.event_cont_11 .pass_guarantee_cont .main_inner {
    padding: 2px 0 0;
}

.event_cont_12 {
    background: #fff;
}

.event_cont_12 .main_inner {
    padding: 134px 0 100px;
}

.event_cont_12 .product_list {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 100%;
    margin: 70px 0 0;
}

.event_cont_12 .product_list .list_item {
    width: 100%;
    padding: 35px 25px 27px;
    border-radius: 30px;
    background: #260fa2;
}

.event_cont_12 .product_list .item_header {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    position: relative;
    padding: 0 20px 26px;
    min-height: 85px;
}

.event_cont_12 .product_list .header_title {
    line-height: 1.2;
    letter-spacing: -0.045em;
    color: #fff;
    font-size: 49px;
    font-family: 'noto7';
}

.event_cont_12 .product_list .header_title em {
    font: inherit;
    color: #ffe400;
}

.event_cont_12 .product_list .btn_noti {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 13px;
    right: 7px;
    width: 87px;
    height: 29px;
    line-height: 1.2;
    border: 2px solid rgba(255, 255, 255, 0.5);
    letter-spacing: -0.045em;
    color: #fff;
    font-size: 13px;
    font-family: 'noto6';
}

.event_cont_12 .product_list .item_contents {
    display: flex;
    align-items: stretch;
    border-radius: 20px;
    background: #edecef;
}

.event_cont_12 .product_detail {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    gap: 22px;
    padding: 33px 0 37px 27px;
}

.event_cont_12 .product_detail .detail_wrap {
    display: flex;
    align-items: flex-start;
}

.event_cont_12 .product_detail .detail_wrap dt {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    width: 156px;
    line-height: 1.2;
    letter-spacing: -0.025em;
    white-space: nowrap;
    font-size: 19px;
    font-family: 'noto7';
}

.event_cont_12 .product_detail .detail_wrap dt::before {
    content: '';
    width: 46px;
    height: 46px;
    margin: 0 10px 0 0;
    background: no-repeat 0 0 / contain;
}

.event_cont_12 .product_detail .detail_wrap:nth-child(1) dt::before {
    background-image: url('/img/event/9200/pc/icon_calendar.png');
}

.event_cont_12 .product_detail .detail_wrap:nth-child(2) dt::before {
    background-image: url('/img/event/9200/pc/icon_ticket.png');
}

.event_cont_12 .product_detail .detail_wrap:nth-child(3) dt::before {
    background-image: url('/img/event/9200/pc/icon_desktop.png');
}

.event_cont_12 .product_detail .detail_wrap dd {
    line-height: 1.7;
    padding: 0.4em 0 0;
    letter-spacing: -0.045em;
    color: #2b2b2b;
    font-size: 19px;
    font-family: 'noto5';
}

.event_cont_12 .product_detail .detail_wrap em {
    display: block;
    line-height: 1;
    font-family: 'noto5';
    color: #fe0000;
}

.event_cont_12 .product_calc {
    flex: 0 0 auto;
    width: 430px;
    padding: 18px 30px;
    text-align: center;
    border-radius: 20px;
    background: #fff;
}

.event_cont_12 .product_calc .calc_title {
    display: inline-flex;
    align-items: center;
    height: 41px;
    padding: 0 28px;
    border-radius: 41px;
    letter-spacing: -0.075em;
    color: #fff;
    font-size: 23px;
    font-family: 'noto7';
    background: #fe0000;
}

.event_cont_12 .product_calc .calc_price {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin: 13px 0 21px;
    padding: 0 16px 0 6px;
}

.event_cont_12 .product_calc .price_item {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    color: rgb(123, 123, 123, 0.6);
    font-size: 23px;
}

.event_cont_12 .product_calc .price_item:last-child {
    margin: 8px 0 0;
    color: #fe0000;
    font-size: 27px;
}

.event_cont_12 .product_calc .price_item dd {
    display: flex;
    flex-direction: column;
    text-align: right;
}

.event_cont_12 .product_calc .price_item dt,
.event_cont_12 .product_calc .price_item dd {
    letter-spacing: -0.075em;
    font-family: 'noto7';
}

.event_cont_12 .product_calc .price_item span {
    line-height: 1.2;
    letter-spacing: -0.065em;
    color: #000;
    font-size: 13px;
    font-family: 'noto7';
}

.event_cont_12 .product_calc button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 61px;
    border-radius: 15px;
    letter-spacing: -0.065em;
    color: #fff;
    font-size: 22px;
    font-family: 'noto7';
    background: #000;
    box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.5);
}

.event_cont_12 .product_calc button + button {
    margin: 13px 0 0;
}

.event_cont_12 .product_calc button.btn_coupon {
    background: #4500ff;
}

/* 시작 영역 */
.start_cont {
    height: 797px;
    background: url('/_skin/tpl_skin/basic_tax_accountant/images/apply/refund/sidea_bg.png') no-repeat center top / cover;
}
.start_cont .main_inner {
    position: relative;
    padding: 144px 0 0;
}
.start_cont .main_title {
    position: relative;
    transform: translateX(25px);
    z-index: 1;
}
.start_cont .main_title img {
    margin: 0 auto 30px;
}
.start_cont .main_title p {
    color: #fff;
    letter-spacing: -0.025em;
    font-size: 50px;
    line-height: 1.1;
    font-family: 'noto4';
}
.start_cont .main_title h3 {
    line-height: 1.29;
    margin: 5px 0 0;
    letter-spacing: -0.065em;
    font-size: 52px;
    font-family: 'noto7';
    color: #ff8200;
}
.start_cont .start_list {
    display: flex;
    flex-wrap: wrap;
    gap: 17px 15px;
    width: 100%;
    margin: 86px 0 0 56px;
}
.start_cont .start_list .list_item {
    position: relative;
    width: 215px;
    height: 129px;
    padding: 18px 0 0;
    line-height: 1.2;
    text-align: center;
    letter-spacing: -0.03em;
    color: #fff;
    font-size: 21px;
    background: url('/_skin/tpl_skin/basic_tax_accountant/images/apply/refund/sidea_box.png') no-repeat 0 0;
}
.start_cont .start_list .list_item:nth-child(n + 5) {
    left: 90px;
}
.start_cont .start_list .list_item em {
    font-family: 'noto6';
}
.start_cont .evidence_area {
    position: absolute;
    top: 90px;
    right: -9px;
    display: inline-block;
    z-index: 2;
}
.start_cont .evidence_btn {
    display: block;
    width: 82px;
    height: 28px;
    letter-spacing: -0.03em;
    font-size: 15px;
    font-family: 'noto4';
    background-color: #3c3424;
    line-height: 1.1;
    padding: 6px 6px 1px;
    border: 1px solid #ff8200;
    border-radius: 3px;
    letter-spacing: -0.025em;
    color: #ff8200;
    cursor: pointer;
}

/* 유의사항 */
.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 .btn_go {
    padding: 0 10px;
    margin: 0 6px;
    border-radius: 5px;
    font: inherit;
    color: #fff;
    background: #000;
}

/* 모달 : s */
.event_apply_modal {
    display: none;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    z-index: var(--z-index-dimmed);
}

.event_apply_modal.is_active {
    display: flex;
}

.event_apply_modal .modal_contents {
    position: relative;
    max-height: 90vh;
    background: #fff;
    overflow-y: auto;
}

.event_apply_modal .modal_contents::-webkit-scrollbar {
    display: none;
}

.event_apply_modal .modal_inner {
    max-width: 582px;
}

.event_apply_modal .modal_header {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    padding: 17px 19px 8px 0;
    background: #ff3a2a;
}

.event_apply_modal .modal_title {
    line-height: 1.25;
    letter-spacing: -0.07em;
    text-align: center;
    color: #fff;
    font-size: 36px;
    font-family: 'market-b';
}

.event_apply_modal .btn_modal_close {
    position: absolute;
    top: 13px;
    right: 12px;
    width: 30px;
    height: 30px;
    background: url('/img/event/9194/pc/icon_close.png') no-repeat center;
}

.event_apply_modal .modal_cont {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 39px 30px;
}

.event_apply_modal .cont_text {
    width: 504px;
    padding: 30px 0 0;
    word-break: keep-all;
    letter-spacing: -0.07em;
    font-size: 17px;
}
/* 모달 : e */
