@charset "UTF-8";

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

.event_container a:hover {
    color: inherit;
    border-bottom: 0;
}

.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;
    width: fit-content;
    margin: 0 auto 24px;
    font-family: 'noto7';
    font-size: 25px;
    letter-spacing: -0.065em;
    line-height: 1;
    text-indent: -2px;
    color: #454545;
}

.event_container .main_title > span::before {
    clear: both;
    content: '';
    display: block;
    width: 24px;
    height: 27px;
    background: url('/img/event/9191/pc/step_icon.png') center no-repeat;
}

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

.event_container .main_title h3 {
    line-height: 1.45;
    margin: 2px 0 0;
    letter-spacing: -0.06em;
    color: #000;
    font-size: 46px;
    font-family: 'noto7';
}

.event_container .main_title h3 em {
    position: relative;
    font-family: 'noto7';
    color: #1239ec;
    z-index: 1;
}

.event_container .main_title h3 em::before {
    clear: both;
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 102%;
    height: 58px;
    background: #c3f5fd;
    z-index: -1;
}

@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 floating_up {
    0% {
        transform: translateY(0);
    }
    25% {
        transform: translateY(-150px);
    }
    50% {
        transform: translateY(0);
    }
    75% {
        transform: translateY(150px);
    }
    100% {
        transform: translateY(0);
    }
}

@keyframes floating_down {
    0% {
        transform: translateY(0);
    }
    25% {
        transform: translateY(150px);
    }
    50% {
        transform: translateY(0);
    }
    75% {
        transform: translateY(-150px);
    }
    100% {
        transform: translateY(0);
    }
}

/* 근거확인 */
.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_cont_1 {
    height: 882px;
    background: #0d2fd7;
    overflow: hidden;
}

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

.event_cont_1 .top_title {
    transform: translateX(6px);
}

.event_cont_1 .card_wrap {
    position: absolute;
    top: -197px;
    left: -184px;
    animation: floating_up 6s linear infinite;
}

.event_cont_1 .card_wrap.r_card {
    left: auto;
    right: -207px;
    animation: floating_down 6s linear infinite;
}

.event_cont_1 .card_wrap li + li {
    margin-top: 22px;
}

/* .event_cont_1 .card_wrap.r_card li + li {
    margin-top: 17px;
} */

.event_cont_2 {
    height: 980px;
    background: url('/img/event/9191/pc/con_1_bg.png') center no-repeat, linear-gradient(to bottom, #000d5b, #0324c6);
}

.event_cont_2 .main_inner {
    padding-top: 114px;
}

.event_cont_2 .main_title h3 {
    transform: translateX(5px);
    color: #fff;
}

.event_cont_2 .con_1_graph_wrap {
    position: relative;
    width: 100%;
    margin: 55px 0 0 2px;
}

.event_cont_2 .con_1_graph_wrap .con_1_img {
    position: absolute;
    top: 40px;
    right: -154px;
}

.event_cont_3 {
    height: 980px;
    background: #000d4e url('/img/event/9191/pc/con_2_bg.png') center no-repeat;
}

.event_cont_3 .main_inner {
    padding-top: 117px;
}

.event_cont_3 .main_title h3 {
    transform: translateX(2px);
    color: #fff;
}

.event_cont_3 .main_title h3 em {
    font-family: 'noto4';
    color: #fff;
}

.event_cont_3 .main_title h3 em::before {
    display: none;
}

.event_cont_3 .con_2_img {
    margin-top: 43px;
}

.event_cont_3 .event_3_slide_wrap {
    position: absolute;
    top: 321px;
    left: 50%;
    transform: translateX(-50%);
    width: 734px;
    height: 122px;
    box-sizing: border-box;
}

.event_cont_3 .event_3_slide {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.event_cont_3 .event_3_slide .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    font-family: 'noto7';
    font-size: 48px;
    letter-spacing: -0.06em;
    line-height: 1;
    text-align: center;
    color: #000;
    opacity: 0;
    transition: 0.5s;
}

.event_cont_3 .event_3_slide .swiper-slide-active {
    opacity: 1;
}

.event_cont_3 .btm_txt {
    margin-top: 80px;
    font-family: 'noto7';
    font-size: 55px;
    letter-spacing: -0.06em;
    line-height: 1;
    text-align: center;
    color: #79fff9;
}

.event_cont_4 {
    height: 1140px;
    background: #fff;
}

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

.event_cont_4 .main_title h3 {
    transform: translateX(4px);
}

.event_cont_4 .event_slide_wrap {
    width: 1640px;
    margin-top: 50px;
    overflow: hidden;
}

.event_cont_4 .event_slide {
    position: relative;
    width: 100%;
    height: 671px;
    margin-left: 10px;
}

.event_cont_4 .event_slide .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 583px;
    height: 671px;
    transform: scale(0.85);
    opacity: 0.2;
}

.event_cont_4 .event_slide .swiper-slide-active {
    transform: scale(1);
    opacity: 1;
}

.event_cont_4 .event_slide .swiper-slide img {
    width: 475px;
    height: 549px;
    width: 100%;
    height: 100%;
}

.event_cont_4 .event_slide .swiper-slide-active img {
    width: 100%;
    height: 100%;
}

.event_cont_4 .event_slide .swiper-button-next,
.event_cont_4 .event_slide .swiper-button-prev {
    width: 84px;
    height: 84px;
    top: 46%;
    left: 30%;
    background-image: url('/img/event/9191/pc/prev.png');
    background-position: center;
    background-size: contain;
}

.event_cont_4 .event_slide .swiper-button-next {
    right: 30.5%;
    left: auto;
    background-image: url('/img/event/9191/pc/next.png');
}

.event_cont_5 {
    height: 1400px;
    background: #e4f1ff;
}

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

.event_cont_5 .main_title h3 {
    transform: translateX(5px);
}

.event_cont_5 .main_tab_wrap {
    width: 100%;
    margin-top: 55px;
}

.event_cont_5 .tab_menu {
    display: flex;
    flex-wrap: wrap;
    gap: 14px 12px;
    width: 100%;
}

.event_cont_5 .tab_menu button {
    width: 210px;
    height: 66px;
    border-radius: 10px;
    background: #fff;
    font-family: 'noto5';
    font-size: 21px;
    letter-spacing: -0.065em;
    line-height: 1;
    color: #b3b3b3;
}

.event_cont_5 .tab_menu button.is_active {
    background: #1239ec;
    color: #fff;
}

.event_cont_5 .tab_content {
    display: none;
    margin-top: 49px;
}

.event_cont_5 .tab_content.is_active {
    display: block;
}

.event_cont_5 .tab_content .tab_cont_wrap {
    display: flex;
    justify-content: space-between;
}

.event_cont_5 .tab_content .tab_cont_wrap .txt_wrap {
    width: calc(100% - 631px);
}

.event_cont_5 .tab_content .tab_cont_wrap .txt_wrap h3 {
    margin: 26px 0 0 3px;
    font-family: 'noto7';
    font-size: 57px;
    letter-spacing: -0.065em;
    line-height: 1;
    color: #1239ec;
}

.event_cont_5 .tab_content .tab_cont_wrap .link_btn {
    display: block;
    width: 365px;
    height: 63px;
    margin-top: 36px;
    border-radius: 60px;
    background: #000;
    font-family: 'noto7';
    font-size: 21px;
    letter-spacing: -0.065em;
    line-height: 60px;
    text-align: center;
    color: #fff;
}

.event_cont_5 .tab_content .tab_cont_wrap .content_text {
    padding: 30px 0 0 20px;
}

.event_cont_5 .tab_content .tab_cont_wrap .content_text li {
    font-family: 'noto5';
    font-size: 19px;
    letter-spacing: -0.07em;
    line-height: 1.2;
    color: #525253;
}

.event_cont_5 .tab_content .tab_cont_wrap .content_text li + li {
    margin-top: 15px;
}

.event_cont_5 .event_video {
    display: flex;
    justify-content: center;
    position: relative;
    width: 631px;
    height: 359px;
}

.event_cont_5 .video_box_wrap {
    position: absolute;
    top: 0;
    right: 0;
}

.event_cont_5 .video_box_wrap .btn_video,
.event_cont_5 .video_box_wrap iframe {
    display: block;
    width: 631px;
    height: 359px;
}

/* .event_cont_5 .video_box_wrap .btn_video::after {
    content: '';
    position: absolute;
    top: 212px;
    right: 275px;
    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_5 .vertical_review_slide_wrap {
    position: relative;
    width: 100%;
    height: 300px;
    margin-top: 47px;
    padding: 34px 50px 34px 58px;
    border-radius: 16px;
    box-sizing: border-box;
    background: #fff;
}

.event_cont_5 .vertical_review_slide_wrap::before {
    clear: both;
    content: '';
    display: block;
    position: absolute;
    bottom: 15px;
    right: 12px;
    width: 98px;
    height: 293px;
    background: url('/img/event/9191/pc/heart.png') center no-repeat;
}

.event_cont_5 .vertical_review_slide {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.event_cont_5 .vertical_review_slide li {
    display: flex;
    align-items: center;
    gap: 17px;
    width: 100%;
}

.event_cont_5 .vertical_review_slide li .icon {
    width: 90px;
    height: 90px;
    background: url('/img/event/9191/pc/stu_01.png') center no-repeat;
}

.event_cont_5 .vertical_review_slide li .icon_1,
.event_cont_5 .vertical_review_slide li .icon_7,
.event_cont_5 .vertical_review_slide li .icon_13,
.event_cont_5 .vertical_review_slide li .icon_19,
.event_cont_5 .vertical_review_slide li .icon_25 {
    background-image: url('/img/event/9191/pc/stu_01.png');
}

.event_cont_5 .vertical_review_slide li .icon_2,
.event_cont_5 .vertical_review_slide li .icon_8,
.event_cont_5 .vertical_review_slide li .icon_14,
.event_cont_5 .vertical_review_slide li .icon_20,
.event_cont_5 .vertical_review_slide li .icon_26 {
    background-image: url('/img/event/9191/pc/stu_02.png');
}

.event_cont_5 .vertical_review_slide li .icon_3,
.event_cont_5 .vertical_review_slide li .icon_9,
.event_cont_5 .vertical_review_slide li .icon_15,
.event_cont_5 .vertical_review_slide li .icon_21,
.event_cont_5 .vertical_review_slide li .icon_27 {
    background-image: url('/img/event/9191/pc/stu_03.png');
}

.event_cont_5 .vertical_review_slide li .icon_4,
.event_cont_5 .vertical_review_slide li .icon_10,
.event_cont_5 .vertical_review_slide li .icon_16,
.event_cont_5 .vertical_review_slide li .icon_22 {
    background-image: url('/img/event/9191/pc/stu_04.png');
}

.event_cont_5 .vertical_review_slide li .icon_5,
.event_cont_5 .vertical_review_slide li .icon_11,
.event_cont_5 .vertical_review_slide li .icon_17,
.event_cont_5 .vertical_review_slide li .icon_23 {
    background-image: url('/img/event/9191/pc/stu_05.png');
}

.event_cont_5 .vertical_review_slide li .icon_6,
.event_cont_5 .vertical_review_slide li .icon_12,
.event_cont_5 .vertical_review_slide li .icon_18,
.event_cont_5 .vertical_review_slide li .icon_24 {
    background-image: url('/img/event/9191/pc/stu_06.png');
}

.event_cont_5 .vertical_review_slide li .txt_wrap .cat_name {
    /* margin-top: 7px; */
    font-family: 'noto4';
    font-size: 17px;
    letter-spacing: -0.065em;
    line-height: 1;
    color: #7e7e7e;
}

.event_cont_5 .vertical_review_slide li .txt_wrap .cat_name em {
    font-family: 'noto6';
}

.event_cont_5 .vertical_review_slide li .txt_wrap .review_txt {
    margin-top: 11px;
    font-family: 'noto4';
    font-size: 18px;
    letter-spacing: -0.065em;
    line-height: 1.3;
    color: #000;
}

.event_cont_5 .vertical_review_slide li .txt_wrap .review_txt em {
    font-family: 'noto7';
    color: #1239ec;
}

.event_cont_6 {
    height: 1217px;
    background: linear-gradient(to bottom, #42faf2, #39e4f4);
}

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

.event_cont_6 .main_title > span {
    color: #2a3cb5;
    transform: translate(-11px, -1px);
}

.event_cont_6 .main_title h3 {
    transform: translateX(5px);
}

.event_cont_6 .event_coupon {
    position: relative;
    width: 100%;
    margin-top: 15px;
}

.event_cont_6 .event_coupon::before {
    clear: both;
    content: '';
    display: block;
    position: absolute;
    top: 39.5%;
    left: 52.8%;
    transform: translate(-50%, -50%);
    width: 1346px;
    height: 670px;
    background: url('/img/event/9191/pc/conpetti.png') center no-repeat;
}

.event_cont_6 .event_coupon .coupon {
    padding-left: 25px;
    margin: 0 auto;
    animation: floating 1s ease-in infinite;
}

.event_cont_6 .event_coupon .coupon_bullet {
    position: absolute;
    top: 48px;
    right: 99px;
}

.event_cont_6 .event_coupon .btn_coupon {
    position: relative;
    display: block;
    width: 521px;
    height: 76px;
    margin: -20px auto 0;
    border-radius: 12px;
    background: #000 url('/img/event/9191/pc/download_icon.png') center right 160px no-repeat;
    font-family: 'noto6';
    font-size: 26px;
    letter-spacing: -0.035em;
    line-height: 1;
    text-indent: -15px;
    color: #fff;
    transform: translateX(3px);
}

/* .event_cont_6 .event_coupon .btn_coupon::after {
    content: '';
    position: absolute;
    top: 63px;
    right: 59px;
    width: 50px;
    height: 44px;
    background: url('/img/event/8961/pc/btn_icon.png') no-repeat 0 0 / contain;
    animation: pointerBounceDiagonal 0.8s ease infinite;
} */

.event_cont_6 .event_coupon .coupon_noti {
    margin-top: 20px;
    font-family: 'noto3';
    font-size: 13px;
    letter-spacing: -0.045em;
    line-height: 1.7;
    text-align: center;
    color: #313131;
}

.event_cont_7 {
    background: #e4f1ff;
}

.event_cont_7 .main_inner {
    padding: 116px 0 155px;
}

.event_cont_7 .main_title h3 {
    font-size: 40px;
    line-height: 1.35;
}

.event_cont_7 .main_title h3 em {
    font-size: 50px;
}

.event_cont_7 .link_wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 24px 30px;
    width: 100%;
    margin-top: 58px;
}

.event_cont_7 .link_wrap li {
    position: relative;
    width: calc((100% - 60px) / 3);
    height: 164px;
    border-radius: 20px;
    border: 1px solid #dedede;
    box-sizing: border-box;
    background: #fff;
}

.event_cont_7 .link_wrap li::after {
    clear: both;
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    right: 24px;
    transform: translateY(-50%);
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #2cd1c7 url('/img/event/9140/pc/arrow.png') center no-repeat;
}

.event_cont_7 .link_wrap li a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 28px 0 0 26px;
    box-sizing: border-box;
}

.event_cont_7 .link_wrap li a span {
    display: inline-block;
    margin-bottom: 16px;
    padding: 0 20px;
    border: 2px solid #2cd1c7;
    border-radius: 50px;
    box-sizing: border-box;
    font-family: 'noto6';
    font-size: 20px;
    letter-spacing: -0.025em;
    line-height: 35px;
    color: #2cd1c7;
}

.event_cont_7 .link_wrap li a p {
    font-family: 'noto6';
    font-size: 35px;
    letter-spacing: -0.065em;
    line-height: 1;
}

.event_cont_8 {
    height: 1198px;
    background: #1773f8;
}

.event_cont_8 .main_inner {
    position: relative;
    height: fit-content;
    padding-top: 135px;
    box-sizing: border-box;
}

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

.event_cont_8 .info_wrap {
    display: flex;
    gap: 44px;
    width: 100%;
    margin-top: 55px;
}

.event_cont_8 .info_wrap li {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 132px;
    border-radius: 10px;
    box-shadow: 0 5px 7px rgba(0, 0, 0, 0.16);
    background: #fff;
}

.event_cont_8 .info_wrap li p,
.event_cont_8 .info_wrap li p span {
    font-family: 'noto4';
    font-size: 25px;
    letter-spacing: -0.065em;
    line-height: 1.1;
}

.event_cont_8 .info_wrap li p em {
    font-family: 'noto7';
    font-size: 55px;
    letter-spacing: -0.065em;
    line-height: 1;
}

.event_cont_8 .info_wrap li p span {
    line-height: 2;
}

.event_cont_8 .info_noti {
    margin-top: 26px;
    font-family: 'noto4';
    font-size: 15px;
    letter-spacing: -0.025em;
    line-height: 1.2;
    text-align: center;
    color: #e1e1e1;
}

.event_cont_8 .event_review_slide {
    margin-top: 43px;
    margin-left: -65px;
}

.event_cont_8 .event_review_slide .swiper-slide {
    width: 408px;
}

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

/* 시작 영역 */
.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: #77fff9;
}
.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('/img/event/9191/pc/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;
    right: 97px;
    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: #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%;
    padding-bottom: 30px;
    border-bottom: 2px solid #000;
    text-indent: -2px;
    letter-spacing: -0.08em;
    font-size: 50px;
    font-family: 'noto6';
}

.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 dd + dt {
    margin-top: 30px;
}

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

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