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

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

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

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

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

* {
  box-sizing: border-box;
}

li, a {
  list-style: none;
}

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

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

input {
  caret-color: black;
}

textarea {
  caret-color: black;
}

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

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

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

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

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

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

/*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: none !important;
  }
}

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

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

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

:root {
  --Marcell: "Marcellus", serif;
  --NotoSerif: "Noto Serif KR",serif;
  --NotoSans: "Noto Sans KR";
  --Mont: "Montserrat", sans-serif;
  --preten: "Pretendard Variable", sans-serif;
  --gasoek: "Gasoek One", serif;
  --blackHan: "Black Han Sans", serif;
}

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

.serif {
  font-family: var(--NotoSerif);
}

.pfont {
  font-family: var(--blackHan);
}

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

h1 {
  font-family: var(--preten);
  font-size: 5.75rem;
  font-style: normal;
  font-weight: 300;
  line-height: 8.05rem; /* 8.05rem */
  letter-spacing: -0.115rem;
}

h2 {
  font-family: var(--preten);
  font-size: 4.5rem;
  font-style: normal;
  font-weight: 300;
  line-height: 6.3rem; /* 6.3rem */
  letter-spacing: -0.09rem;
}

h3 {
  font-family: var(--preten);
  font-size: 3.75rem;
  font-style: normal;
  font-weight: 300;
  line-height: 4.5rem; /* 4.5rem */
  letter-spacing: -0.075rem;
}

h4 {
  font-family: var(--preten);
  font-size: 3rem;
  font-style: normal;
  font-weight: 300;
  line-height: 3.6rem; /* 3.6rem */
  letter-spacing: -0.06rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  h4 {
    font-size: 2.5rem;
    line-height: 3rem;
  }
}

h5 {
  font-family: var(--preten);
  font-size: 2.1875rem;
  font-style: normal;
  font-weight: 300;
  line-height: 2.8875rem; /* 2.8875rem */
  letter-spacing: -0.06563rem;
}
@media screen and (max-width: 767px) {
  h5 {
    font-size: 1.7rem;
    line-height: 2.5rem;
  }
}

h6 {
  font-family: var(--preten);
  font-size: 1.75rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2.31rem; /* 2.31rem */
  letter-spacing: -0.0525rem;
}
@media screen and (max-width: 767px) {
  h6 {
    font-size: 1.5rem;
  }
}

div, a, span, p, ul, ol, li, dd, dt, dl, table, button, select, input {
  font-family: var(--preten);
  /*Pretendard*/
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.8rem; /* 1.8rem */
  letter-spacing: -0.045rem;
}
@media screen and (max-width: 767px) {
  div, a, span, p, ul, ol, li, dd, dt, dl, table, button, select, input {
    font-size: 0.95rem;
    line-height: 1.5rem;
  }
}

b {
  font-weight: 700;
}

/*subtop*/
.subtop {
  position: relative;
  height: 500px;
}
.subtop hgroup {
  text-align: center;
  position: absolute;
  top: 32%;
  left: 50%;
  transform: translate(-50%, 0%);
  z-index: 10;
  color: white;
}
.subtop hgroup p, .subtop hgroup h6 {
  animation: title 1s;
}
.subtop .subtop-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  transform: scale(1.05);
  transition: transform 2s ease;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.subtop .subtop-img img {
  height: 100%;
}
.subtop .subtop-img.on {
  opacity: 1;
  transform: scale(1);
}
@media screen and (max-width: 767px) {
  .subtop hgroup {
    text-align: left !important;
    width: 85%;
  }
  .subtop hgroup h6 {
    font-size: 2rem;
    margin-top: 10px;
  }
  .subtop img {
    width: 100%;
  }
}
.subtop .c-white {
  color: var(--white);
}
.subtop.ver02 {
  height: auto;
}
.subtop.ver02 hgroup {
  top: 48% !important;
  transform: translate(-50%, -50%) !important;
}
.subtop.ver02 hgroup p {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .subtop.ver02 hgroup {
    top: 45% !important;
  }
}

.subtop-tab {
  display: flex;
  justify-content: center;
  margin-top: -230px;
  padding-bottom: 7.1rem;
  position: sticky;
  top: 120px;
  z-index: 10;
  gap: 2px;
  animation: slideUp 0.8s;
  /* 포인터를 통한 hover 작동시에만 스타일링 */
}
.subtop-tab li {
  position: relative;
  width: 180px;
  border-top: 2px solid white;
  border-bottom: 2px solid white;
  background-color: var(--white-a25);
}
.subtop-tab li a {
  display: block;
  padding: 20px;
  text-align: center;
  z-index: 11;
  color: white;
}
.subtop-tab li.active {
  color: var(--white);
  background-color: var(--pri3);
  transition: all 0.5s ease;
}
@media (hover: hover) {
  .subtop-tab li:hover {
    color: var(--white);
    background-color: var(--pri3);
    transition: all 0.5s ease;
  }
}
@media screen and (max-width: 767px) {
  .subtop-tab {
    flex-wrap: wrap;
    overflow: hidden;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 11rem;
  }
  .subtop-tab li {
    flex-basis: 49%;
    flex-grow: 1;
  }
  .subtop-tab li a {
    padding: 10px;
  }
  .subtop-tab li:first-of-type {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
  }
  .subtop-tab li:last-of-type {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
  }
  .subtop-tab.type02 {
    padding-bottom: 8rem;
  }
}

.subtop-tab.reversal li {
  border-top: 2px solid var(--pri3);
  border-bottom: 2px solid var(--pri3);
  background-color: white;
}
.subtop-tab.reversal li a {
  color: black;
}
.subtop-tab.reversal li.active {
  background-color: var(--pri3);
}
.subtop-tab.reversal li.active a {
  color: white;
}

@media screen and (max-width: 767px) {
  .subtop-tab.type05 {
    padding-bottom: 10rem !important;
  }
}
.style01 {
  font-family: var(--preten);
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%;
  letter-spacing: -0.6px;
  border: 1px solid var(--pri1);
  color: var(--pri1);
  padding-left: 1.875rem;
  padding-right: 1.875rem;
  height: 50px;
  position: relative;
  box-sizing: border-box;
  overflow: hidden !important;
}
@media screen and (max-width: 1023px) {
  .style01 {
    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) {
  .style01 {
    font-family: var(--preten);
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 170%;
    letter-spacing: -0.56px;
  }
}
.style01:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  z-index: -1;
  height: 100%;
  display: block;
  background-color: var(--pri1);
  transition: all 0.5s ease;
}

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

button {
  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) {
  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) {
  button {
    font-family: var(--preten);
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 170%;
    letter-spacing: -0.56px;
  }
}

/*common*/
/*footer*/
footer {
  width: 100%;
  padding-bottom: 6.25rem;
  padding-top: 6.25rem;
  border-top: 1px solid var(--black-a15);
}
footer .container {
  max-width: 1400px;
  width: 90%;
  margin: 0 auto;
}
footer .container .content {
  display: flex;
  margin-bottom: 50px;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: nowrap;
  flex-direction: row;
  gap: 30px;
}
footer .container .content .list01 li {
  margin-bottom: 10px;
}
footer .container .content .list01 li a:nth-child(2) {
  margin-left: 20px;
}
footer .container .content .list02 {
  flex-basis: 20%;
}
footer .container .content .list02 li a {
  width: 100%;
  border-bottom: 1px solid var(--black-a25);
  color: var(--black-a45);
  padding: 10px;
  display: block;
}
footer .container .content .list02 li a:hover {
  color: black;
  transition: all 0.5s ease;
}
@media screen and (max-width: 1023px) {
  footer .container .content {
    flex-direction: column;
    align-items: center;
    gap: 50px;
  }
  footer .container .content .list01 li {
    margin-bottom: 0px;
  }
  footer .container .content .list01 a {
    width: 100%;
    display: block;
    margin-left: 0px !important;
    text-align: center;
    margin-bottom: 5px;
  }
  footer .container .content .list02 {
    flex-basis: auto;
    display: flex;
    gap: 20px;
  }
}
footer .container > p {
  text-align: center;
  color: var(--black-a40);
}

/*pc-header*/
header {
  position: sticky;
  z-index: 100;
  top: 0;
  width: 100%;
  background: rgb(255, 255, 255);
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.1);
  transition: all 0.5s ease;
}
header .container {
  display: flex;
  margin: 0 auto;
  align-items: stretch;
  width: 98%;
  max-width: 1750px;
  justify-content: space-between;
}
header .nav {
  display: flex;
}
@media (width <= 1400px) {
  header .nav {
    display: none;
  }
}
header .nav .menu {
  position: relative;
  display: flex;
  align-items: center;
  padding: 0 1em;
  cursor: pointer;
}
header .nav .menu .depth01 {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  height: 100%;
}
header .nav .menu .depth01 a {
  transition: color 0.1s ease-in-out;
}
header .nav .menu .dropmenuON a {
  color: var(--pri1);
}
header .nav .menu .depth01::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0.8em;
  left: 0;
  width: 0%;
  height: 2px;
  background: var(--pri1);
  z-index: 2;
  transition: width 0.3s ease-in-out;
}
header .nav .menu .dropmenuON::after {
  width: 100%;
}
header .nav .menu .depth02 {
  position: absolute;
  top: 100%;
  left: 50%;
  min-width: 130%;
  transform: translateX(-50%);
  background: rgba(255, 255, 255, 0.9);
  overflow: hidden;
  z-index: 3;
}
header .nav .menu .depth02 a {
  display: block;
  width: 100%;
  padding: 1em 2em;
  text-align: center;
  transition: var(--pri1) 0.1s ease-in-out;
}
header .nav .menu .depth02 a:hover {
  background: var(--pri1);
  color: white;
}
@media (width <= 1750px) {
  header .nav .menu {
    padding: 0 0.5em;
  }
}
header .login {
  right: 2%;
  gap: 20px;
  position: relative;
  display: flex;
  align-items: center;
}
header .login input#check-toggle {
  top: -15px;
  left: -10px;
  position: absolute;
  width: 40px;
  height: 40px;
  cursor: pointer;
  opacity: 0;
  border: 1px solid red;
}
header .login li a {
  color: var(--black-a65);
}
header .logo {
  left: 2%;
  position: relative;
}
header .logo a {
  display: block;
  padding: 1.5em 0;
}
header .logo a img {
  width: 18rem;
  transition: width 0.3s ease-in-out;
}
@media (width <= 1620px) {
  header .logo a img {
    width: 15rem;
  }
}
header .logo a .svg_on {
  width: 15rem;
  transition: width 0.3s ease-in-out;
}
header .sitemap {
  margin-left: 1.5625rem;
  position: relative;
  cursor: pointer;
}

.header_on {
  background: rgba(255, 255, 255, 0.7);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}

#sitemap {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 40;
  width: 100%;
  height: 100vh;
  background-color: var(--sub2-1);
  z-index: 11000;
}
#sitemap .sitemap-top {
  width: 85%;
  height: 15%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#sitemap .sitemap-top .close {
  z-index: 130000;
  width: 32px;
  height: 32px;
  cursor: pointer;
}
#sitemap .sitemap-top .logo {
  width: 13%;
}
@media (width <= 1400px) {
  #sitemap .sitemap-top .logo {
    width: 20%;
  }
}
@media screen and (max-width: 1023px) {
  #sitemap .sitemap-top .logo {
    width: 25%;
  }
}
@media screen and (max-width: 767px) {
  #sitemap .sitemap-top .logo {
    width: 50%;
  }
}
#sitemap .container {
  width: 85%;
  height: 85%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
#sitemap .container .nav-wrap {
  flex-basis: 75%;
}
#sitemap .container .nav-wrap .nav {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
#sitemap .container .nav-wrap .nav .menu {
  padding-top: 20px;
  padding-bottom: 20px;
}
#sitemap .container .nav-wrap .nav .menu .depth01 {
  padding-bottom: 25px;
  color: var(--pri1-1);
}
#sitemap .container .nav-wrap .nav .menu .depth01 a {
  font-size: 1.3rem;
  font-weight: 500;
}
#sitemap .container .nav-wrap .nav .menu .depth02 li {
  padding: 5px 0px;
}
#sitemap .container .nav-wrap .nav .menu .depth02 li a {
  display: inline-block;
  cursor: pointer;
  width: 100%;
}
#sitemap .container .nav-wrap .nav .menu .depth02 li:hover {
  color: var(--pri4);
}
@media screen and (max-width: 1023px) {
  #sitemap .container .nav-wrap {
    flex-basis: 100%;
    height: 100%;
  }
}
@media screen and (max-width: 767px) {
  #sitemap .container .nav-wrap .nav {
    grid-template-columns: 1fr;
  }
  #sitemap .container .nav-wrap .nav .menu {
    padding: 10px;
  }
  #sitemap .container .nav-wrap .nav .menu .depth01 {
    padding-bottom: 0px;
  }
}
#sitemap .container .point-img {
  flex-basis: 25%;
}

@keyframes animName {
  0% {
    transform: rotate(0);
  }
  50% {
    transform: rotate(3deg);
  }
  100% {
    transform: rotate(0);
  }
}
#online {
  position: fixed;
  bottom: 0%;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 100;
  width: 100%;
}
#online .online-button {
  background-color: white;
  padding: 15px 0;
  width: 300px;
  cursor: pointer;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-top: 3px solid var(--pri3);
  border-left: 3px solid var(--pri3);
  border-right: 3px solid var(--pri3);
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  left: 50%;
  transform: translate(-50%, 0);
  position: relative;
  top: 2.5px;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  #online .online-button {
    width: 200px;
  }
}
#online .online-form {
  position: relative;
  width: 100%;
  background-color: white;
  padding: 40px 0;
  display: none;
  border-top: 3px solid var(--pri3);
}
#online .online-form p, #online .online-form form {
  width: 90%;
  max-width: 700px;
  margin: 0 auto;
}
#online .online-form p {
  margin-bottom: 0.625rem;
}
#online .online-form form {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}
#online .online-form form select, #online .online-form form input[type=text], #online .online-form form input[type=tel], #online .online-form form input[type=submit] {
  height: 50px;
  border: 0;
  background-color: var(--gray1);
}
#online .online-form form select, #online .online-form form input[type=text], #online .online-form form input[type=tel] {
  padding-left: 20px;
}
#online .online-form form input[type=submit] {
  background-color: var(--pri1);
  color: white;
  cursor: pointer;
  border-radius: 10px;
}
#online .online-form form select {
  flex-basis: 100%;
}
#online .online-form form input[type=text] {
  flex-basis: 48%;
}
#online .online-form form input[type=tel] {
  flex-basis: 48%;
}
#online .online-form form input[type=submit] {
  flex-basis: 100%;
}
#online .online-form form label[for=online-check] {
  flex-basis: 100%;
  display: flex;
  align-items: center;
  cursor: pointer;
}
@media screen and (max-width: 1023px) {
  #online .online-form form {
    gap: 10px;
    flex-wrap: nowrap;
    flex-direction: column;
  }
  #online .online-form form select, #online .online-form form input[type=text], #online .online-form form input[type=tel], #online .online-form form input[type=submit] {
    width: 100%;
    flex-basis: auto;
    height: 50px;
  }
}
@media screen and (max-width: 767px) {
  #online .online-form {
    padding: 10px 0;
  }
  #online .online-form p {
    text-align: center;
  }
  #online .online-form form {
    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) {
  #online .online-form form {
    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) {
  #online .online-form form {
    font-family: var(--preten);
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: -0.4px;
  }
}
@media screen and (max-width: 767px) {
  #online .online-form form select, #online .online-form form input[type=text], #online .online-form form input[type=tel], #online .online-form form input[type=submit] {
    font-family: var(--preten);
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: -0.48px;
    height: 30px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1023px) {
  #online .online-form form select, #online .online-form form input[type=text], #online .online-form form input[type=tel], #online .online-form form input[type=submit] {
    font-family: var(--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) {
  #online .online-form form select, #online .online-form form input[type=text], #online .online-form form input[type=tel], #online .online-form form input[type=submit] {
    font-family: var(--preten);
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: -0.4px;
  }
}
@media screen and (max-width: 767px) {
  #online .online-form form a {
    font-family: var(--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) {
  #online .online-form form a {
    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) {
  #online .online-form form a {
    font-family: var(--preten);
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: -0.4px;
  }
}
@media screen and (max-width: 767px) {
  #online .online-form form input[type=submit] {
    height: 50px;
  }
}
#online.On .online-form {
  display: block;
}

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

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

/*pages*/
.title-wrap p.en {
  color: var(--pri3);
}
.title-wrap h4 {
  font-weight: 500;
  color: var(--second1);
}

#mainslide {
  position: relative;
  margin: 0 auto;
}
#mainslide .swiper-wrapper .swiper-slide {
  position: relative;
  width: 100%;
}
@media screen and (max-width: 767px) {
  #mainslide .swiper-wrapper .swiper-slide {
    height: auto;
  }
}
#mainslide .swiper-pagination {
  bottom: 80px;
}
#mainslide .swiper-pagination span {
  width: 30px;
  height: 30px;
  background: transparent;
  opacity: 1;
}
#mainslide .swiper-pagination span button {
  display: inline-block;
  background: none;
  width: 30px;
  height: 30px;
  box-sizing: border-box;
  border: 0;
  position: relative;
  cursor: pointer;
  color: rgba(255, 255, 255, 0);
}
#mainslide .swiper-pagination span button:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -4px;
  left: 50%;
  margin-left: -4px;
  width: 8px;
  height: 8px;
  background: rgba(0, 0, 0, 0.5);
  opacity: 1;
  border-radius: 50%;
}
#mainslide .swiper-pagination .swiper-pagination-bullet-active button:before {
  background: var(--pri1);
}
#mainslide .swiper-pagination .swiper-pagination-bullet-active .progress {
  opacity: 1;
}
#mainslide .swiper-pagination .swiper-pagination-bullet-active .progress .progress-bar {
  border-color: var(--pri1);
}
#mainslide .swiper-pagination .swiper-pagination-bullet-active .progress .progress-left .progress-bar {
  animation: loading-2 2.5s linear forwards 2.5s;
}
#mainslide .swiper-pagination .swiper-pagination-bullet-active .progress .progress-right .progress-bar {
  transform-origin: center right;
  animation: loading-1 2.5s linear forwards;
}
#mainslide .swiper-pagination .progress {
  width: 30px;
  height: 30px;
  line-height: 34px;
  background: none;
  margin: 0 auto;
  box-shadow: none;
  position: absolute;
  opacity: 0;
}
#mainslide .swiper-pagination .progress:after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
}
#mainslide .swiper-pagination .progress span {
  width: 50%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  z-index: 1;
}
#mainslide .swiper-pagination .progress .progress-left {
  left: 0;
}
#mainslide .swiper-pagination .progress .progress-left .progress-bar {
  left: 100%;
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
  border-left: 0;
  transform-origin: center left;
}
#mainslide .swiper-pagination .progress .progress-right {
  right: 0;
}
#mainslide .swiper-pagination .progress .progress-right .progress-bar {
  left: -100%;
  border-top-left-radius: 40px;
  border-bottom-left-radius: 40px;
  border-right: 0;
}
#mainslide .swiper-pagination .progress .progress-bar {
  width: 100%;
  height: 100%;
  background: none;
  border-width: 2px;
  border-style: solid;
  position: absolute;
  top: 0;
  border-color: #fff;
  box-sizing: border-box;
}
@keyframes loading-1 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(180deg);
  }
}
@keyframes loading-2 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(180deg);
  }
}
#mainslide .swiper-button-next, #mainslide .swiper-button-prev {
  width: 68px;
  height: 32px;
  transform: translate(0%, -50%);
}
#mainslide .swiper-button-next:after, #mainslide .swiper-button-prev:after {
  display: none;
}
#mainslide .swiper-button-next {
  right: 5%;
}
#mainslide .swiper-button-prev {
  left: 5%;
}
@media screen and (max-width: 767px) {
  #mainslide .swiper-button-next,
  #mainslide .swiper-button-prev {
    width: 34px;
    height: 32px;
  }
  #mainslide .swiper-pagination {
    bottom: 30px;
  }
}

#special .container .content-wrap {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  position: relative;
  grid-auto-flow: dense;
}
#special .container .content-wrap .item {
  position: relative;
  background-size: cover;
  aspect-ratio: auto/auto;
  overflow: hidden;
}
#special .container .content-wrap .item:hover:after {
  height: 90%;
  transition: all 0.5s ease;
}
#special .container .content-wrap .item:hover p {
  width: 100%;
  text-align: center;
  left: auto;
  right: auto;
  transition: all 0.5s ease;
  font-size: 1.5rem;
}
#special .container .content-wrap .item01 {
  background-image: url(/common/img/user/main/special01.jpg);
  grid-column: 1/2;
  grid-row: 1/3;
}
#special .container .content-wrap .item02 {
  background-image: url(/common/img/user/main/special02.jpg);
  grid-column: 2/3;
  grid-row: 1/2;
}
#special .container .content-wrap .item03 {
  background-image: url(/common/img/user/main/special03.jpg);
  grid-column: 3/5;
  grid-row: 1/2;
  aspect-ratio: 2/1;
}
#special .container .content-wrap .item04 {
  background-image: url(/common/img/user/main/special04.jpg);
  grid-column: 2/3;
  grid-row: 2/3;
  aspect-ratio: 1/1;
}
#special .container .content-wrap .item05 {
  background-image: url(/common/img/user/main/special05.jpg);
  grid-column: 3/4;
  grid-row: 2/3;
  aspect-ratio: 1/1;
}
#special .container .content-wrap .item06 {
  background-image: url(/common/img/user/main/special06.jpg);
  grid-column: 4/5;
  grid-row: 2/3;
  aspect-ratio: 1/1;
}
#special .container .content-wrap .item01:after, #special .container .content-wrap .item02:after, #special .container .content-wrap .item05:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0%;
  height: 0%;
  width: 100%;
  transition: all 0.5s ease;
  background: linear-gradient(0deg, rgba(49, 47, 141, 0.98) 0%, rgba(217, 217, 217, 0) 100%);
}
#special .container .content-wrap .item03:after, #special .container .content-wrap .item04:after, #special .container .content-wrap .item06:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0%;
  height: 40%;
  width: 100%;
  transition: all 0.5s ease;
  background: linear-gradient(0deg, rgb(179, 102, 40) 0%, rgba(217, 217, 217, 0) 100%);
}
#special .container .content-wrap .item01 p, #special .container .content-wrap .item02 p, #special .container .content-wrap .item04 p {
  position: absolute;
  bottom: 2.5em;
  left: 3em;
  z-index: 2;
  color: var(--white);
  transition: all 0.5s ease;
}
#special .container .content-wrap .item03 p, #special .container .content-wrap .item05 p, #special .container .content-wrap .item06 p {
  position: absolute;
  bottom: 2.5em;
  right: 3em;
  z-index: 2;
  color: var(--white);
  transition: all 0.5s ease;
}
@media screen and (max-width: 1023px) {
  #special .container .content-wrap {
    grid-template-columns: repeat(2, 1fr);
    gap: 2.5rem;
  }
  #special .container .content-wrap .item01 {
    background-image: url(/common/img/user/main/special01m.jpg);
    grid-column: 1/2;
    grid-row: 1/3;
  }
  #special .container .content-wrap .item02 {
    background-image: url(/common/img/user/main/special02.jpg);
    grid-column: 2/3;
    grid-row: 1/2;
    aspect-ratio: 1/1;
  }
  #special .container .content-wrap .item03 {
    background-image: url(/common/img/user/main/special03m.jpg);
    grid-column: 2/3;
    grid-row: 2/3;
    aspect-ratio: 1/1;
  }
  #special .container .content-wrap .item04 {
    background-image: url(/common/img/user/main/special04m.jpg);
    grid-column: 1/3;
    grid-row: 3/4;
    aspect-ratio: 2/1;
  }
  #special .container .content-wrap .item05 {
    background-image: url(/common/img/user/main/special05.jpg);
    grid-column: 1/2;
    grid-row: 4/5;
  }
  #special .container .content-wrap .item06 {
    background-image: url(/common/img/user/main/special06.jpg);
    grid-column: 2/3;
    grid-row: 4/5;
  }
  #special .container .content-wrap .item:after {
    height: 80%;
    transition: all 0.5s ease;
  }
  #special .container .content-wrap .item p {
    bottom: 2em;
    width: 100%;
    text-align: center;
    left: auto;
    right: auto;
  }
}
@media screen and (max-width: 767px) {
  #special .container .content-wrap {
    gap: 0.5rem;
  }
  #special .container .content-wrap .item p {
    font-size: 1.5rem;
    bottom: 1.5em;
  }
  #special .container .content-wrap .item:after {
    height: 50%;
  }
  #special .container .content-wrap .item:hover:after {
    height: 50%;
  }
}

#doctor .container .content-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 100px;
}
#doctor .container .content-wrap .right_txt {
  margin-left: 5px;
}
#doctor .container .content-wrap .right_txt h4 {
  text-align: left;
  font-weight: 500;
  color: var(--pri1);
}
#doctor .container .content-wrap .right_txt p:nth-child(1) {
  color: var(--pri3);
}
#doctor .container .content-wrap .right_txt p:nth-child(3) {
  margin-top: 20px;
  color: var(--black-a50);
  margin-bottom: 20px;
}
#doctor .container .content-wrap .right_txt .notice {
  position: relative;
}
#doctor .container .content-wrap .right_txt .notice::before,
#doctor .container .content-wrap .right_txt .notice::after {
  font-family: "Marcellus";
  font-size: 12.5rem;
  font-weight: 400;
  line-height: 5rem;
  position: absolute;
  color: var(--sub2);
  z-index: -3;
}
#doctor .container .content-wrap .right_txt .notice::before {
  content: "“";
  top: 0;
  left: 0;
  transform: translate(-90%, 0%);
  /*
  @include mobile {
      z-index: -3; left: -10%;
      display:none;
  }
      */
}
#doctor .container .content-wrap .right_txt .notice::after {
  content: "”";
  bottom: 0;
  right: -10%;
  transform: translate(50%, 100%);
  /*
  @include mobile {
      z-index: -1; right: 5%;
      display:none;
  }
      */
}
@media screen and (max-width: 1023px) {
  #doctor .container .content-wrap {
    display: flex;
    flex-direction: column-reverse;
    gap: 50px;
  }
  #doctor .container .content-wrap img {
    flex-basis: 50%;
  }
  #doctor .container .content-wrap .right_txt {
    margin-left: 0px;
    width: 80%;
  }
  #doctor .container .content-wrap .right_txt h4, #doctor .container .content-wrap .right_txt p {
    text-align: center;
  }
  #doctor .container .content-wrap .right_txt .notice::before,
  #doctor .container .content-wrap .right_txt .notice::after {
    display: none;
  }
  #doctor .container .content-wrap .right_txt button {
    display: block;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  #doctor .container .content-wrap img {
    width: 70%;
  }
}

#doctor::after {
  content: "";
  width: 100%;
  height: 7em;
  position: absolute;
  bottom: 0em;
  left: 0%;
  background-color: var(--sub2-1);
  z-index: -100;
}

#doctor::before {
  content: "";
  background-image: url(/common/img/user/symbol_ver02.svg);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  width: 700px;
  height: 700px;
  top: -5%;
  right: 0%;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  #doctor::before {
    top: 50%;
    width: 250px;
    height: 250px;
  }
}

#philosophy .container .title-wrap h4 {
  color: var(--pri1);
}
#philosophy .container .title-wrap h6 {
  font-weight: 400;
}
#philosophy .container .content-wrap {
  display: flex;
  gap: 50px;
}
#philosophy .container .content-wrap .item {
  text-align: center;
}
#philosophy .container .content-wrap .item img {
  margin: auto;
}
#philosophy .container .content-wrap .item span p:nth-child(1) {
  margin-top: 2.5rem;
  color: var(--pri1);
  font-size: 1.4rem;
}
#philosophy .container .content-wrap .item span p:nth-child(2) {
  margin-top: 0.625rem;
  color: var(--black-a50);
}
#philosophy .container .content-wrap .item01 img,
#philosophy .container .content-wrap .item03 img {
  border-top-right-radius: 200px;
  border-top-left-radius: 200px;
}
#philosophy .container .content-wrap .item02 img {
  border-bottom-right-radius: 200px;
  border-bottom-left-radius: 200px;
}
@media screen and (max-width: 1023px) {
  #philosophy .container .content-wrap {
    display: block;
  }
  #philosophy .container .content-wrap .item {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: none;
    justify-content: center;
    align-items: center;
    gap: 10px;
  }
  #philosophy .container .content-wrap .item img {
    width: 30%;
  }
  #philosophy .container .content-wrap .item span {
    width: 50%;
    text-align: left;
  }
  #philosophy .container .content-wrap .item:nth-child(2) {
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: nowrap;
    align-content: none;
    justify-content: center;
    align-items: center;
    gap: 5em;
    margin-top: -1.875rem;
  }
  #philosophy .container .content-wrap .item:nth-child(2) span {
    text-align: right;
  }
  #philosophy .container .content-wrap .item:nth-child(3) {
    margin-top: -1.875rem;
  }
}
@media screen and (max-width: 767px) {
  #philosophy .container .content-wrap {
    gap: 10px;
  }
  #philosophy .container .content-wrap .item {
    gap: 1em;
  }
  #philosophy .container .content-wrap .item img {
    width: 50%;
  }
  #philosophy .container .content-wrap .item span {
    width: 50%;
  }
  #philosophy .container .content-wrap .item span p:nth-child(1) {
    margin-top: 0 !important;
  }
  #philosophy .container .content-wrap .item:nth-child(2) {
    gap: 1em;
  }
  #philosophy .container .content-wrap .item:nth-child(2),
  #philosophy .container .content-wrap .item:nth-child(3) {
    margin-top: 0px;
  }
  #philosophy .container .content-wrap .item01 span p,
  #philosophy .container .content-wrap .item03 span p {
    text-align: left;
  }
  #philosophy .container .content-wrap .item02 span p {
    text-align: right;
  }
}

#notice {
  overflow: hidden;
}

#notice {
  padding-top: 3.125rem;
}
#notice .container img {
  margin: 0 auto;
  padding-bottom: 30px;
}
#notice .container h1 {
  color: rgba(238, 238, 238, 0.3019607843);
  font-size: 15.625rem;
  position: absolute;
  right: -100%;
  top: 0%;
  z-index: -1;
  white-space: nowrap;
}
#notice .container h5 {
  text-align: center;
  color: rgba(0, 0, 0, 0.6392156863);
}
@media screen and (max-width: 1023px) {
  #notice .container h1 {
    right: -30%;
    font-size: 150px;
    top: 15%;
  }
  #notice .container h5 {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  #notice .container h1 {
    font-size: 80px;
    right: -120%;
    top: -20%;
  }
  #notice .container h5 {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

#connect .container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: none;
  justify-content: space-between;
  align-items: center;
  gap: 50px;
}
#connect .container .map {
  background-color: var(--gray5);
  flex-basis: calc(70% - 50px);
  height: 500px;
  position: relative;
}
#connect .container .map .map-connect {
  position: absolute;
  bottom: 0%;
  display: flex;
  justify-content: center;
  width: 100%;
  gap: 10px;
}
#connect .container .map .map-connect a {
  padding: 10px 20px;
  color: white;
}
#connect .container .map .map-connect a:nth-child(1) {
  background-color: #1f8bff;
}
#connect .container .map .map-connect a:nth-child(2) {
  background-color: var(--naver);
}
#connect .container .connect {
  flex-basis: 30%;
}
#connect .container .connect h5 {
  text-align: center;
  margin-bottom: 1.25rem;
  color: var(--pri1);
}
#connect .container .connect span {
  width: 100%;
  display: block;
  margin-bottom: 1em;
}
#connect .container .connect span input, #connect .container .connect span select {
  width: 100%;
  height: 3em;
  border-radius: 3em;
  border: 1px solid rgba(0, 0, 0, 0.267);
  outline: none;
  padding-left: 1em;
}
#connect .container .connect .check {
  display: flex;
  justify-content: center;
  gap: 5px;
  align-items: center;
}
#connect .container .connect .check input {
  width: 15px;
  height: 15px;
}
#connect .container .connect .check label {
  cursor: pointer;
}
#connect .container .connect button {
  width: 100%;
  height: 50px;
  border-radius: 50px;
  background-color: var(--pri1);
  color: white;
  border: 0;
  cursor: pointer;
}
@media screen and (max-width: 1023px) {
  #connect .container .map {
    flex-basis: calc(60% - 50px);
  }
  #connect .container .connect {
    flex-basis: 40%;
  }
}
@media screen and (max-width: 767px) {
  #connect .container {
    gap: 20px;
  }
  #connect .container .map {
    flex-basis: 100%;
    height: 400px;
  }
  #connect .container .connect {
    flex-basis: 100%;
  }
}

#info .container {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: none;
  justify-content: space-between;
  align-items: stretch;
  gap: 50px;
}
#info .container .list {
  width: 40%;
}
#info .container .list a {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  justify-content: flex-start;
  align-items: center;
  gap: 0;
  border-bottom: 1px solid var(--black-a15);
  height: 33.333%;
}
#info .container .list a i {
  font-size: 20px;
  text-align: center;
}
#info .container .list a i:nth-child(1) {
  flex-basis: 20%;
  color: var(--pri4);
}
#info .container .list a span:nth-child(2) {
  flex-basis: 30%;
  color: var(--pri4);
}
#info .container .list a span:nth-child(3) {
  flex-basis: 35%;
  color: var(--black-a65);
}
#info .container .list a i:nth-child(4) {
  flex-basis: 8%;
  color: var(--pri4);
}
#info .container .list a:hover {
  background-color: var(--sub2);
  transition: all 0.5s ease;
}
#info .container .list a:hover i:nth-child(4) {
  margin-left: 1.25rem;
  transition: all 0.5s ease;
}
#info .container .list a:nth-child(3) {
  border-bottom: 0px;
}
#info .container .info {
  background-image: url("/common/img/user/main/info_bg.jpg");
  padding-left: 5rem;
  flex-basis: 60%;
  height: 520px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  overflow: hidden;
}
#info .container .info .time > p {
  color: var(--black-a65);
  margin-bottom: 0.625rem;
}
#info .container .info .time > a > h5 {
  color: var(--pri1);
  margin-bottom: 1.25rem;
}
#info .container .info .time li {
  margin-bottom: 10px;
  display: flex;
  gap: 20px;
}
#info .container .info .time li:last-of-type {
  margin-bottom: 0px;
}
#info .container .info .time li p:nth-child(1) {
  width: 90px;
  flex-shrink: 0;
  display: flex;
  justify-content: space-between;
}
#info .container .info .time li p:nth-child(2) span {
  color: rgb(114, 114, 114);
}
#info .container .info .time li:last-child {
  margin-bottom: 0 !important;
}
#info .container .info:after {
  content: "";
  background-image: url(/common/img/user/symbol.svg);
  width: 500px;
  height: 500px;
  position: absolute;
  right: -2%;
  bottom: -10%;
  opacity: 0.2;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
@media screen and (max-width: 1023px) {
  #info .container {
    flex-direction: column-reverse;
  }
  #info .container .info {
    padding-top: 3.125rem;
    padding-left: 3.125rem;
    padding-bottom: 3.125rem;
  }
  #info .container .list {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    gap: 0px;
  }
  #info .container .list a {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    gap: 20px;
    flex-grow: 1;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    border-bottom: 0px;
  }
}
@media screen and (max-width: 767px) {
  #info .container {
    gap: 0px;
  }
  #info .container .info {
    padding: 0px;
    padding-top: 30px;
    padding-bottom: 30px;
    justify-content: center;
  }
  #info .container .info p {
    text-align: center;
  }
  #info .container .info h5.en {
    text-align: center;
  }
  #info .container .info:after {
    width: 250px;
    height: 250px;
  }
  #info .container .list {
    flex-direction: row;
    flex-wrap: wrap;
  }
  #info .container .list a {
    flex-basis: 50%;
    gap: 10px;
    padding-top: 50px;
    padding-bottom: 50px;
  }
  #info .container .list a:nth-child(1) {
    background-color: var(--sub2);
  }
  #info .container .list a:nth-child(2) {
    background-color: var(--sub1);
  }
  #info .container .list a:nth-child(3) {
    background-color: var(--sub2-1);
  }
  #info .container .list a:nth-child(3) span {
    width: 80%;
    text-align: center;
  }
}

/*메인-layoutGrid*/
#special, #doctor, #philosophy, #notice, #connect, #info {
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  padding-top: 9.375rem;
}
#special .container, #doctor .container, #philosophy .container, #notice .container, #connect .container, #info .container {
  max-width: 1400px;
  margin: 0 auto;
  width: 90%;
  position: relative;
}
#special .container .title-wrap, #doctor .container .title-wrap, #philosophy .container .title-wrap, #notice .container .title-wrap, #connect .container .title-wrap, #info .container .title-wrap {
  margin-bottom: 30px;
}
#special .container .title-wrap.center, #doctor .container .title-wrap.center, #philosophy .container .title-wrap.center, #notice .container .title-wrap.center, #connect .container .title-wrap.center, #info .container .title-wrap.center {
  text-align: center;
}
@media screen and (max-width: 767px) {
  #special, #doctor, #philosophy, #notice, #connect, #info {
    padding-top: 5rem;
  }
}

#info {
  padding-bottom: 9.375rem;
}
@media screen and (max-width: 767px) {
  #info {
    padding-bottom: 5rem;
  }
}

/*서브페이지 공통*/
.sub-wrap section .container {
  max-width: 1400px;
  margin: 0 auto;
  width: 90%;
}

.sub-wrap-info {
  padding-top: 12.5rem;
  padding-bottom: 12.5rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.09);
  scroll-margin-top: 55px;
}
.sub-wrap-info section {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
@media screen and (max-width: 767px) {
  .sub-wrap-info section {
    padding-top: 1.875rem;
  }
}
.sub-wrap-info section .container {
  max-width: 1400px;
  margin: 0 auto;
  width: 90%;
}
.sub-wrap-info section:first-of-type {
  padding-top: 0 !important;
}
.sub-wrap-info section:last-of-type {
  padding-bottom: 0 !important;
}
.sub-wrap-info section:last-of-type .container {
  padding-bottom: 0 !important;
}
.sub-wrap-info:last-of-type {
  border-bottom: 0px;
}
@media screen and (max-width: 1023px) {
  .sub-wrap-info {
    padding-top: 9.375rem;
    padding-bottom: 9.375rem;
    scroll-margin-top: 45px;
  }
}
@media screen and (max-width: 1023px) {
  .sub-wrap-info.ver02 {
    scroll-margin-top: 100px;
  }
}

/*질환-설명*/
.sub-wrap-info > .information > .container .content {
  overflow: hidden;
  border: 5px solid rgba(0, 0, 0, 0.0274509804);
  margin-top: 50px;
}
.sub-wrap-info > .information > .container .content img {
  margin: 0 auto;
}
.sub-wrap-info > .information > .container .txt {
  text-align: center;
}
.sub-wrap-info > .information > .container .txt h5 {
  margin-bottom: 1.25rem;
  color: var(--pri1);
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sub-wrap-info > .information > .container .txt h5:before {
  content: "";
  width: 50px;
  height: 70px;
  background-image: url(/common/img/user/symbol_title.svg);
  background-position: center center;
  background-size: cover;
  flex-shrink: 0;
  margin-right: 5px;
}
.sub-wrap-info > .information > .container .txt p {
  color: var(--black-a50);
}
@media screen and (max-width: 767px) {
  .sub-wrap-info > .information > .container .content {
    margin-top: 30px;
  }
}

/*질환-원인*/
.sub-wrap-info > .list01 > .container {
  display: flex;
  gap: 50px;
  justify-content: flex-start;
  flex-direction: column;
  align-items: center;
}
.sub-wrap-info > .list01 > .container .title h6 b {
  color: var(--pri1-1);
}
.sub-wrap-info > .list01 > .container .title p {
  margin-top: 10px;
  color: var(--black-a50);
}
.sub-wrap-info > .list01 > .container .list01 {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
.sub-wrap-info > .list01 > .container .list01 li {
  border: 5px solid var(--sub2);
  padding: 50px;
  color: var(--black-a50);
}
.sub-wrap-info > .list01 > .container .list01 li span {
  display: table;
  margin-bottom: 20px;
  background-color: var(--sub2-2);
  color: white;
  padding: 5px 20px;
  border-radius: 20px;
}
.sub-wrap-info > .list01 > .container .list01.type03 {
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 767px) {
  .sub-wrap-info > .list01 > .container {
    gap: 30px;
  }
  .sub-wrap-info > .list01 > .container .list01 {
    gap: 20px;
    grid-template-columns: repeat(1, 1fr);
  }
  .sub-wrap-info > .list01 > .container .list01 li {
    padding: 30px;
  }
  .sub-wrap-info > .list01 > .container .list01 li span {
    margin-bottom: 10px;
  }
  .sub-wrap-info > .list01 > .container .list01.type03 {
    grid-template-columns: repeat(1, 1fr);
  }
}

/*질환-증상*/
.sub-wrap-info > .list02 > .container {
  display: flex;
  gap: 50px;
  justify-content: flex-start;
  flex-direction: column;
  align-items: center;
}
.sub-wrap-info > .list02 > .container .title h6 b {
  color: var(--pri1-1);
}
.sub-wrap-info > .list02 > .container .title p {
  margin-top: 10px;
  color: var(--black-a50);
}
.sub-wrap-info > .list02 > .container .list01 {
  width: 100%;
}
.sub-wrap-info > .list02 > .container .list01 ul {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
.sub-wrap-info > .list02 > .container .list01 ul li {
  padding: 50px;
  background-color: var(--sub2-1);
  color: var(--black-a50);
  display: flex;
  align-items: baseline;
  justify-content: flex-start;
}
.sub-wrap-info > .list02 > .container .list01 ul li:last-of-type {
  margin-bottom: 0px;
}
.sub-wrap-info > .list02 > .container .list01 ul li::before {
  width: 40px;
  height: 40px;
  line-height: 40px;
  background-color: var(--pri3);
  color: white;
  display: inline-block;
  border-radius: 40px;
  text-align: center;
  margin-right: 10px;
  flex-shrink: 0;
}
.sub-wrap-info > .list02 > .container .list01 ul li:nth-child(1)::before {
  content: "01";
}
.sub-wrap-info > .list02 > .container .list01 ul li:nth-child(2)::before {
  content: "02";
}
.sub-wrap-info > .list02 > .container .list01 ul li:nth-child(3)::before {
  content: "03";
}
.sub-wrap-info > .list02 > .container .list01 ul li:nth-child(4)::before {
  content: "04";
}
.sub-wrap-info > .list02 > .container .list01 ul li:nth-child(5)::before {
  content: "05";
}
.sub-wrap-info > .list02 > .container .list01 ul li:nth-child(6)::before {
  content: "06";
}
.sub-wrap-info > .list02 > .container .list01 ul li:nth-child(7)::before {
  content: "07";
}
.sub-wrap-info > .list02 > .container .list01 ul li:nth-child(8)::before {
  content: "08";
}
.sub-wrap-info > .list02 > .container .list01.type02 ul {
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 1023px) {
  .sub-wrap-info > .list02 > .container .list01 ul {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .sub-wrap-info > .list02 > .container {
    gap: 30px;
  }
  .sub-wrap-info > .list02 > .container .list01 ul {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }
  .sub-wrap-info > .list02 > .container .list01 ul li {
    padding: 40px;
  }
  .sub-wrap-info > .list02 > .container .list01 ul li::before {
    width: 30px;
    height: 30px;
    line-height: 30px;
    margin-right: 5px;
  }
  .sub-wrap-info > .list02 > .container .list01.type02 ul {
    grid-template-columns: repeat(1, 1fr);
  }
}

/*질환-체크리스트*/
.sub-wrap-info > .check01 > .container {
  display: flex;
  gap: 50px;
  justify-content: flex-start;
  flex-direction: column;
  align-items: center;
}
.sub-wrap-info > .check01 > .container .title {
  text-align: center;
}
.sub-wrap-info > .check01 > .container .title h6 b {
  color: var(--pri1-1);
}
.sub-wrap-info > .check01 > .container .title p {
  margin-top: 10px;
  color: var(--black-a50);
}
.sub-wrap-info > .check01 > .container .list01 {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
.sub-wrap-info > .check01 > .container .list01 li {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  padding: 30px 40px 40px 50px;
  border-bottom: 2px dotted var(--black-a10);
  color: var(--black-a50);
}
.sub-wrap-info > .check01 > .container .list01 li:before {
  content: "";
  width: 30px;
  height: 30px;
  margin-right: 10px;
  margin-left: 10px;
  background-image: url(/common/img/user/icon/check.svg);
  background-position: center center;
  background-size: cover;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .sub-wrap-info > .check01 > .container {
    gap: 30px;
  }
  .sub-wrap-info > .check01 > .container .list01 {
    grid-template-columns: repeat(1, 1fr);
  }
  .sub-wrap-info > .check01 > .container .list01 li {
    padding: 20px 20px 30px 20px;
  }
  .sub-wrap-info > .check01 > .container .list01 li:last-of-type {
    border: 0px;
  }
}

/*질환-테이블vs*/
.sub-wrap-info > .table01 > .container {
  display: flex;
  gap: 50px;
  justify-content: flex-start;
  flex-direction: column;
  align-items: center;
}
.sub-wrap-info > .table01 > .container .title {
  flex-basis: 30%;
}
.sub-wrap-info > .table01 > .container .title h6 b {
  color: var(--pri1-1);
}
.sub-wrap-info > .table01 > .container .title p {
  margin-top: 10px;
  color: var(--black-a50);
}
.sub-wrap-info > .table01 > .container .t-style01 table {
  width: 100%;
  color: var(--black-a50);
}
.sub-wrap-info > .table01 > .container .t-style01 table tr th, .sub-wrap-info > .table01 > .container .t-style01 table tr td {
  border: 1px solid rgba(0, 0, 0, 0.253);
}
.sub-wrap-info > .table01 > .container .t-style01 table tr th {
  background-color: var(--pri1);
  color: white;
}
.sub-wrap-info > .table01 > .container .t-style01 table tr th:nth-child(2) {
  background-color: var(--pri1);
  color: white;
}
.sub-wrap-info > .table01 > .container .t-style01 table tr th:nth-child(1),
.sub-wrap-info > .table01 > .container .t-style01 table tr th:nth-child(3),
.sub-wrap-info > .table01 > .container .t-style01 table tr td:nth-child(1),
.sub-wrap-info > .table01 > .container .t-style01 table tr td:nth-child(2) {
  width: 48%;
  text-align: center;
  padding: 20px;
}
@media screen and (max-width: 767px) {
  .sub-wrap-info > .table01 > .container {
    flex-direction: column;
    gap: 10px;
  }
  .sub-wrap-info > .table01 > .container .title {
    text-align: left;
  }
  .sub-wrap-info > .table01 > .container .t-style01 {
    margin-top: 20px;
    overflow-x: scroll;
    overflow-y: hidden;
  }
  .sub-wrap-info > .table01 > .container .t-style01 table {
    width: 550px;
  }
  .sub-wrap-info > .table01 > .container .t-style01::-webkit-scrollbar {
    height: 5px;
  }
}

/*질환-배너*/
.banner {
  padding-top: 12.5rem;
  padding-bottom: 12.5rem;
}
.banner hgroup {
  text-align: center;
  color: white;
  width: 90%;
  margin: 0 auto;
}
.banner hgroup h5 {
  margin-bottom: 20px;
  font-weight: 600;
}
.banner hgroup:before {
  content: "";
  margin-bottom: 20px;
  display: inline-block;
  width: 150px;
  height: 150px;
  padding: 20px;
  background-color: white;
  border-radius: 999px;
  background-image: url(/common/img/user/symbol_center.svg);
  background-position: center center;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .banner hgroup:before {
    width: 200px;
    height: 200px;
  }
}
.banner.banner02-01 {
  background: url(/common/img/user/sub/02/banner.jpg) center center no-repeat;
  background-attachment: fixed;
}
@media screen and (max-width: 767px) {
  .banner.banner02-01 {
    background: url(/common/img/user/sub/02/banner-m.jpg) center center no-repeat;
    background-attachment: fixed;
  }
}
.banner.banner03-01 {
  background: url(/common/img/user/sub/03/banner.jpg) center center no-repeat;
  background-attachment: fixed;
}
@media screen and (max-width: 767px) {
  .banner.banner03-01 {
    background: url(/common/img/user/sub/03/banner-m.jpg) center center no-repeat;
    background-attachment: fixed;
  }
}
.banner.banner04-01 {
  background: url(/common/img/user/sub/04/banner.jpg) center center no-repeat;
  background-attachment: fixed;
}
@media screen and (max-width: 767px) {
  .banner.banner04-01 {
    background: url(/common/img/user/sub/04/banner-m.jpg) center center no-repeat;
    background-attachment: fixed;
  }
}
.banner.banner05-01 {
  background: url(/common/img/user/sub/05/banner.jpg) center center no-repeat;
  background-attachment: fixed;
}
@media screen and (max-width: 767px) {
  .banner.banner05-01 {
    background: url(/common/img/user/sub/05/banner-m.jpg) center center no-repeat;
    background-attachment: fixed;
  }
}
.banner.banner06-01 {
  background: url(/common/img/user/sub/06/banner.jpg) center center no-repeat;
  background-attachment: fixed;
}
@media screen and (max-width: 767px) {
  .banner.banner06-01 {
    background: url(/common/img/user/sub/06/banner-m.jpg) center center no-repeat;
    background-attachment: fixed;
  }
}
.banner.banner07-01 {
  background: url(/common/img/user/sub/07/banner.jpg) center center no-repeat;
  background-attachment: fixed;
}
@media screen and (max-width: 767px) {
  .banner.banner07-01 {
    background: url(/common/img/user/sub/07/banner-m.jpg) center center no-repeat;
    background-attachment: fixed;
  }
}

.clinic-wrap-info section:first-of-type {
  padding-top: 200px;
}
@media screen and (max-width: 767px) {
  .clinic-wrap-info section:first-of-type {
    padding-top: 150px;
  }
}
.clinic-wrap-info section {
  padding-bottom: 200px;
}
@media screen and (max-width: 767px) {
  .clinic-wrap-info section {
    padding-bottom: 150px;
  }
}

.pt200 {
  padding-top: 200px;
}
@media screen and (max-width: 767px) {
  .pt200 {
    padding-top: 150px;
  }
}

/*비수술&비약물-설명*/
.clinic-wrap-info > .information > .container .content {
  overflow: hidden;
  border: 5px solid rgba(0, 0, 0, 0.0274509804);
  margin-top: 50px;
}
.clinic-wrap-info > .information > .container .content img {
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .clinic-wrap-info > .information > .container .content {
    margin-top: 30px;
  }
}
.clinic-wrap-info > .information > .container .txt {
  text-align: center;
}
.clinic-wrap-info > .information > .container .txt h5 {
  margin-bottom: 1.25rem;
  color: var(--pri1);
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
}
.clinic-wrap-info > .information > .container .txt h5:before {
  content: "";
  width: 50px;
  height: 70px;
  background-image: url(/common/img/user/symbol_title.svg);
  background-position: center center;
  background-size: cover;
  flex-shrink: 0;
  margin-right: 5px;
}
.clinic-wrap-info > .information > .container .txt p {
  color: var(--black-a50);
}
.clinic-wrap-info > .information > .container .information-point {
  margin-top: 50px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.clinic-wrap-info > .information > .container .information-point li {
  color: var(--black-a50);
}
.clinic-wrap-info > .information > .container .information-point li img {
  margin: 0 auto;
}
.clinic-wrap-info > .information > .container .information-point li span {
  font-weight: bold;
  color: var(--pri1);
  margin-bottom: 10px;
  display: block;
}
@media screen and (max-width: 767px) {
  .clinic-wrap-info > .information > .container .information-point {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
    margin-top: 30px;
  }
  .clinic-wrap-info > .information > .container .information-point li {
    padding: 20px;
    border: 5px solid var(--sub2-1);
  }
  .clinic-wrap-info > .information > .container .information-point li img {
    width: 30%;
  }
}

/*비수술&비약물-원인*/
.clinic-wrap-info > .list01 > .container .title {
  text-align: center;
}
.clinic-wrap-info > .list01 > .container .title h6 b {
  color: var(--pri1-1);
}
.clinic-wrap-info > .list01 > .container .title p {
  margin-top: 10px;
  color: var(--black-a50);
}
.clinic-wrap-info > .list01 > .container .list01 {
  margin-top: 50px;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
.clinic-wrap-info > .list01 > .container .list01 li {
  border: 5px solid var(--sub2);
  padding: 50px;
  color: var(--black-a50);
}
.clinic-wrap-info > .list01 > .container .list01 li span {
  display: table;
  margin-bottom: 20px;
  background-color: var(--sub2-2);
  color: white;
  padding: 5px 20px;
  border-radius: 20px;
}
@media screen and (max-width: 767px) {
  .clinic-wrap-info > .list01 > .container .list01 {
    margin-top: 30px;
    gap: 20px;
    grid-template-columns: repeat(1, 1fr);
  }
  .clinic-wrap-info > .list01 > .container .list01 li {
    padding: 30px;
  }
  .clinic-wrap-info > .list01 > .container .list01 li span {
    margin-bottom: 10px;
  }
}

/*비수술&비약물-Q&A*/
.clinic-wrap-info > .qa {
  background-color: var(--pri1);
  padding-top: 200px;
}
.clinic-wrap-info > .qa .container {
  display: flex;
  gap: 100px;
}
.clinic-wrap-info > .qa .container .title {
  flex-basis: 30%;
  color: white;
}
.clinic-wrap-info > .qa .container .title p {
  color: var(--white-a50);
}
.clinic-wrap-info > .qa .container .list {
  flex-basis: 70%;
  color: var(--black-a50);
}
.clinic-wrap-info > .qa .container .list li span {
  display: block;
  border: 1px solid white;
}
.clinic-wrap-info > .qa .container .list li {
  color: white;
  margin-bottom: 20px;
}
.clinic-wrap-info > .qa .container .list li span:nth-child(1) {
  font-size: 1.25rem;
  line-height: 1.8rem;
  background-color: white;
  color: var(--pri1);
  padding: 20px 50px;
  display: flex;
  align-items: center;
}
.clinic-wrap-info > .qa .container .list li span:nth-child(1):before {
  content: "Q";
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 999px;
  background-color: var(--pri1);
  color: white;
  text-align: center;
  margin-right: 20px;
  flex-shrink: 0;
}
.clinic-wrap-info > .qa .container .list li span:nth-child(2) {
  padding: 50px 50px;
  display: flex;
  align-items: baseline;
  color: var(--white-a50);
}
.clinic-wrap-info > .qa .container .list li span:nth-child(2):before {
  content: "A";
  display: block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 999px;
  background-color: white;
  color: var(--pri1);
  text-align: center;
  margin-right: 20px;
  flex-shrink: 0;
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .clinic-wrap-info > .qa .container .list li span:nth-child(1) {
    padding: 20px 30px;
    align-items: baseline;
  }
  .clinic-wrap-info > .qa .container .list li span:nth-child(1):before {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
  .clinic-wrap-info > .qa .container .list li span:nth-child(2) {
    padding: 20px 30px;
    align-items: stretch;
  }
  .clinic-wrap-info > .qa .container .list li span:nth-child(2):before {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
}
.clinic-wrap-info > .qa .container .list li:last-of-type {
  margin-bottom: 0px;
}
@media screen and (max-width: 767px) {
  .clinic-wrap-info > .qa .container {
    flex-direction: column;
    gap: 30px;
  }
  .clinic-wrap-info > .qa .container .title {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .clinic-wrap-info > .qa {
    padding-top: 150px;
  }
}

/*비수술&비약물-효과및장점*/
.clinic-wrap-info > .pointer .container .title {
  text-align: center;
}
.clinic-wrap-info > .pointer .container .title h6 b {
  color: var(--pri4);
}
.clinic-wrap-info > .pointer .container .title p {
  margin-top: 20px;
  color: var(--black-a50);
}
.clinic-wrap-info > .pointer .container .list {
  width: 100%;
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(2, 1fr);
  color: var(--black-a50);
  margin-top: 50px;
}
.clinic-wrap-info > .pointer .container .list li {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  border: 5px solid var(--sub2);
  padding: 50px;
}
.clinic-wrap-info > .pointer .container .list li span {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .clinic-wrap-info > .pointer .container {
    flex-direction: column;
    gap: 10px;
  }
  .clinic-wrap-info > .pointer .container .title p {
    margin-top: 5px;
  }
  .clinic-wrap-info > .pointer .container .list {
    margin-top: 30px;
    gap: 10px;
    grid-template-columns: repeat(1, 1fr);
  }
  .clinic-wrap-info > .pointer .container .list li {
    padding: 20px 30px;
  }
}

/*비수술&비약물-종류*/
.clinic-wrap-info > .kind {
  background-color: var(--sub2);
  position: relative;
  overflow: hidden;
  padding-top: 200px;
}
.clinic-wrap-info > .kind:before {
  content: "";
  background-image: url(/common/img/user/symbol_ver02.svg);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  width: 700px;
  height: 700px;
  bottom: -5%;
  left: -9%;
}
@media screen and (max-width: 767px) {
  .clinic-wrap-info > .kind:before {
    top: -2%;
    width: 250px;
    height: 250px;
  }
}
.clinic-wrap-info > .kind .container .title {
  text-align: center;
}
.clinic-wrap-info > .kind .container .title h6 b {
  color: var(--pri4);
}
.clinic-wrap-info > .kind .container .title p {
  margin-top: 10px;
  color: var(--black-a50);
}
.clinic-wrap-info > .kind .container .list {
  margin-top: 50px;
}
.clinic-wrap-info > .kind .container .list li {
  color: var(--black-a50);
  display: flex;
  gap: 90px;
  align-items: center;
  padding-bottom: 70px;
  margin-bottom: 70px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.075);
}
.clinic-wrap-info > .kind .container .list li img {
  border: 3px solid var(--pri4);
  border-radius: 999px;
}
.clinic-wrap-info > .kind .container .list li .txt-wrap p:nth-child(1) {
  font-size: 1.4rem;
  margin-bottom: 10px;
  color: var(--pri4);
}
.clinic-wrap-info > .kind .container .list li:last-of-type {
  margin-bottom: 0px;
  padding-bottom: 0px;
  border-bottom: 0px;
}
@media screen and (max-width: 767px) {
  .clinic-wrap-info > .kind .container .list li {
    gap: 20px;
    align-items: flex-start;
  }
  .clinic-wrap-info > .kind .container .list li img {
    width: 120px;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 767px) {
  .clinic-wrap-info > .kind .container {
    flex-direction: column;
    gap: 10px;
  }
  .clinic-wrap-info > .kind .container .list01 {
    gap: 10px;
    grid-template-columns: 1fr;
  }
  .clinic-wrap-info > .kind .container .list01 li {
    padding: 15px;
  }
}
@media screen and (max-width: 767px) {
  .clinic-wrap-info > .kind {
    padding-top: 150px;
  }
}

/*비수술&비약물-적응증*/
.clinic-wrap-info > .care01 .container .title {
  text-align: center;
}
.clinic-wrap-info > .care01 .container .title h6 b {
  color: var(--pri1-1);
}
.clinic-wrap-info > .care01 .container .title p {
  margin-top: 10px;
  color: var(--black-a50);
}
.clinic-wrap-info > .care01 .container .content {
  padding-top: 50px;
}
.clinic-wrap-info > .care01 .container .content img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .clinic-wrap-info > .care01 .container {
    flex-direction: column;
    gap: 10px;
  }
}

/*치료방법*/
.clinic .container {
  padding-top: 200px;
  padding-bottom: 200px;
  max-width: 1400px;
  margin: 0 auto;
  width: 90%;
}
.clinic .container .title {
  color: var(--pri1);
}
.clinic .container .title h5 {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
}
.clinic .container .title h5:before {
  content: "";
  width: 50px;
  height: 70px;
  background-image: url(/common/img/user/symbol_title.svg);
  background-position: center center;
  background-size: cover;
  flex-shrink: 0;
  margin-right: 5px;
}
.clinic .container .content {
  margin-top: 80px;
  display: grid;
  gap: 30px;
  grid-template-columns: repeat(4, 1fr);
}
.clinic .container .content .clinic img {
  margin-bottom: 30px;
}
.clinic .container .content .clinic span {
  color: var(--pri1);
  margin-bottom: 20px;
  display: block;
}
.clinic .container .content .clinic p {
  color: var(--black-a50);
}
@media screen and (max-width: 767px) {
  .clinic .container {
    padding-top: 9.375rem;
    padding-bottom: 9.375rem;
  }
  .clinic .container .content {
    gap: 20px;
    grid-template-columns: repeat(2, 1fr);
  }
}

.intro-tit {
  padding-top: 9.375rem;
  text-align: center;
}
.intro-tit .container img {
  margin: 0 auto;
  padding-bottom: 10px;
}
.intro-tit .container h6 {
  font-family: var(--NotoSerif);
  color: rgb(60, 61, 114);
  margin-bottom: 10px;
}
.intro-tit .container p {
  color: rgba(60, 61, 114, 0.6);
}
@media screen and (max-width: 767px) {
  .intro-tit .container img {
    width: 30%;
  }
}

#intro-intro {
  scroll-margin-top: 50px;
}
#intro-intro .intro__section .container .txt-wrap {
  position: relative;
}
#intro-intro .intro__section .container .txt-wrap p:nth-of-type(1) {
  margin-bottom: 20px;
  color: var(--pri1);
  font-size: 1.4rem;
}
#intro-intro .intro__section .container .txt-wrap:after {
  color: var(--pri1);
  position: absolute;
  top: -70px;
  left: -50px;
  font-size: 100px;
  line-height: 100px;
  font-family: var(--Marcell);
  opacity: 0.1;
}
@media screen and (max-width: 1023px) {
  #intro-intro .intro__section .container .txt-wrap:after {
    font-family: var(--Marcell);
  }
}
@media screen and (max-width: 767px) {
  #intro-intro .intro__section .container .txt-wrap:after {
    font-family: var(--Marcell);
  }
}
@media screen and (max-width: 1023px) {
  #intro-intro .intro__section .container .txt-wrap:after {
    top: -60px;
    left: -30px;
    font-size: 40px;
    width: 100%;
  }
}
#intro-intro .intro01 .container {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 100px;
}
#intro-intro .intro01 .container img:nth-of-type(2) {
  margin-top: -350px;
}
#intro-intro .intro01 .container .txt-wrap {
  flex-basis: 50%;
}
#intro-intro .intro01 .container .txt-wrap:after {
  content: "PROMISE 01";
}
@media screen and (max-width: 1550px) {
  #intro-intro .intro01 .container {
    align-items: center;
    justify-content: center;
    gap: 50px;
  }
  #intro-intro .intro01 .container .txt-wrap {
    order: 0;
    flex-basis: 80%;
  }
  #intro-intro .intro01 .container img:nth-of-type(1) {
    order: 1;
  }
  #intro-intro .intro01 .container img:nth-of-type(2) {
    order: 2;
    margin-top: 0px;
    flex-basis: 30%;
  }
  #intro-intro .intro01 .container img:nth-of-type(3) {
    order: 3;
    flex-basis: 20%;
  }
}
#intro-intro .intro02 .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 100px;
}
#intro-intro .intro02 .container .txt-wrap {
  flex-basis: 50%;
}
#intro-intro .intro02 .container .txt-wrap:after {
  content: "PROMISE 02";
}
#intro-intro .intro02 .container img {
  flex-basis: 40%;
}
#intro-intro .intro03 .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 100px;
}
#intro-intro .intro03 .container .txt-wrap {
  flex-basis: 50%;
}
#intro-intro .intro03 .container .txt-wrap:after {
  content: "PROMISE 03";
}
#intro-intro .intro03 .container img {
  flex-basis: 40%;
}
@media screen and (max-width: 1023px) {
  #intro-intro .intro02 .container, #intro-intro .intro03 .container {
    flex-direction: column;
  }
  #intro-intro .intro02 .container .txt-wrap, #intro-intro .intro03 .container .txt-wrap {
    text-align: center;
  }
  #intro-intro .intro02 .container .txt-wrap:after, #intro-intro .intro03 .container .txt-wrap:after {
    left: 0px;
  }
}
@media screen and (max-width: 767px) {
  #intro-intro .intro01 .container {
    gap: 30px;
  }
  #intro-intro .intro01 .container .txt-wrap {
    text-align: center;
    flex-basis: 100%;
  }
  #intro-intro .intro02 .container {
    gap: 30px;
  }
  #intro-intro .intro03 .container {
    gap: 30px;
  }
}
#intro-intro .intro__section {
  padding-top: 9.375rem;
}
#intro-intro .intro__section:last-of-type {
  padding-bottom: 9.375rem;
}
@media screen and (max-width: 767px) {
  #intro-intro .intro__section {
    padding-top: 5rem;
  }
  #intro-intro .intro__section:last-of-type {
    padding-bottom: 5rem;
  }
}
@media screen and (max-width: 767px) {
  #intro-intro {
    scroll-margin-top: 450px;
  }
  #intro-intro .intro-tit {
    padding-top: 0 !important;
  }
}

#intro-doctor {
  scroll-margin-top: 50px;
}
#intro-doctor .intro-tit {
  background-color: var(--sub1);
}
#intro-doctor .doctor-introduction {
  background-color: var(--sub1);
}
#intro-doctor .doctor-introduction .name {
  text-align: center;
}
#intro-doctor .doctor-introduction .name h4, #intro-doctor .doctor-introduction .name h6 {
  font-family: var(--NotoSerif);
}
#intro-doctor .doctor-introduction .name h6 {
  color: var(--second1);
  margin-bottom: 20px;
}
#intro-doctor .doctor-introduction .name span {
  display: flex;
  justify-content: center;
  align-items: baseline;
  gap: 30px;
}
#intro-doctor .doctor-introduction .content {
  display: flex;
  justify-content: center;
  flex-direction: row;
  max-width: 1200px;
  margin: 0 auto;
  margin-top: 100px;
}
#intro-doctor .doctor-introduction .content .profile_wrap {
  flex-basis: 60%;
}
#intro-doctor .doctor-introduction .content .profile_wrap .point p {
  font-size: 1.4rem;
  line-height: 3rem;
  font-family: var(--NotoSerif);
}
#intro-doctor .doctor-introduction .content .profile_wrap .profile {
  margin-top: 50px;
  display: flex;
  gap: 50px;
}
#intro-doctor .doctor-introduction .content .profile_wrap .profile ul li {
  padding: 3px 0;
}
#intro-doctor .doctor-introduction .content .profile_wrap .thesis {
  margin-top: 50px;
  margin-bottom: 100px;
  color: rgba(70, 70, 70, 0.5098039216);
}
#intro-doctor .doctor-introduction .content .img_wrap {
  flex-basis: 40%;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
#intro-doctor .doctor-introduction .content .img_wrap > img {
  width: 80%;
}
@media screen and (max-width: 1023px) {
  #intro-doctor .doctor-introduction .content {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    gap: 50px;
  }
  #intro-doctor .doctor-introduction .content .profile_wrap .profile {
    flex-direction: column;
  }
}
#intro-doctor .doctor-introduction.ver02 {
  background-color: var(--sub2-1);
}
@media screen and (max-width: 1023px) {
  #intro-doctor .doctor-introduction.ver02 .content {
    flex-direction: column;
  }
  #intro-doctor .doctor-introduction.ver02 .content .profile_wrap {
    margin-bottom: 100px;
  }
}
#intro-doctor .doctor-introduction {
  padding-top: 9.375rem;
}
#intro-doctor .doctor-introduction.ver02 {
  margin-top: 0 !important;
}
@media screen and (max-width: 1023px) {
  #intro-doctor .doctor-introduction {
    padding-bottom: 9.375rem;
  }
}
@media screen and (max-width: 767px) {
  #intro-doctor {
    scroll-margin-top: 220px;
  }
  #intro-doctor .intro-tit {
    padding-top: 5rem;
  }
  #intro-doctor .doctor-introduction {
    padding-bottom: 5rem;
  }
}

#intro-preview {
  scroll-margin-top: 50px;
}
#intro-preview #Preview {
  overflow: visible;
  width: 900px;
}
#intro-preview #Preview .swiper-slide {
  opacity: 0.5;
  transition: 0.75s ease;
  transform: scale(0.7);
  border-radius: 10px;
  width: 900px;
  height: 500px;
  overflow: hidden;
  position: relative;
}
#intro-preview #Preview .swiper-slide.swiper-slide-active {
  opacity: 1;
  transform: scale(1);
}
#intro-preview #Preview .controls {
  position: relative;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 50px;
  margin-top: 20px;
  justify-content: space-between;
}
#intro-preview #Preview .controls .previewText {
  text-align: center;
  font-size: 1.5rem;
}
#intro-preview #Preview .controls .swiper-button {
  position: relative;
  top: 0px;
  left: 0px;
  right: 0px;
  margin-top: 0;
  width: 60px;
  height: 60px;
  border-radius: 999px;
}
#intro-preview #Preview .controls .swiper-button-next:after, #intro-preview #Preview .controls .swiper-button-prev:after {
  font-size: 12px;
  color: var(--white);
}
#intro-preview #Preview .controls .swiper-button-next {
  background-color: var(--pri2);
}
#intro-preview #Preview .controls .swiper-button-prev {
  background-color: var(--pri1);
}
@media screen and (max-width: 1023px) {
  #intro-preview #Preview {
    width: 90%;
  }
  #intro-preview #Preview .swiper-slide {
    height: auto;
  }
}
#intro-preview #Preview {
  padding-top: 5rem;
  padding-bottom: 9.375rem;
}
@media screen and (max-width: 767px) {
  #intro-preview #Preview {
    padding-top: 5rem;
    padding-top: 5rem;
  }
}
@media screen and (max-width: 767px) {
  #intro-preview {
    scroll-margin-top: 220px;
  }
  #intro-preview .intro-tit {
    padding-top: 5rem;
  }
}

#intro-timemap {
  scroll-margin-top: 50px;
  position: relative;
}
#intro-timemap .map_wrap {
  position: relative;
}
#intro-timemap .map_wrap .container {
  display: flex;
  flex-wrap: wrap;
  gap: 2%;
}
#intro-timemap .map_wrap .container ul {
  width: 80%;
  margin: 0 auto;
  margin-top: 50px;
}
#intro-timemap .map_wrap .container ul h6 {
  border-bottom: 1px solid rgba(0, 0, 0, 0.0784313725);
  color: var(--pri1-1);
  padding: 20px 0;
  margin-bottom: 20px;
}
#intro-timemap .map_wrap .container ul:first-of-type {
  margin-top: 0px;
}
#intro-timemap .map_wrap .container .time {
  flex-basis: 48%;
}
#intro-timemap .map_wrap .container .time li {
  margin-bottom: 10px;
  display: flex;
  gap: 20px;
}
#intro-timemap .map_wrap .container .time li:last-of-type {
  margin-bottom: 0px;
}
#intro-timemap .map_wrap .container .time li p:nth-child(1) {
  width: 90px;
  flex-shrink: 0;
  display: flex;
  justify-content: space-between;
}
#intro-timemap .map_wrap .container .time li p:nth-child(2) span {
  color: rgb(114, 114, 114);
}
#intro-timemap .map_wrap .container .time li:last-child {
  margin-bottom: 0 !important;
}
#intro-timemap .map_wrap .container .parking {
  flex-basis: 48%;
}
#intro-timemap .map_wrap .container .parking img {
  margin-top: 10px;
  max-width: 550px;
  width: 100%;
}
#intro-timemap .map_wrap .container .directions {
  flex-basis: 100%;
}
#intro-timemap .map_wrap .container .directions li span {
  color: var(--pri1);
  font-weight: 600;
}
#intro-timemap .map_wrap .container .directions .map {
  border: 1px solid rgba(255, 192, 203, 0.243);
  flex-basis: 50%;
  height: 400px;
  position: sticky;
  margin-top: 30px;
}
#intro-timemap .map_wrap .container .number {
  flex-basis: 100%;
}
@media screen and (max-width: 767px) {
  #intro-timemap .map_wrap {
    flex-direction: column-reverse;
  }
  #intro-timemap .map_wrap .map {
    position: relative;
    top: 0;
    height: 500px;
    margin: 0 auto;
  }
  #intro-timemap .map_wrap .container .parking,
  #intro-timemap .map_wrap .container .time {
    flex-basis: 100%;
  }
}
#intro-timemap .map_wrap {
  padding-top: 5rem;
  padding-bottom: 9.375rem;
}
@media screen and (max-width: 767px) {
  #intro-timemap .map_wrap {
    padding-top: 5rem;
    padding-top: 5rem;
  }
}
@media screen and (max-width: 767px) {
  #intro-timemap {
    scroll-margin-top: 220px;
  }
  #intro-timemap .intro-tit {
    padding-top: 5rem;
  }
}

#intro-equip {
  scroll-margin-top: 50px;
  background-color: var(--sub1);
}
#intro-equip .content {
  padding: 0;
  width: 90%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  position: relative;
}
#intro-equip .content li {
  padding: 20px;
  background-color: var(--sub2-1);
}
#intro-equip .content li h6:nth-child(1) {
  text-align: center;
  font-weight: 400;
  color: var(--pri1);
  margin-bottom: 20px;
}
#intro-equip .content li img {
  margin: 0 auto;
  width: 100%;
}
@media (width <= 1800px) {
  #intro-equip .content {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (width <= 1370px) {
  #intro-equip .content {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 767px) {
  #intro-equip .content {
    grid-template-columns: 1fr;
  }
}
#intro-equip .content {
  padding-top: 5rem;
  padding-bottom: 9.375rem;
}
@media screen and (max-width: 767px) {
  #intro-equip .content {
    padding-top: 5rem;
    padding-top: 5rem;
  }
}
@media screen and (max-width: 767px) {
  #intro-equip {
    scroll-margin-top: 220px;
  }
  #intro-equip .intro-tit {
    padding-top: 5rem;
  }
}

/*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(--Marcell);
  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(--Marcell);
  }
}
@media screen and (max-width: 767px) {
  .community .title {
    font-family: var(--Marcell);
  }
}
.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(--Marcell);
  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(--Marcell);
  }
}
@media screen and (max-width: 767px) {
  .community .step-tit span {
    font-family: var(--Marcell);
  }
}
.community label {
  cursor: pointer;
}
.community label input[type=checkbox] {
  position: absolute;
  left: -9999px;
}
.community label input[type=checkbox]:checked + span {
  color: var(--pri1);
}
.community .btn {
  display: block;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  text-align: center;
  width: 100%;
  cursor: pointer;
  border: 1px solid var(--black-a15);
}
.community .btn:hover {
  background: var(--pri1);
  border-color: var(--pri1);
  color: #fff;
  transition: all 0.3s ease;
}

#join .step01 ul li:nth-child(1) {
  font-family: var(--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;
}
.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;
  padding-top: 150px;
  max-width: 1400px;
  width: 80%;
  margin: 0 auto;
  overflow-x: auto;
}
@media screen and (max-width: 1023px) {
  .pay {
    font-family: var(--preten);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 170%;
    letter-spacing: -0.56px;
  }
}
@media screen and (max-width: 767px) {
  .pay {
    font-family: var(--preten);
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 170%;
    letter-spacing: -0.56px;
  }
}
.pay table {
  width: 100%;
}
.pay table tr td, .pay table tr th {
  border: 1px solid var(--pri1);
}
.pay table thead {
  background-color: var(--pri1);
  color: white;
  border: 1px solid var(--pri1);
}
.pay table thead td, .pay table thead th {
  border: 1px solid var(--white);
}
.pay::-webkit-scrollbar {
  height: 5px;
}
@media screen and (max-width: 780px) {
  .pay table {
    width: 780px;
  }
}

.pay-padding {
  height: 150px;
}

#board {
  max-width: 1200px;
  width: 90%;
  margin: 0 auto;
  margin-bottom: 9.375rem;
  margin-top: 6.25rem;
  /*게시판공통*/
  /*검색&글쓰기*/
  /*토탈(공통)*/
  /*탭(공통)*/
  /*더보기버튼(공통)*/
  /*페이지버튼(공통)*/
}
#board .board {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: normal;
  justify-content: center;
  align-items: space-between;
  gap: 0;
  border-top: 2px solid var(--pri1);
}
#board .board li {
  cursor: pointer;
  transition: all 0.5s ease;
}
#board .board .list-title {
  font-family: var(--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(--Marcell);
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -1.12px;
}
@media screen and (max-width: 1023px) {
  .view .list-info .list-title span {
    font-family: var(--Marcell);
  }
}
@media screen and (max-width: 767px) {
  .view .list-info .list-title span {
    font-family: var(--Marcell);
  }
}
@media screen and (max-width: 1023px) {
  .view .list-info .list-title span {
    font-family: var(--Marcell);
    font-size: 26px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: -1.04px;
  }
}
@media screen and (max-width: 1023px) and (max-width: 1023px) {
  .view .list-info .list-title span {
    font-family: var(--Marcell);
  }
}
@media screen and (max-width: 1023px) and (max-width: 767px) {
  .view .list-info .list-title span {
    font-family: var(--Marcell);
  }
}
@media screen and (max-width: 767px) {
  .view .list-info .list-title span {
    font-family: var(--Marcell);
    font-size: 26px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: -1.04px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1023px) {
  .view .list-info .list-title span {
    font-family: var(--Marcell);
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .view .list-info .list-title span {
    font-family: var(--Marcell);
  }
}
.view .content {
  position: relative;
  font-family: var(--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(--Marcell);
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%;
  letter-spacing: -0.6px;
}
@media screen and (max-width: 1023px) {
  .event li .list-title span {
    font-family: var(--Marcell);
  }
}
@media screen and (max-width: 767px) {
  .event li .list-title span {
    font-family: var(--Marcell);
  }
}
@media screen and (max-width: 1023px) {
  .event li .list-title span {
    font-family: var(--Marcell);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 170%;
    letter-spacing: -0.56px;
  }
}
@media screen and (max-width: 1023px) and (max-width: 1023px) {
  .event li .list-title span {
    font-family: var(--Marcell);
  }
}
@media screen and (max-width: 1023px) and (max-width: 767px) {
  .event li .list-title span {
    font-family: var(--Marcell);
  }
}
@media screen and (max-width: 767px) {
  .event li .list-title span {
    font-family: var(--Marcell);
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 170%;
    letter-spacing: -0.56px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1023px) {
  .event li .list-title span {
    font-family: var(--Marcell);
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .event li .list-title span {
    font-family: var(--Marcell);
  }
}
@media screen and (max-width: 767px) {
  .event li {
    flex-basis: 100%;
  }
}
.event li.end {
  position: relative;
}
.event li.end .list-thumb img {
  filter: brightness(50%);
}
.event li.end .list-title {
  opacity: 0.2;
}
.event li.end .list-title .counter {
  display: none;
}
.event li.end .list-thumb {
  position: relative;
}
.event li.end .list-thumb::after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: "종료된 이벤트입니다.";
  color: var(--white);
}
.event li.end:hover {
  cursor: auto;
}
.event li.end:hover .list-thumb img {
  transform: scale(1) !important;
  cursor: auto;
}
.event li.end:hover .list-title {
  cursor: auto;
}