@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 a:hover,
.event_container a:focus {
    text-decoration: none;
}

.event_container p,
.event_container h3,
.event_container strong {
    font-weight: normal;
    line-height: 1;
}

.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;
    width: 100%;
}

.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 p {
    line-height: 1.2;
    letter-spacing: -0.045em;
    font-size: 51px;
    font-family: 'noto5';
}

.event_container .main_title h3 {
    line-height: 1.3;
    letter-spacing: -0.035em;
    font-size: 56px;
    font-family: 'noto7';
    font-weight: normal;
}

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

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

@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 bounceIn {
    0%,
    20%,
    40%,
    60%,
    80%,
    to {
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    0% {
        opacity: 0;
        transform: scale3d(0.3, 0.3, 0.3);
    }

    20% {
        transform: scale3d(1.1, 1.1, 1.1);
    }

    40% {
        transform: scale3d(0.9, 0.9, 0.9);
    }

    60% {
        opacity: 1;
        transform: scale3d(1.03, 1.03, 1.03);
    }

    80% {
        transform: scale3d(0.97, 0.97, 0.97);
    }

    to {
        opacity: 1;
        transform: scaleX(1);
    }
}

@keyframes blink3 {
    0%,
    49% {
        opacity: 0;
    }
    50%,
    100% {
        opacity: 1;
    }
}

/* 타이머 */
.event_container .event_timer_area {
    position: fixed;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 85px;
    border-top: 2px solid #ff9023;
    box-sizing: border-box;
    background: #000;
    z-index: 10;
}

.event_container .event_timer_area .main_inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
    width: 1100px;
    height: 100%;
    padding: 0 22px 0 54px;
    border-radius: 16px;
    box-sizing: border-box;
    white-space: nowrap;
}

.event_container .event_timer_area p {
    line-height: 0.9;
    letter-spacing: -0.015em;
    color: #ff9023;
    font-size: 30px;
    font-family: 'noto4';
    text-align: center;
}

.event_container .event_timer_area p em {
    font-family: 'noto6';
}

.event_container .event_timer_area p span {
    font-family: 'noto6';
    font-style: italic;
    font-size: 22px;
    letter-spacing: 0.005em;
    color: #fff;
}

.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: 24px;
    height: 100%;
    padding: 0 0 0 37px;
    box-sizing: border-box;
}

.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 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 60px;
    padding-top: 8px;
    border-radius: 5px;
    box-sizing: border-box;
    background: linear-gradient(to bottom, #ffffff 50%, #dddddd 50%);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    line-height: 68px;
    border-radius: 4px;
    text-align: center;
    color: #000;
    font-size: 40px;
    font-family: 'market-b';
}

.event_container .event_timer_area .event_timer > div::after {
    clear: both;
    content: ':';
    display: block;
    position: absolute;
    right: -16px;
    top: 55%;
    transform: translateY(-50%);
    font-family: 'market-b';
    font-size: 32px;
    font-weight: bold;
    color: #bbbbbb;
}

.event_container .event_timer_area .event_timer .timer_seconds::after {
    display: none;
}

.event_container .event_timer_area .btn_go {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 207px;
    height: 43px;
    padding: 0 31px 0 32px;
    border-radius: 8px;
    letter-spacing: -0.035em;
    color: #000;
    font-size: 20px;
    font-family: 'noto7';
    background: #ff9023;
}

.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_container .event_floating_wrap {
    display: flex;
    justify-content: flex-end;
    position: fixed;
    top: 252px;
    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: 100px;
}

.event_container .event_floating {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 14px;
    width: 222px;
    height: 267px;
    background: url('/img/event/9182/pc/quick.png') no-repeat left bottom;
    pointer-events: auto;
}

.event_container .event_floating button,
.event_container .event_floating a {
    display: block;
    width: 100%;
}

.event_container .event_floating .btn_scroll_1 {
    flex: 0 0 auto;
    height: 87px;
    background: no-repeat 0 0;
    animation: blink 4s infinite;
}

.event_container .event_floating .btn_scroll_2 {
    height: 87px;
}

.event_container .event_floating .btn_scroll_3 {
    height: 69px;
}

/* 근거확인 */
.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 {
    width: 100%;
    height: 1198px;
    background: url('/img/event/9182/pc/top.png') center top no-repeat;
}

.event_cont_1 .main_inner {
    padding: 130px 0 0;
}

.event_cont_1 .top_txt h3 {
    display: block;
    margin: -4px 0 0 -8px;
    font-family: 'noto7';
    font-size: 75px;
    font-weight: normal;
    letter-spacing: -0.035em;
    text-align: center;
    line-height: 1;
    color: #e1e0e0;
}

.event_cont_1 .top_txt p {
    margin: 13px 0 8px -6px;
    padding: 0 4px;
    background: rgba(0, 0, 0, 0.45);
    font-family: 'noto3';
    font-size: 14px;
    letter-spacing: -0.055em;
    text-align: center;
    color: #8e8e8e;
}

.event_cont_1 .top_title {
    margin-left: -2px;
}

.event_cont_1 .btn_scroll_1 {
    position: absolute;
    bottom: 327px;
    left: 50%;
    transform: translateX(-50%);
    width: 689px;
    height: 73px;
}

.event_cont_1 .btn_scroll_1::before {
    content: '';
    position: absolute;
    top: 31px;
    right: 100px;
    width: 56px;
    height: 65px;
    background: url('/img/event/8961/pc/btn_icon.png') no-repeat 0 0 / contain;
    /* animation: pointerBounceDiagonal 0.8s ease infinite; */
}

.event_cont_2 {
    height: 1562px;
    background: url('/img/event/9182/pc/event_01_bg.png') center top no-repeat;
}

.event_cont_2 .main_inner {
    padding: 142px 0 0;
}

.event_cont_2 img {
    margin-left: -105px;
}

.event_cont_3 {
    background: #15070b;
}

.event_cont_3 .main_inner {
    /* align-items: flex-start; */
    width: 1388px;
    padding: 87px 0 137px;
}

.event_cont_4 {
    height: 1416px;
    background: url('/img/event/9182/pc/event_03_bg.png') center top no-repeat;
}

.event_cont_4 .main_inner {
    padding: 65px 0 186px;
}

.event_cont_4 img {
    margin-left: 33px;
}

.event_cont_4 .event_03_txt {
    position: absolute;
    top: 517px;
    left: 49.5%;
    transform: translate(-50%, 100px);
    margin-left: 0;
    opacity: 0;
    transition: 0.5s;
}

.event_cont_4 .event_03_txt.is_active {
    transform: translate(-50%, 0);
    opacity: 1;
}

.event_cont_5 {
    height: 1875px;
    background: url('/img/event/9182/pc/event_04_bg.png') center top no-repeat;
}

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

.event_cont_5 .main_title h3 {
    font-family: 'noto7';
    font-size: 63px;
    letter-spacing: -0.05em;
    line-height: 1.1;
    text-align: center;
    color: #ffffff;
}

.event_cont_5 .main_title h3 span {
    display: inline-block;
    margin-top: 10px;
    vertical-align: text-top;
    font-size: 30px;
    color: #ffd700;
}

.event_cont_5 .main_title h3 em {
    font-family: 'noto7';
    color: #ffd700;
}

.event_cont_5 .main_title p {
    position: relative;
    width: fit-content;
    margin: 72px auto 0;
    padding: 5px 60px;
    background: #000000;
    font-family: 'noto4';
    font-size: 28px;
    letter-spacing: -0.025em;
    line-height: 1;
    text-align: center;
    color: #fff9f0;
}

.event_cont_5 .main_title p::before,
.event_cont_5 .main_title p::after {
    clear: both;
    content: '';
    display: block;
    position: absolute;
    top: 59%;
    left: -71px;
    transform: translateY(-50%);
    width: 165px;
    height: 172px;
    background: url('/img/event/9182/pc/siren_icon.png') center no-repeat;
    animation: blink3 1s ease infinite;
}

.event_cont_5 .main_title p::after {
    left: auto;
    right: -64px;
}

.event_cont_5 .main_title p em {
    font-family: 'noto6';
}

.event_cont_5 .event_bene_wrap {
    position: relative;
}

.event_cont_5 .event_04_1 {
    margin: 68px 0 20px;
}

.event_cont_5 .price_box {
    position: absolute;
    top: 579px;
    left: 350px;
    font-family: 'noto6';
    font-size: 23px;
    letter-spacing: -0.015em;
    color: #747474;
}

.event_cont_5 .price_box::after {
    clear: both;
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 155px;
    height: 7px;
    background: url('/img/event/9182/pc/arrow.png') center no-repeat;
}

.event_cont_5 .discount_price_box {
    position: absolute;
    top: 556px;
    right: 371px;
    font-family: 'noto7';
    font-size: 56px;
    letter-spacing: -0.015em;
    line-height: 1;
    color: #ffffff;
}

.event_cont_5 .discount_price_box .discount_price {
    font-family: 'noto7';
}

.event_cont_5 .btn-apply {
    display: block;
    width: 857px;
    height: 251px;
    margin: 15px auto 0;
    border-radius: 80px;
    background: url('/img/event/9182/pc/event_btn.png') center no-repeat;
    font-family: 'noto5';
    font-size: 28px;
    letter-spacing: -0.025em;
    line-height: 1;
    text-align: center;
    color: #fff;
    transform: translateX(5px);
}

.event_cont_5 .btn-apply::before {
    content: '';
    position: absolute;
    top: 74px;
    right: 100px;
    width: 56px;
    height: 65px;
    background: url('/img/event/8961/pc/btn_icon.png') no-repeat 0 0 / contain;
    animation: pointerBounceDiagonal 0.8s ease infinite;
}

.event_cont_5 .btn-apply p {
    margin-top: -60px;
}

.event_cont_6 {
    height: 1317px;
    background: url('/img/event/9182/pc/event_05_bg.png') center top no-repeat;
}

.event_cont_6 .main_inner {
    padding: 135px 0 186px;
}

.event_cont_6 .event_05_txt {
    margin-left: 8px;
    margin-bottom: 17px;
}

.event_cont_6 .trophy_img {
    margin-left: -30px;
    margin-bottom: 59px;
    animation: floating 1.5s ease infinite;
}

.event_cont_6 .event_05_title {
    margin-left: -5px;
}

/* 시작 영역 */
.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: #ffae00;
}
.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;
    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: #3c3424;
    line-height: 1.1;
    padding: 6px 6px 1px;
    border: 1px solid #ffae00;
    border-radius: 3px;
    letter-spacing: -0.025em;
    color: #ffae00;
    cursor: pointer;
}

/* 유의사항 */
.event_notice {
    /* padding: 163px 0 100px; */
    padding: 100px 0;
    background: #f5f5f5;
}

.event_notice .main_inner {
    width: 1100px;
    margin: 0 auto;
}

.event_notice .notice_title {
    display: block;
    width: 100%;
    border-bottom: 2px solid #000;
    text-indent: -2px;
    letter-spacing: -0.08em;
    font-size: 50px;
    font-family: 'noto5';
    line-height: 1.5;
}

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

@media (min-width: 2560px) {
    .event_cont_1 {
        background: url('/img/event/9182/pc/top_bg.png') center top / cover no-repeat;
    }
}

/* 상담 팝업 :: s */
.event_fmb_popup_cont {
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    inset: 0;
    z-index: 999;
}

.event_fmb_popup_cont .event_fmb_popup_bg {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
}

.event_fmb_popup_cont .event_fmb_popup_wrap {
    position: relative;
    width: 605px;
    height: 78%;
    padding: 57px 56px 58px 52px;
    border-radius: 16px;
    box-sizing: border-box;
    background: #fff;
    overflow-y: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.event_fmb_popup_cont .event_fmb_popup_wrap::-webkit-scrollbar {
    display: none;
}

.event_fmb_popup_wrap .popup_header {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 40px;
}

.event_fmb_popup_wrap .popup_header .header_title {
    font-family: 'noto7';
    font-size: 34px;
    line-height: 1.4;
    text-align: center;
}

.event_fmb_popup_wrap .popup_header .popup_close {
    position: absolute;
    top: 16px;
    right: 15px;
    width: 33px;
    height: 33px;
    border: none;
    background: #999999;
    font-size: 27px;
    line-height: 1;
    color: #fff;
    cursor: pointer;
}

.event_fmb_popup_wrap form .form_row_wrap {
    margin-bottom: 36px;
}

.event_fmb_popup_wrap form .form_row {
    display: flex;
    align-items: center;
    gap: 12px;
}

.event_fmb_popup_wrap form .form_row .form_row_txt {
    width: 102px;
    font-family: 'noto5';
    font-size: 17px;
    letter-spacing: -0.04em;
    text-align: center;
}

.event_fmb_popup_wrap form .form_row .form_row_txt.red {
    color: #ff3a2a;
}

.event_fmb_popup_wrap form .form_row_input {
    display: flex;
    align-items: center;
    margin-bottom: 16px;
}

.event_fmb_popup_wrap form .form_row_select {
    margin-bottom: 21px;
}

.event_fmb_popup_wrap form .form_row_input input,
.event_fmb_popup_wrap form .form_row_input select {
    width: 382px;
    height: 50px;
    padding: 12px 14px;
    border: 1px solid #dadada;
    border-radius: 4px;
    background: #f6f6f6;
    font-family: 'noto4';
    font-size: 17px;
    letter-spacing: -0.04em;
    line-height: 1;
    box-sizing: border-box;
}

.event_fmb_popup_wrap form .form_row_input input::placeholder {
    color: #dadada;
}

.event_fmb_popup_wrap form .form_row_input input:focus {
    border-color: #6836dd;
    box-shadow: 0 0 0 2px rgba(104, 54, 221, 0.2);
    outline: none;
}

.event_fmb_popup_wrap form .form_row_input select::-ms-expand {
    display: none;
}
.event_fmb_popup_wrap form .form_row_input select {
    -o-appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #f6f6f6 url('/img/event/9182/pc/fmb_arrow.png') calc(100% - 15px) center no-repeat;
}

.event_fmb_popup_wrap form .chkbox_wrap {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 10px;
    width: 100%;
}

.event_fmb_popup_wrap form .chkbox_wrap .chk_input_wrap {
    display: flex;
    width: 100%;
    padding: 0 0 0 85px;
}

.event_fmb_popup_wrap form .chkbox_wrap .chk_input_wrap input[type='checkbox'] {
    display: none;
}

.event_fmb_popup_wrap form .chkbox_wrap .chk_input_wrap label {
    display: flex;
    position: relative;
    width: 248px;
    cursor: pointer;
    font-family: 'noto5';
    font-size: 17px;
    line-height: 1.2;
    letter-spacing: -0.075em;
}

.event_fmb_popup_wrap form .chkbox_wrap .chk_input_wrap label::before {
    content: '';
    display: block;
    width: 18px;
    height: 18px;
    border: 1px solid #000;
    margin: 4px 10px 0 0;
    background: #fff;
}

.event_fmb_popup_wrap form .chkbox_wrap .chk_input_wrap input[type='checkbox']:checked + label::before {
    border: 1px solid #f14e4f;
    background: url('/img/event/9179/pc/input_check.png') no-repeat center center / 100% auto;
}

.event_fmb_popup_wrap form .chkbox_wrap .chk_input_wrap label em {
    margin-left: 7px;
    font-family: 'noto6';
}

.event_fmb_popup_wrap form .chkbox_wrap .chk_input_wrap label em.red {
    color: #ff3a2a;
}

.event_fmb_popup_wrap form .chkbox_wrap .chk_input_wrap .view_more_btn {
    font-family: 'noto4';
    font-size: 14px;
    letter-spacing: -0.075em;
    line-height: 1;
    color: #b0b0b0;
    cursor: pointer;
}

.event_fmb_popup_wrap .evnet_chk_box .agree_chk_p {
    margin-bottom: 7px;
    font-size: 13px;
    letter-spacing: -0.04em;
    line-height: 1.4;
    color: #868686;
}

.event_fmb_popup_wrap .submit_btn {
    width: calc(100% - 26px);
    margin: 38px 28px 50px 14px;
    padding: 14px;
    background-color: #6836dd;
    color: #fff;
    border: none;
    border-radius: 34px;
    font-family: 'noto5';
    font-size: 20px;
    letter-spacing: -0.04em;
    cursor: pointer;
}

.event_fmb_popup_wrap .submit_btn span {
    width: 11px;
    height: 16px;
    background: url('/img/event/9182/pc/fmb_btn_arrow.png') center no-repeat;
}

.event_fmb_popup_wrap .banner_modal_content {
    display: none;
    width: 557px;
    padding: 10px 52px 0px;
    border-radius: 20px;
    text-align: center;
    background: #fff;
}

.event_fmb_popup_wrap .banner_modal_content.on {
    display: block;
}

.event_fmb_popup_wrap .content_title {
    line-height: 1.2;
    letter-spacing: -0.075em;
    font-size: 21px;
    font-family: 'noto7';
}

.event_fmb_popup_wrap .content_table {
    table-layout: fixed;
    width: 100%;
    margin: 22px 0 0;
    border: 1px solid #ddd;
    border-collapse: collapse;
}

.event_fmb_popup_wrap .content_table th,
.event_fmb_popup_wrap .content_table td {
    line-height: 1.2;
    padding: 11px 0 10px;
    text-align: center;
    letter-spacing: -0.075em;
    font-size: 15px;
    font-family: 'noto5';
    font-weight: normal;
}

.event_fmb_popup_wrap .content_table th + th,
.event_fmb_popup_wrap .content_table td + td {
    border-left: 1px solid #ddd;
}

.event_fmb_popup_wrap .content_table thead th {
    background: #f2f2f1;
}

.event_fmb_popup_wrap .content_table tbody {
    border-top: 1px solid #ddd;
}
