@import url(./common.css);

/* Default CSS */
* {
  box-sizing: border-box;
  scroll-behavior: smooth;
  font-family: var(--primary-kr);
}
body {
  margin: 0;
  color: var(--black-90);
  line-height: 1.7em;
  word-break: keep-all;
}
body.active {
  overflow: hidden;
}
html .skip-main {
  display: none;
}



/* ############################### Main ############################### */
/* Main Visual */
.visual-bifurcation {
  position: relative;
  margin-bottom: 60px;
}
.visual-bifurcation::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  min-width: 1500px;
  width: 100%;
  height: 100px;
  background: linear-gradient(#2F93DE 0%, transparent);
  z-index: 10;
}
.main-visual {
  min-width: 93.75rem;
  max-width: 120rem;
  width: 100%;
  height: 56.875rem;
  margin: 0 auto;
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(/image/main/main-visual/main-visual-bg.png);
  overflow: hidden;
}
.main-visual .tour-wrap {
  position: absolute;
  height: 100%;
  width: 100%;
  min-width: 93.75rem;
  max-width: 93.75rem;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 3;
}
.main-visual .tour-wrap .tours {
  position: relative;
  width: 100%;
  height: 100%;
  /*
  .cows {
    display: none;
    display: block;
    position: absolute;
    z-index: 6;
    opacity: 1;
    top: ppr(286);
    left: ppr(47);
    .cow {
      position: absolute;
      transition: all .5s ease;
      animation-duration: 5s;
      animation-direction: normal;
      animation-iteration-count: infinite;
      //animation-play-state: paused;
      animation-timing-function: 1s;
      animation-fill-mode: both;
      animation-delay: 1s;
      &.cow1 {
        animation-name: cow1;
      }
      &.cow2 {
        animation-name: cow2;
      }
    }
  }
  */
}
.main-visual .cow-obj-wrap {
  position: absolute;
  height: 100%;
  width: 100%;
  min-width: 93.75rem;
  max-width: 93.75rem;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 1;
}
.main-visual .cow-obj-wrap .cow-obj {
  position: relative;
  width: 100%;
  height: 100%;
}
.main-visual .cow-obj-wrap .cow-obj .cow {
  position: absolute;
  z-index: 0;
  opacity: 1;
  top: 18.5rem;
  left: 2.9375rem;
  position: absolute;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-animation-duration: 7.5s;
  animation-duration: 7.5s;
  -webkit-animation-direction: normal;
  animation-direction: normal;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: 1s;
  animation-timing-function: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
.main-visual .cow-obj-wrap .cow-obj .cow.cow1 {
  -webkit-animation-name: cow1;
  animation-name: cow1;
}
.main-visual .cow-obj-wrap .cow-obj .cow.cow2 {
  -webkit-animation-name: cow2;
  animation-name: cow2;
}
.main-visual .obj-wrap {
  position: absolute;
  height: 100%;
  width: 100%;
  min-width: 93.75rem;
  max-width: 93.75rem;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 1;
}
.main-visual .obj-wrap .objs {
  position: relative;
  width: 100%;
  height: 100%;
}
.main-visual .obj-wrap .objs .car {
  position: absolute;
  z-index: 6;
  opacity: 1;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-animation-duration: 6s;
  animation-duration: 6s;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  -webkit-animation-direction: normal;
  animation-direction: normal;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: 1s;
  animation-timing-function: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.main-visual .obj-wrap .objs .car.car01 {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  -webkit-animation-duration: 7s;
  animation-duration: 7s;
  -webkit-animation-name: car1;
  animation-name: car1;
  -webkit-animation-fill-mode: backwards;
  animation-fill-mode: backwards;
  top: 36.8125rem;
  left: 24.375rem;
}
.main-visual .obj-wrap .objs .car.car02 {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
  -webkit-animation-duration: 9s;
  animation-duration: 9s;
  -webkit-animation-name: car2;
  animation-name: car2;
  -webkit-animation-fill-mode: backwards;
  animation-fill-mode: backwards;
  top: 42.5rem;
  left: 36.5rem;
}
.main-visual .obj-wrap .objs .car.car03 {
  -webkit-animation-delay: 6s;
  animation-delay: 6s;
  -webkit-animation-duration: 7s;
  animation-duration: 7s;
  -webkit-animation-name: car3;
  animation-name: car3;
  -webkit-animation-fill-mode: backwards;
  animation-fill-mode: backwards;
  top: 46.125rem;
  left: 45.5rem;
}
.main-visual .obj-wrap .objs .tractor {
  position: absolute;
  top: 10.75rem;
  left: 84.625rem;
  -webkit-transform: scale(1);
  transform: scale(1);
  z-index: 2;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-animation-duration: 30s;
  animation-duration: 30s;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  -webkit-animation-direction: normal;
  animation-direction: normal;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: 1s;
  animation-timing-function: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: tractor;
  animation-name: tractor;
}
.main-visual::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  z-index: -1;
  opacity: 0;
}
.main-visual.active::after {
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 1;
  opacity: 1;
}
.main-visual .bird1 {
  position: absolute;
  top: 0;
  left: 6.25rem;
  opacity: 0;
  -webkit-animation-name: bird1;
  animation-name: bird1;
  -webkit-animation-duration: 6s;
  animation-duration: 6s;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  -webkit-animation-direction: normal;
  animation-direction: normal;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: 1s;
  animation-timing-function: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.main-visual .bird2 {
  position: absolute;
  top: 0;
  left: 75rem;
  opacity: 0;
  -webkit-animation-name: bird2;
  animation-name: bird2;
  -webkit-animation-duration: 5s;
  animation-duration: 5s;
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
  -webkit-animation-direction: normal;
  animation-direction: normal;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: 1s;
  animation-timing-function: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.main-visual .building {
  position: absolute;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  cursor: pointer;
  z-index: 2;
}
.main-visual .building.active {
  opacity: 1;
  z-index: 4;
}
.main-visual #building1 {
  top: 23rem;
  left: 64.625rem;
}
.main-visual #building2 {
  top: 21.9375rem;
  left: 6.25rem;
}
.main-visual #building3 {
  top: 14.125rem;
  left: 2.9375rem;
}
.main-visual #building4 {
  top: 9.6875rem;
  left: 5.375rem;
}
.main-visual #building5 {
  top: 18.375rem;
  left: 37.0625rem;
}
.main-visual #building6 {
  top: 27.375rem;
  left: 26.125rem;
}
.main-visual #building7 {
  top: 17.625rem;
  left: 69.8125rem;
}
.main-visual #building8 {
  top: 34.875rem;
  left: 36.875rem;
}
.main-visual .building-desc {
  opacity: 0;
  max-width: 26.875rem;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  background-color: #ffffff;
  padding: 1.25rem;
  border-radius: 1rem;
  position: absolute;
  z-index: -1;
}
.main-visual .building-desc.active {
  opacity: 1;
  z-index: 10;
}
.main-visual .building-desc[data-building=building1] {
  top: 28.4375rem;
  left: 47.375rem;
  left: 665px;  /* 아산 정주영 기념관 마우스 hover시 나무 가리는 현상 수정하기 위한 코드 */
}
.main-visual .building-desc[data-building=building2] {
  left: 26.75rem;
  bottom: 12.8125rem;
}
.main-visual .building-desc[data-building=building3] {
  top: 11.125rem;
  left: 34.875rem;
}
.main-visual .building-desc[data-building=building4] {
  top: 9.875rem;
  left: 40.5rem;
}
.main-visual .building-desc[data-building=building5] {
  top: 19.5625rem;
  left: 10.625rem;
}
.main-visual .building-desc[data-building=building6] {
  top: 27.9375rem;
  left: 39.875rem;
}
.main-visual .building-desc[data-building=building7] {
  top: 23.75rem;
  left: 62.5rem;
}
.main-visual .building-desc[data-building=building8] {
  top: 32.0625rem;
  left: 51.5rem;
}
.main-visual .building-desc .image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.main-visual .building-desc .image img {
  max-width: 100%;
}
.main-visual .building-desc .title {
  padding: 1.25rem 0 0.75rem;
  color: #004193;
  font-family: "Pretendard Variable";
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1;
}
.main-visual .building-desc .content {
  color: #565656;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.4;
}
.main-visual .building-nav-wrap {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 6.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 3;
}
.main-visual .building-nav-wrap .nav-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  width: 100%;
}
.main-visual .building-nav-wrap .nav-wrap.nav-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  background-color: #034ea2;
}
.main-visual .building-nav-wrap .nav-wrap.nav-left img {
  margin: 0 1.25rem 0 0;
}
.main-visual .building-nav-wrap .nav-wrap.nav-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  background-color: #00428b;
}
.main-visual .building-nav-wrap .nav-wrap.nav-right img {
  margin: 0 1.25rem 0 3.75rem;
}
/* 2024/11/22 추가 */
.btn-calender img {
  margin: 0 !important;
}
.main-visual .building-nav-wrap .nav-wrap .building-nav {
  display: inline-block;
  padding: 0.625rem 1.25rem;
  color: #94c6ff;
  position: relative;
}
.main-visual .building-nav-wrap .nav-wrap .building-nav.active {
  color: #ffffff;
}
.main-visual .building-nav-wrap .nav-wrap .building-nav.active::before {
  content: "";
  position: absolute;
  top: -0.125rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  border-top: 0;
  border-bottom: 0.5rem solid #ffbd2e;
  border-left: 0.375rem solid transparent;
  border-right: 0.375rem solid transparent;
}
.mobile {
  display: none;
}
@-webkit-keyframes bird1 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5) translate(0, 0);
    transform: scale(0.5) translate(0, 0);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1) translate(19.3125rem, -1.75rem);
    transform: scale(1) translate(19.3125rem, -1.75rem);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.5) translate(56.25rem, -6.25rem);
    transform: scale(0.5) translate(56.25rem, -6.25rem);
  }
}
@keyframes bird1 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5) translate(0, 0);
    transform: scale(0.5) translate(0, 0);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1) translate(19.3125rem, -1.75rem);
    transform: scale(1) translate(19.3125rem, -1.75rem);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.5) translate(56.25rem, -6.25rem);
    transform: scale(0.5) translate(56.25rem, -6.25rem);
  }
}
@-webkit-keyframes bird2 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5) translate(0, 0);
    transform: scale(0.5) translate(0, 0);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1) translate(16.75rem, -0.625rem);
    transform: scale(1) translate(16.75rem, -0.625rem);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.5) translate(43.75rem, -3.75rem);
    transform: scale(0.5) translate(43.75rem, -3.75rem);
  }
}
@keyframes bird2 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5) translate(0, 0);
    transform: scale(0.5) translate(0, 0);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1) translate(16.75rem, -0.625rem);
    transform: scale(1) translate(16.75rem, -0.625rem);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.5) translate(43.75rem, -3.75rem);
    transform: scale(0.5) translate(43.75rem, -3.75rem);
  }
}
@-webkit-keyframes car1 {
  0% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  50% {
    opacity: 1;
    -webkit-transform: translate(-3.375rem, -2.375rem);
    transform: translate(-3.375rem, -2.375rem);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@keyframes car1 {
  0% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  50% {
    opacity: 1;
    -webkit-transform: translate(-3.375rem, -2.375rem);
    transform: translate(-3.375rem, -2.375rem);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@-webkit-keyframes car2 {
  0% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  50% {
    opacity: 1;
    -webkit-transform: translate(-3.625rem, -2.5rem);
    transform: translate(-3.625rem, -2.5rem);
  }
  1000% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@keyframes car2 {
  0% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  50% {
    opacity: 1;
    -webkit-transform: translate(-3.625rem, -2.5rem);
    transform: translate(-3.625rem, -2.5rem);
  }
  1000% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@-webkit-keyframes car3 {
  0% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  50% {
    opacity: 1;
    -webkit-transform: translate(-3.25rem, -2.1875rem);
    transform: translate(-3.25rem, -2.1875rem);
  }
  1000% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@keyframes car3 {
  0% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  50% {
    opacity: 1;
    -webkit-transform: translate(-3.25rem, -2.1875rem);
    transform: translate(-3.25rem, -2.1875rem);
  }
  1000% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@-webkit-keyframes tractor {
  0% {
    -webkit-transform: scale(0.75) translate(0, 0);
    transform: scale(0.75) translate(0, 0);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(1) translate(-19.5625rem, 0.5625rem);
    transform: scale(1) translate(-19.5625rem, 0.5625rem);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(0.75) translate(0, 0);
    transform: scale(0.75) translate(0, 0);
    opacity: 1;
  }
  /*
  75% {
    top: ppr(176);
    left: ppr(1180);
    transform: scale(1);
    opacity: 1;
  }
  100% {
    top: ppr(176);
    left: ppr(1180);
    transform: scale(1);
    opacity: 0;
  }
  */
}
@keyframes tractor {
  0% {
    -webkit-transform: scale(0.75) translate(0, 0);
    transform: scale(0.75) translate(0, 0);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(1) translate(-19.5625rem, 0.5625rem);
    transform: scale(1) translate(-19.5625rem, 0.5625rem);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(0.75) translate(0, 0);
    transform: scale(0.75) translate(0, 0);
    opacity: 1;
  }
  /*
  75% {
    top: ppr(176);
    left: ppr(1180);
    transform: scale(1);
    opacity: 1;
  }
  100% {
    top: ppr(176);
    left: ppr(1180);
    transform: scale(1);
    opacity: 0;
  }
  */
}
@-webkit-keyframes cow1 {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes cow1 {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes cow2 {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  75% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes cow2 {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  75% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

/* Section Common */

html .main-page .skip-content {
  display: none;
}
html .main-page .skip-main {
  display: block;
}
.main-page section > div[class*=inner]:not(.info-inner) {
  text-align: center;
  padding: 100px 0;
}
div[class*=inner] > .heading {
  font-size: 2.875rem;
  line-height: 1.4em;
  margin-bottom: 70px;
}

/* Section : Intro */
.intro-inner .photo {
  background: url(/image/main/bg-intro.jpg) no-repeat center center /cover;
  height: 420px;
  border-radius: 20px;
  margin-bottom: 50px;
  position: relative;
  overflow: hidden;
  transition: 0.4s;
}
.intro-inner .photo:hover {
  background: url(/image/main/h-bg-intro.jpg) no-repeat center center /cover;
}
.intro-inner .photo::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgb(0, 0, 0, 0.6);
}
.intro-inner .photo p {
  position: absolute;
  left: 50%;
  top: 52%;
  transform: translate(-50%, -50%);
  color: var(--white);
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 1.5em;
  width: 80%;
}
.intro-inner .photo p span {
  display: block;
  color: var(--black-20);
  font-size: 1.25rem;
  font-weight: 300;
  margin-top: 5px;
}
.intro-inner .btn-wrap a {
  padding: 24px 60px;
  border: 1px solid var(--black-80);
  border-radius: 100px;
  font-size: 1.25rem;
}

/* Section : Feature */
.feature-inner .content-feature > div {
  flex: 1;
}
.feature-inner .content-about {
  display: flex;
  align-items: center;
  justify-content: center;
}
.feature-inner .content-about p {
  font-size: 2.25rem;
  text-align: left;
}
.feature-inner .content-about p b {
  color: var(--primary);
}
.feature-inner .content-photo {
  max-width: 680px;
  max-height: 280px;
  overflow: hidden;
  border-radius: 20px;
}
.feature-inner .content-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Section : Banner */
#banner {
  background: #E3EEFE url(/image/main/bg-banner.png) no-repeat center bottom;
}
.main-page .banner-inner {
  padding-bottom: 135px;
}
.banner-inner .content-feature {
  border-radius: 20px;
  overflow: hidden;
  display: flex;
  min-height: 400px;
}
.banner-inner .content-about {
  background: var(--white);
  gap: 0;
  text-align: left;
  flex: 1.5;
}
.banner-inner .content-about-inner {
  width: 75%;
  height: 100%;
  padding: 60px 0 0 60px;
}
.banner-inner .content-about h3 {
  color: var(--primary);
  padding-bottom: 18px;
  margin-bottom: 24px;
  font-size: 2.5rem;
  border-bottom: 1px solid #d9d9d9;
}
.banner-inner .content-about p {
  font-size: 1.25rem;
  width: 90%;
}
.banner-inner .content-photo {
  flex: 1;
}
.banner-inner .content-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banner-inner .slick-dots {
  bottom: 70px !important;
  right: 35px !important;
}
.banner-inner .slick-prev::before {
  content: url(/image/main/banner-prev.png) !important;
}
.banner-inner .slick-prev:focus:before {
  content: url(/image/main/banner-prev.png) !important;
}
.banner-inner .slick-next {
  right: 50px !important;
}
.banner-inner .slick-next::before {
  content: url(/image/main/banner-next.png) !important;
}
.banner-inner .slick-next:focus:before {
  content: url(/image/main/banner-next.png) !important;
}

/* Section : Attract */
.attract-inner .list-item {
  max-height: 440px;
  position: relative;
}
.attract-inner .list-wrap {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  display: inline-block;
  cursor: pointer;
}
.attract-inner .list-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgb(0, 0, 0, 0.4);
}
.attract-inner .list-wrap img {
  max-width: 100%;
  max-height: 100%;
}
.attract-inner .wrap {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  margin-top: 75px;
  width: 90%;
  max-height: 280px;
  height: 100%;
  color: var(--white);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.attract-inner .sub-title {
  font-size: 1.125rem;
  font-weight: 300;
  padding-bottom: 6px;
  width: auto;
  margin-bottom: 15px;
  border-bottom: 1px solid var(--white);
}
.attract-inner .wrap p {

}
.attract-inner .heading p {
  font-size: 2.125rem;
}
.attract-inner .btn-wrap span {
  font-size: 1.25rem;
  color: var(--white);
  border: 1px solid var(--white);
  border-radius: 100px;
  padding: 16px 35px;
}

.main-page .attract-inner .slick-arrow,
.main-page .event-inner .slick-arrow {
  display: none !important;
}



/* Section : Info */
.main-page .info-inner {
  max-width: 100%;
  display: flex;
}
.info-inner ul {
  flex: 1;
  position: relative;
}
.info-inner ul::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 1;
}
.info-inner ul:nth-child(1) {
  background: url(/image/main/info-01.png) no-repeat center center /cover;
  height: 375px;
}
.info-inner ul:nth-child(2) {
  background: url(/image/main/info-02.png) no-repeat center center /cover;
  height: 375px;
}
.info-inner li {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  color: var(--white);
  width: 80%;
  text-align: center;
}
.info-inner li b {
  font-size: 2.625rem;
  margin-bottom: 30px;
}
.info-inner li p {
  font-size: 1.25rem;
}






/* ############################### Section : Welcome ############################### */
/* Welcome Img */
.welcome-inner {
  max-width: 100%;
  height: 400px;
  background: url(/image/welcome-img-01.jpg) no-repeat center center /cover;
  position: relative;
}
.tourist .welcome-inner {
  background: url(/image/tourist-welcome-img-01.jpg) no-repeat center top / cover;
}
.tourist-culture .welcome-inner {
  background: url(/image/culture-welcome-img-01.jpg) no-repeat center top / cover;
}
.tourist-nature .welcome-inner {
  background: url(/image/nature-welcome-img-01.jpg) no-repeat center top / cover;
}
.tourist-edu .welcome-inner {
  background: url(/image/edu-welcome-img-01.jpg) no-repeat center top / cover;
}
.tourist-leisure .welcome-inner {
  background: url(/image/leisure-welcome-img-01.jpg) no-repeat center top / cover;
}
.tourist-food .welcome-inner {
  background: url(/image/food-welcome-img-01.jpg) no-repeat center top / cover;
}
.center-map .welcome-inner {
  background: url(/image/mapguide-welcome-img-01.jpg) no-repeat center top / cover;
}
.facility .welcome-inner {
  background: url(/image/welcome-img-03.jpg) no-repeat center center /cover;
}




.welcome-heading {
  position: absolute;
  left: 50%;
  top: 51%;
  transform: translate(-50%, -50%);
  width: 50%;
  text-align: center;
  color: var(--white);
}
.welcome-heading h2 {
  font-size: 4.25rem;
  margin-bottom: 15px;
  font-family: "HDharmony";
}
/* 24/12/04 추가 */
.welcome-heading .history span,
.welcome-heading .history b {
  text-shadow: 0 0 5px #000;
  font-weight: normal;
}
.welcome-heading .history span img {
  margin-right: 7px;
  transform: translateY(-1px);
}
.welcome-heading .history > img {
  filter: invert(0);
  margin: 0 15px;
  transform: translateY(-1px) scale(1.2);
}


/* ############################### Section : Sub Menu ############################### */
#sub-menu {
  max-width: 1400px;
  margin: auto;
}
.sub-menu-inner {
  width: 100%;
  background: var(--primary);
  text-align: center;
  position: absolute;
  height: 100px;
  line-height: 100px;
  left: 50%;
  top: 350px;
  transform: translateX(-50%);
  border-radius: 30px 5px 30px 5px;
  overflow: hidden;
  z-index: 100;
}
.sub-menu-inner > a {
  display: none;
}
.sub-menu-inner a {
  color: var(--primary-10);
  display: inline-block;
  height: inherit;
  cursor: pointer;
  padding: 0 45px;
  font-size: 1.25rem;
  position: relative;
}
.sub-menu-inner a:not(.tab-menu-btns a:last-child) {
  margin-right: 10px;
}
.sub-menu-inner a:hover,
.sub-menu-inner a.active {
  color: var(--white);
  font-weight: 600;
}
.sub-menu-inner a::before {
  content: url(/image/bullet-sub-menu.svg);
  position: absolute;
  bottom: -45px;
  left: 50%;
  transform: translateX(-50%);
  display: none;
}
.sub-menu-inner a.active::before {
  display: block;
}
.sub-menu-inner > a {
  display: none;
}



/* ####### Reserve Apply 01 ####### */
.apply-order-list {
  height: 120px;
}
.apply-order1 .apply-order-list {
  background: url(/image/reserve-step-01.png) no-repeat center center;
}
.apply-order2 .apply-order-list {
  background: url(/image/reserve-step-02.png) no-repeat center center;
}
.apply-order3 .apply-order-list {
  background: url(/image/reserve-step-03.png) no-repeat center center;
}
.apply-order4 .apply-order-list {
  background: url(/image/reserve-step-04.png) no-repeat center center;
}
.apply-order5 .apply-order-list {
  background: url(/image/reserve-step-05.png) no-repeat center center;
}
.apply-order6 .apply-order-list {
  background: url(/image/reserve-step.png) no-repeat center center;
}
.guide .welcome-inner {
  background: url(/image/center-guide-welcome-img-01.jpg) no-repeat center center / cover;
}
.heritage .welcome-inner {
  background: url(/image/heritage-welcome-img-01.jpg) no-repeat center top / cover;
}
.guide .reserve-guide-items {
  border-top: 2px solid var(--black-80);
}
.guide .reserve-guide-item {
  border-bottom: 1px solid var(--black-20);
  padding: 50px;
  display: flex;
  align-items: center;
  gap: 80px;
}
.guide .reserve-guide-item h3 {
  flex: 1;
  font-size: 1.3rem;
}
.guide .reserve-guide-photo {
  border-radius: 50%;
  text-align: center;
  max-width: 200px;
  min-width: 120px;
}
.guide .reserve-guide-photo img {
  max-width: 100%;
}
.guide .reserve-guide-list {
  flex: 5;
}
.guide .reserve-guide-list li,
.guide .reserve-guide-list dd {
  line-height: 2.2rem;
}
.guide .reserve-guide-list li::before,
.guide .reserve-guide-list dt::before,
.guide-detail .reserve-guide-list dd::before,
.heritage .content-feature .content-about .content-list li::before {
  content: 'ㆍ';
  /* content: url(/image/bullet-list-style.svg); 2024/11/21 수정 */
  font-weight: bold;
}

.guide-detail .reserve-guide-list dd.icon-desc::before {
  display: none;
}

.guide .reserve-guide-list,
.guide-detail .reserve-guide-list,
.heritage .content-feature .content-about .content-list,
.content-list.rules {
  text-indent: -10px;
  margin-left: 20px;
}

.guide-detail .reserve-guide-list dt::before {
  content: '';
  margin-right: 0;
  transform: none;
}

.contents {
  position: relative;
}
/* ####### Reserve Apply 02 ####### */
.apply-order-list {
  margin-bottom: 70px;
}
.content-item-title {
  border-bottom: 2px solid var(--black-80);
  padding-bottom: 10px;
}
.content-item-title {
  margin-bottom: 60px;
}
.content-item {
  position: relative;
}
.terms-agree .content-item-title,
.agree-info .content-item-title,
.facility .content-item-title {
  margin-bottom: 0;
}
.content-item-title h3 {
  font-size: 1.5rem;
}

/* Accordion */
.accordion .title {
  font-size: 1.125rem;
  padding: 25px;
  padding-top: 30px;
  border-bottom: 1px solid var(--black-20);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
}
.accordion .title.all-chk {
  background: var(--black-10);
}
.accordion .title.chk {
  color: var(--black-70);
}
.accordion .title label {
  vertical-align: middle;
  position: relative;
}
.accordion .title label::before {
  width: 24px;
  vertical-align: middle;
  margin-right: 8px;
  transform: translateY(2px);
  content: url(/image/check-Box-n.svg);
}
input[type=checkbox]:checked + label::before {
  content: url(/image/check-Box-y.svg);
}
input[type=checkbox]:focus + label::after {
  content: '';
  width: 100%;
  outline: 2px solid var(--black-60) !important;
  /*outline: 2px solid var(--red);*/  /* 웹접근성심사 CSS */
  outline-offset: 4px;
  position: absolute;
  left: 0;
  height: 30px;
  border-radius: 2px;
}
.accordion .btn-over-view {
  border: 1px solid var(--black-20);
  border-radius: 100px;
  padding: 8px 20px;
  white-space: nowrap;
}
.accordion .btn-over-view img {
  margin-right: 12px;
}
.accordion .desc {
  white-space: normal;
  padding: 25px;
  border-bottom: 1px solid var(--black-20);
  display: none;
  position: relative;
}
.inquiry .welcome-inner {
  background: url(/image/notice-welcome-img-01.jpg) no-repeat center center / cover;
}
.inquiry-01 .desc {
  display: block !important;
}
/* .accordion .btn-over-view.close {
  background: var(--black-10);
  position: absolute;
  right: 25px;
  top: -60px;
} */
.accordion .btn-over-view.close {
  background: var(--black-10);
  /*display: none;*/
}
.accordion .btn-over-view.close img {
  transform: rotate(180deg);
}
.guide-text {
  padding: 20px;
  color: var(--black-70);
}
.guide-text li::before {
  content: '*';
  transform: translateY(2px);
  margin-right: 5px;
}

/* Reserve */
.reservation-method {
  display: flex;
  gap: 20px;
}
.reservation-method a {
  flex: 1;
  border: 2px solid var(--black-20);
  border-radius: 10px;
  padding: 100px 0;
  text-align: center;
  cursor: pointer;
}
.reservation-method a img {
  max-width: 210px;
}
.reservation-method a:first-child img {
  filter: invert(16%) sepia(83%) saturate(1918%) hue-rotate(197deg) brightness(97%) contrast(106%);
}
.reservation-method a.none-chk {
  background: #f9f9f9;
}
.reservation-method a.none-chk img {
  filter: invert(65%) sepia(0%) saturate(294%) hue-rotate(199deg) brightness(97%) contrast(79%);
}
.reservation-method a.none-chk span {
  color: var(--black-50);
}
.reservation-method a:hover,
.reservation-method a.active {
  border-color: var(--primary);
  background: var(--white);
}
.reservation-method a:hover span,
.reservation-method a.active span {
  color: var(--primary);
}


.reservation-method a:hover img,
.reservation-method a.active img {
  filter: invert(20%) sepia(23%) saturate(7019%) hue-rotate(200deg) brightness(98%) contrast(101%);
}
.reservation-method a span {
  display: block;
  margin-top: 35px;
  font-size: 1.25rem;
}

/* Button - Prev & Next */
.btns-prev-next {
  text-align: center;
  margin-top: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.btns-prev-next a {
  font-size: 1.25rem;
  padding: 20px 0;
  min-width: 240px;
  border-radius: 10px;
}
.btn-prev {
  border: 1px solid var(--black-30);
  background: var(--white);
}
.btn-next {
  border: 1px solid var(--primary);
  background: var(--primary);
  color: var(--white);
}


/* #### Reserve Step 02 #### */
.reserve-apply-02 .car-num .input-field-box {
  width: 100%;
}
.input-field {
  display: flex;
  font-size: 1.25rem;
  margin-bottom: 40px;
  color: var(--black-80);
  gap: 30px;
}
.input-field:last-child {
  margin-bottom: 0;
}
.input-field .input-field-title {
  width: 150px;
  flex-shrink: 0;
  padding-top: 4px;
  font-weight: 600;
  word-break: break-all;
}
.input-field em .essential {
  transform: translateY(-5px);
}
.input-flex {
  display: flex;
  gap: 10px;
}
.input-field-box .input-flex {
  gap: 40px;
}
.input-field-box .input-flex > div {
  position: relative;
}
.input-field-box .input-flex > div s {
  position: absolute;
  right: -27px;
  top: 50%;
  transform: translateY(-50%);
}
.input-flex > div:last-child input {
  margin-right: 5px;
}
.input-flex > div em {
  margin: 0 3px;
}
.input-field-box .custom-select {
  margin-right: 10px;
}
.input-field-box input,
.input-field .custom-select select {
  border: 1px solid var(--black-20);
  border-radius: 5px;
  min-width: 235px;
  max-width: 235px;
  font-size: 1rem;
}
.input-field input.essential {
  border-color: var(--red);
  color: var(--black-90);
}
.notice {
  color: var(--black-50);
  font-size: 0.875rem;
  margin-top: 5px;
  padding-right: 35px;
}
.notice img {
  filter: invert(64%) sepia(6%) saturate(4%) hue-rotate(328deg) brightness(95%) contrast(90%);
}
.input-field s {
  margin-left: 3px;
}
.input-field .notice.essential {
  color: var(--red);
}
.input-field .notice.essential img {
  filter: invert(15%) sepia(45%) saturate(6406%) hue-rotate(350deg) brightness(111%) contrast(94%);
}
.input-field s.essential {
  font-size: 1.25rem;
}
.input-field.car-num .custom-select {
  margin-right: 0;
}
.input-field.car-num .input-flex > div:last-child {
  flex: 4;
}
.input-field.car-num input {
  display: block;
}
.input-field.car-num input:not(.input-field.car-num input:last-child) {
  margin-right: 10px;
  margin-bottom: 15px;
}

/* 2024/10/24 수정 */
/* .btn-add {
  font-size: 1.25rem;
  border: 1px solid var(--black-80);
  border-radius: 5px;
  padding: 0 40px;
  height: 46px;
} */

/* #### Reserve Step 03 #### */
.reserve-content-item,
.reserve-content-item.schsharele-people .content-item-title {
  margin-bottom: 80px;
}
.reserve-apply-04 .reserve-content-item.eating-people .content-item-title {
  margin-bottom: 0;
}
.reserve-apply-04 .reserve-sub-content.food-menu-choice {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.schsharele-calender {
  border: 1px solid var(--black-20);
  padding: 20px 30px;
  border-radius: 5px;
  position: relative;
}
.show-calendar {
  display: block;
}
.show-calendar::before,
.drp-buttons {
  display: none !important;
}
/* .reserve-sub-content:not(.reserve-apply-02 .reserve-sub-content,
.apply-order6 .reserve-sub-content,
.look-up-03 .reserve-sub-content,
.visit-02 .reserve-sub-content,
.visit-look-up-03 .reserve-sub-content) */
.reserve-apply-03 .reserve-sub-content,
.reserve-apply-04 .reserve-sub-content {
  display: flex;
  padding: 40px 20px;
  /* 2024/11/04 수정 */
  gap: 30px;
}
.reserve-apply-03 .reserve-sub-content {
  border-bottom: 1px solid var(--black-20);
}
.reserve-apply-04 .reserve-sub-content {
  padding-right: 0;
}
.input-field input {
  padding: 12px;
}
.sub-title {
  min-width: 150px;
  flex-shrink: 0;
  font-weight: 600;
  font-size: 1.25rem;
}

/* Room List */
.reserve-sub-content.rooms .room-list li {
  display: flex;
  align-items: center;
  /* gap: 60px;  0923 수정 */
  flex-direction: column;
  width: 100%;/* 0923 추가 */
}
.reserve-sub-content.rooms .room-list li:not(.reserve-sub-content.rooms .room-list li:last-child) {
  margin-bottom: 40px;
}
.date {
  font-weight: 600;
  color: var(--primary);
}
.reserve-sub-content.rooms .room-list li .custom-select {
  margin-left: 10px;
}
.reserve-sub-content.rooms .room-list li .sub-content-box div:first-of-type .custom-select select{
  min-width: 210px;
}
.reserve-sub-content.request .sub-content {
  width: 100%;
}
.reserve-sub-content.request textarea {
  width: inherit;
}

/* Full Detail & Total Price */
.full-detail {
  margin-top: 80px;
}
.full-detail-title {
  font-size: 1.5rem;
  margin-bottom: 10px;
}
.full-detail-content {
  background: #F7FBFF;
  border: 1px solid var(--primary-20);
}
.full-detail-content .total-price {
  border-top: 1px dashed var(--primary);
}
.full-detail-items {
  padding: 20px 40px;
}
.full-detail-item {
  padding: 15px;
  border-bottom: 1px solid var(--primary-20);
}
.full-detail-item:last-child {
  border-bottom: none;
}
.full-detail-item .date {
  margin-bottom: 10px;
}
.reserve-info > .slash::after {
  content: '|';
  color: var(--primary-50);
  margin: 0 3px 0 8px; /* 0923 수정 */
}
.reserve-info em:last-child::after {
  display: none;
}
.reserve-info + .reserve-info {
  margin-top: 5px;
}
.reserve-info .info-list {
  display: inline-block;
  padding-right : 30px;
}
.reserve-info .info-list:last-child {
  padding-right : 0;
}
.total-price {
  border-top: 1px dashed var(--primary-70);
  padding: 40px 30px;
  text-align: right;
}
.total-all-price {
  font-size: 1.125rem;
}
.total-all-price span {
  color: var(--primary);
  margin-left: 24px;
}
.total-all-price span b {
  font-size: 1.5rem;
  margin-left: 5px;
}
.total-all-price s {
  color: var(--black-50);
}

/* Eating People */
.sub-content {
  width: 100%;
}
.meal-items {
  display: flex;
  gap: 20px;
}
.meal-item {
  flex: 1;
  border: 1px solid var(--black-20);
  border-radius: 5px;
  min-height: 340px;
  text-align: center;
  padding: 20px;
}
.meal-item b {
  font-size: 1.5rem;
  margin-top: 8px;
}
.meal-item .notice {
  margin-top: 30px;
  padding-right: 0;
  float: right;
  text-align: left;
}
.meal-item .notice em:not(.meal-item .notice em:first-child) {
  display: block;
  padding-left: 72px;
}
.meal-list {
  text-align: left;
  margin-top: 25px;
}
.meal-list li {
  padding: 20px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.meal-list li:not(.meal-list li:last-child) {
  margin-bottom: 10px;
}
.meal-list li em {
  color: var(--black-80);
  font-weight: 600;
  margin-right: 12px;
}
.meal-list li span {
  color: var(--black-70);
}
.breakfast .meal-list li {
  background: #F2FAF6;
}
.lunch .meal-list li {
  background: #FFF8EC;
}
.dinner .meal-list li {
  background: #f3f9ff;
}

/* Food Menu Choice */
.food-menu-item {
  display: flex;
  margin-bottom: 40px;
  flex-direction: column;
}
.food-menu-item > div {
  flex: 1;
}
/* 2024/10/17 수정 */
.food-menu-item .select {
  display: flex;
}
.reserve-sub-content .reserve-info {
  justify-content: space-between;
  width: 100%;
}
.reserve-sub-content .reserve-info input {
  padding: 12px;
}
.reserve-sub-content .reserve-info .custom-select,
.reserve-sub-content .reserve-info input,
.reserve-sub-content .reserve-info .btn-reserve {
  margin: 0 5px;
  margin-top: -7px;
}
.reserve-sub-content .reserve-info select {
  width: 100%;
  min-width: 250px;
}
/* 2024/10/17 수정 */

.food-menu-item .date {
  width: 100px;
}
.food-menu-item .reserve-info {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
}
.food-menu-item .reserve-info > div {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}
.food-menu-item .reserve-info .select-box {
  display: inline-block;
}
.food-menu-item .reserve-info .custom-select {
  margin-bottom: 20px;
}
.food-menu-item .reserve-info .select-box .custom-select:last-child {
  margin-bottom: 0;
}
.total-info {
  background: #f9f9f9;
  padding: 30px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  font-size: 1.125rem;
  border-top: 1px dashed var(--black-20);
  border-bottom: 1px solid var(--black-20);
}
.total-info h4 {
  margin-right: 60px;
}
.total-info p {
  display: flex;
  justify-content: space-between;
  gap: 200px;
}
.total-info p:not(.total-info p:last-child) {
  margin-right: 75px;
}
.total-info p span {
  color: var(--black-70);
}
.total-info p b em {
  font-size: 0.9rem;
  color: var(--black-70);
  font-weight: 300;
}


/* #### Reserve Step 05 #### */
.reserve-apply-05 .reserve-sub-content {
  padding: 40px 20px;
  border-bottom: 1px solid var(--black-20);
  display: flex;
}
.reserve-apply-05 .reserve-sub-content:first-of-type {
  padding-top: 0;
}
.reserve-apply-05 .heritage-tour .reserve-sub-content,
.reserve-apply-05 .gift-list.reserve-sub-content {
  display: block;
}
.car-num .sub-content-box,
.room-list .sub-content-box,
.reserve-apply-05 .sub-content-box {
  display: flex;
  align-items: center;
  gap: 20px;
  width: 100%;
}
.car-num .sub-content-box {
  align-items: flex-start;
}
.btn-add,
.btn-reserve {
  font-size: 1.25rem;
  border: 1px solid var(--primary-50);
  background: #EDF6FF;
  border-radius: 5px;
  padding: 8.5px 45px;
  color: var(--primary);
  font-weight: 600;
}
.reserve-apply-05 .select-box em {
  margin: 0 3px;
}
.reserve-date {
  width: 100%; /* 0923 추가 */
  margin-top: 20px;
  background: #f9f9f9;
  padding: 35px;
}
.reserve-date p {
  position: relative;
}
.reserve-date p:not(.reserve-date p:last-child) {
  margin-bottom: 15px;
}
.reserve-date p .date {
  width: 100px;
}
.btn-delete {
  border-radius: 50%;
  background: var(--white);
  border: 1px solid var(--black-20);
  width: 35px;
  height: 35px;
  margin-left: 10px;
}
.reserve-date-item span {
  min-width: 25%;
}
.reserve-date em {
  text-align: left;
}
.reserve-sub-content .btn-delete {
  transform: translateY(-3px);
}

/* 예약 신청 - 선물 */
.gift label[for=file] {
  margin-top: -8px;
}
.reserve-gift .wrap {
  margin-right: 30px;
}
.reserve-gift .wrap .input-wrap {
  display: inline-block;
  margin-left: 10px;
}
.reserve-gift .input-wrap input {
  padding: 12px;
}
.reserve-gift .custom-select {
  margin-left: 10px;
}
.reserve-gift .custom-select select {
  min-width: 200px;
}
/* .reserve-apply-05 .btn-delete { 0923 수정
  position: absolute;
  left: 355px;
  top: 50%;
  transform: translateY(-50%);
} */
.reserve-apply-05 .reserve-sub-content .input-field-box input:not(input[type=date]) {
  min-width: 220px;
  font-size: 1rem;
}
.reserve-apply-05 .reserve-sub-content .input-field-box input::placeholder {
  font-size: 1rem;
}
.reserve-apply-05 .reserve-sub-content .select-box,
.reserve-apply-05 .input-field.user-num .input-field-box label {
  display: flex;
  align-items: center;
  gap: 5px;
}
.reserve-apply-05 .heritage-reserve .input-wrap {
  display: inline-block;
}
.reserve-apply-05 .heritage-reserve .input-field-box .select-box {
  margin-bottom: 15px;
}
.reserve-apply-05 .heritage-reserve .wrap {
  margin-right: 15px;
}
.reserve-apply-05 .text-wrap {
  margin-right: 5px;
  min-width: 75px;
}
.reserve-apply-05 .heritage-reserve .input-field.user-num .input-field-box {
  padding-right: 5px;
}
.reserve-apply-05 .heritage-reserve .custom-select {
  margin-right: 0;
}
.reserve-apply-05 .heritage-reserve .custom-select select {
  width: 100%;
}
.reserve-apply-05 .reserve-num-gift .input-field-box input {
  width: 15%;
  text-align: left;
  margin-top: -7px;
  margin-right: 5px;
}

/* Heritage Tour */
.heritage-tour .notice {
  font-size: 1.05rem;
  color: var(--black-80);
}
.heritage-tour .notice b {
  font-size: 1.125rem;
  margin-right: 20px;
}
.heritage-items {
  display: flex;
  justify-content: space-between;
  gap: 40px;
}
.heritage-item {
  text-align: center;
  max-width: 210px;
  position: relative;
  word-wrap: break-word;
}
.heritage-item::after {
  content: url(/image/arrow-right-black.svg);
  width: 15px;
  height: 15px;
  position: absolute;
  right: -25px;
  top: 50%;
  transform: translateY(-50%);
  filter: invert(18%) sepia(72%) saturate(2952%) hue-rotate(202deg) brightness(93%) contrast(98%);
}
.heritage-item:last-child::after {
  display: none;
}
.heritage-photo {
  max-width: 100%;
  max-height: 210px;
  height: 100%;
  border-radius: 5px;
  overflow: hidden;
}
.heritage-photo img {
  width: inherit;
  height: inherit;
  object-fit: cover;
}
.heritage-title {
  margin-top: 12px;
  color: var(--black-70);
  font-size: 1rem;
}

/* Gift */
.gift-list .input-field .text-wrap {
  font-size: 1.125rem;
}
.gift-list .list-item::after {
  content: '';
}
.gift-list .list-title .price {
  display: block;
}
.gift-info .list-items {
  padding: 0 80px;
}
.input-field.gift-info {
  overflow: hidden;
}
.gift-info .list-item {
  margin-right: 15px;
}
.gift-info .input-field-box {
  width: calc(100% - 155px);
}
.gift-info .list-item:last-child {
  margin-right: 0;
}
.gift-info .list-photo {
  max-height: 160px;
  overflow: hidden;
}
.gift-info .list-title {
  text-align: left;
}
.gift-info .list-title .title {
  font-size: 1.25rem;
  margin-top: 20px;
}
.gift-info .list-title .text {
  margin: 15px 0;
  min-height: 70px;
  font-size: 0.875rem;
  line-height: 1.5em;
  color: var(--black-70);
}
.gift-info .list-title .price {
  font-weight: 600;
  font-size: 1rem;
}
.gift-info .slick-dots {
  bottom: -30px !important;
  right: 35px !important;
}
.gift-info .slick-prev {
  left: 0 !important;
}
.gift-info .slick-prev::before {
  content: url(/image/main/banner-prev.png) !important;
}
.gift-info .slick-next::before {
  content: url(/image/main/banner-next.png) !important;
}
.gift-info .slick-next {
  right: 55px !important;
}
.gift-info .slick-prev,
.gift-info .slick-next {
  top: 40%;
}


/* #### Reserve Step 06 #### , #### visit-03 #### */
.visit-03 .reserve-content-item,
.reserve-apply-07 .reserve-content-item {
  border-top: 2px solid var(--black-80);
  border-bottom: 1px solid var(--black-20);
  text-align: center;
  padding: 120px 0;
}
.content .photo {
  margin: auto;
}
.visit-03 .content {
  text-align: center;
}
.visit-03 h3,
.reserve-apply-07 h3 {
  margin-top: 40px;
  margin-bottom: 15px;
  font-size: 2.25rem;
}
.visit-03 span,
.reserve-apply-07 span {
  font-size: 1.125rem; 
}
.visit-03 .btn-next,
.reserve-apply-07 .btn-next {
  padding: 24px 80px;
}


/* ####### Reserve Apply 03 ####### */
.reserve-guide-text {
  text-align: center;
  margin-top: 80px;
}
.reserve-guide-text h3 {
  font-size: 2.25rem;
  margin-top: 40px;
}
.reserve-guide-text h3 span {
  display: block;
  font-size: 1.125rem;
  font-weight: 400;
}

/* Visit - 01 */
.visit-01 .content,
.look-up-01 .content {
  margin-top: 80px;
}
.visit-01 .content,
.look-up-01 .content {
  text-align: center;
}
.visit-01 .content h3,
.look-up-01 .content h3 {
  font-size: 2.25rem;
  margin-top: 40px;
  margin-bottom: 80px;
}
.look-up-01 .content h3 span,
.visit-03 .content h3 span {
  display: block;
  font-size: 1.125rem;
  font-weight: 400;
}


/* Look Up - 02 */
/* Input - Date */
input[type='date']::before {
  content: attr(data-placeholder);
  width: 80%;
  font-size: 1rem;
}

input[type='date']:focus::before,
input[type='date']:valid::before {
  display: none;
}

.look-up-list > .title {
  display: flex;
  justify-content: space-between;
  border-bottom: 2px solid var(--black);
  padding-bottom: 20px;
  margin-bottom: 40px;
}
.look-up-list .title .content-sub-title {
  color: var(--black-70);
  padding-top: 8px;
}
.look-up-date {
  display: flex;
  gap: 30px;
}
.look-up-date .input-box div,
.look-up-date .select-box div {
  display: inline-block;
}
.look-up-list .input-box span,
.look-up-list .select-box span {
  margin-right: 5px;
}
.look-up-list .select-box select {
  font-size: 1rem;
}
.look-up-items {
  display: flex;
  gap: 40px;
  margin-bottom: 40px;
  flex-wrap: wrap;
}
.look-up-item {
  min-width: 440px;
  border-radius: 10px;
  border: 1px solid var(--black-20);
  padding: 24px 30px;
}
.look-up-item-box .title {
  padding-bottom: 24px;
  position: relative;
}
.look-up-item-box .title,
.look-up-item-box ul {
  border-bottom: 1px solid var(--black-20);
}
.look-up-item-box .title span {
  font-size: 0.875rem;
  color: var(--black-50);
}
.look-up-item-box .title span strong {
  display: block;
  font-size: 1.125rem;
  color: var(--black-80);
}
.look-up-item-box .title .state {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-100%);
  border-radius: 5px;
  padding: 5px 10px;
  font-weight: 600;
  background: #fff;
}
.look-up-item-box .title .state.wait {
  background: #FFFAF8;
  color: #ED5B00;
  border: 1px solid #FF6E14;
}
.look-up-item-box .title .state.confirm {
  background: #F2FBF6;
  color: #008240;
  border: 1px solid var(--secondary);
}
.look-up-item-box .title .state.complete {
  background: #F9F9F9;
  color: var(--black-70);
  border: 1px solid var(--black-30);
}
.look-up-item-box ul {
  padding: 20px 0;
}
.look-up-item-box ul:last-of-type {
  padding-bottom: 30px;
  border-bottom: none;
}
.look-up-item-box li {
  display: flex;
  margin-bottom: 10px;
}
.look-up-item-box li:last-child {
  margin-bottom: 0;
}
.look-up-item-box li strong {
  min-width: 90px;
}
.look-up-item-box li span {
  flex: 1;
}
.look-up-item button {
  border: 1px solid var(--black-80);
  color: var(--black-70);
  font-weight: 600;
  border-radius: 5px;
  width: 100%;
  padding: 12px 0;
  font-size: 1.25rem;
}
.look-up-item button:hover {
  border-color: var(--primary);
  color: var(--primary);
}




/* Full Detail */
.look-up-03 .full-detail-content {
  background: var(--white);
  border: none;
}
.look-up-03 .reserve-content-item .total-price {
  background: #f9f9f9;
  border-top: 1px dashed var(--black-20);
  border-bottom: 1px solid var(--black-20);
}
.look-up-03 .full-detail .total-price {
  border: 1px solid var(--primary-20);
  background: #f7fbff;
}
.look-up-03 .input-field-title {
  padding-top: 0;
}
.look-up-03 .input-field-title .date {
  color: var(--black-90);
}
.look-up-03 .input-field-box .reserve-info {
  display: flex;
  gap: 12px;
  flex-direction: column;
}
.look-up-03 .rooms .input-field-box .reserve-info {
  flex-direction: row;
  justify-content: flex-start;
  gap: 50px;
}
.look-up-03 .full-detail .total-price {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 50px;
}
.look-up-03 .full-detail p {
  text-align: left;
  line-height: 2em;
  position: relative;
}
.look-up-03 .full-detail .total-price p em {
  text-align: left;
  color: var(--black-70);
}
.look-up-03 .full-detail .total-price p span {
  display: block;
  margin: 0;
  color: var(--black-80);
}
.look-up-03 .full-detail .total-price .total-all-price span {
  color: var(--primary);
}
.look-up-03 .full-detail .total-price p span b {
  margin-left: 0;
  font-size: 1.5rem;
}
.look-up-03 .full-detail .notice {
  color: var(--black-50);
}
.look-up-03 .full-detail .notice span {
  margin-right: 15px;
}
.look-up-03 .input-field:last-child {
  margin-bottom: 40px;
}


/* Duty Business */
.duty-business .reserve-sub-content {
  border-bottom: 1px solid var(--black-20);
}
.duty-business,
.duty-business .input-field:last-child {
  margin-bottom: 0;
}
.duty-business .input-field {
  margin-bottom: 10px;
}
.reserve-apply-06 .duty-business .input-field-box {
  display: flex;
  gap: 50px;
}
.duty-business .business-register .input-field-box {
  flex-direction: column;
  flex: 1;
}
.duty-register .wrap {
  gap: 50px;
}
.duty-business .wrap {
  display: flex;
}
.duty-business .input-field-box input {
  width: 100%;
  max-width: 340px;
}
.look-up-03 .duty-business .input-field-box input {
  max-width: 235px;
}
.duty-business .input-wrap,
.duty-business .btn-wrap {
  display: inline-block;
  margin-right: 10px;
}
.duty-register {
  padding-bottom: 60px;
}
.business-register {
  height: 0;
  visibility: hidden;
  border-top: 1px solid var(--black-20);
}
.business-register.active {
  height: auto;
  visibility: visible;
  padding: 40px 0;
}
.business-register label[for=file] input[type=text] {
  pointer-events: none;
  margin-right: 5px;
}
.business-register .btn-add {
  margin-left: 5px;
}
.duty-business .notice {
  margin-top: 10px;
  font-size: 0.875rem;
  padding-right: 0;
}
.duty-business .btn-add {
  height: auto;
  padding: 10px 40px;
}

/* 세금계산서 미발행 선택 후 진행 시 */
.business-file .reserve-sub-content {
  padding-bottom: 60px;
}
.business-file.business-email {
  padding-bottom: 70px;
}
.notice b {
  margin-right: 5px;
}

/* ############################### Notice List - 01 ############################### */
.post-title {
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.post-title .content-sub-title {
  font-size: 1.125rem;
}
.post-title label[for=search-field] {
  position: relative;
}
.post-title label[for=search-field] input[type=search] {
  padding: 10px 12px;
  color: var(--black-40);
  border-radius: 5px;
  border: 1px solid var(--black-20);
  width: 340px;
  padding-right: 35px;
}
.post-title label[for=search-field]::after {
  content: '';
  background: url(/image/search-black.svg) no-repeat center center /cover;
  filter: invert(48%) sepia(0%) saturate(1%) hue-rotate(158deg) brightness(93%) contrast(83%);
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  width: 15px;
  height: 15px;
}
.post-content-items {
  border-top: 2px solid var(--black-80);
}
.post-content-items .head,
.post-content-items a {
  padding: 35px;
  border-bottom: 1px solid var(--black-20);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  font-size: 1.125rem;
}
.inquiry-01 .post-content-items a {
  gap: 15px;
}
.post-content-items .head {
  background: #f9f9f9;
  padding: 25px 35px;
}
.post-content-items .head > p:last-child {
  font-weight: 600;
  text-align: center;
}
.post-content-items .fix-notice {
  background: #F7FBFF;
}
.post-content-items .fix-notice .list-num {
  min-width: 40px;
}
.post-content-items .fix-notice .title {
  color: var(--primary);
  font-weight: 600;
}
.post-content-items .head p:first-child {
  width: 110px;
}
.inquiry-01 .post-content-items .head p:first-child {
  width: 24px;
}
.post-content-items a p:first-child {
  text-align: center;
}
.post-content-items li p:last-child {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
}
.post-content-items .head p:last-child span {
  text-align: center;
}
.post-content-items li p:last-child .title {
  flex: 1;
}
.post-content-items a p:last-child .title {
  text-align: left;
  width: 200px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.post-content-items .head p:last-child .attachment,
.post-content-items .attachment {
  width: 70px;
  text-align: center;
}
.post-content-items li .writer {
  min-width: 100px;
  text-align: center;
}
.post-content-items li .date {
  min-width: 150px;
  text-align: center;
  color: var(--black-90);
}
.post-content-items li .date:not(.post-content-items .head .date) {
  font-weight: 400;
}
.post-content-items li .view-date {
  width: 110px;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.view-date, .writer, .date {
  position: relative;
}
.mo-only::before,
.mo-only::after {
  position: absolute;
  left: 0;
  top: 0;
  display: none;
}
.mo-only.add::before {
  content: '등록일';
}
.mo-only.add::after {
  content: '/';
}
.mo-only.view::before {
  content: '조회수';
}


/* Page View Number */
.page-view {
  margin-top: 80px;
  text-align: center;
}
.page-view a {
  width: 40px;
  height: 40px;
  border: 1px solid var(--black-20);
  text-align: center;
  line-height: 40px;
  background: var(--white);
  margin-right: -5px;
}
.page-view a:hover {
  background: var(--primary);
  color: var(--white);
}
.page-view a.active {
  background: var(--primary);
  color: var(--white);
}
.page-view .btn-arrow {
  border-radius: 5px;
  margin-right: 5px;
  line-height: 38px;
}
.page-view .btn-arrow:last-child {
  margin-right: 0;
}
.page-view .btn-next {
  margin-left: 10px;
}

/* ################# Notice List - 02 ################# */
.notice-02 .post-title {
  border-bottom: 2px solid var(--black-80);
  padding-bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.notice-02 .post-title h3 {
  font-size: 1.5rem;
}
.notice-02 .post-info em {
  color: var(--black-50);
}
.notice-02 .post-content {
  padding: 80px 0;
}
.notice-02 .post-text {
  font-size: 1.125rem;
  margin-bottom: 30px;
}
.notice-02 .post-img {
  width: 100%;
  height: 100%;
}
.notice-02 .post-img img {
  width: inherit;
  height: inherit;
  object-fit: cover;
}
.notice-02 .attachment {
  border-top: 1px solid var(--black-20);
  border-bottom: 1px solid var(--black-20);
  display: flex;
  align-items: center;
}
.notice-02 .attachment > * {
  padding: 20px 30px;
  font-size: 1.125rem;
}
.notice-02 .attachment h4 {
  background: #f9f9f9;
  width: 125px;
  text-align: center;
  color: var(--black-80);
}
.notice-02 .attachment-box span {
  color: var(--black-70);
}


/* ############################### 1:1 Inquiry List ############################### */
.inquiry-01 .post-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.btn-inquiry {
  border-radius: 5px;
  font-size: 1.25rem;
  padding: 10px 30px;
  background: var(--primary);
  color: white;
}
.inquiry .post-content-items li {
  gap: 10px;
}
.inquiry .post-content-items .desc .list-num {
  margin-left: 10px;
  transform: translateY(-3px);
}

.mo-only.register::before {
  content: '작성자';
}
.mo-only.register::after {
  content: '/';
}
.mo-only.register-date::before {
  content: '작성일';
}

/* 1:1 Inquiry List - 02 */
.inquiry-02 .post-heading {
  margin-bottom: 80px;
}
.inquiry-02 .post-heading .post-title {
  text-align: center;
  display: block;
}
.inquiry-02 .post-heading .post-title h2 {
  font-size: 2.25rem;
}
.inquiry-02 .post-heading .post-title h2 span {
  display: block;
  font-size: 1.25rem;
  font-weight: 400;
  margin-top: 40px;
  margin-bottom: 30px;
}
.inquiry-02 .post-heading .post-title address {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.inquiry-02 .post-heading .post-title address p {
  padding: 20px 40px;
  border-radius: 10px;
  background: var(--primary-10);
  font-size: 1.25rem;
  color: var(--primary);
}
.inquiry-02 .post-heading .post-title address p em {
  background: var(--primary-80);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  line-height: 48px;
  text-align: center;
  margin-right: 16px;
}
.inquiry-02 .agree-info {
  margin-bottom: 80px;
}
.inquiry-02 .agree-info .content-item-content {
  background: #f9f9f9;
  padding: 20px 30px;
  padding-right: 15px;
  color: var(--black-70);
  margin-bottom: 20px;
}
.inquiry-02 .agree-info p {
  margin-bottom: 20px;
}
.inquiry-02 .agree-info ul {
  padding-left: 20px;
}
.inquiry-02 .agree-info ul li {
  list-style: decimal;
}
.inquiry-02 label[for=agree-info]::before {
  content: url(/image/check_radio_n.svg);
  vertical-align: middle;
  transform: translateY(2px);
  margin-right: 5px;
}
.inquiry-02 .agree-info input[id="agree-info"]:checked + label::before {
  content: url(/image/check_radio_y.svg);
}
.inquiry-02 .post-inquiry .input-field-box input[type=radio] + label:not(label[for=private]) {
  margin-right: 50px;
}
.inquiry-02 .post-inquiry .input-field-box input[type=radio] + label::before,
.duty-register label::before {
  content: url(/image/radio-chk-n.svg);
  transform: translateY(3px);
  margin-right: 10px;
}
.inquiry-02 .post-inquiry .input-field-box input[type=radio]:checked + label::before,
.duty-register input[type=radio]:checked + label::before {
  content: url(/image/radio-chk-y.svg);
}
.inquiry .type2 .post-inquiry {
  padding-bottom: 80px;
  border-bottom: 1px solid var(--black-20);
}
label[for=private] {
  margin-right: 20px;
}
label[for=release] + .input-flex {
  display: inline-block;
}
.content-item-content > div {
  height: 150px;
  overflow-y: auto;
}
.content-item-content > div::-webkit-scrollbar {
  width: 4px;
  background: var(--black-20);
}
.content-item-content > div::-webkit-scrollbar-thumb {
  background-color: var(--black-40);
  border-radius: 300px;
  background-clip: padding-box;
}
.inquiry-pw .modal-text {
  margin-bottom: 40px;
}
.inquiry-pw .modal-content input[type=password] {
  border: 1px solid var(--black-20);
  border-radius: 5px;
  padding: 15px;
  font-size: 1.125rem;
}
.inquiry-02 .input-field-box {
  flex: 1;
}
.inquiry-02 .user-email .input-flex > div:last-child {
  display: flex;
}


/* ############################### FAQ List ############################### */
.faq .page-view {
  display: none;
}
.faq .post-content-items li {
  display: flex;
  align-items: center;
}
.faq .post-content-items li.ask a {
  width: 100%;
  text-align: left;
  justify-content: flex-start;
}
.faq .post-content-items li.ask a,
.faq .post-content-items li.desc {
  border-bottom: 1px solid var(--black-20);
  padding: 30px 35px;
}
.faq .post-content-items li.desc {
  background: #f7fbff;
}
.faq .post-content-items li.desc .list-num {
   transform: translateY(-3px);
}
.faq .post-content-items li > p:last-child {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.faq .post-content-items .icon-faq::before {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  text-align: center;
  line-height: 42px;
  color: var(--white);
}
.faq .post-content-items li.ask .icon-ask::before {
  content: 'Q';
  background: var(--primary);
}
.faq .post-content-items li.desc .icon-desc::before {
  content: 'A';
  background: var(--black-70);
}
.faq .post-content-items li .title {
  border: none;
}
.faq .ask {
  position: relative;
}
.faq .post-content-items .icon-open-close {
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%) rotate(180deg);
}
.faq .post-content-items .icon-open-close.active {
  transform: translateY(-50%) rotate(0);
}


/* ############################### Section : Search Detail ############################### */
.search-detail .search-header {
  display: block;
  border-radius: 0;
  margin: 120px 0;
  height: 100px;
}
.search-detail .search-header-box {
  width: 100%;
}
.search-detail {
  display: block;
}
.search-heading {
  margin-bottom: 80px;
}
.search-heading h1 {
  font-size: 3.5rem;
  font-weight: 300;
}
.search-heading h1 em {
  color: var(--primary);
}
.search-detail-inner {
  padding-top: 120px;
  padding-bottom: 200px;
}
.search-menu-btns a {
  padding: 7px 13px;
  border-bottom: 2px solid transparent;
}
.search-menu-btns a.active {
  font-weight: 600;
  color: var(--primary);
  border-bottom-color: var(--primary);
}
.search-menu-type {
  padding-top: 95px;
}
.search-list,
.post-content-items {
  counter-reset: list 0;
}
.search-list dt {
  font-size: 1.4rem;
  font-weight: 600;
  padding: 20px 0;
}
.search-list dd:first-of-type {
  border-top: 1px solid var(--black-80);
}
.search-list dd {
  border-bottom: 1px solid var(--black-20);
}
.search-list a {
  display: block;
  padding: 35px 50px;
  font-size: 1.125rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 50px;
}
.search-list a p {
  display: flex;
  align-items: center;
}
.search-list a p:first-child {
  width: 40px;
}
.search-list a p .title {
  margin-right: auto;
}
.search-list a p:last-child {
  flex: 1;
  gap: 70px;
}
.search-list a p .date {
  width: 110px;
}

.notice-list dd .count::before,
.post-content-items li .count::before {
  content: counter(list);
  counter-increment: list;
  min-width: 40px;
  text-align: center;
}
label {
  position: relative;
}
input[type=file]:focus + label::after,
input[type=checkbox]:focus + label::after {
  content: '';
  width: 100%;
  outline: 2px solid var(--black-60) !important;
  /*outline: 2px solid var(--red);*/  /* 웹접근성심사 CSS */
  outline-offset: 4px;
  position: absolute;
  left: 0;
  height: 100%;
  border-radius: 2px;
}
.search-list dd a .writer {
  width: 80px;
  text-align: center;
}
.search-list dd a .date {
  color: var(--black-80);
  font-weight: 400;
}
.search-list dd a small {
  font-size: inherit;
}

/* Contact List */
.contact-list dd a {
  padding: 35px 25px;
  gap: 0;
}
.search-list.search-none dd {
  text-align: center;
  padding: 100px 0;
  border: 1px solid var(--black-20);
  border-radius: 5px;
}
.search-list.search-none dd p {
  font-size: 1.125rem;
  margin-top: 30px;
}

/* ####### Reserve Apply 04 ####### */
.user-telnum .input-flex {
  gap: 30px;
}
.user-telnum .input-flex > div::after {
  content: '-';
  margin-left: 10px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

/* User Tel Number */
.user-telnum .input-flex {
  max-width: 580px;
}
.user-telnum .input-flex > div {
  position: relative;
  
}
.user-telnum .input-flex > div:last-child::after {
  display: none;
}
.user-telnum .input-field-box .custom-select {
  margin-right: 0;
}
.user-telnum .input-flex .custom-select select {
  min-width: 100px;
}
.user-telnum .input-flex input[type=tel] {
  min-width: 100px;
  max-width: 210px;
}
.visit-02 .car-num .input-field-box input {
  max-width: none;
  width: 100%;
}
.visit-02 .btn-visit {
  padding: 20px 80px;
}
.visit-02 input[type=date] {
  min-width: 340px;
}

/* 2024/10/22 수정 */
.car-num .input-flex {
  gap: 15px;
}
.car-num .input-field {
  flex-direction: column;
  gap: 0;
}
.input-field-box {
  flex: 1;
}

/* ############################### Facility ############################### */
/*.content-slider {*/
/*  overflow: hidden; 2024/11/21 주석 처리 */
/*}*/

/* Facility - Stay */
.facility-stay .content-heading .content-desc {
  font-size: 1.5rem;
}
.facility-stay .content-slider {
  position: relative;
  margin-top: 40px;
  margin-bottom: 130px;
}
.btn-center-layout {
  position: absolute;
  right: 20px;
  bottom: 50px;
  z-index: 1;
  border-radius: 10px;
  background: var(--primary-10);
  color: var(--primary);
  font-size: 1.25rem;
  padding: 15px 35px;
  border: 1px solid var(--primary-50);
  font-weight: 600;
}
.facility-stay .content-slider-inner div {
  border-radius: 10px;
  width: 100%;
  height: 740px;
  overflow: hidden;
}
.facility-stay .content-slider-inner div img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.facility-stay .content-box {
  color: var(--black-80);
  margin-bottom: 80px;
}
.facility .content-title {
  margin-bottom: 15px;
  padding-bottom: 0;
  border-bottom: none;
  text-transform: capitalize;
}
.facility .content-title h3 {
  font-size: 2.25rem;
}
.facility-stay .content-sub-title span {
  font-size: 1.125rem;
  margin-right: 40px;
}
.facility .content-sub-title span::before,
.facility .content-list li::before {
  content: 'ㆍ';
  font-weight: bold;
  margin-right: 2px;
}
.content-list.rules {
  padding: 35px 50px;
  background: #f9f9f9;
  margin-top: 40px;
}
.content-list.rules li {
  font-size: 1.125rem;
}
.content-list.rules li::before {
  line-height: 2.3rem;
}
.facility-stay .amenity-list {
  margin-top: 25px;
  display: flex;
  gap: 65px;
}
.facility-stay .amenity-list > div {
  text-align: center;
}
.facility-stay .amenity-list > div span {
  font-size: 1.125rem;
  margin-top: 12px;
}

/* Facility - Restaurant */
.facility-share.facility-restaurant .content-item .title {
  font-size: 1.5rem;
}

/* Facility - Share */
.facility-share .content-items {
  width: 100%;
  display: flex;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 80px;
}
.facility-share .content-item {
  max-width: 660px;
  min-width: 340px;
  width: 100%;
}
.facility-share .content-item .photo {
  width: 100%;
  max-height: 400px;
}
.facility-share .slick-list {
  width: 100% !important;
}
.facility-share .content-item .photo img {
  height: 100%;
  object-fit: cover;
  width: 100%;
  border-radius: 10px;
}
.facility-share .content-item .title {
  margin-top: 40px;
  margin-bottom: 10px;
  font-size: 2.25rem;
}
.facility-share .content-item .content-list li {
  font-size: 1.125rem;
  line-height: 2.2rem;
}
.facility-share .content-item .content-list li b {
  margin-right: 3px;
}


/* Facility - Info */
.tab-menu-list ul {
  display: flex;
}
.tab-menu-list ul li {
  flex: 1;
}
.tab-menu-list a {
  padding: 14px 0;
  font-size: 1.125rem;
  width: 100%;
  text-align: center;
  border-top: 1px solid var(--black-30);
  border-left: 1px solid var(--black-30);
  border-bottom: 2px solid var(--primary);
  font-weight: 600;
  color: var(--black-50);
}
.tab-menu-list li:last-child a {
  border-right: 1px solid var(--black-30);
}
.tab-menu-list a.active {
  border: 2px solid var(--primary) !important;
  border-bottom: none !important;
  color: var(--primary);
}
.tab-menu-list a:hover {
  color: var(--primary);
}
.tab-content {
  padding: 80px 25px;
}
.tab-content > .tab-content-tab {
  position: relative;
  display: none;
}
.tab-content .tab-content-tab1 {
  display: block;
}
.tab-content .tab-content-tab2 .flex-box {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
.tab-content .tab-content-tab2 .flex-box > div {
  flex: 1;
}
.tab-content .tab-menu.sub > div {
  display: none;
}
.tab-content .tab-menu.sub > div:first-child {
  display: block;
}


.tab-content .title {
    margin-bottom: 40px;
    display: flex;
    align-items: center;
}
.tab-content .title span {
  font-size: 1.125rem;
}
.tab-content .title span strong {
  font-size: 1.42rem;
  margin-right: 12px;
}
.tab-content .paging-info {
  display: flex;
  gap: 12px;
  margin-left: 15px;
}
.tab-content .paging-info button {
  border: 2px solid var(--primary-80);
  color: var(--primary-80);
  font-weight: 700;
  border-radius: 10px;
  width: 54px;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.71rem;
  background: var(--white);
  cursor: pointer;
}
.tab-content .paging-info li.active button {
  background: var(--primary-80);
  color: var(--white);
}
.tab-content .title .btn-wrap {
  display: inline-block;
  margin-left: auto;
}
.tab-content .title .btn-facility {
  border-radius: 10px;
  padding: 12px;
  margin-left: 12px;
  border: 2px solid var(--black-30);
  line-height: normal;
  font-size: 0.875rem;
  text-align: center;
}
.tab-content .title .btn-facility-view {
  border: 2px solid var(--primary-50);
  background: var(--primary-10);
  color: var(--primary);
  font-weight: 600;
}
.tab-content .title .btn-shelter:hover,
.tab-content .title .btn-shelter.active {
  border-color: var(--red);
  color: var(--red);
}
.tab-content .photo-box {
  text-align: center;
}
.facility .tab-content-tab2 .photo-box {
  text-align: left;
}
.tab-content .photo-box > span {
  max-width: 100%;
}
.tab-content .photo-box > span img {
  max-width: 100%;
}

/* 대피 경로 */
.tab-content .photo-box.active .info-img,
.tab-content .photo-box .info-shelter-img {
  display: none;
}
.tab-content .photo-box .info-img,
.tab-content .photo-box.active .info-shelter-img,
.tab-content-tab2 .title {
  display: block;
}

/* ############################### Tourist ############################### */

/* Tourist Leisure */
.content-feature {
  display: flex;
}
.feature-inner .content-feature,
.tourist .content-feature {
  gap: 40px;
  margin-bottom: 100px;
}
.tourist .content-feature:last-child {
  margin-bottom: 0;
}
.tourist .content-feature > div {
  max-width: 680px;
  min-width: 335px;
}
.tourist .content-photo {
  border-radius: 10px;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.tourist .content-photo img {
  width: inherit;
  height: inherit;
  object-fit: cover;
}
.tourist .content-about .title {
  font-size: 2.25rem;
  border-bottom: 1px solid var(--black-20);
  padding-bottom: 20px;
}
.tourist .content-about .title a {
  margin-left: 2px;
  padding: 0 10px;
}
.tourist .content-about {
  flex: 1;
}
.tourist .content-about p {
  margin: 20px 0;
  font-size: 1.125rem;
  color: var(--black-70);
  width: 84%;
}



/* Tourist Food */
.tourist-food .food-menu-types {
  display: flex;
  gap: 20px;
  margin-bottom: 120px;
}
.tourist-food .food-menu-type {
  flex: 1;
  border: 1px solid var(--black-20);
  text-align: center;
  padding: 15px;
  color: var(--black-80);
  border-radius: 5px;
}
.tourist-food .food-menu-type h4 {
  margin-top: 5px;
  margin-bottom: 15px;
}
.tourist-food .season-food-items {
  display: flex;
  justify-content: space-between;
  gap: 6px;
  margin-bottom: 8px;
}
.tourist-food .season-food-items span {
  min-width: 48.5%;
  background: #f9f9f9;
  border-radius: 5px;
  padding: 10px 12px;
  /* word-break: break-all; */
}

/* ############################### Center Guide ############################### */
.intro-title {
  text-align: center;
  margin-bottom: 60px;
}
.intro-title .title {
  font-size: 2.25rem;
  line-height: 2.5em;
}
.intro-title p {
  font-size: 1.25rem;
}
.guide-detail .reserve-guide-wrap .photo {
  width: 100%;
  height: 500px;
  border-radius: 10px; 
  overflow: hidden;
}
.guide-detail .reserve-guide-wrap .photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.guide-detail .reserve-guide-wrap .reserve-guide-text {
  text-align: left;
  margin-bottom: 60px;
}
.guide-detail .reserve-guide-wrap .reserve-guide-text h4,
.guide-detail .reserve-guide-items .title {
  font-size: 1.5rem;
  margin-bottom: 20px;
}
.guide-detail .reserve-guide-wrap .reserve-guide-text p {
  font-size: 1.125rem;
}
.guide-detail .reserve-guide-items {
  border-top: none;
}
.guide-detail .reserve-guide-item:first-of-type {
  border-top: 1px solid var(--black-20);
}
.guide-detail .reserve-guide-list dt {
  font-size: 1.375rem;
  font-weight: 600;
  margin-bottom: 20px;
}
.guide-detail .reserve-guide-list dd  {
  font-size: 1.125rem;
  line-height: 2em;
}

/* ############################### Heritage Tour ############################### */
.heritage .heritage-tour {
  width: 100%;
  background: url(/image/heritage-load.png) no-repeat top center;
  background-size: contain;
  padding: 100px 0;
}
.heritage .content-feature {
  max-height: 9%;
  padding: 8% 0;
  margin: auto;
  padding-left: 45%;
  padding-right: 15%;
}
.heritage .content-feature.order {
  padding-left: 15%;
  padding-right: 45%;
}
.heritage .content-feature:nth-child(3) {
  padding-top: 4%;
  max-height: 250px;
}
.heritage .content-feature:nth-child(4) {
  max-height: 400px;
  padding-top: 18%;
  padding-bottom: 20%;
}
.heritage .content-feature:nth-child(5) {
  max-height: 400px;
  padding-top: 12%;
  padding-bottom: 12%;
  transform: translateY(5%);
}
.heritage .content-feature:nth-child(6) {
  transform: translateY(10%);
  max-height: none;
}
.heritage .content-feature:last-child {
  display: none;
}
.heritage .content-feature .content-about {
  height: 100%;
}
.heritage .content-feature .content-about .title {
  font-size: 1.75rem;
  padding-bottom: 20px;
  margin-bottom: 30px;
  border-bottom: 1px solid var(--black-20);
}
.heritage .content-feature .content-about .content-list li {
  font-size: 1.125rem;
  margin-bottom: 10px;
  line-height: 1.3em;
}
.heritage .content-feature .content-photo img {
  display: none;
}

/* ############################### Center Map ############################### */
.center-map .photo {
  width: 100%;
  max-height: 810px;
  border-radius: 10px;
  overflow: hidden;
  background: url(/image/center-map.jpg) no-repeat center center /cover;
}
.center-map address {
  margin: 40px 0;
  font-size: 1.28rem;
}
.center-map address p:first-child {
  margin-bottom: 12px;
}
.center-map .btns-maps-site {
  margin-bottom: 60px;
  display: flex;
  gap: 7px;
}
.center-map .btns-maps-site a {
  padding: 10px 40px;
  background: var(--white);
  border: 1px solid var(--black-30);
  border-radius: 5px;
  font-weight: 600;
}
.center-map .btns-maps-site a:hover {
  border-color: var(--primary);
  color: var(--primary);
}
.center-map .center-way li:first-child {
  border-bottom: 1px solid var(--black-20);
  padding-bottom: 40px;
}
.center-map .center-way li:last-child {
  padding-top: 40px;
}
.center-map .center-way li h4 {
  font-size: 1.71rem;
  font-family: 'HDharmony';
  margin-bottom: 20px;
}
.center-map .center-way li p {
  font-size: 1.28rem;
}

/* ############################### Visit Look Up ############################### */
/* Visit Look Up 01 */
.visit-look-up-01 .reserve-content-item.content {
  border-top: 2px solid var(--black-80);
  border-bottom: 1px solid var(--black-20);
  padding: 120px 0;
}
.visit-look-up-01 .contents h3 {
  margin-bottom: 0;
}
.visit-look-up-01 .btns-prev-next a {
  padding: 20px 48px;
}

/* Visit Look Up 02 */
.visit-look-up-02 .welcome-inner {
  margin-bottom: 0;
}
.contents-inner {
  margin-top: 170px;
  margin-bottom: 200px;
}

/* Visit Look Up 03 */
.visit-look-up-03 .reserve-sub-content {
  padding: 40px 20px;
  padding-top: 0;
}
.visit-look-up-03 .reserve-content-item {
border-bottom: 1px solid var(--black-20);
margin-bottom: 10px;
}
.visit-look-up-03 .notice strong {
  margin-right: 7px;
}








/* Calender & Top Button */
.btn-top {
  border-radius: 50%;
  width: 70px;
  height: 70px;
  line-height: 65px;
  text-align: center;
  position: fixed;
  right: 40px;
  z-index: 60;
  bottom: 50px;
  background: var(--white);
  border: 1px solid var(--primary);
  display: none;
}
.btn-top img {
  width: 20px;
}



