.contact-inquiry-banner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 105px;
  width: 1280px;
  height: 280px;
  background-color: #dcdee4;
  border-radius: 16px;
  margin-bottom: 58px;
  position: relative;
}
.contact-inquiry-banner__header-wrap {
  z-index: 5;
}
.contact-inquiry-banner__header {
  color: #222224;
  text-align: left;
  font-family: "Pretendard", sans-serif;
  font-size: 34px;
  font-style: normal;
  line-height: 40px;
  font-weight: 500;
  margin-bottom: 12px;
}
.contact-inquiry-banner__content {
  color: #222224;
  text-align: left;
  font-family: "Pretendard", sans-serif;
  font-style: normal;
  font-size: 17px;
  line-height: 28px;
  letter-spacing: -0.45px;
  font-weight: 400;
}
.contact-inquiry-banner__content--partnership {
  width: 634px;
  height: 84px;
}
.contact-inquiry-banner__break-large {
  display: block;
  margin-bottom: 0.25em;
}
.contact-inquiry-banner__image {
  width: 755px;
  height: 280px;
  position: absolute;
  top: 0;
  right: 105px;
}
.contact-inquiry-banner__image--partnership {
  width: 630px;
  height: 199px;
  position: absolute;
  top: 40px;
  right: 105px;
}
.contact-inquiry-banner__image-mobile {
  display: none;
}

.contact-inquiry-form {
  width: 100%;
}
.contact-inquiry-form__grid-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 20px;
}
.contact-inquiry-form__item {
  display: flex;
  flex-direction: column;
  margin-bottom: 38px;
}
.contact-inquiry-form__label {
  margin-bottom: 15px;
  font-family: "Pretendard", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: normal;
  color: #222224;
}
.contact-inquiry-form__label.required::after {
  content: " *";
  color: red;
}
.contact-inquiry-form__dropdown {
  width: 630px;
  height: 50px;
  top: 0;
  right: 0;
  z-index: 2;
}
.contact-inquiry-form__select {
  width: 100%;
  height: 100%;
  background: #f1f2f6;
  border: none;
  border-radius: 16px;
  padding: 14px 16px 14px 20px;
  font-family: "Pretendard", sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #6f6f74;
  margin-bottom: 10px;
  appearance: none;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
}
.contact-inquiry-form__select .svg--icon-dropdown-up {
  display: none;
}
.contact-inquiry-form__select .icon {
  color: #a7a9b1;
}
.contact-inquiry-form__select:hover .icon {
  color: #6f6f74;
}
.contact-inquiry-form__select.active .svg--icon-dropdown-down {
  display: none;
}
.contact-inquiry-form__select.active .svg--icon-dropdown-up {
  display: block;
}
.contact-inquiry-form__options {
  display: none;
  top: 100%;
  left: 0;
  width: 100%;
  max-height: 214px;
  border-radius: 16px;
  border: none;
  background-color: #fff;
  padding: 20px 10px 20px 20px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1), 0 -2px 4px rgba(0, 0, 0, 0.1), 2px 0 4px rgba(0, 0, 0, 0.1), -2px 0 4px rgba(0, 0, 0, 0.1);
  z-index: 1;
}
.contact-inquiry-form__options-child {
  overflow-y: auto;
  max-height: 175px;
}
.contact-inquiry-form__option {
  width: 100%;
  height: auto;
  font-size: 15px;
  padding: 0 10px 16px 0;
  border-radius: 16px;
  color: #a7a9b1;
  cursor: pointer;
  font-weight: 500;
}
.contact-inquiry-form__option.selected {
  color: #000000;
}
.contact-inquiry-form__option.show {
  display: block;
}
.contact-inquiry-form__option:hover {
  color: #6f6f74;
}
.contact-inquiry-form__option:last-child {
  padding-bottom: 0;
}
.contact-inquiry-form__control {
  height: 50px;
  font-family: "Pretendard", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  background-color: #f1f2f6;
  color: #6f6f74;
  border-radius: 16px;
  padding: 14px 20px;
  border: none;
  outline: none;
  box-shadow: none;
}
.contact-inquiry-form__control.error {
  border: 1px solid #dc3545;
}
.contact-inquiry-form__error-message {
  display: none;
  font-size: 13px;
}
.contact-inquiry-form__control.error ~ .contact-inquiry-form__error-message {
  display: block;
}
.contact-inquiry-form__item-large {
  height: 276px;
  margin-bottom: 60px;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  border-radius: 16px;
  font-family: "Pretendard", sans-serif;
  line-height: normal;
}
.contact-inquiry-form__custom-textarea {
  width: 100%;
  height: 240px;
}
.contact-inquiry-form__item-box {
  border-radius: 16px;
  width: 100%;
  height: auto;
  border: 2px solid #dcdee4;
  border-radius: 16px;
  padding: 20px;
  margin-bottom: 30px;
  font-size: 14px;
  font-weight: 400px;
  line-height: 36px;
  font-family: "Pretendard", sans-serif;
  color: #6f6f74;
}
.contact-inquiry-form__item-tick {
  width: 885px;
  height: 33px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  margin-bottom: 60px;
}
.contact-inquiry-form__check-input {
  width: 33px;
  height: 100%;
  margin: 0 11px 0 0;
  background-color: #f1f2f6;
  border-radius: 8px;
  appearance: none;
  display: inline-block;
  position: relative;
  flex-shrink: 0;
  cursor: pointer;
}
.contact-inquiry-form__check-input:checked::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 33px;
  height: 33px;
  background-image: url("/images/contact-us/checked.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.contact-inquiry-form__check-label {
  height: auto;
  font-family: "Pretendard", sans-serif;
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  color: #6f6f74;
}
.contact-inquiry-form__item-button {
  display: flex;
  justify-content: center;
  height: 50px;
}
.contact-inquiry-form__submit-button {
  width: 170px;
  font-family: "Pretendard", sans-serif;
  font-size: 18px;
  line-height: normal;
  color: #a7a9b1;
  background-color: #fff;
  border: 2px solid #a7a9b1;
  border-radius: 25px;
  padding: 10px 20px;
  cursor: pointer;
}
.contact-inquiry-form__submit-button:hover {
  border-color: #424244;
  color: #424244;
}
.contact-inquiry-form__submit-button:disabled {
  border-color: #dcdee4;
  color: #6f6f74;
  cursor: not-allowed;
}
.contact-inquiry-form__submit-button {
  font-family: "Pretendard", sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
  color: #a7a9b1;
}

@media (max-width: 1279px) {
  .contact-inquiry-banner {
    display: flex;
    justify-content: flex-start;
    padding: 54px 40px;
    width: 100%;
    height: 408px;
    background-color: #dcdee4;
    border-radius: 16px;
    margin-bottom: 76px;
    position: relative;
  }
  .contact-inquiry-banner--partnership {
    height: 547px;
  }
  .contact-inquiry-banner__header-wrap {
    z-index: 5;
  }
  .contact-inquiry-banner__header {
    color: #222224;
    text-align: left;
    font-family: "Pretendard-Medium", sans-serif;
    font-size: 34px;
    line-height: 40px;
    font-weight: 500;
    margin-bottom: 25px;
  }
  .contact-inquiry-banner__content {
    color: #222224;
    text-align: left;
    font-family: "Pretendard", sans-serif;
    font-size: 22px;
    line-height: 36px;
    letter-spacing: -0.025em;
    font-weight: 300;
  }
  .contact-inquiry-banner__content--partnership {
    width: 590px;
    height: 144px;
  }
  .contact-inquiry-banner__break-large {
    display: inline;
  }
  .contact-inquiry-banner__image {
    display: none;
  }
  .contact-inquiry-banner__image--partnership {
    position: absolute;
    width: 630px;
    height: 199px;
    top: 288px;
    right: 20px;
  }
  .contact-inquiry-banner__image-mobile {
    position: absolute;
    display: block;
    width: 630px;
    height: 233px;
    top: 115px;
    right: 20px;
  }
  .contact-inquiry-form {
    width: 100%;
  }
  .contact-inquiry-form__grid-container {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0 20px;
  }
  .contact-inquiry-form__item {
    display: flex;
    flex-direction: column;
    margin-bottom: 54px;
  }
  .contact-inquiry-form__label {
    margin-bottom: 15px;
    font-family: "Pretendard", sans-serif;
    font-size: 28px;
    font-weight: 500;
    line-height: normal;
    color: #222224;
  }
  .contact-inquiry-form__label.required::after {
    content: " *";
    color: red;
  }
  .contact-inquiry-form__dropdown {
    width: 100%;
    height: 80px;
    top: 0;
    right: 0;
    z-index: 2;
  }
  .contact-inquiry-form__select {
    width: 100%;
    height: 100%;
    background: #f1f2f6;
    border: none;
    border-radius: 16px;
    padding: 21px 22px 21px 30px;
    font-family: "Pretendard", sans-serif;
    font-size: 24px;
    font-weight: 500;
    line-height: 38px;
    color: #6f6f74;
    margin-bottom: 20px;
    appearance: none;
    cursor: pointer;
  }
  .contact-inquiry-form__select .icon {
    width: 32px;
    height: 32px;
  }
  .contact-inquiry-form__options {
    display: none;
    top: 100%;
    left: 0;
    width: 100%;
    max-height: 358px;
    border-radius: 16px;
    border: none;
    background-color: #fff;
    padding: 40px 20px 40px 30px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1), 0 -2px 4px rgba(0, 0, 0, 0.1), 2px 0 4px rgba(0, 0, 0, 0.1), -2px 0 4px rgba(0, 0, 0, 0.1);
    z-index: 1;
  }
  .contact-inquiry-form__options-child {
    max-height: 278px;
  }
  .contact-inquiry-form__option {
    width: 100%;
    height: auto;
    font-size: 24px;
    line-height: 38px;
    font-weight: 500;
    padding: 0 20px 22px 0px;
    color: #a7a9b1;
    cursor: pointer;
  }
  .contact-inquiry-form__option.selected {
    color: #000000;
  }
  .contact-inquiry-form__option.show {
    display: block;
  }
  .contact-inquiry-form__option:hover {
    background-color: #f1f1f1;
    color: #6f6f74;
  }
  .contact-inquiry-form__control {
    height: 80px;
    font-family: "Pretendard", sans-serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 38px;
    background-color: #f1f2f6;
    border-radius: 16px;
    padding: 21px 30px;
    border: none;
    outline: none;
    box-shadow: none;
  }
  .contact-inquiry-form__control.error {
    border: 1px solid #dc3545;
  }
  .contact-inquiry-form__error-message {
    display: none;
    color: #6f6f74;
    font-size: 18px;
  }
  .contact-inquiry-form__control.error ~ .contact-inquiry-form__error-message {
    display: block;
  }
  .contact-inquiry-form__item-large {
    height: 468px;
    margin-bottom: 80px;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    border-radius: 16px;
    font-family: "Pretendard", sans-serif;
    line-height: normal;
  }
  .contact-inquiry-form__custom-textarea {
    width: 100%;
    height: 420px;
  }
  .contact-inquiry-form__item-box {
    border-radius: 16px;
    width: 100%;
    height: auto;
    border-radius: 16px;
    padding: 30px;
    margin-bottom: 40px;
    font-size: 23px;
    line-height: 36px;
    font-weight: 400px;
    letter-spacing: -0.01em;
    font-style: normal;
    font-family: "Pretendard", sans-serif;
    color: #6f6f74;
  }
  .contact-inquiry-form__item-tick {
    width: 670px;
    height: auto;
    margin: 0 auto;
    display: flex;
    align-items: center;
    margin-bottom: 80px;
  }
  .contact-inquiry-form__check-input {
    width: 60px;
    height: 60px;
    margin: 0 20px 0px 0;
    background-color: #f1f2f6;
    border-radius: 16px;
    appearance: none;
    display: inline-block;
    position: relative;
    flex-shrink: 0;
    cursor: pointer;
  }
  .contact-inquiry-form__check-input:checked::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60px;
    height: 60px;
    background-image: url("/images/contact-us/checked.svg");
    background-size: contain;
    background-repeat: no-repeat;
  }
  .contact-inquiry-form__check-label {
    height: auto;
    font-family: "Pretendard", sans-serif;
    font-size: 24px;
    line-height: 38px;
    font-weight: 400;
    color: #6f6f74;
  }
  .contact-inquiry-form__item-button {
    display: flex;
    justify-content: center;
    height: 80px;
  }
  .contact-inquiry-form__submit-button {
    width: 280px;
    font-family: "Pretendard", sans-serif;
    font-size: 28px;
    line-height: normal;
    color: #a7a9b1;
    background-color: #fff;
    border-radius: 40px;
    cursor: pointer;
  }
  .contact-inquiry-form__submit-button {
    font-family: "Pretendard", sans-serif;
    font-size: 28px;
    font-weight: 600;
    line-height: 38px;
    color: #a7a9b1;
  }
}
@media (max-width: 768px) {
  .contact-inquiry-banner {
    display: flex;
    justify-content: flex-start;
    padding: 27px 20px;
    width: auto;
    height: 204px;
    background-color: #dcdee4;
    border-radius: 8px;
    margin-bottom: 38px;
    position: relative;
  }
  .contact-inquiry-banner--partnership {
    width: auto;
    height: 273.5px;
  }
  .contact-inquiry-banner__header-wrap {
    z-index: 5;
  }
  .contact-inquiry-banner__header {
    color: #222224;
    text-align: left;
    font-size: 17px;
    line-height: 20px;
    font-weight: 500;
    margin-bottom: 12.5px;
  }
  .contact-inquiry-banner__content {
    color: #222224;
    text-align: left;
    font-size: 11px;
    line-height: 18px;
    letter-spacing: -0.0125em;
    font-weight: 300;
  }
  .contact-inquiry-banner__content--partnership {
    width: 295px;
    height: 72px;
  }
  .contact-inquiry-banner__break-large {
    display: inline;
  }
  .contact-inquiry-banner__image {
    display: none;
  }
  .contact-inquiry-banner__image--partnership {
    position: absolute;
    width: 315px;
    height: 99.5px;
    top: 144px;
    right: 10px;
  }
  .contact-inquiry-banner__image-mobile {
    position: absolute;
    display: block;
    width: 315px;
    height: 116.5px;
    top: 57.5px;
    right: 10px;
  }
  .contact-inquiry-form {
    width: 100%;
  }
  .contact-inquiry-form__grid-container {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0 10px;
  }
  .contact-inquiry-form__item {
    display: flex;
    flex-direction: column;
    margin-bottom: 27px;
  }
  .contact-inquiry-form__label {
    margin-bottom: 7.5px;
    font-size: 14px;
    font-weight: 500;
    line-height: normal;
    color: #222224;
  }
  .contact-inquiry-form__label.required::after {
    content: " *";
    color: red;
  }
  .contact-inquiry-form__dropdown {
    width: auto;
    height: 40px;
    top: 0;
    right: 0;
    z-index: 2;
  }
  .contact-inquiry-form__select {
    width: 100%;
    height: 100%;
    background: #f1f2f6;
    border: none;
    border-radius: 9px;
    padding: 10.5px 11px 10.5px 15px;
    font-size: 12px;
    font-weight: 500;
    line-height: 19px;
    color: #6f6f74;
    margin-bottom: 10px;
    background-size: 12.5px;
    background-position: right 11px center;
  }
  .contact-inquiry-form__select .icon {
    width: 16px;
    height: 16px;
  }
  .contact-inquiry-form__select.active {
    background-size: 12.5px;
    background-position: right 11px center;
  }
  .contact-inquiry-form__options {
    top: 100%;
    left: 0;
    width: 100%;
    max-height: 179px;
    border-radius: 8px;
    padding: 20px 10px 20px 15px;
  }
  .contact-inquiry-form__option {
    width: 100%;
    font-size: 12px;
    line-height: 19px;
    padding: 0 10px 11px 0;
    color: #a7a9b1;
    cursor: pointer;
  }
  .contact-inquiry-form__control {
    height: 40px;
    font-size: 12px;
    line-height: 19px;
    border-radius: 8px;
    padding: 10.5px 15px;
  }
  .contact-inquiry-form__error-message {
    display: none;
    color: #6f6f74;
    font-size: 9px;
  }
  .contact-inquiry-form__item-large {
    height: 234px;
    margin-bottom: 40px;
  }
  .contact-inquiry-form__custom-textarea {
    width: 100%;
    height: 210px;
  }
  .contact-inquiry-form__item-box {
    border-width: 1px;
    border-radius: 8px;
    padding: 15px;
    margin-bottom: 20px;
    font-size: 11.5px;
    line-height: 18px;
  }
  .contact-inquiry-form__item-tick {
    width: 335px;
    margin-bottom: 40px;
  }
  .contact-inquiry-form__check-input {
    width: 30px;
    height: 30px;
    margin-right: 10px;
    border-radius: 8px;
  }
  .contact-inquiry-form__check-input:checked::after {
    width: 30px;
    height: 30px;
  }
  .contact-inquiry-form__check-label {
    font-size: 12px;
    line-height: 19px;
  }
  .contact-inquiry-form__item-button {
    justify-content: center;
    height: 40px;
  }
  .contact-inquiry-form__submit-button {
    padding: 0;
    width: 140px;
    font-size: 14px;
    border-width: 1px;
  }
  .contact-inquiry-form__submit-button:hover {
    border-width: 1px;
  }
  .contact-inquiry-form__submit-button:disabled {
    border-width: 1px;
  }
  .contact-inquiry-form__options-child {
    max-height: 139px;
  }
}
