h1,
h2,
h3 {
    margin: 0;
}
button {
    border: none;
}
:root {
    --main: #245fff;
    --btn-clr: #245fff;
    --basic-clr: #333;
    --second-point: #245fff;
    --white: #fff;
    --sub-point: #40b2ff;
    --highlight: #6dc2ff;
    --header_bg: #0d086f;
    --bg-sky: #eff7ff;
    --bg-grey: #f6f6f6;
    --bg-white: #fff;
    --gradient-primary: linear-gradient(180deg, #0031a4 0%, #245fff 100%);
}
@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;
}
.section__title,
.section__subcopy,
.section__text,
.section__smalltitle,
.section__label,
.annotation,
.graph__text,
.feature-cards__title,
.feature-cards__desc,
.blue-section__inner,
.hero-section__title,
.hero-section__item-label,
.hero-section__item-title,
.hero-section__text,
.hero-section__label,
.text,
.label {
    font-family: "Paperozi", "Pretendard", "Noto Sans KR" !important;
}

.c-btn {
    margin: 30px 0 0;
    font-family: "Paperozi", "Pretendard", "Noto Sans KR" !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 25px 48px;
    font-size: 25px;
    font-weight: 700;
    text-decoration: none;
    border-radius: 15px;
}
.c-btn--primary {
    background-color: var(--btn-clr);
    color: var(--white);
}
.c-btn:hover {
    color: #fff !important;
    transform: translateY(-2px);
    box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.05);
}
.c-btn:focus {
    color: #fff !important;
}
.c-btn .arr img {
    width: 100%;
}

.pc-is-hide {
    display: none;
}
.annual-Pass {
    font-family: "Paperozi", "Pretendard", "Noto Sans KR" !important;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.hero-section {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 0;
    justify-content: center;
}
.hero-section__header {
    display: flex;
    justify-content: center;
    width: 100%;
    height: auto;
    margin: 0 auto;
    background-color: var(--header_bg);
}
.hero-section__header img {
    width: 1920px;
    height: auto;
    margin: 0 auto;
}
.hero-section__body {
    width: 100%;
    height: fit-content;
    background: url(/edu/skin/default/content/images/annualpass/header_bg.jpg) no-repeat top center;
    background-color: #0031a3;
    background-size: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 10px 0 0;
}
.hero-section__title {
    font-size: 45px;
    color: var(--white);
    font-weight: 700;
    text-align: center;
}
.hero-section__label {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 10px;
    font-size: 25px;
    font-weight: 500;
    width: 350px;
    height: 44px;
    text-align: center;
    border-radius: 999px;
    border: 1px solid var(--highlight);
    color: var(--highlight);
}
.hero-section__cards {
    width: 920px;
    margin: 30px auto;
    display: flex;
    gap: 15px;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}
.hero-section__item {
    width: 274px;
    height: auto;
    padding: 30px 10px;
    display: flex;
    flex-direction: column;
    background-color: rgba(0, 0, 0, 0.2);
    gap: 15px;
    align-items: center;
    border-radius: 20px;
}
.hero-section__item-label {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: 500;
    width: 130px;
    height: 34px;
    text-align: center;
    border-radius: 999px;
    border: 1px solid var(--highlight);
    color: var(--highlight);
}
.hero-section__txtbox {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.hero-section__item-title {
    color: #fff;
    text-align: center;
    font-size: 26px;
    line-height: 1.2;
    font-weight: 700;
}
.hero-section__text {
    color: #fff;
    text-align: center;
    font-size: 20px;
    line-height: 1.4;
    font-weight: 500;
}
.hero-section__footer {
    width: 100%;
    margin: 0 auto;
    padding: 0 0 100px;
    background-color: #0031a3;
    display: flex;
    justify-content: center;
}

.slt-dim-popup {
    max-width: 690px;
    width: 100% !important;
}

.pr-wrap {
    background: #f5f5f5;
    padding-bottom: 100px;
}

.pr-item-box {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 15px;
    padding: 20px 40px;
    overflow: hidden;
    max-width: 920px;
}
.pr-item {
    display: grid;
    gap: 10px;
}
.pr-img {
    border-radius: 30px;
}
.pr-img > img {
    width: 100%;
}
.pr-txt {
    font-family: "Paperozi", "Pretendard", "Noto Sans KR" !important;
    font-size: 18px;
    line-height: 1.4;
    color: #333;
    font-weight: 600;
}
.btn-box2 {
    width: 100%;
    background-color: var(--bg-sky);
    text-align: center;
    padding: 20px 0 50px;
}
.section {
    width: 100%;
    position: relative;
    padding: unset;
}
.section__header {
    display: flex;
    flex-direction: column;
    justify-items: center;
}
.section__body {
    margin: 0 auto;
    max-width: 920px;
}
.section__title {
    font-size: 45px;
    font-weight: 700;
    line-height: normal;
    font-style: normal;
    text-align: center;
}
.section__subcopy {
    text-align: center;
    font-size: 25px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.3;
}
.section__smalltitle {
    text-align: center;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.25;
}
.section__label {
    display: inline-flex;
    padding: 10px 40px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 999px;
    border: 1px solid #ddd;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    width: fit-content;
    margin: 0 auto 10px;
}
.section__label--blue {
    color: var(--main);
    border-color: var(--main);
}
.desc__box {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 20px 180px;
    align-items: flex-start;
}
.desc__line {
    display: flex;
    flex-direction: row;
    gap: 10px;
    justify-content: flex-start;
}
.label {
    display: inline-flex;
    color: #fff;
    height: fit-content;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.2;
    border-radius: 50px;
    padding: 5px 25px;
    justify-content: center;
    align-items: center;
}
.label--blue {
    background: var(--main);
}
.text {
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.45;
}
.prize-list {
    display: flex;
    align-items: flex-start;
    gap: 50px;
    justify-content: center;
}
.prize-list__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}
.prize-list__item--top {
    grid-column: auto;
}
.section__text {
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.45;
}
.annotation {
    margin: 10px;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px; /* 125% */
}
.notice__btn {
    margin: 10px auto;
    width: 160px;
    display: flex;
    padding: 10px 15px;
    justify-content: center;
    align-items: center;
    gap: 3px;
    color: #fff;
    text-align: center;
    font-family: "Paperozi" !important;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 16px; /* 100% */
    border-radius: 5px;
    background: #1e74ff;
}
.notice__btn:hover,
.notice__btn:focus {
    color: #fff !important;
}
.notice__btn > img {
    width: 6px;
    height: 10px;
}
.glaph__img {
    width: 100%;
    padding-top: 10px;
}
.graph_textbox {
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding: 10px 0;
}
.graph__text {
    font-size: 18px;
    font-weight: 700;
}
.graph__text:nth-child(1) {
    padding-left: 28px;
}
.graph__text:nth-child(2) {
    padding-left: 194px;
}
.graph__text:nth-child(3) {
    padding-left: 184px;
}
.section__inner {
    display: flex;
    flex-direction: column;
    gap: 30px;
}
.section__inner--blue-gradient {
    background: var(--gradient-primary);
}
.kpi {
    display: flex;
    justify-content: center;
    padding: 40px 0;
}

.kpi__item {
    position: relative;
    width: 260px;
    height: 260px;
    aspect-ratio: 1 / 1;
}
.kpi__item + .kpi__item {
    margin-left: -25px;
}

.kpi__bg {
    width: 100%;
    height: 100%;
}

.kpi__text {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    text-align: center;
    color: #fff;
    padding: 82px 0;
}

.kpi__title {
    font-size: 20px;
    opacity: 0.9;
}

.kpi__value {
    font-size: 45px;
    font-weight: 700;
    color: #f4ff46;
    line-height: 1.2;
}

.kpi__desc {
    margin-top: 4px;
    font-size: 14px;
    opacity: 0.8;
}
.vert-line {
    width: 1px;
    height: 60px; /* 원하는 길이 */
    border-left: 1px solid rgba(255, 255, 255, 0.3);
    margin: 0 auto; /* 가운데 정렬 */
}
.hori-line {
    width: 90%;
    max-width: 770px;
    height: 1px;
    border-bottom: 1px dotted #ddd;
    margin: 0 auto;
}
.blue-section {
    padding: 60px 20px 40px;
    margin-bottom: 20px;
    position: relative;
    background: url("/edu/skin/default/content/images/annualpass/triangle_full.svg"); /* 파란 배경 */
    color: #fff;
    background-size: cover;
    background-position: bottom center;
    background-repeat: no-repeat;
}

.blue-section__inner {
    text-align: center;
    font-size: 24px;
    line-height: 1.6;
}
.textbox__wrap {
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 30px;
    width: 80%;
    max-width: 760px;
    padding: 0 0 30px;
    border-radius: 20px;
    border: 1px solid var(--second-point);
    background: #fff;
    overflow: hidden;
}
.blue-header {
    background-color: var(--second-point);
    color: #fff;
    text-align: center;
    font-family: Paperozi;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.6;
    padding: 10px 0;
}
.blue-body {
    color: #333;
    text-align: center;
    font-family: Paperozi;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.25;
    padding-top: 30px;
}
.media-card__wrap {
    padding: 10px 0;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 20px;
    align-self: stretch;
}
.media-card {
    display: flex;
    padding: 10px 10px 0 10px;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 25px;
    color: #333;
}
.media-card__text {
    font-family: Paperozi;
    font-size: 25px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.3;
}
.media-card__image {
    display: flex;
    align-items: flex-start;
}
.feature-cards {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    padding: 0 20px;
    max-width: 920px;
    margin: 0 auto;
}

.feature-cards__item {
    background: #fff;
    border: 1px solid #0eafeb;
    border-radius: 12px;
    padding: 40px 20px 20px;
    position: relative;
}

.feature-cards__title {
    font-size: 26px;
    font-weight: 700;
}

.feature-cards__desc {
    margin-top: 8px;
    font-size: 18px;
    color: #666;
}

.feature-cards__index {
    position: absolute;
    display: inline-block;
    top: 10px;
    right: 15px;
    font-size: 20px;
    color: #999;
    width: fit-content;
}
.io-cards__wrap {
    display: flex;
    padding: 50px 0 0;
    flex-direction: column;
}
.io-cards {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 40px;
    padding: 30px 0;
}

.io-cards__item {
    text-align: center;
}

.io-cards__image img {
    width: 300px;
    height: auto;
    border-radius: 50%;
}

.io-cards__label {
    margin-top: 12px;
    padding: 6px 20px;
    border-radius: 999px;
    font-weight: 700;
    display: inline-block;
    font-size: 24px;
}

.io-cards__label--input {
    background: var(--main);
    color: #fff;
}

.io-cards__label--output {
    background: var(--main);
    color: #fff;
}

.io-cards__desc {
    margin-top: 10px;
    color: var(--basic-clr);
    font-size: 20px;
    line-height: 1.4;
}
.io-cards__arrow {
    padding-top: 114px;
}
.io-cards__arrow img {
    width: 87px;
    height: auto;
}
.curriculum-section {
    display: flex;
    padding: 30px 0 0;
    flex-direction: column;
    max-width: 920px;
    margin: 0 auto;
}
.curriculum-section__title {
    text-align: center;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.25;
}
.curriculum-cards {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
    padding: 30px 20px 0;
}
.curriculum-cards__item {
    border-radius: 10px;
    overflow: hidden;
}

.curriculum-cards__title {
    display: flex;
    color: #333;
    text-align: center;
    font-family: "Paperozi" !important;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.25;
    align-items: center;
    gap: 8px;
    justify-content: center;
    background-color: var(--main);
    padding: 10px;
}

.curriculum-cards__label {
    display: inline-block;
    padding: 5px 12px;
    background: #fff;
    color: var(--main);
    font-size: 20px;
    border-radius: 999px;
    font-weight: 700;
    width: fit-content;
}

.curriculum-cards__name {
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    font-size: 26px;
}
.curriculum-cards__body {
    background-color: #fff;
    padding: 10px;
}
.curriculum-cards__text {
    color: var(--basic-clr);
    text-align: center;
    padding: 10px;

    /* normal */
    font-family: Paperozi;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px; /* 133.333% */
}
.curriculum-cards__footer {
    background-color: #f6f6f6;
    color: var(--basic-clr);
    text-align: center;
    padding: 10px;

    /* sub-16 */
    font-family: Paperozi;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px; /* 125% */
}
.event-image {
    width: 100%;
    margin: 0 auto;
}
.event-image > img {
    width: 100%;
    max-width: 700px;
    margin: 0 auto;
}
.vocaking-section {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 10px;
    padding: 20px;
    position: relative;
    max-width: 920px;
    margin: 0 auto;
}
.img-container {
    background: #fff;
    border-radius: 20px;
    border: 1px solid #ddd;
    overflow: hidden;
}
.vacaking__babge {
    position: absolute;
    top: -60px;
    right: 30px;
    z-index: 3;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 5px;
    aspect-ratio: 1;
    width: 120px;
    background-color: #ff6156;
    border-radius: 50%;
    box-shadow: inset 0 -4px 8px rgba(0, 0, 0, 0.1);
    font-family: "Paperozi", "Pretendard", "Noto Sans KR" !important;
    font-size: 16px;
    line-height: 1.4;
    color: #ffffff;
    text-align: center;
    font-weight: 700;
}
.idicenlish__img {
    width: 100%;
    max-width: 770px;
    position: relative;
    margin: 0 auto;
}
.idicenlish__babge {
    position: absolute;
    top: -60px;
    right: 30px;
    z-index: 3;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 5px;
    aspect-ratio: 1;
    width: 120px;
    background-color: #ff6156;
    border-radius: 50%;
    box-shadow: inset 0 -4px 8px rgba(0, 0, 0, 0.1);
    font-family: "Paperozi", "Pretendard", "Noto Sans KR" !important;
    font-size: 16px;
    line-height: 1.4;
    color: #ffffff;
    text-align: center;
    font-weight: 700;
}
.idicenlish-section {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 10px;
    padding: 20px;
    position: relative;
    max-width: 920px;
    margin: 0 auto;
}
.vocaking-card__text,
.idicenlish-card__text,
.cs-card__text {
    font-size: 18px;
    font-family: "Paperozi", "Pretendard", "Noto Sans KR" !important;
    font-weight: 500;
    line-height: 1.2;
    padding: 10px 0;
}
.manage-section {
    display: grid;
    margin: 0 auto;
    padding: 30px 20px;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
    max-width: 920px;
}

/*후기영역 그래프*/

/*Graph*/
.bargraph-section {
    padding: 20px;
    margin: 0 auto;
    width: 100%;
    max-width: 800px;
}

.bargraph-section .top {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 10px;
    justify-content: center;
    align-items: end;
    padding: 0 10px;
}

.bargraph-section .top > div {
    width: 80px;
    border-radius: 10px 10px 0 0;
    font-size: 13px;
    color: #ffffff;
}

.bargraph-section .top .ts {
    padding-top: 10px;
    height: 120px;
    background: linear-gradient(to top, #31a5ff, #41b9ee);
    font-family: "Paperlogy-6SemiBold", "pretendard", "Noto Sans KR" !important;
}

.bargraph-section .top .other-a,
.bargraph-section .top .other-b {
    padding-top: 5px;
    background: linear-gradient(to top, #777777, #8e8e8f);
    font-family: "Paperlogy-4Regular", "pretendard", "Noto Sans KR" !important;
}

.bargraph-section .top .other-a {
    height: 30px;
}

.bargraph-section .top .other-b {
    height: 20px;
}

.bargraph-section .bottom {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 10px;
    justify-content: center;
    align-items: center;
    padding-top: 10px;
    border-top: 1px solid #dddddd;
}

.bargraph-section .bottom > div {
    width: 80px;
    font-family: "Paperlogy-6SemiBold", "pretendard", "Noto Sans KR" !important;
    font-size: 12px;
    text-align: center;
}

.bargraph-section .bottom .txt-ts {
    color: #31a5ff;
}

.bargraph-section .bottom .txt-other {
    color: #777777;
}

@media (min-width: 768px) {
    .bargraph-section .top {
        gap: 50px;
    }

    .bargraph-section .top > div {
        width: 100px;
        font-size: 15px;
    }

    .bargraph-section .top .ts {
        height: 250px;
    }

    .bargraph-section .top .other-a {
        height: 40px;
    }

    .bargraph-section .top .other-b {
        height: 30px;
    }

    .bargraph-section .bottom {
        gap: 50px;
    }

    .bargraph-section .bottom > div {
        font-size: 14px;
    }

    .bargraph-section .bottom .txt-ts,
    .bargraph-section .bottom .txt-other {
        width: 100px;
    }
}

@media (min-width: 960px) {
    .bargraph-section {
        margin: 20px auto 30px;
    }

    .bargraph-section .top {
        gap: 80px;
    }

    .bargraph-section .top > div {
        width: 120px;
        font-size: 16px;
    }

    .bargraph-section .top .ts {
        height: 300px;
    }

    .bargraph-section .top .other-a {
        height: 50px;
    }

    .bargraph-section .top .other-b {
        height: 40px;
    }

    .bargraph-section .bottom {
        gap: 80px;
    }

    .bargraph-section .bottom > div {
        font-size: 16px;
    }

    .bargraph-section .bottom .txt-ts,
    .bargraph-section .bottom .txt-other {
        width: 120px;
    }
}

/*Review*/
.review-list {
    display: flex;
    flex-direction: column;
    gap: 5px;
    max-width: 920px;
    margin: 0 auto;
    padding: 0 20px;
}

.review-list .review-item {
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
    padding: 10px;
    width: 100%;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    border-radius: 10px;
    cursor: pointer;
}

.review-list .review-item .item {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 3px;
}

.review-list .review-item .item-left .review-number {
    width: 50px;
    font-family: "Pretendard", "Noto Sans KR";
    font-size: 12px;
    font-weight: 500;
    color: #444444;
    text-align: center;
}

.review-list .review-item .item-right .review-meta {
    display: flex;
    flex-direction: row;
    gap: 10px;
    justify-content: right;
}

.review-list .review-item .item-right .review-meta .writer {
    display: flex;
    flex-direction: row;
    gap: 3px;
    justify-content: flex-start;
    align-items: center;
    font-family: "Pretendard", "Noto Sans KR";
    font-size: 12px;
    font-weight: 500;
    color: #444444;
    width: 80px;
    text-align: left;
}

.review-list .review-item .item-right .review-meta .writer .profile-container {
    display: inline-block;
    width: 24px;
    height: 24px;
    text-align: center;
}

.review-list .review-item .item-right .review-meta .writer .profile-container > img {
    object-fit: cover;
}

.review-list .review-item .item-right .date {
    font-family: "Pretendard", "Noto Sans KR";
    font-size: 12px;
    font-weight: 500;
    color: #444444;
    align-items: flex-end;
    text-align: right;
    width: 65px;
}

.review-list .review-item .review-title {
    grid-column: span 2;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 5px;
    min-width: 0;
    max-width: 100%;
    margin-top: 5px;
    width: 100%;
}

.review-list .review-item .review-title .title-text {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-family: "Pretendard", "Noto Sans KR";
    font-size: 14px;
    font-weight: 700;
    color: #333333;
}

@media (min-width: 768px) {
    .review-list .review-item .item-left .review-number {
        width: 60px;
        font-size: 14px;
    }

    .review-list .review-item .item-right .review-meta .writer {
        font-size: 14px;
        width: 100px;
    }

    .review-list .review-item .item-right .review-meta .writer .profile-container {
        width: 32px;
        height: 32px;
    }

    .review-list .review-item .item-right .date {
        font-size: 14px;
        width: 75px;
    }

    .review-list .review-item .review-title .title-text {
        font-size: 15px;
    }

    .review-list .review-item {
        grid-template-columns: 105px minmax(0, 1fr) auto;
        justify-content: left;
        gap: 10px;
        border-radius: 15px;
    }

    .review-list .review-item .item.item-left {
        gap: 5px;
        order: 1;
    }

    .review-list .review-item .item.item-right {
        gap: 10px;
        order: 3;
        justify-self: right;
    }

    .review-list .review-item .review-title {
        grid-column: unset;
        width: auto;
        order: 2;
    }
}

.review-list .review-item.best {
    background-color: #f5fbff;
    border: 1px solid #31a5ff;
}
.review-list .review-item.best .review-title .title-text {
    color: #31a5ff;
}
.review-viewer-item {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.review-list .review-viewer {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
    padding: 15px 60px;
    border: 1px solid #8dcdff;
    border-radius: 15px;
}
.review-list .review-viewer .review-viewer-item .my-review {
    color: #666;
    text-align: left;
    font-size: 16px;
    line-height: 1.6;
}
.review-list .review-viewer .review-viewer-item .my-review p {
    color: #666;
    text-align: left;
    font-size: 16px;
    line-height: 1.4;
}
.review-list .review-viewer .review-viewer-item .my-review > img {
    display: none;
}
.review-list .review-viewer > button {
    color: #777;
    background-color: #ffffff;
    border: none;
}
.s8_position {
    position: absolute;
    top: 15%;
    left: 45%;
}
@media (max-width: 960px) {
    .s8_position {
        width: 35%;
        top: 13%;
    }
}

@media (max-width: 768px) {
    .s8_position {
        top: 10%;
        left: 43%;
        width: 40%;
    }

    .section07 .bargraph-section .top .ts {
        height: 180px;
    }
}

@media (min-width: 768px) {
    .review-list .review-item .item-left .review-number {
        width: 60px;
        font-size: 14px;
    }
    .review-list .review-item .item-right .review-meta .writer {
        font-size: 14px;
        width: 100px;
    }
    .review-list .review-item .item-right .review-meta .writer .profile-container {
        width: 32px;
        height: 32px;
    }
    .review-list .review-item .item-right .date {
        font-size: 14px;
        width: 75px;
    }
    .review-list .review-item .review-title .title-text {
        font-size: 15px;
    }
    .review-list .review-item {
        grid-template-columns: 105px minmax(0, 1fr) auto;
        justify-content: left;
        gap: 10px;
        border-radius: 15px;
    }
    .review-list .review-item .item.item-left {
        gap: 5px;
        order: 1;
    }
    .review-list .review-item .item.item-right {
        gap: 10px;
        order: 3;
        justify-self: right;
    }
    .review-list .review-item .review-title {
        grid-column: unset;
        width: auto;
        order: 2;
    }
}

.review-list .review-item.best {
    background-color: #f5fbff;
    border: 1px solid #31a5ff;
}
.review-list .review-item.best .review-title .title-text {
    color: #31a5ff;
}
.badge-best,
.badge-speakvoca {
    background-color: #ff9c00;
    color: #ffffff;
}

/*Board-icons*/
.badge {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    padding: 0;
    width: 50px;
    height: 24px;
    line-height: 24px;
    border-radius: 12px;
    font-family: "Pretendard", "Noto Sans KR";
    font-size: 12px;
    font-weight: 700;
}

.badge-speakvoca {
    background-color: #ff9c00;
    color: #ffffff;
    width: 80px;
}

.badge-vocaking {
    background-color: #ffffff;
    border: 1px solid #ba58ff;
    color: #ba58ff;
}

.badge-speaking {
    background-color: #ffffff;
    border: 1px solid #31a5ff;
    color: #31a5ff;
}

.badge-reading {
    background-color: #ffffff;
    border: 1px solid #ef6f5b;
    color: #ef6f5b;
}

.badge-new {
    display: inline-block;
    justify-self: start;
    flex-shrink: 0;
    margin: 0;
    padding: 0;
    background-color: #ff6600;
    border-radius: 3px;
    width: 16px;
    height: 16px;
    line-height: 18px;
    font-family: "Pretendard", "Noto Sans KR";
    font-size: 10px;
    font-weight: 600;
    color: #ffffff;
    text-align: center;
}

.badge-pic {
    color: #31a5ff;
}
/*커리큘럼섹션*/
.curriculum-section {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin: 20px auto;
    padding: 0 20px;
}

.curriculum-section .class-container .header small {
    display: block;
    font-family: "Paperlogy-5Medium", "pretendard", "Noto Sans KR" !important;
    font-size: 16px;
    text-align: center;
    line-height: 1;
    color: #444444;
}

.curriculum-section .class-container .header span {
    display: inline-block;
    justify-content: center;
    align-items: center;
    align-self: flex-start;
    margin: 10px 0;
    padding: 10px 20px;
    background-color: #1b96fe;
    border-radius: 50px;
    font-family: "Paperlogy-6SemiBold", "pretendard", "Noto Sans KR" !important;
    font-size: 20px;
    text-align: center;
    line-height: 1;
    color: #ffffff;
}

.curriculum-section .class-container .body {
    display: grid;
    grid-template-columns: 1fr;
    justify-content: flex-start;
    align-items: center;
    background-color: #ffffff;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.15);
}

.curriculum-section .class-container .body .left-img {
    width: 100%;
    height: auto;
}

.curriculum-section .class-container .body .right-text {
    padding: 10px;
}

.curriculum-section .class-container .body .right-text p.level {
    font-family: "Paperlogy-5Medium", "pretendard", "Noto Sans KR" !important;
    font-size: 16px;
    text-align: center;
    line-height: 1.2;
    color: #444444;
}

.curriculum-section .class-container .body .right-text p.level span {
    font-family: "Paperlogy-7Bold", "pretendard", "Noto Sans KR" !important;
    color: #1b96fe;
}

.curriculum-section .class-container .body .right-text p.level-script {
    margin: 5px 0 10px 0;
    font-family: "Paperlogy-7Bold", "pretendard", "Noto Sans KR" !important;
    font-size: 16px;
    text-align: left;
    line-height: 1.2;
    color: #444444;
}

.curriculum-section .class-container .body .right-text .point {
    display: grid;
    grid-template-columns: 70px auto;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 10px;
}

.curriculum-section .class-container .body .right-text .point .title {
    padding: 5px 0;
    width: 100%;
    background-color: #66b9ff;
    border-radius: 50px;
    font-family: "Paperlogy-7Bold", "pretendard", "Noto Sans KR" !important;
    font-size: 12px;
    text-align: center;
    line-height: 1;
    color: #ffffff;
}

.curriculum-section .class-container .body .right-text .point p {
    font-family: "Paperlogy-5Medium", "pretendard", "Noto Sans KR" !important;
    font-size: 14px;
    text-align: left;
    line-height: 1.3;
    color: #444444;
}

@media (min-width: 768px) {
    .curriculum-section {
        gap: 30px;
    }

    .curriculum-section .class-container .body {
        grid-template-columns: 180px auto;
        gap: 20px;
        padding: 20px;
    }

    .curriculum-section .class-container .body .right-text {
        padding: 0;
    }

    .curriculum-section .class-container .body .right-text p.level {
        text-align: left;
    }

    .curriculum-section .class-container .body .right-text .point {
        grid-template-columns: 90px auto;
        gap: 5px;
    }

    .curriculum-section .class-container .body .right-text .point .title {
        font-size: 14px;
    }

    .curriculum-section .class-container .body .right-text .point p {
        font-size: 15px;
    }
}

@media (min-width: 960px) {
    .curriculum-section .class-container .header small {
        font-size: 20px;
    }

    .curriculum-section .class-container .body {
        grid-template-columns: 200px auto;
        gap: 30px;
    }

    .curriculum-section .class-container .body .right-text p.level {
        font-size: 20px;
    }

    .curriculum-section .class-container .body .right-text p.level-script {
        margin: 5px 0 15px 0;
        font-size: 20px;
    }

    .curriculum-section .class-container .body .right-text .point .title {
        font-size: 15px;
    }

    .curriculum-section .class-container .body .right-text .point p {
        font-size: 16px;
    }
}

/*유의사항*/
.notice-section {
    width: 100%;
    background-color: #666666;
    display: flex;
    justify-content: center;
}
.notice-section__inner {
    max-width: 920px;
    width: 100%;
    padding: 40px;
}
.notice-section__title {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.2;
    color: #fff;
}
.notice-section ol {
    padding-left: 10px;
    list-style: disc;
}

.notice-section ol li {
    margin: 5px 0;
    font-family: "Paperlogy-4Regular", "Pretendard", "Noto Sans KR" !important;
    font-size: 14px;
    line-height: 1.4;
    color: #ffffff;
}

.notice-section ol li.point {
    color: #ffc4bf;
}

@media (min-width: 768px) {
    .notice-section {
        padding: 30px 0;
    }

    .notice-section__inner {
        padding: 10px 0;
    }
    .notice-section ol {
        padding: 10px;
    }

    .notice-section ol li {
        font-size: 16px;
    }
}

/*유틸리티*/

.u-text-left {
    text-align: left;
}
.u-text-center {
    text-align: center;
}
.u-text-black {
    color: var(--basic-clr);
}
.u-text-blue {
    color: var(--main);
}
.u-text-sky {
    color: var(--sub-point);
}
.u-text-white {
    color: #fff;
}
.u-text-deepblue {
    color: var(--second-point);
}
.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-pdt-30 {
    padding-top: 30px;
}
.u-pdb-50 {
    padding-bottom: 50px;
}
.u-pdt-50 {
    padding-top: 50px;
}
.u-pdb-100 {
    padding-bottom: 100px;
}
.u-mgt-30 {
    margin-top: 30px;
}
.u-bg-white {
    background-color: #fff;
}
.u-bg-sky {
    background-color: var(--bg-sky);
}
.u-bg-second {
    background-color: var(--second-point) !important;
}
.u-bg-grey {
    background-color: var(--bg-grey);
}
.u-weight700 {
    font-weight: 700;
}
@media (max-width: 767px) {
    .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;
    }
    .u-mgt-30 {
        margin-top: 21px;
    }
    .pc-is-hide {
        display: block;
    }
    .mo-is-hide {
        display: none;
    }
    .c-btn {
        margin: 30px 0 0;
        font-family: "Paperozi", "Pretendard", "Noto Sans KR" !important;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 8px;
        padding: 15px 30px;
        background: var(--btn-clr);
        color: #fff;
        font-size: 18px;
        font-weight: 700;
        text-decoration: none;
        border-radius: 10px;
        margin-bottom: 30px;
    }
    .winter-12 .btn-box {
        padding: 10px 0 30px;
    }

    .icon-image {
        width: 18%;
        margin: 0 auto;
    }
    .icon-image > img {
        display: block;
    }
    .pr-wrap {
        padding-bottom: 70px;
    }
    .pr-item-box {
        max-width: 920px;
        grid-template-columns: 1fr 1fr;
        gap: 15px;
        padding: 20px 20px;
    }
    .pr-img {
        border-radius: 30px;
    }
    .pr-txt {
        font-size: 16px;
        line-height: 1.3;
    }

    .btn-box2 {
        padding: 20px 0 30px;
    }

    .section__title {
        font-size: 26px;
        line-height: 32px;
    }
    .section__body {
        padding: 0 10px;
    }
    .section__subcopy {
        font-size: 16px;
        line-height: 22px;
    }
    .section__text {
        font-size: 14px;
        line-height: 1.2;
    }
    .section__label {
        padding: 5px 25px;
        gap: 10px;
        font-size: 16px;
    }
    .desc__box {
        padding: 20px 0;
    }
    .label {
        font-size: 13px;
        padding: 3px 12px;
    }
    .text {
        font-size: 14px;
    }
    .prize-list {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
        padding: 0 10px;
    }
    .prize-list__item {
        order: 2;
    }
    .prize-list__item--top {
        grid-column: 1 / -1;
        justify-self: center;
        order: 1;
    }
    .graph_textbox {
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        padding: 10px 0;
    }
    .graph__text {
        font-size: 12px;
        font-weight: 700;
    }
    .graph__text:nth-child(1) {
        padding-left: 73px;
    }
    .graph__text:nth-child(2) {
        padding-left: 62px;
    }
    .graph__text:nth-child(3) {
        padding-left: 54px;
    }
    .annotation {
        font-size: 12px;
        font-weight: 600;
    }
    .kpi {
        padding: 20px 0;
    }
    .kpi__item {
        position: relative;
        width: 30%;
        height: auto;
        aspect-ratio: 1 / 1;
    }

    .kpi__text {
        padding: 20px 0;
    }

    .kpi__title {
        font-size: 14px;
    }

    .kpi__value {
        font-size: 26px;
        font-weight: 700;

        line-height: 1.2;
    }

    .kpi__desc {
        font-size: 12px;
        opacity: 0.8;
    }
    .kpi__item + .kpi__item {
        margin-left: -6px;
    }
    .blue-section__inner {
        font-size: 18px;
    }
    .textbox__wrap {
        width: 90%;
        padding: 0 0 20px;
    }
    .blue-header {
        font-family: Paperozi;
        font-size: 20px;
        font-style: normal;
        font-weight: 700;
        line-height: 1.6;
        padding: 10px 0;
    }
    .blue-body {
        color: #333;
        font-family: Paperozi;
        font-size: 20px;
        padding-top: 20px;
    }
    .media-card {
        display: flex;
        flex-direction: column;
        gap: 15px;
        color: #333;
    }
    .media-card__text {
        font-family: Paperozi;
        font-size: 18px;
        text-align: center !important;
    }
    .feature-cards {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 20px;
        padding: 0 20px;
    }
    .feature-cards__desc {
        margin-top: 8px;
        font-size: 14px;
        color: #666;
    }
    .section__smalltitle {
        font-size: 20px;
        line-height: 1.1;
    }
    .io-cards__wrap {
        padding: 20px 20px 0;
        flex-direction: column;
    }
    .io-cards {
        gap: 10px;
        padding: 10px 0;
    }
    .io-cards__label {
        font-size: 18px;
    }
    .io-cards__desc {
        font-size: 16px;
        line-height: 1.4;
    }
    .curriculum-section__title {
        font-size: 20px;
        line-height: 1.1;
    }
    .curriculum-cards {
        display: grid;
        grid-template-columns: 1fr;
        gap: 20px;
        padding: 20px 10px 0;
    }
    .curriculum-cards__item {
        border-radius: 15px;
    }

    .curriculum-cards__title {
        font-size: 20px;
    }

    .curriculum-cards__label {
        font-size: 12px;
    }

    .curriculum-cards__name {
        font-size: 20px;
        font-weight: 700;
        color: #fff;
        font-size: 26px;
    }

    .curriculum-cards__text {
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 1.3;
    }
    .icon-image {
        width: 12%;
        margin: 10px auto;
    }
    .event-image {
        width: 80%;
        margin: 0 auto;
    }
    .event-image > img {
        width: 100%;
        max-width: 700px;
        margin: 0 auto;
    }
    .feature-cards__title {
        font-size: 20px;
    }
    .vocaking-section,
    .idicenlish-section {
        grid-template-columns: 1fr 1fr;
    }
    .vocaking-card__text,
    .idicenlish-card__text {
        font-size: 14px;
    }
    .cs-card__text {
        font-size: 12px;
    }
    .manage-section {
        padding: 30px 20px 0;
        grid-template-columns: 1fr 1fr 1fr;
        gap: 10px;
    }
    .invitefriend-image {
        width: 80%;
        margin: 0 auto;
    }
    .idicenlish__img {
        width: 80%;
    }
    .vacaking__babge,
    .idicenlish__babge {
        top: -10px;
        right: -10px;
        width: 100px;
        font-size: 14px;
    }
    .feature-cards__index {
        left: 20px;
    }
    .graph_textbox {
        display: none;
    }
    .img-container {
        border-radius: 10px;
    }
    .curriculum-cards__text {
        font-size: 14px;
    }
    .curriculum-cards__footer {
        font-size: 13px;
    }
}
