h1 {
  font-size: 4.8rem;
}

h2 {
  font-size: 4rem;
}

section {
  margin: 3.6rem 0;
}

/* form-common */
.form-field label {
  font-size: 2.4rem;
}

.form-field input,
.form-field textarea,
.form-field select {
  padding: 2.5rem 3.2rem;
  border: 2px solid #e0e0e0;
  font-weight: 400;
  font-size: 2.4rem;
  line-height: 100%;
  height: 7.6rem;
}

.form-field select option {
  font-size: 2.4rem;
}

/* file-common */

.file-display {
  flex: 3;
}

.file-select-btn-wrapper {
  height: 8.2rem;
}

/* header */
.main-banner .banner-content .description {
  font-size: 2.4rem;
  line-height: 3.8rem;
}

/* nav */
.breadcrumb {
  height: 8.1rem;
  padding: 3rem 12rem;
  font-size: 2.4rem;
}

/* main */
.main-wrapper {
  padding: 0 12rem;
}

/* main-상품 소개 다운로드 */
.product-section .product-list .product-card .product-texts h4 {
  font-size: 2.4rem;
}
.product-section .product-list .product-card .product-texts p {
  font-size: 2rem;
}

/* main-제휴제안 내용 */
.partnership-content-body-row {
  flex-direction: column;
  gap: 4.8rem;
}
.partnership-content-body-row .form-field {
  flex: 1;
  width: 100%;
}

.partnership-content-description {
  font-size: 2.4rem;
  line-height: 3.4rem;
}

/* main-제휴제안 업체 정보 */
.partnership-company-info-body-row {
  flex-direction: column;
  gap: 4.8rem;
}
.partnership-company-info-body-row .form-field {
  flex: 1;
  width: 100%;
}

/* main-이용약관 동의 */
.term-item label {
  font-size: 2.4rem;
}

/* 제휴제안 등록 완료 */
.partnership-proposal-success-img {
  background-image: url("../../img/partnership-proposal/icon_completed.jpg");
  width: 20.4rem;
  height: 16.8rem;
}

.partnership-proposal-success p {
  font-size: 2rem;
  line-height: 2.75rem;
}
