@charset "UTF-8";
@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard/dist/web/static/pretendard.css");

@font-face {
  font-family: "GangwonEduPowerExtraBold";
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2201-2@1.0/GangwonEduPowerExtraBoldA.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
/*반응형*/
@media (min-width: 415px) {
  * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: -apple-system, BlinkMacSystemFont, "Apple SD Gothic Neo", "Pretendard", "Helvetica Neue", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
    letter-spacing: -0.05em;
  }
}

html,
:root {
  --White: #fff;
  --Gray-Pale: #f6f7f9;
  --Gray-Lightest: #f3f4f5;
  --Gray-Border: #d5dbe0;
  --Gray-Light: #9ea3ab;
  --Gray-Lighter: #c5c9d0;
  --Gray-Mid: #6f737a;
  --Gray-Dark: #252d3a;
  --Black: #000;
  --Yellow: #fdd000;
  --Orange: #ff7900;
  --Sale: #fe5f57;
  --Red-color: #fe5f57;
  --Green-color: #009944;
  --Main-color: #036eb8;
  --Main-light: #00b4e3;
  --Main-deep: #00448d;
  --Mint-blue: #00c2d5;
  --Blue: #1c61a6;
  --Main-gra: linear-gradient(to left, #1da3ec, #036eb8);
  --Main-gra-rev: linear-gradient(to right, #1da3ec, #036eb8);
  --Width: 1200px;
  --padding: 24px;
  --Input-rect: 18px;
  --Input-h: 36px;
  --Cell-h: 50px;
  --Font-size: 14px;
  --Top-h: 80px;
  --Map-color: #f6f7f9;
  --Won: "₩";
  --Input-h: 60px;
  --Input-rect: 20px;
  --color-size: calc(100% / 12);
}

/*공통*/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  letter-spacing: -0.03em;
  -webkit-overflow-scrolling: touch;
}
img {
  border: none;
  vertical-align: top;
  max-width: 100%;
}
html,
body {
  font-family: -apple-system, BlinkMacSystemFont, "Apple SD Gothic Neo", "Pretendard", "Helvetica Neue", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
  height: 100%;
  color: var(--Gray-Dark);
  font-size: 16px;
}

body {
  margin: 0;
  padding: 0;
  font-size: var(--Font-size);
  overflow-x: hidden;
  font-size: 16px;
}
span {
  font-size: inherit;
}
li {
  list-style: none;
  margin: 0;
  padding: 0;
}
a {
  color: inherit;
  text-decoration: none;
  transition: 0.2s;
  font-size: inherit;
}
textarea {
  border: 1px solid #ddd;
  width: 100%;
  height: 6em;
  padding: 15px;
  font-size: 1rem;
}
*::placeholder {
  color: var(--Gray-Light);
}
/*----------checkbox----------*/
input[type="text"],
input[type="password"],
input[type="number"],
input[type="tel"] {
  height: var(--Input-h);
  border: 1px solid var(--Gray-Border);
  padding: 0 var(--padding);
  border-radius: 6px;
  width: 100%;
  font-size: 1em;
}

h1 {
  font-size: 48px;
}
h2 {
  font-size: 32px;
}
h3 {
  font-size: var(--padding);
}
h4 {
  font-size: 18px;
}
h5 {
  font-size: 16px;
}
h6 {
  font-size: 14px;
}
.option.color-var {
  display: flex;
  gap: 20px;
}
.color-var p span {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  display: inline-block;
  margin-right: 5px;
}
.color-var p.able span {
  background-color: #fff;
  border: 1px solid var(--Gray-Dark);
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
  margin-left: 0;
}
.color-var p.warn span {
  background-color: orange;
  margin-left: 0;
}
.color-var p.unable span {
  background-color: var(--Gray-Pale);
  border: 2px dotted var(--Gray-Border);
}
.color-var p.using span {
  background-color: var(--Blue);
}
.color-var p.regular span {
  background-color: var(--Main);
}
.color-var p.outdate span {
  background-color: var(--Red-color);
}
.color-var.font p {
  font-weight: bold;
}
.color-var.font p.regular {
  color: var(--Main);
}
.color-var.font p.able {
  color: #000;
}
.color-var.font p.warn {
  color: orange;
}
.color-var.font p.unable {
  color: var(--Gray-Light);
}
.color-var.font p.using {
  color: var(--Blue);
}
.color-var.font p.outdate {
  color: var(--Red-color);
}
select {
  padding: 0 30px 0 var(--padding);
  font-size: var(--Font-size12);
  -webkit-appearance: none;
  background: url(../images/icon/select.svg) no-repeat center right 15px;
  height: var(--Input-h);
  border: 1px solid var(--Gray-Border);
  border-radius: 6px;
  width: 100%;
}
select.focus {
  background: #fff;
}
select.focus option {
  padding: 5px 0;
}
textarea {
  border-radius: 6px;
}
input[type="button"] {
  -webkit-appearance: none;
  border: 1px solid var(--Gray-Dark);
  text-align: center;
  color: var(--Gray-Dark);
  border-radius: 6px;
  background-color: #fff;
  height: var(--Input-h);
  padding: 0 10px;
}
input {
  -webkit-appearance: none;
}
input[type="checkbox"] {
  display: none;
}
input[type="checkbox"] + label {
  cursor: pointer;
  position: relative;
  line-height: var(--Input-rect);
  overflow: hidden;
}
label + input[type="checkbox"] + label:before {
  margin-left: 15px;
  content: "";
  display: inline-block;
}
input[type="checkbox"] + label:before {
  content: "";
  display: inline-block;
  width: var(--Input-rect);
  height: var(--Input-rect);
  line-height: var(--Input-rect);
  vertical-align: middle;
  background-color: transparent;
  border-radius: 3px;
  border: 1px solid var(--Gray-Border);
  box-sizing: border-box;
  margin-right: 5px;
  background-color: #fff;
}
input[type="checkbox"]:checked + label:before {
  background: url(../images/icon/checked.svg) no-repeat center;
  background-size: auto 40%;
  border: none;
  transition: 0.2s;
  background-color: var(--Main-color);
}
/*disabled*/
input[type="checkbox"]:disabled + label:before,
input[type="radio"]:disabled + label:before {
  background-color: var(--Gray-Pale);
}
input[type="checkbox"]:disabled + label:after,
input[type="radio"]:disabled + label:after {
  content: "";
  display: block;
  width: 22px;
  height: 1px;
  background-color: var(--Gray-Border);
  transform-origin: center center;
  transform: rotate(-45deg);
  position: absolute;
  top: 50%;
  left: -2px;
}
input[type="radio"]:disabled + label:after {
  width: 18px;
  left: 0;
}
.ui-datepicker {
  z-index: 20 !important;
}
.datepicker,
.datepicker-all {
  background: url(../images/icon/calendar.svg) no-repeat right 10px center;
  background-size: auto 18px;
}
.swiper-pagination-progres:only-child {
  visibility: hidden;
  display: none;
  margin-top: 12px;
}
.swiper-pagination-progressbar {
  bottom: 0;
  width: 100%;
  height: 6px;
}
.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: xeicon;
  color: #fff;
  pointer-events: all;
  z-index: 10;
  font-size: 3em;
}
.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
  content: "\e940";
}
.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
  content: "\e93d";
}
/* 마우스 스크롤 */
@-webkit-keyframes ani-mouse {
  0% {
    opacity: 1;
    top: 29%;
  }
  15% {
    opacity: 1;
    top: 50%;
  }
  50% {
    opacity: 0;
    top: 50%;
  }
  100% {
    opacity: 0;
    top: 29%;
  }
}
@-moz-keyframes ani-mouse {
  0% {
    opacity: 1;
    top: 29%;
  }
  15% {
    opacity: 1;
    top: 50%;
  }
  50% {
    opacity: 0;
    top: 50%;
  }
  100% {
    opacity: 0;
    top: 29%;
  }
}
@keyframes ani-mouse {
  0% {
    opacity: 1;
    top: 29%;
  }
  15% {
    opacity: 1;
    top: 50%;
  }
  50% {
    opacity: 0;
    top: 50%;
  }
  100% {
    opacity: 0;
    top: 29%;
  }
}
.scroll-btn {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  bottom: 20px;
  z-index: 10;
}
.pause-play-state {
  position: absolute;
  right: 10px;
  bottom: 10px;
  z-index: 130;
  font-size: 1.5em;
  display: flex;
}
.pause-play-state a {
  padding: 10px;
  display: block;
  overflow: hidden;
  transition: 0s;
}
.pause-play-state.play a.play {
  width: 0;
  padding: 10px 0;
}
.pause-play-state.pause a.pause {
  width: 0;
  padding: 10px 0;
}
.scroll-btn > * {
  display: inline-block;
  line-height: 18px;
  font-size: 11px;
  font-weight: normal;
  color: #7f8c8d;
  color: #ffffff;
  font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: 2px;
}
.scroll-btn > *:hover,
.scroll-btn > *:focus,
.scroll-btn > *.active {
  color: #ffffff;
}
.scroll-btn > *:hover,
.scroll-btn > *:focus,
.scroll-btn > *:active,
.scroll-btn > *.active {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.scroll-btn .mouse {
  position: relative;
  display: block;
  width: 35px;
  height: 55px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 3px solid white;
  border-radius: 23px;
  transform: scale(0.6);
}
.scroll-btn .mouse > * {
  position: absolute;
  display: block;
  top: 29%;
  left: 50%;
  width: 8px;
  height: 8px;
  margin: -4px 0 0 -4px;
  background: white;
  border-radius: 50%;
  -webkit-animation: ani-mouse 1.5s linear infinite;
  -moz-animation: ani-mouse 1.5s linear infinite;
  animation: ani-mouse 1.5s linear infinite;
}
/*라디오*/
input[type="radio"] {
  display: none;
}
input[type="radio"] + label {
  cursor: pointer;
  position: relative;
  line-height: var(--Input-rect);
  box-sizing: border-box;
}
input[type="radio"]:disabled + label,
input[type="checkbox"]:disabled + label {
  color: var(--Gray-Border);
}
input[type="radio"]:disabled + label:before,
input[type="checkbox"]:disabled + label:before,
input[type="radio"]:disabled + label + div,
input[type="checkbox"]:disabled + label + div {
}
input[type="radio"] + label:before {
  content: "";
  display: inline-block;
  width: var(--Input-rect);
  height: var(--Input-rect);
  line-height: var(--Input-rect);
  vertical-align: middle;
  background-color: transparent;
  border-radius: 50%;
  margin-right: 5px;
  border: 1px solid var(--Gray-Border);
  box-sizing: border-box;
  background-color: #fff;
}
input[type="radio"]:checked + label:before {
  border: 5px solid var(--Main-color);
  transition: 0.3s;
  box-sizing: border-box;
  background-color: #fff;
}
input + label {
  margin-right: 20px;
}
/*토글스위치*/
.switch {
  display: inline-block;
  width: 40px;
  height: 8px;
  position: relative;
}
.switch:before {
  display: block;
  width: 40px;
  height: 8px;
  opacity: 0.3;
  background-color: var(--Main-color);
  border-radius: 8px;
  position: relative;
  transition: 0.3s;
  content: "";
  display: block;
}
.switch:after {
  position: absolute;
  width: var(--Input-rect);
  height: var(--Input-rect);
  left: 0;
  top: -6px;
  content: "";
  display: block;
  background-color: var(--Main-color);
  border-radius: 50%;
  transition: 0.3s;
  bottom: 0;
}
.switch.on:before,
.switch.on:after {
  background-color: #f40223;
}
.switch.on:after {
  left: var(--Input-rect);
}
table {
  width: 100%;
  border-top: 1px solid var(--Gray-Dark);
  text-align: left;
  border-spacing: 0;
  border-collapse: collapse;
}
table thead th {
  border-bottom: 1px solid var(--Gray-Dark);
}
table th,
table td {
  vertical-align: top;
  padding: var(--padding) 0;
  border-bottom: 1px solid var(--Gray-Border);
  line-height: 1.6;
  border-collapse: collapse;
}
table tbody th {
  font-weight: bold;
  white-space: nowrap;
  width: 1%;
  padding-right: 30px;
}
table tr.with-dd td,
table tr.with-dd th {
  border-bottom: 0;
  padding-bottom: 0;
}
table td.dd {
  font-size: 14px;
  color: var(--Gray-Light);
  padding-top: 20px;
}
table td.dd a {
  font-weight: bold;
  text-decoration: underline;
}
table td.with-btn {
  padding: 14px 0;
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
table.span {
  border: 0;
}
table.span tbody tr td,
.sect table.span tbody tr td {
  border: 0;
  padding: 0;
  color: var(--Gray-Mid);
}
table.span tbody tr td.bk {
  color: var(--Gray-Dark);
}
table.span tbody,
.sect table.span tbody {
  border-bottom: 1px solid var(--Gray-Border);
}
table.span thead th,
.sect table.span thead th {
  border-top: 1px solid var(--Gray-Dark);
}
table.span tbody tr:first-child td,
.sect table.span tbody tr:first-child td {
  padding-top: var(--padding);
}
table.span tbody tr:last-child td,
.sect table.span tbody tr:last-child td {
  padding-bottom: var(--padding);
}

span.impo,
strong.impo {
  color: var(--Main-color);
}
.select {
  position: absolute;
  width: 100%;
  left: 0;
  top: calc(-1 * var(--Top-h));
  background-color: #fff;
  z-index: 20;
  border: 1px solid var(--Gray-Dark);
  border-radius: 10px;
}
.select li {
  padding: 10px 20px;
  cursor: pointer;
  font-size: 0.8em;
}
.form {
}

.inputs {
  display: flex;
  flex-wrap: wrap;
  min-height: var(--Input-h);
}
.inputs.full > input,
.inputs.full > select {
  flex-grow: 1;
  flex-shrink: 1;
}
.form table td {
  padding-top: 7px;
  padding-bottom: 7px;
  padding-right: 0;
}
.form table td.price {
  vertical-align: bottom;
  padding-bottom: 15px;
}

.form table td .inputs input[type="checkbox"] + label,
.form table td .inputs input[type="radio"] + label {
  line-height: var(--Input-h);
  height: var(--Input-h);
}
.form table td .inputs input[type="checkbox"] + label:before,
.form table td .inputs input[type="radio"] + label:before {
  line-height: var(--Input-h);
}
.form table td.price {
  padding-top: 15px;
}

p.noti {
  font-size: 14px;
  color: var(--Gray-Light) !important;
  margin-top: 20px;
}
p.noti a {
  color: var(--Gray-Dark);
  text-decoration: underline;
}

/* 탭 */
.tabs {
  display: flex;
  align-items: center;
  margin: 0 auto;
  width: var(--Width);
  overflow-x: auto;
  overflow-y: hidden;
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
  height: 38px;
}
.tabs::-webkit-scrollbar {
  display: none;
}
.tabs a {
  font-size: 30px;
  font-weight: bold;
  color: var(--Gray-Lighter);
  margin-right: 30px;
  position: relative;
  transition: 0.4s;
}
.tabs a:hover {
  color: var(--Gray-Dark);
}
.tabs a.active {
  color: var(--Gray-Dark);
}
.tabs a::after {
  content: "";
  border-top: 10px solid var(--Main-light);
  opacity: 0.7;
  display: block;
  margin-top: -10px;
  z-index: 0;
  position: relative;
  mix-blend-mode: multiply;
  width: 0;
  transition: 0.5s;
}
.tabs a.active::after {
  width: 100%;
}
/* 폴딩 */
.accordion {
  position: relative;
  border: 1px solid var(--Gray-Border);
  border-radius: 10px;
}
.accordion > li {
  position: relative;
  cursor: pointer;
  overflow: hidden;
  padding: 0 20px;
}
.accordion > li + li {
  border-top: 1px solid var(--Gray-Border);
}

.accordion > li:after {
  content: "";
  position: absolute;
  background: url(../images/icon/select.svg) no-repeat;
  width: 16px;
  height: 10px;
  top: 28px;
  right: 20px;
  transition: 0.2s;
  transform-origin: center;
  pointer-events: none;
}
.accordion > li h2 {
  font-size: 1em;
  font-weight: normal;
  line-height: var(--Input-rect);
  display: flex;
  align-items: center;
}
.accordion > li h2 a {
  flex-grow: 1;
  padding: var(--padding) 0;
}
.accordion > li h2 input + label {
  margin-right: 5px;
}
.accordion > li.active h2 {
  font-weight: bold;
}
.accordion table + * {
  margin-top: 20px;
}
.accordion th,
.accordion td {
  border: 1px solid var(--Gray-Border);
  padding: 20px;
  font-size: 0.85em;
}
.accordion th {
  background-color: var(--Gray-Pale);
}

.accordion > li.active:after {
  transform: rotate(180deg);
}
/* .accordion > li .descript { padding: 15px; background-color: var(--Gray-Pale); border-radius: 3px; margin-top: 10px;} */

.accordion > li .pull {
  /*transform: scaleY(0); height: 0;*/
  overflow: hidden;
  display: none;
}
.accordion > li.active .pull {
  /*transform: scaleY(1); height: auto;*/
  padding-bottom: 20px;
}

.accordion > li.active .pull > h3 {
  margin-bottom: 10px;
  margin-top: 30px;
}
.accordion > li .pull h3 {
  font-size: 1.2em;
}
.accordion > li.active .pull > h3:first-of-type {
  margin-top: 0;
}
/*  */
.construct .visual .swiper-slide {
  height: 100vh;
}
.construct .over {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  color: #fff;
  position: fixed;
  z-index: 100;
}
.construct .ment {
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.construct .ment .logo {
  text-align: center;
}
.construct .visual .swiper-pagination-progressbar {
  display: none;
}
.construct .ment .title {
  border: 8px solid #fff;
  width: fit-content;
  margin: auto;
  padding: 80px 60px;
  margin-bottom: 20px;
}
.construct .ment .title h1 {
  text-align: center;
  font-size: 3.7em;
  font-weight: 200;
  letter-spacing: 0;
  line-height: 1;
}
.construct .ment .logo {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  font-size: 2.2em;
  font-family: "GangwonEduPowerExtraBold";
}
.construct .ment .logo img {
  height: 70px;
}
.construct .ment .title h1:first-of-type {
  font-size: 6em;
  margin-bottom: 8px;
}
.construct .ment h2 {
  font-size: 2.5em;
  color: var(--Main-light);
}
.construct .ment .msg {
  font-size: 1.2em;
  line-height: 1.5;
}
.construct .ment .msg p.extra {
  margin-top: 20px;
  font-size: 0.8em;
  opacity: 0.5;
}
.construct .visual .swiper-slide::before {
  background: rgba(0, 0, 0, 0.8);
}
/*  */
.visual {
  position: fixed;
  width: 100%;
  /* height: calc(100% + 15px); */
  left: 0;
  top: 0;
  background-size: cover;
  width: 100%;
  color: #fff;
  text-align: center;
}

.visual .swiper-slide::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  /* background: rgba(0, 0, 0, 0.3) url(../images/img/overlay.gif); */
  z-index: 1;
  top: 0;
  left: 0;
}
.visual .swiper-slide {
  background: #fff url(../images/img/main-visual2.jpg) no-repeat center center;
  background-size: cover;
  display: flex;
  align-items: center;
  height: 720px;
  justify-content: center;
}
.visual .swiper-slide .btnset {
  transform-origin: center center;
  margin-top: 30px;
  display: flex;
  gap: 10px;
  justify-content: center;
}
.visual .swiper-slide .btnset a {
  background-color: transparent;
  border: 2px solid #fff;
  height: auto;
  line-height: 1;
  padding-top: 15px;
  padding-bottom: 15px;
}
.visual .swiper-slide.notice {
  justify-content: space-between;
  text-align: left;
  position: relative;
}
.visual .swiper-slide.notice .cal-huge-full {
  display: block;
  right: 0;
  top: 0;
  opacity: 1;
  visibility: visible;
  width: 100%;
  position: relative;
}
.visual .swiper-slide.notice .cal-huge-full .cal-huge.ui-widget.ui-widget-content {
  width: 100%;
  height: auto;
  top: 0;
  left: 0;
  position: relative;
  border: 0;
}
.visual .swiper-slide.notice .cal-huge-full .cal-huge.ui-widget.ui-widget-content .ui-body {
  width: 100%;
  max-height: initial;
}
.visual .swiper-slide.notice .noti {
  width: var(--Width);
  margin: auto;
  display: flex;
  justify-content: space-between;
  position: relative;
  align-items: center;
}
.visual .swiper-slide.notice .noti .ment {
  flex-shrink: 0;
  padding-right: 10%;
}
.visual .swiper-slide.notice .noti span {
  color: inherit;
}
.visual .swiper-slide.notice .noti .right {
  flex-grow: 0;
  width: 50%;
}
.visual .swiper-slide.notice .noti h1 {
  margin-bottom: 4px;
  color: var(--Main-light);
}
.visual .swiper-slide.notice .noti h2 {
  font-size: 1.4em;
}
.visual .swiper-slide.notice .noti .ment p:first-of-type {
  margin-top: 30px;
}
.visual .swiper-slide.notice .noti p {
  margin-top: 0;
  line-height: 1.6;
}
.visual .swiper-slide.notice .noti .status {
  background-color: var(--Main-color);
  font-size: 0.7em;
  border-radius: 2em;
  padding: 8px 15px;
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  margin-top: -4px;
  margin-left: 5px;
}
.visual .swiper-slide.notice .noti .able .status {
  animation: able 2s infinite;
}
.visual .swiper-slide.notice .noti .disable {
  color: var(--Red-color);
}
.visual .swiper-slide.notice .noti .disable .status {
  color: #fff;
  background-color: var(--Red-color);
}
.visual .swiper-slide.notice .noti .temp {
  color: var(--Orange);
}
.visual .swiper-slide.notice .noti .temp .status {
  color: #fff;
  animation: temp 1.2s infinite;
}
.visual .swiper-slide.notice .noti .time-clock {
  flex-direction: row;
}
.visual .swiper-slide.notice .noti .time-clock .thismonth {
  background: none;
  padding: 0;
}
.visual .swiper-slide.notice .noti .time-clock > div {
  width: 100%;
  display: flex;
  text-align: left;
  flex-direction: row;
  gap: 20px;
}
.visual .swiper-slide.notice .noti .get-clock.current .hour:first-child {
  height: 30%;
  top: 20%;
  background-color: var(--Gray-Dark);
  z-index: 2;
}
.visual .swiper-slide.notice .noti .get-clock.current .hour:last-child {
  background-color: var(--Gray-Dark);
  opacity: 0.3;
  z-index: 1;
}
.visual .swiper-slide.notice .noti .get-clock.current .clock-frame .clock::after {
  border: 4px solid var(--Gray-Dark);
  box-sizing: border-box;
}
.visual .swiper-slide.notice .noti .time-clock > div .infos {
  text-align: left;
  font-size: 1em;
  margin: 0;
  line-height: 1.4;
}
.visual .swiper-slide.notice .noti .time-clock > div .infos h4 {
  color: #fff;
}
.visual .swiper-slide.notice .noti .time-clock > div .infos p:first-of-type {
  margin-top: 0;
  font-size: initial;
}
@keyframes temp {
  0% {
    background-color: rgb(239, 167, 0, 1);
  }
  50% {
    background-color: rgba(239, 32, 0, 1);
  }
  100% {
    background-color: rgba(239, 167, 0, 1);
  }
}
.visual .swiper-slide.notice .noti .ment p strong {
  color: var(--Red-color);
}
.visual .swiper-slide::before {
  background: rgba(0, 0, 0, 0.6);
  z-index: 0;
  pointer-events: none;
}
.visual .swiper-slide.notice .cal-huge.ui-widget.ui-widget-content .ui-body table th {
  color: var(--Gray-Light);
}
.visual .swiper-slide.notice .cal-huge.ui-widget.ui-widget-content .ui-widget-header,
.ui-datepicker .ui-datepicker-header {
  height: auto;
  padding: 10px;
  background-color: var(--Gray-Dark);
  color: #fff;
  border-radius: 0;
}
.visual .swiper-slide.notice .cal-huge.ui-widget.ui-widget-content .ui-body table td {
  font-size: 0.85em;
}
.visual .swiper-slide.notice .cal-huge.ui-widget.ui-widget-content .ui-body table td .ui-state-default {
  border: none;
  background: none;
  font-weight: normal;
}
.visual .swiper-slide.notice .cal-huge.ui-widget.ui-widget-content .ui-body table .ui-state-disabled {
  opacity: 1;
  background-color: var(--Gray-Pale);
}
.visual .swiper-slide.notice .cal-huge.ui-widget.ui-widget-content .ui-body table .ui-state-disabled a {
  color: var(--Red-color);
  font-weight: bold;
}
.visual .swiper-slide.notice .noti .cal-huge.ui-widget.ui-widget-content .ui-body table td a::after {
  display: none !important;
}
.visual .swiper-slide.notice .cal-huge.ui-widget.ui-widget-content .ui-body table .ui-state-disabled .event {
  color: var(--Red-color);
  padding-top: 0;
  margin-top: 0;
}
/* .visual::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 60px;
  background: url(../images/icon/sroll.svg) no-repeat center bottom;
  z-index: 1;
  bottom: 20px;
  left: 0;
} */

.visual .ment {
  position: relative;
  z-index: 2;
}
.visual h1 {
  font-size: 36px;
}
.visual h2 {
  font-size: 48px;
  position: relative;
}
.visual span {
  position: relative;
  color: var(--Main-light);
  /* background: var(--Main-gra);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; */
}
/* .visual span::before {
	content: "";
	position: absolute;
	border-top: 8px solid var(--Main-light);
	bottom: 2px;
	width: 100%;
	z-index: -1;
} */
.visual .ment p {
  margin-top: 15px;
  font-size: 18px;
}
.visual .player {
  background-color: #000;
  position: relative;
}

/*GNB*/
.gnb {
  position: fixed;
  width: 100%;
  z-index: 10;
  transition: 0.2s;
  top: 0;
  left: 0;
  z-index: 30;
}
.gnb .menu li {
  cursor: pointer;
}
.gnb:after {
  display: none;
}
.gnb .menu {
  max-width: var(--Width);
  margin: auto;
  display: flex;
  align-items: center;
  font-weight: bold;
  height: var(--Top-h);
  flex-wrap: nowrap;
  flex-direction: row;
  color: #fff;
}
.scrolled .gnb .menu {
  color: var(--Gray-Dark);
}
.gnb .menu .menus {
  justify-self: center;
  flex-grow: 1;
  font-size: 18px;
  text-align: center;
  color: white;
  flex-grow: 1;
  display: flex;
}
.gnb .menu .menus .menu-n {
  flex-grow: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 70%;
}
.gnb .menu .menus .menu-n li {
  padding: 0 20px;
}
.gnb .menu li.logo {
  margin-left: 0;
  height: 100%;
  /* background: url(../images/logo/logo-w.svg) no-repeat left center; */
  background-size: auto 40px;
  position: relative;
  flex-grow: 0;
  width: 15%;
  display: flex;
  align-items: center;
  font-family: "GangwonEduPowerExtraBold";
  position: relative;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}
.gnb .menu li.logo .logo-w,
.scrolled .gnb .menu li.logo .logo-w,
.gnb .menu li.logo .logo-ori,
.sub .gnb .menu li.logo .logo-w {
  display: none;
}
.scrolled .gnb .menu li.logo .logo-ori,
.gnb .menu li.logo .logo-w,
.sub .gnb .menu li.logo .logo-ori {
  display: block;
}
/* .main .gnb .menu li.logo {
  mix-blend-mode: screen;
}
.main .gnb .menu li.logo::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
  background-color: #000;
  mix-blend-mode: color;
} */
.gnb .menu li.logo.none,
.sub .gnb .menu li.logo.none {
  background: none;
  display: flex;
  align-items: center;
  font-family: "GangwonEduPowerExtraBold";
}
.gnb .menu li.logo img {
  width: auto;
  height: 28px;
  display: inline-block;
  margin-right: 5px;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}
.scrolled .gnb .menu li.logo.none,
.scrolled .sub .gnb .menu li.logo.none,
.sub .gnb .menu li.logo.none {
  background: none;
  color: var(--Main-deep);
}
.gnb .menu .mirihae-menu {
  width: 15%;
}
.gnb .menu .mirihae-menu ul {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.gnb .menu li.member {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: url(../images/icon/user-w.svg) no-repeat center;
  background-size: auto 22px;
  position: relative;
}
.gnb .menu li.member.logout {
  background-image: url(../images/icon/logout-w.svg);
  background-size: auto var(--padding);
}
.gnb .menu li.ch {
  background: url(../images/icon/kakao-channel-w.svg) no-repeat center;
  background-size: auto 22px;
  width: 26px;
  height: 26px;
  margin-left: 20px;
}
.gnb .menu li.logo > a {
  width: 100%;
  height: 100%;
  position: absolute;
  display: flex;
  align-items: center;
}
.gnb .menu li.logo > a img {
  max-height: 30px;
}
/* .gnb .menu li.logo > img {
  display: none;
} */
.gnb .menu a {
  display: inline-block;
  vertical-align: middle;
}
.gnb .menu > {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
}
.gnb .menu a img {
  vertical-align: middle;
}
.gnb .menu a:hover {
  color: var(--Main-light);
}
.scrolled .gnb .menu a:hover,
.scrolled .gnb .menu li.active,
.sub .gnb .menu li.active,
.gnb .menu a.active {
  color: var(--Main-color);
}
.gnb .menu li.active,
.gnb .menu a:hover {
  color: var(--Main-light);
}
.gnb .menu .menus .menu-n {
  display: flex;
}
.gnb .menu .menus .menu-n li.linkage .icon {
  position: relative;
  width: var(--padding);
  height: var(--padding);
  margin: 1px;
}
.gnb .menu .menus .menu-n li.linkage .icon::before,
.gnb .menu .menus .menu-n li.linkage .icon::after {
  content: "";
  width: 18px;
  height: 18px;
  border: 2px solid #fff;
  border-radius: 50%;
  display: block;
  position: absolute;
  box-sizing: border-box;
  transition: 0.5s;
}
.gnb .menu .menus .menu-n li.linkage .icon::after {
  right: 0;
  bottom: 0;
}
.gnb .menu .menus .menu-n li.linkage + li.member {
  margin-left: 20px;
}
.gnb .menu .menus .menu-n li.linkage.unlink .icon::before,
.gnb .menu .menus .menu-n li.linkage.unlink .icon::after {
  opacity: 0.3;
}
.gnb .menu .menus .menu-n li.linkage.unlink .icon::after {
  width: 8px;
  height: 8px;
}
.gnb .menu .menus .menu-n li.linkage.unlink::before {
  content: "LINK";
  padding: 5px 10px;
  border-radius: 30px;
  background-color: var(--Main-light);
  font-size: 10px;
  line-height: 1;
  position: absolute;
  z-index: 2;
  top: -70%;
  left: -12px;
  letter-spacing: 0;
  color: #fff !important;
}
.gnb .menu .menus .menu-n li.linkage.unlink::after {
  position: absolute;
  border: 6px solid transparent;
  border-top: 8px solid var(--Main-light);
  border-bottom: 0;
  content: "";
  top: 0px;
  left: 4px;
  z-index: 2;
}
.sub .gnb {
  background-color: #fff;
}
.scrolled .gnb,
.sub .gnb {
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
}
.scrolled .gnb:after {
  content: "";
  width: 100%;
  height: 1px;
  transform-origin: left top;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: var(--Gray-Dark);
  display: block;
}
.scrolled .gnb .menus,
.sub .gnb .menus {
  color: var(--Gray-Dark);
}
.scrolled .gnb .menu a:hover,
.scrolled .gnb .menu a.active,
.scrolled .sub .gnb .menu a.active,
.sub .gnb .menu a.active,
.sub .gnb .menu a:hover {
  color: var(--Main-color);
}
.scrolled .gnb .menu li.logo,
.sub .gnb .menu li.logo {
  /* background-image: url(../images/logo/logo.svg); */
  color: var(--Main-deep);
}
.scrolled .gnb .menu li.member,
.sub .gnb .menu li.member {
  background-image: url(../images/icon/user-b.svg);
}
.scrolled .gnb .menu li.member.logout,
.sub .gnb .menu li.member.logout {
  background-image: url(../images/icon/logout.svg);
}
.scrolled .gnb .menu li.linkage .icon::before,
.scrolled .gnb .menu li.linkage .icon::after {
  border-color: var(--Gray-Dark);
}
.scrolled .gnb .menu li.ch,
.sub .gnb .menu li.ch {
  background-image: url(../images/icon/kakao-channel-b.svg);
}
.paging {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
  padding: 30px 0;
}
.paging i {
  font-size: 1.5em;
}
.paging a {
}
.paging .active {
  font-weight: bold;
  color: var(--Main-color);
}
.sub #map .section {
  padding-bottom: 0;
}
/* 맵 */
.map-area .map {
  position: relative;
}
.map-area .map .pin {
  position: absolute;
  z-index: 2;
  width: 18px;
  height: 18px;
}
.map-area .map .pin .marker:before {
  content: "";
  font-weight: 900;
  position: absolute;
  width: 100%;
  text-align: center;
  top: -10px;
  left: 0;
  font-size: 12px;
  line-height: 1;
}
.map-area .map .pin.s .marker:before {
  content: "S";
}
.map-area .map .pin.m .marker:before {
  content: "M";
}
.map-area .map .pin.l .marker:before {
  content: "L";
}
.map-area .map .pin .marker {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  cursor: pointer;
  background-color: var(--Map-color);
  transition: 0.2s ease-in-out;
  transform-origin: center bottom;
  z-index: 1;
  position: relative;
}

.map-area .map .pin .marker input[type="text"] {
  height: 18px;
  border: 0;
  background-color: transparent;
  width: 100%;
  padding: 0;
  text-align: center;
  font-size: 0.65em;
  font-weight: 500;
  letter-spacing: 0;
  display: block;
  position: relative;
  z-index: 10;
  font-weight: bold;
}
.map-area .map .pin.active .marker input[type="text"] {
  height: 14px;
  width: 14px;
  background: #fff;
  border-radius: 50%;
  transition: 0.3s;
  margin: 0 2px;
  font-weight: bold;
  letter-spacing: -0.5px;
  position: relative;
  top: 2px;
}
.map-area .map .pin .marker input[type="text"]:read-only {
  pointer-events: none;
}

.map-area .map .pin .marker:after {
  content: "";
  position: absolute;
  bottom: -7px;
  left: 0;
  width: 0;
  height: 0;
  border-top: 14px solid var(--Map-color);
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  z-index: 0;
  transition: 0.2s;
  transform-origin: center bottom;
}
.map-area .map .pin .deco {
  content: "";
  position: absolute;
  bottom: -6px;
  left: 55%;
  z-index: -1;
  transition: 0.2s;
  transform-origin: center bottom;
  transform: rotate(-25deg);
  filter: blur(1px);
  border-radius: 50%;
  width: 18px;
  height: 10px;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 80%, rgba(0, 0, 0, 0) 100%);
  display: block;
}

.map-area .map .pin.active .marker {
  z-index: 11;
  animation-timing-function: ease-in-out;
  animation-name: pin-tangle;
  animation-duration: 0.5s;
  animation-iteration-count: infinite;
}
.map-area .map .pin.over .marker {
  z-index: 11;
  animation-timing-function: ease-in-out;
  animation-name: pin-tangle-over;
  animation-duration: 0.5s;
  animation-iteration-count: infinite;
}

/* .map-area .map .pin.active::before {width: 100%; height: 100%; z-index: 10; background-image: linear-gradient(to bottom,rgba(255,255,255,0.8) 0%, rgba(255,255,255,0) 100%); mix-blend-mode: overlay; filter: none; transform: none; content: ""; position: absolute; left: 0; top: 0; animation-timing-function: ease-in-out; animation-name: pin-tangle-blink; animation-duration: 1.5s; animation-iteration-count: infinite;} */

.map-area .map .pin.active .marker::before {
  transform: scale(1);
}
.map-area .map .pin.active {
  animation-timing-function: ease-in-out;
  animation-name: pin-blink;
  animation-duration: 1s;
  animation-iteration-count: infinite;
}

/* @keyframes pin-tangle { 0% {transform: scale(1.0); } 50% {transform: scale(1.2);} 100% { transform: scale(1.0);} } */
@keyframes pin-tangle {
  0% {
    margin-top: 0;
  }
  50% {
    margin-top: -4px;
  }
  100% {
    margin-top: 0;
  }
}
@keyframes pin-tangle-blink {
  0% {
    opacity: 0.3;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.3;
  }
}
@keyframes pin-tangle-over {
  0% {
    margin-top: 0;
  }
  50% {
    margin-top: -4px;
  }
  100% {
    margin-top: 0;
  }
}
@keyframes blend-diff {
  0% {
    mix-blend-mode: normal;
  }
  50% {
    mix-blend-mode: difference;
  }
  100% {
    mix-blend-mode: normal;
  }
}
@keyframes pin-blink {
  0% {
    filter: brightness(1);
  }
  50% {
    filter: brightness(1.5);
  }
  100% {
    filter: brightness(1);
  }
}
.sect01 {
  color: var(--Type1);
}
.sect02 {
  color: var(--Type2);
}
.sect03 {
  color: var(--Type3);
}
.sect04 {
  color: var(--Type4);
}
.sect05 {
  color: var(--Type5);
}
.sect06 {
  color: var(--Type6);
}
.rent {
  color: var(--Type6);
}
.sect01.active.pin .marker::before {
  color: var(--Type1) !important;
}
.sect02.active.pin .marker::before {
  color: var(--Type2) !important;
}
.sect03.active.pin .marker::before {
  color: var(--Type3) !important;
}
.sect04.active.pin .marker::before {
  color: var(--Type4) !important;
}
.sect05.active.pin .marker::before {
  color: var(--Type5) !important;
}
.sect06.active.pin .marker::before {
  color: var(--Type6) !important;
}
.rent.active.pin .marker::before {
  color: var(--Type7) !important;
}
.reservation-result .map-area .map .pin {
  pointer-events: none;
}
.reservation-result .map-area .map .pin .marker,
.reservation-result .map-area .map .pin.sect01 .marker,
.reservation-result .map-area .map .pin.sect02 .marker,
.reservation-result .map-area .map .pin.sect03 .marker,
.reservation-result .map-area .map .pin.sect04 .marker,
.reservation-result .map-area .map .pin.sect05 .marker,
.reservation-result .map-area .map .pin.sect06 .marker,
.reservation-result .map-area .map .pin.rent .marker,
.reservation-result .map-area .map .pin.bbq .marker {
  background-color: #ccc;
}
.reservation-result .map-area .map .pin .marker::before,
.reservation-result .map-area .map .pin.sect01 .marker::before,
.reservation-result .map-area .map .pin.sect02 .marker::before,
.reservation-result .map-area .map .pin.sect03 .marker::before,
.reservation-result .map-area .map .pin.sect04 .marker::before,
.reservation-result .map-area .map .pin.sect05 .marker::before,
.reservation-result .map-area .map .pin.sect06 .marker::before,
.reservation-result .map-area .map .pin.rent .marker::before,
.reservation-result .map-area .map .pin.bbq .marker::before {
  color: #ccc;
}

.reservation-result .map-area .map .pin .marker::after,
.reservation-result .map-area .map .pin.sect01 .marker::after,
.reservation-result .map-area .map .pin.sect02 .marker::after,
.reservation-result .map-area .map .pin.sect03 .marker::after,
.reservation-result .map-area .map .pin.sect04 .marker::after,
.reservation-result .map-area .map .pin.sect05 .marker::after,
.reservation-result .map-area .map .pin.sect06 .marker::after,
.reservation-result .map-area .map .pin.rent .marker::after,
.reservation-result .map-area .map .pin.bbq .marker::after {
  border-top-color: #ccc;
}

.map-area .map .pin.active:after {
  transform: scale(1.05);
}
.map-area .map .pin input[type="text"] {
  color: #fff;
  font-weight: bold;
}
.map-area .map .pin.sect01 .marker,
.map-area .map .pin.sect01.active .marker {
  background-color: var(--Type1);
}
.map-area .map .pin.sect01 .marker:after,
.map-area .map .pin.sect01.active .marker:after {
  border-top-color: var(--Type1);
}
.map-area .map .pin.sect01.active .marker input[type="text"] {
  color: var(--Type1);
}
.map-area .map .pin.sect02 .marker,
.map-area .map .pin.sect02.active .marker {
  background-color: var(--Type2);
}
.map-area .map .pin.sect02 .marker:after,
.map-area .map .pin.sect02.active .marker:after {
  border-top-color: var(--Type2);
}
.map-area .map .pin.sect02.active .marker input[type="text"] {
  color: var(--Type2);
}
.map-area .map .pin.sect03 .marker,
.map-area .map .pin.sect03.active .marker {
  background-color: var(--Type3);
}
.map-area .map .pin.sect03 .marker:after,
.map-area .map .pin.sect03.active .marker:after {
  border-top-color: var(--Type3);
}
.map-area .map .pin.sect03.active .marker input[type="text"] {
  color: var(--Type3);
}
.map-area .map .pin.sect04 .marker,
.map-area .map .pin.sect04.active .marker {
  background-color: var(--Type4);
}
.map-area .map .pin.sect04 .marker:after,
.map-area .map .pin.sect04.active .marker:after {
  border-top-color: var(--Type4);
}
.map-area .map .pin.sect04.active .marker input[type="text"] {
  color: var(--Type4);
}
.map-area .map .pin.sect05 .marker,
.map-area .map .pin.sect05.active .marker {
  background-color: var(--Type5);
}
.map-area .map .pin.sect05 .marker:after,
.map-area .map .pin.sect05.active .marker:after {
  border-top-color: var(--Type5);
}
.map-area .map .pin.sect05.active .marker input[type="text"] {
  color: var(--Type5);
}
.map-area .map .pin.sect06 .marker,
.map-area .map .pin.sect06.active .marker {
  background-color: var(--Type6);
}
.map-area .map .pin.sect06 .marker:after,
.map-area .map .pin.sect06.active .marker:after {
  border-top-color: var(--Type6);
}
.map-area .map .pin.sect06.active .marker input[type="text"] {
  color: var(--Type6);
}

.map-area .map .pin.disabled .marker {
  filter: grayscale(1);
  background-color: #f2f2f2 !important;
  cursor: not-allowed;
}
.map-area .map .pin.disabled input[type="text"] {
  color: var(--Gray-Light) !important;
}
.map-area .map .pin.disabled .marker:before {
  content: "\e9ae";
  position: absolute;
  width: 18px;
  height: 18px;
  top: 0;
  left: 0;
  font-family: "xeicon";
  text-align: center;
  line-height: 18px;
  font-size: 1.2em;
  color: #ccc;
  border: none;
  z-index: 2;
  filter: none;
  transform: rotate(0);
  background: none;
}
.map-area .map .pin.disabled .marker:after {
  border-top-color: #fff !important;
}

.map-area .map img {
  width: 100%;
  max-width: 1024px;
}
.map-area .map + .form {
  margin-top: 20px;
}
.map-area + .form .grid.vertical td.form-in .inputs > p {
  font-weight: bold;
  font-size: 1.2em;
}

.map-area .sect-descript {
  display: flex;
  font-size: 0.85em;
  position: absolute;
  bottom: 20px;
  right: 30px;
}
.map-area .sect-descript li {
  color: initial;
}
.map-area .sect-descript li::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: wheat;
  display: inline-block;
}
.map-area .sect-descript li::after {
  content: "구역";
  margin-left: 5px;
}
.map-area .sect-descript li + li {
  margin-left: 15px;
}
.map-area .sect-descript li.sect01::before {
  background-color: var(--Type4);
}
.map-area .sect-descript li.sect02::before {
  background-color: var(--Type7);
}
.map-area .sect-descript li.sect03::before {
  background-color: var(--Type5);
}
.map-area .sect-descript li.sect04::before {
  background-color: var(--Type1);
}
.map-area .sect-descript li.sect05::before {
  background-color: var(--Type2);
}
.map-area .sect-descript li.sect06::before {
  background-color: var(--Type3);
}
.map-area .sect-descript li.rent::before {
  background-color: var(--Type6);
}

.map-area .sect-descript li.sect01::after {
  content: "금모래구역";
}
.map-area .sect-descript li.sect02::after {
  content: "바베큐대여존";
}
.map-area .sect-descript li.sect03::after {
  content: "은모래구역";
}
.map-area .sect-descript li.sect04::after {
  content: "가구역";
}
.map-area .sect-descript li.sect05::after {
  content: "나구역";
}
.map-area .sect-descript li.sect06::after {
  content: "다구역";
}
.map-area .sect-descript li.rent::after {
  content: "캠핑장비대여존";
}
.map-area .sect-descript li.bbq::after {
  content: "바베큐대여존";
}
.map-area {
  position: relative;
}
.map-area + .form {
  margin-top: 30px;
}
/*  */
.wrap {
  letter-spacing: -0.3em;
  min-height: 100%;
  background-color: white;
  word-break: keep-all;
  position: relative;
  top: 720px;
  z-index: 2;
}
.error.wrap {
  top: 0;
}
/* 본문 */
.section {
  width: var(--Width);
  margin: auto;
  padding: 80px 0;
}
.section.insert-full,
.section.insert-full-banner {
  width: 100%;
  background: no-repeat center/cover;
  position: relative;
}
.section.insert-full-banner {
  padding: 120px 0;
}
.section.insert-full-banner > div {
  width: var(--Width);
  margin: auto;
  color: #fff;
}
.section.insert-full-banner > div h2 span::after {
  display: none;
}
.section.insert-full-banner > div h2 span {
  color: var(--Main-light);
}
.section.insert-full-banner > div h2 + h4 {
  margin-top: 24px;
  font-size: 1.1em;
}
.section.insert-full .option li:first-of-type::before,
.section.insert-full .option li::after {
  border-color: #fff;
  opacity: 0.4;
}
.section.insert-full .option dl.price dt {
  color: #fff;
}
.section.insert-full .option h5.item-name,
.section.insert-full .option dl.price dd {
  color: var(--Main-light);
}
.section.insert-full li h2,
.section.insert-full li h4 {
  color: var(--Main-light);
}
.section.insert-full > * {
  width: var(--Width);
  margin: auto;
  color: #fff;
  position: relative;
  z-index: 2;
}
.section.insert-full::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 0;
  top: 0;
  left: 0;
}
.section.insert-full .ul p::before {
  color: #fff;
}
.section.insert-full > * p {
  color: #fff;
}
.section.insert-full .list .full-split .info .subscr > p {
  color: #fff;
}
.section .overview {
  display: flex;
  margin-top: 20px;
}
.section .overview.col {
  flex-direction: column;
}
.section .overview .subscript {
  flex-grow: 0;
  flex-shrink: 1;
  padding-right: 60px;
  width: 60%;
}

.section .overview + .img-full {
  text-align: center;
  margin-top: 60px;
}

.section h2 {
  position: relative;
  z-index: 2;
}
.section > .head h2.with-btn,
h3.with-btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.section > .head h2 a,
h3.with-btn a {
  justify-self: flex-end;
}
.section h2 span {
  position: relative;
  z-index: 1;
}
.section h2 span::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0px;
  border-top: 10px solid var(--Main-light);
  width: 100%;
  z-index: -1;
  opacity: 0.6;
}
.section .overview .img {
  text-align: right;
  flex-grow: 1;
  align-self: flex-end;
}
.section .head + .table {
  margin-top: 30px;
}
.section .head + ul.notification {
  margin-top: 30px;
}
ul.notification {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
ul.notification li {
  width: calc(50% - 20px);
  display: flex;
  gap: 16px;
}
.sub ul.notification li {
  width: 100%;
  display: flex;
  gap: 16px;
}
ul.notification li h4 {
  margin-bottom: 6px;
}
ul.notification li p {
  position: relative;
  display: flex;
  gap: 5px;
}
ul.notification li p::before {
  content: "•";
}
ul.notification li .icon {
  font-size: 2.6em;
  margin-top: -3px;
}
ul.notification li .icon .xi-tint-o {
  font-size: 1.1em;
  margin-left: -0.1em;
}
ul.notification li p {
  font-size: 0.9em;
}
.sub ul.notification li p {
  font-size: 1em;
}
.section h2 + p,
.section .addr + p {
  margin-top: 12px;
}
.section .head h2 + p {
  margin-top: 5px;
}
.section .overview .head h2 + p {
  margin-top: 15px;
}
.section p.addr {
  color: var(--Gray-Light);
  margin-top: 5px;
}
.section p {
  color: var(--Gray-Mid);
  line-height: 1.5;
}
.section .head h3 + .with-btn {
  margin-top: 10px;
}
.section .head .with-btn {
  display: flex;
}
.section .head .with-btn .p {
  flex-grow: 1;
}
p + .overview-mm,
p + .option {
  margin-top: 30px;
}
.overview-mm th {
  width: 10%;
}
.overview-mm td {
  width: calc(90% / 5);
}
.overview-mm td,
.overview-mm th {
  border: 0;
  padding: var(--padding) 0;
}
.overview-mm h6 {
  color: var(--Gray-Light);
}
.overview-mm p {
  font-size: 1.45em;
  font-weight: 200;
}

.overview-mm p.ext {
  font-size: 0.75em;
  font-weight: normal;
}
.overview-mm p span.dimen {
  font-size: 0.8em;
}
.section .overview .subscript dl {
  display: flex;
  margin-top: 40px;
}
.section .overview .subscript dl dt {
  font-weight: bold;
}
.section .overview .subscript dl p {
  font-size: 14px;
  margin-top: 0;
  line-height: 27px;
}
.section .overview .subscript dl dt p {
  color: var(--Gray-Dark);
}
.section .overview .subscript dl dd p {
  text-indent: 20px;
}
.section .overview .summary {
  margin-top: 30px;
}
.section .overview .subscript .summary {
  padding: 0;
}
.section .overview .summary table {
  border: 0;
}
.section .overview .summary th,
.section .overview .summary td {
  font-size: 0.9em;
  padding: 3px 15px 3px 0;
  border: 0;
}
.section .overview .summary td {
  color: var(--Gray-Mid);
}
.btns {
  margin-top: 30px;
}
.list .full-split .info .btns .btn.price-btn {
  transition: 0s;
}
.price-popup {
  position: absolute;
  background-color: #fff;
  z-index: 20;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
  min-width: 60%;

  border: 1px solid var(--Gray-Dark);
  border-radius: 12px;
  left: 260px;
  top: 0;
  opacity: 0;
  pointer-events: none;
  transition: 0.3s;
}
.btn.on {
  font-size: 0;
}
.btn.on::before {
  font-size: 14px;
  content: "닫기";
  transition: 0;
}
.btn.on + .price-popup {
  pointer-events: all;
  opacity: 1;
}
.price-popup .title {
  display: flex;
  align-items: center;
  padding: 30px 20px 20px 30px;
}
.price-popup .title a.close {
  padding: 10px;
}
.price-popup .title a.close img {
  height: 18px;
}
.price-popup h2 {
  flex-grow: 1;
}
.price-popup .price-table {
  max-height: 40vh;
  overflow-y: auto;
  padding: 0px 30px 20px 30px;
  display: flex;
  flex-direction: column;
  gap: 60px;
}
.price-popup .price-table .sect .overview-mm {
  margin-top: 30px;
}
.price-popup .price-table .sect .overview-mm th,
.price-popup .price-table .sect .overview-mm td {
  padding: 20px 0;
}
.btn {
  min-width: 116px;
  display: inline-block;
  height: 42px;
  line-height: 42px;
  background-color: var(--Gray-Dark);
  color: #fff;
  font-weight: bold;
  text-align: center;
  border-radius: 42px;
  font-size: 14px;
  transition: 0.5s;
  padding: 0 20px;
}
.btn.gray {
  background-color: var(--Gray-Light);
}
.btn:hover {
  background-color: var(--Main-color);
}
/* 리스트 */
.ul p {
  padding-left: 10px;
  position: relative;
  line-height: 1.8;
}
.ul p::before {
  content: "•";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--Gray-Dark);
  opacity: 0.3;
}
.list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.list.all > li + li {
  margin-top: 100px;
}
.list .full-split.with-split {
  display: flex;
  gap: 60px;
}
.list .full-split.with-split .half-split {
  width: calc(50% - 30px);
}

.list .full-split.with-split .half-split .info > div {
  width: 100%;
}
.list .full-split .info .subscr > p {
  padding-right: 40px;
}
.list .full-split {
  width: var(--Width);
}
.list .full-split .info {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
.time-clock {
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
  width: 100% !important;
  margin-top: 30px;
  --size: 120px;
}
.time-clock > div {
  width: calc(100% / 6);
  padding: 20px 20px 30px 20px;
  position: relative;
}
.time-clock > div.thismonth {
  background-color: var(--Gray-Lightest);
  border-radius: 8px;
}
.time-clock > div.thismonth::before {
  /* content: "이번달"; */
  font-size: 0.8em;
  position: absolute;
  left: 20px;
  top: 20px;
  color: var(--Main-color);
  font-weight: bold;
}
.time-clock .infos {
  text-align: center;
  width: 100%;
  margin-top: 20px;
  line-height: 1.6;
  font-size: 0.8em;
}
.time-clock .infos h3 {
  font-size: 1.2em;
}
.time-clock .infos h4 {
  font-size: 1.3em;
  color: var(--Main-color);
}
.time-clock .infos h5 {
  font-size: 1.1em;
  font-weight: normal;
}
.clock-frame {
  box-shadow: 0 20px 34px rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  width: var(--size);
  height: var(--size);
  margin: auto;
}
.clock-frame .clock {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 4px solid #fff;
  box-shadow: inset 10px 10px 24px rgba(0, 0, 0, 0.15);
  border-radius: 50%;
  position: relative;
  width: var(--size);
  height: var(--size);
  /* background: conic-gradient(#fff 0deg 270deg, var(--Main-light) 270deg, var(--Mint-blue) 360deg , var(--Main-blue) 180deg, var(--Mint-blue) 180deg); */
}
.clock-frame .clock::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 50%;
  z-index: -1;
  background: repeating-conic-gradient(
    var(--Main-light) calc(0 * var(--color-size)) calc(1 * var(--color-size)),
    var(--Main-light) calc(1 * var(--color-size)) calc(2 * var(--color-size)),
    var(--Main-light) calc(2 * var(--color-size)) calc(3 * var(--color-size)),
    var(--Main-light) calc(3 * var(--color-size)) calc(4 * var(--color-size)),
    var(--Main-light) calc(4 * var(--color-size)) calc(5 * var(--color-size)),
    var(--Main-light) calc(5 * var(--color-size)) calc(6 * var(--color-size)),
    var(--Main-light) calc(6 * var(--color-size)) calc(7 * var(--color-size)),
    var(--Main-light) calc(7 * var(--color-size)) calc(8 * var(--color-size)),
    var(--Main-light) calc(8 * var(--color-size)) calc(9 * var(--color-size)),
    var(--Main-light) calc(9 * var(--color-size)) calc(10 * var(--color-size)),
    var(--Main-light) calc(10 * var(--color-size)) calc(11 * var(--color-size)),
    var(--Main-light) calc(11 * var(--color-size)) calc(12 * var(--color-size)),
    var(--Main-light) calc(12 * var(--color-size)) calc(13 * var(--color-size))
  );
}
.clock-frame .clock {
  background: conic-gradient(var(--Red-color) calc(0 * var(--color-size)) calc(1 * var(--color-size)), var(--Red-color) calc(1 * var(--color-size)) calc(2 * var(--color-size)), var(--Main-light) calc(2 * var(--color-size)) calc(3 * var(--color-size)), var(--Main-light) calc(3 * var(--color-size)) calc(4 * var(--color-size)), var(--Main-light) calc(4 * var(--color-size)) calc(5 * var(--color-size)), var(--Main-light) calc(5 * var(--color-size)) calc(6 * var(--color-size)), var(--White) calc(6 * var(--color-size)) calc(7 * var(--color-size)), var(--White) calc(7 * var(--color-size)) calc(8 * var(--color-size)), var(--White) calc(8 * var(--color-size)) calc(9 * var(--color-size)), var(--Main-light) calc(9 * var(--color-size)) calc(10 * var(--color-size)), var(--Main-light) calc(10 * var(--color-size)) calc(11 * var(--color-size)), var(--Main-light) calc(11 * var(--color-size)) calc(12 * var(--color-size)), var(--Main-light) calc(12 * var(--color-size)) calc(13 * var(--color-size)));
}

.clock-frame .clock::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: linear-gradient(-125deg, rgba(255, 255, 255, 1), rgba(0, 0, 0, 1));
  z-index: 1;
  mix-blend-mode: overlay;
  opacity: 0.6;
}
.clock-frame .clock::after {
  width: 12px;
  height: 12px;
  content: "";
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  position: relative;
  z-index: 2;
}
.clock-frame .clock .openToclose {
  position: absolute;
  color: #fff;
  font-weight: bold;
  top: 12%;
  font-size: 0.8em;
}
.time-clock .clock .hour {
  height: 40%;
  width: 4px;
  background-color: #fff;
  border-radius: 4px;
  position: absolute;
  top: 10%;
  left: 50%;
  margin-left: -2px;
  transform-origin: center bottom;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  z-index: 0;
}

.list .full-split .info .subscr {
  width: 50%;
}
.list .full-split .info .subscr.full {
  width: 100%;
  padding-right: 25%;
}
.list .full-split .info .subscr > p {
  font-size: 1em;
  color: var(--Gray-Dark);
}
.list .full-split .info .noti {
  display: flex;
  flex-wrap: wrap;
  padding: 30px;
  width: 100%;
  border-radius: 8px;
  /* border: 1px solid var(--Gray-Border); */
  margin-top: 30px;
  background-color: var(--Gray-Pale);
}
.list .full-split .info .noti h4 {
  margin-bottom: 10px;
}
.list .full-split .info .noti h4 i {
  font-size: 1.2em;
  margin-right: 5px;
  vertical-align: middle;
  margin-top: -0.2em;
  display: inline-block;
}
.list .full-split .info .noti li {
  color: var(--Gray-Mid);
  line-height: 1.6;
}
.list .full-split .info .noti li::before {
  content: "";
  width: 4px;
  height: 4px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
  background-color: var(--Gray-Light);
  border-radius: 50%;
  opacity: 0.5;
}
.list .full-split .info .noti .posi li::before {
  background-color: var(--Main-color);
}
.list .full-split .info .noti .nega li::before {
  background-color: var(--Red-color);
}
.list .full-split .info .noti .posi h4 {
  color: var(--Main-color);
}
.list .full-split .info .noti .nega h4 {
  color: var(--Red-color);
}
.list .full-split .info .noti > ul {
  width: 50%;
}
.list .full-split .info .ol {
  width: 100%;
  line-height: 1.8;
  display: flex;
  counter-reset: ol;
  flex-wrap: wrap;
}
.list .full-split .info .ol.trp li {
  width: 50%;
  flex-grow: 1;
}
.list .full-split .info .ol li::before {
  counter-increment: ol;
  content: counter(ol, decimal-leading-zero) ". ";
  color: var(--Main-color);
  font-weight: bold;
}
.list .full-split .info .ul p {
  font-size: 0.9em;
}
.list .full-split .info .ul h4 {
  margin-bottom: 5px;
}
.list .full-split .info .btns {
  display: flex;
  gap: 10px;
}
.list .full-split .info .ul .btns {
  justify-content: flex-end;
  margin-top: 0;
  align-items: flex-end;
  height: 100%;
}
.list .full-split .info .head {
  width: 100%;
  margin-bottom: 20px;
}
#leisure .list.vertical {
  padding: 0 16px;
}
.list .full-split .info + div {
  margin-top: 40px;
}
.list.vertical.circle {
  gap: 0;
}
.list.vertical.circle li:nth-child(4) {
  justify-self: center;
  width: 45%;
  margin-left: 5%;
}
.list.vertical.circle li:nth-child(5) {
  justify-self: center;
  width: 45%;
  margin-right: 5%;
}
.list.vertical.circle li .thumb {
  padding-top: 0;
}
.list.vertical.circle li {
  text-align: center;
  align-items: center;
  width: 280px;
  margin-bottom: 120px;
}
.section .head + .list {
  margin-top: 40px;
}
ul + .promotion {
  margin-top: 80px;
}
.promotion {
  background: no-repeat center/cover;
  height: 270px;
  border-radius: 10px;
  display: flex;
  color: #fff;
  flex-direction: column;
  padding: 60px;
  justify-content: center;
  position: relative;
  overflow: hidden;
}
.promotion .extra p {
  color: #fff;
  opacity: 0.7;
}
.promotion .ment h2 span {
  color: var(--Main-light);
}
.promotion .ment h2 span::after {
  display: none;
}
.promotion::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}
.promotion > div {
  position: relative;
  z-index: 2;
}
.list.vertical {
  display: flex;
  --cell: 2;
  --gap: 40px;
  gap: var(--gap);
}
.sub .sect .head + .list.vertical {
  margin-top: var(--padding);
}
.sub .sect .list.vertical {
  margin-bottom: 30px;
}
.list.vertical li {
  width: calc(100% / var(--cell) - var(--gap));
}
.list.vertical.col2 {
  --cell: 2;
}
.list.vertical.col3 {
  --cell: 3;
}
.list.vertical.col4 {
  --cell: 4;
  --gap: 20px;
}
.list.vertical.col5 {
  --cell: 5;
}
.list.vertical li .thumb {
  border-radius: 10px;
}
.list.vertical.prices li .thumb {
  padding-top: 100%;
}
.list.vertical li {
  flex-grow: 0;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
}
.list.vertical li .thumb {
  background: no-repeat center right;
  background-size: cover;
  margin-bottom: 24px;
}
.list.vertical.circle li .thumb {
  margin-bottom: 40px;
}
.list.vertical.circle li .thumb {
  display: inline-block;
  width: 280px;
  height: 280px;
  border-radius: 50%;
}
.list.vertical li .infos .info h4.category {
  font-size: 0.9em;
  margin-bottom: 4px;
  display: block;
  margin-bottom: 0;
}
.list.prices li .infos .info h4.category {
  color: var(--Main-deep);
  margin-bottom: 4px;
  font-size: 0.9em;
}
.list.prices li .infos {
  display: flex;
  align-items: center;
  flex-grow: 1;
}
.list.prices.vertical li .infos {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
.list.prices li .infos .price {
  display: flex;
  gap: 40px;
  text-align: right;
}
.list.prices.vertical li .infos .price {
  text-align: left;
}
.list.vertical li .info {
  display: flex;
  flex-direction: column;
  gap: 3px;
}
.list.vertical li .info p {
  font-size: 0.85em;
}
.list.vertical li h2,
.list.prices.horizon li h2 {
  font-size: 1.3em;
}

.list.horizon .thumb + .infos {
  margin-left: var(--padding);
}
.list.prices.horizon li .infos .info h4.category {
  font-size: 1em;
}
.list.vertical li h2 + p {
  margin-top: 0;
}
.list.vertical.circle li .info {
  width: 280px;
}
.list li h4.category {
  color: var(--Main-color);
  margin-bottom: 5px;
}
.list.vertical.circle li {
  justify-content: center;
}
.list.vertical li .price {
  display: flex;
  gap: 40px;
  margin-top: 14px;
}
.list.vertical.circle li .info {
  display: block;
}
.list.vertical.circle li .price {
  flex-wrap: wrap;
  gap: 5px;
  justify-content: center;
}
.list.vertical.circle li .btn {
  margin-top: 20px;
}
.head + .list.prices.horizon {
  margin-top: 30px;
}
.list.prices.horizon {
  border-top: 1px solid var(--Gray-Border);
}
.list.prices.horizon li {
  padding: 12px 0;
}
.list.prices li .price dl dt {
  color: var(--Gray-Light);
  font-weight: bold;
  font-size: 0.9em;
}
.list.prices li .price dl dd {
  font-size: 1.3em;
  font-weight: 300;
  margin-top: 4px;
}
.list.prices.circle li dl.price {
  justify-content: center;
  margin-top: 15px;
  margin-bottom: 38px;
}
.list.prices li .price dt {
  font-weight: normal;
  margin-right: 5px;
  color: var(--Gray-Dark);
}
.list.prices li .price dd {
  font-weight: bold;
  color: var(--Main-color);
  text-align: left;
  flex-grow: 0;
}
.list.prices li .price dd + dt {
  margin-left: 20px;
}
.list.vertical li.full {
  width: 100%;
}
.list.horizon {
}
.list .img {
  background-size: cover;
  background-position: center;
}
.list li.full .img {
  height: 400px;
  margin-bottom: 48px;
}
.list li.full > .info {
  display: flex;
}
.list li.full > .info .head {
  flex-grow: 1;
}
.list li.full > .info .list {
  flex-grow: 0;
}
#rent .list li.full .head p {
  width: 450px;
}
#rent .list li.full .head .ext {
  font-size: 0.85em;
  color: var(--Gray-Light);
  margin-top: 12px;
}
#rent .list .info .head + .list {
  width: calc(50% - 20px);
}
#rent .list .info .head + .list .info {
  flex-grow: 1;
}
.list .info .head + .list li {
  margin-bottom: 40px;
  border-bottom: none;
  padding: 0;
}
.list.horizon li {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 0;
  width: 100%;
}
.list.horizon li .thumb {
  width: 120px;
  height: 120px;
  border-radius: 6px;
  background-position: center;
  background-size: cover;
  flex-shrink: 0;
}
.list.horizon li .thumb + .info {
  margin-left: var(--padding);
}
.list.horizon li .info {
  padding-right: var(--padding);
  flex-grow: 1;
}
.list.horizon li .info h4 {
  margin-bottom: 10px;
}
#rent .list.vertical {
  margin-top: 120px;
}
#rent .list.vertical li {
  width: calc(50% - 20px);
}
#rent .list.vertical li .thumb {
  height: 310px;
}
#rent #education.list.vertical li {
  width: 100%;
}
#rent #education.list.vertical li .thumb {
  width: 100%;
  padding-top: 0;
}
.my .list.horizon li .info {
  gap: 3px;
  display: flex;
  flex-direction: column;
}
.my .list.horizon li .info h3 {
  margin-bottom: 0;
  padding-bottom: 0;
  font-size: 1.2em;
}
.my .list.horizon li .info h5 {
  margin-bottom: 0;
  font-size: 0.85em;
  color: var(--Gray-Light);
  color: var(--Gray-Light);
}
.my .list.horizon li .info p {
  font-size: 0.85em;
}
.my .list.horizon li .info p strong {
  margin-right: 6px;
}
.my .list.horizon li .info .price {
  color: var(--Main-color);
  font-size: 1.2em;
}
.my .list.horizon li .info .price::before {
  content: var(--Won);
}
.list.horizon li .btnset {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  gap: 30px;
  font-size: 12px;
  text-align: center;
  color: var(--Gray-Dark);
}

.list.horizon li .btnset .icon {
  margin-bottom: 15px;
  height: 28px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.list.horizon li .btnset .icon img {
  max-height: 27px;
}
.list.horizon li .btnset p {
  color: var(--Gray-Dark) !important;
}
.sub.my .detail .detail-contents .sect.schedule {
  margin-bottom: 30px;
}
.sub.my .detail .detail-contents .sect:last-child {
  padding-top: 60px;
}

.my .sect.schedule > h3 {
  display: flex;
  align-items: center;
  font-weight: 600;
}

.my .sect.schedule h3.complete {
  background: var(--Main-gra);
  color: transparent;
  -webkit-background-clip: text;
  flex-grow: 0;
}
.my .sect.schedule h3.complete span {
  background: var(--Main-gra-rev);
  color: #fff;
  margin-left: 10px;
  border: 0;
}
.my .sect.schedule h3 span {
  font-size: 0.5em;
  color: var(--Gray-Mid);
  border: 2px solid var(--Gray-Mid);
  padding: 8px 12px;
  border-radius: 30px;
  margin-left: 10px;
}
.sub.my .list.horizon li {
  padding-top: 10px;
}
.sub.my .list.horizon li + li {
  padding: 30px 0;
}
.my .sect.schedule h3.cancel {
  text-decoration: line-through;
  color: var(--Red-color);
}
.my .sect.schedule h3.cancel + .list .info {
  text-decoration: line-through;
}
.my .sect.schedule h3.cancel + .list {
  filter: grayscale(0.7);
}
.my .sect.schedule h3.cancel span {
  color: var(--Red-color);
  border-color: var(--Red-color);
}
.sub.my .detail .detail-contents {
  width: var(--Width);
}
.sub.my .detail .detail-contents .sub-detail {
  border-top: 1px solid var(--Gray-Dark);
}

/* 면허 */
#license .img {
  background: url(../images/img/visual-license@2x.jpg) center right;
  background-size: cover;
  height: 400px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
#license .img > * {
  width: var(--Width);
}

.section .split {
  display: flex;
  justify-content: space-between;
}
.section .split li {
  flex-grow: 0;
  width: calc(50% - 50px);
}
.section div + .guidance {
  margin-top: 50px;
}
.section .guidance {
  display: flex;
  gap: 60px;
}
.section .guidance .head {
  flex-shrink: 0;
}
ul.demical {
  counter-reset: demi;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
ul.demical li {
  flex-grow: 1;
  position: relative;
  padding-left: 26px;
}
ul.demical li::before {
  counter-increment: demi;
  content: counter(demi, decimal-leading-zero) ".";
  position: absolute;
  left: 0;
  top: 2px;
}
.section h3 + p {
  margin-top: 10px;
  padding-right: 50px;
}
.section .split li table {
  margin-top: 30px;
}
.option table td {
  width: 1%;
  white-space: nowrap;
  padding-right: 20px;
}
.option table td:last-child {
  width: 80%;
  padding-right: 0;
}
dl.price {
  display: flex;
}
.option dl.price {
  justify-content: flex-end;
  line-height: 1.4;
  flex-wrap: wrap;
}
dl.price dt {
  margin-right: 5px;
  font-weight: bold;
  color: var(--Gray-Dark);
}
dl.price dd:only-of-type,
dl.price dd:last-of-type {
  margin-right: 0;
}
dl.price dd {
  margin-right: 20px;
  flex-grow: 0;
  color: var(--Main-color);
  font-weight: bold;
}
.holyday dl.price dd {
  color: var(--Orange);
}
.process {
  display: flex;
  justify-content: space-between;
  margin-top: 60px;
}
.process li {
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(var(--Width) / 5 + 30px);
  height: calc(var(--Width) / 5 + 30px);
  margin-left: -30px;
  color: #002470;
  text-align: center;
  padding-top: 50px;
  position: relative;
  border-radius: 50%;
}
.process li:first-child {
  margin-left: 0;
}
.process li:last-child {
  box-shadow: -30px 0 30px rgba(23, 104, 207, 0.4);
  color: #fff;
}
.process li:last-child p {
  color: #fff;
}
.process li h4:nth-of-type(2) {
  margin-top: 20px;
}
.process li::after {
  content: "";
  background-color: rgba(23, 104, 207, 1);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 50%;
  z-index: 0;
}
.process li:first-child::after {
  opacity: 0.1;
}
.process li:nth-child(2)::after {
  opacity: 0.2;
}
.process li:nth-child(3)::after {
  opacity: 0.3;
}
.process li:nth-child(4)::after {
  opacity: 0.4;
}

.process li > * {
  position: relative;
  z-index: 1;
}
.process li h4 {
  font-size: 20px;
  margin-bottom: 5px;
}
.process li p + h5,
.process li h5 + h5 + h5 {
  margin-top: 15px;
}
.process li p {
  color: #002470;
  opacity: 0.6;
  line-height: 1.4;
}
.schedule {
  margin-top: 30px;
}
.schedule ol {
  display: flex;
  border-top: 1px solid var(--Gray-Dark);
}
.schedule ol li {
  flex-grow: 1;
  flex-shrink: 0;
  justify-content: space-between;
  width: calc(100% / 12);
  border-bottom: 1px solid var(--Gray-Border);
  border-left: 1px solid var(--Gray-Border);
  text-indent: 20px;
}
.schedule ol li > div {
}
.schedule ol li > h4 {
}
.schedule ol li:first-child {
  padding-left: 0;
}
.schedule ol li:nth-last-child(1),
.schedule ol li:nth-last-child(2) {
  background-color: var(--Gray-Pale);
  position: relative;
  overflow: visible;
  border-left: 1px solid var(--Gray-Border);
}
.schedule ol li:nth-last-child(2) .date::after {
  content: "1,2월은 안전교육만 실시";
  position: absolute;
  left: 0;
  bottom: -40px;
  white-space: nowrap;
  font-size: 0.85em;
}
.schedule ol li:first-child {
  border-left: 0;
  text-indent: 0;
}
.schedule ol li:nth-last-child(1) > *,
.schedule ol li:nth-last-child(2) > * {
  background-color: var(--Gray-Pale);
}

.schedule ol li h4 {
  padding: 20px 0;
  position: relative;
  border-bottom: 1px solid var(--Gray-Border);
}
.schedule ol li h4 span.year {
  position: absolute;
  font-size: 0.6em;
  top: 6px;
  left: 0;
}
.schedule ol li .date {
  padding-top: 20px;
  padding-bottom: 20px;
}
.schedule ol li .date p {
  color: var(--Gray-Dark);
}
.extra {
  margin-top: 20px;
}
.extra .ext {
  font-size: 0.85em;
  color: var(--Gray-Light);
}
/* 풋터 */
.footer {
  border-top: 1px solid var(--Gray-Border);
  background-color: #fff;
  padding: 30px 0;
  margin-top: 80px;
}
.footer .in {
  width: var(--Width);
  margin: auto;
  color: var(--Gray-Light);
  font-size: 12px;
  text-transform: uppercase;
  line-height: 1.5;
  position: relative;
}
.footer .in .legal {
  color: var(--Gray-Mid);
  font-weight: bold;
  margin-bottom: 10px;
  font-size: 12px;
}
.footer .in .legal a {
  margin-right: 30px;
  color:#1C61A6; font-size:14px;
}
.footer .in .slogo {
  position: absolute;
  right: 0;
  bottom: 0;
}
.facility {
  overflow: hidden;
  margin-top: 40px;
  position: relative;
}
.facility .swiper-slide {
  height: 470px;
  background-size: cover;
  background-position: center;
  width: 100%;
}
.imgs {
  position: relative;
}
#map {
  position: relative;
  background-color: #fff;
}
#map .map {
  height: 500px;
  background: no-repeat center/cover;
}
#map .map-area,
.cs .map-area {
  height: 500px;
  overflow: hidden;
}
#map::before {
  content: "";
  position: absolute;
  border-top: 1px solid #fff;
  top: 0;
  left: 0;
  z-index: 3;
  width: 100%;
}
#map .section {
  padding-top: 50px;
}
#map .section:last-of-type {
  padding-bottom: 0;
}
#map .section .head {
  line-height: 1.7;
}
#map .section .head h3 img {
  height: var(--padding);
  width: auto;
  vertical-align: text-top;
  margin-left: 5px;
}
#map .section .head h3 span {
  font-weight: normal;
}
#map .section .head h4 {
  font-weight: normal;
}
#map .list.horizon {
  margin-top: 50px;
  border-top: 1px solid var(--Gray-Border);
}
.list.horizon li {
  padding: 26px 0;
  border-bottom: 1px solid var(--Gray-Border);
  position: relative;
  cursor: pointer;
}
.list.horizon li .category {
  font-weight: bold;
  color: var(--Gray-Dark);
  margin-right: 10px;
}
.list.horizon li .title {
  flex-grow: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.list.horizon li .date {
  color: var(--Gray-Light);
  font-size: 0.85em;
}
.list.horizon li.new::before {
  content: "●";
  position: absolute;
  left: -15px;
  color: var(--Red-color);
  font-size: 0.5em;
}
.schedule ol li:nth-last-child(2) .date::after {
  bottom: -35px;
  text-indent: 10px;
}
/* 예약화면 */
.wrap.sub {
  top: 0;
}
.wrap.sub .contents {
  padding-top: var(--Top-h);
  position: relative;
}
.sub .contents .article {
  width: var(--Width);
  margin: 40px auto;
}
.sub .contents .article .header {
  margin: 50px 0 50px 0;
}
.sub .contents .article .header h1 {
  font-size: 32px;
  width: 45%;
}
.sub .contents .article .header.nav {
  margin: 40px 0;
}
.sub .contents .article .header p {
  line-height: 1.4;
  color: var(--Gray-Mid);
}
.sub .contents .article .header h1 + p {
  margin-top: 20px;
}
.sub .contents .article .header.nav h1 {
  display: flex;
  align-items: center;
  gap: 10px;
}
.sub .contents .article .header.nav img {
  height: 30px;
}
.sub .contents .images .swiper-slide {
  height: 385px;
  background-size: cover;
  background-position: center;
}
.swiper-container.images {
  overflow: visible;
  position: relative;
}
.swiper-container.images .swiper-pagination-progressbar {
  background-color: var(--Gray-Border);
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--Main-color);
}
.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  position: relative;
  height: 1px;
  width: var(--Width);
  margin: 30px auto;
}
.visual.swiper-container-horizontal > .swiper-pagination-progressbar,
.visual.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  background-color: rgba(255, 255, 255, 0);
  margin: 0;
  margin-top: -5px;
  z-index: 10;
  height: 6px;
  width: 100%;
}
.visual .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background-color: var(--Main-light);
}
.sub .detail {
  width: var(--Width);
  margin: auto;
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
.sub .images + .detail {
  margin-top: 40px;
}
.sub .detail .detail-contents .item {
  display: flex;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 20px 30px rgba(0, 0, 0, 0.1);
  border: 1px solid var(--Gray-Border);
  align-items: center;
  margin-bottom: 60px;
  position: relative;
}
.sub .detail .detail-contents .item .infos {
  padding: 10px 0;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.sub .detail .detail-contents .item .infos .option {
  display: flex;
  gap: 5px;
  flex-wrap: wrap;
  margin-top: 15px;
}
.sub .detail .detail-contents .item .infos .option p {
  padding: 6px 12px;
  border: 1px solid var(--Gray-Border);
  border-radius: 3px;
}
.sub .detail .detail-contents .item .infos .option p span {
  color: var(--Gray-Dark);
  font-weight: bold;
}
.sub .detail .detail-contents .item .infos .expire {
  color: var(--Red-color);
  font-weight: bold;
}
.sub .detail .detail-contents .item .infos .expire .dday {
  border-color: var(--Red-color);
}
.sub .detail .detail-contents .month-ticket {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% + 20px);
  margin-bottom: 40px;
  gap: 20px;
}
.sub .detail .detail-contents .my-ticket {
  margin-top: 10px;
}
.sub .detail .detail-contents .my-ticket > h3 {
  margin-bottom: 20px;
}
.sub .detail .detail-contents .month-ticket .item {
  margin-bottom: 0;
  flex-direction: column;
  padding: 0;
  overflow: hidden;
  width: calc(25% - 20px);
}
.sub .detail .detail-contents .month-ticket .item .infos {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 30px;
  width: 100%;
}
.sub .detail .detail-contents .month-ticket .item .infos h3 {
  font-size: 1.2em;
}
.sub .detail .detail-contents .month-ticket .item .infos p:last-child {
  margin-top: 10px;
}
.sub .detail .detail-contents .month-ticket .item .dday {
  border: 1px solid var(--Gray-Mid);
  font-weight: bold;
  font-size: 0.8em;
  border-radius: 30px;
  padding: 5px 10px;
  margin-right: 5px;
}
.sub .detail .detail-contents .month-ticket .item .thumb {
  width: 100%;
  border-radius: 0;
}
.sub .detail .detail-contents .log {
  padding-top: 40px;
}
.sub .detail .detail-contents .log table th {
  background-color: var(--Gray-Pale);
}
.sub .detail .detail-contents .log table th,
.sub .detail .detail-contents .log table td {
  padding: 15px;
}
.sub .detail .detail-contents .log table td.date {
  color: var(--Gray-Mid);
}
.sub .detail .detail-contents .log h3 {
  margin-bottom: 15px;
}
.sub .detail .detail-contents .item .thumb {
  flex-grow: 0;
  flex-shrink: 0;
  width: 150px;
  height: 150px;
  background-position: center;
  background-size: cover;
  border-radius: 8px;
  align-self: flex-start;
}
.sub .detail .detail-contents .item .infos {
  padding-left: 30px;
  flex-grow: 1;
}

.sub .detail .detail-contents .item .infos h4 {
  color: var(--Main-deep);
}
.sub .detail .detail-contents .item .infos h3 {
}
.sub .detail .detail-contents .item .infos p {
  color: var(--Gray-Mid);
}
.sub .detail .detail-contents .agreement {
  margin-bottom: 20px;
}

.sub .detail .detail-contents .overview {
  display: flex;
  gap: 60px;
  height: 105px;
  padding-top: 10px;
}
.sub .detail .detail-contents .overview h6 {
  color: var(--Gray-Light);
  margin-bottom: 5px;
}
.price {
  color: var(--Main-color) !important;
}
.price.holy {
  color: var(--Orange) !important;
}
.sub .detail .detail-contents .overview p {
  font-size: var(--padding);
  font-weight: 200;
  letter-spacing: 0;
}
.sub .detail .detail-contents .overview .price::before {
  content: var(--Won);
}
.sub .detail .detail-contents {
  width: 870px;
  position: relative;
  z-index: 1;
}
.sub .detail .detail-contents.full {
  width: 100%;
}
.options-complex {
}
.options-complex .option {
  flex-grow: 1;
  margin-top: 30px;
}
.options-complex .option + .option {
  margin-top: 40px;
}
.option h4 {
  margin-bottom: 16px;
  display: flex;
  align-items: center;
}
.option h4 + p {
  padding-bottom: 16px;
  margin-top: -10px;
}
.option li {
  display: flex;
  overflow: visible;
  height: 74px;
  position: relative;
  align-items: center;
  gap: 10px;
}
.option li .name-area {
  flex-grow: 1;
  display: flex;
  gap: 5px;
  align-items: center;
}
.option li .price-area {
  display: flex;
  gap: 20px;
}
.option li h5 {
  display: flex;
  align-items: center;
}
.option .reserv-day {
  border-radius: 5px;
  overflow: hidden;
  border: 1px solid var(--Gray-Light);
  color: var(--Gray-Light);
  font-size: 0.8em;
  display: flex;
  align-items: center;
  padding-right: 8px;
  font-weight: bold;
}
.option .name-area .reserv-day {
  border-radius: 5px;
  overflow: hidden;
  border: 1px solid var(--Gray-Border);
  color: var(--Gray-Light);
  font-size: 0.8em;
  display: flex;
  align-items: center;
  font-weight: bold;
  margin-right: 5px;
}
.option .name-area .reserv-day span {
  padding: 6px 8px;
}
.option .name-area .reserv-day + * {
  color: var(--Gray-Light);
}
.option .name-area .reserv-day.itday + * {
  color: var(--Gray-Dark);
}
.option .reserv-day span {
  background-color: var(--Gray-Light);
  color: #fff;
  font-weight: bold;
  padding: 6px 8px;
  margin-right: 5px;
}
.option .reserv-day.itday {
  padding-right: 0;
  border-color: var(--Sale);
  background-color: var(--Sale);
  color: #fff;
}
.option .reserv-day.itday span {
  margin-right: 0;
  background-color: var(--Sale);
}
.option .sale-tag {
  border-radius: 5px;
  overflow: hidden;
  border: 1px solid var(--Sale);
  color: var(--Sale);
  font-size: 0.8em;
  display: flex;
  align-items: center;
  padding: 6px 8px;
  font-weight: bold;
  margin-right: 5px;
}
.sub .detail .detail-contents .sect .option li p {
  flex-grow: 0;
}
.option li .price-area dl.price {
  display: flex;
}
.option li dl.price {
  flex-grow: 1;
  justify-content: flex-end;
}
.option li dl.price dd {
  flex-grow: 0;
  position: relative;
}

.option li dl.price.sale dd {
  color: var(--Sale);
  font-weight: bold;
  position: relative;
}
.option li dl.price dd .before {
  color: var(--Gray-Light);
  text-decoration: line-through;
  font-size: 0.85em;
  text-align: center;
  position: absolute;
  font-weight: normal;
  top: 100%;
  left: 0;
}
.option li dl.price.sale dd::after {
  content: "\e905";
  margin-right: 3px;
  font-family: xeicon;
}

.option li p span + span {
  margin-left: 10px;
}
.option li::after,
.overview-mm tr::after {
  content: "";
  border-bottom: 1px solid var(--Gray-Dark);
  width: 100%;
  transform-origin: left bottom;
  transform: scaleY(0.3);
  opacity: 0.3;
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
}
.overview-mm tr {
  position: relative;
}
.option li:first-of-type::before {
  content: "";
  border-bottom: 1px solid var(--Gray-Dark);
  width: 100%;
  transform-origin: left bottom;
  transform: scaleY(0.5);
  opacity: 0.3;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
.sub .detail .detail-contents .overview p.ext {
  font-size: 0.8em;
  font-weight: normal;
}
.sub .detail .detail-contents .overview.small {
  height: auto;
}
.sub .detail .detail-contents .overview.small p {
  color: var(--Main-color);
  font-size: 1.5em;
}
.sub .detail .reserv-ui dl:nth-last-child(2) dd .selection {
  top: auto;
  bottom: 0;
}
.option li p {
  flex-grow: 1;
  color: var(--Gray-Mid);
}
.option li p span.bk {
  /* color: var(--Gray-Dark); */
}
.option li p.price {
  flex-grow: 0;
  color: var(--Main-color);
}
/* .option {
  display: table;
}
.option li {
  display: table-row;
}
.option li > * {
  display: table-cell;
} */
.option dl.price dt,
.option dl.price dd {
  font-weight: normal;
}
.option li h5 span.bk {
}
.option li.unable h5 {
  color: var(--Gray-Mid);
}
.sub .detail .detail-contents .sect .option li.unable p {
  color: var(--Gray-Light);
}
.option li h5 span.bk::after {
  content: "";
  border-right: 1px solid var(--Gray-Border);
  margin-right: 16px;
  padding-right: 16px;
}
.sub .detail .detail-contents .sect {
  margin-bottom: 100px;
}
.sub .detail .detail-contents .sect .form dt {
  font-weight: bold;
  margin-bottom: 10px;
}
.sub .detail .detail-contents .sect .form .guidance.split {
  display: flex;
  margin-top: var(--padding);
  justify-content: space-between;
}

.sub .detail .detail-contents .sect .form .guidance.split > div {
  width: 42%;
}
.sub .detail .detail-contents .sect .form .guidance.split > div h5 {
  margin-bottom: 10px;
}
.sub .detail .detail-contents .sect .form .guidance.split > div p {
  font-size: 0.88em;
}
.sub .detail .detail-contents .sect .form .guidance.split > div .btn {
  margin-top: 20px;
}
.sub .detail .detail-contents .sect .form dd + dt {
  margin-top: var(--padding);
}
.sub .detail .detail-contents .sect .noti {
  font-size: 1em;
  margin-top: 20px;
}
.sub .detail .detail-contents .sect .noti.with-btn {
  display: flex;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 30px;
}
.sub .detail .detail-contents .sect .noti.with-btn p {
  color: var(--Gray-Dark);
  font-size: 1em;
}
.sub .detail .detail-contents .sect .noti.with-btn .qr {
  margin-right: 20px;
}
.sub .detail .detail-contents .sect .noti.with-btn .qr img {
  height: 100px;
}
.sub .detail .detail-contents .sect .noti .print {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background-color: var(--Gray-Pale);
  transition: 0.4s;
  flex-shrink: 0;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.sub .detail .detail-contents .sect .noti .print img {
  margin-bottom: 5px;
}
.sub .detail .detail-contents .sect .noti .print:hover {
  background-color: var(--Gray-Lighter);
}
.sub .detail .detail-contents .sect .noti .p {
  flex-grow: 1;
}
.sub .detail .detail-contents .sect .noti p {
  padding-left: 12px;
  position: relative;
}
.sub .detail .detail-contents .sect .noti p::before {
  content: "•";
  position: absolute;
  opacity: 0.5;
  left: 0;
}
.sub .detail .detail-contents .sect h3 {
  padding-bottom: 10px;
}
.sub .detail .detail-contents .sect.sect.shop-info h3 {
  padding-bottom: 0;
}
.sub .detail .detail-contents .sect p {
  color: var(--Gray-Mid);
  line-height: 1.5;
  letter-spacing: 0;
  font-size: 0.9em;
}

.sub .detail .detail-contents .sect .ul strong {
  font-size: 1.1em;
  margin-bottom: 5px;
  display: block;
}
.sub .detail .detail-contents .sect .split {
  display: flex;
  gap: 100px;
}

.sub .detail .detail-contents .sect .map {
  border-radius: 10px;
  overflow: hidden;
  clip-path: inset(0% 0% 0% 0% round 10px);
}
.sub .detail .detail-contents .sect.shop-info h3 {
  margin-top: 30px;
}
.sub .detail .detail-contents .sect.shop-info h4 {
  font-weight: normal;
}
.sub .detail .detail-contents .sect.shop-info .introduction {
  margin-top: 15px;
}
.sub .detail .detail-contents .sect:last-child {
  padding-bottom: 0;
  margin-bottom: 40px;
}
.sub .detail .vouch {
  display: flex;
  width: 100%;
  gap: 20px;
}
.sub .detail .vouch .qr {
  height: fit-content;
  text-align: center;
}
.sub .detail .vouch .qr .code {
  border: 1px solid var(--Gray-Border);
  border-radius: 10px;
  padding: 20px;
}
.sub .detail .vouch .qr .code > * {
  width: 150px;
  height: auto;
}
.sub .detail .vouch .qr p {
  margin-top: 10px;
  font-weight: bold;
  color: #000;
}
.sub .detail .voucher {
  border: 1px solid var(--Gray-Border);
  border-radius: 10px;
  flex-grow: 1;
}
.sub .detail .voucher table {
  border-top: 0;
}
.sub .detail .voucher table th {
  white-space: nowrap;
  width: 1%;
  padding: 20px;
  position: relative;
}
.sub .detail .voucher table td {
  padding: 20px;
  color: var(--Gray-Mid);
}
.sub .detail .voucher table th::before {
  content: "";
  width: 1px;
  height: 30%;
  position: absolute;
  right: 0;
  top: 35%;
  background-color: var(--Gray-Border);
  display: block;
}
.sub .detail .voucher table tr:last-child > * {
  border: none;
}
.sub .detail .detail-contents .reserv-ui {
  display: none;
}
.sub .detail .reserv-ui {
  width: 300px;
  flex-grow: 0;
  flex-shrink: 0;
  border: 1px solid var(--Gray-Border);
  border-radius: 10px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 20;
}
.sub .detail .reserv-ui.need-login {
  border: 0;
  border-radius: 8px;
  overflow: hidden;
}
.sub .detail .reserv-ui .login-wrap {
  display: none;
}
.sub .detail .reserv-ui.need-login .login-wrap {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  backdrop-filter: blur(3px);
  color: #fff;
  z-index: 20;
  display: block;
}
.sub .detail .reserv-ui.need-login .login-wrap .overlay {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 2em;
  text-align: center;
  word-break: keep-all;
}
.sub .detail .reserv-ui.need-login .login-wrap .overlay h3 + p {
  margin-top: 10px;
}
.sub .detail .reserv-ui.need-login .login-wrap .overlay .btns {
  width: 100%;
  font-size: 0.9em;
  font-weight: bold;
}
.sub .detail .reserv-ui.need-login .login-wrap .overlay h1,
.sub .detail .reserv-ui.need-login .login-wrap .overlay h3 {
}
.sub .detail .reserv-ui.need-login .login-wrap .overlay .btns a.impo {
  display: block;
  padding: 14px 0;
  background: var(--Main-gra-rev);
  border-radius: 5px;
}
.sub .detail .reserv-ui.need-login .login-wrap .overlay .btns a.join {
  margin-top: 16px;
  text-decoration: underline;
  display: block;
  font-size: 0.8em;
}
.sub .detail .reserv-ui.with-season dl.input.class-pick,
.sub .detail .reserv-ui.with-season dl.input.date-time-pick,
.sub .detail .reserv-ui.with-season dl.input.grade-pick,
.sub .detail .reserv-ui.with-season dl.input.age-pick,
.sub .detail .reserv-ui.with-season dl.age-sim-pick {
  display: none;
}
.sub .detail .reserv-ui .choose .head .upcoming {
  margin-top: 10px;
  display: flex;
  align-items: center;
}
.sub .detail .reserv-ui .choose .head .upcoming .ment {
  font-size: 0.9em;
  animation-name: today_blink;
  animation-duration: 0.6s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
}
.sub .detail .reserv-ui .choose .head .upcoming .ment i {
  margin-right: 5px;
  font-size: 1.2em;
  align-items: center;
  vertical-align: middle;
}
@keyframes today_blink {
  0% {
    color: var(--Gray-Dark);
  }
  50% {
    color: var(--Gray-Light);
  }
  100% {
    color: var(--Gray-Dark);
  }
}
.sub .detail .reserv-ui.active {
  z-index: 10;
}
.pignose-calendar .pignose-calendar-top {
  padding: 10px;
}

/*달력*/
.calendar {
}
.calendar .nav {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.7em;
  margin: 20px 0;
}
.calendar .nav a {
  color: var(--Gray-Mid);
  font-weight: 300;
  font-size: 0.8em;
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  transition: 0.2s;
}
.calendar .nav a:hover {
  color: var(--Gray-Dark);
}
.calendar .nav a img {
  vertical-align: middle;
}
.calendar .nav a.prev {
  flex: auto;
  background-image: url(../images/icon/arrow-left-gray.svg);
  background-position: left center;
  padding-left: 18px;
}
.calendar .nav a.next {
  flex: auto;
  text-align: right;
  background-image: url(../images/icon/arrow-right-gray.svg);
  background-position: right center;
  padding-right: 18px;
}
.calendar .nav p.this {
  font-weight: bold;
  text-align: center;
}
.calendar .week-head {
  border-top: 1px solid var(--Gray-Dark);
  font-weight: bold;
}
.calendar .week-head li {
  font-size: 0.8em;
  height: 50px;
  display: flex;
  align-items: center;
}
.calendar ul {
  display: flex;
  border-bottom: 1px solid var(--Gray-Border);
}
.calendar ul li {
  width: calc(100% / 7);
  height: 150px;
  padding: 0;
}
.calendar ul li p {
  width: 28px;
  height: 28px;
  padding-left: 10px;
  line-height: 28px;
  letter-spacing: 0;
  margin-top: -1px;
  transition: 0.2s;
}
.calendar ul li.start p {
  background-color: var(--Gray-Dark);
  color: #fff;
  border-radius: 18px 0 0 18px;
  width: 100%;
}
.calendar ul li.end p {
  background-color: var(--Gray-Dark);
  color: #fff;
  border-radius: 0 18px 18px 0;
  width: 100%;
}
.calendar ul li.during p {
  background-color: var(--Gray-Dark);
  color: #fff;
  width: 100%;
}
.calendar ul li.past {
  opacity: 0.3;
}
.calendar ul li.past .district {
  opacity: 0;
}
.calendar ul li.sun {
  color: var(--Red-color);
}
.calendar > .district {
  opacity: 0;
  position: relative;
  z-index: 10;
  pointer-events: all;
  display: none;
}
.calendar .district .tooltip {
  position: absolute;
  top: 50%;
  margin-top: -12px;
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: 3px;
  padding: 8px;
  line-height: 1;
  color: #fff;
  font-size: 0.7em;
  pointer-events: none;
  opacity: 0;
  transition: 0.2s;
}
.calendar .district .tooltip.hover {
  opacity: 1;
}
.calendar .pignose-calendar .pignose-calendar-unit-active .district .tooltip.hover {
  opacity: 0;
}
.calendar .calendar-in + .district {
  display: none;
}
.calendar .pignose-calendar .pignose-calendar-unit-date {
  overflow: hidden;
}
.calendar .pignose-calendar .pignose-calendar-unit-date .element .district {
  opacity: 1;
}
.calendar .pignose-calendar .pignose-calendar-unit-active,
.calendar .pignose-calendar .pignose-calendar-unit-range {
  overflow: visible;
  position: relative;
}
.calendar .pignose-calendar .pignose-calendar-unit-active .element .district {
}
.element .district dl.schedule {
  margin: 2px 0 2px 5px;
}
.pignose-calendar .pignose-calendar-body .pignose-calendar-row {
  overflow: visible;
  display: flex;
}
.pignose-calendar .pignose-calendar-unit {
  height: auto;
  padding-bottom: 10px;
  margin-top: 0;
}
.pignose-calendar .pignose-calendar-body .pignose-calendar-row:after {
  content: "";
  display: block;
  clear: both;
}
.calendar .pignose-calendar .pignose-calendar-unit-active .element .district dl.schedule dt {
}

.calendar .pignose-calendar .pignose-calendar-unit-disabled .element .district,
.calendar .pignose-calendar .pignose-calendar-unit-range .element .district,
.calendar .pignose-calendar .pignose-calendar-unit-second-active .element .district {
  opacity: 0;
  transition: 0.2s;
}
.calendar .pignose-calendar .pignose-calendar-unit a:after {
  width: 100%;
  height: 100%;
  position: absolute;
  content: "";
  left: 0;
  z-index: 10;
  border-radius: 30px 30px 0 0;
}
.calendar .pignose-calendar .pignose-calendar-unit {
  position: relative;
}

.pignose-calendar .pignose-calendar-unit.pignose-calendar-unit-range a {
  border-radius: 0 30px 30px 0;
  display: block;
  position: relative;
  text-align: left;
  padding-left: 9px;
  position: relative;
}
/* .pignose-calendar-unit-first-active:after,
.pignose-calendar-unit-second-active:after {
  position: absolute;
  content: "입실일";
  border-radius: 23px;
  font-size: 0.8rem;
  line-height: 1;
  top: 3px;
  left: 26px;
  z-index: 10;
  padding: 5px 9px;
  font-weight: bold;
}
.pignose-calendar-unit-second-active:after {
  content: "퇴실일";
} */
.calendar .pignose-calendar .pignose-calendar-top {
  padding: 1em 0;
}
.calendar .district dl.schedule {
  font-size: 0.85em;
  overflow: hidden;
  clear: both;
  line-height: 18px;
  color: var(--Gray-Dark);
  cursor: pointer;
  transition: 0.2s;
}
.sight-pick .option.color-var {
  justify-content: center;
}
.calendar .district dl.schedule dt,
.color-var p span {
  height: 18px;
  width: 18px;
  line-height: 18px;
  font-weight: bold;
  text-align: center;
  border-radius: 50%;
  float: left;
  color: #fff;
  font-size: 0.8em;
  margin-right: 4px;
}
div.max {
  width: 100% !important;
}
/* .calendar .pignose-calendar-unit-disabled .district {
  display: none;
}
.calendar .pignose-calendar .pignose-calendar-header .pignose-calendar-week {
  font-weight: bold;
} */
.calendar .district dl.schedule.disable,
.color-var p.disable span {
  color: var(--Gray-Light);
  text-decoration: line-through;
}
.calendar .district dl.schedule.disable dt,
.color-var p.disable span {
  background-color: var(--Gray-Light) !important;
}
.calendar .district dl.schedule.sect01 dt,
.color-var p.sect01 span {
  background-color: var(--Type1);
}
.calendar .district dl.schedule.sect03 dt,
.color-var p.sect03 span {
  background-color: var(--Type3);
}
.calendar .district dl.schedule.sect02 dt,
.color-var p.sect02 span {
  background-color: var(--Type2);
}
.calendar .district dl.schedule.sect04 dt,
.color-var p.sect04 span {
  background-color: var(--Type4);
}
.calendar .district dl.schedule.sect05 dt,
.color-var p.sect05 span {
  background-color: var(--Type5);
}
.calendar .district dl.schedule.sect06 dt,
.color-var p.sect06 span {
  background-color: var(--Type6);
}
.calendar .district dl.schedule.rent dt,
.color-var p.rent span {
  background-color: var(--Type7);
}
.calendar .district dl.schedule.active {
  border-radius: 18px;
}
.calendar .district dl.schedule.active dt {
  color: #fff !important;
}
.calendar .district dl.schedule.type1.active {
  background-color: var(--Type1);
  color: #fff;
  font-weight: bold;
}
.calendar .district dl.schedule.type2.active {
  background-color: var(--Type2);
  color: #fff;
  font-weight: bold;
}
.calendar .district dl.schedule.type3.active {
  background-color: var(--Type3);
  color: #fff;
  font-weight: bold;
}
.calendar .district dl.schedule.type4.active {
  background-color: var(--Type4);
  color: #fff;
  font-weight: bold;
}
.calendar .district dl.schedule.type5.active {
  background-color: var(--Type5);
  color: #fff;
  font-weight: bold;
}
.calendar .district dl.schedule.type6.active {
  background-color: var(--Type6);
  color: #fff;
  font-weight: bold;
}
.calendar .district dl.schedule dd {
  float: left;
  width: calc(100% - 3vw);
}
.calendar .district dl.schedule.soldout {
  cursor: no-drop;
}
.calendar .district dl.schedule.soldout dt {
  background-color: var(--Gray-Border);
}
.calendar .district dl.schedule.soldout dd {
  color: var(--Gray-Border) !important;
}
/* .pignose-calendar .pignose-calendar-top .pignose-calendar-top-date {
  font-size: 16px;
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  justify-content: center;
  gap: 5px;
}
.pignose-calendar-top-year::after {
  content: "년";
}
.calendar .pignose-calendar .pignose-calendar-top {
  padding: 10px;
  flex-shrink: 0;
}
.pignose-calendar .pignose-calendar-header {
  flex-shrink: 0;
} */
.date-time-pick-mode .cal-huge-full.date-time,
.huge-widget-mode .huge-widget,
.date-range-pick-mode .range {
  opacity: 1;
  visibility: visible;
  z-index: 430 !important;
  width: 100%;
  right: 0;
  pointer-events: all;
}
.huge-widget.map-district {
  opacity: 1;
  transition: 0.1s;
}
.huge-widget.map-district .ui-widget {
  transition: 0.1s;
}
.date-time-pick-mode,
.huge-widget-mode,
.date-range-pick-mode {
  overflow: hidden;
}
.cal-huge-full,
.huge-widget {
  position: fixed;
  height: 100%;
  right: -100%;
  top: 0;
  z-index: 200;
  overflow: hidden;
  transition: 0.3s;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 10px;
}

.map,
.map-area {
  transform-origin: left top;
}
.map-picker {
  position: relative;
}
.huge-widget .btns {
  margin-top: 0;
}
.huge-widget.map-district .option.color-var {
  position: absolute;
  text-align: center;
  justify-content: flex-end;
  bottom: 20px;
  right: 20px;
  width: 100%;
  margin: 0;
  font-size: 0.8em;
}
.huge-widget .option.color-var {
  margin: 20px;
}
.cal-huge-full .mask,
.huge-widget .mask {
  background-color: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(20px);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}
.calendar .calendar-in
/* .calendar .calendar-in .pignose-calendar */ {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.calendar .calendar-in {
  max-height: calc(100% - 60px);
}
/* .calendar-in .pignose-calendar .pignose-calendar-body {
  flex-grow: 1;
  overflow-y: auto;
} */
.cal-huge.ui-widget.ui-widget-content,
.huge-widget .ui-widget {
  margin-top: 0;
  width: var(--Width);
  display: block;
  transition: 0.2s;
  margin-left: 0;
  margin: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #fff;
  z-index: 2;
  position: relative;
  display: flex;
  flex-direction: column;
  max-height: 100%;
}
.cal-huge.ui-widget.ui-widget-content .focus {
  opacity: 0;
  visibility: hidden;
  height: 0;
  width: 0;
  position: absolute;
  left: 0;
  top: 0;
}
.cal-huge.ui-widget.ui-widget-content .cal-btns,
.huge-widget .ui-widget .btns {
  height: 60px;
  line-height: 60px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  display: flex;
  align-items: center;
}
.cal-huge.ui-widget.ui-widget-content .cal-btns a.cancel,
.huge-widget .ui-widget .btns a.cancel {
  width: 80px;
  background-color: var(--Gray-Dark);
  color: #fff;
}
.cal-huge.ui-widget.ui-widget-content .cal-btns a.select-complete,
.huge-widget .ui-widget .btns a.select-complete {
  color: #fff;
  transition: 0.5s;
  display: block;
  background-color: var(--Gray-Light);
  flex-grow: 1;
}
.cal-huge.ui-widget.ui-widget-content .cal-btns a.select-complete span {
  opacity: 0.6;
  display: none;
}
.cal-huge.ui-widget.ui-widget-content .cal-btns a.select-complete.ed span {
  display: inline;
}
.cal-huge.ui-widget.ui-widget-content .cal-btns a.select-complete::after {
  content: "이용하실 날짜와 시간을 선택하세요";
}
.huge-widget .ui-widget .btns a.select-complete::after {
  content: "선택하세요";
}
.cal-huge.ui-widget.ui-widget-content .cal-btns a.select-complete.ed {
  background-color: var(--Main-color);
}
.cal-huge.ui-widget.ui-widget-content .cal-btns a.select-complete.ed::after,
.huge-widget .ui-widget a.select-complete.ed::after {
  content: "선택완료";
}
.cal-huge.ui-widget.ui-widget-content .ui-body {
  overflow-y: auto;
  margin: 0 -1px;
  flex-grow: 1;
}
.cal-huge.ui-widget.ui-widget-content .ui-body table {
  border-collapse: collapse;
  table-layout: fixed;
  margin: 0;
}
.cal-huge.ui-widget.ui-widget-content .ui-body table td,
.cal-huge.ui-widget.ui-widget-content .ui-body table th {
  border: 1px solid var(--Gray-Border);
  text-align: left;
  width: calc(100% / 7);
}

.cal-huge.ui-widget.ui-widget-content .ui-body table th {
  padding: 10px;
  color: var(--Gray-Dark);
}

.cal-huge.ui-widget.ui-widget-content .ui-body table td,
.cal-huge.ui-widget.ui-widget-content .ui-body table td > * {
  height: auto;
  line-height: 1.3;
  text-align: left;
}

.cal-huge.ui-widget.ui-widget-content .ui-body table td .times {
  font-size: 14px;
}
.cal-huge.ui-widget.ui-widget-content .ui-state-disabled,
.cal-huge.ui-widget.ui-widget-content .times li.disable {
  background-color: #ededed;
}
.cal-huge.ui-widget.ui-widget-content .ui-state-default,
.cal-huge.ui-widget.ui-widget-content .ui-widget-content .ui-state-default {
  padding: 10px;
  font-weight: bold;
}
.cal-huge.ui-widget.ui-widget-content .ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  color: inherit;
}

.cal-huge.ui-widget.ui-widget-content .ui-body table td .times li {
  padding: 8px;
  border: 1px solid var(--Gray-Border);
  border-radius: 0;
  cursor: pointer;
  margin: -1px;
  transition: 0.3s;
  margin: 0 5px 5px 5px;
  border-radius: 3px;
  display: flex;
  flex-direction: column;
}
.cal-huge.ui-widget.ui-widget-content .ui-body table td .times li p {
  color: var(--Gray-Mid);
}
.cal-huge.ui-widget.ui-widget-content .ui-body table td .times li p:first-child {
  display: flex;
  color: var(--Gray-Dark);
  font-size: 1em;
}
.cal-huge.ui-widget.ui-widget-content .ui-body table td .event {
  padding: 8px;
}
.cal-huge.ui-widget.ui-widget-content .ui-body table td.event-day .event + div {
  margin-top: 10px;
}
.cal-huge.ui-widget.ui-widget-content .ui-body table td.event-day a {
  color: var(--Main-color);
}
.cal-huge.ui-widget.ui-widget-content .ui-body table td.event-day .event {
  color: var(--Main-color);
  font-weight: bold;
  font-size: 1.1em;
  padding-top: 0;
}
.cal-huge.ui-widget.ui-widget-content .ui-body table td.event-day .event > div > p {
  white-space: normal;
  word-break: break-all;
}
.cal-huge.ui-widget.ui-widget-content .ui-body table td .times li p + p {
  margin-top: 5px;
}
.cal-huge.ui-widget.ui-widget-content .ui-body table td.event-day .event.reserv-day .event-name {
  color: var(--Red-color);
  font-weight: bold;
  font-size: 1em;
}
.cal-huge.ui-widget.ui-widget-content .ui-body table td.event-day .event.reserv-day p {
  font-weight: normal;
  color: var(--Gray-Dark);
  font-size: 0.9em;
}
.cal-huge.ui-widget.ui-widget-content .ui-body table td.event-day .event .d-day {
  font-size: 0.85em;
  color: #fff;
  background-color: var(--Red-color);
  border-radius: 3px;
  display: inline-block;
  padding: 4px 8px;
  font-weight: bold;
  margin-bottom: 5px;
}
.cal-huge.ui-widget.ui-widget-content .ui-body table td.event-day.ui-state-disabled .event,
.cal-huge.ui-widget.ui-widget-content .ui-body table td.event-day.ui-datepicker-unselectable .event {
  color: var(--Gray-Mid);
}
.cal-huge.ui-widget.ui-widget-content .ui-body table td.event-day .event i {
  margin-right: 3px;
}
.cal-huge.ui-widget.ui-widget-content .ui-body table td .times li p:first-child::before {
  content: "\ea0e";
  font-family: "xeicon";
  margin-right: 5px;
}
.cal-huge.ui-widget.ui-widget-content .ui-body table td .times li.disable,
.cal-huge.ui-widget.ui-widget-content .ui-body table td .times li.disable p:first-child,
.cal-huge.ui-widget.ui-widget-content .ui-body table td .times li.disable p {
  text-decoration: line-through;
  color: var(--Gray-Light);
  pointer-events: none;
}
.cal-huge.ui-widget.ui-widget-content .ui-body table td .times li.selected {
  color: #fff;
  background-color: var(--Main-color);
  border-color: var(--Main-color);
}
.cal-huge.ui-widget.ui-widget-content .ui-body table td .times li.selected p {
  color: #fff;
}
.cal-huge.ui-widget.ui-widget-content .ui-body table td .times li.selected p:first-child::before {
  content: "\e92e";
  font-family: "xeicon";
}
.cal-huge.ui-widget.ui-widget-content .ui-body table td .times li.disable p:first-child::before {
  content: "\e927";
  font-family: "xeicon";
}
.cal-huge.ui-widget.ui-widget-content .ui-body table td {
  padding: 0;
}

.cal-huge.ui-widget.ui-widget-content .ui-widget-header,
.cal-huge.ui-widget.ui-widget-content .ui-datepicker .ui-datepicker-header {
  border-bottom: 1px solid var(--Gray-Border);
  margin-bottom: -1px;
}
.sub .detail .reserv-ui dl {
  border-bottom: 1px solid var(--Gray-Border);
  padding: 20px 0;
  position: relative;
  z-index: 1;
}
.sub .detail .reserv-ui dl.disable {
  background-color: var(--Gray-Pale);
}
.sub .detail .reserv-ui dl.disable dd > * {
  opacity: 0.4;
}
.sub .detail .reserv-ui.active .choose {
  padding-left: 900px;
  margin-left: -900px;
}
.sub .detail .reserv-ui dl dt {
  color: var(--Gray-Light);
  font-size: 12px;
  font-weight: bold;
  padding-left: var(--padding);
  display: flex;
}
.sub .detail .reserv-ui dl dt + p {
  margin-top: 2px;
}
.sub .detail .reserv-ui dl.sub-form {
  display: none;
}
.sub .detail .reserv-ui dl .sub-input {
  margin: 0 10px;
  margin-top: 14px;
  border-radius: 6px;
  border: 1px solid var(--Gray-Border);
  overflow: hidden;
}
.sub .detail .reserv-ui dl .sub-input input {
  padding: 14px;
  height: auto;
  font-size: 0.9em;
  flex-grow: 1;
}
.sub .detail .reserv-ui dl .sub-input > div {
  width: 100%;
}
.sub .detail .reserv-ui dl .sub-input > div + div {
  border-top: 1px solid var(--Gray-Border);
}
.sub .detail .reserv-ui dl .sub-input .input-code {
  display: flex;
  gap: 4px;
  align-items: center;
  width: 100%;
}
.sub .detail .reserv-ui dl .sub-input .input-code .remain {
  color: var(--Red-color);
  font-size: 0.75em;
}
.sub .detail .reserv-ui dl .sub-input a {
  font-size: 0.85em;
  border: 1px solid var(--Gray-Border);
  display: flex;
  color: var(--Gray-Mid);
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  padding: 0 10px;
  margin: 5px;
  align-self: stretch;
}
.sub .detail .reserv-ui dl p.attend {
  color: var(--Gray-Mid);
  font-size: 12px;
  padding-left: var(--padding);
  display: flex;
}
.sub .detail .reserv-ui dl dt a.modify {
  flex-grow: 1;
  text-align: right;
  padding-right: 20px;
  text-decoration: underline;
  color: var(--Gray-Dark);
  font-size: 0;
}
.sub .detail .reserv-ui dl dt a.modify::before {
  content: "수정";
  font-size: 12px;
}
.sub .detail .reserv-ui dl dt a.modify.ok {
  color: var(--Main-color);
}
.sub .detail .reserv-ui dl dt a.modify.ok::before {
  content: "완료";
}
.sub .detail .reserv-ui dl dd {
  margin-top: 5px;
}
.sub .detail .reserv-ui dl.head {
  padding: var(--padding);
  padding-right: 12px;
  min-height: 105px;
}

.sub .detail .reserv-ui dl.head dt {
  padding-left: 0;
}
.sub .detail .reserv-ui dl.head dd {
  font-size: 30px;
  font-weight: 200;
}
.sub .detail .reserv-ui dl.head dd::before {
  content: var(--Won);
}
.sub .detail .reserv-ui dd input,
.sub .detail .reserv-ui dd select {
  width: 100%;
  border: none;
  display: block;
  padding: 0;
  outline: 0;
  height: auto;
  padding: 0 var(--padding);
  background-color: transparent;
  font-size: 1rem;
}

.sub .detail .reserv-ui dd ul.total {
  padding: 0 var(--padding);
}
.sub .detail .reserv-ui dd ul.total li {
  display: flex;
}
.sub .detail .reserv-ui dd ul.total li.discount,
.sub .detail .reserv-ui dd ul.total li.discount * {
  color: var(--Red-color) !important;
  font-weight: bold;
}
.sub .detail .reserv-ui dd ul.total li p {
  flex-grow: 1;
  font-size: 12px;
  line-height: 1.8;
}
.sub .detail .reserv-ui dd ul.total li p.price {
  color: var(--Gray-Dark);
  text-align: right;
}
.sub .detail .reserv-ui dd ul.total li p.price::before {
  content: var(--Won);
}
.sub .detail .reserv-ui ul.total.pay {
  display: flex;
  align-items: center;
  border-top: 1px dashed var(--Gray-Border);
  padding-top: 20px;
  margin-top: 20px;
  font-size: 14px;
}
.sub .detail .reserv-ui ul.total.pay p {
  font-size: 14px;
}
.sub .detail .reserv-ui ul.total.pay > * {
  flex-grow: 1;
  font-size: 14px;
  font-weight: bold;
  color: var(--Gray-Dark);
}
.sub .detail .reserv-ui ul.total.pay p:last-child {
  text-align: right;
}
.sub .detail .reserv-ui ul.total.pay p:last-child::before {
  content: var(--Won);
}
.sub .detail .reserv-ui a.submit,
.sub .detail .reserv-ui a.pay {
  display: block;
  background: var(--Main-gra-rev);
  color: #fff;
  text-align: center;
  height: 60px;
  line-height: 60px;
  margin: -1px;
  border-radius: 0 0 10px 10px;
  position: relative;
  transition: 0.5s ease-in-out;
  overflow: hidden;
  font-weight: bold;
  z-index: 10;
}
.sub.complete .detail .reserv-ui a.submit {
  background: var(--Gray-Dark);
}
.sub.complete .detail .reserv-ui dl.total-payment dd {
  margin-top: 0;
}
.sub.complete .detail .reserv-ui ul.total.pay {
  margin-top: 0;
  padding-top: 0;
  border: none;
}

.sub .detail .reserv-ui .submit::before {
  content: "";
  background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5));
  height: 100%;
  width: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}
.sub .detail .reserv-ui dl.selecting {
  border: 1px solid var(--Gray-Dark);
  margin: -1px -1px 0 -1px;
  z-index: 2;
}
.sub .detail .reserv-ui .submit:hover::before {
  width: 200%;
  transition: 1s;
  pointer-events: none;
}

.sub .detail .reserv-ui dd .selector {
  background: url(../images/icon/select.svg) no-repeat right 10px center;
  padding-left: var(--padding);
  display: flex;
}
.sub .detail .reserv-ui dd .selector,
.sub .detail .reserv-ui dd select,
.sub .detail .reserv-ui dd .datepicker {
  background-position: center right 20px;
  color: var(--Gray-Dark);
  opacity: 1;
}
.sub .detail .reserv-ui dd select:disabled,
.sub .detail .reserv-ui dd .selector:disabled,
.sub .detail .reserv-ui dd .datepicker:disabled {
  background: none;
}
.sub .detail .reserv-ui .selection a.ok {
  display: block;
  text-align: center;
  background-color: var(--Main-color);
  border-radius: 6px;
  width: 100%;
  color: #fff;
  font-weight: bold;
  padding: 15px 0;
}
.sub .detail .reserv-ui dd .selection {
  position: absolute;
  background-color: #fff;
  border: 1px solid var(--Gray-Dark);
  border-radius: 10px;
  z-index: 12;
  left: -320px;
  top: 0;
  width: 300px;
}
.sub .detail .reserv-ui dd .selector .selection li:first-child:nth-last-child(1),
.sub .detail .reserv-ui dd .selector .selection li:first-child:nth-last-child(1) ~ li {
  padding-top: 0;
  padding-bottom: 0;
}
.sub .detail .reserv-ui dd .selection li {
  display: flex;
  padding: 10px 20px;
  align-items: center;
  flex-wrap: nowrap;
  height: auto;
}
.sub .detail .reserv-ui dd .selection.option li .option-item li::before,
.sub .detail .reserv-ui dd .selection.option li .option-item li:after {
  border: 0;
  display: none;
}
.sub .detail .reserv-ui dd .selection li dd .selection li {
  padding: 0 var(--padding);
}
.sub .detail .reserv-ui dd .selection li > div {
  flex-grow: 1;
}
.sub .detail .reserv-ui dd .selection li .quantity {
  text-align: right;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.sub .detail .reserv-ui dd .selection li .quantity a {
  width: 36px;
  height: 36px;
  background-color: var(--Gray-Pale);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  flex-grow: 0;
  font-weight: bold;
  transition: 0.3s;
}
.sub .detail .reserv-ui dd .selection li .quantity a.disable {
  color: var(--Gray-Light);
}
.sub .detail .reserv-ui dd .selection li .quantity a:hover {
  background-color: var(--Gray-Dark);
  color: #fff;
}
.sub .detail .reserv-ui dd .selection li .quantity input {
  text-align: center;
  width: 50px;
  padding: 0;
}
.sub .detail .reserv-ui .selecting .selection {
  opacity: 1;
  visibility: visible;
  box-shadow: 20px 20px 40px rgba(0, 0, 0, 0.15);
}
.sub .detail .reserv-ui dd .selection {
  transition: 0.3s;
  opacity: 0;
  visibility: hidden;
}
.sub .detail .reserv-ui dd .selection.option > li {
  flex-wrap: wrap;
  padding: 20px 20px 10px 20px;
}
.sub .detail .reserv-ui dd .selection.option > li + li {
  border-top: 1px solid var(--Gray-Border);
}
.sub .detail .reserv-ui dd .selection.option li .option-item {
  width: 100%;
}
.sub .detail .reserv-ui dd .selection.option .name {
  font-size: 12px;
  font-weight: bold;
  color: var(--Gray-Light);
}
.sub .detail .reserv-ui dd .selection.option li .option-item li {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 10px 0;
}
.sub .detail .reserv-ui dd .selection.option li .option-item li .quantity {
  text-align: right;
  flex-grow: 1;
}

.scrolled.ui-fix .sub .detail .reserv-ui {
  position: fixed;
  top: calc(var(--Top-h) + 20px);
  right: calc(50% - 600px);
  background-color: #fff;
}
.scrolled.ui-fix .sub .detail .reserv-ui .choose {
  max-height: calc(100vh - var(--Top-h) - 100px);
  overflow-y: auto;
  overflow-x: hidden;
  pointer-events: visible;
}
.scrolled.ui-fix .sub .detail .reserv-ui .choose * {
  pointer-events: all;
}
/* 데이트피커 */
.ui-widget.ui-widget-content {
  border: 1px solid var(--Gray-Dark);
  width: 300px;
  padding: 0;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 20px 20px 40px rgba(0, 0, 0, 0.1);
  margin-left: -330px;
  margin-top: -60px;
}
.huge-widget .ui-widget {
  border: 1px solid var(--Gray-Dark);
  padding: 0;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 20px 20px 40px rgba(0, 0, 0, 0.1);
}
.huge-widget .ui-widget .sight {
  padding: var(--padding);
}
.ui-datepicker th {
  color: var(--Gray-Light);
  font-size: 12px;
  text-align: center;
  padding: 10px 0;
}
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
  color: initial;
  border: none;
  text-align: center;
  background-color: transparent;
  height: calc(298px / 7);
  line-height: calc(298px / 7);
  padding: 0;
  font-size: 14px;
}
html .ui-button.ui-state-disabled:active {
}
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  color: var(--Main-color);
}
.ui-state-active,
.ui-widget-content .ui-state-active {
  background-color: var(--Gray-Dark);
  color: #fff;
  border-radius: 100px;
}
.ui-widget-header,
.ui-datepicker .ui-datepicker-header {
  background-color: transparent;
  border: none;
  padding: 10px;
  height: 56px;
}
.ui-widget-header a {
  background-color: var(--Gray-Pale);
  border-radius: 50%;
  top: 10px;
  display: inline-block;
}
.ui-datepicker .ui-datepicker-title {
  line-height: 36px;
  color: var(--Gray-Dark);
}
.ui-datepicker .ui-datepicker-prev {
  left: 10px;
  top: 10px;
  width: 36px;
  height: 36px;
  background: var(--Gray-Pale) url(../images/icon/arrow-left.svg) no-repeat center;
}
.ui-datepicker .ui-datepicker-next {
  right: 10px;
  top: 10px;
  width: 36px;
  height: 36px;
  background: var(--Gray-Pale) url(../images/icon/arrow-right.svg) no-repeat center;
}
.ui-datepicker table {
  border: none;
}
.ui-widget-header a:hover {
  border: none;
}
/* 에러 */

.error-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  min-height: 100vh;
  padding: 40px;
}
.error-container .message {
  flex-grow: 0;
}
.error-container .message h1 {
  color: var(--Red-color);
  font-size: 4em;
  line-height: 1.2;
}
.error-container .message h2 {
  color: var(--Red-color);
  font-size: 2em;
  line-height: 1.4;
}
.error-container .message h3 {
  color: var(--Gray-Mid);
  font-size: 1em;
  margin-top: 10px;
}

.error-container .img {
  flex-grow: 1;
  background: url(../images/img/error.svg) no-repeat center;
  width: 100%;
  background-size: auto 70%;
}
.cs #map {
  margin-top: 0;
}
.board {
  width: var(--Width);
  margin: auto;
}
.board.view .head {
  margin: 40px 0;
}
.board.view .head h2 {
  display: flex;
  gap: 10px;
  align-items: center;
}
.board.view .head h2 img {
  height: 30px;
}
.board.view .head h2 + p {
}
.board.view .in {
  font-size: 1.2em;
  line-height: 1.6;
  color: var(--Gray-Mid);
}
.board.view .btn-area {
  border-top: 1px solid var(--Gray-Border);
  margin-top: 50px;
  padding-top: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.board.view .btn-area p {
  color: var(--Gray-Mid);
  font-style: italic;
}
/* 로딩 */
.loading {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  pointer-events: none;
  left: 0;
  top: 0;
  background-color: rgba(255, 255, 255, 0.7);
  animation-name: loading-baloon;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
  display: none;
}
.loading .img {
  width: 120px;
  padding-top: 120px;
  background: url(../images/img/loading-face.svg) no-repeat center top;
  position: relative;
  animation-name: loading-blink;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
.loading .img:before {
  width: 180px;
  height: 180px;
  content: "";
  background: url(../images/img/loading-rotate.svg) no-repeat center top;
  position: absolute;
  left: -30px;
  top: -30px;
  animation-name: loading-rotate;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  transform-origin: center;
}
.time h2 {
  font-weight: 200;
  margin-top: 4px;
  font-size: 1.7em;
  letter-spacing: 0;
}
.sight {
}
@keyframes loading-rotate {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(359deg);
  }
}
@keyframes loading-blink {
  0% {
    background-image: url(../images/img/loading-face.svg);
  }
  98% {
    background-image: url(../images/img/loading-face.svg);
  }
  100% {
    background-image: url(../images/img/loading-face-close.svg);
  }
}
@keyframes loading-baloon {
  0% {
    padding-top: 15px;
  }
  50% {
    padding-top: 0;
  }
  100% {
    padding-top: 15px;
  }
}

/* 모달팝업 */
.modal-inc {
  position: relative;
  z-index: 900;
}
.modal {
  position: fixed;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 200;
  flex-direction: column;
  overflow: hidden;
  height: 0;
  top: 0;
  left: 0;
  z-index: 1000;
}
.modal .dimed {
  z-index: 1;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  transition: 0.4s;
  opacity: 0;
}
.modal .modal-popup {
  max-width: 90%;
  max-height: 90%;
  overflow: hidden;
  border-radius: 20px;
  transition: 0.2s;
  z-index: 2;
  box-shadow: 60px 60px 90px rgba(0, 0, 0, 0.2);
  position: relative;
}
.modal .modal-popup .popup-content.split {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: max-content;
}
.modal .modal-popup .popup-content .btn-set.close-only a {
  background: none;
  position: absolute;
  top: 20px;
  right: 20px;
  width: auto;
  height: auto;
  line-height: 1;
  font-size: 1.5em;
  margin: 0;
  padding: 0;
  color: var(--Gray-Dark);
}
.modal.login .modal-popup .popup-content.split > li {
  width: 450px;
}
.modal.login.single .modal-popup .popup-content.split > li.non-login {
  display: none;
}
.modal.login .modal-popup .popup-content.split > li.non-login {
  background-color: var(--Gray-Pale);
}
.modal.login .modal-popup .popup-content.split > li .join-find > div {
  margin-top: 8px;
}
.modal.login.dual .modal-popup .popup-content.split > li.regular-login .join-find > div.join {
  display: none;
}
.modal.login .modal-popup .popup-content.split > li .join-find > div a {
  font-weight: bold;
  text-decoration: underline;
}
.modal .modal-popup .popup-content.split > li {
  flex-grow: 1;
  border-bottom: 0;
}
.modal .modal-popup .popup-content.split > li .login-form {
  display: flex;
  gap: 8px;
  flex-direction: column;
  margin-top: 20px;
}
.modal .modal-popup .popup-content.split > li .login-form .inputs {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.modal .modal-popup .popup-content.split > li .login-form a.submit {
  border: 1px solid var(--Gray-Dark);
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  font-size: 1.2em;
  height: var(--Input-h);
}
.modal .modal-popup .popup-content.split > li + li {
  border-left: 1px solid var(--Gray-Border);
}
.modal .modal-popup .popup-content {
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  background-color: #fff;
  border-radius: 20px 20px 0 0;
  background-color: #fff;
  line-height: 1.5;
  flex-grow: 1;
}
.modal .modal-popup .popup-content li {
  padding: 30px;
  border-bottom: 1px solid #ddd;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.modal .modal-popup .popup-content li:last-of-type {
  border-bottom: 0;
}
.modal .modal-popup .popup-content .descript .img-set {
  overflow: hidden;
  margin: 20px 0;
  display: flex;
  gap: 10px;
}
.modal .modal-popup .popup-content .descript .img-set img {
  height: 150px;
}
.modal .modal-popup h1 {
  font-size: 1.75em;
}
.modal .modal-popup.cert h1.certificated {
  color: var(--Main-color);
  display: flex;
  align-items: center;
}
.modal .modal-popup.cert h1.certificated::after {
  content: "인증완료";
  color: #fff;
  font-size: 0.5em;
  background-color: var(--Main-color);
  border-radius: 5px;
  padding: 9px 12px;
  display: inline-block;
  margin-left: 10px;
  vertical-align: middle;
  line-height: 1;
  animation-name: certok;
  animation-duration: 1s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  transform-origin: center;
}
@keyframes certok {
  0% {
    background-color: var(--Main-color);
  }
  100% {
    background-color: var(--Main-light);
  }
  100% {
    background-color: var(--Main-color);
  }
}

.modal .modal-popup h2 {
  color: var(--Gray-Mid);
  font-size: 1em;
  font-weight: normal;
}
.modal .modal-popup h2 span {
  font-weight: bold;
  color: var(--Main-color);
}
.modal .btn-set {
  display: flex;
  width: 100%;
  overflow: hidden;
}
.modal .btn-set a {
  height: 70px;
  line-height: 70px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  background-color: var(--Gray-Mid);
  width: 100%;
  transition: 0.3s;
}
.modal .btn-set a.submit {
  background-color: var(--Main-color);
}
.modal .btn-set a img {
  vertical-align: middle;
}
.modal .btn-set a:hover {
  background-color: var(--Gray-Dark);
}
.modal .btn-set a.submit:hover {
  background-color: var(--Main-light);
}
.modal .no {
  margin-top: 20px;
  color: var(--Gray-Mid);
  font-weight: bold;
  transition: 0.3s;
  z-index: 2;
  position: relative;
}
.modal .no:hover {
  color: #fff;
}
.modal-on {
  overflow: hidden;
}
.modal-on .modal.on {
  height: 100%;
}
.modal-on .modal .dimed {
  opacity: 1;
  backdrop-filter: blur(20px);
}
.modal-on .modal.login .dimed {
  opacity: 1;
  background-color: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(20px);
}

.modal.system {
}
.modal.system .popup-content {
  max-height: calc(100% - var(--Input-h));
}
.modal.system .modal-popup {
  box-shadow: 60px 60px 60px rgba(0, 0, 0, 0.5);
}
.modal.system .btn-set a {
  height: var(--Input-h);
  line-height: var(--Input-h);
}

/* LINK모달 */
.modal .filebox input {
  border-radius: 5px 0 0 5px;
  border-right: 0;
}
.modal .filebox label {
  font-weight: bold;
  border: none;
  background-color: var(--Gray-Light);
  color: #fff;
  padding: 0 15px;
  flex-shrink: 0;
}

.modal.linkage .thumb {
  height: 200px;
  background-size: cover;
  background-position: center;
}
.modal.linkage .modal-popup h1 {
  line-height: 1;
}
.modal.linkage .logo {
  max-width: 120px;
  max-height: 42px;
}
.modal.linkage .descript h3,
.modal.linkage .descript h4 {
  font-weight: normal;
  color: var(--Gray-Dark);
}
.modal.linkage .descript h3 span {
  font-weight: bold;
}
.modal.linkage .descript h3 {
  font-size: 1.4em;
}
.modal.linkage .descript h4 {
  font-size: 1.2em;
  margin-bottom: 5px;
}

/* 플로팅 */
.floating {
  position: absolute;
  width: 140px;
  top: 620px;
  right: calc(((100% - var(--Width)) / 2) - 160px);
  bottom: auto;
  z-index: 5;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.floating > .float-el {
  background-color: var(--Gray-Pale);
  border-radius: 6px;
  padding: 18px;
  cursor: pointer;
  position: relative;
}
.floating .icon {
  background-size: auto 80%;
  background-repeat: no-repeat;
  background-position: 40% top;
  height: 80px;
  position: relative;
}
.floating .d-day {
  border-radius: 30px;
  position: absolute;
  z-index: 3;
  left: 8px;
  display: flex;
  text-align: center;
  top: 8px;
  font-size: 0.8em;
  padding: 5px 8px;
  background-color: #fff;
}
.floating.expire .d-day,
.floating .expire .d-day {
  background-color: var(--Red-color);
  color: #fff;
  font-weight: bold;
  border: 0;
}
.floating.expire .title h1,
.floating .expire .title h1 {
  color: var(--Red-color);
}

.floating .online-cert .icon,
.floating.online-cert .icon {
  background-image: url(../../global/images/img/online-cert.svg);
}
.floating .online-cert.ok .icon,
.floating.online-cert.ok .icon {
  background-image: url(../../global/images/img/online-cert-ok.svg);
}
.floating .online-cert.expire .icon,
.floating.online-cert.expire .icon {
  background-image: url(../../global/images/img/online-cert-expire.svg);
}
.floating .title {
  margin-bottom: 5px;
}
.floating h1 {
  font-size: 0.9em;
  line-height: 1.4;
  word-break: break-all;
}
.floating p {
  font-size: 10px;
  line-height: 1.4;
  color: var(--Gray-Mid);
  word-break: break-all;
  white-space: normal;
}
.floating p span {
  color: var(--Main-color);
}
.floating .btns {
  font-size: 0.7em;
  margin-top: 10px;
}
.floating .btns input[type="checkbox"] + label:before {
  width: 12px;
  height: 12px;
  margin-right: 3px;
}
.floating .btns input[type="checkbox"] + label {
  margin: 0;
  line-height: 1;
}
.floating .close {
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 3;
}
.main .floating {
  top: 100px;
}
.scrolled .main .floating {
  position: fixed;
  top: 100px !important;
}
.scrolled.ui-fix .sub .floating {
  top: 100px !important;
  position: fixed;
  transition: 0;
}

.complete .floating,
.payment .floating {
  top: 200px;
}
/*file*/
.filebox {
  display: flex;
  margin-bottom: 5px;
  overflow: hidden;
  position: relative;
}
.filebox input[type="file"] {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.filebox label {
  display: inline-block;
  line-height: var(--Input-h);
  height: var(--Input-h);
  border: 1px solid var(--Gray-Border);
  padding: 0 10px;
  vertical-align: top;
  margin-left: 0;
  border-radius: 0 5px 5px 0;
  margin: 0;
}
.sub-detail .sect:first-of-type {
  margin-top: 20px;
}
.sub .detail .detail-contents .sect.notice-area {
  margin-top: 0;
  margin-bottom: 40px;
  position: relative;
}
.notice-area .swiper-pagination-fraction {
  position: absolute;
  top: var(--padding);
  right: 20px;
  left: initial;
  text-align: right;
  opacity: 0.5;
  font-size: 0.8em;
  height: auto;
  width: auto;
}

.notice-area li {
  border-radius: 8px;
  background-color: var(--Gray-Pale);
  padding: var(--padding);
}
.notice-area li h4 {
  margin-bottom: 10px;
  font-size: 1em;
}
.notice-area li h4::before {
  content: "\e9ab";
  margin-right: 5px;
  font-size: 1.2em;
  font-weight: normal;
  vertical-align: middle;
  margin-top: -2px;
  display: inline-block;
  font-family: "xeicon";
}
.sub .detail .detail-contents .sect.notice-area p {
  padding-left: 0;
  font-size: 0.8em;
}
.notice-area li p::before {
  display: none;
}
.sub .detail .detail-contents .sect.notice-area li + li {
  margin-top: 10px;
}
.sub .detail .detail-contents .sect.notice-area li.swiper-slide + li.swiper-slide {
  margin-top: 0;
}
.sub .detail .detail-contents .sect.notice-area .swiper-wrapper {
  box-sizing: border-box;
}
.sub .detail .detail-contents .sect.notice-area li .red {
  color: var(--Red-color);
}
.sub .detail .detail-contents .sect.notice-area .swiper-nav {
  position: absolute;
  right: 20px;
  top: var(--padding);
  font-size: 1em;
  z-index: 22;
  display: flex;
  opacity: 0.7;
  gap: 10px;
}
.sub .detail .detail-contents .sect.notice-area .swiper-nav .swiper-pagination-fraction {
  position: static;
  opacity: 1;
  gap: 2px;
  font-size: 0.7em;
}
.sub .detail .detail-contents .sect.notice-area .swiper-nav > div {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.sub .detail .detail-contents .sect.notice-area .swiper-nav .swiper-button-disabled {
  opacity: 0.2;
}
.section.insert-full .list .full-split .info .btns .btn {
  background: none;
  border: 1px solid #fff;
}
/* named upload */
.filebox .upload-name {
  flex-grow: 1;
  border-right: 0;
  border-radius: 5px 0 0 5px;
}

@keyframes new_blink {
  0% {
    color: #fff;
  }
  50% {
    color: var(--Red-color);
  }
  100% {
    color: #fff;
  }
}

/*반응형*/
@media (max-width: 475px) {
  html,
  :root {
    --Width: initial;
    --Top-h: 60px;
    --Input-h: 50px;
    --spector: 1px solid var(--Gray-Border);
  }
  h1 {
    font-size: 36px;
  }
  h2 {
    font-size: var(--padding);
  }
  h3 {
    font-size: 18px;
  }
  h4 {
    font-size: 16px;
  }
  h5 {
    font-size: 14px;
  }
  body,
  input {
    font-size: 14px;
  }
  .wrap {
    top: 0;
  }
  .visual {
    position: relative;
    height: auto;
  }
  .visual .swiper-slide {
    height: auto;
    min-height: 100vw;
  }
  table th,
  table td {
    padding: 15px 0;
  }
  table tbody th {
    padding-right: 15px;
  }
  .gnb {
    padding: 0 0 0 20px;
  }
  .gnb .menu li.logo {
    flex-grow: 1;
    background-size: auto 30px;
  }
  .gnb .menu .menus .menu-n {
    display: block;
  }
  .gnb .coll {
    width: 50px;
    height: 50px;
    display: block;
    text-align: center;
    line-height: var(--Top-h);
    padding: 20px 15px;
    z-index: 2;
    position: relative;
    margin-top: -4px;
  }
  .gnb .coll:before {
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
    height: 12px;
    content: "";
    display: block;
  }
  .gnb .coll:after {
    content: "";
    display: block;
    position: absolute;
    width: 20px;
    height: 2px;
    top: calc(50% + 2px);
    background-color: #fff;
    right: 15px;
  }
  .scrolled .gnb,
  .sub .gnb {
    background-color: #fff;
  }
  .scrolled .gnb .menu {
    height: var(--Top-h);
  }
  .scrolled .gnb:after {
    width: 300%;
    transform: scale(0.34);
  }
  .scrolled .gnb .coll:before,
  .sub .gnb .coll:before {
    border-top: 2px solid var(--Gray-Dark);
    border-bottom: 2px solid var(--Gray-Dark);
  }
  .scrolled .gnb .coll:after,
  .sub .gnb .coll:after {
    background-color: var(--Gray-Dark);
  }
  .gnb .menu li.menus {
    display: block;
    position: absolute;
    flex-direction: column;
    height: 100vh;
    padding-top: calc(20px + var(--Top-h));
    top: 0;
    right: -100%;
    z-index: 1;
    background-color: var(--Gray-Dark);
    color: #fff;
    transition: 0.2s;
    min-width: 50%;
    text-align: left;
    box-shadow: -30px 0 60px rgba(0, 0, 0, 0.2);
  }
  .gnb.active .menu li.menus {
    right: 0;
  }
  .gnb .menu .mirihae-menu ul {
  }
  .gnb.active .coll {
    background-color: transparent;
  }
  .gnb.active .coll::before {
    border-color: #fff;
  }
  .gnb.active .coll::after {
    background-color: #fff;
  }
  .scrolled .gnb .menu a:hover,
  .scrolled .gnb .menu li.active,
  .sub .gnb .menu li.active,
  .gnb .menu a.active {
    color: var(--Main-light);
  }
  .gnb .menu .menus .menu-n li {
    display: block;
    margin-left: 0;
    padding: 5px 30px;
  }
  .gnb .menu {
    height: var(--Top-h);
  }
  .gnb .menu li.logo img {
    height: 25px;
  }
  .gnb .menu .menus .menu-n li.member {
    background: none !important;
    width: 100%;
    height: inherit;
  }
  .gnb .menu .mirihae-menu {
    width: initial;
    margin-top: 30px;
    color: var(--Gray-Light);
    font-size: 14px;
  }
  .gnb .menu .mirihae-menu ul {
    display: block;
  }
  .gnb .menu .mirihae-menu ul li {
    width: auto;
    height: auto;
    padding: 5px 30px;
  }
  .gnb .menu .mirihae-menu ul li.ch,
  .gnb .menu .mirihae-menu ul li.member {
    background: none;
    margin-left: 0;
  }
  .gnb .menu .mirihae-menu li.ch::before {
    content: "카카오톡채널";
  }
  .gnb .menu .mirihae-menu li.member::before {
    content: "로그인";
  }
  .scrolled .gnb .menu a.active {
    color: var(--Main-light);
  }

  .gnb .menu .menus .menu-n li.linkage {
    position: absolute;
    top: 3px;
    right: 30px;
    transform-origin: center center;
    transform: scale(0.7);
  }
  .scrolled .gnb .menu .menus .menu-n li.linkage .icon::before,
  .scrolled .gnb .menu .menus .menu-n li.linkage .icon::after {
    border-color: #fff;
  }
  .gnb .menu .menus .menu-n li.linkage + li.member {
    margin-left: 0;
  }
  .gnb .menu .menus .menu-n li.linkage.unlink::before {
    content: "LINK";
    padding: 5px 10px;
    border-radius: 30px;
    background-color: var(--Main-light);
    font-size: 10px;
    line-height: 1;
    position: absolute;
    z-index: 2;
    top: 80%;
    left: 8px;
    letter-spacing: 0;
    color: #fff !important;
  }
  .gnb .menu li.mirihae-menu ul {
    display: none;
  }
  .gnb.active .menu li.mirihae-menu ul {
    display: flex;
    position: absolute;
    z-index: 10;
    left: calc(50% + 30px);
    /* transform-origin: left center;
    transform: scale(0.8); */
    top: 20px;
  }
  .gnb.active .menu li.mirihae-menu ul li.member,
  .gnb.active .menu li.mirihae-menu ul li.ch {
    background: none;
    color: var(--Gray-Light);
    font-weight: bold;
  }
  .gnb.active .menu li.mirihae-menu ul li.member::before {
    content: "로그인";
  }
  .gnb.active .menu li.mirihae-menu ul li.member + .ch {
  }
  .gnb.active .menu li.mirihae-menu ul li.member + .ch::before {
    content: "카카오채널";
  }
  .scrolled .gnb.active .menu li.mirihae-menu ul {
  }
  /* 본문 */
  .visual .ment {
    padding: 0 40px;
    word-break: keep-all;
  }
  .visual h1 {
    font-size: 16px;
  }
  .visual h2 {
    font-size: 1.9em;
    margin-top: 5px;
    line-height: 1.2;
  }
  .visual p {
    font-size: 12px;
    line-height: 1.5;
  }

  .btn {
    font-size: 10px;
    height: auto;
    line-height: initial;
    min-width: initial;
    padding: 10px 20px;
    display: inline-block;
  }
  .section {
    padding: 30px 0;
  }
  .section p {
    line-height: 1.4;
  }
  .section .overview {
    margin-top: 10px;
    display: block;
    position: relative;
  }
  .section .overview .subscript {
    width: initial;
    padding: 0;
  }
  /* .section h2 span::before {
    content: "";
    display: block;
  } */
  .section#leisure {
    padding-bottom: 0;
  }
  .section .overview .img {
    margin: 30px 0 0 0;
    padding: 0 var(--padding);
  }
  .section .overview .subscript dl {
    border-top: 1px solid var(--Gray-Border);
    margin-top: 20px;
    padding-right: 0;
    bottom: 0;
    width: 100%;
  }
  .section .overview .subscript dl p {
    font-size: 12px;
    line-height: 1;
    line-height: 4;
    border-bottom: 1px solid var(--Gray-Border);
  }
  .section .overview .subscript dl dd {
    flex-grow: 1;
  }
  .section .overview .subscript dl dd p {
    text-indent: 10px;
  }
  #leisure .list.vertical {
    padding: 0 var(--padding);
  }
  .list.vertical.circle li {
    width: initial;
    flex-direction: row;
    text-align: left;
    margin-bottom: 50px;
    align-items: flex-start;
  }
  .list.vertical.circle li .thumb {
    width: calc(35vw - 2.5vw - 12px);
    height: calc(35vw - 2.5vw - 12px);
    margin-bottom: 20px;
    margin-right: 20px;
    flex-shrink: 0;
    flex-grow: 0;
  }
  .list.vertical li h2 {
    font-size: 1.2em;
    margin-bottom: 0;
  }
  .list li h4.category {
    font-size: 12px;
    margin-bottom: 5px;
    display: none;
  }
  /* .list.vertical.circle::before {
    content: "종합운동장";
    font-size: var(--padding);
    font-weight: bold;
    margin-bottom: 30px;
    display: block;
  } */
  #leisure .list.vertical.circle {
    display: block;
  }
  .section .overview .summary {
    padding: 0;
  }
  .section .head + .list {
    margin-top: 30px;
  }
  .list.vertical.circle li .info {
    flex-grow: 1;
    flex-shrink: 0;
  }
  .list.vertical.circle .info {
    width: initial !important;
    flex-grow: 0 !important;
    flex-shrink: 1 !important;
  }
  .list.vertical.circle li .info p {
    font-size: 12px;
    margin-top: 5px;
    white-space: inherit;
  }
  .list.vertical.circle li .price {
    justify-content: flex-start;
    margin: 10px 0 0 0;
    flex-wrap: nowrap;
    flex-direction: row;
  }
  .list.vertical.circle li .btn {
    margin-top: 15px;
  }
  .list.vertical.circle li .price dt {
    margin-right: 0;
  }
  .list.vertical.circle li .price dd {
    margin-right: 10px;
  }
  .list.vertical.circle li:nth-child(4),
  .list.vertical.circle li:nth-child(5) {
    width: initial;
    margin-left: 0;
  }
  .list.prices li .infos {
    flex-direction: column;
  }
  #license .img {
    padding: 0 var(--padding);
    height: 200px;
    background-position: center;
    position: relative;
  }
  #license .img > * {
    position: relative;
    z-index: 1;
  }
  #license .section {
    padding-left: var(--padding);
    padding-right: var(--padding);
  }
  #license .img::before {
    content: "";
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.2;
    z-index: 0;
    position: absolute;
  }
  .section .split li table {
    margin-top: 20px;
    font-size: 0.8em;
  }
  .section .split li table td,
  .section .split li table th {
    vertical-align: middle;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .section .split li table td.with-btn {
    padding: 5px 0;
  }
  .section .split li table td.dd {
    padding-top: 0;
  }
  .section .split {
    flex-direction: column;
  }
  .section .split li {
    width: initial;
  }
  .section .split li + li {
    margin-top: 60px;
  }

  p.noti {
    font-size: 12px;
    word-break: break-all;
  }
  table th,
  td {
    padding: 15px 0;
    line-height: initial;
  }
  table td.dd {
    font-size: 12px;
  }

  .section h3 + p {
    padding-right: 0;
  }
  #license .section .split:first-child li:first-child th {
    font-size: 1.2em;
  }
  .section .split li:first-child tr {
    display: block;
    padding: 15px 0;
    border-bottom: 1px solid var(--Gray-Border);
  }
  .section .split li:first-child th,
  .section .split li:first-child td {
    display: block;
    border: none;
    padding-bottom: 0;
    padding-top: 5px;
  }
  .section .split li:first-child td:last-child p {
    margin-right: 30px;
    display: inline-block;
  }
  .section .split li:first-child th {
    padding-bottom: 0;
  }
  table td.with-btn {
    padding: 0;
    vertical-align: middle;
    height: 56px;
  }
  table td.dd {
    padding-top: 0px;
  }
  .rental .list .info .head + .list li {
    align-items: flex-end;
  }
  .rental .list.horizon li .info dl.price {
    line-height: 1.6;
  }
  .rental .list.horizon li .info dl.price dd {
    width: 60%;
    flex-grow: 1;
    font-weight: normal;
  }
  .rental .list.horizon li .info dl.price dt {
    font-weight: normal;
  }
  .rental .list.horizon li .info dl.price dd + dt {
    margin-left: 0;
  }

  .schedule ol li .date p {
    line-height: 1.8;
    font-size: 12px;
  }
  .schedule ol li .date {
    padding: 20px 0;
  }
  .schedule ol {
    flex-wrap: wrap;
  }
  .schedule ol li {
    width: calc(100% / 6);
    text-align: center;
    text-indent: 0;
    text-align: center;
  }
  .schedule ol li:nth-child(7) {
    border-left: 0;
  }
  .schedule ol li:nth-last-child(1) > *,
  .schedule ol li:nth-last-child(2) > * {
    text-indent: 0;
  }
  .section .head .with-btn {
    display: block;
  }
  .section .head .with-btn .btn {
    margin-top: 10px;
  }
  .section .head h2.with-btn .btn {
    margin-top: 0px;
  }
  .schedule ol li h4 span.year {
    text-align: center;
    width: 100%;
    top: 7px;
  }
  .schedule ol li h4 {
    padding: 20px 0 20px 0;
    font-size: 14px;
  }
  #rent .list.vertical {
    display: block;
  }
  .list li.full > .info {
    padding-left: var(--padding);
    padding-right: var(--padding);
  }
  #rent .list.vertical li .thumb {
    height: 200px;
    margin-bottom: 30px;
  }
  #rent .list.vertical li .info {
    width: initial;
    padding: 0 var(--padding);
  }
  #rent .list li h4.category {
    display: block;
  }
  #rent .list.vertical li + li {
    margin-top: 60px;
  }
  .process {
    flex-wrap: wrap;
    margin-left: var(--padding);
    margin-top: 20px;
  }
  .process li {
    width: calc(100vw / 2 - 12px);
    height: calc(100vw / 2 - 12px);
    flex-shrink: 0;
    flex-grow: 0;
    padding: 10px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-top: -10px;
  }
  .process li h4 {
    font-size: 16px;
  }
  .process li:last-child {
  }
  .process li p {
    line-height: 1.4;
    font-size: 0.86em;
  }
  .process li:first-child {
    margin-left: calc(var(--padding) * -1);
  }
  .process li h4:nth-of-type(2) {
    margin-top: 10px;
  }
  #rent .list.vertical li {
    width: initial;
  }
  .list li.full .img {
    height: 200px;
    background-position: center;
    margin-bottom: 30px;
  }
  .list.horizon li .info {
    padding-right: 10px;
  }
  .list .info .head + .list {
    margin-top: 30px;
    border-top: 1px solid var(--Gray-Dark);
  }
  .list .info .head + .list li {
    margin-bottom: 0;
    padding: var(--padding) 0;
    border-bottom: 1px solid var(--Gray-Border);
  }
  #rent .list li.full .head p {
    width: initial;
  }
  .list li.full > .info {
    display: block;
    padding-bottom: 30px;
  }
  #rent .list .info .head + .list {
    width: initial;
  }
  #rent .list.vertical {
    margin-top: 30px;
  }
  .rental {
  }
  .rental .section {
    padding-top: 0;
  }
  #rent #education.list.vertical li .thumb {
    border-radius: 0;
  }
  #map::before {
    display: none;
  }
  #map .section {
    padding: 30px var(--padding);
  }
  #map .section:last-of-type {
    padding-bottom: 30px;
    border: 0;
  }
  #map .section .head {
    line-height: 1.4;
  }
  #map .section .head h4 {
    font-size: 14px;

    margin-bottom: 10px;
  }
  #map .map-area,
  .cs .map-area {
    height: 300px;
  }
  #map .map-area iframe,
  .cs .map-area iframe {
    margin-top: -190px !important;
  }
  .list.horizon li .date {
    display: none;
  }
  .list.horizon li {
    padding: 20px 0;
  }
  .list.horizon li.new::before {
    transform: scale(0.6);
  }
  #map .list.horizon {
    margin-top: 30px;
  }

  .footer {
    margin-top: 0;
    margin-bottom: -1px;
    padding: 30px var(--padding);
    background-color: var(--Gray-Pale);
  }
  .footer .in .legal {
    white-space: nowrap;
    width: 100%;
  }
  .footer .in .legal a {
    margin-right: 10px;
  }
  .footer .in .slogo {
    display: block;
    position: relative;
    margin-top: 20px;
    height: 30px;
    display: none;
  }
  .footer .in .slogo img {
    height: 100%;
  }
  .gnb .menu li.mirihae-menu {
    display: block;
    width: initial;
  }
  /* 모달 */
  .modal-on .modal.on {
    padding: 5px;
  }
  .modal .modal-popup .popup-content li {
    padding: 30px 20px;
  }
  .modal .modal-popup h2 {
    /* font-size: 12px; */
  }
  .modal .modal-popup {
    max-width: 100%;
    max-height: 100%;
    border-radius: 10px;
  }
  .modal .modal-popup .popup-content {
    max-height: calc(100% - 50px);
  }
  .modal .btn-set a {
    line-height: 50px;
    height: 50px;
  }
  .modal .filebox label,
  .modal .filebox input {
    font-size: 12px;
  }
  .modal .no {
    padding-bottom: 10px;
  }
  .modal .btn-set a {
    height: 60px;
    line-height: 60px;
  }
  /* 서브 */
  .tabs {
    padding: 0 var(--padding);
  }
  .tabs a {
    font-size: 20px;
    white-space: nowrap;
    margin-right: 20px;
  }
  .tabs a::after {
    border-top-width: 8px;
  }
  .sub .contents .article {
    margin: 0px 0;
  }
  .sub .contents .article .header h1 {
    font-size: 1.4em;
    width: initial;
    padding: 0 var(--padding);
  }
  .sub .contents .article .header.nav {
    margin: 10px 0 20px 0;
  }
  .sub .contents .article .header.nav h1 {
    font-size: var(--padding);
  }
  .sub .contents .article .header.nav img {
    height: var(--padding);
  }
  .sub .contents .article .header {
    margin: 10px 0 30px 0;
  }
  .sub .contents .article .tabs + .header {
    margin-top: 20px;
  }
  .sub .contents .images .swiper-slide {
    height: 200px;
  }
  .sub .detail .detail-contents .sect .form .guidance.split {
    display: block;
  }
  .sub .detail .detail-contents .sect .form .guidance.split > div {
    width: initial;
  }
  .sub .detail .detail-contents .sect .form .guidance.split > div .btn {
    margin-top: 10px;
  }
  .sub .detail .detail-contents .sect .form .guidance.split > div + div {
    margin-top: 20px;
    border-top: 1px solid var(--Gray-Border);
    padding-top: 20px;
  }
  .sub .detail .detail-contents .sect .noti,
  .sub .detail .detail-contents .sect .form .guidance.split > div p {
    font-size: 1em;
  }
  .sub .detail .detail-contents .sect .noti p + p {
    margin-top: 3px;
  }
  .sub .detail .detail-contents .item {
    margin: 0;
    padding: 0;
    border: none;
    box-shadow: none;
    flex-direction: column;
  }

  .sub .detail .detail-contents .item .thumb {
    width: 100%;
    border-radius: 0;
  }
  .sub .detail .detail-contents .item .infos {
    padding: 20px;
    width: 100%;
  }
  .sub .detail .detail-contents .item .infos .option {
    border: 0;
  }
  .sub .detail .detail-contents .item .infos h4 {
    font-size: 14px;
  }
  .sub .detail .detail-contents .item .infos h3 {
  }
  .sub .detail .detail-contents .item .infos p {
    font-size: 12px;
  }
  .accordion th,
  .accordion td {
    font-size: 12px;
    word-break: break-all;
    word-wrap: break-word;
    padding: 10px;
  }
  .accordion > li {
    padding: 0 15px;
  }
  .accordion > li h2 a {
    padding: 20px 0;
  }
  .accordion > li h2 {
    font-size: 14px;
  }
  select,
  input[type="text"],
  input[type="password"],
  input[type="number"] {
    padding: 0 14px;
    font-size: 14px;
  }
  .sub .detail .reserv-ui {
    width: 100%;
    position: fixed;
    left: 0;
    bottom: 0;
    top: initial;
    z-index: 30;
  }
  .sub .detail .pay-overview {
    border-bottom: var(--spector);
    margin-bottom: 0;
  }
  .sub .detail .pay-overview .reserv-ui {
    position: static;
    border: none;
  }

  .sub .detail .pay-overview .reserv-ui dl {
    border: none;
    border-top: 1px solid var(--Gray-Border);
  }
  .sub .detail .pay-overview .reserv-ui dl + dl {
    border-top: 1px dashed var(--Gray-Border);
    border-bottom: 0;
  }

  .sub .detail .pay-overview .reserv-ui dl.total-payment {
    border-top: 1px solid var(--Gray-Border);
  }
  .swiper-container.images .swiper-pagination-progressbar {
    margin: var(--padding);
    width: initial;
  }
  .sub .detail .reserv-ui a.submit,
  .sub .detail .reserv-ui a.pay {
    font-size: 16px;
    font-weight: bold;
    border-radius: 0;
    border-radius: 0;
  }
  .sub .detail .detail-contents .pay-overview .reserv-ui {
    display: block;
    position: static;
  }
  .scrolled.ui-fix .sub .detail .reserv-ui {
    top: initial;
    right: initial;
    display: flex;
    flex-direction: column;
    bottom: 0;
    border: none;
    border-radius: 0;
  }
  .scrolled.ui-fix .sub .detail .reserv-ui input,
  .scrolled.ui-fix .sub .detail .reserv-ui select {
    font-size: 16px;
  }
  .sub .detail .reserv-ui .choose {
    display: none;
    background: #fff;
  }
  .scrolled.ui-fix .sub .detail .reserv-ui .choose,
  .sub .detail .reserv-ui .choose {
    display: none;
    background-color: #fff;
    position: relative;
    z-index: 50;
    max-height: calc(100vh - var(--Top-h) - 60px);
    overflow-y: auto;
    pointer-events: all;
  }
  .paying {
    overflow: hidden;
  }
  .paying .wrap .reserv-ui::before {
    position: fixed;
    /* content: ""; */
    background-color: rgba(255, 255, 255, 0.8);
    width: 100%;
    height: 100%;
    z-index: 1;
    top: 0;
  }
  .paying .sub .detail .reserv-ui dl.selecting .selector {
    background-image: url(../images/icon/close.svg);
  }
  .paying .sub .detail .reserv-ui dl.selecting {
    margin: -1px 0;
    border-left: 0;
    border-right: 0;
    /* background-color: var(--Gray-Pale); */
  }
  .paying .sub .detail .reserv-ui {
    box-shadow: 0 -20px 40px rgba(0, 0, 0, 0.15);
    border-radius: var(--padding) var(--padding) 0 0;
    overflow: hidden;
    z-index: 40;
  }
  .sub .detail .reserv-ui dd .selection {
    font-size: 16px;
    width: initial;
    position: static;
    border: none;
    box-shadow: none;
    height: 0;
    overflow: hidden;
  }
  .sub .detail .reserv-ui dl.selecting .selection {
    padding-top: 20px;
    height: auto;
    background: transparent;
    box-shadow: none;
  }
  .sub .detail .reserv-ui dd .selection.option > li {
    padding: 0;
  }
  .sub .detail .reserv-ui dd .selection.option li .option-item li {
    margin: 0;
  }
  .sub .detail .reserv-ui dd .selection.option > li + li {
    border: 0;
    padding-top: 15px;
  }
  .ui-widget.ui-widget-content {
    margin-left: var(--padding);
    margin-top: 10px;
    z-index: 120 !important;
    width: calc(100vw - 48px);
    top: 10px !important;
  }
  .cal-huge.ui-widget.ui-widget-content {
    width: 100%;
    left: 0;
    display: flex;
    flex-direction: column;
    margin-left: 0;
    margin-top: 0;
    border-radius: 0;
    top: 0 !important;
    flex-grow: 1;
  }
  .cal-huge.ui-widget.ui-widget-content .ui-body table tr td.ui-state-disabled {
    display: none;
  }
  .cal-huge.ui-widget.ui-widget-content .ui-body table tr td.ui-state-disabled.event-day {
    display: block;
  }
  .cal-huge.ui-widget.ui-widget-content.ui-datepicker .ui-datepicker-title {
    line-height: 36px;
  }
  .cal-huge.ui-widget.ui-widget-content .ui-body {
    flex-grow: 1;
    overflow-y: auto;
  }

  .cal-huge.ui-widget.ui-widget-content .ui-body table tr {
    display: block;
    width: 100%;
  }
  .cal-huge.ui-widget.ui-widget-content .ui-body table tr td {
    display: block;
    width: 100%;
    border: 0;
    border-top: 1px solid var(--Gray-Border);
    border-bottom: 8px solid var(--Gray-Pale);
    padding: 10px;
  }
  .cal-huge.ui-widget.ui-widget-content .ui-body table td:nth-child(1) a:first-of-type:after {
    content: "일요일";
    margin-left: 5px;
    display: inline-block;
  }
  .cal-huge.ui-widget.ui-widget-content .ui-body table td:nth-child(2) a:first-of-type:after {
    content: "월요일";
    margin-left: 5px;
    display: inline-block;
  }
  .cal-huge.ui-widget.ui-widget-content .ui-body table td:nth-child(3) a:first-of-type:after {
    content: "화요일";
    margin-left: 5px;
    display: inline-block;
  }
  .cal-huge.ui-widget.ui-widget-content .ui-body table td:nth-child(4) a:first-of-type:after {
    content: "수요일";
    margin-left: 5px;
    display: inline-block;
  }
  .cal-huge.ui-widget.ui-widget-content .ui-body table td:nth-child(5) a:first-of-type:after {
    content: "목요일";
    margin-left: 5px;
    display: inline-block;
  }
  .cal-huge.ui-widget.ui-widget-content .ui-body table td:nth-child(6) a:first-of-type:after {
    content: "금요일";
    margin-left: 5px;
    display: inline-block;
  }
  .cal-huge.ui-widget.ui-widget-content .ui-body table td:nth-child(7) a:first-of-type:after {
    content: "토요일";
    margin-left: 5px;
    display: inline-block;
  }
  .cal-huge.ui-widget.ui-widget-content .ui-body table tr th {
    display: none;
  }
  .cal-huge.ui-widget.ui-widget-content .ui-body table tr td .times {
    display: flex;
    flex-wrap: wrap;
  }
  .cal-huge.ui-widget.ui-widget-content .ui-body table tr td .times li {
    width: calc(50% - 10px);
  }
  .sub .detail .detail-contents .sect .noti p {
    font-size: 0.88em;
  }
  .sub .detail .reserv-ui dl.head::before {
    content: "";
    height: 30px;
    display: block;
    background: url(../images/icon/select.svg) no-repeat center center;
    opacity: 0.4;
    background-size: auto 14px;
    margin-top: -10px;
  }
  .paying .gnb {
    z-index: 3;
  }
  .ui-datepicker .ui-datepicker-title {
    font-size: 16px;
    margin: 0;
    line-height: inherit;
  }
  .sub .detail .reserv-ui input,
  .sub .detail .reserv-ui select {
    font-size: 16px;
  }
  .sub .detail .reserv-ui input:disabled,
  .sub .detail .reserv-ui input .select:disabled {
    color: var(--Gray-Dark);
  }
  .sub .detail .reserv-ui .choose .total-payment dt,
  .sub .detail .reserv-ui .choose .total-payment .total {
    display: none;
  }
  .sub .detail .reserv-ui .choose .total-payment .total.pay {
    display: block;
    border: none;
    margin: 0;
    font-size: 16px;
    padding-top: 0;
  }
  .sub .detail .detail-contents {
    width: initial;
  }
  .sub.reservation {
    padding-bottom: 60px;
  }
  .sub .detail .detail-contents .overview {
    height: auto;
    flex-wrap: wrap;
    gap: 20px;
    padding: 10px 20px 30px var(--padding);
  }
  .sub .detail .detail-contents .overview h6 {
    font-size: 12px;
    margin-bottom: 0;
  }
  .sub .detail .detail-contents .overview p {
    font-size: 18px;
  }
  .option {
    border-bottom: var(--spector);
    border-top: 0;
  }
  .sub .detail .detail-contents .sect .option {
    border: 0;
    margin-bottom: 0;
    margin-top: 20px;
  }
  .option .reserv-day {
    display: inline-block;
  }
  .sub .detail .detail-contents .sect .option li {
    margin: 0;
  }
  .option li h5 span.bk::after {
    margin-right: 8px;
    padding-right: 8px;
  }
  .option li {
    display: block;
    line-height: 1.8;
    padding: 16px 0;
    margin: 0 var(--padding);
    height: auto;
  }
  .option::before {
  }
  .option li:last-child {
    border: none;
  }
  .option li p {
    font-size: 0.85em;
  }
  .option li .price-area {
    align-items: flex-start;
  }
  .option .sale-tag,
  .option .name-area .reserv-day {
    line-height: 1;
    border-width: 1px;
    border-radius: 3px;
    margin-right: 0;
    font-size: 0.7em;
  }
  .option li dl.price.sale {
    padding-bottom: 15px;
  }
  .sub .detail .detail-contents .sect,
  .sub .detail .detail-contents .sect .option,
  .sub .detail .detail-contents,
  .sub .detail,
  .sub {
    overflow-x: hidden;
  }
  .sub .detail .detail-contents .sub-detail {
    padding-top: 0;
    margin-top: 0;
  }
  .sub .detail .detail-contents .overview.small {
    padding: 0;
    margin: 0;
  }
  .sub .detail .detail-contents .sect .map iframe {
    height: calc(170vw - 48px);
    margin-top: -50px;
  }
  .sub .detail .detail-contents .sect {
    margin-bottom: 0;
    margin-top: 0;
    padding: var(--padding) var(--padding) var(--padding) var(--padding);
    border-bottom: var(--spector);
  }
  .sub .detail .detail-contents .sect p {
    line-height: 1.4;
  }
  .sub .detail .detail-contents .sect p + p {
  }
  .sub .detail .detail-contents .sect .split {
    flex-wrap: wrap;
    gap: var(--padding);
    justify-content: space-between;
  }
  .sub .detail .detail-contents .sect.shop-info h4 {
    line-height: 1.3;
    width: 60%;
  }
  .sub .detail .detail-contents .sect.shop-info h4 + h4 {
    margin-top: 2px;
  }
  .sub .detail .detail-contents .sect:last-child,
  .sub.my .detail .detail-contents .sect:last-child {
    margin-bottom: var(--padding);
    border: none;
    padding-top: var(--padding);
  }
  .sub .detail .detail-contents .sect.shop-info {
    padding: 0;
    margin-top: -1px;
  }
  .sub .detail .detail-contents .sect.shop-info > * {
    padding-left: var(--padding);
    padding-right: var(--padding);
  }
  .sub .detail .detail-contents .sect.shop-info .map {
    padding: 0;
    border-radius: 0;
    clip-path: inset(0% 0% 0% 0% round 0);
  }
  .option li dl.price {
    font-size: 14px;
    justify-content: flex-start;
    margin-top: 5px;
  }
  .option li .price-area {
    flex-wrap: wrap;
    justify-content: space-around;
    gap: initial;
  }
  .sub .detail .detail-contents .sect.shop-info h4 {
    width: 100%;
  }

  .sect table.span tbody {
    display: table-row-group;
  }
  .sub .detail .sect .voucher table {
    display: table;
  }
  .sub .detail .sect .voucher tr {
    display: table-row;
  }
  .sub .detail .sect .voucher th,
  .sub .detail .sect .voucher td {
    display: table-cell;
    padding: 15px;
  }
  .sub .detail .detail-contents .sect > .overview-mm table,
  .sub .detail .detail-contents .sect > .overview-mm table tbody {
    display: block;
  }
  .sub .detail .detail-contents .sect > .overview-mm table tr {
    display: block;
  }

  .sub .detail .detail-contents .sect > .overview-mm tr:first-child {
    border-top: 1px solid var(--Gray-Dark);
  }
  .sub .detail .detail-contents .sect > .overview-mm tr:first-child th {
    padding-top: 20px;
  }
  
  .sect table tr td {
    padding-bottom: 15px;
    padding-top: 0;
  }
  .sect table tr th,
  .sect table tr td {
    display: block;
    border: none;
  }
  .sub .detail .detail-contents .sect .overview-mm tr,
  .sect table tr {
    border-bottom: 1px solid var(--Gray-Border);
  }
  .overview-mm h6 {
    font-size: 11px;
  }
  .sub .detail .detail-contents .sect .overview-mm p {
    font-size: 1.1em;
  }
  .sub .detail .detail-contents .sect .overview-mm p.ext {
    font-size: 0.8em;
    margin-top: 0;
  }

  .sub .detail .detail-contents .sect .overview-mm tbody {
    display: block;
  }
  .sub .detail .detail-contents .sect .overview-mm tr {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-between;
    position: relative;
  }
  .sub .detail .detail-contents .sect .overview-mm tr th {
    width: 100%;
  }
  .sub .detail .detail-contents .sect .overview-mm tr td {
  }
  .sub .detail .detail-contents .sect .overview-mm tr td:last-child {
    display: block;
    position: absolute;
    display: flex;
    align-items: center;
    right: 0;
    top: 20px;
  }
  .sub .detail .detail-contents .sect .overview-mm tr td:last-child * {
    font-size: 0.8rem;
    font-weight: normal;
    color: var(--Gray-Mid);
  }
  .sub .detail .detail-contents .sect .overview-mm tr td:last-child h6 {
    margin-right: 3px;
  }
  .sub .detail .detail-contents table tr td p + p {
    margin-top: 5px;
  }
  .sub .detail .detail-contents table tr td.with-btn {
    height: auto;
    padding-bottom: 20px;
  }
  .sub .detail .detail-contents table tr td.with-btn a.btn {
    margin-top: -10px;
  }
  .sub .detail .detail-contents table tr th {
    margin-bottom: 10px;
  }
  .voucher table th,
  .voucher table td {
    font-size: 12px;
  }
  .sub.complete .detail .voucher table th {
    padding-right: 0;
  }
  .sub.complete .detail .voucher table th::before {
    display: none;
  }
  .sub .detail .detail-contents .sect .noti.with-btn {
    display: block;
  }
  .sub .detail .detail-contents .sect .noti.with-btn .qr {
    text-align: center;
    margin-bottom: 20px;
  }
  .sub .detail .detail-contents .sect .noti.with-btn .qr img {
    height: auto;
    width: 40%;
  }
  .sub .detail .detail-contents .sect .noti .print {
    margin-top: 15px;
    flex-direction: row;
    width: initial;
    height: initial;
    background: none;
    border: 1px solid var(--Gray-Border);
    border-radius: 5px;
    padding: 15px 0;
  }
  .sub .detail .detail-contents .sect .noti .print img {
    height: 18px;
    margin-right: 5px;
    margin-bottom: 0;
  }
  .sub .detail .detail-contents .item::before {
    width: 80px;
    height: 80px;
    top: 10px;
    margin-top: 0;
    right: initial;
    left: 10px;
    mix-blend-mode: difference;
  }
  /* 플로팅 */
  .floating {
    position: fixed;
    width: 50%;
    height: auto;
    background-color: transparent;
    top: auto;
    left: auto;
    padding: 0;
    border: 0;
    box-shadow: 20px 20px 30px rgba(0, 0, 0, 0.15);
    bottom: 0;
    right: -100%;
    cursor: pointer;
    z-index: 280;
    overflow: hidden;
    white-space: nowrap;
    padding: 20px;
  }
  .floating.active {
    right: 0;
    /* background-color: rgba(0, 0, 0, 0.3); */
    transition: 0.6s;
  }
  .modal .modal-popup .popup-content .descript .img-set img {
    margin: 0 3px;
    height: auto;
    max-width: calc(33.3% - 6px);
  }
  .floating .icon {
    background: no-repeat top center;
    height: 46px;
    width: 46px;
    z-index: -1;
    background-size: auto 100%;
    margin: auto;
    margin-bottom: 16px;
  }

  .floating {
    top: auto !important;
    position: fixed;
    flex-direction: row;
    overflow-x: auto;
  }
  .floating .d-day {
    background-color: rgba(255, 255, 255, 0.1);
  }
  .floating > div {
    flex-shrink: 0;
    flex-grow: 0;
    width: 120px;
    color: #fff;
    white-space: normal;
    width: 100%;
    display: flex;
    flex-direction: column;
    text-align: center;
    padding: 15px 10px;
  }
  .floating > div p {
    display: none;
  }
  .floating .btns {
    color: var(--Gray-Light);
  }
  .floating > div .modal-call {
    flex-grow: 1;
  }
  .floating + .gnb .menu .menus .menu-n li.ch {
    bottom: 120px;
  }
  .sub.my .list.horizon li {
    display: block;
  }
  .sub.my .list.horizon li .thumb + .info {
    margin-left: 0;
  }
  .sub.my .list.horizon li .thumb {
    margin-bottom: 20px;
    width: initial;
    height: 150px;
  }
  .my .sect.schedule > h3 {
    font-size: 18px;
    background-size: auto 16px;
  }
  .list.horizon li .btnset {
    margin-top: 10px;
    gap: 40px;
  }
  .list.horizon li .btnset a {
    display: flex;
    gap: 6px;
    align-items: center;
  }
  .list.horizon li .btnset .icon {
    margin-bottom: 0;
  }
  .list.horizon li .btnset .icon img {
    max-height: 18px;
    max-width: 20px;
  }
  .sub.my .detail .detail-contents .sect.schedule {
    margin-bottom: 0;
  }
  .sub.my .list.horizon li {
    border-bottom: 0;
    padding-bottom: 0;
  }
  .my .sect.schedule h3 span {
    padding: 5px 12px;
  }
  .sub.my .contents .article .header p {
    padding: 0 var(--padding);
  }
  .sub.my .contents .article .header p + p {
    margin-top: 5px;
  }
  .sub.my .detail .detail-contents {
    border-top: var(--spector);
  }
  .sub.my.log .detail .detail-contents {
    border-top: 0;
  }
  .sub .detail .detail-contents .my-ticket {
    padding: 0 var(--padding);
  }
  .sub .detail .detail-contents .month-ticket {
    width: var(--Width);
    gap: 10px;
  }
  .sub .detail .detail-contents .month-ticket .item {
    width: 100%;
    margin: 0;
    flex-direction: row;
    border: 1px solid var(--Gray-Border);
    border-radius: 6px;
  }
  .sub .detail .detail-contents .month-ticket .item .infos h3 {
    font-size: 1.1em;
  }
  .sub .detail .detail-contents .month-ticket .item .infos h4 {
    font-size: 0.9em;
  }
  .sub .detail .detail-contents .month-ticket .item .infos p:last-child {
    margin-top: 5px;
    font-size: 0.85em;
  }
  .sub .detail .detail-contents .month-ticket .item .dday {
    font-size: 0.6em;
    padding: 3px 8px;
    line-height: 1;
  }
  .sub .detail .detail-contents .month-ticket .item .thumb {
    width: 100px;
    min-height: 100px;
    height: 100%;
    flex-shrink: 0;
  }
  .sub .detail .detail-contents .month-ticket .item .infos {
    padding: 0 0 0 15px;
    line-height: 1.2;
  }
  .sub .detail .detail-contents .log {
    padding-top: 0;
  }
  .sub .detail .detail-contents .log table td,
  .sub .detail .detail-contents .log table th {
    font-size: 10px;
    padding: 15px 0 15px 15px;
    white-space: normal;
    word-break: break-all;
  }
  .sub .detail .detail-contents .log table td:last-child,
  .sub .detail .detail-contents .log table th:last-child {
    padding-right: 10px;
  }
  .sub .detail .detail-contents .log h3 {
    padding: 0 var(--padding);
  }
  .sub.reservation.my {
    padding-bottom: 0;
  }
  .board {
    padding: 0 var(--padding);
  }
  .board img {
    margin: 0 -var(--padding);
    max-width: 100%;
    /* max-width: calc(100% + 48px); */
  }
  .list .full-split .info {
    flex-direction: column;
  }
  .list .full-split .info > div {
    width: 100%;
  }
  .list .full-split .info .head,
  .list .full-split .info .subscr,
  .list .full-split .info .ul,
  .contents > .section > .head,
  .contents > .section > .list.vertical,
  .contents > .section > div {
    padding: 0 var(--padding);
  }
  .list .full-split .info .subscr {
    width: 100%;
  }
  .list .full-split .info .subscr + .subscr {
    margin-top: var(--padding);
  }
  .list .full-split .info .subscr > p {
    padding: 0;
  }
  .list .full-split .info .ul {
    margin-top: 30px;
  }
  .list .full-split.with-split {
    flex-direction: column;
    padding-bottom: var(--padding);
  }
  .list .full-split.with-split .half-split {
    width: 100%;
  }
  .list .full-split .info:last-child .ul:last-child {
    margin-bottom: 30px;
  }
  .list.all > li + li {
    margin-top: 30px;
  }
  .list .full-split .info .subscr > p {
    font-size: 0.9em;
  }
  .list .full-split .info .ul > p {
    font-size: 0.9em;
  }
  .list .full-split .info .head {
    margin-bottom: 10px;
  }
  .list .full-split .info .btns {
    margin-top: 20px;
    gap: 10px;
  }
  .list .full-split .info .btns .btn {
    font-size: 0.9em;
    padding: 12px var(--padding);
  }

  .list .full-split .info .btns .btn.on {
    font-size: 0;
  }
  .list .full-split .swiper-pagination {
    margin: 20px;
    width: initial;
  }
  .facility .swiper-slide {
    height: 60vw;
  }
  .price-popup {
    left: 0;
    width: 100%;
  }
  .price-popup .title {
    padding: 20px;
    padding-right: 10px;
  }
  .price-popup .price-table {
    padding: 0;
  }
  .price-popup .price-table .sect > p,
  .price-popup .price-table .sect > h3 {
    padding: 0 var(--padding);
  }
  .price-popup .price-table .sect .overview-mm td p {
    font-size: 1em;
  }
  .price-popup .price-table .sect .overview-mm td h6 {
    font-size: 0.7em;
  }
  .price-popup .price-table .sect .overview-mm th h5 {
    font-size: 0.7em;
    padding-left: 10px;
  }
  .price-popup .price-table {
    gap: 0;
  }
  .price-popup .price-table .sect + .sect {
    border-top: 8px solid var(--Gray-Pale);
    padding-top: 30px;
  }
  .price-popup .price-table .sect > p {
    font-size: 0.85em;
  }
  .price-popup .price-table .sect .overview-mm td p.ext {
    font-size: 0.7em;
  }
  .sub .detail .detail-contents .reserv-ui {
    display: block;
  }
  .sub .detail .reserv-ui.need-login {
    border-radius: 12px 12px 0 0;
  }
  .sub .detail .reserv-ui.need-login .login-wrap {
    position: relative;
  }
  .sub .detail .reserv-ui.need-login .login-wrap .overlay {
    padding: 30px 20px 20px 20px;
  }
  .sub .detail .reserv-ui.need-login a.submit {
    display: none;
  }
  .sub .detail .reserv-ui.need-login .login-wrap .overlay .btns {
    font-size: 1em;
    margin-top: 20px;
  }
  .sub .detail .reserv-ui.need-login .login-wrap .overlay .btns {
    display: flex;
    align-items: center;
    gap: 5px;
  }
  .sub .detail .reserv-ui.need-login .login-wrap .overlay .btns a {
    flex-grow: 1;
    width: 48%;
  }
  .sub .detail .reserv-ui.need-login .login-wrap .overlay h1 {
    display: none;
  }
  .sub .detail .reserv-ui.need-login .login-wrap .overlay .btns a.join {
    text-decoration: none;
    font-size: 1em;
    margin-top: 0;
    border: 1px solid #fff;
    padding: 13px 0;
    border-radius: 5px;
  }

  .sub .detail .detail-contents .sect h3 {
    padding-bottom: 10px;
  }
  .notice-area li {
    padding: 20px;
  }
  .sub .detail .detail-contents .sect.notice-area {
    padding: 0;
    margin-bottom: 0;
    margin-left: 20px;
    margin-right: 20px;
    border: 0;
  }

  .notice-area {
    overflow: hidden;
  }
  .sub .detail .detail-contents .sect.notice-area .swiper-nav .swiper-pagination-fraction {
    display: none;
  }
  .sub .detail .detail-contents .sect.notice-area .swiper-nav {
    gap: 5px;
    top: 20px;
    height: 18px;
    right: 10px;
  }
  .visual .swiper-slide.notice {
    padding-top: var(--Top-h);
  }
  .visual .swiper-slide.notice .noti {
    padding: 10px;
    flex-direction: column;
    align-items: center;
    height: 100%;
  }
  .visual .swiper-slide.notice .noti .ment {
    flex-grow: 1;
    display: flex;
    justify-content: center;
    flex-direction: column;
  }
  .visual .swiper-slide.notice .noti .cal-huge.ui-widget.ui-widget-content {
    border-radius: 8px;
    overflow: hidden;
    position: relative;
    bottom: 0;
    justify-self: flex-end;
  }
  .visual .swiper-slide.notice .noti .cal-huge.ui-widget.ui-widget-content .ui-body table tr td,
  .visual .swiper-slide.notice .noti .cal-huge.ui-widget.ui-widget-content .ui-body table tr th {
    display: table-cell;
    width: calc(100% / 7);
    border: 0;
    font-size: 10px;
    text-align: center;
  }
  .visual .swiper-slide.notice .cal-huge.ui-widget.ui-widget-content .ui-body table td {
    padding: 5px;
  }
  .visual .swiper-slide.notice .cal-huge.ui-widget.ui-widget-content .ui-body table td .ui-state-default {
    font-size: 12px;
    padding: 0;
    text-align: center;
  }
  .visual .swiper-slide.notice .noti .cal-huge.ui-widget.ui-widget-content .ui-body table tr {
    display: table;
    border-collapse: collapse;
    border: 0 none;
    border-bottom: 1px solid var(--Gray-Border);
  }
  .visual .swiper-slide.notice .cal-huge.ui-widget.ui-widget-content .ui-body table .ui-state-disabled .event {
    display: none;
  }
  .visual .swiper-slide.notice .cal-huge.ui-widget.ui-widget-content .ui-widget-header {
    display: none;
  }
  .visual .swiper-slide.notice .cal-huge.ui-widget.ui-widget-content {
    position: relative !important;
    top: 0 !important;
  }
  .visual .swiper-slide.notice .noti .ment {
    padding: 10px;
    padding-bottom: 20px;
    text-align: center;
  }
  .visual .swiper-slide.notice .noti .ment p:first-of-type {
    margin-top: 0;
  }
  .visual .swiper-slide.notice .noti .ment .days {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .visual .swiper-slide.notice .noti .ment .days p strong {
    display: block;
    margin-top: 8px;
    font-size: 1.2em;
  }
  .visual .swiper-slide.notice .noti .ment p {
    font-size: 12px;
    line-height: 1.4;
    text-align: left;
    width: 50%;
  }
  .visual .swiper-slide.notice .noti h1 {
    font-size: 1.4em;
    padding-bottom: 0;
    margin-bottom: 12px;
  }
  .visual .swiper-slide.notice .noti h2 {
    font-size: 1.1em;
    display: none;
  }
  .visual .swiper-slide.notice .noti h1 + h2 {
    display: block;
    margin-top: -8px;
    margin-bottom: 12px;
    text-align: left;
  }
  .swiper-wrapper {
    height: auto;
  }
  .swiper-pagination-progressbar {
    height: 3px;
  }
  .sub.my .detail .detail-contents .sub-detail {
    border: 0;
  }
  .section .overview .summary table {
    border-top: 1px solid var(--Gray-Border);
  }
  .section .overview .summary th,
  .section .overview .summary td {
    border-bottom: 1px solid var(--Gray-Border);
    padding: 15px 15px 15px 0;
  }
  .info .ul + .time-clock {
    margin-top: 0;
  }
  .time-clock > div {
    width: calc(100% / 2);
    font-size: 1.1em;
    padding: 20px 0;
  }
  .clock-frame,
  .clock-frame .clock {
    width: 100px;
    height: 100px;
  }
  .clock-frame .clock {
    border-width: 4px;
  }
  .time-clock > div.thismonth {
    border-radius: 0;
  }
  .list .full-split .info + div {
    margin-top: 0;
  }
  .list .full-split .info + div.price {
    margin-top: 30px;
  }
  .list .full-split .info .ol {
    flex-direction: column;
    padding: 0 24px;
  }
  .list .full-split .info .ol.trp li {
    width: 100%;
  }
  .list .full-split .info .noti {
    padding: 24px;
    flex-direction: column;
    gap: 20px;
    border-radius: 0;
    margin-bottom: 0 !important;
  }

  .list .full-split .info .noti > ul {
    padding: 0;
    width: 100%;
  }
  .list .full-split,
  .section {
    border-bottom: var(--spector);
  }
  .list .full-split:only-child {
    border: 0;
  }
  .list .full-split .option {
    border: 0;
  }
  .list.vertical li .price dd {
    margin-right: 0;
  }
  .section.no-bl {
    border-bottom: 0;
    padding-bottom: 0;
  }
  .visual .swiper-slide.notice .noti .right {
    width: 100%;
  }
  .visual .swiper-slide.notice .noti .time-clock {
    margin-top: 0;
  }
  .visual .swiper-slide.notice .noti .time-clock .infos p {
    width: 100%;
    font-size: inherit;
  }
  .scroll-btn {
    display: none;
  }
  .visual .swiper-slide.notice .noti .time-clock > div .infos {
    font-size: 0.9em;
  }
  .visual .swiper-slide.notice .noti h1 {
    text-align: left;
  }
  .visual .swiper-slide .btnset {
    flex-wrap: wrap;
    justify-content: center;
  }
  .visual .swiper-slide .btnset a {
    white-space: nowrap;
    font-size: 0.9em;
  }
  .visual .ment p {
    font-size: 1em;
    margin-top: 0.4em;
  }
  .swiper-button-prev:after,
  .swiper-button-next:after {
    font-size: 2em;
  }
  .section .overview .subscript .head {
    width: 100%;
  }
  .section .overview + .img-full {
    margin-top: 30px;
    padding: 0 var(--padding);
  }
  .list.vertical li {
    width: calc((100% / var(--cell)) - (var(--gap) / var(--cell)));
  }
  .list.vertical.col2,
  .list.vertical.col3,
  .list.vertical.col4,
  .list.vertical.col5 {
    --cell: 2;
    --gap: 10px;
  }
  .list.vertical li .price {
    flex-direction: column;
    gap: 5px;
    margin-top: 10px;
    margin-bottom: var(--padding);
  }
  .list.vertical li .price dl {
    display: flex;
    align-items: flex-end;
  }
  .list.vertical li .price dl dd {
    margin-top: 0;
    font-size: 1.1em;
  }
  .list.vertical li .thumb {
    margin-bottom: 16px;
  }
  .list.vertical li .thumb,
  .promotion {
    border-radius: 6px;
  }
  ul + .promotion {
    margin-top: 10px;
  }
  .promotion {
    height: 40vw;
    padding: 0 var(--padding) !important;
    margin: 0 var(--padding);
  }
  .promotion .extra {
    margin-top: 12px;
  }
  .promotion .extra p {
    font-size: 0.85em;
  }
  .promotion h2 {
    font-size: 1.3em;
  }
  .table table tbody th,
  .table table.span tbody th {
    padding-right: 15px;
  }
  .table table th,
  .table table td,
  .table table.span th,
  .table table.span td {
    font-size: 0.85em;
    padding: 15px 0;
  }
  .table table.span td {
    padding: 0;
  }
  .table table.span tbody tr td:last-child,
  .table table.span tbody tr th:last-child {
    padding-left: 15px;
  }
  table tbody td.bk p {
    color: var(--Gray-Dark);
  }
  .table table.span tbody tr th,
  .table table.span tbody tr td,
  .sect .table table.span tbody tr th,
  .sect .table table.span tbody tr td {
    line-height: 1.4;
  }
  .table table.span tbody tr + tr td,
  .sect table.span tbody tr + tr td {
    padding-top: 10px;
  }
  .sect .table table.span tbody tr:first-child td,
  .table table.span tbody tr:first-child td {
    padding-top: 15px;
  }
  .table table.span tbody tr:last-child td,
  .sect .table table.span tbody tr:last-child td {
    padding-bottom: 15px;
  }
  .section .head + .table {
    margin-top: 20px;
  }
  .section.insert-full-banner > div h2 + h4 {
    margin-top: 10px;
  }
  .section .guidance {
    flex-direction: column;
    gap: 16px;
  }
  ul.notification {
    gap: 30px;
    padding: 0 var(--padding);
  }
  .sub ul.notification {
    padding: 0;
  }
  ul.notification li {
    width: 100%;
  }
  .section.insert-full-banner {
    padding: 60px 0;
    margin: -1px 0;
    border: 0;
  }
  .footer .in .copyright p {
    font-size: 0.85em;
  }
  .gnb .menu .menus .menu-n {
    width: 100%;
  }
  .sub .images + .detail {
    margin-top: 0;
  }

  .sect table.span {
    display: table;
  }
  .sect table.span tr {
    display: table-row;
    border: 0;
  }
  .sect table.span tr th {
    padding-top: 15px;
    border-bottom: 1px solid var(--Gray-Border);
  }
  .sect table.span tr th,
  .sect table.span tr td {
    display: table-cell;
  }
  ul.demical li,
  .ul p,
  .sub ul.notification li {
    font-size: 0.9em;
  }
  .sub ul.notification li {
    font-size: 0.9em;
    gap: 10px;
  }
  ul.notification li .icon {
    font-size: 2em;
  }
  .list.horizon li .thumb {
    width: 100px;
    height: 100px;
    align-self: flex-start;
  }
  .list.horizon li .thumb + .infos {
    margin-left: 16px;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 6px;
  }
  .sect .list.horizon {
    margin-right: calc(-1 * var(--padding));
  }
  .sect.schedule .list.horizon {
    margin-right: 0;
  }
  .sect .list.horion {
    padding-right: var(--padding);
  }
  .list.prices li .infos .price {
    font-size: 0.9em;
    text-align: left;
    width: 100%;
    gap: 5px;
  }
  .list.prices.horizon li .infos .price {
    gap: 20px;
  }
  .list.horizon li .info {
    line-height: 1.4;
  }
  .list.prices.horizon li .infos .info h4.category {
    display: block;
    margin: 0;
    font-size: 0.85em;
  }
  .list.prices.horizon li .infos h2 {
    font-size: 1em;
  }
  .list.prices.horizon li .price dl {
    gap: 30px;
  }
  .list.prices.horizon li .price dl dd {
    margin-top: 2px;
    font-size: 1.2em;
  }
  .list.prices.horizon {
    border: 0;
  }
  .list.prices.horizon li {
    border: 0;
    padding: 10px 0;
  }
  .head + .list.prices.horizon {
    margin-top: var(--padding);
  }
  .sub .detail .detail-contents .sect.sight {
    border-top: 0;
    margin-top: -10px;
    background-color: #fff;
    padding-top: 0;
  }
  .time h2 {
    font-size: 1.4em;
  }
  .cal-huge-full .mask {
    background: none;
    backdrop-filter: none;
  }
  .pignose-calendar .pignose-calendar-unit {
    padding-bottom: 0;
    min-height: 80px;
  }
  .pignose-calendar .pignose-calendar-unit a {
    margin: 5px auto;
  }
  .pignose-calendar-unit-first-active:after,
  .pignose-calendar-unit-second-active:after {
    position: static;
    text-align: center;
    padding: 5px;
    display: block;
  }
  .calendar .pignose-calendar .pignose-calendar-unit-date .element .district {
    display: none;
  }

  .calendar .calendar-in {
    display: flex;
    height: 100%;
    flex-direction: column;
    max-height: calc(100% - 50px);
  }
  .calendar .pignose-calendar {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
  }
  .calendar .pignose-calendar .pignose-calendar-body {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
  }
  .calendar .pignose-calendar .pignose-calendar-body .pignose-calendar-row {
    flex-grow: 1;
  }
  .sub .detail .reserv-ui ul.total.pay p {
    font-size: 1.2em;
  }
  .cal-huge-full,
  .huge-widget {
    padding: 0;
  }

  .option.color-var {
    font-size: 0.8em;
    border: 0;
    margin: 0;
    padding: 0;
    flex-wrap: wrap;
    gap: 5px;
    justify-content: space-evenly;
  }
  .huge-widget .option.color-var {
    margin: 14px 0;
  }
  .calendar .district dl.schedule dt,
  .color-var p span {
    width: 12px;
    height: 12px;
    line-height: 12px;
  }
  .huge-widget .ui-widget .sight-pick {
    overflow-x: auto;
  }
  .huge-widget .ui-widget .sight-pick .sight {
    width: 300vw;
  }
  .huge-widget {
    padding: 10px;
  }
  .construct .container {
    padding: var(--padding);
  }
  .construct .ment .title {
    padding: 7vw;
    border-width: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 70vw;
    margin-bottom: 10px;
  }
  .construct .ment .title h1 {
    text-align: center;
    font-size: 2.3em;
    font-weight: 200;
    letter-spacing: 0;
    line-height: 1;
  }
  .construct .ment .logo {
    margin-bottom: 10px;
    font-size: 1.5em;
    gap: 10px;
  }
  .construct .ment .logo img {
    height: 40px;
  }
  .construct .ment .title h1:first-of-type {
    font-size: 3.7em;
    margin-bottom: 5px;
  }
  .construct .ment h2 {
    font-size: 1.6em;
    color: var(--Main-light);
  }
  .construct .ment .msg {
    font-size: 1em;
    line-height: 1.5;
    word-break: keep-all;
  }
  .construct .ment .msg p.extra {
    margin-top: 20px;
    font-size: 0.8em;
    opacity: 0.5;
  }
  .construct .visual .swiper-slide::before {
    background: rgba(0, 0, 0, 0.8);
  }
  .map-area {
    overflow-x: auto;
  }
  .map-area .map img {
    max-width: 1024px;
    width: auto;
  }
  .huge-widget.map-district .option.color-var {
    position: static;
    padding: 10px 0 10px 10px;
    justify-content: flex-start;
    font-size: 0.7em;
  }
  .huge-widget.map-district .option.color-var p {
    margin-right: 10px;
  }
  .huge-widget.map-district::before {
    content: "←→ 좌우로 스크롤 하세요";
    position: relative;
    z-index: 2;
    margin-bottom: 10px;
  }
  .cal-huge.ui-widget.ui-widget-content .cal-btns,
  .huge-widget .ui-widget .btns {
    height: 50px;
    line-height: 50px;
  }
  .sub .detail .reserv-ui dl {
    padding: 16px 0;
  }
  .floating > div.float-el {
    background-color: rgba(255, 255, 255, 0.1);
    padding: 15px;
    z-index: 51;
  }
  .floating .btns input[type="checkbox"] + label {
    line-height: 1;
  }
  .scrolled .main .floating,
  .scrolled.ui-fix .sub .floating {
    top: auto !important;
    z-index: 51;
  }
  .modal .modal-popup .popup-content.split {
    flex-direction: column;
    width: initial;
  }
  .modal.login .modal-popup {
    overflow-y: auto;
  }
  .modal.login .modal-popup .popup-content {
    max-height: initial;
    flex-grow: 1;
  }
  .modal.login .modal-popup .popup-content.split > li {
    width: 100%;
    padding: var(--padding);
    gap: 2px;
  }
  .modal.login .modal-popup .popup-content.split > li.non-login {
    border: 0;
  }
  .modal-on .modal.on {
    background-color: rgba(0, 0, 0, 0.5);
  }
  .modal .modal-popup .popup-content.split > li .login-form {
    margin-top: 10px;
  }
  .modal-on .modal .dimed {
    display: none;
  }
}
