/* English-only typography adjustments for Company History */
.history_overview_en .history_visual_message_title,
.history_overview_en .history_visual_message_desc,
.history_overview_en .mo_history_visual_message_title,
.history_overview_en .mo_history_visual_message_desc,
.history_overview_en .history_chapter_text h2,
.history_overview_en .history_chapter_text p,
.history_overview_en .mo_history_record_head,
.history_overview_en .history_record_item {
   font-family: "Pretendard", sans-serif;
   word-break: normal;
   overflow-wrap: break-word;
}

.history_overview_en .history_visual_message_body .history_visual_message_title {
   font-family: "Pretendard", sans-serif;
   font-weight: 700;
   line-height: 1.15;
   letter-spacing: -0.035em;
}

.history_overview_en .history_visual_message_body .history_visual_message_desc {
   max-width: 780px;
   margin-inline: auto;
   line-height: 1.65;
   letter-spacing: -0.01em;
}

.history_overview_en .history_chapter_text {
   width: min(980px, calc(100% - 96px));
}

.history_overview_en .history_chapter_text h2 {
   line-height: 1.08;
   letter-spacing: -0.035em;
}

.history_overview_en .history_chapter_text p {
   line-height: 1.55;
   letter-spacing: -0.01em;
}

.history_overview_en .history_record_item li p {
   line-height: 1.6;
   letter-spacing: -0.01em;
}

@media screen and (min-width: 1025px) and (max-width: 1600px) {
   .history_overview_en .history_chapter_text h2 {
      font-size: clamp(52px, 4.3vw, 64px);
   }

   .history_overview_en .history_chapter_text p {
      font-size: clamp(19px, 1.55vw, 23px);
   }

   .history_overview_en .history_record_item {
      grid-template-columns: 112px 1fr;
      column-gap: 54px;
   }

   .history_overview_en .history_record_item li p {
      font-size: clamp(16px, 1.2vw, 18px);
   }
}

@media screen and (min-width: 600px) and (max-width: 1024px) {
   .history_overview_en .history_visual_message_body .history_visual_message_title {
      font-size: clamp(28px, 4.2vw, 38px);
      line-height: 1.2;
   }

   .history_overview_en .history_visual_message_body .history_visual_message_desc {
      max-width: 640px;
      line-height: 1.65;
   }

   .history_overview_en .history_chapter_text {
      width: min(760px, calc(100% - 64px));
   }

   .history_overview_en .history_chapter_text h2 {
      font-size: clamp(42px, 6vw, 58px);
   }

   .history_overview_en .history_chapter_text p {
      font-size: clamp(17px, 2.45vw, 22px);
      line-height: 1.55;
   }

   .history_overview_en .history_record_item {
      grid-template-columns: clamp(96px, 16vw, 140px) 1fr;
   }

   .history_overview_en .history_record_item li p {
      font-size: clamp(15px, 1.9vw, 17px);
      word-break: normal;
   }
}

@media screen and (max-width: 599px) {
   .history_overview_en .mo_history_visual_message_body .mo_history_visual_message_title {
      font-family: "Pretendard", sans-serif;
      font-size: clamp(24px, 6.8vw, 30px);
      font-weight: 700;
      line-height: 1.18;
      letter-spacing: -0.035em;
   }

   .history_overview_en .mo_history_visual_message_body .mo_history_visual_message_desc {
      font-size: clamp(12px, 3.25vw, 14px);
      line-height: 1.55;
   }

   .history_overview_en .history_chapter_text {
      width: calc(100% - 40px);
   }

   .history_overview_en .history_chapter_text h2 {
      font-size: clamp(34px, 10vw, 44px);
      line-height: 1.1;
   }

   .history_overview_en .history_chapter_text p {
      font-size: clamp(14px, 4vw, 17px);
      line-height: 1.6;
   }

   .history_overview_en .history_chapter_text p br,
   .history_overview_en .mo_history_visual_message_desc br {
      display: none;
   }

   .history_overview_en .mo_history_record_title_row h2 {
      font-size: clamp(27px, 7.5vw, 32px);
      line-height: 1.12;
   }

   .history_overview_en .mo_history_record_head p {
      line-height: 1.45;
      word-break: normal;
   }

   .history_overview_en .history_record_item li p {
      font-size: clamp(14px, 3.8vw, 15px);
      line-height: 1.5;
      word-break: normal;
   }
}
