@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+SC:wght@100..900&display=swap");
@font-face {
  font-family: "Paperozi";
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-1Thin.woff2") format("woff2");
  font-weight: 100;
  font-display: swap;
}
@font-face {
  font-family: "Paperozi";
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-2ExtraLight.woff2") format("woff2");
  font-weight: 200;
  font-display: swap;
}
@font-face {
  font-family: "Paperozi";
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-3Light.woff2") format("woff2");
  font-weight: 300;
  font-display: swap;
}
@font-face {
  font-family: "Paperozi";
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-4Regular.woff2") format("woff2");
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "Paperozi";
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-5Medium.woff2") format("woff2");
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: "Paperozi";
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-6SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-display: swap;
}
@font-face {
  font-family: "Paperozi";
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-7Bold.woff2") format("woff2");
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: "Paperozi";
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-8ExtraBold.woff2") format("woff2");
  font-weight: 800;
  font-display: swap;
}
@font-face {
  font-family: "Paperozi";
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-9Black.woff2") format("woff2");
  font-weight: 900;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat", sans-serif;
  src: url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
  font-display: swap;
}
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, address, code, del, dfn, em, img, ins, q, samp, small, strong, sub,
b, i, dl, dt, dd, ol, ul, li, fieldset, form, legend, label,
table, caption, thead, tbody, tfoot, tr, td, article, aside, canvas, details,
figure, hgroup, menu, nav, footer, header, section, summary, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  letter-spacing: -0.05em;
}

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

body {
  line-height: 1.5;
}

menu, ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

button, input, select, textarea {
  font: inherit;
  background: none;
  border: none;
  outline: none;
  box-shadow: none;
  padding: 0;
  margin: 0;
  color: inherit;
  letter-spacing: -0.05em;
}

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

img, video {
  max-width: 100%;
  height: auto;
  border: 0;
  display: block;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

button {
  cursor: pointer;
}

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

html {
  font-size: 62.5%;
  scrollbar-gutter: stable;
}
@media screen and (max-width: 1500px) {
  html {
    font-size: 60%;
  }
}

body {
  font-family: "Paperozi", sans-serif;
  font-weight: 400;
  color: #222;
  overflow-x: hidden;
}
body.scroll-lock {
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  body.reserve-open::after {
    opacity: 1;
    pointer-events: auto;
  }
}
@media screen and (max-width: 1024px) {
  body.nav-open header nav, body.nav-open header .user-btn-box {
    transform: translateX(0);
  }
}
body::after {
  display: none;
}
@media screen and (max-width: 1024px) {
  body::after {
    display: block;
    content: "";
    position: fixed;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 10;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.4s ease;
  }
}
body.cn {
  font-family: "Paperozi", "Noto Sans SC", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.color-red {
  color: #ED1940;
}

.datepicker-container {
  transform: scale(1.4);
  transform-origin: top left;
}

.btn-sound {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  gap: 2px;
  position: absolute;
  bottom: 170px;
  right: 42px;
  width: 60px;
  height: 60px;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  font-size: 0;
  cursor: pointer;
  z-index: 10;
  transition: background-color 0.3s;
}
@media screen and (max-width: 1024px) {
  .btn-sound {
    bottom: 70px;
    right: 20px;
    width: 40px;
    height: 40px;
  }
}
.btn-sound::before {
  display: block;
  content: "";
  width: 32px;
  height: 32px;
  background: url("../images/icon_svg/sound_off.svg");
}
@media screen and (max-width: 1024px) {
  .btn-sound::before {
    width: 26px;
    height: 26px;
    background-size: 26px 26px;
  }
}
.btn-sound.on::before {
  background: url("../images/icon_svg/sound_on.svg");
}
@media screen and (max-width: 1024px) {
  .btn-sound.on::before {
    background-size: 26px 26px;
  }
}

.pet-movie .btn-sound {
  bottom: 42px;
}
@media screen and (max-width: 1024px) {
  .pet-movie .btn-sound {
    bottom: 20px;
  }
}

.input-group {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  margin: 14px 0;
}
@media screen and (max-width: 768px) {
  .input-group {
    gap: 6px;
    margin: 10px 0;
  }
}
.input-group label {
  display: none;
}
.input-group label.lb-show {
  display: block;
  width: 100%;
  margin-bottom: -6px;
  font-size: 1.6rem;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .input-group label.lb-show {
    font-size: 1.5rem;
  }
}
.input-group label.lb-show sup {
  font-size: 1.8rem;
  font-weight: 700;
  color: #ED1940;
  vertical-align: middle;
}
.input-group label.lb-show.big {
  margin-bottom: 0;
  font-size: 2.4rem;
  font-weight: 600;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .input-group label.lb-show.big {
    font-size: 1.8rem;
  }
}
.input-group input {
  width: 100%;
  height: 54px;
  padding: 0 15px;
  font-size: 1.8rem;
  border: 1px solid #ddd;
  border-radius: 8px;
}
@media screen and (max-width: 1024px) {
  .input-group input {
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 768px) {
  .input-group input {
    height: 44px;
    padding: 0 10px;
    font-size: 1.5rem;
  }
}
.input-group input::placeholder {
  color: #bbb;
}
.input-group input:focus {
  border-color: #FB9A02;
  outline: none;
}
.input-group input:disabled {
  background-color: #F9F9F9;
}
.input-group input:disabled::placeholder {
  color: #222;
}
.input-group input.shot-type {
  width: 350px;
  flex-shrink: 0;
}
@media screen and (max-width: 1500px) {
  .input-group input.shot-type {
    width: 300px;
  }
}
@media screen and (max-width: 1024px) {
  .input-group input.shot-type {
    width: 212px;
  }
}
@media screen and (max-width: 768px) {
  .input-group input.shot-type {
    width: 100%;
  }
}
.input-group input.shot-type2 {
  width: 310px;
  flex-shrink: 0;
}
.input-group .btn-common {
  width: calc(100% - 360px);
}
@media screen and (max-width: 768px) {
  .input-group .btn-common {
    width: calc(40% - 3px);
  }
}
.input-group .timer {
  font-size: 1.8rem;
  color: #ED1940;
}
.input-group .input-add {
  width: 100%;
  margin-top: -8px;
  font-size: 1.3rem;
}
@media screen and (max-width: 768px) {
  .input-group .input-add {
    margin-top: -3px;
  }
}
.input-group .input-add.input-demand {
  color: #ED1940;
}
.input-group .input-add.input-accord {
  color: #5B9F34;
}
.input-group.login input {
  padding: 0 15px 0 50px;
}
.input-group.login input#username {
  background: url("../images/icon_svg/icon_login_id.svg") no-repeat 15px center;
}
.input-group.login input#password {
  background: url("../images/icon_svg/icon_login_pw.svg") no-repeat 15px center;
}
.input-group .filename {
  display: block;
  width: 100%;
  height: 54px;
  line-height: 52px;
  padding: 0 15px;
  font-size: 1.8rem;
  border: 1px solid #ddd;
  border-radius: 8px;
  cursor: pointer;
}
@media screen and (max-width: 1024px) {
  .input-group .filename {
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 768px) {
  .input-group .filename {
    height: 44px;
    line-height: 42px;
    padding: 0 10px;
    font-size: 1.5rem;
  }
}

.checkbox-group {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  height: 32px;
  margin: 10px 0;
}
.checkbox-group input[type=checkbox], .checkbox-group input[type=radio] {
  display: none;
}
.checkbox-group input[type=checkbox]:checked + .icon-check::before, .checkbox-group input[type=radio]:checked + .icon-check::before {
  background: #FB9A02 url("../images/icon_svg/icon_checked.svg") no-repeat center;
  background-size: 1.2rem 1rem;
  border: 2px solid #FB9A02;
}
.checkbox-group .icon-check {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 1.8rem;
  cursor: pointer;
}
@media screen and (max-width: 1024px) {
  .checkbox-group .icon-check {
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 768px) {
  .checkbox-group .icon-check {
    font-size: 1.5rem;
  }
}
.checkbox-group .icon-check::before {
  display: inline-block;
  content: "";
  width: 20px;
  height: 20px;
  border: 2px solid #ddd;
  border-radius: 3px;
}
.checkbox-group .icon-check.icon-check-s {
  font-size: 1.6rem;
}
.checkbox-group .icon-check b {
  font-weight: 500;
}
.checkbox-group.input-group {
  height: auto;
}
.checkbox-group:not(:has(input[type=text])) {
  justify-content: flex-start;
}
.checkbox-group:not(:has(input[type=text])) .icon-check {
  height: 50px;
  margin-right: 20px;
}
@media screen and (max-width: 768px) {
  .checkbox-group:not(:has(input[type=text])) .icon-check {
    height: 32px;
    margin-right: 5px;
  }
}
.checkbox-group:has(.btn-terms-show) {
  justify-content: space-between !important;
}
@media screen and (max-width: 768px) {
  .checkbox-group .icon-check {
    margin-right: 5px;
  }
  .checkbox-group:has(.shot-type2) {
    justify-content: flex-start;
  }
}

.button-group {
  display: flex;
  align-items: flex-end;
  gap: 10px;
}
.button-group .btn {
  flex-basis: 50%;
}

.board-button-group {
  display: flex;
  align-items: flex-end;
  gap: 10px;
  justify-content: center;
  margin-top: 80px;
}
@media screen and (max-width: 1024px) {
  .board-button-group {
    margin-top: 50px;
  }
}
@media screen and (max-width: 768px) {
  .board-button-group {
    margin-top: 30px;
  }
}
.board-button-group button {
  width: 230px;
}
@media screen and (max-width: 768px) {
  .board-button-group button {
    width: 162px;
  }
}
.board-button-group button.btn-outline::after {
  display: none;
}

.btn {
  display: inline-block;
  position: relative;
  width: 100%;
  height: 54px;
  padding: 13px 20px;
  border-radius: 8px;
  cursor: pointer;
  text-align: center;
  transition: background-color 0.3s;
}
@media screen and (max-width: 768px) {
  .btn {
    height: 44px;
    padding: 11px 20px;
  }
}
.btn.btn-primary {
  background: linear-gradient(107.56deg, #FCAF17 0%, #F58220 50%, #ED193F 100%);
  border: none;
}
.btn.btn-primary span {
  color: #fff;
}
@media (hover: hover) {
  .btn.btn-primary:hover::after {
    opacity: 1;
  }
}
.btn.btn-common {
  font-size: 1.8rem;
  font-weight: 700;
  color: #fff;
  background-color: #FB9A02;
  border: 1px solid transparent;
}
@media screen and (max-width: 768px) {
  .btn.btn-common {
    font-size: 1.5rem;
  }
}
.btn.btn-common.green {
  background-color: #5B9F34;
}
.btn.btn-common:hover {
  background-color: #ED1940;
}
.btn.btn-outline {
  padding: 12px 20px;
  background-color: #fff;
  border: 1px solid #444;
}
@media screen and (max-width: 768px) {
  .btn.btn-outline {
    padding: 10px 20px;
  }
}
.btn.btn-outline span {
  color: #444;
}
.btn.btn-outline:hover {
  padding: 13px 20px;
}
@media screen and (max-width: 768px) {
  .btn.btn-outline:hover {
    padding: 11px 20px;
  }
}
.btn.btn-outline:hover {
  border: none;
}
.btn.btn-outline:hover span {
  color: #fff;
}
.btn.btn-outline:hover::after {
  opacity: 1;
}
.btn.btn-primary span, .btn.btn-outline span {
  position: relative;
  font-size: 1.8rem;
  font-weight: 700;
  z-index: 2;
  transition: color 0.3s ease;
}
@media screen and (max-width: 768px) {
  .btn.btn-primary span, .btn.btn-outline span {
    font-size: 1.5rem;
  }
}
.btn.btn-primary::after, .btn.btn-outline::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(107.56deg, #ED193F 0%, #F58220 50%, #FCAF17 100%);
  opacity: 0;
  border-radius: 8px;
  z-index: 1;
  transition: opacity 0.3s ease;
}

.btn2 {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 200px;
  height: 48px;
  border-radius: 24px;
}
@media screen and (max-width: 768px) {
  .btn2 {
    width: 162px;
    height: 39px;
  }
}
.btn2 span {
  position: relative;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: -0.01em;
  z-index: 2;
  transition: color 0.2s ease;
}
@media screen and (max-width: 768px) {
  .btn2 span {
    font-size: 1.5rem;
  }
}
.btn2::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(107.56deg, #ED193F 0%, #F58220 50%, #FCAF17 100%);
  opacity: 0;
  border-radius: 24px;
  z-index: 1;
  transition: opacity 0.3s ease;
}
.btn2::after {
  display: inline-block;
  content: "";
  position: relative;
  width: 24px;
  height: 24px;
  margin: -1px 0 0 8px;
  vertical-align: middle;
  opacity: 1;
  z-index: 2;
  transition: background-color 0.2s;
}
@media screen and (max-width: 768px) {
  .btn2::after {
    width: 22px;
    height: 22px;
    mask-size: 22px 22px !important;
  }
}
.btn2.btn-primary {
  background: linear-gradient(107.56deg, #FCAF17 0%, #F58220 50%, #ED193F 100%);
}
.btn2.btn-primary span {
  color: #fff;
}
.btn2.btn-primary::after {
  display: none;
}
.btn2.btn-primary.i-res::after {
  display: inline-block;
  mask: url("../images/icon_svg/icon_reservation.svg") no-repeat;
  -webkit-mask: url("../images/icon_svg/icon_reservation.svg") no-repeat;
  background-color: #fff;
}
.btn2.btn-primary.i-plus::after {
  mask: url("../images/icon_svg/icon_station_click_plus.svg") no-repeat;
  -webkit-mask: url("../images/icon_svg/icon_station_click_plus.svg") no-repeat;
  background-color: #fff;
}
.btn2.btn-outline {
  border: 1px solid #444;
}
.btn2.btn-outline.i-plus::after {
  mask: url("../images/icon_svg/icon_station_click_plus.svg") no-repeat;
  -webkit-mask: url("../images/icon_svg/icon_station_click_plus.svg") no-repeat;
  background-color: #222;
}
.btn2.btn-outline.i-res::after {
  mask: url("../images/icon_svg/icon_reservation.svg") no-repeat;
  -webkit-mask: url("../images/icon_svg/icon_reservation.svg") no-repeat;
  background-color: #222;
}
.btn2.btn-outline:hover::after {
  background-color: #fff;
}
.btn2.btn-outline2 {
  border: 1px solid #fff;
}
.btn2.btn-outline2.i-plus::after {
  mask: url("../images/icon_svg/icon_station_click_plus.svg") no-repeat;
  -webkit-mask: url("../images/icon_svg/icon_station_click_plus.svg") no-repeat;
  background-color: #fff;
}
.btn2.btn-outline2.i-res::after {
  mask: url("../images/icon_svg/icon_reservation.svg") no-repeat;
  -webkit-mask: url("../images/icon_svg/icon_reservation.svg") no-repeat;
  background-color: #fff;
}
.btn2:hover {
  border: none;
}
.btn2:hover span {
  color: #fff;
}
.btn2:hover::before {
  opacity: 1;
}

.btn-s {
  padding: 12px 24px;
  font-size: 1.8rem;
  font-weight: 700;
  border-width: 1px;
  border-style: solid;
  border-radius: 8px;
  transition: background-color 0.3s, color 0.3s;
}
@media screen and (max-width: 768px) {
  .btn-s {
    padding: 8px 16px;
    font-size: 1.5rem;
  }
}
.btn-s.btn-clear {
  color: #ED1940;
  border-color: #ED1940;
}
.btn-s.btn-clear:hover {
  background-color: #ED1940;
}
.btn-s.btn-connect {
  color: #5B9F34;
  border-color: #5B9F34;
}
.btn-s.btn-connect:hover {
  background-color: #5B9F34;
}
.btn-s:hover {
  color: #fff;
}

.sdw-box {
  display: flex;
  align-items: center;
  gap: 40px;
  margin-bottom: 20px;
  padding: 40px;
  border: 1px solid #eee;
  border-radius: 20px;
  box-shadow: 0px 0px 10px 0px rgba(34, 34, 34, 0.0784313725);
}
@media screen and (max-width: 1500px) {
  .sdw-box {
    padding: 30px;
  }
}
@media screen and (max-width: 1024px) {
  .sdw-box {
    gap: 20px;
    padding: 18px 14px;
  }
}
@media screen and (max-width: 768px) {
  .sdw-box {
    display: block;
    margin-bottom: 10px;
  }
}
.sdw-box .title {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-shrink: 0;
  gap: 5px;
  width: 260px;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .sdw-box .title {
    width: 230px;
  }
}
@media screen and (max-width: 768px) {
  .sdw-box .title {
    flex-direction: row;
    justify-content: center;
    gap: 0;
    width: 100%;
  }
}
.sdw-box .title i {
  width: 100px;
  height: 100px;
  background-size: cover !important;
}
@media screen and (max-width: 1024px) {
  .sdw-box .title i {
    width: 50px;
    height: 50px;
  }
}
.sdw-box .title span {
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.2;
}
@media screen and (max-width: 1024px) {
  .sdw-box .title span {
    font-size: 2.5rem;
  }
}
.sdw-box .title span em {
  font-size: 2.4rem;
}

.info-list {
  flex-grow: 1;
}
@media screen and (max-width: 768px) {
  .info-list {
    margin-top: 10px;
  }
}
.info-list ul {
  margin-left: 16px;
}
@media screen and (max-width: 1024px) {
  .info-list ul {
    margin-left: 11px;
  }
}
.info-list ul li {
  margin: 4px;
  font-size: 2rem;
  word-break: keep-all;
}
@media screen and (max-width: 1024px) {
  .info-list ul li {
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 768px) {
  .info-list ul li {
    font-size: 1.5rem;
  }
}
.info-list ul li span {
  color: #ED1940;
}
.info-list ul li::before {
  display: inline-block;
  content: "";
  width: 4px;
  height: 4px;
  margin: -5px 12px 0 -16px;
  background-color: #222;
  border-radius: 50%;
  vertical-align: middle;
}
@media screen and (max-width: 1024px) {
  .info-list ul li::before {
    width: 3px;
    height: 3px;
    margin: -5px 8px 0 -11px;
  }
}
.info-list .connect-box {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 14px;
  padding: 14px 60px;
  background-color: #FFF5E6;
  border-radius: 20px;
}
@media screen and (max-width: 1500px) {
  .info-list .connect-box {
    padding: 14px 30px;
  }
}
@media screen and (max-width: 1024px) {
  .info-list .connect-box {
    display: block;
  }
}
.info-list .connect-box p {
  margin-right: 10px;
  font-size: 2.2rem;
  font-weight: 700;
}
@media screen and (max-width: 1500px) {
  .info-list .connect-box p {
    flex-shrink: 0;
    font-size: 2rem;
  }
}
@media screen and (max-width: 1024px) {
  .info-list .connect-box p {
    margin-right: 0;
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .info-list .connect-box p {
    font-size: 1.9rem;
  }
}
.info-list .connect-box p br {
  display: none;
}
@media screen and (max-width: 1500px) {
  .info-list .connect-box p br {
    display: block;
  }
}
@media screen and (max-width: 1024px) {
  .info-list .connect-box p br {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .info-list .connect-box .i-plus {
    width: 100% !important;
    margin-top: 10px;
  }
}
.info-list .connect-box .i-plus::after {
  display: inline-block;
}
@media screen and (max-width: 1500px) {
  .info-list .connect-box .i-plus {
    width: 163px;
  }
}
@media screen and (max-width: 1500px) {
  .info-list .connect-box .i-plus span {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .info-list .connect-box .i-plus span {
    font-size: 1.5rem;
  }
}
.info-list .connect-box .call-num {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  width: 240px;
  height: 48px;
  font-size: 1.8rem;
  font-weight: 700;
  border: 1px solid #222;
  border-radius: 24px;
}
@media screen and (max-width: 1500px) {
  .info-list .connect-box .call-num {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 1024px) {
  .info-list .connect-box .call-num {
    width: 100% !important;
    margin-top: 10px;
  }
}
@media screen and (max-width: 768px) {
  .info-list .connect-box .call-num {
    height: 38px;
    font-size: 1.5rem;
  }
}
.info-list .connect-box .call-num::before {
  display: inline-block;
  content: "";
  width: 24px;
  height: 24px;
  background: url("../images/icon_pages/icon_call.svg") no-repeat;
}
@media screen and (max-width: 768px) {
  .info-list .connect-box .call-num::before {
    width: 20px;
    height: 20px;
    background-size: cover;
  }
}
.info-list .point-table th, .info-list .point-table td {
  height: 60px;
  padding: 0 20px;
}
@media screen and (max-width: 1024px) {
  .info-list .point-table th, .info-list .point-table td {
    height: 40px;
    padding: 3px 10px;
  }
}
.info-list .point-table tr th {
  font-size: 2rem;
}
@media screen and (max-width: 1024px) {
  .info-list .point-table tr th {
    font-size: clamp(1.5rem, 1.7vw, 2rem);
  }
}
.info-list .point-table tr td {
  font-size: 1.8rem;
  text-align: left;
}
@media screen and (max-width: 1024px) {
  .info-list .point-table tr td {
    font-size: clamp(1.5rem, 1.7vw, 1.8rem);
  }
}
.info-list .point-table tr td:first-child {
  border-left: 1px solid #ddd;
}

.base-text {
  margin: 30px 0 13px;
  font-size: 2.4rem;
  word-break: keep-all;
}
@media screen and (max-width: 1500px) {
  .base-text {
    font-size: clamp(2rem, 1.6vw, 2.4rem);
  }
}
@media screen and (max-width: 1024px) {
  .base-text {
    margin: 20px 0 13px;
  }
}
@media screen and (max-width: 768px) {
  .base-text {
    margin: 15px 0 10px;
    font-size: clamp(1.5rem, 3vw, 2rem);
  }
}
.base-text br {
  display: none;
}
@media screen and (max-width: 768px) {
  .base-text br {
    display: block;
  }
}

.oval-text {
  display: inline-block;
  padding: 5px 20px;
  font-size: 2rem;
  color: #444;
  background-color: #FFF5E6;
  border-radius: 20px;
  word-break: keep-all;
}
@media screen and (max-width: 1500px) {
  .oval-text {
    font-size: clamp(1.6rem, 1.4vw, 2rem);
  }
}
@media screen and (max-width: 768px) {
  .oval-text {
    font-size: clamp(1.3rem, 2.6vw, 1.6rem);
  }
}
.oval-text.pet {
  display: block;
  text-align: center;
}
@media screen and (max-width: 1500px) {
  .oval-text.pet {
    margin-top: -30px;
  }
}

.bg-gray {
  padding: 100px 0;
  background-color: #F9F9F9;
}
@media screen and (max-width: 1024px) {
  .bg-gray {
    padding: 40px 0 60px;
  }
}
.bg-gray .container {
  margin: 0 auto !important;
}

.flex-box {
  display: flex;
  gap: 30px;
}
@media screen and (max-width: 768px) {
  .flex-box {
    flex-direction: column;
    gap: 10px;
  }
}

.point-table {
  width: 100%;
  margin-bottom: 14px;
  border-top: 2px solid #FB9A02;
}
.point-table th, .point-table td {
  height: 80px;
  border-bottom: 1px solid #ddd;
  border-left: 1px solid #ddd;
  vertical-align: middle;
  text-align: center;
  word-break: keep-all;
}
@media screen and (max-width: 1024px) {
  .point-table th, .point-table td {
    height: 48px;
  }
}
.point-table tr th {
  font-size: 2.2rem;
  font-weight: 700;
  background-color: #f9f9f9;
}
@media screen and (max-width: 1024px) {
  .point-table tr th {
    font-size: clamp(1.5rem, 1.8vw, 2.2rem);
  }
}
.point-table tr th:first-child {
  border-left: none;
}
.point-table tr td {
  font-size: 2rem;
}
@media screen and (max-width: 1500px) {
  .point-table tr td {
    font-size: 1.9rem;
  }
}
@media screen and (max-width: 1024px) {
  .point-table tr td {
    font-size: clamp(1.5rem, 1.8vw, 2rem);
  }
}
.point-table tr td strong {
  font-weight: 700;
}
.point-table tr td.border-none {
  border-left: none;
}
.point-table tr td.w-200 {
  width: 200px;
}
@media screen and (max-width: 1500px) {
  .point-table tr td.w-200 {
    width: 140px;
  }
}
@media screen and (max-width: 1024px) {
  .point-table tr td.w-200 {
    width: 85px;
  }
}
@media screen and (max-width: 768px) {
  .point-table tr td.w-200 {
    width: 100%;
  }
}

.wide-register-agree {
  margin-bottom: 70px;
}
@media screen and (max-width: 1024px) {
  .wide-register-agree {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 768px) {
  .wide-register-agree {
    margin-bottom: 30px;
  }
}
.wide-register-agree h3 {
  margin-bottom: 15px;
  font-size: 2.4rem;
  font-weight: 700;
}
@media screen and (max-width: 1024px) {
  .wide-register-agree h3 {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 768px) {
  .wide-register-agree h3 {
    margin-bottom: 10px;
    font-size: 1.9rem;
  }
}
.wide-register-agree-box {
  margin-bottom: 15px;
  padding: 20px 24px;
  border: 1px solid #ddd;
  border-radius: 8px;
  word-break: keep-all;
}
@media screen and (max-width: 768px) {
  .wide-register-agree-box {
    margin-bottom: 10px;
    padding: 10px 14px;
  }
}
.wide-register-agree-box p {
  font-size: 1.8rem;
  color: #444;
}
@media screen and (max-width: 1024px) {
  .wide-register-agree-box p {
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 768px) {
  .wide-register-agree-box p {
    font-size: 1.5rem;
  }
}
.wide-register-input {
  border-top: 1px solid #222;
}
.wide-register-input .input-group {
  flex-wrap: nowrap;
  margin: 0;
  padding: 20px;
  border-bottom: 1px solid #ddd;
}
@media screen and (max-width: 768px) {
  .wide-register-input .input-group {
    display: block;
    padding: 14px 0;
  }
}
.wide-register-input .input-group label {
  flex-shrink: 0;
  width: 240px;
  font-size: 2rem !important;
  font-weight: 700 !important;
  text-align: left !important;
}
@media screen and (max-width: 1024px) {
  .wide-register-input .input-group label {
    width: 170px;
    font-size: 1.9rem !important;
  }
}
@media screen and (max-width: 768px) {
  .wide-register-input .input-group label {
    margin-bottom: 5px;
    font-size: 1.7rem !important;
  }
}
.wide-register-input .input-group label sup {
  font-size: 2rem !important;
}
@media screen and (max-width: 768px) {
  .wide-register-input .input-group label sup {
    font-size: 1.8rem !important;
  }
}
.wide-register-input .input-group .info-text {
  font-size: 1.6rem;
}
@media screen and (max-width: 1500px) {
  .wide-register-input .input-group .info-text {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 1024px) {
  .wide-register-input .input-group .info-text {
    width: calc(100% - 210px);
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 768px) {
  .wide-register-input .input-group .info-text {
    width: 100%;
    margin-top: 5px;
  }
}
.wide-register-input .input-group .info-text span {
  color: #5B9F34;
}
.wide-register-input .input-group .select-box {
  position: relative;
  width: 350px;
}
@media screen and (max-width: 1500px) {
  .wide-register-input .input-group .select-box {
    width: 300px;
  }
}
@media screen and (max-width: 1024px) {
  .wide-register-input .input-group .select-box {
    width: 212px;
  }
}
@media screen and (max-width: 768px) {
  .wide-register-input .input-group .select-box {
    width: 100%;
  }
}
.wide-register-input .input-group .select-box .selected {
  position: relative;
  width: 100%;
  height: 54px;
  line-height: 52px;
  padding: 0 15px;
  font-size: 1.8rem;
  border: 1px solid #ddd;
  border-radius: 8px;
  cursor: pointer;
}
@media screen and (max-width: 1024px) {
  .wide-register-input .input-group .select-box .selected {
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 768px) {
  .wide-register-input .input-group .select-box .selected {
    height: 44px;
    line-height: 43px;
    font-size: 1.5rem;
  }
}
.wide-register-input .input-group .select-box ul {
  position: absolute;
  top: 0;
  display: none;
  width: 100%;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 8px;
}
.wide-register-input .input-group .select-box ul li {
  width: 100%;
  height: 54px;
  line-height: 52px;
  padding: 0 15px;
  font-size: 1.8rem;
  border-top: 1px solid #ddd;
  cursor: pointer;
  transition: background-color 0.3s, color 0.3s;
}
@media screen and (max-width: 1024px) {
  .wide-register-input .input-group .select-box ul li {
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 768px) {
  .wide-register-input .input-group .select-box ul li {
    height: 44px;
    line-height: 43px;
    font-size: 1.5rem;
  }
}
.wide-register-input .input-group .select-box ul li:first-child {
  border-top: none;
}
.wide-register-input .input-group .select-box ul li:hover {
  font-weight: 500;
  background-color: #eee;
}
.wide-register-input .input-group .select-box .selected::after, .wide-register-input .input-group .select-box ul li:first-child::after {
  display: block;
  content: "";
  position: absolute;
  top: 15px;
  right: 20px;
  width: 24px;
  height: 24px;
  background: url("../images/icon_svg/icon_select_arrow.svg") no-repeat;
}
@media screen and (max-width: 768px) {
  .wide-register-input .input-group .select-box .selected::after, .wide-register-input .input-group .select-box ul li:first-child::after {
    top: 10px;
    right: 12px;
  }
}
.wide-register-input .input-group .i-calendar {
  background: url("../images/icon_svg/icon_calendar.svg") no-repeat;
  background-position: 94% 15px;
}
@media screen and (max-width: 768px) {
  .wide-register-input .input-group .i-calendar {
    background-position: 96% 9px;
  }
}
.wide-register-input .input-group .i-calendar {
  cursor: pointer;
}
.wide-register-input .input-group textarea {
  width: 100%;
  height: 240px;
  padding: 15px;
  font-size: 1.8rem;
  border: 1px solid #ddd;
  border-radius: 8px;
  resize: none;
}
@media screen and (max-width: 1024px) {
  .wide-register-input .input-group textarea {
    height: 180px;
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 768px) {
  .wide-register-input .input-group textarea {
    font-size: 1.5rem;
  }
}
.wide-register-input .input-group .captcha-wrap {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .wide-register-input .input-group .captcha-wrap {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 768px) {
  .wide-register-input .input-group .captcha-wrap img {
    margin-top: 10px;
  }
}
.wide-register-input .input-group .captcha-wrap .captcha-rf {
  display: block;
  width: 48px;
  height: 48px;
  margin-left: 10px;
  background: url("../images/user/icon_refresh.png") no-repeat;
  font-size: 0;
}
@media screen and (max-width: 768px) {
  .wide-register-input .input-group .captcha-wrap .captcha-rf {
    width: 36px;
    height: 36px;
    margin-top: 10px;
    background-size: 36px 36px;
  }
}

/* header */
header {
  position: fixed;
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 80px;
  transition: background-color 0.3s, height 0.3s;
  z-index: 11;
}
header .nav-mobile {
  display: none;
}
header h1 {
  width: 220px;
  padding: 15px 0 0 40px;
}
@media screen and (max-width: 1500px) {
  header h1 {
    width: 120px;
    padding: 20px 0 0 30px;
  }
}
@media screen and (max-width: 1024px) {
  header h1 {
    position: relative;
    width: 108px;
    padding: 8px 0 0 20px;
    z-index: 1;
  }
}
header h1 a {
  display: block;
  width: 110px;
  height: 50px;
  background: url("../images/common/logo.png") no-repeat;
  background-size: cover;
  text-indent: -9999px;
}
@media screen and (max-width: 1500px) {
  header h1 a {
    width: 88px;
    height: 40px;
  }
}
@media screen and (max-width: 1024px) {
  header h1 a {
    background: url("../images/common/logo_over.png") no-repeat;
    background-size: cover;
  }
}
header:has(nav:hover) {
  background-color: #fff;
}
header:has(nav:hover) h1 a {
  background: url("../images/common/logo_over.png") no-repeat;
  background-size: cover;
}
header nav {
  width: 1200px;
}
@media screen and (max-width: 1700px) {
  header nav {
    width: 1500px;
  }
}
@media screen and (max-width: 1500px) {
  header nav {
    width: 1100px;
  }
}
header nav::before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 238px;
  background-color: #F9F9F9;
  transform: translateY(-400px);
  transition: transform 0.3s;
  z-index: -1;
}
header nav::after {
  display: block;
  content: "";
  position: absolute;
  top: 80px;
  left: 0;
  width: 100%;
  border-bottom: 1px solid #eee;
  opacity: 0;
  transition: opacity 0.3s;
}
header nav > ul {
  display: flex;
  height: 80px;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  header nav > ul {
    height: auto;
  }
}
header nav > ul > li {
  width: 20%;
}
header nav > ul > li > a {
  display: block;
  height: 80px;
  line-height: 80px;
  font-size: 2rem;
  font-weight: 700;
  color: #fff;
  transition: color 0.3s;
}
@media screen and (max-width: 1500px) {
  header nav > ul > li > a {
    font-size: clamp(1.6rem, 1.5vw, 2rem);
  }
}
@media (hover: hover) and (pointer: fine) {
  header nav > ul > li:hover > a {
    color: #FB9A02 !important;
  }
  header nav > ul > li:hover ul {
    background-color: #fff;
  }
  header nav > ul > li:hover ul::before {
    height: 5px;
  }
}
header nav > ul > li ul {
  position: relative;
  height: 238px;
  padding: 22px 0;
  transform: translateY(-490px);
  border-right: 1px solid #eee;
  transition: transform 0.3s, background-color 0.3s;
  opacity: 0;
}
header nav > ul > li ul::before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  background: linear-gradient(107.56deg, #FCAF17 0%, #F58220 50%, #ED193F 100%);
  transition: height 0.2s;
}
header nav > ul > li ul li a {
  display: block;
  padding: 6px 0;
  font-size: 1.8rem;
  color: #444;
  transition: color 0.3s;
}
@media screen and (max-width: 1500px) {
  header nav > ul > li ul li a {
    font-size: clamp(1.5rem, 1.4vw, 1.9rem);
  }
}
@media screen and (max-width: 1024px) {
  header nav > ul > li ul li a {
    padding: 8px 0;
    font-size: 1.7rem;
    font-weight: 700;
  }
}
header nav > ul > li ul li.on a {
  color: #FB9A02;
}
@media (hover: hover) and (pointer: fine) {
  header nav > ul > li ul li:hover a {
    color: #FB9A02;
  }
}
header nav > ul > li:first-child > ul {
  border-left: 1px solid #eee;
}
@media (hover: hover) and (pointer: fine) {
  header nav:hover::before {
    transform: translateY(80px);
  }
  header nav:hover::after {
    opacity: 1;
  }
  header nav:hover > ul > li > a {
    color: #222;
  }
  header nav:hover > ul > li ul {
    transform: translateY(0);
    opacity: 1;
  }
  header nav:hover + .gnb-aside .user-btn-box div .btn-user {
    color: #222;
  }
  header nav:hover + .gnb-aside .user-btn-box div .btn-user::before {
    background-color: #222;
  }
  header nav:hover .gnb-banner {
    transform: translateY(0);
    opacity: 1;
  }
}
header nav .gnb-banner {
  position: absolute;
  top: 110px;
  right: 40px;
  width: 388px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transform: translateY(-400px);
  opacity: 0;
  transition: transform 0.3s, opacity 0.3s;
}
@media screen and (max-width: 1700px) {
  header nav .gnb-banner {
    top: 130px;
    right: 30px;
    width: 308px;
  }
}
@media screen and (max-width: 1500px) {
  header nav .gnb-banner {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  header nav .gnb-banner {
    display: block;
    position: relative;
    top: unset;
    right: unset !important;
    transform: translateY(0);
    width: calc(100% + 40px);
    margin: 40px 0 70px -20px;
    padding: 20px 0;
    background-color: #f9f9f9;
    opacity: 1;
  }
}
header nav .gnb-banner .swiper {
  width: 320px;
  height: 180px;
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (max-width: 1700px) {
  header nav .gnb-banner .swiper {
    width: 240px;
    height: 135px;
  }
}
@media screen and (max-width: 1024px) {
  header nav .gnb-banner .swiper {
    width: 280px;
    height: 158px;
  }
}
header nav .gnb-banner .swiper .swiper-slide a {
  display: block;
  width: 100%;
  height: 100%;
}
header nav .gnb-banner .swiper .swiper-slide a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
header nav .gnb-banner .swiper .swiper-slide a[href^=javascript] {
  cursor: default !important;
  pointer-events: none !important;
}
header nav .gnb-banner .swiper-button-prev,
header nav .gnb-banner .swiper-button-next {
  position: static;
  margin: 0;
  width: 28px;
  height: 28px;
  background-color: #fff;
  border-radius: 50%;
  color: transparent;
  transition: background-color 0.3s;
}
@media screen and (max-width: 1024px) {
  header nav .gnb-banner .swiper-button-prev,
  header nav .gnb-banner .swiper-button-next {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%);
  }
}
header nav .gnb-banner .swiper-button-prev::after,
header nav .gnb-banner .swiper-button-next::after {
  width: 20px;
  height: 20px;
  background-color: #222;
  transition: background-color 0.3s;
}
header nav .gnb-banner .swiper-button-prev:hover,
header nav .gnb-banner .swiper-button-next:hover {
  background-color: #FB9A02;
}
header nav .gnb-banner .swiper-button-prev:hover::after,
header nav .gnb-banner .swiper-button-next:hover::after {
  background-color: #fff;
}
header nav .gnb-banner .swiper-button-prev::after {
  mask: url("../images/icon_svg/icon_circle_arrow_l.svg") no-repeat center;
  -webkit-mask: url("../images/icon_svg/icon_circle_arrow_l.svg") no-repeat center;
}
@media screen and (max-width: 1024px) {
  header nav .gnb-banner .swiper-button-prev {
    margin-left: -174px;
  }
}
header nav .gnb-banner .swiper-button-next:after {
  mask: url("../images/icon_svg/icon_circle_arrow_r.svg") no-repeat center;
  -webkit-mask: url("../images/icon_svg/icon_circle_arrow_r.svg") no-repeat center;
}
@media screen and (max-width: 1024px) {
  header nav .gnb-banner .swiper-button-next {
    margin-left: 146px;
  }
}
header .gnb-aside {
  display: flex;
  justify-content: flex-end;
  width: 460px;
  height: 80px;
  margin-right: 40px;
  gap: 20px;
  align-items: center;
}
@media screen and (max-width: 1500px) {
  header .gnb-aside {
    width: 180px;
    margin-right: 26px;
    gap: 10px;
  }
}
header .gnb-aside .gnb-reserve-box {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  header .gnb-aside .gnb-reserve-box {
    position: fixed;
    right: 58px;
  }
}
header .gnb-aside .gnb-reserve-box .btn-reserve {
  display: flex;
  align-items: center;
  position: relative;
  padding: 10px 19px;
  background: linear-gradient(107.56deg, #FCAF17 0%, #F58220 50%, #ED193F 100%);
  border-radius: 25px;
  cursor: pointer;
  z-index: 1;
}
@media screen and (max-width: 1500px) {
  header .gnb-aside .gnb-reserve-box .btn-reserve {
    padding: 7px 12px;
  }
}
header .gnb-aside .gnb-reserve-box .btn-reserve::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(107.56deg, #ED193F 0%, #F58220 50%, #FCAF17 100%);
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 1;
  border-radius: 25px;
}
header .gnb-aside .gnb-reserve-box .btn-reserve::before {
  display: inline-block;
  content: "";
  position: relative;
  width: 24px;
  height: 24px;
  margin: 0 8px 0 0;
  background: url("../images/icon_svg/icon_reservation.svg") no-repeat;
  vertical-align: middle;
  z-index: 2;
}
@media screen and (max-width: 1500px) {
  header .gnb-aside .gnb-reserve-box .btn-reserve::before {
    margin: 0 4px 0 0;
  }
}
@media screen and (max-width: 1024px) {
  header .gnb-aside .gnb-reserve-box .btn-reserve::before {
    width: 21px;
    height: 21px;
    background-size: 21px;
  }
}
header .gnb-aside .gnb-reserve-box .btn-reserve span {
  position: relative;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: -0.01em;
  color: #fff;
  z-index: 2;
}
@media screen and (max-width: 1500px) {
  header .gnb-aside .gnb-reserve-box .btn-reserve span {
    font-size: 1.5rem;
  }
}
header .gnb-aside .gnb-reserve-box .btn-reserve-s {
  display: none;
}
@media screen and (max-width: 1700px) {
  header .gnb-aside .gnb-reserve-box .btn-reserve-l {
    display: none;
  }
  header .gnb-aside .gnb-reserve-box .btn-reserve-s {
    display: block;
  }
}
header .gnb-aside .gnb-reserve-box .btn-reserve:hover:after {
  opacity: 1;
}
header .gnb-aside .gnb-reserve-box .reserve-type {
  display: none;
  position: absolute;
  top: 23px;
  left: 0;
  width: 100%;
  padding: 31px 0 12px;
  background-color: #fff;
  border: 1px solid #FB9A02;
  border-bottom-left-radius: 24px;
  border-bottom-right-radius: 24px;
  text-align: center;
}
@media screen and (max-width: 1500px) {
  header .gnb-aside .gnb-reserve-box .reserve-type {
    top: 19px;
    padding: 25px 0 6px;
    border-bottom-left-radius: 14px;
    border-bottom-right-radius: 14px;
  }
}
@media screen and (max-width: 1024px) {
  header .gnb-aside .gnb-reserve-box .reserve-type {
    position: fixed;
    width: 100%;
    top: unset;
    bottom: 0;
    padding: 20px 0 10px;
    border: none;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1019607843);
    z-index: 21;
  }
}
header .gnb-aside .gnb-reserve-box .reserve-type .btn-close-reserve-type {
  display: none;
}
@media screen and (max-width: 1024px) {
  header .gnb-aside .gnb-reserve-box .reserve-type .btn-close-reserve-type {
    display: block;
    position: absolute;
    top: 20px;
    right: 20px;
    width: 24px;
    height: 24px;
    background: url("../images/icon_svg/icon_close_b.svg") no-repeat center;
    text-indent: -9999px;
    overflow: hidden;
    cursor: pointer;
  }
}
header .gnb-aside .gnb-reserve-box .reserve-type li a {
  display: block;
  padding: 7px 0;
  font-size: 1.8rem;
  font-weight: 500;
  color: #222;
  transition: background-color 0.3s, color 0.3s;
}
@media screen and (max-width: 1500px) {
  header .gnb-aside .gnb-reserve-box .reserve-type li a {
    padding: 2px 0;
    font-size: 1.35rem;
  }
}
@media screen and (max-width: 1024px) {
  header .gnb-aside .gnb-reserve-box .reserve-type li a {
    height: 50px;
    line-height: 50px;
    font-size: 1.7rem;
  }
}
header .gnb-aside .gnb-reserve-box .reserve-type li a:hover {
  color: #FB9A02;
}
header .gnb-aside .gnb-reserve-box .reserve-type li:first-child {
  display: none;
}
@media screen and (max-width: 1024px) {
  header .gnb-aside .gnb-reserve-box .reserve-type li:first-child {
    display: block;
    height: 40px;
    font-size: 2.2rem;
    font-weight: 700;
  }
}
header .gnb-aside .user-btn-box {
  display: flex;
  flex-shrink: 0;
  gap: 10px;
}
@media screen and (max-width: 1500px) {
  header .gnb-aside .user-btn-box {
    gap: 3px;
  }
}
@media screen and (max-width: 1024px) {
  header .gnb-aside .user-btn-box {
    gap: 12px;
    width: 100%;
    transform: translateX(calc(100% + 40px));
    background-color: #fff;
    transition: transform 0.4s ease;
    border-bottom: 1px solid #eee;
  }
}
header .gnb-aside .user-btn-box div {
  position: relative;
}
header .gnb-aside .user-btn-box div .btn-user {
  display: flex;
  gap: 4px;
  align-items: center;
  font-size: 1.6rem;
  font-weight: 500;
  color: #fff;
  cursor: pointer;
  transition: color 0.3s;
}
@media screen and (max-width: 1500px) {
  header .gnb-aside .user-btn-box div .btn-user {
    text-indent: -9999px;
  }
}
@media screen and (max-width: 1024px) {
  header .gnb-aside .user-btn-box div .btn-user {
    gap: 2px;
    font-size: 1.5rem;
    color: #222;
    line-height: 53px;
    text-indent: 0;
  }
}
header .gnb-aside .user-btn-box div .btn-user:before {
  display: inline-block;
  content: "";
  width: 24px;
  height: 24px;
  transition: background-color 0.3s;
}
@media screen and (max-width: 1024px) {
  header .gnb-aside .user-btn-box div .btn-user:before {
    width: 18px;
    height: 18px;
    mask-size: 18px 18px !important;
  }
}
header .gnb-aside .user-btn-box div .btn-user:hover {
  color: #FB9A02 !important;
}
header .gnb-aside .user-btn-box div .btn-user:hover::before {
  background-color: #FB9A02 !important;
}
header .gnb-aside .user-btn-box div .low-list {
  display: none;
  position: absolute;
  top: 40px;
  left: 50%;
  transform: translateX(-50%);
  padding: 7px 0;
  background-color: #FB9A02;
  border-radius: 10px;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  header .gnb-aside .user-btn-box div .low-list {
    top: 48px;
  }
}
header .gnb-aside .user-btn-box div .low-list::before {
  display: block;
  content: "";
  position: absolute;
  top: -7px;
  left: 50%;
  transform: translateX(-50%);
  width: 11px;
  height: 7px;
  background-color: #FB9A02;
  clip-path: polygon(0 100%, 50% 0, 100% 100%);
}
@media screen and (max-width: 1024px) {
  header .gnb-aside .user-btn-box div .low-list::before {
    top: -6px;
  }
}
header .gnb-aside .user-btn-box div .low-list li a {
  display: block;
  padding: 2px 15px;
  font-size: 1.6rem;
  font-weight: 500;
  color: #fff;
}
@media screen and (max-width: 1024px) {
  header .gnb-aside .user-btn-box div .low-list li a {
    padding: 2px 5px;
    font-size: 1.5rem;
  }
}
header .gnb-aside .user-btn-box div .low-list li:hover a {
  font-weight: 700;
}
header .gnb-aside .user-btn-box .btn-login .btn-user::before {
  mask: url("../images/icon_svg/icon_login.svg") no-repeat;
  -webkit-mask: url("../images/icon_svg/icon_login.svg") no-repeat;
  background-color: #fff;
}
@media screen and (max-width: 1024px) {
  header .gnb-aside .user-btn-box .btn-login .btn-user::before {
    background-color: #222;
  }
}
header .gnb-aside .user-btn-box .btn-login .low-list {
  width: 115px;
}
@media screen and (max-width: 1024px) {
  header .gnb-aside .user-btn-box .btn-login .low-list {
    width: 93px;
  }
}
header .gnb-aside .user-btn-box .btn-lang .btn-user::before {
  mask: url("../images/icon_svg/icon_lang.svg") no-repeat;
  -webkit-mask: url("../images/icon_svg/icon_lang.svg") no-repeat;
  background-color: #fff;
}
@media screen and (max-width: 1024px) {
  header .gnb-aside .user-btn-box .btn-lang .btn-user::before {
    background-color: #222;
  }
}
header .gnb-aside .user-btn-box .btn-lang .low-list {
  width: 70px;
}
@media screen and (max-width: 1024px) {
  header .gnb-aside .user-btn-box .btn-lang .low-list {
    width: 60px;
  }
}
@media screen and (max-width: 1024px) {
  header {
    height: 54px;
    background-color: #fff;
  }
  header .nav-mobile {
    display: block;
    position: absolute;
    top: 13px;
    right: 20px;
    height: 28px;
    width: 28px;
    z-index: 30;
  }
  header .nav-mobile #nav-toggle {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: url("../images/icon_svg/icon_hbg.svg") no-repeat;
    cursor: pointer;
  }
  header .nav-mobile #nav-toggle.active {
    background: url("../images/icon_svg/icon_close_b.svg") no-repeat center;
    cursor: pointer;
  }
  header nav {
    position: absolute;
    top: 54px;
    left: 0;
    width: 100%;
    height: 100vh;
    padding: 0 20px 30px;
    background-color: #fff;
    overflow-y: scroll;
    overflow-x: hidden;
    transform: translateX(100%);
    transition: transform 0.4s ease;
  }
  header nav::before {
    display: none;
  }
  header nav > ul {
    display: block;
    text-align: left;
  }
  header nav > ul > li {
    width: 100%;
    border-bottom: 1px solid #eee;
  }
  header nav > ul > li > a {
    height: 72px;
    line-height: 72px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 500;
    color: #444 !important;
  }
  header nav > ul > li > a.on {
    color: #FB9A02 !important;
  }
  header nav > ul > li > a::after {
    display: block;
    content: "";
    width: 20px;
    height: 20px;
    mask: url("../images/icon_svg/icon_circle_arrow_r.svg") no-repeat;
    -webkit-mask: url("../images/icon_svg/icon_circle_arrow_r.svg") no-repeat;
    background-color: #222;
    transition: transform 0.3s;
    transform: rotate(90deg);
  }
  header nav > ul > li.active > a::after {
    transform: rotate(270deg);
  }
  header nav > ul > li:first-child > ul {
    border-left: none;
  }
  header nav > ul > li ul {
    display: none;
    flex-wrap: wrap;
    height: auto;
    padding: 0 0 14px;
    transform: translateY(0);
    border-right: none;
    opacity: 1;
  }
  header nav > ul > li ul li {
    width: 50%;
  }
  header .gnb-aside {
    justify-content: space-between;
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 54px;
    padding: 0 20px;
    border-bottom: 1px solid #eee;
  }
}

.header-common header {
  background-color: #fff;
}
.header-common header h1 a {
  background: url("../images/common/logo_over.png") no-repeat;
  background-size: cover;
}
.header-common header nav > ul > li > a {
  color: #222;
}
.header-common header nav > ul > li > a.on {
  color: #FB9A02;
}
.header-common header .gnb-aside .user-btn-box div .btn-user {
  color: #222;
}
.header-common header .gnb-aside .user-btn-box div .btn-user::before {
  background-color: #222;
}

/* page */
.sub {
  padding-top: 80px;
}
@media screen and (max-width: 1024px) {
  .sub {
    padding-top: 54px;
    overflow: hidden;
  }
}
.sub .user-section {
  width: 620px;
  margin: 0 auto;
  padding: 0 0 80px;
}
@media screen and (max-width: 768px) {
  .sub .user-section {
    width: 100%;
    max-width: 620px;
    padding: 0 20px 54px;
  }
}
.sub .user-section.mypage {
  padding: 100px 0 120px;
}
@media screen and (max-width: 768px) {
  .sub .user-section.mypage {
    padding: 40px 20px 60px;
  }
}
.sub .user-section.mypage h2 {
  margin-bottom: 40px;
  font-size: 4.2rem;
  font-weight: 800;
  line-height: 1.1;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .sub .user-section.mypage h2 {
    font-size: 2.8rem;
  }
}
.sub .user-section .logo {
  width: 167px;
  height: 80px;
  margin: 0 auto 40px;
}
@media screen and (max-width: 768px) {
  .sub .user-section .logo {
    transform: scale(0.8);
  }
}
.sub .user-section .user-box {
  padding: 60px;
  border: 1px solid #ddd;
  border-radius: 20px;
}
@media screen and (max-width: 768px) {
  .sub .user-section .user-box {
    padding: 40px 20px;
  }
}
.sub .user-section .user-box h2 {
  margin-bottom: 40px;
  font-size: 4.2rem;
  font-weight: 800;
  line-height: 1.1;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .sub .user-section .user-box h2 {
    margin-bottom: 25px;
    font-size: 2.8rem;
  }
}
.sub .user-section .user-box h2 span {
  font-size: 2.4rem;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .sub .user-section .user-box h2 span {
    font-size: 1.8rem;
  }
}
.sub .user-section .user-box h3 {
  margin-bottom: 40px;
  font-size: 3.2rem;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .sub .user-section .user-box h3 {
    font-size: 2.2rem;
  }
}
.sub .user-section .user-box h4 {
  margin-top: 30px;
  font-size: 2.2rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .sub .user-section .user-box h4 {
    font-size: 1.6rem;
  }
}
.sub .user-section .user-box h4:first-child {
  margin-top: 0;
}
.sub-top {
  position: relative;
  padding: 120px 0 100px;
}
@media screen and (max-width: 1024px) {
  .sub-top {
    height: 350px;
    padding: 100px 0 55px;
  }
}
@media screen and (max-width: 768px) {
  .sub-top {
    height: 200px;
    padding: 70px 0 33px;
  }
}
.sub-top-title {
  position: relative;
  z-index: 2;
  text-align: center;
}
.sub-top-title h2 {
  font-size: 6rem;
  font-weight: 700;
}
@media screen and (max-width: 1500px) {
  .sub-top-title h2 {
    font-size: clamp(4.5rem, 4.5vw, 6rem);
  }
}
@media screen and (max-width: 1024px) {
  .sub-top-title h2 {
    font-size: clamp(3.4rem, 4.7vw, 4.5rem);
    color: #fff !important;
  }
}
.sub-top-title p {
  margin: 18px 0 40px;
  font-size: 2.8rem;
}
@media screen and (max-width: 1500px) {
  .sub-top-title p {
    font-size: clamp(2.4rem, 2vw, 2.8rem);
  }
}
@media screen and (max-width: 1024px) {
  .sub-top-title p {
    font-size: clamp(2rem, 2.8vw, 2.4rem);
    color: #fff !important;
  }
}
@media screen and (max-width: 768px) {
  .sub-top-title p {
    display: none;
  }
}
.sub-top .breadcrumbs {
  position: relative;
  z-index: 2;
  display: flex;
  gap: 20px;
  justify-content: center;
  align-items: center;
  --breadcrumb-icon-color: #999;
  --bc-bg-opacity: 0.1;
}
@media screen and (max-width: 768px) {
  .sub-top .breadcrumbs {
    gap: 8px;
    margin-top: 15px;
  }
}
.sub-top .breadcrumbs::before {
  display: block;
  content: "";
  width: 24px;
  height: 24px;
  mask: url("../images/icon_svg/icon_home.svg") no-repeat;
  -webkit-mask: url("../images/icon_svg/icon_home.svg") no-repeat;
  background-color: var(--breadcrumb-icon-color);
}
@media screen and (max-width: 1024px) {
  .sub-top .breadcrumbs::before {
    background-color: #fff;
  }
}
@media screen and (max-width: 768px) {
  .sub-top .breadcrumbs::before {
    display: none;
  }
}
.sub-top .breadcrumbs::after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 564px;
  height: 42px;
  background: rgba(0, 0, 0, 0.7490196078);
  border-radius: 21px;
  z-index: -1;
  opacity: var(--bc-bg-opacity);
}
@media screen and (max-width: 1024px) {
  .sub-top .breadcrumbs::after {
    opacity: 0.75;
  }
}
@media screen and (max-width: 768px) {
  .sub-top .breadcrumbs::after {
    width: 335px;
    height: 33px;
  }
}
.sub-top .breadcrumbs .bc-item {
  position: relative;
  width: 220px;
}
@media screen and (max-width: 768px) {
  .sub-top .breadcrumbs .bc-item {
    width: 150px;
    padding-left: 10px;
  }
}
.sub-top .breadcrumbs .bc-item + .bc-item div {
  color: #222;
}
.sub-top .breadcrumbs .bc-item div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 40px;
  font-size: 2rem;
  color: #999;
  cursor: pointer;
  transition: color 0.3s;
}
@media screen and (max-width: 1024px) {
  .sub-top .breadcrumbs .bc-item div {
    color: #fff !important;
  }
}
@media screen and (max-width: 768px) {
  .sub-top .breadcrumbs .bc-item div {
    height: 33px;
    font-size: 1.5rem;
  }
}
.sub-top .breadcrumbs .bc-item div::after {
  display: block;
  content: "";
  width: 20px;
  height: 20px;
  mask: url("../images/icon_svg/icon_breadcrumbs.svg") no-repeat right;
  -webkit-mask: url("../images/icon_svg/icon_breadcrumbs.svg") no-repeat right;
  background-color: var(--breadcrumb-icon-color);
  transition: transform 0.3s;
}
@media screen and (max-width: 1024px) {
  .sub-top .breadcrumbs .bc-item div::after {
    width: 15px;
    height: 15px;
    background-color: #eee;
    mask-size: 15px 15px;
  }
}
.sub-top .breadcrumbs .bc-item div:hover {
  color: #FB9A02 !important;
}
.sub-top .breadcrumbs .bc-item.active div::after {
  transform: rotate(180deg);
}
.sub-top .breadcrumbs .bc-item ul {
  display: none;
  position: absolute;
  top: 47px;
  left: 0;
  width: 100%;
  height: auto;
  padding: 6px 0;
  background-color: #fff;
  border-radius: 10px;
  text-align: center;
  overflow: hidden;
  box-shadow: 0px 0px 10px 0px rgba(34, 34, 34, 0.0784313725);
}
@media screen and (max-width: 768px) {
  .sub-top .breadcrumbs .bc-item ul {
    top: 37px;
  }
}
.sub-top .breadcrumbs .bc-item ul li {
  margin: 3px 0;
}
.sub-top .breadcrumbs .bc-item ul li a {
  font-size: 1.8rem;
  color: #444;
  transition: color 0.3s;
}
@media screen and (max-width: 768px) {
  .sub-top .breadcrumbs .bc-item ul li a {
    font-size: 1.5rem;
  }
}
.sub-top .breadcrumbs .bc-item ul li:hover a {
  color: #FB9A02;
}
.sub-top .breadcrumbs .bc-item ul li.on a {
  font-weight: 600;
  color: #222;
  pointer-events: none;
}
.sub-top .breadcrumbs .bc-item::before {
  display: block;
  content: "";
  position: absolute;
  top: 40px;
  width: 100%;
  height: 8px;
  background-color: transparent;
}
.sub-top-bg {
  position: absolute;
  top: 420px;
  left: 0;
  right: 0;
  width: 1400px;
  height: 580px;
  margin: 0 auto;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 60px;
  will-change: transform;
  z-index: 1;
  --dim-opacity: 0;
}
@media screen and (max-width: 1500px) {
  .sub-top-bg {
    width: calc(100% - 100px);
  }
}
@media screen and (max-width: 1024px) {
  .sub-top-bg {
    top: 0;
    width: 100%;
    height: 350px;
    border-radius: 0;
  }
}
@media screen and (max-width: 768px) {
  .sub-top-bg {
    height: 200px;
  }
}
.sub-top-bg::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: var(--dim-opacity);
  border-radius: inherit;
  will-change: opacity;
}
@media screen and (max-width: 1024px) {
  .sub-top-bg::after {
    opacity: 0.4;
  }
}
.sub-top-bg.bg1 {
  background-image: url("../images/sub_top_bg1.jpg");
}
.sub-top-bg.bg2 {
  background-image: url("../images/sub_top_bg2.jpg");
}
.sub-top-bg.bg3 {
  background-image: url("../images/sub_top_bg3.jpg");
}
.sub-top-bg.bg4 {
  background-image: url("../images/sub_top_bg4.jpg");
}
.sub-top-bg.bg5 {
  background-image: url("../images/sub_top_bg5.jpg");
}
.sub-top-bg.bg6 {
  background-image: url("../images/sub_top_bg6.jpg");
}
.sub-top-bg.bg7 {
  background-image: url("../images/sub_top_bg7.jpg");
}
.sub-top-bg.bg8 {
  background-image: url("../images/sub_top_bg8.jpg");
}
.sub-top-bg.bg9 {
  background-image: url("../images/sub_top_bg9.jpg");
}
.sub-top-bg.bg10 {
  background-image: url("../images/sub_top_bg10.jpg");
}
.sub-top-bg.bg11 {
  background-image: url("../images/sub_top_bg11.jpg");
}
.sub-top-bg.bg12 {
  background-image: url("../images/sub_top_bg12.jpg");
}
.sub-top-bg.bg13 {
  background-image: url("../images/sub_top_bg13.jpg");
}
.sub-top-bg.bg14 {
  background-image: url("../images/sub_top_bg14.jpg");
}
.sub-top-bg.bg15 {
  background-image: url("../images/sub_top_bg15.jpg");
}
.sub-top-bg.bg16 {
  background-image: url("../images/sub_top_bg16.jpg");
}
.sub-top-bg.bg17 {
  background-image: url("../images/sub_top_bg17.jpg");
}
.sub-top-bg.bg18 {
  background-image: url("../images/sub_top_bg18.jpg");
}
.sub-top-bg.bg19 {
  background-image: url("../images/sub_top_bg19.jpg");
}
.sub-top-bg.bg20 {
  background-image: url("../images/sub_top_bg20.jpg");
}
.sub-top-bg.bg21 {
  background-image: url("../images/sub_top_bg21.jpg");
}
.sub-top-bg.bg22 {
  background-image: url("../images/sub_top_bg22.jpg");
}
.sub .container {
  width: 1400px;
  margin: 100px auto 120px;
}
@media screen and (max-width: 1500px) {
  .sub .container {
    width: 100%;
    padding: 0 50px;
  }
}
@media screen and (max-width: 1024px) {
  .sub .container {
    margin: 40px auto 60px;
    padding: 0 20px;
  }
}
.sub .container .mypage-menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
}
@media screen and (max-width: 1024px) {
  .sub .container .mypage-menu {
    gap: 10px;
  }
}
@media screen and (max-width: 768px) {
  .sub .container .mypage-menu {
    flex-wrap: wrap;
  }
}
.sub .container .mypage-menu li {
  width: 25%;
  height: 298px;
  margin-bottom: 30px;
  border: 1px solid #eee;
  border-radius: 20px;
  box-shadow: 0px 0px 10px 0px rgba(34, 34, 34, 0.0784313725);
  text-align: center;
}
@media screen and (max-width: 1500px) {
  .sub .container .mypage-menu li {
    height: 208px;
  }
}
@media screen and (max-width: 1024px) {
  .sub .container .mypage-menu li {
    height: 172px;
  }
}
@media screen and (max-width: 768px) {
  .sub .container .mypage-menu li {
    width: calc(50% - 5px);
    margin-bottom: 0;
    box-shadow: 0px 0px 4px 0px rgba(34, 34, 34, 0.0392156863);
  }
}
.sub .container .mypage-menu li a {
  display: flex;
  flex-direction: column;
  padding: 68px 0;
}
@media screen and (max-width: 1500px) {
  .sub .container .mypage-menu li a {
    padding: 28px 0;
  }
}
@media screen and (max-width: 1024px) {
  .sub .container .mypage-menu li a {
    padding: 25px 0;
  }
}
.sub .container .mypage-menu li a span {
  font-size: 2.8rem;
  font-weight: 700;
  transition: color 0.3s;
}
@media screen and (max-width: 1500px) {
  .sub .container .mypage-menu li a span {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 1024px) {
  .sub .container .mypage-menu li a span {
    font-size: 2.1rem;
  }
}
@media screen and (max-width: 768px) {
  .sub .container .mypage-menu li a span {
    font-size: 1.9rem;
  }
}
.sub .container .mypage-menu li a::before {
  display: block;
  content: "";
  width: 100px;
  height: 100px;
  margin: 0 auto 13px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 1024px) {
  .sub .container .mypage-menu li a::before {
    width: 70px;
    height: 70px;
  }
}
.sub .container .mypage-menu li:nth-child(1) a::before {
  background-image: url("../images/user/mypage_menu1.png");
}
.sub .container .mypage-menu li:nth-child(2) a::before {
  background-image: url("../images/user/mypage_menu2.png");
}
.sub .container .mypage-menu li:nth-child(3) a::before {
  background-image: url("../images/user/mypage_menu3.png");
}
.sub .container .mypage-menu li:nth-child(4) a::before {
  background-image: url("../images/user/mypage_menu4.png");
}
@media (hover: hover) and (pointer: fine) {
  .sub .container .mypage-menu li:hover {
    border: 3px solid #FB9A02;
  }
  .sub .container .mypage-menu li:hover a {
    padding: 66px 0;
  }
}
@media screen and (hover: hover) and (pointer: fine) and (max-width: 1500px) {
  .sub .container .mypage-menu li:hover a {
    padding: 26px 0;
  }
}
@media screen and (hover: hover) and (pointer: fine) and (max-width: 1024px) {
  .sub .container .mypage-menu li:hover a {
    padding: 23px 0;
  }
}
@media (hover: hover) and (pointer: fine) {
  .sub .container .mypage-menu li:hover a span {
    color: #FB9A02;
  }
}
.sub .container .board-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media screen and (max-width: 768px) {
  .sub .container .board-top {
    flex-direction: column-reverse;
    align-items: flex-start;
  }
}
.sub .container .board-top .list-count {
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .sub .container .board-top .list-count {
    font-size: 1.4rem;
  }
}
.sub .container .board-top .list-count span {
  font-weight: 700;
}
.sub .container .board-top .search-wrap {
  position: relative;
  width: 440px;
}
@media screen and (max-width: 768px) {
  .sub .container .board-top .search-wrap {
    width: 100%;
    margin-bottom: 20px;
  }
}
.sub .container .board-top .search-wrap .input_text {
  width: 100%;
  padding: 12px 50px 12px 20px;
  font-size: 1.8rem;
  border: 1px solid #ddd;
  border-radius: 27px;
}
@media screen and (max-width: 768px) {
  .sub .container .board-top .search-wrap .input_text {
    padding: 10px 40px 10px 14px;
    font-size: 1.5rem;
  }
}
.sub .container .board-top .search-wrap .input_text::placeholder {
  color: #999;
}
.sub .container .board-top .search-wrap .icon_search {
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  width: 34px;
  height: 34px;
  background: url("../images/icon_svg/icon_search.svg") no-repeat center;
  background-size: 24px 24px;
  text-indent: -9999px;
}
@media screen and (max-width: 768px) {
  .sub .container .board-top .search-wrap .icon_search {
    width: 20px;
    height: 20px;
    background-size: cover;
  }
}
.sub .container .board-top-tab {
  display: flex;
  gap: 10px;
}
@media screen and (max-width: 768px) {
  .sub .container .board-top-tab {
    gap: 6px;
    margin-bottom: 10px;
  }
}
.sub .container .board-top-tab li {
  width: 100px;
  text-align: center;
  border: 1px solid #ddd;
  border-radius: 25px;
  transition: border 0.3s;
}
@media screen and (max-width: 1024px) {
  .sub .container .board-top-tab li {
    width: 90px;
  }
}
@media screen and (max-width: 768px) {
  .sub .container .board-top-tab li {
    width: 80px;
  }
}
.sub .container .board-top-tab li a {
  display: block;
  padding: 10px 0;
  font-size: 1.8rem;
  transition: color 0.3s;
}
@media screen and (max-width: 1024px) {
  .sub .container .board-top-tab li a {
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 768px) {
  .sub .container .board-top-tab li a {
    padding: 6px 0;
    font-size: 1.5rem;
  }
}
.sub .container .board-top-tab li:hover {
  border: 1px solid #FB9A02;
}
.sub .container .board-top-tab li:hover a {
  color: #FB9A02;
  font-weight: 500;
}
.sub .container .board-top-tab li.active {
  background-color: #222;
  border: 1px solid #222;
}
.sub .container .board-top-tab li.active a {
  font-weight: 500;
  color: #fff;
  pointer-events: none;
}
.sub .container .board-wrap {
  margin-top: 40px;
  border-top: 1px solid #222;
}
@media screen and (max-width: 768px) {
  .sub .container .board-wrap {
    margin-top: 10px;
  }
}
.sub .container .board-wrap:has(.board-view-head) {
  border-top: none;
}
.sub .container .board-wrap .board-list-head {
  display: flex;
  align-items: center;
  height: 80px;
  background-color: #f9f9f9;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .sub .container .board-wrap .board-list-head {
    display: none;
  }
}
.sub .container .board-wrap .board-list-head span {
  font-size: 2.2rem;
  font-weight: 500;
}
@media screen and (max-width: 1024px) {
  .sub .container .board-wrap .board-list-head span {
    font-size: 2rem;
  }
}
.sub .container .board-wrap .board-list-head span:nth-child(1) {
  width: 6.4%;
}
.sub .container .board-wrap .board-list-head span:nth-child(2) {
  flex-grow: 1;
}
.sub .container .board-wrap .board-list-head span:nth-child(3), .sub .container .board-wrap .board-list-head span:nth-child(4) {
  width: 11.4%;
}
@media screen and (max-width: 1024px) {
  .sub .container .board-wrap .board-list-head span:nth-child(3), .sub .container .board-wrap .board-list-head span:nth-child(4) {
    width: 110px;
    padding-right: 20px;
  }
}
.sub .container .board-wrap .board-list-body li > a {
  display: flex;
  align-items: center;
  position: relative;
  height: 90px;
  border-bottom: 1px solid #ddd;
}
@media screen and (max-width: 768px) {
  .sub .container .board-wrap .board-list-body li > a {
    flex-wrap: wrap;
    height: auto;
    padding: 14px 0;
  }
}
.sub .container .board-wrap .board-list-body li > a > span {
  text-align: center;
  transition: color 0.1s;
}
.sub .container .board-wrap .board-list-body li > a > span.num {
  width: 6.4%;
  font-size: 2rem;
  color: #999;
}
@media screen and (max-width: 768px) {
  .sub .container .board-wrap .board-list-body li > a > span.num {
    display: none;
  }
}
.sub .container .board-wrap .board-list-body li > a > span.category {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 1px;
  width: 100px;
  margin: 0 0 0 20px;
  font-size: 1.8rem;
  font-weight: 500;
  color: #FB9A02;
}
@media screen and (max-width: 768px) {
  .sub .container .board-wrap .board-list-body li > a > span.category {
    margin: 0;
    width: 50px;
    margin: 0 4px 0 0;
    font-size: 1.5rem;
  }
}
.sub .container .board-wrap .board-list-body li > a > span.category i {
  display: block;
  width: 32px;
  height: 32px;
  transition: background-color 0.3s;
}
@media screen and (max-width: 768px) {
  .sub .container .board-wrap .board-list-body li > a > span.category i {
    width: 24px;
    height: 24px;
    mask-size: 24px 24px !important;
  }
}
.sub .container .board-wrap .board-list-body li > a > span.category.category1 i {
  mask: url("../images/icon_svg/icon_faq1.svg") no-repeat center;
  -webkit-mask: url("../images/icon_svg/icon_faq1.svg") no-repeat center;
  background-color: #FB9A02;
}
.sub .container .board-wrap .board-list-body li > a > span.category.category2 i {
  mask: url("../images/icon_svg/icon_faq2.svg") no-repeat center;
  -webkit-mask: url("../images/icon_svg/icon_faq2.svg") no-repeat center;
  background-color: #FB9A02;
}
.sub .container .board-wrap .board-list-body li > a > span.category.category3 i {
  mask: url("../images/icon_svg/icon_faq3.svg") no-repeat center;
  -webkit-mask: url("../images/icon_svg/icon_faq3.svg") no-repeat center;
  background-color: #FB9A02;
}
.sub .container .board-wrap .board-list-body li > a > span.category + .title {
  font-weight: 500;
}
.sub .container .board-wrap .board-list-body li > a > span.title {
  display: block;
  flex-grow: 1;
  flex-shrink: 90;
  padding: 0 20px;
  font-size: 2.2rem;
  text-align: left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (max-width: 1024px) {
  .sub .container .board-wrap .board-list-body li > a > span.title {
    font-size: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .sub .container .board-wrap .board-list-body li > a > span.title {
    padding: 0;
    font-size: 1.7rem;
  }
}
.sub .container .board-wrap .board-list-body li > a > span.title .bell {
  flex-shrink: 0;
  display: inline-block;
  padding: 3px 12px;
  font-size: 2rem;
  font-weight: 500;
  color: #fff;
  background-color: #FB9A02;
  border-radius: 18px;
  transition: background-color 0.3s, color 0.3s;
  margin-right: 20px;
}
@media screen and (max-width: 1024px) {
  .sub .container .board-wrap .board-list-body li > a > span.title .bell {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 768px) {
  .sub .container .board-wrap .board-list-body li > a > span.title .bell {
    padding: 2px 10px;
    font-size: 1.4rem;
    margin-right: 6px;
  }
}
.sub .container .board-wrap .board-list-body li > a > span.title .bell::before {
  display: inline-block;
  content: "";
  width: 24px;
  height: 24px;
  margin: -3px 2px 0 0;
  mask: url("../images/icon_svg/icon_notice_bell.svg") no-repeat center;
  -webkit-mask: url("../images/icon_svg/icon_notice_bell.svg") no-repeat center;
  background-color: #fff;
  vertical-align: middle;
  transition: background-color 0.3s;
}
@media screen and (max-width: 768px) {
  .sub .container .board-wrap .board-list-body li > a > span.title .bell::before {
    display: none;
  }
}
.sub .container .board-wrap .board-list-body li > a > span.date {
  width: 11.4%;
  font-size: 1.8rem;
  color: #444;
}
@media screen and (max-width: 1024px) {
  .sub .container .board-wrap .board-list-body li > a > span.date {
    width: 110px;
    padding-right: 20px;
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 768px) {
  .sub .container .board-wrap .board-list-body li > a > span.date {
    width: 100%;
    margin-top: 6px;
    font-size: 1.5rem;
    text-align: left;
  }
}
.sub .container .board-wrap .board-list-body li > a > span.date .pre {
  display: inline-block;
  padding: 1px 16px;
  font-weight: 500;
  color: #fff;
  background-color: #FB9A02;
  border-radius: 15px;
}
@media screen and (max-width: 768px) {
  .sub .container .board-wrap .board-list-body li > a > span.date + .date {
    position: absolute;
    right: 0;
    bottom: 14px;
    width: auto;
    padding-right: 0;
  }
  .sub .container .board-wrap .board-list-body li > a > span.date + .date:not(:has(.pre)) {
    display: inline-block;
    padding: 1px 16px;
    font-weight: 500;
    color: #fff;
    background-color: #aaa;
    border-radius: 15px;
  }
  .sub .container .board-wrap .board-list-body li > a > span.date + .date:not(:has(.pre))::before {
    display: inline-block;
    content: "답변일";
  }
}
.sub .container .board-wrap .board-list-body li > a > span.attached::after {
  flex-shrink: 0;
  display: inline-block;
  content: "";
  width: 24px;
  height: 24px;
  margin: -3px 0 0 10px;
  mask: url("../images/icon_svg/icon_attach.svg") no-repeat center;
  -webkit-mask: url("../images/icon_svg/icon_attach.svg") no-repeat center;
  mask-size: 24px 24px;
  background-color: #222;
  transition: background-color 0.1s;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .sub .container .board-wrap .board-list-body li > a > span.attached::after {
    width: 18px;
    height: 18px;
    margin: -1px 0 0 5px;
    mask-size: 18px 18px;
  }
}
.sub .container .board-wrap .board-list-body li > a::after {
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(107.56deg, #FCAF17 0%, #F58220 50%, #ED193F 100%);
  opacity: 0;
  transition: opacity 0.3s;
  z-index: -1;
}
@media (hover: hover) and (pointer: fine) {
  .sub .container .board-wrap .board-list-body li > a:hover {
    background-color: transparent !important;
  }
  .sub .container .board-wrap .board-list-body li > a:hover::after {
    opacity: 1;
  }
  .sub .container .board-wrap .board-list-body li > a:hover > span {
    color: #fff;
  }
  .sub .container .board-wrap .board-list-body li > a:hover > span.title .bell {
    background-color: #fff;
    color: #FB9A02;
  }
  .sub .container .board-wrap .board-list-body li > a:hover > span.title .bell::before {
    background-color: #FB9A02;
  }
  .sub .container .board-wrap .board-list-body li > a:hover > span.category i {
    background-color: #fff;
  }
  .sub .container .board-wrap .board-list-body li > a:hover > span.attached::after {
    background-color: #FFF;
  }
}
.sub .container .board-wrap .board-list-body li > a:has(.category) > i {
  display: block;
  width: 28px;
  height: 28px;
  margin-right: 26px;
  mask: url("../images/icon_svg/icon_circle_arrow_b_r.svg") no-repeat center;
  -webkit-mask: url("../images/icon_svg/icon_circle_arrow_b_r.svg") no-repeat center;
  mask-size: 34px 34px;
  background-color: #222;
  transform: rotate(90deg);
  transition: transform 0.3s;
}
@media screen and (max-width: 768px) {
  .sub .container .board-wrap .board-list-body li > a:has(.category) > i {
    width: 22px;
    height: 22px;
    margin-right: 5px;
    mask-size: 22px 22px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .sub .container .board-wrap .board-list-body li > a:has(.category):hover > i {
    background-color: #fff;
  }
}
.sub .container .board-wrap .board-list-body li > div {
  display: none;
  padding: 30px 20px;
  background-color: #FFF5E6;
  border-bottom: 1px solid #eee;
}
@media screen and (max-width: 768px) {
  .sub .container .board-wrap .board-list-body li > div {
    padding: 18px 14px 18px 0;
  }
}
.sub .container .board-wrap .board-list-body li > div .answer {
  float: left;
  width: 100px;
  font-size: 3.2rem;
  font-weight: 700;
  color: #5B9F34;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .sub .container .board-wrap .board-list-body li > div .answer {
    width: 50px;
    font-size: 2.5rem;
  }
}
.sub .container .board-wrap .board-list-body li > div .answer-text {
  display: block;
  margin-left: 120px;
  font-size: 2rem;
  line-height: 1.8;
  word-break: keep-all;
}
@media screen and (max-width: 1024px) {
  .sub .container .board-wrap .board-list-body li > div .answer-text {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 768px) {
  .sub .container .board-wrap .board-list-body li > div .answer-text {
    font-size: 1.5rem;
    margin-left: 54px;
    line-height: 1.5;
  }
}
.sub .container .board-wrap .board-list-body li > div .answer-text a {
  text-decoration: underline;
  transition: color 0.3s;
}
.sub .container .board-wrap .board-list-body li > div .answer-text a:hover {
  color: #888;
}
.sub .container .board-wrap .board-list-body li > div::after {
  content: "";
  display: block;
  clear: both;
}
.sub .container .board-wrap .board-list-body li.active a, .sub .container .board-wrap .board-list-body li.active > div {
  background-color: #FFF5E6;
}
.sub .container .board-wrap .board-list-body li.active a:has(.category) > i {
  transform: rotate(270deg) !important;
}
.sub .container .board-wrap .board-list-body .no-data {
  padding: 40px 0;
  font-size: 1.8rem;
  text-align: center;
}
.sub .container .board-wrap .board-view-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 30px 20px;
  border-bottom: 1px solid #222;
}
@media screen and (max-width: 768px) {
  .sub .container .board-wrap .board-view-head {
    display: block;
    padding: 15px 10px;
  }
}
.sub .container .board-wrap .board-view-head .title {
  font-size: 3.8rem;
  font-weight: 700;
}
@media screen and (max-width: 1024px) {
  .sub .container .board-wrap .board-view-head .title {
    font-size: 3rem;
  }
}
@media screen and (max-width: 768px) {
  .sub .container .board-wrap .board-view-head .title {
    font-size: 2rem;
  }
}
.sub .container .board-wrap .board-view-head .date {
  font-size: 1.6rem;
  color: #444;
}
@media screen and (max-width: 768px) {
  .sub .container .board-wrap .board-view-head .date {
    margin-top: 2px;
    font-size: 1.5rem;
  }
}
.sub .container .board-wrap .attach-wrap {
  display: flex;
  align-items: center;
  gap: 40px;
  margin-top: 40px;
  padding: 25px 30px;
  background-color: #f9f9f9;
}
@media screen and (max-width: 768px) {
  .sub .container .board-wrap .attach-wrap {
    display: block;
    padding: 14px;
  }
}
.sub .container .board-wrap .attach-wrap .attach-title {
  display: flex;
  gap: 7px;
  align-items: center;
  font-size: 2rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .sub .container .board-wrap .attach-wrap .attach-title {
    gap: 4px;
    font-size: 1.7rem;
  }
}
.sub .container .board-wrap .attach-wrap .attach-title::before {
  display: block;
  content: "";
  width: 24px;
  height: 24px;
  mask: url("../images/icon_svg/icon_attach.svg") no-repeat center;
  -webkit-mask: url("../images/icon_svg/icon_attach.svg") no-repeat center;
  mask-size: 24px 24px;
  background-color: #222;
}
@media screen and (max-width: 768px) {
  .sub .container .board-wrap .attach-wrap .attach-title::before {
    width: 20px;
    height: 20px;
    mask-size: 20px 20px;
  }
}
@media screen and (max-width: 768px) {
  .sub .container .board-wrap .attach-wrap ul {
    margin: 10px 0 0 5px;
  }
}
.sub .container .board-wrap .attach-wrap ul li a {
  display: flex;
  align-items: center;
  gap: 7px;
  padding: 5px 0;
  font-size: 1.8rem;
  transition: color 0.3s;
}
@media screen and (max-width: 768px) {
  .sub .container .board-wrap .attach-wrap ul li a {
    padding: 2px 0;
    font-size: 1.5rem;
  }
}
.sub .container .board-wrap .attach-wrap ul li a::after {
  display: block;
  content: "";
  width: 20px;
  height: 20px;
  mask: url("../images/icon_svg/icon_download.svg") no-repeat center;
  -webkit-mask: url("../images/icon_svg/icon_download.svg") no-repeat center;
  mask-size: 20px 20px;
  background-color: #999;
  transition: background-color 0.3s;
}
@media screen and (max-width: 768px) {
  .sub .container .board-wrap .attach-wrap ul li a::after {
    width: 18px;
    height: 18px;
    mask-size: 18px;
  }
}
.sub .container .board-wrap .attach-wrap ul li a:hover {
  color: #FB9A02;
  text-decoration: underline;
}
.sub .container .board-wrap .attach-wrap ul li a:hover::after {
  background-color: #FB9A02;
}
.sub .container .board-wrap .board-view-body {
  padding: 80px 20px;
  font-size: 2rem;
}
@media screen and (max-width: 1024px) {
  .sub .container .board-wrap .board-view-body {
    padding: 50px 10px;
    font-size: 1.9rem;
  }
}
@media screen and (max-width: 768px) {
  .sub .container .board-wrap .board-view-body {
    padding: 30px 0;
    font-size: 1.7rem;
  }
}
.sub .container .board-wrap .board-view-body img {
  display: inline-block;
  max-width: 100%;
}
.sub .container .board-wrap .board-view-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 40px;
  border-top: 1px solid #222;
}
.sub .container .board-wrap .board-view-bottom .board-nav {
  width: calc(50% - 140px);
  padding: 30px 0;
}
@media screen and (max-width: 1024px) {
  .sub .container .board-wrap .board-view-bottom .board-nav {
    width: calc(50% - 60px);
    padding: 10px 0;
  }
}
.sub .container .board-wrap .board-view-bottom .board-nav a {
  display: flex;
  align-items: center;
  gap: 30px;
}
@media screen and (max-width: 1024px) {
  .sub .container .board-wrap .board-view-bottom .board-nav a {
    gap: 20px;
  }
}
.sub .container .board-wrap .board-view-bottom .board-nav a span {
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: 1.9rem;
  transition: color 0.3s;
}
@media screen and (max-width: 1024px) {
  .sub .container .board-wrap .board-view-bottom .board-nav a span {
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 768px) {
  .sub .container .board-wrap .board-view-bottom .board-nav a span {
    gap: 3px;
    font-size: 1.5rem;
  }
  .sub .container .board-wrap .board-view-bottom .board-nav a span + span {
    display: none;
  }
}
.sub .container .board-wrap .board-view-bottom .board-nav a span:first-child {
  color: #999;
  flex-shrink: 0;
}
.sub .container .board-wrap .board-view-bottom .board-nav a:hover span {
  color: #FB9A02;
}
.sub .container .board-wrap .board-view-bottom .board-nav a:hover span:first-child {
  color: #999;
}
.sub .container .board-wrap .board-view-bottom .board-nav.prev a span:first-child::before {
  display: inline-block;
  content: "";
  width: 24px;
  height: 24px;
  mask: url("../images/icon_svg/icon_paging_single.svg") no-repeat;
  background-color: #999;
}
.sub .container .board-wrap .board-view-bottom .board-nav.next a {
  flex-direction: row-reverse;
}
.sub .container .board-wrap .board-view-bottom .board-nav.next a span:first-child::after {
  display: inline-block;
  content: "";
  width: 24px;
  height: 24px;
  mask: url("../images/icon_svg/icon_paging_single.svg") no-repeat;
  background-color: #999;
  transform: rotate(180deg);
}
.sub .container .board-wrap .board-view-bottom .btn-list a {
  width: 230px;
}
@media screen and (max-width: 1024px) {
  .sub .container .board-wrap .board-view-bottom .btn-list a {
    width: 100px;
  }
}
.sub .container .board-wrap .board-view-bottom .btn-list a:after {
  display: none;
}
.sub .container .paging {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .sub .container .paging {
    margin-top: 30px;
  }
}
.sub .container .paging ul {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}
@media screen and (max-width: 768px) {
  .sub .container .paging ul {
    gap: 2px;
  }
}
.sub .container .paging ul li {
  width: 32px;
  height: 32px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .sub .container .paging ul li {
    width: 28px;
    height: 28px;
  }
}
.sub .container .paging ul li a {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 1.6rem;
  font-weight: 500;
  color: #999;
  line-height: 32px;
  transition: color 0.3s;
}
@media screen and (max-width: 768px) {
  .sub .container .paging ul li a {
    line-height: 28px;
    font-size: 1.5rem;
  }
}
.sub .container .paging ul li.current a {
  font-weight: 700;
  color: #fff;
  background-color: #FB9A02;
  border-radius: 50%;
}
.sub .container .paging ul li.current:hover a {
  color: #fff;
}
.sub .container .paging ul li.pager {
  width: 24px;
  height: 24px;
  text-indent: -9999px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .sub .container .paging ul li.pager {
    width: 20px;
    height: 20px;
  }
}
.sub .container .paging ul li.pager a {
  transition: background-color 0.3s;
}
@media screen and (max-width: 768px) {
  .sub .container .paging ul li.pager a {
    mask-size: 20px 20px !important;
  }
}
.sub .container .paging ul li.pager.disabled a {
  background-color: #ddd;
  pointer-events: none;
}
.sub .container .paging ul li.pager.disabled:hover a {
  background-color: #ddd;
}
.sub .container .paging ul li.pager .first {
  mask: url("../images/icon_svg/icon_paging_double.svg") no-repeat center;
  -webkit-mask: url("../images/icon_svg/icon_paging_double.svg") no-repeat center;
  background-color: #999;
}
.sub .container .paging ul li.pager .last {
  mask: url("../images/icon_svg/icon_paging_double.svg") no-repeat center;
  -webkit-mask: url("../images/icon_svg/icon_paging_double.svg") no-repeat center;
  background-color: #999;
  transform: rotate(180deg);
}
.sub .container .paging ul li.pager .prev {
  mask: url("../images/icon_svg/icon_paging_single.svg") no-repeat center;
  -webkit-mask: url("../images/icon_svg/icon_paging_single.svg") no-repeat center;
  background-color: #999;
}
.sub .container .paging ul li.pager .next {
  mask: url("../images/icon_svg/icon_paging_single.svg") no-repeat center;
  -webkit-mask: url("../images/icon_svg/icon_paging_single.svg") no-repeat center;
  background-color: #999;
  transform: rotate(180deg);
}
.sub .container .paging ul li:hover a {
  color: #FB9A02;
}
.sub .container .paging ul li:hover.pager a {
  background-color: #FB9A02;
}
.sub .container .paging ul li:nth-child(2) {
  margin-right: 20px;
}
@media screen and (max-width: 768px) {
  .sub .container .paging ul li:nth-child(2) {
    margin-right: 8px;
  }
}
.sub .container .paging ul li:nth-last-child(2) {
  margin-left: 20px;
}
@media screen and (max-width: 768px) {
  .sub .container .paging ul li:nth-last-child(2) {
    margin-left: 8px;
  }
}
.sub .container .board-inquiry-wrap {
  border-bottom: 1px solid #222;
}
.sub .container .board-inquiry-wrap .board-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 34px 20px;
  border-top: 1px solid #222;
}
@media screen and (max-width: 1024px) {
  .sub .container .board-inquiry-wrap .board-head {
    padding: 27px 15px;
  }
}
@media screen and (max-width: 768px) {
  .sub .container .board-inquiry-wrap .board-head {
    display: block;
    padding: 17px 10px;
  }
}
.sub .container .board-inquiry-wrap .board-head .title {
  display: flex;
  align-items: center;
  gap: 10px;
  padding-right: 40px;
  font-size: 2.4rem;
  font-weight: 700;
}
@media screen and (max-width: 1024px) {
  .sub .container .board-inquiry-wrap .board-head .title {
    font-size: 2.3rem;
  }
}
@media screen and (max-width: 768px) {
  .sub .container .board-inquiry-wrap .board-head .title {
    padding-right: 0;
    font-size: 2.1rem;
  }
}
.sub .container .board-inquiry-wrap .board-head .title span {
  display: inline-block;
  padding: 1px 15px;
  font-size: 1.8rem;
  font-weight: 500;
  color: #fff;
  background-color: #FB9A02;
  border-radius: 15px;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .sub .container .board-inquiry-wrap .board-head .title span {
    font-size: 1.4rem;
  }
}
.sub .container .board-inquiry-wrap .board-head .date {
  font-size: 1.6rem;
  color: #444;
}
@media screen and (max-width: 768px) {
  .sub .container .board-inquiry-wrap .board-head .date {
    margin-top: 2px;
    font-size: 1.5rem;
  }
}
.sub .container .board-inquiry-wrap .board-body {
  padding: 40px 20px 50px;
  font-size: 2rem;
  border-top: 1px solid #ddd;
}
@media screen and (max-width: 1024px) {
  .sub .container .board-inquiry-wrap .board-body {
    padding: 35px 10px 45px;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 768px) {
  .sub .container .board-inquiry-wrap .board-body {
    padding: 30px 0 40px;
    font-size: 1.6rem;
  }
}
.sub .container .board-inquiry-wrap .board-body.reply {
  border-top: 2px solid #FB9A02;
}
.sub .container .board-inquiry-wrap .board-body.reply .reply-date {
  margin-bottom: 40px;
}
@media screen and (max-width: 1024px) {
  .sub .container .board-inquiry-wrap .board-body.reply .reply-date {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 768px) {
  .sub .container .board-inquiry-wrap .board-body.reply .reply-date {
    margin-bottom: 20px;
  }
}
.sub .container .board-inquiry-wrap .board-body.reply .reply-date span {
  display: inline-block;
  padding: 2px 14px;
  font-size: 1.8rem;
  font-weight: 500;
  color: #fff;
  background-color: #FB9A02;
  border-radius: 16px;
}
@media screen and (max-width: 1024px) {
  .sub .container .board-inquiry-wrap .board-body.reply .reply-date span {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .sub .container .board-inquiry-wrap .board-body.reply .reply-date span {
    font-size: 1.5rem;
  }
}
.sub .container .board-inquiry-wrap .board-body.reply .reply-date span i {
  display: inline-block;
  width: 1px;
  height: 14px;
  margin: 0 6px;
  background-color: #fff;
}
@media screen and (max-width: 1024px) {
  .sub .container .board-inquiry-wrap .board-body.reply .reply-date span i {
    height: 12px;
  }
}
@media screen and (max-width: 768px) {
  .sub .container .board-inquiry-wrap .board-body.reply .reply-date span i {
    height: 11px;
  }
}
.sub .container .btn-area {
  display: flex;
  justify-content: center;
  margin-top: 80px;
}
@media screen and (max-width: 1024px) {
  .sub .container .btn-area {
    margin-top: 50px;
  }
}
@media screen and (max-width: 768px) {
  .sub .container .btn-area {
    margin-top: 30px;
  }
}
.sub .container .btn-area .btn2 {
  width: 230px;
}
@media screen and (max-width: 768px) {
  .sub .container .btn-area .btn2 {
    width: 162px;
  }
}

/* footer */
#footer {
  position: relative;
  background-color: #fff;
}

footer {
  width: 100%;
  padding: 100px 0;
  background-color: #222;
  border-top-left-radius: 100px;
  border-top-right-radius: 100px;
}
@media screen and (max-width: 1500px) {
  footer {
    padding: 100px 20px;
  }
}
@media screen and (max-width: 1024px) {
  footer {
    padding: 30px 20px 40px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
  }
}
footer .footer-wrap {
  width: 1400px;
  margin: 0 auto;
}
@media screen and (max-width: 1500px) {
  footer .footer-wrap {
    width: 100%;
  }
}
footer .footer-wrap nav {
  text-align: center;
  padding-bottom: 30px;
  border-bottom: 1px solid #999;
}
@media screen and (max-width: 1024px) {
  footer .footer-wrap nav {
    display: none;
  }
}
footer .footer-wrap nav > ul {
  display: flex;
  justify-content: center;
  gap: 20px;
}
footer .footer-wrap nav > ul > li {
  min-width: 240px;
}
@media screen and (max-width: 1500px) {
  footer .footer-wrap nav > ul > li {
    min-width: 18%;
  }
}
footer .footer-wrap nav > ul > li > a {
  font-size: 2rem;
  font-weight: 600;
  color: #fff;
  transition: color 0.3s;
}
footer .footer-wrap nav > ul > li > a:hover {
  color: #FB9A02;
}
footer .footer-wrap nav > ul > li > ul {
  margin-top: 12px;
}
footer .footer-wrap nav > ul > li > ul li a {
  display: block;
  padding: 4px 0;
  font-size: 1.6rem;
  color: #aaa;
  transition: color 0.3s;
}
footer .footer-wrap nav > ul > li > ul li a:hover {
  color: #FB9A02;
}
footer .footer-wrap .footer-content {
  display: flex;
  justify-content: space-between;
  position: relative;
  padding-top: 40px;
}
@media screen and (max-width: 1024px) {
  footer .footer-wrap .footer-content {
    padding-top: 0;
  }
}
footer .footer-wrap .footer-content .footer-info-wrap {
  display: flex;
  gap: 40px;
}
@media screen and (max-width: 1024px) {
  footer .footer-wrap .footer-content .footer-info-wrap {
    display: block;
  }
}
footer .footer-wrap .footer-content .footer-info-wrap .logo {
  width: 132px;
  height: 60px;
  background: url("../images/common/logo_w.png") no-repeat;
  background-size: cover;
  text-indent: -9999px;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  footer .footer-wrap .footer-content .footer-info-wrap .logo {
    width: 88px;
    height: 40px;
  }
}
footer .footer-wrap .footer-content .footer-info-wrap .footer-info-links {
  margin-bottom: 20px;
}
@media screen and (max-width: 1024px) {
  footer .footer-wrap .footer-content .footer-info-wrap .footer-info-links {
    margin-top: 30px;
  }
}
footer .footer-wrap .footer-content .footer-info-wrap .footer-info-links a {
  display: inline-block;
  margin-right: 20px;
  font-size: 1.6rem;
  color: #aaa;
  transition: color 0.3s;
}
@media screen and (max-width: 768px) {
  footer .footer-wrap .footer-content .footer-info-wrap .footer-info-links a {
    font-size: 1.4rem;
  }
}
footer .footer-wrap .footer-content .footer-info-wrap .footer-info-links a b {
  font-weight: 500;
  color: #fff;
}
footer .footer-wrap .footer-content .footer-info-wrap .footer-info-links a:hover {
  color: #FB9A02;
}
footer .footer-wrap .footer-content .footer-info-wrap .footer-info-links a:hover b {
  color: #FB9A02;
}
footer .footer-wrap .footer-content .footer-info-wrap .footer-info-text p {
  font-size: 1.6rem;
  font-weight: 300;
  color: #fff;
}
@media screen and (max-width: 768px) {
  footer .footer-wrap .footer-content .footer-info-wrap .footer-info-text p {
    font-size: 1.3rem;
  }
}
footer .footer-wrap .footer-content .footer-info-wrap .footer-info-text p span {
  display: inline-block;
  margin-right: 20px;
  letter-spacing: -0.01em;
}
@media screen and (max-width: 768px) {
  footer .footer-wrap .footer-content .footer-info-wrap .footer-info-text p span {
    margin-right: 10px;
  }
}
@media screen and (max-width: 1024px) {
  footer .footer-wrap .footer-content .footer-sns {
    position: absolute;
    top: 0;
    right: 0;
  }
}
footer .footer-wrap .footer-content .footer-sns ul {
  display: flex;
  gap: 10px;
}
footer .footer-wrap .footer-content .footer-sns ul li {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background-color: #444;
  transition: background-color 0.3s;
}
@media screen and (max-width: 768px) {
  footer .footer-wrap .footer-content .footer-sns ul li {
    width: 34px;
    height: 34px;
  }
}
footer .footer-wrap .footer-content .footer-sns ul li a {
  display: block;
  width: 100%;
  height: 100%;
  text-indent: -9999px;
}
@media screen and (max-width: 768px) {
  footer .footer-wrap .footer-content .footer-sns ul li a {
    background-size: 24px 24px !important;
  }
}
footer .footer-wrap .footer-content .footer-sns ul li:nth-child(1) a {
  background: url("../images/common/footer_sns_logo1.png") no-repeat center;
}
footer .footer-wrap .footer-content .footer-sns ul li:nth-child(2) a {
  background: url("../images/common/footer_sns_logo2.png") no-repeat center;
}
footer .footer-wrap .footer-content .footer-sns ul li:nth-child(3) a {
  background: url("../images/common/footer_sns_logo3.png") no-repeat center;
}
footer .footer-wrap .footer-content .footer-sns ul li:hover {
  background-color: #FB9A02;
}

/* 레이어 팝업 */
.layer-popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
}
.layer-popup .layer-dim {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
}
.layer-popup .layer-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  max-height: 90vh;
  padding: 25px 30px 30px;
}
@media screen and (max-width: 768px) {
  .layer-popup .layer-content {
    width: calc(100% - 40px) !important;
    padding: 20px;
  }
}
.layer-popup .layer-content.layer-large {
  width: 580px;
}
@media screen and (max-width: 768px) {
  .layer-popup .layer-content.layer-large {
    max-width: 580px;
  }
}
.layer-popup .layer-content.layer-midium {
  width: 540px;
}
@media screen and (max-width: 768px) {
  .layer-popup .layer-content.layer-midium {
    max-width: 540px;
  }
}
.layer-popup .layer-content:has(.popup-img) {
  padding: 25px 0 50px;
  background-color: transparent;
  overflow: visible;
}
@media screen and (max-width: 768px) {
  .layer-popup .layer-content:has(.popup-img) {
    width: unset !important;
  }
}
.layer-popup .layer-content:has(.popup-img) .popup-img:not(:has(.swiper-slide:nth-child(4))) .swiper-button-next, .layer-popup .layer-content:has(.popup-img) .popup-img:not(:has(.swiper-slide:nth-child(4))) .swiper-button-prev {
  display: none;
}
.layer-popup .layer-content:has(.popup-img) .popup-img:not(:has(.swiper-slide:nth-child(3))) .main-pop-swiper {
  width: 950px;
}
@media screen and (max-width: 1500px) {
  .layer-popup .layer-content:has(.popup-img) .popup-img:not(:has(.swiper-slide:nth-child(3))) .main-pop-swiper {
    width: 63.53vw;
  }
}
@media screen and (max-width: 1024px) {
  .layer-popup .layer-content:has(.popup-img) .popup-img:not(:has(.swiper-slide:nth-child(3))) .main-pop-swiper {
    width: 65.32vw;
  }
}
@media screen and (max-width: 768px) {
  .layer-popup .layer-content:has(.popup-img) .popup-img:not(:has(.swiper-slide:nth-child(3))) .main-pop-swiper {
    width: 100vw;
  }
}
.layer-popup .layer-content:has(.popup-img) .popup-img:not(:has(.swiper-slide:nth-child(3))) .main-pop-swiper .swiper-slide {
  width: calc(50% - 30px) !important;
  margin: 15px !important;
}
@media screen and (max-width: 1024px) {
  .layer-popup .layer-content:has(.popup-img) .popup-img:not(:has(.swiper-slide:nth-child(3))) .main-pop-swiper .swiper-slide {
    width: calc(50% - 20px) !important;
    margin: 0 10px !important;
  }
}
@media screen and (max-width: 768px) {
  .layer-popup .layer-content:has(.popup-img) .popup-img:not(:has(.swiper-slide:nth-child(3))) .main-pop-swiper .swiper-slide {
    width: calc(50% - 10px) !important;
    margin: 0 5px !important;
  }
}
@media screen and (max-width: 450px) {
  .layer-popup .layer-content:has(.popup-img) .popup-img:not(:has(.swiper-slide:nth-child(3))) .main-pop-swiper .swiper-slide {
    width: 100% !important;
    margin: unset !important;
  }
}
.layer-popup .layer-content:has(.popup-img) .popup-img:not(:has(.swiper-slide:nth-child(3))) + .popup-bottom {
  padding: 0 15px;
}
@media screen and (max-width: 1024px) {
  .layer-popup .layer-content:has(.popup-img) .popup-img:not(:has(.swiper-slide:nth-child(3))) + .popup-bottom {
    top: -45px;
    padding: 0 10px;
  }
}
@media screen and (max-width: 768px) {
  .layer-popup .layer-content:has(.popup-img) .popup-img:not(:has(.swiper-slide:nth-child(3))) + .popup-bottom {
    padding: 0 5px;
  }
}
@media screen and (max-width: 450px) {
  .layer-popup .layer-content:has(.popup-img) .popup-img:not(:has(.swiper-slide:nth-child(3))) + .popup-bottom {
    top: -17px;
    padding: 0;
  }
}
.layer-popup .layer-content:has(.popup-img) .popup-img:not(:has(.swiper-slide:nth-child(3))) + .popup-bottom .btn-pop-close {
  right: 15px !important;
}
@media screen and (max-width: 1024px) {
  .layer-popup .layer-content:has(.popup-img) .popup-img:not(:has(.swiper-slide:nth-child(3))) + .popup-bottom .btn-pop-close {
    right: 10px !important;
  }
}
@media screen and (max-width: 768px) {
  .layer-popup .layer-content:has(.popup-img) .popup-img:not(:has(.swiper-slide:nth-child(3))) + .popup-bottom .btn-pop-close {
    right: 5px !important;
  }
}
@media screen and (max-width: 450px) {
  .layer-popup .layer-content:has(.popup-img) .popup-img:not(:has(.swiper-slide:nth-child(3))) + .popup-bottom .btn-pop-close {
    right: 0 !important;
  }
}
.layer-popup .layer-content:has(.popup-img) .popup-img:not(:has(.swiper-slide:nth-child(2))) .main-pop-swiper {
  width: 460px;
}
@media screen and (max-width: 1500px) {
  .layer-popup .layer-content:has(.popup-img) .popup-img:not(:has(.swiper-slide:nth-child(2))) .main-pop-swiper {
    width: 29.73vw;
  }
}
@media screen and (max-width: 1024px) {
  .layer-popup .layer-content:has(.popup-img) .popup-img:not(:has(.swiper-slide:nth-child(2))) .main-pop-swiper {
    width: 30.7vw;
  }
}
@media screen and (max-width: 768px) {
  .layer-popup .layer-content:has(.popup-img) .popup-img:not(:has(.swiper-slide:nth-child(2))) .main-pop-swiper {
    width: 46.62vw;
  }
}
@media screen and (max-width: 450px) {
  .layer-popup .layer-content:has(.popup-img) .popup-img:not(:has(.swiper-slide:nth-child(2))) .main-pop-swiper {
    width: 100vw;
  }
}
.layer-popup .layer-content:has(.popup-img) .popup-img:not(:has(.swiper-slide:nth-child(2))) .main-pop-swiper .swiper-slide {
  width: 100% !important;
  margin: 0 !important;
}
.layer-popup .layer-content:has(.popup-img) .popup-img:not(:has(.swiper-slide:nth-child(2))) + .popup-bottom {
  padding: 0;
}
@media screen and (max-width: 768px) {
  .layer-popup .layer-content:has(.popup-img) .popup-img:not(:has(.swiper-slide:nth-child(2))) + .popup-bottom {
    top: -45px;
  }
}
.layer-popup .layer-content:has(.popup-img) .popup-img:not(:has(.swiper-slide:nth-child(2))) + .popup-bottom .btn-pop-close {
  right: 0 !important;
}
.layer-popup .layer-content:has(.popup-img) .popup-img .main-pop-swiper {
  max-width: 1440px;
  padding: 60px 0;
}
@media screen and (max-width: 1500px) {
  .layer-popup .layer-content:has(.popup-img) .popup-img .main-pop-swiper {
    max-width: calc(100vw - 100px);
  }
}
@media screen and (max-width: 1024px) {
  .layer-popup .layer-content:has(.popup-img) .popup-img .main-pop-swiper {
    max-width: calc(100vw - 40px);
  }
}
.layer-popup .layer-content:has(.popup-img) .popup-img .main-pop-swiper .swiper-slide {
  height: 500px;
}
@media screen and (max-width: 1500px) {
  .layer-popup .layer-content:has(.popup-img) .popup-img .main-pop-swiper .swiper-slide {
    height: 32.3vw;
  }
}
@media screen and (max-width: 1024px) {
  .layer-popup .layer-content:has(.popup-img) .popup-img .main-pop-swiper .swiper-slide {
    height: 33.3vw;
  }
}
@media screen and (max-width: 768px) {
  .layer-popup .layer-content:has(.popup-img) .popup-img .main-pop-swiper .swiper-slide {
    height: 51.5vw;
  }
}
@media screen and (max-width: 450px) {
  .layer-popup .layer-content:has(.popup-img) .popup-img .main-pop-swiper .swiper-slide {
    height: 96vw;
  }
}
.layer-popup .layer-content:has(.popup-img) .popup-img .main-pop-swiper .swiper-slide a {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  overflow: hidden;
}
.layer-popup .layer-content:has(.popup-img) .popup-img .main-pop-swiper .swiper-slide a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s;
}
.layer-popup .layer-content:has(.popup-img) .popup-img .main-pop-swiper .swiper-slide a:hover img {
  transform: scale(1.05);
}
.layer-popup .layer-content:has(.popup-img) .popup-img .main-pop-swiper .swiper-pagination {
  display: none;
  bottom: 0;
  font-size: 1.8rem;
  color: #fff;
}
@media screen and (max-width: 1024px) {
  .layer-popup .layer-content:has(.popup-img) .popup-img .main-pop-swiper .swiper-pagination {
    bottom: 5px;
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 768px) {
  .layer-popup .layer-content:has(.popup-img) .popup-img .main-pop-swiper .swiper-pagination {
    bottom: 25px;
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 450px) {
  .layer-popup .layer-content:has(.popup-img) .popup-img .main-pop-swiper .swiper-pagination {
    display: block;
  }
}
.layer-popup .layer-content:has(.popup-img) .popup-img .main-pop-swiper .swiper-pagination span {
  color: #fff;
}
.layer-popup .layer-content:has(.popup-img) .popup-img .main-pop-swiper .swiper-pagination .swiper-pagination-current {
  font-size: 2.4rem;
  font-weight: 700;
}
@media screen and (max-width: 1024px) {
  .layer-popup .layer-content:has(.popup-img) .popup-img .main-pop-swiper .swiper-pagination .swiper-pagination-current {
    font-size: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .layer-popup .layer-content:has(.popup-img) .popup-img .main-pop-swiper .swiper-pagination .swiper-pagination-current {
    font-size: 1.7rem;
  }
}
.layer-popup .layer-content:has(.popup-img) .popup-img .main-pop-swiper .swiper-pagination .swiper-pagination-total {
  font-size: 1.8rem;
}
@media screen and (max-width: 1024px) {
  .layer-popup .layer-content:has(.popup-img) .popup-img .main-pop-swiper .swiper-pagination .swiper-pagination-total {
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 768px) {
  .layer-popup .layer-content:has(.popup-img) .popup-img .main-pop-swiper .swiper-pagination .swiper-pagination-total {
    font-size: 1.5rem;
  }
}
.layer-popup .layer-content:has(.popup-img) .popup-img .swiper-button-prev, .layer-popup .layer-content:has(.popup-img) .popup-img .swiper-button-next {
  top: 50%;
  width: 40px;
  height: 40px;
  mask: url("../images/icon_svg/icon_swiper_arrow.svg") no-repeat center;
  -webkit-mask: url("../images/icon_svg/icon_swiper_arrow.svg") no-repeat center;
  background-color: #fff;
  transition: background-color 0.3s, left 0.3s, right 0.3s;
}
@media screen and (max-width: 1024px) {
  .layer-popup .layer-content:has(.popup-img) .popup-img .swiper-button-prev, .layer-popup .layer-content:has(.popup-img) .popup-img .swiper-button-next {
    display: none;
  }
}
.layer-popup .layer-content:has(.popup-img) .popup-img .swiper-button-prev::after, .layer-popup .layer-content:has(.popup-img) .popup-img .swiper-button-next::after {
  display: none;
}
.layer-popup .layer-content:has(.popup-img) .popup-img .swiper-button-prev:hover, .layer-popup .layer-content:has(.popup-img) .popup-img .swiper-button-next:hover {
  background-color: #FB9A02;
}
.layer-popup .layer-content:has(.popup-img) .popup-img .swiper-button-prev {
  transform: translateY(-50%) rotate(180deg);
  left: -70px;
}
@media screen and (max-width: 1500px) {
  .layer-popup .layer-content:has(.popup-img) .popup-img .swiper-button-prev {
    left: -50px;
  }
}
.layer-popup .layer-content:has(.popup-img) .popup-img .swiper-button-prev:hover {
  left: -75px;
}
@media screen and (max-width: 1500px) {
  .layer-popup .layer-content:has(.popup-img) .popup-img .swiper-button-prev:hover {
    left: -55px;
  }
}
.layer-popup .layer-content:has(.popup-img) .popup-img .swiper-button-next {
  right: -70px;
  transform: translateY(-50%);
}
@media screen and (max-width: 1500px) {
  .layer-popup .layer-content:has(.popup-img) .popup-img .swiper-button-next {
    right: -50px;
  }
}
.layer-popup .layer-content:has(.popup-img) .popup-img .swiper-button-next:hover {
  right: -75px;
}
@media screen and (max-width: 1500px) {
  .layer-popup .layer-content:has(.popup-img) .popup-img .swiper-button-next:hover {
    right: -55px;
  }
}
.layer-popup .layer-content:has(.popup-img) .popup-bottom {
  position: relative;
  top: -40px;
  z-index: 11;
}
@media screen and (max-width: 450px) {
  .layer-popup .layer-content:has(.popup-img) .popup-bottom {
    top: -17px;
  }
}
.layer-popup .layer-content:has(.popup-img) .popup-bottom .btn-today-close {
  position: relative;
  display: inline-block;
  height: 48px;
  line-height: 46px;
  padding: 0 20px;
  font-size: 1.8rem;
  color: #fff;
  background: none;
  border: 1px solid #fff;
  border-radius: 25px;
  cursor: pointer;
}
@media screen and (max-width: 1024px) {
  .layer-popup .layer-content:has(.popup-img) .popup-bottom .btn-today-close {
    height: 38px;
    line-height: 36px;
    padding: 0 10px;
    font-size: 1.4rem;
  }
}
.layer-popup .layer-content:has(.popup-img) .popup-bottom .btn-today-close label {
  display: block;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.layer-popup .layer-content:has(.popup-img) .popup-bottom .btn-today-close label::before {
  display: inline-block;
  content: "";
  width: 20px;
  height: 20px;
  margin: -2px 7px 0 0;
  border: 2px solid #ddd;
  border-radius: 3px;
  vertical-align: middle;
}
@media screen and (max-width: 1024px) {
  .layer-popup .layer-content:has(.popup-img) .popup-bottom .btn-today-close label::before {
    width: 16px;
    height: 16px;
    margin: -3px 4px 0 0;
  }
}
.layer-popup .layer-content:has(.popup-img) .popup-bottom .btn-today-close::before {
  display: block;
  content: "";
  position: absolute;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  inset: 0;
  background: linear-gradient(107.56deg, #ED193F 0%, #F58220 50%, #FCAF17 100%);
  opacity: 0;
  border-radius: 25px;
  z-index: -1;
  transition: opacity 0.3s ease;
}
@media (hover: hover) and (pointer: fine) {
  .layer-popup .layer-content:has(.popup-img) .popup-bottom .btn-today-close:hover {
    border: 1px solid transparent;
  }
  .layer-popup .layer-content:has(.popup-img) .popup-bottom .btn-today-close:hover::before {
    opacity: 1;
  }
}
.layer-popup .layer-content:has(.popup-img) .popup-bottom .btn-today-close .btn-today-close {
  width: 24px;
  height: 24px;
  background: url("../images/icon_svg/icon_checked.svg") no-repeat center;
}
.layer-popup .layer-content:has(.popup-img) .popup-bottom .btn-today-close input[type=checkbox] {
  display: none;
}
.layer-popup .layer-content:has(.popup-img) .popup-bottom .btn-today-close input[type=checkbox]:checked + .icon-check::before {
  background: #FB9A02 url("../images/icon_svg/icon_checked.svg") no-repeat center;
  background-size: 1.2rem 1rem;
  border: 2px solid #FB9A02;
}
.layer-popup .layer-content:has(.popup-img) .popup-bottom .btn-pop-close {
  position: absolute;
  top: unset;
  bottom: 0 !important;
  right: 0 !important;
  width: auto;
  height: 48px;
  line-height: 46px;
  padding: 0 20px;
  font-size: 1.8rem;
  color: #fff;
  background: none;
  border: 1px solid #fff;
  border-radius: 25px;
  text-indent: 0;
}
@media screen and (max-width: 1024px) {
  .layer-popup .layer-content:has(.popup-img) .popup-bottom .btn-pop-close {
    height: 38px;
    line-height: 36px;
    padding: 0 10px;
    font-size: 1.4rem;
  }
}
.layer-popup .layer-content:has(.popup-img) .popup-bottom .btn-pop-close::after {
  display: inline-block;
  content: "";
  width: 24px;
  height: 24px;
  margin: -3px 0 0 5px;
  background: url("../images/icon_svg/icon_close.svg") no-repeat center;
  background-size: 24px 24px;
  vertical-align: middle;
}
@media screen and (max-width: 1024px) {
  .layer-popup .layer-content:has(.popup-img) .popup-bottom .btn-pop-close::after {
    width: 18px;
    height: 18px;
    margin: -2px 0 0 2px;
    background-size: 18px 18px;
  }
}
.layer-popup .layer-content:has(.popup-img) .popup-bottom .btn-pop-close::before {
  display: block;
  content: "";
  position: absolute;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  inset: 0;
  background: linear-gradient(107.56deg, #ED193F 0%, #F58220 50%, #FCAF17 100%);
  opacity: 0;
  border-radius: 25px;
  z-index: -1;
  transition: opacity 0.3s ease;
}
@media (hover: hover) and (pointer: fine) {
  .layer-popup .layer-content:has(.popup-img) .popup-bottom .btn-pop-close:hover {
    border: 1px solid transparent;
  }
  .layer-popup .layer-content:has(.popup-img) .popup-bottom .btn-pop-close:hover::before {
    opacity: 1;
  }
}
.layer-popup .layer-content .btn-close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 30px;
  height: 30px;
  background: url("../images/icon_svg/icon_close_b.svg") no-repeat center;
  text-indent: -9999px;
}
.layer-popup .layer-header {
  padding-bottom: 15px;
  border-bottom: 1px solid #222;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .layer-popup .layer-header {
    padding-bottom: 5px;
  }
}
.layer-popup .layer-header h3 {
  font-size: 2.4rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .layer-popup .layer-header h3 {
    font-size: 2rem;
  }
}
.layer-popup .layer-body {
  padding-top: 20px;
}
@media screen and (max-width: 768px) {
  .layer-popup .layer-body {
    padding-top: 15px;
  }
}
.layer-popup .layer-body .terms-wraper {
  padding: 7px 3px;
}
@media screen and (max-width: 768px) {
  .layer-popup .layer-body .terms-wraper {
    padding: 0 3px;
  }
}
.layer-popup .layer-body .terms-wraper-inner {
  max-height: 450px;
  padding: 7px 11px;
  overflow-y: scroll;
}
.layer-popup .layer-body .terms-wraper-inner h4 {
  margin: 10px 0 5px;
  font-size: 1.4rem;
}
.layer-popup .layer-body .terms-wraper-inner ul li, .layer-popup .layer-body .terms-wraper-inner p {
  font-size: 1.3rem;
}
.layer-popup .layer-body .terms-wraper-inner .decimal {
  margin-left: 16px;
}
.layer-popup .layer-body .terms-wraper-inner .decimal > li {
  margin-bottom: 0;
}
.layer-popup .layer-body .terms-wraper-inner .decimal > li::before {
  margin-left: -16px;
}
.layer-popup .layer-body .terms-wraper-inner::-webkit-scrollbar {
  width: 6px;
}
.layer-popup .layer-body .terms-wraper-inner::-webkit-scrollbar-button {
  display: none;
}
.layer-popup .layer-body .terms-wraper-inner::-webkit-scrollbar-thumb {
  background: #aaa;
  border-radius: 5px;
}
.layer-popup .layer-body .message {
  font-size: 2rem;
  margin-bottom: 15px;
  padding: 20px 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .layer-popup .layer-body .message {
    margin-bottom: 5px;
    font-size: 1.6rem;
  }
}
.layer-popup .layer-body > h4 {
  margin-top: 10px;
  font-size: 3rem;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .layer-popup .layer-body > h4 {
    font-size: 2rem;
  }
}
.layer-popup .layer-footer .button-group {
  align-items: center;
}
.layer-popup .layer-footer .button-group .btn {
  padding: 0;
  height: 48px;
  border-radius: 24px;
}
@media screen and (max-width: 768px) {
  .layer-popup .layer-footer .button-group .btn {
    height: 39px;
  }
}
.layer-popup .layer-footer .button-group .btn::after {
  border-radius: 24px;
}
.layer-popup.res-popup .layer-content .btn-close {
  width: 40px;
  height: 40px;
  background-size: 40px 40px;
}
@media screen and (max-width: 768px) {
  .layer-popup.res-popup .layer-content .btn-close {
    width: 30px;
    height: 30px;
    background-size: 30px;
  }
}
.layer-popup.res-popup .layer-content .layer-footer .button-group {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .layer-popup.res-popup .layer-content .layer-footer .button-group {
    flex-direction: column;
  }
}
.layer-popup.res-popup .layer-content .layer-footer .button-group a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  height: 72px;
  line-height: 72px;
  font-size: 2.2rem;
  font-weight: 700;
  color: #fff;
  border-radius: 12px;
}
@media screen and (max-width: 768px) {
  .layer-popup.res-popup .layer-content .layer-footer .button-group a {
    font-size: 1.8rem;
  }
}
.layer-popup.res-popup .layer-content .layer-footer .button-group a span {
  transition: color 0.3s;
}
.layer-popup.res-popup .layer-content .layer-footer .button-group a::before {
  display: block;
  content: "";
  width: 34px;
  height: 34px;
  background-color: #fff;
  mask-size: cover !important;
  transition: background-color 0.3s;
}
@media screen and (max-width: 768px) {
  .layer-popup.res-popup .layer-content .layer-footer .button-group a::before {
    width: 30px;
    height: 30px;
  }
}
.layer-popup.res-popup .layer-content .layer-footer .button-group a.btn-res1 {
  background-color: #FB9A02;
  border: 2px solid #FB9A02;
}
.layer-popup.res-popup .layer-content .layer-footer .button-group a.btn-res1::before {
  mask: url("../images/icon_pages/icon_res_check_b.svg") no-repeat;
  -webkit-mask: url("../images/icon_pages/icon_res_check_b.svg") no-repeat;
}
.layer-popup.res-popup .layer-content .layer-footer .button-group a.btn-res2 {
  background-color: #5B9F34;
  border: 2px solid #5B9F34;
}
.layer-popup.res-popup .layer-content .layer-footer .button-group a.btn-res2::before {
  mask: url("../images/icon_pages/icon_res_check_a.svg") no-repeat;
  -webkit-mask: url("../images/icon_pages/icon_res_check_a.svg") no-repeat;
}
.layer-popup.res-popup .layer-content .layer-footer .button-group a:hover {
  background-color: #fff;
}
.layer-popup.res-popup .layer-content .layer-footer .button-group a:hover.btn-res1::before {
  background-color: #FB9A02;
}
.layer-popup.res-popup .layer-content .layer-footer .button-group a:hover.btn-res1 span {
  color: #FB9A02;
}
.layer-popup.res-popup .layer-content .layer-footer .button-group a:hover.btn-res2::before {
  background-color: #5B9F34;
}
.layer-popup.res-popup .layer-content .layer-footer .button-group a:hover.btn-res2 span {
  color: #5B9F34;
}

.terms-title {
  margin-bottom: 50px;
  font-size: 6rem;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .terms-title {
    margin-bottom: 35px;
    font-size: 4.6rem;
  }
}
@media screen and (max-width: 768px) {
  .terms-title {
    margin-bottom: 25px;
    font-size: 3.2rem;
  }
}

.terms-wraper {
  padding: 40px;
  border: 1px solid #ddd;
  border-radius: 10px;
}
@media screen and (max-width: 1024px) {
  .terms-wraper {
    padding: 25px;
  }
}
@media screen and (max-width: 768px) {
  .terms-wraper {
    padding: 14px;
  }
}
.terms-wraper-inner h4 {
  margin: 15px 0 5px;
  font-size: 2rem;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .terms-wraper-inner h4 {
    font-size: 1.7rem;
  }
}
.terms-wraper-inner ul li, .terms-wraper-inner p {
  margin-bottom: 5px;
  font-size: 1.8rem;
  font-weight: 400;
  word-break: keep-all;
}
@media screen and (max-width: 768px) {
  .terms-wraper-inner ul li, .terms-wraper-inner p {
    font-size: 1.5rem;
  }
}
.terms-wraper-inner .decimal {
  margin-left: 20px;
}
.terms-wraper-inner .decimal > li {
  margin-bottom: 0;
}
.terms-wraper-inner .decimal > li:nth-child(1)::before {
  content: "①";
}
.terms-wraper-inner .decimal > li:nth-child(2)::before {
  content: "②";
}
.terms-wraper-inner .decimal > li:nth-child(3)::before {
  content: "③";
}
.terms-wraper-inner .decimal > li:nth-child(4)::before {
  content: "④";
}
.terms-wraper-inner .decimal > li:nth-child(5)::before {
  content: "⑤";
}
.terms-wraper-inner .decimal > li:nth-child(6)::before {
  content: "⑥";
}
.terms-wraper-inner .decimal > li:nth-child(7)::before {
  content: "⑦";
}
.terms-wraper-inner .decimal > li:nth-child(8)::before {
  content: "⑧";
}
.terms-wraper-inner .decimal > li::before {
  margin-left: -20px;
}
.terms-wraper-inner .decimal2 {
  margin-left: 15px;
}
.terms-wraper-inner .decimal2 > li {
  list-style: decimal;
}
.terms-wraper-inner .circle {
  margin-left: 0;
}
.terms-wraper-inner .circle > li {
  margin-bottom: 0;
}
.terms-wraper-inner .circle > li::before {
  display: inline-block;
  content: "";
  width: 3px;
  height: 3px;
  margin: -2px 4px 0 0;
  background-color: #444;
  border-radius: 50%;
  vertical-align: middle;
}

/* 이미지 갤러리 팝업 */
.image-gallery-popup .layer-dim {
  background: rgba(0, 0, 0, 0.7);
}
.image-gallery-popup .popup-container {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.image-gallery-popup .popup-container .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}
.image-gallery-popup .popup-container .swiper-slide img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.image-gallery-popup .popup-container .swiper-button-prev, .image-gallery-popup .popup-container .swiper-button-next {
  width: 80px;
  height: 80px;
  margin-top: unset;
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.8);
  border-radius: 50%;
}
@media screen and (max-width: 768px) {
  .image-gallery-popup .popup-container .swiper-button-prev, .image-gallery-popup .popup-container .swiper-button-next {
    width: 35px;
    height: 35px;
    background: rgba(34, 34, 34, 0.8);
  }
}
.image-gallery-popup .popup-container .swiper-button-prev::after, .image-gallery-popup .popup-container .swiper-button-next::after {
  display: block;
  content: "";
  width: 40px;
  height: 40px;
  mask: url("../images/icon_svg/icon_swiper_arrow.svg") no-repeat center;
  -webkit-mask: url("../images/icon_svg/icon_swiper_arrow.svg") no-repeat center;
  background-color: #222;
  mask-size: cover !important;
  transition: background-color 0.3s, transform 0.3s;
}
@media screen and (max-width: 768px) {
  .image-gallery-popup .popup-container .swiper-button-prev::after, .image-gallery-popup .popup-container .swiper-button-next::after {
    width: 25px;
    height: 25px;
    background-color: #fff;
  }
}
@media (hover: hover) and (pointer: fine) {
  .image-gallery-popup .popup-container .swiper-button-prev:hover::after, .image-gallery-popup .popup-container .swiper-button-next:hover::after {
    background-color: #FB9A02;
  }
}
@media screen and (max-width: 768px) {
  .image-gallery-popup .popup-container .swiper-button-prev {
    left: 5px;
  }
}
.image-gallery-popup .popup-container .swiper-button-prev::after {
  transform: rotate(180deg);
}
@media screen and (max-width: 768px) {
  .image-gallery-popup .popup-container .swiper-button-prev::after {
    transform: rotate(180deg) translateX(3px);
  }
}
@media (hover: hover) and (pointer: fine) {
  .image-gallery-popup .popup-container .swiper-button-prev:hover::after {
    transform: translateX(-12px) rotate(180deg);
  }
}
@media screen and (max-width: 768px) {
  .image-gallery-popup .popup-container .swiper-button-next {
    right: 5px;
  }
}
@media screen and (max-width: 768px) {
  .image-gallery-popup .popup-container .swiper-button-next:after {
    transform: translateX(3px);
  }
}
@media (hover: hover) and (pointer: fine) {
  .image-gallery-popup .popup-container .swiper-button-next:hover::after {
    transform: translateX(12px);
  }
}
.image-gallery-popup .btn-close {
  position: absolute;
  bottom: 80px;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  height: 100px;
  font-size: 1.8rem;
  font-weight: 500;
  color: #fff;
  background: rgba(34, 34, 34, 0.8);
  border-radius: 50%;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .image-gallery-popup .btn-close {
    bottom: 30px;
    width: 58px;
    height: 58px;
    font-size: 1.4rem;
  }
}
.image-gallery-popup .btn-close::before {
  display: block;
  content: "";
  width: 32px;
  height: 32px;
  margin: 0 auto 8px;
  mask: url("../images/icon_svg/icon_close_b.svg") no-repeat;
  -webkit-mask: url("../images/icon_svg/icon_close_b.svg") no-repeat;
  background-color: #fff;
  transition: transform 0.3s;
}
@media screen and (max-width: 768px) {
  .image-gallery-popup .btn-close::before {
    width: 20px;
    height: 20px;
    margin: 0 auto 1px;
    mask-size: 20px 20px;
  }
}
.image-gallery-popup .btn-close:hover::before {
  background-color: #FB9A02;
  transform: rotate(90deg);
}
.image-gallery-popup .btn-close:hover span {
  color: #FB9A02;
}

@keyframes rotateText {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.circle-btn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 90px;
  height: 90px;
  cursor: pointer;
  z-index: 10;
}
@media screen and (max-width: 1024px) {
  .circle-btn {
    width: 27px;
    height: 42px;
  }
}
.circle-btn .circle-text {
  width: 100%;
  height: 100%;
  fill: #ED193F;
  font-size: 1.4rem;
  letter-spacing: 0.3em;
}
@media screen and (max-width: 1024px) {
  .circle-btn .circle-text {
    display: none;
  }
}
.circle-btn .center-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-weight: bold;
  font-size: 1.6rem;
  color: #ED193F;
}
@media screen and (max-width: 1024px) {
  .circle-btn .center-text {
    font-size: 1.4rem;
  }
}
.circle-btn .center-text::before {
  display: none;
  content: "";
  width: 22px;
  height: 22px;
  margin: 0 auto;
  mask: url("../images/icon_svg/icon_swiper_arrow.svg") no-repeat;
  -webkit-mask: url("../images/icon_svg/icon_swiper_arrow.svg") no-repeat;
  background-color: #ED193F;
  mask-size: 22px 22px;
  transform: rotate(270deg);
}
@media screen and (max-width: 1024px) {
  .circle-btn .center-text::before {
    display: block;
  }
}
.circle-btn:hover .circle-text {
  animation: rotateText 5s linear infinite;
}

.en .sdw-box .title span {
  font-size: 2.2rem;
}
@media screen and (max-width: 1024px) {
  .en .sdw-box .title span {
    font-size: 1.8rem;
  }
}
.en .sdw-box .title span em {
  font-size: 2rem;
}
.en header nav > ul > li > a {
  font-size: 1.8rem;
}
@media screen and (max-width: 1500px) {
  .en header nav > ul > li > a {
    font-size: clamp(1.4rem, 1.3vw, 1.8rem);
  }
}
@media screen and (max-width: 1024px) {
  .en header nav > ul > li > a {
    font-size: clamp(1.6rem, 1.5vw, 2rem);
  }
}
.en header nav .gnb-banner {
  right: 20px;
}
@media screen and (max-width: 1700px) {
  .en header nav .gnb-banner {
    right: 10px;
  }
}
.en header .gnb-aside {
  width: 420px;
}
@media screen and (max-width: 1500px) {
  .en header .gnb-aside {
    width: 123px;
  }
}
.en .sub-top-title p {
  font-size: 2.4rem;
}
@media screen and (max-width: 1500px) {
  .en .sub-top-title p {
    font-size: clamp(2rem, 2vw, 2.4rem);
  }
}
@media screen and (max-width: 1024px) {
  .en .sub-top-title p {
    font-size: clamp(1.6rem, 2.2vw, 2rem);
  }
}
@media screen and (max-width: 768px) {
  .en .sub-top .breadcrumbs {
    gap: 0;
  }
}
@media screen and (max-width: 768px) {
  .en .sub-top .breadcrumbs .bc-item {
    width: 158px;
    padding-left: 5px;
  }
}
.en .sub-top .breadcrumbs .bc-item > div {
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .en .sub-top .breadcrumbs .bc-item > div {
    font-size: 1.2rem;
  }
}
.en .sub-top .breadcrumbs .bc-item ul li a {
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .en .sub-top .breadcrumbs .bc-item ul li a {
    font-size: 1.2rem;
  }
}
.en .sub .container .board-top-tab li {
  width: auto;
  min-width: 100px;
  padding: 0 15px;
}
@media screen and (max-width: 1024px) {
  .en .sub .container .board-top-tab li {
    min-width: 90px;
  }
}
@media screen and (max-width: 768px) {
  .en .sub .container .board-top-tab li {
    min-width: 60px;
    padding: 0 10px;
  }
}
@media screen and (max-width: 768px) {
  .en .sub .container .board-top-tab li a {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 768px) {
  .en .sub .container .board-wrap .board-list-body#faqList li > a {
    flex-direction: column;
    align-items: flex-start;
  }
}
.en .sub .container .board-wrap .board-list-body li > a > span.category {
  width: 110px;
}
@media screen and (max-width: 1024px) {
  .en .sub .container .board-wrap .board-list-body li > a > span.category {
    margin: 0 0 0 10px;
  }
}
@media screen and (max-width: 768px) {
  .en .sub .container .board-wrap .board-list-body li > a > span.category {
    flex-direction: row;
    gap: 5px;
  }
}
@media screen and (max-width: 768px) {
  .en .sub .container .board-wrap .board-list-body li > a > span.category i {
    width: 20px;
    height: 20px;
    mask-size: 20px 20px !important;
  }
}
.en .sub .container .board-wrap .board-list-body li > a > span.category + .title {
  padding: 0 20px 0 40px;
}
@media screen and (max-width: 768px) {
  .en .sub .container .board-wrap .board-list-body li > a > span.category + .title {
    padding: 6px 30px 0 12px;
    font-size: 1.5rem;
    white-space: wrap;
  }
}
@media screen and (max-width: 768px) {
  .en .sub .container .board-wrap .board-list-body li > a:has(.category) > i {
    position: absolute;
    top: 30px;
    right: 5px;
  }
}
.en .sub .container .board-wrap .board-list-body li > div .answer {
  width: 110px;
}
@media screen and (max-width: 768px) {
  .en .sub .container .board-wrap .board-list-body li > div .answer {
    display: none;
  }
}
.en .sub .container .board-wrap .board-list-body li > div .answer-text {
  margin-left: 150px;
}
@media screen and (max-width: 1024px) {
  .en .sub .container .board-wrap .board-list-body li > div .answer-text {
    margin-left: 140px;
  }
}
@media screen and (max-width: 768px) {
  .en .sub .container .board-wrap .board-list-body li > div .answer-text {
    margin-left: 12px;
  }
}

@media screen and (max-width: 768px) {
  .en footer .footer-wrap .footer-content .footer-info-wrap .footer-info, .cn footer .footer-wrap .footer-content .footer-info-wrap .footer-info {
    margin-top: 15px;
    line-height: 1.7;
  }
}

/* main */
main {
  position: relative;
}
main .video-bg {
  position: fixed;
  top: -1px;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: -1;
  overflow: hidden;
  background: #000;
}
@media screen and (max-width: 1024px) {
  main .video-bg {
    height: 136vw;
    max-height: 700px;
  }
}
main .video-bg iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100vw;
  height: 56.25vw; /* 16:9 비율 */
  min-height: 100vh;
  min-width: 177.77vh; /* 16:9 비율 */
  transform: translate(-50%, -50%);
  pointer-events: none; /* 클릭 방지 (배경용) */
}
main .main-top {
  position: relative;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  background: url("../images/main/bg-bottom.png") no-repeat center bottom;
  background-size: contain;
}
@media screen and (max-width: 1024px) {
  main .main-top {
    height: 136vw;
    max-height: 700px;
  }
}
main .main-top h1 {
  font-weight: 700;
  padding: 0 20px;
  word-break: keep-all;
}
main .main-top h1 .type1 {
  font-size: 7.4rem;
  letter-spacing: -0.02em;
  color: transparent;
  -webkit-text-stroke-width: 1.2px;
  -webkit-text-stroke-color: #fff;
}
@media screen and (max-width: 1500px) {
  main .main-top h1 .type1 {
    font-size: clamp(6.4rem, 4.9vw, 7.4rem);
  }
}
@media screen and (max-width: 1024px) {
  main .main-top h1 .type1 {
    -webkit-text-stroke-width: 0.5px;
    font-size: clamp(3.2rem, 8.3vw, 6.9rem);
  }
}
main .main-top h1 .type2 {
  font-size: 7.7rem;
  color: #fff;
  letter-spacing: -0.02em;
}
@media screen and (max-width: 1500px) {
  main .main-top h1 .type2 {
    font-size: clamp(6.7rem, 5.1vw, 7.7rem);
  }
}
@media screen and (max-width: 1024px) {
  main .main-top h1 .type2 {
    font-size: clamp(3.8rem, 7.8vw, 7.2rem);
  }
}
@media screen and (max-width: 1024px) {
  main .main-top h1 span {
    display: block;
    line-height: 1.3;
  }
}
main .main-top h2 {
  margin-top: 15px;
  padding: 0 20px;
  font-size: 3.2rem;
  color: #fff;
  line-height: 1.3;
  word-break: keep-all;
}
@media screen and (max-width: 1024px) {
  main .main-top h2 {
    font-size: clamp(1.6rem, 3vw, 3.2rem);
  }
}
main {
  /* 메인 배너 배경 (영상 대체) */
}
main #main-banner-bg {
  position: relative;
  width: 100%;
  height: 100vh;
}
@media screen and (max-width: 1024px) {
  main #main-banner-bg {
    height: 136vw;
    max-height: 700px;
  }
}
main #main-banner-bg::after {
  display: block;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 10.4vw;
  background: url("../images/main/bg-bottom.png") no-repeat bottom center;
  background-size: cover;
  z-index: 10;
}
main #main-banner-bg .swiper-slide a {
  display: block;
  width: 100%;
  height: 100%;
}
main #main-banner-bg .swiper-slide a img {
  width: 100%;
  height: 100vh;
  object-fit: cover;
}
@media screen and (max-width: 1024px) {
  main #main-banner-bg .swiper-slide a img {
    height: 136vw;
    max-height: 700px;
  }
}
main #main-banner-bg .swiper-slide a .main-banner-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
  z-index: 2;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.5);
}
main #main-banner-bg .swiper-slide a .main-banner-copy h3 {
  padding: 0 20px;
  font-size: 7.7rem;
  font-weight: 700;
  color: #fff;
  letter-spacing: -0.02em;
  line-height: 1.3;
  word-break: keep-all;
}
@media screen and (max-width: 1500px) {
  main #main-banner-bg .swiper-slide a .main-banner-copy h3 {
    font-size: clamp(6.7rem, 5.1vw, 7.7rem);
  }
}
@media screen and (max-width: 1024px) {
  main #main-banner-bg .swiper-slide a .main-banner-copy h3 {
    font-size: clamp(3.8rem, 7.8vw, 7.2rem);
  }
}
main #main-banner-bg .swiper-slide a .main-banner-copy p {
  margin-top: 20px;
  padding: 0 20px;
  font-size: 3.2rem;
  color: #fff;
  line-height: 1.3;
  word-break: keep-all;
}
@media screen and (max-width: 1024px) {
  main #main-banner-bg .swiper-slide a .main-banner-copy p {
    font-size: clamp(1.6rem, 3vw, 3.2rem);
  }
}
main #main-banner-bg .swiper-slide a[href^=javascript] {
  cursor: default !important;
  pointer-events: none !important;
}
main #main-banner-bg .main-banner-paging {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, 200px);
  width: 120px;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  main #main-banner-bg .main-banner-paging {
    transform: translate(-50%, 170px);
  }
}
main #main-banner-bg .main-banner-paging .swiper-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 14px;
}
@media screen and (max-width: 768px) {
  main #main-banner-bg .main-banner-paging .swiper-pagination {
    gap: 9px;
  }
}
main #main-banner-bg .main-banner-paging .swiper-pagination .swiper-pagination-bullet {
  position: relative;
  width: 20px;
  height: 20px;
  margin: 0;
  opacity: 1;
  background-color: transparent;
}
@media screen and (max-width: 1024px) {
  main #main-banner-bg .main-banner-paging .swiper-pagination .swiper-pagination-bullet {
    width: 15px;
    height: 15px;
  }
}
main #main-banner-bg .main-banner-paging .swiper-pagination .swiper-pagination-bullet::after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #fff;
}
main #main-banner-bg .main-banner-paging .swiper-pagination .swiper-pagination-bullet-active::after {
  width: 20px;
  height: 20px;
  border: 4px solid #fff;
  background-color: transparent;
}
@media screen and (max-width: 1024px) {
  main #main-banner-bg .main-banner-paging .swiper-pagination .swiper-pagination-bullet-active::after {
    width: 15px;
    height: 15px;
  }
}
main .bg-icon-wrapper {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 0;
  overflow: hidden;
  background-color: #fff;
  pointer-events: none;
}
main .bg-icon-wrapper .bg-icon {
  position: absolute;
  display: block;
  mix-blend-mode: multiply;
  opacity: 0.7;
}
main .main-station {
  height: 100vh;
  min-height: 700px;
  position: relative;
  background-color: transparent;
}
@media screen and (max-width: 1500px) {
  main .main-station {
    height: auto;
    min-height: auto;
    padding: 150px 0;
  }
}
@media screen and (max-width: 1024px) {
  main .main-station {
    padding: 90px 0;
  }
}
@media screen and (max-width: 768px) {
  main .main-station {
    padding: 60px 0;
  }
}
@media screen and (max-width: 1500px) {
  main .main-station.main-station-reverse {
    padding: 0;
  }
}
main .main-station.main-station-reverse .station-box {
  flex-direction: row-reverse;
}
@media screen and (max-width: 1024px) {
  main .main-station.main-station-reverse .station-box {
    flex-direction: column-reverse;
  }
}
main .main-station.main-station-reverse .station-box-r h3 .type1 {
  color: #fff;
}
main .main-station.main-station-reverse .station-box-r h3 .type2 {
  -webkit-text-stroke-color: #fff;
}
main .main-station.main-station-reverse .station-box-r p {
  color: #fff;
}
@media screen and (max-width: 1500px) {
  main .main-station.main-station-reverse + .main-station {
    padding: 150px 0 130px;
  }
}
@media screen and (max-width: 1024px) {
  main .main-station.main-station-reverse + .main-station {
    padding: 90px 0 80px;
  }
}
@media screen and (max-width: 768px) {
  main .main-station.main-station-reverse + .main-station {
    padding: 60px 0;
  }
}
main .main-station .station-box {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 80px;
  width: 1400px;
  height: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 1500px) {
  main .main-station .station-box {
    gap: 50px;
    width: 100%;
    padding: 0 50px;
  }
}
@media screen and (max-width: 1024px) {
  main .main-station .station-box {
    flex-direction: column-reverse;
    gap: 10vw;
    padding: 0;
  }
}
@media screen and (max-width: 1500px) {
  main .main-station .station-box-l {
    width: 55%;
  }
}
@media screen and (max-width: 1024px) {
  main .main-station .station-box-l {
    width: 100%;
  }
}
main .main-station .station-box-l a {
  display: block;
  position: relative;
  width: 780px;
  height: 660px;
}
@media screen and (max-width: 1500px) {
  main .main-station .station-box-l a {
    width: 100%;
    height: 43vw;
  }
}
@media screen and (max-width: 1024px) {
  main .main-station .station-box-l a {
    height: 80vw;
  }
}
main .main-station .station-box-l a .station-image {
  width: 100%;
  height: 100%;
  border-radius: 60px;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  main .main-station .station-box-l a .station-image {
    border-radius: 0;
  }
}
@media screen and (max-width: 768px) {
  main .main-station .station-box-l a .station-image.pc-only {
    display: none;
  }
}
main .main-station .station-box-l a .station-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s;
}
main .main-station .station-box-l a .station-image.mo-only {
  display: none;
}
@media screen and (max-width: 768px) {
  main .main-station .station-box-l a .station-image.mo-only {
    display: block;
  }
}
main .main-station .station-box-l a .label {
  position: absolute;
  top: 80px;
  left: -40px;
  display: flex;
  align-items: center;
  gap: 10px;
  height: 64px;
  padding: 0 90px 0 20px;
  z-index: 1002;
}
@media screen and (max-width: 1500px) {
  main .main-station .station-box-l a .label {
    top: 10%;
    gap: 7px;
    height: 3.8vw;
    padding: 0 110px 0 15px;
    background-size: 18.1vw !important;
  }
}
@media screen and (max-width: 1024px) {
  main .main-station .station-box-l a .label {
    top: -3.3vw;
    left: 20px;
    height: 6.6vw;
    background-size: 31.7vw !important;
  }
}
@media screen and (max-width: 768px) {
  main .main-station .station-box-l a .label {
    top: -20px;
    height: 40px;
    background-size: contain !important;
  }
}
main .main-station .station-box-l a .label.label1 {
  background: url("../images/main/main_label1.png") no-repeat;
}
main .main-station .station-box-l a .label.label2 {
  background: url("../images/main/main_label2.png") no-repeat;
}
main .main-station .station-box-l a .label.label2 span {
  color: #FB9A02;
}
main .main-station .station-box-l a .label.label2 i {
  background-color: #FB9A02;
}
main .main-station .station-box-l a .label.label2 i::before, main .main-station .station-box-l a .label.label2 i::after {
  background-color: #fff;
}
main .main-station .station-box-l a .label.label3 {
  background: url("../images/main/main_label3.png") no-repeat;
}
main .main-station .station-box-l a .label.label3 i::before, main .main-station .station-box-l a .label.label3 i::after {
  background-color: #5B9F34;
}
main .main-station .station-box-l a .label span {
  font-size: 2.8rem;
  font-weight: 500;
  color: #fff;
}
@media screen and (max-width: 1500px) {
  main .main-station .station-box-l a .label span {
    font-size: clamp(1.6rem, 1.7vw, 2.4rem);
  }
}
@media screen and (max-width: 1024px) {
  main .main-station .station-box-l a .label span {
    font-size: clamp(1.8rem, 2.7vw, 2.8rem);
  }
}
@media screen and (max-width: 768px) {
  main .main-station .station-box-l a .label span {
    font-size: 1.8rem;
  }
}
main .main-station .station-box-l a .label i {
  display: inline-block;
  position: relative;
  width: 38px;
  height: 38px;
  background-color: #fff;
  border-radius: 50%;
  text-indent: -9999px;
}
@media screen and (max-width: 1500px) {
  main .main-station .station-box-l a .label i {
    width: 2.3vw;
    height: 2.3vw;
  }
}
@media screen and (max-width: 1024px) {
  main .main-station .station-box-l a .label i {
    width: 3.6vw;
    height: 3.6vw;
  }
}
@media screen and (max-width: 768px) {
  main .main-station .station-box-l a .label i {
    width: 20px;
    height: 20px;
  }
}
main .main-station .station-box-l a .label i::before, main .main-station .station-box-l a .label i::after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: #ED1940;
  transform: translate(-50%, -50%) rotate(0);
  transition: transform 0.5s;
  border-radius: 3px;
}
main .main-station .station-box-l a .label i::before {
  width: 3px;
  height: 18px;
}
@media screen and (max-width: 1500px) {
  main .main-station .station-box-l a .label i::before {
    height: 16px;
  }
}
@media screen and (max-width: 1024px) {
  main .main-station .station-box-l a .label i::before {
    height: 2vw;
  }
}
@media screen and (max-width: 768px) {
  main .main-station .station-box-l a .label i::before {
    width: 2px;
    height: 12px;
  }
}
main .main-station .station-box-l a .label i::after {
  width: 18px;
  height: 3px;
}
@media screen and (max-width: 1500px) {
  main .main-station .station-box-l a .label i::after {
    width: 16px;
  }
}
@media screen and (max-width: 1024px) {
  main .main-station .station-box-l a .label i::after {
    width: 2vw;
  }
}
@media screen and (max-width: 768px) {
  main .main-station .station-box-l a .label i::after {
    width: 12px;
    height: 2px;
  }
}
main .main-station .station-box-l a:hover .station-image img {
  transform: scale(1.03);
}
main .main-station .station-box-l a:hover .label i::before, main .main-station .station-box-l a:hover .label i::after {
  transform: translate(-50%, -50%) rotate(180deg);
}
main .main-station .station-box-r {
  width: 540px;
}
@media screen and (max-width: 1500px) {
  main .main-station .station-box-r {
    width: 45%;
  }
}
@media screen and (max-width: 1024px) {
  main .main-station .station-box-r {
    width: 100%;
    padding: 0 20px;
  }
}
main .main-station .station-box-r h3 span {
  display: block;
  font-weight: 800;
}
main .main-station .station-box-r h3 .type1 {
  font-size: 8rem;
  color: #222;
  letter-spacing: -0.02em;
}
@media screen and (max-width: 1500px) {
  main .main-station .station-box-r h3 .type1 {
    font-size: clamp(6.3rem, 5.3vw, 8rem);
  }
}
@media screen and (max-width: 1024px) {
  main .main-station .station-box-r h3 .type1 {
    font-size: clamp(3.8rem, 8.7vw, 6.3rem);
  }
}
main .main-station .station-box-r h3 .type2 {
  font-size: 8rem;
  color: transparent;
  -webkit-text-stroke-width: 1.5px;
  -webkit-text-stroke-color: #222;
  letter-spacing: -0.02em;
}
@media screen and (max-width: 1500px) {
  main .main-station .station-box-r h3 .type2 {
    font-size: clamp(6.3rem, 5.3vw, 8rem);
  }
}
@media screen and (max-width: 1024px) {
  main .main-station .station-box-r h3 .type2 {
    -webkit-text-stroke-width: 0.5px;
    font-size: clamp(3.8rem, 8.7vw, 6.3rem);
  }
}
main .main-station .station-box-r p {
  margin-top: 35px;
  font-size: 2.8rem;
  color: #222;
  line-height: 1.4;
}
@media screen and (max-width: 1024px) {
  main .main-station .station-box-r p {
    margin-top: 2vw;
    font-size: clamp(1.6rem, 3.4vw, 2.4rem);
  }
  main .main-station .station-box-r p br {
    display: none;
  }
}
main .main-together {
  position: relative;
  padding: 100px 0;
  background-color: #f9f9f9;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  main .main-together {
    padding: 50px 0;
  }
}
main .main-together .together-title {
  width: 1400px;
  margin: 0 auto 60px;
}
@media screen and (max-width: 1500px) {
  main .main-together .together-title {
    width: 100%;
    padding: 0 50px;
  }
}
@media screen and (max-width: 1024px) {
  main .main-together .together-title {
    padding: 0 20px;
    margin: 0 auto 20px;
  }
}
main .main-together .together-title h2 {
  font-size: 7.2rem;
  font-weight: 700;
  letter-spacing: -0.02em;
}
@media screen and (max-width: 1500px) {
  main .main-together .together-title h2 {
    font-size: clamp(6rem, 5vw, 7.2rem);
  }
}
@media screen and (max-width: 1024px) {
  main .main-together .together-title h2 {
    font-size: clamp(3.2rem, 7vw, 6rem);
  }
}
main .main-together .together-title p {
  margin-top: 10px;
  font-size: 2.8rem;
}
@media screen and (max-width: 1024px) {
  main .main-together .together-title p {
    font-size: clamp(1.4rem, 3vw, 2.8rem);
  }
}
main .main-together .together-inner {
  width: 1400px;
  margin: 0 auto;
}
@media screen and (max-width: 1500px) {
  main .main-together .together-inner {
    width: 100%;
    padding: 0 50px;
  }
}
@media screen and (max-width: 1024px) {
  main .main-together .together-inner {
    padding: 0 20px;
  }
}
main .main-together .together-inner .together-list {
  padding-bottom: 68px;
  overflow: visible;
}
@media screen and (max-width: 768px) {
  main .main-together .together-inner .together-list {
    padding-bottom: 30px;
  }
}
main .main-together .together-inner .together-list .together-item {
  display: flex;
  gap: 80px;
  align-items: center;
}
@media screen and (max-width: 1500px) {
  main .main-together .together-inner .together-list .together-item {
    gap: 50px;
  }
}
@media screen and (max-width: 1024px) {
  main .main-together .together-inner .together-list .together-item {
    display: block;
  }
}
main .main-together .together-inner .together-list .together-item-img {
  border-radius: 60px;
  overflow: hidden;
}
@media screen and (max-width: 1500px) {
  main .main-together .together-inner .together-list .together-item-img {
    width: 51.5%;
  }
}
@media screen and (max-width: 1024px) {
  main .main-together .together-inner .together-list .together-item-img {
    width: 65%;
  }
}
@media screen and (max-width: 768px) {
  main .main-together .together-inner .together-list .together-item-img {
    width: 100%;
    border-radius: 20px;
  }
}
main .main-together .together-inner .together-list .together-item-img img {
  transition: transform 0.5s;
}
@media screen and (max-width: 1024px) {
  main .main-together .together-inner .together-list .together-item-content {
    margin-top: 20px;
  }
}
main .main-together .together-inner .together-list .together-item-content h3 {
  font-size: 4.2rem;
  font-weight: 700;
}
@media screen and (max-width: 1500px) {
  main .main-together .together-inner .together-list .together-item-content h3 {
    font-size: clamp(3.5rem, 3vw, 4.2rem);
  }
}
main .main-together .together-inner .together-list .together-item-content p {
  margin: 15px 0 25px;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  main .main-together .together-inner .together-list .together-item-content p {
    margin: 15px 0;
  }
}
main .main-together .together-inner .together-list .together-item:hover .together-item-img img {
  transform: scale(1.1);
}
main .main-together .together-inner .together-list .swiper-scrollbar {
  background-color: #eee;
}
main .main-together .together-inner .together-list .swiper-scrollbar .swiper-scrollbar-drag {
  background: linear-gradient(107.56deg, #FCAF17 0%, #F58220 50%, #ED193F 100%);
}
main .main-instar {
  position: relative;
  padding: 100px 0;
  background-color: #fff;
}
@media screen and (max-width: 1024px) {
  main .main-instar {
    padding: 50px 0;
  }
}
main .main-instar .instar-title {
  text-align: center;
}
main .main-instar .instar-title h2 {
  font-size: 7.2rem;
  font-weight: 700;
  letter-spacing: -0.02em;
}
@media screen and (max-width: 1500px) {
  main .main-instar .instar-title h2 {
    font-size: clamp(6rem, 5vw, 7.2rem);
  }
}
@media screen and (max-width: 1024px) {
  main .main-instar .instar-title h2 {
    font-size: clamp(3.2rem, 7vw, 6rem);
  }
}
main .main-instar .instar-title h2 br {
  display: none;
}
@media screen and (max-width: 1024px) {
  main .main-instar .instar-title h2 br {
    display: block;
  }
}
main .main-instar .instar-inner .instar-list {
  width: 100%;
  padding: 60px 0 20px;
}
@media screen and (max-width: 1024px) {
  main .main-instar .instar-inner .instar-list {
    padding: 30px 0 5px;
  }
}
main .main-instar .instar-inner .instar-list .swiper-wrapper {
  align-items: center;
}
main .main-instar .instar-inner .instar-list .swiper-slide {
  width: 400px;
  height: 590px;
  box-sizing: border-box;
  transition: transform 0.6s ease, opacity 0.6s ease, padding 0.6s;
  transform: scale(0.8);
  z-index: 1;
}
@media screen and (max-width: 1500px) {
  main .main-instar .instar-inner .instar-list .swiper-slide {
    width: 350px;
    height: 530px;
  }
}
@media screen and (max-width: 1024px) {
  main .main-instar .instar-inner .instar-list .swiper-slide {
    width: 280px;
    height: 420px;
  }
}
main .main-instar .instar-inner .instar-list .swiper-slide .image-box {
  position: relative;
  height: 100%;
  max-height: 445px;
  border-radius: 30px;
  overflow: hidden;
  z-index: 1;
}
@media screen and (max-width: 1500px) {
  main .main-instar .instar-inner .instar-list .swiper-slide .image-box {
    max-height: 390px;
  }
}
@media screen and (max-width: 1024px) {
  main .main-instar .instar-inner .instar-list .swiper-slide .image-box {
    max-height: 300px;
  }
}
main .main-instar .instar-inner .instar-list .swiper-slide .image-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 1s;
}
main .main-instar .instar-inner .instar-list .swiper-slide .hashtag-box {
  position: relative;
  top: -150px;
  margin-top: 15px;
  text-align: center;
  opacity: 0;
  transition: top 0.6s;
}
main .main-instar .instar-inner .instar-list .swiper-slide .hashtag-box span {
  display: block;
  font-size: 2rem;
}
@media screen and (max-width: 1024px) {
  main .main-instar .instar-inner .instar-list .swiper-slide .hashtag-box span {
    font-size: 1.6rem;
  }
}
main .main-instar .instar-inner .instar-list .swiper-slide .hashtag-box .instar-caption {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 1.4rem;
  color: #666;
  margin-top: 5px;
  line-height: 1.4;
}
main .main-instar .instar-inner .instar-list .swiper-slide.swiper-slide-active {
  transform: scale(1);
  padding: 20px;
  background-color: #fff;
  border-radius: 40px;
  opacity: 1;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1019607843);
  z-index: 10;
}
main .main-instar .instar-inner .instar-list .swiper-slide.swiper-slide-active .hashtag-box {
  top: 0;
  opacity: 1;
}
main .main-instar .instar-inner .instar-list .swiper-button-prev,
main .main-instar .instar-inner .instar-list .swiper-button-next {
  position: absolute;
  left: 50%;
  width: 60px;
  height: 60px;
  background-color: #fff;
  border-radius: 50%;
  color: transparent;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1019607843);
  transition: background-color 0.3s;
}
@media screen and (max-width: 1024px) {
  main .main-instar .instar-inner .instar-list .swiper-button-prev,
  main .main-instar .instar-inner .instar-list .swiper-button-next {
    width: 38px;
    height: 38px;
  }
}
main .main-instar .instar-inner .instar-list .swiper-button-prev::after,
main .main-instar .instar-inner .instar-list .swiper-button-next::after {
  background-color: #222;
  transition: background-color 0.3s;
}
main .main-instar .instar-inner .instar-list .swiper-button-prev:hover,
main .main-instar .instar-inner .instar-list .swiper-button-next:hover {
  background-color: #FB9A02;
}
main .main-instar .instar-inner .instar-list .swiper-button-prev:hover::after,
main .main-instar .instar-inner .instar-list .swiper-button-next:hover::after {
  background-color: #fff;
}
main .main-instar .instar-inner .instar-list .swiper-button-prev {
  margin-left: -245px;
}
@media screen and (max-width: 1500px) {
  main .main-instar .instar-inner .instar-list .swiper-button-prev {
    margin-left: -225px;
  }
}
@media screen and (max-width: 1024px) {
  main .main-instar .instar-inner .instar-list .swiper-button-prev {
    margin-left: -165px;
  }
}
main .main-instar .instar-inner .instar-list .swiper-button-prev::after {
  mask: url("../images/icon_svg/icon_circle_arrow_b_l.svg") no-repeat center;
  -webkit-mask: url("../images/icon_svg/icon_circle_arrow_b_l.svg") no-repeat center;
  mask-size: 34px 34px;
}
@media screen and (max-width: 1024px) {
  main .main-instar .instar-inner .instar-list .swiper-button-prev::after {
    mask-size: 28px;
  }
}
main .main-instar .instar-inner .instar-list .swiper-button-next {
  margin-left: 185px;
}
@media screen and (max-width: 1500px) {
  main .main-instar .instar-inner .instar-list .swiper-button-next {
    margin-left: 165px;
  }
}
@media screen and (max-width: 1024px) {
  main .main-instar .instar-inner .instar-list .swiper-button-next {
    margin-left: 127px;
  }
}
main .main-instar .instar-inner .instar-list .swiper-button-next:after {
  mask: url("../images/icon_svg/icon_circle_arrow_b_r.svg") no-repeat center;
  -webkit-mask: url("../images/icon_svg/icon_circle_arrow_b_r.svg") no-repeat center;
  mask-size: 34px 34px;
}
@media screen and (max-width: 1024px) {
  main .main-instar .instar-inner .instar-list .swiper-button-next:after {
    mask-size: 28px;
  }
}
main .main-instar .board-button-group {
  margin-top: 40px;
}
main .main-instar .board-button-group .btn2::after {
  mask: url("../images/icon_svg/icon_instar.svg") no-repeat center;
  -webkit-mask: url("../images/icon_svg/icon_instar.svg") no-repeat center;
  background-color: #222;
}
main .main-instar .board-button-group .btn2:hover::after {
  background-color: #fff;
}

.station-detail-content {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff;
  text-align: center;
  background: rgba(0, 0, 0, 0.3);
}
.station-detail-content .detail-inner h3 span {
  display: inline-block;
  font-weight: 800;
}
@media screen and (max-width: 768px) {
  .station-detail-content .detail-inner h3 span {
    display: block;
  }
}
.station-detail-content .detail-inner h3 .type1 {
  margin-right: 20px;
  font-size: 10rem;
  color: #fff;
  letter-spacing: -0.01em;
  text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.6);
}
@media screen and (max-width: 1500px) {
  .station-detail-content .detail-inner h3 .type1 {
    font-size: clamp(8rem, 6.6vw, 10rem);
  }
}
@media screen and (max-width: 1024px) {
  .station-detail-content .detail-inner h3 .type1 {
    margin-right: 0;
    font-size: clamp(4.4rem, 6.6vw, 8rem);
  }
}
.station-detail-content .detail-inner h3 .type2 {
  font-size: 10rem;
  color: transparent;
  -webkit-text-stroke-width: 1.5px;
  -webkit-text-stroke-color: #fff;
  letter-spacing: -0.01em;
}
@media screen and (max-width: 1500px) {
  .station-detail-content .detail-inner h3 .type2 {
    font-size: clamp(8rem, 6.6vw, 10rem);
  }
}
@media screen and (max-width: 1024px) {
  .station-detail-content .detail-inner h3 .type2 {
    -webkit-text-stroke-width: 0.5px;
    font-size: clamp(4.4rem, 6.6vw, 8rem);
  }
}
.station-detail-content .detail-inner .sub-copy {
  margin-top: 50px;
  padding: 0 20px;
  font-size: 2.8rem;
  font-weight: 300;
}
@media screen and (max-width: 1500px) {
  .station-detail-content .detail-inner .sub-copy {
    margin-top: 30px;
  }
}
@media screen and (max-width: 1024px) {
  .station-detail-content .detail-inner .sub-copy {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 768px) {
  .station-detail-content .detail-inner .sub-copy {
    font-size: 1.6rem;
  }
}
.station-detail-content .detail-inner .btn-area {
  display: flex;
  gap: 20px;
  justify-content: center;
  margin-top: 60px;
}
@media screen and (max-width: 1500px) {
  .station-detail-content .detail-inner .btn-area {
    margin-top: 40px;
  }
}
.station-detail-content .btn-close-detail {
  position: absolute;
  bottom: 50px;
  background: rgba(34, 34, 34, 0.8);
  width: 100px;
  height: 100px;
  border-radius: 50%;
}
@media screen and (max-width: 768px) {
  .station-detail-content .btn-close-detail {
    bottom: 30px;
    width: 58px;
    height: 58px;
  }
}
.station-detail-content .btn-close-detail::before {
  display: block;
  content: "";
  width: 32px;
  height: 32px;
  margin: 0 auto 5px;
  mask: url("../images/icon_svg/icon_close_b.svg") no-repeat;
  -webkit-mask: url("../images/icon_svg/icon_close_b.svg") no-repeat;
  background-color: #fff;
  transition: background-color 0.3s, transform 0.3s;
}
@media screen and (max-width: 768px) {
  .station-detail-content .btn-close-detail::before {
    width: 20px;
    height: 20px;
    margin: 0 auto 1px;
    mask-size: 20px 20px;
  }
}
.station-detail-content .btn-close-detail span {
  display: block;
  font-size: 1.8rem;
  font-weight: 500;
  color: #fff;
  transition: color 0.3s;
}
@media screen and (max-width: 768px) {
  .station-detail-content .btn-close-detail span {
    font-size: 1.4rem;
  }
}
.station-detail-content .btn-close-detail:hover::before {
  background-color: #FB9A02;
  transform: rotate(90deg);
}
.station-detail-content .btn-close-detail:hover span {
  color: #FB9A02;
}

@media screen and (max-width: 1500px) {
  .en main .main-station .station-box-l a .label {
    background-size: 23.1vw !important;
  }
}
@media screen and (max-width: 1024px) {
  .en main .main-station .station-box-l a .label {
    background-size: 39vw !important;
  }
}
@media screen and (max-width: 768px) {
  .en main .main-station .station-box-l a .label {
    background-size: contain !important;
  }
}

.sub .user-section .user-box .login-form .btn-primary {
  margin-top: 15px;
}
@media screen and (max-width: 768px) {
  .sub .user-section .user-box .login-form .btn-primary {
    margin-top: 5px;
  }
}
.sub .user-section .user-box .login-links {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 30px 0;
}
.sub .user-section .user-box .login-links a {
  font-size: 1.6rem;
  transition: color 0.3s;
}
@media screen and (max-width: 768px) {
  .sub .user-section .user-box .login-links a {
    font-size: 1.4rem;
  }
}
.sub .user-section .user-box .login-links a:before {
  display: inline-block;
  content: "|";
  margin: -4px 20px 0;
  font-size: 1.4rem;
  color: #ddd;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .sub .user-section .user-box .login-links a:before {
    margin: -4px 10px 0;
  }
}
.sub .user-section .user-box .login-links a:first-child:before {
  content: "";
  margin: 0;
}
.sub .user-section .user-box .login-links a:hover {
  color: #FB9A02;
}
.sub .user-section .user-box .login-sns {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 50px;
  margin-top: 60px;
  padding-top: 40px;
  border-top: 1px solid #eee;
}
@media screen and (max-width: 768px) {
  .sub .user-section .user-box .login-sns {
    gap: 20px;
    margin-top: 30px;
    padding-top: 20px;
  }
}
.sub .user-section .user-box .login-sns button {
  display: block;
  width: 54px;
  padding-top: 64px;
  font-size: 1.4rem;
  transition: color 0.3s;
}
.sub .user-section .user-box .login-sns button.btn-naver-login {
  background: url("../images/user/icon_login_naver.png") no-repeat center top;
}
.sub .user-section .user-box .login-sns button.btn-naver-login:hover {
  color: #1EC800;
}
.sub .user-section .user-box .login-sns button.btn-kakao-login {
  background: url("../images/user/icon_login_kakao.png") no-repeat center top;
}
.sub .user-section .user-box .login-sns button.btn-kakao-login:hover {
  color: #FEE500;
}
.sub .user-section .user-box .login-sns button.btn-google-login {
  background: url("../images/user/icon_login_google.png") no-repeat center top;
}
.sub .user-section .user-box .login-sns button.btn-google-login:hover {
  color: #4285F4;
}
.sub .user-section .user-box .btn-primary {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .sub .user-section .user-box .btn-primary {
    margin-top: 25px;
  }
}
.sub .user-section .user-box .user-tabs {
  display: flex;
  justify-content: space-between;
  gap: 10px;
}
@media screen and (max-width: 768px) {
  .sub .user-section .user-box .user-tabs {
    gap: 6px;
  }
}
.sub .user-section .user-box .user-tabs button {
  display: block;
  width: 50%;
  height: 54px;
  font-size: 1.8rem;
  font-weight: 500;
  color: #999;
  border: 1px solid #ddd;
  border-radius: 8px;
}
@media screen and (max-width: 768px) {
  .sub .user-section .user-box .user-tabs button {
    height: 44px;
    font-size: 1.5rem;
  }
}
.sub .user-section .user-box .user-tabs button.active {
  font-weight: 600;
  color: #fff;
  background: #222;
}
.sub .user-section .user-box .user-text {
  margin: 30px 0 40px;
  font-size: 2rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .sub .user-section .user-box .user-text {
    margin: 20px 0;
    font-size: 1.6rem;
  }
}
.sub .user-section .user-box .user-text-l {
  margin: 0 0 30px;
  font-size: 2.4rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .sub .user-section .user-box .user-text-l {
    margin: 0 0 20px;
    font-size: 1.8rem;
  }
}
.sub .user-section .user-box .user-tabs2 {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
.sub .user-section .user-box .user-tabs2 button {
  display: block;
  width: 50%;
  padding: 11px 0;
  font-size: 1.8rem;
  color: #444;
  border-bottom: 1px solid #eee;
}
@media screen and (max-width: 768px) {
  .sub .user-section .user-box .user-tabs2 button {
    font-size: 1.6rem;
  }
}
.sub .user-section .user-box .user-tabs2 button.active {
  font-weight: 600;
  color: #FB9A02;
  border-bottom: 3px solid #FB9A02;
}
.sub .user-section .user-box .result-text {
  margin-bottom: 30px;
  font-size: 2.8rem;
  font-weight: 700;
  text-align: center;
  word-break: keep-all;
}
@media screen and (max-width: 768px) {
  .sub .user-section .user-box .result-text {
    font-size: 2rem;
  }
}
.sub .user-section .user-box .result-text span {
  color: #FB9A02;
}
.sub .user-section .user-box .gray-box {
  padding: 20px 30px;
  background-color: #f9f9f9;
  border-radius: 8px;
}
@media screen and (max-width: 768px) {
  .sub .user-section .user-box .gray-box {
    padding: 15px 20px;
  }
}
.sub .user-section .user-box .gray-box > li {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .sub .user-section .user-box .gray-box > li {
    font-size: 1.6rem;
  }
}
.sub .user-section .user-box .gray-box > li b {
  font-weight: 500;
}
.sub .user-section .user-box .gray-box > li strong {
  font-weight: 700;
}
.sub .user-section .user-box .gray-box > li:first-child {
  margin-top: 0;
}
.sub .user-section .user-box .gray-text {
  margin-top: 15px;
  font-size: 1.6rem;
  color: #999;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .sub .user-section .user-box .gray-text {
    font-size: 1.4rem;
  }
}
.sub .user-section .user-box .input-group .shot-type {
  width: 350px;
}
@media screen and (max-width: 768px) {
  .sub .user-section .user-box .input-group .shot-type {
    width: calc(60% - 3px);
  }
}
.sub .user-section .user-box .sign-btns a {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin-top: 20px;
  padding: 18px 0;
  border-radius: 8px;
  text-align: center;
  transition: background-color 0.3s;
}
.sub .user-section .user-box .sign-btns a span {
  display: block;
  width: 330px;
  transition: color 0.3s;
}
@media screen and (max-width: 768px) {
  .sub .user-section .user-box .sign-btns a span {
    width: 160px;
  }
}
.sub .user-section .user-box .sign-btns a span.title {
  font-size: 2.8rem;
  font-weight: 700;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .sub .user-section .user-box .sign-btns a span.title {
    font-size: 2rem;
  }
}
.sub .user-section .user-box .sign-btns a span.title .sus {
  font-size: 1.8rem;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .sub .user-section .user-box .sign-btns a span.title .sus {
    font-size: 1.4rem;
  }
}
.sub .user-section .user-box .sign-btns a::before {
  display: inline-block;
  content: "";
  width: 60px;
  height: 60px;
  background-color: #fff;
  transition: background-color 0.2s;
}
.sub .user-section .user-box .sign-btns a.btn-sign-personal {
  background-color: #FB9A02;
  border: 2px solid #FB9A02;
}
.sub .user-section .user-box .sign-btns a.btn-sign-personal::before {
  mask: url("../images/icon_svg/icon_signup_begin1.svg") no-repeat;
  -webkit-mask: url("../images/icon_svg/icon_signup_begin1.svg") no-repeat;
}
.sub .user-section .user-box .sign-btns a.btn-sign-personal:hover {
  border: 2px solid #FB9A02;
}
.sub .user-section .user-box .sign-btns a.btn-sign-personal:hover span {
  color: #FB9A02;
}
.sub .user-section .user-box .sign-btns a.btn-sign-personal:hover::before {
  background-color: #FB9A02;
}
.sub .user-section .user-box .sign-btns a.btn-sign-business {
  background-color: #5B9F34;
  border: 2px solid #5B9F34;
}
.sub .user-section .user-box .sign-btns a.btn-sign-business::before {
  mask: url("../images/icon_svg/icon_signup_begin2.svg") no-repeat;
  -webkit-mask: url("../images/icon_svg/icon_signup_begin2.svg") no-repeat;
}
.sub .user-section .user-box .sign-btns a.btn-sign-business:hover {
  border: 2px solid #5B9F34;
}
.sub .user-section .user-box .sign-btns a.btn-sign-business:hover span {
  color: #5B9F34;
}
.sub .user-section .user-box .sign-btns a.btn-sign-business:hover::before {
  background-color: #5B9F34;
}
.sub .user-section .user-box .sign-btns a:hover {
  background-color: #fff;
}
.sub .user-section .user-box .sign-simple-btns li a {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
  padding: 15px 0;
  border: 1px solid #ddd;
  border-radius: 8px;
  box-shadow: 0px 0px 5px 0px rgba(34, 34, 34, 0.0784313725);
}
.sub .user-section .user-box .sign-simple-btns li a span {
  display: inline-block;
  width: 286px;
  font-size: 2.2rem;
  text-align: center;
  transition: color 0.3s;
}
@media screen and (max-width: 768px) {
  .sub .user-section .user-box .sign-simple-btns li a span {
    width: 160px;
    font-size: 1.8rem;
  }
}
.sub .user-section .user-box .sign-simple-btns li a::before {
  display: inline-block;
  content: "";
  width: 54px;
  height: 54px;
}
.sub .user-section .user-box .sign-simple-btns li a:hover {
  padding: 13px 0;
  border: 3px solid #FB9A02;
}
.sub .user-section .user-box .sign-simple-btns li a:hover span {
  color: #FB9A02;
}
.sub .user-section .user-box .sign-simple-btns li:first-child a::before {
  background: url("../images/user/icon_login_user.png") no-repeat;
}
.sub .user-section .user-box .sign-simple-btns li:nth-child(2) a::before {
  background: url("../images/user/icon_login_naver.png") no-repeat;
}
.sub .user-section .user-box .sign-simple-btns li:nth-child(3) a::before {
  background: url("../images/user/icon_login_kakao.png") no-repeat;
}
.sub .user-section .user-box .sign-simple-btns li:nth-child(4) a::before {
  background: url("../images/user/icon_login_google.png") no-repeat;
}
.sub .user-section .user-box .signup-step {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .sub .user-section .user-box .signup-step {
    margin-bottom: 20px;
  }
}
.sub .user-section .user-box .signup-step ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.sub .user-section .user-box .signup-step ul::before {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 20px;
  right: 20px;
  height: 1px;
  background-color: #ddd;
  z-index: 0;
}
.sub .user-section .user-box .signup-step ul li {
  flex: 1;
  position: relative;
  height: 80px;
  padding: 10px 0;
  background-color: #eee;
  border-radius: 20px;
  text-align: center;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .sub .user-section .user-box .signup-step ul li {
    height: 67px;
    border-radius: 10px;
  }
}
.sub .user-section .user-box .signup-step ul li span {
  font-size: 1.6rem;
  font-weight: 500;
  color: #999;
}
@media screen and (max-width: 768px) {
  .sub .user-section .user-box .signup-step ul li span {
    font-size: 1.3rem;
  }
}
.sub .user-section .user-box .signup-step ul li::before {
  display: block;
  content: "";
  width: 34px;
  height: 34px;
  margin: 0 auto 3px;
}
@media screen and (max-width: 768px) {
  .sub .user-section .user-box .signup-step ul li::before {
    width: 26px;
    height: 26px;
  }
}
.sub .user-section .user-box .signup-step ul li.active {
  color: #fff;
}
.sub .user-section .user-box .signup-step ul li.active span {
  font-weight: 700;
  color: #fff;
}
.sub .user-section .user-box .signup-step ul.personal {
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .sub .user-section .user-box .signup-step ul.personal {
    gap: 10px;
  }
}
.sub .user-section .user-box .signup-step ul.personal li.active {
  background-color: #FB9A02;
}
.sub .user-section .user-box .signup-step ul.personal li.completed {
  background-color: #FFF5E6;
  border: 1px solid #FB9A02;
}
.sub .user-section .user-box .signup-step ul.personal li.completed span {
  color: #FB9A02;
}
.sub .user-section .user-box .signup-step ul.personal li:nth-child(1)::before {
  mask: url("../images/icon_svg/icon_signup_p_step1.svg") no-repeat center/contain;
  -webkit-mask: url("../images/icon_svg/icon_signup_p_step1.svg") no-repeat center/contain;
  background-color: #999;
}
.sub .user-section .user-box .signup-step ul.personal li:nth-child(1).active::before {
  background-color: #fff;
}
.sub .user-section .user-box .signup-step ul.personal li:nth-child(1).completed::before {
  background-color: #FB9A02;
}
.sub .user-section .user-box .signup-step ul.personal li:nth-child(2)::before {
  mask: url("../images/icon_svg/icon_signup_p_step2.svg") no-repeat center/contain;
  -webkit-mask: url("../images/icon_svg/icon_signup_p_step2.svg") no-repeat center/contain;
  background-color: #999;
}
.sub .user-section .user-box .signup-step ul.personal li:nth-child(2).active::before {
  background-color: #fff;
}
.sub .user-section .user-box .signup-step ul.personal li:nth-child(2).completed::before {
  background-color: #FB9A02;
}
.sub .user-section .user-box .signup-step ul.personal li:nth-child(3)::before {
  mask: url("../images/icon_svg/icon_signup_p_step3.svg") no-repeat center/contain;
  -webkit-mask: url("../images/icon_svg/icon_signup_p_step3.svg") no-repeat center/contain;
  background-color: #999;
}
.sub .user-section .user-box .signup-step ul.personal li:nth-child(3).active::before {
  background-color: #fff;
}
.sub .user-section .user-box .signup-step ul.personal li:nth-child(3).completed::before {
  background-color: #FB9A02;
}
.sub .user-section .user-box .signup-step ul.personal li:nth-child(4)::before {
  mask: url("../images/icon_svg/icon_signup_p_step4.svg") no-repeat center/contain;
  -webkit-mask: url("../images/icon_svg/icon_signup_p_step4.svg") no-repeat center/contain;
  background-color: #999;
}
.sub .user-section .user-box .signup-step ul.personal li:nth-child(4).active::before {
  background-color: #fff;
}
.sub .user-section .user-box .signup-step ul.personal li:nth-child(4).completed::before {
  background-color: #FB9A02;
}
.sub .user-section .user-box .signup-step ul.business {
  gap: 12px;
}
@media screen and (max-width: 768px) {
  .sub .user-section .user-box .signup-step ul.business {
    gap: 6px;
  }
}
.sub .user-section .user-box .signup-step ul.business li.active {
  background-color: #5B9F34;
}
.sub .user-section .user-box .signup-step ul.business li.completed {
  background-color: #EEF5EA;
  border: 1px solid #5B9F34;
}
.sub .user-section .user-box .signup-step ul.business li.completed span {
  color: #5B9F34;
}
.sub .user-section .user-box .signup-step ul.business li:nth-child(1)::before {
  mask: url("../images/icon_svg/icon_signup_b_step1.svg") no-repeat center/contain;
  -webkit-mask: url("../images/icon_svg/icon_signup_b_step1.svg") no-repeat center/contain;
  background-color: #999;
}
.sub .user-section .user-box .signup-step ul.business li:nth-child(1).active::before {
  background-color: #fff;
}
.sub .user-section .user-box .signup-step ul.business li:nth-child(1).completed::before {
  background-color: #5B9F34;
}
.sub .user-section .user-box .signup-step ul.business li:nth-child(2)::before {
  mask: url("../images/icon_svg/icon_signup_b_step2.svg") no-repeat center/contain;
  -webkit-mask: url("../images/icon_svg/icon_signup_b_step2.svg") no-repeat center/contain;
  background-color: #999;
}
.sub .user-section .user-box .signup-step ul.business li:nth-child(2).active::before {
  background-color: #fff;
}
.sub .user-section .user-box .signup-step ul.business li:nth-child(2).completed::before {
  background-color: #5B9F34;
}
.sub .user-section .user-box .signup-step ul.business li:nth-child(3)::before {
  mask: url("../images/icon_svg/icon_signup_b_step3.svg") no-repeat center/contain;
  -webkit-mask: url("../images/icon_svg/icon_signup_b_step3.svg") no-repeat center/contain;
  background-color: #999;
}
.sub .user-section .user-box .signup-step ul.business li:nth-child(3).active::before {
  background-color: #fff;
}
.sub .user-section .user-box .signup-step ul.business li:nth-child(3).completed::before {
  background-color: #5B9F34;
}
.sub .user-section .user-box .signup-step ul.business li:nth-child(4)::before {
  mask: url("../images/icon_svg/icon_signup_b_step4.svg") no-repeat center/contain;
  -webkit-mask: url("../images/icon_svg/icon_signup_b_step4.svg") no-repeat center/contain;
  background-color: #999;
}
.sub .user-section .user-box .signup-step ul.business li:nth-child(4).active::before {
  background-color: #fff;
}
.sub .user-section .user-box .signup-step ul.business li:nth-child(4).completed::before {
  background-color: #5B9F34;
}
.sub .user-section .user-box .signup-step ul.business li:nth-child(5)::before {
  mask: url("../images/icon_svg/icon_signup_b_step5.svg") no-repeat center/contain;
  -webkit-mask: url("../images/icon_svg/icon_signup_b_step5.svg") no-repeat center/contain;
  background-color: #999;
}
.sub .user-section .user-box .signup-step ul.business li:nth-child(5).active::before {
  background-color: #fff;
}
.sub .user-section .user-box .signup-step ul.business li:nth-child(5).completed::before {
  background-color: #5B9F34;
}
.sub .user-section .user-box .terms-wrap {
  border-top: 1px solid #222;
}
.sub .user-section .user-box .terms-wrap .checkbox-group {
  margin: 0;
  padding: 31px 0;
  border-bottom: 1px solid #eee;
}
.sub .user-section .user-box .terms-wrap .checkbox-group .btn-terms-show {
  width: 22px;
  height: 22px;
  margin-right: 20px;
  background: url("../images/icon_svg/icon_terms_show.svg") no-repeat center/contain;
  text-indent: -9999px;
}
@media screen and (max-width: 768px) {
  .sub .user-section .user-box .terms-wrap .checkbox-group .btn-terms-show {
    margin-right: 0;
  }
}
.sub .user-section .user-box .signup-complete {
  padding: 120px 0 0;
  font-size: 2.4rem;
  font-weight: 700;
  background: url("../images/user/signup_complete.png") no-repeat center top;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .sub .user-section .user-box .signup-complete {
    padding: 80px 0 0;
    font-size: 1.8rem;
    background-size: 60px 60px;
  }
}
.sub .user-section .user-box .user-text-s-green {
  font-size: 1.6rem;
  color: #5B9F34;
  word-break: keep-all;
}
@media screen and (max-width: 768px) {
  .sub .user-section .user-box .user-text-s-green {
    font-size: 1.4rem;
  }
}
.sub .user-section .user-box .simple-login-edit li {
  display: flex;
  align-items: center;
  padding: 20px;
  border-bottom: 1px solid #eee;
}
@media screen and (max-width: 768px) {
  .sub .user-section .user-box .simple-login-edit li {
    padding: 15px 0;
  }
}
.sub .user-section .user-box .simple-login-edit li .sns-text {
  margin-left: 20px;
  font-size: 2rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .sub .user-section .user-box .simple-login-edit li .sns-text {
    margin-left: 10px;
    font-size: 1.7rem;
  }
}
.sub .user-section .user-box .simple-login-edit li .sns-used {
  margin-left: 10px;
  font-size: 1.8rem;
  color: #ED1940;
}
@media screen and (max-width: 768px) {
  .sub .user-section .user-box .simple-login-edit li .sns-used {
    margin-left: 5px;
    font-size: 1.6rem;
  }
}
.sub .user-section .user-box .simple-login-edit li .btn-s {
  margin-left: auto;
}
.sub .user-section .user-box .simple-login-edit li::before {
  display: block;
  content: "";
  width: 42px;
  height: 42px;
  background-size: cover;
}
.sub .user-section .user-box .simple-login-edit li:nth-child(1)::before {
  background-image: url("../images/user/icon_login_naver.png");
}
.sub .user-section .user-box .simple-login-edit li:nth-child(2)::before {
  background-image: url("../images/user/icon_login_kakao.png");
}
.sub .user-section .user-box .simple-login-edit li:nth-child(3)::before {
  background-image: url("../images/user/icon_login_google.png");
}
.sub .user-section .user-box .withdraw-info {
  margin-bottom: 30px;
}
.sub .user-section .user-box .withdraw-info .color-red {
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .sub .user-section .user-box .withdraw-info .color-red {
    font-size: 1.7rem;
  }
}
.sub .user-section .user-box .withdraw-info ul {
  margin-top: 15px;
}
.sub .user-section .user-box .withdraw-info ul li {
  font-size: 1.8rem;
  color: #444;
}
@media screen and (max-width: 768px) {
  .sub .user-section .user-box .withdraw-info ul li {
    font-size: 1.5rem;
  }
}

.res-station {
  padding: 100px 0;
}
@media screen and (max-width: 768px) {
  .res-station {
    padding: 40px 0;
  }
}
.res-station.station2 {
  background-color: #F9F9F9;
}
.res-station.station2 > div {
  flex-direction: row-reverse;
}
.res-station.station3 {
  margin-bottom: 20px;
}
.res-station > div {
  display: flex;
  align-items: center;
  gap: 50px;
  width: 1400px;
  margin: 0 auto;
}
@media screen and (max-width: 1500px) {
  .res-station > div {
    gap: 30px;
    align-items: flex-start;
    width: 100%;
    padding: 0 50px;
  }
}
@media screen and (max-width: 1024px) {
  .res-station > div {
    display: block;
    padding: 0 20px;
  }
}
.res-station .image-box {
  flex-shrink: 0;
  max-width: 46%;
  height: 413px;
  border-radius: 30px;
  overflow: hidden;
}
@media screen and (max-width: 1500px) {
  .res-station .image-box {
    height: 27vw;
  }
}
@media screen and (max-width: 1024px) {
  .res-station .image-box {
    max-width: 100%;
    height: 50vw;
  }
}
@media screen and (max-width: 768px) {
  .res-station .image-box {
    height: 53vw;
    border-radius: 20px;
  }
}
.res-station .image-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.res-station .text-box {
  flex-grow: 1;
}
.res-station .text-box h2 {
  display: flex;
  align-items: center;
  gap: 20px;
  font-size: 5rem;
  font-weight: 700;
}
@media screen and (max-width: 1500px) {
  .res-station .text-box h2 {
    margin-top: -10px;
    font-size: clamp(3.8rem, 3.3vw, 5rem);
  }
}
@media screen and (max-width: 1024px) {
  .res-station .text-box h2 {
    margin-top: 25px;
  }
}
@media screen and (max-width: 768px) {
  .res-station .text-box h2 {
    justify-content: space-between;
    gap: 10px;
    font-size: clamp(2.4rem, 5.4vw, 4.2rem);
  }
}
.res-station .text-box h2 > span {
  font-weight: 200;
}
.res-station .text-box h2 a {
  display: none;
}
@media screen and (max-width: 768px) {
  .res-station .text-box h2 a {
    display: flex;
  }
}
.res-station .text-box h2 br {
  display: none;
}
@media screen and (max-width: 768px) {
  .res-station .text-box h2 br {
    display: block;
  }
}
.res-station .text-box .base-text br {
  display: block;
}
.res-station .text-box .btn-area {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 40px;
}
@media screen and (max-width: 1500px) {
  .res-station .text-box .btn-area {
    margin-top: 30px;
  }
}
@media screen and (max-width: 1024px) {
  .res-station .text-box .btn-area {
    margin-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  .res-station .text-box .btn-area {
    justify-content: center;
  }
}
@media screen and (max-width: 768px) {
  .res-station .text-box .btn-area .i-res {
    display: none;
  }
}

.res-info-box .title i.icon-res1 {
  background: url("../images/icon_pages/icon_res1.png") no-repeat;
}
.res-info-box .title i.icon-res2 {
  background: url("../images/icon_pages/icon_res2.png") no-repeat;
}
.res-info-box .title i.icon-res3 {
  background: url("../images/icon_pages/icon_res3.png") no-repeat;
}
.res-info-box .title i.icon-res4 {
  background: url("../images/icon_pages/icon_res4.png") no-repeat;
}
.res-info-box .title i.icon-res5 {
  background: url("../images/icon_pages/icon_res5.png") no-repeat;
}
.res-info-box .title i.icon-res6 {
  background: url("../images/icon_pages/icon_res6.png") no-repeat;
}
.res-info-box .title i.icon-res7 {
  background: url("../images/icon_pages/icon_res7.png") no-repeat;
}
.res-info-box .title i.icon-res8 {
  background: url("../images/icon_pages/icon_res8.png") no-repeat;
}
.res-info-box .title i.icon-res9 {
  background: url("../images/icon_pages/icon_res9.png") no-repeat;
}
.res-info-box .title i.icon-res10 {
  background: url("../images/icon_pages/icon_res10.png") no-repeat;
}
.res-info .res-info-gray-box {
  margin-top: 60px;
  padding: 40px;
  background-color: #f9f9f9;
  border-radius: 20px;
}
@media screen and (max-width: 1500px) {
  .res-info .res-info-gray-box {
    padding: 30px;
  }
}
@media screen and (max-width: 768px) {
  .res-info .res-info-gray-box {
    margin-top: 30px;
    padding: 18px 14px;
  }
}
.res-info .res-info-gray-box .caution-text {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .res-info .res-info-gray-box .caution-text {
    flex-direction: column;
    gap: 5px;
  }
}
.res-info .res-info-gray-box .caution-text i {
  width: 74px;
  height: 74px;
  background: url("../images/icon_pages/icon_caution.png");
}
@media screen and (max-width: 768px) {
  .res-info .res-info-gray-box .caution-text i {
    width: 42px;
    height: 42px;
    background-size: contain;
  }
}
.res-info .res-info-gray-box .caution-text p {
  font-size: 2.8rem;
  font-weight: 700;
  color: #ED1940;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .res-info .res-info-gray-box .caution-text p {
    font-size: 1.7rem;
  }
}
.res-info .res-info-gray-box .res-info-w-flex {
  display: flex;
  gap: 32px;
  margin-top: 30px;
}
@media screen and (max-width: 1500px) {
  .res-info .res-info-gray-box .res-info-w-flex {
    gap: 25px;
  }
}
@media screen and (max-width: 768px) {
  .res-info .res-info-gray-box .res-info-w-flex {
    display: block;
    margin-top: 0;
  }
}
.res-info .res-info-gray-box .res-info-w-flex .res-info-w-box {
  width: 50%;
  padding: 30px 40px;
  background-color: #fff;
  border: 1px solid #eee;
  border-radius: 30px;
}
@media screen and (max-width: 1500px) {
  .res-info .res-info-gray-box .res-info-w-flex .res-info-w-box {
    padding: 30px;
  }
}
@media screen and (max-width: 1024px) {
  .res-info .res-info-gray-box .res-info-w-flex .res-info-w-box {
    padding: 18px 14px;
    border-radius: 10px;
  }
}
@media screen and (max-width: 768px) {
  .res-info .res-info-gray-box .res-info-w-flex .res-info-w-box {
    width: 100%;
    margin-top: 10px;
  }
}
.res-info .res-info-gray-box .res-info-w-flex .res-info-w-box h3 {
  margin-bottom: 15px;
  font-size: 2.8rem;
  font-weight: 700;
}
@media screen and (max-width: 1024px) {
  .res-info .res-info-gray-box .res-info-w-flex .res-info-w-box h3 {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 768px) {
  .res-info .res-info-gray-box .res-info-w-flex .res-info-w-box h3 {
    text-align: center;
  }
}

.res-check {
  text-align: center;
}
.res-check h2 {
  font-size: 3.8rem;
  font-weight: 700;
  word-break: keep-all;
}
@media screen and (max-width: 1024px) {
  .res-check h2 {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 768px) {
  .res-check h2 {
    font-size: 2.2rem;
  }
}
.res-check p {
  margin: 20px 0 60px;
  font-size: 2rem;
  color: #ED1940;
}
@media screen and (max-width: 1024px) {
  .res-check p {
    margin: 20px 0 40px;
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 768px) {
  .res-check p {
    margin: 10px 0 24px;
    font-size: 1.5rem;
  }
}
.res-check .res-btn-box a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
  width: 680px;
  margin: 20px auto 0;
  padding: 56px;
  border-radius: 20px;
  transition: background-color 0.3s;
}
@media screen and (max-width: 1024px) {
  .res-check .res-btn-box a {
    padding: 40px 0;
  }
}
@media screen and (max-width: 768px) {
  .res-check .res-btn-box a {
    display: block;
    width: 335px;
    padding: 17px 0;
  }
}
.res-check .res-btn-box a::before {
  display: block;
  content: "";
  width: 80px;
  height: 80px;
  background-color: #fff;
  mask-size: cover !important;
  transition: background-color 0.3s;
}
@media screen and (max-width: 1024px) {
  .res-check .res-btn-box a::before {
    width: 66px;
    height: 66px;
  }
}
@media screen and (max-width: 768px) {
  .res-check .res-btn-box a::before {
    width: 52px;
    height: 52px;
    margin: 0 auto 7px;
  }
}
.res-check .res-btn-box a.res-btn-b {
  background-color: #FB9A02;
  border: 2px solid #FB9A02;
}
.res-check .res-btn-box a.res-btn-b::before {
  mask: url("../images/icon_pages/icon_res_check_b.svg") no-repeat;
  -webkit-mask: url("../images/icon_pages/icon_res_check_b.svg") no-repeat;
}
.res-check .res-btn-box a.res-btn-a {
  background-color: #5B9F34;
  border: 2px solid #5B9F34;
}
.res-check .res-btn-box a.res-btn-a::before {
  mask: url("../images/icon_pages/icon_res_check_a.svg") no-repeat;
  -webkit-mask: url("../images/icon_pages/icon_res_check_a.svg") no-repeat;
}
.res-check .res-btn-box a span {
  font-size: 3.2rem;
  font-weight: 600;
  color: #fff;
  transition: color 0.3s;
}
@media screen and (max-width: 1024px) {
  .res-check .res-btn-box a span {
    font-size: 2.7rem;
  }
}
@media screen and (max-width: 768px) {
  .res-check .res-btn-box a span {
    font-size: 2.2rem;
  }
}
.res-check .res-btn-box a:hover {
  background-color: #fff;
}
.res-check .res-btn-box a:hover.res-btn-b::before {
  background-color: #FB9A02;
}
.res-check .res-btn-box a:hover.res-btn-b span {
  color: #FB9A02;
}
.res-check .res-btn-box a:hover.res-btn-a::before {
  background-color: #5B9F34;
}
.res-check .res-btn-box a:hover.res-btn-a span {
  color: #5B9F34;
}

.rail-wrap .intro-title {
  text-align: center;
}
.rail-wrap .intro-title h3 {
  font-size: 6rem;
  font-weight: 700;
}
@media screen and (max-width: 1500px) {
  .rail-wrap .intro-title h3 {
    font-size: clamp(3rem, 4.6vw, 6rem);
  }
}
@media screen and (max-width: 768px) {
  .rail-wrap .intro-title h3 {
    line-height: 1.2;
  }
}
.rail-wrap .intro-title h3 br {
  display: none;
}
@media screen and (max-width: 768px) {
  .rail-wrap .intro-title h3 br {
    display: block;
  }
}
.rail-wrap .rail-map-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
  margin-top: 60px;
  padding: 40px;
  background-color: #f9f9f9;
  border-radius: 20px;
}
@media screen and (max-width: 1024px) {
  .rail-wrap .rail-map-wrap {
    flex-direction: column-reverse;
    margin-top: 20px;
    padding: 40px 40px 0 40px;
    background-color: transparent;
  }
}
@media screen and (max-width: 1024px) {
  .rail-wrap .rail-map-wrap {
    gap: 20px;
    padding: 10px 20px 0 20px;
  }
}
.rail-wrap .rail-map-wrap .rail-map {
  position: relative;
  width: 820px;
}
@media screen and (max-width: 1500px) {
  .rail-wrap .rail-map-wrap .rail-map {
    margin-top: 0;
  }
}
@media screen and (max-width: 1024px) {
  .rail-wrap .rail-map-wrap .rail-map {
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .rail-wrap .rail-map-wrap .rail-map:has(.gp) {
    margin-top: 30px;
  }
}
.rail-wrap .rail-map-wrap .rail-map-img {
  display: block;
  margin: 0 auto;
}
.rail-wrap .rail-map-wrap .rail-map-img.gyj {
  max-width: 620px;
}
.rail-wrap .rail-map-wrap .rail-map-img.gg {
  max-width: 564px;
}
.rail-wrap .rail-map-wrap .rail-map-img.gp {
  max-width: 668px;
}
.rail-wrap .rail-map-wrap .rail-map ul {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 100%;
}
.rail-wrap .rail-map-wrap .rail-map ul.gyj {
  max-width: 620px;
}
.rail-wrap .rail-map-wrap .rail-map ul.gyj li {
  width: 14%;
  height: 20.6%;
}
.rail-wrap .rail-map-wrap .rail-map ul.gyj li:first-child {
  margin-top: -18.8%;
  margin-left: -25.3%;
}
.rail-wrap .rail-map-wrap .rail-map ul.gyj li:nth-child(2) {
  margin-top: -17.8%;
  margin-left: -0.7%;
}
.rail-wrap .rail-map-wrap .rail-map ul.gyj li:nth-child(3) {
  margin-top: -17.8%;
  margin-left: 15.3%;
}
.rail-wrap .rail-map-wrap .rail-map ul.gyj li:nth-child(4) {
  margin-top: -17.8%;
  margin-left: 29.9%;
}
.rail-wrap .rail-map-wrap .rail-map ul.gyj li:nth-child(5) {
  margin-top: 5.3%;
  margin-left: 25.3%;
}
.rail-wrap .rail-map-wrap .rail-map ul.gyj li:nth-child(6) {
  margin-top: 5.3%;
  margin-left: 9.4%;
}
.rail-wrap .rail-map-wrap .rail-map ul.gyj li:nth-child(7) {
  margin-top: 5.3%;
  margin-left: -17.4%;
}
.rail-wrap .rail-map-wrap .rail-map ul.gyj li:nth-child(8) {
  margin-top: 5.3%;
  margin-left: -39.4%;
}
.rail-wrap .rail-map-wrap .rail-map ul.gg {
  max-width: 564px;
}
.rail-wrap .rail-map-wrap .rail-map ul.gg li {
  margin-top: -3%;
  width: 14%;
  height: 37.6%;
}
.rail-wrap .rail-map-wrap .rail-map ul.gg li:first-child {
  margin-left: -42.1%;
}
.rail-wrap .rail-map-wrap .rail-map ul.gg li:nth-child(2) {
  margin-left: -15.9%;
}
.rail-wrap .rail-map-wrap .rail-map ul.gg li:nth-child(3) {
  margin-left: 10%;
}
.rail-wrap .rail-map-wrap .rail-map ul.gg li:nth-child(4) {
  margin-left: 31.9%;
}
.rail-wrap .rail-map-wrap .rail-map ul.gp {
  max-width: 668px;
}
.rail-wrap .rail-map-wrap .rail-map ul.gp li {
  margin-top: -2.3%;
  width: 14%;
  height: 37.6%;
}
.rail-wrap .rail-map-wrap .rail-map ul.gp li:first-child {
  margin-left: -43.7%;
}
.rail-wrap .rail-map-wrap .rail-map ul.gp li:nth-child(2) {
  margin-left: -24.1%;
}
.rail-wrap .rail-map-wrap .rail-map ul.gp li:nth-child(3) {
  margin-left: -7.1%;
}
.rail-wrap .rail-map-wrap .rail-map ul.gp li:nth-child(4) {
  margin-left: 12.5%;
}
.rail-wrap .rail-map-wrap .rail-map ul.gp li:nth-child(5) {
  margin-left: 31.3%;
}
.rail-wrap .rail-map-wrap .rail-map ul li {
  position: absolute;
  top: 50%;
  left: 50%;
  text-indent: -9999px;
}
.rail-wrap .rail-map-wrap .rail-map ul li a {
  display: block;
  width: 100%;
  height: 100%;
}
.rail-wrap .rail-map-wrap .rail-map ul li.active {
  pointer-events: none;
}
@media screen and (max-width: 1024px) {
  .rail-wrap .rail-map-wrap .rail-type-box {
    display: flex;
    gap: 15px;
  }
}
@media screen and (max-width: 768px) {
  .rail-wrap .rail-map-wrap .rail-type-box {
    display: block;
    width: 100%;
    max-width: 440px;
  }
}
.rail-wrap .rail-map-wrap .rail-type-box .rail-type {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 18px;
  padding: 26px 27px;
  background-color: #fff;
  border-radius: 20px;
  box-shadow: 0px 0px 10px 0px rgba(34, 34, 34, 0.0784313725);
}
@media screen and (max-width: 1500px) {
  .rail-wrap .rail-map-wrap .rail-type-box .rail-type {
    gap: 0;
    padding: 22px 23px;
  }
}
@media screen and (max-width: 1024px) {
  .rail-wrap .rail-map-wrap .rail-type-box .rail-type {
    border: 1px solid #eee;
    box-shadow: 0px 0px 4px 0px rgba(34, 34, 34, 0.0392156863);
  }
}
@media screen and (max-width: 768px) {
  .rail-wrap .rail-map-wrap .rail-type-box .rail-type {
    padding: 12px 15px 12px 5px;
    border-radius: 10px;
  }
}
.rail-wrap .rail-map-wrap .rail-type-box .rail-type + .rail-type {
  margin-top: 20px;
}
@media screen and (max-width: 1024px) {
  .rail-wrap .rail-map-wrap .rail-type-box .rail-type + .rail-type {
    margin-top: 0;
  }
}
@media screen and (max-width: 768px) {
  .rail-wrap .rail-map-wrap .rail-type-box .rail-type + .rail-type {
    margin-top: 10px;
  }
}
.rail-wrap .rail-map-wrap .rail-type-box .rail-type:has(a) {
  padding: 0 !important;
}
.rail-wrap .rail-map-wrap .rail-type-box .rail-type a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  padding: 26px 27px;
  border-radius: 20px;
}
@media screen and (max-width: 1500px) {
  .rail-wrap .rail-map-wrap .rail-type-box .rail-type a {
    gap: 0;
    padding: 22px 23px;
  }
}
@media screen and (max-width: 768px) {
  .rail-wrap .rail-map-wrap .rail-type-box .rail-type a {
    width: 100%;
    padding: 22px 15px 22px 5px;
  }
}
.rail-wrap .rail-map-wrap .rail-type-box .rail-type a .rail-icon p::after {
  display: inline-block;
  content: "";
  width: 30px;
  height: 30px;
  margin: -3px 0 0 0;
  mask: url("../images/icon_svg/icon_circle_arrow_r.svg") no-repeat center;
  -webkit-mask: url("../images/icon_svg/icon_circle_arrow_r.svg") no-repeat center;
  background-color: #FB9A02;
  mask-size: 30px 30px;
  vertical-align: middle;
}
.rail-wrap .rail-map-wrap .rail-type-box .rail-type a:hover {
  padding: 24px 25px;
  border: 2px solid #FB9A02;
}
@media screen and (max-width: 1500px) {
  .rail-wrap .rail-map-wrap .rail-type-box .rail-type a:hover {
    padding: 20px 21px;
  }
}
@media screen and (max-width: 768px) {
  .rail-wrap .rail-map-wrap .rail-type-box .rail-type a:hover {
    padding: 20px 13px 20px 3px;
  }
}
.rail-wrap .rail-map-wrap .rail-type-box .rail-type .rail-icon {
  width: 150px;
  text-align: center;
}
@media screen and (max-width: 1500px) {
  .rail-wrap .rail-map-wrap .rail-type-box .rail-type .rail-icon {
    width: 9vw;
  }
}
@media screen and (max-width: 1024px) {
  .rail-wrap .rail-map-wrap .rail-type-box .rail-type .rail-icon {
    width: 110px;
  }
}
@media screen and (max-width: 768px) {
  .rail-wrap .rail-map-wrap .rail-type-box .rail-type .rail-icon {
    width: 90px;
  }
}
.rail-wrap .rail-map-wrap .rail-type-box .rail-type .rail-icon::before {
  display: block;
  content: "";
  width: 150px;
  height: 114px;
  background-size: contain !important;
}
@media screen and (max-width: 1500px) {
  .rail-wrap .rail-map-wrap .rail-type-box .rail-type .rail-icon::before {
    width: 9vw;
    height: 7.5vw;
  }
}
@media screen and (max-width: 1024px) {
  .rail-wrap .rail-map-wrap .rail-type-box .rail-type .rail-icon::before {
    width: 110px;
    height: 84px;
  }
}
@media screen and (max-width: 768px) {
  .rail-wrap .rail-map-wrap .rail-type-box .rail-type .rail-icon::before {
    width: 90px;
  }
}
.rail-wrap .rail-map-wrap .rail-type-box .rail-type .rail-icon.icon1::before {
  background: url("../images/rail/rail_img1.png") no-repeat center 0;
}
.rail-wrap .rail-map-wrap .rail-type-box .rail-type .rail-icon.icon2::before {
  background: url("../images/rail/rail_img2.png") no-repeat center 0;
}
.rail-wrap .rail-map-wrap .rail-type-box .rail-type .rail-icon.icon3::before {
  background: url("../images/rail/rail_img3.png") no-repeat center 0;
}
.rail-wrap .rail-map-wrap .rail-type-box .rail-type .rail-icon.icon4::before {
  background: url("../images/rail/rail_img4.png") no-repeat center 0;
}
.rail-wrap .rail-map-wrap .rail-type-box .rail-type .rail-icon.icon5::before {
  background: url("../images/rail/rail_img5.png") no-repeat center 0;
}
.rail-wrap .rail-map-wrap .rail-type-box .rail-type .rail-icon.icon6::before {
  background: url("../images/rail/rail_img6.png") no-repeat center 0;
}
.rail-wrap .rail-map-wrap .rail-type-box .rail-type .rail-icon p {
  font-size: 2.2rem;
  font-weight: 700;
  color: #FB9A02;
}
@media screen and (max-width: 1500px) {
  .rail-wrap .rail-map-wrap .rail-type-box .rail-type .rail-icon p {
    font-size: clamp(1.8rem, 1.5vw, 2.2rem);
  }
}
.rail-wrap .rail-map-wrap .rail-type-box .rail-type .rail-state {
  width: 250px;
  font-size: 2.15rem;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 1500px) {
  .rail-wrap .rail-map-wrap .rail-type-box .rail-type .rail-state {
    width: 17.5vw;
    font-size: clamp(1.64rem, 1.5vw, 2.2rem);
  }
}
@media screen and (max-width: 1024px) {
  .rail-wrap .rail-map-wrap .rail-type-box .rail-type .rail-state {
    width: 180px;
  }
}
@media screen and (max-width: 768px) {
  .rail-wrap .rail-map-wrap .rail-type-box .rail-type .rail-state {
    width: calc(100% - 90px);
  }
}
.rail-wrap .rail-map-wrap .rail-type-box .rail-type .rail-state > span {
  display: inline-block;
  font-size: 2.2rem;
  font-weight: 700;
  vertical-align: top;
}
@media screen and (max-width: 1500px) {
  .rail-wrap .rail-map-wrap .rail-type-box .rail-type .rail-state > span {
    font-size: clamp(1.8rem, 1.5vw, 2.2rem);
  }
}
.rail-wrap .rail-map-wrap .rail-type-box .rail-type .rail-state > span .sm {
  display: block;
  font-size: 1.5rem;
  line-height: 0.8;
}
.rail-wrap .rail-map-wrap .rail-type-box .rail-type .rail-state > span:last-child {
  margin-top: 10px;
}
.rail-wrap .rail-map-wrap .rail-type-box .rail-type .rail-state em {
  display: block;
  padding: 7px 0;
  background-color: #f9f9f9;
  border-radius: 25px;
  text-align: center;
}
.rail-wrap .rail-map-wrap .rail-type-box .rail-type .rail-state em + em {
  margin-top: 10px;
}

.common-tab {
  margin-top: 40px;
}
@media screen and (max-width: 1024px) {
  .common-tab {
    margin-top: 20px;
  }
}
.common-tab .selected {
  display: none;
}
@media screen and (max-width: 768px) {
  .common-tab .selected {
    display: block;
    position: relative;
    height: 44px;
    line-height: 43px;
    font-size: 1.5rem;
    width: 100%;
    padding: 0 15px;
    border: 1px solid #ddd;
    border-radius: 8px;
    cursor: pointer;
  }
  .common-tab .selected::after {
    display: block;
    content: "";
    position: absolute;
    top: 10px;
    right: 12px;
    width: 24px;
    height: 24px;
    background: url(../images/icon_svg/icon_select_arrow.svg) no-repeat;
    z-index: 3;
    transition: transform 0.3s;
  }
}
.common-tab.active .selected::after {
  transform: rotate(180deg);
}
.common-tab ul {
  display: flex;
  border-bottom: 1px solid #ddd;
}
.common-tab ul li {
  margin-bottom: -1px;
  text-align: center;
}
.common-tab ul li a {
  display: block;
  padding: 25px 0 20px;
  font-size: 2rem;
  color: #444;
  transition: color 0.3s;
}
@media screen and (max-width: 1024px) {
  .common-tab ul li a {
    padding: 15px 0 10px;
    font-size: 1.7rem;
  }
}
.common-tab ul li.active {
  border-bottom: 3px solid #FB9A02;
}
.common-tab ul li.active a {
  font-weight: 600;
  color: #FB9A02;
}
.common-tab ul li:hover a {
  color: #FB9A02;
}
.common-tab.split2 ul li {
  width: 50%;
}
.common-tab.split4 ul li {
  width: 25%;
}
.common-tab.split5 ul li {
  width: 20%;
}
.common-tab.split8 ul li {
  width: 12.5%;
}
@media screen and (max-width: 768px) {
  .common-tab.split4, .common-tab.split5, .common-tab.split8 {
    position: relative;
  }
  .common-tab.split4 ul, .common-tab.split5 ul, .common-tab.split8 ul {
    position: absolute;
    top: 0;
    display: none;
    width: 100%;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 8px;
    z-index: 2;
  }
  .common-tab.split4 ul li, .common-tab.split5 ul li, .common-tab.split8 ul li {
    width: 100%;
    height: 44px;
    line-height: 43px;
    padding: 0 15px;
    border-top: 1px solid #ddd;
    text-align: left;
    cursor: pointer;
    transition: background-color 0.3s, color 0.3s;
  }
  .common-tab.split4 ul li a, .common-tab.split5 ul li a, .common-tab.split8 ul li a {
    padding: 0;
    font-size: 1.5rem;
  }
  .common-tab.split4 ul li.active, .common-tab.split5 ul li.active, .common-tab.split8 ul li.active {
    border-bottom: none;
  }
  .common-tab.split4 ul li.active a, .common-tab.split5 ul li.active a, .common-tab.split8 ul li.active a {
    font-weight: 400;
    color: #222;
  }
  .common-tab.split4 ul li:first-child, .common-tab.split5 ul li:first-child, .common-tab.split8 ul li:first-child {
    border-top: none;
  }
}
.common-tab.common-tab-wide {
  margin-top: 0;
}
.common-tab.common-tab-wide ul {
  justify-content: center;
}
.common-tab.common-tab-wide ul li {
  width: 380px;
}
.common-tab.common-tab-wide ul li a {
  padding: 27px 0 21px;
  font-size: 2.6rem;
}
@media screen and (max-width: 1500px) {
  .common-tab.common-tab-wide ul li a {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 1024px) {
  .common-tab.common-tab-wide ul li a {
    padding: 16px 0 13px;
    font-size: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .common-tab.common-tab-wide ul li a {
    padding: 13px 0 12px;
    font-size: 1.7rem;
  }
}

.tab-contents h4 {
  display: none;
}
.tab-contents .gray-box {
  margin: 30px 0;
  padding: 40px;
  background-color: #F9F9F9;
  border-radius: 20px;
}
@media screen and (max-width: 1024px) {
  .tab-contents .gray-box {
    padding: 25px;
  }
}
@media screen and (max-width: 768px) {
  .tab-contents .gray-box {
    margin: 10px 0 20px;
    padding: 15px;
  }
}
.tab-contents .gray-box p {
  font-size: 2rem;
  word-break: keep-all;
}
@media screen and (max-width: 1024px) {
  .tab-contents .gray-box p {
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 768px) {
  .tab-contents .gray-box p {
    font-size: 1.5rem;
  }
}

.rail-swiper-wrap {
  position: relative;
}
@media screen and (max-width: 1024px) {
  .rail-swiper-wrap .rail-swiper {
    overflow: visible;
  }
}
.rail-swiper-wrap .rail-swiper .swiper-slide {
  height: 450px;
  overflow: hidden;
  border-radius: 30px;
}
@media screen and (max-width: 1500px) {
  .rail-swiper-wrap .rail-swiper .swiper-slide {
    height: 30vw;
  }
}
@media screen and (max-width: 1024px) {
  .rail-swiper-wrap .rail-swiper .swiper-slide {
    width: 40%;
    height: 38vw;
  }
}
@media screen and (max-width: 768px) {
  .rail-swiper-wrap .rail-swiper .swiper-slide {
    width: 90%;
    height: 81.2vw;
  }
}
.rail-swiper-wrap .rail-swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.rail-swiper-wrap .rail-swiper .swiper-slide a {
  display: block;
  position: absolute;
  bottom: 14px;
  right: 14px;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.8);
}
.rail-swiper-wrap .rail-swiper .swiper-slide a svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  overflow: visible; /* 움직일 때 잘리지 않도록 설정 */
}
.rail-swiper-wrap .rail-swiper .swiper-slide a svg path {
  stroke: #222222; /* 기본 색상 */
  transition: transform 0.3s ease, stroke 0.3s ease;
}
.rail-swiper-wrap .rail-swiper .swiper-slide a:hover svg path {
  stroke: #FB9A02; /* 호버 시 색상 */
}
.rail-swiper-wrap .rail-swiper .swiper-slide a:hover .arrow-tr {
  transform: translate(2px, -2px);
}
.rail-swiper-wrap .rail-swiper .swiper-slide a:hover .arrow-tl {
  transform: translate(-2px, -2px);
}
.rail-swiper-wrap .rail-swiper .swiper-slide a:hover .arrow-br {
  transform: translate(2px, 2px);
}
.rail-swiper-wrap .rail-swiper .swiper-slide a:hover .arrow-bl {
  transform: translate(-2px, 2px);
}
.rail-swiper-wrap .swiper-button-prev, .rail-swiper-wrap .swiper-button-next {
  width: 40px;
  height: 40px;
  mask: url("../images/icon_svg/icon_swiper_arrow.svg") no-repeat center;
  -webkit-mask: url("../images/icon_svg/icon_swiper_arrow.svg") no-repeat center;
  background-color: #444;
  transition: background-color 0.3s, left 0.3s, right 0.3s;
}
@media screen and (max-width: 1024px) {
  .rail-swiper-wrap .swiper-button-prev, .rail-swiper-wrap .swiper-button-next {
    display: none;
  }
}
.rail-swiper-wrap .swiper-button-prev::after, .rail-swiper-wrap .swiper-button-next::after {
  display: none;
}
.rail-swiper-wrap .swiper-button-prev:hover, .rail-swiper-wrap .swiper-button-next:hover {
  background-color: #FB9A02;
}
.rail-swiper-wrap .swiper-button-prev {
  transform: rotate(180deg);
  left: -70px;
}
@media screen and (max-width: 1500px) {
  .rail-swiper-wrap .swiper-button-prev {
    left: -50px;
  }
}
.rail-swiper-wrap .swiper-button-prev:hover {
  left: -75px;
}
@media screen and (max-width: 1500px) {
  .rail-swiper-wrap .swiper-button-prev:hover {
    left: -55px;
  }
}
.rail-swiper-wrap .swiper-button-next {
  right: -70px;
}
@media screen and (max-width: 1500px) {
  .rail-swiper-wrap .swiper-button-next {
    right: -50px;
  }
}
.rail-swiper-wrap .swiper-button-next:hover {
  right: -75px;
}
@media screen and (max-width: 1500px) {
  .rail-swiper-wrap .swiper-button-next:hover {
    right: -55px;
  }
}

.btn-link-arr {
  color: #FB9A02;
  text-decoration: underline;
  transition: color 0.3s;
}
.btn-link-arr::after {
  display: inline-block;
  content: "";
  width: 24px;
  height: 24px;
  margin: -3px 0 0 5px;
  mask: url("../images/icon_svg/icon_link_arrow.svg") no-repeat center;
  -webkit-mask: url("../images/icon_svg/icon_link_arrow.svg") no-repeat center;
  background-color: #FB9A02;
  vertical-align: middle;
  transition: background-color 0.3s;
}
@media screen and (max-width: 768px) {
  .btn-link-arr::after {
    width: 20px;
    height: 20px;
    margin: -1px 0 0 2px;
    mask-size: 20px 20px;
  }
}
.btn-link-arr:hover {
  color: #ED1940;
}
.btn-link-arr:hover::after {
  background-color: #ED1940;
}

.info-map-wrap {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
}
@media screen and (max-width: 1500px) {
  .info-map-wrap {
    gap: 50px;
  }
}
@media screen and (max-width: 1024px) {
  .info-map-wrap {
    gap: 30px;
  }
}
@media screen and (max-width: 768px) {
  .info-map-wrap {
    flex-direction: column-reverse;
    gap: 15px;
  }
}
@media screen and (max-width: 768px) {
  .info-map-wrap > ul {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
  }
}
.info-map-wrap > ul li {
  display: flex;
  align-items: center;
  gap: 12px;
  width: 280px;
  margin-bottom: 10px;
  padding: 4px 5px;
  border: 1px solid #222;
  border-radius: 27px;
  cursor: pointer;
}
@media screen and (max-width: 1500px) {
  .info-map-wrap > ul li {
    width: 260px;
  }
}
@media screen and (max-width: 1024px) {
  .info-map-wrap > ul li {
    width: 200px;
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 768px) {
  .info-map-wrap > ul li {
    width: calc(50% - 3.5px);
    margin-bottom: 0;
  }
}
.info-map-wrap > ul li span {
  display: block;
  width: 42px;
  height: 42px;
  line-height: 42px;
  font-size: 2.8rem;
  font-weight: 700;
  color: #fff;
  background-color: #222;
  text-align: center;
  border-radius: 50%;
}
@media screen and (max-width: 1500px) {
  .info-map-wrap > ul li span {
    width: 36px;
    height: 36px;
    line-height: 36px;
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 1024px) {
  .info-map-wrap > ul li span {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .info-map-wrap > ul li span {
    width: 24px;
    height: 24px;
    line-height: 24px;
    font-size: 1.7rem;
  }
}
.info-map-wrap > ul li p {
  font-size: 2.2rem;
  font-weight: 500;
}
@media screen and (max-width: 1500px) {
  .info-map-wrap > ul li p {
    font-size: 2rem;
  }
}
@media screen and (max-width: 1024px) {
  .info-map-wrap > ul li p {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .info-map-wrap > ul li p {
    font-size: 1.5rem;
  }
}
.info-map-wrap > ul li.active {
  padding: 5px;
  background: linear-gradient(107.56deg, #FCAF17 0%, #F58220 50%, #ED193F 100%);
  border: none;
}
.info-map-wrap > ul li.active span {
  background-color: #fff;
  color: #FB9A02;
}
.info-map-wrap > ul li.active p {
  font-weight: 700;
  color: #fff;
}
.info-map-wrap .info-map-view {
  position: relative;
}
.info-map-wrap .info-map-view ul {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.info-map-wrap .info-map-view ul li {
  position: absolute;
  width: 5%;
  height: 10.7%;
  text-indent: -9999px;
  cursor: pointer;
}
.info-map-wrap .info-map-view ul.map-shuttle li:first-child {
  top: 62.1%;
  left: 72.8%;
}
.info-map-wrap .info-map-view ul.map-shuttle li:nth-child(2) {
  top: 13.6%;
  left: 73%;
}
.info-map-wrap .info-map-view ul.map-shuttle li:nth-child(3) {
  top: 33.4%;
  left: 14.1%;
}
.info-map-wrap .info-map-view ul.map-gyj1 li:first-child {
  top: 36.4%;
  left: 85.5%;
}
.info-map-wrap .info-map-view ul.map-gyj1 li:nth-child(2) {
  top: 44%;
  left: 51.3%;
}
.info-map-wrap .info-map-view ul.map-gyj1 li:nth-child(3) {
  top: 34.1%;
  left: 56.3%;
}
.info-map-wrap .info-map-view ul.map-gyj1 li:nth-child(4) {
  top: 21.9%;
  left: 56.3%;
}
.info-map-wrap .info-map-view ul.map-gyj1 li:nth-child(5) {
  top: 22.8%;
  left: 45%;
}
.info-map-wrap .info-map-view ul.map-gyj1 li:nth-child(6) {
  top: 43.4%;
  left: 27.4%;
}
.info-map-wrap .info-map-view ul.map-gyj1 li:nth-child(7) {
  top: 21.2%;
  left: 19.3%;
}
.info-map-wrap .info-map-view ul.map-gyj1 li:nth-child(8) {
  top: 14.5%;
  left: 6.6%;
}
.info-map-wrap .info-map-view ul.map-gyj2 li:first-child {
  top: 48.3%;
  left: 42.4%;
}
.info-map-wrap .info-map-view ul.map-gyj2 li:nth-child(2) {
  top: 28.3%;
  left: 6.9%;
}
.info-map-wrap .info-map-view ul.map-gyj2 li:nth-child(3) {
  top: 31.7%;
  left: 53.5%;
}
.info-map-wrap .info-map-view ul.map-gyj2 li:nth-child(4) {
  top: 52.1%;
  left: 70%;
}
.info-map-wrap .info-map-view ul.map-gg li:first-child {
  top: 41.4%;
  left: 42.9%;
}
.info-map-wrap .info-map-view ul.map-gg li:nth-child(2) {
  top: 41.4%;
  left: 85.8%;
}
.info-map-wrap .info-map-view ul.map-gg li:nth-child(3) {
  top: 53.4%;
  left: 83.3%;
}
.info-map-wrap .info-map-view ul.map-gg li:nth-child(4) {
  top: 39.3%;
  left: 75%;
}
.info-map-wrap .info-map-view ul.map-gg li:nth-child(5) {
  top: 27.6%;
  left: 53.4%;
}
.info-map-wrap .info-map-view ul.map-gg li:nth-child(6) {
  top: 40.7%;
  left: 34.1%;
}
.info-map-wrap .info-map-view ul.map-gg li:nth-child(7) {
  top: 27.6%;
  left: 35.8%;
}
.info-map-wrap .info-map-view ul.map-pet li:first-child {
  top: 55.5%;
  left: 48.4%;
}
.info-map-wrap .info-map-view ul.map-pet li:nth-child(2) {
  top: 13.3%;
  left: 45.9%;
}
.info-map-wrap .info-map-view ul.map-pet li:nth-child(3) {
  top: 44.1%;
  left: 10.8%;
}
.info-map-wrap .info-map-view ul.map-pet li:nth-child(4) {
  top: 46.2%;
  left: 80.2%;
}
.info-map-wrap .info-map-view ul.map-pet li:nth-child(5) {
  top: 37.6%;
  left: 71.3%;
}
.info-map-wrap .info-map-view ul.map-pet li:nth-child(6) {
  top: 60%;
  left: 80.2%;
}
.info-map-wrap .info-map-view ul.map-gp li:first-child {
  top: 46.9%;
  left: 14.8%;
}
.info-map-wrap .info-map-view ul.map-gp li:nth-child(2) {
  top: 70%;
  left: 29.2%;
}
.info-map-wrap .info-map-view ul.map-gp li:nth-child(3) {
  top: 6.7%;
  left: 76.5%;
}
.info-map-wrap .info-map-view ul.map-gp li:nth-child(4) {
  top: 35.2%;
  left: 60.8%;
}

.swiper-header {
  margin-bottom: 40px;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .swiper-header {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 768px) {
  .swiper-header {
    margin-bottom: 20px;
  }
}
.swiper-header h3 {
  font-size: 6rem;
  font-weight: 700;
}
@media screen and (max-width: 1500px) {
  .swiper-header h3 {
    font-size: clamp(3rem, 4.3vw, 6rem);
  }
}
.swiper-header h3 + p {
  margin-top: 30px;
  font-size: 2.4rem;
}
@media screen and (max-width: 1500px) {
  .swiper-header h3 + p {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 1024px) {
  .swiper-header h3 + p {
    margin-top: 20px;
    font-size: 1.9rem;
  }
}
@media screen and (max-width: 768px) {
  .swiper-header h3 + p {
    margin-top: 15px;
    font-size: 1.5rem;
  }
}
.swiper-header h3 + p strong {
  font-weight: 600;
}
.swiper-header h5 {
  font-size: 5rem;
  font-weight: 200;
}
@media screen and (max-width: 1500px) {
  .swiper-header h5 {
    font-size: clamp(2.8rem, 4vw, 5rem);
  }
}
.swiper-header h5 span {
  font-weight: 700;
}
.swiper-header p {
  margin-top: 10px;
  font-size: 2rem;
  color: #444;
  word-break: keep-all;
}
@media screen and (max-width: 1500px) {
  .swiper-header p {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 768px) {
  .swiper-header p {
    font-size: 1.5rem;
  }
}
.swiper-header p span {
  color: #ED1940;
}
.swiper-header p .sb {
  display: none;
}
@media screen and (max-width: 768px) {
  .swiper-header p .sb {
    display: block;
  }
}

.aticle-title {
  font-size: 2.8rem;
  font-weight: 700;
}
@media screen and (max-width: 1024px) {
  .aticle-title {
    font-size: clamp(1.9rem, 2.6vw, 2.8rem);
  }
}

.time-table {
  margin-bottom: 60px;
}
@media screen and (max-width: 1024px) {
  .time-table {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 768px) {
  .time-table {
    margin-bottom: 30px;
  }
}
.time-table .point-table {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .time-table .point-table {
    display: flex;
    width: 100%;
    margin-top: 10px;
  }
  .time-table .point-table thead {
    width: 75px;
  }
  .time-table .point-table thead th {
    border-left: none;
  }
  .time-table .point-table tbody {
    display: flex;
    width: calc(100% - 75px);
  }
  .time-table .point-table tbody tr {
    display: block;
    width: 100%;
  }
  .time-table .point-table tbody tr td:first-child {
    background-color: #f9f9f9;
    border-left: 1px solid #ddd;
  }
  .time-table .point-table th, .time-table .point-table td {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 48px;
  }
  .time-table .point-table th {
    width: 75px;
  }
}
@media screen and (max-width: 768px) {
  .time-table .point-table.pc-only {
    display: none;
  }
}
.time-table .point-table.mo-only {
  display: none;
}
@media screen and (max-width: 768px) {
  .time-table .point-table.mo-only {
    display: table;
  }
  .time-table .point-table.mo-only tbody {
    display: table-row-group;
  }
  .time-table .point-table.mo-only tbody tr {
    display: table-row;
  }
  .time-table .point-table.mo-only tbody tr th {
    width: 120px;
  }
  .time-table .point-table.mo-only th, .time-table .point-table.mo-only td {
    display: table-cell;
  }
}
.time-table + .flex-box {
  margin-bottom: 60px;
}
@media screen and (max-width: 1024px) {
  .time-table + .flex-box {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 768px) {
  .time-table + .flex-box {
    margin-bottom: 30px;
  }
}

.flex-box-item {
  width: 50%;
  padding: 30px;
  border: 1px solid #eee;
  border-radius: 20px;
  box-shadow: 0px 0px 10px 0px rgba(34, 34, 34, 0.0784313725);
}
@media screen and (max-width: 1024px) {
  .flex-box-item {
    padding: 20px;
    box-shadow: 0px 0px 4px 0px rgba(34, 34, 34, 0.0392156863);
  }
}
@media screen and (max-width: 768px) {
  .flex-box-item {
    width: 100%;
  }
}
.flex-box-item .aticle-title {
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .flex-box-item .aticle-title {
    margin-bottom: 14px;
    text-align: center;
  }
}
.flex-box-item .guide-detail > div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 14px;
}
@media screen and (max-width: 1024px) {
  .flex-box-item .guide-detail > div {
    margin-top: 10px;
  }
}
.flex-box-item .guide-detail > div span {
  flex-shrink: 0;
  font-size: 2rem;
  font-weight: 500;
}
@media screen and (max-width: 1024px) {
  .flex-box-item .guide-detail > div span {
    font-size: clamp(1.5rem, 2vw, 2rem);
  }
}
.flex-box-item .guide-detail > div .gd1 {
  width: 200px;
  padding: 9px 0;
  background-color: #f9f9f9;
  border-radius: 8px;
  text-align: center;
}
@media screen and (max-width: 1500px) {
  .flex-box-item .guide-detail > div .gd1 {
    width: 160px;
  }
}
@media screen and (max-width: 1024px) {
  .flex-box-item .guide-detail > div .gd1 {
    width: 120px;
  }
}
@media screen and (max-width: 768px) {
  .flex-box-item .guide-detail > div .gd1 {
    padding: 6px 0;
  }
}
.flex-box-item .guide-detail > div .gd2 {
  padding-left: 20px;
  background-color: #fff;
  text-align: right;
}
@media screen and (max-width: 1024px) {
  .flex-box-item .guide-detail > div .gd2 {
    padding-left: 10px;
  }
}
.flex-box-item .guide-detail > div hr {
  width: 100%;
  margin-left: 20px;
  flex-shrink: 1;
  opacity: 0.3;
}
@media screen and (max-width: 1024px) {
  .flex-box-item .guide-detail > div hr {
    margin-left: 10px;
  }
}
.flex-box-item .guide-detail ul {
  margin-top: 15px;
  margin-left: 13px;
}
.flex-box-item .guide-detail ul li {
  margin-top: 5px;
  font-size: 1.8rem;
  color: #444;
  word-break: keep-all;
}
@media screen and (max-width: 1024px) {
  .flex-box-item .guide-detail ul li {
    font-size: clamp(1.5rem, 1.8vw, 1.8rem);
  }
}
.flex-box-item .guide-detail ul li::before {
  display: inline-block;
  content: "";
  width: 4px;
  height: 4px;
  margin: 0 7px 0 -11px;
  background-color: #444;
  border-radius: 50%;
  vertical-align: middle;
}
.flex-box .res-info-box {
  width: 50%;
  padding: 26px 30px;
}
@media screen and (max-width: 1024px) {
  .flex-box .res-info-box {
    padding: 20px 25px;
  }
}
@media screen and (max-width: 768px) {
  .flex-box .res-info-box {
    display: flex;
    width: 100%;
    margin-bottom: 0;
    padding: 15px 20px;
  }
}
.flex-box .res-info-box .title {
  width: 200px;
}
@media screen and (max-width: 1500px) {
  .flex-box .res-info-box .title {
    width: 110px;
  }
}
@media screen and (max-width: 1024px) {
  .flex-box .res-info-box .title {
    width: 90px;
  }
}
@media screen and (max-width: 768px) {
  .flex-box .res-info-box .title {
    flex-direction: column;
  }
}
.flex-box .res-info-box .title i {
  width: 80px;
  height: 80px;
}
@media screen and (max-width: 1024px) {
  .flex-box .res-info-box .title i {
    width: 50px;
    height: 50px;
  }
}
.flex-box .res-info-box .title span {
  font-size: 2.4rem;
  color: #FB9A02;
}
@media screen and (max-width: 1024px) {
  .flex-box .res-info-box .title span {
    font-size: clamp(1.5rem, 2.3vw, 2.4rem);
  }
}
.flex-box .res-info-box p {
  font-size: 2.4rem;
  font-weight: 500;
  word-break: keep-all;
}
@media screen and (max-width: 1024px) {
  .flex-box .res-info-box p {
    font-size: clamp(1.7rem, 2.4vw, 2.4rem);
  }
}
.flex-box .res-info-box.pet {
  margin-bottom: 60px;
}
@media screen and (max-width: 1500px) {
  .flex-box .res-info-box.pet {
    gap: 20px;
  }
}
@media screen and (max-width: 768px) {
  .flex-box .res-info-box.pet {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  .flex-box .res-info-box.pet + .pet {
    margin-bottom: 30px;
  }
}
.flex-box .res-info-box.pet p {
  font-weight: 400;
}
@media screen and (max-width: 1500px) {
  .flex-box .res-info-box.pet p {
    font-size: clamp(1.6rem, 1.6vw, 2.4rem);
  }
}
@media screen and (max-width: 1024px) {
  .flex-box .res-info-box.pet p {
    font-size: clamp(1.6rem, 2vw, 2rem);
  }
}
.flex-box .res-info-box.pet p span {
  color: #ED1940;
}
@media screen and (max-width: 1024px) {
  .flex-box .res-info-box.pet p br {
    display: none;
  }
}

.loca-map {
  margin-bottom: 60px;
}
@media screen and (max-width: 1024px) {
  .loca-map {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 768px) {
  .loca-map {
    margin-bottom: 30px;
  }
}
.loca-map .root_daum_roughmap {
  width: 100%;
}
.loca-map .root_daum_roughmap .cont {
  display: none;
}
.loca-map .root_daum_roughmap .wrap_map {
  height: 600px;
}
@media screen and (max-width: 1500px) {
  .loca-map .root_daum_roughmap .wrap_map {
    height: 40vw;
    min-height: 260px;
  }
}

.route-box {
  padding-top: 36px;
}
@media screen and (max-width: 768px) {
  .route-box {
    padding-top: 10px;
  }
}
.route-box > div {
  display: flex;
  align-items: center;
  margin-top: 14px;
}
@media screen and (max-width: 768px) {
  .route-box > div {
    display: block;
    margin-top: 20px;
  }
}
.route-box > div .title {
  flex-shrink: 0;
  display: block;
  width: 200px;
  padding: 9px;
  font-size: 2rem;
  font-weight: 500;
  background-color: #f9f9f9;
  border-radius: 8px;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .route-box > div .title {
    width: 160px;
    font-size: clamp(1.5rem, 2vw, 2rem);
  }
}
@media screen and (max-width: 768px) {
  .route-box > div .title {
    width: 100%;
    margin-bottom: 14px;
  }
}
.route-box > div p {
  margin-left: 20px;
  font-size: 2rem;
  word-break: keep-all;
}
@media screen and (max-width: 1024px) {
  .route-box > div p {
    font-size: clamp(1.5rem, 2vw, 2rem);
  }
}
@media screen and (max-width: 768px) {
  .route-box > div p {
    text-align: center;
  }
}
.route-box > div p i {
  display: inline-block;
  width: 24px;
  height: 24px;
  margin: -3px 4px 0;
  background: url("../images/icon_svg/icon_link_arrow.svg") no-repeat;
  vertical-align: middle;
  background-size: cover !important;
}
@media screen and (max-width: 768px) {
  .route-box > div p i {
    width: 20px;
    height: 20px;
  }
}

.check-list {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 60px;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .check-list {
    gap: 10px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 768px) {
  .check-list {
    flex-wrap: wrap;
    gap: 8px;
  }
}
.check-list li {
  width: 335px;
  height: 335px;
  padding-top: 30px;
  font-size: 2.2rem;
  border: 1px solid #EEE;
  border-radius: 50%;
  box-shadow: 0px 0px 10px 0px rgba(34, 34, 34, 0.0784313725);
}
@media screen and (max-width: 1500px) {
  .check-list li {
    height: 22.3vw;
    padding-top: 3.4vw;
    font-size: 1.9rem;
  }
}
@media screen and (max-width: 1024px) {
  .check-list li {
    padding-top: 2.4vw;
    border-radius: 20px;
    box-shadow: 0px 0px 4px 0px rgba(34, 34, 34, 0.0392156863);
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .check-list li {
    height: 190px;
    padding-top: 15px;
    width: calc(50% - 4px);
    font-size: 1.5rem;
  }
}
.check-list li span {
  font-weight: 700;
  color: #FB9A02;
}
.check-list li em {
  font-size: 1.8rem;
}
@media screen and (max-width: 1024px) {
  .check-list li em {
    font-size: 1.5rem;
  }
}
.check-list li::before {
  display: block;
  content: "";
  height: 140px;
  margin-bottom: 10px;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: contain !important;
}
@media screen and (max-width: 1500px) {
  .check-list li::before {
    height: 8vw;
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 768px) {
  .check-list li::before {
    height: 80px;
  }
}
.check-list li:nth-child(1)::before {
  background-image: url("../images/rail/check_list_img1.png");
}
.check-list li:nth-child(2)::before {
  background-image: url("../images/rail/check_list_img2.png");
}
.check-list li:nth-child(3)::before {
  background-image: url("../images/rail/check_list_img3.png");
}
.check-list li:nth-child(4)::before {
  background-image: url("../images/rail/check_list_img4.png");
}
.check-list.pet li:nth-child(1)::before {
  background-image: url("../images/rail/pet_list_img1.png");
}
.check-list.pet li:nth-child(2)::before {
  background-image: url("../images/rail/pet_list_img2.png");
}
.check-list.pet li:nth-child(3)::before {
  background-image: url("../images/rail/pet_list_img3.png");
}
.check-list.pet li:nth-child(4)::before {
  background-image: url("../images/rail/pet_list_img4.png");
}

.spring-call ol {
  display: flex;
  justify-content: space-between;
  position: relative;
  margin: 20px 0;
}
.spring-call ol::before, .spring-call ol::after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  margin-left: -20px;
  background: url("../images/icon_svg/icon_swiper_arrow.svg") no-repeat;
  background-size: cover !important;
}
@media screen and (max-width: 1024px) {
  .spring-call ol::before, .spring-call ol::after {
    width: 30px;
    height: 30px;
  }
}
@media screen and (max-width: 768px) {
  .spring-call ol::before, .spring-call ol::after {
    width: 20px;
    height: 20px;
  }
}
.spring-call ol::before {
  left: 32.9%;
}
@media screen and (max-width: 768px) {
  .spring-call ol::before {
    left: 35.6%;
  }
}
.spring-call ol::after {
  left: 68%;
}
@media screen and (max-width: 1024px) {
  .spring-call ol::after {
    left: 69.5%;
  }
}
@media screen and (max-width: 768px) {
  .spring-call ol::after {
    left: 71.4%;
  }
}
.spring-call ol li {
  width: 413px;
  padding: 28px;
  border: 1px solid #EEE;
  border-radius: 20px;
  box-shadow: 0px 0px 10px 0px rgba(34, 34, 34, 0.0784313725);
  text-align: center;
}
@media screen and (max-width: 1500px) {
  .spring-call ol li {
    width: 26vw;
  }
}
@media screen and (max-width: 1024px) {
  .spring-call ol li {
    padding: 20px 10px;
    box-shadow: 0px 0px 4px 0px rgba(34, 34, 34, 0.0392156863);
  }
}
@media screen and (max-width: 768px) {
  .spring-call ol li {
    width: 25vw;
    padding: 14px 5px;
  }
}
.spring-call ol li span {
  font-size: 2.4rem;
  font-weight: 700;
  color: #FB9A02;
  word-break: keep-all;
}
@media screen and (max-width: 1024px) {
  .spring-call ol li span {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 768px) {
  .spring-call ol li span {
    font-size: 1.5rem;
  }
}
.spring-call ol li::before {
  display: block;
  content: "";
  height: 80px;
  margin-bottom: 10px;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: contain !important;
}
@media screen and (max-width: 1024px) {
  .spring-call ol li::before {
    height: 60px;
  }
}
@media screen and (max-width: 768px) {
  .spring-call ol li::before {
    height: 50px;
  }
}
.spring-call ol li:nth-child(1)::before {
  background-image: url("../images/rail/spring_img1.png");
}
.spring-call ol li:nth-child(2)::before {
  background-image: url("../images/rail/spring_img2.png");
}
.spring-call ol li:nth-child(3)::before {
  background-image: url("../images/rail/spring_img3.png");
}
.spring-call .info-list {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.spring-call .info-list .qr-box {
  display: flex;
  align-items: center;
  padding: 20px 40px;
  background-color: #f9f9f9;
  border-radius: 20px;
}
@media screen and (max-width: 1024px) {
  .spring-call .info-list .qr-box {
    display: none;
  }
}
.spring-call .info-list .qr-box p {
  flex-shrink: 0;
  margin-right: 15px;
  font-size: 2rem;
  font-weight: 500;
  text-align: center;
}
.spring-call .btn-area {
  display: none !important;
}
@media screen and (max-width: 1024px) {
  .spring-call .btn-area {
    display: flex !important;
    margin-top: 30px !important;
  }
}
@media screen and (max-width: 768px) {
  .spring-call .btn-area {
    margin-top: 15px !important;
  }
}
.spring-call .btn-area .btn2 {
  width: 335px !important;
}
.spring-call .btn-area .btn2.i-plus::after {
  display: inline-block;
  content: "";
  mask: url("../images/icon_svg/icon_station_click_plus.svg") no-repeat;
  -webkit-mask: url("../images/icon_svg/icon_station_click_plus.svg") no-repeat;
  background-color: #fff;
}

.pet-sub-title {
  margin: 80px 0 40px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .pet-sub-title {
    margin: 40px 0 30px;
  }
}
.pet-sub-title p {
  font-size: 2.8rem;
}
@media screen and (max-width: 1500px) {
  .pet-sub-title p {
    font-size: clamp(2.2rem, 2.2vw, 2.8rem);
  }
}
.pet-sub-title p span {
  font-size: 4.2rem;
  font-weight: 700;
  color: #FB9A02;
}
@media screen and (max-width: 1500px) {
  .pet-sub-title p span {
    font-size: clamp(2.4rem, 3vw, 4.2rem);
  }
}

.pet-movie {
  position: relative;
  height: 700px;
  border-radius: 60px;
  overflow: hidden;
}
@media screen and (max-width: 1500px) {
  .pet-movie {
    height: 45.6vw;
  }
}
@media screen and (max-width: 1024px) {
  .pet-movie {
    border-radius: 20px;
  }
}
.pet-movie iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 56.25vw; /* 16:9 비율 */
}

.wba {
  word-break: break-all !important;
}

@media screen and (max-width: 768px) {
  .en .line-break {
    display: block;
    margin-top: -25px;
    line-height: 1.2;
  }
}
.en .line-break br {
  display: none;
}
@media screen and (max-width: 768px) {
  .en .line-break br {
    display: block;
  }
}
.en .res-info .res-info-gray-box .caution-text p {
  font-size: 2.4rem;
}
@media screen and (max-width: 768px) {
  .en .res-info .res-info-gray-box .caution-text p {
    font-size: 1.4rem;
  }
}
.en .res-info .res-info-gray-box .res-info-w-flex .res-info-w-box h3 {
  font-size: 2.2rem;
}
@media screen and (max-width: 1024px) {
  .en .res-info .res-info-gray-box .res-info-w-flex .res-info-w-box h3 {
    font-size: 1.8rem;
  }
}
.en .rail-wrap .intro-title h3 {
  font-size: 4.2rem;
}
@media screen and (max-width: 1500px) {
  .en .rail-wrap .intro-title h3 {
    font-size: clamp(2rem, 3.4vw, 4.2rem);
  }
}
@media screen and (max-width: 1024px) {
  .en .rail-wrap .rail-map-wrap .rail-type-box .rail-type {
    padding: 22px 3px;
  }
}
@media screen and (max-width: 768px) {
  .en .rail-wrap .rail-map-wrap .rail-type-box .rail-type {
    justify-content: space-evenly;
    padding: 12px 15px 12px 5px;
  }
}
.en .rail-wrap .rail-map-wrap .rail-type-box .rail-type a {
  justify-content: space-evenly;
}
.en .rail-wrap .rail-map-wrap .rail-type-box .rail-type .rail-state {
  width: 300px;
}
@media screen and (max-width: 1500px) {
  .en .rail-wrap .rail-map-wrap .rail-type-box .rail-type .rail-state {
    width: 24vw;
  }
}
@media screen and (max-width: 1024px) {
  .en .rail-wrap .rail-map-wrap .rail-type-box .rail-type .rail-state {
    width: 220px;
  }
}
@media screen and (max-width: 768px) {
  .en .rail-wrap .rail-map-wrap .rail-type-box .rail-type .rail-state {
    width: 190px;
  }
}
.en .rail-wrap .rail-map-wrap .rail-type-box .rail-type .rail-state > span {
  display: block;
  line-height: 1.2;
}
@media screen and (max-width: 1024px) {
  .en .rail-wrap .rail-map-wrap .rail-type-box .rail-type .rail-state > span {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .en .rail-wrap .rail-map-wrap .rail-type-box .rail-type .rail-state > span {
    font-size: 1.4rem;
  }
}
.en .rail-wrap .rail-map-wrap .rail-type-box .rail-type .rail-state em {
  padding: 7px 10px;
}
@media screen and (max-width: 1024px) {
  .en .rail-wrap .rail-map-wrap .rail-type-box .rail-type .rail-state em {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .en .rail-wrap .rail-map-wrap .rail-type-box .rail-type .rail-state em {
    padding: 7px 5px;
    font-size: 1.4rem;
  }
}
.en .common-tab ul li a {
  font-size: 1.8rem;
}
@media screen and (max-width: 1500px) {
  .en .common-tab ul li a {
    padding: 15px 0 10px;
    line-height: 1.4;
    font-size: 1.9rem;
  }
}
@media screen and (max-width: 1024px) {
  .en .common-tab ul li a {
    padding: 11px 0 7px;
    font-size: clamp(1.5rem, 1.6vw, 1.9rem);
  }
}
@media screen and (max-width: 768px) {
  .en .common-tab ul li a {
    line-height: 1.5;
  }
}
.en .common-tab ul li a br {
  display: none;
}
@media screen and (max-width: 1500px) {
  .en .common-tab ul li a br {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .en .common-tab ul li a br {
    display: none;
  }
}
.en .common-tab.common-tab-wide ul li {
  width: 500px;
}
.en .common-tab.common-tab-wide ul li a {
  padding: 27px 0 21px;
  font-size: 2.6rem;
}
@media screen and (max-width: 1500px) {
  .en .common-tab.common-tab-wide ul li a {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 1024px) {
  .en .common-tab.common-tab-wide ul li a {
    padding: 16px 0 13px;
    font-size: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .en .common-tab.common-tab-wide ul li a {
    padding: 13px 0 12px;
    font-size: 1.7rem;
  }
}
.en .common-tab.common-tab-wide ul li a br {
  display: none;
}
@media screen and (max-width: 768px) {
  .en .common-tab.common-tab-wide ul li a br {
    display: block;
  }
}
.en .info-map-wrap {
  gap: 30px;
}
@media screen and (max-width: 768px) {
  .en .info-map-wrap {
    gap: 15px;
  }
}
.en .info-map-wrap > ul li {
  width: 360px;
}
@media screen and (max-width: 1500px) {
  .en .info-map-wrap > ul li {
    width: 320px;
  }
}
@media screen and (max-width: 1024px) {
  .en .info-map-wrap > ul li {
    width: 250px;
  }
}
@media screen and (max-width: 768px) {
  .en .info-map-wrap > ul li {
    gap: 5px;
    width: calc(50% - 3.5px);
  }
}
@media screen and (max-width: 768px) {
  .en .info-map-wrap > ul li span {
    flex-shrink: 0;
    width: 20px;
    height: 20px;
    line-height: 20px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 1024px) {
  .en .info-map-wrap > ul li p {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 768px) {
  .en .info-map-wrap > ul li p {
    font-size: 1rem;
  }
}
.en .swiper-header h3 {
  font-size: 5rem;
}
@media screen and (max-width: 1500px) {
  .en .swiper-header h3 {
    font-size: clamp(2.2rem, 4.3vw, 5rem);
  }
}
@media screen and (max-width: 1500px) {
  .en .swiper-header h5 {
    font-size: clamp(2.5rem, 4vw, 5rem);
  }
}
.en .time-table .point-table thead {
  width: 100px;
}
.en .time-table .point-table tbody {
  width: calc(100% - 100px);
}
.en .time-table .point-table th {
  width: 100px;
}
@media screen and (max-width: 1500px) {
  .en .flex-box-item .guide-detail > div span {
    font-size: clamp(1.5rem, 1.5vw, 2rem);
  }
}
@media screen and (max-width: 1024px) {
  .en .flex-box-item .guide-detail > div span {
    font-size: clamp(1.3rem, 1.7vw, 1.6rem);
  }
}
.en .flex-box-item .guide-detail > div .gd1 {
  padding: 9px 7px;
}
@media screen and (max-width: 1024px) {
  .en .flex-box-item .guide-detail > div .gd1 {
    width: 140px;
    padding: 9px 5px;
  }
}
@media screen and (max-width: 768px) {
  .en .flex-box-item .guide-detail > div .gd1 {
    padding: 6px 3px;
  }
}
.en .flex-box .res-info-box p {
  font-size: 2rem;
}
@media screen and (max-width: 1500px) {
  .en .flex-box .res-info-box p {
    font-size: clamp(1.4rem, 1.6vw, 2rem);
  }
}
.en .pet-sub-title p {
  font-size: 2.4rem;
}
@media screen and (max-width: 1500px) {
  .en .pet-sub-title p {
    font-size: clamp(1.7rem, 2.2vw, 2.4rem);
  }
}
.en .pet-sub-title p span {
  font-size: 3.4rem;
}
@media screen and (max-width: 1500px) {
  .en .pet-sub-title p span {
    font-size: clamp(2rem, 3vw, 3.4rem);
  }
}
.en .pet-sub-title p br {
  display: none;
}
@media screen and (max-width: 1500px) {
  .en .pet-sub-title p br {
    display: block;
  }
}