.bg-img {
  background-image: url('/default/img/scem/Contactus_1.jpg'); /* Update this path to where your image is stored */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
  min-height: 15vh; /* Adjust height as needed */
  }

#contact-container {


}
#contact-location {
}

.contact-address-container {
  display: flex;
  padding-top: 50px;
  padding-bottom: 50px;
  margin-left: 10%;
  margin-right: 10%;
}


.contact-address-location-container {
  padding-right: 40px;
}


.contact-address-container h2 {
  font-size: 30px;
}


.contact-address {
  padding: 25px 0 10px 0;
}


.contact-address h1 {
  font-size: 16px;
  padding-bottom: 10px;
}


.contact-address p {
  font-size: 14px;
  line-height: 1.6;
  font-style: nomal;
}



.contact-email {
  padding: 5px 10 10px 0;
}


.contact-email p {
  font-size: 14px;
  line-height: 1.6;
}

.location-container {
  padding-top: 50px;
  padding-bottom: 50px;
  margin-left: 10%;
  margin-right: 10%;
}


.location-container h2 {
  font-size: 30px;
}


.location-detail {
  padding: 25px 0 10px 0;
}


.location-detail h1 {
  font-size: 16px;
  padding-bottom: 10px;
}


.location-detail p {
  font-size: 14px;
  line-height: 1.6;
  font-style: nomal;
}


.location-map-container {

  width: 80%;
  height: 400px; /* Áöµµ ³ôÀÌ ¼³Á¤ */
  padding: 0px ;
  margin: 0 auto;
  }


.location-map-container iframe {
    width: 100%;
    height: 100%;
  }







@media (max-width: 960px) {
.bg-img {
  background-image: url('/default/img/scem/Contactus_1.jpg'); /* Update this path to where your image is stored */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
  min-height: 8vh; /* Adjust height as needed */
  }


.contact-address-container {
  display: flex;
  flex-direction: column;
}


.location-map-container {
  padding-top: 50px;
  width: 95%;
  height: 40vh; /* Áöµµ ³ôÀÌ ¼³Á¤ */
  padding-bottom: 10%;
  margin: 0 auto;
  
  }
.location-map-container iframe {
    width: 100%;
    height: 100%;
  }

}