:root {
    --main: #009eed;
    --btn-primary: #0c42ff;
    --btn-seconday: #009eed;
    --btn-tertiary: #fe7d95;
    --bg-primary: #c1edff;
    --bg-secondary: #37bbff;
    --bg-sky: #f3fbff;
    --bg-grey: #f6f6f6;
    --bg-white: #fff;
    --bg-pink: #f8e3e7;
    --text-primary: #009eed;
    --text-secondary: #ff7199;
    --text-tertiary: #00b1ff;
    --text-black: #444;
    --text-red: #ff4b4b;
    --font-base: "Paperozi", "Apple SD Gothic Neo", "Noto Sans KR", sans-serif;
}
.pc-is-hide {
    display: none;
}

@font-face {
    font-family: "Paperozi";
    src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-1Thin.woff2") format("woff2");
    font-weight: 100;
    font-display: swap;
}

@font-face {
    font-family: "Paperozi";
    src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-2ExtraLight.woff2") format("woff2");
    font-weight: 200;
    font-display: swap;
}

@font-face {
    font-family: "Paperozi";
    src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-3Light.woff2") format("woff2");
    font-weight: 300;
    font-display: swap;
}

@font-face {
    font-family: "Paperozi";
    src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-4Regular.woff2") format("woff2");
    font-weight: 400;
    font-display: swap;
}

@font-face {
    font-family: "Paperozi";
    src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-5Medium.woff2") format("woff2");
    font-weight: 500;
    font-display: swap;
}

@font-face {
    font-family: "Paperozi";
    src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-6SemiBold.woff2") format("woff2");
    font-weight: 600;
    font-display: swap;
}

@font-face {
    font-family: "Paperozi";
    src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-7Bold.woff2") format("woff2");
    font-weight: 700;
    font-display: swap;
}

@font-face {
    font-family: "Paperozi";
    src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-8ExtraBold.woff2") format("woff2");
    font-weight: 800;
    font-display: swap;
}

@font-face {
    font-family: "Paperozi";
    src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-9Black.woff2") format("woff2");
    font-weight: 900;
    font-display: swap;
}
/*버튼*/
.cta-button {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;

    width: min(480px, 100%);
    height: 68px;
    padding: 0 28px;

    border-radius: 9999px;
    text-decoration: none;
    box-shadow: 0 10px 18px rgba(0, 0, 0, 0.08);
    appearance: none;
    border: 0;
    background: none;
    cursor: pointer;
}
.cta-button--sm {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 10px 20px;

    border-radius: 9999px;
    text-decoration: none;
    box-shadow: 0 10px 18px rgba(0, 0, 0, 0.08);
    appearance: none;
    border: 0;
    background: none;
    cursor: pointer;
}

.cta-button--primary {
    background: var(--btn-primary);
}
.cta-button--secondary {
    background: var(--btn-seconday);
}
.cta-button--tertiary {
    background: var(--btn-tertiary);
}

.cta-button__badge {
    font-family: var(--font-base) !important;
    position: absolute;
    top: -24px;
    left: 50%;
    transform: translateX(-50%);

    display: inline-flex;
    align-items: center;
    gap: 6px;

    padding: 6px 14px;
    border-radius: 9999px;
    background: #fff;

    font-size: 15px;
    font-weight: 700;
    color: #5a5a5a;

    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.12);
    white-space: nowrap;
}

.cta-button__badge-text {
    font-family: var(--font-base) !important;
    color: #ff4b4b;
    font-weight: 800;
}

.cta-button__label {
    font-family: var(--font-base) !important;
    color: #fff;
    font-size: 26px;
    font-weight: 700;
    letter-spacing: -0.02em;
}
.cta-button__label--sm {
    font-family: var(--font-base) !important;
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: -0.02em;
}

.cta-button__icon {
    color: #fff;
    font-size: 28px;
    line-height: 1;
    transform: translateY(1px);
}

/* interaction */
.cta-button:hover,
.cta-button--sm:hover {
    filter: brightness(1.1);
}

.cta-button:active,
.cta-button--sm:active {
    transform: translateY(1px);
}

.cta-button:focus-visible,
.cta-button--sm:focus-visible {
    outline: 3px solid rgba(255, 255, 255, 0.85);
    outline-offset: 4px;
}
.cta-button-wrap {
    width: 100%;
    padding: 18px 20px;
    display: flex;
    justify-content: center;
    gap: 20px;
}
.cta-button-wrap--hero {
    position: sticky;
    bottom: 16px;
}
.tsplayday2026 {
    position: relative;
}
.tsplayday2026 .js-cta.is-fixed {
    position: fixed;
    left: 50%;
    bottom: 16px;
    transform: translateX(-50%);
    width: min(800px, calc(100% - 32px));
    z-index: 1000;
}
.hero-section {
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: center;
    width: 100%;
    height: auto;
    margin: 0 auto;
    background-color: var(--bg-primary);
    flex-direction: column;
}
.hero-section .pc-img {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    min-width: 1920px;
    width: 100%;
    height: auto;
}

.featured-section {
    width: 100%;
    display: flex;
    padding: 100px 0;
    flex-direction: column;
}
.featured-section__inner {
    margin: 0 auto;
    max-width: 920px;
    padding: 0 30px;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 30px;
}
.featured-section__title {
    font-family: var(--font-base) !important;
    text-align: center;
    font-size: 45px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.25;
}
.featured-cards {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    justify-items: center;
}
.featured-cards__item {
    border-radius: 10px;
    overflow: hidden;
}

.featured-cards__body {
    padding: 0;
}
.featured-cards__image {
    width: 100%;
    max-width: 360px;
    height: auto;
}
.featured-cards__image img {
    width: 100%;
    display: block;
}
.featured-cards__text {
    text-align: center;
    font-family: var(--font-base) !important;
    font-size: 26px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.3;
}
.video-section {
    width: 100%;
    display: flex;
    padding: 100px 0;
    flex-direction: column;
}
.video-section__inner {
    margin: 0 auto;
    max-width: 920px;
    padding: 0 30px;
    display: flex;
    flex-direction: column;
    gap: 30px;
    width: 100%;
}
.video-section__title {
    font-family: var(--font-base) !important;
    text-align: center;
    font-size: 45px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.25;
}
.video-section__body {
    display: flex;
    flex-direction: column;
    gap: 30px;
}
.video-conatiner .frame iframe {
    width: 100%;
    max-width: 860px;
    aspect-ratio: 16/9;
    border-radius: 30px;
}
.video-section__images img {
    box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.1);
    border-radius: 70px;
}

.review-section {
    width: 100%;
    display: flex;
    padding: 100px 0;
    flex-direction: column;
    position: relative;
    overflow: hidden;
    background: url(/edu/skin/default/content/images/event/event43/bg_review.png) no-repeat center 0;
}

.review-section__inner {
    margin: 0 auto;
    max-width: 920px;
    padding: 0 30px;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.review-section__title {
    font-family: var(--font-base) !important;
    text-align: center;
    font-size: 45px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.25;
}
.review-section__body {
    display: flex;
    flex-direction: column;
    gap: 30px;
    width: 100%;
    max-width: 860px;
}

.info-section {
    width: 100%;
    display: flex;
    padding: 100px 0;
    flex-direction: column;
}
.info-section__inner {
    margin: 0 auto;
    max-width: 920px;
    padding: 0 30px;
    display: flex;
    flex-direction: column;
    gap: 30px;
    width: 100%;
}
.info-section__title {
    font-family: var(--font-base) !important;
    text-align: center;
    font-size: 45px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.25;
}
.info-section__body {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 860px;
}
.info-section__body-inner {
    background-color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    box-shadow: 0px 10px 10px 0 rgba(0, 0, 0, 0.1);
    padding: 10px 0 50px;
}
.info-section__body-top {
}
.info-section__subtitle {
    font-family: var(--font-base) !important;
    text-align: center;
    font-size: 36px;
    font-weight: 700;
    line-height: 1.2;
}
.info-section__desc {
    font-family: var(--font-base) !important;
    padding: 30px 0 0;
    width: 100%;
    max-width: 560px;
}

.info-section__list {
    display: grid;
    row-gap: 14px;
    margin: 0;
}

.info-section__item {
    display: grid;
    grid-template-columns: 20% 18px 1fr;
    column-gap: 10px;
    align-items: baseline;
}

.info-section__term {
    font-size: 26px;
    margin: 0;
    font-weight: 700;
    color: #333;
    text-align: right;
}
.info-section__divider {
    font-size: 24px;
    color: #333;
}
.info-section__value {
    text-align: left;
    font-size: 26px;
    font-weight: 500;
    margin: 0;
    color: #333;
    line-height: 1.1;
}

.info-section__price {
}
.info-section__price-old {
    font-size: 22px;
    position: relative;
    display: inline-block;
    color: #999;
    font-weight: 500;
}

.info-section__price-old::after {
    content: "";
    position: absolute;
    left: -2px;
    right: -2px;
    top: 50%;
    height: 2px;
    background-color: #ff3b30;
    transform: translateY(-50%);
}
.info-section__price-arrow {
    color: #ff3b30;
}
.info-section__price-new {
    font-size: 30px;
    font-weight: 700;
}
.info-section__badge {
    font-family: var(--font-base) !important;
    font-size: 16px;
    padding: 6px 12px;
    border-radius: 999px;
    background: #ff4b4b;
    color: #fff;
    font-weight: 700;
}

.info-section__note {
    font-family: var(--font-base) !important;
    font-size: 14px;
    display: flex;
    max-width: fit-content;
    margin-top: 10px;
    padding: 6px 10px;
    background: #ffeb3b;
    line-height: 1.35;
}
.info-section__notice {
    font-family: var(--font-base) !important;
    font-size: 18px;
}

.program-section {
    width: 100%;
    display: flex;
    padding: 100px 0;
    flex-direction: column;
    background: url(/edu/skin/default/content/images/event/event43/bg-program.png) no-repeat;
    background-position: center center;
    background-size: contain;
}
.program-section__inner {
    margin: 0 auto;
    max-width: 920px;
    padding: 0 30px;
    display: flex;
    flex-direction: column;
    width: 100%;
}
.program-section__title {
    font-family: var(--font-base) !important;
    text-align: center;
    font-size: 45px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.25;
}
.program-section__body {
    display: flex;
    flex-direction: column;
    gap: 30px;
}
.program-section__item-box {
    width: 100%;
    max-width: 860px;
    padding: 30px 0 50px;
    background-color: #fff;
    border-radius: 30px;
}
.program-section__subtitle {
    font-family: var(--font-base) !important;
    text-align: center;
    font-size: 36px;
    font-weight: 700;
    line-height: 1.2;
}
.program-section__subcopy {
    font-family: var(--font-base) !important;
    text-align: center;
    font-size: 26px;
    font-weight: 500;
}
.program-section__note {
    font-family: var(--font-base) !important;
    text-align: center;
    font-size: 20px;
    font-weight: 500;
}
.program-section__desc {
    font-family: var(--font-base) !important;
    font-size: 20px;
    font-weight: 500;
    width: 100%;
    text-align: center;
}
.program-section__desc--strong {
    font-family: var(--font-base) !important;
    font-size: 26px;
    color: var(--text-tertiary);
    font-weight: 700;
    width: 100%;
    text-align: center;
    line-height: 1.3;
}
.program-section__items {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(3, 1fr);
    padding: 0 30px;
}
.program-section__item {
    display: flex;
    flex-direction: column;
    justify-items: center;
    align-items: center;
}
.program-section__item img {
    width: 160px;
}
.program-section__images {
    width: 780px;
    margin: 0 auto;
}
.program-section__images img {
    width: 100%;
    margin: 0 auto;
}

.messages-section {
    width: 100%;
    display: flex;
    padding: 100px 0;
    flex-direction: column;
    background: url(/edu/skin/default/content/images/event/event43/bg_teacher.png) no-repeat;
    background-position: bottom center;
    background-size: contain;
}
.messages-section__inner {
    margin: 0 auto;
    max-width: 920px;
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 30px;
}
.messages-section__title {
    font-family: var(--font-base) !important;
    text-align: center;
    font-size: 45px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.25;
}
.messages-section__title-icon {
    display: flex;
    width: 150px;
    height: auto;
    margin: 0 auto 20px;
}
.messages-section__title-icon img {
    width: 100%;
}
.messages-section__body {
    display: flex;
    flex-direction: column;
    gap: 30px;
}
.messages-section__grid {
    width: 860px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
    align-content: flex-start;
}

.messages-section__card {
    width: 260px;
    padding: 30px 10px;
    background: #fff;
    border-radius: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    justify-content: space-between;
}

.messages-section__profile {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.messages-section__photo {
    width: 182px;
    height: auto;
}

.messages-section__photo img {
    width: 100%;
    height: auto;
    display: block;
}

.messages-section__name {
    width: 260px;
    margin: 0;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    color: #444;
}

.messages-section__desc {
    width: 260px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.messages-section__msgs {
    margin: 0;
    text-align: center;
    word-break: keep-all;
    overflow-wrap: normal;
    hyphens: auto;
    padding: 0 10px;
}

.messages-section__msgs--eng {
    font-size: 16px;
    font-weight: 500;
    color: #444;
}

.messages-section__msgs--kor {
    font-size: 18px;
    font-weight: 500;
    color: #00b1ff;
}

/* 메시지 없을 경우 자동 숨김 */
.messages-section__msgs:empty {
    display: none;
}

.messages-section__actions {
    width: 216px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.letter-section {
    width: 100%;
    display: flex;
    padding: 100px 0;
    flex-direction: column;
    background: url(/edu/skin/default/content/images/event/event43/bg_msg.png) no-repeat;
    background-position: top center;
}
.letter-section__inner {
    margin: 0 auto;
    max-width: 920px;
    padding: 0 30px;
    display: flex;
    flex-direction: column;
    width: 100%;
}
.letter-section__title {
    font-family: var(--font-base) !important;
    text-align: center;
    font-size: 45px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.25;
}

.map-section {
    width: 100%;
    display: flex;
    padding: 100px 0;
    flex-direction: column;
}
.map-section__inner {
    margin: 0 auto;
    max-width: 920px;
    padding: 0 30px;
    display: flex;
    flex-direction: column;
    width: 100%;
}
.map-section__title {
    font-family: var(--font-base) !important;
    text-align: center;
    font-size: 45px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.25;
}
.map-section__body {
    display: flex;
    flex-direction: column;
    gap: 30px;
}
.map-section__map {
    width: 100%;
    height: 500px;
}
.map-section__list {
}
.map-section__term {
    font-family: var(--font-base) !important;
    width: fit-content;
    background-color: #333;
    padding: 3px 5px;
    font-size: 26px;
    font-weight: 700;
}
.map-section__label {
    text-align: left;
    font-family: var(--font-base) !important;
    padding: 10px 0;
    font-size: 26px;
    font-weight: 700;
}
.map-section__desc {
    text-align: left;
    font-family: var(--font-base) !important;
    font-size: 24px;
    font-weight: 500;
    position: relative;
    padding-left: 20px;
    line-height: 1.5;
}
.map-section__desc--strong {
    font-weight: 700;
}
.map-section__desc::before {
    content: "";
    position: absolute;
    left: 5px;
    top: 20px;
    width: 8px;
    height: 1px;
    background: #444;
    transform: translateY(-50%);
}
.notice {
    background-color: #5e5e5e;
    width: 100%;
    display: flex;
    padding: 50px 0;
    flex-direction: column;
}
.notice__inner {
    margin: 0 auto;
    max-width: 920px;
    padding: 0 50px;
    display: flex;
    flex-direction: column;
    width: 100%;
}
.notice__inner h2 {
    font-size: 25px;
    font-family: var(--font-base) !important;
    font-weight: 700;
    line-height: 1.5;
    padding-bottom: 20px;
    text-align: left;
    color: #fff;
}
.notice__inner li {
    position: relative;
    font-size: 20px;
    font-family: var(--font-base) !important;
    font-weight: 400;
    line-height: 1.75;
    text-align: left;
    color: #fff;
    padding-left: 20px;
}
.notice__inner li::before {
    content: "";
    position: absolute;
    left: 5px;
    top: 50%;
    width: 3px;
    height: 3px;
    border-radius: 999px;
    background: #fff;
    transform: translateY(-50%);
}

/*비디오 모달*/

.video-modal {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.6);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.video-modal.show {
    display: flex;
}

.video-modal__overlay {
    position: relative;
    inset: 0;
    cursor: pointer;
    z-index: 1; /* 배경 오버레이는 낮게 */
}

/* 2026-01-12 송주현 수정 부분 */
.video-modal__card {
    position: absolute;
    z-index: 2;
    background: #fff;
    padding: 35px 15px 15px;
    width: 90%;
    max-width: 500px;
    border-radius: 8px;
    overflow: hidden;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.video-wrapper {
    width: 100%;
    height: 100%;
    aspect-ratio: 1 / 1;
    background: #000;
}

.video-wrapper iframe {
    width: 100%;
    height: 100%;
    border: 0;
}

/* 2026-01-12 송주현 수정 부분 */

.video-modal__card #popupClose {
    position: absolute;
    top: 5px;
    right: 5px;
    width: 20px;
    height: 20px;
}

#video-modal-toggle:checked + .video-modal {
    display: flex;
}

.video-modal__close {
    cursor: pointer;
}

/*선생님 한마디*/
.teacher-msgs {
    padding: 60px 0;
}

/* 타이틀 */
.teacher-msgs__title {
}

/* 아이템(한 줄) */
.teacher-msgs__item {
    width: 90%;
    margin: 0 auto;
    padding: 20px 10px;

    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;

    border-bottom: 1px solid #ebebeb;
}

/* 받는 선생님 영역 */
.teacher-msgs__to {
    width: 15%;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: center;
}

.teacher-msgs__avatar {
    width: 90%;
}

.teacher-msgs__teacher p {
    font-family: "Paperlogy-7Bold", "pretendard", "Noto Sans KR" !important;
    font-size: 16px;
    color: #171717;
}

/* 보낸 사람/메시지 영역 */
.teacher-msgs__from {
    width: 80%;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
}

.teacher-msgs__meta {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.teacher-msgs__sender p {
    font-family: "Paperlogy-7Bold", "pretendard", "Noto Sans KR" !important;
    font-size: 20px;
    color: #171717;
    margin: 0;
}

.teacher-msgs__sender-name {
    color: #00b1ff;
}

.teacher-msgs__date p {
    margin: 0;
}

.teacher-msgs__message {
    padding: 12px 15px;
    text-align: left;
    background-color: #f4f4f4;
    color: #171717;
    border-radius: 10px;
}

.teacher-msgs__message p {
    font-size: 17px;
    color: #171717;
}

.teacher-msgs__actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}

/* 모바일 */
@media (max-width: 768px) {
    .teacher-msgs {
        padding: 50px 0;
    }

    .teacher-msgs__item {
        width: 100%;
    }

    .teacher-msgs__to {
        width: 80%;
        align-content: center;
        flex-direction: row;
        align-items: center;
        gap: 10px;
    }

    .teacher-msgs__avatar {
        width: 20%;
    }

    .teacher-msgs__sender p {
        font-size: 15px;
    }
}
.ti_fiesta_main_tit {
    font-size: 45px;
    font-family: var(--font-base) !important;
    color: var(--text-black);
    font-weight: 700;
    margin: 0px;
}

.ti_fiesta_main_tit span {
    color: var(--text-primary);
}

.ti_fiesta_sec_8 {
    padding: 60px 0;
}

.ti_fiesta_sec_8_box {
    width: 90%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 auto;
    border-bottom: 1px #ebebeb solid;
    padding: 20px 10px;
    gap: 20px;
}

.ti_fiesta_sec_8_to {
    width: 15%;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: center;
}

.ti_fiesta_sec_8_to_pf {
    width: 90%;
}

.ti_fiesta_sec_8_to_name {
}

.ti_fiesta_sec_8_to_name p {
    font-family: "Paperlogy-7Bold", "pretendard", "Noto Sans KR" !important;
    font-size: 16px;
    color: #171717;
}

.ti_fiesta_sec_8_from {
    width: 80%;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
}

.ti_fiesta_sec_8_from_info {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.ti_fiesta_sec_8_from_info_name {
}

.ti_fiesta_sec_8_from_info_name p {
    font-family: "Paperlogy-7Bold", "pretendard", "Noto Sans KR" !important;
    font-size: 20px;
    color: #171717;
    margin: 0px;
}

.ti_fiesta_sec_8_from_info_name p span {
    color: #00b1ff;
}

.ti_fiesta_sec_8_from_info_date p {
    margin: 0px;
}

.ti_fiesta_sec_8_from_msg {
    padding: 12px 15px;
    text-align: left;
    background-color: #f4f4f4;
    color: #171717;
    border-radius: 10px;
}

.ti_fiesta_sec_8_from_msg p {
    font-size: 17px;
    color: #171717;
}

.ti_fiesta_sec_8_from_del {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-end;
}

/* 컨테이너: 가운데 정렬 */
.pagination {
    display: flex;
    justify-content: center; /* 가운데 */
    margin: 24px 0;
    font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Noto Sans KR", sans-serif;
}

/* 리스트 */
.pagination__list {
    display: flex;
    gap: 8px;
    align-items: center;
    list-style: none;
    padding: 0;
    margin: 0;
}

/* 기본 버튼/링크 스타일 */
.pagination__link,
.pagination__btn {
    display: inline-flex;
    min-width: 36px;
    height: 36px;
    padding: 0 10px;
    justify-content: center;
    align-items: center;
    border: 1px solid #dcdfe6;
    border-radius: 8px;
    background: #fff;
    color: #333;
    text-decoration: none;
    font-size: 14px;
    line-height: 1;
    transition: background 0.15s, border-color 0.15s, color 0.15s, box-shadow 0.15s;
}

.pagination__link:hover,
.pagination__btn:hover {
    background: #f5f7fa;
    border-color: #c9cdd4;
}

/* 활성(현재 페이지) */
.pagination__item.is-current .pagination__link,
.pagination__item[aria-current="page"] .pagination__link {
    background: #00b1ff;
    color: #fff;
    border-color: #00b1ff;
    cursor: default;
}

/* 비활성(이전/다음 사용불가) */
.pagination__item.is-disabled .pagination__btn,
.pagination__item.is-disabled .pagination__btn:hover {
    color: #aaa;
    background: #f5f5f5;
    border-color: #e5e7eb;
    cursor: not-allowed;
    pointer-events: none;
}

/* 포커스 접근성 */
.pagination__link:focus-visible,
.pagination__btn:focus-visible {
    outline: none;
    box-shadow: 0 0 0 3px rgba(16, 135, 244, 0.25);
}

@media (max-width: 768px) {
    .ti_fiesta_main_tit {
        font-size: 24px;
    }
    .ti_fiesta_sec_8_to {
        width: 100%;
        align-content: center;
        flex-direction: row;
        align-items: center;
        gap: 10px;
    }
    .ti_fiesta_sec_8_from {
        width: 100%;
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        gap: 10px;
        justify-content: center;
    }

    .ti_fiesta_sec_8_to_pf {
        width: 20%;
    }

    .ti_fiesta_sec_8_from_info_name p {
        font-size: 15px;
    }

    .ti_fiesta_sec_9_map_area_mapbox {
        height: 300px;
    }

    .ti_fiesta_sec_8_box {
        width: 100%;
    }

    .ti_fiesta_sec_8 {
        padding: 50px 0;
    }

    #addTutor2,
    #addTutor3,
    #addTutor4,
    #addTutor5 {
        display: none;
    }
}

/* 컨테이너: 가운데 정렬 */
.pagination {
    display: flex;
    justify-content: center; /* 가운데 */
    margin: 24px 0;
    font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Noto Sans KR", sans-serif;
}

/* 리스트 */
.pagination__list {
    display: flex;
    gap: 8px;
    align-items: center;
    list-style: none;
    padding: 0;
    margin: 0;
}

/* 기본 버튼/링크 스타일 */
.pagination__link,
.pagination__btn {
    display: inline-flex;
    min-width: 36px;
    height: 36px;
    padding: 0 10px;
    justify-content: center;
    align-items: center;
    border: 1px solid #dcdfe6;
    border-radius: 8px;
    background: #fff;
    color: #333;
    text-decoration: none;
    font-size: 14px;
    line-height: 1;
    transition: background 0.15s, border-color 0.15s, color 0.15s, box-shadow 0.15s;
}

.pagination__link:hover,
.pagination__btn:hover {
    background: #f5f7fa;
    border-color: #c9cdd4;
}

/* 활성(현재 페이지) */
.pagination__item.is-current .pagination__link,
.pagination__item[aria-current="page"] .pagination__link {
    background: #00b1ff;
    color: #fff;
    border-color: #00b1ff;
    cursor: default;
}

/* 비활성(이전/다음 사용불가) */
.pagination__item.is-disabled .pagination__btn,
.pagination__item.is-disabled .pagination__btn:hover {
    color: #aaa;
    background: #f5f5f5;
    border-color: #e5e7eb;
    cursor: not-allowed;
    pointer-events: none;
}

/* 포커스 접근성 */
.pagination__link:focus-visible,
.pagination__btn:focus-visible {
    outline: none;
    box-shadow: 0 0 0 3px rgba(16, 135, 244, 0.25);
}

.ti_fiesta_sec_9 {
    background-color: #00b1ff;
}

.ti_fiesta_sec_9_map_area {
    width: 100%;
}

.ti_fiesta_sec_9_map_area_mapbox {
    width: 80%;
    height: 500px;
    background-color: #fff;
    margin: 0 auto;
}

/* 메세지팝업박스 */

:root {
    --overlay: rgba(0, 0, 0, 0.45);
    --card: #ffffff;
    --text: #111827;
    --muted: #6b7280;
    --primary: #00b1ff;
    --primary-press: #1d4ed8;
    --ring: 0 0 0 3px rgba(37, 99, 235, 0.25);
    --radius: 16px;
    --shadow: 0 10px 35px rgba(0, 0, 0, 0.18), 0 4px 12px rgba(0, 0, 0, 0.08);
}

.messages-section-open-msg-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 15px 0;
    border-radius: 50px;
    background: var(--primary);
    color: #fff;
    font-weight: 600;
    cursor: pointer;
    user-select: none;
    transition: transform 0.06s ease;
    width: 95%;
    font-family: "Paperlogy-7Bold", "pretendard", "Noto Sans KR" !important;
    font-size: 13px;
}

.messages-section-open-msg-btn:active {
    transform: translateY(1px);
}

.messages-section-modal-toggle:checked ~ .messages-section-modal {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.messages-section-modal {
    position: fixed;
    inset: 0;
    display: grid;
    place-items: center;
    padding: 24px;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.2s ease, visibility 0.2s ease;
    z-index: 1000;
}

.messages-section-modal__overlay {
    position: absolute;
    inset: 0;
    background: var(--overlay);
    cursor: pointer;
}

.messages-section-modal__card {
    position: relative;
    width: min(640px, 100%);
    background: var(--card);
    border-radius: var(--radius);
    box-shadow: var(--shadow);
    overflow: hidden;
    transform: translateY(10px);
    opacity: 0;
    transition: transform 0.22s ease, opacity 0.22s ease;
}

.messages-section-modal-toggle:checked ~ .messages-section-modal .messages-section-modal__card {
    transform: none;
    opacity: 1;
}

.messages-section-modal__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 20px;
    border-bottom: 1px solid #eef2f7;
    background: #ff6fa1;
    color: #fff;
    font-size: 20px;
}

.messages-section-modal__header h2 {
    margin: 0;
    font-family: "Paperlogy-7Bold", "pretendard", "Noto Sans KR" !important;
    font-size: 20px;
    color: #fff;
}

.messages-section-modal__close {
    font-size: 30px;
    line-height: 1;
    color: #fff;
    cursor: pointer;
    padding: 4px 8px;
    border-radius: 8px;
    user-select: none;
}

.messages-section-modal__close:hover {
}

.messages-section-modal__body {
    padding: 20px;
}

.messages-section-field {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 16px;
    flex-wrap: wrap;
    align-items: flex-start;
}

.messages-section-field label {
    font-family: "Paperlogy-7Bold", "pretendard", "Noto Sans KR" !important;
    font-size: 20px;
}

.messages-section-field label .messages-section-from {
    color: #00b1ff;
}

.messages-section-field label .messages-section-to {
    color: #ff6fa1;
}

.messages-section-muted {
    color: var(--muted);
    font-size: 12px;
}

.messages-section-help {
}

.messages-section-help.messages-section-muted {
    font-size: 12px;
}

#messages-section-msg-content {
    width: 100%;
    padding: 12px 12px;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    font-size: 14px;
    background: #fff;
    outline: none;
    transition: border-color 0.15s ease, box-shadow 0.15s ease;
    resize: vertical;
    min-height: 120px;
    max-height: 50vh;
}

#messages-section-msg-content:focus {
    border-color: var(--primary);
    box-shadow: var(--ring);
}

.messages-section-actions {
    display: flex;
    gap: 10px;
    justify-content: flex-end;
    margin-top: 8px;
}

.messages-section-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 10px 25px;
    border-radius: 50px;
    border: 0;
    background: var(--primary);
    color: #fff;
    font-weight: 700;
    cursor: pointer;
    transition: filter 0.15s ease, transform 0.06s ease;
    font-family: "Paperlogy-7Bold", "pretendard", "Noto Sans KR" !important;
}

.messages-section .msg_box_area .msg_box .msg_box_msg p {
    font-family: "Paperlogy-5Medium", "pretendard", "Noto Sans KR" !important;
    color: #171717;
}

.messages-section .msg_box_area .msg_box .msg_box_msg p:nth-child(2) {
    color: #00b1ff;
}

.messages-section-btn:active {
    transform: translateY(1px);
}

.messages-section-btn:hover {
    filter: brightness(0.98);
}

.messages-section-btn--ghost {
    background: #fff;
    color: var(--text);
    border: 1px solid #e5e7eb;
}

.messages-section-btn--ghost:hover {
    background: #f3f4f6;
}

@media (max-width: 480px) {
    .messages-section-modal {
        padding: 12px;
    }

    .messages-section-modal__header {
        padding: 14px 16px;
    }

    .messages-section-modal__header h2 {
        font-size: 16px;
    }

    .messages-section-modal__body {
        padding: 16px;
    }
}

/*리뷰영역*/

.point--blue {
    color: ##00b1ff;
}

/* 아주 작은 화면 보정(선택) */
@media (max-width: 360px) {
    .main-text {
        line-height: 1.25;
    }
}

.wrap-review-list {
}

.review-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.wrap-review-item {
    padding: 0;
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.1);
    margin: 0 auto;
    border: 1px solid #ffdad4;
    overflow: hidden;
    width: 100%;
}
.check {
    border: 1px solid #999 !important;
    background: #ededed !important;
}

.review-item {
    padding: 10px;
    overflow: hidden;
    display: grid;
    grid-template-columns: 6% 12% 1fr 12%;
    align-content: center;
    align-items: center;
    justify-items: start;
    cursor: pointer;
}

.review-nmbr {
    padding-left: 10px;
    font-weight: 700;
}

.review-badge {
    text-align: center;
    padding: 8px;
    background-color: #00b1ff;
    border-radius: 999px;
    font-size: 13px;
    line-height: 1.2;
    color: #fff;
}

.review-title {
    padding-left: 20px;
    display: flex;
    flex-direction: row;
    gap: 5px;
    overflow: hidden;
    width: 96%;
    align-items: center;
}
.review-reg-date {
    width: 100%;
    text-align: center;
}

.mo-title {
    display: none;
    font-size: 12px;
}

.icon--new {
    background: #f88170;
    padding: 2px 5px;
    border-radius: 5px;
    color: #fff;
    font-size: 12px;
    font-weight: 500;
}

.icon--image {
    display: block;
    width: 18px;
}

.icon--image img {
    width: 100%;
    display: block;
}

.review-writer {
    display: flex;
    flex-direction: row;
    gap: 5px;
    align-items: center;
}

.review-writer > img,
.img-profile {
    width: 30px;
}

.review-panel {
    /* height animation container */
    display: grid;
    grid-template-rows: 0fr;
    transition: grid-template-rows 0.28s ease;
    background: #f7f7f7;
    border-top: 1px solid #ffdad4;
}

.review-panel[data-open="true"] {
    grid-template-rows: 1fr;
}

.rv-panel-inner {
    overflow: hidden; /* needed for the 0fr → 1fr trick */
}

.panel-body {
    padding: 16px;
    color: #444;
    font-size: 15px;
    line-height: 1.7;
}

.panel-body p {
    margin: 0 0 8px;
    text-align: left;
    word-break: break-all;
}

.panel-actions {
    display: flex;
    gap: 8px;
    padding: 0 16px 16px;
    justify-content: flex-end;
}
.review-title-txt {
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    word-break: break-word;
}
/* ------- pagination ------- */
.rvw__pager,
.rvw__pager > ul {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    margin-top: 20px;
    user-select: none;
}
.rvw__pager > ul,
.rvw__pager > ul > li,
.rvw__pager > ul > li > a {
    border: none;
}

.rvw-pagebtn,
.rvw-arrowbtn,
.rvw__pager .pagination > li:first-child > a,
.rvw__pager .pagination > li:last-child > a,
.rvw__pager > ul > li > a {
    border: none;
    appearance: none;
    background: #fff;
    padding: 10px;
    border-radius: 999px;
    cursor: pointer;
    font-size: 10px;
    min-width: 30px;
}

.rvw-arrowbtn:hover,
.rvw__pager > .pagination > li > a:hover {
    background: rgba(255, 255, 255, 0.5);
}

.rvw-pagebtn:hover,
.rvw__pager > .pagination > li > a:hover {
    background: rgba(255, 255, 255, 0.5);
    color: #333;
}

.rvw-pagebtn[aria-current="page"],
.rvw__pager > ul > li.active > a {
    background: #ffd200;
    color: #fff;
    border-color: #ffd200;
    cursor: default;
    font-weight: 700;
}

.rvw-arrowbtn:disabled,
.rvw__pager > ul > li.disabled > a {
    opacity: 0.5;
    cursor: default;
    background: #fff;
}

/* ------- responsive pager ------- */
@media (min-width: 768px) {
    .rvw__list {
        gap: 10px;
    }

    .rvw-card {
        padding: 30px 60px;
    }

    .rvw-card__body {
        line-height: 1.4;
        font-size: 18px;
        text-align: left;
        word-break: keep-all;
    }

    .rvw-user__name {
        font-weight: 700;
        font-size: 16px;
        text-align: left;
    }

    .rvw-pagebtn,
    .rvw-arrowbtn {
        border: none;
        appearance: none;
        background: #fff;
        padding: 10px;
        border-radius: 99px;
        cursor: pointer;
        font-size: 13px;
        min-width: 34px;
    }
}

/* Footer */
.rvw-modal__foot {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    padding: 18px 20px 22px;
    border-top: 1px solid var(--line);
}

.rvw-btn--sub {
    background: #fff;
    border: 1px solid var(--line);
}

.rvw-btn--sub:hover {
    background: #f7f7f7;
}

/* Mobile */
@media (max-width: 480px) {
    .rvw-modal__head {
        font-size: 20px;
    }

    .textarea {
        min-height: 160px;
    }

    .file-row {
        grid-template-columns: 56px 1fr 40px;
    }
}

/*리뷰 이미지 영역 썸네일 그리드 */
.rw-grid {
    padding: 16px 16px 0;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
    gap: var(--rw-gap);
}

.rw-thumb {
    position: relative;
    border: 0;
    padding: 0;
    background: none;
    cursor: pointer;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 6px 16px rgb(0 0 0 / 0.08);
}

.rw-thumb img {
    display: block;
    width: 100%;
    aspect-ratio: 4/3;
    object-fit: cover;
}

.rw-thumb .rw-cap {
    position: absolute;
    left: 8px;
    bottom: 8px;
    background: rgba(0, 0, 0, 0.55);
    color: #fff;
    font-size: 12px;
    padding: 2px 6px;
    border-radius: 6px;
}

/* 리뷰이미지 모달 */
.rw-modal[hidden] {
    display: none !important;
}

.rw-modal {
    position: fixed;
    inset: 0;
    z-index: 10000;
    display: grid;
    place-items: center;
}

.rw-modal__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.45);
}

.rw-modal__dialog {
    position: relative;
    background: #fff;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.35);
}

.rw-modal__head {
    display: flex;
    justify-content: flex-end;
}

.rw-modal__close {
    margin: 8px;
    border: 0;
    width: 36px;
    height: 36px;
    border-radius: 8px;
    cursor: pointer;
    background: #fff;
    font-size: 18px;
}

.rw-modal__body {
    padding: 8px;
}

.rw-modal__body img {
    display: block;
    max-width: calc(100vw - 40px);
    max-height: 75vh;
    width: auto;
    height: auto;
}

.rw-sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.rw-notice {
    color: #666;
    font-size: 13px;
    margin-top: 8px;
}
/*유틸리티*/

.u-text-left {
    text-align: left;
}
.u-text-center {
    text-align: center;
}
.u-text-blue {
    color: var(--text-primary);
}
.u-text-black {
    color: var(--text-black);
}
.u-text-red {
    color: var(--text-red);
}
.u-text-primary {
    color: var(--text-primary);
}
.u-text-secondary {
    color: var(--text-secondary);
}
.u-text-tertiary {
    color: var(--text-tertiary);
}
.u-text-white {
    color: #fff;
}
.u-pdtb-20 {
    padding: 20px 0;
}
.u-pdtb-70 {
    padding: 70px 0;
}
.u-pdtb-100 {
    padding: 100px 0;
}
.u-pdt-100 {
    padding-top: 100px;
}
.u-pdb-30 {
    padding-bottom: 30px;
}
.u-pdt-10 {
    padding-top: 10px;
}
.u-pdb-50 {
    padding-bottom: 50px;
}
.u-pdt-50 {
    padding-top: 50px;
}
.u-pdb-100 {
    padding-bottom: 100px;
}
.u-bg-white {
    background-color: #fff;
}
.u-bg-sky {
    background-color: var(--bg-sky);
}
.u-bg-grey {
    background-color: var(--bg-grey);
}
.u-bg-pink {
    background-color: var(--bg-pink);
}
.u-bg-primary {
    background-color: var(--bg-primary);
}
.u-bg-secondary {
    background-color: var(--bg-secondary);
}

@media (max-width: 768px) {
    #ts-promotion > .container {
        padding: 0 10px !important;
    }

    .cta-button-wrap {
        padding: 10px 0;
        flex-direction: column;
        align-items: center;
        gap: 10px;
    }
    .cta-button-wrap--hero {
        padding: 10px 0;
    }

    .cta-button {
        width: min(520px, 70%);
        height: 50px;
        padding: 0 5px;
        gap: 5px;
    }
    .cta-button--sm {
        gap: 7px;
        padding: 7px 14px;
        box-shadow: 0 10px 18px rgba(0, 0, 0, 0.08);
    }

    .cta-button--primary {
        background: var(--btn-primary);
    }
    .cta-button--secondary {
        background: var(--btn-seconday);
    }
    .cta-button--tertiary {
        background: var(--btn-tertiary);
    }

    .cta-button__badge {
        top: -24px;
        transform: translateX(-50%);
        font-size: 13px;
    }

    .cta-button__badge-text {
        font-family: var(--font-base) !important;
        color: #ff4b4b;
        font-weight: 800;
    }

    .cta-button__label {
        font-family: var(--font-base) !important;
        color: #fff;
        font-size: 16px;
        font-weight: 700;
        letter-spacing: -0.02em;
    }
    .cta-button__label--sm {
        font-family: var(--font-base) !important;
        color: #fff;
        font-size: 12px;
        font-weight: 500;
        letter-spacing: -0.02em;
    }

    .cta-button__icon {
        color: #fff;
        font-size: 18px;
        line-height: 1;
        transform: translateY(1px);
        width: 16px;
    }
    .cta-button__icon--sm {
        font-size: 12px;
        width: 5vw;
    }

    /* interaction */
    .cta-button:hover,
    .cta-button--sm:hover {
        filter: brightness(1.05);
    }

    .cta-button:active,
    .cta-button--sm:active {
        transform: translateY(1px);
    }

    .cta-button:focus-visible,
    .cta-button--sm:focus-visible {
        outline: 3px solid rgba(255, 255, 255, 0.85);
        outline-offset: 4px;
    }

    .u-pdtb-20 {
        padding: 14px 0;
    }
    .u-pdtb-70 {
        padding: 40px 0;
    }
    .u-pdtb-100 {
        padding: 70px 0;
    }
    .u-pdt-100 {
        padding-top: 70px;
    }
    .u-pdb-30 {
        padding-bottom: 21px;
    }
    .u-pdt-10 {
        padding-top: 7px;
    }
    .u-pdb-50 {
        padding-bottom: 35px;
    }
    .u-pdt-50 {
        padding-top: 35px;
    }
    .u-pdb-100 {
        padding-bottom: 70px;
    }
    .pc-is-hide {
        display: block;
    }
    .mo-is-hide {
        display: none;
    }
    .hero-section {
        max-width: 100%;
    }
    .tsplayday2026 .js-cta.is-fixed {
        bottom: 0;
        z-index: 490;
    }
    .featured-section {
        padding: 70px 0;
    }
    .featured-section__title {
        font-size: 28px;
        line-height: 1.1;
    }
    .featured-section__inner {
        padding: 0 5px;
        gap: 10px;
    }
    .featured-cards {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    .featured-cards__item {
        border-radius: 15px;
    }

    .featured-cards__text {
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 1.3;
    }
    .featured-cards__image {
        width: 100%;
        height: auto;
    }
    .featured-cards__image img {
        width: 100%;
        display: block;
    }
    .featured-cards__text {
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: 1.3;
    }

    .video-section {
        padding: 70px 0;
    }
    .video-section__inner {
        padding: 0 10px;
        gap: 20px;
        width: 100%;
    }
    .video-section__title {
        font-family: var(--font-base) !important;
        text-align: center;
        font-size: 28px;
        font-style: normal;
        font-weight: 700;
        line-height: 1.25;
    }
    .video-section__images img {
        box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.1);
        border-radius: 20px;
    }
    .review-section {
        padding: 70px 0;
        background-image: none;
    }
    .review-section__title {
        font-size: 28px;
    }
    .review-section__inner {
        padding: 0 10px;
        gap: 10px;
    }
    .info-section {
        padding: 70px 0;
    }
    .info-section__inner {
        padding: 0 10px;
    }
    .info-section__title {
        font-size: 28px;
    }
    .info-section__subtitle {
        font-size: 20px;
    }
    .info-section__term {
        font-size: 16px;
    }
    .info-section__value {
        font-size: 16px;
    }
    .info-section__divider {
        font-size: 16px;
    }
    .info-section__item {
        column-gap: 5px;
    }
    .info-section__price-old {
        font-size: 12px;
    }
    .info-section__price-new {
        font-size: 14px;
    }
    .info-section__badge {
        font-size: 12px;
        padding: 3px 6px;
    }
    .info-section__note {
        font-size: 10px;
        margin-top: 5px;
        padding: 3px 4px;
    }
    .info-section__notice {
        font-size: 12px;
    }
    .program-section {
        padding: 70px 0;
    }
    .program-section__title {
        font-size: 28px;
    }
    .program-section__inner {
        padding: 0 10px;
    }
    .program-section__body {
        gap: 10px;
    }
    .program-section__subtitle {
        font-size: 20px;
    }
    .program-section__subcopy {
        font-size: 16px;
    }
    .program-section__desc {
        font-size: 14px;
    }
    .program-section__item-box {
        padding: 10px 0 30px;
    }
    .program-section__desc--strong {
        font-size: 18px;
    }
    .program-section__items {
        grid-template-columns: repeat(2, 1fr);
        width: 100%;
        padding: 0 10px;
        gap: 10px;
    }
    .program-section__items > *:last-child:nth-child(odd) {
        grid-column: 1 / -1;
        justify-self: center;
        max-width: 50%;
    }
    .program-section__note {
        font-size: 14px;
    }
    .program-section__images {
        width: 100%;
        padding: 0 20px;
    }
    .messages-section {
        padding: 70px 0;
    }
    .messages-section__title {
        font-size: 28px;
    }
    .messages-section__title-icon {
        width: 100px;
    }
    .messages-section__inner {
        padding: 0 10px;
    }
    .messages-section__grid {
        width: 100%;
        display: grid;
        grid-template-columns: 1fr 1fr;
        justify-items: center;
    }
    .messages-section__grid > *:last-child:nth-child(odd) {
        grid-column: 1 / -1;
        justify-self: center;
        max-width: 50%;
    }
    .messages-section__card {
        width: 44vw;
        border-radius: 20px;
        gap: 10px;
        padding: 18px 5px;
    }
    .messages-section__profile {
        gap: 8px;
    }
    .messages-section__photo {
        width: 34vw;
        height: auto;
    }
    .messages-section__name {
        width: 40vw;
        font-size: 16px;
    }
    .messages-section__desc {
        width: 40vw;
        gap: 10px;
    }
    .messages-section__msgs {
        padding: 0 6px;
    }

    .messages-section__msgs--eng {
        font-size: 10px;
    }

    .messages-section__msgs--kor {
        font-size: 12px;
    }
    .messages-section__actions {
        width: 36vw;
    }
    .letter-section {
        padding: 70px 0;
    }

    .letter-section__inner {
        padding: 0 10px;
    }
    .letter-section__title {
        font-size: 28px;
    }

    .map-section {
        padding: 70px 0;
    }

    .map-section__inner {
        padding: 0 10px;
    }
    .map-section__title {
        font-size: 28px;
    }
    .map-section__body {
        gap: 20px;
    }
    .map-section__list {
    }
    .map-section__term {
        padding: 3px 5px;
        font-size: 18px;
    }
    .map-section__label {
        font-size: 16px;
    }
    .map-section__desc {
        font-size: 16px;
    }
    .map-section__desc--strong {
        font-weight: 700;
    }
    .map-section__desc::before {
        content: "";
        position: absolute;
        left: 5px;
        top: 13px;
        width: 5px;
        height: 1px;
        background: #444;
        transform: translateY(-50%);
    }
    .map-section__map {
        width: 100%;
        height: 30vh;
    }
    .notice__inner {
        padding: 0 10px;
    }
    .notice__inner h2 {
        font-size: 20px;
    }
    .notice__inner li {
        font-size: 16px;
        padding-left: 14px;
    }
    .notice__inner li::before {
        content: "";
        position: absolute;
        left: 5px;
        top: 16px;
        width: 3px;
        height: 3px;
        border-radius: 999px;
        background: #fff;
        transform: translateY(-50%);
    }
    .rvw__pager {
        padding: 0 10px;
    }
}

@media (max-width: 1023px) {
    .wrap-review-item {
        padding: 0;
        width: 100%;
    }

    .review-item {
        padding: 10px;
        grid-template-columns: 10% 65% auto;
        grid-row-gap: 10px;
    }

    .review-nmbr {
        padding-left: 12px;
        font-size: 10px;
    }

    .review-badge {
        padding: 3px 8px;
        font-size: 12px;
        line-height: 1.1;
    }

    .review-title {
        display: none;
    }

    .icon--new {
        padding: 2px 3px;
        border-radius: 2px;
        font-size: 7px;
        font-weight: 500;
    }

    .icon--image {
        display: block;
        width: 10px;
    }

    .icon--image img {
        width: 100%;
        display: block;
    }

    .review-writer {
        width: 100%;
        display: flex;
        flex-direction: row;
        justify-content: center;
        gap: 5px;
        align-items: center;
        font-size: 12px;
    }

    .review-writer > img,
    .img-profile {
        width: 20px;
    }

    .mo-title {
        display: flex;
        grid-column: span 3;
        padding-left: 10px;
        font-size: 12px;
        text-align: left;
        font-size: 12px;
        word-break: break-word;
        width: 100%;
        min-width: 0;
    }

    .review-title-txt {
        text-align: left;
        font-size: 12px;
        word-break: break-all;
        width: unset;
        min-width: 0;
    }
}
