@charset "UTF-8";
.container, .main-footer__inner {
  width: 100%;
  max-width: clamp(1064px, 79.1666666667vw, 3040px);
  margin: 0 auto;
  padding: 0 clamp(11.2px, 0.8333333333vw, 32px);
}

/*
Copyright (c) 2021 Kil Hyung-jin, with Reserved Font Name Pretendard.
https://github.com/orioncactus/pretendard

This Font Software is licensed under the SIL Open Font License, Version 1.1.
This license is copied below, and is also available with a FAQ at:
http://scripts.sil.org/OFL
*/
@font-face {
  font-family: "Pretendard";
  font-weight: 900;
  font-display: swap;
  src: local("Pretendard Black"), url(../font/Pretendard-Black.woff2) format("woff2"), url(../font/Pretendard-Black.woff) format("woff");
}
@font-face {
  font-family: "Pretendard";
  font-weight: 800;
  font-display: swap;
  src: local("Pretendard ExtraBold"), url(../font/Pretendard-ExtraBold.woff2) format("woff2"), url(../font/Pretendard-ExtraBold.woff) format("woff");
}
@font-face {
  font-family: "Pretendard";
  font-weight: 700;
  font-display: swap;
  src: local("Pretendard Bold"), url(../font/Pretendard-Bold.woff2) format("woff2"), url(../font/Pretendard-Bold.woff) format("woff");
}
@font-face {
  font-family: "Pretendard";
  font-weight: 600;
  font-display: swap;
  src: local("Pretendard SemiBold"), url(../font/Pretendard-SemiBold.woff2) format("woff2"), url(../font/Pretendard-SemiBold.woff) format("woff");
}
@font-face {
  font-family: "Pretendard";
  font-weight: 500;
  font-display: swap;
  src: local("Pretendard Medium"), url(../font/Pretendard-Medium.woff2) format("woff2"), url(../font/Pretendard-Medium.woff) format("woff");
}
@font-face {
  font-family: "Pretendard";
  font-weight: 400;
  font-display: swap;
  src: local("Pretendard Regular"), url(../font/Pretendard-Regular.woff2) format("woff2"), url(../font/Pretendard-Regular.woff) format("woff");
}
@font-face {
  font-family: "Pretendard";
  font-weight: 300;
  font-display: swap;
  src: local("Pretendard Light"), url(../font/Pretendard-Light.woff2) format("woff2"), url(../font/Pretendard-Light.woff) format("woff");
}
@font-face {
  font-family: "Pretendard";
  font-weight: 200;
  font-display: swap;
  src: local("Pretendard ExtraLight"), url(../font/Pretendard-ExtraLight.woff2) format("woff2"), url(../font/Pretendard-ExtraLight.woff) format("woff");
}
@font-face {
  font-family: "Pretendard";
  font-weight: 100;
  font-display: swap;
  src: local("Pretendard Thin"), url(../font/Pretendard-Thin.woff2) format("woff2"), url(../font/Pretendard-Thin.woff) format("woff");
}
/* reset */
html,
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
textarea,
p,
blockquote,
th,
td,
input,
select,
textarea,
button {
  margin: 0;
  padding: 0;
  word-break: keep-all;
}

fieldset,
img {
  border: 0 none;
}

dl,
ul,
ol,
menu,
li {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

input,
select,
textarea,
button {
  font-size: 100%;
  vertical-align: middle;
}

button {
  border: 0 none;
  background-color: transparent;
  cursor: pointer;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

body {
  -webkit-text-size-adjust: none;
}

body.non-scroll {
  overflow: hidden;
}

/* 뷰표트 변환시 폰트크기 자동확대 방지 */
input[type=text],
input[type=password],
input[type=submit],
input[type=search],
input[type=number],
textarea {
  appearance: none;
}

input:checked[type=checkbox] {
  background-color: #666;
  appearance: checkbox;
}

button,
input[type=button],
input[type=submit],
input[type=reset],
input[type=file] {
  appearance: button;
}

input[type=search]::-webkit-search-cancel-button {
  appearance: none;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  background: #fff;
}

body,
th,
td,
input,
select,
textarea,
button {
  font-size: 16px;
  font-family: "Pretendard", Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
  color: #14100d;
  line-height: 1.5;
  letter-spacing: -0.4px;
}

a {
  color: #14100d;
  text-decoration: none;
}

a:active,
a:hover {
  text-decoration: none;
}

address,
caption,
cite,
code,
dfn,
em,
var {
  font-style: normal;
  font-weight: normal;
}

img {
  width: 100%;
  max-width: 100%;
  vertical-align: middle;
}

.ir {
  display: block;
  position: absolute;
  z-index: -1;
  width: 1px;
  height: 1px;
  margin: -1px;
  font-size: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
}

input:-webkit-autofill {
  box-shadow: 0 0 0 1000px white inset;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  transition: background-color 5000s ease-in-out 0s;
}

button:focus,
button:focus-visible {
  outline: none;
}

input[type=text]::-ms-clear {
  display: none;
}

a[href^=tel] {
  text-decoration: none;
}

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

html {
  font-size: 16px;
}
html.big-font {
  font-size: 11px;
}

textarea {
  resize: none;
}

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

button:focus,
button:focus-visible,
input:focus,
input:focus-visible,
textarea:focus,
textarea:focus-visible {
  outline: none;
}

input {
  box-shadow: none;
}

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

body {
  overflow-x: hidden;
}

.main-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  transition: transform 0.6s ease-in-out, background-color 0.6s ease-in-out;
  transform: translateY(0);
}
.main-header.scrolled {
  background-color: rgba(255, 255, 255, 0.95);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
@media all and (max-width: 768px) {
  .main-header.scrolled .main-header__logo {
    background: url(../img/logo-nexus-black.webp) 50% 50%/100% auto no-repeat;
  }
}
.main-header.scrolled .gnb__link {
  color: #111;
}
.main-header.scrolled .main-header__util-button {
  color: #111;
}
.main-header.scrolled::after {
  max-width: 100%;
}
@media all and (max-width: 768px) {
  .main-header.scrolled .gnb-toggle {
    background: #111;
  }
}
.main-header::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  background: #fff;
  transition: height 0.6s ease-in-out;
}
.main-header::after {
  content: "";
  position: absolute;
  top: clamp(77px, 5.7291666667vw, 220px);
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 1px;
  background: #dddddd;
  max-width: 0;
}
@media all and (max-width: 768px) {
  .main-header::after {
    content: none;
  }
}
.main-header.is-active {
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
.main-header.is-active .main-header__logo {
  background: url(../img/logo-nexus-black.webp) 50% 50%/100% auto no-repeat;
}
.main-header.is-active::before {
  /* height: clamp(273px, 20.3125vw, 780px); */
  height: clamp(373px, 22.6125vw, 780px);
}
.main-header.is-active::after {
  max-width: 100%;
}
.main-header.is-active .main-header__inner {
  /* height: clamp(273px, 20.3125vw, 780px); */
  height: clamp(373px, 22.6125vw, 780px);
}
.main-header.is-active .gnb__item {
  width: clamp(126px, 9.375vw, 360px) !important;
  height: clamp(373px, 22.6125vw, 780px);
  max-width: clamp(126px, 9.375vw, 360px);
}
.main-header.is-active .gnb__link {
  padding: 0;
  color: #111;
}
.main-header.is-active .gnb__link.current::after {
  max-width: 100%;
}
.main-header.is-active .gnb__item::before {
  height: clamp(373px, 22.6125vw, 780px);
}
.main-header.is-active .gnb__child {
  display: flex;
}
.main-header.is-active .main-header__util-button {
  color: #111 !important;
}
.main-header.is-active .main-header__util-button.has-dropdown::after {
  background: #111;
}
.main-header.gnb-block .gnb__child {
  opacity: 1;
}
.main-header.header--hidden {
  transform: translateY(-100%);
}
.main-header__inner {
  display: flex;
  width: 100%;
  height: clamp(77px, 5.7291666667vw, 220px);
  margin: 0 auto;
  padding: 0 clamp(28px, 2.0833333333vw, 80px);
}
@media all and (max-width: 768px) {
  .main-header__inner {
    height: 60px;
  }
}
.main-header__logo {
  position: absolute;
  top: clamp(25.9px, 1.9270833333vw, 74px);
  left: clamp(28px, 2.0833333333vw, 80px);
  z-index: 5;
  width: clamp(112px, 8.3333333333vw, 320px);
  height: clamp(28px, 2.0833333333vw, 80px);
  background: url(../img/logo-nexus-black.webp) 50% 50%/100% auto no-repeat;
}
@media all and (max-width: 768px) {
  .main-header__logo {
    top: 16px;
    left: 16px;
  }
}
.main-header__logo-mobile {
  display: none;
  background: url(../img/logo-nexus-black.webp) 50% 50%/100% auto no-repeat;
}
.main-header__gnb {
  margin-left: auto;
  display: flex;
  /* align-items: center; */
}
.main-header .gnb__list {
  display: flex;
  /* align-items: center; */
}
.main-header .gnb__item {
  display: flex;
  align-items: center;
  flex-direction: column;
  position: relative;
  height: clamp(77px, 5.7291666667vw, 220px);
  transition: width 0.6s ease-in-out;
}
.main-header .gnb__item::before {
  content: "";
  width: 100%;
  height: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  opacity: 0;
  background-color: #f8f8f8;
  transition: opacity 0.6s ease-in-out;
}
.main-header .gnb__item.is-active .gnb__link {
  font-weight: 700;
}
.main-header .gnb__item.is-active .gnb__link::after {
  opacity: 1;
}
.main-header .gnb__item.is-active::before {
  opacity: 1;
}
.main-header .gnb__link {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
  width: 100%;
  height: clamp(79px, 6.7291666667vw, 220px);
  font-size: clamp(12.6px, 0.9375vw, 36px);
  font-weight: 500;
  white-space: nowrap;
  padding: 0 clamp(28px, 2.0833333333vw, 80px);
}
.main-header .gnb__link::after {
  content: "";
  flex-shrink: 0;
  position: relative;
  top: clamp(1.4px, 0.1041666667vw, 4px);
  left: clamp(8.4px, 0.625vw, 24px);
  width: clamp(5.6px, 0.4166666667vw, 16px);
  height: clamp(5.6px, 0.4166666667vw, 16px);
  background: #1897eb;
  border-radius: 100%;
  margin-left: clamp(-4.2px, -0.3125vw, -12px);
  opacity: 0;
  transition: opacity 0.4s ease-in-out;
}
.main-header .gnb__child {
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: clamp(14px, 1.0416666667vw, 40px);
  position: absolute;
  top: clamp(77px, 5.7291666667vw, 220px);
  left: 50%;
  transform: translateX(-50%);
  width: clamp(126px, 9.375vw, 360px);
  padding: clamp(28px, 2.0833333333vw, 80px) clamp(7px, 0.5208333333vw, 20px);
  opacity: 0;
  display: none;
  transition: opacity 0.4s ease-in-out;
}
.main-header .gnb__child-link {
  text-align: center;
  transition: color 0.4s ease-in-out;
  color: #666666;
  font-size: clamp(12.6px, 0.9375vw, 36px);
}
.main-header .gnb__child-link:hover, .main-header .gnb__child-link:focus {
  font-weight: 500;
  color: #1897eb;
}
.main-header .gnb__child-link.current {
  color: #1897eb;
  font-weight: 500;
}
.main-header__util {
  display: flex;
  align-items: center;
  gap: clamp(14px, 1.0416666667vw, 40px);
  position: relative;
  z-index: 2;
  /*height: clamp(77px, 5.7291666667vw, 220px);*/
  height: clamp(79px, 6.7291666667vw, 220px);
  margin-left: clamp(78.4px, 5.8333333333vw, 224px);
}
.main-header__util-item {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
}
/* .main-header__util-item:hover .main-header__util-dropdown {
  display: flex;
} */
.main-header__util-dropdown {
  position: absolute;
  display: flex;
  flex-direction: column;
  gap: clamp(11.2px, 0.8333333333vw, 32px);
  top: clamp(59.5px, 4.4270833333vw, 170px);
  left: 50%;
  margin-left: calc(clamp(75.6px, 5.625vw, 216px) / 2 * -1);
  width: clamp(75.6px, 5.625vw, 216px);
  height: clamp(77px, 5.7291666667vw, 220px);
  background: #fff;
  padding: clamp(16.8px, 1.25vw, 48px) 0;
  border-radius: 16px;
  border: 1px solid #ddd; 
  box-shadow: 0 -1px 5px 0 rgba(0, 0, 0, 0.16);
  display: none;
}
.main-header__util-dropdown-link {
  text-align: center;
  font-size: clamp(12.6px, 0.9375vw, 36px);
  color: #111;
  transition: all 0.4s ease;
}
.main-header__util-dropdown-link.current{
  color: #1897eb;
    font-weight: 500;
}
.main-header__util-dropdown-link:hover, .main-header__util-dropdown-link:focus {
  color: #1897eb;
  font-weight: 700;
}
.main-header__util-button {
  font-size: clamp(10.5px, 0.78125vw, 30px);
  font-weight: 500;
  color: #fff;
}
.main-header__util-button.has-dropdown {
  padding-right: clamp(14px, 1.0416666667vw, 40px);
  position: relative;
  color: #111;
}
.main-header__util-button.has-dropdown::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: clamp(8.4px, 0.625vw, 24px);
  height: clamp(5.6px, 0.4166666667vw, 16px);
  mask: url(../img/icon/arrow-header-light.svg) 50% 50%/100% auto no-repeat;
  background: #111;
}
.main-header__inner-wrap {
  width: 100%;
  display: flex;
}
.main-header .gnb-toggle {
  display: none;
}
@media all and (max-width: 768px) {
  .main-header .gnb-toggle {
    display: flex;
    position: absolute;
    top: 16px;
    right: 16px;
    width: 24px;
    height: 24px;
    mask: url(../img/icon/icon-gnb-toggle.svg) 50% 50%/100% auto no-repeat;
    background: #111;
    transition: background 0.4s ease;
  }
}
@media all and (max-width: 768px) {
  .main-header::before {
    width: 0;
  }
  .main-header.active-gnb::before {
    content: "";
    position: fixed;
    top: 0;
    left: auto;
    right: 0;
    z-index: 20;
    width: 100%;
    height: 100dvh;
    background: #000000;
    opacity: 0.7;
    transition: width 0.2s ease;
  }
  .main-header.active-gnb .main-header__inner-wrap {
    transform: translateX(0);
    z-index: 30;
  }
  .main-header.active-gnb .gnb-toggle {
    z-index: 100;
    mask-image: url(../img/icon/icon-gnb-close.svg);
    background: #111;
  }
  .main-header .main-header__inner-wrap {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 10;
    width: calc(100% - 32px);
    height: 100dvh;
    overflow-x: hidden;
    overflow-y: auto;
    flex-direction: column;
    padding: 56px 0 0 16px;
    background: #fff;
    transform: translateX(100%);
    transition: transform 0.4s ease;
  }
  .main-header .main-header__inner-wrap .main-header__gnb {
    margin-left: 0;
    padding-top: 10px;
  }
  .main-header .main-header__inner-wrap .gnb__list {
    flex-direction: column;
    width: 100%;
  }
  .main-header .main-header__inner-wrap .main-header__logo-mobile {
    display: flex;
    position: absolute;
    top: 15px;
    left: 16px;
    width: 135px;
    height: 25px;
  }
  .main-header .main-header__inner-wrap .main-header__util-item {
    flex-direction: column;
    width: 100%;
  }
  .main-header .main-header__inner-wrap .main-header__util-item.language {
    position: fixed;
    top: 16px;
    right: 55px;
    width: 24px;
    height: 24px;
    background: url(../img/icon/icon-change-language.webp) 50% 50%/100% auto no-repeat;
  }
  .main-header .main-header__inner-wrap .main-header__util-item.language .main-header__util-button.has-dropdown{
    width: 100%;
    height: 100%;
    overflow: hidden;
    text-indent: 100px;
    padding: 0;
  }
  .main-header .main-header__inner-wrap .main-header__util-button.has-dropdown {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    height: 60px;
    color: #111;
    font-size: 17px;
    font-weight: 700;
    justify-content: flex-start;
    padding: 0 16px 0 0;
    text-align: left;
    width: 100%;
  }
  .main-header .main-header__inner-wrap .main-header__util-button.has-dropdown::after {
    content: "";
    width: 20px;
    height: 20px;
    opacity: 1;
    position: relative;
    top: 0;
    left: 0;
    margin-left: auto;
    mask: 0;
    background: url(../img/icon/icon-gnb-expand.webp) 50% 50%/100% auto no-repeat;
    transform: none;
    transition: transform 0.4s ease;
  }
  .main-header .main-header__inner-wrap .main-header__util-dropdown {
    position: relative;
    top: 0;
    left: 0;
    flex-direction: column;
    gap: 16px;
    width: 100%;
    padding: 0 10px;
    box-shadow: none;
    border-radius: 0;
    border: 0;
    margin: 0;
    
    max-height: 0;
    display: flex;
    overflow: hidden;
    transition: max-height 0.6s ease-in-out;
  }
  .main-header .main-header__inner-wrap .main-header__util-dropdown-link:first-child {
    margin-top: 10px;
  }
  .main-header .main-header__inner-wrap .main-header__util-dropdown-link:last-child {
    margin-bottom: 10px;
  }
  .main-header .main-header__inner-wrap .main-header__util-dropdown-link {
    font-size: 15px;
    text-align: left;
    color: #666666;
  }
  .main-header .main-header__inner-wrap .gnb__item {
    width: 100%;
    height: auto;
  }
  .main-header .main-header__inner-wrap .gnb__item.is-expanded .gnb__link::after {
    transform: rotate(90deg);
  }
  .main-header .main-header__inner-wrap .gnb__link {
    height: 60px;
    color: #111;
    font-size: 17px;
    font-weight: 700;
    justify-content: flex-start;
    padding: 0 16px 0 0;
  }
  .main-header .main-header__inner-wrap .gnb__link::after {
    content: "";
    width: 20px;
    height: 20px;
    opacity: 1;
    position: relative;
    top: 0;
    left: 0;
    margin-left: auto;background: url(../img/icon/icon-gnb-expand.webp) 50% 50%/100% auto no-repeat;
    transition: transform 0.6s ease;
  }
  .main-header .main-header__util {
    flex-direction: column;
    width: 100%;
    height: 500px;
    margin-left: 0;
  }
  .main-header .main-header__util-item.pc-only {
    display: none;
  }
  .main-header .gnb__child {
    display: flex;
    position: relative;
    top: 0;
    left: 0;
    transform: none;
    width: 100%;
    padding: 0 10px;
    opacity: 1;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.6s ease-in-out;
  }
  .main-header .gnb__item.is-expanded .gnb__child {
    display: flex;
    /* gap: 30px; */
    max-height: 300px;
  }
  .main-header .gnb__child-link {
    font-size: 15px;
    text-align: left;
  }
  .main-header .main-header__util-dropdown {
    display: none;
  }
  .main-header .main-header__util-item.is-expanded .main-header__util-button.has-dropdown::after {
    transform: rotate(90deg);
  }
  .main-header .main-header__util-item.is-expanded .main-header__util-dropdown {
    max-height: 300px;
  }
}

.main-footer {
  padding: clamp(51.8px, 3.8541666667vw, 148px) 0 clamp(30.8px, 2.2916666667vw, 88px);
  background: #111;
}
@media all and (max-width: 768px) {
  .main-footer {
    padding: 20px 0 0;
  }
}
.main-footer__inner {
  display: flex;
  justify-content: space-between;
}
@media all and (max-width: 768px) {
  .main-footer__inner {
    position: relative;
    flex-direction: column;
    padding: 131px 16px 85px;
  }
}
.main-footer__top {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: fixed;
  bottom: 0;
  right: clamp(42px, 3.125vw, 120px);
  z-index: 10;
  width: clamp(49px, 3.6458333333vw, 140px);
  height: clamp(49px, 3.6458333333vw, 140px);
  background: #111111;
  font-size: clamp(11.2px, 0.8333333333vw, 32px);
  font-weight: 500;
  color: #fff;
}
@media all and (max-width: 768px) {
  .main-footer__top {
    width: 40px;
    height: 40px;
    right: 16px;
    font-size: 13px;
    font-weight: 500;
  }
}
.main-footer__top.fixed {
  bottom: clamp(-91px, -6.7708333333vw, -260px);
}
@media all and (max-width: 768px) {
  .main-footer__top.fixed {
    bottom: -56px;
  }
}
.main-footer__top::before {
  content: "";
  width: clamp(9.1px, 0.6770833333vw, 26px);
  height: clamp(8.4px, 0.625vw, 24px);
  background: url(../img/icon/icon-top-button.webp) 50% 50%/auto 100% no-repeat;
}
@media all and (max-width: 768px) {
  .main-footer__top::before {
    width: 10px;
    height: 10px;
  }
}
.main-footer__company {
  display: flex;
  flex-direction: column;
  gap: clamp(21px, 1.5625vw, 60px);
}
@media all and (max-width: 768px) {
  .main-footer__company {
    gap: 0;
  }
}
.main-footer__logo {
  width: clamp(137.2px, 10.2083333333vw, 392px);
  height: clamp(25.2px, 1.875vw, 72px);
  background: url(../img/logo-footer-nexus.webp) 50% 50%/100% auto no-repeat;
}
@media all and (max-width: 768px) {
  .main-footer__logo {
    position: absolute;
    top: 0;
    left: 16px;
    width: 130px;
  }
}
.main-footer__copyright {
  font-size: clamp(11.2px, 0.8333333333vw, 32px);
  color: #888888;
}
@media all and (max-width: 768px) {
  .main-footer__copyright {
    position: absolute;
    bottom: 30px;
    left: 16px;
  }
}
.main-footer__info {
  display: flex;
  flex-wrap: wrap;
  width: clamp(532px, 39.5833333333vw, 1520px);
}
@media all and (max-width: 768px) {
  .main-footer__info {
    flex-direction: column;
    width: 100%;
    padding-right: 16px;
  }
}
.main-footer__site {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
  width: 50%;
}
@media all and (max-width: 768px) {
  .main-footer__site {
    width: 100%;
    gap: 20px 0;
  }
}
.main-footer__site-item {
  width: calc(50% - clamp(14px, 1.0416666667vw, 40px));
}
.main-footer__site-link {
  font-size: clamp(12.6px, 0.9375vw, 36px);
  color: #ffffff;
}
.main-footer__contact {
  display: flex;
  flex-direction: column;
  gap: clamp(16.8px, 1.25vw, 48px);
  width: 100%;
}
.main-footer__contact-wrap {
  display: flex;
  flex-direction: column;
  width: 50%;
}
@media all and (max-width: 768px) {
  .main-footer__contact-wrap {
    margin-top: 40px;
    width: 100%;
  }
}
.main-footer__contact-row {
  width: 100%;
  display: flex;
  gap: clamp(21px, 1.5625vw, 60px);
}
.main-footer__contact-column {
  display: flex;
  flex-direction: column;
  gap: clamp(5.6px, 0.4166666667vw, 16px);
  width: 100%;
}
.main-footer__contact-column dt {
  font-size: clamp(9.8px, 0.7291666667vw, 28px);
  color: #ffffff;
  opacity: 0.5;
}
.main-footer__contact-column dd {
  font-size: clamp(12.6px, 0.9375vw, 36px);
  color: #dddddd;
}
@media all and (max-width: 768px) {
  .main-footer__contact-column dd {
    font-size: 14px;
    text-transform: uppercase;
  }
}
.main-footer__sns {
  display: flex;
  gap: clamp(8.4px, 0.625vw, 24px);
  margin-top: clamp(28px, 2.0833333333vw, 80px);
}
@media all and (max-width: 768px) {
  .main-footer__sns {
    position: absolute;
    top: 30px;
    left: 16px;
    right: 16px;
    width: auto;
  }
}
.main-footer__sns .family-site {
  position: relative;
  width: clamp(168px, 12.5vw, 480px);
}
@media all and (max-width: 768px) {
  .main-footer__sns .family-site {
    width: 100%;
  }
}
.main-footer__sns .family-site.active .family-site__list {
  display: flex;
}
.main-footer__sns .family-site__link {
  display: flex;
  align-items: center;
  width: 100%;
  height: clamp(42px, 3.125vw, 120px);
  padding: 0 clamp(21px, 1.5625vw, 60px);
  border-radius: 60px;
  background: #262626;
  color: #fff;
}
.main-footer__sns .family-site__link::after {
  content: "";
  width: clamp(14px, 1.0416666667vw, 40px);
  height: clamp(14px, 1.0416666667vw, 40px);
  margin-left: auto;
  background: url(../img/icon/icon-family-plus.webp) 50% 50%/100% auto no-repeat;
}
@media all and (max-width: 768px) {
  .main-footer__sns .family-site__link {
    height: 48px;
    border-radius: 48px;
    font-size: 13px;
  }
}
.main-footer__sns .family-site__list {
  display: none;
  flex-direction: column;
  gap: clamp(14px, 1.0416666667vw, 40px);
  position: absolute;
  left: 0;
  bottom: clamp(46.2px, 3.4375vw, 132px);
  z-index: 20;
  width: 100%;
  padding: clamp(16.8px, 1.25vw, 48px) clamp(21px, 1.5625vw, 60px);
  border-radius: 16px;
  background: #262626;
}
@media all and (max-width: 768px) {
  .main-footer__sns .family-site__list {
    bottom: 54px;
  }
}
.main-footer__sns .family-site__item {
  color: #fff;
  font-size: clamp(12.6px, 0.9375vw, 36px);
  font-weight: 500;
}
@media all and (max-width: 768px) {
  .main-footer__sns .family-site__item {
    font-size: 13px;
  }
}
.main-footer__sns-item.youtube {
  width: clamp(21px, 1.5625vw, 60px);
  height: clamp(14.7px, 1.09375vw, 42px);
  background: url(../img/icon-footer-youtube.webp) 50% 50%/100% auto no-repeat;
}
.main-footer__sns-item.instagram {
  width: clamp(15.4px, 1.1458333333vw, 44px);
  height: clamp(15.4px, 1.1458333333vw, 44px);
  background: url(../img/icon-footer-instagram.webp) 50% 50%/100% auto no-repeat;
}
.main-footer__policy {
  display: flex;
  gap: clamp(21px, 1.5625vw, 60px);
  width: 100%;
  margin-top: clamp(56px, 4.1666666667vw, 160px);
  padding-top: clamp(28px, 2.0833333333vw, 80px);
  border-top: solid 1px rgba(255, 255, 255, 0.2);
}
@media all and (max-width: 768px) {
  .main-footer__policy {
    margin-top: 30px;
  }
}
.main-footer__policy-link {
  font-size: clamp(11.2px, 0.8333333333vw, 32px);
  color: #888888;
}

.link-button {
  display: inline-flex;
  align-items: center;
  gap: clamp(8.4px, 0.625vw, 24px);
  font-size: clamp(11.2px, 0.8333333333vw, 32px);
  color: #fff;
}
@media all and (max-width: 768px) {
  .link-button {
    font-size: 13px;
  }
}
.link-button .icon {
  width: clamp(32.2px, 2.3958333333vw, 92px);
  height: clamp(32.2px, 2.3958333333vw, 92px);
  background: url(../img/icon/icon-link-arrow-circle.webp) 50% 50%/cover no-repeat;
}

.link-button.black {
  color: #000;
}
.link-button.black .icon {
  background: url(../img/icon/icon-link-arrow-circle-black.webp) 50% 50%/cover no-repeat;
}
@media all and (max-width: 768px) {
  .link-button .icon {
    width: 28px;
    height: 28px;
  }
  .link-button.black .icon{
    background: url(../img/icon/icon-link-arrow-circle-black-mo.webp) 50% 50%/cover no-repeat;
  }
}
.overflow-hidden {
  overflow: hidden;
}

@media all and (max-width: 768px) {
  .is-pc {
    display: none !important;
  }
}

.is-mobile {
  display: none;
}
@media all and (max-width: 768px) {
  .is-mobile {
    display: block;
  }
}

.rise {
  opacity: 0;
  transform: translateY(40px);
  overflow: hidden;
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}
.rise.show {
  opacity: 1;
  transform: translateY(0);
}

.rise-fast {
  opacity: 0;
  transform: translateY(40px);
  overflow: hidden;
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}
.rise-fast.show {
  opacity: 1;
  transform: translateY(0);
}

/**
 * Swiper 11.2.10
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2025 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: June 28, 2025
*/
@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");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
}

: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;
  z-index: 1;
  display: block;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

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

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

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

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

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

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

.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

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

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

.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

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

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

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

.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.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 {
  scroll-snap-type: x mandatory;
}

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

.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  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: "";
  flex-shrink: 0;
  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 {
  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 {
  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);
}

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
  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: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  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: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  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;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

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

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

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

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

:root {
  --swiper-navigation-size: 44px;
}

.swiper-button-next,
.swiper-button-prev {
  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: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

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

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

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

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

.swiper-rtl .swiper-button-next svg,
.swiper-rtl .swiper-button-prev svg {
  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;
}

.swiper-button-next:after,
.swiper-button-prev: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";
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 0.3s opacity;
  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;
}

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

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

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

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

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

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

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

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  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;
  box-shadow: none;
  -webkit-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-pagination-vertical.swiper-pagination-bullets,
.swiper-vertical > .swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

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

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

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

.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%;
  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 {
  transition: 0.2s transform, 0.2s left;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s right;
}

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

.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%;
  transform: scale(0);
  transform-origin: left top;
}

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

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

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

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

.swiper-scrollbar {
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  position: relative;
  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-scrollbar.swiper-scrollbar-vertical,
.swiper-vertical > .swiper-scrollbar {
  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;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > canvas,
.swiper-zoom-container > img,
.swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
  touch-action: none;
}

.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

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

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

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

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

.swiper.swiper-cube {
  overflow: visible;
}

.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

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

.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0;
}

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

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px);
}

.swiper-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper.swiper-flip {
  overflow: visible;
}

.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

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

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

.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform, opacity, height;
}

.swiper.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}

.checkbox {
  position: relative;
}
.checkbox__input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.checkbox__input:checked + .checkbox__label .checkbox__icon {
  border: 2px solid #1897eb;
}
.checkbox__input:checked + .checkbox__label .checkbox__icon::before {
  opacity: 1;
}
.checkbox__label {
  display: flex;
  align-items: center;
  gap: clamp(7px, 0.5208333333vw, 20px);
}
.checkbox__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: clamp(16.8px, 1.25vw, 48px);
  height: clamp(16.8px, 1.25vw, 48px);
  border: 1px solid #dddddd;
}
.checkbox__icon::before {
  content: "";
  width: clamp(9.8px, 0.7291666667vw, 28px);
  height: clamp(6.65px, 0.4947916667vw, 19px);
  background: url(../img/sub/icon-check.webp) no-repeat center center;
  background-size: contain;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.checkbox__text {
  font-size: clamp(14px, 1.0416666667vw, 40px);
  color: #333;
}

.input-text {
  width: 100%;
  height: clamp(43.4px, 3.2291666667vw, 124px);
  padding: clamp(14px, 1.0416666667vw, 40px);
  border: solid 1px #ddd;
  background-color: #fff;
  font-size: clamp(14px, 1.0416666667vw, 40px);
  color: #111;
}
@media all and (max-width: 768px) {
  .input-text {
    height: 40px;
  }
}
.input-text:focus {
  border-color: #808080;
}
.input-text.invalid {
  border-color: #dc0404;
  color: #dc0404;
}

.textarea {
  width: 100%;
  height: clamp(168px, 12.5vw, 480px);
  padding: clamp(14px, 1.0416666667vw, 40px);
  border: solid 1px #ddd;
  background-color: #fff;
  font-size: clamp(14px, 1.0416666667vw, 40px);
  color: #111;
}
.textarea:focus {
  border-color: #808080;
}
.textarea.invalid {
  border-color: #dc0404;
  color: #dc0404;
}

.input-file {
  width: 100%;
  font-size: clamp(14px, 1.0416666667vw, 40px);
  color: #111;
}
.input-file::file-selector-button {
  width: clamp(168px, 12.5vw, 480px);
  height: clamp(42px, 3.125vw, 120px);
  background: #333;
  color: #fff;
  font-size: clamp(14px, 1.0416666667vw, 40px);
}
@media all and (max-width: 768px) {
  .input-file::file-selector-button {
    width: 95px;
    height: 36px;
  }
}

.footer-button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(14px, 1.0416666667vw, 40px);
  margin-top: clamp(42px, 3.125vw, 120px);
  margin-bottom: clamp(126px, 9.375vw, 360px);
}
.footer-button button {
  width: clamp(112px, 8.3333333333vw, 320px);
  height: clamp(42px, 3.125vw, 120px);
  font-size: clamp(14px, 1.0416666667vw, 40px);
}
.footer-button button.button-save {
  background-color: #111;
  color: #fff;
}
.footer-button button.button-cancel {
  border: solid 1px #ddd;
  background-color: #fff;
  color: #808080;
}

.form-default {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: clamp(28px, 2.0833333333vw, 80px);
}
.form-default form{
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: clamp(28px, 2.0833333333vw, 80px);
}
.form-default__row {
  display: flex;
  gap: clamp(42px, 3.125vw, 120px);
}
@media all and (max-width: 768px) {
  .form-default__row {
    gap: 30px;
    flex-direction: column;
  }
}
.form-default__col {
  display: flex;
  width: 100%;
}
@media all and (max-width: 768px) {
  .form-default__col {
    flex-direction: column;
    gap: 8px;
  }
}
.form-default__input {
  display: flex;
  align-items: center;
  width: 100%;
  min-height: clamp(43.4px, 3.2291666667vw, 124px);
  position: relative;
  gap: clamp(14px, 1.0416666667vw, 40px);
}
.form-default__input.invalid .error-message {
  position: absolute;
  bottom: clamp(-29.4px, -2.1875vw, -84px);
  left: 0;
  font-size: clamp(11.2px, 0.8333333333vw, 32px);
  color: #dc0404;
}
.form-default__input.file {
  align-items: flex-start;
  flex-direction: column;
  color: #808080;
}
.form-default__label {
  display: flex;
  flex-shrink: 0;
  width: clamp(112px, 8.3333333333vw, 320px);
  padding-top: clamp(11.2px, 0.8333333333vw, 32px);
  font-size: clamp(14px, 1.0416666667vw, 40px);
  color: #111;
  font-weight: 500;
  gap: clamp(5.6px, 0.4166666667vw, 16px);
}
.form-default__label .required {
  width: clamp(5.6px, 0.4166666667vw, 16px);
  height: clamp(5.6px, 0.4166666667vw, 16px);
  background: #1897eb;
  border-radius: 50%;
}

@media all and (max-width: 768px) {
  .additional-text {
    font-size: 13px;
    color: #808080;
  }
}

.mb-0 {
  margin-bottom: clamp(0px, 0vw, 0px);
}

.mb-0\! {
  margin-bottom: clamp(0px, 0vw, 0px) !important;
}

.mb-10 {
  margin-bottom: clamp(7px, 0.5208333333vw, 20px);
}

.mb-10\! {
  margin-bottom: clamp(7px, 0.5208333333vw, 20px) !important;
}

.mb-20 {
  margin-bottom: clamp(14px, 1.0416666667vw, 40px);
}

.mb-20\! {
  margin-bottom: clamp(14px, 1.0416666667vw, 40px) !important;
}

.mb-30 {
  margin-bottom: clamp(21px, 1.5625vw, 60px);
}

.mb-30\! {
  margin-bottom: clamp(21px, 1.5625vw, 60px) !important;
}

.mb-40 {
  margin-bottom: clamp(28px, 2.0833333333vw, 80px);
}

.mb-40\! {
  margin-bottom: clamp(28px, 2.0833333333vw, 80px) !important;
}

.mb-50 {
  margin-bottom: clamp(35px, 2.6041666667vw, 100px);
}

.mb-50\! {
  margin-bottom: clamp(35px, 2.6041666667vw, 100px) !important;
}

.mb-60 {
  margin-bottom: clamp(42px, 3.125vw, 120px);
}

.mb-60\! {
  margin-bottom: clamp(42px, 3.125vw, 120px) !important;
}

.mb-70 {
  margin-bottom: clamp(49px, 3.6458333333vw, 140px);
}

.mb-70\! {
  margin-bottom: clamp(49px, 3.6458333333vw, 140px) !important;
}

.mb-80 {
  margin-bottom: clamp(56px, 4.1666666667vw, 160px);
}

.mb-80\! {
  margin-bottom: clamp(56px, 4.1666666667vw, 160px) !important;
}

.mb-90 {
  margin-bottom: clamp(63px, 4.6875vw, 180px);
}

.mb-90\! {
  margin-bottom: clamp(63px, 4.6875vw, 180px) !important;
}

.mb-100 {
  margin-bottom: clamp(70px, 5.2083333333vw, 200px);
}

.mb-100\! {
  margin-bottom: clamp(70px, 5.2083333333vw, 200px) !important;
}

.mb-110 {
  margin-bottom: clamp(77px, 5.7291666667vw, 220px);
}

.mb-110\! {
  margin-bottom: clamp(77px, 5.7291666667vw, 220px) !important;
}

.mb-120 {
  margin-bottom: clamp(84px, 6.25vw, 240px);
}

.mb-120\! {
  margin-bottom: clamp(84px, 6.25vw, 240px) !important;
}

.mb-130 {
  margin-bottom: clamp(91px, 6.7708333333vw, 260px);
}

.mb-130\! {
  margin-bottom: clamp(91px, 6.7708333333vw, 260px) !important;
}

.mb-140 {
  margin-bottom: clamp(98px, 7.2916666667vw, 280px);
}

.mb-140\! {
  margin-bottom: clamp(98px, 7.2916666667vw, 280px) !important;
}

.mb-150 {
  margin-bottom: clamp(105px, 7.8125vw, 300px);
}

.mb-150\! {
  margin-bottom: clamp(105px, 7.8125vw, 300px) !important;
}

.mb-160 {
  margin-bottom: clamp(112px, 8.3333333333vw, 320px);
}

.mb-160\! {
  margin-bottom: clamp(112px, 8.3333333333vw, 320px) !important;
}

.mb-170 {
  margin-bottom: clamp(119px, 8.8541666667vw, 340px);
}

.mb-170\! {
  margin-bottom: clamp(119px, 8.8541666667vw, 340px) !important;
}

.mb-180 {
  margin-bottom: clamp(126px, 9.375vw, 360px);
}

.mb-180\! {
  margin-bottom: clamp(126px, 9.375vw, 360px) !important;
}

.mb-190 {
  margin-bottom: clamp(133px, 9.8958333333vw, 380px);
}

.mb-190\! {
  margin-bottom: clamp(133px, 9.8958333333vw, 380px) !important;
}

.mb-200 {
  margin-bottom: clamp(140px, 10.4166666667vw, 400px);
}

.mb-200\! {
  margin-bottom: clamp(140px, 10.4166666667vw, 400px) !important;
}

.mt-0 {
  margin-top: clamp(0px, 0vw, 0px);
}

.mt-0\! {
  margin-top: clamp(0px, 0vw, 0px) !important;
}

.mt-10 {
  margin-top: clamp(7px, 0.5208333333vw, 20px);
}

.mt-10\! {
  margin-top: clamp(7px, 0.5208333333vw, 20px) !important;
}

.mt-20 {
  margin-top: clamp(14px, 1.0416666667vw, 40px);
}

.mt-20\! {
  margin-top: clamp(14px, 1.0416666667vw, 40px) !important;
}

.mt-30 {
  margin-top: clamp(21px, 1.5625vw, 60px);
}

.mt-30\! {
  margin-top: clamp(21px, 1.5625vw, 60px) !important;
}

.mt-40 {
  margin-top: clamp(28px, 2.0833333333vw, 80px);
}

.mt-40\! {
  margin-top: clamp(28px, 2.0833333333vw, 80px) !important;
}

.mt-50 {
  margin-top: clamp(35px, 2.6041666667vw, 100px);
}

.mt-50\! {
  margin-top: clamp(35px, 2.6041666667vw, 100px) !important;
}

.mt-60 {
  margin-top: clamp(42px, 3.125vw, 120px);
}

.mt-60\! {
  margin-top: clamp(42px, 3.125vw, 120px) !important;
}

.mt-70 {
  margin-top: clamp(49px, 3.6458333333vw, 140px);
}

.mt-70\! {
  margin-top: clamp(49px, 3.6458333333vw, 140px) !important;
}

.mt-80 {
  margin-top: clamp(56px, 4.1666666667vw, 160px);
}

.mt-80\! {
  margin-top: clamp(56px, 4.1666666667vw, 160px) !important;
}

.mt-90 {
  margin-top: clamp(63px, 4.6875vw, 180px);
}

.mt-90\! {
  margin-top: clamp(63px, 4.6875vw, 180px) !important;
}

.mt-100 {
  margin-top: clamp(70px, 5.2083333333vw, 200px);
}

.mt-100\! {
  margin-top: clamp(70px, 5.2083333333vw, 200px) !important;
}

.mt-110 {
  margin-top: clamp(77px, 5.7291666667vw, 220px);
}

.mt-110\! {
  margin-top: clamp(77px, 5.7291666667vw, 220px) !important;
}

.mt-120 {
  margin-top: clamp(84px, 6.25vw, 240px);
}

.mt-120\! {
  margin-top: clamp(84px, 6.25vw, 240px) !important;
}

.mt-130 {
  margin-top: clamp(91px, 6.7708333333vw, 260px);
}

.mt-130\! {
  margin-top: clamp(91px, 6.7708333333vw, 260px) !important;
}

.mt-140 {
  margin-top: clamp(98px, 7.2916666667vw, 280px);
}

.mt-140\! {
  margin-top: clamp(98px, 7.2916666667vw, 280px) !important;
}

.mt-150 {
  margin-top: clamp(105px, 7.8125vw, 300px);
}

.mt-150\! {
  margin-top: clamp(105px, 7.8125vw, 300px) !important;
}

.mt-160 {
  margin-top: clamp(112px, 8.3333333333vw, 320px);
}

.mt-160\! {
  margin-top: clamp(112px, 8.3333333333vw, 320px) !important;
}

.mt-170 {
  margin-top: clamp(119px, 8.8541666667vw, 340px);
}

.mt-170\! {
  margin-top: clamp(119px, 8.8541666667vw, 340px) !important;
}

.mt-180 {
  margin-top: clamp(126px, 9.375vw, 360px);
}

.mt-180\! {
  margin-top: clamp(126px, 9.375vw, 360px) !important;
}

.mt-190 {
  margin-top: clamp(133px, 9.8958333333vw, 380px);
}

.mt-190\! {
  margin-top: clamp(133px, 9.8958333333vw, 380px) !important;
}

.mt-200 {
  margin-top: clamp(140px, 10.4166666667vw, 400px);
}

.mt-200\! {
  margin-top: clamp(140px, 10.4166666667vw, 400px) !important;
}

.ml-0 {
  margin-left: clamp(0px, 0vw, 0px);
}

.ml-0\! {
  margin-left: clamp(0px, 0vw, 0px) !important;
}

.ml-10 {
  margin-left: clamp(7px, 0.5208333333vw, 20px);
}

.ml-10\! {
  margin-left: clamp(7px, 0.5208333333vw, 20px) !important;
}

.ml-20 {
  margin-left: clamp(14px, 1.0416666667vw, 40px);
}

.ml-20\! {
  margin-left: clamp(14px, 1.0416666667vw, 40px) !important;
}

.ml-30 {
  margin-left: clamp(21px, 1.5625vw, 60px);
}

.ml-30\! {
  margin-left: clamp(21px, 1.5625vw, 60px) !important;
}

.ml-40 {
  margin-left: clamp(28px, 2.0833333333vw, 80px);
}

.ml-40\! {
  margin-left: clamp(28px, 2.0833333333vw, 80px) !important;
}

.ml-50 {
  margin-left: clamp(35px, 2.6041666667vw, 100px);
}

.ml-50\! {
  margin-left: clamp(35px, 2.6041666667vw, 100px) !important;
}

.ml-60 {
  margin-left: clamp(42px, 3.125vw, 120px);
}

.ml-60\! {
  margin-left: clamp(42px, 3.125vw, 120px) !important;
}

.ml-70 {
  margin-left: clamp(49px, 3.6458333333vw, 140px);
}

.ml-70\! {
  margin-left: clamp(49px, 3.6458333333vw, 140px) !important;
}

.ml-80 {
  margin-left: clamp(56px, 4.1666666667vw, 160px);
}

.ml-80\! {
  margin-left: clamp(56px, 4.1666666667vw, 160px) !important;
}

.ml-90 {
  margin-left: clamp(63px, 4.6875vw, 180px);
}

.ml-90\! {
  margin-left: clamp(63px, 4.6875vw, 180px) !important;
}

.ml-100 {
  margin-left: clamp(70px, 5.2083333333vw, 200px);
}

.ml-100\! {
  margin-left: clamp(70px, 5.2083333333vw, 200px) !important;
}

.ml-110 {
  margin-left: clamp(77px, 5.7291666667vw, 220px);
}

.ml-110\! {
  margin-left: clamp(77px, 5.7291666667vw, 220px) !important;
}

.ml-120 {
  margin-left: clamp(84px, 6.25vw, 240px);
}

.ml-120\! {
  margin-left: clamp(84px, 6.25vw, 240px) !important;
}

.ml-130 {
  margin-left: clamp(91px, 6.7708333333vw, 260px);
}

.ml-130\! {
  margin-left: clamp(91px, 6.7708333333vw, 260px) !important;
}

.ml-140 {
  margin-left: clamp(98px, 7.2916666667vw, 280px);
}

.ml-140\! {
  margin-left: clamp(98px, 7.2916666667vw, 280px) !important;
}

.ml-150 {
  margin-left: clamp(105px, 7.8125vw, 300px);
}

.ml-150\! {
  margin-left: clamp(105px, 7.8125vw, 300px) !important;
}

.ml-160 {
  margin-left: clamp(112px, 8.3333333333vw, 320px);
}

.ml-160\! {
  margin-left: clamp(112px, 8.3333333333vw, 320px) !important;
}

.ml-170 {
  margin-left: clamp(119px, 8.8541666667vw, 340px);
}

.ml-170\! {
  margin-left: clamp(119px, 8.8541666667vw, 340px) !important;
}

.ml-180 {
  margin-left: clamp(126px, 9.375vw, 360px);
}

.ml-180\! {
  margin-left: clamp(126px, 9.375vw, 360px) !important;
}

.ml-190 {
  margin-left: clamp(133px, 9.8958333333vw, 380px);
}

.ml-190\! {
  margin-left: clamp(133px, 9.8958333333vw, 380px) !important;
}

.ml-200 {
  margin-left: clamp(140px, 10.4166666667vw, 400px);
}

.ml-200\! {
  margin-left: clamp(140px, 10.4166666667vw, 400px) !important;
}

.mr-0 {
  margin-right: clamp(0px, 0vw, 0px);
}

.mr-0\! {
  margin-right: clamp(0px, 0vw, 0px) !important;
}

.mr-10 {
  margin-right: clamp(7px, 0.5208333333vw, 20px);
}

.mr-10\! {
  margin-right: clamp(7px, 0.5208333333vw, 20px) !important;
}

.mr-20 {
  margin-right: clamp(14px, 1.0416666667vw, 40px);
}

.mr-20\! {
  margin-right: clamp(14px, 1.0416666667vw, 40px) !important;
}

.mr-30 {
  margin-right: clamp(21px, 1.5625vw, 60px);
}

.mr-30\! {
  margin-right: clamp(21px, 1.5625vw, 60px) !important;
}

.mr-40 {
  margin-right: clamp(28px, 2.0833333333vw, 80px);
}

.mr-40\! {
  margin-right: clamp(28px, 2.0833333333vw, 80px) !important;
}

.mr-50 {
  margin-right: clamp(35px, 2.6041666667vw, 100px);
}

.mr-50\! {
  margin-right: clamp(35px, 2.6041666667vw, 100px) !important;
}

.mr-60 {
  margin-right: clamp(42px, 3.125vw, 120px);
}

.mr-60\! {
  margin-right: clamp(42px, 3.125vw, 120px) !important;
}

.mr-70 {
  margin-right: clamp(49px, 3.6458333333vw, 140px);
}

.mr-70\! {
  margin-right: clamp(49px, 3.6458333333vw, 140px) !important;
}

.mr-80 {
  margin-right: clamp(56px, 4.1666666667vw, 160px);
}

.mr-80\! {
  margin-right: clamp(56px, 4.1666666667vw, 160px) !important;
}

.mr-90 {
  margin-right: clamp(63px, 4.6875vw, 180px);
}

.mr-90\! {
  margin-right: clamp(63px, 4.6875vw, 180px) !important;
}

.mr-100 {
  margin-right: clamp(70px, 5.2083333333vw, 200px);
}

.mr-100\! {
  margin-right: clamp(70px, 5.2083333333vw, 200px) !important;
}

.mr-110 {
  margin-right: clamp(77px, 5.7291666667vw, 220px);
}

.mr-110\! {
  margin-right: clamp(77px, 5.7291666667vw, 220px) !important;
}

.mr-120 {
  margin-right: clamp(84px, 6.25vw, 240px);
}

.mr-120\! {
  margin-right: clamp(84px, 6.25vw, 240px) !important;
}

.mr-130 {
  margin-right: clamp(91px, 6.7708333333vw, 260px);
}

.mr-130\! {
  margin-right: clamp(91px, 6.7708333333vw, 260px) !important;
}

.mr-140 {
  margin-right: clamp(98px, 7.2916666667vw, 280px);
}

.mr-140\! {
  margin-right: clamp(98px, 7.2916666667vw, 280px) !important;
}

.mr-150 {
  margin-right: clamp(105px, 7.8125vw, 300px);
}

.mr-150\! {
  margin-right: clamp(105px, 7.8125vw, 300px) !important;
}

.mr-160 {
  margin-right: clamp(112px, 8.3333333333vw, 320px);
}

.mr-160\! {
  margin-right: clamp(112px, 8.3333333333vw, 320px) !important;
}

.mr-170 {
  margin-right: clamp(119px, 8.8541666667vw, 340px);
}

.mr-170\! {
  margin-right: clamp(119px, 8.8541666667vw, 340px) !important;
}

.mr-180 {
  margin-right: clamp(126px, 9.375vw, 360px);
}

.mr-180\! {
  margin-right: clamp(126px, 9.375vw, 360px) !important;
}

.mr-190 {
  margin-right: clamp(133px, 9.8958333333vw, 380px);
}

.mr-190\! {
  margin-right: clamp(133px, 9.8958333333vw, 380px) !important;
}

.mr-200 {
  margin-right: clamp(140px, 10.4166666667vw, 400px);
}

.mr-200\! {
  margin-right: clamp(140px, 10.4166666667vw, 400px) !important;
}

.line-table {
  width: 100%;
  border-top: 1px solid #111;
  border-bottom: 1px solid #dddddd;
}
.line-table__header-th {
  height: clamp(43.4px, 3.2291666667vw, 124px);
  padding-left: clamp(14px, 1.0416666667vw, 40px);
  font-size: clamp(14px, 1.0416666667vw, 40px);
  font-weight: 700;
  text-align: left;
  color: #111;
}
.line-table__body-td {
  height: clamp(43.4px, 3.2291666667vw, 124px);
  padding-left: clamp(14px, 1.0416666667vw, 40px);
  border-top: 1px solid #dddddd;
  font-size: clamp(14px, 1.0416666667vw, 40px);
  font-weight: 400;
  text-align: left;
  color: #333;
}

html[lang="en"] .main-header.is-active::before {
  height: clamp(373px, 22.6125vw, 780px);
}
html[lang="en"] .main-header.is-active .gnb__item::before{
  height: clamp(373px, 22.6125vw, 780px);
}
@media (min-width: 1025px) {
  .main-header__util-item:hover .main-header__util-dropdown {
      display: flex;
  }
}
.pc-only {
  display: flex !important;
}

.mo-only {
  display: none !important;
}

@media all and (max-width: 768px) {
  .pc-only {
    display: none !important;
  }
  .mo-only {
    display: flex !important;
  }
  .form-default__label{
    width: 100%;
    padding-top: 6px;
    margin-top: 0;
  }
  .footer-button {
    margin: 20px 0 80px;
  }
  .form-default__input.invalid .error-message{
    bottom: -19px;
  }
}
@media all and (max-width: 768px) {
  .main-header .main-header__inner-wrap .main-header__util-item.language.is-expanded .main-header__util-dropdown {
    position: absolute;
    display: flex
;
    flex-direction: column;
    gap: 5px;
    top: 40px;
    left: 50%;
    margin-left: calc(clamp(75.6px, 5.625vw, 216px) / 2 * -1);
    width: 80px;
    height: 80px;
    background: #fff;
    padding: 10px 0;
    border-radius: 16px;
    border: 1px solid #ddd;
    box-shadow: 0 -1px 5px 0 rgba(0, 0, 0, 0.16);
  } 
  .main-header .main-header__inner-wrap .main-header__util-item.language.is-expanded .main-header__util-dropdown .lang-switch{
    text-align: center;
  }
}

a.direct-link {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  left: 0;
  z-index: 5;
  height: 60px;
  width: 290px;
}

@media all and (max-width: 768px) {
  a.direct-link {
    display: block;
  }
}