@charset "UTF-8";
@font-face {
  font-family: "Pretendard";
  font-style: normal;
  font-weight: 300;
  src: url(/resource/font/Pretendard-Light.woff2?v=1770961239863) format("woff2"), url(/resource/font/Pretendard-Light.woff?v=1770961239863) format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Pretendard";
  font-style: normal;
  font-weight: 400;
  src: url(/resource/font/Pretendard-Regular.woff2?v=1770961239863) format("woff2"), url(/resource/font/Pretendard-Regular.woff?v=1770961239863) format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Pretendard";
  font-style: normal;
  font-weight: 500;
  src: url(/resource/font/Pretendard-Medium.woff2?v=1770961239863) format("woff2"), url(/resource/font/Pretendard-Medium.woff?v=1770961239863) format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Pretendard";
  font-style: normal;
  font-weight: 700;
  src: url(/resource/font/Pretendard-Bold.woff2?v=1770961239863) format("woff2"), url(/resource/font/Pretendard-Bold.woff?v=1770961239863) format("woff");
  font-display: swap;
}
@font-face {
  font-family: "SpoqaHanSansNeo";
  font-style: normal;
  font-weight: 700;
  src: url(/resource/font/SpoqaHanSansNeo-Bold.woff2?v=1770961239863) format("woff2"), url(/resource/font/SpoqaHanSansNeo-Bold.woff?v=1770961239863) format("woff");
  font-display: swap;
}
html {
  background-color: #fff;
  font-size: 100%;
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

body {
  margin: 0;
  font-family: "Pretendard", sans-serif, "Segoe UI Emoji";
  -webkit-overflow-scrolling: touch;
  background-color: #fff;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section {
  display: block;
}

ul,
ol,
dl,
dt,
dd {
  margin: 0;
  padding: 0;
}

ol,
ul {
  list-style: none;
}

em,
address {
  font-style: normal;
}

figure {
  margin: 0;
}

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  overflow: visible;
  height: 0;
}

button {
  -webkit-appearance: none;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  padding: 0;
  border: 0;
  color: inherit;
  background: transparent;
  cursor: pointer;
  letter-spacing: inherit;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
}

td {
  vertical-align: middle;
}

em {
  color: #ea3483;
}

small {
  font-size: 80%;
}

audio,
canvas,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  font-weight: 700;
  word-break: keep-all;
  word-wrap: break-word;
}

p {
  word-break: keep-all;
  word-wrap: break-word;
}

a {
  color: inherit;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a[href^=tel] {
  cursor: default;
}

iframe {
  border: 0;
}

img,
video {
  max-width: 100%;
  height: auto;
  border: 0;
  vertical-align: top;
  -ms-interpolation-mode: bicubic;
}

svg:not(:root) {
  overflow: hidden;
}

cite {
  font-style: normal;
}

:focus-visible {
  outline: 1px double;
}

::before,
::after {
  border: 0;
}

sup {
  vertical-align: top;
  top: 0;
}

sub {
  vertical-align: bottom;
}

dialog::backdrop {
  position: fixed;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  background: rgba(0, 0, 0, 0.5);
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  -webkit-transition: background-color 0.1s ease-in-out;
  transition: background-color 0.1s ease-in-out;
}

img[loading=lazy] {
  contain-intrinsic-size: 300px 300px;
}

template,
.hidden,
[hidden] {
  display: none !important;
}

.a11y {
  position: absolute !important;
  overflow: hidden;
  height: 1px;
  width: 1px;
  clip: rect(1px, 1px, 1px, 1px);
}

caption.a11y {
  position: static !important;
}

.func {
  text-align: center;
}

.ta-c {
  text-align: center;
}

.ta-r {
  text-align: right;
}

.ta-l {
  text-align: left !important;
}

.img-full {
  width: 100%;
}

.tc-gray-50 {
  color: #fafafa;
}

.tc-gray-100 {
  color: #f5f5f5;
}

.tc-gray-200 {
  color: #eaeaea;
}

.tc-gray-300 {
  color: #dddddd;
}

.tc-gray-400 {
  color: #b8b8b8;
}

.tc-gray-500 {
  color: #999999;
}

.tc-gray-600 {
  color: #727272;
}

.tc-gray-700 {
  color: #4b4b4b;
}

.tc-gray-800 {
  color: #2c2c2c;
}

.tc-gray-900 {
  color: #121212;
}

.tc-primary {
  color: #ea3483;
}

.tc-secondary {
  color: #2d5198;
}

.tc-point1 {
  color: #00bbf1;
}

.tc-point2 {
  color: #ff7f30;
}

.tc-white {
  color: #ffffff;
}

.tc-black {
  color: #000000;
}

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

.fw-100 {
  font-weight: 100 !important;
}

.fw-200 {
  font-weight: 200 !important;
}

.fw-300 {
  font-weight: 300 !important;
}

.fw-400 {
  font-weight: 400 !important;
}

.fw-500 {
  font-weight: 500 !important;
}

.fw-600 {
  font-weight: 600 !important;
}

.fw-700 {
  font-weight: 700 !important;
}

.fw-800 {
  font-weight: 800 !important;
}

.fw-900 {
  font-weight: 900 !important;
}

@media (max-width: 24.99em) {
  .for-small {
    display: none !important;
  }
}
@media (min-width: 25em) {
  .for-until-small {
    display: none !important;
  }
}
@media (max-width: 47.99em) {
  .for-medium {
    display: none !important;
  }
}
@media (min-width: 48em) {
  .for-until-medium {
    display: none !important;
  }
}
@media (max-width: 63.99em) {
  .for-large {
    display: none !important;
  }
}
@media (min-width: 64em) {
  .for-until-large {
    display: none !important;
  }
}
@media (max-width: 79.99em) {
  .for-x-large {
    display: none !important;
  }
}
@media (min-width: 80em) {
  .for-until-x-large {
    display: none !important;
  }
}
@media (max-width: 99.99em) {
  .for-xx-large {
    display: none !important;
  }
}
@media (min-width: 100em) {
  .for-until-xx-large {
    display: none !important;
  }
}
@media (max-width: 119.99em) {
  .for-max {
    display: none !important;
  }
}
@media (min-width: 120em) {
  .for-until-max {
    display: none !important;
  }
}
@media (max-width: 23.4275em) {
  .for-w-min {
    display: none !important;
  }
}
@media (min-width: 23.4375em) {
  .for-until-w-min {
    display: none !important;
  }
}
@media (max-width: 31.3025em) {
  .for-mobile {
    display: none !important;
  }
}
@media (min-width: 31.3125em) {
  .for-until-mobile {
    display: none !important;
  }
}
@media (max-width: 89.99em) {
  .for-w-large {
    display: none !important;
  }
}
@media (min-width: 90em) {
  .for-until-w-large {
    display: none !important;
  }
}
@media (max-width: 99.99em) {
  .for-w-max {
    display: none !important;
  }
}
@media (min-width: 100em) {
  .for-until-w-max {
    display: none !important;
  }
}
.spacing-2 {
  margin-top: 0.125rem !important;
}

.spacing-4 {
  margin-top: 0.25rem !important;
}

.spacing-6 {
  margin-top: 0.375rem !important;
}

.spacing-8 {
  margin-top: 0.5rem !important;
}

.spacing-10 {
  margin-top: 0.625rem !important;
}

.spacing-12 {
  margin-top: 0.75rem !important;
}

.spacing-16 {
  margin-top: 1rem !important;
}

.spacing-20 {
  margin-top: 1.25rem !important;
}

.spacing-24 {
  margin-top: 1.5rem !important;
}

.spacing-32 {
  margin-top: 2rem !important;
}

.spacing-36 {
  margin-top: 2.25rem !important;
}

.spacing-40 {
  margin-top: 2.5rem !important;
}

.spacing-48 {
  margin-top: 3.25rem !important;
}

.spacing-56 {
  margin-top: 3.5rem !important;
}

.spacing-60 {
  margin-top: 3.75rem !important;
}

.spacing-64 {
  margin-top: 4rem !important;
}

.spacing-80 {
  margin-top: 5rem !important;
}

.spacing-100 {
  margin-top: 6.25rem !important;
}

.spacing-120 {
  margin-top: 7.5rem !important;
}

.spacing-150 {
  margin-top: 9.375rem !important;
}

.spacing-160 {
  margin-top: 10rem !important;
}

.spacing-200 {
  margin-top: 12.5rem !important;
}

.spacing-300 {
  margin-top: 18.75rem !important;
}

@media (min-width: 64em) {
  .spacing-lg-2 {
    margin-top: 0.125rem !important;
  }
  .spacing-lg-4 {
    margin-top: 0.25rem !important;
  }
  .spacing-lg-6 {
    margin-top: 0.375rem !important;
  }
  .spacing-lg-8 {
    margin-top: 0.5rem !important;
  }
  .spacing-lg-10 {
    margin-top: 0.625rem !important;
  }
  .spacing-lg-12 {
    margin-top: 0.75rem !important;
  }
  .spacing-lg-16 {
    margin-top: 1rem !important;
  }
  .spacing-lg-20 {
    margin-top: 1.25rem !important;
  }
  .spacing-lg-24 {
    margin-top: 1.5rem !important;
  }
  .spacing-lg-32 {
    margin-top: 2rem !important;
  }
  .spacing-lg-36 {
    margin-top: 2.25rem !important;
  }
  .spacing-lg-40 {
    margin-top: 2.5rem !important;
  }
  .spacing-lg-48 {
    margin-top: 3.25rem !important;
  }
  .spacing-lg-56 {
    margin-top: 3.5rem !important;
  }
  .spacing-lg-60 {
    margin-top: 3.75rem !important;
  }
  .spacing-lg-64 {
    margin-top: 4rem !important;
  }
  .spacing-lg-80 {
    margin-top: 5rem !important;
  }
  .spacing-lg-100 {
    margin-top: 6.25rem !important;
  }
  .spacing-lg-120 {
    margin-top: 7.5rem !important;
  }
  .spacing-lg-150 {
    margin-top: 9.375rem !important;
  }
  .spacing-lg-160 {
    margin-top: 10rem !important;
  }
  .spacing-lg-200 {
    margin-top: 12.5rem !important;
  }
  .spacing-lg-300 {
    margin-top: 18.75rem !important;
  }
}
:root {
  --gray-50: #fafafa;
  --gray-100: #f5f5f5;
  --gray-200: #eaeaea;
  --gray-300: #dddddd;
  --gray-400: #b8b8b8;
  --gray-500: #999999;
  --gray-600: #727272;
  --gray-700: #4b4b4b;
  --gray-800: #2c2c2c;
  --gray-900: #121212;
  --primary: #ea3483;
  --secondary: #2d5198;
  --point1: #00bbf1;
  --point2: #ff7f30;
  --bg1: #223055;
  --bg2: #f6f7f8;
  --bg3: #e3f0ff;
  --bg4: #fff0f6;
  --white: #ffffff;
  --black: #000000;
  --alert-error: #e5292c;
  --bg: #ffffff;
  --bg-light: #eaeaea;
  --bg-medium: #eaeaea;
  --text: #121212;
  --text-category: #2c2c2c;
  --text-medium: #2c2c2c;
  --text-light: #727272;
  --line: #eaeaea;
  --line-light: #eaeaea;
  --line-medium: #b8b8b8;
  --line-deep: #121212;
  --line-primary: #ea3483;
  --btn: #ffffff;
  --btn-hover: #121212;
  --btn-line: #121212;
  --btn-line-hover: #121212;
  --btn-text: #121212;
  --btn-text-hover: #ffffff;
  --header-bg: #ffffff;
  --header-line: #eaeaea;
  --color-active: #121212;
  --color-enabled: #999999;
  --color-selected: #ffffff;
  --color-disabled: #eaeaea;
  --fixed-primary: #ea3483;
  --fixed-white: #ffffff;
}

:root {
  --gutter: 1rem;
  --offset: 1rem;
  --pad: 3.5rem;
}

@media (min-width: 48em) {
  :root {
    --gutter: 1.25rem;
    --offset: 2rem;
  }
}
@media (min-width: 64em) {
  :root {
    --gutter: 1.25rem;
    --offset: 2.625rem;
  }
}
@media (min-width: 80em) {
  :root {
    --gutter: 1.5rem;
    --offset: 5rem;
    --pad: 5rem;
  }
}
html {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
}

html::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

html::-webkit-scrollbar-thumb {
  background-color: var(--gray-400);
  border-radius: 40px;
}

html::-webkit-scrollbar-track {
  border-radius: 40px;
  background-color: var(rgba(255, 255, 255, 0));
}

html::-webkit-scrollbar-button {
  display: none; /* 화살표 숨김 */
  width: 0;
  height: 0;
  background: transparent;
  border: none;
  margin: 0;
  padding: 0;
}

@media (hover: hover) and (pointer: fine) {
  html {
    overflow-x: visible;
  }
}
@media (max-width: 24.99em) {
  html {
    font-size: 4vw;
  }
}
html,
body {
  height: 100%;
  max-width: 100%;
}

body {
  -webkit-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
  letter-spacing: -1px;
}

body:not(.load) {
  opacity: 0;
}

#root {
  width: 100%;
  max-width: 100%;
  overflow-x: clip;
}

.main {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 1em;
  line-height: 1.5;
  min-height: 100vh;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 0;
  color: var(--gray-900);
  padding-top: 64px;
}

.main > .l-wrap {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-bottom: var(--pad);
}

@media (min-width: 80em) {
  .main {
    padding-top: 120px;
  }
}
#viewport-breakpoint {
  position: relative;
  display: none;
  z-index: 1;
  content: "small,medium,large,x-large,xx-large,max,w-min,mobile,w-large,w-max";
}

@media (min-width: 25em) {
  #viewport-breakpoint {
    z-index: 2;
  }
}
@media (min-width: 48em) {
  #viewport-breakpoint {
    z-index: 3;
  }
}
@media (min-width: 64em) {
  #viewport-breakpoint {
    z-index: 4;
  }
}
@media (min-width: 80em) {
  #viewport-breakpoint {
    z-index: 5;
  }
}
@media (min-width: 100em) {
  #viewport-breakpoint {
    z-index: 6;
  }
}
@media (min-width: 120em) {
  #viewport-breakpoint {
    z-index: 7;
  }
}
@media (min-width: 23.4375em) {
  #viewport-breakpoint {
    z-index: 8;
  }
}
@media (min-width: 31.3125em) {
  #viewport-breakpoint {
    z-index: 9;
  }
}
@media (min-width: 90em) {
  #viewport-breakpoint {
    z-index: 10;
  }
}
@media (min-width: 100em) {
  #viewport-breakpoint {
    z-index: 11;
  }
}
#skipnav {
  position: absolute;
  left: -100%;
  color: #ffffff;
  display: block;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
  width: 200px;
  padding: 0.9375rem;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #727272;
}

#skipnav:focus {
  position: fixed;
  left: 0;
  z-index: 29999;
}

.l-wrap {
  position: static;
  margin-left: 1rem;
  margin-right: 1rem;
}

@media (min-width: 48em) {
  .l-wrap {
    margin-left: 2rem;
    margin-right: 2rem;
  }
}
@media (min-width: 64em) {
  .l-wrap {
    margin-left: 2.625rem;
    margin-right: 2.625rem;
  }
}
@media (min-width: 80em) {
  .l-wrap {
    margin-left: 5rem;
    margin-right: 5rem;
  }
}
@media (min-width: 100em) {
  .l-wrap {
    margin: 0 auto;
    width: 100%;
    max-width: 100rem;
  }
}
.l-wrap--max {
  max-width: 100rem;
}

.l-wrap--1440 {
  max-width: 90rem;
}

@media (min-width: 80em) {
  .l-flex {
    position: relative;
  }
  .l-flex .l-side {
    position: absolute;
    left: 0;
    width: 16rem;
  }
  .l-flex .l-content {
    margin-left: 2.5rem;
    padding-left: 18.5rem;
  }
}
@media (min-width: 100em) {
  .l-flex .l-content {
    margin-left: 5rem;
  }
}
/**
 * Swiper 11.1.11
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2024 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: August 28, 2024
 */
@font-face {
  font-family: "swiper-icons";
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  --swiper-wrapper-transition-timing-function: initial;
  */
}

:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
  display: block;
}

.swiper-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}

.swiper-horizontal {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.swiper-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}

.swiper-slide {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  display: block;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

.swiper-backface-hidden .swiper-slide {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* 3D Effects */
.swiper-3d.swiper-css-mode .swiper-wrapper {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.swiper-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}

.swiper-3d .swiper-slide,
.swiper-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none; /* For Firefox */
  -ms-overflow-style: none; /* For Internet Explorer and Edge */
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
  scroll-snap-type: x mandatory;
}

.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
  scroll-snap-type: y mandatory;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  -ms-scroll-snap-type: none;
  scroll-snap-type: none;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: "";
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-ordinal-group: 10000;
  -ms-flex-order: 9999;
  order: 9999;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-start: var(--swiper-centered-offset-before);
  margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-before: var(--swiper-centered-offset-before);
  margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

/* Slide styles start */
/* 3D Shadows */
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  -webkit-animation: swiper-preloader-spin 1s infinite linear;
  animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@-webkit-keyframes swiper-preloader-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes swiper-preloader-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/* Slide styles end */
.swiper-fade.swiper-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-fade .swiper-slide-active, .swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

:root {
  /*
  --swiper-scrollbar-border-radius: 10px;
  --swiper-scrollbar-top: auto;
  --swiper-scrollbar-bottom: 4px;
  --swiper-scrollbar-left: auto;
  --swiper-scrollbar-right: 4px;
  --swiper-scrollbar-sides-offset: 1%;
  --swiper-scrollbar-bg-color: rgba(0, 0, 0, 0.1);
  --swiper-scrollbar-drag-bg-color: rgba(0, 0, 0, 0.5);
  --swiper-scrollbar-size: 4px;
  */
}

.swiper-scrollbar {
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  position: relative;
  -ms-touch-action: none;
  touch-action: none;
  background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, 0.1));
}

.swiper-scrollbar-disabled > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: var(--swiper-scrollbar-sides-offset, 1%);
  bottom: var(--swiper-scrollbar-bottom, 4px);
  top: var(--swiper-scrollbar-top, auto);
  z-index: 50;
  height: var(--swiper-scrollbar-size, 4px);
  width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-vertical > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-vertical {
  position: absolute;
  left: var(--swiper-scrollbar-left, auto);
  right: var(--swiper-scrollbar-right, 4px);
  top: var(--swiper-scrollbar-sides-offset, 1%);
  z-index: 50;
  width: var(--swiper-scrollbar-size, 4px);
  height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, 0.5));
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  --swiper-pagination-left: auto;
  --swiper-pagination-right: 8px;
  --swiper-pagination-bottom: 8px;
  --swiper-pagination-top: auto;
  --swiper-pagination-fraction-color: inherit;
  --swiper-pagination-progressbar-bg-color: rgba(0,0,0,0.25);
  --swiper-pagination-progressbar-size: 4px;
  --swiper-pagination-bullet-size: 8px;
  --swiper-pagination-bullet-width: 8px;
  --swiper-pagination-bullet-height: 8px;
  --swiper-pagination-bullet-border-radius: 50%;
  --swiper-pagination-bullet-inactive-color: #000;
  --swiper-pagination-bullet-inactive-opacity: 0.2;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 4px;
  --swiper-pagination-bullet-vertical-gap: 6px;
  */
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms opacity;
  transition: 300ms opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-pagination-disabled > .swiper-pagination, .swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-vertical > .swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0);
}

.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
}

.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top, 200ms -webkit-transform;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left, 200ms -webkit-transform;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right, 200ms -webkit-transform;
}

/* Fraction */
.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}

/* Progress */
.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: var(--swiper-pagination-progressbar-size, 4px);
  left: 0;
  top: 0;
}

.swiper-vertical > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-vertical, .swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
  width: var(--swiper-pagination-progressbar-size, 4px);
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-top-offset: 50%;
  --swiper-navigation-sides-offset: 10px;
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: var(--swiper-navigation-top-offset, 50%);
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev.swiper-button-hidden,
.swiper-button-next.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}

.swiper-navigation-disabled .swiper-button-prev,
.swiper-navigation-disabled .swiper-button-next {
  display: none !important;
}

.swiper-button-prev svg,
.swiper-button-next svg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
}

.swiper-rtl .swiper-button-prev svg,
.swiper-rtl .swiper-button-next svg {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 10px);
  right: auto;
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

.swiper-button-lock {
  display: none;
}

/* Navigation font start */
.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: "next";
}

/* Navigation font end */
.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.swiper-slide {
  height: 100%;
}

.swiper-button-play {
  min-width: 1rem;
  width: 1rem;
  height: 1rem;
}

.swiper-button-play:not(.is-active) {
  display: none;
}

.swiper-button-play:before {
  content: "\ea26";
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: "icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  text-decoration: none;
  text-transform: none;
  font-size: 1rem;
}

.swiper-button-play:before::before, .swiper-button-play:before::after {
  line-height: 1;
}

.swiper-button-pause {
  min-width: 1rem;
  width: 1rem;
  height: 1rem;
}

.swiper-button-pause:not(.is-active) {
  display: none;
}

.swiper-button-pause:before {
  content: "\ea22";
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: "icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  text-decoration: none;
  text-transform: none;
  font-size: 1rem;
}

.swiper-button-pause:before::before, .swiper-button-pause:before::after {
  line-height: 1;
}

.swiper-controller {
  --swiper-text-color: var(--primary);
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 0.5rem;
}

.swiper-controller .swiper-button-prev,
.swiper-controller .swiper-button-next {
  margin: 0;
  left: auto;
  right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  width: 2.5rem;
  height: 2.5rem;
  color: var(--gray-900);
}

.swiper-controller .swiper-button-prev:before,
.swiper-controller .swiper-button-next:before {
  content: "\ea06";
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: "icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  text-decoration: none;
  text-transform: none;
}

.swiper-controller .swiper-button-prev:before::before, .swiper-controller .swiper-button-prev:before::after,
.swiper-controller .swiper-button-next:before::before,
.swiper-controller .swiper-button-next:before::after {
  line-height: 1;
}

.swiper-controller .swiper-button-prev::before,
.swiper-controller .swiper-button-next::before {
  line-height: 1;
}

.swiper-controller .swiper-button-prev::after,
.swiper-controller .swiper-button-next::after {
  display: none;
}

.swiper-controller .swiper-button-prev:before {
  content: "\ea04";
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: "icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  text-decoration: none;
  text-transform: none;
}

.swiper-controller .swiper-button-prev:before::before, .swiper-controller .swiper-button-prev:before::after {
  line-height: 1;
}

.swiper-controller .swiper-button-prev {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
}

.swiper-controller .swiper-button-next {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.swiper-controller .swiper-pagination {
  --swiper-pagination-color: var(--primary);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: static;
  gap: 0.75rem;
}

.swiper-controller .swiper-pagination-current {
  width: 1.5rem;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  font-weight: 700;
  color: var(--swiper-text-color);
}

@media (min-width: 80em) {
  .swiper-controller .swiper-pagination-current {
    font-size: 1rem;
  }
}
.swiper-controller .swiper-pagination-total {
  width: 1.5rem;
  display: block;
  position: relative;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--gray-500);
}

@media (min-width: 80em) {
  .swiper-controller .swiper-pagination-total {
    font-size: 1rem;
  }
}
.swiper-controller .swiper-pagination-total::before {
  content: "";
  display: block;
  position: absolute;
  height: 0.7em;
  top: calc(50% - 0.35em);
  left: -0.375rem;
  width: 1px;
  background-color: var(--gray-300);
}

.swiper-controller .swiper-pagination-bullet {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 !important;
  width: 0.625rem;
  height: 0.625rem;
  background: var(--white);
  border: 1px solid var(--gray-300);
  opacity: 1;
}

.swiper-controller .swiper-pagination-bullet-active {
  background-color: var(--primary);
  border-color: var(--primary);
}

@media (min-width: 80em) {
  .swiper-controller .swiper-pagination {
    gap: 1rem;
  }
}
@font-face {
  font-family: "icon";
  src: url("/resource/font/icon.woff2?v=1770961223139") format("woff2"), url("/resource/font/icon.woff?v=1770961223139") format("woff");
  font-display: swap;
}
.icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: "icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  text-decoration: none;
  text-transform: none;
}

.icon::before, .icon::after {
  line-height: 1;
}

.icon[class*="-16"] {
  font-size: 1rem;
}

.icon[class*="-20"] {
  font-size: 1.25rem;
}

.icon[class*="-24"] {
  font-size: 1.5rem;
}

.icon[class*="-40"] {
  font-size: 2.5rem;
}

.icon-arrow-16:before {
  content: "\ea01";
}

.icon-arrow-24:before {
  content: "\ea02";
}

.icon-arrow-40:before {
  content: "\ea03";
}

.icon-arrow-bar-16:before {
  content: "\ea04";
}

.icon-arrow-bar-24:before {
  content: "\ea05";
}

.icon-arrow-bar-right-16:before {
  content: "\ea06";
}

.icon-arrow-d-16:before {
  content: "\ea07";
}

.icon-bell-24:before {
  content: "\ea08";
}

.icon-calendar-16:before {
  content: "\ea09";
}

.icon-clock-16:before {
  content: "\ea0a";
}

.icon-close-16:before {
  content: "\ea0b";
}

.icon-close-40:before {
  content: "\ea0c";
}

.icon-comment-16:before {
  content: "\ea0d";
}

.icon-download-16:before {
  content: "\ea0e";
}

.icon-external-link-16:before {
  content: "\ea0f";
}

.icon-file-24:before {
  content: "\ea10";
}

.icon-globe-24:before {
  content: "\ea11";
}

.icon-gnb-blank-8:before {
  content: "\ea12";
}

.icon-heart-16:before {
  content: "\ea13";
}

.icon-heart-20:before {
  content: "\ea14";
}

.icon-home-fill-12:before {
  content: "\ea15";
}

.icon-home-line-20:before {
  content: "\ea16";
}

.icon-infographic1-40:before {
  content: "\ea17";
}

.icon-infographic2-40:before {
  content: "\ea18";
}

.icon-infographic3-40:before {
  content: "\ea19";
}

.icon-infographic4-40:before {
  content: "\ea1a";
}

.icon-inquiry-20:before {
  content: "\ea1b";
}

.icon-mail-16:before {
  content: "\ea1c";
}

.icon-map-16:before {
  content: "\ea1d";
}

.icon-map-fill-16:before {
  content: "\ea1e";
}

.icon-menu-40:before {
  content: "\ea1f";
}

.icon-minus-24:before {
  content: "\ea20";
}

.icon-notification-16:before {
  content: "\ea21";
}

.icon-pause-16:before {
  content: "\ea22";
}

.icon-person-16:before {
  content: "\ea23";
}

.icon-phone-16:before {
  content: "\ea24";
}

.icon-phone-fill-16:before {
  content: "\ea25";
}

.icon-play-16:before {
  content: "\ea26";
}

.icon-plus-16:before {
  content: "\ea27";
}

.icon-plus-24:before {
  content: "\ea28";
}

.icon-quotes:before {
  content: "\ea29";
}

.icon-refresh-20:before {
  content: "\ea2a";
}

.icon-search-24:before {
  content: "\ea2b";
}

.icon-service-20:before {
  content: "\ea2c";
}

.icon-share-16:before {
  content: "\ea2d";
}

.icon-sns-facebook-20:before {
  content: "\ea2e";
}

.icon-sns-instar-20:before {
  content: "\ea2f";
}

.icon-sns-kakao-20:before {
  content: "\ea30";
}

.icon-sns-youtube-20:before {
  content: "\ea31";
}

.icon-thumbs-up-16:before {
  content: "\ea32";
}

.flexible-obj {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}

.flexible-obj iframe,
.flexible-obj video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.bg {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.bg img,
.bg video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.bg__img-div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.video-rwd {
  overflow: hidden;
  background-color: var(--bg);
}

.video-rwd video {
  background-color: var(--bg);
}

.video-rwd[data-low-power=true] {
  background-color: transparent;
}

@media (min-width: 48em) {
  .video-rwd video {
    opacity: 0;
    will-change: opacity;
    -webkit-transition: opacity 0.4s ease;
    transition: opacity 0.4s ease;
  }
  .video-rwd.is-loaded video {
    opacity: 1;
  }
}
.bg .btn-play-sm,
.item__media .btn-play-sm,
[data-video-box] .btn-play-sm {
  display: none;
}

.bg .btn-pause-sm,
.item__media .btn-pause-sm,
[data-video-box] .btn-pause-sm {
  display: block;
}

.bg.is-pause .btn-play-sm,
.item__media.is-pause .btn-play-sm,
[data-video-box].is-pause .btn-play-sm {
  display: block;
}

.bg.is-pause .btn-pause-sm,
.item__media.is-pause .btn-pause-sm,
[data-video-box].is-pause .btn-pause-sm {
  display: none;
}

.media-box,
.video-box {
  position: relative;
}

.media-box video,
.video-box video {
  width: 100%;
}

.media-box .btn-play-sm,
.video-box .btn-play-sm {
  display: none;
}

.media-box .btn-pause-sm,
.video-box .btn-pause-sm {
  display: block;
}

.media-box.is-pause .btn-play-sm,
.video-box.is-pause .btn-play-sm {
  display: block;
}

.media-box.is-pause .btn-pause-sm,
.video-box.is-pause .btn-pause-sm {
  display: none;
}

.video-box {
  aspect-ratio: 16/9;
}

.video-box .bg {
  aspect-ratio: 16/9;
}

.no-transition {
  -webkit-transition: none !important;
  transition: none !important;
}

.row {
  display: grid;
  gap: var(--gutter);
  grid-template-columns: repeat(12, 1fr);
}

.row.has-no-gutter {
  gap: 0;
}

.row.v-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.row.v-end {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: end;
}

.row.r-reverse {
  direction: rtl;
}

.row.r-reverse > * {
  direction: ltr;
}

.col-1 {
  grid-column: span 1;
}

.col-2 {
  grid-column: span 2;
}

.col-3 {
  grid-column: span 3;
}

.col-4 {
  grid-column: span 4;
}

.col-5 {
  grid-column: span 5;
}

.col-6 {
  grid-column: span 6;
}

.col-7 {
  grid-column: span 7;
}

.col-8 {
  grid-column: span 8;
}

.col-9 {
  grid-column: span 9;
}

.col-10 {
  grid-column: span 10;
}

.col-11 {
  grid-column: span 11;
}

.col-12 {
  grid-column: span 12;
}

.col-1.col-push-1 {
  grid-column: 2/span 1;
}

.col-2.col-push-1 {
  grid-column: 2/span 2;
}

.col-3.col-push-1 {
  grid-column: 2/span 3;
}

.col-4.col-push-1 {
  grid-column: 2/span 4;
}

.col-5.col-push-1 {
  grid-column: 2/span 5;
}

.col-6.col-push-1 {
  grid-column: 2/span 6;
}

.col-7.col-push-1 {
  grid-column: 2/span 7;
}

.col-8.col-push-1 {
  grid-column: 2/span 8;
}

.col-9.col-push-1 {
  grid-column: 2/span 9;
}

.col-10.col-push-1 {
  grid-column: 2/span 10;
}

.col-11.col-push-1 {
  grid-column: 2/span 11;
}

.col-1.col-push-2 {
  grid-column: 3/span 1;
}

.col-2.col-push-2 {
  grid-column: 3/span 2;
}

.col-3.col-push-2 {
  grid-column: 3/span 3;
}

.col-4.col-push-2 {
  grid-column: 3/span 4;
}

.col-5.col-push-2 {
  grid-column: 3/span 5;
}

.col-6.col-push-2 {
  grid-column: 3/span 6;
}

.col-7.col-push-2 {
  grid-column: 3/span 7;
}

.col-8.col-push-2 {
  grid-column: 3/span 8;
}

.col-9.col-push-2 {
  grid-column: 3/span 9;
}

.col-10.col-push-2 {
  grid-column: 3/span 10;
}

.col-1.col-push-3 {
  grid-column: 4/span 1;
}

.col-2.col-push-3 {
  grid-column: 4/span 2;
}

.col-3.col-push-3 {
  grid-column: 4/span 3;
}

.col-4.col-push-3 {
  grid-column: 4/span 4;
}

.col-5.col-push-3 {
  grid-column: 4/span 5;
}

.col-6.col-push-3 {
  grid-column: 4/span 6;
}

.col-7.col-push-3 {
  grid-column: 4/span 7;
}

.col-8.col-push-3 {
  grid-column: 4/span 8;
}

.col-9.col-push-3 {
  grid-column: 4/span 9;
}

.col-1.col-push-4 {
  grid-column: 5/span 1;
}

.col-2.col-push-4 {
  grid-column: 5/span 2;
}

.col-3.col-push-4 {
  grid-column: 5/span 3;
}

.col-4.col-push-4 {
  grid-column: 5/span 4;
}

.col-5.col-push-4 {
  grid-column: 5/span 5;
}

.col-6.col-push-4 {
  grid-column: 5/span 6;
}

.col-7.col-push-4 {
  grid-column: 5/span 7;
}

.col-8.col-push-4 {
  grid-column: 5/span 8;
}

.col-1.col-push-5 {
  grid-column: 6/span 1;
}

.col-2.col-push-5 {
  grid-column: 6/span 2;
}

.col-3.col-push-5 {
  grid-column: 6/span 3;
}

.col-4.col-push-5 {
  grid-column: 6/span 4;
}

.col-5.col-push-5 {
  grid-column: 6/span 5;
}

.col-6.col-push-5 {
  grid-column: 6/span 6;
}

.col-7.col-push-5 {
  grid-column: 6/span 7;
}

.col-1.col-push-6 {
  grid-column: 7/span 1;
}

.col-2.col-push-6 {
  grid-column: 7/span 2;
}

.col-3.col-push-6 {
  grid-column: 7/span 3;
}

.col-4.col-push-6 {
  grid-column: 7/span 4;
}

.col-5.col-push-6 {
  grid-column: 7/span 5;
}

.col-6.col-push-6 {
  grid-column: 7/span 6;
}

.col-1.col-push-7 {
  grid-column: 8/span 1;
}

.col-2.col-push-7 {
  grid-column: 8/span 2;
}

.col-3.col-push-7 {
  grid-column: 8/span 3;
}

.col-4.col-push-7 {
  grid-column: 8/span 4;
}

.col-5.col-push-7 {
  grid-column: 8/span 5;
}

.col-1.col-push-8 {
  grid-column: 9/span 1;
}

.col-2.col-push-8 {
  grid-column: 9/span 2;
}

.col-3.col-push-8 {
  grid-column: 9/span 3;
}

.col-4.col-push-8 {
  grid-column: 9/span 4;
}

.col-1.col-push-9 {
  grid-column: 10/span 1;
}

.col-2.col-push-9 {
  grid-column: 10/span 2;
}

.col-3.col-push-9 {
  grid-column: 10/span 3;
}

.col-1.col-push-10 {
  grid-column: 11/span 1;
}

.col-2.col-push-10 {
  grid-column: 11/span 2;
}

.col-1.col-push-11 {
  grid-column: 12/span 1;
}

@media (min-width: 48em) {
  .row {
    grid-template-columns: repeat(12, 1fr);
  }
  .col-md-1 {
    grid-column: span 1;
  }
  .col-md-2 {
    grid-column: span 2;
  }
  .col-md-3 {
    grid-column: span 3;
  }
  .col-md-4 {
    grid-column: span 4;
  }
  .col-md-5 {
    grid-column: span 5;
  }
  .col-md-6 {
    grid-column: span 6;
  }
  .col-md-7 {
    grid-column: span 7;
  }
  .col-md-8 {
    grid-column: span 8;
  }
  .col-md-9 {
    grid-column: span 9;
  }
  .col-md-10 {
    grid-column: span 10;
  }
  .col-md-11 {
    grid-column: span 11;
  }
  .col-md-12 {
    grid-column: span 12;
  }
  .col-md-1.col-md-push-1 {
    grid-column: 2/span 1;
  }
  .col-md-2.col-md-push-1 {
    grid-column: 2/span 2;
  }
  .col-md-3.col-md-push-1 {
    grid-column: 2/span 3;
  }
  .col-md-4.col-md-push-1 {
    grid-column: 2/span 4;
  }
  .col-md-5.col-md-push-1 {
    grid-column: 2/span 5;
  }
  .col-md-6.col-md-push-1 {
    grid-column: 2/span 6;
  }
  .col-md-7.col-md-push-1 {
    grid-column: 2/span 7;
  }
  .col-md-8.col-md-push-1 {
    grid-column: 2/span 8;
  }
  .col-md-9.col-md-push-1 {
    grid-column: 2/span 9;
  }
  .col-md-10.col-md-push-1 {
    grid-column: 2/span 10;
  }
  .col-md-11.col-md-push-1 {
    grid-column: 2/span 11;
  }
  .col-md-1.col-md-push-2 {
    grid-column: 3/span 1;
  }
  .col-md-2.col-md-push-2 {
    grid-column: 3/span 2;
  }
  .col-md-3.col-md-push-2 {
    grid-column: 3/span 3;
  }
  .col-md-4.col-md-push-2 {
    grid-column: 3/span 4;
  }
  .col-md-5.col-md-push-2 {
    grid-column: 3/span 5;
  }
  .col-md-6.col-md-push-2 {
    grid-column: 3/span 6;
  }
  .col-md-7.col-md-push-2 {
    grid-column: 3/span 7;
  }
  .col-md-8.col-md-push-2 {
    grid-column: 3/span 8;
  }
  .col-md-9.col-md-push-2 {
    grid-column: 3/span 9;
  }
  .col-md-10.col-md-push-2 {
    grid-column: 3/span 10;
  }
  .col-md-1.col-md-push-3 {
    grid-column: 4/span 1;
  }
  .col-md-2.col-md-push-3 {
    grid-column: 4/span 2;
  }
  .col-md-3.col-md-push-3 {
    grid-column: 4/span 3;
  }
  .col-md-4.col-md-push-3 {
    grid-column: 4/span 4;
  }
  .col-md-5.col-md-push-3 {
    grid-column: 4/span 5;
  }
  .col-md-6.col-md-push-3 {
    grid-column: 4/span 6;
  }
  .col-md-7.col-md-push-3 {
    grid-column: 4/span 7;
  }
  .col-md-8.col-md-push-3 {
    grid-column: 4/span 8;
  }
  .col-md-9.col-md-push-3 {
    grid-column: 4/span 9;
  }
  .col-md-1.col-md-push-4 {
    grid-column: 5/span 1;
  }
  .col-md-2.col-md-push-4 {
    grid-column: 5/span 2;
  }
  .col-md-3.col-md-push-4 {
    grid-column: 5/span 3;
  }
  .col-md-4.col-md-push-4 {
    grid-column: 5/span 4;
  }
  .col-md-5.col-md-push-4 {
    grid-column: 5/span 5;
  }
  .col-md-6.col-md-push-4 {
    grid-column: 5/span 6;
  }
  .col-md-7.col-md-push-4 {
    grid-column: 5/span 7;
  }
  .col-md-8.col-md-push-4 {
    grid-column: 5/span 8;
  }
  .col-md-1.col-md-push-5 {
    grid-column: 6/span 1;
  }
  .col-md-2.col-md-push-5 {
    grid-column: 6/span 2;
  }
  .col-md-3.col-md-push-5 {
    grid-column: 6/span 3;
  }
  .col-md-4.col-md-push-5 {
    grid-column: 6/span 4;
  }
  .col-md-5.col-md-push-5 {
    grid-column: 6/span 5;
  }
  .col-md-6.col-md-push-5 {
    grid-column: 6/span 6;
  }
  .col-md-7.col-md-push-5 {
    grid-column: 6/span 7;
  }
  .col-md-1.col-md-push-6 {
    grid-column: 7/span 1;
  }
  .col-md-2.col-md-push-6 {
    grid-column: 7/span 2;
  }
  .col-md-3.col-md-push-6 {
    grid-column: 7/span 3;
  }
  .col-md-4.col-md-push-6 {
    grid-column: 7/span 4;
  }
  .col-md-5.col-md-push-6 {
    grid-column: 7/span 5;
  }
  .col-md-6.col-md-push-6 {
    grid-column: 7/span 6;
  }
  .col-md-1.col-md-push-7 {
    grid-column: 8/span 1;
  }
  .col-md-2.col-md-push-7 {
    grid-column: 8/span 2;
  }
  .col-md-3.col-md-push-7 {
    grid-column: 8/span 3;
  }
  .col-md-4.col-md-push-7 {
    grid-column: 8/span 4;
  }
  .col-md-5.col-md-push-7 {
    grid-column: 8/span 5;
  }
  .col-md-1.col-md-push-8 {
    grid-column: 9/span 1;
  }
  .col-md-2.col-md-push-8 {
    grid-column: 9/span 2;
  }
  .col-md-3.col-md-push-8 {
    grid-column: 9/span 3;
  }
  .col-md-4.col-md-push-8 {
    grid-column: 9/span 4;
  }
  .col-md-1.col-md-push-9 {
    grid-column: 10/span 1;
  }
  .col-md-2.col-md-push-9 {
    grid-column: 10/span 2;
  }
  .col-md-3.col-md-push-9 {
    grid-column: 10/span 3;
  }
  .col-md-1.col-md-push-10 {
    grid-column: 11/span 1;
  }
  .col-md-2.col-md-push-10 {
    grid-column: 11/span 2;
  }
  .col-md-1.col-md-push-11 {
    grid-column: 12/span 1;
  }
}
@media (min-width: 64em) {
  .row {
    grid-template-columns: repeat(12, 1fr);
  }
  .col-lg-1 {
    grid-column: span 1;
  }
  .col-lg-2 {
    grid-column: span 2;
  }
  .col-lg-3 {
    grid-column: span 3;
  }
  .col-lg-4 {
    grid-column: span 4;
  }
  .col-lg-5 {
    grid-column: span 5;
  }
  .col-lg-6 {
    grid-column: span 6;
  }
  .col-lg-7 {
    grid-column: span 7;
  }
  .col-lg-8 {
    grid-column: span 8;
  }
  .col-lg-9 {
    grid-column: span 9;
  }
  .col-lg-10 {
    grid-column: span 10;
  }
  .col-lg-11 {
    grid-column: span 11;
  }
  .col-lg-12 {
    grid-column: span 12;
  }
  .col-lg-1.col-lg-push-1 {
    grid-column: 2/span 1;
  }
  .col-lg-2.col-lg-push-1 {
    grid-column: 2/span 2;
  }
  .col-lg-3.col-lg-push-1 {
    grid-column: 2/span 3;
  }
  .col-lg-4.col-lg-push-1 {
    grid-column: 2/span 4;
  }
  .col-lg-5.col-lg-push-1 {
    grid-column: 2/span 5;
  }
  .col-lg-6.col-lg-push-1 {
    grid-column: 2/span 6;
  }
  .col-lg-7.col-lg-push-1 {
    grid-column: 2/span 7;
  }
  .col-lg-8.col-lg-push-1 {
    grid-column: 2/span 8;
  }
  .col-lg-9.col-lg-push-1 {
    grid-column: 2/span 9;
  }
  .col-lg-10.col-lg-push-1 {
    grid-column: 2/span 10;
  }
  .col-lg-11.col-lg-push-1 {
    grid-column: 2/span 11;
  }
  .col-lg-1.col-lg-push-2 {
    grid-column: 3/span 1;
  }
  .col-lg-2.col-lg-push-2 {
    grid-column: 3/span 2;
  }
  .col-lg-3.col-lg-push-2 {
    grid-column: 3/span 3;
  }
  .col-lg-4.col-lg-push-2 {
    grid-column: 3/span 4;
  }
  .col-lg-5.col-lg-push-2 {
    grid-column: 3/span 5;
  }
  .col-lg-6.col-lg-push-2 {
    grid-column: 3/span 6;
  }
  .col-lg-7.col-lg-push-2 {
    grid-column: 3/span 7;
  }
  .col-lg-8.col-lg-push-2 {
    grid-column: 3/span 8;
  }
  .col-lg-9.col-lg-push-2 {
    grid-column: 3/span 9;
  }
  .col-lg-10.col-lg-push-2 {
    grid-column: 3/span 10;
  }
  .col-lg-1.col-lg-push-3 {
    grid-column: 4/span 1;
  }
  .col-lg-2.col-lg-push-3 {
    grid-column: 4/span 2;
  }
  .col-lg-3.col-lg-push-3 {
    grid-column: 4/span 3;
  }
  .col-lg-4.col-lg-push-3 {
    grid-column: 4/span 4;
  }
  .col-lg-5.col-lg-push-3 {
    grid-column: 4/span 5;
  }
  .col-lg-6.col-lg-push-3 {
    grid-column: 4/span 6;
  }
  .col-lg-7.col-lg-push-3 {
    grid-column: 4/span 7;
  }
  .col-lg-8.col-lg-push-3 {
    grid-column: 4/span 8;
  }
  .col-lg-9.col-lg-push-3 {
    grid-column: 4/span 9;
  }
  .col-lg-1.col-lg-push-4 {
    grid-column: 5/span 1;
  }
  .col-lg-2.col-lg-push-4 {
    grid-column: 5/span 2;
  }
  .col-lg-3.col-lg-push-4 {
    grid-column: 5/span 3;
  }
  .col-lg-4.col-lg-push-4 {
    grid-column: 5/span 4;
  }
  .col-lg-5.col-lg-push-4 {
    grid-column: 5/span 5;
  }
  .col-lg-6.col-lg-push-4 {
    grid-column: 5/span 6;
  }
  .col-lg-7.col-lg-push-4 {
    grid-column: 5/span 7;
  }
  .col-lg-8.col-lg-push-4 {
    grid-column: 5/span 8;
  }
  .col-lg-1.col-lg-push-5 {
    grid-column: 6/span 1;
  }
  .col-lg-2.col-lg-push-5 {
    grid-column: 6/span 2;
  }
  .col-lg-3.col-lg-push-5 {
    grid-column: 6/span 3;
  }
  .col-lg-4.col-lg-push-5 {
    grid-column: 6/span 4;
  }
  .col-lg-5.col-lg-push-5 {
    grid-column: 6/span 5;
  }
  .col-lg-6.col-lg-push-5 {
    grid-column: 6/span 6;
  }
  .col-lg-7.col-lg-push-5 {
    grid-column: 6/span 7;
  }
  .col-lg-1.col-lg-push-6 {
    grid-column: 7/span 1;
  }
  .col-lg-2.col-lg-push-6 {
    grid-column: 7/span 2;
  }
  .col-lg-3.col-lg-push-6 {
    grid-column: 7/span 3;
  }
  .col-lg-4.col-lg-push-6 {
    grid-column: 7/span 4;
  }
  .col-lg-5.col-lg-push-6 {
    grid-column: 7/span 5;
  }
  .col-lg-6.col-lg-push-6 {
    grid-column: 7/span 6;
  }
  .col-lg-1.col-lg-push-7 {
    grid-column: 8/span 1;
  }
  .col-lg-2.col-lg-push-7 {
    grid-column: 8/span 2;
  }
  .col-lg-3.col-lg-push-7 {
    grid-column: 8/span 3;
  }
  .col-lg-4.col-lg-push-7 {
    grid-column: 8/span 4;
  }
  .col-lg-5.col-lg-push-7 {
    grid-column: 8/span 5;
  }
  .col-lg-1.col-lg-push-8 {
    grid-column: 9/span 1;
  }
  .col-lg-2.col-lg-push-8 {
    grid-column: 9/span 2;
  }
  .col-lg-3.col-lg-push-8 {
    grid-column: 9/span 3;
  }
  .col-lg-4.col-lg-push-8 {
    grid-column: 9/span 4;
  }
  .col-lg-1.col-lg-push-9 {
    grid-column: 10/span 1;
  }
  .col-lg-2.col-lg-push-9 {
    grid-column: 10/span 2;
  }
  .col-lg-3.col-lg-push-9 {
    grid-column: 10/span 3;
  }
  .col-lg-1.col-lg-push-10 {
    grid-column: 11/span 1;
  }
  .col-lg-2.col-lg-push-10 {
    grid-column: 11/span 2;
  }
  .col-lg-1.col-lg-push-11 {
    grid-column: 12/span 1;
  }
}
@media (min-width: 80em) {
  .row {
    grid-template-columns: repeat(12, 1fr);
  }
  .col-xl-1 {
    grid-column: span 1;
  }
  .col-xl-2 {
    grid-column: span 2;
  }
  .col-xl-3 {
    grid-column: span 3;
  }
  .col-xl-4 {
    grid-column: span 4;
  }
  .col-xl-5 {
    grid-column: span 5;
  }
  .col-xl-6 {
    grid-column: span 6;
  }
  .col-xl-7 {
    grid-column: span 7;
  }
  .col-xl-8 {
    grid-column: span 8;
  }
  .col-xl-9 {
    grid-column: span 9;
  }
  .col-xl-10 {
    grid-column: span 10;
  }
  .col-xl-11 {
    grid-column: span 11;
  }
  .col-xl-12 {
    grid-column: span 12;
  }
  .col-xl-1.col-xl-push-1 {
    grid-column: 2/span 1;
  }
  .col-xl-2.col-xl-push-1 {
    grid-column: 2/span 2;
  }
  .col-xl-3.col-xl-push-1 {
    grid-column: 2/span 3;
  }
  .col-xl-4.col-xl-push-1 {
    grid-column: 2/span 4;
  }
  .col-xl-5.col-xl-push-1 {
    grid-column: 2/span 5;
  }
  .col-xl-6.col-xl-push-1 {
    grid-column: 2/span 6;
  }
  .col-xl-7.col-xl-push-1 {
    grid-column: 2/span 7;
  }
  .col-xl-8.col-xl-push-1 {
    grid-column: 2/span 8;
  }
  .col-xl-9.col-xl-push-1 {
    grid-column: 2/span 9;
  }
  .col-xl-10.col-xl-push-1 {
    grid-column: 2/span 10;
  }
  .col-xl-11.col-xl-push-1 {
    grid-column: 2/span 11;
  }
  .col-xl-1.col-xl-push-2 {
    grid-column: 3/span 1;
  }
  .col-xl-2.col-xl-push-2 {
    grid-column: 3/span 2;
  }
  .col-xl-3.col-xl-push-2 {
    grid-column: 3/span 3;
  }
  .col-xl-4.col-xl-push-2 {
    grid-column: 3/span 4;
  }
  .col-xl-5.col-xl-push-2 {
    grid-column: 3/span 5;
  }
  .col-xl-6.col-xl-push-2 {
    grid-column: 3/span 6;
  }
  .col-xl-7.col-xl-push-2 {
    grid-column: 3/span 7;
  }
  .col-xl-8.col-xl-push-2 {
    grid-column: 3/span 8;
  }
  .col-xl-9.col-xl-push-2 {
    grid-column: 3/span 9;
  }
  .col-xl-10.col-xl-push-2 {
    grid-column: 3/span 10;
  }
  .col-xl-1.col-xl-push-3 {
    grid-column: 4/span 1;
  }
  .col-xl-2.col-xl-push-3 {
    grid-column: 4/span 2;
  }
  .col-xl-3.col-xl-push-3 {
    grid-column: 4/span 3;
  }
  .col-xl-4.col-xl-push-3 {
    grid-column: 4/span 4;
  }
  .col-xl-5.col-xl-push-3 {
    grid-column: 4/span 5;
  }
  .col-xl-6.col-xl-push-3 {
    grid-column: 4/span 6;
  }
  .col-xl-7.col-xl-push-3 {
    grid-column: 4/span 7;
  }
  .col-xl-8.col-xl-push-3 {
    grid-column: 4/span 8;
  }
  .col-xl-9.col-xl-push-3 {
    grid-column: 4/span 9;
  }
  .col-xl-1.col-xl-push-4 {
    grid-column: 5/span 1;
  }
  .col-xl-2.col-xl-push-4 {
    grid-column: 5/span 2;
  }
  .col-xl-3.col-xl-push-4 {
    grid-column: 5/span 3;
  }
  .col-xl-4.col-xl-push-4 {
    grid-column: 5/span 4;
  }
  .col-xl-5.col-xl-push-4 {
    grid-column: 5/span 5;
  }
  .col-xl-6.col-xl-push-4 {
    grid-column: 5/span 6;
  }
  .col-xl-7.col-xl-push-4 {
    grid-column: 5/span 7;
  }
  .col-xl-8.col-xl-push-4 {
    grid-column: 5/span 8;
  }
  .col-xl-1.col-xl-push-5 {
    grid-column: 6/span 1;
  }
  .col-xl-2.col-xl-push-5 {
    grid-column: 6/span 2;
  }
  .col-xl-3.col-xl-push-5 {
    grid-column: 6/span 3;
  }
  .col-xl-4.col-xl-push-5 {
    grid-column: 6/span 4;
  }
  .col-xl-5.col-xl-push-5 {
    grid-column: 6/span 5;
  }
  .col-xl-6.col-xl-push-5 {
    grid-column: 6/span 6;
  }
  .col-xl-7.col-xl-push-5 {
    grid-column: 6/span 7;
  }
  .col-xl-1.col-xl-push-6 {
    grid-column: 7/span 1;
  }
  .col-xl-2.col-xl-push-6 {
    grid-column: 7/span 2;
  }
  .col-xl-3.col-xl-push-6 {
    grid-column: 7/span 3;
  }
  .col-xl-4.col-xl-push-6 {
    grid-column: 7/span 4;
  }
  .col-xl-5.col-xl-push-6 {
    grid-column: 7/span 5;
  }
  .col-xl-6.col-xl-push-6 {
    grid-column: 7/span 6;
  }
  .col-xl-1.col-xl-push-7 {
    grid-column: 8/span 1;
  }
  .col-xl-2.col-xl-push-7 {
    grid-column: 8/span 2;
  }
  .col-xl-3.col-xl-push-7 {
    grid-column: 8/span 3;
  }
  .col-xl-4.col-xl-push-7 {
    grid-column: 8/span 4;
  }
  .col-xl-5.col-xl-push-7 {
    grid-column: 8/span 5;
  }
  .col-xl-1.col-xl-push-8 {
    grid-column: 9/span 1;
  }
  .col-xl-2.col-xl-push-8 {
    grid-column: 9/span 2;
  }
  .col-xl-3.col-xl-push-8 {
    grid-column: 9/span 3;
  }
  .col-xl-4.col-xl-push-8 {
    grid-column: 9/span 4;
  }
  .col-xl-1.col-xl-push-9 {
    grid-column: 10/span 1;
  }
  .col-xl-2.col-xl-push-9 {
    grid-column: 10/span 2;
  }
  .col-xl-3.col-xl-push-9 {
    grid-column: 10/span 3;
  }
  .col-xl-1.col-xl-push-10 {
    grid-column: 11/span 1;
  }
  .col-xl-2.col-xl-push-10 {
    grid-column: 11/span 2;
  }
  .col-xl-1.col-xl-push-11 {
    grid-column: 12/span 1;
  }
}
/* Typography */
h1,
.h1 {
  font-size: 2.5rem;
  font-weight: 700;
}

@media (min-width: 48em) {
  h1,
  .h1 {
    font-size: 3.5rem;
  }
}
@media (min-width: 80em) {
  h1,
  .h1 {
    font-size: 4.375rem;
  }
}
h2,
.h2 {
  font-size: 1.5rem;
  font-weight: 700;
}

@media (min-width: 48em) {
  h2,
  .h2 {
    font-size: 2.5rem;
  }
}
@media (min-width: 80em) {
  h2,
  .h2 {
    font-size: 3.5rem;
  }
}
h3,
.h3 {
  font-size: 1.5rem;
  font-weight: 700;
}

@media (min-width: 48em) {
  h3,
  .h3 {
    font-size: 2rem;
  }
}
@media (min-width: 80em) {
  h3,
  .h3 {
    font-size: 2.5rem;
  }
}
h4,
.h4 {
  font-size: 1.25rem;
  font-weight: 700;
}

@media (min-width: 48em) {
  h4,
  .h4 {
    font-size: 1.625rem;
  }
}
@media (min-width: 80em) {
  h4,
  .h4 {
    font-size: 2rem;
  }
}
h5,
.h5 {
  font-size: 1.125rem;
  font-weight: 700;
}

@media (min-width: 48em) {
  h5,
  .h5 {
    font-size: 1.3125rem;
  }
}
@media (min-width: 80em) {
  h5,
  .h5 {
    font-size: 1.5rem;
  }
}
h6,
.h6 {
  font-size: 1rem;
  font-weight: 700;
}

@media (min-width: 48em) {
  h6,
  .h6 {
    font-size: 1.1875rem;
  }
}
@media (min-width: 80em) {
  h6,
  .h6 {
    font-size: 1.375rem;
  }
}
a[href="#footnote"] {
  color: inherit;
}

a[href="#footnote"] sup {
  font-size: 0.625rem;
}

.font-point {
  font-family: "SpoqaHanSansNeo", sans-serif, "Segoe UI Emoji";
}

.disclaimer {
  font-size: 0.75rem;
  margin-bottom: 0;
}

.txt-info {
  margin-top: 0.625rem;
  margin-bottom: 0;
  color: #2c2c2c;
  word-break: keep-all;
  word-wrap: break-word;
}

.txt-info li::before {
  top: 0.5rem;
  background-color: #2c2c2c;
}

.txt-info li + li {
  margin-top: 0.375rem;
}

@media (max-width: 63.99em) {
  .txt-info {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
  }
}
@media (max-width: 63.99em) and (min-width: 80em) {
  .txt-info {
    font-size: 1.125rem;
  }
}
@media (min-width: 64em) {
  .txt-info {
    margin-top: 1rem;
  }
  .txt-info li::before {
    top: 0.5625rem;
  }
  .txt-info li + li {
    margin-top: 0.5rem;
  }
}
.title1 {
  font-size: 2.75rem;
  font-weight: 700;
  line-height: 1.5;
}

@media (min-width: 48em) {
  .title1 {
    font-size: 3.125rem;
  }
}
@media (min-width: 64em) {
  .title1 {
    font-size: 3.5rem;
  }
}
@media (min-width: 80em) {
  .title1 {
    font-size: 4rem;
  }
}
.title2 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
}

@media (min-width: 48em) {
  .title2 {
    font-size: 2.25rem;
  }
}
@media (min-width: 64em) {
  .title2 {
    font-size: 2.5rem;
  }
}
@media (min-width: 80em) {
  .title2 {
    font-size: 3rem;
  }
}
.title3 {
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.5;
}

@media (min-width: 48em) {
  .title3 {
    font-size: 2rem;
  }
}
@media (min-width: 64em) {
  .title3 {
    font-size: 2.25rem;
  }
}
@media (min-width: 80em) {
  .title3 {
    font-size: 2.5rem;
  }
}
.title4 {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5;
}

@media (min-width: 48em) {
  .title4 {
    font-size: 1.625rem;
  }
}
@media (min-width: 64em) {
  .title4 {
    font-size: 1.75rem;
  }
}
@media (min-width: 80em) {
  .title4 {
    font-size: 2rem;
  }
}
.display {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

@media (min-width: 48em) {
  .display {
    font-size: 4rem;
  }
}
@media (min-width: 80em) {
  .display {
    font-size: 5rem;
  }
}
.body1 {
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5;
}

@media (min-width: 80em) {
  .body1 {
    font-size: 1.25rem;
  }
}
.body2 {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

@media (min-width: 80em) {
  .body2 {
    font-size: 1.125rem;
  }
}
.body3 {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
}

@media (min-width: 80em) {
  .body3 {
    font-size: 1rem;
  }
}
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

.btn {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: initial;
  gap: 0.75rem;
  border: 1px solid var(--btn-line);
  background-color: var(--btn);
  color: var(--btn-text);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  overflow: hidden;
  position: relative;
  padding: 0.75rem 1.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 0;
  white-space: nowrap;
  word-break: keep-all;
  word-wrap: break-word;
  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  line-height: 1.2;
  font-weight: 700;
  border-radius: 6.25rem;
  letter-spacing: 0;
}

@media (min-width: 80em) {
  .btn {
    padding: 1rem 2rem;
    font-size: 1rem;
  }
}
.btn[disabled] {
  opacity: 0.2;
  cursor: not-allowed;
}

.btn span {
  position: relative;
  z-index: 1;
}

@media (hover: hover) and (pointer: fine) {
  .btn:hover:not([disabled]):not(:active):hover, .btn:hover:not([disabled]):not(:active):focus, .btn:focus-visible:not([disabled]):not(:active):hover, .btn:focus-visible:not([disabled]):not(:active):focus {
    color: var(--btn-text-hover);
    background-color: var(--btn-hover);
    border-color: var(--btn-line-hover);
  }
}
.btn--block {
  width: 100%;
  margin: 0 auto;
}

.btn .icon::before, .btn .icon::after {
  font-size: 1rem;
}

.btn-box {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.75rem;
}

.btn-box.btn-box--center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.btn-box.btn-box--right {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.btn-cta:after {
  content: "\ea06";
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: "icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  text-decoration: none;
  text-transform: none;
  font-size: 1rem;
}

.btn-cta:after::before, .btn-cta:after::after {
  line-height: 1;
}

.btn-download:after {
  content: "\ea0e";
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: "icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  text-decoration: none;
  text-transform: none;
  font-size: 1rem;
}

.btn-download:after::before, .btn-download:after::after {
  line-height: 1;
}

.btn--xsm {
  gap: 0.25rem;
  padding: 0.375rem 0.75rem;
  font-size: 0.75rem;
  line-height: 1;
}

.btn--xsm .icon {
  font-size: 1rem !important;
}

@media (min-width: 80em) {
  .btn--xsm {
    font-size: 1rem;
    padding: 0.75rem 1rem;
  }
}
.btn--solid {
  --btn: var(--gray-900);
  --btn-hover: var(--primary);
  --btn-line: var(--gray-900);
  --btn-line-hover: var(--primary);
  --btn-text: var(--white);
  --btn-text-hover: var(--white);
}

.btn--ghost {
  --btn: transparent;
  --btn-hover: var(--white);
  --btn-line: var(--white);
  --btn-line-hover: var(--white);
  --btn-text: var(--white);
  --btn-text-hover: var(--gray-900);
}

.btn--em {
  --btn: var(--primary);
  --btn-hover: var(--gray-900);
  --btn-line: var(--primary);
  --btn-line-hover: var(--gray-900);
  --btn-text: var(--white);
  --btn-text-hover: var(--white);
}

.btn--secondary {
  --btn: var(--bg1);
  --btn-hover: var(--primary);
  --btn-line: var(--bg1);
  --btn-line-hover: var(--primary);
  --btn-text: var(--white);
  --btn-text-hover: var(--white);
}

.btn--white {
  --btn: var(--white);
  --btn-hover: var(--primary);
  --btn-line: var(--white);
  --btn-line-hover: var(--primary);
  --btn-text: var(--gray-900);
  --btn-text-hover: var(--white);
}

.btn--ghost.btn--em {
  --btn: transparent;
  --btn-hover: var(--primary);
  --btn-line: var(--primary);
  --btn-line-hover: var(--primary);
  --btn-text: var(--primary);
  --btn-text-hover: var(--white);
}

.btn--ghost.btn--secondary {
  --btn: transparent;
  --btn-hover: var(--secondary);
  --btn-line: var(--secondary);
  --btn-line-hover: var(--secondary);
  --btn-text: var(--secondary);
  --btn-text-hover: var(--white);
}

.btn-prev {
  padding-right: 2em;
}

.btn-next {
  padding-left: 2em;
}

.btn-paly:before {
  content: "\ea26";
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: "icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  text-decoration: none;
  text-transform: none;
  font-size: 1rem;
}

.btn-paly:before::before, .btn-paly:before::after {
  line-height: 1;
}

.btn-pause:before {
  content: "\ea22";
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: "icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  text-decoration: none;
  text-transform: none;
  font-size: 1rem;
}

.btn-pause:before::before, .btn-pause:before::after {
  line-height: 1;
}

@-webkit-keyframes up-down {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes up-down {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
[data-reveal]:not([data-reveal=custom]) {
  -webkit-transition: opacity 0.6s ease-out, -webkit-filter 0.6s ease-out, -webkit-transform 0.6s ease-out;
  transition: opacity 0.6s ease-out, -webkit-filter 0.6s ease-out, -webkit-transform 0.6s ease-out;
  transition: filter 0.6s ease-out, opacity 0.6s ease-out, transform 0.6s ease-out;
  transition: filter 0.6s ease-out, opacity 0.6s ease-out, transform 0.6s ease-out, -webkit-filter 0.6s ease-out, -webkit-transform 0.6s ease-out;
  will-change: filter, transform, opacity;
}

[data-reveal]:not([data-reveal=custom]):not(.is-reveal) {
  opacity: 0;
  -webkit-filter: blur(5px);
  filter: blur(5px);
  -webkit-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
}

.line-anim .path {
  display: none;
  stroke-dashoffset: 3000;
  -webkit-transition: stroke-dashoffset 1s ease-out;
  transition: stroke-dashoffset 1s ease-out;
  stroke-width: 2px;
}

@media (min-width: 80em) {
  .line-anim .path {
    stroke-width: 1px;
  }
}
.line-anim.is-reveal .path {
  stroke-dashoffset: 0;
}

.page {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.5rem;
}

.page__current {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  margin-inline: 1rem;
  gap: 0.25rem;
  color: var(--gray-500);
}

@media (min-width: 80em) {
  .page__current {
    font-size: 1.125rem;
  }
}
.page__current .current,
.page__current .total {
  display: block;
  min-width: 1.25rem;
  text-align: center;
}

.page__current .current {
  font-weight: 700;
  color: var(--primary);
}

.page__current .total {
  color: var(--gray-500);
}

.page__pad {
  display: none;
  margin-inline: 1rem;
}

.page-btn {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  padding: 0.5rem;
  border-radius: 0.25rem;
  background-color: var(--white);
  border: 1px solid var(--gray-200);
  text-align: center;
  line-height: 1;
  aspect-ratio: 1/1;
  -webkit-transition: background 0.3s, border 0.3s, color 0.3s;
  transition: background 0.3s, border 0.3s, color 0.3s;
}

.page-btn::before {
  font-size: 1rem;
}

.page-btn--first:before {
  content: "\ea07";
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: "icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  text-decoration: none;
  text-transform: none;
  display: block;
}

.page-btn--first:before::before, .page-btn--first:before::after {
  line-height: 1;
}

.page-btn--prev:before {
  content: "\ea01";
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: "icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  text-decoration: none;
  text-transform: none;
  display: block;
}

.page-btn--prev:before::before, .page-btn--prev:before::after {
  line-height: 1;
}

.page-btn--end:before {
  content: "\ea07";
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: "icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  text-decoration: none;
  text-transform: none;
  display: block;
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1);
}

.page-btn--end:before::before, .page-btn--end:before::after {
  line-height: 1;
}

.page-btn--next:before {
  content: "\ea01";
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: "icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  text-decoration: none;
  text-transform: none;
  display: block;
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1);
}

.page-btn--next:before::before, .page-btn--next:before::after {
  line-height: 1;
}

@media (hover: hover) and (pointer: fine) {
  .page-btn[href]:hover, .page-btn[href]:focus-visible {
    background-color: var(--gray-900);
    color: var(--white);
    border-color: var(--gray-900);
  }
}
.page-btn:not([href]) {
  opacity: 0.5 !important;
}

@media (min-width: 80em) {
  .page__current {
    display: none;
  }
  .page__pad {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1.5rem;
  }
  .page-btn::before {
    font-size: 1.25rem;
  }
  .page__link {
    min-width: 1.5rem;
    font-variant-numeric: tabular-nums;
    -webkit-font-feature-settings: "tnum";
    font-feature-settings: "tnum";
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--gray-500);
  }
}
@media (min-width: 80em) and (min-width: 80em) {
  .page__link {
    font-size: 1rem;
  }
}
@media (min-width: 80em) {
  .page__link.act {
    color: var(--primary) !important;
    text-shadow: 0.03em 0 0 currentColor, -0.03em 0 0 currentColor;
  }
}
@media (min-width: 80em) and (hover: hover) and (pointer: fine) {
  .page__link[href]:hover, .page__link[href]:focus-visible {
    color: var(--gray-900);
    text-shadow: 0.03em 0 0 currentColor, -0.03em 0 0 currentColor;
  }
}
@media (min-width: 80em) {
  .page__link[disabled] {
    background-color: var(--gray-200);
    opacity: 0.5 !important;
  }
}
.pagination {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.pagination__btn {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 22.5rem;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.pagination__btn--next {
  left: auto;
  right: 0;
  text-align: right;
}

.pagination__btn--next .pagination__label {
  margin-left: auto;
}

.pagination__btn--next .pagination__label::before {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1);
}

@media (hover: hover) and (pointer: fine) {
  .pagination__btn:hover .pagination__label, .pagination__btn:focus-visible .pagination__label {
    color: var(--gray-800);
    -webkit-transform: translateX(-1.25rem);
    -ms-transform: translateX(-1.25rem);
    transform: translateX(-1.25rem);
  }
  .pagination__btn:hover .pagination__label::before, .pagination__btn:focus-visible .pagination__label::before {
    color: initial;
  }
  .pagination__btn:hover.pagination__btn--next .pagination__label, .pagination__btn:focus-visible.pagination__btn--next .pagination__label {
    -webkit-transform: translateX(1.25rem);
    -ms-transform: translateX(1.25rem);
    transform: translateX(1.25rem);
  }
}
.pagination__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  font-weight: 700;
  line-height: 1;
  color: var(--gray-600);
  gap: 0.25rem;
  -webkit-transition: color 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  transition: color 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, color 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, color 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
}

@media (min-width: 80em) {
  .pagination__label {
    font-size: 1rem;
  }
}
.pagination__label:before {
  content: "\ea04";
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: "icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  text-decoration: none;
  text-transform: none;
  display: block;
  line-height: 0.95;
  font-size: 1rem;
  color: var(--gray-600);
  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}

.pagination__label:before::before, .pagination__label:before::after {
  line-height: 1;
}

.pagination__title {
  margin: 0;
  margin-top: 0.5rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  word-wrap: normal;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  font-weight: 400;
}

@media (min-width: 80em) {
  .pagination__title {
    font-size: 1.125rem;
  }
}
@media (max-width: 63.99em) {
  .pagination__title {
    display: none;
  }
}
@media (min-width: 64em) {
  .pagination__label {
    gap: 0.5rem;
  }
}
.floating-box {
  margin-left: auto;
  width: 1px;
  height: 0px;
  position: sticky;
  bottom: 3.125rem;
  right: 0.5rem;
  z-index: 50;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.home .floating-box {
  margin-bottom: 0;
}

.is-scroll-up .floating-box {
  opacity: 0;
  pointer-events: none;
}

.floating-box__pad {
  position: absolute;
  bottom: 0;
  right: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  gap: 0.375rem;
  padding-bottom: 0.5rem;
}

.floating-box__btn {
  width: 3.375rem;
}

.floating-box__btn img {
  width: 100%;
}

.floating-box__btn:nth-child(2) {
  overflow: hidden;
  border-radius: 100%;
  -webkit-box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.05);
}

@media (min-width: 80em) {
  .floating-box {
    right: 2.5rem;
    bottom: 1.25rem;
  }
  .floating-box__btn {
    width: 4.5rem;
  }
}
.captcha-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.5rem;
  width: 100%;
}

.captcha-box__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  background-color: #121212;
  border-radius: 0.5rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
}

.captcha-box__img img {
  margin-inline: auto;
  display: block;
  height: 80%;
  -o-object-fit: contain;
  object-fit: contain;
}

.captcha-box__btn {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 2.9375rem;
  height: 2.9375rem;
  background-color: var(--gray-900);
  border-radius: 0.5rem;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}

.captcha-box__btn:before {
  content: "\ea2a";
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: "icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  text-decoration: none;
  text-transform: none;
  font-size: 1.25rem;
  color: var(--white);
  line-height: 1;
}

.captcha-box__btn:before::before, .captcha-box__btn:before::after {
  line-height: 1;
}

@media (hover: hover) and (pointer: fine) {
  .captcha-box__btn:hover, .captcha-box__btn:focus-visible {
    background-color: var(--primary);
  }
}
.captcha-box__info {
  margin: 0;
  margin-top: 0.5rem;
  width: 100%;
  display: block;
  font-size: 0.875rem;
  color: var(--gray-700);
}

.captcha-box__text {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

@media (min-width: 64em) {
  .captcha-box {
    width: auto;
  }
  .captcha-box__img {
    width: auto;
  }
  .captcha-box__text {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
  }
}
@media (min-width: 80em) {
  .captcha-box__btn {
    width: 3.375rem;
    height: 3.375rem;
  }
}
.modal-image {
  opacity: 0;
  margin: 0;
  padding: 0;
  background: transparent;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  border: none;
}

.modal-image::backdrop {
  background: rgba(0, 0, 0, 0.7);
}

.modal-image[open] {
  opacity: 1;
}

@starting-style {
  .modal-image[open] {
    opacity: 0;
  }
}
.modal-image.is-closing {
  opacity: 0;
}

.modal-image__pad {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
  max-width: calc(100% - 2rem);
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}

@starting-style {
  .modal-image[open] .modal-image__pad {
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}
.modal-image.is-closing .modal-image__pad {
  -webkit-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  transform: translateY(-20px);
}

.modal-image__btn {
  position: fixed;
  top: 1rem;
  right: 1rem;
  width: 2.25rem;
  height: 2.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: var(--white);
  background: rgba(0, 0, 0, 0.3);
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 100%;
  /* @include icon(close-24) {
  	font-size: srem(18);
  } */
}

.modal-image__zoom-in, .modal-image__zoom-out, .modal-image__zoom-reset {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  top: 1rem;
  z-index: 10;
  width: 2.25rem;
  height: 2.25rem;
  background: white;
  border: 1px solid #ccc;
  border-radius: 50%;
  cursor: pointer;
  font-size: 1.25rem;
  text-align: center;
  line-height: 1;
}

.modal-image__zoom-in::before, .modal-image__zoom-out::before, .modal-image__zoom-reset::before {
  font-size: 1rem;
  font-weight: bold;
}

.modal-image__zoom-in {
  left: 7rem;
}

.modal-image__zoom-out {
  left: 4rem;
}

.modal-image__zoom-reset {
  left: 1rem;
}

.modal-image__zoom-wrapper {
  -webkit-transition: -webkit-transform 0.1s ease;
  transition: -webkit-transform 0.1s ease;
  transition: transform 0.1s ease;
  transition: transform 0.1s ease, -webkit-transform 0.1s ease;
  -webkit-transform: translateX(0px);
  -ms-transform: translateX(0px);
  transform: translateX(0px);
  will-change: transform;
  -ms-touch-action: none;
  touch-action: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: -webkit-grab;
  cursor: grab;
}

.modal-image__zoom-wrapper::after {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
}

.location {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1rem;
  margin-inline: auto;
}

.location__item {
  position: relative;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
}

@media (min-width: 80em) {
  .location__item {
    font-size: 1rem;
  }
}
.location__item:not(:first-child)::before {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  height: 0.5rem;
  left: -0.5rem;
  top: calc(50% - 0.25rem);
  background-color: var(--gray-300);
}

.location__item:last-child {
  font-weight: 700;
}

@media (min-width: 80em) {
  .location {
    font-size: 0.8125rem;
    font-weight: 400;
    line-height: 1.5;
  }
}
@media (min-width: 80em) and (min-width: 48em) {
  .location {
    font-size: 0.8125rem;
  }
}
@media (min-width: 80em) and (min-width: 80em) {
  .location {
    font-size: 0.875rem;
  }
}
.scrollable-box {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  z-index: 0;
}

.scrollable-box::before, .scrollable-box::after {
  content: "";
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  opacity: 0;
  display: block;
  width: calc(var(--offset) + 2rem);
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(color-mix(in srgb, var(--bg) 100%, transparent)), color-stop(color-mix(in srgb, var(--bg) 80%, transparent)), to(color-mix(in srgb, var(--bg) 0%, transparent)));
  background: linear-gradient(to right, color-mix(in srgb, var(--bg) 100%, transparent), color-mix(in srgb, var(--bg) 80%, transparent), color-mix(in srgb, var(--bg) 0%, transparent));
  pointer-events: none;
}

.scrollable-box::after {
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1);
  left: auto;
  right: 0;
}

.scrollable {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-inline: var(--offset);
  width: 100%;
  overflow-x: auto;
  cursor: -webkit-grab;
  cursor: grab;
  z-index: 1;
}

.scrollable:not(.scrollable--hasScrollBar) {
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.scrollable:not(.scrollable--none) {
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-drag: none;
  user-drag: none;
}

.scrollable:not(.scrollable--none) img {
  -webkit-user-drag: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.scrollable--hasScrollBar::-webkit-scrollbar {
  width: 3px;
  height: 3px;
}

.scrollable--hasScrollBar::-webkit-scrollbar-thumb {
  background-color: var(--gray-400);
  border-radius: 40px;
}

.scrollable--hasScrollBar::-webkit-scrollbar-track {
  border-radius: 40px;
  background-color: var(rgba(255, 255, 255, 0));
}

.scrollable--hasScrollBar::-webkit-scrollbar-button {
  display: none; /* 화살표 숨김 */
  width: 0;
  height: 0;
  background: transparent;
  border: none;
  margin: 0;
  padding: 0;
}

.scrollable.dragging {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.scrollable--none {
  cursor: auto !important;
  pointer-events: all;
}

.table-wrap {
  clip-path: inset(0);
  border-top: 2px solid var(--gray-900);
}

.table-wrap .first-column {
  width: 22.5rem;
}

.table-wrap .last-column {
  width: 67.5rem;
  color: var(--gray-700);
}

.table-wrap table {
  table-layout: fixed;
  min-width: calc(100% + 1px);
  clip-path: inset(0 1px 0 0);
  width: 100%;
}

.table-wrap td,
.table-wrap th {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0.5rem 0.5rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
  height: 3.375rem;
  border-right: 1px solid var(--gray-300);
}

@media (min-width: 80em) {
  .table-wrap td,
  .table-wrap th {
    font-size: 1.125rem;
  }
}
.table-wrap tr {
  border-bottom: 1px solid var(--gray-300);
}

.table-wrap th {
  background-color: var(--bg2);
  font-weight: 700;
}

.table-wrap .td-pad {
  padding-inline: 1rem;
}

.table-wrap__scroll {
  padding: 0;
  padding-bottom: 0.5rem;
  width: calc(100% + 1px);
}

.table-wrap__scroll table {
  table-layout: auto;
  width: 100%;
  min-width: 50rem;
}

@media (min-width: 80em) {
  .table-wrap .first-column {
    width: 22.5rem;
  }
  .table-wrap .last-column {
    width: 67.5rem;
  }
  .table-wrap td,
  .table-wrap th {
    height: 4.625rem;
  }
}
.iframe-wrapper {
  position: relative;
  width: 100%;
  aspect-ratio: 730/410;
  overflow: hidden;
}

.iframe-wrapper iframe {
  position: absolute;
  display: block;
  left: -1px;
  top: -1px;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
}

.iframe-wrapper .drag-overlay {
  position: absolute;
  inset: 0;
  z-index: 10;
  cursor: pointer;
  background-color: #000;
  -webkit-transition: opacity 0.5s 0.2s;
  transition: opacity 0.5s 0.2s;
  pointer-events: all;
}

.iframe-wrapper .drag-overlay.is-active {
  opacity: 0;
  pointer-events: none;
}

.iframe-wrapper .drag-overlay::before {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 1.75rem);
  left: calc(50% - 2.375rem);
  width: 4.75rem;
  height: 3.5rem;
  border-radius: 1rem;
  z-index: 1;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI3NiIgaGVpZ2h0PSI1NiIgZmlsbD0ibm9uZSIgdmlld0JveD0iMCAwIDc2IDU2Ij48cmVjdCB3aWR0aD0iNzYiIGhlaWdodD0iNTYiIGZpbGw9IiMwMDAiIG9wYWNpdHk9Ii4zIiByeD0iMTYiIHN0eWxlPSJmaWxsOiMwMDA7ZmlsbC1vcGFjaXR5OjE7Ii8+PHBhdGggZD0iTTUwIDI3LjUgMzEuMjUgMzguMzI1di0yMS42NXoiIGZpbGw9IiNmZmYiIHN0eWxlPSJmaWxsOiNmZmY7ZmlsbC1vcGFjaXR5OjE7Ii8+PC9zdmc+");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.iframe-wrapper .drag-overlay img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  opacity: 0.8;
}

.iframe-wrapper[data-is-title*=false] .drag-overlay::after {
  content: "";
}

img[data-inline-svg] {
  opacity: 0;
}

.popup {
  position: fixed;
  inset: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  border: 0;
  padding: 0;
  opacity: 0;
  background: transparent;
  pointer-events: none;
  -webkit-transition: opacity 0.25s ease, -webkit-transform 0.25s ease;
  transition: opacity 0.25s ease, -webkit-transform 0.25s ease;
  transition: opacity 0.25s ease, transform 0.25s ease;
  transition: opacity 0.25s ease, transform 0.25s ease, -webkit-transform 0.25s ease;
  z-index: 100;
}

.popup[open] {
  opacity: 1;
  pointer-events: auto;
}

.popup[open] .popup__content {
  opacity: 1;
  -webkit-transform: scale(1) translateY(0);
  -ms-transform: scale(1) translateY(0);
  transform: scale(1) translateY(0);
}

.popup__content {
  width: calc(100% - 32px);
  max-width: 70rem;
  max-height: calc(100% - 2.5rem);
  background: #fff;
  border-radius: 1.25rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: hidden;
  opacity: 0;
  -webkit-transform: scale(0.9) translateY(10%);
  -ms-transform: scale(0.9) translateY(10%);
  transform: scale(0.9) translateY(10%);
  letter-spacing: -1px;
  -webkit-transition: opacity 0.25s ease, -webkit-transform 0.25s ease;
  transition: opacity 0.25s ease, -webkit-transform 0.25s ease;
  transition: opacity 0.25s ease, transform 0.25s ease;
  transition: opacity 0.25s ease, transform 0.25s ease, -webkit-transform 0.25s ease;
}

.popup__content-pad {
  width: 100%;
  padding: 4rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.popup__close {
  position: absolute;
  right: 1rem;
  top: 1rem;
  outline: 0;
}

.popup__close:before {
  content: "\ea0b";
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: "icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  text-decoration: none;
  text-transform: none;
  font-size: 1.5rem;
}

.popup__close:before::before, .popup__close:before::after {
  line-height: 1;
}

@media (min-width: 64em) {
  .popup__close {
    right: 1.5rem;
    top: 1.5rem;
  }
}
.popup--email .popup__content {
  padding: 0;
  max-width: 29rem;
  letter-spacing: -1px;
}

.popup--email .popup__content-pad {
  padding: 1.5rem 1rem;
}

.popup--email .popup__title {
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5;
  font-weight: 700;
}

@media (min-width: 80em) {
  .popup--email .popup__title {
    font-size: 1.25rem;
  }
}
.popup--email .popup__desc {
  margin: 1rem 0 0;
  padding: 1.5rem 1rem;
  border-radius: 1rem;
  background-color: var(--bg2);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  word-break: break-all;
  text-align: center;
}

@media (min-width: 80em) {
  .popup--email .popup__desc {
    font-size: 1.125rem;
  }
}
@media (min-width: 64em) {
  .popup--email .popup__content-pad {
    padding: 1.5rem 1.5rem;
  }
  .popup--email .popup__desc {
    margin: 1.5rem 0 0;
    padding: 2.5rem;
  }
}
.popup-area {
  position: fixed;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  inset: 0;
  display: grid;
  place-items: center;
  background: transparent;
  opacity: 0;
  pointer-events: none;
  border: 0;
  margin: 0;
  padding: 0;
  max-width: 100%;
  max-height: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  -ms-scroll-chaining: none;
  overscroll-behavior: contain;
  z-index: 100;
  -webkit-transition: opacity 0.25s ease, -webkit-transform 0.25s ease;
  transition: opacity 0.25s ease, -webkit-transform 0.25s ease;
  transition: opacity 0.25s ease, transform 0.25s ease;
  transition: opacity 0.25s ease, transform 0.25s ease, -webkit-transform 0.25s ease;
  -webkit-transform: scale(0.98);
  -ms-transform: scale(0.98);
  transform: scale(0.98);
}

.popup-area::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

.popup-area::-webkit-scrollbar-thumb {
  background-color: var(--gray-400);
  border-radius: 40px;
}

.popup-area::-webkit-scrollbar-track {
  border-radius: 40px;
  background-color: var(rgba(255, 255, 255, 0));
}

.popup-area::-webkit-scrollbar-button {
  display: none; /* 화살표 숨김 */
  width: 0;
  height: 0;
  background: transparent;
  border: none;
  margin: 0;
  padding: 0;
}

.popup-area[open] {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.popup-area[open] .popup-area__pad {
  opacity: 1;
}

.popup-area__pad {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 0;
  padding-block: 2.5rem;
  max-width: 83.5rem;
  z-index: 1;
  -webkit-transition: opacity 0.25s ease, -webkit-transform 0.25s ease;
  transition: opacity 0.25s ease, -webkit-transform 0.25s ease;
  transition: opacity 0.25s ease, transform 0.25s ease;
  transition: opacity 0.25s ease, transform 0.25s ease, -webkit-transform 0.25s ease;
}

.popup-area__pad::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
}

.popup-area__close {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
  color: var(--white);
  position: absolute;
  outline: 0;
}

@media (max-width: 79.99em) {
  .popup-area__close {
    top: 0;
    left: calc(50% - 1.5rem);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 3rem;
    height: 3rem;
    border-radius: 3.125rem;
    background: rgba(255, 255, 255, 0.2);
  }
  .popup-area__close:before {
    content: "\ea0c";
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-family: "icon";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    text-decoration: none;
    text-transform: none;
    font-size: 1.5rem;
  }
  .popup-area__close:before::before, .popup-area__close:before::after {
    line-height: 1;
  }
}
@media (min-width: 80em) {
  .popup-area__close {
    right: 0.625rem;
    top: 1.375rem;
  }
  .popup-area__close:before {
    content: "\ea0c";
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-family: "icon";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    text-decoration: none;
    text-transform: none;
    font-size: 2.5rem;
  }
  .popup-area__close:before::before, .popup-area__close:before::after {
    line-height: 1;
  }
}
.popup-area__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1.5rem;
}

@media (max-width: 79.99em) {
  .popup-area__head {
    padding-top: 5rem;
    position: relative;
  }
}
.popup-area__cont {
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}

.popup-area__footer {
  margin-top: 1.375rem;
}

.popup-area__swiper {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
  margin: 1.5rem 0 0;
}

.popup-area__swiper.is-center {
  width: 100%;
}

.popup-area__swiper.is-center .swiper-wrapper {
  margin-left: var(--swiper-center-gap, 0);
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media (max-width: 79.99em) {
  .popup-area__swiper {
    max-width: 44.375rem;
  }
}
@media (max-width: 47.99em) {
  .popup-area__swiper {
    max-width: 21.4375rem;
  }
}
.popup-area .swiper-slide {
  position: relative;
  overflow: hidden;
  border-radius: 1.25rem;
  min-width: 22.5rem;
  background-color: var(--white);
}

@media (max-width: 79.99em) {
  .popup-area .swiper-slide {
    min-width: 21.4375rem;
  }
}
.popup-area .swiper-button-prev, .popup-area .swiper-button-next {
  margin: 0;
  top: calc(50% - 1.25rem);
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  color: var(--gray-300);
}

.popup-area .swiper-button-prev:before, .popup-area .swiper-button-next:before {
  content: "\ea03";
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: "icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  text-decoration: none;
  text-transform: none;
  font-size: 2.5rem;
}

.popup-area .swiper-button-prev:before::before, .popup-area .swiper-button-prev:before::after, .popup-area .swiper-button-next:before::before, .popup-area .swiper-button-next:before::after {
  line-height: 1;
}

.popup-area .swiper-button-prev::before, .popup-area .swiper-button-next::before {
  line-height: 1;
}

.popup-area .swiper-button-prev::after, .popup-area .swiper-button-next::after {
  display: none;
}

@media (max-width: 47.99em) {
  .popup-area .swiper-button-prev, .popup-area .swiper-button-next {
    display: none;
  }
}
.popup-area .swiper-button-next {
  left: auto;
  right: 0;
}

.popup-area .swiper-button-next::before {
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1);
}

.popup-area .swiper-pagination {
  --swiper-text-color: var(--primary);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.625rem 1rem;
  position: static;
  background-color: var(--white);
  border-radius: 3.125rem;
  font-size: 0.75rem;
  line-height: 1;
  color: var(--gray-300);
}

.popup-area .swiper-pagination-current {
  width: 1.5rem;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5;
  font-weight: 700;
  color: var(--swiper-text-color);
}

@media (min-width: 80em) {
  .popup-area .swiper-pagination-current {
    font-size: 1.25rem;
  }
}
.popup-area .swiper-pagination-total {
  width: 1.5rem;
  display: block;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--gray-500);
}

@media (min-width: 80em) {
  .popup-area .swiper-pagination-total {
    font-size: 1.25rem;
  }
}
.popup-area__title {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  color: var(--white);
}

@media (min-width: 48em) {
  .popup-area__title {
    font-size: 2.25rem;
  }
}
@media (min-width: 64em) {
  .popup-area__title {
    font-size: 2.5rem;
  }
}
@media (min-width: 80em) {
  .popup-area__title {
    font-size: 3rem;
  }
}
.popup-area__media {
  width: 100%;
  aspect-ratio: 360/420;
  overflow: hidden;
}

.popup-area__media video,
.popup-area__media img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.popup-area .checkbox {
  color: var(--white);
}

.popup-area .btn {
  position: absolute;
  bottom: 1.5rem;
  left: 50%;
  -webkit-transform: translate(-50%);
  -ms-transform: translate(-50%);
  transform: translate(-50%);
}

@media (min-width: 48em) {
  .popup-area__cont {
    padding-inline: 2.5rem;
  }
}
@media (min-width: 100em) {
  .popup-area__cont {
    padding-inline: 6rem;
  }
}
.media-parallax {
  position: relative;
  overflow: hidden;
}

.media-parallax__pad {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
}

.media-parallax img,
.media-parallax video {
  display: block;
  width: 100%;
  height: auto; /* 비율 유지 */
  will-change: transform;
  position: relative;
  pointer-events: none;
}

form {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}

button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

button,
select {
  text-transform: none;
}

[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  vertical-align: middle;
}

[type=number] {
  -webkit-appearance: none;
  -moz-appearance: textfield;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  margin: 0;
  height: auto;
  -webkit-appearance: none;
}

input[type=number] {
  -moz-appearance: textfield;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration, [type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-results-button, [type=search]::-webkit-search-results-decoration {
  display: none;
}

input[type=date]::-webkit-inner-spin-button,
input[type=datetime-local]::-webkit-inner-spin-button {
  display: none;
  margin: 0;
}

input[type=date]::-webkit-clear-button, input[type=date]::-webkit-calendar-picker-indicator,
input[type=datetime-local]::-webkit-clear-button,
input[type=datetime-local]::-webkit-calendar-picker-indicator {
  display: none;
}

input[type=date]::-webkit-datetime-edit-fields-wrapper,
input[type=datetime-local]::-webkit-datetime-edit-fields-wrapper {
  padding: 0;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
  color: var(--grey90);
}

[type=text],
[type=number],
[type=tel],
[type=search],
[type=password],
[type=email],
[type=url],
[type=date],
[type=time],
[type=datetime-local],
[type=file],
select,
textarea {
  display: block;
  width: 100%;
  min-height: 46px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0.75rem 0.75rem;
  background: transparent;
  font-size: 1rem;
  color: var(--text);
  border: 1px solid var(--line-light);
  border-width: 1px;
  background-color: var(--bg);
  vertical-align: middle;
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

[type=text]:hover, [type=text]:focus,
[type=number]:hover,
[type=number]:focus,
[type=tel]:hover,
[type=tel]:focus,
[type=search]:hover,
[type=search]:focus,
[type=password]:hover,
[type=password]:focus,
[type=email]:hover,
[type=email]:focus,
[type=url]:hover,
[type=url]:focus,
[type=date]:hover,
[type=date]:focus,
[type=time]:hover,
[type=time]:focus,
[type=datetime-local]:hover,
[type=datetime-local]:focus,
[type=file]:hover,
[type=file]:focus,
select:hover,
select:focus,
textarea:hover,
textarea:focus {
  border-color: var(--color-active);
}

[type=text][disabled],
[type=number][disabled],
[type=tel][disabled],
[type=search][disabled],
[type=password][disabled],
[type=email][disabled],
[type=url][disabled],
[type=date][disabled],
[type=time][disabled],
[type=datetime-local][disabled],
[type=file][disabled],
select[disabled],
textarea[disabled] {
  color: var(--color-disabled);
  cursor: not-allowed;
}

[type=text][disabled]:hover, [type=text][disabled]:focus,
[type=number][disabled]:hover,
[type=number][disabled]:focus,
[type=tel][disabled]:hover,
[type=tel][disabled]:focus,
[type=search][disabled]:hover,
[type=search][disabled]:focus,
[type=password][disabled]:hover,
[type=password][disabled]:focus,
[type=email][disabled]:hover,
[type=email][disabled]:focus,
[type=url][disabled]:hover,
[type=url][disabled]:focus,
[type=date][disabled]:hover,
[type=date][disabled]:focus,
[type=time][disabled]:hover,
[type=time][disabled]:focus,
[type=datetime-local][disabled]:hover,
[type=datetime-local][disabled]:focus,
[type=file][disabled]:hover,
[type=file][disabled]:focus,
select[disabled]:hover,
select[disabled]:focus,
textarea[disabled]:hover,
textarea[disabled]:focus {
  border-color: var(--color-disabled);
}

[type=text][readonly],
[type=number][readonly],
[type=tel][readonly],
[type=search][readonly],
[type=password][readonly],
[type=email][readonly],
[type=url][readonly],
[type=date][readonly],
[type=time][readonly],
[type=datetime-local][readonly],
[type=file][readonly],
select[readonly],
textarea[readonly] {
  background-color: var(--gray-200);
}

[type=text][readonly]:hover, [type=text][readonly]:focus,
[type=number][readonly]:hover,
[type=number][readonly]:focus,
[type=tel][readonly]:hover,
[type=tel][readonly]:focus,
[type=search][readonly]:hover,
[type=search][readonly]:focus,
[type=password][readonly]:hover,
[type=password][readonly]:focus,
[type=email][readonly]:hover,
[type=email][readonly]:focus,
[type=url][readonly]:hover,
[type=url][readonly]:focus,
[type=date][readonly]:hover,
[type=date][readonly]:focus,
[type=time][readonly]:hover,
[type=time][readonly]:focus,
[type=datetime-local][readonly]:hover,
[type=datetime-local][readonly]:focus,
[type=file][readonly]:hover,
[type=file][readonly]:focus,
select[readonly]:hover,
select[readonly]:focus,
textarea[readonly]:hover,
textarea[readonly]:focus {
  border-color: var(--color-disabled);
}

@media (min-width: 80em) {
  [type=text],
  [type=number],
  [type=tel],
  [type=search],
  [type=password],
  [type=email],
  [type=url],
  [type=date],
  [type=time],
  [type=datetime-local],
  [type=file],
  select,
  textarea {
    font-size: 1.125rem;
    padding-inline: 1rem;
  }
}
input::-ms-clear {
  display: none;
}

label {
  cursor: pointer;
}

select {
  display: inline-block;
  padding-right: 40px;
  font-size: 1rem;
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 4.5L6 7.5L3 4.5' stroke='%23121212' stroke-linecap='square'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: right 1rem top 50%;
  background-size: 0.75rem 0.75rem;
  border-width: 1px 1px 1px 1px;
  padding: 1rem 2.5rem 1rem 0.75rem;
  line-height: 1;
}

select[multiple] {
  background: transparent;
}

select::-ms-expand {
  display: none;
}

@media (min-width: 80em) {
  select {
    padding: 0;
    font-size: 1.125rem;
    padding: 1rem 2.5rem 1rem 0.75rem;
    background-position: right 1.25rem top 50%;
  }
}
textarea {
  line-height: 1.6;
  max-width: 100%;
  min-height: 100px;
  vertical-align: top;
  resize: vertical;
  overflow-y: auto;
  overflow-x: hidden;
}

::-webkit-input-placeholder {
  color: var(--color-enabled);
}

::-moz-placeholder {
  color: var(--color-enabled);
}

:-ms-input-placeholder {
  color: var(--color-enabled);
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-transition: background-color 5000s;
  transition: background-color 5000s;
  -webkit-text-fill-color: var(--grey50) !important;
}

.checkbox,
.radio {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 1rem;
  white-space: normal;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: var(--text);
  word-break: keep-all;
  word-wrap: break-word;
}

.checkbox:has(:focus-visible),
.radio:has(:focus-visible) {
  outline: 1px dashed;
}

.checkbox__label,
.radio__label {
  position: relative;
  padding: 0.125rem 0;
  padding-left: 2.125rem;
  vertical-align: middle;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  font-weight: 400;
}

@media (min-width: 80em) {
  .checkbox__label,
  .radio__label {
    font-size: 1rem;
  }
}
.checkbox__label.a11y,
.radio__label.a11y {
  padding-left: 0;
}

.checkbox__label::before, .checkbox__label::after,
.radio__label::before,
.radio__label::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  display: block;
  box-sizing: border-box;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.checkbox__blind .checkbox__label,
.checkbox__blind .radio__label,
.radio__blind .checkbox__label,
.radio__blind .radio__label {
  width: 1.5rem;
  height: 1.5rem;
  padding-left: 0;
}

.checkbox:last-child,
.radio:last-child {
  margin-right: 0;
}

.checkbox [type=checkbox],
.checkbox [type=radio],
.radio [type=checkbox],
.radio [type=radio] {
  position: absolute;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  width: 1px;
  height: 1px;
}

.checkbox [type=checkbox] + label::before, .checkbox [type=checkbox] + label::after,
.checkbox [type=radio] + label::before,
.checkbox [type=radio] + label::after,
.radio [type=checkbox] + label::before,
.radio [type=checkbox] + label::after,
.radio [type=radio] + label::before,
.radio [type=radio] + label::after {
  content: "";
  top: calc(50% - 0.75rem);
  left: 0;
  width: 1.5rem;
  height: 1.5rem;
  background: no-repeat center/contain;
  will-change: transform;
}

.checkbox [type=checkbox]:focus + label,
.checkbox [type=radio]:focus + label,
.radio [type=checkbox]:focus + label,
.radio [type=radio]:focus + label {
  outline: 1px dotted var(--grey50);
}

.checkbox [type=checkbox][disabled] + label,
.checkbox [type=radio][disabled] + label,
.radio [type=checkbox][disabled] + label,
.radio [type=radio][disabled] + label {
  color: var(--color-disabled);
  cursor: not-allowed;
}

.checkbox [type=checkbox][disabled] + label::before,
.checkbox [type=radio][disabled] + label::before,
.radio [type=checkbox][disabled] + label::before,
.radio [type=radio][disabled] + label::before {
  opacity: 0.5;
}

.checkbox [type=checkbox] + label::before,
.radio [type=checkbox] + label::before {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyMCAyMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHJlY3QgeD0iMC41IiB5PSIwLjUiIHdpZHRoPSIxOSIgaGVpZ2h0PSIxOSIgcng9IjMuNSIgZmlsbD0iI0ZBRkFGQSIgc3Ryb2tlPSIjREREREREIi8+Cjwvc3ZnPg==");
}

.checkbox [type=checkbox] + label::after,
.radio [type=checkbox] + label::after {
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyMCAyMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHJlY3Qgd2lkdGg9IjIwIiBoZWlnaHQ9IjIwIiByeD0iNCIgZmlsbD0iIzJENTc5OCIvPgo8cGF0aCBkPSJNMTMuOTA1OCA3LjMxNDU4TDguNTM1MDEgMTIuNjg1M0w2LjA5Mzc1IDEwLjI0NDEiIHN0cm9rZT0id2hpdGUiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InNxdWFyZSIvPgo8L3N2Zz4=");
}

.checkbox [type=checkbox]:checked + label::before,
.radio [type=checkbox]:checked + label::before {
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}

.checkbox [type=checkbox]:checked + label::after,
.radio [type=checkbox]:checked + label::after {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.checkbox [type=checkbox]:checked[disabled] + label::before,
.radio [type=checkbox]:checked[disabled] + label::before {
  opacity: 0.5;
}

.checkbox [type=radio] + label::before,
.radio [type=radio] + label::before {
  border-radius: 50%;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIj4KPGNpcmNsZSBjeD0iMTIiIGN5PSIxMiIgcj0iMTEiIGZpbGw9IiNGQUZBRkEiIHN0cm9rZT0iI0VFRUVFRSIgc3Ryb2tlLXdpZHRoPSIyIi8+Cjwvc3ZnPg==");
}

.checkbox [type=radio] + label::after,
.radio [type=radio] + label::after {
  border-radius: 50%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCIgdmlld0JveD0iMCAwIDIwIDIwIiBmaWxsPSJub25lIj4KPGNpcmNsZSBjeD0iMTAiIGN5PSIxMCIgcj0iOS4yNSIgZmlsbD0iI0ZBRkFGQSIgc3Ryb2tlPSIjRUEzNDgzIiBzdHJva2Utd2lkdGg9IjEuNSIvPgo8Y2lyY2xlIGN4PSIxMCIgY3k9IjEwIiByPSI1IiBmaWxsPSIjRUEzNDgzIi8+Cjwvc3ZnPg==");
}

.checkbox [type=radio]:checked + label::before,
.radio [type=radio]:checked + label::before {
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}

.checkbox [type=radio]:checked + label::after,
.radio [type=radio]:checked + label::after {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.checkbox [type=radio]:checked[disabled] + label::before,
.radio [type=radio]:checked[disabled] + label::before {
  opacity: 0.5;
}

.text-field {
  position: relative;
  overflow: hidden;
  background-color: var(--bg);
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.text-field--block {
  width: 100%;
  margin-inline: auto;
}

.text-field__field {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0.75rem;
  border-color: var(--line);
  background-color: var(--gray-50);
  min-height: 2.5rem;
  border-radius: 0.5rem;
  outline: 0 !important;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

@media (min-width: 80em) {
  .text-field__field {
    font-size: 1.125rem;
  }
}
.text-field__field[disabled] {
  background-color: transparent;
}

.text-field__btn {
  position: absolute;
  visibility: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  top: 0;
  right: 0;
  bottom: 0;
  font-size: 2.5rem;
  line-height: 1;
  width: 40px;
  color: var(--grey20);
  outline-offset: -1px;
}

.text-field.is-disabled {
  color: var(--color-disabled);
}

.text-field.is-disabled .text-field__field {
  border-color: var(--color-disabled);
}

.text-field.is-disabled .text-field__btn {
  color: var(--color-disabled);
}

.text-field--search .text-field__field {
  min-height: 2.5rem;
  background: transparent;
  padding-right: 5.3125rem;
  border-bottom: 1px solid var(--line-primary);
}

.text-field--search .text-field__submit {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  top: 0;
  right: 0;
  bottom: 0;
  width: 40px;
  line-height: 30px;
  color: var(--text);
  outline-offset: -1px;
}

.text-field--search .text-field__btn {
  right: 45px;
}

@media (min-width: 64em) {
  .text-field--half {
    width: 50%;
  }
  .text-field__field {
    min-height: 3.375rem;
  }
  .text-field__btn {
    font-size: 1.625rem;
  }
}
@media (min-width: 80em) {
  .text-field__field {
    padding-left: 1rem;
  }
}
.select-field {
  position: relative;
  overflow: hidden;
  background-color: var(--bg);
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.select-field--block {
  width: 100%;
  margin-inline: auto;
}

.select-field__field {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0.75rem;
  padding-right: 2.5rem;
  border-color: var(--line);
  background-color: var(--gray-50);
  min-height: 2.5rem;
  border-radius: 0.5rem;
  outline: 0 !important;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}

@media (min-width: 80em) {
  .select-field__field {
    font-size: 1.125rem;
  }
}
.select-field__field[disabled] {
  background-color: transparent;
  cursor: not-allowed;
}

.select-field.is-disabled {
  color: var(--color-disabled);
}

.select-field.is-disabled .select-field__field {
  border-color: var(--color-disabled);
  color: var(--color-disabled);
}

@media (min-width: 64em) {
  .select-field--half {
    width: 50%;
  }
  .select-field__field {
    min-height: 3.375rem;
  }
}
@media (min-width: 80em) {
  .select-field__field {
    padding-left: 1rem;
  }
}
.ta {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0.75rem;
  padding-bottom: 0.25rem;
  position: relative;
  border-radius: 0.5rem;
  border: 1px solid var(--gray-200);
  background-color: var(--gray-50);
  -webkit-transition: border 0.5s ease-out;
  transition: border 0.5s ease-out;
}

.ta--block {
  width: 100%;
  margin-inline: auto;
}

.ta:has(:focus-visible) {
  border-color: var(--gray-900);
}

.ta-counter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0.625rem;
  font-size: 0.875rem;
  color: var(--gray-700);
}

.ta-counter-max {
  margin-right: 0.3125rem;
}

.ta-box {
  position: relative;
  padding-bottom: 48px;
  -webkit-transition: border-color 0.3s;
  transition: border-color 0.3s;
}

.ta-box textarea {
  padding: 0 1rem 0 0;
  height: 8.375rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-bottom: 0;
  border: 0 !important;
  outline: 0 !important;
  background-color: transparent;
  resize: none;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

@media (min-width: 80em) {
  .ta-box textarea {
    font-size: 1.125rem;
  }
}
.ta-box textarea::-webkit-scrollbar {
  width: 3px;
  height: 3px;
}

.ta-box textarea::-webkit-scrollbar-thumb {
  background-color: var(--gray-700);
  border-radius: 40px;
}

.ta-box textarea::-webkit-scrollbar-track {
  border-radius: 40px;
  background-color: var(--gray-300);
}

.ta-box textarea::-webkit-scrollbar-button {
  display: none; /* 화살표 숨김 */
  width: 0;
  height: 0;
  background: transparent;
  border: none;
  margin: 0;
  padding: 0;
}

@media (min-width: 64em) {
  .ta-counter {
    font-size: 1rem;
  }
}
@media (min-width: 80em) {
  .ta {
    padding: 0.75rem 1rem;
    padding-bottom: 0.25rem;
  }
}
.form-box {
  margin-block: 1.5rem;
  padding-block: 1.5rem;
  border-top: 1px solid var(--gray-900);
}

.form-box:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
}

.form-box__item--line {
  position: relative;
  padding-bottom: 1.5rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

@media (min-width: 80em) {
  .form-box__item--line {
    font-size: 1.125rem;
  }
}
.form-box__item--line::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  border-bottom: 1px solid var(--gray-200);
}

@media (min-width: 80em) {
  .form-box__item--line::before {
    left: -1rem;
    right: -1rem;
  }
}
.form-box__cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 0.25rem;
}

.form-box__label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 0.5rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  font-weight: 700;
  line-height: 1.7;
}

@media (min-width: 80em) {
  .form-box__label {
    font-size: 1.125rem;
  }
}
.form-box__fieldset {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1.5rem;
  padding-block: 1.5rem;
}

.form-box__fieldset:first-of-type {
  padding-top: 0;
}

.form-box__fieldset:last-of-type {
  padding-bottom: 0;
}

.form-box__fieldset + .form-box__fieldset {
  border-top: 1px solid var(--gray-200);
}

.form-box__submit:after {
  content: "\ea04";
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: "icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  text-decoration: none;
  text-transform: none;
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1);
}

.form-box__submit:after::before, .form-box__submit:after::after {
  line-height: 1;
}

.form-box .btn-box {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  margin-top: 2rem;
}

@media (min-width: 80em) {
  .form-box .btn-box {
    margin-top: 2.5rem;
  }
}
.form-box__nowrap {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  row-gap: 0.5rem;
  -webkit-column-gap: 0.25rem;
  -moz-column-gap: 0.25rem;
  column-gap: 0.25rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

@media (min-width: 80em) {
  .form-box__nowrap {
    font-size: 1.125rem;
  }
}
.form-box__nowrap > *:not(.dash) {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 40%;
  flex: 1 1 40%;
}

@media (min-width: 64em) {
  .form-box__nowrap {
    gap: 0.5rem;
  }
}
.form-box__mail {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  row-gap: 0.5rem;
  -webkit-column-gap: 0.25rem;
  -moz-column-gap: 0.25rem;
  column-gap: 0.25rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

@media (min-width: 80em) {
  .form-box__mail {
    font-size: 1.125rem;
  }
}
.form-box__mail > *:not(.dash) {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 40%;
  flex: 1 1 40%;
}

@media (min-width: 64em) {
  .form-box__mail {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    gap: 0.5rem;
  }
}
.form-box__address {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  row-gap: 0.5rem;
  -webkit-column-gap: 0.25rem;
  -moz-column-gap: 0.25rem;
  column-gap: 0.25rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

@media (min-width: 80em) {
  .form-box__address {
    font-size: 1.125rem;
  }
}
.form-box__address-input-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  gap: 0.5rem;
}

.form-box__address-input-1 .a11y {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-width: 6.25rem;
  position: static !important;
  overflow: hidden;
  height: auto;
  width: auto;
  clip: none;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  font-weight: 700;
  background-color: var(--secondary);
  color: var(--white);
  border-radius: 0.5rem;
}

@media (min-width: 80em) {
  .form-box__address-input-1 .a11y {
    font-size: 1.125rem;
  }
}
@media (min-width: 64em) {
  .form-box__address-input-1 .a11y {
    min-width: 10.9375rem;
  }
}
.form-box__address-input-2 {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
}

.form-box__address-input-3 {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
}

@media (min-width: 80em) {
  .form-box__address {
    gap: 1rem;
  }
  .form-box__address-input-1 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 calc(50% - 11rem);
    flex: 1 1 calc(50% - 11rem);
    gap: 1rem;
  }
  .form-box__address-input-2 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 calc(50% - 1rem);
    flex: 1 1 calc(50% - 1rem);
  }
  .form-box__address-input-3 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
  }
}
@media (min-width: 64em) {
  .form-box__fieldset {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-inline: 1rem;
  }
  .form-box__item {
    width: 100%;
    min-height: 3.4375rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .form-box__label {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 9.5rem;
    flex: 0 1 9.5rem;
    min-width: 9.5rem;
    margin-bottom: 0;
    padding-right: 1rem;
    min-height: 3.375rem;
    font-size: 1rem;
    word-break: keep-all;
  }
  .form-box__label:has(~ .form-box__cont .radio, ~ .form-box__cont .checkbox) {
    min-height: auto;
  }
  .form-box__cont {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 3.75rem;
  }
  .form-box__cont:has(.radio, .checkbox) {
    min-height: auto;
  }
  .form-box__fieldset {
    padding-block: 2rem;
    gap: 2rem;
  }
  .form-box__fieldset:first-of-type {
    padding-top: 0;
  }
  .form-box__fieldset:last-of-type {
    padding-bottom: 0;
  }
}
@media (min-width: 80em) {
  .form-box {
    margin-top: 2.5rem;
    margin-bottom: 1.5rem;
    padding-block: 2.5rem;
  }
  .form-box__label {
    font-size: 1.125rem;
  }
}
.important::after {
  content: " *";
  margin-left: 0.125rem;
  display: inline;
  color: #e5292c;
  -webkit-transform: translateY(-0.25em);
  -ms-transform: translateY(-0.25em);
  transform: translateY(-0.25em);
}

.full-page-wrapper {
  width: 100%;
  max-width: 100%;
  -ms-scroll-chaining: none;
  overscroll-behavior: contain;
  overflow-x: clip;
}

@media (min-width: 80em) {
  html:has(.full-page-wrapper),
  body:has(.full-page-wrapper) {
    -ms-scroll-chaining: none;
    overscroll-behavior: none;
    overscroll-behavior-y: none;
  }
  .full-page-wrapper {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 10;
  }
  .full-page-wrapper .full-page {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 100vh;
    max-height: 100vh !important;
  }
}
/* @forward './accordion';
@forward './badge';
@forward './countdown';
@forward './dialog';
@forward './link-line';*/
.ul,
.ul-round,
.ul-dash,
.ol,
.ol-round {
  color: var(--grey60);
}

.ul > li,
.ul-round > li,
.ul-dash > li,
.ol > li,
.ol-round > li {
  position: relative;
}

.ul > ul,
.ul > ol,
.ul-round > ul,
.ul-round > ol,
.ul-dash > ul,
.ul-dash > ol,
.ol > ul,
.ol > ol,
.ol-round > ul,
.ol-round > ol {
  margin-left: 0.75rem;
}

.ul li,
.ul-round li,
.ul-dash li,
.ol li,
.ol-round li {
  word-break: keep-all;
  word-wrap: break-word;
}

.ul + .ul,
.ul + .ul-round,
.ul + .ul-dash,
.ul + .ol,
.ul + .ol-round,
.ul-round + .ul,
.ul-round + .ul-round,
.ul-round + .ul-dash,
.ul-round + .ol,
.ul-round + .ol-round,
.ul-dash + .ul,
.ul-dash + .ul-round,
.ul-dash + .ul-dash,
.ul-dash + .ol,
.ul-dash + .ol-round,
.ol + .ul,
.ol + .ul-round,
.ol + .ul-dash,
.ol + .ol,
.ol + .ol-round,
.ol-round + .ul,
.ol-round + .ul-round,
.ol-round + .ul-dash,
.ol-round + .ol,
.ol-round + .ol-round {
  margin-top: 1.25rem;
}

.ul,
.ul-round,
.ul-dash {
  color: initial;
}

.ul > li,
.ul-round > li,
.ul-dash > li {
  padding-left: 1.25rem;
}

.ul > li::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 3px;
  width: 3px;
  height: 3px;
  background-color: var(--gray-700);
}

.ul-round > li::before {
  content: "";
  position: absolute;
  top: calc(0.75em - 1px);
  left: 0.5rem;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background-color: var(--gray-700);
}

.ul-dash > li::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  width: 4px;
  height: 1px;
  background-color: var(--gray-700);
}

.ol,
.ol-round {
  counter-reset: order-list-counter;
}

.ol > li,
.ol-round > li {
  padding-left: 1.75rem;
}

.ol > li::before {
  content: counter(order-list-counter) ".";
  counter-increment: order-list-counter;
  position: absolute;
  top: 0;
  left: 0;
  width: 1.5rem;
  margin-right: 0.25rem;
}

.ol-round > li::before {
  position: absolute;
  top: 0;
  left: 0;
}

.ol-round > li:nth-child(1)::before {
  content: "①";
}

.ol-round > li:nth-child(2)::before {
  content: "②";
}

.ol-round > li:nth-child(3)::before {
  content: "③";
}

.ol-round > li:nth-child(4)::before {
  content: "④";
}

.ol-round > li:nth-child(5)::before {
  content: "⑤";
}

.ol-round > li:nth-child(6)::before {
  content: "⑥";
}

.ol-round > li:nth-child(7)::before {
  content: "⑦";
}

.ol-round > li:nth-child(8)::before {
  content: "⑧";
}

.ol-round > li:nth-child(9)::before {
  content: "⑨";
}

.ol-round > li:nth-child(10)::before {
  content: "⑩";
}

.ol-round > li:nth-child(11)::before {
  content: "⑪";
}

.ol-round > li:nth-child(12)::before {
  content: "⑫";
}

.ol-round > li:nth-child(13)::before {
  content: "⑬";
}

.ol-round > li:nth-child(14)::before {
  content: "⑭";
}

.ol-round > li:nth-child(15)::before {
  content: "⑮";
}

.ol-round > li:nth-child(16)::before {
  content: "⑯";
}

.ol-round > li:nth-child(17)::before {
  content: "⑰";
}

.ol-round > li:nth-child(18)::before {
  content: "⑱";
}

.ol-round > li:nth-child(19)::before {
  content: "⑲";
}

.ol-round > li:nth-child(20)::before {
  content: "⑳";
}

.dl dt {
  font-weight: 700;
}

@media (min-width: 64em) {
  .dl__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0.625rem;
  }
  .dl__item:last-child {
    margin-bottom: 0;
  }
  .dl dt {
    margin-right: 1.25rem;
  }
}
/* @forward './loading';
@forward './modal';  */
.tab-list {
  margin-inline: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.tab-list__item {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  position: relative;
  z-index: 0;
  text-align: center;
}

.tab-list__btn, .tab-list__link {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
  word-break: keep-all;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  font-weight: 700;
}

@media (min-width: 80em) {
  .tab-list__btn, .tab-list__link {
    font-size: 1.125rem;
  }
}
.tab-list__btn::before, .tab-list__link::before {
  content: "";
  z-index: -1;
  display: block;
  position: absolute;
  inset: 0;
  background-color: transparent;
}

.tab-list__btn.is-current, .tab-list__link.is-current {
  color: var(--primary);
}

.tab-list--sm .tab-list__btn, .tab-list--sm .tab-list__link {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  line-height: 1.3;
  font-weight: 700;
}

@media (min-width: 80em) {
  .tab-list--sm .tab-list__btn, .tab-list--sm .tab-list__link {
    font-size: 1rem;
  }
}
.tab-list--text {
  gap: 2.5rem;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.tab-list--text .tab-list__item {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  color: var(--gray-500);
}

.tab-list--text .tab-list__btn, .tab-list--text .tab-list__link {
  padding-bottom: 0.5rem;
  white-space: nowrap;
}

.tab-list--text .tab-list__btn::before, .tab-list--text .tab-list__link::before {
  border-bottom: 2px solid transparent;
}

.tab-list--text .tab-list__btn.is-current, .tab-list--text .tab-list__link.is-current {
  color: var(--primary);
}

.tab-list--text .tab-list__btn.is-current::before, .tab-list--text .tab-list__link.is-current::before {
  border-color: var(--primary);
}

@media (max-width: 63.99em) {
  .tab-list--text {
    row-gap: 0.25rem;
    -webkit-column-gap: 1rem;
    -moz-column-gap: 1rem;
    column-gap: 1rem;
  }
}
.tab-list--round {
  position: relative;
  width: 100%;
}

.tab-list--round::before {
  content: "";
  z-index: -1;
  display: block;
  position: absolute;
  inset: 0;
  background-color: var(--bg2);
  border-radius: 6.25rem;
}

.tab-list--round .tab-list__item {
  text-align: center;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
}

.tab-list--round .tab-list__btn, .tab-list--round .tab-list__link {
  padding-block: 1rem;
  width: 100%;
  color: var(--gray-700);
}

.tab-list--round .tab-list__btn::before, .tab-list--round .tab-list__link::before {
  border: 2px solid transparent;
  border-radius: 6.25rem;
}

.tab-list--round .tab-list__btn.is-current, .tab-list--round .tab-list__link.is-current {
  color: var(--primary);
}

.tab-list--round .tab-list__btn.is-current::before, .tab-list--round .tab-list__link.is-current::before {
  background-color: var(--white);
  border-color: var(--primary);
}

@media (min-width: 80em) {
  .l-wrap .tab-list:first-child {
    margin-top: 2.5rem;
  }
}
[data-tab-panel]:not(.is-current) {
  display: none;
}

.tag-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 0.5rem;
  padding-left: 2rem;
}

.tag-list__item {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  position: relative;
  z-index: 0;
  text-align: center;
}

.tag-list__link {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  word-break: keep-all;
  font-size: 0.8125rem;
  font-weight: 400;
  line-height: 1.5;
  font-weight: 700;
  color: var(--primary);
  background-color: var(--white);
  border: 1px solid var(--primary);
  border-radius: 3.75rem;
  padding: 0.375rem 0.625rem;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}

@media (min-width: 48em) {
  .tag-list__link {
    font-size: 0.8125rem;
  }
}
@media (min-width: 80em) {
  .tag-list__link {
    font-size: 0.875rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .tag-list__link:hover, .tag-list__link:focus-visible {
    background-color: var(--primary);
    color: var(--white);
  }
}
.tag-list__link.is-current {
  background-color: var(--primary);
  color: var(--white);
}

.tag-list__link::before {
  content: "#";
}

.tag-list-panel {
  display: block;
  width: 100%;
  margin-top: 1.5rem;
  padding: 1rem 1.5rem;
  border-radius: 1rem;
  background: var(--bg2);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-column-gap: 5rem;
  -moz-column-gap: 5rem;
  column-gap: 5rem;
}

.tag-list-panel__item {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 50%;
  flex: 1 1 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.tag-list-panel__strong {
  display: block;
  padding: 0.25rem 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  font-weight: 700;
  word-break: keep-all;
}

@media (min-width: 80em) {
  .tag-list-panel__strong {
    font-size: 1.125rem;
  }
}
@media (max-width: 63.99em) {
  .tag-list-panel {
    margin-bottom: 1rem;
  }
  .tag-list-panel__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1rem;
  }
  .tag-list-panel__item + .tag-list-panel__item {
    padding-top: 1rem;
  }
  .tag-list-panel__item .tag-list {
    padding-left: 0;
  }
}
@media (min-width: 64em) {
  .tag-list-panel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 2rem 2.5rem;
  }
  .tag-list-panel__item + .tag-list-panel__item {
    position: relative;
  }
  .tag-list-panel__item + .tag-list-panel__item::before {
    content: "";
    display: block;
    position: absolute;
    left: -2.5rem;
    top: 0.5rem;
    width: 1px;
    height: 1em;
    background: var(--gray-300);
  }
}
#header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 95;
  will-change: transform;
  -webkit-transition: background 0.3s ease-out, color 0.3s ease-out, -webkit-transform 0.3s ease-out;
  transition: background 0.3s ease-out, color 0.3s ease-out, -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out, background 0.3s ease-out, color 0.3s ease-out;
  transition: transform 0.3s ease-out, background 0.3s ease-out, color 0.3s ease-out, -webkit-transform 0.3s ease-out;
}

.is-scroll-down #header {
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}

.is-scroll-down #header.is-open {
  -webkit-transition: none;
  transition: none;
  -webkit-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%);
}

@media (min-width: 80em) {
  .is-scroll-down #header {
    -webkit-transform: translateY(-32px);
    -ms-transform: translateY(-32px);
    transform: translateY(-32px);
  }
}
@media (min-width: 80em) {
  [lang=en] #header {
    -webkit-transform: translateY(-32px) !important;
    -ms-transform: translateY(-32px) !important;
    transform: translateY(-32px) !important;
  }
}
.is-scroll-up #header {
  -webkit-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%);
}

.header {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  height: 64px;
  padding-inline: 16px;
  background-color: var(--white);
  color: var(--black);
  border-bottom: 1px solid var(--gray-200);
  box-sizing: border-box;
}

@media (min-width: 80em) {
  .header {
    height: 120px;
    padding-top: 2rem;
    padding-inline: 42px;
    height: 120px;
  }
  .header::before {
    top: 120px;
  }
  [lang=en] .header::after {
    display: none !important;
  }
  .header::after {
    content: "";
    display: none;
    position: fixed;
    top: 120px;
    left: 0;
    width: 100%;
    height: 100lvh;
    z-index: -1;
    background: color-mix(in srgb, var(--black) 50%, transparent);
    opacity: 0;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
  }
}
@media (min-width: 100em) {
  .header {
    height: 120px;
    padding-inline: 5rem;
  }
}
.header-links {
  display: none;
}

@media (min-width: 80em) {
  .header-links {
    position: absolute;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 0.25rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    gap: 0.125rem;
    top: 0;
    left: 0;
    padding-right: 42px;
    width: 100%;
    height: 2rem;
    background-color: var(--gray-100);
    z-index: 1;
    box-sizing: border-box;
  }
  .header-links > li {
    position: relative;
  }
  .header-links__a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0.25rem 1rem;
    gap: 0.25rem;
    font-size: 0.8125rem;
    line-height: 1;
    font-weight: 700;
    background-color: var(--primary);
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
    color: var(--white);
  }
  .header-links__a--type2 {
    background-color: var(--secondary);
  }
  .header-links__a--type3 {
    background-color: var(--bg1);
  }
  .header-links__a[target=_blank]:after {
    content: "\ea0f";
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-family: "icon";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    text-decoration: none;
    text-transform: none;
    font-size: 1rem;
    font-weight: 400;
  }
  .header-links__a[target=_blank]:after::before, .header-links__a[target=_blank]:after::after {
    line-height: 1;
  }
  .header-links__popover {
    position: absolute;
    top: calc(100% + 0.75rem);
    left: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    white-space: nowrap;
    gap: 0.25rem;
    padding: 0.5rem 0.75rem;
    border-radius: 0.5rem;
    background: var(--bg4);
    line-height: 1;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    font-size: 0.8125rem;
    font-weight: 700;
    -webkit-box-shadow: 0 0.25rem 0.25rem 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 0.25rem 0.25rem 0 rgba(0, 0, 0, 0.15);
  }
  .header-links__popover::before {
    content: "";
    display: block;
    position: absolute;
    bottom: calc(100% - 1px);
    left: calc(50% - 0.375rem);
    width: 0.75rem;
    height: 0.5rem;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8' fill='none'><path d='M5.2 0.400041C5.6 -0.133293 6.4 -0.133293 6.8 0.400041L12 7.33337H0L5.2 0.400041Z' fill='%23FFF0F6'/></svg>");
    background-repeat: no-repeat;
    background-size: contain;
  }
  .header-links__popover:after {
    content: "\ea0b";
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-family: "icon";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    text-decoration: none;
    text-transform: none;
    color: var(--primary);
  }
  .header-links__popover:after::before, .header-links__popover:after::after {
    line-height: 1;
  }
}
@media (min-width: 100em) {
  .header-links {
    padding-right: 80px;
  }
}
.header__btn {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.25rem;
  color: inherit;
  line-height: 1;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

@media (hover: hover) and (pointer: fine) {
  .header__btn:not(.header__btn--service):hover, .header__btn:not(.header__btn--service):focus-visible {
    color: var(--primary);
  }
}
.header__btn--service {
  padding: 0.375rem 0.75rem;
  border-radius: 5rem;
  border: 1px solid var(--primary);
  color: var(--primary);
  font-size: 0.8125rem;
  font-weight: 400;
  line-height: 1.5;
  font-weight: 700;
  -webkit-transition: background 0.3s, color 0.3s;
  transition: background 0.3s, color 0.3s;
}

@media (min-width: 48em) {
  .header__btn--service {
    font-size: 0.8125rem;
  }
}
@media (min-width: 80em) {
  .header__btn--service {
    font-size: 0.875rem;
  }
}
.header__btn--service.is-active {
  color: var(--white);
  background-color: var(--primary);
}

@media (hover: hover) and (pointer: fine) {
  .header__btn--service:hover, .header__btn--service:focus-visible {
    color: var(--white);
    background-color: var(--primary);
  }
}
@media (max-width: 63.99em) {
  .header__btn--service {
    display: none;
  }
}
.header__btn--search:before {
  content: "\ea2b";
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: "icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  text-decoration: none;
  text-transform: none;
  font-size: 1.5rem;
}

.header__btn--search:before::before, .header__btn--search:before::after {
  line-height: 1;
}

.header__btn--search.is-active:before {
  content: "\ea0c";
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: "icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  text-decoration: none;
  text-transform: none;
  font-size: 1.75rem;
}

.header__btn--search.is-active:before::before, .header__btn--search.is-active:before::after {
  line-height: 1;
}

@media (max-width: 63.99em) {
  .header__btn--search {
    display: none;
  }
}
.header__btn--menu:before {
  content: "\ea1f";
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: "icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  text-decoration: none;
  text-transform: none;
  font-size: 2.5rem;
}

.header__btn--menu:before::before, .header__btn--menu:before::after {
  line-height: 1;
}

.header-lang {
  position: relative;
}

.header-lang__btn.is-active ~ ul {
  pointer-events: all;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  opacity: 1;
}

.header-lang ul {
  position: absolute;
  padding: 0.75rem;
  top: calc(100% + 0.5rem);
  left: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.5rem;
  font-weight: 700;
  background-color: var(--white);
  border: 1px solid var(--gray-200);
  font-size: 0.8125rem;
  font-weight: 400;
  line-height: 1.5;
  overflow: hidden;
  -webkit-transform: translateY(10%) translateX(-50%);
  -ms-transform: translateY(10%) translateX(-50%);
  transform: translateY(10%) translateX(-50%);
  pointer-events: none;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
}

@media (min-width: 48em) {
  .header-lang ul {
    font-size: 0.8125rem;
  }
}
@media (min-width: 80em) {
  .header-lang ul {
    font-size: 0.875rem;
  }
}
.header-lang ul a {
  color: var(--gray-700);
}

.header-lang ul a:not([href]) {
  color: var(--primary);
}

@media (hover: hover) and (pointer: fine) {
  .header-lang ul a:hover, .header-lang ul a:focus-visible {
    color: var(--primary);
  }
}
.header-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  gap: 1rem;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 16px;
}

@media (min-width: 80em) {
  .header-right {
    top: calc(50% + 1rem);
    gap: 1.5rem;
    right: 42px;
  }
}
@media (min-width: 100em) {
  .header-right {
    right: 80px;
  }
}
.logo {
  position: absolute;
  -ms-flex-item-align: center;
  align-self: center;
  left: 16px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
}

@media (min-width: 80em) {
  .logo {
    top: calc(50% + 1rem);
    left: 42px;
  }
}
@media (min-width: 100em) {
  .logo {
    left: 80px;
  }
}
.logo__link {
  position: relative;
  display: block;
  aspect-ratio: 258/40;
  width: 11.3125rem;
  height: auto;
}

.logo__img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: -webkit-filter 0.2s;
  transition: -webkit-filter 0.2s;
  transition: filter 0.2s;
  transition: filter 0.2s, -webkit-filter 0.2s;
}

.is-open .logo__link {
  color: var(--gray-900);
}

@media (min-width: 80em) {
  .logo__link {
    width: 13.75rem;
  }
}
@media (min-width: 100em) {
  .logo__link {
    width: 16.125rem;
  }
}
.gnb {
  position: absolute;
  display: none;
  line-height: 1.5;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.gnb [data-link-preparing] {
  cursor: pointer;
}

.gnb .d1 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 2.5rem;
  word-break: keep-all;
  text-wrap: balance;
}

@media (min-width: 100em) {
  .gnb .d1 {
    gap: 4rem;
  }
}
.gnb .d1__link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: calc(120px - 2rem);
  padding-inline: 1rem;
  font-size: 1.125rem;
  font-weight: 600;
  color: inherit;
  white-space: nowrap;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

[lang=en] .gnb .d1__link {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  font-weight: 700;
}

@media (min-width: 80em) {
  [lang=en] .gnb .d1__link {
    font-size: 1rem;
  }
}
.gnb .d1__link--symbol {
  gap: 0.25rem;
  padding-left: 1.625rem;
  aspect-ratio: 22/18;
  background: no-repeat center left;
  background-size: 1.875rem 1.875rem;
  background-image: url("/resource/images/common/sprites.svg?v=1770961239863#symbol-v1365");
}

.gnb .d1__link--symbol:after {
  content: "\ea12";
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: "icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  text-decoration: none;
  text-transform: none;
  font-size: 0.5rem;
  -webkit-transform: translateY(-0.5em);
  -ms-transform: translateY(-0.5em);
  transform: translateY(-0.5em);
}

.gnb .d1__link--symbol:after::before, .gnb .d1__link--symbol:after::after {
  line-height: 1;
}

.gnb .d1__link--sejahae {
  gap: 0.25rem;
  margin-left: -3.1875rem;
  padding-left: 1.625rem;
  background: no-repeat center left;
  background-size: 1.375rem 1.375rem;
  background-image: url("/resource/images/common/sejahae.svg?v=1770961239863");
}

.gnb .d1__link--sejahae:after {
  content: "\ea12";
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: "icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  text-decoration: none;
  text-transform: none;
  font-size: 0.5rem;
  -webkit-transform: translateY(-0.5em);
  -ms-transform: translateY(-0.5em);
  transform: translateY(-0.5em);
}

.gnb .d1__link--sejahae:after::before, .gnb .d1__link--sejahae:after::after {
  line-height: 1;
}

.gnb .d1__link:not(.d1__link--symbol, .d1__link--sejahae)::before {
  content: "";
  position: absolute;
  display: block;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.1875rem;
  background-color: var(--primary);
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  will-change: transform;
}

.gnb .d1__link:not(.d1__link--symbol, .d1__link--sejahae)::after {
  content: "";
  display: block;
  position: absolute;
  inset: 0 -2.625rem;
  opacity: 0;
  pointer-events: none;
}

.gnb .d1__link span {
  display: block;
  text-align: center;
}

.gnb .d1__item:has(.is-active) .d1__link {
  color: var(--primary);
}

.gnb .d1__item:has(.is-active) .d1__link::before {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}

.header:has(.gnb .is-active)::after {
  display: block;
  opacity: 1;
}

@starting-style {
  .header:has(.gnb .is-active)::after {
    opacity: 0;
    display: block;
  }
}
.gnb .d1__item:has(.is-active) .d2 {
  block-size: auto;
  block-size: calc-size(auto, size);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 1.5rem;
  padding-bottom: 2.3125rem;
}

@starting-style {
  .gnb .d1__item:has(.is-active) .d2 {
    block-size: 0;
    padding-block: 0;
  }
}
@media (hover: hover) and (pointer: fine) {
  .gnb .d1__item:hover .d1__link, .gnb .d1__item:focus-visible .d1__link {
    color: var(--primary);
  }
  .gnb .d1__item:hover .d1__link::before, .gnb .d1__item:focus-visible .d1__link::before {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
  }
  .gnb .d1__item:hover .d1__link::after, .gnb .d1__item:focus-visible .d1__link::after {
    pointer-events: auto;
  }
  .header:has(.gnb .d1__item:hover, .gnb .d1__item:focus-visible)::after {
    display: block;
    opacity: 1;
  }
  @starting-style {
    .header:has(.gnb .d1__item:hover, .gnb .d1__item:focus-visible)::after {
      opacity: 0;
      display: block;
    }
  }
  .gnb .d1__item:hover .d2, .gnb .d1__item:focus-visible .d2 {
    block-size: auto;
    block-size: calc-size(auto, size);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 1.5rem;
    padding-bottom: 2.3125rem;
  }
  @starting-style {
    .gnb .d1__item:hover .d2, .gnb .d1__item:focus-visible .d2 {
      block-size: 0;
      padding-block: 0;
    }
  }
}
.gnb .d1__item:has(.d1__link--symbol) .d1__link {
  position: relative;
}

.gnb .d1__item:has(.d1__link--symbol) .d1__link::before {
  content: "";
  position: absolute;
  left: -2rem;
  top: calc(50% - 0.5rem);
  display: block;
  width: 1px;
  height: 1rem;
  border-left: 1px solid var(--gray-300);
}

.gnb .d2 {
  position: absolute;
  display: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  left: calc(50% - 50vw);
  top: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  block-size: 0;
  padding-inline: 5rem;
  padding-block: 0;
  gap: 1rem;
  width: 100vw;
  background-color: var(--white);
  text-align: center;
  overflow-y: clip;
  -webkit-transition: block-size 0.5s, padding 0.5s;
  transition: block-size 0.5s, padding 0.5s;
  transition-behavior: allow-discrete;
}

.gnb .d2__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 1.125rem;
  text-align: center;
  font-weight: 600;
}

.gnb .d2__link span {
  width: 10.25rem;
}

@media (hover: hover) and (pointer: fine) {
  .gnb .d2__link:hover, .gnb .d2__link:focus-visible {
    color: var(--primary);
  }
}
.gnb .d3 {
  position: static;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 1rem;
  gap: 0.5rem;
}

.gnb .d3__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--gray-700);
  font-weight: 400;
}

@media (min-width: 80em) {
  .gnb .d3__link {
    font-size: 1rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .gnb .d3__link:hover, .gnb .d3__link:focus-visible {
    color: var(--primary);
    text-decoration: underline;
    text-underline-offset: 0.25em;
    text-decoration-thickness: 1px;
  }
}
@media (min-width: 87.5rem) {
  .gnb {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
.all-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: fixed;
  top: 0;
  left: auto;
  right: 0;
  bottom: 0;
  width: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  color: var(--gray-800);
  opacity: 0;
  -webkit-transition: opacity 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), clip-path 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: opacity 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), clip-path 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  z-index: 100;
  line-height: 1.5;
  background: var(--white);
  pointer-events: none;
  clip-path: inset(0% 0% 100% 0%);
}

.all-menu::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

.all-menu::-webkit-scrollbar-thumb {
  background-color: var(--gray-400);
  border-radius: 40px;
}

.all-menu::-webkit-scrollbar-track {
  border-radius: 40px;
  background-color: var(rgba(255, 255, 255, 0));
}

.all-menu::-webkit-scrollbar-button {
  display: none; /* 화살표 숨김 */
  width: 0;
  height: 0;
  background: transparent;
  border: none;
  margin: 0;
  padding: 0;
}

.is-open + .all-menu {
  pointer-events: all;
  opacity: 1;
  clip-path: inset(0% 0% 0% 0%);
}

@media (min-width: 80em) {
  .all-menu {
    padding-top: 0;
  }
}
.all-menu__close {
  margin-left: auto;
}

.all-menu__close:before {
  content: "\ea0c";
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: "icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  text-decoration: none;
  text-transform: none;
  font-size: 2.5rem;
}

.all-menu__close:before::before, .all-menu__close:before::after {
  line-height: 1;
}

.all-menu__head {
  position: sticky;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  top: 0;
  left: 0;
  right: 0;
  padding-inline: 16px;
  min-height: 64px;
  height: 64px;
  z-index: 1;
  background-color: var(--white);
  border-bottom: 1px solid var(--gray-200);
}

.all-menu__head .logo {
  position: static;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.all-menu__head .logo__img {
  aspect-ratio: 258/40;
  width: 11.3125rem;
  -o-object-fit: contain;
  object-fit: contain;
}

@media (min-width: 80em) {
  .all-menu__head {
    padding-inline: 80px;
    margin-bottom: 2.5rem;
    min-height: 5.5rem;
    height: 5.5rem;
  }
  .all-menu__head .logo__img {
    width: 16.125rem;
  }
}
.all-menu .anb {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.all-menu [data-link-preparing] {
  cursor: pointer;
}

.all-menu__pad {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.all-menu .d1 {
  margin-inline: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
}

@media (min-width: 48em) {
  .all-menu .d1 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 0.125rem;
  }
}
@media (min-width: 64em) {
  .all-menu .d1 {
    gap: 2.5rem;
  }
}
@media (min-width: 80em) {
  .all-menu .d1 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-areas: "area1 area2 area3 area4" "area1 area2 area3 area5" "area1 area2 area3 area5" "area1 area2 area3 area5" "area1 area2 area3 area5" "area1 area2 area3 area5" "area1 area2 area3 area5";
  }
}
.all-menu .d1__item {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  text-align: left;
}

.all-menu .d1__item:nth-child(1) {
  grid-area: area1;
}

.all-menu .d1__item:nth-child(2) {
  grid-area: area2;
}

.all-menu .d1__item:nth-child(3) {
  grid-area: area3;
}

.all-menu .d1__item:nth-child(4) {
  grid-area: area4;
}

.all-menu .d1__item:nth-child(5) {
  grid-area: area5;
}

.all-menu .d1__item:has(+ .d1-symbol) {
  margin-bottom: auto;
}

@media (max-width: 47.99em) {
  .all-menu .d1__item:has(.d2).is-active .d1__link {
    color: var(--primary);
  }
  .all-menu .d1__item:has(.d2).is-active .d1__link::after {
    -webkit-transform: rotate(-270deg);
    -ms-transform: rotate(-270deg);
    transform: rotate(-270deg);
  }
}
@media (min-width: 48em) {
  .all-menu .d1__item {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 calc(50% - 30px);
    flex: 1 1 calc(50% - 30px);
  }
}
.all-menu .d1__link {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  position: relative;
  padding-block: 1rem;
  width: 100%;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5;
  font-weight: 700;
  color: inherit;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

@media (min-width: 48em) {
  .all-menu .d1__link {
    font-size: 1.625rem;
  }
}
@media (min-width: 64em) {
  .all-menu .d1__link {
    font-size: 1.75rem;
  }
}
@media (min-width: 80em) {
  .all-menu .d1__link {
    font-size: 2rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .all-menu .d1__link:hover, .all-menu .d1__link:focus-visible {
    color: var(--primary);
  }
}
@media (max-width: 47.99em) {
  .all-menu .d1__link:has(~ ul):after {
    content: "\ea02";
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-family: "icon";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    text-decoration: none;
    text-transform: none;
    font-size: 1.5rem;
    position: absolute;
    right: var(--gutter);
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }
  .all-menu .d1__link:has(~ ul):after::before, .all-menu .d1__link:has(~ ul):after::after {
    line-height: 1;
  }
}
.all-menu .d2 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-block: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  gap: 1.5rem;
}

@media (max-width: 47.99em) {
  .all-menu .d2 {
    position: relative;
    display: none;
    height: 0;
    padding-block: 0;
    clip-path: inset(0 -100vw);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    transition-behavior: allow-discrete;
  }
  .all-menu .d2::after {
    content: "";
    width: 100vw;
    margin-left: -50vw;
    left: 50%;
    right: 50%;
    margin-right: -50vw;
    /* @include mq($until: $w-min) {
    	width: srem(remove-unit($w-min));
    	margin-left: srem(remove-unit($w-min)) * -0.5;
    	margin-right: srem(remove-unit($w-min)) * -0.5;
    } */
    position: absolute;
    height: 100%;
    top: 0;
    z-index: -1;
    background-color: var(--gray-50);
  }
  .d1__item.is-active .d2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    block-size: auto;
    block-size: calc-size(auto, size);
    clip-path: inset(0 -100vw);
    display: flex;
    padding-block: 1.5rem;
    /* auto 높이 계산을 위한 임시 상태 */
    height: auto;
    -webkit-animation: toggle-expand 0.3s ease forwards;
    animation: toggle-expand 0.3s ease forwards;
  }
  @starting-style {
    .d1__item.is-active .d2 {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      height: 0;
      padding-block: 0;
      block-size: 0;
      opacity: 0;
      gap: 0;
      clip-path: inset(0 -100vw);
    }
  }
  @-webkit-keyframes toggle-expand {
    from {
      height: 0;
    }
    to {
      height: auto;
    }
  }
  @keyframes toggle-expand {
    from {
      height: 0;
    }
    to {
      height: auto;
    }
  }
}
@media (min-width: 48em) {
  .all-menu .d2 {
    padding-block: 0;
  }
}
.all-menu .d2__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media (max-width: 47.99em) {
  .all-menu .d2__item:has(.d3).is-active .d2__link {
    color: var(--primary);
  }
  .all-menu .d2__item:has(.d3).is-active .d2__link::after {
    -webkit-transform: rotate(-270deg);
    -ms-transform: rotate(-270deg);
    transform: rotate(-270deg);
  }
}
.all-menu .d2__link {
  min-width: 3.75rem;
  font-weight: 500;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5;
  color: inherit;
}

@media (min-width: 80em) {
  .all-menu .d2__link {
    font-size: 1.25rem;
  }
}
@media (max-width: 47.99em) {
  .all-menu .d2__link:has(~ ul):after {
    content: "\ea02";
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-family: "icon";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    text-decoration: none;
    text-transform: none;
    font-size: 1.5rem;
    position: absolute;
    right: var(--gutter);
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
  .all-menu .d2__link:has(~ ul):after::before, .all-menu .d2__link:has(~ ul):after::after {
    line-height: 1;
  }
}
@media (hover: hover) and (pointer: fine) {
  .all-menu .d2__link:hover, .all-menu .d2__link:focus-visible {
    color: var(--primary);
  }
}
@media (hover: hover) and (pointer: fine) and (min-width: 48em) {
  .all-menu .d2__link:hover, .all-menu .d2__link:focus-visible {
    text-decoration: underline;
    text-underline-offset: 0.25em;
    text-decoration-thickness: 1px;
  }
}
.all-menu .d3 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-block: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  gap: 1rem;
  overflow: hidden;
}

@media (max-width: 47.99em) {
  .all-menu .d3 {
    display: none;
    height: 0;
    padding-block: 0;
    overflow: hidden;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    transition-behavior: allow-discrete;
  }
  .d2__item.is-active .d3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    block-size: auto;
    block-size: calc-size(auto, size);
    overflow: hidden;
    display: flex;
    padding-top: 1rem;
    /* auto 높이 계산을 위한 임시 상태 */
    height: auto;
    -webkit-animation: toggle-expand 0.3s ease forwards;
    animation: toggle-expand 0.3s ease forwards;
  }
  @starting-style {
    .d2__item.is-active .d3 {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      height: 0;
      padding-block: 0;
      block-size: 0;
      opacity: 0;
      gap: 0;
      overflow: hidden;
    }
  }
  @-webkit-keyframes toggle-expand {
    from {
      height: 0;
    }
    to {
      height: auto;
    }
  }
  @keyframes toggle-expand {
    from {
      height: 0;
    }
    to {
      height: auto;
    }
  }
}
.all-menu .d3__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media (max-width: 47.99em) {
  .all-menu .d3__item:has(.d4).is-active .d3__link:after {
    content: "\ea20";
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-family: "icon";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    text-decoration: none;
    text-transform: none;
  }
  .all-menu .d3__item:has(.d4).is-active .d3__link:after::before, .all-menu .d3__item:has(.d4).is-active .d3__link:after::after {
    line-height: 1;
  }
  .all-menu .d3__item:has(.d4).is-active .d3__link::after {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
.all-menu .d3__link {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  color: inherit;
}

@media (min-width: 80em) {
  .all-menu .d3__link {
    font-size: 1rem;
  }
}
@media (max-width: 47.99em) {
  .all-menu .d3__link:has(~ ul):after {
    content: "\ea27";
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-family: "icon";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    text-decoration: none;
    text-transform: none;
    font-size: 1rem;
    position: absolute;
    right: calc(var(--gutter) + 0.25rem);
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    color: var(--gray-600);
  }
  .all-menu .d3__link:has(~ ul):after::before, .all-menu .d3__link:has(~ ul):after::after {
    line-height: 1;
  }
}
@media (hover: hover) and (pointer: fine) {
  .all-menu .d3__link:hover, .all-menu .d3__link:focus-visible {
    color: var(--primary);
  }
}
@media (hover: hover) and (pointer: fine) and (min-width: 48em) {
  .all-menu .d3__link:hover, .all-menu .d3__link:focus-visible {
    text-decoration: underline;
    text-underline-offset: 0.25em;
    text-decoration-thickness: 1px;
  }
}
@media (min-width: 48em) {
  .all-menu .d3 {
    margin-top: 1rem;
    border-radius: 0.5rem;
    padding: 1rem;
    gap: 0.75rem;
    background-color: var(--bg2);
  }
}
.all-menu .d4 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-block: 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  gap: 1rem;
  overflow: hidden;
}

@media (max-width: 47.99em) {
  .all-menu .d4 {
    display: none;
    height: 0;
    padding-block: 0;
    overflow: hidden;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    transition-behavior: allow-discrete;
  }
  .d3__item.is-active .d4 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    block-size: auto;
    block-size: calc-size(auto, size);
    overflow: hidden;
    display: flex;
    padding-top: 1rem;
    /* auto 높이 계산을 위한 임시 상태 */
    height: auto;
    -webkit-animation: toggle-expand 0.3s ease forwards;
    animation: toggle-expand 0.3s ease forwards;
  }
  @starting-style {
    .d3__item.is-active .d4 {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      height: 0;
      padding-block: 0;
      block-size: 0;
      opacity: 0;
      gap: 0;
      overflow: hidden;
    }
  }
  @-webkit-keyframes toggle-expand {
    from {
      height: 0;
    }
    to {
      height: auto;
    }
  }
  @keyframes toggle-expand {
    from {
      height: 0;
    }
    to {
      height: auto;
    }
  }
}
.all-menu .d4__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.all-menu .d4__link {
  font-size: 0.8125rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--gray-700);
}

@media (min-width: 48em) {
  .all-menu .d4__link {
    font-size: 0.8125rem;
  }
}
@media (min-width: 80em) {
  .all-menu .d4__link {
    font-size: 0.875rem;
  }
}
.all-menu .d4__link::before {
  content: "·";
}

@media (hover: hover) and (pointer: fine) {
  .all-menu .d4__link:hover, .all-menu .d4__link:focus-visible {
    color: var(--primary);
  }
}
@media (hover: hover) and (pointer: fine) and (min-width: 48em) {
  .all-menu .d4__link:hover, .all-menu .d4__link:focus-visible {
    text-decoration: underline;
    text-underline-offset: 0.25em;
    text-decoration-thickness: 1px;
  }
}
@media (min-width: 48em) {
  .all-menu .d4 {
    gap: 0.75rem;
  }
}
.all-menu .d1-symbol, .all-menu .d1-sejahae {
  position: relative;
  padding: 1.5rem 5.25rem 1.5rem 1rem;
  border-radius: 1rem;
  color: var(--white);
}
.all-menu .d1-symbol{
  background: var(--primary);
  margin-top: 1rem;
}
.all-menu .d1-sejahae{
  background: #007dc7;
  margin-top: 1rem;
}

.all-menu .d1-symbol__title, .all-menu .d1-sejahae__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.5rem;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5;
  font-weight: 700;
}

@media (min-width: 80em) {
  .all-menu .d1-symbol__title, .all-menu .d1-sejahae__title {
    font-size: 1.25rem;
  }
}
.all-menu .d1-symbol__title:after ,.all-menu .d1-sejahae__title:after{
  content: "\ea0f";
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: "icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  text-decoration: none;
  text-transform: none;
  font-size: 1rem;
}

.all-menu .d1-symbol__title:after::before, .all-menu .d1-symbol__title:after::after {
  line-height: 1;
}

.all-menu .d1-symbol::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 1rem;
  width: 3.25rem;
  aspect-ratio: 88/123;
  background: no-repeat url(/resource/images/common/sprites.svg?v=1770961239863#character) center/cover;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -o-object-fit: cover;
  object-fit: cover;
}
.all-menu .d1-sejahae::after{
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 1.5rem;
  width: 1.5625rem;
  aspect-ratio: 5/8;
  background: no-repeat url(/resource/images/common/sejahae-26_sm.svg) center/cover;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -o-object-fit: cover;
  object-fit: cover;
}
@media (min-width: 80em) {
  .all-menu .d1-symbol {
    margin-top: 2.5rem;
    padding: 1.5rem;
  }
  .all-menu .d1-symbol::after {
    top: auto;
    bottom: -0.5rem;
    right: 0.75rem;
    width: 5.5rem;
    aspect-ratio: 88/123;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .all-menu .d1-sejahae{
    padding: 1.5rem;
    margin-top: 0;
  }
}
@media (min-width: 48em) {
  .all-menu .d1-symbol, .all-menu .d1-sejahae {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}
.all-menu .d2-symbol {
  margin-top: 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 2rem;
  -moz-column-gap: 2rem;
  column-gap: 2rem;
  row-gap: 0.75rem;
}

@media (hover: hover) and (pointer: fine) {
  .all-menu .d2-symbol__link:hover, .all-menu .d2-symbol__link:focus-visible {
    text-decoration: underline;
    text-underline-offset: 0.25em;
    text-decoration-thickness: 1px;
  }
}
@media (min-width: 64em) {
  .all-menu .d2-symbol {
    margin-top: 1rem;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.all-menu-policy {
  --flex-gap: 1rem;
}

.all-menu-policy-box {
  margin-top: auto;
  margin-bottom: 0.5rem;
  padding: 1rem 0;
}

.all-menu-policy {
  --flex-gap: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: var(--flex-gap);
  margin-left: calc(var(--flex-gap) * -1);
  padding-left: var(--flex-gap);
  clip-path: inset(0 -1px 0 var(--flex-gap));
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.all-menu-policy > * {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  position: relative;
  margin-left: calc(var(--flex-gap) * -1);
  padding-left: var(--flex-gap);
}

.all-menu-policy > *::after {
  content: "";
  position: absolute;
  left: calc(var(--flex-gap) * 0.5);
  top: calc(50% - 0.3em);
  display: block;
  width: 1px;
  height: 0.6em;
  background-color: var(--gray-300);
}

.all-menu-policy > *[data-title]::before {
  content: attr(data-title);
  color: var(--gray-700);
  display: block;
  padding-right: 0.25rem;
}

.all-menu-policy__item {
  display: block;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--gray-900);
}

@media (min-width: 80em) {
  .all-menu-policy__item {
    font-size: 1.125rem;
  }
}
.all-menu-policy__link--important {
  font-weight: 700;
  color: var(--gray-900);
}

@media (min-width: 80em) {
  .all-menu-policy {
    --flex-gap: 1.5rem;
  }
  .all-menu-policy-box {
    padding: 0;
    margin-bottom: 0;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    margin-left: auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .all-menu-policy__item {
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.5;
  }
}
@media (min-width: 80em) and (min-width: 80em) {
  .all-menu-policy__item {
    font-size: 1rem;
  }
}
.all-menu-links {
  padding: 0.75rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  color: var(--white);
  gap: 0.75rem;
}

.all-menu-links::after {
  content: "";
  width: 100vw;
  margin-left: -50vw;
  left: 50%;
  right: 50%;
  margin-right: -50vw;
  /* @include mq($until: $w-min) {
  	width: srem(remove-unit($w-min));
  	margin-left: srem(remove-unit($w-min)) * -0.5;
  	margin-right: srem(remove-unit($w-min)) * -0.5;
  } */
  position: absolute;
  height: 100%;
  top: 0;
  z-index: -1;
  background-color: var(--secondary);
}

.all-menu-links__a[target=_blank] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  font-weight: 700;
  gap: 0.5rem;
}

@media (min-width: 80em) {
  .all-menu-links__a[target=_blank] {
    font-size: 1.125rem;
  }
}
.all-menu-links__a[target=_blank]:after {
  content: "\ea0f";
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: "icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  text-decoration: none;
  text-transform: none;
  font-size: 1rem;
  font-weight: 400;
}

.all-menu-links__a[target=_blank]:after::before, .all-menu-links__a[target=_blank]:after::after {
  line-height: 1;
}

@media (min-width: 80em) {
  .all-menu-links {
    gap: 2.5rem;
    padding: 1.5rem 0;
  }
}
.all-menu-sns {
  padding: 1rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  padding-inline: var(--gutter);
  color: var(--white);
  gap: 0.75rem;
}

@media (max-width: 79.99em) {
  .all-menu-sns {
    position: relative;
  }
  .all-menu-sns::after {
    content: "";
    width: 100vw;
    margin-left: -50vw;
    left: 50%;
    right: 50%;
    margin-right: -50vw;
    /* @include mq($until: $w-min) {
    	width: srem(remove-unit($w-min));
    	margin-left: srem(remove-unit($w-min)) * -0.5;
    	margin-right: srem(remove-unit($w-min)) * -0.5;
    } */
    position: absolute;
    height: 100%;
    top: 0;
    z-index: -1;
    background-color: var(--bg1);
  }
}
@media (min-width: 80em) {
  .all-menu-sns {
    padding: 1.5rem 0;
    position: absolute;
    right: 0;
    bottom: 0;
    top: 0;
    gap: 2rem;
  }
}
@media (min-width: 80em) {
  .all-menu__bottom {
    position: sticky;
    bottom: 0;
  }
}
.service {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: fixed;
  top: 0;
  left: auto;
  right: 0;
  bottom: 0;
  width: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  color: var(--gray-800);
  -webkit-transition: opacity 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: opacity 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  z-index: 96;
  line-height: 1.5;
  background: var(--white);
  clip-path: inset(0% 0% -200% 0%);
}

.service::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

.service::-webkit-scrollbar-thumb {
  background-color: var(--gray-400);
  border-radius: 40px;
}

.service::-webkit-scrollbar-track {
  border-radius: 40px;
  background-color: var(rgba(255, 255, 255, 0));
}

.service::-webkit-scrollbar-button {
  display: none; /* 화살표 숨김 */
  width: 0;
  height: 0;
  background: transparent;
  border: none;
  margin: 0;
  padding: 0;
}

.service:not(.is-open) {
  pointer-events: none;
  opacity: 0;
  clip-path: inset(0% 0% 100% 0%);
}

.service__close {
  margin-left: auto;
}

.service__close:before {
  content: "\ea0c";
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: "icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  text-decoration: none;
  text-transform: none;
  font-size: 2.5rem;
}

.service__close:before::before, .service__close:before::after {
  line-height: 1;
}

.service__head {
  position: sticky;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  top: 0;
  left: 0;
  right: 0;
  padding-inline: 16px;
  min-height: 64px;
  height: 64px;
  z-index: 1;
  background-color: var(--white);
  border-bottom: 1px solid var(--gray-200);
}

.service__head .logo {
  position: static;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.service__head .logo__img {
  aspect-ratio: 258/40;
  width: 11.3125rem;
  -o-object-fit: contain;
  object-fit: contain;
}

@media (min-width: 80em) {
  .service__head {
    z-index: 99;
    padding-inline: 80px;
    min-height: 5.5rem;
    height: 5.5rem;
  }
  .service__head .logo__img {
    width: 16.125rem;
  }
}
.service__pad {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  padding-top: 2rem;
}

@media (min-width: 64em) {
  .service__pad {
    gap: 2.5rem;
    padding-top: 2.5rem;
  }
}
.service-list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
}

.service-list__title {
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5;
  font-weight: 700;
}

@media (min-width: 80em) {
  .service-list__title {
    font-size: 1.25rem;
  }
}
.service-list__links {
  margin-top: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.service-list__link {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.75rem 1.5rem;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  font-weight: 700;
  background-color: var(--bg2);
  border-radius: 3.125rem;
  gap: 0.75rem;
  line-height: 1.2;
}

@media (min-width: 80em) {
  .service-list__link {
    font-size: 1rem;
  }
}
.service-list__link:after {
  content: "\ea06";
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: "icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  text-decoration: none;
  text-transform: none;
  font-size: 1rem;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.service-list__link:after::before, .service-list__link:after::after {
  line-height: 1;
}

@media (hover: hover) and (pointer: fine) {
  .service-list__link:hover::after, .service-list__link:focus-visible::after {
    -webkit-transform: translateX(0.25rem);
    -ms-transform: translateX(0.25rem);
    transform: translateX(0.25rem);
  }
}
@media (min-width: 64em) {
  .service-list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 1.5rem;
  }
  .service-list__item {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 40%;
    flex: 1 1 40%;
  }
  .service-list__links {
    gap: 1rem;
  }
  .service-list__link {
    padding: 1rem 2rem;
    gap: 0.75rem;
  }
}
.service-symbol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  gap: 0.5rem;
  margin-bottom: 2rem;
}

.service-symbol__link {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  word-break: keep-all;
  padding: 1rem;
  overflow: hidden;
  border-radius: 1rem;
  background-color: var(--white);
  border: 1px solid var(--gray-200);
  z-index: 0;
}

.service-symbol__link:after {
  content: "\ea0f";
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: "icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  text-decoration: none;
  text-transform: none;
  position: absolute;
  top: 1rem;
  right: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  aspect-ratio: 1/1;
  font-size: 1rem;
  font-weight: 400;
  background-color: var(--bg2);
  border-radius: 6.25rem;
}

.service-symbol__link:after::before, .service-symbol__link:after::after {
  line-height: 1;
}

.service-symbol__link::before {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  z-index: 1;
  background-color: var(--bg2);
  mix-blend-mode: multiply;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.service-symbol__link:has(.service-symbol__qr)::after {
  top: auto;
  bottom: 1rem;
  right: 1rem;
}

@media (hover: hover) and (pointer: fine) {
  .service-symbol__link:hover::before, .service-symbol__link:focus-visible::before {
    opacity: 1;
  }
}
.service-symbol__qr {
  display: block;
  margin-inline: auto;
  margin-bottom: 0.75rem;
}

.service-symbol__desc {
  margin-top: 0.5rem;
  font-size: 0.8125rem;
  font-weight: 400;
  line-height: 1.5;
}

@media (min-width: 48em) {
  .service-symbol__desc {
    font-size: 0.8125rem;
  }
}
@media (min-width: 80em) {
  .service-symbol__desc {
    font-size: 0.875rem;
  }
}
@media (min-width: 48em) {
  .service-symbol__link {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 40%;
    flex: 1 1 40%;
  }
}
@media (min-width: 64em) {
  .service-symbol {
    gap: 1.5rem;
    margin-bottom: 2.5rem;
  }
  .service-symbol__link {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 40%;
    flex: 1 1 40%;
  }
  .service-symbol__qr {
    margin-bottom: 0.5rem;
  }
  .service-symbol__link {
    padding: 1rem 1.5rem;
  }
  .service-symbol__link::after {
    top: 0.75rem;
    right: 1.5rem;
    width: 3rem;
  }
}
@media (min-width: 80em) {
  .service-symbol__link {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 16%;
    flex: 1 1 16%;
  }
}
@media (min-width: 64em) {
  .service {
    top: 0;
    bottom: auto;
    z-index: 94;
    clip-path: inset(64px 0% -200% 0%);
    position: fixed;
    overflow: hidden;
  }
  .service::after {
    top: 64px;
    bottom: 0;
    height: auto;
  }
  .service::before {
    content: "";
    display: none;
    position: fixed;
    top: 120px;
    left: 0;
    width: 100%;
    height: 100lvh;
    z-index: -1;
    background: color-mix(in srgb, var(--black) 50%, transparent);
    opacity: 0;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
  }
  .service.is-open::before {
    display: block;
    opacity: 1;
  }
  @starting-style {
    .service.is-open::before {
      opacity: 0;
      display: block;
    }
  }
  .service__head {
    visibility: hidden;
  }
  .service__pad {
    position: relative;
  }
  .service__pad::after {
    content: "";
    width: 100vw;
    margin-left: -50vw;
    left: 50%;
    right: 50%;
    margin-right: -50vw;
    /* @include mq($until: $w-min) {
    	width: srem(remove-unit($w-min));
    	margin-left: srem(remove-unit($w-min)) * -0.5;
    	margin-right: srem(remove-unit($w-min)) * -0.5;
    } */
    position: absolute;
    height: 100%;
    top: 0;
    z-index: -1;
    background-color: var(--white);
  }
  .service__pad::after {
    border-top: 1px solid var(--gray-200);
  }
}
@media (min-width: 80em) {
  .service {
    top: 1.875rem;
    clip-path: inset(88px 0% -200% 0%);
  }
  .service::after {
    top: 88px;
  }
}
.search-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: fixed;
  top: 0;
  left: auto;
  right: 0;
  bottom: 0;
  width: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  color: var(--gray-800);
  -webkit-transition: opacity 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: opacity 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  z-index: 96;
  line-height: 1.5;
  clip-path: inset(0% 0% -200% 0%);
}

.search-bar::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

.search-bar::-webkit-scrollbar-thumb {
  background-color: var(--gray-400);
  border-radius: 40px;
}

.search-bar::-webkit-scrollbar-track {
  border-radius: 40px;
  background-color: var(rgba(255, 255, 255, 0));
}

.search-bar::-webkit-scrollbar-button {
  display: none; /* 화살표 숨김 */
  width: 0;
  height: 0;
  background: transparent;
  border: none;
  margin: 0;
  padding: 0;
}

.search-bar::after {
  top: 64px;
  bottom: 0;
  height: auto;
}

.search-bar::before {
  content: "";
  display: none;
  position: fixed;
  top: 120px;
  left: 0;
  width: 100%;
  height: 100lvh;
  z-index: -1;
  background: color-mix(in srgb, var(--black) 50%, transparent);
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

.search-bar.is-open::before {
  display: block;
  opacity: 1;
}

@starting-style {
  .search-bar.is-open::before {
    opacity: 0;
    display: block;
  }
}
.search-bar:not(.is-open) {
  pointer-events: none;
  opacity: 0;
  clip-path: inset(0% 0% 100% 0%);
}

.search-bar__close {
  margin-left: auto;
}

.search-bar__close:before {
  content: "\ea0c";
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: "icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  text-decoration: none;
  text-transform: none;
  font-size: 2.5rem;
}

.search-bar__close:before::before, .search-bar__close:before::after {
  line-height: 1;
}

.search-bar__head {
  position: sticky;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  top: 0;
  left: 0;
  right: 0;
  padding-inline: 16px;
  min-height: 64px;
  height: 64px;
  z-index: 1;
  background-color: var(--white);
  border-bottom: 1px solid var(--gray-200);
}

.search-bar__head .logo {
  position: static;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.search-bar__head .logo__img {
  aspect-ratio: 258/40;
  width: 11.3125rem;
  -o-object-fit: contain;
  object-fit: contain;
}

@media (min-width: 80em) {
  .search-bar__head {
    z-index: 99;
    padding-inline: 80px;
    min-height: 5.5rem;
    height: 5.5rem;
  }
  .search-bar__head .logo__img {
    width: 16.125rem;
  }
}
.search-bar__pad {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  padding-block: 3rem;
  position: relative;
}

.search-bar__pad::after {
  content: "";
  width: 100vw;
  margin-left: -50vw;
  left: 50%;
  right: 50%;
  margin-right: -50vw;
  /* @include mq($until: $w-min) {
  	width: srem(remove-unit($w-min));
  	margin-left: srem(remove-unit($w-min)) * -0.5;
  	margin-right: srem(remove-unit($w-min)) * -0.5;
  } */
  position: absolute;
  height: 100%;
  top: 0;
  z-index: -1;
  background-color: var(--white);
}

@media (min-width: 64em) {
  .search-bar__pad {
    gap: 2.5rem;
    padding-top: 2.5rem;
  }
}
.search-bar__from {
  display: block;
}

.search-bar-input {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0.5rem 0.5rem 0.5rem 1.5rem;
  max-width: 49.25rem;
  margin-inline: auto;
  border: 1px solid var(--gray-200);
  background: var(--white);
  border-radius: 3.125rem;
  -webkit-transition: border 0.3s;
  transition: border 0.3s;
}

.search-bar-input:has(.search-bar-input__input:focus-visible) {
  border-color: var(--gray-900);
}

.search-bar-input__input {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border: 0;
  outline: 0;
  padding: 0;
  background-color: transparent;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5;
}

@media (min-width: 80em) {
  .search-bar-input__input {
    font-size: 1.25rem;
  }
}
.search-bar-input__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 3rem;
  min-width: 3rem;
  width: 3rem;
  height: 3rem;
  border-radius: 6.25rem;
  color: var(--white);
  background-color: var(--primary);
}

.search-bar-input__btn:before {
  content: "\ea2b";
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: "icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  text-decoration: none;
  text-transform: none;
  font-size: 1.5rem;
}

.search-bar-input__btn:before::before, .search-bar-input__btn:before::after {
  line-height: 1;
}

@media (min-width: 64em) {
  .search-bar {
    top: 0;
    bottom: auto;
    z-index: 94;
    clip-path: inset(64px 0% -200lvh 0%);
    position: fixed;
    overflow: hidden;
  }
  .search-bar__head {
    visibility: hidden;
  }
}
@media (min-width: 80em) {
  .search-bar {
    top: 1.875rem;
    clip-path: inset(88px 0% -200lvh 0%);
  }
  .search-bar::after {
    top: 88px;
  }
}
.footer {
  max-width: 1600px;
  margin-inline: auto;
  position: relative;
  width: 100%;
  line-height: 1.5;
  padding-bottom: 6.25rem;
  background-color: #232733;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--white);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 1;
}

@media (min-width: 80em) {
  .footer {
    font-size: 1rem;
  }
}
@media (min-width: 64em) {
  .footer {
    padding-bottom: 2.5rem;
  }
}
@media (min-width: 80em) {
  .footer {
    position: relative;
  }
  .footer::after {
    content: "";
    width: 100vw;
    margin-left: -50vw;
    left: 50%;
    right: 50%;
    margin-right: -50vw;
    /* @include mq($until: $w-min) {
    	width: srem(remove-unit($w-min));
    	margin-left: srem(remove-unit($w-min)) * -0.5;
    	margin-right: srem(remove-unit($w-min)) * -0.5;
    } */
    position: absolute;
    height: 100%;
    top: 0;
    z-index: -1;
    background-color: #232733;
  }
  .footer::after {
    height: auto;
    top: 4.5rem;
    bottom: 0;
  }
  [lang=en] .footer::after {
    top: 0;
  }
}
.footer__top, .footer__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media (min-width: 64em) {
  .footer__top {
    position: relative;
  }
  .footer__top::after {
    content: "";
    width: 100vw;
    margin-left: -50vw;
    left: 50%;
    right: 50%;
    margin-right: -50vw;
    /* @include mq($until: $w-min) {
    	width: srem(remove-unit($w-min));
    	margin-left: srem(remove-unit($w-min)) * -0.5;
    	margin-right: srem(remove-unit($w-min)) * -0.5;
    } */
    position: absolute;
    height: 100%;
    top: 0;
    z-index: -1;
    background-color: var(--white);
  }
  .footer__top::after {
    border-top: 1px solid var(--gray-200);
  }
}
.footer__bottom {
  padding-inline: var(--offset);
}

@media (min-width: 100em) {
  .footer__bottom {
    padding-inline: 0;
  }
}
.footer__logo {
  margin-top: 2.5rem;
  position: static;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}

.footer-info, .footer-policy {
  --flex-gap: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: var(--flex-gap);
  margin-left: calc(var(--flex-gap) * -1);
  padding-left: var(--flex-gap);
  clip-path: inset(0 -1px 0 var(--flex-gap));
}

.footer-info > li, .footer-policy > li {
  position: relative;
  margin-left: calc(var(--flex-gap) * -1);
  padding-left: var(--flex-gap);
}

.footer-info > li::before, .footer-policy > li::before {
  content: "";
  position: absolute;
  left: calc(var(--flex-gap) * 0.5);
  top: calc(50% - 0.3em);
  display: block;
  width: 1px;
  height: 0.6em;
  background-color: #999999;
}

.footer-info__item, .footer-policy__item {
  display: block;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--gray-400);
}

@media (min-width: 80em) {
  .footer-info__item, .footer-policy__item {
    font-size: 1.125rem;
  }
}
.footer-info__link--important, .footer-policy__link--important {
  font-weight: 700;
  color: var(--white);
}

@media (min-width: 64em) {
  .footer-info, .footer-policy {
    --flex-gap: 1.5rem;
  }
}
.footer-links {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: calc(100% + 32px);
  margin-inline: -16px;
  position: relative;
}

.footer-links__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 50%;
  height: 3.5rem;
  color: var(--gray-900);
  text-align: center;
}

.footer-links__item:not(:first-child) {
  border-left: 1px solid var(--gray-200);
}

.footer-links__item ul {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: absolute;
  bottom: 100%;
  left: 0;
  width: 100%;
  max-height: 18.75rem;
  background-color: var(--white);
  gap: 1rem;
  border-top: 1px solid var(--gray-200);
  border-left: 1px solid var(--gray-200);
  border-right: 1px solid var(--gray-200);
  overflow: hidden;
  overflow-y: auto;
  display: none;
  height: 0;
  padding-block: 0;
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  transition-behavior: allow-discrete;
}

.footer-links__btn.is-active ~ ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  block-size: auto;
  block-size: calc-size(auto, size);
  display: flex;
  padding-block: 1.5rem;
  max-height: 18.75rem;
  /* auto 높이 계산을 위한 임시 상태 */
  overflow: auto;
}

@starting-style {
  .footer-links__btn.is-active ~ ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 0;
    padding-block: 0;
    block-size: 0;
    opacity: 0;
    gap: 0;
    overflow: hidden;
  }
}
@-webkit-keyframes toggle-expand {
  from {
    height: 0;
  }
  to {
    height: auto;
  }
}
@keyframes toggle-expand {
  from {
    height: 0;
  }
  to {
    height: auto;
  }
}
.footer-links__item a {
  display: block;
  text-align: center;
}

@media (hover: hover) and (pointer: fine) {
  .footer-links__item a:hover, .footer-links__item a:focus-visible {
    color: var(--primary);
  }
}
.footer-links__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 1rem;
  height: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

@media (min-width: 80em) {
  .footer-links__btn {
    font-size: 1.125rem;
  }
}
.footer-links__btn:has(~ ul):after {
  content: "\ea01";
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: "icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  text-decoration: none;
  text-transform: none;
  font-size: 1rem;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.footer-links__btn:has(~ ul):after::before, .footer-links__btn:has(~ ul):after::after {
  line-height: 1;
}

.footer-links::after {
  content: "";
  width: 100vw;
  margin-left: -50vw;
  left: 50%;
  right: 50%;
  margin-right: -50vw;
  /* @include mq($until: $w-min) {
  	width: srem(remove-unit($w-min));
  	margin-left: srem(remove-unit($w-min)) * -0.5;
  	margin-right: srem(remove-unit($w-min)) * -0.5;
  } */
  position: absolute;
  height: 100%;
  top: 0;
  z-index: -1;
  background-color: var(--white);
}

.footer-links::after {
  border-top: 1px solid var(--gray-200);
}

@media (min-width: 64em) {
  .footer-links {
    margin-left: auto;
    margin-right: 0;
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
  }
  .footer-links__item {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding-inline: 2rem;
    white-space: nowrap;
  }
  .footer-links__item:first-child {
    border-left: 1px solid var(--gray-200);
  }
  .footer-links__item:last-child {
    border-right: 1px solid var(--gray-200);
  }
}
@media (min-width: 80em) {
  .footer-links__item {
    height: 4.5rem;
  }
}
.footer-policy {
  margin-top: 1.5rem;
}

@media (min-width: 64em) {
  .footer-policy {
    position: absolute;
    top: 0;
    left: 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 3.5rem;
    margin-top: 0;
  }
  .footer-policy__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    color: var(--text);
  }
  .footer-policy__link--important {
    color: var(--secondary);
  }
}
@media (min-width: 64em) {
  .footer-policy {
    left: var(--offset);
  }
}
@media (min-width: 80em) {
  .footer-policy {
    height: 4.5rem;
  }
}
@media (min-width: 100em) {
  .footer-policy {
    left: 0;
  }
}
.footer-info {
  margin-top: 1.5rem;
  margin-bottom: 2rem;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  row-gap: 0.5rem;
}

@media (min-width: 80em) {
  .footer-info {
    font-size: 1rem;
  }
}
.footer-info__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 0.75rem;
  -moz-column-gap: 0.75rem;
  column-gap: 0.75rem;
}

.footer-info__item:first-of-type {
  width: 100%;
}

.footer-info__title {
  display: block;
  font-weight: 700;
  word-break: break-all;
}

.footer-info__desc {
  color: var(--white);
}

.footer .copy {
  margin: 0;
  color: var(--gray-400);
}

.footer-sns {
  margin-top: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5rem;
}

.footer-sns__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 1.25rem;
  width: 3rem;
  height: 3rem;
  aspect-ratio: 1/1;
  background-color: #2b3859;
  border-radius: 100%;
}

@media (min-width: 64em) {
  .footer-sns {
    position: absolute;
    margin-top: 0;
    top: 6rem;
    right: var(--offset);
  }
  [lang=en] .footer-sns {
    top: 2.5rem;
  }
}
@media (min-width: 100em) {
  .footer-sns {
    top: 7rem;
    right: 0;
  }
  [lang=en] .footer-sns {
    top: 2.5rem;
  }
}
.footer__top-btn {
  display: none;
}

@media (min-width: 64em) {
  .footer__top-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 3.375rem;
    height: 3.375rem;
    position: absolute;
    bottom: 2.5rem;
    right: var(--offset);
    color: var(--white);
    border: 1px solid color-mix(in srgb, var(--white) 30%, transparent);
    z-index: 1;
  }
  .footer__top-btn:before {
    content: "\ea05";
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-family: "icon";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    text-decoration: none;
    text-transform: none;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    font-size: 1.5rem;
  }
  .footer__top-btn:before::before, .footer__top-btn:before::after {
    line-height: 1;
  }
}
@media (min-width: 100em) {
  .footer__top-btn {
    right: 0;
  }
}
.bottom-nav {
  position: fixed;
  bottom: 0;
  left: auto;
  right: 0;
  bottom: 0;
  width: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  color: var(--gray-800);
  -webkit-transition: opacity 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: opacity 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  z-index: 94;
  line-height: 1.5;
  background: var(--white);
  border-top: 1px solid var(--gray-200);
}

.bottom-nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.bottom-nav__item {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 25%;
  flex: 1 1 25%;
}

.bottom-nav__btn {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  padding-top: 0.375rem;
  padding-bottom: 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.125rem;
  line-height: 1.5;
  font-size: 0.6875rem;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.bottom-nav__btn .icon {
  position: relative;
  font-size: 1.25rem;
}

@media (hover: hover) and (pointer: fine) {
  .bottom-nav__btn:hover, .bottom-nav__btn:focus-visible {
    color: var(--primary);
  }
}
.bottom-nav .badge {
  position: absolute;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  white-space: nowrap;
  top: 0;
  right: 100%;
  display: block;
  padding: 0.125rem 0.3125rem;
  border-radius: 3.125rem;
  font-size: 0.625rem;
  font-weight: 700;
  -webkit-transform: scale(0.8) translateX(50%);
  -ms-transform: scale(0.8) translateX(50%);
  transform: scale(0.8) translateX(50%);
  color: var(--white);
  background-color: var(--primary);
}

@media (min-width: 64em) {
  .bottom-nav {
    display: none;
  }
}