@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Noto+Serif:ital,wght@0,100..900;1,100..900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100..900&display=swap');

a {
  color: inherit;
}

body.scroll-y {
  overflow: hidden;
  overscroll-behavior-y: none;
}

.wrap {
  position: relative;
  padding-bottom: 426px;
  font-family: "Noto Sans KR", sans-serif;
}

.header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 55px;
  z-index: 100;
  transition: all .2s ease-in-out;
}

/* header - mouseenter */
.header.open {
  background: #53731C;
  box-shadow: 4px 4px 6px 0px rgba(0, 0, 0, 0.03);
}

.header .header-in {
  width: 100%;
  height: 100%;
}

.header .header-in .logo {
  max-width: 73px;
  margin: 12px 0 0 18px;
}

.header .header-in .logo a {
  display: block;
  position: relative;
  z-index: 1;
}

.header .header-in .logo img {
  width: 100%;
}

.header .header-in .menu-wrap {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}

.header .header-in .menu-wrap .menu {
  position: absolute;
  right: 18px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  gap: 5px 0;
}

.header .header-in .menu-wrap .menu.open {
  background: url('/mobile/img/main_new/btn_navi-close.svg') no-repeat center center;
  width: 34px;
  height: 34px;
  z-index: 505;
}

.header .header-in .menu-wrap .menu span {
  background: #fff;
  width: 20px;
  height: 2px;
  display: block;
}

.header .header-in .menu-wrap .menu.open span {
  display: none;
}

/* menu-open */
.header .header-in .menu-wrap .menu-open-wrap {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  overflow: hidden;
  position: fixed;
  text-align: center;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  visibility: hidden;
  z-index: 500;
}

.header .header-in .menu-wrap .menu-open-wrap.visible {
  visibility: visible;
  opacity: 1;
  background: rgba(157, 160, 114, 0.95);
}

.header .header-in .menu-wrap .menu-open-content {
  height: 100%;
  padding: 0 25px;
  display: flex;
  flex-direction: column;
  align-items: center;
  align-content: center;
  overflow: auto;
}

.header .header-in .menu-wrap .menu-open-wrap .menu-logo {
  width: 105px;
  margin: 80px auto 50px auto;
}

.header .header-in .menu-wrap .menu-open-wrap .menu-logo img {
  width: 100%;
}

.header .header-in .menu-wrap .login-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 10px;
  margin-bottom: 40px;
  /* max-width: 326px; */
}

.header .header-in .menu-wrap .login-wrap a {
  width: 102px;
  padding: 8px 0;
  background: #fff; 
  text-align: center;
  font-size: .8125rem;
  border-radius: 7px;
}

.header .header-in .menu-wrap .login-wrap a.on {
  background: #7B8142;
  color: #fff;
}

.header .header-in .menu-wrap .login-wrap a.mypage {
  background: #3A3A3A;
  color: #fff;
}

.header .header-in .menu-wrap .menu-open {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 25px 0;
  width: 100%;
  position: relative;
  padding-bottom: 50px;
}

.header .header-in .menu-wrap .menu-open li a {
  color: #fff;
  font-size: 1.25rem;
  font-weight: 300;
}

.header .header-in .menu-wrap .menu-open li a.on {
  color: #3A3A3A;
}

/* .header .header-in .menu-wrap .menu-open .gnb {
  width: 156px;
  height: 100%;
  flex: 1;
}

.header .header-in .menu-wrap .menu-open .gnb .menu-title {
  display: block;
  font-size: 1.25rem;
  color: #6E724B;
  text-align: left;
}

.header .header-in .menu-wrap .menu-open .gnb .menu-title.active {
  color: #fff;
}

.header .header-in .menu-wrap .menu-open .gnb .menu-list {
  display: none;
  position: absolute;
  top: 0;
  left: 156px;
  width: calc(100% - 156px);
  height: 100%;
}

.header .header-in .menu-wrap .menu-open .gnb .menu-list li {
  text-align: left;
  padding-left: 24px;
  width: 100%;
  margin-bottom: 25px;
}

.header .header-in .menu-wrap .menu-open .gnb .menu-list li a {
  color: #fff;
  font-size: 1.125rem;
  display: inline-block;
  transition: .2s all ease-in-out;
}

.header .header-in .menu-wrap .menu-open .gnb .menu-list li a.on {
  color: #3A3A3A;
} */

.header .header-in .menu-wrap .menu-open-wrap .mypage-icon {
  display: none;
  position: absolute;
  right: 63px;
  top: 12px;
}

.header .header-in .menu-wrap .menu-open-wrap.visible .mypage-icon {
  display: block;
}

/* main */
/* main-popup */ 
.main-popup-wrap {
  position: absolute;
  top: 218px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 200;
}

.main-popup-overlay {
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
}

.main-popup-wrap .main-popup {
  width: 238px;
  height: 238px;
  overflow: hidden;
}

.main-popup-img {
  width: 238px;
  height: 238px;
}

.main-popup-img img {
  width: 238px;
  height: 238px;
  object-fit: cover;
}

.main-popup-wrap .main-popup-close {
  position: absolute;
  z-index: 205;
  bottom: -70px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
}

.main-popup-wrap .main-popup-close a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 10px;
}

.main-popup-wrap .main-popup-close span {
  font-size: 1rem;
  display: inline-block;
  color: #fff;
}

.main-popup-wrap .main-popup-close img {
  width: 17px;
  height: 17px;
}

.main-popup-wrap .arrow-wrap {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}

.main-popup-wrap .arrow-wrap .prevArrow {
  position: absolute;
  left: -40px;
  top: 50%;
  transform: translateY(-50%);
  background: url('/mobile/img/main_new/btn_arrow-left.svg') no-repeat center center;
  width: 21px;
  height: 45px;
}

.main-popup-wrap .arrow-wrap .nextArrow {
  position: absolute;
  right: -40px;
  top: 50%;
  transform: translateY(-50%);
  background: url('/mobile/img/main_new/btn_arrow-right.svg') no-repeat center center;
  width: 21px;
  height: 45px;
}

/* // main-popup */

.section01 {
  width: 100%;
  height: 100vh;
  position: relative;
}

.main-text-wrap {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  width: 100%;
}

.main-text-wrap h2 {
  font-size: 1.875rem;
  text-align: center;
  font-weight: 300;
  line-height: 75px;
  color: #fff;
  text-transform: uppercase;
  font-family: "Noto Serif", serif;
}

.main-text-wrap span {
  font-size: 1rem;
  display: block;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  font-family: "Noto Serif", serif;
}

.main-slider-wrap {
  position: relative;
}

.main-slider {
  position: relative;
}

.main-slider::after {
  content: "";
  position: absolute;
  width: 100%; 
  height: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.22);
  z-index: 1;
}

.main-slider .slider-img {
  width: 100%;
  height: 100vh;
}

.main-slider .slider-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 3s cubic-bezier(0.7, 0, 0.3, 1);
  transform: scale(1.2);
}

.main-slider .slider-img.slick-active img {
  transform: scale(1);
}

.main-slider-dots {
  position: absolute;
  bottom: 230px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 50;
  font-size: 0;
  display: flex;
  align-items: center;
  gap: 0 10px;
}

.main-slider-dots li {
  width: 10px;
  height: 10px;
  border: 1px solid #fff;
  background: transparent;
  border-radius: 50%;
  transition: all .3s ease-in-out;
  cursor: pointer;
}

.main-slider-dots li.slick-active {
  background: #fff;
  width: 30px;
  border-radius: 10px 10px 10px 10px;
}

.main-slider-dots li button {
  font-size: 0;
  display: none;
}

.section02 {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.section02 .section02-box {
  display: flex;
  align-items: center;
  width: 100%;
  height: 343px;
  position: relative;
}

.section02 .section02-box a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  position: relative;
}

.section02 .section02-box a::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.58);
  z-index: 1;
}

.section02 .section02-box.reser a {
  background: url('/images/main_new/img_reser-box.jpg')no-repeat center center / cover;
}

.section02 .section02-box.course a {
  background: url('/images/main_new/img_course-box.jpg')no-repeat center center / cover;
}

.section02 .section02-box .text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  z-index: 2;
}

.section02 .section02-box .text span {
  font-size: .9375rem;
  text-transform: uppercase;
  font-family: "Noto Serif", serif;
  display: block;
  color: #fff;
  font-weight: 300;
  margin-bottom: 10px;
}

.section02 .section02-box .text p {
  font-size: 1.5rem;
  font-weight: 500;
  color: #fff;
}

.section02 .main-map-wrap {
  width: 100%;
  height: 721px;
  position: relative;
}

.section02 .main-map-wrap .mainMap-text-wrap {
  position: absolute;
  width: 90%;
  height: 212px;
  border-radius: 4px;
  background: #fff;
  left: 50%;
  transform: translateX(-50%);
  bottom: 30px;
  z-index: 2;
}

.mainMap-text-wrap .mainMap-text {
  padding: 30px 25px;
}

.mainMap-text-wrap .mainMap-text h3 {
  color: #999;
  font-size: 1.25rem;
  font-weight: 300;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.mainMap-text-wrap .mainMap-text h4 {
  font-size: 1.125rem;
  font-weight: 600;
  margin-bottom: 15px;
}

.mainMap-text-wrap .mainMap-text p {
  font-size: .75rem;
  line-height: 30px;
}

.mainMap-text-wrap .mainMap-text span {
  font-size: .75rem;
  line-height: 18px;
  color: #212429;
  display: block;
  margin-bottom: 15px;
}

.mainMap-text-wrap .mainMap-text a {
  color: #C8A445;
  font-size: .6875rem;
  text-decoration: underline;
}

.main-map-wrap .main-map {
  width: 100%;
  height: 100%;
}

.root_daum_roughmap .cont .section {
  display: none;
}

.root_daum_roughmap_landing {
  width: 100% !important;
}

.root_daum_roughmap .wrap_map {
  height: 721px !important;
}

/* auick menu */
.quick-menu {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  z-index: 2;
  width: 100%;
}

.quick-menu ul {
  background: #A1A474;
  display: flex;
  width: 100%;
}

.quick-menu ul li {
  background: #A1A474;
  width: 50%;
  height: 68px;
  position: relative;
}

.quick-menu ul li:not(:last-child):after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background: #B0B296;
  width: 1px;
  height: 32px;
}

.quick-menu a {
  display: flex;
  flex-direction: column;
  gap: 8px 0;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: #fff;
}
 
.quick-menu a span {
  font-size: 12px;
  font-weight: 500;
}

/* footer */
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 426px;
  background: #414141;
}

.footer-content {
  padding: 27px 16px;
}

.footer-content .footer-logo {
  max-width: 84px;
  margin-bottom: 20px;
}

.footer-content .footer-logo img {
  width: 100%;
}

.footer-content ul.info li.number {
  font-size: 1.125rem;
  margin-top: 30px;
}

.footer-content ul.info li {
  line-height: 24px;
  font-size: .75rem;
  color: #9B9B9B;
}

.footer-content ul.info li span {
  display: inline-block;
  margin-left: 5px;
}

.footer-content .btm {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding-top: 15px;
  margin-top: 40px;
}

.footer-content .btm::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 1px;
  background: #6C6C6C;
}

.footer-content .btm .policy {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 10px 0;
}

.footer-content .btm .policy li {
  font-size: .75rem;
}

.footer-content .btm .policy li a {
  color: #9B9B9B;
}

.footer-content .btm .copy {
  font-size: .75rem;
  color: #9B9B9B;
  margin-top: 20px;
}