.wrapper {
  max-width: 500px;
  margin: 0 auto;
  height: 100%;
  background: var(--main-bg);
}

body {
  color: var(--text);
  background: var(--main-bg);
}
.content-section {
  scroll-margin-top: 150px;
}
.section,
.inner {
  padding: 0 20px;
}

@media screen and (max-width: 400px) {
  .section,
  .inner {
    padding: 0 10px;
  }
}

.img--block {
  border-radius: 4px;
  overflow: hidden;
}

/* main */

/* visual sec */
.visual-section .swiper {
  width: 100%;
  height: 60vh;
  border-radius: 4px;
}

.main-visual {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 20px;
}
.main-visual .mv01 {
  display: flex;
  justify-content: space-between;
  align-items: start;
}
.main-visual .mv01 .box-l {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.main-visual .mv01 .box-l .tx-tit {
  font-size: 22px;
}
.main-visual .mv01 .box-l .tx-subtit {
  font-size: 14px;
  color: var(--primary-color);
}
.main-visual .mv01 .box-l .tx-num {
  display: flex;
  align-items: center;
  gap: 5px;
}
.main-visual .mv01 .box-l .tx-num p {
  font-weight: bold;
  color: #fff;
}
.main-visual .mv01 .box-r {
  display: flex;
  align-items: center;
  gap: 10px;
}

.main-visual .mv02 {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 20px;
  border: 2px solid var(--primary-color);
  border-radius: 4px;
}
.main-visual .mv02 h4 {
  color: var(--primary-color);
}
.main-visual .mv02 p {
  color: #fff;
}

.main-visual .mv03 {
  display: flex;
  align-items: start;
  margin-top: 10px;
}
.main-visual .mv03 p {
  color: var(--primary-color);
}
.main-visual .mv03 p:nth-child(1) {
  width: 100px;
}
.main-visual .mv03 p:nth-child(2) {
  text-decoration: underline;
}

.main-visual .mv04 .list-box {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.main-visual .mv04 .list-box li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 20px;
  background: #121417;
  border: 1px solid #171c23;
}

@media screen and (max-width: 400px) {
  .main-visual {
    padding: 15px 10px;
  }
  .main-visual .mv03 {
    flex-direction: column;
    gap: 10px;
  }
}

.sticky--block {
  position: sticky;
  top: 70px;
  background: var(--main-bg);
  z-index: 2;
}
.sticky--block .tab--list {
  display: flex;
  align-items: center;
  margin-top: 10px;
  padding: 10px;
  border-bottom: 1px solid #fff;
}
.sticky--block .tab--list .tab--item {
}
.sticky--block .tab--list .tab--item.active {
}
.sticky--block .tab--list .tab--item a {
  font-size: 14px;
  padding: 10px;
  opacity: 0.5;
}
.sticky--block .tab--list .tab--item a.active {
  border-bottom: 2px solid var(--primary-color);
  opacity: 1;
  color: var(--primary-color);
}
@media screen and (max-width: 400px) {
  .sticky--block .tab--list {
    padding: 10px 0;
  }
  .sticky--block .tab--list .tab--item a {
    padding: 10px 5px;
  }
}

.section-tit {
  word-wrap: break-word;
  font-size: 1.25rem !important;
  line-height: 1.75rem !important;
  letter-spacing: -0.01em !important;
  font-weight: 600 !important;
  margin-bottom: 20px;
}

.ms-01 {
  padding-bottom: 50px;
  margin-top: 50px;
}
.ms-01 .section-tit {
  font-size: 20px;
  line-height: 28px;
}
.section.ms-01 .img--block {
  position: relative;
  width: 100%;
  margin: 30px 0 50px 0;
  border-radius: 4px;
}
.ms-01 .img--block img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section-desc--wrapper {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.section-desc--wrapper .subtit {
  display: block;
  font-size: 16px;
  line-height: 26px;
}
h4.subtit.fw-b {
  padding-bottom: 10px;
  border-bottom: 1px solid #fff;
  margin-bottom: 15px;
}

/*.ms-01.swiper-section #swiper01.swiper {
  height: 280px;
}*/
.ms-01.swiper-section .swiper .swiper-slide {
  width: 250px;
}

.swiper-section h3 {
  margin-bottom: 30px;
}

#swiper01 {
  margin: 0;
}

/* ms-02 */
.swiper02,
.swiper03 {
  height: auto;
}

.ms-02 .section-tit {
  font-size: 20px;
}

.ms-02.btn--wrapper {
  display: flex;
  align-items: center;
  border: 1px solid #fff;
  margin: 20px 0;
}
.ms-02.btn--wrapper .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  width: 50%;
  padding: 10px;
  cursor: pointer;
}
.ms-02.btn--wrapper .schedule-btn {
  position: relative;
}
.ms-02.btn--wrapper .schedule-btn::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 50%;
  background: #fff;
}
.ms-02.btn--wrapper .schedule-btn span {
}
.ms-02.btn--wrapper .schedule-btn p {
}

.ms-02.swiper--block {
}
.swiper-info--block {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 20px 15px;
  border: 1px solid #fff;
  border-top: none;
  margin-bottom: 30px;
  border-radius: 4px;
}
.stay-section .swiper-info--block {
  padding: 20px 0;
  border: none;
}
.swiper-info--block .person-num {
  font-size: 15px;
  letter-spacing: 0.14px;
  opacity: 0.8;
}
.swiper-info--block h2 {
  font-size: 20px;
  font-weight: bold;
}
.swiper-info--block p {
}
.swiper-info--block .info-num {
  display: flex;
}
.swiper-info--block .info-num .line-dec {
  margin: 0 10px;
  width: 1px;
  height: 15px;
  background: #ccc;
}
.swiper-info--block .info-num span {
  font-size: 14px;
  opacity: 0.6;
}

.price--block {
}
.price--block .last-price {
  font-size: 13px;
  font-weight: 500;
  line-height: 18px;
  color: #979799;
  -webkit-text-decoration-line: line-through;
  text-decoration-line: line-through;
}
.price--block .current-price {
}
.price--block .current-price span:nth-child(1) {
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
  letter-spacing: -0.54px;
  color: var(--primary-color);
}
.price--block .current-price span:nth-child(2) {
  font-size: 18px;
  font-weight: 600;
  line-height: 26px;
  letter-spacing: -0.54px;
  color: var(--text);
}
.price--block .current-price span:nth-child(3) {
  font-size: 13px;
  line-height: 18px;
  letter-spacing: 0.13px;
  color: #979799;
}

.select-btn {
  position: absolute;
  bottom: 20px;
  right: 20px;
  border-radius: 4px;
  background-color: #1a1a1a;
  height: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--text);
  padding: 0 8px;
  outline: none;
  cursor: pointer;
  word-wrap: break-word;
  font-size: 0.875rem !important;
  line-height: 1.25rem !important;
  letter-spacing: 0.01em !important;
  font-weight: 400 !important;
}

/* review css */
.review-section {
}
.review-section .section-tit {
  word-wrap: break-word;
  font-size: 20px;
  margin-bottom: 20px;
}
.review-section .review--block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
}
.review-section .review--block .img--block {
  position: relative;
  height: 148px;
  min-width: 148px;
  aspect-ratio: 1/1;
}
.review-section .review--block .img--block {
  height: 100px;
  min-width: 100px;
}
.review-section .review--block .text-area {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 10px;
  flex: 1;
}
.review-section .review--block .text-area .review-tit {
  word-wrap: break-word;
  font-size: 1rem !important;
  line-height: 1.5rem !important;
  letter-spacing: 0 !important;
  font-weight: 700 !important;
  color: var(--text);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  word-break: break-all;
}
.review-section .review--block .text-area .review-desc {
  word-wrap: break-word;
  font-size: 0.875rem !important;
  line-height: 1.25rem !important;
  letter-spacing: 0.01em !important;
  font-weight: 400 !important;
  color: var(--text);
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  word-break: break-all;
}
.review-section .review--block .text-area .review-date {
}
.review-section .review--block .text-area .review-date span {
  position: relative;
  word-wrap: break-word;
  font-size: 0.75rem !important;
  line-height: 1rem !important;
  letter-spacing: 0.02em !important;
  font-weight: 400 !important;
  word-break: break-all;
}
.review-section .review--block .text-area .review-date span:nth-child(1) {
  margin-right: 12px;
}
.review-section
  .review--block
  .text-area
  .review-date
  span:nth-child(1)::after {
  position: absolute;
  top: 50%;
  right: -10px;
  transform: translateY(-50%);
  content: "";
  width: 4px;
  height: 4px;
  background: #fff;
  border-radius: 50%;
}
.review-section .review--block .text-area .review-date span:nth-child(2) {
}

.section-desc--wrapper {
  font-size: 1rem !important;
  line-height: 1.625rem !important;
  letter-spacing: 0 !important;
}

.sns--block {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.sns--block .sns-box {
  display: flex;
  align-items: center;
  gap: 10px;
}
.sns--block .sns-box span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
}

.map-swiper {
  margin: 20px 0;
}
.map-swiper .map-slide {
  display: block;
  padding: 20px;
  border-radius: 4px;
  border: 1px solid #fff;
}
.map-swiper .map-slide .map-slide--top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #fff;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.map-swiper .map-slide .map-slide--top > div {
  display: flex;
  align-items: center;
  gap: 10px;
}
.map-swiper .map-slide .map-slide--bottom {
  display: block;
  word-wrap: break-word;
  font-size: 0.875rem !important;
  line-height: 1.25rem !important;
  letter-spacing: 0.01em !important;
  font-weight: 400 !important;
  color: #949494;
  padding-bottom: 30px;
}

/* 안내사항 */
.notice-section {
  margin: 40px 0;
}
.accordion {
  background: transparent;
  border-radius: var(--radius);
  box-shadow: 0 6px 18px rgba(17, 24, 39, 0.06);
  overflow: visible;
}
.accordion__item {
  border-bottom: 1px solid #fff;
}
.accordion__item + .accordion__item {
  margin-top: var(--gap);
}

.accordion__button {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 16px 20px;
  border: 0;
  cursor: pointer;
  font-weight: 600;
  font-size: 16px;
  color: var(--text);
  box-shadow: 0 1px 0 rgba(16, 24, 40, 0.02) inset;
}

.accordion__button:focus {
}

.accordion__chev {
  width: 26px;
  height: 26px;
  display: inline-grid;
  place-items: center;
  transition: transform 0.28s cubic-bezier(0.2, 0.8, 0.2, 1);
  color: var(--muted);
}

.accordion__button[aria-expanded="true"] .accordion__chev {
  transform: rotate(180deg);
  color: var(--accent);
}

.panel {
  background: var(--card);
  border-radius: 8px;
  margin-top: 8px;
  padding: 0 18px;
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.32s ease, padding 0.28s ease;
}

.panel.open {
  padding: 14px 18px 18px 18px;
}

.panel__content {
  color: var(--muted);
  line-height: 1.7;
  font-size: 14px;
}

/* stay css */
.stay-section {
  margin-bottom: 60px;
}
.stay-content {
}
.stay-content .img--block {
  position: relative;
}
.stay-content .img--block .img-util--block {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.stay-content .img--block .img-util--block .left-util {
  position: absolute;
  top: 10px;
  left: 10px;
  display: flex;
  align-items: center;
  gap: 5px;
}
.stay-content .img--block .img-util--block .left-util span {
  border-radius: 5px;
  height: 24px;
  padding: 4px 8px;
  display: flex;
  align-items: center;
  color: var(--text);
  font-size: 0.75rem !important;
  line-height: 1rem !important;
  letter-spacing: 0.02em !important;
  font-weight: 500 !important;
  word-wrap: break-word;
  white-space: nowrap;
  background-color: rgba(26, 26, 26, 0.6);
}
.stay-content .img--block .img-util--block .left-util span.active {
  background-color: var(--primary-color);
}

.stay-content .img--block .img-util--block .right-util {
  position: absolute;
  top: 10px;
  right: 10px;
}

/* text css */
.fw-b {
  font-weight: bold;
}
/* deco */
.seperate--block {
  background: #bbb;
  width: 100%;
  height: 5px;
  margin: 20px 0;
}

.lo-flex-sec {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.lo-flex-sec > p {
  width: calc(50% - 10px);
}

.area-links {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  max-width: 560px;
  justify-items: center;
}
.area-links > a {
  border: 1px solid rgba(255, 255, 255, 0.4);
  background-color: rgba(255, 255, 255, 0.05);
  padding: 10px 20px;
  border-radius: 10px;
  min-width: calc(100% - 40px);
  text-align: center;
}
.area-links > a:hover {
  border-color: #d60800;
  background-color: #d60800;
  color: #fff;
}
