/*!***********************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/client/sass/inquiry.sass ***!
  \***********************************************************************************************************************/
section {
  box-sizing: border-box;
  padding: 144px 0;
}
@media screen and (max-width: 768px) {
  section {
    padding: 72px 0;
  }
}
section .container {
  max-width: 1200px;
  box-sizing: border-box;
  padding: 0 24px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  section .container {
    padding: 0 18px;
  }
}

.header-wrapper {
  width: 100%;
  position: fixed;
  z-index: 1000;
}

#section-hero {
  border-bottom: 1px solid var(--ids-clr-gray-200);
  height: 396px;
  position: relative;
}
@media screen and (max-width: 768px) {
  #section-hero {
    height: 245px;
  }
}
#section-hero .hero-section {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
#section-hero .hero-section .title-container {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
#section-hero .hero-section .title-container .title-box {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media screen and (max-width: 768px) {
  #section-hero .hero-section .title-container .title-box {
    gap: 18px;
  }
}
#section-hero .hero-section .title-container span.sec-desc-lg {
  position: absolute;
  bottom: 48px;
  font-size: 20px;
  font-weight: 700;
  color: var(--ids-clr-prmy-500);
}
@media screen and (max-width: 768px) {
  #section-hero .hero-section .title-container span.sec-desc-lg {
    bottom: 12px;
  }
}

#section-form .form-section {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media screen and (max-width: 768px) {
  #section-form .form-section {
    flex-direction: column;
    gap: 36px;
  }
}
#section-form .form-section .form-container {
  display: flex;
  flex-direction: column;
  gap: 24px;
  max-width: 466px;
}
@media screen and (max-width: 768px) {
  #section-form .form-section .form-container {
    max-width: initial;
    width: 100%;
  }
}
#section-form .form-section .form-container .radio-box {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media screen and (max-width: 768px) {
  #section-form .form-section .form-container .radio-box {
    gap: 24px;
  }
}
#section-form .form-section .form-container .radio-box .wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
@media screen and (max-width: 768px) {
  #section-form .form-section .form-container .radio-box .wrapper {
    gap: 12px;
  }
}
#section-form .form-section .form-container .radio-box .wrapper label {
  display: flex;
  gap: 4px;
}
#section-form .form-section .form-container .radio-box .wrapper label .item-desc-sm {
  color: var(--ids-clr-neutral-400);
}
#section-form .form-section .form-container .input-box {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
#section-form .form-section .form-container .input-box label {
  display: flex;
  justify-content: flex-start;
  gap: 4px;
  color: var(--ids-clr-neutral-500);
}
#section-form .form-section .form-container .input-box label .required {
  display: inline-block;
  width: 4px;
  height: 4px;
  margin-top: 2px;
  border-radius: 4px;
  background-color: var(--ids-clr-system-danger);
}
#section-form .form-section .form-container .input-box .input-field {
  height: 40px;
  box-sizing: border-box;
  padding: 0 8px;
  border: 1px solid var(--ids-clr-gray-400);
  border-radius: 4px;
}
@media screen and (max-width: 768px) {
  #section-form .form-section .form-container .input-box .input-field {
    height: 48px;
  }
}
#section-form .form-section .form-container .text-box {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
#section-form .form-section .form-container .text-box label {
  display: flex;
  justify-content: flex-start;
  gap: 4px;
  color: var(--ids-clr-neutral-500);
}
#section-form .form-section .form-container .text-box .text-field {
  height: 160px;
  box-sizing: border-box;
  padding: 8px;
  border: 1px solid var(--ids-clr-gray-400);
  border-radius: 4px;
}
#section-form .form-section .form-container .usage-box {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media screen and (max-width: 768px) {
  #section-form .form-section .form-container .usage-box {
    gap: 6px;
  }
}
#section-form .form-section .form-container .usage-box .checkbox-container {
  display: flex;
  align-items: center;
  gap: 8px;
}
#section-form .form-section .form-container .usage-box .checkbox-container .item-desc-sm {
  color: var(--ids-clr-neutral-500);
}
#section-form .form-section .form-container .usage-box .checkbox-container .required {
  color: var(--ids-clr-system-danger);
}
#section-form .form-section .form-container .usage-box .item-desc-xs {
  color: var(--ids-clr-neutral-400);
}
#section-form .form-section .form-container .button-box {
  border-radius: 4px;
  color: var(--ids-clr-neutral-000);
  background-color: var(--ids-clr-prmy-500);
}
#section-form .form-section .form-container .button-box button {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  width: 100%;
  box-sizing: border-box;
  padding: 12px 0;
  cursor: pointer;
}
#section-form .form-section .form-container .hr {
  width: 100%;
  height: 1px;
  background-color: var(--ids-clr-gray-200);
}
#section-form .form-section .img-container .img-box {
  max-width: 564px;
  height: 718px;
  border-radius: 16px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  #section-form .form-section .img-container .img-box {
    display: flex;
    height: auto;
  }
}
#section-form .form-section .img-container .img-box img {
  width: 100%;
}
