@charset "UTF-8";
@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard/dist/web/static/pretendard.css");
@import url("open-color.css");
@import url('component.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;
}
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.4s;
  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;
}
:root .xi-rotate-90,
:root .xi-rotate-180,
:root .xi-rotate-270,
:root .xi-flip-horizontal,
:root .xi-flip-vertical {
  display: inline-block;
}
.option.color-var {
  display: flex;
  gap: 20px;
  font-size: 0.8em;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
}
.option.color-var .facilities,
.option.color-var .legend {
  display: flex;
  gap: 20px;
  flex-grow: 0;
}
.option.color-var p {
  display: flex;
  align-items: center;
  gap: 5px;
  text-align: left;
  flex-shrink: 0;
}
.option.color-var p span {
  margin-right: 0;
}
.option.color-var p img {
  width: auto;
  height: 16px;
}
.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.unable {
  color: var(--Gray-Light);
}
.color-var p.selected span {
  background-color: var(--Main-color);
}
.color-var p.selected {
  color: var(--Main-color);
}
.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 p.reserved span {
  border: 2px dotted var(--Gray-Dark);
}

.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;
  overscroll-behavior: none;
}
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.4s;
  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";
}

.co-name:before {
  content: "여주";
}
/* 마우스 스크롤 */
@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;
}
.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"] + 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 td.align-right {
  text-align: right;
}
table td.bk p {
  color: var(--Gray-Dark) !important;
}
.sect p + .table {
  margin-top: 20px;
}
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);
}
table td table {
  border: 1px solid var(--Gray-Border);
  border-collapse: collapse;
  font-size: 0.9em;
}
table td table th,
table td table td {
  padding: 15px;
  border: 1px solid var(--Gray-Border);
  vertical-align: middle;
  text-align: center;
}
table td h5 + table {
  margin-top: 16px;
}
table td table th {
  background-color: var(--Gray-Pale);
}
.list .full-split .info .head + .table {
  margin-top: -20px;
}
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;
}
.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 */
  margin-top: -10px;
}
.tabs::-webkit-scrollbar {
  display: none;
}
.tabs a {
  font-size: 30px;
  font-weight: bold;
  color: var(--Gray-Light);
  margin-right: 30px;
  position: relative;
  transition: 0.2s;
}
.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;
  overscroll-behavior: none;
  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.4s;
  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 .pull {
  /*transform: scaleY(0); height: 0;*/
  overflow: hidden;
  overscroll-behavior: none;
  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.only::before {
  display: 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;
} */
.search {
  display: flex;
  gap: 5px;
}
.search .btn {
  height: var(--Input-h);
  line-height: var(--Input-h);
  font-size: 1em;
  border-radius: 6px;
  min-width: 80px;
  padding: 0 var(--padding);
}
.search select {
  width: auto;
  padding-right: 50px;
}
.search input {
  flex-grow: 1;
}
.search + .list {
  margin-top: var(--padding);
}
.visual .ment {
  position: relative;
  z-index: 2;
}
.visual .ment h1.normal,
.visual .ment h2.normal {
  font-weight: normal;
}
.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;
}
body.dimed {
  position: relative;
  overflow: hidden;
  overscroll-behavior: none;
  touch-action: none;
  -ms-touch-action: none;
}

.dimed .gnb,
.dimed .floating {
  z-index: 1;
}
.dimed .floating {
  display: none;
}
/*GNB*/
.gnb {
  position: fixed;
  width: 100%;
  z-index: 10;
  transition: 0.4s;
  top: 0;
  left: 0;
  z-index: 29;
}
.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 .status {
  font-size: 12px;
  border: 1px solid var(--Green-color);
  background-color: var(--Green-color);
  color: #fff;
  border-radius: 30px;
  margin-left: 10px;
  padding: 0 10px;
  line-height: 2;
}
.gnb .menu li.logo .status.closed {
  background-color: transparent;
  border-color: var(--Red-color);
  color: var(--Red-color);
}
.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;
  max-height: 48px;
  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 {
	width:100%;height:100%;
  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, 1);
  -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 .has-tab .gnb:after {
  display: none;
}
.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: 16px;
  padding: var(--padding) 0;
  color: var(--Gray-Light);
}
.paging a {
  text-align: center;
  width: 24px;
}
.paging i {
  font-size: 1.3em;
}
.paging .active {
  font-weight: bold;
  color: var(--Main-color);
}
.sub #map .section {
  padding-bottom: 0;
}
/* 맵 */
.img-full .map-area {
  transform: scale(1.171875);
}
.img-full .map .pin {
  pointer-events: none;
}
.img-full.map-picker .option.color-var {
  margin-top: 90px;
}
.map {
  position: relative;
}
.map .pin {
  position: absolute;
  z-index: 2;
  width: 18px;
  height: 18px;
  left: 555px;
  top: 158px;
  bottom: -18px;
}
.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 .pin.s .marker:before {
  content: "S";
}
.map .pin.m .marker:before {
  content: "M";
}
.map .pin.l .marker:before {
  content: "L";
}
.map .pin .marker {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  cursor: pointer;
  background-color: var(--Map-color);
  transition: 0.4s ease-in-out;
  transform-origin: center bottom;
  z-index: 1;
  position: relative;
}

.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 .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 .pin .marker input[type="text"]:read-only {
  pointer-events: none;
}

.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.4s;
  transform-origin: center bottom;
}
.map .pin .deco {
  content: "";
  position: absolute;
  bottom: -6px;
  left: 55%;
  z-index: -1;
  transition: 0.4s;
  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 .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 .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 .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 .pin.active .marker::before {
  transform: scale(1);
}
.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,
.section p.sect01 {
  color: var(--Type1);
}
.sect02,
.section p.sect02 {
  color: var(--Type2);
}
.sect03,
.section p.sect03 {
  color: var(--Type3);
}
.sect04,
.section p.sect04 {
  color: var(--Type4);
}
.sect05,
.section p.sect05 {
  color: var(--Type5);
}
.sect06,
.section p.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 .pin {
  pointer-events: none;
}
.reservation-result .map .pin .marker,
.reservation-result .map .pin.sect01 .marker,
.reservation-result .map .pin.sect02 .marker,
.reservation-result .map .pin.sect03 .marker,
.reservation-result .map .pin.sect04 .marker,
.reservation-result .map .pin.sect05 .marker,
.reservation-result .map .pin.sect06 .marker,
.reservation-result .map .pin.rent .marker,
.reservation-result .map .pin.bbq .marker {
  background-color: #ccc;
}
.reservation-result .map .pin .marker::before,
.reservation-result .map .pin.sect01 .marker::before,
.reservation-result .map .pin.sect02 .marker::before,
.reservation-result .map .pin.sect03 .marker::before,
.reservation-result .map .pin.sect04 .marker::before,
.reservation-result .map .pin.sect05 .marker::before,
.reservation-result .map .pin.sect06 .marker::before,
.reservation-result .map .pin.rent .marker::before,
.reservation-result .map .pin.bbq .marker::before {
  color: #ccc;
}

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

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

.map .pin.disabled .marker {
  filter: grayscale(1);
  background-color: #f2f2f2 !important;
  cursor: not-allowed;
}
.map .pin.disabled input[type="text"] {
  color: var(--Gray-Light) !important;
}
.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 .pin.disabled .marker:after {
  border-top-color: #fff !important;
}

.map img {
  width: 100%;
  max-width: 1024px;
}
.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 {
  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;
  padding: 50px;
}
.section.insert-full > img {
  width: 100%;
}
.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,
.section .info > .head h2.with-btn,
h3.with-btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.section.insert-full h2.with-btn .btn {
  color: #fff;
  background: transparent;
  border: 1px solid #fff;
}
.section.insert-full table tbody td,
.section.insert-full table thead th,
.section.insert-full table tbody th {
  border-color: rgba(255, 255, 255, 0.2);
}
.list .full-split .info + div.table {
  margin-top: 10px;
}
.section.insert-full table {
  border-color: rgba(255, 255, 255, 1);
}
.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;
}
.map-wrap {
  position: relative;
  overflow: hidden;
}
.map-wrap .category,
.map-wrap .category * {
  margin: 0;
  padding: 0;
  color: #000;
}
.map-wrap .category {
  position: absolute;
  overflow: hidden;
  top: 10px;
  left: 10px;
  z-index: 1;
  margin: auto;
  font-size: 0.85em;
  text-align: center;
  width: 100%;
  overflow: visible;
  display: flex;
  justify-content: center;
}
.map-wrap .category .menu_selected {
  background: var(--Main-color);
  color: #fff;
  margin: 0 -1px;
  border-left: 1px solid var(--Main-color);
  z-index: 2;
  position: relative;
}
.map-wrap .category ul {
  display: flex;
  box-shadow: 0 8px 12px rgba(0, 0, 0, 0.2);
  border-radius: 8px;
  justify-content: center;
  overflow: hidden;
  width: fit-content;
}
.map-wrap .category li {
  list-style: none;
  cursor: pointer;
  background-color: #fff;
  padding: 12px 15px;
  border-left: 1px solid var(--Gray-Border);
}
.map-wrap .category li:first-child {
  border-left: 0;
}
.local .map-area + .section {
  padding-top: 60px;
}
.local .map-list {
  border-bottom: 1px solid var(--Gray-Border);
}
.local .map-list .section {
  padding-bottom: 40px;
  padding-top: 40px;
}
.local .map-list .list.horizon {
  gap: 10px;
}
#map-picks {
  width: 100%;
  height: 800px;
}
.section.notice {
  padding: 40px 0;
}
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 th {
  line-height: 1.4;
}
.section .overview .summary td {
  color: var(--Gray-Mid);
  line-height: 1.4;
}
.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: 280px;
  border-radius: 10px;
  display: flex;
  color: #fff;
  flex-direction: column;
  padding: 60px;
  justify-content: center;
  position: relative;
  overflow: hidden;
  overscroll-behavior: none;
}
.promotion .extra p {
  color: #fff;
}
.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.row2,
.list.vertical.col2 {
  --cell: 2;
}
.list.vertical.row3,
.list.vertical.col3 {
  --cell: 3;
}
.list.vertical.row4,
.list.vertical.col4 {
  --cell: 4;
  --gap: 20px;
}
.list.vertical.row5,
.list.vertical.col5 {
  --cell: 5;
}
.list.vertical.row2.prices {
  gap: 30px;
}
.list.vertical.row2.prices > li {
  width: calc(50% - 15px);
  margin-bottom: 36px;
}
.list.vertical.row2.prices li.full {
  width: 100%;
}
.list.vertical.row2.prices li.full .promotion .infos {
  color: #fff;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 100%;
}
.list.vertical.row2.prices li.full .promotion::before {
  background-color: rgba(0, 0, 0, 0.6);
}
.list.vertical.row2.prices li.full .promotion .info h2 {
  font-size: 1.8em;
}
.list.vertical.row2.prices li.full .promotion .info p {
  color: #fff;
  font-size: 1.1em;
}
.list.vertical.row2.prices li.full .promotion .infos .price dt {
  color: #fff;
  opacity: 0.6;
}
.list.vertical.row2.prices li.full .promotion .infos .price dl {
  text-align: center;
  justify-content: center;
  align-items: center;
}
.list.vertical.row2.prices li.full .promotion .infos h4.category {
  font-size: 1.2em;
  color: var(--Main-light);
  text-align: center;
}
.list.vertical.row2.prices li.full .promotion .infos .price {
  margin-top: 30px;
}
.list.vertical.row2.prices li.full .promotion .infos .price dl dd {
  color: var(--Main-light);
  text-align: center;
  font-size: 1.8em;
}
.list.vertical.row2.prices li .infos .price-multi {
  display: flex;
  flex-direction: row;
}
.list.vertical.row2.prices li .infos .price-multi.single .price {
  width: 100%;
}
.list.vertical.row2.prices li .infos .price-multi .price {
  width: 50%;
  gap: 3px;
}
.list.vertical.row2.prices li .infos .price-multi .price dl + dl {
  margin-left: 0;
}
.list.vertical.row2.prices li .thumb {
  height: 280px;
  position: relative;
  overflow: hidden;
  overscroll-behavior: none;
  padding-top: 0;
}
.list li .thumb .with-swiper {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.list li .thumb .close {
  width: 56px;
  height: 56px;
  border-radius: 56px;
  background-color: #fff;
  box-shadow: 0 5px 16px rgba(0, 0, 0, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  justify-self: flex-end;
  position: absolute;
  bottom: 24px;
  left: 50%;
  margin-left: -28px;
  font-size: 1.5em;
  display: none;
  z-index: 10;
  cursor: pointer;
}
.list li .thumb .with-swiper .thumb-swiper {
  height: 280px;
  transition: 0.3s;
}
.list li .thumb .with-swiper .swiper-button-next,
.list li .thumb .with-swiper .swiper-button-prev {
  font-size: 0.7em;
}
.list.col4 li .thumb .with-swiper .swiper-button-next,
.list.col4 li .thumb .with-swiper .swiper-button-prev {
  font-size: 0.5em;
  height: 100%;
  top: 0;
  margin-top: 0;
}
.list.col4 li .thumb .with-swiper .swiper-button-next {
  right: 0;
}
.list.col4 li .thumb .with-swiper .swiper-button-prev {
  left: 0;
}
.list li .thumb .with-swiper.zoom .swiper-button-next::after,
.list li .thumb .with-swiper.zoom .swiper-button-prev::after {
  font-size: 4em;
  text-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
}
.list li .thumb .with-swiper.zoom .swiper-button-prev,
.list li .thumb .with-swiper.zoom .swiper-button-next {
  padding: 0 16px;
  width: auto;
}

.list li .thumb .with-swiper .swiper-wrapper li {
  display: flex;
  align-items: center;
  justify-content: center;
}
.list li .thumb .with-swiper .swiper-wrapper li .img {
  width: 100%;
}
.list li .thumb .with-swiper .swiper-wrapper li:hover::before {
  content: "\e97b";
  font-family: "xeicon";
  color: #fff;
  text-shadow: 0 0 12px rgba(0, 0, 0, 0.5);
  transition: 0.4s;
  font-size: 3em;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -20px;
  margin-top: -30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.list li .thumb .with-swiper.zoom .swiper-wrapper li:hover::before {
  display: none;
}
.list li .thumb .with-swiper.zoom .close {
  display: flex;
}
.list li .thumb .with-swiper .swiper-wrapper li {
  background: no-repeat center/cover;
  position: relative;
  display: flex;
  flex-direction: column;
}
.list li .thumb .with-swiper .swiper-wrapper li,
.list li .thumb .with-swiper .swiper-wrapper li .img {
  height: 280px;
  transition: 0.3s;
  background: no-repeat center/cover;
}
.list li .thumb .with-swiper .swiper-wrapper li .detailed {
  display: none;
}
.list li .thumb .zoom.with-swiper .swiper-wrapper li .detailed {
  width: 100%;
  display: block;
  color: var(--Main-color);
  z-index: 2;
  line-height: 1.4;
  padding: 30px 0;
}
.list li .thumb .zoom.with-swiper .swiper-wrapper li .detailed h4 {
  color: var(--Main-deep);
}
.list li .thumb .zoom.with-swiper .swiper-wrapper li .detailed h3 {
  font-size: 2em;
}
.list li .thumb .zoom.with-swiper .swiper-wrapper li .detailed p {
  color: var(--Gray-Dark);
}
.list li .thumb .zoom.with-swiper {
  position: fixed;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  left: 0;
  top: 0;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 200;
}
.list li .thumb .zoom.with-swiper {
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  background-color: rgba(255, 255, 255, 0.8);
}
.list li .thumb .zoom.with-swiper .swiper-container .swiper-wrapper {
  width: var(--Width);
  margin: auto;
}
.list li .thumb .zoom.with-swiper .swiper-container {
  overflow: hidden;
  overscroll-behavior: none;
  width: var(--Width);
  margin: auto;
}
.list li .thumb .with-swiper .thumb-swiper {
  overflow: hidden;
  overscroll-behavior: none;
  border-radius: 8px;
}
.list li .thumb .zoom.with-swiper .thumb-swiper {
  height: 100%;
  border-radius: 12px;
  transition: 0.4s;
  display: flex;
}
.list li .thumb .with-swiper.zoom .swiper-button-prev,
.list li .thumb .with-swiper.zoom .swiper-button-next {
  position: fixed;
  width: 56px;
  height: 56px;
  border-radius: 56px;
  background-color: #fff;
  box-shadow: 0 5px 16px rgb(0 0 0 / 20%);
  display: flex;
  align-items: center;
  justify-content: center;
  justify-self: flex-end;
  font-size: 1em;
  z-index: 10;
  cursor: pointer;
}
.list li .thumb .with-swiper.zoom .swiper-button-prev {
  left: 20px;
}
.list li .thumb .with-swiper.zoom .swiper-button-next {
  right: 20px;
}
.list li .thumb .with-swiper.zoom .swiper-button-prev::after,
.list li .thumb .with-swiper.zoom .swiper-button-next::after {
  color: var(--Gray-Dark);
  text-shadow: none;
  font-size: 1.4em;
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0;
}
.list li .thumb .zoom.with-swiper .thumb-swiper .swiper-wrapper li {
  width: var(--Width);
  border-radius: 12px;
  overflow: hidden;
  overscroll-behavior: none;
}
.list li .thumb .zoom.with-swiper .thumb-swiper .swiper-wrapper li,
.list li .thumb .zoom.with-swiper .thumb-swiper .swiper-wrapper li .img,
.list li .thumb .zoom.with-swiper .swiper-wrapper {
  height: 500px;
}
.list li .thumb .zoom.with-swiper .thumb-swiper .swiper-wrapper li .img {
  border-radius: 12px;
}
.list li .thumb .zoom.with-swiper .thumb-swiper .swiper-wrapper,
.list li .thumb .zoom.with-swiper .thumb-swiper .swiper-wrapper li {
  height: fit-content !important;
}
.sub .list li .thumb .zoom.with-swiper .thumb-swiper .swiper-wrapper li:after {
  display: none;
}
.list li .thumb .zoom.with-swiper .thumb-swiper .swiper-wrapper li {
  display: flex;
  align-items: center;
  z-index: 1;
  overflow: hidden;
  overscroll-behavior: none;
}
.list.vertical li .thumb {
  border-radius: 10px;
  overflow: hidden;
  overscroll-behavior: none;
}
.list.vertical.prices li .thumb {
  padding-top: 100%;
  height: 280px;
}
.list.vertical.prices li .thumb {
  padding-top: 0;
}
.list.vertical li {
  flex-grow: 0;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
}
.list.vertical li .thumb {
  background: no-repeat center center;
  background-size: cover;
  margin-bottom: 24px;
  position: relative;
}
.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 li .infos .info h4.category {
  color: var(--Main-deep);
  font-size: 0.9em;
}
.list li .infos {
  display: flex;
  align-items: center;
  flex-grow: 1;
}
.list.vertical li .infos {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
.list.vertical li.full .infos {
  flex-direction: row;
  justify-content: space-between;
}
.list li .infos .price {
  display: flex;
  gap: 40px;
  text-align: right;
}
.list.vertical li .infos .price {
  text-align: left;
}
.list li .infos .price-multi .price {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
}
.list.horizon li .infos .price-multi {
  display: flex;
  gap: 30px;
}
.list li .infos h2 span.num::after {
  display: none;
}
.list li .infos h2 span.num {
  display: inline-block;
  background-color: var(--Main-color);
  min-width: 24px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  color: #fff;
  border-radius: 24px;
  font-size: 0.7em;
  margin-right: 5px;
  padding: 0 5px;
  vertical-align: middle;
}
.list li .infos h2 span.num.pin {
  background-color: var(--Red-color);
}
.list.horizon.col2 > li {
  width: calc(50% - 15px);
}
.list.horizon.col2 li .infos {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.list.horizon.col2 li .infos h2 + p {
  margin-top: 0;
}
.list.horizon.col2 li .infos .price {
  text-align: left;
}
.list.horizon.col2 li .infos .price-multi {
  margin-top: 12px;
}
.list.horizon.col2 li .infos .price-multi .price {
  align-items: flex-start;
}
.list.horizon.col2 li .infos .price-multi .price dl + dl {
  margin-left: 0;
}
.list.horizon li .infos .price-multi .price {
  justify-content: flex-end;
  flex-direction: column;
  align-items: flex-end;
  gap: 3px;
}

.list li .infos .price-multi .price h6 {
  width: 100%;
}
.list li .infos .price-multi .price dl {
  display: flex;
  align-items: center;
}
.list li .infos .price-multi .price dl + dl {
  margin-left: 20px;
}
.list li .infos .price-multi .price h6 {
  color: var(--Gray-Light);
  font-size: 0.9em;
  margin-bottom: 3px;
}
.list li .infos .price-multi .price dl dd {
  margin-top: 0;
  font-size: 1.1em;
  font-weight: normal;
}
.list li .infos .price-multi .price dl dt {
  color: var(--Gray-Dark);
}
.list.vertical li .info {
  display: flex;
  flex-direction: column;
  line-height: 1.5;
}
.list.vertical li .info p {
  font-size: 0.85em;
}
.list li .info .cycle-text {
  display: flex;
  flex-wrap: wrap;
  color: var(--Gray-Mid);
  font-size: 0.9em;
  counter-reset: number;
}
.list li .info .cycle-text li {
  width: auto;
  flex-direction: row;
  align-items: center;
}
.list li .info .cycle-text li::after {
  content: "→";
  margin: 0 5px;
  opacity: 0.5;
  display: inline-block;
}
.list li .info .cycle-text li span {
  opacity: 0.5;
  margin: 0 5px;
}
.list li .info .cycle-text li::before {
  counter-increment: number;
  content: "" counter(number);
  font-size: 0.8em;
  border-radius: 50%;
  width: 14px;
  height: 14px;
  border: 1px solid var(--Gray-Mid);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 2px;
}
.list li .info .cycle-text li.return::before {
  content: "1";
}
.list li .info .cycle-text li:last-child::after {
  display: none;
}
.list.vertical li h2,
.list.horizon li h2 {
  font-size: 1.3em;
}
.list.horizon li h4 {
  font-weight: normal;
}
.list .infos h5 {
  margin-bottom: 10px;
  font-weight: normal;
}
.list.horizon.facilities {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 0;
  gap: 30px;
}
.section.insert-full.scrollable {
  padding: 0;
}
.list.horizon.facilities li {
  width: calc(50% - 15px);
  border: 0;
  padding: 0;
}
.list.horizon.facilities li::after {
  display: none;
}
.list.horizon.facilities li .thumb {
  width: 240px;
  height: 160px;
}
.list.horizon.facilities li:nth-child(even) .infos .info {
  padding-right: 0;
}

.section .list.horizon.facilities li p {
  padding-right: 0;
  line-height: 1.4;
}
.list.horizon .thumb + .infos {
  margin-left: var(--padding);
}
.list.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.circle li h4.category {
  margin-bottom: 0;
}
.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.horizon {
  margin-top: 30px;
}
.list li .price dl dt {
  color: var(--Gray-Light);
  font-weight: bold;
  font-size: 0.9em;
}
.list li .price dl dd {
  font-size: 1.3em;
  font-weight: 300;
  margin-top: 4px;
  font-family: "Pretendard";
  letter-spacing: 0;
}
.list.circle li dl.price {
  justify-content: center;
  margin-top: 15px;
  margin-bottom: 38px;
}
.list li .price dt {
  font-weight: normal;
  margin-right: 5px;
  color: var(--Gray-Dark);
}
.list li .price dd {
  font-weight: bold;
  color: var(--Main-color);
  text-align: left;
  flex-grow: 0;
}
.list li .price dd + dt {
  margin-left: 20px;
}
.list.vertical li.full {
  width: 100%;
}
.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 {
  padding: 12px 0;

  position: relative;
  cursor: pointer;
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 0;
  width: 100%;
}
.list.horizon li .thumb {
  width: 140px;
  height: 140px;
  border-radius: 6px;
  background-position: center;
  background-size: cover;
  flex-shrink: 0;
  position: relative;
}
.list.horizon li .thumb.wide {
  width: 180px;
}
.list.horizon li .thumb + .info {
  margin-left: var(--padding);
}
.list.horizon li .info {
  padding-right: var(--padding);
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.list.horizon li .info .feat {
  display: flex;
  color: var(--Gray-Mid);
  flex-wrap: wrap;
  gap: 4px;
}
.list.horizon li .info .feat > li {
  width: calc(50% - 2px);
}
#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-Mid);
}
.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: 6px 10px;
  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 .split ul.demical li {
  width: 100%;
}
.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;
  color: var(--Gray-Mid);
  padding-left: var(--padding);
}
ul.demical li::before {
  counter-increment: demi;
  content: counter(demi, decimal-leading-zero) ".";
  color: var(--Gray-Dark);
  margin-left: calc(var(--padding) * -1);
  position: absolute;
  top: 2px;
}
.section > h3 + p,
.section .head > 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: -40px;
  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: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;
}
.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;
}
.footer .in .slogo {
  position: absolute;
  right: 0;
  bottom: 0;
}
.facility {
  overflow: hidden;
  overscroll-behavior: none;
  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;
  overscroll-behavior: none;
}
.map-area .map-img {
  height: 100%;
  background-size: cover;
  background-position: center;
}
#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 .head {
  line-height: 1.7;
}
.section .head h3 img {
  height: var(--padding);
  width: auto;
  vertical-align: text-top;
  margin-left: 5px;
}
#map .section .head h3 span,
.section.notice .head h3 span {
  font-weight: normal;
}
#map .section .head h4,
.section.notice .head h4 {
  font-weight: normal;
}
#map .head + .list.horizon,
.section.notice .head + .list.horizon {
  margin-top: 40px;
}
.list.horizon.single {
  border-top: 0;
}
.list.horizon.single::before {
  content: "";
  display: block;
  border-bottom: 1px solid var(--Gray-Border);
  transform-origin: left bottom;
  width: 100%;
  bottom: 0;
  left: 0;
}
.list.horizon.single > li {
  padding: 24px 0;
}
.list.horizon.single > li::after {
  content: "";
  display: block;
  border-bottom: 1px solid var(--Gray-Border);
  transform-origin: left bottom;
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
}
.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;
  overscroll-behavior: none;
  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;
  overflow: hidden;
  overscroll-behavior: none;
  touch-action: none;
  -ms-touch-action: none;
}
.sub .contents .article .tabs {
  margin: 10px auto 30px;
  width: var(--Width);
  background-color: #fff;
  transition: 0s;
}
.sub .contents .article .tabs.select-tab {
  align-items: center;
  gap: 10px;
  margin-bottom: 0;
  margin-top: 0;
  z-index: 10;
}
.scrolled .contents .article .tabs.select-tab {
}
.sub .contents .article .tabs.select-tab .loc {
  color: var(--Gray-Mid);
  flex-grow: 1;
  text-align: right;
}
.selectbox {
  overflow: visible;
  transition: 0.3s;
  padding-bottom: 12px;
}
.selectbox .selector {
  padding: 12px 12px 12px 16px;
  border: 1px solid var(--Gray-Border);
  border-radius: 6px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.selectbox .selector::after {
  content: "\e941";
  font-family: "xeicon";
  margin-left: 20px;
  display: inline-block;
  transition: 0.3s;
}
.selectbox .selector.on {
  border-color: var(--Gray-Dark);
  box-shadow: 0 8px 12px rgba(0, 0, 0, 0.15);
}
.selectbox .selector.on::after {
  transform: rotate(180deg);
}
.selectbox ul li + li {
  border-top: 1px solid var(--Gray-Border);
}
.selectbox ul li {
  padding: 12px 16px;
  background-color: #fff;
  cursor: pointer;
  transition: 0.2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.selectbox ul li:hover {
  background-color: var(--Main-color);
  color: #fff;
}
.selectbox ul {
  display: none;
  margin-top: 10px;
  position: absolute;
  z-index: 40;
  overflow: hidden;
  border-radius: 6px;
  box-shadow: 0 8px 12px rgba(0, 0, 0, 0.15);
  border: 1px solid var(--Gray-Border);
}
.scrolled .has-tab .article {
  height: 50px;
}
.scrolled .contents .article .tabs {
  position: fixed;
  background-color: #fff;
  top: var(--Top-h);
  z-index: 10;
  margin: 0 auto 0;
  left: 0;
  right: 0;
  overflow: visible;
  align-items: flex-start;
}
.scrolled .contents .article .tabs::after {
  content: "";
  border-bottom: 1px solid var(--Gray-Dark);
  display: block;
  position: absolute;
  width: 200%;
  left: -50%;
  bottom: 0;
}
.scrolled .contents .article .tabs a {
  font-size: 1.2em;
  padding-top: 8px;
}
.scrolled .contents .article .tabs a.active {
  color: var(--Main-color);
  font-weight: bold;
}
.scrolled .contents .article .tabs a.active::after {
  margin-top: 12px;
  border-top-width: 4px;
  border-color: var(--Main-color);
  opacity: 1;
}
.scrolled .contents .article .tabs::before {
  content: "";
  position: absolute;
  height: 100%;
  display: block;
  left: -50%;
  width: 200%;
  background-color: #fff;
  z-index: -1;
}
.sub .contents .article .header {
  margin: 40px auto;
  width: var(--Width);
}
.sub .contents .article .tabs + .header {
  display: none;
}
.sub .contents .article .header h1 {
  font-size: 32px;
  width: 65%;
}
.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 {
  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: 4px;
  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;
  padding-bottom: 80px;
}
/* .sub .images + .detail {
	margin-top: 40px;
} */
.sub .detail .detail-contents .pay-overview {
  margin-bottom: 60px;
}
.sub .detail .detail-contents .item + .item {
  margin-top: 30px;
}
.sub .detail .detail-contents .item {
  display: flex;
  padding: var(--padding);
  border-radius: 10px;
  box-shadow: 0 20px 20px rgba(0, 0, 0, 0.1);
  border: 1px solid var(--Gray-Border);
  align-items: center;
  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;
  overscroll-behavior: none;
  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,
.sub .detail .detail-contents .item .qr {
  flex-grow: 0;
  flex-shrink: 0;
  width: 170px;
  height: 170px;
  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 {
  font-size: 1.6em;
  line-height: 1.2;
}
.sub .detail .detail-contents .item .infos h3.sub {
  font-size: 1.2em;
}
.sub .detail .detail-contents .item .infos p {
  color: var(--Gray-Mid);
}
.sub .detail .detail-contents .item .infos p.notice {
  color: var(--Gray-Dark);
}
.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;
}
.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;
  overscroll-behavior: none;
  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;
  overscroll-behavior: none;
  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;
  overscroll-behavior: none;
  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;
}
.reserv-ui .option li:first-of-type::before {
  display: none;
}
.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 .paging {
  padding-bottom: 0;
}
.sub .detail .detail-contents .sect.sight .map {
  transform-origin: left top;
  transform: scale(0.85);
  width: 1024px;
}
.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,
.sub .detail .detail-contents .item .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,
.sub .detail .detail-contents .item .print img {
  margin-bottom: 5px;
}
.sub .detail .detail-contents .sect .noti .print:hover,
.sub .detail .detail-contents .item .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 h1.light {
  font-weight: 200;
}
.sub .detail .detail-contents .sect.sect.shop-info h3 {
  padding-bottom: 0;
}
.sect p {
  color: var(--Gray-Mid);
  line-height: 1.5;
  font-size: 0.9em;
}
.sect table p {
  font-size: 1em;
}
.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;
  overscroll-behavior: none;
  clip-path: inset(0% 0% 0% 0% round 10px);
}
.sub .detail .detail-contents .sect .map-picker .map {
  pointer-events: none;
}
.sub .detail .detail-contents .sect.sight {
  margin-top: -40px;
}
.sub .detail .detail-contents .sect .map-picker .option.color-var {
  margin-top: -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: 0;
}
.sub .detail .detail-contents .sect.shop-info {
  line-height: 1.4;
}
.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;
  overscroll-behavior: none;
}
.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);
  -webkit-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.4s;
}
.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.4s;
}
.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.4s;
}
.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;
  overscroll-behavior: none;
}
.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-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.4s;
}
.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;
  overscroll-behavior: none;
  clear: both;
  line-height: 18px;
  color: var(--Gray-Dark);
  cursor: pointer;
  transition: 0.4s;
}
.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%;
  color: #fff;
  font-size: 0.8em;
  margin-right: 4px;
  vertical-align: middle;
  float: left;
}
.option.color-var p span {
  float: none;
  display: inline-block;
  width: 12px;
  height: 12px;
}
div.max {
  width: 100% !important;
}
.calendar .pignose-calendar-unit-disabled .district {
  display: none;
  flex-shrink: 0;
}
.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);
}

.color-var p.sect01 {
  color: var(--Type1);
}
.color-var p.sect03 {
  color: var(--Type3);
}
.color-var p.sect02 {
  color: var(--Type2);
}
.color-var p.sect04 {
  color: var(--Type4);
}
.color-var p.sect05 {
  color: var(--Type5);
}
.color-var p.sect06 {
  color: var(--Type6);
}
.color-var p.rent {
  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,
.seat-pick-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,
.huge-widget.bus-seats {
  opacity: 1;
  transition: 0.1s;
}
.huge-widget.map-district .ui-widget,
.huge-widget.bus-seats .ui-widget {
  transition: 0.1s;
}
.date-time-pick-mode,
.huge-widget-mode,
.date-range-pick-mode,
.seat-pick-mode {
  overflow: hidden;
  overscroll-behavior: none;
}
.date-time-pick-mode .floating,
.huge-widget-mode .floating,
.date-range-pick-mode .floating,
.seat-pick-mode .floating {
  display: none;
}
.local .floating {
  top: 920px;
}
.cal-huge-full,
.huge-widget {
  position: fixed;
  height: 100%;
  right: -100%;
  top: 0;
  z-index: 200;
  overflow: hidden;
  overscroll-behavior: none;
  transition: 0.3s;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 10px;
}
.huge-widget .ui-widget .header {
  margin: 30px;
  margin-bottom: 0;
}

.huge-widget.bus-seats .ui-widget {
  width: var(--Width);
}
.huge-widget.bus-seats .ui-widget .bus-frame {
  border: 1px solid var(--Gray-Border);
  border-radius: 20px;
  margin: 20px;
  --gap: 20px;
  display: flex;
  overflow-y: auto;
  flex-grow: 1;

  /* box-shadow: 0px 6px 16px rgba(0, 0, 0, 0.1); */
  background-color: var(--Gray-Pale);
}
.huge-widget.bus-seats .ui-widget .bus-frame .front {
  justify-content: space-between;
  display: flex;
  flex-direction: column;
  padding: 20px;
}
.huge-widget.bus-seats .ui-widget .bus-frame .front li {
  writing-mode: vertical-lr;
  text-align: center;
  line-height: 1;
  display: flex;
  gap: 5px;
  align-items: center;
}
.huge-widget.bus-seats .ui-widget .bus-frame .seat-batch {
  display: flex;
  flex-direction: column;
  width: 100%;
  overflow: hidden;
  overscroll-behavior: none;
  gap: var(--gap);
  padding: 20px;
}
.huge-widget.bus-seats .ui-widget .bus-frame .seat-batch > ul {
  --row: 9;
  display: flex;
  width: 100%;
  gap: var(--gap);
  position: relative;
}
.huge-widget.bus-seats .ui-widget .bus-frame .seat-batch > ul li {
  width: calc(100% / var(--row));
  height: 60px;
  position: relative;
  font-size: 1.3em;
  font-weight: bold;
}

.huge-widget.bus-seats .ui-widget .bus-frame .seat-batch > ul li.none {
  background: none;
  box-shadow: none;
}
.huge-widget.bus-seats .ui-widget .bus-frame .seat-batch > ul li a {
  position: absolute;
  width: 100%;
  height: 100%;
  border: 1px solid var(--Gray-Dark);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 3px 3px 12px rgba(0, 0, 0, 0.1);
  transition: 0.3s;
  border-radius: 6px;
  background-color: #fff;
}
.huge-widget.bus-seats .ui-widget .bus-frame .seat-batch > ul li a.disabled {
  background-color: transparent;
  color: var(--Gray-Light);
  border: 2px dotted var(--Gray-Border);
  pointer-events: none;
  cursor: not-allowed;
  box-shadow: none;
}
.huge-widget.bus-seats .ui-widget .bus-frame .seat-batch > ul li a.checked,
.huge-widget.bus-seats .ui-widget .bus-frame .seat-batch > ul li a.on {
  background-color: var(--Main-color);
  color: #fff;
  border-color: var(--Main-color);
}
.map,
.map-area {
  transform-origin: left top;
}
.map-picker,
.map-area,
.map {
  background: no-repeat center/cover;
}
.local .map-area {
  height: 600px;
  overflow: hidden;
}
.img-full.map-picker .map-area {
  transform: initial;
}
.img-full.map-picker .map-area .map img {
  max-width: 100%;
}
.map .tint {
  opacity: 0;
}
.map-picker {
  position: relative;
}
.huge-widget .btns {
  margin-top: 0;
}
.huge-widget.map-district .option.color-var {
  text-align: center;
  display: flex;
  justify-content: center;
  bottom: 10px;
  right: 10px;
  margin: 0;
  font-size: 0.7em;
  background-color: #fff;
  padding: 10px;
  border-radius: 5px;
}
.huge-widget .option.color-var {
  margin: 20px;
}
.huge-widget.bus-seats .option.color-var {
  margin: 0;
  margin-top: 20px;
  margin-left: 30px;
  justify-content: flex-start;
}
.huge-widget.bus-seats .option.color-var .legend {
  justify-content: flex-start;
  font-size: 1rem;
}

.cal-huge-full .mask,
.huge-widget .mask {
  background-color: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(20px);
  -webkit-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.4s;
  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,
.huge-widget .ui-widget .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;
  pointer-events: all;
}
.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:last-of-type {
  margin-top: 5px;
  color: var(--Main-color);
}
.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 !important;
}
.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;
  overscroll-behavior: none;
}
.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: 26px;
  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;
  overscroll-behavior: none;
  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 {
  z-index: 2;
  background-color: var(--Gray-Pale);
}
.sub .detail .reserv-ui dd .selection.static {
  position: static;
  opacity: 1;
  display: block;
  width: auto;
  left: auto;
  right: auto;
  top: auto;
  bottom: auto;
  visibility: visible;
  border: 0;
}
.sub .detail .reserv-ui .selecting .selection.static {
  background-color: transparent;
  box-shadow: none;
}
.sub .detail .reserv-ui dd .selection.static li {
  padding: 0 var(--padding);
}
.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;
  border: 2px solid var(--Main-color);
  border-radius: 6px;
  width: 100%;
  color: var(--Main-color);
  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: -360px;
  top: 0;
  width: 340px;
}
.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;
  justify-content: space-between;
}
.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 .item-name {
  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;
  background-color: #fff;
  border: 1px solid var(--Gray-Border);
}
.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: 16px;
}
/* .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;
  gap: 10px;
}

.scrolled.ui-fix .sub .detail .reserv-ui {
  position: fixed;
  top: calc(var(--Top-h) + 20px);
  right: calc(50% - 600px);
  background-color: #fff;
}
.has-tab .floating {
  top: 600px;
}
.scrolled .sub.has-tab .floating {
  top: 570px;
}
.scrolled.ui-fix .sub.has-tab .detail .reserv-ui,
.scrolled.ui-fix .sub.has-tab .floating {
  top: calc(var(--Top-h) + 60px) !important;
}
.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: auto;
  padding: 0;
  border-radius: 10px;
  overflow: hidden;
  overscroll-behavior: none;
  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;
  overscroll-behavior: none;
  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);
  width: 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);
}
.visual .ui-datepicker .ui-datepicker-title {
  color: #fff;
}
.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 {
}
.modal {
  position: fixed;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 200;
  flex-direction: column;
  overflow: hidden;
  overscroll-behavior: none;
  height: 0;
  top: 0;
  left: 0;
  z-index: 50;
}
.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;
  overscroll-behavior: none;
  border-radius: 20px;
  transition: 0.4s;
  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: 0;
  max-height: calc(100% - 70px);
}
.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;
  overscroll-behavior: none;
  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;
  overscroll-behavior: none;
}
.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;
  overscroll-behavior: none;
}
.modal-on .modal.on {
  height: 100%;
}
.modal-on .modal .dimed {
  opacity: 1;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
}
.modal-on .modal.login .dimed {
  opacity: 1;
  background-color: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(20px);
  -webkit-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: 630px;
  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(../images/img/online-cert.svg);
}
.floating .online-cert.ok .icon,
.floating.online-cert.ok .icon {
  background-image: url(../../images/img/online-cert-ok.svg);
}
.floating .online-cert.expire .icon,
.floating.online-cert.expire .icon {
  background-image: url(../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;
}
.static .floating {
  top: 680px;
}

.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;
  overscroll-behavior: none;
  position: relative;
}
.filebox input[type="file"] {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  overscroll-behavior: none;
  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;
}




.modal .modal-popup .popup-content li table td .slist li{padding:0px}
.modal .modal-popup .popup-content td > ul.slist > li:before {
    content: '-';
    position: absolute;
    top: 0px;
    left: 0px;
}






.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;
}
.swiper-container.images + .section {
  padding-top: var(--padding);
}
@keyframes new_blink {
  0% {
    color: #fff;
  }
  50% {
    color: var(--Red-color);
  }
  100% {
    color: #fff;
  }
}
.section .head + .sub-sect {
  margin-top: 10px;
}
.static .sub-sect {
  display: flex;
  flex-direction: column;
  gap: 60px;
}
.sub-sect h3 {
  margin-bottom: 12px;
  font-size: 1.3em;
}
.sub-sect h3 + table {
  margin-top: 20px;
}
.sub-sect table td,
.sub-sect table th {
  padding-top: 18px;
  padding-bottom: 18px;
  padding-right: 18px;
  border-color: var(--Gray-Border);
}
.sub-sect table td:last-child {
  padding-right: 0;
}
.sub-sect table td {
  color: var(--Gray-Mid);
}
.sub-sect table td.bk {
  color: var(--Gray-Dark);
}
.sub-sect + .sub-sect {
  margin-top: 60px;
}
.sub-sect.split {
  display: flex;
  flex-direction: row;
}
.sub-sect.split > div {
  width: 50%;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.section .overview .subscript {
  width: 100%;
}
.static .section .head {
  margin-bottom: 16px;
}
#map .section .head h3,
.section.notice .head h3 {
  font-weight: normal;
}
.static .section .head h2 + h4 {
}

.contactus {
  border-top: 1px solid var(--Gray-Border);
}
.contactus .sub-sect h3 {
}
.contactus .section + .map-area {
  margin-top: 60px;
  margin-bottom: -80px;
}
.sub.static .contents .images .swiper-slide {
  height: 500px;
}
.sub.static {
  overflow: hidden;
  overscroll-behavior: none;
}
h3 + .route {
  padding-top: 10px;
}
p + .route {
  margin-top: 30px;
}

.route .route-map {
  display: flex;
  flex-direction: column;
}
.route .route-map ul {
  display: flex;
  position: relative;
  justify-content: space-between;
  align-items: flex-end;
  align-content: space-between;
  flex-grow: 1;
  flex-wrap: wrap;
}

.route .route-map ul + ul {
  align-items: flex-start;
}

.route .route-map.cycle ul + ul {
  flex-direction: row-reverse;
  padding-top: 60px;
}
.route .route-map.cycle ul + ul li {
  flex-direction: column-reverse;
}
.route .route-map.cycle ul + ul li p {
  flex-grow: 1;
}
.route .route-map ul li {
  width: 150px;
  position: relative;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 10px;
  justify-content: space-between;
  align-items: flex-start;
  align-content: baseline;
}
.route .route-map ul li p {
  width: 100%;
  flex-grow: 1;
}
.route .time-table table caption {
  font-size: 0;
}
.route .route-map ul li .dot {
  position: relative;
  margin: auto;
  width: 100%;
}
.route .route-map ul li .dot > div {
  width: 24px;
  height: 24px;
  margin: auto;
  line-height: 1;
  background-color: #fff;
  border-radius: 50%;
  border: 2px solid var(--Gray-Dark);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 3;
}
.route .route-map ul li .dot i {
  z-index: 2;
  font-size: 0.8em;
  display: inline-block;
  line-height: 1;
  font-weight: bold;
}
/* .route .route-map ul + ul li:first-child .dot i {
	transform: rotate(45deg);
} */
.route .route-map ul + ul li .dot i {
  transform: rotate(180deg);
}
.route .route-map ul li.transfer .dot i {
  color: var(--Main-color);
}
.route .route-map ul li.transfer .dot > div:after {
  content: "환승";
  display: block;
  font-size: 0.7em;
  position: absolute;
  font-weight: bold;
  bottom: -20px;
  text-align: center;
  color: var(--Main-color);
}
.route .route-map ul + ul li.transfer .dot > div:after {
  top: -20px;
  bottom: initial;
}
.route .route-map ul li .dot .point {
  width: 16px;
  height: 16px;
  margin: auto;
  background-color: #fff;
  border-radius: 50%;
  border: 4px solid var(--Gray-Dark);
  position: relative;
  z-index: 2;
}
.route .route-map ul li .infos {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin: auto;
}
.route .route-map ul li .photo {
  background: no-repeat center/cover;
  width: 90px;
  height: 90px;
  margin: auto;
  border-radius: 50%;
  flex-shrink: 0;
  flex-grow: 0;
}

.route .route-map ul li.transfer .dot > div {
  border-color: var(--Main-color);
}

.route .route-map ul li p {
  color: var(--Gray-Dark);
}

.route .route-map ul::after {
  content: "";
  border-top: 4px dotted var(--Gray-Lighter);
  width: 100%;
  display: block;
  position: absolute;
  bottom: 10px;
  z-index: -1;
}
.route .route-map.cycle ul + ul li:first-child:before {
  content: "";
  border: 4px dotted var(--Gray-Lighter);
  border-left: 0;
  width: 30px;
  border-radius: 0 50px 50px 0;
  height: 72px;
  display: block;
  position: absolute;
  left: 50%;
  top: -72px;
  z-index: 1;
}
.route .route-map.cycle ul + ul::after {
  top: 70px;
}
.route .route-map ul + ul li:first-child .dot::before {
  right: 0;
  left: auto;
}
.route .route-map ul + ul li:last-child .dot::after {
  left: 0;
  right: auto;
}
.route .route-map ul li:first-child .dot::before,
.route .route-map ul li:last-child .dot::after {
  content: "";
  height: 100%;
  width: 50%;
  position: absolute;
  background-color: #fff;
  display: block;
  z-index: 0;
  top: 0;
}
.route .route-map ul li:first-child .dot::before {
  left: 0;
}
.route .route-map ul li:last-child .dot::after {
  right: 0;
}
.route .time-table {
  margin-top: 30px;
  border: 1px solid var(--Gray-Border);
  border-radius: 6px;
  overflow: hidden;
  overscroll-behavior: none;
}
.route .time-table table td,
.route .time-table table th {
  padding: 15px;
  font-size: 0.85em;
  line-height: 1.3;
  vertical-align: middle;
  text-align: center;
}
.route .time-table table th {
  border: 0;
}
.route .time-table table thead th,
.route .time-table table {
  border: 0;
}
.route .time-table table th.row {
  background-color: var(--Gray-Pale);
  text-align: left;
  border-right: 1px solid var(--Gray-Border);
}
.route .time-table table th,
.route .time-table table td {
  border-bottom: 0;
  border-top: 1px solid var(--Gray-Border);
}
.route .time-table table td {
  color: var(--Gray-Mid);
}
.route .time-table table th span.loc {
  display: block;
  font-weight: normal;
  font-size: 0.9em;
  color: var(--Gray-Mid);
}
.sect .sect-sub + .sect-sub {
  margin-top: 60px;
}
.sect-sub h3 + h5 {
  margin-top: -5px;
}
.sect-sub h5 {
  font-weight: normal;
  line-height: 1.5;
}
.sect-sub h5:last-of-type {
  margin-bottom: 20px;
}
.sect-sub h5 + .route {
  padding-top: 10px;
}
body.zoomed {
  height: 100%;
  overflow: hidden;
  width: 100%;
  position: relative;
  z-index: -1;
}
