/* GAZA i Dream */
.sub-content.w1300.dream_content {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

/* 섹션 간격 */
.dream_cont1 {
  margin-bottom: 110px;
}

.dream_cont2 {
  margin-bottom: 130px;
}

.dream_cont3 {
  margin-bottom: 180px;
}

.dream_cont4 {
  margin-bottom: 0;
}

/* 이미지 박스 */
.imgBox {
  margin-bottom: 70px;
}

.imgBox img {
  width: 100%;
  height: auto;
  display: block;
}

.dream_cont2 .imgBox,
.dream_cont3 .imgBox {
  margin-bottom: 0;
}

/* 비디오 박스 */
.videoBox {
  margin-bottom: 60px;
}

.videoBox iframe {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
  aspect-ratio: 16 / 9;
}

/* 콘텐츠 박스 */
.contBox {
  margin-bottom: 60px;
}

.contBox h4 {
  font-size: 35px;
  font-weight: 700;
  color: #146e79;
  line-height: 1.4;
  margin-bottom: 40px;
  word-break: keep-all;
}

.contBox h4.black_2 {
  color: #333;
}

.contBox p {
  font-size: 18px;
  line-height: 1.8;
  word-break: keep-all;
}

.dream_cont1 .contBox {
  margin-bottom: 60px;
}

.dream_cont2 .contBox {
  margin-bottom: 55px;
}

.dream_cont3 .contBox {
  margin-bottom: 50px;
}

.dream_cont4 .contBox {
  margin-bottom: 65px;
}

/* 아이콘 박스 */
.iconBox {
  margin-top: 0;
  margin-bottom: 0;
}

.iconBox ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 10px;
}

.iconBox ul li {
  margin: 0;
  padding: 0;
}

.iconBox ul li a {
  display: block;
  text-decoration: none;
  transition: transform 0.3s ease;
}

.iconBox ul li a:hover {
  transform: scale(1.1);
}

.iconBox ul li img {
  width: auto;
  height: auto;
  display: block;
  max-width: 50px;
  max-height: 50px;
}

/* 버튼 박스 */
.buttonBox {
  margin-top: 0;
  margin-bottom: 0;
}

.buttonBox a {
  display: block;
  text-decoration: none;
}

.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;
}

.buttonBox .flex:hover {
  background-color: #0f545d;
}

.buttonBox .flex span {
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  margin-right: 25px;
  white-space: nowrap;
}

.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;
}

.black_2 {
  color: #333;
}

.w_color {
  color: #fff;
}

.main_bgColor1 {
  background-color: #146e79;
}

.lh14 {
  line-height: 1.4;
}

.lh18 {
  line-height: 1.8;
}

.mb180 {
  margin-bottom: 180px;
}

.mb130 {
  margin-bottom: 130px;
}

.mb110 {
  margin-bottom: 110px;
}

.mb70 {
  margin-bottom: 70px;
}

.mb65 {
  margin-bottom: 65px;
}

.mb60 {
  margin-bottom: 60px;
}

.mb55 {
  margin-bottom: 55px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb30 {
  margin-bottom: 30px;
}

.mr25 {
  margin-right: 25px;
}

.mr10 {
  margin-right: 10px;
}

.flex {
  display: flex;
}

.a_i_center {
  align-items: center;
}

.j_c_center {
  justify-content: center;
}

/* 모바일 최적화 */
@media (max-width: 768px) {
  .sub-content.w1300.dream_content {
    padding: 0 15px;
  }

  .dream_cont1 {
    margin-bottom: 60px;
  }

  .dream_cont2 {
    margin-bottom: 60px;
  }

  .dream_cont3 {
    margin-bottom: 80px;
  }

  .imgBox {
    margin-bottom: 40px;
  }

  .dream_cont2 .imgBox,
  .dream_cont3 .imgBox {
    margin-bottom: 0;
  }

  .videoBox {
    margin-bottom: 40px;
  }

  .contBox {
    margin-bottom: 40px;
  }

  .contBox h4 {
    font-size: 24px;
    line-height: 1.5;
    margin-bottom: 30px;
  }

  .contBox p {
    font-size: 16px;
    line-height: 1.7;
  }

  .dream_cont1 .contBox {
    margin-bottom: 40px;
  }

  .dream_cont2 .contBox {
    margin-bottom: 30px;
  }

  .dream_cont3 .contBox {
    margin-bottom: 30px;
  }

  .dream_cont4 .contBox {
    margin-bottom: 40px;
  }

  .iconBox ul {
    gap: 15px;
  }

  .iconBox ul li img {
    max-width: 40px;
    max-height: 40px;
  }

  .buttonBox {
    margin-bottom: 40px;
  }

  .buttonBox .flex {
    padding: 15px 20px;
    min-width: auto;
    width: 100%;
  }

  .buttonBox .flex span {
    font-size: 16px;
    margin-right: 15px;
  }

  .buttonBox .flex img {
    width: 16px;
    height: 16px;
  }

  /* 유틸리티 클래스 모바일 */
  .fs35 {
    font-size: 24px;
  }

  .fs20 {
    font-size: 16px;
  }

  .fs18 {
    font-size: 16px;
  }

  .mb180 {
    margin-bottom: 80px;
  }

  .mb130 {
    margin-bottom: 60px;
  }

  .mb110 {
    margin-bottom: 60px;
  }

  .mb70 {
    margin-bottom: 40px;
  }

  .mb65 {
    margin-bottom: 40px;
  }

  .mb60 {
    margin-bottom: 40px;
  }

  .mb55 {
    margin-bottom: 30px;
  }

  .mb50 {
    margin-bottom: 30px;
  }

  .mb40 {
    margin-bottom: 30px;
  }

  .mb30 {
    margin-bottom: 20px;
  }
}

@media (max-width: 480px) {
  .sub-content.w1300.dream_content {
    padding: 0 10px;
  }

  .dream_cont1 {
    margin-bottom: 40px;
  }

  .dream_cont2 {
    margin-bottom: 40px;
  }

  .dream_cont3 {
    margin-bottom: 60px;
  }

  .imgBox {
    margin-bottom: 30px;
  }

  .videoBox {
    margin-bottom: 30px;
  }

  .contBox {
    margin-bottom: 30px;
  }

  .contBox h4 {
    font-size: 20px;
    margin-bottom: 20px;
  }

  .contBox p {
    font-size: 14px;
    line-height: 1.6;
  }

  .dream_cont1 .contBox {
    margin-bottom: 30px;
  }

  .dream_cont2 .contBox {
    margin-bottom: 25px;
  }

  .dream_cont3 .contBox {
    margin-bottom: 25px;
  }

  .dream_cont4 .contBox {
    margin-bottom: 30px;
  }

  .iconBox ul {
    gap: 12px;
  }

  .iconBox ul li img {
    max-width: 35px;
    max-height: 35px;
  }

  .buttonBox {
    margin-bottom: 30px;
  }

  .buttonBox .flex {
    padding: 12px 15px;
  }

  .buttonBox .flex span {
    font-size: 14px;
    margin-right: 10px;
  }

  .buttonBox .flex img {
    width: 14px;
    height: 14px;
  }

  /* 유틸리티 클래스 모바일 */
  .fs35 {
    font-size: 20px;
  }

  .fs20 {
    font-size: 14px;
  }

  .fs18 {
    font-size: 14px;
  }

  .mb180 {
    margin-bottom: 60px;
  }

  .mb130 {
    margin-bottom: 40px;
  }

  .mb110 {
    margin-bottom: 40px;
  }

  .mb70 {
    margin-bottom: 30px;
  }

  .mb65 {
    margin-bottom: 30px;
  }

  .mb60 {
    margin-bottom: 30px;
  }

  .mb55 {
    margin-bottom: 25px;
  }

  .mb50 {
    margin-bottom: 25px;
  }

  .mb40 {
    margin-bottom: 20px;
  }

  .mb30 {
    margin-bottom: 15px;
  }
}

