.technology-floor-tab {
  position: relative;
  margin-top: 41px;
}

@media screen and (max-width: 768px) {
  .technology-floor-tab {
    margin-top: 25px;
  }
}

.technology-floor-tab-toggle {
  position: relative;
  display: flex;
  justify-content: center;
  margin: auto;
  width: 288px;
  height: 64px;
  background: #fff;
  border-radius: 9999px;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.15);
  overflow: hidden;
  z-index: 3;
}

@media screen and (max-width: 768px) {
  .technology-floor-tab-toggle {
    height: 56px;
    left: auto;
  }
}

.technology-floor-tab-toggle-bg {
  position: absolute;
  top: 6px;
  left: 6px;
  width: calc(50% - 6px);
  height: calc(100% - 12px);
  background: #F98A34;
  border-radius: 9999px;
  transition: all 0.3s ease;
  z-index: 1;
}

.technology-floor-tab-toggle-btn {
  flex: 1;
  border: none;
  background: transparent;
  font-size: 18px;
  font-weight: 500;
  cursor: pointer;
  z-index: 2;
  transition: color 0.3s ease, opacity 0.3s ease;
}

@media (hover: hover) and (pointer: fine) {
  .technology-floor-tab-toggle-btn:hover {
    opacity: 0.7;
  }
}

@media screen and (max-width: 768px) {
  .technology-floor-tab-toggle-btn {
    font-size: 16px;
  }
}

.technology-floor-tab-toggle-btn.active {
  color: #fff;
}

.technology-floor-tab-toggle-btn:not(.active) {
  color: #333;
}

.technology-floor-tab-toggle.is-f2 .technology-floor-tab-toggle-bg {
  left: 50%;
}

.technology-floor-tab-panel {
  margin-top: 40px;
  display: none;
  justify-content: flex-end;
  gap: 50px;
}

.technology-floor-tab-panel.is-active {
  display: flex;
}

@media screen and (max-width: 768px) {
  .technology-floor-tab-panel {
    margin-top: 25px;
    flex-direction: column;
    gap: 30px;
  }
}

.technology-floor-tab-image {
  position: relative;
  width: 48.3%;
}

@media screen and (max-width: 768px) {
  .technology-floor-tab-image {
    width: 100%;
    min-height: 72.01vw;
  }
}

.technoology-floor-tab-slider {
  position: relative;
}

.technoology-floor-tab-slider-1f-tab > button.technoology-floor-tab-slider-1f-tab-button,
.technoology-floor-tab-slider-2f-tab > button.technoology-floor-tab-slider-2f-tab-button {
  position: absolute;
  margin: 0;
  display: inline-block;
  background: rgba(59, 142, 72, 0.7);
  border-radius: 100px;
  padding: 14px 17px 14px 43px;
  width: auto;
  height: auto;
  color: #fff;
  font-size: 15px;
  text-align: center;
  line-height: 1;
  opacity: 1;
  transition: opacity 0.3s ease;
}

@media (hover: hover) and (pointer: fine) {
  .technoology-floor-tab-slider-1f-tab > button.technoology-floor-tab-slider-1f-tab-button:hover,
  .technoology-floor-tab-slider-2f-tab > button.technoology-floor-tab-slider-2f-tab-button:hover {
    opacity: 0.7;
  }
}

@media screen and (max-width: 768px) {
  .technoology-floor-tab-slider-1f-tab > button.technoology-floor-tab-slider-1f-tab-button,
  .technoology-floor-tab-slider-2f-tab > button.technoology-floor-tab-slider-2f-tab-button {
    padding: 3.56234vw 4.3257vw 3.56234vw 10.94148vw;
    font-size: 3.81679vw;
  }
}

.technoology-floor-tab-slider-1f-tab > button.technoology-floor-tab-slider-1f-tab-button::before,
.technoology-floor-tab-slider-2f-tab > button.technoology-floor-tab-slider-2f-tab-button::before {
  content: "";
  background: url(/technology/comfortable/floor/img/slider_icon_search.png) no-repeat center center/cover;
  width: 19px;
  height: 19px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 20px;
}

@media screen and (max-width: 768px) {
  .technoology-floor-tab-slider-1f-tab > button.technoology-floor-tab-slider-1f-tab-button::before,
  .technoology-floor-tab-slider-2f-tab > button.technoology-floor-tab-slider-2f-tab-button::before {
    width: 4.83461vw;
    height: 4.83461vw;
    left: 5.08906vw;
  }
}

.technoology-floor-tab-slider-1f-tab > button.technoology-floor-tab-slider-1f-tab-button.swiper-pagination-bullet-active,
.technoology-floor-tab-slider-2f-tab > button.technoology-floor-tab-slider-2f-tab-button.swiper-pagination-bullet-active {
  background: rgba(242, 106, 2, 0.7);
}

.technoology-floor-tab-slider-1f-tab > button.technoology-floor-tab-slider-1f-tab-button.is-01 {
  top: 59.5%;
  right: 10.5%;
}

@media screen and (max-width: 768px) {
  .technoology-floor-tab-slider-1f-tab > button.technoology-floor-tab-slider-1f-tab-button.is-01 {
    top: 67.5%;
    right: 2.5%;
  }
}

.technoology-floor-tab-slider-1f-tab > button.technoology-floor-tab-slider-1f-tab-button.is-02 {
  top: 57%;
  left: 28%;
}

@media screen and (max-width: 768px) {
  .technoology-floor-tab-slider-1f-tab > button.technoology-floor-tab-slider-1f-tab-button.is-02 {
    top: 67.5%;
    left: 19.5%;
  }
}

.technoology-floor-tab-slider-1f-tab > button.technoology-floor-tab-slider-1f-tab-button.is-03 {
  top: 43%;
  left: -8%;
}

@media screen and (max-width: 768px) {
  .technoology-floor-tab-slider-1f-tab > button.technoology-floor-tab-slider-1f-tab-button.is-03 {
    top: 48%;
    left: -1%;
  }
}

.technoology-floor-tab-slider-1f-tab > button.technoology-floor-tab-slider-1f-tab-button.is-04 {
  top: 24.5%;
  right: 1%;
}

@media screen and (max-width: 768px) {
  .technoology-floor-tab-slider-1f-tab > button.technoology-floor-tab-slider-1f-tab-button.is-04 {
    top: 27.5%;
    right: 1%;
  }
}

.technoology-floor-tab-slider-1f-tab > button.technoology-floor-tab-slider-1f-tab-button.is-05 {
  top: 24.5%;
  right: 23%;
}

@media screen and (max-width: 768px) {
  .technoology-floor-tab-slider-1f-tab > button.technoology-floor-tab-slider-1f-tab-button.is-05 {
    top: 27.5%;
    right: 38%;
  }
}

.technoology-floor-tab-slider-2f-tab > button.technoology-floor-tab-slider-2f-tab-button.is-01 {
  top: 11.5%;
  left: 11%;
}

@media screen and (max-width: 768px) {
  .technoology-floor-tab-slider-2f-tab > button.technoology-floor-tab-slider-2f-tab-button.is-01 {
    top: 9.5%;
    left: 0%;
  }
}

.technoology-floor-tab-slider-2f-tab > button.technoology-floor-tab-slider-2f-tab-button.is-02 {
  top: 44.5%;
  right: -8.5%;
}

@media screen and (max-width: 768px) {
  .technoology-floor-tab-slider-2f-tab > button.technoology-floor-tab-slider-2f-tab-button.is-02 {
    top: 39%;
    right: -4.5%;
  }
}

.technoology-floor-tab-slider-2f-tab > button.technoology-floor-tab-slider-2f-tab-button.is-03 {
  bottom: 30.5%;
  right: 34%;
}

@media screen and (max-width: 768px) {
  .technoology-floor-tab-slider-2f-tab > button.technoology-floor-tab-slider-2f-tab-button.is-03 {
    bottom: 18%;
    right: 36%;
  }
}

.technoology-floor-tab-slider-2f-tab > button.technoology-floor-tab-slider-2f-tab-button.is-04 {
  top: 11.5%;
  right: 32%;
}

@media screen and (max-width: 768px) {
  .technoology-floor-tab-slider-2f-tab > button.technoology-floor-tab-slider-2f-tab-button.is-04 {
    top: 9.5%;
    right: 8%;
  }
}

.technoology-floor-tab-slider-1f-button-prev,
.technoology-floor-tab-slider-2f-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) {
  .technoology-floor-tab-slider-1f-button-prev:hover,
  .technoology-floor-tab-slider-2f-button-prev:hover {
    opacity: 0.7;
  }
}

@media screen and (max-width: 768px) {
  .technoology-floor-tab-slider-1f-button-prev,
  .technoology-floor-tab-slider-2f-button-prev {
    right: 70px;
    bottom: 18px;
  }
}

.technoology-floor-tab-slider-1f-button-prev.swiper-button-disabled,
.technoology-floor-tab-slider-2f-button-prev.swiper-button-disabled {
  opacity: 0.7;
}

.technoology-floor-tab-slider-1f-button-next,
.technoology-floor-tab-slider-2f-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) {
  .technoology-floor-tab-slider-1f-button-next:hover,
  .technoology-floor-tab-slider-2f-button-next:hover {
    opacity: 0.7;
  }
}

@media screen and (max-width: 768px) {
  .technoology-floor-tab-slider-1f-button-next,
  .technoology-floor-tab-slider-2f-button-next {
    right: 19px;
    bottom: 18px;
  }
}

.technoology-floor-tab-slider-1f-button-next.swiper-button-disabled,
.technoology-floor-tab-slider-2f-button-next.swiper-button-disabled {
  opacity: 0.7;
}

.technoology-floor-tab-slider {
  width: 43.56%;
  background: #F5F5F5;
  border-radius: 16px;
  padding: 30px 28px;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .technoology-floor-tab-slider {
    width: 100%;
    padding: 22px 20px;
  }
}

.technoology-floor-tab-slide-heading {
  font-size: 18px;
  margin-top: 17px;
}

.technoology-floor-tab-slide-text {
  margin-top: 9px;
  padding-right: 110px;
  font-size: 15px;
}

@media screen and (max-width: 768px) {
  .technoology-floor-tab-slide-text {
    margin-top: 6px;
    padding-right: 120px;
    line-height: 1.8;
  }
}

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

.technology-detail-section-compare + .technology-detail-section-content {
  margin-top: 108px;
  max-width: none;
}

@media screen and (max-width: 768px) {
  .technology-detail-section-compare + .technology-detail-section-content {
    margin-top: 48px;
  }
}

.technology-detail-section-compare + .technology-detail-section-content .technology-detail-section-image {
  margin-top: 16px;
}

.technology-detail-section-compare-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-section-compare-heading {
    padding: 13px 0;
  }
}

.technology-detail-section-compare-inner {
  padding: 48px 61px;
  background: #F8F2ED;
  border-radius: 0 0 16px 16px;
}

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

@media screen and (max-width: 768px) {
  .technology-detail-section-compare-image img {
    padding-bottom: 30px;
    width: 854px;
  }
}

.technology-detail-section-compare-button {
  position: relative;
  display: block;
  margin: 28px auto 0;
  width: 360px;
  max-width: 100%;
  padding: 8px 10px 8px 24px;
  background: #fff;
  border: 1px solid #DFDFDF;
  border-radius: 8px;
  color: #2C2B26;
}

@media screen and (max-width: 768px) {
  .technology-detail-section-compare-button {
    padding: 10px 10px 10px 21px;
    font-size: 14px;
  }
}

.technology-detail-section-compare-button::after {
  content: "";
  background: url("/technology/comfortable/floor/img/pc/section4_icon.png") no-repeat center center/cover;
  width: 20px;
  height: 20px;
  position: absolute;
  right: 20px;
  top: 11px;
}

@media screen and (max-width: 768px) {
  .technology-detail-section-compare-button::after {
    top: 10px;
  }
}

.technology-detail-section-compare-row {
  padding: 48px 61px;
  background: #F8F2ED;
  border-radius: 16px;
  max-width: 976px;
  margin: 48px auto 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .technology-detail-section-compare-row {
    margin-top: 22px;
    padding: 20px;
    display: block;
  }
}

.technology-detail-section-compare-row + .technology-detail-section-image {
  margin-top: 120px;
}

@media screen and (max-width: 768px) {
  .technology-detail-section-compare-row + .technology-detail-section-image {
    margin-top: 60px;
  }
}

.technology-detail-section-compare-row-text {
  width: 50.3%;
}

@media screen and (max-width: 768px) {
  .technology-detail-section-compare-row-text {
    width: 100%;
  }
}

.technology-detail-section-compare-row-heading {
  font-size: 24px;
  font-weight: 400;
}

@media screen and (max-width: 768px) {
  .technology-detail-section-compare-row-heading {
    margin-top: 17px;
  }
}

.technology-detail-section-compare-row-lead {
  margin-top: 15px;
  font-size: 15px;
  line-height: 1.8;
}

@media screen and (max-width: 768px) {
  .technology-detail-section-compare-row-lead {
    margin-top: 12px;
  }
}

.technology-detail-section-compare-row-image {
  width: 44.61%;
}

@media screen and (max-width: 768px) {
  .technology-detail-section-compare-row-image {
    margin-top: 24px;
    width: 100%;
  }
}

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

.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: 55%;
  transform: translate(-50%, -50%);
  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-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;
  }
}

@media screen and (max-width: 768px) {
  .estimate_boxs {
    max-height: 70vh;
    overflow-y: auto;
  }
}

.estimate_boxs_title {
  text-align: center;
  font-size: 20px;
  margin-bottom: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid #DFDFDF;
}

.estimate_boxs_item {
  padding-left: 0.5em;
  text-indent: -0.5em;
  display: flex;
  line-height: 1.8;
}

.estimate_boxs-notes {
  margin-top: 0;
  font-size: 100%;
  line-height: 1.8;
}
