@charset "UTF-8";
.sect1 {
  background: url(../../../assets/img/Contact_US/sect1_bg.png) no-repeat center/cover;
  height: 492px !important;
}
.sect1 .inner {
  display: flex;
  justify-content: start;
  align-items: center;
}
.sect1 .inner .wrap {
  display: flex;
  justify-content: center;
  align-items: start;
  flex-direction: column;
  gap: 16px;
}

.sect2 {
  min-height: 1180px !important;
}
.sect2 .inner {
  display: flex;
  justify-content: center;
  align-items: center;
}

.sect3 {
  height: 780px !important;
}
.sect3 .inner {
  display: flex;
  justify-content: start;
  align-items: center;
  flex-direction: column;
  gap: 80px;
  height: 780px !important;
}
.sect3 .inner .wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 80px;
}

#map {
  width: 100%;
  height: 100%;
}

.contact_box {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1180px;
  height: 778px;
  border-radius: 9px 9px 9px 9px;
  overflow: hidden;
  box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
}
.contact_box .left {
  display: flex;
  justify-content: end;
  align-items: start;
  flex-direction: column;
  gap: 20px;
  padding: 32px;
  background: url(../../../assets/img/Contact_US/sect2_img.png) no-repeat center/cover;
  width: 590px;
  height: 100%;
}
.contact_box .left p {
  font-size: 18px;
  font-weight: bold;
  color: #FFFFFF;
}
.contact_box .right {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 590px;
  height: 100%;
}

form {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 32px;
}
form .wrap {
  display: flex;
  justify-content: center;
  align-items: start;
  flex-direction: column;
  gap: 8px;
}
form label {
  font-weight: bold;
  font-size: 21px;
}
form input {
  width: 467px;
  height: 36px;
  border: 1px solid #C1C1C1;
  background-color: #F8F8F8;
  font-size: 21px;
}
form textarea {
  width: 467px;
  height: 180px;
  border: 1px solid #C1C1C1;
  background-color: #F8F8F8;
  resize: none;
  /* 크기 조정 비활성화 */
  font-size: 21px;
}

.btn {
  font-family: initial !important;
  transition: 0.5s ease-in-out;
}
.btn:hover {
  filter: invert(1);
}

.sect3 .inner .wrap .i_w {
  position: relative;
  width: 440px;
  height: 440px;
  border-radius: 9px;
  overflow: hidden;
  transition: filter 0.3s ease-in-out;
  filter: brightness(0.7) invert(0);
  box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
}
.sect3 .inner .wrap .i_w:hover {
  filter: none;
}
.sect3 .inner .wrap .i_w:hover img {
  transform: scale(1.05);
}
.sect3 .inner .wrap .i_w:hover span {
  opacity: 1;
}
.sect3 .inner .wrap .i_w img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  transition: transform 0.3s ease-in-out;
}
.sect3 .inner .wrap .i_w span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 9px;
  padding: 8px 16px;
  width: 250px;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  color: #2c2c2c;
  background-color: rgba(255, 255, 255, 0.9);
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
}

.sect3 .inner .title2 {
  margin-top: 48px;
}

@media (min-width: 0px) and (max-width: 767px) {
  .sect3 {
    height: 100vh !important;
  }
  .sect3 .inner {
    display: flex;
    justify-content: start;
    align-items: center;
    flex-direction: column;
    gap: 60px;
    height: 100vh !important;
  }
  .sect3 .inner .wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 32px;
  }
  .sect3 .inner .wrap .i_w {
    width: 300px;
    height: 300px;
  }
  .sect3 .inner .wrap .i_w span {
    width: 200px;
    font-size: 14px;
  }
  .contact_box {
    width: 100%;
  }
  .contact_box .left {
    display: none;
  }
  .contact_box .right {
    width: 100%;
  }
  form input {
    width: 367px;
    height: 36px;
  }
  form textarea {
    width: 367px;
    height: 180px;
  }
  .sect1 .title1 {
    font-size: 58px;
  }
  .sect1 .sub_title1_1 {
    font-size: 16px;
  }
}