@charset "UTF-8";
/*base*/
@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.8/dist/web/variable/pretendardvariable.css");
@import url("https://fonts.googleapis.com/css2?family=Gasoek+One&family=Marcellus&family=Noto+Serif+KR:wght@200..900&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;
}

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;
}

input {
  caret-color: black;
}

textarea {
  caret-color: black;
}

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: 3px;
  background: transparent;
}

::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 0px rgba(0, 0, 0, 0);
  background: transparent; /* 트랙 배경 투명 */
}

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

::-moz-selection {
  color: white;
  background-color: var(--pri1);
}

::selection {
  color: white;
  background-color: var(--pri1);
}

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 {
  to {
    transform: translateX(2rem);
    opacity: 0;
  }
}
@keyframes slideUp {
  0% {
    opacity: 0;
    transform: translateY(20%);
  }
  100% {
    opacity: 1;
    transform: translateY(0%);
  }
}
@keyframes slideDown {
  0% {
    opacity: 0;
    transform: translateY(-20%);
  }
  100% {
    opacity: 1;
    transform: translateY(0%);
  }
}
@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(10%);
  }
  100% {
    opacity: 1;
    transform: translateX(0%);
  }
}
@keyframes reveal-line {
  0% {
    -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
            clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
  }
  100% {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
            clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
}
[data-aos=reveal-line] {
  -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
          clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
}

[data-aos=reveal-line].aos-animate {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}

[data-aos=title] {
  opacity: 0;
}

[data-aos=title].aos-animate {
  animation: title 1s cubic-bezier(0.215, 0.61, 0.355, 1) both;
}

/*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;
  }
}

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

/*탭에서 안보임*/
.hidden-tab {
  display: block !important;
}
@media screen and (max-width: 1023px) {
  .hidden-tab {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .hidden-tab {
    display: block !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-a90: rgba(0, 0, 0, 0.90);
  --black-a85: rgba(0, 0, 0, 0.85);
  --black-a80: rgba(0, 0, 0, 0.80);
  --black-a75: rgba(0, 0, 0, 0.75);
  --black-a70: rgba(0, 0, 0, 0.70);
  --black-a65: rgba(0, 0, 0, 0.65);
  --black-a60: rgba(0, 0, 0, 0.60);
  --black-a55: rgba(0, 0, 0, 0.55);
  --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-a35: rgba(0, 0, 0, 0.35);
  --black-a30: rgba(0, 0, 0, 0.30);
  --black-a25: rgba(0, 0, 0, 0.25);
  --black-a20: rgba(0, 0, 0, 0.20);
  --black-a15: rgba(0, 0, 0, 0.15);
  --black-a10: rgba(0, 0, 0, 0.10);
  --black-a5: rgba(0, 0, 0, 0.05);
  /*white*/
  --white: #fff;
  --white-a95: rgba(255, 255, 255, 0.95);
  --white-a90: rgba(255, 255, 255, 0.90);
  --white-a85: rgba(255, 255, 255, 0.85);
  --white-a80: rgba(255, 255, 255, 0.80);
  --white-a75: rgba(255, 255, 255, 0.75);
  --white-a70: rgba(255, 255, 255, 0.70);
  --white-a65: rgba(255, 255, 255, 0.65);
  --white-a60: rgba(255, 255, 255, 0.60);
  --white-a55: rgba(255, 255, 255, 0.55);
  --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-a35: rgba(255, 255, 255, 0.35);
  --white-a30: rgba(255, 255, 255, 0.30);
  --white-a25: rgba(255, 255, 255, 0.25);
  --white-a20: rgba(255, 255, 255, 0.20);
  --white-a15: rgba(255, 255, 255, 0.15);
  --white-a10: rgba(255, 255, 255, 0.10);
  --white-a5: rgba(255, 255, 255, 0.05);
  /*pri 1*/
  --pri1: #234065;
  --pri1-1: ;
  --pri1-2: ;
  --pri1-3: ;
  --pri1-4: ;
  --pri1-5: ;
  --pri1-6: ;
  --pri1-7: ;
  --pri1-8: ;
  --pri1-9: ;
  --pri1-10: ;
  /*pri 2*/
  --pri2: #FDBB21;
  --pri2-1: ;
  --pri2-2: ;
  --pri2-3: ;
  --pri2-4: ;
  --pri2-5: ;
  --pri2-6: ;
  --pri2-7: ;
  --pri2-8: ;
  --pri2-9: ;
  --pri2-10: ;
  /*pri 3*/
  --pri3: #A78655;
  --pri3-1: ;
  --pri3-2: ;
  --pri3-3: ;
  --pri3-4: ;
  --pri3-5: ;
  --pri3-6: ;
  --pri3-7: ;
  --pri3-8: ;
  --pri3-9: ;
  --pri3-10: ;
  /*pri 4*/
  --pri4: #847869;
  --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*/
  --sub1: #D4DAE1;
  --sub1-1: #A8B8CD;
  --sub1-2: #C2C2C2;
  --sub1-3: ;
  --sub1-4: ;
  --sub1-5: ;
  --sub1-6: ;
  --sub1-7: ;
  --sub1-8: ;
  --sub1-9: ;
  --sub1-10: ;
  /*sub*/
  --sub2: #FCFCFC;
  --sub2-1: #FDFBFA;
  --sub2-2: #FDFBF9;
  --sub2-3: #F8F4EF;
  --sub2-4: #F8F4EF;
  --sub2-5: #F8F4EF;
  --sub2-6: ;
  --sub2-7: ;
  --sub2-8: ;
  --sub2-9: ;
  --sub2-10: ;
  /*sub*/
  --sub3: #E2D1B1;
  --sub3-1: #DCC6AA;
  --sub3-2: #CEC5B5;
  --sub3-3: ;
  --sub3-4: ;
  --sub3-5: ;
  --sub3-6: ;
  --sub3-7: ;
  --sub3-8: ;
  --sub3-9: ;
  --sub3-10: ;
  /*second*/
  --second1: ;
  --second2: ;
  --second3: ;
  --second4: ;
  --second5: ;
  --second6: ;
  --second7: ;
  --second8: ;
  --second9: ;
  --second10: ;
  --second11: ;
  /*sns*/
  --kakao: #ffbb00;
  --naver: #58D30C;
  --daum: #618FFC;
  --youtube: #FD0532;
}

:root {
  --NotoSerif: "Noto Serif KR",serif;
  --preten: "Pretendard Variable", sans-serif;
}

/* 폰트셋팅*/
.en {
  font-family: var(--NotoSerif);
}

/* 텍스트정렬*/
html, body {
  font-size: 16px;
}

h1 {
  font-family: var(--preten);
  font-size: 4.5rem;
  font-style: normal;
  font-weight: 300;
  line-height: 130%; /* 6.75rem */
  letter-spacing: -0.115rem;
}
@media screen and (max-width: 767px) {
  h1 {
    font-size: 3rem;
    line-height: 3.4rem;
  }
}
@media (width <= 320px) {
  h1 {
    font-size: 2.2rem;
  }
}

h2 {
  font-family: var(--preten);
  font-size: 3.75rem;
  font-style: normal;
  font-weight: 300;
  line-height: 150%; /* 5.625rem */
  letter-spacing: -0.09rem;
}
@media screen and (max-width: 767px) {
  h2 {
    font-size: 2.25rem;
    line-height: 3.2rem;
  }
}
@media (width <= 320px) {
  h2 {
    font-size: 2rem;
  }
}

h3 {
  font-family: var(--preten);
  font-size: 3rem;
  font-style: normal;
  font-weight: 300;
  line-height: 150%; /* 4.5rem */
  letter-spacing: -0.075rem;
}
@media screen and (max-width: 767px) {
  h3 {
    font-size: 2.1rem;
    line-height: 3rem;
  }
}
@media (width <= 320px) {
  h3 {
    font-size: 1.7rem;
  }
}

h4 {
  font-family: var(--preten);
  font-size: 2.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 3.375rem */
  letter-spacing: -0.06rem;
}
@media screen and (max-width: 767px) {
  h4 {
    font-size: 1.9rem;
    line-height: 2.5rem;
  }
}
@media (width <= 320px) {
  h4 {
    font-size: 1.3rem;
  }
}

h5 {
  font-family: var(--preten);
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: 125%; /* 1.875rem */
  letter-spacing: -0.06563rem;
}
@media screen and (max-width: 767px) {
  h5 {
    font-size: 1.7rem;
    line-height: 2.5rem;
  }
}
@media (width <= 320px) {
  h5 {
    font-size: 1.125rem;
  }
}

h6 {
  font-family: var(--preten);
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: 125%; /* 1.5625rem */
  letter-spacing: -0.0525rem;
}
@media (width <= 320px) {
  h6 {
    font-size: 1rem;
  }
}

div, a, span, p, ul, ol, li, dd, dt, dl, table, button, select, input {
  font-family: var(--preten);
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 180%; /* 2.025rem */
  letter-spacing: -0.045rem;
}
@media (width <= 320px) {
  div, a, span, p, ul, ol, li, dd, dt, dl, table, button, select, input {
    font-size: 1rem;
  }
}

b {
  font-weight: 700;
}

.t-title01 {
  font-family: var(--preten);
  font-size: 1.375rem;
  font-style: normal;
  font-weight: 700;
  line-height: 180%; /* 2.475rem */
}

.t-title02 {
  font-family: var(--preten);
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 700;
  line-height: 180%; /* 2.025rem */
}

.t-body01 {
  font-family: var(--preten);
  font-size: 1.375rem;
  font-style: normal;
  font-weight: 400;
  line-height: 180%; /* 2.475rem */
}

.t-body02 {
  font-family: var(--preten);
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 180%; /* 2.025rem */
}

.t-button {
  font-family: var(--preten);
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1rem; /* 100% */
}

.en-point {
  font-family: var(--NotoSerif);
  color: var(--sub1);
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 180%; /* 2.025rem */
  letter-spacing: 1.875rem;
}
@media screen and (max-width: 1023px) {
  .en-point {
    font-family: var(--NotoSerif);
  }
}
@media screen and (max-width: 767px) {
  .en-point {
    font-family: var(--NotoSerif);
  }
}

.button {
  color: var(--pri3);
  position: relative;
  transition: all 0.6s ease;
  color: var(--Black-black-a-25, rgba(0, 0, 0, 0.25));
  text-align: center;
  font-feature-settings: "liga" off, "clig" off;
  font-family: "Noto Serif KR";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 5.6px;
  padding: 12px 20px 12px 55px;
}
.button:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  border-radius: 5em;
  border: 1px solid var(--pri3);
  transition: all 0.6s cubic-bezier(0.615, 0, 0.07, 1);
}
.button:after {
  content: url("/common/img/user/icon/arrow.svg");
  position: absolute;
  z-index: -1;
  top: 10px;
  left: 18px;
}
.button:hover {
  transition: all 0.6s ease;
  transition-delay: 0.3s;
  color: #fff;
}
.button:hover:before {
  transition: all 0.6s cubic-bezier(0.615, 0, 0.07, 1);
  width: 100%;
  background: var(--pri3);
}
.button:hover:after {
  content: url("/common/img/user/icon/arrow_on.svg");
}

.w-ver {
  color: white;
}
.w-ver:before {
  border: 1px solid var(--white);
}
.w-ver:after {
  content: url("/common/img/user/icon/arrow_on.svg");
}
.w-ver:hover:before {
  border: 0px;
}

/*common*/
footer {
  width: 100%;
  padding: 200px 0px;
  background: var(--Gray-grey10, #5E5E5E);
  color: var(--gray8);
  position: relative;
  overflow: hidden;
}
footer .top {
  display: flex;
  max-width: 1500px;
  justify-content: space-between;
  align-items: flex-start;
  margin: 0 auto;
  position: relative;
  width: 90%;
}
footer .top .logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  top: 0%;
  left: 50%;
  transform: translate(-50%, 0%);
}
footer .top .right {
  text-align: right;
}
footer .top .left li:nth-child(1),
footer .top .left li:nth-child(2) {
  color: white;
}
@media screen and (max-width: 1023px) {
  footer .top {
    flex-direction: column;
    align-items: center;
    gap: 50px;
  }
  footer .top .left {
    text-align: center;
  }
  footer .top .logo {
    position: relative;
    left: auto;
    transform: translate(0%, 0%);
  }
  footer .top .right {
    text-align: center;
  }
}
footer .bottom {
  display: flex;
  max-width: 1500px;
  width: 90%;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  margin-top: 50px;
  padding-top: 50px;
  border-top: 1px solid var(--gray9);
}
@media screen and (max-width: 1023px) {
  footer .bottom {
    flex-direction: column;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  footer {
    padding: 150px 0px;
    padding-bottom: 200px;
  }
  footer .bottom li {
    font-size: 10px;
  }
}

/*nav*/
header {
  position: fixed;
  left: 0;
  width: 100%;
  border-bottom: 1px solid var(--white-a25);
  transition: all 0.5s linear;
  z-index: 100;
  will-change: transform;
  backface-visibility: hidden;
}
header .container {
  display: flex;
  align-items: center;
  gap: 100px;
}
header .container .logo {
  background-image: url(/common/img/user/logo_w.svg);
  width: 250px;
  height: 30px;
  cursor: pointer;
  margin-left: 34px;
  background-position: top left;
}
header .container .menu {
  display: flex;
  gap: 40px;
}
header .container .menu .depth01 {
  padding: 30px 0px;
  cursor: pointer;
  transition: all 0.5s ease;
  color: var(--white-a60);
  position: relative;
}
header .container .menu .depth01 .depth02 {
  position: absolute;
  top: 100px;
  left: -64px;
  width: 200px;
  left: 50%;
  transform: translate(-50%, 0%);
  border: 1px solid var(--black-a5);
}
header .container .menu .depth01 .depth02 li {
  padding: 10px;
  text-align: center;
  background-color: white;
  border-bottom: 1px solid var(--black-a5);
}
header .container .menu .depth01 .depth02 li:last-of-type {
  border-bottom: 0px;
}
header .container .menu .depth01 .depth02 li a {
  font-weight: 500;
  color: var(--black-a30);
}
header .container .menu .depth01 .depth02 li:hover a {
  color: var(--pri1);
}
header .container .menu .depth01:hover {
  color: var(--pri2);
  transition: all 0.5s ease;
}
header .container .menu .depth01:hover > a {
  font-weight: bold;
}
header .container .Util {
  margin-left: auto;
  width: 100px;
  height: 100px;
  background-color: var(--pri2);
  position: relative;
  cursor: pointer;
}
header .container .Util .sitemap {
  width: 54px;
  height: 54px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
header .container .Util .sitemap p {
  position: absolute;
  width: 100%;
  height: 2px;
  display: block;
  background: #fff;
  right: 0;
  transition: all 0.2s linear;
}
header .container .Util .sitemap p.one {
  top: 12px;
}
header .container .Util .sitemap p.two {
  top: 25px;
  width: 70%;
}
header .container .Util .sitemap p.three {
  width: 100%;
  bottom: 12px;
}
header .container .Util:hover .sitemap p {
  width: 100% !important;
}
header .container .Util .sitemap.close p.one {
  top: 25px;
  transform: rotate(135deg);
}
header .container .Util .sitemap.close p.two {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  right: -60px;
}
header .container .Util .sitemap.close p.three {
  top: 25px;
  transform: rotate(-135deg);
}
@media (width <= 1374px) {
  header .container {
    gap: 50px;
  }
  header .container .logo {
    margin-left: 25px;
  }
  header .container .menu {
    gap: 20px;
  }
  header .container .menu li a {
    font-size: 1rem;
    transition: all 0.2s linear;
  }
}
@media (width <= 1070px) {
  header .container .menu {
    gap: 10px;
  }
  header .container .menu li a {
    font-size: 0.9rem;
    transition: all 0.2s linear;
  }
}
@media screen and (max-width: 1023px) {
  header .container .menu {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  header .container {
    justify-content: space-between;
    gap: 0px;
  }
  header .container .logo {
    background-size: contain;
    background-repeat: no-repeat;
    margin-left: 20px;
    width: 200px;
    margin-top: 7px;
  }
  header .container .menu {
    display: none;
  }
  header .container .Util {
    margin-left: 0;
    width: 90px;
    height: 90px;
  }
}

.fix {
  top: 0rem;
  background-color: white;
  border-bottom: 1px solid var(--black-a5);
}
.fix .container .logo {
  background-image: url(/common/img/user/logo.svg);
}
.fix .container .menu li {
  color: var(--gray10);
}

.nofix {
  top: -300px;
  transition: all 0.2s linear;
}

@media screen and (max-width: 1023px) {
  header {
    top: 0rem;
  }
}
/*사이트맵*/
#sitemap {
  position: fixed;
  top: 0;
  right: 0;
  width: 50%;
  z-index: 99;
  background-color: var(--pri1);
  transform: translateX(100%);
  transition: transform 0.4s ease-in-out;
}
#sitemap .container {
  width: 80%;
  height: 80%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  overflow: visible;
  display: flex;
  flex-direction: column;
}
#sitemap .container .menu {
  flex-grow: 1;
  overflow-y: scroll;
  padding-right: 10px;
  pointer-events: auto;
}
#sitemap .container .menu::-webkit-scrollbar-thumb {
  background: var(--white);
}
#sitemap .container .menu::-webkit-scrollbar {
  background: rgba(0, 0, 0, 0.3294117647);
}
#sitemap .container .menu .depth01 {
  border-bottom: 1px solid var(--white-a25);
  padding: 30px 0;
}
#sitemap .container .menu .depth01 > a {
  color: white;
  font-size: 1.5rem;
}
#sitemap .container .menu .depth01:last-of-type {
  border-bottom: 0px;
}
#sitemap .container .menu .depth01 .depth02 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
#sitemap .container .menu .depth01 .depth02 > li > a {
  color: var(--white-a25);
}
@media screen and (max-width: 1023px) {
  #sitemap .container .menu .depth01 .depth02 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 767px) {
  #sitemap .container .menu .depth01 .depth02 {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media screen and (max-width: 767px) {
  #sitemap .container {
    height: 100%;
    width: 100%;
  }
  #sitemap .container .menu {
    padding: 30px;
  }
  #sitemap .container .menu > a.hidden-pc-tab {
    color: var(--pri2);
    font-family: var(--NotoSerif);
    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) {
  #sitemap .container .menu > a.hidden-pc-tab {
    font-family: var(--NotoSerif);
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  #sitemap .container .menu > a.hidden-pc-tab {
    font-family: var(--NotoSerif);
  }
}
@media screen and (max-width: 767px) and (max-width: 1023px) {
  #sitemap .container .menu > a.hidden-pc-tab {
    font-family: var(--NotoSerif);
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  #sitemap .container .menu > a.hidden-pc-tab {
    font-family: var(--NotoSerif);
  }
}
@media screen and (max-width: 767px) and (max-width: 1023px) {
  #sitemap .container .menu > a.hidden-pc-tab {
    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: 1023px) and (max-width: 1023px) {
  #sitemap .container .menu > a.hidden-pc-tab {
    font-family: var(--NotoSerif);
  }
}
@media screen and (max-width: 767px) and (max-width: 1023px) and (max-width: 767px) {
  #sitemap .container .menu > a.hidden-pc-tab {
    font-family: var(--NotoSerif);
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  #sitemap .container .menu > a.hidden-pc-tab {
    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) and (max-width: 1023px) {
  #sitemap .container .menu > a.hidden-pc-tab {
    font-family: var(--NotoSerif);
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) and (max-width: 767px) {
  #sitemap .container .menu > a.hidden-pc-tab {
    font-family: var(--NotoSerif);
  }
}
@media screen and (max-width: 767px) {
  #sitemap .container .menu > a.hidden-pc-tab > img {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  #sitemap {
    width: 70%;
  }
}

#sitemap.open {
  transform: translateX(0);
}

.sitemap-dark {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 98;
}

.sitemap-dark.active {
  display: block;
}

.no-scroll {
  overflow: hidden !important;
  height: 100vh;
}

/*퀵메뉴*/
#Quick {
  position: fixed;
  bottom: 2%;
  right: 2%;
  display: flex;
  align-items: flex-end;
  gap: 20px;
  z-index: 80;
}

#Quick-menu {
  display: flex;
  padding-left: 20px;
  padding-right: 20px;
  background-color: white;
  border-radius: 999px;
  border: 1px solid var(--black-a5);
}
#Quick-menu a {
  padding: 10px;
  display: block;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
#Quick-menu a img {
  width: 80%;
  transition: all 0.3s ease;
}
#Quick-menu a p {
  position: absolute;
  top: -50%;
  left: 50%;
  transform: translateX(-50%) translateY(30px);
  width: 130%;
  text-align: center;
  border: 1px solid var(--black-a5);
  opacity: 0;
  transition: opacity 0.3s ease, transform 0.3s ease;
  z-index: -1;
  color: black;
  background-color: white;
  padding: 0px 10px;
  border-radius: 30px;
}
@media screen and (max-width: 767px) {
  #Quick-menu {
    width: 100%;
    border-radius: 0px;
    padding: 0px;
    flex-grow: 1;
    border: 0px;
    border-top: 1px solid var(--black-a5);
    position: fixed;
    bottom: 0%;
    left: 0%;
    z-index: 80;
  }
  #Quick-menu a {
    flex-basis: 25%;
    padding: 20px 0px;
    border-left: 1px solid var(--black-a5);
  }
  #Quick-menu a img {
    width: 30%;
  }
  #Quick-menu a span {
    color: var(--black-a50);
    font-size: 15px !important;
  }
}
@keyframes bounce {
  0% {
    transform: translateY(0);
  }
  30% {
    transform: translateY(-10px);
  }
  50% {
    transform: translateY(0);
  }
  70% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0);
  }
}

.online-button {
  background-color: var(--pri3);
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  cursor: pointer;
  animation: bounce 1s ease infinite;
}
.online-button i {
  display: inline-block;
  position: relative;
  background-image: url("/common/img/user/icon/connect.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  width: 30px;
  height: 30px;
  transition: transform 0.3s, background-image 0.3s;
}
.online-button .icon_quick.x {
  background-image: url("/common/img/user/icon/close.svg");
}
.online-button p {
  color: white;
}
.online-button .online-form {
  display: none;
  padding: 20px;
}
.online-button .online-form p {
  margin-bottom: 10px;
}
.online-button .online-form form {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.online-button .online-form form select {
  border: 1px solid red;
}
.online-button .online-form form select,
.online-button .online-form form input[type=text],
.online-button .online-form form input[type=tel],
.online-button .online-form form input[type=submit] {
  border: 0;
  background-color: var(--gray1);
}
.online-button .online-form form select,
.online-button .online-form form input[type=text],
.online-button .online-form form input[type=tel] {
  height: 30px;
  padding: 0px 10px;
}
.online-button .online-form form label[for=online-check] {
  cursor: pointer;
  color: white;
}
.online-button .online-form form input[type=submit] {
  background-color: var(--pri1);
  color: white;
  cursor: pointer;
  border-radius: 10px;
  padding: 10px;
  margin-top: 5px;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .online-button .online-form {
    width: 90%;
    padding: 0px;
    font-size: 15px !important;
  }
  .online-button .online-form p, .online-button .online-form select, .online-button .online-form input, .online-button .online-form label, .online-button .online-form a {
    font-size: 15px !important;
  }
}
@media screen and (max-width: 767px) {
  .online-button {
    position: fixed;
    bottom: 130px;
    right: 4%;
    z-index: 80;
  }
  .online-button p {
    font-size: 15px !important;
  }
}

#Top-button {
  position: fixed;
  left: 2%;
  bottom: 2%;
  width: 150px;
  height: 150px;
  cursor: pointer;
  z-index: 10;
}
#Top-button .rotate-img {
  width: 100%;
  height: 100%;
  background: url(/common/img/user/progress_bg.svg) 0 0/100% no-repeat;
}
#Top-button .top-button {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 6rem;
  height: 6rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transform: translate(-50%, -50%) translateZ(0);
}
#Top-button .top-button > div {
  position: relative;
  width: 100%;
  height: 100%;
  text-indent: -9999px;
  background: url(/common/img/user/progress_text.svg) 50% 50%/auto no-repeat;
  transition: background 1s ease;
}
#Top-button.on .top-button > div {
  background: url(/common/img/user/topbtn_up_arrow.svg) 50% 50%/auto no-repeat;
}
#Top-button.on .top-button > div:hover {
  transform: translateY(0%) translateZ(0);
  animation: updown 0.6s ease-in-out;
}
@keyframes updown {
  0%, 100% {
    transform: translateY(0%) translateZ(0);
  }
  50% {
    transform: translateY(-10%) translateZ(0);
  }
}
@media screen and (max-width: 767px) {
  #Top-button {
    bottom: 132px;
    width: 100px;
    height: 100px;
    left: 2%;
  }
}

.custom-cursor {
  border-radius: 50%;
  position: fixed;
  transform: translate(-50%, -50%);
  pointer-events: none;
  z-index: 9999;
  transition: transform 0.1s ease-out, background-color 0.3s ease-out, scale 0.2s ease-out;
}
.custom-cursor.hover {
  width: 0;
  height: 0;
  border: 0;
}
.custom-cursor.click {
  scale: 0.8;
  background-color: rgba(233, 233, 224, 0.253);
}
@media screen and (max-width: 767px) {
  .custom-cursor body {
    cursor: default;
  }
  .custom-cursor .custom-cursor {
    display: none;
  }
}

.hover-cursor-img {
  background-image: url(/common/img/user/drag.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  width: 150px;
  height: 150px;
  transform: rotate(0deg) !important;
  position: relative;
}

/*pages*/
#Mainslide {
  width: 100%;
  margin: 0 auto;
  position: relative;
  height: 100vh;
  overflow: hidden;
}
#Mainslide .swiper {
  width: 100%;
  height: 100%;
}
#Mainslide .swiper .swiper-slide .text-wrap {
  position: absolute;
  text-align: left;
  z-index: 1;
  width: 80%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -70%);
  color: var(--white);
  display: flex;
  gap: 50px;
  flex-direction: column;
}
#Mainslide .swiper .swiper-slide .text-wrap span {
  display: block;
  overflow: hidden;
  transition-delay: 0.3s;
}
#Mainslide .swiper .swiper-slide .text-wrap span p {
  color: var(--white-a60);
}
#Mainslide .swiper .swiper-slide .text-wrap span p, #Mainslide .swiper .swiper-slide .text-wrap span h3 {
  transition-property: transform;
  transition-duration: 0.6s;
  transform: translateY(-500%);
  display: block;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  display: block;
  transition-delay: inherit;
  opacity: 0;
}
#Mainslide .swiper .swiper-slide img {
  width: 100%;
  height: 100%;
}
#Mainslide .swiper .swiper-slide-active .text-wrap span p, #Mainslide .swiper .swiper-slide-active .text-wrap span h3 {
  transform: translateY(0);
  opacity: 1;
}
#Mainslide .swiper .swiper-slide-active .text-wrap span h3 {
  transition-delay: 0.3s;
}
#Mainslide .swiper .swiper-slide-active .text-wrap span p {
  transition-delay: 0.5s;
}
#Mainslide .swiper .swiper-slide-active img {
  transform: scale(1.025);
  transition: transform 5s ease;
  background-position: center center;
}
#Mainslide .swiper .swiper-pagination {
  display: flex;
  width: 80%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, 0%);
  /*
  .swiper-pagination-bullet:nth-child(1){
      &:after{content:('Mainslide01');}
  }
  .swiper-pagination-bullet:nth-child(2){
      &:after{content:('Mainslide02');}
  }
  .swiper-pagination-bullet:nth-child(3){
      &:after{content:('Mainslide03');}
  }
  */
}
#Mainslide .swiper .swiper-pagination .swiper-pagination-bullet {
  opacity: 0.5;
  background: none;
  width: auto;
  height: auto;
  border-radius: 0;
  display: flex;
  align-items: center;
}
#Mainslide .swiper .swiper-pagination .swiper-pagination-bullet button {
  display: inline-block;
  color: white;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  font-family: var(--NotoSerif);
  font-size: 15px;
  white-space: nowrap;
}
@media screen and (max-width: 1023px) {
  #Mainslide .swiper .swiper-pagination .swiper-pagination-bullet button {
    font-family: var(--NotoSerif);
  }
}
@media screen and (max-width: 767px) {
  #Mainslide .swiper .swiper-pagination .swiper-pagination-bullet button {
    font-family: var(--NotoSerif);
  }
}
#Mainslide .swiper .swiper-pagination .swiper-pagination-bullet .progress {
  display: none;
}
#Mainslide .swiper .swiper-pagination .swiper-pagination-bullet-active {
  opacity: 1;
}
#Mainslide .swiper .swiper-pagination .swiper-pagination-bullet-active .progress {
  display: inline-block;
  width: 100px;
  height: 3px;
  margin-left: 10px;
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  background-color: var(--white-a45);
}
#Mainslide .swiper .swiper-pagination .swiper-pagination-bullet-active .progress .progress-bar {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background-color: white;
  animation: loading-1 2.5s linear forwards 0.2s;
}
@keyframes loading-1 {
  0% {
    width: 0px;
  }
  100% {
    width: 100%;
  }
}
@media screen and (max-width: 1023px) {
  #Mainslide .swiper .swiper-slide .text-wrap {
    transform: translate(-50%, -50%);
  }
  #Mainslide .swiper .swiper-pagination {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  #Mainslide .swiper .swiper-slide .text-wrap {
    top: 35%;
  }
  #Mainslide .swiper .swiper-slide .text-wrap span h3 {
    text-align: center;
  }
  #Mainslide .swiper .swiper-slide .text-wrap span p {
    display: none;
  }
}

.title {
  text-align: center;
  width: 80%;
  margin: 0 auto;
}
.title h4 {
  color: var(--pri1);
  margin-top: 20px;
}
.title .en-point {
  margin-right: -0.8rem;
}
@media screen and (max-width: 767px) {
  .title .en-point {
    letter-spacing: 20px;
    font-size: 0.8rem;
  }
}
@media screen and (max-width: 767px) {
  .title {
    width: 100%;
  }
}

#Symptom {
  width: 90%;
  max-width: 1500px;
  margin: 0 auto;
  padding-top: 200px;
  padding-bottom: 200px;
}
#Symptom .content {
  margin-top: 70px;
}
#Symptom .content .swiper-pagination {
  position: relative;
  margin-bottom: 70px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#Symptom .content .swiper-pagination .swiper-pagination-bullet {
  margin: 0px !important;
  width: 25%;
  height: auto;
  border-radius: 0px;
  background: none;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
  color: var(--sub1-2);
  font-weight: 500;
  border-left: 1px solid var(--gray4);
}
#Symptom .content .swiper-pagination .swiper-pagination-bullet:first-of-type {
  border-left: 0px;
}
#Symptom .content .swiper-pagination .swiper-pagination-bullets-dynamic {
  overflow: visible;
}
#Symptom .content .swiper-pagination .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: flex;
  justify-content: center;
  align-items: center;
}
#Symptom .content .swiper-pagination .swiper-pagination-bullet-active {
  color: var(--pri3);
  font-weight: 500;
}
#Symptom .content .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(1) !important;
}
#Symptom .content .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(1) !important;
}
#Symptom .content .swiper-slide {
  display: flex;
  align-items: center;
  gap: 100px;
}
#Symptom .content .swiper-slide .text-wrap {
  position: relative;
  flex-basis: 50%;
}
#Symptom .content .swiper-slide .text-wrap h5 {
  color: var(--pri3);
  margin-bottom: 40px;
}
#Symptom .content .swiper-slide .text-wrap p {
  color: var(--black-a60);
  margin-bottom: 40px;
}
#Symptom .content .swiper-slide .text-wrap .visual {
  color: var(--Black-black-a-5, rgba(0, 0, 0, 0.05));
  text-align: center;
  font-feature-settings: "liga" off, "clig" off;
  font-family: "Noto Serif KR";
  font-size: 150px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 150px */
  position: absolute;
  left: -20%;
  top: -50%;
}
#Symptom .content .swiper-slide > img {
  flex-basis: 50%;
  flex-shrink: 0;
  width: 300px;
}
@media (width <= 1300px) {
  #Symptom {
    overflow: hidden;
  }
  #Symptom .content .swiper-slide {
    gap: 0px;
    align-items: stretch;
  }
  #Symptom .content .swiper-slide .text-wrap {
    padding: 50px;
  }
}
@media screen and (max-width: 767px) {
  #Symptom {
    padding-top: 150px;
    padding-bottom: 150px;
  }
  #Symptom .content {
    margin-top: 30px;
  }
  #Symptom .content .swiper {
    width: 85%;
  }
  #Symptom .content .swiper-slide {
    flex-direction: column;
    gap: 0px;
  }
  #Symptom .content .swiper-slide > img {
    width: 100%;
    height: 246px;
  }
  #Symptom .content .swiper-slide .text-wrap {
    flex-basis: auto;
    padding: 30px 0px;
  }
  #Symptom .content .swiper-slide .text-wrap p {
    margin-bottom: 20px;
  }
  #Symptom .content .swiper-slide .text-wrap .visual {
    display: none;
  }
  #Symptom .content .swiper-pagination {
    margin-bottom: 20px;
  }
  #Symptom .content .swiper-pagination .swiper-pagination-bullet {
    padding: 0px 50px;
  }
}

#Special {
  display: flex;
}
#Special .left {
  width: 50%;
  background-image: url("/common/img/user/main/special-img.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  max-height: 1080px;
  height: 100vh;
  position: sticky;
  top: 0;
}
#Special .left .title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
#Special .left .title p, #Special .left .title h4 {
  color: white;
}
#Special .right {
  width: 50%;
  background-color: var(--sub2-2);
}
#Special .right ul {
  width: 60%;
  margin: 200px auto;
}
#Special .right ul li {
  padding-bottom: 200px;
}
#Special .right ul li span p {
  color: var(--sub3);
}
#Special .right ul li span h5 {
  color: var(--pri1);
}
#Special .right ul li span {
  display: flex;
  gap: 40px;
}
#Special .right ul li > p {
  margin-top: 60px;
  color: var(--black-a50);
}
#Special .right ul li:last-of-type {
  padding-bottom: 0px;
}
@media screen and (min-width: 1024px) and (max-width: 1366px) {
  #Special {
    width: 100%;
    overflow: hidden;
  }
}
@media screen and (max-width: 1023px) {
  #Special {
    flex-direction: column;
    overflow: hidden;
  }
  #Special .left, #Special .right {
    width: 90%;
    margin: 0 auto;
  }
  #Special .left {
    height: 500px;
  }
  #Special .right ul {
    width: 80%;
    margin: 100px auto;
  }
  #Special .right ul li {
    padding-bottom: 70px;
  }
}
@media screen and (max-width: 767px) {
  #Special .left .title {
    width: 80%;
  }
  #Special .right ul li span {
    display: block;
  }
  #Special .right ul li span:nth-child(1) p {
    margin-bottom: 10px;
  }
}

#Clinic {
  width: 90%;
  max-width: 1500px;
  margin: 0 auto;
  padding-top: 200px;
  padding-bottom: 200px;
}
#Clinic .content {
  margin-top: 70px;
}
#Clinic .content .swiper-slide {
  display: flex;
}
#Clinic .content .swiper-slide .text-wrap {
  padding: 100px;
  background-color: var(--sub2);
}
#Clinic .content .swiper-slide .text-wrap h5 {
  color: var(--pri3);
  margin-bottom: 40px;
  font-family: var(--NotoSerif);
}
@media screen and (max-width: 1023px) {
  #Clinic .content .swiper-slide .text-wrap h5 {
    font-family: var(--NotoSerif);
  }
}
@media screen and (max-width: 767px) {
  #Clinic .content .swiper-slide .text-wrap h5 {
    font-family: var(--NotoSerif);
  }
}
#Clinic .content .swiper-slide .text-wrap p {
  color: var(--black-a60);
  margin-bottom: 40px;
}
#Clinic .content .swiper-slide .text-wrap button {
  z-index: 10;
}
#Clinic .content .swiper-slide > img {
  width: 600px;
}
#Clinic .content .swiper-pagination {
  position: relative;
  margin-bottom: 70px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#Clinic .content .swiper-pagination .swiper-pagination-bullet {
  width: auto;
  height: auto;
  border-radius: 0;
  background-color: transparent;
  opacity: 1;
  padding: 10px 50px;
  color: var(--sub1-2);
  width: 250px;
}
#Clinic .content .swiper-pagination .swiper-pagination-bullets-dynamic {
  overflow: visible;
}
#Clinic .content .swiper-pagination .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: flex;
  justify-content: center;
  align-items: center;
}
#Clinic .content .swiper-pagination .swiper-pagination-bullet-active {
  color: var(--pri3);
  font-weight: 500;
  border: 5px solid var(--pri3);
  border-radius: 999px;
}
#Clinic .content .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(1) !important;
}
#Clinic .content .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(1) !important;
}
@media (width <= 1300px) {
  #Clinic {
    overflow: hidden;
  }
  #Clinic .swiper-slide .text-wrap {
    padding: 30px;
    flex-basis: 50%;
  }
  #Clinic .swiper-slide > img {
    width: 50% !important;
  }
  #Clinic .swiper-pagination {
    gap: 0px;
  }
  #Clinic .swiper-pagination .swiper-pagination-bullet {
    width: auto;
  }
}
@media (width <= 1000px) {
  #Clinic .content {
    margin-top: 30px;
  }
  #Clinic .content .swiper-slide {
    flex-direction: column;
  }
  #Clinic .content .swiper-slide .text-wrap {
    padding: 40px;
  }
  #Clinic .content .swiper-slide > img {
    width: 100% !important;
    height: 300px;
    flex-basis: auto;
  }
  #Clinic .content .swiper-pagination {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  #Clinic .content .swiper-slide .text-wrap p {
    margin-bottom: 10px;
  }
  #Clinic .content .swiper-slide > img {
    height: 200px;
  }
}

#Doctor {
  background-color: var(--sub2-3);
  padding-top: 200px;
  position: relative;
  overflow: hidden;
}
#Doctor .title {
  position: relative;
  z-index: 1;
}
#Doctor .title p {
  color: var(--sub3-1);
}
#Doctor .title h4 {
  color: var(--pri4);
}
#Doctor .content {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 120px;
}
#Doctor .content .left {
  z-index: 1;
}
#Doctor .content .right {
  z-index: 1;
}
#Doctor .content .right h5 {
  color: var(--pri4);
  line-height: 150%;
}
#Doctor .content .right p {
  color: var(--black-a40);
  margin-top: 50px;
  margin-bottom: 50px;
  margin-left: 100px;
}
#Doctor .content .right button {
  margin-left: 150px !important;
}
#Doctor:after {
  content: "Park Jeong Hyeon";
  font-family: var(--NotoSerif);
  position: absolute;
  left: 5%;
  bottom: 10%;
  z-index: 0;
  color: var(--Sub2-1, #FDFBFA);
  font-size: 170px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 170px */
  width: 538px;
}
@media screen and (max-width: 1023px) {
  #Doctor:after {
    font-family: var(--NotoSerif);
  }
}
@media screen and (max-width: 767px) {
  #Doctor:after {
    font-family: var(--NotoSerif);
  }
}
#Doctor:before {
  content: url("/common/img/user/symbol.svg");
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
}
@media screen and (max-width: 1023px) {
  #Doctor {
    overflow: hidden;
  }
  #Doctor .title {
    width: 80%;
    margin: 0 auto;
  }
  #Doctor .content {
    flex-direction: column-reverse;
    gap: 50px;
  }
  #Doctor:before {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  #Doctor {
    padding-top: 150px;
  }
  #Doctor .content {
    flex-direction: column-reverse;
    gap: 30px;
  }
  #Doctor .content .right {
    width: 80%;
    margin: 0 auto;
  }
  #Doctor .content .right h5 {
    font-size: 20px;
  }
  #Doctor .content .right p {
    margin-left: 0px;
  }
  #Doctor .content .right .button {
    margin-left: 0px !important;
  }
  #Doctor .content .left {
    width: 80%;
    margin: 0 auto;
  }
  #Doctor:before {
    display: none;
  }
  #Doctor:after {
    font-size: 80px;
  }
}

#Gallery {
  position: relative;
  width: 100%;
  height: 900px;
  overflow: hidden;
}
#Gallery .slider {
  width: 100%;
  height: 100%;
}
#Gallery .slider .swiper-slide .txt {
  position: absolute;
  top: 35%;
  left: 10%;
  color: white;
}
#Gallery .slider .swiper-slide > img {
  width: 100%;
  height: 100%;
  filter: brightness(50%);
}
#Gallery .title {
  text-align: left;
  position: absolute;
  top: 15%;
  left: 10%;
  z-index: 1;
}
#Gallery .title p.en-point {
  color: var(--sub3-1);
}
#Gallery .title h4 {
  color: white;
}
#Gallery .slider-thumbnail {
  margin-top: -280px;
  width: 90%;
  margin-left: auto;
}
#Gallery .slider-thumbnail .swiper-wrapper .swiper-slide {
  opacity: 0.5;
  cursor: pointer;
  width: 25%;
}
#Gallery .slider-thumbnail .swiper-wrapper .swiper-slide.swiper-slide-thumb-active {
  opacity: 1;
  border: 5px solid white;
}
@media screen and (max-width: 1023px) {
  #Gallery {
    overflow: hidden;
  }
}
@media screen and (max-width: 767px) {
  #Gallery {
    height: 70vh;
  }
  #Gallery .slider .swiper-slide .txt {
    width: 100%;
    left: 0%;
    top: 40%;
    text-align: center;
  }
  #Gallery .title {
    text-align: center;
    width: 100%;
    left: 0%;
  }
  #Gallery .title h4 {
    margin-bottom: 20px;
  }
  #Gallery .slider-thumbnail {
    position: absolute;
    bottom: 10%;
    left: 5%;
  }
  #Gallery .slider-thumbnail .swiper-wrapper .swiper-slide {
    width: 70%;
  }
}

#Info {
  color: var(--black-a40);
  max-width: 1500px;
  margin: 0 auto;
  padding-top: 200px;
  padding-bottom: 200px;
  width: 80%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 150px;
}
#Info h4 {
  color: var(--pri4);
}
#Info .left h4 {
  margin-bottom: 30px;
}
#Info .left p {
  margin-bottom: 30px;
}
#Info .left .map {
  width: 100%;
  height: 500px;
  background-color: var(--gray3);
}
#Info .right .time ul {
  margin-top: 30px;
}
#Info .right .time ul li {
  display: flex;
  gap: 30px;
  padding-bottom: 10px;
}
#Info .right .time ul li div:nth-child(1) {
  display: flex;
  width: 150px;
  flex-shrink: 0;
  justify-content: space-between;
  align-items: flex-start;
}
#Info .right .call {
  margin-top: 100px;
}
#Info .right .call a.en {
  margin-top: 30px;
  font-size: 60px;
  color: var(--black-a40);
  line-height: 60px;
}
@media screen and (max-width: 1023px) {
  #Info {
    overflow: hidden;
    grid-template-columns: repeat(1, 1fr);
    gap: 70px;
    padding-top: 150px;
    padding-bottom: 150px;
  }
  #Info .left .map {
    width: 100%;
    height: 300px;
  }
  #Info .right .call {
    margin-top: 70px;
  }
  #Info .right .call a.en {
    font-size: 3rem;
  }
  #Info .right .time ul li {
    display: flex;
    gap: 5px;
    padding-bottom: 10px;
    flex-direction: column;
    border-bottom: 1px solid var(--black-a5);
    margin-bottom: 10px;
  }
  #Info .right .time ul li:last-of-type {
    border-bottom: 0px;
  }
  #Info .right .time ul li div:nth-child(1) {
    gap: 10px;
    justify-content: flex-start;
  }
}

.s-title p:nth-child(1) {
  color: var(--sub1);
  font-feature-settings: "liga" off, "clig" off;
  font-family: "Noto Serif KR";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%; /* 32.4px */
  letter-spacing: 5px;
  margin-bottom: 20px;
  font-family: var(--NotoSerif);
}
@media screen and (max-width: 1023px) {
  .s-title p:nth-child(1) {
    font-family: var(--NotoSerif);
  }
}
@media screen and (max-width: 767px) {
  .s-title p:nth-child(1) {
    font-family: var(--NotoSerif);
  }
}
.s-title h4:nth-child(2) {
  font-family: var(--NotoSerif);
}
@media screen and (max-width: 1023px) {
  .s-title h4:nth-child(2) {
    font-family: var(--NotoSerif);
  }
}
@media screen and (max-width: 767px) {
  .s-title h4:nth-child(2) {
    font-family: var(--NotoSerif);
  }
}

.c-title p:nth-child(1) {
  font-family: var(--NotoSerif);
  color: var(--sub3-1);
  font-feature-settings: "liga" off, "clig" off;
  font-family: "Noto Serif KR";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%; /* 32.4px */
  letter-spacing: 5px;
  margin-bottom: 20px;
}
@media screen and (max-width: 1023px) {
  .c-title p:nth-child(1) {
    font-family: var(--NotoSerif);
  }
}
@media screen and (max-width: 767px) {
  .c-title p:nth-child(1) {
    font-family: var(--NotoSerif);
  }
}
.c-title h4:nth-child(2) {
  font-family: var(--NotoSerif);
  color: var(--pri4);
}
@media screen and (max-width: 1023px) {
  .c-title h4:nth-child(2) {
    font-family: var(--NotoSerif);
  }
}
@media screen and (max-width: 767px) {
  .c-title h4:nth-child(2) {
    font-family: var(--NotoSerif);
  }
}

#SubTop .container {
  max-width: 1610px;
  width: 90%;
  margin-left: auto;
  padding-top: 200px;
  padding-bottom: 200px;
}
#SubTop .container .breadcrumb {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 40px;
}
#SubTop .container .breadcrumb li {
  color: var(--black-a25);
}
#SubTop .container .breadcrumb li a img {
  width: 80%;
}
#SubTop .container .SubTop-title {
  display: flex;
  max-width: 1380px;
  align-items: center;
  justify-content: space-between;
}
#SubTop .container .SubTop-title p.en {
  color: var(--black-a25);
  letter-spacing: 14px;
}
#SubTop .container .SubTop-title .Sub-title {
  display: flex;
  align-items: center;
  gap: 5px;
}
#SubTop .container .SubTop-title .Sub-title span {
  display: flex;
  gap: 5px;
  position: relative;
}
#SubTop .container .SubTop-title .Sub-title span .block {
  width: 300%;
  height: 30px;
  position: absolute;
  bottom: 0px;
  right: 0%;
  z-index: -1;
  background-color: var(--sub2-2);
}
#SubTop .container .SubTop-title .Sub-title h3 {
  position: relative;
  color: var(--pri3);
  font-family: var(--NotoSerif);
}
@media screen and (max-width: 1023px) {
  #SubTop .container .SubTop-title .Sub-title h3 {
    font-family: var(--NotoSerif);
  }
}
@media screen and (max-width: 767px) {
  #SubTop .container .SubTop-title .Sub-title h3 {
    font-family: var(--NotoSerif);
  }
}
#SubTop .container .SubTop-title .Sub-title p {
  color: var(--pri4);
  margin-left: 45px;
}
#SubTop .container .SubTop-img {
  margin-top: 90px;
}
#SubTop .container .SubTop-img > img {
  width: 100%;
}
#SubTop .container .des p {
  margin-top: 60px;
  color: var(--black-a50);
}
#SubTop .container .des p b {
  color: var(--pri3);
}
@media (width <= 1500px) {
  #SubTop .container .SubTop-title {
    display: flex;
    max-width: 1380px;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
    gap: 50px;
    width: 90%;
  }
  #SubTop .des {
    width: 90%;
  }
}
@media (width <= 1000px) {
  #SubTop .container .SubTop-title .title {
    flex-direction: column;
    align-items: flex-start;
  }
  #SubTop .container .SubTop-title .title p {
    margin-left: 0px;
  }
}
@media screen and (max-width: 767px) {
  #SubTop .container {
    padding-top: 150px;
    padding-bottom: 150px;
  }
  #SubTop .container .breadcrumb {
    gap: 10px;
  }
  #SubTop .container .SubTop-title {
    display: flex;
    max-width: 1380px;
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: column;
    gap: 40px;
  }
  #SubTop .container .SubTop-title .Sub-title {
    display: flex;
    align-items: flex-start;
    gap: 5px;
    flex-direction: column;
    width: 90%;
  }
  #SubTop .container .SubTop-title .Sub-title p {
    margin-left: 0px;
  }
  #SubTop .container .SubTop-title p.en {
    letter-spacing: 10px;
  }
}

#Cause {
  padding-top: 200px;
  padding-bottom: 200px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
#Cause .container {
  display: flex;
  max-width: 1300px;
  width: 80%;
  margin: 0 auto;
  gap: 100px;
  color: white;
}
#Cause .container .s-title {
  width: 400px;
  flex-shrink: 0;
}
#Cause .container .s-title p, #Cause .container .s-title h4 {
  color: white;
}
#Cause .container .content b {
  text-decoration: underline;
  text-decoration-color: white;
  text-underline-offset: 5px;
}
#Cause .cause_bg {
  position: absolute;
  top: 0;
  z-index: -1;
  height: 100%;
  width: 100%;
}
@media screen and (max-width: 1023px) {
  #Cause .container {
    flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  #Cause {
    padding-top: 150px;
    padding-bottom: 150px;
  }
  #Cause .container {
    gap: 70px;
    flex-direction: column;
  }
}

#Symptoms {
  padding-top: 200px;
  padding-bottom: 200px;
}
#Symptoms .container .s-title {
  text-align: center;
}
#Symptoms .container .content {
  max-width: 1300px;
  margin: 0 auto;
  margin-top: 100px;
  width: 90%;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  gap: 60px;
  flex-wrap: wrap;
}
#Symptoms .container .content li {
  padding: 20px 50px;
  border: 5px solid var(--sub1);
  color: var(--black-a50);
  border-radius: 999px;
}
@media screen and (max-width: 1023px) {
  #Symptoms .container .content {
    gap: 30px;
  }
}
@media screen and (max-width: 767px) {
  #Symptoms {
    padding-top: 150px;
    padding-bottom: 150px;
  }
  #Symptoms .container .content {
    margin-top: 70px;
    width: 100%;
  }
  #Symptoms .container .content li {
    background-color: var(--sub2);
    border: 0px;
    border-radius: 0px;
    width: 100%;
    display: flex;
  }
  #Symptoms .container .content li:before {
    content: "·";
    margin-right: 10px;
  }
}

#S-Clinic {
  padding-top: 200px;
  padding-bottom: 200px;
  background-image: url("/common/img/user/sub/clinic/clinic_bg.jpg");
  width: 100%;
  background-size: cover;
}
#S-Clinic .container .s-title {
  text-align: center;
}
#S-Clinic .container .s-title p {
  color: var(--white-a50);
}
#S-Clinic .container .s-title p b {
  text-decoration: underline;
  text-decoration-color: white;
  text-underline-offset: 5px;
  color: var(--white-a85);
}
#S-Clinic .container .s-title h4 {
  color: white;
  margin-bottom: 20px;
}
#S-Clinic .container .content {
  margin-top: 100px;
}
#S-Clinic .container .content .clinic {
  max-width: 1500px;
  background-color: white;
  margin: 0 auto;
  margin-bottom: 100px;
  padding: 100px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 100px;
}
#S-Clinic .container .content .clinic .txt-wrap {
  width: 700px;
}
#S-Clinic .container .content .clinic .txt-wrap h6.en {
  color: var(--sub1-1);
  margin-bottom: 30px;
}
#S-Clinic .container .content .clinic .txt-wrap h5.en {
  color: var(--pri1);
  margin-bottom: 30px;
}
#S-Clinic .container .content .clinic .txt-wrap p {
  color: var(--black-a50);
}
#S-Clinic .container .content .clinic .txt-wrap p b {
  color: var(--pri1);
}
#S-Clinic .container .content .clinic .txt-wrap .list01 {
  margin-top: 100px;
}
#S-Clinic .container .content .clinic .txt-wrap .list01 p {
  color: var(--sub1-1);
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid var(--sub1-1);
}
#S-Clinic .container .content .clinic .txt-wrap .list01 li {
  display: flex;
  align-items: flex-start;
  gap: 40px;
  padding-bottom: 20px;
}
#S-Clinic .container .content .clinic .txt-wrap .list01 li span:nth-child(1) {
  color: var(--sub1-1);
  width: 90px;
  flex-shrink: 0;
}
#S-Clinic .container .content .clinic .txt-wrap .list01 li span:nth-child(2) {
  color: var(--black-a50);
}
#S-Clinic .container .content .clinic .txt-wrap .list01 li:last-of-type {
  padding-bottom: 0px;
}
#S-Clinic .container .content .clinic:last-of-type {
  margin-bottom: 0px;
}
@media screen and (max-width: 1023px) {
  #S-Clinic .container {
    width: 90%;
    margin: 0 auto;
  }
  #S-Clinic .container .content .clinic {
    flex-direction: column;
  }
  #S-Clinic .container .content .clinic .txt-wrap {
    width: auto;
  }
  #S-Clinic .container .content .clinic .img {
    width: 100%;
  }
  #S-Clinic .container .content .clinic .img img {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  #S-Clinic {
    padding-top: 150px;
    padding-bottom: 150px;
    padding-top: 150px;
    padding-bottom: 150px;
  }
  #S-Clinic .container .content {
    margin-top: 70px;
  }
  #S-Clinic .container .content .clinic {
    margin-bottom: 70px;
    padding: 100px 30px;
    gap: 70px;
  }
  #S-Clinic .container .content .clinic .txt-wrap .list01 {
    margin-top: 50px;
  }
}

#Notice {
  padding-top: 200px;
  padding-bottom: 200px;
  background-color: var(--sub2-1);
}
#Notice .container {
  display: flex;
  gap: 100px;
  max-width: 1300px;
  margin: 0 auto;
  width: 80%;
}
#Notice .container .s-title {
  width: 400px;
  flex-shrink: 0;
}
#Notice .container .s-title p {
  color: var(--sub3-1);
}
#Notice .container .s-title h4 {
  color: var(--pri4);
}
#Notice .container .content {
  overflow: hidden;
}
#Notice .container .content li {
  width: 100%;
  margin-bottom: 50px;
}
#Notice .container .content li span {
  display: block;
}
#Notice .container .content li span:nth-child(1) {
  color: var(--pri4);
  font-family: var(--NotoSerif);
  margin-bottom: 20px;
}
@media screen and (max-width: 1023px) {
  #Notice .container .content li span:nth-child(1) {
    font-family: var(--NotoSerif);
  }
}
@media screen and (max-width: 767px) {
  #Notice .container .content li span:nth-child(1) {
    font-family: var(--NotoSerif);
  }
}
#Notice .container .content li span:nth-child(2) {
  color: var(--black-a50);
}
#Notice .container .content svg {
  margin-bottom: 50px;
}
@media screen and (max-width: 1023px) {
  #Notice .container {
    flex-direction: column;
  }
  #Notice .container .s-title {
    width: 100%;
  }
  #Notice .container .content li {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  #Notice {
    padding-top: 150px;
    padding-bottom: 150px;
  }
  #Notice .container {
    gap: 70px;
  }
  #Notice .container .s-title {
    text-align: center;
  }
}

#Care {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  position: relative;
  overflow-x: hidden;
}
#Care .care_bg {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -2;
}
#Care .care_bg img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 1.7s;
  -webkit-clip-path: inset(0px 100% 0px 0px);
          clip-path: inset(0px 100% 0px 0px);
}
#Care .care_bg.active img {
  -webkit-clip-path: inset(0);
          clip-path: inset(0);
}
#Care .care_list {
  display: flex;
  flex-direction: row;
  position: relative;
  height: 100%;
  z-index: 10;
}
#Care .care_list li {
  flex-basis: 25%;
  height: 100%;
  position: relative;
  border-right: 1px solid var(--white-a30);
}
#Care .care_list li .care_txt_wrap {
  position: absolute;
  padding: 50px 70px;
  bottom: 10%;
  z-index: 2;
  width: 100%;
  cursor: pointer;
  display: block;
  animation: care_txt_ani 1s both;
}
@keyframes care_txt_ani {
  0% {
    opacity: 0;
    transform: translateY(70px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
#Care .care_list li .care_txt_wrap h4 {
  font-family: var(--NotoSerif);
  color: white;
  margin-bottom: 34px;
}
@media screen and (max-width: 1023px) {
  #Care .care_list li .care_txt_wrap h4 {
    font-family: var(--NotoSerif);
  }
}
@media screen and (max-width: 767px) {
  #Care .care_list li .care_txt_wrap h4 {
    font-family: var(--NotoSerif);
  }
}
#Care .care_list li .care_txt_wrap p {
  height: 0px;
  overflow: hidden;
  transition: all 0.5s ease;
  color: white;
}
#Care .care_list li .care_txt_wrap.active p {
  height: auto;
  transition: all 0.5s ease;
  margin-bottom: 34px;
}
#Care .care_list li .care_txt_wrap:nth-child(1) {
  animation-delay: 0.4s;
}
#Care .care_list li .care_txt_wrap:nth-child(2) {
  animation-delay: 0.5s;
}
#Care .care_list li .care_txt_wrap:nth-child(3) {
  animation-delay: 0.6s;
}
#Care .care_list li .care_txt_wrap:nth-child(4) {
  animation-delay: 0.7s;
}
#Care .care_list li.active {
  background-color: var(--black-a30);
}
#Care .care_list li:last-of-type {
  border-right: 0px;
}
@media (width <= 1360px) {
  #Care .care_list {
    flex-wrap: wrap;
  }
  #Care .care_list li {
    flex-basis: 50%;
    height: 50%;
  }
  #Care .care_list li .care_txt_wrap {
    padding: 30px 60px;
  }
  #Care .care_list li:nth-child(2), #Care .care_list li:nth-child(4) {
    border-right: 0px;
  }
  #Care .care_list li:nth-child(1), #Care .care_list li:nth-child(2) {
    border-bottom: 1px solid var(--white-a30);
  }
}
@media screen and (max-width: 767px) {
  #Care .care_list li {
    flex-basis: 100%;
    height: auto;
    border: 0px;
  }
  #Care .care_list li .care_txt_wrap {
    padding: 0px;
    width: 80%;
    left: 10%;
    top: 28%;
    bottom: auto;
  }
  #Care .care_list li .care_txt_wrap h4 {
    margin-bottom: 10px;
  }
  #Care .care_list li:nth-child(1) {
    background: url("/common/img/user/sub/care/care_hover01.jpg") no-repeat;
    background-size: cover;
  }
  #Care .care_list li:nth-child(2) {
    background: url("/common/img/user/sub/care/care_hover02.jpg") no-repeat;
    background-size: cover;
  }
  #Care .care_list li:nth-child(3) {
    background: url("/common/img/user/sub/care/care_hover03.jpg") no-repeat;
    background-size: cover;
  }
  #Care .care_list li:nth-child(4) {
    background: url("/common/img/user/sub/care/care_hover04.jpg") no-repeat;
    background-size: cover;
  }
}
#Care .care_hover .care_hover_img {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  transition: all 0.5s;
}
#Care .care_hover .care_hover_img.active {
  opacity: 1;
}
#Care .care_hover .care_hover_img:nth-child(1) {
  background: url("/common/img/user/sub/care/care_hover01.jpg") no-repeat;
  background-size: cover;
}
#Care .care_hover .care_hover_img:nth-child(2) {
  background: url("/common/img/user/sub/care/care_hover02.jpg") no-repeat;
  background-size: cover;
}
#Care .care_hover .care_hover_img:nth-child(3) {
  background: url("/common/img/user/sub/care/care_hover03.jpg") no-repeat;
  background-size: cover;
}
#Care .care_hover .care_hover_img:nth-child(4) {
  background: url("/common/img/user/sub/care/care_hover04.jpg") no-repeat;
  background-size: cover;
}

#Kind {
  padding-top: 200px;
  display: flex;
  justify-content: space-between;
  max-width: 1300px;
  margin: 0 auto;
}
#Kind ul.tabs {
  margin: 0px;
  padding: 0px;
  list-style: none;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 20%;
}
#Kind ul.tabs li {
  background: none;
  display: inline-block;
  padding: 10px 15px;
  cursor: pointer;
  flex-basis: 50%;
  background-color: var(--sub2-2);
  color: var(--black-a50);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #Kind ul.tabs li {
    font-size: 15px !important;
  }
}
#Kind ul.tabs li.current {
  background: var(--pri2);
  color: var(--white);
}
#Kind .tab-content {
  display: none;
  padding: 15px;
  width: 80%;
  height: 500px;
}
#Kind .tab-content h5 {
  font-family: var(--NotoSerif);
  color: var(--Pri4, #847869);
  margin-bottom: 40px;
}
@media screen and (max-width: 1023px) {
  #Kind .tab-content h5 {
    font-family: var(--NotoSerif);
  }
}
@media screen and (max-width: 767px) {
  #Kind .tab-content h5 {
    font-family: var(--NotoSerif);
  }
}
#Kind .tab-content p {
  color: var(--black-a50);
}
#Kind .tab-content .tab-content-wrap div > img {
  width: 257px;
  height: 257px;
  flex-shrink: 0;
  max-width: 257px;
}
#Kind .tab-content.current {
  display: inherit;
  padding: 100px;
  border-right: 1px solid var(--black-a10);
  border-top: 1px solid var(--black-a10);
  border-bottom: 1px solid var(--black-a10);
}
#Kind .tab-content.current .tab-content-wrap {
  display: flex;
  gap: 100px;
  align-items: center;
}
#Kind .tab-content.current .tab-content-wrap img {
  animation: care_txt_ani 1s both;
}
#Kind .tab-content.current .tab-content-wrap div > h5 {
  animation: care_txt_ani 2s both;
}
#Kind .tab-content.current .tab-content-wrap div > p {
  animation: care_txt_ani 3s both;
}
@media screen and (max-width: 1023px) {
  #Kind {
    flex-direction: column;
  }
  #Kind ul.tabs {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    position: sticky;
    top: 100px;
    z-index: 20;
  }
  #Kind ul.tabs li {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  #Kind .tab-content {
    width: 100%;
    height: auto;
  }
  #Kind .tab-content .tab-content-wrap {
    flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  #Kind ul.tabs {
    top: 90px;
  }
  #Kind .tab-content.current {
    padding: 70px;
  }
  #Kind .tab-content.current .tab-content-wrap {
    gap: 50px;
  }
  #Kind .tab-content.current .tab-content-wrap img {
    width: 120%;
    margin: 0 auto;
  }
}

#Effect .container {
  max-width: 1300px;
  margin: 0 auto;
  display: flex;
  flex-shrink: 0;
  width: 100%;
}
#Effect .container .txt-wrap {
  padding: 6.25rem 5rem;
  border: 10px solid var(--sub2-4);
  margin-top: 160px;
  margin-left: -160px;
  background-color: white;
  width: 650px;
}
#Effect .container .txt-wrap ul {
  margin-top: 90px;
}
#Effect .container .txt-wrap ul li {
  color: var(--black-a50);
  margin-bottom: 30px;
  display: flex;
}
#Effect .container .txt-wrap ul li:before {
  content: "·";
  margin-right: 10px;
}
#Effect .container .txt-wrap ul li:last-of-type {
  margin-bottom: 0px;
}
@media (width <= 1300px) {
  #Effect .container .txt-wrap {
    flex-basis: 50%;
    margin-top: 0px;
    margin-left: 0px;
  }
  #Effect .container .img-wrap {
    flex-basis: 50%;
  }
  #Effect .container .img-wrap img {
    height: 100%;
  }
}
@media (width <= 800px) {
  #Effect .container {
    flex-direction: column;
    align-items: center;
  }
  #Effect .container .txt-wrap {
    width: 100%;
    padding: 80px 60px;
  }
  #Effect .container .txt-wrap ul {
    margin-top: 60px;
  }
}

#Point {
  max-width: 1300px;
  width: 90%;
  margin: 0 auto;
  padding-top: 200px;
  padding-bottom: 0px;
  display: flex;
  position: relative;
  justify-content: space-between;
}
#Point .point-hover-img-wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  width: 620px;
}
#Point .point-hover-img-wrap .point-hover-img {
  cursor: pointer;
  filter: grayscale(100%) opacity(0.3);
}
#Point .point-hover-img-wrap .point-hover-img.active {
  scale: 1.1;
  opacity: 1;
  z-index: 10;
  transition: all 0.5s ease;
  filter: grayscale(0%);
}
#Point .point-hover-img-wrap .point-hover-img:nth-child(1) {
  transform-origin: 100% 100%;
}
#Point .point-hover-img-wrap .point-hover-img:nth-child(2) {
  transform-origin: 0% 100%;
}
#Point .point-hover-img-wrap .point-hover-img:nth-child(3) {
  transform-origin: 100% 0%;
}
#Point .point-hover-img-wrap .point-hover-img:nth-child(4) {
  transform-origin: 0% 0%;
}
#Point .point-hover-txt-wrap {
  position: absolute;
  width: 100%;
  left: 0;
  top: 50%;
  height: 30%;
}
#Point .point-hover-txt-wrap .point-hover-txt {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}
#Point .point-hover-txt-wrap .point-hover-txt h5 {
  font-family: var(--NotoSerif);
  color: var(--pri4);
  margin-bottom: 25px;
  opacity: 0;
}
@media screen and (max-width: 1023px) {
  #Point .point-hover-txt-wrap .point-hover-txt h5 {
    font-family: var(--NotoSerif);
  }
}
@media screen and (max-width: 767px) {
  #Point .point-hover-txt-wrap .point-hover-txt h5 {
    font-family: var(--NotoSerif);
  }
}
#Point .point-hover-txt-wrap .point-hover-txt p {
  color: var(--black-a50);
  opacity: 0;
}
#Point .point-hover-txt-wrap .point-hover-txt.active h5 {
  opacity: 1;
  animation: care_txt_ani 1s both;
}
#Point .point-hover-txt-wrap .point-hover-txt.active p {
  opacity: 1;
  animation: care_txt_ani 2s both;
}
@media screen and (max-width: 1023px) {
  #Point {
    flex-direction: column;
    align-items: center;
  }
  #Point .c-title {
    text-align: center;
  }
  #Point .point-hover-img-wrap {
    margin-top: 70px;
    gap: 50px;
    width: 100%;
  }
  #Point .point-hover-img-wrap .point-hover-img {
    opacity: 1;
    cursor: auto;
    filter: grayscale(0%) opacity(1);
  }
  #Point .point-hover-img-wrap .point-hover-img.active {
    scale: 1;
  }
  #Point .point-hover-img-wrap .point-hover-img .mobile-txt h5 {
    font-family: var(--NotoSerif);
    color: var(--pri4);
    margin-top: 40px;
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 1023px) and (max-width: 1023px) {
  #Point .point-hover-img-wrap .point-hover-img .mobile-txt h5 {
    font-family: var(--NotoSerif);
  }
}
@media screen and (max-width: 1023px) and (max-width: 767px) {
  #Point .point-hover-img-wrap .point-hover-img .mobile-txt h5 {
    font-family: var(--NotoSerif);
  }
}
@media screen and (max-width: 1023px) {
  #Point .point-hover-img-wrap .point-hover-img .mobile-txt p {
    color: var(--black-a50);
  }
  #Point .point-hover-img-wrap .point-hover-img img {
    width: 100%;
  }
  #Point .point-hover-txt-wrap {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  #Point {
    padding-top: 150px;
    padding-bottom: 150px;
    width: 100%;
  }
  #Point .point-hover-img-wrap {
    grid-template-columns: repeat(1, 1fr);
    gap: 90px;
    width: 100%;
  }
  #Point .point-hover-img-wrap .point-hover-img {
    filter: none;
  }
  #Point .point-hover-img-wrap .point-hover-img:nth-child(1),
  #Point .point-hover-img-wrap .point-hover-img:nth-child(3) {
    width: 90%;
    margin-left: auto;
  }
  #Point .point-hover-img-wrap .point-hover-img:nth-child(2) > img,
  #Point .point-hover-img-wrap .point-hover-img:nth-child(4) > img {
    width: 90%;
  }
  #Point .point-hover-img-wrap .point-hover-img:nth-child(2) .mobile-txt,
  #Point .point-hover-img-wrap .point-hover-img:nth-child(4) .mobile-txt {
    width: 90%;
    margin-left: auto;
  }
}

#Step {
  max-width: 1300px;
  width: 90%;
  margin: 0 auto;
  padding-top: 200px;
  display: flex;
  position: relative;
  justify-content: flex-start;
  gap: 150px;
}
#Step .c-title {
  width: 400px;
  flex-shrink: 0;
}
#Step .content-wrap {
  display: grid;
  gap: 150px;
  grid-template-columns: repeat(2, 1fr);
}
#Step .content-wrap li span {
  color: var(--sub3-1);
  letter-spacing: 5px;
  font-family: var(--NotoSerif);
  position: relative;
  display: block;
}
@media screen and (max-width: 1023px) {
  #Step .content-wrap li span {
    font-family: var(--NotoSerif);
  }
}
@media screen and (max-width: 767px) {
  #Step .content-wrap li span {
    font-family: var(--NotoSerif);
  }
}
#Step .content-wrap li span:before {
  position: absolute;
  left: -46px;
  top: 11px;
  content: "";
  width: 9px;
  height: 9px;
  border-radius: 999px;
  background-color: var(--sub3-1);
}
#Step .content-wrap li p {
  margin-top: 40px;
  color: var(--black-a50);
}
#Step .content-wrap li:nth-child(even) {
  margin-top: 100px;
}
#Step .content-wrap li:not(:first-child):not(:nth-child(even)) {
  margin-top: -100px;
}
#Step .content-wrap li :last-child {
  margin-top: 0px;
}
@media screen and (max-width: 1023px) {
  #Step {
    flex-wrap: wrap;
    gap: 70px;
  }
  #Step .content-wrap {
    grid-template-columns: repeat(1, 1fr);
    gap: 70px;
  }
  #Step .content-wrap li {
    margin-top: 0 !important;
    width: 80%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  #Step .content-wrap li span:before {
    left: -26px;
  }
}

#Care-Quick {
  position: sticky;
  right: 10%;
  margin-left: 3%;
  bottom: 30%;
  z-index: 0;
  display: inline-block;
}
#Care-Quick a {
  display: flex;
  align-items: center;
  transition: all 0.5s;
  font-size: 1.375rem;
  color: var(--black-a40);
  position: relative;
}
#Care-Quick a:before {
  content: "";
  margin-right: 15px;
  display: block;
  width: 3px;
  height: 3px;
  border-radius: 3px;
  background-color: var(--black-a20);
}
#Care-Quick a:after {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  border-radius: 15px;
  position: absolute;
  border: 1px solid var(--black-a20);
  left: -6px;
}
#Care-Quick a:hover {
  transition: all 0.5s;
  color: #847869;
}
#Care-Quick a.active {
  color: var(--pri3);
}
#Care-Quick a.active:before {
  background-color: var(--pri3);
}
#Care-Quick a.active:after {
  border: 1px solid var(--pri3);
}
@media screen and (max-width: 767px) {
  #Care-Quick {
    display: none;
  }
}

.intro {
  scroll-margin-top: 100px;
  padding-top: 150px;
  padding-bottom: 150px;
}
.intro p {
  line-height: 200%;
  color: var(--black-a50);
}
.intro h3, .intro h4, .intro h5, .intro h6 {
  font-family: var(--NotoSerif);
  color: var(--pri4);
}
@media screen and (max-width: 1023px) {
  .intro h3, .intro h4, .intro h5, .intro h6 {
    font-family: var(--NotoSerif);
  }
}
@media screen and (max-width: 767px) {
  .intro h3, .intro h4, .intro h5, .intro h6 {
    font-family: var(--NotoSerif);
  }
}
.intro .container {
  max-width: 1500px;
  width: 90%;
  margin: 0 auto;
}
.intro:last-of-type {
  padding-bottom: 300px;
}

#intro-doctor {
  padding-top: 0px !important;
}

#intro-top {
  margin-top: 100px;
  text-align: center;
  padding-top: 150px;
  padding-bottom: 150px;
}
#intro-top h3 {
  position: relative;
  display: inline;
  color: var(--pri4);
}
#intro-top h3 .block {
  width: 110%;
  height: 30px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
  background-color: var(--sub2-3);
}
#intro-top h6 {
  margin-top: 30px;
  color: var(--pri4);
}
#intro-top p {
  margin-top: 100px;
}
@media screen and (max-width: 1023px) {
  #intro-top {
    width: 90%;
    margin: 0 auto;
  }
  #intro-top h3 .block.one {
    top: 15%;
    width: 100%;
  }
  #intro-top h3 .block {
    width: 150%;
  }
  #intro-top h3 .block.three {
    top: 80%;
    width: 120%;
  }
}

#intro-doctor .container.doctor-img {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 100px;
}
#intro-doctor .container.doctor-img .img-wrap {
  position: relative;
}
#intro-doctor .container.doctor-img .img-wrap span {
  position: absolute;
  display: block;
  bottom: 8px;
  left: 0;
  background-color: var(--pri1);
  color: white;
  padding: 30px;
}
#intro-doctor .container.doctor-img .content-wrap h4 {
  margin-bottom: 50px;
}
@media screen and (max-width: 1023px) {
  #intro-doctor .container.doctor-img {
    grid-template-columns: repeat(1, 1fr);
  }
  #intro-doctor .container.doctor-img .img-wrap img {
    width: 100%;
  }
  #intro-doctor .container.doctor-img .img-wrap span {
    bottom: 0px;
    padding: 10px 30px;
  }
  #intro-doctor .container.doctor-img .img-wrap span br {
    display: none;
  }
}
#intro-doctor .container.doctor-txt {
  margin-top: 200px;
  background-color: var(--sub2);
}
#intro-doctor .container.doctor-txt .point {
  background-color: var(--pri4);
  padding: 50px 20px;
  display: flex;
  justify-content: center;
  gap: 100px;
}
#intro-doctor .container.doctor-txt .point h5 {
  color: white;
  text-align: center;
  position: relative;
  padding: 30px 50px;
  display: inline-block;
}
#intro-doctor .container.doctor-txt .point h5:before {
  content: url("/common/img/user/icon/leaf-left.png");
  position: absolute;
  top: 20%;
  left: 0;
}
#intro-doctor .container.doctor-txt .point h5:after {
  content: url("/common/img/user/icon/leaf-right.png");
  position: absolute;
  top: 20%;
  right: 0;
}
#intro-doctor .container.doctor-txt .profile-wrap {
  padding: 100px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
#intro-doctor .container.doctor-txt .profile-wrap li {
  padding: 5px;
  color: var(--pri4);
}
@media screen and (max-width: 1023px) {
  #intro-doctor .container.doctor-txt {
    margin-top: 100px;
  }
  #intro-doctor .container.doctor-txt .point {
    flex-direction: column;
    align-items: center;
    gap: 0px;
  }
  #intro-doctor .container.doctor-txt .profile-wrap {
    padding: 70px;
  }
}
@media screen and (max-width: 767px) {
  #intro-doctor .container.doctor-txt .point h5 {
    font-size: 1.2rem;
    line-height: 2rem;
  }
  #intro-doctor .container.doctor-txt .point h5:before {
    top: 30%;
  }
  #intro-doctor .container.doctor-txt .point h5:after {
    top: 30%;
  }
  #intro-doctor .container.doctor-txt .profile-wrap {
    grid-template-columns: repeat(1, 1fr);
    padding: 70px 30px;
  }
}
#intro-doctor .container.doctor-img:nth-child(3) {
  margin-top: 300px;
}
@media screen and (max-width: 767px) {
  #intro-doctor .container.doctor-img:nth-child(3) {
    margin-top: 100px;
  }
}

#intro-equip {
  padding-top: 0px;
  padding-bottom: 0px;
}
#intro-equip .container .title-wrap {
  text-align: center;
  margin-bottom: 50px;
}
#intro-equip .container .content-wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 100px;
}
#intro-equip .container .content-wrap li > img {
  border-top: 3px solid var(--pri3);
  width: 100%;
}
#intro-equip .container .content-wrap li p:nth-child(2) {
  color: var(--pri3);
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
}
@media screen and (max-width: 1023px) {
  #intro-equip .container .content-wrap {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 767px) {
  #intro-equip .container .content-wrap {
    grid-template-columns: repeat(1, 1fr);
  }
  #intro-equip .container .content-wrap li {
    width: 80%;
    margin: 0 auto;
  }
}

#intro-philosophy .container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 100px;
  align-items: start;
}
#intro-philosophy .container .title-wrap {
  position: sticky;
  top: 200px;
}
#intro-philosophy .container .content-wrap {
  position: relative;
}
#intro-philosophy .container .content-wrap li {
  margin-bottom: 150px;
}
#intro-philosophy .container .content-wrap li h6 {
  color: var(--pri4);
  margin-bottom: 20px;
  position: relative;
}
#intro-philosophy .container .content-wrap li h6:before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  position: absolute;
  background-color: var(--pri4);
  border-radius: 999px;
  top: 0;
  left: -20.3%;
}
#intro-philosophy .container .content-wrap li:first-of-type {
  margin-top: 150px;
}
#intro-philosophy .container .content-wrap:before {
  content: "";
  display: block;
  width: 0.5px;
  height: 100%;
  border: 0.5px solid var(--black-a10);
  position: absolute;
  top: 0;
  left: -20%;
}
@media screen and (max-width: 767px) {
  #intro-philosophy .container {
    width: 100%;
    gap: 50px;
    grid-template-columns: repeat(1, 1fr);
  }
  #intro-philosophy .container .title-wrap {
    position: relative;
    top: auto;
    width: 90%;
    margin: 0 auto;
    text-align: center;
  }
  #intro-philosophy .container .content-wrap {
    margin-top: 0px;
  }
  #intro-philosophy .container .content-wrap li {
    margin-top: 0px;
    margin-bottom: 30px;
    background-color: var(--sub2);
    padding: 50px;
  }
  #intro-philosophy .container .content-wrap li:first-of-type {
    margin-top: 0px;
  }
  #intro-philosophy .container .content-wrap:before {
    display: none;
  }
}

/*community*/
.community {
  font-family: var(--preten);
  font-size: 15px;
  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(--preten);
    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(--preten);
    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(--preten);
  font-size: 72px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: -1.44px;
  font-family: var(--NotoSerif);
  text-align: center;
}
@media screen and (max-width: 1023px) {
  .community .title {
    font-family: var(--preten);
    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(--preten);
    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(--NotoSerif);
  }
}
@media screen and (max-width: 767px) {
  .community .title {
    font-family: var(--NotoSerif);
  }
}
.community .title-mini {
  text-align: center;
  font-family: var(--preten);
  font-family: var(--preten);
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%;
  letter-spacing: -0.6px;
}
@media screen and (max-width: 1023px) {
  .community .title-mini {
    font-family: var(--preten);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 170%;
    letter-spacing: -0.56px;
  }
}
@media screen and (max-width: 767px) {
  .community .title-mini {
    font-family: var(--preten);
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 170%;
    letter-spacing: -0.56px;
  }
}
.community input {
  font-family: var(--preten);
  font-size: 15px;
  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(--preten);
    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(--preten);
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 170%;
    letter-spacing: -0.56px;
  }
}
.community .step-tit {
  font-family: var(--preten);
  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(--preten);
    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(--preten);
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: -0.72px;
  }
}
.community .step-tit span {
  font-family: var(--preten);
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.88px;
  font-family: var(--NotoSerif);
  margin-right: 0.625rem;
}
@media screen and (max-width: 1023px) {
  .community .step-tit span {
    font-family: var(--preten);
    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(--preten);
    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(--NotoSerif);
  }
}
@media screen and (max-width: 767px) {
  .community .step-tit span {
    font-family: var(--NotoSerif);
  }
}
.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(--preten);
  font-size: 15px;
  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(--preten);
    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(--preten);
    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(--preten);
  border: 0;
  height: 100%;
}
#join .step01 ul li:nth-child(3) label span {
  font-family: var(--preten);
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%;
  letter-spacing: -0.6px;
}
@media screen and (max-width: 1023px) {
  #join .step01 ul li:nth-child(3) label span {
    font-family: var(--preten);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 170%;
    letter-spacing: -0.56px;
  }
}
@media screen and (max-width: 767px) {
  #join .step01 ul li:nth-child(3) label span {
    font-family: var(--preten);
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 170%;
    letter-spacing: -0.56px;
  }
}
#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;
  font-family: var(--preten);
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%;
  letter-spacing: -0.6px;
}
@media screen and (max-width: 1023px) {
  #join .step02 ul li:nth-child(1) {
    font-family: var(--preten);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 170%;
    letter-spacing: -0.56px;
  }
}
@media screen and (max-width: 767px) {
  #join .step02 ul li:nth-child(1) {
    font-family: var(--preten);
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 170%;
    letter-spacing: -0.56px;
  }
}
#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;
  font-family: var(--preten);
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%;
  letter-spacing: -0.6px;
}
@media screen and (max-width: 1023px) {
  #join .step02 ul li:nth-child(2) .btn {
    font-family: var(--preten);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 170%;
    letter-spacing: -0.56px;
  }
}
@media screen and (max-width: 767px) {
  #join .step02 ul li:nth-child(2) .btn {
    font-family: var(--preten);
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 170%;
    letter-spacing: -0.56px;
  }
}
#join .step02 ul li:nth-child(2) label span {
  font-family: var(--preten);
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%;
  letter-spacing: -0.6px;
}
@media screen and (max-width: 1023px) {
  #join .step02 ul li:nth-child(2) label span {
    font-family: var(--preten);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 170%;
    letter-spacing: -0.56px;
  }
}
@media screen and (max-width: 767px) {
  #join .step02 ul li:nth-child(2) label span {
    font-family: var(--preten);
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 170%;
    letter-spacing: -0.56px;
  }
}
#join .step02 ul li:nth-child(2) .email-notice {
  font-family: var(--preten);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.48px;
  color: red;
  padding-top: 10px;
}
@media screen and (max-width: 1023px) {
  #join .step02 ul li:nth-child(2) .email-notice {
    font-family: var(--preten);
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: -0.4px;
  }
}
@media screen and (max-width: 767px) {
  #join .step02 ul li:nth-child(2) .email-notice {
    font-family: var(--preten);
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: -0.4px;
  }
}
@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) .email-notice {
    order: 1;
    padding-top: 0;
    padding-bottom: 5px;
  }
  #join .step02 ul li:nth-child(2) input {
    flex-basis: 100%;
    order: 2;
  }
  #join .step02 ul li:nth-child(2) .btn {
    flex-basis: 100%;
    order: 3;
  }
  #join .step02 ul li:nth-child(2) label {
    order: 4;
  }
}

#login form {
  width: 100%;
}
#login form input {
  width: 100%;
  margin-bottom: 1.25rem;
}
#login form .login-info {
  display: flex;
  justify-content: space-between;
}
#login form .login-info a {
  font-family: var(--preten);
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%;
  letter-spacing: -0.6px;
}
@media screen and (max-width: 1023px) {
  #login form .login-info a {
    font-family: var(--preten);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 170%;
    letter-spacing: -0.56px;
  }
}
@media screen and (max-width: 767px) {
  #login form .login-info a {
    font-family: var(--preten);
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 170%;
    letter-spacing: -0.56px;
  }
}
#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(--preten);
  font-size: 15px;
  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(--preten);
    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(--preten);
    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);
}
.modal-con .popcont {
  padding: 40px;
  text-align: center;
  font-family: var(--preten);
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%;
  letter-spacing: -0.6px;
}
@media screen and (max-width: 1023px) {
  .modal-con .popcont {
    font-family: var(--preten);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 170%;
    letter-spacing: -0.56px;
  }
}
@media screen and (max-width: 767px) {
  .modal-con .popcont {
    font-family: var(--preten);
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 170%;
    letter-spacing: -0.56px;
  }
}
.modal-con .popcont p:nth-child(1) {
  font-family: var(--preten);
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: -0.88px;
}
@media screen and (max-width: 1023px) {
  .modal-con .popcont p:nth-child(1) {
    font-family: var(--preten);
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    letter-spacing: -0.72px;
  }
}
@media screen and (max-width: 767px) {
  .modal-con .popcont p:nth-child(1) {
    font-family: var(--preten);
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    letter-spacing: -0.72px;
  }
}
.modal-con .popcont input {
  background-color: var(--gray1);
  width: 80%;
  margin: 0 auto;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  margin-bottom: 1.25rem;
  margin-top: 1.25rem;
  border: 0;
  text-align: center;
  font-family: var(--preten);
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%;
  letter-spacing: -0.6px;
}
@media screen and (max-width: 1023px) {
  .modal-con .popcont input {
    font-family: var(--preten);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 170%;
    letter-spacing: -0.56px;
  }
}
@media screen and (max-width: 767px) {
  .modal-con .popcont input {
    font-family: var(--preten);
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 170%;
    letter-spacing: -0.56px;
  }
}
.modal-con .popcont p:nth-child(3) {
  font-family: var(--preten);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.48px;
}
@media screen and (max-width: 1023px) {
  .modal-con .popcont p:nth-child(3) {
    font-family: var(--preten);
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: -0.4px;
  }
}
@media screen and (max-width: 767px) {
  .modal-con .popcont p:nth-child(3) {
    font-family: var(--preten);
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: -0.4px;
  }
}
.modal-con .popcont p:nth-child(3) i {
  color: var(--gray6);
}
@media screen and (max-width: 767px) {
  .modal-con .popcont {
    padding: 10px;
  }
}
.modal-con .button-wrap {
  width: 100%;
  display: flex;
}
.modal-con .button-wrap button {
  text-align: center;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  width: 50%;
  font-family: var(--preten);
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%;
  letter-spacing: -0.6px;
}
@media screen and (max-width: 1023px) {
  .modal-con .button-wrap button {
    font-family: var(--preten);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 170%;
    letter-spacing: -0.56px;
  }
}
@media screen and (max-width: 767px) {
  .modal-con .button-wrap button {
    font-family: var(--preten);
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 170%;
    letter-spacing: -0.56px;
  }
}
.modal-con .button-wrap .check {
  background-color: var(--pri1);
  color: var(--white);
}
.modal-con .button-wrap .one {
  width: 100%;
  background-color: var(--pri1);
  color: var(--white);
}
.modal-con .button-wrap .buttonclose {
  border-top: 1px solid var(--black-a15);
}

.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(--preten);
    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(--preten);
    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(--preten);
    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(--preten);
    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(--preten);
    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(--preten);
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: -0.4px;
  }
}

#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, #password_lost .password ul li {
  font-family: var(--preten);
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%;
  letter-spacing: -0.6px;
}
@media screen and (max-width: 1023px) {
  #password_lost .id ul li, #password_lost .password ul li {
    font-family: var(--preten);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 170%;
    letter-spacing: -0.56px;
  }
}
@media screen and (max-width: 767px) {
  #password_lost .id ul li, #password_lost .password ul li {
    font-family: var(--preten);
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 170%;
    letter-spacing: -0.56px;
  }
}
#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%;
}
@media screen and (max-width: 767px) {
  #password_lost .id ul, #password_lost .password ul {
    gap: 0.25rem;
  }
  #password_lost .id ul li:nth-child(2), #password_lost .password ul li:nth-child(2) {
    flex-basis: 100%;
  }
}

.pay {
  font-family: var(--preten);
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%;
  letter-spacing: -0.6px;
  text-align: center;
  max-width: 1400px;
  width: 80%;
  margin: 0 auto;
  overflow-x: auto;
}
@media screen and (max-width: 1023px) {
  .pay {
    font-family: var(--preten);
    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(--preten);
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 170%;
    letter-spacing: -0.56px;
  }
}
.pay table {
  width: 100%;
}
.pay table tr td, .pay table tr th {
  border: 1px 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::-webkit-scrollbar {
  height: 5px;
}
@media screen and (max-width: 780px) {
  .pay table {
    width: 780px;
  }
}

.pay-padding {
  height: 150px;
}

#board {
  max-width: 1310px;
  width: 90%;
  margin: 0 auto;
  margin-bottom: 9.375rem;
  /*게시판공통*/
  /*검색&글쓰기*/
  /*토탈(공통)*/
  /*탭(공통)*/
  /*더보기버튼(공통)*/
  /*페이지버튼(공통)*/
}
#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(--preten);
  font-size: 15px;
  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(--preten);
    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(--preten);
    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(--preten);
  font-size: 15px;
  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(--preten);
    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(--preten);
    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(--preten);
  font-size: 15px;
  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(--preten);
    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(--preten);
    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(--preten);
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%;
  letter-spacing: -0.6px;
}
@media screen and (max-width: 1023px) {
  #board .total {
    font-family: var(--preten);
    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(--preten);
    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(--preten);
  font-size: 15px;
  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(--preten);
    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(--preten);
    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;
  font-family: var(--preten);
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%;
  letter-spacing: -0.6px;
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  color: var(--gray9);
  border-radius: 0.3rem;
}
@media screen and (max-width: 1023px) {
  #board .pagination .num_list li a {
    font-family: var(--preten);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 170%;
    letter-spacing: -0.56px;
  }
}
@media screen and (max-width: 767px) {
  #board .pagination .num_list li a {
    font-family: var(--preten);
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 170%;
    letter-spacing: -0.56px;
  }
}
#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 p {
  font-family: var(--preten);
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%;
  letter-spacing: -0.6px;
}
@media screen and (max-width: 1023px) {
  .online li p {
    font-family: var(--preten);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 170%;
    letter-spacing: -0.56px;
  }
}
@media screen and (max-width: 767px) {
  .online li p {
    font-family: var(--preten);
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 170%;
    letter-spacing: -0.56px;
  }
}
.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(--preten);
  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(--preten);
    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(--preten);
    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(--NotoSerif);
  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(--NotoSerif);
  }
}
@media screen and (max-width: 767px) {
  .view .list-info .list-title span {
    font-family: var(--NotoSerif);
  }
}
@media screen and (max-width: 1023px) {
  .view .list-info .list-title span {
    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: 1023px) and (max-width: 1023px) {
  .view .list-info .list-title span {
    font-family: var(--NotoSerif);
  }
}
@media screen and (max-width: 1023px) and (max-width: 767px) {
  .view .list-info .list-title span {
    font-family: var(--NotoSerif);
  }
}
@media screen and (max-width: 767px) {
  .view .list-info .list-title span {
    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: 1023px) {
  .view .list-info .list-title span {
    font-family: var(--NotoSerif);
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .view .list-info .list-title span {
    font-family: var(--NotoSerif);
  }
}
.view .content {
  position: relative;
  font-family: var(--preten);
  font-size: 15px;
  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(--preten);
    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(--preten);
    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(--preten);
  font-size: 15px;
  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(--preten);
    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(--preten);
    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 p {
  font-family: var(--preten);
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%;
  letter-spacing: -0.6px;
}
@media screen and (max-width: 1023px) {
  .view .answer p {
    font-family: var(--preten);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 170%;
    letter-spacing: -0.56px;
  }
}
@media screen and (max-width: 767px) {
  .view .answer p {
    font-family: var(--preten);
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 170%;
    letter-spacing: -0.56px;
  }
}
.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(--preten);
  font-size: 15px;
  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(--preten);
    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(--preten);
    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(--preten);
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%;
  letter-spacing: -0.6px;
}
@media screen and (max-width: 1023px) {
  .write label {
    font-family: var(--preten);
    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(--preten);
    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(--preten);
  font-size: 15px;
  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(--preten);
    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(--preten);
    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(--preten);
  font-size: 15px;
  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(--preten);
    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(--preten);
    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) label span {
  font-family: var(--preten);
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%;
  letter-spacing: -0.6px;
}
@media screen and (max-width: 1023px) {
  .write ul li:nth-child(2) label span {
    font-family: var(--preten);
    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) label span {
    font-family: var(--preten);
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 170%;
    letter-spacing: -0.56px;
  }
}
.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);
}
.write ul li:nth-child(2).release {
  display: flex;
  flex-direction: row;
  gap: 20px;
}
.write ul li:nth-child(2).release label {
  width: auto;
}
@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: 10px;
}
.write .personal-infor h2 {
  font-family: var(--preten);
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 170%;
  letter-spacing: -0.6px;
}
@media screen and (max-width: 1023px) {
  .write .personal-infor h2 {
    font-family: var(--preten);
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 170%;
    letter-spacing: -0.56px;
  }
}
@media screen and (max-width: 767px) {
  .write .personal-infor h2 {
    font-family: var(--preten);
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    letter-spacing: -0.56px;
  }
}
.write .personal-infor p {
  font-family: var(--preten);
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%;
  letter-spacing: -0.6px;
  padding: 1.25rem;
  background-color: var(--gray1);
  width: 100%;
}
@media screen and (max-width: 1023px) {
  .write .personal-infor p {
    font-family: var(--preten);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 170%;
    letter-spacing: -0.56px;
  }
}
@media screen and (max-width: 767px) {
  .write .personal-infor p {
    font-family: var(--preten);
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 170%;
    letter-spacing: -0.56px;
  }
}
.write .personal-infor label span {
  font-family: var(--preten);
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%;
  letter-spacing: -0.6px;
}
@media screen and (max-width: 1023px) {
  .write .personal-infor label span {
    font-family: var(--preten);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 170%;
    letter-spacing: -0.56px;
  }
}
@media screen and (max-width: 767px) {
  .write .personal-infor label span {
    font-family: var(--preten);
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 170%;
    letter-spacing: -0.56px;
  }
}

/*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;
  font-family: var(--preten);
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%;
  letter-spacing: -0.6px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media screen and (max-width: 1023px) {
  .notice li .list-content {
    font-family: var(--preten);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 170%;
    letter-spacing: -0.56px;
  }
}
@media screen and (max-width: 767px) {
  .notice li .list-content {
    font-family: var(--preten);
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 170%;
    letter-spacing: -0.56px;
  }
}
.notice li .list-data {
  margin-top: 1.25rem;
  font-family: var(--preten);
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%;
  letter-spacing: -0.6px;
}
@media screen and (max-width: 1023px) {
  .notice li .list-data {
    font-family: var(--preten);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 170%;
    letter-spacing: -0.56px;
  }
}
@media screen and (max-width: 767px) {
  .notice li .list-data {
    font-family: var(--preten);
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 170%;
    letter-spacing: -0.56px;
  }
}
@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(--NotoSerif);
  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(--NotoSerif);
  }
}
@media screen and (max-width: 767px) {
  .event li .list-title span {
    font-family: var(--NotoSerif);
  }
}
@media screen and (max-width: 1023px) {
  .event li .list-title span {
    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: 1023px) and (max-width: 1023px) {
  .event li .list-title span {
    font-family: var(--NotoSerif);
  }
}
@media screen and (max-width: 1023px) and (max-width: 767px) {
  .event li .list-title span {
    font-family: var(--NotoSerif);
  }
}
@media screen and (max-width: 767px) {
  .event li .list-title span {
    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) and (max-width: 1023px) {
  .event li .list-title span {
    font-family: var(--NotoSerif);
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .event li .list-title span {
    font-family: var(--NotoSerif);
  }
}
@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;
}/*# sourceMappingURL=main.css.map */