@charset "UTF-8";

#container {}

/* 공통 버튼 */
.btn-common {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50px;
  font-size: 15px;
  font-weight: 600;
  line-height: 130%;
  color: #fff;
  background-color: var(--color-main-dark1);
}
.btn-common:hover {
  background-color: var(--color-main-dark2);
}
.btn-common-g9 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50px;
  font-size: 15px;
  font-weight: 600;
  line-height: 130%;
  color: #fff;
  background-color: var(--gray9);
}
.btn-common-g9:hover {
  background-color: #19252F;
}
.btn-line-g9 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50px;
  font-size: 15px;
  font-weight: 600;
  line-height: 130%;
  color: var(--gray9);
  border: 1px solid var(--gray9);
}
.btn-line-g9:hover {
  color: #19252F;
  border-color: #19252F;
  border-width: 1px;
}
.btn-line-key {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50px;
  font-size: 15px;
  font-weight: 600;
  line-height: 130%;
  color: var(--color-main-dark1);
  border: 1px solid var(--color-main-dark1);
}
.btn-line-key:hover {
  color: var(--color-main-dark2);
  border-color: var(--color-main-dark2);
}
.btn-w300 {
  display: flex;
  max-width: 300px;
  width: 60%;
  margin-left: auto;
  margin-right: auto;
}
.btn-layout {
  margin-top: 60px;
}
.btn-layout > * {
  margin-bottom: 15px;
}
.btn-layout > *:last-child {
  margin-bottom: 0;
}
.btn-disabled {
  color: #fff;
  background-color: var(--gray4);
  cursor: auto;
}
.btn-disabled:hover {
  color: #fff;
  background-color: var(--gray4);
  cursor: not-allowed;
}
.btn-margintop {
  margin-top: 60px;
}
.btn-margintop40 {
  margin-top: 40px;
}

@media (min-width: 576px) {
  .btn-layout {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .btn-layout > * {
    width: calc(50% - 10px);
    max-width: 300px;
    margin-bottom: 0;
    margin-right: 20px;
  }
  .btn-layout > *:last-child {
    margin-right: 0;
  }
}

@media (min-width: 992px) {
  .btn-common, .btn-common-g9, .btn-line-g9, .btn-line-key  {
    height: 54px;
    font-size: 16px;
  }
  .btn-layout  {
    margin-top: 80px;
  }
  .btn-margintop {
    margin-top: 80px;
  }
  .btn-margintop40 {
    margin-top: 60px;
  }
  }

/* 공통 제목 */
.main-headtit {
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 700;
  line-height: 140%;
}
.pageTit {
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 700;
  line-height: 140%;
}
.small-page-tit {
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 700;
}
.small-page-tit-line {
  padding-bottom: 20px;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 700;
  border-bottom: 2px solid var(--gray9);
}
.section-tit-line {
  padding-bottom: 16px;
  margin-bottom: 26px;
  font-size: 16px;
  font-weight: 700;
  border-bottom: 2px solid var(--gray9);
}
.tit-marginbottom40 {
  margin-bottom: 40px;
}

@media (min-width: 992px) {
  .main-headtit {
    margin-bottom: 20px;
    font-size: 26px;
    text-align: center;
  }
  .pageTit {
    margin-bottom: 30px;
    font-size: 28px;
  }
  .small-page-tit {
    margin-bottom: 25px;
    font-size: 22px;
  }
  .small-page-tit-line {
    padding-bottom: 25px;
    margin-bottom: 25px;
    font-size: 22px;
  }
  .section-tit-line {
    padding-bottom: 20px;
    margin-bottom: 30px;
    font-size: 18px;
  }
  .tit-marginbottom40 {
    margin-bottom: 50px;
  }
}

/* 공통 여백 */
.section-margin {
  margin-top: 80px;
}

@media (min-width: 992px) {
  .section-margin {
    margin-top: 100px;
  }
}

/* 히어로섹션 */
.hero_sec {
  width: 100%;
  height: 100vh;
}
.hero_sec .heroSwiper {
  width: 100%;
  height: 100%;
}
.hero_sec .heroSwiper .swiper-wrapper {}
.hero_sec .heroSwiper .swiper-slide {
  position: relative;
}
.hero_sec .heroSwiper .swiper-slide::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(70deg, rgba(0,0,0,6) 20%, rgba(0,0,0,0.2));
}
.hero_sec .heroSwiper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero_sec .heroSwiper .hero_text {
  position: absolute;
  top: 60%;
  left: 24px;
  z-index: 1;
}
.hero_sec .heroSwiper .hero_text span {
  position: relative;
  font-family: "DM Serif Text", serif;
  letter-spacing: 8%;
  font-size: 30px;
  line-height: 180%;
  color: #fff;
}
.hero_sec .heroSwiper .hero_text span::after {
  content: "";
  position: absolute;
  top: calc(100% + 40px);
  left: 0;
  width: 60%;
  height: 1px;
  background-color: #fff;
  opacity: 0.4;
}
.hero_sec .swiper-horizontal>.swiper-pagination-bullets,
.hero_sec .swiper-pagination-bullets.swiper-pagination-horizontal,
.hero_sec .swiper-pagination-custom,
.hero_sec .swiper-pagination-fraction {
  position: absolute;
  bottom: 20px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  z-index: 1;
}
.hero_sec .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.hero_sec .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  margin: 0;
  background-color: #fff;
}

@media (min-width:769px) {
  .hero_sec {
    height: 610px;
  }
  .hero_sec .heroSwiper .hero_text {
    top: 52%;
  }
  .hero_sec .heroSwiper .hero_text span::after {
    top: calc(100% + 42px);
  }
  .hero_sec .heroSwiper .hero_text span {
    font-size: 34px;
  }
  .hero_sec .swiper-horizontal>.swiper-pagination-bullets,
  .hero_sec .swiper-pagination-bullets.swiper-pagination-horizontal,
  .hero_sec .swiper-pagination-custom,
  .hero_sec .swiper-pagination-fraction {
    gap: 26px;
    bottom: 30px !important;
  } 
}

@media (min-width:1025px) {
  .hero_sec {
    height: 100vh;
  }
  .hero_sec .heroSwiper .hero_text {
    top: 48%;
    left: 50%;
    transform: translateX(-48%);
    width: 100%;
    max-width: 1440px;
  }
  .hero_sec .heroSwiper .hero_text span {
    font-size: 42px;
  }
  .hero_sec .heroSwiper .hero_text::after {
    top: calc(100% + 48px);
  }
  .hero_sec .swiper-horizontal>.swiper-pagination-bullets,
  .hero_sec .swiper-pagination-bullets.swiper-pagination-horizontal,
  .hero_sec .swiper-pagination-custom,
  .hero_sec .swiper-pagination-fraction {
    bottom: 40px !important;
  } 
}

@media (min-width:1441px) {
  .hero_sec .heroSwiper .hero_text {
    transform: translateX(-50%);
  }
}


/* 호텔소개 */
.hotelInfo_sec {
  margin-top: 100px;
}
.hotelInfo_sec .inner {}
.hotelInfo_sec .hotel_img {
  height: 206px;
  margin-bottom: 30px;
}
.hotelInfo_sec .hotel_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hotelInfo_sec .hotel_txt {}
.hotelInfo_sec .hotel_txt .logo {
  display: none;
}
.hotelInfo_sec .hotel_txt .logo img {}
.hotelInfo_sec .hotel_txt .txt {
  padding-left: 20px;
  line-height: 160%;
  color: var(--color-main-dark1);
  border-left: 1px solid var(--color-main-light2);
}
.hotelInfo_sec .hotel_txt .txt h3 {
  margin-bottom: 16px;
  font-family: "DM Serif Text", serif;
  font-size: 16px;
  letter-spacing: 1.5px;
}
.hotelInfo_sec .hotel_txt .txt div {
  opacity: .8;
  font-size: 13px;
}

@media (min-width:769px) {
  .hotelInfo_sec .hotel_img {
    height: 300px;
    margin-bottom: 40px;
  }
  .hotelInfo_sec .hotel_txt {
    display: flex;
    align-items: center;
  }
  .hotelInfo_sec .hotel_txt .logo {
    display: block;
  }
  .hotelInfo_sec .hotel_txt .logo img {
    width: 118px;
  }
  .hotelInfo_sec .hotel_txt .txt {
    padding-left: 50px;
    margin-left: 50px;
  }
  .hotelInfo_sec .hotel_txt .txt h3 {
    font-size: 18px;
  }
  .hotelInfo_sec .hotel_txt .txt div {
    font-size: 14px;
  }

}

@media (min-width:1025px) {
  .hotelInfo_sec {
    margin-top: 130px;
  }
  .hotelInfo_sec .hotel_img {
    height: 380px;
    margin-bottom: 60px;
  }
  .hotelInfo_sec .hotel_txt  {
    padding: 0 80px;
  }
  .hotelInfo_sec .hotel_txt .logo img {
    width: 140px;
  }
  .hotelInfo_sec .hotel_txt .txt {
    padding-left: 80px;
    margin-left: 80px;
  }
  .hotelInfo_sec .hotel_txt .txt h3 {
    margin-bottom: 20px;
    font-size: 20px;
  }
  .hotelInfo_sec .hotel_txt .txt div {
    font-size: 15px;
    line-height: 180%;
  }
}

/* 시설 */
.facility_sec {
  margin-top: 100px;
}
.facility_sec .inner {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.facility_sec .inner>div {
  position: relative;
  width: 100%;
  height: 260px;
  padding: 0 24px;
  background-size: cover;
  background-position: center center;
  overflow: hidden;
}
.facility_sec .inner>div::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.7);
}
.facility_sec .view {
  background-image: url(../images/facility01.png);
  border-radius: 100px 0 0 0;
}
.facility_sec .healing {
  background-image: url(../images/facility02.png);
  border-radius: 0 100px 0 0;
}
.facility_sec .savor {
  background-image: url(../images/facility03.png);
  border-radius: 0 0 0 100px;
}
.facility_sec a {
  display: block;
  width: 100%;
  height: 100%;
}
.facility_sec .txt {
  position: relative;
  height: 100%;
  padding-top: 90px;
  text-align: center;
  letter-spacing: 1px;
  color: #fff;
  z-index: 1;
}
.facility_sec .key {
  margin-bottom: 12px;
  font-size: 11px;
  letter-spacing: 1px;
  opacity: 0.6;
}
.facility_sec .title {
  margin-bottom: 18px;
  font-size: 22px;
  font-family: "DM Serif Text", serif;
  font-weight: 600;
}
.facility_sec .info {
  font-size: 13px;
  font-weight: 300;
  line-height: 160%;
  opacity: 0.8;
}

@media (min-width:769px) {
  .facility_sec .inner {
    flex-direction: row;
  }
  .facility_sec .inner>div {
    height: 320px;
  }
  .facility_sec .view {
    border-radius: 0 100px 0 0;
  }
  .facility_sec .healing {
    margin-top: 80px;
    border-radius: 0 0 0 100px;
  }
  .facility_sec .savor {
    border-radius: 100px 0 0 0;
  }
  .facility_sec .txt {
    padding-top: 110px;
  }
}

@media (min-width:1025px) {
  .facility_sec {
    margin-top: 130px;
  }
  .facility_sec .inner {
    gap: 64px;
  }
  .facility_sec .inner>div {
    height: 420px;
    transition: all 0.6s;
  }
  .facility_sec .inner>div:hover {
    border-radius: 0;
  }
  .facility_sec .healing {
    margin-top: 100px;
  }
  .facility_sec .inner>div::after {
    transition: all 0.9s;
  }
  .facility_sec .inner>div:hover::after {
    background-color: rgba(0,0,0,0.9);
  }
  .facility_sec .txt {
    padding-top: 140px;
  }
  .facility_sec .key {
    margin-bottom: 16px;
    font-size: 12px;
  }
  .facility_sec .title {
    margin-bottom: 24px;
    font-size: 28px;
  }
  .facility_sec .info {
    font-size: 15px;
  }
}

@media (min-width:1400px) {
  .facility_sec .inner {
    gap: 86px;
  }
  .facility_sec .inner>div {
    height: 520px;
  }
  .facility_sec .txt {
    padding-top: 200px;
  }
}

/* 객실안내 */
.room_sec {
  width: 100%;
  margin-top: 100px;
  padding: 80px 0;
  background-color: var(--color-main-dark3);
}
.room_sec .inner {}
.room_sec .roomSwiper {}
.room_sec .roomSwiper .swiper-wrapper {}
.room_sec .roomSwiper .swiper-slide {
  position: relative;
  margin-bottom: 40px;
  opacity: 0 !important;
}
.room_sec .roomSwiper .swiper-slide.swiper-slide-active {
  opacity: 1 !important;
}
.room_sec .roomSwiper .image {
  width: 100%;
  height: 360px;
  margin-bottom: 30px;
}
.room_sec .roomSwiper .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.room_sec .roomSwiper .txt {
  color: #fff;
}
.room_sec .roomSwiper .txt .secName {
  margin-bottom: 8px;
  font-size: 11px;
  letter-spacing: 1px;
  opacity: 0.6;
}
.room_sec .roomSwiper .txt h3 {
  margin-bottom: 18px;
  font-size: 16px;
  font-family: "DM Serif Text", serif;
  font-weight: 600;
  line-height: 160%;
  letter-spacing: 1px;
}
.room_sec .roomSwiper .txt .roomInfo {
  font-size: 13px;
  line-height: 160%;
  opacity: 0.8;
  letter-spacing: 0.6px;
}
.room_sec .roomSwiper .txt .btn_detail {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 260px;
  margin-top: 50px;
  padding: 6px 10px;
  font-size: 13px;
  letter-spacing: 0.6px;
  color: #fff;
  border-bottom: 1px solid #fff;
}
.room_sec .pagers {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
.room_sec .room-button-prev,
.room_sec .room-button-next {
  width: 26px;
  height: 26px;
  color: #fff;
  cursor: pointer;
}
.room_sec .room-button-prev {}
.room_sec .room-button-next {}
.room_sec .room-button-prev .material-symbols-outlined,
.room_sec .room-button-next .material-symbols-outlined {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  font-size: 28px;
} 
.room_sec .swiper-button-disabled {
  opacity: 0.4;
  cursor: default;
}
.room_sec .room-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  width: auto;
  color: #fff;
  text-align: center;
  font-size: 13px;
}
.room_sec .room-pagination span {
  opacity: 0.6;
}
.room_sec .room-pagination .swiper-pagination-current {
  font-weight: 700;
  opacity: 1;
}

@media (min-width:769px) {
  .room_sec .roomSwiper .swiper-slide {
    margin-bottom: 60px;
  }
  .room_sec .roomSwiper .image {
    height: 280px;
  }
  .room_sec .roomSwiper .txt h3 {
    font-size: 18px;
  }
  .room_sec .roomSwiper .txt .roomInfo {
    font-size: 14px;
  }
  .room_sec .pagers {
    gap: 26px;
  }
  .room_sec .room-button-prev,
  .room_sec .room-button-next {
    width: 30px;
    height: 30px;
  }
  .room_sec .room-button-prev .material-symbols-outlined,
  .room_sec .room-button-next .material-symbols-outlined {
    font-size: 30px;
  } 
  .room_sec .room-pagination {
    font-size: 14px;
  }
}

@media (min-width:1025px) {
  .room_sec {
    margin-top: 130px;
    padding: 130px 0;
  }
  .room_sec .roomSwiper .swiper-slide {
    display: flex;
    gap: 60px;
    margin-bottom: 0;
  }
  .room_sec .roomSwiper .image {
    flex-shrink: 0;
    width: 600px;
    height: 400px;
    margin-bottom: 0;
  }
  .room_sec .roomSwiper .txt {
    position: relative;
    margin-top: 20px;
  }
  .room_sec .roomSwiper .txt .secName {
    font-size: 12px;
  }
  .room_sec .roomSwiper .txt h3 {
    margin-bottom: 24px;
    font-size: 20px;
  }
  .room_sec .roomSwiper .txt .roomInfo {
    line-height: 180%;
  }
  .room_sec .roomSwiper .txt .btn_detail {
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 280px;
    margin-top: 60px;
    padding: 10px 12px;
    font-size: 15px;
    transition: all 0.6s;
  }
  .room_sec .roomSwiper .txt .btn_detail:hover {
    color: var(--color-main-light2);
    border-bottom-color: var(--color-main-light2);
  }
  .room_sec .roomSwiper .txt .btn_detail .material-symbols-outlined {
    transition: all 0.6s;
  }
  .room_sec .roomSwiper .txt .btn_detail:hover .material-symbols-outlined {
    transform: translateX(10px);
  }
  .room_sec .pagers {
    margin-top: 40px;
  }
  .room_sec .room-button-prev {}
  .room_sec .room-button-next {}
  .room_sec .room-button-prev .material-symbols-outlined,
  .room_sec .room-button-next .material-symbols-outlined {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    font-size: 30px;
  } 
  .room_sec .room-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    width: auto;
    color: #fff;
    text-align: center;
    font-size: 14px;
  }
  .room_sec .room-pagination span {
    opacity: 0.6;
  }
  .room_sec .room-pagination .swiper-pagination-current {
    font-weight: 700;
    opacity: 1;
  }
}

@media (min-width:1280px) {
  .room_sec .roomSwiper .image {
    width: 800px;
    height: 520px;
  }
  .room_sec .roomSwiper .txt .btn_detail {
    bottom: 36%;
  }
  .room_sec .pagers {
    position: absolute;
    left: 860px;
    bottom: 0;
    z-index: 1;
  }
}

/* 시설 */
.facility_sec2 {
  margin-top: 100px;
}
.facility_sec2 .inner {}
.facility_sec2 .inner>div {}
.facility_sec2 .inner .onsen {
  margin-bottom: 80px;
}
.facility_sec2 .titArea {
  margin-bottom: 20px;
}
.facility_sec2 .titArea p {
  margin-bottom: 8px;
  font-size: 11px;
  letter-spacing: 1px;
  color: var(--color-main);
}
.facility_sec2 .titArea h3 {
  font-family: "DM Serif Text", serif;
  font-size: 20px;
  font-weight: 800;
  letter-spacing: 1.2px;
  line-height: 160%;
}
.facility_sec2 .image {
  width: calc(100% + 24px);
  height: 240px;
}
.facility_sec2 .dining .image {
  transform: translateX(-24px);
}
.facility_sec2 .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.facility_sec2 .facility_info {
  margin-top: 20px;
  font-size: 13px;
  line-height: 160%;
  color: var(--text-body);
  letter-spacing: 0.6px;
}
.facility_sec2 .btn_discover {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 260px;
  margin-top: 30px;
  padding: 6px 10px;
  font-size: 13px;
  letter-spacing: 0.6px;
  border-bottom: 1px solid var(--text-main);
}
.facility_sec2 .btn_discover .material-symbols-outlined {
  font-size: 20px;
  font-weight: 300;
}

@media (min-width:769px) {
  .facility_sec2 .image {
    height: 360px;
  }
}

@media (min-width:1025px) {
  .facility_sec2 {
    margin-top: 130px;
  }
  .facility_sec2 .inner>div {
    position: relative;
    height: 500px;
  }
  .facility_sec2 .inner .onsen {
    margin-bottom: 130px;
  }
  .facility_sec2 .titArea,
  .facility_sec2 .facility_info {
    width: calc(100% - 576px);
    padding-right: 40px;
  }
  .facility_sec2 .titArea {
    padding-top: 60px;
    border-top: 1px solid var(--gray9);
  }
  .facility_sec2 .dining .titArea,
  .facility_sec2 .dining .facility_info  {
    margin-left: 576px;
    padding-left: 40px;
  }
  .facility_sec2 .titArea p {
    font-size: 12px;
  }
  .facility_sec2 .titArea h3 {
    font-size: 20px;
  }
  .facility_sec2 .image {
    position: absolute;
    top: 0;
    width: 600px;
    height: 500px;
    overflow: hidden;
  }
  .facility_sec2 .onsen .image {
    left: calc(100% - 576px);
  }
  .facility_sec2 .dining .image {
    left: 0;
  }
  .facility_sec2 .image img {
    transition: all 20s;
  }
  .facility_sec2 .inner>div:hover .image img {
    transform: scale(1.5);
  }
  .facility_sec2 .facility_info {
    margin-top: 30px;
    font-size: 15px;
    line-height: 180%;
  }
  .facility_sec2 .btn_discover {
    position: absolute;
    bottom: 0;
    width: 280px;
    padding: 10px 12px;
    font-size: 15px;
    transition: all 0.6s;
  }
  .facility_sec2 .btn_discover:hover {
    color: var(--color-main-dark1);
    border-bottom-color: var(--color-main-dark1);
  }
  .facility_sec2 .onsen .btn_discover {
    left: 0;
  }
  .facility_sec2 .dining .btn_discover {
    left: 616px;
  }
  .facility_sec2 .btn_discover .material-symbols-outlined {
    font-size: 24px;
    transition: all 0.6s;
  }
  .facility_sec2 .btn_discover:hover .material-symbols-outlined {
    transform: translateX(10px);
  }
}

@media (min-width:1280px) {
  .facility_sec2 .image {
    width: 800px;
  }
  .facility_sec2 .onsen .image {
    left: calc(100% - 776px);
  }
  .facility_sec2 .titArea,
  .facility_sec2 .facility_info {
    width: calc(100% - 776px);
    padding-right: 60px;
  }
  .facility_sec2 .dining .titArea,
  .facility_sec2 .dining .facility_info {
    margin-left: 776px;
    padding-left: 60px;
  }
  .facility_sec2 .dining .btn_discover {
    left: 836px;
  }
}

/* 서비스 */
.service_sec {
  width: 100%;
  height: 780px;
  margin-top: 100px;
  background: url(../images/serviceBg.png) center center/cover;
}
.service_sec .txtArea {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 0 24px;
  text-align: center;
  color: #fff;
  letter-spacing: 1px;
  background-color: rgba(0,0,0,0.6);
}
.service_sec .txtArea h3 {
  margin-bottom: 30px;
  font-family: "DM Serif Text", serif;
  font-weight: 800;
  font-size: 22px;
  line-height: 160%;
  letter-spacing: 2px;
}
.service_sec .txtArea p {
  font-size: 13px;
  line-height: 200%;
  opacity: 0.8;
}

@media (min-width:769px) {
  .service_sec {
    height: 580px;
  }
  .service_sec .txtArea h3 {
    font-size: 26px;
  }
  .service_sec .txtArea p {
    font-size: 14px;
  }
}

@media (min-width:1025px) {
  .service_sec {
    height: 780px;
    margin-top: 130px;
  }
  .service_sec .txtArea h3 {
    font-size: 30px;
  }
  .service_sec .txtArea p {
    font-size: 15px;
  }
}

/* news&notice */
.news_sec {
  margin-top: 100px;
}
.news_sec .inner {
  width: calc(100% - 48px);
  margin-left: 24px;
  padding: 40px 24px;
  background-color: #fff;
}
.news_sec h2 {
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 800;
  font-family: "DM Serif Text", serif;
}
.news_sec ul {}
.news_sec li {
  padding: 12px 0;
  border-bottom: 1px solid var(--text-body);
}
.news_sec a {}
.news_sec .tit {
  margin-bottom: 6px;
  font-size: 13px;
  line-height: 160%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.news_sec .date {
  font-size: 13px;
  line-height: 160%;
  color: var(--gray7);
}

@media (min-width:769px) {
  .news_sec .inner {
    padding: 60px 40px;
  }
  .news_sec h2 {
    margin-bottom: 30px;
    font-size: 20px;
  }
  .news_sec li {
    padding: 20px 0;
  }
  .news_sec li a {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .news_sec .tit {
    margin-bottom: 0;
    font-size: 14px;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .news_sec .date {
    font-size: 14px;
  }
}

@media (min-width:1025px) {
  .news_sec {
    margin-top: 130px;
  }
  .news_sec .inner {
    width: calc(100% - 48px);
    margin: 0 auto;
    padding: 60px 80px;
  }
  .news_sec h2 {
    font-size: 24px;
  }
  .news_sec li {
    padding: 24px 0;
  }
  .news_sec li:hover {
    color: var(--color-main-dark1);
  }
  .news_sec .tit {
    font-size: 16px;
  }
  .news_sec .date {
    font-size: 16px;
  }
}

/* ---------------- roomlistPage ---------------- */
.roomlistPage {}
.roomlistPage .pageTit {}

#sub_rev_box {
  width: 100%;
}
#sub_rev_box .inner {}
#sub_rev_box .row {
  position: relative;
  padding: 15px 20px;
  border: 1px solid var(--gray4);
  border-bottom: none;
}
#sub_rev_box .row:last-of-type {
  border-bottom: 1px solid var(--gray4);
}
#sub_rev_box .row .tit {
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 700;
}
#sub_rev_box .row .cont {
  font-size: 14px;
}
#sub_rev_box .row .material-symbols-outlined {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  color: var(--gray6);
  font-size: 18px;
}
#sub_rev_box .btn_search {
  width: 100%;
  height: 50px;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  background-color: var(--color-main-dark1);
}

#sub_locationOverlay {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100vh;
  opacity: 0;
  visibility: hidden;
  z-index: 2000;
  transition: all 0.2s;
}
#sub_locationOverlay.open {
  opacity: 1;
  visibility: visible;
}
#sub_locationOverlay.overlay {
  background-color: rgba(0,0,0,0.7);
}
#sub_locationOverlay ul {
  position: fixed;
  bottom: -100%;
  left: 0;
  width: 100%;
  max-height: 60vh;
  background-color: #fff;
  overflow-y: auto;
  transition: all 0.3s;
}
#sub_locationOverlay.open ul {
  bottom: 0;
}
#sub_locationOverlay li {
  padding: 20px;
  font-size: 14px;
  border: 1px solid var(--gray4);
  border-bottom: none;
}
#sub_locationOverlay li:last-child {
  border-bottom: 1px solid var(--gray4);
}

/* 체크인아웃 선택 */
#sub_calendarOverlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 2000;
}
/* 활성화 */
#sub_calendarOverlay.open {
  display: block;
}
#sub_calendarOverlay .overlay_content {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: #fff;
  transform: translateY(20px);
  transition: transform 0.3s ease;
}
#sub_calendarOverlay.open .overlay_content {
  transform: translateY(0);
}
#sub_calendarOverlay .overlay_header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 58px;
  margin-bottom: 40px;
  padding: 0 24px;
  border-bottom: 1px solid #E7E5E4;
}
#sub_calendarOverlay .overlay_header h3 {
  font-size: 18px;
}
#sub_calendarOverlay .overlay_header .material-symbols-outlined {
  font-size: 32px;
}
#sub_calendarOverlay .calendar_body {
  padding: 0 24px;
}
#sub_calendarOverlay .btn_done {
  position: absolute;
  bottom: 60px;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - 48px);
  max-width: 640px;
  height: 50px;
  margin-top: 20px;
  font-size: 16px;
  color: #fff;
  background-color: var(--color-main-dark1);
  cursor: pointer;
}

/* 달력 커스텀 */
#sub_calendarOverlay .flatpickr-calendar.inline {
  width: 100%;
  max-width: 640px;
  margin: 0 auto;
  box-shadow: none;
}
#sub_calendarOverlay .flatpickr-months {
  margin-bottom: 20px;
}
#sub_calendarOverlay .flatpickr-current-month {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
}
#sub_calendarOverlay .flatpickr-current-month .flatpickr-monthDropdown-months,
#sub_calendarOverlay .flatpickr-current-month input.cur-year {
  font-size: 20px;
  font-weight: 600;
}
#sub_calendarOverlay .flatpickr-rContainer,
#sub_calendarOverlay .flatpickr-days {
  width: 100%;
}
#sub_calendarOverlay .flatpickr-weekdays {
  margin-bottom: 10px;
}
#sub_calendarOverlay span.flatpickr-weekday {
  width: calc(100% / 7);
}
#sub_calendarOverlay .dayContainer {
  row-gap: 5px;
  width: 100%;
  max-width: none;
}
#sub_calendarOverlay .rangeMode .flatpickr-day {
  width: calc(100% / 7);
  max-width: none;
  box-shadow: none;
}
.flatpickr-day.selected, .flatpickr-day.startRange, .flatpickr-day.endRange, .flatpickr-day.selected.inRange, .flatpickr-day.startRange.inRange, .flatpickr-day.endRange.inRange, .flatpickr-day.selected:focus, .flatpickr-day.startRange:focus, .flatpickr-day.endRange:focus, .flatpickr-day.selected:hover, .flatpickr-day.startRange:hover, .flatpickr-day.endRange:hover, .flatpickr-day.selected.prevMonthDay, .flatpickr-day.startRange.prevMonthDay, .flatpickr-day.endRange.prevMonthDay, .flatpickr-day.selected.nextMonthDay, .flatpickr-day.startRange.nextMonthDay, .flatpickr-day.endRange.nextMonthDay {
  background: var(--color-main-dark1) !important;
  border-color: var(--color-main-dark1) !important;
  color: #fff !important;
}
.flatpickr-day.inRange, .flatpickr-day.prevMonthDay.inRange, .flatpickr-day.nextMonthDay.inRange, .flatpickr-day.today.inRange, .flatpickr-day.prevMonthDay.today.inRange, .flatpickr-day.nextMonthDay.today.inRange, .flatpickr-day:hover, .flatpickr-day.prevMonthDay:hover, .flatpickr-day.nextMonthDay:hover, .flatpickr-day:focus, .flatpickr-day.prevMonthDay:focus, .flatpickr-day.nextMonthDay:focus {
  background-color: rgba(58,38,23,0.1);
  box-shadow: none;
  border: none;
}
#sub_calendarOverlay .btn_done {}

#sub_guestOverlay {
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0,0,0,0.7);
}
#sub_guestOverlay .overlay_content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 30px 24px;
  background-color: #fff;
}

.roomlistPage .room-list-wrap {
  margin-top: 40px;
  border-top: 1px solid var(--gray5);
}
.roomlistPage .room-list {
  padding: 30px 0;
  border-bottom: 1px solid var(--gray5);
}
.roomlistPage .room-list .image {
  width: 100%;
  height: 205px;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 14px 40px rgba(125,136,141,.1);
}
.roomlistPage .room-list .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.roomlistPage .room-list .room-info {
  margin-top: 20px;
}
.roomlistPage .room-list .room-name {
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: 700;
  line-height: 140%;
}
.roomlistPage .room-list .room-sub {
  max-height: 44px;
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 140%;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.roomlistPage .room-list .room-icon-info {
  display: flex;
  flex-wrap: wrap;
}
.roomlistPage .room-list .room-icon-info li {
  display: flex;
  align-items: flex-start;
  width: calc(50% - 5px);
  margin-bottom: 5px;
}
.roomlistPage .room-list .room-icon-info li:nth-child(odd) {margin-right: 10px;}
.roomlistPage .room-list .room-icon-info img {
  width: 16px;
  margin-right: 10px;
}
.roomlistPage .room-list .room-icon-info span {
  font-size: 13px;
  color: var(--gray7);
  line-height: 120%;
}

/* 옵션선택후 검색시 */
.roomlistPage .room-list .price {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-top: 20px;
  font-size: 18px;
  font-weight: 700;
  color: var(--color-main-dark2);
}

/* 룸 없을때 */
.roomlistPage .room-list .notshow-price {
  display: none;
  margin-top: 20px;
  text-align: right;
  font-size: 14px;
  line-height: 120%;
  color: var(--color-red);
}

/* 두번째거만 룸 없음 */
.roomlistPage .room-list:nth-child(2) .price {display: none;}
.roomlistPage .room-list:nth-child(2) .notshow-price {display: block;}

.symbol {
  margin-right: 4px;
  font-size: 0.7em;
}
.roomlistPage .room-list .price-num {}
.roomlistPage .room-list .price-from {
  font-size: 0.8em;
}
.roomlistPage .room-list .price-day {
  margin-left: 10px;
  font-size: 12px;
  color: var(--gray6);
  font-weight: 400;
}
.roomlistPage .room-list .btn-room-detail {
  height: 42px;
  margin-top: 16px;
  background-color: var(--color-main-dark1);
}

@media (min-width: 576px) {
  .roomlistPage .room-list .image {height: 240px;}
  .roomlistPage .room-list .room-icon-info li {
    width: 40%;
  }
}

@media (min-width:768px) {
  .roomlistPage .pageTit {
    font-size: 24px;
  }

  #sub_rev_box {
    display: flex;
    flex-wrap: wrap;
  }
  #sub_rev_box .row {
    width: 33.333%;
    height: 68px;
    border-bottom: 1px solid var(--gray4);
    border-right: none;
    border-left: none;
  }
  #sub_rev_box .sub_trigger_loca {
    border-left: 1px solid var(--gray4);
  }
  #sub_rev_box .sub_trigger_guest {
    border-right: 1px solid var(--gray4);
  }
  #sub_rev_box .btn_search {
    width: 100%;
    height: 42px;
  }

  #sub_locationOverlay ul {
    top: 50%;
    bottom: auto;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 540px;
    height: auto;
  }
  #sub_locationOverlay.open ul {
    bottom: auto;
  }

  #sub_calendarOverlay {
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 540px;
    height: 660px;
    border: 1px solid var(--gray4);
    box-shadow: 0 0 30px rgba(0,0,0,0.2);
  }

  #sub_guestOverlay .overlay_content {
    top: 50%;
    bottom: auto;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 540px;
    height: auto;
  }

  .roomlistPage .room-list a {
    display: flex;
  }
  .roomlistPage .room-list .image {
    width: 30%;
    height: 220px;
    margin-right: 20px;
  }
  .roomlistPage .room-list .room-info {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: calc(70% - 20px);
    margin-top: 0;
  }
  .roomlistPage .room-list .room-name {
    margin-bottom: 10px;
  }
  .roomlistPage .room-list .room-sub {
    height: 42px;
    margin-bottom: 10px;
  }
  .roomlistPage .room-list .room-icon-info li {
    width: calc(50% - 5px);
    margin-bottom: 4px;
  }
  .roomlistPage .room-list .price {
    margin-top: 16px;
  }
}

@media (min-width:992px) {
  .roomlistPage .pageTit {
    font-size: 28px;
  }

  #sub_rev_box .row {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: calc((100% - 180px)/3);
    height: 86px;
  }
  #sub_rev_box .row .tit {
    font-size: 13px;
  }
  #sub_rev_box .row .cont {
    font-size: 15px;
  }
  #sub_rev_box .btn_search {
    width: 180px;
    height: 86px;
  }

  .roomlistPage .room-list-wrap {
    margin-top: 60px;
  }
  .roomlistPage .room-list {
    padding: 20px;
  }
  .roomlistPage .room-list:hover {
    box-shadow: 0 3px 40px rgba(0,0,0,.1);
  }
  .roomlistPage .room-list .image {
    width: 400px;
    margin-right: 40px;
  }
  .roomlistPage .room-list .room-info {
    width: calc(100% - 440px);
  }
  .roomlistPage .room-list .room-name {
    font-size: 18px;
  }
  .roomlistPage .room-list .room-sub {
    height: 46px;
    font-size: 16px;
  }

  /* 옵션선택후 검색시 */
  .roomlistPage .room-list .price {
    width: 100%;
    margin-top: 12px;
    font-size: 22px;
  }
  .roomlistPage .room-list .price-day {
    margin-top: 0;
    font-size: 14px;
  }
}

@media (min-width:1280px) {
  #sub_rev_box .row {
    width: calc((100% - 240px)/3)
  }
  #sub_rev_box .btn_search {
    width: 240px;
  }

  .roomlistPage .room-list .room-info {
    justify-content: space-between;
  }
  .roomlistPage .room-list .room-name {
    width: 100%;
  }
  .roomlistPage .room-list .room-sub {
    width: 100%;
  }
  .roomlistPage .room-list .room-icon-info {
    gap: 40px;
    width: 100%;
  }
  .roomlistPage .room-list .room-icon-info li {
    width: auto;
  }
  .roomlistPage .room-list .price {
    width: auto;
  }
  .roomlistPage .room-list .price-day {
    margin-top: 6px;
  }
}

@media (min-width:14) {
  
}

/* 목록 없을때 */
.noList {
  margin-top: 40px;
  padding: 40px 0;
  line-height: 140%;
  color: var(--gray8);
  text-align: center;
}
.noList img {
  width: 74px;
}
.noList div {
  margin-top: 10px;
}
@media (min-width:768px) {
  .noList {
    margin-top: 60px;
    padding: 60px 0;
  }
  .noList img {
    width: 86px;
  }
  .noList div {
    margin-top: 16px;
  }
}

/* pager */
.pager {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 60px;
}
.pager button {
  cursor: pointer;
  width: 16px;
  height: 16px;
}
.pager button img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.pager .pager-prev {}
.pager .pager-next {}
.pager .pages {
  display: flex;
  align-items: center;
  margin: 0 30px;
}
.pager .pages li {
  margin-right: 20px;
  color: var(--gray5);
  cursor: pointer;
}
.pager .pages li:last-child {
  margin-right: 0;
}
.pager .pages .active {
  color: var(--black-color);
  font-weight: 600;
}

@media (min-width:768px) {
  .pager .pages {
    margin: 0 36px;
  }
  .pager .pages li {
    margin-right: 24px;
  }
  .pager .pages li:last-child {
    margin-right: 0;
  }
}

@media (min-width: 992px) {
  .pager {
    margin-top: 80px;
  }
  .pager button {
    width: 18px;
    height: 18px;
  }
}

/* ---------------- roomdetailPage --------------- */
.roomdetailPage {
  margin-top: 0;
  padding-top: 0;
}
.roomdetailPage .subpageV {
  position: relative;
  width: 100%;
  height: 260px;
  background: url(../images/roomvisual.jpg) no-repeat center center/cover;
}
.roomdetailPage .subpageV::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,.45);
}
.roomdetailPage .subpageV h2 {
  position: relative;
  padding-top: 150px;
  text-align: center;
  color: #fff;
}

.roomdetailPage .room-info-wrap {
  margin-top: 30px;
}
.roomdeatilSwiper {
  position: relative;
  max-width: 680px;
  height: 205px;
}
.roomdeatilSwiper .swiper-slide {
  width: 100%;
  height: 100%;
}
.roomdeatilSwiper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.roomdeatil-pagination {
  position: absolute;
  top: auto !important;
  bottom: 10px !important;
  left: 0 !important;
  text-align: center;
  z-index: 1;
}
.roomdeatil-pagination span {
  background-color: #fff;
}
.roomdeatil-button-prev,
.roomdeatil-button-next  {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 32px;
  height: 32px;
  z-index: 1;
  background-repeat: no-repeat;
  background-size: 12px auto;
  background-position: center center;
  background-color: rgba(255,255,255,0.78);
  border-radius: 50%;
  cursor: pointer;
}
.roomdeatil-button-prev {
  left: 10px;
  background-image: url(../images/arr_type2_left_black.svg);
}
.roomdeatil-button-next {
  right: 10px;
  background-image: url(../images/arr_type2_righ_black.svg);
}

.roomdetailPage .room-overview {
  max-width: 680px;
  margin: 40px auto 0;
}
.roomdetailPage .overview-tit {
  margin-bottom: 15px;
  font-size: 24px;
}
.roomdetailPage .overview-cont {
  line-height: 150%;
}

.roomdetailPage .facility {}
.roomdetailPage .small-page-tit {
  font-weight: 400;
}
.roomdetailPage .facility ul {
  display: flex;
  flex-wrap: wrap;
}
.roomdetailPage .facility li {
  width: 33.33%;
  padding: 0 10px;
  margin-bottom: 30px;
  text-align: center;
}
.roomdetailPage .facility .icon {
  width: 22px;
  height: 22px;
  margin: 0 auto 10px;
}
.roomdetailPage .facility .icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.roomdetailPage .facility .txt {
  font-size: 12px;
  line-height: 140%;
}
.roomdetailPage .other {
  margin-top: 50px;
}

/* 선택한 룸 안내 */
.roomdetailPage .sel-room-info {
  margin-top: 20px;
  text-align: center;
}
.roomdetailPage .sel-room-info strong {}

/* 플랜리스트 */
.roomdetailPage .plan-list2 {
  display: flex;
  flex-direction: column;
  margin-top: 20px;
  border-top: 1px solid var(--gray5);
}
.roomdetailPage .plan-item2 {
  padding: 20px 0;
  border-bottom: 1px solid var(--gray5);
}
.roomdetailPage .plan-info2 {}
.roomdetailPage .plan-tits {
  margin-bottom: 10px;
}
.roomdetailPage .plan-item2 .plan-name {
  margin-bottom: 4px;
  font-size: 16px;
  font-weight: 700;
  line-height: 140%;
}
.roomdetailPage .plan-item2 .plan-desc {
  font-size: 14px;
  color: var(--gray9);
  line-height: 130%;
}
.roomdetailPage .plan-item2 .plan-state {
  margin-bottom: 10px;
}
.roomdetailPage .plan-item2 .plan-state .statebox {
  height: auto;
  padding: 2px 10px;
  font-size: 12px;
  font-weight: 600;
  color: #fff;
}
.roomdetailPage .plan-item2 .plan-price {}
.roomdetailPage .plan-item2 .plan-dc {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 6px;
}
.roomdetailPage .plan-item2 .plan-dc > span {}
.roomdetailPage .plan-item2 .plan-dc .statebox {}
.roomdetailPage .plan-item2 .plan-dc .origin-price {
  font-size: 13px;
  color: var(--gray6);
  text-decoration: line-through;
}
.roomdetailPage .plan-item2 .plan-price-num {
  display: flex;
  flex-direction: row-reverse;
  align-items: flex-end;
  gap: 10px;
}
.roomdetailPage .plan-item2 .plan-price-num .total-price {
  font-size: 20px;
  font-weight: 700;
  color: var(--color-main-dark2);
}
.roomdetailPage .plan-item2 .plan-price-num .total-price .symbol {
  font-size: 0.9rem;
}
.roomdetailPage .plan-item2 .plan-price-num .per-day-price {
  padding-bottom: 2px;
  font-size: 13px;
  color: var(--gray6);
}
.roomdetailPage .plan-item2 .btn-booknow {
  display: block;
  width: 100%;
  height: 40px;
  margin-top: 14px;
  text-align: center;
  line-height: 40px;
  color: #fff;
  font-weight: 500;
  font-size: 15px;
  background-color: var(--color-main-dark2);
}

@media (min-width: 576px) {
  .roomdeatilSwiper {
    height: 240px;
  }
  .roomdetailPage .facility li {
    width: 25%;
  }
  .roomdetailPage .plan-item .image {
    height: 220px;
  }
}

@media (min-width: 768px) {
  .roomdetailPage .room-info-wrap {
    margin-top: 40px;
  }
  .roomdeatilSwiper {
    height: 300px;
  }
  .roomdeatil-button-prev,
  .roomdeatil-button-next  {
    width: 38px;
    height: 38px;
    background-size: 15px auto;
  }
  .roomdetailPage .facility li {
    width: 20%;
  }

  /* 플랜서칭 */
  .roomdetailPage #sub_rev_box .row {
    width: 35%;
    cursor: pointer;
  }
  .roomdetailPage #sub_rev_box .sub_trigger_cal {
    border-left: 1px solid var(--gray4);
  }
  .roomdetailPage #sub_rev_box .btn_search {
    width: 30%;
    height: 68px;
  }
  
  /* 선택한 룸 안내 */
  .roomdetailPage .sel-room-info {
    text-align: left;
  }

  /* 플랜 리스트 */
  .roomdetailPage .plan-item {
    position: relative;
  }
  .roomdetailPage .plan-info {
    display: flex;
  }
  .roomdetailPage .plan-item .image {
    width: 36%;
    margin-right: 40px;
  }
  .roomdetailPage .plan-item .txt {
    position: relative;
    width: calc(100% - 36% - 40px);
    margin-top: 0;
    padding: 20px 0;
  }
  .roomdetailPage .plan-item .plan-price {
    position: absolute;
    bottom: 60px;
    left: 0;
    width: 100%;
  }
  .roomdetailPage .plan-item .rev-btns {
    position: absolute;
    bottom: 30px;
    right: 0;
    gap: 15px;
    justify-content: flex-end;
    width: calc(100% - 40% - 20px);
    margin-top: 0;
  }

  /* 새로운 플랜리스트 */
  .roomdetailPage .plan-item2 {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .roomdetailPage .plan-info2 {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 5%;
    width: calc(100% - 180px);
  }
  .roomdetailPage .plan-tits {
    width: 67%;
    margin-bottom: 0;
    padding-bottom: 26px;
  }
  .roomdetailPage .plan-item2 .plan-state {
    position: absolute;
    bottom: 0;
    left: 0;
    margin-bottom: 0;
  }
  .roomdetailPage .plan-item2 .plan-price {
    width: 28%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .roomdetailPage .plan-item2 .plan-price-num {
    flex-direction: column;
    align-items: center;
    gap: 4px;
  }
  .roomdetailPage .plan-item2 .plan-price-num .per-day-price {
    padding-bottom: 0;
  }
  .roomdetailPage .plan-item2 .btn-booknow {
    width: 160px;
    height: 60px;
    margin-top: 0;
    line-height: 60px;
  }

}

@media (min-width: 992px) {
  .roomdetailPage .subpageV {
    height: 360px;
  }
  .roomdetailPage .subpageV h2 {
    padding-top: 190px;
  }
  .roomdetailPage .room-info-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 50px;
  }
  .roomdeatilSwiper {
    width: 54%;
    height: 350px;
    margin: 0 !important;
  }
  .roomdeatilSwiper .swiper-slide {}
  .roomdetailPage .room-overview  {
    width: calc(46% - 50px);
    margin: 0;
  }
  .roomdetailPage .overview-tit {
    margin-bottom: 22px;
    font-size: 32px;
  }
  .roomdetailPage .overview-cont {
    font-size: 15px;
  }

  .roomdetailPage .facility {
    display: flex;
    justify-content: space-between;
  }
  .roomdetailPage .small-page-tit {
    width: 200px;
  }
  .roomdetailPage .facility ul,
  .roomdetailPage .other .overview-cont {
    width: calc(100% - 200px);
  }
  .roomdetailPage .facility li {
    width: calc(100% / 4);
  }
  .roomdetailPage .facility .icon {
    width: 26px;
    height: 26px;
  }
  .roomdetailPage .facility .txt {
    font-size: 14px;
  }

  .roomdetailPage .other {
    display: flex;
    justify-content: space-between;
    margin-top: 70px;
  }

  /* 플랜서칭 */
  .roomdetailPage #sub_rev_box .btn_search {
    height: 86px;
  }

  .roomdetailPage .sel-room-info {
    margin-top: 30px;
  }

  /* 플랜 리스트 */
  .roomdetailPage .plan-list {
    margin-top: 30px;
    padding-top: 20px;
  }
  .roomdetailPage .plan-info {
    width: calc(100% - 225px);
    padding-right: 40px;
  }
  .roomdetailPage .plan-item {
    display: flex;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .roomdetailPage .plan-item .image {
    width: 200px;
    height: 160px;
    margin-right: 20px;
  }
  .roomdetailPage .plan-item .txt {
    position: relative;
    width: calc(100% - 220px);
    padding: 0;
    padding-top: 10px;
  }
  .roomdetailPage .plan-item .plan-desc {
    font-size: 13px;
  }
  .roomdetailPage .plan-item .plan-price {
    bottom: 10px;
  }
  .roomdetailPage .plan-item .plan-dc {
    margin-bottom: 6px;
  }
  .roomdetailPage .plan-item .plan-price-num {
    justify-content: flex-start;
    font-size: 18px;
  }
  .roomdetailPage .plan-item .per-day-price {
    margin-left: 16px;
  }
  .roomdetailPage .plan-item .rev-btns {
    position: static;
    margin-top: 0;
  }
  .roomdetailPage .plan-item .rev-btns a {
    width: 120px;
    height: 90px;
    padding: 0 10px;
    font-size: 15px;
    transition: all 0.2s;
  }
  .roomdetailPage .plan-item .rev-btns a:hover {
    border-radius: 20px;
  }

  /* 새로운 플랜리스트 */
  .roomdetailPage .plan-info2 {
    width: calc(100% - 220px);
    justify-content: space-between;
    gap: 0;
  }
  .roomdetailPage .plan-tits {
    width: 58%;
    padding-bottom: 0;
  }
  .roomdetailPage .plan-item2 .plan-name {
    font-size: 18px;
  }
  .roomdetailPage .plan-item2 .plan-desc {
    font-size: 16px;
  }
  .roomdetailPage .plan-item2 .plan-state {
    position: static;
    width: 18%;
    text-align: center;
  }
  .roomdetailPage .plan-item2 .plan-state .statebox {
    font-size: 13px;
  }
  .roomdetailPage .plan-item2 .plan-price {
    width: 22%;
  }
  .roomdetailPage .plan-item2 .plan-dc .origin-price {
    font-size: 14px;
  }
  .roomdetailPage .plan-item2 .plan-price-num .total-price {
    font-size: 22px;
  }
  .roomdetailPage .plan-item2 .plan-price-num .per-day-price {
    font-size: 14px;
  }
  .roomdetailPage .plan-item2 .btn-booknow {
    width: 200px;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    transition: all 0.3s;
  }
  .roomdetailPage .plan-item2 .btn-booknow:hover {
    background-color: var(--color-main-dark3);
  }
}

@media (min-width: 1280px) {
  .roomdeatilSwiper {
    height: 400px;
  }
  .roomdeatil-button-prev,
  .roomdeatil-button-next  {
    width: 40px;
    height: 40px;
    background-size: 16px auto;
  }
  .roomdetailPage .room-overview  {
    width: calc(46% - 80px);
  }

  .roomdetailPage .facility ul,
  .roomdetailPage .other .overview-cont {
    /* width: 960px; */
  }
  .roomdetailPage .facility li {
    width: 20%;
  }

  /* 플랜 리스트 */
  .roomdetailPage .plan-info {
    width: calc(100% - 295px);
  }
  .roomdetailPage .plan-item .image {
    width: 220px;
    height: 160px;
  }
  .roomdetailPage .plan-item .txt {
    position: relative;
    width: calc(100% - 240px);
  }
  .roomdetailPage .plan-item .rev-btns a {
    width: 140px;
    height: 120px;
  }
}

/* ---------------- bookingformPage --------------- */
.bookingformPage {}
.reserve-info .input-layout {
  padding-bottom: 20px;
  border-bottom: 1px solid var(--gray4);
}
.guest-info {
  position: relative;
}
.same-booker {
  position: absolute;
  top: -6px;
  right: 0;
  padding: 4px 6px;
  background-color: rgba(213,210,195,0.4);
}
.save-booker {
  margin-top: 20px;
}
.same-booker label,
.save-booker label {
  display: flex;
  align-items: center;
  font-size: 13px;
  color: var(--color-main-dark2);
  cursor: pointer;
}
#same-booker,
#save-booker {
  flex-shrink: 0;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 14px;
  height: 14px;
  margin: 0;
  margin-right: 8px;
  cursor: pointer;
  vertical-align: middle;
  border: none;
  background: url(../images/radio_check_before_booking.png) no-repeat center center/contain;
}
#same-booker:checked,
#save-booker:checked {
  background: url(../images/radio_check_after_booking.png) no-repeat center center/contain;
}

.bookingformPage .guide-message {
  margin-top: 10px;
  font-size: 12px;
  color: var(--color-main-dark1);
  line-height: 1.2em;
}

.common-info {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 2px solid var(--gray9);
}
/* 도착예정시간, 소파베드 옵션, 미성년자 이용제한 동의 */
.common-info .eta {}
.common-info .eta .input-tit {}
.common-info .eta .input-box {}
.common-info .eta .guide-message {}
.common-info .sofabedOpt .radio-group,
.common-info .minorPolicy .radio-group {
  margin-bottom: 10px;
  font-weight: 600;
  font-size: 13px;
}
.common-info .sofabedOpt .opt-cont,
.common-info .minorPolicy .opt-cont {
  padding: 20px;
  line-height: 130%;
  font-size: 13px;
  color: var(--gray9);
  border: 1px solid var(--gray3);
}
.common-info .sofabedOpt .opt-cont {
  padding-left: 30px;
}
.common-info .sofabedOpt .opt-cont p {
  position: relative;
}
.common-info .sofabedOpt .opt-cont p::before {
  content: "※";
  position: absolute;
  top: 0;
  left: -10px;
  font-size: 10px;
}

/* 라디오버튼*/
.common-info .custom-radio input[type="radio"] {
  display: none;
}
.common-info .custom-radio input[type=radio]:checked+.radio-mark {
  border-color: var(--color-main);
}

.bookingformPage .cancellation-sec {}
.bookingformPage .cancellable-date {
  margin-bottom: 20px;
  font-size: 15px;
  color: var(--color-main-dark1);
}
.bookingformPage .cancellation-policy {
  padding: 20px 20px 20px 30px;
  list-style: disc;
  border: 1px solid var(--gray3);
}
.bookingformPage .cancellation-policy li {
  margin-bottom: 6px;
  line-height: 130%;
  font-size: 12px;
  color: var(--gray9);
}
.bookingformPage .cancellation-policy li:last-child {
  margin-bottom: 0;
}

/* 공통 약관동의 */
.terms-sec {}
.terms-sec .checkbox-group {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.terms-sec .individual-group {
  padding: 20px;
  border: 1px solid var(--gray3);
}
.terms-sec .checkbox-group label {
  display: flex;
  align-items: flex-start;
  margin-bottom: 12px;
  font-size: 12px;
  color: var(--gray9);
}
.terms-sec .individual-group label {
  position: relative;
  width: 100%;
  padding-right: 70px;
}
.terms-sec .individual-group label:last-child {
  margin-bottom: 0;
}
.terms-sec .checkbox-group .agreeall-label {
  font-weight: 700;
  cursor: pointer;
}

.terms-sec .checkbox-group label p {
  line-height: 140%;
  cursor: pointer;
}
.terms-sec .checkbox-group input[type="checkbox"] {
  flex-shrink: 0;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 17px;
  height: 17px;
  margin: 0;
  margin-right: 8px;
  cursor: pointer;
  vertical-align: middle;
  border: none;
  background: url(../images/radio_check_before.svg) no-repeat center center/contain;
  border-radius: 0;
}
.terms-sec .checkbox-group input[type="checkbox"]:checked {
  background: url(../images/radio_check_after.svg) no-repeat center center/contain;
}
.terms-sec .checkbox-group .term-arr {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  background: url(../images/arr_view_g7.svg) no-repeat center center/contain;
  cursor: pointer;
}
.terms-sec .checkbox-group .btn_view {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  font-size: 11px;
  color: var(--gray7);
  text-decoration: underline;
  text-underline-offset: 2px;
  cursor: pointer;
}

.terms-sec .checkbox-group #agreeAll {}
.terms-sec .checkbox-group .individual {}
.terms-sec .checkbox-group .required {
  color: var(--color-red);
}

/* 약관 모달 */
.terms-cont-sec {
  display: none;
}
.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 1000;
}
.terms-overlay-wrap {
  position: relative;
  gap: 10px;
  width: 90%;
  max-width: 800px;
  min-height: 300px;
  padding: 20px 20px 60px;
  background-color: #fff;
  box-shadow: 0 10px 30px rgba(0,0,0,0.3);
  border-radius: 15px;
}
.terms-modal {
  position: relative;
  width: 100%;
  height: 100%;
  max-height: 70vh;
  overflow-y: auto;
}
.close-terms-modal {
  position: absolute;
  bottom: 12px;
  right: 20px;
  width: 80px;
  padding: 10px 15px;
  font-size: 14px;
  color: var(--gray9);
  text-align: center;
  background-color: var(--color-main-light2);
  border-radius: 4px;
  cursor: pointer;
}

/* 결제방법 */
.payment-method-sec {}
.payment-method-sec .radio-txt {
  display: flex;
  gap: 4px;
}
.credit-form {
  width: 100%;
  height: 40px;
  margin-top: 20px;
  padding-top: 20pxß;
  border-top: 1px dashed var(--gray6);
}

/* 내옵션졍보 */
.final-booking-info {
  padding-top: 30px;
  margin-top: 30px;
  border-top: 1px solid var(--gray5);
}
.final-booking-info .booking-opt-area {}
.final-booking-info .booking-opt-area > div {
  margin-bottom: 10px;
  font-size: 13px;
  color: var(--gray8);
}
.final-booking-info .booking-opt-area > div:last-child {
  margin-bottom: 0;
}
.final-booking-info .booking-opt-area .opt-room-tit {
  font-size: 14px;
  font-weight: 700;
  color: #1a1a1a;
}
.final-booking-info .booking-opt-area .opt-plan {}
.final-booking-info .booking-opt-area .opt-date {}
.final-booking-info .booking-opt-area .opt-guest {}

.final-booking-info .booking-billing-area {
  padding-top: 30px;
  margin-top: 30px;
  border-top: 1px solid var(--gray3);
}
.final-booking-info .booking-billing-area > div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
  font-size: 12px;
}
.final-booking-info .booking-billing-area > div:last-child {
  margin-bottom: 0;
}
.final-booking-info .booking-billing-area > div .left {}
.final-booking-info .booking-billing-area > div .right {}
.final-booking-info .booking-billing-area .per-night {
  color: var(--gray7);
}
.final-booking-info .booking-billing-area .how-night {}
.final-booking-info .booking-billing-area .dc {
  color: var(--color-red);
}

.final-booking-info .booking-total-price {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 30px;
  padding-bottom: 30px;
  margin-top: 30px;
  border-top: 1px solid var(--gray3);
}
.final-booking-info .booking-total-price p {
  font-size: 12px;
  font-weight: 700;
}
.final-booking-info .booking-total-price .left {}
.final-booking-info .booking-total-price .right {
  font-size: 16px;
}

.free-cancel-info,
.non-cancel-info {
  display: inline-block;
  width: 100%;
  padding: 10px 14px;
  margin-top: 8px;
  margin-bottom: 24px;
  text-align: center;
  font-weight: 600;
  font-size: 12px;
  border-radius: 6px;
}
.free-cancel-info {
  color: #0d7a3e;
  background-color: #e8f5ee;
}
.non-cancel-info {
  color: #ed3c24;
  background-color: #fef2f1;
}

@media (min-width:768px) {
  /* 도착예정시간, 소파베드 옵션, 미성년자 이용제한 동의 */
  .common-info .eta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    column-gap: 30px;
  }
  .common-info .eta .input-tit {
    margin-bottom: 0;
  }
  .common-info .eta .input-box {
    width: 315px;
  }
  .common-info .eta .guide-message {
    width: 100%;
  }
  .common-info .sofabedOpt,
  .common-info .minorPolicy {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    column-gap: 30px;
  }
  .common-info .sofabedOpt .radio-group,
  .common-info .minorPolicy .radio-group {
    gap: 30px;
  }
  .common-info .sofabedOpt .opt-cont,
  .common-info .minorPolicy .opt-cont {
    width: 100%;
  }

  .input-tr.creditcard .card-number .guide-message .red {
    display: block;
  }

  /* 공통 약관동의 */
  .terms-sec .individual-group label {
    padding-right: 84px;
  }
  .terms-sec .checkbox-group .btn_view {
    font-size: 12px;
  }
}

@media (min-width:992px) {
  .same-booker {
    top: -2px;
    padding: 6px 8px;
  }
  .same-booker label,
  .save-booker label {
    font-size: 13px;
  }
  #same-booker,
  #save-booker {
    width: 16px;
    height: 16px;
  }

  .common-info {
    margin-top: 40px;
    padding-top: 40px;
  }
  /* 도착예정시간, 소파베드 옵션, 미성년자 이용제한 동의 */
  .common-info .sofabedOpt .opt-cont,
  .common-info .minorPolicy .opt-cont {
    font-size: 14px;
  }
  .common-info .radio-txt {
    font-size: 14px;
  }

  .bookingformPage .cancellable-date {
    font-size: 16px;
  }
  .bookingformPage .cancellation-policy li {
    font-size: 14px;
  }

  /* 공통 약관동의 */
  .terms-sec .checkbox-group label {
    font-size: 14px;
  }
  .terms-sec .checkbox-group input[type="checkbox"] {
    width: 18px;
    height: 18px;
  }
  .terms-sec .checkbox-group .term-arr {
    width: 12px;
    height: 12px;
  }

  /* 내옵션졍보 */
  .final-booking-info {
    padding-top: 0;
    padding: 20px;
    padding-bottom: 0;
    margin-top: 0;
    border-top: none;
  }
  .final-booking-info .booking-billing-area {
    padding-top: 20px;
    margin-top: 20px;
  }
  .final-booking-info .booking-total-price {
    padding-top: 20px;
    padding-bottom: 30px;
    margin-top: 20px;
  }
}

/* ---------------- bookingcompletePage --------------- */
.bookingcompletePage {}
.bookingcompletePage .complete-noti {
  margin-top: 30px;
  font-size: 20px;
  text-align: center;
  font-weight: 700;
}
.bookingcompletePage .complete-noti-sub {
  margin-top: 14px;
  color: var(--gray8);
  line-height: 140%;
  text-align: center;
}
.bookingcompletePage .final-booking-info {
  max-width: 600px;
  margin: 0 auto;
  margin-top: 40px;
  padding: 30px 20px;
  border: 1px solid var(--gray5);
  box-shadow: 0 14px 40px rgba(125,136,141,.1);
}
.bookingcompletePage .final-booking-info .booking-total-price {
  padding-bottom: 0;
}
.bookingcompletePage .free-cancel-info,
.bookingcompletePage .non-cancel-info {
  margin-top: 20px;
  margin-bottom: 0;
}

@media (min-width: 992px) {
  .bookingcompletePage .complete-noti {
    margin-top: 60px;
    font-size: 28px;
  }
  .bookingcompletePage .complete-noti-sub {
    margin-top: 20px;
    font-size: 16px;
  }
}

/* ---------------- loginPage --------------- */
.loginPage {}
.loginPage .btn-guest {
  margin-top: 20px;
}
.loginPage .findpw {
  margin: 15px auto 0;
  text-align: right;
  font-size: 12px;
  color: var(--gray8);
}
.loginPage .non-member-btns a {
  margin-top: 0;
}
.loginPage .info_benefit {
  position: relative;
  margin-top: 40px;
  padding: 0 66px;
  font-size: 14px;
  line-height: 140%;
  text-align: center;
  color: var(--gray8);
}
.loginPage .info_benefit::before,
.loginPage .info_benefit::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  height: 1px;
  background-color: var(--gray8);
}
.loginPage .info_benefit::before {
  left: 0;
}
.loginPage .info_benefit::after {
  right: 0;
}
.sns-login {
  margin-top: 60px;
}
.login-other {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.login-other .left-tit {
  font-size: 14px;
  color: var(--gray8);
}
.sns-login ul {
  display: flex;
}
.sns-login li {
  width: 28px;
  height: 28px;
  margin-left: 8px;
}
.sns-login a {}
.sns-login img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.gotojoin {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid var(--gray5);
}
.gotojoin a {
  color: var(--color-main-dark1);
  text-decoration: underline;
  text-underline-offset: 2px;
}

@media (min-width:992px) {
  .loginPage .findpw {
    font-size: 13px;
  }
  .loginPage .findpw a:hover {
    text-decoration: underline;
    text-underline-offset: 2px;
  }
  .loginPage .info_benefit {
    margin-top: 60px;
  }
  .loginPage .info_benefit::before,
  .loginPage .info_benefit::after {
    width: 60px;
  }
  .sns-login li {
    width: 32px;
    height: 32px;
    margin-left: 16px;
  }
  .gotojoin a:hover {
    font-weight: 700;
  }
}

/* ---------------- joinPage --------------- */
.joinPage {}
.joinPage .sns-login {
  padding: 15px;
  margin-top: 30px;
  margin-bottom: 40px;
  border: 1px solid var(--gray4);
  background-color: rgba(242,244,245,.4);
  border-radius: 6px;
}
.joinPage .btn-join {
  margin-top: 20px;
}

@media (min-width:992px) {
  .joinPage .sns-login {
    margin-top: 40px;
  }
  .joinPage .btn-join {
    margin-top: 30px;
  }
}

/* ---------------- joincompletePage --------------- */
.joincompletePage {}
.joincompletePage .complete-icon {
  margin-top: 40px;
  text-align: center;
}
.joincompletePage .complete-icon img {
  width: 84px;
}
.joincompletePage .complete-noti {
  margin-top: 16px;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
}
.joincompletePage .complete-sub {
  margin-top: 20px;
  font-size: 14px;
  color: var(--gray8);
  text-align: center;
}
@media (min-width:992px) {
  .joincompletePage .complete-icon {
    margin-top: 100px;
  }
  .joincompletePage .complete-icon img {
    width: 100px;
  }
  .joincompletePage .complete-noti {
    margin-top: 20px;
    font-size: 28px;
  }
  .joincompletePage .complete-sub {
    margin-top: 24px;
    font-size: 16px;
  }
}

/* ---------------- mypagePage --------------- */
.mypagePage .small-page-tit-line {margin-bottom: 0;}
.mypagePage {}
.mypagePage .profile {
  position: relative;
  padding: 20px;
  margin-bottom: 30px;
  border: 1px solid var(--gray5);
}
.mypagePage .profile-name {
  font-size: 18px;
  font-weight: 700;
}
.mypagePage .profile-email {
  margin-top: 14px;
  padding-right: 90px;
  font-size: 13px;
  color: var(--gray6);
}

.left-menu-section .lnb {
  display: flex;
  max-width: 800px;
  margin: 0 auto;
  margin-bottom: 30px;
}
.left-menu-section .lnb li {
  height: 48px;
  text-align: center;
  line-height: 46px;
  font-size: 15px;
  color: var(--gray8);
  border: 1px solid var(--gray5);
  border-right: none;
}
.left-menu-section .lnb.layout2 li {
  width: 50%;
}
.left-menu-section .lnb.layout3 li {
  width: 33.333%;
}
.left-menu-section .lnb li:last-child {
  border-right: 1px solid var(--gray5);
}
.left-menu-section .lnb .active {
  font-weight: 600;
  color: #fff;
  border-color: var(--color-main-dark1);
  background-color: var(--color-main-dark1);
}
.left-menu-section .lnb .active:hover {
  background-color: var(--color-main-dark2);
}
.left-menu-section .lnb a {
  display: block;
}

.mypagePage .profile .btn-edit {
  position: absolute;
  bottom: 16px;
  right: 10px;
  padding: 4px 12px;
  font-size: 12px;
  color: #fff;
  border-radius: 30px;
  background-color: var(--gray6);
}

.booking-list {}
.booking-item {
  padding: 12px 0;
  border-bottom: 1px solid var(--gray5);
}
.booking-item a {
  display: flex;
}
.booking-item .image {
  flex-shrink: 0;
  width: 80px;
  height: 55px;
  margin-right: 15px;
  border-radius: 6px;
  overflow: hidden;
}
.booking-item .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.booking-item .txt {}
.booking-item .statebox {
  margin-bottom: 4px;
  border-radius: 0;
}
.booking-item .booking-room {
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 700;
  line-height: 130%;
}
.booking-item .booking-opt {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  font-size: 12px;
  line-height: 120%;
  color: var(--gray9);
}
.booking-item .booking-opt div {
  margin-bottom: 3px;
}
.booking-item .booking-opt .plan {}
.booking-item .booking-opt .date {}
.booking-item .booking-opt .guest {}
.booking-item .booking-opt .bar {
  width: 1px;
  height: 10px;
  margin: 0 8px;
  background-color: var(--gray8);
}

@media (min-width: 768px) {
  .booking-item {
    position: relative;
  }
  .booking-item .image {
    width: 100px;
    height: 68px;
    margin-right: 20px;
  }
  .booking-item .txt {
    width: calc(100% - 120px);
    padding-top: 10px;
    padding-right: 80px;
  }
  .booking-item .statebox {
    position: absolute;
    top: 12px;
    right: 0;
    margin-bottom: 0;
  }
}

@media (min-width:992px) {
  .mypagePage .profile {
    padding: 30px 20px;
    margin-bottom: 0;
    border-bottom: none;
  }
  .mypagePage .profile-name {
    font-size: 22px;
  }
  .mypagePage .profile-email {
    margin-top: 14px;
    padding-right: 0;
  }

  /* ---------------- 공통 레이아웃 ---------------- */
  .left-menu-layout,
  .right-menu-layout  {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  .left-menu-section {
    position: sticky;
    top: 130px;
    max-width: 340px;
    width: 24%;
  }
  .right-cont-section {
    max-width: 1020px;
    width: calc(77% - 80px);
    margin-top: 20px;
  }
  
  .left-menu-section .lnb {
    display: block;
    max-width: none;
    margin: 0;
    margin-bottom: 0;
  }
  .left-menu-section .lnb li {
    width: 100%;
    height: 64px;
    padding: 0 20px;
    text-align: left;
    line-height: 62px;
    font-size: 17px;
    border-right: 1px solid var(--gray5);
    border-bottom: none;
  }
  .left-menu-section .lnb li:hover {
    background-color: #e8e5da;
  }
  .left-menu-section .lnb li:last-child {
    border-bottom: 1px solid var(--gray5);
  }
  .left-menu-section .lnb.layout2 li,
  .left-menu-section .lnb.layout3 li {
    width: 100%;
  }

  .mypagePage .profile .btn-edit {
    position: static;
    display: inline-block;
    margin-top: 25px;
    padding: 6px 14px;
  }
  .mypagePage .profile .btn-edit:hover {
    background-color: var(--gray8);
  }

  .booking-item {
    padding: 16px 10px;
  }
  .booking-item:hover {
    background-color: var(--gray1);
  }
  
  .booking-item .statebox {
    top: 16px;
    right: 10px;
  }
}

/* ---------------- mypageviewPage --------------- */
.mypageviewPage {}
.mypageviewPage .profile {display: none;}

.mypageviewPage .small-page-tit {
  display: flex;
  align-items: center;
  gap: 10px;
}
.mypageviewPage .btn-print {
  padding: 4px 10px;
  font-size: 12px;
  color: #fff;
  font-weight: 400;
  background-color: var(--gray6);
  border-radius: 10px;
  cursor: pointer;
}

.mypageviewPage .booking-opts {
  position: relative;
  margin-bottom: 0;
  padding: 15px 15px 18px;
  border: 1px solid var(--gray5);
}
.mypageviewPage .booking-opts .statebox {
  margin-bottom: 8px;
}
.mypageviewPage .btn-cancel {
  position: absolute;
  top: 12px;
  right: 12px;
  font-size: 11px;
  color: var(--gray7);
  text-decoration: underline;
  text-underline-offset: 2px;
  cursor: pointer;
}

.mypageviewPage .chCont-noti {
  margin-top: 10px;
  font-size: 12px;
  color: var(--gray9);
  line-height: 130%;
}
.mypageviewPage .chCont-noti a {
  color: var(--color-main-dark1);
}

.mypageviewPage .reserve-info {
  margin-top: 40px;
}

.mypageviewPage .final-booking-info {
  margin-top: 80px;
  padding-top: 0;
  border-top: none;
}
.mypageviewPage .final-booking-info .booking-billing-area {
  margin-top: 0;
  padding-top: 0;
  border-top: 0;
}
.mypageviewPage .final-booking-info .booking-total-price {
  padding-bottom: 0;
  padding-top: 25px;
  margin-top: 25px;
}
.mypageviewPage .payment-info-section {
  position: relative;
}
.mypageviewPage .payment-info-section .statebox {
  position: absolute;
  top: 0;
  right: 0;
}
.mypageviewPage .booking-total-price {
  color: var(--color-main-dark2);
}

.mypageviewPage .credit-form {}
.mypageviewPage .credit-form .btn-pay {
  margin-top: 10px;
  height: 42px;
}

.mypageviewPage .btn-group {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.mypageviewPage .btn-group > * {
  width: 50%;
  margin: 0;
}

/* 모달 */
.mypageviewPage .modal-overlay {
  display: flex;
  /* display: none; */
  position: fixed;
  top: 0;
  left: 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 0 20px;
  z-index: 9999;
  background-color: rgba(0, 0, 0, 0.5);
}
.mypageviewPage .payment-modal {
  width: 100%;
  max-width: 340px;
  padding: 30px 20px 20px;
  text-align: center;
  border-radius: 14px;
  background-color: #fff;
  border: 1px solid var(--gray6);
}
.mypageviewPage .modal-title {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 700;
  line-height: 130%;
}
.mypageviewPage .modal-message {
  margin-bottom: 25px;
  font-size: 13px;
  line-height: 140%;
  color: var(--gray9);
}
.mypageviewPage .modal-confirm-btn {
  width: 100%;
  padding: 12px 0;
  color: #fff;
  font-size: 15px;
  background-color: var(--color-main-dark1);
  border-radius: 6px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

@media (min-width:580px) {
  .mypageviewPage .credit-form {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
  }
  .mypageviewPage .credit-form .btn-pay {
    width: 120px;
    height: 48px;
    margin-top: 0;
  }
}

@media (min-width:768px) {
  .mypageviewPage .booking-opts .statebox {
    top: 10px;
    right: 15px;
    margin-bottom: 0;
  }
  .mypageviewPage .btn-cancel {
    top: auto;
    right: 15px;
    bottom: 10px;
  }

  .mypageviewPage .chCont-noti {
    margin-top: 12px;
    font-size: 13px;
  }
  .mypageviewPage .btn-group {
    gap: 20px;
  }
}

@media (min-width:992px) {
  .mypageviewPage .profile {display: block;}

  .mypageviewPage .btn-print:hover {
    background-color: var(--gray8);
  }

  .mypageviewPage .booking-opts {
    padding: 20px 15px 16px;
  }
  .mypageviewPage .booking-opts:hover {
    background-color: #fff;
  }
  .mypageviewPage .booking-opts .statebox {
    top: 15px;
  }
  .mypageviewPage .final-booking-info {
    padding: 0;
    margin-top: 100px;
  }
  .mypageviewPage .reserve-info {
    margin-top: 52px;
  }
  .mypageviewPage .final-booking-info .booking-billing-area > div {
    margin-bottom: 14px;
    font-size: 14px;
  }

  /* 모달 */
  .mypageviewPage .modal-overlay {
    padding: 0;
  }
  .mypageviewPage .modal-title {
    font-size: 18px;
  }
  .mypageviewPage .modal-message {
    font-size: 15px;
  }
}

/* ---------------- profileeditPage --------------- */
.profileeditPage .profile {
  display: none;
}
.profileeditPage .small-page-tit-line {
  margin-bottom: 20px;
}
.btn_chpw {
  margin-top: 10px;
  text-align: right;
}
.btn_chpw a {
  color: var(--blue-color);
  font-size: 12px;
  text-decoration: underline;
  text-underline-offset: 4px;
}
.btn_withdrawal {
  margin-top: 20px;
  text-align: center;
  color: var(--gray8);
  text-decoration: underline;
  text-underline-offset: 2px;
  font-size: 12px;
}

  @media (min-width: 992px) {
  .profileeditPage .profile {
    display: block;
  }
  .profileeditPage .small-page-tit-line {
    margin-bottom: 25px;
  }
  .btn_chpw a {
    font-size: 13px;
  }
  .btn_withdrawal {
    position: absolute;
    bottom: 8px;
    right: 0;
    padding: 12px;
    font-size: 13px;
    text-decoration: none;
    background-color: var(--gray1);
    border-radius: 6px;
  }
}

/* ---------------- withdrawcompletePage --------------- */
.withdrawcompletePage {}
.withdrawcompletePage .complete-sub {
  font-size: 16px;
  line-height: 140%;
}

/* ---------------- noticePage ---------------- */
.noticePage {}
.noti-table {
  border-top: 2px solid var(--gray9);
}
.noti-table .tr {
  position: relative;
  padding: 20px 0;
  border-bottom: 1px solid var(--gray5);
  cursor: pointer;
}
.noti-table .tr a {}
.noti-table .td {}
.noti-table .noti-num {
  position: absolute;
  top: 20px;
  left: 0;
  line-height: 130%;
}
.noti-table .noti-tit {
  max-height: 38px;
  padding-left: 40px;
  margin-bottom: 10px;
  line-height: 130%;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.noti-table .noti-date {
  padding-left: 40px;
  font-size: 13px;
  color: var(--gray7);
}


@media (min-width:768px) {
  .noti-table .tr a {
    display: flex;
    justify-content: space-between;
  }
  .noti-table .td {}
  .noti-table .noti-num {
    position: static;
    width: 60px;
    text-align: center;
    line-height: 18px;
  }
  .noti-table .noti-tit {
    width: 70%;
    max-height: none;
    padding-left: 0;
    margin-bottom: 0;
    line-height: 18px;
    overflow: hidden;
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .noti-table .noti-date {
    width: 100px;
    padding-right: 10px;
    line-height: 18px;
    text-align: right;
    padding-left: 0;
  }
}

@media (min-width: 992px) {
  .noti-table {
    border-top: 2px solid var(--gray9);
  }
  .noti-table .tr:hover {
    background-color: var(--gray2);
  }
  .noti-table .noti-num {
    width: 11%;
    max-width: 100px;
    line-height: 20px;
  }
  .noti-table .noti-tit {
    width: 70%;
    max-width: 640px;
    line-height: 20px;
  }
  .noti-table .noti-date {
    width: 16%;
    max-width: 140px;
    padding-right: 15px;
    font-size: 14px;
    line-height: 20px;
  }
 
}

/* ---------------- faqPage --------------- */
.faqPage {}
.faqPage .noti-table {}
.faqPage .noti-table .tr {
  padding: 0;
}
.faqPage .noti-table .tr.open {
  box-shadow: 0 10px 70px rgba(0,0,0,.1);
}
.faqPage .noti-table .ques-area {
  padding: 20px 0;
}
.faqPage .noti-table .faq-type {
  position: absolute;
  top: 20px;
  left: 0;
  width: 40px;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
}
.faqPage .noti-table .faq-ques {
  color: var(--gray6);
}
.faqPage .noti-table .faq-answ {
  color: var(--gray9);
}
.faqPage .noti-table .noti-tit {
  position: relative;
  padding-right: 26px;
}
.faqPage .noti-table .noti-tit .faq-arr {
  position: absolute;
  top: 3px;
  right: 10px;
  width: 11px;
  height: 11px;
  background: url(../images/arr_dropdown_g7.svg) no-repeat right center/contain;
  transition: all 0.2s;
}
.faqPage .noti-table .tr.open .noti-tit .faq-arr {
  transform: rotate(180deg);
}
.faqPage .noti-table .answ-area {
  display: none;
  position: relative;
  padding: 20px 0;
  border-top: 1px solid var(--gray5);
}
.faqPage .noti-table .faq-answ-cont {
  padding-left: 40px;
  padding-right: 10px;
  line-height: 130%;
}

@media (min-width:768px) {
  .faqPage .noti-table .ques-area {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .faqPage .noti-table .faq-type {
    width: 60px;
    line-height: 24px;
  }
  .faqPage .noti-table .noti-tit {
    position: static;
    padding-right: 0;
    padding-left: 70px;
    line-height: 24px;
  }
  .faqPage .noti-table .noti-tit .faq-arr {
    position: absolute;
    top: 25px;
    right: 20px;
    width: 13px;
    height: 13px;
  }
  .faqPage .noti-table .noti-date {
    width: 150px;
    padding-right: 50px;
    line-height: 24px;
  }

  .faqPage .noti-table .answ-area {
    position: relative;
  }
  .faqPage .noti-table .faq-answ-cont {
    padding-left: 70px;
    padding-right: 20px;
  }
}

/* ---------------- noticeviewPage ---------------- */
.noticeviewPage {}
.noticeviewPage .left-menu-section {display: none;}
.noticeviewPage .noti-titarea {
  padding-bottom: 20px;
  text-align: center;
  /* border-top: 2px solid var(--gray9); */
  border-bottom: 2px solid var(--gray9);
}
.noticeviewPage .noti-tit {
  font-size: 16px;
  font-weight: 700;
  line-height: 140%;
}
.noticeviewPage .noti-date {
  margin-top: 15px;
  font-size: 13px;
  color: var(--gray7);
}

.noticeviewPage .noti-contarea {
  padding: 30px 0;
  border-bottom: 1px solid var(--gray9);
}
.noticeviewPage .noti-contarea p {
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 140%;
}
.noticeviewPage .noti-contarea img {
  display: block;
  width: 100%;
  max-width: 680px;
  margin: 0 auto;
  margin-bottom: 20px;
}

.noticeviewPage .btns {
  display: flex;
  gap: 10px;
  justify-content: space-between;
  margin-top: 40px;
}
.noticeviewPage .btns button {
  width: 50px;
  text-indent: -9999px;
}
.noticeviewPage .btns button img {
  width: 10px;
}
.noticeviewPage .btns .prev img {
  margin-right: 6px;
}
.noticeviewPage .btns .next img {
  margin-left: 6px;
}
.noticeviewPage .btns a {
  width: calc(100% - 180px);
}

@media (min-width:768px) {
  .noticeviewPage .noti-titarea {
    padding-bottom: 30px;
  }
  .noticeviewPage .noti-tit {
    font-size: 18px;
  }
  .noticeviewPage .noti-date {
    font-size: 14px;
  }

  .noticeviewPage .noti-contarea {
    padding: 40px 0;
  }

  .noticeviewPage .btns {
    gap: 20px;
    max-width: 560px;
    margin: 0 auto;
    margin-top: 50px;
  }
  .noticeviewPage .btns button {
    width: 120px;
    text-indent: 0;
  }
  .noticeviewPage .btns img {
    width: 8px;
  }
  .noticeviewPage .btns .prev img {
    margin-right: 12px;
  }
  .noticeviewPage .btns .next img {
    margin-left: 12px;
  }
  .noticeviewPage .btns a {
    width: calc(100% - 280px);
  }
}

@media (min-width:992px) {
  .noticeviewPage .left-menu-section {display: block;}
  .noticeviewPage .noti-titarea {
    padding-top: 30px;
    border-top: 2px solid var(--gray9);
    border-bottom-width: 1px;
  }
  .noticeviewPage .noti-tit {
    font-size: 22px;
  }
  .noticeviewPage .noti-date {
    margin-top: 20px;
    font-size: 16px;
  }

  .noticeviewPage .noti-contarea p {
    margin-bottom: 15px;
    font-size: 16px;
  }

  .noticeviewPage .btns {
    margin-top: 60px;
  }
}

/* ---------------- inquiriesPage --------------- */
.inquiriesPage {}
.inquiries-noti {
  margin-top: 20px;
  font-size: 12px;
  color: var(--gray8);
  text-align: center;
  line-height: 130%;
}

@media (min-width:992px) {
  .inquiries-noti {
    margin-top: 30px;
    font-size: 14px;
  }
}

/* ---------------- 썸네일형 레이아웃 ---------------- */
.thum-cont-list {
  display: flex;
  flex-wrap: wrap;
}
.thum-cont-item {
  width: 100%;
  margin-bottom: 40px;
}
.thum-cont-item:last-child {
  margin-bottom: 0;
}
.thum-cont-item a {}
.thum-cont-item .image {
  width: 100%;
  height: 240px;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 2px 35px rgba(125,136,141,.2);
}
.thum-cont-item .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.thum-cont-item .txt {
  margin-top: 20px;
}
.thum-cont-item .t1 {
  max-height: 38px;
  margin-bottom: 10px;
  line-height: 130%;
  font-weight: 700;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.thum-cont-item .t2 {
  font-size: 12px;
  line-height: 130%;
  color: var(--gray9);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

@media (min-width:576px) {
  .thum-cont-list {
    column-gap: 20px;
  }
  .thum-cont-item {
    width: calc(50% - 10px);
    margin-bottom: 40px;
  }
  .thum-cont-item .t1 {
    height: 38px;
  }
}

@media (min-width:768px) {
  .thum-cont-list {
    column-gap: 30px;
  }
  .thum-cont-item {
    width: calc(33.333% - 20px);
  }
  .thum-cont-item .image {
    height: 200px;
  }
}

@media (min-width:992px) {
  .thum-cont-list {
    column-gap: 36px;
  }
  .thum-cont-item {
    width: calc(33.333% - 24px);
  }
  .thum-cont-item .image {
    height: 230px;
    transition: all 0.2s;
  }
  .thum-cont-item:hover .image img {
    transform: scale(1.08);
    transition: all 1s;
  }
  .thum-cont-item .txt {
    margin-top: 30px;
  }
  .thum-cont-item .t1 {
    height: 42px;
    max-height: none;
    margin-bottom: 15px;
  }
  .thum-cont-item .t2 {
    font-size: 14px;
  }
}

@media (min-width:1280px) {
  .thum-cont-list {
    gap: 40px;
  }
  .thum-cont-item {
    width: calc((100% - 80px)/3)
  }
  .thum-cont-item .image {
    height: 300px;
  }
}

/* ---------------- whatnewviewPage ---------------- */
.whatnewviewPage {}
.whatnewviewPage .noti-titarea {
  border-top: none;
  border-bottom-color: var(--gray4);
}
.whatnewviewPage .noti-contarea {
  text-align: center;
  border-bottom-color: var(--gray4);
}

/* ---------------- hotleoverviewPage ---------------- */
.hotleoverviewPage {}
.hotleoverviewPage .intro {
  display: flex;
  flex-direction: column;
}
.hotleoverviewPage .intro-01 {
  flex-direction: column-reverse;
}
.hotleoverviewPage .cont-margin {
  margin-top: 30px;
}
.hotleoverviewPage .intro .image {
  width: 100%;
  height: 240px;
}
.hotleoverviewPage .intro-02 .image {
  order: 1;
}
.hotleoverviewPage .intro .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hotleoverviewPage .intro .txt {
  margin-top: 16px;
}
.hotleoverviewPage .intro-01 .txt {}
.hotleoverviewPage .intro-02 .txt{
  order: 2;
  text-align: right;
}
.hotleoverviewPage .intro .intro-num {
  position: relative;
  display: inline-block;
  margin-bottom: 12px;
  padding-bottom: 10px;
  font-size: 16px;
  font-weight: 800;
  color: var(--keylight1-color);
}
.hotleoverviewPage .intro .intro-num::after {
  position: absolute;
  top: 100%;
  left: 0;
  content: "";
  width: 100%;
  height: 2px;
  background-color: var(--keylight1-color);
}
.hotleoverviewPage .intro .intro-tit {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 700;
  line-height: 136%;
}
.hotleoverviewPage .intro .intro-desc {
  line-height: 150%;
  color: var(--gray8);
}
.hotleoverviewPage .img-banner {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 180px;
  background: url(../images/hoteloverview-bg1.jpg) no-repeat center center;
  background-attachment: fixed;
}
.hotleoverviewPage .img-banner img {
  width: 140px;
}
.hotleoverviewPage .img-gallery {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 30px;
}
.hotleoverviewPage .img-gallery img {
  width: calc(50% - 5px);
}
.hotleoverviewPage .intro-last {
  position: relative;
  width: 100%;
  height: 240px;
}
.hotleoverviewPage .intro-last img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hotleoverviewPage .intro-last p {
  position: absolute;
  top: 56%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 100%;
  text-align: center;
  font-size: 16px;
  line-height: 160%;
  color: var(--keylight1-color);
  text-shadow: 0 4px 30px rgba(0,0,0,.78);
}
.hotleoverviewPage .intro-last p::before {
  content: "";
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  width: 2px;
  height: 18px;
  background-color: var(--keylight1-color);
  box-shadow: 0 4px 30px rgba(0,0,0,.78);
}

.hotleoverviewPage .other-facility-table {}
.hotleoverviewPage .other-facility-table .tr {}
.hotleoverviewPage .other-facility-table .th {
  padding: 6px 10px;
  text-align: center;
  font-weight: bold;
  background-color: var(--gray1);
}
.hotleoverviewPage .other-facility-table .td {
  padding: 14px 10px;
  line-height: 130%;
  color-interpolation-filters: var(--gray9);
  border: 1px solid var(--gray1);
}

@media (min-width:768px) {
  .hotleoverviewPage .intro {
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-end;
  }
  .hotleoverviewPage .intro-01 {
    flex-direction: row-reverse;
  }
  .hotleoverviewPage .intro .image {
    width: 320px;
    height: 260px;
  }
  .hotleoverviewPage .intro-02 .image {
    order: 2;
  }
  .hotleoverviewPage .intro .txt {
    width: calc(100% - 360px);
    margin-top: 0;
  }
  .hotleoverviewPage .intro-02 .txt {
    order: 1;
  }
  .hotleoverviewPage .img-gallery img {
    width: calc(25% - 7.5px);
  }

  .hotleoverviewPage .other-facility-table {
    width: 100%;
  }
  .hotleoverviewPage .other-facility-table .tr {
    display: flex;
    width: 100%;
  }
  .hotleoverviewPage .other-facility-table .th {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 200px;
    border-bottom: 1px solid #fff;
  }
  .hotleoverviewPage .other-facility-table .tr:last-child .th {
    border-bottom: none;
  }
  .hotleoverviewPage .other-facility-table .td {
    width: calc(100% - 200px);
    border-bottom: none;
  }
  .hotleoverviewPage .other-facility-table .tr:last-child .td {
    border-bottom: 1px solid var(--gray1);
  }
}

@media (min-width:992px) {
  .hotleoverviewPage #container {
    padding: 0 40px;
  }
  .hotleoverviewPage .cont-margin {
    margin-top: 46px;
  }
  .hotleoverviewPage .intro .image {
    width: 480px;
  }
  .hotleoverviewPage .intro .txt {
    width: calc(100% - 520px);
  }
  .hotleoverviewPage .intro .intro-num {
    font-size: 18px;
  }
  .hotleoverviewPage .intro .intro-tit {
    font-size: 20px;
  }
  .hotleoverviewPage .intro .intro-desc {
    font-size: 16px;
  }
  .hotleoverviewPage .img-banner {
    height: 240px;
  }
  .hotleoverviewPage .img-banner img {
    width: 160px;
  }
  .hotleoverviewPage .img-gallery {
    column-gap: 20px;
  }
  .hotleoverviewPage .img-gallery img {
    width: calc(25% - 15px);
  }
  .hotleoverviewPage .intro-last {
    height: 320px;
  }
  .hotleoverviewPage .intro-last p {
    top: 52%;
    font-size: 18px;
  }
  .hotleoverviewPage .intro-last p::before {
    top: -40px;
    height: 28px;
  }

  .hotleoverviewPage .other-facility-table .th {
    width: 295px;
  }
  .hotleoverviewPage .other-facility-table .td {
    padding: 14px 20px;
  }
}

@media (min-width:1280px) {
  .hotleoverviewPage .cont-margin {
    margin-top: 60px;
  }
  .hotleoverviewPage .intro .image {
    width: 640px;
    height: 345px;
  }
  .hotleoverviewPage .intro .txt {
    width: calc(100% - 690px);
  }
  .hotleoverviewPage .img-banner {
    height: 280px;
  }
  .hotleoverviewPage .img-banner img {
    width: 180px;
  }
  .hotleoverviewPage .intro-last {
    height: 400px;
  }
  .hotleoverviewPage .intro-last p {
    font-size: 20px;
  }
}

/* ---------------- surroundingPage ---------------- */
.surroundingPage {}
.surroundingPage .tabM {
  position: sticky;
  top: 68px;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
  background-color: #fff;
}
.surroundingPage .tabM::before {
  content: "";
  position: absolute;
  bottom: 50%;
  left: -20px;
  width: calc(100% + 40px);
  height: 1px;
  background-color: var(--gray4);
}
.surroundingPage .tabM::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: -20px;
  width: calc(100% + 40px);
  height: 1px;
  background-color: var(--gray4);
}
.surroundingPage .tabM button {
  width: 50%;
  height: 44px;
  font-size: 16px;
  font-weight: 600;
  color: var(--gray4);
}
.surroundingPage .tabM button.active {
  position: relative;
  color: var(--color-main-dark1);
}
.surroundingPage .tabM button.active::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: var(--color-main-dark1);
  z-index: 1;
}
.surroundingPage .tabContent-wrap {}

.surroundingPage .tabContent {
  display: none;
}
.surroundingPage .tabContent.active {
  display: block;
}
.surroundingPage .tabContent .surr-cont-wrap {}
.surroundingPage .tabContent .surr-cont-item {
  margin-bottom: 40px;
}
.surroundingPage .tabContent .surr-cont-item:last-child {
  margin-bottom: 0;
}
.surroundingPage .tabContent .surr-image {
  width: 100%;
  height: 220px;
  overflow: hidden;
  border-radius: 10px;
}
.surroundingPage .tabContent .surr-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.surroundingPage .tabContent .surr-txt {
  margin-top: 20px;
}
.surroundingPage .tabContent .surr-name {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 700;
  line-height: 130%;
}
.surroundingPage .tabContent .surr-info {
  line-height: 140%;
  color: var(--gray9);
}

@media (min-width:576px) {
  .surroundingPage .tabContent .surr-image {
    height: 240px;
  }
}

@media (min-width:768px) {
  .surroundingPage .tabM::before {
    display: none;
  }
  .surroundingPage .tabM button {
    width: 25%;
  }
  
  .surroundingPage .tabContent .surr-cont-item {
    display: flex;
    align-items: center;
    gap: 20px;
  }
  .surroundingPage .tabContent .surr-image {
    width: 38%;
    height: 220px;
  }
  .surroundingPage .tabContent .surr-txt {
    width: calc(62% - 20px);
    margin-top: 0;
  }
}

@media (min-width:992px) {
  .surroundingPage .tabM {
    top: 82px;
    margin-bottom: 40px;
  }
  .surroundingPage .tabM::after {
    left: 50%;
    width: 100vw;
    transform: translateX(-50%);
  }
  .surroundingPage .tabM button {
    height: 50px;
    font-size: 18px;
  }
  .surroundingPage .tabM button:hover {
    color: var(--color-main-dark1);
  }

  .surroundingPage .tabContent .surr-cont-item {
    gap: 40px;
    margin-bottom: 50px;
  }
  .surroundingPage .tabContent .surr-image {
    width: 460px;
    height: 300px;
  }
  .surroundingPage .tabContent .surr-txt {
    width: calc(100% - 500px);
  }
  .surroundingPage .tabContent .surr-name {
    margin-bottom: 16px;
    font-size: 18px;
  }
  .surroundingPage .tabContent .surr-info {
    font-size: 15px;
  }
}

@media (min-width:1280px) {
  .surroundingPage .tabContent .surr-cont-item {
    gap: 60px;
    margin-bottom: 60px;
  }
  .surroundingPage .tabContent .surr-image {
    width: 540px;
    height: 340px;
  }
  .surroundingPage .tabContent .surr-txt {
    width: calc(100% - 600px);
  }
  .surroundingPage .tabContent .surr-name {
    margin-bottom: 20px;
    font-size: 22px;
  }
  .surroundingPage .tabContent .surr-info {
    font-size: 16px;
  }
}

/* ---------------- trafficguidePage ---------------- */
.trafficguidePage {}
.trafficguidePage .map-area {}
.trafficguidePage #map {
  width: 100%;
  height: 260px;
  background-color: var(--gray3);
}
.trafficguidePage .map-contact {
  width: 100%;
  padding: 20px;
  color: #fff;
  background-color: var(--color-main-dark1);
}
.trafficguidePage .map-contact-item {
  display: flex;
  margin-bottom: 10px;
}
.trafficguidePage .map-contact-item:last-child {
  margin-bottom: 0;
}
.trafficguidePage .map-contact-item span {
  font-size: 13px;
  line-height: 120%;
}
.trafficguidePage .map-contact-item span.bold {
  flex-shrink: 0;
  width: 80px;
}
.trafficguidePage .time-required {
  margin-top: 40px;
}
.trafficguidePage .time-required-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 560px;
  margin: 0 auto;
  margin-bottom: 20px;
}
.trafficguidePage .time-required-item .departure {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 86px;
  height: 86px;
  padding: 10px;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  text-align: center;
  line-height: 140%;
  background-color: var(--gray8);
  border-radius: 50%;
}
.trafficguidePage .time-required-item .time {
  width: calc(100% - 230px);
  padding-bottom: 12px;
  text-align: center;
  border-bottom: 2px dashed var(--gray4);
}
.trafficguidePage .time-required-item .destination {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 86px;
  height: 86px;
  padding: 10px;
  color: var(--color-main-dark1);
  font-size: 13px;
  font-weight: 700;
  text-align: center;
  line-height: 140%;
  border: 2px solid var(--color-main-dark1);
  border-radius: 50%;
}

.trafficguidePage .tabM {
  position: relative;
  top: 0;
}
.trafficguidePage .tabM::before {
  display: none;
}
.trafficguidePage .tabM button {
  width: 33.333%;
  font-size: 15px;
  letter-spacing: -0.2px;
}
.trafficguidePage .tabcont-wrap {}
.trafficguidePage .tabContent {}
.trafficguidePage .transport-item {}
.trafficguidePage .traff-tit {
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 700;
}
.trafficguidePage .con-transport .traff-tit {
  color: var(--color-main-dark1);
  line-height: 130%;
}
.trafficguidePage .traff-tit br {display: none;}
.trafficguidePage .traff-cont {
  margin-bottom: 60px;
}
.trafficguidePage .traff-cont li {
  padding: 14px 10px;
  line-height: 130%;
  border-bottom: 1px solid var(--gray4);
}
.trafficguidePage .traff-cont li:first-child {
  border-top: 1px solid var(--gray4);
}
.trafficguidePage .map-around-cont {}
.trafficguidePage .map-around-cont img {
  width: 100%;
}

@media (min-width:768px) {
  .trafficguidePage .map-area {
    position: relative;
  }
  .trafficguidePage #map {
    height: 300px;
  }
  .trafficguidePage .map-contact {
    position: absolute;
    bottom: 0;
    left: 0;
    width: auto;
    padding: 20px 30px;
  }
  .trafficguidePage .time-required {
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
  }
  .trafficguidePage .time-required-item {
    position: relative;
    width: 46%;
    max-width: 560px;
    margin: 0;
  }
  .trafficguidePage .time-required-item:first-child::after {
    content: "";
    position: absolute;
    top: 50%;
    right: -9%;
    width: 1px;
    height: 80%;
    background-color: var(--gray3);
    transform: translateY(-50%);
  }
  
  .trafficguidePage .tabM {
    margin-bottom: 50px;
  }
  .trafficguidePage .tabM button {
    font-size: 17px;
  }
  .trafficguidePage .transport-item {
    display: flex;
    justify-content: space-between;
  }
  .trafficguidePage .traff-tit {
    width: 240px;
    margin-bottom: 0;
  }
  .trafficguidePage .traff-tit {
    font-size: 25px;
  }
  .trafficguidePage .traff-cont,
  .trafficguidePage .map-around-cont {
    width: calc(100% - 240px);
  }
  .trafficguidePage .traff-tit br {display: block;}
  .trafficguidePage .traff-cont li {
    padding: 16px 10px;
  }
}

@media (min-width:992px) {
  .trafficguidePage #map {
    height: 400px;
  }
  .trafficguidePage .map-contact {
    padding: 25px 40px;
  }
  .trafficguidePage .map-contact-item {
    margin-bottom: 14px;
  }
  .trafficguidePage .map-contact-item span {
    font-size: 15px;
  }
  .trafficguidePage .map-contact-item span.bold {
    width: 100px;
  }
  .trafficguidePage .time-required {
    margin-top: 60px;
  }
  .trafficguidePage .time-required-item {
    max-width: none;
  }
  .trafficguidePage .time-required-item:first-child::after {
    right: -9%;
  }
  .trafficguidePage .time-required-item .departure {
    width: 100px;
    height: 100px;
    font-size: 14px;
  }
  .trafficguidePage .time-required-item .time {
    width: calc(100% - 250px);
  }
  .trafficguidePage .time-required-item .destination {
    width: 100px;
    height: 100px;
    font-size: 14px;
  }
  
  .trafficguidePage .tabM {
    margin-bottom: 60px;
  }
  .trafficguidePage .tabM button {
    font-size: 18px;
  }
  .trafficguidePage .traff-tit {
    width: 280px;
    font-size: 30px;
  }

  .trafficguidePage .traff-cont {
    margin-bottom: 80px;
  }
  .trafficguidePage .traff-cont,
  .trafficguidePage .map-around-cont {
    width: calc(100% - 280px);
  }
  
  .trafficguidePage .traff-cont li {
    padding: 20px 10px;
  }
}

@media (min-width:1280px) {
  .trafficguidePage #map {
    height: 460px;
  }
  .trafficguidePage .time-required-item {
    width: 560px;
  }
  .trafficguidePage .time-required-item:first-child::after {
    right: -80px;
  }
  .trafficguidePage .time-required-item .departure {
    width: 120px;
    height: 120px;
    font-size: 16px;
  }
  .trafficguidePage .time-required-item .time {
    width: calc(100% - 300px);
    font-size: 18px;
  }
  .trafficguidePage .time-required-item .destination {
    width: 120px;
    height: 120px;
    font-size: 16px;
  }

  .trafficguidePage .traff-tit {
    width: 340px;
    font-size: 34px;
  }

  .trafficguidePage .traff-cont,
  .trafficguidePage .map-around-cont {
    width: calc(100% - 340px);
  }
  
  .trafficguidePage .traff-cont li {
    padding: 20px 15px;
  }
}