.brand-body {
  width: 100%;
  max-width: 575px;
  margin: 0 auto;
  background: #fff;
  color: #050033;
  font-family: "Pretendard", "Noto Sans KR", sans-serif;
}

.brand-body .header {
  left: 50%;
  max-width: 575px;
  transform: translateX(-50%);
  background: linear-gradient(to bottom, rgba(5, 0, 51, 0.45), rgba(5, 0, 51, 0));
}

.brand-body .footer {
  margin: 0 auto;
}

.brand-body .container,
.brand-container {
  width: 100%;
  max-width: 575px !important;
  padding-right: 16px;
  padding-left: 16px;
  margin-right: auto;
  margin-left: auto;
}

.brand-page {
  overflow: hidden;
  background: #fff;
}

.brand-visual {
  position: relative;
  height: 480px;
  overflow: hidden;
  background: linear-gradient(to top, #050033, #3a34ab);
}

.brand-visual::before,
.brand-visual::after {
  content: "";
  position: absolute;
  left: 0;
  z-index: 1;
  width: 100%;
  pointer-events: none;
}

.brand-visual::before {
  top: 0;
  height: 110px;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.28), rgba(0, 0, 0, 0));
}

.brand-visual::after {
  bottom: 0;
  height: 210px;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.72));
}

.brand-visual__bg {
  position: absolute;
  top: 0;
  left: 50%;
  width: 674px;
  height: 506px;
  transform: translateX(-45%);
}

.brand-visual__bg img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.brand-visual__heading {
  position: absolute;
  right: 16px;
  bottom: 40px;
  left: 16px;
  z-index: 2;
  text-align: center;
}

.brand-visual__heading h1 {
  margin: 0;
  font-family: "Montserrat", "Pretendard", "Noto Sans KR", sans-serif;
  font-size: 42px;
  line-height: 1.1;
  font-weight: 700;
  color: #fff;
  letter-spacing: -0.04em;
}

.brand-visual__heading p {
  margin-top: 12px;
  font-family: "Pretendard", "Noto Sans KR", sans-serif;
  font-size: 16px;
  line-height: 1.3;
  font-weight: 500;
  color: #fff;
  letter-spacing: -0.02em;
}

.brand-section {
  padding: 60px 0;
}

.brand-section-head {
  margin-bottom: 36px;
}

.brand-title {
  margin: 0;
  font-family: "Montserrat", "Pretendard", "Noto Sans KR", sans-serif;
  font-size: 24px;
  line-height: 1.22;
  font-weight: 700;
  color: #050033;
  letter-spacing: -0.02em;
}

.brand-intro .brand-title {
  font-size: 32px;
}

.brand-intro .brand-title + .brand-desc {
  margin-top: 32px;
}

.brand-summary {
  margin-top: 18px;
  font-family: "Pretendard", "Noto Sans KR", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: #373558;
  letter-spacing: -0.02em;
}

.brand-desc p {
  margin: 0;
  font-family: "Pretendard", "Noto Sans KR", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: #373558;
  letter-spacing: -0.02em;
}

.brand-desc p + p {
  margin-top: 24px;
}

.brand-brands {
  padding: 72px 0;
  background: #fff;
}

.brand-brands .brand-section-head {
  margin-bottom: 42px;
  text-align: center;
}

.brand-brands .brand-title {
  font-size: 32px;
  line-height: 1.22;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.brand-brands .brand-summary {
  max-width: 270px;
  margin: 30px auto 0;
  font-size: 16px;
  line-height: 1.3;
  color: #373558;
  letter-spacing: -0.02em;
}

.brand-tab-scroll {
  width: calc(100% + 16px);
  margin-bottom: 36px;
  overflow: hidden;
}

.brand-tab-scroll:not(.swiper-container) {
  display: flex;
  gap: 20px;
  align-items: center;
  overflow-x: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.brand-tab-scroll:not(.swiper-container)::-webkit-scrollbar {
  display: none;
}

.brand-brands .brand-tab-scroll {
  width: calc(100% + 16px);
  margin-bottom: 45px;
}

.brand-tab-scroll .swiper-wrapper {
  align-items: center;
}

.brand-tab-scroll .swiper-slide {
  width: auto;
}

.brand-tab {
  flex: 0 0 auto;
  padding: 12px 0 10px;
  border: 0;
  border-bottom: 2px solid transparent;
  background: transparent;
  color: #050033;
  font-family: "Montserrat", "Pretendard", "Noto Sans KR", sans-serif;
  font-size: 16px;
  line-height: 1.25;
  cursor: pointer;
  letter-spacing: -0.02em;
}

.brand-brands .brand-tab {
  padding: 0 0 14px;
  font-size: 16px;
  line-height: 1.25;
}

.brand-tab.is-active {
  border-color: #b88d50;
  color: #b88d50;
}

.brand-card-scroll {
  width: calc(100% + 16px);
  overflow: hidden;
}

.brand-brands .brand-card-scroll {
  margin-bottom: 44px;
}

.brand-card-scroll .swiper-slide {
  width: 167px;
}

.brand-logo-card {
  position: relative;
  display: block;
  width: 167px;
  height: 240px;
  overflow: hidden;
  border-radius: 12px;
  background: #c1c1c1;
}

.brand-brands .brand-logo-card {
  height: 240px;
}

.brand-logo-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.64));
}

.brand-logo-card img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.brand-logo-card span {
  position: absolute;
  right: 12px;
  bottom: 28px;
  left: 12px;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-family: "Montserrat", "Pretendard", "Noto Sans KR", sans-serif;
  line-height: 1.2;
  text-align: center;
  letter-spacing: -0.02em;
}

.brand-logo-card span strong,
.brand-logo-card span small {
  display: block;
  max-width: 100%;
  color: #fff;
  line-height: 1.05;
  letter-spacing: -0.02em;
  text-shadow: 0 1px 8px rgba(0, 0, 0, 0.24);
}

.brand-logo-card span strong {
  font-size: 20px;
  font-weight: 700;
  word-break: keep-all;
}

.brand-logo-card span small {
  margin-top: 2px;
  font-size: 11px;
  font-weight: 500;
}

.brand-logo-card span img {
  display: block;
  width: auto;
  height: auto;
  max-width: 130px;
  max-height: 54px;
  margin: 0 auto;
  object-fit: contain;
}

.brand-progress {
  width: 167px;
  height: 1px;
  margin: 36px auto;
  background: #d9d7d2;
}

.brand-brands .brand-progress {
  width: 208px;
  margin: 0 auto 45px;
}

.brand-brands .brand-progress span {
  width: 50px;
}

.brand-progress span {
  display: block;
  width: 40px;
  height: 1px;
  background: #050033;
  transition: transform 0.2s ease;
}

.brand-btn {
  display: flex;
  gap: 4px;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 56px;
  border-radius: 12px;
  background: #3a34ab;
  color: #fff;
  font-family: "Pretendard", "Noto Sans KR", sans-serif;
  font-size: 16px;
  line-height: 1;
  font-weight: 600;
  text-align: center;
  letter-spacing: -0.02em;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2);
}

.brand-btn:hover {
  font-weight: 700;
  color: #fff;
  text-decoration: none;
}

.brand-btn img {
  display: block;
  width: 24px;
  height: 24px;
  flex: 0 0 auto;
}

.brand-map {
  margin-top: 24px;
}

.brand-map img {
  display: block;
  width: 100%;
  height: auto;
}

.brand-accordion {
  margin-top: 0;
}

.brand-accordion__item {
  border-bottom: 1px solid #f4f4f6;
}

.brand-accordion__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  min-height: 60px;
  padding: 18px 0;
  border: 0;
  background: transparent;
  color: #050033;
  text-align: left;
}

.brand-accordion__head span {
  display: flex;
  gap: 4px;
  align-items: center;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 600;
  letter-spacing: -0.02em;
}

.brand-accordion__head em {
  color: #a4a3b1;
  font-style: normal;
}

.brand-accordion__head i {
  flex: 0 0 auto;
  font-size: 24px;
  transition: transform 0.2s ease;
}

.brand-accordion__item.is-open .brand-accordion__head i {
  transform: rotate(180deg);
}

.brand-accordion__body {
  display: none;
  padding: 10px 0 40px;
}

.brand-accordion__item.is-open .brand-accordion__body {
  display: block;
}

.hotel-list {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.hotel-card {
  display: block;
  color: inherit;
}

.hotel-card:hover {
  color: inherit;
  text-decoration: none;
}

.hotel-card__img {
  position: relative;
  display: block;
  height: 200px;
  overflow: hidden;
  border-radius: 6px;
  background: #fbf8f4;
}

.hotel-card__img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hotel-card__img em {
  position: absolute;
  top: 10px;
  left: 10px;
  display: inline-flex;
  align-items: center;
  min-width: 80px;
  min-height: 40px;
  padding: 0 8px;
  border-radius: 4px;
  background: #fff;
  color: #050033;
  font-family: "Montserrat", "Pretendard", "Noto Sans KR", sans-serif;
  font-size: 10px;
  line-height: 1.1;
  font-weight: 700;
  font-style: normal;
  text-align: center;
  justify-content: center;
  letter-spacing: -0.02em;
}

.hotel-card__info {
  display: block;
  margin-top: 12px;
}

.hotel-card__info strong,
.hotel-card__info small {
  display: block;
  letter-spacing: -0.02em;
}

.hotel-card__info strong {
  font-size: 16px;
  line-height: 1.35;
  font-weight: 500;
  color: #050033;
}

.hotel-card__info small {
  margin-top: 2px;
  font-size: 14px;
  line-height: 1.35;
  color: #373558;
}

.brand-overseas {
  padding-top: 60px;
}

.overseas-panel {
  display: none;
}

.overseas-panel.is-active {
  display: block;
}

.brand-empty {
  padding: 32px 0;
  border-top: 1px solid #f4f4f6;
  border-bottom: 1px solid #f4f4f6;
  color: #a4a3b1;
  font-size: 15px;
  line-height: 1.5;
  letter-spacing: -0.02em;
}

.brand-cta {
  padding: 0 16px 60px;
}

@media (min-width: 376px) {
  .brand-body {
    box-shadow: 0 0 24px rgba(5, 0, 51, 0.08);
  }
}
