/* A            A A                 :                   A                   :                   A                   :                   A                   :                   */
#geohan_sub1-4 {
  width: 100%;
  height: auto;
  text-align: center;
  margin: clamp(40px, 5vw, 80px) 0;
}

#geohan_sub1-4 .sectionWrap {
  width: 100%;
  height: auto;
  display: inline-block;
}

#geohan_sub1-4 .logoBox {
  width: 100%;
  height: auto;
}

#geohan_sub1-4 .logoBox img {
  width: clamp(35px, 10vw, 65px);
  height: auto;
}

#geohan_sub1-4 .sectionTit {
  width: auto;
  height: auto;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  margin-top: clamp(3px, 1vw, 8px);
}

#geohan_sub1-4 .sectionTit p {
  font-size: clamp(25px, 2vw, 36px);
  font-weight: 700;
  color: #FF9900;
  opacity: 0.5;
  line-height: 2.1em;
}

#geohan_sub1-4 .sectionTit .underLine {
  width: 50%;
  height: clamp(4px, 1vw, 6px);
  background: #FF9900;
}

#geohan_sub1-4 .sectionWrap .map {
  width: 100%;
  height: clamp(300px, 25vw, 480px);
  margin-top: clamp(20px, 2vw, 30px);
}

#geohan_sub1-4 .contactWrap {
  width: 100%;
  height: auto;
  margin-top: clamp(-75px, 5vw, -60px);
  position: relative;
}

#geohan_sub1-4 .contactWrap .contactBox {
  width: 100%;
  height: auto;
  padding: clamp(20px, 3vw, 35px) clamp(20px, 3vw, 50px);
  background: #FF9900;
  max-width: 800px;
  margin: 0 auto;
  border-radius: 18px;
}

#geohan_sub1-4 .contactWrap .contactBox .boxTit {
  width: 100%;
  height: auto;
  margin-bottom: clamp(15px, 2vw, 25px);
}

#geohan_sub1-4 .contactWrap .contactBox .boxTit p {
  font-size: clamp(18px, 2vw, 27px);
  color: #fff;
  font-weight: 500;
}

#geohan_sub1-4 .contactWrap .contactBox .boxWrap {
  width: 100%;
  height: auto;
}

#geohan_sub1-4 .contactWrap .contactBox .boxWrap .infoWrap {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  margin-bottom: clamp(10px, 2vw, 12px);
}

#geohan_sub1-4 .contactWrap .contactBox .boxWrap .infoWrap:last-child {
  margin-bottom: 0;
}

#geohan_sub1-4 .contactWrap .contactBox .boxWrap .infoWrap img {
  width: clamp(20px, 2vw, 25px);
  height: auto;
  margin-right: 10px;
}

#geohan_sub1-4 .contactWrap .contactBox .boxWrap .infoWrap p {
  font-size: clamp(14px, 2vw, 18px);
  color: #fff;
  line-height: 1em;
  font-weight: 400;
}

#geohan_sub1-4 .contactWrap .contactBox .boxWrap .infoWrap p span {
  font-size: inherit;
  opacity: .5;
}

#geohan_sub1-4 .contactWrap .contactBox .line {
  width: 100%;
  height: 2px;
  background: #fff;
  opacity: .5;
  margin: clamp(15px, 2vw, 25px) 0;
}




@media (max-width:640px) {


  /* **************************************************************************************************************************************************************************** */
  /*                                                                                                                                                                              */
  /*                                                                                                                                                                              */
  /*                                                                             1단 배경 Fixed                                                                                   */
  /*                                                                                                                                                                              */
  /*                                                                                                                                                                              */
  /* **************************************************************************************************************************************************************************** */
  /* A            A A                 :                   A                   :                   A                   :                   A                   :                   */
  #geohan_sub1-4 .contactWrap {
    margin-top: 0;
  }

  #geohan_sub1-4 .contactWrap .contactBox {
    width: 90%;
  }

  #geohan_sub1-4 .contactWrap .contactBox .boxWrap .infoWrap p {
    display: flex;
    flex-wrap: wrap;
    line-height: 1.2em;
    text-align: left;
    word-break: keep-all;
    width: 100%;
  }

  #geohan_sub1-4 .contactWrap .contactBox .boxWrap .infoWrap p span {
    margin-right: clamp(8px, 1vw, 10px);
    width: 100%;
  }




}