@charset "UTF-8";
/*base*/
@import url("https://fonts.googleapis.com/css2?family=Black+Han+Sans&family=Gasoek+One&family=Marcellus&family=Noto+Sans+KR:wght@100..900&family=Noto+Serif+KR:wght@200..900&family=Noto+Serif:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Noto+Sans+KR:wght@100..900&display=swap");
@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=Outfit:wght@100..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;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
  overscroll-behavior: auto;
  -webkit-overflow-scrolling: touch;
}

body {
  line-height: 1;
  overflow-x: hidden;
  overscroll-behavior: auto;
  -webkit-overflow-scrolling: touch;
}

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

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

@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% {
    clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
  }
  100% {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
}
[data-aos=reveal-line] {
  clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
}

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

[data-aos=reveal-line-revers] {
  clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
  transition: clip-path 1s ease-out;
}

[data-aos=reveal-line-revers].aos-animate {
  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;
}

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

[data-aos=blur].aos-animate {
  animation: focus 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 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: #FF5A2B;
  --pri1-1: ;
  --pri1-2: ;
  --pri1-3: ;
  --pri1-4: ;
  --pri1-5: ;
  --pri1-6: ;
  --pri1-7: ;
  --pri1-8: ;
  --pri1-9: ;
  --pri1-10: ;
  /*pri 2*/
  --pri2: #13489E;
  --pri2-1: #13489E;
  --pri2-2: ;
  --pri2-3: ;
  --pri2-4: ;
  --pri2-5: ;
  --pri2-6: ;
  --pri2-7: ;
  --pri2-8: ;
  --pri2-9: ;
  --pri2-10: ;
  /*pri 3*/
  --pri3: #455C6E;
  --pri3-1: #30414D;
  --pri3-2: ;
  --pri3-3: ;
  --pri3-4: ;
  --pri3-5: ;
  --pri3-6: ;
  --pri3-7: ;
  --pri3-8: ;
  --pri3-9: ;
  --pri3-10: ;
  /*pri 4*/
  --pri4: #202020;
  --pri4-1: #555555;
  --pri4-2: #FBFBFB;
  --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: #748495;
  --sub1-1: #B8C3D4;
  --sub1-2: #2E4D6C;
  --sub1-3: #DDF6FF;
  --sub1-4: #edf2f5;
  --sub1-5: #13489E;
  --sub1-6: #1D5E84;
  --sub1-7: ;
  --sub1-8: ;
  --sub1-9: ;
  --sub1-10: ;
  /*sub*/
  --sub2: #FDFAF8;
  --sub2-1: #F3EDE8;
  --sub2-2: #E2D3C9;
  --sub2-3: #;
  --sub2-4: #;
  --sub2-5: #;
  --sub2-6: ;
  --sub2-7: ;
  --sub2-8: ;
  --sub2-9: ;
  --sub2-10: ;
  /*sub*/
  --sub3: #;
  --sub3-1: #;
  --sub3-2: #;
  --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 {
  --krFont: "Pretendard Variable", "Outfit", sans-serif;
  --enFont: "Outfit", sans-serif;
}

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

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

h1 {
  font-family: var(--krFont);
  font-size: 72px;
  font-style: normal;
  font-weight: 400;
  line-height: 125%; /* 90px */
  letter-spacing: -3.6px;
}
@media screen and (max-width: 767px) {
  h1 {
    font-size: 3rem;
    line-height: 4.2rem;
  }
}
@media (width <= 320px) {
  h1 {
    font-size: 2.2rem;
  }
}

h2 {
  font-family: var(--krFont);
  font-size: 60px;
  font-style: normal;
  font-weight: 400;
  line-height: 125%; /* 75px */
  letter-spacing: -3px;
}
@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(--krFont);
  font-size: 48px;
  font-style: normal;
  font-weight: 200;
  line-height: 125%; /* 60px */
  letter-spacing: -3px;
}
@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(--krFont);
  font-size: 36px;
  font-style: normal;
  font-weight: 200;
  line-height: 125%; /* 45px */
  letter-spacing: -1.8px;
}
@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(--krFont);
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 31.2px */
  letter-spacing: -1.2px;
}
@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(--krFont);
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%; /* 25px */
  letter-spacing: -1px;
}
@media (width <= 320px) {
  h6 {
    font-size: 1rem;
  }
}

div, a, span, p, ul, ol, li, dd, dt, dl, table, button, select, input {
  font-family: var(--krFont);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: -1px;
}
@media screen and (max-width: 767px) {
  div, a, span, p, ul, ol, li, dd, dt, dl, table, button, select, input {
    font-size: 16px;
  }
}
@media (width <= 320px) {
  div, a, span, p, ul, ol, li, dd, dt, dl, table, button, select, input {
    font-size: 16px;
  }
}

b {
  font-weight: 700;
}

.button {
  width: 76px;
  height: 76px;
  border-radius: 76px;
  background-color: var(--pri1);
}
.button span:nth-child(2) {
  display: none;
}

/*common*/
footer {
  padding: 7.6rem 0;
  background-color: #132430;
}
footer .inr {
  width: 93.75rem;
  margin: 0 auto;
}
footer .inr .footer-top {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  color: var(--white);
}
footer .inr .footer-top .hospital-info {
  padding-top: 0;
  display: flex;
  align-items: center;
}
footer .inr .footer-top .hospital-info.addr {
  padding-top: 2rem;
}
footer .inr .footer-top .hospital-info > div {
  padding-bottom: 3.8125rem;
}
footer .inr .footer-top .hospital-info .label {
  color: var(--white);
  flex-basis: 22%;
  font-size: 1.375rem;
  font-weight: 600;
  letter-spacing: -0.55px;
}
footer .inr .footer-top .hospital-info .txt.tel {
  display: inline-flex;
  align-items: center;
  color: var(--pri1);
  font-family: var(--enFont);
  font-size: 3rem;
  font-weight: 600;
  letter-spacing: 1px;
}
@media screen and (max-width: 1023px) {
  footer .inr .footer-top .hospital-info .txt.tel {
    font-family: var(--enFont);
  }
}
@media screen and (max-width: 767px) {
  footer .inr .footer-top .hospital-info .txt.tel {
    font-family: var(--enFont);
  }
}
footer .inr .footer-top .hospital-info .txt.tel .icon {
  display: inline-block;
  width: 2.8125rem;
  height: 2.8125rem;
  margin-right: 1.25rem;
  background-color: var(--pri1);
  background-image: url(/common/img/user/icon/bottom_call.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 1.6rem auto;
  border-radius: 50%;
}
footer .inr .footer-top .hospital-info .schedule li {
  display: flex;
  padding-bottom: 1.4rem;
}
footer .inr .footer-top .hospital-info .schedule li p.tit {
  flex-basis: 16%;
  font-size: 1.5rem;
  font-weight: 400;
  letter-spacing: -0.5px;
}
@media screen and (max-width: 1023px) {
  footer .inr .footer-top .hospital-info .schedule li p.tit {
    flex-basis: 25%;
  }
}
footer .inr .footer-top .hospital-info .schedule li p.txt {
  font-family: var(--enFont);
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0;
}
@media screen and (max-width: 1023px) {
  footer .inr .footer-top .hospital-info .schedule li p.txt {
    font-family: var(--enFont);
  }
}
@media screen and (max-width: 767px) {
  footer .inr .footer-top .hospital-info .schedule li p.txt {
    font-family: var(--enFont);
  }
}
footer .inr .footer-top .hospital-info .notice {
  color: var(--pri2-1);
  font-size: 1.125rem;
  font-weight: 400;
  letter-spacing: -0.45px;
}
footer .inr .footer-top .hospital-info .notice::before {
  display: inline-block;
  content: "";
  width: 1.2rem;
  height: 1.2rem;
  margin-right: 0.6rem;
  margin-top: 0.31rem;
  vertical-align: top;
  background: url(/common/img/user/icon/notice.svg) no-repeat center center;
  background-size: cover;
}
footer .inr .footer-top .hospital-info .poistion {
  width: 100%;
}
footer .inr .footer-top .hospital-info .poistion li {
  display: flex;
  flex-direction: row;
  padding-bottom: 2rem;
}
footer .inr .footer-top .hospital-info .poistion li:last-child {
  padding-bottom: 5rem;
}
footer .inr .footer-top .hospital-info .poistion li .tit {
  flex-basis: 24%;
  font-size: 1.375rem;
  font-weight: 600;
  letter-spacing: -0.55px;
}
@media screen and (max-width: 1023px) {
  footer .inr .footer-top .hospital-info .poistion li .tit {
    flex-basis: 40%;
  }
}
footer .inr .footer-top .hospital-info .poistion li .txt {
  flex: 1;
  font-size: 1.25rem;
  font-weight: 400;
  letter-spacing: -0.5px;
}
footer .inr .footer-top .hospital-info .poistion li .txt.parking-wrap .parking-item {
  display: flex;
  flex-direction: row;
}
footer .inr .footer-top .hospital-info .poistion li .txt.parking-wrap p {
  display: flex;
  align-content: center;
  flex-wrap: wrap;
  margin-bottom: 1rem;
}
footer .inr .footer-top .hospital-info .poistion li .txt.parking-wrap p span {
  display: block;
}
footer .inr .footer-top .hospital-info .poistion li .txt.parking-wrap b {
  flex: 0 0 18rem;
  font-weight: 500;
}
footer .inr .footer-top .hospital-info .poistion li .txt.parking-wrap span {
  color: #ffd946;
}
footer .inr .footer-top .hospital-info .poistion li .txt .parking {
  display: inline-block;
  min-width: 5.1rem;
  height: 2rem;
  text-align: center;
  padding: 0.2rem 0;
  color: #ffd946;
  background-color: #335c92;
  font-weight: 600;
  font-size: 1rem;
  border-radius: 10rem;
  margin-right: 1rem;
  vertical-align: text-top;
}
footer .inr .footer-top .hospital-info .poistion li .txt .parking.two {
  background-color: #139c80;
}
footer .inr .footer-top .hospital-info .poistion li .txt img {
  margin-top: 2.5rem;
  border-radius: 1.5rem;
  width: 80%;
}
@media screen and (max-width: 1023px) {
  footer .inr .footer-top .hospital-info .poistion li .txt {
    flex-basis: 60%;
  }
}
footer .inr .footer-top .hospital-info .poistion li.map-img img {
  width: 85%;
  border-radius: 1.5rem;
}
@media screen and (max-width: 1023px) {
  footer .inr .footer-top .hospital-info .poistion li.map-img img {
    width: 100%;
    border-radius: 0.6rem;
  }
}
footer .inr .footer-top .schedule-wrap {
  width: 60%;
}
footer .inr .footer-top .schedule-wrap .header {
  padding-top: 0;
  padding-bottom: 2.2rem;
  padding-left: 0;
}
footer .inr .footer-top .schedule-wrap .header .title {
  padding-top: 0;
  color: var(--white);
  text-align: left;
  font-size: 1.375rem;
  font-weight: 600;
  letter-spacing: -0.75px;
}
footer .inr .footer-top .schedule-wrap .header .desc {
  padding-top: 0.5rem;
  color: var(--white);
  font-size: 1.125rem;
  font-weight: 300;
  letter-spacing: -0.45px;
}
footer .inr .footer-top .schedule-wrap > ul > li {
  position: relative;
  display: flex;
  align-items: center;
  height: 5.1875rem;
  border-bottom: 1px solid #616468;
}
footer .inr .footer-top .schedule-wrap > ul > li .label {
  position: absolute;
  left: 0;
  height: 100%;
  display: flex;
  align-items: center;
  color: var(--white);
  font-size: 1.25rem;
  font-weight: 400;
}
footer .inr .footer-top .schedule-wrap > ul > li div {
  width: 72%;
  position: absolute;
  left: 9.1rem;
  height: 100%;
}
footer .inr .footer-top .schedule-wrap > ul > li div input,
footer .inr .footer-top .schedule-wrap > ul > li div select {
  width: 100%;
  height: 100%;
  font-size: 1.3rem;
  color: var(--white);
  background-color: #1D2228;
  box-sizing: border-box;
  border: 0;
}
@media screen and (max-width: 1023px) {
  footer .inr .footer-top .schedule-wrap > ul > li div input,
  footer .inr .footer-top .schedule-wrap > ul > li div select {
    width: 85%;
  }
}
footer .inr .footer-top .schedule-wrap > ul > li div input[type=text]:focus,
footer .inr .footer-top .schedule-wrap > ul > li div input[type=submit]:focus,
footer .inr .footer-top .schedule-wrap > ul > li div textarea:focus,
footer .inr .footer-top .schedule-wrap > ul > li div select:focus {
  box-shadow: none;
  border: none;
}
footer .inr .footer-top .schedule-wrap > ul > li div input:focus,
footer .inr .footer-top .schedule-wrap > ul > li div textarea:focus {
  outline: none;
}
footer .inr .footer-top .schedule-wrap .chk-online-agree {
  display: block;
  padding-top: 2.18rem;
  padding-bottom: 5.3125rem;
  text-align: right;
  font-size: 1.125rem;
  font-weight: 400;
}
footer .inr .footer-top .schedule-wrap .chk-online-agree input[type=checkbox] {
  width: 1.3rem;
  height: 1.3rem;
  border-radius: 1px;
  margin: 6px 0 0 10px;
  vertical-align: top;
  border: 1px solid #6D737B;
  background: #1D2228;
  cursor: pointer;
}
footer .inr .footer-top .schedule-wrap .btn-flip {
  display: block;
  width: 100%;
  height: 5rem;
  line-height: 5rem;
  border-radius: 0.625rem;
  cursor: pointer;
  opacity: 1;
  outline: 0;
  position: relative;
  text-align: center;
  letter-spacing: 1px;
  display: inline-block;
  text-decoration: none;
  text-transform: uppercase;
}
footer .inr .footer-top .schedule-wrap .btn-flip:hover:after {
  opacity: 1;
  transform: translateY(0) rotateX(0);
}
footer .inr .footer-top .schedule-wrap .btn-flip:hover:before {
  opacity: 0;
  transform: translateY(50%) rotateX(90deg);
}
footer .inr .footer-top .schedule-wrap .btn-flip:after {
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  color: var(--white);
  font-weight: 600;
  display: block;
  transition: 0.5s;
  position: absolute;
  background: #13489E;
  content: attr(data-back);
  transform: translateY(-50%) rotateX(90deg);
  border-radius: 0.625rem;
}
footer .inr .footer-top .schedule-wrap .btn-flip:before {
  top: 0;
  left: 0;
  opacity: 1;
  color: #adadaf;
  display: block;
  padding: 0 30px;
  line-height: 5rem;
  transition: 0.5s;
  position: relative;
  color: var(--white);
  font-weight: 600;
  background-color: var(--pri2-1);
  content: attr(data-front);
  transform: translateY(0) rotateX(0);
  border-radius: 0.625rem;
}
footer .inr .footer-top .schedule-wrap .contents {
  padding-bottom: 5.625rem;
}
footer .inr .footer-top .schedule-wrap .contents .schedule li {
  display: flex;
  padding-bottom: 1.4rem;
}
footer .inr .footer-top .schedule-wrap .contents .schedule li p.tit {
  flex-basis: 22%;
  font-size: 1.5rem;
  font-weight: 400;
  letter-spacing: -0.5px;
}
@media screen and (max-width: 1023px) {
  footer .inr .footer-top .schedule-wrap .contents .schedule li p.tit {
    flex-basis: 25%;
  }
}
footer .inr .footer-top .schedule-wrap .contents .schedule li p.txt {
  font-family: var(--enFont);
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0;
}
@media screen and (max-width: 1023px) {
  footer .inr .footer-top .schedule-wrap .contents .schedule li p.txt {
    font-family: var(--enFont);
  }
}
@media screen and (max-width: 767px) {
  footer .inr .footer-top .schedule-wrap .contents .schedule li p.txt {
    font-family: var(--enFont);
  }
}
footer .inr .footer-top .schedule-wrap .contents .notice {
  color: var(--pri1);
  font-size: 1.3rem;
  font-weight: 400;
  letter-spacing: -0.45px;
}
footer .inr .footer-top .schedule-wrap .contents .notice::before {
  display: inline-block;
  content: "";
  width: 1.4rem;
  height: 1.4rem;
  margin-right: 0.6rem;
  margin-top: 0.4rem;
  vertical-align: top;
  background: url(/common/img/user/icon/notice.svg) no-repeat center center;
  background-size: cover;
}
footer .inr .footer-bottom {
  padding-top: 6.25rem;
  border-top: 1px solid #304350;
}
footer .inr .footer-bottom .top {
  display: flex;
  flex-wrap: wrap;
  width: 60%;
}
footer .inr .footer-bottom .top p,
footer .inr .footer-bottom .top a {
  display: inline-block;
  padding: 0 2rem 2rem 0;
  color: #69737B;
  font-weight: 300;
  font-size: 1.1rem;
}
footer .inr .footer-bottom .top p.name,
footer .inr .footer-bottom .top a.name {
  font-weight: 500;
  font-size: 1.1rem;
}
footer .inr .footer-bottom .top p span,
footer .inr .footer-bottom .top a span {
  display: inline-block;
  color: inherit;
  font-size: inherit;
}
footer .inr .footer-bottom .top p span::after,
footer .inr .footer-bottom .top a span::after {
  content: ":";
  display: inline-block;
  padding: 0 0.5rem;
}
footer .inr .footer-bottom .bottom {
  display: flex;
  justify-content: space-between;
  padding-top: 4rem;
  color: #69737B;
  font-family: var(--enFont);
  font-size: 1.125rem;
  font-weight: 300;
  letter-spacing: 0;
}
@media screen and (max-width: 1023px) {
  footer .inr .footer-bottom .bottom {
    font-family: var(--enFont);
  }
}
@media screen and (max-width: 767px) {
  footer .inr .footer-bottom .bottom {
    font-family: var(--enFont);
  }
}
footer .inr .footer-bottom .bottom .copy {
  font-family: var(--enFont);
  font-size: 1.125rem;
  font-weight: 300;
  letter-spacing: 0;
}
@media screen and (max-width: 1023px) {
  footer .inr .footer-bottom .bottom .copy {
    font-family: var(--enFont);
  }
}
@media screen and (max-width: 767px) {
  footer .inr .footer-bottom .bottom .copy {
    font-family: var(--enFont);
  }
}
footer .inr .footer-bottom .bottom .btn-wrap .btn {
  display: inline-block;
  padding: 0.3125rem 0.9375rem;
  color: #C1C1C1;
  text-align: center;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.375px;
  border: 1px solid #304350;
  background: #132430;
  cursor: pointer;
  transition: all 0.3s;
}
footer .inr .footer-bottom .bottom .btn-wrap .btn:hover {
  border-color: #7b838d;
}
@media screen and (max-width: 1680px) {
  footer .inr {
    width: 100%;
    padding: 0 3.75rem 6rem;
    box-sizing: border-box;
  }
  footer .inr .footer-top {
    gap: 3rem;
  }
}
@media screen and (max-width: 1680px) {
  footer .inr .footer-top {
    gap: 1rem;
  }
  footer .inr .footer-top .hospital-info .poistion li .tit {
    flex-basis: 18%;
  }
  footer .inr .footer-top .hospital-info .poistion li .tit span {
    display: block;
  }
  footer .inr .footer-top .hospital-info .poistion li .txt.parking-wrap b {
    flex: 0 0 16rem;
  }
  footer .inr .footer-top .online-form-wrap .contents .notice {
    font-size: 1.2rem;
  }
  footer .inr .footer-top .online-form-wrap .contents .notice::before {
    margin-top: 0.2rem;
  }
}
@media screen and (max-width: 1080px) {
  footer .inr .footer-top {
    gap: 3rem;
  }
  footer .inr .footer-top .schedule-wrap .contents .schedule li p.tit {
    flex-basis: 30%;
    font-size: 1.3rem;
  }
  footer .inr .footer-top .schedule-wrap .contents .schedule li p.txt {
    font-size: 1.3rem;
  }
  footer .inr .footer-top .hospital-info {
    align-items: flex-start;
    flex-direction: column;
  }
  footer .inr .footer-top .hospital-info .txt.tel {
    font-size: 2.4rem;
  }
  footer .inr .footer-top .hospital-info .poistion li {
    flex-direction: column;
  }
  footer .inr .footer-top .hospital-info .poistion li .tit {
    padding-bottom: 1rem;
  }
  footer .inr .footer-top .hospital-info .poistion li .tit br {
    display: none;
  }
  footer .inr .footer-top .hospital-info .poistion li .tit span {
    display: inline-block;
    padding-left: 0.5rem;
  }
}
@media screen and (max-width: 840px) {
  footer {
    padding: 6rem 0;
  }
  footer .inr {
    padding: 0 2rem 6rem;
  }
  footer .inr .footer-top {
    flex-direction: column;
    padding-bottom: 4rem;
  }
  footer .inr .footer-top .schedule-wrap {
    width: 100%;
  }
  footer .inr .footer-top .schedule-wrap .contents {
    padding-bottom: 3.5rem;
  }
  footer .inr .footer-top .hospital-info .poistion li:last-child {
    padding-bottom: 0;
  }
  footer .inr .footer-top .hospital-info .poistion li:last-child img {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  footer {
    min-height: 200px;
    padding: 3rem 0;
  }
  footer .inr {
    padding: 0 1.2rem 4rem;
  }
  footer .inr .footer-top .schedule-wrap .header {
    padding-bottom: 1rem;
  }
  footer .inr .footer-top .schedule-wrap .contents .schedule li p.tit {
    font-size: 1.2rem;
  }
  footer .inr .footer-top .schedule-wrap .contents .schedule li p.txt {
    font-size: 1.2rem;
  }
  footer .inr .footer-top .schedule-wrap .contents .notice {
    font-size: 1.1rem;
  }
  footer .inr .footer-top .hospital-info .label {
    padding-bottom: 0.5rem;
  }
  footer .inr .footer-top .hospital-info .poistion li {
    padding-bottom: 1rem;
  }
  footer .inr .footer-top .hospital-info .poistion li .txt.parking-wrap b {
    flex: 0 0 14rem;
  }
  footer .inr .footer-bottom {
    padding-top: 4rem;
  }
  footer .inr .footer-bottom .top {
    width: 100%;
  }
  footer .inr .footer-bottom .top p,
  footer .inr .footer-bottom .top a {
    padding: 0 1rem 0.5rem 0;
    font-size: 1rem;
  }
  footer .inr .footer-bottom .top p span,
  footer .inr .footer-bottom .top a span {
    font-size: 1rem;
  }
  footer .inr .footer-bottom .bottom {
    padding-top: 3rem;
    flex-direction: column;
    gap: 4rem;
  }
  footer .inr .footer-bottom .bottom .copy {
    font-size: 1rem;
  }
  footer .inr .footer-bottom .bottom .btn-wrap .btn {
    font-size: 0.9rem;
  }
}

header {
  position: fixed;
  z-index: 99;
  width: 100%;
  height: 6.6rem;
  padding: 0 5rem;
  top: 1.2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
  transition: all 0.3s ease;
}
header.active {
  padding: 1.1rem 5rem 0.5rem;
  top: 0;
  background-color: var(--white);
  box-shadow: 9px 4px 5.3px 2px rgba(0, 0, 0, 0.05);
}
header.active .gnb li a {
  color: var(--pri4);
}
header.active .gnb li.active a {
  color: var(--pri1);
}
@media screen and (max-width: 1460px) {
  header.active {
    padding: 1.4rem 2.5rem 0.5rem;
  }
}
header h1 a {
  transition: all 0.2s ease-in-out;
}
header h1 a img {
  display: block;
  width: auto;
  height: 2.65rem;
  transition: all 0.2s ease-in-out;
}
header .gnb {
  display: flex;
  transition: all 0.3s;
}
header .gnb li {
  position: relative;
}
header .gnb li a {
  position: relative;
  display: block;
  padding: 1rem 2rem;
  color: var(--white);
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 500;
  letter-spacing: -0.0475rem;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}
header .gnb li:hover a {
  opacity: 0.7;
}
header .gnb li.active::after {
  opacity: 1;
}
header .gnb li.active a {
  font-weight: 600;
  color: var(--white);
}
header .util {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
header .util .tel {
  display: flex;
  align-items: center;
  height: 2.625rem;
  padding: 0.56rem 1.31rem;
  border-radius: 6.25rem;
  background: var(--pri1);
  box-sizing: border-box;
  color: var(--white);
  font-family: var(--enFont);
  font-weight: 900;
  font-size: 1.125rem;
}
@media screen and (max-width: 1023px) {
  header .util .tel {
    font-family: var(--enFont);
  }
}
@media screen and (max-width: 767px) {
  header .util .tel {
    font-family: var(--enFont);
  }
}
header .util .tel .icon {
  width: 1.5rem;
  height: 1.5rem;
  background: url(/common/img/user/main/icon_tel.svg) no-repeat center center;
  margin-right: 0.56rem;
}
header .util .tel span {
  font-family: inherit;
  font-size: inherit;
  letter-spacing: 0;
}
@media screen and (max-width: 1680px) {
  header {
    padding: 0 3.75rem;
  }
  header .gnb li a {
    padding: 1.5rem;
  }
}
@media screen and (max-width: 1460px) {
  header h1 a img {
    height: 2.2rem;
  }
  header .gnb li {
    text-align: center;
  }
  header .gnb li a {
    padding: 1.5rem 1.2rem;
  }
  header .util .tel {
    width: 2.625rem;
    padding: 0;
    justify-content: center;
    border-radius: 50%;
  }
  header .util .tel span.icon {
    margin-right: 0;
  }
  header .util .tel span:nth-child(2) {
    display: none;
  }
}
@media screen and (max-width: 1180px) {
  header {
    padding: 0 2.5rem;
  }
  header .gnb li a {
    padding: 1.5rem 0.8rem;
  }
}
@media screen and (max-width: 1023px) {
  header {
    height: 7.8rem;
    align-items: flex-start;
    top: 0;
    padding: 2rem 2.5rem 0;
  }
  header .gnb {
    position: absolute;
    top: 4rem;
    left: 0;
    width: 100%;
    padding-left: 2rem;
  }
  header .gnb li a {
    text-align: left;
    padding: 1rem 0.8rem;
  }
}
@media screen and (max-width: 767px) {
  header {
    height: 7.5rem;
    padding: 1.2rem 1.5rem 0;
    align-items: flex-start;
    flex-wrap: nowrap;
  }
  header.active {
    padding: 1.4rem 1.2rem 0;
  }
  header h1 a {
    display: block;
    padding-top: 0.4rem;
  }
  header .gnb {
    overflow-x: scroll;
    top: 4rem;
    padding-left: 1rem;
  }
  header .gnb li {
    flex: none;
  }
  header .gnb li a {
    padding: 1rem 0.8rem 0.6rem 0.8rem;
  }
}

@media (hover: hover) {
  .gnb li a:hover {
    color: var(--pri1);
  }
}
.quik-menu {
  display: block;
  flex-direction: column;
  position: fixed;
  bottom: 3rem;
  right: -6rem;
  z-index: 20;
  opacity: 0;
  width: 7.25rem;
  transition: all 1s;
}
.quik-menu.on {
  opacity: 1;
  right: 2rem;
}
@media screen and (max-width: 767px) {
  .quik-menu.on {
    right: 0.3rem;
    bottom: 0.5rem;
  }
}
@media screen and (max-width: 767px) {
  .quik-menu {
    width: 6.25rem;
  }
}
.quik-menu .link {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.quik-menu .link a {
  display: flex;
  justify-content: space-evenly;
  width: 100%;
  padding: 0.6rem 1rem;
  align-items: center;
  cursor: pointer;
  background-color: var(--white);
  color: #555;
  border-radius: 6.25rem;
  border: 1px solid #DDD;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 767px) {
  .quik-menu .link a {
    padding: 0.8rem 0.4rem;
    font-size: 1.1rem;
  }
}
.quik-menu .link a:hover {
  border-color: var(--pri3);
}
.quik-menu .link a:hover .txt {
  color: var(--pri3);
}
.quik-menu .link a.counsel {
  background: var(--pri3-1);
  border-color: transparent;
  transition: all 0.3s ease-in-out;
}
.quik-menu .link a.counsel .txt {
  color: var(--white);
}
.quik-menu .link a.counsel:hover {
  background-color: var(--pri1);
}
.quik-menu .link a .img {
  width: 0.875rem;
  height: 0.875rem;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  opacity: 1;
}
.quik-menu .link a .img[data-quick=counsel] {
  background-image: url(/common/img/user/main/icon_quick_counsel.svg);
}
.quik-menu .link a .txt {
  color: #555;
  text-align: center;
  font-size: 0.9375rem;
  font-weight: 500;
  letter-spacing: -0.35px;
  transition: all 0.3s;
}
.quik-menu .posi {
  padding-top: 0.625rem;
  display: flex;
  align-items: flex-end;
  gap: 0.25rem;
  flex-direction: column;
}
.quik-menu .posi span {
  display: block;
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 100%;
  border: 1px solid #DDDDDD;
  background-color: var(--white);
  background-image: url(/common/img/user/main/icon_quick_arrow.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto;
  box-sizing: border-box;
  cursor: pointer;
  transition: all 0.3s;
}
.quik-menu .posi span.bottom {
  transform: rotate(180deg);
}
.quik-menu .posi span:hover {
  border-color: var(--pri3-1);
  background-color: var(--pri3-1);
  background-image: url(/common/img/user/main/icon_quick_arrow_on.svg);
}

#quick {
  display: none;
  position: fixed;
  bottom: 0;
  right: -30rem;
  opacity: 0;
  align-items: flex-end;
  gap: 20px;
  z-index: 20;
  transition: opacity 0.3s ease;
}
#quick.on {
  display: block;
  opacity: 1;
  right: 0.5rem;
  bottom: 0.5rem;
}
@media screen and (max-width: 767px) {
  #quick.on {
    width: 100%;
    bottom: 0;
    left: 0;
    right: 0;
  }
}
#quick .online-form {
  position: relative;
  width: 28.25rem;
  height: 100%;
  padding: 2.5rem 1.88rem;
  border-radius: 0.25rem;
  border: 1px solid var(--pri3);
  background-color: var(--white);
  box-shadow: 5px 7px 4.9px 0px rgba(0, 0, 0, 0.15);
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  #quick .online-form {
    width: 100%;
    height: 40vh;
    padding: 2rem;
    border-radius: 1.5625rem 1.5625rem 0 0;
  }
}
#quick .close {
  position: absolute;
  top: 2rem;
  right: 1rem;
  z-index: 1;
  width: 3rem;
  height: 3rem;
  cursor: pointer;
  overflow: hidden;
  text-indent: -1000000rem;
  border: 1px solid transparent;
  transition: all 0.3s ease;
}
#quick .close::before {
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(/common/img/user/icon/online_form_close.svg) no-repeat center center;
}
#quick .close:hover {
  opacity: 0.7;
  border-color: black;
}
@media screen and (max-width: 767px) {
  #quick .close {
    width: 4rem;
    height: 4rem;
  }
}
#quick .header {
  text-align: left;
  padding-top: 0;
  padding-left: 0;
  padding-bottom: 1.5rem;
}
#quick .header .title {
  padding-top: 0;
  color: var(--pri4-4);
  font-size: 1.75rem;
  font-weight: 500;
  line-height: 148%; /* 2.59rem */
  letter-spacing: -0.06125rem;
  font-family: var(--krFont);
}
@media screen and (max-width: 767px) {
  #quick .header .title {
    font-size: 1.6rem;
    padding-bottom: 0;
  }
}
#quick .header .desc {
  color: var(--white);
  opacity: 0.8;
  font-size: 1rem;
  font-weight: 200;
  padding-top: 0.5rem;
  letter-spacing: -0.1px;
}
@media screen and (max-width: 767px) {
  #quick .header .desc {
    font-size: 0.9rem;
  }
}
@media screen and (max-width: 767px) {
  #quick .header {
    padding-bottom: 1.5rem;
  }
}
#quick #quick_form select[name=subject],
#quick #quick_form input[type=text],
#quick #quick_form input[type=tel] {
  width: 100%;
  height: 3.2rem;
  margin-bottom: 0.3rem;
  padding: 0 1rem;
  font-size: 1.1rem;
  border-radius: 0.125rem;
  background: #F6F6F6;
  box-sizing: border-box;
  border: 0;
}
@media screen and (max-width: 767px) {
  #quick #quick_form select[name=subject],
  #quick #quick_form input[type=text],
  #quick #quick_form input[type=tel] {
    height: 2.8rem;
  }
}
#quick #quick_form input::-moz-placeholder {
  color: #C8C8C8;
}
#quick #quick_form input::placeholder {
  color: #C8C8C8;
}
#quick #quick_form input[type=submit] {
  width: 100%;
  height: 3.75rem;
  line-height: 3.75rem;
  padding: 0;
  text-align: center;
  font-size: 1.3rem;
  font-weight: 600;
  letter-spacing: -0.04375rem;
  color: var(--white);
  background-color: var(--pri3);
  border-radius: 0.125rem;
  border: 0;
  cursor: pointer;
}
#quick #quick_form input[type=submit]:hover {
  opacity: 0.7;
  transition: opacity 0.3s ease;
}
@media screen and (max-width: 767px) {
  #quick #quick_form input[type=submit] {
    height: 2.8rem;
    line-height: 2.8rem;
  }
}
#quick #quick_form .chk-online-agree {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 1.2rem 0 3rem;
  color: #555555;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: -0.01rem;
}
#quick #quick_form .chk-online-agree a {
  font-size: 0.96rem;
}
#quick #quick_form .chk-online-agree input[type=checkbox] {
  width: 1rem;
  height: 1rem;
  margin-right: 0.4rem;
}
@media screen and (max-width: 767px) {
  #quick #quick_form .chk-online-agree {
    padding: 0.8rem 0 1rem;
  }
}

/*pages*/
/* 공통 */
.header {
  text-align: center;
  padding: 12.5rem 0 6.25rem;
  box-sizing: border-box;
}
.header > .label {
  position: relative;
  color: var(--pri1);
  text-align: center;
  font-size: 1.375rem;
  font-weight: 500;
  letter-spacing: -0.03438rem;
}
.header > .label span {
  font-size: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
}
.header > .title {
  position: relative;
  padding-top: 1.5rem;
  color: var(--pri4);
  font-size: 3.375rem;
  font-weight: 300;
  line-height: 148%;
  letter-spacing: -0.10063rem;
}
.header > .title span {
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: inherit;
}
.header > .title span b {
  font-weight: 700;
}
.header > .desc {
  padding-top: 3rem;
  color: var(--pri4);
  font-size: 1.5rem;
  font-weight: 200;
  line-height: 148%;
  letter-spacing: -0.10063rem;
}
@media screen and (max-width: 1023px) {
  .header {
    padding: 12.5rem 3rem 6.25rem;
  }
  .header > .label {
    font-size: 1.1rem;
  }
  .header > .title {
    padding-top: 1.5rem;
    font-size: 2.2rem;
  }
  .header > .desc {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 767px) {
  .header {
    padding: 6.5rem 1.2rem 3.25rem;
  }
  .header > .label {
    font-size: 1.2rem;
    text-align: left;
  }
  .header > .title {
    text-align: left;
    padding-top: 1.5rem;
    font-size: 1.8rem;
    line-height: 1.65;
  }
  .header > .title span {
    text-align: left;
  }
  .header > .desc {
    padding-top: 1rem;
    font-size: 1.2rem;
  }
}

/*메인슬라이드*/
#mainslide {
  height: 60rem;
}
@media screen and (max-width: 767px) {
  #mainslide {
    height: 48rem;
  }
}
#mainslide .swiper {
  width: 100%;
  height: 100%;
}
#mainslide .swiper .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  #mainslide .swiper .swiper-slide {
    align-items: flex-end;
  }
}
#mainslide .swiper .swiper-slide img {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#mainslide .swiper .swiper-slide .text-wrap {
  position: relative;
  z-index: 10;
  width: 93.75rem;
  padding: 0 0 8rem;
  margin: 0 auto;
  text-align: left;
  color: var(--white);
}
#mainslide .swiper .swiper-slide .text-wrap .title {
  padding-top: 0;
  color: var(--white);
  font-size: 3.375rem;
  font-weight: 200;
  letter-spacing: -1.5px;
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.6s ease;
}
#mainslide .swiper .swiper-slide .text-wrap .title span {
  display: inline-block;
  line-height: 1.45;
  font-size: inherit;
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.6s ease;
}
#mainslide .swiper .swiper-slide .text-wrap .title span.point {
  color: var(--pri1);
  font-weight: 700;
}
#mainslide .swiper .swiper-slide .text-wrap .title span.bold {
  font-weight: 700;
}
#mainslide .swiper .swiper-slide .text-wrap .desc {
  padding-top: 1.75rem;
  font-size: 1.625rem;
  font-weight: 300;
  line-height: 148%;
  letter-spacing: -0.65px;
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.6s ease;
}
@media screen and (max-width: 1460px) {
  #mainslide .swiper .swiper-slide .text-wrap {
    width: 100%;
    padding-left: 4rem;
  }
}
@media screen and (max-width: 767px) {
  #mainslide .swiper .swiper-slide .text-wrap {
    padding: 0 2rem 13rem;
  }
  #mainslide .swiper .swiper-slide .text-wrap .title {
    font-size: 2.2rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    line-height: 1.65;
  }
  #mainslide .swiper .swiper-slide .text-wrap .title span {
    font-size: 3rem;
  }
  #mainslide .swiper .swiper-slide .text-wrap .desc {
    display: none;
    font-size: 1.4rem;
  }
}
#mainslide .swiper .swiper-slide.swiper-slide-active .title {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.2s;
}
#mainslide .swiper .swiper-slide.swiper-slide-active .title span {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.4s;
}
#mainslide .swiper .swiper-slide.swiper-slide-active .desc {
  opacity: 0.7;
  transform: translateY(0);
  transition-delay: 0.6s;
}
#mainslide .swiper .control-wrap {
  width: 93.75rem;
  position: relative;
  margin: 0 auto;
  height: 70px;
  bottom: 280px;
  left: 0;
  z-index: 1;
}
@media screen and (max-width: 1420px) {
  #mainslide .swiper .control-wrap {
    width: 100%;
    left: 4rem;
  }
}
@media screen and (max-width: 767px) {
  #mainslide .swiper .control-wrap {
    left: 30px;
    bottom: 140px;
  }
}
#mainslide .swiper .control {
  position: absolute;
  top: 0.2rem;
  left: 4.5rem;
  z-index: 1;
  width: 11rem;
  height: 3rem;
}
#mainslide .swiper .swiper-navi {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}
#mainslide .swiper .swiper-navi .swiper-button-prev,
#mainslide .swiper .swiper-navi .swiper-button-next {
  opacity: 0.6;
  transition: opacity 0.3s;
}
#mainslide .swiper .swiper-navi .swiper-button-prev:hover,
#mainslide .swiper .swiper-navi .swiper-button-next:hover {
  opacity: 1;
}
#mainslide .swiper .swiper-navi .swiper-button-prev svg,
#mainslide .swiper .swiper-navi .swiper-button-next svg {
  display: none;
}
#mainslide .swiper .swiper-navi .swiper-button-prev:after,
#mainslide .swiper .swiper-navi .swiper-button-next:after {
  content: "";
  width: 1.5rem;
  height: 1.5rem;
  background-image: url(/common/img/user/icon/main-visual-button.svg);
  background-repeat: no-repeat;
  background-position: center center;
}
#mainslide .swiper .swiper-navi .swiper-button-next::after {
  transform: rotate(-180deg);
}
#mainslide .swiper .pagination-custom {
  width: 3.375rem;
  height: 100%;
  top: 0;
  margin: 0 auto;
  position: relative;
  color: var(--white);
  letter-spacing: 0;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
#mainslide .swiper .pagination-custom span {
  font-family: var(--enFont);
}
@media screen and (max-width: 1023px) {
  #mainslide .swiper .pagination-custom span {
    font-family: var(--enFont);
  }
}
@media screen and (max-width: 767px) {
  #mainslide .swiper .pagination-custom span {
    font-family: var(--enFont);
  }
}
#mainslide .swiper .autoplay-progress {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 3.375rem;
  height: 3.375rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  color: var(--white);
  stroke-width: 4px;
  stroke: var(--white);
}
#mainslide .swiper .autoplay-progress svg {
  --progress: 0;
  position: absolute;
  left: 0;
  top: 0px;
  z-index: 10;
  width: 100%;
  height: 100%;
  stroke-width: 4px;
  stroke: var(--white);
  fill: none;
  stroke-dashoffset: calc(125.6px * (1 - var(--progress)));
  stroke-dasharray: 125.6;
  transform: rotate(-90deg);
}
#mainslide .swiper .autoplay-progress #toggleButton {
  position: absolute;
  z-index: 11;
  cursor: pointer;
}

/* 댓거리탑의 특별함 */
#overview {
  position: relative;
  overflow: hidden;
  background-color: var(--white);
  z-index: 1;
}
@media screen and (max-width: 1460px) {
  #overview {
    margin-top: 0;
    border-radius: 3.25rem 3.25rem 0rem 0rem;
  }
}
#overview .header {
  padding: 12.5rem 0 10.56rem;
}
@media screen and (max-width: 1023px) {
  #overview .header {
    padding: 6rem 0 10.56rem;
  }
}
@media screen and (max-width: 767px) {
  #overview .header {
    padding: 6rem 1.2rem 4rem;
  }
  #overview .header .label,
  #overview .header .title {
    opacity: 1 !important;
    transform: none !important;
  }
}
#overview .contents {
  position: relative;
  padding-bottom: 12.5rem;
  box-sizing: border-box;
}
#overview .contents .overview-info {
  position: relative;
  z-index: 1;
  display: flex;
  gap: 5.625rem;
  width: 93.75rem;
  margin: 0 auto;
  justify-content: space-between;
  text-align: center;
}
#overview .contents .overview-info .image {
  overflow: hidden;
}
#overview .contents .overview-info .image img {
  -o-object-fit: cover;
     object-fit: cover;
  transform-origin: left;
  transition: all 0.3s ease-in-out;
}
#overview .contents .overview-info .image:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
}
#overview .contents .overview-info .tit {
  padding: 3.69rem 0 2.19rem;
  color: var(--pri4);
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: -0.04688rem;
}
#overview .contents .overview-info .desc {
  color: var(--pri4-1);
  font-size: 1.375rem;
  font-weight: 300;
  line-height: 148%;
  letter-spacing: -0.03438rem;
}
@media screen and (max-width: 1680px) {
  #overview .contents {
    padding: 0 3rem 12.5rem 3rem;
  }
  #overview .contents .overview-info {
    width: 100%;
    gap: 2.5%;
  }
}
@media screen and (max-width: 1023px) {
  #overview .contents {
    padding: 0 3rem 8.5rem 3rem;
  }
  #overview .contents .overview-info .tit {
    padding: 2.69rem 0 1.19rem;
    font-size: 1.5rem;
  }
  #overview .contents .overview-info .desc {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 767px) {
  #overview .contents {
    flex-direction: column;
    padding: 0 1.2rem 5rem 1.2rem;
  }
  #overview .contents .text-loop {
    top: -4.2rem;
  }
  #overview .contents .overview-info {
    flex-direction: column;
  }
  #overview .contents .overview-info li {
    display: flex;
    gap: 1.2rem;
    align-items: center;
    padding-bottom: 1rem;
  }
  #overview .contents .overview-info li .image {
    flex: 1.5;
    height: 18rem;
  }
  #overview .contents .overview-info li .tit {
    padding-top: 0;
    font-size: 1.8rem;
  }
  #overview .contents .overview-info li .desc {
    font-size: 1.25rem;
    line-height: 1.65;
  }
  #overview .contents .overview-info li .desc br {
    display: none;
  }
  #overview .contents .overview-info li > div {
    flex: 1.5;
    text-align: left;
  }
}

/* 의료진소개 */
#doctor {
  display: flex;
  justify-content: space-between;
  background-color: var(--pri3-1);
}
#doctor .left {
  padding-bottom: 6.81rem;
  padding-left: 22rem;
  padding-right: 4rem;
}
#doctor .left .header {
  padding-top: 9.37rem;
  text-align: left;
}
#doctor .left .header .title {
  color: var(--white);
}
#doctor .left .header .label {
  text-align: inherit;
}
#doctor .left .list {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  color: var(--white);
  padding-bottom: 3.37rem;
}
#doctor .left .list .tit {
  min-width: 8rem;
  display: inline-flex;
  padding: 0 1.375rem;
  justify-content: center;
  align-items: center;
  gap: 0.625rem;
  background-color: var(--white);
  color: var(--pri3-1);
  text-align: center;
  font-size: 1.25rem;
  font-weight: 600;
  letter-spacing: -0.03125rem;
  border-radius: 2.1875rem;
}
#doctor .left .list ul {
  padding-left: 3rem;
}
#doctor .left .list ul li {
  padding-bottom: 0.38rem;
}
#doctor .left .list ul li::before {
  content: "·";
  display: inline-block;
  padding-right: 1rem;
}
#doctor .left .list.column {
  padding-bottom: 0;
}
@media screen and (max-width: 1680px) {
  #doctor .left {
    padding-left: 3rem;
    padding-right: 0;
  }
  #doctor .left .header {
    padding-top: 8rem;
    padding-bottom: 4rem;
  }
}
@media screen and (max-width: 767px) {
  #doctor .left .header {
    padding-top: 6rem;
  }
}
#doctor .left .list .second {
  padding-left: 11rem;
}
#doctor .right {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 2rem;
  width: 48.75rem;
  background: url(/common/img/user/main/bg_doctor.jpg) no-repeat center center;
  background-size: cover;
}
#doctor .right .doctor-point {
  display: flex;
  gap: 0.75rem;
  flex-direction: column;
  padding-top: 9.44rem;
}
#doctor .right .doctor-point li {
  display: flex;
  width: 36.5625rem;
  height: 3.1875rem;
  padding: 0.375rem 0.8125rem;
  justify-content: center;
  align-items: center;
  gap: 0.625rem;
  flex-shrink: 0;
  color: var(--white);
  font-size: 2rem;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: -0.05rem;
  border-radius: 6.25rem;
  background: var(--pri4);
}
#doctor .right .doctor-point li .point {
  font-size: inherit;
  color: var(--pri1);
  font-weight: 700;
}
#doctor .right .image {
  position: absolute;
  bottom: 0;
}
@media screen and (max-width: 1680px) {
  #doctor .right .image {
    height: 74%;
  }
}
@media screen and (max-width: 1023px) {
  #doctor {
    flex-direction: column;
  }
  #doctor .header > .title br {
    display: block !important;
  }
  #doctor .left {
    padding: 0;
  }
  #doctor .left .list {
    flex-direction: column;
  }
  #doctor .left .list ul {
    padding-top: 1.5rem;
    padding-left: 0;
  }
  #doctor .left .list ul.second {
    padding-top: 0;
    padding-bottom: 5rem;
  }
  #doctor .right {
    width: 100%;
    height: 42rem;
    align-items: flex-start;
  }
  #doctor .right .doctor-point {
    width: 100%;
    padding-top: 4rem;
  }
  #doctor .right .doctor-point li {
    width: 100%;
    height: auto;
    gap: 0;
    line-height: 1.25;
    flex-direction: column;
    font-size: 1.6rem;
    align-items: flex-start;
    padding-left: 2.5rem;
  }
  #doctor .right .image {
    right: 0;
    width: 18rem;
  }
  #doctor .contents {
    padding: 0 1.2rem;
  }
}
@media screen and (max-width: 767px) {
  #doctor .left .list ul.second {
    padding-left: 0;
  }
}

/* 진료과목 */
#subject {
  overflow: hidden;
}
#subject .clinic {
  height: 50rem;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(/common/img/user/main/bg_clinic01.jpg);
  background-position: center center;
  transition: background-image 0.4s ease-in-out;
  overflow: hidden;
}
#subject .clinic li {
  padding: 0 1.5rem;
  height: 100%;
  position: relative;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  box-sizing: border-box;
  color: var(--white);
  cursor: pointer;
  transition: all 0.5s ease-in-out;
  overflow: hidden;
}
#subject .clinic li::before {
  display: block;
  content: "";
  position: absolute;
  transform: translateY(-100%);
  top: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(48, 65, 77, 0.63);
  transition: top 0.5s ease-in-out;
}
#subject .clinic li::after {
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background-color: var(--white);
  opacity: 0.2;
}
#subject .clinic li:last-child::after {
  display: none;
}
#subject .clinic li .text-wrap {
  height: 15rem;
  z-index: 1;
  transition: top 0.5s ease-in-out;
}
@media screen and (max-width: 767px) {
  #subject .clinic li .text-wrap {
    height: 11rem;
  }
}
#subject .clinic li h4 {
  color: var(--white);
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 148%;
  letter-spacing: -0.04688rem;
  padding-bottom: 1rem;
  transition: 0.4s ease-in-out;
}
#subject .clinic li .en {
  display: inline-flex;
  padding: 0.1875rem 1.625rem;
  justify-content: center;
  align-items: center;
  gap: 0.625rem;
  border-radius: 6.25rem;
  color: var(--white);
  opacity: 0.6;
  text-align: center;
  font-family: var(--enFont);
  font-size: 1rem;
  letter-spacing: 0;
  font-weight: 300;
  line-height: 148%;
  transition: 0.4s ease-in-out;
}
@media screen and (max-width: 1023px) {
  #subject .clinic li .en {
    font-family: var(--enFont);
  }
}
@media screen and (max-width: 767px) {
  #subject .clinic li .en {
    font-family: var(--enFont);
  }
}
#subject .clinic li .desc {
  position: relative;
  padding-top: 3.06rem;
  font-size: 1.375rem;
  font-weight: 200;
  line-height: 148%;
  letter-spacing: -0.06rem;
  transition: 0.4s ease-in-out;
}
#subject .clinic li .desc span {
  font-size: inherit;
  font-weight: inherit;
}
@media screen and (max-width: 767px) {
  #subject .clinic li .desc span.first {
    display: none;
  }
}
@media screen and (max-width: 1460px) {
  #subject .clinic li .desc br {
    display: none;
  }
}
#subject .clinic li .btn {
  position: absolute;
  bottom: -8rem;
  left: 50%;
  transform: translateX(-50%);
  display: none;
  opacity: 0;
  display: block;
  width: 3.0625rem;
  height: 3.0625rem;
  box-sizing: border-box;
  background: url(/common/img/user/main/icon_subject_btn.svg) no-repeat center center;
  transition: all 0.3s ease-in-out;
}
@media (hover: hover) {
  #subject .clinic li:hover h4,
  #subject .clinic li:hover .en,
  #subject .clinic li:hover .desc {
    transform: translateY(-3rem);
  }
  #subject .clinic li:hover::before {
    top: 0%;
    transform: translateY(0);
  }
  #subject .clinic li:hover .en {
    background-color: var(--white);
    color: var(--pri3-1);
    opacity: 1;
  }
  #subject .clinic li:hover .btn {
    display: block;
    opacity: 1;
    bottom: -7rem;
  }
}
@media screen and (max-width: 767px) {
  #subject .clinic li {
    padding: 2rem;
  }
}
@media screen and (max-width: 1023px) {
  #subject .clinic {
    flex-wrap: wrap;
    height: auto;
  }
  #subject .clinic li {
    flex: none;
    width: 50%;
    padding: 5rem 2rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  }
  #subject .clinic li .desc {
    font-size: 1.1rem;
  }
  #subject .clinic li .desc br {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  #subject .clinic li {
    text-align: left;
  }
  #subject .clinic li h4 {
    font-size: 1.8rem;
  }
  #subject .clinic li .en {
    font-size: 0.9rem;
    padding: 0;
  }
  #subject .clinic li .desc {
    font-size: 1.25rem;
    line-height: 1.45;
    padding-top: 1rem;
  }
}

/* 장비소개 */
#equip {
  background-color: #fff;
}
#equip .contents {
  flex: 1 1 0;
  min-width: 0;
  padding: 12.5rem 0;
}
#equip .equipSwiper {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 0 1.875rem 5.6rem;
}
#equip .equipSwiper .swiper-wrapper {
  width: 100%;
  height: 100%;
}
#equip .equipSwiper .swiper-slide {
  position: relative;
  height: 36rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f4f4f4;
}
#equip .equipSwiper .swiper-slide img {
  width: 100%;
  height: 100%;
}
#equip .equipSwiper .swiper-slide .text-wrap {
  position: absolute;
  width: 100%;
  top: 3.5rem;
  text-align: center;
}
#equip .equipSwiper .swiper-slide .text-wrap .label {
  display: inline-flex;
  padding: 0.1rem 1.4rem;
  justify-content: center;
  align-items: center;
  color: var(--white);
  text-align: center;
  font-size: 1.25rem;
  font-weight: 400;
  letter-spacing: -0.03125rem;
  background-color: var(--pri1);
  border-radius: 6.25rem;
}
#equip .equipSwiper .swiper-slide .text-wrap .label[data-type=treat] {
  background-color: var(--pri2);
}
#equip .equipSwiper .swiper-slide .text-wrap .title {
  margin-top: 0.4rem;
  padding: 0 1rem;
  color: var(--pri4-4);
  text-align: center;
  font-size: 1.55rem;
  font-weight: 500;
  line-height: 126%;
  letter-spacing: -0.04375rem;
}
#equip .equipSwiper .equip-paging {
  top: initial;
  bottom: 0;
}
#equip .equipSwiper .equip-paging .swiper-pagination-bullet-active {
  background: var(--pri1);
}
#equip .equipSwiper .equip-paging .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 2px);
}
@media screen and (max-width: 1023px) {
  #equip {
    flex-direction: column;
  }
  #equip .header {
    width: 100%;
    margin: 0;
    padding: 6rem 3rem;
  }
  #equip .header .swiper-control {
    position: absolute;
    right: 2rem;
  }
  #equip .contents {
    padding: 0 0 6.5rem;
  }
}
@media screen and (max-width: 767px) {
  #equip .header {
    padding: 6rem 1.2rem 3rem;
  }
  #equip .header .swiper-control {
    width: 9rem;
    right: 0;
  }
  #equip .header .swiper-control .swiper-button-next,
  #equip .header .swiper-control .swiper-button-prev {
    width: 3.5rem;
    height: 3.5rem;
  }
  #equip .header .swiper-control .swiper-button-next {
    left: 4.5em;
  }
  #equip .equipSwiper {
    padding-left: 1rem;
    padding-bottom: 2.5rem;
  }
  #equip .equipSwiper .swiper-slide {
    height: 24rem;
    border: 1px solid rgb(218, 218, 218);
  }
  #equip .equipSwiper .swiper-slide .text-wrap {
    top: 2rem;
    height: 4rem;
  }
  #equip .equipSwiper .swiper-slide .text-wrap .label {
    font-size: 1rem;
  }
  #equip .equipSwiper .swiper-slide .text-wrap .tit {
    padding-top: 1rem;
    line-height: 1.25;
    font-size: 1.2rem;
    padding: 1rem 1.2rem;
  }
  #equip .equipSwiper .equip-paging {
    width: 80%;
    top: initial;
    left: 50%;
    transform: translate(-50%, 0);
    bottom: 0;
  }
}

/* 치료방법 */
#treat {
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
}
#treat .header {
  position: relative;
  padding-left: 20.5rem;
  flex-basis: 45%;
  padding-top: 13.75rem;
  text-align: left;
  z-index: 10;
  background-color: var(--white);
}
#treat .header .label {
  position: relative;
  z-index: 1;
  color: var(--pri1);
  text-align: left;
}
#treat .header .title {
  padding-bottom: 8rem;
  font-weight: 600;
}
#treat .header .title.on span:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: var(--pri2-1);
  animation: a-ltr-after 1s cubic-bezier(0.77, 0, 0.18, 1) forwards;
  transform: translateX(-101%);
}
#treat .header .title.on span:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  animation: a-ltr-before 1.5s cubic-bezier(0.77, 0, 0.18, 1) forwards;
  transform: translateX(0);
}
#treat .header .title.on span:nth-of-type(1)::before, #treat .header .title.on span:nth-of-type(1)::after {
  animation-delay: 0.5s;
}
#treat .header .title.on span:nth-of-type(2)::before, #treat .header .title.on span:nth-of-type(2)::after {
  animation-delay: 0.7s;
}
#treat .header .title.on span:nth-of-type(3)::before, #treat .header .title.on span:nth-of-type(3)::after {
  animation-delay: 0.9s;
}
#treat .header .tab-header {
  position: relative;
  display: flex;
  flex-direction: column;
  width: -moz-fit-content;
  width: fit-content;
}
#treat .header .tab-header .swiper-pagination-bullet {
  width: auto;
  height: auto;
  background: none;
  letter-spacing: -0.8px;
  margin: 0;
  padding: 1rem 0 0 0;
  display: inline-block;
  border-radius: 0;
  opacity: 1;
}
#treat .header .tab-header .swiper-pagination-bullet p {
  position: relative;
  display: inline-block;
  color: #CECECE;
  font-size: 2rem;
  line-height: 1.25;
  font-weight: 600;
}
#treat .header .tab-header .swiper-pagination-bullet p::before {
  opacity: 0;
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  width: 0.4375rem;
  height: 0.4375rem;
  border-radius: 100%;
  background-color: transparent;
  transition: all 0.3s;
}
#treat .header .tab-header .swiper-pagination-bullet.on p {
  color: var(--black);
  transition: all 0.3s;
}
#treat .header .tab-header .swiper-pagination-bullet.on p::before {
  background-color: var(--pri1);
  left: -1.7rem;
  opacity: 1;
}
#treat .contents {
  display: flex;
  align-items: flex-end;
  width: 54%;
  flex-basis: 54%;
  height: 41.5rem;
  margin-top: 17.75rem;
}
#treat .contents .swiper-wrapper {
  align-items: flex-end;
}
#treat .contents li {
  width: 37.5rem;
  height: 37.5rem;
  transition: height 0.3s;
  cursor: pointer;
}
#treat .contents li a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #202020;
  border-radius: 0;
  padding: 0 4.375rem;
  box-sizing: border-box;
  transition: background-image 0.3s;
  background-size: cover;
  background-position: center center;
}
#treat .contents li a[data-image=MT] {
  background-image: url(/common/img/user/main/topClinic_MT.jpg);
}
#treat .contents li a[data-image=ESWT] {
  background-image: url(/common/img/user/main/topClinic_ESWT.jpg);
}
#treat .contents li a[data-image=NBT] {
  background-image: url(/common/img/user/main/topClinic_IT.jpg);
}
#treat .contents li a[data-image=IT] {
  background-image: url(/common/img/user/main/topClinic_NBT.jpg);
}
#treat .contents li a .text-wrap {
  position: absolute;
  bottom: 6.875rem;
  padding-right: 3.5rem;
}
#treat .contents li a .text-wrap p {
  color: var(--white);
  word-break: word-break;
}
#treat .contents li a .text-wrap p.title {
  font-size: 2.875rem;
  font-weight: 700;
  letter-spacing: -1.15px;
}
#treat .contents li a .text-wrap p.desc {
  padding-top: 0.9375rem;
  padding-bottom: 5rem;
  font-size: 1.625rem;
  font-style: normal;
  font-weight: 400;
  letter-spacing: -0.65px;
}
#treat .contents li a .text-wrap p.view {
  position: relative;
  font-family: var(--enFont);
  display: flex;
  width: 9rem;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 800;
  letter-spacing: 0.35px;
  text-transform: uppercase;
  opacity: 0.7;
  padding-left: 3.6rem;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 1023px) {
  #treat .contents li a .text-wrap p.view {
    font-family: var(--enFont);
  }
}
@media screen and (max-width: 767px) {
  #treat .contents li a .text-wrap p.view {
    font-family: var(--enFont);
  }
}
#treat .contents li a .text-wrap p.view::before {
  position: absolute;
  top: 52%;
  transform: translateY(-52%);
  left: 0;
  display: inline-block;
  content: "";
  width: 2.3125rem;
  height: 1px;
  background-color: var(--white);
  opacity: 0.7;
  transition: all 0.3s ease-in-out;
}
#treat .contents li.swiper-slide-active {
  height: 46.25rem;
}
#treat .contents li.swiper-slide-active a[data-image=MT] {
  background-image: url(/common/img/user/main/topClinic_MT_active.jpg);
}
#treat .contents li.swiper-slide-active a[data-image=ESWT] {
  background-image: url(/common/img/user/main/topClinic_ESWT_active.jpg);
}
#treat .contents li.swiper-slide-active a[data-image=NBT] {
  background-image: url(/common/img/user/main/topClinic_IT_active.jpg);
}
#treat .contents li.swiper-slide-active a[data-image=IT] {
  background-image: url(/common/img/user/main/topClinic_NBT_active.jpg);
}
@media screen and (max-width: 1680px) {
  #treat {
    justify-content: space-between;
  }
  #treat .header {
    padding-left: 4rem;
    flex-basis: 40%;
  }
  #treat .contents {
    width: 60%;
    flex-basis: 60%;
  }
  #treat .contents::before {
    width: 35%;
  }
}
@media screen and (max-width: 1023px) {
  #treat .header .title {
    line-height: 1.25;
  }
  #treat .header .title .tablet {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  #treat {
    flex-direction: column;
  }
  #treat .header {
    flex-basis: 100%;
    padding: 6rem 1.2rem 3rem;
    text-align: center;
    display: flex;
    flex-direction: column;
  }
  #treat .header .title {
    width: 100%;
    padding-bottom: 4rem;
  }
  #treat .header .tab-header {
    flex-direction: row;
    gap: 1rem;
    overflow-x: scroll;
    overflow-y: visible;
    flex-wrap: nowrap;
    width: 100%;
  }
  #treat .header .tab-header .swiper-pagination-bullet {
    padding: 1.5rem 0 0 0;
    text-align: left;
  }
  #treat .header .tab-header .swiper-pagination-bullet p {
    font-size: 1.6rem;
  }
  #treat .header .tab-header .swiper-pagination-bullet.on p::before {
    left: 50%;
    top: -25%;
  }
  #treat .contents {
    height: 30rem;
    padding: 0 1.2rem;
    margin-top: 0;
    width: 100%;
    flex-basis: 100%;
  }
  #treat .contents li {
    height: 30rem;
  }
  #treat .contents li a {
    display: flex;
    align-items: flex-end;
    padding: 0 1.6rem;
  }
  #treat .contents li a .text-wrap {
    position: relative;
    bottom: initial;
    padding-right: 0;
    padding-bottom: 4rem;
  }
  #treat .contents li a .text-wrap p.title {
    font-size: 1.8rem;
  }
  #treat .contents li a .text-wrap p.desc {
    padding-bottom: 2rem;
    font-size: 1.25rem;
    line-height: 1.45;
  }
  #treat .contents li.swiper-slide-active {
    height: 30rem;
  }
}

/* 내부시설 */
#facility .header {
  position: relative;
  margin: 0 auto;
  width: 93.75rem;
  text-align: left;
}
#facility .header p {
  text-align: left;
}
@media screen and (max-width: 1680px) {
  #facility .header {
    width: 100%;
    padding: 12.5rem 6.5rem 6.25rem;
  }
}
#facility .contents {
  position: relative;
  z-index: 1;
  padding-top: 9.37rem;
  box-sizing: border-box;
}
#facility .contents::after {
  content: "";
  display: block;
  height: 24.375rem;
  background: var(--pri4-2);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
#facility .swiper-control {
  position: absolute;
  bottom: 6.25rem;
  right: 7.5rem;
  width: 12.5rem;
  height: 5.625rem;
}
#facility .swiper-control .swiper-button-next,
#facility .swiper-control .swiper-button-prev {
  width: 5.652rem;
  height: 5.652rem;
  top: 0;
  margin-top: 0;
  background-color: var(--pri3-1);
  transition: all 0.3s ease-in-out;
}
#facility .swiper-control .swiper-button-next::after,
#facility .swiper-control .swiper-button-prev::after {
  font-size: 1.875rem;
  color: var(--white);
}
#facility .swiper-control .swiper-button-next svg,
#facility .swiper-control .swiper-button-prev svg {
  display: none;
}
#facility .swiper-control .swiper-button-next {
  left: 7.2rem;
}
#facility .swiper-control .swiper-button-prev {
  right: 0;
}
#facility .facilitySwiper .facility-paging {
  position: relative;
  width: 93.75rem;
  height: 2px;
  margin: 5.625rem auto 0;
  background: var(--pri4-2);
  box-sizing: border-box;
}
#facility .facilitySwiper .facility-paging .swiper-pagination-progressbar-fill {
  background: var(--pri3-1);
}
@media screen and (max-width: 1680px) {
  #facility .facilitySwiper .facility-paging {
    width: 100%;
  }
}
@media screen and (max-width: 1460px) {
  #facility .header {
    padding: 12.5rem 3.5rem 6.25rem;
  }
  #facility .swiper-control {
    right: 3.5rem;
  }
  #facility .facilitySwiper .facility-paging {
    width: 80%;
  }
}
@media screen and (max-width: 1023px) {
  #facility .header {
    padding: 12.5rem 3rem 6.25rem;
  }
  #facility .swiper-control {
    right: 3rem;
  }
}
@media screen and (max-width: 767px) {
  #facility .header {
    padding: 6rem 2rem 4rem;
  }
  #facility .contents {
    padding-top: 4rem;
  }
  #facility .contents::after {
    height: 12rem;
  }
  #facility .swiper-control {
    width: 8rem;
    right: 2rem;
    bottom: -2rem;
  }
  #facility .swiper-control .swiper-button-next {
    width: 3.5rem;
    height: 3.5rem;
    left: 4em;
  }
  #facility .swiper-control .swiper-button-prev {
    width: 3.5rem;
    height: 3.5rem;
    right: 0;
  }
  #facility .facilitySwiper .facility-paging {
    margin-top: 3rem;
  }
}

/* 병원정보 */
#hospitalInfo .map {
  width: 100%;
}
#hospitalInfo .map .wrap_controllers,
#hospitalInfo .map .cont {
  display: none;
}
#hospitalInfo .map .roughmap_maker_label .roughmap_lebel_text {
  font-size: 2rem;
  padding: 9px 10px 8px;
  line-height: 1.25;
}
#hospitalInfo .map .roughmap_maker_label .roughmap_lebel_text:hover {
  color: var(--pri1);
  transition: all 0.3s;
}
#hospitalInfo .map .roughmap_maker_label .roughmap_lebel_text::before {
  display: inline-block;
  content: "";
  width: 2.6rem;
  height: 2.6rem;
  margin-right: 0.1rem;
  vertical-align: bottom;
  background: url(/common/img/user/main/symbol.svg) no-repeat center center;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  #hospitalInfo .map {
    height: 28.75rem;
  }
}
#hospitalInfo .marqueeSwiper {
  background-color: var(--pri3-1);
}
#hospitalInfo .marqueeSwiper .swiper-wrapper {
  transition-timing-function: linear !important;
}
#hospitalInfo .marqueeSwiper .swiper-wrapper .swiper-slide {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
  width: auto;
  padding: 2.8125rem 6rem;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: -0.04063rem;
}
@media screen and (max-width: 767px) {
  #hospitalInfo .marqueeSwiper .swiper-wrapper .swiper-slide {
    padding: 1.8rem 3.5rem;
    font-size: 1.2rem;
  }
}

html.no-scroll,
body.no-scroll {
  overflow: hidden !important;
}

/* tab */
.tab {
  display: inline-flex;
  justify-content: center;
  overflow-x: auto;
  white-space: nowrap;
  border-radius: 6.25rem;
  padding-left: 2.4rem;
}
.tab li a {
  display: flex;
  flex-shrink: 0;
  padding: 0.4rem 1.5rem 0.5rem;
  justify-content: center;
  align-items: center;
  gap: 0.625rem;
  border-radius: 6.25rem;
  color: var(--white);
  font-size: clamp(1.2rem, 3vw, 1.3rem);
  font-weight: 400;
  letter-spacing: -0.06rem;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 767px) {
  .tab li a {
    padding: 0.2rem 1.2rem 0.2rem;
  }
}
.tab li.active a {
  font-weight: 500;
  background-color: var(--pri4);
  color: var(--pri1);
}
@media screen and (max-width: 767px) {
  .tab {
    width: 100%;
    overflow-x: scroll;
    justify-content: flex-start;
    padding: 0 0.5rem;
    border-radius: 0;
  }
}

.shadow {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
  background: rgba(0, 0, 0, 0.52);
  width: 100%;
  height: 100vh;
  display: none;
}
.shadow.active {
  display: block;
}

.popup {
  display: none;
  width: 75%;
  height: 96%;
  position: fixed;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 0);
  z-index: 1000;
  border: 1px solid #000;
  box-sizing: border-box;
  transition: opacity 0.5s ease-in-out;
}
.popup.show {
  display: block;
  animation: slideUp 0.4s ease-out forwards;
}
.popup.hide {
  animation: slideDown 0.4s ease-in forwards;
}
.popup .popup-header {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  padding: 1.6rem 0 1.4rem 0;
  color: var(--white);
  background: var(--pri3-1);
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .popup .popup-header {
    padding-bottom: 1rem;
  }
}
.popup .popup-header .title {
  display: flex;
  gap: 2rem;
  align-items: center;
  padding-left: 3.45rem;
  padding-bottom: 1rem;
  font-size: 2.6rem;
  font-weight: 500;
  line-height: 148%;
  letter-spacing: -0.10063rem;
}
.popup .popup-header .title > p {
  display: flex;
  gap: 0.2rem;
  position: absolute;
  left: 18rem;
  z-index: 10;
}
.popup .popup-header .title .popup-prev,
.popup .popup-header .title .popup-next {
  display: inline-block;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  cursor: pointer;
  background: var(--pri4) url(/common/img/user/icon/popup_arrow.svg) no-repeat center center;
  background-size: 50%;
  transition: all 0.3s ease-in-out;
}
.popup .popup-header .title .popup-prev:hover,
.popup .popup-header .title .popup-next:hover {
  background-color: var(--pri1);
}
.popup .popup-header .title .popup-prev.none,
.popup .popup-header .title .popup-next.none {
  opacity: 0.4;
  pointer-events: none;
  cursor: default;
}
.popup .popup-header .title .popup-next {
  transform: rotate(180deg);
}
.popup .popup-header .close {
  position: absolute;
  right: 2.25rem;
  top: 2.25rem;
  width: 2.875rem;
  height: 2.875rem;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  border: 1px solid transparent;
  transition: all 0.3s ease-in-out;
}
.popup .popup-header .close img {
  width: 50%;
}
.popup .popup-header .close:hover {
  border-color: var(--pri4);
}
@media screen and (max-width: 767px) {
  .popup .popup-header .close {
    right: 1.6rem;
    top: 1.7rem;
  }
}
.popup .popup-contents {
  position: relative;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  box-sizing: border-box;
  -webkit-overflow-scrolling: touch;
  background-color: var(--white);
}
.popup.treat .popup-header {
  background-color: var(--pri2);
}
.popup.treat .popup-header .title {
  padding-bottom: 0;
}
@keyframes slideUp {
  0% {
    transform: translate(-50%, 20%);
    opacity: 0;
  }
  100% {
    transform: translate(-50%, 0%);
    opacity: 1;
  }
}
@keyframes slideDown {
  0% {
    transform: translate(-50%, 0%);
    opacity: 1;
  }
  100% {
    transform: translate(-50%, 20%);
    opacity: 0;
  }
}
@media screen and (max-width: 1460px) {
  .popup {
    width: 90%;
    overflow: hidden;
  }
}
@media screen and (max-width: 767px) {
  .popup {
    width: 96%;
  }
  .popup .popup-header .title {
    font-size: 2rem;
    padding-left: 2rem;
  }
  .popup .popup-header .title > p {
    position: relative;
    left: initial;
  }
}

#subject01 .tab01 .header {
  background-image: url(/common/img/user/sub/subtop01_01.jpg);
}
#subject01 .tab02 .header {
  background-image: url(/common/img/user/sub/subtop01_02.jpg);
}
#subject01 .tab03 .header {
  background-image: url(/common/img/user/sub/subtop01_03.jpg);
}
#subject01 .tab04 .header {
  background-image: url(/common/img/user/sub/subtop01_04.jpg);
}
#subject01 .tab05 .header {
  background-image: url(/common/img/user/sub/subtop01_05.jpg);
}

#subject02 .tab01 .header {
  background-image: url(/common/img/user/sub/subtop02_01.jpg);
}
#subject02 .tab02 .header {
  background-image: url(/common/img/user/sub/subtop02_02.jpg);
}

#subject03 .tab01 .header {
  background-image: url(/common/img/user/sub/subtop03_01.jpg);
}
#subject03 .tab02 .header {
  background-image: url(/common/img/user/sub/subtop03_02.jpg);
}
#subject03 .tab03 .header {
  background-image: url(/common/img/user/sub/subtop03_03.jpg);
}

#subject04 .tab01 .header {
  background-image: url(/common/img/user/sub/subtop04_01.jpg);
}
#subject04 .tab02 .header {
  background-image: url(/common/img/user/sub/subtop04_02.jpg);
}

#treat01 .header {
  background-image: url(/common/img/user/sub/subtop05.jpg);
}

#treat02 .header {
  background-image: url(/common/img/user/sub/subtop06.jpg);
}

#treat03 .header {
  background-image: url(/common/img/user/sub/subtop07.jpg);
}

#treat04 .header {
  background-image: url(/common/img/user/sub/subtop08.jpg);
}

.subject-wrap > .header {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 22rem;
  padding: 0;
  color: var(--white);
  background-color: var(--black);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.subject-wrap > .header .tit {
  font-size: 3.125rem;
  font-weight: 600;
  letter-spacing: -0.10938rem;
}
.subject-wrap > .header .desc {
  padding-top: 1rem;
  color: var(--white);
  font-size: 1.75rem;
  font-size: clamp(1.5rem, 3vw, 1.75rem);
  font-weight: 300;
  letter-spacing: -0.07rem;
}
.subject-wrap > .header .desc span {
  color: var(--pri1);
  font-size: 1.75rem;
  font-weight: 300;
  letter-spacing: -0.07rem;
}
.subject-wrap .contents {
  padding-top: 8rem;
}
.subject-wrap .subject-item {
  display: flex;
  gap: 5.625rem;
  padding: 0 3.75rem 7.87rem;
  box-sizing: border-box;
}
.subject-wrap .subject-item .image {
  position: relative;
  width: 54rem;
}
.subject-wrap .subject-item .image img {
  position: sticky;
  top: 0;
  left: 0;
}
.subject-wrap .subject-item .container {
  display: flex;
  flex-direction: column;
  flex-basis: 84%;
}
.subject-wrap .subject-item .container .point {
  color: var(--pri1);
  font-size: inherit;
  font-weight: inherit;
}
.subject-wrap .subject-item .container > .tit {
  font-size: clamp(1.6rem, 3vw, 2rem);
  font-weight: 600;
  letter-spacing: -0.0375rem;
  color: var(--pri4);
}
.subject-wrap .subject-item .container > .tit span {
  font-size: inherit;
  font-weight: inherit;
}
.subject-wrap .subject-item .container > .desc {
  padding-top: 2rem;
  padding-bottom: 3.5rem;
  line-height: 1.85;
  font-size: clamp(1.25rem, 3vw, 1.5rem);
  font-weight: 300;
  letter-spacing: -0.0375rem;
  color: var(--pri4);
}
.subject-wrap .subject-item .container > .desc b {
  font-size: inherit;
  font-weight: 500;
  color: var(--pri1);
}
.subject-wrap .subject-item .container .notice-desc {
  padding: 3.44rem 3.25rem;
  background-color: #FBFBFB;
  box-sizing: border-box;
  font-size: clamp(1.25rem, 3vw, 1.5rem);
  font-weight: 300;
  line-height: 168%;
  letter-spacing: -0.0375rem;
  color: var(--pri4);
}
@media screen and (max-width: 1023px) {
  .subject-wrap .subject-item .container .notice-desc {
    background-color: #f5f5f5;
  }
}
.subject-wrap .subject-item .container .notice-desc li {
  display: flex;
  padding-bottom: 1rem;
  font-size: clamp(1.25rem, 3vw, 1.5rem);
  font-weight: 300;
  line-height: 145%;
  letter-spacing: -0.0375rem;
  color: var(--pri4);
}
.subject-wrap .subject-item .container .notice-desc li::before {
  content: "·";
  padding-right: 0.625rem;
  display: inline-block;
  font-weight: 600;
}
.subject-wrap .subject-item .container .notice-desc li:last-child {
  padding-bottom: 0;
}
.subject-wrap .subject-item .container .notice-desc li b {
  display: inline-block;
  min-width: 4.2rem;
  padding-top: 0.1rem;
  padding-right: 0.2rem;
  font-size: inherit;
}
.subject-wrap .subject-item .container .notice-desc li b.elbow {
  min-width: 7.8rem;
}
@media screen and (max-width: 767px) {
  .subject-wrap .subject-item .container .notice-desc li b {
    min-width: 3.5rem;
  }
}
.subject-wrap .subject-item .container .notice-desc li span {
  font-size: inherit;
  font-weight: inherit;
}
.subject-wrap .subject-item .container .last {
  padding: 2.33rem 0 0 0;
  font-size: clamp(1.25rem, 3vw, 1.5rem);
  font-weight: 500;
  line-height: 200%;
  letter-spacing: -0.0375rem;
}
.subject-wrap .subject-item .container .last span {
  font-size: inherit;
  font-weight: inherit;
  color: var(--pri1);
}
@media screen and (max-width: 1023px) {
  .subject-wrap .subject-item {
    gap: 3.5rem;
  }
  .subject-wrap .subject-item .image {
    width: 40rem;
  }
}
@media screen and (max-width: 767px) {
  .subject-wrap > .header {
    padding: 0 2rem;
    height: 16rem;
  }
  .subject-wrap > .header .tit {
    font-size: 2.2rem;
  }
  .subject-wrap > .header .desc {
    line-height: 1.1;
  }
  .subject-wrap > .header .desc span {
    display: block;
    font-weight: 600;
    font-size: inherit;
  }
  .subject-wrap .contents {
    padding-top: 3rem;
  }
  .subject-wrap .subject-item {
    flex-direction: column;
    padding: 0 1.25rem 5.87rem;
  }
  .subject-wrap .subject-item .image {
    width: 100%;
    height: 16rem;
    overflow: hidden;
  }
  .subject-wrap .subject-item .image img {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .subject-wrap .subject-item .container .desc {
    padding-bottom: 2rem;
  }
  .subject-wrap .subject-item .container .notice-desc {
    padding: 2.2rem 2rem;
  }
  .subject-wrap .subject-item .container li .desc {
    padding: 0;
  }
}

.list-item {
  padding-top: 6.25rem;
}
@media screen and (max-width: 767px) {
  .list-item {
    padding-top: 4rem;
  }
}
.list-item .title {
  padding-bottom: 1.69rem;
  font-size: clamp(1.6rem, 3vw, 2rem);
  font-weight: 600;
  line-height: 168%;
  letter-spacing: -0.05rem;
}
.list-item .title span {
  color: var(--pri1);
  font-size: inherit;
  font-weight: inherit;
}
.list-item ul {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}
.list-item ul li {
  display: flex;
  padding: 2.88rem 2.75rem;
  box-sizing: border-box;
  border-bottom: 1px solid #E5E5E5;
}
.list-item ul li:nth-child(even) {
  background-color: #FBFBFB;
}
@media screen and (max-width: 1023px) {
  .list-item ul li:nth-child(even) {
    background-color: #f5f5f5;
  }
}
.list-item ul li .num {
  flex-basis: 10%;
  color: #C3C3C3;
  font-family: var(--enFont);
  font-size: clamp(1.45rem, 3vw, 1.75rem);
  font-weight: 300;
}
@media screen and (max-width: 1023px) {
  .list-item ul li .num {
    font-family: var(--enFont);
  }
}
@media screen and (max-width: 767px) {
  .list-item ul li .num {
    font-family: var(--enFont);
  }
}
.list-item ul li .text-wrap {
  flex-basis: 90%;
}
.list-item ul li .text-wrap .tit {
  padding-bottom: 0.5rem;
  font-size: 1.75rem;
  font-size: clamp(1.45rem, 3vw, 1.75rem);
  font-weight: 500;
  line-height: 160%;
  letter-spacing: -0.04375rem;
}
.list-item ul li .text-wrap .desc {
  padding-top: 1rem;
  color: var(--pri4-1);
  font-size: clamp(1.2rem, 3vw, 1.5rem);
  font-weight: 300;
  line-height: 160%;
  letter-spacing: -0.0375rem;
}
@media screen and (max-width: 767px) {
  .list-item ul li {
    padding: 2rem 1.6rem;
  }
}

.symptoms-item {
  background: url(/common/img/user/sub/symptoms01_01.jpg) no-repeat center center;
  background-size: cover;
}
.symptoms-item.symptoms01-02 {
  background-image: url(/common/img/user/sub/symptoms01_02.jpg);
}
.symptoms-item.symptoms01-03 {
  background-image: url(/common/img/user/sub/symptoms01_03.jpg);
}
.symptoms-item.symptoms01-04 {
  background-image: url(/common/img/user/sub/symptoms01_04.jpg);
}
.symptoms-item.symptoms01-05 {
  background-image: url(/common/img/user/sub/symptoms01_05.jpg);
}
.symptoms-item.symptoms02-01 {
  background-image: url(/common/img/user/sub/symptoms02_01.jpg);
}
.symptoms-item.symptoms02-02 {
  background-image: url(/common/img/user/sub/symptoms02_02.jpg);
}
.symptoms-item.symptoms03-01 {
  background-image: url(/common/img/user/sub/symptoms03_01.jpg);
}
.symptoms-item.symptoms03-02 {
  background-image: url(/common/img/user/sub/symptoms03_02.jpg);
}
.symptoms-item.symptoms03-03 {
  background-image: url(/common/img/user/sub/symptoms03_03.jpg);
}
.symptoms-item.symptoms-treat-01 {
  background-image: url(/common/img/user/sub/symptoms_treat_01.jpg);
}
.symptoms-item.symptoms-treat-02 {
  background-image: url(/common/img/user/sub/symptoms_treat_02.jpg);
}
.symptoms-item.symptoms-treat .contents li {
  height: 27rem;
}
.symptoms-item.symptoms-treat .contents li .tit {
  height: 5.2rem;
}
.symptoms-item .header {
  padding: 8.25rem 0 4.125rem;
  background-image: none !important;
}
.symptoms-item .header .title {
  padding-top: 0;
  color: var(--white);
  font-size: 2rem;
  font-weight: 600;
  line-height: 168%; /* 3.36rem */
  letter-spacing: -0.05rem;
}
.symptoms-item .header .desc {
  padding-top: 0;
  color: var(--White-white-a65, rgba(255, 255, 255, 0.65));
  font-size: 1.75rem;
  font-weight: 300;
  line-height: 168%; /* 2.94rem */
  letter-spacing: -0.04375rem;
}
.symptoms-item .contents {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 0 6rem 8.18rem;
}
.symptoms-item .contents.fifth {
  padding: 0 3rem 8.18rem;
}
.symptoms-item .contents li {
  flex: 1;
  color: var(--white);
  padding: 3.8125rem 1.8125rem 3.625rem 1.8125rem;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}
.symptoms-item .contents li:last-child {
  border-right: 0;
}
.symptoms-item .contents li .icon {
  height: 4rem;
}
.symptoms-item .contents li .icon img {
  width: auto;
  height: 100%;
  margin: 0 auto;
}
.symptoms-item .contents li .tit {
  height: 6.4rem;
  padding-top: 1.6875rem;
  font-size: 1.75rem;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: -0.04375rem;
}
.symptoms-item .contents li .desc {
  height: 8rem;
  padding-top: 1rem;
  color: #D5DEE5;
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 148%; /* 2.22rem */
  letter-spacing: -0.0375rem;
}
@media screen and (max-width: 1023px) {
  .symptoms-item .header {
    padding: 5rem 1.2rem 0;
  }
  .symptoms-item .header .title {
    text-align: center;
  }
  .symptoms-item .header .desc {
    font-size: 1.2rem;
  }
  .symptoms-item .contents {
    flex-wrap: wrap;
    padding: 0 0 4rem;
  }
  .symptoms-item .contents.fifth {
    padding: 0 0 4rem;
  }
  .symptoms-item .contents.fifth li:nth-child(3), .symptoms-item .contents.fifth li:nth-child(4) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
  .symptoms-item .contents.fifth li:nth-child(5) {
    width: 80%;
    border-bottom: 0;
  }
  .symptoms-item .contents li {
    width: 50%;
    height: 22rem;
    flex: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
  .symptoms-item .contents li:nth-child(3), .symptoms-item .contents li:nth-child(4) {
    border-bottom: 0;
  }
  .symptoms-item .contents li .tit {
    height: 4.4rem;
    font-size: 1.5rem;
  }
  .symptoms-item .contents li .desc {
    height: 5.5rem;
    font-size: 1.2rem;
  }
}

.sub-tab-item {
  padding: 8.125rem 3.75rem 7rem;
  background-color: #FBFBFB;
}
@media screen and (max-width: 767px) {
  .sub-tab-item {
    background-color: #f5f5f5;
  }
}
.sub-tab-item .header {
  position: relative;
  display: flex;
  background-image: none !important;
  padding: 0 0 3.75rem 0;
  justify-content: space-between;
  align-items: center;
}
.sub-tab-item .header .title {
  padding-top: 0;
  color: var(--pri4);
  font-size: clamp(1.6rem, 3vw, 2rem);
  font-weight: 600;
  line-height: 148%; /* 3.36rem */
  letter-spacing: -0.05rem;
}
.sub-tab-item .header .title .point {
  color: var(--pri1);
}
.sub-tab-item .header .sub-tab {
  padding: 0.44rem 0.66rem;
  border-radius: 6.25rem;
  background-color: var(--white);
}
.sub-tab-item .header .sub-tab li {
  display: inline-flex;
  padding: 0.425rem 1.5rem;
  justify-content: center;
  align-items: center;
  gap: 0.625rem;
  color: var(--pri4-1);
  font-size: clamp(1.25rem, 3vw, 1.5rem);
  font-weight: 400;
  letter-spacing: -0.06rem;
  border-radius: 6.25rem;
  cursor: pointer;
}
.sub-tab-item .header .sub-tab li.active {
  font-weight: 500;
  color: var(--white);
  background-color: var(--pri1);
}
.sub-tab-item .contents {
  padding: 0;
  display: flex;
  background-color: var(--white);
}
.sub-tab-item .contents .image {
  flex-basis: 30%;
  height: initial;
}
.sub-tab-item .contents .image img {
  width: auto;
  height: 100%;
}
.sub-tab-item .contents .text-wrap {
  flex-basis: 70%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 4rem 4.5em;
}
.sub-tab-item .contents .text-wrap .tit {
  color: var(--pri4);
  font-size: clamp(1.6rem, 3vw, 2rem);
  font-weight: 600;
  line-height: 168%;
  letter-spacing: -0.05rem;
}
.sub-tab-item .contents .text-wrap .desc {
  padding-top: 1.25rem;
  color: var(--pri4);
  font-size: clamp(1.2rem, 3vw, 1.5rem);
  font-weight: 300;
  line-height: 180%;
  letter-spacing: -0.075rem;
}
.sub-tab-item .contents .text-wrap .desc b {
  color: var(--pri1);
}
.sub-tab-item .contents .text-wrap .features-item {
  padding-top: 3rem;
}
.sub-tab-item .contents .text-wrap .features-item .tit {
  color: var(--pri4);
  font-size: clamp(1.5rem, 3vw, 2rem);
  font-weight: 600;
  line-height: 168%;
  letter-spacing: -0.05rem;
}
.sub-tab-item .contents .text-wrap .features-item ul {
  padding-top: 2rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.sub-tab-item .contents .text-wrap .features-item ul li {
  display: flex;
  gap: 1.25rem;
  width: calc(50% - 1.5rem);
  padding-bottom: 1.75rem;
  align-items: flex-start;
}
.sub-tab-item .contents .text-wrap .features-item ul li:nth-child(n+4) {
  padding-bottom: 0;
}
.sub-tab-item .contents .text-wrap .features-item ul li .num {
  display: inline-block;
  width: 2.1875rem;
  height: 2.1875rem;
  line-height: 2.1875rem;
  text-align: center;
  border-radius: 50%;
  background-color: var(--pri4);
  color: var(--white);
  font-family: var(--enFont);
  font-size: 1rem;
  font-weight: 400;
}
@media screen and (max-width: 1023px) {
  .sub-tab-item .contents .text-wrap .features-item ul li .num {
    font-family: var(--enFont);
  }
}
@media screen and (max-width: 767px) {
  .sub-tab-item .contents .text-wrap .features-item ul li .num {
    font-family: var(--enFont);
  }
}
.sub-tab-item .contents .text-wrap .features-item ul li p {
  flex: 1;
  color: var(--pri4-1);
  font-size: clamp(1.25rem, 3vw, 1.5rem);
  font-weight: 300;
  line-height: 1.25;
  letter-spacing: -0.0375rem;
}
@media screen and (max-width: 767px) {
  .sub-tab-item .contents .text-wrap .features-item ul li {
    width: 100%;
    align-items: center;
  }
  .sub-tab-item .contents .text-wrap .features-item ul li:nth-child(n+4) {
    padding-bottom: 1.75rem;
  }
}
@media screen and (max-width: 1460px) {
  .sub-tab-item .contents .image {
    flex-basis: 40%;
  }
  .sub-tab-item .contents .text-wrap {
    padding: 0 3rem;
  }
}
@media screen and (max-width: 1023px) {
  .sub-tab-item {
    padding: 5rem 2rem 4.5rem;
  }
  .sub-tab-item .header {
    flex-direction: column;
    align-items: flex-start;
    padding-bottom: 2rem;
  }
  .sub-tab-item .header .title {
    padding-bottom: 2rem;
  }
  .sub-tab-item .header .title br {
    display: block;
  }
  .sub-tab-item .header .sub-tab {
    display: flex;
    padding: 0;
    background: none;
    gap: 0.8rem;
    width: 100%;
  }
  .sub-tab-item .header .sub-tab li {
    min-width: 4rem;
    line-height: 1;
    padding: 0 0 0.5rem 0;
    border-radius: 0;
    border-bottom: 3px solid transparent;
  }
  .sub-tab-item .header .sub-tab li.active {
    font-weight: 600;
    border-color: var(--pri1);
    background: none;
    color: var(--pri1);
  }
  .sub-tab-item .contents {
    flex-direction: column;
    background: none;
  }
  .sub-tab-item .contents .image {
    position: relative;
    flex-basis: 100%;
    width: 100%;
    height: 30rem;
    overflow: hidden;
    margin-bottom: 2rem;
  }
  .sub-tab-item .contents .image img {
    width: 100%;
    height: 20rem;
  }
  .sub-tab-item .contents .text-wrap {
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  .sub-tab-item {
    padding: 5rem 1.25rem 4.5rem;
  }
}

.closing-comment {
  display: flex;
  flex-direction: column;
  padding: 6.56rem 3.75rem 17rem;
  color: var(--pri4);
  background-color: var(--white);
  box-sizing: border-box;
}
.closing-comment .tit {
  text-align: center;
  font-size: 2rem;
  font-weight: 600;
  line-height: 168%; /* 3.36rem */
  letter-spacing: -0.05rem;
}
.closing-comment .tit img {
  width: 10rem;
  height: auto;
  margin: 0 auto 1rem;
}
.closing-comment .tit b {
  font-weight: inherit;
  font-size: inherit;
  color: var(--pri1);
}
.closing-comment .desc {
  text-align: center;
  padding-top: 1rem;
  font-size: 1.68rem;
  font-weight: 400;
  line-height: 168%; /* 2.52rem */
  letter-spacing: -0.0375rem;
  color: var(--pri4-1);
}
@media screen and (max-width: 767px) {
  .closing-comment {
    padding: 4rem 1.25rem 12rem;
  }
  .closing-comment .tit {
    font-size: 1.6rem;
  }
  .closing-comment .tit img {
    width: 8rem;
  }
  .closing-comment .desc {
    font-size: 1.3rem;
    font-weight: 300;
    margin: 0 auto 2rem;
  }
}

/*community*/
.community {
  font-family: var(--krFont);
  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(--krFont);
    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(--krFont);
    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(--krFont);
  font-size: 72px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: -1.44px;
  font-family: var(--enFont);
  text-align: center;
}
@media screen and (max-width: 1023px) {
  .community .title {
    font-family: var(--krFont);
    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(--krFont);
    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(--enFont);
  }
}
@media screen and (max-width: 767px) {
  .community .title {
    font-family: var(--enFont);
  }
}
.community .title-mini {
  text-align: center;
  font-family: var(--krFont);
}
.community input {
  font-family: var(--krFont);
  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(--krFont);
    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(--krFont);
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 170%;
    letter-spacing: -0.56px;
  }
}
.community .step-tit {
  font-family: var(--krFont);
  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(--krFont);
    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(--krFont);
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: -0.72px;
  }
}
.community .step-tit span {
  font-family: var(--krFont);
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.88px;
  font-family: var(--enFont);
  margin-right: 0.625rem;
}
@media screen and (max-width: 1023px) {
  .community .step-tit span {
    font-family: var(--krFont);
    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(--krFont);
    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(--enFont);
  }
}
@media screen and (max-width: 767px) {
  .community .step-tit span {
    font-family: var(--enFont);
  }
}
.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(--krFont);
  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(--krFont);
    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(--krFont);
    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(--krFont);
  border: 0;
  height: 100%;
}
#join .step02 ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: none;
  justify-content: flex-start;
  align-items: baseline;
  gap: 10%;
}
#join .step02 ul li:nth-child(1):after {
  content: "*";
  color: var(--pri1);
  margin-bottom: 5px;
}
#join .step02 ul li:nth-child(1) {
  flex-basis: 20%;
  flex-grow: 1;
}
#join .step02 ul li:nth-child(2) {
  flex-basis: 70%;
  display: flex;
  flex-direction: colum;
  flex-wrap: wrap;
  align-content: none;
  justify-content: flex-start;
  align-items: center;
  gap: 5%;
}
#join .step02 ul li:nth-child(2) input {
  flex-basis: 75%;
}
#join .step02 ul li:nth-child(2) .btn {
  flex-basis: 20%;
  height: 100%;
  margin-bottom: 0 !important;
}
@media screen and (max-width: 500px) {
  #join .step02 ul {
    gap: 0.25rem;
  }
  #join .step02 ul li:nth-child(1) {
    flex-basis: 100%;
    flex-grow: 1;
  }
  #join .step02 ul li:nth-child(2) {
    flex-basis: 100%;
  }
  #join .step02 ul li:nth-child(2) input {
    flex-basis: 100%;
  }
  #join .step02 ul li:nth-child(2) .btn {
    flex-basis: 100%;
  }
}

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

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

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

.privacy {
  background-color: var(--pri1);
  color: var(--white);
  padding: 1.875rem;
  border-radius: 20px;
  position: fixed;
}
@media screen and (max-width: 767px) {
  .privacy .popcont {
    font-size: 12px;
  }
}

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

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

.pay {
  text-align: center;
  max-width: 1400px;
  width: 80%;
  margin: 0 auto;
  overflow-x: auto;
  margin-bottom: 150px;
}
.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: 1200px;
  width: 90%;
  margin: 0 auto;
  margin-bottom: 9.375rem;
  margin-top: 6.25rem;
  /*게시판공통*/
  /*검색&글쓰기*/
  /*토탈(공통)*/
  /*탭(공통)*/
  /*더보기버튼(공통)*/
  /*페이지버튼(공통)*/
}
#board .board {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: normal;
  justify-content: center;
  align-items: space-between;
  gap: 0;
  border-top: 2px solid var(--pri1);
}
#board .board li {
  cursor: pointer;
  transition: all 0.5s ease;
}
#board .board .list-title {
  font-family: var(--krFont);
  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(--krFont);
    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(--krFont);
    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(--krFont);
  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(--krFont);
    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(--krFont);
    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(--krFont);
  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(--krFont);
    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(--krFont);
    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(--krFont);
  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(--krFont);
    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(--krFont);
    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(--krFont);
  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(--krFont);
    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(--krFont);
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 170%;
    letter-spacing: -0.56px;
  }
}
#board .button-wrap .board-button:hover {
  background-color: var(--pri1);
  border: 1px solid var(--pri1);
  color: white;
  transition: all 0.5s ease;
}
#board .pagination {
  margin-top: 3.125rem;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: normal;
  justify-content: center;
  align-items: center;
  gap: 40px;
}
@media screen and (max-width: 900px) {
  #board .pagination {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: normal;
    justify-content: center;
    align-items: center;
    gap: 1rem;
  }
}
#board .pagination .num_list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: normal;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
@media screen and (max-width: 900px) {
  #board .pagination .num_list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: normal;
    justify-content: center;
    align-items: center;
    gap: 0.25rem;
  }
}
#board .pagination .num_list li a {
  text-align: center;
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  color: var(--gray9);
  border-radius: 0.3rem;
}
#board .pagination .num_list li a.on {
  color: white;
  background-color: var(--pri1);
}
#board .pagination .num_list li a.on:hover {
  color: white;
  transition: all 0.5s ease;
}
#board .pagination .num_list li a:hover {
  color: var(--pri1);
  font-weight: bold;
  transition: all 0.5s ease;
}
#board .pagination i {
  color: var(--gray6);
  transition: all 0.5s ease;
}
#board .pagination i:hover {
  color: var(--pri1);
  transition: all 0.5s ease;
}

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

/*view*/
.view .list-info {
  text-align: center;
  margin-bottom: 3.125rem;
}
.view .list-info .list-title {
  font-family: var(--krFont);
  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(--krFont);
    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(--krFont);
    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(--enFont);
  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(--enFont);
  }
}
@media screen and (max-width: 767px) {
  .view .list-info .list-title span {
    font-family: var(--enFont);
  }
}
@media screen and (max-width: 1023px) {
  .view .list-info .list-title span {
    font-family: var(--enFont);
    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(--enFont);
  }
}
@media screen and (max-width: 1023px) and (max-width: 767px) {
  .view .list-info .list-title span {
    font-family: var(--enFont);
  }
}
@media screen and (max-width: 767px) {
  .view .list-info .list-title span {
    font-family: var(--enFont);
    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(--enFont);
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .view .list-info .list-title span {
    font-family: var(--enFont);
  }
}
.view .content {
  position: relative;
  font-family: var(--krFont);
  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(--krFont);
    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(--krFont);
    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(--krFont);
  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(--krFont);
    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(--krFont);
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 170%;
    letter-spacing: -0.56px;
  }
}
.view .content .content-button button:hover {
  color: var(--pri1);
  border: 1px solid var(--pri1);
  transition: all 0.5s ease;
}
.view .answer {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  background-color: var(--gray1);
  padding: 1.25rem;
  text-align: center;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-content: center;
  justify-content: normal;
  align-items: center;
  gap: 20px;
}
.view .answer .list-category {
  margin-right: auto;
  margin-left: auto;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  border-radius: 999px;
  border: 1px solid var(--pri1);
  color: var(--pri1);
}
.view .answer .list-category.end {
  background-color: var(--pri1);
  color: var(--white);
}
.view .add-file {
  font-family: var(--krFont);
  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(--krFont);
    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(--krFont);
    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(--krFont);
  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(--krFont);
    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(--krFont);
    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(--krFont);
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 170%;
  letter-spacing: -0.6px;
  /*
  &:after{
      content: '*';
      color:var(--pri1);
      margin-bottom:5px;
  }
  */
}
@media screen and (max-width: 1023px) {
  .write ul li:nth-child(1) {
    font-family: var(--krFont);
    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(--krFont);
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    letter-spacing: -0.56px;
  }
}
.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(--krFont);
  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(--krFont);
    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(--krFont);
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 170%;
    letter-spacing: -0.56px;
  }
}
.write ul li:nth-child(2) textarea {
  width: 100% !important;
  height: 300px !important;
}
.write ul li:nth-child(2) label {
  width: 100%;
}
.write ul li:nth-child(2) .input-s {
  width: 20%;
}
.write ul li:nth-child(2) .input-m {
  width: 50%;
}
.write ul li:nth-child(2) .input-l {
  width: 100%;
}
.write ul li:nth-child(2) button {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  border-radius: 999px;
  border: 1px solid var(--gray10);
  color: var(--gray10);
}
@media screen and (max-width: 767px) {
  .write ul {
    gap: 10px;
  }
  .write ul li:nth-child(1), .write ul li:nth-child(2) {
    flex-basis: 100%;
  }
  .write ul li:nth-child(2) .input-s,
  .write ul li:nth-child(2) .input-m,
  .write ul li:nth-child(2) .input-l {
    width: 100%;
  }
}
.write ul.required li:nth-child(1):after {
  content: "*";
  color: var(--pri1);
  margin-bottom: 5px;
}
.write .personal-infor {
  margin-top: 6.25rem;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: normal;
  justify-content: space-between;
  align-items: baseline;
  gap: 20px;
}
.write .personal-infor h2 {
  font-family: var(--krFont);
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: -0.88px;
}
@media screen and (max-width: 1023px) {
  .write .personal-infor h2 {
    font-family: var(--krFont);
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    letter-spacing: -0.72px;
  }
}
@media screen and (max-width: 767px) {
  .write .personal-infor h2 {
    font-family: var(--krFont);
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    letter-spacing: -0.72px;
  }
}
.write .personal-infor p {
  padding: 1.25rem;
  background-color: var(--gray1);
  width: 100%;
}

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

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

/*event게시판*/
.event {
  justify-content: space-between !important;
}
.event li {
  flex-basis: calc(50% - 20px);
  margin-bottom: 2.5rem;
}
.event li .list-thumb {
  height: 300px;
  justify-content: center;
}
.event li .list-title {
  text-align: center;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}
.event li .list-title span {
  padding-right: 1.25rem;
  font-family: var(--enFont);
  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(--enFont);
  }
}
@media screen and (max-width: 767px) {
  .event li .list-title span {
    font-family: var(--enFont);
  }
}
@media screen and (max-width: 1023px) {
  .event li .list-title span {
    font-family: var(--enFont);
    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(--enFont);
  }
}
@media screen and (max-width: 1023px) and (max-width: 767px) {
  .event li .list-title span {
    font-family: var(--enFont);
  }
}
@media screen and (max-width: 767px) {
  .event li .list-title span {
    font-family: var(--enFont);
    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(--enFont);
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .event li .list-title span {
    font-family: var(--enFont);
  }
}
@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 */