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

.event_container .screen_out {
    display: none;
}

.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 {
    letter-spacing: -0.06em;
    color: #000;
    font-size: 40px;
    font-family: 'noto7';
}

.event_container .main_title h3 {
    margin-top: 9px;
    line-height: 1.2;
    letter-spacing: -0.06em;
    font-size: 56px;
    color: #f62641;
    font-family: 'noto7';
}

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

@keyframes scaleIn {
    0% {
        transform: scale(0);
        opacity: 0;
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }
}

@keyframes up {
    0% {
        transform: translateY(100px);
        opacity: 0;
    }
    100% {
        transform: translateY(0px);
        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_cont_1 {
    height: 1062px;
    background: url('/img/event/9254/pc/top.png') center top no-repeat;
}

.event_cont_2 {
    height: 955px;
    background: url('/img/event/9254/pc/cont_01.png') center top no-repeat;
}

.event_cont_2 .btn_coupon {
    position: absolute;
    bottom: 119px;
    left: 50%;
    transform: translateX(-50%);
    width: 700px;
    height: 82px;
}

.event_cont_3 {
    height: 1384px;
    background: url('/img/event/9254/pc/cont_02.png') center top no-repeat;
}

.event_cont_3 .btn_go {
    position: absolute;
    top: 499px;
    right: 259px;
    width: 130px;
    height: 44px;
}

.event_cont_3 .ipt_box {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 28px;
    position: absolute;
    top: 1012px;
    left: 0;
    width: 100%;
}

.event_cont_3 .ipt_answer {
    width: 520px;
    height: 68px;
    text-align: center;
    line-height: 1.2;
    letter-spacing: -0.025em;
    border: none;
    border-radius: 13px;
    color: #000;
    font-size: 27px;
    font-family: 'noto7';
    background: transparent;
}

.event_cont_3 .ipt_answer::placeholder {
    color: #d1d1d1;
}

.event_cont_3 .btn_submit {
    width: 540px;
    height: 81px;
}

.event_cont_4 {
    height: 1082px;
    background: url('/img/event/9254/pc/cont_03.png') center top no-repeat;
}

.event_cont_4 .evidence_area {
    position: absolute;
    top: 221px;
    right: 96px;
}

.event_cont_4 .evidence_area .evidence_btn {
    width: 84px;
    height: 29px;
    opacity: 0;
}

.event_cont_5 {
    background: #ffeeef;
}

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

.event_cont_5 .link_wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 25px 0;
    width: 100%;
    margin-top: 55px;
}

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

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

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

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

.event_cont_5 .link_wrap li a p {
    font-family: 'noto6';
    font-size: 34px;
    letter-spacing: -0.035em;
    line-height: 1;
}

/* 시작 영역 */
.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; */
    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,
    .event_cont_2,
    .event_cont_4,
    .event_cont_5,
    .event_cont_6 {
        background-size: cover;
    }
}
