@charset "utf-8";

.feature{
  background:#F8F8F8;
  padding:0 0 5rem;
  position:relative;
}

.feature::before{
  content:"";
  position: absolute;
  left: 68%;
  top: 55%;
  z-index: 5;
  width: 38%;
  background: url(https://colors-s.com/system_panel/uploads/images/20251222092742984641.png) no-repeat center / contain;
  aspect-ratio: 1663 / 1047;
}

.feature-top{
  display:flex;
  justify-content: space-between;
  align-items: center;
}

.feature-top img{
  width:50%;
  position: relative;
  z-index: 10;
}

.feature-top-txt{
  width:45%;
  text-align:center;
}

.feature-top-txt h2{
  color:#FF7006;
  font-size:clamp(1.25rem, 0.977rem + 0.91vw, 2rem);
  margin-bottom:2.5rem;
}

.feature-top-txt h2 span::before{
  background:#F8F8F8 !important;
}

.strength{
  padding:5rem 0;
  background:#fff;
  position:relative;
  z-index: 1;
}

.strength::after{
  content:"";
  position: absolute;
  left: -2%;
  top: 85%;
  z-index: -1;
  width: 25%;
  background: url(https://colors-s.com/system_panel/uploads/images/20251222131246536944.png) no-repeat center / contain;
  aspect-ratio: 1176/1650
}

.strength .container{
  max-width:1345px;
}

.strength-bg:not(:last-child){
  margin-bottom:5rem;
}

.strength .label{
  color:#fff;
  border-bottom:1rem solid #FFA908;
}

.strength .label strong{
  background:#FFA908;
  padding:1rem 20px;
  font-size:clamp(1rem, 0.909rem + 0.3vw, 1.25rem);
  width:fit-content;
  font-weight:bold;
}

.strength-wrap{
  padding:2.5rem 5% 3.5rem;
  background:#F8F8F8;
  display:flex;
  align-items:center;
  justify-content: space-between;
}

.strength-img{
  width:35%;
}

.strength-img img{
  aspect-ratio:466/312;
}

.strength-img p{
  color:#1F2C5C;
  text-align:center;
  font-size:14px;
  width:fit-content;
  margin:0 auto 1rem;
  font-weight:600;
  position:relative;
}

.strength-img p::before{
  content:"";
  position:absolute;
  width:2px;
  height:100%;
  background:#1F2C5C;
  left: -2rem;
  top: 0;
  transform: rotate(-25deg);
}

.strength-img p::after{
  content:"";
  position:absolute;
  width:2px;
  height:100%;
  background:#1F2C5C;
  right: -2rem;
  top: 0;
  transform: rotate(25deg);
}

.strength-txt{
  width:60%;
}

.strength-title{
  text-align:center;
  padding:20px 0;
  color:#1F2C5C;
  background-image: repeating-linear-gradient(90deg, #ffa908, #ffa908 10px, transparent 10px, transparent 15px), repeating-linear-gradient(90deg, #ffa908, #ffa908 10px, transparent 10px, transparent 15px);
  background-position: left top, left bottom;
  background-repeat: repeat-x, repeat-x;
  background-size: 100% 3px, 100% 3px;
  font-weight:600;
  margin-bottom:1.5rem;
}

.strength-title h3{
  margin-top:8px;
  font-size:clamp(1.125rem, 0.989rem + 0.45vw, 1.5rem);
}

.strength-title + p strong{
  color:#1F2C5C;
  font-weight:bold;
  display: inline;
}

.paint{
  padding:2.5rem 0 5rem;
  text-align:center;
  position:relative;
  z-index:0;
}

.paint::after{
  content:"";
  position:absolute;
  width:100%;
  height:100%;
  left:0;
  top:0;
  z-index:-5;
  background:#F8F8F8;
}

.paint::before{
  content:"";
  position:absolute;
  width:26%;
  aspect-ratio:488/510;
  right:5%;
  bottom:5rem;
  z-index:-1;
  background:url(https://colors-s.com/system_panel/uploads/images/20251222110245807405.png) no-repeat center/contain;
}

.paint .container > p{
  font-weight:bold;
  font-size:clamp(1rem, 0.909rem + 0.3vw, 1.25rem);
}

.paint .container > p strong{
  color:#015FA4;
  font-weight:bold;
}

.paint-wrap{
  display:flex;
  justify-content:space-between;
  margin:2.5rem 0 4rem;
}

.paint-item{
  background:#FFFFFF;
  padding:20px 20px 40px;
  border:2px solid #1F2C5C;
  width:30%;
}

.paint-item .label{
  font-size:14px;
  color:#B9B9B9;
  font-weight:bold;
}

.paint-item h3{
  font-size:clamp(1.125rem, 0.989rem + 0.45vw, 1.5rem);
  color:#0360A4;
}

.paint-item img{
  width:70%;
  display:block;
  margin:8px auto 1.5rem;
}

.paint-item img + p{
  text-align:left;
}

.paint .img-btn{
  margin:4rem auto 0;
}

.service{
  padding:2.5rem 0 5rem;
  background:#fff;
}

.service-wrap{
  display:flex;
  max-width:735px;
  margin:0 auto;
  justify-content: space-between;
  text-align: center;
}

.service-item{
  max-width:320px;
  width:47.5%;
}

.service-item h3{
  font-size:clamp(1.125rem, 0.989rem + 0.45vw, 1.5rem);
}

.service-item img{
  width:140px;
  margin:1rem auto 1rem;
  display:block;
}

.service-item .btn{
  margin:1.5rem auto 0;
}

.feature-bottom{
  padding:5rem 0 0;
  background:#F8F8F8;
}

.feature-bottom h2{
  width:fit-content;
  font-size:clamp(1.125rem, 0.92rem + 0.68vw, 1.688rem);
  color:#1F2C5C;
  margin:0 auto 2.5rem;
  position:relative;
}

.feature-bottom h2::before{
  content: "";
  position: absolute;
  width: 2px;
  height: 100%;
  background: #1F2C5C;
  left: -2rem;
  top: 0;
  transform: rotate(-25deg);
}

.feature-bottom h2::after{
  content: "";
  position: absolute;
  width: 2px;
  height: 100%;
  background: #1F2C5C;
  right: -2rem;
  top: 0;
  transform: rotate(25deg);
}

.feature-bottom-wrap{
  display: flex;
  justify-content: space-between;
  align-items:center;
}

.feature-bottom-wrap img{
  width:55%;
}

.feature-bottom-txt{
  width:40%;
  background:#fff;
  border:3px solid #1F2C5C;
  padding:2.5rem 1.5rem;
  color:#1F2C5C;
}

.feature-bottom-txt h3{
  margin-bottom:20px;
  font-size:clamp(1rem, 0.909rem + 0.3vw, 1.25rem);
  text-align:center;
}

.feature-bottom-txt p:not(:last-child){
  margin-bottom:20px;
}

@media screen and (max-width: 1400px) {
  .strength-img p::before{
    left: -1rem;
  }
  .strength-img p::after{
    right: -1rem;
  }
}

@media screen and (max-width: 1024px) {
  .feature-bottom-wrap{
    flex-direction: column;
    gap: 2.5rem;
  }
  .feature-bottom-txt {
    width: 100%;
  }
  .feature-bottom-wrap img {
    width: 70%;
  }
  .paint-wrap{
    margin: 2.5rem auto 4rem;
    flex-direction: column;
    gap: 1.5rem;
    max-width: 450px;
  }
  .paint-item,
  .feature-top-txt,
  .strength-txt,
  .strength-img{
    width: 100%;
  }
  .paint-item img{
    max-width: 160px;
  }
  .feature-top,
  .strength-wrap{
    flex-direction: column;
    gap: 1.5rem;
  }
  .feature-top img {
    width: 70%;
  }
  .strength-img img{
    width: 60%;
    margin: 0 auto;
    display: block;
  }
}

@media (max-width: 767px) {
  .feature::before{
    left: 46%;
    top: 80%;
    width: 70%;
  }
  .feature-top-txt h2{
    margin-bottom: 1.5rem;
  }
  .feature-top img {
    width: 100%;
  }
  .strength .label strong{
    padding: 0.8rem 16px;
  }
  .strength .label {
    border-bottom: 0.5rem solid #FFA908;
  }
  .strength-img img {
    width: 90%;
  }
  .strength-img p{
    font-size: 12px;
  }
  .service-wrap {
    flex-direction: column;
    gap: 2.5rem;
    align-items: center;
  }
  .service-item,
  .feature-bottom-wrap img{
    width: 100%;
  }
  .feature-bottom-wrap{
    gap: 1rem;
  }
  .feature-bottom h2{
    text-align: center;
    font-size: 16px;
  }
  .feature-bottom h2 strong{
    display:block;
  }
  .feature-bottom h2::before{
    left: -1.2rem;
  }
  .feature-bottom h2::after{
    right:-1.2rem;
  }
  .feature-bottom-txt{
    padding: 2rem 1rem;
  }
  .strength::after{
    display:none;
  }
  .strength-bg:not(:last-child) {
    margin-bottom: 3rem;
  }
  .paint-item img {
    margin: 8px auto 0.5rem;
  }
  .strength-wrap {
    padding: 1.5rem 5% 2rem;
  }
  .paint .container > p{
    font-size:14px;
  }
}
