#sub_content {
  height: auto !important;
  min-height: 500px;
}
section {
  margin-bottom: 280px;
}
section > .inner > h2 {
  font-size: 78px;
  font-weight: 800;
  margin-top: 170px;
  margin-bottom: 50px;
}
.contact-area {
  width: 1440px;
  padding: 0 20px;
  margin: 0 auto;
  margin-top: 65px;
  display: flex;
  gap: 75px;
}
#daumRoughmapContainer1737446757256 {
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
}
.contact-map .location {
  background-color: #000;
  color: #fff;
  display: flex;
  flex-direction: column;
  gap: 15px;
  padding: 30px 40px;
  border-bottom-left-radius: 25px;
  border-bottom-right-radius: 25px;
}
.contact-map .location p {
  display: flex;
  align-items: center;
  font-size: 24px;
  font-weight: 500;
  gap: 20px;
}
.contact-map .location p:last-child {
  gap: 17px;
}
.contact-form {
  width: 640px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 12px;
}
.contact-form input {
  width: 100%;
  height: 75px;
  border: 1px solid #cacaca;
  border-radius: 10px;
  font-size: 20px;
  font-weight: 500;
  color: #b7b7b7;
  padding: 20px 25px;
}
.contact-form textarea {
  width: 100%;
  height: 225px;
  border: 1px solid #cacaca;
  border-radius: 10px;
  font-size: 20px;
  font-weight: 500;
  color: #b7b7b7;
  padding: 20px 25px;
}
.chk__checked {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.chk__checked .check_wrap {
  display: flex;
  align-items: center;
}
.chk__checked #check_btn {
  display: none;
}
input[type="checkbox"] + label {
  display: inline-block;
  cursor: pointer;
  height: 100%;
  width: 100%;
  border: none;
  line-height: normal;
  text-align: center;
  font-size: 18px;
}
.chk__checked #check_btn + label:before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  border: 1px solid #1e1b1b;
  vertical-align: middle;
  background-color: #fff;
}
.chk__checked #check_btn ~ label span {
  color: #8b8b8b;
  font-size: 16px;
  margin-left: 10px;
}
.chk__checked a {
  color: #8b8b8b;
  font-size: 16px;
}
.chk__checked #check_btn:checked + label:before {
  content: "";
  background-color: #fff;
  background-image: url(/image/ico/ico_chked.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 70%;
}
.contact-form .input-box {
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.contact-form a.submit {
  width: 100%;
  font-size: 22px;
  font-weight: 800;
  color: #1191d0;
  border: 1px solid #1191d0;
  border-radius: 10px;
  padding: 19px 0;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  section > .inner > h2 {
    font-size: 44px;
    text-align: center;
    margin-top: 110px;
  }
  .contact-area {
    margin-top: 30px;
    width: 100%;
    flex-direction: column;
  }
  #daumRoughmapContainer1737446757256 {
    width: 100% !important;
    height: 360px !important;
  }
  .contact-map .location {
    padding: 15px 20px;
  }
  .contact-map .location p {
    font-size: 16px;
  }
  .contact-form {
    width: 100%;
  }
  .contact-form .input-box {
    gap: 10px;
  }
  .contact-form input {
    padding: 10px 13px;
    height: 60px;
    font-size: 16px;
  }
  .contact-form textarea {
    padding: 10px 13px;
    font-size: 16px;
    height: 150px;
  }
  .contact-form a.submit {
    padding: 18px 0;
    font-size: 16px;
  }
  .contact-area {
    padding: 0;
    margin-bottom: 110px;
  }
}
