/****************** warranty-section ************/
.warranty-section {
    color: #111;
    overflow:visible;
    position:relative;
}

.grad1 {
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,  rgba(255,255,255,.6) 30%, #ffffff 100%);
    height:100px;
    position:absolute;
    top:400px;
    width:100%;
    z-index:1;
}

.warranty-section .top-banner {
  height: 60vh;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

@media (max-width:600px) {
    .warranty-section .top-banner {
        height:calc(100vh - 208px);
    }
}

.warranty-section .top-text {
  color: #fff;
  1text-align: right;
}

.warranty-section .top-text p {
  font-size: 18px;
  margin-bottom: 5px;
}

.warranty-section .top-text h1 {
  color: #d2378c;
  margin-top:5px;
}

.main-content-holder {
    overflow:visible;
    background: url('../img/common/bg.grad1.png') no-repeat center top / cover;
}

.warranty-section .main-content {
  text-align: center;
  position:relative;
  padding-top:40px;
  
}

.warranty-section .slogan {
  margin-top:40px;
  font-size: 20px;
  color: #222;
  margin-bottom: 10px;
}

.warranty-section .main-content h2 {
  font-size: 28px;
  color: #d2378c;
  font-weight: bold;
  margin-bottom: 40px;
  line-height: 1.4;
}

.warranty-section .box {
  background: white;
  border-radius: 6px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.05);
}

.warranty-section .box h3 {
  font-size: 18px;
  color: #d2378c;
  color:#fff;
  margin:0px;
  background:linear-gradient(
    to bottom,
    rgb(244, 191, 212),  /* 밝은 분홍 (상단) */
    rgb(213, 121, 153)   /* 진한 분홍 (하단) */
  );
}

.warranty-section .box p {
  font-size: 15px;
  color: #333;
  line-height: 1.6;
  margin-top:0px;
  padding:10px;
  
}

.warranty-section .footnote {
  margin-top: 20px;
  font-size: 13px;
  color: #888;
}


section.believe {
    background:url(../../img/home/home.we.jpg) no-repeat center center / cover;
    padding-top:100px;
    padding-bottom:130px;
    color:#fff;

}

section.believe .section-inner {
    max-width:400px;
    text-align:center;
}

section.capabilities .grid-list {
    margin-top:50px;display:grid;grid-template-columns:1fr 1fr;gap:30px;
}

section.capabilities .grid-list div strong {
    color:#d2378c;
    font-size:26px;
    font-weight:600;
    font-family:"Bebas Neue";
}

section.capabilities .grid-list div {
    color:#888;
    font-size:0.9rem;
}

section.capabilities img {
    width: 100%;
    height:140px;
    object-fit:cover;
    border-radius:15px;
    box-shadow:0px 0px 4px rgba(0,0,0,0.2);
}

@media (max-width:600px) {
    section.capabilities .grid-list {
        grid-template-columns:1fr;
    }
    
    section.capabilities img {
        height:240px;
    }
}


section.team {
    background:url(../../img/home/team.luca.jpeg) no-repeat center center / cover;
    padding-top:100px;
    padding-bottom:130px;
    color:#fff;
    text-align:center;
}

section.clients .grid-list {
    margin-top:50px;display1:grid;grid-template-columns:1fr 1fr 1fr;gap:30px;
    justify-content:center;
    align-items:center;
    text-align:center;
}

section.clients .grid-list > div {
    display:inline-block;
    padding:10px 20px;
    vertical-align:middle;
}

section.clients img {
    width: auto;
    height:50px;
    1border:solid 1px red;
}
