.nav-active {
  color: var(--purple) !important;
}

.industry-guide-layout {
  align-items: start;
}

.industry-sidebar-visual {
  min-height: 180px;
  background:
    linear-gradient(rgba(65, 86, 166, 0.84), rgba(65, 86, 166, 0.84)),
    url("assets/hero-slide-1.jpg") center / cover;
}

.industry-sidebar-visual::after {
  width: 118px;
  height: 118px;
  border-color: rgba(255, 255, 255, 0.22);
}

.industry-course-page {
  max-width: 860px;
}

.industry-page-title {
  margin-bottom: 34px;
  padding-bottom: 22px;
  border-bottom: 1px solid #d4dce8;
}

.industry-page-title p,
.industry-guide-section header span {
  margin: 0 0 7px;
  color: #005bc8;
  font-size: 11px;
  font-weight: 950;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.industry-page-title h1 {
  margin: 0;
  color: #101828;
  font-size: clamp(2.2rem, 4vw, 3rem);
  font-weight: 950;
  line-height: 1.1;
}

.industry-guide-section {
  --section-color: #005bc8;
  margin-bottom: 34px;
}

.industry-guide-section.green {
  --section-color: #009944;
}

.industry-guide-section.orange {
  --section-color: #f15a24;
}

.industry-guide-section.navy {
  --section-color: #1c3f94;
}

.industry-guide-section header {
  margin-bottom: 18px;
  padding-bottom: 12px;
  border-bottom: 3px solid var(--section-color);
}

.industry-guide-section header span {
  color: var(--section-color);
}

.industry-guide-section header h2 {
  margin: 0;
  padding-left: 10px;
  border-left: 4px solid var(--section-color);
  color: #101828;
  font-size: 1.35rem;
  font-weight: 950;
}

.industry-line-list {
  display: grid;
  gap: 14px;
  margin: 0;
}

.industry-line-list div {
  display: grid;
  grid-template-columns: 180px minmax(0, 1fr);
  gap: 18px;
  padding-bottom: 14px;
  border-bottom: 1px solid #d9e0ea;
}

.industry-line-list dt {
  color: #344054;
  font-weight: 900;
}

.industry-line-list dd {
  margin: 0;
  color: #101828;
  font-weight: 750;
  line-height: 1.75;
}

.industry-table-wrap {
  overflow: auto;
  border: 1px solid #d9e0ea;
}

.industry-doc-table {
  width: 100%;
  min-width: 680px;
  border-collapse: collapse;
  background: #fff;
}

.industry-doc-table th,
.industry-doc-table td {
  padding: 13px 16px;
  border: 1px solid #d9e0ea;
  color: #101828;
  font-size: 0.95rem;
  line-height: 1.5;
}

.industry-doc-table thead th {
  background: #fff7f1;
  color: #4a2c1f;
  font-weight: 950;
  text-align: center;
}

.industry-doc-table td:first-child {
  width: 70px;
  text-align: center;
  font-weight: 800;
}

.industry-doc-table td:last-child {
  width: 90px;
  text-align: center;
  color: #667085;
  font-weight: 800;
}

.industry-doc-table.compact {
  min-width: 0;
}

.industry-doc-table.compact th {
  width: 260px;
  background: #f8fbff;
  text-align: left;
}

.industry-doc-table.compact td:last-child {
  width: auto;
  text-align: left;
}

.industry-note-box {
  padding: 22px 28px;
  border: 2px solid var(--section-color);
  background: #f7fbff;
}

.industry-note-box p {
  margin: 0 0 12px;
  color: #101828;
  font-weight: 850;
}

.industry-note-box ul {
  display: grid;
  gap: 7px;
  margin: 0;
  padding-left: 20px;
  color: #1d3559;
  font-weight: 700;
}

@media (max-width: 760px) {
  .industry-line-list div {
    grid-template-columns: 1fr;
    gap: 6px;
  }

  .industry-doc-table {
    min-width: 620px;
  }
}

/* Final industry-course overrides: kept last because this file has legacy duplicated industry rules above. */
.industry-course-page .course-line-list div {
  border: 1px solid #b9c5d8 !important;
  border-top: 2px solid var(--section-color, var(--industry-blue)) !important;
  border-radius: 8px !important;
  overflow: hidden !important;
  box-shadow: none !important;
}

.industry-course-page .course-table-wrap {
  border: 1px solid #b9c5d8 !important;
  border-top: 2px solid var(--section-color, var(--industry-blue)) !important;
  border-radius: 8px !important;
  overflow-x: auto !important;
  overflow-y: hidden !important;
}

.industry-course-page .course-table {
  border: 0 !important;
  border-collapse: separate !important;
  border-spacing: 0 !important;
}

.industry-course-page .course-table th,
.industry-course-page .course-table td {
  border-top: 0 !important;
  border-left: 0 !important;
  border-right: 1px solid #d6deea !important;
  border-bottom: 1px solid #d6deea !important;
}

.industry-course-page .course-table tr > :last-child {
  border-right: 0 !important;
}

.industry-course-page .course-table tbody tr:last-child > * {
  border-bottom: 0 !important;
}

.industry-course-page .course-line-list div {
  border: 1px solid #b9c5d8 !important;
  border-top: 2px solid var(--section-color, var(--industry-blue)) !important;
  border-radius: 8px !important;
  overflow: hidden !important;
  box-shadow: none !important;
}

.industry-course-page .course-table-wrap {
  border: 1px solid #b9c5d8 !important;
  border-top: 2px solid var(--section-color, var(--industry-blue)) !important;
  border-radius: 8px !important;
  overflow-x: auto !important;
  overflow-y: hidden !important;
}

.industry-course-page .course-table {
  border: 0 !important;
  border-collapse: separate !important;
  border-spacing: 0 !important;
}

.industry-course-page .course-table th,
.industry-course-page .course-table td {
  border-top: 0 !important;
  border-left: 0 !important;
  border-right: 1px solid #d6deea !important;
  border-bottom: 1px solid #d6deea !important;
}

.industry-course-page .course-table tr > :last-child {
  border-right: 0 !important;
}

.industry-course-page .course-table tbody tr:last-child > * {
  border-bottom: 0 !important;
}

.industry-course-page {
  --industry-blue: #4156a6;
  --industry-green: #33a02c;
  --industry-orange: #ff4d00;
  --industry-navy: #1c3f94;
}

.industry-course-page .course-section-heading {
  display: grid;
  grid-template-columns: 6px minmax(0, 1fr);
  column-gap: 15px;
  align-items: center;
}

.industry-course-page .course-section-heading::before {
  grid-row: 1 / 3;
  width: 6px;
  height: 46px;
  content: "";
  background: var(--section-color, var(--industry-blue));
}

.industry-course-page .course-section-heading span,
.industry-course-page .course-section-heading h2 {
  grid-column: 2;
}

#industry-target,
#industry-benefit {
  --section-color: var(--industry-blue);
}

#industry-docs {
  --section-color: var(--industry-orange);
}

#industry-language {
  --section-color: var(--industry-navy);
}

#industry-education {
  --section-color: var(--industry-green);
}

.industry-course-page .course-section-heading span {
  color: var(--section-color, var(--industry-blue));
  letter-spacing: 0.04em;
}

.industry-course-page .course-line-list div {
  border: 1px solid #bfcadd !important;
  border-top: 2px solid var(--section-color, var(--industry-blue)) !important;
  box-shadow: inset 0 0 0 1px rgba(214, 222, 234, 0.55);
}

.industry-course-page .course-table {
  border-top: 2px solid var(--section-color, #373c45);
  border-collapse: collapse;
  border-spacing: 0;
}

.industry-course-page .course-table-wrap {
  border: 1px solid #bfcadd !important;
  border-top: 0 !important;
  border-radius: 8px;
  overflow: hidden;
}

.industry-course-page .course-table th,
.industry-course-page .course-table td {
  height: 54px;
  padding: 12px 14px;
  border-color: #dfe3e8;
  font-size: 14px;
}

.industry-course-page .course-table thead th {
  background: #f0f2fa;
  color: #252a31;
}

#industry-docs .course-table {
  border-top-color: var(--industry-orange);
}

#industry-docs .course-table thead th {
  background: #fff2ec;
}

#industry-education .course-table {
  border-top-color: var(--industry-green);
}

#industry-education .course-table tbody th {
  background: #edf7ed;
}

.industry-course-page .course-table {
  border-top: 2px solid #373c45;
  border-collapse: collapse;
  border-spacing: 0;
}

.industry-course-page .course-table th,
.industry-course-page .course-table td {
  height: 54px;
  padding: 12px 14px;
  border-color: #dfe3e8;
  font-size: 14px;
}

.industry-course-page .course-table thead th {
  background: #f0f2f6;
  color: #252a31;
}

.industry-course-page .course-table tbody th {
  background: #fafbfc;
}

.industry-course-page .course-table tr > :first-child {
  border-left: 0;
}

.industry-course-page .course-table tr > :last-child {
  border-right: 0;
}

.industry-course-page .course-table tbody tr:last-child > * {
  border-bottom: 0;
}

.industry-course-page {
  --industry-blue: #4156a6;
  --industry-green: #33a02c;
  --industry-orange: #ff4d00;
  --industry-navy: #1c3f94;
}

.industry-course-page .course-section-heading {
  display: grid;
  grid-template-columns: 6px minmax(0, 1fr);
  column-gap: 15px;
  align-items: center;
}

.industry-course-page .course-section-heading::before {
  grid-row: 1 / 3;
  width: 6px;
  height: 46px;
  content: "";
  background: var(--section-color, var(--industry-blue));
}

.industry-course-page .course-section-heading span,
.industry-course-page .course-section-heading h2 {
  grid-column: 2;
}

#industry-target,
#industry-benefit {
  --section-color: var(--industry-blue);
}

#industry-docs {
  --section-color: var(--industry-orange);
}

#industry-language {
  --section-color: var(--industry-navy);
}

#industry-education {
  --section-color: var(--industry-green);
}

.industry-course-page .course-section-heading span {
  color: var(--section-color, var(--industry-blue));
  letter-spacing: 0.04em;
}

.industry-course-page .course-line-list div {
  border-top: 2px solid var(--section-color, var(--industry-blue));
  border-color: #d6deea;
}

.industry-course-page .course-line-list dt {
  color: #171c28;
}

.industry-course-page .course-table {
  border-top-color: var(--section-color, #373c45);
}

.industry-course-page .course-table thead th {
  background: color-mix(in srgb, var(--section-color, #4156a6) 10%, white);
}

#industry-docs .course-table {
  border-top-color: var(--industry-orange);
}

#industry-docs .course-table thead th {
  background: #fff2ec;
}

#industry-education .course-table {
  border-top-color: var(--industry-green);
}

#industry-education .course-table tbody th {
  background: #edf7ed;
}

@media (max-width: 760px) {
  .course-line-list div {
    grid-template-columns: 1fr;
    gap: 6px;
  }

  .industry-education-table {
    min-width: 620px;
  }
}

.subpage-main {
  overflow: visible;
  background: white;
}

.breadcrumb {
  border-top: 1px solid #eceef2;
  border-bottom: 1px solid #e2e5ea;
  background: #f7f8fa;
}

.breadcrumb-inner {
  display: flex;
  max-width: var(--content-max);
  min-height: 52px;
  margin: 0 auto;
  padding: 0 24px;
  align-items: stretch;
}

.breadcrumb-inner > * {
  display: inline-flex;
  min-width: 150px;
  align-items: center;
  padding: 0 20px;
  border-right: 1px solid #e2e5ea;
  color: #737985;
  font-size: 14px;
}

.breadcrumb-inner > :first-child {
  min-width: 54px;
  justify-content: center;
  border-left: 1px solid #e2e5ea;
  color: var(--purple);
  font-size: 19px;
}

.breadcrumb-inner strong {
  color: var(--ink);
}

.subpage-layout {
  display: grid;
  grid-template-columns: 250px minmax(0, 1fr);
  max-width: var(--content-max);
  margin: 0 auto;
  padding: 54px 24px 100px;
  gap: 58px;
  align-items: start;
}

.subpage-sidebar {
  position: sticky;
  top: 112px;
}

.sidebar-visual {
  position: relative;
  min-height: 164px;
  padding: 28px;
  color: white;
  background:
    linear-gradient(rgba(65, 86, 166, 0.84), rgba(65, 86, 166, 0.84)),
    url("assets/hero-slide-1.jpg") center/cover;
  overflow: hidden;
}

.sidebar-visual::after {
  position: absolute;
  right: -30px;
  bottom: -42px;
  width: 130px;
  height: 130px;
  content: "";
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 50%;
}

.sidebar-visual p {
  margin: 0 0 8px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 13px;
  font-weight: 700;
}

.sidebar-visual h2 {
  margin: 0;
  font-size: 30px;
  line-height: 1.18;
  overflow-wrap: anywhere;
}

html[lang="ru"] .sidebar-visual {
  min-height: 182px;
}

html[lang="ru"] .sidebar-visual h2 {
  font-size: 26px;
}

.sidebar-nav {
  border-bottom: 1px solid #dfe3e8;
}

.sidebar-nav a {
  display: flex;
  min-height: 62px;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 0 18px;
  border-bottom: 1px solid #e3e6eb;
  color: #333840;
  font-size: 15px;
  font-weight: 700;
}

.sidebar-nav a span:not(.i18n-text-label) {
  color: #a5aab2;
  transition: transform 160ms ease;
}

.sidebar-nav a:hover span:not(.i18n-text-label) {
  transform: translateX(4px);
}

.sidebar-nav .is-current {
  color: var(--purple);
  border-left: 4px solid var(--purple);
  background: #f3f5fb;
}

.subpage-content {
  min-width: 0;
}

.content-title {
  margin-bottom: 34px;
  padding-bottom: 20px;
  border-bottom: 1px solid #dde1e7;
}

.content-title::before {
  display: block;
  width: 38px;
  height: 4px;
  margin-bottom: 14px;
  content: "";
  background: var(--purple);
}

.content-title p {
  margin: 0 0 5px;
  color: var(--purple);
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

.content-title h1 {
  margin: 0;
  color: #111318;
  font-size: 44px;
  line-height: 1.15;
}

.greeting-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(300px, 0.95fr);
  min-height: 320px;
  margin-bottom: 54px;
  background: #f2f4f8;
}

.greeting-lead {
  display: grid;
  padding: 42px;
  align-content: center;
}

.greeting-lead span {
  margin-bottom: 16px;
  color: var(--purple);
  font-size: 13px;
  font-weight: 900;
}

.greeting-lead h2 {
  margin: 0;
  color: #17191e;
  font-size: 31px;
  line-height: 1.38;
  letter-spacing: 0;
}

.greeting-lead p {
  margin: 20px 0 0;
  color: #656b75;
  font-size: 15px;
}

.greeting-hero figure {
  min-height: 320px;
  margin: 0;
  overflow: hidden;
}

.greeting-hero img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 600ms ease;
}

.greeting-hero:hover img {
  transform: scale(1.035);
}

.greeting-copy {
  position: relative;
  max-width: 830px;
  padding: 0 8px 0 34px;
  border-left: 3px solid #d7dced;
  color: #454b55;
  font-size: 16px;
  line-height: 1.95;
  overflow: hidden;
}

.greeting-copy p {
  position: relative;
  z-index: 1;
  margin: 0 0 24px;
}

.greeting-copy .opening {
  max-width: 720px;
  margin-bottom: 32px;
  color: #17191e;
  font-size: 23px;
  font-weight: 800;
  line-height: 1.55;
}

.greeting-signature {
  display: flex;
  justify-content: flex-end;
  gap: 12px;
  align-items: baseline;
  margin-top: 42px;
  color: #30343b;
}

.greeting-signature span {
  font-size: 15px;
}

.greeting-signature strong {
  color: var(--purple);
  font-size: 22px;
}

.section-label {
  margin: 0 0 40px;
  color: #1b1e24;
  font-size: 25px;
}

.org-chart {
  position: relative;
  padding-bottom: 24px;
}

.org-root {
  position: relative;
  z-index: 2;
  display: grid;
  width: 300px;
  min-height: 104px;
  margin: 0 auto;
  place-content: center;
  text-align: center;
  color: white;
  background: var(--purple);
}

.org-root small {
  margin-top: 6px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 14px;
  font-weight: 600;
}

.org-root strong {
  font-size: 24px;
}

.org-branch-line {
  position: relative;
  width: 50%;
  height: 68px;
  margin: 0 auto;
  border-bottom: 1px solid #cfd3da;
}

.org-branch-line::before {
  position: absolute;
  left: 50%;
  top: 0;
  width: 1px;
  height: 68px;
  content: "";
  background: #cfd3da;
}

.org-teams {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 58px;
}

.org-team {
  position: relative;
}

.org-team::before {
  position: absolute;
  left: 50%;
  top: -22px;
  width: 1px;
  height: 22px;
  content: "";
  background: #cfd3da;
}

.org-team header {
  display: grid;
  min-height: 94px;
  padding: 18px 24px;
  place-content: center;
  text-align: center;
  color: #20242b;
  border: 2px solid #737985;
  background: #fff;
}

.org-team header span {
  color: #777d87;
  font-size: 13px;
  font-weight: 600;
}

.org-team header h3 {
  margin: 0 0 5px;
  font-size: 21px;
  line-height: 1.3;
}

.team-responsibilities {
  margin-top: 10px;
  padding: 25px 28px 28px;
  background: #f5f6f8;
}

.team-responsibilities h4 {
  margin: 0 0 14px;
  color: #20242b;
  font-size: 17px;
}

.team-responsibilities ul {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.team-responsibilities li {
  position: relative;
  padding-left: 14px;
  color: #424852;
  font-size: 14px;
  line-height: 1.55;
}

.team-responsibilities li::before {
  position: absolute;
  left: 0;
  top: 0.7em;
  width: 4px;
  height: 4px;
  content: "";
  border-radius: 50%;
  background: #737985;
}

.location-map-section {
  margin-bottom: 48px;
}

.map-open-link {
  display: inline-flex;
  min-height: 48px;
  padding: 0 20px;
  align-items: center;
  gap: 9px;
  border-left: 1px solid rgba(255, 255, 255, 0.28);
  color: white;
  font-size: 14px;
  font-weight: 700;
  transition: background 160ms ease;
}

.map-open-link:hover {
  color: white;
  background: rgba(255, 255, 255, 0.1);
}

.map-frame {
  position: relative;
  height: 500px;
  border-top: 3px solid var(--purple);
  background: #eef0f4;
  overflow: hidden;
}

.map-frame iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

.map-info-bar {
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
  bottom: 0;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  min-height: 88px;
  padding-left: 26px;
  align-items: center;
  gap: 28px;
  color: white;
  background: rgba(49, 68, 148, 0.94);
}

.map-info-bar h2 {
  margin: 0;
  font-size: 20px;
}

.map-info-bar p {
  margin: 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: 14px;
  font-weight: 600;
}

.map-info-bar p span {
  margin-right: 8px;
  color: white;
  font-weight: 800;
}

.section-heading {
  position: relative;
  margin-bottom: 6px;
  padding-left: 15px;
}

.section-heading h2 {
  margin: 4px 0 0;
  color: #1d2026;
  font-size: 22px;
}

.section-heading span {
  color: #8a9099;
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
}

.section-heading::before {
  position: absolute;
  left: 0;
  top: 3px;
  width: 3px;
  height: 36px;
  content: "";
  background: var(--purple);
}

.transit-block {
  display: grid;
  grid-template-columns: 150px minmax(0, 1fr);
  padding: 28px 0;
  gap: 34px;
  border-bottom: 1px solid #dfe3e8;
}

.transit-label {
  display: flex;
  align-items: flex-start;
  gap: 13px;
}

.transit-icon {
  display: grid;
  width: 36px;
  height: 36px;
  flex: 0 0 auto;
  place-items: center;
  color: white;
  border-radius: 50%;
  background: var(--purple);
  font-size: 13px;
  font-weight: 900;
}

.transit-icon.bus {
  background: #1f9b65;
}

.transit-label small {
  color: #8a9099;
  font-size: 10px;
  font-weight: 800;
}

.transit-label h3 {
  margin: 2px 0 0;
  color: #242830;
  font-size: 20px;
}

.subway-route {
  display: grid;
  min-height: 300px;
  margin: 0;
  padding: 22px;
  place-items: center;
  background: #fafbfc;
}

.subway-route img {
  display: block;
  width: 100%;
  max-width: 760px;
  height: auto;
}

.bus-routes {
  border-top: 1px solid #dfe3e8;
}

.bus-route-row {
  display: grid;
  grid-template-columns: 190px minmax(0, 1fr);
  min-height: 68px;
  padding: 14px 10px;
  align-items: center;
  gap: 20px;
  border-bottom: 1px solid #e5e8ec;
}

.bus-route-row strong {
  color: #2d323a;
  font-size: 14px;
}

.bus-route-row > div {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 7px 9px;
}

.bus-route-row em {
  margin-right: 7px;
  color: #4f5661;
  font-size: 13px;
  font-style: normal;
}

.route-tag {
  display: inline-flex;
  min-width: 34px;
  height: 21px;
  padding: 0 5px;
  align-items: center;
  justify-content: center;
  border: 1px solid currentColor;
  font-size: 10px;
  font-weight: 800;
}

.route-tag.trunk {
  color: #377fc3;
}

.route-tag.branch {
  color: #42a65b;
}

.route-tag.loop {
  color: #e89442;
}

.featured-video-section {
  margin-bottom: 72px;
}

.video-stage {
  position: relative;
  aspect-ratio: 16 / 9;
  background: #15181e;
  overflow: hidden;
}

.video-stage video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.video-stage [hidden],
.video-embed[hidden],
.video-pending[hidden] {
  display: none !important;
}

.video-embed,
.video-embed iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}

.video-pending {
  position: absolute;
  inset: 0;
  display: grid;
  place-content: center;
  justify-items: center;
  gap: 12px;
  color: white;
  background: rgba(18, 23, 33, 0.34);
  pointer-events: none;
}

.video-play-symbol {
  display: grid;
  width: 64px;
  height: 64px;
  padding-left: 4px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.76);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.12);
  font-size: 21px;
}

.video-pending strong {
  font-size: 15px;
}

.featured-video-info {
  display: flex;
  padding: 28px 2px 30px;
  justify-content: space-between;
  gap: 30px;
  border-bottom: 1px solid #dde1e7;
}

.video-category,
.video-library-heading span,
.video-item-copy small {
  color: var(--purple);
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
}

.featured-video-info h2 {
  margin: 8px 0 9px;
  color: #20242b;
  font-size: 26px;
}

.featured-video-info p {
  max-width: 650px;
  margin: 0;
  color: #686e78;
  font-size: 14px;
  line-height: 1.7;
}

.featured-video-info time {
  padding-top: 3px;
  color: #8a9099;
  font-size: 13px;
}

.video-library-heading {
  display: flex;
  margin-bottom: 26px;
  align-items: end;
  justify-content: space-between;
  gap: 30px;
}

.video-library-heading h2 {
  margin: 6px 0 0;
  color: #20242b;
  font-size: 24px;
}

.video-library-heading p {
  margin: 0;
  color: #7b818b;
  font-size: 13px;
}

.video-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.video-item {
  border: 1px solid #dfe3e8;
  background: white;
  cursor: pointer;
  transition: border-color 160ms ease, transform 160ms ease;
}

.video-item:hover {
  border-color: #aeb7d5;
  transform: translateY(-3px);
}

.video-thumbnail {
  position: relative;
  aspect-ratio: 16 / 10;
  background: #e9ecf1;
  overflow: hidden;
}

.video-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 220ms ease;
}

.video-item:hover .video-thumbnail img {
  transform: scale(1.025);
}

.video-thumbnail span {
  position: absolute;
  left: 12px;
  bottom: 12px;
  padding: 6px 9px;
  color: white;
  background: rgba(27, 31, 40, 0.82);
  font-size: 11px;
  font-weight: 700;
}

.video-item-copy {
  padding: 20px 18px 22px;
}

.video-item-copy h3 {
  margin: 7px 0 8px;
  color: #272b32;
  font-size: 18px;
}

.video-item-copy p {
  margin: 0;
  color: #737984;
  font-size: 13px;
  line-height: 1.6;
}

.video-empty-text {
  grid-column: 1 / -1;
  margin: 0;
  padding: 34px;
  border: 1px solid #dfe3e8;
  color: #6f7784;
  text-align: center;
  background: #fff;
}

.course-section-nav {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-bottom: 58px;
  border-top: 2px solid var(--purple);
  border-bottom: 1px solid #d9dde5;
}

.course-section-nav a {
  display: flex;
  min-height: 58px;
  align-items: center;
  justify-content: center;
  padding: 10px;
  border-right: 1px solid #e0e3e9;
  color: #30353d;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  transition: color 160ms ease, background 160ms ease;
}

.course-section-nav a:last-child {
  border-right: 0;
}

.course-section-nav a:hover {
  color: var(--purple);
  background: #f5f6fb;
}

.course-info-section {
  scroll-margin-top: 110px;
  margin-bottom: 72px;
}

.course-section-heading {
  margin-bottom: 24px;
}

.course-section-heading span {
  color: var(--purple);
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
}

.course-section-heading h2 {
  margin: 6px 0 0;
  color: #20242b;
  font-size: 25px;
}

.course-table-wrap {
  width: 100%;
  overflow-x: auto;
}

.course-table {
  width: 100%;
  min-width: 650px;
  border-collapse: collapse;
  table-layout: fixed;
  border-top: 2px solid #373c45;
}

.course-table th,
.course-table td {
  height: 54px;
  padding: 12px 14px;
  border-right: 1px solid #dfe3e8;
  border-bottom: 1px solid #dfe3e8;
  color: #3f454f;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  vertical-align: middle;
}

.course-table tr > :first-child {
  border-left: 1px solid #dfe3e8;
}

.course-table thead th {
  color: #252a31;
  background: #f0f2f6;
  font-weight: 800;
}

.course-table tbody th {
  color: #2c3139;
  background: #fafbfc;
  font-weight: 700;
}

.course-table td[rowspan] {
  background: #f8f8fb;
}

.course-line-list {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
}

.course-line-list div {
  display: grid;
  grid-template-columns: 150px minmax(0, 1fr);
  gap: 18px;
  padding: 18px 20px;
  border: 1px solid #dfe3e8;
  background: #fff;
}

.course-line-list dt {
  color: #2c3139;
  font-weight: 800;
}

.course-line-list dd {
  margin: 0;
  color: #3f454f;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.75;
}

.course-lead {
  margin: 0;
  color: #3f454f;
  font-size: 15px;
  line-height: 1.8;
}

.industry-documents-table {
  min-width: 720px;
}

.industry-documents-table th:first-child,
.industry-documents-table td:first-child {
  width: 90px;
}

.industry-documents-table th:last-child,
.industry-documents-table td:last-child {
  width: 140px;
}

.industry-education-table {
  min-width: 0;
}

.industry-education-table th {
  width: 260px;
}

.course-notes {
  display: grid;
  gap: 12px;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

.course-notes li {
  position: relative;
  display: grid;
  grid-template-columns: 96px minmax(0, 1fr);
  padding-left: 16px;
  align-items: start;
  gap: 12px;
}

.course-notes li::before {
  position: absolute;
  left: 0;
  top: 0.7em;
  width: 5px;
  height: 5px;
  content: "";
  border-radius: 50%;
  background: #737985;
}

.course-notes strong {
  color: #30353d;
  font-size: 14px;
}

.course-notes span {
  color: #565d68;
  font-size: 14px;
  line-height: 1.7;
}

.course-footnotes {
  display: grid;
  gap: 7px;
  margin: 18px 0 0;
  padding: 0;
  color: #686e78;
  font-size: 13px;
  list-style: none;
}

.course-footnotes li {
  position: relative;
  padding-left: 14px;
}

.course-footnotes li::before {
  position: absolute;
  left: 0;
  top: 0.65em;
  width: 4px;
  height: 4px;
  content: "";
  border-radius: 50%;
  background: var(--purple);
}

.contact-section {
  margin-bottom: 0;
}

.contact-details {
  display: grid;
  grid-template-columns: 1fr;
  border-top: 1px solid #d7dce4;
  background: white;
}

.contact-details > div {
  display: grid;
  grid-template-columns: 110px minmax(0, 1fr);
  min-height: 66px;
  padding: 17px 6px;
  align-items: start;
  gap: 18px;
  border-bottom: 1px solid #e1e4e9;
}

.contact-details > div:last-child {
  border-bottom: 1px solid #e1e4e9;
}

.contact-details span {
  color: #737985;
  font-size: 11px;
  font-weight: 800;
}

.contact-details strong,
.contact-details a {
  color: #30353d;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.65;
}

.contact-details a:hover {
  text-decoration: underline;
}

.korean-course-page {
  --ync-orange: #ff4d00;
  --ync-green: #33a02c;
  --ync-sky: #0868ac;
  --ync-yellow: #ffcc23;
}

.korean-course-page .course-section-nav a {
  position: relative;
  overflow: hidden;
}

.korean-course-page .course-section-nav a::after {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 4px;
  content: "";
  transform: scaleX(0.28);
  transform-origin: center;
  transition: transform 180ms ease;
}

.korean-course-page .course-section-nav a:nth-child(1)::after {
  background: var(--purple);
}

.korean-course-page .course-section-nav a:nth-child(2)::after {
  background: var(--ync-orange);
}

.korean-course-page .course-section-nav a:nth-child(3)::after {
  background: var(--ync-green);
}

.korean-course-page .course-section-nav a:nth-child(4)::after {
  background: var(--ync-sky);
}

.korean-course-page .course-section-nav a:hover::after {
  transform: scaleX(1);
}

.korean-course-page .course-section-heading {
  display: grid;
  grid-template-columns: 6px minmax(0, 1fr);
  column-gap: 15px;
  align-items: center;
}

.korean-course-page .course-section-heading::before {
  grid-row: 1 / 3;
  width: 6px;
  height: 46px;
  content: "";
  background: var(--purple);
}

.korean-course-page .course-section-heading span,
.korean-course-page .course-section-heading h2 {
  grid-column: 2;
}

#tuition .course-section-heading::before {
  background: var(--ync-orange);
}

#tuition .course-section-heading span {
  color: var(--ync-orange);
}

#dormitory .course-section-heading::before {
  background: var(--ync-green);
}

#dormitory .course-section-heading span {
  color: var(--ync-green);
}

#admission-contact .course-section-heading::before {
  background: var(--ync-sky);
}

#admission-contact .course-section-heading span {
  color: var(--ync-sky);
}

#class-schedule .course-table {
  border-top-color: var(--purple);
}

#tuition .course-table {
  border-top-color: var(--ync-orange);
}

#dormitory .course-table {
  border-top-color: var(--ync-green);
}

#class-schedule .course-table thead th {
  background: #f0f2fa;
}

#tuition .course-table thead th {
  background: #fff2ec;
}

#dormitory .course-table thead th {
  background: #edf7ed;
}

.korean-course-page .course-table tbody tr:hover > * {
  background: #fffbea;
}

.korean-course-page .contact-details {
  border-top: 2px solid var(--ync-sky);
  background: white;
}

.korean-course-page .contact-details > div {
  background: white;
}

.korean-course-page .contact-details > div:nth-child(1),
.korean-course-page .contact-details > div:nth-child(2),
.korean-course-page .contact-details > div:nth-child(3) {
  background: white;
}

.korean-course-page .contact-details span {
  color: var(--ync-sky);
  letter-spacing: 0.06em;
}

.korean-course-page .contact-details strong,
.korean-course-page .contact-details a {
  color: #30353d;
  font-size: 15px;
}

.degree-group {
  margin-bottom: 72px;
}

.degree-group:last-child {
  margin-bottom: 0;
}

.degree-group-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 24px;
  padding-bottom: 16px;
  border-bottom: 2px solid #4156a6;
}

.degree-group-heading span {
  display: block;
  margin-bottom: 5px;
  color: #4156a6;
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
}

.degree-group-heading h2 {
  margin: 0;
  color: #20242b;
  font-size: 25px;
  line-height: 1.25;
}

.degree-group-heading > strong {
  flex: 0 0 auto;
  color: #777d87;
  font-size: 13px;
}

.degree-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.degree-card {
  position: relative;
  display: grid;
  min-height: 176px;
  padding: 24px 64px 24px 24px;
  align-content: end;
  gap: 7px;
  overflow: hidden;
  border: 1px solid #dce1e8;
  border-radius: 8px;
  background: #fff;
  color: #20242b;
  text-decoration: none;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.degree-card::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 4px;
  background: #4156a6;
  content: "";
}

.degree-card:hover,
.degree-card:focus-visible {
  transform: translateY(-4px);
  border-color: #aab5d8;
  box-shadow: 0 14px 30px rgba(34, 43, 72, 0.12);
}

.degree-card span,
.degree-card strong {
  position: relative;
  z-index: 1;
}

.degree-card span {
  color: #737985;
  font-size: 11px;
  font-weight: 700;
}

.degree-card strong {
  font-size: 18px;
  line-height: 1.4;
  overflow-wrap: anywhere;
  word-break: keep-all;
}

.degree-card b {
  position: absolute;
  top: 18px;
  right: 18px;
  z-index: 2;
  display: grid;
  width: 32px;
  height: 32px;
  place-items: center;
  border: 1px solid #dce1e8;
  border-radius: 50%;
  color: #4156a6;
  font-size: 15px;
  transition: color 180ms ease, background 180ms ease, border-color 180ms ease;
}

.degree-card:hover b,
.degree-card:focus-visible b {
  border-color: #4156a6;
  background: #4156a6;
  color: #fff;
}

.degree-card.has-character {
  min-height: 236px;
  padding-top: 136px;
  background: #f8faff;
}

.degree-card img {
  position: absolute;
  top: 12px;
  left: 50%;
  width: 178px;
  height: 124px;
  object-fit: contain;
  transform: translateX(-50%);
  transition: transform 180ms ease;
}

.degree-card.character-health-admin img,
.degree-card.character-interior img,
.degree-card.character-software img {
  width: 166px;
  height: 126px;
}

.degree-card.character-ict img {
  top: 8px;
  width: 184px;
  height: 128px;
}

.degree-card.character-construction img {
  top: 16px;
  width: 198px;
  height: 116px;
}

.degree-card.character-auto img,
.degree-card.character-sports img {
  width: 198px;
  height: 118px;
}

.degree-card.character-game img,
.degree-card.character-webtoon img {
  width: 174px;
  height: 126px;
}

.degree-card.character-airhotel img,
.degree-card.character-animal-health img,
.degree-card.character-business img,
.degree-card.character-casino img,
.degree-card.character-welllife img {
  width: 198px;
  height: 118px;
}

.degree-card.character-fashion img,
.degree-card.character-kbeauty img,
.degree-card.character-culinary img,
.degree-card.character-leisure img,
.degree-card.character-procurement img {
  width: 168px;
  height: 126px;
}

.degree-card.character-bakery img,
.degree-card.character-hair img,
.degree-card.character-pet-stylist img,
.degree-card.character-social-service img,
.degree-card.character-social-welfare img {
  width: 184px;
  height: 124px;
}

.degree-card:hover img,
.degree-card:focus-visible img {
  transform: translateX(-50%) translateY(-3px) scale(1.03);
}

.degree-card.is-no-image {
  min-height: 176px;
  background: linear-gradient(135deg, #ffffff 0%, #f8faff 100%);
}

.degree-card.is-pending {
  cursor: default;
  background: #f7f8fb;
}

.degree-card.is-pending b {
  width: auto;
  min-width: 44px;
  padding: 0 10px;
  border-radius: 999px;
  color: #5d6472;
  font-size: 11px;
}

.degree-card.is-pending:hover,
.degree-card.is-pending:focus-visible {
  transform: none;
  border-color: #d6deea;
  box-shadow: none;
}

.degree-card.is-pending:hover b,
.degree-card.is-pending:focus-visible b {
  border-color: #d6deea;
  background: #fff;
  color: #5d6472;
}

.employment-group .degree-group-heading {
  border-bottom-color: #ff6b00;
}

.employment-group .degree-group-heading span,
.employment-group .degree-card b {
  color: #d85600;
}

.employment-group .degree-card::before {
  background: #ff6b00;
}

.employment-group .degree-card:hover,
.employment-group .degree-card:focus-visible {
  border-color: #efb98b;
}

.employment-group .degree-card:hover b,
.employment-group .degree-card:focus-visible b {
  border-color: #ff6b00;
  background: #ff6b00;
  color: #fff;
}

.ai-group .degree-group-heading {
  border-bottom-color: #4156a6;
}

.ai-group .degree-group-heading span,
.ai-group .degree-card b {
  color: #4156a6;
}

.ai-group .degree-card::before {
  background: #4156a6;
}

.ai-group .degree-card:hover,
.ai-group .degree-card:focus-visible {
  border-color: #aab5d8;
}

.ai-group .degree-card:hover b,
.ai-group .degree-card:focus-visible b {
  border-color: #4156a6;
  background: #4156a6;
  color: #fff;
}

.mechanic-group .degree-group-heading {
  border-bottom-color: #008d7a;
}

.mechanic-group .degree-group-heading span,
.mechanic-group .degree-card b {
  color: #008d7a;
}

.mechanic-group .degree-card::before {
  background: #008d7a;
}

.mechanic-group .degree-card:hover,
.mechanic-group .degree-card:focus-visible {
  border-color: #8fcac1;
}

.mechanic-group .degree-card:hover b,
.mechanic-group .degree-card:focus-visible b {
  border-color: #008d7a;
  background: #008d7a;
  color: #fff;
}

.three-year-group .degree-group-heading {
  border-bottom-color: #2e71c4;
}

.three-year-group .degree-group-heading span,
.three-year-group .degree-card b {
  color: #2e71c4;
}

.three-year-group .degree-card::before {
  background: #2e71c4;
}

.three-year-group .degree-card:hover,
.three-year-group .degree-card:focus-visible {
  border-color: #9dbfe6;
}

.three-year-group .degree-card:hover b,
.three-year-group .degree-card:focus-visible b {
  border-color: #2e71c4;
  background: #2e71c4;
  color: #fff;
}

.two-year-group .degree-group-heading {
  border-bottom-color: #23a24d;
}

.two-year-group .degree-group-heading span,
.two-year-group .degree-card b {
  color: #15813a;
}

.two-year-group .degree-card::before {
  background: #23a24d;
}

.two-year-group .degree-card:hover,
.two-year-group .degree-card:focus-visible {
  border-color: #95cda7;
}

.two-year-group .degree-card:hover b,
.two-year-group .degree-card:focus-visible b {
  border-color: #23a24d;
  background: #23a24d;
  color: #fff;
}

.admission-guide-page {
  --guide-blue: #4156a6;
  --guide-orange: #ff4d00;
  --guide-green: #23a24d;
  --guide-gray: #6f7378;
}

.admission-file-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(250px, 0.9fr);
  gap: 28px;
  align-items: center;
  margin-bottom: 34px;
  padding: 28px 30px;
  border: 1px solid #dde3ef;
  border-left: 6px solid var(--guide-blue);
  background:
    linear-gradient(135deg, rgba(65, 86, 166, 0.08), rgba(255, 255, 255, 0.94) 55%),
    #fff;
}

.admission-file-hero h2 {
  margin: 0 0 12px;
  font-size: 28px;
  line-height: 1.28;
  color: #111827;
}

.admission-file-hero span {
  display: inline-flex;
  margin-bottom: 10px;
  color: var(--guide-orange);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.admission-file-hero p {
  margin: 0;
  color: #5c6676;
  font-size: 15px;
  line-height: 1.75;
}

.admission-file-summary {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.admission-file-summary span {
  display: grid;
  min-height: 78px;
  padding: 15px 12px;
  border: 1px solid #dfe5ef;
  background: #fff;
  color: #6a7280;
  font-size: 13px;
  align-content: center;
}

.admission-file-summary strong {
  display: block;
  margin-bottom: 6px;
  color: #111827;
  font-size: 22px;
}

.admission-viewer-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 430px);
  gap: 26px;
  align-items: start;
}

.admission-file-library {
  display: grid;
  gap: 24px;
}

.admission-file-group {
  overflow: hidden;
  border: 1px solid #dfe5ef;
  background: #fff;
}

.admission-file-group header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 18px;
  padding: 20px 22px;
  border-top: 4px solid var(--guide-blue);
  border-bottom: 1px solid #e6ebf3;
  background: #fafbfe;
}

.admission-file-group.is-degree header {
  border-top-color: var(--guide-orange);
}

.admission-file-group.is-industry header {
  border-top-color: var(--guide-green);
}

.admission-file-group h2 {
  margin: 0 0 5px;
  color: #111827;
  font-size: 22px;
}

.admission-file-group p {
  margin: 0;
  color: #687283;
  font-size: 14px;
}

.admission-file-count,
.admission-file-group header > strong {
  flex: 0 0 auto;
  color: var(--guide-blue);
  font-weight: 800;
  font-size: 14px;
}

.admission-file-group.is-degree .admission-file-count,
.admission-file-group.is-degree header > strong {
  color: var(--guide-orange);
}

.admission-file-group.is-industry .admission-file-count,
.admission-file-group.is-industry header > strong {
  color: var(--guide-green);
}

.admission-file-list {
  display: grid;
}

.admission-file-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
  padding: 18px 22px;
  border-bottom: 1px solid #edf0f5;
  background: #fff;
  transition: background-color 0.2s ease, box-shadow 0.2s ease;
}

.admission-file-card:last-child {
  border-bottom: 0;
}

.admission-file-card:hover,
.admission-file-card.is-active {
  background: #f8faff;
}

.admission-file-card.is-active {
  box-shadow: inset 4px 0 0 var(--guide-blue);
}

.admission-file-card.is-brochure.is-active {
  box-shadow: inset 4px 0 0 var(--guide-orange);
}

.admission-file-card span {
  display: inline-flex;
  margin-bottom: 7px;
  color: var(--guide-blue);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.02em;
}

.admission-file-card.is-brochure span {
  color: var(--guide-orange);
}

.admission-file-card strong {
  display: block;
  color: #111827;
  font-size: 17px;
  line-height: 1.35;
}

.admission-file-card small {
  display: block;
  margin-top: 6px;
  color: #7b8492;
  font-size: 13px;
}

.file-card-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px;
}

.file-card-actions button,
.file-card-actions a,
.file-card-actions label,
.file-upload-button {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 72px;
  min-height: 36px;
  padding: 0 12px;
  border: 1px solid #cfd7e6;
  background: #fff;
  color: #263241;
  font-size: 13px;
  font-weight: 800;
  cursor: pointer;
  overflow: hidden;
  text-decoration: none;
  transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.file-card-actions button:hover,
.file-card-actions a:hover,
.file-card-actions label:hover,
.file-upload-button:hover {
  border-color: var(--guide-blue);
  background: var(--guide-blue);
  color: #fff;
}

.file-card-actions input,
.file-upload-button input {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}

.admission-pdf-panel {
  position: sticky;
  top: 104px;
  border: 1px solid #d8deea;
  background: #fff;
  box-shadow: 0 18px 36px rgba(25, 36, 62, 0.08);
}

.pdf-panel-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 18px 20px;
  border-bottom: 1px solid #e6ebf3;
  background: #f9fafc;
}

.pdf-panel-head span {
  color: var(--guide-blue);
  font-size: 12px;
  font-weight: 900;
}

.pdf-panel-head h2 {
  margin: 5px 0 4px;
  color: #111827;
  font-size: 20px;
  line-height: 1.3;
}

.pdf-panel-head p {
  margin: 0;
  color: #7a8392;
  font-size: 13px;
}

.pdf-panel-head a {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 0 16px;
  background: #111827;
  color: #fff;
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
}

.pdf-frame-shell {
  min-height: 620px;
  padding: 14px;
  background:
    linear-gradient(45deg, rgba(65, 86, 166, 0.08) 25%, transparent 25%),
    linear-gradient(-45deg, rgba(65, 86, 166, 0.08) 25%, transparent 25%),
    #eef2f8;
  background-size: 22px 22px;
}

.pdf-frame-shell iframe {
  display: block;
  width: 100%;
  height: 620px;
  border: 0;
  background: #fff;
}

.pdf-frame-shell.is-wide iframe {
  height: 520px;
}

.visa-overview {
  margin-bottom: 30px;
  padding: 0 0 0 18px;
  border-left: 3px solid #d7dced;
  background: transparent;
}

.visa-overview h2 {
  margin: 0 0 12px;
  padding: 0;
  border: 0;
  color: #111827;
  font-size: 20px;
  line-height: 1.3;
}

.visa-copy {
  max-width: 920px;
}

.visa-copy p {
  margin: 0 0 8px;
  color: #596273;
  font-size: 15px;
  line-height: 1.75;
}

.visa-copy p:last-child {
  margin-bottom: 0;
}

.visa-alert {
  position: relative;
  margin-top: 10px !important;
  padding: 0 0 0 20px;
  border: 0;
  background: transparent;
  color: #9b4a00 !important;
  font-weight: 800;
}

.visa-alert::before {
  content: "!";
  position: absolute;
  top: 5px;
  left: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #ffbf2f;
  color: #111827;
  font-size: 10px;
  font-weight: 900;
}

.registration-info-stack {
  display: grid;
  gap: 34px;
}

.registration-info-block {
  padding-bottom: 34px;
  border-bottom: 1px solid #e1e5ec;
}

.registration-info-block:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.registration-info-block h2 {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 18px;
  color: #111827;
  font-size: 22px;
  line-height: 1.35;
}

.registration-info-block h2::before {
  display: block;
  width: 5px;
  height: 24px;
  content: "";
  background: var(--purple);
}

.registration-deadline-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin: 0;
}

.registration-deadline-list div {
  padding: 18px 20px;
  border: 1px solid #dfe4ec;
  background: #fafbfe;
}

.registration-deadline-list dt {
  margin-bottom: 7px;
  color: #5a6372;
  font-size: 14px;
  font-weight: 800;
}

.registration-deadline-list dd {
  margin: 0;
  color: #111827;
  font-size: 18px;
  font-weight: 900;
}

.registration-text-list,
.registration-document-list,
.registration-method-grid ul {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.registration-text-list li {
  display: grid;
  grid-template-columns: 160px minmax(0, 1fr);
  gap: 18px;
  padding: 15px 0;
  border-bottom: 1px solid #eef1f5;
}

.registration-text-list li:last-child {
  border-bottom: 0;
}

.registration-text-list strong {
  color: var(--purple);
  font-size: 15px;
}

.registration-text-list span,
.registration-document-list li,
.registration-method-grid li,
.registration-method-grid p,
.registration-site-block p {
  color: #4d5665;
  font-size: 15px;
  line-height: 1.7;
}

.registration-document-list > li,
.registration-method-grid li {
  position: relative;
  padding-left: 16px;
}

.registration-document-list > li::before,
.registration-method-grid li::before {
  position: absolute;
  top: 0.72em;
  left: 0;
  width: 5px;
  height: 5px;
  content: "";
  border-radius: 50%;
  background: var(--purple);
}

.registration-document-list ul {
  display: grid;
  gap: 6px;
  margin: 8px 0 0;
  padding-left: 18px;
  color: #626b78;
}

.registration-note {
  margin: 16px 0 0;
  color: #6f7378;
  font-size: 14px;
  font-weight: 700;
}

.registration-method-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.registration-method-grid article {
  padding: 22px 24px;
  border: 1px solid #dfe4ec;
  background: #fff;
}

.registration-method-grid article > span {
  color: var(--purple);
  font-size: 13px;
  font-weight: 900;
}

.registration-method-grid h3 {
  margin: 7px 0 12px;
  color: #111827;
  font-size: 18px;
}

.registration-method-grid p {
  margin: 0 0 10px;
}

.registration-site-block a {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  margin-bottom: 12px;
  padding: 0 18px;
  border: 1px solid var(--purple);
  color: var(--purple);
  font-size: 15px;
  font-weight: 900;
  transition: color 160ms ease, background 160ms ease;
}

.registration-site-block a:hover {
  color: #fff;
  background: var(--purple);
}

.visa-document-section {
  margin-bottom: 54px;
}

.visa-document-table {
  width: 100%;
  min-width: 720px;
  border-collapse: collapse;
  border-top: 3px solid var(--purple);
  background: #fff;
  color: #202631;
  font-size: 15px;
}

.visa-document-table th,
.visa-document-table td {
  padding: 15px 16px;
  border-bottom: 1px solid #e1e5ec;
  border-right: 1px solid #e1e5ec;
  text-align: center;
  vertical-align: middle;
}

.visa-document-table th:last-child,
.visa-document-table td:last-child {
  border-right: 0;
}

.visa-document-table thead th {
  background: #f3f5fb;
  color: #111827;
  font-weight: 900;
}

.visa-document-table tbody th {
  text-align: left;
  font-weight: 800;
}

.visa-document-table tbody td:first-child {
  width: 72px;
  color: var(--purple);
  font-weight: 900;
}

.visa-document-table tbody td:nth-child(3),
.visa-document-table tbody td:nth-child(4) {
  width: 22%;
  color: #1f2f75;
  font-weight: 800;
}

.visa-extension-table {
  min-width: 900px;
}

.visa-extension-table tbody td:nth-child(3),
.visa-extension-table tbody td:nth-child(4),
.visa-extension-table tbody td:nth-child(5) {
  width: 19%;
  color: #1f2f75;
  font-weight: 800;
}

.part-time-condition-table {
  min-width: 880px;
}

.part-time-condition-table thead tr:first-child th {
  border-bottom: 1px solid #d8deea;
}

.part-time-condition-table tbody th {
  text-align: center;
}

.part-time-condition-table tbody td {
  font-weight: 700;
}

.status-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 60px;
  min-height: 28px;
  padding: 0 10px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 900;
}

.status-badge.yes {
  background: rgba(51, 160, 44, 0.12);
  color: #17823a;
}

.status-badge.no {
  background: rgba(221, 65, 75, 0.1);
  color: #b52634;
}

.table-note {
  margin: 14px 0 0;
  color: #505968;
  font-size: 15px;
  line-height: 1.75;
}

.process-flow {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 26px;
}

.process-flow::before {
  content: "";
  position: absolute;
  top: 34px;
  left: 14%;
  right: 14%;
  height: 2px;
  background: linear-gradient(90deg, rgba(65, 86, 166, 0.18), rgba(65, 86, 166, 0.58), rgba(65, 86, 166, 0.18));
}

.process-card {
  position: relative;
  padding: 28px 24px 26px;
  border: 1px solid #dfe4ec;
  background: #fff;
  box-shadow: 0 16px 34px rgba(21, 30, 54, 0.06);
}

.process-card::after {
  content: "→";
  position: absolute;
  top: 25px;
  right: -21px;
  z-index: 2;
  color: var(--purple);
  font-size: 24px;
  font-weight: 900;
}

.process-card:last-child::after {
  display: none;
}

.process-step {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  margin-bottom: 18px;
  border-radius: 50%;
  background: var(--purple);
  color: #fff;
  font-size: 14px;
  font-weight: 900;
  box-shadow: 0 10px 22px rgba(65, 86, 166, 0.24);
}

.process-card h3 {
  margin: 0 0 14px;
  color: #111827;
  font-size: 19px;
  font-weight: 900;
  letter-spacing: 0;
}

.process-card ul {
  display: grid;
  gap: 9px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.process-card li {
  position: relative;
  padding-left: 16px;
  color: #4a5363;
  font-size: 15px;
  line-height: 1.62;
}

.process-card li::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--purple);
}

.visa-change-tabs {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-bottom: 28px;
  border: 1px solid #dfe4ec;
  background: #fff;
}

.visa-change-tabs button {
  min-height: 58px;
  border: 0;
  border-right: 1px solid #dfe4ec;
  background: #fff;
  color: #303846;
  font-size: 16px;
  font-weight: 900;
  cursor: pointer;
  transition: background-color 0.18s ease, color 0.18s ease;
}

.visa-change-tabs button:last-child {
  border-right: 0;
}

.visa-change-tabs button:hover,
.visa-change-tabs button.is-active {
  background: var(--purple);
  color: #fff;
}

.visa-change-panel {
  display: none;
}

.visa-change-panel.is-active {
  display: block;
}

.visa-change-intro {
  margin-bottom: 26px;
  padding-left: 18px;
  border-left: 3px solid #d7dced;
}

.visa-change-intro p {
  margin: 0 0 8px;
  color: #505968;
  font-size: 15px;
  line-height: 1.75;
}

.visa-change-intro p:last-child {
  margin-bottom: 0;
}

.visa-change-note {
  display: flex;
  gap: 10px;
  align-items: baseline;
}

.visa-change-note strong {
  flex: 0 0 auto;
  min-width: 68px;
  color: var(--purple);
  font-size: 14px;
  font-weight: 900;
}

.insurance-text-panel {
  max-width: 920px;
  padding-top: 4px;
}

.insurance-text-panel > p {
  margin: 0 0 14px;
  color: #3d4654;
  font-size: 16px;
  line-height: 1.85;
}

.insurance-text-panel strong {
  color: #111827;
  font-weight: 900;
}

.insurance-info-stack {
  display: grid;
  gap: 26px;
  margin-top: 34px;
}

.insurance-info-stack section {
  padding-bottom: 24px;
  border-bottom: 1px solid #e5e9ef;
}

.insurance-info-stack section:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.insurance-info-stack h2 {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 10px;
  color: #111827;
  font-size: 18px;
}

.insurance-info-stack h2::before {
  display: block;
  width: 4px;
  height: 20px;
  content: "";
  background: var(--purple);
}

.insurance-info-stack p {
  margin: 0 0 8px;
  color: #4d5665;
  font-size: 15px;
  line-height: 1.75;
}

.insurance-info-stack ul {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.insurance-info-stack li {
  position: relative;
  padding-left: 16px;
  color: #4d5665;
  font-size: 15px;
  line-height: 1.7;
}

.insurance-info-stack li::before {
  position: absolute;
  top: 0.72em;
  left: 0;
  width: 5px;
  height: 5px;
  content: "";
  border-radius: 50%;
  background: var(--purple);
}

.insurance-note {
  color: #33408d !important;
  font-weight: 800;
}

.campus-sidebar-visual {
  background:
    linear-gradient(rgba(65, 86, 166, 0.82), rgba(65, 86, 166, 0.82)),
    url("assets/hero-slide-1.jpg") center/cover;
}

.campus-map {
  margin: 0 0 46px;
  border: 1px solid #dfe4ec;
  background: #f5f6f8;
  overflow: hidden;
  box-shadow: 0 18px 36px rgba(27, 37, 68, 0.08);
}

.campus-map img {
  display: block;
  width: 100%;
  height: auto;
}

.campus-building-section {
  padding-top: 4px;
}

.campus-building-list {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 18px 30px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.campus-building-list li {
  display: flex;
  min-width: 0;
  align-items: center;
  gap: 11px;
  color: #1c367e;
  font-size: 15px;
  font-weight: 800;
}

.campus-building-list span {
  display: inline-flex;
  width: 38px;
  height: 38px;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  border: 1px solid #4156a6;
  border-radius: 50%;
  color: #1c367e;
  font-size: 12px;
  font-weight: 900;
}

.campus-building-list strong {
  min-width: 0;
  line-height: 1.35;
  word-break: keep-all;
}

.facility-section {
  margin-bottom: 68px;
}

.facility-section:last-child {
  margin-bottom: 0;
}

.facility-section-head {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 22px;
  padding-bottom: 16px;
  border-bottom: 2px solid #e0e5ef;
}

.facility-section-head > span {
  display: grid;
  width: 46px;
  height: 46px;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 50%;
  background: var(--purple);
  color: #fff;
  font-size: 13px;
  font-weight: 900;
}

.facility-section-head p {
  margin: 0 0 4px;
  color: var(--purple);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.facility-section-head h2 {
  margin: 0;
  color: #111827;
  font-size: 26px;
}

.facility-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}

.facility-grid-two {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.facility-card {
  position: relative;
  min-height: 250px;
  overflow: hidden;
  border: 1px solid #dfe4ec;
  border-radius: 8px;
  background: #f2f4f7;
  box-shadow: 0 14px 30px rgba(29, 39, 66, 0.08);
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.facility-card::after {
  position: absolute;
  inset: auto 0 0;
  height: 56%;
  content: "";
  background: linear-gradient(180deg, rgba(17, 24, 39, 0), rgba(17, 24, 39, 0.74));
}

.facility-card img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 250px;
  object-fit: cover;
  transition: transform 260ms ease;
}

.facility-grid-two .facility-card {
  min-height: 310px;
}

.facility-grid-two .facility-card img {
  min-height: 310px;
}

.facility-card div {
  position: absolute;
  z-index: 1;
  left: 20px;
  right: 20px;
  bottom: 18px;
  color: #fff;
}

.facility-card span {
  display: inline-flex;
  margin-bottom: 8px;
  padding: 5px 9px;
  border: 1px solid rgba(255, 255, 255, 0.54);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.02em;
}

.facility-card strong {
  display: block;
  font-size: 22px;
  line-height: 1.25;
}

.facility-card:hover {
  transform: translateY(-6px);
  border-color: #b8c1dc;
  box-shadow: 0 20px 42px rgba(29, 39, 66, 0.16);
}

.facility-card:hover img {
  transform: scale(1.045);
}

.photo-gallery-board {
  padding-top: 2px;
}

.photo-gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.photo-card {
  position: relative;
  display: block;
  min-height: 318px;
  overflow: hidden;
  border: 1px solid #dfe4ec;
  border-radius: 8px;
  background: #f4f6f9;
  box-shadow: 0 14px 30px rgba(29, 39, 66, 0.07);
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.photo-card::after {
  position: absolute;
  inset: auto 0 0;
  height: 44%;
  content: "";
  background: linear-gradient(180deg, rgba(15, 23, 42, 0), rgba(15, 23, 42, 0.72));
}

.photo-card img,
.photo-card.is-loading div {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 318px;
  object-fit: cover;
  transition: transform 260ms ease;
}

.photo-card.is-loading div {
  background: linear-gradient(110deg, #eef1f6, #f8f9fb, #eef1f6);
}

.photo-card:hover {
  transform: translateY(-5px);
  border-color: #b8c1dc;
  box-shadow: 0 22px 42px rgba(29, 39, 66, 0.15);
}

.photo-card:hover img {
  transform: scale(1.045);
}

.photo-card-title,
.photo-card p {
  position: absolute;
  z-index: 1;
  left: 22px;
  right: 22px;
  bottom: 20px;
  margin: 0;
  color: #fff;
}

.photo-card-title span {
  display: block;
  margin-bottom: 8px;
  color: #f5c36f;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.photo-card-title strong {
  display: block;
  font-size: 22px;
  line-height: 1.28;
  word-break: keep-all;
}

.photo-detail-shell {
  display: grid;
  gap: 26px;
}

.photo-detail-empty {
  padding: 52px 28px;
  border: 1px solid #dfe4ec;
  background: #f8f9fb;
  color: #5b6472;
  text-align: center;
  font-weight: 700;
}

.photo-detail-hero {
  margin: 0;
  overflow: hidden;
  border: 1px solid #dfe4ec;
  border-radius: 8px;
  background: #f4f6f9;
  box-shadow: 0 18px 36px rgba(27, 37, 68, 0.08);
}

.photo-detail-hero img {
  width: 100%;
  max-height: 620px;
  object-fit: cover;
}

.photo-detail-page .content-title {
  display: block;
  margin-bottom: 32px;
}

.photo-detail-head {
  display: grid;
  gap: 16px;
  padding: 26px 0 22px;
  border-top: 3px solid var(--purple);
  border-bottom: 1px solid #dfe4ec;
}

.photo-detail-title-row {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 22px;
}

.photo-detail-category {
  display: none;
}

.photo-detail-head h2 {
  margin: 10px 0 0;
  color: #111827;
  font-size: 32px;
  line-height: 1.28;
  word-break: keep-all;
}

.photo-detail-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 22px;
  margin-top: 0;
  color: #5d6675;
  font-size: 14px;
  font-weight: 700;
}

.photo-detail-meta span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

.photo-detail-meta b {
  color: var(--purple);
  font-size: 12px;
  font-weight: 900;
}

.photo-detail-body {
  max-width: 900px;
  padding: 0;
  color: #3f4857;
  font-size: 16px;
  line-height: 1.9;
}

.photo-detail-body p {
  margin: 0;
  white-space: pre-line;
}

.photo-detail-gallery {
  display: grid;
  gap: 18px;
}

.photo-detail-count {
  flex: 0 0 auto;
  display: inline-flex;
  min-width: 50px;
  min-height: 32px;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  border: 1px solid rgba(65, 86, 166, 0.18);
  border-radius: 999px;
  color: var(--purple);
  background: rgba(65, 86, 166, 0.06);
  font-size: 13px;
  font-weight: 900;
}

.photo-detail-gallery-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.photo-detail-gallery-grid figure {
  margin: 0;
  overflow: hidden;
  border: 1px solid #dfe4ec;
  border-radius: 8px;
  background: #f4f6f9;
  box-shadow: 0 14px 28px rgba(27, 37, 68, 0.07);
}

.photo-detail-gallery-grid figure.is-featured {
  grid-column: 1 / -1;
}

.photo-detail-gallery-grid img {
  display: block;
  width: 100%;
  height: 360px;
  object-fit: cover;
}

.photo-detail-gallery-grid figure.is-featured img {
  height: auto;
  max-height: 620px;
}

.photo-attachment {
  display: grid;
  grid-template-columns: 118px minmax(0, 1fr) auto;
  min-height: 60px;
  align-items: center;
  gap: 16px;
  padding: 14px 18px;
  border: 1px solid #dfe4ec;
  border-left: 4px solid var(--purple);
  background: #fafbfc;
}

.photo-attachment span {
  color: var(--purple);
  font-size: 13px;
  font-weight: 900;
}

.photo-attachment strong {
  min-width: 0;
  color: #222832;
  font-size: 15px;
}

.photo-attachment a {
  display: inline-flex;
  min-height: 38px;
  align-items: center;
  justify-content: center;
  padding: 0 15px;
  border: 1px solid #262b35;
  color: #171b22;
  font-size: 13px;
  font-weight: 900;
  transition: background 160ms ease, color 160ms ease;
}

.photo-attachment a:hover {
  color: #fff;
  background: var(--purple);
  border-color: var(--purple);
}

.photo-detail-actions {
  display: flex;
  justify-content: flex-end;
  padding-top: 10px;
}

.photo-detail-actions a {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  padding: 0 18px;
  border: 1px solid #d3d9e5;
  color: #303846;
  font-size: 14px;
  font-weight: 900;
  transition: border-color 160ms ease, color 160ms ease;
}

.photo-detail-actions a:hover {
  color: var(--purple);
  border-color: var(--purple);
}

.notice-board {
  display: grid;
  gap: 20px;
}

.notice-toolbar {
  display: grid;
  grid-template-columns: 150px minmax(0, 1fr) 94px;
  justify-content: end;
  max-width: 620px;
  margin-left: auto;
  gap: 6px;
}

.notice-toolbar select,
.notice-toolbar input,
.notice-toolbar button {
  min-height: 44px;
  border: 1px solid #cfd6e3;
  background: #fff;
  color: #303846;
  font: inherit;
}

.notice-toolbar select {
  padding: 0 14px;
  font-weight: 800;
}

.notice-toolbar input {
  padding: 0 15px;
}

.notice-toolbar button {
  color: #fff;
  background: #6f747d;
  border-color: #6f747d;
  font-weight: 900;
  cursor: pointer;
  transition: background 160ms ease, border-color 160ms ease;
}

.notice-toolbar button:hover {
  background: var(--purple);
  border-color: var(--purple);
}

.notice-table-wrap {
  overflow-x: auto;
  border-top: 3px solid var(--purple);
}

.notice-table {
  width: 100%;
  min-width: 760px;
  border-collapse: collapse;
  color: #202631;
  table-layout: fixed;
}

.notice-table th,
.notice-table td {
  height: 64px;
  padding: 14px 12px;
  border-bottom: 1px solid #e1e5ec;
  text-align: center;
  vertical-align: middle;
}

.notice-table th {
  border-bottom-color: #222832;
  color: #111827;
  font-size: 15px;
  font-weight: 900;
}

.notice-table th:nth-child(1),
.notice-table td:nth-child(1) {
  width: 80px;
}

.notice-table th:nth-child(3),
.notice-table td:nth-child(3) {
  width: 90px;
}

.notice-table th:nth-child(4),
.notice-table td:nth-child(4) {
  width: 140px;
}

.notice-table th:nth-child(5),
.notice-table td:nth-child(5) {
  width: 120px;
}

.notice-table .notice-title-cell {
  text-align: left;
}

.notice-table .notice-title-cell a {
  display: inline-flex;
  align-items: center;
  color: #202631;
  font-weight: 800;
  line-height: 1.45;
  word-break: keep-all;
}

.notice-table .notice-title-cell a:hover {
  color: var(--purple);
  text-decoration: underline;
  text-underline-offset: 4px;
}

.notice-clip {
  display: inline-flex;
  position: relative;
  width: 22px;
  height: 24px;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
}

.notice-clip::before,
.notice-clip::after {
  position: absolute;
  content: "";
  border: 2px solid #8b93a3;
  border-radius: 999px;
  transform: rotate(38deg);
}

.notice-clip::before {
  width: 9px;
  height: 19px;
}

.notice-clip::after {
  width: 4px;
  height: 13px;
  border-color: #adb4c1;
}

.notice-table tr:hover .notice-clip::before,
.notice-table tr:hover .notice-clip::after {
  border-color: var(--purple);
}

.notice-detail-shell {
  display: grid;
  gap: 26px;
}

.notice-detail-empty {
  padding: 52px 28px;
  border: 1px solid #dfe4ec;
  background: #f8f9fb;
  color: #5b6472;
  text-align: center;
  font-weight: 700;
}

.notice-detail-head {
  padding: 26px 0 22px;
  border-top: 3px solid var(--purple);
  border-bottom: 1px solid #dfe4ec;
}

.notice-detail-head h2 {
  margin: 0;
  color: #111827;
  font-size: 32px;
  line-height: 1.32;
  word-break: keep-all;
}

.notice-detail-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 24px;
  margin-top: 18px;
  color: #596273;
  font-size: 14px;
  font-weight: 700;
}

.notice-detail-meta span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

.notice-detail-meta b {
  color: var(--purple);
  font-size: 12px;
  font-weight: 900;
}

.notice-rich-content {
  display: grid;
  gap: 26px;
  padding: 10px 0 6px;
  color: #343c49;
  font-size: 16px;
  line-height: 1.85;
}

.notice-rich-content p,
.notice-rich-content ul {
  margin: 0;
}

.notice-rich-content ul {
  padding-left: 20px;
}

.notice-rich-content h3 {
  margin: 8px 0 -8px;
  color: #111827;
  font-size: 21px;
  line-height: 1.35;
}

.notice-content-image {
  overflow: hidden;
  border: 1px solid #dfe4ec;
  border-radius: 8px;
  background: #f4f6f9;
}

.notice-content-image img {
  display: block;
  width: 100%;
  height: auto;
}

.notice-content-table {
  overflow-x: auto;
}

.notice-content-table table {
  width: 100%;
  min-width: 620px;
  border-collapse: collapse;
  border-top: 2px solid #293142;
  font-size: 15px;
}

.notice-content-table th,
.notice-content-table td {
  padding: 14px 16px;
  border: 1px solid #dfe4ec;
  text-align: left;
}

.notice-content-table th {
  background: #f6f7fa;
  color: #111827;
  font-weight: 900;
}

.notice-attachment {
  display: grid;
  grid-template-columns: 118px minmax(0, 1fr) auto;
  min-height: 60px;
  align-items: center;
  gap: 16px;
  padding: 14px 18px;
  border: 1px solid #dfe4ec;
  border-left: 4px solid var(--purple);
  background: #fafbfc;
}

.notice-attachment span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--purple);
  font-size: 13px;
  font-weight: 900;
}

.notice-attachment span i {
  position: relative;
  display: inline-block;
  width: 15px;
  height: 19px;
  flex: 0 0 auto;
}

.notice-attachment span i::before,
.notice-attachment span i::after {
  position: absolute;
  content: "";
  border: 2px solid currentColor;
  border-radius: 999px;
  transform: rotate(38deg);
}

.notice-attachment span i::before {
  left: 3px;
  top: 0;
  width: 7px;
  height: 16px;
}

.notice-attachment span i::after {
  left: 6px;
  top: 3px;
  width: 3px;
  height: 10px;
  opacity: 0.62;
}

.notice-attachment strong {
  min-width: 0;
  color: #222832;
  font-size: 15px;
}

.notice-attachment a {
  display: inline-flex;
  min-height: 38px;
  align-items: center;
  justify-content: center;
  padding: 0 15px;
  border: 1px solid #262b35;
  color: #171b22;
  font-size: 13px;
  font-weight: 900;
  transition: background 160ms ease, color 160ms ease;
}

.notice-attachment a:hover {
  color: #fff;
  background: var(--purple);
  border-color: var(--purple);
}

.notice-detail-actions {
  display: flex;
  justify-content: flex-end;
  padding-top: 10px;
  border-top: 1px solid #e2e6ee;
}

.notice-detail-actions a {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  padding: 0 18px;
  border: 1px solid #d3d9e5;
  color: #303846;
  font-size: 14px;
  font-weight: 900;
  transition: border-color 160ms ease, color 160ms ease;
}

.notice-detail-actions a:hover {
  color: var(--purple);
  border-color: var(--purple);
}

.form-resource-board {
  display: grid;
  gap: 18px;
}

.form-resource-toolbar {
  display: grid;
  grid-template-columns: 140px 124px minmax(0, 1fr) 94px;
  justify-content: end;
  max-width: 760px;
  margin-left: auto;
  gap: 6px;
}

.form-resource-toolbar select,
.form-resource-toolbar input,
.form-resource-toolbar button {
  min-height: 44px;
  border: 1px solid #cfd6e3;
  background: #fff;
  color: #303846;
  font: inherit;
}

.form-resource-toolbar select {
  padding: 0 14px;
  font-weight: 800;
}

.form-resource-toolbar input {
  padding: 0 15px;
}

.form-resource-toolbar button {
  color: #fff;
  background: #6f747d;
  border-color: #6f747d;
  font-weight: 900;
  cursor: pointer;
  transition: background 160ms ease, border-color 160ms ease;
}

.form-resource-toolbar button:hover {
  background: var(--purple);
  border-color: var(--purple);
}

.form-resource-summary {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 16px 18px;
  border: 1px solid #dfe4ec;
  border-left: 4px solid var(--purple);
  background: #fafbfc;
}

.form-resource-summary strong {
  flex: 0 0 auto;
  color: var(--purple);
  font-size: 14px;
  font-weight: 900;
}

.form-resource-summary span {
  color: #5d6675;
  font-size: 14px;
  line-height: 1.65;
}

.form-resource-table-wrap {
  overflow-x: auto;
  border-top: 3px solid var(--purple);
}

.form-resource-table {
  width: 100%;
  min-width: 760px;
  border-collapse: collapse;
  color: #202631;
  table-layout: fixed;
}

.form-resource-table th,
.form-resource-table td {
  min-height: 64px;
  padding: 16px 12px;
  border-bottom: 1px solid #e1e5ec;
  text-align: center;
  vertical-align: middle;
}

.form-resource-table th {
  height: 58px;
  border-bottom-color: #222832;
  color: #111827;
  font-size: 15px;
  font-weight: 900;
}

.form-resource-table th:nth-child(1),
.form-resource-table td:nth-child(1) {
  width: 76px;
}

.form-resource-table th:nth-child(2),
.form-resource-table td:nth-child(2) {
  width: 116px;
}

.form-resource-table th:nth-child(4),
.form-resource-table td:nth-child(4) {
  width: 96px;
}

.form-resource-table th:nth-child(5),
.form-resource-table td:nth-child(5) {
  width: 124px;
}

.form-resource-table tr:hover td {
  background: #fafbff;
}

.form-category-pill,
.form-file-badge {
  display: inline-flex;
  min-height: 26px;
  align-items: center;
  justify-content: center;
  padding: 0 9px;
  border: 1px solid #d9deea;
  color: #5b6472;
  background: #f7f8fb;
  font-size: 12px;
  font-weight: 900;
}

.form-category-pill {
  min-width: 62px;
}

.form-file-badge {
  min-width: 54px;
  border-radius: 999px;
}

.form-file-badge.file-type-hwp {
  color: #255f46;
  border-color: #cce8dc;
  background: #f1fbf6;
}

.form-file-badge.file-type-docx {
  color: #284e91;
  border-color: #d5def5;
  background: #f3f6ff;
}

.form-file-badge.file-type-pdf {
  color: #9f3d3d;
  border-color: #f0d3d3;
  background: #fff5f5;
}

.form-title-cell {
  text-align: left;
}

.form-title-cell strong {
  display: block;
  color: #111827;
  font-size: 16px;
  line-height: 1.45;
  word-break: keep-all;
}

.form-title-cell span {
  display: block;
  margin-top: 5px;
  color: #687283;
  font-size: 13px;
  line-height: 1.5;
  word-break: keep-all;
}

.form-download-button {
  display: inline-flex;
  min-height: 38px;
  align-items: center;
  justify-content: center;
  padding: 0 15px;
  border: 1px solid #262b35;
  color: #171b22;
  background: #fff;
  font-size: 13px;
  font-weight: 900;
  transition: background 160ms ease, color 160ms ease, border-color 160ms ease;
}

.form-download-button:hover {
  color: #fff;
  background: var(--purple);
  border-color: var(--purple);
}

.faq-board {
  display: grid;
  gap: 20px;
}

.faq-toolbar {
  display: grid;
  grid-template-columns: 150px minmax(0, 1fr) 94px;
  justify-content: end;
  max-width: 620px;
  margin-left: auto;
  gap: 6px;
}

.faq-toolbar select,
.faq-toolbar input,
.faq-toolbar button {
  min-height: 44px;
  border: 1px solid #cfd6e3;
  background: #fff;
  color: #303846;
  font: inherit;
}

.faq-toolbar select {
  padding: 0 14px;
  font-weight: 800;
}

.faq-toolbar input {
  padding: 0 15px;
}

.faq-toolbar button {
  color: #fff;
  background: #6f747d;
  border-color: #6f747d;
  font-weight: 900;
  cursor: pointer;
  transition: background 160ms ease, border-color 160ms ease;
}

.faq-toolbar button:hover {
  background: var(--purple);
  border-color: var(--purple);
}

.faq-list {
  display: grid;
  gap: 10px;
}

.faq-item {
  border: 1px solid #dfe4ec;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 12px 26px rgba(29, 39, 66, 0.05);
  transition: border-color 160ms ease, box-shadow 160ms ease;
}

.faq-item[open],
.faq-item:hover {
  border-color: #bac3dc;
  box-shadow: 0 18px 34px rgba(29, 39, 66, 0.1);
}

.faq-question {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr) auto;
  gap: 14px;
  align-items: center;
  min-height: 70px;
  padding: 16px 20px;
  cursor: pointer;
  list-style: none;
}

.faq-question::-webkit-details-marker {
  display: none;
}

.faq-q-mark,
.faq-a-mark {
  display: inline-flex;
  width: 34px;
  height: 34px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 900;
}

.faq-q-mark {
  background: var(--purple);
  color: #fff;
}

.faq-question-text {
  color: #111827;
  font-size: 18px;
  font-weight: 900;
  line-height: 1.45;
  word-break: keep-all;
}

.faq-category-badge {
  display: inline-flex;
  min-height: 28px;
  align-items: center;
  padding: 0 10px;
  border: 1px solid #dce2ee;
  border-radius: 999px;
  background: #f7f8fb;
  color: #626d7d;
  font-size: 12px;
  font-weight: 900;
  white-space: nowrap;
}

.faq-answer {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr);
  gap: 14px;
  padding: 0 20px 22px;
}

.faq-a-mark {
  background: #f4f6fb;
  color: var(--purple);
}

.faq-answer p {
  margin: 0;
  padding: 16px 18px;
  border-left: 3px solid rgba(65, 86, 166, 0.32);
  background: #fafbfe;
  color: #3f4857;
  font-size: 16px;
  line-height: 1.75;
  word-break: keep-all;
}

.faq-empty {
  padding: 32px;
  border: 1px solid #dfe4ec;
  background: #fff;
  color: #687283;
  font-weight: 800;
  text-align: center;
}

.qna-board,
.qna-detail-shell,
.qna-write-shell {
  display: grid;
  gap: 24px;
}

.qna-toolbar {
  display: grid;
  grid-template-columns: 140px 140px minmax(0, 1fr) 94px;
  justify-content: end;
  max-width: 760px;
  margin-left: auto;
  gap: 6px;
}

.qna-toolbar select,
.qna-toolbar input,
.qna-toolbar button {
  min-height: 44px;
  border: 1px solid #cfd6e3;
  background: #fff;
  color: #303846;
  font: inherit;
}

.qna-toolbar select,
.qna-toolbar input {
  padding: 0 14px;
}

.qna-toolbar select {
  font-weight: 800;
}

.qna-toolbar button {
  color: #fff;
  background: #6f747d;
  border-color: #6f747d;
  font-weight: 900;
  cursor: pointer;
  transition: background 160ms ease, border-color 160ms ease;
}

.qna-toolbar button:hover {
  background: var(--purple);
  border-color: var(--purple);
}

.qna-board-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.qna-board-head p {
  margin: 0;
  color: #687283;
  font-size: 14px;
  line-height: 1.65;
}

.qna-board-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding-top: 2px;
}

.qna-board-actions p {
  margin: 0;
  color: #687283;
  font-size: 14px;
  line-height: 1.65;
}

.qna-write-link,
.qna-form-actions button,
.qna-form-actions a {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  padding: 0 18px;
  border: 1px solid var(--purple);
  background: var(--purple);
  color: #fff;
  font-size: 14px;
  font-weight: 900;
  text-decoration: none;
  cursor: pointer;
}

.qna-table-wrap {
  overflow-x: auto;
  border-top: 3px solid var(--purple);
}

.qna-table {
  width: 100%;
  min-width: 840px;
  border-collapse: collapse;
}

.qna-table th,
.qna-table td {
  padding: 18px 12px;
  border-bottom: 1px solid #e4e8ef;
  color: #303846;
  font-size: 14px;
  text-align: center;
  vertical-align: middle;
}

.qna-table th {
  border-bottom-color: #252a34;
  color: #111827;
  font-weight: 900;
}

.qna-table .qna-title-cell {
  text-align: left;
}

.qna-title-cell a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #111827;
  font-size: 16px;
  font-weight: 800;
  text-decoration: none;
}

.qna-title-cell a:hover {
  color: var(--purple);
}

.qna-category-pill,
.qna-status-badge,
.qna-visibility {
  display: inline-flex;
  min-height: 28px;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 900;
  white-space: nowrap;
}

.qna-category-pill {
  border: 1px solid #d9deea;
  background: #f7f8fb;
  color: #586273;
}

.qna-status-badge.is-done {
  background: rgba(35, 162, 77, 0.1);
  color: #16823c;
}

.qna-status-badge.is-waiting {
  background: #f1f3f6;
  color: #697386;
}

.qna-visibility {
  background: rgba(65, 86, 166, 0.1);
  color: var(--purple);
}

.qna-lock {
  position: relative;
  display: inline-block;
  width: 14px;
  height: 12px;
  border: 2px solid #8a93a3;
  border-radius: 3px;
}

.qna-lock::before {
  position: absolute;
  left: 2px;
  top: -9px;
  width: 6px;
  height: 8px;
  border: 2px solid #8a93a3;
  border-bottom: 0;
  border-radius: 8px 8px 0 0;
  content: "";
}

.qna-detail-head,
.qna-question-box,
.qna-answer-box,
.qna-write-form {
  border: 1px solid #dfe4ec;
  background: #fff;
}

.qna-detail-head {
  padding: 28px 30px;
}

.qna-detail-head > div {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 16px;
}

.qna-detail-head h2 {
  margin: 0 0 24px;
  color: #111827;
  font-size: 30px;
  line-height: 1.35;
  word-break: keep-all;
}

.qna-detail-head dl {
  display: flex;
  flex-wrap: wrap;
  gap: 18px 26px;
  margin: 0;
  padding-top: 16px;
  border-top: 1px solid #edf0f5;
}

.qna-detail-head dl div {
  display: flex;
  gap: 8px;
  color: #687283;
  font-size: 14px;
}

.qna-detail-head dt {
  color: #111827;
  font-weight: 900;
}

.qna-detail-head dd {
  margin: 0;
}

.qna-question-box,
.qna-answer-box {
  padding: 28px 30px;
}

.qna-question-box h3,
.qna-answer-box h3 {
  margin: 0 0 16px;
  color: #111827;
  font-size: 20px;
}

.qna-question-box p,
.qna-answer-box p {
  margin: 0;
  color: #3f4857;
  font-size: 16px;
  line-height: 1.85;
  word-break: keep-all;
}

.qna-answer-box {
  border-left: 5px solid #d9dde6;
}

.qna-answer-box.is-done {
  border-left-color: var(--purple);
  background: #fbfcff;
}

.qna-private-check {
  display: grid;
  gap: 16px;
  padding: 28px 30px;
  border: 1px solid #dfe4ec;
  border-left: 5px solid var(--purple);
  background: #fbfcff;
}

.qna-private-check h3 {
  margin: 0;
  color: #111827;
  font-size: 22px;
}

.qna-private-check p {
  margin: 0;
  color: #5f6878;
  font-size: 15px;
  line-height: 1.7;
}

.qna-private-check form {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: flex-end;
}

.qna-private-check label {
  display: grid;
  min-width: min(100%, 320px);
  gap: 8px;
  color: #111827;
  font-size: 13px;
  font-weight: 900;
}

.qna-private-check input {
  height: 44px;
  border: 1px solid #ccd5e4;
  padding: 0 14px;
  color: #111827;
  font: inherit;
}

.qna-private-check button {
  height: 44px;
  border: 1px solid var(--purple);
  background: var(--purple);
  padding: 0 24px;
  color: #fff;
  font: inherit;
  font-size: 14px;
  font-weight: 900;
  cursor: pointer;
}

.qna-private-message {
  color: #d33a35 !important;
  font-weight: 800;
}

.qna-answer-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 18px;
  margin-bottom: 14px;
  color: #687283;
  font-size: 13px;
  font-weight: 800;
}

.qna-waiting-text {
  color: #697386;
}

.qna-attachment {
  margin-top: 22px;
}

.qna-write-guide {
  margin: 0;
  padding: 18px 20px;
  border: 1px solid #dfe4ec;
  background: #fafbfc;
  color: #687283;
  font-size: 14px;
  line-height: 1.7;
}

.qna-write-form {
  display: grid;
  gap: 18px;
  padding: 28px 30px;
}

.qna-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.qna-field {
  display: grid;
  gap: 8px;
}

.qna-field.is-full,
.qna-field-wide {
  grid-column: 1 / -1;
}

.qna-field span,
.qna-privacy-box strong {
  color: #111827;
  font-size: 14px;
  font-weight: 900;
}

.qna-field input,
.qna-field select,
.qna-field textarea {
  width: 100%;
  min-height: 46px;
  border: 1px solid #cfd6e3;
  background: #fff;
  color: #303846;
  font: inherit;
}

.qna-field input,
.qna-field select {
  padding: 0 14px;
}

.qna-field textarea {
  min-height: 180px;
  padding: 14px;
  resize: vertical;
}

.qna-choice-row {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.qna-choice-row label,
.qna-privacy-box label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #4a5362;
  font-size: 14px;
  font-weight: 800;
}

.qna-privacy-box {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 10px;
  align-items: start;
  padding: 18px;
  border: 1px solid #e1e5ec;
  background: #fafbfc;
  color: #4a5362;
  font-size: 14px;
  font-weight: 800;
}

.qna-privacy-box p {
  margin: 0;
  color: #687283;
  font-size: 13px;
  line-height: 1.7;
}

.qna-form-actions {
  display: flex;
  justify-content: flex-end;
  gap: 8px;
  padding-top: 8px;
}

.qna-form-actions a {
  border-color: #d3d9e5;
  background: #fff;
  color: #303846;
}

.qna-form-message {
  margin: 0;
  padding: 14px 16px;
  border: 1px solid rgba(35, 162, 77, 0.28);
  background: rgba(35, 162, 77, 0.08);
  color: #16823c;
  font-size: 14px;
  font-weight: 900;
}

.related-site-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}

.related-site-card {
  position: relative;
  display: grid;
  min-height: 178px;
  align-content: center;
  justify-items: center;
  gap: 14px;
  padding: 26px 18px 24px;
  border: 1px solid #d9dee8;
  border-radius: 8px;
  background: #fff;
  color: #303846;
  text-align: center;
  text-decoration: none;
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease, background-color 180ms ease;
}

.related-site-card:hover {
  border-color: rgba(65, 86, 166, 0.45);
  background: #fbfcff;
  box-shadow: 0 12px 28px rgba(20, 28, 46, 0.08);
  transform: translateY(-3px);
}

.related-site-logo {
  display: flex;
  height: 42px;
  align-items: center;
  justify-content: center;
}

.related-site-logo img {
  display: block;
  max-width: 145px;
  max-height: 40px;
  object-fit: contain;
}

.related-site-tag {
  position: relative;
  z-index: 1;
  justify-self: start;
  padding: 7px 11px;
  background: rgba(65, 86, 166, 0.1);
  color: var(--purple);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.related-site-card h2 {
  margin: 0;
  color: #111827;
  font-size: 18px;
  line-height: 1.35;
  word-break: keep-all;
}

.related-site-card p {
  margin: 0;
  color: #586273;
  font-size: 13px;
  line-height: 1.45;
  word-break: keep-all;
}

.related-site-card strong {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--purple);
  font-size: 14px;
  font-weight: 900;
}

.related-site-card strong::after {
  content: "↗";
  font-size: 13px;
}

.compact-visa-table {
  min-width: 700px;
}

.compact-visa-table tbody td:nth-child(3) {
  width: 28%;
  color: #303744;
}

.admission-guide-tabs {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-bottom: 8px;
  border: 1px solid #e2e5eb;
  border-bottom: 0;
  background: #fff;
}

.admission-guide-tabs button {
  min-height: 56px;
  border: 0;
  border-right: 1px solid #e2e5eb;
  background: #fff;
  color: #303846;
  font-size: 15px;
  font-weight: 800;
  cursor: pointer;
  transition: background-color 0.2s ease, color 0.2s ease;
}

.admission-guide-tabs button:last-child {
  border-right: 0;
}

.admission-guide-tabs button:hover,
.admission-guide-tabs button.is-active {
  background: var(--guide-blue);
  color: #fff;
}

.admission-guide-panel {
  display: none;
}

.admission-guide-panel.is-active {
  display: block;
}

.admission-guide-actions {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  align-items: start;
  min-height: 0;
  margin-bottom: 24px;
  padding: 20px 22px 22px;
  border: 1px solid #d6deea;
  background: #fff;
}

.admission-guide-actions p {
  position: relative;
  margin: 0;
  padding-left: 22px;
  color: #33408d;
  font-size: 13px;
  line-height: 1.5;
}

.admission-guide-actions p::before {
  content: "i";
  position: absolute;
  top: 2px;
  left: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 14px;
  height: 14px;
  border: 1px solid currentColor;
  border-radius: 50%;
  font-size: 10px;
  font-weight: 900;
}

.admission-download-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.guide-file-empty {
  grid-column: 1 / -1;
  padding: 18px;
  border: 1px solid #d6deea;
  background: #fff;
  color: #687283;
  font-size: 13px;
  font-weight: 800;
}

.guide-file-action {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 72px;
  min-height: 48px;
  overflow: hidden;
  border: 1px solid #d6deea;
  background: #fff;
}

.guide-file-action.is-active {
  border-color: var(--guide-blue);
  box-shadow: inset 4px 0 0 var(--guide-blue);
}

.guide-file-action.is-wide.is-active {
  border-color: var(--guide-orange);
  box-shadow: inset 4px 0 0 var(--guide-orange);
}

.guide-file-action button,
.guide-file-action a {
  display: inline-flex;
  align-items: center;
  min-width: 0;
  border: 0;
  background: transparent;
  color: #121722;
  font-size: 12px;
  font-weight: 800;
  text-decoration: none;
}

.guide-file-action button {
  justify-content: flex-start;
  padding: 0 14px;
  cursor: pointer;
  text-align: left;
}

.guide-file-action a {
  justify-content: center;
  border-left: 1px solid #e3e6ec;
  color: #5d6472;
}

.guide-file-action button:hover,
.guide-file-action a:hover {
  color: var(--guide-blue);
}

.admission-reader-head {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 48px;
  padding: 0 16px;
  border: 1px solid #d6deea;
  border-bottom: 0;
  background: #fff;
  color: #596273;
}

.admission-reader-head span {
  color: var(--guide-blue);
  font-size: 12px;
  font-weight: 900;
}

.admission-reader-head strong {
  color: #111827;
  font-size: 15px;
}

.admission-reader-head small {
  margin-left: auto;
  color: #7a8392;
  font-size: 12px;
  font-weight: 700;
}

.admission-guide-page .pdf-frame-shell {
  min-height: 720px;
  padding: 0;
  border: 1px solid #d6deea;
  background: #fff;
}

.admission-guide-page .pdf-frame-shell iframe {
  height: 720px;
}

.admission-guide-page .pdf-frame-shell.is-wide {
  min-height: 720px;
}

.admission-guide-page .pdf-frame-shell.is-wide iframe {
  height: 720px;
}

@media (max-width: 980px) {
  .subpage-layout {
    grid-template-columns: 210px minmax(0, 1fr);
    gap: 34px;
  }

  .greeting-hero {
    grid-template-columns: 1fr;
  }

  .greeting-hero figure {
    min-height: 260px;
  }

  .org-teams {
    gap: 34px;
  }

  .org-team header {
    padding: 18px;
  }

  .team-responsibilities {
    padding: 22px;
  }

  .transit-block {
    grid-template-columns: 120px minmax(0, 1fr);
    gap: 22px;
  }

  .bus-route-row {
    grid-template-columns: 160px minmax(0, 1fr);
  }

  .video-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .course-notes {
    grid-template-columns: 1fr;
  }

  .contact-details {
    grid-template-columns: 1fr;
  }

  .contact-details > div {
    min-height: 0;
    border-right: 0;
    border-bottom: 1px solid #e1e4e9;
  }

  .contact-details > div:last-child {
    border-bottom: 1px solid #e1e4e9;
  }

  .visa-overview {
    padding: 0 0 0 16px;
  }

  .registration-deadline-list,
  .registration-method-grid {
    grid-template-columns: 1fr;
  }

  .course-table {
    min-width: 540px;
  }

  .degree-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .admission-file-hero,
  .admission-viewer-layout {
    grid-template-columns: 1fr;
  }

  .admission-guide-actions {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .admission-download-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .admission-pdf-panel {
    position: static;
  }

  .campus-building-list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px 22px;
  }

  .facility-grid,
  .facility-grid-two {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .photo-gallery-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .notice-toolbar {
    max-width: none;
  }

  .form-resource-toolbar,
  .faq-toolbar,
  .qna-toolbar {
    grid-template-columns: 1fr;
  }

  .related-site-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .breadcrumb-inner > * {
    min-width: 0;
    padding: 0 14px;
  }

  .subpage-layout {
    grid-template-columns: 1fr;
    padding-top: 28px;
    gap: 34px;
  }

  .subpage-sidebar {
    position: static;
  }

  .sidebar-visual {
    min-height: 120px;
  }

  .sidebar-nav {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sidebar-nav a {
    min-height: 54px;
    padding: 0 12px;
    border-left: 1px solid #e3e6eb;
    font-size: 13px;
  }

  .content-title h1 {
    font-size: 36px;
  }

  .greeting-lead {
    padding: 30px 24px;
  }

  .greeting-lead h2 {
    font-size: 26px;
  }

  .greeting-copy {
    padding-left: 22px;
    font-size: 15px;
  }

  .greeting-copy .opening {
    font-size: 20px;
  }

  .visa-overview {
    padding: 0 0 0 14px;
  }

  .visa-overview h2 {
    font-size: 18px;
  }

  .visa-copy p {
    font-size: 15px;
  }

  .registration-info-block h2 {
    font-size: 20px;
  }

  .registration-text-list li {
    grid-template-columns: 1fr;
    gap: 6px;
    padding: 13px 0;
  }

  .campus-map {
    margin-bottom: 34px;
  }

  .campus-building-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px 16px;
  }

  .campus-building-list li {
    font-size: 14px;
  }

  .campus-building-list span {
    width: 34px;
    height: 34px;
    font-size: 11px;
  }

  .facility-section {
    margin-bottom: 48px;
  }

  .facility-grid,
  .facility-grid-two {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .facility-card,
  .facility-grid-two .facility-card {
    min-height: 230px;
  }

  .facility-card img,
  .facility-grid-two .facility-card img {
    min-height: 230px;
  }

  .photo-gallery-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .photo-card,
  .photo-card img,
  .photo-card.is-loading div {
    min-height: 250px;
  }

  .photo-detail-head h2 {
    font-size: 28px;
  }

  .photo-detail-title-row {
    display: grid;
    align-items: start;
  }

  .photo-detail-count {
    justify-self: start;
  }

  .photo-detail-body {
    padding: 0;
  }

  .photo-detail-gallery-grid {
    grid-template-columns: 1fr;
  }

  .photo-detail-gallery-grid img {
    height: 250px;
  }

  .photo-attachment {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .photo-detail-actions {
    justify-content: flex-start;
  }

  .notice-toolbar {
    grid-template-columns: 1fr;
    margin-left: 0;
  }

  .notice-table {
    min-width: 680px;
  }

  .notice-detail-head h2 {
    font-size: 27px;
  }

  .notice-attachment {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .notice-detail-actions {
    justify-content: flex-start;
  }

  .form-resource-toolbar {
    grid-template-columns: 1fr;
    padding: 0;
  }

  .form-resource-summary {
    align-items: flex-start;
    flex-direction: column;
    gap: 6px;
  }

  .form-resource-table {
    min-width: 760px;
  }

  .visa-document-table {
    min-width: 640px;
    font-size: 14px;
  }

  .visa-document-table th,
  .visa-document-table td {
    padding: 13px 12px;
  }

  .process-flow {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .process-flow::before {
    top: 38px;
    bottom: 38px;
    left: 24px;
    right: auto;
    width: 2px;
    height: auto;
    background: linear-gradient(180deg, rgba(65, 86, 166, 0.18), rgba(65, 86, 166, 0.58), rgba(65, 86, 166, 0.18));
  }

  .process-card {
    padding-left: 74px;
  }

  .process-step {
    position: absolute;
    top: 24px;
    left: 24px;
    width: 42px;
    height: 42px;
  }

  .process-card::after {
    top: auto;
    right: auto;
    bottom: -22px;
    left: 34px;
    transform: rotate(90deg);
  }

  .visa-change-tabs {
    grid-template-columns: 1fr;
  }

  .visa-change-tabs button {
    border-right: 0;
    border-bottom: 1px solid #dfe4ec;
  }

  .visa-change-tabs button:last-child {
    border-bottom: 0;
  }

  .org-root {
    width: 240px;
  }

  .org-branch-line {
    width: 2px;
    height: 50px;
    border: 0;
    background: #cfd3da;
  }

  .org-branch-line::before {
    display: none;
  }

  .org-teams {
    grid-template-columns: 1fr;
    gap: 38px;
  }

  .org-team::before {
    top: -42px;
    height: 42px;
  }

  .location-map-section {
    margin-bottom: 40px;
  }

  .map-frame {
    height: auto;
  }

  .map-frame iframe {
    display: block;
    height: 340px;
  }

  .map-info-bar {
    position: static;
    grid-template-columns: 1fr;
    padding: 20px;
    gap: 9px;
  }

  .map-info-bar .map-open-link {
    min-height: 42px;
    margin-top: 5px;
    padding: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.22);
    border-left: 0;
  }

  .transit-block {
    grid-template-columns: 1fr;
    padding: 28px 0;
    gap: 20px;
  }

  .subway-route {
    min-height: 0;
    padding: 12px;
  }

  .bus-route-row {
    grid-template-columns: 1fr;
    padding: 16px 4px;
    gap: 10px;
  }

  .featured-video-section {
    margin-bottom: 52px;
  }

  .featured-video-info,
  .video-library-heading {
    align-items: flex-start;
    flex-direction: column;
    gap: 14px;
  }

  .featured-video-info h2 {
    font-size: 22px;
  }

  .video-grid {
    grid-template-columns: 1fr;
  }

  .course-section-nav {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-bottom: 44px;
  }

  .course-section-nav a:nth-child(2) {
    border-right: 0;
  }

  .course-section-nav a:nth-child(-n + 2) {
    border-bottom: 1px solid #e0e3e9;
  }

  .course-info-section {
    margin-bottom: 54px;
  }

  .course-notes li {
    grid-template-columns: 78px minmax(0, 1fr);
    padding: 0 0 0 16px;
  }

  .degree-group {
    margin-bottom: 54px;
  }

  .degree-group-heading {
    align-items: flex-start;
    margin-bottom: 18px;
  }

  .degree-group-heading h2 {
    font-size: 22px;
  }

  .degree-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .degree-card {
    min-height: 152px;
  }

  .degree-card.has-character {
    min-height: 208px;
  }

  .admission-file-hero {
    padding: 24px 20px;
  }

  .admission-file-hero h2 {
    font-size: 23px;
  }

  .admission-guide-tabs {
    grid-template-columns: 1fr;
    border-bottom: 1px solid #e2e5eb;
  }

  .admission-guide-tabs button {
    border-right: 0;
    border-bottom: 1px solid #e2e5eb;
  }

  .admission-guide-tabs button:last-child {
    border-bottom: 0;
  }

  .admission-guide-actions {
    padding: 22px 16px;
  }

  .admission-download-list {
    grid-template-columns: 1fr;
  }

  .admission-reader-head {
    flex-wrap: wrap;
    gap: 6px 10px;
    padding: 12px 14px;
  }

  .admission-reader-head small {
    width: 100%;
    margin-left: 0;
  }

  .admission-guide-page .pdf-frame-shell,
  .admission-guide-page .pdf-frame-shell iframe {
    min-height: 460px;
    height: 460px;
  }

  .admission-guide-page .pdf-frame-shell.is-wide iframe {
    height: 360px;
  }

  .admission-file-summary {
    grid-template-columns: 1fr;
  }

  .admission-file-group header,
  .admission-file-card,
  .pdf-panel-head {
    align-items: flex-start;
    grid-template-columns: 1fr;
    flex-direction: column;
  }

  .admission-file-card {
    gap: 14px;
    padding: 18px 16px;
  }

  .file-card-actions {
    justify-content: flex-start;
  }

  .pdf-frame-shell,
  .pdf-frame-shell iframe {
    min-height: 440px;
    height: 440px;
  }

  .pdf-frame-shell.is-wide iframe {
    height: 360px;
  }

  .faq-question,
  .faq-answer {
    grid-template-columns: 34px minmax(0, 1fr);
    gap: 10px;
    padding-right: 14px;
    padding-left: 14px;
  }

  .faq-category-badge {
    grid-column: 2;
    justify-self: start;
  }

  .faq-question-text {
    font-size: 16px;
  }

  .qna-board-head,
  .qna-board-actions,
  .qna-form-actions {
    align-items: flex-start;
    flex-direction: column;
  }

  .qna-write-link,
  .qna-form-actions button,
  .qna-form-actions a {
    width: 100%;
  }

  .qna-toolbar {
    padding: 0;
  }

  .qna-form-grid {
    grid-template-columns: 1fr;
  }

  .qna-detail-head,
  .qna-question-box,
  .qna-answer-box,
  .qna-write-form {
    padding: 22px 18px;
  }

  .qna-detail-head h2 {
    font-size: 24px;
  }

  .related-site-card {
    min-height: 168px;
    padding: 22px 18px;
  }

  .related-site-grid {
    grid-template-columns: 1fr;
  }

  .related-site-logo {
    height: 68px;
  }

  .related-site-logo img {
    max-width: 170px;
    max-height: 48px;
  }

  .related-site-card h2 {
    font-size: 20px;
  }

}

/* Final shared rounded system for front subpages */
.subpage-sidebar,
.sidebar-visual,
.sidebar-nav,
.greeting-hero,
.org-root,
.org-team,
.team-responsibilities,
.location-map-section,
.map-frame,
.map-info-bar,
.transit-block,
.subway-route,
.bus-route-row,
.featured-video-section,
.video-stage,
.video-item,
.course-section-nav,
.course-table-wrap,
.course-notes li,
.course-footnotes,
.contact-details,
.contact-details > div,
.degree-card,
.admission-file-hero,
.admission-file-summary,
.admission-file-group,
.admission-file-card,
.admission-pdf-panel,
.pdf-panel-head,
.pdf-frame-shell,
.visa-overview,
.visa-alert,
.registration-info-block,
.registration-deadline-list,
.registration-method-grid article,
.visa-document-section,
.visa-document-table,
.visa-extension-table,
.part-time-condition-table,
.process-card,
.visa-change-tabs,
.visa-change-intro,
.visa-change-note,
.insurance-text-panel,
.insurance-info-stack section,
.insurance-note,
.campus-map,
.campus-building-list li,
.facility-card,
.photo-card,
.photo-detail-hero,
.photo-detail-body,
.photo-detail-gallery-grid figure,
.photo-attachment,
.notice-toolbar,
.notice-table-wrap,
.notice-detail-head,
.notice-rich-content,
.notice-content-image,
.notice-content-table,
.notice-attachment,
.form-resource-toolbar,
.form-resource-summary,
.form-resource-table-wrap,
.faq-toolbar,
.faq-item,
.faq-question,
.faq-answer,
.faq-empty,
.qna-toolbar,
.qna-table-wrap,
.qna-write-form,
.qna-detail-head,
.qna-question-box,
.qna-answer-box,
.qna-private-check,
.qna-write-guide,
.qna-privacy-box,
.related-site-card,
.related-site-logo,
.compact-visa-table,
.admission-guide-tabs,
.admission-guide-actions,
.guide-file-action,
.admission-reader-head {
  border-radius: 10px;
}

.sidebar-nav,
.course-table-wrap,
.notice-table-wrap,
.form-resource-table-wrap,
.qna-table-wrap,
.notice-content-table,
.pdf-frame-shell,
.map-frame {
  overflow: hidden;
}

.sidebar-nav a {
  border-radius: 0;
}

.sidebar-nav a:first-child {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.sidebar-nav a:last-child {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.sidebar-nav .is-current {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.course-table,
.visa-document-table,
.visa-extension-table,
.part-time-condition-table,
.notice-table,
.form-resource-table,
.qna-table,
.notice-content-table table,
.compact-visa-table {
  border-radius: 10px;
  overflow: hidden;
}

.notice-toolbar select,
.notice-toolbar input,
.notice-toolbar button,
.form-resource-toolbar select,
.form-resource-toolbar input,
.form-resource-toolbar button,
.faq-toolbar select,
.faq-toolbar input,
.faq-toolbar button,
.qna-toolbar select,
.qna-toolbar input,
.qna-toolbar button,
.admission-guide-tabs button,
.admission-guide-actions a,
.file-card-actions a,
.file-card-actions button,
.photo-detail-actions a,
.notice-detail-actions a,
.qna-form-actions a,
.qna-form-actions button,
.guide-file-action a,
.guide-file-action button,
.qna-field input,
.qna-field select,
.qna-field textarea,
.registration-site-block a,
.form-file-badge,
.form-download-button,
.visa-change-tabs button {
  border-radius: 8px;
}

.sidebar-nav,
.greeting-hero,
.org-root,
.org-team,
.team-responsibilities,
.location-map-section,
.map-frame,
.transit-block,
.subway-route,
.bus-route-row,
.featured-video-section,
.video-stage,
.video-item,
.course-section-nav,
.course-table-wrap,
.course-footnotes,
.contact-details,
.contact-details > div,
.degree-card,
.admission-file-hero,
.admission-file-summary,
.admission-file-group,
.admission-file-card,
.admission-pdf-panel,
.pdf-panel-head,
.pdf-frame-shell,
.visa-overview,
.visa-alert,
.registration-info-block,
.registration-deadline-list,
.registration-method-grid article,
.visa-document-section,
.visa-change-tabs,
.insurance-info-stack section,
.campus-map,
.campus-building-list li,
.facility-card,
.photo-card,
.photo-detail-hero,
.photo-detail-body,
.photo-detail-gallery-grid figure,
.photo-attachment,
.notice-toolbar,
.notice-table-wrap,
.notice-detail-head,
.notice-rich-content,
.notice-content-image,
.notice-content-table,
.notice-attachment,
.form-resource-toolbar,
.form-resource-summary,
.form-resource-table-wrap,
.faq-toolbar,
.faq-item,
.qna-toolbar,
.qna-table-wrap,
.qna-write-form,
.qna-detail-head,
.qna-question-box,
.qna-answer-box,
.qna-private-check,
.qna-write-guide,
.qna-privacy-box,
.related-site-card,
.related-site-logo,
.compact-visa-table,
.admission-guide-tabs,
.admission-guide-actions,
.guide-file-empty,
.guide-file-action,
.admission-reader-head {
  border-color: #d6deea;
}

.course-table,
.visa-document-table,
.visa-extension-table,
.part-time-condition-table,
.notice-table,
.form-resource-table,
.qna-table,
.notice-content-table table,
.compact-visa-table {
  border: 1px solid #d6deea;
  border-collapse: separate;
  border-spacing: 0;
}

.course-table th,
.course-table td,
.visa-document-table th,
.visa-document-table td,
.visa-extension-table th,
.visa-extension-table td,
.part-time-condition-table th,
.part-time-condition-table td,
.notice-table th,
.notice-table td,
.form-resource-table th,
.form-resource-table td,
.qna-table th,
.qna-table td,
.notice-content-table th,
.notice-content-table td,
.compact-visa-table th,
.compact-visa-table td {
  border-color: #d6deea;
}

/* Industry course guide page */
.industry-guide-layout {
  align-items: start;
}

.industry-sidebar-visual {
  min-height: 180px;
  background:
    linear-gradient(rgba(65, 86, 166, 0.84), rgba(65, 86, 166, 0.84)),
    url("assets/hero-slide-1.jpg") center / cover;
}

.industry-sidebar-visual::after {
  width: 118px;
  height: 118px;
  border-color: rgba(255, 255, 255, 0.22);
}

.industry-course-page {
  max-width: 860px;
}

.industry-page-title {
  margin-bottom: 34px;
  padding-bottom: 22px;
  border-bottom: 1px solid #d4dce8;
}

.industry-page-title p,
.industry-guide-section header span {
  margin: 0 0 7px;
  color: #005bc8;
  font-size: 11px;
  font-weight: 950;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.industry-page-title h1 {
  margin: 0;
  color: #101828;
  font-size: clamp(2.2rem, 4vw, 3rem);
  font-weight: 950;
  line-height: 1.1;
}

.industry-guide-section {
  --section-color: #005bc8;
  margin-bottom: 34px;
}

.industry-guide-section.green {
  --section-color: #009944;
}

.industry-guide-section.orange {
  --section-color: #f15a24;
}

.industry-guide-section.navy {
  --section-color: #1c3f94;
}

.industry-guide-section header {
  margin-bottom: 18px;
  padding-bottom: 12px;
  border-bottom: 3px solid var(--section-color);
}

.industry-guide-section header span {
  color: var(--section-color);
}

.industry-guide-section header h2 {
  margin: 0;
  padding-left: 10px;
  border-left: 4px solid var(--section-color);
  color: #101828;
  font-size: 1.35rem;
  font-weight: 950;
}

.industry-line-list {
  display: grid;
  gap: 14px;
  margin: 0;
}

.industry-line-list div {
  display: grid;
  grid-template-columns: 180px minmax(0, 1fr);
  gap: 18px;
  padding-bottom: 14px;
  border-bottom: 1px solid #d9e0ea;
}

.industry-line-list dt {
  color: #344054;
  font-weight: 900;
}

.industry-line-list dd {
  margin: 0;
  color: #101828;
  font-weight: 750;
  line-height: 1.75;
}

.industry-table-wrap {
  overflow: auto;
  border: 1px solid #d9e0ea;
}

.industry-doc-table {
  width: 100%;
  min-width: 680px;
  border-collapse: collapse;
  background: #fff;
}

.industry-doc-table th,
.industry-doc-table td {
  padding: 13px 16px;
  border: 1px solid #d9e0ea;
  color: #101828;
  font-size: 0.95rem;
  line-height: 1.5;
}

.industry-doc-table thead th {
  background: #fff7f1;
  color: #4a2c1f;
  font-weight: 950;
  text-align: center;
}

.industry-doc-table td:first-child {
  width: 70px;
  text-align: center;
  font-weight: 800;
}

.industry-doc-table td:last-child {
  width: 90px;
  text-align: center;
  color: #667085;
  font-weight: 800;
}

.industry-doc-table.compact {
  min-width: 0;
}

.industry-doc-table.compact th {
  width: 260px;
  background: #f8fbff;
  text-align: left;
}

.industry-doc-table.compact td:last-child {
  width: auto;
  text-align: left;
}

.industry-note-box {
  padding: 22px 28px;
  border: 2px solid var(--section-color);
  background: #f7fbff;
}

.industry-note-box p {
  margin: 0 0 12px;
  color: #101828;
  font-weight: 850;
}

.industry-note-box ul {
  display: grid;
  gap: 7px;
  margin: 0;
  padding-left: 20px;
  color: #1d3559;
  font-weight: 700;
}

@media (max-width: 760px) {
  .industry-line-list div {
    grid-template-columns: 1fr;
    gap: 6px;
  }

  .industry-doc-table {
    min-width: 620px;
  }
}

/* Final industry-course overrides: kept last because this file has legacy duplicated industry rules above. */
.industry-course-page .course-line-list div {
  border: 1px solid #b9c5d8 !important;
  border-top: 2px solid var(--section-color, var(--industry-blue)) !important;
  border-radius: 8px !important;
  overflow: hidden !important;
  box-shadow: none !important;
}

.industry-course-page .course-table-wrap {
  border: 1px solid #b9c5d8 !important;
  border-top: 2px solid var(--section-color, var(--industry-blue)) !important;
  border-radius: 8px !important;
  overflow-x: auto !important;
  overflow-y: hidden !important;
}

.industry-course-page .course-table {
  border: 0 !important;
  border-collapse: separate !important;
  border-spacing: 0 !important;
}

.industry-course-page .course-table th,
.industry-course-page .course-table td {
  border-top: 0 !important;
  border-left: 0 !important;
  border-right: 1px solid #d6deea !important;
  border-bottom: 1px solid #d6deea !important;
}

.industry-course-page .course-table tr > :last-child {
  border-right: 0 !important;
}

.industry-course-page .course-table tbody tr:last-child > * {
  border-bottom: 0 !important;
}

.industry-course-page .industry-note-card {
  border: 1px solid #b9c5d8 !important;
  border-top: 2px solid var(--section-color, var(--industry-navy)) !important;
  border-radius: 8px !important;
  padding: 22px 24px !important;
  background: #fff !important;
  overflow: hidden !important;
}

.industry-course-page .industry-note-card .course-footnotes {
  margin-top: 16px !important;
}

html:not([lang="ko"]) .notice-toolbar select,
html:not([lang="ko"]) .notice-toolbar input,
html:not([lang="ko"]) .notice-toolbar button,
html:not([lang="ko"]) .form-resource-toolbar select,
html:not([lang="ko"]) .form-resource-toolbar input,
html:not([lang="ko"]) .form-resource-toolbar button,
html:not([lang="ko"]) .faq-toolbar select,
html:not([lang="ko"]) .faq-toolbar input,
html:not([lang="ko"]) .faq-toolbar button,
html:not([lang="ko"]) .qna-toolbar select,
html:not([lang="ko"]) .qna-toolbar input,
html:not([lang="ko"]) .qna-toolbar button {
  font-size: 14px;
}

html:not([lang="ko"]) .qna-write-link {
  font-size: 13px;
  line-height: 1.25;
}
