.hero {
  width: 100%;
  height: 600px;
  overflow: hidden;
  position: relative;
}
.hero .swiper {
  height: 100%;
}
.hero .swiper-slide.slide1 {
  background: url(../images/uganda/hero1.jpg) no-repeat center center / cover;
}
.hero .swiper-slide.slide2 {
  background: url(../images/uganda/hero2.jpg) no-repeat center center / cover;
}
.hero .swiper-slide.slide3 {
  background: url(../images/uganda/hero3.jpg) no-repeat center center / cover;
}
.hero .swiper-slide.slide4 {
  background: url(../images/uganda/hero4.jpg) no-repeat center center / cover;
}
.hero .swiper-slide.slide5 {
  background: url(../images/uganda/hero5.jpg) no-repeat center center / cover;
}
.hero .swiper-slide {
  position: relative;
}
.hero h2 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 72px;
  font-weight: 700;
  white-space: nowrap;
  color: #fff;
  z-index: 9999;
}
.hero .btn-wrap {
  max-width: 1320px;
  width: 100%;
  padding: 0 20px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 40px;
  display: flex;
  z-index: 10;
}
/* swiper 기본 absolute 해제 */
.hero .swiper-pagination {
  position: static;
  width: auto;
}
.hero .swiper-pagination-bullet {
  width: 60px;
  height: 4px;
  border-radius: 0;
  background: var(--gray-color5);
  opacity: 1;
}
.hero .swiper-pagination-bullet-active {
  background: #fff;
}

.section-wrap {
  padding: 80px 0;
}
.section-wrap .inner {
  max-width: 1320px;
  padding: 0 20px;
  margin: 0 auto;
}
.section-wrap section {
  padding: 80px 0;
}
.section-wrap section h2 {
  font-size: 48px;
  font-weight: 700;
  color: var(--gray-color1);
  text-align: center;
  margin-bottom: 60px;
}
.section-wrap section article {
  padding-bottom: 60px;
}
.section-wrap section article:last-child {
  padding-bottom: 0;
}
.section-wrap section article h3 {
  font-size: 36px;
  color: var(--gray-color2);
  margin-bottom: 30px;
}

.section-wrap .overview .profile .intro-map img {
  display: block;
  width: 100%;
  height: auto;
  border: 5px solid #fff;
}
.section-wrap .overview .profile .text-list {
  height: fit-content;
  padding: 10px 5px;
  background: rgba(255, 255, 255, 0.5);
}
.section-wrap .overview .profile .text-list li {
  display: flex;
  gap: 8px;
}

.section-wrap .overview .merits .text-list li {
  display: flex;
  align-items: center;
  gap: 16px;
}
.section-wrap .overview .merits .text-list li .icon {
  width: clamp(50px, 12vw, 100px);
  flex-shrink: 0;
}
.section-wrap .overview .merits .text-list li .icon img {
  display: block;
  width: 100%;
  height: auto;
}
.section-wrap .overview .merits .text-list li p {
  font-size: 28px;
  font-weight: 500;
}

.section-wrap .attractions .content-wrap .swiper {
  width: 100%;
}
.section-wrap .attractions .content-wrap .swiper-slide {
  height: auto;
  text-align: center;
  background: rgba(255, 255, 255, 0.5);
  border: 5px solid #fff;
}
.section-wrap .attractions .content-wrap .swiper-slide h4 {
  display: inline-block;
  font-size: 32px;
  font-weight: 500;
  padding-top: 10px;
  border-bottom: 1px solid var(--gray-color2);
}
.section-wrap .attractions .content-wrap .swiper-slide p {
  padding: 10px;
  text-align: left;
  word-break: keep-all;
}
.section-wrap .attractions .content-wrap [class*='swiper-button'] svg {
  display: none;
}
.section-wrap .attractions .content-wrap .swiper-button-prev {
  background: url(../images/arrow-left.png) no-repeat center center / cover;
  left: 0;
}
.section-wrap .attractions .content-wrap .swiper-button-next {
  background: url(../images/arrow-left.png) no-repeat center center / cover;
  right: 0;
  transform: rotate(180deg);
}

.section-wrap .experiences .gallery {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: 250px;
  gap: 5px;
  padding: 5px;
  background: #fff;
}
.section-wrap .experiences .gallery img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section-wrap .highlights .content-wrap {
  aspect-ratio: 16 / 9;
}
.section-wrap .highlights .content-wrap video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  vertical-align: top;
}

.section-wrap .itineraries .text-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 160px;
  row-gap: 30px;
  margin-bottom: 20px;
}
.section-wrap .itineraries .text-list li {
  display: flex;
  align-items: center;
  gap: 16px;
}
.section-wrap .itineraries .text-list li .icon {
  width: clamp(50px, 12vw, 100px);
  height: clamp(50px, 12vw, 100px);
  flex-shrink: 0;
  border-radius: 50%;
  font-size: 28px;
  font-weight: 500;
  text-align: center;
  line-height: clamp(50px, 12vw, 100px);
  background: rgba(255, 255, 255, 0.5);
}
.section-wrap .itineraries .text-list li p {
  font-size: 28px;
  font-weight: 500;
  padding-left: 20px;
  word-break: keep-all;
}
.section-wrap .itineraries .attached {
  padding: 10px;
}
.section-wrap .itineraries .attached p {
  color: var(--gray-color2);
  word-break: keep-all;
}

.section-wrap .recommended-for .content-wrap {
  display: flex;
  gap: 24px;
  align-items: stretch;
}
.section-wrap .recommended-for .text-list {
  display: flex;
  flex: 1;
  min-width: 0;
  flex-direction: column;
  justify-content: space-between;
}
.section-wrap .recommended-for .text-list li {
  display: flex;
  align-items: center;
  gap: 16px;
}
.section-wrap .recommended-for .text-list li .icon {
  width: clamp(50px, 12vw, 100px);
  flex-shrink: 0;
}
.section-wrap .recommended-for .text-list li .icon img {
  display: block;
  width: 100%;
  height: auto;
}
.section-wrap .recommended-for .text-list li p {
  font-size: 28px;
  font-weight: 500;
}
.section-wrap .recommended-for .side-image {
  flex: 0 1 40%;
  max-width: 500px;
  min-width: 100px;
}
.section-wrap .recommended-for .side-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section-wrap .reason-why .text-list {
  background:
    linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url(../images/uganda/background-image2.jpg) no-repeat center center / cover;
  padding: 40px;
}
.section-wrap .reason-why .text-list li {
  font-size: 28px;
  font-weight: 500;
  color: var(--gray-color6);
  padding: 10px 0;
}
.section-wrap .reason-why .text-list li:nth-child(n + 5) {
  text-align: right;
}

.aside {
  position: fixed;
  left: 0;
  bottom: 15%;
  width: 100%;
  z-index: 9999;
}
.aside .inner {
  max-width: 1760px;
  padding: 0 20px;
  margin: 0 auto;
  display: flex;
  justify-content: end;
}
.aside .consultation a {
  display: inline-block;
  width: 160px;
  font-size: 24px;
  color: #fff;
  text-align: center;
  padding: 10px;
  background: linear-gradient(
    to right,
    rgba(61, 61, 255, 0.8),
    rgba(255, 51, 51, 0.8)
  );
  border-radius: 5px;
  transition: all 0.3s;
}
.aside .consultation a:hover {
  transform: scale(1.1);
}

/* 테블릿 분기점 */
@media (max-width: 1200px) {
  .hero h2 {
    font-size: 48px;
  }
  .hero .btn-wrap {
    bottom: 20px;
  }

  .section-wrap {
    padding: 60px 0;
  }
  .section-wrap section {
    padding: 60px 0;
  }
  .section-wrap section h2 {
    font-size: 32px;
    margin-bottom: 40px;
  }
  .section-wrap section article {
    padding-bottom: 40px;
  }
  .section-wrap section article h3 {
    font-size: 24px;
    margin-bottom: 20px;
  }

  .section-wrap .overview .profile .text-list li {
    font-size: 16px;
  }

  .section-wrap .overview .merits .text-list li {
    gap: 12px;
  }
  .section-wrap .overview .merits .text-list li p {
    font-size: 20px;
  }

  .section-wrap .attractions .content-wrap .swiper-slide h4 {
    font-size: 20px;
    padding-top: 8px;
  }
  .section-wrap .attractions .content-wrap .swiper-slide p {
    font-size: 16px;
    padding: 8px;
  }

  .section-wrap .experiences .gallery {
    grid-auto-rows: 200px;
  }

  .section-wrap .itineraries .text-list {
    column-gap: 120px;
    row-gap: 20px;
    margin-bottom: 14px;
  }
  .section-wrap .itineraries .text-list li {
    gap: 12px;
  }
  .section-wrap .itineraries .text-list li .icon {
    font-size: 20px;
  }
  .section-wrap .itineraries .text-list li p {
    font-size: 20px;
    padding-left: 14px;
  }
  .section-wrap .itineraries .attached {
    padding: 8px;
  }
  .section-wrap .itineraries .attached p {
    font-size: 16px;
  }

  .section-wrap .recommended-for .content-wrap {
    gap: 16px;
  }
  .section-wrap .recommended-for .text-list li {
    gap: 12px;
  }
  .section-wrap .recommended-for .text-list li p {
    font-size: 20px;
  }

  .section-wrap .reason-why .text-list {
    padding: 28px;
  }
  .section-wrap .reason-why .text-list li {
    font-size: 20px;
    padding: 8px 0;
  }

  .aside .consultation a {
    width: 140px;
    font-size: 20px;
  }
}

/* 모바일 분기점 */
@media (max-width: 767px) {
  .hero {
    height: 400px;
  }
  .hero .btn-wrap {
    bottom: 10px;
  }
  .hero .swiper-pagination {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }
  .hero .swiper-pagination-bullet {
    width: 30px;
  }
  .hero h2 {
    font-size: 36px;
    white-space: wrap;
    word-break: keep-all;
  }

  .section-wrap {
    padding: 40px 0;
  }
  .section-wrap .inner {
    padding: 0 10px;
  }
  .section-wrap section {
    padding: 40px 0;
  }
  .section-wrap section h2 {
    font-size: 24px;
    margin-bottom: 30px;
  }
  .section-wrap section article {
    padding-bottom: 30px;
  }
  .section-wrap section article h3 {
    font-size: 18px;
    margin-bottom: 15px;
  }

  .section-wrap .overview .profile .text-list {
    padding: 5px;
  }
  .section-wrap .overview .profile .text-list li {
    font-size: 12px;
  }

  .section-wrap .overview .merits .text-list li {
    gap: 8px;
  }
  .section-wrap .overview .merits .text-list li p {
    font-size: 14px;
  }

  .section-wrap .attractions .content-wrap .swiper-slide h4 {
    font-size: 16px;
    padding-top: 5px;
  }
  .section-wrap .attractions .content-wrap .swiper-slide p {
    font-size: 12px;
    padding: 5px;
  }

  .section-wrap .experiences .gallery {
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: 200px;
  }
  .section-wrap .highlights .content-wrap {
    aspect-ratio: 3 / 2;
  }
  .section-wrap .highlights .content-wrap video {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .section-wrap .itineraries .text-list {
    column-gap: 20px;
    row-gap: 15px;
    margin-bottom: 10px;
  }
  .section-wrap .itineraries .text-list li {
    gap: 8px;
  }
  .section-wrap .itineraries .text-list li .icon {
    font-size: 14px;
  }
  .section-wrap .itineraries .text-list li p {
    font-size: 14px;
    padding-left: 10px;
  }
  .section-wrap .itineraries .attached {
    padding: 5px;
  }
  .section-wrap .itineraries .attached p {
    font-size: 12px;
  }

  .section-wrap .recommended-for .text-list li {
    gap: 8px;
  }
  .section-wrap .recommended-for .text-list li p {
    font-size: 14px;
  }

  .section-wrap .reason-why .text-list {
    padding: 20px;
  }
  .section-wrap .reason-why .text-list li {
    font-size: 14px;
    padding: 5px 0;
  }

  .aside .inner {
    padding: 0 10px;
  }
  .aside .consultation a {
    width: 120px;
    font-size: 16px;
  }
}
