@charset "utf-8";
/* CSS Document */

:root {
    --main: #1e74ff;
    --btn-clr: #1e74ff;
    --basic-clr: #333;
    --second-point: #0944f6;
    --sub-point: #0eafeb;
    --bg-sky: #ddf3ff;
    --bg-grey: #f6f6f6;
    --bg-white: #fff;
    --gradient-primary: linear-gradient(180deg, #0090ed 0%, #0944f6 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,
.media-card__text,
.curriculum-section__title,
.blue-section__inner,
.blue-header,
.blue-body,
.text,
.label {
    font-family: "Paperozi", "Pretendard", "Noto Sans KR" !important;
}
.pc-is-hide {
    display: none;
}

.slt-dim-popup {
    max-width: 690px;
    width: 100% !important;
}
.winter-12-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;
    background: var(--btn-clr);
    color: #fff;
    font-size: 25px;
    font-weight: 700;
    text-decoration: none;
    border-radius: 15px;
}
.winter-12-btn:hover {
    color: #fff !important;
    transform: translateY(-2px);
    box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.05);
}
.winter-12-btn:focus {
    color: #fff !important;
}
.winter-12-btn .arr {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 10px;
    height: auto;
}
.winter-12-btn .arr img {
    width: 100%;
}
.winter-12 .main-img {
    padding: 0 0 50px;
    margin: 0;
}
.btn--point {
    width: 90% !important;
    border-radius: 999px !important;
}
.winter-12 .btn-box {
    width: 100%;
    max-width: 920px;
    background-color: var(--bg-sky);
    text-align: center;
    padding: 20px 0 100px;
}
.winter-12 .section01 {
    padding: 30px 20px;
    background-color: var(--bg-grey);
}
.winter-12 .section02 {
    padding: 30px 20px 100px;
    background-color: var(--bg-grey);
}
.winter-12 .section03 {
    padding: 30px 20px 100px;
    max-width: 920px;
    width: 100%;
    background: #fff;
}
.winter-12 .event-area {
    width: 100%;
    padding: 0;
    overflow: hidden;
    margin: 0 auto;
    border-radius: 30px;
}
.winter-12 .event-box {
    background: #fff;
    overflow: hidden;
    border-radius: 0 0 30px 30px;
}
/* .title {
    font-family: "Paperozi", "Pretendard", "Noto Sans KR" !important;
    padding: 50px 0 30px;
    font-size: 40px;
    color: var(--basic-clr);
    line-height: 1.2;
    font-weight: 700;
}
.title > span {
    color: var(--main);
}
.title-small {
    font-family: "Paperozi", "Pretendard", "Noto Sans KR" !important;
    padding: 30px 0;
    font-size: 36px;
    color: var(--main);
    line-height: 1.2;
    font-weight: 700;
} */
.subtxt {
    font-family: "Paperozi", "Pretendard", "Noto Sans KR" !important;
    padding: 0 0 30px;
    font-size: 32px;
    color: var(--basic-clr);
    line-height: 1.2;
    font-weight: 500;
}

.icon-image > img {
    display: block;
    margin: 0 auto;
}
.maintxt h3 {
    color: var(--basic-clr) !important;
}
.maintxt h2 {
    color: var(--main) !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;
}
.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%;
    max-width: 920px;
    background-color: var(--bg-sky);
    text-align: center;
    padding: 20px 0 50px;
}
.section {
    width: 100%;
    max-width: 920px;
    position: relative;
    padding: unset;
}
.section__header {
    display: flex;
    flex-direction: column;
    justify-items: center;
}
.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: flex-start;
    padding: 10px 0;
}
.graph__text {
    font-size: 18px;
    font-weight: 700;
}
.graph__text:nth-child(1) {
    padding-left: 164px;
}
.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 {
    position: relative;
    background: url("/edu/skin/default/content/images/event/event42/triangle.svg") no-repeat top center; /* 파란 배경 */
    color: #fff;
    padding: 40px 20px 60px; /* 아래 여유 조금 */
    overflow: hidden; /* 삼각형 넘치는 부분 잘라내기 */
}

.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;
}

.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;
}
.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;
}
.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;
}
.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;
    padding: 30px 20px;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
}

/*유틸리티*/

.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-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-second {
    background-color: var(--second-point) !important;
}
.u-bg-grey {
    background-color: var(--bg-grey);
}
@media (max-width: 768px) {
    .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;
    }
    .winter-12-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;
    }
    .title {
        font-family: "Paperozi", "Pretendard", "Noto Sans KR" !important;
        padding: 20px 0 10px;
        font-size: 26px;
        color: var(--basic-clr);
        line-height: 1.2;
        font-weight: 700;
    }
    .title > span {
        color: var(--main);
    }
    .title-small {
        font-family: "Paperozi", "Pretendard", "Noto Sans KR" !important;
        padding: 15px 0;
        font-size: 26px;
        color: var(--main);
        line-height: 1.2;
        font-weight: 700;
    }
    .subtxt {
        font-family: "Paperozi", "Pretendard", "Noto Sans KR" !important;
        padding: 0 0 30px;
        font-size: 20px;
        color: var(--basic-clr);
        line-height: 1.2;
        font-weight: 500;
    }
    .icon-image {
        width: 18%;
        margin: 0 auto;
    }
    .icon-image > img {
        display: block;
    }
    .pr-wrap {
        padding-bottom: 70px;
    }
    .pr-item-box {
        grid-template-columns: 1fr 1fr;
        gap: 15px;
        padding: 20px 20px;
    }
    .pr-img {
        border-radius: 30px;
    }
    .pr-txt {
        font-size: 16px;
        line-height: 1.3;
    }
    .winter-12 .section01 {
        padding: 30px 50px;
    }
    .winter-12 .section02 {
        padding: 30px 20px 50px;
    }
    .winter-12 .section03 {
        padding: 30px 20px 50px;
    }
    .btn-box2 {
        padding: 20px 0 30px;
    }

    .section__title {
        font-size: 26px;
        line-height: 32px;
    }
    .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 0 0;
        grid-template-columns: 1fr 1fr 1fr;
        gap: 10px;
    }
    .invitefriend-image {
        width: 80%;
        margin: 0 auto;
    }
    .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;
    }
}

@media (max-width: 400px) {
    .title {
        font-family: "Paperozi", "Pretendard", "Noto Sans KR" !important;
        padding: 20px 0 10px;
        font-size: 24px;
        color: var(--basic-clr);
        line-height: 1.2;
        font-weight: 700;
    }
    .title > span {
        color: var(--main);
    }
    .title-small {
        font-family: "Paperozi", "Pretendard", "Noto Sans KR" !important;
        padding: 15px 0;
        font-size: 20px;
        color: var(--main);
        line-height: 1.2;
        font-weight: 700;
    }
    .subtxt {
        font-family: "Paperozi", "Pretendard", "Noto Sans KR" !important;
        padding: 0 0 30px;
        font-size: 16px;
        color: var(--basic-clr);
        line-height: 1.2;
        font-weight: 500;
    }
}
