@charset "UTF-8";
* {
  --brand-color1: #8CC53E;
  --brand-color2: #548D73;
  --brand-color3: #349812;
  --brand-color4: #EDF7E0;
  --brand-color5: #009029;
  --text-primary: #000000;
  --text-secondary: #7A7F84;
  --surface-default:#F1F1F1;
  --gray-1:#2E2E2E;
  --gray-2:#898989;
  --gray-3:#B3B3B3;
  --gray-4:#DADADA;
}

* {
  --heder-bg: url('../images/banners/banner-泡綿事業.jpg');
  --vertical-gap: clamp(24px, 1.875vw, 36px);
}
@media (max-width: 768px) {
  * {
    --heder-bg: url('../images/banners/phone-banner-泡綿事業.jpg');
  }
}

.h4-green {
  color: var(--brand-color3);
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
}

.aviation-wrapper {
  width: 100%;
}
.aviation-wrapper .sec1 {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: var(--vertical-gap);
  position: relative;
  margin-bottom: var(--sec-vertical-padding);
}
@media (max-width: 990px) {
  .aviation-wrapper .sec1 {
    margin-bottom: 0;
  }
}
.aviation-wrapper .sec1 h3.with-en {
  display: flex;
  justify-content: flex-start;
  align-items: baseline;
  text-transform: uppercase;
}
.aviation-wrapper .sec1 h3.with-en .title {
  color: var(--brand-color2);
  font-weight: 700;
  --title-font-size: clamp(28px, 20.8vw, 40px);
  font-size: var(--title-font-size);
  line-height: var(--title-font-size);
  letter-spacing: calc(var(--title-font-size) * 0.03);
  white-space: nowrap;
  word-break: keep-all;
}
@media (max-width: 768px) {
  .aviation-wrapper .sec1 h3.with-en .title {
    letter-spacing: calc(var(--title-font-size) * 0.05);
  }
}
.aviation-wrapper .sec1 h3.with-en .en-subtitle {
  font-family: "Noto Sans", sans-serif;
  font-weight: 900;
  font-style: italic;
  font-size: clamp(40px, 3.64vw, 70px);
  color: #EDF7E0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 8px;
  transform: translate(-3.7%, -10.6%);
  z-index: -1;
  white-space: nowrap;
  word-break: keep-all;
}
@media (max-width: 768px) {
  .aviation-wrapper .sec1 h3.with-en .en-subtitle {
    flex-direction: column;
    align-items: flex-end;
    transform: translate(-30%, -16%);
    gap: 0;
    line-height: 1;
  }
}
@media (max-width: 990px) {
  .aviation-wrapper .sec1 h3.with-en {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .aviation-wrapper .sec1 h3.with-en {
    margin-top: var(--sec-vertical-padding);
  }
}
.aviation-wrapper .sec1 .content {
  width: 100%;
  display: flex;
  gap: clamp(24px, 3.33vw, 64px);
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .aviation-wrapper .sec1 .content {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
}
.aviation-wrapper .sec1 .content p.desc {
  width: 40.24%;
}
@media (max-width: 1200px) {
  .aviation-wrapper .sec1 .content p.desc {
    width: 100%;
  }
}
.aviation-wrapper .sec1 .content .img-box {
  flex: 1;
  min-width: 0;
  min-height: 0;
  aspect-ratio: 3/4.18;
  overflow: hidden;
}
@media (max-width: 768px) {
  .aviation-wrapper .sec1 .content .img-box {
    max-width: 420px;
  }
}
.aviation-wrapper .sec1 .content .img-box img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.aviation-wrapper .sec1 .deco-pic {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 85.5vw;
  transform: translate(var(--main-horizon-padding), 0);
  z-index: -1;
}
@media (max-width: 990px) {
  .aviation-wrapper .sec1 .deco-pic {
    display: none;
  }
}
.aviation-wrapper .sec1 .deco-green-square {
  display: none;
  position: absolute;
  width: calc(100% + var(--main-horizon-padding) * 2);
  height: 50%;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #DBEDC1;
  z-index: -1;
  transform: translateX(calc(0px - var(--main-horizon-padding)));
}
@media (max-width: 990px) {
  .aviation-wrapper .sec1 .deco-green-square {
    display: block;
  }
}
@media (max-width: 768px) {
  .aviation-wrapper .sec1 .deco-green-square {
    height: 65%;
  }
}
.aviation-wrapper .sec2 {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: var(--vertical-gap);
  background-color: var(--brand-color4);
}
.aviation-wrapper .sec2 .content {
  width: 100%;
  display: flex;
  gap: clamp(40px, 5.83vw, 112px);
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1200px) {
  .aviation-wrapper .sec2 .content {
    flex-direction: column-reverse;
    justify-content: flex-start;
    align-items: center;
  }
}
.aviation-wrapper .sec2 .content .certify-items-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  --certify-items-gap: clamp(18px, 1.67vw, 32px);
  gap: var(--certify-items-gap);
  width: 33.8vw;
  max-width: 649px;
}
@media (max-width: 1536px) {
  .aviation-wrapper .sec2 .content .certify-items-box {
    width: 36vw;
    max-width: 36vw;
  }
}
@media (max-width: 1200px) {
  .aviation-wrapper .sec2 .content .certify-items-box {
    width: 100%;
    max-width: 649px;
  }
}
@media (max-width: 768px) {
  .aviation-wrapper .sec2 .content .certify-items-box {
    max-width: 420px;
  }
}
.aviation-wrapper .sec2 .content .certify-items-box .item {
  width: calc(33% - var(--certify-items-gap) * 2 / 3);
  background-color: white;
  padding: clamp(20px, 1.25vw, 24px);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 8px;
}
@media (max-width: 768px) {
  .aviation-wrapper .sec2 .content .certify-items-box .item {
    width: calc(50% - var(--certify-items-gap) * 1 / 2);
  }
}
.aviation-wrapper .sec2 .content .certify-items-box .item .img-box {
  width: 100%;
  min-width: 0;
  min-height: 0;
  aspect-ratio: 1/1;
}
.aviation-wrapper .sec2 .content .certify-items-box .item .img-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center center;
     object-position: center center;
}
.aviation-wrapper .sec2 .content .certify-items-box .item p.caption {
  font-weight: 700;
  font-size: clamp(16px, 1.25vw, 24px);
  line-height: clamp(24px, 1.56vw, 30px);
  color: var(--brand-color3);
}
.aviation-wrapper .sec2 .content p.desc {
  flex: 1;
  text-align: start;
}
.aviation-wrapper .sec3 {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: var(--vertical-gap);
}
.aviation-wrapper .sec3 .quality-required {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 16px;
}
@media (max-width: 768px) {
  .aviation-wrapper .sec3 .quality-required {
    flex-direction: column;
    align-items: flex-start;
  }
}
.aviation-wrapper .sec3 .quality-required .item {
  width: 19.69vw;
  max-width: 378px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
}
@media (max-width: 1200px) {
  .aviation-wrapper .sec3 .quality-required .item {
    width: -moz-max-content;
    width: max-content;
    max-width: none;
  }
}
.aviation-wrapper .sec3 .quality-required .item span.gray {
  font-weight: 400;
  font-size: clamp(16px, 0.94vw, 18px);
  line-height: clamp(24px, 1.56vw, 30px);
  color: #555555;
  padding-left: clamp(24px, 1.67vw, 28px);
}
.aviation-wrapper .sec3 .fireproof {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  --fireproof-gap: clamp(24px, 2.19vw, 42px);
  gap: var(--fireproof-gap);
}
.aviation-wrapper .sec3 .fireproof .img-box {
  width: calc(33.3% - var(--fireproof-gap) * 2 / 3);
  aspect-ratio: 3.81/2.7;
  min-width: 0;
  min-height: 0;
  position: relative;
}
@media (max-width: 768px) {
  .aviation-wrapper .sec3 .fireproof .img-box {
    width: 100%;
    max-width: 420px;
  }
}
.aviation-wrapper .sec3 .fireproof .img-box::after {
  content: "";
  position: absolute;
  left: 100%;
  top: 50%;
  transform: translate(-20%, -50%);
  width: 3.54vw;
  aspect-ratio: 1.45/1.12;
  background-image: url("../images/icons/arrow_right_green_whiteBorder.png");
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 2;
}
@media (max-width: 768px) {
  .aviation-wrapper .sec3 .fireproof .img-box::after {
    left: 50%;
    top: auto;
    bottom: 0;
    aspect-ratio: 1.12/1.45;
    background-image: url("../images/icons/arrow_down_green_whiteBorder.png");
    transform: translate(-50%, 80%);
    width: 11.7vw;
    max-width: 46px;
  }
}
.aviation-wrapper .sec3 .fireproof .img-box:nth-last-child(1)::after {
  display: none;
}
.aviation-wrapper .sec3 .fireproof .img-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media (max-width: 768px) {
  .aviation-wrapper .sec3 .fireproof {
    flex-direction: column;
  }
}
.aviation-wrapper .sec4 {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  background-color: #F7F7F7;
  gap: clamp(24px, 3.13vw, 60px);
}
@media (max-width: 990px) {
  .aviation-wrapper .sec4 {
    flex-direction: column;
    align-items: center;
  }
}
.aviation-wrapper .sec4 .left {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  gap: var(--vertical-gap);
}
.aviation-wrapper .sec4 .left .for-layout {
  opacity: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
}
@media (max-width: 990px) {
  .aviation-wrapper .sec4 .left .for-layout {
    display: none;
  }
}
.aviation-wrapper .sec4 .img-box {
  width: 34.38vw;
  min-width: 0;
  min-height: 0;
  max-width: 660px;
  aspect-ratio: 6.6/3.29;
}
@media (max-width: 990px) {
  .aviation-wrapper .sec4 .img-box {
    width: 100%;
    max-width: 420px;
  }
}
.aviation-wrapper .sec4 .img-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.aviation-wrapper .sec5 {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: var(--vertical-gap);
}
.aviation-wrapper .sec5 .skill-cards-box {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  --skill-card-gap: clamp(24px, 1.88vw, 36px);
  gap: var(--skill-card-gap);
  position: relative;
  flex-wrap: wrap;
}
@media (max-width: 990px) {
  .aviation-wrapper .sec5 .skill-cards-box {
    padding-bottom: var(--sec-vertical-padding);
  }
}
@media (max-width: 480px) {
  .aviation-wrapper .sec5 .skill-cards-box {
    flex-direction: column;
    align-items: center;
  }
}
.aviation-wrapper .sec5 .skill-cards-box .deco-pic {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 75.99vw;
  max-width: 1459px;
  transform: translate(-5%, var(--skill-card-gap));
  z-index: -1;
}
@media (max-width: 990px) {
  .aviation-wrapper .sec5 .skill-cards-box .deco-pic {
    display: none;
  }
}
.aviation-wrapper .sec5 .skill-cards-box .deco-green-square.mobile-show {
  display: none;
  position: absolute;
  width: calc(100% + var(--main-horizon-padding) * 2);
  height: 80%;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #DBEDC1;
  z-index: -1;
  transform: translateX(calc(0px - var(--main-horizon-padding)));
}
@media (max-width: 990px) {
  .aviation-wrapper .sec5 .skill-cards-box .deco-green-square.mobile-show {
    display: block;
  }
}
@media (max-width: 480px) {
  .aviation-wrapper .sec5 .skill-cards-box .deco-green-square.mobile-show {
    height: 90%;
  }
}
.aviation-wrapper .sec5 .skill-cards-box .skill-card {
  width: calc(25% - var(--skill-card-gap) * 3 / 4);
  background-color: white;
  --skill-card-padding: 20px;
  padding-bottom: var(--skill-card-padding);
}
@media (max-width: 1200px) {
  .aviation-wrapper .sec5 .skill-cards-box .skill-card {
    width: calc(50% - var(--skill-card-gap) * 1 / 2);
  }
}
@media (max-width: 480px) {
  .aviation-wrapper .sec5 .skill-cards-box .skill-card {
    width: 100%;
    max-width: 420px;
  }
}
.aviation-wrapper .sec5 .skill-cards-box .skill-card .img-box {
  width: 100%;
  aspect-ratio: 2.75/1.76;
  margin-bottom: clamp(20px, 1.25vw, 24px);
  position: relative;
}
.aviation-wrapper .sec5 .skill-cards-box .skill-card .img-box::after {
  content: "";
  position: absolute;
  inset: 0;
  box-shadow: inset 0px 0px 8px rgba(0, 0, 0, 0.25);
  pointer-events: none;
  z-index: 2;
}
.aviation-wrapper .sec5 .skill-cards-box .skill-card .img-box img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  opacity: 0.9;
}
.aviation-wrapper .sec5 .skill-cards-box .skill-card p {
  padding: 0 var(--skill-card-padding);
}
.aviation-wrapper .sec5 .skill-cards-box .skill-card p.caption {
  margin-bottom: clamp(12px, 0.83vw, 16px);
  color: var(--brand-color3);
  font-weight: 700;
  font-size: clamp(18px, 1.04vw, 20px);
}
.aviation-wrapper .sec5 .skill-cards-box .skill-card .skill-desc {
  color: var(--gray1);
  font-weight: 400;
  font-size: clamp(16px, 1.04vw, 20px);
  line-height: 24px;
}
.aviation-wrapper .sec5 .seat-exploded-view {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: var(--vertical-gap);
  margin-top: var(--vertical-gap);
}
@media (max-width: 990px) {
  .aviation-wrapper .sec5 .seat-exploded-view {
    margin-top: 0;
  }
}
.aviation-wrapper .sec5 .seat-exploded-view img {
  width: 100%;
  max-width: 1220px;
}
@media (max-width: 768px) {
  .aviation-wrapper .sec5 .seat-exploded-view img {
    align-self: center;
  }
}
@media (max-width: 768px) {
  .aviation-wrapper .sec5 .seat-exploded-view img.pc {
    display: none;
  }
}
.aviation-wrapper .sec5 .seat-exploded-view img.mobile {
  display: none;
}
@media (max-width: 768px) {
  .aviation-wrapper .sec5 .seat-exploded-view img.mobile {
    display: block;
    max-width: 420px;
  }
}
.aviation-wrapper .sec6 {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: var(--vertical-gap);
  background-color: var(--brand-color4);
}
.aviation-wrapper .sec6 .compared {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  gap: clamp(24px, 3.13vw, 60px);
}
@media (max-width: 990px) {
  .aviation-wrapper .sec6 .compared {
    justify-content: center;
  }
}
@media (max-width: 768px) {
  .aviation-wrapper .sec6 .compared {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
}
.aviation-wrapper .sec6 .compared .item {
  background-color: white;
  flex: 1;
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  --item-card-padding: clamp(32px, 4.69vw, 80px);
  padding: calc(var(--item-card-padding) / 2) var(--item-card-padding);
  box-shadow: inset 0px 0px 8px rgba(0, 0, 0, 0.25);
  gap: clamp(24px, 4.06vw, 78px);
}
@media (max-width: 990px) {
  .aviation-wrapper .sec6 .compared .item {
    max-width: 320px;
  }
}
@media (max-width: 768px) {
  .aviation-wrapper .sec6 .compared .item {
    width: 100%;
  }
}
.aviation-wrapper .sec6 .compared .item .left {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: clamp(16px, 1.04vw, 20px);
}
.aviation-wrapper .sec6 .compared .item .left p.text {
  color: #555555;
  font-weight: 500;
  font-size: clamp(18px, 1.25vw, 24px);
  line-height: 1.5;
  text-align: center;
}
.aviation-wrapper .sec6 .compared .item .left img {
  width: clamp(69px, 5.21vw, 100px);
}
.aviation-wrapper .sec6 .compared .item .img-box {
  width: clamp(84px, 8.02vw, 154px);
}
.aviation-wrapper .sec6 .compared .item .img-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

.construction-wrapper {
  width: 100%;
}
.construction-wrapper table.default {
  margin-top: clamp(10px, 0.63vw, 12px);
}
.construction-wrapper .sec1 {
  width: 100%;
}
.construction-wrapper .sec1 .best-solution {
  width: 100%;
  display: flex;
  gap: clamp(24px, 2.29vw, 44px);
}
@media (max-width: 1200px) {
  .construction-wrapper .sec1 .best-solution {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-bottom: var(--vertical-gap);
  }
}
.construction-wrapper .sec1 .best-solution .best-solution-content,
.construction-wrapper .sec1 .best-solution .img-box {
  flex: 1;
}
.construction-wrapper .sec1 .best-solution .best-solution-content {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: var(--vertical-gap);
}
@media (max-width: 1536px) {
  .construction-wrapper .sec1 .best-solution .best-solution-content .pc {
    display: none;
  }
}
.construction-wrapper .sec1 .best-solution .best-solution-content .mobile {
  display: none;
}
@media (max-width: 1536px) {
  .construction-wrapper .sec1 .best-solution .best-solution-content .mobile {
    display: block;
  }
}
.construction-wrapper .sec1 .best-solution .img-box {
  min-width: 0;
  min-height: 0;
  aspect-ratio: 6.6/3.7;
  z-index: 2;
}
@media (max-width: 1200px) {
  .construction-wrapper .sec1 .best-solution .img-box {
    align-self: center;
  }
}
.construction-wrapper .sec1 .best-solution .img-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.construction-wrapper .sec1 .fireproof-items {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: var(--vertical-gap);
  position: relative;
  padding: var(--sec-vertical-padding) 0 0;
  transform: translateY(calc(0px - var(--sec-vertical-padding) / 2));
}
@media (max-width: 1380px) {
  .construction-wrapper .sec1 .fireproof-items {
    transform: translateY(calc(0px - var(--vertical-gap)));
  }
}
@media (max-width: 1200px) {
  .construction-wrapper .sec1 .fireproof-items {
    transform: none;
  }
}
.construction-wrapper .sec1 .fireproof-items .bg-wrapper {
  width: calc(100% + 220px + var(--main-horizon-padding) * 2 + var(--pageWrapper-gap) + var(--sec-inner-horizon-padding));
  height: calc(100% + var(--sec-vertical-padding) * 1);
  position: absolute;
  inset: 0;
  background-image: url("../images/bg/建築業應用-bg1.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left center;
  z-index: -1;
  transform: translate(calc(-220px - var(--main-horizon-padding) - var(--pageWrapper-gap) - var(--sec-inner-horizon-padding)), 0);
}
@media (max-width: 990px) {
  .construction-wrapper .sec1 .fireproof-items .bg-wrapper {
    background-image: url("../images/bg/建築業應用-bg2.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: calc(100% + var(--main-horizon-padding) * 2);
    height: calc(100% + var(--sec-vertical-padding) * 1);
    transform: translate(calc(0px - var(--main-horizon-padding)), 0);
  }
}
.construction-wrapper .sec1 .fireproof-items .orange-desc {
  color: #FA990E;
  font-weight: 700;
  font-size: clamp(20px, 1.25vw, 24px);
  line-height: clamp(30px, 2.19vw, 42px);
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: clamp(16px, 1.04vw, 20px);
}
.construction-wrapper .sec1 .fireproof-items .orange-desc img {
  width: clamp(48px, 3.85vw, 74px);
}
.construction-wrapper .sec1 .fireproof-items .step-wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: clamp(24px, 2.24vw, 43px);
}
@media (max-width: 820px) {
  .construction-wrapper .sec1 .fireproof-items .step-wrapper {
    flex-wrap: wrap;
  }
}
.construction-wrapper .sec1 .fireproof-items .step-wrapper .item {
  display: flex;
  align-items: center;
}
.construction-wrapper .sec1 .fireproof-items .step-wrapper .item p.num {
  font-size: clamp(110px, 7.29vw, 140px);
  font-weight: 900;
  font-style: italic;
  font-family: "Noto Sans", sans-serif;
  color: #F5B016;
  margin-bottom: 10px;
  line-height: 1;
}
.construction-wrapper .sec1 .fireproof-items .step-wrapper .item .square {
  width: clamp(154px, 9.79vw, 188px);
  aspect-ratio: 3.2/1.76;
  background-image: url("../images/bg/bg-square.png");
  background-repeat: no-repeat;
  background-size: contain;
  color: var(--brand-color2);
  --square-size: clamp(18px, 1.25vw, 24px);
  font-size: var(--square-size);
  font-weight: 700;
  line-height: 40px;
  letter-spacing: calc(var(--square-size) * 0.03);
  display: flex;
  justify-content: center;
  align-items: center;
}
.construction-wrapper .sec2 {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: var(--vertical-gap);
  --block-horizon-gap: clamp(24px, 2.5vw, 48px);
}
.construction-wrapper .sec2 .strength {
  width: 100%;
  display: flex;
  align-items: flex-start;
  gap: var(--block-horizon-gap);
}
@media (max-width: 1200px) {
  .construction-wrapper .sec2 .strength {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
}
.construction-wrapper .sec2 .strength .left,
.construction-wrapper .sec2 .strength .img-box {
  flex: 1;
}
.construction-wrapper .sec2 .strength .left {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: var(--vertical-gap);
}
@media (max-width: 1200px) {
  .construction-wrapper .sec2 .strength .left {
    width: 100%;
  }
}
.construction-wrapper .sec2 .strength .img-box {
  min-width: 0;
  min-height: 0;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.25);
  aspect-ratio: 5/1.97;
}
@media (max-width: 1200px) {
  .construction-wrapper .sec2 .strength .img-box {
    max-width: 600px;
  }
}
.construction-wrapper .sec2 .strength .img-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center bottom;
     object-position: center bottom;
}
.construction-wrapper .sec2 .compared {
  width: 100%;
  display: flex;
  align-items: center;
  gap: var(--block-horizon-gap);
  position: relative;
  padding-bottom: var(--sec-vertical-padding);
}
@media (max-width: 1200px) {
  .construction-wrapper .sec2 .compared {
    flex-direction: column-reverse;
    padding-bottom: calc(var(--sec-vertical-padding) * 2.5);
  }
}
.construction-wrapper .sec2 .compared img.left {
  flex: 1.3;
  min-width: 0;
  min-height: 0;
  max-width: 659px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.25);
}
@media (max-width: 1200px) {
  .construction-wrapper .sec2 .compared img.left {
    width: 100%;
    max-width: 600px;
  }
}
.construction-wrapper .sec2 .compared .text {
  flex: 1;
  background-color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  padding: clamp(50px, 4.17vw, 80px) 0;
}
@media (max-width: 1200px) {
  .construction-wrapper .sec2 .compared .text {
    width: 100%;
    max-width: 600px;
  }
}
.construction-wrapper .sec2 .compared .text img {
  width: clamp(40px, 2.71vw, 52px);
}
.construction-wrapper .sec2 .compared .text p.note {
  text-align: start;
  font-weight: 500;
  font-size: clamp(16px, 1.04vw, 20px);
  line-height: clamp(24px, 1.56vw, 30px);
}
@media (max-width: 768px) {
  .construction-wrapper .sec2 .compared .text p.note {
    font-weight: 400;
  }
}
.construction-wrapper .sec2 .compared .deco-pic {
  position: absolute;
  width: 88.85vw;
  max-width: 1706px;
  right: 0;
  bottom: 0;
  transform: translate(var(--main-horizon-padding), 0);
  z-index: -1;
}
@media (max-width: 1200px) {
  .construction-wrapper .sec2 .compared .deco-pic {
    display: none;
  }
}
.construction-wrapper .sec2 .compared .deco-green-square {
  display: none;
  position: absolute;
  width: calc(100% + var(--main-horizon-padding) * 2 + 220px + var(--pageWrapper-gap));
  height: 88%;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #EDF7E0;
  background-image: url("../images/decoration/construction_1-2.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right bottom;
  z-index: -1;
  transform: translateX(calc(-220px - var(--main-horizon-padding) - var(--pageWrapper-gap)));
}
@media (max-width: 1200px) {
  .construction-wrapper .sec2 .compared .deco-green-square {
    display: block;
  }
}
@media (max-width: 990px) {
  .construction-wrapper .sec2 .compared .deco-green-square {
    width: calc(100% + var(--main-horizon-padding) * 2);
    transform: translateX(calc(0px - var(--main-horizon-padding)));
  }
}
.construction-wrapper .sec2 .application {
  width: 100%;
}
.construction-wrapper .sec2 .application ul.square-ul-default {
  margin-bottom: var(--vertical-gap);
}
.construction-wrapper .sec2 .application .items-wrapper {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  --items-wrapper-gap: 24px;
  gap: var(--items-wrapper-gap);
  flex-wrap: wrap;
}
.construction-wrapper .sec2 .application .items-wrapper .item {
  width: calc(25% - var(--items-wrapper-gap) * 3 / 4);
  border-radius: 7.2px;
  overflow: hidden;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.25);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 0;
}
@media (max-width: 1200px) {
  .construction-wrapper .sec2 .application .items-wrapper .item {
    width: calc(50% - var(--items-wrapper-gap) * 1 / 2);
  }
}
@media (max-width: 570px) {
  .construction-wrapper .sec2 .application .items-wrapper .item {
    width: 100%;
  }
}
.construction-wrapper .sec2 .application .items-wrapper .item .pic-box {
  width: 100%;
  aspect-ratio: 2.87/1.85;
  min-width: 0;
  min-height: 0;
}
.construction-wrapper .sec2 .application .items-wrapper .item .pic-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.construction-wrapper .sec2 .application .items-wrapper .item .caption {
  padding: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--brand-color2);
  font-size: clamp(18px, 1.15vw, 22px);
  font-weight: 700;
  line-height: clamp(30px, 1.77vw, 34px);
}
.construction-wrapper .sec2 .spec,
.construction-wrapper .sec2 .material {
  width: 100%;
}
.construction-wrapper .sec3 {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: var(--vertical-gap);
  --block-horizon-gap: clamp(24px, 2.5vw, 48px);
  background-image: url("../images/bg/建築業應用-bg2.jpg");
  background-repeat: repeat;
  position: relative;
}
.construction-wrapper .sec3 .bg-wrapper {
  width: calc(100% + 220px + var(--main-horizon-padding) * 2 + var(--pageWrapper-gap) + var(--sec-inner-horizon-padding));
  height: 100%;
  position: absolute;
  inset: 0;
  background-image: url("../images/bg/建築業應用-bg2.jpg");
  background-repeat: repeat;
  background-size: auto;
  background-position: 0 0;
  z-index: -1;
  transform: translate(calc(-220px - var(--main-horizon-padding) - var(--pageWrapper-gap) - var(--sec-inner-horizon-padding)), 0);
}
@media (max-width: 990px) {
  .construction-wrapper .sec3 .bg-wrapper {
    background-image: url("../images/bg/建築業應用-bg2.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: calc(100% + var(--main-horizon-padding) * 2);
    height: 100%;
    transform: translate(calc(0px - var(--main-horizon-padding)), 0);
    margin-bottom: clamp(24px, 2.5vw, 48px);
  }
}
.construction-wrapper .sec3 .banner {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.25);
}
@media (max-width: 768px) {
  .construction-wrapper .sec3 .banner {
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
  }
}
.construction-wrapper .sec3 .banner .img-box,
.construction-wrapper .sec3 .banner .right {
  flex: 1;
}
.construction-wrapper .sec3 .banner .img-box {
  aspect-ratio: 6.1/3.8;
  min-height: 0;
  min-width: 0;
}
.construction-wrapper .sec3 .banner .img-box img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.construction-wrapper .sec3 .banner .right {
  background-color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 16px;
}
@media (max-width: 480px) {
  .construction-wrapper .sec3 .banner .right {
    aspect-ratio: 6.1/3.8;
  }
}
.construction-wrapper .sec3 .banner .right p {
  font-size: clamp(16px, 1.15vw, 22px);
  font-weight: 400;
  line-height: clamp(24px, 1.72vw, 33px);
}
@media (max-width: 768px) {
  .construction-wrapper .sec3 .banner .right p.pc {
    display: none;
  }
}
.construction-wrapper .sec3 .banner .right p.mobile {
  display: none;
}
@media (max-width: 768px) {
  .construction-wrapper .sec3 .banner .right p.mobile {
    display: block;
  }
}
.construction-wrapper .sec3 .strength {
  width: 100%;
  display: flex;
  justify-content: space-between;
  gap: 3vw;
}
@media (max-width: 1200px) {
  .construction-wrapper .sec3 .strength {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 16px;
  }
}
.construction-wrapper .sec3 .strength .left {
  width: calc(33% - 1.5vw);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: var(--vertical-gap);
}
.construction-wrapper .sec3 .strength .left .top {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: clamp(8px, 0.63vw, 12px);
}
@media (max-width: 1200px) {
  .construction-wrapper .sec3 .strength .left {
    width: 100%;
  }
}
.construction-wrapper .sec3 .strength .right {
  width: calc(66% - 1.5vw);
  display: flex;
  align-items: flex-start;
  --card-gap: clamp(24px, 2.08vw, 40px);
  gap: var(--card-gap);
}
@media (max-width: 1200px) {
  .construction-wrapper .sec3 .strength .right {
    width: 100%;
  }
}
@media (max-width: 570px) {
  .construction-wrapper .sec3 .strength .right {
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
  }
}
.construction-wrapper .sec3 .strength .right .item {
  width: calc(50% - var(--card-gap) / 2);
  min-width: 0;
  min-height: 0;
  aspect-ratio: 3.2/4.5;
  position: relative;
}
.construction-wrapper .sec3 .strength .right .item:nth-child(1) {
  margin-top: 12%;
}
@media (max-width: 1200px) {
  .construction-wrapper .sec3 .strength .right .item:nth-child(1) {
    margin-top: 0;
  }
}
@media (max-width: 570px) {
  .construction-wrapper .sec3 .strength .right .item {
    width: 100%;
  }
}
.construction-wrapper .sec3 .strength .right .item img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.construction-wrapper .sec3 .strength .right .item::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  inset: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
  display: inline-block;
  background-image: linear-gradient(to top, black 0%, rgba(0, 0, 0, 0) 50%);
}
.construction-wrapper .sec3 .strength .right .item p.caption {
  position: absolute;
  --absolute-offset: clamp(16px, 1.15vw, 22px);
  --font-size: clamp(18px, 1.15vw, 22px);
  left: var(--absolute-offset);
  bottom: var(--absolute-offset);
  font-size: var(--font-size);
  font-weight: 700;
  line-height: 34px;
  color: white;
}
.construction-wrapper .sec3 .spec,
.construction-wrapper .sec3 .material {
  width: 100%;
}
.construction-wrapper .sec4 {
  width: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: var(--vertical-gap);
  --block-horizon-gap: clamp(24px, 2.5vw, 48px);
}
.construction-wrapper .sec4 .banner {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  gap: var(--vertical-gap);
  padding-bottom: calc(var(--vertical-gap) * 1.5);
}
@media (max-width: 990px) {
  .construction-wrapper .sec4 .banner {
    flex-direction: column;
    padding-bottom: var(--vertical-gap);
  }
}
.construction-wrapper .sec4 .banner .left-wrapper {
  width: 55.87%;
  min-width: 0;
  min-height: 0;
  aspect-ratio: 6.8/4.3;
  position: relative;
}
@media (max-width: 990px) {
  .construction-wrapper .sec4 .banner .left-wrapper {
    width: 100%;
    max-width: 600px;
  }
}
.construction-wrapper .sec4 .banner .left-wrapper .img-box {
  width: 100%;
  height: 100%;
}
.construction-wrapper .sec4 .banner .left-wrapper .img-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.construction-wrapper .sec4 .banner .left-wrapper .deco-logo {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(0, 50%);
  width: 37.16vw;
  max-width: 713.52px;
  z-index: 2;
}
@media (max-width: 990px) {
  .construction-wrapper .sec4 .banner .left-wrapper .deco-logo {
    display: none;
  }
}
.construction-wrapper .sec4 .banner .card {
  width: 49.26%;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -55%);
  z-index: 2;
  background-color: white;
  padding: clamp(40px, 4.17vw, 80px);
  font-weight: 400;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 990px) {
  .construction-wrapper .sec4 .banner .card {
    position: relative;
    transform: none;
    width: 100%;
    max-width: 600px;
  }
}
.construction-wrapper .sec4 .banner .card .note {
  text-align: start;
  font-size: clamp(16px, 1.15vw, 22px);
  line-height: clamp(24px, 1.72vw, 33px);
}
.construction-wrapper .sec4 .banner .card .note .orange-text {
  font-size: clamp(20px, 1.15vw, 22px);
  line-height: clamp(30px, 1.72vw, 33px);
}
@media (max-width: 768px) {
  .construction-wrapper .sec4 .banner .card .note .orange-text {
    margin-top: 12px;
    display: inline-block;
  }
}
.construction-wrapper .sec4 .banner .deco-pic {
  position: absolute;
  width: 88.85vw;
  max-width: 1706px;
  right: 0;
  bottom: 0;
  transform: translate(var(--main-horizon-padding), 0);
  z-index: -1;
}
@media (max-width: 1200px) {
  .construction-wrapper .sec4 .banner .deco-pic {
    display: none;
  }
}
.construction-wrapper .sec4 .banner .deco-green-square {
  display: none;
  position: absolute;
  width: calc(100% + var(--main-horizon-padding) * 2 + 220px + var(--pageWrapper-gap));
  height: 74%;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #EDF7E0;
  z-index: -1;
  transform: translateX(calc(-220px - var(--main-horizon-padding) - var(--pageWrapper-gap)));
}
@media (max-width: 1200px) {
  .construction-wrapper .sec4 .banner .deco-green-square {
    display: block;
  }
}
@media (max-width: 990px) {
  .construction-wrapper .sec4 .banner .deco-green-square {
    width: calc(100% + var(--main-horizon-padding) * 2);
    transform: translateX(calc(0px - var(--main-horizon-padding)));
  }
}
.construction-wrapper .sec4 .strength {
  width: 100%;
  display: flex;
  justify-content: space-between;
  gap: 3vw;
  padding-top: var(--vertical-gap);
}
@media (max-width: 1200px) {
  .construction-wrapper .sec4 .strength {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 16px;
    padding-top: none;
  }
}
.construction-wrapper .sec4 .strength .left {
  width: calc(33% - 1.5vw);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: var(--vertical-gap);
}
.construction-wrapper .sec4 .strength .left .top {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: clamp(8px, 0.63vw, 12px);
}
@media (max-width: 1200px) {
  .construction-wrapper .sec4 .strength .left {
    width: 100%;
  }
}
.construction-wrapper .sec4 .strength .right {
  width: calc(66% - 1.5vw);
  display: flex;
  align-items: flex-start;
  --card-gap: clamp(24px, 2.08vw, 40px);
  gap: var(--card-gap);
}
@media (max-width: 1200px) {
  .construction-wrapper .sec4 .strength .right {
    width: 100%;
  }
}
@media (max-width: 570px) {
  .construction-wrapper .sec4 .strength .right {
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
  }
}
.construction-wrapper .sec4 .strength .right .item {
  width: calc(50% - var(--card-gap) / 2);
  min-width: 0;
  min-height: 0;
  aspect-ratio: 3.2/2.4;
  position: relative;
}
.construction-wrapper .sec4 .strength .right .item:nth-child(1) {
  margin-top: 12%;
}
@media (max-width: 1200px) {
  .construction-wrapper .sec4 .strength .right .item:nth-child(1) {
    margin-top: 0;
  }
}
@media (max-width: 570px) {
  .construction-wrapper .sec4 .strength .right .item {
    width: 100%;
  }
}
.construction-wrapper .sec4 .strength .right .item img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.construction-wrapper .sec4 .strength .right .item::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  inset: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
  display: inline-block;
  background-image: linear-gradient(to top, black 0%, rgba(0, 0, 0, 0) 50%);
}
.construction-wrapper .sec4 .strength .right .item p.caption {
  position: absolute;
  --absolute-offset: clamp(16px, 1.15vw, 22px);
  --font-size: clamp(18px, 1.15vw, 22px);
  left: var(--absolute-offset);
  bottom: var(--absolute-offset);
  font-size: var(--font-size);
  font-weight: 700;
  line-height: 34px;
  color: white;
}
.construction-wrapper .sec4 .custom-seperate {
  width: 100%;
}
.construction-wrapper .sec4 .custom-seperate img {
  width: 100%;
  max-width: 100%;
}
@media (max-width: 768px) {
  .construction-wrapper .sec4 .custom-seperate img.pc {
    display: none;
  }
}
.construction-wrapper .sec4 .custom-seperate img.mobile {
  display: none;
}
@media (max-width: 768px) {
  .construction-wrapper .sec4 .custom-seperate img.mobile {
    display: block;
  }
}
.construction-wrapper .sec4 .strength-2 {
  width: 100%;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  gap: 3vw;
  position: relative;
  padding-top: var(--vertical-gap);
}
@media (max-width: 1200px) {
  .construction-wrapper .sec4 .strength-2 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 16px;
    padding-top: none;
    padding-bottom: calc(var(--vertical-gap) * 1);
  }
}
.construction-wrapper .sec4 .strength-2 .left {
  width: calc(33% - 1.5vw);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: var(--vertical-gap);
}
.construction-wrapper .sec4 .strength-2 .left .top {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: clamp(8px, 0.63vw, 12px);
}
.construction-wrapper .sec4 .strength-2 .left .bottom-ul {
  margin-top: auto;
  position: relative;
  padding: calc(var(--vertical-gap) * 2) 0;
}
@media (max-width: 1200px) {
  .construction-wrapper .sec4 .strength-2 .left .bottom-ul {
    padding: 0;
  }
}
.construction-wrapper .sec4 .strength-2 .left .bottom-ul .deco-pic {
  position: absolute;
  height: 100%;
  right: 0;
  bottom: 0;
  transform: translate(10%, 0);
  z-index: -1;
}
@media (max-width: 1200px) {
  .construction-wrapper .sec4 .strength-2 .left .bottom-ul .deco-pic {
    display: none;
  }
}
@media (max-width: 1200px) {
  .construction-wrapper .sec4 .strength-2 .left {
    width: 100%;
  }
}
.construction-wrapper .sec4 .strength-2 .right {
  width: calc(66% - 1.5vw);
  display: flex;
  align-items: flex-start;
  --card-gap: clamp(24px, 2.08vw, 40px);
  gap: var(--card-gap);
  flex-wrap: wrap;
  align-self: flex-start;
  padding-bottom: calc(var(--vertical-gap) * 1);
}
@media (max-width: 1200px) {
  .construction-wrapper .sec4 .strength-2 .right {
    width: 100%;
    align-self: auto;
  }
}
@media (max-width: 570px) {
  .construction-wrapper .sec4 .strength-2 .right {
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
  }
}
.construction-wrapper .sec4 .strength-2 .right .item {
  width: calc(50% - var(--card-gap) / 2);
  min-width: 0;
  min-height: 0;
  aspect-ratio: 3.2/2.4;
  position: relative;
}
@media (max-width: 570px) {
  .construction-wrapper .sec4 .strength-2 .right .item {
    width: 100%;
  }
}
.construction-wrapper .sec4 .strength-2 .right .item img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.construction-wrapper .sec4 .strength-2 .right .item::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  inset: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
  display: inline-block;
  background-image: linear-gradient(to top, black 0%, rgba(0, 0, 0, 0) 50%);
}
.construction-wrapper .sec4 .strength-2 .right .item p.caption {
  position: absolute;
  --absolute-offset: clamp(16px, 1.15vw, 22px);
  --font-size: clamp(18px, 1.15vw, 22px);
  left: var(--absolute-offset);
  bottom: var(--absolute-offset);
  font-size: var(--font-size);
  font-weight: 700;
  line-height: 34px;
  color: white;
}
.construction-wrapper .sec4 .strength-2 .deco-green-square {
  display: none;
  position: absolute;
  width: calc(100% + var(--main-horizon-padding) * 2 + 220px + var(--pageWrapper-gap));
  height: 45%;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #EDF7E0;
  z-index: -1;
  transform: translateX(calc(-220px - var(--main-horizon-padding) - var(--pageWrapper-gap)));
}
@media (max-width: 1200px) {
  .construction-wrapper .sec4 .strength-2 .deco-green-square {
    display: block;
  }
}
@media (max-width: 990px) {
  .construction-wrapper .sec4 .strength-2 .deco-green-square {
    width: calc(100% + var(--main-horizon-padding) * 2);
    transform: translateX(calc(0px - var(--main-horizon-padding)));
  }
}
@media (max-width: 570px) {
  .construction-wrapper .sec4 .strength-2 .deco-green-square {
    height: 67%;
  }
}
.construction-wrapper .sec4 .spec {
  width: 100%;
}
.construction-wrapper .sec4 .compared {
  width: 100%;
}
.construction-wrapper .sec4 .applocation {
  width: 100%;
}
.construction-wrapper .sec4 .applocation .items-wrapper {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  --items-wrapper-gap: 24px;
  gap: var(--items-wrapper-gap);
  flex-wrap: wrap;
  margin-top: clamp(10px, 0.63vw, 12px);
}
.construction-wrapper .sec4 .applocation .items-wrapper .item {
  width: calc(25% - var(--items-wrapper-gap) * 3 / 4);
  border-radius: 7.2px;
  overflow: hidden;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.25);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 0;
}
@media (max-width: 1200px) {
  .construction-wrapper .sec4 .applocation .items-wrapper .item {
    width: calc(50% - var(--items-wrapper-gap) * 1 / 2);
  }
}
@media (max-width: 570px) {
  .construction-wrapper .sec4 .applocation .items-wrapper .item {
    width: 100%;
  }
}
.construction-wrapper .sec4 .applocation .items-wrapper .item .pic-box {
  width: 100%;
  aspect-ratio: 2.87/1.85;
  min-width: 0;
  min-height: 0;
}
.construction-wrapper .sec4 .applocation .items-wrapper .item .pic-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.construction-wrapper .sec4 .applocation .items-wrapper .item .caption {
  padding: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--brand-color2);
  font-size: clamp(18px, 1.15vw, 22px);
  font-weight: 700;
  line-height: clamp(30px, 1.77vw, 34px);
}
.construction-wrapper .sec4 .combination {
  width: 100%;
}
.construction-wrapper .sec5 {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: var(--vertical-gap);
  --block-horizon-gap: clamp(24px, 2.5vw, 48px);
  background-image: url("../images/bg/建築業應用-bg2.jpg");
  background-repeat: repeat;
  position: relative;
}
.construction-wrapper .sec5 .bg-wrapper {
  width: calc(100% + 220px + var(--main-horizon-padding) * 2 + var(--pageWrapper-gap));
  height: 100%;
  position: absolute;
  inset: 0;
  background-image: url("../images/bg/建築業應用-bg2.jpg");
  background-repeat: repeat;
  background-size: auto;
  background-position: 0 0;
  z-index: -1;
  transform: translate(calc(-220px - var(--main-horizon-padding) - var(--pageWrapper-gap)), 0);
}
.construction-wrapper .sec5 .strength {
  width: 100%;
  display: flex;
  justify-content: space-between;
  gap: 3vw;
}
@media (max-width: 1200px) {
  .construction-wrapper .sec5 .strength {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 16px;
  }
}
.construction-wrapper .sec5 .strength .left {
  width: calc(50% - 1.5vw);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: var(--vertical-gap);
}
@media (max-width: 990px) {
  .construction-wrapper .sec5 .strength .left .desc.pc {
    display: none;
  }
}
.construction-wrapper .sec5 .strength .left .desc.mobile {
  display: none;
}
@media (max-width: 990px) {
  .construction-wrapper .sec5 .strength .left .desc.mobile {
    display: block;
  }
}
.construction-wrapper .sec5 .strength .left .top {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: clamp(8px, 0.63vw, 12px);
}
@media (max-width: 1200px) {
  .construction-wrapper .sec5 .strength .left {
    width: 100%;
  }
}
.construction-wrapper .sec5 .strength .right {
  width: calc(50% - 1.5vw);
  display: flex;
  align-items: flex-start;
  gap: 3vw;
}
@media (max-width: 1200px) {
  .construction-wrapper .sec5 .strength .right {
    width: 100%;
  }
}
.construction-wrapper .sec5 .strength .right img {
  width: 100%;
  max-width: 100%;
}
.construction-wrapper .sec5 .spec,
.construction-wrapper .sec5 .compared {
  width: 100%;
}
.construction-wrapper .contact {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  --block-horizon-gap: clamp(24px, 2.5vw, 48px);
  gap: var(--block-horizon-gap);
  position: relative;
  padding-bottom: calc(var(--sec-vertical-padding) * 2);
}
@media (max-width: 1200px) {
  .construction-wrapper .contact {
    flex-direction: column;
  }
}
.construction-wrapper .contact .left,
.construction-wrapper .contact .img-box {
  width: calc(50% - var(--block-horizon-gap) / 2);
}
@media (max-width: 1200px) {
  .construction-wrapper .contact .left,
  .construction-wrapper .contact .img-box {
    width: 100%;
  }
}
.construction-wrapper .contact .left {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: var(--vertical-gap);
}
.construction-wrapper .contact .left h3.with-en {
  display: flex;
  justify-content: flex-start;
  align-items: baseline;
}
.construction-wrapper .contact .left h3.with-en .title {
  color: var(--brand-color2);
  font-weight: 700;
  --title-font-size: clamp(28px, 20.8vw, 40px);
  font-size: var(--title-font-size);
  line-height: var(--title-font-size);
  letter-spacing: calc(var(--title-font-size) * 0.03);
  white-space: nowrap;
  word-break: keep-all;
}
@media (max-width: 768px) {
  .construction-wrapper .contact .left h3.with-en .title {
    letter-spacing: calc(var(--title-font-size) * 0.05);
  }
}
.construction-wrapper .contact .left h3.with-en .en-subtitle {
  font-family: "Noto Sans", sans-serif;
  font-weight: 900;
  font-style: italic;
  font-size: clamp(50px, 3.64vw, 70px);
  color: #EDF7E0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 8px;
  transform: translate(-10%, -10.6%);
  z-index: -1;
  white-space: nowrap;
  word-break: keep-all;
}
@media (max-width: 768px) {
  .construction-wrapper .contact .left h3.with-en .en-subtitle {
    flex-direction: column;
    align-items: flex-end;
    transform: translate(-44%, -16%);
    gap: 0;
    line-height: 1;
  }
}
@media (max-width: 990px) {
  .construction-wrapper .contact .left h3.with-en {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .construction-wrapper .contact .left h3.with-en {
    margin-top: var(--sec-vertical-padding);
  }
}
.construction-wrapper .contact .left .mid {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 24px;
}
.construction-wrapper .contact .left .mid .desc-bold {
  color: #555555;
  font-weight: 700;
  font-size: clamp(20px, 1.15vw, 22px);
  font-weight: clamp(30px, 1.88vw, 36px);
}
.construction-wrapper .contact .left .mid .ul-box {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  gap: 20px;
}
.construction-wrapper .contact .left .mid .ul-box .green-line {
  display: inline-block;
  width: 6px;
  background-color: #8CC53E;
}
.construction-wrapper .contact .left .mid .ul-box ul.ul-contact {
  flex: 1;
  list-style-type: none;
  display: flex;
  flex-direction: column;
}
.construction-wrapper .contact .left .mid .ul-box ul.ul-contact li {
  --contact-li-size: clamp(16px, 0.94vw, 18px);
  font-size: var(--contact-li-size);
  font-weight: 400;
  line-height: clamp(24px, 1.56vw, 30px);
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 8px;
}
.construction-wrapper .contact .left .mid .ul-box ul.ul-contact li a {
  text-decoration: none;
  color: black;
}
@media (max-width: 768px) {
  .construction-wrapper .contact .left .mid .ul-box ul.ul-contact li {
    letter-spacing: calc(var(--contact-li-size) * 0.04);
  }
}
.construction-wrapper .contact .img-box {
  min-height: 0;
  min-height: 0;
  aspect-ratio: 6/4;
}
.construction-wrapper .contact .img-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media (max-width: 1200px) {
  .construction-wrapper .contact .img-box {
    max-width: 600px;
    align-self: center;
  }
}
.construction-wrapper .contact .deco-pic {
  position: absolute;
  width: 88.85vw;
  max-width: 1706px;
  right: 0;
  bottom: 0;
  transform: translate(var(--main-horizon-padding), 0);
  z-index: -1;
}
@media (max-width: 1200px) {
  .construction-wrapper .contact .deco-pic {
    display: none;
  }
}
.construction-wrapper .contact .deco-green-square {
  display: none;
  position: absolute;
  width: calc(100% + var(--main-horizon-padding) * 2 + 220px + var(--pageWrapper-gap));
  height: 34%;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #EDF7E0;
  z-index: -1;
  transform: translateX(calc(-220px - var(--main-horizon-padding) - var(--pageWrapper-gap)));
}
@media (max-width: 1200px) {
  .construction-wrapper .contact .deco-green-square {
    display: block;
  }
}
@media (max-width: 990px) {
  .construction-wrapper .contact .deco-green-square {
    width: calc(100% + var(--main-horizon-padding) * 2);
    transform: translateX(calc(0px - var(--main-horizon-padding)));
  }
}

.electronic-wrapper {
  width: 100%;
}
.electronic-wrapper table.default {
  margin-top: clamp(10px, 0.63vw, 12px);
}
.electronic-wrapper .sec1 {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  --block-horizon-gap: clamp(24px, 2.5vw, 48px);
  gap: var(--block-horizon-gap);
  position: relative;
}
@media (max-width: 1200px) {
  .electronic-wrapper .sec1 {
    flex-direction: column;
    align-items: center;
  }
}
.electronic-wrapper .sec1 .left {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: var(--vertical-gap);
  width: 100%;
}
.electronic-wrapper .sec1 .img-box {
  width: 37%;
  min-width: 0;
  min-height: 0;
  aspect-ratio: 4.5/3;
}
@media (max-width: 1200px) {
  .electronic-wrapper .sec1 .img-box {
    width: 100%;
    max-width: 600px;
  }
}
.electronic-wrapper .sec1 .img-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.electronic-wrapper .sec2 {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  --block-horizon-gap: clamp(24px, 2.5vw, 48px);
  gap: var(--vertical-gap);
  position: relative;
}
.electronic-wrapper .sec2 .content {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: var(--block-horizon-gap);
}
@media (max-width: 1200px) {
  .electronic-wrapper .sec2 .content {
    flex-direction: column;
    align-items: center;
  }
}
.electronic-wrapper .sec2 .content .left {
  flex: 1;
}
@media (max-width: 1200px) {
  .electronic-wrapper .sec2 .content .left {
    width: 100%;
  }
}
.electronic-wrapper .sec2 .content .right {
  width: 55%;
  display: flex;
  align-items: flex-start;
  --card-gap: clamp(24px, 2.08vw, 40px);
  gap: var(--card-gap);
}
@media (max-width: 1200px) {
  .electronic-wrapper .sec2 .content .right {
    width: 100%;
  }
}
@media (max-width: 570px) {
  .electronic-wrapper .sec2 .content .right {
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
  }
}
.electronic-wrapper .sec2 .content .right .item {
  width: calc(50% - var(--card-gap) / 2);
  min-width: 0;
  min-height: 0;
  aspect-ratio: 3.2/2.4;
  position: relative;
}
@media (max-width: 570px) {
  .electronic-wrapper .sec2 .content .right .item {
    width: 100%;
  }
}
.electronic-wrapper .sec2 .content .right .item img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.electronic-wrapper .sec2 .content .right .item::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  inset: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
  display: inline-block;
  background-image: linear-gradient(to top, black 0%, rgba(0, 0, 0, 0) 50%);
}
.electronic-wrapper .sec2 .content .right .item p.caption {
  position: absolute;
  --absolute-offset: clamp(16px, 1.15vw, 22px);
  --font-size: clamp(18px, 1.15vw, 22px);
  left: var(--absolute-offset);
  bottom: var(--absolute-offset);
  font-size: var(--font-size);
  font-weight: 700;
  line-height: 34px;
  color: white;
}
.electronic-wrapper .sec2 .deco-pic {
  position: absolute;
  height: 100%;
  right: 0;
  bottom: 0;
  transform: translate(var(--main-horizon-padding), 0);
  z-index: -1;
}
@media (max-width: 1200px) {
  .electronic-wrapper .sec2 .deco-pic {
    display: none;
  }
}
.electronic-wrapper .sec2 .deco-green-square {
  display: none;
  position: absolute;
  width: calc(100% + var(--main-horizon-padding) * 2 + 220px + var(--pageWrapper-gap));
  height: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #EDF7E0;
  z-index: -1;
  transform: translateX(calc(-220px - var(--main-horizon-padding) - var(--pageWrapper-gap)));
}
@media (max-width: 1200px) {
  .electronic-wrapper .sec2 .deco-green-square {
    display: block;
  }
}
@media (max-width: 990px) {
  .electronic-wrapper .sec2 .deco-green-square {
    width: calc(100% + var(--main-horizon-padding) * 2);
    transform: translateX(calc(0px - var(--main-horizon-padding)));
  }
}
.electronic-wrapper .sec3 {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: var(--vertical-gap);
  position: relative;
}
.electronic-wrapper .sec3 .items-container {
  width: 100%;
  display: flex;
  --container-gap: clamp(30px, 2.19vw, 42px);
  justify-content: center;
  align-items: center;
  gap: var(--container-gap);
  flex-wrap: wrap;
}
@media (max-width: 1380px) {
  .electronic-wrapper .sec3 .items-container {
    width: 86%;
    align-self: center;
  }
}
@media (max-width: 768px) {
  .electronic-wrapper .sec3 .items-container {
    width: 100%;
  }
}
@media (max-width: 570px) {
  .electronic-wrapper .sec3 .items-container {
    flex-direction: column;
    justify-content: flex-start;
  }
}
.electronic-wrapper .sec3 .items-container .item {
  width: calc(25% - var(--container-gap) * 3 / 4);
  min-height: 0;
  aspect-ratio: 1/1;
  position: relative;
}
@media (max-width: 1380px) {
  .electronic-wrapper .sec3 .items-container .item {
    width: calc(50% - var(--container-gap) * 2 / 1);
    max-width: 275px;
  }
}
@media (max-width: 768px) {
  .electronic-wrapper .sec3 .items-container .item {
    width: 100%;
  }
}
.electronic-wrapper .sec3 .items-container .item .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
  background-image: url("../images/bg/電子業應用-抗靜電泡綿.png");
  background-repeat: no-repeat;
  background-size: contain;
}
.electronic-wrapper .sec3 .items-container .item .text-wrapper {
  width: 87%;
  height: 87%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  border-radius: 9999px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.electronic-wrapper .sec3 .items-container .item .text-wrapper .number {
  color: #F5B016;
  font-family: "Noto Sans", sans-serif;
  font-style: italic;
  --number-font-size: clamp(40px, 2.71vw, 52px);
  font-size: var(--number-font-size);
  line-height: 1.2;
  font-weight: 900;
  letter-spacing: calc(var(--number-font-size) * 0.05);
}
.electronic-wrapper .sec3 .items-container .item .text-wrapper p.text {
  color: #555555;
  text-align: center;
  font-weight: 700;
  font-size: clamp(18px, 1.04vw, 20px);
  line-height: 30px;
}
.electronic-wrapper .sec4 {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  --block-horizon-gap: clamp(24px, 2.5vw, 48px);
  gap: var(--vertical-gap);
  position: relative;
}
.electronic-wrapper .sec4 .content {
  width: 100%;
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-start;
  align-items: center;
  gap: var(--block-horizon-gap);
}
@media (max-width: 1200px) {
  .electronic-wrapper .sec4 .content {
    flex-direction: column;
    align-items: center;
  }
}
.electronic-wrapper .sec4 .content .left {
  flex: 1;
}
@media (max-width: 1200px) {
  .electronic-wrapper .sec4 .content .left {
    width: 100%;
  }
}
.electronic-wrapper .sec4 .content .right {
  width: 55%;
  display: flex;
  align-items: flex-start;
  --card-gap: clamp(24px, 2.08vw, 40px);
  gap: var(--card-gap);
}
@media (max-width: 1200px) {
  .electronic-wrapper .sec4 .content .right {
    width: 100%;
  }
}
@media (max-width: 570px) {
  .electronic-wrapper .sec4 .content .right {
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
  }
}
.electronic-wrapper .sec4 .content .right .item {
  width: calc(50% - var(--card-gap) / 2);
  min-width: 0;
  min-height: 0;
  aspect-ratio: 3.2/2.4;
  position: relative;
}
@media (max-width: 570px) {
  .electronic-wrapper .sec4 .content .right .item {
    width: 100%;
  }
}
.electronic-wrapper .sec4 .content .right .item img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.electronic-wrapper .sec4 .content .right .item::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  inset: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
  display: inline-block;
  background-image: linear-gradient(to top, black 0%, rgba(0, 0, 0, 0) 50%);
}
.electronic-wrapper .sec4 .content .right .item p.caption {
  position: absolute;
  --absolute-offset: clamp(16px, 1.15vw, 22px);
  --font-size: clamp(18px, 1.15vw, 22px);
  left: var(--absolute-offset);
  bottom: var(--absolute-offset);
  font-size: var(--font-size);
  font-weight: 700;
  line-height: 34px;
  color: white;
}
.electronic-wrapper .sec4 .deco-pic {
  position: absolute;
  height: 100%;
  left: 0;
  bottom: 0;
  transform: translate(calc(0px - var(--main-horizon-padding) - 220px - var(--pageWrapper-gap) - 40px), 0);
  z-index: -1;
}
@media (max-width: 1200px) {
  .electronic-wrapper .sec4 .deco-pic {
    display: none;
  }
}
.electronic-wrapper .sec4 .deco-green-square {
  display: none;
  position: absolute;
  width: calc(100% + var(--main-horizon-padding) * 2 + 220px + var(--pageWrapper-gap));
  height: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #EDF7E0;
  z-index: -1;
  transform: translateX(calc(-220px - var(--main-horizon-padding) - var(--pageWrapper-gap)));
}
@media (max-width: 1200px) {
  .electronic-wrapper .sec4 .deco-green-square {
    display: block;
  }
}
@media (max-width: 990px) {
  .electronic-wrapper .sec4 .deco-green-square {
    width: calc(100% + var(--main-horizon-padding) * 2);
    transform: translateX(calc(0px - var(--main-horizon-padding)));
  }
}
.electronic-wrapper .contact {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  --block-horizon-gap: clamp(24px, 2.5vw, 48px);
  gap: var(--block-horizon-gap);
  position: relative;
  padding-bottom: calc(var(--sec-vertical-padding) * 2);
}
@media (max-width: 1200px) {
  .electronic-wrapper .contact {
    flex-direction: column;
  }
}
.electronic-wrapper .contact .left,
.electronic-wrapper .contact .img-box {
  width: calc(50% - var(--block-horizon-gap) / 2);
}
@media (max-width: 1200px) {
  .electronic-wrapper .contact .left,
  .electronic-wrapper .contact .img-box {
    width: 100%;
  }
}
.electronic-wrapper .contact .left {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: var(--vertical-gap);
}
.electronic-wrapper .contact .left h3.with-en {
  display: flex;
  justify-content: flex-start;
  align-items: baseline;
}
.electronic-wrapper .contact .left h3.with-en .title {
  color: var(--brand-color2);
  font-weight: 700;
  --title-font-size: clamp(28px, 20.8vw, 40px);
  font-size: var(--title-font-size);
  line-height: var(--title-font-size);
  letter-spacing: calc(var(--title-font-size) * 0.03);
  white-space: nowrap;
  word-break: keep-all;
}
@media (max-width: 768px) {
  .electronic-wrapper .contact .left h3.with-en .title {
    letter-spacing: calc(var(--title-font-size) * 0.05);
  }
}
.electronic-wrapper .contact .left h3.with-en .en-subtitle {
  font-family: "Noto Sans", sans-serif;
  font-weight: 900;
  font-style: italic;
  font-size: clamp(50px, 3.64vw, 70px);
  color: #EDF7E0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 8px;
  transform: translate(-10%, -10.6%);
  z-index: -1;
  white-space: nowrap;
  word-break: keep-all;
}
@media (max-width: 768px) {
  .electronic-wrapper .contact .left h3.with-en .en-subtitle {
    flex-direction: column;
    align-items: flex-end;
    transform: translate(-44%, -16%);
    gap: 0;
    line-height: 1;
  }
}
@media (max-width: 990px) {
  .electronic-wrapper .contact .left h3.with-en {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .electronic-wrapper .contact .left h3.with-en {
    margin-top: var(--sec-vertical-padding);
  }
}
.electronic-wrapper .contact .left .mid {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 24px;
}
.electronic-wrapper .contact .left .mid .desc-bold {
  color: #555555;
  font-weight: 700;
  font-size: clamp(20px, 1.15vw, 22px);
  font-weight: clamp(30px, 1.88vw, 36px);
}
.electronic-wrapper .contact .left .mid .ul-box {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  gap: 20px;
}
.electronic-wrapper .contact .left .mid .ul-box .green-line {
  display: inline-block;
  width: 6px;
  background-color: #8CC53E;
}
.electronic-wrapper .contact .left .mid .ul-box ul.ul-contact {
  flex: 1;
  list-style-type: none;
  display: flex;
  flex-direction: column;
}
.electronic-wrapper .contact .left .mid .ul-box ul.ul-contact li {
  --contact-li-size: clamp(16px, 0.94vw, 18px);
  font-size: var(--contact-li-size);
  font-weight: 400;
  line-height: clamp(24px, 1.56vw, 30px);
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 8px;
}
.electronic-wrapper .contact .left .mid .ul-box ul.ul-contact li a {
  text-decoration: none;
  color: black;
}
@media (max-width: 768px) {
  .electronic-wrapper .contact .left .mid .ul-box ul.ul-contact li {
    letter-spacing: calc(var(--contact-li-size) * 0.04);
  }
}
.electronic-wrapper .contact .img-box {
  min-height: 0;
  min-height: 0;
  aspect-ratio: 6/4;
}
.electronic-wrapper .contact .img-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media (max-width: 1200px) {
  .electronic-wrapper .contact .img-box {
    max-width: 600px;
    align-self: center;
  }
}
.electronic-wrapper .contact .deco-pic {
  position: absolute;
  width: 88.85vw;
  max-width: 1706px;
  right: 0;
  bottom: 0;
  transform: translate(var(--main-horizon-padding), 0);
  z-index: -1;
}
@media (max-width: 1200px) {
  .electronic-wrapper .contact .deco-pic {
    display: none;
  }
}
.electronic-wrapper .contact .deco-green-square {
  display: none;
  position: absolute;
  width: calc(100% + var(--main-horizon-padding) * 2 + 220px + var(--pageWrapper-gap));
  height: 34%;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #EDF7E0;
  z-index: -1;
  transform: translateX(calc(-220px - var(--main-horizon-padding) - var(--pageWrapper-gap)));
}
@media (max-width: 1200px) {
  .electronic-wrapper .contact .deco-green-square {
    display: block;
  }
}
@media (max-width: 990px) {
  .electronic-wrapper .contact .deco-green-square {
    width: calc(100% + var(--main-horizon-padding) * 2);
    transform: translateX(calc(0px - var(--main-horizon-padding)));
  }
}

.foam-business-wrapper,
.search-wrapper {
  width: 100%;
}
.foam-business-wrapper section,
.search-wrapper section {
  width: 100%;
  flex-direction: column;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: var(--vertical-gap);
}
.foam-business-wrapper section h3.keyword,
.search-wrapper section h3.keyword {
  color: var(--brand-color2);
  font-weight: 700;
  font-size: clamp(20px, 1.25vw, 24px);
  line-height: 36px;
}
.foam-business-wrapper section .product-cards-wrapper,
.search-wrapper section .product-cards-wrapper {
  width: 100%;
  --card-flex-gap: clamp(24px, 2.08vw, 40px);
  gap: var(--card-flex-gap);
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
}
.foam-business-wrapper section .product-cards-wrapper .product-card,
.search-wrapper section .product-cards-wrapper .product-card {
  width: calc(25% - var(--card-flex-gap) * 3 / 4);
  border-radius: 7.2px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.25);
  overflow: hidden;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}
@media (max-width: 1200px) {
  .foam-business-wrapper section .product-cards-wrapper .product-card,
  .search-wrapper section .product-cards-wrapper .product-card {
    width: calc(33% - var(--card-flex-gap) * 2 / 3);
  }
}
@media (max-width: 768px) {
  .foam-business-wrapper section .product-cards-wrapper .product-card,
  .search-wrapper section .product-cards-wrapper .product-card {
    width: calc(50% - var(--card-flex-gap) * 1 / 2);
  }
}
@media (max-width: 480px) {
  .foam-business-wrapper section .product-cards-wrapper .product-card,
  .search-wrapper section .product-cards-wrapper .product-card {
    width: 100%;
  }
}
.foam-business-wrapper section .product-cards-wrapper .product-card .img-box,
.search-wrapper section .product-cards-wrapper .product-card .img-box {
  width: 100%;
  aspect-ratio: 2.75/2.06;
  min-width: 0;
  min-height: 0;
}
.foam-business-wrapper section .product-cards-wrapper .product-card .img-box img,
.search-wrapper section .product-cards-wrapper .product-card .img-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  display: block;
}
.foam-business-wrapper section .product-cards-wrapper .product-card p.caption,
.search-wrapper section .product-cards-wrapper .product-card p.caption {
  padding: 16px;
  text-align: center;
  background-color: white;
  flex: 1;
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
  color: #474747;
}
.foam-business-wrapper section .product-cards-wrapper .product-card:hover .img-box,
.search-wrapper section .product-cards-wrapper .product-card:hover .img-box {
  filter: brightness(0.85);
}
.foam-business-wrapper section .product-cards-wrapper .product-card:hover p.caption,
.search-wrapper section .product-cards-wrapper .product-card:hover p.caption {
  color: var(--brand-color2);
}

.foam-business-detail-wrapper {
  width: 100%;
}
.foam-business-detail-wrapper section {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  padding-bottom: 0;
}
@media (max-width: 990px) {
  .foam-business-detail-wrapper section {
    align-items: center;
  }
}
.foam-business-detail-wrapper section .top {
  width: 100%;
  display: flex;
  --top-margin-bottom: clamp(48px, 3.13vw, 60px);
  margin-bottom: var(--top-margin-bottom);
  gap: 3.125vw;
}
@media (max-width: 990px) {
  .foam-business-detail-wrapper section .top {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
}
.foam-business-detail-wrapper section .top .img-box {
  width: 20.8vw;
  max-width: 400px;
  aspect-ratio: 4/3;
  min-width: 0;
  min-height: 0;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.25);
  align-self: center;
}
@media (max-width: 990px) {
  .foam-business-detail-wrapper section .top .img-box {
    width: 100%;
    max-width: 440px;
  }
}
.foam-business-detail-wrapper section .top .img-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  display: block;
}
.foam-business-detail-wrapper section .top .desc-box {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 12px;
}
@media (max-width: 990px) {
  .foam-business-detail-wrapper section .top .desc-box {
    width: 100%;
    max-width: 440px;
  }
}
.foam-business-detail-wrapper section .top .desc-box h3 {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  gap: clamp(12px, 0.63vw, 16px);
}
.foam-business-detail-wrapper section .top .desc-box h3 span.name {
  font-weight: 700;
  font-size: clamp(30px, 2.08vw, 40px);
  line-height: 1;
  color: var(--brand-color2);
  text-align: start;
  display: block;
}
.foam-business-detail-wrapper section .top .desc-box h3 .green-line {
  width: 100%;
  height: 6px;
  display: inline-block;
  background-image: linear-gradient(to right, rgb(198, 226, 159) 0%, rgba(198, 226, 159, 0) 60%);
}
.foam-business-detail-wrapper section .top .btn-box {
  display: flex;
  align-items: center;
  gap: clamp(22px, 1.25vw, 24px);
  flex-wrap: wrap;
}
.foam-business-detail-wrapper section .bottom-wrapper {
  width: 100%;
  position: relative;
  --info-box-padding: clamp(16px, 1.15vw, 22px);
}
@media (max-width: 990px) {
  .foam-business-detail-wrapper section .bottom-wrapper {
    margin-top: calc(var(--info-box-padding) * 1.5);
  }
}
.foam-business-detail-wrapper section .bottom-wrapper .deco-green-square {
  display: none;
}
@media (max-width: 990px) {
  .foam-business-detail-wrapper section .bottom-wrapper .deco-green-square {
    display: block;
    position: absolute;
    width: calc(100% + var(--main-horizon-padding) * 2);
    height: calc(100% + var(--main-padding-bottom) + var(--info-box-padding) * 3);
    left: 0;
    right: 0;
    bottom: 0;
    transform: translate(calc(0px - var(--main-horizon-padding)), var(--main-padding-bottom));
    background-color: #EDF7E0;
    z-index: -1;
  }
}
.foam-business-detail-wrapper section .bottom-wrapper .bottom {
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin: 0 auto;
}
@media (max-width: 990px) {
  .foam-business-detail-wrapper section .bottom-wrapper .bottom {
    max-width: 440px;
  }
}
.foam-business-detail-wrapper section .bottom-wrapper .bottom .info-box {
  width: 100%;
  padding: var(--info-box-padding);
  background-color: white;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.25);
  border-radius: 7.2px;
  position: relative;
}
.foam-business-detail-wrapper section .bottom-wrapper .bottom .info-box .deco-pic {
  position: absolute;
  width: 20vw;
  right: 0;
  bottom: 40%;
  transform: translate(var(--main-horizon-padding), 0%);
  z-index: -1;
}
@media (max-width: 990px) {
  .foam-business-detail-wrapper section .bottom-wrapper .bottom .info-box .deco-pic {
    display: none;
  }
}
.foam-business-detail-wrapper section .bottom-wrapper .bottom .info-box p.label {
  position: absolute;
  left: 0;
  top: 0;
  --triangle-width: 12px;
  transform: translate(calc(0px - var(--triangle-width)), -50%);
}
.foam-business-detail-wrapper section .bottom-wrapper .bottom .info-box p.label .text {
  background-color: var(--brand-color2);
  font-size: clamp(18px, 1.15vw, 22px);
  line-height: 33px;
  font-weight: 700;
  color: white;
  --label-padding: clamp(8px, 0.52vw, 10px);
  padding: var(--label-padding) calc(var(--label-padding) * 2);
  justify-content: center;
  align-items: center;
  position: relative;
  display: inline-block;
  border-radius: 7.2px 7.2px 7.2px 0;
}
.foam-business-detail-wrapper section .bottom-wrapper .bottom .info-box p.label .text::before {
  content: "";
  display: inline-block;
  position: absolute;
  background-image: url("../images/icons/label_corner_green.png");
  width: var(--triangle-width);
  height: var(--triangle-width);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
}
.foam-business-detail-wrapper section .bottom-wrapper .bottom .info-box .htmlBox {
  margin-top: var(--info-box-padding);
}
.foam-business-detail-wrapper section .bottom-wrapper .bottom button.type3 {
  margin-top: var(--vertical-gap);
  align-self: flex-end;
}
@media (max-width: 990px) {
  .foam-business-detail-wrapper section .bottom-wrapper .bottom button.type3 {
    align-self: center;
  }
}

.inquiry-wrapper {
  width: 100%;
}
.inquiry-wrapper section {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  position: relative;
}
.inquiry-wrapper section img.deco-pic {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 92.5vw;
  transform: translate(var(--main-horizon-padding), calc(var(--main-padding-bottom)));
}
@media (max-width: 990px) {
  .inquiry-wrapper section img.deco-pic {
    display: none;
  }
}
.inquiry-wrapper section .deco-green {
  display: none;
}
@media (max-width: 990px) {
  .inquiry-wrapper section .deco-green {
    display: block;
    position: absolute;
    width: calc(100% + var(--main-horizon-padding) * 2);
    height: 40%;
    left: 0;
    right: 0;
    bottom: 0;
    transform: translate(calc(0px - var(--main-horizon-padding)), var(--main-padding-bottom));
    background-color: #EDF7E0;
    z-index: -1;
  }
}
.inquiry-wrapper section p.desc {
  width: 100%;
  margin-bottom: var(--sec-vertical-padding-sm);
}
@media (max-width: 990px) {
  .inquiry-wrapper section p.desc {
    max-width: 640px;
  }
}
.inquiry-wrapper section .bottom-form {
  width: 100%;
  z-index: 2;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.25);
  background-color: white;
  padding: clamp(24px, 3.13vw, 60px);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  border-radius: 21.6px;
}
.inquiry-wrapper section .bottom-form .red {
  color: #FF3F3D;
}
@media (max-width: 990px) {
  .inquiry-wrapper section .bottom-form {
    max-width: 640px;
  }
}
@media (max-width: 768px) {
  .inquiry-wrapper section .bottom-form {
    flex-direction: column;
    justify-content: flex-start;
  }
}
.inquiry-wrapper section .bottom-form p.note {
  font-size: clamp(16px, 0.94vw, 18px);
  font-weight: 400;
  line-height: 1;
  width: 100%;
  text-align: start;
  color: #5CAC26;
  margin-bottom: clamp(12px, 1.25vw, 24px);
}
.inquiry-wrapper section .bottom-form .input-box {
  width: 100%;
  display: flex;
  gap: clamp(12px, 1.88vw, 36px);
  margin-bottom: clamp(36px, 3.13vw, 60px);
}
@media (max-width: 990px) {
  .inquiry-wrapper section .bottom-form .input-box {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
}
.inquiry-wrapper section .bottom-form .input-box .flex-1 {
  flex: 1;
}
.inquiry-wrapper section .bottom-form .input-box .input-box-left,
.inquiry-wrapper section .bottom-form .input-box .input-box-right {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  gap: clamp(12px, 0.94vw, 18px);
}
@media (max-width: 990px) {
  .inquiry-wrapper section .bottom-form .input-box .input-box-left,
  .inquiry-wrapper section .bottom-form .input-box .input-box-right {
    width: 100%;
  }
}
.inquiry-wrapper section .bottom-form .input-box .input-box-left .item,
.inquiry-wrapper section .bottom-form .input-box .input-box-right .item {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 4px;
}
.inquiry-wrapper section .bottom-form .input-box .input-box-left .item label,
.inquiry-wrapper section .bottom-form .input-box .input-box-right .item label {
  width: 100%;
  text-align: start;
  color: black;
  font-size: clamp(16px, 0.94vw, 18px);
  font-weight: 400;
}
.inquiry-wrapper section .bottom-form .input-box .input-box-left .item input,
.inquiry-wrapper section .bottom-form .input-box .input-box-left .item select,
.inquiry-wrapper section .bottom-form .input-box .input-box-left .item textarea,
.inquiry-wrapper section .bottom-form .input-box .input-box-right .item input,
.inquiry-wrapper section .bottom-form .input-box .input-box-right .item select,
.inquiry-wrapper section .bottom-form .input-box .input-box-right .item textarea {
  width: 100%;
  outline: none;
  border: 1px solid #7A7F84;
  border-radius: 2.7px;
  padding: 8px;
  font-size: 16px;
  --placeHoder-color: #DADADA;
}
.inquiry-wrapper section .bottom-form .input-box .input-box-left .item input:focus,
.inquiry-wrapper section .bottom-form .input-box .input-box-left .item select:focus,
.inquiry-wrapper section .bottom-form .input-box .input-box-left .item textarea:focus,
.inquiry-wrapper section .bottom-form .input-box .input-box-right .item input:focus,
.inquiry-wrapper section .bottom-form .input-box .input-box-right .item select:focus,
.inquiry-wrapper section .bottom-form .input-box .input-box-right .item textarea:focus {
  border: 1px solid var(--brand-color2);
}
.inquiry-wrapper section .bottom-form .input-box .input-box-left .item input::-moz-placeholder, .inquiry-wrapper section .bottom-form .input-box .input-box-left .item select::-moz-placeholder, .inquiry-wrapper section .bottom-form .input-box .input-box-left .item textarea::-moz-placeholder, .inquiry-wrapper section .bottom-form .input-box .input-box-right .item input::-moz-placeholder, .inquiry-wrapper section .bottom-form .input-box .input-box-right .item select::-moz-placeholder, .inquiry-wrapper section .bottom-form .input-box .input-box-right .item textarea::-moz-placeholder {
  color: var(--placeHoder-color);
}
.inquiry-wrapper section .bottom-form .input-box .input-box-left .item input::placeholder,
.inquiry-wrapper section .bottom-form .input-box .input-box-left .item select::placeholder,
.inquiry-wrapper section .bottom-form .input-box .input-box-left .item textarea::placeholder,
.inquiry-wrapper section .bottom-form .input-box .input-box-right .item input::placeholder,
.inquiry-wrapper section .bottom-form .input-box .input-box-right .item select::placeholder,
.inquiry-wrapper section .bottom-form .input-box .input-box-right .item textarea::placeholder {
  color: var(--placeHoder-color);
}
.inquiry-wrapper section .bottom-form .input-box .input-box-left .item input::-webkit-input-placeholder,
.inquiry-wrapper section .bottom-form .input-box .input-box-left .item select::-webkit-input-placeholder,
.inquiry-wrapper section .bottom-form .input-box .input-box-left .item textarea::-webkit-input-placeholder,
.inquiry-wrapper section .bottom-form .input-box .input-box-right .item input::-webkit-input-placeholder,
.inquiry-wrapper section .bottom-form .input-box .input-box-right .item select::-webkit-input-placeholder,
.inquiry-wrapper section .bottom-form .input-box .input-box-right .item textarea::-webkit-input-placeholder {
  color: var(--placeHoder-color);
}
.inquiry-wrapper section .bottom-form .input-box .input-box-left .item input::-moz-placeholder,
.inquiry-wrapper section .bottom-form .input-box .input-box-left .item select::-moz-placeholder,
.inquiry-wrapper section .bottom-form .input-box .input-box-left .item textarea::-moz-placeholder,
.inquiry-wrapper section .bottom-form .input-box .input-box-right .item input::-moz-placeholder,
.inquiry-wrapper section .bottom-form .input-box .input-box-right .item select::-moz-placeholder,
.inquiry-wrapper section .bottom-form .input-box .input-box-right .item textarea::-moz-placeholder {
  color: var(--placeHoder-color);
}
.inquiry-wrapper section .bottom-form .input-box .input-box-left .item input:-ms-input-placeholder,
.inquiry-wrapper section .bottom-form .input-box .input-box-left .item select:-ms-input-placeholder,
.inquiry-wrapper section .bottom-form .input-box .input-box-left .item textarea:-ms-input-placeholder,
.inquiry-wrapper section .bottom-form .input-box .input-box-right .item input:-ms-input-placeholder,
.inquiry-wrapper section .bottom-form .input-box .input-box-right .item select:-ms-input-placeholder,
.inquiry-wrapper section .bottom-form .input-box .input-box-right .item textarea:-ms-input-placeholder {
  color: var(--placeHoder-color);
}
.inquiry-wrapper section .bottom-form .input-box .input-box-left .item input:-moz-placeholder,
.inquiry-wrapper section .bottom-form .input-box .input-box-left .item select:-moz-placeholder,
.inquiry-wrapper section .bottom-form .input-box .input-box-left .item textarea:-moz-placeholder,
.inquiry-wrapper section .bottom-form .input-box .input-box-right .item input:-moz-placeholder,
.inquiry-wrapper section .bottom-form .input-box .input-box-right .item select:-moz-placeholder,
.inquiry-wrapper section .bottom-form .input-box .input-box-right .item textarea:-moz-placeholder {
  color: var(--placeHoder-color);
}
@media (max-width: 1536px) {
  .inquiry-wrapper section .bottom-form .input-box .input-box-left .item textarea,
  .inquiry-wrapper section .bottom-form .input-box .input-box-right .item textarea {
    aspect-ratio: 5/1;
  }
}
@media (max-width: 480px) {
  .inquiry-wrapper section .bottom-form .input-box .input-box-left .item textarea,
  .inquiry-wrapper section .bottom-form .input-box .input-box-right .item textarea {
    aspect-ratio: 1/1;
  }
}
.inquiry-wrapper section .bottom-form .input-box .input-box-left .item select,
.inquiry-wrapper section .bottom-form .input-box .input-box-right .item select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding-right: 40px;
  background-image: url("../images/icons/arrow_down_gray.png");
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 20px;
}
.inquiry-wrapper section .bottom-form .input-box .input-box-left .item select:invalid,
.inquiry-wrapper section .bottom-form .input-box .input-box-right .item select:invalid {
  color: var(--placeHoder-color);
}
.inquiry-wrapper section .bottom-form .input-box .input-box-left .item select option,
.inquiry-wrapper section .bottom-form .input-box .input-box-right .item select option {
  color: black;
}
.inquiry-wrapper section .bottom-form .input-box .input-box-left .item .captcha-wrapper,
.inquiry-wrapper section .bottom-form .input-box .input-box-right .item .captcha-wrapper {
  width: 100%;
  display: flex;
  gap: 8px;
  align-items: stretch;
  flex-wrap: wrap;
}
.inquiry-wrapper section .bottom-form .input-box .input-box-left .item .captcha-wrapper input,
.inquiry-wrapper section .bottom-form .input-box .input-box-right .item .captcha-wrapper input {
  flex: 1;
  min-width: 120px;
}
.inquiry-wrapper section .bottom-form .input-box .input-box-left .item .captcha-wrapper img,
.inquiry-wrapper section .bottom-form .input-box .input-box-right .item .captcha-wrapper img {
  width: 129px;
}
.inquiry-wrapper section .bottom-form .input-box .input-box-left .item .captcha-wrapper button,
.inquiry-wrapper section .bottom-form .input-box .input-box-right .item .captcha-wrapper button {
  width: 28px;
  aspect-ratio: 1/1;
  background-color: white;
  border-radius: 3.3px;
  border: 1px solid var(--gray-3);
  display: flex;
  justify-content: center;
  align-items: center;
  align-self: center;
}
.inquiry-wrapper section .bottom-form .input-box .input-box-left .item .captcha-wrapper button img,
.inquiry-wrapper section .bottom-form .input-box .input-box-right .item .captcha-wrapper button img {
  width: 14px;
}
.inquiry-wrapper section .bottom-form .btn-box {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: clamp(24px, 1.88vw, 36px);
}
.inquiry-wrapper section table {
  margin-bottom: clamp(24px, 2.08vw, 40px);
}
@media (max-width: 990px) {
  .inquiry-wrapper section table {
    max-width: 640px;
  }
}
.inquiry-wrapper table.default {
  filter: drop-shadow(0 0 8px rgba(0, 0, 0, 0.25));
}
.inquiry-wrapper table.default tr {
  border: none;
}
.inquiry-wrapper table.default tr td {
  border: none;
}
.inquiry-wrapper table.default tr td:nth-child(1) {
  border-left: none;
}
.inquiry-wrapper table.default tr td:nth-last-child(1) {
  border-right: none;
}/*# sourceMappingURL=business.css.map */