
    /* ----- Vision Tabs ----- */
    .vision-tabs {
      display: grid;
      grid-auto-flow: column;
      grid-auto-columns: minmax(0, 1fr);
      margin-bottom: 56px;
      border-top: 1px solid #dddddd;
      border-left: 1px solid #dddddd;
    }

    .vision-tabs__btn {
      min-height: 68px;
      padding: 10px 14px;
      border-right: 1px solid #dddddd;
      border-bottom: 1px solid #dddddd;
      font-family: "Pretendard", sans-serif;
      font-size: 18px;
      font-weight: 700;
      line-height: 1.35;
      color: #1a1a1a;
      background: #ffffff;
      transition: background 0.2s ease, color 0.2s ease;
    }

    .vision-tabs__btn:hover,
    .vision-tabs__btn:focus-visible {
      color: var(--sub-accent);
    }

    .vision-tabs__btn.is-active {
      background: var(--sub-accent);
      color: #ffffff;
    }

    .vision-panel__title {
      margin: 0 0 32px;
      font-family: var(--font-title);
      font-size: clamp(29px, 3vw, 38px);
      font-weight: 800;
      color: #1a1a1a;
    }

    .vision-philosophy {
      position: relative;
      overflow: hidden;
      padding: clamp(32px, 5vw, 64px);
      border: 1px solid #e4e9e6;
      border-radius: 24px;
      background:
        radial-gradient(circle at 100% 0, rgba(20, 112, 59, 0.12), transparent 36%),
        linear-gradient(145deg, #f8fbf9 0%, #ffffff 68%);
    }

    .vision-philosophy::before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 5px;
      background: linear-gradient(90deg, var(--sub-accent), #8ebd68);
    }

    .vision-philosophy__lead {
      position: relative;
      max-width: 980px;
      margin: 0 auto 44px;
      font-family: var(--font-title);
      font-size: clamp(22px, 2.2vw, 32px);
      font-weight: 700;
      line-height: 1.55;
      letter-spacing: -0.025em;
      color: #1d2e24;
      text-align: center;
    }

    .vision-philosophy__lead::after {
      content: "";
      display: block;
      width: 48px;
      height: 3px;
      margin: 28px auto 0;
      background: var(--sub-accent);
    }

    .vision-philosophy__groups {
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 24px;
    }

    .vision-philosophy__group {
      padding: clamp(24px, 3vw, 36px);
      border: 1px solid rgba(20, 112, 59, 0.14);
      border-radius: 18px;
      background: rgba(255, 255, 255, 0.9);
      box-shadow: 0 12px 30px rgba(22, 54, 35, 0.06);
    }

    .vision-philosophy__group-title {
      display: flex;
      align-items: center;
      gap: 12px;
      margin: 0 0 24px;
      font-family: "Pretendard", sans-serif;
      font-size: clamp(22px, 2vw, 27px);
      font-weight: 800;
      color: var(--sub-accent);
    }

    .vision-philosophy__group-title::before {
      content: "";
      width: 9px;
      height: 9px;
      border-radius: 50%;
      background: var(--sub-accent);
      box-shadow: 0 0 0 6px rgba(20, 112, 59, 0.11);
    }

    .vision-philosophy__list {
      display: grid;
      gap: 16px;
      margin: 0;
      padding: 0;
      list-style: none;
    }

    .vision-philosophy__item {
      position: relative;
      padding-left: 20px;
      font-family: "Pretendard", sans-serif;
      font-size: 18px;
      line-height: 1.7;
      color: #4c5650;
    }

    .vision-philosophy__item::before {
      content: "";
      position: absolute;
      top: 0.72em;
      left: 0;
      width: 5px;
      height: 5px;
      border-radius: 50%;
      background: #96a49b;
    }

    .vision-philosophy__keyword {
      margin-right: 4px;
      font-size: 18px;
      font-weight: 800;
      color: #1d2e24;
    }

    /* ----- Educational Goals ----- */
    .educational-goals {
      font-family: "Pretendard", sans-serif;
    }

    .educational-goals__flow {
      display: grid;
      grid-template-columns: repeat(5, minmax(0, 1fr));
      gap: 16px;
      margin-bottom: 52px;
    }

    .educational-goals__card {
      position: relative;
      min-height: 220px;
      padding: 28px 22px;
      border: 1px solid #e0e7e2;
      border-radius: 18px;
      background: #ffffff;
      box-shadow: 0 10px 28px rgba(22, 54, 35, 0.05);
    }

    .educational-goals__card:not(:last-child)::after {
      content: "\f105";
      position: absolute;
      top: 50%;
      right: -23px;
      z-index: 1;
      width: 28px;
      height: 28px;
      border: 1px solid #dce5df;
      border-radius: 50%;
      font-family: "Font Awesome 5 Pro";
      font-size: 18px;
      line-height: 26px;
      color: var(--sub-accent);
      text-align: center;
      background: #ffffff;
      transform: translateY(-50%);
    }

    .educational-goals__step {
      display: block;
      margin-bottom: 12px;
      font-size: 18px;
      font-weight: 800;
      letter-spacing: 0.12em;
      color: var(--sub-accent);
      text-transform: uppercase;
    }

    .educational-goals__card-title {
      margin: 0 0 14px;
      font-size: 21px;
      font-weight: 800;
      line-height: 1.35;
      color: #1d2e24;
    }

    .educational-goals__text {
      margin: 0;
      font-size: 18px;
      line-height: 1.7;
      color: #59635d;
    }

    .educational-goals__foundation {
      display: grid;
      gap: 7px;
      margin: 0;
      padding: 0;
      list-style: none;
    }

    .educational-goals__foundation li {
      position: relative;
      padding-left: 14px;
      font-size: 18px;
      line-height: 1.55;
      color: #59635d;
    }

    .educational-goals__foundation li::before {
      content: "";
      position: absolute;
      top: 0.65em;
      left: 0;
      width: 5px;
      height: 5px;
      border-radius: 50%;
      background: var(--sub-accent);
    }

    .educational-goals__competencies {
      padding: clamp(28px, 4vw, 48px);
      border-radius: 22px;
      background: linear-gradient(135deg, #123d27, var(--sub-accent));
      color: #ffffff;
    }

    .educational-goals__section-title {
      font-family: var(--font-title);
      margin: 0 0 28px;
      font-size: clamp(27px, 3vw, 36px);
      font-weight: 800;
    }

    .educational-goals__competency {
      display: grid;
      grid-template-columns: minmax(210px, 0.7fr) minmax(0, 1.6fr);
      gap: 32px;
      align-items: center;
      padding: 28px;
      border: 1px solid rgba(255, 255, 255, 0.2);
      border-radius: 16px;
      background: rgba(255, 255, 255, 0.1);
    }

    .educational-goals__competency-name {
      margin: 0;
      font-size: 24px;
      font-weight: 800;
      line-height: 1.4;
    }

    .educational-goals__competency-detail {
      padding-left: 32px;
      border-left: 1px solid rgba(255, 255, 255, 0.25);
    }

    .educational-goals__competency-keywords {
      margin: 0 0 10px;
      font-size: 18px;
      font-weight: 700;
      color: #dff2e5;
    }

    .educational-goals__competency-text {
      margin: 0;
      font-size: 18px;
      line-height: 1.7;
      color: rgba(255, 255, 255, 0.82);
    }

    /* ----- University Symbols ----- */
    .symbol-tabs {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      margin-bottom: 42px;
      padding: 6px;
      border-radius: 16px;
      background: #f0f4f1;
    }

    .symbol-tabs__btn {
      min-height: 56px;
      padding: 10px 16px;
      border-radius: 11px;
      font-family: "Pretendard", sans-serif;
      font-size: 18px;
      font-weight: 700;
      line-height: 1.35;
      color: #536058;
      background: transparent;
      transition: color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
    }

    .symbol-tabs__btn:hover,
    .symbol-tabs__btn:focus-visible {
      color: var(--sub-accent);
    }

    .symbol-tabs__btn.is-active {
      color: #ffffff;
      background: var(--sub-accent);
      box-shadow: 0 8px 20px rgba(20, 112, 59, 0.2);
    }

    .symbol-tabpanel[hidden] {
      display: none;
    }

    .symbol-tabpanel__head {
      margin-bottom: 28px;
    }

    .symbol-tabpanel__title {
      margin: 0 0 8px;
      font-family: var(--font-title);
      font-size: clamp(27px, 3vw, 36px);
      font-weight: 800;
      color: #1d2e24;
    }

    .symbol-tabpanel__description {
      margin: 0;
      font-family: "Pretendard", sans-serif;
      font-size: 18px;
      line-height: 1.7;
      color: #69736d;
    }

    .symbol-card-list {
      display: grid;
      gap: 24px;
    }

    .symbol-card-list--identity {
      grid-template-columns: 1fr;
      gap: 20px;
    }

    .symbol-card-list--identity .symbol-card {
      display: grid;
      grid-template-columns: minmax(300px, 360px) minmax(0, 1fr);
      align-items: stretch;
    }

    .ui-identity-list {
      display: grid;
      gap: 54px;
    }

    .ui-identity {
      border-top: 1px solid #dce3de;
    }

    .ui-identity__title {
      display: inline-block;
      position: relative;
      margin: -1px 0 24px;
      padding: 16px 0 10px;
      font-family: var(--font-title);
      font-size: 27px;
      font-weight: 800;
      color: #1d2e24;
    }

    .ui-identity__title::after {
      content: "";
      position: absolute;
      bottom: 0;
      left: 0;
      width: 42px;
      height: 2px;
      background: var(--sub-accent);
    }

    .ui-identity__visual {
      display: flex;
      align-items: center;
      justify-content: center;
      min-height: 360px;
      
    }

    .ui-identity__visual img {
      display: block;
      width: 100%;
      object-fit: contain;
    }

    .ui-identity__visual--symbol img {
      max-width: 100%;
    }

    .ui-identity__footer {
      display: flex;
      gap: 28px;
      align-items: flex-start;
      justify-content: space-between;
      padding-top: 22px;
    }

    .ui-identity__text {
      flex: 1;
      max-width: 1050px;
      margin: 0;
      font-family: "Pretendard", sans-serif;
      font-size: 18px;
      line-height: 1.8;
      color: #59635d;
    }

    .ui-identity__downloads {
      display: flex;
      flex-shrink: 0;
      gap: 8px;
      margin: 0;
      padding: 0;
      list-style: none;
    }

    .ui-identity__download {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 8px;
      min-height: 40px;
      padding: 0 16px;
      font-family: "Pretendard", sans-serif;
      font-size: 18px;
      font-weight: 700;
      color: #ffffff;
      background: #193953;
      transition: background 0.2s ease;
    }

    .ui-identity__download:hover,
    .ui-identity__download:focus-visible {
      background: var(--sub-accent);
    }

    .ui-identity__download i {
      font-size: 18px;
    }

    .symbol-card {
      overflow: hidden;
      border: 1px solid #e0e7e2;
      border-radius: 20px;
      background: #ffffff;
      box-shadow: 0 12px 32px rgba(22, 54, 35, 0.06);
    }

    .symbol-card__visual {
      display: flex;
      align-items: center;
      justify-content: center;
      min-height: 250px;
      padding: 30px;
      border-bottom: 1px solid #e8ede9;
      background:
        linear-gradient(45deg, #f3f6f4 25%, transparent 25%) 0 0 / 18px 18px,
        linear-gradient(-45deg, #f3f6f4 25%, transparent 25%) 0 0 / 18px 18px,
        linear-gradient(45deg, transparent 75%, #f3f6f4 75%) 0 0 / 18px 18px,
        linear-gradient(-45deg, transparent 75%, #f3f6f4 75%) 0 0 / 18px 18px,
        #fafcfb;
    }

    .symbol-card__visual img {
      display: block;
      width: 100%;
      max-width: 360px;
      height: 190px;
      object-fit: contain;
    }

    .symbol-card__visual--photo {
      min-height: 180px;
      padding: 28px 20px;
      border-right: 1px solid #e8ede9;
      border-bottom: 0;
      background: #f7faf8;
    }

    .symbol-card__visual--photo img {
      width: auto;
      max-width: 100%;
      height: auto;
      max-height: none;
      object-fit: contain;
    }

    .symbol-card__body {
      padding: 28px;
    }

    .symbol-card__number {
      display: block;
      margin-bottom: 8px;
      font-family: "Pretendard", sans-serif;
      font-size: 18px;
      font-weight: 800;
      letter-spacing: 0.12em;
      color: var(--sub-accent);
    }

    .symbol-card__title {
      margin: 0 0 14px;
      font-family: var(--font-title);
      font-size: 24px;
      font-weight: 800;
      color: #1d2e24;
    }

    .symbol-card__text {
      margin: 0;
      font-family: "Pretendard", sans-serif;
      font-size: 18px;
      line-height: 1.75;
      color: #59635d;
    }

    .symbol-colors {
      display: grid;
      gap: 10px;
      margin: 20px 0 0;
      padding: 0;
      list-style: none;
    }

    .symbol-colors__item {
      display: grid;
      grid-template-columns: 66px minmax(0, 1fr);
      gap: 12px;
      align-items: start;
      font-family: "Pretendard", sans-serif;
      font-size: 18px;
      line-height: 1.6;
      color: #59635d;
    }

    .symbol-colors__name {
      padding: 2px 6px;
      border: 1px solid transparent;
      border-radius: 4px;
      font-weight: 800;
      line-height: 1.4;
      text-align: center;
    }

    .symbol-colors__name--green {
      color: #ffffff;
      background: #419d00;
    }

    .symbol-colors__name--white {
      border-color: #d8dfda;
      color: #59635d;
      background: #ffffff;
    }

    .symbol-colors__name--red {
      color: #ffffff;
      background: #ed0000;
    }

    .university-flag {
      display: grid;
      grid-template-columns: minmax(300px, 360px) minmax(0, 1fr);
      align-items: stretch;
      overflow: hidden;
      border: 1px solid #e0e7e2;
      border-radius: 20px;
      background: #ffffff;
      box-shadow: 0 12px 32px rgba(22, 54, 35, 0.06);
    }

    .university-flag__visual {
      display: flex;
      align-items: center;
      justify-content: center;
      min-height: 180px;
      padding: 28px 16px;
      border-right: 1px solid #e8ede9;
      background: #f7faf8;
    }

    .university-flag__visual img {
      display: block;
      width: auto;
      max-width: 100%;
      height: auto;
      object-fit: contain;
    }

    .university-flag__body {
      display: flex;
      flex-direction: column;
      justify-content: center;
      padding: 30px;
    }

    .university-flag__title {
      margin: 0 0 12px;
      font-family: var(--font-title);
      font-size: 25px;
      font-weight: 800;
      color: #1d2e24;
    }

    .university-flag__text,
    .university-song__credit {
      margin: 0;
      font-family: "Pretendard", sans-serif;
      font-size: 18px;
      line-height: 1.7;
      color: #59635d;
    }

    .university-song {
      margin-top: 24px;
      padding: clamp(28px, 4vw, 44px);
      border-radius: 20px;
      background: linear-gradient(145deg, #f5f9f6, #ffffff);
      border: 1px solid #e0e7e2;
    }

    .university-song__head {
      margin-bottom: 28px;
    }

    .university-song__title {
      margin: 0 0 8px;
      font-family: var(--font-title);
      font-size: 27px;
      font-weight: 800;
      color: #1d2e24;
    }

    .university-song__actions {
      display: flex;
      flex-wrap: wrap;
      gap: 10px;
      margin: 20px 0 0;
      padding: 0;
      list-style: none;
    }

    .university-song__download {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 10px;
      min-height: 44px;
      padding: 0 18px;
      font-family: "Pretendard", sans-serif;
      font-size: 18px;
      font-weight: 700;
      color: #ffffff;
      background: var(--sub-accent);
      transition: background 0.2s ease, transform 0.2s ease;
    }

    .university-song__download:hover,
    .university-song__download:focus-visible {
      background: #0e5a2d;
      transform: translateY(-2px);
    }

    .university-song__download i {
      font-size: 18px;
    }

    .university-song__layout {
      display: grid;
      grid-template-columns: minmax(320px, 440px) minmax(0, 1fr);
      gap: 36px;
      align-items: start;
    }

    .university-song__visual {
      display: flex;
      align-items: flex-start;
      justify-content: center;
      padding: 18px;
      border: 1px solid #e0e7e2;
      border-radius: 14px;
      background: #ffffff;
      box-shadow: 0 8px 24px rgba(22, 54, 35, 0.05);
    }

    .university-song__visual img {
      display: block;
      width: auto;
      max-width: 100%;
      height: auto;
      object-fit: contain;
    }

    .university-song__verses {
      display: grid;
      grid-template-columns: 1fr;
      gap: 14px;
    }

    .university-song__verse {
      padding: 22px 24px;
      border-radius: 14px;
      background: #ffffff;
      box-shadow: 0 8px 24px rgba(22, 54, 35, 0.05);
    }

    .university-song__verse-title {
      margin: 0 0 12px;
      font-family: var(--font-title);
      font-size: 18px;
      font-weight: 800;
      color: var(--sub-accent);
    }

    .university-song__lyrics {
      margin: 0;
      font-family: "Pretendard", sans-serif;
      font-size: 18px;
      line-height: 1.8;
      color: #59635d;
    }

    /* ----- Mid- to Long-Term Development Plan ----- */
    .development-plan {
      font-family: "Pretendard", sans-serif;
    }

    .development-plan__stage {
      position: relative;
      margin-bottom: 54px;
    }

    .development-plan__stage:not(:last-child)::after {
      content: "\f107";
      position: absolute;
      bottom: -43px;
      left: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      width: 32px;
      height: 32px;
      border: 1px solid rgba(20, 112, 59, 0.2);
      border-radius: 50%;
      font-family: "Font Awesome 5 Pro";
      font-size: 18px;
      color: var(--sub-accent);
      background: #ffffff;
      transform: translateX(-50%);
    }

    .development-plan__label {
      display: table;
      margin: 0 auto 16px;
      padding: 7px 16px;
      border-radius: 999px;
      font-size: 18px;
      font-weight: 800;
      letter-spacing: 0.04em;
      color: var(--sub-accent);
      background: #edf6f0;
    }

    .development-plan__vision {
      padding: clamp(34px, 5vw, 58px);
      border-radius: 24px;
      color: #ffffff;
      text-align: center;
      background:
        radial-gradient(circle at 15% 20%, rgba(255, 255, 255, 0.16), transparent 28%),
        linear-gradient(135deg, #123d27, var(--sub-accent));
      box-shadow: 0 18px 40px rgba(20, 112, 59, 0.18);
    }

    .development-plan__vision-title {
      max-width: 900px;
      margin: 0 auto;
      font-family: var(--font-title);
      font-size: clamp(32px, 4vw, 47px);
      font-weight: 800;
      line-height: 1.35;
      letter-spacing: -0.03em;
    }

    .development-plan__foundation {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 20px;
    }

    .development-plan__foundation-card {
      padding: 30px 26px;
      border: 1px solid #dfe7e1;
      border-radius: 18px;
      text-align: center;
      background: #ffffff;
      box-shadow: 0 10px 28px rgba(22, 54, 35, 0.06);
    }

    .development-plan__card-title {
      margin: 0 0 14px;
      font-family: var(--font-title);
      font-size: 24px;
      font-weight: 800;
      color: #1d2e24;
    }

    .development-plan__card-text {
      margin: 0;
      font-size: 18px;
      line-height: 1.75;
      color: #59635d;
    }

    .development-plan__competencies {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 20px;
    }

    .development-plan__competency {
      position: relative;
      overflow: hidden;
      padding: 30px 26px;
      border: 1px solid rgba(20, 112, 59, 0.18);
      border-radius: 18px;
      background: #f7faf8;
    }

    .development-plan__competency::before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 5px;
      background: var(--sub-accent);
    }

    .development-plan__competency-number {
      display: block;
      margin-bottom: 10px;
      font-size: 18px;
      font-weight: 800;
      color: var(--sub-accent);
    }

    .development-plan__competency-title {
      margin: 0 0 14px;
      font-family: var(--font-title);
      font-size: 25px;
      font-weight: 800;
      color: #1d2e24;
    }

    .development-plan__competency-text {
      margin: 0;
      font-size: 18px;
      line-height: 1.7;
      color: #59635d;
    }

    .development-plan__directions {
      padding: clamp(28px, 4vw, 44px);
      border-radius: 22px;
      background: #f0f5f2;
    }

    .development-plan__directions-list {
      display: grid;
      grid-template-columns: repeat(4, minmax(0, 1fr));
      gap: 14px;
      margin: 0;
      padding: 0;
      list-style: none;
    }

    .development-plan__direction {
      display: flex;
      align-items: center;
      justify-content: center;
      min-height: 120px;
      padding: 22px 18px;
      border-radius: 14px;
      font-size: 18px;
      font-weight: 700;
      line-height: 1.5;
      color: #1d2e24;
      text-align: center;
      background: #ffffff;
      box-shadow: 0 8px 22px rgba(22, 54, 35, 0.05);
    }

    .development-plan__tasks {
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 20px;
    }

    .development-plan__task {
      display: grid;
      grid-template-columns: 64px minmax(0, 1fr);
      gap: 22px;
      padding: 30px;
      border: 1px solid #dfe7e1;
      border-radius: 18px;
      background: #ffffff;
      box-shadow: 0 10px 28px rgba(22, 54, 35, 0.06);
    }

    .development-plan__task-number {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 64px;
      height: 64px;
      border-radius: 50%;
      font-size: 22px;
      font-weight: 800;
      color: #ffffff;
      background: var(--sub-accent);
    }

    .development-plan__task-title {
      margin: 0 0 16px;
      font-family: var(--font-title);
      font-size: 21px;
      font-weight: 700;
      line-height: 1.6;
      color: #1d2e24;
    }

    .development-plan__task-stats {
      display: flex;
      flex-wrap: wrap;
      gap: 8px;
      margin: 0;
      padding: 0;
      list-style: none;
    }

    .development-plan__task-stat {
      padding: 7px 12px;
      border-radius: 999px;
      font-size: 18px;
      font-weight: 700;
      color: var(--sub-accent);
      background: #edf6f0;
    }

    /* ----- Vision Color Palette ----- */
    .page-sub {
      --vision-orange: #d96b28;
      --vision-orange-light: #fff1e7;
      --vision-purple: #7151a3;
      --vision-purple-light: #f2ecfa;
      --vision-green: #2f8357;
      --vision-green-light: #eaf5ef;
      --vision-navy: #24466e;
      --vision-navy-light: #eaf0f7;
      --vision-gray: #66717c;
      --vision-gray-light: #f0f2f4;
    }

    .vision-philosophy {
      background:
        radial-gradient(circle at 0 0, rgba(217, 107, 40, 0.11), transparent 32%),
        radial-gradient(circle at 100% 0, rgba(113, 81, 163, 0.11), transparent 36%),
        #ffffff;
    }

    .vision-philosophy::before {
      background: linear-gradient(90deg, var(--vision-orange), var(--vision-purple));
    }

    .vision-philosophy__group:first-child {
      border-color: rgba(217, 107, 40, 0.22);
    }

    .vision-philosophy__group:first-child .vision-philosophy__group-title {
      color: var(--vision-orange);
    }

    .vision-philosophy__group:first-child .vision-philosophy__group-title::before {
      background: var(--vision-orange);
      box-shadow: 0 0 0 6px rgba(217, 107, 40, 0.12);
    }

    .vision-philosophy__group:last-child {
      border-color: rgba(113, 81, 163, 0.22);
    }

    .vision-philosophy__group:last-child .vision-philosophy__group-title {
      color: var(--vision-purple);
    }

    .vision-philosophy__group:last-child .vision-philosophy__group-title::before {
      background: var(--vision-purple);
      box-shadow: 0 0 0 6px rgba(113, 81, 163, 0.12);
    }

    .educational-goals__card {
      overflow: hidden;
      border-top-width: 5px;
    }

    .educational-goals__card:nth-child(1) {
      border-top-color: var(--vision-orange);
    }

    .educational-goals__card:nth-child(1) .educational-goals__step {
      color: var(--vision-orange);
    }

    .educational-goals__card:nth-child(2) {
      border-top-color: var(--vision-purple);
    }

    .educational-goals__card:nth-child(2) .educational-goals__step {
      color: var(--vision-purple);
    }

    .educational-goals__card:nth-child(3) {
      border-top-color: var(--vision-green);
    }

    .educational-goals__card:nth-child(3) .educational-goals__step {
      color: var(--vision-green);
    }

    .educational-goals__card:nth-child(4) {
      border-top-color: var(--vision-navy);
    }

    .educational-goals__card:nth-child(4) .educational-goals__step {
      color: var(--vision-navy);
    }

    .educational-goals__card:nth-child(5) {
      border-top-color: var(--vision-gray);
    }

    .educational-goals__card:nth-child(5) .educational-goals__step {
      color: var(--vision-gray);
    }

    .educational-goals__competencies {
      background: linear-gradient(135deg, var(--vision-navy), var(--vision-purple));
    }

    .symbol-tabs__btn.is-active {
      background: var(--vision-navy);
      box-shadow: 0 8px 20px rgba(36, 70, 110, 0.2);
    }

    .development-plan__vision {
      background:
        radial-gradient(circle at 15% 20%, rgba(255, 255, 255, 0.16), transparent 28%),
        linear-gradient(135deg, var(--vision-navy), var(--vision-purple));
      box-shadow: 0 18px 40px rgba(36, 70, 110, 0.18);
    }

    .development-plan__stage:nth-child(1) .development-plan__label {
      color: var(--vision-navy);
      background: var(--vision-navy-light);
    }

    .development-plan__stage:nth-child(2) .development-plan__label {
      color: var(--vision-orange);
      background: var(--vision-orange-light);
    }

    .development-plan__stage:nth-child(3) .development-plan__label {
      color: var(--vision-purple);
      background: var(--vision-purple-light);
    }

    .development-plan__stage:nth-child(4) .development-plan__label {
      color: var(--vision-green);
      background: var(--vision-green-light);
    }

    .development-plan__stage:nth-child(5) .development-plan__label {
      color: var(--vision-gray);
      background: var(--vision-gray-light);
    }

    .development-plan__foundation-card {
      border-top-width: 5px;
    }

    .development-plan__foundation-card:nth-child(1) {
      border-top-color: var(--vision-orange);
    }

    .development-plan__foundation-card:nth-child(2) {
      border-top-color: var(--vision-purple);
    }

    .development-plan__foundation-card:nth-child(3) {
      border-top-color: var(--vision-gray);
    }

    .development-plan__competency:nth-child(1)::before {
      background: var(--vision-orange);
    }

    .development-plan__competency:nth-child(1) .development-plan__competency-number {
      color: var(--vision-orange);
    }

    .development-plan__competency:nth-child(2)::before {
      background: var(--vision-purple);
    }

    .development-plan__competency:nth-child(2) .development-plan__competency-number {
      color: var(--vision-purple);
    }

    .development-plan__competency:nth-child(3)::before {
      background: var(--vision-green);
    }

    .development-plan__competency:nth-child(3) .development-plan__competency-number {
      color: var(--vision-green);
    }

    .development-plan__direction {
      border-top: 4px solid transparent;
    }

    .development-plan__direction:nth-child(1) {
      border-top-color: var(--vision-orange);
    }

    .development-plan__direction:nth-child(2) {
      border-top-color: var(--vision-purple);
    }

    .development-plan__direction:nth-child(3) {
      border-top-color: var(--vision-green);
    }

    .development-plan__direction:nth-child(4) {
      border-top-color: var(--vision-navy);
    }

    .development-plan__task:nth-child(1) .development-plan__task-number {
      background: var(--vision-orange);
    }

    .development-plan__task:nth-child(2) .development-plan__task-number {
      background: var(--vision-purple);
    }

    .development-plan__task:nth-child(3) .development-plan__task-number {
      background: var(--vision-green);
    }

    .development-plan__task:nth-child(4) .development-plan__task-number {
      background: var(--vision-navy);
    }

    .development-plan__task:nth-child(1) .development-plan__task-stat {
      color: var(--vision-orange);
      background: var(--vision-orange-light);
    }

    .development-plan__task:nth-child(2) .development-plan__task-stat {
      color: var(--vision-purple);
      background: var(--vision-purple-light);
    }

    .development-plan__task:nth-child(3) .development-plan__task-stat {
      color: var(--vision-green);
      background: var(--vision-green-light);
    }

    .development-plan__task:nth-child(4) .development-plan__task-stat {
      color: var(--vision-navy);
      background: var(--vision-navy-light);
    }

    @media (max-width: 768px) {
      .vision-tabs {
        grid-auto-flow: row;
        grid-auto-columns: unset;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        margin-bottom: 40px;
      }

      .vision-tabs__btn {
        min-height: 58px;
        font-size: 18px;
      }

      .vision-panel__title {
        font-family: var(--font-title);
        margin-bottom: 24px;
      }

      .vision-philosophy {
        padding: 32px 22px;
        border-radius: 18px;
      }

      .vision-philosophy__lead {
        font-family: var(--font-title);
        margin-bottom: 32px;
        text-align: left;
      }

      .vision-philosophy__lead::after {
        margin-left: 0;
      }

      .vision-philosophy__groups {
        grid-template-columns: 1fr;
      }

      .vision-philosophy__group {
        padding: 24px 20px;
      }

      .educational-goals__flow {
        grid-template-columns: 1fr;
        gap: 12px;
        margin-bottom: 36px;
      }

      .educational-goals__card {
        min-height: 0;
        padding: 24px 20px;
      }

      .educational-goals__card:not(:last-child)::after {
        display: none;
      }

      .educational-goals__competencies {
        padding: 28px 20px;
        border-radius: 18px;
      }

      .educational-goals__competency {
        grid-template-columns: 1fr;
        gap: 18px;
        padding: 22px 18px;
      }

      .educational-goals__competency-detail {
        padding-top: 18px;
        padding-left: 0;
        border-top: 1px solid rgba(255, 255, 255, 0.25);
        border-left: 0;
      }

      .symbol-tabs {
        grid-template-columns: 1fr;
      }

      .symbol-tabs__btn {
        min-height: 50px;
      }

      .symbol-card-list--identity,
      .university-song__verses {
        grid-template-columns: 1fr;
      }

      .ui-identity-list {
        gap: 40px;
      }

      .ui-identity__visual {
        min-height: 230px;
        padding: 28px 20px;
      }

      .ui-identity__visual img {
        height: 170px;
      }

      .ui-identity__footer {
        flex-direction: column;
      }

      .ui-identity__downloads {
        flex-wrap: wrap;
        width: 100%;
      }

      .ui-identity__download {
        flex: 1;
        min-width: 130px;
      }

      .symbol-card-list--identity .symbol-card {
        grid-template-columns: 1fr;
      }

      .symbol-card__visual:not(.symbol-card__visual--photo) {
        min-height: 220px;
      }

      .symbol-card__visual:not(.symbol-card__visual--photo) img {
        height: 190px;
      }

      .symbol-card__visual--photo {
        min-height: 160px;
        padding: 24px 16px;
        border-right: 0;
        border-bottom: 1px solid #e8ede9;
      }

      .symbol-card__visual--photo img {
        width: auto;
        max-width: 100%;
        height: auto;
      }

      .symbol-card__body,
      .university-flag__body {
        padding: 24px 20px;
      }

      .university-flag {
        grid-template-columns: 1fr;
      }

      .university-flag__visual {
        min-height: 160px;
        padding: 24px 16px;
        border-right: 0;
        border-bottom: 1px solid #e8ede9;
      }

      .university-song__layout {
        grid-template-columns: 1fr;
        gap: 24px;
      }

      .university-song__visual {
        padding: 12px;
      }

      .development-plan__foundation,
      .development-plan__competencies,
      .development-plan__tasks {
        grid-template-columns: 1fr;
      }

      .development-plan__directions-list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
      }

      .development-plan__task {
        grid-template-columns: 52px minmax(0, 1fr);
        gap: 16px;
        padding: 24px 20px;
      }

      .development-plan__task-number {
        width: 52px;
        height: 52px;
        font-size: 20px;
      }
    }

    @media (max-width: 480px) {
      .current-state-tabs {
        grid-template-columns: 1fr;
      }

      .development-plan__directions-list {
        grid-template-columns: 1fr;
      }

      .development-plan__direction {
        min-height: 0;
      }
    }

/* ----- Goals of the Specialization Project ----- */
.specialization-goals {
  --specialization-orange: #d96b28;
  --specialization-purple: #7151a3;
  --specialization-green: #2f8357;
  --specialization-navy: #24466e;
  --specialization-gray: #66717c;
  font-family: "Pretendard", sans-serif;
}

.specialization-goals__overview {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 52px;
  margin-bottom: 64px;
}

.specialization-goals__overview-card {
  position: relative;
  width: 100%;
  padding: 36px 42px;
  border: 1px solid #dfe5e1;
  border-radius: 22px;
  color: #26332b;
  background: #ffffff;
  box-shadow: 0 12px 30px rgba(22, 54, 35, 0.06);
}

.specialization-goals__overview-card::after {
  content: "\f107";
  position: absolute;
  bottom: -43px;
  left: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border: 1px solid #d9e1dc;
  border-radius: 50%;
  font-family: "Font Awesome 5 Pro";
  font-size: 18px;
  color: var(--specialization-gray);
  background: #ffffff;
  transform: translateX(-50%);
}

.specialization-goals__overview-card--vision {
  max-width: 100%;
  padding:30px;
  color: #ffffff;
  text-align: center;
  background:
    radial-gradient(circle at 12% 20%, rgba(255, 255, 255, 0.13), transparent 28%),
    linear-gradient(135deg, #1d3b60, var(--specialization-navy));
  box-shadow: 0 16px 36px rgba(36, 70, 110, 0.18);
}

.specialization-goals__overview-card--goal {
  max-width: 100%;
  border: 2px solid rgba(217, 107, 40, 0.42);
  text-align: center;
  background: #ffffff;
}

.specialization-goals__overview-card--areas {
  padding: 36px;
  border-color: #e1e3e6;
  background: #f7f8f9;
}

.specialization-goals__overview-card--areas::after {
  display: none;
}

.specialization-goals__overview-label {
  display: table;
  position: relative;
  z-index: 1;
  margin: 0 auto 18px;
  padding: 7px 16px;
  border-radius: 999px;
  font-size: 18px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.specialization-goals__overview-card--vision .specialization-goals__overview-label {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.14);
}

.specialization-goals__overview-card--goal .specialization-goals__overview-label {
  color: var(--specialization-orange);
  background: #fff0e7;
}

.specialization-goals__overview-card--areas .specialization-goals__overview-label {
  color: var(--specialization-purple);
  background: #f1ecf8;
}

.specialization-goals__overview-text {
  position: relative;
  z-index: 1;
  max-width: 100%;
  margin: 0;
  font-size: clamp(22px, 2.1vw, 29px);
  font-weight: 700;
  line-height: 1.55;
}

.specialization-goals__overview-areas {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.specialization-goals__overview-area {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 126px;
  padding: 22px 18px;
  border-radius: 14px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.55;
  color: #26332b;
  text-align: center;
  background: #ffffff;
  box-shadow: 0 7px 20px rgba(22, 54, 35, 0.05);
}

.specialization-goals__overview-area:nth-child(1) {
  border-top: 4px solid var(--specialization-green);
}

.specialization-goals__overview-area:nth-child(2) {
  border-top: 4px solid var(--specialization-purple);
}

.specialization-goals__overview-area:nth-child(3) {
  border-top: 4px solid var(--specialization-orange);
}

.specialization-goals__heading {
  font-family: var(--font-title);
  display: flex;
  align-items: center;
  gap: 14px;
  margin: 0 0 28px;
  font-size: clamp(27px, 3vw, 36px);
  font-weight: 800;
  color: #1d2e24;
}

.specialization-goals__heading::before {
  content: "";
  width: 8px;
  height: 30px;
  border-radius: 999px;
  background: linear-gradient(var(--specialization-orange), var(--specialization-purple));
}

.specialization-goals__strategies {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-template-rows: auto 1fr;
  column-gap: 20px;
  row-gap: 0;
  align-items: stretch;
}

.specialization-strategy {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 2;
  overflow: hidden;
  border: 1px solid #e0e6e2;
  border-radius: 22px;
  background: #ffffff;
  box-shadow: 0 12px 32px rgba(22, 54, 35, 0.06);
}

.specialization-strategy__head {
  display: flex;
  position: relative;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  min-height: 0;
  height: 100%;
  padding: 38px 30px;
  color: #ffffff;
}

.specialization-strategy__head::after {
  content: "";
  position: absolute;
  right: -48px;
  bottom: -48px;
  width: 150px;
  height: 150px;
  border: 28px solid rgba(255, 255, 255, 0.08);
  border-radius: 50%;
}

.specialization-strategy:nth-child(1) .specialization-strategy__head {
  background: linear-gradient(145deg, #1f6b45, var(--specialization-green));
}

.specialization-strategy:nth-child(2) .specialization-strategy__head {
  background: linear-gradient(145deg, #5b3e87, var(--specialization-purple));
}

.specialization-strategy:nth-child(3) .specialization-strategy__head {
  background: linear-gradient(145deg, #1d3b60, var(--specialization-navy));
}

.specialization-strategy__number {
  position: relative;
  z-index: 1;
  margin-bottom: 24px;
  font-size: 54px;
  font-weight: 800;
  line-height: 1;
  color: rgba(255, 255, 255, 0.28);
}

.specialization-strategy__title {
  font-family: var(--font-title);
  position: relative;
  z-index: 1;
  margin: 0;
  font-size: clamp(22px, 2.4vw, 24px);
  font-weight: 800;
  line-height: 1.4;
}

.specialization-strategy__actions {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  flex: 1;
  margin: 0;
  padding: 12px 24px;
  list-style: none;
  background: #ffffff;
}

.specialization-strategy__action {
  position: relative;
  padding: 24px 22px 24px 34px;
  border: 0;
  border-bottom: 1px solid #e7ebe8;
  border-radius: 0;
  background: #ffffff;
}

.specialization-strategy__action:last-child {
  border-bottom: 0;
}

.specialization-strategy__action::before {
  content: "";
  position: absolute;
  top: 31px;
  left: 8px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--specialization-gray);
  box-shadow: 0 0 0 6px rgba(102, 113, 124, 0.1);
}

.specialization-strategy:nth-child(1) .specialization-strategy__action::before {
  background: var(--specialization-green);
  box-shadow: 0 0 0 6px rgba(47, 131, 87, 0.1);
}

.specialization-strategy:nth-child(2) .specialization-strategy__action::before {
  background: var(--specialization-purple);
  box-shadow: 0 0 0 6px rgba(113, 81, 163, 0.1);
}

.specialization-strategy:nth-child(3) .specialization-strategy__action::before {
  background: var(--specialization-navy);
  box-shadow: 0 0 0 6px rgba(36, 70, 110, 0.1);
}

.specialization-strategy__action-title {
  margin: 0 0 14px;
  font-size: 21px;
  font-weight: 800;
  line-height: 1.45;
  color: #26332b;
}

.specialization-strategy__action-text {
  margin: 0;
  font-size: 18px;
  line-height: 1.75;
  color: #5b655f;
}

@media (max-width: 1200px) {
  .specialization-goals__overview {
    grid-template-columns: 1fr;
  }

  .specialization-goals__overview-card--vision,
  .specialization-goals__overview-card--goal,
  .specialization-goals__overview-card--areas {
    grid-column: auto;
  }

  .specialization-goals__overview-card {
    min-height: 0;
  }

  .specialization-goals__strategies {
    grid-template-columns: 1fr;
    grid-template-rows: none;
    gap: 20px;
  }

  .specialization-strategy {
    display: flex;
    flex-direction: column;
    grid-row: auto;
  }

  .specialization-strategy__head {
    min-height: 0;
    height: auto;
  }
}

@media (max-width: 768px) {
  .specialization-goals__overview {
    gap: 46px;
    margin-bottom: 44px;
  }

  .specialization-goals__overview-card {
    padding: 28px 22px;
  }

  .specialization-goals__overview-card--vision {
    padding: 34px 24px;
  }

  .specialization-goals__overview-label {
    padding: 7px 14px;
  }

  .specialization-goals__overview-areas {
    grid-template-columns: 1fr;
  }

  .specialization-goals__overview-area {
    min-height: 0;
  }

  .specialization-strategy__head {
    padding: 28px 24px;
  }

  .specialization-strategy__actions {
    grid-template-columns: 1fr;
    padding: 10px 16px;
  }

  .specialization-strategy__action {
    padding: 22px 10px 22px 32px;
  }
}

/* ----- Specialization Promotion Areas ----- */
.promotion-areas {
  --promotion-orange: #d96b28;
  --promotion-purple: #7151a3;
  --promotion-green: #2f8357;
  --promotion-navy: #24466e;
  --promotion-gray: #66717c;
  font-family: "Pretendard", sans-serif;
}

.promotion-areas__intro {
  display: block;
  position: relative;
  overflow: hidden;
  margin-bottom: 54px;
  padding: 52px 56px 46px;
  border: 1px solid #dfe5e1;
  border-radius: 24px;
  text-align: center;
  background:
    radial-gradient(circle at 0 100%, rgba(217, 107, 40, 0.1), transparent 30%),
    radial-gradient(circle at 100% 0, rgba(113, 81, 163, 0.1), transparent 34%),
    #ffffff;
  box-shadow: 0 12px 30px rgba(22, 54, 35, 0.06);
}

.promotion-areas__intro::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 6px;
  background: linear-gradient(90deg, var(--promotion-orange), var(--promotion-purple), var(--promotion-navy));
}

.promotion-areas__intro-title {
  display: table;
  position: relative;
  z-index: 1;
  margin: 0 auto 24px;
  padding: 9px 20px;
  border-radius: 999px;
  font-size: 20px;
  font-weight: 800;
  color: #ffffff;
  background: var(--promotion-purple);
}

.promotion-areas__intro-text {
  position: relative;
  z-index: 1;
  max-width: 1120px;
  margin: 0 auto;
  padding: 0;
  font-size: clamp(21px, 2vw, 26px);
  font-weight: 600;
  line-height: 1.8;
  color: #35423a;
}

.promotion-areas__plan-head {
  margin-bottom: 32px;
  text-align: center;
}

.promotion-areas__plan-label {
  display: table;
  margin: 0 auto 12px;
  padding: 7px 16px;
  border-radius: 999px;
  font-size: 18px;
  font-weight: 800;
  color: var(--promotion-purple);
  background: #f1ecf8;
}

.promotion-areas__plan-title {
  margin: 0;
  font-size: clamp(32px, 4vw, 45px);
  font-weight: 800;
  color: #1d2e24;
}

.promotion-roadmap {
  display: grid;
  gap: 0;
  max-width: 1180px;
  margin: 0 auto;
}

.promotion-step {
  --step-color: var(--promotion-navy);
  display: grid;
  grid-template-columns: 88px minmax(0, 1fr);
  gap: 28px;
  position: relative;
  padding-bottom: 34px;
}

.promotion-step:nth-child(3n + 2) {
  --step-color: var(--promotion-orange);
}

.promotion-step:nth-child(3n) {
  --step-color: var(--promotion-purple);
}

.promotion-step:not(:last-child)::before {
  content: "";
  position: absolute;
  top: 70px;
  bottom: 0;
  left: 34px;
  width: 2px;
  background: #dfe5e1;
}

.promotion-step__number {
  display: flex;
  position: relative;
  z-index: 1;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 70px;
  border: 7px solid #ffffff;
  border-radius: 50%;
  font-size: 20px;
  font-weight: 800;
  color: #ffffff;
  background: var(--step-color);
  box-shadow: 0 8px 20px rgba(22, 54, 35, 0.15);
}

.promotion-step__body {
  min-width: 0;
  padding: 26px 30px 30px;
  border: 1px solid #dfe5e1;
  border-radius: 18px;
  background: #ffffff;
  box-shadow: 0 10px 26px rgba(22, 54, 35, 0.06);
}

.promotion-step__title {
  font-family: var(--font-title);
  margin: 0 0 20px;
  padding-bottom: 16px;
  border-bottom: 2px solid color-mix(in srgb, var(--step-color) 25%, white);
  font-size: 25px;
  font-weight: 800;
  line-height: 1.4;
  color: var(--step-color);
}

.promotion-step__details {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.promotion-step__details--single {
  grid-template-columns: 1fr;
}

.promotion-step__detail {
  min-width: 0;
  padding: 20px;
  border-radius: 12px;
  background: #f7f9f8;
}

.promotion-step__audience {
  display: block;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.45;
  color: var(--step-color);
}

.promotion-step__text {
  margin: 0;
  font-size: 18px;
  line-height: 1.75;
  color: #59635d;
}

.promotion-areas__result {
  position: relative;
  overflow: hidden;
  margin-top: 42px;
  padding: 38px 42px;
  border-radius: 22px;
  color: #ffffff;
  text-align: center;
  background: linear-gradient(135deg, var(--promotion-purple), var(--promotion-navy));
  box-shadow: 0 16px 36px rgba(36, 70, 110, 0.16);
}

.promotion-areas__result::before,
.promotion-areas__result::after {
  content: "";
  position: absolute;
  width: 160px;
  height: 160px;
  border: 30px solid rgba(255, 255, 255, 0.07);
  border-radius: 50%;
}

.promotion-areas__result::before {
  top: -90px;
  left: -60px;
}

.promotion-areas__result::after {
  right: -60px;
  bottom: -90px;
}

.promotion-areas__result-label {
  display: block;
  position: relative;
  z-index: 1;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 800;
  letter-spacing: 0.12em;
  color: rgba(255, 255, 255, 0.7);
  text-transform: uppercase;
}

.promotion-areas__result-text {
  position: relative;
  z-index: 1;
  margin: 0;
  font-size: clamp(26px, 3vw, 36px);
  font-weight: 800;
  line-height: 1.45;
}

@media (max-width: 768px) {
  .promotion-areas__intro {
    padding: 38px 22px 32px;
  }

  .promotion-step {
    grid-template-columns: 58px minmax(0, 1fr);
    gap: 14px;
    padding-bottom: 24px;
  }

  .promotion-step:not(:last-child)::before {
    top: 54px;
    left: 26px;
  }

  .promotion-step__number {
    width: 54px;
    height: 54px;
    border-width: 5px;
    font-size: 18px;
  }

  .promotion-step__body {
    padding: 22px 18px;
  }

  .promotion-step__title {
    font-family: var(--font-title);
    font-size: 21px;
  }

  .promotion-step__details {
    grid-template-columns: 1fr;
  }

  .promotion-step__detail {
    padding: 18px 16px;
  }

  .promotion-areas__result {
    padding: 32px 22px;
  }
}

/* ----- Wellness-Beauty Specialization Plan ----- */
.wellness-plan {
  --wellness-orange: #d96b28;
  --wellness-purple: #7151a3;
  --wellness-green: #2f8357;
  --wellness-navy: #24466e;
  font-family: "Pretendard", sans-serif;
}

.wellness-plan__pillars {
  display: grid;
  gap: 28px;
}

.wellness-pillar {
  --pillar-color: var(--wellness-navy);
  display: grid;
  grid-template-columns: minmax(240px, 300px) minmax(0, 1fr);
  overflow: hidden;
  border: 1px solid #dfe5e1;
  border-radius: 22px;
  background: #ffffff;
  box-shadow: 0 12px 30px rgba(22, 54, 35, 0.06);
}

.wellness-pillar:nth-child(1) {
  --pillar-color: var(--wellness-navy);
}

.wellness-pillar:nth-child(2) {
  --pillar-color: var(--wellness-green);
}

.wellness-pillar:nth-child(3) {
  --pillar-color: var(--wellness-purple);
}

.wellness-pillar__head {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
  padding: 36px 30px;
  color: #ffffff;
  background: linear-gradient(160deg, color-mix(in srgb, var(--pillar-color) 82%, #1d2e24), var(--pillar-color));
}

.wellness-pillar__number {
  display: block;
  margin-bottom: 8px;
  font-size: 47px;
  font-weight: 800;
  line-height: 1;
  color: rgba(255, 255, 255, 0.35);
}

.wellness-pillar__title {
  font-family: var(--font-title);
  margin: 0 0 8px;
  font-size: clamp(22px, 2vw, 27px);
  font-weight: 800;
  line-height: 1.35;
}

.wellness-pillar__subtitle {
  margin: 0;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.78);
}

.wellness-pillar__body,
.wellness-pillar__body--three {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  padding: 24px;
  background: #f7f9f8;
}

.wellness-initiative {
  padding: 24px 24px 22px;
  border: 1px solid #e1e7e3;
  border-left: 5px solid var(--pillar-color);
  border-radius: 14px;
  background: #ffffff;
}

.wellness-initiative__number {
  display: inline-block;
  margin-bottom: 8px;
  font-size: 18px;
  font-weight: 800;
  color: var(--pillar-color);
}

.wellness-initiative__title {
  font-family: var(--font-title);
  margin: 0 0 16px;
  font-size: 22px;
  font-weight: 800;
  line-height: 1.4;
  color: #26332b;
}

.wellness-initiative__groups {
  display: grid;
  gap: 18px;
}

.wellness-initiative__group {
  padding-top: 16px;
  border-top: 1px solid #e8ece9;
}

.wellness-initiative__group:first-child {
  padding-top: 0;
  border-top: 0;
}

.wellness-initiative__group-title {
  margin: 0 0 10px;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.5;
  color: var(--pillar-color);
}

.wellness-initiative__list {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.wellness-initiative__item {
  position: relative;
  padding-left: 16px;
  font-size: 18px;
  line-height: 1.7;
  color: #59635d;
}

.wellness-initiative__item::before {
  content: "";
  position: absolute;
  top: 0.72em;
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--pillar-color);
}

.wellness-plan__result {
  position: relative;
  overflow: hidden;
  margin-top: 42px;
  padding: 40px 46px;
  border-radius: 24px;
  color: #ffffff;
  text-align: center;
  background: linear-gradient(135deg, var(--wellness-navy), var(--wellness-purple));
  box-shadow: 0 16px 38px rgba(36, 70, 110, 0.18);
}

.wellness-plan__result::before,
.wellness-plan__result::after {
  content: "";
  position: absolute;
  width: 170px;
  height: 170px;
  border: 32px solid rgba(255, 255, 255, 0.07);
  border-radius: 50%;
}

.wellness-plan__result::before {
  top: -105px;
  left: -55px;
}

.wellness-plan__result::after {
  right: -55px;
  bottom: -105px;
}

.wellness-plan__result-label {
  display: block;
  position: relative;
  z-index: 1;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 800;
  letter-spacing: 0.12em;
  color: rgba(255, 255, 255, 0.7);
  text-transform: uppercase;
}

.wellness-plan__result-text {
  position: relative;
  z-index: 1;
  margin: 0;
  font-size: clamp(26px, 3vw, 36px);
  font-weight: 800;
  line-height: 1.45;
}

@media (max-width: 960px) {
  .wellness-pillar {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .wellness-pillar__head {
    padding: 28px 22px;
  }

  .wellness-pillar__number {
    font-size: 38px;
  }

  .wellness-pillar__body,
  .wellness-pillar__body--three {
    padding: 18px;
  }

  .wellness-initiative {
    padding: 22px 18px;
  }

  .wellness-plan__result {
    padding: 34px 22px;
  }
}

/* ----- Specialization Workflow Diagram ----- */
.workflow-diagram {
  --workflow-navy: #24466e;
  --workflow-blue: #4f79a8;
  --workflow-soft: #e8eef6;
  font-family: "Pretendard", sans-serif;
}

.workflow-diagram__heading {
  font-family: var(--font-title);
  margin: 0 0 48px;
  padding-bottom: 14px;
  border-bottom: 1px solid #e5e9e6;
  font-size: clamp(27px, 3vw, 34px);
  font-weight: 800;
  color: var(--workflow-navy);
}

.workflow-diagram__list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 48px 28px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.workflow-diagram__item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.workflow-diagram__item:not(:nth-child(4n))::after {
  content: "\f061";
  position: absolute;
  top: 54px;
  right: -22px;
  font-family: "Font Awesome 5 Pro";
  font-size: 20px;
  font-weight: 300;
  color: var(--workflow-blue);
}

.workflow-diagram__item:nth-child(9)::after {
  display: none;
}

.workflow-diagram__node {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 118px;
  height: 118px;
  margin-bottom: 18px;
  border-radius: 50%;
  background: var(--workflow-soft);
}

.workflow-diagram__number {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  font-size: 18px;
  font-weight: 800;
  color: #ffffff;
  background: var(--workflow-navy);
  box-shadow: 0 4px 12px rgba(36, 70, 110, 0.2);
}

.workflow-diagram__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #4a5560;
  font-size: 40px;
}

.workflow-diagram__label {
  max-width: 220px;
  margin: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  color: #26332b;
}

@media (max-width: 1100px) {
  .workflow-diagram__list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 40px 24px;
  }

  .workflow-diagram__item:not(:nth-child(4n))::after {
    display: none;
  }

  .workflow-diagram__item:not(:nth-child(2n))::after {
    content: "\f061";
    display: block;
    position: absolute;
    top: 54px;
    right: -18px;
    font-family: "Font Awesome 5 Pro";
    font-size: 20px;
    font-weight: 300;
    color: var(--workflow-blue);
  }
}

@media (max-width: 640px) {
  .workflow-diagram__heading {
    font-family: var(--font-title);
    margin-bottom: 32px;
  }

  .workflow-diagram__list {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .workflow-diagram__item:not(:nth-child(2n))::after {
    top: auto;
    right: 50%;
    bottom: -30px;
    transform: translateX(50%) rotate(90deg);
  }

  .workflow-diagram__item:last-child::after {
    display: none;
  }

  .workflow-diagram__label {
    max-width: none;
  }
}

/* ----- University Institutional Accreditation ----- */
.accreditation {
  --accreditation-navy: #24466e;
  --accreditation-orange: #d96b28;
  --accreditation-purple: #7151a3;
  --accreditation-green: #2f8357;
  display: grid;
  gap: 28px;
  font-family: "Pretendard", sans-serif;
}

.accreditation-card {
  --card-color: var(--accreditation-navy);
  overflow: hidden;
  border: 1px solid #dfe5e1;
  border-radius: 22px;
  background: #ffffff;
  box-shadow: 0 12px 30px rgba(22, 54, 35, 0.06);
}

.accreditation-card:nth-child(1) {
  --card-color: var(--accreditation-navy);
}

.accreditation-card:nth-child(2) {
  --card-color: var(--accreditation-orange);
}

.accreditation-card:nth-child(3) {
  --card-color: var(--accreditation-purple);
}

.accreditation-card:nth-child(4) {
  --card-color: var(--accreditation-green);
}

.accreditation-card__head {
  display: flex;
  gap: 18px;
  align-items: center;
  padding: 28px 32px;
  color: #ffffff;
  background: linear-gradient(135deg, color-mix(in srgb, var(--card-color) 84%, #1d2e24), var(--card-color));
}

.accreditation-card__number {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 50%;
  font-size: 20px;
  font-weight: 800;
  background: rgba(255, 255, 255, 0.12);
}

.accreditation-card__title {
  font-family: var(--font-title);
  margin: 0;
  font-size: clamp(22px, 2.2vw, 29px);
  font-weight: 800;
  line-height: 1.35;
}

.accreditation-card__body {
  display: grid;
  gap: 22px;
  padding: 28px 32px 32px;
  background: #f8faf9;
}

.accreditation-block {
  padding: 24px 26px;
  border: 1px solid #e1e7e3;
  border-radius: 16px;
  background: #ffffff;
}

.accreditation-block__title {
  font-family: var(--font-title);
  margin: 0 0 12px;
  font-size: 20px;
  font-weight: 800;
  line-height: 1.45;
  color: var(--card-color);
}

.accreditation-block__text {
  margin: 0;
  font-size: 18px;
  line-height: 1.75;
  color: #59635d;
}

.accreditation-block__list {
  display: grid;
  gap: 8px;
  margin: 14px 0 0;
  padding: 0;
  list-style: none;
}

.accreditation-block__list li {
  position: relative;
  padding-left: 16px;
  font-size: 18px;
  line-height: 1.7;
  color: #59635d;
}

.accreditation-block__list li::before {
  content: "";
  position: absolute;
  top: 0.72em;
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--card-color);
}

.accreditation-status {
  padding: 26px 28px;
  border-radius: 16px;
  color: #ffffff;
  background: linear-gradient(135deg, color-mix(in srgb, var(--card-color) 88%, #1d2e24), var(--card-color));
}

.accreditation-status__title {
  font-family: var(--font-title);
  margin: 0 0 18px;
  font-size: 20px;
  font-weight: 800;
  line-height: 1.45;
}

.accreditation-status__list {
  display: grid;
  gap: 12px;
  margin: 0;
}

.accreditation-status__item {
  display: grid;
  grid-template-columns: minmax(170px, 220px) minmax(0, 1fr);
  gap: 12px;
  align-items: start;
  padding: 14px 16px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.12);
}

.accreditation-status__item dt {
  margin: 0;
  font-size: 18px;
  font-weight: 800;
  color: rgba(255, 255, 255, 0.78);
}

.accreditation-status__item dd {
  margin: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.55;
}

@media (max-width: 768px) {
  .accreditation-card__head,
  .accreditation-card__body {
    padding: 24px 20px;
  }

  .accreditation-block,
  .accreditation-status {
    padding: 20px 18px;
  }

  .accreditation-status__item {
    grid-template-columns: 1fr;
    gap: 6px;
  }
}

/* ----- Leadership Message ----- */
.leadership-message {
  display: grid;
  grid-template-columns: minmax(240px, 320px) minmax(0, 1fr);
  gap: clamp(32px, 4vw, 56px);
  align-items: start;
}

.leadership-message__visual {
  overflow: hidden;
  border-radius: 20px;
  background: #eef3ef;
}

.leadership-message__visual img {
  display: block;
  width: 100%;
  height: auto;
  vertical-align: top;
}

.leadership-message__body {
  padding-top: 8px;
}

.leadership-message__subtitle {
  margin: 0 0 12px;
  font-size: 18px;
  font-weight: 600;
  color: var(--sub-text-muted);
}

.leadership-message__lead {
  margin: 0 0 32px;
  font-family: var(--font-title);
  font-size: clamp(22px, 2.2vw, 29px);
  font-weight: 700;
  line-height: 1.55;
  letter-spacing: -0.025em;
  color: var(--sub-accent);
}

.leadership-message__content {
  display: grid;
  gap: 18px;
}

.leadership-message__content p {
  margin: 0;
  font-size: 20px;
  line-height: 1.85;
  color: var(--sub-text);
}

.leadership-message__closing {
  margin-top: 8px !important;
  font-weight: 600;
  color: #1d2e24 !important;
}

.leadership-message__sign {
  margin-top: 36px;
  padding-top: 28px;
  border-top: 1px solid #e4e9e6;
}

.leadership-message__name {
  margin: 0 0 6px;
  font-family: var(--font-title);
  font-size: 22px;
  font-weight: 800;
  color: #1a1a1a;
}

.leadership-message__role {
  margin: 0;
  font-size: 18px;
  line-height: 1.6;
  color: var(--sub-text-muted);
}

@media (max-width: 900px) {
  .leadership-message {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .leadership-message__visual {
    max-width: 360px;
  }
}

@media (max-width: 768px) {
  .leadership-message__lead {
    font-family: var(--font-title);
    margin-bottom: 24px;
  }

  .leadership-message__content p {
    font-size: 18px;
    line-height: 1.8;
  }

  .leadership-message__sign {
    margin-top: 28px;
    padding-top: 22px;
  }
}

/* ----- Organization Chart ----- */
.org-chart {
  --org-navy: #1f3d5c;
  --org-green: var(--sub-accent, #14703b);
  --org-purple: #5b4d8a;
  --org-orange: #c86a2a;
  --org-gray: #5f6b73;
  --org-line: #c5d0d8;
  font-family: "Pretendard", sans-serif;
}

.org-chart__hierarchy {
  position: relative;
  max-width: 520px;
  margin: 0 auto 64px;
  padding-bottom: 8px;
}

.org-chart__level {
  display: flex;
  justify-content: center;
  gap: 24px;
}

.org-chart__trunk {
  position: absolute;
  top: 80px;
  bottom: 92px;
  left: 50%;
  width: 2px;
  background: var(--org-line);
  transform: translateX(-50%);
}

.org-chart__level--president {
  margin-bottom: 32px;
}

.org-chart__level--direct {
  position: relative;
  flex-direction: column;
  align-items: center;
  gap: 14px;
  margin-bottom: 32px;
}

.org-chart__level--vp {
  position: relative;
}

.org-chart__node {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: min(100%, 280px);
  min-height: 72px;
  padding: 16px 24px;
  border-radius: 14px;
  text-align: center;
  box-shadow: 0 10px 28px rgba(31, 61, 92, 0.08);
}

.org-chart__node-label {
  font-family: var(--font-title);
  font-size: clamp(18px, 2vw, 22px);
  font-weight: 800;
  line-height: 1.35;
}

.org-chart__node--president {
  min-width: min(100%, 320px);
  min-height: 80px;
  color: #ffffff;
  background: linear-gradient(135deg, #123d27, var(--org-green));
}

.org-chart__node--direct {
  width: 100%;
  max-width: 260px;
  color: var(--org-navy);
  background: #f3f7fb;
  border: 1px solid #d8e3ee;
}

.org-chart__node--vp {
  min-width: min(100%, 360px);
  min-height: 76px;
  color: #ffffff;
  background: linear-gradient(135deg, #1a3350, var(--org-navy));
}

.org-chart__sections {
  position: relative;
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 18px;
  align-items: start;
  margin-top: 10px;
  padding-top: 54px;
}

.org-chart__sections::before {
  content: "";
  position: absolute;
  top: 0;
  left: 7%;
  right: 7%;
  height: 2px;
  background: var(--org-line);
}

.org-chart__sections::after {
  content: "";
  position: absolute;
  top: -44px;
  left: 50%;
  width: 2px;
  height: 44px;
  background: var(--org-line);
  transform: translateX(-50%);
}

.org-chart__section {
  --org-head: var(--org-gray);
  position: relative;
  min-width: 0;
}

.org-chart__section::before {
  content: "";
  position: absolute;
  top: -54px;
  left: 50%;
  width: 2px;
  height: 54px;
  background: var(--org-line);
  transform: translateX(-50%);
}

.org-chart__section-head {
  display: block;
  margin-bottom: 14px;
  padding: 14px 10px;
  background: var(--org-head);
  text-align: center;
}

.org-chart__section-icon {
  display: none;
}

.org-chart__section-title {
  font-family: var(--font-title);
  margin: 0;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.35;
  color: #ffffff;
}

.org-chart__section-lead {
  margin: 0 0 12px;
  font-size: 18px;
  font-weight: 700;
  color: var(--org-gray);
}

.org-chart__section--committees {
  --org-head: #9fa9b7;
}

.org-chart__section--graduate {
  --org-head: #cfd5df;
}

.org-chart__section--colleges {
  --org-head: #9fa9b7;
}

.org-chart__section--admin {
  --org-head: #9fa9b7;
}

.org-chart__section--affiliated {
  --org-head: #9fa9b7;
}

.org-chart__section--research {
  --org-head: #9fa9b7;
}

.org-chart__section--projects {
  --org-head: #9fa9b7;
}

.org-chart__tags {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
}

.org-chart__tag {
  padding: 7px 0 7px 12px;
  border: 0;
  border-bottom: 1px solid #edf1f4;
  border-radius: 0;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.45;
  color: #2f3a44;
  background: none;
}

.org-chart__tag::before {
  content: "·";
  margin-right: 6px;
  margin-left: -12px;
  color: #5f6b73;
}

.org-chart__groups {
  display: block;
}

.org-chart__group {
  padding: 0;
  border: 0;
  background: none;
}

.org-chart__group + .org-chart__group {
  margin-top: 20px;
}

.org-chart__group-title {
  font-family: var(--font-title);
  margin: 0 0 10px;
  padding: 8px 10px;
  border-bottom: 0;
  font-size: 18px;
  text-align: center;
  background: #f1f4f8;
  color: #1f2d38;
}

.org-chart__subgroup {
  margin-top: 12px;
}

.org-chart__subgroup + .org-chart__subgroup {
  margin-top: 14px;
}

.org-chart__subgroup-label {
  margin: 0 0 8px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
  color: var(--org-gray);
}

.org-chart__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.org-chart__list li {
  position: relative;
  padding: 7px 0 7px 12px;
  border-bottom: 1px solid #edf1f4;
  font-size: 18px;
  line-height: 1.5;
  color: #2f3a44;
}

.org-chart__list li::before {
  content: "·";
  position: static;
  display: inline-block;
  width: auto;
  height: auto;
  margin-right: 6px;
  margin-left: -12px;
  color: #5f6b73;
  background: none;
}

.org-chart__list li:last-child {
  border-bottom: 0;
}

.org-chart__office-grid {
  display: block;
}

.org-chart__office {
  padding: 0;
  border: 0;
  background: none;
}

.org-chart__office + .org-chart__office {
  margin-top: 16px;
}

.org-chart__office-title {
  font-family: var(--font-title);
  margin: 0 0 8px;
  padding: 8px 10px;
  border-bottom: 0;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.45;
  text-align: center;
  color: #1f2d38;
  background: #f1f4f8;
}

.org-chart__office-teams {
  margin: 0;
  padding: 0;
  list-style: none;
}

.org-chart__office-teams li {
  position: relative;
  padding: 7px 0 7px 12px;
  border-bottom: 1px solid #edf1f4;
  font-size: 18px;
  line-height: 1.45;
  color: #3a4650;
}

.org-chart__office-teams li::before {
  content: "·";
  position: static;
  display: inline-block;
  width: auto;
  height: auto;
  margin-right: 6px;
  margin-left: -12px;
  border-radius: 0;
  background: none;
  color: #5f6b73;
}

.org-chart__project-list {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
}

.org-chart__project {
  padding: 7px 0 7px 12px;
  min-height: 0;
  border-radius: 0;
  border-bottom: 1px solid #edf1f4;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.45;
  text-align: left;
  color: #2f3a44;
  background: none;
}

.org-chart__project::before {
  content: "·";
  margin-right: 6px;
  margin-left: -12px;
  color: #5f6b73;
}

@media (max-width: 1400px) {
  .org-chart__sections {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (max-width: 768px) {
  .org-chart__hierarchy {
    margin-bottom: 48px;
  }

  .org-chart__trunk {
    top: 80px;
    bottom: 92px;
  }

  .org-chart__level--direct {
    gap: 12px;
  }

  .org-chart__node {
    width: 100%;
    max-width: 360px;
  }

  .org-chart__sections {
    grid-template-columns: 1fr;
    gap: 24px;
    padding-top: 0;
  }

  .org-chart__sections::before,
  .org-chart__sections::after,
  .org-chart__section::before {
    display: none;
  }
}

.dept-intro {
    font-size: 17px;
    font-family: "Pretendard", sans-serif;
    color: #1a1a1a;
}

.dept-intro__section + .dept-intro__section {
    margin-top: 56px;
    padding-top: 48px;
    border-top: 1px solid #e5e8eb;
}

.dept-intro__head {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: space-between;
    gap: 16px 24px;
    margin-bottom: 24px;
}

.dept-intro__name {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px 14px;
    margin: 0;
    font-family: var(--font-title);
    font-size: clamp(24px, 2.4vw, 30px);
    font-weight: 800;
    line-height: 1.35;
    color: #1a1a1a;
}

.dept-intro__site {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 12px;
    border: 1px solid var(--sub-accent, #116e37);
    border-radius: 4px;
    font-family: "Pretendard", sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.3;
    color: var(--sub-accent, #116e37);
    text-decoration: none;
    transition: background 0.2s ease, color 0.2s ease;
}

.dept-intro__site:hover,
.dept-intro__site:focus-visible {
    background: var(--sub-accent, #116e37);
    color: #ffffff;
}

.dept-intro__site i {
    font-size: 0.85em;
}

.dept-intro__meta {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 20px;
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 17px;
    line-height: 1.5;
    color: #444444;
}

.dept-intro__meta strong {
    font-weight: 700;
    color: #1a1a1a;
}

.dept-intro__table-wrap {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.dept-intro__table {
    width: 100%;
    min-width: 720px;
    border-collapse: collapse;
    border-top: 2px solid #1a1a1a;
    text-align: center;
}

.dept-intro__table caption {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.dept-intro__table th,
.dept-intro__table td {
    padding: 18px 14px;
    border-bottom: 1px solid #eeeeee;
    border-left: 1px solid #eeeeee;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.5;
    vertical-align: middle;
    word-break: keep-all;
}

.dept-intro__table th:first-child,
.dept-intro__table td:first-child {
    border-left: 0;
}

.dept-intro__table thead th {
    background: #f7f8f9;
    font-weight: 700;
    color: #101009;
}

.dept-intro__table tbody td {
    color: #333333;
}

.dept-intro__table tbody tr:hover td {
    background: #fafbfa;
}

@media (max-width: 768px) {
    .dept-intro__head {
        flex-direction: column;
        align-items: flex-start;
    }

    .dept-intro__meta {
        flex-direction: column;
        gap: 6px;
    }

    .dept-intro__table th,
    .dept-intro__table td {
        padding: 14px 10px;
        font-size: 16px;
    }
}

.directions {
    display: grid;
    grid-template-columns: minmax(280px, 504px) minmax(0, 1fr);
    gap: 40px 48px;
    align-items: start;
    font-size: 17px;
    font-family: "Pretendard", sans-serif;
    color: #1a1a1a;
}

.directions__map {
    width: 100%;
    max-width: 504px;
}

.directions__map-link {
    display: block;
    line-height: 0;
    border: 1px solid #cccccc;
    border-bottom: 0;
}

.directions__map-img {
    display: block;
    width: 100%;
    height: auto;
}

.directions__map-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 7px 11px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 0 0 2px 2px;
    background: #f9f9f9;
}

.directions__map-brand {
    display: inline-flex;
    line-height: 0;
}

.directions__map-enlarge {
    font-size: 14px;
    line-height: 15px;
    color: #000000;
    text-decoration: none;
}

.directions__map-enlarge:hover {
    text-decoration: underline;
}

.directions__section-title {
    margin: 0 0 28px;
    font-family: var(--font-title);
    font-size: clamp(22px, 2.2vw, 28px);
    font-weight: 800;
    line-height: 1.35;
    color: #1a1a1a;
}

.directions__section-title:not(:first-child) {
    margin-top: 48px;
    padding-top: 40px;
    border-top: 2px solid #1a1a1a;
}

.directions__group + .directions__group {
    margin-top: 28px;
    padding-top: 28px;
    border-top: 1px solid #e8ece9;
}

.directions__section-title + .directions__group {
    margin-top: 0;
    padding-top: 0;
    border-top: 0;
}

.directions__time {
    margin: 10px 0 0;
    font-size: 17px;
    font-weight: 700;
    line-height: 1.5;
    color: var(--sub-accent, #116e37);
}

.directions__time + .directions__routes {
    margin-top: 14px;
}

.directions__group-title {
    margin: 0 0 14px;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.45;
    color: #1a1a1a;
    word-break: keep-all;
}

.directions__note {
    display: inline;
    font-size: 17px;
    font-weight: 500;
    color: #666666;
}

.directions__routes,
.directions__bus-lines {
    margin: 0;
    padding: 0;
    list-style: none;
}

.directions__routes li,
.directions__bus-lines li {
    position: relative;
    padding-left: 14px;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.65;
    color: #333333;
    word-break: keep-all;
}

.directions__routes li + li,
.directions__bus-lines li + li {
    margin-top: 10px;
}

.directions__routes li::before,
.directions__bus-lines li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.7em;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: var(--sub-accent, #116e37);
}

.directions__bus-label {
    display: inline-block;
    min-width: 7.5em;
    margin-right: 8px;
    font-weight: 700;
    color: var(--sub-accent, #116e37);
}

.directions__bus-lines + .directions__routes {
    margin-top: 12px;
}

@media (max-width: 1024px) {
    .directions {
        grid-template-columns: 1fr;
        gap: 32px;
    }

    .directions__map {
        max-width: 100%;
        justify-self: center;
    }
}

@media (max-width: 768px) {
    .directions__group-title {
        font-size: 17px;
    }

    .directions__routes li,
    .directions__bus-lines li {
        font-size: 17px;
    }

    .directions__bus-label {
        display: block;
        min-width: 0;
        margin: 0 0 2px;
    }
}

.org-chart.intro_group {
    position: relative;
    isolation: isolate;
    font-family: "Pretendard", sans-serif;
    color: #000;
}

.org-chart.intro_group ol,
.org-chart.intro_group ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.org-chart.intro_group .depth1 > li {
    text-align: center;
    font-size: 0;
    vertical-align: top;
}

.org-chart.intro_group .depth1 > li .name {
    width: 215px;
    min-height: 55px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 8px;
    line-height: 1.35;
    color: #fff;
    font-size: 17px;
    font-weight: 700;
    background-color: #042a59;
    text-align: center;
    position: relative;
    box-sizing: border-box;
    word-break: keep-all;
}

.org-chart.intro_group .depth1 > li .name a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    color: inherit;
    text-decoration: none;
    text-align: center;
    line-height: 1.35;
}

.org-chart.intro_group .depth1 > li .name a .fa-external-link,
.org-chart.intro_group .depth2_list > a .fa-external-link {
    margin-left: 4px;
    font-size: 0.85em;
    font-weight: 400;
}

.org-chart.intro_group .depth1 > li .name.border_set:before {
    content: "";
    display: block;
    position: absolute;
    background-color: #e1e1e1;
    z-index: -1;
}

.org-chart.intro_group .depth1 > li .name.blue {
    background-color: #05548f;
}

.org-chart.intro_group .depth1 > li .name.aqua {
    background-color: #3180b9;
}

.org-chart.intro_group .depth1 > li .name.gray {
    background-color: #a1acb8;
}

.org-chart.intro_group .depth1 > li .name.gray2 {
    background-color: #eceef5;
    color: #000;
    font-size: 17px;
}

.org-chart.intro_group .line4 > .depth2 > .border_line3 > .name.gray {
    width: 100%;
    font-size: 17px;
}

.org-chart.intro_group .depth1 > li.line2 {
    margin-top: 50px;
}

.org-chart.intro_group .depth1 > li.line2 .depth2 > li {
    display: inline-block;
    width: auto;
    float: none;
    padding: 0 10px;
}

.org-chart.intro_group .depth1 > li.line2 .depth2 > li .name {
    width: 280px;
}

.org-chart.intro_group .depth1 > li.line3 {
    position: relative;
    margin-top: 50px;
}

.org-chart.intro_group .depth1 > li.line4 {
    position: relative;
    margin-top: 50px;
}

.org-chart.intro_group .depth1 > li.line4:before {
    position: absolute;
    left: 7%;
    top: -25px;
    right: 7%;
    height: 1px;
    background-color: #e1e1e1;
    content: "";
}

.org-chart.intro_group .depth2 {
    width: 100%;
    font-size: 0;
    position: relative;
}

.org-chart.intro_group .depth2:after {
    content: "";
    display: block;
    clear: both;
}

.org-chart.intro_group .line4 > .depth2 > li {
    display: block;
    float: left;
    width: 14.28%;
    vertical-align: top;
    padding: 0 8px;
    box-sizing: border-box;
}

.org-chart.intro_group .depth2 li .name {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.org-chart.intro_group .depth2 li > ol {
    font-size: 0;
}

.org-chart.intro_group .depth2 li > ol > li {
    width: 100% !important;
    padding: 0;
    float: none;
    text-align: left;
    vertical-align: top;
}

.org-chart.intro_group .depth2 li > ol > li .name {
    margin-top: 15px;
}

.org-chart.intro_group .depth2_list {
    width: 100%;
    height: auto;
    min-height: 55px;
    box-sizing: border-box;
    border: 1px solid #eceef5;
    padding: 20px;
    background: #fff;
}

.org-chart.intro_group .depth2_list > span,
.org-chart.intro_group .depth2_list > a {
    font-size: 16px;
    font-weight: 300;
    color: #000;
    position: relative;
    padding-left: 11px;
    display: block;
    line-height: 1.35;
    text-align: left;
    text-decoration: none;
    word-break: keep-all;
}

.org-chart.intro_group .depth2_list > a:hover {
    color: #05548f;
}

.org-chart.intro_group .depth2_list > span:nth-child(n+2),
.org-chart.intro_group .depth2_list > a:nth-child(n+2) {
    margin-top: 12px;
}

.org-chart.intro_group .depth2_list > span:before,
.org-chart.intro_group .depth2_list > a:before {
    content: "";
    display: block;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background-color: #115c94;
    position: absolute;
    left: 0;
    top: 7px;
}

.org-chart.intro_group .depth2_list > span.sub,
.org-chart.intro_group .depth2_list > a.sub {
    margin-top: 8px !important;
}

.org-chart.intro_group .depth2_list > span.sub:before,
.org-chart.intro_group .depth2_list > a.sub:before {
    display: none;
}

.org-chart.intro_group .border_line1 .name:before {
    left: 50%;
    top: 0;
    width: 1px;
    height: 320px;
    transform: translateX(-50%);
}

.org-chart.intro_group .border_line3 .name:before {
    height: 25px;
    width: 1px;
    top: -25px;
    left: 50%;
    transform: translateX(-50%);
}

.org-chart.intro_group .name.gray2 a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    color: inherit;
    text-decoration: none;
    text-align: center;
    line-height: 1.35;
}

@media all and (max-width: 1400px) {
    .org-chart.intro_group .line4 > .depth2 > li {
        padding: 0 5px;
    }

    .org-chart.intro_group .depth2_list {
        padding: 14px 12px;
    }

    .org-chart.intro_group .depth2_list > span,
    .org-chart.intro_group .depth2_list > a {
        font-size: 13px;
    }
}

@media all and (max-width: 1240px) {
    .org-chart.intro_group .line4 > .depth2 > li {
        width: 33.33%;
        margin-top: 20px;
        padding: 0 8px;
    }

    .org-chart.intro_group .depth1 > li.line4:before,
    .org-chart.intro_group .border_line1 .name:before,
    .org-chart.intro_group .border_line3 .name:before {
        display: none;
    }
}

@media all and (max-width: 768px) {
    .org-chart.intro_group .depth1 > li .name {
        width: 100%;
        max-width: 100%;
        height: auto;
        min-height: 45px;
        padding: 10px 12px;
        font-size: 14px;
        line-height: 1.35;
        white-space: normal;
    }

    .org-chart.intro_group .depth1 > li .name:before {
        display: none !important;
    }

    .org-chart.intro_group .depth1 > li.line2,
    .org-chart.intro_group .depth1 > li.line3,
    .org-chart.intro_group .depth1 > li.line4 {
        margin-top: 15px;
    }

    .org-chart.intro_group .depth1 > li.line2 .depth2 > li {
        width: 100%;
        padding: 0;
        margin-top: 10px;
    }

    .org-chart.intro_group .depth1 > li.line2 .depth2 > li .name {
        width: 100%;
    }

    .org-chart.intro_group .depth1 > li.line4:before {
        display: none;
    }

    .org-chart.intro_group .line4 > .depth2 > li {
        width: 50% !important;
        margin-top: 15px;
        padding: 0 5px;
    }

    .org-chart.intro_group .depth2 li > ol > li {
        margin-top: 0;
    }

    .org-chart.intro_group .depth2 li > ol > li .name {
        margin-top: 10px;
    }

    .org-chart.intro_group .depth2_list {
        padding: 10px;
    }

    .org-chart.intro_group .depth2_list > a,
    .org-chart.intro_group .depth2_list > span {
        font-size: 13px;
    }
}

@media all and (max-width: 480px) {
    .org-chart.intro_group .line4 > .depth2 > li {
        width: 100% !important;
    }
}

.campus-tel {
    font-size: 17px;
    font-family: "Pretendard", sans-serif;
    color: #1a1a1a;
}

.campus-tel__section + .campus-tel__section {
    margin-top: 48px;
}

.campus-tel__title {
    margin: 0 0 18px;
    font-family: var(--font-title);
    font-size: clamp(22px, 2.2vw, 28px);
    font-weight: 800;
    line-height: 1.35;
    color: #1a1a1a;
}

.campus-tel__table-wrap {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.campus-tel__table {
    width: 100%;
    min-width: 520px;
    border-collapse: collapse;
    border-top: 2px solid #1a1a1a;
    text-align: left;
}

.campus-tel__table caption {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.campus-tel__table th,
.campus-tel__table td {
    padding: 16px 18px;
    border-bottom: 1px solid #eeeeee;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.5;
    vertical-align: middle;
    word-break: keep-all;
}

.campus-tel__table thead th {
    background: #f7f8f9;
    font-weight: 700;
    color: #101009;
    text-align: left;
}

.campus-tel__table tbody td {
    color: #333333;
}

.campus-tel__table tbody td:last-child {
    width: 28%;
    white-space: nowrap;
    font-variant-numeric: tabular-nums;
    color: #1a1a1a;
}

.campus-tel__table tbody tr:hover td {
    background: #fafbfa;
}

@media (max-width: 768px) {
    .campus-tel__section + .campus-tel__section {
        margin-top: 36px;
    }

    .campus-tel__table th,
    .campus-tel__table td {
        padding: 14px 12px;
        font-size: 16px;
    }

    .campus-tel__table tbody td:last-child {
        width: auto;
        white-space: normal;
    }
}

.stay-mgmt__subtitle {
    margin: -12px 0 28px;
    font-family: "Pretendard", sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.45;
    color: #555555;
}

.stay-mgmt {
    font-size: 17px;
    font-family: "Pretendard", sans-serif;
    color: #1a1a1a;
}

.stay-mgmt__list {
    margin: 0;
    padding: 0;
    list-style: none;
    border-top: 2px solid #1a1a1a;
}

.stay-mgmt__item {
    display: grid;
    grid-template-columns: minmax(220px, 34%) minmax(0, 1fr);
    gap: 0;
    border-bottom: 1px solid #eeeeee;
}

.stay-mgmt__category,
.stay-mgmt__docs-wrap {
    padding: 22px 24px;
}

.stay-mgmt__category {
    background: #fafbfa;
    border-right: 1px solid #eeeeee;
}

.stay-mgmt__label {
    display: none;
    margin-bottom: 8px;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #888888;
}

.stay-mgmt__name {
    display: block;
    font-size: 17px;
    font-weight: 700;
    line-height: 1.5;
    color: #1a1a1a;
    word-break: keep-all;
}

.stay-mgmt__cat-note {
    display: block;
    margin-top: 6px;
    font-size: 15px;
    font-weight: 500;
    color: #666666;
}

.stay-mgmt__docs {
    margin: 0;
    padding: 0;
    list-style: none;
}

.stay-mgmt__docs li {
    position: relative;
    padding-left: 12px;
    font-size: 17px;
    line-height: 1.55;
    color: #333333;
    word-break: keep-all;
}

.stay-mgmt__docs li + li {
    margin-top: 8px;
}

.stay-mgmt__docs li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.65em;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: var(--sub-accent, #116e37);
}

.stay-mgmt__docs-note {
    color: #666666 !important;
}

.stay-mgmt__docs-note::before {
    display: none !important;
}

.stay-mgmt__asterisk {
    margin: 12px 0 0;
    font-size: 16px;
    line-height: 1.55;
    color: #666666;
}

@media (max-width: 900px) {
    .stay-mgmt__item {
        grid-template-columns: 1fr;
    }

    .stay-mgmt__category {
        border-right: 0;
        border-bottom: 1px solid #eeeeee;
        padding-bottom: 14px;
    }

    .stay-mgmt__docs-wrap {
        padding-top: 14px;
    }

    .stay-mgmt__label {
        display: block;
    }
}

@media (max-width: 768px) {
    .stay-mgmt__subtitle {
        margin-top: -8px;
        font-size: 17px;
    }

    .stay-mgmt__category,
    .stay-mgmt__docs-wrap {
        padding: 16px;
    }

    .stay-mgmt__name {
        font-size: 17px;
    }

    .stay-mgmt__docs li {
        font-size: 16px;
    }
}

.part-time {
    font-size: 17px;
    font-family: "Pretendard", sans-serif;
    color: #1a1a1a;
}

.part-time__list {
    margin: 0;
    padding: 0;
    list-style: none;
    border-top: 2px solid #1a1a1a;
}

.part-time__item {
    border-bottom: 1px solid #eeeeee;
}

.part-time__item + .part-time__item {
    margin-top: 0;
}

.part-time__head {
    display: grid;
    grid-template-columns: minmax(0, 1.4fr) minmax(0, 1fr);
    gap: 16px 24px;
    padding: 20px 24px;
    background: #fafbfa;
    border-bottom: 1px solid #eeeeee;
}

.part-time__category,
.part-time__program {
    margin: 0;
}

.part-time__label {
    display: block;
    margin-bottom: 6px;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #888888;
}

.part-time__category strong,
.part-time__program strong {
    display: block;
    font-size: 17px;
    font-weight: 700;
    line-height: 1.45;
    color: #1a1a1a;
    word-break: keep-all;
}

.part-time__body {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 0;
}

.part-time__body:not(:has(.part-time__remarks)) {
    grid-template-columns: 1fr;
}

.part-time__conditions,
.part-time__remarks {
    padding: 22px 24px;
}

.part-time__conditions {
    border-right: 1px solid #eeeeee;
}

.part-time__body:not(:has(.part-time__remarks)) .part-time__conditions {
    border-right: 0;
}

.part-time__cond-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.part-time__cond-list > li + li {
    margin-top: 18px;
    padding-top: 18px;
    border-top: 1px dashed #e5e8eb;
}

.part-time__cond-title {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
    margin: 0 0 10px;
    font-size: 17px;
    font-weight: 600;
    line-height: 1.5;
    color: #1a1a1a;
    word-break: keep-all;
}

.part-time__badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 64px;
    padding: 3px 8px;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.3;
}

.part-time__badge--ok {
    color: #116e37;
    background: #e8f4ec;
}

.part-time__badge--no {
    color: #b42318;
    background: #fdecea;
}

.part-time__detail {
    margin: 0;
    padding: 0;
    list-style: none;
}

.part-time__detail li {
    position: relative;
    padding-left: 12px;
    font-size: 17px;
    line-height: 1.6;
    color: #333333;
    word-break: keep-all;
}

.part-time__detail li + li {
    margin-top: 6px;
}

.part-time__detail li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.7em;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: var(--sub-accent, #116e37);
}

.part-time__remarks-body {
    font-size: 17px;
    line-height: 1.65;
    color: #333333;
    word-break: keep-all;
}

.part-time__remarks-body p {
    margin: 0;
}

.part-time__remarks-body p + p,
.part-time__remarks-body p + .part-time__detail {
    margin-top: 12px;
}

.part-time__remarks-body strong {
    font-weight: 700;
    color: #1a1a1a;
}

@media (max-width: 1024px) {
    .part-time__body {
        grid-template-columns: 1fr;
    }

    .part-time__conditions {
        border-right: 0;
        border-bottom: 1px solid #eeeeee;
    }

    .part-time__body:not(:has(.part-time__remarks)) .part-time__conditions {
        border-bottom: 0;
    }
}

@media (max-width: 768px) {
    .part-time__head {
        grid-template-columns: 1fr;
        gap: 14px;
        padding: 16px;
    }

    .part-time__conditions,
    .part-time__remarks {
        padding: 16px;
    }

    .part-time__category strong,
    .part-time__program strong {
        font-size: 17px;
    }

    .part-time__cond-title,
    .part-time__detail li,
    .part-time__remarks-body {
        font-size: 16px;
    }
}

.dorm {
    font-size: 17px;
    font-family: "Pretendard", sans-serif;
    color: #1a1a1a;
}

.dorm__meta {
    display: grid;
    gap: 10px;
    margin: 0 0 28px;
    padding: 22px 24px;
    list-style: none;
    background: #f7f8f9;
    border: 1px solid #e5e8eb;
}

.dorm__meta li {
    font-size: 17px;
    line-height: 1.55;
    color: #333333;
    word-break: keep-all;
}

.dorm__meta strong {
    margin-right: 6px;
    font-weight: 700;
    color: #1a1a1a;
}

.dorm__meta a {
    color: var(--sub-accent, #116e37);
    text-decoration: none;
}

.dorm__meta a:hover {
    text-decoration: underline;
}

.dorm__meta a i {
    margin-left: 4px;
    font-size: 0.85em;
}

.dorm__lead {
    margin: 0 0 40px;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.75;
    color: #333333;
    word-break: keep-all;
}

.dorm__gallery {
    display: grid;
    gap: 36px;
    margin: 0 0 48px;
}

.dorm__gallery-item {
    margin: 0;
}

.dorm__gallery-title {
    margin: 0 0 14px;
    font-family: var(--font-title);
    font-size: 22px;
    font-weight: 800;
    line-height: 1.35;
    color: #1a1a1a;
}

.dorm__gallery-imgs {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.dorm__gallery-imgs--single {
    grid-template-columns: minmax(0, 1fr);
    max-width: 640px;
}

.dorm__gallery-imgs img {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 10;
    object-fit: cover;
    background: #eef1ef;
}

.dorm__block + .dorm__block {
    margin-top: 40px;
    padding-top: 36px;
    border-top: 1px solid #e8ece9;
}

.dorm__block-title {
    margin: 0 0 16px;
    font-family: var(--font-title);
    font-size: clamp(22px, 2.2vw, 28px);
    font-weight: 800;
    line-height: 1.35;
    color: #1a1a1a;
}

.dorm__olist,
.dorm__list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.dorm__olist {
    counter-reset: dorm-item;
}

.dorm__olist li,
.dorm__list li {
    position: relative;
    padding-left: 22px;
    font-size: 17px;
    line-height: 1.7;
    color: #333333;
    word-break: keep-all;
}

.dorm__olist li + li,
.dorm__list li + li {
    margin-top: 10px;
}

.dorm__olist li {
    counter-increment: dorm-item;
}

.dorm__olist li::before {
    content: counter(dorm-item) ".";
    position: absolute;
    left: 0;
    top: 0;
    font-weight: 700;
    color: var(--sub-accent, #116e37);
}

.dorm__list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.7em;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: var(--sub-accent, #116e37);
}

.dorm__list strong {
    font-weight: 700;
    color: #1a1a1a;
}

.dorm__rules {
    display: grid;
    gap: 10px;
    margin: 18px 0 0;
    padding: 0;
    list-style: none;
}

.dorm__rules li {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    font-size: 17px;
    line-height: 1.55;
    color: #333333;
}

.dorm__rule {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 88px;
    padding: 4px 10px;
    border-radius: 4px;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.3;
}

.dorm__rule--ok {
    color: #116e37;
    background: #e8f4ec;
}

.dorm__rule--no {
    color: #b42318;
    background: #fdecea;
}

.dorm__table-wrap {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.dorm__table {
    width: 100%;
    min-width: 560px;
    border-collapse: collapse;
    border-top: 2px solid #1a1a1a;
    text-align: left;
}

.dorm__table caption {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.dorm__table th,
.dorm__table td {
    padding: 16px 18px;
    border-bottom: 1px solid #eeeeee;
    font-size: 17px;
    line-height: 1.5;
    vertical-align: middle;
    word-break: keep-all;
}

.dorm__table thead th {
    background: #f7f8f9;
    font-weight: 700;
    color: #101009;
}

.dorm__table tbody td {
    color: #333333;
}

.dorm__table tbody tr:hover td {
    background: #fafbfa;
}

.dorm__note {
    margin: 14px 0 0;
    font-size: 16px;
    line-height: 1.6;
    color: #666666;
}

@media (max-width: 768px) {
    .dorm__meta {
        padding: 18px 16px;
    }

    .dorm__gallery-imgs {
        grid-template-columns: 1fr;
    }

    .dorm__gallery-imgs--single {
        max-width: none;
    }

    .dorm__table th,
    .dorm__table td {
        padding: 14px 12px;
        font-size: 16px;
    }
}

.adm {
    font-size: 17px;
    font-family: "Pretendard", sans-serif;
    color: #1a1a1a;
}

.adm__toc {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 0 0 40px;
    padding: 0;
}

.adm__toc a {
    display: inline-flex;
    align-items: center;
    min-height: 42px;
    padding: 8px 16px;
    border: 1px solid #e5e8eb;
    background: #f7f8f9;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.4;
    color: #1a1a1a;
    text-decoration: none;
    transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.adm__toc a:hover,
.adm__toc a:focus-visible {
    border-color: var(--sub-accent, #116e37);
    background: #eef6f1;
    color: var(--sub-accent, #116e37);
}

.adm__block + .adm__block {
    margin-top: 64px;
    padding-top: 48px;
    border-top: 1px solid #e5e8eb;
}

.adm__block-title {
    margin: 0 0 28px;
    font-family: var(--font-title);
    font-size: clamp(24px, 2.4vw, 32px);
    font-weight: 800;
    line-height: 1.35;
    color: #1a1a1a;
}

.adm__section + .adm__section {
    margin-top: 36px;
}

.adm__section-title {
    margin: 0 0 16px;
    font-family: var(--font-title);
    font-size: clamp(20px, 2vw, 24px);
    font-weight: 800;
    line-height: 1.4;
    color: #1a1a1a;
}

.adm__subhead {
    margin: 20px 0 12px;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.45;
    color: #1a1a1a;
}

.adm__text {
    margin: 0;
    font-size: 17px;
    line-height: 1.65;
    color: #333333;
    word-break: keep-all;
}

.adm__notes {
    margin: 16px 0 0;
    padding: 0;
    list-style: none;
}

.adm__notes li {
    position: relative;
    padding-left: 18px;
    font-size: 16px;
    line-height: 1.6;
    color: #555555;
    word-break: keep-all;
}

.adm__notes li + li {
    margin-top: 8px;
}

.adm__notes li::before {
    content: "※";
    position: absolute;
    left: 0;
    top: 0;
    color: #888888;
}

.adm__steps {
    margin: 0;
    padding: 0 0 0 22px;
}

.adm__steps li {
    font-size: 17px;
    line-height: 1.6;
    color: #333333;
    word-break: keep-all;
}

.adm__steps li + li {
    margin-top: 8px;
}

.adm__ordered {
    margin: 0;
    padding: 0 0 0 22px;
}

.adm__ordered > li + li {
    margin-top: 12px;
}

.adm__ordered li {
    font-size: 17px;
    line-height: 1.6;
    color: #333333;
    word-break: keep-all;
}

.adm__cell-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.adm__cell-list--block {
    margin-bottom: 8px;
}

.adm__cell-list > li {
    position: relative;
    padding-left: 12px;
    font-size: 16px;
    line-height: 1.6;
    color: #333333;
    word-break: keep-all;
}

.adm__cell-list > li + li {
    margin-top: 6px;
}

.adm__cell-list > li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.7em;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: var(--sub-accent, #116e37);
}

.adm__cell-list ul {
    margin: 8px 0 0;
    padding: 0 0 0 14px;
    list-style: disc;
}

.adm__cell-list ul li {
    font-size: 15px;
    line-height: 1.55;
    color: #444444;
}

.adm__roman {
    margin: 8px 0 0;
    padding: 0 0 0 22px;
    list-style: lower-roman;
}

.adm__roman li {
    font-size: 15px;
    line-height: 1.55;
    color: #444444;
}

.adm__roman li + li {
    margin-top: 6px;
}

.adm__table-wrap {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.adm__table {
    width: 100%;
    border-collapse: collapse;
    border-top: 2px solid #1a1a1a;
    text-align: left;
}

.adm__table caption {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.adm__table th,
.adm__table td {
    padding: 16px 18px;
    border-bottom: 1px solid #eeeeee;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.55;
    vertical-align: top;
    word-break: keep-all;
    color: #333333;
}

.adm__table thead th {
    background: #f7f8f9;
    font-weight: 700;
    color: #101009;
    vertical-align: middle;
}

.adm__table tbody th {
    width: 28%;
    background: #fafbfa;
    font-weight: 700;
    color: #1a1a1a;
    border-right: 1px solid #eeeeee;
}

.adm__table tbody tr:hover td,
.adm__table tbody tr:hover th {
    background: #fafbfa;
}

.adm__table--schedule {
    min-width: 860px;
}

.adm__table--docs {
    min-width: 920px;
}

.adm__table--docs thead th:nth-child(1),
.adm__table--docs tbody td:nth-child(1) {
    width: 56px;
    text-align: center;
    white-space: nowrap;
}

.adm__table--docs thead th:nth-child(2),
.adm__table--docs tbody td:nth-child(2) {
    min-width: 220px;
}

.adm__table--eligibility {
    min-width: 720px;
}

.adm__table--units {
    min-width: 980px;
}

.adm__table--grad-units {
    min-width: 980px;
}

.adm__row--vacation td {
    background: #fafbfa;
    color: #666666;
}

.adm__num {
    text-align: center;
    white-space: nowrap;
    font-variant-numeric: tabular-nums;
}

.adm__mark-cell {
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
}

.adm__mark {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 28px;
    font-size: 18px;
    font-weight: 700;
    color: var(--sub-accent, #116e37);
}

.adm__mark--optional {
    color: #c47a12;
}

.adm a {
    color: var(--sub-accent, #116e37);
    word-break: break-all;
}

.adm a:hover,
.adm a:focus-visible {
    text-decoration: underline;
}

@media (max-width: 768px) {
    .adm__toc a {
        width: 100%;
        justify-content: center;
        font-size: 15px;
    }

    .adm__block + .adm__block {
        margin-top: 48px;
        padding-top: 36px;
    }

    .adm__section + .adm__section {
        margin-top: 28px;
    }

    .adm__table th,
    .adm__table td {
        padding: 14px 12px;
        font-size: 15px;
    }

    .adm__text,
    .adm__steps li,
    .adm__ordered li {
        font-size: 16px;
    }

    .adm__cell-list > li,
    .adm__notes li {
        font-size: 15px;
    }
}

/* ----- Admission Guidelines / Application Forms ----- */
.adm-files {
    font-family: "Pretendard", sans-serif;
    color: #1a1a1a;
}

.adm-files__section + .adm-files__section {
    margin-top: 40px;
}

.adm-files__title {
    margin: 0 0 16px;
    font-family: var(--font-title);
    font-size: clamp(20px, 2vw, 24px);
    font-weight: 800;
    line-height: 1.4;
    color: #1a1a1a;
}

.adm-files__list {
    margin: 0;
    padding: 0;
    list-style: none;
    border-top: 2px solid #1a1a1a;
}

.adm-files__list li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 18px 4px;
    border-bottom: 1px solid #eeeeee;
}

.adm-files__name {
    font-size: 17px;
    font-weight: 600;
    line-height: 1.5;
    color: #1a1a1a;
    word-break: keep-all;
}

.adm-files__lang {
    font-weight: 500;
    color: #666666;
}

.adm-files__download {
    display: inline-flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 40px;
    padding: 0 16px;
    font-size: 16px;
    font-weight: 700;
    color: #ffffff;
    background: #193953;
    text-decoration: none;
    transition: background 0.2s ease;
}

.adm-files__download:hover,
.adm-files__download:focus-visible {
    background: var(--sub-accent, #116e37);
}

.adm-files__download i {
    font-size: 16px;
}

@media (max-width: 640px) {
    .adm-files__list li {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
        padding: 16px 0;
    }

    .adm-files__download {
        width: 100%;
    }
}

.adm__block-title-sub {
    display: block;
    margin-top: 6px;
    font-size: 0.72em;
    font-weight: 700;
    color: #555555;
}

.schol__letter-list {
    margin: 0;
    padding: 0;
    list-style: none;
    counter-reset: schol-letter;
}

.schol__letter-list > li {
    position: relative;
    padding-left: 28px;
    font-size: 17px;
    line-height: 1.65;
    color: #333333;
    word-break: keep-all;
    counter-increment: schol-letter;
}

.schol__letter-list > li + li {
    margin-top: 14px;
}

.schol__letter-list > li::before {
    content: counter(schol-letter, upper-alpha) ".";
    position: absolute;
    left: 0;
    top: 0;
    font-weight: 700;
    color: #1a1a1a;
}

.schol__table {
    min-width: 920px;
}

.schol__circled {
    margin: 12px 0 0;
    padding: 0;
    list-style: none;
    counter-reset: schol-circled;
}

.schol__circled > li {
    position: relative;
    padding-left: 28px;
    margin-top: 10px;
    font-size: 16px;
    line-height: 1.6;
    color: #333333;
    word-break: keep-all;
    counter-increment: schol-circled;
}

.schol__circled > li::before {
    content: counter(schol-circled, circled-decimal);
    position: absolute;
    left: 0;
    top: 0;
    font-weight: 700;
    color: #1a1a1a;
}

@supports not (counter(schol-circled, circled-decimal)) {
    .schol__circled > li::before {
        content: counter(schol-circled) ".";
    }
}

.schol__amount-list {
    margin: 14px 0 0;
    padding: 0;
    list-style: none;
}

.schol__amount-list > li {
    position: relative;
    padding-left: 14px;
    font-size: 16px;
    line-height: 1.6;
    color: #333333;
    word-break: keep-all;
}

.schol__amount-list > li + li {
    margin-top: 8px;
}

.schol__amount-list > li::before {
    content: "■";
    position: absolute;
    left: 0;
    top: 0;
    font-size: 12px;
    line-height: 1.8;
    color: var(--sub-accent, #116e37);
}

.schol-list {
    display: grid;
    gap: 20px;
}

.schol-item {
    border: 1px solid #e5e8eb;
    background: #ffffff;
}

.schol-item__title {
    margin: 0;
    padding: 16px 20px;
    background: #f7f8f9;
    border-bottom: 1px solid #e5e8eb;
    font-family: var(--font-title);
    font-size: clamp(18px, 1.8vw, 22px);
    font-weight: 800;
    line-height: 1.4;
    color: #1a1a1a;
}

.schol-item__title span {
    display: block;
    margin-top: 4px;
    font-size: 0.82em;
    font-weight: 700;
    color: #555555;
}

.schol-item__dl {
    margin: 0;
    padding: 8px 0;
}

.schol-item__dl > div {
    display: grid;
    grid-template-columns: minmax(180px, 28%) minmax(0, 1fr);
    gap: 0;
    border-bottom: 1px solid #eeeeee;
}

.schol-item__dl > div:last-child {
    border-bottom: 0;
}

.schol-item__dl dt,
.schol-item__dl dd {
    margin: 0;
    padding: 16px 20px;
    font-size: 16px;
    line-height: 1.6;
    word-break: keep-all;
}

.schol-item__dl dt {
    background: #fafbfa;
    border-right: 1px solid #eeeeee;
    font-weight: 700;
    color: #1a1a1a;
}

.schol-item__dl dd {
    color: #333333;
}

.schol-item__dl dd p {
    margin: 0;
}

.schol-item__dl dd p + p,
.schol-item__dl dd p + .schol__circled,
.schol-item__dl dd p + .schol__amount-list,
.schol-item__dl dd p + .adm__cell-list,
.schol-item__dl dd p + .adm__notes {
    margin-top: 12px;
}

.schol-item__group {
    padding: 18px 20px;
    border-top: 1px solid #eeeeee;
}

.schol-item__group:first-of-type {
    border-top: 0;
}

.schol-item__subtitle {
    margin: 0 0 12px;
    font-size: 17px;
    font-weight: 700;
    line-height: 1.45;
    color: #1a1a1a;
}

.schol-item__label {
    margin: 16px 0 8px;
    font-size: 16px;
    line-height: 1.5;
    color: #1a1a1a;
}

.schol-item__group .adm__text,
.schol-item__group .adm__notes {
    margin-top: 12px;
}

.schol-appendix {
    margin: 0;
    padding: 18px 20px 20px;
    border-top: 1px dashed #e5e8eb;
    background: #fafbfa;
}

.schol-appendix__title {
    margin: 0 0 12px;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.45;
    color: #1a1a1a;
}

.schol-appendix .adm__notes {
    margin-top: 12px;
}

@media (max-width: 768px) {
    .schol__letter-list > li,
    .schol-item__dl dt,
    .schol-item__dl dd,
    .schol-item__subtitle {
        font-size: 16px;
    }

    .schol-item__dl > div {
        grid-template-columns: 1fr;
    }

    .schol-item__dl dt {
        border-right: 0;
        border-bottom: 1px solid #eeeeee;
        padding-bottom: 10px;
    }

    .schol-item__dl dd {
        padding-top: 10px;
    }

    .schol-item__title,
    .schol-item__dl dt,
    .schol-item__dl dd,
    .schol-item__group,
    .schol-appendix {
        padding-left: 16px;
        padding-right: 16px;
    }
}
