@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: #014aff;
    font-size: 32px;
    font-family: 'noto5';
}

.event_container .main_title h3 {
    display: block;
    margin: 24px 0 0;
    letter-spacing: -0.045em;
    line-height: 1.2;
    font-size: 55px;
    font-family: 'noto6';
}

@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,
.event_container .event_floating a {
    display: block;
    width: 100%;
}

.event_container .event_floating .btn_scroll + .btn_scroll,
.event_container .event_floating .btn_scroll + a {
    margin: 15px 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 {
    height: 1013px;
    background: #0324f9 url('/img/event/9318/pc/cont_01_bg.png') center no-repeat;
}

.event_cont_1 .main_inner {
    padding-top: 47px;
}

.event_cont_1 img {
    margin-left: -88px;
}

.event_cont_2 {
    background: #15161a url('/img/event/9318/pc/cont_02_bg.png') center no-repeat;
    overflow: hidden;
}

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

.event_cont_2 .main_inner::before,
.event_cont_2 .main_inner::after {
    content: '';
    position: absolute;
    top: 0;
    right: 100%;
    background: linear-gradient(to right, #000 20%, transparent);
    width: calc((100vw - 1100px) / 2);
    height: 100%;
    pointer-events: none;
    z-index: 2;
}

.event_cont_2 .main_inner::after {
    right: auto;
    left: 100%;
    background: linear-gradient(to left, #000 20%, transparent);
}

.event_cont_2 .main_title p {
    color: #4095ff;
}

.event_cont_2 .main_title h3 {
    margin-top: 12px;
    color: #fff;
}

.event_cont_2 .big_review_wrap {
    display: flex;
    justify-content: space-between;
    gap: 23px;
    width: 100%;
    margin: 57px 0 30px;
}

.event_cont_2 .teacher_review_slide {
    position: relative;
    width: 100%;
    height: 217px;
    margin-left: 250px;
}

.event_cont_2 .teacher_review_slide .swiper-slide {
    width: 438px;
}

.event_cont_2 .teacher_review_slide .swiper-slide img {
    width: 100%;
}

.event_cont_3 {
    background: #fff;
}

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

.event_cont_3 .main_title {
    margin-left: -4px;
}

.event_cont_3 .main_title p {
    line-height: 1.35;
}

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

.event_cont_3 img {
    margin: 58px 0 0 15px;
}

.event_cont_4 {
    height: 1203px;
    background: #014aff url('/img/event/9318/pc/cont_04_bg.png') center no-repeat;
}

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

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

.event_cont_4 .main_title p {
    color: #3bd8ff;
}

.event_cont_4 .main_title h3 {
    margin-top: 17px;
    margin-left: -7px;
    color: #fff;
}

.event_cont_4 .wing_wrap {
    display: flex;
    position: relative;
    width: 100%;
    height: 97px;
    margin-top: 51px;
    background: url('/img/event/9318/pc/cont_04_wing.png') center no-repeat;
}

.event_cont_4 .wing_wrap::before {
    content: "";
    display: block;
    position: absolute;
    top: -84px;
    left: -90px;
    width: 1265px;
    height: 275px;
    background: url('/img/event/9318/pc/cont_04_wing_flare.png') center no-repeat;
    mix-blend-mode: screen;
    pointer-events: none;
}

.event_cont_4 .wing_wrap li {
    width: 273px;
    height: 100%;
    padding-top: 10px;
    text-align: center;
}

.event_cont_4 .wing_wrap li:first-child {
    transform: translateX(-13px);
}

.event_cont_4 .wing_wrap li:nth-child(2) {
    transform: translateX(3px);
}

.event_cont_4 .wing_wrap li:nth-child(3) {
    transform: translateX(23px);
}

.event_cont_4 .wing_wrap li:nth-child(4) {
    transform: translateX(20px);
}

.event_cont_4 .wing_wrap li p {
    font-family: 'noto4';
    font-size: 22px;
    letter-spacing: -0.045em;
    line-height: 1;
    color: #8aacff;
}

.event_cont_4 .wing_wrap li strong {
    display: block;
    margin-top: 4px;
    font-family: 'noto6';
    font-size: 49px;
    letter-spacing: -0.045em;
    line-height: 1;
    color: #fff;
}

.event_cont_4 .evidence_area {
    display: flex;
    justify-content: flex-end;
    width: 100%;
    margin: 15px 25px 0 0;
}

.event_cont_4 .evidence_area .evidence_btn {
    width: 57px;
    height: 22px;
    padding: 2px 4px 1px;
    border: 1px solid #a5cbff;
    border-radius: 0;
    background: transparent;
    font-family: 'noto4';
    font-size: 13px;
    letter-spacing: -0.045em;
    line-height: 1;
    color: #a5cbff;
}

.event_cont_4 .contents_wrap {
    position: relative;
    width: 624px;
    margin-top: 44px;
    margin-left: auto;
    z-index: 1;
}

.event_cont_4 .contents_wrap::before {
    clear: both;
    content: '';
    display: block;
    position: absolute;
    bottom: -104px;
    left: -541px;
    width: 615px;
    height: 785px;
    background: url('/img/event/9318/pc/cont_04_teacher.png') center no-repeat;
}

.event_cont_4 .contents_wrap .info_wrap {
    position: relative;
    width: 100%;
    height: 241px;
    padding: 27px 48px;
    border: 2px solid #fff;
    border-radius: 20px;
    box-sizing: border-box;
    background: #014aff;
}

.event_cont_4 .contents_wrap .info_wrap .link_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    position: absolute;
    top: 31px;
    right: 42px;
    width: 139px;
    height: 28px;
    background: #fff;
    font-family: 'noto5';
    font-size: 16px;
    letter-spacing: -0.045em;
    line-height: 1;
}

.event_cont_4 .contents_wrap .info_wrap li {
    display: flex;
    align-items: center;
    gap: 10px;
    font-family: 'noto3';
    font-size: 20px;
    letter-spacing: -0.045em;
    line-height: 1.8;
    color: #fff;
}

.event_cont_4 .contents_wrap .info_wrap li.type_point {
    color: #fdff75;
}

.event_cont_4 .contents_wrap .info_wrap li::before {
    content: '·';
    display: block;
    color: #80a5ff;
}

.event_cont_4 .contents_wrap .event_video {
    position: relative;
    width: 100%;
    height: 351px;
    margin-top: 15px;
}

.event_cont_4 .contents_wrap .video_box_wrap {
    position: absolute;
    top: 0;
    left: 0;
}

.event_cont_4 .contents_wrap .video_box_wrap .btn_video,
.event_cont_4 .contents_wrap .video_box_wrap iframe {
    display: block;
    width: 624px;
    height: 351px;
}

.event_cont_5 {
    background: #f1f4f9;
}

.event_cont_5 .main_inner {
    padding: 145px 0 148px;
}

.event_cont_5 .main_title h3 {
    margin-top: 18px;
}

.curriculum_cont .curri_table {
    position: relative;
    width: 100%;
    height: 100%;
    margin: 57px 0 0 -55px;
    table-layout: fixed;
    border-collapse: collapse;
}

.curriculum_cont .curri_table + .curri_table {
    margin-top: 19px;
}

.curriculum_cont .curri_table td,
.curriculum_cont .curri_table th {
    height: 100%;
}

.curriculum_cont .curri_table .table_head {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 70px;
    height: 205px;
    border-radius: 10px;
    letter-spacing: -0.035em;
    color: #fff;
    font-family: 'noto6';
    font-size: 19px;
    background: #a0a2a5;
}

.curriculum_cont .curri_table_2 .table_head {
    background: #4f4f50;
}

.curriculum_cont .curri_table .td_inner {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    border: 1px solid #000;
    background: #fff;
}

.curriculum_cont .curri_table tr + tr .td_inner {
    border-top: none;
}

.curriculum_cont .curri_table th + th .td_inner,
.curriculum_cont .curri_table td + td .td_inner {
    border-left: none;
}

.curriculum_cont .curri_table th:not(:last-child) .td_inner,
.curriculum_cont .curri_table td:not(:last-child) .td_inner {
    border-right: 1px solid #e1e1e1;
}

.curriculum_cont .tr_title .td_inner {
    padding: 7px 0;
    border-bottom: none;
    letter-spacing: -0.035em;
    color: #fff;
    font-size: 23px;
    font-family: 'noto6';
    background: #014aff;
}

.curriculum_cont .curri_table_2 .tr_title .td_inner {
    background: #00c8ca;
}

.curriculum_cont .tr_title th:nth-child(2) .td_inner {
    border-left: 1px solid #000;
    border-radius: 10px 0 0 0;
}

.curriculum_cont .tr_title th:nth-child(6) .td_inner {
    border-radius: 0 10px 0 0;
}

.curriculum_cont .curri_table_2 .tr_contents td:nth-child(3) .td_inner {
    border-radius: 0 10px 0 0;
}

.curriculum_cont .curri_table_2 .tr_title th:nth-child(4) .td_inner {
    border-radius: 0 10px 0 0;
}

.curriculum_cont .tr_sub_title .td_inner {
    position: relative;
    padding: 8px 0 12px;
    letter-spacing: -0.035em;
    border-bottom-style: dashed;
    font-size: 23px;
    font-family: 'noto7';
}

.curriculum_cont .tr_sub_title .td_inner::after {
    content: '';
    position: absolute;
    right: 0;
    bottom: -5px;
    width: 7px;
    height: 10px;
    background: url('/_skin/tpl_skin/basic_attorney/images/apply/all_pass/curri_arrow.png') no-repeat 0 0;
}

.curriculum_cont .tr_contents .td_inner {
    align-items: center;
    line-height: 1.35;
    letter-spacing: -0.035em;
    text-align: center;
    font-size: 18px;
}

.curriculum_cont .tr_badge .td_inner {
    margin: -1px 0 0;
    padding: 2px 0 5px;
    border-left: none;
    border-right: none;
    border-top: none;
    letter-spacing: -0.035em;
    color: #fff;
    font-size: 18px;
    font-family: 'noto5';
    background: #ff3333;
}

.curriculum_cont .curri_table_2 .tr_badge .td_inner {
    background: #ffa349;
}

.curriculum_cont .tr_badge .td_inner.type-col-4 {
    border-right: 1px solid #000;
}

.curriculum_cont .tr_contents td:nth-child(1) .td_inner {
    border-radius: 0 0 0 10px;
}

.curriculum_cont .curri_table_1 .tr_contents td:nth-child(5) .td_inner {
    border-radius: 0 0 10px 0;
}

.curriculum_cont .curri_table_2 .tr_contents td:nth-child(3) .td_inner {
    border-radius: 0 0 10px 0;
}

.event_cont_6 {
    background: #fff;
}

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

.event_cont_6 .main_title h3 {
    margin-top: 18px;
}

.event_cont_6 .benefit_list_wrap {
    display: flex;
    gap: 23px;
    width: 100%;
}

.event_cont_6 .benefit_list_wrap .benefit_list {
    width: 100%;
    height: 442px;
    margin-top: 58px;
    border-radius: 16px;
    border: 2px solid #014aff;
    box-sizing: border-box;
    background: #fff;
}

.event_cont_6 .benefit_list_wrap .benefit_list .title {
    height: 68px;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    background: #014aff;
    font-family: 'noto5';
    font-size: 23px;
    letter-spacing: -0.025em;
    text-align: center;
    line-height: 66px;
    color: #fff;
}

.event_cont_6 .benefit_list_wrap .benefit_list .txt {
    padding-left: 48px;
    box-sizing: border-box;
}

.event_cont_6 .benefit_list_wrap .benefit_list .txt li {
    display: flex;
    align-items: center;
    gap: 12px;
    font-family: 'noto5';
    font-size: 21px;
    letter-spacing: -0.065em;
    line-height: 1;
    color: #000;
}

.event_cont_6 .benefit_list_wrap .benefit_list .txt li + li {
    margin-top: 19px;
}

.event_cont_6 .benefit_list_wrap .benefit_list .txt li::before {
    content: '';
    display: block;
    width: 19px;
    height: 19px;
    background: url('/img/event/9318/pc/check_icon.png') center no-repeat;
}

.event_cont_6 .benefit_list_wrap .benefit_list .txt_desc {
    margin-top: 20px;
    font-family: 'noto3';
    font-size: 14px;
    letter-spacing: -0.065em;
    line-height: 1;
    text-align: center;
    color: #bcbcbc;
}

.event_cont_7 {
    background: linear-gradient(to bottom, #17181e 42%, #0839b5 90%);
}

.event_cont_7 .main_inner {
}

.event_cont_7 .main_title {
    position: absolute;
    top: 148px;
    text-align: left;
    width: 100%;
}

.event_cont_7 .main_title p {
    color: #4095ff;
}

.event_cont_7 .main_title h3 {
    margin: 16px 0 0;
    letter-spacing: -0.065em;
    color: #fff;
}

.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/9318/pc/care_item_01.png');
}

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

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

.event_cont_10 .care_list .list_item_4 {
    background-image: url('/img/event/9318/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_wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
}
.event_cont_12 .product_list .btn_modal_book {
    width: 103px;
    height: 29px;
    background: #fff;
    font-size: 13px;
    font-family: 'noto6';
    color: #000;
}
.event_cont_12 .product_list .btn_noti {
    display: flex;
    align-items: center;
    justify-content: center;
    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 li {
    line-height: 34px;
    letter-spacing: -0.08em;
    font-size: 18px;
    font-family: 'noto2';
    float: none;
}

.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 */

@media (min-width: 2560px) {
    .event_cont_1 {
        background-size: cover;
    }
}
