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

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

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

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

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

* {
  box-sizing: border-box;
}

li, a {
  list-style: none;
}

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

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

input {
  caret-color: black;
}

textarea {
  caret-color: black;
}

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

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

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

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

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

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

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

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

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

/*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: #35A726;
  --pri1-1: ;
  --pri1-2: ;
  --pri1-3: ;
  --pri1-4: ;
  --pri1-5: ;
  --pri1-6: ;
  --pri1-7: ;
  --pri1-8: ;
  --pri1-9: ;
  --pri1-10: ;
  /*pri 2*/
  --pri2: #EE7201;
  --pri2-1: ;
  --pri2-2: ;
  --pri2-3: ;
  --pri2-4: ;
  --pri2-5: ;
  --pri2-6: ;
  --pri2-7: ;
  --pri2-8: ;
  --pri2-9: ;
  --pri2-10: ;
  /*pri 3*/
  --pri3: #2253BC;
  --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: ;
  --sub1-1: ;
  --sub1-2: ;
  --sub1-3: ;
  --sub1-4: ;
  --sub1-5: ;
  --sub1-6: ;
  --sub1-7: ;
  --sub1-8: ;
  --sub1-9: ;
  --sub1-10: ;
  /*sub*/
  --sub2: ;
  --sub2-1: ;
  --sub2-2: ;
  --sub2-3: ;
  --sub2-4: ;
  --sub2-5: ;
  --sub2-6: ;
  --sub2-7: ;
  --sub2-8: ;
  --sub2-9: ;
  --sub2-10: ;
  /*sub*/
  --sub3: ;
  --sub3-1: ;
  --sub3-2: ;
  --sub3-3: ;
  --sub3-4: ;
  --sub3-5: ;
  --sub3-6: ;
  --sub3-7: ;
  --sub3-8: ;
  --sub3-9: ;
  --sub3-10: ;
  /*second*/
  --second1: ;
  --second2: ;
  --second3: ;
  --second4: ;
  --second5: ;
  --second6: ;
  --second7: ;
  --second8: ;
  --second9: ;
  --second10: ;
  --second11: ;
  /*sns*/
  --kakao: #ffbb00;
  --naver: #58D30C;
  --daum: #618FFC;
  --youtube: #FD0532;
}

:root {
  --font: "Pretendard", "Noto Sans KR", sans-serif;
  --: ;
  --: ;
}

/* 폰트셋팅*/
html, body {
  font-size: 16px;
}

@media (max-width: 1023px) {
  html, body {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  html, body {
    font-size: 17px;
  }
}
@media (max-width: 320px) {
  html, body {
    font-size: 15px;
  }
}
h1 {
  font-family: var(--font);
  font-size: 70px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%; /* 91px */
  letter-spacing: -2.8px;
}
@media screen and (max-width: 1023px) {
  h1 {
    font-size: 40px;
  }
}
@media screen and (max-width: 767px) {
  h1 {
    font-size: 30px;
  }
}

h2 {
  font-family: var(--font);
  font-size: 54px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%; /* 70.2px */
  letter-spacing: -2.16px;
}
@media screen and (max-width: 767px) {
  h2 {
    font-size: 35px;
  }
}

h3 {
  font-family: var(--font);
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 148%; /* 47.36px */
  letter-spacing: -0.64px;
}
@media screen and (max-width: 767px) {
  h3 {
    font-size: 28px;
  }
}

h4 {
  font-family: var(--font);
  font-size: 25px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 37.5px */
  letter-spacing: -0.45px;
}
@media screen and (max-width: 767px) {
  h4 {
    font-size: 20px;
  }
}

h5 {
  font-family: var(--font);
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 30px */
  letter-spacing: -0.3px;
}
@media screen and (max-width: 767px) {
  h5 {
    font-size: 18px;
  }
}

h6 {
  font-family: var(--font);
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 30px */
  letter-spacing: -0.3px;
}
@media screen and (max-width: 767px) {
  h6 {
    font-size: 14px;
  }
}

div, a, span, p, ul, ol, li, dd, dt, dl, table, button, select, input {
  font-family: var(--font);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%; /* 30.6px */
  letter-spacing: -0.09px;
}
@media screen and (max-width: 767px) {
  div, a, span, p, ul, ol, li, dd, dt, dl, table, button, select, input {
    font-size: 13px;
  }
}

b {
  font-weight: 700;
}

/*삭제금지*/
/*common*/
.partner {
  width: 100%;
  overflow: hidden;
  height: 100px;
  border-top: 1px solid var(--black-a15);
  border-bottom: 1px solid var(--black-a15);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 100px;
  padding-right: 100px;
  gap: 20px;
}
.partner p {
  color: var(--gray8);
  width: 150px;
}
.partner .partner-swiper {
  width: 100%;
  height: 100px;
  overflow: hidden;
  border-top: 1px solid var(--black-a15);
  border-bottom: 1px solid var(--black-a15);
}
.partner .partner-swiper .swiper-wrapper {
  align-items: center;
}
.partner .partner-swiper .swiper-wrapper .swiper-slide {
  width: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.partner .partner-swiper .swiper-wrapper .swiper-slide img {
  height: auto;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
@media (width <= 1700px) {
  .partner {
    padding-left: 20px;
    padding-right: 20px;
  }
  .partner p {
    width: 100px;
  }
}

footer {
  padding: 150px 0;
}
footer > div {
  width: 90%;
  max-width: 1540px;
  margin: 0 auto;
}
footer .top {
  display: flex;
  align-items: center;
  gap: 100px;
}
footer .top__map {
  width: 900px;
  height: 500px;
  background-color: var(--gray1);
  transition: all 0.3s ease;
  /* 거리 표시 10m */
  /* naver corn*/
  /* 확대/축소 버튼 */
}
footer .top__map div:nth-child(2) {
  z-index: 1 !important;
}
footer .top__map div:nth-child(3) {
  z-index: 1 !important;
}
footer .top__map div:nth-child(5) {
  z-index: 1 !important;
}
footer .top__map div:nth-child(5) div > div > div > div > a {
  z-index: 1;
}
footer .top__info > ul > li {
  margin-bottom: 30px;
}
footer .top__info > ul > li:last-of-type {
  margin-bottom: 0px;
}
footer .top__info .address h3 {
  color: var(--pri3);
  margin-bottom: 10px;
}
footer .top__info .parking {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  flex-wrap: wrap;
}
footer .top__info .parking h6 {
  color: var(--pri3);
}
footer .top__info .parking > ul li {
  padding-bottom: 5px;
}
footer .top__info .parking > ul li span:nth-child(1) {
  font-weight: 800;
  display: inline-block;
  color: var(--pri2);
}
footer .top__info .parking > ul li:nth-child(3) a {
  background-color: var(--pri2);
  color: white;
  display: inline-flex;
  align-items: center;
  padding: 2px 15px;
  border-radius: 999px;
  gap: 5px;
}
footer .top__info .parking > ul li:nth-child(3) a > img {
  width: 15px;
  height: 15px;
}
footer .top__info .call {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}
footer .top__info .call h6, footer .top__info .call h1 {
  color: var(--pri3);
  transition: all 0.3s ease;
}
@media (width <= 1395px) {
  footer .top__info .call h1 {
    font-size: 35px;
    letter-spacing: 0.5px;
  }
}
footer .top__info .time {
  display: flex;
  gap: 23px;
  flex-wrap: wrap;
}
footer .top__info .time h6 {
  color: var(--pri3);
}
footer .top__info .time > ul > li {
  margin-bottom: 10px;
}
footer .top__info .time > ul > li:last-of-type {
  margin-bottom: 0px;
}
@media (width <= 1395px) {
  footer .top__map {
    width: 500px;
  }
}
@media screen and (max-width: 1023px) {
  footer .top {
    flex-direction: column;
  }
  footer .top__map {
    width: 100%;
  }
  footer .top__info {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  footer .top .parking {
    gap: 10px;
    flex-direction: column;
  }
}
footer .bottom {
  padding-top: 100px;
}
footer .bottom__info {
  display: flex;
  flex-wrap: wrap;
  row-gap: 10px;
  -moz-column-gap: 50px;
       column-gap: 50px;
}
footer .bottom__info li .label {
  color: var(--black-a40);
  margin-right: 20px;
}
footer .bottom__footer {
  margin-top: 20px;
  display: flex;
  gap: 20px;
}
footer .bottom__footer li a {
  border: 1px solid var(--black-a20);
  padding: 5px 20px;
  border-radius: 999px;
}
@media screen and (max-width: 1023px) {
  footer .bottom {
    margin-top: 150px;
    border-top: 1px solid var(--black-a15);
  }
  footer .bottom__info {
    flex-direction: column;
    gap: 10px;
    align-items: center;
  }
  footer .bottom__info li span {
    font-size: 15px;
  }
  footer .bottom__footer {
    flex-direction: column-reverse;
    gap: 10px;
    align-items: center;
  }
  footer .bottom__footer li span {
    font-size: 15px;
  }
}

header {
  padding: 40px 0px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
  transition: transform 0.4s ease, background 0.4s ease;
}
header .container {
  display: flex;
  width: 90%;
  margin: 0 auto;
  justify-content: space-between;
  align-items: center;
}
header .container > a {
  display: block;
  width: 200px;
  height: 32px;
  background-image: url("/common/img/user/logo_w.svg");
  background-size: contain; /* 이미지 비율 맞춤 */
  background-repeat: no-repeat;
}
header .container ul {
  display: flex;
  gap: 30px;
  color: white;
}
header .container ul li a {
  font-size: 18px;
}
header .container .m-menu, header .container .m-info {
  display: none;
}
@media (width <= 1300px) {
  header .container ul {
    gap: 13px;
  }
}
@media screen and (max-width: 767px) {
  header {
    padding: 0px;
    background-color: white;
    border-bottom: 1px solid var(--gray3);
  }
  header .container {
    width: 100%;
    /*
    .m-info.open{
        display: block;
        color: #838282;
        background-color: white;
        padding: 30px;
        margin-top:20px;
        >img{
            width:200px;
            margin:0 auto;
            padding-bottom:30px;
        }
        >div:nth-child(2){
            margin-bottom:10px;
        }
        >div{
            p:nth-child(1){
                color:var(--pri3);
                font-weight:bold;
            }
            p:nth-child(2), a {
                color:black;
            }
        }
        >div{
            p, a{
                font-size:14px;
            }
        }
    }
        */
  }
  header .container > a {
    margin-left: 20px;
    background-image: url("/common/img/user/logo.svg");
  }
  header .container ul {
    display: none;
    position: fixed;
    top: 80px;
    left: 0;
    width: 100%;
    height: 100% !important;
    background-color: var(--pri3);
    flex-direction: column;
    padding: 50px;
    overflow: hidden;
  }
  header .container ul li {
    border-bottom: 1px solid var(--white-a25);
    padding-bottom: 5px;
  }
  header .container ul li a {
    display: block;
    width: 100%;
  }
  header .container ul li:last-of-type {
    border: 0px;
  }
  header .container ul.show {
    display: flex;
  }
  header .container .m-menu {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    width: 80px;
    height: 80px;
    background-color: var(--pri3);
    cursor: pointer;
    padding: 18px;
    box-sizing: border-box;
  }
  header .container .m-menu span {
    display: block;
    height: 2px;
    background-color: #fff;
    border-radius: 0px;
    transition: all 0.3s ease;
  }
  header .container .m-menu.close span:nth-child(1) {
    transform: rotate(45deg) translate(9px, 10px);
  }
  header .container .m-menu.close span:nth-child(2) {
    opacity: 0;
  }
  header .container .m-menu.close span:nth-child(3) {
    transform: rotate(-45deg) translate(12px, -12px);
  }
}

header.on {
  background-color: rgba(255, 255, 255, 0.521);
  transform: translateY(0);
  backdrop-filter: blur(60px);
  -webkit-backdrop-filter: blur(40px);
  box-shadow: 0px 14px 60px rgba(0, 0, 0, 0.0784313725);
  padding: 20px 0px;
}
header.on .container > a {
  background-image: url("/common/img/user/logo.svg");
}
header.on .container ul li {
  color: black;
}
header.hidden {
  transform: translateY(-100%);
}

#quick {
  position: fixed;
  right: 60px;
  bottom: 130px;
  z-index: 99;
  width: auto;
  display: flex;
  flex-direction: column;
  width: 50px;
  height: auto;
  gap: 20px;
}
#quick .map {
  width: 60px;
  height: 60px;
  background-color: var(--pri3);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 999px;
}
#quick .map > img {
  width: 50%;
}
#quick .naver {
  width: 60px;
  height: 60px;
  background-color: var(--naver);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 999px;
}
#quick .naver > img {
  width: 50%;
}
#quick .call {
  display: none;
}
@media (width <= 1100px) {
  #quick {
    right: 25px;
    gap: 10px;
  }
  #quick .call {
    width: 60px;
    height: 60px;
    background-color: var(--pri3);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 999px;
  }
  #quick .call > img {
    width: 60%;
  }
}

#online {
  position: fixed;
  bottom: -100px;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 99;
  width: 100%;
  transition: transform 0.3s ease, opacity 0.3s ease;
}
#online .online-form {
  background-color: #efefd3;
}
#online .online-form #quick_form {
  display: flex;
  justify-content: space-between;
  align-items: center;
  /*폰트사이즈*/
}
#online .online-form #quick_form select, #online .online-form #quick_form input, #online .online-form #quick_form label, #online .online-form #quick_form label > a {
  font-size: 16px;
}
#online .online-form #quick_form select, #online .online-form #quick_form input {
  padding: 10px;
  border: 1px solid rgba(196, 196, 169, 0.6509803922);
  background: #f7f7e4;
}
#online .online-form #quick_form select[name=subject] {
  margin-left: 100px;
  width: 300px;
  appearance: none; /* 기본 화살표 제거 */
  -webkit-appearance: none; /* 크롬/사파리 */
  -moz-appearance: none; /* 파이어폭스 */
  background: url("data:image/svg+xml;utf8,<svg fill='%23666' height='20' viewBox='0 0 24 24' width='20' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/></svg>") no-repeat right 40px center;
  background-size: 16px;
  cursor: pointer;
  padding-left: 40px;
}
#online .online-form #quick_form input[name=name] {
  width: 200px;
  padding-left: 20px;
}
#online .online-form #quick_form input[name=phone] {
  width: 300px;
  padding-left: 20px;
}
#online .online-form #quick_form label[for=online-check] {
  cursor: pointer;
  color: #888170;
  display: flex;
  align-items: center;
}
#online .online-form #quick_form label[for=online-check] input[type=checkbox] {
  display: none;
}
#online .online-form #quick_form label[for=online-check] .checkmark {
  display: inline-block;
  width: 18px;
  height: 18px;
  border-radius: 999px;
  border: 1px solid #9b9587;
  margin-right: 6px;
  vertical-align: middle;
  position: relative;
  cursor: pointer;
}
#online .online-form #quick_form label[for=online-check] input[type=checkbox]:checked + .checkmark {
  background-color: #9b9587; /* 원하는 색 */
  border-color: #9b9587;
}
#online .online-form #quick_form label[for=online-check] input[type=checkbox]:checked + .checkmark::after {
  content: "";
  position: absolute;
  left: 6px;
  top: 2px;
  width: 5px;
  height: 10px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
#online .online-form #quick_form label[for=online-check] > a {
  margin-left: 15px;
  border: 1px solid #9b9587;
  padding: 8px 15px;
  border-radius: 999px;
}
#online .online-form #quick_form input[type=submit] {
  border: 0 !important;
  background: rgb(231, 158, 22);
  color: white;
  cursor: pointer;
  padding: 20px 20px;
  width: 300px;
  font-size: 20px;
  font-weight: bold;
}
@media (width <= 1600px) {
  #online .online-form #quick_form select[name=subject] {
    margin-left: 20px;
    width: 200px;
  }
  #online .online-form #quick_form input[type=text] {
    width: 150px;
  }
  #online .online-form #quick_form input[type=tel] {
    width: 200px;
  }
  #online .online-form #quick_form input[type=submit] {
    width: 180px;
  }
}
@media (width <= 1100px) {
  #online {
    bottom: 0px;
  }
  #online .m-control {
    background: rgb(231, 158, 22);
    color: white;
    cursor: pointer;
    display: flex;
    width: 90px;
    height: 90px;
    align-items: center;
    justify-content: center;
    margin-left: auto;
  }
  #online .m-control > p {
    font-size: 20px;
    line-height: 22px;
    font-weight: 600;
  }
  #online .m-control > img {
    width: 50%;
    filter: invert(57%) sepia(92%) saturate(745%) hue-rotate(356deg) brightness(98%) contrast(101%);
  }
  #online .m-control.close {
    width: 50px;
    height: 50px;
    background-color: #efefd3;
  }
  #online .online-form {
    padding-top: 30px;
  }
  #online .online-form #quick_form {
    flex-direction: column;
    gap: 10px;
  }
  #online .online-form #quick_form select[name=subject] {
    width: 90%;
    margin-left: 0px;
    padding-left: 20px;
  }
  #online .online-form #quick_form input[type=text] {
    width: 90%;
  }
  #online .online-form #quick_form input[type=tel] {
    width: 90%;
  }
  #online .online-form #quick_form label[for=online-check] > a {
    padding: 5px 20px;
  }
  #online .online-form #quick_form input[type=submit] {
    padding: 10px;
    width: 100%;
  }
}

#online.active {
  bottom: 0%;
}

/*pages*/
.title h2 {
  margin-top: 30px;
}
.title span {
  margin-top: 30px;
}

/* 메인 */
#mainslide {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  background-color: #000;
  /* 커스텀 화살표 스타일 */
}
#mainslide .swiper-slide .txt {
  position: absolute;
  top: 50%;
  left: 50%;
  color: white;
  z-index: 10;
  width: 80%;
  transform: translate(-50%, -60%);
  text-align: center;
  overflow: hidden;
}
#mainslide .swiper-slide .txt .txt-group {
  display: inline-block; /* 크기 맞추기 */
  display: flex;
  justify-content: center;
  gap: 10px;
}
#mainslide .swiper-slide .txt .txt-group h1 {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}
#mainslide .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 1s ease, opacity 1s ease;
}
#mainslide .swiper-slide.swiper-slide-active .txt .txt-group h1 {
  opacity: 1;
  transform: translateY(0);
}
#mainslide .swiper-slide.swiper-slide-active .txt .txt-group h1:nth-child(1) {
  transition-delay: 0.3s;
}
#mainslide .swiper-slide.swiper-slide-active .txt .txt-group h1:nth-child(2) {
  transition-delay: 0.6s;
}
#mainslide .swiper-slide.swiper-slide-active img {
  transform: scale(1.09);
}
#mainslide .progress-container {
  position: absolute;
  bottom: 90px;
  left: 50%;
  transform: translateX(-50%);
  max-width: 1500px;
  width: 80%;
  display: flex;
  align-items: center;
  gap: 50px;
  z-index: 10;
}
#mainslide .progress-container .progress-bar {
  flex: 1;
  height: 4px;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 2px;
  overflow: hidden;
}
#mainslide .progress-container .progress-bar .progress-fill {
  width: 0;
  height: 100%;
  background: rgba(255, 255, 255, 0.8078431373);
}
#mainslide .progress-container .progress-bar .progress-fill.animating {
  animation-name: progressFill;
  animation-timing-function: linear;
  animation-fill-mode: forwards;
}
#mainslide .progress-container .slide-count {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  text-align: right;
  display: flex;
  align-items: center;
  gap: 20px;
}
#mainslide .swiper-button-next:after,
#mainslide .swiper-button-prev:after {
  content: none !important;
}
#mainslide .swiper-button-next svg,
#mainslide .swiper-button-prev svg {
  display: none;
}
#mainslide .swiper-button-next {
  right: 40px;
}
#mainslide .swiper-button-next:before {
  transform: rotate(45deg);
}
#mainslide .swiper-button-prev {
  left: 40px;
}
#mainslide .swiper-button-prev:before {
  transform: rotate(-135deg);
}
#mainslide .swiper-button-next,
#mainslide .swiper-button-prev {
  width: 50px;
  height: 100px;
  position: absolute;
  border-radius: 0px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
#mainslide .swiper-button-next:before,
#mainslide .swiper-button-prev:before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  border-top: 2.5px solid white;
  border-right: 2.5px solid white;
  transition: border-color 0.3s ease;
}
#mainslide .swiper-button-next:hover,
#mainslide .swiper-button-prev:hover {
  background: rgba(255, 255, 255, 0.4);
}
#mainslide .swiper-button-next:hover:before,
#mainslide .swiper-button-prev:hover:before {
  border-color: #ffd6a5;
}
@keyframes progressFill {
  from {
    width: 0%;
  }
  to {
    width: 100%;
  }
}
@media (width <= 1750px) {
  #mainslide .swiper-slide .txt .txt-group {
    flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  #mainslide {
    height: 90vh;
  }
  #mainslide .swiper-button-next {
    right: 0px;
  }
  #mainslide .swiper-button-prev {
    left: 0px;
  }
  #mainslide .progress-container {
    bottom: 30px;
    width: 90%;
    gap: 20px;
  }
  #mainslide .progress-container .slide-count {
    gap: 5px;
  }
}

/* 내부시설 */
#facility {
  padding-top: 150px;
  padding-bottom: 150px;
}
#facility .title {
  position: relative;
  margin: 0 auto;
  width: 90%;
  max-width: 1500px;
  text-align: left;
}
#facility .title .swiper-control {
  position: absolute;
  bottom: 0;
  right: 0;
  display: flex;
  flex-direction: row-reverse;
  gap: 5px;
}
#facility .title .swiper-control .swiper-button-next,
#facility .title .swiper-control .swiper-button-prev {
  left: auto;
  right: auto;
  top: 0;
  margin-top: 0px;
  position: relative;
  width: 70px;
  height: 70px;
  background-color: var(--pri2);
}
#facility .title .swiper-control .swiper-button-next:after,
#facility .title .swiper-control .swiper-button-prev:after {
  color: white;
}
#facility .contents {
  position: relative;
  z-index: 1;
  box-sizing: border-box;
  margin-top: 100px;
}
#facility .contents .facilitySwiper .facility-paging {
  position: relative;
  width: 93.75rem;
  height: 2px;
  margin: 5.625rem auto 0;
  background: var(--gray3);
  box-sizing: border-box;
}
#facility .contents .facilitySwiper .facility-paging .swiper-pagination-progressbar-fill {
  background: var(--pri3);
}
@media screen and (max-width: 1680px) {
  #facility .contents .facilitySwiper .facility-paging {
    width: 100%;
  }
}
@media (width >= 1921px) {
  #facility .contents .swiper-slide img {
    width: 100%;
  }
}
@media screen and (max-width: 1023px) {
  #facility .title {
    text-align: center;
  }
  #facility .title .swiper-control {
    position: relative;
    justify-content: center;
    margin-top: 20px;
  }
  #facility .contents {
    margin-top: 50px;
  }
  #facility .contents .facilitySwiper .facility-paging {
    margin-top: 50px;
  }
}

/* 장비소개 */
#equip {
  background-color: var(--pri1);
  padding-top: 150px;
  padding-bottom: 150px;
  overflow: hidden;
}
#equip .title {
  text-align: center;
}
#equip .title h6, #equip .title h2 {
  color: white;
}
#equip .equipSwiper {
  margin-top: 5.625rem;
  padding-bottom: 5.625rem;
  overflow: visible;
}
#equip .equipSwiper .swiper-wrapper {
  align-items: center;
}
#equip .equipSwiper .swiper-wrapper .swiper-slide {
  background: white;
}
#equip .equipSwiper .swiper-wrapper .swiper-slide img {
  margin: 0 auto;
}
#equip .equipSwiper .swiper-wrapper .swiper-slide .text-wrap {
  padding-bottom: 30px;
  width: 100%;
  text-align: center;
}
#equip .equipSwiper .swiper-wrapper .swiper-slide .text-wrap h6 {
  padding: 10px 20px;
  background-color: var(--pri2);
  color: white;
  display: inline-block;
  border-radius: 999px;
  margin-bottom: 15px;
}
#equip .equipSwiper .equip-paging {
  top: initial;
  bottom: 0;
  background: var(--white-a50);
  width: 80%;
  left: 50%;
  transform: translateX(-50%);
}
#equip .equipSwiper .equip-paging .swiper-pagination-progressbar-fill {
  background: var(--white);
}
@media screen and (max-width: 1023px) {
  #equip .equipSwiper {
    margin-top: 50px;
    padding-bottom: 30px;
  }
}

/* 의료진 소개 */
#doctor {
  padding-top: 150px;
  padding-bottom: 150px;
  overflow: hidden;
}
#doctor .profile p {
  background-color: var(--pri3);
  padding: 5px 20px;
  display: inline-block;
  color: white;
  border-radius: 999px;
}
#doctor .profile > ul {
  margin-top: 20px;
}
#doctor .profile > ul li {
  padding-top: 3px;
  padding-bottom: 3px;
}
#doctor .wrap {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  gap: 50px;
  margin: 0 auto;
  max-width: 1683px;
  width: 90%;
  position: relative;
}
#doctor .wrap .left {
  flex-basis: 50%;
  flex-shrink: 0;
  text-align: left;
}
#doctor .wrap .left .header h2 b {
  color: var(--pri3);
}
#doctor .wrap .left .header .point {
  margin-top: 20px;
}
#doctor .wrap .left .header .point h6 {
  display: flex;
  padding-top: 5px;
  padding-bottom: 5px;
}
#doctor .wrap .left .header .point h6:before {
  content: url(/common/img/user/icon/icon_check.svg);
  width: 20px;
  height: 20px;
  display: inline-block;
  margin-right: 10px;
}
#doctor .wrap .left .contents {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
#doctor .wrap .left .contents .profile {
  flex-basis: calc(50% - 15px);
}
#doctor .wrap .left .contents .profile:nth-child(3) {
  flex-basis: 100%;
}
@media screen and (max-width: 1600px) {
  #doctor .wrap .left .contents .profile {
    flex-basis: 100% !important;
  }
}
#doctor .wrap .right {
  position: relative;
  flex-basis: 50%;
  background: #EEFAF8;
  overflow: hidden;
}
#doctor .wrap .right .label {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 14px;
  padding-top: 50px;
  padding-left: 50px;
}
#doctor .wrap .right .label p {
  display: inline-flex;
  padding: 0.62rem 2.2rem 0.62rem 4rem;
  background: var(--pri3) url(/common/img/user/icon/icon_cert.svg) no-repeat 1.56rem center;
  border-radius: 6.25rem;
  color: var(--white);
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: -0.1rem;
}
#doctor .wrap .right > img {
  position: absolute;
  bottom: -10px;
  height: 90%;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.5s ease;
}
#doctor .bottom {
  margin: 0 auto;
  max-width: 1683px;
  width: 90%;
  margin-top: 30px;
}
#doctor .bottom .profile > ul li {
  font-size: 14px;
  padding-top: 2px;
  padding-bottom: 2px;
}
@media screen and (max-width: 1366px) {
  #doctor .wrap .right > img {
    position: relative;
    bottom: auto;
    height: auto;
  }
}
@media screen and (max-width: 1023px) {
  #doctor .wrap {
    flex-direction: column-reverse;
  }
  #doctor .wrap .right {
    flex-basis: auto;
    height: auto;
  }
  #doctor .wrap .right .label {
    align-items: center;
    padding-left: 0px;
  }
  #doctor .wrap .right .label p {
    font-size: 14px;
  }
}

/* 치료방법 */
#care {
  padding-top: 150px;
}
#care .title {
  text-align: center;
  margin-bottom: 80px;
}
#care .faq-box li .faq-box__question {
  padding: 30px 100px;
  background-color: #FFF6F3;
  text-align: center;
  border-bottom: 1px solid var(--black-a15);
  cursor: pointer;
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
}
#care .faq-box li .faq-box__question::after {
  content: url("/common/img/user/icon/accordion_open.svg");
  margin-left: auto;
}
#care .faq-box li .faq-box__question span {
  color: #E4BEAE;
}
#care .faq-box li .faq-box__question h3 {
  color: #6e655d;
}
#care .faq-box li .faq-box__answer {
  background-color: #EA5414;
  padding: 100px;
  color: white;
}
#care .faq-box li .faq-box__answer .answer01 {
  display: flex;
  gap: 70px;
}
#care .faq-box li .faq-box__answer .answer01 .txt {
  padding-top: 50px;
}
#care .faq-box li .faq-box__answer .answer01 .txt p {
  margin-bottom: 50px;
}
#care .faq-box li .faq-box__answer .answer01 .txt > ul li:before {
  content: "· ";
}
#care .faq-box li.hover .faq-box__question::after {
  content: url("/common/img/user/icon/accordion_close.svg");
}
#care .faq-box li.hover .faq-box__question h3 {
  color: #FF5B15;
}
@media (width >= 2000px) {
  #care .faq-box {
    width: 80%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 1023px) {
  #care .faq-box li .faq-box__question {
    padding: 15px 30px;
  }
  #care .faq-box li .faq-box__answer {
    padding: 40px;
  }
  #care .faq-box li .faq-box__answer .answer01 {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
  #care .faq-box li .faq-box__answer .answer01 .txt {
    padding-top: 30px;
  }
  #care .faq-box li .faq-box__answer .answer01 .txt p {
    margin-bottom: 30px;
  }
  #care .faq-box li .faq-box__answer .answer01 img {
    width: 100%;
  }
}

/* 클리닉 */
#clinic {
  padding-top: 150px;
}
#clinic .title {
  text-align: center;
}
#clinic .content {
  max-width: 1700px;
  width: 90%;
  margin: 0 auto;
  margin-top: 100px;
  display: flex;
  justify-content: space-between;
  position: relative;
}
#clinic .content .clinic {
  flex-basis: 25%;
  border-right: 1px solid var(--black-a5);
  padding: 100px;
  height: 500px;
  z-index: 10;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 30px;
  cursor: pointer;
  transition: all 0.7s ease;
  position: relative;
  overflow: hidden;
}
#clinic .content .clinic:last-of-type {
  border-right: 0px;
}
#clinic .content .clinic .wrap {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 30px;
  position: relative;
  z-index: 1;
}
#clinic .content .clinic .wrap h3 {
  color: var(--pri1);
}
#clinic .content .clinic .wrap p {
  color: var(--black-a50);
}
#clinic .content .clinic .wrap button {
  color: #AFAF96;
  border: 1px solid #AFAF96;
  border-radius: 999px;
  padding: 0px 20px;
}
@media (max-width: 1700px) {
  #clinic .content {
    flex-wrap: wrap;
  }
  #clinic .content .clinic {
    flex-basis: 50%;
    border: 1px solid var(--black-a5);
  }
  #clinic .content .clinic button {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  #clinic .content {
    flex-direction: column;
  }
  #clinic .content .clinic {
    padding: 50px 0px;
    align-items: center;
  }
  #clinic .content .clinic .wrap {
    align-items: center;
    gap: 10px;
  }
}

/* 배너 */
#banner {
  padding: 200px 30px;
  text-align: center;
  color: white;
  background-image: url("/common/img/user/main/banner.jpg");
  background-position: center center;
}
#banner h2 {
  margin-bottom: 50px;
}
#banner h2 br.mo {
  display: none;
}
@media screen and (max-width: 1023px) {
  #banner h2 br {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  #banner {
    padding: 100px 30px;
  }
  #banner h2 {
    font-size: 25px;
  }
  #banner h2 br.mo {
    display: block;
  }
}

/* 순서 */
#step {
  text-align: center;
  padding-top: 150px;
  padding-bottom: 150px;
  width: 100%;
  overflow: hidden;
}
#step > h6 {
  background: #F9F8EF;
  color: #AC9077;
  padding: 10px 50px;
  display: inline-block;
  border-radius: 999px;
  font-weight: bold;
}
#step > ul {
  display: flex;
  max-width: 1200px;
  margin: 0 auto;
  margin-top: 100px;
  width: 80%;
  gap: 50px;
  position: relative;
}
#step > ul:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 40px;
  left: 50%;
  transform: translateX(-50%);
  width: 110%;
  height: 24px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(238, 114, 1, 0) 0%, #EE7201 100%);
}
#step > ul li {
  text-align: center;
  flex-basis: 25%;
}
#step > ul li img {
  margin: 0 auto;
}
#step > ul li h3 {
  margin-top: 20px;
}
#step > ul li h6 {
  color: #A49A91;
  margin-top: 20px;
}
@media screen and (max-width: 1023px) {
  #step > ul {
    margin-top: 60px;
    flex-direction: column;
    gap: 60px;
  }
  #step > ul:before {
    width: 24px;
    height: 110%;
    background: linear-gradient(180deg, rgba(238, 114, 1, 0) 0%, #EE7201 100%);
    top: 50%;
    left: 18px;
    transform: translateX(0%);
    transform: translateY(-50%);
  }
  #step > ul li {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 30px;
    flex-basis: auto;
  }
  #step > ul li img {
    margin: 0;
    width: 60px;
    height: 60px;
  }
  #step > ul li h3, #step > ul li h6 {
    text-align: left;
  }
  #step > ul li h3 {
    margin-top: 10px;
  }
  #step > ul li h6 {
    margin-top: 10px;
  }
}
@media screen and (max-width: 767px) {
  #step {
    padding-top: 100px;
  }
}

/* 포인트 */
#point {
  overflow: hidden;
  max-width: 1920px;
  width: 90%;
  margin: 0 auto;
  margin-top: 150px;
}
#point .title {
  text-align: center;
}
#point .title span {
  background: var(--pri1);
  padding: 10px 20px;
  border-radius: 999px;
  display: inline-block;
  color: white;
  font-weight: 600;
}
#point .content {
  display: flex;
  gap: 100px;
  margin-top: 42px;
  justify-content: center;
  transition: all 0.5s ease;
}
#point .content li {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 74px;
  flex-basis: 33.333%;
}
#point .content li span h3 {
  margin-bottom: 30px;
  color: var(--pri1);
}
#point .content li span h6 {
  width: 80%;
  margin: 0 auto;
}
#point .content li:nth-child(2) {
  margin-top: 100px;
}
@media screen and (max-width: 1023px) {
  #point .content {
    gap: 30px;
  }
}
@media screen and (max-width: 767px) {
  #point .content {
    flex-direction: column;
    gap: 50px;
    width: 90%;
    margin: 0 auto;
    margin-top: 42px;
  }
  #point .content li {
    flex-direction: row;
    gap: 40px;
  }
  #point .content li > img {
    width: 150px;
  }
  #point .content li span {
    text-align: left;
  }
  #point .content li span h3 {
    margin-bottom: 10px;
  }
  #point .content li span h6 {
    width: auto;
    margin: 0;
  }
  #point .content li:nth-child(2) {
    margin-top: 0px;
    flex-direction: row-reverse;
  }
  #point .content li:nth-child(2) span {
    margin-left: 20px;
  }
}

.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: 99%;
  height: 70vh;
  z-index: 10000;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(20px); /* 살짝 아래에 위치 */
  background-color: white;
  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: 60px;
}
.pages-modal .container .pages-modal-close {
  width: 80px;
  height: 80px;
  cursor: pointer;
  top: -80px;
  left: 0%;
  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;
  gap: 50px;
  padding-bottom: 30px;
  border-bottom: 2px solid #1F86DB;
}
.pages-modal .container .pages-modal-nav > h5 {
  font-weight: bold;
  color: #1F86DB;
}
.pages-modal .container .pages-modal-nav > ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 30px;
}
.pages-modal .container .pages-modal-nav > ul li a {
  color: var(--black-a55);
  cursor: pointer;
  display: block;
}
.pages-modal .container .pages-modal-nav > ul li a.active {
  color: black;
  font-weight: 600;
}
.pages-modal .container .pages-modal-content {
  margin-top: 60px;
}
.pages-modal .container .pages-modal-content .content-wrap {
  display: flex;
  justify-content: space-between;
  gap: 50px;
}
.pages-modal .container .pages-modal-content .content-wrap .left {
  flex-basis: 50%;
}
.pages-modal .container .pages-modal-content .content-wrap .left .des h4 {
  font-weight: 600;
  color: #1F86DB;
  margin-bottom: 30px;
}
.pages-modal .container .pages-modal-content .content-wrap .left .des p {
  color: var(--black-a50);
  margin-bottom: 30px;
}
.pages-modal .container .pages-modal-content .content-wrap .left .des > ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.pages-modal .container .pages-modal-content .content-wrap .left .des > ul li {
  color: #7F97A6;
  background: #F2F9FD;
  padding: 5px 20px;
  display: block;
}
.pages-modal .container .pages-modal-content .content-wrap .left .symptom {
  margin-top: 50px;
}
.pages-modal .container .pages-modal-content .content-wrap .left .symptom h4 {
  font-weight: 600;
  color: #1F86DB;
  margin-bottom: 30px;
}
.pages-modal .container .pages-modal-content .content-wrap .left .symptom .content li {
  display: flex;
  color: var(--black-a50);
  margin-bottom: 5px;
}
.pages-modal .container .pages-modal-content .content-wrap .left .symptom .content li:before {
  content: "·";
  margin-right: 15px;
}
.pages-modal .container .pages-modal-content .content-wrap .left .symptom .content li:last-of-type {
  margin-bottom: 0px;
}
.pages-modal .container .pages-modal-content .content-wrap > img {
  flex-basis: 50%;
}
@media (width <= 1400px) {
  .pages-modal .pages-modal-content .content-wrap > img {
    width: 500px;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 1023px) {
  .pages-modal .container .pages-modal-content .content-wrap {
    flex-direction: column-reverse;
  }
}
@media screen and (max-width: 767px) {
  .pages-modal {
    width: 96%;
    height: 75vh;
    bottom: 2%;
    top: auto;
    transform: translateX(-50%) !important;
  }
  .pages-modal .container {
    padding: 20px 20px;
  }
  .pages-modal .container .pages-modal-nav {
    flex-direction: column;
    gap: 10px;
    padding-bottom: 10px;
  }
  .pages-modal .container .pages-modal-nav > ul {
    gap: 10px;
    justify-content: flex-start;
  }
  .pages-modal .container .pages-modal-content {
    margin-top: 30px;
  }
  .pages-modal .container .pages-modal-content .content-wrap {
    flex-direction: column-reverse;
    gap: 30px;
  }
  .pages-modal .container .pages-modal-content .content-wrap .left .des h4 {
    margin-bottom: 10px;
  }
  .pages-modal .container .pages-modal-content .content-wrap .left .des p {
    margin-bottom: 10px;
  }
  .pages-modal .container .pages-modal-content .content-wrap .left .des > ul {
    gap: 5px;
  }
  .pages-modal .container .pages-modal-content .content-wrap .left .symptom {
    margin-top: 30px;
  }
  .pages-modal .container .pages-modal-content .content-wrap .left .symptom h4 {
    margin-bottom: 10px;
  }
  .pages-modal .container .pages-modal-content .content-wrap .left .symptom .content li {
    margin-bottom: 0px;
  }
}

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

.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(--font);
  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(--font);
    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(--font);
    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(--font);
  font-size: 72px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: -1.44px;
  font-family: var(--font);
  text-align: center;
}
@media screen and (max-width: 1023px) {
  .community .title {
    font-family: var(--font);
    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(--font);
    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(--font);
  }
}
@media screen and (max-width: 767px) {
  .community .title {
    font-family: var(--font);
  }
}
.community .title-mini {
  text-align: center;
  font-family: var(--font);
  font-family: var(--font);
  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(--font);
    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(--font);
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 170%;
    letter-spacing: -0.56px;
  }
}
.community input {
  font-family: var(--font);
  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(--font);
    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(--font);
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 170%;
    letter-spacing: -0.56px;
  }
}
.community .step-tit {
  font-family: var(--font);
  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(--font);
    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(--font);
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: -0.72px;
  }
}
.community .step-tit span {
  font-family: var(--font);
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.88px;
  font-family: var(--font);
  margin-right: 0.625rem;
}
@media screen and (max-width: 1023px) {
  .community .step-tit span {
    font-family: var(--font);
    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(--font);
    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(--font);
  }
}
@media screen and (max-width: 767px) {
  .community .step-tit span {
    font-family: var(--font);
  }
}
.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(--font);
  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(--font);
    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(--font);
    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(--font);
  border: 0;
  height: 100%;
}
#join .step01 ul li:nth-child(3) label span {
  font-family: var(--font);
  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(--font);
    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(--font);
    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(--font);
  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(--font);
    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(--font);
    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(--font);
  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(--font);
    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(--font);
    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(--font);
  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(--font);
    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(--font);
    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(--font);
  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(--font);
    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(--font);
    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 {
  margin-top: 50px;
}
#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(--font);
  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(--font);
    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(--font);
    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(--font);
  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(--font);
    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(--font);
    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(--font);
  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(--font);
    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(--font);
    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(--font);
  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(--font);
    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(--font);
    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(--font);
  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(--font);
    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(--font);
    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(--font);
  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(--font);
    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(--font);
    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(--font);
  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(--font);
    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(--font);
    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 {
  border-radius: 20px;
  position: fixed;
  padding: 20px;
  color: white;
  background-color: var(--pri1);
}
@media screen and (max-width: 767px) {
  .privacy .popcont {
    font-size: 13px;
  }
  .privacy .popcont pre {
    font-size: 13px;
    word-wrap: break-word; /* 단어 단위로 줄 바꿈 */
    overflow-wrap: break-word; /* 최신 브라우저용 */
    white-space: normal; /* 기본 줄 바꿈 허용 */
  }
}

#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(--font);
  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(--font);
    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(--font);
    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 {
  text-align: center;
  max-width: 1600px;
  width: 80%;
  margin: 0 auto;
  overflow-x: auto;
  padding-top: 200px;
}
.pay h3 {
  padding-bottom: 90px;
}
.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 table tbody th {
  background-color: rgb(250, 250, 233);
}
.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(--pri2);
}
#board .board li {
  cursor: pointer;
  transition: all 0.5s ease;
}
#board .board .list-title {
  font-family: var(--font);
  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(--font);
    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(--font);
    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(--font);
  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(--font);
    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(--font);
    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(--font);
  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(--font);
    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(--font);
    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(--font);
  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(--font);
    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(--font);
    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(--font);
  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(--font);
    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(--font);
    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(--font);
  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(--font);
    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(--font);
    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(--font);
  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(--font);
    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(--font);
    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(--font);
  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(--font);
    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(--font);
    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(--font);
  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(--font);
  }
}
@media screen and (max-width: 767px) {
  .view .list-info .list-title span {
    font-family: var(--font);
  }
}
@media screen and (max-width: 1023px) {
  .view .list-info .list-title span {
    font-family: var(--font);
    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(--font);
  }
}
@media screen and (max-width: 1023px) and (max-width: 767px) {
  .view .list-info .list-title span {
    font-family: var(--font);
  }
}
@media screen and (max-width: 767px) {
  .view .list-info .list-title span {
    font-family: var(--font);
    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(--font);
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .view .list-info .list-title span {
    font-family: var(--font);
  }
}
.view .content {
  position: relative;
  font-family: var(--font);
  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(--font);
    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(--font);
    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(--font);
  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(--font);
    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(--font);
    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(--font);
  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(--font);
    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(--font);
    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(--font);
  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(--font);
    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(--font);
    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(--font);
  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(--font);
    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(--font);
    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(--font);
  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(--font);
    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(--font);
    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(--font);
  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(--font);
    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(--font);
    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(--font);
  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(--font);
    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(--font);
    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(--font);
  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(--font);
    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(--font);
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    letter-spacing: -0.56px;
  }
}
.write .personal-infor p {
  font-family: var(--font);
  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(--font);
    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(--font);
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 170%;
    letter-spacing: -0.56px;
  }
}
.write .personal-infor label span {
  font-family: var(--font);
  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(--font);
    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(--font);
    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(--font);
  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(--font);
    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(--font);
    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(--font);
  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(--font);
    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(--font);
    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(--font);
  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(--font);
  }
}
@media screen and (max-width: 767px) {
  .event li .list-title span {
    font-family: var(--font);
  }
}
@media screen and (max-width: 1023px) {
  .event li .list-title span {
    font-family: var(--font);
    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(--font);
  }
}
@media screen and (max-width: 1023px) and (max-width: 767px) {
  .event li .list-title span {
    font-family: var(--font);
  }
}
@media screen and (max-width: 767px) {
  .event li .list-title span {
    font-family: var(--font);
    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(--font);
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .event li .list-title span {
    font-family: var(--font);
  }
}
@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 */