.content *{
  font-family: "Pretendard Variable", Pretendard !important;
}

.banner-area {
  background-image: url(/assets/image/CF/USDAnnu/main_bg.png);
  padding-bottom: 20px;
}

.banner-section .main-object {
  text-align: left;
  margin-top: 14px;
}


@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .banner-section .quick-request-form > form > input[type=text],
  .banner-section .quick-request-form > form > select {
    margin: 5px 0;
    height: 50px;
    line-height: 50px;
  }
}

.banner-section .main-text {
  margin: 0;
}

.tab-area {
  width: 100%;
  background-color: #F4F4F4;
}

.tab-area .tab {
  width: 1100px;
  margin: 0 auto;
  align-items: center;
}

.tab-area .tab > div {
  height: 50px;
}
.tab-area .tab > div:hover {
  border-top: 3px solid #8ff5b1;
}

.tab-area .tab .active {
  background-color: white;
  border-top: 3px solid #8ff5b1;
}

.reason-area {
  width: 1100px;
  margin: 0 auto;
  padding-left: 20px !important;
}

.content > div:nth-child(3) {
  /*padding-bottom: 40px !important;*/
}

.content > div:nth-child(4) {
  /*padding-top: 40px !important;*/
}

.reason-area .text {
  margin-top: 20px;
}

.reason-area .image-section {
  margin-top: 10px;
}

.hanja {
  font-family: monospace !important;

}

.description-area > .description-text li.no-bullet:before {
  content:"";
  position: relative;
  margin-left: -14px;
}

.highlight {
  font-weight: bold;
  color:#003652;
  background: linear-gradient(#8ff5b1, #8ff5b1) no-repeat;
  background-size: 100% 100%;     /* ← 형광 높이 (줄이면 더 얇게) */
  background-position: 0 80%;   /* ← 아래쪽 기준으로 정렬 */
}
