/* A            A A                 :                   A                   :                   A                   :                   A                   :                   */
#geohan_sub1-3 {
  width: 100%;
  height: auto;
  text-align: center;
  margin: clamp(40px, 5vw, 80px) 0;
}

#geohan_sub1-3 .logoBox {
  width: 100%;
  height: auto;
}

#geohan_sub1-3 .logoBox img {
  width: clamp(35px, 10vw, 65px);
  height: auto;
}

#geohan_sub1-3 .sectionTit {
  width: auto;
  height: auto;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  margin-top: clamp(3px, 1vw, 8px);
}

#geohan_sub1-3 .sectionTit p {
  font-size: clamp(25px, 2vw, 36px);
  font-weight: 700;
  color: #FF9900;
  opacity: 0.5;
  line-height: 2.1em;
}

#geohan_sub1-3 .sectionTit .underLine {
  width: 50%;
  height: clamp(4px, 1vw, 6px);
  background: #FF9900;
}

#geohan_sub1-3 .imgBox {
  width: 100%;
  height: auto;
  background: #f7f7f7;
  padding: clamp(30px, 3vw, 40px) 10px;
  margin: clamp(30px, 7vw, 40px) 0 0;
}

#geohan_sub1-3 .imgBox img {
  width: 60%;
  height: auto;
  max-width: 1200px;
}




@media (max-width:640px) {


  /* **************************************************************************************************************************************************************************** */
  /*                                                                                                                                                                              */
  /*                                                                                                                                                                              */
  /*                                                                             1단 배경 Fixed                                                                                   */
  /*                                                                                                                                                                              */
  /*                                                                                                                                                                              */
  /* **************************************************************************************************************************************************************************** */
  /* A            A A                 :                   A                   :                   A                   :                   A                   :                   */
  #geohan_sub1-3 .imgBox img {
    width: 100%;
  }
}