.sub {
  margin-bottom: 200px;
}
.sub_top {
  width: 100%;
  height: 520px;
  background: url("../sub/sub_top.png") no-repeat top center;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sub_top .title {
  text-align: center;
  margin-top: 3%;
}
.sub_top .title img {
  width: 58px;
  margin-bottom: 32px;
}
.sub_top .title h2 {
  font-size: 28px;
  font-weight: 500;
  line-height: 1.4;
  color: #fff;
}
.page {
}

/* introduction */
.intro_cont {
  padding: 160px 0;
}
.intro_cont {
  width: 75%;
  margin: 0 auto;

  display: flex;
  justify-content: space-between;
  align-items: center;
}
.intro_cont .inner {
}
.intro_cont .desc {
}
.intro_cont .desc h2 {
  font-size: 82px;
  font-weight: 400;
  font-family: "Amiri", serif;
  letter-spacing: -3.5px;
  color: #231917;
}
.intro_cont .desc .line {
  width: 60px;
  height: 1px;
  background: #383838;
  margin: 52px 0;
  display: block;
}
.intro_cont .desc p {
  font-size: 20px;
  font-weight: 400;
  line-height: 32px;
  color: #383838;
  margin-bottom: 26px;
}

.intro_cont .intro_point {
  width: 520px;
  height: 680px;

  position: relative;
}
.intro_cont .intro_point::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 10;
  display: block;
  width: 100%;
  height: 100%;
  background: url("../image/intro_point.png") no-repeat center center;
  background-size: cover;
}
.intro_cont .intro_point::before {
  content: "";
  position: absolute;
  right: -10px;
  bottom: -10px;
  z-index: -1;
  display: block;
  width: 100%;
  height: 100%;
  background: #949494;
}

.intro_cont02 {
  width: 75%;
  margin: 0 auto;
}
.intro_page {
}
.intro_page .items {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.intro_page .items .item {
  flex: 1;
}
.intro_page .items .item img {
  width: 100%;
}

.intro_page .item_txt {
  width: 100%;
  text-align: end;
}
.intro_page .item_txt h3 {
  font-size: 28px;
  font-weight: 900;
  color: #231917;
  margin: 100px 0 32px;
}
.intro_page .item_txt p {
  font-size: 20px;
  font-weight: 400;
  line-height: 32px;
  color: #383838;
  margin-bottom: 26px;
}

/* stay */
.stay_page {
  width: 75%;
  margin: 160px auto 0;
}
.stay_page .items {
  width: 100%;

  display: flex;
  justify-content: space-between;
  align-items: center;
}
.stay_page .items.items02 {
  margin: 100px 0 150px;
}
.stay_page .items .stay_txt {
  width: 50%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
}
.stay_page .items.items02 .stay_txt {
  justify-content: flex-end;
  align-items: flex-end;
  text-align: end;
}
.stay_page .items .stay_txt h3 {
  font-size: 32px;
  font-weight: 900;
  color: #231917;
}
.stay_page .items .stay_txt p {
  font-size: 20px;
  font-weight: 400;
  line-height: 32px;
  color: #383838;
  margin-top: 32px;
}

.stay_page .items .stay_txt .intro_btn {
  width: 140px;
  height: 42px;

  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 52px;
  background: #fff;
  border: 1px solid #383838;

  transition: 0.7s;
}
.stay_page .items .stay_txt .intro_btn:hover {
  background: #231917;
}
.stay_page .items .stay_txt .intro_btn span {
  font-size: 18px;
  font-weight: 400;
  font-family: "Amiri", serif;
  color: #231917;
}
.stay_page .items .stay_txt .intro_btn:hover span {
  color: #fff;
}

.stay_page .items .stay_slider {
  width: 50%;
  height: 420px;
  position: relative;
}
.stay_page .items .stay_slider .slick-dots {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}
.stay_page .items .stay_slider .slick-dots li {
}
.stay_page .items .stay_slider .slick-dots li button {
  display: none;
}
.stay_page .items .stay_slider div {
  width: 100%;
  height: 100%;
}
.stay_page .items .stay_slider div img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.stay_size {
  width: 100%;
  margin: 120px auto 0;
  box-sizing: border-box;
}
.stay_size .title {
  margin-bottom: 52px;
  text-align: center;
}
.stay_size .title h2 {
  font-size: 32px;
  font-weight: 700;
  color: #00003a;
}
.stay_size img {
  width: 100%;
  border: 1.5px solid rgb(167, 167, 167);
  box-sizing: border-box;
}
.stay_size ul {
  width: 100%;
  margin: 20px auto 0;
}
.stay_size ul .stay_seat {
  width: 100%;
}
.stay_size ul .stay_seat .desc {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  margin: 0;
  /* border: 1px solid black; */
}
.stay_size ul .stay_seat .desc li {
  flex: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 1.5px solid rgb(173, 173, 173);
  border-top: none;
  padding: 16px 0;
}
.stay_size ul .stay_seat .desc:first-child li {
  border-top: 1.5px solid rgb(173, 173, 173);
  background: rgb(226, 226, 226);
}
.stay_size ul .stay_seat .desc:first-child li span,
.stay_size ul .stay_seat .desc:first-child li h3 {
  font-size: 18px;
  font-weight: 600;
  color: #111111;
}
.stay_size ul .stay_seat .desc li span {
  width: 30%;
  font-size: 16px;
  font-weight: 600;

  margin-left: 20px;
}
.stay_size ul .stay_seat .desc li h3 {
  width: 70%;
  font-size: 16px;
  font-weight: 500;
  color: #111111;

  /* border: 1px solid black; */
  padding-left: 20px;
  border-left: 1.5px solid rgb(173, 173, 173);
}
.stay_page .notification {
  padding: 32px 0;
  width: 100%;
  border: 1px solid #949494;
  margin-top: 150px;
}
.stay_page .notification h4 {
  font-size: 18px;
  font-weight: 900;
  color: #383838;
  margin-left: 50px;
  margin-bottom: 12px;
}
.stay_page .notification p {
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  color: #383838;
  margin-left: 50px;
}

/* qna */
.qna {
}
.page .title {
  text-align: center;
  margin-top: 150px;
}
.page .title h2 {
  font-size: 32px;
  font-weight: 900;
  color: #231917;
}
.page .title p {
  font-size: 17px;
  font-weight: 400;
  color: #4d4d4d;
  margin-top: 16px;
}
.qna_wrap {
  width: 65%;
  margin: 0 auto;
  background: #4d4d4d;

  animation: load_bg 1.6s both;
  animation-delay: 0.5s;
}
.qna_desc {
  padding: 50px;
  margin: 52px auto 0;
  background: #e7e7e7;
}
.qna_desc .qna_item {
  margin-bottom: 36px;
}
.qna_desc .qna_item:last-child {
  margin-bottom: 0;
}
.qna_desc .qna_item .qna_Q {
  font-size: 26px;
  font-weight: 700;
  color: #231917;
  margin-bottom: 14px;
}
.qna_desc .qna_item .qna_Q span {
  font-size: 28px;
  font-weight: 700;
  color: #231917;
}
.qna_desc .qna_item .item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.qna_desc .qna_item .item span {
  font-size: 28px;
  font-weight: 700;
  margin-right: 8px;
  color: #019301;
}
.qna_desc .qna_item .item .qna_A {
  width: 100%;
  padding: 14px;
  background: #fff;
}
.qna_desc .qna_item .item .qna_A h3 {
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
  color: #111111;
}

/* refund */
.refund_page {
  width: 75%;
  margin: 0 auto;
}
.refund_page .desc {
  width: 100%;
}
.refund_page .desc .caution {
  width: 100%;
}
.refund_page .desc .caution span {
  display: block;
  margin-top: 8px;
}
.refund_page .desc .caution span:first-child {
}

.refund_page .desc .caution {
  margin: 52px 0;
}
.refund_page .desc .caution02 {
  margin: 52px 0 80px;
}
.refund_page .desc .caution .refund_tt {
  font-size: 24px;
  font-weight: 600;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  color: #231917;
  margin-bottom: 16px;
}
.refund_page .desc .caution span {
  font-size: 14px;
  font-weight: 400;
  color: #111111;
}

.refund_page .desc .standard {
}
.refund_tt {
  font-size: 24px;
  font-weight: 600;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  color: #231917;
  margin-bottom: 16px;
}
.refund_tt span {
  font-size: 14px;
  display: block;
  margin-right: 12px;
}
.refund_page .desc .standard .detail {
  margin: 16px 0;
}
.refund_page .desc .standard .detail .item {
}
.refund_page .desc .standard .detail .item ul {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.refund_page .desc .standard .detail .item ul li {
  flex: 1;
  text-align: center;
  border: 1px solid #4d4d4d;
  border-bottom: none;
  padding: 12px 0;
  box-sizing: border-box;
}
.refund_page .desc .standard .detail .item.item01 ul li {
  padding: 16px 0;
  background: #231917;
}
.refund_page .desc .standard .detail .item.item01 ul li span {
  font-size: 18px;
  font-weight: 600;
  color: white;
}
.refund_page .desc .standard .detail .item ul li:first-child {
  border-right: none;
}
.refund_page .desc .standard .detail .item.item01 ul li:first-child {
  border-right: 1px solid white;
  border-radius: 20px 0 0 0;
}
.refund_page .desc .standard .detail .item.item01 ul li:last-child {
  border-radius: 0 20px 0 0;
}
.refund_page .desc .standard .detail .item:last-child ul li {
  border-bottom: 1px solid #4d4d4d;
}
.refund_page .desc .standard .detail .item ul li span {
  font-size: 17px;
  font-weight: 500;
  color: #111111;
}

.refund_page .desc .standard .ore {
  font-size: 15px;
  font-weight: 400;
  color: #4d4d4d;
}
.inquiry {
  width: 100%;
  /* height: 100px; */
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 140px;
}
.inquiry .item {
  flex: 1;
  /* height: 100%; */
  border: 1px solid #a1a1a1;
  padding: 42px 0;

  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #e9e9e9;
}
.inquiry .item:last-child {
  border-left: none;
  background: #231917;
}
.inquiry .item .txt {
  margin-left: 52px;
}
.inquiry .item h3 {
  font-size: 22px;
  font-weight: 600;
  color: #231917;
}
.inquiry .item:last-child h3 {
  color: white;
}
.inquiry .item p {
  font-size: 15px;
  margin-top: 12px;
}
.inquiry .item:last-child p {
  color: white;
}
.inquiry .item .fa {
  font-size: 20px;
  margin-right: 52px;
  color: #231917;
}

.inquiry .item:last-child .fa {
  color: white;
}

/* tourist */
.tourist_page {
  width: 78%;
  height: auto;
  margin: 0 auto;
}
.tourist_desc {
  width: 100%;
  margin-left: 13px;
  margin-top: 62px;
}
.tourist_desc .item {
  width: 360px;
  float: left;
  margin-right: 13px;
  margin-bottom: 62px;
  display: block;
}
.tourist_desc .item .tourist_img {
  width: 100%;
  height: 200px;
  transition: 0.5s;
  position: relative;
}

.tourist_desc .item .tourist_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.tourist_desc .item .tourist_img img.tourlst_point {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 111;
  transition: 0.235s;

  opacity: 0;

  width: 90px;
  height: 32px;
}
.tourist_desc .item .tourist_img:hover {
  box-shadow: 4px 5px 15px rgba(0, 0, 0, 0.5);
}
.tourist_desc .item .tourist_img:hover img.tourlst_point {
  opacity: 1;
}
.tourist_desc .item .tourist_txt {
  width: 100%;
}
.tourist_desc .item .tourist_txt h3 {
  font-size: 22px;
  font-weight: 900;
  color: #231917;
  margin: 22px 0 16px;
}
.tourist_desc .item .tourist_txt p {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  margin-top: 14px;
  color: #4d4d4d;

  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

/* utilization */
.utilization_page {
  width: 65%;
  margin: 0 auto;
}

.utilization_tab {
  width: 100%;
  /* border: 1px solid black; */
  margin: 120px 0 62px;
}
.utilization_tab .tab_btns {
  width: 100%;
  display: flex;
  justify-content: space-between;
  gap: 80px;
}
.utilization_tab .tab_btns .btn {
  flex: 1;
  text-align: center;
}
.utilization_tab .tab_btns .btn a {
  width: 100%;
  display: block;
  padding: 0 0 25px;
  transition: background 0.3s;
  position: relative;

  font-size: 18px;
  font-weight: 600;
  color: #111111;
}
.utilization_tab .tab_btns .btn a::before,
.utilization_tab .tab_btns .btn a::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  transition: 0.5s;
  z-index: 5555;
  width: 35%;
  height: 3px;
  background: black;
  opacity: 0;
  display: block;
}
.utilization_tab .tab_btns .btn a::after {
  width: 100%;
  opacity: 1;
  background: #d8d8d8;
  z-index: 4444;
}
.utilization_tab .tab_btns .btn a.active::before {
  width: 100%;
  opacity: 1;
}
.utilization_tab .tab_btns .btn a.active {
}

.utilization_desc {
  /* border: 1px solid black; */
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
}

.utilization_desc .tab_item {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.8s ease, visibility 0s linear 0.8s;
  display: block;
}

.utilization_desc .tab_item.active {
  opacity: 1;
  visibility: visible;
  transition-delay: 0s;
  position: relative;
}

.utilization_desc .tab_item img {
  width: 100%;
  height: auto;
  display: block;

  border: 2px solid #8a8a8a;
  box-sizing: border-box;
}

.utilization_desc .tab_item.tab_menu02 {
}
.utilization_desc .tab_item.tab_menu02 .item {
  width: 100%;
  /* border: 1px solid black; */
  /* overflow: hidden; */
  margin-top: 52px;
}
.utilization_desc .tab_item.tab_menu02 .item:first-child {
  margin-top: 0;
}
.utilization_desc .tab_item.tab_menu02 .item .txt {
  width: 100%;
  /* height: 100px; */
  padding: 26px 0;
  background: #231917;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  border-radius: 20px 20px 0 0;
}
.utilization_desc .tab_item.tab_menu02 .item .txt .fa {
  font-size: 22px;
  color: #fff;
  margin-left: 36px;
  margin-right: 12px;
}
.utilization_desc .tab_item.tab_menu02 .item .txt h3 {
  font-size: 22px;
  font-weight: 500;
  color: #fff;
}
.utilization_desc .tab_item.tab_menu02 .item .detail {
  width: 100%;
  padding: 32px 0;
  /* height: 100px; */
  border: 1.5px solid #231917;
  box-sizing: border-box;
  border-radius: 0 0 20px 20px;
}
.utilization_desc .tab_item.tab_menu02 .item .detail p {
  font-size: 20px;
  font-weight: 600;
  color: #111;
  line-height: 24px;
  margin-left: 36px;
  margin-top: 12px;
}
.utilization_desc .tab_item.tab_menu02 .item .detail p:first-child {
  margin-top: 0;
}

.utilization_desc .tab_item.tab_menu02 .item .detail p span {
  display: block;
  font-size: 17px;
  font-weight: 400;
}
.utilization_desc .tab_item.tab_menu02 .item .detail p .mo_br {
  display: none;
}
.utilization_desc .tab_item.tab_menu03 {
}
.utilization_desc .tab_item.tab_menu03 img {
  width: 100%;
}
.utilization_desc .tab_item.tab_menu03 img.tab_menu03_on {
  display: block;
}
.utilization_desc .tab_item.tab_menu03 img.tab_menu03_mo {
  display: none;
}

/* contact */
.contact_page {
  width: 78%;
  margin: 0 auto;
}
.contact_wrap {
  margin-top: 72px;
}
.contact_wrap .map {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  border: 1px solid rgb(153, 153, 153);
  box-sizing: border-box;
}
.contact_wrap .map_pc {
  display: block;
}
.contact_wrap .map_mo {
  display: none;
}
.contact_wrap .map .root_daum_roughmap {
  width: 100% !important;
}
.contact_wrap .map iframe {
  width: 100% !important;
}
.section_address,
.wrap_controllers {
  display: none;
}
.contact_wrap .desc {
}
.contact_wrap .desc .item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 25px 0;
  border-bottom: 2px solid rgb(77, 77, 77);
}

.contact_wrap .desc .item h3 {
  font-size: 28px;
  font-weight: 600;
  color: #1d1d1d;

  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-left: 32px;
}
.contact_wrap .desc .item h3 span {
  font-size: 20px;
  font-weight: 600;
  color: #353535;
  margin-left: 8px;
  display: block;
}
.contact_wrap .desc .item .contact_link {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 32px;
}
.contact_wrap .desc .item .contact_link .link {
  width: 160px;
  height: 46px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fae100;
  border-radius: 50px;
}
.contact_wrap .desc .item .contact_link .link.naver {
  background: #02c255;
  margin-left: 16px;
}
.contact_wrap .desc .item .contact_link .link .fa {
  font-size: 18px;
  font-weight: 600;
  margin-right: 12px;
  color: #1d1d1d;
}
.contact_wrap .desc .item .contact_link .link span {
  font-size: 18px;
  font-weight: 600;

  color: #1d1d1d;
}

.contact_wrap .desc .item.item02 {
  width: 100%;
}
.contact_wrap .desc .item.item02 .txt {
  width: 100%;
}
.contact_wrap .desc .item.item02 .txt h3 {
}
.contact_wrap .desc .item.item02 .txt span {
  width: 100%;
  display: block;
  border-bottom: 1px solid #8a8a8a;
  padding: 12px 32px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3;
}
.contact_wrap .desc .item.item02 .txt span:last-child {
  border: none;
  padding: 12px 32px 0;
}
/* confirm */
.confirm_section {
  width: 100%;
  min-height: calc(100vh - 200px);
  padding: 150px 0 80px;
  background: #f8f8f8;
}
.confirm_container {
  width: 1400px;
  max-width: 95%;
  margin: 0 auto;
  background: #fff;
  padding: 60px;
  border-radius: 10px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}
.confirm_title {
  text-align: center;
  margin-bottom: 50px;
}
.confirm_title h2 {
  font-size: 32px;
  font-weight: 700;
  color: #383838;
  margin-bottom: 15px;
}
.confirm_title p {
  font-size: 16px;
  color: #8f8f8f;
}
.input_group {
  margin-bottom: 25px;
}
.input_group label {
  display: block;
  font-size: 16px;
  font-weight: 600;
  color: #383838;
  margin-bottom: 10px;
}
.input_group input {
  width: 100%;
  padding: 15px;
  font-size: 16px;
  border: 1px solid #ddd;
  border-radius: 5px;
  box-sizing: border-box;
}
.input_group input:focus {
  outline: none;
  border-color: #019301;
}
.search_btn {
  width: 100%;
  padding: 18px;
  background: #019301;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  margin-top: 20px;
}
.search_btn:hover {
  background: #017a01;
}
.result_container {
  margin-top: 50px;
  display: none;
}
.result_title {
  font-size: 24px;
  font-weight: 700;
  color: #383838;
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 2px solid #019301;
}
.result_table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 20px;
}
.result_table th,
.result_table td {
  padding: 15px 10px;
  text-align: center;
  border-bottom: 1px solid #eee;
  white-space: nowrap;
  font-size: 14px;
}
.result_table th {
  background: #f8f8f8;
  font-weight: 600;
  color: #383838;
}
.result_table td {
  color: #666;
}
.no_result {
  text-align: center;
  padding: 50px;
  color: #8f8f8f;
  font-size: 16px;
}
.reservation_cards {
  display: none;
}
.reservation_card {
  background: #f8f8f8;
  padding: 20px;
  margin-bottom: 15px;
  border-radius: 8px;
  border-left: 4px solid #019301;
}
.card_row {
  display: flex;
  justify-content: space-between;
  padding: 10px 0;
  border-bottom: 1px solid #ddd;
}
.card_row:last-child {
  border-bottom: none;
}
.card_label {
  font-weight: 600;
  color: #383838;
  font-size: 14px;
}
.card_value {
  color: #666;
  text-align: right;
  font-size: 14px;
}
.cancel_btn {
  background: #dc3545;
  color: #fff;
  border: none;
  padding: 8px 16px;
  border-radius: 4px;
  cursor: pointer;
  font-size: 13px;
  font-weight: 600;
  transition: 0.3s;
}
.cancel_btn:hover {
  background: #c82333;
}
.cancel_btn_mobile {
  width: 100%;
  background: #dc3545;
  color: #fff;
  border: none;
  padding: 12px;
  border-radius: 4px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 600;
  margin-top: 10px;
  transition: 0.3s;
}
.cancel_btn_mobile:hover {
  background: #c82333;
}
