@charset "utf-8";

.event-page {
    --event-gutter-ta: 24px;
    --event-gutter-mo: 20px;
    --event-section-space: 60px;
    --event-section-space-mo: 40px;
    --event-white: #fff;
    --event-gray-50: #f8f8f8;
    --event-gray-400: #e5e5e5;
    --event-cool-gray-100: #dbdee5;
    --event-text-primary: #333;
    --event-text-secondary: #555;
    --event-text-tertiary: #777;
    --event-text-caption: #999;
    --event-space-32: 32px;
    --event-space-40: 40px;
    --event-radius-8: 8px;
    --event-radius-12: 12px;
    --event-radius-16: 16px;
    --event-radius-full: 999px;
    overflow: hidden;
    color: var(--event-text-primary);
    font-family: "Pretendard Variable", "Pretendard", "Noto Sans KR", "Malgun Gothic", Dotum, sans-serif;
}

.event-page,
.event-page *,
.event-page *::before,
.event-page *::after {
    box-sizing: border-box;
}

.event-page img {
    max-width: 100%;
    height: auto;
    vertical-align: top;
}

.event-page button,
.event-page input,
.event-page select,
.event-page textarea {
    font: inherit;
}

.event-page button,
.event-page [role="button"] {
    cursor: pointer;
}

.event-page a,
.event-page button {
    -webkit-tap-highlight-color: transparent;
}

.event-page a:focus,
.event-page button:focus,
.event-page input:focus,
.event-page select:focus,
.event-page textarea:focus,
.event-page [tabindex]:focus {
    outline: 2px solid var(--event-key);
    outline-offset: 3px;
}

.event-page a:focus:not(:focus-visible),
.event-page button:focus:not(:focus-visible),
.event-page input:focus:not(:focus-visible),
.event-page select:focus:not(:focus-visible),
.event-page textarea:focus:not(:focus-visible),
.event-page [tabindex]:focus:not(:focus-visible) {
    outline: none;
}

.event-page .event-inner {
    width: 100%;
    max-width: var(--event-content-width);
    margin-right: auto;
    margin-left: auto;
}

.event-page .event-section {
    padding-top: var(--event-section-space);
    padding-bottom: var(--event-section-space);
}

.event-page .event-section-title {
    margin-bottom: var(--event-space-40);
    text-align: center;
}

.event-page .event-section-title > :first-child {
    margin-top: 0;
}

.event-page .event-section-title > :last-child {
    margin-bottom: 0;
}

.event-page .event-hero1,
.event-page .event-hero2,
.event-page .event-heading1,
.event-page .event-heading2,
.event-page .event-heading3,
.event-page .event-subheading1,
.event-page .event-subheading2 {
    letter-spacing: -0.02em;
}

.event-page .event-body1,
.event-page .event-body2,
.event-page .event-body3,
.event-page .event-caption1,
.event-page .event-caption2 {
    letter-spacing: -0.01em;
}

.event-page .event-hero1 {
    font-size: 84px;
    font-weight: 800;
    line-height: 84px;
}

.event-page .event-hero2 {
    font-size: 72px;
    font-weight: 800;
    line-height: 72px;
}

.event-page .event-heading1 {
    font-size: 32px;
    font-weight: 700;
    line-height: 42px;
}

.event-page .event-heading2 {
    font-size: 28px;
    font-weight: 700;
    line-height: 38px;
}

.event-page .event-heading3 {
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
}

.event-page .event-subheading1 {
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
}

.event-page .event-subheading2 {
    font-size: 18px;
    font-weight: 600;
    line-height: 26px;
}

.event-page .event-body1 {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

.event-page .event-body2 {
    font-size: 15px;
    font-weight: 400;
    line-height: 22px;
}

.event-page .event-body3 {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}

.event-page .event-caption1 {
    font-size: 13px;
    font-weight: 400;
    line-height: 18px;
}

.event-page .event-caption2 {
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
}

.event-page .event-button {
    display: inline-flex;
    min-height: 44px;
    align-items: center;
    justify-content: center;
    padding: 10px 24px;
    border: 1px solid transparent;
    border-radius: var(--event-radius-8);
    background: var(--event-key);
    color: var(--event-white);
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: -0.02em;
    text-align: center;
    text-decoration: none;
}

.event-page .event-button:disabled,
.event-page .event-button[aria-disabled="true"] {
    cursor: default;
    opacity: 0.5;
    pointer-events: none;
}

.event-page .event-outline-link {
    box-sizing: border-box;
    display: inline-flex;
    width: var(--event-outline-link-width, auto);
    height: 42px;
    align-self: center;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 0 48px;
    border: 1px solid var(--event-text-primary);
    border-radius: 6px;
    background: var(--event-white);
    color: var(--event-text-primary);
    font-size: 15px;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: -0.01em;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
}

.event-page .event-outline-link::before {
    box-sizing: border-box;
    display: inline-flex;
    height: 22px;
    align-items: center;
    justify-content: center;
    padding: 2px 8px;
    border-radius: 6px;
    background: var(--event-next-bg, #ffe2e6);
    color: var(--event-next-color, #ff6176);
    font-size: 13px;
    font-weight: 800;
    line-height: 18px;
    letter-spacing: -0.01em;
    content: "NEXT";
}

.event-page .event-outline-link-icon {
    position: relative;
    width: 16px;
    height: 16px;
    flex: 0 0 16px;
}

.event-page .event-outline-link-icon::before {
    position: absolute;
    top: 4px;
    left: 5px;
    width: 7px;
    height: 7px;
    border-top: 1.5px solid currentColor;
    border-right: 1.5px solid currentColor;
    transform: rotate(45deg);
    content: "";
}

.event-page .event-table-scroll {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.event-page .event-table {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
}

.event-page .event-note {
    color: var(--event-text-tertiary);
    font-size: 13px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: -0.01em;
}

.event-page .event-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;
}

.event-page .event-only-pc,
.event-page .event-only-pc-ta {
    display: block;
}

.event-page .event-only-ta,
.event-page .event-only-mo,
.event-page .event-only-ta-mo {
    display: none;
}

.safe-page {
    --event-key: #4d55eb;
    --event-next-bg: #d8efee;
    --event-next-color: #00a199;
    --event-outline-link-width: 302px;
    --event-content-width: 1200px;
    --event-visual-bg-pc: url("https://russeldata.megastudy.net/campus/images/russel_hs/info/safe_r/visual-bg-pc.svg");
    --event-visual-bg-mo: url("https://russeldata.megastudy.net/campus/images/russel_hs/info/safe_r/visual-bg-mo.svg");
    --event-check-icon: url("https://russeldata.megastudy.net/campus/images/russel_hs/info/safe_r/check.svg");
    min-width: 0;
    background: var(--event-white);
}

.safe-visual {
    position: relative;
    min-height: 450px;
    overflow: hidden;
}

.safe-visual-bg {
    position: absolute;
    top: 0;
    left: 50%;
    width: 1200px;
    height: 770px;
    background: var(--event-visual-bg-pc) no-repeat 50% 0 / 1200px 770px;
    transform: translateX(-50%);
}

.safe-visual-inner {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 80px 20px 60px;
    text-align: center;
}

.safe-eyebrow {
    margin: 0 0 12px;
    font-size: 32px;
    font-weight: 400;
    line-height: 42px;
    letter-spacing: -0.02em;
}

.safe-title {
    margin: 0;
    font-size: 72px;
    font-weight: 400;
    line-height: 84px;
    letter-spacing: -0.02em;
}

.safe-title span {
    display: block;
}

.safe-title strong {
    color: var(--event-key);
    font-weight: 800;
}

.safe-title-line {
    width: 2px;
    height: 48px;
    margin-top: 40px;
    background: linear-gradient(180deg, #4d55eb 0%, #a5aaf8 100%);
}

.safe-content {
    padding-bottom: 60px;
}

.safe-groups {
    display: flex;
    flex-direction: column;
    gap: 60px;
}

.safe-group {
    padding: 60px;
    border: 1px solid var(--event-gray-400);
    border-radius: var(--event-radius-16);
    background: rgba(255, 255, 255, 0.4);
}

.safe-group--system {
    display: flex;
    flex-direction: column;
    gap: 96px;
}

.safe-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 48px;
}

.safe-card {
    display: flex;
    min-width: 0;
    flex-direction: column;
}

.safe-row {
    display: grid;
    grid-template-columns: 528px minmax(0, 1fr);
    gap: 48px;
    align-items: center;
}

.safe-row--reverse .safe-media {
    order: 2;
}

.safe-image {
    width: 100%;
    height: 320px;
    overflow: hidden;
    border-radius: var(--event-radius-12);
    background: var(--event-gray-50);
}

.safe-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    pointer-events: none;
    user-select: none;
}

.safe-caption {
    margin: 8px 0 0;
    color: var(--event-text-caption);
    font-size: 13px;
    line-height: 18px;
    text-align: right;
}

.safe-copy {
    min-width: 0;
}

.safe-card .safe-copy {
    margin-top: 24px;
}

.safe-card .safe-caption + .safe-copy {
    margin-top: 6px;
}

.safe-copy h3 {
    margin: 0 0 12px;
    font-size: 32px;
    font-weight: 700;
    line-height: 42px;
    letter-spacing: -0.02em;
}

.safe-copy--center h3 {
    font-size: 28px;
    line-height: 38px;
    text-align: center;
}

.safe-list {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.safe-list li {
    position: relative;
    margin: 0;
    padding-left: 28px;
    color: var(--event-text-secondary);
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.01em;
}

.safe-list li::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 24px;
    height: 24px;
    background: var(--event-check-icon) no-repeat 50% 50% / 17px 17px;
    content: "";
}

.safe-slider {
    min-width: 0;
    outline: none;
}

.safe-slider:focus-visible .safe-slider-viewport {
    outline: 2px solid var(--event-key);
    outline-offset: 3px;
}

.safe-slider-viewport {
    cursor: grab;
    touch-action: pan-y;
}

.safe-slider-viewport.is-dragging {
    cursor: grabbing;
}

.safe-slider-track {
    display: flex;
    width: 100%;
    height: 100%;
    transition: transform 0.45s ease;
    will-change: transform;
}

.safe-slider-viewport.is-dragging .safe-slider-track {
    transition: none;
}

.safe-slide {
    flex: 0 0 100%;
    width: 100%;
    height: 100%;
}

.safe-pagination {
    --swiper-pagination-bullet-inactive-color: var(--event-cool-gray-100);
    --swiper-pagination-bullet-inactive-opacity: 1;
    --swiper-pagination-color: var(--event-text-primary);
    --swiper-theme-color: var(--event-text-primary);
    display: flex;
    min-height: 8px;
    align-items: center;
    justify-content: center;
    gap: 6px;
    margin-top: 12px;
}

.safe-pagination .swiper-pagination-bullet {
    margin: 0 !important;
}

.safe-pagination button {
    width: 8px;
    height: 8px;
    padding: 0;
    border: 0;
    border-radius: var(--event-radius-full);
    background: var(--event-cool-gray-100);
    font-size: 0;
    transition: width 0.25s ease, background-color 0.25s ease;
}

.safe-pagination button.is-active,
.safe-pagination .swiper-pagination-bullet-active {
    width: 28px;
    background: var(--event-text-primary);
    opacity: 1;
}

@media (min-width: 768px) and (max-width: 1199px) {
    .event-page .event-inner {
        padding-right: var(--event-gutter-ta);
        padding-left: var(--event-gutter-ta);
    }

    .event-page .event-only-pc,
    .event-page .event-only-mo {
        display: none;
    }

    .event-page .event-only-ta,
    .event-page .event-only-pc-ta,
    .event-page .event-only-ta-mo {
        display: block;
    }
}

@media (max-width: 767px) {
    .event-page {
        --event-section-space: var(--event-section-space-mo);
    }

    .event-page .event-outline-link {
        width: 100%;
        height: 38px;
        max-width: 100%;
        padding-right: 24px;
        padding-left: 24px;
        border-radius: 4px;
        font-size: 14px;
        letter-spacing: -0.01em;
    }

    .event-page .event-inner {
        padding-right: var(--event-gutter-mo);
        padding-left: var(--event-gutter-mo);
    }

    .event-page .event-section-title {
        margin-bottom: var(--event-space-32);
    }

    .event-page .event-hero1 {
        font-size: 56px;
        line-height: 64px;
    }

    .event-page .event-hero2 {
        font-size: 48px;
        line-height: 56px;
    }

    .event-page .event-heading1 {
        font-size: 28px;
        line-height: 38px;
    }

    .event-page .event-heading2 {
        font-size: 24px;
        line-height: 32px;
    }

    .event-page .event-heading3 {
        font-size: 20px;
        line-height: 28px;
    }

    .event-page .event-subheading1 {
        font-size: 18px;
        line-height: 26px;
    }

    .event-page .event-subheading2 {
        font-size: 16px;
        line-height: 24px;
    }

    .event-page .event-body2,
    .event-page .event-body3 {
        font-size: 14px;
        line-height: 20px;
    }

    .event-page .event-only-pc,
    .event-page .event-only-ta,
    .event-page .event-only-pc-ta {
        display: none;
    }

    .event-page .event-only-mo,
    .event-page .event-only-ta-mo {
        display: block;
    }
}

@media (prefers-reduced-motion: reduce) {
    .event-page *,
    .event-page *::before,
    .event-page *::after {
        scroll-behavior: auto !important;
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
    }
}


@media (min-width: 768px) and (max-width: 1199px) {
    .safe-title {
        font-size: 68px;
    }

    .safe-content {
        padding-right: 24px;
        padding-left: 24px;
    }

    .safe-group {
        padding: 48px;
    }

    .safe-grid {
        gap: 32px;
    }

    .safe-group--system {
        gap: 60px;
    }

    .safe-row {
        display: flex;
        width: 624px;
        max-width: 100%;
        margin: 0 auto;
        flex-direction: column;
        gap: 24px;
        align-items: stretch;
    }

    .safe-row--reverse .safe-media {
        order: initial;
    }

    .safe-image {
        height: auto;
        aspect-ratio: 624 / 380;
    }
}

@media (max-width: 767px) {
    .safe-visual {
        min-height: 345px;
    }

    .safe-visual-bg {
        width: 100%;
        height: 514px;
        background-image: var(--event-visual-bg-mo);
        background-size: cover;
    }

    .safe-visual-inner {
        padding: 60px 16px 40px;
    }

    .safe-eyebrow {
        margin-bottom: 8px;
        font-size: 24px;
        font-weight: 500;
        line-height: 32px;
    }

    .safe-title {
        font-size: 48px;
        line-height: 56px;
    }

    .safe-title span:last-child {
        max-width: 330px;
    }

    .safe-title-line {
        height: 32px;
        margin-top: 20px;
    }

    .safe-content {
        padding: 0 16px 40px;
    }

    .safe-groups {
        gap: 40px;
    }

    .safe-group {
        padding: 16px;
        border-radius: var(--event-radius-12);
    }

    .safe-grid {
        grid-template-columns: 1fr;
        gap: 32px;
    }

    .safe-group--system {
        gap: 32px;
    }

    .safe-row {
        display: flex;
        flex-direction: column;
        gap: 16px;
        align-items: stretch;
    }

    .safe-row--reverse .safe-media {
        order: initial;
    }

    .safe-image {
        height: auto;
        aspect-ratio: 328 / 198;
    }

    .safe-card .safe-copy,
    .safe-card .safe-caption + .safe-copy {
        margin-top: 16px;
    }

    .safe-card .safe-caption {
        margin-bottom: -8px;
    }

    .safe-copy h3,
    .safe-copy--center h3 {
        margin-bottom: 8px;
        font-size: 20px;
        line-height: 28px;
        text-align: center;
    }

    .safe-list li {
        font-size: 14px;
        line-height: 20px;
    }

    .safe-pagination {
        min-height: 6px;
        margin-top: 8px;
    }

    .safe-pagination button {
        width: 6px;
        height: 6px;
    }

    .safe-pagination button.is-active,
    .safe-pagination .swiper-pagination-bullet-active {
        width: 16px;
        background: var(--event-text-primary);
        opacity: 1;
    }
}


/* °Ë¼ö ¹Ý¿µ
   ÅÂºí¸´ ¼¼·Î(portrait)´Â ±âÁ¸ TA È­¸é À¯Áö
   ÅÂºí¸´ °¡·Î(landscape)´Â PC È­¸é°ú µ¿ÀÏÇÑ ÁÂ¿ì ¹èÄ¡ Àû¿ë */
@media (min-width: 768px) and (max-width: 1199px) and (orientation: landscape) {
    .safe-row {
        display: grid;
        width: 100%;
        max-width: none;
        margin: 0;
        grid-template-columns: 48% minmax(0, 1fr);
        gap: 36px;
        align-items: center;
    }

    .safe-row--reverse .safe-media {
        order: 2;
    }

    .safe-image {
        height: auto;
        aspect-ratio: 528 / 320;
    }

    .safe-copy h3 {
        font-size: 28px;
        line-height: 38px;
    }
}