@charset "utf-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700;900&display=swap");
/* CSS Document */

a {
  color: #333333;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

html,
body {
  font-family: "Noto Sans KR", sans-serif;
  overflow-x: hidden;
  width: 100%;
  -ms-overflow-style: none;
}
::-webkit-scrollbar {
  display: none;
}

.none {
  display: none;
}
.abs {
  position: absolute;
}

.rel {
  position: relative;
}

.clear:after {
  content: "";
  display: block;
  clear: both;
  position: absolute;
  overflow: hidden;
  text-indent: -99px;
  height: 0;
  width: 0;
  font-size: 0;
}

#wrap {
  width: 100%;
  min-width: 1400px;
}

/****헤더영역****/

#header {
  position: fixed;
  width: 100%;
  height: 90px;
  top: 0;
  z-index: 100;
  border-bottom: 1px solid #d0dae1;
  transition: all 0.5s;
  min-width: 1440px;
}
#header:hover {
  background: #fff;
}

#header.on {
  background: #fff !important;
}

#header .logobox {
  position: absolute;
  left: 120px;
  top: 24px;
  z-index: 5;
}

#header .ingbox {
  position: absolute;
  left: 340px;
  top: 24px;
  z-index: 5;
}

#header .tellbox {
  position: absolute;
  top: 36px;
  right: 120px;
  z-index: 5;
}

.nav {
  position: relative;
}

.gnb_box {
  display: flex;
  justify-content: center;
  position: relative;
  left: 60px;
  top: 32px;
  transition: all 0.3s;
}

.gnb_box .gnb > li {
  float: left;
  position: relative;
}

.gnb_box .gnb > li:first-child:before {
  display: none;
}
.gnb_box .gnb > li > a {
  display: block;
  padding: 0 25px 33px 25px;
  color: #050e19;
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
  font-family: "Noto Sans KR", sans-serif;
}
.gnb_box .gnb li:hover a {
  color: #102947;
}

.gnb_box .gnb > li > .depth {
  position: absolute;
  top: 100%;
  left: 50%;
  padding: 0;
  border: none;
  background: #102947;
  transform: translateX(-50%);
  text-align: center;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: all 0.3s;
  border-radius: 20px;
  margin-top: -15px;
}
.gnb_box .gnb > li:hover > .depth {
  max-height: 500px;
  opacity: 1;
  padding: 20px 40px;
  border: 1px solid #e1e1e1;
}
.gnb_box .gnb > li > .depth > li {
  padding: 10px;
}
.gnb_box .gnb > li > .depth > li > a {
  color: #fff;
  font-size: 15px;
  line-height: 15px;
  font-weight: 400;
  white-space: nowrap;
  font-family: "Noto Sans KR", sans-serif;
  position: relative;
}
.gnb_box .gnb > li > .depth > li:hover > a:before {
  content: "";
  display: block;
  position: absolute;
  height: 1px;
  width: 100%;
  bottom: -5px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #fff;
}
/****헤더영역****/

/****메인영역****/
#main {
  width: 100%;
  position: relative;
}

.open {
  position: absolute;
  top: 129px;
  right: 115px;
  z-index: 10;
}

.open2 {
  position: absolute;
  top: 320px;
  right: 115px;
  z-index: 10;
}

.open3 {
  position: absolute;
  top: 525px;
  right: 115px;
  z-index: 10;
}

#main section {
  position: relative;
}

#main .main_box {
  width: 1920px;
  left: 50%;
  margin-left: -960px;
  height: 930px;
  overflow: hidden;
}

.mainbg {
  display: block;
  transform: scale(1.2, 1.2);
}
/* .main_text {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: absolute;
  left: 4%;
  top: 15%;
  z-index: 5;
}
.main_text .textbox01 {
}
.main_text .textbox02 {
}
.main_text .textbox03 {
} */
.main_text .textbox {
  width: 660px;
  text-align: center;
  /* border: 1px solid black; */
}
.main_text .textbox.textbox01,
.main_text .textbox.textbox02,
.main_text .textbox.textbox03 {
  position: absolute;
  left: 5%;
  top: 100px;
  z-index: 5;
  opacity: 0;
}

/* .main_text .textbox.textbox01 {
  left: 0;
  top: 0;
}
.main_text .textbox.textbox02 {
  left: 0;
  top: 0;
}
.main_text .textbox.textbox03 {
  left: 0;
  top: 0;
} */

/****메인영역****/

/****프리미엄영역****/
#premium {
  width: 100%;
}
.premiumbox {
  position: relative;
  width: 1920px;
  left: 50%;
  margin-left: -960px;
  height: 642px;
  background: url("../img/main/premium_bg.jpg");
  background-position: center;
  background-size: cover;
  overflow: hidden;
}

.premium_title {
  text-align: center;
  padding-bottom: 45px;
  padding-top: 100px;
}

.premium_sldiebox {
  width: 1300px;
  position: relative;
  margin: 0 auto;
  top: 20;
  opacity: 0;
}

.premiumslide .swiper-slide {
  height: 262px;
  width: 272px !important;
  overflow: hidden;
}

.premium_prev {
  left: -70px;
  cursor: pointer;
  top: 40%;
  position: absolute;
}
.premium_next {
  right: -70px;
  cursor: pointer;
  top: 40%;
  position: absolute;
}

/****프리미엄영역****/

#location {
  width: 100%;
  background-color: #efefed;
}
.locationbox {
  height: 1007px;
}

.location_title {
  padding-top: 120px;
  padding-bottom: 137px;
  text-align: center;
}

.location_list {
  width: 1480px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

.location_list li {
  position: relative;
  opacity: 0;
}
.location_list li:nth-child(2n) {
  top: -30px;
}
.location_list li:nth-child(odd) {
  top: 30px;
}

.benefit_sldiebox {
  width: 1440px;
}

#benefit {
  width: 100%;
}
.benefitbox {
  position: relative;
  height: 1024px;
  left: 50%;
  margin-left: -960px;
  width: 1920px;
  background: url("../img/main/benefit_bg.jpg");
}

.benefit_sldiebox {
  width: 1440px;
  position: relative;
  left: 360px;
  top: 228px;
}

.redbtn {
  position: absolute;
  bottom: 0px;
  z-index: 10;
}
.redbtn a {
  display: inline-block;
  padding: 19px 39px;
  background-color: #ba967c;
  font-family: "Noto Sans KR", sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
}

#footer {
  width: 100%;
  background-color: #333333;
}
.footerimg {
  position: relative;
  width: 1920px;
  left: 50%;
  transform: translateX(-50%);
}

/****서브페이지****/

#subhead {
  width: 100%;
  position: relative;
  padding-top: 91px;
}

.subimgWrap {
  width: 1920px;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  overflow: hidden;
  height: 389px;
}

.subPage {
  width: 100%;
}

.subtitle {
  text-align: center;
  font-family: "Noto Sans KR", sans-serif;
  letter-spacing: -0.5px;
  transform: rotate(0.04deg);
  font-weight: 300;
  font-size: 35px;
  color: #414141;
  padding-top: 50px;
  padding-bottom: 25px;
}

.subarea {
  width: 1300px;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

.iframbox {
  width: 1200px;
  position: relative;
  margin: 0 auto;
}

.reservation_tab {
  position: relative;
  padding-bottom: 50px;
}
.reservation_tab ul {
  display: flex;
  justify-content: center;
}
.reservation_tab ul li {
  width: 350px;
  line-height: 45px;
  margin-left: 20px;
  text-align: center;
  border: 1px solid #c4c4c4;
  background-color: #f0f0f0;
}
.reservation_tab ul li:nth-child(1) {
  margin-left: 0;
}
.reservation_tab ul li a {
  display: block;
  font-size: 16px;
  width: 100%;
  height: 100%;
  color: #353535;
  font-family: "NanumGothicBold", sans-serif;
}

.reservation_tab ul li.on,
.reservation_tab ul li.on a {
  background-color: #102847;
  color: #fff;
}
