@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: #b8bbc1;
  --Gray-Mid: #6f737a;
  --Gray-Dark: #252d3a;
  --Black: #000;
  --Yellow: #fdd000;
  --Orange: #ff7900;
  --Sale: #fe5f57;
  --Red-color: #fe5f57;
  --Green-color: #009944;
  --Main-color: #036eb8;
  --main-color: #036eb8;
  --Main-light: #00e390;
  --Main-deep: #006f46;
  --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: 60px;
  --Font-size: 14px;
  --Top-h: 80px;
  --Map-color: #f6f7f9;
  --Won: '₩';
  --Input-h: 60px;
  --Input-rect: 20px;
  --color-size: calc(100% / 12);
  --safe-top: env(safe-area-inset-top);
  --safe-bottom: env(safe-area-inset-bottom);
}
/*공통*/
* {
  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: 1em;
}
*::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 15px;
  border-radius: 6px;
  width: 100%;
  font-size: 1em;
}
h1 {
  font-size: 3em;
}
h2 {
  font-size: 2em;
}
h3 {
  font-size: 1.5em;
}
h4 {
  font-size: 1.15em;
}
h5 {
  font-size: 1em;
}
h6 {
  font-size: 0.9em;
}
: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(--Main-color);
  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.able {
  color: var(--Main-color);
}
.color-var p.selected span {
  background-color: var(--Main-color);
}
.color-var p.selected {
  color: var(--Main-color);
}
.color-var p.reserved span {
  border: 2px dotted var(--Gray-Dark);
}
.color-var p.reserved {
}
.color-var p.using span {
  background-color: var(--Blue);
}
.color-var p.regular span {
  background-color: var(--Main);
}
.color-var p.outdate span {
  background-color: var(--Red-color);
}
.color-var.font p {
  font-weight: bold;
}
.color-var.font p.regular {
  color: var(--Main);
}
.color-var.font p.able {
  color: #000;
}
.color-var.font p.warn {
  color: orange;
}
.color-var.font p.unable {
  color: var(--Gray-Light);
}
.color-var.font p.using {
  color: var(--Blue);
}
.color-var.font p.outdate {
  color: var(--Red-color);
}
select {
  padding: 0 30px 0 15px;
  -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%;
  font-size: 1em;
  color: inherit;
}
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 var(--padding) 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: 20px 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);
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
  margin-top: -10px;
}
.tabs::-webkit-scrollbar {
  display: none;
}
.tabs a {
  font-size: 1.5em;
  font-weight: bold;
  color: var(--Gray-Light);
  margin-right: 30px;
  position: relative;
  transition: 0.2s;
  padding-top: 10px;
  height: var(--Tab-h);
}
.tabs a:hover {
  color: var(--Gray-Dark);
}
.tabs a.active {
  color: var(--Gray-Dark);
}
.tabs a::after {
  content: '';
  border-top: 8px 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%;
}
.sub {
  --Tab-h: 60px;
}
.sub .contents .article .tabs {
  margin: auto;
  width: var(--Width);
  background-color: #fff;
  transition: 0s;
  position: fixed;
  left: 0;
  right: 0;
  z-index: 20;
  height: var(--Tab-h);
  top: var(--Top-h);
}
.scrolled .sub {
  --Tab-h: 50px;
}
.sub .contents .article .tabs.select-tab {
  align-items: center;
  gap: 10px;
  margin-bottom: 0;
  margin-top: 0;
  z-index: 10;
}
.sub .contents .article .tabs.select-tab .loc {
  color: var(--Gray-Mid);
  flex-grow: 1;
  text-align: right;
}
.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;
  --Tab-h: 50px;
}
.scrolled .contents .article .tabs a {
  font-size: 1.2em;
  padding-top: 8px;
  padding-bottom: 0;
}
.scrolled .contents .article .tabs a.active {
  color: var(--Main-color);
  font-weight: bold;
}
.scrolled a.active::after {
  position: absolute;
  bottom: 0;
  left: 0;
  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;
}
/* 폴딩 */
.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;
  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 .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 {
  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 {
  top: calc(var(--Top-h) + var(--Tab-h));
}
.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);
  }
}

.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-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 .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 {
  position: relative;
}
.map-area .root_daum_roughmap .wrap_map {
  height: 500px;
}
.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;
  display: flex;
  flex-direction: column;
  min-height: 100%;
}
.wrap .contents {
  flex-grow: 1;
}
.error.wrap {
  top: 0;
}
.wrap.login .contents .login-wrap {
  background-color: var(--Gray-Pale);
  display: flex;
  align-items: center;
  justify-content: center;
  height: calc(100% - var(--Top-h));
  width: 100%;
  position: absolute;
}
.wrap.login .contents .login-wrap .login-form {
  display: flex;
  gap: 10px;
  flex-direction: column;
  background-color: #fff;
  border-radius: 20px;
  padding: 30px;
  width: 440px;
}
.wrap .contents .login-wrap .login-form .head {
  margin-bottom: 14px;
}
.wrap .contents .login-wrap .login-form h1 {
  font-size: 2em;
  margin-bottom: 10px;
}
.wrap .contents .login-wrap .login-form p {
  font-size: 0.9em;
  color: var(--Gray-Mid);
}
.wrap .contents .login-wrap .login-form p + p {
  margin-top: 5px;
}
.wrap .contents .login-wrap .login-form .form {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.wrap .contents .login-wrap .login-form .inputs {
  display: flex;
  flex-wrap: nowrap;
  gap: 5px;
}
.wrap .contents .login-wrap .login-form .inputs a {
  height: var(--Input-h);
  background-color: var(--Gray-Light);
  color: #fff;
  font-weight: bold;
  font-size: 0.9em;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0 10px;
}
.wrap .contents .login-wrap .login-form .btn {
  background: var(--Main-gra);
  border-radius: 6px;
  font-size: 1em;
  height: var(--Input-h);
  line-height: var(--Input-h);
  padding: 0 !important;
}
/* 본문 */
.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;
  border-color: 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: 1px solid var(--Gray-Border);
  margin: -1px;
}
.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: 550px;
}
.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;
}
ul.notification li p .red {
  color: var(--Red-color);
}
.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 p .bk,
.sect p .bk {
  color: var(--Gray-Dark);
}
.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: flex;
  height: 42px;
  align-items: center;
  justify-content: center;
  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;
  gap: 4px;
}
.btn.gray {
  background-color: var(--Gray-Light);
}
.btn:hover {
  background-color: var(--Main-color);
}
.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;
}
.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;
}
#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);
  margin-top: 0;
}
#rent .list h4,
#rent .list h2 {
  font-weight: bold;
}
#rent .list h4 {
  font-size: 1.3em;
}
#rent .list h4.category {
  font-size: 1em;
}
#rent .list .info .head + .list .info {
  flex-grow: 1;
}
.list .info .head + .list li {
  margin-bottom: 40px;
  border-bottom: none;
  padding: 0;
}
#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;
}
.sub.my .detail .detail-contents .sect.schedule {
  margin-top: var(--padding);
}
.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::after {
  content: '';
  border-bottom: 1px solid var(--Gray-Dark);
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  transform-origin: left bottom;
  transform: scaleY(0.5);
  opacity: 0.3;
}

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

.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;
}
.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;
}
.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;
}
.sect:first-of-type.schedule {
  margin-top: 0;
}
.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 {
  display: none;
}
.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;
}
#map .section .head {
    margin: 50px 0px;
}
.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;
}
.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;
}
.wrap.sub.has-tab .contents {
  padding-top: calc(var(--Top-h) + 60px);
}
.sub .contents .article .header {
  margin: 40px auto;
  width: var(--Width);
}
.wrap.sub.has-tab .contents {
  padding-top: calc(var(--Top-h) + var(--Tab-h));
}
.sub .contents .article .tabs + .header {
  display: none;
}
.sub.my .contents .article .tabs + .header {
  display: block;
  margin: 20px auto;
}
.sub .contents .article .header h1 {
  font-size: 32px;
  width: 65%;
}
.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;
}
.images .swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet {
  background: #fff;
  opacity: 0.4;
}
.images .swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet-active {
  background: var(--Main-color);
  opacity: 1;
}
.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: 20px 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 .detail.full {
  flex-direction: column;
}
.sub .images + .detail.full {
  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 div + .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 .option + .sub-detail {
  margin-top: 40px;
}
.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 .sub-detail {
}
.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;
}
.sect .option li p {
  flex-grow: 0;
}
.option li .price-area dl.price {
  display: flex;
}
.option li dl.price {
  flex-grow: 1;
  justify-content: flex-end;
}
.option li dl.price dd {
  flex-grow: 0;
  position: relative;
}
.option li dl.price.sale dd {
  color: var(--Sale);
  font-weight: bold;
  position: relative;
}
.option li dl.price dd .before {
  color: var(--Gray-Light);
  text-decoration: line-through;
  font-size: 0.85em;
  text-align: center;
  position: absolute;
  font-weight: normal;
  top: 100%;
  left: 0;
}
.option li dl.price.sale dd::after {
  content: '\e905';
  margin-right: 3px;
  font-family: xeicon;
}
.option li p span + span {
  margin-left: 10px;
}
.option li::after,
.overview-mm tr::after {
  content: '';
  border-bottom: 1px solid var(--Gray-Dark);
  width: 100%;
  transform-origin: left bottom;
  transform: scaleY(0.3);
  opacity: 0.3;
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
}
.overview-mm tr {
  position: relative;
}
.option li:first-of-type::before {
  content: '';
  border-bottom: 1px solid var(--Gray-Dark);
  width: 100%;
  transform-origin: left bottom;
  transform: scaleY(0.5);
  opacity: 0.3;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
.sub .detail .detail-contents .overview p.ext {
  font-size: 0.8em;
  font-weight: normal;
}
.sub .detail .detail-contents .overview.small {
  height: auto;
}
.sub .detail .detail-contents .overview.small p {
  color: var(--Main-color);
  font-size: 1.5em;
}
.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);
}
.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;
}
.sect {
  margin-bottom: 100px;
}
.sect .head {
  margin-top: 10px;
}
.notice-area + .sect .head {
  margin-top: 0;
}
.sect.search-bar {
  margin-bottom: 0;
}
.sect .paging {
  padding-bottom: 0;
}
.sect.sight .map {
  transform-origin: left top;
  transform: scale(0.85);
  width: 1024px;
}
.sect .form dt {
  font-weight: bold;
  margin-bottom: 10px;
}
.sect .form .guidance.split {
  display: flex;
  margin-top: var(--padding);
  justify-content: space-between;
}
.sect .form .guidance.split > div {
  width: 42%;
}
.sect .form .guidance.split > div h5 {
  margin-bottom: 10px;
}
.sect .form .guidance.split > div p {
  font-size: 0.88em;
}
.sect .form .guidance.split > div .btn {
  margin-top: 20px;
}
.sect .form dd + dt {
  margin-top: var(--padding);
}
.sect .noti {
  font-size: 1em;
  margin-top: 20px;
}
.sect .noti.with-btn {
  display: flex;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 30px;
}
.sect .noti.with-btn p {
  color: var(--Gray-Dark);
  font-size: 1em;
}
.sect .noti.with-btn .qr {
  margin-right: 20px;
}
.sect .noti.with-btn .qr img {
  height: 100px;
}
.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;
}
.sect .noti .print img,
.sub .detail .detail-contents .item .print img {
  margin-bottom: 5px;
}
.sect .noti .print:hover,
.sub .detail .detail-contents .item .print:hover {
  background-color: var(--Gray-Lighter);
}
.sect .noti .p {
  flex-grow: 1;
}
.sect .noti p {
  padding-left: 12px;
  position: relative;
}
.sect .noti p::before {
  content: '•';
  position: absolute;
  opacity: 0.5;
  left: 0;
}
.sect h3 {
  padding-bottom: 10px;
}
.sect p + ul.notification {
  margin-top: 20px;
}
.sect h1.light {
  font-weight: 200;
}
.sect.sect.shop-info h3 {
  padding-bottom: 0;
}
.sect p {
  color: var(--Gray-Mid);
  line-height: 1.5;
}
.sect table p {
  font-size: 1em;
}
.sect .ul strong {
  font-size: 1.1em;
  margin-bottom: 5px;
  display: block;
}
.sect .split {
  display: flex;
  gap: 100px;
}
.sect .map {
  border-radius: 10px;
  overflow: hidden;
  overscroll-behavior: none;
  clip-path: inset(0% 0% 0% 0% round 10px);
}
.sect .map-picker .map {
  pointer-events: none;
}
.sect.sight {
  margin-top: -40px;
}
.sect .map-picker .option.color-var {
  margin-top: -10px;
}
.sect.shop-info h3 {
  margin-top: 30px;
}
.sect.shop-info h4 {
  font-weight: normal;
}
.sect.shop-info .introduction {
  margin-top: 15px;
}
.sect:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
}
.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;
} /* 에러 */
.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.1em;
  line-height: 1.6;
  color: var(--Gray-Mid);
  padding-bottom: 40px;
}
.board.view .attachment {
  background-color: var(--Gray-Pale);
}
.board.view .attachment li {
  display: flex;
  justify-content: space-between;
  font-size: 1.1em;
  border-top: 1px solid var(--Gray-Border);
  padding: 12px 15px;
}
.board.view .attachment li .btn {
  background-color: #fff;
  color: var(--Gray-Dark);
  border: 1px solid var(--Gray-Light);
  min-width: initial;
}
.board.view .attachment li .btn:hover {
  background-color: var(--Main-color);
  border-color: var(--Main-color);
  color: #fff;
}
.board.view .attachment li .file {
  display: flex;
  align-items: center;
}
.board.view .attachment li .file::before {
  content: '\ea7f';
  font-family: 'xeicon';
  transform: rotate(45deg);
  text-decoration: none;
  font-size: 1.2em;
}
.board.view .attachment li .btn::before {
  content: '\ea8b';
  font-family: 'xeicon';
  font-size: 1.2em;
}
.board.view .attachment li .file:hover {
  color: var(--Main-color);
}
.board.view .attachment.type2 {
  background: none;
  display: flex;
  gap: 20px;
  padding-bottom: 40px;
}
.board.view .attachment.type2 li {
  flex-direction: column;
  border: 1px solid var(--Gray-Border);
  border-radius: 10px;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
  padding: 0;
  overflow: hidden;
}
.board.view .attachment.type2 li:hover,
.board.view .attachment.type2 li:hover a {
  background-color: var(--Main-color) !important;
  color: #fff !important;
  border-color: var(--Main-color) !important;
}
.board.view .attachment.type2 li .file {
  flex-wrap: wrap;
  flex-direction: column;
  text-align: center;
  padding: var(--padding);
  justify-content: center;
  gap: 10px;
}
.board.view .attachment.type2 li .file::before {
  font-size: 2em;
}
.board.view .attachment.type2 li .btn {
  border: 0;
  border-top: 1px solid var(--Gray-Border);
  border-radius: 0;
  background-color: transparent;
}
.board.view .btn-area {
  border-top: 1px solid var(--Gray-Border);
  margin-bottom: 40px;
  padding-top: var(--padding);
  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;
  }
}
/*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;
}

.sect.notice-area {
  margin-top: 0;
  padding-top: 0;
  margin-bottom: 30px;
  position: relative;
  padding-top: 0;
}
.sub-detail .sect:first-of-type.notice-area {
  padding-top: 0;
}
.notice-area .swiper-pagination-fraction {
  position: absolute;
  top: var(--padding);
  right: 20px;
  left: initial;
  text-align: right;
  opacity: 0.5;
  font-size: 0.8em;
  height: auto;
  width: auto;
}
.notice-area li {
  border-radius: 8px;
  background-color: var(--Gray-Pale);
  padding: var(--padding);
}
.notice-area li h4 {
  margin-bottom: 10px;
  font-size: 1em;
}
.notice-area li h4::before {
  content: '\e9ab';
  margin-right: 5px;
  font-size: 1.2em;
  font-weight: normal;
  vertical-align: middle;
  margin-top: -2px;
  display: inline-block;
  font-family: 'xeicon';
}
.sect.notice-area p {
  padding-left: 0;
  font-size: 0.8em;
}
.notice-area li p::before {
  display: none;
}
.sect.notice-area li + li {
  margin-top: 10px;
}
.sect.notice-area li.swiper-slide + li.swiper-slide {
  margin-top: 0;
}
.sect.notice-area .swiper-wrapper {
  box-sizing: border-box;
}
.sect.notice-area li .red {
  color: var(--Red-color);
}
.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;
}
.sect.notice-area .swiper-nav .swiper-pagination-fraction {
  position: static;
  opacity: 1;
  gap: 2px;
  font-size: 0.7em;
}
.sect.notice-area .swiper-nav > div {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.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;
}
.swiper-container.images {
    overflow: visible;
    position: relative;
}

/* 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);
  margin-top: 3px;
}
.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;
}
.root_daum_roughmap .wrap_controllers.hide {
  display: none;
}
/*반응형*/
@media (max-width: 812px) {
  select {
    background-size: auto 8px;
    background-position: center right 8px;
  }
  html,
  :root {
    --Width: initial;
    --Top-h: 60px;
    --Input-h: 50px;
    --spector: 8px solid var(--Gray-Lightest);
  }
  h1 {
    font-size: 36px;
  }
  h2 {
    font-size: var(--padding);
  }
  h3 {
    font-size: 18px;
  }
  h4 {
    font-size: 16px;
  }
  h5 {
    font-size: 14px;
  }
  body,
  input {
    font-size: 14px;
  }
  .wrap {
    top: 0;
  }
  .visual {
    position: relative;
    height: auto;
  }
  .visual .swiper-slide {
    height: auto;
    min-height: 100vw;
  }
  table th,
  table td {
    padding: 15px 0;
    border-bottom: 0;
    position: relative;
  }
  table th::after,
  table td::after {
    content: '';
    display: block;
    border-bottom: 1px solid var(--Gray-Dark);
    transform-origin: left bottom;
    transform: scaleY(0.33);
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    opacity: 0.5;
  }
  table tbody th {
    padding-right: 15px;
  }
  .gnb {
    padding: 0 0 0 var(--padding);
  }
  .gnb .menu li.logo {
    flex-grow: 1;
    background-size: auto 30px;
  }
  .gnb .menu .menus .menu-n {
    display: block;
  }
  .gnb .coll {
    width: 50px;
    height: 50px;
    display: block;
    text-align: center;
    line-height: var(--Top-h);
    padding: 20px 15px;
    z-index: 2;
    position: relative;
    margin-top: -4px;
  }
  .gnb .coll:before {
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
    height: 12px;
    content: '';
    display: block;
  }
  .gnb .coll:after {
    content: '';
    display: block;
    position: absolute;
    width: 20px;
    height: 2px;
    top: calc(50% + 2px);
    background-color: #fff;
    right: 15px;
  }
  .scrolled .gnb,
  .sub .gnb {
    background-color: #fff;
  }
  .scrolled .gnb .menu {
    height: var(--Top-h);
  }
  .scrolled .gnb:after {
    width: 300%;
    transform: scale(0.34);
    transform-origin: left bottom;
  }
  .scrolled .has-tab .gnb:after {
    top: calc(100% + 36px);
  }
  .scrolled .gnb .coll:before,
  .sub .gnb .coll:before {
    border-top: 2px solid var(--Gray-Dark);
    border-bottom: 2px solid var(--Gray-Dark);
  }
  .scrolled .gnb .coll:after,
  .sub .gnb .coll:after {
    background-color: var(--Gray-Dark);
  }
  .gnb .menu li.menus {
    display: block;
    position: absolute;
    flex-direction: column;
    height: 100vh;
    padding-top: calc(20px + var(--Top-h));
    top: 0;
    right: -100%;
    z-index: 1;
    background-color: var(--Gray-Dark);
    color: #fff;
    transition: 0.4s;
    min-width: 50%;
    text-align: left;
    box-shadow: -30px 0 60px rgba(0, 0, 0, 0.2);
  }
  .gnb.active .menu li.menus {
    right: 0;
  }
  .gnb .menu .mirihae-menu ul {
  }
  .gnb.active .coll {
    background-color: transparent;
  }
  .gnb.active .coll::before {
    border-color: #fff;
  }
  .gnb.active .coll::after {
    background-color: #fff;
  }
  .scrolled .gnb .menu a:hover,
  .scrolled .gnb .menu li.active,
  .sub .gnb .menu li.active,
  .gnb .menu a.active {
    color: var(--Main-light);
  }
  .gnb .menu .menus .menu-n li {
    display: block;
    margin-left: 0;
    padding: 5px 30px;
  }
  .gnb .menu {
    height: var(--Top-h);
  }
  .gnb .menu li.logo img {
    max-height: 50%;
    max-width: 60%;
  }
  .gnb .menu .menus .menu-n li.member {
    background: none !important;
    width: 100%;
    height: inherit;
  }
  .gnb .menu .mirihae-menu {
    width: initial;
    margin-top: 30px;
    color: var(--Gray-Light);
    font-size: 14px;
  }
  .gnb .menu .mirihae-menu ul {
    display: block;
  }
  .gnb .menu .mirihae-menu ul li {
    width: auto;
    height: auto;
    padding: 5px 30px;
  }
  .gnb .menu .mirihae-menu ul li.ch,
  .gnb .menu .mirihae-menu ul li.member {
    background: none;
    margin-left: 0;
  }
  .gnb .menu .mirihae-menu li.ch::before {
    content: '카카오톡채널';
  }
  .gnb .menu .mirihae-menu li.member::before {
    content: '로그인';
  }
  .scrolled .gnb .menu a.active {
    color: var(--Main-light);
  }
  .gnb .menu .menus .menu-n li.linkage {
    position: absolute;
    top: 3px;
    right: 30px;
    transform-origin: center center;
    transform: scale(0.7);
  }
  .scrolled .gnb .menu .menus .menu-n li.linkage .icon::before,
  .scrolled .gnb .menu .menus .menu-n li.linkage .icon::after {
    border-color: #fff;
  }
  .gnb .menu .menus .menu-n li.linkage + li.member {
    margin-left: 0;
  }
  .gnb .menu .menus .menu-n li.linkage.unlink::before {
    content: 'LINK';
    padding: 5px 10px;
    border-radius: 30px;
    background-color: var(--Main-light);
    font-size: 10px;
    line-height: 1;
    position: absolute;
    z-index: 2;
    top: 80%;
    left: 8px;
    letter-spacing: 0;
    color: #fff !important;
  }
  .gnb .menu li.mirihae-menu ul {
    display: none;
  }
  .gnb.active .menu li.mirihae-menu ul {
    display: flex;
    position: absolute;
    z-index: 10;
    left: calc(50% + 30px);
    /* transform-origin: left center;
    transform: scale(0.8); */
    top: 20px;
  }
  .gnb.active .menu li.mirihae-menu ul li.member,
  .gnb.active .menu li.mirihae-menu ul li.ch {
    background: none;
    color: var(--Gray-Light);
    font-weight: bold;
  }
  .gnb.active .menu li.mirihae-menu ul li.member::before {
    content: '로그인';
  }
  .gnb.active .menu li.mirihae-menu ul li.member + .ch::before {
    content: '카카오채널';
  }
  .scrolled .gnb.active .menu li.mirihae-menu ul {
  }
  /* 본문 */
  .visual .ment {
    padding: 0 var(--padding);
    word-break: keep-all;
  }
  .visual h1 {
    font-size: 14px;
  }
  .visual h2 {
    font-size: 1.9em;
    margin-top: 5px;
    line-height: 1.2;
  }
  .visual p {
    font-size: 12px;
    line-height: 1.5;
  }
  .btn {
    font-size: 11px;
    height: auto;
    line-height: initial;
    min-width: initial;
    padding: 8px 15px;
  }
  .board.view .attachment {
    margin: -1px calc(var(--padding) * -1);
  }
  .board.view .attachment.type2 {
    margin: 0;
    gap: 10px;
    padding-bottom: var(--padding);
  }
  .board.view .attachment li .file {
    font-size: 0.85em;
  }
  .section {
    padding: 30px 0;
  }
  .section p {
    line-height: 1.4;
  }
  .section .overview {
    margin-top: 10px;
    display: block;
    position: relative;
  }
  .section .overview .subscript {
    width: initial;
    padding: 0;
  }
  /* .section h2 span::before {
    content: "";
    display: block;
  } */
  .section#leisure {
    padding-bottom: 0;
  }
  .section .overview .img {
    margin: 30px 0 0 0;
    padding: 0 var(--padding);
  }
  .section .overview .subscript dl {
    border-top: 1px solid var(--Gray-Border);
    margin-top: 20px;
    padding-right: 0;
    bottom: 0;
    width: 100%;
  }
  .section .overview .subscript dl p {
    font-size: 12px;
    line-height: 1;
    line-height: 4;
    border-bottom: 1px solid var(--Gray-Border);
  }
  .section .overview .subscript dl dd {
    flex-grow: 1;
  }
  .section .overview .subscript dl dd p {
    text-indent: 10px;
  }
  #leisure .list.vertical {
    padding: 0 var(--padding);
  }
  #license .img {
    padding: 0 var(--padding);
    height: 200px;
    background-position: center;
    position: relative;
  }
  #license .img > * {
    position: relative;
    z-index: 1;
  }
  #license .section {
    padding-left: var(--padding);
    padding-right: var(--padding);
  }
  #license .img::before {
    content: '';
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.2;
    z-index: 0;
    position: absolute;
  }
  .section .split li table {
    margin-top: 20px;
    font-size: 0.8em;
  }
  .section .split li table td,
  .section .split li table th {
    vertical-align: middle;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .section .split li table td.with-btn {
    padding: 5px 0;
  }
  .section .split li table td.dd {
    padding-top: 0;
  }
  .section .split {
    flex-direction: column;
  }
  .section .split li {
    width: initial;
  }
  .section .split li + li {
    margin-top: 60px;
  }
  p.noti {
    font-size: 12px;
    word-break: break-all;
  }
  table th,
  td {
    padding: 15px 0;
    line-height: initial;
  }
  table td.dd {
    font-size: 12px;
  }
  .section h3 + p {
    padding-right: 0;
  }
  #license .section .split:first-child li:first-child th {
    font-size: 1.2em;
  }
  .section .split li:first-child tr {
    display: block;
    padding: 15px 0;
    border-bottom: 1px solid var(--Gray-Border);
  }
  .section .split li:first-child th,
  .section .split li:first-child td {
    display: block;
    border: none;
    padding-bottom: 0;
    padding-top: 5px;
  }
  .section .split li:first-child td:last-child p {
    margin-right: 30px;
    display: inline-block;
  }
  .section .split li:first-child th {
    padding-bottom: 0;
  }
  table td.with-btn {
    padding: 0;
    vertical-align: middle;
    height: 56px;
  }
  table td.dd {
    padding-top: 0px;
  }
  .rental .list .info .head + .list li {
    align-items: flex-end;
  }
  .rental .list.horizon li .info dl.price {
    line-height: 1.6;
  }
  .rental .list.horizon li .info dl.price dd {
    width: 60%;
    flex-grow: 1;
    font-weight: normal;
  }
  .rental .list.horizon li .info dl.price dt {
    font-weight: normal;
  }
  .rental .list.horizon li .info dl.price dd + dt {
    margin-left: 0;
  }
  .schedule ol li .date p {
    line-height: 1.8;
    font-size: 12px;
  }
  .schedule ol li .date {
    padding: 20px 0;
  }
  .schedule ol {
    flex-wrap: wrap;
  }
  .schedule ol li {
    width: calc(100% / 6);
    text-align: center;
    text-indent: 0;
    text-align: center;
  }
  .schedule ol li:nth-child(7) {
    border-left: 0;
  }
  .schedule ol li:nth-last-child(1) > *,
  .schedule ol li:nth-last-child(2) > * {
    text-indent: 0;
  }
  .section .head .with-btn {
    display: block;
  }
  .section .head .with-btn .btn {
    margin-top: 10px;
  }
  .section .head h2.with-btn .btn {
    margin-top: 0px;
  }
  .schedule ol li h4 span.year {
    text-align: center;
    width: 100%;
    top: 7px;
  }
  .schedule ol li h4 {
    padding: 20px 0 20px 0;
    font-size: 14px;
  }
  #rent .list.vertical {
    display: block;
  }
  .list li.full > .info {
    padding-left: var(--padding);
    padding-right: var(--padding);
  }
  #rent .list.vertical li .thumb {
    height: 200px;
    margin-bottom: 30px;
  }
  #rent .list.vertical li .info {
    width: initial;
    padding: 0 var(--padding);
  }
  #rent .list li h4.category {
    display: block;
  }
  #rent .list.vertical li + li {
    margin-top: 60px;
  }
  .process {
    flex-wrap: wrap;
    margin-left: var(--padding);
    margin-top: 20px;
  }
  .process li {
    width: calc(100vw / 2 - 12px);
    height: calc(100vw / 2 - 12px);
    flex-shrink: 0;
    flex-grow: 0;
    padding: 10px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-top: -10px;
  }
  .process li h4 {
    font-size: 16px;
  }
  .process li:last-child {
  }
  .process li p {
    line-height: 1.4;
    font-size: 0.86em;
  }
  .process li:first-child {
    margin-left: calc(var(--padding) * -1);
  }
  .process li h4:nth-of-type(2) {
    margin-top: 10px;
  }
  #rent .list.vertical li {
    width: initial;
  }
  #leisure .list.vertical.circle {
    display: block;
  }
  #rent .list li.full .head p {
    width: initial;
  }
  .list li.full > .info {
    display: block;
    padding-bottom: 30px;
  }
  #rent .list .info .head + .list {
    width: initial;
  }
  #rent .list.vertical {
    margin-top: 30px;
  }
  .rental {
  }
  .rental .section {
    padding-top: 0;
  }
  #rent #education.list.vertical li .thumb {
    border-radius: 0;
  }
  #map::before {
    display: none;
  }
  #map .section,
  .section.notice {
    padding: 30px var(--padding);
  }
  #map .section:last-of-type {
    padding-bottom: 30px;
    border: 0;
  }
  #map .section .head,
  .section.notice .head {
    line-height: 1.4;
  }
  #map .section .head h4,
  .section.notice .head h4 {
    font-size: 14px;
    margin-bottom: 10px;
    font-weight: normal;
  }
  #map .map-area,
  .cs .map-area {
    height: 300px;
  }
  #map .map-area iframe,
  .cs .map-area iframe {
    margin-top: -190px !important;
  }
  #map .head + .list.horizon {
    margin-top: 30px;
  }
  .footer {
    margin-top: 0;
    margin-bottom: -1px;
    padding: var(--padding);
    background-color: var(--Gray-Pale);
    position: relative;
    z-index: -1;
  }
  .footer .in .legal {
    white-space: nowrap;
    width: 100%;
  }
  .footer .in .legal a {
    margin-right: 10px;
  }
  .footer .in .slogo {
    display: block;
    position: relative;
    margin-top: 20px;
    height: 30px;
    display: none;
  }
  .footer .in .slogo img {
    height: 100%;
  }
  .gnb .menu li.mirihae-menu {
    display: block;
    width: initial;
  }
  /* 서브 */
  .sub .contents .article {
    margin: 0px 0;
  }
  .sub .contents .article .header h1 {
    font-size: 1.4em;
    width: initial;
    padding: 0 var(--padding);
  }
  .sub .contents .article .header.nav {
    margin: 10px 0 20px 0;
  }
  .sub .contents .article .header.nav h1 {
    font-size: var(--padding);
  }
  .sub .contents .article .header.nav img {
    height: var(--padding);
  }
  .sub .contents .article .header {
    margin: 10px 0 30px 0;
    position: relative;
    z-index: -1;
  }

  .sub .contents .article .tabs,
  .scrolled .sub .contents .article .tabs {
    padding-left: var(--padding);
    padding-right: var(--padding);
    position: fixed;
    background-color: #fff;
    top: var(--Top-h);
    z-index: 10;
    margin: 0 auto 0;
    left: 0;
    right: 0;
    overflow-x: auto;
    overflow-y: hidden;
    align-items: flex-start;
    height: 36px;
    overflow-x: auto;
    overflow-y: hidden;
  }
  .sub .detail .detail-contents .pay-overview {
    margin-bottom: 0;
  }
  .sub .contents .article .tabs a,
  .scrolled .contents .article .tabs a {
    margin-right: 20px;
    font-size: 1em;
    height: 36px;
    padding-top: 5px;
    white-space: nowrap;
  }
  .sub .contents .article .tabs a.active {
    color: var(--Main-color);
  }
  .scrolled .sub,
  .sub {
    tab-h: 36px;
  }
  .tabs a::after {
    content: '';
    position: absolute;
    width: 0;
    left: 0;
    bottom: 0;
    margin-top: 0;
    border-top-width: 3px;
    border-color: var(--Main-color);
    opacity: 0;
  }
  .sub .contents .article .tabs a.active::after,
  .scrolled .contents .article .tabs a.active::after {
    opacity: 1;
  }
  .wrap.sub.has-tab .contents {
    padding-top: calc(var(--Top-h) + 36px);
  }
  .sub .contents .images .swiper-slide {
    height: 200px;
  }
  .sect .form .guidance.split {
    display: block;
  }
  .sect .form .guidance.split > div {
    width: initial;
  }
  .sect .form .guidance.split > div .btn {
    margin-top: 10px;
  }
  .sect .form .guidance.split > div + div {
    margin-top: 20px;
    border-top: 1px solid var(--Gray-Border);
    padding-top: 20px;
  }
  .sect .noti,
  .sect .form .guidance.split > div p {
    font-size: 1em;
  }
  .sect .noti p + p {
    margin-top: 3px;
  }
  .sub .detail .detail-contents .item {
    margin: 0 10px;
    padding: 0;
    flex-direction: column;
    overflow: hidden;
  }
  .sub .detail .detail-contents .item .thumb {
    width: 100%;
    border-radius: 0;
  }
  .sub .detail .detail-contents .item .infos {
    padding: 20px;
    width: 100%;
    text-align: center;
  }
  .sub .detail .detail-contents .item .infos .option {
    border: 0;
  }
  .sub .detail .detail-contents .item .infos h4 {
    font-size: 14px;
  }
  .sub .detail .detail-contents .item .infos h3 {
  }
  .sub .detail .detail-contents .item .infos p {
    font-size: 12px;
  }
  .accordion th,
  .accordion td {
    font-size: 12px;
    word-break: break-all;
    word-wrap: break-word;
    padding: 10px;
  }
  .accordion > li {
    padding: 0 15px;
  }
  .accordion > li h2 a {
    padding: 15px 0;
  }
  .accordion > li h2 {
    font-size: 14px;
  }
  .accordion > li:after {
    top: 22px;
  }
  select,
  input[type='text'],
  input[type='password'],
  input[type='number'] {
    padding: 0 14px;
    font-size: 14px;
  }
  .sub .detail .detail-contents {
    width: initial;
  }
  .sub.reservation {
    padding-bottom: 60px;
  }
  .sub .detail .detail-contents .overview {
    height: auto;
    flex-wrap: wrap;
    gap: 20px;
    padding: 10px 20px 30px var(--padding);
  }
  .sub .detail .detail-contents .overview h6 {
    font-size: 12px;
    margin-bottom: 0;
  }
  .sub .detail .detail-contents .overview p {
    font-size: 18px;
  }
  .option {
    border-bottom: var(--spector);
    border-top: 0;
  }
  .sect .option {
    border: 0;
    margin-bottom: 0;
    margin-top: 20px;
  }
  .option .reserv-day {
    display: inline-block;
  }
  .sect .option li {
    margin: 0;
  }
  .option li h5 span.bk::after {
    margin-right: 8px;
    padding-right: 8px;
  }
  .option li {
    display: block;
    line-height: 1.8;
    padding: 16px 0;
    margin: 0 var(--padding);
    height: auto;
  }
  .option::before {
  }
  .option li:last-child {
    border: none;
  }
  .option li p {
    font-size: 0.85em;
  }
  .option li .price-area {
    align-items: flex-start;
  }
  .option .sale-tag,
  .option .name-area .reserv-day {
    line-height: 1;
    border-width: 1px;
    border-radius: 3px;
    margin-right: 0;
    font-size: 0.7em;
  }
  .option li dl.price.sale {
    padding-bottom: 15px;
  }
  .sect,
  .sect .option,
  .sub .detail .detail-contents,
  .sub .detail,
  .sub {
    overflow-x: hidden;
  }
  .sub {
    overflow: hidden;
  }
  .sub .detail .detail-contents .sub-detail {
    padding-top: 0;
    margin-top: 0;
  }
  .sub .detail .detail-contents .overview.small {
    padding: 0;
    margin: 0;
  }
  .sect .map iframe {
    height: calc(170vw - 48px);
    margin-top: -50px;
  }
  .sect {
    margin-bottom: 0;
    margin-top: 0;
    padding: var(--padding);
    border-bottom: var(--spector);
    position: relative;
  }
  .sect p {
    line-height: 1.4;
    font-size: 0.85em;
  }
  .sect p + p {
  }
  .sect .split {
    flex-wrap: wrap;
    gap: var(--padding);
    justify-content: space-between;
  }
  .sect.shop-info h4 {
    line-height: 1.3;
    width: 60%;
  }
  .sect.shop-info h4 + h4 {
    margin-top: 2px;
  }
  .sect:last-child,
  .sub.my .detail .detail-contents .sect:last-child {
    /* margin-bottom: var(--padding); */
    border: none;
    padding-top: var(--padding);
  }
  .sect.shop-info {
    padding: 0;
    margin-top: -1px;
  }
  .sect.shop-info > * {
    padding-left: var(--padding);
    padding-right: var(--padding);
  }
  .sect.shop-info .introduction {
    padding-bottom: var(--padding);
  }
  .sect.shop-info .map {
    padding: 0;
    border-radius: 0;
    clip-path: inset(0% 0% 0% 0% round 0);
  }
  .option li dl.price {
    font-size: 14px;
    justify-content: flex-start;
    margin-top: 5px;
  }
  .option li .price-area {
    flex-wrap: wrap;
    justify-content: space-around;
    gap: initial;
  }
  .sect.shop-info h4 {
    width: 100%;
  }
  .sect table.span tbody {
    display: table-row-group;
  }
  .sub .detail .sect .voucher table {
    display: table;
  }
  .sub .detail .sect .voucher tr {
    display: table-row;
  }
  .sub .detail .sect .voucher th,
  .sub .detail .sect .voucher td {
    display: table-cell;
    padding: 15px;
  }
  .sect > .overview-mm table,
  .sect > .overview-mm table tbody {
    display: block;
  }
  .sect > .overview-mm table tr {
    display: block;
  }
  .sect > .overview-mm tr:first-child {
    border-top: 1px solid var(--Gray-Dark);
  }
  .sect > .overview-mm tr:first-child th {
    padding-top: 20px;
  }
  .sect .overview-mm tr th {
    width: 100%;
  }
  .sect .overview-mm tr td {
  }
  .sect .overview-mm tr td:last-child {
    display: block;
    position: absolute;
    display: flex;
    align-items: center;
    right: 0;
    top: 20px;
  }
  .sect .overview-mm tr td:last-child * {
    font-size: 0.8rem;
    font-weight: normal;
    color: var(--Gray-Mid);
  }
  .sect .overview-mm tr td:last-child h6 {
    margin-right: 3px;
  }
  .sub .detail .detail-contents table tr td p + p {
    margin-top: 5px;
  }
  .sub .detail .detail-contents table tr td.with-btn {
    height: auto;
    padding-bottom: 20px;
  }
  .sub .detail .detail-contents table tr td.with-btn a.btn {
    margin-top: -10px;
  }
  .sub .detail .detail-contents table tr th {
    margin-bottom: 10px;
  }
  .voucher table th,
  .voucher table td {
    font-size: 12px;
  }
  .sub.complete .detail .voucher table th {
    padding-right: 0;
  }
  .sub.complete .detail .voucher table th::before {
    display: none;
  }
  .sect .noti.with-btn {
    display: block;
  }
  .sect .noti.with-btn .qr {
    text-align: center;
    margin-bottom: 20px;
  }
  .sect .noti.with-btn .qr img {
    height: auto;
    width: 40%;
  }
  .sub .detail .detail-contents .item .qr {
    text-align: center;
    align-self: center;
    width: 50%;
    height: auto;
    padding-top: var(--padding);
  }
  .sub .detail .detail-contents .item .qr img {
    width: 100%;
  }
  .sect .noti .print,
  .sub .detail .detail-contents .item .print {
    margin-top: 15px;
    flex-direction: row;
    width: initial;
    height: initial;
    background: none;
    border: 1px solid var(--Gray-Border);
    border-radius: 5px;
    padding: 15px 0;
    text-align: center;
  }
  .sub .detail .detail-contents .item .print {
    width: 100%;
    border: 0;
    border-radius: 0;
    border-top: 1px solid var(--Gray-Border);
    margin-top: 0;
  }
  .sect .noti .print img,
  .sub .detail .detail-contents .item .print img {
    height: 18px;
    margin-right: 5px;
    margin-bottom: 0;
  }
  .sub .detail .detail-contents .item::before {
    width: 80px;
    height: 80px;
    top: 10px;
    margin-top: 0;
    right: initial;
    left: 10px;
    mix-blend-mode: difference;
  }
  .sub.my .detail .detail-contents .sect.schedule {
    margin-bottom: 0;
  }
  .sub.my .list.horizon li {
    border-bottom: 0;
    padding-bottom: 0;
  }
  .my .sect.schedule h3 span {
    padding: 5px 12px;
  }
  .sub.my .contents .article .header p {
    padding: 0 var(--padding);
  }
  .sub .contents .article .header h1 + p {
    margin-top: 10px;
  }
  .sub.my .contents .article .header p + p {
    margin-top: 5px;
  }
  .sub.my .detail .detail-contents {
    border-top: var(--spector);
  }
  .sub.my.log .detail .detail-contents {
    border-top: 0;
  }
  .sub .detail .detail-contents .my-ticket {
    padding: 0 var(--padding);
  }
  .sub .detail .detail-contents .month-ticket {
    width: var(--Width);
    gap: 10px;
  }
  .sub .detail .detail-contents .month-ticket .item {
    width: 100%;
    margin: 0;
    flex-direction: row;
    border: 1px solid var(--Gray-Border);
    border-radius: 6px;
  }
  .sub .detail .detail-contents .month-ticket .item .infos h3 {
    font-size: 1.1em;
  }
  .sub .detail .detail-contents .month-ticket .item .infos h4 {
    font-size: 0.9em;
  }
  .sub .detail .detail-contents .month-ticket .item .infos p:last-child {
    margin-top: 5px;
    font-size: 0.85em;
  }
  .sub .detail .detail-contents .month-ticket .item .dday {
    font-size: 0.6em;
    padding: 3px 8px;
    line-height: 1;
  }
  .sub .detail .detail-contents .month-ticket .item .thumb {
    width: 100px;
    min-height: 100px;
    height: 100%;
    flex-shrink: 0;
  }
  .sub .detail .detail-contents .month-ticket .item .infos {
    padding: 0 0 0 15px;
    line-height: 1.2;
  }
  .sub .detail .detail-contents .log {
    padding-top: 0;
  }
  .sub .detail .detail-contents .log table td,
  .sub .detail .detail-contents .log table th {
    font-size: 10px;
    padding: 15px 0 15px 15px;
    white-space: normal;
    word-break: break-all;
  }
  .sub .detail .detail-contents .log table td:last-child,
  .sub .detail .detail-contents .log table th:last-child {
    padding-right: 10px;
  }
  .sub .detail .detail-contents .log h3 {
    padding: 0 var(--padding);
  }
  .sub.reservation.my {
    padding-bottom: 0;
  }
  .board {
    padding: 0 var(--padding);
  }
  .board.view .btn-area {
    padding: 16px var(--padding);
    margin: 0 calc(var(--padding) * -1);
  }
  .board img {
    margin: 0 -var(--padding);
    max-width: calc(100% + 48px);
  }
  .list .full-split .info {
    flex-direction: column;
  }
  .list .full-split .info > div {
    width: 100%;
  }
  .contents > .section .list .full-split .info .head,
  .contents > .section .list .full-split .info .subscr,
  .contents > .section .list .full-split .info .ul,
  .contents > .section > .head,
  .contents > .section > .list.vertical,
  .contents > .section > div {
    padding: 0 var(--padding);
  }
  .contents > .section.insert-full .list .full-split .info .subscr {
    padding: 0;
  }
  .list .full-split .info .subscr {
    width: 100%;
  }
  .list .full-split .info .subscr + .subscr {
    margin-top: var(--padding);
  }
  .list .full-split .info .subscr > p {
    padding: 0;
  }
  .list .full-split .info .ul {
    margin-top: 30px;
  }
  .list .full-split.with-split {
    flex-direction: column;
    padding-bottom: var(--padding);
  }
  .list .full-split.with-split .half-split {
    width: 100%;
  }
  .list .full-split .info:last-child .ul:last-child {
    margin-bottom: 30px;
  }
  .list.all {
    display: block;
  }
  .list.all > li + li {
    margin-top: 30px;
  }
  .list .full-split .info .subscr > p {
    font-size: 0.9em;
  }
  .list .full-split .info .ul > p {
    font-size: 0.9em;
  }
  .list .full-split .info .head {
    margin-bottom: 10px;
  }
  .list .full-split .info .btns {
    margin-top: 20px;
    gap: 10px;
  }
  .list .full-split .info .btns .btn {
    font-size: 0.8em;
    padding: 10px var(--padding);
  }
  .list .full-split .info .btns .btn.on {
    font-size: 0;
  }
  .list .full-split .swiper-pagination {
    margin: 20px;
    width: initial;
  }
  .facility .swiper-slide {
    height: 60vw;
  }
  .price-popup {
    left: 0;
    width: 100%;
  }
  .price-popup .title {
    padding: 20px;
    padding-right: 10px;
  }
  .price-popup .price-table {
    padding: 0;
  }
  .price-popup .price-table .sect > p,
  .price-popup .price-table .sect > h3 {
    padding: 0 var(--padding);
  }
  .price-popup .price-table .sect .overview-mm td p {
    font-size: 1em;
  }
  .price-popup .price-table .sect .overview-mm td h6 {
    font-size: 0.7em;
  }
  .price-popup .price-table .sect .overview-mm th h5 {
    font-size: 0.7em;
    padding-left: 10px;
  }
  .price-popup .price-table {
    gap: 0;
  }
  .price-popup .price-table .sect + .sect {
    border-top: 8px solid var(--Gray-Pale);
    padding-top: 30px;
  }
  .price-popup .price-table .sect > p {
    font-size: 0.85em;
  }
  .price-popup .price-table .sect .overview-mm td p.ext {
    font-size: 0.7em;
  }
  .sub .detail .detail-contents .reserv-ui {
    display: block;
  }
  .sub .detail .reserv-ui.need-login {
    border-radius: 12px 12px 0 0;
  }
  .sub .detail .reserv-ui.need-login .login-wrap {
    position: relative;
  }
  .sub .detail .reserv-ui.need-login .login-wrap .overlay {
    padding: 30px 20px 20px 20px;
  }
  .sub .detail .reserv-ui.need-login a.submit {
    display: none;
  }
  .sub .detail .reserv-ui.need-login .login-wrap .overlay .btns {
    font-size: 1em;
    margin-top: 20px;
  }
  .sub .detail .reserv-ui.need-login .login-wrap .overlay .btns {
    display: flex;
    align-items: center;
    gap: 5px;
  }
  .sub .detail .reserv-ui.need-login .login-wrap .overlay .btns a {
    flex-grow: 1;
    width: 48%;
  }
  .sub .detail .reserv-ui.need-login .login-wrap .overlay h1 {
    display: none;
  }
  .sub .detail .reserv-ui.need-login .login-wrap .overlay .btns a.join {
    text-decoration: none;
    font-size: 1em;
    margin-top: 0;
    border: 1px solid #fff;
    padding: 13px 0;
    border-radius: 5px;
  }
  .sect h3 {
    padding-bottom: 10px;
  }
  .notice-area li {
    padding: 20px;
  }
  .sect.notice-area {
    padding: 0;
    margin-bottom: 0;
    margin-left: 20px;
    margin-right: 20px;
    border: 0;
  }
  .sect.notice-area::after {
    display: none;
  }
  .notice-area {
    overflow: hidden;
    overscroll-behavior: none;
  }
  .sect.notice-area .swiper-nav .swiper-pagination-fraction {
    display: none;
  }
  .sect.notice-area .swiper-nav {
    gap: 10px;
    top: 16px;
    height: 18px;
    right: 10px;
  }
  .visual .swiper-slide.notice {
    padding-top: var(--Top-h);
  }
  .visual .swiper-slide.notice .noti {
    padding: 10px;
    flex-direction: column;
    align-items: center;
    height: 100%;
  }
  .visual .swiper-slide.notice .noti .ment {
    flex-grow: 1;
    display: flex;
    justify-content: center;
    flex-direction: column;
  }
  .visual .swiper-slide.notice .noti .cal-huge.ui-widget.ui-widget-content {
    border-radius: 8px;
    overflow: hidden;
    overscroll-behavior: none;
    position: relative;
    bottom: 0;
    justify-self: flex-end;
  }
  .visual .swiper-slide.notice .noti .cal-huge.ui-widget.ui-widget-content .ui-body table tr td,
  .visual .swiper-slide.notice .noti .cal-huge.ui-widget.ui-widget-content .ui-body table tr th {
    display: table-cell;
    width: calc(100% / 7);
    border: 0;
    font-size: 10px;
    text-align: center;
  }
  .visual .swiper-slide.notice .cal-huge.ui-widget.ui-widget-content .ui-body table td {
    padding: 5px;
  }
  .visual .swiper-slide.notice .cal-huge.ui-widget.ui-widget-content .ui-body table td .ui-state-default {
    font-size: 12px;
    padding: 0;
    text-align: center;
  }
  .visual .swiper-slide.notice .noti .cal-huge.ui-widget.ui-widget-content .ui-body table tr {
    display: table;
    border-collapse: collapse;
    border: 0 none;
    border-bottom: 1px solid var(--Gray-Border);
  }
  .visual .swiper-slide.notice .cal-huge.ui-widget.ui-widget-content .ui-body table .ui-state-disabled .event {
    display: none;
  }
  .visual .swiper-slide.notice .cal-huge.ui-widget.ui-widget-content .ui-widget-header {
    display: none;
  }
  .visual .swiper-slide.notice .cal-huge.ui-widget.ui-widget-content {
    position: relative !important;
    top: 0 !important;
  }
  .visual .swiper-slide.notice .noti .ment {
    padding: 10px;
    padding-bottom: 20px;
    text-align: center;
  }
  .visual .swiper-slide.notice .noti .ment p:first-of-type {
    margin-top: 0;
  }
  .visual .swiper-slide.notice .noti .ment .days {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .visual .swiper-slide.notice .noti .ment .days p strong {
    display: block;
    margin-top: 8px;
    font-size: 1.2em;
  }
  .visual .swiper-slide.notice .noti .ment p {
    font-size: 12px;
    line-height: 1.4;
    text-align: left;
    width: 50%;
  }
  .visual .swiper-slide.notice .noti h1 {
    font-size: 1.4em;
    padding-bottom: 0;
    margin-bottom: 12px;
  }
  .visual .swiper-slide.notice .noti h2 {
    font-size: 1.1em;
    display: none;
  }
  .visual .swiper-slide.notice .noti h1 + h2 {
    display: block;
    margin-top: -8px;
    margin-bottom: 12px;
    text-align: left;
  }
  .swiper-wrapper {
    height: auto;
  }
  .swiper-pagination-progressbar {
    height: 3px;
  }
  .sub.my .detail .detail-contents .sub-detail {
    border: 0;
  }
  .section .overview .summary table {
    border-top: 1px solid var(--Gray-Border);
  }
  .section .overview .summary th,
  .section .overview .summary td {
    padding: 15px 15px 15px 0;
    font-size: 0.8em;
  }
  .section .overview .summary td:nth-child(4) {
    padding-right: 0;
  }
  .info .ul + .time-clock {
    margin-top: 0;
  }
  .time-clock > div {
    width: calc(100% / 2);
    font-size: 1.1em;
    padding: 20px 0;
  }
  .clock-frame,
  .clock-frame .clock {
    width: 100px;
    height: 100px;
  }
  .clock-frame .clock {
    border-width: 4px;
  }
  .time-clock > div.thismonth {
    border-radius: 0;
  }
  .list .full-split .info + div {
    margin-top: 0;
  }
  .list .full-split .info + div.price {
    margin-top: 30px;
  }
  .list .full-split .info .ol {
    flex-direction: column;
    padding: 0 24px;
  }
  .list .full-split .info .ol.trp li {
    width: 100%;
  }
  .list .full-split .info .noti {
    padding: 24px;
    flex-direction: column;
    gap: 20px;
    border-radius: 0;
    margin-bottom: 0 !important;
  }
  .list .full-split .info .noti > ul {
    padding: 0;
    width: 100%;
  }
  .list .full-split,
  .section {
    border-bottom: var(--spector);
  }
  .section:last-of-type {
    border-bottom: 0;
  }
  .list .full-split:only-child {
    border: 0;
  }
  .list .full-split .option {
    border: 0;
  }
  .list.vertical li .price dd {
    margin-right: 0;
  }
  .section.no-bl {
    border-bottom: 0;
    padding-bottom: 0;
  }
  .visual .swiper-slide.notice .noti .right {
    width: 100%;
  }
  .visual .swiper-slide.notice .noti .time-clock {
    margin-top: 0;
  }
  .visual .swiper-slide.notice .noti .time-clock .infos p {
    width: 100%;
    font-size: inherit;
  }
  .scroll-btn {
    display: none;
  }
  .visual .swiper-slide.notice .noti .time-clock > div .infos {
    font-size: 0.9em;
  }
  .visual .swiper-slide.notice .noti h1 {
    text-align: left;
  }
  .visual .swiper-slide .btnset {
    flex-wrap: wrap;
    justify-content: center;
  }
  .visual .swiper-slide .btnset a {
    white-space: nowrap;
    font-size: 0.9em;
  }
  .visual .ment p {
    font-size: 1em;
    margin-top: 0.4em;
  }
  .swiper-button-prev:after,
  .swiper-button-next:after {
    font-size: 2em;
  }
  .section .overview .subscript .head {
    width: 100%;
  }
  .section .overview + .img-full {
    margin-top: 30px;
    padding: 0 var(--padding);
  }
  ul + .promotion {
    margin-top: 10px;
  }
  .promotion {
    height: calc(50vw - var(--padding));
    padding: 0 var(--padding) !important;
    margin: 0 var(--padding);
  }
  .promotion .extra {
    margin-top: 12px;
  }
  .promotion .extra p {
    font-size: 0.85em;
  }
  .promotion h2 {
    font-size: 1.3em;
  }
  .table table tbody th,
  .table table.span tbody th {
    padding-right: 15px;
  }
  .table table th,
  .table table td,
  .table table.span th,
  .table table.span td {
    font-size: 0.85em;
    padding: 15px 0;
  }
  .table table.span td {
    padding: 0;
  }
  .table table.span tbody tr td:last-child,
  .table table.span tbody tr th:last-child {
    padding-left: 15px;
  }
  table tbody td.bk p {
    color: var(--Gray-Dark);
  }
  .table table.span tbody tr th,
  .table table.span tbody tr td,
  .sect .table table.span tbody tr th,
  .sect .table table.span tbody tr td {
    line-height: 1.4;
    border-bottom: 0;
  }
  .table table.span tr th::after,
  .table table.span tr td::after {
    display: none;
  }
  .table table.span tbody tr + tr td,
  .sect table.span tbody tr + tr td {
    padding-top: 10px;
  }
  .sect .table table.span tbody tr:first-child td,
  .table table.span tbody tr:first-child td {
    padding-top: 15px;
  }
  .table table.span tbody tr:last-child td,
  .sect .table table.span tbody tr:last-child td {
    padding-bottom: 15px;
  }
  .section .head + .table {
    margin-top: 20px;
  }
  .section.insert-full-banner > div h2 + h4 {
    margin-top: 10px;
  }
  .section .guidance {
    flex-direction: column;
    gap: 16px;
  }
  ul.notification {
    gap: 30px;
    padding: 0 var(--padding);
  }
  .sub ul.notification {
    padding: 0;
  }
  ul.notification li {
    width: 100%;
  }
  .section.insert-full-banner {
    padding: 60px 0;
    margin: -1px 0;
    border: 0;
  }
  .footer .in .copyright p {
    font-size: 0.85em;
  }
  .gnb .menu .menus .menu-n {
    width: 100%;
  }
  .sub .images + .detail {
    margin-top: 0;
    padding-bottom: 0;
  }
  .sect table.span {
    display: table;
    border-collapse: collapse;
  }
  .sect table.span tr {
    display: table-row;
    border: 0;
  }
  .sect table.span tr th {
    padding-top: 15px;
  }
  .sect table.span tr th,
  .sect table.span tr td {
    display: table-cell;
  }
  ul.demical li,
  .ul p,
  .sub ul.notification li {
    font-size: 1em;
  }
  table .ul p {
  }
  .sub ul.notification li {
    font-size: 0.9em;
    gap: 10px;
  }
  ul.notification li .icon {
    font-size: 2em;
  }
  .time h2 {
    font-size: 1.4em;
  }
  .calendar .pignose-calendar .pignose-calendar-body .pignose-calendar-row {
    flex-grow: 1;
  }
  .sub .detail .reserv-ui ul.total.pay p {
    font-size: 1.2em;
  }
  .option.color-var {
    font-size: 0.8em;
    border: 0;
    margin: 0;
    padding: 0;
    flex-wrap: wrap;
    gap: 5px;
  }
  .construct .container {
    padding: var(--padding);
  }
  .construct .ment .title {
    padding: 7vw;
    border-width: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 70vw;
    margin-bottom: 10px;
  }
  .construct .ment .title h1 {
    text-align: center;
    font-size: 2.3em;
    font-weight: 200;
    letter-spacing: 0;
    line-height: 1;
  }
  .construct .ment .logo {
    margin-bottom: 10px;
    font-size: 1.5em;
    gap: 10px;
  }
  .construct .ment .logo img {
    height: 40px;
  }
  .construct .ment .title h1:first-of-type {
    font-size: 3.7em;
    margin-bottom: 5px;
  }
  .construct .ment h2 {
    font-size: 1.6em;
    color: var(--Main-light);
  }
  .construct .ment .msg {
    font-size: 1em;
    line-height: 1.5;
    word-break: keep-all;
  }
  .construct .ment .msg p.extra {
    margin-top: 20px;
    font-size: 0.8em;
    opacity: 0.5;
  }
  .construct .visual .swiper-slide::before {
    background: rgba(0, 0, 0, 0.8);
  }
  .map-area {
    overflow-x: auto;
  }
  .img-full.map-picker .option.color-var {
    padding: var(--padding) var(--padding) 0 var(--padding);
    margin: 0;
  }
  .img-full .map-area {
    transform: initial;
  }
  .map img {
    max-width: 1024px;
    width: auto;
  }
  .swiper-button-prev,
  .swiper-container-rtl .swiper-button-next {
    left: 0;
  }
  .swiper-button-next,
  .swiper-container-rtl .swiper-button-prev {
    right: 0;
  }
  .sect.sight .map {
    transform: initial;
  }
  .sect.sight .map img {
    width: 1024px;
  }
  .sect.sight .map-picker .option.color-var {
    margin-top: 0;
    padding: 0 16px;
  }
  .sect.sight {
    border-top: 0;
    margin-top: -10px;
    background-color: #fff;
    padding-top: 0;
    padding-right: 0;
    padding-left: 0;
  }
  .sect.sight .map-picker .map-area {
    padding: var(--padding);
    overflow-x: auto;
  }
  .option.color-var .facilities {
    width: 100%;
  }
  .option.color-var .facilities + .legend {
    border: 0;
    margin-left: 0;
    padding-left: 0;
    margin-top: 10px;
  }
  .option.color-var .facilities,
  .option.color-var .legend {
    gap: 10px;
    flex-wrap: wrap;
  }
  .sect.sight {
    margin-top: 0;
  }
  .sub ul.notification li p {
    gap: 3px;
  }
  .sub-sect ul.demical li {
    width: 100%;
  }
  .sub-sect ul.demical li + li {
    margin-top: 0;
  }
  .sub-sect.split > div {
    width: 100%;
  }
  .contactus .sub-sect {
    padding-bottom: var(--padding);
  }
  .contactus {
    border: 0;
  }
  .section.insert-full.scrollable,
  .section.img-full.scrollable,
  .section .img-full.scrollable {
    overflow-x: auto;
    padding-right: 0;
  }
  .section.insert-full.scrollable img,
  .section .img-full.scrollable img {
    width: 1024px;
    max-width: 1024px;
  }
  .contactus .section + .map-area {
    padding-top: 0;
    margin-top: 0;
    margin-bottom: 0;
  }
  .static .sub-sect {
    gap: 48px;
  }
  .sub.static .contents .images .swiper-slide {
    height: 70vw;
  }
  .section .list.horizon.facilities li p {
    margin-top: 4px;
  }
  .static table th,
  .static table td {
    font-size: 0.8em;
    word-break: break-all;
  }
  .route .time-table {
    overflow-x: auto;
  }
  .route .route-map {
    flex-direction: row;
    gap: 50px;
  }
  .route .route-map ul {
    flex-direction: column;
    gap: 30px;
  }
  .route .route-map.cycle ul + ul {
    flex-direction: column-reverse;
  }
  .route .route-map ul li {
    width: 100%;
  }
  .route .route-map.cycle ul + ul {
    padding-top: 0;
  }
  .route .route-map ul li {
    flex-direction: row;
  }
  .route .route-map.cycle ul + ul li {
    flex-direction: row-reverse;
  }
  .route .route-map ul::after {
    width: auto;
    height: 100%;
    border-top: 0;
    border-right: 4px dotted var(--Gray-Lighter);
    bottom: 0;
    right: 10px;
  }
  .route .route-map ul + ul::after {
    right: initial;
    left: 10px;
  }
  .route .route-map ul li .infos {
    gap: 10px;
  }
  .route .route-map ul li .dot {
    margin: 0;
    padding-top: 33px;
    width: auto;
    height: 100%;
  }
  .route .route-map ul li .dot i {
    transform: rotate(90deg);
  }
  .route .route-map ul + ul li .dot i {
    transform: rotate(-90deg);
  }
  .route .route-map ul li .dot > div {
    margin: 0;
  }
  .route .route-map ul li.transfer .dot > div:after {
    background-color: #fff;
    padding: 3px;
  }
  .route .route-map ul li:first-child .dot::before,
  .route .route-map ul li:last-child .dot::after {
    width: 100%;
    height: calc(100% - 56px);
  }
  .route .route-map ul li:last-child .dot::after {
    top: 56px;
  }
  .route .route-map ul + ul li:first-child .dot::before {
    top: 56px;
  }
  .route .route-map.cycle ul + ul::after {
    top: 0;
  }
  .route .route-map ul + ul li:last-child .dot::after {
    top: 0;
  }
  .route .route-map.cycle ul + ul li:first-child:before {
    border-radius: 0 0 50px 50px;
    border: 4px dotted var(--Gray-Lighter);
    border-top: 0;
    width: 72px;
    height: 38px;
    top: 42px;
    left: -62px;
  }
  p + .route {
    margin-top: 20px;
  }
  .route .time-table thead {
    display: none;
  }
  .route .time-table tbody {
    display: block;
    width: 100%;
  }
  .route .time-table tbody tr {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    padding: 16px;
    border-bottom: 1px dotted var(--Gray-Border);
  }
  .route .time-table tbody tr th.row {
    width: 100%;
    display: block;
    background: none;
    border: 0;
    padding: 0;
    margin-bottom: 0;
    font-size: 1.1em;
    line-height: 1.4;
  }
  .route .time-table tbody tr th.row::after,
  .route .time-table tbody tr td::after {
    display: none;
  }
  .route .time-table tbody tr th.row span {
    color: inherit;
    margin-bottom: 10px;
  }
  .route .time-table tbody tr:last-of-type {
    border-bottom: 0;
  }
  .route .time-table tbody tr td {
    border: 0;
    padding: 0;
    font-size: 1em;
    font-weight: 300;
    width: 16%;
    text-align: left;
    letter-spacing: 0;
  }
  .zoomed .sub .detail .reserv-ui,
  .zoomed .swiper-container.images {
    display: none;
    z-index: -1;
    opacity: 0;
  }
  .zoomed .list li .thumb .zoom.with-swiper {
    -webkit-transform-style: preserve-3d;
    -webkit-transform: translateZ(50px);
  }
  .zoomed .sub .contents .article .header {
    -webkit-transform: translateZ(0);
    display: none;
  }
  .section.insert-full,
  .section.insert-full-banner {
    padding: var(--padding);
  }
  .contents > .section.insert-full .list .full-split .info .head,
  .contents > .section .list .full-split .info .noti .subscr {
    padding: 0;
  }
  #map .head + .list.horizon,
  .section.notice .head + .list.horizon {
    margin-top: var(--padding);
  }
  .sub .detail .reserv-ui.active .choose {
    padding-left: 0;
    margin-left: 0;
  }
  .list.vertical.prices li .thumb {
    height: calc(50vw - var(--padding));
  }
  .list.vertical.row2.prices li {
    width: 100%;
    margin-bottom: 0;
  }
  .local .map-list .section {
    padding: 12px;
  }
  .local .map-list .section .search {
    flex-wrap: wrap;
    --Input-h: 42px;
  }
  .local .map-list .section .search > * {
    font-size: 0.85em;
    border-radius: 4px;
  }
  .local .map-list .section .search select {
    flex-grow: 1;
    width: 30%;
    padding-right: 30px;
  }
  .local .map-list .section .search input {
    flex-grow: 1;
    width: 50%;
  }
  .search + .list {
    margin-top: 0;
  }
  .local .map-list .list.horizon li {
    width: calc(50% - 5px);
    flex-direction: column;
  }
  .map-wrap .category {
    right: 0;
    top: 0;
    left: 0;
    padding: 8px;
  }
  .map-wrap .category ul {
    flex-wrap: wrap;
    border-radius: 0;
  }
  .map-wrap .category ul li {
    width: calc(100% / 6 + 2px);
    padding: 10px 0;
  }
  .local .map-list .list.horizon li .thumb {
    width: 100%;
    border-radius: 4px;
    height: 30vw;
  }
  .local .map-list .list.horizon li .thumb + .infos {
    margin-left: 0;
    padding-top: 16px;
  }
  .local .map-list .list.horizon li .thumb + .infos h2 {
    font-size: 1.1em;
  }
  .local .map-list .list.horizon li .thumb + .infos h4 {
    font-size: 0.9em;
    font-weight: normal;
  }
  .local .map-list .list.horizon li .thumb + .infos .feat {
    font-size: 0.8em;
    gap: 1px;
  }
  .local .map-list .list.horizon li .info .feat > li {
    width: 100%;
  }
  .local .wrap.sub {
    overflow: hidden;
  }
  #map-picks {
    height: 100vw;
    overflow: hidden;
  }
  .sub .detail .detail-contents .option + .sub-detail {
    margin-top: 0px;
  }
  .wrap .contents .login-wrap {
    background: none;
  }
  .wrap .contents .login-wrap .login-form {
    width: initial;
  }
  .wrap .contents .login-wrap .login-form input {
    font-size: 0.9em;
  }
  .map-area .root_daum_roughmap .wrap_map {
    margin-top: -100px !important;
  }
}
