.technology-detail-mv_logo {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 133px;
}

@media screen and (max-width: 768px) {
  .technology-detail-mv_logo {
    right: 2.54453vw;
    top: 2.54453vw;
    width: 16.03053vw;
  }
}

.technology-detail-section-column-02 {
  padding: 60px 73px;
}

@media screen and (max-width: 768px) {
  .technology-detail-section-column-02 {
    padding: 30px 20px;
  }
}

.technology-detail-hydro-point {
  margin: 48px auto 0;
  max-width: 976px;
}

.technology-detail-hydro-point-heading {
  background: #F26A02;
  border-radius: 16px 16px 0 0;
  padding: 10px 0;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .technology-detail-hydro-point-heading {
    padding: 13px 0;
  }
}

.technology-detail-hydro-point-list {
  padding: 42px 53px;
  background: #F8F2ED;
  border-radius: 0 0 16px 16px;
  display: flex;
  gap: 50px;
}

@media screen and (max-width: 960px) {
  .technology-detail-hydro-point-list {
    padding: 30px 20px;
    gap: 20px;
  }
}

@media screen and (max-width: 768px) {
  .technology-detail-hydro-point-list {
    padding: 20px;
    flex-direction: column;
  }
}

.technology-detail-hydro-point-item {
  flex: 1;
}

.technology-detail-hydro-point-item-heading {
  background: #5B331A;
  color: #fff;
  text-align: center;
  padding: 8px 0;
  line-height: 1.3;
}

.technology-detail-hydro-point-item-heading-01 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  font-size: 12px;
}

.technology-detail-hydro-point-item-heading-01::before, .technology-detail-hydro-point-item-heading-01::after {
  content: "";
  width: 11px;
  height: 1px;
  background: #fff;
}

.technology-detail-hydro-point-item-heading-02 {
  font-size: 17px;
}

.technology-detail-hydro-point-item-image {
  margin-top: 20px;
}

.technology-detail-hydro-point-item-image img {
  width: 100%;
}

.technology-detail-hydro-point-item-text {
  margin-top: 14px;
  font-size: 14px;
  line-height: 1.7;
}

@media screen and (max-width: 768px) {
  .technology-detail-section-column {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
}

@media screen and (max-width: 768px) {
  .technology-detail-section-column-inner {
    display: contents;
  }
}

@media screen and (max-width: 768px) {
  .technology-detail-section-column-label {
    order: 1;
  }
}

@media screen and (max-width: 768px) {
  .technology-detail-section-column-heading {
    order: 2;
  }
}

@media screen and (max-width: 768px) {
  .technology-detail-section-column-text {
    order: 3;
  }
}

.technology-detail-section-column-notes {
  width: 100%;
  max-width: none;
}

@media screen and (max-width: 768px) {
  .technology-detail-section-column-notes {
    order: 5;
    margin-left: 0;
  }
}

@media screen and (max-width: 768px) {
  .technology-detail-section-column-image {
    order: 4;
  }
}

.technology-hydro-tab {
  margin-top: 48px;
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .technology-hydro-tab {
    margin-top: 30px;
    display: block;
  }
}

.technology-hydro-tab-image {
  position: relative;
  width: 65.6%;
}

@media screen and (max-width: 768px) {
  .technology-hydro-tab-image {
    width: 100%;
  }
}

.technology-hydro-tab-slider-pagination,
.technology-hydro-tab-slider-pagination-02 {
  position: absolute;
  display: flex;
  gap: 5px;
  top: 15px;
  padding: 0 15px;
}

@media screen and (max-width: 768px) {
  .technology-hydro-tab-slider-pagination,
  .technology-hydro-tab-slider-pagination-02 {
    height: 100%;
    gap: 45% 10px;
    flex-wrap: wrap;
    justify-content: space-between;
    top: 10px;
  }
}

.technology-hydro-tab-slider-pagination-button {
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: flex-end;
  width: calc(100% / 6 - 25px / 6);
  height: 97px;
  padding-bottom: 17px !important;
  margin: 0 !important;
  background: rgba(59, 142, 72, 0.7);
  border-radius: 10px;
  color: #fff;
  text-align: center;
  line-height: 1;
  opacity: 1;
  transition: opacity 0.3s ease;
}

@media screen and (max-width: 768px) {
  .technology-hydro-tab-slider-pagination-button {
    width: calc(100% / 3 - 20px / 3);
    height: 15.26718vw;
    padding-bottom: 2.54453vw !important;
  }
}

@media (hover: hover) and (pointer: fine) {
  .technology-hydro-tab-slider-pagination-button:hover {
    opacity: 0.7;
  }
}

.technology-hydro-tab-slider-pagination-button.swiper-pagination-bullet-active {
  background: rgba(242, 106, 2, 0.7);
}

.technology-hydro-tab-slider-pagination-button::before {
  content: "";
  background: url(/technology/longlife/hydrotecttile/img/pc/section2_icon_search.svg) no-repeat center center/cover;
  position: absolute;
  top: 6px;
  right: 6px;
  width: 15px;
  height: 15px;
}

@media screen and (max-width: 768px) {
  .technology-hydro-tab-slider-pagination-button::before {
    top: 1.27226vw;
    right: 1.27226vw;
    width: 3.05344vw;
    height: 3.05344vw;
  }
}

.technology-hydro-tab-slider-pagination-button img {
  display: block;
  margin: auto;
}

.technology-hydro-tab-slider-pagination-button span {
  font-size: 14px;
}

@media screen and (max-width: 960px) {
  .technology-hydro-tab-slider-pagination-button span {
    font-size: 1.45833vw;
  }
}

@media screen and (max-width: 768px) {
  .technology-hydro-tab-slider-pagination-button span {
    font-size: 3.56234vw;
  }
}

.technology-hydro-tab-slider-pagination-button.is-01 img {
  margin-bottom: 8px;
}

@media screen and (max-width: 768px) {
  .technology-hydro-tab-slider-pagination-button.is-01 img {
    margin-bottom: 1.01781vw;
    width: 5.34351vw;
  }
}

.technology-hydro-tab-slider-pagination-button.is-02 img {
  margin-bottom: 8px;
}

@media screen and (max-width: 768px) {
  .technology-hydro-tab-slider-pagination-button.is-02 img {
    margin-bottom: 1.01781vw;
    width: 6.10687vw;
  }
}

.technology-hydro-tab-slider-pagination-button.is-03 img {
  margin-bottom: 12px;
}

@media screen and (max-width: 768px) {
  .technology-hydro-tab-slider-pagination-button.is-03 img {
    margin-bottom: 1.39949vw;
    width: 6.61578vw;
  }
}

.technology-hydro-tab-slider-pagination-button.is-04 img {
  margin-bottom: 8px;
}

@media screen and (max-width: 768px) {
  .technology-hydro-tab-slider-pagination-button.is-04 img {
    margin-bottom: 1.27226vw;
    width: 5.85242vw;
  }
}

.technology-hydro-tab-slider-pagination-button.is-05 img {
  margin-bottom: 7px;
}

@media screen and (max-width: 768px) {
  .technology-hydro-tab-slider-pagination-button.is-05 img {
    margin-bottom: 1.52672vw;
    width: 4.07125vw;
  }
}

.technology-hydro-tab-slider-pagination-button.is-06 img {
  margin-bottom: 9px;
}

@media screen and (max-width: 768px) {
  .technology-hydro-tab-slider-pagination-button.is-06 img {
    margin-bottom: 1.52672vw;
    width: 4.58015vw;
  }
}

.technology-hydro-tab-slider {
  position: relative;
  width: 31.9%;
}

@media screen and (max-width: 768px) {
  .technology-hydro-tab-slider {
    margin-top: 30px;
    width: 100%;
  }
}

.technology-hydro-tab-slide {
  border-radius: 16px;
  background: #F5F5F5;
  padding: 35px 27px 75px;
}

@media screen and (max-width: 768px) {
  .technology-hydro-tab-slide {
    padding: 35px 30px 70px;
  }
}

.technology-hydro-tab-slide-image {
  text-align: center;
}

@media screen and (max-width: 768px) {
  .technology-hydro-tab-slide-image {
    display: none;
  }
}

.technology-hydro-tab-slide-heading {
  margin-top: 30px;
  font-size: 20px;
}

@media screen and (max-width: 768px) {
  .technology-hydro-tab-slide-heading {
    margin-top: 0;
  }
}

.technology-hydro-tab-slide-text {
  line-height: 1.8;
  font-size: 15px;
  margin-top: 2px;
}

.technology-hydro-tab-slider-button-prev {
  cursor: pointer;
  position: absolute;
  right: 87px;
  bottom: 30px;
  background: url(/technology/img/common/slider_icon_prev.png) no-repeat center center/cover;
  width: 46px;
  height: 46px;
  z-index: 2;
  transition: opacity 0.3s ease;
}

@media (hover: hover) and (pointer: fine) {
  .technology-hydro-tab-slider-button-prev:hover {
    opacity: 0.7;
  }
}

@media screen and (max-width: 768px) {
  .technology-hydro-tab-slider-button-prev {
    right: 70px;
    bottom: 18px;
  }
}

.technology-hydro-tab-slider-button-prev.swiper-button-disabled {
  opacity: 0.7;
}

.technology-hydro-tab-slider-button-next {
  cursor: pointer;
  position: absolute;
  right: 37px;
  bottom: 30px;
  background: url(/technology/img/common/slider_icon_next.png) no-repeat center center/cover;
  width: 46px;
  height: 46px;
  z-index: 2;
  transition: opacity 0.3s ease;
}

@media (hover: hover) and (pointer: fine) {
  .technology-hydro-tab-slider-button-next:hover {
    opacity: 0.7;
  }
}

@media screen and (max-width: 768px) {
  .technology-hydro-tab-slider-button-next {
    right: 19px;
    bottom: 18px;
  }
}

.technology-hydro-tab-slider-button-next.swiper-button-disabled {
  opacity: 0.7;
}

.technology-detail-section-image-wrap {
  margin: 48px auto 0;
  max-width: 1115px;
}

.technology-detail-section-image-wrap .technology-detail-section-image-text {
  position: relative;
  background: #F26A02;
  border-radius: 8px;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  width: 440px;
  max-width: 100%;
  margin: auto;
  padding: 6px 0 8px;
}

@media screen and (max-width: 768px) {
  .technology-detail-section-image-wrap .technology-detail-section-image-text {
    font-size: 18px;
  }
}

.technology-detail-section-image-wrap .technology-detail-section-image-text::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: -10px;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-top: 12px solid #F26A02;
  border-bottom: 0;
}

.technology-detail-section-image-wrap .technology-detail-section-image-text span {
  font-size: 40px;
}

.technology-detail-section-image-wrap .technology-detail-section-image {
  margin-top: 32px;
}

.technology-detail-section-image-wrap .technology-detail-section-image::after {
  opacity: 1;
}

.technology-detail-section-image-wrap .technology-detail-section-image-notes {
  margin-top: 24px;
  font-size: 12px;
}

@media screen and (max-width: 768px) {
  .technology-detail-section-image-wrap .technology-detail-section-image-notes {
    margin-top: 12px;
    font-size: 13px;
  }
}

@media screen and (max-width: 768px) {
  #section3 .technology-detail-section-image img {
    width: 1075px;
  }
}

/* video */
/* ========================= */
.technology-detail-section-video {
  max-width: 700px;
  margin-inline: auto;
  padding: 0 20px;
}

.technology-detail-section-video-playbtn {
  margin-top: 24px;
}

@media screen and (max-width: 768px) {
  .technology-detail-section-video-playbtn {
    margin-top: 30px;
  }
}

/* modal */
/* ========================= */
.perf-modal {
  display: none;
  height: 100vh;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
}

.perf-modal.fadeIn {
  height: 100vh;
  overflow: visible;
}

.perf-modal-bg {
  background: rgba(0, 0, 0, 0.5);
  height: 100vh;
  position: absolute;
  width: 100%;
  z-index: 10;
}

.perf-modal-content {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: #F5F5F5;
  padding: 40px 100px 50px;
  border-radius: 16px;
  max-width: 773px;
  width: calc(100% - 40px);
  background: #F5F5F5;
  padding: 40px 100px 50px;
  border-radius: 16px;
  max-width: 773px;
  width: calc(100% - 40px);
  z-index: 10;
}

@media screen and (max-width: 768px) {
  .perf-modal-content {
    width: calc(100% - 40px);
    padding: 40px 20px;
  }
}

.perf-modal-youtube {
  width: 100%;
  aspect-ratio: 16 / 9;
}

.perf-modal-youtube frame {
  width: 100%;
  height: 100%;
}

.perf-modal-close {
  cursor: pointer;
  position: absolute;
  top: -38px;
  right: 35px;
  z-index: 9999;
  height: 75px;
  width: 75px;
  border-radius: 50%;
  background: linear-gradient(135deg, #6BC97A, #3B8E48);
  backdrop-filter: blur(4px);
}

.perf-modal-close::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #6BC97A;
  border-radius: 50%;
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 0;
}

@media screen and (max-width: 768px) {
  .perf-modal-close {
    top: -40px;
    right: 15px;
    width: 64px;
    height: 64px;
  }
}

@media (hover: hover) and (pointer: fine) {
  .perf-modal-close:hover::before {
    opacity: 1;
  }
}

.perf-modal-close img {
  position: absolute;
  top: 15px;
  left: 50%;
  transform: translateX(-50%);
  width: 24px;
  height: 24px;
}

@media screen and (max-width: 768px) {
  .perf-modal-close img {
    top: 16px;
    width: 15px;
    height: 15px;
  }
}

.perf-modal-close span {
  position: absolute;
  top: 42px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  color: #fff;
  font-size: 12px;
  letter-spacing: -0.03em;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .perf-modal-close span {
    top: 38px;
    font-size: 8px;
  }
}
