h1 {
  font-size: 3.6rem;
}

h2 {
  font-size: 2.8rem;
  text-align: center;
}

/* form-common */
.form-field {
  gap: 1.6rem;
}
.form-field label {
  font-size: 2rem;
}

.form-field input,
.form-field textarea,
.form-field select {
  padding: 2.1rem 1.6rem;
  font-size: 1.6rem;
  height: 5.6rem;
}

.char-count {
  font-size: 1.6rem;
  line-height: 100%;
}

.error-message {
  font-size: 1.6rem;
  bottom: -2.5rem;
}

/* file-common */
.file-display {
  flex: 2;
  height: 5.6rem;
  font-size: 1.6rem;
  padding: 1.9rem 1.6rem;
}
.file-select-btn-wrapper {
  height: 5.6rem;
}
.file-select-btn {
  font-size: 1.6rem;
}
.file-guide-text {
  font-size: 1.3rem;
  line-height: 1.6rem;
  color: #7f7f7f;
}

.submit-button-wrapper {
  margin-bottom: 4.5rem;
}
.submit-button {
  font-size: 2rem;
}

/* header */
.main-banner {
  height: 32rem;
}

.main-banner .banner-content .description {
  font-size: 1.6rem;
  line-height: 2.4rem;
}

.breadcrumb {
  height: 6.1rem;
  padding: 2.2rem 4rem;

  font-weight: 400;
  font-size: 1.6rem;

  line-height: 4.4rem;
}

.breadcrumb .breadcrumb-link:hover {
  color: #06a1ff;
  text-decoration: underline;
}

/* main */
.main-wrapper {
  padding: 0 4rem;
}

.divider {
  margin: 3.6rem 0;
}

/* main-상품 소개 다운로드 */
.product-section {
  gap: 2.8rem;
}

.product-section .product-list {
  display: flex;
  flex-direction: column;
  gap: 3.65rem;
}

.product-section .product-list .product-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  gap: 2.4rem;
}

.product-section .product-list .product-card .product-texts {
  gap: 2rem;
}

.product-section .product-list .product-card .product-texts h4 {
  font-size: 2.2rem;
  text-align: center;
}

.product-section .product-list .product-card .product-texts p {
  font-size: 1.8rem;
  line-height: 2.5rem;
  text-align: center;
}

.product-section .product-list .product-card .download-btn {
  font-size: 1.6rem;

  padding: 1.3rem 3.5rem;

  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.8rem;

  width: 26rem;
}

/* main-제휴제안 내용 */
.partnership-content {
  gap: 3rem;
}

.partnership-content-body {
  gap: 2rem;
}

.partnership-content-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.8rem;
}

.partnership-content-description {
  font-size: 1.8rem;
  line-height: 2.4rem;
  text-align: center;
}

/* main-제휴제안 업체 정보 */
.partnership-company-info {
  gap: 2.8rem;
}
.partnership-company-info-body-row {
  gap: 3rem;
}
.partnership-company-info-body {
  gap: 3rem;
}

/* main-이용약관 동의 */
.partnership-term {
  gap: 2rem;
}
.term-item {
  gap: 1.6rem;
}

.term-item label {
  font-size: 2rem;
}

.terms-box {
  font-size: 1.6rem;
  gap: 2.4rem;
}

.terms-box-title {
  font-size: 1.6rem;
}

/* 커스텀 select */
.custom-select {
  font-size: 1.6rem;

  height: 5.6rem;

  padding: 1.6rem 2.2rem;
}

.select-options li {
  padding: 1.6rem 2.2rem;
}

.select-options li.active {
  font-size: 1.6rem;
}

/* 커스텀 체크박스 */

.custom-checkbox {
  width: 2.4rem;
  height: 2.4rem;
  background-size: 1.4rem;
}
