@charset "UTF-8";

:root {
    --point: #C6A66A;
    --dark: #22242A;
    --bg: #F7F7F9;
    --sub-bg: #F1F2F5;
    --text: #30323A;
    --sub-text: #747782;
    --line: #DCDDE3;
    --white: #FFFFFF;

    --font-sans: "Pretendard", "Noto Sans KR", "Malgun Gothic", sans-serif;
    --font-serif: "Noto Serif KR", "Batang", serif;

    --header-height: 78px;
    --content-width: 1500px;
    --side-padding: 52px;
}

@font-face {
    font-family: "GmarketSans";
    src: url("./GmarketSansTTFLight.woff") format("woff");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "GmarketSans";
    src: url("./GmarketSansTTFMedium.woff") format("woff");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "GmarketSans";
    src: url("./GmarketSansTTFBold.woff") format("woff");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Material Symbols Outlined";
    src: url("/fonts/MaterialSymbolsOutlined.woff2") format("woff2");
    font-style: normal;
    font-weight: 100 700;
    font-display: block;
}

html,
body {
    width: 100%;
    min-height: 100%;
}

body {
    overflow-x: hidden;
    background: var(--white);
    color: var(--text);
    font-family: var(--font-sans);
    font-size: 16px;
    font-weight: 400;
    letter-spacing: -0.035em;
    word-break: keep-all;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body.is-all-menu-open {
    overflow: hidden;
}

.font-gm {
    font-family: "GmarketSans", "Pretendard", sans-serif;
}

#wrap {
    position: relative;
    width: 100%;
    min-height: 100%;
}

.inner {
    width: min(100% - 80px, 1400px);
    margin-inline: auto;
}

.font-serif {
    font-family: var(--font-serif);
    letter-spacing: -0.055em;
}

.skip-nav {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
    padding: 14px 20px;
    background: #252936;
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(-100%);
    transition:
        opacity 0.15s ease,
        transform 0.15s ease,
        visibility 0.15s ease;
}

.skip-nav a {
    position: absolute;
    top: -60px;
    left: 0;
    width: max-content;
    padding: 13px 18px;
    background: var(--dark);
    color: var(--white);
    font-size: 14px;
    transition: top 0.2s ease;
}

.skip-nav a:focus {
    top: 0;
}
.skip-nav:focus-visible {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
}
.skip-nav:focus:not(:focus-visible) {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(-100%);
}
.noscript-message {
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 9999;
    padding: 14px 18px;
    border: 1px solid var(--line);
    background: var(--white);
    box-shadow: 0 12px 40px rgba(34, 36, 42, 0.12);
    font-size: 14px;
}

.material-symbols-outlined {
    font-family: "Material Symbols Outlined";
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;

    display: inline-block;

    letter-spacing: normal;
    text-transform: none;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;

    -webkit-font-feature-settings: "liga";
    font-feature-settings: "liga";

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;

    font-variation-settings:
        "FILL" 0,
        "wght" 400,
        "GRAD" 0,
        "opsz" 24;
}

/* ===========================
   WHY RootTheme °øÅë ÇÏ´Ü
=========================== */
.why-roottheme-section {
    --why-inner-width: 1400px;
    position: relative;
    width: 100%;
    overflow: hidden;
    background-color: #1b1c23;
}

.why-roottheme-swiper {
    position: relative;
    width: 100%;
    height: 700px;
}

.why-roottheme-swiper .swiper-wrapper,
.why-roottheme-swiper .swiper-slide {
    height: 100%;
}

.why-roottheme-swiper .swiper-slide {
    position: relative;
    overflow: hidden;
}

.why-roottheme-bg {
    position: absolute;
    inset: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.why-roottheme-overlay {
    position: absolute;
    z-index: 1;
    inset: 0;

}

/* ½½¶óÀÌµåº° ÅØ½ºÆ® ¿µ¿ª */
.why-roottheme-inner {
    position: relative;
    z-index: 2;

    display: flex;
    align-items: center;
    justify-content: center;

    width: 100%;
    max-width: var(--why-inner-width);
    height: 100%;
    margin: 0 auto;
    padding: 100px 120px 0;

    text-align: center;
}

/* ½½¶óÀÌµå ÀüÃ¼¿¡¼­ °íÁ¤µÇ´Â Á¦¸ñ */
.why-roottheme-title {
    position: absolute;
    z-index: 5;
    top: 200px;
    left: 50%;
    width: 100%;
    margin: 0;
    padding: 0 100px;
    font-family: "Noto Serif KR", serif;
    font-size: 64px;
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: -0.02em;
    text-align: center;
    color: #fff;
    transform: translateX(-50%);
    pointer-events: none;
}

/* ¹øÈ£¿Í ¹®±¸ Áß¾ÓÁ¤·Ä */
.why-roottheme-content {
    width: 100%;
    max-width: 900px;
    margin: 90px auto 0;
    text-align: center;
    color: #fff;
}

.why-roottheme-num {
    display: block;
    margin: 0 0 25px;
    font-size: 40px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: -0.03em;
    color: #fff;
}

.why-roottheme-sub {
    margin: 0 0 16px;
    font-size: 25px;
    font-weight: 400;
    line-height: 1.45;
    letter-spacing: -0.035em;
    text-align: center;
    color: rgba(255, 255, 255, 0.95);
    word-break: keep-all;
}

.why-roottheme-main {
    display: block;
    font-size: 60px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -0.045em;
    text-align: center;
    color: #fff;
    word-break: keep-all;
}

/*
   pagination À§Ä¡

   ÀüÃ¼ È­¸é ±âÁØÀ¸·Î ¹èÄ¡ÇÏÁö ¾Ê°í,
   Áß¾Ó 1400px ¿µ¿ªÀÇ ¿ÞÂÊ¿¡¼­ 34px µé¾î¿Â À§Ä¡¿¡ ¹èÄ¡ÇÕ´Ï´Ù.
*/
.why-roottheme-pagination,
.why-roottheme-pagination.swiper-pagination-horizontal {
    position: absolute;
    z-index: 10;

    top: 50% !important;
    bottom: auto !important;
    left: max(
        30px,
        calc((100% - var(--why-inner-width)) / 2 + 34px)
    ) !important;
    right: auto !important;

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

    width: 18px !important;
    height: auto;

    margin: 0;
    transform: translateY(-50%);
}

/* Swiper ±âº» margin Á¦°Å */
.why-roottheme-pagination .swiper-pagination-bullet {
    display: block;
    width: 18px;
    height: 18px;
    margin: 0 !important;
    border: 0;
    border-radius: 50%;
    background-color: #fff;
    opacity: 1;

    transition:
        background-color 0.25s ease,
        transform 0.25s ease;
}

.why-roottheme-pagination .swiper-pagination-bullet-active {
    background-color: #dfb861;
    transform: scale(1.05);
}

.why-roottheme-pagination .swiper-pagination-bullet:focus-visible {
    outline: 2px solid #fff;
    outline-offset: 4px;
}