@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: flex;
    align-items: center;
    justify-content: center;
    width: 386px;
    height: 58px;
    border-radius: 58px;
    margin: 0 auto 31px;
    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: 30px;
    font-family: 'noto7';
}

.event_container .main_title h3 {
    line-height: 1.3;
    margin: 20px 0 0;
    letter-spacing: -0.045em;
    font-size: 52px;
    font-family: 'noto7';
}

.event_container .main_title em {
    color: #7117dc;
}

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

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

@keyframes marquee-reverse {
    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);
    }
}

/* 근거확인 */
.evidence_area {
    display: flex;
    justify-content: flex-end;
    position: relative;
    gap: 10px;
    width: 100%;
    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);
    left: auto !important;
    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;
}

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

/* 상단 배너 */
.event_container .banner_top {
    background: linear-gradient(to left, #000 50%, #e21dd3 50%);
}

.event_container .banner_top .main_inner {
    flex-direction: row;
}

.event_container .banner_top a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 80px;
    line-height: 1.2;
    letter-spacing: -0.03em;
    color: #fff;
    font-size: 26px;
    font-family: 'noto6';
}

.event_container .banner_top a:last-child {
    color: #929292;
}

/* 상단 마퀴 */
.event_container .event_marquee {
    background: #ffbee7;
    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: 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: #ffbee7;
}

.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: #101e22;
}

.event_cont_1 .btn_scroll {
    position: absolute;
    bottom: 244px;
    left: 50%;
    transform: translateX(-50%);
    width: 593px;
    height: 92px;
}

.event_cont_1 .btn_scroll::after {
    content: '';
    position: absolute;
    top: 54px;
    right: 0;
    width: 71px;
    height: 64px;
    background: url('/img/event/8961/pc/btn_icon.png') no-repeat 0 0 / contain;
    animation: pointerBounceDiagonal 0.8s ease infinite;
}

.event_cont_2 {
    min-height: 1314px;
    background: url('/img/event/9320/pc/v2/apply_bg.jpg') no-repeat center top;
}

.event_cont_2 .main_inner {
    padding: 119px 0 30px;
}

.event_cont_2 .apply_step {
    display: flex;
    flex-direction: column;
    gap: 18px;
    margin: 44px 0 0;
}

.event_cont_2 .apply_step .step_item {
    display: flex;
    gap: 10px;
    align-items: center;
}

.event_cont_2 .apply_step dt {
    flex: 0 0 auto;
    width: 107px;
    line-height: 37px;
    letter-spacing: -0.06em;
    border-radius: 13px;
    text-align: center;
    color: #fff;
    font-size: 20px;
    font-family: 'noto5';
    background: #2d2d2d;
}

.event_cont_2 .apply_step dd {
    line-height: 1.3;
    letter-spacing: -0.065em;
    color: #282828;
    font-size: 22px;
    font-family: 'noto6';
}

.event_cont_2 .apply_form {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    width: 1099px;
    height: 702px;
    margin: 53px 0 0;
    padding: 65px 0 0;
    text-align: center;
    background: url('/img/event/9320/pc/v2/apply_box.png');
}

.event_cont_2 .apply_form .form_title {
    line-height: 1.3;
    letter-spacing: -0.045em;
    color: #fff;
    font-size: 32px;
}

.event_cont_2 .apply_form .form_title span {
    color: #ffea00;
    font-family: 'noto7';
}

.event_cont_2 .apply_form .form_desc {
    width: 200px;
    line-height: 1.3;
    margin: 94px 0 132px;
    padding: 0 0 0 24px;
    color: #fff;
    font-size: 22px;
    font-family: 'noto6';
}

.event_cont_2 .apply_form .form_desc em {
    font-family: 'noto7';
}

.event_cont_2 .apply_form .input_files {
    display: flex;
    align-items: center;
    width: 501px
}

.event_cont_2 .apply_form .file_desc {
    flex: 0 0 auto;
    line-height: 1.3;
    margin: 0 14px 0 0;
    letter-spacing: -0.065em;
    color: #fff;
    font-size: 18px;
}

.event_cont_2 .apply_form .file_name {
    flex: 1 1 auto;
    height: 38px;
    line-height: 37px;
    text-align: left;
    padding: 0 20px;
    border: 1px solid #000;
    font-size: 18px;
    background: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.event_cont_2 .apply_form .file_label {
    flex: 0 0 auto;
    line-height: 1.2;
    letter-spacing: -0.065em;
    width: 89px;
    height: 38px;
    line-height: 37px;
    color: #fff;
    font-size: 16px;
    background: #000;
    cursor: pointer;
}

.event_cont_2 .apply_form .btn_apply {
    position: relative;
    width: 500px;
    height: 60px;
    margin: 33px 0 0;
}

.event_cont_2 .apply_form .btn_apply::after {
    content: '';
    position: absolute;
    top: 54px;
    right: 0;
    width: 50px;
    height: 50px;
    background: url('/img/event/8961/pc/btn_icon.png') no-repeat 0 0 / contain;
    animation: pointerBounceDiagonal 0.8s ease infinite;
}

.event_cont_2 .apply_form .apply_noti {
    margin: 26px 0 0;
}

.event_cont_2 .apply_form .apply_noti li {
    line-height: 1.4;
    letter-spacing: -0.025em;
    color: #fff;
    font-size: 14px;
    opacity: 0.8;
}

.event_cont_3 {
    background: #e9eeff;
}

.event_cont_3 .main_inner {
    padding: 118px 0 151px;
}

.event_cont_3 .cate_group_list {
    display: flex;
    flex-direction: column;
    gap: 62px;
    width: 100%;
    margin: 73px 0 0;
}

.event_cont_3 .cate_group_list .cate_group {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.event_cont_3 .cate_group_list .group_title {
    line-height: 32px;
    padding: 0 0 0 42px;
    letter-spacing: -0.06em;
    color: #282828;
    font-size: 25px;
    font-family: 'noto6';
    background: no-repeat 0 0 / contain;
}

.event_cont_3 .cate_group_list .cate_group:nth-of-type(1) .group_title {
    background-image: url('/img/event/9320/pc/v2/icon_data_red.png');
}

.event_cont_3 .cate_group_list .cate_group:nth-of-type(2) .group_title {
    background-image: url('/img/event/9320/pc/v2/icon_data_yellow.png');
}

.event_cont_3 .cate_group_list .cate_group:nth-of-type(3) .group_title {
    background-image: url('/img/event/9320/pc/v2/icon_data_violet.png');
}

.event_cont_3 .cate_group_list .cate_group:nth-of-type(4) .group_title {
    background-image: url('/img/event/9320/pc/v2/icon_data_blue.png');
}

.event_cont_3 .cate_group_list .group_list {
    display: flex;
    gap: 17px;
    flex-wrap: wrap;
}

.event_cont_3 .cate_group_list .list_item {}

.event_cont_3 .cate_group_list .list_item a {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 262px;
    height: 52px;
    letter-spacing: -0.06em;
    border-radius: 10px;
    color: #fff;
    font-size: 20px;
    font-family: 'noto5';
    background: url('/img/event/9320/pc/v2/icon_arrow_right.png') no-repeat right 15px center / 20px auto;
    transition: background-color 0.1s ease;
}

.event_cont_3 .cate_group_list .cate_group:nth-of-type(1) .list_item a {
    background-color: #b53984;
}

.event_cont_3 .cate_group_list .cate_group:nth-of-type(2) .list_item a {
    background-color: #956a41;
}

.event_cont_3 .cate_group_list .cate_group:nth-of-type(3) .list_item a {
    background-color: #75469b;
}

.event_cont_3 .cate_group_list .cate_group:nth-of-type(4) .list_item a {
    background-color: #386dc2;
}

.event_cont_3 .cate_group_list .cate_group:nth-of-type(1) .list_item a:hover {
    background-color: #331025;
}

.event_cont_3 .cate_group_list .cate_group:nth-of-type(2) .list_item a:hover {
    background-color: #2c2013;
}

.event_cont_3 .cate_group_list .cate_group:nth-of-type(3) .list_item a:hover {
    background-color: #2f1c3e;
}

.event_cont_3 .cate_group_list .cate_group:nth-of-type(4) .list_item a:hover {
    background-color: #162c4e;
}

.event_cont_4 {
    background: #fff;
}

.event_cont_4 .main_inner {
    padding: 145px 0 150px;
}

.event_cont_4 .worry_cards {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 35px 0;
    width: 100%;
    margin: 72px 0 0;
}

.event_cont_4 .worry_cards .card_item {
    position: relative;
    border-radius: 25px;
    box-shadow: 0px 8px 18px 0px rgba(0, 0, 0, 0.22);
}

.event_cont_4 .worry_cards .item_active {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    line-height: 1.3;
    padding: 140px 0 0;
    text-align: center;
    letter-spacing: -0.045em;
    color: #fff;
    font-size: 27px;
    font-family: 'noto7';
    background: url('/img/event/9320/pc/v2/worry_card_active.png') no-repeat center / contain;
    opacity: 0;
    transition: all 0.3s ease;
}

.event_cont_4 .worry_cards .card_item:hover .item_active {
    opacity: 1;
}

.event_cont_5 {
    background: #e9eeff url('/img/event/9320/pc/v2/review_bg.jpg') no-repeat center top;
}

.event_cont_5 .main_inner {
    padding: 146px 0 127px;
}

.event_cont_5 .main_title p {
    font-size: 32px;
    font-family: 'noto5';
}

.event_cont_5 .video_box {
    position: relative;
    margin: 79px 0 0;
    border-radius: 25px;
    box-shadow: 0px 22px 45px 0px rgba(0, 0, 0, 0.45);
}

.event_cont_5 .video_box iframe,
.event_cont_5 .video_box .layer,
.event_cont_5 .video_box .start_video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.event_cont_5 .hab_review_new {
    margin: 113px 0 0;
}

.event_cont_5 .hab_review_new .real_review_slide {
    width: 100%;
    height: 407px;
}

.event_cont_5 .hab_review_new .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_5 .hab_review_new .real_review_slide .review_rolling .review_category {
    width: 100%;
    height: 53px;
    padding: 10px 39px;
    box-sizing: border-box;
}

.event_cont_5 .hab_review_new .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_5 .hab_review_new .real_review_slide .review_rolling .txt_wrap {
    position: relative;
    height: calc(100% - 53px);
    padding: 34px 45px 38px 38px;
    box-sizing: border-box;
}

.event_cont_5 .hab_review_new .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_5 .hab_review_new .real_review_slide .review_rolling .txt_wrap .review_title em {
    font-family: 'noto7';
}

.event_cont_5 .hab_review_new .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_5 .hab_review_new .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_5 .hab_review_new .real_review_slide .review_rolling .txt_wrap .review_name em {
    font-family: 'noto6';
}

.event_cont_5 .hab_review_new .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_5 .hab_review_new .real_review_slide .review_rolling.slide_1 .reveiw_img {
    background-image: url('/bbs/img/basic_after_apply_v2/hugi_4.png');
    background-position: center bottom -33px;
    background-size: 123%;
}

.event_cont_5 .hab_review_new .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_5 .hab_review_new .real_review_slide .review_rolling.slide_3 .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_5 .hab_review_new .real_review_slide .review_rolling.slide_4 .reveiw_img {
    background-image: url('/bbs/img/basic_after_apply_v2/hugi_1.png');
    background-position: center bottom -38px;
    background-size: 116%;
}

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

.event_cont_5 .hab_review_new .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_5 .hab_review_new .real_review_slide .review_rolling.slide_7 .reveiw_img {
    background-image: url('/bbs/img/basic_after_apply_v2/hugi_5.png');
    background-position: center bottom -30px;
    background-size: 91%;
}

.event_cont_5 .hab_review_new .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_5 .hab_review_new .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_5 .hab_review_new .real_review_slide .review_rolling.slide_10 .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_5 .hab_review_new .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_5 .hab_review_new .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%;
}

.event_cont_6 {
    background: #313149 url('/img/event/9320/pc/v2/professor_bg.jpg') no-repeat center top 219px;
}

.event_cont_6 .main_inner {
    padding: 0 0 200px;
}

.event_cont_6 .main_title {
    margin: 81px 0 66px;
}

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

.event_cont_6 .evidence_area {
    position: absolute;
    top: 623px;
    left: 0;
    width: 1123px;
}

.event_cont_6 .evidence_area .evidence_btn {
    width: 75px;
    height: 26px;
    opacity: 0;
}

.event_cont_6 .teacher_wrap {
    display: flex;
    justify-content: center;
    flex-direction: column;
    gap: 70px;
    width: 100vw;
    height: 700px;
    margin-top: 80px;
}

.event_cont_6 .teacher_wrap .big_teacher_slide {
    display: flex;
    gap: 33px;
    width: 100vw;
    min-width: 1200px;
    height: 361px;
}

.event_cont_6 .teacher_wrap .big_teacher_slide ul {
    display: flex;
    gap: 33px;
    width: max-content;
    animation: marquee 20s linear infinite;
}

.event_cont_6 .teacher_wrap .big_teacher_slide ul li {
    width: 235px;
}

.event_cont_6 .teacher_wrap .sub_teacher_slide {
    display: flex;
    flex-direction: row-reverse;
    gap: 23px;
    width: 100vw;
    min-width: 1200px;
    height: 269px;
}

.event_cont_6 .teacher_wrap .sub_teacher_slide ul {
    display: flex;
    gap: 33px;
    width: max-content;
    animation: marquee-reverse 60s linear infinite;
}

.event_cont_6 .event_marquee {
    background: transparent;
}

.event_cont_7 {
    background: #240b25 url('/img/event/9320/pc/v2/vs_bg.jpg') no-repeat center top;
}

.event_cont_7 .main_inner {
    padding: 109px 0 103px;
}

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

.event_cont_7 .vs_box {
    position: relative;
    width: 1400px;
    height: 713px;
    margin: 27px 0 0;
    background: url('/img/event/9320/pc/v2/vs_box.png') no-repeat center / contain;
}

.event_cont_7 .vs_item {
    display: flex;
    flex-direction: column;
    position: absolute;
}

.event_cont_7 .vs_item .item_title {
    font-family: 'noto7';
}

.event_cont_7 .vs_item .item_list {
    display: flex;
    flex-direction: column;
}

.event_cont_7 .vs_item_1 {
    gap: 37px;
    top: 169px;
    left: 224px;
    color: #b8b3ba;
}

.event_cont_7 .vs_item_1 .item_title {
    line-height: 1.2;
    letter-spacing: -0.03em;
    font-size: 47px;
}

.event_cont_7 .vs_item_1 .item_list {
    gap: 19px;
}

.event_cont_7 .vs_item_1 .item_list li {
    letter-spacing: -0.045em;
    line-height: 1.38;
    font-size: 22px;
    font-family: 'noto5';
}

.event_cont_7 .vs_item_2 {
    gap: 53px;
    top: 111px;
    left: 758px;
    color: #fff;
}

.event_cont_7 .vs_item_2 .item_title {
    line-height: 1.2;
    letter-spacing: -0.055em;
    font-size: 53px;
}

.event_cont_7 .vs_item_2 .item_list {
    gap: 17px;
}

.event_cont_7 .vs_item_2 .item_list li {
    letter-spacing: -0.045em;
    line-height: 1.4;
    font-size: 26px;
    font-family: 'noto6';
}

.event_cont_7 .vs_item_2 .item_list em {
    padding: 0 5px;
    color: #fded35;
    box-shadow: inset 0 -33px 0 #000;
}

.event_cont_8 {
    background: #252340 url('/img/event/9320/pc/v2/book_bg.jpg') no-repeat center top;
}

.event_cont_8 .main_inner {
    padding: 120px 0 148px;
}

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

.event_cont_8 .event_list {
    display: flex;
    gap: 77px;
    width: 100%;
    margin-top: 115px;
}

.event_cont_8 .list_item {
    display: flex;
    flex-direction: column;
    gap: 7px;
    position: relative;
    width: 100%;
    height: 248px;
    padding: 36px 0 0 52px;
    border-radius: 15px;
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(10px);
}

.event_cont_8 .list_item_1 {
    background-image: url('/img/event/9178/pc/con_02_benefit_01.png');
}

.event_cont_8 .list_item_2 {
    background-image: url('/img/event/9178/pc/con_02_benefit_02.png');
}

.event_cont_8 .item_category {
    line-height: 1.2;
    letter-spacing: -0.045em;
    color: #fff;
    font-size: 28px;
}

.event_cont_8 .item_data {
    line-height: 1.2;
    letter-spacing: -0.045em;
    font-size: 75px;
    font-family: 'noto7';
    background: linear-gradient(to bottom, #efcd4a 0%, #efa21e 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.event_cont_8 .item_data .count {
    font: inherit;
}

.event_cont_8 .item_noti {
    position: absolute;
    top: calc(100% + 10px);
    left: 0;
    width: 100%;
    text-align: right;
    letter-spacing: -0.045em;
    color: #fff;
    font-size: 13px;
    opacity: 0.3;
}

.event_cont_8 .event_marquee {
    width: 100vw;
    margin: 93px 0 0;
    background: none;
}

.event_cont_8 .event_marquee ul {
    display: inline-flex;
    gap: 33px;
    animation: marquee 20s linear infinite;
}

.event_cont_9 {
    background: #342e3b url('/img/event/9320/pc/v2/service_bg.jpg') no-repeat center top;
}

.event_cont_9 .main_inner {
    padding: 120px 0 149px;
}

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

.event_cont_9 .service_list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 31px 0;
    margin: 71px 0 0;
}

.event_cont_9 .service_list .list_item {
    display: flex;
    flex-direction: column;
    width: 531px;
    height: 289px;
    padding: 48px 0 22px 37px;
    border-radius: 20px;
    background: no-repeat center / cover;
    box-shadow: 0px 8px 18px 0px rgba(0, 0, 0, 0.22);
}

.event_cont_9 .service_list .list_item_1 {
    background-image: url('/img/event/9320/pc/v2/service_card_01.png');
}

.event_cont_9 .service_list .list_item_2 {
    background-image: url('/img/event/9320/pc/v2/service_card_02.png');
}

.event_cont_9 .service_list .list_item_3 {
    background-image: url('/img/event/9320/pc/v2/service_card_03.png');
}

.event_cont_9 .service_list .list_item_4 {
    background-image: url('/img/event/9320/pc/v2/service_card_04.png');
}

.event_cont_9 .service_list .item_title {
    line-height: 1.36;
    letter-spacing: -0.065em;
    color: #333;
    font-size: 33px;
    font-family: 'noto7';
}

.event_cont_9 .service_list .item_text {
    line-height: 1.3;
    letter-spacing: -0.075em;
    color: #636363;
    font-size: 18px;
    font-family: 'noto5';
    margin: 15px 0 0;
}

.event_cont_9 .service_list .item_noti {
    margin: auto 0 0;
    line-height: 1.2;
    letter-spacing: -0.075em;
    color: #b2b2b2;
    font-size: 14px;
    font-family: 'noto5';
}

/* 시작 영역 */
.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 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.025em;
    font-size: 46px;
    font-family: 'noto7';
    color: #40f37e;
}

.start_cont .start_list {
    display: flex;
    flex-wrap: wrap;
    gap: 17px 15px;
    width: 100%;
    margin: 86px 0 0 10px;
}

.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: 228px !important;
    width: fit-content;
}

.start_cont .evidence_btn {
    display: block;
    width: 82px;
    height: 28px;
    letter-spacing: -0.03em;
    font-size: 15px;
    font-family: 'noto4';
    background-color: #243c3c;
    line-height: 1.1;
    padding: 6px 6px 1px;
    border: 1px solid #1e8c84;
    border-radius: 3px;
    letter-spacing: -0.025em;
    color: #1e8c84;
    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';
}