.contact-us .cu-header{
  height: 425px;
}
.contact-us .cu-header .container{
  padding: 190px 242px 0;
}
.contact-us .cu-header h1{
  font-size: 72px;
  margin-bottom: 90px;
  letter-spacing: 2px;
}
@media screen and (min-width: 768px) and (max-width: 1685px){
  .contact-us .cu-header{
    height: 4.25rem;
  }
  .contact-us .cu-header .container{
    padding: 1.9rem 2.42rem 0;
  }
  .contact-us .cu-header h1{
    font-size: .72rem;
    margin-bottom: .9rem;
  }
}
@media screen and (max-width: 768px) {
  .contact-us .cu-header{
    height: auto;
  }
  .contact-us .cu-header .container{
    padding: 6.25vmin 6.25vmin 6.25vmin 3.125vmin;
  }
  .contact-us .cu-header h1{
    font-size: 7.5vmin;
    margin-bottom: 12.5vmin;
  }
}

.contact-us .cu-two{
  padding: 64px 0;
}
.contact-us .cu-two .container{
  display: flex;
  border-left: 3px solid #D0D0D0;
  border-right: 3px solid #D0D0D0;
}
.contact-us .cu-two .sec{
  width: 450px;
  padding-bottom: 18px;
  text-align: center;
}
.contact-us .cu-two .sec:first-child{
  border-right: 3px solid #D0D0D0;
}
.contact-us .cu-two .sec .ic-box{
  margin: 0 auto;
  width: 37px;
  height: 37px;
}
.contact-us .cu-two .sec .ic-box img{
  max-height: 100%;
}
.contact-us .cu-two .sec p{
  margin-top: 16px;
  font-size: 24px;
  color: #989898;
}
@media screen and (min-width: 768px) and (max-width: 1685px){
  .contact-us .cu-two .container{
    border: none;
  }
  .contact-us .cu-two .sec{
    width: 388px;
  }
}
@media screen and (max-width: 768px) {
  .contact-us .cu-two{
    padding: 10vmin 1.5625vmin;
  }
  .contact-us .cu-two .container{
    width: 100%;
    border: none;
  }
  .contact-us .cu-two .sec{
    width: 50%;
  }
  .contact-us .cu-two .sec p{
    font-size: 3.125vmin;
  }
  .contact-us .cu-two .sec:first-child{
    border-right: 0.46875vmin solid #D0D0D0;
  }
}

.contact-us .cu-map{
  padding: 0 105px;
}
.contact-us .cu-map .container{
  padding: 120px 56px 100px;
  background-color: #F5F5F5;
}
.contact-us .cu-map #map{
  height: 806px;
  border: 10px solid #fff;
}
@media screen and (min-width: 768px) and (max-width: 1685px){
  .contact-us .cu-map{
    padding: 0;
  }
  .contact-us .cu-map .container{
    width: 12.65rem;
    margin: 0 auto;
    padding: 1.2rem .56rem 1rem;
  }
  .contact-us .cu-map #map{
    height: 8.06rem;
    border-width: .1rem;
  }
}
@media screen and (max-width: 768px) {
  .contact-us .cu-map{
    padding: 0 10px;
  }
  .contact-us .cu-map .container{
    width: 100%;
    padding: 1.5625vmin 1.5625vmin;
    height: 62.5vmin;
  }
  .contact-us .cu-map #map{
    position: relative;
    height: 100%;
  }
}