.navigation-wrapper {
  position: relative;
}

.dots {
  display: flex;
  padding: 10px 0;
  justify-content: center;
  position: absolute;
  bottom: 15px;
  left: 50%;
  transform: translate(-50%, 0);
}

.dot {
  border: none;
  width: 10px;
  height: 10px;
  background: #DEDEDE;
  border-radius: 50%;
  margin: 0 5px;
  padding: 5px;
  cursor: pointer;
  border: 1px solid #fff;
  box-shadow: unset;
}

.dot:focus {
  outline: none;
}

.dot--active,
.dot:hover {
  background: #32bbac;
}

.arrow {
  width: 50px;
  height: 100px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  fill: #fff;
  cursor: pointer;
  background-color: #00000080;
  /* border-radius: 25px; */
}

#banner-slider~.arrow {
  top: calc(50% - 25px);
}
#banner-slider~.arrow .arrow-icon {
  margin-top: 0;
}
.recom-slider~.arrow {
  top: calc(50% - 38px);
}
.arrow--left {
  left: 5px;
  fill: "#fff";
}

.arrow--left .arrow-icon {
  width: 50px;
  height: 50px;
  margin-top: 50%;
  background-image: url("data:image/svg+xml, %3Csvg%20id%3D%22Flat%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20256%20256%22%3E%0A%20%20%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M160%2C212a3.98805%2C3.98805%2C0%2C0%2C1-2.82861-1.17163l-80-80a4%2C4%2C0%2C0%2C1%2C0-5.65674l80-80a4.00009%2C4.00009%2C0%2C0%2C1%2C5.65722%2C5.65674L85.65674%2C128l77.17187%2C77.17163A4%2C4%2C0%2C0%2C1%2C160%2C212Z%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-size: 80%;
  background-position: center;
  background-repeat: no-repeat;
}

.arrow--right {
  left: auto;
  right: 5px;
}

.arrow--right .arrow-icon {
  width: 50px;
  height: 50px;
  margin-top: 50%;
  background-image: url("data:image/svg+xml, %3Csvg%20id%3D%22Flat%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20256%20256%22%3E%0A%20%20%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M96%2C212a4%2C4%2C0%2C0%2C1-2.82861-6.82837L170.34326%2C128%2C93.17139%2C50.82837a4.00009%2C4.00009%2C0%2C0%2C1%2C5.65722-5.65674l80%2C80a4%2C4%2C0%2C0%2C1%2C0%2C5.65674l-80%2C80A3.98805%2C3.98805%2C0%2C0%2C1%2C96%2C212Z%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-size: 80%;
  background-position: center;
  background-repeat: no-repeat;
}

.recom-slider~.arrow--left {
  left: -50px;
}
.recom-slider~.arrow--right {
  right: -50px;
}
.title-slider img {
  width: 100%;
  height: calc(100vh - 71px);
  object-fit: cover;
}

.title-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 80px 30px;
}

.detail-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 990px;
  margin: auto;
}

h2 {
  font-family: db_heavent;
  font-size: 34px;
  line-height: 1.3;
  text-align: center;
  margin: 0;
}

h3 {
  font-family: db_heavent;
  font-weight: 300;
  font-size: 34px;
  line-height: 1.3;
  text-align: center;
  margin: 0;
}

.detail-container h2 {
  margin-bottom: 16px;
}

span {
  font-family: db_heavent;
  font-weight: 300;
  font-size: 24px;
  line-height: 1.3;
  text-align: center;
}

.left span {
  text-align: left;
}

.bold {
  font-family: db_heavent;
}

.detail-container.btn-wrapper {
  padding: 16px 0 120px;
}

.btn-a {
  font-family: db_heavent;
  font-weight: 500;
  font-size: 18px;
  color: #fff;
  background-color: #32bbac;
  padding: 12px 36px;
  border-radius: 8px;
  width: max-content;
  margin: auto;
  text-decoration: none;
}

.btn-a:hover {
  text-decoration: none;
  color: #fff;
  background-color: #89d0c8;
}

.btn-a:active {
  text-decoration: none;
  color: #fff;
  background-color: #89d0c8;
}

.detail-box {
  margin: 80px 0 0;
  padding: 60px 20px;
  border: 1px solid rgba(0, 0, 0, .125);
  border-radius: 0.25rem;
  font-family: db_heavent;
  font-weight: 300;
  font-size: 24px;
  line-height: 1.3;
}

.detail-box h2 {
  text-align: left;
  margin-bottom: 0;
}

.img-section {
  padding-top: 80px;
  display: grid;
  grid-template-columns: 5fr 7fr;
}

.img-section-2 {
  padding-top: 80px;
  display: grid;
  grid-template-columns: 7fr 5fr;
}

.img-section img,
.img-section-2 img {
  width: 100%;
}

.img-section-2 h2 {
  text-align: left;
}

.img-section .img-detail {
  max-width: 360px;
  margin: auto;
  font-family: db_heavent;
  font-weight: 300;
  font-size: 24px;
  line-height: 1.3;
}

.img-section-2 .img-detail {
  max-width: 340px;
  margin: auto;
  font-family: db_heavent;
  font-weight: 300;
  font-size: 24px;
  line-height: 1.3;
}

.img-section-2 .a-wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
}

.img-detail .img-content {
  padding: 60px 0 30px;
}

.img-detail .btn-a {
  padding-left: 50px;
  padding-right: 50px;
}

.vid-section .img-wrapper {
  width: 100%;
  max-width: 990px;
  margin: 30px auto;
  position: relative;
  cursor: pointer;
}

.img-wrapper img {
  width: 100%;
}

.img-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1020;
}

.card-section .card-wrapper {
  width: 100%;
  max-width: 990px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  margin: auto;
}

.card-container {
  cursor: pointer;
}

.card-container img {
  width: 100%;
}

.card-container .card-detail {
  padding: 16px 0;
}

.card-container:hover span {
  color: #32bbac;
}

.solar-section .solar-wrapper {
  width: 100%;
  max-width: 990px;
  margin: auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.solar-wrapper span {
  text-align: left;
}

.solar-wrapper .link {
  font-family: db_heavent;
  font-size: 24px;
  font-weight: 500;
  color: #32bbac;
  line-height: 1.3;
  font-style: italic;
  text-decoration: none;
}

.solar-wrapper .btn-a,
.more-detail-section .btn-a {
  margin-top: 16px;
  width: 200px;
  text-align: center;
}

.footer-slide-section {
  padding-left: 0;
  padding-right: 0;
}

.footer-slider-slide {
  height: 100%;
}

.footer-slider-slide img {
  width: 100%;
}

.footer-slider-slide .footer-slide-detail {
  box-sizing: border-box;
  width: 100%;
  padding: 16px 24px 24px;
  background-color: #F5F5F5;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.footer-slider-slide a {
  font-family: db_heavent;
  font-weight: 300;
  font-size: 24px;
  line-height: 1.3;
  text-decoration: none;
  color: #333;
}

.footer-slider-slide a:hover {
  color: #32bbac;
}

.date {
  font-size: 20px;
  margin-bottom: 4px;
}

.inline-gallery-container {
  position: fixed !important;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 1050;
}

.lg-prev:focus,
.lg-next:focus {
  outline: 0;
}

.lg-image {
  height: 90% !important;
  object-fit: contain;
}

.swipe-wrapper {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 1050;
}

@keyframes bounce {

  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}

.swipe-wrapper svg {
  animation: bounce 2s infinite;
  text-shadow: 1px 1px 3px rgb(0 0 0 / 40%);
}

.swipe-wrapper span {
  font-size: 16px;
  color: #fff;
  text-shadow: 1px 1px 3px rgb(0 0 0 / 40%);
}

.play-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 58px !important;
  height: 58px !important;
  opacity: 0.79;
}

.card-img-wrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.swiper-button-next, .swiper-button-prev {
  top: calc(50% - 44px) !important;
}
.hidden {
  display: none !important;
}

@media screen and (max-width: 1200px) {
  .recom-slider~.arrow--left {
    left: -15px;
  }
  .recom-slider~.arrow--right {
    right: -15px;
  }
}

@media screen and (max-width: 992px) {
  .title-slider img {
    height: calc(83vh - 71px);
  }

  h2,
  h3 {
    font-size: 28px;
  }

  span {
    font-size: 20px;
  }

  .title-container {
    padding: 60px 15px;
  }

  .detail-container {
    padding: 0 15px;
  }

  .detail-container.btn-wrapper {
    padding: 20px 15px 50px;
  }

  .detail-box {
    font-size: 20px;
  }

  .img-section img {
    order: 1;
  }

  .img-section>div {
    order: 2;
  }

  .img-section,
  .img-section-2 {
    grid-template-columns: 1fr;
    padding-left: 15px;
    padding-right: 15px;
  }

  .img-section .img-content,
  .img-section-2 .img-content {
    font-size: 20px;
  }

  .card-section.title-container {
    padding-top: 0;
    padding-bottom: 20px;
  }

  .card-section .card-wrapper {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .card-container {
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 10px;
  }

  .card-container .card-detail {
    padding: 0;
  }

  .play-icon {
    width: 30px !important;
    height: 30px !important;
  }

  .footer-slide-section.title-container {
    padding-top: 20px;
  }

  .footer-slider-slide a {
    font-size: 20px;
  }

  .more-detail-section.title-container {
    padding-top: 20px;
  }
}