@charset "UTF-8";
.detail-content, .detailga-content {
  color: #666666;
  padding: 7rem;
}
@media all and (max-width: 1023px) {
  .detail-content, .detailga-content {
    padding: 4.3636363636rem;
  }
}
@media all and (max-width: 768px) {
  .detail-content, .detailga-content {
    padding: 2.4rem 0px;
  }
}
@media all and (max-width: 509px) {
  .detail-content, .detailga-content {
    padding: 2.25rem 0px;
  }
}
@media only print {
  .detail-content, .detailga-content {
    padding: 3mm 0;
  }
}
@media all and (max-width: 768px) {
  .detail-content:has(.key), .detailga-content:has(.key) {
    padding-bottom: 1.8rem;
  }
}
@media all and (max-width: 509px) {
  .detail-content:has(.key), .detailga-content:has(.key) {
    padding-bottom: 15px;
  }
}
.detail-content > p, .detailga-content > p {
  padding-bottom: 3.2rem;
}
@media all and (max-width: 509px) {
  .detail-content > p, .detailga-content > p {
    padding-bottom: 2.25rem;
  }
}
@media only print {
  .detail-content > p, .detailga-content > p {
    padding-bottom: 4mm;
  }
}
.detail-content img, .detailga-content img, .detail-content iframe, .detailga-content iframe, .detail-content video, .detailga-content video {
  max-width: 100%;
}
.detail-content > *:last-child, .detailga-content > *:last-child {
  padding-bottom: 0px;
}

.swiper-pagination-fraction.swiper-pagination, .swiper-pagination-progressbar.swiper-pagination {
  position: relative;
  left: unset;
  right: unset;
  top: unset;
  bottom: unset;
  width: auto;
}

@font-face {
  font-family: "Pretendard";
  src: url("/fonts/user/Pretendard-Light.otf") format("openType");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Pretendard";
  src: url("/fonts/user/Pretendard-Regular.otf") format("openType");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Pretendard";
  src: url("/fonts/user/Pretendard-Medium.otf") format("openType");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Pretendard";
  src: url("/fonts/user/Pretendard-SemiBold.otf") format("openType");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Pretendard";
  src: url("/fonts/user/Pretendard-Bold.otf") format("openType");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Pretendard";
  src: url("/fonts/user/Pretendard-ExtraBold.otf") format("openType");
  font-weight: 800;
  font-style: normal;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

*:lang(en), [data-lang=en] {
  letter-spacing: 0;
}

a {
  color: #333;
  text-decoration: none;
}

img {
  border: 0;
  vertical-align: middle;
}

ul, ol, li {
  list-style: none;
}

input[type=text],
input[type=password],
input[type=tel],
input[type=search] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: none;
  background: transparent;
  outline-style: none;
}
input[type=text]::placeholder,
input[type=password]::placeholder,
input[type=tel]::placeholder,
input[type=search]::placeholder {
  opacity: 0.8;
}

input[type=search]::-webkit-search-decoration, input[type=search]::-webkit-search-results-decoration, input[type=search]::-webkit-search-results-button, input[type=search]::-webkit-search-cancel-button {
  display: none;
}

button,
input[type=submit],
input[type=button] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: none;
  background: transparent;
  cursor: pointer;
}

textarea {
  resize: none;
  outline: none;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: none;
  background: transparent;
}

select {
  appearance: none;
}

table {
  table-layout: fixed;
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

/* projesct css setting */
html {
  /* 영어+숫자+특수문자, 한글, 나머지 */
  font-family: "Pretendard", sans-serif;
  font-size: 10px;
}
@media all and (max-width: 1439px) {
  html {
    font-size: 9.5833333333px;
  }
}
@media all and (max-width: 1307px) {
  html {
    font-size: 9.375px;
  }
}
@media all and (max-width: 1023px) {
  html {
    font-size: 9.1666666667px;
  }
}
@media all and (max-width: 768px) {
  html {
    font-size: 8.3333333333px;
    -webkit-text-size-adjust: none;
    -moz-text-size-adjust: none;
    -ms-text-size-adjust: none;
  }
}
@media all and (max-width: 509px) {
  html {
    font-size: 6.6666666667px;
  }
}
@media only print {
  html {
    margin: 0;
    padding: 0;
  }
}
html.seal {
  overflow: hidden;
  overscroll-behavior: contain;
}

body {
  position: relative;
  font-size: 1.6rem;
  line-height: 2.24rem;
  letter-spacing: -0.08rem;
  color: #000000;
  overflow-x: hidden;
}
@media all and (max-width: 1023px) {
  body {
    font-size: 1.7454545455rem;
    line-height: 2.4436363636rem;
    letter-spacing: -0.0872727273rem;
  }
}
@media all and (max-width: 768px) {
  body {
    font-size: 1.8rem;
    line-height: 2.52rem;
    letter-spacing: -0.09rem;
  }
}
@media all and (max-width: 509px) {
  body {
    font-size: 2.25rem;
    line-height: 3.15rem;
    letter-spacing: -0.1125rem;
  }
}
@media all and (max-width: 768px) {
  body {
    -webkit-text-size-adjust: none;
    -moz-text-size-adjust: none;
    -ms-text-size-adjust: none;
  }
}
@media only print {
  body {
    margin: 0;
    padding: 0;
  }
}
body.seal {
  overflow: hidden;
  overscroll-behavior: contain;
}

input {
  font-family: "Pretendard", sans-serif;
  font-size: 1.6rem;
  line-height: 2.24rem;
  letter-spacing: -0.08rem;
}
@media all and (max-width: 1023px) {
  input {
    font-size: 1.7454545455rem;
    line-height: 2.4436363636rem;
    letter-spacing: -0.0872727273rem;
  }
}
@media all and (max-width: 768px) {
  input {
    font-size: 1.8rem;
    line-height: 2.52rem;
    letter-spacing: -0.09rem;
  }
}
@media all and (max-width: 509px) {
  input {
    font-size: 2.25rem;
    line-height: 3.15rem;
    letter-spacing: -0.1125rem;
  }
}
input::placeholder {
  font-family: "Pretendard", sans-serif;
  font-size: 1.6rem;
  line-height: 2.24rem;
  letter-spacing: -0.08rem;
}
@media all and (max-width: 1023px) {
  input::placeholder {
    font-size: 1.7454545455rem;
    line-height: 2.4436363636rem;
    letter-spacing: -0.0872727273rem;
  }
}
@media all and (max-width: 768px) {
  input::placeholder {
    font-size: 1.8rem;
    line-height: 2.52rem;
    letter-spacing: -0.09rem;
  }
}
@media all and (max-width: 509px) {
  input::placeholder {
    font-size: 2.25rem;
    line-height: 3.15rem;
    letter-spacing: -0.1125rem;
  }
}

input[type=number] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: none;
  background: transparent;
  outline-style: none;
}
input[type=number]::placeholder {
  opacity: 0.8;
}

input[type=date], input[type=month] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: none;
  background: transparent;
  outline-style: none;
}
input[type=date]::-webkit-clear-button, input[type=month]::-webkit-clear-button {
  /* 달력 이모지 없애기 */
  display: none;
}
input[type=date]::-webkit-inner-spin-button, input[type=month]::-webkit-inner-spin-button {
  /* 달력 이모지 없애기 */
  display: none;
}
input[type=date]::-webkit-calendar-picker-indicator, input[type=month]::-webkit-calendar-picker-indicator {
  /* input 어떤 곳을 클릭해도 캘린터 클릭한 것과 같게 */
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  color: transparent;
}

button, textarea {
  font-family: "Pretendard", sans-serif;
  font-size: 1.6rem;
  line-height: 2.24rem;
  letter-spacing: -0.08rem;
}
@media all and (max-width: 1023px) {
  button, textarea {
    font-size: 1.7454545455rem;
    line-height: 2.4436363636rem;
    letter-spacing: -0.0872727273rem;
  }
}
@media all and (max-width: 768px) {
  button, textarea {
    font-size: 1.8rem;
    line-height: 2.52rem;
    letter-spacing: -0.09rem;
  }
}
@media all and (max-width: 509px) {
  button, textarea {
    font-size: 2.25rem;
    line-height: 3.15rem;
    letter-spacing: -0.1125rem;
  }
}
button .txt, textarea .txt {
  font-family: "Pretendard", sans-serif;
  font-size: 1.6rem;
  line-height: 2.24rem;
  letter-spacing: -0.08rem;
  line-height: 1.6rem;
}
@media all and (max-width: 1023px) {
  button .txt, textarea .txt {
    font-size: 1.7454545455rem;
    line-height: 2.4436363636rem;
    letter-spacing: -0.0872727273rem;
  }
}
@media all and (max-width: 768px) {
  button .txt, textarea .txt {
    font-size: 1.8rem;
    line-height: 2.52rem;
    letter-spacing: -0.09rem;
  }
}
@media all and (max-width: 509px) {
  button .txt, textarea .txt {
    font-size: 2.25rem;
    line-height: 3.15rem;
    letter-spacing: -0.1125rem;
  }
}
@media all and (max-width: 1023px) {
  button .txt, textarea .txt {
    line-height: 1.7454545455rem;
  }
}
@media all and (max-width: 768px) {
  button .txt, textarea .txt {
    line-height: 1.8rem;
  }
}
@media all and (max-width: 509px) {
  button .txt, textarea .txt {
    line-height: 2.25rem;
  }
}

select {
  font-family: "Pretendard", sans-serif;
  font-size: 1.6rem;
  line-height: 2.24rem;
  letter-spacing: -0.08rem;
}
@media all and (max-width: 1023px) {
  select {
    font-size: 1.7454545455rem;
    line-height: 2.4436363636rem;
    letter-spacing: -0.0872727273rem;
  }
}
@media all and (max-width: 768px) {
  select {
    font-size: 1.8rem;
    line-height: 2.52rem;
    letter-spacing: -0.09rem;
  }
}
@media all and (max-width: 509px) {
  select {
    font-size: 2.25rem;
    line-height: 3.15rem;
    letter-spacing: -0.1125rem;
  }
}
address {
  font-style: normal;
}

@media only print {
  section {
    width: inherit;
  }
}

table th, table td {
  font-family: "Pretendard", sans-serif;
  font-size: 1.6rem;
  line-height: 2.24rem;
  letter-spacing: -0.08rem;
}
@media all and (max-width: 1023px) {
  table th, table td {
    font-size: 1.7454545455rem;
    line-height: 2.4436363636rem;
    letter-spacing: -0.0872727273rem;
  }
}
@media all and (max-width: 768px) {
  table th, table td {
    font-size: 1.8rem;
    line-height: 2.52rem;
    letter-spacing: -0.09rem;
  }
}
@media all and (max-width: 509px) {
  table th, table td {
    font-size: 2.25rem;
    line-height: 3.15rem;
    letter-spacing: -0.1125rem;
  }
}

iframe {
  margin: 0;
  padding: 0;
  border: 0;
}

.wrap {
  position: relative;
}
@media only print {
  .wrap {
    width: inherit;
    page-break-after: avoid;
    page-break-before: avoid;
  }
}
@media only print {
  .wrap-main {
    width: inherit;
    page-break-after: avoid;
    page-break-before: avoid;
  }
}
.wrap-sub .main {
  padding-bottom: 14rem;
}
@media all and (max-width: 1023px) {
  .wrap-sub .main {
    padding-bottom: 15.2727272727rem;
  }
}
@media all and (max-width: 768px) {
  .wrap-sub .main {
    padding-bottom: 9rem;
  }
}
@media only print {
  .wrap-sub .main {
    padding-bottom: 7.5rem;
  }
}

.layout {
  width: 1280px;
  margin: 0 auto;
}
@media all and (max-width: 1439px) {
  .layout {
    padding: 0 40px;
    width: 100%;
  }
}
@media all and (max-width: 509px) {
  .layout {
    padding: 0 15px;
  }
}
@media only print {
  .layout {
    width: inherit;
    page-break-after: avoid;
    page-break-before: avoid;
  }
}

.main {
  position: relative;
  background-color: #fff;
  padding-top: 10rem;
  padding-bottom: 14rem;
}
@media all and (max-width: 768px) {
  .main {
    padding-top: 5.4rem;
    padding-bottom: 10.8rem;
  }
}

.tag {
  position: relative;
  width: fit-content;
  display: block;
  border-radius: 3px;
  padding: 2px 5px;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1.96rem;
  letter-spacing: 0;
}
@media all and (max-width: 1023px) {
  .tag {
    font-size: 1.5272727273rem;
    line-height: 2.1381818182rem;
  }
}
@media all and (max-width: 768px) {
  .tag {
    font-size: 1.56rem;
    line-height: 2.184rem;
  }
}
@media all and (max-width: 509px) {
  .tag {
    font-size: 1.95rem;
    line-height: 2.73rem;
  }
}
.tag-normal {
  background-color: #001300;
  color: #07FF00;
}
.tag-off {
  background-color: #E5E5E5;
  color: #888888;
}

.logo {
  position: relative;
  display: block;
  width: 13.934rem;
  aspect-ratio: 13933/3460;
}
@media all and (max-width: 768px) {
  .logo {
    width: auto;
    height: 22px;
  }
}
.logo.logo-colorful > .icon {
  background: url("/images/user/common/logo-green.svg") no-repeat center;
  background-size: contain;
}
.logo > .icon {
  width: 100%;
  height: 100%;
  background: url("/images/user/common/logo-white.svg") no-repeat center;
  background-size: contain;
  transition: background 0.3s;
}
.logo > .txt {
  font-size: 0px;
}

.link {
  position: relative;
}

.tab {
  position: relative;
  cursor: pointer;
}
.tab.active {
  position: relative;
  z-index: 0;
  display: inline;
  background-image: linear-gradient(to bottom, transparent 60%, rgba(7, 255, 0, 0.3) 60%);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.tab.active .btn-tab {
  color: black;
}
.tabs {
  display: flex;
  align-items: center;
  gap: 4rem;
}
@media all and (max-width: 1023px) {
  .tabs {
    gap: 3.2727272727rem;
  }
}
@media all and (max-width: 768px) {
  .tabs {
    gap: 1.8rem;
  }
}
.tabs.swiper-tab.sub-tabs {
  overflow-x: clip;
  gap: unset;
}
.tabs.swiper-tab .swiper-slide {
  width: auto;
}
.tab-wrap {
  border-bottom: 1px solid #E5E5E5;
  padding-bottom: 2rem;
}

.sect-tit {
  display: none;
  padding-top: 70px;
  padding-bottom: 60px;
}
@media all and (max-width: 768px) {
  .sect-tit {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media only print {
  .sect-tit {
    padding-top: 0;
    padding-bottom: 8mm;
  }
}
.sect-tit.active {
  display: block;
}
.sect-quickbtns {
  position: absolute;
  right: 4rem;
  top: 40vh;
  bottom: 10rem;
  z-index: 99;
}
.sect-quickbtns .quickbtns-container {
  position: relative;
  display: flex;
  height: 100%;
}
@media all and (max-width: 1023px) {
  .sect-quickbtns .attention .tooltips {
    display: none;
  }
}
.sect-quickbtns .attentions-wrap {
  align-self: flex-end;
  position: sticky;
  bottom: 5rem;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.sect-quickbtns .btn-attention {
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(80px - 1rem);
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: #001300;
  margin: 0 auto;
}
@media all and (max-width: 768px) {
  .sect-quickbtns .btn-attention {
    width: calc(60px - 1rem);
    padding: 1.5rem;
  }
}
@media all and (max-width: 509px) {
  .sect-quickbtns .btn-attention {
    width: calc(50px - 1rem);
  }
}
.sect-scrollbar {
  position: fixed;
  right: 4rem;
  bottom: 4rem;
  z-index: 99;
  transition: bottom 0.3s;
}
@media all and (max-width: 509px) {
  .sect-scrollbar {
    bottom: 12rem;
  }
}

.img-empty, *:has(> img[alt*=없음]) {
  aspect-ratio: 290/186;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #F6F6F6;
}
.img-empty::after, *:has(> img[alt*=없음])::after {
  border-color: rgba(0, 0, 0, 0.0784313725);
}
.img-empty img, *:has(> img[alt*=없음]) img {
  max-width: 10rem;
}

.scrollbar {
  position: relative;
  display: block;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s;
}
.scrollbar.to-bottom .icon {
  transform: translate(-50%, -50%) rotate(0deg);
}
.scrollbar.to-top .icon {
  transform: translate(-50%, -50%) rotate(-180deg);
}
.scrollbar.active {
  opacity: 1;
  visibility: visible;
}
.scrollbar .round {
  position: relative;
  width: 80px;
  height: 80px;
  display: block;
}
@media all and (max-width: 768px) {
  .scrollbar .round {
    width: 60px;
    height: 60px;
  }
}
@media all and (max-width: 509px) {
  .scrollbar .round {
    width: 50px;
    height: 50px;
  }
}
.scrollbar .round::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: block;
  width: calc(100% - 1rem);
  height: calc(100% - 1rem);
  border-radius: 50%;
  backdrop-filter: brightness(50%) blur(30px);
  -webkit-backdrop-filter: brightness(50%) blur(30px);
}
.scrollbar .round-left, .scrollbar .round-right {
  position: absolute;
  top: 0;
  width: 40px;
  height: 80px;
  overflow: hidden;
  z-index: 10;
}
@media all and (max-width: 768px) {
  .scrollbar .round-left, .scrollbar .round-right {
    width: 30px;
    height: 60px;
  }
}
@media all and (max-width: 509px) {
  .scrollbar .round-left, .scrollbar .round-right {
    width: 25px;
    height: 50px;
  }
}
.scrollbar .round-left .bar, .scrollbar .round-right .bar {
  position: absolute;
  top: 0;
  width: 40px;
  height: 80px;
  border: 0.5rem solid #07FF00;
}
@media all and (max-width: 768px) {
  .scrollbar .round-left .bar, .scrollbar .round-right .bar {
    width: 30px;
    height: 60px;
  }
}
@media all and (max-width: 509px) {
  .scrollbar .round-left .bar, .scrollbar .round-right .bar {
    width: 25px;
    height: 50px;
  }
}
.scrollbar .round-left {
  left: 0;
}
.scrollbar .round-left .bar {
  left: 40px;
  border-top-right-radius: 80px;
  border-bottom-right-radius: 80px;
  border-left: 0;
  transform-origin: center left;
  transform: rotate(calc(18 * var(--scrollLeft, 0) / 5 * -1deg));
}
@media all and (max-width: 768px) {
  .scrollbar .round-left .bar {
    left: 30px;
    border-top-right-radius: 60px;
    border-bottom-right-radius: 60px;
  }
}
@media all and (max-width: 509px) {
  .scrollbar .round-left .bar {
    left: 25px;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
  }
}
.scrollbar .round-right {
  right: 0;
}
.scrollbar .round-right .bar {
  right: 40px;
  border-top-left-radius: 80px;
  border-bottom-left-radius: 80px;
  border-right: 0;
  transform-origin: center right;
  transform: rotate(calc(18 * var(--scrollRight, 0) / 5 * -1deg));
}
@media all and (max-width: 768px) {
  .scrollbar .round-right .bar {
    right: 30px;
    border-top-left-radius: 60px;
    border-bottom-left-radius: 60px;
  }
}
@media all and (max-width: 509px) {
  .scrollbar .round-right .bar {
    right: 25px;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
  }
}
.scrollbar .icon {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: block;
  transition: transform 0.3s;
}

.assi {
  position: relative;
}

.attention {
  position: relative;
}
.attention:hover .tooltips {
  animation: dropdownSlideDown 0.3s ease both;
  -webkit-animation: dropdownSlideDown 0.3s ease both;
  -moz-animation: dropdownSlideDown 0.3s ease;
  animation-play-state: running;
  -webkit-animation-play-state: running;
  -moz-animation-play-state: running;
}
@media all and (max-width: 509px) {
  .attention:hover .tooltips {
    animation: dropdownFadeOn 0.3s ease both;
    -webkit-animation: dropdownFadeOn 0.3s ease both;
    -moz-animation: dropdownFadeOn 0.3s ease;
    animation-play-state: running;
    -webkit-animation-play-state: running;
    -moz-animation-play-state: running;
  }
}
.add {
  position: relative;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 2.24rem;
  letter-spacing: -0.08rem;
  line-height: inherit;
  color: #218A00;
  vertical-align: middle;
}
@media all and (max-width: 768px) {
  .add {
    font-size: 1.68rem;
    line-height: 2.352rem;
    letter-spacing: -0.084rem;
  }
}
@media all and (max-width: 509px) {
  .add {
    font-size: 1.95rem;
    line-height: 2.73rem;
    letter-spacing: -0.0975rem;
  }
}
.add .icon {
  position: relative;
}
.add .icon > img {
  position: relative;
  width: 15px;
  height: 15px;
}
@media all and (max-width: 768px) {
  .add .icon > img {
    width: 12px;
    height: 12px;
  }
}
.add .txt {
  position: relative;
  vertical-align: middle;
}

.underline {
  position: relative;
  z-index: 0;
  display: inline;
  background-image: linear-gradient(to bottom, transparent 50%, rgba(7, 255, 0, 0.3) 50%);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.dropdown {
  /* dropdown, 클릭시 내려보이는 창 */
  --center: 50;
  --tailH: 16;
  position: absolute;
  right: 50%;
  top: 100%;
  transform: translate3d(calc(var(--center) * 1%), 25%, 0) rotateX(0deg);
  display: block;
  background-color: #001300;
  padding: 2rem 2rem 2.2rem;
  opacity: 0;
  visibility: hidden;
  z-index: 19;
}
@media all and (max-width: 509px) {
  .dropdown {
    transform: translate3d(calc(var(--center) * 1%), 15px, 0) rotateX(0deg);
  }
}
.dropdown::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 100%;
  display: block;
  border-top: 0.3rem solid transparent;
  border-right: 0.4rem solid transparent;
  border-bottom: 0.3rem solid transparent;
  border-left: 0.4rem solid transparent;
  border-top-width: 0.6rem;
  border-bottom-width: 0.6rem;
  border-bottom-color: #001300;
}
@media all and (max-width: 1023px) {
  .dropdown::before {
    border-top-width: 0.3272727273rem;
    border-right-width: 0.4363636364rem;
    border-bottom-width: 0.3272727273rem;
    border-left-width: 0.4363636364rem;
    border-top-width: 0.6545454545rem;
    border-bottom-width: 0.6545454545rem;
  }
}
@media all and (max-width: 768px) {
  .dropdown::before {
    border-top-width: 0.36rem;
    border-right-width: 0.48rem;
    border-bottom-width: 0.36rem;
    border-left-width: 0.48rem;
    border-top-width: 0.72rem;
    border-bottom-width: 0.72rem;
  }
}
@media all and (max-width: 509px) {
  .dropdown::before {
    border-top-width: 0.45rem;
    border-right-width: 0.6rem;
    border-bottom-width: 0.45rem;
    border-left-width: 0.6rem;
    border-top-width: 0.9rem;
    border-bottom-width: 0.9rem;
  }
}
.dropdown.active {
  animation: dropdownSlideDown 0.3s ease both;
  -webkit-animation: dropdownSlideDown 0.3s ease both;
  -moz-animation: dropdownSlideDown 0.3s ease;
  animation-play-state: running;
  -webkit-animation-play-state: running;
  -moz-animation-play-state: running;
}
@media all and (max-width: 509px) {
  .dropdown.active {
    animation: dropdownFadeOn 0.3s ease both;
    -webkit-animation: dropdownFadeOn 0.3s ease both;
    -moz-animation: dropdownFadeOn 0.3s ease;
    animation-play-state: running;
    -webkit-animation-play-state: running;
    -moz-animation-play-state: running;
  }
}
.dropdown.close {
  animation: dropdownSlideUp 0.3s ease both;
  -webkit-animation: dropdownSlideUp 0.3s ease both;
  -moz-animation: dropdownSlideUp 0.3s ease;
  animation-play-state: running;
  -webkit-animation-play-state: running;
  -moz-animation-play-state: running;
}
@media all and (max-width: 509px) {
  .dropdown.close {
    animation: dropdownFadeOff 0.3s ease both;
    -webkit-animation: dropdownFadeOff 0.3s ease both;
    -moz-animation: dropdownFadeOff 0.3s ease;
    animation-play-state: running;
    -webkit-animation-play-state: running;
    -moz-animation-play-state: running;
  }
}
.dropdown-btn-close {
  position: absolute;
  right: 6px;
  top: 6px;
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  aspect-ratio: 1/1;
  padding: 5px;
}
.dropdown-btn-close .icon {
  position: relative;
  display: flex;
  width: 100%;
  height: 100%;
}
.dropdown-btn-close .icon img {
  width: 100%;
  height: 100%;
}
.dropli:not(:last-child) {
  margin-bottom: 1rem;
}
.droplink {
  position: relative;
  display: block;
  font-size: 1.6rem;
  line-height: 2.24rem;
  letter-spacing: -0.08rem;
  color: #808980;
  white-space: nowrap;
}
@media all and (max-width: 1023px) {
  .droplink {
    font-size: 1.7454545455rem;
    line-height: 2.4436363636rem;
    letter-spacing: -0.0872727273rem;
  }
}
@media all and (max-width: 768px) {
  .droplink {
    font-size: 1.8rem;
    line-height: 2.52rem;
    letter-spacing: -0.09rem;
  }
}
@media all and (max-width: 509px) {
  .droplink {
    font-size: 2.25rem;
    line-height: 3.15rem;
    letter-spacing: -0.1125rem;
  }
}
.droplink:hover {
  color: #07FF00;
}
.droplink.current {
  color: #07FF00;
}

.tooltips {
  --center: 50;
  --tailH: 16;
  position: absolute;
  right: 50%;
  top: 100%;
  right: 250%;
  top: 50%;
  transform: translate3d(calc(var(--center) * 1%), 25%, 0) rotateX(0deg);
  display: block;
  background-color: #001300;
  color: #fff;
  padding: 2rem 2rem 2.2rem;
  opacity: 0;
  visibility: hidden;
  z-index: 19;
  animation: dropdownSlideUp 0.3s ease both;
  -webkit-animation: dropdownSlideUp 0.3s ease both;
  -moz-animation: dropdownSlideUp 0.3s ease;
  animation-play-state: running;
  -webkit-animation-play-state: running;
  -moz-animation-play-state: running;
}
@media all and (max-width: 509px) {
  .tooltips {
    animation: dropdownFadeOff 0.3s ease both;
    -webkit-animation: dropdownFadeOff 0.3s ease both;
    -moz-animation: dropdownFadeOff 0.3s ease;
    animation-play-state: running;
    -webkit-animation-play-state: running;
    -moz-animation-play-state: running;
  }
}
@media all and (max-width: 509px) {
  .tooltips {
    transform: translate3d(calc(var(--center) * 1%), 15px, 0) rotateX(0deg);
  }
}
.tooltips::before {
  content: "";
  position: absolute;
  left: calc(100% + 0.6rem);
  transform: translateX(-50%);
  bottom: 50%;
  display: block;
  border-top: 0.3rem solid transparent;
  border-right: 0.4rem solid transparent;
  border-bottom: 0.3rem solid transparent;
  border-left: 0.4rem solid transparent;
  border-right-width: 0.8rem;
  border-left-width: 0.8rem;
  border-left-color: #001300;
}
@media all and (max-width: 1023px) {
  .tooltips::before {
    border-top-width: 0.3272727273rem;
    border-right-width: 0.4363636364rem;
    border-bottom-width: 0.3272727273rem;
    border-left-width: 0.4363636364rem;
    border-right-width: 0.8727272727rem;
    border-left-width: 0.8727272727rem;
  }
}
@media all and (max-width: 768px) {
  .tooltips::before {
    border-top-width: 0.36rem;
    border-right-width: 0.48rem;
    border-bottom-width: 0.36rem;
    border-left-width: 0.48rem;
    border-right-width: 0.96rem;
    border-left-width: 0.96rem;
  }
}
@media all and (max-width: 509px) {
  .tooltips::before {
    border-top-width: 0.45rem;
    border-right-width: 0.6rem;
    border-bottom-width: 0.45rem;
    border-left-width: 0.6rem;
    border-right-width: 1.2rem;
    border-left-width: 1.2rem;
  }
}

.checkbox-custom {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 3px;
}
.checkbox-input {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: none;
  background: transparent;
}
.checkbox-input:checked + .checkbox-icon {
  border-color: #001300;
  background: #001300 url("/images/user/common/icon-input-check-green.svg") no-repeat center;
  background-size: 10px;
}
.checkbox-icon {
  position: relative;
  width: 18px;
  height: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 1px solid #686C70;
  background: #fff url("/images/user/common/icon-input-check-gray.svg") no-repeat center;
  background-size: 10px;
  transition: background 0.3s, border 0.3s;
  z-index: 1;
}
.radio-custom {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 3px;
}
.radio-input {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: none;
  background: transparent;
  display: none;
}
.radio-input:checked + .radio-icon {
  border-color: #001300;
  background: radial-gradient(circle, #07FF00 3px, #001300 3px);
}
.radio-icon {
  position: relative;
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 1px solid #686C70;
  background: #fff;
  transition: background 0.3s, border 0.3s;
  z-index: 1;
}
.color-main {
  color: #07FF00 !important;
}
.color-green {
  color: #07FF00 !important;
}

.txt-medium {
  font-weight: 500;
}
.txt-semibold {
  font-weight: 600;
}
.txt-bold {
  font-weight: 700;
}
.txt-extrabold {
  font-weight: 800;
}
.txt-black {
  font-weight: 900;
}

.icon > img {
  width: 100%;
  height: 100%;
}

.loading {
  opacity: 0 !important;
}

.alert {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  border-radius: 3px;
  background-color: #001300;
  color: #07FF00;
  word-break: keep-all;
  pointer-events: none;
  z-index: 1019;
  padding: 3px 9px;
}

@page {
  size: auto;
  margin: 15mm;
  page-break-after: always;
  counter-increment: page;
}
.ordered-num-list.jo {
  counter-reset: circle 0;
}
.ordered-num-list.jo > li {
  position: relative;
  line-height: 1.8;
}
.ordered-num-list.jo > li::before {
  content: "제 " counter(circle) "조";
  position: relative;
  display: inline-block;
  counter-increment: circle 1;
}
.ordered-num-list.jo .term {
  padding-left: 14px;
}

.ordered-num-list.circle {
  counter-reset: circle 0;
}
.ordered-num-list.circle.theme-green > li::before {
  flex: 0 0 20px;
  width: 20px;
  height: 20px;
  border: unset;
  background-color: #001300;
  font-weight: 700;
  color: #07FF00;
  line-height: 20px;
}
.ordered-num-list.circle > li {
  position: relative;
  line-height: 1.8;
}
.ordered-num-list.circle > li::before {
  content: counter(circle);
  flex: 0 0 14px;
  position: relative;
  display: inline-block;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border: 1px solid #333;
  counter-increment: circle 1;
  font-size: 10px;
  text-align: center;
  line-height: 1.4;
  margin-top: 2px;
  margin-right: 7px;
}
.ordered-num-list.circle .term {
  padding-left: 14px;
}

.ordered-num-list.num-point {
  list-style: decimal;
  list-style-type: decimal;
  padding-inline-start: 18px;
}
.ordered-num-list.num-point > li {
  display: list-item;
  list-style: decimal;
}
.ordered-num-list.num-point .term {
  padding-left: 14px;
}

.line-skip {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.map-wrap {
  height: 394px;
}
.map-wrap .root_daum_roughmap {
  width: 100%;
  height: 100%;
}
.map-wrap .root_daum_roughmap .wrap_map {
  height: calc(100% - 32px);
}

/* projesct css setting */
/* animation */
@keyframes modalFadeIn {
  0% {
    left: 100%;
    opacity: 0;
  }
  10% {
    left: 0;
    opacity: 0;
  }
  100% {
    left: 0;
    opacity: 1;
  }
}
@keyframes modalFadeOut {
  0% {
    left: 0;
    opacity: 1;
  }
  90% {
    left: 0;
    opacity: 0;
  }
  100% {
    left: 100%;
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  90% {
    opacity: 0;
  }
  100% {
    z-index: 0;
    visibility: hidden;
    display: none;
  }
}
@keyframes dropdownSlideUp {
  0% {
    transform: translate3d(calc(var(--center) * 1%), calc(var(--tailH) * 1px + 0%), 0) rotateX(0deg);
    opacity: 1;
    visibility: visible;
  }
  90% {
    transform: translate3d(calc(var(--center) * 1%), 25%, 0) rotateX(0deg);
    opacity: 0;
    visibility: visible;
  }
  100% {
    transform: translate3d(calc(var(--center) * 1%), 25%, 0) rotateX(0deg);
    opacity: 0;
    visibility: hidden;
    display: none;
  }
}
@keyframes dropdownSlideDown {
  0% {
    transform: translate3d(calc(var(--center) * 1%), 25%, 0) rotateX(0deg);
    opacity: 0;
    visibility: hidden;
    display: flex;
  }
  10% {
    transform: translate3d(calc(var(--center) * 1%), 25%, 0) rotateX(0deg);
    opacity: 1;
    visibility: visible;
  }
  100% {
    transform: translate3d(calc(var(--center) * 1%), calc(var(--tailH) * 1px + 0%), 0) rotateX(0deg);
    opacity: 1;
    visibility: visible;
  }
}
@keyframes dropdownFadeOff {
  0% {
    opacity: 1;
    visibility: visible;
  }
  90% {
    opacity: 0;
    visibility: visible;
  }
  100% {
    opacity: 0;
    visibility: hidden;
    display: none;
  }
}
@keyframes dropdownFadeOn {
  0% {
    opacity: 0;
    visibility: hidden;
    display: flex;
  }
  10% {
    opacity: 1;
    visibility: visible;
  }
  100% {
    opacity: 1;
    visibility: visible;
  }
}
@keyframes moveLeftRight {
  0% {
    margin-left: 0;
    margin-right: 0;
  }
  50% {
    margin-left: 5px;
    margin-right: -5px;
  }
  100% {
    margin-left: 0;
    margin-right: 0;
  }
}
@keyframes moveUpDown {
  0% {
    margin-up: 0;
    margin-bottom: 0;
  }
  50% {
    margin-up: 5px;
    margin-bottom: -5px;
  }
  100% {
    margin-up: 0;
    margin-bottom: 0;
  }
}
@keyframes rotate360 {
  100% {
    transform: rotate(360deg);
  }
}
/* //animation */
.btn {
  cursor: pointer;
}
.btns {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin: 0 auto;
}
@media all and (max-width: 509px) {
  .btns {
    flex-wrap: wrap;
  }
}
.btn-modalnav {
  width: 20px;
  height: 20px;
  display: none;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
}
@media all and (max-width: 1199px) {
  .btn-modalnav {
    display: flex;
  }
}
.btn-modalnav .bar {
  width: 100%;
  height: 2px;
  background-color: #fff;
}
.btn-modalnav .bar:nth-child(2) {
  width: 66.6666666667%;
}
.btn-modal-filter {
  display: none;
}
@media all and (max-width: 768px) {
  .btn-modal-filter {
    display: block;
  }
}
.btn-close-today {
  display: flex;
  justify-content: center;
  align-items: center;
}
.btn-close-today .txt {
  color: #fff;
}
.btn-close-today .icon {
  width: 12px;
}
.btn-open-search {
  position: relative;
  display: none;
  width: 30px;
  height: 30px;
  background: url("/images/user/common/icon-search-black.svg") no-repeat center;
  background-size: contain;
  background-position: center 2px;
}
@media all and (max-width: 768px) {
  .btn-open-search {
    display: block;
  }
}
.btn-search {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  background-color: #001300;
  padding-left: 7px;
}
@media all and (max-width: 768px) {
  .btn-search {
    background-color: #fff;
    padding-left: 0;
  }
}
.btn-search > .txt {
  display: block;
  color: #fff;
}
@media all and (max-width: 768px) {
  .btn-search > .txt {
    display: none;
  }
}
.btn-search > .icon {
  position: relative;
  width: 30px;
  height: 30px;
  background: url("/images/user/common/icon-search-white.svg") no-repeat center;
  background-size: contain;
}
@media all and (max-width: 768px) {
  .btn-search > .icon {
    background: url("/images/user/common/icon-search-black.svg") no-repeat center;
    background-size: cover;
    background-position: center 2px;
  }
}
.btn-search-detail {
  display: flex;
  justify-content: center;
  align-items: center;
}
.btn-search-detail > .txt {
  display: block;
  padding-bottom: 3px;
  line-height: 1;
  font-weight: 600;
}
.btn-search-detail > .icon {
  position: relative;
  width: 30px;
  height: 30px;
  background: url("/images/user/common/icon-arrow-bottom-black.svg") no-repeat center;
  background-size: 12px 8px;
}
.btn-attach-more {
  display: flex;
  gap: 10px;
  font-size: 14px;
  letter-spacing: -0.84px;
  color: #333;
}
.btn-attach-more.open > .icon {
  transform: rotate(180deg);
}
.btn-attach-more > .icon {
  width: 11px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: rotate(0deg);
  transform-origin: 50% 50%;
  transition: transform 0.3s;
}
.btn-attach-more > .icon > img {
  width: 100%;
  height: 100%;
}
.btn-list {
  width: 129px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 17px;
  background-color: #001300;
  color: #07FF00;
}
@media all and (max-width: 768px) {
  .btn-list {
    width: 97px;
    height: 40px;
    gap: 10px;
  }
}
.btn-list > .icon {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media all and (max-width: 768px) {
  .btn-list > .icon {
    width: 11px;
    height: 15px;
  }
  .btn-list > .icon > img {
    width: 100%;
  }
}
.btn-list > .txt {
  font-size: 1.6rem;
  line-height: 2.24rem;
  letter-spacing: -0.08rem;
}
@media all and (max-width: 1023px) {
  .btn-list > .txt {
    font-size: 1.7454545455rem;
    line-height: 2.4436363636rem;
    letter-spacing: -0.0872727273rem;
  }
}
@media all and (max-width: 768px) {
  .btn-list > .txt {
    font-size: 1.92rem;
    line-height: 2.688rem;
    letter-spacing: -0.096rem;
  }
}
@media all and (max-width: 509px) {
  .btn-list > .txt {
    font-size: 2.4rem;
    line-height: 3.36rem;
    letter-spacing: -0.12rem;
  }
}
.btn-board-cancel {
  width: 129px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 17px;
  border: 1px solid #001300;
  color: #001300;
}
@media all and (max-width: 768px) {
  .btn-board-cancel {
    width: 97px;
    height: 40px;
    gap: 12px;
  }
}
.btn-board-cancel > .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
@media all and (max-width: 768px) {
  .btn-board-cancel > .icon {
    width: 11px;
  }
  .btn-board-cancel > .icon img {
    width: 100%;
  }
}
.btn-board-cancel > .txt {
  line-height: 1;
  transition: all 0.3s;
}
@media all and (max-width: 768px) {
  .btn-board-cancel > .txt {
    font-size: 15px;
    letter-spacing: -0.9px;
    line-height: 24px;
  }
}
.btn-board-remove {
  width: 129px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 17px;
  border: 1px solid #001300;
  color: #001300;
}
@media all and (max-width: 768px) {
  .btn-board-remove {
    width: 97px;
    height: 40px;
    gap: 12px;
  }
}
.btn-board-remove > .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
@media all and (max-width: 768px) {
  .btn-board-remove > .icon {
    width: 11px;
  }
  .btn-board-remove > .icon img {
    width: 100%;
  }
}
.btn-board-remove > .txt {
  line-height: 1;
  transition: all 0.3s;
}
@media all and (max-width: 768px) {
  .btn-board-remove > .txt {
    font-size: 15px;
    letter-spacing: -0.9px;
    line-height: 24px;
  }
}
.btn-board-upload {
  width: 129px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 17px;
  background-color: #001300;
  color: #07FF00;
}
@media all and (max-width: 768px) {
  .btn-board-upload {
    width: 97px;
    height: 40px;
    gap: 10px;
  }
}
.btn-board-upload > .icon {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media all and (max-width: 768px) {
  .btn-board-upload > .icon {
    width: 11px;
    height: 15px;
  }
  .btn-board-upload > .icon > img {
    width: 100%;
  }
}
.btn-board-upload > .txt {
  font-size: 1.6rem;
  line-height: 2.24rem;
  letter-spacing: -0.08rem;
}
@media all and (max-width: 1023px) {
  .btn-board-upload > .txt {
    font-size: 1.7454545455rem;
    line-height: 2.4436363636rem;
    letter-spacing: -0.0872727273rem;
  }
}
@media all and (max-width: 768px) {
  .btn-board-upload > .txt {
    font-size: 1.92rem;
    line-height: 2.688rem;
    letter-spacing: -0.096rem;
  }
}
@media all and (max-width: 509px) {
  .btn-board-upload > .txt {
    font-size: 2.4rem;
    line-height: 3.36rem;
    letter-spacing: -0.12rem;
  }
}
.btn-border-black {
  width: 129px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 17px;
  border: 1px solid #001300;
  color: #001300;
}
@media all and (max-width: 768px) {
  .btn-border-black {
    width: 97px;
    height: 40px;
    gap: 12px;
  }
}
.btn-border-black > .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
@media all and (max-width: 768px) {
  .btn-border-black > .icon {
    width: 11px;
  }
  .btn-border-black > .icon img {
    width: 100%;
  }
}
.btn-border-black > .txt {
  line-height: 1;
  transition: all 0.3s;
}
@media all and (max-width: 768px) {
  .btn-border-black > .txt {
    font-size: 15px;
    letter-spacing: -0.9px;
    line-height: 24px;
  }
}
.btn-fill-black {
  width: 129px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 17px;
  background-color: #001300;
  color: #07FF00;
}
@media all and (max-width: 768px) {
  .btn-fill-black {
    width: 97px;
    height: 40px;
    gap: 10px;
  }
}
.btn-fill-black > .icon {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media all and (max-width: 768px) {
  .btn-fill-black > .icon {
    width: 11px;
    height: 15px;
  }
  .btn-fill-black > .icon > img {
    width: 100%;
  }
}
.btn-fill-black > .txt {
  font-size: 1.7rem;
  line-height: 2.38rem;
  letter-spacing: -0.085rem;
}
@media all and (max-width: 1023px) {
  .btn-fill-black > .txt {
    font-size: 1.8545454545rem;
    line-height: 2.5963636364rem;
    letter-spacing: -0.0927272727rem;
  }
}
@media all and (max-width: 768px) {
  .btn-fill-black > .txt {
    font-size: 2.04rem;
    line-height: 2.856rem;
    letter-spacing: -0.102rem;
  }
}
@media all and (max-width: 509px) {
  .btn-fill-black > .txt {
    font-size: 2.55rem;
    line-height: 3.57rem;
    letter-spacing: -0.1275rem;
  }
}
.btn-width-full {
  width: 100%;
}
.btn-dropdown {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.btn-dropdown.active .icon {
  transform: rotate(180deg);
}
.btn-dropdown .icon {
  width: 10px;
  height: 10px;
  background: url("/images/user/common/icon-arrow-bottom-white.svg") no-repeat center;
  background-size: 10px 6px;
  transform: rotate(0deg);
  transition: transform 0.3s;
}
.btn-dropdown .txt {
  color: #fff;
}
.btn-tooltips {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.btn-more {
  display: flex;
  justify-content: center;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 4rem;
  padding: 0 1.3rem 0 1.1rem;
  border: 1px solid #E5E5E5;
  transition: border 0.3s;
}
.btn-more .txt {
  font-weight: 500;
  color: rgba(0, 0, 0, 0.6);
  transition: color 0.3s;
}
.btn-more .icon {
  position: relative;
  width: 10px;
  height: 10px;
}
.btn-more .icon .bar {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: block;
  display: block;
  background-color: rgba(0, 0, 0, 0.6);
  border-radius: 2px;
}
.btn-more .icon .bar:first-child {
  width: 100%;
  height: 2px;
}
.btn-more .icon .bar:last-child {
  width: 2px;
  height: 100%;
}
.btn-zoomin {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
}
.btn-zoomin .txt {
  font-size: 1.5rem;
  line-height: 2.1rem;
  letter-spacing: -0.075rem;
}
@media all and (max-width: 1023px) {
  .btn-zoomin .txt {
    font-size: 1.6363636364rem;
    line-height: 2.2909090909rem;
    letter-spacing: -0.0818181818rem;
  }
}
@media all and (max-width: 768px) {
  .btn-zoomin .txt {
    font-size: 1.8rem;
    line-height: 2.52rem;
    letter-spacing: -0.09rem;
  }
}
@media all and (max-width: 509px) {
  .btn-zoomin .txt {
    font-size: 2.25rem;
    line-height: 3.15rem;
    letter-spacing: -0.1125rem;
  }
}
.btn-zoomin .icon {
  display: flex;
  width: 20px;
  height: 20px;
}
.btn-assi.btn-dropdown.active .icon {
  transform: unset;
}
.btn-assi.btn-dropdown .icon {
  background-image: unset;
}
.btn-assi .icon {
  width: 2rem;
  height: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 1px solid #001300;
  background-color: #001300;
  font-size: 1.4rem;
  line-height: 1.96rem;
  letter-spacing: -0.07rem;
  letter-spacing: 0;
  color: #07FF00;
}
.btn-file-attach {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #9D9D9D;
  background-color: #9D9D9D;
  color: #fff;
  padding-left: 1.9rem;
  padding-right: 2.1rem;
}
.btn-file-addlist, .btn-file-removelist {
  display: flex;
  justify-content: center;
  align-items: center;
  aspect-ratio: 1/1;
  border: 1px solid #DDDDDD;
  background-color: #fff;
}
.btn-file-addlist > img, .btn-file-removelist > img {
  width: 100%;
  max-width: 15px;
  height: 100%;
  max-height: 15px;
}
.btn-attention.btn-dropdown.active .icon {
  transform: rotate(0);
}
.btn-attention.btn-dropdown .icon {
  width: auto;
  height: auto;
  display: flex;
  background: transparent;
}
.btn-input-remove {
  display: none;
}
.btn-input-remove.active {
  display: block;
}
.btn-tab {
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 3.36rem;
  letter-spacing: -0.12rem;
  color: rgba(0, 0, 0, 0.3);
  transition: color 0.3s;
}
@media all and (max-width: 1023px) {
  .btn-tab {
    font-size: 2.1818181818rem;
    line-height: 3.0545454545rem;
    letter-spacing: -0.1090909091rem;
  }
}
@media all and (max-width: 768px) {
  .btn-tab {
    font-size: 2.4rem;
    line-height: 3.36rem;
    letter-spacing: -0.12rem;
  }
}
@media all and (max-width: 509px) {
  .btn-tab {
    font-size: 2.4rem;
    line-height: 3.36rem;
    letter-spacing: -0.12rem;
  }
}
.btn-control {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 1px solid #E5E5E5;
}
.btn-control.swiper-button-disabled {
  opacity: 0.35;
}
.btn-control.btn-more {
  width: 40px;
  height: 40px;
  display: none;
  padding: 0;
}
.btn-control.btn-more.active {
  display: flex;
}
.btn-video-play {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: block;
}
.btn-video-play.play .icon {
  opacity: 0;
}
.btn-video-play.pause .icon {
  opacity: 0.6;
}
.btn-video-play .icon {
  position: relative;
  min-width: 7.6rem;
  max-width: 7.6rem;
  min-height: 7.6rem;
  max-height: 7.6rem;
  border-radius: 50%;
  background: url("/images/user/common/icon-board-video-play-white.svg") no-repeat center;
  background-size: contain;
  z-index: 1;
  transition: opacity 0.3s;
}
@media all and (max-width: 509px) {
  .btn-video-play .icon {
    min-width: 7.5rem;
    max-width: 7.5rem;
    min-height: 7.5rem;
    max-height: 7.5rem;
  }
}
.btn-modify {
  width: 129px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 17px;
  background-color: #001300;
  color: #07FF00;
}
@media all and (max-width: 768px) {
  .btn-modify {
    width: 97px;
    height: 40px;
    gap: 10px;
  }
}
.btn-modify > .icon {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media all and (max-width: 768px) {
  .btn-modify > .icon {
    width: 11px;
    height: 15px;
  }
  .btn-modify > .icon > img {
    width: 100%;
  }
}
.btn-modify > .txt {
  font-size: 1.6rem;
  line-height: 2.24rem;
  letter-spacing: -0.08rem;
}
@media all and (max-width: 1023px) {
  .btn-modify > .txt {
    font-size: 1.7454545455rem;
    line-height: 2.4436363636rem;
    letter-spacing: -0.0872727273rem;
  }
}
@media all and (max-width: 768px) {
  .btn-modify > .txt {
    font-size: 1.92rem;
    line-height: 2.688rem;
    letter-spacing: -0.096rem;
  }
}
@media all and (max-width: 509px) {
  .btn-modify > .txt {
    font-size: 2.4rem;
    line-height: 3.36rem;
    letter-spacing: -0.12rem;
  }
}
.btn-modify.boardre-btn {
  width: 52px;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6.8527131783px;
  background-color: #001300;
  color: #07FF00;
}
.btn-modify.boardre-btn > .icon {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media all and (max-width: 768px) {
  .btn-modify.boardre-btn > .icon {
    width: 11px;
    height: 15px;
  }
  .btn-modify.boardre-btn > .icon > img {
    width: 100%;
  }
}
.btn-modify.boardre-btn > .txt {
  font-size: 1.5rem;
  line-height: 2.1rem;
  letter-spacing: -0.075rem;
}
@media all and (max-width: 1023px) {
  .btn-modify.boardre-btn > .txt {
    font-size: 1.6363636364rem;
    line-height: 2.2909090909rem;
    letter-spacing: -0.0818181818rem;
  }
}
@media all and (max-width: 768px) {
  .btn-modify.boardre-btn > .txt {
    font-size: 1.8rem;
    line-height: 2.52rem;
    letter-spacing: -0.09rem;
  }
}
@media all and (max-width: 509px) {
  .btn-modify.boardre-btn > .txt {
    font-size: 2.25rem;
    line-height: 3.15rem;
    letter-spacing: -0.1125rem;
  }
}
.btn-modify-info {
  width: 126px;
  height: 40px;
  border-width: 2px;
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 2.24rem;
  letter-spacing: -0.08rem;
}
.btn-remove {
  width: 129px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  background-color: #9D9D9D;
  color: #fff;
}
@media all and (max-width: 768px) {
  .btn-remove {
    width: 97px;
    height: 40px;
    gap: 10px;
  }
}
.btn-remove > .icon {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media all and (max-width: 768px) {
  .btn-remove > .icon {
    width: 11px;
    height: 15px;
    padding-top: 2.5px;
  }
  .btn-remove > .icon > img {
    width: 100%;
  }
}
.btn-remove > .txt {
  font-size: 1.5rem;
  line-height: 2.1rem;
  letter-spacing: -0.075rem;
}
@media all and (max-width: 1023px) {
  .btn-remove > .txt {
    font-size: 1.6363636364rem;
    line-height: 2.2909090909rem;
    letter-spacing: -0.0818181818rem;
  }
}
@media all and (max-width: 768px) {
  .btn-remove > .txt {
    font-size: 1.8rem;
    line-height: 2.52rem;
    letter-spacing: -0.09rem;
  }
}
@media all and (max-width: 509px) {
  .btn-remove > .txt {
    font-size: 2.25rem;
    line-height: 3.15rem;
    letter-spacing: -0.1125rem;
  }
}
.btn-remove.boardre-btn {
  width: 52px;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  background-color: #9D9D9D;
  color: #fff;
}
.btn-remove.boardre-btn > .icon {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media all and (max-width: 768px) {
  .btn-remove.boardre-btn > .icon {
    width: 11px;
    height: 15px;
    padding-top: 2.5px;
  }
  .btn-remove.boardre-btn > .icon > img {
    width: 100%;
  }
}
.btn-remove.boardre-btn > .txt {
  font-size: 1.5rem;
  line-height: 2.1rem;
  letter-spacing: -0.075rem;
}
@media all and (max-width: 1023px) {
  .btn-remove.boardre-btn > .txt {
    font-size: 1.6363636364rem;
    line-height: 2.2909090909rem;
    letter-spacing: -0.0818181818rem;
  }
}
@media all and (max-width: 768px) {
  .btn-remove.boardre-btn > .txt {
    font-size: 1.8rem;
    line-height: 2.52rem;
    letter-spacing: -0.09rem;
  }
}
@media all and (max-width: 509px) {
  .btn-remove.boardre-btn > .txt {
    font-size: 2.25rem;
    line-height: 3.15rem;
    letter-spacing: -0.1125rem;
  }
}
.btn-daejeon:hover .btn-daejeon-body .icon {
  animation-play-state: running;
  -webkit-animation-play-state: running;
  -moz-animation-play-state: running;
}
.btn-daejeon-wrap {
  position: absolute;
  right: 8rem;
  bottom: 8rem;
}
@media all and (max-width: 768px) {
  .btn-daejeon-wrap {
    right: 1.8rem;
    bottom: 1.8rem;
  }
}
@media all and (max-width: 509px) {
  .btn-daejeon-wrap {
    right: -20px;
    bottom: 3.825rem;
  }
}
.btn-daejeon-body {
  display: flex;
  align-items: center;
  gap: 7px;
  padding-top: 2rem;
}
.btn-daejeon-body .txt {
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 2.52rem;
  letter-spacing: -0.09rem;
  color: #fff;
}
.btn-daejeon-body .icon {
  position: relative;
  width: 10px;
  animation: moveLeftRight 0.8s ease both infinite;
  -webkit-animation: moveLeftRight 0.8s ease both infinite;
  -moz-animation: moveLeftRight 0.8s ease both infinite;
  animation-play-state: paused;
  -webkit-animation-play-state: paused;
  -moz-animation-play-state: paused;
}
.btn-daejeon-deco.btn-deco-img {
  animation: moveUpDown 1.3s ease both infinite;
  -webkit-animation: moveUpDown 1.3s ease both infinite;
  -moz-animation: moveUpDown 1.3s ease both infinite;
  animation-play-state: running;
  -webkit-animation-play-state: running;
  -moz-animation-play-state: running;
}
@media all and (max-width: 768px) {
  .btn-daejeon-deco.btn-deco-img {
    width: 80%;
  }
}
@media all and (max-width: 509px) {
  .btn-daejeon-deco.btn-deco-img {
    width: 40%;
  }
}
@media all and (max-width: 768px) {
  .btn-daejeon-deco.btn-deco-img img {
    width: 100%;
  }
}
.btn-daejeon-deco.btn-deco-txt {
  font-size: 1.2rem;
  line-height: 1.68rem;
  letter-spacing: -0.06rem;
  letter-spacing: 0.0552rem;
  color: rgba(255, 255, 255, 0.8);
}
@media all and (max-width: 1023px) {
  .btn-daejeon-deco.btn-deco-txt {
    font-size: 1.3090909091rem;
    line-height: 1.8327272727rem;
    letter-spacing: -0.0654545455rem;
  }
}
@media all and (max-width: 768px) {
  .btn-daejeon-deco.btn-deco-txt {
    font-size: 1.44rem;
    line-height: 2.016rem;
    letter-spacing: -0.072rem;
  }
}
@media all and (max-width: 509px) {
  .btn-daejeon-deco.btn-deco-txt {
    font-size: 1.47rem;
    line-height: 2.058rem;
    letter-spacing: -0.0735rem;
    line-height: 1.17306rem;
    letter-spacing: -0.09555rem;
  }
}
.btn-upload-cancle {
  width: 90px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 300;
  font-size: 1.5rem;
  line-height: 2.1rem;
  letter-spacing: -0.075rem;
  color: #fff;
  background-color: #1E241E;
  border: 1px solid #626662;
}
.wrap-matchingStartup .boardgf-pages .btn-search {
  padding-bottom: 2px;
}

.wrap-matchingInstitution .boardgf-pages .btn-search {
  padding-bottom: 2px;
}

/* 모달 공통 */
.modal {
  position: relative;
  background: #fff;
  z-index: 99;
}
.modal .btn-close {
  position: absolute;
  right: 0;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 10rem;
  height: 10rem;
  z-index: 99;
}
@media all and (max-width: 768px) {
  .modal .btn-close {
    width: 7.2rem;
    height: 7.2rem;
  }
}
@media all and (max-width: 509px) {
  .modal .btn-close {
    right: 6px;
    top: 6px;
    width: 6rem;
    height: 6rem;
  }
}
.modal .btn-close > img {
  width: 100%;
  height: 100%;
  max-width: 26px;
  aspect-ratio: 1/1;
}
@media all and (max-width: 768px) {
  .modal .btn-close > img {
    max-width: 20px;
  }
}
.modal .logo > .icon {
  background: url("/images/user/common/logo-green.svg") no-repeat center;
  background-size: contain;
}
.modals-container {
  position: absolute;
  display: flex;
  flex-wrap: wrap;
}
.modals-container > .modal-wrap {
  position: relative;
  left: unset;
  top: unset;
  right: unset;
  bottom: unset;
  display: none;
}
.modals-container > .modal-wrap.active {
  display: block;
}
.modal-wrap {
  position: fixed;
  left: 100%;
  top: 0;
  display: block;
  width: 100%;
  height: calc(var(--vh, 1vh) * 100);
  overflow-y: auto;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 1010;
}
@media only print {
  .modal-wrap {
    display: none;
  }
}
.modal-wrap.active {
  left: 0;
  animation: modalFadeIn 0.3s ease both;
  -webkit-animation: modalFadeIn 0.3s ease both;
  -moz-animation: modalFadeIn 0.3s ease;
  animation-play-state: running;
  -webkit-animation-play-state: running;
  -moz-animation-play-state: running;
}
.modal-wrap.close {
  animation: modalFadeOut 0.3s ease both;
  -webkit-animation: modalFadeOut 0.3s ease both;
  -moz-animation: modalFadeOut 0.3s ease;
  animation-play-state: running;
  -webkit-animation-play-state: running;
  -moz-animation-play-state: running;
}
.modal-first {
  /* 접속시팝업 */
}
.modal-first-wrap {
  position: absolute;
  width: auto;
  height: auto;
}
@media all and (max-width: 1023px) {
  .modal-first-wrap {
    width: 100vw;
  }
}
.modal-first-wrap .modal {
  background-color: transparent;
  width: 100%;
}
.modal-first-wrap .modal img {
  width: 100%;
}
.modal-first-wrap .modal .btn-close {
  position: relative;
  width: auto;
  height: auto;
}
@media all and (max-width: 1023px) {
  .modal-main {
    width: 100%;
  }
}
.modal-controller {
  /* 팝업 컨트롤 */
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #001300;
  padding: 10px 15px;
}
.modal-controller .btn-close {
  color: #fff;
}
.modal-nav {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  width: 100%;
  max-width: 360px;
  height: 100%;
  background-color: #001300;
  backdrop-filter: blur(0px);
}
@media all and (max-width: 768px) {
  .modal-nav {
    max-width: unset;
  }
}
.modal-nav .modal-logo {
  height: 22px;
}
.modal-nav .btn-close {
  position: relative;
  right: unset;
  top: unset;
  width: 50px;
  height: 50px;
  padding: 1.6rem;
}
.modal-nav-top {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 50px;
  padding-left: 15px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1019607843);
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.0509803922);
}
.modal-nav-wrap {
  background-color: transparent;
  overflow-y: unset;
}
.modal-nav-wrap.active {
  backdrop-filter: blur(5px);
  animation: modalFadeIn 0.3s ease both;
  -webkit-animation: modalFadeIn 0.3s ease both;
  -moz-animation: modalFadeIn 0.3s ease;
  animation-play-state: running;
  -webkit-animation-play-state: running;
  -moz-animation-play-state: running;
}
.modal-nav-wrap.close {
  backdrop-filter: blur(0px);
  animation: modalFadeOut 0.3s ease both;
  -webkit-animation: modalFadeOut 0.3s ease both;
  -moz-animation: modalFadeOut 0.3s ease;
  animation-play-state: running;
  -webkit-animation-play-state: running;
  -moz-animation-play-state: running;
}
.modal-nav-bottom {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
}
@media all and (max-width: 1439px) {
  .modal-login-dropdown {
    top: unset;
    bottom: calc(100% + var(--tailH) * 1px);
  }
}
@media all and (max-width: 768px) {
  .modal-login-dropdown {
    bottom: 100%;
    border: 1px solid #1A2B1A;
    transform: translate3d(calc(var(--center) * 1%), 0%, 0) rotateX(0deg);
  }
}
@media all and (max-width: 768px) {
  .modal-login-dropdown::before {
    bottom: unset;
    top: 100%;
    display: block;
    border-top: 0.3rem solid transparent;
    border-right: 0.4rem solid transparent;
    border-bottom: 0.3rem solid transparent;
    border-left: 0.4rem solid transparent;
    border-bottom-width: 0.6rem;
    border-top-width: 0.6rem;
    border-top-color: #1A2B1A;
  }
}
@media all and (max-width: 768px) and (max-width: 1023px) {
  .modal-login-dropdown::before {
    border-top-width: 0.3272727273rem;
    border-right-width: 0.4363636364rem;
    border-bottom-width: 0.3272727273rem;
    border-left-width: 0.4363636364rem;
    border-bottom-width: 0.6545454545rem;
    border-top-width: 0.6545454545rem;
  }
}
@media all and (max-width: 768px) and (max-width: 768px) {
  .modal-login-dropdown::before {
    border-top-width: 0.36rem;
    border-right-width: 0.48rem;
    border-bottom-width: 0.36rem;
    border-left-width: 0.48rem;
    border-bottom-width: 0.72rem;
    border-top-width: 0.72rem;
  }
}
@media all and (max-width: 768px) and (max-width: 509px) {
  .modal-login-dropdown::before {
    border-top-width: 0.45rem;
    border-right-width: 0.6rem;
    border-bottom-width: 0.45rem;
    border-left-width: 0.6rem;
    border-bottom-width: 0.9rem;
    border-top-width: 0.9rem;
  }
}
.modal-login-dropdown::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 100%;
  display: block;
  border-top: 0.25rem solid transparent;
  border-right: 0.35rem solid transparent;
  border-bottom: 0.25rem solid transparent;
  border-left: 0.35rem solid transparent;
  border-bottom-width: 0.5rem;
  border-top-width: 0.5rem;
  border-top-color: #001300;
}
@media all and (max-width: 1023px) {
  .modal-login-dropdown::after {
    border-top-width: 0.2727272727rem;
    border-right-width: 0.3818181818rem;
    border-bottom-width: 0.2727272727rem;
    border-left-width: 0.3818181818rem;
    border-bottom-width: 0.5454545455rem;
    border-top-width: 0.5454545455rem;
  }
}
@media all and (max-width: 768px) {
  .modal-login-dropdown::after {
    border-top-width: 0.3rem;
    border-right-width: 0.42rem;
    border-bottom-width: 0.3rem;
    border-left-width: 0.42rem;
    border-bottom-width: 0.6rem;
    border-top-width: 0.6rem;
  }
}
@media all and (max-width: 509px) {
  .modal-login-dropdown::after {
    border-top-width: 0.375rem;
    border-right-width: 0.525rem;
    border-bottom-width: 0.375rem;
    border-left-width: 0.525rem;
    border-bottom-width: 0.75rem;
    border-top-width: 0.75rem;
  }
}
.modal-login-dropdown-btn .txt {
  color: #fff;
}
@media all and (max-width: 768px) {
  .modal-login-dropdown-btn .txt {
    font-size: 1.92rem;
    line-height: 2.688rem;
    letter-spacing: -0.096rem;
  }
}
@media all and (max-width: 509px) {
  .modal-login-dropdown-btn .txt {
    font-size: 2.4rem;
    line-height: 3.36rem;
    letter-spacing: -0.12rem;
  }
}
.modal-filter {
  width: 320px;
  height: 100%;
  margin-left: auto;
  padding: 14px 15px 15px;
  overflow-y: auto;
}
@media all and (max-width: 509px) {
  .modal-filter {
    width: 100%;
  }
}
@media all and (max-width: 768px) {
  .modal-filter .btn-close {
    right: 5px;
    top: 5px;
    width: 56px;
    height: 56px;
  }
}
@media all and (max-width: 509px) {
  .modal-filter .boardgf-filters-wrap {
    margin: 0 auto;
  }
}
.modal-filter-wrap {
  left: 100%;
  top: 0;
  background-color: rgba(0, 0, 0, 0.4);
  transition: left 0.3s;
}
.modal-filter-wrap.active {
  left: 0;
}
.modal-company {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: block;
  display: block;
  width: 100%;
  max-width: 1000px;
}
@media all and (max-width: 509px) {
  .modal-company {
    top: 0;
    transform: translateX(-50%);
    height: 100%;
    overflow: auto;
  }
}
@media (orientation: landscape) and (max-width: 768px) {
  .modal-company {
    top: 0;
    transform: translateX(-50%);
    height: 100%;
    overflow: auto;
  }
}
@media all and (max-width: 509px) {
  .modal-company-wrap {
    overflow: hidden;
  }
}
.modal-company-top {
  display: flex;
  align-items: center;
  padding: 0 7rem;
  height: 10rem;
  background-color: #fff;
}
@media all and (max-width: 768px) {
  .modal-company-top {
    height: 7.2rem;
    padding: 0 4.8rem;
  }
}
@media all and (max-width: 509px) {
  .modal-company-top {
    position: sticky;
    top: 0;
    height: 8.4rem;
    padding: 0 3rem;
  }
}
.modal-zoomin {
  max-width: 1280px;
  max-height: calc(var(--vh, 1vh) * 100);
}
@media all and (max-width: 1439px) {
  .modal-zoomin {
    max-width: calc(100vw - 80px);
  }
}
@media all and (max-width: 509px) {
  .modal-zoomin {
    max-width: calc(100vw - 30px);
  }
}
.modal-zoomin.active .btn-close {
  position: fixed;
}
.modal-zoomin .modal-main {
  position: relative;
  height: auto;
}
.modal-zoomin .btn-close img {
  content: url("/images/user/common/btn-close-mobile-white.svg");
}
.modal-zoomin-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
}
.modal-upload {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  max-width: 780px;
}
@media all and (max-width: 768px) {
  .modal-upload {
    left: 0;
    top: 0;
    transform: unset;
  }
}
@media (orientation: landscape) and (max-width: 1023px) {
  .modal-upload {
    left: 0;
    top: 0;
    transform: unset;
  }
}
.modal-post {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 540px;
  height: 560px;
  overflow-y: auto;
  overflow-x: hidden;
  scrollbar-color: transparent transparent;
  scrollbar-width: thin;
  scrollbar-color: rgba(0, 0, 0, 0.4) transparent;
}
.modal-post::-webkit-scrollbar {
  width: 0px;
  background: transparent;
}
.modal-post::-webkit-scrollbar-track-piece {
  background: transparent;
}
.modal-post::-webkit-scrollbar-track {
  border-radius: 800px;
  background-color: transparent;
}
.modal-post::-webkit-scrollbar-thumb {
  border-radius: 800px;
  background-color: transparent;
}
.modal-post::-webkit-scrollbar {
  width: 8px;
}
.modal-post::-webkit-scrollbar-track {
  box-shadow: none;
}
.modal-post::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.4);
}
.modal-post .modal-top {
  height: 40px;
}
.modal-post .modal-main {
  padding: 20px;
}
.modal-post-wrap {
  z-index: 1001;
}
/* //모달 공통 */
.upload-container {
  padding: 4rem;
  padding-top: 3.5rem;
}
@media all and (max-width: 509px) {
  .upload-container {
    padding: 2.25rem;
  }
}
.upload-tit {
  font-weight: 700;
  font-size: 3rem;
  line-height: 4.2rem;
  letter-spacing: -0.15rem;
}
.upload-body {
  padding-top: 3rem;
}
.upload-file {
  display: grid;
  grid-template-columns: 40px 3fr 1fr 20px;
  background-color: #F6F6F6;
  border: 1px solid #EEEEEE;
  padding: 15px 17px 15px 15px;
}
@media all and (max-width: 768px) {
  .upload-file {
    grid-template-columns: 40px 1fr minmax(120px, 1fr) 20px;
  }
}
@media all and (max-width: 509px) {
  .upload-file {
    grid-template-columns: 40px 1fr 20px;
    grid-template-rows: repeat(3, auto);
  }
}
.upload-file.img .upload-file-icon {
  background: url("/images/user/pages/result/icon-upload-img-black.svg") no-repeat center;
}
.upload-file.video .upload-file-icon {
  background: url("/images/user/pages/result/icon-upload-video-black.svg") no-repeat center;
}
.upload-file.file .upload-file-icon {
  background: url("/images/user/pages/result/icon-upload-file-black.svg") no-repeat center;
}
.upload-file.complete .upload-file-check {
  background: url("/images/user/pages/result/icon-upload-check-green.svg") no-repeat center;
}
.upload-files {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.upload-file-icon {
  grid-row: span 2;
  width: 24px;
  height: 24px;
}
@media all and (max-width: 509px) {
  .upload-file-icon {
    grid-row: span 3;
    grid-column: 1/span 1;
  }
}
.upload-file-info {
  display: flex;
  align-items: center;
}
@media all and (max-width: 509px) {
  .upload-file-info {
    grid-column: 2/span 1;
    grid-row: 1/span 1;
  }
}
.upload-file-check {
  background: url("/images/user/pages/result/icon-upload-check-gray.svg") no-repeat center;
}
@media all and (max-width: 509px) {
  .upload-file-check {
    grid-column: span 1;
    grid-row: span 2;
  }
}
.upload-file-total {
  display: flex;
  flex-direction: column;
  gap: 6px;
  grid-template-rows: 1fr 30px;
  background-color: #001300;
  border: 1px solid #001300;
  padding: 1.8rem 2rem 2.2rem;
}
.upload-file-total-count {
  font-size: 12px;
  line-height: 16.8px;
  color: #fff;
}
.upload-file-total-bar {
  position: relative;
  display: flex;
  align-items: center;
  gap: 5px;
}
.upload-file-total-progress {
  flex: 1;
  height: 30px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: none;
  background: transparent;
}
.upload-file-total-progress::-webkit-progress-bar {
  background-color: #1E241E;
  width: 100%;
  height: 3rem;
}
.upload-file-total-progress::-webkit-progress-value {
  background-color: #07FF00;
  width: 100%;
  height: 3rem;
}
.upload-file-total-size {
  position: absolute;
  right: 105px;
  top: 50%;
  transform: translateY(-50%);
  text-align: right;
  font-weight: 300;
  font-size: 1.4rem;
  line-height: 1.96rem;
  letter-spacing: -0.07rem;
  color: #fff;
}
.upload-data-size {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-right: 10px;
  gap: 5px;
  font-size: 12px;
  line-height: 16.8px;
}
@media all and (max-width: 509px) {
  .upload-data-size {
    grid-column: 2/span 1;
    gird-row: 2/span 1;
  }
}
.upload-progress {
  grid-column: span 3;
  width: 100%;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: none;
  background: transparent;
}
@media all and (max-width: 509px) {
  .upload-progress {
    grid-column: span 2;
  }
}
.upload-progress::-webkit-progress-bar {
  background-color: #DBDBDB;
  width: 100%;
  height: 5px;
}
.upload-progress::-webkit-progress-value {
  background-color: #07FF00;
  width: 100%;
  height: 5px;
}
.upload-bottom.hide {
  display: none;
}
.upload-again {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.upload-again-wrap {
  padding-top: 4rem;
}
.upload-again-tit {
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 2.52rem;
  letter-spacing: -0.09rem;
}
@media all and (max-width: 1023px) {
  .upload-again-tit {
    font-size: 1.9636363636rem;
    line-height: 2.7490909091rem;
    letter-spacing: -0.0981818182rem;
  }
}
@media all and (max-width: 768px) {
  .upload-again-tit {
    font-size: 1.92rem;
    line-height: 2.688rem;
    letter-spacing: -0.096rem;
  }
}
@media all and (max-width: 509px) {
  .upload-again-tit {
    font-size: 2.4rem;
    line-height: 3.36rem;
    letter-spacing: -0.12rem;
  }
}
.upload-again-btn {
  width: 13rem;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.75rem;
  border: 1px solid #001300;
  color: #001300;
  background: linear-gradient(to left, transparent 50%, #001300 50%) right;
  background-size: calc(200% + 2px);
  transition: all 0.3s;
}
.upload-again-btn:hover {
  border-color: #001300;
  background-position: left;
}
.upload-again-btn:hover > .txt {
  color: #07FF00;
}
.upload-again-btn:hover .icon {
  background: url("/images/user/common/icon-tail-arrow-right-green.svg") no-repeat center;
}
.upload-again-btn .icon {
  display: block;
  width: 1.514rem;
  height: 9px;
  background: url("/images/user/common/icon-tail-arrow-right-black.svg") no-repeat center;
  background-size: contain;
  transition: background 0.3s;
}
.upload-again-btns {
  display: flex;
  align-items: center;
  gap: 10px;
  padding-top: 3rem;
}

/* swiper 공통 */
.swiper-btn-prev, .swiper-btn-next {
  width: 8px;
  height: 15px;
}
.swiper-btn-prev.swiper-button-lock, .swiper-btn-next.swiper-button-lock {
  opacity: 0.4;
}
.swiper-btn-prev {
  background: url("/images/user/common/icon-swiper-arrow-left-black.svg");
}
.swiper-btn-next {
  background: url("/images/user/common/icon-swiper-arrow-right-black.svg");
}
.swiper-controller {
  display: flex;
  align-items: center;
  gap: 1.7rem;
}
.swiper-slide > img {
  width: 100%;
  height: 100%;
}
@media all and (max-width: 768px) {
  .swiper-slide > img {
    width: auto;
  }
}
.swiper-slide > video {
  width: 100%;
  height: 100%;
}
@media all and (max-width: 768px) {
  .swiper-slide > video {
    width: auto;
  }
}
.swiper-paginations {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.swiper-pagination-fraction {
  font-variant-numeric: tabular-nums;
}
.swiper-pagination-progressbar.swiper-pagination {
  --swiper-pagination-progressbar-size: 2px;
  --swiper-pagination-color: #001300;
  --swiper-pagination-progressbar-bg-color: #E9E9E9;
  width: 100%;
  max-width: 24.5rem;
}
@media all and (max-width: 768px) {
  .swiper-pagination-progressbar.swiper-pagination {
    max-width: 12rem;
  }
}
.swiper-pagination-current, .swiper-pagination-total {
  display: block;
}
.swiper-zoomin-btn-wrap {
  margin-left: auto;
}
.swiper-startup-detail-intro .swiper-slide {
  aspect-ratio: 16/9;
  max-height: calc(var(--vh, 1vh) * 100);
}
.swiper-startup-detail-intro .swiper-slide img, .swiper-startup-detail-intro .swiper-slide video {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/* //swiper 공통 */
/* 검색 */
.search {
  width: 100%;
  height: 100%;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: none;
  background: transparent;
  padding: 0 1.5rem;
}
.search::placeholder {
  color: rgba(0, 0, 0, 0.4);
}
.search-container {
  position: relative;
  z-index: 2;
}
@media all and (max-width: 768px) {
  .search-container {
    position: sticky;
    top: 150px;
    background-color: #fff;
    padding-top: 0;
    padding-bottom: 0;
    margin-left: 100%;
    overflow-x: hidden;
    transition: margin 0.3s, top 0.3s;
  }
}
@media all and (max-width: 768px) {
  .search-container.active {
    padding-bottom: 50px;
    margin-left: 0;
    margin-bottom: 1px;
    top: 50px;
    padding-top: 0;
  }
}
.search-container.active + .sect-board-top {
  top: 10rem;
  opacity: 0;
}
@media all and (max-width: 768px) {
  .search-container.active + .sect-board-top {
    position: absolute;
    z-index: 0;
    top: 5.4rem;
  }
}
@media all and (max-width: 509px) {
  .search-container.active + .sect-board-top {
    top: 6.75rem;
  }
}
.search-container.active + .sect-board-top .board-top::before {
  background-color: transparent;
}
@media all and (max-width: 768px) {
  .search-container.up {
    top: 0;
  }
}
@media all and (max-width: 768px) {
  .search-container.hide {
    top: 0;
  }
}
@media all and (max-width: 509px) {
  .search-container.hide {
    top: 0;
  }
}
.search-wrap {
  background-color: #F6F6F6;
}
@media all and (max-width: 768px) {
  .search-wrap {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    background-color: #fff;
  }
}
@media only print {
  .search-wrap {
    display: none;
  }
}
.search-wrap::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 1px;
  display: none;
  width: 100%;
  height: 1px;
  background-color: #000;
  z-index: 1;
}
@media all and (max-width: 768px) {
  .search-wrap::before {
    display: block;
  }
}
.search-base-wrap {
  width: 100%;
  padding: 41px 110px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
@media all and (max-width: 1023px) {
  .search-base-wrap {
    flex-wrap: wrap;
    padding: 40px;
  }
}
@media all and (max-width: 768px) {
  .search-base-wrap {
    justify-content: flex-start;
    padding: 9px 0 11px;
    gap: 0;
  }
}
.search-detail-wrap {
  padding: 0px 110px 41px;
  overflow: hidden;
  display: none;
}
@media all and (max-width: 768px) {
  .search-detail-wrap {
    padding: 0 30px 30px;
  }
}
.search-detail-cate-li {
  display: flex;
  align-items: center;
}
.search-detail-cate-li:not(:first-of-type) {
  padding-top: 10px;
}
@media all and (max-width: 768px) {
  .search-detail-cate-li {
    flex-direction: column;
  }
}
.search-detail-cate-name {
  width: 110px;
}
@media all and (max-width: 768px) {
  .search-detail-cate-name {
    width: 100%;
  }
}
.search-detail-input {
  padding: 0 10px;
}
.search-detail-inputs {
  flex: 1;
  display: flex;
  gap: 10px;
}
@media all and (max-width: 768px) {
  .search-detail-inputs {
    width: 100%;
    flex-wrap: wrap;
    padding-top: 10px;
  }
}
.search-detail-input-wrap {
  flex: 1;
  width: 0;
  height: 42px;
  display: flex;
  align-items: center;
  background-color: #fff;
}
@media all and (max-width: 768px) {
  .search-detail-input-wrap {
    flex: unset;
    width: 100%;
  }
}
.search-detail-select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: none;
  background: transparent;
  width: 100%;
  height: 100%;
  padding: 0 10px;
}
.search-detail-select option[value=""][disabled] {
  display: none;
}
.search-detail-select-wrap {
  position: relative;
  flex: 1;
  width: 0;
  height: 42px;
  display: block;
  background-color: #fff;
}
.search-detail-select-wrap::before {
  content: "";
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  width: 12px;
  height: 8px;
  background: url("/images/user/common/icon-arrow-bottom-black.svg") no-repeat center;
  transition: transform 0.3s;
}
.search-detail-btn-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 40px;
}
.search-detail-btn-wrap .btn-search {
  width: 129px;
  height: 42px;
}
.search-cate {
  position: relative;
  flex: 0 0 180px;
  width: 0;
  height: 42px;
}
.search-cate::before {
  content: "";
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  width: 10px;
  height: 6px;
  background: url("/images/user/common/icon-select-arrow-bottom-black.svg") no-repeat center;
  transition: transform 0.3s;
}
@media all and (max-width: 768px) {
  .search-cate::before {
    top: calc(50% + 2px); /* 정렬용 */
  }
}
.search-cate::after {
  content: "";
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
  display: none;
  width: 1px;
  height: 16px;
  background-color: #DEDEDE;
}
@media all and (max-width: 768px) {
  .search-cate::after {
    display: block;
    top: calc(50% + 2px); /* 정렬용 */
  }
}
.search-cate:has(.search-cate-select::selection)::before {
  transform: rotate(180deg);
}
@media all and (max-width: 1023px) {
  .search-cate {
    flex: 0 0 100%;
  }
}
@media all and (max-width: 768px) {
  .search-cate {
    flex: 0 0 23.0555555556%;
    height: 31px;
  }
}
.search-cate-select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: none;
  background: transparent;
  width: 100%;
  height: 100%;
  letter-spacing: -0.9px;
  background-color: #fff;
  padding: 0 20px;
}
@media all and (max-width: 768px) {
  .search-cate-select {
    padding: 0;
  }
}
.search-typing {
  flex: 1;
  width: 0;
  height: 42px;
  background-color: #fff;
}
@media all and (max-width: 768px) {
  .search-typing {
    height: 31px;
  }
}
.search-btn-wrap {
  flex: 0 0 103px;
  width: 0;
  height: 42px;
  display: flex;
  align-items: center;
  gap: 20px;
}
@media all and (max-width: 768px) {
  .search-btn-wrap {
    flex: 0 0 31px;
    height: 31px;
  }
}
.search-input-wrap {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

@media all and (max-width: 768px) {
  #formSearch {
    position: relative;
    width: 100%;
  }
}

/* //검색 */
.wrap-hubUniversity .search-cate-select {
  padding-top: 2px;
}

.wrap-hubSupport .search-cate-select {
  padding-top: 2px;
}

.wrap-hubConference .search-cate-select {
  padding-top: 2px;
}

.wrap-hubAcademy .search-cate-select {
  padding-top: 2px;
}

.wrap-matchingStartup .search-cate-select {
  padding-top: 2px;
}

.wrap-matchingInstitution .search-cate-select {
  padding-top: 2px;
}

.form-sect.sect-bottom {
  padding-top: 40px;
}
.form-plate {
  width: 100%;
  display: flex;
}
@media all and (max-width: 768px) {
  .form-plate {
    flex-direction: column;
  }
}
.form-plate:not(:last-child) .form-advice:not(.form-advice-count):last-child {
  padding-bottom: 20px;
}
.form-plate-tit {
  flex: 0 0 236px;
  position: relative;
  width: 0;
  display: inline-flex;
  gap: 5px;
  line-height: 50px;
  padding: 0 20px;
}
@media all and (max-width: 1023px) {
  .form-plate-tit {
    flex: 0 0 140px;
  }
}
@media all and (max-width: 768px) {
  .form-plate-tit {
    flex: 1;
    width: auto;
    padding: 0;
    line-height: unset;
  }
}
.form-plate-tit > p {
  height: 50px;
  line-height: 50px;
}
@media all and (max-width: 768px) {
  .form-plate-tit > p {
    height: auto;
    line-height: unset;
  }
}
@media all and (max-width: 509px) {
  .form-plate-tit .mark-require {
    margin-left: calc(11px + 1rem);
  }
}
.form-plate-info {
  flex: 1;
  width: 0;
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 10px 0;
}
@media all and (max-width: 768px) {
  .form-plate-info {
    width: auto;
    margin-top: 10px;
  }
}
.form-box {
  max-width: 66.6666666667%;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media all and (max-width: 1439px) {
  .form-box {
    max-width: unset;
  }
}
.form-tit {
  font-weight: 500;
  font-size: 3rem;
  line-height: 4.2rem;
  letter-spacing: -0.15rem;
}
.form-li {
  display: flex;
  flex-direction: column;
  gap: 10px 0;
  border-bottom: 1px solid #EEEEEE;
  padding: 2.8rem 0;
}
@media all and (max-width: 1023px) {
  .form-li {
    padding: 1.6363636364rem 16px;
  }
}
@media all and (max-width: 509px) {
  .form-li {
    padding: 15px 5px 16px;
  }
}
.form-list {
  width: 100%;
  border-top: 1px solid #000000;
}
.form-list-wrap {
  padding-top: 2rem;
}
@media all and (max-width: 1023px) {
  .form-list-wrap {
    padding-top: 2.1818181818rem;
  }
}
@media all and (max-width: 768px) {
  .form-list-wrap {
    padding-top: 2.4rem;
  }
}
@media all and (max-width: 509px) {
  .form-list-wrap {
    padding-top: 3rem;
  }
}
.form-require-guide {
  color: #888888;
}
.form-require-guide:first-child:last-child {
  margin-left: calc(11px + 0.7rem);
}
.form-label {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
  height: 50px;
  border: 1px solid #DDDDDD;
  background-color: #fff;
  padding: 0px 12px 0px 10px;
  transition: all 0.3s;
}
.form-label:has(:focus):not(:has([readonly])) {
  border-color: #2DBE00;
  background-color: #F4F9F7;
}
.form-label:has(.datepick-has-btn) {
  padding-right: 0;
}
.form-label input {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}
.form-label input + .form-advice {
  white-space: nowrap;
}
.form-select {
  flex: 1;
  width: 0;
  height: 50px;
  display: flex;
  align-items: center;
  padding: 0px 12px 0px 15px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: none;
  background: transparent;
}
.form-select-label {
  max-width: 20.8rem;
  padding: 0;
}
@media all and (max-width: 1439px) {
  .form-select-label {
    max-width: 45%;
  }
}
@media all and (max-width: 768px) {
  .form-select-label {
    max-width: 100%;
  }
}
.form-select-label:has(select:focus)::before {
  transform: translateY(-50%) rotate(180deg);
}
.form-select-label::before {
  content: "";
  position: absolute;
  right: 21px;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  width: 10px;
  height: 6px;
  background: url("/images/user/common/icon-select-arrow-bottom-black.svg") no-repeat center;
  background-size: contain;
  transition: transform 0.3s;
}
.form-intxt {
  height: 50px;
  display: flex;
  align-items: center;
}
.form-intxt-label {
  width: 100%;
}
.form-intxt-label.max-sm {
  max-width: 208px;
}
@media all and (max-width: 509px) {
  .form-intxt-label.max-sm {
    max-width: unset;
  }
}
.form-intxt-label.max-lg {
  max-width: 367px;
}
@media all and (max-width: 509px) {
  .form-intxt-label.max-lg {
    max-width: unset;
  }
}
.form-intxt-label.max-xlg {
  max-width: 548px;
}
@media all and (max-width: 768px) {
  .form-intxt-label.max-xlg {
    max-width: unset;
  }
}
.form-infile {
  display: none;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: none;
  background: transparent;
}
.form-infile-name {
  flex: 1;
  width: 0;
  max-width: unset;
}
.form-infile-name-label {
  flex: 1;
  width: 0;
  max-width: unset;
  padding: 0 1.5rem;
}
.form-infile-name-remove {
  flex: 0 0 20px;
  width: 0;
  max-width: unset;
}
.form-inurl-src {
  flex: 1;
  width: 0;
  max-width: unset;
}
.form-inurl-src-label {
  flex: 1;
  width: 0;
  max-width: unset;
}
.form-dropdown {
  top: 30px;
  border: 1px solid #001300;
  background-color: #fff;
  padding: 11px 6px 11px 12px;
}
@media all and (max-width: 768px) {
  .form-dropdown {
    top: 2.4rem;
    right: calc(50% - 50px);
  }
}
.form-dropdown::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 100%;
  display: block;
  border-top: 0.25rem solid transparent;
  border-right: 0.35rem solid transparent;
  border-bottom: 0.25rem solid transparent;
  border-left: 0.35rem solid transparent;
  border-top-width: 0.5rem;
  border-bottom-width: 0.5rem;
  border-bottom-color: #fff;
}
@media all and (max-width: 1023px) {
  .form-dropdown::after {
    border-top-width: 0.2727272727rem;
    border-right-width: 0.3818181818rem;
    border-bottom-width: 0.2727272727rem;
    border-left-width: 0.3818181818rem;
    border-top-width: 0.5454545455rem;
    border-bottom-width: 0.5454545455rem;
  }
}
@media all and (max-width: 768px) {
  .form-dropdown::after {
    border-top-width: 0.3rem;
    border-right-width: 0.42rem;
    border-bottom-width: 0.3rem;
    border-left-width: 0.42rem;
    border-top-width: 0.6rem;
    border-bottom-width: 0.6rem;
  }
}
@media all and (max-width: 509px) {
  .form-dropdown::after {
    border-top-width: 0.375rem;
    border-right-width: 0.525rem;
    border-bottom-width: 0.375rem;
    border-left-width: 0.525rem;
    border-top-width: 0.75rem;
    border-bottom-width: 0.75rem;
  }
}
@media all and (max-width: 768px) {
  .form-dropdown::after {
    left: calc(50% - 50px);
  }
}
@media all and (max-width: 768px) {
  .form-dropdown::before {
    left: calc(50% - 50px);
  }
}
.form-dropdown-info {
  min-width: 20rem;
}
@media all and (max-width: 768px) {
  .form-dropdown-info {
    min-width: 22rem;
  }
}
.form-dropdown-info > p {
  font-size: 1.4rem;
  line-height: 1.96rem;
  letter-spacing: -0.07rem;
}
.form-dropdown-content {
  font-size: 1.4rem;
  line-height: 1.96rem;
  letter-spacing: -0.07rem;
  word-break: keep-all;
}
@media all and (max-width: 1023px) {
  .form-dropdown-content {
    font-size: 1.5272727273rem;
    line-height: 2.1381818182rem;
    letter-spacing: -0.0763636364rem;
  }
}
@media all and (max-width: 768px) {
  .form-dropdown-content {
    font-size: 1.68rem;
    line-height: 2.352rem;
    letter-spacing: -0.084rem;
  }
}
@media all and (max-width: 509px) {
  .form-dropdown-content {
    font-size: 2.1rem;
    line-height: 2.94rem;
    letter-spacing: -0.105rem;
  }
}
.form-dropdown-content .font-green {
  font-weight: 600;
  color: #2DBE00;
}
.form-dropdown-content-wrap {
  display: flex;
  gap: 18px;
}
@media all and (max-width: 509px) {
  .form-dropdown-content-wrap {
    width: 100%;
  }
}
.form-dropdown-content-wrap:not(:first-child) {
  margin-top: 15px;
}
@media all and (max-width: 768px) {
  .form-dropdown-content-wrap > img {
    width: 100%;
  }
}
.form-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media all and (max-width: 768px) {
  .form-top:has(.form-tit):has(.form-require-guide) {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
}
@media all and (max-width: 768px) {
  .form-top:has(.form-tit):has(.form-require-guide) .form-require-guide {
    padding-left: 16px;
  }
}
.form-btn {
  height: 50px;
}
@media all and (max-width: 768px) {
  .form-btn:not([class*=btn-file]):not([class*=form-btn-]) {
    height: auto;
  }
}
.form-btn.btn-attention {
  display: inline;
}
.form-btn-gray {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #9D9D9D;
  background-color: #9D9D9D;
  color: #fff;
}
.form-btn-gray.w-letter-4 {
  width: 92px;
}
.form-file {
  display: flex;
  align-items: center;
  gap: 10px;
}
.form-file-attach {
  display: flex;
  align-items: center;
  gap: 10px;
}
.form-file-container {
  display: flex;
  align-items: flex-start;
  flex-direction: row;
  gap: 20px;
  background-color: #F6F6F6;
  padding: 2.2rem;
}
@media all and (max-width: 768px) {
  .form-file-container {
    flex-direction: column;
    gap: 12px;
  }
}
.form-file-container-tit {
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 2.1rem;
  letter-spacing: -0.075rem;
  white-space: nowrap;
}
@media all and (max-width: 768px) {
  .form-file-container-tit {
    font-size: 1.8rem;
    line-height: 2.52rem;
    letter-spacing: -0.09rem;
  }
}
@media all and (max-width: 509px) {
  .form-file-container-tit {
    font-size: 2.25rem;
    line-height: 3.15rem;
    letter-spacing: -0.1125rem;
  }
}
.form-file-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.form-attention {
  display: inline-flex;
  line-height: 50px;
}
@media all and (max-width: 768px) {
  .form-attention {
    line-height: unset;
  }
}
.form-attention .form-dropdown {
  display: flex;
  flex-direction: row-reverse;
  align-items: flex-start;
}
.form-attention .form-tooltips {
  --center: 50;
  --tailH: 16;
  /* hover 시 대화상자 보임 */
  top: calc(var(--tailH) / 2 * 1%);
  right: calc((250 - var(--center)) * 1% + var(--tailH) * 1px);
  padding: 11px;
}
@media all and (max-width: 768px) {
  .form-attention .form-tooltips {
    top: 2.4rem;
    right: calc(50% - 50px);
  }
}
@media all and (max-width: 768px) {
  .form-attention .form-tooltips::before {
    left: calc(50% - 50px);
  }
}
.form-attention .form-tooltips-info {
  min-width: 14rem;
}
@media all and (max-width: 768px) {
  .form-attention .form-tooltips-info {
    min-width: 16.8rem;
  }
}
.form-attention .form-tooltips-info > p {
  font-size: 1.4rem;
  line-height: 1.96rem;
  letter-spacing: -0.07rem;
}
.form-attention .form-tooltips-content {
  font-size: 1.4rem;
  line-height: 1.96rem;
  letter-spacing: -0.07rem;
  word-break: keep-all;
  white-space: nowrap;
}
@media all and (max-width: 1023px) {
  .form-attention .form-tooltips-content {
    font-size: 1.5272727273rem;
    line-height: 2.1381818182rem;
    letter-spacing: -0.0763636364rem;
  }
}
@media all and (max-width: 768px) {
  .form-attention .form-tooltips-content {
    font-size: 1.68rem;
    line-height: 2.352rem;
    letter-spacing: -0.084rem;
  }
}
@media all and (max-width: 509px) {
  .form-attention .form-tooltips-content {
    font-size: 2.1rem;
    line-height: 2.94rem;
    letter-spacing: -0.105rem;
  }
}
.form-attention .form-tooltips-content .font-green {
  font-weight: 600;
  color: #2DBE00;
}
.form-attention .form-tooltips-content-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 18px;
}
@media all and (max-width: 509px) {
  .form-attention .form-tooltips-content-wrap {
    width: 100%;
  }
}
.form-attention .form-tooltips-content-wrap:not(:first-child) {
  margin-top: 15px;
}
@media all and (max-width: 768px) {
  .form-attention .form-tooltips-content-wrap > img {
    width: 100%;
  }
}
.form-attention .dropdown-btn-close {
  position: relative;
  right: unset;
  top: unset;
}
.form-txtarea {
  position: relative;
  width: 100%;
  height: 33rem;
  padding: 16px;
  font-size: 1.6rem;
  line-height: 2.24rem;
  letter-spacing: -0.08rem;
  overflow-y: auto;
  scrollbar-color: rgba(0, 0, 0, 0.4) transparent;
}
.form-txtarea::-webkit-scrollbar {
  width: 8px;
}
.form-txtarea::-webkit-scrollbar-track {
  box-shadow: none;
}
.form-txtarea::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.4);
}
.form-txtarea.h-xsm {
  height: 18rem;
}
.form-txtarea.h-sm {
  height: 24rem;
}
.form-txtarea-label {
  height: auto;
  padding: 0;
}
.form-preview {
  position: relative;
  width: 77px;
  height: 77px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  border: 1px solid rgba(112, 112, 112, 0.2);
  background-color: #fff;
}
.form-preview::before {
  content: "삭제";
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background-color: rgba(0, 0, 0, 0.4);
  font-size: 1.6rem;
  line-height: 2.24rem;
  letter-spacing: -0.08rem;
  color: #fff;
  opacity: 0;
  transition: opacity 0.3s;
}
.form-preview-container {
  display: flex;
  align-items: flex-start;
  flex-direction: row;
  gap: 20px;
  background-color: #F6F6F6;
  padding: 2.2rem;
}
@media all and (max-width: 768px) {
  .form-preview-container {
    flex-direction: column;
    gap: 0;
  }
}
.form-preview-swiper .swiper-slide {
  width: auto;
  padding: 23px 0;
  margin: 0 5px;
}
.form-preview-swiper-wrap {
  position: relative;
  flex: 1;
  width: 0;
  padding: 0 20px;
}
@media all and (max-width: 768px) {
  .form-preview-swiper-wrap {
    width: 100%;
  }
}
.form-preview-check:has(.checkbox-input:checked) .form-preview::before {
  opacity: 1;
}
.form-preview-check .checkbox-custom {
  flex-direction: column;
}
.form-preview-check .checkbox-icon {
  position: absolute;
  right: -2px;
  top: 21px;
}
.form-preview-btn.swiper-button-prev, .form-preview-btn.swiper-button-next {
  width: 50px;
  height: 100%;
  transform: translateY(-50%);
  margin: 0;
}
.form-preview-btn.swiper-button-prev::after, .form-preview-btn.swiper-button-next::after {
  display: none;
}
.form-preview-btn.swiper-button-prev::before, .form-preview-btn.swiper-button-next::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 32px;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 1px solid #E5E5E5;
  background: #fff url("/images/user/common/icon-short-tail-arrow-right-black.svg") no-repeat center;
  z-index: 1;
}
.form-preview-btn.swiper-button-prev {
  left: 0;
  background: linear-gradient(to left, rgba(246, 246, 246, 0), #F6F6F6 50%);
}
.form-preview-btn.swiper-button-prev::before {
  transform: translateY(-50%) scaleX(-1);
}
.form-preview-btn.swiper-button-next {
  right: 0;
  background: linear-gradient(to right, rgba(246, 246, 246, 0), #F6F6F6 50%);
}
.form-skin {
  position: relative;
  width: 224px;
  height: 131px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  border: 1px solid rgba(112, 112, 112, 0.2);
  background-color: #fff;
}
@media all and (max-width: 768px) {
  .form-skin {
    width: calc((100vw - 120px - 32px) / 2);
    height: auto;
    aspect-ratio: 224/131;
  }
}
@media all and (max-width: 509px) {
  .form-skin {
    width: calc(100vw - 40px);
  }
}
.form-skin-check {
  flex-direction: column;
}
.form-skin-check.radio-custom {
  flex-direction: column;
  gap: 10px;
}
.form-skin-check .radio-icon {
  position: relative;
  top: unset;
  right: unset;
}
.form-skin-checkes {
  display: flex;
  flex-wrap: wrap;
  gap: 3px 40px;
}
.form-skin-check-wrap {
  width: auto;
  padding: 23px 0;
}
@media all and (max-width: 768px) {
  .form-skin-check-wrap {
    padding: 10px 0;
  }
}
.form-promotion {
  position: relative;
  width: 137px;
  height: 77px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  border: 1px solid rgba(112, 112, 112, 0.2);
  background-color: #fff;
}
.form-promotion.license {
  width: 480px;
  height: auto;
  object-fit: contain;
}
@media all and (max-width: 1023px) {
  .form-promotion.license {
    width: 300px;
  }
}
@media all and (max-width: 768px) {
  .form-promotion.license {
    width: 137px;
  }
}
.form-promotion::before {
  content: "삭제";
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background-color: rgba(0, 0, 0, 0.4);
  font-size: 1.6rem;
  line-height: 2.24rem;
  letter-spacing: -0.08rem;
  color: #fff;
  opacity: 0;
  transition: opacity 0.3s;
}
.form-promotion .img_cover {
  width: 100%;
  object-fit: contain;
}
.form-promotion-container {
  display: flex;
  align-items: flex-start;
  flex-direction: row;
  gap: 20px;
  background-color: #F6F6F6;
  padding: 2.2rem;
}
@media all and (max-width: 768px) {
  .form-promotion-container {
    flex-direction: column;
    gap: 0;
  }
}
.form-promotion-swiper .swiper-slide {
  width: auto;
  padding: 23px 0;
  margin: 0 5px;
}
.form-promotion-swiper-wrap {
  position: relative;
  flex: 1;
  width: 0;
  padding: 0 20px;
}
@media all and (max-width: 768px) {
  .form-promotion-swiper-wrap {
    width: 100%;
  }
}
.form-promotion-check:has(.checkbox-input:checked) .form-promotion::before {
  opacity: 1;
}
.form-promotion-check .checkbox-custom {
  flex-direction: column;
}
.form-promotion-check .checkbox-icon {
  position: absolute;
  right: -2px;
  top: 21px;
}
.form-advice {
  font-size: 1.4rem;
  line-height: 1.96rem;
  letter-spacing: -0.07rem;
  color: #E02020;
  display: none;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s;
}
@media all and (max-width: 768px) {
  .form-advice {
    font-size: 1.68rem;
    line-height: 2.352rem;
    letter-spacing: -0.084rem;
  }
}
@media all and (max-width: 509px) {
  .form-advice {
    font-size: 1.95rem;
    line-height: 2.73rem;
    letter-spacing: -0.0975rem;
  }
}
.form-advice.active {
  opacity: 1;
  visibility: visible;
  display: block;
}
.form-line {
  display: flex;
  align-items: center;
  gap: 10px;
}

.mark-require {
  position: relative;
}
.mark-require::before {
  content: "";
  position: absolute;
  right: calc(100% + 0.7rem);
  top: 50%;
  transform: translateY(-50%);
  display: block;
  width: 11px;
  height: 9px;
  background: url("/images/user/common/icon-check-green.svg") no-repeat center;
  background-size: contain;
}

.file-uploaded {
  font-size: 1.5rem;
  line-height: 2.1rem;
  letter-spacing: -0.075rem;
  color: #666666;
}
@media all and (max-width: 768px) {
  .file-uploaded {
    font-size: 1.68rem;
    line-height: 2.352rem;
    letter-spacing: -0.084rem;
  }
}
@media all and (max-width: 509px) {
  .file-uploaded {
    font-size: 2.1rem;
    line-height: 2.94rem;
    letter-spacing: -0.105rem;
  }
}
.file-uploaded-name {
  display: flex;
  align-items: center;
  color: #666666;
}
.youtube-dropdown {
  padding: 20px 6px 20px 18px;
}
@media all and (max-width: 1589px) {
  .youtube-dropdown {
    position: absolute;
    right: unset;
    left: -5rem;
    top: calc(100% + 10px);
    transform: unset;
  }
}
@media all and (max-width: 768px) {
  .youtube-dropdown {
    width: calc(100vw - 80px);
    left: -12rem;
  }
}
@media all and (max-width: 509px) {
  .youtube-dropdown {
    width: calc(100vw - 30px);
  }
}
@media all and (max-width: 1589px) {
  .youtube-dropdown.active {
    animation: dropdownFadeOn 0.3s ease both;
    -webkit-animation: dropdownFadeOn 0.3s ease both;
    -moz-animation: dropdownFadeOn 0.3s ease;
    animation-play-state: running;
    -webkit-animation-play-state: running;
    -moz-animation-play-state: running;
  }
}
@media all and (max-width: 1589px) {
  .youtube-dropdown.close {
    animation: dropdownFadeOff 0.3s ease both;
    -webkit-animation: dropdownFadeOff 0.3s ease both;
    -moz-animation: dropdownFadeOff 0.3s ease;
    animation-play-state: running;
    -webkit-animation-play-state: running;
    -moz-animation-play-state: running;
  }
}
@media all and (max-width: 1589px) {
  .youtube-dropdown::before, .youtube-dropdown::after {
    left: 5rem;
  }
}
@media all and (max-width: 768px) {
  .youtube-dropdown::before, .youtube-dropdown::after {
    left: 12rem;
  }
}
.youtube-dropdown-content {
  width: 50%;
}
@media all and (max-width: 768px) {
  .youtube-dropdown-content {
    width: 60%;
  }
}

/* 게시판 리스트 */
.boardga {
  /* 게시판 갤러리형, 포토갤러리, 영상갤러리 */
  position: relative;
  border-top: 1px solid #354251;
  border-bottom: 1px solid #DDDDDD;
  padding-top: 40px;
}
@media all and (max-width: 768px) {
  .boardga {
    border-top-width: 0;
  }
}
@media all and (max-width: 509px) {
  .boardga {
    padding-top: 15px;
  }
}
@media only print {
  .boardga {
    padding-top: 8mm;
  }
}
.boardga.board-video .boardga-post-img::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  top: 50%;
  display: block;
  width: 56px;
  height: 56px;
  background: url("/images/user/common/icon-board-video-play-white.svg") no-repeat center;
  background-size: cover;
}
@media all and (max-width: 509px) {
  .boardga.board-video .boardga-post-img::before {
    width: 40px;
    height: 40px;
  }
}
@media only print {
  .boardga.board-video .boardga-post-img::before {
    width: 10mm;
    height: 10mm;
  }
}
.boardga-wrap {
  padding: 0px 0 0px;
}
@media all and (max-width: 768px) {
  .boardga-wrap {
    padding-top: 0;
  }
}
@media only print {
  .boardga-wrap {
    padding: 8mm 0;
  }
}
.boardga-post {
  position: relative;
  display: block;
  width: 100%;
  padding-bottom: 40px;
}
@media all and (max-width: 509px) {
  .boardga-post {
    padding-bottom: 30px;
  }
}
@media only print {
  .boardga-post {
    padding-bottom: 8mm;
  }
}
.boardga-post:hover .boardga-post-btn.btn-more {
  border-color: #000000;
}
.boardga-post:hover .boardga-post-btn.btn-more .txt {
  color: black;
}
.boardga-post:hover .boardga-post-btn.btn-more .bar {
  background-color: black;
}
.boardga-post .txt {
  font-size: 1.5rem;
  line-height: 2.1rem;
  letter-spacing: -0.075rem;
}
@media all and (max-width: 1023px) {
  .boardga-post .txt {
    font-size: 1.6363636364rem;
    line-height: 2.2909090909rem;
    letter-spacing: -0.0818181818rem;
  }
}
@media all and (max-width: 768px) {
  .boardga-post .txt {
    font-size: 1.68rem;
    line-height: 2.352rem;
    letter-spacing: -0.084rem;
  }
}
@media all and (max-width: 509px) {
  .boardga-post .txt {
    font-size: 2.1rem;
    line-height: 2.94rem;
    letter-spacing: -0.105rem;
  }
}
.boardga-post-img {
  position: relative;
  width: 100%;
}
.boardga-post-img::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: transparent;
  border: 1px solid rgba(0, 0, 0, 0.0784313725);
  box-sizing: border-box;
}
.boardga-post-img > img {
  width: 100%;
}
.boardga-post-notice {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  padding-top: 2rem;
}
.boardga-post-tag {
  background-color: #001300;
  color: #07FF00;
}
.boardga-post-tit {
  position: relative;
  display: block;
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 2.52rem;
  letter-spacing: -0.09rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media all and (max-width: 1023px) {
  .boardga-post-tit {
    font-size: 1.9636363636rem;
    line-height: 2.7490909091rem;
    letter-spacing: -0.0981818182rem;
  }
}
@media all and (max-width: 768px) {
  .boardga-post-tit {
    font-size: 2.04rem;
    line-height: 2.856rem;
    letter-spacing: -0.102rem;
  }
}
@media all and (max-width: 509px) {
  .boardga-post-tit {
    font-size: 2.4rem;
    line-height: 3.36rem;
    letter-spacing: -0.12rem;
  }
}
.boardga-post-tit.txt-center {
  width: 100%;
  text-align: center;
}
.boardga-post-info {
  padding-top: 1rem;
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
  font-size: 1.5rem;
  line-height: 2.1rem;
  letter-spacing: -0.075rem;
}
@media all and (max-width: 1023px) {
  .boardga-post-info {
    font-size: 1.6363636364rem;
    line-height: 2.2909090909rem;
    letter-spacing: -0.0818181818rem;
  }
}
@media all and (max-width: 768px) {
  .boardga-post-info {
    font-size: 1.68rem;
    line-height: 2.352rem;
    letter-spacing: -0.084rem;
  }
}
@media all and (max-width: 509px) {
  .boardga-post-info {
    font-size: 2.1rem;
    line-height: 2.94rem;
    letter-spacing: -0.105rem;
  }
}
.boardga-post-info-list {
  display: flex;
  align-items: center;
}
@media all and (max-width: 768px) {
  .boardga-post-info-list {
    font-size: 1.68rem;
    line-height: 2.352rem;
    letter-spacing: -0.084rem;
  }
}
@media all and (max-width: 509px) {
  .boardga-post-info-list {
    font-size: 2.1rem;
    line-height: 2.94rem;
    letter-spacing: -0.105rem;
  }
}
.boardga-post-info-list.dt4 dt {
  width: 4.8rem;
  width: 4.8rem;
}
@media all and (max-width: 768px) {
  .boardga-post-info-list.dt4 dt {
    width: 5.76rem;
  }
}
@media all and (max-width: 509px) {
  .boardga-post-info-list.dt4 dt {
    width: 7.2rem;
  }
}
.boardga-post-info-list.dt6 dt {
  width: 6.5rem;
  width: 6.5rem;
}
@media all and (max-width: 768px) {
  .boardga-post-info-list.dt6 dt {
    width: 7.8rem;
  }
}
@media all and (max-width: 509px) {
  .boardga-post-info-list.dt6 dt {
    width: 9.75rem;
  }
}
.boardga-post-info-list dt {
  color: rgba(0, 0, 0, 0.6);
}
.boardga-post-info-list dd {
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.boardga-post-btn.btn-more {
  margin-top: 3rem;
}
@media all and (max-width: 768px) {
  .boardga-post-btn.btn-more {
    height: 40px;
  }
}
@media all and (max-width: 509px) {
  .boardga-post-btn.btn-more {
    padding: 0 1.5rem 0 1.2rem;
  }
}
.boardga-li {
  width: calc((100% - 120px) / 4);
}
@media all and (max-width: 1199px) {
  .boardga-li {
    width: calc((100% - 80px) / 3);
  }
}
@media all and (max-width: 768px) {
  .boardga-li {
    width: calc((100% - 40px) / 2);
  }
}
@media all and (max-width: 509px) {
  .boardga-li {
    width: calc((100% - 15px) / 2);
  }
}
.boardga-li.empty {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 376px;
  margin-top: -20px;
  border-bottom: none;
}
@media only print {
  .boardga-li.empty {
    height: 34mm;
  }
}
.boardga-list {
  width: 100%;
}
.boardgf {
  /* 게시판 갤러리 필터형 */
  position: relative;
}
.boardgf:has(.empty) {
  padding: 0;
}
.boardgf-container {
  display: grid;
  grid-template-columns: auto 290px;
  grid-template-rows: 45px auto;
  gap: 0 40px;
}
@media all and (max-width: 768px) {
  .boardgf-container {
    grid-template-columns: auto;
    grid-template-rows: 50px auto;
    gap: 0;
  }
}
@media only print {
  .boardgf-container {
    grid-template-columns: 1fr;
    grid-template-rows: 10mm auto;
    gap: 0;
  }
}
@media all and (max-width: 768px) {
  .boardgf-container .boardgf-filters-wrap {
    display: none;
  }
}
.boardgf-container .sect-board-top {
  padding-top: 0;
  grid-column: 1/2;
  grid-row: 1/2;
  display: flex;
  align-items: center;
}
@media all and (max-width: 768px) {
  .boardgf-container .sect-board-top {
    display: block;
    align-items: unset;
  }
}
.boardgf-container .sect-board {
  grid-column: 1/2;
  grid-row: 2/3;
}
.boardgf-container .sect-filter {
  grid-column: 2/3;
  grid-row: 1/3;
}
@media all and (max-width: 768px) {
  .boardgf-container .sect-filter {
    grid-column: unset;
    grid-row: unset;
  }
}
.boardgf-post {
  width: 100%;
  display: block;
  width: 100%;
  color: #000;
  transition: opacity 0.3s;
}
@media all and (max-width: 509px) {
  .boardgf-post {
    padding-bottom: 30px;
  }
}
.boardgf-post-img {
  position: relative;
  width: 100%;
}
.boardgf-post-img::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: transparent;
  border: 1px solid rgba(0, 0, 0, 0.0784313725);
  box-sizing: border-box;
}
.boardgf-post-img > img {
  width: 100%;
}
.boardgf-post-notice {
  width: 100%;
}
.boardgf-post-tit {
  width: 100%;
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 2.52rem;
  letter-spacing: -0.09rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-top: 2rem;
}
@media all and (max-width: 1023px) {
  .boardgf-post-tit {
    font-size: 1.9636363636rem;
    line-height: 2.7490909091rem;
    letter-spacing: -0.0981818182rem;
  }
}
@media all and (max-width: 768px) {
  .boardgf-post-tit {
    font-size: 2.04rem;
    line-height: 2.856rem;
    letter-spacing: -0.102rem;
  }
}
@media all and (max-width: 509px) {
  .boardgf-post-tit {
    font-size: 2.4rem;
    line-height: 3.36rem;
    letter-spacing: -0.12rem;
  }
}
.boardgf-post-tit.txt-center {
  text-align: center;
}
.boardgf-post-intro {
  margin-top: 1rem;
  font-size: 1.5rem;
  line-height: 2.1rem;
  letter-spacing: -0.075rem;
  color: rgba(0, 0, 0, 0.6);
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media all and (max-width: 1023px) {
  .boardgf-post-intro {
    font-size: 1.6363636364rem;
    line-height: 2.2909090909rem;
    letter-spacing: -0.0818181818rem;
  }
}
@media all and (max-width: 768px) {
  .boardgf-post-intro {
    font-size: 1.68rem;
    line-height: 2.352rem;
    letter-spacing: -0.084rem;
  }
}
@media all and (max-width: 509px) {
  .boardgf-post-intro {
    font-size: 2.1rem;
    line-height: 2.94rem;
    letter-spacing: -0.105rem;
  }
}
.boardgf-post-info {
  gap: 0 5px;
  margin-top: 1rem;
  font-size: 1.5rem;
  line-height: 2.1rem;
  letter-spacing: -0.075rem;
}
@media all and (max-width: 1023px) {
  .boardgf-post-info {
    font-size: 1.6363636364rem;
    line-height: 2.2909090909rem;
    letter-spacing: -0.0818181818rem;
  }
}
@media all and (max-width: 768px) {
  .boardgf-post-info {
    font-size: 1.68rem;
    line-height: 2.352rem;
    letter-spacing: -0.084rem;
  }
}
@media all and (max-width: 509px) {
  .boardgf-post-info {
    font-size: 2.1rem;
    line-height: 2.94rem;
    letter-spacing: -0.105rem;
  }
}
.boardgf-post-type {
  display: inline-block;
}
.boardgf-post-tag {
  font-size: 1.3rem;
  line-height: 1.82rem;
  letter-spacing: -0.065rem;
  background-color: #001300;
  color: #07FF00;
}
@media all and (max-width: 1023px) {
  .boardgf-post-tag {
    font-size: 1.4181818182rem;
    line-height: 1.9854545455rem;
    letter-spacing: -0.0709090909rem;
  }
}
@media all and (max-width: 768px) {
  .boardgf-post-tag {
    font-size: 1.56rem;
    line-height: 2.184rem;
    letter-spacing: -0.078rem;
  }
}
@media all and (max-width: 509px) {
  .boardgf-post-tag {
    font-size: 1.95rem;
    line-height: 2.73rem;
    letter-spacing: -0.0975rem;
  }
}
.boardgf-post-tag-plate {
  padding-top: 2rem;
}
.boardgf-post-representative {
  display: inline-block;
}
.boardgf-li {
  width: 100%;
  overflow: hidden;
}
.boardgf-li.empty {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 376px;
  margin-top: -20px;
  border-bottom: none;
}
.boardgf-li.hide {
  display: none;
}
.boardgf-list {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}
@media all and (max-width: 1199px) {
  .boardgf-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media all and (max-width: 768px) {
  .boardgf-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media all and (max-width: 1023px) {
  .boardgf-list {
    gap: 15px;
  }
}
.boardgf-filters-wrap {
  width: 100%;
  position: sticky;
  top: calc(100px + 8rem);
  transition: top 0.3s;
}
@media all and (max-width: 768px) {
  .boardgf-filters-wrap {
    top: 0;
    width: 100%;
  }
}
@media (orientation: landscape) and (max-width: 1023px) {
  .boardgf-filters-wrap {
    top: calc(100px + 1.5rem);
  }
}
@media only print {
  .boardgf-filters-wrap {
    display: none;
  }
}
.boardgf-pages {
  display: grid;
  grid-template-columns: 1fr 1fr 25rem;
  grid-template-rows: auto 1fr;
  gap: 40px 8rem;
  padding-bottom: 40px;
}
@media all and (max-width: 1439px) {
  .boardgf-pages {
    grid-template-columns: 2fr 1fr 25rem;
  }
}
@media all and (max-width: 1023px) {
  .boardgf-pages {
    grid-template-columns: 4fr 1fr 25rem;
    gap: 40px 40px;
  }
}
@media all and (max-width: 768px) {
  .boardgf-pages {
    grid-template-columns: 1fr 4rem;
    gap: 20px 0;
  }
}
@media all and (max-width: 509px) {
  .boardgf-pages {
    padding: 15px 0;
    gap: 15px 0;
  }
}
.boardgf-pages .board-top {
  height: 100%;
  align-items: flex-end;
  padding-bottom: unset;
}
@media all and (max-width: 768px) {
  .boardgf-pages .board-top {
    width: 100%;
    height: 6rem;
    align-items: center;
    gap: 1.2rem;
    padding-top: unset;
  }
}
@media all and (max-width: 768px) {
  .boardgf-pages .board-top::before {
    display: none;
  }
}
.boardgf-pages .sect-board {
  grid-column: 1/3;
  grid-row: 2/3;
}
.boardgf-pages .sect-board-top {
  grid-column: 2/3;
  grid-row: 1/2;
  display: flex;
  justify-content: flex-end;
  padding-top: unset;
}
@media all and (max-width: 768px) {
  .boardgf-pages .sect-board-top {
    grid-column: 1/3;
  }
}
.boardgf-pages .sect-search {
  grid-column: 1;
  grid-row: 1/2;
  padding-top: unset;
}
@media all and (max-width: 768px) {
  .boardgf-pages .sect-search {
    grid-column: 1/3;
  }
}
.boardgf-pages .sect-filter {
  grid-column: 3/4;
  grid-row: 1/3;
}
@media all and (max-width: 768px) {
  .boardgf-pages .sect-filter {
    display: none;
  }
}
.boardgf-pages .search-wrap {
  background-color: transparent;
}
@media all and (max-width: 768px) {
  .boardgf-pages .search-wrap::before {
    display: none;
  }
}
.boardgf-pages .search-container.active + .sect-board-top {
  position: relative;
  top: unset;
}
.boardgf-pages .search-base-wrap {
  padding: unset;
}
.boardgf-pages .search-cate {
  flex-basis: 14.8rem;
  height: 4.6rem;
  border: 1px solid #E5E5E5;
}
@media all and (max-width: 768px) {
  .boardgf-pages .search-cate {
    height: 5rem;
    border: unset;
  }
}
.boardgf-pages .search-input-wrap {
  border: 1px solid #E5E5E5;
}
@media all and (max-width: 768px) {
  .boardgf-pages .search-input-wrap {
    height: 6rem;
    border: unset;
  }
}
.boardgf-pages .search-btn-wrap {
  flex-basis: 4.5rem;
  height: 4.6rem;
  gap: 0;
}
@media all and (max-width: 768px) {
  .boardgf-pages .search-btn-wrap {
    height: 100%;
  }
}
.boardgf-pages .search-btn-wrap .txt {
  font-size: 0;
  padding: unset;
}
.boardgf-pages .search-btn-wrap .icon {
  background: url("/images/user/common/icon-search-black.svg") no-repeat center;
}
.boardgf-pages .search-typing {
  height: 4.6rem;
}
@media all and (max-width: 768px) {
  .boardgf-pages .search-typing {
    height: 5rem;
  }
}
.boardgf-pages .btn-open-search {
  margin-left: auto;
  background-position: center;
}
.boardgf-pages .btn-search {
  background-color: transparent;
  padding: unset;
  gap: 0;
}
.boardno {
  /* 게시판 일반 */
  position: relative;
  border-top: 1px solid #000;
}
@media all and (max-width: 768px) {
  .boardno {
    border-top-width: 0;
  }
}
.boardno:has(.empty) {
  border-bottom: 1px solid #ddd;
}
.boardno-empty {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 376px;
  border-bottom: 1px solid #ddd;
  margin-top: -20px;
}
@media all and (max-width: 768px) {
  .boardno-empty {
    height: 200px;
    margin-top: -5px;
  }
}
@media only print {
  .boardno-empty {
    height: 48mm;
  }
}
.boardno-li {
  width: 100%;
  height: 56px;
  border-bottom: 1px solid #ddd;
}
@media all and (max-width: 1023px) {
  .boardno-li {
    height: auto;
    padding: 15px 0;
  }
  .boardno-li:first-child {
    border-bottom-width: 0;
    padding: 0;
  }
}
@media all and (max-width: 768px) {
  .boardno-li {
    padding: 10px 0;
  }
}
@media only print {
  .boardno-li {
    height: auto;
    padding: 2mm 0;
  }
  .boardno-li:first-child {
    border-bottom-width: 0;
    padding: 0;
  }
}
.boardno-li:not(.boardno-li-head):not(.empty):hover {
  background-color: #FCFCFC;
}
.boardno-li:not(.boardno-li-head):not(.empty):hover .boardno-rowli {
  color: #000000;
}
.boardno-li:not(.boardno-li-head):not(.empty):hover .boardno-link {
  color: #000000;
}
.boardno-list {
  width: 100%;
}
.boardno-link {
  display: inline-block;
  max-width: calc(100% - 30px);
  margin: 0;
  padding: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media all and (max-width: 768px) {
  .boardno-link {
    font-weight: 500;
    color: #000;
  }
}
.boardno-line-skip {
  display: inline-block;
  max-width: calc(100% - 30px);
  margin: 0;
  padding: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.boardno-rowli {
  flex: 1;
  width: 0;
  overflow: hidden;
  color: #666;
}
@media all and (max-width: 768px) {
  .boardno-rowli {
    color: #000;
  }
}
.boardno-rowli.col-category {
  flex: 2 2 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media all and (max-width: 1023px) {
  .boardno-rowli.col-category {
    justify-content: flex-start;
    flex: none;
    width: auto;
  }
}
@media only print {
  .boardno-rowli.col-category {
    justify-content: flex-start;
    flex: none;
    width: auto;
  }
}
@media all and (max-width: 1023px) {
  .boardno-rowli.col-category {
    width: 100%;
  }
}
.boardno-rowli.col-category dl {
  display: flex;
  align-items: center;
  gap: 10px;
}
.boardno-rowli.col-num {
  flex: 0 0 90px;
  display: flex;
  justify-content: center;
  align-items: center;
  letter-spacing: 0;
}
@media all and (max-width: 1023px) {
  .boardno-rowli.col-num {
    justify-content: flex-start;
    flex: none;
    width: auto;
  }
}
@media only print {
  .boardno-rowli.col-num {
    justify-content: flex-start;
    flex: none;
    width: auto;
  }
}
@media all and (max-width: 1023px) {
  .boardno-rowli.col-num {
    font-size: 15px;
    min-width: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 2px;
  }
  .boardno-rowli.col-num + .col-tit {
    flex: 0 0 calc(100% - 65px);
    flex: 1;
    font-size: 15px;
  }
  .boardno-rowli.col-num:has(.tag-notice) + .col-tit {
    flex: 0 0 calc(100% - 65px);
    flex: 1;
    font-size: 15px;
  }
}
.boardno-rowli.col-tit {
  flex: 7 7 0;
  display: flex;
  align-items: center;
}
@media only print {
  .boardno-rowli.col-tit {
    flex: 0 0 100%;
  }
}
.boardno-rowli.col-writer {
  flex: 2 2 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media all and (max-width: 1023px) {
  .boardno-rowli.col-writer {
    justify-content: flex-start;
    flex: none;
    width: auto;
  }
}
@media only print {
  .boardno-rowli.col-writer {
    justify-content: flex-start;
    flex: none;
    width: auto;
  }
}
@media all and (max-width: 1023px) {
  .boardno-rowli.col-writer {
    display: none;
  }
}
.boardno-rowli.col-date {
  flex: 1.5 1.5 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media all and (max-width: 1023px) {
  .boardno-rowli.col-date {
    justify-content: flex-start;
    flex: none;
    width: auto;
  }
}
@media only print {
  .boardno-rowli.col-date {
    justify-content: flex-start;
    flex: none;
    width: auto;
  }
}
@media all and (max-width: 1023px) {
  .boardno-rowli.col-date dt {
    display: none;
  }
}
@media all and (max-width: 1023px) {
  .boardno-rowli.col-date dd {
    margin-left: auto;
    color: #999;
  }
}
.boardno-rowli.col-date-rental {
  flex: 1.5 1.5 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media all and (max-width: 1023px) {
  .boardno-rowli.col-date-rental {
    justify-content: flex-start;
    flex: none;
    width: auto;
  }
}
@media only print {
  .boardno-rowli.col-date-rental {
    justify-content: flex-start;
    flex: none;
    width: auto;
  }
}
.boardno-rowli.col-date-rental dl {
  display: flex;
  align-items: center;
  gap: 10px;
}
.boardno-rowli.col-date-rental dt {
  display: none;
}
@media all and (max-width: 1023px) {
  .boardno-rowli.col-date-rental dt {
    color: #999;
    display: block;
  }
}
@media all and (max-width: 1023px) {
  .boardno-rowli.col-date-rental dt {
    color: #666;
    font-weight: 500;
  }
}
@media all and (max-width: 1023px) {
  .boardno-rowli.col-date-rental {
    width: 100%;
  }
}
.boardno-rowli.col-date-expect {
  flex: 1.5 1.5 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media all and (max-width: 1023px) {
  .boardno-rowli.col-date-expect {
    justify-content: flex-start;
    flex: none;
    width: auto;
  }
}
@media only print {
  .boardno-rowli.col-date-expect {
    justify-content: flex-start;
    flex: none;
    width: auto;
  }
}
.boardno-rowli.col-date-expect dl {
  display: flex;
  align-items: center;
  gap: 10px;
}
.boardno-rowli.col-date-expect dt {
  display: none;
}
@media all and (max-width: 1023px) {
  .boardno-rowli.col-date-expect dt {
    color: #999;
    display: block;
  }
}
@media all and (max-width: 1023px) {
  .boardno-rowli.col-date-expect dt {
    color: #666;
    font-weight: 500;
  }
}
@media all and (max-width: 1023px) {
  .boardno-rowli.col-date-expect {
    width: 100%;
  }
}
.boardno-rowli.col-date-return {
  flex: 1.5 1.5 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media all and (max-width: 1023px) {
  .boardno-rowli.col-date-return {
    justify-content: flex-start;
    flex: none;
    width: auto;
  }
}
@media only print {
  .boardno-rowli.col-date-return {
    justify-content: flex-start;
    flex: none;
    width: auto;
  }
}
.boardno-rowli.col-date-return dl {
  display: flex;
  align-items: center;
  gap: 10px;
}
.boardno-rowli.col-date-return dt {
  display: none;
}
@media all and (max-width: 1023px) {
  .boardno-rowli.col-date-return dt {
    color: #999;
    display: block;
  }
}
@media all and (max-width: 1023px) {
  .boardno-rowli.col-date-return dt {
    color: #666;
    font-weight: 500;
  }
}
@media all and (max-width: 1023px) {
  .boardno-rowli.col-date-return {
    width: 100%;
  }
}
.boardno-rowli.col-date-request {
  flex: 2.5 2.5 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media all and (max-width: 1023px) {
  .boardno-rowli.col-date-request {
    justify-content: flex-start;
    flex: none;
    width: auto;
  }
}
@media only print {
  .boardno-rowli.col-date-request {
    justify-content: flex-start;
    flex: none;
    width: auto;
  }
}
.boardno-rowli.col-date-request dl {
  display: flex;
  align-items: center;
  gap: 10px;
}
.boardno-rowli.col-date-request dt {
  display: none;
}
@media all and (max-width: 1023px) {
  .boardno-rowli.col-date-request dt {
    color: #999;
    display: block;
  }
}
@media all and (max-width: 1023px) {
  .boardno-rowli.col-date-request dt {
    color: #666;
    font-weight: 500;
  }
}
@media all and (max-width: 1023px) {
  .boardno-rowli.col-date-request {
    width: 100%;
  }
}
.boardno-rowli.col-state {
  flex: 2.5 2.5 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media all and (max-width: 1023px) {
  .boardno-rowli.col-state {
    justify-content: flex-start;
    flex: none;
    width: auto;
  }
}
@media only print {
  .boardno-rowli.col-state {
    justify-content: flex-start;
    flex: none;
    width: auto;
  }
}
@media all and (max-width: 1023px) {
  .boardno-rowli.col-state {
    width: 100%;
  }
}
.boardno-rowli.col-hits {
  flex: 1.5 1.5 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media all and (max-width: 1023px) {
  .boardno-rowli.col-hits {
    justify-content: flex-start;
    flex: none;
    width: auto;
  }
}
@media only print {
  .boardno-rowli.col-hits {
    justify-content: flex-start;
    flex: none;
    width: auto;
  }
}
@media all and (max-width: 1023px) {
  .boardno-rowli.col-hits {
    display: none;
  }
}
.boardno-rowli.col-attach {
  flex: 1 1 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media all and (max-width: 1023px) {
  .boardno-rowli.col-attach {
    justify-content: flex-start;
    flex: none;
    width: auto;
  }
}
@media only print {
  .boardno-rowli.col-attach {
    justify-content: flex-start;
    flex: none;
    width: auto;
  }
}
@media all and (max-width: 1023px) {
  .boardno-rowli.col-attach {
    display: none;
  }
}
.boardno-rowli.col-sw {
  flex: 2.5 2.5 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media all and (max-width: 1023px) {
  .boardno-rowli.col-sw {
    justify-content: flex-start;
    flex: none;
    width: auto;
  }
}
@media only print {
  .boardno-rowli.col-sw {
    justify-content: flex-start;
    flex: none;
    width: auto;
  }
}
.boardno-rowli.col-space {
  flex: 3 3 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media all and (max-width: 1023px) {
  .boardno-rowli.col-space {
    justify-content: flex-start;
    flex: none;
    width: auto;
  }
}
@media only print {
  .boardno-rowli.col-space {
    justify-content: flex-start;
    flex: none;
    width: auto;
  }
}
@media all and (max-width: 1023px) {
  .boardno-rowli.col-space {
    width: 100%;
  }
}
.boardno-rowli.col-purpose {
  flex: 3.5 3.5 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media all and (max-width: 1023px) {
  .boardno-rowli.col-purpose {
    justify-content: flex-start;
    flex: none;
    width: auto;
  }
}
@media only print {
  .boardno-rowli.col-purpose {
    justify-content: flex-start;
    flex: none;
    width: auto;
  }
}
@media all and (max-width: 1023px) {
  .boardno-rowli.col-purpose {
    display: none;
  }
}
.boardno-rowli.col-personnel {
  flex: 1 1 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media all and (max-width: 1023px) {
  .boardno-rowli.col-personnel {
    justify-content: flex-start;
    flex: none;
    width: auto;
  }
}
@media only print {
  .boardno-rowli.col-personnel {
    justify-content: flex-start;
    flex: none;
    width: auto;
  }
}
@media all and (max-width: 1023px) {
  .boardno-rowli.col-personnel {
    display: none;
  }
}
.boardno-rowli.col-etc {
  flex: 2.5 2.5 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media all and (max-width: 1023px) {
  .boardno-rowli.col-etc {
    justify-content: flex-start;
    flex: none;
    width: auto;
  }
}
@media only print {
  .boardno-rowli.col-etc {
    justify-content: flex-start;
    flex: none;
    width: auto;
  }
}
@media all and (max-width: 1023px) {
  .boardno-rowli.col-etc {
    display: none;
  }
}
.boardno-rowli.col-account {
  flex: 4 4 0;
  display: flex;
  justify-content: center;
  align-items: center;
  justify-content: space-around;
}
@media all and (max-width: 1023px) {
  .boardno-rowli.col-account {
    justify-content: flex-start;
    flex: none;
    width: auto;
  }
}
@media only print {
  .boardno-rowli.col-account {
    justify-content: flex-start;
    flex: none;
    width: auto;
  }
}
@media all and (max-width: 1023px) {
  .boardno-rowli.col-account > *:not(.btn) {
    display: none;
  }
}
.boardno-rowlist {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  gap: 0 10px;
}
@media all and (max-width: 1023px) {
  .boardno-rowlist {
    flex-wrap: wrap;
    gap: 8px 10px;
  }
}
@media only print {
  .boardno-rowlist {
    flex-wrap: wrap;
    gap: 2mm 6mm;
  }
}
.boardno-headli {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  color: #001300;
}
@media all and (max-width: 1023px) {
  .boardno-headlist {
    display: none;
  }
}
@media only print {
  .boardno-headlist {
    display: none;
  }
}
.boardno-infolist {
  display: flex;
  align-items: center;
  gap: 10px;
}
.boardno-infolist > dt {
  display: none;
  color: #9F9F9F;
}
@media all and (max-width: 1023px) {
  .boardno-infolist > dt {
    display: block;
  }
}
@media only print {
  .boardno-infolist > dt {
    display: block;
  }
}
.boardno-tag {
  display: flex;
  justify-content: center;
  align-items: center;
}
.boardno-tags {
  display: flex;
  align-items: center;
  gap: 0 3px;
}
.boardno-tag-notice {
  padding: 4px 10px 4px;
  border-radius: 800px;
  border: 1px solid #001300;
  background-color: #001300;
  font-size: 1.4rem;
  line-height: 1.96rem;
  letter-spacing: -0.07rem;
  color: #fff;
}
@media all and (max-width: 1023px) {
  .boardno-tag-notice {
    font-size: 1.5272727273rem;
    line-height: 2.1381818182rem;
    letter-spacing: -0.0763636364rem;
  }
}
@media all and (max-width: 768px) {
  .boardno-tag-notice {
    font-size: 1.2rem;
    line-height: 1.68rem;
    letter-spacing: -0.06rem;
    padding: 0px 7px 1px;
  }
}
.boardno-tag-new {
  display: none;
}
.boardno-tag-new.active {
  display: inline-flex;
  margin-left: 5px;
}
.boardno-tag-attach {
  display: none;
}
.boardno-tag-attach.active {
  display: inline-block;
  margin-bottom: 3px;
}
.boardre {
  /* 게시판 일반(이미지) + 반응형 박스 */
  position: relative;
  border-top: 1px solid #000;
}
@media all and (max-width: 768px) {
  .boardre {
    border-top-width: 0;
  }
}
.boardre:has(.empty) {
  border-bottom: 1px solid #ddd;
}
.boardre-empty {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 376px;
  border-bottom: 1px solid #ddd;
  margin-top: -20px;
}
@media all and (max-width: 768px) {
  .boardre-empty {
    height: 200px;
    margin-top: -5px;
  }
}
@media only print {
  .boardre-empty {
    height: 48mm;
  }
}
.boardre-li {
  width: 100%;
  height: 84px;
  border-bottom: 1px solid #ddd;
}
@media all and (max-width: 1023px) {
  .boardre-li {
    height: auto;
    padding: 15px 0;
  }
  .boardre-li:first-child {
    border-bottom-width: 0;
    padding: 0;
  }
}
@media all and (max-width: 768px) {
  .boardre-li {
    width: calc((100% - 15px) / 2);
    border-bottom-width: 0;
    padding: 0;
  }
}
@media only print {
  .boardre-li {
    height: auto;
    padding: 2mm 0;
  }
  .boardre-li:first-child {
    border-bottom-width: 0;
    padding: 0;
  }
}
.boardre-li:not(.boardre-li-head):not(.empty):hover {
  background-color: #FCFCFC;
}
.boardre-li:not(.boardre-li-head):not(.empty):hover .boardre-rowli {
  color: #000000;
}
.boardre-li:not(.boardre-li-head):not(.empty):hover .boardre-link {
  color: #000000;
}
.boardre-list {
  width: 100%;
}
@media all and (max-width: 768px) {
  .boardre-list {
    display: flex;
    flex-wrap: wrap;
    gap: 30px 15px;
    padding-top: 15px;
  }
}
.boardre-link {
  display: inline-block;
  max-width: calc(100% - 30px);
  margin: 0;
  padding: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media all and (max-width: 768px) {
  .boardre-link {
    font-weight: 500;
    color: #000;
  }
}
.boardre-li-head {
  height: 54px;
}
@media all and (max-width: 1023px) {
  .boardre-li-head {
    display: none;
  }
}
.boardre-rowli {
  flex: 1;
  width: 0;
  overflow: hidden;
  color: #666;
}
@media all and (max-width: 768px) {
  .boardre-rowli {
    color: #000;
  }
}
.boardre-rowli.col-num {
  flex: 0 0 90px;
  display: flex;
  justify-content: center;
  align-items: center;
  letter-spacing: 0;
}
@media all and (max-width: 1023px) {
  .boardre-rowli.col-num {
    justify-content: flex-start;
    flex: none;
    width: auto;
  }
}
@media only print {
  .boardre-rowli.col-num {
    justify-content: flex-start;
    flex: none;
    width: auto;
  }
}
@media all and (max-width: 1023px) {
  .boardre-rowli.col-num {
    font-size: 15px;
    min-width: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 2px;
  }
  .boardre-rowli.col-num + .col-tit {
    flex: 0 0 calc(100% - 65px);
    flex: 1;
    font-size: 15px;
  }
  .boardre-rowli.col-num:has(.tag-notice) + .col-tit {
    flex: 0 0 calc(100% - 65px);
    flex: 1;
    font-size: 15px;
  }
}
@media all and (max-width: 768px) {
  .boardre-rowli.col-num {
    display: none;
  }
}
.boardre-rowli.col-img {
  flex: 0 0 80px;
}
@media all and (max-width: 1023px) {
  .boardre-rowli.col-img {
    flex: 0 0 160px;
  }
}
@media all and (max-width: 768px) {
  .boardre-rowli.col-img {
    width: auto;
  }
}
.boardre-rowli.col-tit {
  flex: 7 7 0;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 5px;
  padding-left: 30px;
}
@media all and (max-width: 768px) {
  .boardre-rowli.col-tit {
    width: auto;
    padding-left: 0;
  }
}
@media only print {
  .boardre-rowli.col-tit {
    flex: 0 0 100%;
  }
}
.boardre-rowli.col-writer {
  flex: 2 2 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media all and (max-width: 1023px) {
  .boardre-rowli.col-writer {
    justify-content: flex-start;
    flex: none;
    width: auto;
  }
}
@media only print {
  .boardre-rowli.col-writer {
    justify-content: flex-start;
    flex: none;
    width: auto;
  }
}
@media all and (max-width: 1023px) {
  .boardre-rowli.col-writer {
    display: none;
  }
}
.boardre-rowli.col-date {
  flex: 1.5 1.5 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media all and (max-width: 1023px) {
  .boardre-rowli.col-date {
    justify-content: flex-start;
    flex: none;
    width: auto;
  }
}
@media only print {
  .boardre-rowli.col-date {
    justify-content: flex-start;
    flex: none;
    width: auto;
  }
}
@media all and (max-width: 1023px) {
  .boardre-rowli.col-date dt {
    display: none;
  }
}
@media all and (max-width: 1023px) {
  .boardre-rowli.col-date dd {
    margin-left: auto;
    color: #999;
  }
}
@media all and (max-width: 768px) {
  .boardre-rowli.col-date dd {
    font-size: 1.68rem;
    line-height: 2.352rem;
    letter-spacing: -0.084rem;
  }
}
.boardre-rowli.col-btns {
  flex: 1 1 100px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media all and (max-width: 1023px) {
  .boardre-rowli.col-btns {
    justify-content: flex-start;
    flex: none;
    width: auto;
  }
}
@media only print {
  .boardre-rowli.col-btns {
    justify-content: flex-start;
    flex: none;
    width: auto;
  }
}
@media all and (max-width: 768px) {
  .boardre-rowli.col-btns {
    margin-top: 10px;
  }
}
.boardre-rowlist {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  gap: 0 10px;
}
@media all and (max-width: 1023px) {
  .boardre-rowlist {
    flex-wrap: wrap;
    gap: 8px 10px;
  }
}
@media all and (max-width: 768px) {
  .boardre-rowlist {
    display: grid;
    grid-template-columns: 10fr;
  }
}
@media only print {
  .boardre-rowlist {
    flex-wrap: wrap;
    gap: 2mm 6mm;
  }
}
.boardre-headli {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  color: #001300;
}
.boardre-headli.col-tit {
  align-items: center;
}
@media all and (max-width: 1023px) {
  .boardre-headlist {
    display: none;
  }
}
@media only print {
  .boardre-headlist {
    display: none;
  }
}
.boardre-infolist {
  display: flex;
  align-items: center;
  gap: 10px;
}
.boardre-infolist > dt {
  display: none;
  color: #9F9F9F;
}
@media all and (max-width: 1023px) {
  .boardre-infolist > dt {
    display: block;
  }
}
@media only print {
  .boardre-infolist > dt {
    display: block;
  }
}
.boardre-tag {
  display: flex;
  justify-content: center;
  align-items: center;
}
.boardre-tags {
  display: flex;
  align-items: center;
  gap: 0 3px;
}
.boardre-tag-notice {
  padding: 2px 10px 4px;
  border-radius: 800px;
  border: 1px solid #001300;
  background-color: #001300;
  font-size: 14px;
  letter-spacing: -0.7px;
  color: #fff;
}
@media all and (max-width: 768px) {
  .boardre-tag-notice {
    font-size: 12px;
    padding: 0px 7px 1px;
  }
}
.boardre-tag-new {
  display: none;
}
.boardre-tag-new.active {
  display: inline-flex;
  margin-left: 5px;
}
.boardre-tag-attach {
  display: none;
}
.boardre-tag-attach.active {
  display: inline-block;
  margin-bottom: 3px;
}
.boardre-img {
  width: 100%;
}
.boardre-img:has(> img[alt*=없음]) img {
  max-width: 50%;
}
.boardre-img > img {
  width: 100%;
}
.boardre-btn.btn-modify, .boardre-btn.btn-remove {
  width: 52px;
  height: 32px;
  padding-top: 2px;
  padding-right: 2px;
}
@media all and (max-width: 768px) {
  .boardre-btn.btn-modify, .boardre-btn.btn-remove {
    width: 100%;
    height: 28px;
    padding: 0;
  }
}
@media all and (max-width: 768px) {
  .boardre-btn.btn-modify > .txt, .boardre-btn.btn-remove > .txt {
    font-size: 1.8rem;
    line-height: 2.52rem;
    letter-spacing: -0.09rem;
  }
}
.boardre-btns {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
}
@media all and (max-width: 768px) {
  .boardre-btn-wrap {
    flex: 1;
    width: 0;
  }
}
.boardre-icon {
  width: 18px;
  height: 18px;
}
.boardre-icons {
  display: flex;
  align-items: center;
  gap: 10px;
}
.boardre-icon-video {
  width: 18px;
  height: 18px;
  background: url("/images/user/common/icon-board-video-gray.svg") no-repeat center;
}
.boardre-icon-video[data-have=true] {
  background: url("/images/user/common/icon-board-video-green.svg") no-repeat center;
}
.boardre-icon-youtube {
  width: 18px;
  height: 18px;
  background: url("/images/user/common/icon-board-youtube-gray.svg") no-repeat center;
}
.boardre-icon-youtube[data-have=true] {
  background: url("/images/user/common/icon-board-youtube-green.svg") no-repeat center;
}
.boardre-icon-img {
  width: 18px;
  height: 18px;
  background: url("/images/user/common/icon-board-img-gray.svg") no-repeat center;
}
.boardre-icon-img[data-have=true] {
  background: url("/images/user/common/icon-board-img-green.svg") no-repeat center;
}
.boardre-icon-attach {
  width: 18px;
  height: 18px;
  background: url("/images/user/common/icon-board-attach-gray.svg") no-repeat center;
}
.boardre-icon-attach[data-have=true] {
  background: url("/images/user/common/icon-board-attach-green.svg") no-repeat center;
}
.boardre-tit-wrap {
  width: 100%;
  display: flex;
}
@media all and (max-width: 768px) {
  .board-wrap .main {
    padding-top: 20px;
  }
}
@media all and (max-width: 768px) {
  .board-wrap .sect-tit {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.board-top {
  position: relative;
  padding-bottom: 15px;
  display: flex;
  align-items: baseline;
}
@media all and (max-width: 768px) {
  .board-top {
    display: flex;
    justify-content: center;
    align-items: center;
    justify-content: space-between;
    padding: 9px 0 11px;
  }
}
.board-top::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  display: none;
  width: 100%;
  height: 1px;
  background-color: #000;
  z-index: 1;
  transition: background 0.3s;
}
@media all and (max-width: 768px) {
  .board-top::before {
    display: block;
  }
}
.board-total {
  font-weight: 500;
  color: #666;
}
.board-total-num {
  font-weight: 600;
  letter-spacing: 0;
  color: #001300;
}
.board-total-unit {
  letter-spacing: 0;
}
.board-empty {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 376px;
  margin-top: -20px;
}
@media all and (max-width: 768px) {
  .board-empty {
    height: 200px;
    margin-top: -5px;
  }
}
@media only print {
  .board-empty {
    height: 48mm;
  }
}
.board-empty.hide {
  display: none;
}
.board-empty-post {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 20px;
}
@media all and (max-width: 768px) {
  .board-empty-post {
    gap: 10px;
  }
}
@media all and (max-width: 768px) {
  .board-empty-post > .img {
    width: 40px;
  }
}
@media all and (max-width: 768px) {
  .board-empty-post > .img img {
    width: 100%;
    height: 100%;
  }
}
.board-empty-post > .txt {
  color: #DCDCDC;
}
@media all and (max-width: 768px) {
  .board-empty-post > .txt {
    font-size: 15px;
  }
}
.board-btns {
  margin-left: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
}

.sect-board-top {
  position: relative;
  padding-top: 40px;
}
@media all and (max-width: 768px) {
  .sect-board-top {
    position: sticky;
    left: 0;
    top: 0;
    top: 6rem;
    display: block;
    width: 100%;
    background-color: #fff;
    padding-top: 0px;
    padding-bottom: 0px;
    z-index: 1;
    transition: top 0.3s;
  }
}
@media all and (max-width: 509px) {
  .sect-board-top {
    top: 7.5rem;
  }
}
@media only print {
  .sect-board-top {
    padding-top: 6mm;
  }
}
@media all and (max-width: 768px) {
  .sect-board-top.active {
    margin-left: 0;
  }
}
@media all and (max-width: 768px) {
  .sect-board-top.up {
    top: 0;
  }
}
@media all and (max-width: 768px) {
  .sect-board-top.hide {
    top: 0;
  }
}
@media all and (max-width: 509px) {
  .sect-board-top.hide {
    top: 0;
  }
}
.sect-boardgf {
  padding-top: 40px;
}
@media all and (max-width: 768px) {
  .sect-boardgf {
    padding-top: 0;
  }
}
@media only print {
  .sect-boardgf {
    padding-top: 0;
  }
}

/* //게시판 리스트 */
/* 페이지네이션 */
.pnav-list {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 40px;
}
@media all and (max-width: 1023px) {
  .pnav-list {
    padding-top: 20px;
  }
}
.pnav-first {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
  width: 34px;
  height: 34px;
  border: 1px solid transparent;
  font-size: 15px;
  letter-spacing: 0;
  color: #999999;
  cursor: pointer;
}
.pnav-first.active {
  display: flex;
}
@media all and (max-width: 768px) {
  .pnav-first {
    width: 28px;
    height: 28px;
  }
}
.pnav-prev {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
  width: 34px;
  height: 34px;
  border: 1px solid transparent;
  font-size: 15px;
  letter-spacing: 0;
  color: #999999;
  cursor: pointer;
}
.pnav-prev.active {
  display: flex;
}
@media all and (max-width: 768px) {
  .pnav-prev {
    width: 28px;
    height: 28px;
  }
}
.pnav-num {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
  width: 34px;
  height: 34px;
  border: 1px solid transparent;
  font-size: 15px;
  letter-spacing: 0;
  color: #999999;
  cursor: pointer;
  display: flex;
  line-height: 20px;
}
.pnav-num.active {
  border-color: #001300;
  color: #000;
  cursor: auto;
}
@media all and (max-width: 768px) {
  .pnav-num {
    width: 28px;
    height: 28px;
  }
}
.pnav-next {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
  width: 34px;
  height: 34px;
  border: 1px solid transparent;
  font-size: 15px;
  letter-spacing: 0;
  color: #999999;
  cursor: pointer;
}
.pnav-next.active {
  display: flex;
}
@media all and (max-width: 768px) {
  .pnav-next {
    width: 28px;
    height: 28px;
  }
}
.pnav-last {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
  width: 34px;
  height: 34px;
  border: 1px solid transparent;
  font-size: 15px;
  letter-spacing: 0;
  color: #999999;
  cursor: pointer;
}
.pnav-last.active {
  display: flex;
}
@media all and (max-width: 768px) {
  .pnav-last {
    width: 28px;
    height: 28px;
  }
}

/* //페이지네이션 */
/* 게시판 상세 */
.detailga {
  /* 게시판 갤러리형 */
}
.detailga-sect.sect-top {
  padding-top: 78px;
}
@media all and (max-width: 768px) {
  .detailga-sect.sect-top {
    padding-top: 40px;
  }
}
.detailga-sect.sect-post {
  grid-column: 1/2;
  grid-row: 1/4;
  /* 오른쪽 글자높이 상단 여유분 */
  padding-top: 14px;
}
@media all and (max-width: 768px) {
  .detailga-sect.sect-post {
    grid-column: 1/2;
    grid-row: 2/3;
    padding-top: 0px;
  }
}
@media only print {
  .detailga-sect.sect-post {
    grid-column: 1/2;
    grid-row: 2/3;
    padding-top: 0px;
  }
}
.detailga-sect.sect-tit {
  grid-column: 2/3;
}
@media all and (max-width: 768px) {
  .detailga-sect.sect-tit {
    grid-column: 1/2;
  }
}
@media only print {
  .detailga-sect.sect-tit {
    grid-column: 1/2;
  }
}
.detailga-sect.sect-info {
  grid-column: 2/3;
}
@media all and (max-width: 768px) {
  .detailga-sect.sect-info {
    grid-column: 1/2;
  }
}
@media only print {
  .detailga-sect.sect-info {
    grid-column: 1/2;
  }
}
.detailga-post {
  position: relative;
  display: grid;
  grid-template-columns: 290px auto;
  gap: 40px 70px;
}
@media all and (max-width: 1023px) {
  .detailga-post {
    gap: 40px;
  }
}
@media all and (max-width: 768px) {
  .detailga-post {
    grid-template-columns: auto;
    gap: 20px;
  }
}
@media only print {
  .detailga-post {
    grid-template-columns: auto;
    gap: 4mm;
  }
}
.detailga-post-img {
  grid-column: 1/2;
  grid-row: 1/3;
  min-width: 290px;
}
@media all and (max-width: 1023px) {
  .detailga-post-img {
    box-shadow: unset;
    max-width: unset;
    width: 400px;
    margin: 0 auto;
  }
}
@media all and (max-width: 1023px) {
  .detailga-post-img {
    max-width: 100%;
  }
}
@media all and (max-width: 768px) {
  .detailga-post-img {
    width: 205px;
    grid-row: 2/3;
  }
}
@media only print {
  .detailga-post-img {
    width: 205px;
    grid-row: 2/3;
  }
}
.detailga-post-img > img {
  width: 100%;
  box-shadow: 20px 20px 40px rgba(0, 0, 0, 0.1490196078);
}
.detailga-post-tit {
  position: relative;
  font-weight: 800;
  font-size: 4rem;
  line-height: 5.6rem;
  letter-spacing: -0.2rem;
  line-height: 4.8rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media all and (max-width: 1023px) {
  .detailga-post-tit {
    font-size: 3.9272727273rem;
    line-height: 5.4981818182rem;
    letter-spacing: -0.1963636364rem;
    line-height: 4.7127272727rem;
  }
}
@media all and (max-width: 768px) {
  .detailga-post-tit {
    font-size: 3.84rem;
    line-height: 5.376rem;
    letter-spacing: -0.192rem;
    line-height: 4.608rem;
  }
}
@media all and (max-width: 509px) {
  .detailga-post-tit {
    font-size: 4.2rem;
    line-height: 5.88rem;
    letter-spacing: -0.21rem;
    line-height: 5.04rem;
  }
}
@media all and (max-width: 768px) {
  .detailga-post-tit {
    grid-row: 1/2;
    padding-bottom: 12px;
  }
}
.detailga-post-tit::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0px;
  display: none;
  width: 100%;
  height: 1px;
  background-color: #354251;
}
@media all and (max-width: 768px) {
  .detailga-post-tit::before {
    display: block;
  }
}
.detailga-post-infolist {
  width: 100%;
  display: flex;
  align-items: center;
}
@media all and (max-width: 1023px) {
  .detailga-post-infolist {
    font-size: 15px;
  }
}
.detailga-post-infolist > dt {
  color: #9F9F9F;
  flex: 0 0 114px;
  width: 0;
}
@media all and (max-width: 1023px) {
  .detailga-post-infolist > dt {
    flex: 0 0 60px;
    padding-bottom: 2px;
  }
}
.detailga-post-infolist > dd {
  flex: 1;
  width: 0;
}
@media all and (max-width: 1023px) {
  .detailga-post-infolist > dd {
    padding-bottom: 2px;
  }
}
.detailga-post-datelist > dd {
  letter-spacing: 0.8px;
}
.detailga-post-li {
  height: 60px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #DDDDDD;
  padding: 0 20px;
}
@media all and (max-width: 1023px) {
  .detailga-post-li {
    height: 50px;
    padding: 0 0px;
  }
}
.detailga-post-list {
  margin-top: 40px;
  margin-top: 0px;
  border-top: 1px solid #354251;
}
@media all and (max-width: 509px) {
  .detailga-post-list {
    border-top-color: #ddd;
  }
}
.detailga-content {
  /* 게시판 내용 */
}
@media all and (max-width: 1023px) {
  .detailga-content {
    padding: 40px 0;
  }
}
@media all and (max-width: 509px) {
  .detailga-content {
    padding: 15px 0;
  }
}
.detailga-content-wrap {
  padding-top: 70px;
}
@media all and (max-width: 1023px) {
  .detailga-content-wrap {
    padding-top: 40px;
  }
}
.detailga-content-tit {
  position: relative;
  font-size: 30px;
  letter-spacing: -1.8px;
}
@media all and (max-width: 1023px) {
  .detailga-content-tit {
    font-size: 18px;
  }
}
.detailga-content-tit::after {
  content: "";
  position: relative;
  display: block;
  width: 100%;
  height: 1px;
  background: #000;
  margin-top: 30px;
}
@media all and (max-width: 1023px) {
  .detailga-content-tit::after {
    margin-top: 15px;
  }
}
.detailga-grid {
  position: relative;
  display: grid;
  grid-template-columns: 290px 1fr;
  gap: 40px 70px;
}
@media all and (max-width: 1023px) {
  .detailga-grid {
    gap: 40px;
  }
}
@media all and (max-width: 768px) {
  .detailga-grid {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(4, auto);
    gap: 0;
  }
}
@media only print {
  .detailga-grid {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(4, auto);
    gap: 0;
  }
}
.detailga-grid .sect-tit {
  padding-top: 0;
  padding-bottom: 0;
  min-height: 91px;
}
@media all and (max-width: 1023px) {
  .detailga-grid .sect-tit {
    min-height: unset;
  }
}
@media all and (max-width: 768px) {
  .detailga-grid .sect-tit {
    padding-top: 0;
    padding-bottom: 20px;
  }
}
.detailga-grid .sect-attach {
  grid-column: 2/3;
}
@media all and (max-width: 768px) {
  .detailga-grid .sect-attach {
    grid-column: 1/2;
  }
}
@media only print {
  .detailga-grid .sect-attach {
    grid-column: 1/2;
  }
}
.detailga-grid .detailga-post {
  position: sticky;
  display: block;
  /* 해더 높이 + 서브메뉴 높이 + 서브메뉴 하단 높이 + 상단패딩 */
  top: 290px;
  transition: top 0.3s;
}
.detailga-grid .detailga-content-wrap {
  padding-top: 0;
}
@media all and (max-width: 1023px) {
  .detailga-grid .detailga-content-wrap {
    padding-top: 0;
  }
}
@media all and (max-width: 768px) {
  .detailga-grid .detailga-content-tit {
    margin-top: 40px;
  }
}
@media only print {
  .detailga-grid .detailga-content-tit {
    margin-top: 6mm;
  }
}
.detailga-grid-wrap {
  position: relative;
  padding-top: 70px;
}
@media all and (max-width: 768px) {
  .detailga-grid-wrap {
    padding-top: 30px;
  }
}
@media only print {
  .detailga-grid-wrap {
    padding-top: 5mm;
  }
}
@media all and (max-width: 768px) {
  .detailga-grid-wrap:has(.sect-attach) + .sect-movepage {
    padding-top: 15px;
  }
}
@media only print {
  .detailga-grid-wrap:has(.sect-attach) + .sect-movepage {
    padding-top: 3mm;
  }
}
.detailgf {
  /* 게시판 갤러리 필터형 */
}
.detailgf-sect.sect-info {
  padding-top: 110px;
  padding-bottom: 40px;
}
@media all and (max-width: 1023px) {
  .detailgf-sect.sect-info {
    padding-top: 40px;
  }
}
@media all and (max-width: 509px) {
  .detailgf-sect.sect-info {
    padding-top: 15px;
  }
}
@media only print {
  .detailgf-sect.sect-info {
    padding-top: 6mm;
    padding-bottom: 6mm;
  }
}
.detailgf-slide-wrap {
  position: relative;
  padding: 110px 110px 0;
}
@media all and (max-width: 1023px) {
  .detailgf-slide-wrap {
    padding: 40px 0 0;
  }
}
@media all and (max-width: 509px) {
  .detailgf-slide-wrap {
    padding-top: 31px;
    padding-top: 15px;
  }
}
@media only print {
  .detailgf-slide-wrap {
    width: 100%;
    padding: 8mm 0 0;
  }
}
.detailgf-slide-wrap::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0px;
  display: block;
  width: 100%;
  height: 1px;
  background: #000;
}
.detailgf-slide-wrap .swiper-btn-prev {
  left: 110px;
  top: calc((100% + 40px + 110px) / 2);
  transform: translate(-50%, -50%);
}
@media all and (max-width: 1023px) {
  .detailgf-slide-wrap .swiper-btn-prev {
    left: 0;
  }
}
@media all and (max-width: 768px) {
  .detailgf-slide-wrap .swiper-btn-prev {
    display: none;
  }
}
.detailgf-slide-wrap .swiper-btn-next {
  right: 110px;
  top: calc((100% + 40px + 110px) / 2);
  transform: translate(50%, -50%);
}
@media all and (max-width: 1023px) {
  .detailgf-slide-wrap .swiper-btn-next {
    right: 0;
  }
}
@media all and (max-width: 768px) {
  .detailgf-slide-wrap .swiper-btn-next {
    display: none;
  }
}
.detailgf-slide-link {
  width: 100%;
  height: 560px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: url("/images/user/pages/relic/cursor-plus-brown.png"), auto;
}
@media all and (max-width: 1023px) {
  .detailgf-slide-link {
    height: auto;
  }
}
@media only print {
  .detailgf-slide-link {
    /* a4 용지 가로 - 여유분 */
    max-width: 180mm;
    height: auto;
  }
}
.detailgf-slide-link > img {
  max-width: 100%;
  max-height: 100%;
}
.detailgf-swiper-wrap {
  position: relative;
  height: 100%;
}
.detailgf-tit {
  position: relative;
  font-weight: 800;
  font-size: 4rem;
  line-height: 5.6rem;
  letter-spacing: -0.2rem;
  line-height: 4.8rem;
  padding-bottom: 40px;
}
@media all and (max-width: 1023px) {
  .detailgf-tit {
    font-size: 3.9272727273rem;
    line-height: 5.4981818182rem;
    letter-spacing: -0.1963636364rem;
    line-height: 4.7127272727rem;
  }
}
@media all and (max-width: 768px) {
  .detailgf-tit {
    font-size: 3.84rem;
    line-height: 5.376rem;
    letter-spacing: -0.192rem;
    line-height: 4.608rem;
  }
}
@media all and (max-width: 509px) {
  .detailgf-tit {
    font-size: 4.2rem;
    line-height: 5.88rem;
    letter-spacing: -0.21rem;
    line-height: 5.04rem;
  }
}
@media all and (max-width: 1023px) {
  .detailgf-tit {
    padding-bottom: 16px;
  }
}
@media all and (max-width: 509px) {
  .detailgf-tit {
    padding-bottom: 15px;
  }
}
.detailgf-infobase {
  flex: 1;
  padding: 44px 40px 49px;
}
@media all and (max-width: 1023px) {
  .detailgf-infobase {
    padding: 25px 0 31px;
  }
}
.detailgf-infobase-tit {
  font-size: 30px;
  letter-spacing: -1.8px;
}
@media all and (max-width: 1023px) {
  .detailgf-infobase-tit {
    font-size: 18px;
    letter-spacing: -1.2px;
  }
}
.detailgf-infobase-list {
  display: flex;
  flex-direction: column;
  gap: 30px;
  padding-top: 40px;
}
@media all and (max-width: 1023px) {
  .detailgf-infobase-list {
    gap: 10px;
    padding-top: 15px;
  }
}
.detailgf-infobase-infolist {
  display: flex;
  align-items: center;
  letter-spacing: -0.96px;
}
@media all and (max-width: 1023px) {
  .detailgf-infobase-infolist {
    font-size: 15px;
  }
}
.detailgf-infobase-infolist > dt {
  width: 92px;
  font-weight: 500;
}
.detailgf-infobase-infolist > dd {
  flex: 1;
  color: #666;
}
.detailgf-infomore {
  flex: 1;
  padding: 44px 40px 49px;
  border-left: 1px solid #ddd;
}
@media all and (max-width: 1023px) {
  .detailgf-infomore {
    border-left: none;
    border-top: 1px solid #ddd;
    padding: 25px 0 31px;
  }
}
.detailgf-infomore-tit {
  font-size: 30px;
  letter-spacing: -1.8px;
}
@media all and (max-width: 1023px) {
  .detailgf-infomore-tit {
    font-size: 18px;
    letter-spacing: -1.2px;
  }
}
.detailgf-infomore-box {
  padding-top: 37px;
  color: #666;
}
@media all and (max-width: 1023px) {
  .detailgf-infomore-box {
    padding-top: 12px;
  }
}
.detailgf-infomore-cont {
  padding-bottom: 35px;
}
@media all and (max-width: 1023px) {
  .detailgf-infomore-cont {
    font-size: 15px;
    padding-bottom: 0;
  }
}
.detailgf-infomore-reference {
  font-size: 14px;
  letter-spacing: -0.7px;
}
.detailgf-infomore-reference:not(:first-child) {
  padding-top: 20px;
}
.detailgf-info-wrap {
  display: flex;
  border-top: 1px solid #DDDDDD;
  border-bottom: 1px solid #DDDDDD;
}
@media all and (max-width: 1023px) {
  .detailgf-info-wrap {
    flex-direction: column;
  }
}
.detailno {
  /* 게시판 일반 */
}
.detail-sect.sect-company + .sect-attach {
  padding-top: 4rem;
}
@media all and (max-width: 768px) {
  .detail-sect.sect-company + .sect-attach {
    padding-top: 4.8rem;
  }
}
@media all and (max-width: 509px) {
  .detail-sect.sect-company + .sect-attach {
    padding-top: 2.25rem;
  }
}
.detail-sect.sect-answer-tit {
  padding-top: 4rem;
}
@media all and (max-width: 768px) {
  .detail-sect.sect-answer-tit {
    padding-top: 4.8rem;
  }
}
@media all and (max-width: 509px) {
  .detail-sect.sect-answer-tit {
    padding-top: 2.25rem;
  }
}
.detail-attach {
  /* 게시판 첨부파일 */
}
.detail-attach-li {
  height: 0;
  overflow: hidden;
  transition: height 0.3s ease-in-out;
}
.detail-attach-li.active {
  height: var(--attach-h, 24px);
}
.detail-attach-list {
  flex: 1;
  width: 0;
  display: flex;
  flex-direction: column;
  transition: gap 0.3s;
}
.detail-attach-list:has(.detail-attach-li:last-of-type.active) {
  gap: 10px;
}
@media all and (max-width: 1023px) {
  .detail-attach-list:has(.detail-attach-li:last-of-type.active) {
    padding-top: 5px;
  }
}
@media all and (max-width: 768px) {
  .detail-attach-list:has(.detail-attach-li:last-of-type.active) {
    gap: 5px;
  }
}
.detail-attach-list + * {
  flex: 0 0 80px;
}
.detail-attach-link {
  display: flex;
  align-items: center;
  gap: 8px;
}
@media all and (max-width: 768px) {
  .detail-attach-link {
    gap: 3px;
  }
}
.detail-attach-link > .icon {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media all and (max-width: 768px) {
  .detail-attach-link > .icon {
    width: 20px;
    height: 20px;
  }
}
@media all and (max-width: 768px) {
  .detail-attach-link > .icon > img {
    width: 100%;
    height: 100%;
  }
}
.detail-attach-link > .txt {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 1.6rem;
  line-height: 2.24rem;
  letter-spacing: -0.08rem;
  letter-spacing: 0;
  color: #666;
}
@media all and (max-width: 1023px) {
  .detail-attach-link > .txt {
    font-size: 1.6363636364rem;
    line-height: 2.2909090909rem;
    letter-spacing: -0.0818181818rem;
  }
}
@media all and (max-width: 768px) {
  .detail-attach-link > .txt {
    font-size: 1.8rem;
    line-height: 2.52rem;
    letter-spacing: -0.09rem;
  }
}
@media all and (max-width: 509px) {
  .detail-attach-link > .txt {
    font-size: 2.25rem;
    line-height: 3.15rem;
    letter-spacing: -0.1125rem;
  }
}
.detail-attach-wrap {
  display: flex;
  gap: 0 43px;
  background: #F6F6F6;
  padding: 25px 30px;
  overflow: hidden;
}
@media all and (max-width: 1023px) {
  .detail-attach-wrap {
    flex-wrap: wrap;
    padding: 21px 23px;
  }
}
@media all and (max-width: 768px) {
  .detail-attach-wrap {
    padding: 15px 18px;
  }
}
.detail-attach-tit {
  font-weight: 500;
}
@media all and (max-width: 1023px) {
  .detail-attach-tit {
    flex: 0 0 100%;
    margin-top: 0;
  }
}
@media all and (max-width: 768px) {
  .detail-attach-tit {
    font-size: 15px;
  }
}
.detail-wrap .main {
  padding-top: 0;
}
@media all and (max-width: 768px) {
  .detail-sect.sect-attach + .sect-movepage {
    padding-top: 15px;
  }
}
.detail-sect.sect-bottom {
  padding-top: 40px;
}
@media all and (max-width: 768px) {
  .detail-sect.sect-bottom {
    padding-top: 20px;
  }
}
@media only print {
  .detail-sect.sect-bottom {
    display: none;
  }
}
.detail-tit {
  position: relative;
  font-weight: 800;
  font-size: 4rem;
  line-height: 5.6rem;
  letter-spacing: -0.2rem;
  line-height: 4.8rem;
}
@media all and (max-width: 1023px) {
  .detail-tit {
    font-size: 3.9272727273rem;
    line-height: 5.4981818182rem;
    letter-spacing: -0.1963636364rem;
    line-height: 4.7127272727rem;
  }
}
@media all and (max-width: 768px) {
  .detail-tit {
    font-size: 3.84rem;
    line-height: 5.376rem;
    letter-spacing: -0.192rem;
    line-height: 4.608rem;
  }
}
@media all and (max-width: 509px) {
  .detail-tit {
    font-size: 4.2rem;
    line-height: 5.88rem;
    letter-spacing: -0.21rem;
    line-height: 5.04rem;
  }
}
.detail-info {
  height: 60px;
  display: flex;
  align-items: center;
  gap: 40px;
  padding: 0px 20px;
  border-top: 1px solid #354251;
  border-bottom: 1px solid #DDDDDD;
  margin-top: 40px;
}
@media all and (max-width: 1023px) {
  .detail-info {
    height: auto;
    flex-wrap: wrap;
    gap: 20px 40px;
    padding: 20px;
  }
}
@media all and (max-width: 768px) {
  .detail-info {
    gap: 5px 20px;
    margin-top: 15px;
    padding: 12px;
    padding-left: 0;
    padding-bottom: 13px;
  }
}
@media only print {
  .detail-info {
    height: auto;
    gap: 8mm;
    flex-wrap: wrap;
    padding: 2mm;
    gap: 2mm 4mm;
    margin-top: 6mm;
  }
}
.detail-infolist {
  display: flex;
  align-items: center;
  gap: 10px;
}
@media all and (max-width: 768px) {
  .detail-infolist {
    font-size: 13px;
  }
}
@media only print {
  .detail-infolist {
    gap: 2mm;
  }
}
.detail-infolist > dt {
  color: #9F9F9F;
}
.detail-content {
  /* 게시판 내용 */
}
.detail-content .key {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 3px;
  background-color: #001300;
  padding: 8px 12px 9px 10px;
  color: #07FF00;
}
@media all and (max-width: 768px) {
  .detail-content .key {
    font-size: 13px;
    padding: 0.12rem 1.44rem 0.24rem 1.2rem;
  }
}
.detail-content .key-list {
  padding-top: 7rem;
  display: flex;
  align-items: center;
  gap: 5px;
  flex-wrap: wrap;
}
@media all and (max-width: 1023px) {
  .detail-content .key-list {
    padding-top: 4.3636363636rem;
  }
}
@media all and (max-width: 768px) {
  .detail-content .key-list {
    padding-top: 1.8rem;
  }
}
@media all and (max-width: 509px) {
  .detail-content .key-list {
    padding-top: 15px;
  }
}
.detail-content video, .detail-content iframe {
  width: 100%;
}
.detail-img-wrap {
  position: relative;
}
.detail-video-wrap {
  position: relative;
}
.detail-iframe-wrap {
  position: relative;
  aspect-ratio: 16/9;
}
.detail-iframe-wrap iframe, .detail-iframe-wrap object, .detail-iframe-wrap embed {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.detail-movepage {
  height: 56px;
  display: flex;
  align-items: center;
  gap: 0 68px;
  border-top: 1px solid #DDDDDD;
  border-bottom: 1px solid #DDDDDD;
}
@media all and (max-width: 1023px) {
  .detail-movepage {
    gap: 0 15px;
  }
}
@media all and (max-width: 768px) {
  .detail-movepage {
    height: 50px;
    padding-bottom: 2px;
  }
}
@media only print {
  .detail-movepage {
    display: none;
  }
}
.detail-movepage.next {
  border-top-width: 0;
}
.detail-movepages {
  padding-top: 70px;
}
@media all and (max-width: 768px) {
  .detail-movepages {
    padding-top: 0;
  }
}
@media only print {
  .detail-movepages {
    border-bottom: 1px solid #DDDDDD;
  }
}
.detail-movepages:not(:has(.detail-movepage)) {
  border-bottom: 1px solid #DDDDDD;
}
.detail-movepage-intro {
  display: flex;
  align-items: center;
  gap: 18px;
}
@media all and (max-width: 1023px) {
  .detail-movepage-intro {
    flex: 0 0 68px;
  }
}
@media only print {
  .detail-movepage-intro {
    gap: 3mm;
  }
}
.detail-movepage-intro > .txt {
  color: #9D9EA2;
}
@media all and (max-width: 768px) {
  .detail-movepage-intro > .txt {
    font-size: 15px;
  }
}
.detail-movepage-intro > .icon {
  font-size: 0;
}
@media all and (max-width: 768px) {
  .detail-movepage-intro > .icon {
    margin-bottom: -2px;
  }
}
.detail-movepage-tit {
  color: #9D9EA2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media all and (max-width: 768px) {
  .detail-movepage-tit {
    font-size: 15px;
  }
}
.detail-movepage-link {
  color: #333333;
}
.detail-company-li {
  display: flex;
  align-items: center;
}
.detail-company-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.2rem 4rem;
  border: 1px solid #001300;
  padding: 4rem 4.5rem 4rem;
}
@media all and (max-width: 1023px) {
  .detail-company-list {
    grid-template-columns: 1fr;
  }
}
@media all and (max-width: 768px) {
  .detail-company-list {
    padding: 2.4rem 3rem;
  }
}
.detail-company-list-wrap {
  padding: 7rem;
}
@media all and (max-width: 768px) {
  .detail-company-list-wrap {
    padding: 2.4rem 0px;
  }
}
@media all and (max-width: 509px) {
  .detail-company-list-wrap {
    padding: 2.25rem 0px;
  }
}
.detail-company-info-list {
  width: 100%;
  display: flex;
  align-items: center;
}
.detail-company-info-list dt {
  flex: 0 0 12rem;
  width: 0;
  color: rgba(0, 0, 0, 0.4);
}
@media all and (max-width: 768px) {
  .detail-company-info-list dt {
    flex: 0 0 15rem;
  }
}
.detail-company-info-list dd {
  flex: 1;
  width: 0;
  word-wrap: break-word;
}
.detail-company-tit {
  padding-top: 1.9rem;
}
.detail-company-tit.subform-container-tit {
  font-size: 2.4rem;
  line-height: 3.36rem;
  letter-spacing: -0.12rem;
  line-height: 2.4rem;
  letter-spacing: -0.012rem;
  padding-top: 1.5rem;
}
@media all and (max-width: 1023px) {
  .detail-company-tit.subform-container-tit {
    font-size: 2.4rem;
    line-height: 3.36rem;
    letter-spacing: -0.1570909091rem;
  }
}
@media all and (max-width: 768px) {
  .detail-company-tit.subform-container-tit {
    font-size: 2.4rem;
    line-height: 3.36rem;
    letter-spacing: -0.1584rem;
  }
}
@media all and (max-width: 509px) {
  .detail-company-tit.subform-container-tit {
    font-size: 2.7rem;
    line-height: 3.78rem;
    line-height: 3.5991rem;
    letter-spacing: -0.17955rem;
    padding-bottom: calc(1.3rem - 1px);
  }
}

/* //게시판 상세 */
/* filter common */
.filters-tit {
  height: 4rem;
  display: flex;
  align-items: flex-start;
  gap: 12px;
}
.filters-tit .txt {
  font-weight: 600;
  font-size: 2rem;
  line-height: 2.8rem;
  letter-spacing: -0.1rem;
}
@media all and (max-width: 1023px) {
  .filters-tit .txt {
    font-size: 2.1818181818rem;
    line-height: 3.0545454545rem;
    letter-spacing: -0.1090909091rem;
  }
}
@media all and (max-width: 768px) {
  .filters-tit .txt {
    font-size: 2.16rem;
    line-height: 3.024rem;
    letter-spacing: -0.108rem;
    padding-top: 1px;
  }
}
@media all and (max-width: 509px) {
  .filters-tit .txt {
    font-size: 2.7rem;
    line-height: 3.78rem;
    letter-spacing: -0.135rem;
  }
}
.filters-btns {
  padding-top: 40px;
  display: flex;
  gap: 10px;
}
@media all and (max-width: 768px) {
  .filters-btns {
    padding-top: 20px;
  }
}
.filters-list {
  display: flex;
  flex-direction: column;
  gap: 11px;
}
.filters-list-wrap {
  margin-top: 15px;
  height: calc(var(--vh, 1vh) * 100 - 100px - 200px);
  overflow-y: auto;
  scrollbar-color: transparent transparent;
  scrollbar-width: thin;
  scrollbar-color: rgba(0, 0, 0, 0.4) transparent;
}
.filters-list-wrap::-webkit-scrollbar {
  width: 0px;
  background: transparent;
}
.filters-list-wrap::-webkit-scrollbar-track-piece {
  background: transparent;
}
.filters-list-wrap::-webkit-scrollbar-track {
  border-radius: 800px;
  background-color: transparent;
}
.filters-list-wrap::-webkit-scrollbar-thumb {
  border-radius: 800px;
  background-color: transparent;
}
.filters-list-wrap::-webkit-scrollbar-track {
  box-shadow: none;
}
.filters-list-wrap::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.4);
}
@media all and (max-width: 768px) {
  .filters-list-wrap {
    height: calc(var(--vh, 1vh) * 100 - 65px - 15px);
  }
}
@media (orientation: landscape) and (max-width: 1023px) {
  .filters-list-wrap {
    height: calc(var(--vh, 1vh) * 100 - 200px);
  }
}
@media (orientation: landscape) and (max-width: 768px) {
  .filters-list-wrap {
    height: calc(var(--vh, 1vh) * 100 - 65px - 15px);
  }
}
.filters-link {
  width: 100%;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  justify-content: flex-start;
  gap: 6px;
  background: #F6F6F6;
  padding: 0 2.4rem;
}
.filters-link.active {
  background: #F6F6F6 url("/images/user/common/icon-arrow-top-black.svg") no-repeat right center;
  background-position: calc(100% - 2.4rem) center;
}
.filters-link.close {
  background: #F6F6F6 url("/images/user/common/icon-arrow-bottom-black.svg") no-repeat right center;
  background-position: calc(100% - 2.4rem) center;
}
.filters-link > .icon {
  width: 24px;
}
@media all and (max-width: 768px) {
  .filters-link > .icon {
    width: 28px;
    padding-top: 2px;
  }
}
.filters-link > .icon:has(img[alt="아이콘 지역별"]) {
  width: 20px;
}
@media all and (max-width: 768px) {
  .filters-link > .icon:has(img[alt="아이콘 지역별"]) {
    width: 24px;
    padding-top: 0;
  }
}
@media all and (max-width: 509px) {
  .filters-link > .icon:has(img[alt="아이콘 지역별"]) {
    padding-top: 4px;
  }
}
.filters-link > .icon:has(img[alt="아이콘 유형별"]) {
  width: 26px;
  padding-top: 3px;
}
@media all and (max-width: 768px) {
  .filters-link > .icon:has(img[alt="아이콘 유형별"]) {
    width: 30px;
    padding-top: 1px;
  }
}
@media all and (max-width: 509px) {
  .filters-link > .icon:has(img[alt="아이콘 유형별"]) {
    padding-top: 6px;
  }
}
.filters-link > .icon img {
  transform: rotate(0deg);
  transform-origin: 50% 50%;
  transition: transform 0.3s;
}
.filters-link > .txt {
  padding-bottom: 1px;
  font-weight: 700;
  font-size: 1.7rem;
  line-height: 2.38rem;
  letter-spacing: -0.085rem;
}
@media all and (max-width: 1023px) {
  .filters-link > .txt {
    font-size: 1.8545454545rem;
    line-height: 2.5963636364rem;
    letter-spacing: -0.0927272727rem;
  }
}
@media all and (max-width: 768px) {
  .filters-link > .txt {
    font-size: 1.92rem;
    line-height: 2.688rem;
    letter-spacing: -0.096rem;
  }
}
@media all and (max-width: 509px) {
  .filters-link > .txt {
    font-size: 2.4rem;
    line-height: 3.36rem;
    letter-spacing: -0.12rem;
  }
}
.filter-wrap {
  display: block;
  padding: 26px;
}
@media all and (max-width: 768px) {
  .filter-wrap {
    padding: 20px;
  }
}
.filter-check {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: none;
  background: transparent;
}
.filter-check:checked + .filter-checkbox {
  border-color: #001300;
  background: #001300 url("/images/user/common/icon-filter-check-on.svg") no-repeat center;
}
.filter-check[type=radio] + .filter-checkbox {
  background: radial-gradient(#fff 3px, #fff 3px);
}
.filter-check[type=radio]:checked + .filter-checkbox {
  background: radial-gradient(#07FF00 3px, #001300 3px);
}
.filter-checkbox {
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1px solid #686C70;
  background: #fff url("/images/user/common/icon-filter-check-off.svg") no-repeat center;
  background-position: center;
  transition: border 0.3s, background 0.3s;
}
.filter-check-wrap {
  display: flex;
  align-items: center;
  gap: 5.5px;
}
@media all and (max-width: 768px) {
  .filter-tit {
    font-size: 1.8rem;
    line-height: 2.52rem;
    letter-spacing: -0.09rem;
    padding-bottom: 2px;
  }
}
@media all and (max-width: 509px) {
  .filter-tit {
    font-size: 2.25rem;
    line-height: 3.15rem;
    letter-spacing: -0.1125rem;
  }
}
.filter-li:not(:first-child) {
  margin-top: 1rem;
}

/* //filter common */
/* sub 공통 */
.wrap[class*=wrap-sub] .header {
  position: sticky;
}
.wrap[class*=wrap-sub] .header.move {
  position: sticky;
}

.subform-sect {
  padding-bottom: 10rem;
}
@media all and (max-width: 768px) {
  .subform-sect {
    padding-bottom: 7.8rem;
  }
}
.subform-sect:last-of-type {
  padding-bottom: 0;
}
.subform-container-tit {
  display: flex;
  align-items: center;
  width: 100%;
  background-color: #001300;
  font-weight: 700;
  font-size: 3rem;
  line-height: 4.2rem;
  letter-spacing: -0.18rem;
  color: #fff;
  padding: 1.3rem 2rem;
}
@media all and (max-width: 1023px) {
  .subform-container-tit {
    font-size: 2.8363636364rem;
    line-height: 3.9709090909rem;
    letter-spacing: -0.1701818182rem;
    padding: 1.4181818182rem 2.1818181818rem;
  }
}
@media all and (max-width: 768px) {
  .subform-container-tit {
    font-size: 2.64rem;
    line-height: 3.696rem;
    letter-spacing: -0.1584rem;
  }
}
@media all and (max-width: 509px) {
  .subform-container-tit {
    font-size: 3rem;
    line-height: 4.2rem;
    letter-spacing: -0.18rem;
  }
}
.subform-container-tit strong {
  color: #07FF00;
}
.subform-plate {
  padding-top: 3rem;
  padding-bottom: 6rem;
}
.subform-plate:last-child {
  padding-bottom: 0;
}
.subform-plate-top {
  display: flex;
  justify-content: space-between;
}
@media all and (max-width: 768px) {
  .subform-plate-top {
    flex-direction: column;
    gap: 15px;
  }
}
.subform-plate-tit:has(.sub) {
  display: flex;
  align-items: baseline;
  gap: 20px;
}
.subform-plate-tit:has(.sub) > *:not(.sub) {
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 3.36rem;
  letter-spacing: -0.12rem;
}
@media all and (max-width: 1023px) {
  .subform-plate-tit:has(.sub) > *:not(.sub) {
    font-size: 2.6181818182rem;
    line-height: 3.6654545455rem;
    letter-spacing: -0.1309090909rem;
  }
}
@media all and (max-width: 768px) {
  .subform-plate-tit:has(.sub) > *:not(.sub) {
    font-size: 2.4rem;
    line-height: 3.36rem;
    letter-spacing: -0.12rem;
  }
}
@media all and (max-width: 509px) {
  .subform-plate-tit:has(.sub) > *:not(.sub) {
    font-size: 3rem;
    line-height: 4.2rem;
    letter-spacing: -0.15rem;
  }
}
.subform-plate-tit:not(:has(.sub)) {
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 3.36rem;
  letter-spacing: -0.12rem;
}
@media all and (max-width: 1023px) {
  .subform-plate-tit:not(:has(.sub)) {
    font-size: 2.6181818182rem;
    line-height: 3.6654545455rem;
    letter-spacing: -0.1309090909rem;
  }
}
@media all and (max-width: 768px) {
  .subform-plate-tit:not(:has(.sub)) {
    font-size: 2.4rem;
    line-height: 3.36rem;
    letter-spacing: -0.12rem;
  }
}
@media all and (max-width: 509px) {
  .subform-plate-tit:not(:has(.sub)) {
    font-size: 2.7rem;
    line-height: 3.78rem;
    letter-spacing: -0.135rem;
  }
}
.subform-plate-tit > .sub {
  color: #666666;
}
.subform-li {
  color: #222222;
  font-size: 2rem;
  line-height: 2.8rem;
  letter-spacing: -0.1rem;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
@media all and (max-width: 1023px) {
  .subform-li {
    font-size: 1.9636363636rem;
    line-height: 2.7490909091rem;
    letter-spacing: -0.0981818182rem;
  }
}
@media all and (max-width: 768px) {
  .subform-li {
    font-size: 1.92rem;
    line-height: 2.688rem;
    letter-spacing: -0.096rem;
    gap: 2px;
  }
}
@media all and (max-width: 509px) {
  .subform-li {
    font-size: 2.25rem;
    line-height: 3.15rem;
    letter-spacing: -0.1125rem;
  }
}
.subform-list {
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
}
.subform-list > li {
  position: relative;
}
.subform-list > li::before {
  content: "";
  position: absolute;
  left: -0.9rem;
  top: 1.1rem;
  transform: translateY(-50%);
  display: block;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background-color: #000;
}
@media all and (max-width: 1023px) {
  .subform-list > li {
    position: relative;
  }
  .subform-list > li::before {
    content: "";
    position: absolute;
    left: -1rem;
    top: 1.2rem;
    transform: translateY(-50%);
    display: block;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background-color: #000;
  }
}
@media all and (max-width: 768px) {
  .subform-list {
    gap: 10px;
  }
  .subform-list > li {
    position: relative;
  }
  .subform-list > li::before {
    content: "";
    position: absolute;
    left: -1.1rem;
    top: 1.3rem;
    transform: translateY(-50%);
    display: block;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background-color: #000;
  }
}
@media all and (max-width: 509px) {
  .subform-list > li {
    position: relative;
  }
  .subform-list > li::before {
    content: "";
    position: absolute;
    left: -1.3rem;
    top: 1.5rem;
    transform: translateY(-50%);
    display: block;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background-color: #000;
  }
}
.subform-list-wrap {
  background-color: #F4F9F7;
  padding: 3rem 4.8rem;
  margin-top: 2rem;
}
.subform-table-wrap {
  overflow-x: auto;
  scrollbar-color: rgba(0, 0, 0, 0.4) transparent;
  margin-top: 2rem;
}
.subform-table-wrap table {
  min-width: 1280px;
}
.subform-table-wrap table:has(thead tr > :last-child:nth-child(1)), .subform-table-wrap table:has(thead tr > :last-child:nth-child(2)), .subform-table-wrap table:has(thead tr > :last-child:nth-child(3)) {
  min-width: unset;
}
.subform-table-wrap table:has(thead tr > :last-child:nth-child(4)) {
  min-width: 1023px;
}
.subform-table-wrap table.unscroll-width {
  min-width: unset;
}
.subform-table-wrap thead {
  height: 5rem;
}
@media all and (max-width: 768px) {
  .subform-table-wrap thead {
    height: 6rem;
  }
}
.subform-table-wrap th, .subform-table-wrap td {
  border: 1px solid #EEEEEE;
  letter-spacing: -0.02rem;
}
.subform-table-wrap th:first-of-type, .subform-table-wrap td:first-of-type {
  border-left-width: 0;
}
.subform-table-wrap th:last-of-type, .subform-table-wrap td:last-of-type {
  border-right-width: 0;
}
@media all and (max-width: 768px) {
  .subform-table-wrap th.col-num, .subform-table-wrap td.col-num {
    width: 9.6rem;
  }
}
.subform-table-wrap th .box, .subform-table-wrap td .box {
  width: 100%;
  height: 100%;
}
.subform-table-wrap th .box:not(:has(ol, ul)), .subform-table-wrap td .box:not(:has(ol, ul)) {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.subform-table-wrap th .box.col, .subform-table-wrap td .box.col {
  flex-direction: column;
  gap: 2px;
}
.subform-table-wrap th {
  background-color: #F9F9F9;
  border-top-color: #DBDBDB;
  font-weight: 600;
}
.subform-table-wrap td {
  padding: 2rem;
}
.subform-table-wrap::-webkit-scrollbar {
  width: 8px;
}
.subform-table-wrap::-webkit-scrollbar-track {
  box-shadow: none;
}
.subform-table-wrap::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.4);
}
@media all and (max-width: 509px) {
  .subform-table-wrap {
    width: 100vw;
    margin-left: -15px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.subform-table-wrap td {
  color: #666666;
}
.subform-table-wrap td:has(.subform-list) {
  padding-left: calc(2rem + 3px + 0.9rem);
}
@media all and (max-width: 1023px) {
  .subform-table-wrap td:has(.subform-list) {
    padding-left: calc(2rem + 3px + 0.9rem);
  }
}
@media all and (max-width: 768px) {
  .subform-table-wrap td:has(.subform-list) {
    padding-left: calc(2rem + 3px + 1rem);
  }
}
@media all and (max-width: 509px) {
  .subform-table-wrap td:has(.subform-list) {
    padding-left: calc(2rem + 3px + 1.2rem);
  }
}
.subform-table-wrap .txt-green {
  color: #218A00;
}
.subform-table-wrap .subform-li {
  color: #666666;
  font-size: 1.6rem;
  line-height: 2.24rem;
  letter-spacing: -0.08rem;
}
@media all and (max-width: 1023px) {
  .subform-table-wrap .subform-li {
    font-size: 1.7454545455rem;
    line-height: 2.4436363636rem;
    letter-spacing: -0.0872727273rem;
  }
}
@media all and (max-width: 768px) {
  .subform-table-wrap .subform-li {
    font-size: 1.8rem;
    line-height: 2.52rem;
    letter-spacing: -0.09rem;
  }
}
@media all and (max-width: 509px) {
  .subform-table-wrap .subform-li {
    font-size: 2.25rem;
    line-height: 3.15rem;
    letter-spacing: -0.1125rem;
  }
}
.subform-table-wrap .subform-list > li {
  position: relative;
}
.subform-table-wrap .subform-list > li::before {
  content: "";
  position: absolute;
  left: -0.9rem;
  top: 1.1rem;
  transform: translateY(-50%);
  display: block;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background-color: #000;
}
@media all and (max-width: 1023px) {
  .subform-table-wrap .subform-list > li {
    position: relative;
  }
  .subform-table-wrap .subform-list > li::before {
    content: "";
    position: absolute;
    left: -1rem;
    top: 1.2rem;
    transform: translateY(-50%);
    display: block;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background-color: #000;
  }
}
@media all and (max-width: 768px) {
  .subform-table-wrap .subform-list {
    gap: 10px;
  }
  .subform-table-wrap .subform-list > li {
    position: relative;
  }
  .subform-table-wrap .subform-list > li::before {
    content: "";
    position: absolute;
    left: -1.1rem;
    top: 1.2rem;
    transform: translateY(-50%);
    display: block;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background-color: #000;
  }
}
@media all and (max-width: 509px) {
  .subform-table-wrap .subform-list > li {
    position: relative;
  }
  .subform-table-wrap .subform-list > li::before {
    content: "";
    position: absolute;
    left: -1.3rem;
    top: 1.5rem;
    transform: translateY(-50%);
    display: block;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background-color: #000;
  }
}
.subform-table-wrap .subform-list-wrap {
  background-color: transparent;
  padding: 0;
  margin: 0;
}
.subform-col-sw {
  width: calc(18rem + 40px);
}
.subform-col-sw .btn {
  position: relative;
}
.subform-col-sw .btn::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 0;
  height: 50%;
  background-color: rgba(7, 255, 0, 0.3);
  transition: width 0.3s;
}
.subform-col-sw .btn:hover::before {
  width: 100%;
}
.subform-col-date {
  width: calc(14rem + 40px);
}
.subform-txt-wrap {
  margin-top: 1.5rem;
}
.sub-sect.sect-top {
  padding-bottom: 8rem;
}
@media all and (max-width: 768px) {
  .sub-sect.sect-top {
    padding-bottom: 6rem;
  }
}
.sub-sect.sect-top.sect-prepare {
  padding-bottom: 0;
}
.sub-sect.sect-top + .sect-pages:not(:first-child) {
  padding-top: 0;
}
.sub-sect.sect-tabs + .sect-search {
  padding-top: 0;
  top: 0;
}
.sub-sect.sect-pages {
  position: relative;
  display: block;
}
.sub-sect.sect-pages:not(:first-child) {
  padding-top: 40px;
}
@media all and (max-width: 768px) {
  .sub-sect.sect-pages:not(:first-child) {
    padding-top: 15px;
  }
}
.sub-sect.sect-prepare .layout {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: #D2D2D2;
}
.sub-sect.sect-body.form-sect {
  padding-bottom: 80px;
}
@media all and (max-width: 839px) {
  .sub-sect.sect-body.form-sect {
    padding-bottom: 7.92rem;
  }
}
.sub-sect.sect-bottom {
  padding-top: 40px;
}
.sub-top-tit {
  font-weight: 800;
  position: relative;
  font-weight: 800;
  font-size: 4rem;
  line-height: 5.6rem;
  letter-spacing: -0.2rem;
  line-height: 4.8rem;
}
@media all and (max-width: 1023px) {
  .sub-top-tit {
    font-size: 3.7090909091rem;
    line-height: 5.1927272727rem;
    letter-spacing: -0.1854545455rem;
    line-height: 4.4509090909rem;
  }
}
@media all and (max-width: 768px) {
  .sub-top-tit {
    font-size: 3.36rem;
    line-height: 4.704rem;
    letter-spacing: -0.168rem;
    line-height: 4.032rem;
  }
}
@media all and (max-width: 509px) {
  .sub-top-tit {
    font-size: 3.9rem;
    line-height: 5.46rem;
    letter-spacing: -0.195rem;
    line-height: 4.68rem;
  }
}
@media all and (max-width: 509px) {
  .sub-top-tit {
    line-height: 4.68rem;
  }
}
.sub-top-tit:has(.btn) {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.sub-top-subtit {
  margin-top: 2rem;
  word-break: keep-all;
  text-align: center;
}
.sub-tabs {
  overflow-x: auto;
}
.sub-subtit {
  font-size: 3rem;
  line-height: 4.2rem;
  letter-spacing: -0.15rem;
}
@media all and (max-width: 1023px) {
  .sub-subtit {
    font-size: 2.8363636364rem;
    line-height: 3.9709090909rem;
    letter-spacing: -0.1418181818rem;
  }
}
@media all and (max-width: 768px) {
  .sub-subtit {
    font-size: 2.64rem;
    line-height: 3.696rem;
    letter-spacing: -0.132rem;
  }
}
@media all and (max-width: 509px) {
  .sub-subtit {
    font-size: 3rem;
    line-height: 4.2rem;
    letter-spacing: -0.15rem;
  }
}
.sub-prepare-tit {
  text-align: center;
  word-break: keep-all;
}
.sub-prepare-subtit {
  text-align: center;
  word-break: keep-all;
}
@media all and (max-width: 768px) {
  .sub-prepare-img {
    width: 14.4rem;
  }
}
.sub-prepare-img img {
  width: 100%;
}
.sub-plate-tit {
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 3.36rem;
  letter-spacing: -0.12rem;
  margin-bottom: 22px;
}
@media all and (max-width: 1023px) {
  .sub-plate-tit {
    font-size: 2.6181818182rem;
    line-height: 3.6654545455rem;
    letter-spacing: -0.1309090909rem;
  }
}
@media all and (max-width: 768px) {
  .sub-plate-tit {
    font-size: 2.4rem;
    line-height: 3.36rem;
    letter-spacing: -0.12rem;
  }
}
@media all and (max-width: 509px) {
  .sub-plate-tit {
    font-size: 2.7rem;
    line-height: 3.78rem;
    letter-spacing: -0.135rem;
  }
}
.sub-list-wrap {
  font-size: 1.8rem;
  line-height: 2.52rem;
  letter-spacing: -0.09rem;
  line-height: 1.8;
}
@media all and (max-width: 1023px) {
  .sub-list-wrap {
    font-size: 1.9636363636rem;
    line-height: 2.7490909091rem;
    letter-spacing: -0.0981818182rem;
  }
}
@media all and (max-width: 768px) {
  .sub-list-wrap {
    font-size: 2.16rem;
    line-height: 3.024rem;
    letter-spacing: -0.108rem;
  }
}
.sub-list-wrap > *:not(:first-child) {
  margin-top: 2rem;
}
.sub-list-wrap .ordered-num-list.circle > li::before {
  flex: 0 0 18px;
  width: 18px;
  height: 18px;
  font-size: 14px;
  margin-top: 4px;
  margin-right: 9px;
}
@media all and (max-width: 509px) {
  .sub-list-wrap .ordered-num-list.circle > li::before {
    flex: 0 0 14px;
    width: 14px;
    height: 14px;
    font-size: 10px;
    margin-top: 2px;
    margin-right: 7px;
  }
}

.typing {
  position: relative;
  width: 100%;
  height: 5.6rem;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 0 1.8rem;
}
@media all and (max-width: 1023px) {
  .typing {
    height: 50px;
  }
}
.typing .icon {
  display: flex;
  justify-content: center;
  align-items: center;
}
.typing .txt {
  width: 100%;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: none;
  background: transparent;
  font-size: 1.6rem;
  line-height: 2.24rem;
  letter-spacing: -0.08rem;
  line-height: 0;
}
@media all and (max-width: 1023px) {
  .typing .txt {
    font-size: 1.7454545455rem;
    line-height: 2.4436363636rem;
    letter-spacing: -0.0872727273rem;
    line-height: 0;
  }
}
@media all and (max-width: 768px) {
  .typing .txt {
    font-size: 1.92rem;
    line-height: 2.688rem;
    letter-spacing: -0.096rem;
    line-height: 0;
  }
}
@media all and (max-width: 509px) {
  .typing .txt {
    font-size: 2.25rem;
    line-height: 3.15rem;
    letter-spacing: -0.1125rem;
    line-height: 0;
  }
}
.typing .txt::placeholder {
  font-size: 1.6rem;
  line-height: 2.24rem;
  letter-spacing: -0.08rem;
  line-height: 0;
  color: rgba(0, 0, 0, 0.4);
}
@media all and (max-width: 1023px) {
  .typing .txt::placeholder {
    font-size: 1.7454545455rem;
    line-height: 2.4436363636rem;
    letter-spacing: -0.0872727273rem;
    line-height: 0;
  }
}
@media all and (max-width: 768px) {
  .typing .txt::placeholder {
    font-size: 1.92rem;
    line-height: 2.688rem;
    letter-spacing: -0.096rem;
    line-height: 0;
  }
}
@media all and (max-width: 509px) {
  .typing .txt::placeholder {
    font-size: 2.25rem;
    line-height: 3.15rem;
    letter-spacing: -0.1125rem;
    line-height: 0;
  }
}
.typing .box {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  border: 1px solid #C9C9C9;
}
.typing-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  max-width: 40rem;
  margin: 0 auto;
}
@media all and (max-width: 1023px) {
  .typing-container {
    max-width: 43.6363636364rem;
  }
}
@media all and (max-width: 768px) {
  .typing-container {
    max-width: 100%;
  }
}
.typing-plate {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 10px;
}
.company-name {
  font-weight: 700;
  font-size: 3rem;
  line-height: 4.2rem;
  letter-spacing: -0.15rem;
}
.company-info {
  padding: 0 7rem 7rem;
}
@media all and (max-width: 768px) {
  .company-info {
    padding: 0 4.8rem 4.8rem;
  }
}
@media all and (max-width: 509px) {
  .company-info {
    padding-top: 2.25rem;
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }
}
.company-info-list {
  display: flex;
  height: 100%;
}
@media all and (max-width: 509px) {
  .company-info-list {
    overflow-y: auto;
  }
}
.company-info-list dt {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 0 0 15rem;
  background-color: #F9F9F9;
  font-weight: 600;
}
@media all and (max-width: 509px) {
  .company-info-list dt {
    flex: 0 0 18rem;
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.company-info-list dd {
  display: flex;
  justify-content: center;
  align-items: center;
  justify-content: flex-start;
  flex: 1;
  padding: 0 1.8rem;
  letter-spacing: 0;
  color: #666666;
}
@media all and (max-width: 509px) {
  .company-info-list dd {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.company-info-link {
  color: #4263EB;
}
.company-li {
  height: 5rem;
  border-bottom: 1px solid #DBDBDB;
}
@media all and (max-width: 768px) {
  .company-li {
    height: 6rem;
  }
}
@media all and (max-width: 509px) {
  .company-li {
    height: auto;
  }
}
.company-list {
  border-top: 1px solid #DBDBDB;
}

/* 헤더 */
.header {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 99;
  transition: top 0.3s, background 0.3s;
}
@media only print {
  .header {
    display: none;
  }
}
.header:has(.header-nav:hover), .header:has(.header-bg:hover) {
  background-color: #001300;
}
.header:has(.header-nav:hover) .header-bg, .header:has(.header-bg:hover) .header-bg {
  top: 0;
}
@media all and (max-width: 1199px) {
  .header:has(.header-nav:hover) .header-bg, .header:has(.header-bg:hover) .header-bg {
    display: none;
  }
}
.header:has(.header-nav:hover)::after, .header:has(.header-bg:hover)::after {
  top: 100px;
}
@media all and (max-width: 1199px) {
  .header:has(.header-nav:hover)::after, .header:has(.header-bg:hover)::after {
    display: none;
  }
}
.header:has(.header-nav:hover) .header-logo .icon, .header:has(.header-bg:hover) .header-logo .icon {
  background: url("/images/user/common/logo-green.svg") no-repeat center;
  background-size: contain;
}
@media all and (max-width: 1199px) {
  .header:has(.header-nav:hover) .header-logo .icon, .header:has(.header-bg:hover) .header-logo .icon {
    background: url("/images/user/common/logo-white.svg") no-repeat center;
    background-size: contain;
  }
}
.header:has(.header-nav:hover) .nav-sublist-wrap, .header:has(.header-bg:hover) .nav-sublist-wrap {
  top: 100%;
}
.header::after {
  content: "";
  position: absolute;
  left: 0;
  top: -100px;
  display: block;
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.1019607843);
  transition: top 0.3s;
}
.header.move {
  position: fixed;
  background-color: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(30px);
}
.header.move::after {
  top: 100px;
}
@media all and (max-width: 1199px) {
  .header.move::after {
    display: none;
  }
}
.header.move .header-logo .icon {
  background: url("/images/user/common/logo-green.svg") no-repeat center;
  background-size: contain;
}
@media all and (max-width: 1199px) {
  .header.move .header-logo .icon {
    background: url("/images/user/common/logo-white.svg") no-repeat center;
    background-size: contain;
  }
}
.header-bg {
  content: "";
  position: absolute;
  left: 0;
  top: -600px;
  display: block;
  width: 100%;
  height: 300px;
  background-color: #001300;
  transition: top 0.3s;
}
.header-mainmenu {
  position: relative;
  height: 100px;
  transition: margin 0.3s;
}
@media all and (max-width: 768px) {
  .header-mainmenu {
    height: 50px;
  }
}
.header-mainmenu-layout {
  width: 100%;
  height: 100%;
  padding: 0 100px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media all and (max-width: 1589px) {
  .header-mainmenu-layout {
    padding: 0 40px;
  }
}
@media all and (max-width: 768px) {
  .header-mainmenu-layout {
    padding: 0 15px;
  }
}
.header-nav {
  height: 100%;
}
@media all and (max-width: 1199px) {
  .header-nav {
    display: none;
  }
}
.header-logo .txt {
  display: none;
}
.header-logo-center .logo {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: block;
}
.header-logo-left .logo {
  margin-right: auto;
}
.header-btn-modalnav {
  display: none;
}
@media all and (max-width: 1199px) {
  .header-btn-modalnav {
    display: flex;
  }
}
.header-login-wrap {
  position: relative;
  margin-left: 20px;
}
@media all and (max-width: 1199px) {
  .header-login-wrap {
    display: none;
  }
}

/* //헤더 */
/* 해더 네비 */
.header-nav .nav {
  height: 100%;
}
.header-nav .nav-li {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.header-nav .nav-li.preparing {
  display: none;
}
.header-nav .nav-list {
  display: flex;
  position: relative;
  height: 100%;
  gap: 8rem;
  justify-content: space-between;
}
@media all and (max-width: 1589px) {
  .header-nav .nav-list {
    gap: 3rem;
  }
}
.header-nav .nav-link {
  display: block;
  font-weight: 500;
  font-size: 2rem;
  line-height: 2.8rem;
  letter-spacing: -0.1rem;
  color: #fff;
}
@media all and (max-width: 1023px) {
  .header-nav .nav-link {
    font-size: 2.1818181818rem;
    line-height: 3.0545454545rem;
    letter-spacing: -0.1090909091rem;
  }
}
@media all and (max-width: 768px) {
  .header-nav .nav-link {
    font-size: 2.16rem;
    line-height: 3.024rem;
    letter-spacing: -0.108rem;
  }
}
@media all and (max-width: 509px) {
  .header-nav .nav-link {
    font-size: 2.7rem;
    line-height: 3.78rem;
    letter-spacing: -0.135rem;
  }
}
.header-nav .nav-link:hover {
  color: #07FF00;
}
.header-nav .nav-subli.preparing {
  display: none;
}
.header-nav .nav-sublist {
  display: flex;
  position: relative;
  flex-direction: column;
  align-items: center;
}
.header-nav .nav-sublist-wrap {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -225px;
  display: block;
  width: 100%;
  padding-top: 25px;
  z-index: 1;
  transition: top 0.3s;
}
.header-nav .nav-sublink {
  display: block;
  line-height: 3.2rem;
  color: #808980;
}
@media all and (max-width: 768px) {
  .header-nav .nav-sublink {
    font-size: 1.92rem;
    line-height: 2.688rem;
    letter-spacing: -0.096rem;
  }
}
@media all and (max-width: 509px) {
  .header-nav .nav-sublink {
    font-size: 2.4rem;
    line-height: 3.36rem;
    letter-spacing: -0.12rem;
  }
}
.header-nav .nav-sublink:hover {
  color: #07FF00;
}
.header-nav .nav-bottomli.preparing {
  display: none;
}
.header-nav .nav-bottomlist {
  display: flex;
}
.header-nav .nav-bottomlink {
  display: block;
}
.header-nav .nav-forthli.preparing {
  display: none;
}
.header-nav .nav-forthlist {
  display: flex;
}
.header-nav .nav-forthlink {
  display: block;
}

/* //해더 네비 */
/* subbanner의 네비 */
.subbanner-wrap .nav-list {
  display: flex;
}

/* //서브메뉴의 네비 */
/* modal 네비 / 전체 네비 */
.modal-nav .nav {
  height: calc(var(--vh, 1vh) * 100 - 50px - 40px);
  overflow-y: auto;
}
.modal-nav .nav-li {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 2rem 0;
}
.modal-nav .nav-li:has(.current) > .link {
  color: #07FF00;
}
.modal-nav .nav-li::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  display: block;
  background-color: rgba(255, 255, 255, 0.1019607843);
}
.modal-nav .nav-li.current > .link {
  color: #07FF00;
}
.modal-nav .nav-li.preparing {
  display: none;
}
.modal-nav .nav-link {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  font-weight: 600;
  font-size: 2rem;
  line-height: 2.8rem;
  letter-spacing: -0.1rem;
  color: #fff;
}
@media all and (max-width: 1023px) {
  .modal-nav .nav-link {
    font-size: 2.1818181818rem;
    line-height: 3.0545454545rem;
    letter-spacing: -0.1090909091rem;
  }
}
@media all and (max-width: 768px) {
  .modal-nav .nav-link {
    font-size: 2.4rem;
    line-height: 3.36rem;
    letter-spacing: -0.12rem;
  }
}
@media all and (max-width: 509px) {
  .modal-nav .nav-link {
    font-size: 3rem;
    line-height: 4.2rem;
    letter-spacing: -0.15rem;
  }
}
.modal-nav .nav-subli.current > .link {
  color: #07FF00;
}
.modal-nav .nav-subli.preparing {
  display: none;
}
.modal-nav .nav-sublist {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.modal-nav .nav-sublink {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 42px;
  font-size: 1.6rem;
  line-height: 2.24rem;
  letter-spacing: -0.08rem;
  color: #fff;
}
@media all and (max-width: 1023px) {
  .modal-nav .nav-sublink {
    font-size: 1.7454545455rem;
    line-height: 2.4436363636rem;
    letter-spacing: -0.0872727273rem;
  }
}
@media all and (max-width: 768px) {
  .modal-nav .nav-sublink {
    font-size: 1.92rem;
    line-height: 2.688rem;
    letter-spacing: -0.096rem;
  }
}
@media all and (max-width: 509px) {
  .modal-nav .nav-sublink {
    font-size: 2.4rem;
    line-height: 3.36rem;
    letter-spacing: -0.12rem;
  }
}
.modal-nav .nav-bottomli.current > .link {
  color: #07FF00;
}
.modal-nav .nav-bottomli.preparing {
  display: none;
}
.modal-nav .nav-bottomlink {
  display: flex;
  justify-content: center;
  align-items: center;
}
.modal-nav .nav-forthli.current > .link {
  color: #07FF00;
}
.modal-nav .nav-forthli.preparing {
  display: none;
}
.modal-nav .nav-forthlink {
  display: flex;
  justify-content: center;
  align-items: center;
}

.modal-nav-wrap.nav-list > li .nav-sublist-wrap > ul {
  display: flex;
  flex-direction: column;
  gap: 20px 0px;
}
@media all and (max-width: 768px) {
  .modal-nav-wrap.nav-list > li .nav-sublist-wrap > ul {
    gap: 12px 0px;
  }
}
.modal-nav-wrap.nav-list > li .nav-sublist-wrap > ul > li > ul > li {
  position: relative;
  margin: 5px 0;
}
@media all and (max-width: 768px) {
  .modal-nav-wrap.nav-list > li .nav-sublist-wrap > ul > li > ul > li {
    margin: 0;
  }
}
.modal-nav-wrap.nav-list > li .nav-sublist-wrap > ul > li > ul > li::before {
  content: "";
  position: absolute;
  top: 13px;
  left: -11px;
  width: 3px;
  height: 3px;
  transform: translateY(-50%);
  background-color: #666666;
}
@media all and (max-width: 768px) {
  .modal-nav-wrap.nav-list > li .nav-sublist-wrap > ul > li > ul > li::before {
    top: 11.5px;
  }
}
.modal-nav-wrap.nav-list > li .nav-sublist-wrap > ul > li > ul > li > ul {
  padding-left: 20px;
  margin-top: 5px;
  font-size: 15px;
}
@media all and (max-width: 768px) {
  .modal-nav-wrap.nav-list > li .nav-sublist-wrap > ul > li > ul > li > ul {
    margin-top: 11px;
  }
}
.modal-nav-wrap.nav-list > li .nav-sublist-wrap > ul > li > ul > li > ul > li {
  position: relative;
  margin: 3px 0;
}
@media all and (max-width: 768px) {
  .modal-nav-wrap.nav-list > li .nav-sublist-wrap > ul > li > ul > li > ul > li {
    margin: 0;
  }
}
.modal-nav-wrap.nav-list > li .nav-sublist-wrap > ul > li > ul > li > ul > li::before {
  content: "-";
  position: absolute;
  top: 11px; /* 점위치, 전체 높이의 자기자신 높이 제외한 반을 구함 */
  left: -11px;
  transform: translateY(-50%);
}
@media all and (max-width: 768px) {
  .modal-nav-wrap.nav-list > li .nav-sublist-wrap > ul > li > ul > li > ul > li::before {
    top: 15px;
  }
}

/* //modal 네비 / 전체 네비  */
/* 서브배너 */
.subbanner {
  position: relative;
  height: 438px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding-top: 100px;
}
@media all and (max-width: 1199px) {
  .subbanner {
    padding-top: 0;
  }
}
@media all and (max-width: 768px) {
  .subbanner {
    height: 330px;
    height: 39.6rem;
    padding-top: 100px;
    padding-bottom: 50px;
  }
}
.subbanner-wrap {
  position: relative;
  margin-top: -100px;
  background: url("/images/user/pages/pw/bg-subbanner-pw.png") no-repeat center;
}
.subbanner-wrap.subbanner-login {
  background: url("/images/user/pages/login/bg-subbanner-login.png") no-repeat center;
  background: url("/images/user/pages/pw/bg-subbanner-pw.png") no-repeat center;
  background-size: cover;
}
.subbanner-wrap.subbanner-login .subbanner-barlist:has(.active) {
  background-color: transparent;
}
.subbanner-wrap.subbanner-login .subbanner-menu-btn.active {
  background-color: transparent;
}
@media all and (max-width: 768px) {
  .subbanner-wrap.subbanner-login .subbanner-menu-btn.active {
    background-color: #001300;
  }
}
@media all and (max-width: 509px) {
  .subbanner-wrap.subbanner-login .subbanner-menu-btn.active {
    background-color: transparent;
  }
}
.subbanner-wrap.subbanner-login .btn-dropdown .icon {
  display: none;
}
.subbanner-wrap.subbanner-pw {
  background: url("/images/user/pages/pw/bg-subbanner-pw.png") no-repeat center;
  background: url("/images/user/pages/pw/bg-subbanner-pw.png") no-repeat center;
  background-size: cover;
}
.subbanner-wrap.subbanner-pw .subbanner-barlist:has(.active) {
  background-color: transparent;
}
.subbanner-wrap.subbanner-pw .subbanner-menu-btn.active {
  background-color: transparent;
}
@media all and (max-width: 768px) {
  .subbanner-wrap.subbanner-pw .subbanner-menu-btn.active {
    background-color: #001300;
  }
}
@media all and (max-width: 509px) {
  .subbanner-wrap.subbanner-pw .subbanner-menu-btn.active {
    background-color: transparent;
  }
}
.subbanner-wrap.subbanner-pw .btn-dropdown .icon {
  display: none;
}
.subbanner-wrap.subbanner-result {
  background: url("/images/user/pages/result/bg-subbanner-result.png") no-repeat center;
  background: url("/images/user/pages/pw/bg-subbanner-pw.png") no-repeat center;
  background-size: cover;
}
.subbanner-wrap.subbanner-result .subbanner-barlist:has(.active) {
  background-color: transparent;
}
.subbanner-wrap.subbanner-result .subbanner-menu-btn.active {
  background-color: transparent;
}
@media all and (max-width: 768px) {
  .subbanner-wrap.subbanner-result .subbanner-menu-btn.active {
    background-color: #001300;
  }
}
@media all and (max-width: 509px) {
  .subbanner-wrap.subbanner-result .subbanner-menu-btn.active {
    background-color: transparent;
  }
}
.subbanner-wrap.subbanner-result .btn-dropdown .icon {
  display: none;
}
.subbanner-wrap.subbanner-join {
  background: url("/images/user/pages/join/bg-subbanner-join.png") no-repeat center;
  background: url("/images/user/pages/pw/bg-subbanner-pw.png") no-repeat center;
  background-size: cover;
}
.subbanner-wrap.subbanner-join .subbanner-barlist:has(.active) {
  background-color: transparent;
}
.subbanner-wrap.subbanner-join .subbanner-menu-btn.active {
  background-color: transparent;
}
@media all and (max-width: 768px) {
  .subbanner-wrap.subbanner-join .subbanner-menu-btn.active {
    background-color: #001300;
  }
}
@media all and (max-width: 509px) {
  .subbanner-wrap.subbanner-join .subbanner-menu-btn.active {
    background-color: transparent;
  }
}
.subbanner-wrap.subbanner-join .btn-dropdown .icon {
  display: none;
}
.subbanner-wrap.subbanner-find {
  background: url("/images/user/pages/find/bg-subbanner-find.png") no-repeat center;
  background: url("/images/user/pages/pw/bg-subbanner-pw.png") no-repeat center;
  background-size: cover;
}
.subbanner-wrap.subbanner-find .subbanner-barlist:has(.active) {
  background-color: transparent;
}
.subbanner-wrap.subbanner-find .subbanner-menu-btn.active {
  background-color: transparent;
}
@media all and (max-width: 768px) {
  .subbanner-wrap.subbanner-find .subbanner-menu-btn.active {
    background-color: #001300;
  }
}
@media all and (max-width: 509px) {
  .subbanner-wrap.subbanner-find .subbanner-menu-btn.active {
    background-color: transparent;
  }
}
.subbanner-wrap.subbanner-find .btn-dropdown .icon {
  display: none;
}
.subbanner-wrap.subbanner-platform {
  background: url("/images/user/pages/platform/bg-subbanner-platform.png") no-repeat center;
  background-size: cover;
}
.subbanner-wrap.subbanner-platform .subbanner-menu-btn.active {
  background-color: transparent;
}
@media all and (max-width: 768px) {
  .subbanner-wrap.subbanner-platform .subbanner-menu-btn.active {
    background-color: #001300;
  }
}
@media all and (max-width: 509px) {
  .subbanner-wrap.subbanner-platform .subbanner-menu-btn.active {
    background-color: transparent;
  }
}
.subbanner-wrap.subbanner-hub {
  background: url("/images/user/pages/hub/bg-subbanner-hub.png") no-repeat center;
  background-size: cover;
  background-size: 200% 100%;
}
.subbanner-wrap.subbanner-hub .subbanner-menu-btn.active {
  background-color: transparent;
}
@media all and (max-width: 768px) {
  .subbanner-wrap.subbanner-hub .subbanner-menu-btn.active {
    background-color: #001300;
  }
}
@media all and (max-width: 509px) {
  .subbanner-wrap.subbanner-hub .subbanner-menu-btn.active {
    background-color: transparent;
  }
}
.subbanner-wrap.subbanner-matching {
  background: url("/images/user/pages/matching/bg-subbanner-matching.png") no-repeat center;
  background-size: cover;
}
.subbanner-wrap.subbanner-matching .subbanner-menu-btn.active {
  background-color: transparent;
}
@media all and (max-width: 768px) {
  .subbanner-wrap.subbanner-matching .subbanner-menu-btn.active {
    background-color: #001300;
  }
}
@media all and (max-width: 509px) {
  .subbanner-wrap.subbanner-matching .subbanner-menu-btn.active {
    background-color: transparent;
  }
}
.subbanner-wrap.subbanner-show {
  background: url("/images/user/pages/show/bg-subbanner-show.png") no-repeat center;
  background-size: cover;
}
.subbanner-wrap.subbanner-show .subbanner-menu-btn.active {
  background-color: transparent;
}
@media all and (max-width: 768px) {
  .subbanner-wrap.subbanner-show .subbanner-menu-btn.active {
    background-color: #001300;
  }
}
@media all and (max-width: 509px) {
  .subbanner-wrap.subbanner-show .subbanner-menu-btn.active {
    background-color: transparent;
  }
}
.subbanner-wrap.subbanner-laboratory {
  background: url("/images/user/pages/laboratory/bg-subbanner-laboratory.png") no-repeat center;
  background-size: cover;
}
.subbanner-wrap.subbanner-laboratory .subbanner-menu-btn.active {
  background-color: transparent;
}
@media all and (max-width: 768px) {
  .subbanner-wrap.subbanner-laboratory .subbanner-menu-btn.active {
    background-color: #001300;
  }
}
@media all and (max-width: 509px) {
  .subbanner-wrap.subbanner-laboratory .subbanner-menu-btn.active {
    background-color: transparent;
  }
}
.subbanner-wrap.subbanner-support {
  background: url("/images/user/pages/support/bg-subbanner-support.png") no-repeat center;
  background-size: cover;
}
.subbanner-wrap.subbanner-support .subbanner-menu-btn.active {
  background-color: transparent;
}
@media all and (max-width: 768px) {
  .subbanner-wrap.subbanner-support .subbanner-menu-btn.active {
    background-color: #001300;
  }
}
@media all and (max-width: 509px) {
  .subbanner-wrap.subbanner-support .subbanner-menu-btn.active {
    background-color: transparent;
  }
}
.subbanner-wrap::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3019607843);
}
@media all and (max-width: 768px) {
  .subbanner-wrap .layout {
    padding: 0;
  }
}
.subbanner-barmenu {
  position: relative;
  padding-top: 2rem;
}
@media all and (max-width: 768px) {
  .subbanner-barmenu {
    position: absolute;
    left: 0;
    bottom: 0;
    padding-top: 0;
  }
}
@media all and (max-width: 509px) {
  .subbanner-barmenu {
    width: 100%;
  }
}
.subbanner-barli {
  position: relative;
}
@media all and (max-width: 509px) {
  .subbanner-barli:not(:first-child) {
    flex: 1;
    width: 0;
  }
}
.subbanner-barli:not(:first-child)::before {
  display: block;
}
@media all and (max-width: 768px) {
  .subbanner-barli:not(:first-child)::before {
    display: none;
  }
}
.subbanner-barli::before {
  content: "";
  position: absolute;
  left: calc((4.2rem + 10px) * -1 / 2);
  top: 50%;
  transform: translateY(-50%);
  display: none;
  width: 10px;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.2);
}
@media all and (max-width: 768px) {
  .subbanner-barli::before {
    display: none;
  }
}
@media all and (max-width: 509px) {
  .subbanner-barli.active {
    position: initial;
  }
}
.subbanner-barli .home {
  position: relative;
  display: block;
}
@media all and (max-width: 768px) {
  .subbanner-barli .home {
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.subbanner-barlist {
  position: relative;
  display: flex;
  align-items: center;
  gap: 4.2rem;
  transition: background 0.3s;
}
@media all and (max-width: 768px) {
  .subbanner-barlist {
    gap: 0;
  }
}
@media all and (max-width: 509px) {
  .subbanner-barlist {
    width: 100%;
  }
}
@media all and (max-width: 509px) {
  .subbanner-barlist:has(.active) {
    background-color: #001300;
  }
}
.subbanner-tit {
  font-weight: 700;
  font-size: 4.8rem;
  line-height: 6.72rem;
  letter-spacing: -0.24rem;
  color: #fff;
}
.subbanner-menu-btn {
  position: relative;
  display: flex;
  gap: 1rem;
  font-size: 1.6rem;
  line-height: 2.24rem;
  letter-spacing: -0.08rem;
  color: #FFFFFF;
  transition: background 0.3s;
}
@media all and (max-width: 1023px) {
  .subbanner-menu-btn {
    font-size: 1.7454545455rem;
    line-height: 2.4436363636rem;
    letter-spacing: -0.0872727273rem;
  }
}
@media all and (max-width: 768px) {
  .subbanner-menu-btn {
    min-width: 18rem;
    height: 50px;
    padding: 0 1.6rem;
    align-items: center;
    justify-content: space-between;
    font-size: 1.92rem;
    line-height: 2.688rem;
    letter-spacing: -0.096rem;
  }
}
@media all and (max-width: 509px) {
  .subbanner-menu-btn {
    width: 100%;
    font-size: 2.4rem;
    line-height: 3.36rem;
    letter-spacing: -0.12rem;
  }
}
.subbanner-menu-btn .txt {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.subbanner-dropdown {
  right: 0.43rem;
  min-width: 15.2rem;
}
@media all and (max-width: 768px) {
  .subbanner-dropdown {
    --tailH: 0;
    right: 50%;
    min-width: 18rem;
  }
}
@media all and (max-width: 509px) {
  .subbanner-dropdown {
    --center: 0;
    right: 0;
    transform: unset;
    width: 100vw;
  }
}
@media all and (max-width: 768px) {
  .subbanner-dropdown::before {
    display: none;
  }
}
.subbanner-dropdown.active {
  animation: dropdownSlideDown 0.3s ease both;
  -webkit-animation: dropdownSlideDown 0.3s ease both;
  -moz-animation: dropdownSlideDown 0.3s ease;
  animation-play-state: running;
  -webkit-animation-play-state: running;
  -moz-animation-play-state: running;
}
@media all and (max-width: 509px) {
  .subbanner-dropdown.active {
    animation: dropdownFadeOn 0.3s ease both;
    -webkit-animation: dropdownFadeOn 0.3s ease both;
    -moz-animation: dropdownFadeOn 0.3s ease;
    animation-play-state: running;
    -webkit-animation-play-state: running;
    -moz-animation-play-state: running;
  }
}
.subbanner-dropdown.close {
  animation: dropdownSlideUp 0.3s ease both;
  -webkit-animation: dropdownSlideUp 0.3s ease both;
  -moz-animation: dropdownSlideUp 0.3s ease;
  animation-play-state: running;
  -webkit-animation-play-state: running;
  -moz-animation-play-state: running;
}
@media all and (max-width: 509px) {
  .subbanner-dropdown.close {
    animation: dropdownFadeOff 0.3s ease both;
    -webkit-animation: dropdownFadeOff 0.3s ease both;
    -moz-animation: dropdownFadeOff 0.3s ease;
    animation-play-state: running;
    -webkit-animation-play-state: running;
    -moz-animation-play-state: running;
  }
}
.subbanner-dropli:not(:last-child) {
  margin-bottom: 1.5rem;
}
@media all and (max-width: 509px) {
  .subbanner-dropli:not(:last-child) {
    margin-bottom: 2.7rem;
  }
}
.subbanner-dropli.preparing {
  display: none;
}
.subbanner-droplink {
  position: relative;
  display: block;
  font-size: 1.6rem;
  line-height: 2.24rem;
  letter-spacing: -0.08rem;
  color: #808980;
  white-space: nowrap;
}
@media all and (max-width: 509px) {
  .subbanner-droplink {
    font-size: 2.4rem;
    line-height: 3.36rem;
    letter-spacing: -0.12rem;
  }
}
.subbanner-droplink:hover {
  color: #07FF00;
}
.subbanner-droplink.current {
  color: #07FF00;
}

/* //서브배너 */
/* footer */
.footer {
  position: relative;
  min-height: 43.6rem;
  padding: 0 0 15.8rem;
  z-index: 1;
}
.footer-sect.sect-link {
  position: relative;
}
.footer-sect.sect-info {
  display: flex;
  justify-content: space-between;
}
@media all and (max-width: 839px) {
  .footer-sect.sect-info {
    flex-direction: column;
    gap: 3rem;
  }
}
.footer-links-container {
  position: relative;
  display: flex;
  height: 7.2rem;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #E5E5E5;
  border-bottom: 1px solid #E5E5E5;
}
.footer-links-info {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 3rem;
  overflow-x: auto;
  scrollbar-color: transparent transparent;
  scrollbar-width: thin;
}
.footer-links-info::-webkit-scrollbar {
  width: 0px;
  background: transparent;
}
.footer-links-info::-webkit-scrollbar-track-piece {
  background: transparent;
}
.footer-links-info::-webkit-scrollbar-track {
  border-radius: 800px;
  background-color: transparent;
}
.footer-links-info::-webkit-scrollbar-thumb {
  border-radius: 800px;
  background-color: transparent;
}
@media all and (max-width: 509px) {
  .footer-links-info {
    justify-content: flex-start;
    padding-right: 6rem;
  }
}
.footer-links-info-wrap {
  position: relative;
  overflow-x: hidden;
}
.footer-links-info-wrap::before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  display: none;
  width: 40px;
  height: 100%;
  background: linear-gradient(to left, #fff, transparent);
}
@media all and (max-width: 509px) {
  .footer-links-info-wrap::before {
    display: block;
  }
}
.footer-links-sns {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.9rem;
}
.footer-link-info {
  color: rgba(0, 0, 0, 0.4);
  font-size: 1.5rem;
  line-height: 2.1rem;
  letter-spacing: -0.075rem;
  white-space: nowrap;
}
@media all and (max-width: 768px) {
  .footer-link-info {
    font-size: 1.56rem;
    line-height: 2.184rem;
    letter-spacing: -0.078rem;
  }
}
@media all and (max-width: 509px) {
  .footer-link-info {
    font-size: 1.95rem;
    line-height: 2.73rem;
    letter-spacing: -0.0975rem;
  }
}
.footer-link-info.info-personal {
  font-weight: 500;
  color: #000;
}
@media all and (max-width: 509px) {
  .footer-link-sns {
    display: block;
    width: 25px;
    aspect-ratio: 1/1;
  }
  .footer-link-sns img {
    width: 100%;
    height: 100%;
  }
}
.footer-info-container {
  display: flex;
  align-items: flex-start;
  gap: 12rem;
  padding-top: 40px;
}
@media all and (max-width: 1023px) {
  .footer-info-container {
    gap: 10.9090909091rem;
  }
}
@media all and (max-width: 768px) {
  .footer-info-container {
    gap: 3.84rem;
  }
}
@media all and (max-width: 509px) {
  .footer-info-container {
    flex-direction: column;
    gap: 3rem;
    padding-top: 30px;
  }
}
.footer-info-wrap {
  width: 100%;
  overflow: hidden;
}
.footer-info-wrap address {
  font-size: 1.4rem;
  line-height: 1.96rem;
  letter-spacing: -0.07rem;
  color: rgba(0, 0, 0, 0.4);
  margin-top: 1.3rem;
}
@media all and (max-width: 1023px) {
  .footer-info-wrap address {
    font-size: 1.5272727273rem;
    line-height: 2.1381818182rem;
    letter-spacing: -0.0763636364rem;
  }
}
@media all and (max-width: 768px) {
  .footer-info-wrap address {
    font-size: 1.68rem;
    line-height: 2.352rem;
    letter-spacing: -0.084rem;
  }
}
@media all and (max-width: 509px) {
  .footer-info-wrap address {
    font-size: 1.95rem;
    line-height: 2.73rem;
    letter-spacing: -0.0975rem;
  }
}
.footer-logo {
  width: 10.1rem;
}
.footer-logo .txt {
  display: none;
}
.footer-logo .icon {
  background: url("/images/user/common/logo-gray.svg") no-repeat center;
  background-size: contain;
}
.footer-name {
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1.96rem;
  letter-spacing: -0.07rem;
  color: rgba(0, 0, 0, 0.5);
}
@media all and (max-width: 1023px) {
  .footer-name {
    font-size: 1.5272727273rem;
    line-height: 2.1381818182rem;
    letter-spacing: -0.0763636364rem;
  }
}
@media all and (max-width: 768px) {
  .footer-name {
    font-size: 1.68rem;
    line-height: 2.352rem;
    letter-spacing: -0.084rem;
  }
}
@media all and (max-width: 509px) {
  .footer-name {
    font-size: 1.95rem;
    line-height: 2.73rem;
    letter-spacing: -0.0975rem;
  }
}
.footer-nums {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}
.footer-tel {
  display: flex;
  align-items: center;
}
.footer-tel > dd {
  letter-spacing: 0;
  padding-left: 0.5rem;
}
.footer-tel a[href*="tel:"] {
  color: rgba(0, 0, 0, 0.4);
}
.footer-businessNum {
  display: flex;
  align-items: center;
}
.footer-businessNum > dd {
  letter-spacing: 0;
  padding-left: 0.5rem;
}
.footer-notice {
  font-size: 1.3rem;
  line-height: 1.82rem;
  letter-spacing: -0.065rem;
  color: rgba(0, 0, 0, 0.4);
  margin-top: 2rem;
}
@media all and (max-width: 1023px) {
  .footer-notice {
    font-size: 1.4181818182rem;
    line-height: 1.9854545455rem;
    letter-spacing: -0.0709090909rem;
  }
}
@media all and (max-width: 768px) {
  .footer-notice {
    font-size: 1.56rem;
    line-height: 2.184rem;
    letter-spacing: -0.078rem;
  }
}
@media all and (max-width: 509px) {
  .footer-notice {
    font-size: 1.8rem;
    line-height: 2.52rem;
    letter-spacing: -0.09rem;
  }
}
.footer-notice p {
  display: inline-block;
}
.footer-copy {
  font-size: 1.2rem;
  line-height: 1.68rem;
  color: rgba(0, 0, 0, 0.4);
  margin-top: 3.1rem;
}
@media all and (max-width: 1023px) {
  .footer-copy {
    font-size: 1.3090909091rem;
    line-height: 1.8327272727rem;
  }
}
@media all and (max-width: 768px) {
  .footer-copy {
    font-size: 1.44rem;
    line-height: 2.016rem;
  }
}
@media all and (max-width: 509px) {
  .footer-copy {
    font-size: 1.65rem;
    line-height: 2.31rem;
  }
}
@media all and (max-width: 1307px) {
  .footer-og:last-child {
    padding-right: 2.25rem;
  }
}
.footer-ogs {
  display: flex;
  align-items: center;
  gap: 3.6rem;
  padding-top: 5.8rem;
  overflow-x: auto;
}
@media all and (max-width: 1439px) {
  .footer-ogs {
    gap: 3.0545454545rem;
  }
}
@media all and (max-width: 1307px) {
  .footer-ogs {
    gap: 3.9272727273rem;
  }
}
@media all and (max-width: 509px) {
  .footer-ogs {
    padding-left: 2.25rem;
  }
}
.footer-ogs-wrap {
  position: relative;
  padding-bottom: 1rem;
  scrollbar-color: transparent transparent;
  scrollbar-width: thin;
}
.footer-ogs-wrap::-webkit-scrollbar {
  height: 0;
  background: transparent;
}
.footer-ogs-wrap::-webkit-scrollbar-track-piece {
  background: transparent;
}
.footer-ogs-wrap::-webkit-scrollbar-track {
  border-radius: 800px;
  background-color: transparent;
}
.footer-ogs-wrap::-webkit-scrollbar-thumb {
  border-radius: 800px;
  background-color: transparent;
}
@media all and (max-width: 1023px) {
  .footer-ogs-wrap {
    padding-bottom: 1.0909090909rem;
  }
}
@media all and (max-width: 509px) {
  .footer-ogs-wrap {
    position: absolute;
    left: 0;
    width: 100vw;
    padding-bottom: 1.5rem;
  }
}
.footer-ogs-wrap .scrollbar-custom {
  position: absolute;
  display: block;
  width: 100%;
  height: 4px;
  transform: translate(-50%, -50%);
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: none;
  background: transparent;
  border-radius: 800px;
  background-color: rgba(0, 0, 0, 0.3);
  opacity: 1;
  visibility: visible;
  z-index: 19;
  transition: opacity 0.3s;
  left: 50%;
  bottom: 0;
  display: none;
}
.footer-ogs-wrap .scrollbar-custom:focus {
  outline: none;
}
.footer-ogs-wrap .scrollbar-custom::-webkit-slider-thumb {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: none;
  background: transparent;
  display: block;
  background: #07FF00;
  cursor: pointer;
  border-radius: 800px;
  width: 20%;
  height: 4px;
}
@media all and (max-width: 1307px) {
  .footer-ogs-wrap .scrollbar-custom {
    display: block;
  }
}

/* //footer */
/* 달력 */
.calendar {
  position: relative;
  display: grid;
  grid-template-columns: repeat(7, 14.2857142857%);
  padding-top: 60px;
}
@media all and (max-width: 1023px) {
  .calendar {
    grid-template-columns: repeat(1, 100%);
    border-bottom: 1px solid #e3e3e3;
  }
}
@media all and (max-width: 768px) {
  .calendar {
    padding-top: 30px;
  }
}
@media all and (max-width: 509px) {
  .calendar {
    padding-top: 20px;
  }
}
@media only print {
  .calendar {
    padding-top: 4mm;
  }
}
.calendar-tit {
  font-weight: 500;
  font-size: 30px;
  letter-spacing: -1.8px;
}
@media only print {
  .calendar-tit {
    font-size: 22px;
  }
}
.calendar-top {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 46px;
  padding-top: 70px;
}
@media all and (max-width: 1023px) {
  .calendar-top {
    padding-top: 40px;
    gap: 0;
  }
}
@media all and (max-width: 509px) {
  .calendar-top {
    padding-top: 30px;
  }
}
@media only print {
  .calendar-top {
    padding-top: 4mm;
  }
}
.calendar-now {
  display: flex;
  align-items: baseline;
  letter-spacing: 0;
  gap: 6px;
}
@media all and (max-width: 1023px) {
  .calendar-now {
    padding-bottom: 8px;
  }
}
.calendar-now-year {
  font-size: 20px;
}
.calendar-now-month {
  font-weight: 700;
  font-size: 40px;
}
@media all and (max-width: 509px) {
  .calendar-now-month {
    font-size: 30px;
  }
}
.calendar-head {
  position: relative;
  height: 60px;
  display: flex;
  align-items: center;
  font-weight: 600;
  font-size: 17px;
  letter-spacing: 0;
  text-transform: uppercase;
  padding: 0 10px;
  z-index: 5;
}
.calendar-head::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -1px;
  display: block;
  width: calc(100% - 20px);
  height: 1px;
  background-color: #000;
}
@media all and (max-width: 1023px) {
  .calendar-head {
    display: none;
  }
}
.calendar-head.sun, .calendar-head.sat {
  color: #07FF00;
}
.calendar-head.sun::before, .calendar-head.sat::before {
  background-color: #07FF00;
}
.calendar-box {
  position: relative;
  min-height: 157px;
  border: 1px solid #e3e3e3;
  cursor: auto;
  pointer-events: none;
}
@media only print {
  .calendar-box {
    min-height: 8mm;
  }
}
@media all and (max-width: 1023px) {
  .calendar-box {
    min-height: 100px;
    display: flex;
    align-items: flex-start;
    gap: 60px;
    padding: 40px 20px;
    border-left-width: 0;
    border-right-width: 0;
    border-bottom: 0;
  }
}
@media all and (max-width: 768px) {
  .calendar-box {
    min-height: 60px;
    gap: 40px;
    padding: 20px 0;
  }
}
@media all and (max-width: 509px) {
  .calendar-box {
    padding: 15px 0;
  }
}
.calendar-box:not(.today-head):not(:nth-child(7n+1)) {
  border-left-width: 0;
}
.calendar-box:not(.today-head):not(:nth-child(-n+14)) {
  border-top-width: 0;
}
@media all and (max-width: 1023px) {
  .calendar-box:not(.today-head):not(:nth-child(-n+14)) {
    border-top-width: 1px;
  }
}
.calendar-box.possible {
  cursor: pointer;
  pointer-events: visible;
}
.calendar-box.possible:hover {
  background-color: #fffbf8;
}
.calendar-box.possible::after {
  content: "";
  position: absolute;
  right: 11px;
  bottom: 11px;
  display: block;
  width: 12.88px;
  height: 12.88px;
  background: url("/images/user/common/icon-calendar-possible-red.svg") no-repeat center;
}
@media all and (max-width: 1023px) {
  .calendar-box.box-before + .box-month-day {
    border-top-width: 0;
  }
}
.calendar-box.eventday {
  pointer-events: visible;
}
.calendar-box.today::before {
  content: "";
  position: absolute;
  right: 10px;
  top: 10px;
  display: block;
  width: 60px;
  height: 25px;
  background-color: #07FF00;
}
@media all and (max-width: 1023px) {
  .calendar-box.today::before {
    display: none;
  }
}
@media only print {
  .calendar-box.today::before {
    width: 14mm;
    height: 6mm;
  }
}
.calendar-box.today::after {
  content: "today";
  position: absolute;
  right: 10px;
  top: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  align-items: baseline;
  padding-top: 2px;
  width: 60px;
  height: 25px;
  font-size: 15px;
  letter-spacing: 0;
  color: #fff;
  line-height: 1;
  text-transform: capitalize;
}
@media all and (max-width: 1023px) {
  .calendar-box.today::after {
    display: none;
  }
}
@media only print {
  .calendar-box.today::after {
    width: 14mm;
    height: 6mm;
  }
}
.calendar-box.today-head {
  display: none;
}
@media all and (max-width: 1023px) {
  .calendar-box.today-head {
    display: flex;
    border-top: 1px solid #666;
    border-bottom: 1px solid #666;
  }
}
@media all and (max-width: 768px) {
  .calendar-box.today-head {
    min-height: 80px;
  }
}
.calendar-box.today-head .calendar-date {
  display: none;
}
.calendar-box.today-head .calendar-day {
  font-weight: 500;
  text-transform: uppercase;
  color: #444;
}
.calendar-box.closure::after {
  content: "휴관";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: block;
  font-size: 14px;
  letter-spacing: -0.7px;
  color: #666666;
}
@media all and (max-width: 768px) {
  .calendar-box.closure::after {
    left: calc(50% + 80px);
  }
}
@media all and (max-width: 1023px) {
  .calendar-box.box-before, .calendar-box.box-after {
    display: none;
  }
}
.calendar-box.sun .calendar-day, .calendar-box.sat .calendar-day {
  color: #07FF00;
}
.calendar-date {
  padding: 12px 12px 10px;
  font-size: 17px;
  letter-spacing: 0;
  color: #444;
}
@media all and (max-width: 1023px) {
  .calendar-date {
    padding: 0;
    text-align: left;
  }
}
@media all and (max-width: 1023px) {
  .calendar-date-wrap {
    flex: 0 0 110px;
    width: 0;
  }
}
@media all and (max-width: 768px) {
  .calendar-date-wrap {
    flex: 0 0 80px;
  }
}
.calendar-day {
  display: none;
  font-size: 17px;
  letter-spacing: 0;
  color: #07FF00;
  color: #000;
  text-transform: capitalize;
}
@media all and (max-width: 1023px) {
  .calendar-day {
    display: block;
    text-align: left;
    font-size: 13px;
  }
}
.calendar-event:not(:first-child) {
  padding-top: 15px;
}
.calendar-events {
  position: relative;
  padding: 0 12px 32px;
  min-height: 100%;
}
@media all and (max-width: 1023px) {
  .calendar-events {
    flex: 1;
    width: 0;
    margin-top: -6px; /* 정렬용 */
  }
}
@media all and (max-width: 768px) {
  .calendar-events {
    padding: 0;
  }
}
.calendar-events::before {
  content: "";
  position: absolute;
  left: -18px;
  top: 6px; /* 정렬용 */
  display: none;
  width: 1px;
  height: 100%;
  background-color: #dddddd;
}
@media all and (max-width: 1023px) {
  .calendar-events::before {
    display: block;
  }
}
.calendar-event-top {
  display: flex;
  gap: 3px;
}
.calendar-event-more {
  font-size: 13px;
  letter-spacing: -0.65px;
  color: #666666;
  word-break: break-all;
}
@media all and (max-width: 768px) {
  .calendar-event-more {
    display: block;
  }
}
.calendar-event-tit {
  font-weight: 600;
  font-size: 14px;
  letter-spacing: -0.7px;
  white-space: nowrap;
}
.calendar-event-time {
  font-weight: 600;
  font-size: 14px;
  letter-spacing: -0.7px;
}
.calendar-event-tag {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2px 7px 3px;
  border-radius: 800px;
  background-color: #594140;
  font-weight: 500;
  font-size: 10px;
  letter-spacing: -0.5px;
  color: #fff;
}
.calendar-event-name {
  font-size: 13px;
  line-height: 15px;
}
.calendar-popover {
  display: flex;
  align-items: center;
  gap: 3px;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: -0.7px;
  color: #444444;
}
.calendar-popover:hover + .calendar-popover-plate {
  opacity: 1;
}
.calendar-popover > .icon {
  padding-right: 2px;
  padding-bottom: 2px;
}
.calendar-popover > .hover-icon {
  position: relative;
  display: block;
  padding-top: 2px;
}
.calendar-popover > .hover-icon > img {
  width: 20px;
  height: 20px;
}
.calendar-popover-wrap {
  position: relative;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding-top: 20px;
}
@media only print {
  .calendar-popover-wrap {
    display: none;
  }
}
.calendar-popover-plate {
  position: absolute;
  display: block;
  top: calc(100% + 10px);
  padding: 6px 9px 7px;
  background-color: #fff;
  border-radius: 3px;
  border: 1px solid #dddddd;
  box-shadow: 3px 3px 4px rgba(0, 0, 0, 0.0509803922);
  opacity: 0;
  font-size: 14px;
  letter-spacing: -0.7px;
  transition: opacity 0.3s;
}
.calendar-popover-plate::before {
  content: "";
  position: absolute;
  right: 5px;
  bottom: 100%;
  display: block;
  border-top: 10px solid transparent;
  border-bottom: 10px solid #ddd;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
}
.calendar-popover-plate::after {
  content: "";
  position: absolute;
  right: 6px;
  bottom: 100%;
  display: block;
  border-top: 9px solid transparent;
  border-bottom: 9px solid #fff;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  pointer-events: none;
}
.calendar-mark {
  width: 20px;
  aspect-ratio: 1/1;
  display: flex;
  justify-content: center;
  align-items: center;
  align-items: baseline;
  border-radius: 50%;
  font-weight: 500;
  font-size: 11px;
  letter-spacing: -0.55px;
  color: #fff;
  padding-right: 1px;
  padding-top: 1px;
}
.calendar-marks {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 30px;
  padding-top: 20px;
}
@media all and (max-width: 768px) {
  .calendar-marks {
    flex-wrap: wrap;
    gap: 10px 30px;
  }
}
.calendar-mark-wrap {
  display: flex;
  align-items: center;
  gap: 5px;
}
.calendar-mark-exhibition .calendar-mark {
  background-color: #E02020;
}
.calendar-mark-program .calendar-mark {
  background-color: #594140;
}
.calendar-mark-scholarship .calendar-mark {
  background-color: #07FF00;
}
.calendar-mark-event .calendar-mark {
  background-color: #324333;
}

/* //달력 */
/* 임시 작성, 완료 후 옮김 *//*# sourceMappingURL=layout.css.map */