@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 {
    font-family: 'noto4';
    font-size: 24px;
    letter-spacing: -0.04em;
    color: #111111;
}

.event_container .main_title h3 {
    display: block;
    margin-top: 12px;
    line-height: 1.1;
    letter-spacing: -0.04em;
    font-size: 44px;
    font-family: 'noto7';
    font-weight: normal;
    color: #111111;
    transform: translateX(3px);
}

@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: 960px;
    background: url('/img/event/9238/pc/top.png') center top no-repeat;
}

.event_cont_2 {
    height: 984px;
    background: url('/img/event/9238/pc/con01.png') center top no-repeat;
}

.event_cont_2 .evidence_area {
    position: absolute;
    top: 308px;
    left: 0;
}

.event_cont_2 .evidence_popup_area {
    right: auto;
    left: 0;
}

.event_cont_2 .evidence_btn {
    width: 77px;
    height: 34px;
    opacity: 0;
}

.event_cont_3 {
    height: 917px;
    background: url('/img/event/9238/pc/con02.png') center top no-repeat;
}

.event_cont_3 .btn_coupon {
    position: absolute;
    bottom: 158px;
    left: 50%;
    transform: translateX(-50%);
    width: 360px;
    height: 70px;
}

.event_cont_3 .btn_coupon::after {
    content: '';
    position: absolute;
    top: 43px;
    right: -19px;
    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_4 {
    height: 1423px;
    background: url('/img/event/9238/pc/con03.png') center top no-repeat;
}

.event_cont_4 .btn_share {
    position: absolute;
    bottom: 245px;
    left: 50%;
    transform: translateX(-50%);
    width: 440px;
    height: 70px;
}

.event_cont_4 .btn_share::after {
    content: '';
    position: absolute;
    top: 43px;
    right: -19px;
    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_4 .event_desc {
    position: absolute;
    top: 1202px;
    left: 50%;
    width: 100%;
    transform: translateX(-50%);
    font-family: 'noto3';
    font-size: 16px;
    letter-spacing: -0.04em;
    line-height: 1.7;
    text-align: center;
    color: #7b4a31;
}

.event_cont_5 {
    background: #fff7f5;
}

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

.event_cont_5 .main_title h3 em {
    display: inline-block;
    width: 233px;
    height: 54px;
    background: linear-gradient(to right, #ff5500, #ff8e0d);
    font-family: 'noto6';
    color: #fff;
}

.event_cont_5 .link_wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 16px 10px;
    width: 100%;
    margin-top: 70px;
}

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

.event_cont_5 .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: #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: 36px 0 0 26px;
    box-sizing: border-box;
}

.event_cont_5 .link_wrap li a span {
    display: inline-block;
    margin-bottom: 13px;
    padding: 0 15px;
    border: 2px solid #ff961f;
    border-radius: 50px;
    box-sizing: border-box;
    font-family: 'noto3';
    font-size: 19px;
    letter-spacing: -0.025em;
    line-height: 29px;
    color: #ff961f;
}

.event_cont_5 .link_wrap li a p {
    font-family: 'noto6';
    font-size: 33px;
    letter-spacing: -0.065em;
    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;
    }
}
