@charset "UTF-8";
/*base*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+KR&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@1,600&family=Noto+Serif+KR:wght@200;300;400;500;600;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Marcellus&display=swap");
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p,
blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn,
em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var,
b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label,
legend, table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, figure, figcaption,
footer, header, hgroup, menu, nav, output, ruby, section, summary, time,
mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
}

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

body {
  line-height: 1;
  overflow-x: hidden;
  background-color: var(--sub1);
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

a {
  text-decoration: none;
  color: inherit;
}

* {
  box-sizing: border-box;
}

li, a {
  list-style: none;
}

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

textarea:focus,
input:focus {
  outline: none;
}

button {
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0);
  border: 0;
}

img {
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  max-width: 100%;
  width: auto;
}

::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  background-color: rgba(180, 180, 180, 0.295);
}

::-webkit-scrollbar-thumb {
  background-clip: padding-box;
  border-radius: 5px;
  background: var(--pri1);
  border: 2px solid transparent;
}

div, span, p, ul, ol, li, dd, dt, dl,
h1, h2, h3, h4, h5, h6 {
  word-break: keep-all;
}

div, span, p, ul, ol, li, dd, dt, dl,
h1, h2, h3, h4, h5, h6, a {
  word-break: break-all;
  caret-color: transparent;
}

/* 다크 모드 무시 */
@media (prefers-color-scheme: dark) {
  :root {
    color-scheme: light !important;
    background-color: white !important;
    color: black !important;
  }
}
@keyframes title {
  0% {
    letter-spacing: -0.5em;
    opacity: 0;
  }
  40% {
    opacity: 0.6;
  }
  100% {
    opacity: 1;
  }
}
@keyframes tit_mini {
  0% {
    letter-spacing: 0.5em;
    opacity: 0;
  }
  40% {
    opacity: 0.6;
  }
  100% {
    letter-spacing: auto;
    opacity: 1;
  }
}
@keyframes focus {
  0% {
    filter: blur(12px);
    opacity: 0;
  }
  100% {
    filter: blur(0px);
    opacity: 1;
  }
}
@keyframes cycleM {
  0% {
    transform: translateY(0) scale(1);
  }
  100% {
    transform: translateY(1.5rem) scale(0.95);
  }
}
@keyframes rotate {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes scroll {
  0% {
    transform: translate(-50%, 0);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    transform: translate(-50%, 1.4rem);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes bigger {
  0% {
    transform: scale(0);
    opacity: 1;
  }
  100% {
    transform: scale(5);
    opacity: 0;
  }
}
@keyframes bounce {
  0% {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
  }
  10% {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
  }
  33% {
    transform: translateY(-8px);
    -webkit-transform: translateY(-8px);
    -moz-transform: translateY(-8px);
    -ms-transform: translateY(-8px);
    -o-transform: translateY(-8px);
  }
  50% {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
  }
  60% {
    transform: translateY(-1px);
    -webkit-transform: translateY(-1px);
    -moz-transform: translateY(-1px);
    -ms-transform: translateY(-1px);
    -o-transform: translateY(-1px);
  }
  70% {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
  }
  100% {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
  }
}
@keyframes slideUp {
  0% {
    opacity: 0;
    transform: translateY(150%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes slideDown {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes slideLeft {
  0% {
    transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes slideRight {
  0% {
    transform: translateX(50%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes dropMenu {
  0% {
    opacity: 0;
    transform: translateY(-2rem);
  }
  100% {
    opacity: 1;
    transform: translateY(0rem);
  }
}
@keyframes dropMenuUP {
  0% {
    opacity: 0;
    transform: translateY(2rem);
  }
  100% {
    opacity: 1;
    transform: translateY(0rem);
  }
}
@keyframes arrow-top-right {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*style*/
/*
    반응형
    사용 시 : 
    @include tablet{

    }
    @include mobile{

    }
*/
/*모바일에서 안보임*/
.hidden-mo {
  display: block !important;
}
@media screen and (max-width: 1023px) {
  .hidden-mo {
    display: block !important;
  }
}
@media screen and (max-width: 767px) {
  .hidden-mo {
    display: none !important;
  }
}

/*탭+PC에서 안보임*/
.hidden-pc-tab {
  display: none !important;
}
@media screen and (max-width: 1023px) {
  .hidden-pc-tab {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .hidden-pc-tab {
    display: block !important;
  }
}

/*탭+mo에서 안보임*/
.hidden-tab-mo {
  display: block !important;
}
@media screen and (max-width: 1023px) {
  .hidden-tab-mo {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .hidden-tab-mo {
    display: none !important;
  }
}

:root {
  /*gray*/
  --gray1: #FAFAFA;
  --gray2: #F2F2F2;
  --gray3: #ECECEC;
  --gray4: #F0F0F0;
  --gray5: #CFCFCF;
  --gray6: #BEBEBE;
  --gray7: #B7B7B7;
  --gray8: #ABABAB;
  --gray9: #A1A1A1;
  --gray10: #5E5E5E;
  /*black*/
  --black: #000;
  --black-a95: rgba(0, 0, 0, 0.95);
  --black-a85: rgba(0, 0, 0, 0.85);
  --black-a65: rgba(0, 0, 0, 0.65);
  --black-a50: rgba(0, 0, 0, 0.50);
  --black-a45: rgba(0, 0, 0, 0.45);
  --black-a40: rgba(0, 0, 0, 0.40);
  --black-a30: rgba(0, 0, 0, 0.30);
  --black-a25: rgba(0, 0, 0, 0.25);
  --black-a15: rgba(27, 4, 4, 0.15);
  --black-a10: rgba(0, 0, 0, 0.10);
  --black-a5: rgba(0, 0, 0, 0.5);
  /*white*/
  --white: #fff;
  --white-a95: rgba(255, 255, 255, 0.95);
  --white-a85: rgba(255, 255, 255, 0.85);
  --white-a65: rgba(255, 255, 255, 0.65);
  --white-a50: rgba(255, 255, 255, 0.50);
  --white-a45: rgba(255, 255, 255, 0.45);
  --white-a40: rgba(255, 255, 255, 0.40);
  --white-a30: rgba(255, 255, 255, 0.30);
  --white-a25: rgba(255, 255, 255, 0.25);
  --white-a15: rgba(255, 255, 255, 0.15);
  --white-a10: rgba(255, 255, 255, 0.10);
  --white-a5: rgba(255, 255, 255, 0.5);
  /*pri 1*/
  --pri1: #397368;
  --pri1-1: ;
  --pri1-2: ;
  --pri1-3: ;
  --pri1-4: ;
  --pri1-5: ;
  --pri1-6: ;
  --pri1-7: ;
  --pri1-8: ;
  --pri1-9: ;
  --pri1-10: ;
  /*pri 2*/
  --pri2: #104238;
  --pri2-1: ;
  --pri2-2: ;
  --pri2-3: ;
  --pri2-4: ;
  --pri2-5: ;
  --pri2-6: ;
  --pri2-7: ;
  --pri2-8: ;
  --pri2-9: ;
  --pri2-10: ;
  /*pri 3*/
  --pri3: #FFEED6;
  --pri3-1: ;
  --pri3-2: ;
  --pri3-3: ;
  --pri3-4: ;
  --pri3-5: ;
  --pri3-6: ;
  --pri3-7: ;
  --pri3-8: ;
  --pri3-9: ;
  --pri3-10: ;
  /*pri 4*/
  --pri4: #FFFCE1;
  --pri4-1: ;
  --pri4-2: ;
  --pri4-3: ;
  --pri4-4: ;
  --pri4-5: ;
  --pri4-6: ;
  --pri4-7: ;
  --pri4-8: ;
  --pri4-9: ;
  --pri4-10: ;
  /*pri 5*/
  --pri5: ;
  --pri5-1: ;
  --pri5-2: ;
  --pri5-3: ;
  --pri5-4: ;
  --pri5-5: ;
  --pri5-6: ;
  --pri5-7: ;
  --pri5-8: ;
  --pri5-9: ;
  --pri5-10: ;
  /*sub 1*/
  --sub1: #FEFFFD;
  --sub1-1: ;
  --sub1-2: ;
  --sub1-3: ;
  --sub1-4: ;
  --sub1-5: ;
  --sub1-6: ;
  --sub1-7: ;
  --sub1-8: ;
  --sub1-9: ;
  --sub1-10: ;
  /*sub 2*/
  --sub2: #F7FBF8;
  --sub2-1: ;
  --sub2-2: ;
  --sub2-3: ;
  --sub2-4: ;
  --sub2-5: ;
  --sub2-6: ;
  --sub2-7: ;
  --sub2-8: ;
  --sub2-9: ;
  --sub2-10: ;
  /*sub 3*/
  --sub3: #C6D3D1;
  --sub3-1: ;
  --sub3-2: ;
  --sub3-3: ;
  --sub3-4: ;
  --sub3-5: ;
  --sub3-6: ;
  --sub3-7: ;
  --sub3-8: ;
  --sub3-9: ;
  --sub3-10: ;
  /*second*/
  --second1: #7E9995;
  --second2: ;
  --second3: ;
  --second4: ;
  --second5: ;
  --second6: ;
  --second7: ;
  --second8: ;
  --second9: ;
  --second10: ;
  --second11: ;
  /*sns*/
  --kakao: #ffbb00;
  --naver: #58D30C;
  --daum: #618FFC;
  --youtube: #FD0532;
}

/* 폰트종류 */
:root {
  --Marcell: "Marcellus", serif;
  --NotoSerif: "Noto Serif KR",serif;
  --NotoSans: "Noto Sans KR";
  --Mont: "Montserrat", sans-serif;
}

/* 폰트셋팅*/
/* 텍스트정렬*/
/* 폰트반응형*/
/*영문폰트*/
/*serif*/
p, a, li {
  font-family: var(--NotoSans);
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%;
  letter-spacing: -0.6px;
}
@media screen and (max-width: 1023px) {
  p, a, li {
    font-family: var(--NotoSans);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 170%;
    letter-spacing: -0.56px;
  }
}
@media screen and (max-width: 767px) {
  p, a, li {
    font-family: var(--NotoSans);
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 170%;
    letter-spacing: -0.56px;
  }
}

.btn01 {
  font-family: var(--NotoSans);
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%;
  letter-spacing: -0.6px;
  border: 1px solid var(--pri4);
  color: var(--pri4);
  padding-left: 1.875rem;
  padding-right: 1.875rem;
  height: 50px;
  position: relative;
  box-sizing: border-box;
  overflow: hidden !important;
}
@media screen and (max-width: 1023px) {
  .btn01 {
    font-family: var(--NotoSans);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 170%;
    letter-spacing: -0.56px;
  }
}
@media screen and (max-width: 767px) {
  .btn01 {
    font-family: var(--NotoSans);
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 170%;
    letter-spacing: -0.56px;
  }
}
.btn01:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  z-index: -1;
  height: 100%;
  display: block;
  background-color: var(--pri1);
  transition: all 0.5s ease;
}

.btn01:hover {
  color: var(--white);
  border: 1px solid var(--pri1);
}
.btn01:hover:after {
  width: 100%;
  transition: all 0.5s ease;
}

button {
  font-family: var(--NotoSans);
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%;
  letter-spacing: -0.6px;
}
@media screen and (max-width: 1023px) {
  button {
    font-family: var(--NotoSans);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 170%;
    letter-spacing: -0.56px;
  }
}
@media screen and (max-width: 767px) {
  button {
    font-family: var(--NotoSans);
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 170%;
    letter-spacing: -0.56px;
  }
}

/*components*/
/*============================================
Footer
=============================================*/
footer {
  background-color: white;
  border-top: 1px solid var(--black-a10);
  padding-top: 6.25rem;
  padding-bottom: 6.25rem;
}
footer .container {
  max-width: 1400px;
  width: 90%;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: space-between;
  align-items: stretch;
  gap: 0;
}
footer .container .info li {
  margin-bottom: 1.25rem;
}
footer .container .info li a {
  margin-right: 2.5rem;
  color: var(--black-a65);
}
footer .container .info li a:last-of-type {
  margin-right: 0 !important;
}
footer .container .info li:first-of-type a:last-of-type {
  padding: 5px 20px;
  border-radius: 20px;
  color: var(--pri1);
  border: 1px solid var(--pri1);
}
footer .container .info li:last-of-type {
  margin-bottom: 0 !important;
}
footer .container .logo {
  color: var(--gray9);
  font-family: var(--Marcell);
  font-size: 60px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: -1.2px;
  flex-basis: 15%;
}
@media screen and (max-width: 1023px) {
  footer .container .logo {
    font-family: var(--Marcell);
  }
}
@media screen and (max-width: 767px) {
  footer .container .logo {
    font-family: var(--Marcell);
  }
}
@media screen and (max-width: 1023px) {
  footer .container .logo {
    font-family: var(--Marcell);
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: -0.96px;
  }
}
@media screen and (max-width: 1023px) and (max-width: 1023px) {
  footer .container .logo {
    font-family: var(--Marcell);
  }
}
@media screen and (max-width: 1023px) and (max-width: 767px) {
  footer .container .logo {
    font-family: var(--Marcell);
  }
}
@media screen and (max-width: 767px) {
  footer .container .logo {
    font-family: var(--Marcell);
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: -0.96px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1023px) {
  footer .container .logo {
    font-family: var(--Marcell);
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  footer .container .logo {
    font-family: var(--Marcell);
  }
}
footer .container .logo img {
  width: 100%;
}
@media screen and (max-width: 1023px) {
  footer .container {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
    gap: 50px;
  }
  footer .container .info li a {
    display: block;
    text-align: center;
    margin-right: 0 !important;
  }
  footer .container .info li:first-of-type {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
  }
  footer .container .info li:first-of-type a:after {
    content: "·";
    margin-left: 10px;
    color: var(--gray5);
  }
  footer .container .info li:first-of-type a:last-of-type:after {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  footer {
    padding-bottom: 9.375rem;
  }
}

header {
  position: fixed;
  top: 0;
  z-index: 10;
  width: 100%;
  background-color: white;
  box-shadow: 3px 3px 20px rgba(0, 0, 0, 0.1411764706);
}
header .container {
  width: 95%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
  padding: 10px 0;
}
header .container .logo {
  left: 0%;
  position: relative;
}
header .container .menu {
  display: flex;
  margin-left: -7%;
}
header .container .menu li a {
  display: block;
  padding: 10px 15px;
}
header .container .menu li:hover {
  color: var(--pri1);
  transition: all 0.5s ease;
  font-weight: 900;
}
@media screen and (max-width: 1330px) {
  header .container .menu {
    display: none;
  }
}
header .container .Util {
  right: 0%;
  position: relative;
}
header .container .Util .sitemap {
  width: 20px;
  height: 16px;
  position: relative;
  cursor: pointer;
}
header .container .Util .sitemap p {
  position: absolute;
  width: 100%;
  display: block;
  background: var(--pri1);
  right: 0;
  transition: all 0.2s linear;
}
header .container .Util .sitemap p.one {
  top: 0;
  height: 2px;
}
header .container .Util .sitemap p.two {
  top: 7px;
  height: 2px;
}
header .container .Util .sitemap p.three {
  width: 12px;
  bottom: 0;
  height: 2px;
}
header .container .Util .sitemap:hover p {
  width: 100% !important;
}
@media screen and (max-width: 767px) {
  header .container {
    padding: 20px 0;
  }
  header .container .logo {
    left: 4%;
  }
  header .container .Util {
    right: 4%;
  }
}

.fix {
  top: 0rem;
  background-color: white;
  box-shadow: 3px 3px 20px rgba(0, 0, 0, 0.1411764706);
}
.fix .container .Util .sitemap p {
  background: var(--pri1);
}

.nofix {
  top: -10rem;
  transition: all 0.2s linear;
}

#sitemap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--pri1);
  animation: slideDown 1s;
  z-index: 10000;
}
#sitemap .sitemap-menu {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  text-align: center;
}
#sitemap .sitemap-menu li {
  color: white;
  padding: 0.4rem;
}
#sitemap .sitemap-menu li a {
  font-family: var(--NotoSans);
  font-size: 35px;
  font-style: normal;
  font-weight: 500;
  line-height: 132%;
  letter-spacing: -1.05px;
}
@media screen and (max-width: 1023px) {
  #sitemap .sitemap-menu li a {
    font-family: var(--NotoSans);
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: 132%;
    letter-spacing: -0.96px;
  }
}
@media screen and (max-width: 767px) {
  #sitemap .sitemap-menu li a {
    font-family: var(--NotoSans);
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: 132%;
    letter-spacing: -0.96px;
  }
}
#sitemap .sitemap-menu li a:hover {
  color: var(--white-a40);
}
@media screen and (max-width: 767px) {
  #sitemap .sitemap-menu {
    width: 80%;
  }
  #sitemap .sitemap-menu li a {
    font-family: var(--NotoSans);
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: 132%;
    letter-spacing: -0.66px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1023px) {
  #sitemap .sitemap-menu li a {
    font-family: var(--NotoSans);
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 132%;
    letter-spacing: -0.6px;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  #sitemap .sitemap-menu li a {
    font-family: var(--NotoSans);
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: 132%;
    letter-spacing: -0.6px;
  }
}
#sitemap .sitemap-util {
  position: absolute;
  width: 100%;
  top: 3%;
  right: 3%;
  z-index: 1;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: baseline;
  justify-content: flex-end;
  align-items: center;
  gap: 2rem;
  font-family: var(--NotoSans);
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%;
  letter-spacing: -0.6px;
  color: white;
}
@media screen and (max-width: 1023px) {
  #sitemap .sitemap-util {
    font-family: var(--NotoSans);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 170%;
    letter-spacing: -0.56px;
  }
}
@media screen and (max-width: 767px) {
  #sitemap .sitemap-util {
    font-family: var(--NotoSans);
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 170%;
    letter-spacing: -0.56px;
  }
}
#sitemap .sitemap-util .close {
  width: 30px;
  height: 30px;
  position: relative;
}
#sitemap .sitemap-util .close p {
  position: absolute;
  width: 100%;
  height: 2px;
  display: block;
  background: #fff;
  right: 0;
  cursor: pointer;
}
#sitemap .sitemap-util .close p.one {
  top: 50%;
  transform: rotate(45deg);
}
#sitemap .sitemap-util .close p.two {
  top: 50%;
  transform: rotate(-45deg);
}

#sitemap:after {
  content: "";
  width: 100%;
  height: 100vh;
  background: #918377;
  position: absolute;
  top: 0;
  left: 0;
  animation: slideLeft 2s;
}
@media screen and (max-width: 767px) {
  #sitemap:after {
    animation: slide-up 2s;
  }
}

/*
@include tablet{
  header{
      top:0rem;
      padding: 2rem 0rem !important;
      //background-color: white;
  }
}
*/
#online {
  position: fixed;
  bottom: 0%;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 100;
  width: 100%;
}
#online .online-button {
  box-shadow: 1px 1px 30px rgba(45, 45, 45, 0.39);
  background-color: white;
  padding: 15px 0;
  width: 300px;
  cursor: pointer;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  left: 50%;
  transform: translate(-50%, 0);
  position: relative;
}
#online .online-button p {
  font-family: var(--NotoSerif);
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.88px;
}
@media screen and (max-width: 1023px) {
  #online .online-button p {
    font-family: var(--NotoSerif);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: -0.72px;
  }
}
@media screen and (max-width: 767px) {
  #online .online-button p {
    font-family: var(--NotoSerif);
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: -0.72px;
  }
}
@media screen and (max-width: 767px) {
  #online .online-button p {
    font-family: var(--NotoSerif);
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 170%;
    letter-spacing: -0.6px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1023px) {
  #online .online-button p {
    font-family: var(--NotoSerif);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 170%;
    letter-spacing: -0.56px;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  #online .online-button p {
    font-family: var(--NotoSerif);
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 170%;
    letter-spacing: -0.56px;
  }
}
@media screen and (max-width: 767px) {
  #online .online-button {
    width: 200px;
  }
}
#online .online-form {
  position: relative;
  width: 100%;
  background-color: white;
  padding: 40px 0;
  display: none;
}
#online .online-form p, #online .online-form form {
  width: 90%;
  max-width: 700px;
  margin: 0 auto;
}
#online .online-form p {
  font-family: var(--NotoSerif);
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%;
  letter-spacing: -0.6px;
  margin-bottom: 0.625rem;
}
@media screen and (max-width: 1023px) {
  #online .online-form p {
    font-family: var(--NotoSerif);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 170%;
    letter-spacing: -0.56px;
  }
}
@media screen and (max-width: 767px) {
  #online .online-form p {
    font-family: var(--NotoSerif);
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 170%;
    letter-spacing: -0.56px;
  }
}
#online .online-form form {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
  font-family: var(--NotoSans);
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%;
  letter-spacing: -0.6px;
}
@media screen and (max-width: 1023px) {
  #online .online-form form {
    font-family: var(--NotoSans);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 170%;
    letter-spacing: -0.56px;
  }
}
@media screen and (max-width: 767px) {
  #online .online-form form {
    font-family: var(--NotoSans);
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 170%;
    letter-spacing: -0.56px;
  }
}
#online .online-form form select, #online .online-form form input[type=text], #online .online-form form input[type=tel], #online .online-form form input[type=submit] {
  height: 50px;
  border: 0;
  background-color: var(--gray1);
  font-family: var(--NotoSans);
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%;
  letter-spacing: -0.6px;
}
@media screen and (max-width: 1023px) {
  #online .online-form form select, #online .online-form form input[type=text], #online .online-form form input[type=tel], #online .online-form form input[type=submit] {
    font-family: var(--NotoSans);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 170%;
    letter-spacing: -0.56px;
  }
}
@media screen and (max-width: 767px) {
  #online .online-form form select, #online .online-form form input[type=text], #online .online-form form input[type=tel], #online .online-form form input[type=submit] {
    font-family: var(--NotoSans);
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 170%;
    letter-spacing: -0.56px;
  }
}
#online .online-form form select, #online .online-form form input[type=text], #online .online-form form input[type=tel] {
  padding-left: 20px;
}
#online .online-form form input[type=submit] {
  background-color: var(--pri1);
  color: white;
  cursor: pointer;
  border-radius: 10px;
}
#online .online-form form select {
  flex-basis: 100%;
}
#online .online-form form input[type=text] {
  flex-basis: 48%;
}
#online .online-form form input[type=tel] {
  flex-basis: 48%;
}
#online .online-form form input[type=submit] {
  flex-basis: 100%;
}
#online .online-form form label[for=online-check] {
  flex-basis: 100%;
  display: flex;
  align-items: center;
  cursor: pointer;
}
@media screen and (max-width: 1023px) {
  #online .online-form form {
    gap: 10px;
    flex-wrap: nowrap;
    flex-direction: column;
  }
  #online .online-form form select, #online .online-form form input[type=text], #online .online-form form input[type=tel], #online .online-form form input[type=submit] {
    width: 100%;
    flex-basis: auto;
    height: 50px;
  }
}
@media screen and (max-width: 767px) {
  #online .online-form {
    padding: 10px 0;
  }
  #online .online-form p {
    font-family: var(--NotoSerif);
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: -0.48px;
    text-align: center;
  }
}
@media screen and (max-width: 767px) and (max-width: 1023px) {
  #online .online-form p {
    font-family: var(--NotoSerif);
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: -0.4px;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  #online .online-form p {
    font-family: var(--NotoSerif);
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: -0.4px;
  }
}
@media screen and (max-width: 767px) {
  #online .online-form form {
    font-family: var(--NotoSans);
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: -0.48px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1023px) {
  #online .online-form form {
    font-family: var(--NotoSans);
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: -0.4px;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  #online .online-form form {
    font-family: var(--NotoSans);
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: -0.4px;
  }
}
@media screen and (max-width: 767px) {
  #online .online-form form select, #online .online-form form input[type=text], #online .online-form form input[type=tel], #online .online-form form input[type=submit] {
    font-family: var(--NotoSans);
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: -0.48px;
    height: 30px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1023px) {
  #online .online-form form select, #online .online-form form input[type=text], #online .online-form form input[type=tel], #online .online-form form input[type=submit] {
    font-family: var(--NotoSans);
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: -0.4px;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  #online .online-form form select, #online .online-form form input[type=text], #online .online-form form input[type=tel], #online .online-form form input[type=submit] {
    font-family: var(--NotoSans);
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: -0.4px;
  }
}
@media screen and (max-width: 767px) {
  #online .online-form form a {
    font-family: var(--NotoSans);
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: -0.48px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1023px) {
  #online .online-form form a {
    font-family: var(--NotoSans);
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: -0.4px;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  #online .online-form form a {
    font-family: var(--NotoSans);
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: -0.4px;
  }
}
@media screen and (max-width: 767px) {
  #online .online-form form input[type=submit] {
    height: 50px;
  }
}
#online.On .online-form {
  display: block;
}

.QuickVer03 {
  transition: all 0.5s ease;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  position: fixed;
  right: 5%;
  bottom: 10%;
  gap: 20px;
  z-index: 99;
}
.QuickVer03 .Quick {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.QuickVer03 .Quick a {
  background-color: rgba(16, 66, 56, 0.8);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2117647059);
  padding: 20px;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
.QuickVer03 .Quick a span {
  color: white !important;
  text-align: center;
}
.QuickVer03 .Quick a i {
  filter: brightness(0) invert(1);
  width: 25px;
  height: 25px;
  display: block;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.QuickVer03 .Quick a.naver i {
  background-image: url("../../img/user/icon/sns/naver/reservation.svg");
}
.QuickVer03 .Quick a.kakao i {
  background-image: url("../../img/user/icon/sns/kakao/st01.svg");
}
.QuickVer03 .Quick a.tell i {
  background-image: url("../../img/user/icon/tell.svg");
}
.QuickVer03 .Top i {
  width: 60px;
  height: 60px;
  border-radius: 60px;
  overflow: hidden;
  display: block;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("../../img/user/icon/arrow.svg");
}
@media screen and (max-width: 767px) {
  .QuickVer03 .Quick {
    flex-direction: row;
  }
  .QuickVer03 .Quick a span {
    display: none;
  }
}

.Top {
  cursor: pointer;
  display: block;
  background-color: var(--white);
  width: 60px;
  height: 60px;
  border-radius: 60px;
  line-height: 60px;
  font-weight: bold;
  text-align: center;
  box-shadow: 3px 3px 20px rgba(0, 0, 0, 0.1333333333);
}
.Top i {
  background-color: var(--pri1);
}
.Top:hover {
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.1333333333);
  transition: all 0.5s ease;
}

/*pages*/
/*main-layout*/
html, body {
  position: relative;
  height: 100%;
  margin: 0;
  padding: 0;
}

.swiper {
  width: 100%;
  height: 100%;
}
.swiper .container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/*main-bg*/
.swiper-slide:before {
  /*
  content:"";
  opacity:0.4;
  position:absolute;
  top:0px;
  left:0px;
  right:0px;
  bottom:0px;
  background-color: #817468;
  */
}
.swiper-slide:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transform: scale(1.2);
  transition: all 2s;
  z-index: -1;
}
@media screen and (max-width: 1023px) {
  .swiper-slide:after {
    transform: scale(1);
  }
}

.slid01:after {
  background: url("/common/img/user/main/main01.jpg") no-repeat center center/cover;
}
@media screen and (max-width: 767px) {
  .slid01:after {
    background: url("/common/img/user/main/main01-m.jpg") no-repeat center center/cover;
  }
}

.slid02:after {
  background: url("/common/img/user/main/main02.jpg") no-repeat center center/cover;
}

.slid03:after {
  background: url("/common/img/user/main/main03.jpg") no-repeat center center/cover;
}

.slid04:after {
  background: url("/common/img/user/main/main04.jpg") no-repeat center center/cover;
}
@media screen and (max-width: 767px) {
  .slid04:after {
    background: url("/common/img/user/main/main04-m.jpg") no-repeat center center/cover;
  }
}

.swiper-slide-active:after {
  transform: scale(1);
  transition: all 2s;
}

.swiper-pagination {
  bottom: 10% !important;
}
.swiper-pagination span {
  background-color: white;
  width: 8px;
  height: 8px;
  display: inline-block;
  margin-left: 30px !important;
  margin-right: 30px !important;
}
.swiper-pagination span:after {
  content: "";
  width: 20px;
  height: 20px;
  margin-left: -6px;
  margin-top: -6px;
  border-radius: 999px;
  border: 1px solid white;
  display: inline-block;
}

.pagination-pri span {
  background-color: var(--pri1);
}
.pagination-pri span:after {
  border: 1px solid var(--pri1);
}

/*animation*/
.swiper-slide-active .container .title {
  animation: slideDown 3s;
}
.swiper-slide-active .container .txt, .swiper-slide-active .container .entxt, .swiper-slide-active .container .time-about, .swiper-slide-active .container .call, .swiper-slide-active .container .info {
  animation: slideUp 4s;
}
.swiper-slide-active .container .btn, .swiper-slide-active .container .btn2 {
  animation: slideUp 5s;
}
@media screen and (max-width: 767px) {
  .swiper-slide-active .container title {
    animation: slideDown 1s;
  }
  .swiper-slide-active .container .txt, .swiper-slide-active .container .entxt, .swiper-slide-active .container .time-about, .swiper-slide-active .container .call, .swiper-slide-active .container .info {
    animation: slideUp 1.5s;
  }
  .swiper-slide-active .container .btn, .swiper-slide-active .container .btn2 {
    animation: slideUp 3s;
  }
}

/*폰트*/
.swiper-slide .container {
  color: var(--white);
}
@media screen and (max-width: 1023px) {
  .swiper-slide .container {
    width: 90%;
  }
}
.swiper-slide .container p {
  margin-bottom: 1.25rem;
}
.swiper-slide .container .title {
  font-family: var(--NotoSans);
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: -0.96px;
  font-family: var(--NotoSerif);
}
@media screen and (max-width: 1023px) {
  .swiper-slide .container .title {
    font-family: var(--NotoSans);
    font-size: 44px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: -0.88px;
  }
}
@media screen and (max-width: 767px) {
  .swiper-slide .container .title {
    font-family: var(--NotoSans);
    font-size: 44px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: -0.88px;
  }
}
@media screen and (max-width: 767px) {
  .swiper-slide .container .title {
    font-family: var(--NotoSerif);
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: -1.12px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1023px) {
  .swiper-slide .container .title {
    font-family: var(--NotoSerif);
    font-size: 26px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: -1.04px;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .swiper-slide .container .title {
    font-family: var(--NotoSerif);
    font-size: 26px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: -1.04px;
  }
}
.swiper-slide .container .entxt {
  font-family: var(--NotoSans);
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.88px;
  font-family: var(--Marcell);
}
@media screen and (max-width: 1023px) {
  .swiper-slide .container .entxt {
    font-family: var(--NotoSans);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: -0.72px;
  }
}
@media screen and (max-width: 767px) {
  .swiper-slide .container .entxt {
    font-family: var(--NotoSans);
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: -0.72px;
  }
}
@media screen and (max-width: 1023px) {
  .swiper-slide .container .entxt {
    font-family: var(--Marcell);
  }
}
@media screen and (max-width: 767px) {
  .swiper-slide .container .entxt {
    font-family: var(--Marcell);
  }
}
@media screen and (max-width: 767px) {
  .swiper-slide .container .entxt {
    display: none;
  }
}
.swiper-slide .container .txt {
  font-family: var(--NotoSans);
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%;
  letter-spacing: -0.6px;
}
@media screen and (max-width: 1023px) {
  .swiper-slide .container .txt {
    font-family: var(--NotoSans);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 170%;
    letter-spacing: -0.56px;
  }
}
@media screen and (max-width: 767px) {
  .swiper-slide .container .txt {
    font-family: var(--NotoSans);
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 170%;
    letter-spacing: -0.56px;
  }
}

.btn {
  display: block;
  position: relative;
  width: 10rem;
  height: 3rem;
  text-align: center;
  border: 1px solid var(--white);
  overflow: hidden;
  font-family: var(--NotoSans);
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%;
  letter-spacing: -0.6px;
}
@media screen and (max-width: 1023px) {
  .btn {
    font-family: var(--NotoSans);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 170%;
    letter-spacing: -0.56px;
  }
}
@media screen and (max-width: 767px) {
  .btn {
    font-family: var(--NotoSans);
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 170%;
    letter-spacing: -0.56px;
  }
}
.btn .btn-txt {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.5s ease;
}
.btn .arrow {
  position: absolute;
  top: 50%;
  right: -12%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: all 1s ease;
}
.btn:hover {
  background-color: white;
  color: var(--pri1);
  transition: all 0.5s ease;
}
.btn:hover .btn-txt {
  left: 43%;
  transition: all 0.5s ease;
}
.btn:hover .arrow {
  right: 10%;
  opacity: 1;
  transition: all 1s ease;
}

.btn2 {
  display: block;
  position: relative;
  width: 10rem;
  height: 3rem;
  text-align: center;
  border: 1px solid var(--pri1);
  overflow: hidden;
  font-family: var(--NotoSans);
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%;
  letter-spacing: -0.6px;
}
@media screen and (max-width: 1023px) {
  .btn2 {
    font-family: var(--NotoSans);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 170%;
    letter-spacing: -0.56px;
  }
}
@media screen and (max-width: 767px) {
  .btn2 {
    font-family: var(--NotoSans);
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 170%;
    letter-spacing: -0.56px;
  }
}
.btn2 .btn-txt {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.5s ease;
}
.btn2 .arrow {
  position: absolute;
  top: 50%;
  right: -12%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: all 1s ease;
}
.btn2:hover {
  background-color: white;
  color: var(--pri1);
  transition: all 0.5s ease;
  border: 0;
}
.btn2:hover .btn-txt {
  left: 43%;
  transition: all 0.5s ease;
}
.btn2:hover .arrow {
  right: 10%;
  opacity: 1;
  transition: all 1s ease;
}
@media screen and (max-width: 1023px) {
  .btn2 {
    margin: 0 auto;
  }
}

.caption {
  font-family: var(--NotoSans);
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.88px;
  font-family: var(--Marcell);
  position: fixed;
  bottom: 48px;
  right: 48px;
  font-style: normal;
  line-height: 1;
  color: #fff;
  z-index: 90;
}
@media screen and (max-width: 1023px) {
  .caption {
    font-family: var(--NotoSans);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: -0.72px;
  }
}
@media screen and (max-width: 767px) {
  .caption {
    font-family: var(--NotoSans);
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: -0.72px;
  }
}
@media screen and (max-width: 1023px) {
  .caption {
    font-family: var(--Marcell);
  }
}
@media screen and (max-width: 767px) {
  .caption {
    font-family: var(--Marcell);
  }
}
@media screen and (max-width: 1023px) {
  .caption {
    display: none;
  }
}

/*slid01, slid02, slid03, slid04*/
.slid01 .main01_obj {
  position: absolute;
  bottom: 0%;
  height: 70%;
  left: 15%;
}
@media screen and (max-width: 1330px) {
  .slid01 .main01_obj {
    left: 5%;
  }
}
@media screen and (max-width: 1023px) {
  .slid01 .main01_obj {
    left: 0%;
  }
}
@media screen and (max-width: 767px) {
  .slid01 .main01_obj {
    bottom: -5%;
    height: 50%;
    left: 50%;
    transform: translate(-50%, 0);
  }
}
.slid01 .container {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 20%;
  transform: translate(0%, -50%);
  right: 0%;
}
.slid01 .container .title img {
  width: 600px;
  display: inline;
}
@media screen and (max-width: 1023px) {
  .slid01 .container .title img {
    width: 400px;
  }
}
@media screen and (max-width: 767px) {
  .slid01 .container {
    top: 20%;
    left: 50%;
    transform: translate(-50%, 0%);
  }
}

.slid02 .container {
  width: 1300px;
  max-width: 70%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: none;
  justify-content: center;
  align-items: center;
  gap: 5rem;
}
.slid02 .container .visual {
  position: relative;
}
.slid02 .container .visual:after {
  content: "";
  position: absolute;
  z-index: -1;
  bottom: -10%;
  left: -10%;
  width: 80%;
  height: 0px;
  background-color: var(--pri4);
}
@media screen and (max-width: 1023px) {
  .slid02 .container {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: none;
    justify-content: space-between;
    align-items: center;
    gap: 0rem;
    text-align: center;
  }
  .slid02 .container .txt-wrap {
    flex-basis: 50%;
  }
  .slid02 .container .visual img {
    width: 70%;
    margin: 0 auto;
  }
  .slid02 .container .visual:after {
    left: 10%;
    width: 40%;
  }
  .slid02 .container .btn {
    margin: auto;
  }
}
@media screen and (max-width: 767px) {
  .slid02 .container {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: none;
    justify-content: space-between;
    align-items: center;
    gap: 2rem;
  }
  .slid02 .container .visual img {
    width: 60%;
  }
}

.slid02.swiper-slide-active .visual:after {
  height: 500px;
  transition: all 2s ease;
}
@media screen and (max-width: 1023px) {
  .slid02.swiper-slide-active .visual:after {
    height: 370px;
    border: 4px solid white;
  }
}
@media screen and (max-width: 767px) {
  .slid02.swiper-slide-active .visual:after {
    display: none;
  }
}

.slid03 .main03_obj {
  position: absolute;
  bottom: 0%;
  left: 18%;
  width: auto;
  height: 80%;
}
@media screen and (max-width: 1500px) {
  .slid03 .main03_obj {
    left: 5%;
  }
}
@media screen and (max-width: 1084px) {
  .slid03 .main03_obj {
    left: 5%;
  }
}
@media screen and (max-width: 1023px) {
  .slid03 .main03_obj {
    left: 50%;
    transform: translate(-50%, 0);
    height: 50vh;
    width: auto;
  }
}
@media screen and (max-width: 767px) {
  .slid03 .main03_obj {
    width: 70%;
  }
}
.slid03 .container {
  color: var(--pri1);
  left: 60%;
  /*
  @include flexGrid(row, wrap, none, space-between, center, 5rem);
  */
}
@media screen and (max-width: 1023px) {
  .slid03 .container {
    left: 50%;
    top: 15rem;
    text-align: center;
  }
  .slid03 .container .btn {
    margin: auto;
  }
}
.slid04 .container {
  width: 80%;
}
.slid04 .container .title, .slid04 .container .entxt {
  color: var(--pri1);
}
.slid04 .container .time-about {
  margin-bottom: 1rem;
  font-family: var(--NotoSans);
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -1.12px;
  color: var(--pri1);
}
@media screen and (max-width: 1023px) {
  .slid04 .container .time-about {
    font-family: var(--NotoSans);
    font-size: 26px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: -1.04px;
  }
}
@media screen and (max-width: 767px) {
  .slid04 .container .time-about {
    font-family: var(--NotoSans);
    font-size: 26px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: -1.04px;
  }
}
.slid04 .container .time-about li {
  color: var(--black);
  font-family: var(--NotoSans);
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%;
  letter-spacing: -0.6px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: none;
  justify-content: flex-start;
  align-items: center;
  gap: 2rem;
}
@media screen and (max-width: 1023px) {
  .slid04 .container .time-about li {
    font-family: var(--NotoSans);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 170%;
    letter-spacing: -0.56px;
  }
}
@media screen and (max-width: 767px) {
  .slid04 .container .time-about li {
    font-family: var(--NotoSans);
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 170%;
    letter-spacing: -0.56px;
  }
}
.slid04 .container .time-about li .date {
  flex-basis: 10%;
  display: block;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: none;
  justify-content: space-between;
  align-items: center;
  gap: 0rem;
}
.slid04 .container .time-about li .time {
  display: block;
}
@media screen and (max-width: 1023px) {
  .slid04 .container .time-about li .date {
    flex-basis: 10%;
  }
}
@media screen and (max-width: 767px) {
  .slid04 .container .time-about li {
    gap: 0.5rem;
    flex-wrap: nowrap;
  }
  .slid04 .container .time-about li .date {
    flex-basis: 20%;
  }
  .slid04 .container .time-about li .time {
    flex-basis: 80%;
  }
}
.slid04 .container .call {
  margin-bottom: 1rem;
  font-family: var(--NotoSans);
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -1.12px;
  color: var(--pri1);
}
@media screen and (max-width: 1023px) {
  .slid04 .container .call {
    font-family: var(--NotoSans);
    font-size: 26px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: -1.04px;
  }
}
@media screen and (max-width: 767px) {
  .slid04 .container .call {
    font-family: var(--NotoSans);
    font-size: 26px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: -1.04px;
  }
}
.slid04 .container .call .num a {
  font-family: var(--NotoSans);
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -1.12px;
  font-family: var(--Marcell);
  color: var(--black);
}
@media screen and (max-width: 1023px) {
  .slid04 .container .call .num a {
    font-family: var(--NotoSans);
    font-size: 26px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: -1.04px;
  }
}
@media screen and (max-width: 767px) {
  .slid04 .container .call .num a {
    font-family: var(--NotoSans);
    font-size: 26px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: -1.04px;
  }
}
@media screen and (max-width: 1023px) {
  .slid04 .container .call .num a {
    font-family: var(--Marcell);
  }
}
@media screen and (max-width: 767px) {
  .slid04 .container .call .num a {
    font-family: var(--Marcell);
  }
}
.slid04 .container .info {
  font-family: var(--NotoSans);
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%;
  letter-spacing: -0.6px;
  color: var(--black-a50);
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: none;
  justify-content: flex-start;
  align-items: center;
  gap: 1rem;
}
@media screen and (max-width: 1023px) {
  .slid04 .container .info {
    font-family: var(--NotoSans);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 170%;
    letter-spacing: -0.56px;
  }
}
@media screen and (max-width: 767px) {
  .slid04 .container .info {
    font-family: var(--NotoSans);
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 170%;
    letter-spacing: -0.56px;
  }
}
@media screen and (max-width: 1023px) {
  .slid04 .container .info {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: none;
    justify-content: flex-start;
    align-items: center;
    gap: 0.15rem;
  }
}

.scroll {
  padding-top: 60px;
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translatex(-50%);
  z-index: 2;
  display: inline-block;
  color: #fff;
  transition: opacity 0.3s;
}

.scroll span {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 50%;
  width: 30px;
  height: 50px;
  margin-left: -15px;
  border: 2px solid #fff;
  border-radius: 50px;
  box-sizing: border-box;
}

.scroll span::before {
  position: absolute;
  top: 10px;
  left: 50%;
  content: "";
  width: 6px;
  height: 6px;
  margin-left: -3px;
  background-color: #fff;
  border-radius: 100%;
  animation: sdb9 2s infinite;
  box-sizing: border-box;
}

@keyframes sdb9 {
  0% {
    transform: translate(0, 0);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    transform: translate(0, 20px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
/*서브탑*/
#subTop {
  position: relative;
  height: 100vh;
  overflow: hidden;
  /*서브탑-텍스트*/
  /*서브탑-이미지*/
  /*서브탑-이미지url*/
}
#subTop .text-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  text-align: center;
  color: white;
  width: 90%;
}
#subTop .text-wrap .subTitle {
  font-family: var(--NotoSans);
  font-size: 72px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: -1.44px;
  font-family: var(--NotoSans);
  animation: title 1s;
}
@media screen and (max-width: 1023px) {
  #subTop .text-wrap .subTitle {
    font-family: var(--NotoSans);
    font-size: 60px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    letter-spacing: -1.2px;
  }
}
@media screen and (max-width: 767px) {
  #subTop .text-wrap .subTitle {
    font-family: var(--NotoSans);
    font-size: 60px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    letter-spacing: -1.2px;
  }
}
@media screen and (max-width: 767px) {
  #subTop .text-wrap .subTitle {
    font-family: var(--NotoSans);
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: -0.96px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1023px) {
  #subTop .text-wrap .subTitle {
    font-family: var(--NotoSans);
    font-size: 44px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: -0.88px;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  #subTop .text-wrap .subTitle {
    font-family: var(--NotoSans);
    font-size: 44px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: -0.88px;
  }
}
#subTop .text-wrap .subTitle-en {
  font-family: var(--Marcell);
  font-size: 72px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: -1.44px;
  animation: title 1s;
}
@media screen and (max-width: 1023px) {
  #subTop .text-wrap .subTitle-en {
    font-family: var(--Marcell);
  }
}
@media screen and (max-width: 767px) {
  #subTop .text-wrap .subTitle-en {
    font-family: var(--Marcell);
  }
}
@media screen and (max-width: 1023px) {
  #subTop .text-wrap .subTitle-en {
    font-family: var(--Marcell);
    font-size: 60px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    letter-spacing: -1.2px;
  }
}
@media screen and (max-width: 1023px) and (max-width: 1023px) {
  #subTop .text-wrap .subTitle-en {
    font-family: var(--Marcell);
  }
}
@media screen and (max-width: 1023px) and (max-width: 767px) {
  #subTop .text-wrap .subTitle-en {
    font-family: var(--Marcell);
  }
}
@media screen and (max-width: 767px) {
  #subTop .text-wrap .subTitle-en {
    font-family: var(--Marcell);
    font-size: 60px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    letter-spacing: -1.2px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1023px) {
  #subTop .text-wrap .subTitle-en {
    font-family: var(--Marcell);
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  #subTop .text-wrap .subTitle-en {
    font-family: var(--Marcell);
  }
}
@media screen and (max-width: 767px) {
  #subTop .text-wrap .subTitle-en {
    font-family: var(--Marcell);
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: -0.96px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1023px) {
  #subTop .text-wrap .subTitle-en {
    font-family: var(--Marcell);
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  #subTop .text-wrap .subTitle-en {
    font-family: var(--Marcell);
  }
}
@media screen and (max-width: 767px) and (max-width: 1023px) {
  #subTop .text-wrap .subTitle-en {
    font-family: var(--Marcell);
    font-size: 44px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: -0.88px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1023px) and (max-width: 1023px) {
  #subTop .text-wrap .subTitle-en {
    font-family: var(--Marcell);
  }
}
@media screen and (max-width: 767px) and (max-width: 1023px) and (max-width: 767px) {
  #subTop .text-wrap .subTitle-en {
    font-family: var(--Marcell);
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  #subTop .text-wrap .subTitle-en {
    font-family: var(--Marcell);
    font-size: 44px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: -0.88px;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) and (max-width: 1023px) {
  #subTop .text-wrap .subTitle-en {
    font-family: var(--Marcell);
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) and (max-width: 767px) {
  #subTop .text-wrap .subTitle-en {
    font-family: var(--Marcell);
  }
}
#subTop .text-wrap .subTit {
  font-family: var(--NotoSans);
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%;
  letter-spacing: -0.6px;
  animation: fadeIn 3s;
  margin-top: 15px;
}
@media screen and (max-width: 1023px) {
  #subTop .text-wrap .subTit {
    font-family: var(--NotoSans);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 170%;
    letter-spacing: -0.56px;
  }
}
@media screen and (max-width: 767px) {
  #subTop .text-wrap .subTit {
    font-family: var(--NotoSans);
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 170%;
    letter-spacing: -0.56px;
  }
}
#subTop .text-wrap .subTab {
  margin-top: 80px;
  display: flex;
  justify-content: center;
  gap: 2px;
}
#subTop .text-wrap .subTab li a {
  display: inline-block;
  width: 200px;
  padding: 10px 0;
  background-color: var(--white-a40);
  color: white;
}
#subTop .text-wrap .subTab li a.on {
  background-color: var(--pri1);
  color: white;
}
@media screen and (max-width: 1023px) {
  #subTop .text-wrap .subTab {
    flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  #subTop .text-wrap .subTitle {
    font-family: var(--NotoSans);
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: -1.12px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1023px) {
  #subTop .text-wrap .subTitle {
    font-family: var(--NotoSans);
    font-size: 26px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: -1.04px;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  #subTop .text-wrap .subTitle {
    font-family: var(--NotoSans);
    font-size: 26px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: -1.04px;
  }
}
@media screen and (max-width: 767px) {
  #subTop .text-wrap .subTab {
    margin-top: 20px;
  }
}
#subTop .subImg {
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  transform: scale(1.2);
  transition: all 2s;
}
#subTop .subImg.on {
  transform: scale(1);
  transition: all 2s;
}
#subTop.introduction .subImg {
  background: url("/common/img/user/sub/subtop/introduction.jpg") no-repeat center center/cover;
}
@media screen and (max-width: 767px) {
  #subTop.introduction .subImg {
    background: url("/common/img/user/sub/subtop/introduction-m.jpg") no-repeat contain;
  }
}
#subTop.foot .subImg {
  background: url("/common/img/user/sub/subtop/foot.jpg") no-repeat center center/cover;
}
@media screen and (max-width: 767px) {
  #subTop.foot .subImg {
    background: url("/common/img/user/sub/subtop/foot-m.jpg") no-repeat contain;
  }
}
#subTop.knee .subImg {
  background: url("/common/img/user/sub/subtop/knee.jpg") no-repeat center center/cover;
}
@media screen and (max-width: 767px) {
  #subTop.knee .subImg {
    background: url("/common/img/user/sub/subtop/knee-m.jpg") no-repeat contain;
  }
}
#subTop.neck .subImg {
  background: url("/common/img/user/sub/subtop/neck.jpg") no-repeat center center/cover;
}
@media screen and (max-width: 767px) {
  #subTop.neck .subImg {
    background: url("/common/img/user/sub/subtop/neck-m.jpg") no-repeat contain;
    width: 100%;
  }
}
#subTop.other .subImg {
  background: url("/common/img/user/sub/subtop/other.jpg") no-repeat center center/cover;
}
@media screen and (max-width: 767px) {
  #subTop.other .subImg {
    background: url("/common/img/user/sub/subtop/other-m.jpg") no-repeat contain;
  }
}
#subTop.shoulder .subImg {
  background: url("/common/img/user/sub/subtop/shoulder.jpg") no-repeat center center/cover;
}
@media screen and (max-width: 767px) {
  #subTop.shoulder .subImg {
    background: url("/common/img/user/sub/subtop/shoulder-m.jpg") no-repeat contain;
  }
}
#subTop.spine .subImg {
  background: url("/common/img/user/sub/subtop/spine.jpg") no-repeat center center/cover;
}
@media screen and (max-width: 767px) {
  #subTop.spine .subImg {
    background: url("/common/img/user/sub/subtop/spine-m.jpg") no-repeat center center/cover;
  }
}
#subTop.clinic01 .subImg {
  background: url("/common/img/user/sub/subtop/clinic01.jpg") no-repeat center center/cover;
}
@media screen and (max-width: 767px) {
  #subTop.clinic01 .subImg {
    background: url("/common/img/user/sub/subtop/clinic01-m.jpg") no-repeat center center/cover;
  }
}
#subTop.clinic02 .subImg {
  background: url("/common/img/user/sub/subtop/clinic02.jpg") no-repeat center center/cover;
}
@media screen and (max-width: 767px) {
  #subTop.clinic02 .subImg {
    background: url("/common/img/user/sub/subtop/clinic02-m.jpg") no-repeat center center/cover;
  }
}
#subTop .scroll {
  font-family: var(--Marcell);
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%;
  letter-spacing: -0.6px;
  color: var(--white);
}
@media screen and (max-width: 1023px) {
  #subTop .scroll {
    font-family: var(--Marcell);
  }
}
@media screen and (max-width: 767px) {
  #subTop .scroll {
    font-family: var(--Marcell);
  }
}
@media screen and (max-width: 1023px) {
  #subTop .scroll {
    font-family: var(--Marcell);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 170%;
    letter-spacing: -0.56px;
  }
}
@media screen and (max-width: 1023px) and (max-width: 1023px) {
  #subTop .scroll {
    font-family: var(--Marcell);
  }
}
@media screen and (max-width: 1023px) and (max-width: 767px) {
  #subTop .scroll {
    font-family: var(--Marcell);
  }
}
@media screen and (max-width: 767px) {
  #subTop .scroll {
    font-family: var(--Marcell);
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 170%;
    letter-spacing: -0.56px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1023px) {
  #subTop .scroll {
    font-family: var(--Marcell);
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  #subTop .scroll {
    font-family: var(--Marcell);
  }
}
@media screen and (max-width: 1023px) {
  #subTop {
    height: 100vh;
  }
}
@media screen and (max-width: 767px) {
  #subTop {
    height: 90vh;
  }
}

#subTop.board {
  height: 150px;
  margin-top: 150px;
}
#subTop.board .text-wrap .subTitle {
  color: var(--black);
}
#subTop.board .text-wrap .subTit {
  color: var(--gray8);
}

/*서브레이아웃&폰트*/
#sub-wrap section:not(#subTop) {
  margin-top: 12.5rem;
}
#sub-wrap section:not(#subTop) .container {
  margin: 0 auto;
  max-width: 1400px;
  width: 90%;
}
#sub-wrap section:last-of-type {
  margin-bottom: 12.5rem;
}
#sub-wrap .title {
  text-align: center;
}
#sub-wrap .title h3 {
  font-family: var(--Marcell);
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.88px;
  color: var(--sub3);
}
@media screen and (max-width: 1023px) {
  #sub-wrap .title h3 {
    font-family: var(--Marcell);
  }
}
@media screen and (max-width: 767px) {
  #sub-wrap .title h3 {
    font-family: var(--Marcell);
  }
}
@media screen and (max-width: 1023px) {
  #sub-wrap .title h3 {
    font-family: var(--Marcell);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: -0.72px;
  }
}
@media screen and (max-width: 1023px) and (max-width: 1023px) {
  #sub-wrap .title h3 {
    font-family: var(--Marcell);
  }
}
@media screen and (max-width: 1023px) and (max-width: 767px) {
  #sub-wrap .title h3 {
    font-family: var(--Marcell);
  }
}
@media screen and (max-width: 767px) {
  #sub-wrap .title h3 {
    font-family: var(--Marcell);
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: -0.72px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1023px) {
  #sub-wrap .title h3 {
    font-family: var(--Marcell);
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  #sub-wrap .title h3 {
    font-family: var(--Marcell);
  }
}
#sub-wrap .title h2 {
  font-family: var(--NotoSans);
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -1.12px;
  color: var(--sub3);
}
@media screen and (max-width: 1023px) {
  #sub-wrap .title h2 {
    font-family: var(--NotoSans);
    font-size: 26px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: -1.04px;
  }
}
@media screen and (max-width: 767px) {
  #sub-wrap .title h2 {
    font-family: var(--NotoSans);
    font-size: 26px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: -1.04px;
  }
}
@media screen and (max-width: 767px) {
  #sub-wrap .title h2 {
    font-family: var(--NotoSans);
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: -0.88px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1023px) {
  #sub-wrap .title h2 {
    font-family: var(--NotoSans);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: -0.72px;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  #sub-wrap .title h2 {
    font-family: var(--NotoSans);
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: -0.72px;
  }
}
#sub-wrap .title h1 {
  font-family: var(--NotoSans);
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: -0.96px;
  color: var(--pri2);
  margin-top: 1.875rem;
}
@media screen and (max-width: 1023px) {
  #sub-wrap .title h1 {
    font-family: var(--NotoSans);
    font-size: 44px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: -0.88px;
  }
}
@media screen and (max-width: 767px) {
  #sub-wrap .title h1 {
    font-family: var(--NotoSans);
    font-size: 44px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: -0.88px;
  }
}
@media screen and (max-width: 1023px) {
  #sub-wrap .title h1 {
    margin-top: 0.3125rem;
  }
}
@media screen and (max-width: 767px) {
  #sub-wrap .title h1 {
    font-family: var(--NotoSans);
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: -1.12px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1023px) {
  #sub-wrap .title h1 {
    font-family: var(--NotoSans);
    font-size: 26px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: -1.04px;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  #sub-wrap .title h1 {
    font-family: var(--NotoSans);
    font-size: 26px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: -1.04px;
  }
}
#sub-wrap ul > li > p {
  font-family: var(--NotoSans);
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -1.12px;
}
@media screen and (max-width: 1023px) {
  #sub-wrap ul > li > p {
    font-family: var(--NotoSans);
    font-size: 26px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: -1.04px;
  }
}
@media screen and (max-width: 767px) {
  #sub-wrap ul > li > p {
    font-family: var(--NotoSans);
    font-size: 26px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: -1.04px;
  }
}
@media screen and (max-width: 767px) {
  #sub-wrap ul > li > p {
    font-family: var(--NotoSans);
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 170%;
    letter-spacing: -0.6px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1023px) {
  #sub-wrap ul > li > p {
    font-family: var(--NotoSans);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 170%;
    letter-spacing: -0.56px;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  #sub-wrap ul > li > p {
    font-family: var(--NotoSans);
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 170%;
    letter-spacing: -0.56px;
  }
}
#sub-wrap li, #sub-wrap span {
  font-family: var(--NotoSans);
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%;
  letter-spacing: -0.6px;
  color: var(--black-a65);
}
@media screen and (max-width: 1023px) {
  #sub-wrap li, #sub-wrap span {
    font-family: var(--NotoSans);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 170%;
    letter-spacing: -0.56px;
  }
}
@media screen and (max-width: 767px) {
  #sub-wrap li, #sub-wrap span {
    font-family: var(--NotoSans);
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 170%;
    letter-spacing: -0.56px;
  }
}
@media screen and (max-width: 767px) {
  #sub-wrap section:not(#subTop) {
    margin-top: 6.25rem;
  }
  #sub-wrap section:last-of-type {
    margin-bottom: 6.25rem;
  }
}

/*본문강조*/
.appeal-pri1 {
  color: var(--pri1);
  font-weight: bold;
}

.appeal-pri2 {
  color: var(--pri2);
  font-weight: bold;
}

/*서브-치료방법-tab*/
/*tab*/
#care .container .tabWrap {
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  #care .container .tabWrap {
    margin-top: 1.25rem;
  }
}
#care .container .tabWrap .tabList {
  margin-bottom: 2.5rem;
}
#care .container .tabWrap .list-wrap {
  display: flex;
  gap: 20px;
}
#care .container .tabWrap .list-wrap .list {
  flex-basis: 50%;
  display: flex;
  gap: 20px;
  padding: 20px;
  align-items: flex-start;
}
#care .container .tabWrap .list-wrap .list span {
  margin-top: 50px;
}
#care .container .tabWrap .list-wrap .list span > p:nth-child(1) {
  font-family: var(--NotoSans);
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: -0.88px;
  color: var(--pri1);
  margin-bottom: 10px;
}
@media screen and (max-width: 1023px) {
  #care .container .tabWrap .list-wrap .list span > p:nth-child(1) {
    font-family: var(--NotoSans);
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    letter-spacing: -0.72px;
  }
}
@media screen and (max-width: 767px) {
  #care .container .tabWrap .list-wrap .list span > p:nth-child(1) {
    font-family: var(--NotoSans);
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    letter-spacing: -0.72px;
  }
}
@media screen and (max-width: 1023px) {
  #care .container .tabWrap .list-wrap .list {
    flex-direction: column;
    align-items: center;
  }
}
@media screen and (max-width: 767px) {
  #care .container .tabWrap .list-wrap {
    flex-direction: column;
  }
  #care .container .tabWrap .list-wrap .list {
    flex-direction: row;
    align-items: flex-start;
  }
  #care .container .tabWrap .list-wrap .list img {
    width: 30%;
  }
  #care .container .tabWrap .list-wrap .list span {
    margin-top: 0;
  }
}

.tabList ul {
  display: flex;
  /*
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  padding: 0;
  flex-grow:1;
  //background-color: var(--gray1);
  border-radius:999px;
  overflow:hidden;
  */
}
.tabList ul li {
  width: 50%;
  padding: 10px;
  text-align: center;
  background-color: var(--sub2);
  cursor: pointer;
  /*
  list-style:none;
  position: relative;
  text-align: center;
  background-color:var(--gray1); 
  color:var(--white);
  width:200px; height:50px; line-height:50px;
  overflow:hidden;
  border-radius: 999px;
  */
}
.tabList ul li.on {
  background-color: var(--pri1);
  color: white !important;
  /*
  overflow: hidden;
  font-size:18px;
  font-weight: 400;
  color: #fff;
  z-index: 2;
  position:relative;
  border-radius:999px;
  background-color:var(--pri1);
  */
}
@media screen and (max-width: 1023px) {
  .tabList ul li {
    /*width:25%;*/
  }
}

.tabContent li {
  animation: slideDown 1.5s;
  display: none;
}

@media (max-width: 767px) {
  .tabList {
    position: sticky;
    top: 50px;
    z-index: 100;
  }
}
#justice .container {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: none;
  justify-content: space-between;
  align-items: flex-start;
  gap: 80px;
}
#justice .container .title {
  text-align: left;
}
#justice .container .content {
  padding: 3.125rem;
  background-color: var(--sub2);
  flex-basis: 700px;
}
@media screen and (max-width: 1023px) {
  #justice .container {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: none;
    justify-content: none;
    align-items: center;
    gap: 80px;
  }
  #justice .container .content {
    flex-basis: auto;
  }
  #justice .container .title {
    text-align: center;
    word-break: keep-all;
  }
}
@media screen and (max-width: 767px) {
  #justice .container {
    gap: 20px;
  }
  #justice .container .content {
    padding: 1.875rem;
  }
}

.list02-wrap {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: none;
  justify-content: center;
  align-items: stretch;
  gap: 80px;
  margin-top: 5rem;
}
.list02-wrap img {
  width: 250px;
  height: 250px;
  border-radius: 999px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .list02-wrap img {
    width: 200px;
    height: 200px;
  }
}
.list02-wrap li {
  width: 300px;
  text-align: center;
}
.list02-wrap p, .list02-wrap span {
  margin-top: 1.875rem;
  display: block;
}
@media screen and (max-width: 767px) {
  .list02-wrap {
    gap: 20px;
    margin-top: 1.25rem;
  }
}

#cause .container {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: none;
  justify-content: space-between;
  align-items: stretch;
  gap: 100px;
}
#cause .container .title {
  text-align: left;
  margin-bottom: 5rem;
}
#cause .container .right {
  flex-basis: 50%;
}
@media screen and (max-width: 1023px) {
  #cause .container {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: none;
    justify-content: center;
    align-items: center;
    gap: 100px;
  }
  #cause .container .left img {
    width: 427px;
  }
  #cause .container .title {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  #cause .container {
    gap: 20px;
  }
  #cause .container .left img {
    width: 300px;
  }
  #cause .container .title {
    margin-bottom: 1.25rem;
  }
}

.list01-wrap li {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: none;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 0px;
  background-color: var(--sub2);
  padding: 1.25rem;
  margin-bottom: 1.25rem;
}
.list01-wrap li:before {
  content: "●";
  font-size: 5px;
  flex-basis: 5%;
  color: var(--pri1);
}
.list01-wrap li p {
  flex-basis: 95%;
  color: var(--pri1);
}
.list01-wrap li span {
  flex-basis: 95%;
  margin-top: 0.625rem;
}
.list01-wrap li:last-of-type {
  margin-bottom: 0 !important;
}

.list02-wrap img {
  border: 8px solid var(--pri1);
}
.list02-wrap li p {
  color: var(--pri2);
}

#process {
  padding-top: 12.5rem;
  padding-bottom: 12.5rem;
  background-color: var(--pri2);
}
#process .title h1 {
  color: var(--sub2);
}
#process ul > li, #process li > p, #process li > span {
  color: var(--sub2);
}
@media screen and (max-width: 767px) {
  #process {
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
  }
}

.list03-wrap {
  margin-top: 5rem;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: none;
  justify-content: flex-end;
  align-items: stretch;
  gap: 100px;
  position: relative;
}
.list03-wrap li {
  text-align: center;
  flex-basis: 400px;
}
.list03-wrap li span {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  display: block;
}
.list03-wrap li:before {
  font-family: var(--Marcell);
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: 132%;
  letter-spacing: -0.84px;
  color: var(--white-a30);
}
@media screen and (max-width: 1023px) {
  .list03-wrap li:before {
    font-family: var(--Marcell);
  }
}
@media screen and (max-width: 767px) {
  .list03-wrap li:before {
    font-family: var(--Marcell);
  }
}
@media screen and (max-width: 1023px) {
  .list03-wrap li:before {
    font-family: var(--Marcell);
    font-size: 26px;
    font-style: normal;
    font-weight: 500;
    line-height: 132%;
    letter-spacing: -0.78px;
  }
}
@media screen and (max-width: 1023px) and (max-width: 1023px) {
  .list03-wrap li:before {
    font-family: var(--Marcell);
  }
}
@media screen and (max-width: 1023px) and (max-width: 767px) {
  .list03-wrap li:before {
    font-family: var(--Marcell);
  }
}
@media screen and (max-width: 767px) {
  .list03-wrap li:before {
    font-family: var(--Marcell);
    font-size: 26px;
    font-style: normal;
    font-weight: 500;
    line-height: 132%;
    letter-spacing: -0.78px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1023px) {
  .list03-wrap li:before {
    font-family: var(--Marcell);
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .list03-wrap li:before {
    font-family: var(--Marcell);
  }
}
.list03-wrap li:nth-child(1):before {
  content: "01";
}
.list03-wrap li:nth-child(2):before {
  content: "02";
}
.list03-wrap li:nth-child(3):before {
  content: "03";
}
.list03-wrap li:nth-child(4):before {
  content: "04";
}
.list03-wrap li .circle {
  width: 20px;
  height: 20px;
  background-color: var(--white-a30);
  border-radius: 999px;
  margin: 0 auto;
  position: relative;
  margin-top: 1.875rem;
  margin-bottom: 1.875rem;
}
.list03-wrap li .circle:after {
  content: "";
  width: 10px;
  height: 10px;
  background-color: var(--sub1);
  border-radius: 999px;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.list03-wrap:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 1px;
  background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' stroke='%23FFFFFF91' stroke-width='1' stroke-dasharray='2%2c 8' stroke-dashoffset='0' stroke-linecap='butt'/%3e%3c/svg%3e");
}
@media screen and (max-width: 1023px) {
  .list03-wrap:after {
    width: 1px;
    height: 100%;
    background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' stroke='%23FFFFFF91' stroke-width='1' stroke-dasharray='2%2c 8' stroke-dashoffset='0' stroke-linecap='butt'/%3e%3c/svg%3e");
    left: 0;
  }
}
@media screen and (max-width: 1023px) {
  .list03-wrap {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: none;
    justify-content: flex-end;
    align-items: stretch;
    gap: 100px;
  }
  .list03-wrap li {
    flex-basis: auto;
    text-align: left;
  }
  .list03-wrap li:before {
    float: left;
    padding-left: 2.5rem;
    padding-right: 0.625rem;
  }
  .list03-wrap li .circle {
    margin: 0;
    top: -29px;
    left: -10px;
  }
  .list03-wrap li span {
    padding-left: 2.5rem;
  }
}

.list04-wrap {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: none;
  justify-content: space-between;
  align-items: stretch;
  gap: 20px;
  margin-top: 5rem;
}
.list04-wrap li {
  flex-basis: calc(50% - 10px);
  padding: 20px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: none;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 10px;
  background-color: var(--sub2);
}
.list04-wrap li:before {
  content: "●";
  font-size: 5px;
}
@media screen and (max-width: 767px) {
  .list04-wrap {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: none;
    justify-content: space-between;
    align-items: stretch;
    gap: 20px;
    margin-top: 1.25rem;
  }
}

#definition .container .title p {
  margin-top: 1.875rem;
  color: var(--black-a65);
}
#definition .container img {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  #definition .container img {
    height: 300px;
  }
}
#definition .container #Preview {
  width: 900px;
  height: 500px;
  position: relative;
  overflow: visible;
  margin: 0 auto;
}
#definition .container #Preview .swiper-slide {
  opacity: 0.5;
  transition: 0.75s ease;
  transform: scale(0.7);
  border-radius: 20px;
  overflow: hidden;
}
#definition .container #Preview .swiper-slide p {
  position: absolute;
  bottom: 5%;
  left: 5%;
  width: 50%;
  color: var(--white);
}
#definition .container #Preview .swiper-slide img {
  width: 100%;
  height: 100%;
}
#definition .container #Preview .swiper-slide.swiper-slide-active {
  opacity: 1;
  transform: scale(1);
}
#definition .container #Preview .swiper-slide.swiper-slide-next p {
  display: none;
}
#definition .container #Preview .controls {
  position: absolute;
  display: flex;
  justify-content: space-between;
  align-items: center;
  bottom: 0;
  right: 0;
  z-index: 5;
  border-bottom-right-radius: 20px;
  overflow: hidden;
  background-color: var(--pri1);
}
#definition .container #Preview .controls .previewText {
  color: var(--white);
  width: 180px;
  padding-left: 20px;
}
#definition .container #Preview .controls .swiper-button {
  position: relative;
  left: auto;
  right: auto;
  top: auto;
  margin: 0;
  width: 60px;
  height: 60px;
}
#definition .container #Preview .controls .swiper-button-next:after, #definition .container #Preview .controls .swiper-button-prev:after {
  font-size: 12px;
  color: var(--white);
}
#definition .container #Preview .controls .swiper-button-next {
  background-color: var(--pri2);
}
#definition .container #Preview .controls .swiper-button-prev {
  background-color: var(--pri1);
}
@media screen and (max-width: 1023px) {
  #definition .container #Preview {
    width: 80%;
    height: 60vh;
  }
  #definition .container #Preview .swiper-slide img {
    height: 100%;
  }
}
@media screen and (max-width: 767px) {
  #definition .container #Preview {
    width: 90%;
    height: auto;
  }
  #definition .container #Preview .swiper-slide {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
  }
  #definition .container #Preview .swiper-slide h6 {
    width: 80%;
    word-break: keep-all;
  }
  #definition .container #Preview .controls {
    position: relative;
    border-bottom-left-radius: 20px;
  }
  #definition .container #Preview .controls .previewText {
    flex-basis: 80%;
  }
}

#doctor {
  padding-top: 12.5rem;
  padding-bottom: 12.5rem;
  background-color: var(--pri2);
}
#doctor .container {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: none;
  justify-content: center;
  align-items: flex-start;
  gap: 80px;
}
#doctor .container img {
  width: 400px;
  position: sticky;
  top: 100px;
}
#doctor .container .txt-wrap {
  flex-basis: 40%;
  color: var(--white);
}
#doctor .container .txt-wrap p:nth-child(1) {
  font-family: var(--NotoSerif);
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -1.12px;
}
@media screen and (max-width: 1023px) {
  #doctor .container .txt-wrap p:nth-child(1) {
    font-family: var(--NotoSerif);
    font-size: 26px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: -1.04px;
  }
}
@media screen and (max-width: 767px) {
  #doctor .container .txt-wrap p:nth-child(1) {
    font-family: var(--NotoSerif);
    font-size: 26px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: -1.04px;
  }
}
#doctor .container .txt-wrap p:nth-child(2) {
  font-family: var(--NotoSans);
  font-size: 60px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: -1.2px;
}
@media screen and (max-width: 1023px) {
  #doctor .container .txt-wrap p:nth-child(2) {
    font-family: var(--NotoSans);
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: -0.96px;
  }
}
@media screen and (max-width: 767px) {
  #doctor .container .txt-wrap p:nth-child(2) {
    font-family: var(--NotoSans);
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: -0.96px;
  }
}
#doctor .container .txt-wrap p:nth-child(2) span {
  font-family: var(--NotoSans);
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -1.12px;
  color: var(--white);
}
@media screen and (max-width: 1023px) {
  #doctor .container .txt-wrap p:nth-child(2) span {
    font-family: var(--NotoSans);
    font-size: 26px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: -1.04px;
  }
}
@media screen and (max-width: 767px) {
  #doctor .container .txt-wrap p:nth-child(2) span {
    font-family: var(--NotoSans);
    font-size: 26px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: -1.04px;
  }
}
#doctor .container .txt-wrap ul {
  margin-top: 2.5rem;
}
#doctor .container .txt-wrap ul li {
  color: var(--white);
}
@media screen and (max-width: 1023px) {
  #doctor .container {
    flex-direction: column-reverse;
    align-items: center;
  }
  #doctor .container img {
    width: 300px;
    position: relative;
    top: 0;
  }
  #doctor .container .txt-wrap {
    text-align: center;
  }
}

#Philosophy .container li {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: none;
  justify-content: space-between;
  align-items: center;
  gap: 0;
  margin-bottom: 1.875rem;
}
#Philosophy .container li .title {
  position: relative;
  flex-basis: 50%;
  text-align: left;
  margin-left: 6.25rem;
}
#Philosophy .container li .title h1 {
  margin-top: 0 !important;
  margin-bottom: 1.875rem;
  color: var(--pri1);
}
#Philosophy .container li .title:before {
  position: absolute;
  top: 0;
  left: -120px;
  font-family: var(--Marcell);
  font-size: 60px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: -1.2px;
  color: var(--pri1);
}
@media screen and (max-width: 1023px) {
  #Philosophy .container li .title:before {
    font-family: var(--Marcell);
  }
}
@media screen and (max-width: 767px) {
  #Philosophy .container li .title:before {
    font-family: var(--Marcell);
  }
}
@media screen and (max-width: 1023px) {
  #Philosophy .container li .title:before {
    font-family: var(--Marcell);
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: -0.96px;
  }
}
@media screen and (max-width: 1023px) and (max-width: 1023px) {
  #Philosophy .container li .title:before {
    font-family: var(--Marcell);
  }
}
@media screen and (max-width: 1023px) and (max-width: 767px) {
  #Philosophy .container li .title:before {
    font-family: var(--Marcell);
  }
}
@media screen and (max-width: 767px) {
  #Philosophy .container li .title:before {
    font-family: var(--Marcell);
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: -0.96px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1023px) {
  #Philosophy .container li .title:before {
    font-family: var(--Marcell);
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  #Philosophy .container li .title:before {
    font-family: var(--Marcell);
  }
}
#Philosophy .container li img {
  width: 50%;
}
#Philosophy .container li:nth-child(1) .title:before {
  content: "01";
}
#Philosophy .container li:nth-child(2) .title {
  margin-left: 150px;
}
#Philosophy .container li:nth-child(2) .title:before {
  content: "02";
}
#Philosophy .container li:nth-child(3) .title:before {
  content: "03";
}
#Philosophy .container li:nth-child(3) .title b {
  font-weight: bold;
}
#Philosophy .container li:last-of-type {
  margin-bottom: 0 !important;
}
@media screen and (max-width: 1023px) {
  #Philosophy .container li {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: none;
    justify-content: space-between;
    align-items: center;
    gap: 0;
  }
  #Philosophy .container li .title {
    text-align: center;
    margin-left: 0 !important;
    margin-top: 1.875rem;
  }
  #Philosophy .container li .title:before {
    position: absolute;
    left: 50%;
    transform: translate(-50%, -100%);
    font-family: var(--Marcell);
    font-size: 60px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: -1.2px;
    color: var(--pri1);
  }
}
@media screen and (max-width: 1023px) and (max-width: 1023px) {
  #Philosophy .container li .title:before {
    font-family: var(--Marcell);
  }
}
@media screen and (max-width: 1023px) and (max-width: 767px) {
  #Philosophy .container li .title:before {
    font-family: var(--Marcell);
  }
}
@media screen and (max-width: 1023px) and (max-width: 1023px) {
  #Philosophy .container li .title:before {
    font-family: var(--Marcell);
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: -0.96px;
  }
}
@media screen and (max-width: 1023px) and (max-width: 1023px) and (max-width: 1023px) {
  #Philosophy .container li .title:before {
    font-family: var(--Marcell);
  }
}
@media screen and (max-width: 1023px) and (max-width: 1023px) and (max-width: 767px) {
  #Philosophy .container li .title:before {
    font-family: var(--Marcell);
  }
}
@media screen and (max-width: 1023px) and (max-width: 767px) {
  #Philosophy .container li .title:before {
    font-family: var(--Marcell);
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: -0.96px;
  }
}
@media screen and (max-width: 1023px) and (max-width: 767px) and (max-width: 1023px) {
  #Philosophy .container li .title:before {
    font-family: var(--Marcell);
  }
}
@media screen and (max-width: 1023px) and (max-width: 767px) and (max-width: 767px) {
  #Philosophy .container li .title:before {
    font-family: var(--Marcell);
  }
}
@media screen and (max-width: 1023px) {
  #Philosophy .container li:nth-child(2) {
    flex-direction: column-reverse;
  }
  #Philosophy .container li img {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  #Philosophy .container li img {
    width: 80%;
  }
}

#equipment .swiper {
  margin-top: 5rem;
}
#equipment .swiper .swiper-slide {
  text-align: center;
}
#equipment .swiper .swiper-slide img {
  margin-bottom: 1.875rem;
  margin-left: auto;
  margin-right: auto;
  width: 300px;
}
#equipment .swiper .swiper-slide p {
  font-family: var(--NotoSans);
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -1.12px;
  color: var(--pri1);
}
@media screen and (max-width: 1023px) {
  #equipment .swiper .swiper-slide p {
    font-family: var(--NotoSans);
    font-size: 26px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: -1.04px;
  }
}
@media screen and (max-width: 767px) {
  #equipment .swiper .swiper-slide p {
    font-family: var(--NotoSans);
    font-size: 26px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: -1.04px;
  }
}
#equipment .swiper .swiper-slide:before {
  display: none;
}
@media screen and (max-width: 1023px) {
  #equipment .title h1 {
    word-break: keep-all;
  }
}

#map {
  margin-top: 5rem;
}

#contact {
  /*
  #map{
      @include mobile{
          height:300px;
          img{height:100%;}
      }
  }*/
}
#contact .img-map {
  border: 3px solid var(--pri1);
  width: 100%;
  margin-top: 1.875rem;
}
#contact .map-api {
  border: 3px solid var(--pri1);
  width: 100%;
  margin-top: 1.875rem;
  height: 620px;
}
#contact .info-wrap {
  margin-top: 1.875rem;
  display: flex;
  gap: 100px;
}
#contact .info-wrap ul {
  flex-basis: 50%;
}
#contact .info-wrap .info .tit, #contact .info-wrap .time-about .tit {
  font-family: var(--NotoSans);
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -1.12px;
  color: var(--pri2);
  margin-bottom: 1.25rem;
}
@media screen and (max-width: 1023px) {
  #contact .info-wrap .info .tit, #contact .info-wrap .time-about .tit {
    font-family: var(--NotoSans);
    font-size: 26px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: -1.04px;
  }
}
@media screen and (max-width: 767px) {
  #contact .info-wrap .info .tit, #contact .info-wrap .time-about .tit {
    font-family: var(--NotoSans);
    font-size: 26px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: -1.04px;
  }
}
#contact .info-wrap .info .tit i, #contact .info-wrap .time-about .tit i {
  margin-right: 1.25rem;
  font-size: 18px;
  float: left;
  line-height: 40px;
}
#contact .info-wrap .info .txt, #contact .info-wrap .time-about .txt {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: none;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 0px;
}
#contact .info-wrap .info .txt a, #contact .info-wrap .time-about .txt a {
  color: var(--black);
  padding-bottom: 0.625rem;
}
#contact .info-wrap .info .txt a:nth-child(1), #contact .info-wrap .time-about .txt a:nth-child(1) {
  flex-basis: 30%;
  font-weight: 600;
}
#contact .info-wrap .info .txt a:nth-child(2), #contact .info-wrap .time-about .txt a:nth-child(2) {
  flex-basis: 80%;
}
#contact .info-wrap .info .bus a:nth-child(2) span {
  display: inline-block;
  padding: 10px;
  color: white;
  border-radius: 10px;
}
#contact .info-wrap .info .bus a:nth-child(2) span:nth-child(2) {
  background-color: #108b24;
  margin-bottom: 5px;
  margin-top: 10px;
}
#contact .info-wrap .info .bus a:nth-child(2) span:nth-child(4) {
  background-color: #79c54d;
}
@media screen and (max-width: 767px) {
  #contact .info-wrap {
    flex-direction: column;
  }
}

/*community*/
.community {
  font-family: var(--NotoSans);
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%;
  letter-spacing: -0.6px;
  padding-top: 5rem;
  padding-bottom: 5rem;
  max-width: 500px;
  margin: 0 auto;
  /*inputbox*/
  /*서브타이틀*/
  /*체크박스 공통*/
  /*버튼 공통*/
}
@media screen and (max-width: 1023px) {
  .community {
    font-family: var(--NotoSans);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 170%;
    letter-spacing: -0.56px;
  }
}
@media screen and (max-width: 767px) {
  .community {
    font-family: var(--NotoSans);
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 170%;
    letter-spacing: -0.56px;
  }
}
@media screen and (max-width: 500px) {
  .community {
    width: 90%;
  }
}
.community div {
  width: 100%;
  margin-bottom: 2.1875rem;
  margin-top: 2.1875rem;
}
.community div ul {
  width: 100%;
  margin-bottom: 1.25rem;
}
.community div ul li {
  width: 100%;
}
.community div:last-child {
  margin-bottom: 0 !important;
}
.community .title {
  font-family: var(--NotoSans);
  font-size: 72px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: -1.44px;
  font-family: var(--Marcell);
  text-align: center;
}
@media screen and (max-width: 1023px) {
  .community .title {
    font-family: var(--NotoSans);
    font-size: 60px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    letter-spacing: -1.2px;
  }
}
@media screen and (max-width: 767px) {
  .community .title {
    font-family: var(--NotoSans);
    font-size: 60px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    letter-spacing: -1.2px;
  }
}
@media screen and (max-width: 1023px) {
  .community .title {
    font-family: var(--Marcell);
  }
}
@media screen and (max-width: 767px) {
  .community .title {
    font-family: var(--Marcell);
  }
}
.community .title-mini {
  text-align: center;
  font-family: var(--NotoSans);
}
.community input {
  font-family: var(--NotoSans);
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%;
  letter-spacing: -0.6px;
  padding: 1em;
  border: 0;
  background-color: var(--gray1);
}
@media screen and (max-width: 1023px) {
  .community input {
    font-family: var(--NotoSans);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 170%;
    letter-spacing: -0.56px;
  }
}
@media screen and (max-width: 767px) {
  .community input {
    font-family: var(--NotoSans);
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 170%;
    letter-spacing: -0.56px;
  }
}
.community .step-tit {
  font-family: var(--NotoSans);
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.88px;
  width: 100%;
  padding-bottom: 1.25rem;
  margin-bottom: 1.25rem;
  border-bottom: 1px solid var(--black-a15);
}
@media screen and (max-width: 1023px) {
  .community .step-tit {
    font-family: var(--NotoSans);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: -0.72px;
  }
}
@media screen and (max-width: 767px) {
  .community .step-tit {
    font-family: var(--NotoSans);
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: -0.72px;
  }
}
.community .step-tit span {
  font-family: var(--NotoSans);
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.88px;
  font-family: var(--Marcell);
  margin-right: 0.625rem;
}
@media screen and (max-width: 1023px) {
  .community .step-tit span {
    font-family: var(--NotoSans);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: -0.72px;
  }
}
@media screen and (max-width: 767px) {
  .community .step-tit span {
    font-family: var(--NotoSans);
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: -0.72px;
  }
}
@media screen and (max-width: 1023px) {
  .community .step-tit span {
    font-family: var(--Marcell);
  }
}
@media screen and (max-width: 767px) {
  .community .step-tit span {
    font-family: var(--Marcell);
  }
}
.community label {
  cursor: pointer;
}
.community label input[type=checkbox] {
  position: absolute;
  left: -9999px;
}
.community label input[type=checkbox]:checked + span {
  color: var(--pri1);
}
.community .btn {
  display: block;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  text-align: center;
  width: 100%;
  cursor: pointer;
  border: 1px solid var(--black-a15);
}
.community .btn:hover {
  background: var(--pri1);
  border-color: var(--pri1);
  color: #fff;
  transition: all 0.3s ease;
}

#join .step01 ul li:nth-child(1) {
  font-family: var(--NotoSans);
  font-size: 17px;
  font-style: normal;
  font-weight: 700;
  line-height: 170%;
  letter-spacing: -0.6px;
  margin-bottom: 0.3125rem;
}
@media screen and (max-width: 1023px) {
  #join .step01 ul li:nth-child(1) {
    font-family: var(--NotoSans);
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 170%;
    letter-spacing: -0.56px;
  }
}
@media screen and (max-width: 767px) {
  #join .step01 ul li:nth-child(1) {
    font-family: var(--NotoSans);
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    letter-spacing: -0.56px;
  }
}
#join .step01 ul li:nth-child(2) {
  width: 100%;
  height: 150px;
  border: 1px solid var(--black-a15);
  overflow: visible;
}
#join .step01 ul li:nth-child(2) textarea {
  width: 100%;
  font-family: var(--NotoSans);
  border: 0;
  height: 100%;
}
#join .step02 ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: none;
  justify-content: flex-start;
  align-items: baseline;
  gap: 10%;
}
#join .step02 ul li:nth-child(1):after {
  content: "*";
  color: var(--pri1);
  margin-bottom: 5px;
}
#join .step02 ul li:nth-child(1) {
  flex-basis: 20%;
  flex-grow: 1;
}
#join .step02 ul li:nth-child(2) {
  flex-basis: 70%;
  display: flex;
  flex-direction: colum;
  flex-wrap: wrap;
  align-content: none;
  justify-content: flex-start;
  align-items: center;
  gap: 5%;
}
#join .step02 ul li:nth-child(2) input {
  flex-basis: 75%;
}
#join .step02 ul li:nth-child(2) .btn {
  flex-basis: 20%;
  height: 100%;
  margin-bottom: 0 !important;
}
@media screen and (max-width: 500px) {
  #join .step02 ul {
    gap: 0.25rem;
  }
  #join .step02 ul li:nth-child(1) {
    flex-basis: 100%;
    flex-grow: 1;
  }
  #join .step02 ul li:nth-child(2) {
    flex-basis: 100%;
  }
  #join .step02 ul li:nth-child(2) input {
    flex-basis: 100%;
  }
  #join .step02 ul li:nth-child(2) .btn {
    flex-basis: 100%;
  }
}

#login form {
  width: 100%;
}
#login form input {
  width: 100%;
  margin-bottom: 1.25rem;
}
#login form .login-info {
  display: flex;
  justify-content: space-between;
}
#login .sns-login {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: none;
  justify-content: center;
  align-items: center;
  gap: 0.8rem;
}
#login .sns-login p {
  flex-basis: 100%;
  text-align: center;
  color: var(--black-a50);
}
#login .sns-login a {
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  position: relative;
  cursor: pointer;
}
#login .sns-login a svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#login .sns-login .naver {
  background-color: var(--naver);
}
#login .sns-login .kakao {
  background-color: var(--kakao);
}

#modal {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 100;
}

.modal-con {
  font-family: var(--NotoSans);
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%;
  letter-spacing: -0.6px;
  display: none;
  position: fixed;
  background-color: white;
  z-index: 110;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 1023px) {
  .modal-con {
    font-family: var(--NotoSans);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 170%;
    letter-spacing: -0.56px;
  }
}
@media screen and (max-width: 767px) {
  .modal-con {
    font-family: var(--NotoSans);
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 170%;
    letter-spacing: -0.56px;
  }
}
@media screen and (max-width: 1023px) {
  .modal-con {
    width: 80%;
  }
}
.modal-con .close {
  width: 30px;
  height: 30px;
  top: 20px;
  right: 20px;
  position: absolute;
  z-index: 2;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .modal-con .close {
    top: -40px;
    right: 20px;
  }
}
.modal-con .close:before,
.modal-con .close:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0%;
  width: 100%;
  height: 2px;
  background: var(--white);
  margin: auto;
}
.modal-con .close:before {
  transform: rotate(45deg);
}
.modal-con .close:after {
  transform: rotate(-45deg);
}

.privacy {
  background-color: var(--pri1);
  color: var(--white);
  padding: 1.875rem;
  border-radius: 20px;
  position: fixed;
}
@media screen and (max-width: 1023px) {
  .privacy .popcont pre {
    font-family: var(--NotoSans);
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: -0.48px;
    white-space: pre-wrap;
    word-wrap: break-word;
    overflow-wrap: break-word;
  }
}
@media screen and (max-width: 1023px) and (max-width: 1023px) {
  .privacy .popcont pre {
    font-family: var(--NotoSans);
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: -0.4px;
  }
}
@media screen and (max-width: 1023px) and (max-width: 767px) {
  .privacy .popcont pre {
    font-family: var(--NotoSans);
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: -0.4px;
  }
}
@media screen and (max-width: 767px) {
  .privacy {
    font-family: var(--NotoSans);
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: -0.48px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1023px) {
  .privacy {
    font-family: var(--NotoSans);
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: -0.4px;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .privacy {
    font-family: var(--NotoSans);
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: -0.4px;
  }
}

.alert .popcont {
  padding-top: 2.5rem;
  padding-right: 2.5rem;
  padding-left: 2.5rem;
  text-align: center;
}
.alert .popcont p:nth-child(1) {
  font-family: var(--NotoSans);
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: -0.88px;
  margin-bottom: 1.25rem;
}
@media screen and (max-width: 1023px) {
  .alert .popcont p:nth-child(1) {
    font-family: var(--NotoSans);
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    letter-spacing: -0.72px;
  }
}
@media screen and (max-width: 767px) {
  .alert .popcont p:nth-child(1) {
    font-family: var(--NotoSans);
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    letter-spacing: -0.72px;
  }
}
.alert .popcont input {
  background-color: var(--gray1);
  width: 80%;
  margin: 0 auto;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  margin-bottom: 1.25rem;
  border: 0;
  text-align: center;
  font-family: var(--NotoSans);
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%;
  letter-spacing: -0.6px;
}
@media screen and (max-width: 1023px) {
  .alert .popcont input {
    font-family: var(--NotoSans);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 170%;
    letter-spacing: -0.56px;
  }
}
@media screen and (max-width: 767px) {
  .alert .popcont input {
    font-family: var(--NotoSans);
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 170%;
    letter-spacing: -0.56px;
  }
}
.alert .popcont p:nth-child(3) {
  font-family: var(--NotoSans);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.48px;
  margin-bottom: 1.25rem;
}
@media screen and (max-width: 1023px) {
  .alert .popcont p:nth-child(3) {
    font-family: var(--NotoSans);
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: -0.4px;
  }
}
@media screen and (max-width: 767px) {
  .alert .popcont p:nth-child(3) {
    font-family: var(--NotoSans);
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: -0.4px;
  }
}
.alert .popcont p:nth-child(3) i {
  color: var(--gray6);
}
.alert .button-wrap {
  width: 100%;
}
.alert .button-wrap button {
  text-align: center;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  width: 50%;
  font-family: var(--NotoSans);
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%;
  letter-spacing: -0.6px;
}
@media screen and (max-width: 1023px) {
  .alert .button-wrap button {
    font-family: var(--NotoSans);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 170%;
    letter-spacing: -0.56px;
  }
}
@media screen and (max-width: 767px) {
  .alert .button-wrap button {
    font-family: var(--NotoSans);
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 170%;
    letter-spacing: -0.56px;
  }
}
.alert .button-wrap .check {
  background-color: var(--pri1);
  color: var(--white);
}
.alert .button-wrap .one {
  width: 100%;
  background-color: var(--pri1);
  color: var(--white);
}
.alert .button-wrap .close {
  border-top: 1px solid var(--black-a15);
}

#password_lost .id ul, #password_lost .password ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: none;
  justify-content: flex-start;
  align-items: baseline;
  gap: 1.25rem;
}
#password_lost .id ul li:nth-child(1), #password_lost .password ul li:nth-child(1) {
  flex-basis: 20%;
  flex-grow: 1;
}
#password_lost .id ul li:nth-child(2), #password_lost .password ul li:nth-child(2) {
  flex-basis: 75%;
}
#password_lost .id ul li:nth-child(2) input, #password_lost .password ul li:nth-child(2) input {
  width: 100%;
}

.pay {
  font-family: var(--NotoSans);
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%;
  letter-spacing: -0.6px;
  text-align: center;
  padding-top: 150px;
  max-width: 1400px;
  width: 80%;
  margin: 0 auto;
  overflow-x: auto;
}
@media screen and (max-width: 1023px) {
  .pay {
    font-family: var(--NotoSans);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 170%;
    letter-spacing: -0.56px;
  }
}
@media screen and (max-width: 767px) {
  .pay {
    font-family: var(--NotoSans);
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 170%;
    letter-spacing: -0.56px;
  }
}
.pay table {
  width: 100%;
  border: 2px solid var(--pri1);
}
.pay table thead {
  background-color: var(--pri1);
  color: white;
  border: 1px solid var(--pri1);
}
.pay table thead td, .pay table thead th {
  border: 1px solid var(--white);
}
.pay table tbody th {
  background-color: var(--sub2);
}
.pay table tbody th, .pay table tbody td {
  border: 1px solid var(--black-a65);
}
.pay::-webkit-scrollbar {
  height: 5px;
}
@media screen and (max-width: 780px) {
  .pay table {
    width: 780px;
  }
}

.pay-padding {
  height: 150px;
}

#board {
  max-width: 1200px;
  width: 90%;
  margin: 0 auto;
  margin-bottom: 9.375rem;
  margin-top: 6.25rem;
  /*게시판공통*/
  /*검색&글쓰기*/
  /*토탈(공통)*/
  /*탭(공통)*/
  /*더보기버튼(공통)*/
  /*페이지버튼(공통)*/
}
#board .board {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: normal;
  justify-content: center;
  align-items: space-between;
  gap: 0;
  border-top: 2px solid var(--pri1);
}
#board .board li {
  cursor: pointer;
  transition: all 0.5s ease;
}
#board .board .list-title {
  font-family: var(--NotoSans);
  font-size: 17px;
  font-style: normal;
  font-weight: 700;
  line-height: 170%;
  letter-spacing: -0.6px;
}
@media screen and (max-width: 1023px) {
  #board .board .list-title {
    font-family: var(--NotoSans);
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 170%;
    letter-spacing: -0.56px;
  }
}
@media screen and (max-width: 767px) {
  #board .board .list-title {
    font-family: var(--NotoSans);
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    letter-spacing: -0.56px;
  }
}
#board .board .list-thumb {
  display: flex;
  align-content: center;
  overflow: hidden;
}
#board .board .list-thumb img {
  width: 100%;
  transition: all 0.5s ease;
}
#board .board li:hover .list-thumb img {
  transform: scale(1.1);
  transition: all 0.5s ease;
}
#board .board .list-name, #board .board .list-data {
  color: var(--black-a45);
}
#board .control {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: normal;
  justify-content: space-between;
  align-items: normal;
  gap: 0;
  margin-bottom: 0.625rem;
}
#board .control .search {
  background-color: var(--gray1);
  padding: 1em;
  border-radius: 20em;
  position: relative;
}
#board .control .search input {
  border: 0;
  background-color: rgba(0, 0, 0, 0);
  padding-left: 20px;
  width: 300px;
  font-family: var(--NotoSans);
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%;
  letter-spacing: -0.6px;
}
@media screen and (max-width: 1023px) {
  #board .control .search input {
    font-family: var(--NotoSans);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 170%;
    letter-spacing: -0.56px;
  }
}
@media screen and (max-width: 767px) {
  #board .control .search input {
    font-family: var(--NotoSans);
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 170%;
    letter-spacing: -0.56px;
  }
}
#board .control .search .search-button {
  border: 0;
  padding: 0.5em 1em;
  position: absolute;
  top: 50%;
  right: 0%;
  transform: translate(-50%, -50%);
}
#board .control .search .search-button i {
  color: var(--gray8);
}
#board .control .board-write-btn {
  padding: 0.5em 1em;
  color: var(--black-a50);
  font-family: var(--NotoSans);
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%;
  letter-spacing: -0.6px;
}
#board .control .board-write-btn i {
  margin-right: 1em;
}
@media screen and (max-width: 1023px) {
  #board .control .board-write-btn {
    font-family: var(--NotoSans);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 170%;
    letter-spacing: -0.56px;
  }
}
@media screen and (max-width: 767px) {
  #board .control .board-write-btn {
    font-family: var(--NotoSans);
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 170%;
    letter-spacing: -0.56px;
  }
}
#board .control .board-write-btn:hover {
  color: black;
  transition: all 0.5s ease;
}
@media screen and (max-width: 767px) {
  #board .control {
    flex-direction: column;
    gap: 20px;
  }
  #board .control .board-write-btn {
    margin-left: auto;
  }
}
#board .total {
  flex-basis: 100%;
  padding: 1em 0;
  font-family: var(--NotoSans);
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%;
  letter-spacing: -0.6px;
}
@media screen and (max-width: 1023px) {
  #board .total {
    font-family: var(--NotoSans);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 170%;
    letter-spacing: -0.56px;
  }
}
@media screen and (max-width: 767px) {
  #board .total {
    font-family: var(--NotoSans);
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 170%;
    letter-spacing: -0.56px;
  }
}
#board .tab {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 6.25rem;
}
#board .tab li {
  padding: 2em 5em;
  flex-basis: 25%;
  cursor: pointer;
  text-align: center;
  border-right: 1px solid var(--gray5);
  border-bottom: 1px solid var(--gray5);
  border-top: 1px solid var(--gray5);
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 1200px) {
  #board .tab li {
    padding: 1em;
    border-right: 0;
    border-top: 0;
  }
}
#board .tab li:nth-child(1) {
  border-left: 1px solid var(--gray5);
}
@media screen and (max-width: 1200px) {
  #board .tab li:nth-child(1) {
    border-left: 0px;
  }
}
#board .tab li.on {
  border: 2px solid var(--pri1);
  box-shadow: 0 0 18px rgba(0, 0, 0, 0.15);
}
@media screen and (max-width: 1200px) {
  #board .tab li.on {
    box-shadow: none;
    border-right: 0;
    border-left: 0;
    border-top: 0;
    border-bottom: 2px solid var(--pri1);
    color: var(--pri1);
  }
}
#board .button-wrap {
  display: flex;
  gap: 50px;
  justify-content: center;
}
#board .button-wrap .board-button {
  border: 1px solid var(--black-a50);
  color: var(--black-a65);
  cursor: pointer;
  display: block;
  border-radius: 2em;
  font-family: var(--NotoSans);
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%;
  letter-spacing: -0.6px;
  margin-top: 3.125rem;
  width: 300px;
  height: 50px;
}
@media screen and (max-width: 1023px) {
  #board .button-wrap .board-button {
    font-family: var(--NotoSans);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 170%;
    letter-spacing: -0.56px;
  }
}
@media screen and (max-width: 767px) {
  #board .button-wrap .board-button {
    font-family: var(--NotoSans);
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 170%;
    letter-spacing: -0.56px;
  }
}
#board .button-wrap .board-button:hover {
  background-color: var(--pri1);
  border: 1px solid var(--pri1);
  color: white;
  transition: all 0.5s ease;
}
#board .pagination {
  margin-top: 3.125rem;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: normal;
  justify-content: center;
  align-items: center;
  gap: 40px;
}
@media screen and (max-width: 900px) {
  #board .pagination {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: normal;
    justify-content: center;
    align-items: center;
    gap: 1rem;
  }
}
#board .pagination .num_list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: normal;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
@media screen and (max-width: 900px) {
  #board .pagination .num_list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: normal;
    justify-content: center;
    align-items: center;
    gap: 0.25rem;
  }
}
#board .pagination .num_list li a {
  text-align: center;
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  color: var(--gray9);
  border-radius: 0.3rem;
}
#board .pagination .num_list li a.on {
  color: white;
  background-color: var(--pri1);
}
#board .pagination .num_list li a.on:hover {
  color: white;
  transition: all 0.5s ease;
}
#board .pagination .num_list li a:hover {
  color: var(--pri1);
  font-weight: bold;
  transition: all 0.5s ease;
}
#board .pagination i {
  color: var(--gray6);
  transition: all 0.5s ease;
}
#board .pagination i:hover {
  color: var(--pri1);
  transition: all 0.5s ease;
}

/*online*/
.online li {
  flex-basis: 100%;
  margin-bottom: 0em;
  border: 0 !important;
  border-bottom: 1px solid var(--black-a15) !important;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: normal;
  justify-content: space-between;
  align-items: center;
  gap: 0;
  padding: 1.875rem;
}
.online li .list-category {
  text-align: center;
  border: 1px solid var(--pri1);
  border-radius: 20em;
  color: var(--pri1);
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  margin-right: 18px;
}
.online li .list-category.end {
  background-color: var(--pri1);
  color: white;
}
.online li .list-txt {
  flex-basis: 70%;
  padding: 0em;
}
.online li .list-txt:before {
  content: "\f023";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 10px;
  color: var(--pri1);
}
.online li .list-name {
  flex-basis: 5%;
  text-align: center;
}
.online li .list-data {
  flex-basis: 8%;
  text-align: center;
}
@media screen and (max-width: 1023px) {
  .online li {
    gap: 20px;
  }
  .online li .list-txt {
    flex-basis: 100%;
  }
  .online li .list-name {
    flex-basis: auto;
  }
}
.online li:hover .list-txt {
  text-decoration: underline;
}

/*view*/
.view .list-info {
  text-align: center;
  margin-bottom: 3.125rem;
}
.view .list-info .list-title {
  font-family: var(--NotoSans);
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -1.12px;
  margin-bottom: 1.25rem;
}
@media screen and (max-width: 1023px) {
  .view .list-info .list-title {
    font-family: var(--NotoSans);
    font-size: 26px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: -1.04px;
  }
}
@media screen and (max-width: 767px) {
  .view .list-info .list-title {
    font-family: var(--NotoSans);
    font-size: 26px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: -1.04px;
  }
}
.view .list-info .list-title span {
  padding-right: 1.25rem;
  font-family: var(--Marcell);
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -1.12px;
}
@media screen and (max-width: 1023px) {
  .view .list-info .list-title span {
    font-family: var(--Marcell);
  }
}
@media screen and (max-width: 767px) {
  .view .list-info .list-title span {
    font-family: var(--Marcell);
  }
}
@media screen and (max-width: 1023px) {
  .view .list-info .list-title span {
    font-family: var(--Marcell);
    font-size: 26px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: -1.04px;
  }
}
@media screen and (max-width: 1023px) and (max-width: 1023px) {
  .view .list-info .list-title span {
    font-family: var(--Marcell);
  }
}
@media screen and (max-width: 1023px) and (max-width: 767px) {
  .view .list-info .list-title span {
    font-family: var(--Marcell);
  }
}
@media screen and (max-width: 767px) {
  .view .list-info .list-title span {
    font-family: var(--Marcell);
    font-size: 26px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: -1.04px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1023px) {
  .view .list-info .list-title span {
    font-family: var(--Marcell);
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .view .list-info .list-title span {
    font-family: var(--Marcell);
  }
}
.view .content {
  position: relative;
  font-family: var(--NotoSans);
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%;
  letter-spacing: -0.6px;
  padding-bottom: 3.125rem;
  padding-top: 3.125rem;
  border-top: 1px solid var(--pri1);
}
@media screen and (max-width: 1023px) {
  .view .content {
    font-family: var(--NotoSans);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 170%;
    letter-spacing: -0.56px;
  }
}
@media screen and (max-width: 767px) {
  .view .content {
    font-family: var(--NotoSans);
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 170%;
    letter-spacing: -0.56px;
  }
}
.view .content .content-button {
  position: absolute;
  top: 10px;
  right: 10px;
}
.view .content .content-button button {
  border: 1px solid var(--black-a25);
  color: var(--black-a50);
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  font-family: var(--NotoSans);
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%;
  letter-spacing: -0.6px;
  border-radius: 999px;
}
@media screen and (max-width: 1023px) {
  .view .content .content-button button {
    font-family: var(--NotoSans);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 170%;
    letter-spacing: -0.56px;
  }
}
@media screen and (max-width: 767px) {
  .view .content .content-button button {
    font-family: var(--NotoSans);
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 170%;
    letter-spacing: -0.56px;
  }
}
.view .content .content-button button:hover {
  color: var(--pri1);
  border: 1px solid var(--pri1);
  transition: all 0.5s ease;
}
.view .answer {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  background-color: var(--gray1);
  padding: 1.25rem;
  text-align: center;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-content: center;
  justify-content: normal;
  align-items: center;
  gap: 20px;
}
.view .answer .list-category {
  margin-right: auto;
  margin-left: auto;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  border-radius: 999px;
  border: 1px solid var(--pri1);
  color: var(--pri1);
}
.view .answer .list-category.end {
  background-color: var(--pri1);
  color: var(--white);
}
.view .add-file {
  font-family: var(--NotoSans);
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%;
  letter-spacing: -0.6px;
  padding-top: 3.125rem;
  padding-bottom: 3.125rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  border-top: 1px solid var(--black-a15);
  border-bottom: 1px solid var(--black-a15);
}
@media screen and (max-width: 1023px) {
  .view .add-file {
    font-family: var(--NotoSans);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 170%;
    letter-spacing: -0.56px;
  }
}
@media screen and (max-width: 767px) {
  .view .add-file {
    font-family: var(--NotoSans);
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 170%;
    letter-spacing: -0.56px;
  }
}

/*write*/
.write {
  /*체크박스 공통*/
}
.write label {
  cursor: pointer;
  font-family: var(--NotoSans);
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%;
  letter-spacing: -0.6px;
}
@media screen and (max-width: 1023px) {
  .write label {
    font-family: var(--NotoSans);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 170%;
    letter-spacing: -0.56px;
  }
}
@media screen and (max-width: 767px) {
  .write label {
    font-family: var(--NotoSans);
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 170%;
    letter-spacing: -0.56px;
  }
}
.write label input[type=checkbox] {
  position: absolute;
  left: -9999px;
}
.write label input[type=checkbox]:checked + span {
  color: var(--pri1);
}
.write ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: normal;
  justify-content: flex-start;
  align-items: baseline;
  gap: 30px;
  margin-bottom: 1.875rem;
}
.write ul li:nth-child(1) {
  flex-basis: 10%;
  font-family: var(--NotoSans);
  font-size: 17px;
  font-style: normal;
  font-weight: 700;
  line-height: 170%;
  letter-spacing: -0.6px;
}
@media screen and (max-width: 1023px) {
  .write ul li:nth-child(1) {
    font-family: var(--NotoSans);
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 170%;
    letter-spacing: -0.56px;
  }
}
@media screen and (max-width: 767px) {
  .write ul li:nth-child(1) {
    font-family: var(--NotoSans);
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    letter-spacing: -0.56px;
  }
}
.write ul li:nth-child(1):after {
  content: "*";
  color: var(--pri1);
  margin-bottom: 5px;
}
.write ul li:nth-child(2) {
  flex-basis: calc(90% - 30px);
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-content: normal;
  justify-content: flex-start;
  align-items: baseline;
  gap: 0px;
}
.write ul li:nth-child(2) input, .write ul li:nth-child(2) textarea {
  padding: 1.25rem;
  border: 0;
  background-color: var(--gray1);
  font-family: var(--NotoSans);
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%;
  letter-spacing: -0.6px;
  max-width: 100%;
}
@media screen and (max-width: 1023px) {
  .write ul li:nth-child(2) input, .write ul li:nth-child(2) textarea {
    font-family: var(--NotoSans);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 170%;
    letter-spacing: -0.56px;
  }
}
@media screen and (max-width: 767px) {
  .write ul li:nth-child(2) input, .write ul li:nth-child(2) textarea {
    font-family: var(--NotoSans);
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 170%;
    letter-spacing: -0.56px;
  }
}
.write ul li:nth-child(2) textarea {
  width: 100% !important;
  height: 300px !important;
}
.write ul li:nth-child(2) label {
  width: 100%;
}
.write ul li:nth-child(2) .input-s {
  width: 20%;
}
.write ul li:nth-child(2) .input-m {
  width: 50%;
}
.write ul li:nth-child(2) .input-l {
  width: 100%;
}
.write ul li:nth-child(2) button {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  border-radius: 999px;
  border: 1px solid var(--gray10);
  color: var(--gray10);
}
@media screen and (max-width: 767px) {
  .write ul {
    gap: 10px;
  }
  .write ul li:nth-child(1), .write ul li:nth-child(2) {
    flex-basis: 100%;
  }
  .write ul li:nth-child(2) .input-s,
  .write ul li:nth-child(2) .input-m,
  .write ul li:nth-child(2) .input-l {
    width: 100%;
  }
}
.write .personal-infor {
  margin-top: 6.25rem;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: normal;
  justify-content: space-between;
  align-items: baseline;
  gap: 20px;
}
.write .personal-infor h2 {
  font-family: var(--NotoSans);
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: -0.88px;
}
@media screen and (max-width: 1023px) {
  .write .personal-infor h2 {
    font-family: var(--NotoSans);
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    letter-spacing: -0.72px;
  }
}
@media screen and (max-width: 767px) {
  .write .personal-infor h2 {
    font-family: var(--NotoSans);
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    letter-spacing: -0.72px;
  }
}
.write .personal-infor p {
  padding: 1.25rem;
  background-color: var(--gray1);
  width: 100%;
}

/*notice게시판*/
.notice {
  justify-content: flex-start !important;
  align-items: stretch !important;
  gap: 20px;
}
.notice li {
  border: 1px solid var(--black-a15);
  position: relative;
  padding: 2.5rem;
  margin-bottom: 1.25rem;
  margin-right: 1.25rem;
  flex-basis: calc(33.3333% - 1.25rem);
}
.notice li .no-img:before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--pri1);
  display: block;
}
.notice li .list-title {
  margin-top: 0.9375rem;
}
.notice li .list-content {
  margin-top: 0.9375rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.notice li .list-data {
  margin-top: 1.25rem;
}
@media screen and (min-width: 1024px) and (max-width: 1920px) {
  .notice li:nth-child(3n+4) {
    margin-right: 0 !important;
  }
}
.notice li:before {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0%;
  height: 2px;
  background-color: var(--pri1);
}
.notice li:hover:before {
  width: 100%;
  transition: all 0.5s ease;
}
.notice .notice .list-title:before {
  content: "[공지]  ";
  font-weight: bold;
  color: var(--pri1);
}
.notice .list-thumb.no-thumb:after {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--pri1);
  display: block;
}
@media screen and (max-width: 1023px) {
  .notice li {
    flex-basis: calc(50% - 20px);
  }
}
@media screen and (max-width: 767px) {
  .notice {
    flex-direction: column !important;
  }
  .notice li {
    margin: 0 0 2em 0;
    padding: 2em;
  }
}

/*before게시판*/
.before li {
  flex-wrap: wrap;
  flex-basis: 100%;
  cursor: auto;
  display: flex;
  justify-content: center;
  margin-bottom: 3.125rem;
}
.before li .list-title {
  flex-basis: 100%;
  text-align: center;
  padding: 1.25rem;
}
.before li img {
  flex-basis: 45%;
}
.before li .before-img {
  border: 3px solid var(--grey6);
  filter: brightness(0.2);
}
.before li .after-img {
  border: 3px solid var(--pri1);
}
.before li:last-of-type {
  margin-bottom: 0 !important;
}

/*event게시판*/
.event {
  justify-content: space-between !important;
}
.event li {
  flex-basis: calc(50% - 20px);
  margin-bottom: 2.5rem;
}
.event li .list-thumb {
  height: 300px;
  justify-content: center;
}
.event li .list-title {
  text-align: center;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}
.event li .list-title span {
  padding-right: 1.25rem;
  font-family: var(--Marcell);
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%;
  letter-spacing: -0.6px;
}
@media screen and (max-width: 1023px) {
  .event li .list-title span {
    font-family: var(--Marcell);
  }
}
@media screen and (max-width: 767px) {
  .event li .list-title span {
    font-family: var(--Marcell);
  }
}
@media screen and (max-width: 1023px) {
  .event li .list-title span {
    font-family: var(--Marcell);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 170%;
    letter-spacing: -0.56px;
  }
}
@media screen and (max-width: 1023px) and (max-width: 1023px) {
  .event li .list-title span {
    font-family: var(--Marcell);
  }
}
@media screen and (max-width: 1023px) and (max-width: 767px) {
  .event li .list-title span {
    font-family: var(--Marcell);
  }
}
@media screen and (max-width: 767px) {
  .event li .list-title span {
    font-family: var(--Marcell);
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 170%;
    letter-spacing: -0.56px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1023px) {
  .event li .list-title span {
    font-family: var(--Marcell);
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .event li .list-title span {
    font-family: var(--Marcell);
  }
}
@media screen and (max-width: 767px) {
  .event li {
    flex-basis: 100%;
  }
}
.event li.end {
  position: relative;
}
.event li.end .list-thumb img {
  filter: brightness(50%);
}
.event li.end .list-title {
  opacity: 0.2;
}
.event li.end .list-title .counter {
  display: none;
}
.event li.end .list-thumb {
  position: relative;
}
.event li.end .list-thumb::after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: "종료된 이벤트입니다.";
  color: var(--white);
}
.event li.end:hover {
  cursor: auto;
}
.event li.end:hover .list-thumb img {
  transform: scale(1) !important;
  cursor: auto;
}
.event li.end:hover .list-title {
  cursor: auto;
}

/*font*/
.serif-display-l {
  font-family: var(--NotoSerif);
  font-size: 72px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: -1.44px;
}
@media screen and (max-width: 1023px) {
  .serif-display-l {
    font-family: var(--NotoSerif);
    font-size: 60px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    letter-spacing: -1.2px;
  }
}
@media screen and (max-width: 767px) {
  .serif-display-l {
    font-family: var(--NotoSerif);
    font-size: 60px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    letter-spacing: -1.2px;
  }
}

.serif-display-m {
  font-family: var(--NotoSerif);
  font-size: 60px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: -1.2px;
}
@media screen and (max-width: 1023px) {
  .serif-display-m {
    font-family: var(--NotoSerif);
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: -0.96px;
  }
}
@media screen and (max-width: 767px) {
  .serif-display-m {
    font-family: var(--NotoSerif);
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: -0.96px;
  }
}

.serif-display-s {
  font-family: var(--NotoSerif);
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: -0.96px;
}
@media screen and (max-width: 1023px) {
  .serif-display-s {
    font-family: var(--NotoSerif);
    font-size: 44px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: -0.88px;
  }
}
@media screen and (max-width: 767px) {
  .serif-display-s {
    font-family: var(--NotoSerif);
    font-size: 44px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: -0.88px;
  }
}

.serif-heading-xl {
  font-family: var(--NotoSerif);
  font-size: 35px;
  font-style: normal;
  font-weight: 500;
  line-height: 132%;
  letter-spacing: -1.05px;
}
@media screen and (max-width: 1023px) {
  .serif-heading-xl {
    font-family: var(--NotoSerif);
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: 132%;
    letter-spacing: -0.96px;
  }
}
@media screen and (max-width: 767px) {
  .serif-heading-xl {
    font-family: var(--NotoSerif);
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: 132%;
    letter-spacing: -0.96px;
  }
}

.serif-heading-l {
  font-family: var(--NotoSerif);
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: 132%;
  letter-spacing: -0.84px;
}
@media screen and (max-width: 1023px) {
  .serif-heading-l {
    font-family: var(--NotoSerif);
    font-size: 26px;
    font-style: normal;
    font-weight: 500;
    line-height: 132%;
    letter-spacing: -0.78px;
  }
}
@media screen and (max-width: 767px) {
  .serif-heading-l {
    font-family: var(--NotoSerif);
    font-size: 26px;
    font-style: normal;
    font-weight: 500;
    line-height: 132%;
    letter-spacing: -0.78px;
  }
}

.serif-heading-m {
  font-family: var(--NotoSerif);
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 132%;
  letter-spacing: -0.66px;
}
@media screen and (max-width: 1023px) {
  .serif-heading-m {
    font-family: var(--NotoSerif);
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 132%;
    letter-spacing: -0.6px;
  }
}
@media screen and (max-width: 767px) {
  .serif-heading-m {
    font-family: var(--NotoSerif);
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: 132%;
    letter-spacing: -0.6px;
  }
}

.serif-heading-s {
  font-family: var(--NotoSerif);
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 132%;
  letter-spacing: -0.6px;
}
@media screen and (max-width: 1023px) {
  .serif-heading-s {
    font-family: var(--NotoSerif);
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 132%;
    letter-spacing: -0.54px;
  }
}
@media screen and (max-width: 767px) {
  .serif-heading-s {
    font-family: var(--NotoSerif);
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 132%;
    letter-spacing: -0.54px;
  }
}

.serif-body-xl {
  font-family: var(--NotoSerif);
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -1.12px;
}
@media screen and (max-width: 1023px) {
  .serif-body-xl {
    font-family: var(--NotoSerif);
    font-size: 26px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: -1.04px;
  }
}
@media screen and (max-width: 767px) {
  .serif-body-xl {
    font-family: var(--NotoSerif);
    font-size: 26px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: -1.04px;
  }
}

.serif-body-xl-b {
  font-family: var(--NotoSerif);
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: -1.12px;
}
@media screen and (max-width: 1023px) {
  .serif-body-xl-b {
    font-family: var(--NotoSerif);
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    letter-spacing: -1.04px;
  }
}
@media screen and (max-width: 767px) {
  .serif-body-xl-b {
    font-family: var(--NotoSerif);
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    letter-spacing: -1.04px;
  }
}

.serif-body-l {
  font-family: var(--NotoSerif);
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.88px;
}
@media screen and (max-width: 1023px) {
  .serif-body-l {
    font-family: var(--NotoSerif);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: -0.72px;
  }
}
@media screen and (max-width: 767px) {
  .serif-body-l {
    font-family: var(--NotoSerif);
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: -0.72px;
  }
}

.serif-body-l-b {
  font-family: var(--NotoSerif);
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: -0.88px;
}
@media screen and (max-width: 1023px) {
  .serif-body-l-b {
    font-family: var(--NotoSerif);
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    letter-spacing: -0.72px;
  }
}
@media screen and (max-width: 767px) {
  .serif-body-l-b {
    font-family: var(--NotoSerif);
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    letter-spacing: -0.72px;
  }
}

.serif-body-m {
  font-family: var(--NotoSerif);
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%;
  letter-spacing: -0.6px;
}
@media screen and (max-width: 1023px) {
  .serif-body-m {
    font-family: var(--NotoSerif);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 170%;
    letter-spacing: -0.56px;
  }
}
@media screen and (max-width: 767px) {
  .serif-body-m {
    font-family: var(--NotoSerif);
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 170%;
    letter-spacing: -0.56px;
  }
}

.serif-body-m-b {
  font-family: var(--NotoSerif);
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 170%;
  letter-spacing: -0.6px;
}
@media screen and (max-width: 1023px) {
  .serif-body-m-b {
    font-family: var(--NotoSerif);
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 170%;
    letter-spacing: -0.56px;
  }
}
@media screen and (max-width: 767px) {
  .serif-body-m-b {
    font-family: var(--NotoSerif);
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    letter-spacing: -0.56px;
  }
}

.serif-body-s {
  font-family: var(--NotoSerif);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.48px;
}
@media screen and (max-width: 1023px) {
  .serif-body-s {
    font-family: var(--NotoSerif);
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: -0.4px;
  }
}
@media screen and (max-width: 767px) {
  .serif-body-s {
    font-family: var(--NotoSerif);
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: -0.4px;
  }
}

.serif-body-s-b {
  font-family: var(--NotoSerif);
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: -0.48px;
}
@media screen and (max-width: 1023px) {
  .serif-body-s-b {
    font-family: var(--NotoSerif);
    font-size: 10px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    letter-spacing: -0.4px;
  }
}
@media screen and (max-width: 767px) {
  .serif-body-s-b {
    font-family: var(--NotoSerif);
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    letter-spacing: -0.4px;
  }
}

.serif-label {
  font-family: var(--NotoSerif);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0px;
}
@media screen and (max-width: 1023px) {
  .serif-label {
    font-family: var(--NotoSerif);
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: 0px;
  }
}
@media screen and (max-width: 767px) {
  .serif-label {
    font-family: var(--NotoSerif);
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: 0px;
  }
}

.serif-button {
  font-family: var(--NotoSerif);
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0px;
}
@media screen and (max-width: 1023px) {
  .serif-button {
    font-family: var(--NotoSerif);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: 0px;
  }
}
@media screen and (max-width: 767px) {
  .serif-button {
    font-family: var(--NotoSerif);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: 0px;
  }
}

.serif-button-s {
  font-family: var(--NotoSerif);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0px;
}
@media screen and (max-width: 1023px) {
  .serif-button-s {
    font-family: var(--NotoSerif);
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: 0px;
  }
}
@media screen and (max-width: 767px) {
  .serif-button-s {
    font-family: var(--NotoSerif);
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: 0px;
  }
}

.serif-active {
  font-family: var(--NotoSerif);
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0px;
}
@media screen and (max-width: 1023px) {
  .serif-active {
    font-family: var(--NotoSerif);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: 0px;
  }
}
@media screen and (max-width: 767px) {
  .serif-active {
    font-family: var(--NotoSerif);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: 0px;
  }
}

.serif-active-s {
  font-family: var(--NotoSerif);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0px;
}
@media screen and (max-width: 1023px) {
  .serif-active-s {
    font-family: var(--NotoSerif);
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: 0px;
  }
}
@media screen and (max-width: 767px) {
  .serif-active-s {
    font-family: var(--NotoSerif);
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: 0px;
  }
}

.en-display-l {
  font-family: var(--Marcell);
  font-size: 72px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: -1.44px;
}
@media screen and (max-width: 1023px) {
  .en-display-l {
    font-family: var(--Marcell);
  }
}
@media screen and (max-width: 767px) {
  .en-display-l {
    font-family: var(--Marcell);
  }
}
@media screen and (max-width: 1023px) {
  .en-display-l {
    font-family: var(--Marcell);
    font-size: 60px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    letter-spacing: -1.2px;
  }
}
@media screen and (max-width: 1023px) and (max-width: 1023px) {
  .en-display-l {
    font-family: var(--Marcell);
  }
}
@media screen and (max-width: 1023px) and (max-width: 767px) {
  .en-display-l {
    font-family: var(--Marcell);
  }
}
@media screen and (max-width: 767px) {
  .en-display-l {
    font-family: var(--Marcell);
    font-size: 60px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    letter-spacing: -1.2px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1023px) {
  .en-display-l {
    font-family: var(--Marcell);
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .en-display-l {
    font-family: var(--Marcell);
  }
}

.en-display-m {
  font-family: var(--Marcell);
  font-size: 60px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: -1.2px;
}
@media screen and (max-width: 1023px) {
  .en-display-m {
    font-family: var(--Marcell);
  }
}
@media screen and (max-width: 767px) {
  .en-display-m {
    font-family: var(--Marcell);
  }
}
@media screen and (max-width: 1023px) {
  .en-display-m {
    font-family: var(--Marcell);
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: -0.96px;
  }
}
@media screen and (max-width: 1023px) and (max-width: 1023px) {
  .en-display-m {
    font-family: var(--Marcell);
  }
}
@media screen and (max-width: 1023px) and (max-width: 767px) {
  .en-display-m {
    font-family: var(--Marcell);
  }
}
@media screen and (max-width: 767px) {
  .en-display-m {
    font-family: var(--Marcell);
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: -0.96px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1023px) {
  .en-display-m {
    font-family: var(--Marcell);
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .en-display-m {
    font-family: var(--Marcell);
  }
}

.en-display-s {
  font-family: var(--Marcell);
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: -0.96px;
}
@media screen and (max-width: 1023px) {
  .en-display-s {
    font-family: var(--Marcell);
  }
}
@media screen and (max-width: 767px) {
  .en-display-s {
    font-family: var(--Marcell);
  }
}
@media screen and (max-width: 1023px) {
  .en-display-s {
    font-family: var(--Marcell);
    font-size: 44px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: -0.88px;
  }
}
@media screen and (max-width: 1023px) and (max-width: 1023px) {
  .en-display-s {
    font-family: var(--Marcell);
  }
}
@media screen and (max-width: 1023px) and (max-width: 767px) {
  .en-display-s {
    font-family: var(--Marcell);
  }
}
@media screen and (max-width: 767px) {
  .en-display-s {
    font-family: var(--Marcell);
    font-size: 44px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: -0.88px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1023px) {
  .en-display-s {
    font-family: var(--Marcell);
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .en-display-s {
    font-family: var(--Marcell);
  }
}

.en-heading-xl {
  font-family: var(--Marcell);
  font-size: 35px;
  font-style: normal;
  font-weight: 500;
  line-height: 132%;
  letter-spacing: -1.05px;
}
@media screen and (max-width: 1023px) {
  .en-heading-xl {
    font-family: var(--Marcell);
  }
}
@media screen and (max-width: 767px) {
  .en-heading-xl {
    font-family: var(--Marcell);
  }
}
@media screen and (max-width: 1023px) {
  .en-heading-xl {
    font-family: var(--Marcell);
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: 132%;
    letter-spacing: -0.96px;
  }
}
@media screen and (max-width: 1023px) and (max-width: 1023px) {
  .en-heading-xl {
    font-family: var(--Marcell);
  }
}
@media screen and (max-width: 1023px) and (max-width: 767px) {
  .en-heading-xl {
    font-family: var(--Marcell);
  }
}
@media screen and (max-width: 767px) {
  .en-heading-xl {
    font-family: var(--Marcell);
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: 132%;
    letter-spacing: -0.96px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1023px) {
  .en-heading-xl {
    font-family: var(--Marcell);
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .en-heading-xl {
    font-family: var(--Marcell);
  }
}

.en-heading-l {
  font-family: var(--Marcell);
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: 132%;
  letter-spacing: -0.84px;
}
@media screen and (max-width: 1023px) {
  .en-heading-l {
    font-family: var(--Marcell);
  }
}
@media screen and (max-width: 767px) {
  .en-heading-l {
    font-family: var(--Marcell);
  }
}
@media screen and (max-width: 1023px) {
  .en-heading-l {
    font-family: var(--Marcell);
    font-size: 26px;
    font-style: normal;
    font-weight: 500;
    line-height: 132%;
    letter-spacing: -0.78px;
  }
}
@media screen and (max-width: 1023px) and (max-width: 1023px) {
  .en-heading-l {
    font-family: var(--Marcell);
  }
}
@media screen and (max-width: 1023px) and (max-width: 767px) {
  .en-heading-l {
    font-family: var(--Marcell);
  }
}
@media screen and (max-width: 767px) {
  .en-heading-l {
    font-family: var(--Marcell);
    font-size: 26px;
    font-style: normal;
    font-weight: 500;
    line-height: 132%;
    letter-spacing: -0.78px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1023px) {
  .en-heading-l {
    font-family: var(--Marcell);
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .en-heading-l {
    font-family: var(--Marcell);
  }
}

.en-heading-m {
  font-family: var(--Marcell);
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 132%;
  letter-spacing: -0.66px;
}
@media screen and (max-width: 1023px) {
  .en-heading-m {
    font-family: var(--Marcell);
  }
}
@media screen and (max-width: 767px) {
  .en-heading-m {
    font-family: var(--Marcell);
  }
}
@media screen and (max-width: 1023px) {
  .en-heading-m {
    font-family: var(--Marcell);
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 132%;
    letter-spacing: -0.6px;
  }
}
@media screen and (max-width: 1023px) and (max-width: 1023px) {
  .en-heading-m {
    font-family: var(--Marcell);
  }
}
@media screen and (max-width: 1023px) and (max-width: 767px) {
  .en-heading-m {
    font-family: var(--Marcell);
  }
}
@media screen and (max-width: 767px) {
  .en-heading-m {
    font-family: var(--Marcell);
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: 132%;
    letter-spacing: -0.6px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1023px) {
  .en-heading-m {
    font-family: var(--Marcell);
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .en-heading-m {
    font-family: var(--Marcell);
  }
}

.en-heading-s {
  font-family: var(--Marcell);
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 132%;
  letter-spacing: -0.6px;
}
@media screen and (max-width: 1023px) {
  .en-heading-s {
    font-family: var(--Marcell);
  }
}
@media screen and (max-width: 767px) {
  .en-heading-s {
    font-family: var(--Marcell);
  }
}
@media screen and (max-width: 1023px) {
  .en-heading-s {
    font-family: var(--Marcell);
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 132%;
    letter-spacing: -0.54px;
  }
}
@media screen and (max-width: 1023px) and (max-width: 1023px) {
  .en-heading-s {
    font-family: var(--Marcell);
  }
}
@media screen and (max-width: 1023px) and (max-width: 767px) {
  .en-heading-s {
    font-family: var(--Marcell);
  }
}
@media screen and (max-width: 767px) {
  .en-heading-s {
    font-family: var(--Marcell);
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 132%;
    letter-spacing: -0.54px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1023px) {
  .en-heading-s {
    font-family: var(--Marcell);
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .en-heading-s {
    font-family: var(--Marcell);
  }
}

.en-body-xl {
  font-family: var(--Marcell);
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -1.12px;
}
@media screen and (max-width: 1023px) {
  .en-body-xl {
    font-family: var(--Marcell);
  }
}
@media screen and (max-width: 767px) {
  .en-body-xl {
    font-family: var(--Marcell);
  }
}
@media screen and (max-width: 1023px) {
  .en-body-xl {
    font-family: var(--Marcell);
    font-size: 26px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: -1.04px;
  }
}
@media screen and (max-width: 1023px) and (max-width: 1023px) {
  .en-body-xl {
    font-family: var(--Marcell);
  }
}
@media screen and (max-width: 1023px) and (max-width: 767px) {
  .en-body-xl {
    font-family: var(--Marcell);
  }
}
@media screen and (max-width: 767px) {
  .en-body-xl {
    font-family: var(--Marcell);
    font-size: 26px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: -1.04px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1023px) {
  .en-body-xl {
    font-family: var(--Marcell);
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .en-body-xl {
    font-family: var(--Marcell);
  }
}

.en-body-xl-b {
  font-family: var(--Marcell);
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: -1.12px;
}
@media screen and (max-width: 1023px) {
  .en-body-xl-b {
    font-family: var(--Marcell);
  }
}
@media screen and (max-width: 767px) {
  .en-body-xl-b {
    font-family: var(--Marcell);
  }
}
@media screen and (max-width: 1023px) {
  .en-body-xl-b {
    font-family: var(--Marcell);
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    letter-spacing: -1.04px;
  }
}
@media screen and (max-width: 1023px) and (max-width: 1023px) {
  .en-body-xl-b {
    font-family: var(--Marcell);
  }
}
@media screen and (max-width: 1023px) and (max-width: 767px) {
  .en-body-xl-b {
    font-family: var(--Marcell);
  }
}
@media screen and (max-width: 767px) {
  .en-body-xl-b {
    font-family: var(--Marcell);
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    letter-spacing: -1.04px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1023px) {
  .en-body-xl-b {
    font-family: var(--Marcell);
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .en-body-xl-b {
    font-family: var(--Marcell);
  }
}

.en-body-l {
  font-family: var(--Marcell);
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.88px;
}
@media screen and (max-width: 1023px) {
  .en-body-l {
    font-family: var(--Marcell);
  }
}
@media screen and (max-width: 767px) {
  .en-body-l {
    font-family: var(--Marcell);
  }
}
@media screen and (max-width: 1023px) {
  .en-body-l {
    font-family: var(--Marcell);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: -0.72px;
  }
}
@media screen and (max-width: 1023px) and (max-width: 1023px) {
  .en-body-l {
    font-family: var(--Marcell);
  }
}
@media screen and (max-width: 1023px) and (max-width: 767px) {
  .en-body-l {
    font-family: var(--Marcell);
  }
}
@media screen and (max-width: 767px) {
  .en-body-l {
    font-family: var(--Marcell);
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: -0.72px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1023px) {
  .en-body-l {
    font-family: var(--Marcell);
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .en-body-l {
    font-family: var(--Marcell);
  }
}

.en-body-l-b {
  font-family: var(--Marcell);
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: -0.88px;
}
@media screen and (max-width: 1023px) {
  .en-body-l-b {
    font-family: var(--Marcell);
  }
}
@media screen and (max-width: 767px) {
  .en-body-l-b {
    font-family: var(--Marcell);
  }
}
@media screen and (max-width: 1023px) {
  .en-body-l-b {
    font-family: var(--Marcell);
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    letter-spacing: -0.72px;
  }
}
@media screen and (max-width: 1023px) and (max-width: 1023px) {
  .en-body-l-b {
    font-family: var(--Marcell);
  }
}
@media screen and (max-width: 1023px) and (max-width: 767px) {
  .en-body-l-b {
    font-family: var(--Marcell);
  }
}
@media screen and (max-width: 767px) {
  .en-body-l-b {
    font-family: var(--Marcell);
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    letter-spacing: -0.72px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1023px) {
  .en-body-l-b {
    font-family: var(--Marcell);
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .en-body-l-b {
    font-family: var(--Marcell);
  }
}

.en-body-m {
  font-family: var(--Marcell);
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%;
  letter-spacing: -0.6px;
}
@media screen and (max-width: 1023px) {
  .en-body-m {
    font-family: var(--Marcell);
  }
}
@media screen and (max-width: 767px) {
  .en-body-m {
    font-family: var(--Marcell);
  }
}
@media screen and (max-width: 1023px) {
  .en-body-m {
    font-family: var(--Marcell);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 170%;
    letter-spacing: -0.56px;
  }
}
@media screen and (max-width: 1023px) and (max-width: 1023px) {
  .en-body-m {
    font-family: var(--Marcell);
  }
}
@media screen and (max-width: 1023px) and (max-width: 767px) {
  .en-body-m {
    font-family: var(--Marcell);
  }
}
@media screen and (max-width: 767px) {
  .en-body-m {
    font-family: var(--Marcell);
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 170%;
    letter-spacing: -0.56px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1023px) {
  .en-body-m {
    font-family: var(--Marcell);
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .en-body-m {
    font-family: var(--Marcell);
  }
}

.en-body-m-b {
  font-family: var(--Marcell);
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 170%;
  letter-spacing: -0.6px;
}
@media screen and (max-width: 1023px) {
  .en-body-m-b {
    font-family: var(--Marcell);
  }
}
@media screen and (max-width: 767px) {
  .en-body-m-b {
    font-family: var(--Marcell);
  }
}
@media screen and (max-width: 1023px) {
  .en-body-m-b {
    font-family: var(--Marcell);
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 170%;
    letter-spacing: -0.56px;
  }
}
@media screen and (max-width: 1023px) and (max-width: 1023px) {
  .en-body-m-b {
    font-family: var(--Marcell);
  }
}
@media screen and (max-width: 1023px) and (max-width: 767px) {
  .en-body-m-b {
    font-family: var(--Marcell);
  }
}
@media screen and (max-width: 767px) {
  .en-body-m-b {
    font-family: var(--Marcell);
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    letter-spacing: -0.56px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1023px) {
  .en-body-m-b {
    font-family: var(--Marcell);
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .en-body-m-b {
    font-family: var(--Marcell);
  }
}

.en-body-s {
  font-family: var(--Marcell);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.48px;
}
@media screen and (max-width: 1023px) {
  .en-body-s {
    font-family: var(--Marcell);
  }
}
@media screen and (max-width: 767px) {
  .en-body-s {
    font-family: var(--Marcell);
  }
}
@media screen and (max-width: 1023px) {
  .en-body-s {
    font-family: var(--Marcell);
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: -0.4px;
  }
}
@media screen and (max-width: 1023px) and (max-width: 1023px) {
  .en-body-s {
    font-family: var(--Marcell);
  }
}
@media screen and (max-width: 1023px) and (max-width: 767px) {
  .en-body-s {
    font-family: var(--Marcell);
  }
}
@media screen and (max-width: 767px) {
  .en-body-s {
    font-family: var(--Marcell);
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: -0.4px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1023px) {
  .en-body-s {
    font-family: var(--Marcell);
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .en-body-s {
    font-family: var(--Marcell);
  }
}

.en-body-s-b {
  font-family: var(--Marcell);
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: -0.48px;
}
@media screen and (max-width: 1023px) {
  .en-body-s-b {
    font-family: var(--Marcell);
  }
}
@media screen and (max-width: 767px) {
  .en-body-s-b {
    font-family: var(--Marcell);
  }
}
@media screen and (max-width: 1023px) {
  .en-body-s-b {
    font-family: var(--Marcell);
    font-size: 10px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    letter-spacing: -0.4px;
  }
}
@media screen and (max-width: 1023px) and (max-width: 1023px) {
  .en-body-s-b {
    font-family: var(--Marcell);
  }
}
@media screen and (max-width: 1023px) and (max-width: 767px) {
  .en-body-s-b {
    font-family: var(--Marcell);
  }
}
@media screen and (max-width: 767px) {
  .en-body-s-b {
    font-family: var(--Marcell);
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    letter-spacing: -0.4px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1023px) {
  .en-body-s-b {
    font-family: var(--Marcell);
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .en-body-s-b {
    font-family: var(--Marcell);
  }
}

.en-label {
  font-family: var(--Marcell);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0px;
}
@media screen and (max-width: 1023px) {
  .en-label {
    font-family: var(--Marcell);
  }
}
@media screen and (max-width: 767px) {
  .en-label {
    font-family: var(--Marcell);
  }
}
@media screen and (max-width: 1023px) {
  .en-label {
    font-family: var(--Marcell);
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: 0px;
  }
}
@media screen and (max-width: 1023px) and (max-width: 1023px) {
  .en-label {
    font-family: var(--Marcell);
  }
}
@media screen and (max-width: 1023px) and (max-width: 767px) {
  .en-label {
    font-family: var(--Marcell);
  }
}
@media screen and (max-width: 767px) {
  .en-label {
    font-family: var(--Marcell);
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: 0px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1023px) {
  .en-label {
    font-family: var(--Marcell);
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .en-label {
    font-family: var(--Marcell);
  }
}

.en-button {
  font-family: var(--Marcell);
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0px;
}
@media screen and (max-width: 1023px) {
  .en-button {
    font-family: var(--Marcell);
  }
}
@media screen and (max-width: 767px) {
  .en-button {
    font-family: var(--Marcell);
  }
}
@media screen and (max-width: 1023px) {
  .en-button {
    font-family: var(--Marcell);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: 0px;
  }
}
@media screen and (max-width: 1023px) and (max-width: 1023px) {
  .en-button {
    font-family: var(--Marcell);
  }
}
@media screen and (max-width: 1023px) and (max-width: 767px) {
  .en-button {
    font-family: var(--Marcell);
  }
}
@media screen and (max-width: 767px) {
  .en-button {
    font-family: var(--Marcell);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: 0px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1023px) {
  .en-button {
    font-family: var(--Marcell);
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .en-button {
    font-family: var(--Marcell);
  }
}

.en-button-s {
  font-family: var(--Marcell);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0px;
}
@media screen and (max-width: 1023px) {
  .en-button-s {
    font-family: var(--Marcell);
  }
}
@media screen and (max-width: 767px) {
  .en-button-s {
    font-family: var(--Marcell);
  }
}
@media screen and (max-width: 1023px) {
  .en-button-s {
    font-family: var(--Marcell);
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: 0px;
  }
}
@media screen and (max-width: 1023px) and (max-width: 1023px) {
  .en-button-s {
    font-family: var(--Marcell);
  }
}
@media screen and (max-width: 1023px) and (max-width: 767px) {
  .en-button-s {
    font-family: var(--Marcell);
  }
}
@media screen and (max-width: 767px) {
  .en-button-s {
    font-family: var(--Marcell);
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: 0px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1023px) {
  .en-button-s {
    font-family: var(--Marcell);
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .en-button-s {
    font-family: var(--Marcell);
  }
}

.en-active {
  font-family: var(--Marcell);
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0px;
}
@media screen and (max-width: 1023px) {
  .en-active {
    font-family: var(--Marcell);
  }
}
@media screen and (max-width: 767px) {
  .en-active {
    font-family: var(--Marcell);
  }
}
@media screen and (max-width: 1023px) {
  .en-active {
    font-family: var(--Marcell);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: 0px;
  }
}
@media screen and (max-width: 1023px) and (max-width: 1023px) {
  .en-active {
    font-family: var(--Marcell);
  }
}
@media screen and (max-width: 1023px) and (max-width: 767px) {
  .en-active {
    font-family: var(--Marcell);
  }
}
@media screen and (max-width: 767px) {
  .en-active {
    font-family: var(--Marcell);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: 0px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1023px) {
  .en-active {
    font-family: var(--Marcell);
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .en-active {
    font-family: var(--Marcell);
  }
}

.en-active-s {
  font-family: var(--Marcell);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0px;
}
@media screen and (max-width: 1023px) {
  .en-active-s {
    font-family: var(--Marcell);
  }
}
@media screen and (max-width: 767px) {
  .en-active-s {
    font-family: var(--Marcell);
  }
}
@media screen and (max-width: 1023px) {
  .en-active-s {
    font-family: var(--Marcell);
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: 0px;
  }
}
@media screen and (max-width: 1023px) and (max-width: 1023px) {
  .en-active-s {
    font-family: var(--Marcell);
  }
}
@media screen and (max-width: 1023px) and (max-width: 767px) {
  .en-active-s {
    font-family: var(--Marcell);
  }
}
@media screen and (max-width: 767px) {
  .en-active-s {
    font-family: var(--Marcell);
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: 0px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1023px) {
  .en-active-s {
    font-family: var(--Marcell);
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .en-active-s {
    font-family: var(--Marcell);
  }
}

.display-l {
  font-family: var(--NotoSans);
  font-size: 72px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: -1.44px;
}
@media screen and (max-width: 1023px) {
  .display-l {
    font-family: var(--NotoSans);
    font-size: 60px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    letter-spacing: -1.2px;
  }
}
@media screen and (max-width: 767px) {
  .display-l {
    font-family: var(--NotoSans);
    font-size: 60px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    letter-spacing: -1.2px;
  }
}

.display-m {
  font-family: var(--NotoSans);
  font-size: 60px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: -1.2px;
}
@media screen and (max-width: 1023px) {
  .display-m {
    font-family: var(--NotoSans);
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: -0.96px;
  }
}
@media screen and (max-width: 767px) {
  .display-m {
    font-family: var(--NotoSans);
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: -0.96px;
  }
}

.display-s {
  font-family: var(--NotoSans);
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: -0.96px;
}
@media screen and (max-width: 1023px) {
  .display-s {
    font-family: var(--NotoSans);
    font-size: 44px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: -0.88px;
  }
}
@media screen and (max-width: 767px) {
  .display-s {
    font-family: var(--NotoSans);
    font-size: 44px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: -0.88px;
  }
}

.heading-xl {
  font-family: var(--NotoSans);
  font-size: 35px;
  font-style: normal;
  font-weight: 500;
  line-height: 132%;
  letter-spacing: -1.05px;
}
@media screen and (max-width: 1023px) {
  .heading-xl {
    font-family: var(--NotoSans);
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: 132%;
    letter-spacing: -0.96px;
  }
}
@media screen and (max-width: 767px) {
  .heading-xl {
    font-family: var(--NotoSans);
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: 132%;
    letter-spacing: -0.96px;
  }
}

.heading-l {
  font-family: var(--NotoSans);
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: 132%;
  letter-spacing: -0.84px;
}
@media screen and (max-width: 1023px) {
  .heading-l {
    font-family: var(--NotoSans);
    font-size: 26px;
    font-style: normal;
    font-weight: 500;
    line-height: 132%;
    letter-spacing: -0.78px;
  }
}
@media screen and (max-width: 767px) {
  .heading-l {
    font-family: var(--NotoSans);
    font-size: 26px;
    font-style: normal;
    font-weight: 500;
    line-height: 132%;
    letter-spacing: -0.78px;
  }
}

.heading-m {
  font-family: var(--NotoSans);
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 132%;
  letter-spacing: -0.66px;
}
@media screen and (max-width: 1023px) {
  .heading-m {
    font-family: var(--NotoSans);
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 132%;
    letter-spacing: -0.6px;
  }
}
@media screen and (max-width: 767px) {
  .heading-m {
    font-family: var(--NotoSans);
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: 132%;
    letter-spacing: -0.6px;
  }
}

.heading-s {
  font-family: var(--NotoSans);
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 132%;
  letter-spacing: -0.6px;
}
@media screen and (max-width: 1023px) {
  .heading-s {
    font-family: var(--NotoSans);
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 132%;
    letter-spacing: -0.54px;
  }
}
@media screen and (max-width: 767px) {
  .heading-s {
    font-family: var(--NotoSans);
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 132%;
    letter-spacing: -0.54px;
  }
}

.body-xl {
  font-family: var(--NotoSans);
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -1.12px;
}
@media screen and (max-width: 1023px) {
  .body-xl {
    font-family: var(--NotoSans);
    font-size: 26px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: -1.04px;
  }
}
@media screen and (max-width: 767px) {
  .body-xl {
    font-family: var(--NotoSans);
    font-size: 26px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: -1.04px;
  }
}

.body-xl-b {
  font-family: var(--NotoSans);
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: -1.12px;
}
@media screen and (max-width: 1023px) {
  .body-xl-b {
    font-family: var(--NotoSans);
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    letter-spacing: -1.04px;
  }
}
@media screen and (max-width: 767px) {
  .body-xl-b {
    font-family: var(--NotoSans);
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    letter-spacing: -1.04px;
  }
}

.body-l {
  font-family: var(--NotoSans);
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.88px;
}
@media screen and (max-width: 1023px) {
  .body-l {
    font-family: var(--NotoSans);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: -0.72px;
  }
}
@media screen and (max-width: 767px) {
  .body-l {
    font-family: var(--NotoSans);
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: -0.72px;
  }
}

.body-l-b {
  font-family: var(--NotoSans);
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: -0.88px;
}
@media screen and (max-width: 1023px) {
  .body-l-b {
    font-family: var(--NotoSans);
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    letter-spacing: -0.72px;
  }
}
@media screen and (max-width: 767px) {
  .body-l-b {
    font-family: var(--NotoSans);
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    letter-spacing: -0.72px;
  }
}

.body-m {
  font-family: var(--NotoSans);
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%;
  letter-spacing: -0.6px;
}
@media screen and (max-width: 1023px) {
  .body-m {
    font-family: var(--NotoSans);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 170%;
    letter-spacing: -0.56px;
  }
}
@media screen and (max-width: 767px) {
  .body-m {
    font-family: var(--NotoSans);
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 170%;
    letter-spacing: -0.56px;
  }
}

.body-m-b {
  font-family: var(--NotoSans);
  font-size: 17px;
  font-style: normal;
  font-weight: 700;
  line-height: 170%;
  letter-spacing: -0.6px;
}
@media screen and (max-width: 1023px) {
  .body-m-b {
    font-family: var(--NotoSans);
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 170%;
    letter-spacing: -0.56px;
  }
}
@media screen and (max-width: 767px) {
  .body-m-b {
    font-family: var(--NotoSans);
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    letter-spacing: -0.56px;
  }
}

.body-s {
  font-family: var(--NotoSans);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.48px;
}
@media screen and (max-width: 1023px) {
  .body-s {
    font-family: var(--NotoSans);
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: -0.4px;
  }
}
@media screen and (max-width: 767px) {
  .body-s {
    font-family: var(--NotoSans);
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: -0.4px;
  }
}

.body-s-b {
  font-family: var(--NotoSans);
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: -0.48px;
}
@media screen and (max-width: 1023px) {
  .body-s-b {
    font-family: var(--NotoSans);
    font-size: 10px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    letter-spacing: -0.4px;
  }
}
@media screen and (max-width: 767px) {
  .body-s-b {
    font-family: var(--NotoSans);
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    letter-spacing: -0.4px;
  }
}

.label {
  font-family: var(--NotoSans);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0px;
}
@media screen and (max-width: 1023px) {
  .label {
    font-family: var(--NotoSans);
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: 0px;
  }
}
@media screen and (max-width: 767px) {
  .label {
    font-family: var(--NotoSans);
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: 0px;
  }
}

.button {
  font-family: var(--NotoSans);
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0px;
}
@media screen and (max-width: 1023px) {
  .button {
    font-family: var(--NotoSans);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: 0px;
  }
}
@media screen and (max-width: 767px) {
  .button {
    font-family: var(--NotoSans);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: 0px;
  }
}

.button-s {
  font-family: var(--NotoSans);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0px;
}
@media screen and (max-width: 1023px) {
  .button-s {
    font-family: var(--NotoSans);
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: 0px;
  }
}
@media screen and (max-width: 767px) {
  .button-s {
    font-family: var(--NotoSans);
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: 0px;
  }
}

.active {
  font-family: var(--NotoSans);
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0px;
}
@media screen and (max-width: 1023px) {
  .active {
    font-family: var(--NotoSans);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: 0px;
  }
}
@media screen and (max-width: 767px) {
  .active {
    font-family: var(--NotoSans);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: 0px;
  }
}

.active-s {
  font-family: var(--NotoSans);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0px;
}
@media screen and (max-width: 1023px) {
  .active-s {
    font-family: var(--NotoSans);
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: 0px;
  }
}
@media screen and (max-width: 767px) {
  .active-s {
    font-family: var(--NotoSans);
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: 0px;
  }
}/*# sourceMappingURL=main.css.map */