/* GWPN */
.sub-content.w1300.gwpn_content {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

/* 섹션 */
.gwpn_cont1 {
  margin-bottom: 0;
}

/* 이미지 박스 */
.gwpn_cont1 .imgBox {
  margin-bottom: 0;
}

.gwpn_cont1 .imgBox img {
  width: 100%;
  height: auto;
  display: block;
}

/* 텍스트 박스 */
.gwpn_cont1 .textBox {
  margin-top: 70px;
  margin-bottom: 70px;
}

.gwpn_cont1 .textBox h4 {
  font-size: 35px;
  font-weight: 700;
  color: #146e79;
  line-height: 1.4;
  margin-bottom: 40px;
  word-break: keep-all;
}

.gwpn_cont1 .textBox p {
  font-size: 18px;
  line-height: 1.8;
  margin-bottom: 40px;
  word-break: keep-all;
}

.gwpn_cont1 .textBox p:last-child {
  margin-bottom: 0;
}

/* 유틸리티 클래스 */
.fs35 {
  font-size: 35px;
}

.fs18 {
  font-size: 18px;
}

.fw700 {
  font-weight: 700;
}

.main_color1 {
  color: #146e79;
}

.lh14 {
  line-height: 1.4;
}

.lh18 {
  line-height: 1.8;
}

.mt70 {
  margin-top: 70px;
}

.mb70 {
  margin-bottom: 70px;
}

.mb40 {
  margin-bottom: 40px;
}

/* 모바일 최적화 */
@media (max-width: 768px) {
  .sub-content.w1300.gwpn_content {
    padding: 0 15px;
  }

  .gwpn_cont1 .textBox {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .gwpn_cont1 .textBox h4 {
    font-size: 24px;
    line-height: 1.5;
    margin-bottom: 30px;
  }

  .gwpn_cont1 .textBox p {
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 30px;
  }

  /* 유틸리티 클래스 모바일 */
  .fs35 {
    font-size: 24px;
  }

  .fs18 {
    font-size: 16px;
  }

  .mt70 {
    margin-top: 40px;
  }

  .mb70 {
    margin-bottom: 40px;
  }

  .mb40 {
    margin-bottom: 30px;
  }
}

@media (max-width: 480px) {
  .sub-content.w1300.gwpn_content {
    padding: 0 10px;
  }

  .gwpn_cont1 .textBox {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .gwpn_cont1 .textBox h4 {
    font-size: 20px;
    margin-bottom: 20px;
  }

  .gwpn_cont1 .textBox p {
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 20px;
  }

  /* 유틸리티 클래스 모바일 */
  .fs35 {
    font-size: 20px;
  }

  .fs18 {
    font-size: 14px;
  }

  .mt70 {
    margin-top: 30px;
  }

  .mb70 {
    margin-bottom: 30px;
  }

  .mb40 {
    margin-bottom: 20px;
  }
}

