@charset "UTF-8";
/*base*/
@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.8/dist/web/variable/pretendardvariable.css");
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Outfit:wght@100..900&family=Raleway:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100..900;1,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;
}

body {
  line-height: 1;
  overflow-x: hidden;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

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

* {
  box-sizing: border-box;
}

li, a {
  list-style: none;
}

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

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

input {
  caret-color: black;
}

textarea {
  caret-color: black;
}

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

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

::-webkit-scrollbar {
  width: 3px;
  background: transparent;
}

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

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

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

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

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

@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=title] {
  opacity: 0;
}

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

/*style*/
/*
    반응형
    사용 시 : 
    @include tablet{

    }
    @include mobile{

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

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

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

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

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

:root {
  /*gray*/
  --gray1: #FAFAFA;
  --gray2: #F2F2F2;
  --gray3: #ECECEC;
  --gray4: #F0F0F0;
  --gray5: #CFCFCF;
  --gray6: #BEBEBE;
  --gray7: #B7B7B7;
  --gray8: #ABABAB;
  --gray9: #A1A1A1;
  --gray10: #5E5E5E;
  /*black*/
  --black: #000;
  --black-a95: rgba(0, 0, 0, 0.95);
  --black-a90: rgba(0, 0, 0, 0.90);
  --black-a85: rgba(0, 0, 0, 0.85);
  --black-a80: rgba(0, 0, 0, 0.80);
  --black-a75: rgba(0, 0, 0, 0.75);
  --black-a70: rgba(0, 0, 0, 0.70);
  --black-a65: rgba(0, 0, 0, 0.65);
  --black-a60: rgba(0, 0, 0, 0.60);
  --black-a55: rgba(0, 0, 0, 0.55);
  --black-a50: rgba(0, 0, 0, 0.50);
  --black-a45: rgba(0, 0, 0, 0.45);
  --black-a40: rgba(0, 0, 0, 0.40);
  --black-a35: rgba(0, 0, 0, 0.35);
  --black-a30: rgba(0, 0, 0, 0.30);
  --black-a25: rgba(0, 0, 0, 0.25);
  --black-a20: rgba(0, 0, 0, 0.20);
  --black-a15: rgba(0, 0, 0, 0.15);
  --black-a10: rgba(0, 0, 0, 0.10);
  --black-a5: rgba(0, 0, 0, 0.05);
  /*white*/
  --white: #fff;
  --white-a95: rgba(255, 255, 255, 0.95);
  --white-a90: rgba(255, 255, 255, 0.90);
  --white-a85: rgba(255, 255, 255, 0.85);
  --white-a80: rgba(255, 255, 255, 0.80);
  --white-a75: rgba(255, 255, 255, 0.75);
  --white-a70: rgba(255, 255, 255, 0.70);
  --white-a65: rgba(255, 255, 255, 0.65);
  --white-a60: rgba(255, 255, 255, 0.60);
  --white-a55: rgba(255, 255, 255, 0.55);
  --white-a50: rgba(255, 255, 255, 0.50);
  --white-a45: rgba(255, 255, 255, 0.45);
  --white-a40: rgba(255, 255, 255, 0.40);
  --white-a35: rgba(255, 255, 255, 0.35);
  --white-a30: rgba(255, 255, 255, 0.30);
  --white-a25: rgba(255, 255, 255, 0.25);
  --white-a20: rgba(255, 255, 255, 0.20);
  --white-a15: rgba(255, 255, 255, 0.15);
  --white-a10: rgba(255, 255, 255, 0.10);
  --white-a5: rgba(255, 255, 255, 0.05);
  /*pri 1*/
  --pri1: #2669B3;
  --pri1-1: ;
  --pri1-2: ;
  --pri1-3: ;
  --pri1-4: ;
  --pri1-5: ;
  --pri1-6: ;
  --pri1-7: ;
  --pri1-8: ;
  --pri1-9: ;
  --pri1-10: ;
  /*pri 2*/
  --pri2: #00BAC8;
  --pri2-1: #0ED6E5;
  --pri2-2: ;
  --pri2-3: ;
  --pri2-4: ;
  --pri2-5: ;
  --pri2-6: ;
  --pri2-7: ;
  --pri2-8: ;
  --pri2-9: ;
  --pri2-10: ;
  /*pri 3*/
  --pri3: #02ECFE;
  --pri3-1: ;
  --pri3-2: ;
  --pri3-3: ;
  --pri3-4: ;
  --pri3-5: ;
  --pri3-6: ;
  --pri3-7: ;
  --pri3-8: ;
  --pri3-9: ;
  --pri3-10: ;
  /*pri 4*/
  --pri4: #101010;
  --pri4-1: #202020;
  --pri4-2: #2E2E2E;
  --pri4-3: ;
  --pri4-4: ;
  --pri4-5: ;
  --pri4-6: ;
  --pri4-7: ;
  --pri4-8: ;
  --pri4-9: ;
  --pri4-10: ;
  /*pri 5*/
  --pri5: #6F6F6F;
  --pri5-1: #9F9F9F;
  --pri5-2: ;
  --pri5-3: ;
  --pri5-4: ;
  --pri5-5: ;
  --pri5-6: ;
  --pri5-7: ;
  --pri5-8: ;
  --pri5-9: ;
  --pri5-10: ;
  /*sub*/
  --sub1: #F2FEFF;
  --sub1-1: #A8B8CD;
  --sub1-2: ;
  --sub1-3: ;
  --sub1-4: ;
  --sub1-5: ;
  --sub1-6: ;
  --sub1-7: ;
  --sub1-8: ;
  --sub1-9: ;
  --sub1-10: ;
  /*sub*/
  --sub2: ;
  --sub2-1: ;
  --sub2-2: ;
  --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 {
  --roboto: "roboto",serif;
  --preten: "Pretendard Variable", "roboto", sans-serif;
}

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

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

h1 {
  font-family: var(--preten);
  font-size: 3.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.0781px;
}
@media screen and (max-width: 767px) {
  h1 {
    font-size: 3rem;
    line-height: 3.4rem;
  }
}
@media (width <= 320px) {
  h1 {
    font-size: 2.2rem;
  }
}

h2 {
  font-family: var(--preten);
  font-size: 2.875rem;
  font-style: normal;
  font-weight: 600;
  line-height: 146%;
  letter-spacing: -0.0719rem;
}
@media screen and (max-width: 767px) {
  h2 {
    font-size: 2.25rem;
    line-height: 3.2rem;
  }
}
@media (width <= 320px) {
  h2 {
    font-size: 2rem;
  }
}

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

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

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

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

.main-tit {
  font-size: 2.875rem;
  font-weight: 300;
  line-height: 148%;
  letter-spacing: -0.0719rem;
}
@media screen and (max-width: 1023px) {
  .main-tit {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .main-tit {
    font-size: 1.8rem;
  }
}

.main-tit-desc {
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 136%;
  letter-spacing: -0.0375rem;
}
@media screen and (max-width: 1023px) {
  .main-tit-desc {
    font-size: 1.1rem;
  }
}
@media screen and (max-width: 767px) {
  .main-tit-desc {
    font-size: 1rem;
  }
}
@media (width <= 320px) {
  .main-tit-desc {
    font-size: 0.8rem;
  }
}

.main-tit-en {
  font-family: var(--roboto);
  letter-spacing: 0;
  font-size: 1.375rem;
  font-weight: 600;
  line-height: 148%;
  letter-spacing: 0;
  color: var(--pri2);
}
@media screen and (max-width: 1023px) {
  .main-tit-en {
    font-family: var(--roboto);
  }
}
@media screen and (max-width: 767px) {
  .main-tit-en {
    font-family: var(--roboto);
  }
}
@media screen and (max-width: 1023px) {
  .main-tit-en {
    font-size: 1.1rem;
  }
}
@media screen and (max-width: 767px) {
  .main-tit-en {
    font-size: 0.9rem;
  }
}
@media (width <= 320px) {
  .main-tit-en {
    font-size: 0.8rem;
  }
}

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

b {
  font-weight: 700;
}

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

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

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

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

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

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

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

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

/*common*/
.scroll-top2 {
  position: fixed;
  right: 2rem;
  bottom: -10rem;
  width: 10.125rem;
  height: 10.125rem;
  cursor: pointer;
  z-index: 11;
}
.scroll-top2.active {
  bottom: 2rem;
}
.scroll-top2.active .topbtn-up-arrow > div:hover {
  transform: translateY(0%) translateZ(0);
  -webkit-transform: translateY(0%) translateZ(0);
  -moz-transform: translateY(0%) translateZ(0);
  -ms-transform: translateY(0%) translateZ(0);
  -o-transform: translateY(0%) translateZ(0);
  animation: updown 0.6s ease-in-out;
  -webkit-animation: updown 0.6s ease-in-out;
  -moz-animation: updown 0.6s ease-in-out;
  -ms-animation: updown 0.6s ease-in-out;
  -o-animation: updown 0.6s ease-in-out;
}
.scroll-top2 .scroll-top2-bg {
  width: 100%;
  height: 100%;
  background: url(/common/img/user/scroll_top2_bg2.png) 0 0/100% no-repeat;
}
.scroll-top2 .topbtn-up-arrow {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 6rem;
  height: 6rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transform: translate(-50%, -50%) translateZ(0);
  -webkit-transform: translate(-50%, -50%) translateZ(0);
  -moz-transform: translate(-50%, -50%) translateZ(0);
  -ms-transform: translate(-50%, -50%) translateZ(0);
  -o-transform: translate(-50%, -50%) translateZ(0);
}
.scroll-top2 .topbtn-up-arrow > div {
  position: relative;
  width: 100%;
  height: 100%;
  text-indent: -9999px;
  background: url(/common/img/user/scroll_top2_arrow2.png) 50% 50%/auto no-repeat;
  transform: background 1s ease;
  -webkit-transform: background 1s ease;
  -moz-transform: background 1s ease;
  -ms-transform: background 1s ease;
  -o-transform: background 1s ease;
}
@media screen and (max-width: 767px) {
  .scroll-top2 {
    right: 1rem;
    bottom: -10rem;
    width: 7rem;
    height: 7rem;
  }
  .scroll-top2.active {
    bottom: 1rem;
  }
  .scroll-top2 .scroll-top2-bg {
    background: url(/common/img/user/scroll_top2_bg2.png) 0 0/100% no-repeat;
  }
  .scroll-top2 .topbtn-up-arrow {
    width: 3rem;
    height: 3rem;
  }
  .scroll-top2 .topbtn-up-arrow > div {
    width: 80%;
    height: 80%;
    background-size: contain;
  }
}

@keyframes updown {
  0% {
    transform: translateY(0%) translateZ(0);
    -webkit-transform: translateY(0%) translateZ(0);
    -moz-transform: translateY(0%) translateZ(0);
    -ms-transform: translateY(0%) translateZ(0);
    -o-transform: translateY(0%) translateZ(0);
  }
  50% {
    transform: translateY(-10%) translateZ(0);
    -webkit-transform: translateY(-10%) translateZ(0);
    -moz-transform: translateY(-10%) translateZ(0);
    -ms-transform: translateY(-10%) translateZ(0);
    -o-transform: translateY(-10%) translateZ(0);
  }
  100% {
    transform: translateY(0%) translateZ(0);
    -webkit-transform: translateY(0%) translateZ(0);
    -moz-transform: translateY(0%) translateZ(0);
    -ms-transform: translateY(0%) translateZ(0);
    -o-transform: translateY(0%) translateZ(0);
  }
}
footer {
  background-color: var(--pri4);
  padding: 10rem 0 12.5rem;
  color: #C1C1C1;
  position: relative;
  box-sizing: border-box;
  overflow: hidden;
}
footer .top {
  position: relative;
  width: 91.25rem;
  margin: 0 auto;
  box-sizing: border-box;
}
footer .top ul {
  display: flex;
  flex-wrap: wrap;
  width: 70%;
  gap: 0 1.6rem;
  line-height: 1.85;
}
footer .top ul li {
  padding-bottom: 1rem;
}
footer .top ul li span {
  font-size: 1rem;
  font-weight: 300;
}
footer .top ul li .btn {
  display: inline-block;
  padding: 0.2rem 0.6rem;
  font-size: 1rem;
  line-height: 1.25;
  background-color: var(--pri4-1);
  border: 1px solid #C1C1C1;
  border-radius: 0.1rem;
  cursor: pointer;
  transition: all 0.3s;
}
footer .top ul li .btn:hover {
  background-color: var(--pri4-2);
}
footer .top ul .label {
  color: #6f6f6f;
}
footer .top ul .label::after {
  content: ":";
  display: inline-block;
  padding: 0 0.3rem;
}
footer .top .scroll-top {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  width: 7.5rem;
  height: 7.5rem;
  line-height: 7.5rem;
  text-align: center;
  font-family: var(--roboto);
  letter-spacing: 0;
  font-size: 1.2rem;
  font-weight: 400;
  text-transform: uppercase;
  border-radius: 0.25rem;
  color: var(--white);
  background-color: var(--pri2);
  cursor: pointer;
}
@media screen and (max-width: 1023px) {
  footer .top .scroll-top {
    font-family: var(--roboto);
  }
}
@media screen and (max-width: 767px) {
  footer .top .scroll-top {
    font-family: var(--roboto);
  }
}
footer .top .scroll-top:hover {
  background-color: var(--pri2-1);
  transition: background-color 0.3s ease;
}
@media screen and (max-width: 767px) {
  footer .top .scroll-top {
    width: 4.5rem;
    height: 4.5rem;
    line-height: 4.5rem;
    font-size: 1rem;
  }
}
footer .bottom {
  width: 91.25rem;
  margin: 0 auto;
  padding-top: 6rem;
}
footer .bottom .copy {
  color: #8F8F8F;
  font-family: var(--roboto);
  letter-spacing: 0;
  font-size: 1rem;
  font-weight: 300;
  letter-spacing: 0;
}
@media screen and (max-width: 1023px) {
  footer .bottom .copy {
    font-family: var(--roboto);
  }
}
@media screen and (max-width: 767px) {
  footer .bottom .copy {
    font-family: var(--roboto);
  }
}
@media screen and (max-width: 1460px) {
  footer .top {
    width: 100%;
    padding: 0 2rem;
  }
  footer .top .scroll-top {
    right: 1rem;
  }
  footer .bottom {
    width: 100%;
    padding: 4rem 2rem 0;
  }
}
@media screen and (max-width: 1023px) {
  footer {
    padding: 6rem 0 8rem;
  }
  footer .top ul li {
    font-size: 0.9rem;
  }
  footer .top ul li span {
    font-size: 0.9rem;
  }
  footer .bottom {
    padding: 2.5rem 2rem 0;
  }
}
@media screen and (max-width: 767px) {
  footer {
    padding: 4rem 0 5rem;
  }
  footer .bottom .copy {
    line-height: 1.25;
    font-size: 0.9rem;
  }
}

/*nav*/
header {
  position: absolute;
  top: 45px;
  left: 0;
  right: 0;
  width: 100%;
  transition: all 0.2s;
  z-index: 100;
  will-change: transform;
  backface-visibility: hidden;
  box-sizing: border-box;
}
header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .container .logo {
  background-image: url(/common/img/user/logo_w.svg);
  width: 14.875rem;
  height: 2rem;
  cursor: pointer;
  margin-left: 3.75rem;
  background-repeat: no-repeat;
  background-position: top left;
}
header .container .menu {
  display: flex;
  gap: 2.5rem;
}
header .container .menu .depth01 {
  padding: 10px 0px 17px;
  cursor: pointer;
  transition: all 0.5s ease;
  color: var(--white);
  position: relative;
}
header .container .menu .depth01 .depth02 {
  position: absolute;
  top: 3.3rem;
  min-width: 140px;
  left: 50%;
  padding: 0.5rem 0;
  transform: translate(-50%, 0%);
  border-radius: 4px;
  background: #FFF;
  box-shadow: 2px 3px 5.5px 3px rgba(0, 0, 0, 0.09);
}
header .container .menu .depth01 .depth02 li {
  padding: 0.5rem 0;
  text-align: center;
  line-height: 1.25;
}
header .container .menu .depth01 .depth02 li:last-of-type {
  border-bottom: 0px;
}
header .container .menu .depth01 .depth02 li a {
  font-size: 16px;
  font-weight: 400;
  color: var(--black-a90);
}
header .container .menu .depth01 .depth02 li:hover a {
  color: var(--pri2);
}
header .container .menu .depth01:hover a {
  color: var(--pri2);
}
header .container .util {
  margin-right: 3.75rem;
  margin-top: -0.5rem;
  z-index: 110;
  cursor: pointer;
}
header .container .util .sitemap {
  display: block;
  width: 24px;
  height: 24px;
  z-index: 101;
  background: url(/common/img/user/icon/sitmap.svg) no-repeat 0 0;
  transition: all 0.5s ease;
}
header .container .util .sitemap:hover {
  opacity: 0.5;
}
@media (width <= 1460px) {
  header .container .menu {
    gap: 2rem;
    transition: all 0.2s linear;
  }
}
@media (width <= 1340px) {
  header .container .logo {
    margin-left: 2.75rem;
    width: 12rem;
    height: 2rem;
    background-size: contain;
  }
  header .container .menu {
    gap: 2rem;
    transition: all 0.2s linear;
  }
  header .container .menu li a {
    font-size: 1rem;
    transition: all 0.2s linear;
  }
  header .container .util {
    margin-right: 2.75rem;
  }
}
@media (width <= 1200px) {
  header .container .menu {
    gap: 1.5rem;
  }
}
@media (width <= 1140px) {
  header .container .logo {
    margin-left: 2rem;
  }
  header .container .menu {
    gap: 1rem;
  }
  header .container .util {
    margin-right: 2rem;
  }
}
@media screen and (max-width: 1023px) {
  header .container .logo {
    width: 14.875rem;
    height: 2rem;
    margin-left: 2.75rem;
  }
  header .container .menu {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  header {
    top: 1.875rem;
  }
  header.fix .container {
    padding-bottom: 1.1rem;
  }
  header .container .logo {
    margin-left: 1.5rem;
  }
  header .container .util {
    margin-top: 0;
    margin-right: 1.5rem;
    z-index: 1;
  }
}

.fix {
  position: fixed;
  top: 0;
  box-shadow: 0px 5px 8px 3px rgba(0, 0, 0, 0.06);
  transition: all 0.1s linear;
  background-color: var(--white);
}
.fix .container {
  padding: 1rem 0 0.625rem;
}
.fix .container .logo {
  background-image: url(/common/img/user/logo.svg);
}
.fix .container .menu li {
  color: var(--pri4-1);
}
.fix .container .util .sitemap {
  background-image: url(/common/img/user/icon/sitmap_on.svg);
}

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

/*사이트맵*/
#sitemap {
  position: fixed;
  top: 0;
  right: -10rem;
  width: 0;
  height: 100%;
  z-index: 200;
  background-color: var(--pri1);
  transform: translateX(100%);
  transition: transform 0.4s ease-in-out;
}
@media screen and (max-width: 1460px) {
  #sitemap {
    width: 70%;
    box-shadow: 0px 5px 8px 3px rgba(0, 0, 0, 0.06);
  }
}
@media screen and (max-width: 767px) {
  #sitemap {
    width: 70%;
    right: 0;
    box-shadow: 0px 5px 8px 3px rgba(0, 0, 0, 0.06);
  }
}
#sitemap .btn_close {
  display: block;
  position: absolute;
  right: 2rem;
  top: 3rem;
  width: 3.75rem;
  height: 3.75rem;
  background: url(/common/img/user/icon/sitemap_close.svg) no-repeat center center;
  cursor: pointer;
}
#sitemap .btn_close:hover {
  opacity: 0.4;
  transition: opacity 0.3s ease-in-out;
}
@media screen and (max-width: 1460px) {
  #sitemap .btn_close {
    z-index: 1;
    top: 1rem;
  }
}
@media screen and (max-width: 767px) {
  #sitemap .btn_close {
    z-index: 1;
    right: 0.5rem;
  }
}
#sitemap .container {
  width: 80%;
  height: 80%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  overflow: visible;
  display: flex;
  flex-direction: column;
}
#sitemap .container .menu {
  flex-grow: 1;
  overflow-y: scroll;
  padding-right: 10px;
  pointer-events: auto;
}
#sitemap .container .menu::-webkit-scrollbar-thumb {
  background: var(--white);
}
#sitemap .container .menu::-webkit-scrollbar {
  background: rgba(0, 0, 0, 0.3294117647);
}
#sitemap .container .menu .depth01 {
  border-bottom: 1px solid var(--white-a10);
  padding: 30px 0 10px 0;
}
@media screen and (max-width: 767px) {
  #sitemap .container .menu .depth01 {
    padding: 14px 0 14px 0;
  }
}
#sitemap .container .menu .depth01 > a {
  color: white;
  font-size: 1.0625rem;
}
@media screen and (max-width: 767px) {
  #sitemap .container .menu .depth01 > a {
    display: block;
    padding-bottom: 0.4rem;
    font-size: 1rem;
    font-weight: 400;
  }
}
#sitemap .container .menu .depth01:last-of-type {
  border-bottom: 0px;
}
#sitemap .container .menu .depth01 .depth02 {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
}
#sitemap .container .menu .depth01 .depth02 > li {
  padding: 0;
}
#sitemap .container .menu .depth01 .depth02 > li > a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0.5rem 0;
  color: var(--white-a55);
}
#sitemap .container .menu .depth01 .depth02 > li > a:hover {
  color: var(--pri3);
  transition: color 0.3s ease-in;
}
@media screen and (max-width: 767px) {
  #sitemap .container .menu .depth01 .depth02 > li > a {
    display: block;
    font-weight: 300;
    font-size: 1.12rem;
    padding: 0.1rem 0;
  }
}
@media screen and (max-width: 1460px) {
  #sitemap .container .menu .depth01 .depth02 {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media screen and (max-width: 1023px) {
  #sitemap .container .menu .depth01 .depth02 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 767px) {
  #sitemap .container .menu .depth01 .depth02 {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media screen and (max-width: 767px) {
  #sitemap .container {
    height: 100%;
    width: 100%;
  }
  #sitemap .container .menu {
    padding: 1.875rem 1.5rem 1.875rem 2.5rem;
  }
  #sitemap .container .menu > a.hidden-pc-tab {
    font-family: var(--preten);
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1.25;
    color: var(--pri2);
  }
  #sitemap .container .menu > a.hidden-pc-tab span {
    display: block;
    font-size: 0.9rem;
  }
}

#sitemap.open {
  transform: translateX(0);
  width: 50%;
  right: 0;
}
@media screen and (max-width: 767px) {
  #sitemap.open {
    width: 70%;
  }
}

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

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

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

#Quick {
  position: fixed;
  bottom: 0;
  right: 0;
  display: none;
  opacity: 0;
  align-items: flex-end;
  gap: 20px;
  z-index: 100;
  transition: all 0.3s ease;
}
#Quick.on {
  display: block;
  opacity: 1;
  bottom: 0;
  transition: all 0.3s ease;
}
#Quick .online-form {
  width: 25rem;
  height: 100%;
  padding: 3.4rem 3rem;
  border-radius: 1.5625rem;
  box-sizing: border-box;
  background-color: var(--pri2);
}
@media screen and (max-width: 767px) {
  #Quick .online-form {
    width: 100%;
    height: 52vh;
    padding: 2rem;
    border-radius: 1.5625rem 1.5625rem 0 0;
  }
}
#Quick .online-form-close {
  position: absolute;
  top: 0;
  right: 0;
  width: 5rem;
  height: 5rem;
  border-radius: 0px 25px;
  background-color: var(--black);
  background: var(--black);
  cursor: pointer;
  overflow: hidden;
}
#Quick .online-form-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;
  border-radius: 0px 25px;
}
#Quick .online-form-close:hover {
  opacity: 0.7;
  transition: opacity 0.3s ease;
}
#Quick .online-form-close:hover::before {
  animation-duration: 0.2s;
  animation-iteration-count: 1;
  animation-name: closeBtn;
  animation-timing-function: linear;
}
@keyframes closeBtn {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(90deg);
  }
}
@media screen and (max-width: 767px) {
  #Quick .online-form-close {
    width: 4rem;
    height: 4rem;
  }
}
#Quick .header {
  padding-bottom: 2.5rem;
}
#Quick .header .title {
  padding-bottom: 0.2rem;
  line-height: 1.25;
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: -0.0656rem;
  color: var(--white);
}
@media screen and (max-width: 767px) {
  #Quick .header .title {
    font-size: 1.6rem;
    padding-bottom: 0;
  }
}
#Quick .header .desc {
  color: var(--sub1);
  font-size: 1rem;
  font-weight: 300;
  opacity: 0.8;
}
@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] {
  width: 100%;
  height: 3.2rem;
  padding: 0 1rem;
  margin-bottom: 0.3rem;
  border-radius: 0;
  border: 1px solid var(--pri2);
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  #Quick #quick_form select[name=subject] {
    height: 2.8rem;
  }
}
#Quick #quick_form input[type=text],
#Quick #quick_form input[type=tel] {
  width: 100%;
  height: 3.2rem;
  margin-bottom: 0.3rem;
  padding: 0 1rem;
  border-radius: 0;
  border: 1px solid var(--pri2);
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  #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;
  text-align: center;
  color: var(--white);
  background-color: var(--black);
  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;
  padding: 1.2rem 0 3rem;
  color: var(--white);
  font-size: 1rem;
  font-style: normal;
  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*/
/* mainSlide */
.mainSlider {
  position: relative;
  transition-timing-function: linear;
  z-index: 10;
}
.mainSlider .list li {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 53.75rem;
  font-size: 1.5rem;
  font-weight: 500;
  background-size: cover;
}
.mainSlider .list li img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.mainSlider .list li img.mo {
  display: none;
}
.mainSlider .list li [data-animate] {
  opacity: 0;
  transition: all 0.8s ease-out;
}
.mainSlider .list li [data-animate=bottom] {
  transform: translate3d(0, 15px, 0);
}
.mainSlider .list li.swiper-slide-active [data-animate] {
  opacity: 1;
  transform: none;
}
.mainSlider .list li.swiper-slide-active .tit {
  transition-delay: 0.6s;
}
.mainSlider .list li.swiper-slide-active .sub {
  transition-delay: 1s;
}
.mainSlider .slide_tit {
  display: flex;
  position: absolute;
  bottom: 5.75rem;
  left: 50%;
  max-width: 91.25rem;
  z-index: 1;
  transform: translate(-50%, 0);
}
.mainSlider .slide_tit li {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: auto;
  height: 3rem;
  margin: 0;
  padding: 0 1.875rem;
  font-size: 1.125rem;
  letter-spacing: -0.025em;
  color: rgb(255, 255, 255);
  opacity: 0.4;
  background: none;
  border-radius: 0;
}
.mainSlider .slide_tit li.swiper-pagination-bullet-active {
  opacity: 1;
}
.mainSlider .slide_tit li.swiper-pagination-bullet-active .bar {
  animation-name: countingBar;
  animation-duration: 3s;
  animation-timing-function: linear;
  animation-fill-mode: forwards;
}
.mainSlider .slide_tit li .bar {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 0.0625rem;
  background: #ffffff;
}
.mainSlider .slide_tit li .num {
  display: inline-block;
  padding-right: 1rem;
  font-family: var(--roboto);
  letter-spacing: 0;
  font-size: 1.125rem;
  font-weight: 400;
  letter-spacing: 0.0281rem;
}
@media screen and (max-width: 1023px) {
  .mainSlider .slide_tit li .num {
    font-family: var(--roboto);
  }
}
@media screen and (max-width: 767px) {
  .mainSlider .slide_tit li .num {
    font-family: var(--roboto);
  }
}
.mainSlider .slide_tit li .txt {
  font-weight: 300;
}
.mainSlider .text {
  width: 91.25rem;
  margin-top: -4rem;
  text-align: left;
  color: #fff;
  letter-spacing: -0.1rem;
  position: relative;
  z-index: 2;
}
.mainSlider .text .tag span {
  display: inline-flex;
  flex-wrap: wrap;
  margin: 0 0.375rem 0 0;
  padding: 0.1rem 1.25rem;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 6.25rem;
  letter-spacing: -0.025rem;
}
.mainSlider .text .tit {
  margin: 2.6875rem 0 2.5rem;
  font-size: 3.125rem;
  font-weight: 400;
  line-height: 4.375rem;
}
.mainSlider .text .tit .mo {
  display: none;
}
.mainSlider .text .sub {
  opacity: 0.7;
  letter-spacing: -0.01rem;
  font-weight: 300;
  font-size: 1.1875rem;
  line-height: 1.65;
}
@media (width <= 1500px) {
  .mainSlider .text {
    width: 90%;
  }
  .mainSlider .slide_tit {
    width: 90%;
  }
}
@media (width <= 1240px) {
  .mainSlider .text .tit {
    font-size: 2.8em;
    line-height: 1.45;
  }
  .mainSlider .text .sub {
    font-size: 1.1rem;
  }
}
@media screen and (max-width: 1023px) {
  .mainSlider .swiper .swiper-slide .text-wrap {
    transform: translate(-50%, -50%);
  }
  .mainSlider .swiper .swiper-pagination {
    display: none;
  }
  .mainSlider .text .tag span {
    margin: 0 0.15rem 0 0;
    font-size: 1rem;
  }
  .mainSlider .text .tit {
    font-size: 2.2em;
  }
  .mainSlider .text .sub {
    font-size: 1.1rem;
  }
  .mainSlider .slide_tit li {
    height: 2.4rem;
    padding: 0 1rem;
  }
  .mainSlider .slide_tit li .num {
    padding-right: 0.5rem;
    letter-spacing: -0.015em;
    font-size: 0.9rem;
  }
  .mainSlider .slide_tit li .txt {
    letter-spacing: -0.015em;
    font-size: 0.9rem;
  }
}
@media screen and (max-width: 767px) {
  .mainSlider .list li {
    height: 80vh;
  }
  .mainSlider .list li img.pc {
    display: none;
  }
  .mainSlider .list li img.mo {
    display: block;
  }
  .mainSlider .slide_tit {
    display: none;
  }
  .mainSlider .text {
    width: 86%;
  }
  .mainSlider .text .tag span {
    font-size: 0.9rem;
    margin: 0;
    padding: 0.2rem 1.2rem;
    line-height: 1.15;
  }
  .mainSlider .text .tit {
    margin-top: 2rem;
    font-size: 1.8rem;
  }
  .mainSlider .text .tit br {
    display: none;
  }
  .mainSlider .text .tit br.mo {
    display: block;
  }
  .mainSlider .text .sub {
    display: none;
  }
}

.btn_quick_wrap {
  position: absolute;
  right: 3.75rem;
  bottom: 0;
  display: flex;
  z-index: 1;
  gap: 0.25rem;
}
@media screen and (max-width: 767px) {
  .btn_quick_wrap {
    right: 1rem;
  }
}
.btn_quick_wrap .btn_quick {
  display: block;
  width: 11.25rem;
  height: 3.75rem;
  line-height: 3.75rem;
  text-align: center;
  font-size: 1rem;
  font-weight: 400;
  background-color: var(--black);
  color: var(--white);
  border-radius: 0.25rem 0.25rem 0 0;
  transition: all 0.3s ease;
  cursor: pointer;
  box-sizing: border-box;
}
.btn_quick_wrap .btn_quick:hover {
  background-color: var(--pri4-2);
}
.btn_quick_wrap .btn_quick.counsel {
  background: linear-gradient(-45deg, #ee7752, #e73c7e, #23a6d5, #23d5ab);
  background-size: 400% 400%;
  animation: gradient 10s ease infinite;
}
.btn_quick_wrap .btn_quick.counsel:hover {
  opacity: 0.7;
}
.btn_quick_wrap .btn_quick.counsel.on {
  position: fixed;
  bottom: 0;
  right: 1rem;
  z-index: 2;
  width: 14rem;
  height: 5rem;
  line-height: 5rem;
  font-weight: 600;
  font-size: 1.2rem;
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  .btn_quick_wrap .btn_quick {
    width: 8rem;
    height: 2.4rem;
    line-height: 2.5rem;
  }
  .btn_quick_wrap .btn_quick.counsel.on {
    width: 10rem;
    height: 3rem;
    line-height: 3rem;
  }
}

@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.treatment {
  position: relative;
  display: flex;
  width: 80%;
  min-width: 91.25rem;
  margin: 0 auto;
  margin-bottom: 12rem;
  padding: 10rem 0 15rem;
}
.treatment .header {
  position: relative;
  width: 27.5rem;
  padding-top: 4.375rem;
  z-index: 2;
}
.treatment .header .tit {
  color: var(--pri4);
  font-weight: 500;
  padding-top: 1.875rem;
  padding-bottom: 0.625rem;
}
.treatment .header .desc {
  color: var(--pri5-1);
  line-height: 136%;
}
.treatment .header .treatment_paging {
  position: relative;
  top: 2rem;
  left: 0.1rem;
  text-align: left;
}
.treatment .header .treatment_paging .swiper-pagination-bullet {
  width: 0.4375rem;
  height: 0.4375rem;
  margin: 0 0.125rem !important;
  vertical-align: middle;
  transition: all 0.3s ease;
}
.treatment .header .treatment_paging .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 0.75rem;
  height: 0.75rem;
  background-color: var(--pri2);
}
@media screen and (max-width: 767px) {
  .treatment .header .treatment_paging .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 0.4rem;
    height: 0.4rem;
  }
}
@media screen and (max-width: 767px) {
  .treatment .header .treatment_paging .swiper-pagination-bullet {
    width: 0.3125rem;
    height: 0.3125rem;
    margin: 0 0.0625rem;
  }
}
.treatment .content {
  position: absolute;
  z-index: 1;
  width: 100%;
  left: 27.5rem;
  overflow: hidden;
  border-radius: 1.25rem;
}
.treatment .content .treatmentSwiper {
  overflow: visible;
}
.treatment .content .swiper-slide {
  width: 30.975rem;
  height: 31.25rem;
  padding: 5rem 0 0 3.125rem;
  justify-content: left;
  background-size: cover;
  border-radius: 1.25rem;
  background-position: center center;
  background-repeat: no-repeat;
  box-sizing: border-box;
}
.treatment .content .swiper-slide:hover {
  opacity: 0.7;
  transition: all 0.3s ease;
}
.treatment .content .swiper-slide.t1 {
  background-image: url(/common/img/user/main/treatment01.jpg);
}
.treatment .content .swiper-slide.t2 {
  background-image: url(/common/img/user/main/treatment02.jpg);
}
.treatment .content .swiper-slide.t3 {
  background-image: url(/common/img/user/main/treatment03.jpg);
}
.treatment .content .swiper-slide.t4 {
  background-image: url(/common/img/user/main/treatment04.jpg);
}
.treatment .content .swiper-slide.t5 {
  background-image: url(/common/img/user/main/treatment05.jpg);
}
.treatment .content .swiper-slide.t6 {
  background-image: url(/common/img/user/main/treatment06.jpg);
}
.treatment .content .swiper-slide.t7 {
  background-image: url(/common/img/user/main/treatment07.jpg);
}
.treatment .content .swiper-slide.t8 {
  background-image: url(/common/img/user/main/treatment08.jpg);
}
.treatment .content .swiper-slide .en {
  font-family: var(--roboto);
  letter-spacing: 0;
  color: var(--white);
  letter-spacing: 0;
  line-height: 1.25;
  font-size: 1rem;
  font-weight: 400;
  opacity: 0.6;
}
@media screen and (max-width: 1023px) {
  .treatment .content .swiper-slide .en {
    font-family: var(--roboto);
  }
}
@media screen and (max-width: 767px) {
  .treatment .content .swiper-slide .en {
    font-family: var(--roboto);
  }
}
.treatment .content .swiper-slide .ko {
  font-size: 2.625rem;
  font-weight: 500;
  line-height: 1.25;
  color: var(--white);
}
@media screen and (max-width: 1460px) {
  .treatment {
    width: 100%;
    min-width: 100%;
    margin: 0;
    padding-top: 8rem;
    padding-bottom: 18rem;
    padding-left: 3.75rem;
    padding-right: 3.75rem;
    overflow: hidden;
  }
  .treatment .content .swiper-slide {
    width: 24rem;
    height: 28rem;
    border-radius: 1rem;
  }
}
@media screen and (max-width: 1023px) {
  .treatment {
    overflow: hidden;
  }
  .treatment .header {
    width: 20rem;
    padding-top: 3.2rem;
  }
  .treatment .header .tit {
    padding-top: 1.4rem;
  }
  .treatment .content {
    left: 23rem;
  }
  .treatment .content .swiper-slide {
    width: 20rem;
    height: 24rem;
    border-radius: 0.8rem;
  }
}
@media screen and (max-width: 767px) {
  .treatment {
    flex-direction: column;
    padding: 5rem 1.4rem 6rem;
    overflow-y: hidden;
  }
  .treatment .header {
    width: 100%;
    display: block;
    padding-top: 0;
  }
  .treatment .header .tit {
    padding: 0 0 1rem 0;
  }
  .treatment .header .desc br {
    display: none;
  }
  .treatment .header .treatment_paging {
    top: 0.5rem;
    left: 0;
  }
  .treatment .content {
    position: relative;
    top: 1.5rem;
    left: 0;
    border-radius: 0.4rem;
  }
  .treatment .content .swiper-slide {
    width: 18rem;
    height: 22rem;
    margin-right: 0.75rem;
    padding: 2rem 0 0 2rem;
    border-radius: 0.4rem;
  }
  .treatment .content .swiper-slide .en {
    font-size: 0.9rem;
    font-weight: 400;
    opacity: 0.8;
  }
  .treatment .content .swiper-slide .ko {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .treatment .content .swiper-slide {
    width: 14rem;
    height: 18rem;
    padding: 2rem 0 0 1rem;
  }
  .treatment .content .swiper-slide .en {
    font-size: 0.8rem;
  }
}
@media screen and (max-width: 767px) {
  .treatment .content .swiper-slide {
    width: 10rem;
    height: 14rem;
  }
  .treatment .content .swiper-slide .en {
    font-size: 0.7rem;
    letter-spacing: -0.01rem;
  }
}

.overview_wrap {
  background: var(--sub1) url(/common/img/user/main/overview_bg.png) no-repeat 60% 20%;
}
@media screen and (max-width: 1023px) {
  .overview_wrap {
    background-size: 40%;
  }
}
.overview_wrap .overview {
  position: relative;
  width: 91.25rem;
  margin: 0 auto;
  padding: 9.75rem 0 10.9375rem 0;
  letter-spacing: -0.0375rem;
}
.overview_wrap .overview .text {
  width: 60%;
}
.overview_wrap .overview .text .tit {
  padding-bottom: 2.9375rem;
  color: var(--pri4-2);
  font-size: 2.875rem;
  font-weight: 500;
  line-height: 146%;
}
@media screen and (max-width: 1023px) {
  .overview_wrap .overview .text .tit {
    font-size: 2.4rem;
  }
}
.overview_wrap .overview .text .tit .mo {
  display: none;
}
.overview_wrap .overview .text .desc {
  color: var(--pri5-1);
  font-size: 1.5rem;
  font-weight: 300;
}
@media screen and (max-width: 1023px) {
  .overview_wrap .overview .text .desc {
    font-size: 1.2rem;
  }
  .overview_wrap .overview .text .desc br {
    display: none;
  }
}
.overview_wrap .overview .ceo {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.overview_wrap .info {
  background: linear-gradient(90deg, #2669B3 27.94%, #00BAC8 100%);
}
.overview_wrap .info ul {
  width: 91.25rem;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  padding: 5.3125rem 0;
}
.overview_wrap .info ul li {
  display: flex;
  flex: 1 1 auto;
  color: var(--white);
}
.overview_wrap .info ul li .icon {
  display: flex;
  width: 10rem;
  height: 10rem;
  margin-right: 1.75rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto;
  border-radius: 100%;
  background-size: cover;
}
.overview_wrap .info ul li .icon[data-icon=doctor] {
  background-image: url(/common/img/user/main/icon_overview_doctor.svg);
}
.overview_wrap .info ul li .icon[data-icon=back] {
  background-image: url(/common/img/user/main/icon_overview_back.svg);
}
.overview_wrap .info ul li .icon[data-icon=joint] {
  background-image: url(/common/img/user/main/icon_overview_joint.svg);
}
.overview_wrap .info ul li .text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 1.625rem;
  font-weight: 500;
  letter-spacing: -0.0406rem;
}
.overview_wrap .info ul li .text span {
  display: block;
  line-height: 1.25;
}
.overview_wrap .info ul li .text span.t2 {
  padding-top: 0.375rem;
  font-size: 2rem;
  font-weight: 600;
  line-height: 130%; /* 41.6px */
  letter-spacing: -0.05px;
}
@media screen and (max-width: 1460px) {
  .overview_wrap .overview {
    width: 100%;
    padding-left: 3.75rem;
    padding-right: 3.75rem;
  }
  .overview_wrap .info ul {
    width: 94%;
    padding: 3rem 0;
  }
  .overview_wrap .info ul li .icon {
    width: 8rem;
    height: 8rem;
    margin-right: 1.2rem;
  }
}
@media (width <= 1180px) {
  .overview_wrap .overview .text .desc {
    width: 54%;
  }
  .overview_wrap .overview .text .desc br {
    display: none;
  }
}
@media screen and (max-width: 1023px) {
  .overview_wrap .overview {
    padding-top: 8rem;
  }
  .overview_wrap .overview .ceo {
    width: 46%;
  }
  .overview_wrap .overview .text {
    width: 70%;
  }
  .overview_wrap .overview .text .desc {
    width: 78%;
  }
  .overview_wrap .info ul {
    width: 90%;
  }
  .overview_wrap .info ul li .icon {
    width: 6rem;
    height: 6rem;
  }
  .overview_wrap .info ul li .text span {
    font-size: 1rem;
  }
  .overview_wrap .info ul li .text span.t2 {
    padding-top: 0;
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 767px) {
  .overview_wrap .overview {
    padding: 4rem 1.4rem 6rem;
  }
  .overview_wrap .overview .ceo {
    width: 42%;
  }
  .overview_wrap .overview .text {
    width: 84%;
    padding-bottom: 1rem;
  }
  .overview_wrap .overview .text .tit {
    font-size: 1.8rem;
    padding-bottom: 1.4rem;
  }
  .overview_wrap .overview .text .tit br {
    display: none;
  }
  .overview_wrap .overview .text .tit br.mo {
    display: block;
  }
  .overview_wrap .overview .text .desc {
    width: 70%;
    font-size: 1rem;
  }
  .overview_wrap .overview .text .desc br {
    display: none;
  }
  .overview_wrap .info ul {
    width: 96%;
  }
  .overview_wrap .info ul li .icon {
    width: 4.2rem;
    height: 4.2rem;
    margin-right: 0.6rem;
  }
  .overview_wrap .info ul li .text span {
    font-size: 0.7rem;
  }
  .overview_wrap .info ul li .text span.t2 {
    padding-top: 0;
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .overview_wrap .info ul {
    width: 90%;
    gap: 1rem;
    padding: 2rem 0;
  }
  .overview_wrap .info ul li {
    flex-direction: column;
    text-align: center;
  }
  .overview_wrap .info ul li .icon {
    width: 4.8rem;
    height: 4.8rem;
    margin: 0 auto 1rem auto;
  }
  .overview_wrap .info ul li .text span {
    font-size: 1rem;
  }
  .overview_wrap .info ul li .text span.t2 {
    padding-top: 0;
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 767px) {
  .overview_wrap .overview .text {
    width: 100%;
  }
  .overview_wrap .overview .text .tit br {
    display: block;
  }
  .overview_wrap .overview .text .tit br.mo {
    display: none;
  }
}

.benefits .header {
  position: relative;
  width: 91.25rem;
  margin: 0 auto;
  padding: 12.5rem 0 6.875rem;
}
.benefits .header .tit {
  padding-top: 1.875rem;
  padding-bottom: 0.625rem;
}
@media (width <= 940px) {
  .benefits .header .tit br {
    display: none;
  }
}
.benefits .header .tit b {
  font-weight: 600;
}
.benefits .header .btn {
  position: absolute;
  bottom: 18%;
  right: 0;
  display: flex;
  width: 16.75rem;
  height: 4.625rem;
  line-height: 4.625rem;
  padding: 0 4.25rem;
  color: #202020;
  font-family: var(--roboto);
  letter-spacing: 0;
  font-size: 1rem;
  font-weight: 400;
  border-radius: 100px;
  border: 1px solid #E7E7E7;
  background-color: #FFF;
  background-image: url(/common/img/user/main/btn_arrow.svg);
  background-position: 80% 50%;
  background-repeat: no-repeat;
  box-sizing: border-box;
  transition: background-color 0.3s linear;
  cursor: pointer;
}
@media screen and (max-width: 1023px) {
  .benefits .header .btn {
    font-family: var(--roboto);
  }
}
@media screen and (max-width: 767px) {
  .benefits .header .btn {
    font-family: var(--roboto);
  }
}
.benefits .header .btn:hover {
  background-color: var(--pri2);
  background-image: url(/common/img/user/main/btn_arrow_on.svg);
  color: var(--white);
}
@media (width <= 940px) {
  .benefits .header .btn {
    position: relative;
    right: initial;
    bottom: initial;
    left: 0;
    margin-top: 1rem;
  }
}
.benefits .benefitsSwiper {
  margin-left: 3.75rem;
  z-index: 0;
}
.benefits .benefitsSwiper .swiper-slide {
  display: flex;
  justify-content: space-between;
  border-radius: 1.25rem;
  overflow: hidden;
}
.benefits .benefitsSwiper .swiper-slide .text {
  width: 70%;
  padding: 4.25rem 2rem 4.25rem 3rem;
  box-sizing: border-box;
}
.benefits .benefitsSwiper .swiper-slide .text .num {
  width: 4.0625rem;
  height: 4.0625rem;
  line-height: 4.0625rem;
  background-color: var(--black);
  color: var(--white);
  font-family: var(--roboto);
  letter-spacing: 0;
  text-align: center;
  font-size: 1.5rem;
  font-weight: 400;
  letter-spacing: 0;
  border-radius: 6.25rem;
}
@media screen and (max-width: 1023px) {
  .benefits .benefitsSwiper .swiper-slide .text .num {
    font-family: var(--roboto);
  }
}
@media screen and (max-width: 767px) {
  .benefits .benefitsSwiper .swiper-slide .text .num {
    font-family: var(--roboto);
  }
}
.benefits .benefitsSwiper .swiper-slide .text ul {
  padding-top: 6rem;
}
.benefits .benefitsSwiper .swiper-slide .text .tit {
  margin-bottom: 0.8rem;
  color: var(--pri4-1);
  font-size: 2.25rem;
  font-weight: 500;
  letter-spacing: -0.0563rem;
}
.benefits .benefitsSwiper .swiper-slide .text .desc {
  color: #707070;
  font-size: 1.25rem;
  font-weight: 300;
  letter-spacing: -0.0313rem;
  line-height: 148%;
  word-break: keep-all;
}
@media (width <= 940px) {
  .benefits .benefitsSwiper .swiper-slide .text {
    padding: 4rem 0 4rem 3rem;
  }
}
.benefits .benefitsSwiper .swiper-slide img {
  width: 100%;
  height: 100%;
  border-radius: 1.25rem;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (width <= 1680) {
  .benefits .benefitsSwiper .swiper-slide .text br {
    display: none;
  }
}
@media screen and (max-width: 1460px) {
  .benefits .header {
    width: 100%;
    padding-left: 3.75rem;
    padding-right: 3.75rem;
    box-sizing: border-box;
  }
  .benefits .header .btn {
    right: 3.75rem;
  }
  .benefits .benefitsSwiper .swiper-slide {
    flex-direction: column;
  }
  .benefits .benefitsSwiper .swiper-slide .text {
    display: flex;
    flex-direction: row;
    width: 100%;
    padding: 0;
  }
  .benefits .benefitsSwiper .swiper-slide .text ul {
    padding-top: 0;
    min-height: 12rem;
  }
  .benefits .benefitsSwiper .swiper-slide .text .num {
    width: 3rem;
    height: 3rem;
    line-height: 3rem;
    font-size: 1.2rem;
    margin-top: 0.4rem;
    margin-right: 1rem;
  }
}
@media screen and (max-width: 1023px) {
  .benefits .header {
    padding-top: 8rem;
    padding-bottom: 3rem;
  }
  .benefits .header .en {
    font-size: 1.1rem;
    font-weight: 500;
  }
  .benefits .header .tit {
    font-size: 2.5rem;
  }
  .benefits .header .tit br {
    display: none;
  }
  .benefits .header .btn {
    right: 3rem;
    bottom: 18%;
    width: 14rem;
    height: 4rem;
    line-height: 4rem;
    padding: 0 2.8rem;
  }
  .benefits .benefitsSwiper {
    margin-left: 1.4rem;
    padding-right: 4rem;
    box-sizing: border-box;
  }
  .benefits .benefitsSwiper .swiper-slide {
    width: 100%;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
  }
  .benefits .benefitsSwiper .swiper-slide .text {
    display: flex;
    width: 90%;
    min-height: 9rem;
    padding: 0;
  }
  .benefits .benefitsSwiper .swiper-slide .text .tit {
    margin: 0;
  }
  .benefits .benefitsSwiper .swiper-slide .text .num {
    width: 3rem;
    height: 3rem;
    line-height: 3rem;
    margin-top: 0.4rem;
    box-sizing: border-box;
  }
  .benefits .benefitsSwiper .swiper-slide .text .desc br {
    display: none;
  }
  .benefits .benefitsSwiper .swiper-slide .text ul {
    padding-top: 0;
    padding-left: 1rem;
  }
  .benefits .benefitsSwiper .swiper-slide img {
    width: 100%;
  }
  .benefits .text-ani {
    padding: 2rem 0 1rem 0;
  }
  .benefits .text-ani p {
    font-size: 9rem;
  }
}
@media screen and (max-width: 767px) {
  .benefits .header {
    padding: 6rem 1.4rem 4rem;
  }
  .benefits .header .en {
    font-size: 0.9rem;
  }
  .benefits .header .tit {
    font-size: 2rem;
  }
  .benefits .header .btn {
    width: 12rem;
    height: 3rem;
    line-height: 3rem;
    padding: 0 2rem;
    font-size: 0.8rem;
  }
  .benefits .benefitsSwiper .swiper-slide .text {
    width: 100%;
  }
  .benefits .benefitsSwiper .swiper-slide .text .num {
    width: 2.5rem;
    height: 2.5rem;
    min-width: 2.5rem;
    line-height: 2.5rem;
    font-size: 1.1rem;
    margin-top: 0.5rem;
    margin-right: 0.1rem;
    margin-left: 0;
  }
  .benefits .benefitsSwiper .swiper-slide .text ul {
    min-height: 9.6rem;
  }
  .benefits .benefitsSwiper .swiper-slide .text ul .tit {
    font-size: 2rem;
  }
  .benefits .benefitsSwiper .swiper-slide .text ul .desc {
    font-size: 1rem;
  }
  .benefits .text-ani {
    padding: 1rem 0 1rem 0;
  }
  .benefits .text-ani p {
    font-size: 4rem;
  }
}

.gallery {
  padding-bottom: 10.5rem;
}
@media screen and (max-width: 1023px) {
  .gallery {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .gallery {
    padding-bottom: 0rem;
  }
}
.gallery .header {
  position: relative;
  width: 91.25rem;
  margin: 0 auto;
  padding: 10rem 0 5rem;
}
.gallery .header .tit {
  padding-top: 1rem;
}
@media (width <= 380px) {
  .gallery .header .tit br {
    display: none;
  }
}
.gallery .header .btn {
  position: absolute;
  top: 64%;
  right: 0;
  display: flex;
  width: 16.75rem;
  height: 4.625rem;
  line-height: 4.625rem;
  padding: 0 4.25rem;
  color: #202020;
  font-family: var(--roboto);
  letter-spacing: 0;
  font-size: 1rem;
  font-weight: 400;
  border-radius: 100px;
  border: 1px solid #E7E7E7;
  background-color: #FFF;
  background-image: url(/common/img/user/main/btn_arrow.svg);
  background-position: 80% 50%;
  background-repeat: no-repeat;
  box-sizing: border-box;
  transition: background-color 0.3s linear;
  cursor: pointer;
}
@media screen and (max-width: 1023px) {
  .gallery .header .btn {
    font-family: var(--roboto);
  }
}
@media screen and (max-width: 767px) {
  .gallery .header .btn {
    font-family: var(--roboto);
  }
}
.gallery .header .btn:hover {
  background-color: var(--pri2);
  background-image: url(/common/img/user/main/btn_arrow_on.svg);
  color: var(--white);
}
@media (width <= 940px) {
  .gallery .header .btn {
    position: relative;
    right: initial;
    bottom: initial;
    left: 0;
    margin-top: 1rem;
  }
}
.gallery .gallerySwiper {
  position: relative;
  padding-bottom: 6rem;
  z-index: 0;
}
.gallery .gallerySwiper .swiper-slide {
  width: 40% !important;
  overflow: hidden;
  z-index: 0;
}
.gallery .gallerySwiper .swiper-slide img {
  width: 100%;
  opacity: 0.4;
  border-radius: 1.5625rem;
  transform: scale(0.9);
  transition: all 0.4s;
}
.gallery .gallerySwiper .swiper-slide.swiper-slide-active img {
  opacity: 1;
  transform: scale(1);
  transition: all 0.4s;
}
.gallery .gallerySwiper .swiper-pagination-bullet {
  width: 0.4375rem;
  height: 0.4375rem;
  margin: 0 0.1875rem !important;
  vertical-align: middle;
  transition: all 0.3s ease;
}
.gallery .gallerySwiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 0.75rem;
  height: 0.75rem;
  background-color: var(--pri2);
}
@media screen and (max-width: 1460px) {
  .gallery .header {
    width: 100%;
    padding-left: 3.75rem;
    padding-right: 3.75rem;
    box-sizing: border-box;
  }
  .gallery .header .btn {
    right: 3rem;
  }
}
@media screen and (max-width: 1023px) {
  .gallery .header {
    padding: 6rem 3.75rem 4rem;
  }
  .gallery .header .btn {
    right: 3rem;
    width: 13rem;
    height: 3.4rem;
    line-height: 3.4rem;
    padding: 0 2.5rem;
    font-size: 0.9rem;
  }
}
@media screen and (max-width: 767px) {
  .gallery .header {
    padding: 4rem 2rem 3rem;
  }
  .gallery .header .btn {
    left: -0.2rem;
    width: 14rem;
    height: 3rem;
    line-height: 3rem;
    padding: 0 2.4rem;
    font-size: 0.8rem;
  }
  .gallery .gallerySwiper {
    padding-bottom: 4rem;
  }
  .gallery .gallerySwiper .swiper-slide {
    width: 80% !important;
  }
  .gallery .gallerySwiper .swiper-slide img {
    border-radius: 0.9375rem;
  }
  .gallery .gallerySwiper .swiper-pagination-bullet {
    width: 0.3125rem;
    height: 0.3125rem;
    margin: 0 0.0625rem;
  }
  .gallery .gallerySwiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 0.4rem;
    height: 0.4rem;
  }
}
.treat-methods {
  text-align: center;
}
.treat-methods .header {
  padding-bottom: 8rem;
}
.treat-methods .header .main-tit {
  padding-top: 2.5rem;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .treat-methods .header .main-tit {
    padding: 0 2rem;
  }
  .treat-methods .header .main-tit br {
    display: none;
  }
}
.treat-methods .content {
  position: relative;
  box-sizing: border-box;
}
.treat-methods .content .main-treat-methods {
  background: #fff;
}
.treat-methods .content .main-treat-methods .section {
  display: block;
  position: sticky;
  top: 0;
  height: 42.5rem;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0;
}
.treat-methods .content .main-treat-methods .section .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 2.1875rem;
}
.treat-methods .content .main-treat-methods .section .contents {
  padding: 9.0625rem 10.625rem;
  text-align: left;
  position: relative;
  z-index: 2;
  color: var(--white);
  box-sizing: border-box;
}
.treat-methods .content .main-treat-methods .section .contents .label {
  display: inline-block;
  padding: 0.5rem 1.6rem;
  line-height: 1;
  font-size: 1.2rem;
  border-radius: 15rem;
  color: var(--white);
  background-color: var(--black-a15);
}
.treat-methods .content .main-treat-methods .section .contents .heading {
  text-shadow: 0px 0px 5.7px rgba(0, 0, 0, 0.25);
  font-size: 2.875rem;
  font-weight: 600;
  line-height: 148%; /* 68.08px */
  margin-top: 1.6rem;
}
.treat-methods .content .main-treat-methods .section .contents .text {
  padding-top: 1.45rem;
  text-shadow: 0px 1px 5.7px rgba(0, 0, 0, 0.25);
  font-size: 1.55rem;
  font-weight: 300;
  line-height: 168%; /* 47.04px */
}
.treat-methods .content .main-treat-methods .section-1 {
  margin-top: 0;
}
.treat-methods .content .main-treat-methods .section-2 {
  margin-top: -220px;
}
.treat-methods .content .main-treat-methods .section-3 {
  margin-top: -220px;
}
.treat-methods .content .main-treat-methods .section-4 {
  margin-top: -220px;
}
@media screen and (max-width: 1023px) {
  .treat-methods .header {
    padding-bottom: 4rem;
  }
  .treat-methods .content {
    padding: 0 2rem;
  }
  .treat-methods .content .main-treat-methods .section {
    height: 32.5rem;
  }
  .treat-methods .content .main-treat-methods .section .contents {
    padding: 6rem 4rem;
  }
  .treat-methods .content .main-treat-methods .section .contents .label {
    padding: 0.4rem 1.2rem 0.3rem;
    font-size: 1.1rem;
  }
  .treat-methods .content .main-treat-methods .section .contents .heading {
    font-size: 2.2rem;
    margin-top: 1rem;
  }
  .treat-methods .content .main-treat-methods .section .contents .text {
    font-size: 1.2rem;
  }
  .treat-methods .content .main-treat-methods .section .bg {
    border-radius: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .treat-methods .content {
    padding: 0 0;
  }
  .treat-methods .content .main-treat-methods {
    margin-top: -1.26rem;
  }
  .treat-methods .content .main-treat-methods .section {
    height: 32rem;
  }
  .treat-methods .content .main-treat-methods .section .contents {
    padding: 4rem 3rem;
  }
  .treat-methods .content .main-treat-methods .section .contents .label {
    padding: 0.4rem 1.2rem 0.3rem;
  }
  .treat-methods .content .main-treat-methods .section .contents .heading {
    font-size: 2rem;
    margin-top: 1rem;
  }
  .treat-methods .content .main-treat-methods .section .contents .text {
    font-size: 1.1rem;
  }
  .treat-methods .content .main-treat-methods .section .bg {
    border-radius: 1.2rem;
  }
  .treat-methods .content .main-treat-methods .section-1 {
    margin-top: 0;
  }
  .treat-methods .content .main-treat-methods .section-2 {
    margin-top: -10rem;
  }
  .treat-methods .content .main-treat-methods .section-3 {
    margin-top: -10rem;
  }
  .treat-methods .content .main-treat-methods .section-4 {
    margin-top: -10rem;
  }
}
@media screen and (max-width: 767px) {
  .treat-methods .content .main-treat-methods .section {
    height: 30rem;
  }
  .treat-methods .content .main-treat-methods .section .contents {
    padding: 3rem 2.6rem;
  }
  .treat-methods .content .main-treat-methods .section .contents .label {
    padding: 0.4rem 1rem 0.3rem 0.9rem;
    font-size: 0.7rem;
  }
  .treat-methods .content .main-treat-methods .section .contents .heading {
    font-size: 2rem;
    margin-top: 1rem;
  }
  .treat-methods .content .main-treat-methods .section .contents .text {
    font-size: 1rem;
  }
}

.location {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.location .header {
  position: relative;
  width: 46%;
  overflow: hidden;
  border-radius: 0px 0.625rem;
}
.location .header .root_daum_roughmap {
  width: 100% !important;
}
.location .header .root_daum_roughmap .wrap_controllers {
  display: none;
  visibility: hidden;
}
.location .header .root_daum_roughmap .cont {
  display: none;
  visibility: hidden;
}
.location .header .btn {
  text-align: center;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  width: 11.25rem;
  height: 11.25rem;
  padding-top: 3.8rem;
  border-radius: 0px 0.625rem;
  background-color: var(--pri2);
  color: var(--white);
  line-height: 1.25;
  font-size: 1.65rem;
  font-weight: 300;
  letter-spacing: -0.0437rem;
  box-sizing: border-box;
}
.location .header .btn:hover {
  background-color: var(--pri2-1);
  transition: all 0.3s ease;
}
.location .content {
  width: 54%;
}
.location .info-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 2rem 4em 0 9.375rem;
  box-sizing: border-box;
}
.location .info-wrap .tit {
  padding-top: 1rem;
}
.location .info-wrap .info {
  display: flex;
  flex-direction: column;
  padding-top: 3rem;
}
.location .info-wrap .info li {
  display: flex;
  flex-direction: row;
  margin: 0.8rem 0;
}
.location .info-wrap .info li:first-child {
  margin-top: 0;
}
.location .info-wrap .info li.tel .txt {
  margin-top: -0.5rem;
}
.location .info-wrap .info li.tel .txt a {
  vertical-align: top;
  color: var(--pri2);
  font-family: var(--roboto);
  letter-spacing: 0;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 1023px) {
  .location .info-wrap .info li.tel .txt a {
    font-family: var(--roboto);
  }
}
@media screen and (max-width: 767px) {
  .location .info-wrap .info li.tel .txt a {
    font-family: var(--roboto);
  }
}
.location .info-wrap .info li.car .txt ul {
  padding-bottom: 1rem;
}
.location .info-wrap .info li.car .txt > li {
  margin: 0;
}
.location .info-wrap .info li.car .txt > li:last-child {
  margin-bottom: 1rem;
}
.location .info-wrap .info .label {
  min-width: 9rem;
  color: #AEAEAE;
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: -0.0375rem;
}
.location .info-wrap .info .txt {
  flex: 1;
  color: var(--pri4-1);
  font-size: 1.2rem;
  font-weight: 400;
  letter-spacing: -0.0375rem;
}
.location .info-wrap .info .txt li {
  margin: 0.4rem 0;
}
.location .info-wrap .info .txt li:first-child {
  margin-top: 0;
}
.location .info-wrap .info .time .week {
  padding-bottom: 1rem;
}
.location .info-wrap .info .time .week .label {
  min-width: 14.375rem;
  color: #00BAC8;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 184%;
  letter-spacing: -0.0375rem;
}
.location .info-wrap .info .time .week .label span {
  font-size: 1rem;
  font-weight: 400;
}
.location .info-wrap .info .time .week .txt {
  color: #202020;
  font-family: var(--roboto);
  letter-spacing: 0;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 184%;
}
@media screen and (max-width: 1023px) {
  .location .info-wrap .info .time .week .txt {
    font-family: var(--roboto);
  }
}
@media screen and (max-width: 767px) {
  .location .info-wrap .info .time .week .txt {
    font-family: var(--roboto);
  }
}
@media screen and (max-width: 767px) {
  .location .info-wrap .info .time .week .txt.first {
    line-height: 1.25;
  }
}
.location .info-wrap .info .time .week .txt.first span {
  font-size: 1rem;
}
.location .info-wrap .info .time .week .mo {
  display: none;
}
@media screen and (max-width: 767px) {
  .location .info-wrap .info .time .week .mo {
    display: block;
  }
}
.location .info-wrap .info .info-notice {
  padding: 1.6rem 2.5rem;
  color: var(--pri2);
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 180%;
  letter-spacing: -0.0313rem;
  border-radius: 10px;
  background: #F4FEFF;
}
.location .info-wrap .info .info-notice li {
  margin: 0;
  font-size: 1.1rem;
}
.location .info-wrap .info .info-notice li::before {
  content: "·";
  display: inline-block;
  padding-right: 0.5rem;
}
@media screen and (max-width: 1460px) {
  .location .info-wrap {
    padding: 2rem 2em 0 6rem;
  }
}
@media screen and (max-width: 1023px) {
  .location {
    flex-direction: column-reverse;
  }
  .location .header {
    width: 100%;
  }
  .location .content {
    width: 100%;
  }
  .location .info-wrap {
    padding: 6rem 3.75rem 4rem;
  }
}
@media screen and (max-width: 767px) {
  .location .header .root_daum_roughmap {
    height: 30rem !important;
  }
  .location .header .btn {
    width: 8rem;
    height: 8rem;
    font-size: 1.1rem;
    padding-top: 2.8rem;
  }
  .location .info-wrap {
    padding: 4rem 2rem 3rem;
  }
  .location .info-wrap .info {
    flex-direction: column;
    padding-top: 2rem;
  }
  .location .info-wrap .info .label {
    padding-bottom: 0.5rem;
    font-size: 1.1rem;
    font-weight: 300;
  }
  .location .info-wrap .info .txt {
    font-size: 1.1rem;
    line-height: 1.45;
  }
  .location .info-wrap .info li {
    flex-direction: column;
    gap: 0;
  }
  .location .info-wrap .info li.tel .txt {
    margin-top: 0;
  }
  .location .info-wrap .info li.tel .txt a {
    font-size: 2rem;
  }
  .location .info-wrap .info li.time .week li {
    justify-content: space-between;
    flex-direction: row;
  }
  .location .info-wrap .info li.time .week li .label {
    min-width: initial;
    padding-bottom: 0;
    font-size: 1.1rem;
  }
  .location .info-wrap .info li.time .week li .txt {
    text-align: right;
    font-size: 1.1rem;
  }
  .location .info-wrap .info .txt li {
    flex-direction: row;
    margin: 0;
    font-size: 1rem;
    line-height: 1.45;
    padding-bottom: 0.2rem;
  }
  .location .info-wrap .info .txt li:last-child {
    padding-bottom: 0;
  }
  .location .info-wrap .info .info-notice {
    padding: 1.6rem;
    font-size: 1rem;
    line-height: 1.25;
  }
}

@keyframes countingBar {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
/* //mainSlide */
@media screen and (max-width: 767px) {
  body.sub {
    overflow-x: hidden;
  }
}
@media screen and (max-width: 767px) {
  body.sub .section_wrap {
    overflow: hidden;
  }
}

.sub-visual {
  position: relative;
  display: block;
  height: 35rem;
  text-align: center;
  background: url(/common/img/user/sub/spine/bg_spine.jpg) no-repeat right top;
  background-position: right 0;
  background-attachment: fixed;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .sub-visual {
    background-size: auto;
    background-position: center 0;
  }
}
.sub-visual[data-bg=intro] {
  background-image: url(/common/img/user/sub/common/bg_intro.jpg);
}
@media screen and (max-width: 767px) {
  .sub-visual[data-bg=intro] {
    background-position: center 0;
  }
}
.sub-visual[data-bg=spine] {
  background-image: url(/common/img/user/sub/common/bg_spine.jpg);
}
@media screen and (max-width: 767px) {
  .sub-visual[data-bg=spine] {
    background-position: 70% 0;
  }
}
.sub-visual[data-bg=lumbar] {
  background-image: url(/common/img/user/sub/common/bg_lumbar.jpg);
}
@media screen and (max-width: 767px) {
  .sub-visual[data-bg=lumbar] {
    background-position: center 0;
  }
}
.sub-visual[data-bg=shoulder] {
  background-image: url(/common/img/user/sub/common/bg_shoulder.jpg);
}
@media screen and (max-width: 767px) {
  .sub-visual[data-bg=shoulder] {
    background-position: 60% 0;
  }
}
.sub-visual[data-bg=knee] {
  background-image: url(/common/img/user/sub/common/bg_knee.jpg);
}
@media screen and (max-width: 767px) {
  .sub-visual[data-bg=knee] {
    background-position: 50% 0;
  }
}
.sub-visual[data-bg=foot] {
  background-image: url(/common/img/user/sub/common/bg_foot.jpg);
}
@media screen and (max-width: 767px) {
  .sub-visual[data-bg=foot] {
    background-position: 90% 0;
  }
}
.sub-visual[data-bg=etc] {
  background-image: url(/common/img/user/sub/common/bg_etc.jpg);
}
@media screen and (max-width: 767px) {
  .sub-visual[data-bg=etc] {
    background-position: 75% 0;
  }
}
.sub-visual[data-bg=nonsurgical] {
  background-image: url(/common/img/user/sub/common/bg_nonsurgical.jpg);
}
@media screen and (max-width: 767px) {
  .sub-visual[data-bg=nonsurgical] {
    background-position: center 0;
  }
}
.sub-visual[data-bg=nondrug] {
  background-image: url(/common/img/user/sub/common/bg_nondrug.jpg);
}
@media screen and (max-width: 767px) {
  .sub-visual[data-bg=nondrug] {
    background-position: 75% 0;
  }
}
.sub-visual[data-bg=board] {
  background-image: url(/common/img/user/sub/common/bg_board.jpg);
}
@media screen and (max-width: 767px) {
  .sub-visual[data-bg=board] {
    background-position: center 0;
  }
}
.sub-visual h2 {
  width: 100%;
  text-align: center;
  padding-top: 15rem;
  padding-bottom: 3rem;
  font-size: 3.125rem;
  font-weight: 500;
  letter-spacing: -0.0781rem;
  color: var(--white);
}
.sub-visual .sub-nav {
  position: relative;
  display: inline-flex;
  justify-content: center;
  min-width: 20rem;
  padding: 0 2.375rem;
  border-radius: 100px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  background: rgba(255, 255, 255, 0.1);
  box-shadow: 0px 4px 13.6px 7px rgba(0, 0, 0, 0.05);
  -webkit-backdrop-filter: blur(7px);
          backdrop-filter: blur(7px);
}
.sub-visual .sub-nav a {
  display: block;
  padding: 1rem 1.5625rem;
  line-height: 1.25;
  color: var(--white);
  cursor: pointer;
}
.sub-visual .sub-nav a:hover {
  color: var(--pri2-1);
  transition: color 0.3s;
}
.sub-visual .sub-nav.on {
  position: fixed;
  top: 1rem;
  left: 50%;
  z-index: 10;
  width: 50%;
  transform: translateX(-50%);
  border: 0;
  color: var(--white);
  background: var(--pri4-1);
  box-shadow: none;
  transition: top 1s linear;
}
.sub-visual .sub-nav li {
  line-height: 1.25;
}
.sub-visual .sub-nav li.on a {
  color: var(--pri2-1);
  transition: color 0.3s linear;
}
.sub-visual .sub-nav li a.on {
  color: var(--pri2-1);
  transition: color 0.3s linear;
}
@media screen and (max-width: 1460px) {
  .sub-visual h2 {
    padding-top: 13rem;
    font-size: 3rem;
  }
  .sub-visual .sub-nav a {
    padding: 0.8rem 1.2rem;
  }
}
@media screen and (max-width: 1023px) {
  .sub-visual .sub-nav.on {
    width: 80%;
  }
}
@media screen and (max-width: 767px) {
  .sub-visual {
    height: 25rem;
  }
  .sub-visual h2 {
    padding-top: 9.5rem;
    font-size: 2.6rem;
  }
  .sub-visual .sub-nav {
    min-width: -moz-max-content;
    min-width: max-content;
    padding: 0 1.2rem;
  }
  .sub-visual .sub-nav a {
    padding: 0.8rem 1rem;
    font-size: 0.9rem;
  }
  .sub-visual .sub-nav.on {
    width: 96%;
  }
}
@media screen and (max-width: 767px) {
  .sub-visual .sub-nav a {
    padding: 0.8rem 0.4rem;
  }
}

.sub-header h3 {
  color: var(--pri4-1);
  text-align: center;
  font-size: 2.875rem;
  font-weight: 400;
  line-height: 4.375rem;
  letter-spacing: -0.0719rem;
}
@media screen and (max-width: 767px) {
  .sub-header h3 {
    font-size: 1.8rem;
  }
}
.sub-header .desc {
  color: #9F9F9F;
  text-align: center;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.65;
  letter-spacing: -0.0375rem;
  padding-top: 1rem;
}
@media screen and (max-width: 767px) {
  .sub-header .desc {
    font-size: 1rem;
  }
  .sub-header .desc br {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .sub-header {
    padding: 0 2rem;
    box-sizing: border-box;
  }
}

/* 목통증 */
.spine:first-child .sub-header {
  padding-top: 11.25rem;
}
@media screen and (max-width: 767px) {
  .spine:first-child .sub-header {
    padding-top: 6rem;
    padding-bottom: 4rem;
  }
}
.spine .sub-header {
  padding-top: 0;
  padding-bottom: 6.25rem;
}
@media screen and (max-width: 767px) {
  .spine .sub-header {
    padding-bottom: 2rem;
  }
}
.spine .sub-container {
  position: relative;
  padding-top: 12rem;
}
.spine .sub-container::before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 100%;
  height: 43rem;
  background-color: #F9F9F9;
}
.spine .sub-container.short::before {
  height: 38rem;
}
.spine .sub-container.long::before {
  height: 47rem;
}
@media screen and (max-width: 1460px) {
  .spine .sub-container::before {
    height: 38rem !important;
  }
}
@media screen and (max-width: 1023px) {
  .spine .sub-container {
    padding-top: 8rem;
  }
  .spine .sub-container::before {
    height: 46rem !important;
  }
}
@media screen and (max-width: 767px) {
  .spine .sub-container {
    padding-top: 5rem;
  }
  .spine .sub-container::before {
    height: 20rem !important;
  }
}
.spine:last-child {
  padding-bottom: 12.5rem;
}
@media screen and (max-width: 767px) {
  .spine:last-child {
    padding-bottom: 0;
  }
}

@media screen and (max-width: 767px) {
  .knee .spine:last-child .sub-header {
    padding-top: 1rem;
    padding-bottom: 4rem;
  }
}

.definition-wrap {
  width: 91.25rem;
  margin: 0 auto;
  position: relative;
  display: flex;
  flex-wrap: nowrap;
}
@media screen and (max-width: 767px) {
  .definition-wrap {
    padding: 0 2rem;
  }
}
.definition-wrap .image {
  position: sticky;
  top: 0;
  width: 38.125rem;
  height: 40rem;
  border-radius: 1.25rem;
}
.definition-wrap .header .en {
  color: var(--pri2);
  font-family: var(--roboto);
  letter-spacing: 0;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 148%;
  letter-spacing: 0;
}
@media screen and (max-width: 1023px) {
  .definition-wrap .header .en {
    font-family: var(--roboto);
  }
}
@media screen and (max-width: 767px) {
  .definition-wrap .header .en {
    font-family: var(--roboto);
  }
}
.definition-wrap .header .ko {
  font-size: 2.6rem;
  font-weight: 300;
  line-height: 146%;
  padding-top: 2.5rem;
  padding-bottom: 5rem;
}
@media screen and (max-width: 1460px) {
  .definition-wrap .header .en {
    font-size: 1rem;
    line-height: 148%;
  }
  .definition-wrap .header .ko {
    font-size: 2.4rem;
    padding-top: 2rem;
    padding-bottom: 3rem;
  }
}
@media screen and (max-width: 1023px) {
  .definition-wrap .header .en {
    font-size: 1rem;
    line-height: 148%;
  }
  .definition-wrap .header .ko {
    font-size: 2.4rem;
    padding-top: 2rem;
    padding-bottom: 3rem;
  }
}
@media screen and (max-width: 767px) {
  .definition-wrap .header .ko {
    font-size: 1.8rem;
    padding-bottom: 3rem;
  }
}
.definition-wrap .container .txt {
  color: var(--pri4-1);
  font-size: 1.5rem;
  font-weight: 200;
  line-height: 196%;
  letter-spacing: -0.02rem;
}
.definition-wrap .container .txt b {
  font-weight: 400;
}
@media screen and (max-width: 1460px) {
  .definition-wrap .container .txt {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 767px) {
  .definition-wrap .container .txt {
    font-size: 1.1rem;
  }
  .definition-wrap .container .txt br {
    display: none;
  }
}
.definition-wrap .contents .meaning {
  margin-top: -3.2rem;
  padding-bottom: 7rem;
  padding-left: 7.75rem;
}
.definition-wrap .contents .cause {
  padding-top: 6rem;
  padding-left: 7.75rem;
  padding-bottom: 0;
}
.definition-wrap .contents .cause ul li {
  display: flex;
  flex-direction: row;
  color: var(--pri4-1);
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 148%;
  padding: 2.5rem 2.5rem 1.25rem 2.2rem;
  border-bottom: 1px dashed #e4e4e4;
  box-sizing: border-box;
}
.definition-wrap .contents .cause ul li .num {
  display: inline-block;
  min-width: 2.375rem;
  width: 2.375rem;
  height: 2.375rem;
  line-height: 2.375rem;
  margin-right: 1.2rem;
  text-align: center;
  color: var(--white);
  font-family: var(--roboto);
  letter-spacing: 0;
  font-size: 1.25rem;
  font-style: italic;
  font-weight: 400;
  background-color: var(--pri4-1);
  border-radius: 50%;
  box-sizing: border-box;
}
@media screen and (max-width: 1023px) {
  .definition-wrap .contents .cause ul li .num {
    font-family: var(--roboto);
  }
}
@media screen and (max-width: 767px) {
  .definition-wrap .contents .cause ul li .num {
    font-family: var(--roboto);
  }
}
.definition-wrap .contents .cause ul li .txt {
  color: var(--pri4-1);
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 148%;
}
@media screen and (max-width: 1460px) {
  .definition-wrap .contents .cause ul li {
    font-size: 1.3rem;
    padding: 2.5rem 0 1.25rem 0;
  }
  .definition-wrap .contents .cause ul li:first-child {
    padding-top: 0;
  }
  .definition-wrap .contents .cause ul li .txt {
    font-size: 1.3rem;
  }
  .definition-wrap .contents .cause ul li .num {
    min-width: 2rem;
    width: 2rem;
    height: 2rem;
    line-height: 2rem;
    font-size: 1rem;
    margin-right: 0.8rem;
  }
}
@media screen and (max-width: 767px) {
  .definition-wrap .contents .cause ul li {
    position: relative;
    font-size: 1.1rem;
    padding-left: 2.4rem;
    line-height: 1.25;
  }
  .definition-wrap .contents .cause ul li .txt {
    font-size: 1.1rem;
  }
  .definition-wrap .contents .cause ul li .num {
    position: absolute;
    left: 0;
    min-width: 1.5rem;
    width: 1.5rem;
    height: 1.5rem;
    line-height: 1.5rem;
    font-size: 0.8rem;
    margin-top: -0.1rem;
  }
}
@media screen and (max-width: 1460px) {
  .definition-wrap {
    width: 100%;
    padding: 0 2rem;
    box-sizing: border-box;
  }
  .definition-wrap .image {
    width: 38%;
    height: 35rem;
  }
  .definition-wrap .contents .meaning {
    padding-left: 4rem;
  }
  .definition-wrap .contents .cause {
    padding-left: 4rem;
  }
}
@media screen and (max-width: 1023px) {
  .definition-wrap .image {
    width: 46%;
    height: 32rem;
  }
  .definition-wrap .contents {
    width: 46%;
  }
}
@media screen and (max-width: 767px) {
  .definition-wrap {
    flex-direction: column;
  }
  .definition-wrap .image {
    width: 100%;
    height: 22rem;
    position: relative;
  }
  .definition-wrap .contents {
    width: 100%;
  }
  .definition-wrap .contents .meaning {
    margin-top: 3rem;
    padding-bottom: 3rem;
    padding-left: 0;
  }
  .definition-wrap .contents .cause {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }
}

.symptoms {
  width: 91.25rem;
  margin: 0 auto;
  padding-top: 15rem;
}
.symptoms .header .ko {
  font-size: 46px;
  font-weight: 300;
  line-height: 146%;
  padding-bottom: 5rem;
}
@media screen and (max-width: 1023px) {
  .symptoms .header .ko {
    font-size: 2.4rem;
    padding-bottom: 3rem;
  }
}
@media screen and (max-width: 767px) {
  .symptoms .header .ko {
    font-size: 1.8rem;
    padding-bottom: 2rem;
  }
}
.symptoms .container {
  margin-top: 3.625rem;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .symptoms .container {
    margin-top: 0;
  }
}
.symptoms .symptoms-txt {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  box-sizing: border-box;
}
.symptoms .symptoms-txt li {
  position: relative;
  flex-grow: 0;
  width: 32%;
  height: 20.1875rem;
  padding: 2.5rem 2.5rem;
  border-radius: 20px;
  background: #F9F9F9;
  box-sizing: border-box;
  transition: all 0.3s ease;
}
.symptoms .symptoms-txt li:empty {
  opacity: 0;
}
.symptoms .symptoms-txt li:nth-child(1), .symptoms .symptoms-txt li:nth-child(3) {
  margin-top: -3.625rem;
}
.symptoms .symptoms-txt li:nth-child(4), .symptoms .symptoms-txt li:nth-child(6) {
  margin-top: -1.625rem;
}
.symptoms .symptoms-txt li:nth-child(5) {
  margin-top: 1.625rem;
}
.symptoms .symptoms-txt li .icon {
  position: relative;
  display: block;
  width: 7.5rem;
  height: 7.5rem;
  transition: all 0.3s ease;
}
.symptoms .symptoms-txt li .icon .symbol {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  display: block;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  background-repeat: no-repeat;
  background-position: center center;
}
.symptoms .symptoms-txt li .icon .bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  background-color: var(--white);
  border-radius: 50%;
}
.symptoms .symptoms-txt li .icon[data-icon=symptoms01] .symbol {
  background-image: url(/common/img/user/sub/spine/symptoms01.svg);
}
.symptoms .symptoms-txt li .icon[data-icon=symptoms02] .symbol {
  background-image: url(/common/img/user/sub/spine/symptoms02.svg);
}
.symptoms .symptoms-txt li .icon[data-icon=symptoms03] .symbol {
  background-image: url(/common/img/user/sub/spine/symptoms03.svg);
}
.symptoms .symptoms-txt li .icon[data-icon=symptoms04] .symbol {
  background-image: url(/common/img/user/sub/spine/symptoms04.svg);
}
.symptoms .symptoms-txt li .icon[data-icon=symptoms05] .symbol {
  background-image: url(/common/img/user/sub/spine/symptoms05.svg);
}
.symptoms .symptoms-txt li .icon[data-icon=symptoms06] .symbol {
  background-image: url(/common/img/user/sub/spine/symptoms06.svg);
}
.symptoms .symptoms-txt li .icon[data-icon=symptoms07] .symbol {
  background-image: url(/common/img/user/sub/spine/symptoms07.svg);
}
.symptoms .symptoms-txt li:hover {
  background: linear-gradient(90deg, #2669B3 15.56%, #00BAC8 100%);
}
.symptoms .symptoms-txt li:hover .icon[data-icon=symptoms01] .symbol {
  background-image: url(/common/img/user/sub/spine/symptoms01_on.svg);
}
.symptoms .symptoms-txt li:hover .icon[data-icon=symptoms02] .symbol {
  background-image: url(/common/img/user/sub/spine/symptoms02_on.svg);
}
.symptoms .symptoms-txt li:hover .icon[data-icon=symptoms03] .symbol {
  background-image: url(/common/img/user/sub/spine/symptoms03_on.svg);
}
.symptoms .symptoms-txt li:hover .icon[data-icon=symptoms04] .symbol {
  background-image: url(/common/img/user/sub/spine/symptoms04_on.svg);
}
.symptoms .symptoms-txt li:hover .icon[data-icon=symptoms05] .symbol {
  background-image: url(/common/img/user/sub/spine/symptoms05_on.svg);
}
.symptoms .symptoms-txt li:hover .icon[data-icon=symptoms06] .symbol {
  background-image: url(/common/img/user/sub/spine/symptoms06_on.svg);
}
.symptoms .symptoms-txt li:hover .icon[data-icon=symptoms07] .symbol {
  background-image: url(/common/img/user/sub/spine/symptoms07_on.svg);
}
.symptoms .symptoms-txt li:hover .icon .bg {
  opacity: 0.2;
}
.symptoms .symptoms-txt li:hover p {
  color: var(--white);
}
.symptoms .symptoms-txt li .txt {
  position: absolute;
  top: 10.9375rem;
  left: 10rem;
  padding-right: 2rem;
  color: var(--pri4-2);
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 148%;
  letter-spacing: -0.0375rem;
  transition: all 0.3s ease;
}
@media screen and (max-width: 1460px) {
  .symptoms .symptoms-txt li .txt {
    left: 9rem;
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 1023px) {
  .symptoms .symptoms-txt li .txt {
    font-size: 1.1rem;
    top: 80%;
    left: 8rem;
    transform: translate(0, -80%);
  }
  .symptoms .symptoms-txt li .txt br {
    display: none;
  }
}
@media screen and (max-width: 1023px) {
  .symptoms .symptoms-txt li {
    padding: 1.8rem;
    height: 14rem;
  }
  .symptoms .symptoms-txt li .icon {
    width: 5.5rem;
    height: 5.5rem;
  }
  .symptoms .symptoms-txt li .icon .symbol {
    width: 50%;
    height: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-size: contain;
  }
  .symptoms .symptoms-txt li .txt br {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .symptoms .symptoms-txt li {
    width: 48%;
  }
  .symptoms .symptoms-txt li:nth-child(1) {
    margin-top: -3.625rem;
  }
  .symptoms .symptoms-txt li:nth-child(3) {
    margin-top: -1.625rem;
  }
  .symptoms .symptoms-txt li:nth-child(4) {
    margin-top: 1.625rem;
  }
  .symptoms .symptoms-txt li:nth-child(5) {
    margin-top: -1.625rem;
  }
  .symptoms .symptoms-txt li:nth-child(6) {
    margin-top: 1.625rem;
  }
  .symptoms .symptoms-txt li .txt {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    font-size: 1.1rem;
    padding-top: 0;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .symptoms .symptoms-txt li {
    width: 100%;
    height: 10rem;
    margin-bottom: 1.625rem;
  }
  .symptoms .symptoms-txt li:nth-child(1), .symptoms .symptoms-txt li:nth-child(2), .symptoms .symptoms-txt li:nth-child(3), .symptoms .symptoms-txt li:nth-child(4), .symptoms .symptoms-txt li:nth-child(5), .symptoms .symptoms-txt li:nth-child(6) {
    margin-top: 0;
  }
  .symptoms .symptoms-txt li .icon {
    width: 5.5rem;
    height: 5.5rem;
  }
  .symptoms .symptoms-txt li .txt br {
    display: none;
  }
}
@media screen and (max-width: 1460px) {
  .symptoms {
    width: 100%;
    padding-left: 2rem;
    padding-right: 2rem;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 1023px) {
  .symptoms {
    padding-top: 8rem;
  }
}
@media screen and (max-width: 767px) {
  .symptoms {
    padding: 6rem 2rem 0;
    box-sizing: border-box;
  }
}

@media screen and (max-width: 767px) {
  .foot .symptoms-txt {
    padding-bottom: 3rem;
  }
}
.foot .symptoms-txt.foot li {
  height: 30rem;
}
@media screen and (max-width: 1023px) {
  .foot .symptoms-txt.foot li {
    height: 20.1875rem;
  }
}
@media screen and (max-width: 767px) {
  .foot .symptoms-txt.foot li {
    height: 10rem;
  }
}
.foot .symptoms-txt.foot li .txt {
  left: 4rem;
  top: 14rem;
}
@media screen and (max-width: 767px) {
  .foot .symptoms-txt.foot li .txt {
    top: 50%;
    left: 8rem;
    transform: translate(0, -50%);
  }
}
.foot .symptoms-txt li .icon[data-icon=symptoms01-01] .symbol {
  background-image: url(/common/img/user/sub/foot/symptoms01-01.svg);
}
.foot .symptoms-txt li .icon[data-icon=symptoms01-02] .symbol {
  background-image: url(/common/img/user/sub/foot/symptoms01-02.svg);
}
.foot .symptoms-txt li .icon[data-icon=symptoms01-03] .symbol {
  background-image: url(/common/img/user/sub/foot/symptoms01-03.svg);
}
.foot .symptoms-txt li .icon[data-icon=symptoms01-04] .symbol {
  background-image: url(/common/img/user/sub/foot/symptoms01-04.svg);
}
.foot .symptoms-txt li .icon[data-icon=symptoms02-01] .symbol {
  background-image: url(/common/img/user/sub/foot/symptoms02-01.svg);
}
.foot .symptoms-txt li .icon[data-icon=symptoms02-02] .symbol {
  background-image: url(/common/img/user/sub/foot/symptoms02-02.svg);
}
.foot .symptoms-txt li .icon[data-icon=symptoms02-03] .symbol {
  background-image: url(/common/img/user/sub/foot/symptoms02-03.svg);
}
.foot .symptoms-txt li .icon[data-icon=symptoms02-04] .symbol {
  background-image: url(/common/img/user/sub/foot/symptoms02-04.svg);
}
.foot .symptoms-txt li .icon[data-icon=symptoms03-01] .symbol {
  background-image: url(/common/img/user/sub/foot/symptoms03-01.svg);
}
.foot .symptoms-txt li .icon[data-icon=symptoms03-02] .symbol {
  background-image: url(/common/img/user/sub/foot/symptoms03-02.svg);
}
.foot .symptoms-txt li .icon[data-icon=symptoms03-03] .symbol {
  background-image: url(/common/img/user/sub/foot/symptoms03-03.svg);
}
.foot .symptoms-txt li:hover .icon[data-icon=symptoms01-01] .symbol {
  background-image: url(/common/img/user/sub/foot/symptoms01-01-1.svg);
}
.foot .symptoms-txt li:hover .icon[data-icon=symptoms01-02] .symbol {
  background-image: url(/common/img/user/sub/foot/symptoms01-02-1.svg);
}
.foot .symptoms-txt li:hover .icon[data-icon=symptoms01-03] .symbol {
  background-image: url(/common/img/user/sub/foot/symptoms01-03-1.svg);
}
.foot .symptoms-txt li:hover .icon[data-icon=symptoms01-04] .symbol {
  background-image: url(/common/img/user/sub/foot/symptoms01-04-1.svg);
}
.foot .symptoms-txt li:hover .icon[data-icon=symptoms02-01] .symbol {
  background-image: url(/common/img/user/sub/foot/symptoms02-01-on.svg);
}
.foot .symptoms-txt li:hover .icon[data-icon=symptoms02-02] .symbol {
  background-image: url(/common/img/user/sub/foot/symptoms02-02-on.svg);
}
.foot .symptoms-txt li:hover .icon[data-icon=symptoms02-03] .symbol {
  background-image: url(/common/img/user/sub/foot/symptoms02-03-on.svg);
}
.foot .symptoms-txt li:hover .icon[data-icon=symptoms02-04] .symbol {
  background-image: url(/common/img/user/sub/foot/symptoms02-04-on.svg);
}
.foot .symptoms-txt li:hover .icon[data-icon=symptoms03-01] .symbol {
  background-image: url(/common/img/user/sub/foot/symptoms03-01-on.svg);
}
.foot .symptoms-txt li:hover .icon[data-icon=symptoms03-02] .symbol {
  background-image: url(/common/img/user/sub/foot/symptoms03-02-on.svg);
}
.foot .symptoms-txt li:hover .icon[data-icon=symptoms03-03] .symbol {
  background-image: url(/common/img/user/sub/foot/symptoms03-03-on.svg);
}

.etc .symptoms-txt li .icon[data-icon=symptoms01-01] .symbol {
  background-image: url(/common/img/user/sub/etc/symptoms01-01.svg);
}
.etc .symptoms-txt li .icon[data-icon=symptoms01-02] .symbol {
  background-image: url(/common/img/user/sub/etc/symptoms01-02.svg);
}
.etc .symptoms-txt li .icon[data-icon=symptoms01-03] .symbol {
  background-image: url(/common/img/user/sub/etc/symptoms01-03.svg);
}
.etc .symptoms-txt li .icon[data-icon=symptoms01-04] .symbol {
  background-image: url(/common/img/user/sub/etc/symptoms01-04.svg);
}
.etc .symptoms-txt li:hover .icon[data-icon=symptoms01-01] .symbol {
  background-image: url(/common/img/user/sub/etc/symptoms01-01-on.svg);
}
.etc .symptoms-txt li:hover .icon[data-icon=symptoms01-02] .symbol {
  background-image: url(/common/img/user/sub/etc/symptoms01-02-on.svg);
}
.etc .symptoms-txt li:hover .icon[data-icon=symptoms01-03] .symbol {
  background-image: url(/common/img/user/sub/etc/symptoms01-03-on.svg);
}
.etc .symptoms-txt li:hover .icon[data-icon=symptoms01-04] .symbol {
  background-image: url(/common/img/user/sub/etc/symptoms01-04-on.svg);
}

.lumbar .symptoms-txt li .icon[data-icon=symptoms01-01] .symbol {
  background-image: url(/common/img/user/sub/lumbar/symptoms01-01.svg);
}
.lumbar .symptoms-txt li .icon[data-icon=symptoms01-02] .symbol {
  background-image: url(/common/img/user/sub/lumbar/symptoms01-02.svg);
}
.lumbar .symptoms-txt li .icon[data-icon=symptoms01-03] .symbol {
  background-image: url(/common/img/user/sub/lumbar/symptoms01-03.svg);
}
.lumbar .symptoms-txt li .icon[data-icon=symptoms01-04] .symbol {
  background-image: url(/common/img/user/sub/lumbar/symptoms01-04.svg);
}
.lumbar .symptoms-txt li .icon[data-icon=symptoms01-05] .symbol {
  background-image: url(/common/img/user/sub/lumbar/symptoms01-05.svg);
}
.lumbar .symptoms-txt li .icon[data-icon=symptoms02-01] .symbol {
  background-image: url(/common/img/user/sub/lumbar/symptoms02-01.svg);
}
.lumbar .symptoms-txt li .icon[data-icon=symptoms02-02] .symbol {
  background-image: url(/common/img/user/sub/lumbar/symptoms02-02.svg);
}
.lumbar .symptoms-txt li .icon[data-icon=symptoms02-03] .symbol {
  background-image: url(/common/img/user/sub/lumbar/symptoms02-03.svg);
}
.lumbar .symptoms-txt li .icon[data-icon=symptoms02-04] .symbol {
  background-image: url(/common/img/user/sub/lumbar/symptoms02-04.svg);
}
.lumbar .symptoms-txt li .icon[data-icon=symptoms02-05] .symbol {
  background-image: url(/common/img/user/sub/lumbar/symptoms02-05.svg);
}
.lumbar .symptoms-txt li .icon[data-icon=symptoms02-06] .symbol {
  background-image: url(/common/img/user/sub/lumbar/symptoms02-06.svg);
}
.lumbar .symptoms-txt li .icon[data-icon=symptoms03-01] .symbol {
  background-image: url(/common/img/user/sub/lumbar/symptoms03-01.svg);
}
.lumbar .symptoms-txt li .icon[data-icon=symptoms03-02] .symbol {
  background-image: url(/common/img/user/sub/lumbar/symptoms03-02.svg);
}
.lumbar .symptoms-txt li .icon[data-icon=symptoms03-03] .symbol {
  background-image: url(/common/img/user/sub/lumbar/symptoms03-03.svg);
}
.lumbar .symptoms-txt li .icon[data-icon=symptoms03-04] .symbol {
  background-image: url(/common/img/user/sub/lumbar/symptoms03-04.svg);
}
.lumbar .symptoms-txt li:hover .icon[data-icon=symptoms01-01] .symbol {
  background-image: url(/common/img/user/sub/lumbar/symptoms01-01-on.svg);
}
.lumbar .symptoms-txt li:hover .icon[data-icon=symptoms01-02] .symbol {
  background-image: url(/common/img/user/sub/lumbar/symptoms01-02-on.svg);
}
.lumbar .symptoms-txt li:hover .icon[data-icon=symptoms01-03] .symbol {
  background-image: url(/common/img/user/sub/lumbar/symptoms01-03-on.svg);
}
.lumbar .symptoms-txt li:hover .icon[data-icon=symptoms01-04] .symbol {
  background-image: url(/common/img/user/sub/lumbar/symptoms01-04-on.svg);
}
.lumbar .symptoms-txt li:hover .icon[data-icon=symptoms01-05] .symbol {
  background-image: url(/common/img/user/sub/lumbar/symptoms01-05-on.svg);
}
.lumbar .symptoms-txt li:hover .icon[data-icon=symptoms02-01] .symbol {
  background-image: url(/common/img/user/sub/lumbar/symptoms02-01-on.svg);
}
.lumbar .symptoms-txt li:hover .icon[data-icon=symptoms02-02] .symbol {
  background-image: url(/common/img/user/sub/lumbar/symptoms02-02-on.svg);
}
.lumbar .symptoms-txt li:hover .icon[data-icon=symptoms02-03] .symbol {
  background-image: url(/common/img/user/sub/lumbar/symptoms02-03-on.svg);
}
.lumbar .symptoms-txt li:hover .icon[data-icon=symptoms02-04] .symbol {
  background-image: url(/common/img/user/sub/lumbar/symptoms02-04-on.svg);
}
.lumbar .symptoms-txt li:hover .icon[data-icon=symptoms02-05] .symbol {
  background-image: url(/common/img/user/sub/lumbar/symptoms02-05-on.svg);
}
.lumbar .symptoms-txt li:hover .icon[data-icon=symptoms02-06] .symbol {
  background-image: url(/common/img/user/sub/lumbar/symptoms02-06-on.svg);
}
.lumbar .symptoms-txt li:hover .icon[data-icon=symptoms03-01] .symbol {
  background-image: url(/common/img/user/sub/lumbar/symptoms03-01-on.svg);
}
.lumbar .symptoms-txt li:hover .icon[data-icon=symptoms03-02] .symbol {
  background-image: url(/common/img/user/sub/lumbar/symptoms03-02-on.svg);
}
.lumbar .symptoms-txt li:hover .icon[data-icon=symptoms03-03] .symbol {
  background-image: url(/common/img/user/sub/lumbar/symptoms03-03-on.svg);
}
.lumbar .symptoms-txt li:hover .icon[data-icon=symptoms03-04] .symbol {
  background-image: url(/common/img/user/sub/lumbar/symptoms03-04-on.svg);
}

.shoulder .symptoms-txt li .icon[data-icon=symptoms01-01] .symbol {
  background-image: url(/common/img/user/sub/shoulder/symptoms01-01.svg);
}
.shoulder .symptoms-txt li .icon[data-icon=symptoms01-02] .symbol {
  background-image: url(/common/img/user/sub/shoulder/symptoms01-02.svg);
}
.shoulder .symptoms-txt li .icon[data-icon=symptoms01-03] .symbol {
  background-image: url(/common/img/user/sub/shoulder/symptoms01-03.svg);
}
.shoulder .symptoms-txt li .icon[data-icon=symptoms01-04] .symbol {
  background-image: url(/common/img/user/sub/shoulder/symptoms01-04.svg);
}
.shoulder .symptoms-txt li .icon[data-icon=symptoms01-05] .symbol {
  background-image: url(/common/img/user/sub/shoulder/symptoms01-05.svg);
}
.shoulder .symptoms-txt li .icon[data-icon=symptoms02-01] .symbol {
  background-image: url(/common/img/user/sub/shoulder/symptoms02-01.svg);
}
.shoulder .symptoms-txt li .icon[data-icon=symptoms02-02] .symbol {
  background-image: url(/common/img/user/sub/shoulder/symptoms02-02.svg);
}
.shoulder .symptoms-txt li .icon[data-icon=symptoms02-03] .symbol {
  background-image: url(/common/img/user/sub/shoulder/symptoms02-03.svg);
}
.shoulder .symptoms-txt li .icon[data-icon=symptoms02-04] .symbol {
  background-image: url(/common/img/user/sub/shoulder/symptoms02-04.svg);
}
.shoulder .symptoms-txt li .icon[data-icon=symptoms02-05] .symbol {
  background-image: url(/common/img/user/sub/shoulder/symptoms02-05.svg);
}
.shoulder .symptoms-txt li .icon[data-icon=symptoms02-06] .symbol {
  background-image: url(/common/img/user/sub/shoulder/symptoms02-06.svg);
}
.shoulder .symptoms-txt li .icon[data-icon=symptoms03-01] .symbol {
  background-image: url(/common/img/user/sub/shoulder/symptoms03-01.svg);
}
.shoulder .symptoms-txt li .icon[data-icon=symptoms03-02] .symbol {
  background-image: url(/common/img/user/sub/shoulder/symptoms03-02.svg);
}
.shoulder .symptoms-txt li .icon[data-icon=symptoms03-03] .symbol {
  background-image: url(/common/img/user/sub/shoulder/symptoms03-03.svg);
}
.shoulder .symptoms-txt li .icon[data-icon=symptoms03-04] .symbol {
  background-image: url(/common/img/user/sub/shoulder/symptoms03-04.svg);
}
.shoulder .symptoms-txt li .icon[data-icon=symptoms04-01] .symbol {
  background-image: url(/common/img/user/sub/shoulder/symptoms04-01.svg);
}
.shoulder .symptoms-txt li .icon[data-icon=symptoms04-02] .symbol {
  background-image: url(/common/img/user/sub/shoulder/symptoms04-02.svg);
}
.shoulder .symptoms-txt li .icon[data-icon=symptoms04-03] .symbol {
  background-image: url(/common/img/user/sub/shoulder/symptoms04-03.svg);
}
.shoulder .symptoms-txt li .icon[data-icon=symptoms04-04] .symbol {
  background-image: url(/common/img/user/sub/shoulder/symptoms04-04.svg);
}
.shoulder .symptoms-txt li .icon[data-icon=symptoms04-05] .symbol {
  background-image: url(/common/img/user/sub/shoulder/symptoms04-05.svg);
}
.shoulder .symptoms-txt li:hover .icon[data-icon=symptoms01-01] .symbol {
  background-image: url(/common/img/user/sub/shoulder/symptoms01-01-on.svg);
}
.shoulder .symptoms-txt li:hover .icon[data-icon=symptoms01-02] .symbol {
  background-image: url(/common/img/user/sub/shoulder/symptoms01-02-on.svg);
}
.shoulder .symptoms-txt li:hover .icon[data-icon=symptoms01-03] .symbol {
  background-image: url(/common/img/user/sub/shoulder/symptoms01-03-on.svg);
}
.shoulder .symptoms-txt li:hover .icon[data-icon=symptoms01-04] .symbol {
  background-image: url(/common/img/user/sub/shoulder/symptoms01-04-on.svg);
}
.shoulder .symptoms-txt li:hover .icon[data-icon=symptoms01-05] .symbol {
  background-image: url(/common/img/user/sub/shoulder/symptoms01-05-on.svg);
}
.shoulder .symptoms-txt li:hover .icon[data-icon=symptoms02-01] .symbol {
  background-image: url(/common/img/user/sub/shoulder/symptoms02-01-on.svg);
}
.shoulder .symptoms-txt li:hover .icon[data-icon=symptoms02-02] .symbol {
  background-image: url(/common/img/user/sub/shoulder/symptoms02-02-on.svg);
}
.shoulder .symptoms-txt li:hover .icon[data-icon=symptoms02-03] .symbol {
  background-image: url(/common/img/user/sub/shoulder/symptoms02-03-on.svg);
}
.shoulder .symptoms-txt li:hover .icon[data-icon=symptoms02-04] .symbol {
  background-image: url(/common/img/user/sub/shoulder/symptoms02-04-on.svg);
}
.shoulder .symptoms-txt li:hover .icon[data-icon=symptoms02-05] .symbol {
  background-image: url(/common/img/user/sub/shoulder/symptoms02-05-on.svg);
}
.shoulder .symptoms-txt li:hover .icon[data-icon=symptoms02-06] .symbol {
  background-image: url(/common/img/user/sub/shoulder/symptoms02-06-on.svg);
}
.shoulder .symptoms-txt li:hover .icon[data-icon=symptoms03-01] .symbol {
  background-image: url(/common/img/user/sub/shoulder/symptoms03-01-on.svg);
}
.shoulder .symptoms-txt li:hover .icon[data-icon=symptoms03-02] .symbol {
  background-image: url(/common/img/user/sub/shoulder/symptoms03-02-on.svg);
}
.shoulder .symptoms-txt li:hover .icon[data-icon=symptoms03-03] .symbol {
  background-image: url(/common/img/user/sub/shoulder/symptoms03-03-on.svg);
}
.shoulder .symptoms-txt li:hover .icon[data-icon=symptoms03-04] .symbol {
  background-image: url(/common/img/user/sub/shoulder/symptoms03-04-on.svg);
}
.shoulder .symptoms-txt li:hover .icon[data-icon=symptoms04-01] .symbol {
  background-image: url(/common/img/user/sub/shoulder/symptoms04-01-on.svg);
}
.shoulder .symptoms-txt li:hover .icon[data-icon=symptoms04-02] .symbol {
  background-image: url(/common/img/user/sub/shoulder/symptoms04-02-on.svg);
}
.shoulder .symptoms-txt li:hover .icon[data-icon=symptoms04-03] .symbol {
  background-image: url(/common/img/user/sub/shoulder/symptoms04-03-on.svg);
}
.shoulder .symptoms-txt li:hover .icon[data-icon=symptoms04-04] .symbol {
  background-image: url(/common/img/user/sub/shoulder/symptoms04-04-on.svg);
}
.shoulder .symptoms-txt li:hover .icon[data-icon=symptoms04-05] .symbol {
  background-image: url(/common/img/user/sub/shoulder/symptoms04-05-on.svg);
}

.knee .symptoms-txt li .icon[data-icon=symptoms01-01] .symbol {
  background-image: url(/common/img/user/sub/knee/symptoms01-01.svg);
}
.knee .symptoms-txt li .icon[data-icon=symptoms01-02] .symbol {
  background-image: url(/common/img/user/sub/knee/symptoms01-02.svg);
}
.knee .symptoms-txt li .icon[data-icon=symptoms01-03] .symbol {
  background-image: url(/common/img/user/sub/knee/symptoms01-03.svg);
}
.knee .symptoms-txt li .icon[data-icon=symptoms01-04] .symbol {
  background-image: url(/common/img/user/sub/knee/symptoms01-04.svg);
}
.knee .symptoms-txt li .icon[data-icon=symptoms01-05] .symbol {
  background-image: url(/common/img/user/sub/knee/symptoms01-05.svg);
}
.knee .symptoms-txt li .icon[data-icon=symptoms02-01] .symbol {
  background-image: url(/common/img/user/sub/knee/symptoms02-01.svg);
}
.knee .symptoms-txt li .icon[data-icon=symptoms02-02] .symbol {
  background-image: url(/common/img/user/sub/knee/symptoms02-02.svg);
}
.knee .symptoms-txt li .icon[data-icon=symptoms02-03] .symbol {
  background-image: url(/common/img/user/sub/knee/symptoms02-03.svg);
}
.knee .symptoms-txt li .icon[data-icon=symptoms02-04] .symbol {
  background-image: url(/common/img/user/sub/knee/symptoms02-04.svg);
}
.knee .symptoms-txt li .icon[data-icon=symptoms02-05] .symbol {
  background-image: url(/common/img/user/sub/knee/symptoms02-05.svg);
}
.knee .symptoms-txt li .icon[data-icon=symptoms03-01] .symbol {
  background-image: url(/common/img/user/sub/knee/symptoms03-01.svg);
}
.knee .symptoms-txt li .icon[data-icon=symptoms03-02] .symbol {
  background-image: url(/common/img/user/sub/knee/symptoms03-02.svg);
}
.knee .symptoms-txt li .icon[data-icon=symptoms03-03] .symbol {
  background-image: url(/common/img/user/sub/knee/symptoms03-03.svg);
}
.knee .symptoms-txt li .icon[data-icon=symptoms03-04] .symbol {
  background-image: url(/common/img/user/sub/knee/symptoms03-04.svg);
}
.knee .symptoms-txt li .icon[data-icon=symptoms03-05] .symbol {
  background-image: url(/common/img/user/sub/knee/symptoms03-05.svg);
}
.knee .symptoms-txt li .icon[data-icon=symptoms04-01] .symbol {
  background-image: url(/common/img/user/sub/knee/symptoms04-01.svg);
}
.knee .symptoms-txt li .icon[data-icon=symptoms04-02] .symbol {
  background-image: url(/common/img/user/sub/knee/symptoms04-02.svg);
}
.knee .symptoms-txt li .icon[data-icon=symptoms04-03] .symbol {
  background-image: url(/common/img/user/sub/knee/symptoms04-03.svg);
}
.knee .symptoms-txt li .icon[data-icon=symptoms04-04] .symbol {
  background-image: url(/common/img/user/sub/knee/symptoms04-04.svg);
}
.knee .symptoms-txt li .icon[data-icon=symptoms04-05] .symbol {
  background-image: url(/common/img/user/sub/knee/symptoms04-05.svg);
}
.knee .symptoms-txt li .icon[data-icon=symptoms04-04] .symbol {
  background-image: url(/common/img/user/sub/knee/symptoms03-04.svg);
}
.knee .symptoms-txt li .icon[data-icon=symptoms04-05] .symbol {
  background-image: url(/common/img/user/sub/knee/symptoms03-05.svg);
}
.knee .symptoms-txt li:hover .icon[data-icon=symptoms01-01] .symbol {
  background-image: url(/common/img/user/sub/knee/symptoms01-01-on.svg);
}
.knee .symptoms-txt li:hover .icon[data-icon=symptoms01-02] .symbol {
  background-image: url(/common/img/user/sub/knee/symptoms01-02-on.svg);
}
.knee .symptoms-txt li:hover .icon[data-icon=symptoms01-03] .symbol {
  background-image: url(/common/img/user/sub/knee/symptoms01-03-on.svg);
}
.knee .symptoms-txt li:hover .icon[data-icon=symptoms01-04] .symbol {
  background-image: url(/common/img/user/sub/knee/symptoms01-04-on.svg);
}
.knee .symptoms-txt li:hover .icon[data-icon=symptoms01-05] .symbol {
  background-image: url(/common/img/user/sub/knee/symptoms01-05-on.svg);
}
.knee .symptoms-txt li:hover .icon[data-icon=symptoms02-01] .symbol {
  background-image: url(/common/img/user/sub/knee/symptoms02-01-on.svg);
}
.knee .symptoms-txt li:hover .icon[data-icon=symptoms02-02] .symbol {
  background-image: url(/common/img/user/sub/knee/symptoms02-02-on.svg);
}
.knee .symptoms-txt li:hover .icon[data-icon=symptoms02-03] .symbol {
  background-image: url(/common/img/user/sub/knee/symptoms02-03-on.svg);
}
.knee .symptoms-txt li:hover .icon[data-icon=symptoms02-04] .symbol {
  background-image: url(/common/img/user/sub/knee/symptoms02-04-on.svg);
}
.knee .symptoms-txt li:hover .icon[data-icon=symptoms02-05] .symbol {
  background-image: url(/common/img/user/sub/knee/symptoms02-05-on.svg);
}
.knee .symptoms-txt li:hover .icon[data-icon=symptoms03-01] .symbol {
  background-image: url(/common/img/user/sub/knee/symptoms03-01-on.svg);
}
.knee .symptoms-txt li:hover .icon[data-icon=symptoms03-02] .symbol {
  background-image: url(/common/img/user/sub/knee/symptoms03-02-on.svg);
}
.knee .symptoms-txt li:hover .icon[data-icon=symptoms03-03] .symbol {
  background-image: url(/common/img/user/sub/knee/symptoms03-03-on.svg);
}
.knee .symptoms-txt li:hover .icon[data-icon=symptoms03-04] .symbol {
  background-image: url(/common/img/user/sub/knee/symptoms03-04-on.svg);
}
.knee .symptoms-txt li:hover .icon[data-icon=symptoms03-05] .symbol {
  background-image: url(/common/img/user/sub/knee/symptoms03-05-on.svg);
}
.knee .symptoms-txt li:hover .icon[data-icon=symptoms04-01] .symbol {
  background-image: url(/common/img/user/sub/knee/symptoms04-01-on.svg);
}
.knee .symptoms-txt li:hover .icon[data-icon=symptoms04-02] .symbol {
  background-image: url(/common/img/user/sub/knee/symptoms04-02-on.svg);
}
.knee .symptoms-txt li:hover .icon[data-icon=symptoms04-03] .symbol {
  background-image: url(/common/img/user/sub/knee/symptoms04-03-on.svg);
}
.knee .symptoms-txt li:hover .icon[data-icon=symptoms04-04] .symbol {
  background-image: url(/common/img/user/sub/knee/symptoms03-04-on.svg);
}
.knee .symptoms-txt li:hover .icon[data-icon=symptoms04-05] .symbol {
  background-image: url(/common/img/user/sub/knee/symptoms03-05-on.svg);
}

.nondrug .symptoms-txt li .icon[data-icon=symptoms01-01] .symbol {
  background-size: 58%;
  background-image: url(/common/img/user/sub/nondrug/symptoms01-01.svg);
}
.nondrug .symptoms-txt li .icon[data-icon=symptoms01-02] .symbol {
  background-size: 38%;
  background-image: url(/common/img/user/sub/nondrug/symptoms01-02.svg);
}
.nondrug .symptoms-txt li .icon[data-icon=symptoms01-03] .symbol {
  background-size: 46%;
  background-image: url(/common/img/user/sub/nondrug/symptoms01-03.svg);
}
.nondrug .symptoms-txt li .icon[data-icon=symptoms02-01] .symbol {
  background-size: 46%;
  background-image: url(/common/img/user/sub/nondrug/symptoms02-01.svg);
}
.nondrug .symptoms-txt li .icon[data-icon=symptoms02-02] .symbol {
  background-size: 41%;
  background-image: url(/common/img/user/sub/nondrug/symptoms02-02.svg);
}
.nondrug .symptoms-txt li .icon[data-icon=symptoms02-03] .symbol {
  background-size: 46%;
  background-image: url(/common/img/user/sub/nondrug/symptoms02-03.svg);
}
.nondrug .symptoms-txt li:hover .icon[data-icon=symptoms01-01] .symbol {
  background-image: url(/common/img/user/sub/nondrug/symptoms01-01-on.svg);
}
.nondrug .symptoms-txt li:hover .icon[data-icon=symptoms01-02] .symbol {
  background-image: url(/common/img/user/sub/nondrug/symptoms01-02-on.svg);
}
.nondrug .symptoms-txt li:hover .icon[data-icon=symptoms01-03] .symbol {
  background-image: url(/common/img/user/sub/nondrug/symptoms01-03-on.svg);
}
.nondrug .symptoms-txt li:hover .icon[data-icon=symptoms02-01] .symbol {
  background-image: url(/common/img/user/sub/nondrug/symptoms02-01-on.svg);
}
.nondrug .symptoms-txt li:hover .icon[data-icon=symptoms02-02] .symbol {
  background-image: url(/common/img/user/sub/nondrug/symptoms02-02-on.svg);
}
.nondrug .symptoms-txt li:hover .icon[data-icon=symptoms02-03] .symbol {
  background-image: url(/common/img/user/sub/nondrug/symptoms02-03-on.svg);
}

.precess .header {
  padding-top: 13rem;
}
@media screen and (max-width: 1023px) {
  .precess .header {
    padding-top: 8rem;
  }
}
@media screen and (max-width: 767px) {
  .precess .header {
    padding-top: 5rem;
    padding-right: 2rem;
    padding-left: 2rem;
  }
}
.precess .header .ko {
  color: var(--pri4-1);
  text-align: center;
  font-size: 2.6rem;
  font-weight: 400;
  line-height: 4.375rem;
  letter-spacing: -0.0719rem;
}
@media screen and (max-width: 767px) {
  .precess .header .ko {
    font-size: 1.8rem;
  }
}
.precess .header .desc {
  color: #9F9F9F;
  text-align: center;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.65;
  letter-spacing: -0.0375rem;
  padding-top: 1rem;
}
@media screen and (max-width: 767px) {
  .precess .header .desc {
    font-size: 1rem;
  }
}
.precess .container {
  padding: 6.25rem 3.75rem 0;
}
@media screen and (max-width: 1460px) {
  .precess .container {
    padding: 5rem 2rem 0;
  }
}
@media screen and (max-width: 767px) {
  .precess .container {
    padding-top: 3rem;
  }
}
.precess .container ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.precess .container ul li {
  width: 24%;
  padding: 5.625rem 2rem 3rem 3.75rem;
  border-radius: 1rem;
  background: #F9F9F9;
  height: 33.5rem;
  flex-shrink: 0;
  border: 1px solid transparent;
  box-sizing: border-box;
  transition: all 0.3s;
}
@media screen and (max-width: 1460px) {
  .precess .container ul li {
    padding: 4rem 2rem;
    height: 29rem;
  }
}
@media screen and (max-width: 1023px) {
  .precess .container ul li {
    width: 49%;
    height: 24rem;
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .precess .container ul li {
    height: 22rem;
  }
}
.precess .container ul li .step {
  display: inline-block;
  width: 8.75rem;
  height: 2.5rem;
  line-height: 2.5rem;
  border-radius: 6.25rem;
  color: var(--pri4-1);
  text-align: center;
  font-family: var(--roboto);
  letter-spacing: 0;
  font-size: 1.125rem;
  font-weight: 300;
  background-color: var(--white);
}
@media screen and (max-width: 1023px) {
  .precess .container ul li .step {
    font-family: var(--roboto);
  }
}
@media screen and (max-width: 767px) {
  .precess .container ul li .step {
    font-family: var(--roboto);
  }
}
@media screen and (max-width: 1023px) {
  .precess .container ul li .step {
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .precess .container ul li .step {
    height: 2.2rem;
    line-height: 2.2rem;
  }
}
.precess .container ul li .tit {
  padding-top: 5rem;
  padding-bottom: 4.375rem;
  color: var(--pri4-1);
  font-size: 2.25rem;
  font-weight: 500;
  line-height: 148%;
  letter-spacing: -0.9px;
}
@media screen and (max-width: 1023px) {
  .precess .container ul li .tit {
    padding-top: 3rem;
    padding-bottom: 3rem;
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .precess .container ul li .tit {
    padding: 3rem 0 2rem;
    font-size: 1.6rem;
  }
}
.precess .container ul li .desc {
  color: #505050;
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 168%;
  letter-spacing: -0.55px;
}
@media screen and (max-width: 1460px) {
  .precess .container ul li .desc {
    font-size: 1.1rem;
  }
}
@media screen and (max-width: 767px) {
  .precess .container ul li .desc {
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .precess .container ul li .desc {
    font-size: 0.85rem;
  }
  .precess .container ul li .desc br {
    display: none;
  }
}

.cause-symptom {
  padding-top: 11rem;
  padding-left: 7.75rem;
}
@media screen and (max-width: 1460px) {
  .cause-symptom {
    padding-top: 8rem;
    padding-left: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .cause-symptom {
    padding: 0 0 4rem 0;
  }
}
.cause-symptom .header .ko {
  font-size: 2rem;
  padding-top: 2rem;
  padding-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  .cause-symptom .header .ko {
    font-size: 1.6rem;
  }
}
.cause-symptom ul li {
  color: var(--pri4-2);
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 168%;
}
@media screen and (max-width: 1460px) {
  .cause-symptom ul li {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 767px) {
  .cause-symptom ul li {
    font-size: 1rem;
  }
}

.text-ani {
  width: 100%;
  padding: 6rem 0 2rem 0;
  white-space: nowrap;
  box-sizing: border-box;
  overflow: hidden;
}
.text-ani p {
  font-family: var(--roboto);
  letter-spacing: 0;
  display: inline-block;
  color: #f5f5f5;
  font-size: 12.5rem;
  font-weight: 800;
  letter-spacing: 0.125rem;
  animation: text-to-left 20s linear infinite;
}
@media screen and (max-width: 1023px) {
  .text-ani p {
    font-family: var(--roboto);
  }
}
@media screen and (max-width: 767px) {
  .text-ani p {
    font-family: var(--roboto);
  }
}
@media screen and (max-width: 767px) {
  .text-ani {
    padding: 2rem 0 0 0;
  }
  .text-ani p {
    font-size: 6.5rem;
  }
}

@keyframes text-to-left {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-50%);
  }
}
.appeal-point {
  position: relative;
  width: 100%;
  height: 37.5rem;
  padding-top: 12rem;
  overflow: hidden;
  box-sizing: border-box;
}
.appeal-point .header {
  position: relative;
  z-index: 1;
  width: 91.25rem;
  margin: 0 auto;
}
.appeal-point .header .main-tit-en {
  letter-spacing: 0.1rem;
  color: rgba(255, 255, 255, 0.5);
}
.appeal-point .header .tit {
  color: var(--white);
  padding-top: 2rem;
}
.appeal-point .header .tit b {
  font-weight: 500;
}
.appeal-point .header .btn {
  position: absolute;
  top: 65%;
  right: 0;
  display: flex;
  width: 16.75rem;
  height: 4.625rem;
  line-height: 4.625rem;
  padding: 0 4.25rem;
  color: var(--white);
  font-family: var(--preten);
  font-size: 1rem;
  font-weight: 400;
  border-radius: 100px;
  border: 1px solid rgba(255, 255, 255, 0.8);
  background: rgba(255, 255, 255, 0.2);
  background-image: url(/common/img/user/main/btn_arrow_on.svg);
  background-position: 80% 50%;
  background-repeat: no-repeat;
  box-sizing: border-box;
  transition: background-color 0.3s linear;
  cursor: pointer;
}
.appeal-point .header .btn:hover {
  background: rgb(255, 255, 255);
  color: var(--pri2);
}
@media (width <= 940px) {
  .appeal-point .header .btn {
    position: relative;
    right: initial;
    bottom: initial;
    left: 0;
    margin-top: 1rem;
  }
}
@media screen and (max-width: 1460px) {
  .appeal-point .header {
    width: 100%;
    padding: 0 2rem;
    box-sizing: border-box;
  }
}
.appeal-point .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(/common/img/user/sub/spine/bg_appeal_point.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
}
@media screen and (max-width: 1460px) {
  .appeal-point {
    padding-top: 8rem;
  }
  .appeal-point .header .btn {
    top: initial;
    bottom: -60%;
    right: 2rem;
  }
}
@media screen and (max-width: 1023px) {
  .appeal-point .header .btn {
    right: 3rem;
    width: 13rem;
    height: 3.4rem;
    line-height: 3.4rem;
    padding: 0 2.5rem;
    font-size: 0.9rem;
  }
}
@media screen and (max-width: 767px) {
  .appeal-point {
    height: 22rem;
    padding-top: 4rem;
  }
  .appeal-point .header .btn {
    left: -0.2rem;
    width: 14rem;
    height: 3rem;
    line-height: 3rem;
    padding: 0 2.4rem;
    font-size: 0.8rem;
  }
}
@media screen and (max-width: 767px) {
  .appeal-point .header .tit {
    font-size: 1.4rem;
  }
}

/* 병원소개 */
.intro {
  padding-bottom: 10rem;
}
.intro:first-child {
  padding-bottom: 0;
}
.intro .sub-container {
  padding-top: 0;
}
.intro .sub-container::before {
  display: none;
}
.intro .gallery {
  padding-bottom: 0;
}
@media screen and (max-width: 767px) {
  .intro {
    padding-bottom: 6rem;
  }
}

.price {
  width: 91.25rem;
  margin: 0 auto;
}
.price table {
  table-layout: fixed;
  width: 100%;
  min-width: 91.25rem;
  border-top: 2px solid var(--pri4-1);
  border-collapse: collapse;
}
.price table thead {
  background-color: var(--pri4-1);
}
.price table thead tr th {
  text-align: center;
  padding: 1rem 0.2rem;
  font-weight: 500;
  font-size: 1.1rem;
  line-height: 1.25;
  color: var(--white);
  border-bottom: 1px solid #363636;
  border-right: 1px solid #555555;
}
.price table thead tr th.last {
  border-right: 0;
}
.price table tbody tr {
  position: relative;
  border-bottom: 1px dashed #dfdfdf;
  transition: background-color 0.3s;
}
.price table tbody tr:nth-child(odd) td:last-child {
  border-right: 0;
}
.price table tbody tr.even {
  background-color: #f4fdff;
}
.price table tbody tr td {
  text-align: center;
  padding: 0.8rem 1rem;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.25;
  letter-spacing: 0;
  word-break: keep-all;
  border-right: 1px dashed #dfdfdf;
  transition: all 0.3s;
}
.price table tbody tr .point {
  color: var(--pri1);
}
@media screen and (max-width: 1460px) {
  .price {
    width: 100%;
    padding: 0 2rem;
    overflow-x: scroll;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 767px) {
  .price table {
    min-width: 37.5rem;
    table-layout: auto;
    width: -moz-max-content;
    width: max-content;
  }
  .price table thead tr th {
    padding: 0.6rem 0.4rem;
    font-size: 1rem;
  }
  .price table tbody tr td {
    padding: 0.3rem 0.4rem;
    font-size: 1rem;
  }
}

/* 의료진 소개 */
.sub-overview-wrap {
  position: relative;
  padding-bottom: 12.5rem;
}
.sub-overview-wrap::before {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 53.75rem;
  content: "";
  background: #f4f4f4 url(/common/img/user/sub/intro/bg_mark.png) no-repeat 92% 50%;
}
@media screen and (max-width: 1023px) {
  .sub-overview-wrap::before {
    height: 30rem;
    background-size: 30%;
  }
}
@media screen and (max-width: 767px) {
  .sub-overview-wrap::before {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .sub-overview-wrap {
    padding-bottom: 0;
  }
}

.overview {
  width: 91.25rem;
  margin: 0 auto;
  position: relative;
  display: flex;
}
.overview .img {
  position: sticky;
  top: 0;
  width: 42.25rem;
  height: 46rem;
  border-radius: 1.5625rem;
  background-color: #f4f4f4;
  overflow: hidden;
  margin-top: 8rem;
}
.overview .contents {
  width: 56.25rem;
  display: flex;
}
.overview .overview-info {
  width: 100%;
  padding-top: 14rem;
}
.overview .overview-info > p {
  padding-bottom: 2rem;
}
@media screen and (max-width: 1023px) {
  .overview .overview-info {
    width: 100%;
    padding-top: 5rem;
  }
}
@media screen and (max-width: 767px) {
  .overview .overview-info {
    padding: 4rem 8%;
  }
}
.overview .overview-info .room {
  display: inline-block;
  width: 8.75rem;
  height: 2.125rem;
  line-height: 2.125rem;
  color: var(--white);
  background-color: var(--black);
  border-radius: 25rem;
  text-align: center;
  font-size: 1.1rem;
  font-weight: 400;
  letter-spacing: -0.5px;
}
@media screen and (max-width: 1023px) {
  .overview .overview-info .room {
    width: 7rem;
    height: 1.6rem;
    line-height: 1.6rem;
    font-size: 0.9rem;
  }
}
.overview .overview-info .name {
  display: block;
  padding-top: 1rem;
  color: var(--pri4-1);
  font-size: 2.875rem;
  font-weight: 400;
  letter-spacing: -1.15px;
}
@media screen and (max-width: 1023px) {
  .overview .overview-info .name {
    font-size: 2.2rem;
    padding-top: 0.6rem;
  }
}
@media screen and (max-width: 767px) {
  .overview .overview-info .name {
    font-size: 1.6rem;
  }
}
.overview .overview-info .repr-career {
  padding: 0 0 3.75rem;
  box-sizing: border-box;
}
@media screen and (max-width: 1023px) {
  .overview .overview-info .repr-career {
    padding: 0 0 2rem;
  }
}
.overview .overview-info .repr-career li {
  color: var(--pri4-1);
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 180%; /* 43.2px */
  letter-spacing: -0.6px;
  box-sizing: border-box;
}
.overview .overview-info .repr-career li::before {
  display: inline-block;
  content: "·";
  padding-right: 1.2rem;
}
@media screen and (max-width: 1023px) {
  .overview .overview-info .repr-career li {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 767px) {
  .overview .overview-info .repr-career li {
    font-size: 1rem;
  }
}
.overview .overview-info .career {
  padding: 4.375rem 5.625rem;
  background-color: var(--white);
  border-radius: 1.25rem;
  box-sizing: border-box;
}
@media screen and (max-width: 1023px) {
  .overview .overview-info .career {
    width: 100%;
    padding: 3rem 4rem;
  }
}
@media screen and (max-width: 767px) {
  .overview .overview-info .career {
    padding: 0;
  }
}
.overview .overview-info .career .tit {
  color: var(--pri4-1);
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 160%; /* 38.4px */
  letter-spacing: -0.6px;
}
@media screen and (max-width: 1023px) {
  .overview .overview-info .career .tit {
    font-size: 1.3rem;
  }
}
.overview .overview-info .career .datail {
  padding-top: 1.5rem;
}
.overview .overview-info .career .datail li {
  color: #9F9F9F;
  font-size: 1.375rem;
  font-weight: 300;
  line-height: 190%;
  letter-spacing: -0.55px;
}
@media screen and (max-width: 1023px) {
  .overview .overview-info .career .datail li {
    font-size: 1rem;
  }
}
.overview .overview-info .career .datail li::before {
  display: inline-block;
  content: "·";
  padding-right: 1rem;
}
.overview .overview-info .career .datail li.bold {
  color: var(--pri4);
}
.overview .overview-info .career .datail li.point {
  padding-top: 1rem;
  color: var(--pri2);
}
.overview .overview-info .career .datail li.point::before {
  display: none;
}
.overview .overview-info .p-t6 {
  padding-top: 6rem;
}
@media screen and (max-width: 767px) {
  .overview .overview-info .p-t6 {
    padding-top: 3rem;
  }
}
.overview .overview-info .academic {
  padding-top: 0;
}
@media screen and (max-width: 767px) {
  .overview .overview-info .academic {
    padding-top: 3rem;
  }
}
.overview .overview-info .conference {
  padding-top: 0;
}
.overview .overview-info .conference .datail li {
  display: flex;
  color: #9F9F9F;
  padding-bottom: 1.875rem;
}
.overview .overview-info .conference .datail li::before {
  display: none;
}
.overview .overview-info .conference .datail li .num {
  display: block;
  padding-right: 1.1rem;
  font-family: var(--roboto);
  letter-spacing: 0;
  font-size: 22px;
  font-weight: 300;
  line-height: 148%;
  letter-spacing: 0;
}
@media screen and (max-width: 1023px) {
  .overview .overview-info .conference .datail li .num {
    font-family: var(--roboto);
  }
}
@media screen and (max-width: 767px) {
  .overview .overview-info .conference .datail li .num {
    font-family: var(--roboto);
  }
}
@media screen and (max-width: 1023px) {
  .overview .overview-info .conference .datail li .num {
    font-size: 1rem;
  }
}
.overview .overview-info .conference .datail li .txt {
  font-family: var(--roboto);
  letter-spacing: 0;
  font-size: 22px;
  font-weight: 200;
  line-height: 148%;
  letter-spacing: 0;
}
@media screen and (max-width: 1023px) {
  .overview .overview-info .conference .datail li .txt {
    font-family: var(--roboto);
  }
}
@media screen and (max-width: 767px) {
  .overview .overview-info .conference .datail li .txt {
    font-family: var(--roboto);
  }
}
@media screen and (max-width: 1023px) {
  .overview .overview-info .conference .datail li .txt {
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .overview .overview-info .conference .datail li .txt {
    width: 90%;
  }
}
@media screen and (max-width: 767px) {
  .overview .overview-info .conference {
    padding-top: 3rem;
  }
}
@media screen and (max-width: 1460px) {
  .overview {
    width: 100%;
  }
  .overview .contents {
    width: 100%;
  }
}
@media screen and (max-width: 1023px) {
  .overview .img {
    width: 40rem;
    height: 26rem;
  }
}
@media screen and (max-width: 767px) {
  .overview {
    flex-direction: column;
  }
  .overview .img {
    position: relative;
    width: 80%;
    height: -moz-fit-content;
    height: fit-content;
    margin: 0 auto;
  }
}

/* 보유장비 */
.equip {
  width: 91.25rem;
  margin: 0 auto;
  box-sizing: border-box;
}
@media screen and (max-width: 1460px) {
  .equip {
    width: 100%;
    padding: 0 6%;
  }
}
.equip .title {
  font-size: 2.875rem;
  font-weight: 300;
  line-height: 146%;
  padding-bottom: 4rem;
}
.equip .title.last {
  padding-top: 8rem;
}
@media screen and (max-width: 1023px) {
  .equip .title.last {
    padding-top: 4rem;
  }
}
@media screen and (max-width: 1023px) {
  .equip .title {
    font-size: 2.4rem;
    padding-bottom: 3rem;
  }
}
@media screen and (max-width: 767px) {
  .equip .title {
    font-size: 1.8rem;
    padding-bottom: 2rem;
  }
}
.equip ul {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  box-sizing: border-box;
}
.equip ul li {
  position: relative;
  flex-grow: 0;
  width: 32%;
  height: 30rem;
  padding: 3.75rem;
  border-radius: 1.25rem;
  background: #F9F9F9;
  overflow: hidden;
  box-sizing: border-box;
  transition: all 0.3s ease;
}
.equip ul li:empty {
  opacity: 0;
}
.equip ul li:nth-child(2) {
  margin-top: 3.625rem;
}
.equip ul li:nth-child(5) {
  margin-top: 3.625rem;
}
.equip ul li:nth-child(8) {
  margin-top: 3.625rem;
}
.equip ul li .equip-header {
  position: relative;
  z-index: 2;
}
.equip ul li .equip-header .tit {
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 148%;
  letter-spacing: -0.9px;
}
@media screen and (max-width: 1023px) {
  .equip ul li .equip-header .tit {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .equip ul li .equip-header .tit {
    font-size: 1.2rem;
  }
  .equip ul li .equip-header .tit br {
    display: none;
  }
}
.equip ul li .equip-header .desc {
  color: #9A9A9A;
  font-size: 1.35rem;
  font-weight: 300;
  line-height: 128%;
  letter-spacing: 0;
}
@media screen and (max-width: 1023px) {
  .equip ul li .equip-header .desc {
    font-size: 1.1rem;
  }
}
@media screen and (max-width: 767px) {
  .equip ul li .equip-header .desc {
    font-size: 0.8rem;
  }
}
.equip ul li img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 1460px) {
  .equip ul li {
    width: 31%;
    height: 28rem;
  }
}
@media screen and (max-width: 1023px) {
  .equip ul li {
    width: 48%;
    height: 30rem;
    padding: 2.5rem;
    border-radius: 1rem;
  }
  .equip ul li:nth-child(2), .equip ul li:nth-child(2n) {
    margin-top: 3.625rem;
  }
  .equip ul li:nth-child(5) {
    margin: 0;
  }
}
@media screen and (max-width: 767px) {
  .equip ul li {
    height: 20rem;
    padding: 1.5rem;
  }
  .equip ul li:nth-child(2), .equip ul li:nth-child(2n) {
    margin-top: 2rem;
  }
  .equip ul li img {
    height: 90%;
    bottom: 0;
    top: initial;
  }
}

/* 오시는 길 */
.loction {
  position: relative;
  overflow: hidden;
  border-radius: 0px 0.625rem;
}
.loction .root_daum_roughmap {
  width: 100% !important;
}
.loction .root_daum_roughmap .wrap_controllers {
  display: none;
  visibility: hidden;
}
.loction .root_daum_roughmap .cont {
  display: none;
  visibility: hidden;
}
@media screen and (max-width: 767px) {
  .loction .root_daum_roughmap {
    height: 360px !important;
  }
}
.loction .btn {
  text-align: center;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  width: 8rem;
  height: 8rem;
  padding-top: 2.6rem;
  border-radius: 0px 0.625rem;
  background-color: var(--pri2);
  color: var(--white);
  line-height: 1.25;
  font-size: 1.3rem;
  font-weight: 300;
  letter-spacing: -0.0437rem;
  box-sizing: border-box;
}
.loction .btn:hover {
  background-color: var(--pri2-1);
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  .loction .btn {
    width: 6rem;
    height: 6rem;
    padding-top: 2rem;
    font-size: 1.1rem;
  }
}

.loction-info .addr {
  padding: 2rem;
  background-color: var(--pri2);
}
.loction-info .addr p {
  width: 91.25rem;
  margin: 0 auto;
  color: var(--white);
  font-size: 1.4rem;
}
@media screen and (max-width: 1460px) {
  .loction-info .addr p {
    width: 100%;
    padding: 0 2rem;
  }
}
@media screen and (max-width: 767px) {
  .loction-info .addr p {
    font-size: 1.2rem;
    padding: 0 1rem;
  }
}
.loction-info .contents {
  width: 91.25rem;
  margin: 0 auto;
}
.loction-info .contents ul {
  display: flex;
  flex-direction: column;
  padding-top: 3rem;
}
.loction-info .contents ul.hospital {
  flex-direction: row;
  gap: 2rem;
  padding-top: 2rem;
}
@media screen and (max-width: 1023px) {
  .loction-info .contents ul.hospital {
    flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .loction-info .contents ul.hospital {
    padding-bottom: 3rem;
  }
}
.loction-info .contents ul li {
  display: flex;
  flex-direction: row;
  margin: 0.8rem 0;
}
.loction-info .contents ul li:first-child {
  margin-top: 0;
}
.loction-info .contents ul li.tel .txt {
  margin-top: -0.5rem;
}
.loction-info .contents ul li.tel .txt a {
  vertical-align: top;
  color: var(--pri2);
  font-family: var(--roboto);
  letter-spacing: 0;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 1023px) {
  .loction-info .contents ul li.tel .txt a {
    font-family: var(--roboto);
  }
}
@media screen and (max-width: 767px) {
  .loction-info .contents ul li.tel .txt a {
    font-family: var(--roboto);
  }
}
@media screen and (max-width: 767px) {
  .loction-info .contents ul li.tel .txt a {
    font-size: 2.1rem;
  }
}
.loction-info .contents ul li.car .txt > ul {
  padding-top: 0;
  padding-bottom: 1rem;
}
.loction-info .contents ul li.car .txt > li {
  margin: 0;
}
.loction-info .contents ul li.car .txt > li:last-child {
  margin-bottom: 1rem;
}
.loction-info .contents ul .label {
  min-width: 9rem;
  color: #AEAEAE;
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: -0.0375rem;
}
@media screen and (max-width: 767px) {
  .loction-info .contents ul .label {
    min-width: 5rem;
    font-size: 1rem;
  }
}
.loction-info .contents ul .txt {
  flex: 1;
  color: var(--pri4-1);
  font-size: 1.2rem;
  font-weight: 400;
  letter-spacing: -0.0375rem;
}
.loction-info .contents ul .txt li {
  margin: 0.4rem 0;
}
.loction-info .contents ul .txt li:first-child {
  margin-top: 0;
}
.loction-info .contents ul .time {
  margin-top: 0;
}
.loction-info .contents ul .time .week {
  padding-top: 0;
  padding-bottom: 1rem;
}
.loction-info .contents ul .time .week .label {
  min-width: 14.375rem;
  color: #00BAC8;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 184%;
  letter-spacing: -0.0375rem;
}
.loction-info .contents ul .time .week .label span {
  font-size: 1rem;
  font-weight: 400;
}
.loction-info .contents ul .time .week .txt {
  color: #202020;
  font-family: var(--roboto);
  letter-spacing: 0;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 184%;
}
@media screen and (max-width: 1023px) {
  .loction-info .contents ul .time .week .txt {
    font-family: var(--roboto);
  }
}
@media screen and (max-width: 767px) {
  .loction-info .contents ul .time .week .txt {
    font-family: var(--roboto);
  }
}
@media screen and (max-width: 767px) {
  .loction-info .contents ul .time .week li {
    flex-direction: column;
  }
}
.loction-info .contents ul .info-notice {
  padding: 1.6rem 2.5rem !important;
  color: var(--pri2);
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 180%;
  letter-spacing: -0.0313rem;
  border-radius: 10px;
  background: #F4FEFF;
}
@media screen and (max-width: 767px) {
  .loction-info .contents ul .info-notice {
    padding: 1rem 2rem !important;
  }
}
.loction-info .contents ul .info-notice li {
  margin: 0;
  font-size: 1.1rem;
}
.loction-info .contents ul .info-notice li::before {
  content: "·";
  display: inline-block;
  padding-right: 0.5rem;
}
@media screen and (max-width: 767px) {
  .loction-info .contents ul .info-notice li {
    font-size: 0.9rem;
  }
}
@media screen and (max-width: 1460px) {
  .loction-info .contents {
    width: 100%;
    margin: 0;
    padding: 0 3rem;
  }
}
@media screen and (max-width: 767px) {
  .loction-info .contents {
    padding: 0 1rem;
  }
}

@media screen and (max-width: 767px) {
  .section_wrap {
    padding-bottom: 4rem;
  }
}
div.section_wrap section.section_wrap_info {
  scroll-margin-top: 5.3rem;
}
div.section_wrap section.section_wrap_info:first-child {
  scroll-margin-top: -5.05rem !important;
}
@media screen and (max-width: 767px) {
  div.section_wrap section.section_wrap_info:first-child {
    scroll-margin-top: 0 !important;
  }
}

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

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

#login form {
  width: 100%;
}
#login form input {
  width: 100%;
  margin-bottom: 1.25rem;
}
#login form .login-info {
  display: flex;
  justify-content: space-between;
}
#login form .login-info a {
  font-family: var(--preten);
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%;
  letter-spacing: -0.6px;
}
@media screen and (max-width: 1023px) {
  #login form .login-info a {
    font-family: var(--preten);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 170%;
    letter-spacing: -0.56px;
  }
}
@media screen and (max-width: 767px) {
  #login form .login-info a {
    font-family: var(--preten);
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 170%;
    letter-spacing: -0.56px;
  }
}
#login .sns-login {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: none;
  justify-content: center;
  align-items: center;
  gap: 0.8rem;
}
#login .sns-login p {
  flex-basis: 100%;
  text-align: center;
  color: var(--black-a50);
}
#login .sns-login a {
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  position: relative;
  cursor: pointer;
}
#login .sns-login a svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#login .sns-login .naver {
  background-color: var(--naver);
}
#login .sns-login .kakao {
  background-color: var(--kakao);
}

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

.modal-con {
  font-family: var(--preten);
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%;
  letter-spacing: -0.6px;
  display: none;
  position: fixed;
  background-color: white;
  z-index: 110;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 1023px) {
  .modal-con {
    font-family: var(--preten);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 170%;
    letter-spacing: -0.56px;
  }
}
@media screen and (max-width: 767px) {
  .modal-con {
    font-family: var(--preten);
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 170%;
    letter-spacing: -0.56px;
  }
}
@media screen and (max-width: 1023px) {
  .modal-con {
    width: 80%;
  }
}
.modal-con .close {
  width: 30px;
  height: 30px;
  top: 20px;
  right: 20px;
  position: absolute;
  z-index: 2;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .modal-con .close {
    top: -40px;
    right: 20px;
  }
}
.modal-con .close:before,
.modal-con .close:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0%;
  width: 100%;
  height: 2px;
  background: var(--white);
  margin: auto;
}
.modal-con .close:before {
  transform: rotate(45deg);
}
.modal-con .close:after {
  transform: rotate(-45deg);
}
.modal-con .popcont {
  padding: 40px;
  text-align: center;
  font-family: var(--preten);
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%;
  letter-spacing: -0.6px;
}
@media screen and (max-width: 1023px) {
  .modal-con .popcont {
    font-family: var(--preten);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 170%;
    letter-spacing: -0.56px;
  }
}
@media screen and (max-width: 767px) {
  .modal-con .popcont {
    font-family: var(--preten);
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 170%;
    letter-spacing: -0.56px;
  }
}
.modal-con .popcont p:nth-child(1) {
  font-family: var(--preten);
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: -0.88px;
}
@media screen and (max-width: 1023px) {
  .modal-con .popcont p:nth-child(1) {
    font-family: var(--preten);
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    letter-spacing: -0.72px;
  }
}
@media screen and (max-width: 767px) {
  .modal-con .popcont p:nth-child(1) {
    font-family: var(--preten);
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    letter-spacing: -0.72px;
  }
}
.modal-con .popcont input {
  background-color: var(--gray1);
  width: 80%;
  margin: 0 auto;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  margin-bottom: 1.25rem;
  margin-top: 1.25rem;
  border: 0;
  text-align: center;
  font-family: var(--preten);
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%;
  letter-spacing: -0.6px;
}
@media screen and (max-width: 1023px) {
  .modal-con .popcont input {
    font-family: var(--preten);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 170%;
    letter-spacing: -0.56px;
  }
}
@media screen and (max-width: 767px) {
  .modal-con .popcont input {
    font-family: var(--preten);
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 170%;
    letter-spacing: -0.56px;
  }
}
.modal-con .popcont p:nth-child(3) {
  font-family: var(--preten);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.48px;
}
@media screen and (max-width: 1023px) {
  .modal-con .popcont p:nth-child(3) {
    font-family: var(--preten);
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: -0.4px;
  }
}
@media screen and (max-width: 767px) {
  .modal-con .popcont p:nth-child(3) {
    font-family: var(--preten);
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: -0.4px;
  }
}
.modal-con .popcont p:nth-child(3) i {
  color: var(--gray6);
}
@media screen and (max-width: 767px) {
  .modal-con .popcont {
    padding: 10px;
  }
}
.modal-con .button-wrap {
  width: 100%;
  display: flex;
}
.modal-con .button-wrap button {
  text-align: center;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  width: 50%;
  font-family: var(--preten);
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%;
  letter-spacing: -0.6px;
}
@media screen and (max-width: 1023px) {
  .modal-con .button-wrap button {
    font-family: var(--preten);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 170%;
    letter-spacing: -0.56px;
  }
}
@media screen and (max-width: 767px) {
  .modal-con .button-wrap button {
    font-family: var(--preten);
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 170%;
    letter-spacing: -0.56px;
  }
}
.modal-con .button-wrap .check {
  background-color: var(--pri1);
  color: var(--white);
}
.modal-con .button-wrap .one {
  width: 100%;
  background-color: var(--pri1);
  color: var(--white);
}
.modal-con .button-wrap .buttonclose {
  border-top: 1px solid var(--black-a15);
}

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

#password_lost .id ul, #password_lost .password ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: none;
  justify-content: flex-start;
  align-items: baseline;
  gap: 1.25rem;
}
#password_lost .id ul li, #password_lost .password ul li {
  font-family: var(--preten);
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%;
  letter-spacing: -0.6px;
}
@media screen and (max-width: 1023px) {
  #password_lost .id ul li, #password_lost .password ul li {
    font-family: var(--preten);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 170%;
    letter-spacing: -0.56px;
  }
}
@media screen and (max-width: 767px) {
  #password_lost .id ul li, #password_lost .password ul li {
    font-family: var(--preten);
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 170%;
    letter-spacing: -0.56px;
  }
}
#password_lost .id ul li:nth-child(1), #password_lost .password ul li:nth-child(1) {
  flex-basis: 20%;
  flex-grow: 1;
}
#password_lost .id ul li:nth-child(2), #password_lost .password ul li:nth-child(2) {
  flex-basis: 75%;
}
#password_lost .id ul li:nth-child(2) input, #password_lost .password ul li:nth-child(2) input {
  width: 100%;
}
@media screen and (max-width: 767px) {
  #password_lost .id ul, #password_lost .password ul {
    gap: 0.25rem;
  }
  #password_lost .id ul li:nth-child(2), #password_lost .password ul li:nth-child(2) {
    flex-basis: 100%;
  }
}

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

.pay-padding {
  height: 150px;
}

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

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

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

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

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

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

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