@charset "UTF-8";

.visual {
  position: relative;
  width: 100%;
  height: 800px;
  background-image: url('../images/partner/s1_pc.png'); /* 실제 이미지 경로로 변경하세요 */
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.visual-overlay {
  background: rgba(0, 0, 0, 0.4); /* 어두운 반투명 효과 */
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.visual-content {
  text-align: center;
  color: white;
  padding: 20px;
  margin-top: 400px;
}

.visual-content h1 {
  font-size: 38px;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 20px;
}

.visual-content span {
  font-weight: 400;
}


.visual-content .btn.n1 {
  width: 215px;
}



.section1 {
  background-image: url('../images/partner/s2_pc.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 120px 20px;
  position: relative;
  text-align: center;
}

.section1 .inner {
  max-width: 960px;
  margin: 0 auto;
}

.section1 h2 {
  font-size: 28px;
  font-weight: 700;
  color: #1F2122;
  line-height: 1.4;
  margin-bottom: 24px;
}

.section1 .desc {
  font-size: 18px;
  color: #1F2122;
  font-weight: 400;
  margin-bottom: 24px;
}

.section1 .desc strong {
  font-weight: 700;
}

.section1 .sub-desc {
  font-size: 16px;
  color: #1F2122;
  line-height: 1.7;
}



.section2 {
  background-color: #ffffff;
  padding: 100px 20px;
  text-align: center;
}

.section2 .inner {
  max-width: 1140px;
  margin: 0 auto;
}

.section2-header h2 {
  font-size: 24px;
  font-weight: 700;
  color: #1F2122;
  margin-bottom: 16px;
}

.section2-header p {
  font-size: 15px;
  color: #545B63;
  line-height: 1.6;
}

.section2-features {
  margin-top: 40px;
  display: flex;
  justify-content: center;
  gap: 24px;
  flex-wrap: wrap;
}

.section2 .feature-item {
  background-color: #f5f7fa;
  border-radius: 16px;
  padding: 32px 24px;
  text-align: center;
  width: 100%;
  max-width: 280px;
  flex: 1 1 30%;
  box-sizing: border-box;
}

.section2 .feature-item img {
  margin-bottom: 16px;
  width: 128px;
}

.section2 .feature-item p {
  font-size: 14px;
  color: #1F2122;
  line-height: 1.5;
}


.section3 {
  background-color: #ebf9ef;
  padding: 80px 20px;
  text-align: center;
}

.section3 .wrap {
  max-width: 1100px;
  margin: 0 auto;
}

.section3 .title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 40px;
  color: #1F2122;
}

.section3 .card-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}

.section3 .card {
  background: #fff;
  border-radius: 12px;
  padding: 24px 20px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
  flex: 1 1 250px;
  max-width: 250px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.section3 .card img {
  width: 40px;
  margin-bottom: 16px;
}

.section3 .card h3 {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #1F2122;
}

.section3 .card p {
  font-size: 14px;
  color: #1F2122;
  margin-bottom: 16px;
}

.section3 .btn-outline {
  display: inline-block;
  padding: 6px 16px;
  border: 1px solid #00BC56;
  color: #00BC56;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  border-radius: 8px;
  transition: all 0.2s ease;
}

.section3 .btn-outline:hover {
  background-color: #00BC56;
  color: #fff;
}

.section4 {
  height: 140px !important;
}


.section-end {
    height: 140px !important;
    padding: 0 !important;
    /* height: 100vh; */
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    background-color: #fff !important;
}



@media (max-width: 768px) {
  .card-list {
    flex-direction: column;
    align-items: center;
  }

  .card {
    width: 90%;
    max-width: none;
  }
}



@media all and (max-width:1000px) {
  .visual {
    position: relative;
    width: 100%;
    height: 690px;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .visual-content {
    text-align: left;
    color: white;
    padding: 20px;
  }

  .visual-content h1 {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 20px;
  }


  .visual-content .btn.n1 {
    width: 160px !important;
  }


  .section1 {
    background-image: url('../images/partner/s2_mo.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 120px 20px;
    position: relative;
    text-align: center;
    padding-left: 20px !important;
    padding-right: 20px !important;
  }

  .section1 .inner {
    max-width: 500px;
    margin: 0 auto;
  }

  .section1 h2 {
    font-size: 20px;
    font-weight: 700;
    color: #111;
    line-height: 1.4;
    margin-bottom: 24px;
  
  }

  .section1 .desc {
    font-size: 16px;
    color: #333;
    font-weight: 400;
    margin-bottom: 24px;
  }

  .section1 .desc strong {
    font-weight: 700;
  }

  .section1 .sub-desc {
    font-size: 14px;
    color: #555;
    line-height: 1.7;
  }

}



@media all and (max-width:500px) {
  .visual {
    position: relative;
    width: 100%;
    height: 600px;
    background-image: url('../images/partner/s1_m.png');
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .visual-content {
    text-align: left;
    color: white;
    padding: 20px;
    margin-top: -300px;
  }

  .visual-content h1 {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 20px;
  }

  .visual-btn {
    font-size: 16px;
  }



  .section1 {
    background-image: url('../images/partner/s2_mo.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 120px 20px;
    position: relative;
    text-align: center;
    padding-left: 20px !important;
    padding-right: 20px !important;
  }

  .section1 .inner {
    max-width: 500px;
    margin: 0 auto;
  }

  .section1 h2 {
    font-size: 20px;
    font-weight: 700;
    color: #111;
    line-height: 1.4;
    margin-bottom: 24px;
  
  }

  .section1 .desc {
    font-size: 16px;
    color: #333;
    font-weight: 400;
    margin-bottom: 24px;
  }

  .section1 .desc strong {
    font-weight: 700;
  }

  .section1 .sub-desc {
    font-size: 14px;
    color: #555;
    line-height: 1.7;
  }


  .section2 {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }

  .section2-features {
    flex-direction: column;
    align-items: center;
  }

  .feature-item {
    max-width: 100%;
    width: 100%;
  }

  .section2-header h2 {
    font-size: 20px;
  }

  .section2-header p {
    font-size: 14px;
  }

}