html,
body {
    height: 100%;
    background: #ffffff;
}

body {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

/* header */
.ua-header {
    background: #ffde00;
    display: flex;
    padding: 20px 150px;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    border: 0;
    box-shadow: none;
    width: 100%;
}

.ua-header__inner {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    width: 100%;
}

.ua-header__row1 {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.ua-brand {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    cursor: pointer;
    text-decoration: none;
}

.ua-brand:hover,
.ua-brand:active,
.ua-brand:focus,
.ua-brand:focus-visible {
    outline: none;
    box-shadow: none;
    background: none;
    text-decoration: none;
}

.ua-brand__img {
    width: 200px;
    height: auto;
    object-fit: contain;
    display: block;
    pointer-events: none;
    user-select: none;
}

.ua-brand__text {
    display: none;
}

.ua-header__row2 {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
}

.ua-nav {
    display: flex;
    gap: 50px;
}

.ua-nav__link {
    color: #000;
    font-family: Pretendard;
    font-size: 16px;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: -0.4px;
    cursor: pointer;
    text-decoration: none;
}

.ua-nav__link:hover,
.ua-nav__link:active,
.ua-nav__link:focus,
.ua-nav__link:focus-visible {
    opacity: 1;
    color: inherit;
    background: none;
    outline: none;
    box-shadow: none;
    text-decoration: none;
}

.ua-actions {
    display: flex;
    align-items: center;
    gap: 14px;
}

.ua-pill {
    height: 44px;
    width: 142px;
    padding: 0 18px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-size: 16px;
    font-weight: 400;
    white-space: nowrap;
    border: 0;
    outline: none;
    box-shadow: none;
    cursor: pointer;
    background: transparent;
}

.ua-pill:focus,
.ua-pill:active,
.ua-pill:focus-visible {
    outline: none;
    box-shadow: none;
}

.ua-pill--dark {
    background: #111;
    color: #fff;
    box-shadow: 0 6px 14px rgba(0, 0, 0, 0.18);
}

.ua-pill--light {
    width: 106px;
    background: #fff;
    color: #111;
    border: 1px solid rgba(0, 0, 0, 0.12);
    box-shadow: 0 6px 14px rgba(0, 0, 0, 0.08);
}

.ua-pill__chev {
    width: 14px;
    height: 14px;
    display: inline-block;
}

.ua-pill--dark .ua-pill__chev {
    filter: none;
}

.ua-pill--light .ua-pill__chev {
    filter: brightness(0) saturate(100%);
}

.ua-hamburger {
    display: none;
    border: 0;
    background: transparent;
    padding: 8px;
    cursor: pointer;
    outline: none;
    box-shadow: none;
    -webkit-tap-highlight-color: transparent;
}

.ua-hamburger:focus,
.ua-hamburger:active,
.ua-hamburger:focus-visible {
    outline: none;
    box-shadow: none;
    background: transparent;
}

.ua-hamburger__icon {
    width: 34px;
    height: 34px;
    display: block;
    pointer-events: none;
    user-select: none;
}

.ua-main {
    flex: 1;
    padding: 40px 0;
}

.ua-main__desc {
    margin: 0;
}

/* content */
.ua-main {
    flex: 1;
    padding: 0;
}

/* hero */
.ua-only-mobile-break {
    display: none;
}

.ua-hero {
    width: 100%;
    min-height: 1000px;
    padding: 40px 0 48px;
    background-image: url("/img/main/content/background.svg"),
    linear-gradient(0deg, #6a9ce5 -1.94%, #002a58 49.03%, #0e1d4e 100%);
    background-repeat: no-repeat, no-repeat;
    background-size: cover, cover;
    background-blend-mode: normal, normal;
    position: relative;
    overflow: hidden;
}

.ua-hero .inner {
    background: transparent !important;
}

.ua-hero__content {
    margin-top: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 48px;
}

.ua-hero__left {
    flex: 1;
    min-width: 320px;
    color: #fff;
}

.ua-hero__kicker {
    color: #ffffff;
    font-family: "Gmarket Sans TTF";
    font-size: 35px;
    font-style: normal;
    font-weight: 300;
    line-height: 120%;
    letter-spacing: -0.7px;
}

.ua-hero__kicker span {
    color: #fff47e;
    font-weight: 500;
}

.ua-hero__kicker--highlight {
    color: #fff47e;
}

.ua-hero__title {
    color: #ffea00;
    font-family: "Gmarket Sans TTF";
    margin: 0 0 16px;
    font-size: 90px;
    line-height: 1.05;
    letter-spacing: -1.2px;
    font-weight: 700;
}

.ua-hero__title--white {
    color: #fff;
}

.ua-hero__sub {
    color: #fff;
    font-family: "Gmarket Sans TTF";
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: 120%;
    letter-spacing: -0.4px;
}

.ua-hero__sub strong {
    font-weight: 800;
}

.ua-hero__sub .count-class {
    color: #ffea00;
}

.ua-hero__sub .count-student {
    color: #fff47e;
}

.ua-hero__cta {
    margin-top: 32px;
    display: flex;
    gap: 12px;
    align-items: center;
}

.ua-hero__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 44px;
    padding: 0 18px;
    border-radius: 999px;
    text-decoration: none;
    font-size: 18px;
    letter-spacing: -0.3px;
    white-space: nowrap;
}

.ua-hero__btn--yellow {
    background: #ffde00;
    color: #111;
    font-weight: 800;
}

.ua-hero__btn--blue {
    background: #1f5cff;
    color: #fff;
    font-weight: 700;
}

.ua-hero__right {
    margin-top: 30px;
    flex: 0 30 auto;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.ua-hero__moly {
    width: min(520px, 42vw);
    height: auto;
    display: block;
    object-fit: contain;
}

.ua-hero-bottom {
    height: 147px;
    background: #ffde00;
}

/* hero service card */
.ua-service {
    margin-top: 40px;
    width: 100%;
    position: relative;
}

.ua-service__container {
    /* 카드 4장(240px*4) + gap 3개(20px*3) + 화살표(40px*2) + 간격(20px*2) = 1140px */
    max-width: 1140px;
    width: 100%;
    margin: 0 auto;
    padding: 10px 0 20px;
    display: flex;
    align-items: center;
    gap: 20px;
    background: transparent;
}

.ua-service__swiper {
    flex: 1;
    min-width: 0;
    overflow: hidden;
    background: transparent;
}

.ua-service__swiper .swiper-wrapper {
    display: flex;
    align-items: stretch;
    background: transparent;
}

.ua-service__swiper .swiper-slide {
    width: 240px;
    height: auto;
    flex-shrink: 0;
}

.ua-service__card {
    width: 100%;
    max-width: 240px;
    height: 290px;
    border-radius: 20px;
    background: #fff;
    opacity: 0.5;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    padding: 40px 20px;
    cursor: grab;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.4);
    transition:
            opacity 0.25s cubic-bezier(0.4, 0, 0.2, 1),
            transform 0.25s cubic-bezier(0.4, 0, 0.2, 1),
            background 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}

.ua-service__card:active {
    cursor: grabbing;
}

.ua-service__swiper .swiper-slide-active .ua-service__card,
.ua-service__card:hover {
    opacity: 1;
    background: #fff8c8;
    transform: translateY(-4px);
}

.ua-service__character {
    width: auto;
    height: 160px;
    max-width: 180px;
    object-fit: contain;
    flex-shrink: 0;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}

.ua-service__logo {
    width: auto;
    height: 32px;
    max-width: 170px;
    object-fit: contain;
    flex-shrink: 0;
}

.ua-service__arrow {
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border-radius: 300px;
    border: 1px solid #fff;
    background: transparent;
    padding: 5px;
    transition: transform 0.2s ease, background 0.2s ease;
}

.ua-service__arrow--prev svg {
    width: 10px;
    height: 15px;
}

.ua-service__arrow--next svg {
    width: 12px;
    height: 18px;
}

.ua-service__arrow:hover {
    transform: scale(1.08);
    background: rgba(255, 255, 255, 0.15);
}

@media (max-width: 768px) {
    .ua-service__arrow {
        width: 36px;
        height: 36px;
    }

    .ua-service__arrow--prev svg {
        width: 8px;
        height: 12px;
    }

    .ua-service__arrow--next svg {
        width: 10px;
        height: 15px;
    }

    .ua-service__card {
        height: 260px;
        padding: 32px 16px;
    }

    .ua-service__character {
        height: 140px;
    }

    .ua-service__logo {
        height: 28px;
    }
}

@media (max-width: 480px) {
    .ua-service__arrow {
        width: 32px;
        height: 32px;
    }

    .ua-service__card {
        height: 220px;
        padding: 24px 14px;
    }

    .ua-service__character {
        height: 110px;
    }

    .ua-service__logo {
        height: 24px;
    }
}

/* 배너 영역 */
.ua-banner {
    position: relative;
    background: #ffea00;
    padding: 48px 0;
    overflow: visible;
}

.ua-banner__inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ua-banner__content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    max-width: 750px;
}

.ua-banner__text {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.ua-banner__desc {
    margin: 0;
    color: #000;
    font-family: "Gmarket Sans TTF";
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 120%;
    letter-spacing: -0.36px;
}

.ua-banner__title {
    margin: 0;
    color: #000;
    font-family: "Gmarket Sans TTF";
    font-size: 25px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: -0.5px;
}

.ua-banner__title span {
    color: #0762d7;
}

.ua-banner__btn {
    padding: 14px 28px;
    border-radius: 150px;
    background: linear-gradient(
            92deg,
            #0762d7 5.37%,
            #004092 49.02%,
            #0762d7 92.66%
    );
    color: #fff;
    font-family: "Gmarket Sans TTF";
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: -0.4px;
    text-decoration: none;
    white-space: nowrap;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.ua-banner__btn-light {
    font-weight: 500;
}

.ua-banner__btn,
.ua-banner__btn:hover,
.ua-banner__btn:active,
.ua-banner__btn:focus,
.ua-banner__btn:visited {
    color: #fff;
    text-decoration: none;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}

.ua-banner__btn:hover .ua-banner__btn-light {
    color: #fff;
}

.ua-banner__moly {
    position: absolute;
    right: -80px;
    bottom: -70px;
    width: 350px;
    height: auto;
    pointer-events: none;
}

/* 우리아이 통합 플랫폼 */
.ua-trust {
    background: #fffde0;
    padding: 150px 0 150px;
}

.ua-trust__inner {
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
}

.ua-trust__title {
    margin: 0 0 48px;
    text-align: center;
    font-family: "Gmarket Sans TTF";
}

.ua-trust__title-row {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.ua-trust__title-row2 {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0;
}

.ua-trust__title-row2 img {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
}

.ua-trust__title-top {
    display: inline;
    color: #000;
    font-size: 60px;
    font-style: normal;
    font-weight: 300;
    line-height: 120%;
    letter-spacing: -1.2px;
}

.ua-trust__title-bottom {
    display: block;
    color: #0762d7;
    font-size: 60px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    letter-spacing: -1.2px;
}

.ua-board {
    background: url("/img/main/content/board.svg") center / cover no-repeat;
    border-radius: 16px;
    padding: 60px 56px;
    max-width: 1080px;
    margin: 0 auto;
    position: relative;
    box-shadow: none !important;
    border: 0 !important;
    outline: 0 !important;
}

.ua-board__molly {
    position: absolute;
    left: -10px;
    top: -95px;
    width: 180px;
    pointer-events: none;
}

.ua-board__cards {
    display: grid;
    grid-template-columns: repeat(4, 200px);
    justify-content: center;
    gap: 24px;
    align-items: center;
    padding: 26px 0;
}

.ua-board__card {
    width: 200px;
    height: 200px;
    aspect-ratio: 1 / 1;
    height: auto;
    border-radius: 50%;
    padding: 10px 8px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: linear-gradient(
            180deg,
            rgba(255, 255, 255, 0.5) 0%,
            rgba(54, 91, 59, 0.1) 87.02%
    );
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.12);
    color: #fff;
    text-align: center;
    font-family: "Gmarket Sans TTF";
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    letter-spacing: -0.4px;
    white-space: nowrap;
    position: relative;
}

.ua-board__stars {
    position: absolute;
    top: -10px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 4px;
}

.ua-board__stars img {
    width: 24px;
}

.ua-board__stars img:nth-child(2) {
    width: 30px;
    transform: translateY(-4px);
}

.ua-board__card strong {
    font-family: "Gmarket Sans TTF";
    font-size: 40px;
    font-weight: 700;
    background: linear-gradient(
            90deg,
            #ffde00 -2.73%,
            #fff08b 44.77%,
            #ffde00 92.27%
    );
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin: 0 2px;
}

.ua-board__value {
    display: inline-flex;
    align-items: baseline;
    gap: 4px;
    white-space: nowrap;
}

.ua-board__unit {
    color: #fff;
    text-align: center;
    font-family: "Gmarket Sans TTF";
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    letter-spacing: -0.4px;
}

.ua-board__card p {
    margin: 6px 0 0;
    color: #fff;
    text-align: center;
    font-family: "Gmarket Sans TTF";
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    letter-spacing: -0.36px;
    opacity: 0.9;
}

/* ai info */
.ua-aihub {
    background: #f4fbff;
    padding: 150px 0;
    position: relative;
    overflow: hidden;
}

.ua-aihub__inner {
    position: relative;
    text-align: center;
}

.ua-aihub__header {
    position: relative;
    padding: 0 16px;
}

.ua-aihub__title {
    margin: 0;
    font-family: "Gmarket Sans TTF";
    font-size: 60px;
    font-style: normal;
    line-height: 120%;
    letter-spacing: -1.2px;
    text-align: center;
    overflow: visible;
}

.ua-aihub__line {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0 !important;
}

.ua-aihub__line img {
    object-fit: contain;
    display: inline-block;
}

.ua-aihub__title-black {
    color: #000;
    font-weight: 300;
}

.ua-aihub__title-blue {
    color: #0762d7;
    font-weight: 500;
    margin-left: 8px;
}

.ua-aihub__attach {
    margin-left: 0;
}

.ua-aihub__title-grad {
    background: linear-gradient(90deg, #ffde00 0%, #ff5900 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: "Gmarket Sans TTF";
    font-size: 60px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: -1.2px;
}

.ua-aihub__title--mo {
    display: none;
}

.ua-aihub__ai {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    white-space: nowrap;
    line-height: 1;
}

.ua-aihub__sub {
    margin: 10px 0 0;
    color: #000;
    text-align: center;
    font-family: "Gmarket Sans TTF";
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: 120%;
    letter-spacing: -0.4px;
}

.ua-aihub__result {
    position: relative;
    display: inline-flex;
    align-items: center;
    isolation: isolate;
}

.ua-aihub__result > span {
    position: relative;
    z-index: 2;
}

.ua-aihub__cloud {
    position: absolute;
    right: -120px;
    bottom: -40px;
    width: 180px;
    height: auto;
    z-index: 1;
    pointer-events: none;
}

.ua-aihub__cloud--mini {
    width: 80px;
    right: -150px;
    top: -10px;
    bottom: auto;
    opacity: 0.45;
    filter: blur(0.3px);
    z-index: 0;
}

.ua-role-wrap {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: 50px;
}

.ua-role {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 38px;
    min-width: 65px;
    padding: 0 20px;
    border-radius: 150px;
    color: #000;
    text-align: center;
    font-family: "Gmarket Sans TTF";
    font-size: 20px;
    font-style: normal;
    line-height: 120%;
    letter-spacing: -0.4px;
}

.ua-role.student {
    font-weight: 500;
    background: linear-gradient(180deg, #fe9d01 0%, #ffde00 100%);
    box-shadow: 0 10px 18px rgba(0, 0, 0, 0.1);
    position: relative;
    z-index: 2;
}

.ua-role.teacher {
    font-weight: 300;
    background: #fff;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
    margin-left: -26px;
    padding-left: 28px;
    position: relative;
    z-index: 1;
}

.ua-aihub__grid {
    display: grid;
    grid-template-columns: repeat(4, 270px);
    gap: 24px;
    justify-content: center;
    margin-top: 50px;
}

.ua-aihub__item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    width: 270px;
    height: 100px;
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
}

.ua-aihub__item img {
    max-width: 200px;
    max-height: 48px;
    width: auto;
    height: auto;
    object-fit: contain;
}

.ua-aihub__line.ua-aihub__result > span {
    margin-right: 6px;
}

.ua-aihub__line.ua-aihub__result > span:last-of-type {
    margin-right: 0;
}

.ua-aihub__result .ua-aihub__title-black:last-of-type {
    margin-left: 6px;
}

.ua-aihub__ai {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    white-space: nowrap;
}

@media (max-width: 640px) {
    .ua-aihub {
        padding: 100px 0;
        background-color: #f7f7f7;
    }

    .ua-aihub__inner {
        padding: 0 20px;
    }

    .ua-aihub__header {
        padding: 0;
    }

    .ua-aihub__title--web {
        display: none;
    }

    .ua-aihub__title--mo {
        display: block;
    }

    .ua-aihub__title,
    .ua-aihub__title-grad {
        font-size: 42px;
    }

    .ua-aihub__title--mo .ua-aihub__line {
        display: flex;
        justify-content: center;
        align-items: baseline;
        text-align: center;
        line-height: 1.2;
        white-space: nowrap;
    }

    .ua-aihub__line.ua-aihub__ai {
        gap: 6px;
    }

    .ua-aihub__line.ua-aihub__ai img {
        width: 1em;
        height: 1em;
        display: block;
        transform: translateY(1px);
    }

    .ua-aihub__title-grad {
        display: inline;
        margin: 0;
    }

    .ua-aihub__attach {
        margin-left: 6px;
        font-weight: 300;
    }

    .ua-aihub__title-black {
        word-break: keep-all;
    }

    .ua-aihub__sub {
        font-size: 15px;
        margin-top: 20px;
    }

    .ua-role-wrap {
        margin-top: 36px;
    }

    .ua-role {
        height: 40px;
        font-size: 18px;
        padding: 0 18px;
        min-width: 72px;
    }

    .ua-aihub__result {
        position: relative;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        isolation: isolate;
    }

    .ua-aihub__result .ua-aihub__cloud {
        position: absolute;
        right: 0px;
        bottom: -15px;
        left: auto;
        top: auto;
        transform: none;
        width: 100px;
        opacity: 0.22;
        filter: blur(1px);
        z-index: 0;
        pointer-events: none;
    }

    .ua-aihub__result .ua-aihub__cloud--mini {
        position: absolute;
        right: 0px;
        bottom: 30px;
        left: auto;
        top: auto;
        width: 50px;
        opacity: 0.45;
        filter: blur(0.3px);
        z-index: 1;
        pointer-events: none;
    }

    .ua-aihub__result > span {
        position: relative;
        z-index: 2;
    }

    .ua-aihub__grid {
        margin-top: 50px;
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 18px;
    }

    .ua-aihub__item {
        width: 100%;
        height: 72px;
        border-radius: 20px;
    }

    .ua-aihub__item img {
        max-width: 155px;
        max-height: 34px;
    }

    .ua-aihub__item:last-child {
        grid-column: 1 / -1;
        justify-self: center;
        width: calc((100% - 18px) / 2);
    }
}

/* ua-pick */
.ua-pick {
    position: relative;
    background: url("/img/main/pick/background-pattern.png") no-repeat center
    center;
    background-size: cover;
    padding: 150px 0;
    overflow: hidden;
}

.ua-pick__header {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    margin-bottom: 50px;
    position: relative;
    z-index: 1;
}

.ua-pick__hero-image {
    width: 386px;
    height: 244px;
}

.ua-pick__phone-olly {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.ua-pick__title {
    font-family: "Gmarket Sans", "Noto Sans KR", sans-serif;
    font-size: 60px;
    font-weight: 300;
    color: #000;
    line-height: 1.2;
    letter-spacing: -1.2px;
    text-align: center;
}

.ua-pick__title-row {
    display: inline-flex;
    align-items: flex-start;
    gap: 0;
    position: relative;
}

.ua-pick__gift-icon {
    width: 55px;
    height: 55px;
    object-fit: contain;
    vertical-align: middle;
    margin-right: 4px;
}

.ua-pick__title-text {
    display: block;
}

.ua-pick__title-line1,
.ua-pick__title-line2 {
    display: block;
}

.ua-pick__title .text-medium {
    font-weight: 500;
}

.ua-pick__desc {
    font-family: "Gmarket Sans", "Noto Sans KR", sans-serif;
    font-size: 20px;
    font-weight: 300;
    color: #000;
    letter-spacing: -0.4px;
    text-align: center;
}

.ua-pick__desc-line {
    display: inline;
}

.ua-pick__carousel {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    z-index: 1;
}

.ua-pick__cards {
    position: relative;
    width: 967px;
    height: 320px;
    margin: 0 auto;
}

.ua-pick__card {
    position: absolute;
    border-radius: 20px;
    overflow: hidden;
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.ua-pick__card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ua-pick__card[data-position="0"] {
    width: 568px;
    height: 320px;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    z-index: 5;
    opacity: 1;
}

.ua-pick__card[data-position="1"] {
    width: 422px;
    height: 238px;
    right: 77px;
    left: auto;
    top: 41px;
    transform: none;
    z-index: 3;
    opacity: 1;
}

.ua-pick__card[data-position="2"] {
    width: 322px;
    height: 182px;
    right: 0;
    left: auto;
    top: 69px;
    transform: none;
    z-index: 1;
    opacity: 1;
}

.ua-pick__card[data-position="3"] {
    width: 322px;
    height: 182px;
    left: 0;
    right: auto;
    top: 69px;
    transform: none;
    z-index: 1;
    opacity: 1;
}

.ua-pick__card[data-position="4"] {
    width: 422px;
    height: 238px;
    left: 89px;
    right: auto;
    top: 41px;
    transform: none;
    z-index: 3;
    opacity: 1;
}

.ua-pick__card-main {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
    padding: 0 54px;
    background: linear-gradient(180deg, #ceb8ff 0%, #b18eff 100%);
    position: relative;
    overflow: hidden;
}

.ua-pick__card-bg-effect {
    position: absolute;
    inset: 0;
    pointer-events: none;
    opacity: 0.3;
    mix-blend-mode: hue;
}

.ua-pick__bg-effect-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ua-pick__card-text {
    color: #fff;
    position: relative;
    z-index: 1;
}

.ua-pick__card-subtitle {
    font-family: "Gmarket Sans", "Noto Sans KR", sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.2;
    letter-spacing: -0.32px;
    margin-bottom: 15px;
}

.ua-pick__card-subtitle strong {
    font-weight: 500;
}

.ua-pick__card-divider {
    width: 20px;
    height: 1px;
    background: #fff;
    margin-bottom: 15px;
}

.ua-pick__card-title {
    font-family: "Gmarket Sans", "Noto Sans KR", sans-serif;
    font-size: 25px;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: -0.8px;
}

.ua-pick__card-title strong {
    display: block;
    font-size: 40px;
    font-weight: 700;
}

.ua-pick__card-preview {
    width: 260px;
    height: 173px;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0 3px 20px rgba(0, 0, 0, 0.3);
    position: relative;
    z-index: 1;
}

.ua-pick__card-preview img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ua-pick__nav-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: #fff;
    border-radius: 50%;
    border: none;
    cursor: pointer;
    transition: all 0.2s ease;
    z-index: 10;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.ua-pick__nav-btn img {
    width: 30px;
    height: 30px;
}

.ua-pick__nav-prev {
    left: calc(50% - 320px);
}

.ua-pick__nav-next {
    right: calc(50% - 320px);
}

.ua-pick__nav-btn:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.ua-pick__nav-btn:focus {
    outline: 2px solid #287bef;
    outline-offset: 2px;
}

@media screen and (max-width: 1200px) {
    .ua-pick__cards {
        width: 800px;
    }

    .ua-pick__card[data-position="0"] {
        width: 480px;
        height: 280px;
    }

    .ua-pick__card[data-position="1"],
    .ua-pick__card[data-position="4"] {
        width: 350px;
        height: 200px;
    }

    .ua-pick__card[data-position="2"],
    .ua-pick__card[data-position="3"] {
        width: 260px;
        height: 150px;
    }

    .ua-pick__nav-prev {
        left: calc(50% - 270px);
    }

    .ua-pick__nav-next {
        right: calc(50% - 270px);
    }
}

@media screen and (max-width: 1024px) {
    .ua-pick {
        padding: 120px 0 80px;
    }

    .ua-pick__hero-image {
        width: 300px;
        height: 190px;
    }

    .ua-pick__title {
        font-size: 45px;
    }

    .ua-pick__gift-icon {
        width: 45px;
        height: 45px;
    }

    .ua-pick__cards {
        width: 600px;
        height: 260px;
    }

    .ua-pick__card[data-position="0"] {
        width: 400px;
        height: 240px;
    }

    .ua-pick__card[data-position="1"],
    .ua-pick__card[data-position="4"] {
        width: 280px;
        height: 180px;
        top: 40px;
    }

    .ua-pick__card[data-position="1"] {
        right: 0;
    }

    .ua-pick__card[data-position="4"] {
        left: 0;
    }

    .ua-pick__card[data-position="2"],
    .ua-pick__card[data-position="3"] {
        display: none;
    }

    .ua-pick__card-main {
        padding: 0 30px;
    }

    .ua-pick__card-preview {
        width: 180px;
        height: 120px;
    }

    .ua-pick__card-title strong {
        font-size: 30px;
    }

    .ua-pick__nav-prev {
        left: calc(50% - 230px);
    }

    .ua-pick__nav-next {
        right: calc(50% - 230px);
    }
}

@media screen and (max-width: 767px) {
    .ua-pick {
        padding: 80px 0 50px;
    }

    .ua-pick__header {
        gap: 15px;
        margin-bottom: 30px;
    }

    .ua-pick__hero-image {
        width: 240px;
        height: 150px;
    }

    .ua-pick__title {
        font-size: 30px;
        line-height: 1.3;
        letter-spacing: -0.6px;
    }

    .ua-pick__gift-icon {
        width: 30px;
        height: 30px;
    }

    .ua-pick__desc {
        font-size: 14px;
        line-height: 1.4;
    }

    .ua-pick__desc-line {
        display: block;
    }

    .ua-pick__carousel {
        padding: 0 20px;
    }

    .ua-pick__cards {
        width: 100%;
        height: 320px;
    }

    .ua-pick__nav-btn {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        width: 40px;
        height: 40px;
        background: #fff;
        z-index: 20;
        box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    }

    .ua-pick__nav-btn img {
        width: 30px;
        height: 30px;
    }

    .ua-pick__nav-prev {
        top: 50px;
    }

    .ua-pick__nav-prev img {
        transform: rotate(90deg);
    }

    .ua-pick__nav-next {
        top: 300px;
    }

    .ua-pick__nav-next img {
        transform: rotate(90deg);
    }

    .ua-pick__card {
        position: absolute;
        left: 50%;
        right: auto;
        bottom: auto;
        transition: top 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94),
        width 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94),
        height 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94),
        opacity 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94),
        transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    }

    .ua-pick__card[data-position="0"] {
        display: block;
        width: 100%;
        max-width: 440px;
        height: 248px;
        top: 50px;
        left: 50%;
        transform: translateX(-50%);
        z-index: 5;
        opacity: 1;
    }

    .ua-pick__card[data-position="1"] {
        display: block;
        width: 74%;
        max-width: 327px;
        height: 184px;
        top: 25px;
        left: 50%;
        transform: translateX(-50%);
        z-index: 3;
        opacity: 1;
    }

    .ua-pick__card[data-position="2"] {
        display: block;
        width: 57%;
        max-width: 249px;
        height: 141px;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
        z-index: 1;
        opacity: 1;
    }

    .ua-pick__card[data-position="3"] {
        display: block;
        width: 50%;
        max-width: 200px;
        height: 120px;
        top: -50px;
        left: 50%;
        transform: translateX(-50%);
        z-index: 0;
        opacity: 0;
        pointer-events: none;
    }

    .ua-pick__card[data-position="4"] {
        display: block;
        width: 100%;
        max-width: 440px;
        height: 248px;
        top: 320px;
        left: 50%;
        transform: translateX(-50%);
        z-index: 0;
        opacity: 0;
        pointer-events: none;
    }

    .ua-pick__card-main {
        padding: 20px 25px;
        flex-direction: row;
        align-items: center;
        gap: 15px;
    }

    .ua-pick__card-text {
        order: 1;
        flex-shrink: 0;
    }

    .ua-pick__card-subtitle {
        font-size: 12.4px;
        margin-bottom: 10px;
    }

    .ua-pick__card-divider {
        width: 15px;
        margin-bottom: 10px;
    }

    .ua-pick__card-title {
        font-size: 19.4px;
    }

    .ua-pick__card-title strong {
        font-size: 31px;
    }

    .ua-pick__card-preview {
        order: 2;
        width: 200px;
        height: 134px;
        flex-shrink: 0;
    }
}

/* ua-login */
.ua-login {
    position: relative;
    width: 100%;
    min-height: 765px;
    overflow: hidden;
    background: url("/img/main/login/pattern.png") no-repeat center center;
    background-size: cover;
}

.ua-login__bg-blue {
    position: absolute;
    left: 0;
    top: 0;
    width: 63.5%;
    height: 100%;
    background: #f4fbff;
    border-radius: 0 350px 350px 0;
    z-index: 1;
}

.ua-login__content {
    position: relative;
    z-index: 2;
    display: flex;
    max-width: 1536px;
    margin: 0 auto;
    padding: 90px 60px;
    justify-content: space-between;
    align-items: flex-start;
    gap: 60px;
    min-height: 765px;
}

.ua-login__left {
    position: relative;
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 586px;
}

.ua-login__map-wrap {
    position: relative;
    width: 595px;
    height: 586px;
}

.ua-login__map {
    width: 100%;
    height: 100%;
    object-fit: contain;
    filter: drop-shadow(0px 4px 30px rgba(0, 0, 0, 0.2));
}

.ua-login__ulri {
    position: absolute;
    top: 45%;
    left: 55%;
    transform: translate(-50%, -50%) rotate(15deg);
    width: 294px;
    height: auto;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}

.ua-login__explore-btn {
    position: absolute;
    left: 100px;
    bottom: 80px;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 5px 20px;
    background: #ffde00;
    border-radius: 150px;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.15);
    text-decoration: none;
    color: #000;
    font-family: "Gmarket Sans TTF";
    font-size: 20px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -0.4px;
}

.ua-login__explore-icon {
    width: 25px;
    height: 25px;
}

.ua-login__right {
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
    padding-top: 76px;
    flex: 0 0 auto;
    margin: 50px auto;
    min-width: 307px;
}

.ua-login__speech {
    display: inline-grid;
    place-items: start;
    line-height: 0;
}

.ua-login__speech-bubble {
    position: relative;
    display: flex;
    align-items: center;
    gap: 5px;
    padding: 0 23px;
    height: 52px;
}

.ua-login__speech-bg {
    position: absolute;
    inset: 0;
    width: 269px;
    height: 52px;
}

.ua-login__speech-char {
    width: 22px;
    height: 30px;
    object-fit: contain;
    transform: scaleX(-1);
}

.ua-login__speech-text {
    font-family: "Kirang Haerang", cursive;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: -0.4px;
    color: #000;
    text-align: center;
    white-space: nowrap;
}

.ua-login__speech-img {
    width: 269px;
    height: 52px;
    object-fit: contain;
}

.ua-login__title {
    font-family: "Gmarket Sans TTF";
    font-size: 30px;
    font-weight: 300;
    line-height: 1.2;
    letter-spacing: -0.6px;
    text-align: center;
    color: #000;
    margin: 0;
}

.ua-login__title-bold {
    font-weight: 500;
}

.ua-login__magnifier {
    width: 29px;
    height: 29px;
    object-fit: contain;
    vertical-align: middle;
    margin: 0 2px;
    transform: rotate(-9deg);
}

.ua-login__form {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 100%;
}

.ua-login__field {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.ua-login__field + .ua-login__field {
    margin-top: 10px;
}

.ua-login__label {
    font-family: Pretendard;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: -0.36px;
    color: #000;
}

.ua-login__input {
    height: 40px;
    padding: 0 15px;
    border: 0.5px solid #e2e8f0;
    border-radius: 10px;
    background: #fff;
    font-family: Pretendard;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.5;
    color: #000;
}

.ua-login__input::placeholder {
    color: #a0aec0;
}

.ua-login__help {
    display: flex;
    align-items: center;
    justify-content: center;
    align-self: center;
    gap: 5px;
    text-decoration: none;
    color: #929292;
    font-family: Pretendard;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.2;
    letter-spacing: -0.32px;
    transition: text-decoration 0.2s;
}

.ua-login__help:hover {
    text-decoration: underline;
}

.ua-login__help-icon {
    width: 15px;
    height: 15px;
    flex-shrink: 0;
    transform: translateY(-1.5px);
}

/* ua-login 모바일 */
@media (max-width: 1200px) {
    .ua-login__content {
        padding: 60px 80px;
        gap: 50px;
    }

    .ua-login__bg-blue {
        width: 60%;
        border-radius: 0 300px 300px 0;
    }

    .ua-login__map-wrap {
        width: 480px;
        height: 470px;
    }

    .ua-login__ulri {
        width: 240px;
    }

    .ua-login__right {
        padding-top: 50px;
    }
}

@media (max-width: 1024px) {
    .ua-login__content {
        padding: 60px 40px;
        gap: 40px;
    }

    .ua-login__bg-blue {
        width: 55%;
        border-radius: 0 250px 250px 0;
    }

    .ua-login__map-wrap {
        width: 400px;
        height: 390px;
    }

    .ua-login__ulri {
        width: 200px;
    }

    .ua-login__right {
        padding-top: 30px;
    }
}

@media (max-width: 860px) {
    .ua-login {
        min-height: auto;
    }

    .ua-login__bg-blue {
        width: 100%;
        height: clamp(320px, 100vh, 500px);
        top: 0;
        left: 0;
        border-radius: 0 0 50% 50% / 0 0 80px 80px;
    }

    .ua-login__bg-blue::after {
        display: none;
    }

    .ua-login__content {
        flex-direction: column;
        align-items: center;
        padding: 75px 0 100px 0;
        gap: 30px;
        min-height: auto;
    }

    .ua-login__left {
        order: 1;
        min-height: auto;
        padding-bottom: 20px;
        margin-bottom: 100px;
        align-items: flex-start;
    }

    .ua-login__right {
        order: 2;
        padding-top: 0;
        width: 100%;
        max-width: 350px;
    }

    .ua-login__map-wrap {
        width: 100%;
        max-width: clamp(280px, 80vw, 380px);
        height: clamp(280px, 80vw, 370px);
    }

    .ua-login__ulri {
        width: clamp(140px, 40vw, 180px);
        transform: translate(-50%, -50%) rotate(5deg);
    }

    .ua-login__explore-btn {
        bottom: 30px;
        left: -20px;
        align-self: flex-start;
    }

    .ua-login__form {
        max-width: 100%;
    }

    .ua-login__speech-img {
        width: 220px;
        height: 42px;
    }

    .ua-login__title {
        font-size: clamp(20px, 5vw, 24px);
    }

    .ua-login__magnifier {
        width: 24px;
        height: 24px;
    }
}

/* ua-news */
.ua-news {
    position: relative;
    background: #f7f7f7;
    padding: 145px 100px;
    overflow: hidden;
}

.ua-news__content {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
}

.ua-news__header {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    margin-bottom: 59px;
}

.ua-news__cloud {
    position: absolute;
    inset: 0;
    pointer-events: none;
    left: -80px;
    top: 10px;
}

.ua-news__cloud--1 {
    width: 150px;
    opacity: 0.6;
}

.ua-news__cloud--2 {
    width: 60px;
    opacity: 0.4;
    position: absolute;
    left: -50px;
    top: -10px;
}

.ua-news__title {
    font-family: "Gmarket Sans TTF";
    font-size: 50px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -1px;
    margin: 0;
    text-align: center;
    z-index: 2;
}

.ua-news__title-light {
    font-weight: 300;
    color: #000;
}

.ua-news__title-gradient {
    background: linear-gradient(90deg, #ffde00 0%, #fe9d01 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.ua-news__title-wrap {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    width: 100%;
    justify-content: flex-start;
}

.ua-news__tabs {
    display: flex;
    align-items: center;
    gap: 13px;
    background: #fff;
    padding: 0 20px 0 0;
    border-radius: 150px;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
}

.ua-news__tab {
    font-family: "Gmarket Sans TTF";
    font-size: 16px;
    font-weight: 300;
    line-height: 1.2;
    letter-spacing: -0.32px;
    color: #000;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
}

.ua-news__tab--active {
    background: linear-gradient(180deg, #fe9d01 0%, #ffde00 100%);
    padding: 7px 15px;
    border-radius: 150px;
    font-weight: 500;
}

.ua-news__tab-divider {
    width: 1px;
    height: 19px;
    background: #ddd;
}

.ua-news__more {
    position: absolute;
    right: calc(25% + 12px);
    bottom: 0;
    display: flex;
    align-items: center;
    gap: 2px;
    text-decoration: none;
    color: #000;
    font-family: Pretendard;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: -0.35px;
}

.ua-news__more-icon {
    width: 16px;
    height: 16px;
    flex-shrink: 0;
    transform: translateY(-1.5px);
}

.ua-news__more span {
    line-height: 1;
}

.ua-news__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    margin: 0 auto;
}

.ua-news__card {
    background: #fff;
    padding: 40px 30px;
    border-radius: 20px;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.25);
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.ua-news__card:nth-child(n + 4) {
    display: none;
}

.ua-news__card-category {
    font-family: Pretendard;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -0.36px;
    background: linear-gradient(90deg, #fe9d01 0%, #ffde00 24%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.ua-news__card-title {
    font-family: Pretendard;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -0.36px;
    color: #000;
    margin: 0;
}

.ua-news__card-desc {
    font-family: Pretendard;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: -0.32px;
    color: #000;
    margin: 0;
}

.ua-news__card-date {
    font-family: Pretendard;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: -0.32px;
    color: #000;
}

.ua-news__character {
    position: absolute;
    right: 60px;
    top: 10px;
    width: 313px;
    height: auto;
    object-fit: contain;
    pointer-events: none;
    z-index: 10;
}

/* ua-news 반응형 */
@media (max-width: 1200px) {
    .ua-news {
        padding: 100px 60px;
    }

    .ua-news__cloud {
        left: -10px;
        top: -10px;
    }
    .ua-news__cloud--1 {
        width: 80px;
    }

    .ua-news__cloud--2 {
        position: absolute;
        width: 40px;
        left: 80px;
        top: -20px;
    }

    .ua-news__more {
        right: 0;
    }

    .ua-news__character {
        position: absolute;
        display: block;
        width: 120px;
        height: auto;
        right: 0;
        top: -30px;
    }

    .ua-news__grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 860px) {
    .ua-news {
        padding: 145px 20px;
    }

    .ua-news__header {
        position: relative;
        align-items: flex-start;
        gap: 20px;
        margin-bottom: 30px;
    }

    .ua-news__title {
        font-size: 36px;
        text-align: left;
    }

    .ua-news__title-light,
    .ua-news__title-gradient {
        display: block;
    }

    .ua-news__nav-row {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
    }

    .ua-news__tabs {
        width: fit-content;
    }

    .ua-news__grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 16px;
        max-width: 100%;
    }

    .ua-news__card:nth-child(n + 4) {
        display: flex;
    }

    .ua-news__card {
        padding: 24px 20px;
        gap: 16px;
    }

    .ua-news__card-category {
        font-size: 14px;
    }

    .ua-news__card-title {
        font-size: 14px;
    }

    .ua-news__card-title br {
        display: none;
    }

    .ua-news__card-desc {
        display: none;
    }

    .ua-news__card-date {
        font-size: 14px;
    }
}

@media (max-width: 480px) {
    .ua-news__tab {
        font-size: 14px;
    }

    .ua-news__tab--active {
        padding: 6px 12px;
    }

    .ua-news__grid {
        gap: 12px;
    }

    .ua-news__card {
        padding: 20px 16px;
    }
}

.ua-only-mobile {
    display: none;
}

.ua-only-desktop-space {
    display: none;
}

@media (min-width: 641px) {
    .ua-only-desktop-space {
        display: inline;
    }
}

/* slide */
.ua-slide {
    background: #3d3d3d;
    height: 80px;
    width: 100%;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    overflow: hidden;
    line-height: 0;
}

.ua-slide__track {
    display: flex;
    align-items: center;
    height: 40px;
    width: max-content;
    will-change: transform;
    animation: ua-slide-marquee 40s linear infinite;
}

.ua-slide__row {
    display: flex;
    align-items: center;
    height: 40px;
}

.ua-slide__item {
    flex: 0 0 181px;
    width: 181px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ua-slide__icon {
    width: 181px !important;
    height: 28px !important;
    display: block;
    object-fit: contain;
    flex: 0 0 auto;
}

@keyframes ua-slide-marquee {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-50%);
    }
}

@media (prefers-reduced-motion: reduce) {
    .ua-slide__track {
        animation: none;
        transform: none;
    }
}

/* footer */
.ua-footer {
    margin-top: auto;
    width: 100%;
    background: #3d3d3d;
    color: #fff;

    display: grid;
    grid-template-columns: auto 1fr;
    grid-template-areas:
    "brand nav"
    "desc desc"
    "divider divider"
    "copy copy";

    padding: 40px 100px;
    gap: 30px;
    align-items: end;
}

.ua-footer__brand {
    grid-area: brand;
    display: inline-flex;
    align-items: center;
    cursor: pointer;
    text-decoration: none;
}

.ua-footer__brand:hover,
.ua-footer__brand:active,
.ua-footer__brand:focus,
.ua-footer__brand:focus-visible {
    outline: none;
    box-shadow: none;
    text-decoration: none;
}

.ua-footer__logo {
    height: 48px;
    width: auto;
    display: block;
}

.ua-footer__desc {
    grid-area: desc;
    margin: 0;
    color: rgba(255, 255, 255, 0.55);
    font-size: 15.6px;
    font-weight: 400;
    letter-spacing: -0.4px;
}

.ua-footer__nav {
    grid-area: nav;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 28px;
}

.ua-footer__link {
    color: rgba(255, 255, 255, 0.9);
    font-size: 16px;
    font-weight: 400;
    letter-spacing: -0.4px;
    line-height: 120%;
    cursor: pointer;
    text-decoration: none;
}

.ua-footer__link:hover,
.ua-footer__link:active,
.ua-footer__link:focus,
.ua-footer__link:focus-visible {
    color: rgba(255, 255, 255, 0.9);
    opacity: 1;
    background: none;
    outline: none;
    box-shadow: none;
    text-decoration: none;
}

.ua-footer__divider {
    grid-area: divider;
    width: 100%;
    height: 1px;
    align-self: stretch;
    background: var(--CoolGray-30, #c1c7cd);
}

.ua-footer__copy {
    grid-area: copy;
    color: rgba(255, 255, 255, 0.5);
    font-size: 15.6px;
    font-weight: 400;
    letter-spacing: -0.4px;
}

/* mobile 반응형 */
/* mobile header menu */
.ua-mnav {
    position: fixed;
    inset: 0;
    z-index: 9999;
    display: none;
}

.ua-mnav.is-open {
    display: block;
}

.ua-mnav__overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.55);
}

.ua-mnav__panel {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: min(86vw, 300px);
    background: #fffde0;
    box-shadow: 0 4px 40px 0 rgba(0, 0, 0, 0.3);
    transform: translateX(110%);
    transition: transform 240ms ease;
    display: flex;
    flex-direction: column;
    padding: 16px 0 0;
}

.ua-mnav.is-open .ua-mnav__panel {
    transform: translateX(0);
}

.ua-mnav__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 0 14px;
}

.ua-mnav__auth {
    display: flex;
    align-items: center;
    gap: 10px;
    min-width: 0;
}

.ua-mnav__auth-pill {
    border-radius: 100px;
    border: 1px solid #000;
    display: inline-flex;
    padding: 5px 10px;
    justify-content: center;
    align-items: center;
    gap: 6px;
    background: #fff;
    white-space: nowrap;
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
    outline: none;
    width: 156px;
}

.ua-mnav__auth-icon {
    width: 16px;
    height: 16px;
    display: block;
}

.ua-mnav__auth-text {
    color: #000;
    font-family: Pretendard;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: -0.4px;
}

.ua-mnav__auth-link {
    text-decoration: none;
    white-space: nowrap;
    color: #000;
    font-family: Pretendard;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: -0.4px;
}

.ua-mnav__close {
    width: 36px;
    height: 36px;
    border: 0;
    background: transparent;
    cursor: pointer;
    padding: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.ua-mnav__close-icon {
    width: 24px;
    height: 24px;
    display: block;
}

.ua-mnav__search {
    margin-top: 40px;
    margin-left: 14px;
    margin-right: 14px;

    display: flex;
    align-items: center;
    gap: 8px;

    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.12);
    border-radius: 999px;
    padding: 10px 12px;
}

.ua-mnav__search-icon {
    width: 18px;
    height: 18px;
    display: block;
}

.ua-mnav__search input {
    border: 0;
    outline: none;
    width: 100%;
    background: transparent;
    font-size: 14px;
}

.ua-mnav__search input::placeholder {
    color: var(--Gray-Gray-400, #a0aec0);
    font-family: Pretendard, -apple-system, BlinkMacSystemFont, system-ui,
    sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.ua-mnav__body {
    margin-top: 40px;
    margin-left: 14px;
    margin-right: 0;
    display: grid;
    grid-template-columns: 100px 1fr;
    gap: 12px;
    flex: 1;
    min-height: 0;
    overflow: hidden;
}

.ua-mnav__left {
    padding: 0;
    padding-top: 10px;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.ua-mnav__tab {
    width: 100%;
    text-align: left;
    border: 0;
    background: transparent !important;
    border-radius: 0;
    padding: 14px 0;
    color: #000;
    font-family: Pretendard;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    text-transform: uppercase;
    cursor: pointer;
    outline: none;
    box-shadow: none;
    -webkit-tap-highlight-color: transparent;
    position: relative;
}

.ua-mnav__tab.is-active {
    font-weight: 600 !important;
}

.ua-mnav__tab:hover,
.ua-mnav__tab:active,
.ua-mnav__tab:focus,
.ua-mnav__tab:focus-visible {
    background: transparent !important;
    outline: none !important;
    box-shadow: none !important;
    border: 0 !important;
}

.ua-mnav__tab:not(:last-child)::after {
    content: "";
    display: block;
    height: 1px;
    align-self: stretch;
    background: #fff;
    margin-top: 10px;
}

.ua-mnav__right {
    background: #fff;
    border-radius: 40px 0 0 0;
    box-shadow: -5px 4px 10px 0 rgba(0, 0, 0, 0.16);
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 20px 0 20px 20px;
    overflow: auto;
    min-height: 0;
}

.ua-mnav__section {
    display: none;
    width: 100%;
}

.ua-mnav__section.is-active {
    display: block;
}

.ua-mnav__acc {
    width: 100%;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    padding: 8px 0;
}

.ua-mnav__section.is-active .ua-mnav__acc:last-child {
    border-bottom: 0;
}

.ua-mnav__acc summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 14px;
    font-weight: 400;
    padding: 6px 0;
    line-height: 120%;
    text-transform: uppercase;
    cursor: pointer;
    list-style: none;
    position: relative;
    padding-right: 44px;
}

.ua-mnav__acc summary::-webkit-details-marker {
    display: none;
}

.ua-mnav__acc summary::after {
    content: "";
    position: absolute;
    right: 14px;
    top: 50%;
    transform: translateY(-50%);
    width: 24px;
    height: 24px;
    background: url("/img/main/content/bottomChev.svg") center / 14px 14px
    no-repeat;
    filter: brightness(0) saturate(100%);
    pointer-events: none;
}

.ua-mnav__acc[open] summary::after {
    background-image: url("/img/main/content/topChev.svg");
}

.ua-mnav__item {
    display: block;
    padding: 10px 0 0;
    font-size: 14px;
    color: #111;
    text-decoration: none;
}

@media (min-width: 641px) {
    .ua-mnav {
        display: none !important;
    }
}

@media (max-width: 640px) {
    .inner {
        padding-left: 16px;
        padding-right: 16px;
    }
}

@media (max-width: 640px) {
    .inner {
        padding-left: 16px;
        padding-right: 16px;
    }

    /* mobile header */
    .ua-header {
        padding: 12px 12px;
        width: 100%;
        border: 0 !important;
        box-shadow: none !important;
    }

    .ua-header__inner {
        gap: 0;
    }

    .ua-header__row2 {
        display: none;
    }

    .ua-hamburger {
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }

    .ua-hamburger__icon {
        width: 36px;
        height: 36px;
    }

    .ua-brand__img {
        width: 200px;
    }

    /* mobile hero */
    .ua-hero {
        position: relative;
        overflow: hidden;
    }

    .ua-hero .inner {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }

    .ua-hero__title {
        margin-top: 24px;
        position: relative;
        display: inline-block;
        padding-right: 52px;
    }

    .ua-hero__title-main,
    .ua-hero__title-ver {
        display: block;
    }

    .ua-hero__kicker {
        white-space: normal;
    }

    .ua-hero__kicker .ua-hero__kicker--highlight:first-of-type::before {
        content: "";
        display: block;
    }

    .ua-hero__kicker .ua-hero__kicker--highlight {
        white-space: nowrap;
    }

    .ua-hero__content {
        position: relative;
    }

    .ua-hero__left {
        position: relative;
        z-index: 2;
        padding-bottom: 0;
    }

    /* mobile service card */
    .ua-hero__right {
        position: absolute;
        right: -35px;
        top: 50%;
        bottom: auto;
        transform: translateY(-30%);
        margin: 0;
        z-index: 1;
        pointer-events: none;
    }

    .ua-only-mobile-break {
        display: block;
        height: 0;
    }

    .ua-hero__kicker {
        font-size: 24px;
    }

    .ua-hero__title {
        font-size: 60px;
    }

    .ua-hero__sub {
        font-size: 16px;
    }

    .ua-hero__moly {
        width: 170px;
        margin: 0;
        display: block;
    }

    .ua-service {
        position: relative;
        z-index: 5;
    }

    .ua-service__container {
        padding-left: 10px;
        padding-right: 10px;
    }

    .ua-service__card {
        height: 200px;
        padding: 20px 14px;
    }

    .ua-service__character {
        height: 100px;
    }

    .ua-service__logo {
        height: 22px;
    }

    .ua-service__arrow {
        width: 32px;
        height: 32px;
    }

    .ua-service__arrow--prev svg {
        width: 7px;
        height: 11px;
    }

    .ua-service__arrow--next svg {
        width: 9px;
        height: 13px;
    }

    /* mobile banner */
    .ua-banner {
        padding-top: 160px;
        padding-bottom: 72px;
        overflow: visible;
        position: relative;
        z-index: 5;
    }

    .ua-banner__inner {
        position: relative;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .ua-banner__content {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        max-width: 100%;
        width: 100%;
        text-align: center;
        gap: 16px;
    }

    .ua-banner__text {
        align-items: center;
        text-align: center;
        gap: 10px;
    }

    .ua-banner__desc {
        font-size: 18px;
        font-style: normal;
        font-weight: 300;
        line-height: 120%;
        letter-spacing: -0.36px;
    }

    .ua-banner__title {
        font-size: 25px;
        font-style: normal;
        font-weight: 700;
        line-height: 120%;
        letter-spacing: -0.5px;
    }

    .ua-banner__btn {
        width: min(360px, 100%);
        padding: 16px 18px;
        font-size: 20px;
    }

    .ua-banner__btn .ua-banner__btn-light::before {
        content: " ";
    }

    .ua-banner__moly {
        position: absolute;
        left: 50%;
        top: 0;
        transform: translate(-50%, -90%);
        right: auto;
        bottom: auto;
        width: 240px;
        height: auto;
        z-index: 20;
        pointer-events: none;
    }

    /* mobile board */
    .ua-trust {
        padding: 150px 0 150px;
        overflow: visible;
    }

    .ua-trust__title {
        margin: 0 0 36px;
    }

    .ua-only-mobile {
        display: block;
        width: 100%;
        height: 0;
    }

    .ua-trust__title-row {
        display: inline-flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 10px;
    }

    .ua-trust__title-row2 {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 0 !important;
    }

    .ua-trust__title-row2 img {
        width: 34px;
        height: auto;
        display: inline-block;
        vertical-align: middle;
        margin-right: 0;
    }

    .ua-trust__title-top {
        font-size: 38px;
        line-height: 1.1;
        font-weight: 300;
    }

    .ua-trust__title-top:first-child {
        font-size: 40px;
        line-height: 1.1;
        font-weight: 300;
    }

    .ua-trust__title-row img {
        width: 34px;
        height: auto;
        display: inline-block;
        margin: 0;
    }

    .ua-trust__title-top:last-child {
        font-size: 40px;
        line-height: 1.1;
        font-weight: 300;
        display: inline-flex;
        align-items: center;
        gap: 8px;
    }

    .ua-trust__title-row > img,
    .ua-trust__title-row > span {
        white-space: nowrap;
    }

    .ua-trust__title-bottom {
        font-size: 42px;
        line-height: 1.1;
        margin-top: 8px;
    }

    .ua-trust__inner {
        padding-left: 16px;
        padding-right: 16px;
    }

    .ua-board {
        background: url("/img/main/content/mobileBoard.svg") center / cover
        no-repeat;
        padding: 110px 28px 90px;
        max-width: 360px;
        margin: 0 auto;
        position: relative;
        overflow: visible;
        box-shadow: none !important;
    }

    .ua-board__molly {
        left: 50%;
        top: 30px;
        transform: translate(-50%, -55%);
        width: 180px;
        z-index: 5;
        pointer-events: none;
    }

    .ua-board__cards {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        column-gap: 20px;
        row-gap: 16px;
        padding: 24px 0 28px;
        justify-content: center;
        align-items: center;
    }

    .ua-board__card {
        width: 148px;
        height: 148px;
        aspect-ratio: auto;
        padding: 14px 10px;
        box-shadow: none !important;
        filter: none !important;
    }

    .ua-board__stars {
        top: -10px;
        gap: 3px;
        z-index: 6;
    }

    .ua-board__stars img {
        width: 18px;
    }

    .ua-board__stars img:nth-child(2) {
        width: 22px;
        transform: translateY(-3px);
    }

    .ua-board__card strong {
        font-size: 30px;
    }

    .ua-board__unit {
        font-size: 14px;
    }

    .ua-board__card p {
        font-size: 13px;
        margin-top: 6px;
        opacity: 0.9;
    }

    .ua-slide {
        display: none !important;
    }

    /* mobile footer */
    .ua-footer {
        grid-template-columns: 1fr;
        grid-template-areas:
      "brand"
      "desc"
      "nav"
      "divider"
      "copy";
        padding: 40px;
        gap: 30px;
        align-items: start;
    }

    .ua-footer__logo {
        height: 52px;
    }

    .ua-footer__nav {
        justify-content: flex-start;
        flex-wrap: wrap;
        gap: 14px 18px;
    }
}

.ua-main {
    position: relative;
}

.ua-float-wrap {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 92px;
    pointer-events: none;
}

.ua-float {
    position: sticky;
    top: 180px;
    right: 0;
    z-index: 9999;

    width: 92px;
    padding: 22px 12px 18px;
    background: #fff;
    border-radius: 40px 0 0 40px;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);

    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 22px;

    max-height: calc(100vh - 240px);
    overflow-y: auto;
    overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch;

    pointer-events: auto;
}

.ua-float::-webkit-scrollbar {
    width: 6px;
}

.ua-float::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.12);
    border-radius: 999px;
}

.ua-float::-webkit-scrollbar-track {
    background: transparent;
}

.ua-float.is-hidden {
    display: none;
}

.ua-float__item {
    text-decoration: none;
    color: inherit;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.ua-float__circle {
    width: 56px;
    height: 56px;
    border-radius: 150px;
    background: #f4f4f4;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ua-float__icon {
    width: 34px;
    height: 34px;
    object-fit: contain;
    display: block;
}

.ua-float__text {
    font-size: 12px;
    line-height: 1.15;
    text-align: center;
    color: #9a9a9a;
    letter-spacing: -0.2px;
}

.ua-float__top {
    margin-top: auto;
    width: 56px;
    height: 36px;
    border: 0;
    border-radius: 999px;
    background: transparent;
    color: #bdbdbd;
    font-size: 22px;
    cursor: pointer;
    flex-shrink: 0;
}

.ua-float a,
.ua-float button {
    outline: none;
    -webkit-tap-highlight-color: transparent;
}

.ua-float a:focus,
.ua-float a:focus-visible,
.ua-float button:focus,
.ua-float button:focus-visible {
    outline: none;
    box-shadow: none;
}

@media (max-width: 640px) {
    .ua-float-wrap {
        display: none;
    }
}
