@charset "UTF-8";

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

.event_container img {
    display: block;
}

.event_container button {
    border: none;
    background: none;
    cursor: pointer;
}

.event_container li {
    float: none;
}

.event_container a:focus {
    text-decoration: 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;
    color: #001136;
}

.event_container .main_title p {
    margin: 42px 0 0;
    line-height: 1.5;
    letter-spacing: -0.045em;
    font-size: 26px;
}

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

.event_container .main_title h3 {
    line-height: 1.37;
    letter-spacing: -0.045em;
    font-size: 50px;
    font-family: 'noto7';
}

@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(-30px);
    }

    100% {
        transform: translateY(0);
    }
}


/* 상단 배너 */
.event_container .event_marquee {
    background: #64fffb;
    overflow: hidden;
}

.event_container .event_marquee .marquee_inner {
    display: inline-flex;
    align-items: center;
    animation: marquee 50s 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: 0;
    width: 100%;
    z-index: var(--z-index-floating, 10);
}

/* 플로팅배너 */
.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 {
    display: block;
    width: 100%;
}

.event_container .event_floating .btn_scroll+.btn_scroll {
    margin: 25px 0 0;
}

/* 타이머 */
.event_timer_area {
    position: fixed;
    bottom: 24px;
    left: 50%;
    transform: translateX(-50%);
    width: 1100px;
    height: 68px;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.65);
    z-index: var(--z-index-floating, 10);
}

.event_timer_area .main_inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
    width: 100%;
    height: 100%;
    padding: 0 64px 0 83px;
    white-space: nowrap;
    border-radius: 10px;
    background: url('/img/event/9351/pc/banner_bottom_progress.png') no-repeat -1100px 0;
    animation: fillBg 5s ease-out infinite;
}

.event_timer_area .timer_text {
    display: flex;
    flex-direction: column;
    gap: 10px;
    position: relative;
    top: -18px;
}

.event_timer_area .timer_text p {
    line-height: 1.2;
    letter-spacing: -0.075em;
    font-size: 22px;
    font-family: 'noto6';
    opacity: 0.89;
}

.event_timer_area .timer_text em {
    color: #ff21fc;
    font: inherit;
}

.event_timer_area .timer_text .timer_label {
    width: 164px;
    margin-left: -20px;
}

.event_timer_area .time_table {
    margin: 0 0 0 72px;
}

.event_timer_area .time_table .sdDateTimer {
    display: flex;
    align-items: center;
    height: 100%;
}

.event_timer_area .time_table .sdDateTimer ul {
    display: flex;
    align-items: center;
    gap: 7px;
    position: relative;
}

.event_timer_area .time_table .sdDateTimer ul li {
    display: flex;
    align-items: center;
    gap: 0;
    padding: 0;
    margin: 0;
}

.event_timer_area .time_table .sdDateTimer span {
    width: auto;
    height: auto;
    line-height: 1.1;
    letter-spacing: -0.03em;
    color: #ff21fc;
    font-size: 37px;
    font-family: 'noto7';
    background: none;
}

.event_timer_area .time_table .sdDateTimer .day::after,
.event_timer_area .time_table .sdDateTimer .hour::after,
.event_timer_area .time_table .sdDateTimer .min::after,
.event_timer_area .time_table .sdDateTimer .sec::after {
    /* content: ''; */
    position: static;
    line-height: 1.1;
    transform: none;
    letter-spacing: -0.03em;
    color: #000;
    font-size: 37px;
    font-family: 'noto5';
}

.event_timer_area .time_table .sdDateTimer .hour::after {
    content: '시간'
}

.event_timer_area .btn_go {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 204px;
    height: 42px;
    line-height: 1;
    margin: 0 0 0 auto;
    border-radius: 10px;
    letter-spacing: -0.05em;
    background: #000;
    color: #fff;
    font-size: 19px;
    font-family: 'noto6';
}

/* 탭 */
.main_tab {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.main_tab .tab_list {
    display: flex;
    width: 100%;
}

.main_tab .tab_list li,
.main_tab .tab_list .btn_tab {
    width: 100%;
}

.main_tab .tab_content {
    display: none;
}

.main_tab .tab_content.is_active {
    display: flex;
    flex-direction: column;
}

/* 근거확인 */
.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_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 {
    background: #c3efef;
}

.event_cont_1 .visual_slide {
    position: absolute;
    top: 275px;
    left: -10px;
    width: 700px;
    height: 104px;
    overflow: hidden;
}

.event_cont_1 .visual_slide .swiper-slide p {
    display: inline-flex;
    align-items: center;
    width: auto;
    height: 104px;
    padding: 0 18px 9px 8px;
    letter-spacing: -0.072em;
    color: #fff;
    font-size: 85px;
    font-family: 'noto7';
    background: #001136;
}

.event_cont_1 .visual_badge {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: absolute;
    top: 160px;
    right: -141px;
    width: 130px;
    height: 130px;
}

.event_cont_1 .visual_badge p {
    line-height: 1.25;
    letter-spacing: -0.04em;
    color: #000;
    font-size: 31px;
    font-family: 'market-b';
}

.event_cont_1 .btn_go {
    position: absolute;
    top: 545px;
    left: 0;
    width: 520px;
    height: 80px;
}

.event_cont_2 {
    background: #fff url('/img/event/9351/pc/worry_bg.jpg') no-repeat center top;
}

.event_cont_2 .main_inner {
    padding: 134px 0 103px;
}

.event_cont_2 .worry_bubbles {
    position: relative;
    width: 100%;
    height: 512px;
    margin: 84px 0 0;
}

.event_cont_2 .worry_bubbles::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: -38px;
    width: 144px;
    height: 144px;
    background: url('/img/event/9351/pc/worry_visual.png') no-repeat 0 0;
    z-index: 1;
}

.event_cont_2 .bubble_item {
    position: absolute;
    left: 0;
    transform: translateY(40px);
    opacity: 0;
    transition: 0.3s ease-in-out;
}

.event_cont_2 .bubble_item_1 {
    top: 0;
    transition-delay: 0.2s;
}

.event_cont_2 .bubble_item_2 {
    top: 220px;
    transition-delay: 0.6s;
}

.event_cont_2 .bubble_item_3 {
    top: 174px;
    transition-delay: 0.4s;
}

.event_cont_2.is_active .bubble_item {
    opacity: 1;
    transform: translateY(0);
}

.event_cont_3 {
    min-height: 1250px;
    background: #c3efef url('/img/event/9351/pc/feature_bg.jpg') no-repeat center top;
}

.event_cont_3 .main_inner {
    padding: 138px 0 80px
}

.event_cont_3 .main_title h3 {
    color: #0007ff;
}

.event_cont_3 .main_title p {
    color: #000;
}

.event_cont_3 .feature_tags {
    position: relative;
    width: 100%;
    height: 500px;
    margin: 82px 0 0;
}

.event_cont_3 .tag_item {
    position: absolute;
    opacity: 0;
    transform: translateY(40px);
    transition: 0.3s ease-out;
}

.event_cont_3.is_active .tag_item {
    opacity: 1;
    transform: translateY(0);
}

.event_cont_3 .tag_item_1 {
    top: 0;
    right: -11px;
    transition-delay: 0.2s;
}

.event_cont_3 .tag_item_2 {
    top: 39px;
    left: 62px;
    transition-delay: 0.3s;
}

.event_cont_3 .tag_item_3 {
    top: 192px;
    left: -45px;
    transition-delay: 0.4s;
}

.event_cont_3 .tag_item_4 {
    top: 193px;
    right: -50px;
    transition-delay: 0.5s;
}

.event_cont_3 .tag_item_5 {
    top: 361px;
    left: -53px;
    transition-delay: 0.6s;
}

.event_cont_3 .tag_item_6 {
    top: 366px;
    right: -25px;
    transition-delay: 0.7s;
}

.event_cont_4 {
    background: #082667;
}

.event_cont_4 .review_noti {
    position: absolute;
    left: 0;
    bottom: 149px;
    width: 100%;
    line-height: 1.25;
    letter-spacing: -0.05em;
    text-align: center;
    color: #fff;
    font-size: 18px;
    font-family: 'noto5';
}

.event_cont_5 {
    background: linear-gradient(to bottom, #fff 1133px, #dfdfdf 1133px, #dfdfdf 1139px, #ececec 1139px);
}

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

.event_cont_5 .introduce_slide {
    position: absolute;
    top: 364px;
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
}

.event_cont_5 .introduce_slide .swiper-slide {
    display: flex;
    width: 358px;
    height: 468px;
    padding: 11px 0 0 16px;
    background: url('/img/event/9351/common/book_shadow.png') no-repeat right bottom;
}

.event_cont_5 .introduce_slide .swiper-slide img {
    width: 310px;
    height: 425px;
}

.event_cont_5 .introduce_slide .swiper-button-prev,
.event_cont_5 .introduce_slide .swiper-button-next {
    top: 223px;
    width: 58px;
    height: 58px;
    background: url('/img/event/9351/pc/btn_next.png') no-repeat 0 0;
}

.event_cont_5 .introduce_slide .swiper-button-prev {
    left: 50%;
    transform: rotate(180deg) translateX(243px);
}

.event_cont_5 .introduce_slide .swiper-button-next {
    right: 50%;
    transform: translateX(228px);
}

.event_cont_5 .introduce_tab {
    position: relative;
    margin: 100px 0 0;
}

.event_cont_5 .btn_tab {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 13px;
    position: relative;
    width: 100%;
    height: 191px;
    padding: 9px 0 0;
    border-bottom: 6px solid transparent;
    text-align: center;
}

.event_cont_5 .btn_tab::before {
    flex: 0 0 auto;
    content: '';
    display: block;
    width: 65px;
    height: 64px;
    background: url('/img/event/9351/pc/introduce_tab_items.png') no-repeat -10px -10px / auto 84px;
    opacity: 0.3;
}

.event_cont_5 .btn_tab_2::before {
    background-position-x: -95px;
}

.event_cont_5 .btn_tab_3::before {
    background-position-x: -180px;
}

.event_cont_5 .btn_tab_4::before {
    background-position-x: -265px;
}

.event_cont_5 .btn_tab+.btn_tab::after {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 182px;
    background: linear-gradient(to bottom, #fff, #cdcecf, #fff);
}

.event_cont_5 .btn_tab p {
    line-height: 1.25;
    letter-spacing: -0.045em;
    color: #c1c3c3;
    font-size: 31px;
    font-family: 'noto6';
}

.event_cont_5 .btn_tab.is_active {
    border-color: #001136;
}

.event_cont_5 .btn_tab.is_active p {
    color: #1c1d1d;
}

.event_cont_5 .btn_tab.is_active::before {
    opacity: 1;
}

.event_cont_5 .tab_content {
    position: relative;
    height: 727px;
    margin: 72px 0 0;
    box-shadow: 0px 0px 32px 0px rgba(0, 0, 0, 0.16);
}

.event_cont_5 .tab_content .introduce_bubble {
    position: absolute;
    transition: 0.4s ease-in-out;
}

.event_cont_5 .tab_content .introduce_bubble_1 {
    transition-delay: 0.2s;
}

.event_cont_5 .tab_content .introduce_bubble_2 {
    transition-delay: 0.3s;
}

.event_cont_5 .tab_content .introduce_bubble_3 {
    transition-delay: 0.4s;
}

.event_cont_5 .tab_content.is_active .introduce_bubble {
    opacity: 1;
    transform: scale(1, 1);
}

@starting-style {
    .event_cont_5 .tab_content.is_active .introduce_bubble {
        opacity: 0;
        transform: scale(0.1, 0.1);
    }
}

.event_cont_5 .tab_content_1 .introduce_bubble_1 {
    top: 27px;
    left: 145px;
}

.event_cont_5 .tab_content_1 .introduce_bubble_2 {
    top: 376px;
    right: 96px;
}

.event_cont_5 .tab_content_2 .introduce_bubble_1 {
    top: 113px;
    left: 120px;
}

.event_cont_5 .tab_content_2 .introduce_bubble_2 {
    top: 143px;
    left: 650px;
}

.event_cont_5 .tab_content_2 .introduce_bubble_3 {
    top: 481px;
    left: 144px;
}

.event_cont_5 .tab_content_3 .introduce_bubble_1 {
    top: 35px;
    left: 353px;
}

.event_cont_5 .tab_content_3 .introduce_bubble_2 {
    top: 403px;
    left: 57px;
}

.event_cont_5 .tab_content_3 .introduce_bubble_3 {
    top: 313px;
    right: 78px;
}

.event_cont_5 .tab_content_4 .introduce_bubble_1 {
    top: 251px;
    left: 313px;
}

.event_cont_5 .tab_content_4 .introduce_bubble_2 {
    top: 497px;
    left: 223px;
}

.event_cont_6 {
    background: linear-gradient(to bottom, #c3efef 513px, #fff 1200px);
}

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

.event_cont_6 .apply_visual {
    position: absolute;
    top: 300px;
    left: -50px;
    width: 1200px;
}

.event_cont_6 .apply_visual .visual_book {
    position: absolute;
    top: 0;
    left: 0;
    animation: floating ease-in 3s infinite;
}

.event_cont_6 .apply_tab {
    margin: 34px 0 0;
}

.event_cont_6 .tab_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 14px 0;
}

.event_cont_6 .tab_list .btn_tab {
    width: 262px;
    height: 72px;
    border-radius: 10px;
    line-height: 1.2;
    letter-spacing: -0.045em;
    color: #fff;
    font-size: 20px;
    font-family: 'noto6';
    background: #e3e3e3;
}

.event_cont_6 .btn_tab.is_active {
    background: #0007ff;
}

.event_cont_6 .tab_content {
    margin: 35px 0 0;
}

.event_cont_6 .apply_list {
    display: flex;
    flex-wrap: wrap;
    gap: 55px 0;
    width: calc(100% + 20px);
}

.event_cont_6 .apply_list .list_item {
    display: flex;
    flex-direction: column;
    width: 280px;
}

.event_cont_6 .apply_list .item_thumb {
    width: 100%;
    height: 365px;
    padding: 4px 0 0 4px;
    background: url('/img/event/9351/common/book_shadow.png') no-repeat 0 0 / 100% auto;
}

.event_cont_6 .apply_list .item_thumb img {
    width: 90%;
}

.event_cont_6 .apply_list .btn_event_apply {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    width: 260px;
    height: 62px;
    border-radius: 10px;
    color: #fff;
    letter-spacing: -0.025em;
    font-size: 19px;
    font-family: 'noto6';
    background: #010713;
    box-shadow: 0px 12px 13px 0px rgba(0, 0, 0, 0.22);
    ;
}

.event_cont_6 .apply_list .btn_event_apply::after {
    content: '';
    display: block;
    width: 22px;
    height: 19px;
    background: url('/img/event/9351/pc/icon_download.png') no-repeat 0 0;
}

/* 시작 영역 */
.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;
    margin: 0;
    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: #40f37e;
}

.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_popup_area {
    right: 0;
    left: auto;
}

.start_cont .evidence_area {
    position: absolute;
    top: 228px !important;
    right: 97px !important;
    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%;
    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 .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 .notice_list .list_item table {
    width: 100%;
    border-collapse: collapse;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
}


.event_notice .notice_list .list_item tr+tr {
    border-top: 1px solid #000;
}

.event_notice .notice_list .list_item th {
    position: relative;
    vertical-align: top;
    font-family: 'noto6';
}

.event_notice .notice_list .list_item th::after {
    content: '';
    position: absolute;
    top: 17px;
    right: 0;
    width: 1px;
    height: 20px;
    margin: 0 10px;
    background: #000;
}

.event_notice .notice_list .list_item th,
.event_notice .notice_list .list_item td {
    padding: 10px 30px;
    word-break: keep-all;
}

.event_notice .btn_go {
    padding: 0 10px;
    margin: 0 6px;
    border-radius: 5px;
    font: inherit;
    color: #fff;
    background: #000;
}

.event_notice .btn_toggle_accordion {
    display: flex;
    align-items: center;
    font: inherit;
}

.event_notice .btn_toggle_accordion::before {
    content: '▼'
}

.event_notice .btn_toggle_accordion.is_active::before {
    transform: rotate(180deg);
}

/* 댓글 게시판 영역 */
.comment_form {
    display: flex;
    flex-direction: column;
    position: relative;
    width: 100%;
    color: #000;
}

.comment_form .comment_input_wrap {
    display: flex;
    position: relative;
    width: 100%;
    height: 80px;
}

.comment_form .wr_content {
    flex: 1 1 auto;
    width: 100%;
    height: 100%;
    padding: 11px 20px 0 30px;
    border: 1px solid #000;
    letter-spacing: -0.06em;
    font-size: 18px;
    font-family: 'noto4';
    background: #fff;
    resize: none;
}

.comment_form .wr_content::placeholder {
    color: #888;
}

.comment_form .ipt_placeholder {
    position: absolute;
    top: 14px;
    left: 30px;
    line-height: 1.4;
    color: #888;
    letter-spacing: -0.06em;
    font-size: 18px;
    font-family: 'noto4';
    pointer-events: none;
}

.comment_form .btn_submit {
    flex: 0 0 auto;
    width: 191px;
    height: 100%;
    letter-spacing: -0.06em;
    color: #fff;
    font-size: 24px;
    font-family: 'noto6';
    background: #000;
}

.comment_list_wrap {
    margin-top: 16px;
    width: 100%;
}

.comment_list_wrap .comment_list {
    width: 100%;
}

.comment_list_wrap .comment_item {
    display: flex;
    align-items: center;
    padding: 21px 50px 23px 0;
    border-bottom: 1px solid #c8c8c8;
}

.comment_list_wrap .comment_author {
    flex: 0 0 auto;
    width: 156px;
    letter-spacing: -0.06em;
    text-align: center;
    font-size: 18px;
    color: #888;
}

.comment_list_wrap .comment_content {
    flex: 1 1 auto;
}

.comment_list_wrap .comment_text {
    width: 100%;
    line-height: 1.6;
    letter-spacing: -0.07em;
    color: #111;
    font-size: 18px;
    font-family: 'noto4';
}

/* 댓글 게시판 페이지네이션 */
.comment_list_wrap .pagination_wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 39px;
    font-size: 14px;
    font-family: tahoma;
    font-weight: 100;
}

.comment_list_wrap .pagination_wrap a {
    position: relative;
    margin: 0 10px;
    padding: 0 5px;
    text-decoration: none;
    color: #ccc;
    font-size: 16px;
    font-family: 'noto6';
}

.comment_list_wrap .pagination_wrap a,
.comment_list_wrap .pagination_wrap a:hover {
    color: #909195;
}

.comment_list_wrap .pagination_wrap a.selected {
    color: #333;
}

.comment_list_wrap .pagination_wrap a.selected:after {
    content: '';
    position: absolute;
    bottom: -0.1em;
    left: 0;
    right: 0;
    width: 105%;
    height: 2px;
    background: #333;
}

.comment_list_wrap .pagination_wrap a.prev,
.comment_list_wrap .pagination_wrap a.next {
    border: 1px solid #ccc;
    box-sizing: border-box;
    width: 22px;
    height: 22px;
    line-height: 22px;
}

.comment_list_wrap .pagination_wrap .del-btn {
    position: absolute;
    top: 10px;
    right: 20px;
    width: 22px;
    height: 22px;
    line-height: 22px;
    text-align: center;
    color: #666;
    font-weight: 100;
    font-family: tahoma;
    font-size: 16px;
    background-color: #ccc;
}

.comment_list_wrap .pagination_wrap a.del-btn:hover {
    color: #666;
}