﻿@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard/dist/web/static/pretendard.css");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+KR:wght@600;700&display=swap");

@font-face {
  font-family: "S-Core Dream";
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-6Bold.woff") format("woff");
  font-display: swap;
  font-weight: 600;
}

@font-face {
  font-family: "S-Core Dream";
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-7ExtraBold.woff") format("woff");
  font-display: swap;
  font-weight: 700;
}

@font-face {
    font-family: 'NotoSansKR';
    font-weight: 400;
    src: url(../fonts/NotoSansKR-R.woff2) format('woff2'),
        url(../fonts/NotoSansKR-R.woff) format('woff');
}

:root {
  --black: #000;
  --dark: #242424;
  --gold: #c0a477;
  --gold-strong: #ce902c;
  --gold-light: #f0dc9a;
  --gold-bright: #ffc812;
  --orange: #f0a040;
  --white: #fff;
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  background: var(--black);
}

body {
  color: var(--white);
  font-family: "Pretendard", "Apple SD Gothic Neo", sans-serif;
}

.honor-html,
.honor-page {
  scrollbar-width: none;
}

.honor-html::-webkit-scrollbar,
.honor-page::-webkit-scrollbar {
  display: none;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
}

.mobile-only {
  display: none;
}

.menu-toggle {
  position: fixed;
  opacity: 0;
  pointer-events: none;
}

.page {
  min-width: 320px;
  padding-top: 120px;
  overflow: hidden;
  background: var(--black);
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 40;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 120px;
  padding: 20px max(80px, calc((100vw - 1440px) / 2 + 80px));
  background: var(--black);
}

.site-header__logo,
.site-header__ghost {
  width: 80px;
  height: 80px;
  flex: 0 0 80px;
}

.site-header__logo img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  filter: drop-shadow(0 4px 4px rgba(0, 0, 0, 0.42));
}

.site-header__nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}

.site-header__item {
  position: relative;
}

.site-header__nav > a,
.site-header__item > a {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4;
  white-space: nowrap;
  transition: color 0.2s ease, transform 0.2s ease;
}

.site-header__nav > a::after,
.site-header__item > a::after {
  content: "";
  position: absolute;
  right: 16px;
  bottom: 10px;
  left: 16px;
  height: 1px;
  background: var(--gold-strong);
  opacity: 0;
  transform: scaleX(0.2);
  transform-origin: center;
  transition: opacity 0.2s ease, transform 0.22s ease;
}

.site-header__nav > a:hover,
.site-header__nav > a:focus-visible,
.site-header__item > a:hover,
.site-header__item > a:focus-visible {
  color: var(--gold-strong);
  transform: translateY(-1px);
}

.site-header__nav > a:hover::after,
.site-header__nav > a:focus-visible::after,
.site-header__item > a:hover::after,
.site-header__item > a:focus-visible::after {
  opacity: 1;
  transform: scaleX(1);
}

.site-header__nav > a.is-active,
.site-header__item > a.is-active {
  color: var(--gold-strong);
  font-weight: 700;
}

.site-header__dropdown {
  position: absolute;
  top: 100%;
  left: 50%;
  z-index: 2;
  display: flex;
  flex-direction: column;
  min-width: 188px;
  padding: 12px;
  border: 1px solid rgba(192, 164, 119, 0.36);
  background: rgba(18, 18, 18, 0.96);
  box-shadow: 0 18px 34px rgba(0, 0, 0, 0.34);
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, 8px) scaleY(0.72);
  transform-origin: top center;
  transition: opacity 0.22s ease, transform 0.28s cubic-bezier(0.2, 0.78, 0.24, 1);
}

.site-header__item:hover .site-header__dropdown,
.site-header__item:focus-within .site-header__dropdown {
  opacity: 1;
  pointer-events: auto;
  transform: translate(-50%, 0) scaleY(1);
}

.site-header__dropdown a {
  display: flex;
  align-items: center;
  min-height: 38px;
  padding: 8px 12px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 15px;
  font-weight: 500;
  line-height: 1.35;
  white-space: nowrap;
  transition: color 0.18s ease, transform 0.18s ease, background 0.18s ease;
}

.site-header__dropdown a:hover,
.site-header__dropdown a:focus-visible,
.site-header__dropdown a.is-current {
  color: var(--gold-strong);
}

.site-header__dropdown a:hover,
.site-header__dropdown a:focus-visible {
  background: rgba(192, 164, 119, 0.08);
  transform: translateX(4px);
}

.site-header__menu {
  display: none;
}

.home .hero-visual {
  position: relative;
  background: var(--black);
}

.home .hero-visual__image {
  max-width:1440px;
  margin:0 auto;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: left center;
}

.home .hero-copy {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  margin-top: -20px;
  padding: 0 0 150px;
  background: transparent;
  text-align: center;
}

.home .hero-copy__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 1280px;
  gap: 32px;
}

.home .hero-copy h1,
.home .story h2 {
  margin: 0;
  font-family: "Noto Serif KR", serif;
  font-weight: 700;
  line-height: 1.45;
  color: transparent;
  background: linear-gradient(90deg, var(--gold-bright), var(--gold-strong));
  -webkit-background-clip: text;
  background-clip: text;
  word-break: keep-all;
}

.home .hero-copy h1 {
  margin-top: -8px;
  font-size: 48px;
}

.home .hero-copy__titles {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
  width: 100%;
}

.home .hero-copy p:not(.hero-copy__edition) {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin: 0;
  color: var(--white);
  font-size: 28px;
  font-weight: 500;
  line-height: 1.43;
}

.home .hero-copy__edition {
  display: block;
  margin: 0;
  color: var(--white);
  font-size: 28px;
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
}

@media (min-width: 1440px) {
  .home .hero-copy__edition {
    margin-top: 3px;
  }
}

.home .hero-copy .button.button--fill {
  color: var(--black);
  background: var(--gold-strong);
  border-color: var(--gold-strong);
}

.home .button-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

.button {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 200px;
  min-height: 54px;
  padding: 16px 20px;
  border: 1px solid var(--gold);
  font-family: NotoSansKR, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
}

.button::after {
  content: "";
  position: absolute;
  top: -60%;
  bottom: -60%;
  left: -75%;
  width: 46%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.46), transparent);
  transform: skewX(-24deg);
  pointer-events: none;
}

.button--fill {
  color: var(--black);
  background: var(--gold);
}

.button--line {
  color: var(--gold-strong);
  background: transparent;
}

.home .stats {
  background: rgba(36, 36, 36, 0.8);
}

.home .stats__inner {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: center;
  width: 100%;
  max-width: 1440px;
  height: 159px;
  margin: 0 auto;
  padding: 40px 80px;
}

.home .stats__item {
  position: relative;
  text-align: center;
}

.home .stats__item + .stats__item::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 1px;
  height: 80px;
  background: rgba(255, 255, 255, 0.18);
  transform: translateY(-50%);
}

.home .stats strong {
  display: block;
  color: var(--orange);
  font-family: "Noto Serif KR", serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.45;
}

.home .stats span {
  display: block;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4;
}

.home .story {
  position: relative;
  height: 788px;
  overflow: hidden;
}

.home .story__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: left center;
}

.home .story__inner {
  position: relative;
  display: flex;
  justify-content: space-between;
  width: 1280px;
  margin: 0 auto;
  padding-top: 120px;
}

.home .story__copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 40px;
  width: 820px;
}

.home .story h2 {
  font-size: 36px;
}

.home .story p {
  margin: 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4;
  word-break: keep-all;
}

.home .story__year {
  position: relative;
  width: 304px;
  height: 320px;
  margin-top: 250px;
  margin-right: 0;
}

.home .story__year-emblem {
  position: absolute;
  top: 0;
  left: 50%;
  width: 275px;
  height: 250px;
  max-width: none;
  object-fit: contain;
  object-position: 50% 50%;
  transform: translateX(-50%);
}

.home .story__year-text {
  position: absolute;
  right: 39px;
  bottom: 0;
  left: 39px;
  width: 226px;
  height: 52px;
}

.home .winners {
  position: relative;
  height: 990px;
  overflow: hidden;
  background: var(--black);
}

.home .winners__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  max-width: none;
  height: 100%;
  object-fit: cover;
  object-position: left center;
}

.home .winners__shade {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.46);
}

.home .section-heading {
  position: relative;
  width: 1280px;
}

.home .section-heading p {
  margin: 0 0 16px;
  color: var(--gold-strong);
  font-size: 28px;
  font-weight: 500;
  line-height: 1.43;
}

.home .section-heading h2 {
  margin: 0 0 16px;
  font-family: "Noto Serif KR", serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.45;
}

.home .section-heading span {
  color: var(--gold-light);
  font-size: 14px;
  line-height: 1.4;
}

.home .winners__heading {
  position: absolute;
  top: 120px;
  left: 50%;
  transform: translateX(-50%);
}

.home .winners__rail {
  position: absolute;
  display: flex;
  gap: 28px;
  width: 2474px;
}

.home .winners__rail img {
  width: 250px;
  height: 166px;
  max-width: none;
  object-fit: cover;
  transition: transform 0.28s ease, box-shadow 0.28s ease;
  will-change: transform;
}

.home .winners__rail--one {
  top: 364px;
  left: calc(50% - 477px);
}

.home .winners__rail--two {
  top: 571px;
  left: calc(50% - 315px);
}

.home .winners__button {
  position: absolute;
  top: 818px;
  left: 50%;
  transform: translateX(-50%);
}

.home .schedule {
  position: relative;
  height: 696px;
  background: var(--black);
}

.home .schedule__heading {
  position: absolute;
  top: 120px;
  left: 50%;
  transform: translateX(-50%);
}

.home .schedule__body {
  position: absolute;
  top: 398px;
  left: 50%;
  width: 1280px;
  height: 220px;
  transform: translateX(-50%);
}

.home .schedule__brand {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: flex-end;
  width: 305px;
}

.home .schedule__brand img:first-child {
  width: 180px;
  height: 180px;
}

.home .schedule__brand img:last-child {
  width: 112px;
  height: 40px;
  margin-bottom: 0;
  margin-left: -2px;
}

.home .schedule__steps {
  position: absolute;
  top: 66px;
  left: 325px;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  width: 955px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.home .schedule__steps::before {
  content: "";
  position: absolute;
  top: 18px;
  left: 112px;
  right: 112px;
  height: 1px;
  background: rgba(192, 164, 119, 0.74);
}

.home .schedule__steps li {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  text-align: center;
}

.home .schedule__steps i {
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  color: var(--white);
  background: var(--gold-strong);
  font-style: normal;
  font-size: 20px;
  font-weight: 500;
}

.home .schedule__steps strong {
  display: block;
  color: var(--gold-strong);
  font-family: "Noto Serif KR", serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.4;
}

.home .schedule__steps span {
  display: block;
  margin-top: -16px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4;
}

.home .schedule__ceremony {
  position: absolute;
  top: -88px;
  left: 50%;
  width: 80px;
  height: 80px;
  object-fit: cover;
  transform: translateX(-50%);
}

.home .countdown {
  display: flex;
  justify-content: center;
  min-height: 514px;
  background: var(--black);
}

.home .countdown__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 1280px;
  gap: 40px;
}

.home .countdown h2 {
  margin: 0;
  font-family: "Noto Serif KR", serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.4;
}

.home .countdown__grid {
  display: flex;
  align-items: center;
  gap: 20px;
}

.home .countdown__grid div {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 143px;
  min-height: 110px;
  padding: 20px 0;
  border: 1px solid var(--gold-strong);
  border-radius: 12px;
  background: rgba(192, 164, 119, 0.2);
  color: var(--gold);
  text-align: center;
}

.home .countdown__grid strong,
.home .countdown__grid span {
  display: block;
}

.home .countdown__grid strong {
  font-family: "Noto Serif KR", serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.45;
  min-width: 2ch;
}

.home .countdown__grid strong.is-ticking {
  animation: countdownDrop 0.32s ease;
}

.home .countdown__grid span {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4;
}

.home .countdown__grid i {
  position: relative;
  flex: 0 0 24px;
  width: 24px;
  height: 24px;
  background: none;
}

.home .countdown__grid i::before,
.home .countdown__grid i::after {
  content: "";
  position: absolute;
  left: 50%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--gold);
  transform: translateX(-50%);
}

.home .countdown__grid i::before {
  top: 5px;
}

.home .countdown__grid i::after {
  bottom: 5px;
}

.home .countdown p {
  margin: 0;
  color: var(--gold-light);
  font-size: 14px;
  line-height: 1.4;
}

.honor {
  background: var(--black);
}

.honor-hero {
  position: relative;
  height: 300px;
  overflow: hidden;
  background: var(--black);
}

.honor-hero__image {
  position: absolute;
  inset: 0;
  width: 100%;
  max-width: none;
  height: 100%;
  object-fit: cover;
  object-position: left center;
  opacity: 0.92;
}

.honor-hero__inner {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  width: 1360px;
  height: 100%;
  margin: 0 auto;
  padding-bottom: 58px;
}

.honor-breadcrumb {
  display: inline-flex;
  align-items: center;
  gap: 0;
  margin: 0 0 16px;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: -0.28px;
  word-break: keep-all;
}

.honor-breadcrumb__item {
  white-space: nowrap;
}

.honor-breadcrumb__item--current {
  color: #ff9d00;
}

.honor-breadcrumb__separator {
  position: relative;
  flex: 0 0 24px;
  width: 24px;
  height: 24px;
  color: #fff;
}

.honor-breadcrumb__separator::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 8px;
  width: 6px;
  height: 6px;
  border-top: 1.5px solid currentColor;
  border-right: 1.5px solid currentColor;
  transform: rotate(45deg);
  transform-origin: center;
}

.honor-hero h1 {
  margin: 0;
  font-family: "Noto Serif KR", serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.45;
}

.honor-tabs {
  height: 80px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(0, 0, 0, 0.92);
}

.honor-tabs__inner {
  display: flex;
  width: 1360px;
  height: 100%;
  margin: 0 auto;
}

.honor-tabs a {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 112px;
  height: 100%;
  padding: 0 30px;
  border-right: 1px solid rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.82);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
}

.honor-tabs a:first-child {
  border-left: 1px solid rgba(255, 255, 255, 0.08);
}

.honor-tabs a.is-active {
  color: var(--gold-strong);
  background: rgba(206, 144, 44, 0.16);
  box-shadow: inset 0 -1px 0 var(--gold-strong);
}

.honor-content {
  padding: 80px 0 120px;
  background: var(--black);
}

.honor-content__inner {
  width: 1360px;
  margin: 0 auto;
}

.honor-content__head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.honor-content__copy h2 {
  margin: 0;
  font-family: "Noto Serif KR", serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.45;
  word-break: keep-all;
}

.honor-content__copy p {
  margin: 20px 0 0;
  color: var(--gold-strong);
  font-size: 24px;
  font-weight: 600;
  line-height: 1.4;
  word-break: keep-all;
}

.honor-year {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 305px;
  height: 70px;
  margin-top: 0;
  border: 1px solid rgba(192, 164, 119, 0.82);
  border-radius: 2px;
  color: var(--white);
  background: transparent;
}

.honor-year select {
  width: 100%;
  height: 100%;
  padding: 0 68px 0 30px;
  border: 0;
  color: var(--white);
  background: transparent;
  font-family: NotoSansKR, sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.4;
  appearance: none;
  cursor: pointer;
}

.honor-year select:focus {
  outline: none;
}

.honor-year select option {
  color: var(--black);
  background: var(--white);
}

.honor-year i {
  position: absolute;
  top: 50%;
  right: 30px;
  pointer-events: none;
  width: 14px;
  height: 14px;
  border-right: 3px solid rgba(255, 255, 255, 0.82);
  border-bottom: 3px solid rgba(255, 255, 255, 0.82);
  transform: translateY(-65%) rotate(45deg);
}

.honor-grid {
  display: grid;
  grid-template-columns: repeat(4, 325px);
  gap: 20px;
  margin-top: 64px;
}

.honor-card {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 325px;
  height: 329px;
  overflow: hidden;
  border-radius: 14px;
  background: var(--white);
  color: var(--black);
  transition: transform 0.28s ease, box-shadow 0.28s ease;
  will-change: transform;
}

.honor-card__logo {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 177px;
  padding: 28px 24px 20px;
  border-bottom: 1px solid #e5e5e5;
}

.honor-card__logo img {
  max-width: 234px;
  max-height: 104px;
  object-fit: contain;
  transition: transform 0.28s ease;
  will-change: transform;
}

.honor-card__body {
  display: flex;
  flex: 1;
  flex-direction: column;
  align-items: center;
  padding-top: 27px;
  text-align: center;
}

.honor-card__body strong {
  display: block;
  font-size: 22px;
  font-weight: 800;
  line-height: 1.4;
}

.honor-card__body span {
  display: block;
  margin-top: 10px;
  color: #3f3f3f;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
}

.honor-card__body em {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 86px;
  height: 25px;
  margin-top: 18px;
  padding: 0 11px;
  border: 1px solid #178de8;
  border-radius: 999px;
  color: #178de8;
  background: #e8f5ff;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
}

.honor-card:first-child .honor-card__body em {
  min-width: 70px;
  border-color: #ffbe16;
  color: #ff9f00;
  background: #fff7de;
}

.best {
  background: var(--black);
}

.best-content {
  padding: 80px 0 119px;
  background: var(--black);
}

.best-content__inner {
  width: 1360px;
  margin: 0 auto;
}

.best-content__head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.best-content__head h2 {
  margin: 0;
  font-family: "Noto Serif KR", serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.45;
  word-break: keep-all;
}

.best-category {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  width: 1360px;
  margin-top: 55px;
}

.best-category.best-category--with-dov {
  grid-template-columns: repeat(5, 1fr);
}

.best-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 1360px;
  margin-top: 40px;
}

.best-card {
  position: relative;
  display: grid;
  grid-template-columns: 325px 1fr;
  min-height: 200px;
  overflow: hidden;
  border-radius: 14px;
  background: var(--white);
  color: var(--black);
  transition: transform 0.28s ease, box-shadow 0.28s ease;
  will-change: transform;
}

.best-card__logo {
  display: flex;
  align-items: center;
  justify-content: center;
  border-right: 1px solid #ddd;
}

.best-card__logo img {
  max-width: 200px;
  max-height: 98px;
  object-fit: contain;
  transition: transform 0.28s ease;
  will-change: transform;
}

.best-card__body {
  padding: 24px 54px 28px 20px;
}

.best-card__top {
  display: flex;
  align-items: center;
  gap: 14px;
  min-height: 44px;
}

.best-card__top strong {
  font-size: 22px;
  font-weight: 800;
  line-height: 1.4;
}

.best-card__top span {
  color: #3f3f3f;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
}

.best-card__top em {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 86px;
  height: 25px;
  padding: 0 11px;
  border: 1px solid #178de8;
  border-radius: 999px;
  color: #178de8;
  background: #e8f5ff;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
}

.best-card__top .best-card__badge--all {
  min-width: 70px;
  border-color: #ffbe16;
  color: #ff9f00;
  background: #fff7de;
}

.best-card__top .awardLevelClass {
  min-width: 70px;
  border-color: var(--gold-strong);
  color: var(--gold-strong);
  background: rgba(206, 144, 44, 0.14);
}

.best-card__body p {
  margin: 24px 0 0;
  color: #3f3f3f;
  font-size: 16px;
  line-height: 1.45;
  word-break: keep-all;
}

.best-card__more {
  position: absolute;
  top: 24px;
  right: 24px;
  width: 28px;
  height: 28px;
  overflow: hidden;
  border: 0;
  border-radius: 50%;
  color: #d99b29;
  background: transparent;
  font-size: 32px;
  font-weight: 300;
  line-height: 24px;
}

.area-tabs button::after,
.judging-area-tabs button::after,
.best-category__item::after,
.best-card__more::after {
  content: "";
  position: absolute;
  top: -70%;
  bottom: -70%;
  left: -85%;
  width: 52%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.42), transparent);
  transform: skewX(-24deg);
  pointer-events: none;
}

.best-card[hidden] {
  display: none;
}

.detail-link {
  position: absolute;
  inset: 0;
  z-index: 2;
}

.detail-modal {
  position: fixed;
  inset: 0;
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: center;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.28s ease, visibility 0.28s ease;
}

.detail-modal:target {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}

.detail-modal__dim {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.62);
}

.detail-modal__panel {
  position: relative;
  z-index: 1;
  width: 800px;
  min-height: 600px;
  max-height: calc(100vh - 120px);
  overflow: auto;
  padding: 48px 16px 42px;
  border-radius: 12px;
  background: var(--white);
  color: var(--black);
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.16);
  transform: translateY(34px);
  transition: transform 0.32s ease;
}

.detail-modal:target .detail-modal__panel {
  transform: translateY(0);
}

.detail-modal__close {
  position: absolute;
  top: 16px;
  right: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  border: 1px solid #3f3f3f;
  border-radius: 50%;
  color: #3f3f3f;
  font-size: 0;
  line-height: 0;
}

.detail-modal__close::before,
.detail-modal__close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 1.5px;
  border-radius: 999px;
  background: #3f3f3f;
  transform-origin: center;
}

.detail-modal__close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.detail-modal__close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.detail-modal__head {
  display: grid;
  grid-template-columns: 132px 1fr;
  gap: 14px;
  width: 768px;
  margin: 0 auto;
  padding-bottom: 14px;
  border-bottom: 1px solid #ddd;
}

.detail-modal__logo {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 132px;
  height: 88px;
  border: 1px solid #ddd;
  border-radius: 8px;
}

.detail-modal__logo img {
  max-width: 92px;
  max-height: 48px;
  object-fit: contain;
}

.detail-modal__title {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding-top: 2px;
}

.detail-modal__title strong {
  font-size: 18px;
  font-weight: 800;
  line-height: 1.4;
}

.detail-modal__title span {
  margin-top: 4px;
  color: #3f3f3f;
  font-size: 14px;
  line-height: 1.4;
}

.detail-modal__badges {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  gap: 14px;
  margin-top: 14px;
}

.detail-modal__badges em {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 70px;
  height: 25px;
  margin-top: 0;
  padding: 0 11px;
  border: 1px solid #ffbe16;
  border-radius: 999px;
  color: #ff9f00;
  background: #fff7de;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
}

.detail-modal__badges .awardLevelClass {
  border-color: var(--gold-strong);
  color: var(--gold-strong);
  background: rgba(206, 144, 44, 0.14);
}

.detail-modal__image {
  width: 361px;
  height: 240px;
  margin: 16px auto 0;
  border-radius: 8px;
  object-fit: cover;
  object-position: left center;
}

.detail-modal__panel p {
  width: 768px;
  margin: 20px auto 0;
  color: #3f3f3f;
  font-size: 14px;
  line-height: 1.45;
  word-break: keep-all;
}

.media {
  background: var(--black);
}

.media-hero .honor-hero__image {
  object-position: center;
}

.media-content {
  padding: 80px 0 120px;
  background:
    linear-gradient(180deg, rgba(206, 144, 44, 0.08), transparent 320px),
    var(--black);
}

.media-content__inner {
  width: 1360px;
  margin: 0 auto;
}

.media-content__head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 40px;
}

.media-content__head p {
  margin: 0 0 16px;
  color: var(--gold-strong);
  font-family: NotoSansKR, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0;
}

.media-content__head h2 {
  margin: 0;
  font-family: "Noto Serif KR", serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.45;
  word-break: keep-all;
}

.featured-ads-intro {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 40px;
}

.featured-ads-intro h2 {
  margin: 0;
  color: var(--white);
  font-family: "Noto Serif KR", serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.45;
  letter-spacing: 0;
  word-break: keep-all;
}

.featured-section + .featured-section {
  margin-top: 80px;
}

.featured-ads-intro + .featured-section .featured-article-list {
  margin-top: 56px;
}

.featured-section + .featured-section .featured-article-list {
  margin-top: 0;
}

.featured-ads-intro strong {
  font: inherit;
}

.featured-empty {
  margin: 40px 0 0;
  color: rgba(255, 255, 255, 0.58);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
}

.featured-article-list {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-top: 56px;
}

.featured-article-card {
  overflow: hidden;
  border-radius: 4px;
  background: var(--white);
}

.featured-article-card__inner {
  display: grid;
  grid-template-columns: 510px 1fr;
  gap: 72px;
  align-items: center;
  min-height: 258px;
  padding: 28px 42px;
}

.featured-article-card__image {
  display: block;
  width: 510px;
  aspect-ratio: 904 / 584;
  overflow: hidden;
  background: #ddd;
}

.featured-article-card__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.featured-article-card__body {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  min-width: 0;
  padding-top: 2px;
}

.featured-article-card__body strong {
  color: #ce902c;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.45;
}

.featured-article-card__divider {
  display: block;
  width: 100%;
  height: 1px;
  margin-top: 18px;
  background: #dcae64;
}

.featured-article-card__logos {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 28px;
}

.featured-article-card__logo {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 126px;
  height: 40px;
  border: 1px solid #d4b178;
  border-radius: 2px;
  background: #fff;
}

.featured-article-card__logo img {
  display: block;
  max-width: 86px;
  max-height: 26px;
  object-fit: contain;
}

.media-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 32px 24px;
  margin-top: 56px;
}

.ceremony-video {
  width: 100%;
  margin-top: 40px;
}

.ceremony-video__frame {
  position: relative;
  width: 100%;
  height: 335px;
  overflow: hidden;
  border: 1px solid rgba(192, 164, 119, 0.22);
  border-radius: 8px;
  background: #181818;
}

.ceremony-video__frame iframe,
.ceremony-video__frame video {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
  object-fit: contain;
  background: #181818;
}

.ceremony-video + .media-grid {
  margin-top: 40px;
}

.media-card {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(192, 164, 119, 0.22);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.06);
  transition: border-color 0.24s ease, transform 0.28s ease, box-shadow 0.28s ease;
}

.media-card a {
  display: block;
  height: 100%;
}

.media-card figure {
  display: flex;
  flex-direction: column;
  height: 100%;
  margin: 0;
}

.media-card__thumb {
  position: relative;
  display: block;
  aspect-ratio: 424 / 276;
  overflow: hidden;
  background: #181818;
}

.media-card__thumb::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(180deg, transparent 50%, rgba(0, 0, 0, 0.34));
  opacity: 0.72;
  transition: opacity 0.24s ease;
}

.media-card__thumb img,
.media-card__thumb video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 0.34s ease;
}

.media-card__play {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  width: 56px;
  height: 56px;
  border: 1.5px solid rgba(255, 255, 255, 0.88);
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.42);
  transform: translate(-50%, -50%);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.28);
  pointer-events: none;
}

.media-card__play::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 54%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 0 8px 14px;
  border-color: transparent transparent transparent #fff;
  transform: translate(-50%, -50%);
}

.media-card--video .media-card__thumb video {
  pointer-events: none;
}

.media-card:nth-child(3) .media-card__thumb img {
  object-position: center top;
}

.media-card:nth-child(4) .media-card__thumb img,
.media-card:nth-child(6) .media-card__thumb img {
  object-fit: contain;
  padding: 24px;
  background: linear-gradient(145deg, rgba(206, 144, 44, 0.18), rgba(255, 255, 255, 0.04));
}

.media-card figcaption {
  min-height: 0;
  padding: 14px 18px 16px;
}

.media-card figcaption span {
  display: block;
  color: rgba(255, 255, 255, 0.52);
  font-size: 13px;
  font-weight: 500;
  line-height: 1.4;
}

.media-card figcaption strong {
  display: block;
  min-height: 0;
  margin-top: 6px;
  color: var(--white);
  font-size: 18px;
  font-weight: 800;
  line-height: 1.4;
  word-break: keep-all;
}

.media-card figcaption em {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 24px;
  margin-top: 10px;
  padding: 0 12px;
  border: 1px solid rgba(206, 144, 44, 0.52);
  border-radius: 999px;
  color: var(--gold-strong);
  background: rgba(206, 144, 44, 0.1);
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0;
}

.media-card:hover,
.media-card:focus-within {
  border-color: rgba(206, 144, 44, 0.72);
  box-shadow: 0 22px 50px rgba(0, 0, 0, 0.36);
  transform: translateY(-6px);
}

.media-card:hover .media-card__thumb::after,
.media-card:focus-within .media-card__thumb::after {
  opacity: 0.38;
}

.media-card:hover .media-card__thumb img,
.media-card:focus-within .media-card__thumb img,
.media-card:hover .media-card__thumb video,
.media-card:focus-within .media-card__thumb video {
  transform: scale(1.045);
}

.media-lightbox {
  position: fixed;
  inset: 0;
  z-index: 60;
  display: flex;
  align-items: center;
  justify-content: center;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.28s ease, visibility 0.28s ease;
}

.media-lightbox:target {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}

.media-lightbox.is-lightbox-closed {
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
}

.media-lightbox__dim {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 50% 18%, rgba(206, 144, 44, 0.22), transparent 35%),
    rgba(0, 0, 0, 0.78);
}

.media-lightbox__panel {
  position: relative;
  z-index: 1;
  width: min(1080px, calc(100vw - 80px));
  max-height: calc(100vh - 96px);
  overflow: hidden;
  border: 1px solid rgba(240, 220, 154, 0.28);
  border-radius: 8px;
  background: #080808;
  box-shadow: 0 30px 86px rgba(0, 0, 0, 0.52);
  transform: translateY(34px);
  transition: transform 0.32s ease;
}

.media-lightbox:target .media-lightbox__panel {
  transform: translateY(0);
}

.media-lightbox__panel img,
.media-lightbox__panel video {
  display: block;
  width: 100%;
  max-height: calc(100vh - 220px);
  object-fit: contain;
  background: #111;
}

.media-lightbox__caption {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 22px 28px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.media-lightbox__caption span {
  flex: 0 0 auto;
  color: var(--gold-strong);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.4;
}

.media-lightbox__caption strong {
  color: var(--white);
  font-family: NotoSansKR, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
  text-align: right;
  word-break: keep-all;
}

.media-lightbox__close {
  position: absolute;
  top: 18px;
  right: 18px;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.34);
  color: var(--white);
  font-size: 0;
  line-height: 0;
}

.media-lightbox__close::before,
.media-lightbox__close::after {
  content: "";
  position: absolute;
  width: 14px;
  height: 1.5px;
  border-radius: 999px;
  background: currentColor;
}

.media-lightbox__close::before {
  transform: rotate(45deg);
}

.media-lightbox__close::after {
  transform: rotate(-45deg);
}

.resources {
  background: var(--black);
}

.resources-content {
  padding: 80px 0 120px;
  background:
    linear-gradient(180deg, rgba(206, 144, 44, 0.1), transparent 360px),
    radial-gradient(circle at 78% 12%, rgba(240, 220, 154, 0.12), transparent 28%),
    var(--black);
}

.resources-tools {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 14px;
  width: 420px;
}

.resources-content__inner {
  width: 1360px;
  margin: 0 auto;
}

.resources-content__head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 40px;
}

.resources-content__head p {
  margin: 0 0 16px;
  color: var(--gold-strong);
  font-family: NotoSansKR, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0;
}

.resources-content__head h2 {
  margin: 0;
  font-family: "Noto Serif KR", serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.45;
  word-break: keep-all;
}

.resources-search {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 420px;
}

.resources-search span {
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
}

.resources-search input {
  width: 100%;
  height: 58px;
  border: 1px solid rgba(192, 164, 119, 0.4);
  border-radius: 6px;
  padding: 0 20px;
  color: var(--white);
  background: rgba(255, 255, 255, 0.06);
  font: inherit;
  font-size: 16px;
  line-height: 1.4;
  outline: none;
  transition: border-color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
}

.resources-search input::placeholder {
  color: rgba(255, 255, 255, 0.42);
}

.resources-search input:focus {
  border-color: rgba(206, 144, 44, 0.88);
  background: rgba(255, 255, 255, 0.08);
  box-shadow: 0 0 0 3px rgba(206, 144, 44, 0.16);
}

.resources-controls {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-top: 52px;
}

.resources-filter,
.resources-view {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.resources-filter button,
.resources-view button {
  position: relative;
  min-height: 46px;
  overflow: hidden;
  border: 1px solid rgba(192, 164, 119, 0.34);
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.78);
  background: rgba(255, 255, 255, 0.06);
  font: inherit;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.35;
  cursor: pointer;
  transition: border-color 0.2s ease, color 0.2s ease, background 0.2s ease, transform 0.2s ease;
}

.resources-filter button {
  padding: 0 20px;
}

.resources-view button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  padding: 0;
  border-radius: 50%;
}

.resources-filter button.is-active,
.resources-view button.is-active {
  border-color: #d99b29;
  color: var(--black);
  background: #d99b29;
}

.resources-view__icon {
  position: relative;
  display: block;
  width: 18px;
  height: 18px;
}

.resources-view__icon--gallery {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  gap: 3px;
}

.resources-view__icon--gallery::before,
.resources-view__icon--gallery::after,
.resources-view__icon--gallery span {
  display: none;
}

.resources-view__icon--gallery {
  background:
    linear-gradient(currentColor 0 0) left top / 7px 7px no-repeat,
    linear-gradient(currentColor 0 0) right top / 7px 7px no-repeat,
    linear-gradient(currentColor 0 0) left bottom / 7px 7px no-repeat,
    linear-gradient(currentColor 0 0) right bottom / 7px 7px no-repeat;
}

.resources-view__icon--list::before,
.resources-view__icon--list::after {
  content: "";
  position: absolute;
  left: 0;
  width: 18px;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
  box-shadow: 0 8px 0 currentColor;
}

.resources-view__icon--list::before {
  top: 2px;
}

.resources-view__icon--list::after {
  bottom: 0;
  box-shadow: none;
}

.resources-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  margin-top: 30px;
}

.resources-list__head {
  display: none;
}

.resource-card {
  position: relative;
  min-height: 386px;
  overflow: hidden;
  border: 1px solid rgba(192, 164, 119, 0.22);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.06);
  transition: border-color 0.24s ease, transform 0.28s ease, box-shadow 0.28s ease;
}

.resource-card[hidden] {
  display: none;
}

.resource-card a {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.resource-card__visual {
  position: relative;
  display: flex;
  flex: 0 0 auto;
  align-items: flex-end;
  justify-content: space-between;
  aspect-ratio: 424 / 212;
  overflow: hidden;
  padding: 24px;
  background:
    linear-gradient(135deg, rgba(206, 144, 44, 0.9), rgba(27, 27, 27, 0.82) 58%),
    linear-gradient(45deg, rgba(255, 255, 255, 0.12), transparent 42%);
}

.resource-card__visual img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}

.resource-card__visual.has-thumb {
  background: #181818;
}

.resource-card__visual.has-thumb::before {
  z-index: 1;
  background: linear-gradient(180deg, transparent 40%, rgba(0, 0, 0, 0.55));
  border: 0;
  inset: 0;
}

.resource-card__visual.has-thumb::after {
  display: none;
}

.resource-card__visual::before,
.resource-card__visual::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.resource-card__visual::before {
  inset: 18px;
  border: 1px solid rgba(255, 255, 255, 0.18);
}

.resource-card__visual::after {
  right: -46px;
  bottom: -58px;
  width: 190px;
  height: 190px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 50%;
}

.resource-card:nth-child(2n) .resource-card__visual:not(.has-thumb) {
  background:
    linear-gradient(135deg, rgba(78, 78, 78, 0.95), rgba(206, 144, 44, 0.62)),
    linear-gradient(45deg, rgba(255, 255, 255, 0.12), transparent 42%);
}

.resource-card:nth-child(3n) .resource-card__visual:not(.has-thumb) {
  background:
    linear-gradient(135deg, rgba(32, 32, 32, 0.96), rgba(240, 220, 154, 0.34)),
    linear-gradient(45deg, rgba(255, 255, 255, 0.12), transparent 42%);
}

.resource-card__visual em {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 12px;
  border: 1px solid rgba(255, 255, 255, 0.34);
  border-radius: 999px;
  color: var(--white);
  font-size: 12px;
  font-style: normal;
  font-weight: 800;
  line-height: 1.2;
}

.resource-card__visual.has-thumb em {
  background: rgba(0, 0, 0, 0.45);
}

.resource-card__body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 24px 24px 26px;
}

.resource-card__meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.resource-card__meta em {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 12px;
  border: 1px solid rgba(206, 144, 44, 0.52);
  border-radius: 999px;
  color: var(--gold-strong);
  background: rgba(206, 144, 44, 0.1);
  font-size: 12px;
  font-style: normal;
  font-weight: 800;
  line-height: 1.2;
}

.resource-card__meta time {
  color: rgba(255, 255, 255, 0.5);
  font-size: 13px;
  font-weight: 500;
  line-height: 1.4;
}

.resource-card__body strong {
  display: block;
  min-height: 62px;
  margin-top: 18px;
  color: var(--white);
  font-size: 22px;
  font-weight: 800;
  line-height: 1.4;
  word-break: keep-all;
}

.resource-card__text {
  display: block;
  margin-top: 14px;
  color: rgba(255, 255, 255, 0.66);
  font-size: 15px;
  line-height: 1.55;
  word-break: keep-all;
}

.resource-card__links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: auto;
  padding-top: 22px;
}

.resource-card__links span {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 10px;
  border-radius: 4px;
  color: rgba(255, 255, 255, 0.72);
  background: rgba(255, 255, 255, 0.08);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.2;
}

.resources-list.is-list-view {
  display: flex;
  flex-direction: column;
  gap: 0;
  border-top: 1px solid rgba(192, 164, 119, 0.46);
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.resources-list.is-list-view .resources-list__head {
  display: grid;
  grid-template-columns: 140px minmax(0, 1fr) 130px 160px;
  align-items: center;
  min-height: 50px;
  padding: 0 24px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  color: rgba(240, 220, 154, 0.78);
  background: rgba(206, 144, 44, 0.12);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.35;
}

.resources-list.is-list-view .resources-list__head span:nth-child(1) {
  grid-column: 1;
}

.resources-list.is-list-view .resources-list__head span:nth-child(2) {
  grid-column: 2;
}

.resources-list.is-list-view .resources-list__head span:nth-child(3) {
  grid-column: 3;
}

.resources-list.is-list-view .resources-list__head span:nth-child(4) {
  grid-column: 4;
  text-align: right;
}

.resources-list.is-list-view .resource-card {
  min-height: 0;
  overflow: visible;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 0;
  background: transparent;
}

.resources-list.is-list-view .resource-card a {
  display: block;
  min-height: 78px;
  padding: 0 24px;
}

.resources-list.is-list-view .resource-card__visual {
  display: none;
}

.resources-list.is-list-view .resource-card__body {
  display: grid;
  grid-template-columns: 140px minmax(0, 1fr) 130px 160px;
  align-items: center;
  gap: 0;
  min-height: 78px;
  padding: 0;
}

.resources-list.is-list-view .resource-card__meta {
  display: contents;
}

.resources-list.is-list-view .resource-card__meta em {
  grid-column: 1;
  grid-row: 1;
  justify-self: start;
}

.resources-list.is-list-view .resource-card__meta time {
  grid-column: 3;
  grid-row: 1;
  color: rgba(255, 255, 255, 0.56);
  font-size: 14px;
}

.resources-list.is-list-view .resource-card__text {
  display: none;
}

.resources-list.is-list-view .resource-card__body strong {
  grid-column: 2;
  grid-row: 1;
  min-height: 0;
  margin: 0;
  padding-right: 24px;
  overflow: hidden;
  color: rgba(255, 255, 255, 0.9);
  font-size: 18px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.resources-list.is-list-view .resource-card__links {
  grid-column: 4;
  grid-row: 1;
  justify-content: flex-end;
  margin: 0;
  padding: 0;
}

.resources-list.is-list-view .resource-card__links span {
  min-height: 28px;
  background: rgba(255, 255, 255, 0.07);
}

.resources-empty {
  margin: 48px 0 0;
  padding: 42px 24px;
  border: 1px solid rgba(192, 164, 119, 0.24);
  border-radius: 8px;
  color: rgba(255, 255, 255, 0.72);
  background: rgba(255, 255, 255, 0.05);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}

.resources-pagination {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 48px;
}

.resources-pagination button {
  width: 42px;
  height: 42px;
  border: 1px solid rgba(192, 164, 119, 0.34);
  border-radius: 50%;
  color: rgba(255, 255, 255, 0.76);
  background: rgba(255, 255, 255, 0.05);
  font: inherit;
  font-size: 14px;
  font-weight: 800;
  line-height: 1;
  cursor: pointer;
}

.resources-pagination button.is-active {
  border-color: #d99b29;
  color: var(--black);
  background: #d99b29;
}

.resource-detail-content {
  padding: 80px 0 120px;
  background:
    linear-gradient(180deg, rgba(206, 144, 44, 0.08), transparent 320px),
    var(--black);
}

.resource-detail {
  width: 1120px;
  margin: 0 auto;
  border-top: 2px solid rgba(206, 144, 44, 0.74);
  color: var(--white);
}

.resource-detail__head {
  padding: 38px 0 30px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}

.resource-detail__category {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 12px;
  border: 1px solid rgba(206, 144, 44, 0.56);
  border-radius: 999px;
  color: var(--gold-strong);
  background: rgba(206, 144, 44, 0.12);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.2;
}

.resource-detail__head h2 {
  margin: 20px 0 0;
  font-family: "Noto Serif KR", serif;
  font-size: 36px;
  font-weight: 800;
  line-height: 1.42;
  word-break: keep-all;
}

.resource-detail__head dl {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 28px 0 0;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.resource-detail__head dl div {
  display: grid;
  grid-template-columns: 92px 1fr;
  min-height: 54px;
  border-right: 1px solid rgba(255, 255, 255, 0.12);
}

.resource-detail__head dl div:last-child {
  border-right: 0;
}

.resource-detail__head dt,
.resource-detail__head dd {
  display: flex;
  align-items: center;
  margin: 0;
  font-size: 14px;
  line-height: 1.4;
}

.resource-detail__head dt {
  justify-content: center;
  color: rgba(240, 220, 154, 0.82);
  background: rgba(206, 144, 44, 0.12);
  font-weight: 800;
}

.resource-detail__head dd {
  padding: 0 18px;
  color: rgba(255, 255, 255, 0.72);
  font-weight: 600;
}

.resource-detail__head dd a {
  color: var(--gold-strong);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.resource-detail__body {
  padding: 46px 0 52px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.resource-detail__body p {
  width: 900px;
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 16px;
  line-height: 1.8;
  word-break: keep-all;
}

.resource-detail__body p + p {
  margin-top: 18px;
}

.resource-detail__files,
.resource-detail__related {
  display: grid;
  grid-template-columns: 160px 1fr;
  gap: 12px 24px;
  padding: 24px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.resource-detail__files h3,
.resource-detail__related h3 {
  grid-row: 1 / span 4;
  margin: 0;
  color: var(--gold-strong);
  font-size: 16px;
  font-weight: 800;
  line-height: 1.4;
}

.resource-detail__files a,
.resource-detail__related a {
  color: rgba(255, 255, 255, 0.78);
  font-size: 15px;
  font-weight: 600;
  line-height: 1.4;
  word-break: break-all;
}

.resource-detail__actions {
  display: flex;
  justify-content: center;
  margin-top: 44px;
}

.resource-detail__actions a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 132px;
  min-height: 48px;
  padding: 0 24px;
  border: 1px solid #d99b29;
  border-radius: 4px;
  color: var(--black);
  background: #d99b29;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.3;
}

.is-contact-modal-open {
  overflow: hidden;
}

.contact-modal {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 40px 24px;
  pointer-events: none;
}

.contact-modal.is-open {
  display: flex;
  pointer-events: auto;
}

.contact-modal__dim {
  position: absolute;
  inset: 0;
  border: 0;
  background:
    radial-gradient(circle at 50% 18%, rgba(206, 144, 44, 0.24), transparent 34%),
    rgba(0, 0, 0, 0.72);
  cursor: pointer;
}

.contact-modal__panel {
  position: relative;
  z-index: 1;
  width: min(960px, 100%);
  max-height: min(720px, calc(100vh - 80px));
  overflow-y: auto;
  overscroll-behavior: contain;
  padding: 42px 44px 36px;
  border: 1px solid rgba(240, 220, 154, 0.34);
  border-radius: 8px;
  background:
    linear-gradient(145deg, rgba(38, 35, 30, 0.98), rgba(8, 8, 8, 0.98) 58%),
    var(--black);
  color: var(--white);
  box-shadow: 0 34px 90px rgba(0, 0, 0, 0.48);
  transform: translateY(46px);
  transition: transform 0.34s cubic-bezier(0.2, 0.78, 0.24, 1);
}

.contact-modal.is-open .contact-modal__panel {
  transform: translateY(0);
}

.contact-modal__close {
  position: absolute;
  top: 18px;
  right: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border: 1px solid rgba(255, 255, 255, 0.42);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.04);
  color: rgba(255, 255, 255, 0.86);
  cursor: pointer;
}

.contact-modal__close::before,
.contact-modal__close::after {
  content: "";
  position: absolute;
  width: 12px;
  height: 1.5px;
  border-radius: 999px;
  background: currentColor;
}

.contact-modal__close::before {
  transform: rotate(45deg);
}

.contact-modal__close::after {
  transform: rotate(-45deg);
}

.contact-modal__eyebrow {
  color: var(--gold-strong);
  font-family: NotoSansKR, sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0;
}

.contact-modal__head {
  display: grid;
  grid-template-columns: 240px 1fr;
  gap: 28px;
  align-items: end;
  margin-top: 10px;
  padding-bottom: 26px;
  border-bottom: 1px solid rgba(192, 164, 119, 0.28);
}

.contact-modal__head h2 {
  margin: 0;
  font-family: "Noto Serif KR", serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 1.2;
}

.contact-modal__head p {
  margin: 0;
  color: rgba(255, 255, 255, 0.7);
  font-size: 16px;
  line-height: 1.6;
  word-break: keep-all;
}

.contact-form__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px 20px;
  margin-top: 28px;
}

.contact-form label {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.contact-form__wide {
  grid-column: 1 / -1;
}

.contact-form label > span:first-child {
  color: rgba(255, 255, 255, 0.82);
  font-size: 14px;
  font-weight: 600;
  line-height: 1.3;
}

.contact-form__required {
  margin-left: 2px;
  color: var(--gold-strong);
}

.contact-form__error {
  display: none;
  margin: 0;
  color: #ff9b9b;
  font-size: 13px;
  line-height: 1.4;
}

.contact-form__error.is-visible {
  display: block;
}

.contact-form label.is-error input:not([type="checkbox"]),
.contact-form label.is-error textarea {
  border-color: rgba(255, 120, 120, 0.85);
}

.contact-form__terms {
  gap: 8px;
  margin-top: 2px;
}

.contact-form__checkbox {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
}

.contact-form__checkbox-text {
  color: rgba(255, 255, 255, 0.82);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  word-break: keep-all;
}

.contact-form input[type="checkbox"] {
  width: 18px;
  height: 18px;
  min-width: 18px;
  margin: 0;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.42);
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.06);
  accent-color: var(--gold);
  flex-shrink: 0;
  cursor: pointer;
}

.contact-form input:not([type="checkbox"]),
.contact-form textarea {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 6px;
  padding: 14px 15px;
  background: rgba(255, 255, 255, 0.07);
  color: var(--white);
  font: inherit;
  line-height: 1.4;
  outline: none;
  transition: border-color 0.18s ease, background 0.18s ease, box-shadow 0.18s ease;
}

.contact-form textarea {
  min-height: 120px;
  resize: vertical;
}

.contact-form input::placeholder,
.contact-form textarea::placeholder {
  color: rgba(255, 255, 255, 0.38);
}

.contact-form input:not([type="checkbox"]):focus,
.contact-form textarea:focus {
  border-color: rgba(240, 220, 154, 0.78);
  background: rgba(255, 255, 255, 0.1);
  box-shadow: 0 0 0 3px rgba(206, 144, 44, 0.16);
}

.contact-form__actions {
  display: flex;
  justify-content: flex-end;
  gap: 12px;
  margin-top: 26px;
}

.contact-form__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 126px;
  min-height: 48px;
  padding: 13px 20px;
  border: 1px solid var(--gold);
  border-radius: 0;
  font-family: NotoSansKR, sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.35;
  cursor: pointer;
}

.contact-form__button--ghost {
  background: transparent;
  color: var(--gold-strong);
}

.contact-form__button--fill {
  background: var(--gold);
  color: var(--black);
}

.contact-confirm {
  max-width: 560px;
  margin: 8px auto 0;
  padding: 32px 0 10px;
  text-align: center;
}

.contact-confirm__mark {
  position: relative;
  width: 112px;
  height: 38px;
  margin: 0 auto 22px;
}

.contact-confirm__mark::after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  width: 26px;
  height: 26px;
  border: 1px solid rgba(240, 220, 154, 0.88);
  background:
    linear-gradient(135deg, rgba(240, 220, 154, 0.52), rgba(206, 144, 44, 0.12)),
    rgba(206, 144, 44, 0.2);
  box-shadow: 0 0 24px rgba(206, 144, 44, 0.24);
  transform: translate(-50%, -50%) rotate(45deg);
}

.contact-confirm__mark::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(240, 220, 154, 0.86), transparent);
}

.contact-confirm strong {
  display: block;
  font-family: "Noto Serif KR", serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.35;
}

.contact-confirm p {
  margin: 14px 0 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 16px;
  line-height: 1.6;
  word-break: keep-all;
}

.contact-confirm__summary {
  margin: 24px 0;
  padding: 16px 18px;
  border: 1px solid rgba(192, 164, 119, 0.26);
  background: rgba(255, 255, 255, 0.06);
  color: var(--gold-light);
  font-size: 15px;
  line-height: 1.5;
  word-break: keep-all;
}

.sub-page .page {
  background: var(--black);
}

.sub-hero {
  position: relative;
  height: 340px;
  overflow: hidden;
  background: var(--black);
}

.sub-hero__image {
  position: absolute;
  inset: 0;
  width: 100%;
  max-width: none;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.sub-hero__inner {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  width: 1280px;
  height: 100%;
  margin: 0 auto;
  padding-bottom: 80px;
}

.sub-hero h1 {
  margin: 0;
  font-family: "Noto Serif KR", serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.45;
}

.sub-category {
  height: 58px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(0, 0, 0, 0.92);
}

.sub-category__inner {
  display: flex;
  width: 1280px;
  height: 100%;
  margin: 0 auto;
}

.sub-category a {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 94px;
  height: 100%;
  padding: 0 24px;
  border-right: 1px solid rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.82);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
  white-space: nowrap;
}

.sub-category a:first-child {
  border-left: 1px solid rgba(255, 255, 255, 0.08);
}

.sub-category a.is-active {
  color: var(--gold-strong);
  background: rgba(206, 144, 44, 0.16);
  box-shadow: inset 0 -1px 0 var(--gold-strong);
}

.sub-content {
  padding: 80px 0 120px;
  background: var(--black);
}

.sub-content__inner {
  width: 1280px;
  margin: 0 auto;
}

.purpose-visual {
  width: 1280px;
  height: 556px;
  border-radius: 12px;
  object-fit: cover;
}

.sub-content--purpose {
  padding-top: 60px;
}

.purpose-intro {
  display: grid;
  grid-template-columns: 628px 630px;
  justify-content: space-between;
  height: 312px;
  margin-top: 60px;
}

.purpose-intro h2,
.sub-section-title,
.sub-cta h2 {
  margin: 0;
  font-family: "Noto Serif KR", serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.45;
  word-break: keep-all;
}

.purpose-intro > div > p {
  margin: 20px 0 0;
  color: #ff9d00;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.43;
}

.purpose-intro > p {
  margin: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.43;
  word-break: keep-all;
}

.purpose-cards,
.award-area-cards,
.criteria-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
  margin-top: 80px;
}

.purpose-card,
.award-area-card,
.criteria-card {
  position: relative;
  min-height: 410px;
  overflow: hidden;
  padding: 40px 30px;
  border: 1px solid var(--gold);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.04);
}

.purpose-card img {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  max-width: none;
  height: 100%;
  object-fit: cover;
}

.purpose-card:nth-child(1) img {
  opacity: 0.69;
}

.purpose-card:nth-child(2) img {
  opacity: 0.6;
}

.purpose-card:nth-child(3) img {
  opacity: 0.45;
}

.purpose-card h3,
.award-area-card h3,
.criteria-card h3 {
  position: relative;
  z-index: 1;
  margin: 0;
  color: #ff9d00;
  font-family: "Noto Serif KR", serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.4;
  word-break: keep-all;
}

.purpose-card p,
.award-area-card p,
.criteria-card p {
  position: relative;
  z-index: 1;
  margin: 24px 0 0;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.43;
  word-break: keep-all;
}

.sub-content--history {
  position: relative;
  padding-top: 0;
  padding-bottom: 126px;
  overflow: hidden;
  isolation: isolate;
}

.sub-content--history::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.48) 0%, rgba(0, 0, 0, 0.08) 24%, rgba(0, 0, 0, 0.16) 68%, rgba(0, 0, 0, 0.62) 100%),
    linear-gradient(90deg, rgba(0, 0, 0, 0.34) 0%, rgba(0, 0, 0, 0.04) 24%, rgba(0, 0, 0, 0.04) 76%, rgba(0, 0, 0, 0.34) 100%);
  pointer-events: none;
}

.history-backdrop {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}

.history-backdrop__stage {
  position: fixed;
  top: 0;
  left: 50%;
  z-index: 0;
  width: 1440px;
  height: 100vh;
  overflow: hidden;
  clip-path: inset(var(--history-clip-top, 100vh) 0 var(--history-clip-bottom, 100vh) 0);
  opacity: 0;
  transform: translateX(-50%);
  transition: opacity 0.18s linear;
}

.history-backdrop__stage::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.18), rgba(0, 0, 0, 0.02) 44%, rgba(0, 0, 0, 0.24));
}

.sub-content--history.is-backdrop-visible .history-backdrop__stage {
  opacity: 1;
}

.history-backdrop__image {
  position: absolute;
  inset: -8vh 0;
  width: 100%;
  height: calc(100% + 16vh);
  object-fit: cover;
  object-position: center;
  opacity: 0;
  filter: saturate(1.02) contrast(1.02);
  transform: translate3d(0, calc(var(--history-bg-shift, 0) * -140px), 0) scale(1.05);
  transition: opacity 0.22s linear, transform 0.18s linear;
  will-change: opacity, transform;
}

.history-backdrop__image:first-child {
  opacity: 1;
}

.history-backdrop__image:nth-child(5) {
  object-position: center top;
}

.sub-content--history .sub-content__inner {
  position: relative;
  z-index: 2;
}

.history-mobile-intro {
  display: none;
}

.history-timeline {
  position: relative;
  height: 3140px;
}

.history-timeline::before {
  content: "";
  position: absolute;
  top: 268px;
  left: 640px;
  width: 1px;
  height: 2992px;
  background: rgba(192, 164, 119, 0.7);
}

.history-card {
  position: absolute;
  top: var(--history-top);
  width: 447px;
  height: var(--history-height);
  padding: 30px;
  border: 1px solid rgba(192, 164, 119, 0.82);
  border-radius: 12px;
  background: rgba(0, 0, 0, 0.2);
}

.history-card--left {
  left: 163px;
  text-align: right;
}

.history-card--right {
  left: 670px;
  text-align: left;
}

.history-card::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: var(--gold);
  transform: translateY(-50%);
}

.history-card--left::after {
  right: -39px;
}

.history-card--right::after {
  left: -38px;
}

.history-timeline strong {
  display: block;
  color: var(--white);
  font-family: "Noto Serif KR", serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.4;
}

.history-timeline p,
.history-timeline span {
  display: block;
  margin: 10px 0 0;
  font-size: 18px;
  line-height: 1.43;
  word-break: keep-all;
}

.history-timeline p {
  color: #ff9d00;
}

.history-timeline span {
  color: #e5e5e5;
}

.sub-content--benefits {
  padding-top: 80px;
}

.sub-content--benefits .sub-lead {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.4;
}

.sub-content--benefits .sub-section-title {
  margin-top: 80px;
  font-size: 36px;
}

.benefit-table {
  width: 100%;
  margin-top: 20px;
  box-shadow:
    inset 0 1px rgba(229, 229, 229, 0.4),
    inset 0 -1px rgba(229, 229, 229, 0.4);
}

.benefit-table__head,
.benefit-table__row {
  display: grid;
  grid-template-columns: 328px 1fr;
}

.benefit-table__head > div {
  display: flex;
  align-items: center;
  height: 76px;
  padding: 24px 16px;
  background: #bda579;
  color: var(--white);
  font-family: NotoSansKR, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.4;
}

.benefit-table__row {
  height: var(--benefit-row-height);
}

.benefit-table__row > div {
  display: flex;
  align-items: center;
  height: 100%;
  padding: 24px 16px;
  box-shadow: inset 0 1px rgba(229, 229, 229, 0.4);
  color: var(--white);
  font-size: 18px;
  font-weight: 500;
  line-height: 1.43;
  word-break: keep-all;
}

.benefit-table__row:nth-child(odd) {
  background: rgba(255, 255, 255, 0.16);
}

.benefit-table-mobile {
  display: none;
}

.sub-lead {
  margin: 0;
  padding: 20px;
  border-radius: 12px;
  background: rgba(67, 67, 67, 0.6);
  font-family: "Noto Serif KR", serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.4;
  word-break: keep-all;
}

.sub-info-box {
  margin: 0;
  padding: 20px;
  border: 1px solid rgba(192, 164, 119, 0.82);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.04);
  font-size: 24px;
  font-weight: 500;
  line-height: 1.43;
  word-break: keep-all;
}

.sub-section-title {
  margin-top: 80px;
}

.sub-section-desc {
  margin: 10px 0 0;
  font-size: 20px;
  line-height: 1.4;
  word-break: keep-all;
}

.sub-content--application .sub-lead {
  line-height: 1.4;
}

.sub-content--application .sub-section-title {
  height: 52px;
  font-size: 36px;
  line-height: 1.45;
}

.application-map {
  display: grid;
  grid-template-columns: 305px 630px 305px;
  gap: 20px;
  align-items: stretch;
  width: 1280px;
  min-height: 418px;
  margin-top: 40px;
}

.application-map__card {
  display: flex;
  flex-direction: column;
  border-radius: 12px;
  background: var(--white);
  color: #242424;
}

.application-map__card h3,
.application-map__card p {
  margin: 0;
  word-break: keep-all;
}

.application-map__card h3 {
  font-family: "Noto Serif KR", serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.4;
  text-align: center;
}

.application-map__card p {
  color: #434343;
  font-size: 14px;
  letter-spacing: -0.02em;
  line-height: 1.4;
  text-align: center;
}

.application-map__card--approach,
.application-map__card--report {
  justify-content: space-between;
  min-height: 418px;
  padding: 20px 12px;
}

.application-map__approaches {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1;
  margin-top: 20px;
}

.application-map__approach-item,
.application-map__report-icon {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.application-map__approach-item strong {
  font-family: NotoSansKR, sans-serif;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.4;
}

.application-map__approach-item span,
.application-map__report-icon span {
  color: #434343;
  font-size: 14px;
  letter-spacing: -0.02em;
  line-height: 1.4;
}

.application-map__approach-item i {
  display: grid;
  place-items: center;
  width: 90px;
  height: 90px;
  margin-top: 0;
  border-radius: 6px;
  background: rgba(143, 179, 226, 0.05);
}

.application-map__approach-item:first-child i {
  background: var(--white);
}

.application-map__approach-item img {
  width: 54px;
  height: 54px;
  object-fit: contain;
}

.application-map__middle {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.application-map__card--management,
.application-map__card--practice {
  gap: 20px;
  padding: 20px 12px;
}

.application-map__group-head {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.application-map__card--management h3 {
  color: #bda579;
}

.application-map__group-head h3 {
  color: #39280a;
}
s
.application-map__card--practice h3 {
  color: #ce902c;
}

.application-map__tags {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 8px;
}

.application-map__tags span,
.application-map__report-tag {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 10px;
  border-radius: 4px;
  color: var(--white);
  font-size: 18px;
  font-weight: 500;
  letter-spacing: -0.02em;
  line-height: 1.43;
  text-align: center;
  white-space: nowrap;
}

.application-map__card--management .application-map__tags span {
  background: #39280a;
}

.application-map__card--practice .application-map__tags span {
  background: #c0a477;
}

.application-map__card--report {
  align-items: center;
  justify-content: center;
  gap: 20px;
}

.application-map__report-head {
  display: flex;
  flex-direction: column;
  gap: 4px;
  width: 100%;
}

.application-map__report-tag {
  width: min(100%, 281px);
  background: #bda579;
}

.application-map__report-icons {
  display: grid;
  grid-template-columns: repeat(2, 72px);
  gap: 12px;
  justify-content: center;
}

.application-map__report-icon:first-child {
  grid-column: 1 / -1;
}

.application-map__report-icon i {
  display: grid;
  place-items: center;
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: rgba(143, 179, 226, 0.1);
}

.application-map__report-icon img {
  width: 36px;
  height: 36px;
  object-fit: contain;
}

.award-area-card {
  min-height: 488px;
}

.sub-content--application .award-area-cards {
  height: 488px;
}

.sub-content--application .award-area-card {
  height: 488px;
  min-height: 0;
}

.sub-content--application .award-area-card p {
  min-height: 104px;
  margin-top: 12px;
  letter-spacing: -0.02em;
}

.award-area-card dl {
  position: relative;
  z-index: 1;
  margin: 40px 0 0;
}

.sub-content--application .award-area-card dl + dl {
  margin-top: 24px;
}

.award-area-card dt {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 38px;
  background: rgba(61, 87, 121, 0.9);
  color: var(--white);
  font-size: 16px;
  font-weight: 700;
}

.sub-content--application .award-area-card dt {
  background: rgba(255, 157, 0, 0.2);
}

.award-area-card dd {
  margin: 12px 0 0;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: -0.02em;
  line-height: 1.43;
  text-align: center;
  word-break: keep-all;
}

.area-tabs {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-top: 80px;
}

.area-tabs button {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 68px;
  overflow: hidden;
  border: 0;
  border-radius: 8px;
  color: #d6c08f;
  background: #454545;
  font: inherit;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4;
}

.area-tabs button.is-active {
  color: var(--black);
  background: #d99b29;
  font-weight: 800;
}

.sub-content--categories .sub-lead {
  line-height: 1.4;
}

.sub-content--categories .area-tabs {
  height: 68px;
}

.sub-content--categories .sub-section-title {
  height: 52px;
  margin-top: 40px;
  color: #ce902c;
  font-size: 36px;
  line-height: 1.45;
}

.sub-content--categories .sub-section-desc {
  font-size: 20px;
  font-weight: 500;
  white-space: nowrap;
}

.award-category-table {
  width: 100%;
  margin-top: 40px;
  border-collapse: collapse;
  table-layout: fixed;
  box-shadow:
    inset 0 1px rgba(229, 229, 229, 0.4),
    inset 0 -1px rgba(229, 229, 229, 0.4);
}

.award-category-table__col-1,
.award-category-table__col-2 {
  width: 328px;
}

.award-category-table--report .award-category-table__col-1 {
  width: 328px;
}

.award-category-table th,
.award-category-table td {
  height: var(--category-row-height);
  padding: 24px 16px;
  border: 0;
  box-shadow: inset 0 1px rgba(229, 229, 229, 0.4);
  color: var(--white);
  font-size: 18px;
  font-weight: 500;
  line-height: 1.43;
  letter-spacing: -0.02em;
  text-align: center;
  vertical-align: middle;
  word-break: break-word;
}

.award-category-table tbody td:last-child {
  text-align: left;
}

.award-category-table th {
  height: 76px;
  background: #bda579;
  font-family: NotoSansKR, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0;
}

.award-category-table__part {
  background: rgba(255, 255, 255, 0.16);
}

.award-category-table__group {
  width: 328px;
  font-family: NotoSansKR, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0;
  text-align: center;
}

.award-category-mobile {
  display: none;
}

.figma-table {
  width: 100%;
  margin-top: 40px;
  border-top: 1px solid rgba(229, 229, 229, 0.4);
  border-bottom: 1px solid rgba(229, 229, 229, 0.4);
  overflow: hidden;
}

.figma-table__row {
  display: grid;
  grid-template-columns: repeat(var(--cols), minmax(0, 1fr));
}

.figma-table--award .figma-table__row {
  grid-template-columns: 328px 328px 1fr;
}

.figma-table--report .figma-table__row {
  grid-template-columns: 328px 1fr;
}

.figma-table--benefits .figma-table__row,
.figma-table--judging .figma-table__row {
  grid-template-columns: 328px 1fr;
}

.figma-table--judging .figma-table__row {
  grid-template-columns: 328px 1fr 328px;
}

.figma-table__row > div {
  display: flex;
  align-items: center;
  min-height: 100px;
  padding: 24px 16px;
  border-top: 1px solid rgba(229, 229, 229, 0.4);
  color: var(--white);
  font-size: 18px;
  font-weight: 500;
  line-height: 1.43;
  word-break: keep-all;
}

.figma-table__row--head > div {
  min-height: 76px;
  border-top: 0;
  background: #bda579;
  font-family: NotoSansKR, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.4;
}

.figma-table__row > div:nth-child(2):not(:last-child),
.figma-table--report .figma-table__row > div:first-child:not(:last-child) {
  background: rgba(255, 255, 255, 0.16);
}

.figma-table__row:nth-child(odd):not(.figma-table__row--head) {
  background: rgba(255, 255, 255, 0.05);
}

.figma-table__row .is-group {
  justify-content: center;
  font-family: NotoSansKR, sans-serif;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
}

.figma-table ul {
  margin: 0;
  padding-left: 27px;
}

.figma-table--mini {
  margin-top: 24px;
}

.figma-table--mini .figma-table__row > div {
  min-height: 50px;
  padding: 12px 8px;
}

.process-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 36px;
  margin-top: 20px;
}

.process-row--three {
  grid-template-columns: repeat(3, 1fr);
}

.process-box {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 112px;
  padding: 20px 12px;
  border: 1px solid rgba(192, 164, 119, 0.82);
  background: rgba(255, 255, 255, 0.04);
}

.process-box + .process-box::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -36px;
  border-top: 18px solid transparent;
  border-bottom: 18px solid transparent;
  border-left: 36px solid #bda579;
  transform: translateY(-50%);
}

.process-box strong {
  font-family: "Noto Serif KR", serif;
  color: #ff9d00;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.4;
}

.process-box span,
.process-box small {
  display: block;
  margin-top: 8px;
  color: var(--white);
  font-size: 18px;
  line-height: 1.43;
}

.sub-content--judging .sub-lead {
  border: 0;
  background: rgba(67, 67, 67, 0.6);
  font-family: "Noto Serif KR", serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.4;
}

.sub-content--judging {
  --judging-system-arrow-right: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='34' height='22' viewBox='0 0 34 22' fill='none'%3E%3Cpath d='M4 3L12 11L4 19' stroke='%23c0a477' stroke-width='4' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M18 3L26 11L18 19' stroke='%23c0a477' stroke-width='4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  --judging-system-arrow-left: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='34' height='22' viewBox='0 0 34 22' fill='none'%3E%3Cpath d='M30 3L22 11L30 19' stroke='%23c0a477' stroke-width='4' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M16 3L8 11L16 19' stroke='%23c0a477' stroke-width='4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  --judging-system-arrow-up: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='34' viewBox='0 0 22 34' fill='none'%3E%3Cpath d='M3 16L11 8L19 16' stroke='%23c0a477' stroke-width='4' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M3 30L11 22L19 30' stroke='%23c0a477' stroke-width='4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  --judging-system-arrow-down: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='34' viewBox='0 0 22 34' fill='none'%3E%3Cpath d='M3 4L11 12L19 4' stroke='%23c0a477' stroke-width='4' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M3 18L11 26L19 18' stroke='%23c0a477' stroke-width='4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  --judging-flow-arrow-gold: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='22' viewBox='0 0 14 22' fill='none'%3E%3Cpath d='M3 3L11 11L3 19' stroke='%23c0a477' stroke-width='4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  --judging-flow-arrow-blue: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='22' viewBox='0 0 14 22' fill='none'%3E%3Cpath d='M3 3L11 11L3 19' stroke='%23bda579' stroke-width='4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  --judging-flow-arrow-down-gold: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='14' viewBox='0 0 22 14' fill='none'%3E%3Cpath d='M3 3L11 11L19 3' stroke='%23c0a477' stroke-width='4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  --judging-flow-arrow-down-blue: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='14' viewBox='0 0 22 14' fill='none'%3E%3Cpath d='M3 3L11 11L19 3' stroke='%23bda579' stroke-width='4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.judging-block {
  margin-top: 80px;
}

.judging-block__title {
  margin: 0 0 40px;
  color: #ff9d00;
  font-family: "Noto Serif KR", serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.45;
  word-break: keep-all;
}

.judging-block--system .judging-block__title {
  margin-bottom: 20px;
}

.judging-system-diagram {
  position: relative;
  display: flex;
  align-items: center;
  gap: 36px;
  width: 100%;
  padding: 48px;
  border: 1px dashed #c0a477;
  border-radius: 12px;
  --judging-system-arrow-right: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='34' height='22' viewBox='0 0 34 22' fill='none'%3E%3Cpath d='M4 3L12 11L4 19' stroke='%23c0a477' stroke-width='4' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M18 3L26 11L18 19' stroke='%23c0a477' stroke-width='4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  --judging-system-arrow-left: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='34' height='22' viewBox='0 0 34 22' fill='none'%3E%3Cpath d='M30 3L22 11L30 19' stroke='%23c0a477' stroke-width='4' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M16 3L8 11L16 19' stroke='%23c0a477' stroke-width='4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  --judging-system-arrow-up: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='34' viewBox='0 0 22 34' fill='none'%3E%3Cpath d='M3 16L11 8L19 16' stroke='%23c0a477' stroke-width='4' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M3 30L11 22L19 30' stroke='%23c0a477' stroke-width='4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  --judging-system-arrow-down: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='34' viewBox='0 0 22 34' fill='none'%3E%3Cpath d='M3 4L11 12L19 4' stroke='%23c0a477' stroke-width='4' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M3 18L11 26L19 18' stroke='%23c0a477' stroke-width='4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  --judging-flow-arrow-gold: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='22' viewBox='0 0 14 22' fill='none'%3E%3Cpath d='M3 3L11 11L3 19' stroke='%23c0a477' stroke-width='4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  --judging-flow-arrow-blue: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='22' viewBox='0 0 14 22' fill='none'%3E%3Cpath d='M3 3L11 11L3 19' stroke='%23bda579' stroke-width='4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  --judging-flow-arrow-down-gold: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='14' viewBox='0 0 22 14' fill='none'%3E%3Cpath d='M3 3L11 11L19 3' stroke='%23c0a477' stroke-width='4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  --judging-flow-arrow-down-blue: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='14' viewBox='0 0 22 14' fill='none'%3E%3Cpath d='M3 3L11 11L19 3' stroke='%23bda579' stroke-width='4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.judging-system-diagram::before,
.judging-system-diagram::after {
  content: "";
  position: absolute;
  left: 50%;
  width: 42px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 34px 22px;
}

.judging-system-diagram::before {
  top: 0;
  background-image: var(--judging-system-arrow-right);
  transform: translate(-50%, -50%);
}

.judging-system-diagram::after {
  bottom: 0;
  background-image: var(--judging-system-arrow-left);
  transform: translate(-50%, 50%);
}

.judging-system-step {
  display: flex;
  flex: 1 1 0;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 100px;
  padding: 18px;
  border-radius: 12px;
  background: #c0a477;
  text-align: center;
  word-break: keep-all;
}

.judging-system-step strong {
  color: #39280a;
  font-family: "Noto Serif KR", serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.4;
}

.judging-system-step span {
  margin-top: 4px;
  color: var(--white);
  font-size: 18px;
  font-weight: 500;
  letter-spacing: -0.02em;
  line-height: 1.43;
}

.flow-arrow {
  position: relative;
  display: flex;
  align-self: center;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: 36px;
  height: 36px;
  color: #c0a477;
  font-size: 32px;
  font-weight: 700;
  line-height: 1;
}

.flow-arrow::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: var(--judging-flow-arrow-gold);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 14px 22px;
}

.flow-arrow--blue {
  width: 28px;
  color: #bda579;
  font-size: 36px;
}

.flow-arrow--blue::before {
  background-image: var(--judging-flow-arrow-blue);
}

.flow-arrow--down {
  width: 100%;
  height: 28px;
}

.flow-arrow--down::before {
  background-image: var(--judging-flow-arrow-down-blue);
  background-size: 22px 14px;
}

.judging-flow-chevron {
  display: block;
  width: 100%;
  height: 18px;
  margin: 4px 0 8px;
  background: rgba(189, 165, 121, 0.2);
  clip-path: polygon(0 0, 100% 0, 100% 36%, 50% 100%, 0 36%);
  flex-shrink: 0;
}

.flow-arrow--desktop-only {
  display: flex;
}

.judging-flow-chevron.flow-arrow--desktop-only {
  display: block;
}

.judging-flow-arrow--mobile-only,
.judging-method-card--management .judging-flow-step--mobile-only {
  display: none;
}

.judging-methods {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.judging-method-card {
  padding: 48px;
  border-radius: 12px;
  background: var(--white);
}

.judging-method-card h3 {
  margin: 0;
  color: #ce902c;
  font-family: "Noto Serif KR", serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.4;
}

.judging-flow {
  display: flex;
  align-items: stretch;
  gap: 12px;
  margin-top: 20px;
}

.judging-method-card--management .judging-flow {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 28px minmax(0, 1fr) 28px minmax(0, 1fr);
  grid-template-rows: auto auto auto;
  align-items: start;
}

.judging-method-card--management .judging-flow > .judging-flow-step:first-child {
  grid-column: 1;
  grid-row: 1;
}

.judging-method-card--management .judging-flow > .flow-arrow:nth-child(2) {
  grid-column: 2;
  grid-row: 1;
  align-self: center;
}

.judging-method-card--management .judging-flow-group {
  display: contents;
}

.judging-method-card--management .judging-flow-group > .judging-flow-step {
  grid-column: 3;
  grid-row: 1;
}

.judging-method-card--management .judging-flow-group > .judging-flow-chevron {
  grid-column: 3;
  grid-row: 2;
}

.judging-method-card--management .judging-flow-group > .judging-substeps {
  grid-column: 1 / -1;
  grid-row: 3;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 8px;
}

.judging-method-card--management .judging-flow > .flow-arrow:nth-child(4) {
  grid-column: 4;
  grid-row: 1;
  align-self: center;
}

.judging-method-card--management .judging-flow > .judging-flow-step:nth-child(5) {
  grid-column: 5;
  grid-row: 1;
}

.judging-flow-step,
.judging-substeps {
  flex: 1 1 0;
  min-width: 0;
}

.judging-flow-step {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 88px;
  padding: 16px;
  border-radius: 12px;
  background: #39280a;
  color: var(--white);
  text-align: center;
  word-break: keep-all;
}

.judging-flow-step strong {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.43;
}

.judging-flow-step span {
  margin-top: 8px;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -0.02em;
  line-height: 1.4;
}

.judging-substeps {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  padding: 12px;
  border: 1px dashed #bda579;
  border-radius: 12px;
}

.judging-substeps span {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 10px;
  border-radius: 8px;
  background: rgba(61, 87, 121, 0.1);
  color: #bda579;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: 1.4;
  text-align: center;
  word-break: keep-all;
}

.judging-area-tabs {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.judging-area-tabs button,
.best-category__item {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 68px;
  overflow: hidden;
  border: 0;
  border-radius: 8px;
  background: #434343;
  color: #f0dc9a;
  font: inherit;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4;
}

.best-category__item[hidden] {
  display: none !important;
}

.best-category__item--dov {
  flex-direction: column;
  gap: 2px;
  line-height: 1.2;
}

.best-category__item--dov .best-category__sub {
  font-size: 12px;
  font-weight: 500;
  line-height: 1.2;
}

.judging-area-tabs button.is-active,
.best-category__item.is-active {
  background: #ce902c;
  color: var(--black);
  font-weight: 800;
}

.judging-score-table {
  width: 100%;
  margin-top: 40px;
  border-top: 1px solid rgba(229, 229, 229, 0.4);
  border-bottom: 1px solid rgba(229, 229, 229, 0.4);
}

.judging-score-table__head,
.judging-score-table__row {
  display: grid;
  grid-template-columns: 328px 1fr 328px;
}

.judging-score-table__head > div,
.judging-score-table__row > div {
  display: flex;
  align-items: center;
  min-height: 100px;
  padding: 24px 16px;
  border-top: 1px solid rgba(229, 229, 229, 0.4);
  color: var(--white);
  font-size: 18px;
  font-weight: 500;
  letter-spacing: -0.02em;
  line-height: 1.43;
  word-break: keep-all;
}

.judging-score-table__head > div {
  min-height: 76px;
  border-top: 0;
  background: #bda579;
  font-family: NotoSansKR, sans-serif;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.4;
  justify-content: center;
  text-align: center;
}

.judging-score-table__item {
  background: transparent;
}

.judging-score-table__details ul {
  margin: 0;
  padding-left: 27px;
}

.judging-score-table__score {
  justify-content: center;
  gap: 12px;
}

.judging-score-table__score span {
  color: var(--white);
  font-size: 18px;
  font-weight: 500;
  letter-spacing: -0.02em;
  line-height: 1.43;
}

.judging-score-table__score strong {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 92px;
  min-height: 40px;
  padding: 8px 18px;
  border: 1px solid rgba(229, 229, 229, 0.4);
  color: var(--white);
  font-size: 18px;
  font-weight: 500;
  letter-spacing: -0.02em;
  line-height: 1.43;
}

.sub-content--criteria {
  padding-bottom: 119px;
}

.sub-content--criteria .sub-lead {
  border: 0;
  background: rgba(67, 67, 67, 0.6);
  font-family: "Noto Serif KR", serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.4;
}

.criteria-content {
  display: flex;
  flex-direction: column;
  gap: 40px;
  margin-top: 80px;
}

.sub-content--criteria .criteria-cards {
  gap: 25px;
  margin-top: 0;
}

.sub-content--criteria .criteria-card {
  display: flex;
  flex-direction: column;
  gap: 40px;
  min-height: 0;
  padding: 40px 30px;
  border-color: #c0a477;
  background: transparent;
}

.criteria-card__head {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.sub-content--criteria .criteria-card h3,
.criteria-info-panel h2 {
  margin: 0;
  color: #ff9d00;
  font-family: "Noto Serif KR", serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.4;
  word-break: keep-all;
}

.sub-content--criteria .criteria-card p,
.criteria-info-panel p {
  margin: 0;
  color: var(--white);
  font-size: 18px;
  font-weight: 500;
  letter-spacing: -0.02em;
  line-height: 1.43;
  word-break: keep-all;
}

.criteria-table {
  width: 100%;
}

.criteria-table__row {
  display: grid;
  grid-template-columns: repeat(var(--criteria-cols), minmax(0, 1fr));
  border-top: 1px solid rgba(229, 229, 229, 0.4);
}

.criteria-table__row:last-child {
  border-bottom: 1px solid rgba(229, 229, 229, 0.4);
}

.criteria-table__row > div {
  display: flex;
  align-items: center;
  min-width: 0;
  min-height: 50px;
  padding: 12px 8px;
  background: rgba(67, 67, 67, 0.3);
  color: var(--white);
  font-size: 18px;
  font-weight: 500;
  letter-spacing: -0.02em;
  line-height: 1.43;
  overflow-wrap: anywhere;
  word-break: keep-all;
}

.criteria-table__row--head > div {
  background: transparent;
  color: #ff9d00;
}

.criteria-info-panel {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 20px;
  border: 1px solid #c0a477;
  border-radius: 12px;
}

.criteria-info-panel--hall {
  gap: 40px;
}

.criteria-info-panel--hall > div:first-child {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.hall-table {
  width: 100%;
}

.hall-table__row {
  display: grid;
  grid-template-columns: 328px 1fr;
  border-top: 1px solid rgba(229, 229, 229, 0.4);
}

.hall-table__row:last-child {
  border-bottom: 1px solid rgba(229, 229, 229, 0.4);
}

.hall-table__row strong,
.hall-table__row span {
  display: flex;
  align-items: center;
  min-height: 50px;
  padding: 12px 8px;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: -0.02em;
  line-height: 1.43;
  word-break: keep-all;
}

.hall-table__row strong {
  justify-content: center;
  color: #ff9d00;
  text-align: center;
}

.hall-table__row span {
  color: var(--white);
}

.mini-steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-top: 40px;
}

.mini-steps span {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 62px;
  border: 1px solid rgba(229, 229, 229, 0.4);
  font-size: 16px;
  line-height: 1.4;
}

.criteria-card {
  min-height: 472px;
}

.sub-info-box {
  margin-top: 40px;
}

.sub-info-box h2 {
  margin: 0 0 20px;
  color: #ff9d00;
  font-family: "Noto Serif KR", serif;
  font-size: 24px;
  font-weight: 600;
}

.sub-info-box p {
  margin: 0;
  font-size: 18px;
  line-height: 1.43;
}

.sub-cta {
  margin-top: 80px;
  padding: 40px 0 0;
  text-align: center;
}

.sub-content--application .sub-cta {
  height: 194px;
  padding: 0;
}

.sub-content--judging .sub-cta {
  height: auto;
  padding: 40px 0;
  border-radius: 12px;
  background: rgba(67, 67, 67, 0.4);
}

.sub-content--application .sub-cta h2 {
  height: 52px;
  font-size: 36px;
  line-height: 1.45;
}

.sub-content--judging .sub-cta h2 {
  height: auto;
  font-size: 36px;
  line-height: 1.45;
}

.sub-cta p {
  margin: 20px 0 40px;
  font-size: 20px;
  line-height: 1.4;
}

.sub-content--judging .sub-cta p {
  margin: 20px 0 40px;
  color: #f0dc9a;
}

.sub-content--application .sub-cta p {
  height: 28px;
}

.sub-content--application .button {
  height: 54px;
  min-height: 0;
}

.sub-content--judging .button {
  width: 200px;
  height: 54px;
  min-height: 0;
  padding: 16px 0;
}

.sub-content--judging .button-row {
  height: auto;
}

.sub-cta .button-row {
  display: flex;
  justify-content: center;
  gap: 20px;
}

.site-footer {
  background: var(--dark);
}

.site-footer__inner {
  display: grid;
  grid-template-columns: 468px 1fr 142px 305px;
  column-gap: 20px;
  row-gap: 20px;
  width: 1280px;
  margin: 0 auto;
  padding: 60px 0 76px;
}

.site-footer strong {
  display: block;
  font-family: NotoSansKR, sans-serif;
}

.site-footer__about strong {
  margin-bottom: 8px;
  font-size: 20px;
  font-weight: 600;
}

.site-footer__about span,
.site-footer p,
.site-footer a {
  margin: 0;
  font-size: 14px;
  line-height: 1.4;
}

.site-footer__about span {
  display: block;
  margin-bottom: 24px;
}

.site-footer__link-group,
.site-footer__contact {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.site-footer__link-group {
  grid-column: 3;
}

.site-footer__contact {
  grid-column: 4;
}

.site-footer__link-group strong,
.site-footer__contact strong {
  margin-bottom: 4px;
  font-size: 16px;
  font-weight: 700;
}

.site-footer__bottom {
  grid-column: 1 / -1;
  display: flex;
  justify-content: space-between;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.28);
}

.site-footer__bottom nav {
  display: flex;
  gap: 40px;
  width: 467px;
}

.mobile-menu {
  display: none;
}

@keyframes countdownDrop {
  0% {
    opacity: 0;
    transform: translateY(-12px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes buttonShine {
  0% {
    left: -85%;
  }

  100% {
    left: 135%;
  }
}

@media (hover: hover) and (pointer: fine) {
  .button:hover::after,
  .area-tabs button:hover::after,
  .judging-area-tabs button:hover::after,
  .best-category__item:hover::after,
  .best-card__more:hover::after,
  .best-card:hover .best-card__more::after {
    animation: buttonShine 0.75s ease;
  }

  .home .winners__rail img:hover {
    position: relative;
    z-index: 2;
    transform: scale(1.06);
    box-shadow: 0 18px 42px rgba(0, 0, 0, 0.36);
  }

  .honor-card:hover,
  .best-card:hover {
    z-index: 2;
    transform: scale(1.025);
    box-shadow: 0 18px 42px rgba(0, 0, 0, 0.32);
  }

  .honor-card:hover .honor-card__logo img,
  .best-card:hover .best-card__logo img {
    transform: scale(1.06);
  }

  .resources-filter button:hover,
  .resources-filter button:focus-visible,
  .resources-view button:hover,
  .resources-view button:focus-visible {
    border-color: rgba(206, 144, 44, 0.8);
    color: var(--gold-strong);
    transform: translateY(-2px);
  }

  .resources-filter button.is-active:hover,
  .resources-filter button.is-active:focus-visible,
  .resources-view button.is-active:hover,
  .resources-view button.is-active:focus-visible {
    color: var(--black);
  }

  .resource-card:hover,
  .resource-card:focus-within {
    border-color: rgba(206, 144, 44, 0.72);
    box-shadow: 0 22px 50px rgba(0, 0, 0, 0.36);
    transform: translateY(-6px);
  }

  .resource-card:hover .resource-card__visual,
  .resource-card:focus-within .resource-card__visual {
    filter: saturate(1.1) brightness(1.05);
  }

  .resources-list.is-list-view .resource-card:hover,
  .resources-list.is-list-view .resource-card:focus-within {
    border-color: rgba(255, 255, 255, 0.12);
    background: rgba(255, 255, 255, 0.05);
    box-shadow: none;
    transform: none;
  }

  .resources-pagination button:hover,
  .resources-pagination button:focus-visible,
  .resource-detail__files a:hover,
  .resource-detail__files a:focus-visible,
  .resource-detail__related a:hover,
  .resource-detail__related a:focus-visible {
    color: var(--gold-strong);
  }
}

@media (max-width: 1439px) {
  body:has(.menu-toggle:checked) {
    overflow: hidden;
  }

  .page {
    width: 100%;
    padding-top: 64px;
  }

  .site-header {
    height: 64px;
    padding: 0 24px;
  }

  .site-header__ghost,
  .site-header__nav {
    display: none;
  }

  .site-header__logo {
    display: block;
    width: 32px;
    height: 32px;
    flex: 0 0 32px;
  }

  .site-header__logo img {
    width: 32px;
    height: 32px;
  }

  .page:has(.home) .site-header__logo {
    visibility: hidden;
  }

  .site-header__menu {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 7px;
    width: 28px;
    margin-left: 0;
    cursor: pointer;
  }

  .site-header__menu span {
    display: block;
    width: 28px;
    height: 3px;
    border-radius: 3px;
    background: var(--gold-strong);
  }

  .home .hero-visual {
  }

  .home .hero-visual__image {
    width: 100%;
    object-position: left top;
  }

  .home .hero-copy {
    margin-top: -12px;
    padding: 0 24px 80px;
  }

  .home .hero-copy__inner {
    width: 100%;
    gap: 24px;
  }

  .home .hero-copy h1 {
    margin-top: -4px;
    font-size: 24px;
  }

  .home .hero-copy p:not(.hero-copy__edition) {
    display: block;
    margin: 0;
    font-size: 15px;
    line-height: 1.45;
  }

  .home .hero-copy__edition {
    margin-top: 0;
    color: var(--white);
    font-size: 14px;
  }

  .mobile-only {
    display: block;
  }

  .home .hero-copy p:not(.hero-copy__edition) span {
    display: inline;
  }

  .home .button-row {
    flex-direction: column;
    gap: 10px;
  }

  .button {
    width: 200px;
    min-height: 54px;
    padding: 16px 20px;
    font-size: 16px;
  }

  .home .stats__inner {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 600px;
    padding: 70px 80px;
  }

  .home .stats__item {
    display: flex;
    flex: 1;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 0;
  }

  .home .stats__item + .stats__item::before {
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: rgba(192, 164, 119, 0.42);
    transform: none;
  }

  .home .stats strong {
    font-size: 24px;
  }

  .home .stats span {
    margin-top: 8px;
    font-size: 18px;
  }

  .home .story {
    height: 820px;
  }

  .home .story__bg {
    width: 100%;
    max-width: none;
    object-position: left center;
  }

  .home .story__inner {
    position: static;
    display: block;
    width: 100%;
    padding: 82px 16px 0;
  }

  .home .story__copy {
    width: 100%;
    gap: 30px;
  }

  .home .story h2 {
    font-size: 24px;
  }

  .home .story p {
    font-size: 14px;
    line-height: 1.62;
  }

  .home .story p br {
    display: none;
  }

  .home .story__year {
    position: absolute;
    right: 24px;
    bottom: 255px;
    width: 152px;
    height: 183px;
    margin: 0;
  }

  .home .story__year-emblem {
    top: 0;
    width: 152px;
    height: 138px;
  }

  .home .story__year-text {
    bottom: 0;
    right: 0;
    left: 0;
    width: 152px;
    height: 35px;
  }

  .home .story .button {
    position: absolute;
    bottom: 190px;
    left: 50%;
    transform: translateX(-50%);
  }

  .home .winners {
    height: 684px;
  }

  .home .winners__bg {
    width: 100%;
    height: 100%;
    object-position: left center;
  }

  .home .section-heading {
    width: calc(100% - 50px);
  }

  .home .winners__heading,
  .home .schedule__heading {
    top: 48px;
    left: 25px;
    transform: none;
  }

  .home .section-heading p {
    margin-bottom: 10px;
    font-size: 16px;
  }

  .home .section-heading h2 {
    margin-bottom: 10px;
    font-size: 34px;
  }

  .home .section-heading span {
    font-size: 12px;
  }

  .home .winners__rail {
    display: flex;
    gap: 10px;
    width: max-content;
    left: 25px;
  }

  .home .winners__rail--one {
    top: 205px;
  }

  .home .winners__rail--two {
    top: 305px;
    left: 54px;
  }

  .home .winners__rail img {
    width: 120px;
    height: 80px;
    border-radius: 4px;
  }

  .home .winners__rail img:nth-child(n + 5) {
    display: block;
  }

  .home .winners__button {
    top: 468px;
    bottom: auto;
  }

  .home .schedule {
    height: 1101px;
  }

  .home .schedule__body {
    top: 214px;
    left: 0;
    width: 100%;
    height: 780px;
    transform: none;
  }

  .home .schedule__brand {
    top: 0;
    left: 50%;
    justify-content: center;
    width: 260px;
    transform: translateX(-50%);
  }

  .home .schedule__brand img:first-child {
    width: 150px;
    height: 150px;
  }

  .home .schedule__brand img:last-child {
    width: 88px;
    height: 32px;
    margin-left: 8px;
  }

  .home .schedule__steps {
    top: 250px;
    left: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    gap: 38px;
  }

  .home .schedule__steps::before {
    display: none;
  }

  .home .schedule__steps li {
    gap: 8px;
  }

  .home .schedule__steps i {
    width: 36px;
    height: 36px;
    font-size: 16px;
  }

  .home .schedule__steps strong {
    font-size: 24px;
  }

  .home .schedule__steps span {
    margin-top: 0;
    font-size: 18px;
  }

  .home .schedule__ceremony {
    display: none;
  }

  .home .countdown {
    min-height: 367px;
    padding: 0 24px;
  }

  .home .countdown__inner {
    width: 100%;
    gap: 24px;
  }

  .home .countdown h2 {
    font-size: 18px;
  }

  .home .countdown__grid {
    gap: 8px;
  }

  .home .countdown__grid div {
    flex-direction: column;
    width: 59px;
    min-height: 91px;
    padding: 12px 0;
    border-radius: 5px;
  }

  .home .countdown__grid strong {
    font-size: 24px;
  }

  .home .countdown__grid span {
    margin-top: 2px;
    font-size: 16px;
  }

  .home .countdown__grid i {
    flex-basis: 8px;
    width: 8px;
    height: 20px;
  }

  .home .countdown__grid i::before,
  .home .countdown__grid i::after {
    width: 3px;
    height: 3px;
  }

  .home .countdown__grid i::before {
    top: 6px;
  }

  .home .countdown__grid i::after {
    bottom: 6px;
  }

  .home .countdown p {
    font-size: 12px;
    line-height: 1.55;
    text-align: center;
  }

  .home .countdown .button-row {
    flex-direction: column;
    gap: 10px;
  }

  .honor-hero {
    height: 182px;
  }

  .honor-hero__image {
    object-position: left top;
  }

  .honor-hero__inner {
    width: 100%;
    padding: 0 24px 25px;
  }

  .honor-breadcrumb {
    margin-bottom: 10px;
  }

  .honor-hero h1 {
    font-size: 24px;
  }

  .honor-tabs {
    height: 44px;
  }

  .honor-tabs__inner {
    width: max-content;
    max-width: 100%;
    margin: 0;
  }

  .honor-tabs a {
    flex: 0 0 auto;
    min-width: 0;
    padding: 0 24px;
    font-size: 12px;
  }

  .honor-content {
    padding: 32px 16px 291px;
  }

  .honor-content__inner {
    width: 100%;
  }

  .honor-content__head {
    display: block;
  }

  .honor-content__copy h2 {
    font-size: 16px;
    line-height: 1.55;
  }

  .honor-content__copy p {
    margin-top: 8px;
    font-size: 12px;
    line-height: 1.55;
  }

  .honor-year {
    width: 100%;
    height: 48px;
    margin-top: 18px;
    padding: 0;
    font-size: 16px;
  }

  .honor-year select {
    padding: 0 42px 0 14px;
    font-size: 16px;
  }

  .honor-year i {
    right: 14px;
    width: 9px;
    height: 9px;
    border-right-width: 2px;
    border-bottom-width: 2px;
  }

  .honor-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px 20px;
    margin-top: 24px;
  }

  .honor-card {
    width: 100%;
    height: 216px;
    border-radius: 10px;
  }

  .honor-card__logo {
    height: 104px;
    padding: 18px 12px 12px;
  }

  .honor-card__logo img {
    max-width: 105px;
    max-height: 52px;
  }

  .honor-card__body {
    padding-top: 21px;
  }

  .honor-card__body strong {
    font-size: 14px;
  }

  .honor-card__body span {
    margin-top: 6px;
    font-size: 10px;
  }

  .honor-card__body em {
    min-width: 66px;
    height: 22px;
    margin-top: 12px;
    padding: 0 8px;
    font-size: 10px;
  }

  .honor-card:first-child .honor-card__body em {
    min-width: 58px;
  }

  .best-content {
    padding: 32px 16px 165px;
  }

  .best-content__inner {
    width: 100%;
  }

  .best-content__head {
    display: block;
  }

  .best-content__head h2 {
    font-size: 24px;
    line-height: 1.45;
  }

  .best-category {
    grid-template-columns: repeat(4, 1fr);
    gap: 4px;
    width: 100%;
    margin-top: 20px;
  }

  .best-category.best-category--with-dov {
    grid-template-columns: repeat(5, 1fr);
  }

  .best-list {
    gap: 20px;
    width: 100%;
    margin-top: 20px;
  }

  .best-card {
    display: grid;
    grid-template-columns: 112px 1fr;
    min-height: 202px;
    border-radius: 14px;
  }

  .best-card[hidden] {
    display: none;
  }

  .best-card__logo {
    align-items: flex-start;
    padding-top: 45px;
    border-right: 0;
  }

  .best-card__logo img {
    max-width: 82px;
    max-height: 48px;
  }

  .best-card__body {
    padding: 16px 12px 18px 0;
  }

  .best-card__top {
    display: block;
    min-height: 72px;
  }

  .best-card__top strong {
    display: block;
    font-size: 18px;
  }

  .best-card__top span {
    display: block;
    margin-top: 4px;
    font-size: 12px;
  }

  .best-card__top em {
    height: 28px;
    margin-top: 8px;
    font-size: 14px;
  }

  .best-card__body p {
    grid-column: 1 / -1;
    margin: 16px 0 0 -100px;
    padding-top: 16px;
    border-top: 1px solid #ddd;
    font-size: 13px;
    line-height: 1.55;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }

  .best-card__more {
    top: 17px;
    right: 14px;
    width: 20px;
    height: 20px;
    font-size: 28px;
    line-height: 18px;
  }

  .detail-modal {
    align-items: flex-end;
  }

  .detail-modal__dim {
    background: rgba(0, 0, 0, 0.62);
  }

  .detail-modal__panel {
    width: 100%;
    min-height: 660px;
    max-height: calc(100vh - 120px);
    padding: 48px 16px 38px;
    border-radius: 8px 8px 0 0;
  }

  .detail-modal__close {
    top: 16px;
    right: 16px;
    width: 22px;
    height: 22px;
  }

  .detail-modal__head {
    grid-template-columns: 132px 1fr;
    width: 100%;
    gap: 14px;
    padding-bottom: 16px;
  }

  .detail-modal__logo {
    width: 132px;
    height: 88px;
  }

  .detail-modal__title strong {
    font-size: 18px;
  }

  .detail-modal__title span {
    font-size: 13px;
  }

  .detail-modal__image {
    width: 328px;
    height: 218px;
    margin-top: 16px;
  }

  .detail-modal__panel p {
    width: 100%;
    margin-top: 18px;
    font-size: 14px;
    line-height: 1.52;
  }

  .media-content {
    padding: 32px 16px 165px;
  }

  .media-content__inner {
    width: 100%;
  }

  .media-content__head {
    display: block;
  }

  .media-content__head p {
    margin-bottom: 10px;
    font-size: 12px;
  }

  .media-content__head h2 {
    font-size: 24px;
    line-height: 1.45;
  }

  .featured-ads-intro {
    display: block;
  }

  .featured-ads-intro .honor-year {
    width: 100%;
    margin-top: 20px;
  }

  .featured-ads-intro h2 {
    font-size: 22px;
    line-height: 1.45;
  }

  .featured-section + .featured-section {
    margin-top: 48px;
  }

  .featured-ads-intro + .featured-section .featured-article-list {
    margin-top: 28px;
  }

  .featured-article-list {
    gap: 18px;
    margin-top: 28px;
  }

  .featured-article-card__inner {
    display: block;
    min-height: 0;
    padding: 18px;
  }

  .featured-article-card__image {
    width: 100%;
    aspect-ratio: 904 / 584;
  }

  .featured-article-card__body {
    padding-top: 18px;
  }

  .featured-article-card__body strong {
    font-size: 14px;
  }

  .featured-article-card__divider {
    margin-top: 12px;
  }

  .featured-article-card__logos {
    gap: 8px;
    margin-top: 18px;
  }

  .featured-article-card__logo {
    width: 72px;
    height: 30px;
  }

  .featured-article-card__logo img {
    max-width: 50px;
    max-height: 18px;
  }

  .media-grid {
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 24px;
  }

  .ceremony-video {
    display: none;
  }

  .ceremony-video + .media-grid {
    margin-top: 24px;
  }

  .media-card {
    border-radius: 8px;
  }

  .media-card__thumb {
    aspect-ratio: 328 / 214;
  }

  .media-card:nth-child(4) .media-card__thumb img,
  .media-card:nth-child(6) .media-card__thumb img {
    padding: 18px;
  }

  .media-card figcaption {
    min-height: 0;
    padding: 12px 14px 14px;
  }

  .media-card figcaption span {
    font-size: 12px;
  }

  .media-card figcaption strong {
    min-height: 0;
    margin-top: 4px;
    font-size: 16px;
  }

  .media-card figcaption em {
    min-height: 22px;
    margin-top: 8px;
    font-size: 11px;
  }

  .media-lightbox {
    align-items: center;
    padding: 24px 16px;
  }

  .media-lightbox__panel {
    width: 100%;
    max-height: calc(100dvh - 48px);
    border: 1px solid rgba(240, 220, 154, 0.28);
    border-radius: 8px;
  }

  .media-lightbox__panel img,
  .media-lightbox__panel video {
    max-height: calc(100dvh - 190px);
  }

  .media-lightbox__caption {
    display: block;
    padding: 18px 20px 22px;
  }

  .media-lightbox__caption strong {
    display: block;
    margin-top: 6px;
    font-size: 17px;
    text-align: left;
  }

  .media-lightbox__close {
    top: 14px;
    right: 14px;
    width: 28px;
    height: 28px;
  }

  .resources-tools {
    width: 100%;
    margin-top: 20px;
    gap: 12px;
  }

  .resources-content {
    padding: 32px 16px 165px;
  }

  .resources-content__inner {
    width: 100%;
  }

  .resources-content__head {
    display: block;
  }

  .resources-content__head p {
    margin-bottom: 10px;
    font-size: 12px;
  }

  .resources-content__head h2 {
    font-size: 24px;
    line-height: 1.45;
  }

  .resources-search {
    width: 100%;
    margin-top: 0;
    gap: 8px;
  }

  .resources-search input {
    height: 48px;
    padding: 0 14px;
    font-size: 14px;
  }

  .resources-controls {
    display: block;
    margin-top: 22px;
  }

  .resources-filter,
  .resources-view {
    gap: 6px;
  }

  .resources-view {
    justify-content: flex-end;
    margin-top: 0;
  }

  .resources-filter button,
  .resources-view button {
    min-height: 38px;
    font-size: 12px;
  }

  .resources-filter button {
    padding: 0 13px;
  }

  .resources-view button {
    width: 38px;
    min-width: 38px;
    padding: 0;
  }

  .resources-list {
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 20px;
  }

  .resources-list.is-list-view {
    display: flex;
    flex-direction: column;
    gap: 0;
    margin-top: 20px;
  }

  .resources-list.is-list-view .resources-list__head {
    display: none;
  }

  .resource-card,
  .resources-list.is-list-view .resource-card {
    min-height: 0;
    border-radius: 8px;
  }

  .resource-card a,
  .resources-list.is-list-view .resource-card a {
    display: flex;
    flex-direction: column;
  }

  .resource-card__visual,
  .resources-list.is-list-view .resource-card__visual {
    aspect-ratio: 328 / 154;
    min-height: 0;
    height: auto;
    padding: 18px;
  }

  .resource-card__body,
  .resources-list.is-list-view .resource-card__body {
    min-height: 0;
    padding: 18px 18px 20px;
  }

  .resource-card__meta {
    gap: 10px;
  }

  .resource-card__meta em {
    min-height: 26px;
    font-size: 11px;
  }

  .resource-card__meta time {
    font-size: 12px;
  }

  .resource-card__body strong {
    min-height: 0;
    margin-top: 14px;
    font-size: 18px;
  }

  .resource-card__text {
    margin-top: 10px;
    font-size: 13px;
    line-height: 1.55;
  }

  .resource-card__links {
    padding-top: 16px;
  }

  .resources-list.is-list-view .resource-card {
    border: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 0;
    background: transparent;
  }

  .resources-list.is-list-view .resource-card a {
    display: block;
    padding: 0;
  }

  .resources-list.is-list-view .resource-card__visual {
    display: none;
  }

  .resources-list.is-list-view .resource-card__body {
    display: flex;
    flex-direction: column;
    gap: 0;
    min-height: 0;
    padding: 16px 0;
  }

  .resources-list.is-list-view .resource-card__meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    width: 100%;
  }

  .resources-list.is-list-view .resource-card__meta em {
    flex: 0 0 auto;
    max-width: calc(100% - 96px);
    white-space: nowrap;
  }

  .resources-list.is-list-view .resource-card__meta time {
    flex: 0 0 auto;
    color: rgba(255, 255, 255, 0.56);
    font-size: 12px;
    white-space: nowrap;
  }

  .resources-list.is-list-view .resource-card__body strong {
    display: block;
    margin: 0;
    padding-right: 0;
    padding-top: 11px;
    font-size: 16px;
    line-height: 1.45;
    white-space: normal;
    word-break: keep-all;
  }

  .resources-list.is-list-view .resource-card__text {
    display: none;
  }

  .resources-list.is-list-view .resource-card__links {
    justify-content: flex-start;
    gap: 6px;
    margin: 0;
    padding-top: 12px;
  }

  .resources-list.is-list-view .resource-card__links span {
    min-height: 26px;
    padding: 0 9px;
    font-size: 11px;
  }

  .resources-pagination {
    margin-top: 28px;
  }

  .resources-pagination button {
    width: 38px;
    height: 38px;
    font-size: 13px;
  }

  .resource-detail-content {
    padding: 32px 16px 165px;
  }

  .resource-detail {
    width: 100%;
  }

  .resource-detail__head {
    padding: 26px 0 24px;
  }

  .resource-detail__head h2 {
    margin-top: 16px;
    font-size: 24px;
    line-height: 1.45;
  }

  .resource-detail__head dl {
    grid-template-columns: 1fr;
    margin-top: 22px;
  }

  .resource-detail__head dl div {
    grid-template-columns: 92px 1fr;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  }

  .resource-detail__head dl div:last-child {
    border-bottom: 0;
  }

  .resource-detail__head dt,
  .resource-detail__head dd {
    font-size: 13px;
  }

  .resource-detail__body {
    padding: 28px 0 32px;
  }

  .resource-detail__body p {
    width: 100%;
    font-size: 14px;
    line-height: 1.72;
  }

  .resource-detail__files,
  .resource-detail__related {
    grid-template-columns: 1fr;
    gap: 10px;
    padding: 20px 0;
  }

  .resource-detail__files h3,
  .resource-detail__related h3 {
    grid-row: auto;
    font-size: 15px;
  }

  .resource-detail__files a,
  .resource-detail__related a {
    font-size: 13px;
  }

  .resource-detail__actions {
    margin-top: 30px;
  }

  .contact-modal {
    align-items: flex-end;
    padding: 0;
  }

  .contact-modal__panel {
    width: 100%;
    max-height: calc(100dvh - 28px);
    padding: 34px 20px 24px;
    border-right: 0;
    border-bottom: 0;
    border-left: 0;
    border-radius: 8px 8px 0 0;
    transform: translateY(100%);
  }

  .contact-modal__close {
    top: 16px;
    right: 16px;
    width: 24px;
    height: 24px;
  }

  .contact-modal__head {
    grid-template-columns: 1fr;
    gap: 10px;
    margin-top: 8px;
    padding-bottom: 20px;
  }

  .contact-modal__head h2 {
    font-size: 28px;
  }

  .contact-modal__head p {
    font-size: 14px;
  }

  .contact-form__grid {
    grid-template-columns: 1fr;
    gap: 14px;
    margin-top: 22px;
  }

  .contact-form input:not([type="checkbox"]),
  .contact-form textarea {
    padding: 13px 14px;
  }

  .contact-form textarea {
    min-height: 110px;
  }

  .contact-form__actions {
    gap: 10px;
    margin-top: 22px;
  }

  .contact-form__button {
    flex: 1;
    min-width: 0;
  }

  .contact-confirm {
    padding-top: 26px;
  }

  .contact-confirm strong {
    font-size: 24px;
  }

  .contact-confirm p {
    font-size: 14px;
  }

  .sub-hero {
    height: 280px;
  }

  .sub-hero__image {
    width: 1200px;
    object-position: left top;
  }

  .sub-hero__inner {
    width: 100%;
    padding: 0 16px 40px;
  }

  .sub-hero h1 {
    font-size: 36px;
  }

  .sub-category {
    height: 50px;
    overflow-x: auto;
    scrollbar-width: none;
  }

  .sub-category::-webkit-scrollbar {
    display: none;
  }

  .sub-category__inner {
    width: max-content;
    min-width: 100%;
    margin: 0;
    padding-left: 0;
  }

  .sub-category a {
    flex: 0 0 auto;
    min-width: 0;
    padding: 0 20px;
    font-size: 12px;
  }

  .sub-content {
    width: 100vw;
    padding: 40px 16px 80px;
  }

  .sub-content__inner,
  .purpose-visual,
  .application-map {
    width: 100%;
  }

  .purpose-visual {
    height: 144px;
    min-height: 0;
    border-radius: 8px;
  }

  .purpose-intro {
    display: block;
    height: auto;
    margin-top: 40px;
  }

  .purpose-intro h2,
  .sub-section-title,
  .sub-cta h2 {
    font-size: 24px;
  }

  .purpose-intro > div > p {
    margin-top: 20px;
    font-size: 20px;
    line-height: 1.4;
  }

  .purpose-intro > div {
    height: 144px;
  }

  .purpose-intro h2 {
    line-height: 1.42;
  }

  .purpose-intro > p {
    margin-top: 40px;
    font-size: 18px;
  }

  .purpose-cards,
  .award-area-cards,
  .criteria-cards {
    grid-template-columns: 1fr;
    gap: 25px;
    margin-top: 40px;
  }

  .purpose-card,
  .award-area-card,
  .criteria-card {
    min-height: 328px;
    padding: 20px;
  }

  .purpose-card h3,
  .award-area-card h3,
  .criteria-card h3 {
    font-size: 24px;
  }

  .purpose-card p,
  .award-area-card p,
  .criteria-card p {
    font-size: 18px;
  }

  .sub-content--history {
    padding-top: 40px;
    padding-bottom: 80px;
  }

  .sub-content--history::before {
    display: none;
  }

  .history-backdrop {
    display: block;
  }

  .history-backdrop__stage {
    left: 0;
    width: 100vw;
    transform: none;
  }

  .history-backdrop__stage::after {
    background:
      linear-gradient(180deg, rgba(0, 0, 0, 0.62), rgba(0, 0, 0, 0.34) 42%, rgba(0, 0, 0, 0.76)),
      linear-gradient(90deg, rgba(0, 0, 0, 0.5), transparent 36%, rgba(0, 0, 0, 0.5));
  }

  .sub-content--history.is-backdrop-visible .history-backdrop__stage {
    opacity: 0.72;
  }

  .history-backdrop__image {
    inset: 0;
    height: 100%;
  }

  .history-backdrop__image:nth-child(5) {
    object-position: center;
  }

  .history-mobile-intro {
    display: block;
    width: 100%;
    margin-bottom: 40px;
  }

  .history-mobile-intro p {
    margin: 0;
    color: #ce902c;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.4;
  }

  .history-mobile-intro h2 {
    margin: 16px 0 0;
    font-family: "Noto Serif KR", serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.45;
    word-break: keep-all;
  }

  .history-mobile-intro span {
    display: block;
    margin-top: 16px;
    color: #f0dc9a;
    font-size: 14px;
    line-height: 1.43;
    word-break: keep-all;
  }

  .history-timeline {
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: 100%;
    height: auto;
  }

  .history-timeline::before {
    display: none;
  }

  .history-card,
  .history-card--left,
  .history-card--right {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    height: var(--history-mobile-height);
    min-height: 0;
    padding: 16px;
    border-radius: 12px;
    background: rgba(0, 0, 0, 0.58);
    text-align: center;
  }

  .history-card::after {
    display: none;
  }

  .history-timeline strong {
    font-size: 16px;
    line-height: 1.4;
  }

  .history-timeline p,
  .history-timeline span {
    margin-top: 8px;
    font-size: 14px;
    line-height: 1.43;
  }

  .sub-lead,
  .sub-info-box {
    padding: 20px;
    font-size: 18px;
  }

  .sub-content--benefits {
    padding-top: 40px;
  }

  .sub-content--benefits .sub-lead {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: -0.02em;
  }

  .sub-content--benefits .sub-section-title {
    height: 68px;
    margin-top: 40px;
    font-size: 24px;
    line-height: 1.42;
  }

  .benefit-table--desktop {
    display: none;
  }

  .benefit-table-mobile {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-top: 20px;
    box-shadow:
      inset 0 1px rgba(229, 229, 229, 0.4),
      inset 0 -1px rgba(229, 229, 229, 0.4);
  }

  .benefit-table-mobile article {
    margin: 0;
  }

  .benefit-table-mobile article:nth-child(even) {
    background: rgba(255, 255, 255, 0.16);
  }

  .benefit-table-mobile h3,
  .benefit-table-mobile p {
    display: flex;
    align-items: center;
    margin: 0;
    padding: 24px 16px;
    border-top: 1px solid rgba(229, 229, 229, 0.4);
    color: var(--white);
    font-family: "Pretendard", sans-serif;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: -0.02em;
    line-height: 1.43;
    word-break: keep-all;
  }

  .benefit-table-mobile article:first-child h3 {
    border-top: 0;
  }

  .benefit-table-mobile h3 {
    height: 74px;
    background: transparent;
  }

  .benefit-table-mobile p {
    height: var(--benefit-mobile-body-height);
    background: transparent;
  }

  .sub-section-title {
    margin-top: 40px;
  }

  .sub-section-desc {
    font-size: 16px;
  }

  .application-map {
    width: 100%;
    height: auto;
    margin-top: 24px;
  }

  .award-area-card {
    min-height: 0;
  }

  .award-area-card dl {
    margin-top: 24px;
  }

  .area-tabs {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 4px;
    margin-top: 40px;
  }

  .area-tabs button {
    height: 43px;
    border-radius: 9px;
    font-size: 14px;
  }

  .sub-content--categories .sub-lead {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.45;
  }

  .sub-content--categories .area-tabs {
    height: 44px;
    margin-top: 40px;
  }

  .sub-content--categories .area-tabs button {
    height: 44px;
    border-radius: 8px;
    font-size: 14px;
  }

  .sub-content--categories .sub-section-title {
    height: auto;
    margin-top: 40px;
    color: #ce902c;
    font-size: 24px;
    line-height: 1.42;
  }

  .sub-content--categories .sub-section-desc {
    height: auto;
    margin-top: 10px;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.4;
    white-space: normal;
    word-break: keep-all;
  }

  .award-category-table--desktop {
    display: none;
  }

  .award-category-mobile {
    display: flex;
    flex-direction: column;
    gap: 40px;
    margin-top: 40px;
  }

  .award-category-mobile__table {
    margin: 0;
    box-shadow: inset 0 -1px rgba(229, 229, 229, 0.4);
  }

  .award-category-mobile__table h3 {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 76px;
    margin: 0;
    background: #bda579;
    color: var(--white);
    font-family: NotoSansKR, sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.4;
  }

  .award-category-mobile__table article {
    margin: 0;
    box-shadow: inset 0 1px rgba(229, 229, 229, 0.4);
  }

  .award-category-mobile__table strong {
    display: flex;
    align-items: center;
    height: 74px;
    padding: 24px 16px;
    background: rgba(255, 255, 255, 0.16);
    color: var(--white);
    font-size: 18px;
    font-weight: 500;
    line-height: 1.43;
    letter-spacing: -0.02em;
  }

  .award-category-mobile__table p {
    display: flex;
    align-items: center;
    height: var(--category-mobile-body-height);
    margin: 0;
    padding: 24px 16px;
    color: var(--white);
    font-size: 18px;
    font-weight: 500;
    line-height: 1.43;
    letter-spacing: -0.02em;
    word-break: keep-all;
  }

  .figma-table {
    margin-top: 24px;
    overflow-x: auto;
  }

  .figma-table__row,
  .figma-table--award .figma-table__row,
  .figma-table--report .figma-table__row,
  .figma-table--benefits .figma-table__row,
  .figma-table--judging .figma-table__row {
    min-width: 760px;
  }

  .figma-table--mini .figma-table__row {
    min-width: 0;
  }

  .criteria-card .figma-table {
    overflow: visible;
  }

  .figma-table__row > div {
    min-height: 76px;
    padding: 18px 12px;
    font-size: 14px;
  }

  .figma-table__row--head > div {
    min-height: 56px;
    font-size: 15px;
  }

  .figma-table__row .is-group {
    font-size: 16px;
  }

  .process-row,
  .process-row--three {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .process-box + .process-box::before {
    display: none;
  }

  .process-box {
    min-height: 86px;
  }

  .process-box strong {
    font-size: 20px;
  }

  .process-box span,
  .process-box small {
    font-size: 14px;
  }

  .sub-content--judging .sub-lead {
    padding: 20px;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: -0.02em;
  }

  .judging-block {
    margin-top: 40px;
  }

  .judging-block__title {
    margin-bottom: 40px;
    font-size: 24px;
    line-height: 1.4;
  }

  .judging-block--system .judging-block__title {
    margin-bottom: 20px;
  }

  .judging-system-diagram {
    flex-direction: column;
    gap: 20px;
    width: 100%;
    padding: 48px;
  }

  .judging-system-diagram::before,
  .judging-system-diagram::after {
    top: 50%;
    bottom: auto;
    left: auto;
    width: 24px;
    height: 42px;
    background-size: 22px 34px;
  }

  .judging-system-diagram::before {
    left: 0;
    background-image: var(--judging-system-arrow-up);
    transform: translate(-50%, -50%);
  }

  .judging-system-diagram::after {
    right: 0;
    background-image: var(--judging-system-arrow-down);
    transform: translate(50%, -50%);
  }

  .judging-system-step {
    width: 100%;
    min-height: 100px;
    padding: 18px 12px;
  }

  .judging-system-step strong {
    font-size: 24px;
  }

  .judging-system-step span {
    font-size: 18px;
  }

  .flow-arrow {
    width: 100%;
    height: 16px;
    transform: none;
  }

  .flow-arrow::before {
    background-image: var(--judging-flow-arrow-down-gold);
    background-size: 22px 14px;
  }

  .flow-arrow--blue::before {
    background-image: var(--judging-flow-arrow-down-blue);
  }

  .flow-arrow--blue {
    width: 100%;
    height: 16px;
  }

  .judging-methods {
    gap: 20px;
  }

  .judging-method-card {
    padding: 20px;
  }

  .judging-method-card h3 {
    font-size: 24px;
  }

  .judging-flow {
    flex-direction: column;
    align-items: stretch;
    gap: 16px;
  }

  .judging-method-card--management .judging-flow {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 16px;
  }

  .judging-method-card--management .judging-flow > .judging-flow-step:first-child,
  .judging-method-card--management .judging-flow > .flow-arrow:nth-child(2),
  .judging-method-card--management .judging-flow > .flow-arrow:nth-child(4),
  .judging-method-card--management .judging-flow > .judging-flow-step:nth-child(5) {
    grid-column: auto;
    grid-row: auto;
    width: 100%;
  }

  .judging-method-card--management .judging-flow-group {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
    width: 100%;
  }

  .judging-method-card--management .judging-flow-group > .judging-flow-step,
  .judging-method-card--management .judging-flow-group > .judging-flow-chevron,
  .judging-method-card--management .judging-flow-group > .judging-substeps {
    grid-column: auto;
    grid-row: auto;
    width: 100%;
  }

  .flow-arrow--desktop-only {
    display: none;
  }

  .judging-flow-chevron.flow-arrow--desktop-only {
    display: none;
  }

  .judging-flow-arrow--mobile-only {
    display: flex;
  }

  .judging-method-card--management .judging-flow-step--mobile-only {
    display: flex;
  }

  .judging-flow-step {
    width: 100%;
    min-height: 72px;
  }

  .judging-flow-step strong {
    font-size: 18px;
  }

  .judging-substeps {
    grid-template-columns: 1fr;
    width: 100%;
    margin-top: 0;
  }

  .judging-method-card--management .judging-substeps,
  .judging-method-card--management .judging-flow-group > .judging-substeps {
    grid-template-columns: 1fr;
    margin-top: 0;
  }

  .judging-area-tabs {
    gap: 4px;
  }

  .judging-area-tabs button,
  .best-category__item {
    height: 44px;
    border-radius: 8px;
    font-size: 14px;
  }

  .best-category__item--dov {
    gap: 1px;
  }

  .best-category__item--dov .best-category__sub {
    font-size: 9px;
  }

  .judging-score-table {
    margin-top: 40px;
  }

  .judging-score-table__head {
    display: none;
  }

  .judging-score-table__row {
    display: block;
    border-top: 1px solid rgba(229, 229, 229, 0.4);
  }

  .judging-score-table__row:first-of-type {
    border-top: 0;
  }

  .judging-score-table__row > div {
    min-height: 0;
    padding: 24px 16px;
    border-top: 1px solid rgba(229, 229, 229, 0.4);
    font-size: 18px;
  }

  .judging-score-table__row > div:first-child {
    border-top: 0;
  }

  .judging-score-table__item {
    min-height: 74px;
    justify-content: flex-start;
    background: rgba(255, 255, 255, 0.16);
    font-family: "Pretendard", sans-serif;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: -0.02em;
    text-align: left;
  }

  .judging-score-table__score {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }

  .sub-content--criteria {
    padding-bottom: 79px;
  }

  .sub-content--criteria .sub-lead {
    padding: 20px;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: -0.02em;
  }

  .criteria-content {
    gap: 40px;
    margin-top: 40px;
  }

  .sub-content--criteria .criteria-cards {
    gap: 25px;
    margin-top: 0;
  }

  .sub-content--criteria .criteria-card {
    gap: 40px;
    width: 100%;
    min-height: 0;
    padding: 20px;
  }

  .sub-content--criteria .criteria-card h3,
  .criteria-info-panel h2 {
    font-size: 24px;
  }

  .sub-content--criteria .criteria-card p {
    font-size: 18px;
  }

  .criteria-info-panel p {
    font-size: 20px;
  }

  .criteria-table__row > div {
    min-height: 50px;
    padding: 12px 8px;
    font-size: 18px;
  }

  .criteria-info-panel,
  .criteria-info-panel--hall {
    gap: 40px;
    padding: 20px;
  }

  .criteria-info-panel:not(.criteria-info-panel--hall) {
    gap: 20px;
  }

  .hall-table__row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hall-table__row strong,
  .hall-table__row span {
    min-height: 50px;
    padding: 12px 8px;
    font-size: 18px;
  }

  .mini-steps {
    grid-template-columns: 1fr;
    gap: 10px;
    margin-top: 20px;
  }

  .criteria-card {
    min-height: 0;
  }

  .sub-info-box h2 {
    font-size: 20px;
  }

  .sub-info-box p,
  .sub-cta p {
    font-size: 14px;
  }

  .sub-cta {
    margin-top: 40px;
  }

  .sub-content--judging .sub-cta {
    height: auto;
    padding: 40px 20px;
  }

  .sub-content--judging .sub-cta h2 {
    height: auto;
    font-size: 24px;
    line-height: 1.4;
  }

  .sub-content--judging .sub-cta p {
    height: auto;
    margin: 20px 0 40px;
    font-size: 20px;
    line-height: 1.4;
    letter-spacing: -0.02em;
    word-break: keep-all;
  }

  .sub-content--judging .sub-cta .button-row {
    flex-direction: column;
    align-items: center;
    gap: 20px;
    height: auto;
  }

  .sub-content--application .sub-lead {
    font-size: 18px;
    line-height: 1.45;
  }

  .sub-content--application .sub-section-title {
    height: 68px;
    margin-top: 40px;
    font-size: 24px;
    line-height: 1.42;
  }

  .sub-content--application .application-map {
    display: flex;
    flex-direction: column;
    gap: 20px;
    height: auto;
    margin-top: 20px;
  }

  .application-map__card--approach,
  .application-map__card--report {
    min-height: 0;
  }

  .application-map__card--approach {
    gap: 20px;
    padding: 20px 12px;
  }

  .application-map__approaches {
    flex-direction: row;
    gap: 36px;
    justify-content: center;
    margin-top: 0;
  }

  .application-map__approach-item {
    flex: 1;
    min-width: 0;
  }

  .application-map__middle {
    gap: 20px;
  }

  .application-map__tags {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .application-map__tags span,
  .application-map__report-tag {
    min-height: 46px;
    font-size: 18px;
  }

  .application-map__card--report {
    min-height: 418px;
    padding: 12px;
  }

  .sub-content--application .award-area-cards {
    display: flex;
    flex-direction: column;
    gap: 20px;
    height: 1352px;
    margin-top: 40px;
  }

  .sub-content--application .award-area-card {
    width: 100%;
    padding: 20px;
  }

  .sub-content--application .award-area-card:nth-child(1) {
    height: 406px;
  }

  .sub-content--application .award-area-card:nth-child(2) {
    height: 458px;
  }

  .sub-content--application .award-area-card:nth-child(3) {
    height: 448px;
  }

  .sub-content--application .award-area-card p {
    min-height: 104px;
    margin-top: 12px;
    letter-spacing: -0.04em;
  }

  .sub-content--application .award-area-card:nth-child(n + 2) p {
    min-height: 104px;
  }

  .sub-content--application .award-area-card:nth-child(n + 2) p + dl {
    margin-top: 40px;
  }

  .sub-content--application .award-area-card dl {
    margin-top: 40px;
  }

  .sub-content--application .award-area-card dl + dl {
    margin-top: 24px;
  }

  .sub-content--application .sub-cta {
    height: 312px;
    padding: 0;
  }

  .sub-content--application .sub-cta h2 {
    height: 68px;
    font-size: 24px;
    line-height: 1.42;
  }

  .sub-content--application .sub-cta p {
    height: 56px;
    margin: 20px 0 40px;
    font-size: 18px;
    line-height: 1.55;
  }

  .sub-content--application .sub-cta .button-row {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }

  .site-footer__inner {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 40px 25px;
  }

  .site-footer__about strong {
    font-size: 18px;
  }

  .site-footer__about p br {
    display: none;
  }

  .site-footer__link-group {
    display: none;
    grid-column: auto;
  }

  .site-footer__contact {
    grid-column: auto;
  }

  .site-footer__bottom {
    display: block;
  }

  .site-footer__bottom nav {
    width: 100%;
    gap: 16px;
    margin-top: 14px;
  }

  .mobile-menu {
    position: fixed;
    inset: 0 0 0 auto;
    z-index: 80;
    display: block;
    width: 100%;
    max-width: 390px;
    height: 100dvh;
    min-height: 100dvh;
    background: var(--dark);
    opacity: 0;
    overflow-y: auto;
    pointer-events: none;
    transform: translateX(100%);
    transition: opacity 0.2s ease, transform 0.2s ease;
  }

  .mobile-menu__close {
    position: absolute;
    top: 18px;
    right: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    border: 1px solid rgba(255, 255, 255, 0.72);
    border-radius: 50%;
    color: rgba(255, 255, 255, 0.86);
    font-size: 0;
    line-height: 0;
    cursor: pointer;
  }

  .mobile-menu__close::before,
  .mobile-menu__close::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 9px;
    height: 1.4px;
    border-radius: 999px;
    background: currentColor;
    transform-origin: center;
  }

  .mobile-menu__close::before {
    transform: translate(-50%, -50%) rotate(45deg);
  }

  .mobile-menu__close::after {
    transform: translate(-50%, -50%) rotate(-45deg);
  }

  .mobile-menu nav {
    position: absolute;
    top: 92px;
    left: 52px;
    right: 52px;
    display: flex;
    flex-direction: column;
    gap: 24px;
    font-size: 17px;
    font-weight: 500;
    line-height: 1.4;
  }

  .mobile-menu nav a {
    position: relative;
    width: fit-content;
    transition: color 0.18s ease, transform 0.18s ease;
  }

  .mobile-menu nav a::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: -4px;
    left: 0;
    height: 1px;
    background: var(--gold-strong);
    opacity: 0;
    transform: scaleX(0.2);
    transform-origin: left center;
    transition: opacity 0.18s ease, transform 0.2s ease;
  }

  .mobile-menu nav a:hover,
  .mobile-menu nav a:focus-visible,
  .mobile-menu nav a:active {
    color: var(--gold-strong);
    transform: translateX(4px);
  }

  .mobile-menu nav a:hover::after,
  .mobile-menu nav a:focus-visible::after,
  .mobile-menu nav a:active::after {
    opacity: 1;
    transform: scaleX(1);
  }

  .mobile-menu__group {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }

  .mobile-menu__sub {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding-left: 14px;
    border-left: 1px solid rgba(192, 164, 119, 0.28);
  }

  .mobile-menu__sub a {
    color: rgba(255, 255, 255, 0.62);
    font-size: 14px;
    line-height: 1.4;
  }

  .mobile-menu nav a.is-active,
  .mobile-menu nav a.is-current {
    color: var(--gold-strong);
  }

  body:has(.menu-toggle:checked) .mobile-menu {
    opacity: 1;
    pointer-events: auto;
    transform: translateX(0);
  }
}

@media (min-width: 768px) and (max-width: 1439px) {
  .resources-list.is-list-view {
    display: flex;
    flex-direction: column;
    gap: 0;
    border-top: 1px solid rgba(192, 164, 119, 0.46);
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  }

  .resources-list.is-list-view .resources-list__head {
    display: grid;
    grid-template-columns: 120px minmax(0, 1fr) 112px 138px;
    align-items: center;
    min-height: 48px;
    padding: 0 18px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.16);
    color: rgba(240, 220, 154, 0.78);
    background: rgba(206, 144, 44, 0.12);
    font-size: 12px;
    font-weight: 800;
    line-height: 1.35;
  }

  .resources-list.is-list-view .resources-list__head span:nth-child(4) {
    text-align: right;
  }

  .resources-list.is-list-view .resource-card {
    min-height: 0;
    border: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 0;
    background: transparent;
  }

  .resources-list.is-list-view .resource-card a {
    display: block;
    min-height: 72px;
    padding: 0 18px;
  }

  .resources-list.is-list-view .resource-card__visual,
  .resources-list.is-list-view .resource-card__text {
    display: none;
  }

  .resources-list.is-list-view .resource-card__body {
    display: grid;
    grid-template-columns: 120px minmax(0, 1fr) 112px 138px;
    align-items: center;
    gap: 0;
    min-height: 72px;
    padding: 0;
  }

  .resources-list.is-list-view .resource-card__meta {
    display: contents;
  }

  .resources-list.is-list-view .resource-card__meta em {
    grid-column: 1;
    grid-row: 1;
    justify-self: start;
  }

  .resources-list.is-list-view .resource-card__body strong {
    grid-column: 2;
    grid-row: 1;
    min-height: 0;
    margin: 0;
    padding-right: 18px;
    overflow: hidden;
    font-size: 16px;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .resources-list.is-list-view .resource-card__meta time {
    grid-column: 3;
    grid-row: 1;
    font-size: 13px;
  }

  .resources-list.is-list-view .resource-card__links {
    grid-column: 4;
    grid-row: 1;
    justify-content: flex-end;
    margin: 0;
    padding: 0;
  }
}

/* featured-ads: 특집기사 / 연합광고 연속 노출 */

/* 팝업 css */
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.45);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.popup {
  background: #fff;
  width: 90%;
  max-width: 400px;
  border-radius: 16px;
  padding: 20px 20px 70px;
  text-align: center;
  position: relative;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.25);
  animation: popupFadeIn 0.3s ease;
}

@keyframes popupFadeIn {
  from { transform: translateY(20px); opacity: 0; }
  to { transform: translateY(0); opacity: 1; }
}

.close-btn {
  position: absolute;
  top: 12px;
  right: 12px;
  font-size: 20px;
  cursor: pointer;
}

.popup-footer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 16px;
  border-top: 1px solid #eee;
  background: #fafafa;
  border-radius: 0 0 16px 16px;
  box-sizing: border-box;
}

.footer-left {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #333;
  cursor: pointer;
}

.footer-left input {
  margin-right: 6px;
}

.footer-right button {
  padding: 8px 18px;
  border-radius: 20px;
  border: 1px solid #ccc;
  background: #fff;
  font-size: 14px;
  cursor: pointer;
}

.footer-right button:hover {
  background: #f1f1f1;
}

.popup-content {
  padding: 5px 0;
  color:black;
}

.popup-content img {
  max-width: 100%;
  height: auto;
}

.popup #title {
  font-weight: bold;
  color:black;
  margin: 0;
}
/* 팝업 css 끝 */