
body {
  margin: 0;
  background-color: #F4F5F5;
  overflow-x: hidden;
}
.wrapper {
  max-width: 670px;
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
}
.hero img {
  max-width: 100%;
  height: auto;
  display: block;
}
.greeting-text {
  margin-top: 60px;
  font-family: 'Pretendard', sans-serif;
  font-size: 22px;
  line-height: 150%;
  letter-spacing: -0.05em;
  color: #000000;
  text-align: center;
}
.middle-image {
  margin-top: 40px;
}
.middle-image img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.yeseva-one-regular {
  font-family: "Yeseva One", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 36px;
  text-align: center;
  color: #000;
  margin-top: 60px; /* 원하는 간격 */
  padding: 0 20px;  /* 양옆 여백 */
  text-align: center;
  margin-top: 80px;
  margin-bottom: 20px;
  letter-spacing: -0.05em;
}
.info-text {
  margin-top: 30px;
  font-family: 'Pretendard', sans-serif;
  text-align: center;
}
.info-text .bold {
  font-size: 22px;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: -0.05em;
}
.info-text .regular {
  font-size: 22px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -0.05em;
}
.map {
  max-width: 670px;
  width: 100%;
  margin: 50px auto 20px auto;
  padding: 0 20px;
  box-sizing: border-box;
}

.map img {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
}
.map-icons-bg {
  width: 100%;
  background-color: #294A76;
  padding: 0 20px; 
  box-sizing: border-box;
}
.map-icons {
  background-color: #294A76;
  max-width: 670px;
  width: 100%;
  margin: 0 auto;
  padding: 10px 0 12px 0;
  box-sizing: border-box;
  text-align: center;
}
.map-icons .icon-row {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
  padding-bottom: 10px;
  padding-top: 40px;
}
.map-icons .icon-row img {
  width: 60px;
  height: 60px;
  max-width: 100%;
}
.map-icons p {
  font-family: 'Pretendard', sans-serif;
  font-size: 22px;
  font-weight: 600;
  color: #ffffff;
  margin-top: 10px;
  line-height: 150%;
  letter-spacing: -0.05em;
}
.map-text {
  margin-top: 36px;
  text-align: center;
}
.map-desc {
  font-size: 24px;
  color: #ffffff;
  font-family: 'Pretendard', sans-serif;
  font-weight: 600;
  line-height: 150%;
  letter-spacing: -0.05em;
}
.copy-address-btn {
  font-family: 'Pretendard', sans-serif;
  font-size: 20px;
  font-weight: 400;
  color: #ffffff;
  background: none;
  border: none;
  padding: 0;
  margin-top: 8px;
  cursor: pointer;
  text-decoration: underline;
}
.tab-section {
  margin-top: 100px;
  margin-bottom: 15px;
  text-align: center;
}

.tab-wrapper {
  display: flex;
  justify-content: center;
  padding: 0 20px;
  box-sizing: border-box;
}

.tabs {
  display: flex;
  justify-content: center;
  gap: 10px;
  max-width: 670px;
  width: 100%;
  margin: 0 auto 0 auto;
}

.tab {
  flex: 1;
  min-width: 120px;
  padding: 16px 20px;
  font-size: 18px;
  font-weight: 600;
  border: none;
  border-radius: 12px;
  background-color: #C7CFDC;
  color: #5B5B5B;
  font-family: 'Pretendard', sans-serif;
  cursor: pointer;
}
.tab.active {
  background-color: #4488E2;
  color: #ffffff;
}

.account-content {
  max-width: 670px;
  margin: 10px 20px 30px 20px;
  padding: 40px 20px 15px 20px;
  background-color: #E9ECF1;
  border-radius: 16px;
  display: none;
  text-align: center;
}
.account-item {
  text-align: center; 
  margin-bottom: 20px;
}
.account-content.active {
  display: block;
}

.account-box {
  margin-bottom: 28px;
}
.account-box:not(:last-child) {
  border-bottom: 1px dashed #B5C6E2;
  padding-bottom: 28px;
  margin-bottom: 28px;
}
.account-name {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 4px;
}

.account-bank {
  font-size: 22px;
  margin-bottom: 14px;
}

.copy-btn {
  background-color: #C9D5E9;
  color: #4C6690;
  padding: 8px 16px 6px 16px;
  font-size: 18px;
  font-weight: 600;
  border: none;
  border-radius: 999px;
  cursor: pointer;
}
* {
  box-sizing: border-box;
}
.gallery-section {
  margin-top: 80px;
  text-align: center;
  padding: 0 20px;
  box-sizing: border-box;
}

.gallery-title {
  margin-bottom: 40px;
}

.gallery-main {
  max-width: 670px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}

.gallery-main .swiper-wrapper {
  max-width: 670px;
  margin: 0 auto;
}

.gallery-main .swiper-slide {
  max-width: 670px;
  width: 100%;
  margin: 0 auto;
}

.gallery-main .swiper-slide img {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 16px;
}

.swiper-button-prev,
.swiper-button-next {
  color: #888;
  opacity: 0.6;
  filter: drop-shadow(0 0 4px rgba(0, 0, 0, 0.4));
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
}
.swiper-button-prev {
  left: 15px;
}

.swiper-button-next {
  right: 15px;
}

.gallery-thumbs {
  margin-top: 15px;
  max-width: 670px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 0 auto;
  box-sizing: border-box;
  overflow: auto; 
}

.gallery-thumbs .swiper-wrapper {
  display: flex;
}

.gallery-thumbs .swiper-slide {
  width: 90px !important;
  height: 90px !important;
  margin-right: 6px !important;
  border-radius: 12px !important;
  flex-shrink: 0;
  cursor: pointer;
  opacity: 0.5;
  transition: opacity 0.3s;
  box-sizing: border-box;
}

.gallery-thumbs .swiper-slide-thumb-active {
  opacity: 1;
}

.gallery-thumbs .swiper-wrapper {
  display: flex;
  width: auto !important; 
}

.gallery-thumbs .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
  display: block;
}
.swiper-button-prev,
.swiper-button-next {
  color: white !important;
  filter: drop-shadow(0 0 4px rgba(0, 0, 0, 0.4)) !important;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
}
.final-message {
  margin-top: 80px;  /* 썸네일과의 간격 */
  margin-bottom: 100px;
  text-align: center;
  font-family: 'Pretendard', sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.6;
  color: #000;
  letter-spacing: -0.05em;
}
