@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 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 {
    position: relative;
    width: 1100px;
    text-align: center;
}

.event_container .main_title p {
    line-height: 1.2;
    letter-spacing: -0.045em;
    font-size: 44px;
    font-family: 'noto3';
    color: #fff;
}

.event_container .main_title p.step_num {
    width: fit-content;
    margin: 0 auto 20px;
    padding: 10px 36px 12px;
    border: 2px solid #efce4c;
    border-radius: 50px;
    box-sizing: border-box;
    font-family: 'noto7';
    font-size: 25px;
    letter-spacing: -0.045em;
    line-height: 1;
    text-align: center;
    color: #efce4c;
}

.event_container .main_title p.event_desc {
    margin-top: 22px;
    font-family: 'noto3';
    font-size: 21px;
    letter-spacing: -0.045em;
    line-height: 1.2;
    text-align: center;
    color: #ffffff;
    opacity: 0.5;
}

.event_container .main_title h3 {
    line-height: 1.2;
    letter-spacing: -0.045em;
    font-size: 53px;
    font-family: 'noto6';
    color: #fff;
}

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

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

@keyframes marquee-vertical {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-50%);
    }
}

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

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

@keyframes marquee-reverse {
    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 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 scaleIn {
    0% {
        transform: scale(0);
        opacity: 1;
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }
}

/* 우측 퀵메뉴 */
.event_container .event_floating_wrap {
    position: fixed;
    top: 300px;
    right: 0;
    width: 174px;
    z-index: 2;
}

.event_container .event_floating {
    width: 100%;
}

.event_container .event_floating button {
    display: block;
    width: 100%;
    height: 35px;
    padding-left: 12px;
    box-sizing: border-box;
    background: rgba(133, 111, 74, 0.6);
    font-family: 'noto4';
    font-size: 16px;
    letter-spacing: -0.015em;
    line-height: 35px;
    text-align: left;
    color: #908570;
}

.event_container .event_floating button.is_active {
    background: #856f4a;
    font-family: 'noto6';
    color: #fff;
}

.event_container .event_floating button.point_type {
    font-family: 'noto6';
    color: #ffea3c;
}

.event_container .event_floating .btn_scroll + .btn_scroll {
    margin-top: 5px;
}

/* 하단 플로팅 배너 */
.event_bottom_banner {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    position: fixed;
    bottom: 0;
    left: 50%;
    width: 100%;
    height: 110px;
    transform: translateX(-50%);
    z-index: var(--z-index-floating, 10);
    background: #3f7eff;
}

.event_bottom_banner .btn_scroll {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    position: relative;
    height: 110px;
}

.event_bottom_banner .btn_scroll::after {
    content: '';
    position: absolute;
    top: 64px;
    right: 96px;
    width: 80px;
    height: 78px;
    background: url('/img/event/8963/pc/finger.png') no-repeat center / 100% auto;
    animation: pointerBounceDiagonal 0.8s ease infinite;
}

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

.event_cont_0 video {
    display: block;
    width: 100%;
    height: 100%;
}

/* 컨텐츠 */
.event_cont_1 .evidence_area {
    position: absolute;
    top: 92px;
    right: 118px;
}

.event_cont_1 .evidence_btn {
    width: 92px;
    height: 33px;
    opacity: 0;
}

.event_cont_2 {
    position: relative;
    height: 1296px;
    background: url('/img/event/9252/pc/cont_05.png') center no-repeat;
}

.event_cont_2 .main_inner {
    padding-top: 156px;
    box-sizing: border-box;
}

.event_cont_2 .main_title p.step_num {
    padding: 10px 49px 12px;
}

.event_cont_2 .event_list {
    display: flex;
    gap: 77px;
    width: 100%;
    margin-top: 115px;
}

.event_cont_2 .list_item {
    display: flex;
    flex-direction: column;
    gap: 7px;
    position: relative;
    width: 100%;
    height: 248px;
    padding: 36px 0 0 52px;
    border-radius: 15px;
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(10px);
}

.event_cont_2 .list_item_1 {
    background-image: url('/img/event/9178/pc/con_02_benefit_01.png');
}

.event_cont_2 .list_item_2 {
    background-image: url('/img/event/9178/pc/con_02_benefit_02.png');
}

.event_cont_2 .item_category {
    line-height: 1.2;
    letter-spacing: -0.045em;
    color: #fff;
    font-size: 28px;
}

.event_cont_2 .item_data {
    line-height: 1.2;
    letter-spacing: -0.045em;
    font-size: 75px;
    font-family: 'noto7';
    background: linear-gradient(to bottom, #efcd4a 0%, #efa21e 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.event_cont_2 .item_data .count {
    font: inherit;
}

.event_cont_2 .item_noti {
    position: absolute;
    top: calc(100% + 10px);
    left: 0;
    width: 100%;
    text-align: right;
    letter-spacing: -0.045em;
    color: #fff;
    font-size: 13px;
    opacity: 0.3;
}

.event_cont_2 .event_marquee {
    display: inline-flex;
    gap: 33px;
    position: absolute;
    top: 857px;
    left: 0;
    width: 100vw;
    min-width: 1200px;
}

.event_cont_2 .event_marquee ul {
    display: flex;
    gap: 33px;
    animation: marquee 20s linear infinite;
}

.event_cont_3 {
    height: 1671px;
    background: url('/img/event/9252/pc/cont_01.png') center no-repeat;
}

.event_cont_3 .cont_01_title {
    transform: translate(-15px, -29px);
}

.event_cont_3 .event_marquee {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 312px;
    left: -15px;
    width: 1200px;
    height: 400px;
    overflow: hidden;
    -webkit-mask-image: linear-gradient(to top, rgba(0, 0, 0, 1), transparent);
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-image: linear-gradient(to top, rgba(0, 0, 0, 1), transparent);
    mask-repeat: no-repeat;
    mask-size: 100% 100%;
}

.event_cont_3 .marquee_inner {
    display: flex;
    animation: marquee-vertical 50s linear infinite;
}

.event_cont_3 .event_marquee ul {
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: 100%;
}

.event_cont_3 .event_marquee li {
    line-height: 1.2;
    letter-spacing: -0.04em;
    white-space: nowrap;
    color: #c1c1c1;
    font-size: 25px;
}

.event_cont_3 .event_review_slide {
    position: absolute;
    top: 693px;
    left: 0;
    width: 100%;
}

.event_cont_3 .event_review_slide img {
    height: 603px;
}

.event_cont_3 .cont_01_p {
    position: absolute;
    top: 1365px;
    left: 50%;
    transform: translateX(-50%);
    background: radial-gradient(circle, #f3d782, #e4ba38);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: 'noto4';
    font-size: 45px;
    line-height: 1.35;
    letter-spacing: -0.045em;
    white-space: nowrap;
    text-align: center;
    color: #fff;
}

.event_cont_4 {
    height: 1342px;
    background: url('/img/event/9252/pc/cont_02.png') bottom center no-repeat;
}

.event_cont_4 .main_inner {
    /* padding-top: 197px;
    box-sizing: border-box; */
}

.event_cont_4 .main_title {
    margin-top: 140px;
}

.event_cont_4 .event_text {
    line-height: 1.2;
    text-align: center;
    letter-spacing: -0.04em;
    font-size: 46px;
    font-family: 'noto7';
}

.event_cont_4 .event_4_slide_wrap {
    position: absolute;
    top: 627px;
    left: 46%;
    transform: translateX(-50%);
    width: 69%;
    height: 98px;
    box-sizing: border-box;
}

.event_cont_4 .event_4_slide {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.event_cont_4 .event_4_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_4 .event_4_slide .swiper-slide-active {
    opacity: 1;
}

.event_cont_5 {
    height: 1130px;
    background: url('/img/event/9252/pc/cont_03.png') center no-repeat;
}

.event_cont_5 .main_inner {
    padding-top: 140px;
    box-sizing: border-box;
}

.event_cont_5 .main_title p.step_num {
    padding: 10px 46px 12px;
}

.event_cont_5 .event_review_slide {
    width: 100%;
    height: 226px;
    margin-top: 361px;
}

.event_cont_5 .event_review_slide li {
    position: relative;
}

.event_cont_5 .event_review_slide li .popupVideo {
    position: absolute;
    top: 160px;
    left: 175px;
    width: 246px;
    height: 38px;
    cursor: pointer;
}

.event_cont_5 .event_review_slide li .popupVideo a {
    display: block;
    width: 100%;
    height: 100%;
}

.event_cont_6 {
    height: 1679px;
    background: url('/img/event/9252/pc/cont_04.png') center no-repeat;
    overflow: hidden;
}

.event_cont_6 .main_inner {
    height: fit-content;
    padding-top: 126px;
    box-sizing: border-box;
}

.event_cont_6 .main_title p.event_desc {
    margin-top: 27px;
}

.event_cont_6 .teacher_wrap {
    display: flex;
    justify-content: center;
    flex-direction: column;
    gap: 70px;
    width: 100%;
    height: 700px;
    margin-top: 85px;
}

.event_cont_6 .teacher_wrap .big_teacher_slide {
    display: flex;
    gap: 33px;
    width: 100vw;
    min-width: 1200px;
    height: 361px;
}

.event_cont_6 .teacher_wrap .big_teacher_slide ul {
    display: flex;
    gap: 33px;
    width: max-content;
    animation: marquee2 20s linear infinite;
}

.event_cont_6 .teacher_wrap .big_teacher_slide ul li {
    width: 235px;
}

.event_cont_6 .teacher_wrap .sub_teacher_slide {
    display: flex;
    flex-direction: row-reverse;
    gap: 23px;
    width: 100vw;
    min-width: 1200px;
    height: 269px;
}

.event_cont_6 .teacher_wrap .sub_teacher_slide ul {
    display: flex;
    gap: 33px;
    width: max-content;
    animation: marquee-reverse 60s linear infinite;
}

.event_cont_6 .cont_06_img {
    margin: 129px auto 0;
}

.event_cont_8 {
    height: 1639px;
    background: url('/img/event/9252/pc/cont_06.png') center no-repeat;
    overflow: hidden;
}

.event_cont_8 .main_inner {
    padding: 132px 0 180px;
}

.event_cont_8 .main_title p.step_num {
    padding: 10px 50px 12px;
}

.event_cont_8 .shots_slide_wrap {
    width: 100%;
    height: 545px;
    margin-top: 111px;
}

.event_cont_8 .shots_slide {
    position: relative;
    width: 100%;
    height: 100%;
}

.event_cont_8 .shots_slide li {
    width: 307px;
    height: 542px;
    opacity: 1;
}

.event_cont_8 .shots_slide li:not(.swiper-slide-active):not(.swiper-slide-prev):not(.swiper-slide-next) {
    opacity: 0.5;
}

.event_cont_8 .shots_slide .video_box {
    width: 100%;
    height: 100%;
    border-radius: 30px;
    background: url('/img/event/9252/pc/shorts1.png') center no-repeat;
    box-shadow: 20px 20px 20px rgba(59, 43, 88, 0.3);
}

.event_cont_8 .shots_slide .shots_1 .video_box {
    background: url('/img/event/9252/pc/shorts1.png') center no-repeat;
}

.event_cont_8 .shots_slide .shots_2 .video_box {
    background: url('/img/event/9252/pc/shorts2.png') center / 321px auto no-repeat;
}

.event_cont_8 .shots_slide .shots_3 .video_box {
    background: url('/img/event/9252/pc/shorts3.png') center no-repeat;
}

.event_cont_8 .shots_slide .shots_4 .video_box {
    background: url('/img/event/9252/pc/shorts4.png') center no-repeat;
}

.event_cont_8 .shots_slide .shots_5 .video_box {
    background: url('/img/event/9252/pc/shorts5.png') center no-repeat;
}

.event_cont_8 .shots_slide .shots_6 .video_box {
    background: url('/img/event/9252/pc/shorts6.png') center no-repeat;
}

.event_cont_8 .shots_slide .shots_7 .video_box {
    background: url('/img/event/9252/pc/shorts7.png') center no-repeat;
}

.event_cont_8 .shots_slide .shots_8 .video_box {
    background: url('/img/event/9252/pc/shorts8.png') center no-repeat;
}

.event_cont_8 .shots_slide .shots_9 .video_box {
    background: url('/img/event/9252/pc/shorts9.png') center no-repeat;
}

.event_cont_8 .shots_slide .shots_10 .video_box {
    background: url('/img/event/9252/pc/shorts10.png') center no-repeat;
}

.event_cont_8 .shots_slide .shots_11 .video_box {
    background: url('/img/event/9252/pc/shorts11.png') center no-repeat;
}

.event_cont_8 .shots_slide .shots_12 .video_box {
    background: url('/img/event/9252/pc/shorts12.png') center no-repeat;
}

.event_cont_8 .shots_slide .shots_13 .video_box {
    background: url('/img/event/9252/pc/shorts13.png') center no-repeat;
}

.event_cont_8 .shots_slide .shots_14 .video_box {
    background: url('/img/event/9252/pc/shorts14.png') center no-repeat;
}

.event_cont_8 .shots_slide .shots_15 .video_box {
    background: url('/img/event/9252/pc/shorts15.png') center no-repeat;
}

.event_cont_8 .shots_slide .shots_16 .video_box {
    background: url('/img/event/9252/pc/shorts16.png') center no-repeat;
}

.event_cont_8 .shots_slide .video_box * {
    display: block;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.event_cont_8 .cont_08_img {
    margin-top: 128px;
}

.event_cont_9 {
    margin-top: -134px;
}

.event_cont_9 .btn_coupon {
    position: absolute;
    bottom: 180px;
    left: 50.5%;
    transform: translateX(-50%);
    width: 605px;
    height: 84px;
    box-sizing: border-box;
    font-size: 0;
}

.event_cont_9 .btn_coupon::after {
    content: '';
    position: absolute;
    top: 64px;
    right: -5px;
    width: 80px;
    height: 78px;
    background: url('/img/event/8963/pc/finger.png') no-repeat center / 100% auto;
    animation: pointerBounceDiagonal 0.8s ease infinite;
}

.event_cont_10 {
    background: #81a6ff;
}

.event_cont_12 {
    background: #eeeeee;
}

.event_cont_12 .main_inner {
    padding: 160px 0 165px;
}

.event_cont_12 .main_title p,
.event_cont_12 .main_title h3 {
    color: #000;
}

.event_cont_12 .main_title h3 {
    margin-top: 10px;
    font-size: 58px;
    letter-spacing: -0.04em;
}

.event_cont_12 .link_wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 19px 21px;
    width: 100%;
    margin-top: 56px;
}

.event_cont_12 .link_wrap li {
    width: 352px;
    height: 328px;
    padding: 15px;
    border: 1px solid #c2c2c2;
    border-radius: 12px;
    box-sizing: border-box;
    background: #fff;
}

.event_cont_12 .link_wrap li .price_wrap {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    gap: 16px;
    width: 100%;
    margin: 20px 0;
}

.event_cont_12 .link_wrap li .price_wrap .origin_price {
    position: relative;
    box-sizing: border-box;
    font-family: 'noto4';
    font-size: 23px;
    letter-spacing: -0.015em;
    line-height: 1;
    color: #9f9f9f;
}

.event_cont_12 .link_wrap li .price_wrap .origin_price::after {
    clear: both;
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 102%;
    height: 1px;
    background: #9f9f9f;
}

.event_cont_12 .link_wrap li .price_wrap .discount_price {
    position: relative;
    font-family: 'noto7';
    font-size: 32px;
    letter-spacing: -0.045em;
    line-height: 1;
    color: #f32727;
}

.event_cont_12 .link_wrap li .price_wrap .discount_price::before {
    clear: both;
    content: '';
    display: block;
    position: absolute;
    top: -26px;
    right: 35px;
    width: 79px;
    height: 28px;
    background: url('/img/event/9252/pc/cont_08_bullet.png') center no-repeat;
}

.event_cont_12 .link_wrap li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 48px;
    border-radius: 6px;
    background: linear-gradient(to right, #7e45f7, #c219d6);
}

.event_cont_12 .link_wrap li a p {
    display: inline-block;
    font-family: 'noto6';
    font-size: 20px;
    letter-spacing: -0.045em;
    line-height: 48px;
    text-align: center;
    text-indent: -14px;
    color: #fff;
}

.event_cont_12 .link_wrap li a p:hover {
    text-decoration: none;
}

.event_cont_12 .link_wrap li a p::after {
    clear: both;
    content: '>';
    display: inline-block;
    position: absolute;
    margin-left: 5px;
    font-family: 'noto6';
    font-size: 20px;
    letter-spacing: -0.045em;
    line-height: 48px;
    text-align: center;
    text-indent: 0px;
    color: #fff;
}

/* 유의사항 */
.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';
}

.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 dt em {
    font-size: 20px;
}

.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;
    letter-spacing: -0.08em;
    font-size: 18px;
    font-family: 'noto2';
}

/*댓글 영역 css*/
.list-con {
    width: 1100px;
    margin-top: 50px;
    border-top: 2px solid #000000;
    border-bottom: 2px solid #000000;
}
.list-con li {
    display: flex;
    vertical-align: middle;
    border-bottom: 1px solid #000000;
    padding: 24px 0;
    color: #797979;
}
.list-con li > * {
    display: flex;
    margin-bottom: 0;
    vertical-align: middle;
    font-size: 18px;
    color: #787878;
}
.list-con li .list_idx {
    display: inline-block;
    width: 10%;
    text-align: center;
    font-family: 'noto6';
    color: #000000;
}
.list-con li .list_name {
    display: inline-block;
    width: 15%;
    text-align: left;
}
.writeWrap {
    display: flex;
    margin-bottom: 20px;
}
.wr_content {
    width: 908px;
    height: 68px;
    margin: 0 8px 15px 0;
    padding: 25px 12px;
    border: 2px solid #2504ba;
    border-radius: 5px;
    font-size: 20px;
    line-height: 68px;
}
.writeWrap .submit-btn {
    width: 188px;
    height: 69px;
    background: #2504ba;
    color: #ffffff;
    border: none;
    border-radius: 10px;
    font-size: 20px;
    font-family: 'market-b';
}

/*paging*/

.list-page {
    text-align: center;
    font-size: 19px;
    position: relative;
    padding: 50px 0 0;
}
.list-page a.selected,
.list-page a:hover {
    color: black;
}
.list-page a {
    display: inline-block;
    margin: 0 10px;
    height: 15px;
    font-family: 'noto6';
    text-decoration: none;
    color: #ccc;
    padding: 0 5px;
    font-size: 16px;
}
.del-btn {
    display: block;
    position: absolute;
    width: 22px;
    height: 22px;
    font-size: 16px;
    line-height: 22px;
    right: 20px;
    top: 10px;
    color: #666;
    background-color: #ccc;
    font-weight: 100;
    font-family: tahoma;
    text-align: center;
}
a.del-btn:hover {
    color: #666;
}
.list-page {
    font-size: 14px;
    font-family: tahoma;
    font-weight: 100;
}
.list-page a,
.list-page a:hover {
    color: #909195;
}

.list-page a.selected {
    position: relative;
    color: #333333 !important;
}
.list-page a.selected:after {
    display: block;
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    width: 105%;
    height: 2px;
    background: #333333;
}
.list-page a.prev,
.list-page a.next {
    border: 1px solid #cccccc;
    /* padding: 5px; */
    box-sizing: border-box;
    width: 22px;
    height: 22px;
    line-height: 22px;
}

/* 이벤트 팝업 : s */
.info_popup_area {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    z-index: 600;
}
.info_popup_area.is_active {
    display: block;
}
.info_popup_area > * {
    color: #000;
}
.info_popup_area .info_popup_wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}
.info_popup_area .info_popup {
    position: relative;
    max-width: 666px;
    height: 90vh;
    max-height: 567px;
    padding: 45px;
    border: 3px solid #000;
    box-sizing: border-box;
    background: #fff;
}
.info_popup_area .info_popup_inner {
    height: 84%;
    overflow-y: auto;
}
.info_popup_area .close_btn {
    position: absolute;
    top: 5px;
    right: 10px;
    font-family: 'noto7';
    font-size: 20px;
    line-height: 1;
    letter-spacing: -0.065em;
    cursor: pointer;
}
.info_popup_area .info_popup h3 {
    margin-bottom: 16px;
    font-family: 'noto7';
    font-size: 26px;
    letter-spacing: -0.065em;
}
.info_popup_area .info_popup ul {
    width: 100%;
    height: fit-content;
    font-family: 'noto4';
    font-size: 15px;
    line-height: 1.5;
    letter-spacing: -0.065em;
}
.info_popup_area .info_popup ul li {
    float: none;
}
.info_popup_area .info_popup .extention-area {
    margin: 20px 0;
    font-family: 'noto3';
    font-size: 16px;
    letter-spacing: -0.065em;
}
.info_popup_area .info_popup .extention-area + .extention-area {
    margin-top: 10px;
}
.info_popup_area .info_popup .extention-area label {
    font-size: 18px;
    font-family: 'noto6';
}
.info_popup_area .info_popup .extention-area label::before {
    display: block;
    border: 1px solid #000;
    width: 12px;
    height: 12px;
    top: 50%;
    margin-top: -7px;
    right: 0;
}
.info_popup_area .info_popup .extention-area label::after {
    display: none;
    top: 50%;
    margin-top: -5px;
    right: 5px;
    width: 4px;
    height: 7px;
    border: solid black;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.info_popup_area .info_popup .extention-area input:checked + label::after {
    display: block;
}
.info_popup_area .info_popup .extention-area label em {
    color: red;
    font: inherit;
}
.info_popup_area .info_popup .btn-apply {
    display: block;
    padding: 10px 20px;
    margin: 0 auto;
    text-align: center;
    line-height: 100%;
    font-size: 14px;
    font-family: 'noto4';
    box-sizing: border-box;
    border-radius: 3px;
    background: #000;
    color: #fff;
}

.info_popup_area .info_popup form {
    font-size: 14px;
    word-break: keep-all;
}

.info_popup_area .info_popup .check_info strong {
    text-decoration: underline;
    font-family: 'noto5';
}

/* 이벤트 팝업 : e */

.section {
    margin-bottom: 100px;
}

.carousel {
    overflow: hidden;
    border-radius: 20px;
    width: 100%;
}

.carousel-track {
    display: flex;
    gap: 16px;
    padding: 20px;
    width: fit-content;
}

.carousel-track.forward {
    animation: moveForward 60s linear infinite;
}

.carousel-track.backward {
    animation: moveBackward 60s linear infinite;
}

@keyframes moveForward {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(calc(-50% - 8px));
    }
}

@keyframes moveBackward {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(calc(50% + 8px));
    }
}

.item {
    flex-shrink: 0;
    width: 220px;
    height: 280px;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.5);
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 48px;
    font-weight: bold;
    color: white;
}

.item:nth-child(even) {
    background: linear-gradient(135deg, #764ba2 0%, #667eea 100%);
}
