@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Noto+Serif:ital,wght@0,100..900;1,100..900&display=swap');


.wrap {
  position: relative;
  padding-bottom: 340px;
}

.header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 85px;
  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: 135px;
  margin: 15px 0 0 36px;
}

.header .header-in .logo a {
  display: block;
  position: relative;
  z-index: 1;
}

.header .header-in .menu-wrap {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}

.header .header-in .menu-wrap .menu {
  position: absolute;
  right: 250px;
  top: 30px;
  display: flex;
  align-items: center;
  gap: 0 40px;
}

.header .header-in .menu-wrap .menu li {
  font-size: 16px;
}

.header .header-in .menu-wrap .menu li a {
  color: #fff;
}

.header .header-in .menu-wrap .menu-open-wrap {
  visibility: hidden; 
  opacity: 0;
  transition: all .2s ease-in-out;
  background: rgba(248, 248, 248, 0.92);
  height: 358px;
  position: absolute;
  top: 85px;
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
}

.header .header-in .menu-wrap .login-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 25px;
}

.header .header-in .menu-wrap .login-wrap a {
  width: 102px;
  padding: 6px 0;
  background: #fff;
  text-align: center;
  border: 1px solid #939393;
  font-size: 13px;
}

.header .header-in .menu-wrap .login-wrap a.on {
  background: #A1A474;
  color: #fff;
}

.header .header-in .menu-wrap .menu-open {
  display: flex;
  justify-content: center;
  gap: 0 93px;
  padding: 73px 0 36px 0;
}

.header .header-in .menu-wrap .menu-open-wrap.active {
  visibility: visible;
  opacity: 1;
}

.header .header-in .menu-wrap .menu-open li span.menu-title {
  display: block;
  margin-bottom: 10px;
  font-size: 20px;
  text-align: center;
  color: #818455;
  font-weight: 500;
}

.header .header-in .menu-wrap .menu-open li ul.menu-list {
  display: flex;
  flex-direction: column;
  gap: 15px 0;
}

.header .header-in .menu-wrap .menu-open li ul.menu-list li {
  text-align: center;
}

.header .header-in .menu-wrap .menu-open li ul.menu-list li a {
  color: #424242;
  font-size: 15px;
  display: block;
}

.header .header-in .login-container {
  display: flex;
  gap: 0 20px;
  align-items: center;
  position: absolute;
  right: 40px;
  top: 50%;
  transform: translateY(-50%);
}

.header .header-in .login-container span {
  color: #fff;
  font-size: 12px;
}

.header .header-in .login-container .mypage-icon a {
  display: flex;
  align-items: center;
  gap: 0 6px;
}

.header .header-in .login-container .login-wrap a {
  display: flex;
  align-items: center;
  gap: 0 6px;
}

/* main */

/* main-popup */
.main-popup-wrap {
  position: fixed;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 200;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  animation: pop 1.2s 1.5s both;
}

.main-popup-wrap .main-popup {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
}

.main-popup-wrap .main-popup ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 30px;
}

.main-popup-wrap .main-popup ul li {
  width: 238px;
  height: 238px;
  overflow: hidden;
}

.main-popup-wrap .main-popup ul li a {
  display: block;
  width: 100%;
  height: 100%;
}

.main-popup-wrap .main-popup-close {
  position: absolute;
  z-index: 205;
  top: -40px;
  left: 50%;
  transform: translateX(392%);
}

.main-popup-wrap .main-popup-close a {
  display: flex;
  align-items: center;
  gap: 0 10px;
}

.main-popup-wrap .main-popup-close span {
  font-size: 18px;
  display: inline-block;
  color: #fff;
}

.main-popup-wrap .main-popup-close img {
  width: 18px;
  height: 18px;
}

@keyframes pop {
    0% {
        top: -100%;
    }

    100% {
        top: 0;
    }
}

/* // 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;
}

.main-text-wrap h2 {
  font-size: 45px;
  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: 20px;
  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: 50px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 50;
  font-size: 0;
  display: flex;
  align-items: center;
  gap: 0 10px;
}

.main-slider-dots li {
  width: 12px;
  height: 12px;
  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: 40px;
  border-radius: 10px 10px 10px 10px;
}

.main-slider-dots li button {
  font-size: 0;
}


/* main-calendar */
.main-calendar-wrap {
  position: fixed;
  right: 80px;
  top: 0;
  background: rgba(255, 255, 255, 0.69);
  width: 389px;
  height: 320px;
  z-index: 10;
}

.main-calendar {
  padding: 25px;
}

.main-calendar-header {
  position: relative;
}

.main-calendar-header h3 {
  font-size: 15px;
  text-align: center;
}

.main-calendar-header .main-calendar-arrow {
  position: relative;
}

.main-calendar-header .main-calendar-arrow span.prev {
  position: absolute;
  left: 0;
  top: -20px;
  cursor: pointer;
}

.main-calendar-header .main-calendar-arrow span.next {
  position: absolute;
  right: 0;
  top: -20px;
  color: #fff;
  cursor: pointer;
}

.main-calendar-body {
  margin-top: 10px;
}

.main-calendar-body table thead tr th {
  font-size: 12px;
  text-transform: uppercase;
  text-align: center;
  padding: 10px;
  color: #434343;
}

.main-calendar-body table thead tr th:first-child {
  color: #C91E1E;
}

.main-calendar-body table thead tr th:last-child {
  color: #218EDB;
}

.main-calendar-body tbody tr td {
  font-size: 13px;
  text-align: center;
  font-weight: 500;
  position: relative;
  width: 37px;
  height: 37px;
  cursor: pointer;
}

.main-calendar-body tbody tr td a {
  color: #434343;
  font-weight: 500;
}

.main-calendar-body tbody tr td.close a {
  color: #777;
}

.main-calendar-body tbody tr td.today {
  color: #fff !important;
}
.main-calendar-body tbody tr td.today a {
  color: #fff !important;
}

.main-calendar-body tbody tr td.today::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 30px;
  height: 30px;
  background: #FF8800;
  border-radius: 50%;
  z-index: -1;
}

.main-calendar-body table tbody tr td:first-child {
  color: #C91E1E;
}

.main-calendar-body table tbody tr td:last-child {
  color: #218EDB;
}

/* // main-calendar */

.section02 {
  width: 100%;
  height: 380px;
  display: flex;
}

.section02 .section02-left {
  display: flex;
  align-items: center;
  height: 100%;
}

.section02 .section02-left-box {
  width: 415px;
  height: 100%;
  overflow: hidden;
  position: relative;
}

.section02 .section02-left-box a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  position: relative;
  transition: all .6s;
}

.section02 .section02-left-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-left-box.reser a {
  background: url('/images/main_new/img_reser-box.jpg')no-repeat center center / cover;
}

.section02 .section02-left-box.course a {
  background: url('/images/main_new/img_course-box.jpg')no-repeat center center / cover;
}

.section02 .section02-left-box a:hover {
  transform: scale(1.1);
}

.section02 .section02-left-box .text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  z-index: 2;
}

.section02 .section02-left-box .text span {
  font-size: 16px;
  text-transform: uppercase;
  font-family: "Noto Serif", serif;
  display: block;
  color: #fff;
  font-weight: 300;
}

.section02 .section02-left-box .text p {
  font-size: 32px;
  font-weight: 500;
  color: #fff;
}

.section02-right {
  width: calc(100% - 830px);
  height: 100%;
  background: red;
  position: relative;
}

.section02-right .mainMap-text-wrap {
  position: absolute;
  width: 510px;
  height: 314px;
  border-radius: 4px;
  background: #fff;
  right: 50px;
  bottom: 34px;
  z-index: 2;
}

.section02-right .mainMap-text {
  padding: 46px 38px;
}

.section02-right .mainMap-text h3 {
  color: #999;
  font-size: 36px;
  font-weight: 300;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.section02-right .mainMap-text h4 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 15px;
}

.section02-right .mainMap-text p {
  font-size: 20px;
  line-height: 30px;
}

.section02-right .mainMap-text span {
  font-size: 20px;
  line-height: 30px;
  color: #212429;
  display: block;
  margin-bottom: 15px;
}

.section02-right .mainMap-text a {
  color: #C8A445;
  font-size: 16px;
  text-decoration: underline;
}

.root_daum_roughmap_landing {
  width: 100% !important;
}

.root_daum_roughmap .wrap_controllers {
  display: none;
}

.root_daum_roughmap .wrap_btn_zoom {
  display: none !important;
}

/* auick menu */
.quick-menu {
  position: fixed;
  right: 0;
  /* top: 50%;
  transform: translateY(-50%); */
  top: 0;
  z-index: 150;
  /* transition: top 0.3s ease, transform 0.3s ease; */
}

.quick-menu ul {
  display: flex;
  flex-direction: column;
  box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.12);
}

.quick-menu ul li {
  background: #A1A474;
  position: relative;
}

.quick-menu ul li:not(:last-child):after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background: #B0B296;
  width: 46px;
  height: 1px;
}

.quick-menu a {
  display: flex;
  flex-direction: column;
  gap: 5px 0;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 80px;
}

.quick-menu a span {
  font-size: 12px;
  font-weight: 500;
  color: #fff;
}

.memBox {
  padding: 0;
}

/* footer */
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 340px;
  background: #414141;
}

.footer-content {
  padding: 38px 136px 30px 140px;
}

.footer-content .footer-logo {
  max-width: 135px;
  margin-bottom: 18px;
}

.footer-content ul.info {
  position: relative;
}

.footer-content ul.info li.number {
  font-size: 25px;
  margin-bottom: 15px;
  position: absolute;
  right: 0;
  bottom: -45px;
}

.footer-content ul.info li {
  line-height: 24px;
  font-size: 14px;
  color: #9B9B9B;
}

.footer-content ul.info li span {
  display: inline-block;
  margin-left: 10px;
}

.footer-content .btm {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 10px;
  margin-top: 45px;
}

.footer-content .btm::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 1px;
  background: #6C6C6C;
}

.footer-content .btm .copy {
  font-size: 14px;
  color: #9B9B9B;
}

.footer-content .btm .policy {
  display: flex;
  align-items: center;
  gap: 0 20px;
}

.footer-content .btm .policy li {
  font-size: 14px;
}

.footer-content .btm .policy li a {
  color: #9B9B9B;
}

.footer .btn-top {
  position: absolute;
  right: 136px;
  bottom: 120px;
  text-align: center;
  font-size: 13px;
  cursor: pointer;
  display: none;
}