/* 2030 더 미래 */
.sub-content.w1300.future_content {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

/* 섹션 */
.future_cont1 {
  margin-bottom: 0;
}

/* 이미지 박스 */
.future_cont1 .imgBox {
  margin-bottom: 70px;
}

.future_cont1 .imgBox img {
  width: 100%;
  height: auto;
  display: block;
}

/* 콘텐츠 박스 */
.future_cont1 .contBox {
  margin-bottom: 60px;
}

.future_cont1 .contBox h4 {
  font-size: 35px;
  font-weight: 700;
  color: #146e79;
  line-height: 1.4;
  margin-bottom: 40px;
  word-break: keep-all;
}

.future_cont1 .contBox p {
  font-size: 18px;
  line-height: 1.8;
  word-break: keep-all;
}

/* 버튼 박스 */
.future_cont1 .buttonBox {
  margin-top: 0;
  margin-bottom: 0;
}

.future_cont1 .buttonBox a {
  display: block;
  text-decoration: none;
}

.future_cont1 .buttonBox .flex {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 18px 30px;
  background-color: #146e79;
  color: #fff;
  border-radius: 4px;
  transition: all 0.3s ease;
  min-width: 200px;
}

.future_cont1 .buttonBox .flex:hover {
  background-color: #0f545d;
}

.future_cont1 .buttonBox .flex span {
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  margin-right: 25px;
  white-space: nowrap;
}

.future_cont1 .buttonBox .flex img {
  width: auto;
  height: auto;
  display: block;
}

/* 유틸리티 클래스 */
.fs35 {
  font-size: 35px;
}

.fs20 {
  font-size: 20px;
}

.fs18 {
  font-size: 18px;
}

.fw700 {
  font-weight: 700;
}

.fw500 {
  font-weight: 500;
}

.main_color1 {
  color: #146e79;
}

.w_color {
  color: #fff;
}

.main_bgColor1 {
  background-color: #146e79;
}

.lh14 {
  line-height: 1.4;
}

.lh18 {
  line-height: 1.8;
}

.mb70 {
  margin-bottom: 70px;
}

.mb60 {
  margin-bottom: 60px;
}

.mb40 {
  margin-bottom: 40px;
}

.mr25 {
  margin-right: 25px;
}

.flex {
  display: flex;
}

.a_i_center {
  align-items: center;
}

.j_c_center {
  justify-content: center;
}

/* 모바일 최적화 */
@media (max-width: 768px) {
  .sub-content.w1300.future_content {
    padding: 0 15px;
  }

  .future_cont1 .imgBox {
    margin-bottom: 40px;
  }

  .future_cont1 .contBox {
    margin-bottom: 40px;
  }

  .future_cont1 .contBox h4 {
    font-size: 24px;
    line-height: 1.5;
    margin-bottom: 30px;
  }

  .future_cont1 .contBox p {
    font-size: 16px;
    line-height: 1.7;
  }

  .future_cont1 .buttonBox .flex {
    padding: 15px 20px;
    min-width: auto;
    width: 100%;
  }

  .future_cont1 .buttonBox .flex span {
    font-size: 16px;
    margin-right: 15px;
  }

  .future_cont1 .buttonBox .flex img {
    width: 16px;
    height: 16px;
  }

  /* 유틸리티 클래스 모바일 */
  .fs35 {
    font-size: 24px;
  }

  .fs20 {
    font-size: 16px;
  }

  .fs18 {
    font-size: 16px;
  }

  .mb70 {
    margin-bottom: 40px;
  }

  .mb60 {
    margin-bottom: 40px;
  }

  .mb40 {
    margin-bottom: 30px;
  }
}

@media (max-width: 480px) {
  .sub-content.w1300.future_content {
    padding: 0 10px;
  }

  .future_cont1 .imgBox {
    margin-bottom: 30px;
  }

  .future_cont1 .contBox {
    margin-bottom: 30px;
  }

  .future_cont1 .contBox h4 {
    font-size: 20px;
    margin-bottom: 20px;
  }

  .future_cont1 .contBox p {
    font-size: 14px;
    line-height: 1.6;
  }

  .future_cont1 .buttonBox .flex {
    padding: 12px 15px;
  }

  .future_cont1 .buttonBox .flex span {
    font-size: 14px;
    margin-right: 10px;
  }

  .future_cont1 .buttonBox .flex img {
    width: 14px;
    height: 14px;
  }

  /* 유틸리티 클래스 모바일 */
  .fs35 {
    font-size: 20px;
  }

  .fs20 {
    font-size: 14px;
  }

  .fs18 {
    font-size: 14px;
  }

  .mb70 {
    margin-bottom: 30px;
  }

  .mb60 {
    margin-bottom: 30px;
  }

  .mb40 {
    margin-bottom: 20px;
  }
}

