@import url(//fonts.googleapis.com/earlyaccess/notosanskr.css);
@font-face {
    font-family: NPSfontBold;
    src: url(https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2310@1.0/NPSfontBold.woff2) format("woff2");
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: SBAggro;
    src: url(https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_2108@1.1/SBAggroM.woff) format("woff");
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: Apple SD Gothic Neo;
    font-weight: 100;
    font-style: normal;
    font-display: swap;
    src:
        url(https://cdn.jsdelivr.net/gh/fonts-archive/AppleSDGothicNeo/AppleSDGothicNeo-Thin.woff2) format("woff2"),
        url(https://cdn.jsdelivr.net/gh/fonts-archive/AppleSDGothicNeo/AppleSDGothicNeo-Thin.ttf) format("truetype");
}
@font-face {
    font-family: Apple SD Gothic Neo;
    font-weight: 200;
    font-style: normal;
    font-display: swap;
    src:
        url(https://cdn.jsdelivr.net/gh/fonts-archive/AppleSDGothicNeo/AppleSDGothicNeo-ExtraLight.woff2) format("woff2"),
        url(https://cdn.jsdelivr.net/gh/fonts-archive/AppleSDGothicNeo/AppleSDGothicNeo-ExtraLight.ttf) format("truetype");
}
@font-face {
    font-family: Apple SD Gothic Neo;
    font-weight: 300;
    font-style: normal;
    font-display: swap;
    src:
        url(https://cdn.jsdelivr.net/gh/fonts-archive/AppleSDGothicNeo/AppleSDGothicNeo-Light.woff2) format("woff2"),
        url(https://cdn.jsdelivr.net/gh/fonts-archive/AppleSDGothicNeo/AppleSDGothicNeo-Light.ttf) format("truetype");
}
@font-face {
    font-family: Apple SD Gothic Neo;
    font-weight: 400;
    font-style: normal;
    font-display: swap;
    src:
        url(https://cdn.jsdelivr.net/gh/fonts-archive/AppleSDGothicNeo/AppleSDGothicNeo-Regular.woff2) format("woff2"),
        url(https://cdn.jsdelivr.net/gh/fonts-archive/AppleSDGothicNeo/AppleSDGothicNeo-Regular.ttf) format("truetype");
}
@font-face {
    font-family: Apple SD Gothic Neo;
    font-weight: 500;
    font-style: normal;
    font-display: swap;
    src:
        url(https://cdn.jsdelivr.net/gh/fonts-archive/AppleSDGothicNeo/AppleSDGothicNeo-Medium.woff2) format("woff2"),
        url(https://cdn.jsdelivr.net/gh/fonts-archive/AppleSDGothicNeo/AppleSDGothicNeo-Medium.ttf) format("truetype");
}
@font-face {
    font-family: Apple SD Gothic Neo;
    font-weight: 600;
    font-style: normal;
    font-display: swap;
    src:
        url(https://cdn.jsdelivr.net/gh/fonts-archive/AppleSDGothicNeo/AppleSDGothicNeo-SemiBold.woff2) format("woff2"),
        url(https://cdn.jsdelivr.net/gh/fonts-archive/AppleSDGothicNeo/AppleSDGothicNeo-SemiBold.ttf) format("truetype");
}
@font-face {
    font-family: Apple SD Gothic Neo;
    font-weight: 700;
    font-style: normal;
    font-display: swap;
    src:
        url(https://cdn.jsdelivr.net/gh/fonts-archive/AppleSDGothicNeo/AppleSDGothicNeo-Bold.woff2) format("woff2"),
        url(https://cdn.jsdelivr.net/gh/fonts-archive/AppleSDGothicNeo/AppleSDGothicNeo-Bold.ttf) format("truetype");
}
@font-face {
    font-family: Apple SD Gothic Neo;
    font-weight: 800;
    font-style: normal;
    font-display: swap;
    src:
        url(https://cdn.jsdelivr.net/gh/fonts-archive/AppleSDGothicNeo/AppleSDGothicNeo-ExtraBold.woff2) format("woff2"),
        url(https://cdn.jsdelivr.net/gh/fonts-archive/AppleSDGothicNeo/AppleSDGothicNeo-ExtraBold.ttf) format("truetype");
}
@font-face {
    font-family: Apple SD Gothic Neo;
    font-weight: 900;
    font-style: normal;
    font-display: swap;
    src:
        url(https://cdn.jsdelivr.net/gh/fonts-archive/AppleSDGothicNeo/AppleSDGothicNeo-Black.woff2) format("woff2"),
        url(https://cdn.jsdelivr.net/gh/fonts-archive/AppleSDGothicNeo/AppleSDGothicNeo-Black.ttf) format("truetype");
}
html {
    overflow-anchor: none;
}
* {
    box-sizing: border-box;
    line-height: 1;
}
body,
button,
h1,
h2,
h3,
h4,
h5,
h6,
input,
textarea {
    font-family: Noto Sans KR;
    font-family: Apple SD Gothic Neo;
    font-size: 16px;
    font-weight: 400;
}
code,
pre {
    font-family: roboto;
}
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
pre {
    margin: 0;
}
dd,
dl,
dt,
li,
ol,
ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
a {
    color: #000;
    text-decoration: none;
}
a,
button {
    cursor: pointer;
}
em,
i {
    font-style: normal;
}
table {
    border-collapse: collapse;
}
body {
    margin: 0 auto;
    overflow-x: hidden;
    -webkit-text-size-adjust: none;
}
button,
input,
textarea {
    -moz-appearance: none;
    appearance: none;
    -webkit-appearance: none;
}
textarea {
    resize: none;
}
button {
    border: none;
    display: inline-block;
    padding: 0;
    margin: 0;
}
input:focus,
textarea:focus {
    outline: none;
}
input[type="checkbox"],
input[type="radio"] {
    margin: 0;
}
input[type="password"],
input[type="text"] {
    border: 1px solid #999;
}
input:-webkit-autofill,
input:-webkit-autofill:active,
input:-webkit-autofill:focus,
input:-webkit-autofill:hover {
    -webkit-transition: background-color 50000s 0s;
    transition: background-color 50000s 0s;
}
@media (max-width: 998px) {
    * {
        -webkit-overflow-scrolling: touch;
    }
    html {
        font-size: 15px;
        max-width: 600px;
        margin: 0 auto;
    }
    body {
        overflow-x: hidden;
        background-color: var(--gray10);
    }
}
::-webkit-scrollbar {
    background-color: var(--background-color);
    width: 8px;
}
::-webkit-scrollbar-thumb {
    background-color: #555;
    border-radius: 5px;
}
::-webkit-scrollbar-thumb:hover {
    background-color: #eee;
}
body {
    --point-color: #ff8c44;
    --box-shadow: 0px 0px 8px -3px rgba(0, 0, 0, 0.3);
    --black: #000;
    --white: #fff;
    --blue10: #f7fafe;
    --blue20: #eff5ff;
    --blue30: #deebff;
    --blue40: #bcd1fc;
    --blue50: #94b5fc;
    --blue60: #6d9cfa;
    --blue70: #5189fa;
    --blue80: #4876ef;
    --blue90: #2d65f2;
    --blue100: #3157dd;
    --blue110: #1632a6;
    --blue120: #15276f;
    --gray10: #f8fafc;
    --gray20: #f4f6fa;
    --gray30: #eaedf4;
    --gray40: #d7dce5;
    --gray50: #b4c0d3;
    --gray60: #96a0b5;
    --gray70: #8491a7;
    --gray80: #67738e;
    --gray90: #5c667b;
    --gray100: #475067;
    --gray110: #373f57;
    --gray120: #292e41;
    --gray130: #151822;
    --green10: #f3fffd;
    --green20: #ebfffc;
    --green30: #defaf6;
    --green40: #aff4e5;
    --green50: #7beed8;
    --green60: #4fe5c7;
    --green70: #00deb3;
    --green80: #00d3ab;
    --green90: #11be9a;
    --green100: #17a187;
    --green110: #2a7c6d;
    --green120: #286258;
    --red10: snow;
    --red20: #fff5f7;
    --red30: #fce6e6;
    --red40: #fec5c5;
    --red50: #fea4a3;
    --red60: #ff837e;
    --red70: #ff7a72;
    --red80: #ff6d6a;
    --red90: #ff5656;
    --red100: #eb413f;
    --red110: #d63131;
    --red120: #b81d1d;
    --subwayLine101: #0052a4;
    --subwayLine102: #34a344;
    --subwayLine103: #ec611b;
    --subwayLine104: #2995d6;
    --subwayLine105: #7c38d6;
    --subwayLine106: #ab4518;
    --subwayLine107: #5e661f;
    --subwayLine108: #df1c62;
    --subwayLine109: #ca9a35;
    --subwayLine201: #dd9520;
    --subwayLine1101: #9c1b2c;
    --subwayLine901: #2c96df;
    --subwayLine301: #6490c7;
    --subwayLine302: #ed8b00;
    --subwayLine1801: #395697;
    --subwayLine1601: #7eb543;
    --subwayLine1701: #8b651b;
    --subwayLine1501: #bcb202;
    --subwayLine203: #216ceb;
    --subwayLine202: #fe9132;
    --subwayLine1201: #159768;
    --subwayLine1301: #61aa5e;
    --subwayLine1001: #66af90;
    --subwayLine303: #feb700;
    --subwayLine401: #ec5430;
    --subwayLine402: #34a344;
    --subwayLine403: #b68748;
    --subwayLine404: #3a66a9;
    --subwayLine405: #74428f;
    --subwayLine406: #5d95c8;
    --subwayLine501: #ec5430;
    --subwayLine502: #34a344;
    --subwayLine503: #feb700;
    --subwayLine601: #34a344;
    --subwayLine801: #34a344;
}
.empty_object {
    background-color: #f3f3f3;
    position: relative;
}
.empty_object._image {
    width: 100% !important;
    height: 100% !important;
}
.empty_object:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: #f3f3f3;
    position: absolute;
    top: 0;
    left: 0;
}
.empty_object._100 {
    width: 100% !important;
}
.empty_object._80 {
    width: 80% !important;
}
.empty_object._60 {
    width: 60% !important;
}
.container {
    position: relative;
}
.container main {
    margin: 90px 0 0;
    min-height: 800px;
}
.swiper-button-next,
.swiper-button-prev {
    display: none !important;
}
.view_thumbnail_swiper .swiper-button-next,
.view_thumbnail_swiper .swiper-button-prev {
    position: absolute;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9;
    margin: 0;
    left: 50%;
    transform: translate(-50%);
    padding: 10px;
}
.view_thumbnail_swiper .swiper-button-next:after,
.view_thumbnail_swiper .swiper-button-prev:after {
    font-size: 18px;
    color: #000;
}
.view_thumbnail_swiper .swiper-button-prev {
    top: -15px;
    bottom: auto;
}
.view_thumbnail_swiper .swiper-button-prev:after {
    transform: rotate(90deg);
}
.view_thumbnail_swiper .swiper-button-next {
    top: auto;
    bottom: -15px;
}
.view_thumbnail_swiper .swiper-button-next:after {
    transform: rotate(90deg);
}
@media (max-width: 1320px) {
    .inner {
        padding: 0 30px;
    }
}
@media (max-width: 980px) {
    .container main {
        margin: 68px 0 0;
    }
    .inner {
        padding: 0 20px;
    }
}
@media (max-width: 640px) {
    .inner {
        padding: 0 10px;
    }
    .index_swiper_wrap .swiper-button-next,
    .index_swiper_wrap .swiper-button-prev {
        display: none;
    }
}
@font-face {
    font-family: Tossface;
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src:
        url(https://static.toss.im/tossface-font/tossface.0.woff2) format("woff2"),
        url(https://static.toss.im/tossface-font/tossface.0.otf) format("opentype");
    unicode-range: U+1f1e6-1f1ff;
}
@font-face {
    font-family: Tossface;
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src:
        url(https://static.toss.im/tossface-font/tossface.1.woff2) format("woff2"),
        url(https://static.toss.im/tossface-font/tossface.1.otf) format("opentype");
    unicode-range: U+200d, U+2620, U+26a7, U+fe0f, U+1f308, U+1f38c, U+1f3c1, U+1f3f3-1f3f4, U+1f6a9, U+e0062-e0063, U+e0065, U+e0067, U+e006c, U+e006e, U+e0073-e0074, U+e0077, U+e007f;
}
@font-face {
    font-family: Tossface;
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src:
        url(https://static.toss.im/tossface-font/tossface.2.woff2) format("woff2"),
        url(https://static.toss.im/tossface-font/tossface.2.otf) format("opentype");
    unicode-range:
        U+23, U+2a, U+30-39, U+a9, U+ae, U+200d, U+203c, U+2049, U+20e3, U+2122, U+2139, U+2194-2199, U+21a9-21aa, U+23cf, U+23e9-23ef, U+23f8-23fa, U+24c2, U+25aa-25ab, U+25b6, U+25c0, U+25fb-25fe, U+2611, U+2622-2623, U+2626, U+262a, U+262e-262f,
        U+2638, U+2640, U+2642, U+2648-2653, U+2660, U+2663, U+2665-2666, U+2668, U+267b, U+267e-267f, U+2695, U+269b-269c, U+26a0, U+26a7, U+26aa-26ab, U+26ce, U+26d4, U+2705, U+2714, U+2716, U+271d, U+2721, U+2733-2734, U+2747, U+274c, U+274e,
        U+2753-2755, U+2757, U+2764, U+2795-2797, U+27a1, U+27b0, U+27bf, U+2934-2935, U+2b05-2b07, U+2b1b-2b1c, U+2b55, U+3030, U+303d, U+3297, U+3299, U+fe0f, U+1f170-1f171, U+1f17e-1f17f, U+1f18e, U+1f191-1f19a, U+1f201-1f202, U+1f21a, U+1f22f,
        U+1f232-1f23a, U+1f250-1f251, U+1f310, U+1f3a6, U+1f3b5-1f3b6, U+1f3bc, U+1f3e7, U+1f441, U+1f499-1f49c, U+1f49f-1f4a0, U+1f4a2, U+1f4ac-1f4ad, U+1f4b1-1f4b2, U+1f4b9, U+1f4db, U+1f4f2-1f4f6, U+1f500-1f50a, U+1f515, U+1f518-1f524,
        U+1f52f-1f53d, U+1f549, U+1f54e, U+1f5a4, U+1f5e8, U+1f5ef, U+1f6ab, U+1f6ad-1f6b1, U+1f6b3, U+1f6b7-1f6bc, U+1f6be, U+1f6c2-1f6c5, U+1f6d0-1f6d1, U+1f6d7, U+1f6dc, U+1f7e0-1f7eb, U+1f7f0, U+1f90d-1f90e, U+1f9e1, U+1fa75-1fa77, U+1faaf;
}
@font-face {
    font-family: Tossface;
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src:
        url(https://static.toss.im/tossface-font/tossface.3.woff2) format("woff2"),
        url(https://static.toss.im/tossface-font/tossface.3.otf) format("opentype");
    unicode-range:
        U+231a-231b, U+2328, U+23f0-23f3, U+2602, U+260e, U+2692, U+2694, U+2696-2697, U+2699, U+26b0-26b1, U+26cf, U+26d1, U+26d3, U+2702, U+2709, U+270f, U+2712, U+fe0f, U+1f302, U+1f321, U+1f392-1f393, U+1f3a9, U+1f3bd, U+1f3ee, U+1f3f7, U+1f3fa,
        U+1f451-1f462, U+1f484, U+1f489-1f48a, U+1f48c-1f48e, U+1f4a1, U+1f4a3, U+1f4b0, U+1f4b3-1f4b8, U+1f4bb-1f4da, U+1f4dc-1f4f1, U+1f4ff, U+1f50b-1f514, U+1f516-1f517, U+1f526-1f529, U+1f52c-1f52e, U+1f550-1f567, U+1f56f-1f570, U+1f576, U+1f587,
        U+1f58a-1f58d, U+1f5a5, U+1f5a8, U+1f5b1-1f5b2, U+1f5c2-1f5c4, U+1f5d1-1f5d3, U+1f5dc-1f5de, U+1f5e1, U+1f5f3, U+1f6aa, U+1f6ac, U+1f6bd, U+1f6bf, U+1f6c1, U+1f6cb, U+1f6cd-1f6cf, U+1f6d2, U+1f6e0-1f6e1, U+1f6f0, U+1f97b-1f97f, U+1f9af,
        U+1f9ba, U+1f9e2-1f9e6, U+1f9ea-1f9ec, U+1f9ee-1f9f4, U+1f9f7-1f9ff, U+1fa71-1fa74, U+1fa79-1fa7b, U+1fa86, U+1fa91-1fa93, U+1fa96, U+1fa99-1faa0, U+1faa2-1faa7, U+1faaa-1faae;
}
@font-face {
    font-family: Tossface;
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src:
        url(https://static.toss.im/tossface-font/tossface.4.woff2) format("woff2"),
        url(https://static.toss.im/tossface-font/tossface.4.otf) format("opentype");
    unicode-range:
        U+265f, U+26bd-26be, U+26f3, U+26f8, U+fe0f, U+1f004, U+1f0cf, U+1f380-1f384, U+1f386-1f38b, U+1f38d-1f391, U+1f396-1f397, U+1f399-1f39b, U+1f39e-1f39f, U+1f3a3-1f3a5, U+1f3a7-1f3a9, U+1f3ab-1f3b4, U+1f3b7-1f3bb, U+1f3bd-1f3c0, U+1f3c5-1f3c6,
        U+1f3c8-1f3c9, U+1f3cf-1f3d3, U+1f3f8-1f3f9, U+1f47e, U+1f4e2, U+1f4f7-1f4fd, U+1f52b, U+1f579, U+1f58c-1f58d, U+1f5bc, U+1f6f7, U+1f6f9, U+1f6fc, U+1f93f, U+1f941, U+1f945, U+1f947-1f94f, U+1f9e7-1f9e9, U+1f9f5-1f9f6, U+1fa70-1fa71,
        U+1fa80-1fa81, U+1fa83-1fa85, U+1fa87-1fa88, U+1fa94-1fa95, U+1fa97-1fa98, U+1faa1, U+1faa9;
}
@font-face {
    font-family: Tossface;
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src:
        url(https://static.toss.im/tossface-font/tossface.5.woff2) format("woff2"),
        url(https://static.toss.im/tossface-font/tossface.5.otf) format("opentype");
    unicode-range:
        U+2693, U+26e9-26ea, U+26f1-26f2, U+26f4-26f5, U+26fa, U+26fd, U+2708, U+fe0f, U+1f301, U+1f303, U+1f306-1f307, U+1f309, U+1f310, U+1f3a0-1f3a2, U+1f3aa, U+1f3cd-1f3ce, U+1f3d5, U+1f3d7-1f3db, U+1f3df-1f3e6, U+1f3e8-1f3ed, U+1f3ef-1f3f0,
        U+1f488, U+1f492, U+1f4ba, U+1f54b-1f54d, U+1f5fa-1f5ff, U+1f680-1f6a2, U+1f6a4-1f6a8, U+1f6b2, U+1f6d1, U+1f6d5-1f6d6, U+1f6dd-1f6df, U+1f6e2-1f6e5, U+1f6e9, U+1f6eb-1f6ec, U+1f6f3-1f6f6, U+1f6f8, U+1f6fa-1f6fb, U+1f9bc-1f9bd, U+1f9ed,
        U+1f9f3, U+1fa7c;
}
@font-face {
    font-family: Tossface;
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src:
        url(https://static.toss.im/tossface-font/tossface.6.woff2) format("woff2"),
        url(https://static.toss.im/tossface-font/tossface.6.otf) format("opentype");
    unicode-range: U+2615, U+fe0f, U+1f32d-1f330, U+1f336, U+1f33d, U+1f345-1f37f, U+1f382, U+1f52a, U+1f942-1f944, U+1f950-1f96f, U+1f99e, U+1f9aa, U+1f9c0-1f9cb, U+1fad0-1fadb;
}
@font-face {
    font-family: Tossface;
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src:
        url(https://static.toss.im/tossface-font/tossface.7.woff2) format("woff2"),
        url(https://static.toss.im/tossface-font/tossface.7.otf) format("opentype");
    unicode-range:
        U+200d, U+2600-2601, U+2603-2604, U+2614, U+2618, U+26a1, U+26c4-26c5, U+26c8, U+26f0, U+2728, U+2744, U+2b1b, U+2b50, U+fe0f, U+1f300, U+1f304-1f305, U+1f308, U+1f30a-1f30f, U+1f311-1f321, U+1f324-1f32c, U+1f331-1f335, U+1f337-1f33c,
        U+1f33e-1f344, U+1f3d4, U+1f3d6, U+1f3dc-1f3de, U+1f3f5, U+1f400-1f43f, U+1f490, U+1f4a7, U+1f4ab, U+1f4ae, U+1f525, U+1f54a, U+1f573, U+1f577-1f578, U+1f648-1f64a, U+1f940, U+1f980-1f9ae, U+1f9ba, U+1fa90, U+1faa8, U+1fab0-1fabd, U+1fabf,
        U+1face-1facf, U+1fae7;
}
@font-face {
    font-family: Tossface;
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src:
        url(https://static.toss.im/tossface-font/tossface.8.woff2) format("woff2"),
        url(https://static.toss.im/tossface-font/tossface.8.otf) format("opentype");
    unicode-range:
        U+200d, U+2640, U+2642, U+2695-2696, U+26f7, U+26f9, U+2708, U+2764, U+fe0f, U+1f33e, U+1f373, U+1f37c, U+1f384-1f385, U+1f393, U+1f3a4, U+1f3a8, U+1f3c2-1f3c4, U+1f3c7, U+1f3ca-1f3cc, U+1f3eb, U+1f3ed, U+1f3fb-1f3ff, U+1f466-1f478, U+1f47c,
        U+1f481-1f483, U+1f486-1f487, U+1f48b, U+1f48f, U+1f491, U+1f4bb-1f4bc, U+1f527, U+1f52c, U+1f574-1f575, U+1f57a, U+1f645-1f647, U+1f64b, U+1f64d-1f64e, U+1f680, U+1f692, U+1f6a3, U+1f6b4-1f6b6, U+1f6c0, U+1f6cc, U+1f91d, U+1f926,
        U+1f930-1f931, U+1f934-1f93a, U+1f93c-1f93e, U+1f977, U+1f9af-1f9b3, U+1f9b8-1f9b9, U+1f9bc-1f9bd, U+1f9cc-1f9cf, U+1f9d1-1f9df, U+1fa82, U+1fac3-1fac5;
}
@font-face {
    font-family: Tossface;
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src:
        url(https://static.toss.im/tossface-font/tossface.9.woff2) format("woff2"),
        url(https://static.toss.im/tossface-font/tossface.9.otf) format("opentype");
    unicode-range:
        U+200d, U+261d, U+2620, U+2639-263a, U+2665, U+270a-270d, U+2728, U+2763-2764, U+2b50, U+fe0f, U+1f31a-1f31f, U+1f32b, U+1f383, U+1f389, U+1f3fb-1f3ff, U+1f440-1f450, U+1f463-1f465, U+1f479-1f47b, U+1f47d-1f480, U+1f485, U+1f48b-1f48c,
        U+1f493-1f49f, U+1f4a4-1f4a6, U+1f4a8-1f4ab, U+1f4af, U+1f525, U+1f573, U+1f590, U+1f595-1f596, U+1f5a4, U+1f5e3, U+1f600-1f644, U+1f648-1f64a, U+1f64c, U+1f64f, U+1f90c-1f925, U+1f927-1f92f, U+1f932-1f933, U+1f970-1f976, U+1f978-1f97a,
        U+1f9a0, U+1f9b4-1f9b7, U+1f9bb, U+1f9be-1f9bf, U+1f9d0, U+1f9e0-1f9e1, U+1fa75-1fa79, U+1fac0-1fac2, U+1fae0-1fae6, U+1fae8, U+1faf0-1faf8;
}
@supports font-format(woff2) and font-tech(variations) and (not font-tech(color-COLRv1)) {
    @font-face {
        font-family: Tossface;
        font-style: normal;
        font-weight: 500;
        font-display: swap;
        src: url(https://static.toss.im/tossface-font/tossface.0.ttf) format("truetype");
        unicode-range: U+1f1e6-1f1ff;
    }
    @font-face {
        font-family: Tossface;
        font-style: normal;
        font-weight: 500;
        font-display: swap;
        src: url(https://static.toss.im/tossface-font/tossface.1.ttf) format("truetype");
        unicode-range: U+200d, U+2620, U+26a7, U+fe0f, U+1f308, U+1f38c, U+1f3c1, U+1f3f3-1f3f4, U+1f6a9, U+e0062-e0063, U+e0065, U+e0067, U+e006c, U+e006e, U+e0073-e0074, U+e0077, U+e007f;
    }
    @font-face {
        font-family: Tossface;
        font-style: normal;
        font-weight: 500;
        font-display: swap;
        src: url(https://static.toss.im/tossface-font/tossface.2.ttf) format("truetype");
        unicode-range:
            U+23, U+2a, U+30-39, U+a9, U+ae, U+200d, U+203c, U+2049, U+20e3, U+2122, U+2139, U+2194-2199, U+21a9-21aa, U+23cf, U+23e9-23ef, U+23f8-23fa, U+24c2, U+25aa-25ab, U+25b6, U+25c0, U+25fb-25fe, U+2611, U+2622-2623, U+2626, U+262a,
            U+262e-262f, U+2638, U+2640, U+2642, U+2648-2653, U+2660, U+2663, U+2665-2666, U+2668, U+267b, U+267e-267f, U+2695, U+269b-269c, U+26a0, U+26a7, U+26aa-26ab, U+26ce, U+26d4, U+2705, U+2714, U+2716, U+271d, U+2721, U+2733-2734, U+2747,
            U+274c, U+274e, U+2753-2755, U+2757, U+2764, U+2795-2797, U+27a1, U+27b0, U+27bf, U+2934-2935, U+2b05-2b07, U+2b1b-2b1c, U+2b55, U+3030, U+303d, U+3297, U+3299, U+fe0f, U+1f170-1f171, U+1f17e-1f17f, U+1f18e, U+1f191-1f19a, U+1f201-1f202,
            U+1f21a, U+1f22f, U+1f232-1f23a, U+1f250-1f251, U+1f310, U+1f3a6, U+1f3b5-1f3b6, U+1f3bc, U+1f3e7, U+1f441, U+1f499-1f49c, U+1f49f-1f4a0, U+1f4a2, U+1f4ac-1f4ad, U+1f4b1-1f4b2, U+1f4b9, U+1f4db, U+1f4f2-1f4f6, U+1f500-1f50a, U+1f515,
            U+1f518-1f524, U+1f52f-1f53d, U+1f549, U+1f54e, U+1f5a4, U+1f5e8, U+1f5ef, U+1f6ab, U+1f6ad-1f6b1, U+1f6b3, U+1f6b7-1f6bc, U+1f6be, U+1f6c2-1f6c5, U+1f6d0-1f6d1, U+1f6d7, U+1f6dc, U+1f7e0-1f7eb, U+1f7f0, U+1f90d-1f90e, U+1f9e1,
            U+1fa75-1fa77, U+1faaf;
    }
    @font-face {
        font-family: Tossface;
        font-style: normal;
        font-weight: 500;
        font-display: swap;
        src: url(https://static.toss.im/tossface-font/tossface.3.ttf) format("truetype");
        unicode-range:
            U+231a-231b, U+2328, U+23f0-23f3, U+2602, U+260e, U+2692, U+2694, U+2696-2697, U+2699, U+26b0-26b1, U+26cf, U+26d1, U+26d3, U+2702, U+2709, U+270f, U+2712, U+fe0f, U+1f302, U+1f321, U+1f392-1f393, U+1f3a9, U+1f3bd, U+1f3ee, U+1f3f7,
            U+1f3fa, U+1f451-1f462, U+1f484, U+1f489-1f48a, U+1f48c-1f48e, U+1f4a1, U+1f4a3, U+1f4b0, U+1f4b3-1f4b8, U+1f4bb-1f4da, U+1f4dc-1f4f1, U+1f4ff, U+1f50b-1f514, U+1f516-1f517, U+1f526-1f529, U+1f52c-1f52e, U+1f550-1f567, U+1f56f-1f570,
            U+1f576, U+1f587, U+1f58a-1f58d, U+1f5a5, U+1f5a8, U+1f5b1-1f5b2, U+1f5c2-1f5c4, U+1f5d1-1f5d3, U+1f5dc-1f5de, U+1f5e1, U+1f5f3, U+1f6aa, U+1f6ac, U+1f6bd, U+1f6bf, U+1f6c1, U+1f6cb, U+1f6cd-1f6cf, U+1f6d2, U+1f6e0-1f6e1, U+1f6f0,
            U+1f97b-1f97f, U+1f9af, U+1f9ba, U+1f9e2-1f9e6, U+1f9ea-1f9ec, U+1f9ee-1f9f4, U+1f9f7-1f9ff, U+1fa71-1fa74, U+1fa79-1fa7b, U+1fa86, U+1fa91-1fa93, U+1fa96, U+1fa99-1faa0, U+1faa2-1faa7, U+1faaa-1faae;
    }
    @font-face {
        font-family: Tossface;
        font-style: normal;
        font-weight: 500;
        font-display: swap;
        src: url(https://static.toss.im/tossface-font/tossface.4.ttf) format("truetype");
        unicode-range:
            U+265f, U+26bd-26be, U+26f3, U+26f8, U+fe0f, U+1f004, U+1f0cf, U+1f380-1f384, U+1f386-1f38b, U+1f38d-1f391, U+1f396-1f397, U+1f399-1f39b, U+1f39e-1f39f, U+1f3a3-1f3a5, U+1f3a7-1f3a9, U+1f3ab-1f3b4, U+1f3b7-1f3bb, U+1f3bd-1f3c0,
            U+1f3c5-1f3c6, U+1f3c8-1f3c9, U+1f3cf-1f3d3, U+1f3f8-1f3f9, U+1f47e, U+1f4e2, U+1f4f7-1f4fd, U+1f52b, U+1f579, U+1f58c-1f58d, U+1f5bc, U+1f6f7, U+1f6f9, U+1f6fc, U+1f93f, U+1f941, U+1f945, U+1f947-1f94f, U+1f9e7-1f9e9, U+1f9f5-1f9f6,
            U+1fa70-1fa71, U+1fa80-1fa81, U+1fa83-1fa85, U+1fa87-1fa88, U+1fa94-1fa95, U+1fa97-1fa98, U+1faa1, U+1faa9;
    }
    @font-face {
        font-family: Tossface;
        font-style: normal;
        font-weight: 500;
        font-display: swap;
        src: url(https://static.toss.im/tossface-font/tossface.5.ttf) format("truetype");
        unicode-range:
            U+2693, U+26e9-26ea, U+26f1-26f2, U+26f4-26f5, U+26fa, U+26fd, U+2708, U+fe0f, U+1f301, U+1f303, U+1f306-1f307, U+1f309, U+1f310, U+1f3a0-1f3a2, U+1f3aa, U+1f3cd-1f3ce, U+1f3d5, U+1f3d7-1f3db, U+1f3df-1f3e6, U+1f3e8-1f3ed, U+1f3ef-1f3f0,
            U+1f488, U+1f492, U+1f4ba, U+1f54b-1f54d, U+1f5fa-1f5ff, U+1f680-1f6a2, U+1f6a4-1f6a8, U+1f6b2, U+1f6d1, U+1f6d5-1f6d6, U+1f6dd-1f6df, U+1f6e2-1f6e5, U+1f6e9, U+1f6eb-1f6ec, U+1f6f3-1f6f6, U+1f6f8, U+1f6fa-1f6fb, U+1f9bc-1f9bd, U+1f9ed,
            U+1f9f3, U+1fa7c;
    }
    @font-face {
        font-family: Tossface;
        font-style: normal;
        font-weight: 500;
        font-display: swap;
        src: url(https://static.toss.im/tossface-font/tossface.6.ttf) format("truetype");
        unicode-range: U+2615, U+fe0f, U+1f32d-1f330, U+1f336, U+1f33d, U+1f345-1f37f, U+1f382, U+1f52a, U+1f942-1f944, U+1f950-1f96f, U+1f99e, U+1f9aa, U+1f9c0-1f9cb, U+1fad0-1fadb;
    }
    @font-face {
        font-family: Tossface;
        font-style: normal;
        font-weight: 500;
        font-display: swap;
        src: url(https://static.toss.im/tossface-font/tossface.7.ttf) format("truetype");
        unicode-range:
            U+200d, U+2600-2601, U+2603-2604, U+2614, U+2618, U+26a1, U+26c4-26c5, U+26c8, U+26f0, U+2728, U+2744, U+2b1b, U+2b50, U+fe0f, U+1f300, U+1f304-1f305, U+1f308, U+1f30a-1f30f, U+1f311-1f321, U+1f324-1f32c, U+1f331-1f335, U+1f337-1f33c,
            U+1f33e-1f344, U+1f3d4, U+1f3d6, U+1f3dc-1f3de, U+1f3f5, U+1f400-1f43f, U+1f490, U+1f4a7, U+1f4ab, U+1f4ae, U+1f525, U+1f54a, U+1f573, U+1f577-1f578, U+1f648-1f64a, U+1f940, U+1f980-1f9ae, U+1f9ba, U+1fa90, U+1faa8, U+1fab0-1fabd,
            U+1fabf, U+1face-1facf, U+1fae7;
    }
    @font-face {
        font-family: Tossface;
        font-style: normal;
        font-weight: 500;
        font-display: swap;
        src: url(https://static.toss.im/tossface-font/tossface.8.ttf) format("truetype");
        unicode-range:
            U+200d, U+2640, U+2642, U+2695-2696, U+26f7, U+26f9, U+2708, U+2764, U+fe0f, U+1f33e, U+1f373, U+1f37c, U+1f384-1f385, U+1f393, U+1f3a4, U+1f3a8, U+1f3c2-1f3c4, U+1f3c7, U+1f3ca-1f3cc, U+1f3eb, U+1f3ed, U+1f3fb-1f3ff, U+1f466-1f478,
            U+1f47c, U+1f481-1f483, U+1f486-1f487, U+1f48b, U+1f48f, U+1f491, U+1f4bb-1f4bc, U+1f527, U+1f52c, U+1f574-1f575, U+1f57a, U+1f645-1f647, U+1f64b, U+1f64d-1f64e, U+1f680, U+1f692, U+1f6a3, U+1f6b4-1f6b6, U+1f6c0, U+1f6cc, U+1f91d,
            U+1f926, U+1f930-1f931, U+1f934-1f93a, U+1f93c-1f93e, U+1f977, U+1f9af-1f9b3, U+1f9b8-1f9b9, U+1f9bc-1f9bd, U+1f9cc-1f9cf, U+1f9d1-1f9df, U+1fa82, U+1fac3-1fac5;
    }
    @font-face {
        font-family: Tossface;
        font-style: normal;
        font-weight: 500;
        font-display: swap;
        src: url(https://static.toss.im/tossface-font/tossface.9.ttf) format("truetype");
        unicode-range:
            U+200d, U+261d, U+2620, U+2639-263a, U+2665, U+270a-270d, U+2728, U+2763-2764, U+2b50, U+fe0f, U+1f31a-1f31f, U+1f32b, U+1f383, U+1f389, U+1f3fb-1f3ff, U+1f440-1f450, U+1f463-1f465, U+1f479-1f47b, U+1f47d-1f480, U+1f485, U+1f48b-1f48c,
            U+1f493-1f49f, U+1f4a4-1f4a6, U+1f4a8-1f4ab, U+1f4af, U+1f525, U+1f573, U+1f590, U+1f595-1f596, U+1f5a4, U+1f5e3, U+1f600-1f644, U+1f648-1f64a, U+1f64c, U+1f64f, U+1f90c-1f925, U+1f927-1f92f, U+1f932-1f933, U+1f970-1f976, U+1f978-1f97a,
            U+1f9a0, U+1f9b4-1f9b7, U+1f9bb, U+1f9be-1f9bf, U+1f9d0, U+1f9e0-1f9e1, U+1fa75-1fa79, U+1fac0-1fac2, U+1fae0-1fae6, U+1fae8, U+1faf0-1faf8;
    }
}
.Inner_inner__UulYB {
    width: 100%;
    margin: 0 auto;
    max-width: 1600px;
    padding: 0 20px;
}
@media (max-width: 1320px) {
    .Inner_inner__UulYB {
        padding: 0 30px;
    }
}
@media (max-width: 980px) {
    .Inner_inner__UulYB {
        padding: 0 20px;
    }
}
@media (max-width: 640px) {
    .Inner_inner__UulYB {
        padding: 0 10px;
    }
}
.Footer_footer__juk1Q {
    background-color: #fff;
    padding: 40px 0 30px;
    color: #252525;
    border-top: 1px solid #ebebeb;
    position: relative;
    z-index: 999999;
}
.Footer_footer__juk1Q .Footer_quick_button_box__VBeI6 {
    min-height: 100px;
    position: fixed;
    left: 50%;
    bottom: 30px;
    margin: 0 0 0 700px;
    z-index: 9999;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    padding: 0 40px 0 0;
}
.Footer_footer__juk1Q .Footer_quick_button_box__VBeI6 .Footer_direct_info__5Mz8G {
    padding: 30px 20px 20px;
    border-radius: 10px;
    width: 200px;
    background-color: #fff;
    box-shadow: 1px 3px 8px -3px #8446fc;
    background-image: url("/static/uploads/76f6ec1cc669_icon_phone.png");
    background-repeat: no-repeat;
    background-size: 50px;
    background-position: 130px 15px;
}
.Footer_footer__juk1Q .Footer_quick_button_box__VBeI6 .Footer_direct_info__5Mz8G dl {
    margin: 0 0 10px;
    border-bottom: 2px solid #8446fc;
    padding: 0 0 10px;
}
.Footer_footer__juk1Q .Footer_quick_button_box__VBeI6 .Footer_direct_info__5Mz8G dl dt {
    font-size: 16px;
    margin: 0 0 7px;
    line-height: 1.2;
}
.Footer_footer__juk1Q .Footer_quick_button_box__VBeI6 .Footer_direct_info__5Mz8G dl dd {
    font-size: 14px;
    line-height: 1.2;
}
.Footer_footer__juk1Q .Footer_quick_button_box__VBeI6 .Footer_direct_info__5Mz8G dl dd img {
    width: 14px;
    margin: 0 2px 0 0;
}
.Footer_footer__juk1Q .Footer_quick_button_box__VBeI6 .Footer_direct_info__5Mz8G span {
    font-size: 12px;
    color: #8446fc;
    line-height: 1.4;
    display: block;
}
.Footer_footer__juk1Q .Footer_quick_button_box__VBeI6 .Footer_quick_menu__DKq3n {
    width: 40px;
    height: 40px;
    font-size: 14px;
    display: flex;
    margin: 0 0 10px 10px;
    overflow: hidden;
    border-radius: 10px;
    align-items: center;
    justify-content: center;
}
.Footer_footer__juk1Q .Footer_quick_button_box__VBeI6 .Footer_quick_menu__DKq3n.Footer_back__T26Jg {
    background-color: #e1e1e1;
}
.Footer_footer__juk1Q .Footer_quick_button_box__VBeI6 .Footer_quick_menu__DKq3n.Footer_back__T26Jg i {
    display: flex;
    width: 15px;
    height: 15px;
}
.Footer_footer__juk1Q .Footer_quick_button_box__VBeI6 .Footer_quick_menu__DKq3n.Footer_sns_icon__KfG0o img {
    width: 100%;
}
.Footer_footer__juk1Q .Footer_footer_list__NV9A5 {
    display: flex;
    max-width: 1320px;
    margin: 0 auto;
}
.Footer_footer__juk1Q .Footer_footer_list__NV9A5 li {
    width: 33.333%;
    position: relative;
    padding: 0 20px;
}
.Footer_footer__juk1Q .Footer_footer_list__NV9A5 li h6 {
    font-size: 18px;
    margin: 0 0 15px;
    position: relative;
    padding: 0 0 20px;
}
.Footer_footer__juk1Q .Footer_footer_list__NV9A5 li h6:after {
    content: "";
    display: block;
    width: 30px;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: #e1e1e1;
}
.Footer_footer__juk1Q .Footer_footer_list__NV9A5 li p {
    font-size: 14px;
    margin: 0 0 10px;
}
@media (max-width: 980px) {
    .Footer_footer__juk1Q .Footer_quick_button_box__VBeI6 {
        display: none;
    }
    .Footer_footer__juk1Q .Footer_footer_list__NV9A5 {
        flex-wrap: wrap;
    }
    .Footer_footer__juk1Q .Footer_footer_list__NV9A5 li {
        margin: 0 0 20px;
    }
    .Footer_footer__juk1Q .Footer_footer_list__NV9A5 li:first-child {
        width: 100%;
    }
}
@media (max-width: 640px) {
    .Footer_footer__juk1Q .Footer_quick_button_box__VBeI6 {
        display: flex;
        margin: 0;
        left: 0;
        width: 100%;
        padding: 0;
        bottom: 0;
        min-height: auto;
    }
    .Footer_footer__juk1Q .Footer_quick_button_box__VBeI6 .Footer_quick_menu__DKq3n {
        display: none;
    }
    .Footer_footer__juk1Q .Footer_quick_button_box__VBeI6 .Footer_direct_info__5Mz8G {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        background-image: none;
        padding: 10px 20px;
        background-color: #8446fc;
        border-radius: 0;
        align-items: flex-end;
    }
    .Footer_footer__juk1Q .Footer_quick_button_box__VBeI6 .Footer_direct_info__5Mz8G dl {
        width: 100%;
        border-width: 1px;
        padding: 0;
        margin: 0;
        text-align: center;
    }
    .Footer_footer__juk1Q .Footer_quick_button_box__VBeI6 .Footer_direct_info__5Mz8G dl:nth-child(2) {
        display: none;
    }
    .Footer_footer__juk1Q .Footer_quick_button_box__VBeI6 .Footer_direct_info__5Mz8G dl dt {
        font-size: 13px;
        margin: 0;
        padding: 0;
        color: #fff;
    }
    .Footer_footer__juk1Q .Footer_quick_button_box__VBeI6 .Footer_direct_info__5Mz8G dl dt br {
        display: none;
    }
    .Footer_footer__juk1Q .Footer_quick_button_box__VBeI6 .Footer_direct_info__5Mz8G dl dd {
        color: #fff;
        margin: 10px 0;
    }
    .Footer_footer__juk1Q .Footer_quick_button_box__VBeI6 .Footer_direct_info__5Mz8G dl dd a {
        color: #fff;
    }
    .Footer_footer__juk1Q .Footer_quick_button_box__VBeI6 .Footer_direct_info__5Mz8G dl dd br {
        display: none;
    }
    .Footer_footer__juk1Q .Footer_quick_button_box__VBeI6 .Footer_direct_info__5Mz8G span {
        width: 100%;
        color: #fff;
        text-align: center;
        font-size: 10px;
    }
    .Footer_footer__juk1Q .Footer_quick_button_box__VBeI6 .Footer_direct_info__5Mz8G span br {
        display: none;
    }
    .Footer_footer__juk1Q .Footer_footer_list__NV9A5 li {
        width: 100%;
    }
}
.Header_header__P2gmH {
    position: relative;
    z-index: 99999;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
    transition: 0.3s ease-out;
}
.Header_header__P2gmH .Header_inner__e3XhF {
    position: relative;
}
.Header_header__P2gmH .Header_tnb__lu7WB {
    padding: 12px 0;
    background-color: var(--gray20);
    font-size: 14px;
    text-align: right;
    color: var(--gray110);
}
.Header_header__P2gmH .Header_tnb__lu7WB a {
    margin: 0 12px 0 0;
    position: relative;
}
.Header_header__P2gmH .Header_tnb__lu7WB a:hover {
    color: var(--blue110);
}
.Header_header__P2gmH .Header_logo_box__rBXgr {
    position: absolute;
    height: 80%;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
}
.Header_header__P2gmH .Header_logo_box__rBXgr a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}
.Header_header__P2gmH .Header_logo_box__rBXgr a img {
    height: 100%;
}
.Header_header__P2gmH .Header_menu_box__HeP6j nav {
    height: 100%;
}
.Header_header__P2gmH .Header_menu_box__HeP6j nav > ul {
    display: flex;
    height: 100%;
    justify-content: center;
    position: relative;
}
.Header_header__P2gmH .Header_menu_box__HeP6j nav > ul > li {
    padding: 10px 5px;
}
.Header_header__P2gmH .Header_menu_box__HeP6j nav > ul > li > a {
    display: flex;
    justify-content: center;
    align-content: center;
    flex-wrap: wrap;
    text-align: center;
    width: 120px;
    aspect-ratio: 1/1;
    border-radius: 16px;
    /* box-shadow: var(--box-shadow); */
    font-size: 14px;
    transition: 0.3s ease-out;
}
.Header_header__P2gmH .Header_menu_box__HeP6j nav > ul > li > a img {
    width: 70px;
    margin: 0 0 4px;
    transition: 0.1s ease-out;
}
.Header_header__P2gmH .Header_menu_box__HeP6j nav > ul > li > a span {
    width: 100%;
}
.Header_header__P2gmH .Header_menu_box__HeP6j nav > ul > li:hover > a img {
    transform: scale(1.1);
}
.Header_header__P2gmH .Header_children_box__tMBe0 {
    position: absolute;
    z-index: 9999;
    width: 100%;
    left: 0;
    top: auto;
    height: 90px;
}
.Header_header__P2gmH .Header_children_box__tMBe0 ul {
    width: 100%;
    display: flex;
    justify-content: center;
    background-color: #fff;
    padding: 0 0 20px;
    border-bottom: 1px solid var(--gray30);
}
.Header_header__P2gmH .Header_children_box__tMBe0 ul > li {
    margin: 0 12px;
}
.Header_header__P2gmH .Header_children_box__tMBe0 ul > li > a {
    min-width: 160px;
    display: flex;
    box-shadow: var(--box-shadow);
    border-radius: 8px;
    align-items: center;
    justify-content: center;
    padding: 12px 24px;
}
.Header_header__P2gmH .Header_children_box__tMBe0 ul > li > a:hover {
    background-color: var(--gray10);
}
.Header_header__P2gmH .Header_children_box__tMBe0 ul > li > a img {
    height: 50px;
    aspect-ratio: 1/1;
    margin: 0 12px 0 0;
}
.Header_header__P2gmH .Header_children_box__tMBe0 ul > li > a span {
    font-size: 15px;
    word-spacing: -4px;
}
.Header_header__P2gmH.Header_scroll__H0JXU {
    position: fixed;
    /* background-color: var(--gray10); */
}
.Header_header__P2gmH.Header_scroll__H0JXU .Header_tnb__lu7WB {
    display: none;
}
.Header_header__P2gmH.Header_scroll__H0JXU .Header_logo_box__rBXgr {
    height: 100%;
}
.Header_header__P2gmH.Header_scroll__H0JXU .Header_menu_box__HeP6j nav > ul > li {
    padding: 12px;
}
.Header_header__P2gmH.Header_scroll__H0JXU .Header_menu_box__HeP6j nav > ul > li > a {
    aspect-ratio: unset;
    border-radius: 4px;
    background-color: #fff;
}
.Header_header__P2gmH.Header_scroll__H0JXU .Header_menu_box__HeP6j nav > ul > li > a img {
    display: none;
}
.Header_header__P2gmH.Header_scroll__H0JXU .Header_menu_box__HeP6j nav > ul > li > a span {
    padding: 12px 0;
}
.Header_header__P2gmH.Header_scroll__H0JXU .Header_children_box__tMBe0 {
    height: auto;
}
.Header_header__P2gmH.Header_scroll__H0JXU .Header_children_box__tMBe0 ul {
    padding: 12px 0;
}
.Header_header__P2gmH.Header_scroll__H0JXU .Header_children_box__tMBe0 ul > li > a {
    padding: 8px 20px;
    border-radius: 4px;
}
.Header_header__P2gmH.Header_scroll__H0JXU .Header_children_box__tMBe0 ul > li > a img {
    display: none;
}
.Header_header__P2gmH .Header_menu_box__HeP6j nav > ul > li > a.Header_active___o_ZU {
    background-color: #b5ddff4a;
}
.Header_header__P2gmH .Header_children_box__tMBe0 ul > li > a.Header_active___o_ZU {
    background-color: #44ff611f;
}
.Header_scroll_pin__Wq97z {
    height: 198px;
}
.Header_mobile_menu__c4oVc {
    display: none;
}
@media (max-width: 1300px) {
    .Header_header__P2gmH .Header_children_box__tMBe0 ul,
    .Header_header__P2gmH .Header_menu_box__HeP6j nav > ul {
        justify-content: flex-end;
    }
}
@media (max-width: 980px) {
    .Header_scroll_pin__Wq97z {
        display: none;
    }
    .Header_header__P2gmH {
        padding: 8px 0;
        position: fixed;
    }
    .Header_header__P2gmH .Header_children_box__tMBe0,
    .Header_header__P2gmH .Header_menu_box__HeP6j,
    .Header_header__P2gmH .Header_tnb__lu7WB {
        display: none;
    }
    .Header_header__P2gmH .Header_inner__e3XhF {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .Header_header__P2gmH .Header_logo_box__rBXgr {
        position: static;
        transform: translateY(0);
    }
    .Header_header__P2gmH .Header_logo_box__rBXgr a img {
        height: 52px;
    }
    .Header_mobile_menu__c4oVc {
        display: block;
        position: relative;
    }
    .Header_mobile_menu__c4oVc button {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 1.5rem;
        background-color: transparent;
        position: relative;
        z-index: 9999;
    }
    .Header_mobile_menu__c4oVc button span {
        display: block;
        width: 100%;
        height: 2px;
        background-color: var(--point-color);
        margin: 3px 0;
        transition: 0.3s ease-out;
    }
    .Header_mobile_menu__c4oVc button span:first-child {
        margin-top: 0;
    }
    .Header_mobile_menu__c4oVc button span:nth-child(3) {
        margin-bottom: 0;
    }
    .Header_mobile_menu__c4oVc button.Header_open__phGH5 span:first-child {
        transform: translateY(8px) rotate(-45deg);
    }
    .Header_mobile_menu__c4oVc button.Header_open__phGH5 span:nth-child(2) {
        opacity: 0;
    }
    .Header_mobile_menu__c4oVc button.Header_open__phGH5 span:nth-child(3) {
        transform: translateY(-8px) rotate(45deg);
    }
    .Header_modal_menu__liDiF {
        width: 100vw;
        height: 100vh;
        top: 0;
        left: 0;
        position: fixed;
        background-image: url("/static/uploads/ed35cde6f042_modal_background.jpg");
        z-index: 3;
        opacity: 0;
        transition: 0.3s ease-out;
        background-size: cover;
        background-position: 58%;
        z-index: 9998;
        max-width: 600px;
        left: 50%;
        transform: translateX(-50%);
    }
    .Header_modal_menu__liDiF.Header_visible__FzA48 {
        opacity: 1;
    }
    .Header_modal_menu__liDiF:after {
        content: "";
        display: block;
        width: 100%;
        height: 100%;
        background-color: rgba(72, 48, 15, 0.4);
        position: absolute;
        top: 0;
        left: 0;
    }
    .Header_modal_menu__liDiF .Header_wrap__j951I {
        position: relative;
        z-index: 2;
        color: #fff;
        display: flex;
        align-items: flex-start;
        height: 100%;
        padding: 60px 16px 0;
    }
    .Header_modal_menu__liDiF .Header_wrap__j951I a {
        transition: 0.3s ease-out;
        display: inline-block;
        font-size: 17px;
        color: #fff;
    }
    .Header_modal_menu__liDiF .Header_wrap__j951I a.Header_active___o_ZU {
        color: var(--point-color);
        font-weight: 500;
    }
    .Header_modal_menu__liDiF .Header_wrap__j951I > ul {
        width: 100%;
        overflow-y: auto;
        max-height: calc(100vh - 320px);
    }
    .Header_modal_menu__liDiF .Header_wrap__j951I > ul::-webkit-scrollbar {
        background-color: rgba(0, 0, 0, 0.1);
        width: 10px;
    }
    .Header_modal_menu__liDiF .Header_wrap__j951I > ul::-webkit-scrollbar-thumb,
    .Header_modal_menu__liDiF .Header_wrap__j951I > ul::-webkit-scrollbar-thumb:hover {
        background-color: rgba(0, 0, 0, 0.2);
    }
    .Header_modal_menu__liDiF .Header_wrap__j951I > ul > li {
        border-bottom: 1px solid hsla(0, 0%, 100%, 0.2);
        display: flex;
        transition: 0.3s ease-out;
        flex-wrap: wrap;
        padding: 16px 8px;
    }
    .Header_modal_menu__liDiF .Header_wrap__j951I > ul > li:first-child,
    .Header_modal_menu__liDiF .Header_wrap__j951I > ul > li:last-child {
        padding: 16px 8px;
    }
    .Header_modal_menu__liDiF .Header_wrap__j951I > ul > li:last-child {
        border-bottom: none;
    }
    .Header_modal_menu__liDiF .Header_wrap__j951I > ul > li > a {
        font-weight: 600;
        display: block;
        padding: 12px;
        font-size: 20px;
        width: 100%;
        margin: 0;
    }
    .Header_modal_menu__liDiF .Header_wrap__j951I > ul > li > ul {
        width: 100%;
        flex-wrap: wrap;
        display: flex;
        margin: 0;
    }
    .Header_modal_menu__liDiF .Header_wrap__j951I > ul > li > ul > li {
        width: 50%;
        margin: 0;
    }
    .Header_modal_menu__liDiF .Header_wrap__j951I > ul > li > ul > li > ul > li > a {
        padding: 12px 12px 12px 24px;
        margin: 0;
        font-size: 15px;
        width: 100%;
    }
    .Header_modal_menu__liDiF .Header_wrap__j951I > ul > li > ul > li > a {
        display: block;
        width: 100%;
        padding: 12px;
    }
    .Header_modal_menu__liDiF .Header_wrap__j951I > ul > li:hover {
        background-color: transparent;
    }
    .Header_modal_menu__liDiF .Header_wrap__j951I a:hover {
        color: inherit;
    }
}
