@font-face {
	font-family: 'Pretendard';
	font-weight: 900;
	src: url('../css/fonts/Pretendard/Pretendard-Black.otf') format('truetype');
}

@font-face {
	font-family: 'Pretendard';
	font-weight: 800;
	font-display: swap;
	src: url('../css/fonts/Pretendard/Pretendard-ExtraBold.ttf') format('truetype');
}

@font-face {
	font-family: 'Pretendard';
	font-weight: 700;
	font-display: swap;
	src: url('../css/fonts/Pretendard/Pretendard-Bold.ttf') format('truetype');
}

@font-face {
	font-family: 'Pretendard';
	font-weight: 600;
	font-display: swap;
	src: url('../css/fonts/Pretendard/Pretendard-SemiBold.ttf') format('truetype');
}

@font-face {
	font-family: 'Pretendard';
	font-weight: 500;
	font-display: swap;
	src: url('../css/fonts/Pretendard/Pretendard-Medium.ttf') format('truetype');
}

@font-face {
	font-family: 'Pretendard';
	font-weight: 400;
	font-display: swap;
	src: url('../css/fonts/Pretendard/Pretendard-Regular.ttf') format('truetype');
}

@font-face {
	font-family: 'Pretendard';
	font-weight: 300;
	font-display: swap;
	src: url('../css/fonts/Pretendard/Pretendard-Light.ttf') format('truetype');
}

@font-face {
	font-family: 'Pretendard';
	font-weight: 200;
	font-display: swap;
	src: url('../css/fonts/Pretendard/Pretendard-ExtraLight.ttf') format('truetype');
}

@font-face {
	font-family: 'Pretendard';
	font-weight: 100;
	font-display: swap;
	src: url('../css/fonts/Pretendard/Pretendard-Thin.ttf') format('truetype');
}

@font-face {
    font-family: 'Lotteria';
    src: url('../css/fonts/ddag.ttf') format('truetype');
    font-weight: normal;
    font-display: swap;
}

@font-face {
    font-family: 'YeogiOttaeJalnanGothic';
    src: url('../css/fonts/JalnanGothicTTF.ttf') format('truetype');
    font-weight: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Noto Serif KR';
    src: url('../css/fonts/Noto Serif KR/NotoSerifKR-VF.ttf') format('truetype');
    font-weight: 200 900;
    font-display: swap;
}

@font-face {
    font-family: 'Paperozi';
    src: url('../css/fonts/Paperlogy/Paperlogy-1Thin.ttf') format('truetype');
    font-weight: 100;
    font-display: swap;
}

@font-face {
    font-family: 'Paperozi';
    src: url('../css/fonts/Paperlogy/Paperlogy-2ExtraLight.ttf') format('truetype');
	font-weight: 200;
    font-display: swap;
}

@font-face {
    font-family: 'Paperozi';
    src: url('../css/fonts/Paperlogy/Paperlogy-3Light.ttf') format('truetype');
	font-weight: 300;
    font-display: swap;
}

@font-face {
    font-family: 'Paperozi';
    src: url('../css/fonts/Paperlogy/Paperlogy-4Regular.ttf') format('truetype');
    font-weight: 400;
    font-display: swap;
}

@font-face {
    font-family: 'Paperozi';
    src: url('../css/fonts/Paperlogy/Paperlogy-5Medium.ttf') format('truetype');
    font-weight: 500;
    font-display: swap;
}

@font-face {
    font-family: 'Paperozi';
    src: url('../css/fonts/Paperlogy/Paperlogy-6SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-display: swap;
}

@font-face {
    font-family: 'Paperozi';
    src: url('../css/fonts/Paperlogy/Paperlogy-7Bold.ttf') format('truetype');
    font-weight: 700;
    font-display: swap;
}

@font-face {
    font-family: 'Paperozi';
    src: url('../css/fonts/Paperlogy/Paperlogy-8ExtraBold.ttf') format('truetype');
    font-weight: 800;
    font-display: swap;
}

@font-face {
    font-family: 'Paperozi';
    src: url('../css/fonts/Paperlogy/Paperlogy-9Black.ttf') format('truetype');
    font-weight: 900;
    font-display: swap;
}

@font-face {
    font-family: 'Bahnschrift';
    src: url('../css/fonts/Bahnschrift/bahnschrift.ttf') format('truetype');
}

@font-face {
    font-family: 'Roboto';
    src: url('../css/fonts/Roboto/Roboto-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('../css/fonts/Roboto/Roboto-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('../css/fonts/Roboto/Roboto-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

/* --------------------------------------------------------------------------------------------------- font --------------------------------------------------------------------------------------------------- */

:root {
    --color-bg-base: #f7f7f2;
    --color-bg-soft: #f2f5ee;
    --color-bg-dark: #203025;
    --color-surface: #fff;
    --color-brand: #669b45;
    --color-brand-light: #9fc582;
    --color-line: #dfe5dc;
    --color-line-strong: #c9daba;
    --color-text-primary: #333;
    --color-text-secondary: #555;
    --color-text-muted: #777;
    --color-text-disabled: #999;
    --color-text-reveal-base: #d9d9d9;
    --color-text-light: #f5f5f5;
}

html {
    scrollbar-gutter: stable;
}

* {
    margin:0;
    padding:0;
    list-style:none;
    box-sizing: border-box;
}

a {
    text-decoration:none;
    color:inherit;
}

img {
    display: block;
    max-width: 100%;
}

body {
    background-color: #fff;
    font-family:"Pretendard";
    color:#333333;
    letter-spacing: -0.025em;
}

@media (hover: hover) and (pointer: fine) {
    html {
        scrollbar-width: thin;
        scrollbar-color: var(--color-brand-light) var(--color-bg-base);
    }

    html::-webkit-scrollbar {
        width: 8px;
    }

    html::-webkit-scrollbar-track {
        background: var(--color-bg-base);
    }

    html::-webkit-scrollbar-thumb {
        min-height: 48px;
        background-color: var(--color-brand-light);
        border: 1px solid var(--color-bg-base);
        border-radius: 4px;
    }

    html::-webkit-scrollbar-thumb:hover {
        background-color: var(--color-brand);
    }

    html::-webkit-scrollbar-button {
        width: 0;
        height: 0;
        display: none;
    }
}

html.is_visual_intro_locked,
body.is_visual_intro_locked {
    overflow: hidden;
    overscroll-behavior: none;
}

body.is_visual_intro_locked {
    touch-action: none;
}

#wrap {
    width: 100%;
    min-height: 100%;
}

/* ---------------------------------------- header 시작 ---------------------------------------- */
.header {
    position: fixed;
    top: 0;
    left: 0;

    width: 100%;
    height: 80px;

    overflow: hidden;
    background-color: transparent;

    transform: translateY(0);
    transition:
        transform 0.45s cubic-bezier(.215, .61, .355, 1),
        height 0.35s ease,
        background-color 0.35s ease,
        backdrop-filter 0.35s ease,
        box-shadow 0.35s ease;

    z-index: 1000;
    will-change: transform;
}

.header.is_hide {
    transform: translateY(-100%);
}

body.header_intro.is_header_intro_waiting .header {
    transform: translateY(-100%);
}

body.header_intro.is_header_intro_animating .header {
    transition:
        height 0.35s ease,
        background-color 0.35s ease,
        backdrop-filter 0.35s ease,
        box-shadow 0.35s ease;
}

body.menu_open .header {
    transform: translateY(0);
}

.header:hover {
    height: 275px;
    background-color: #fff;
    border-bottom: 1px solid rgba(0, 0, 0, 0.04);
}

.header_inner {
    width: 1720px;
    max-width: calc(100% - 80px);
    height: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    background-color: transparent;
}

.header.is_scroll,
.header.is_scroll:hover {
    background-color: #fff;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.02);
}

.logo {
    height: 80px;
    display: flex;
    align-items: center;
    margin: 0;
}

.logo a {
    display: flex;
    align-items: center;
    height: 100%;
}

.logo_pc {
    display: block;
    height: 36px;
    width: auto;
    margin-bottom: 5px;
}

.logo_m {
    display: none;
    margin-bottom: 4px;
}

html[lang="en"] .menu_logo_link {
    width: 210px;
    background-image: url("../img/header/nav_main_logo-en.svg");
}

/* nav */
.gnb {
    margin: 0 0 0 auto;
}

.gnb_list {
    display: flex;
    align-items: center;
    gap: 72px;
}

.gnb_item {
    position: relative;
    padding: 0;
}

/* 메인 메뉴 */
.gnb_main {
    height: 80px;

    display: flex;
    align-items: center;
    justify-content: center;

    font-size: 18px;
    font-weight: 500;
    letter-spacing: -0.02em;
    color: #222;

    text-decoration: none;
    white-space: nowrap;

    transition: color 0.25s ease;
}

.gnb_main span {
    position: relative;
    display: inline-block;
}

.gnb_main span::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -28px;

    width: 100%;
    height: 1.5px;

    background: rgba(102, 155, 69, 0.85);

    transform: translateX(-50%) scaleX(0);
    transform-origin: center;

    transition: transform .28s cubic-bezier(.215, .61, .355, 1);
}

.gnb_item:hover .gnb_main {
    color: #669B45;
}

.gnb_main.is_current {
    color: var(--color-brand);
}

.gnb_item:hover .gnb_main span::after {
    transform: translateX(-50%) scaleX(1);
}

.gnb_main.is_current span::after {
    transform: translateX(-50%) scaleX(1);
}


/* 서브 메뉴 */
.gnb_sub {
    position: absolute;
    top: 80px;
    left: 50%;

    min-width: 180px;

    padding-top: 20px;

    text-align: center;

    opacity: 0;
    transform: translate(-50%, -12px);

    pointer-events: none;

    transition:
        opacity 0.3s ease,
        transform 0.3s ease;
}

.header:hover .gnb_sub {
    opacity: 1;
    transform: translate(-50%, 0);
    pointer-events: auto;
}

.gnb_sub li a {
    display: block;
    padding: 10px 0;

    font-size: 17px;
    color: #999;
    white-space: nowrap;

    transition: color 0.25s ease;
}

.gnb_sub li a:hover {
    color: #669B45;
}

.language_switcher {
    position: relative;
    z-index: 20;
}

.language_switcher--header {
    display: flex;
    height: 80px;
    margin-left: clamp(32px, 3.125vw, 60px);
    align-items: center;
}

.language_switcher_button {
    display: flex;
    width: auto;
    height: 38px;
    padding: 0;
    border: 0;
    background: transparent;
    align-items: center;
    justify-content: center;
    gap: 7px;
    color: #222;
    cursor: pointer;
    outline: none;
    transition: color .25s ease;
}

.language_switcher_button:hover,
.language_switcher.is_open .language_switcher_button {
    color: var(--color-brand);
}

.language_switcher_button:focus-visible .language_switcher_code {
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 4px;
}

.language_switcher_icon {
    display: block;
    width: 18px;
    height: 18px;
    flex: 0 0 18px;
    background-color: currentColor;
    -webkit-mask: url("../img/Language_icon.svg") center / contain no-repeat;
    mask: url("../img/Language_icon.svg") center / contain no-repeat;
}

.language_switcher_code {
    font-family: Roboto, Pretendard, sans-serif;
    font-size: 14px;
    font-weight: 500;
}

.language_switcher_chevron {
    width: 7px;
    height: 7px;
    border-right: 1px solid currentColor;
    border-bottom: 1px solid currentColor;
    transform: translateY(-2px) rotate(45deg);
    transition: transform .25s ease;
}

.language_switcher.is_open .language_switcher_chevron {
    transform: translateY(2px) rotate(225deg);
}

.language_switcher_menu {
    position: absolute;
    top: calc(100% - 12px);
    right: 0;
    width: 220px;
    margin: 0;
    padding: 6px;
    border: 0;
    background: #fff;
    box-shadow: 0 12px 30px rgba(27, 39, 30, .12);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(-6px);
    transition: opacity .2s ease, visibility .2s ease, transform .2s ease;
}

.language_switcher.is_open .language_switcher_menu {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
}

.language_switcher_option {
    position: relative;
    display: flex;
    width: 100%;
    min-height: 42px;
    padding: 8px 32px 8px 12px;
    border: 0;
    background: transparent;
    align-items: center;
    color: #555;
    font-size: 14px;
    line-height: 1.35;
    text-align: left;
    white-space: nowrap;
    cursor: pointer;
    transition: background-color .2s ease, color .2s ease;
}

.language_switcher_option:hover,
.language_switcher_option:focus-visible {
    background: #f3f6ef;
    color: var(--color-brand);
}

.language_switcher_option.is_active {
    background: #edf4e8;
    color: var(--color-brand);
    font-weight: 500;
}

.language_switcher_option.is_active::after {
    content: "";
    position: absolute;
    right: 14px;
    top: 50%;
    width: 8px;
    height: 4px;
    border-left: 1.5px solid currentColor;
    border-bottom: 1.5px solid currentColor;
    transform: translateY(-65%) rotate(-45deg);
}

.language_switcher_option[aria-disabled="true"] {
    cursor: default;
}

.language_switcher--drawer {
    display: none;
}

.header.is_language_open {
    height: 275px;
    overflow: visible;
    background-color: #fff;
    border-bottom: 1px solid rgba(0, 0, 0, .04);
}


.menu_btn {
    display: none;
    width: 44px;
    height: 44px;
    margin: 0;
    padding: 0;
    border: 0;
    background: transparent;
    cursor: pointer;

    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 9px;
}

.menu_btn span {
    display: block;
    height: 2px;
    background: #333;
    border-radius: 999px;
    margin-right: 10px;
}

.menu_btn span:nth-child(1) {
    width: 30px;
}

.menu_btn span:nth-child(2) {
    width: 30px;
}

.menu_btn span:nth-child(3) {
    width: 30px;
}

.menu_overlay {
    position: fixed;
    inset: 0;
    z-index: 9999;
    background: rgba(0, 0, 0, 70%);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity .35s ease, visibility .35s ease;
}

.menu_overlay.is_open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.menu_drawer {
    position: absolute;
    top: 0;
    right: 0;
    width: 70%;
    max-width: 520px;
    min-width: 360px;
    height: 100%;
    background: #fff;
    transform: translateX(100%);
    transition: transform .45s cubic-bezier(.215, .61, .355, 1);
    overflow-y: auto;
}

.menu_overlay.is_open .menu_drawer {
    transform: translateX(0);
}

.menu_close {
    position: absolute;
    top: 13px;
    right: 24px;
    width: 44px;
    height: 44px;
    margin: 0;
    padding: 0;
    border: 0;
    background: transparent;
    cursor: pointer;
}

.menu_close span {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 24px;
    height: 2px;
    background: #333;
    border-radius: 999px;
}

.menu_close span:nth-child(1) {
    transform: translate(-50%, -50%) rotate(45deg);
}

.menu_close span:nth-child(2) {
    transform: translate(-50%, -50%) rotate(-45deg);
}

.tab_menu {
    padding: 120px 48px 0px;
}

.tab_menu_group {
    display: grid;
    grid-template-columns: 96px 1fr;
    column-gap: 28px;
    align-items: start;
}

.tab_menu_group + .tab_menu_group {
    margin-top: 80px;
}

.tab_menu_group h2 {
    position: relative;
    margin: 0;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.4;
    color: #222;
}

.tab_menu_group h2::after {
    content: "";
    position: absolute;
    top: 0;
    right: -14px;
    width: 1px;
    height: 56px;
    background: #ddd;
}

.tab_menu_group ul {
    display: grid;
    grid-template-columns: repeat(2, minmax(100px, 1fr));
    gap: 16px 36px;
    margin: 0;
    padding: 0;
}

.tab_menu_group li a {
    display: inline-block;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.5;
    color: #555;
    transition: color .25s ease;
}

.tab_menu_group li a:hover {
    color: #5DA036;
}

.tab_menu_group.is_current h2,
.tab_menu_group li a[aria-current="page"] {
    color: var(--color-brand);
}
/* ---------------------------------------- header 끝 ---------------------------------------- */


/* ---------------------------------------- 바텀 바 ---------------------------------------- */
#bottom_bar {
	display: none;
}
/* ---------------------------------------- 바텀 바 ---------------------------------------- */


/*------------------------------------
   footer
------------------------------------*/
#footer {
    width: 100%;
    padding: clamp(84px, 6.25vw, 120px) 0 clamp(44px, 3.125vw, 60px);
    color: #f5f5f5;
    background-color: #203025;
}

.footer_inner {
    width: min(1600px, calc(100% - 80px));
    max-width: none;
    margin: 0 auto;
    text-align: left;
}

.footer_top {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    grid-template-areas:
        "logo nav"
        "info info";
    align-items: center;
    column-gap: clamp(72px, 7vw, 140px);
    row-gap: clamp(64px, 5vw, 88px);
}

.footer_logo {
    grid-area: logo;
    margin: 0;
    width: clamp(190px, 13vw, 224px);
    height: auto;
}

.footer_logo img {
    display: block;
    width: 100%;
    height: auto;
    filter: brightness(0) invert(1);
    opacity: 0.96;
}

.footer_nav {
    grid-area: nav;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin: 0;
}

.footer_nav a {
    position: relative;
    display: inline-flex;
    align-items: center;
    padding: 0 clamp(22px, 2vw, 34px);
    color: rgba(245, 245, 245, 0.88);
    transition: color 0.35s ease;
}

.footer_nav a:first-child {
    padding-left: 0;
}

.footer_nav a:last-child {
    padding-right: 0;
}

.footer_nav a:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 1px;
    height: 18px;
    background: rgba(159, 197, 130, 0.55);
    transform: translateY(-50%);
}

.footer_nav a:hover,
.footer_nav a:focus-visible {
    color: #9fc582;
}

.footer_nav p {
    font-size: clamp(15px, 1vw, 17px);
    font-weight: 500;
    line-height: 1.5;
    color: inherit;
}

.footer_nav a[href*="policy/privacy.html"] p {
    font-weight: 600;
}

.footer_info {
    grid-area: info;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.footer_info_row {
    width: 100%;
    display: grid;
    align-items: center;
    gap: 0;
    margin: 0;
}

.footer_info_row_primary {
    grid-template-columns: 3fr 3fr 6fr;
}

.footer_info_row_secondary {
    grid-template-columns: 3fr 3fr 4fr 2fr;
}

.footer_info_item {
    position: relative;
    display: flex;
    align-items: center;
    gap: clamp(14px, 1.2vw, 22px);
    min-width: 0;
    padding: 2px clamp(20px, 2vw, 32px);
}

.footer_info_item:first-child {
    padding-left: 0;
}

.footer_info_item:last-child {
    padding-right: 0;
}

.footer_info_item:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 1px;
    height: 18px;
    background: rgba(159, 197, 130, 0.42);
    transform: translateY(-50%);
}

.footer_info_label {
    flex: 0 0 auto;
    color: #9fc582;
    font-weight: 600;
    white-space: nowrap;
}

.footer_info_value {
    min-width: 0;
    color: rgba(245, 245, 245, 0.88);
    word-break: keep-all;
}

.footer_no_wrap,
.footer_phone_numbers > span {
    white-space: nowrap;
}

.footer_phone_numbers {
    display: inline-flex;
    flex-wrap: wrap;
    column-gap: 4px;
}

.footer_info a {
    color: inherit;
    text-decoration: none;
}

.footer_info a:hover {
    color: #9fc582;
    text-decoration: none;
}

.footer_info p {
    font-size: clamp(13px, 0.9vw, 15px);
    line-height: 1.65;
    color: inherit;
}

.footer_line {
    width: 100%;
    height: 1px;
    background-color: rgba(159, 197, 130, 0.38);
    margin-top: clamp(56px, 4.5vw, 72px);
    margin-bottom: clamp(34px, 3vw, 46px);
}

.footer_bottom {
    width: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 32px;
    text-align: left;
}

.footer_cert_list {
    width: auto;
    display: flex;
    align-items: center;
    gap: clamp(24px, 2vw, 34px);
    margin: 0;
}

.footer_cert_logo {
    width: auto;
    height: clamp(38px, 3vw, 48px);
}

.footer_cert_logo img {
    width: 100%;
    height: 100%;
}

.footer_copyright {
    order: 2;
    font-size: 14px;
    line-height: 1.5;
    color: rgba(245, 245, 245, 0.68);
    text-align: right;
}

.footer_related {
    position: relative;
    z-index: 2;
    flex: 0 0 clamp(220px, 15vw, 260px);
    order: 3;
}

.footer_related_toggle {
    width: 100%;
    min-height: 52px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    padding: 0 18px;
    border: 1px solid rgba(159, 197, 130, 0.58);
    color: rgba(245, 245, 245, 0.92);
    background: rgba(255, 255, 255, 0.03);

    font-size: 14px;
    font-weight: 400;
    font-family: 'Pretendard';
	font-display: swap;

    line-height: 1.4;
    text-align: left;
    transition:
        color 0.3s ease,
        border-color 0.3s ease,
        background-color 0.3s ease;
}

.footer_related_toggle:hover,
.footer_related_toggle:focus-visible,
.footer_related.is-open .footer_related_toggle {
    color: #fff;
    border-color: #9fc582;
    background: rgba(159, 197, 130, 0.1);
}

.footer_related_toggle:focus-visible,
.footer_related_list a:focus-visible {
    outline: 2px solid #9fc582;
    outline-offset: 3px;
}

.footer_related_chevron {
    flex: 0 0 auto;
    width: 8px;
    height: 8px;
    border-top: 1.5px solid currentColor;
    border-right: 1.5px solid currentColor;
    transform: rotate(-45deg);
    transition: transform 0.3s ease;
}

.footer_related.is-open .footer_related_chevron {
    transform: rotate(135deg);
}

.footer_related_list {
    position: absolute;
    left: 0;
    bottom: calc(100% + 10px);
    width: 100%;
    padding: 6px 0;
    border: 1px solid rgba(159, 197, 130, 0.45);
    background: #f7f8f5;
    box-shadow: 0 16px 36px rgba(0, 0, 0, 0.22);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(8px);
    transition:
        opacity 0.22s ease,
        transform 0.22s ease,
        visibility 0s linear 0.22s;
}

.footer_related.is-open .footer_related_list {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
    transition-delay: 0s;
}

.footer_related_list a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 13px 16px;
    color: #344b39;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.45;
    transition: color 0.25s ease;
}

.footer_related_list a:hover,
.footer_related_list a:focus-visible {
    color: #669b45;
}

.footer_related_external {
    flex: 0 0 auto;
    color: #669b45;
    font-size: 15px;
    line-height: 1;
}

/*------------------------------------
   Top Button
------------------------------------*/
#top_btn {
    position: fixed;
    right: 5%;
    bottom: 5%;
    z-index: 999;

    width: 60px;
    height: 60px;

    display: flex;
    align-items: center;
    justify-content: center;

    border: none;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 0 12px rgba(31, 31, 31, 0.17);

    cursor: pointer;

    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);

    transition:
        opacity 0.35s ease,
        visibility 0.35s ease,
        transform 0.35s ease,
        background-color 0.35s ease;
}

#top_btn.is-show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

#top_btn:hover {
    background: #669B45;
}

.top_btn_arrow {
    width: 24px;
    height: 24px;

    background: #669B45;

    -webkit-mask: url("../button/top_arrow.svg") center / 100% 100% no-repeat;
    mask: url("../button/top_arrow.svg") center / 100% 100% no-repeat;

    transition:
        background-color 0.35s ease,
        transform 0.35s cubic-bezier(.215, .61, .355, 1);
}

#top_btn:hover .top_btn_arrow {
    background: #fff;
    transform: translateY(-3px);
}


/*------------------------------------
   Responsive
------------------------------------*/
/* Laptop / Small Desktop */
@media screen and (min-width: 1025px) and (max-width: 1600px) {
    body {
        min-width: 0;
        overflow-x: hidden;
    }

    .header_inner,
    .footer_inner {
        width: calc(100% - clamp(72px, 6vw, 96px));
        max-width: none;
    }

    .gnb_list {
        gap: clamp(40px, 4vw, 64px);
    }

    .gnb_main {
        font-size: clamp(16px, 1.08vw, 17px);
    }

    .gnb_sub li a {
        font-size: clamp(15px, 1vw, 16px);
    }

    #footer {
        padding: clamp(56px, 4vw, 64px) 0 clamp(32px, 2.25vw, 36px);
    }

    .footer_top {
        column-gap: clamp(64px, 6vw, 96px);
        row-gap: clamp(36px, 3vw, 48px);
    }

    .footer_line {
        margin-top: clamp(40px, 3vw, 48px);
        margin-bottom: clamp(28px, 2vw, 32px);
    }

    #top_btn {
        right: clamp(24px, 2.2vw, 32px);
        bottom: clamp(24px, 2.2vw, 32px);
        width: clamp(52px, 3.6vw, 56px);
        height: clamp(52px, 3.6vw, 56px);
    }

}


/* Narrow Laptop */
@media screen and (min-width: 1025px) and (max-width: 1440px) {
    .header_inner,
    .footer_inner {
        width: calc(100% - clamp(56px, 5vw, 72px));
    }

    .gnb_list {
        gap: clamp(28px, 3.2vw, 46px);
    }

    .gnb_main {
        font-size: clamp(15px, 1.12vw, 16px);
    }

    .gnb_sub {
        min-width: clamp(150px, 11vw, 160px);
    }

    .gnb_sub li a {
        padding: clamp(8px, 0.65vw, 9px) 0;
        font-size: clamp(14px, 1.05vw, 15px);
    }

    #footer {
        padding-top: clamp(48px, 4vw, 56px);
    }

    .footer_cert_list {
        grid-column: 1;
        grid-row: 1;
        gap: clamp(24px, 2vw, 28px);
    }

    .footer_bottom {
        display: grid;
        grid-template-columns: minmax(0, 1fr) 240px;
        align-items: end;
        gap: 24px 28px;
    }

    .footer_copyright {
        grid-column: 1 / -1;
        grid-row: 2;
        order: initial;
        width: 100%;
        max-width: none;
        text-align: left;
    }

    .footer_related {
        grid-column: 2;
        grid-row: 1;
        justify-self: end;
        width: 240px;
        order: initial;
    }

}


/* Low-height Laptop */
@media screen and (min-width: 1025px) and (max-height: 900px) {
    .header:hover {
        height: clamp(248px, 30vh, 260px);
    }

    .gnb_sub {
        padding-top: clamp(14px, 1.8vh, 16px);
    }

    .gnb_sub li a {
        padding: clamp(7px, 1vh, 8px) 0;
    }

    #footer {
        padding-top: clamp(48px, 6.2vh, 56px);
    }

    .footer_line {
        margin-top: clamp(34px, 5vh, 40px);
        margin-bottom: clamp(24px, 3.5vh, 28px);
    }

    #top_btn {
        bottom: clamp(20px, 3vh, 24px);
    }
}




/*------------------------------------
   탭 버전
------------------------------------*/
@media screen and (min-width: 600px) and (max-width: 1024px) {
    body {
        min-width: 0;
        overflow-x: hidden;
    }

    #top_btn {
        width: 48px;
        height: 48px;
    }

    .top_btn_arrow {
        width: 18px;
        height: 18px;
    }

    .header, .header:hover {
        height: 76px;
        background-color: rgba(0,0,0,0);
        position: fixed;
    }

    .header_inner {
        width: calc(100% - 48px);
        max-width: none;
        margin: 0 auto;
        align-items: center;
    }

    .header::before, .header::after {
        display: none;
    }

    .header:not(.is_scroll),
    .header:not(.is_scroll):hover {
        background-color: rgba(0, 0, 0, 0);
        backdrop-filter: none;
        -webkit-backdrop-filter: none;
        box-shadow: none;
    }

    .header.is_scroll,
    .header.is_scroll:hover {
        background-color: #fff;
        backdrop-filter: none;
        -webkit-backdrop-filter: none;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.02);
    }

    .header.is_visual_mode:not(.is_scroll),
    .header.is_visual_mode:not(.is_scroll):hover {
        background-color: rgba(0, 0, 0, 0);
        backdrop-filter: none;
        -webkit-backdrop-filter: none;
        box-shadow: none;
    }

    .header .menu_btn span {
        background-color: #333;
    }

    .logo {
        height: 100%;
    }

    .gnb {
        display: none;
    }

    .menu_btn {
        display: flex;
        align-items: center;
        transform: translateX(-3px);
    }

    .menu_btn span {
        margin-right: 0;
    }

    .menu_drawer {
        position: absolute;
        top: 0;
        right: 0;

        width: calc(100% - 216px);
        max-width: 520px;
        min-width: 360px;
        height: 100%;

        transform: translateX(100%);
    }

    .menu_overlay.is_open .menu_drawer {
        transform: translateX(0);
    }

    .tab_menu {
        padding: 96px 48px 64px;
    }

    .tab_menu_group {
        display: grid;
        grid-template-columns: 96px 1fr;
        column-gap: 28px;
        align-items: start;
    }

    .tab_menu_group + .tab_menu_group {
        margin-top: 20%;
    }

    .tab_menu_group h2 {
        position: relative;
        margin: 0;

        font-size: 18px;
        font-weight: 500;
        line-height: 1.7;
        color: #222;
    }

    .tab_menu_group h2::after {
        content: "";
        position: absolute;
        top: 0;
        right: -14px;

        width: 1px;
        height: 56px;

        background: #ddd;
    }

    .tab_menu_group ul {
        display: grid;
        grid-template-columns: repeat(2, minmax(100px, 1fr));
        gap: 16px 36px;

        margin: 0;
        padding: 0;
    }

    .tab_menu_group li a {
        font-size: 15px;
        line-height: 1.5;
        color: #555;
    }

    .footer_inner {
        width: calc(100% - 48px);
        max-width: none;
        margin: 0 auto;
    }

    #footer {
        padding: 64px 0 calc(32px + env(safe-area-inset-bottom));
    }

    .footer_top {
        grid-template-columns: 190px minmax(0, 1fr);
        grid-template-areas:
            "logo nav"
            "info info";
        column-gap: clamp(32px, 5vw, 56px);
        row-gap: 40px;
    }

    .footer_logo {
        width: 190px;
    }

    .footer_nav {
        display: flex;
        justify-content: flex-end;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        row-gap: 18px;
    }

    .footer_nav a {
        padding: 0 14px;
    }

    .footer_info_row {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 18px 0;
    }

    html[lang="en"] .footer_info_row_secondary {
        grid-template-columns: minmax(0, 1.12fr) minmax(0, 0.88fr);
    }

    .footer_info_item {
        padding: 0 20px;
    }

    .footer_info_item:nth-child(odd) {
        padding-left: 0;
    }

    .footer_info_item:nth-child(even) {
        padding-right: 0;
    }

    .footer_info_item:nth-child(even)::after {
        display: none;
    }

    .footer_info_row_primary .footer_info_item:last-child {
        grid-column: 1 / -1;
        padding: 0;
    }

    .footer_info_row_primary .footer_info_item:last-child::after {
        display: none;
    }

    .footer_line {
        margin-top: 48px;
        margin-bottom: 28px;
    }

    .footer_bottom {
        display: grid;
        grid-template-columns: minmax(0, 1fr) 240px;
        align-items: flex-end;
        gap: 28px;
    }

    .footer_cert_list {
        grid-column: 1;
        grid-row: 1;
        flex-wrap: wrap;
        gap: 16px 22px;
    }

    .footer_cert_logo {
        height: 34px;
    }

    .footer_copyright {
        grid-column: 1 / -1;
        grid-row: 2;
        order: initial;
        width: 100%;
        max-width: 280px;
        text-align: left;
    }

    .footer_related {
        grid-column: 2;
        grid-row: 1;
        justify-self: end;
        width: 240px;
        order: initial;
    }
}




/*------------------------------------
   모바일 버전
------------------------------------*/
@media screen and (min-width: 300px) and (max-width: 599px) {
    body {
        min-width: 0;
        overflow-x: hidden;
    }

    #top_btn {
        display: none;
    }

    .header {
        transform: translateY(0);
        transition:
            transform .35s ease,
            background-color .3s ease,
            box-shadow .3s ease;
    }

    .header.is_hide {
        transform: translateY(-100%);
    }

    .header, .header:hover {
        height: 76px;
        background-color: rgba(0,0,0,0);
    }

    .header.is_scroll,
    .header.is_scroll:hover {
        background-color: #fff;
        backdrop-filter: none;
        -webkit-backdrop-filter: none;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.02);
    }
    
    .header.is_visual_mode:not(.is_scroll),
    .header.is_visual_mode:not(.is_scroll):hover {
        background-color: rgba(0, 0, 0, 0);
        backdrop-filter: none;
        -webkit-backdrop-filter: none;
        box-shadow: none;
    }

    .header_inner {
        position: relative;
        width: calc(100% - 40px);
        max-width: none;
        margin: 0 auto;
        align-items: center;
        justify-content: space-between;
    }

    .header::before, .header::after {
        display: none;
    }

    .logo {
        height: 100%;
        margin-left: 0;
    }

    .logo_pc {
        display: none;
    }

    .logo_m {
        display: block;
    }

    .gnb {
        display: none;
    }

    .menu_overlay {
        z-index: 9999;
    }

    .menu_btn {
        display: flex;
        position: relative;
        z-index: 2;
        width: 34px;
        height: 34px;
        margin-left: auto;
        align-items: flex-end;
        gap: 8px;
    }

    .menu_btn span {
        margin-right: 0;
        height: 2px;
        background: #333;
    }

    .menu_btn span:nth-child(1),
    .menu_btn span:nth-child(3) {
        width: 30px;
    }

    .menu_btn span:nth-child(2) {
        width: 30px;
    }

    .menu_overlay {
        background: rgba(0, 0, 0, 0.18);
    }

    .menu_drawer {
        position: absolute;
        left: 0;
        bottom: 0;

        width: 100%;
        height: 100dvh;

        background: #fff;

        transform: translateY(100%);
        overflow-y: auto;

        padding-bottom: 96px;
    }

    .menu_overlay.is_open .menu_drawer {
        transform: translateY(0);
    }

    .menu_close {
        top: 20px;
        right: 20px;
    }

    .tab_menu {
        padding: 76px 36px 120px;
    }

    .tab_menu_group {
        display: grid;
        grid-template-columns: 70px 1fr;
        column-gap: 22px;
        align-items: start;
    }

    .tab_menu_group + .tab_menu_group {
        margin-top: 20%;
    }

    .tab_menu_group h2 {
        position: relative;
        margin: 0;

        font-size: 15px;
        font-weight: 600;
        line-height: 1.7;
        color: #222;
        white-space: nowrap;
    }

    .tab_menu_group h2::after {
        content: "";
        position: absolute;
        top: 0;
        right: -11px;

        width: 1px;
        height: 48px;

        background: #e2e2e2;
    }

    .tab_menu_group ul {
        display: grid;
        grid-template-columns: repeat(2, minmax(80px, 1fr));
        gap: 12px 26px;

        margin: 0;
        padding: 0;
    }

    .tab_menu_group li a {
        display: inline-block;

        font-size: 13px;
        line-height: 1.5;
        color: #555;
        word-break: keep-all;
    }

    /*
    #bottom_bar {
        display: none;
    }

    #bottom_bar > div {
        position: relative;
        width: 100%;
        height: 100%;
    }

    #bottom_bar > div + div::before {
        content: "";
        position: absolute;
        left: 0;
        top: 50%;

        width: 1px;
        height: 22px;

        background: rgba(0, 0, 0, 0.08);
        transform: translateY(-50%);
    }

    #bottom_bar a,
    #bottom_bar button {
        width: 100%;
        height: 100%;

        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 4px;

        margin: 0;
        padding: 0;
        border: 0;
        background: transparent;

        color: #555;
        text-align: center;
        font-family: inherit;
        text-decoration: none;
        cursor: pointer;
    }

    #bottom_bar p {
        margin: 0;
        font-size: 12px;
        font-weight: 500;
        line-height: 1;
        color: inherit;
    }

    .bottom_bar_category_icon_box,
    .bottom_bar_home_icon_box,
    .bottom_bar_top_icon_box {
        position: relative;
        width: 22px;
        height: 22px;
    }

    .bottom_bar_category_icon_box img,
    .bottom_bar_home_icon_box img,
    .bottom_bar_top_icon_box img {
        position: absolute;
        inset: 0;

        display: block;
        width: 100%;
        height: 100%;
        object-fit: contain;

        transition: opacity .2s ease;
    }

    .bottom_bar_category_icon_mouseover,
    .bottom_bar_home_mouseover,
    .bottom_bar_top_mouseover {
        opacity: 0;
    }

    #bottom_bar a:active,
    #bottom_bar button:active {
        color: #669B45;
    }

    #bottom_bar a:active .bottom_bar_home_icon,
    #bottom_bar button:active .bottom_bar_category_icon,
    #bottom_bar button:active .bottom_bar_top_icon {
        opacity: 0;
    }

    #bottom_bar a:active .bottom_bar_home_mouseover,
    #bottom_bar button:active .bottom_bar_category_icon_mouseover,
    #bottom_bar button:active .bottom_bar_top_mouseover {
        opacity: 1;
    }

    #bottom_bar_home_box.is-active a {
        color: #669B45;
    }

    #bottom_bar_home_box.is-active .bottom_bar_home_icon {
        opacity: 0;
    }

    #bottom_bar_home_box.is-active .bottom_bar_home_mouseover {
        opacity: 1;
    }
    */

    #footer {
        width: 100%;
        padding-top: 48px;
        padding-bottom: calc(24px + env(safe-area-inset-bottom));
    }

    .footer_inner {
        width: calc(100% - 40px);
        max-width: none;
        margin: 0 auto;
    }

    .footer_top {
        display: grid;
        grid-template-columns: minmax(0, 1fr);
        grid-template-areas:
            "logo"
            "nav"
            "info";
        gap: 32px;
    }

    .footer_logo {
        margin: 0;
        width: 172px;
        height: auto;
    }

    .footer_nav {
        width: 100%;
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 16px 20px;
        justify-content: stretch;
    }

    .footer_nav a {
        display: block;
        padding: 0 0 12px;
        margin: 0;
        white-space: nowrap;
        font-size: 14px;
    }

    .footer_nav a:not(:last-child)::after {
        display: none;
    }

    .footer_info {
        width: 100%;
        gap: 0px;
    }

    .footer_info_row {
        width: 100%;
        grid-template-columns: minmax(0, 1fr);
        gap: 0;
    }

    .footer_info_row_primary .footer_info_item:last-child {
        grid-column: auto;
    }

    .footer_info_item,
    .footer_info_item:first-child,
    .footer_info_item:last-child,
    .footer_info_row_primary .footer_info_item:last-child {
        display: grid;
        grid-template-columns: 88px minmax(0, 1fr);
        align-items: start;
        gap: 12px;
        padding: 10px 0;
    }

    .footer_info_item::after,
    .footer_info_item:not(:last-child)::after {
        display: none;
    }

    .footer_info_label,
    .footer_info_value {
        white-space: normal;
    }

    .footer_info p {
        font-size: 13px;
        line-height: 1.6;
        text-align: left;
        overflow-wrap: anywhere;
    }

    .footer_line {
        margin-top: 36px;
        margin-bottom: 24px;
    }

    .footer_bottom {
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
        text-align: left;
    }

    .footer_cert_list {
        width: 100%;
        display: grid;
        grid-template-columns: 2fr 1.58fr 0.46fr 0.47fr;
        align-items: center;
        gap: 10px;
    }

    .footer_cert_logo {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: auto;
    }

    .footer_cert_logo img {
        display: block;
        width: 100%;
        height: auto;
        max-height: 32px;
        object-fit: contain;
    }

    .footer_copyright {
        order: 3;
        width: 100%;
        max-width: none;
        font-size: 12px;
        line-height: 1.5;
        white-space: normal;
        word-break: normal;
        overflow-wrap: break-word;
        text-align: left;
    }

    .footer_related {
        width: 100%;
        flex-basis: auto;
        order: 2;
    }

    .footer_related_toggle {
        min-height: 50px;
        padding: 0 16px;
        font-size: 13px;
    }

    .footer_related_list a {
        padding: 13px 15px;
        font-size: 13px;
    }

}


/*------------------------------------
   Tablet / Mobile Accordion Menu
------------------------------------*/
@media screen and (min-width: 600px) and (max-width: 1024px),
screen and (min-width: 300px) and (max-width: 599px) {
    body.is_visual_intro_locked.menu_open {
        touch-action: auto;
    }

    .language_switcher--header {
        display: none;
    }

    .language_switcher--drawer {
        position: relative;
        z-index: 2;
        display: flex;
        flex: 0 0 auto;
        width: 100%;
        margin: 0;
        padding: 6px 24px calc(10px + env(safe-area-inset-bottom));
        /* border-top: 1px solid #e7e7e7; */
        background: #fff;
        align-items: center;
        gap: 10px;
        color: #333;
    }

    .language_switcher--drawer .language_switcher_icon {
        width: 16px;
        height: 16px;
        flex-basis: 16px;
    }

    .language_switcher_inline {
        display: flex;
        margin: 0;
        padding: 0;
        align-items: center;
    }

    .language_switcher_inline li {
        position: relative;
        display: flex;
        align-items: center;
    }

    .language_switcher_inline li + li {
        margin-left: 8px;
        padding-left: 9px;
    }

    .language_switcher_inline li + li::before {
        content: "";
        position: absolute;
        left: 0;
        top: 50%;
        width: 1px;
        height: 11px;
        background: #d7d7d7;
        transform: translateY(-50%);
    }

    .language_switcher_inline .language_switcher_option {
        width: auto;
        min-height: 44px;
        padding: 0 2px;
        color: #999;
        font-family: Roboto, Pretendard, sans-serif;
        font-size: 13px;
        font-weight: 400;
        letter-spacing: normal;
        line-height: 1;
    }

    .language_switcher_inline .language_switcher_option:hover,
    .language_switcher_inline .language_switcher_option:focus-visible,
    .language_switcher_inline .language_switcher_option.is_active {
        background: transparent;
        color: #222;
    }

    .language_switcher_inline .language_switcher_option.is_active {
        text-decoration: underline;
        text-decoration-thickness: 1px;
        text-underline-offset: 4px;
    }

    .language_switcher_inline .language_switcher_option.is_active::after {
        display: none;
    }

    .menu_overlay {
        background: rgba(0, 0, 0, 0.18);
    }

    .menu_drawer {
        display: flex;
        flex-direction: column;
        background: #fff;
        overflow: hidden;
        overscroll-behavior: contain;
    }

    .menu_drawer::before {
        content: "";
        position: sticky;
        top: 0;
        z-index: 3;
        display: block;
        flex: 0 0 76px;
        width: 100%;
        height: 76px;
        background: #669B45;
    }

    .menu_logo_link {
        position: absolute;
        left: 24px;
        top: 20px;
        z-index: 4;
        display: block;
        width: 164px;
        height: 36px;
        background: url("../img/header/nav_main_logo.svg") left center / contain no-repeat;
        filter: brightness(0) invert(1);
    }

    .menu_close {
        position: absolute;
        top: 16px;
        right: 22px;
        z-index: 5;
        width: 44px;
        height: 44px;
    }

    .menu_close span {
        width: 30px;
        height: 1.5px;
        background: #fff;
    }

    .tab_menu {
        flex: 1 1 auto;
        min-height: 0;
        padding: 28px 24px 110px;
        overflow-y: auto;
        overscroll-behavior: contain;
        -webkit-overflow-scrolling: touch;
        touch-action: pan-y;
    }

    .tab_menu_group {
        display: block;
        border-bottom: 1px solid #e2e2e2;
    }

    .tab_menu_group + .tab_menu_group {
        margin-top: 0;
    }

    .tab_menu_group h2 {
        position: relative;
        width: 100%;
        min-height: 66px;
        margin: 0;
        padding: 18px 56px 18px 0;
        display: flex;
        align-items: center;
        font-size: 25px;
        font-weight: 700;
        line-height: 1.2;
        color: #333;
        cursor: pointer;
        transition: background-color .25s ease, padding-left .25s ease;
    }

    .tab_menu_group h2::before,
    .tab_menu_group h2::after {
        content: "";
        position: absolute;
        right: 4px;
        top: 50%;
        width: 16px;
        height: 2px;
        background: #333;
        transform: translateY(-50%);
        transition: transform .25s ease, opacity .25s ease;
    }

    .tab_menu_group h2::after {
        transform: translateY(-50%) rotate(90deg);
    }

    .tab_menu_group.is-active h2 {
        padding-left: 0;
    }

    .tab_menu_group.is-active h2::after {
        opacity: 0;
        transform: translateY(-50%) rotate(90deg) scaleY(0);
    }

    .tab_menu_group ul {
        display: block;
        max-height: 0;
        margin: 0;
        padding: 0;
        overflow: hidden;
        transition: max-height .35s cubic-bezier(.215, .61, .355, 1), padding .35s ease;
    }

    .tab_menu_group.is-active ul {
        max-height: 360px;
        padding: 6px 0 10px;
    }

    .tab_menu_group li a {
        display: block;
        padding: 10px 0;
        font-size: 20px;
        font-weight: 400;
        line-height: 1.35;
        color: #777;
        word-break: keep-all;
    }

}

@media screen and (min-width: 600px) and (max-width: 1024px) {
    .menu_drawer {
        left: auto;
        right: 0;
        width: 100%;
        max-width: none;
        min-width: 0;
        height: 100dvh;
        padding-bottom: 0;
        transform: translateX(100%);
    }

    .tab_menu {
        padding: 28px 36px 28px;
    }

    .language_switcher--drawer {
        padding: 8px 36px calc(18px + env(safe-area-inset-bottom));
    }

    .tab_menu_group h2 {
        min-height: clamp(72px, min(10vw, 10svh), 96px);
        padding-top: clamp(18px, min(2.8vw, 2.8svh), 24px);
        padding-bottom: clamp(18px, min(2.8vw, 2.8svh), 24px);
        font-size: clamp(30px, min(4.6vw, 5svh), 42px);
    }

    .tab_menu_group li a {
        padding-top: clamp(10px, min(1.7vw, 1.7svh), 14px);
        padding-bottom: clamp(10px, min(1.7vw, 1.7svh), 14px);
        font-size: clamp(20px, min(3vw, 3.2svh), 28px);
    }

    .language_switcher_inline .language_switcher_option {
        font-size: 15px;
    }
}

@media screen and (min-width: 300px) and (max-width: 599px) {
    .menu_drawer {
        left: auto;
        right: 0;
        width: 100%;
        min-width: 0;
        height: 100vh;
        height: 100svh;
        height: 100dvh;
        padding-bottom: 0;
        transform: translateX(100%);
    }

    .menu_overlay.is_open .menu_drawer {
        transform: translateX(0);
    }

    .menu_drawer::before {
        height: 76px;
    }

    .menu_logo_link {
        left: 24px;
        top: 22px;
        width: 140px;
        height: 32px;
    }

    .tab_menu {
        padding: clamp(18px, 4.2svh, 28px) 25px;
    }

    .tab_menu_group h2 {
        min-height: clamp(56px, 9.9svh, 66px);
        padding-top: clamp(14px, 2.7svh, 18px);
        padding-bottom: clamp(14px, 2.7svh, 18px);
        font-size: clamp(22px, 3.75svh, 25px);
    }

    .tab_menu_group li a {
        padding-top: clamp(8px, 1.5svh, 10px);
        padding-bottom: clamp(8px, 1.5svh, 10px);
        font-size: clamp(17px, 3svh, 20px);
    }
}
