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

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

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

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

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

* {
  box-sizing: border-box;
}

li, a {
  list-style: none;
}

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

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

input {
  caret-color: black;
}

textarea {
  caret-color: black;
}

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

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

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

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

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

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

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

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

@media (prefers-color-scheme: dark) {
  :root {
    color-scheme: light !important;
    background-color: white !important;
    color: black !important;
  }
}
html {
  scroll-behavior: smooth;
}

@keyframes title {
  0% {
    letter-spacing: -0.5em;
    opacity: 0;
  }
  40% {
    opacity: 0.6;
  }
  100% {
    opacity: 1;
  }
}
@keyframes tit_mini {
  0% {
    letter-spacing: 0.5em;
    opacity: 0;
  }
  40% {
    opacity: 0.6;
  }
  100% {
    letter-spacing: auto;
    opacity: 1;
  }
}
@keyframes focus {
  0% {
    filter: blur(12px);
    opacity: 0;
  }
  100% {
    filter: blur(0px);
    opacity: 1;
  }
}
@keyframes cycleM {
  0% {
    transform: translateY(0) scale(1);
  }
  100% {
    transform: translateY(1.5rem) scale(0.95);
  }
}
@keyframes rotate {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes scroll {
  0% {
    transform: translate(-50%, 0);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    transform: translate(-50%, 1.4rem);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes bigger {
  0% {
    transform: scale(0);
    opacity: 1;
  }
  100% {
    transform: scale(5);
    opacity: 0;
  }
}
@keyframes bounce {
  to {
    transform: translateX(2rem);
    opacity: 0;
  }
}
@keyframes slideUp {
  0% {
    opacity: 0;
    transform: translateY(20%);
  }
  100% {
    opacity: 1;
    transform: translateY(0%);
  }
}
@keyframes slideDown {
  0% {
    opacity: 0;
    transform: translateY(-20%);
  }
  100% {
    opacity: 1;
    transform: translateY(0%);
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes slideLeft {
  0% {
    transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    transform: translateX(0%);
  }
}
@keyframes slideRight {
  0% {
    transform: translateX(10%);
  }
  100% {
    opacity: 1;
    transform: translateX(0%);
  }
}
@keyframes reveal-line {
  0% {
    clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
  }
  100% {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
}
[data-aos=reveal-line] {
  clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
}

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

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

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

[data-aos=fade-in] {
  filter: blur(50px);
}

[data-aos=fade-in].aos-animate {
  filter: blur(0);
}

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

    }
    @include mobile{

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

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

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

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

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

:root {
  /*gray*/
  --gray1: #FAFAFA;
  --gray2: #F2F2F2;
  --gray3: #ECECEC;
  --gray4: #F0F0F0;
  --gray5: #CFCFCF;
  --gray6: #BEBEBE;
  --gray7: #B7B7B7;
  --gray8: #ABABAB;
  --gray9: #A1A1A1;
  --gray10: #5E5E5E;
  /*black*/
  --black: #000;
  --black-a95: rgba(0, 0, 0, 0.95);
  --black-a90: rgba(0, 0, 0, 0.90);
  --black-a85: rgba(0, 0, 0, 0.85);
  --black-a80: rgba(0, 0, 0, 0.80);
  --black-a75: rgba(0, 0, 0, 0.75);
  --black-a70: rgba(0, 0, 0, 0.70);
  --black-a65: rgba(0, 0, 0, 0.65);
  --black-a60: rgba(0, 0, 0, 0.60);
  --black-a55: rgba(0, 0, 0, 0.55);
  --black-a50: rgba(0, 0, 0, 0.50);
  --black-a45: rgba(0, 0, 0, 0.45);
  --black-a40: rgba(0, 0, 0, 0.40);
  --black-a35: rgba(0, 0, 0, 0.35);
  --black-a30: rgba(0, 0, 0, 0.30);
  --black-a25: rgba(0, 0, 0, 0.25);
  --black-a20: rgba(0, 0, 0, 0.20);
  --black-a15: rgba(0, 0, 0, 0.15);
  --black-a10: rgba(0, 0, 0, 0.10);
  --black-a5: rgba(0, 0, 0, 0.05);
  /*white*/
  --white: #fff;
  --white-a95: rgba(255, 255, 255, 0.95);
  --white-a90: rgba(255, 255, 255, 0.90);
  --white-a85: rgba(255, 255, 255, 0.85);
  --white-a80: rgba(255, 255, 255, 0.80);
  --white-a75: rgba(255, 255, 255, 0.75);
  --white-a70: rgba(255, 255, 255, 0.70);
  --white-a65: rgba(255, 255, 255, 0.65);
  --white-a60: rgba(255, 255, 255, 0.60);
  --white-a55: rgba(255, 255, 255, 0.55);
  --white-a50: rgba(255, 255, 255, 0.50);
  --white-a45: rgba(255, 255, 255, 0.45);
  --white-a40: rgba(255, 255, 255, 0.40);
  --white-a35: rgba(255, 255, 255, 0.35);
  --white-a30: rgba(255, 255, 255, 0.30);
  --white-a25: rgba(255, 255, 255, 0.25);
  --white-a20: rgba(255, 255, 255, 0.20);
  --white-a15: rgba(255, 255, 255, 0.15);
  --white-a10: rgba(255, 255, 255, 0.10);
  --white-a5: rgba(255, 255, 255, 0.05);
  /*pri 1*/
  --pri1: #49579F;
  --pri1-1: ;
  --pri1-2: ;
  --pri1-3: ;
  --pri1-4: ;
  --pri1-5: ;
  --pri1-6: ;
  --pri1-7: ;
  --pri1-8: ;
  --pri1-9: ;
  --pri1-10: ;
  /*pri 2*/
  --pri2: #846A4F;
  --pri2-1: ;
  --pri2-2: ;
  --pri2-3: ;
  --pri2-4: ;
  --pri2-5: ;
  --pri2-6: ;
  --pri2-7: ;
  --pri2-8: ;
  --pri2-9: ;
  --pri2-10: ;
  /*pri 3*/
  --pri3: ;
  --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*/
  --sub1: #FBFDFE;
  --sub1-1: #EFF3F9;
  --sub1-2: #DCDFE2;
  --sub1-3: #92A4C0;
  --sub1-4: #596981;
  --sub1-5: ;
  --sub1-6: ;
  --sub1-7: ;
  --sub1-8: ;
  --sub1-9: ;
  --sub1-10: ;
  /*sub*/
  --sub2: #FCFBF7;
  --sub2-1: #F6F1DE;
  --sub2-2: #F3DBBF;
  --sub2-3: #E0CDB3;
  --sub2-4: #A79482;
  --sub2-5: #665B50;
  --sub2-6: ;
  --sub2-7: ;
  --sub2-8: ;
  --sub2-9: ;
  --sub2-10: ;
  /*sub*/
  --sub3: ;
  --sub3-1: ;
  --sub3-2: ;
  --sub3-3: ;
  --sub3-4: ;
  --sub3-5: ;
  --sub3-6: ;
  --sub3-7: ;
  --sub3-8: ;
  --sub3-9: ;
  --sub3-10: ;
  /*second*/
  --second1: ;
  --second2: ;
  --second3: ;
  --second4: ;
  --second5: ;
  --second6: ;
  --second7: ;
  --second8: ;
  --second9: ;
  --second10: ;
  --second11: ;
  /*sns*/
  --kakao: #ffbb00;
  --naver: #58D30C;
  --daum: #618FFC;
  --youtube: #FD0532;
}

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

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

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

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

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

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

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

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

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

.body01 {
  font-family: var(--NotoSerif);
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%; /* 39.6px */
}
@media screen and (max-width: 1023px) {
  .body01 {
    font-family: var(--NotoSerif);
  }
}
@media screen and (max-width: 767px) {
  .body01 {
    font-family: var(--NotoSerif);
  }
}
@media screen and (max-width: 767px) {
  .body01 {
    font-size: 18px;
    line-height: 160%;
  }
}

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

.button {
  width: 40px;
  height: 40px;
  border-radius: 999px;
  background-color: white;
  overflow: hidden;
  position: relative;
  transition: all 0.5s ease;
}
.button .plus {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.5s ease;
  color: var(--sub2-5);
}
.button .txt {
  position: absolute;
  top: 50%;
  left: 220%;
  transform: translate(-50%, -50%);
  white-space: nowrap;
  opacity: 0;
  transition: all 0.7s ease;
  color: var(--sub2-5);
}
.button.on {
  width: 180px;
  border-radius: 90px;
}
.button.on .plus {
  left: 20%;
  color: var(--sub2-5);
}
.button.on .txt {
  left: 55%;
  opacity: 1;
  color: var(--sub2-5);
}

/*common*/
footer {
  background-color: var(--sub1-4);
  padding-top: 100px;
  padding-bottom: 100px;
  color: white;
}
footer .container {
  max-width: 1500px;
  margin: 0 auto;
  text-align: center;
}
footer .container > img {
  margin: 0 auto;
}
footer .container ul:nth-child(2) {
  display: flex;
  gap: 20px;
  justify-content: center;
  margin-top: 20px;
  margin-bottom: 20px;
}
footer .container ul:nth-child(3) {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  width: 80%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  footer .container ul > li,
  footer .container ul > li > a {
    font-size: 14px;
  }
}

header {
  position: fixed;
  z-index: 99;
  width: 94%;
  left: 3%;
  top: 3%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .menu {
  display: flex;
  border-radius: 999px;
  padding: 0 20px;
  background-color: white;
}
header .menu li a {
  display: block;
  padding: 15px 20px;
  cursor: pointer;
  color: var(--sub1-4);
  position: relative;
  font-size: 16px;
}
header .menu li a:hover::after {
  content: "";
  position: absolute;
  top: 95%;
  left: 50%;
  transform: translateX(-50%);
  width: 6px;
  height: 6px;
  background-color: var(--pri2);
  border-radius: 50%;
}
header .menu li a.active-link {
  font-weight: bold;
  color: var(--pri2);
}
header .menu li.naver a {
  font-weight: bold;
  color: var(--naver);
}
@media (width <= 1261px) {
  header .menu li a {
    font-size: 13px;
  }
}
@media (width <= 1200px) {
  header .menu li a {
    padding: 10px 10px;
  }
}
@media (width <= 1024px) {
  header .menu {
    display: none;
  }
}
header .mobile_menu {
  display: block;
  position: fixed;
  top: 10%;
  right: 5%;
  width: 50%;
  height: auto;
  border-radius: 20px;
  padding: 10px 20px;
}
header .mobile_menu li a:hover::after {
  left: 0%;
  top: 50%;
  transform: translateY(-50%);
}
header .tell {
  display: flex;
  align-items: center;
  gap: 20px;
  background-color: var(--pri1);
  padding: 10px 30px;
  border-radius: 999px;
  overflow: hidden;
  position: relative;
  width: 250px;
  height: 50px;
}
header .tell .marquee-wrap {
  display: flex;
  width: -moz-max-content;
  width: max-content;
  animation: marquee-loop 8s linear infinite; /* 속도 조정 */
}
header .tell .marquee-wrap .open {
  color: white;
  white-space: nowrap;
  padding-right: 50px; /* 문장 사이 여백 */
}
@keyframes marquee-loop {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
@media (width <= 1528px) {
  header .tell {
    display: none;
  }
}
header .Util {
  display: none;
  width: 40px;
  height: 40px;
  background-color: var(--pri1);
  border-radius: 60px;
  cursor: pointer;
  position: relative;
}
header .Util .sitemap {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
header .Util .sitemap p {
  position: absolute;
  width: 100%;
  height: 2px;
  display: block;
  background: #fff;
  right: 0;
  transition: all 0.2s linear;
}
header .Util .sitemap p.one {
  top: 8px;
}
header .Util .sitemap p.two {
  top: 13px;
  width: 70%;
}
header .Util .sitemap p.three {
  width: 100%;
  bottom: 10px;
}
header .Util:hover .sitemap p {
  width: 100% !important;
}
header .Util .sitemap.close p.one {
  top: 14px;
  transform: rotate(135deg);
}
header .Util .sitemap.close p.two {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  right: -60px;
}
header .Util .sitemap.close p.three {
  top: 14px;
  transform: rotate(-135deg);
}
@media (width <= 1024px) {
  header .Util {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  header {
    top: 2%;
    width: 90%;
    left: 5%;
  }
  header .logo {
    width: 50%;
  }
}
@media (width <= 320px) {
  header .mobile_menu {
    width: 80%;
  }
}

.white-header .menu {
  border: 1px solid var(--sub1-2);
}

.dark-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 90;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}

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

.call-button {
  background-color: var(--pri1);
  padding: 20px;
  z-index: 10;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  cursor: pointer;
  animation: bounce 1s ease infinite;
  color: white;
  position: fixed;
  bottom: 12%;
  right: 4%;
  display: none;
}
@media screen and (max-width: 767px) {
  .call-button {
    display: flex;
    animation: none;
    padding: 15px;
    border-radius: 999px;
  }
  .call-button p {
    display: none;
  }
}

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

.quick-menu {
  position: fixed;
  bottom: 5%;
  right: 3%;
  z-index: 10;
}
.quick-menu li {
  background-color: white;
  border: 1px solid var(--black-a5);
}
.quick-menu li a {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 7px 20px;
}
.quick-menu li a img {
  width: 30px;
}
.quick-menu li a span {
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .quick-menu .naver {
    background-color: var(--naver);
    border-radius: 999px;
  }
  .quick-menu .naver a img {
    content: url("/common/img/user/icon/reservation_w.svg");
  }
  .quick-menu .naver a span {
    color: white;
  }
}
.quick-menu .naver:hover {
  background-color: var(--naver);
}
.quick-menu .naver:hover a span {
  color: white;
}
.quick-menu .naver:hover a img {
  content: url("/common/img/user/icon/reservation_w.svg");
}

@keyframes bounce {
  0% {
    transform: translateY(0);
  }
  30% {
    transform: translateY(-10px);
  }
  50% {
    transform: translateY(0);
  }
  70% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0);
  }
}
/*pages*/
#Mainslide {
  width: 100%;
  margin: 0 auto;
  position: relative;
  height: 100vh;
}
#Mainslide .swiper {
  width: 100%;
  height: 100%;
}
#Mainslide .swiper .swiper-slide .text-wrap {
  position: absolute;
  text-align: left;
  z-index: 1;
  width: 80%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: var(--white);
  display: flex;
  gap: 30px;
  flex-direction: column;
}
#Mainslide .swiper .swiper-slide .text-wrap span {
  display: block;
  overflow: hidden;
  transition-delay: 0.3s;
}
#Mainslide .swiper .swiper-slide .text-wrap span p {
  color: var(--black-a60);
  font-size: 21px;
}
#Mainslide .swiper .swiper-slide .text-wrap span p, #Mainslide .swiper .swiper-slide .text-wrap span h3, #Mainslide .swiper .swiper-slide .text-wrap span h4 {
  transition-property: transform;
  transition-duration: 0.6s;
  transform: translateY(500%);
  display: block;
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  display: block;
  transition-delay: inherit;
  opacity: 0;
}
#Mainslide .swiper .swiper-slide .text-wrap span h4 {
  font-family: var(--NotoSerif);
}
@media screen and (max-width: 1023px) {
  #Mainslide .swiper .swiper-slide .text-wrap span h4 {
    font-family: var(--NotoSerif);
  }
}
@media screen and (max-width: 767px) {
  #Mainslide .swiper .swiper-slide .text-wrap span h4 {
    font-family: var(--NotoSerif);
  }
}
#Mainslide .swiper .swiper-slide .text-wrap span h3 {
  font-family: var(--NotoSerif);
  font-size: 52px;
}
@media screen and (max-width: 1023px) {
  #Mainslide .swiper .swiper-slide .text-wrap span h3 {
    font-family: var(--NotoSerif);
  }
}
@media screen and (max-width: 767px) {
  #Mainslide .swiper .swiper-slide .text-wrap span h3 {
    font-family: var(--NotoSerif);
  }
}
#Mainslide .swiper .swiper-slide img {
  width: 100%;
  height: 100%;
}
#Mainslide .swiper .slide01 .text-wrap span h3 {
  color: #435F89;
}
#Mainslide .swiper .slide02 .text-wrap span h3 {
  color: var(--pri2);
}
#Mainslide .swiper .slide03 .text-wrap span h3 {
  color: #896943;
}
#Mainslide .swiper .slide04 .text-wrap span h3, #Mainslide .swiper .slide04 .text-wrap span h4 {
  color: #435F89;
}
#Mainslide .swiper .slide04 .text-wrap span p b {
  color: #435F89;
}
#Mainslide .swiper .swiper-slide-active .text-wrap span p, #Mainslide .swiper .swiper-slide-active .text-wrap span h3, #Mainslide .swiper .swiper-slide-active .text-wrap span h4 {
  transform: translateY(0);
  opacity: 1;
}
#Mainslide .swiper .swiper-slide-active .text-wrap span h3 {
  transition-delay: 0.3s;
}
#Mainslide .swiper .swiper-slide-active .text-wrap span p {
  transition-delay: 0.5s;
}
#Mainslide .swiper .swiper-slide-active img {
  transform: scale(1.025);
  transition: transform 5s ease;
  background-position: center center;
}
@media (width >= 1921px) {
  #Mainslide .swiper .swiper-slide img.lg {
    display: block;
  }
}
@media (width <= 1920px) {
  #Mainslide .swiper .swiper-slide img.lg {
    display: none;
  }
}
@media (width <= 1400px) {
  #Mainslide .swiper .swiper-slide .text-wrap span h3 {
    font-size: 35px;
  }
}
@media screen and (max-width: 1023px) {
  #Mainslide .swiper .swiper-slide .text-wrap {
    transform: translate(-50%, -50%);
  }
  #Mainslide .swiper .swiper-slide .text-wrap span h3 {
    font-size: 30px;
  }
}
@media screen and (max-width: 767px) {
  #Mainslide {
    height: 100%;
  }
  #Mainslide .swiper .swiper-slide .text-wrap {
    top: 27%;
    width: 80%;
    gap: 20px;
  }
  #Mainslide .swiper .swiper-slide .text-wrap span h4 {
    text-align: center;
    font-size: 1.2rem;
  }
  #Mainslide .swiper .swiper-slide .text-wrap span h3 {
    text-align: center;
    word-break: keep-all;
    font-size: 1.5rem;
    line-height: 170%;
  }
  #Mainslide .swiper .swiper-slide .text-wrap span p {
    text-align: center;
    font-size: 1rem;
  }
  #Mainslide .swiper .swiper-slide .text-wrap span p br {
    display: none;
  }
  #Mainslide .swiper .slide04 .text-wrap span p br {
    display: block !important;
  }
}

.title h4, .title h5 {
  font-family: var(--NotoSerif);
}
@media screen and (max-width: 1023px) {
  .title h4, .title h5 {
    font-family: var(--NotoSerif);
  }
}
@media screen and (max-width: 767px) {
  .title h4, .title h5 {
    font-family: var(--NotoSerif);
  }
}

.title span h3, .title span h5 {
  font-family: var(--NotoSerif);
}
@media screen and (max-width: 1023px) {
  .title span h3, .title span h5 {
    font-family: var(--NotoSerif);
  }
}
@media screen and (max-width: 767px) {
  .title span h3, .title span h5 {
    font-family: var(--NotoSerif);
  }
}

.title p {
  color: var(--black-a50);
}

.content p, .content p {
  color: var(--black-a50);
}

section:not(#Mainslide):not(#clinic) {
  padding-top: 200px;
  padding-bottom: 200px;
}
@media screen and (max-width: 767px) {
  section:not(#Mainslide):not(#clinic) {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

.swiper-button-wrap {
  display: flex;
  gap: 10px;
}
.swiper-button-wrap .swiper-button-next,
.swiper-button-wrap .swiper-button-prev {
  position: relative;
  width: 60px;
  height: 60px;
  left: auto;
  right: auto;
  margin-top: 0;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.swiper-button-wrap .swiper-button-next {
  order: 2;
}
.swiper-button-wrap .swiper-button-prev::after,
.swiper-button-wrap .swiper-button-next::after,
.swiper-button-wrap .swiper-button-prev::before,
.swiper-button-wrap .swiper-button-next::before {
  display: none !important; /* 강제로 기본 화살표를 제거 */
}
.swiper-button-wrap .swiper-button-prev {
  background-image: url("/common/img/user/icon/arrow-right.svg");
  background-position: center;
  background-repeat: no-repeat;
}
.swiper-button-wrap .swiper-button-next {
  background-image: url("/common/img/user/icon/arrow-left.svg");
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .swiper-button-wrap .swiper-button-next,
  .swiper-button-wrap .swiper-button-prev {
    width: 60px;
    height: 60px;
  }
}

#special {
  max-width: 1500px;
  width: 90%;
  margin: 0 auto;
}
#special .container .title {
  text-align: center;
}
#special .container .title h4 {
  color: var(--pri1, #435F89);
}
#special .container .title p {
  border-radius: 999px;
  background: var(--sub1-1, #EFF3F9);
  display: inline-block;
  padding: 10px 30px;
  margin-top: 20px;
}
#special .container .content {
  margin-top: 100px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 100px;
}
#special .container .content li {
  flex-basis: 33.333%;
  text-align: center;
  position: relative;
}
#special .container .content li img {
  width: 100%;
}
#special .container .content li span {
  font-family: var(--NotoSerif);
  transform: rotate(-90deg);
  position: absolute;
  left: -44%;
  bottom: 34%;
  color: var(--sub1-1, #EFF3F9);
  font-size: 60px;
  display: inline-block;
}
@media screen and (max-width: 1023px) {
  #special .container .content li span {
    font-family: var(--NotoSerif);
  }
}
@media screen and (max-width: 767px) {
  #special .container .content li span {
    font-family: var(--NotoSerif);
  }
}
#special .container .content li > div {
  width: 80%;
  margin: 0 auto;
}
#special .container .content li > div .body01 {
  color: var(--pri1, #435F89);
  margin-top: 30px;
  margin-bottom: 30px;
}
#special .container .content li:nth-child(2) span {
  left: -35%;
  bottom: 30%;
}
#special .container .content li:nth-child(odd) {
  margin-top: 100px;
}
@media (width <= 1500px) {
  #special .container .content {
    gap: 50px;
  }
}
@media screen and (max-width: 1023px) {
  #special .container .content {
    flex-direction: column;
    gap: 0px;
  }
  #special .container .content li {
    display: flex;
    align-items: center;
    width: 100%;
  }
  #special .container .content li:nth-child(odd) {
    margin-top: 0px;
  }
  #special .container .content li img {
    width: 50%;
    height: 300px;
  }
  #special .container .content li div {
    width: 50%;
  }
  #special .container .content li div p.body01 {
    margin-bottom: 10px;
  }
  #special .container .content li div p {
    width: 80%;
    margin: 0 auto;
  }
  #special .container .content li:nth-child(2) {
    flex-direction: row-reverse;
  }
}
@media screen and (max-width: 767px) {
  #special .container .content {
    gap: 50px;
  }
  #special .container .content li {
    flex-direction: column;
    gap: 20px;
  }
  #special .container .content li img {
    width: 100%;
    height: auto;
  }
  #special .container .content li div {
    width: 100%;
  }
  #special .container .content li div .body01 {
    margin-top: 0;
  }
  #special .container .content li span {
    left: -20%;
    bottom: 50%;
    font-size: 30px;
  }
  #special .container .content li:nth-child(2) {
    flex-direction: column;
  }
  #special .container .content li:nth-child(2) span {
    left: -16%;
    bottom: 48%;
  }
}

#doctor {
  background-color: var(--sub2);
  overflow: hidden;
}
#doctor .container {
  display: flex;
  max-width: 1500px;
  align-items: flex-start;
  gap: 100px;
  margin: 0 auto;
}
#doctor .container .img {
  width: 530px;
  flex-shrink: 0;
  position: sticky;
  top: 100px;
}
#doctor .container .txt .title {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 35px;
  flex: 1 0 0;
}
#doctor .container .txt .title h5 {
  color: var(--sub2-5);
}
#doctor .container .txt .title span {
  display: flex;
  align-items: center;
  gap: 20px;
}
#doctor .container .txt .title span h3 {
  color: var(--sub2-4);
}
#doctor .container .txt .title p {
  color: #9F9284;
}
#doctor .container .txt .point {
  margin-top: 50px;
}
#doctor .container .txt .profile {
  display: flex;
  align-items: flex-start;
  gap: 2%;
  align-self: stretch;
  margin-top: 35px;
}
#doctor .container .txt .profile ul {
  flex-basis: 48%;
}
#doctor .container .txt .profile ul span.body01 {
  margin-bottom: 15px;
  display: block;
  color: var(--sub2-5);
}
#doctor .container .txt .profile ul li {
  margin-bottom: 5px;
}
@media (width <= 1500px) {
  #doctor .container {
    align-items: flex-start;
    justify-content: center;
    gap: 50px;
    width: 90%;
  }
  #doctor .container .img {
    position: sticky;
    top: 100px;
    flex-basis: 40%;
  }
  #doctor .container .txt {
    flex-basis: 48%;
  }
  #doctor .container .txt .point li {
    flex-basis: 100%;
  }
  #doctor .container .txt .profile {
    flex-direction: column;
    gap: 30px;
  }
  #doctor .container .txt .profile ul {
    flex-basis: 100%;
  }
}
@media screen and (max-width: 767px) {
  #doctor .container {
    flex-direction: column;
  }
  #doctor .container .img {
    position: relative;
    top: 0px;
    width: 100%;
  }
  #doctor .container .txt {
    width: 100%;
  }
}

#clinic {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin: 0 auto;
  background-image: url("/common/img/user/main/clinic_bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  transition: background-image 1s ease-in-out;
  overflow: hidden;
}
#clinic .clinic {
  flex-basis: 25%;
  height: 700px;
  position: relative;
  border-right: 0.5px solid var(--white-a35);
}
#clinic .clinic .title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
  cursor: pointer;
  color: white;
  transition: top 0.5s ease-in-out;
}
#clinic .clinic .title p {
  margin-top: 35px;
  color: white;
}
#clinic .clinic .title button {
  margin-top: 35px;
}
#clinic .clinic .title.on {
  top: 40%;
}
#clinic .clinic::before {
  content: "";
  position: absolute;
  top: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(132, 106, 79, 0.72);
  transition: top 0.5s ease-in-out;
}
#clinic .clinic.on::before {
  top: 0%;
}
@media (width <= 1400px) {
  #clinic {
    flex-wrap: wrap;
  }
  #clinic .clinic {
    flex-basis: 50%;
    height: 500px;
    border-bottom: 0.5px solid var(--white-a35);
  }
  #clinic .clinic::before {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  #clinic .clinic {
    flex-basis: 100%;
    height: 200px;
  }
  #clinic .clinic .title {
    width: 90%;
  }
  #clinic .clinic .title p, #clinic .clinic .title button {
    margin-top: 10px;
  }
}

#equip {
  width: 100%;
}
#equip .container {
  max-width: 1710px;
  width: 90%;
  margin-left: auto;
  display: flex;
}
#equip .container .title {
  width: 400px;
  flex-grow: 0;
  position: relative;
}
#equip .container .title h4 {
  color: var(--pri1);
}
#equip .container .title .swiper-button-wrap {
  margin-top: 35px;
}
#equip .container .swiper {
  width: 1310px;
}
#equip .container .swiper .swiper-slide {
  margin-bottom: 50px;
}
#equip .container .swiper .swiper-slide img {
  width: 100%;
}
#equip .container .swiper .swiper-slide h6 {
  font-family: var(--NotoSerif);
  color: var(--pri1);
  margin-top: 24px;
  margin-bottom: 24px;
}
@media screen and (max-width: 1023px) {
  #equip .container .swiper .swiper-slide h6 {
    font-family: var(--NotoSerif);
  }
}
@media screen and (max-width: 767px) {
  #equip .container .swiper .swiper-slide h6 {
    font-family: var(--NotoSerif);
  }
}
#equip .container .swiper .swiper-pagination {
  bottom: 0;
  top: auto;
  background-color: var(--gray2);
}
#equip .container .swiper .swiper-pagination .swiper-pagination-progressbar-fill {
  background: var(--pri1);
}
@media (width >= 1921px) {
  #equip .container {
    margin: auto;
    width: 1500px;
  }
}
@media (width <= 1200px) {
  #equip .container {
    flex-direction: column;
    gap: 50px;
  }
  #equip .container .title {
    width: 100%;
  }
  #equip .container .title h4 br {
    display: none;
  }
  #equip .container .swiper {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  #equip .container .swiper .swiper-slide p {
    font-size: 13px;
  }
}
@media (width <= 320px) {
  #equip .container .title {
    width: 90%;
  }
}

#care {
  width: 100%;
  padding: 0 !important;
  background-image: url("/common/img/user/main/care_bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  transition: background-image 1s ease-in-out;
  margin: 0 auto;
}
#care .container {
  display: flex;
  align-items: center;
}
#care .container > .txt {
  flex-basis: 25%;
  padding-left: 80px;
}
#care .container > .txt .title h4 {
  margin-bottom: 35px;
}
#care .container > .txt .title h4, #care .container > .txt .title p {
  color: white;
}
#care .container .content {
  flex-basis: 75%;
  display: flex;
  overflow: visible !important;
}
#care .container .content li {
  flex-basis: 25%;
  height: 600px;
  border-left: 1px solid var(--white-a15);
  position: relative;
  display: block;
  transition: flex-basis 0.5s ease, background-color 0.3s ease;
}
#care .container .content li span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  text-align: center;
  cursor: pointer;
}
#care .container .content li span h5 {
  font-family: var(--NotoSerif);
}
@media screen and (max-width: 1023px) {
  #care .container .content li span h5 {
    font-family: var(--NotoSerif);
  }
}
@media screen and (max-width: 767px) {
  #care .container .content li span h5 {
    font-family: var(--NotoSerif);
  }
}
#care .container .content li span h5, #care .container .content li span p {
  color: white;
}
#care .container .content li span p {
  margin-top: 35px;
}
#care .container .content li span button {
  margin-top: 35px;
}
#care .container .content li:hover {
  flex-basis: 36%;
  background-color: rgba(82, 108, 92, 0.6); /* 원하는 배경색 */
  transition: flex-basis 0.5s ease, background-color 0.3s ease;
}
@media (width <= 1200px) {
  #care {
    padding-top: 150px !important;
  }
  #care .container {
    flex-direction: column;
  }
  #care .container .txt .title {
    width: 100%;
    text-align: center;
  }
  #care .container .txt .title br {
    display: none;
  }
  #care .container .content {
    width: 100%;
    margin-top: 100px;
    border-top: 1px solid var(--white-a15);
  }
}
@media screen and (max-width: 767px) {
  #care {
    padding-top: 100px !important;
  }
  #care .container .txt {
    padding: 0;
  }
  #care .container .txt .title {
    width: 90%;
    margin: 0 auto;
  }
  #care .container .content {
    flex-wrap: wrap;
  }
  #care .container .content li {
    flex-basis: 100%;
    height: 250px;
  }
  #care .container .content li span p {
    margin-top: 10px;
  }
  #care .container .content li span button {
    margin-top: 10px;
  }
  #care .container .content li:hover {
    flex-basis: 100%;
  }
  #care .container .content li:nth-child(odd) {
    background-color: rgba(82, 108, 92, 0.6);
  }
  #care .container .content li:nth-child(even) {
    background-color: rgba(82, 91, 108, 0.6);
  }
}

#gallery {
  width: 100%;
  padding-bottom: 0px !important;
}
#gallery .container {
  max-width: 1710px;
  margin-left: auto;
}
#gallery .container h4 {
  margin-bottom: 20px;
  color: var(--sub1-4);
}
#gallery .container p {
  margin-bottom: 20px;
}
#gallery .container .swiper .swiper-wrapper {
  margin-top: 100px;
}
@media screen and (max-width: 767px) {
  #gallery .container {
    width: 90%;
  }
}
@media (width <= 320px) {
  #gallery .container p {
    width: 95%;
  }
}
@media (width >= 1921px) {
  #gallery .container {
    margin: auto;
    width: 90%;
  }
}
@media (width <= 1710px) {
  #gallery {
    width: 90%;
    margin-left: auto;
  }
}
@media screen and (max-width: 767px) {
  #gallery {
    margin: 0 auto;
    width: 80%;
  }
  #gallery .container {
    width: 100%;
  }
  #gallery .container .swiper .swiper-wrapper {
    margin-top: 50px;
  }
}

#info .content {
  max-width: 1500px;
  width: 80%;
  margin: 0 auto;
}
#info .content .title p {
  margin-top: 20px;
  margin-bottom: 40px;
}
#info .content .title p b {
  color: var(--pri1);
}
#info .content .map {
  background-color: var(--gray2);
  width: 100%;
  height: 450px;
}
#info .content .info {
  margin-top: 60px;
}
#info .content .info .info-title p {
  color: var(--pri1);
  border-bottom: 1px solid var(--pri1);
  padding-bottom: 30px;
  margin-bottom: 30px;
  display: block;
  font-weight: bold;
}
#info .content .info.car .info-content {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#info .content .info.car .info-content ul li {
  margin-bottom: 5px;
}
#info .content .info.car .info-content ul li:first-of-type b:first-of-type {
  color: red;
}
#info .content .info.car .info-content ul li:nth-child(2) b:first-of-type {
  color: red;
}
@media screen and (max-width: 767px) {
  #info .content .info.car .info-content {
    gap: 30px;
  }
}
#info .content .info.bus .info-content ul li {
  margin-bottom: 10px;
  display: flex;
  align-items: flex-start;
  flex-direction: row;
}
#info .content .info.bus .info-content ul li span:nth-child(1) {
  display: inline-block;
  padding: 5px 15px;
  color: white;
  border-radius: 20px;
  margin-right: 20px;
}
#info .content .info.bus .info-content ul li span:nth-child(2) {
  margin-top: 6px;
}
#info .content .info.bus .info-content ul li:nth-child(1) span:nth-child(1) {
  background-color: #29a151;
}
#info .content .info.bus .info-content ul li:nth-child(2) span:nth-child(1) {
  background-color: #1B8A5E;
}
#info .content .info.bus .info-content ul li:nth-child(3) span:nth-child(1) {
  background-color: #2F9489;
}
#info .content .info.bus .info-content ul li:nth-child(4) span:nth-child(1) {
  background-color: #1C3568;
}
#info .content .info.time .info-content ul li {
  display: flex;
  gap: 20px;
}
#info .content .info.time .info-content ul li div:nth-child(1) {
  width: 80px;
  flex-shrink: 0;
  display: flex;
  justify-content: space-between;
}
#info .content .info.call > li > a {
  font-size: 30px;
  font-weight: bold;
}

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

.pages-modal {
  position: fixed;
  max-width: 1800px;
  width: 98%;
  height: 91vh;
  z-index: 10000;
  bottom: 0%;
  left: 50%;
  transform: translateX(-50%) translateY(20px); /* 살짝 아래에 위치 */
  background-color: white;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s ease-out, transform 0.4s ease-out;
}
.pages-modal .container {
  position: relative;
  overflow-y: scroll;
  height: 100%;
  padding: 80px 200px 200px 200px;
}
.pages-modal .container .pages-modal-close {
  width: 80px;
  height: 80px;
  background-color: var(--pri1);
  border-radius: 80px;
  cursor: pointer;
  top: 5%;
  right: 3%;
  position: fixed;
}
.pages-modal .container .pages-modal-close img {
  width: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.pages-modal .container .pages-modal-nav {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 30px;
  margin-bottom: 67px;
}
.pages-modal .container .pages-modal-nav li a {
  color: var(--pri2);
  border: 1px solid #d8e1dc;
  padding: 20px 40px;
  border-radius: 999px;
  cursor: pointer;
  font-size: 22px;
  display: block;
}
.pages-modal .container .pages-modal-nav li a.active {
  background-color: var(--pri2);
  color: white;
}
.pages-modal .container .pages-modal-content .des {
  display: flex;
  align-items: stretch;
  gap: 100px;
  margin-top: 100px;
}
.pages-modal .container .pages-modal-content .des .txt p:nth-child(1) {
  margin-bottom: 60px;
  color: var(--black-a55);
}
.pages-modal .container .pages-modal-content .des .txt > ul li {
  margin-bottom: 30px;
}
.pages-modal .container .pages-modal-content .des .txt > ul li span:nth-child(1) {
  color: var(--sub1-3);
}
.pages-modal .container .pages-modal-content .des .txt > ul li span:nth-child(1):before {
  content: "·";
  margin-right: 15px;
}
.pages-modal .container .pages-modal-content .des .txt > ul li span:nth-child(2) {
  color: var(--black-a55);
  margin-left: 20px;
  display: block;
}
.pages-modal .container .pages-modal-content .symptom {
  text-align: center;
  margin-top: 100px;
}
.pages-modal .container .pages-modal-content .symptom .title h5 {
  color: var(--pri1);
  margin-bottom: 40px;
}
.pages-modal .container .pages-modal-content .symptom .content {
  display: flex;
  gap: 30px 40px;
  justify-content: center;
  flex-wrap: wrap;
}
.pages-modal .container .pages-modal-content .symptom .content li {
  padding: 10px 70px;
  color: var(--black-a55);
  border-radius: 999px;
  border: 5px solid var(--sub1-1);
}
.pages-modal .container .pages-modal-content .effect {
  margin-top: 100px;
}
.pages-modal .container .pages-modal-content .effect .title h5 {
  text-align: center;
  color: var(--pri1);
}
.pages-modal .container .pages-modal-content .effect .content {
  display: flex;
  gap: 30px;
  margin-top: 70px;
}
.pages-modal .container .pages-modal-content .effect .content li {
  flex-basis: 25%;
  text-align: center;
  border: 5px solid var(--sub1-1);
  padding: 20px;
  color: var(--black-a55);
}
.pages-modal .container .pages-modal-content .indicant {
  margin-top: 100px;
}
.pages-modal .container .pages-modal-content .indicant .title h5 {
  text-align: center;
  color: var(--pri1);
}
.pages-modal .container .pages-modal-content .indicant .content {
  display: flex;
  gap: 30px;
  margin-top: 70px;
  justify-content: center;
  flex-wrap: wrap;
}
.pages-modal .container .pages-modal-content .indicant .content li {
  width: 200px; /* 최대 크기를 지정 (원하는 크기로 조정 가능) */
  aspect-ratio: 1/1; /* 가로와 세로 비율을 1:1로 유지 */
  border-radius: 50%; /* 원형으로 만듦 */
  background-color: var(--sub1-1);
  display: flex;
  justify-content: center;
  align-items: center;
}
.pages-modal .container .pages-modal-content .indicant .content li span {
  width: 80%;
  margin: 0 auto;
  display: block;
  text-align: center;
  color: var(--black-a55);
}
@media (width <= 1400px) {
  .pages-modal .container {
    padding: 80px 50px 50px 50px;
  }
  .pages-modal .container .pages-modal-content .des {
    gap: 50px;
  }
  .pages-modal .container .pages-modal-content .des .txt > ul li span:nth-child(1) {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 1023px) {
  .pages-modal .container {
    padding: 50px 100px 100px 100px;
  }
  .pages-modal .container .pages-modal-nav {
    gap: 30px;
    margin-bottom: 60px;
  }
  .pages-modal .container .pages-modal-nav li a {
    display: inline-block;
    padding: 10px 20px;
    width: 100%;
    font-size: 16px;
    text-align: center;
    border-radius: 0px;
  }
  .pages-modal .container .pages-modal-content .des {
    margin-top: 60px;
    gap: 50px;
    flex-direction: column;
  }
  .pages-modal .container .pages-modal-content .des > img {
    height: 400px;
  }
  .pages-modal .container .pages-modal-content .des .txt {
    margin-top: 0px;
  }
  .pages-modal .container .pages-modal-content .des .txt h5 {
    margin-bottom: 30px;
  }
  .pages-modal .container .pages-modal-content .des .txt p:nth-child(2) {
    margin-bottom: 30px;
  }
  .pages-modal .container .pages-modal-content .des .txt > ul li {
    margin-bottom: 10px;
  }
  .pages-modal .container .pages-modal-content .des .txt > ul li span:nth-child(1) {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  .pages-modal .container .pages-modal-content .symptom {
    margin-top: 50px;
  }
  .pages-modal .container .pages-modal-content .symptom .title h5 {
    margin-bottom: 30px;
  }
  .pages-modal .container .pages-modal-content .symptom .content {
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }
  .pages-modal .container .pages-modal-content .symptom .content li {
    width: 100%;
    padding: 20px;
  }
  .pages-modal .container .pages-modal-content .effect .content {
    flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .pages-modal .container {
    padding: 20px 20px;
  }
  .pages-modal .container .pages-modal-close {
    position: relative;
    top: auto;
    right: auto;
    width: 30px;
    height: 30px;
    margin: 0 auto;
    margin-bottom: 20px;
  }
  .pages-modal .container .pages-modal-nav {
    flex-wrap: wrap;
    gap: 0px;
  }
  .pages-modal .container .pages-modal-nav li {
    flex-basis: 50%;
  }
  .pages-modal .container .pages-modal-nav li:nth-child(3):last-child {
    flex: none;
    width: 100%;
  }
  .pages-modal .container .pages-modal-nav li a {
    font-size: 14px;
    white-space: nowrap;
  }
  .pages-modal .container .pages-modal-content .des {
    gap: 50px;
    flex-direction: column;
  }
  .pages-modal .container .pages-modal-content .des > img {
    height: 200px;
    width: 100%;
  }
  .pages-modal .container .pages-modal-content .des .txt {
    margin-top: 0px;
  }
  .pages-modal .container .pages-modal-content .des .txt p:nth-child(1) {
    margin-bottom: 30px;
  }
  .pages-modal .container .pages-modal-content .des .txt > ul li {
    margin-bottom: 10px;
  }
  .pages-modal .container .pages-modal-content .symptom {
    margin-top: 50px;
  }
  .pages-modal .container .pages-modal-content .symptom .title h5 {
    margin-bottom: 30px;
  }
  .pages-modal .container .pages-modal-content .symptom .content {
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }
  .pages-modal .container .pages-modal-content .symptom .content li {
    width: 100%;
    padding: 5px;
    border: 3px solid var(--sub1-1);
  }
  .pages-modal .container .pages-modal-content .effect {
    margin-top: 50px;
  }
  .pages-modal .container .pages-modal-content .effect .content {
    margin-top: 30px;
  }
  .pages-modal .container .pages-modal-content .indicant {
    margin-top: 50px;
  }
  .pages-modal .container .pages-modal-content .indicant .content {
    margin-top: 30px;
  }
  .pages-modal .container .pages-modal-content .indicant .content li {
    width: 100%;
    border-radius: 0%;
    aspect-ratio: auto;
    padding: 20px;
  }
}

.care-content .container .pages-modal-content .des {
  margin-top: 60px;
  align-items: flex-start;
}
.care-content .container .pages-modal-content .des .txt h5 {
  font-family: var(--NotoSerif);
  margin-bottom: 60px;
  color: var(--pri1);
  font-weight: bold;
}
@media screen and (max-width: 1023px) {
  .care-content .container .pages-modal-content .des .txt h5 {
    font-family: var(--NotoSerif);
  }
}
@media screen and (max-width: 767px) {
  .care-content .container .pages-modal-content .des .txt h5 {
    font-family: var(--NotoSerif);
  }
}
.care-content .container .pages-modal-content .des .txt p:nth-child(2) {
  color: var(--black-a55);
}
.care-content .container .pages-modal-content .des .effect {
  margin-top: 0px;
}
.care-content .container .pages-modal-content .des .effect .content {
  flex-wrap: wrap;
  margin-top: 50px;
}
.care-content .container .pages-modal-content .des .effect .content li {
  flex-basis: 48%;
}
@media screen and (max-width: 767px) {
  .care-content .container .pages-modal-content .des {
    margin-top: 0px;
  }
  .care-content .container .pages-modal-content .des .txt h5 {
    margin-bottom: 30px;
  }
}

.pages-modal.show {
  visibility: visible;
  opacity: 1;
  transform: translateX(-50%) translateY(0); /* 위로 부드럽게 올라오게 */
}

.pages-modal.hide {
  opacity: 0;
  transform: translateX(-50%) translateY(20px);
}

.no-scroll {
  overflow: hidden;
}

#SubTop {
  max-width: 1400px;
  margin: 0 auto;
  padding-top: 100px;
  padding-bottom: 100px;
  margin-top: 100px;
  text-align: center;
}
#SubTop .title h4 {
  display: inline-block;
  position: relative;
}
#SubTop .title h4::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  background-color: var(--sub1-1);
  width: 100%;
  height: 20px;
}
#SubTop .title h4::after {
  content: "";
  position: absolute;
  top: 0;
  left: 100%;
  z-index: -1;
  background-color: var(--pri2);
  width: 6px;
  height: 6px;
  border-radius: 999px;
}

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

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

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

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

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

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

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

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

.pay-padding {
  height: 150px;
}

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

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

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

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

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

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

/*event게시판*/
.event {
  justify-content: space-between !important;
}
.event li {
  flex-basis: calc(50% - 20px);
  margin-bottom: 2.5rem;
}
.event li .list-thumb {
  height: 300px;
  justify-content: center;
}
.event li .list-title {
  text-align: center;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}
.event li .list-title span {
  padding-right: 1.25rem;
  font-family: var(--NotoSerif);
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%;
  letter-spacing: -0.6px;
}
@media screen and (max-width: 1023px) {
  .event li .list-title span {
    font-family: var(--NotoSerif);
  }
}
@media screen and (max-width: 767px) {
  .event li .list-title span {
    font-family: var(--NotoSerif);
  }
}
@media screen and (max-width: 1023px) {
  .event li .list-title span {
    font-family: var(--NotoSerif);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 170%;
    letter-spacing: -0.56px;
  }
}
@media screen and (max-width: 1023px) and (max-width: 1023px) {
  .event li .list-title span {
    font-family: var(--NotoSerif);
  }
}
@media screen and (max-width: 1023px) and (max-width: 767px) {
  .event li .list-title span {
    font-family: var(--NotoSerif);
  }
}
@media screen and (max-width: 767px) {
  .event li .list-title span {
    font-family: var(--NotoSerif);
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 170%;
    letter-spacing: -0.56px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1023px) {
  .event li .list-title span {
    font-family: var(--NotoSerif);
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .event li .list-title span {
    font-family: var(--NotoSerif);
  }
}
@media screen and (max-width: 767px) {
  .event li {
    flex-basis: 100%;
  }
}
.event li.end {
  position: relative;
}
.event li.end .list-thumb img {
  filter: brightness(50%);
}
.event li.end .list-title {
  opacity: 0.2;
}
.event li.end .list-title .counter {
  display: none;
}
.event li.end .list-thumb {
  position: relative;
}
.event li.end .list-thumb::after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: "종료된 이벤트입니다.";
  color: var(--white);
}
.event li.end:hover {
  cursor: auto;
}
.event li.end:hover .list-thumb img {
  transform: scale(1) !important;
  cursor: auto;
}
.event li.end:hover .list-title {
  cursor: auto;
}/*# sourceMappingURL=main.css.map */