/* ir-and-new-notice-detail.css - Auto-merged from 3 section files */
/* Do not edit directly - regenerate with merge_section_css.py */

/* ========== 01-header-타이틀-배경 ========== */
/* ==========================================================================
   Header Section - IR & News Notice Detail
   ========================================================================== */

.header-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
  height: 25rem; /* 400px */
  padding: 0 320px 2.5rem;
  background-color: #ffffff;
  box-sizing: border-box;
}

.header-content {
  display: flex;
  align-items: center;
  gap: 2.1875rem; /* 35px */
  overflow: hidden;
}

.title-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.title-accent {
  width: 0.625rem; /* 10px */
  height: 100%;
  min-height: 4.2rem; /* Matches title line height */
  background-color: var(--logogreen);
  flex-shrink: 0;
}

.header-title {
  font-family: var(--font-paperlogy);
  font-weight: 700;
  font-size: 3rem; /* 48px */
  line-height: 1.4;
  letter-spacing: -0.06rem; /* -0.96px */
  color: var(--logogreen);
  text-transform: capitalize;
  margin: 0;
  padding-left: 2.1875rem; /* 35px gap */
  max-width: 60.0625rem; /* 961px */
}

/* ==========================================================================
   Responsive - Tablet
   ========================================================================== */

@media (max-width: 1199px) {
  .header-section {
    height: auto;
    min-height: 50vh;
    padding: 5% 5% 3.75rem;
  }

  .header-title {
    font-size: 2.5rem;
    max-width: 100%;
  }
}

/* ==========================================================================
   Responsive - Mobile
   ========================================================================== */

@media (max-width: 768px) {
  .header-section {
    min-height: 40vh;
    padding: 5% 5% 2.5rem;
  }

  .header-content {
    gap: 1rem;
  }

  .title-accent {
    width: 0.375rem; /* 6px */
    min-height: 3rem;
  }

  .header-title {
    font-size: 1.75rem;
    line-height: 1.3;
    letter-spacing: -0.035rem;
    padding-left: 1rem;
  }
}

/* ========== 02-소개-텍스트-및-서브-네비게이션 ========== */
/* Banner styles: ir-banner.css (공통) */

/* ========== 03-공지사항-상세-콘텐츠 ========== */
/* ========================================
   Notice Detail Contents Section
   ======================================== */

.notice-detail-contents {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  background-color: #ffffff;
  padding-top: 9.375rem; /* 150px */
  padding-bottom: 15.625rem; /* 250px */
  padding-left: 320px;
  padding-right: 320px;
  box-sizing: border-box;
}

.notice-detail-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

/* ========================================
   Header Section
   ======================================== */

.notice-detail-header {
  display: flex;
  align-items: flex-end;
  gap: 3.75rem; /* 60px */
  width: 100%;
  padding-bottom: 2.5rem; /* 40px */
}

.notice-category {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 18.75rem; /* 300px */
}

.category-title {
  font-family: var(--font-paperlogy);
  font-weight: 700;
  font-size: 2.625rem; /* 42px */
  line-height: 1.3;
  color: var(--logogreen);
  text-transform: capitalize;
  margin: 0;
  width: 100%;
}

/* ========================================
   Article Section
   ======================================== */

.notice-article {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  overflow: hidden;
}

.article-header {
  display: flex;
  flex-direction: column;
  gap: 2.5rem; /* 40px */
  width: 100%;
  padding: 2.5rem 0; /* 40px */
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
}

.article-title {
  font-family: var(--font-paperlogy);
  font-weight: 700;
  font-size: 2.125rem; /* 34px */
  line-height: 1.3;
  color: var(--darkgreen);
  margin: 0;
  width: 100%;
}

.article-date {
  font-family: var(--font-pretendard);
  font-weight: 400;
  font-size: 1.0625rem; /* 17px */
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.5);
  margin: 0;
  width: 100%;
}

/* ========================================
   Article Body
   ======================================== */

.article-body {
  display: flex;
  flex-direction: column;
  gap: 5rem; /* 80px */
  width: 100%;
  padding: 5rem; /* 80px */
  overflow: hidden;
}

.article-content {
  width: 100%;
  color: #273c35;
}

.content-main-title {
  font-family: var(--font-pretendard);
  font-weight: 700;
  font-size: 1.6875rem; /* 27px */
  line-height: 1.4;
  letter-spacing: -0.034rem; /* -0.54px */
  color: #273c35;
  margin: 0 0 1.5rem 0;
}

.content-subtitle {
  font-family: var(--font-pretendard);
  font-weight: 700;
  font-size: 1.375rem; /* 22px */
  line-height: 1.4;
  letter-spacing: -0.0275rem; /* -0.44px */
  color: #273c35;
  margin: 1.5rem 0 1rem 0;
}

.content-list {
  font-family: var(--font-pretendard);
  font-weight: 400;
  font-size: 1.25rem; /* 20px */
  line-height: 1.6;
  color: #273c35;
  margin: 0 0 1rem 0;
  padding-left: 1.5rem;
}

.content-list li {
  margin-bottom: 0.25rem;
}

.content-list li:last-child {
  margin-bottom: 0;
}

.content-text {
  font-family: var(--font-pretendard);
  font-weight: 400;
  font-size: 1.25rem; /* 20px */
  line-height: 1.6;
  color: #273c35;
  margin: 0 0 0.5rem 0;
}

.content-signature {
  margin-top: 1.5rem;
}

/* ========================================
   Navigation Section
   ======================================== */

.notice-navigation {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.nav-links {
  display: flex;
  flex-direction: column;
  flex: 1;
  min-width: 0;
}

.nav-item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  padding: 1.875rem 0; /* 30px */
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
  overflow: hidden;
}

.nav-prev {
  border-bottom: none;
}

.nav-label {
  font-family: var(--font-pretendard);
  font-weight: 400;
  font-size: 1.0625rem; /* 17px */
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.5);
  text-align: center;
  width: 5.625rem; /* 90px */
  flex-shrink: 0;
}

.nav-title {
  flex: 1;
  font-family: var(--font-pretendard);
  font-weight: 600;
  font-size: 1.375rem; /* 22px */
  line-height: 1.4;
  letter-spacing: -0.0275rem; /* -0.44px */
  color: var(--darkgreen);
  text-decoration: none;
  text-transform: capitalize;
  padding-left: 2.5rem; /* 40px */
  min-width: 0;
  transition: color 0.2s ease;
}

.nav-title:hover {
  color: var(--logogreen);
}

.nav-next .nav-title {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-right: 5rem; /* 80px */
}

.nav-list-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 11.5rem; /* 184px */
  align-self: stretch;
  background-color: var(--logogreen);
  text-decoration: none;
  overflow: hidden;
  transition: background-color 0.2s ease;
}

.nav-list-btn:hover {
  background-color: #004d33;
}

.list-icon {
  width: 2.5rem; /* 40px */
  height: 2.5rem; /* 40px */
  object-fit: contain;
}

/* ========================================
   Responsive - Tablet (768px ~ 1199px)
   ======================================== */

@media (max-width: 1199px) {
  .notice-detail-contents {
    padding-left: 5%;
    padding-right: 5%;
    padding-top: 6rem;
    padding-bottom: 8rem;
  }

  .notice-detail-header {
    padding-bottom: 1.5rem;
  }

  .category-title {
    font-size: 2rem;
  }

  .article-header {
    gap: 1.5rem;
    padding: 1.5rem 0;
  }

  .article-title {
    font-size: 1.75rem;
  }

  .article-body {
    padding: 2.5rem;
    gap: 2.5rem;
  }

  .content-main-title {
    font-size: 1.375rem;
  }

  .content-subtitle {
    font-size: 1.125rem;
  }

  .content-list,
  .content-text {
    font-size: 1rem;
  }

  .nav-item {
    padding: 1.25rem 0;
  }

  .nav-title {
    font-size: 1.125rem;
    padding-left: 1.5rem;
  }

  .nav-next .nav-title {
    padding-right: 2rem;
  }

  .nav-list-btn {
    width: 8rem;
  }

  .list-icon {
    width: 2rem;
    height: 2rem;
  }
}

/* ========================================
   Responsive - Mobile (max-width: 767px)
   ======================================== */

@media (max-width: 767px) {
  .notice-detail-contents {
    padding-left: 5%;
    padding-right: 5%;
    padding-top: 4rem;
    padding-bottom: 5rem;
  }

  .notice-detail-header {
    padding-bottom: 1rem;
  }

  .notice-category {
    width: 100%;
  }

  .category-title {
    font-size: 1.5rem;
  }

  .article-header {
    gap: 1rem;
    padding: 1.25rem 0;
  }

  .article-title {
    font-size: 1.375rem;
  }

  .article-date {
    font-size: 0.875rem;
  }

  .article-body {
    padding: 1.5rem;
    gap: 1.5rem;
  }

  .content-main-title {
    font-size: 1.25rem;
    margin-bottom: 1rem;
  }

  .content-subtitle {
    font-size: 1.0625rem;
    margin: 1rem 0 0.75rem 0;
  }

  .content-list,
  .content-text {
    font-size: 0.9375rem;
  }

  .content-list {
    padding-left: 1.25rem;
  }

  .notice-navigation {
    flex-direction: column;
  }

  .nav-links {
    width: 100%;
  }

  .nav-item {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.5rem;
    padding: 1rem 0;
  }

  .nav-label {
    width: auto;
    text-align: left;
    font-size: 0.875rem;
  }

  .nav-title {
    padding-left: 0;
    font-size: 1rem;
    white-space: normal;
    overflow: visible;
    text-overflow: clip;
  }

  .nav-next .nav-title {
    padding-right: 0;
    white-space: normal;
    overflow: visible;
    text-overflow: clip;
  }

  .nav-list-btn {
    width: 100%;
    min-height: 3.5rem;
    margin-top: 1rem;
  }

  .list-icon {
    width: 1.75rem;
    height: 1.75rem;
  }
}

