@charset "UTF-8";
/*base*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+KR&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Marcellus&display=swap");
@import url(//spoqa.github.io/spoqa-han-sans/css/SpoqaHanSansNeo.css);
@import url("https://fonts.googleapis.com/css2?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: 10px;
}

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

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

::-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 {
  0% {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
  }
  10% {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
  }
  33% {
    transform: translateY(-8px);
    -webkit-transform: translateY(-8px);
    -moz-transform: translateY(-8px);
    -ms-transform: translateY(-8px);
    -o-transform: translateY(-8px);
  }
  50% {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
  }
  60% {
    transform: translateY(-1px);
    -webkit-transform: translateY(-1px);
    -moz-transform: translateY(-1px);
    -ms-transform: translateY(-1px);
    -o-transform: translateY(-1px);
  }
  70% {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
  }
  100% {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
  }
}
@keyframes slideUp {
  0% {
    opacity: 0;
    transform: translateY(150%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes slideDown {
  0% {
    opacity: 0;
    transform: translateY(-10%);
  }
  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 slideLeft2 {
  0% {
    opacity: 0;
    left: 40%;
  }
  100% {
    opacity: 1;
    left: 50%;
  }
}
@keyframes slideRight {
  0% {
    transform: translateX(50%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes dropMenu {
  0% {
    opacity: 0;
    transform: translateY(-2rem);
  }
  100% {
    opacity: 1;
    transform: translateY(0rem);
  }
}
@keyframes dropMenuUP {
  0% {
    opacity: 0;
    transform: translateY(2rem);
  }
  100% {
    opacity: 1;
    transform: translateY(0rem);
  }
}
@keyframes arrow-top-right {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* ========== Aos (animation 효과로 설정) ========== */
[data-aos=title] {
  opacity: 0;
}

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

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

    }
    @include mobile{

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

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

/*탭+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.05);
  /*pri 1*/
  --pri1: #E44A6C;
  --pri1-1: ;
  --pri1-2: ;
  --pri1-3: ;
  --pri1-4: ;
  --pri1-5: ;
  --pri1-6: ;
  --pri1-7: ;
  --pri1-8: ;
  --pri1-9: ;
  --pri1-10: ;
  /*pri 2*/
  --pri2: #E44A6C;
  --pri2-1: ;
  --pri2-2: ;
  --pri2-3: ;
  --pri2-4: ;
  --pri2-5: ;
  --pri2-6: ;
  --pri2-7: ;
  --pri2-8: ;
  --pri2-9: ;
  --pri2-10: ;
  /*pri 3*/
  --pri3: #694C20;
  --pri3-1: ;
  --pri3-2: ;
  --pri3-3: ;
  --pri3-4: ;
  --pri3-5: ;
  --pri3-6: ;
  --pri3-7: ;
  --pri3-8: ;
  --pri3-9: ;
  --pri3-10: ;
  /*pri 4*/
  --pri4: ;
  --pri4-1: ;
  --pri4-2: ;
  --pri4-3: ;
  --pri4-4: ;
  --pri4-5: ;
  --pri4-6: ;
  --pri4-7: ;
  --pri4-8: ;
  --pri4-9: ;
  --pri4-10: ;
  /*pri 5*/
  --pri5: ;
  --pri5-1: ;
  --pri5-2: ;
  --pri5-3: ;
  --pri5-4: ;
  --pri5-5: ;
  --pri5-6: ;
  --pri5-7: ;
  --pri5-8: ;
  --pri5-9: ;
  --pri5-10: ;
  /*sub 1*/
  --sub1: #F5FDFE;
  --sub1-1: ;
  --sub1-2: ;
  --sub1-3: ;
  --sub1-4: ;
  --sub1-5: ;
  --sub1-6: ;
  --sub1-7: ;
  --sub1-8: ;
  --sub1-9: ;
  --sub1-10: ;
  /*sub 2*/
  --sub2: #B8C4C6;
  --sub2-1: ;
  --sub2-2: ;
  --sub2-3: ;
  --sub2-4: ;
  --sub2-5: ;
  --sub2-6: ;
  --sub2-7: ;
  --sub2-8: ;
  --sub2-9: ;
  --sub2-10: ;
  /*sub 3*/
  --sub3: #005B9E;
  --sub3-1: ;
  --sub3-2: ;
  --sub3-3: ;
  --sub3-4: ;
  --sub3-5: ;
  --sub3-6: ;
  --sub3-7: ;
  --sub3-8: ;
  --sub3-9: ;
  --sub3-10: ;
  /*sub 4*/
  --sub4: #353641;
  --sub4-1: ;
  --sub4-2: ;
  --sub4-3: ;
  --sub4-4: ;
  --sub4-5: ;
  --sub4-6: ;
  --sub4-7: ;
  --sub4-8: ;
  --sub4-9: ;
  --sub4-10: ;
  /*second*/
  --second1: ;
  --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;
  --Spoqa: 'Spoqa Han Sans Neo', 'sans-serif';
}

/* 폰트셋팅*/
.en {
  font-family: var(--Marcell);
}
@media screen and (max-width: 1023px) {
  .en {
    font-family: var(--Marcell);
  }
}
@media screen and (max-width: 767px) {
  .en {
    font-family: var(--Marcell);
  }
}

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

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

@media (max-width: 1023px) {
  html, body {
    font-size: 15px;
  }
}
h1 {
  font-family: var(--Spoqa);
  font-size: 5.75rem;
  font-style: normal;
  font-weight: 300;
  line-height: 8.05rem; /* 8.05rem */
  letter-spacing: -0.115rem;
}

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

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

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

h5 {
  font-family: var(--Spoqa);
  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: 2rem;
    line-height: 2.5rem;
  }
}

h6 {
  font-family: var(--Spoqa);
  font-size: 1.75rem;
  font-style: normal;
  font-weight: 500;
  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(--Spoqa);
  /*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: 1rem;
    line-height: 1.5rem;
  }
}

b {
  font-weight: 500;
}

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

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

button {
  font-family: var(--Spoqa);
  font-size: 15px !important;
  font-style: normal;
  font-weight: 400;
  line-height: 170%;
  letter-spacing: -0.6px;
}
@media screen and (max-width: 1023px) {
  button {
    font-family: var(--Spoqa);
    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(--Spoqa);
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 170%;
    letter-spacing: -0.56px;
  }
}

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

/*pc-header*/
header .mobile-br {
  display: none !important;
}
header {
  position: fixed;
  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: 90%;
  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;
}
@media (max-width: 1600px) {
  header .nav .menu {
    padding: 0 10px;
  }
}
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;
}
@media (max-width: 1600px) {
  header .nav .menu .depth01 a {
    font-size: 0.9rem;
  }
}
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;
}
@media (max-width: 1500px) {
  header .nav .menu .depth02 a {
    font-size: 0.9rem;
  }
}
header .nav .menu .depth02 a:hover {
  background: var(--pri1);
  color: white;
}
header .login {
  right: 2%;
  gap: 20px;
  position: relative;
  display: flex;
  align-items: center;
}
header .login input#check-toggle {
  top: -11px;
  left: -8px;
  position: absolute;
  width: 30px;
  height: 30px;
  cursor: pointer;
  opacity: 0;
}
header .login li a.login-cooper {
  font-size: 15px;
  margin-right: 5px;
  color: var(--pri1);
  font-weight: 600;
}
header .login li a.login-cooper:hover {
  border-bottom: 1px solid var(--pri1);
}
@media (max-width: 1500px) {
  header .login li a {
    font-size: 0.9rem;
  }
}
@media screen and (max-width: 767px) {
  header .login li {
    display: none;
  }
  header .login .mobile-br {
    display: block !important;
    width: 100%;
    height: 0;
  }
}
@media (max-width: 365px) {
  header .login li a.login-cooper {
    font-size: 0.9rem !important;
  }
}
header .logo {
  left: 2%;
  position: relative;
}
header .logo a {
  display: block;
  padding: 1em 0;
}
header .logo a img {
  width: 9rem;
  transition: width 0.3s ease-in-out;
}
@media (width <= 1620px) {
  header .logo a img {
    width: 8rem;
  }
}
header .logo a .svg_on {
  width: 8rem;
  transition: width 0.3s ease-in-out;
}
header .sitemap {
  margin-left: 1.5625rem;
  position: relative;
  width: 1.25rem;
  height: 0.875rem;
  flex-direction: column;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
}
header .sitemap .toggle {
  width: 100%;
  border-top: 2px solid #000;
}
header .sitemap::before,
header .sitemap::after {
  content: "";
  width: 100%;
  border-top: 2px solid #000;
  transition: all 0.5s ease;
}
header .sitemap:hover::before,
header .sitemap:hover::after,
header .sitemap:hover .toggle {
  border-color: var(--pri1);
  transition: all 0.5s ease;
}

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

/*sitemap*/
#sitemap {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 40;
  width: 100%;
  height: 100vh;
  background-color: var(--pri2);
  display: none;
  z-index: 11000;
}
#sitemap .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 5rem;
  height: 100%;
}
#sitemap .container .nav-wrap {
  width: 50%;
}
#sitemap .container .nav-wrap .nav .menu {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 20px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
#sitemap .container .nav-wrap .nav .menu .depth01 {
  flex-shrink: 0;
  width: 10em;
}
#sitemap .container .nav-wrap .nav .menu .depth01 a {
  color: #fff;
  transition: color 0.1s ease-in-out;
  font-family: var(--Spoqa);
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -1.12px;
}
@media screen and (max-width: 1023px) {
  #sitemap .container .nav-wrap .nav .menu .depth01 a {
    font-family: var(--Spoqa);
    font-size: 26px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: -1.04px;
  }
}
@media screen and (max-width: 767px) {
  #sitemap .container .nav-wrap .nav .menu .depth01 a {
    font-family: var(--Spoqa);
    font-size: 26px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: -1.04px;
  }
}
#sitemap .container .nav-wrap .nav .menu .dropmenuON a {
  color: var(--pri3);
}
#sitemap .container .nav-wrap .nav .menu .depth02 {
  display: flex;
  flex-wrap: wrap;
  width: 500px;
}
#sitemap .container .nav-wrap .nav .menu .depth02 li {
  flex-basis: 33%;
  position: relative;
}
#sitemap .container .nav-wrap .nav .menu .depth02 li a {
  color: var(--pri3);
  opacity: 0.3;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  display: inline-block;
  transition: opacity 0.1s ease-in-out;
}
#sitemap .container .nav-wrap .nav .menu .depth02 li a:hover {
  opacity: 1;
}
#sitemap .container .nav-wrap .nav .menu .depth02 li::after {
  content: "";
  width: 0;
  position: absolute;
  bottom: -1.2em;
  left: 0;
  border-top: 2px solid var(--pri1);
  transition: width 0.3s ease-in-out;
  transform: translateY(50%);
}
#sitemap .container .nav-wrap .nav .menu .depth02 li:hover::after {
  width: 100%;
}
#sitemap .container .nav-wrap {
  /*mo*/
}
#sitemap .container .nav-wrap .m-nav {
  width: 100%;
}
#sitemap .container .nav-wrap .m-nav .menu {
  display: block;
  padding: 1rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.733);
}
#sitemap .container .nav-wrap .m-nav .menu .depth01 {
  width: 100%;
  margin-right: auto;
  cursor: pointer;
}
#sitemap .container .nav-wrap .m-nav .menu .depth01 a {
  font-family: var(--Spoqa);
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -1.12px;
}
@media screen and (max-width: 1023px) {
  #sitemap .container .nav-wrap .m-nav .menu .depth01 a {
    font-family: var(--Spoqa);
    font-size: 26px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: -1.04px;
  }
}
@media screen and (max-width: 767px) {
  #sitemap .container .nav-wrap .m-nav .menu .depth01 a {
    font-family: var(--Spoqa);
    font-size: 26px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: -1.04px;
  }
}
#sitemap .container .nav-wrap .m-nav .menu .depth01 a {
  color: white;
}
#sitemap .container .nav-wrap .m-nav .menu .depth02 {
  display: none;
  padding-top: 0;
  border-bottom: 0;
  font-family: var(--Spoqa);
  font-size: 15px !important;
  font-style: normal;
  font-weight: 400;
  line-height: 170%;
  letter-spacing: -0.6px;
}
@media screen and (max-width: 1023px) {
  #sitemap .container .nav-wrap .m-nav .menu .depth02 {
    font-family: var(--Spoqa);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 170%;
    letter-spacing: -0.56px;
  }
}
@media screen and (max-width: 767px) {
  #sitemap .container .nav-wrap .m-nav .menu .depth02 {
    font-family: var(--Spoqa);
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 170%;
    letter-spacing: -0.56px;
  }
}
#sitemap .container .nav-wrap .m-nav .menu .depth02 li {
  width: 100%;
  margin: 0.5em auto auto auto;
}
#sitemap .container .nav-wrap .m-nav .menu .depth02 li::after {
  display: none;
}
#sitemap .container .nav-wrap .m-nav .menu .depth02 a {
  display: block;
  width: 100%;
  padding: 0 0 0 1em;
  color: white;
}
@media screen and (max-width: 1024px) {
  #sitemap .container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: auto;
    width: 80%;
  }
}
@media screen and (max-width: 767px) {
  #sitemap .container {
    width: 85%;
  }
  #sitemap .container .nav-wrap {
    width: 100%;
  }
}

/*sitemapON*/
.header.sitemapON {
  background: none;
  box-shadow: none;
  z-index: 15000;
}
.header.sitemapON .container {
  height: 80px;
  justify-content: flex-end;
}
.header.sitemapON .container .logo {
  visibility: hidden;
  display: none;
}
.header.sitemapON .container .nav {
  display: none;
}
.header.sitemapON .container .login li a {
  color: white;
}
.header.sitemapON .container .login li:nth-child(2),
.header.sitemapON .container .login li:nth-child(3) {
  color: white;
}
.header.sitemapON .container .login .sitemap {
  height: 1.25rem;
  margin-left: 0;
}
.header.sitemapON .container .login .sitemap::before,
.header.sitemapON .container .login .sitemap::after {
  border-color: #fff;
  position: absolute;
  top: 50%;
  left: 0;
}
.header.sitemapON .container .login .sitemap::before {
  transform: rotate(45deg);
}
.header.sitemapON .container .login .sitemap::after {
  transform: rotate(-45deg);
}
.header.sitemapON .container .login .toggle {
  display: none;
}
.header.sitemapON .container .login .sitemap:hover::before,
.header.sitemapON .container .login .sitemap:hover::after {
  border-color: white;
}
@media screen and (max-width: 767px) {
  .header.sitemapON .container .login li {
    display: block;
  }
}

@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 {
  box-shadow: 1px 1px 30px rgba(45, 45, 45, 0.39);
  background-color: white;
  padding: 15px 0;
  width: 300px;
  cursor: pointer;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  left: 50%;
  transform: translate(-50%, 0);
  position: relative;
}
@media screen and (max-width: 767px) {
  #online .online-button {
    width: 200px;
  }
}
#online .online-form {
  position: relative;
  width: 100%;
  background-color: white;
  padding: 40px 0;
  display: none;
}
#online .online-form p, #online .online-form form {
  width: 90%;
  max-width: 700px;
  margin: 0 auto;
}
#online .online-form p {
  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;
  font-family: var(--Spoqa);
  font-size: 15px !important;
  font-style: normal;
  font-weight: 400;
  line-height: 170%;
  letter-spacing: -0.6px;
}
@media screen and (max-width: 1023px) {
  #online .online-form form {
    font-family: var(--Spoqa);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 170%;
    letter-spacing: -0.56px;
  }
}
@media screen and (max-width: 767px) {
  #online .online-form form {
    font-family: var(--Spoqa);
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 170%;
    letter-spacing: -0.56px;
  }
}
#online .online-form form select, #online .online-form form input[type=text], #online .online-form form input[type=tel], #online .online-form form input[type=submit] {
  height: 50px;
  border: 0;
  background-color: var(--gray1);
  font-family: var(--Spoqa);
  font-size: 15px !important;
  font-style: normal;
  font-weight: 400;
  line-height: 170%;
  letter-spacing: -0.6px;
}
@media screen and (max-width: 1023px) {
  #online .online-form form select, #online .online-form form input[type=text], #online .online-form form input[type=tel], #online .online-form form input[type=submit] {
    font-family: var(--Spoqa);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 170%;
    letter-spacing: -0.56px;
  }
}
@media screen and (max-width: 767px) {
  #online .online-form form select, #online .online-form form input[type=text], #online .online-form form input[type=tel], #online .online-form form input[type=submit] {
    font-family: var(--Spoqa);
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 170%;
    letter-spacing: -0.56px;
  }
}
#online .online-form form select, #online .online-form form input[type=text], #online .online-form form input[type=tel] {
  padding-left: 20px;
}
#online .online-form form input[type=submit] {
  background-color: var(--pri1);
  color: white;
  cursor: pointer;
  border-radius: 10px;
}
#online .online-form form select {
  flex-basis: 100%;
}
#online .online-form form input[type=text] {
  flex-basis: 48%;
}
#online .online-form form input[type=tel] {
  flex-basis: 48%;
}
#online .online-form form input[type=submit] {
  flex-basis: 100%;
}
#online .online-form form label[for=online-check] {
  flex-basis: 100%;
  display: flex;
  align-items: center;
  cursor: pointer;
}
@media screen and (max-width: 1023px) {
  #online .online-form form {
    gap: 10px;
    flex-wrap: nowrap;
    flex-direction: column;
  }
  #online .online-form form select, #online .online-form form input[type=text], #online .online-form form input[type=tel], #online .online-form form input[type=submit] {
    width: 100%;
    flex-basis: auto;
    height: 50px;
  }
}
@media screen and (max-width: 767px) {
  #online .online-form {
    padding: 10px 0;
  }
  #online .online-form p {
    text-align: center;
  }
  #online .online-form form {
    font-family: var(--Spoqa);
    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(--Spoqa);
    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(--Spoqa);
    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(--Spoqa);
    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(--Spoqa);
    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(--Spoqa);
    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(--Spoqa);
    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(--Spoqa);
    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(--Spoqa);
    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(221, 26, 87, 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 {
    flex-direction: row;
  }
  .QuickVer03 .Quick a span {
    display: none;
  }
}

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

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

.swiper {
  width: 100%;
  height: 100%;
}

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

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

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

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

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

/*animation*/
.swiper-slide-active .container .txt-wrap {
  animation: slideDown 3s;
}
.swiper-slide-active.slid04 .container {
  animation: slideLeft2 3s;
}
@media screen and (max-width: 767px) {
  .swiper-slide-active {
    /*
    h4{

    }
    p,a{
      animation: slideUp 1.5s;
    }
    .btn, .btn2{
      animation: slideUp 3s;
    }
      */
  }
}

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

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

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

/*버튼*/
.btn {
  display: block;
  position: relative;
  width: 10rem;
  height: 3rem;
  text-align: center;
  border: 1px solid var(--white);
  overflow: hidden;
}
.btn .btn-txt {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.5s ease;
}
.btn .arrow {
  position: absolute;
  top: 50%;
  right: -12%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: all 1s ease;
}
.btn:hover {
  background-color: white;
  color: var(--pri1);
  transition: all 0.5s ease;
}
.btn:hover .btn-txt {
  left: 43%;
  transition: all 0.5s ease;
}
.btn:hover .arrow {
  right: 10%;
  opacity: 1;
  transition: all 1s ease;
}

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

/*캡션*/
.caption {
  position: fixed;
  bottom: 48px;
  right: 48px;
  font-style: normal;
  line-height: 1;
  color: #fff;
  z-index: 90;
}
@media screen and (max-width: 1023px) {
  .caption {
    display: none;
  }
}

/*Main Visual*/
.swiper-slide .container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 70%;
  height: 70%;
}

/*Main Visual - text*/
.slid01 .container .txt-wrap,
.slid02 .container .txt-wrap,
.slid03 .container .txt-wrap {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.slid01 .container .txt-wrap {
  text-align: center;
  align-items: center;
}
.slid01 .container .txt-wrap p {
  padding: 10px 30px;
  background-color: #B0A992;
  color: white;
  border-radius: 999px;
}
.slid01 .container .txt-wrap h4 {
  color: #A49874;
  font-weight: 500;
}
@media screen and (max-width: 1023px) {
  .slid01 .container .txt-wrap .obj {
    width: 50%;
    border: 1px solid red;
  }
}

.slid02 .container .txt-wrap {
  color: white;
}

.slid03 .container .txt-wrap {
  color: #694C20;
}

/*Main Visual - container*/
.slid01 .container {
  top: auto;
  left: 50%;
  transform: translateX(-50%);
  height: 80%;
  bottom: 0%;
  width: 90%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 80px;
}
@media screen and (max-width: 1023px) {
  .slid01 .container {
    width: 90%;
  }
  .slid01 .container .obj {
    width: 100%;
    display: flex;
    justify-content: center;
  }
  .slid01 .container .obj img {
    max-width: 90%;
  }
}
@media screen and (max-width: 767px) {
  .slid01 .container {
    width: 95%;
    gap: 10%;
    justify-content: space-between;
  }
  .slid01 .container .obj {
    display: flex;
    justify-content: center;
  }
  .slid01 .container .obj img {
    max-width: 120%;
  }
  .slid01 .container .txt-wrap h4 {
    font-size: 2rem;
  }
  .slid01 .container .txt-wrap h4 br {
    display: none;
  }
}

.slid02 .container, .slid03 .container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 100px;
}
.slid02 .container .txt-wrap, .slid03 .container .txt-wrap {
  flex-basis: 50%;
}
.slid02 .container .obj, .slid02 .container .visual, .slid03 .container .obj, .slid03 .container .visual {
  flex-basis: 50%;
  max-height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.slid02 .container .obj img, .slid02 .container .visual img, .slid03 .container .obj img, .slid03 .container .visual img {
  height: 100%;
}
@media screen and (max-width: 1510px) {
  .slid02 .container, .slid03 .container {
    width: 90%;
    justify-content: space-between;
    gap: 10%;
  }
  .slid02 .container .obj, .slid02 .container .visual, .slid03 .container .obj, .slid03 .container .visual {
    flex-basis: 40%;
  }
  .slid02 .container .obj img, .slid02 .container .visual img, .slid03 .container .obj img, .slid03 .container .visual img {
    height: auto;
    max-width: 100%;
  }
  .slid02 .container .txt-wrap br, .slid03 .container .txt-wrap br {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .slid02 .container, .slid03 .container {
    width: 80%;
    flex-direction: column;
  }
  .slid02 .container .obj, .slid02 .container .visual, .slid03 .container .obj, .slid03 .container .visual {
    overflow: hidden;
    flex-basis: 50%;
  }
  .slid02 .container .txt-wrap, .slid03 .container .txt-wrap {
    flex-basis: 50%;
  }
}

.slid04 .container {
  height: auto;
  color: white;
  bottom: auto;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.slid04 .container .time-about li {
  display: flex;
  gap: 2%;
}
.slid04 .container .time-about li .date {
  flex-basis: 10%;
  display: flex;
  justify-content: space-between;
}
.slid04 .container .time-about li .time {
  flex-basis: 85%;
}
@media screen and (max-width: 1023px) {
  .slid04 .container .time-about li .date {
    flex-basis: 15%;
  }
  .slid04 .container .time-about li .time {
    flex-basis: 80%;
  }
}
@media screen and (max-width: 767px) {
  .slid04 .container .time-about li {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 10px;
  }
}
.slid04 .container .info {
  display: flex;
  flex-wrap: wrap;
}
.slid04 .container .info li {
  margin-right: 50px;
}
@media screen and (max-width: 767px) {
  .slid04 .container .info {
    flex-direction: column;
  }
}
@media screen and (max-width: 1023px) {
  .slid04 .container {
    width: 90%;
  }
}
@media screen and (max-width: 767px) {
  .slid04 .container {
    width: 80%;
    gap: 20px;
  }
}

/*slide02- visual slide box*/
.slid02 .container .visual {
  position: relative;
}
.slid02 .container .visual:after {
  content: "";
  position: absolute;
  z-index: -1;
  bottom: -10%;
  left: -10%;
  width: 80%;
  height: 0px;
  background-color: var(--pri2);
}
@media screen and (max-width: 1023px) {
  .slid02 .container .visual {
    display: flex;
    justify-content: center;
    align-content: flex-start;
  }
}
@media screen and (max-width: 767px) {
  .slid02 .container .visual {
    height: 50%;
  }
  .slid02 .container .visual img {
    height: 100%;
  }
}

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

/*서브탑*/
#subtop {
  width: 1920px;
  width: 100%;
  margin: 0 auto;
  height: 300px;
  position: relative;
  overflow: hidden;
  margin-top: 73px;
  background-color: #B2AA93;
}
#subtop .txt-wrap {
  z-index: 1;
  color: white;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
}
#subtop .txt-wrap h5 {
  margin-bottom: 10px;
}
#subtop .subtopimg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  transform: scale(1.15);
  transition: transform 2s ease;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
#subtop .subtopimg.on {
  opacity: 1;
  transform: scale(1);
}
@media (width <= 1620px) {
  #subtop {
    margin-top: 3.6em;
  }
}
@media screen and (max-width: 767px) {
  #subtop {
    margin-top: 3.3em;
  }
}

.subWrap section:first-of-type {
  margin: 0 auto;
  margin-top: 150px;
}
.subWrap section {
  max-width: 1500px;
  width: 90%;
  margin: 150px auto;
  display: flex;
  flex-wrap: nowrap;
  gap: 10%;
  flex-direction: row;
}
.subWrap section .title {
  flex-basis: 25%;
  color: #9C9276;
}
.subWrap section > .content {
  flex-basis: 65%;
  padding-bottom: 150px;
  border-bottom: 1px solid var(--black-a15);
  overflow: hidden;
}
@media screen and (max-width: 1023px) {
  .subWrap section > .content {
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .subWrap section > .content {
    margin-top: 10px;
  }
}
@media screen and (max-width: 1023px) {
  .subWrap section {
    flex-direction: column;
  }
  .subWrap section .title {
    flex-basis: 100%;
  }
  .subWrap section .content {
    flex-basis: 100%;
  }
}
.subWrap section:last-of-type .content {
  border-bottom: 0px;
  padding-bottom: 0px;
}
.subWrapTab {
  width: 1500px;
  max-width: 90%;
  margin: 150px auto;
  display: flex;
  flex-wrap: nowrap;
  gap: 5%;
  flex-direction: row;
  align-items: flex-start;
}
.subWrapTab .tab {
  flex-basis: 25%;
  position: sticky;
  top: 100px;
}
.subWrapTab .tab li {
  background-color: #F2EFE6;
  height: 75px;
  margin-bottom: 10px;
}
.subWrapTab .tab li a {
  text-align: center;
  display: block;
  width: 100%;
  height: 100%;
  line-height: 75px;
}
.subWrapTab .tab li.on {
  background-color: #9C9276;
  color: white;
}
.subWrapTab .section-wrap {
  flex-basis: 70%;
}
.subWrapTab .section-wrap section:first-of-type {
  margin: 0 auto;
}
.subWrapTab .section-wrap section {
  margin-top: 150px;
}
.subWrapTab .section-wrap section .title h6 {
  color: #9C9276;
}
.subWrapTab .section-wrap section .content {
  margin-top: 20px;
  padding-bottom: 150px;
  border-bottom: 1px solid var(--black-a15);
}
.subWrapTab .section-wrap section:last-of-type .content {
  padding-bottom: 0px;
  border: 0px;
}
@media screen and (max-width: 767px) {
  .subWrapTab .tab {
    top: 70px;
    overflow-x: auto;
    display: flex;
    z-index: 10;
    width: 100%;
  }
  .subWrapTab .tab li {
    padding: 0 10px;
    display: flex;
    align-items: center;
  }
  .subWrapTab .tab li a {
    line-height: 1.5rem;
    width: auto;
    height: auto;
  }
  .subWrapTab .tab::-webkit-scrollbar {
    height: 3px;
    width: 90%;
  }
  .subWrapTab .tab::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    background-color: rgba(180, 180, 180, 0.295);
  }
  .subWrapTab .tab::-webkit-scrollbar-thumb {
    background-clip: padding-box;
    border-radius: 5px;
    background: var(--pri1);
    border: 2px solid transparent;
  }
  .subWrapTab {
    flex-direction: column;
    gap: 50px;
  }
}

.list01 {
  display: flex;
  gap: 20px;
  flex-direction: column;
  margin-bottom: 50px;
}
.list01 .title {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 20px;
}
.list01 .title span {
  width: 50px;
  height: 50px;
  color: white;
  background-color: #9C9276;
  display: block;
  text-align: center;
  line-height: 50px;
}
.list01 ul {
  display: flex;
  flex-wrap: wrap;
}
.list01 ul h6 {
  color: #9C9276;
  flex-basis: 100%;
  margin-bottom: 20px;
}
.list01 ul li {
  flex-basis: 50%;
  padding: 5px 0;
}
.list01:last-of-type {
  margin-bottom: 0px;
}

/*subWrap*/
.ImgList-st01 {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.ImgList-st01 li {
  text-align: center;
  border: 1px solid #F1EDE1;
}
.ImgList-st01 li > div {
  background-color: #F1EDE1;
  padding: 10px 0;
}
.ImgList-st01 li img {
  max-width: 100%;
}
@media (width <= 1620px) {
  .ImgList-st01 li {
    gap: 5%;
    flex-basis: 45%;
  }
}
@media (width <= 500px) {
  .ImgList-st01 li {
    gap: 0%;
    flex-basis: 100%;
  }
  .ImgList-st01 li img {
    width: 100%;
  }
}

.ImgList-st02 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-content: flex-start;
  justify-content: flex-start;
  gap: 20px;
}
.ImgList-st02 li {
  flex-basis: 48%;
  display: flex;
  flex-direction: column;
}
.ImgList-st02 li img {
  border: 1px solid #F1EDE1;
  width: 100%;
}
.ImgList-st02 li > div {
  background-color: #F1EDE1;
  text-align: center;
  padding: 10px 0;
}
.ImgList-st02 li p {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .ImgList-st02 {
    margin-top: 0px;
    gap: 40px;
    flex-direction: column;
  }
}

.IconList-st01 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-content: flex-start;
  justify-content: flex-start;
  gap: 20px;
}
.IconList-st01 li {
  flex-basis: 48%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}
.IconList-st01 li > div {
  text-align: center;
  padding: 10px 0;
  color: #9C9276;
  border-bottom: 2px solid #F1EDE1;
  padding-bottom: 10px;
  width: 100%;
  text-align: left;
}
.IconList-st01 li > img {
  width: 80px;
  height: 80px;
}
@media screen and (max-width: 767px) {
  .IconList-st01 li {
    flex-basis: 100%;
  }
}

.List-st01 {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  gap: 4%;
}
.List-st01 > span {
  width: 100%;
  margin-bottom: 20px;
  padding: 10px 20px;
  background-color: #B0A68A;
  color: white;
  font-weight: 500;
}
.List-st01:first-of-type {
  margin-top: 0px;
}
.List-st01 li {
  flex-basis: 48%;
  display: flex;
  gap: 20px;
  justify-content: flex-start;
  flex-wrap: nowrap;
  align-items: baseline;
  flex-direction: row;
  margin-bottom: 20px;
}
.List-st01 li .num {
  width: 50px;
  height: 50px;
  background-color: #9C9276;
  color: white;
  text-align: center;
  line-height: 50px;
  border-radius: 999px;
  flex-shrink: 0;
}
.List-st01 li p {
  flex-grow: 1;
}
@media screen and (max-width: 1023px) {
  .List-st01 {
    flex-direction: column;
  }
  .List-st01 li {
    width: 100%;
  }
  .List-st01 li .num {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
}

.List-st02 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-content: flex-start;
  justify-content: flex-start;
  gap: 10px;
  margin-top: 20px;
}
.List-st02:first-of-type {
  margin-top: 0px;
}
.List-st02 li {
  flex-basis: 48%;
}
@media screen and (max-width: 767px) {
  .List-st02 {
    flex-direction: column;
  }
  .List-st02 li {
    width: 100%;
  }
}

.List-st03 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-content: flex-start;
  justify-content: flex-start;
  gap: 10px;
  margin-top: 20px;
}
.List-st03:first-of-type {
  margin-top: 0px;
}
.List-st03 li {
  padding: 30px;
  background-color: #FDFCF8;
}
@media screen and (max-width: 767px) {
  .List-st03 {
    flex-direction: column;
  }
  .List-st03 li {
    width: 100%;
  }
}

.img {
  margin-top: 20px;
  border: 1px solid #F1EDE1;
  max-width: 100%;
}

.type01 {
  display: flex;
  flex-direction: column;
  gap: 5px;
  margin-top: 20px;
}
.type01 > p:nth-child(1) {
  font-weight: bold;
}
.type01 li {
  font-size: 0.95rem;
  color: #9C9276;
}
.type01 > span {
  background-color: #B0A68A;
  color: white;
  padding: 10px 20px;
}
.type01:first-of-type {
  margin-top: 0px;
}

.type02 li div {
  padding: 10px 30px;
}
.type02 > span {
  font-weight: 600;
  display: inline-block;
  margin-bottom: 10px;
}
.type02 .type02_Tit {
  background-color: #F1EDE1;
}
.type02 .type02_Txt {
  background-color: #FDFCF2;
}
.type02 {
  margin-bottom: 20px;
}
.type02:last-of-type {
  margin-bottom: 0px;
}

.Con-Table {
  border: 1px solid #9C9276;
}
.Con-Table thead tr th, .Con-Table tbody tr th {
  background-color: #F1EDE1;
  padding: 10px 0;
  border-right: 1px solid #9C9276;
}
.Con-Table tbody tr td {
  padding: 30px;
}
.Con-Table tr {
  border-bottom: 1px solid #9C9276;
  border-right: 1px solid #9C9276;
}

/*서브탑*/
#subTop {
  width: 1920px;
  width: 100%;
  margin: 0 auto;
  height: 92vh;
  position: relative;
  overflow: hidden;
  margin-top: 74px;
}
#subTop .txt-wrap {
  z-index: 1;
  color: white;
  text-align: center;
  position: absolute;
  top: 47%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
}
#subTop .txt-wrap h4 {
  margin-bottom: 10px;
  font-weight: 500;
  animation: title 1s;
}
#subTop .txt-wrap p {
  animation: fadeIn 3s;
}
#subTop .subImg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  transform: scale(1.15);
  transition: transform 2s ease;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
#subTop .subImg.on {
  opacity: 1;
  transform: scale(1);
}
#subTop .subImg img {
  width: 100%;
  height: 100%;
}
@media (width <= 1620px) {
  #subTop {
    margin-top: 3.6em;
  }
}
@media screen and (max-width: 767px) {
  #subTop {
    margin-top: 3.3em;
  }
}

#subwrap section {
  max-width: 1400px;
  width: 90%;
  margin: 0 auto;
  padding-top: 200px;
}
#subwrap section .title {
  display: flex;
  gap: 20px;
  flex-direction: column;
}
#subwrap section .title p {
  color: #DCACBF;
}
#subwrap section .title h5 {
  color: #F93A67;
  font-weight: 400;
}
#subwrap section .title p:nth-child(3) {
  color: #746165;
}
#subwrap section:last-of-type {
  padding-bottom: 200px;
}
@media screen and (max-width: 767px) {
  #subwrap section {
    padding-top: 100px;
  }
  #subwrap section:last-of-type {
    padding-bottom: 100px;
  }
}

/*정의,설명*/
#Style01 {
  display: flex;
  justify-content: space-between;
  gap: 100px;
  padding-bottom: 200px;
  position: relative;
}
#Style01 h1 {
  position: absolute;
  right: -50%;
  bottom: -10%;
  z-index: 1;
  white-space: nowrap;
  opacity: 0.1;
}
#Style01 .title {
  flex-basis: 40%;
}
#Style01 .content {
  background-color: #FCFAFA;
  padding: 60px;
  flex-basis: 60%;
}
@media screen and (max-width: 1023px) {
  #Style01 {
    align-items: center;
    text-align: center;
    flex-direction: column;
    gap: 30px;
  }
  #Style01 .content {
    padding: 30px;
  }
}
@media screen and (max-width: 767px) {
  #Style01 h1 {
    right: -300%;
    font-size: 50px;
    bottom: 0%;
  }
}

/*필요하신분*/
#List01 {
  display: flex;
  justify-content: space-between;
  gap: 100px;
}
#List01 .Img {
  flex-basis: 40%;
}
#List01 .Img img {
  width: 100%;
}
#List01 .content {
  flex-basis: 60%;
}
#List01 .content .list_01 {
  margin-top: 80px;
  padding: 80px;
  background-color: #D05773;
  color: white;
}
#List01 .content .list_01 li::before {
  content: "·";
  margin-right: 5px;
}
#List01::after {
  width: 100%;
  height: 500px;
  position: absolute;
  bottom: 0px;
  background-color: #FFF6F7;
}
@media screen and (max-width: 1023px) {
  #List01 {
    align-items: center;
    text-align: center;
    flex-direction: column;
    gap: 50px;
  }
  #List01 .content .list_01 {
    text-align: left;
    margin-top: 30px;
    padding: 30px;
  }
}

/*종류*/
#kind .title {
  text-align: center;
  color: white;
  margin-bottom: 80px;
}
#kind .faq-box .faq-box__question {
  padding: 50px;
  color: black;
  background-color: #FFF6F7;
  text-align: center;
  border-bottom: 1px solid var(--black-a15);
  cursor: pointer;
  position: relative;
}
#kind .faq-box .faq-box__question h6 {
  font-weight: 400;
}
#kind .faq-box .faq-box__question::after {
  content: url("/common/img/user/icon/accordion_open.svg");
  float: right;
  position: absolute;
  position: absolute;
  top: 50%;
  right: 3%;
  transform: translate(-50%, -50%);
}
#kind .faq-box .faq-box__answer {
  background-color: #FDFCFA;
  text-align: center;
  padding: 50px;
  display: none;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 30px;
  align-items: center;
}
#kind .faq-box li.hover > .faq-box__question h6 {
  color: #EC5377;
  font-weight: 500;
}
#kind .faq-box > li.hover .faq-box__answer {
  display: flex;
}
#kind .faq-box > li.hover > .faq-box__question::after {
  content: url("/common/img/user/icon/accordion_close.svg");
}
#kind .faq-box .Img2_wrap {
  gap: 20px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 auto;
}
#kind .faq-box .Img2_wrap div {
  border: 2px solid #EC5377;
}
#kind .faq-box .Img2_wrap div span {
  padding: 10px;
  background-color: #EC5377;
  display: block;
  color: white;
}
@media screen and (max-width: 767px) {
  #kind .faq-box .faq-box__answer {
    padding: 10px;
  }
  #kind .faq-box .Img2_wrap div img {
    width: 100%;
  }
}
#kind .faq-box {
  /*1차수정 - 추가*/
}
#kind .faq-box .layout {
  width: 90%;
  margin-top: 60px;
}
#kind .faq-box .layout p, #kind .faq-box .layout ul li, #kind .faq-box .layout td {
  color: var(--black-a45);
}
#kind .faq-box .layout .layout_title {
  font-weight: bold;
  color: var(--pri1);
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  #kind .faq-box .layout {
    margin-top: 30px;
  }
}
#kind .faq-box .layout:last-of-type {
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  #kind .faq-box .layout:last-of-type {
    margin-bottom: 30px;
  }
}
#kind .faq-box .layout01 {
  display: flex;
  gap: 60px;
  flex-wrap: nowrap;
}
#kind .faq-box .layout01 img {
  width: 50%;
  height: 100%;
}
#kind .faq-box .layout01 > div {
  text-align: left;
  flex-basis: 70%;
}
#kind .faq-box .layout01 > div p:nth-child(1) {
  margin-top: 50px;
}
@media screen and (max-width: 1023px) {
  #kind .faq-box .layout01 {
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
  }
  #kind .faq-box .layout01 img {
    width: 60%;
  }
  #kind .faq-box .layout01 > div {
    text-align: center;
    flex-basis: 100%;
  }
  #kind .faq-box .layout01 > div p:nth-child(1) {
    margin-top: 0px;
  }
}
@media screen and (max-width: 767px) {
  #kind .faq-box .layout01 img {
    width: 100%;
  }
}
#kind .faq-box .layout02 .layout02_ul {
  display: grid;
  justify-content: center;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
  align-items: stretch;
}
#kind .faq-box .layout02 .layout02_ul li {
  background-color: white;
  padding: 20px;
  border-radius: 20px;
}
@media screen and (max-width: 1023px) {
  #kind .faq-box .layout02 .layout02_ul {
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }
}
#kind .faq-box .layout02 .layout02_ul.li1 {
  grid-template-columns: 1fr;
}
#kind .faq-box .layout02 .layout02_ul.li2 {
  grid-template-columns: 1fr 1fr;
}
@media screen and (max-width: 767px) {
  #kind .faq-box .layout02 .layout02_ul.li2 {
    grid-template-columns: 1fr;
  }
}
#kind .faq-box .layout03 {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  gap: 30px;
}
#kind .faq-box .layout03 .layout_title {
  flex-basis: 25%;
  text-align: left;
}
#kind .faq-box .layout03 .layout03_ul {
  flex-basis: 75%;
  display: grid;
  gap: 30px;
  flex-wrap: wrap;
  grid-template-columns: 1fr 1fr 1fr;
}
#kind .faq-box .layout03 .layout03_ul li {
  text-align: left;
}
#kind .faq-box .layout03 .layout03_ul li span {
  display: inline-block;
}
#kind .faq-box .layout03 .layout03_ul li span:nth-child(1) {
  width: 100%;
  color: #DC9FAD;
  border-bottom: 1px solid #DC9FAD;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
@media screen and (max-width: 767px) {
  #kind .faq-box .layout03 {
    flex-direction: column;
    align-items: center;
    gap: 0;
  }
  #kind .faq-box .layout03 .layout03_ul {
    grid-template-columns: 1fr;
  }
}
#kind .faq-box .layout04 {
  border: 2px solid #db685d;
  background-color: white;
  border-radius: 20px;
  padding: 40px;
}
#kind .faq-box .layout04 .layout_title {
  color: #db685d;
}
#kind .faq-box .layout04 .ul1 {
  display: flex;
  justify-content: center;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 30px;
}
#kind .faq-box .layout04 .ul1 li {
  flex-basis: 25%;
}
#kind .faq-box .layout04 .ul1 li img {
  margin: 0 auto;
  margin-bottom: 20px;
}
#kind .faq-box .layout04 .ul1 li span {
  color: #db685d;
}
#kind .faq-box .layout04 .ul2 li {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  margin-bottom: 20px;
}
#kind .faq-box .layout04 .ul2 li div {
  text-align: left;
  margin-top: 20px;
}
#kind .faq-box .layout04 .ul2 li div p:nth-child(1) {
  color: #db685d;
  font-weight: bold;
}
#kind .faq-box .layout04 .ul2 li:last-of-type {
  margin-bottom: 0px;
}
@media screen and (max-width: 767px) {
  #kind .faq-box .layout04 {
    padding: 20px;
  }
  #kind .faq-box .layout04 .ul1 {
    justify-content: flex-start;
    flex-direction: column;
    gap: 10px;
  }
  #kind .faq-box .layout04 .ul1 li {
    display: flex;
    align-items: center;
    gap: 20px;
  }
  #kind .faq-box .layout04 .ul1 li img {
    margin: 0;
    width: 50px;
    height: 50px;
  }
  #kind .faq-box .layout04 .ul1 li span {
    text-align: left;
  }
  #kind .faq-box .layout04 .ul2 li {
    flex-direction: column;
    align-items: center;
    gap: 0px;
  }
  #kind .faq-box .layout04 .ul2 li img {
    width: 50px;
    height: 50px;
  }
  #kind .faq-box .layout04 .ul2 li div {
    text-align: center;
    margin-top: 10px;
  }
}
#kind .faq-box table {
  border-collapse: collapse;
}
#kind .faq-box table thead .layout_title {
  padding: 20px;
  background-color: white;
  width: 100%;
  border-top: 1px solid #F93A67;
  border-bottom: 1px solid var(--black-a15);
  margin-bottom: 0px !important;
}
#kind .faq-box table tbody tr {
  border-bottom: 1px solid var(--black-a15);
}
#kind .faq-box table tbody tr td {
  width: 50%;
}
#kind .faq-box table tbody tr td:nth-child(1) {
  border-right: 1px solid var(--black-a15);
}
#kind .faq-box table tbody tr td:nth-child(2) {
  text-align: left;
  padding: 20px;
}
#kind .faq-box table tfoot {
  display: inline-block;
  margin-top: 20px;
}

#Info_Title {
  text-align: center;
  color: #933249;
}

/*의료진소개*/
#doctor {
  padding-top: 100px !important;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: row;
  gap: 30px;
}
#doctor .doctor {
  flex-basis: 30%;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  background-color: #F5EEEE;
}
#doctor .doctor img {
  width: 100%;
}
#doctor .doctor .txt {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  padding: 30px 0px;
}
#doctor .doctor::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
#doctor .doctor::before {
  content: "+";
  width: 135px;
  height: 135px;
  border-radius: 135px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 100;
  background-color: #EC5377;
  color: white;
  text-align: center;
  font-size: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 100;
  opacity: 0;
}
#doctor .doctor:hover::after {
  opacity: 1;
  transition: all 0.5s ease;
}
#doctor .doctor:hover::before {
  opacity: 1;
  transition: all 0.7s ease;
}
@media screen and (max-width: 1023px) {
  #doctor {
    justify-content: center;
  }
  #doctor .doctor {
    flex-basis: 45%;
  }
  #doctor .doctor::before {
    width: 80px;
    height: 80px;
  }
}

/*약력소개*/
.Doctor_Dark {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.2117647059);
  z-index: 1000;
  cursor: pointer;
}

.Doctor_Popup {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 70%;
  height: 90vh;
  padding: 50px;
  background-color: #FCFAFA;
  z-index: 1001;
  overflow-y: auto;
}
.Doctor_Popup .title {
  text-align: center;
}
.Doctor_Popup .title > p {
  color: #DCAAAA;
}
.Doctor_Popup .title span {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0px;
  margin-top: 10px;
  background-color: #FFF9F9;
}
.Doctor_Popup .title span > h6 {
  letter-spacing: 1.5rem;
}
.Doctor_Popup .content {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: flex-start;
  justify-content: center;
  gap: 50px;
}
.Doctor_Popup .content > .Img {
  flex-basis: 50%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.Doctor_Popup .content > .Img img {
  height: 100%;
}
.Doctor_Popup .content ul {
  flex-basis: 50%;
  margin-top: 100px;
  height: 50vh;
  overflow-y: auto;
}
.Doctor_Popup .content ul li {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: nowrap;
  margin-bottom: 10px;
}
.Doctor_Popup .content ul li:before {
  content: "●";
  margin-right: 10px;
  font-size: 5px;
}
.Doctor_Popup .content h1.en {
  position: absolute;
  width: 10%;
  bottom: 20%;
  right: 20%;
  color: rgba(220, 170, 170, 0.2117647059);
  z-index: -1;
}
.Doctor_Popup .close {
  cursor: pointer;
  position: absolute;
  top: 5%;
  right: 4%;
}
@media (width <= 1350px) {
  .Doctor_Popup {
    width: 80%;
    gap: 1rem;
  }
  .Doctor_Popup .content .Img img {
    max-width: 100%;
  }
  .Doctor_Popup .close {
    left: 3%;
    top: 2%;
  }
}
@media screen and (max-width: 1023px) {
  .Doctor_Popup {
    width: 80%;
    height: 80vh;
    align-items: center;
    padding-top: 0px;
    padding: 50px;
    overflow-y: scroll;
    gap: 50px;
  }
  .Doctor_Popup .content {
    flex-direction: column;
    gap: 1rem;
  }
  .Doctor_Popup .content > .Img {
    justify-content: center;
    flex-basis: auto;
    width: 100%;
  }
  .Doctor_Popup .content > .Img img {
    width: 80%;
  }
  .Doctor_Popup .content ul {
    height: auto;
  }
  .Doctor_Popup .content > h1.en {
    left: 20%;
  }
}

/*진료안내/오시는길*/
#information {
  padding-top: 100px !important;
}
#information #map {
  width: 100%;
  height: 500px;
  background-color: rgba(128, 128, 128, 0.189);
}
@media screen and (max-width: 767px) {
  #information #map {
    height: 300px;
  }
}
#information .map_txt {
  width: 100%;
  text-align: center;
  padding: 20px;
  color: white;
  background-color: #F06A8A;
}
#information .infor_wrap {
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
#information .infor_wrap ul > h6 {
  color: #F06A8A;
  margin-bottom: 10px;
}
#information .infor_wrap .time {
  flex-basis: 30%;
}
#information .infor_wrap .time li {
  display: flex;
  gap: 3%;
  justify-content: space-around;
  align-items: flex-start;
  flex-wrap: nowrap;
  margin-bottom: 5px;
}
#information .infor_wrap .time li .date {
  flex-basis: 30%;
  display: flex;
  justify-content: space-between;
}
#information .infor_wrap .time li .time {
  flex-basis: 70%;
}
@media screen and (max-width: 1023px) {
  #information .infor_wrap .time li .date {
    flex-basis: 25%;
  }
  #information .infor_wrap .time li .time {
    flex-basis: 75%;
  }
}
#information .infor_wrap .call li a {
  color: #7E2C3F;
  font-size: 2rem;
}
#information .infor_wrap .button {
  display: flex;
  gap: 20px;
}
#information .infor_wrap .button a {
  width: 180px;
  height: 180px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  border-radius: 20px;
  flex-direction: column;
}
#information .infor_wrap .button a.kakao {
  background-color: #FFC700;
}
#information .infor_wrap .button a.calendar {
  background-color: #F06A8A;
}
#information .infor_wrap .button a.cafe {
  background-color: #58D30C;
}
@media screen and (max-width: 1023px) {
  #information .infor_wrap {
    flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  #information .infor_wrap .button {
    flex-direction: column;
    gap: 10px;
  }
  #information .infor_wrap .button a {
    flex-direction: row;
    gap: 30px;
    height: 80px;
    width: 100%;
  }
  #information .infor_wrap .button a span {
    flex-basis: 50%;
  }
}

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

.Duty_Table .Button_Wrap {
  display: flex;
  gap: 100px;
  justify-content: center;
  margin-bottom: 50px;
}
.Duty_Table .Button_Wrap h6 {
  color: var(--pri1);
  font-weight: 600;
}
.Duty_Table .Button_Wrap button {
  width: 45px;
  height: 45px;
  background-color: #FEF0F0;
  color: var(--pri1);
  border-radius: 10px;
}
.Duty_Table .Txt_Wrap {
  display: none;
}
.Duty_Table table {
  width: 100%;
}
.Duty_Table table th, .Duty_Table table td {
  width: 14.285%;
  border: 1px solid rgb(230, 230, 230);
}
.Duty_Table table .sun {
  color: red;
}
.Duty_Table table .sat {
  color: blue;
}
.Duty_Table table thead {
  border-top: 3px solid #EC5377;
}
.Duty_Table table thead tr th {
  padding-top: 10px;
  padding-bottom: 10px;
}
.Duty_Table table tbody tr {
  height: 200px;
}
.Duty_Table table tbody tr td {
  vertical-align: top;
  padding: 15px;
}
.Duty_Table table tbody tr td.off {
  opacity: 0.2;
  cursor: default;
}
.Duty_Table table tbody tr td .today {
  font-weight: bold;
  margin-bottom: 10px;
}
.Duty_Table table tbody tr td .style {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 10px;
}
.Duty_Table table tbody tr td .style span:nth-child(1) {
  color: white;
  border-radius: 999px;
  padding: 5px 15px;
  font-size: 17px;
  line-height: 22px;
}
.Duty_Table table tbody tr td .style span:nth-child(2) {
  color: black;
}
.Duty_Table table tbody tr td .style:last-of-type {
  margin-bottom: 0px;
}
@media (max-width: 1200px) {
  .Duty_Table .Button_Wrap {
    margin-bottom: 20px;
    gap: 0px;
    align-items: center;
    justify-content: space-between;
  }
  .Duty_Table .Txt_Wrap {
    text-align: center;
    margin-top: 20px;
    display: block;
  }
  .Duty_Table .Txt_Wrap p {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: row;
    gap: 15px;
  }
  .Duty_Table .Txt_Wrap p .style {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 5px;
  }
  .Duty_Table .Txt_Wrap p .style span:nth-child(1) {
    color: white;
    border-radius: 999px;
    padding: 5px 15px;
    font-size: 14px;
    line-height: 22px;
    font-weight: 600;
  }
  .Duty_Table .Txt_Wrap p .style span:nth-child(2) {
    color: black;
    font-size: 14px;
  }
  .Duty_Table .Txt_Wrap p .style:last-of-type {
    margin-bottom: 0px;
  }
  .Duty_Table table th, .Duty_Table table td {
    text-align: center;
  }
  .Duty_Table table thead tr th span {
    display: none;
  }
  .Duty_Table table tbody tr {
    height: auto;
  }
  .Duty_Table table tbody tr td {
    cursor: pointer;
  }
  .Duty_Table table tbody tr td.on {
    outline: 2px solid var(--pri1);
    background-color: var(--gray3);
  }
  .Duty_Table table tbody tr td > span {
    display: flex;
    justify-content: center;
    gap: 5px;
  }
  .Duty_Table table tbody tr td .today {
    margin-bottom: 0px;
  }
  .Duty_Table table tbody tr td .style {
    width: 5px;
    height: 5px;
    border-radius: 999px;
    display: block;
    margin-bottom: 0px;
  }
  .Duty_Table table tbody tr td .style > span {
    display: none;
  }
}
@media (max-width: 400px) {
  .Duty_Table table tbody tr td {
    padding: 10px 5px;
  }
}

/*special*/
#special {
  background-color: #FDFCF8;
  padding-top: 250px;
  padding-bottom: 250px;
  position: relative;
  overflow: hidden;
}
#special .specialtitle {
  font-size: 1.725rem;
  line-height: 150%;
  text-align: center;
  color: #933249;
  width: 90%;
  margin: 0 auto;
}
#special .special {
  max-width: 1300px;
  width: 90%;
  margin: 0 auto;
  display: flex;
  gap: 150px;
  align-items: center;
  margin-top: 150px;
}
#special .special .specialSubt {
  font-size: 1.55rem;
  line-height: 160%;
  color: #933249;
  margin-bottom: 50px;
}
#special .special p {
  color: #858585;
}
@media screen and (max-width: 1023px) {
  #special .special {
    flex-direction: column;
    gap: 50px;
  }
  #special .special .txt {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  #special .special01 img {
    width: 100%;
    order: 0;
  }
  #special .special01 .txt {
    order: 1;
  }
}
#special .special02 .txt img {
  margin-top: 150px;
  max-width: 100%;
}
@media screen and (max-width: 1023px) {
  #special .special02 .txt img {
    margin-top: 50px;
  }
}
@media screen and (max-width: 767px) {
  #special .special02 img {
    width: 100%;
  }
}
#special .special03 {
  max-width: 1920px;
  width: 100%;
}
#special .special03 .txt {
  text-align: center;
}
#special .special03 img {
  flex-basis: 50%;
  width: 15%;
}
@media (width <= 1350px) {
  #special .special03 {
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
  }
  #special .special03 .txt {
    order: 0;
    flex-basis: 80%;
  }
  #special .special03 img:nth-child(1) {
    order: 1;
    flex-basis: 35%;
    width: 25%;
  }
  #special .special03 img:nth-child(3) {
    order: 2;
    flex-basis: 35%;
    width: 25%;
  }
}
#special::after {
  content: url("/common/img/user/sub/special/visual.svg");
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

/*community*/
.community {
  font-family: var(--Spoqa);
  font-size: 15px !important;
  font-style: normal;
  font-weight: 400;
  line-height: 170%;
  letter-spacing: -0.6px;
}
@media screen and (max-width: 1023px) {
  .community {
    font-family: var(--Spoqa);
    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(--Spoqa);
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 170%;
    letter-spacing: -0.56px;
  }
}
.community {
  padding-top: 5rem;
  padding-bottom: 5rem;
  max-width: 500px;
  margin: 0 auto;
}
@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(--Spoqa);
  font-size: 72px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: -1.44px;
}
@media screen and (max-width: 1023px) {
  .community .title {
    font-family: var(--Spoqa);
    font-size: 50px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    letter-spacing: -1.2px;
  }
}
@media screen and (max-width: 767px) {
  .community .title {
    font-family: var(--Spoqa);
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    letter-spacing: -1.2px;
  }
}
.community .title {
  font-family: var(--Marcell);
}
@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 {
  text-align: center;
}
.community .title-mini {
  text-align: center;
  font-family: var(--Spoqa);
  font-family: var(--Spoqa);
  font-size: 15px !important;
  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(--Spoqa);
    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(--Spoqa);
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 170%;
    letter-spacing: -0.56px;
  }
}
.community {
  /*inputbox*/
}
.community input {
  font-family: var(--Spoqa);
  font-size: 15px !important;
  font-style: normal;
  font-weight: 400;
  line-height: 170%;
  letter-spacing: -0.6px;
}
@media screen and (max-width: 1023px) {
  .community input {
    font-family: var(--Spoqa);
    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(--Spoqa);
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 170%;
    letter-spacing: -0.56px;
  }
}
.community input {
  padding: 1em;
  border: 0;
  background-color: var(--gray1);
}
.community {
  /*서브타이틀*/
}
.community .step-tit {
  font-family: var(--Spoqa);
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.88px;
}
@media screen and (max-width: 1023px) {
  .community .step-tit {
    font-family: var(--Spoqa);
    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(--Spoqa);
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: -0.72px;
  }
}
.community .step-tit {
  width: 100%;
  padding-bottom: 1.25rem;
  margin-bottom: 1.25rem;
  border-bottom: 1px solid var(--black-a15);
}
.community .step-tit span {
  font-family: var(--Spoqa);
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.88px;
}
@media screen and (max-width: 1023px) {
  .community .step-tit span {
    font-family: var(--Spoqa);
    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(--Spoqa);
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: -0.72px;
  }
}
.community .step-tit span {
  font-family: var(--Marcell);
}
@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 .step-tit span {
  margin-right: 0.625rem;
}
.community {
  /*체크박스 공통*/
}
.community label {
  cursor: pointer;
}
.community label input[type=checkbox] {
  position: absolute;
  left: -9999px;
}
.community label input[type=checkbox]:checked + span {
  color: var(--pri1);
}
.community {
  /*버튼 공통*/
}
.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(--Spoqa);
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 170%;
  letter-spacing: -0.6px;
}
@media screen and (max-width: 1023px) {
  #join .step01 ul li:nth-child(1) {
    font-family: var(--Spoqa);
    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(--Spoqa);
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    letter-spacing: -0.56px;
  }
}
#join .step01 ul li:nth-child(1) {
  margin-bottom: 0.3125rem;
}
#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(--Spoqa);
  border: 0;
  height: 100%;
}
#join .step01 ul li:nth-child(3) label span {
  font-family: var(--Spoqa);
  font-size: 15px !important;
  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(--Spoqa);
    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(--Spoqa);
    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(--Spoqa);
  font-size: 15px !important;
  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(--Spoqa);
    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(--Spoqa);
    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(--Spoqa);
  font-size: 15px !important;
  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(--Spoqa);
    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(--Spoqa);
    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(--Spoqa);
  font-size: 15px !important;
  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(--Spoqa);
    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(--Spoqa);
    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(--Spoqa);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.48px;
}
@media screen and (max-width: 1023px) {
  #join .step02 ul li:nth-child(2) .email-notice {
    font-family: var(--Spoqa);
    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(--Spoqa);
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: -0.4px;
  }
}
#join .step02 ul li:nth-child(2) .email-notice {
  color: red;
  padding-top: 10px;
}
@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(--Spoqa);
  font-size: 15px !important;
  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(--Spoqa);
    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(--Spoqa);
    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(--Spoqa);
  font-size: 15px !important;
  font-style: normal;
  font-weight: 400;
  line-height: 170%;
  letter-spacing: -0.6px;
}
@media screen and (max-width: 1023px) {
  .modal-con {
    font-family: var(--Spoqa);
    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(--Spoqa);
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 170%;
    letter-spacing: -0.56px;
  }
}
.modal-con {
  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 {
    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(--Spoqa);
  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(--Spoqa);
    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(--Spoqa);
    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(--Spoqa);
  font-size: 15px !important;
  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(--Spoqa);
    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(--Spoqa);
    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(--Spoqa);
  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(--Spoqa);
    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(--Spoqa);
    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);
}
.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(--Spoqa);
  font-size: 15px !important;
  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(--Spoqa);
    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(--Spoqa);
    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(--Spoqa);
    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(--Spoqa);
    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(--Spoqa);
    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(--Spoqa);
  font-size: 15px !important;
  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(--Spoqa);
    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(--Spoqa);
    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(--Spoqa);
  font-size: 15px !important;
  font-style: normal;
  font-weight: 400;
  line-height: 170%;
  letter-spacing: -0.6px;
}
@media screen and (max-width: 1023px) {
  .pay {
    font-family: var(--Spoqa);
    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(--Spoqa);
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 170%;
    letter-spacing: -0.56px;
  }
}
.pay {
  text-align: center;
  padding-top: 150px;
  max-width: 1400px;
  width: 80%;
  margin: 0 auto;
  overflow-x: auto;
}
.pay h6 {
  text-align: center;
  margin-bottom: 50px;
}
.pay table {
  width: 100%;
  border: 2px solid var(--pri1);
}
.pay table thead {
  background-color: var(--pri1);
  color: white;
  border: 1px solid var(--pri1);
}
.pay table thead td, .pay table thead th {
  border: 1px solid var(--white);
  padding-top: 10px;
  padding-bottom: 10px;
}
.pay table tbody th {
  background-color: #fff8fa;
  border: 1px solid black;
}
.pay table tbody th, .pay table tbody td {
  border: 1px solid rgba(209, 203, 203, 0.65);
}
.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(--Spoqa);
  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(--Spoqa);
    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(--Spoqa);
    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 {
  /*검색&글쓰기*/
}
#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(--Spoqa);
  font-size: 15px !important;
  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(--Spoqa);
    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(--Spoqa);
    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);
}
#board .control .board-write-btn i {
  margin-right: 1em;
}
#board .control .board-write-btn {
  font-family: var(--Spoqa);
  font-size: 15px !important;
  font-style: normal;
  font-weight: 400;
  line-height: 170%;
  letter-spacing: -0.6px;
}
@media screen and (max-width: 1023px) {
  #board .control .board-write-btn {
    font-family: var(--Spoqa);
    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(--Spoqa);
    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 {
  /*토탈(공통)*/
}
#board .total {
  flex-basis: 100%;
  padding: 1em 0;
  font-family: var(--Spoqa);
  font-size: 15px !important;
  font-style: normal;
  font-weight: 400;
  line-height: 170%;
  letter-spacing: -0.6px;
}
@media screen and (max-width: 1023px) {
  #board .total {
    font-family: var(--Spoqa);
    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(--Spoqa);
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 170%;
    letter-spacing: -0.56px;
  }
}
#board {
  /*탭(공통)*/
}
#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 {
  /*더보기버튼(공통)*/
}
#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(--Spoqa);
  font-size: 15px !important;
  font-style: normal;
  font-weight: 400;
  line-height: 170%;
  letter-spacing: -0.6px;
}
@media screen and (max-width: 1023px) {
  #board .button-wrap .board-button {
    font-family: var(--Spoqa);
    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(--Spoqa);
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 170%;
    letter-spacing: -0.56px;
  }
}
#board .button-wrap .board-button {
  margin-top: 3.125rem;
  width: 300px;
  height: 50px;
}
#board .button-wrap .board-button:hover {
  background-color: var(--pri1);
  border: 1px solid var(--pri1);
  color: white;
  transition: all 0.5s ease;
}
#board {
  /*페이지버튼(공통)*/
}
#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(--Spoqa);
  font-size: 15px !important;
  font-style: normal;
  font-weight: 400;
  line-height: 170%;
  letter-spacing: -0.6px;
}
@media screen and (max-width: 1023px) {
  #board .pagination .num_list li a {
    font-family: var(--Spoqa);
    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(--Spoqa);
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 170%;
    letter-spacing: -0.56px;
  }
}
#board .pagination .num_list li a {
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  color: var(--gray9);
  border-radius: 0.3rem;
}
#board .pagination .num_list li a.on {
  color: white;
  background-color: var(--pri1);
}
#board .pagination .num_list li a.on:hover {
  color: white;
  transition: all 0.5s ease;
}
#board .pagination .num_list li a:hover {
  color: var(--pri1);
  font-weight: bold;
  transition: all 0.5s ease;
}
#board .pagination i {
  color: var(--gray6);
  transition: all 0.5s ease;
}
#board .pagination i:hover {
  color: var(--pri1);
  transition: all 0.5s ease;
}

/*online*/
.online li {
  flex-basis: 100%;
  margin-bottom: 0em;
  border: 0 !important;
  border-bottom: 1px solid var(--black-a15) !important;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: normal;
  justify-content: space-between;
  align-items: center;
  gap: 0;
  padding: 1.875rem;
}
.online li p {
  font-family: var(--Spoqa);
  font-size: 15px !important;
  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(--Spoqa);
    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(--Spoqa);
    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(--Spoqa);
  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 {
    font-family: var(--Spoqa);
    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(--Spoqa);
    font-size: 26px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: -1.04px;
  }
}
.view .list-info .list-title {
  margin-bottom: 1.25rem;
}
.view .list-info .list-title span {
  padding-right: 1.25rem;
  font-family: var(--Marcell);
}
@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);
  }
}
.view .list-info .list-title span {
  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);
    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(--Spoqa);
  font-size: 15px !important;
  font-style: normal;
  font-weight: 400;
  line-height: 170%;
  letter-spacing: -0.6px;
}
@media screen and (max-width: 1023px) {
  .view .content {
    font-family: var(--Spoqa);
    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(--Spoqa);
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 170%;
    letter-spacing: -0.56px;
  }
}
.view .content {
  padding-bottom: 3.125rem;
  padding-top: 3.125rem;
  border-top: 1px solid var(--pri1);
}
.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(--Spoqa);
  font-size: 15px !important;
  font-style: normal;
  font-weight: 400;
  line-height: 170%;
  letter-spacing: -0.6px;
}
@media screen and (max-width: 1023px) {
  .view .content .content-button button {
    font-family: var(--Spoqa);
    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(--Spoqa);
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 170%;
    letter-spacing: -0.56px;
  }
}
.view .content .content-button button {
  border-radius: 999px;
}
.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(--Spoqa);
  font-size: 15px !important;
  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(--Spoqa);
    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(--Spoqa);
    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(--Spoqa);
  font-size: 15px !important;
  font-style: normal;
  font-weight: 400;
  line-height: 170%;
  letter-spacing: -0.6px;
}
@media screen and (max-width: 1023px) {
  .view .add-file {
    font-family: var(--Spoqa);
    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(--Spoqa);
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 170%;
    letter-spacing: -0.56px;
  }
}
.view .add-file {
  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);
}

/*write*/
.write {
  /*체크박스 공통*/
}
.write label {
  cursor: pointer;
  font-family: var(--Spoqa);
  font-size: 15px !important;
  font-style: normal;
  font-weight: 400;
  line-height: 170%;
  letter-spacing: -0.6px;
}
@media screen and (max-width: 1023px) {
  .write label {
    font-family: var(--Spoqa);
    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(--Spoqa);
    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(--Spoqa);
  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(--Spoqa);
    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(--Spoqa);
    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(--Spoqa);
  font-size: 15px !important;
  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) input, .write ul li:nth-child(2) textarea {
    font-family: var(--Spoqa);
    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(--Spoqa);
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 170%;
    letter-spacing: -0.56px;
  }
}
.write ul li:nth-child(2) input, .write ul li:nth-child(2) textarea {
  max-width: 100%;
}
.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(--Spoqa);
  font-size: 15px !important;
  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(--Spoqa);
    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(--Spoqa);
    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(--Spoqa);
  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(--Spoqa);
    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(--Spoqa);
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    letter-spacing: -0.56px;
  }
}
.write .personal-infor p {
  font-family: var(--Spoqa);
  font-size: 15px !important;
  font-style: normal;
  font-weight: 400;
  line-height: 170%;
  letter-spacing: -0.6px;
}
@media screen and (max-width: 1023px) {
  .write .personal-infor p {
    font-family: var(--Spoqa);
    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(--Spoqa);
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 170%;
    letter-spacing: -0.56px;
  }
}
.write .personal-infor p {
  padding: 1.25rem;
  background-color: var(--gray1);
  width: 100%;
}
.write .personal-infor label span {
  font-family: var(--Spoqa);
  font-size: 15px !important;
  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(--Spoqa);
    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(--Spoqa);
    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(--Spoqa);
  font-size: 15px !important;
  font-style: normal;
  font-weight: 400;
  line-height: 170%;
  letter-spacing: -0.6px;
}
@media screen and (max-width: 1023px) {
  .notice li .list-content {
    font-family: var(--Spoqa);
    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(--Spoqa);
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 170%;
    letter-spacing: -0.56px;
  }
}
.notice li .list-content {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.notice li .list-data {
  margin-top: 1.25rem;
  font-family: var(--Spoqa);
  font-size: 15px !important;
  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(--Spoqa);
    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(--Spoqa);
    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);
}
@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);
  }
}
.event li .list-title span {
  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);
    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;
}/*# sourceMappingURL=main.css.map */