@charset "utf-8";
@import url(../../../css/font.notoSansKr.css);

:root {
  --font-sans: "Pretendard", sans-serif;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

/* 공통 */
*{
  box-sizing: border-box; /* 오페라(Opera) */
  -moz-box-sizing: border-box; /* 파이어폭스(Firefox)*/
  -webkit-box-sizing: border-box; /* 웹킷(Webkit) & 크롬(Chrome)*/
}
input[type="submit"] { font-family:'Font Awesome 5 Pro'}
body {margin:0;padding:0;background-color:#fff; font-family: "s-core-dream-medium", sans-serif !important; /*font-family: "Noto Sans KR", sans-serif;*/ letter-spacing: -0.07em;}
hr {display:none;clear:both;}
img {border:0 none;}
h1,h2,h3,h4,h5,dl,dt,dd,ul,li,ol,th,td,p,blockquote,form {margin:0;padding:0;}
table {border-collapse:collapse;border:0 none; }
table th, table td {vertical-align: middle !important; text-align: center;}
form, p {margin: 0px;}
button {margin:0;padding:0;border:0 none;background:transparent;cursor:pointer;}
button::-moz-focus-inner {padding:0;border:0;}
ul, li, ol, dt, dd { list-style: none;}
body,table,th,td,input,select,textarea,div {
  font-size: 12px;
  font-style: normal;
  line-height:18px;
  margin:0;
  word-spacing:-1pt;
  word-break:break-all;
}


a{text-decoration:none; color:#333;}
a:hover{text-decoration:none}







/* * */
.mt50 { margin-top: 50px !important;}
.mb50 { margin-bottom: 50px !important;}

.mt80 { margin-top: 80px !important;}
.mb80 { margin-bottom: 80px !important;}

.mt100 { margin-top: 100px !important;}
.mb100 { margin-bottom: 100px !important;}

.mt150 { margin-top: 150px !important;}
.mb150 { margin-bottom: 150px !important;}

.mt190 { margin-top: 190px !important;}
.mb190 { margin-bottom: 190px !important;}

.mt200 { margin-top: 200px !important;}
.mb200 { margin-bottom: 200px !important;}

.pt50  { padding-top: 50px !important;}
.pb50  { padding-bottom: 50px !important;}
.pt80  { padding-top: 80px !important;}
.pb80  { padding-bottom: 80px !important;}
.pt100 { padding-top: 100px !important;}
.pb100 { padding-bottom: 100px !important;}
.pt150 { padding-top: 150px !important;}
.pb150 { padding-bottom: 150px !important;}
.pt190 { padding-top: 190px !important;}
.pb190 { padding-bottom: 190px !important;}
.pt200 { padding-top: 200px !important;}
.pb200 { padding-bottom: 200px !important;}

/* page layout */
body {
  color: #222;
  background: #fff;
  font-family: "Noto Sans KR", sans-serif !important;
  letter-spacing: -0.02em;
}

.page {
  width: 100%;
  max-width: 100%;
}

.section-shell {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 24px;
}

@media (max-width: 1240px) {
  .section-shell {
    padding: 0 var(--header-bar-padding, 32px);
  }
}

@media (max-width: 768px) {
  .section-shell {
    padding: 0 16px;
  }
}

.section-title {
  font-size: 42px;
  line-height: 1.2;
  text-align: center;
  font-weight: 700;
  margin-bottom: 30px;
  padding-top: 28px;
  position: relative;
}
.section-title::before {
  content: '';
  width:100px;
  height:4px;
  background-color: #212d59;
  margin-bottom: 10px;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: -20px;
}

/* hero */
.hero {
  margin-top: 0;
  height: 360px;
  border-radius: 0;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background:
          linear-gradient(to bottom, rgba(20, 26, 58, 0.2), rgba(20, 26, 58, 0.55)),
          url('../img/it_bg.jpg') center /cover no-repeat;
}

.section-shell-01 {
  max-width: 100%;
  margin: 0 auto;
  padding: 0;
}

.hero-overlay {
  text-align: center;
  color: #fff;
}

.hero-caption {
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 10px;
  color: #fff;
}

.hero h1 {
  font-size: 56px;
  font-weight: 700;
  line-height: 1.15;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.35);
}

/* introduce */
.introduce {
  padding-top: 80px;
  padding-bottom: 80px;
  background: #fff;
}

.mini-banner {
  height: 250px;
  border-radius: 4px;
  margin-bottom: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #3ba2ff;
  font-weight: 700;
  font-size: 30px;
  background:
          linear-gradient(to right, rgba(21, 29, 71, 0.6), rgba(18, 22, 50, 0.77)),
          url("../img/beauty_text_bg.jpg") center/cover no-repeat;
}

.content-block {
  margin-bottom: 30px;
}

.content-block h3 {
  font-size: 30px;
  line-height: 1.3;
  margin-bottom: 14px;
}

.content-block p {
  font-size: 18px;
  line-height: 1.8;
  color: #666;
}

.aim-list li {
  position: relative;
  font-size: 18px;
  line-height: 1.8;
  color: #666;
  padding-left: 28px;
  margin-bottom: 8px;
}

.aim-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #24a7ff;
  box-shadow: inset 0 0 0 4px #dff3ff;
}

/* notice */
.main-notice-section {
  max-width: none;
  width: 100%;
  padding-top: 80px;
  padding-bottom: 80px;
  background: #f5f5f5;
  box-sizing: border-box;
}

.main-notice-section .section-title,
.main-notice-section .main-notice-board {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}

.main-notice-section .section-title {
  margin-bottom: 36px;
}

.notice-section {
  padding-top: 80px;
  padding-bottom: 80px;
  background: #fff;
}

.notice-section .section-title {
  margin-bottom: 36px;
}

.main-notice-board__tab-bar, .notice-board__tab-bar {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 16px;
  margin-bottom: 36px;
}

.main-notice-board__tabs, .notice-board__tabs {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}

.main-notice-board__tab, .notice-board__tab {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 0 30px;
  border: none;
  border-radius: 999px;
  background: #f3f3f3;
  color: #242424;
  font-family: "Noto Sans KR", sans-serif;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: -0.02em;
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease;
}

.main-notice-board__tab {
  background: #ffffff;
}

.main-notice-board__tab:hover, .notice-board__tab:hover {
  background: #e8e8e8;
  color: #333;
}

.main-notice-board__tab.is-active, .notice-board__tab.is-active {
  background: #2d2d2d;
  color: #fff;
}

.main-notice-board__tab.is-active:hover, .notice-board__tab.is-active:hover {
  background: #1a1a1a;
  color: #fff;
}

.main-notice-board__more, .notice-board__more {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1px solid #ddd;
  background: #fff;
  color: #555;
  font-size: 18px;
  text-decoration: none;
  transition: border-color 0.2s ease, color 0.2s ease, background 0.2s ease;
  cursor: pointer;
}

.main-notice-board__more:hover,
.notice-board__more:hover {
  border-color: #bbb;
  color: #222;
  background: #fafafa;
}

.notice-board__panel {
  display: none;
}

.notice-board__panel.is-active {
  display: block;
}

.notice-board__list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.notice-card {
  min-width: 0;
  border-bottom: 1px solid #dfdfdf;
  padding-bottom: 15px;
}

.notice-card__link {
  display: block;
  color: inherit;
  text-decoration: none;
}

.notice-card__link:hover .notice-card__title {
  color: #212d59;
}

.notice-card__thumb {
  margin-bottom: 16px;
  border-radius: 18px;
  overflow: hidden;
  background: #f0f0f0;
}

.notice-card__thumb img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.notice-card__link:hover .notice-card__thumb img {
  transform: scale(1.04);
}

.notice-card__body {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.notice-card__cat {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 600;
  color: #555;
  line-height: 1.3;
}

.notice-card__dot {
  flex-shrink: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
}

.notice-card__cat--gallery {
  color: #4a7fd4;
}

.notice-card__cat--gallery .notice-card__dot {
  background: #4a7fd4;
}

.notice-card__cat--notice {
  color: #e8941a;
}

.notice-card__cat--notice .notice-card__dot {
  background: #f5a623;
}

.notice-card__cat--job {
  color: #5aab3c;
}

.notice-card__cat--job .notice-card__dot {
  background: #6bc04b;
}

.notice-card__title {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.45;
  letter-spacing: -0.02em;
  color: #111;
  transition: color 0.2s ease;
}

.notice-card__date {
  font-size: 14px;
  font-weight: 400;
  color: #999;
  line-height: 1.3;
}

.notice-card__empty {
  grid-column: 1 / -1;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 180px;
  padding: 48px 20px;
  border: 1px dashed #d5d8e0;
  border-radius: 18px;
  background: #f7f8fa;
  color: #8a8f9a;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -0.02em;
  text-align: center;
}

/* faculty */
.faculty-wrap {
  background: #edf0f6;
  padding: 84px 0;
}

.faculty-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.faculty-card {
  background: #fff;
  border-radius: 14px;
  padding: 24px;
  display: flex;
  align-items: center;
  gap: 18px;
  min-height: 158px;
  border: 1px solid #e5e8f0;
}

.avatar {
  flex: 0 0 86px;
  width: 86px;
  height: 86px;
  border-radius: 50%;
  background: linear-gradient(to bottom, #e9edf9, #ccd5eb);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #344372;
  font-size: 28px;
  font-weight: 700;
}

.avatar img {
  width: 100%;
  height: 100%;
  border-radius: inherit;
  object-fit: cover;
  display: block;
}

.faculty-info {
  flex: 1;
  min-width: 0;
}

.faculty-info h3 {
  font-size: 24px;
  line-height: 1.25;
  margin-bottom: 8px;
}

.faculty-info p {
  color: #666d82;
  font-size: 16px;
  line-height: 1.45;
}

.view-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 88px;
  height: 40px;
  border-radius: 999px;
  color: #fff;
  background: #212d59;
  font-size: 15px;
  font-weight: 600;
  font-family: inherit;
  letter-spacing: inherit;
  transition: background 0.2s ease;
}

.view-btn:hover {
  background: #182142;
}

body.modal-open {
  overflow: hidden;
}

.faculty-modal {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

.faculty-modal.is-open {
  display: flex;
}

.faculty-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(18, 24, 48, 0.55);
  cursor: pointer;
}

.faculty-modal__dialog {
  position: relative;
  z-index: 1;
  width: min(560px, 100%);
  max-height: min(90vh, 720px);
  display: flex;
  flex-direction: column;
  overflow: hidden;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 24px 60px rgba(17, 28, 58, 0.28);
  border: 1px solid #e1e6f2;
}

.faculty-modal__close {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  font-size: 28px;
  line-height: 1;
  color: #5a6278;
  background: #f0f2f8;
  transition: background 0.15s ease, color 0.15s ease;
}

.faculty-modal__close:hover {
  background: #e2e6ef;
  color: #212d59;
}

.faculty-modal__inner {
  padding: 32px 28px 28px;
  display: flex;
  flex-direction: column;
  flex: 1;
  min-height: 0;
  max-height: 100%;
  overflow: hidden;
}

.faculty-modal__avatar {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: linear-gradient(to bottom, #e9edf9, #ccd5eb);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #344372;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 16px;
}

.faculty-modal__avatar img {
  width: 100%;
  height: 100%;
  border-radius: inherit;
  object-fit: cover;
  display: block;
}

.faculty-modal__title {
  font-size: 26px;
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: 18px;
  padding-right: 40px;
}

.faculty-modal__meta {
  margin: 0 0 20px;
}

.faculty-modal__meta > div {
  display: grid;
  grid-template-columns: 84px 1fr;
  gap: 8px 12px;
  margin-bottom: 10px;
  font-size: 15px;
  line-height: 1.5;
}

.faculty-modal__meta dt {
  color: #8b92a8;
  font-weight: 600;
}

.faculty-modal__meta dd {
  margin: 0;
  color: #4a5068;
  word-break: break-word;
}

.faculty-modal__bio {
  display: flex;
  flex-direction: column;
  flex: 1;
  min-height: 0;
  margin-top: 4px;
}

.faculty-modal__bio h4 {
  flex: 0 0 auto;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #212d59;
  margin: 0 0 10px;
}

.faculty-modal__bio-scroll {
  flex: 1;
  min-height: 0;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  padding-right: 4px;
  margin-right: -4px;
  scrollbar-gutter: stable;
}

.faculty-modal__bio-block + .faculty-modal__bio-block {
  margin-top: 20px;
  padding-top: 18px;
  border-top: 1px solid #e8ebf4;
}

.faculty-modal__bio-subtitle {
  font-size: 15px;
  font-weight: 700;
  color: #212d59;
  margin: 0 0 8px;
  line-height: 1.35;
}

.faculty-modal__bio-text {
  margin: 0 0 10px;
  font-size: 16px;
  line-height: 1.7;
  color: #58607a;
}

.faculty-modal__bio-text:last-child {
  margin-bottom: 0;
}

/* curriculum */
.curriculum {
  padding-top: 84px;
  padding-bottom: 110px;
}

.curriculum-box {
  background: transparent;
  border: 0;
  border-radius: 0;
  padding: 0;
}

.curriculum-box p {
  color: #58607a;
  font-size: 18px;
  line-height: 1.7;
}

.curriculum-lead {
  margin-bottom: 28px;
}

.curriculum-year {
  margin-top: 36px;
}

.curriculum-year:first-of-type {
  margin-top: 0;
}

.curriculum-year-title {
  font-size: 18px;
  font-weight: 800;
  color: #fff;
  margin: 0 0 14px;
  line-height: 1.3;
  background: linear-gradient(135deg, #3b3a8f 0%, #6c63ff 100%);
  padding: 12px 16px;
  border-radius: 12px 12px 0 0;
}

.table-scroll {
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  margin: 0 -4px;
  padding: 4px;
  border-radius: 8px;
}

.table-scroll:focus-visible {
  outline: 2px solid #212d59;
  outline-offset: 2px;
}

.curriculum-table {
  width: 100%;
  min-width: 720px;
  border-collapse: separate;
  border-spacing: 0;
  font-size: 15px;
  line-height: 1.55;
  background: #fff;
  border-radius: 0 0 14px 14px;
  overflow: hidden;
  box-shadow: 0 2px 20px rgba(60, 58, 143, 0.12);
}

.curriculum-table thead th {
  background: #eeeef8;
  font-weight: 800;
  color: #3b3a8f;
  border: 1px solid #e0e0ef;
  padding: 14px 12px;
  white-space: nowrap;
  font-size: 15px;
}

.curriculum-table tbody td {
  border: 1px solid #e0e0ef;
  padding: 12px 10px;
  color: #444;
  vertical-align: middle !important;
  text-align: center !important;
  word-break: keep-all;
  font-size: 15px;
  line-height: 1.5;
  background: #fff;
}

.curriculum-table tbody tr:nth-child(even) td {
  background: #f9f9fd;
}

.curriculum-table .course-cell {
  text-align: left !important;
  min-width: 200px;
  max-width: 320px;
}

.curriculum-table .course-en {
  display: block;
  margin-top: 6px;
  font-size: 12px;
  color: #666;
  line-height: 1.4;
  word-break: normal;
}

/* responsive */
@media (max-width: 1024px) {
  .hero {
    height: 320px;
  }

  .hero h1 {
    font-size: 44px;
  }

  .section-title {
    font-size: 36px;
    padding-top: 24px;
  }

  .introduce {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .mini-banner {
    height: 180px;
    margin-bottom: 36px;
  }

  .content-block h3 {
    font-size: 26px;
  }

  .main-notice-section,
  .notice-section {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .main-notice-section .section-title,
  .notice-section .section-title {
    margin-bottom: 32px;
  }

  .main-notice-board__tab-bar,
  .notice-board__tab-bar {
    margin-bottom: 32px;
  }

  .notice-board__list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
  }

  .faculty-wrap {
    padding: 64px 0;
  }

  .curriculum {
    padding-top: 64px;
    padding-bottom: 80px;
  }

  .curriculum-roadmap {
    padding-top: 56px;
    padding-bottom: 72px;
  }

  .sns-section {
    padding: 64px 0;
  }
}

@media (max-width: 768px) {
  .hero {
    margin-top: 0;
    height: 250px;
  }

  .hero-caption {
    font-size: 14px;
  }

  .hero h1 {
    font-size: 30px;
  }

  .section-title {
    font-size: 30px;
    margin-bottom: 20px;
    padding-top: 20px;
  }

  .section-title::before {
    width: 72px;
    top: -16px;
  }

  .introduce {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .mini-banner {
    height: 74px;
    font-size: 20px;
    margin-bottom: 28px;
  }

  .content-block h3 {
    font-size: 22px;
  }

  .content-block p,
  .aim-list li {
    font-size: 15px;
    line-height: 1.6;
  }

  .main-notice-section,
  .notice-section {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .main-notice-section .section-title,
  .notice-section .section-title {
    margin-bottom: 24px;
  }

  .main-notice-board__tab-bar,
  .notice-board__tab-bar {
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 24px;
  }

  .main-notice-board__tabs,
  .notice-board__tabs {
    flex-wrap: nowrap;
    overflow-x: auto;
    padding-bottom: 4px;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }

  .main-notice-board__tabs::-webkit-scrollbar,
  .notice-board__tabs::-webkit-scrollbar {
    display: none;
  }

  .main-notice-board__tab,
  .notice-board__tab {
    flex-shrink: 0;
    min-height: 36px;
    padding: 0 20px;
    font-size: 14px;
  }

  .main-notice-board__more,
  .notice-board__more {
    width: 40px;
    height: 40px;
    font-size: 16px;
  }

  .notice-board__list {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .notice-section .notice-card {
    padding-bottom: 12px;
  }

  .notice-section .notice-card__title {
    font-size: 16px;
  }

  .faculty-wrap {
    padding: 56px 0;
  }

  .faculty-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .faculty-card {
    padding: 16px;
    min-height: 0;
  }

  .avatar {
    width: 68px;
    height: 68px;
    flex-basis: 68px;
    font-size: 20px;
  }

  .faculty-info h3 {
    font-size: 18px;
  }

  .faculty-info p {
    font-size: 13px;
  }

  .view-btn {
    min-width: 70px;
    height: 34px;
    font-size: 13px;
  }

  .curriculum {
    padding-top: 56px;
    padding-bottom: 70px;
  }

  .curriculum-box {
    padding: 0;
  }

  .curriculum-box p {
    font-size: 16px;
    line-height: 1.6;
  }

  .curriculum-lead {
    margin-bottom: 20px;
  }

  .curriculum-year {
    margin-top: 28px;
  }

  .curriculum-year-title {
    font-size: 16px;
    margin-bottom: 10px;
    padding: 10px 12px;
  }

  .curriculum-table {
    min-width: 640px;
    font-size: 14px;
  }

  .curriculum-table thead th {
    padding: 12px 8px;
    font-size: 13px;
  }

  .curriculum-table tbody td {
    padding: 10px 8px;
  }

  .curriculum-table .course-cell {
    min-width: 160px;
  }

  .curriculum-table .course-en {
    font-size: 11px;
  }

  .faculty-modal {
    padding: 12px;
  }

  .faculty-modal__inner {
    padding: 24px 18px 20px;
  }

  .faculty-modal__title {
    font-size: 20px;
    margin-bottom: 14px;
  }

  .faculty-modal__meta > div {
    grid-template-columns: 1fr;
    gap: 2px;
  }

  .faculty-modal__meta > div:not(:first-child) dt {
    margin-top: 8px;
  }

  .faculty-modal__bio-text {
    font-size: 15px;
  }

  .curriculum-roadmap {
    padding-top: 48px;
    padding-bottom: 56px;
  }

  .curriculum-roadmap .cr-section-title {
    padding: 14px 16px;
    font-size: 0.95rem;
    border-radius: 10px 10px 0 0;
  }

  .sns-section {
    padding: 48px 0;
  }

  .sns-section__channels {
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 28px;
  }

  .sns-section__channel img {
    max-height: 40px;
    width: auto;
  }
}

/* curriculum roadmap section */
.section-curriculum-roadmap {
  padding-top: 72px;
  padding-bottom: 96px;
  background: #f8f8f8; /* match faculty background tone */
}

/* Course Roadmap (scoped) */
.curriculum-roadmap .cr-main {
  max-width: 1440px;
  margin: 0 auto;
}

.curriculum-roadmap .cr-section-title {
  background: linear-gradient(135deg, #3b3a8f 0%, #6c63ff 100%);
  color: #ffffff;
  text-align: center;
  padding: 16px 24px;
  border-radius: 14px 14px 0 0;
  font-size: 1.05rem;
  font-weight: 800;
  letter-spacing: 0.5px;
}

.curriculum-roadmap .cr-roadmap-table {
  width: 100%;
  min-width: 820px;
  border-collapse: collapse;
  background: #ffffff;
  box-shadow: 0 2px 20px rgba(60, 58, 143, 0.12);
  border-radius: 0 0 14px 14px;
  overflow: hidden;
}

.curriculum-roadmap .cr-roadmap-table td,
.curriculum-roadmap .cr-roadmap-table th {
  border: 1px solid #e0e0ef;
  vertical-align: middle;
  padding: 10px;
}

.curriculum-roadmap .cr-th-label {
  background: #eeeef8;
  text-align: center;
  padding: 18px 12px;
  width: 180px;
}

.curriculum-roadmap .cr-lbl-ko {
  font-size:1rem;
  font-weight: 700;
  color: #3b3a8f;
  display: block;
}

.curriculum-roadmap .cr-lbl-en {
  font-size: 0.68rem;
  color: #9898b8;
  display: block;
  margin-top: 3px;
}

.curriculum-roadmap .cr-th-pathway {
  text-align: center;
  padding: 16px 20px;
}

.curriculum-roadmap .cr-pw-num {
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  opacity: 0.65;
  display: block;
}

.curriculum-roadmap .cr-pw-name {
  font-size: 1rem;
  font-weight: 800;
  margin-top: 4px;
  display: block;
}

.curriculum-roadmap .cr-pw-spec {
  font-size: 0.78rem;
  margin-top: 6px;
  padding: 4px 14px;
  border-radius: 20px;
  display: inline-block;
}

.curriculum-roadmap .cr-p1 .cr-pw-num,
.curriculum-roadmap .cr-p1 .cr-pw-name {
  color: #3b3a8f;
}

.curriculum-roadmap .cr-p1 .cr-pw-spec {
  background: rgba(59, 58, 143, 0.08);
  color: #3b3a8f;
}

.curriculum-roadmap .cr-p2 .cr-pw-num,
.curriculum-roadmap .cr-p2 .cr-pw-name {
  color: #7c5cbf;
}

.curriculum-roadmap .cr-p2 .cr-pw-spec {
  background: rgba(124, 92, 191, 0.08);
  color: #7c5cbf;
}

.curriculum-roadmap .cr-sub-header td {
  background: #eeeef8;
  text-align: center;
  padding: 9px 12px;
  font-size: 1rem;
  font-weight: 700;
  border-top: 2px solid #c8c8e8;
}

.curriculum-roadmap .cr-sh-semester {
  color: #5a5a7a;
}
.curriculum-roadmap .cr-sh-p1 {
  color: #3b3a8f;
}
.curriculum-roadmap .cr-sh-p2 {
  color: #7c5cbf;
}

.curriculum-roadmap .cr-td-vert-label {
  background: #eeeef8;
  text-align: center;
  width: 100px;
}

.curriculum-roadmap .cr-vert-inner {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  padding: 16px 0;
}

.curriculum-roadmap .cr-vert-inner .cr-ko {
  font-size:1rem;
  font-weight: 800;
  color: #3b3a8f;
  letter-spacing: 4px;
}

.curriculum-roadmap .cr-vert-inner .cr-en {
  font-size: 0.8rem;
  color: #9898b8;
  letter-spacing: 1px;
}

.curriculum-roadmap .cr-degree-ko {
  font-size:1rem !important;
  letter-spacing: 2px !important;
}

.curriculum-roadmap .cr-td-semester {
  background: #eeeef8;
  text-align: center;
  width: 72px;
  padding: 14px 8px;
}

.curriculum-roadmap .cr-sem-badge {
  background: #3b3a8f;
  color: #ffffff;
  border-radius: 20px;
  padding: 4px 12px;
  font-size: 0.78rem;
  font-weight: 700;
  white-space: nowrap;
  display: inline-block;
}

.curriculum-roadmap .cr-td-course {
  padding: 16px 18px;
  vertical-align: top;
  background: #ffffff;
}

.curriculum-roadmap .cr-even .cr-td-course {
  background: #f9f9fd;
}

.curriculum-roadmap .cr-course-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.curriculum-roadmap .cr-course-list li {
  padding: 2px 0 2px 13px;
  position: relative;
  line-height: 1.5;
}

.curriculum-roadmap .cr-course-list li::before {
  content: "·";
  position: absolute;
  left: 2px;
  font-weight: 800;
  font-size: 1rem;
  line-height: 1.4;
}

.curriculum-roadmap .cr-p1-list li::before {
  color: #3b3a8f;
}
.curriculum-roadmap .cr-p2-list li::before {
  color: #7c5cbf;
}

.curriculum-roadmap .cr-course-list li .cr-ko {
  display: block;
  font-size:1rem;
  font-weight: 600;
  color: #1e1e2e;
  text-align: left;
}

.curriculum-roadmap .cr-course-list li .cr-en {
  display: block;
  font-size: 0.84rem;
  color: #9898b8;
  text-align: left;
}

.curriculum-roadmap .cr-tr-arrow td {
  background: #f9f9fd;
  text-align: center;
  padding: 12px;
}

.curriculum-roadmap .cr-td-empty {
  background: #eeeef8;
}

.curriculum-roadmap .cr-arrow-circle {
  width: 30px;
  height: 30px;
  background: linear-gradient(135deg, #3b3a8f, #6c63ff);
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 0.95rem;
  font-weight: 800;
}

.curriculum-roadmap .cr-td-degree-cat {
  background: #eeeef8;
  text-align: center;
  padding: 14px 8px;
  font-size: 1rem;
  font-weight: 700;
  color: #3b3a8f;
  line-height: 1.5;
}

.curriculum-roadmap .cr-td-degree-cat small {
  display: block;
  font-size: 0.8rem;
  font-weight: 500;
  color: #9898b8;
  margin-top: 2px;
}

.curriculum-roadmap .cr-td-tbd {
  text-align: center;
  padding: 14px;
  background: #f9f9fd;
}

.curriculum-roadmap .cr-tbd-badge {
  background: #f0f0f8;
  color: #9898b8;
  border-radius: 6px;
  padding: 6px 18px;
  font-size: 0.78rem;
  font-weight: 700;
  border: 1px dashed #e0e0ef;
  display: inline-block;
}

.curriculum-roadmap .cr-cert-wrapper {
  background: #ffffff;
  border-radius: 14px;
  box-shadow: 0 2px 20px rgba(60, 58, 143, 0.12);
  overflow: hidden;
  margin-bottom: 28px;
  margin-top: 28px;
}

.curriculum-roadmap .cr-cert-header {
  background: linear-gradient(135deg, #4a4a9e 0%, #7c5cbf 100%);
  color: #ffffff;
  padding: 14px 24px;
  font-size: 0.95rem;
  font-weight: 800;
  letter-spacing: 0.5px;
}

.curriculum-roadmap .cr-cert-body {
  padding: 20px 24px;
  background: #fef9f5;
}

.curriculum-roadmap .cr-cert-common {
  font-size: 0.82rem;
  color: #5a5a7a;
  margin-bottom: 16px;
  padding: 10px 16px;
  background: #ffffff;
  border-radius: 8px;
  border-left: 3px solid #3b3a8f;
  line-height: 1.7;
}

.curriculum-roadmap .cr-cert-table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #f0d8c8;
  border-radius: 10px;
  overflow: hidden;
}

.curriculum-roadmap .cr-cert-table td {
  padding: 16px 18px;
  vertical-align: top !important;
  border: 1px solid #f0d8c8;
  background: #ffffff;
  width: 50%;
}

.curriculum-roadmap .cr-cert-card-title {
  font-size: 1rem;
  font-weight: 800;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  gap: 6px;
}

.curriculum-roadmap .cr-cert-card-title::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 2px;
  display: inline-block;
  flex-shrink: 0;
}

.curriculum-roadmap .cr-cert-p1 .cr-cert-card-title {
  color: #3b3a8f;
}
.curriculum-roadmap .cr-cert-p1 .cr-cert-card-title::before {
  background: #3b3a8f;
}
.curriculum-roadmap .cr-cert-p2 .cr-cert-card-title {
  color: #7c5cbf;
}
.curriculum-roadmap .cr-cert-p2 .cr-cert-card-title::before {
  background: #7c5cbf;
}

.curriculum-roadmap .cr-cert-item {
  font-size: 1rem;
  color: #5a5a7a;
  padding: 2px 0;
  line-height: 1.7;
  text-align: left;
}

.curriculum-roadmap .cr-arrow-divider {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin: 6px 0 18px;
}

.curriculum-roadmap .cr-arrow-divider > div {
  display: flex;
  justify-content: center;
}

.curriculum-roadmap .cr-career-wrapper {
  background: #ffffff;
  border-radius: 14px;
  box-shadow: 0 2px 20px rgba(60, 58, 143, 0.12);
  overflow: hidden;
  margin-bottom: 8px;
}

.curriculum-roadmap .cr-career-header {
  background: linear-gradient(135deg, #2d2d7a 0%, #5352b8 100%);
  color: #ffffff;
  padding: 14px 24px;
  font-size: 0.95rem;
  font-weight: 800;
  letter-spacing: 0.5px;
}

.curriculum-roadmap .cr-career-table {
  width: 100%;
  border-collapse: collapse;
}

.curriculum-roadmap .cr-career-table td {
  padding: 22px 24px;
  vertical-align: top !important;
  border: 1px solid #e0e0ef;
  width: 50%;
}

.curriculum-roadmap .cr-career-p1 {
  background: #f0f4ff;
}
.curriculum-roadmap .cr-career-p2 {
  background: #f5f0ff;
}

.curriculum-roadmap .cr-career-card-title {
  font-size: 1rem;
  font-weight: 800;
  margin-bottom: 10px;
  padding-bottom: 8px;
  border-bottom: 2px solid;
}

.curriculum-roadmap .cr-career-p1 .cr-career-card-title {
  color: #3b3a8f;
  border-color: #3b3a8f;
}
.curriculum-roadmap .cr-career-p2 .cr-career-card-title {
  color: #7c5cbf;
  border-color: #7c5cbf;
}

.curriculum-roadmap .cr-career-item {
  font-size: 1rem;
  color: #5a5a7a;
  padding: 3px 0 3px 14px;
  position: relative;
  line-height: 1.5;
  text-align: left;
}

.curriculum-roadmap .cr-career-item::before {
  content: "›";
  position: absolute;
  left: 2px;
  font-weight: 800;
}

.curriculum-roadmap .cr-career-p1 .cr-career-item::before {
  color: #3b3a8f;
}
.curriculum-roadmap .cr-career-p2 .cr-career-item::before {
  color: #7c5cbf;
}

@media (max-width: 768px) {
  .curriculum-roadmap .cr-roadmap-table {
    min-width: 720px;
  }
}

@media (max-width: 720px) {
  .curriculum-roadmap .cr-vert-inner .cr-ko {
    letter-spacing: 2px;
  }
  .curriculum-roadmap .cr-td-course {
    padding: 12px 10px;
  }
  .curriculum-roadmap .cr-course-list li .cr-ko {
    font-size: 0.78rem;
  }
  .curriculum-roadmap .cr-course-list li .cr-en {
    font-size: 0.63rem;
  }
  .curriculum-roadmap .cr-pw-name {
    font-size: 0.88rem;
  }
  .curriculum-roadmap .cr-pw-spec {
    font-size: 0.7rem;
    padding: 3px 10px;
  }

  .curriculum-roadmap .cr-cert-body {
    padding: 14px 12px;
  }

  .cr-cert-table tbody, .curriculum-roadmap .cr-career-table tbody { display: block; width: 100%;}
  .curriculum-roadmap .cr-cert-table,
  .curriculum-roadmap .cr-cert-table tr,
  .curriculum-roadmap .cr-cert-table td,
  .curriculum-roadmap .cr-career-table,
  .curriculum-roadmap .cr-career-table tr,
  .curriculum-roadmap .cr-career-table td {
    display: block;
    width: 100%;
  }
}

@media (max-width: 500px) {
  .curriculum-roadmap .cr-th-label {
    padding: 10px 6px;
  }
  .curriculum-roadmap .cr-sem-badge {
    font-size: 0.68rem;
    padding: 3px 7px;
  }
  .curriculum-roadmap .cr-th-pathway {
    padding: 10px 6px;
  }
  .curriculum-roadmap .cr-pw-name {
    font-size: 0.78rem;
  }
  .curriculum-roadmap .cr-pw-spec {
    display: none;
  }
}

/* ----- SNS ----- */
.sns-section {
  padding: 80px 0;
  background: #fff;
}

.sns-section .section-title {
  margin-bottom: 24px;
}

.sns-section__channels {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-bottom: 40px;
}

.sns-section__channel {
  display: block;
  line-height: 0;
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.sns-section__channel:hover {
  opacity: 0.85;
  transform: translateY(-2px);
}

.sns-section__channel img {
  width: auto;
  height: auto;
  max-width: none;
}

.sns-section__feed {
  width: 100%;
  overflow: hidden;
}

.sns-feed-swiper {
  overflow: hidden;
}

.sns-feed-swiper .swiper-wrapper {
  transition-timing-function: linear !important;
}

.sns-feed-swiper .swiper-slide {
  width: 400px;
  height: auto;
}

.sns-card {
  display: flex;
  flex-direction: column;
}

.sns-card__thumb-wrap {
  display: block;
  overflow: hidden;
  border-radius: 8px;
  line-height: 0;
}

.sns-card__thumb {
  width: 100%;
  aspect-ratio: 399 / 280;
  object-fit: cover;
}

.sns-card__tag {
  display: inline-block;
  align-self: flex-start;
  margin-top: 16px;
  padding: 6px 14px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 600;
  color: #fff;
  line-height: 1.3;
  text-transform: capitalize;
}

.sns-card__tag--facebook {
  background: #00499a;
}

.sns-card__tag--youtube {
  background: #cc2020;
}

.sns-card__tag--instagram {
  background: linear-gradient(90deg, #f79300 0%, #f70e5a, #e0019d, #9f1cdf);
}

.sns-card__title {
  margin: 12px 0 0;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.45;
  letter-spacing: -0.02em;
  color: #111;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
}

.sns-card__empty {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1392px !important;
  max-width: 100%;
  margin: 0 auto !important;
  padding: 24px 20px;
  border: 1px dashed #d5d8e0;
  border-radius: 8px;
  background: #f7f8fa;
  color: #8a8f9a;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -0.02em;
  text-align: center;
}

@media (max-width: 900px) {
  .faculty-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .sns-section {
    padding: 60px 0;
  }

  .sns-feed-swiper .swiper-slide {
    width: 300px;
  }

  .sns-card__title {
    font-size: 16px;
  }
}

@media (max-width: 600px) {
  .sns-section {
    padding: 48px 0;
  }

  .sns-section__channels {
    gap: 10px;
    margin-bottom: 28px;
  }

  .sns-feed-swiper .swiper-slide {
    width: 260px;
  }

  .sns-card__title {
    font-size: 15px;
  }
}

/* ----- Footer ----- */
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.site-footer {
  background: #383838;
}

.site-footer__family {
  background: #383838;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.site-footer__family-selects {
  display: flex;
  align-items: stretch;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding-left: 24px;
  padding-right: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.site-footer__select-wrap {
  position: relative;
  flex: 1;
  display: flex;
  align-items: center;
  min-width: 0;
  border-right: 1px solid rgba(255, 255, 255, 0.12);
}

.site-footer__select-wrap:first-child {
  border-left: 1px solid rgba(255, 255, 255, 0.12);
}

.site-footer__select {
  appearance: none;
  -webkit-appearance: none;
  width: 100%;
  padding: 18px 52px 18px 28px;
  border: none;
  background: transparent;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4;
  color: #fff;
  cursor: pointer;
  outline: none;
}

.site-footer__select:focus-visible {
  outline: 2px solid rgba(255, 255, 255, 0.45);
  outline-offset: -2px;
}

.site-footer__select option {
  color: #1a1a1a;
  background: #fff;
}

.site-footer__select-icon {
  position: absolute;
  right: 28px;
  top: 50%;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.85);
  pointer-events: none;
  transform: translateY(-50%);
}

.site-footer__main {
  padding: 40px 0 48px;
}

.site-footer__inner {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding-left: 24px;
  padding-right: 24px;
}

@media (max-width: 1240px) {
  .site-footer__family-selects,
  .site-footer__inner {
    padding-left: var(--header-bar-padding, 32px);
    padding-right: var(--header-bar-padding, 32px);
  }
}

.site-footer__body {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
}

.site-footer__info {
  min-width: 0;
}

.site-footer__logo {
  margin: 0 0 28px;
}

.site-footer__logo a {
  display: inline-flex;
  align-items: center;
  gap: 18px;
}

.site-footer__logo-img-wrap {
  display: flex;
  align-items: center;
  padding-right: 18px;
  border-right: 1px solid rgba(255, 255, 255, 0.22);
}

.site-footer__logo-img {
  width: auto;
  height: 36px;
  filter: grayscale(100%);
  opacity: 0.55;
}

.site-footer__logo-text {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: -0.02em;
  color: rgba(255, 255, 255, 0.42);
  white-space: nowrap;
}

.site-footer__copy {
  margin: 0 0 8px;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.02em;
  color: rgba(255, 255, 255, 0.55);
}

.site-footer__address {
  margin: 0;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.42);
}

.site-footer__top {
  flex-shrink: 0;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2px;
  width: 52px;
  height: 52px;
  border: none;
  border-radius: 50%;
  background: #6c4cc6;
  color: #fff;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.04em;
  transition: background-color 0.2s ease;
}

.site-footer__top i {
  font-size: 14px;
  line-height: 1;
}

.site-footer__top:hover {
  background: #5a3eb0;
}

@media (max-width: 1024px) {
  .site-footer__family-selects {
    flex-direction: column;
    padding-left: 0;
    padding-right: 0;
  }

  .site-footer__select-wrap {
    border-right: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  }

  .site-footer__select-wrap:first-child {
    border-left: none;
  }

  .site-footer__select-wrap:last-child {
    border-bottom: none;
  }

  .site-footer__select {
    padding: 16px var(--header-bar-padding, 32px) 16px var(--header-bar-padding, 32px);
    font-size: 15px;
  }

  .site-footer__select-icon {
    right: var(--header-bar-padding, 32px);
  }

  .site-footer__main {
    padding: 32px 0 40px;
  }

  .site-footer__body {
    flex-direction: column;
    align-items: flex-start;
    padding-bottom: 72px;
  }

  .site-footer__top {
    position: absolute;
    right: var(--header-bar-padding, 32px);
    bottom: 0;
  }
}

@media (max-width: 768px) {
  .site-footer__inner {
    padding-left: 16px;
    padding-right: 16px;
  }

  .site-footer__select {
    padding: 14px 48px 14px 16px;
    font-size: 14px;
  }

  .site-footer__select-icon {
    right: 16px;
  }

  .site-footer__main {
    padding: 28px 0 36px;
  }

  .site-footer__logo {
    margin-bottom: 20px;
  }
  .site-footer__logo a {
    gap: 12px;
  }

  .site-footer__logo-img-wrap {
    padding-right: 12px;
  }

  .site-footer__logo-img {
    height: 30px;
  }

  .site-footer__logo-text {
    font-size: 15px;
  }

  .site-footer__copy,
  .site-footer__address {
    font-size: 12px;
    word-break: keep-all;
  }

  .site-footer__body {
    padding-bottom: 64px;
  }

  .site-footer__top {
    right: 16px;
    width: 48px;
    height: 48px;
    font-size: 10px;
  }
}

/* ----- Section quick nav ----- */
[id^="section-"] {
  scroll-margin-top: calc(var(--gnb-bar-height, 82px) + 24px);
}

.section-quick-nav {
  pointer-events: none;
}

.section-quick-nav.is-hidden .section-quick-nav__panel {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s ease, visibility 0s linear 0.2s;
}

.section-quick-nav__panel {
  position: fixed;
  left: 24px;
  top: 0;
  bottom: 0;
  height: fit-content;
  margin: auto 0;
  pointer-events: none;
}

.section-quick-nav__panel--dots {
  z-index: 90;
}

.section-quick-nav__panel--labels {
  z-index: 91;
  display: flex;
  flex-direction: column;
  padding: 22px 0;
  mix-blend-mode: difference;
}

.section-quick-nav__inner {
  position: relative;
}

.section-quick-nav__pill {
  position: absolute;
  left: 0;
  top: 0;
  width: 52px;
  height: 100%;
  border-radius: 999px;
  background: #212d59;
  box-shadow: 0 8px 24px rgba(33, 45, 89, 0.28);
  pointer-events: none;
}

.section-quick-nav__track {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0;
  padding: 22px 0;
  pointer-events: auto;
}

.section-quick-nav__link {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  min-height: 28px;
  color: #fff;
  text-decoration: none;
}

.section-quick-nav__dot {
  display: block;
  width: 8px;
  height: 8px;
  border: 2px solid transparent;
  border-radius: 50%;
  background: #fff;
  box-sizing: border-box;
  transition: width 0.2s ease, height 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
}

.section-quick-nav__label {
  display: flex;
  align-items: center;
  min-height: 28px;
  padding-left: 54px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s ease, visibility 0.2s ease;
  pointer-events: none;
}

.section-quick-nav__label-text {
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -0.02em;
  white-space: nowrap;
  color: #fff;
}

.section-quick-nav__label.is-visible,
.section-quick-nav__label.is-active {
  opacity: 1;
  visibility: visible;
}

.section-quick-nav__link:hover .section-quick-nav__dot,
.section-quick-nav__link:focus-visible .section-quick-nav__dot,
.section-quick-nav__link.is-active .section-quick-nav__dot {
  width: 14px;
  height: 14px;
  background: transparent;
  border-color: #fff;
}

.section-quick-nav__link:focus-visible {
  outline: 2px solid rgba(255, 255, 255, 0.65);
  outline-offset: 2px;
  border-radius: 4px;
}

@media (max-width: 1240px) {
  .section-quick-nav {
    display: none;
  }
}

.write_box table tr td {text-align: left;}
.tableround tr th, .tableround tr td { font-size: 14px;}

/* 공지사항 카드 (main-notice-section · major_2026_4/kwu_2026 카드형) */
.main-notice-section .notice-board__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 15px;
}

.main-notice-section .notice-board__grid[hidden] {
  display: none !important;
}

.main-notice-section .notice-board__grid:has(.notice-board__empty) {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 168px;
}

.main-notice-section .notice-board__empty {
  margin: 0;
  width: 100%;
  text-align: center;
  font-family: "SUIT", sans-serif;
  font-size: clamp(16px, 2.8vw, 19px);
  font-weight: 600;
  line-height: 1.4;
  color: #555;
  border-top: 1px solid #dfdfdf;
  border-bottom: 1px solid #dfdfdf;
  padding: 15px 0;
}

.main-notice-section .notice-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-width: 0;
  min-height: 130px;
  padding: 20px 16px 18px;
  border-bottom: 0;
  background: #fff;
  color: inherit;
  text-decoration: none;
  transition: box-shadow 0.2s ease;
}

.main-notice-section .notice-card:hover {
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
}

.main-notice-section .notice-card__title {
  display: -webkit-box;
  margin: 0 0 16px;
  overflow: hidden;
  white-space: normal;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  font-family: "SUIT", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
  color: #111;
  word-break: break-all;
}

.main-notice-section .notice-card__meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: auto;
}

.main-notice-section .notice-card__badge {
  display: inline-flex;
  align-items: center;
  flex-shrink: 0;
  padding: 0.3125rem 1rem;
  border-radius: 999px;
  font-family: "SUIT", sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.3;
  white-space: nowrap;
}

.main-notice-section .notice-card__badge--green {
  background: #e8f7f1;
  color: #00796b;
}

.main-notice-section .notice-card__badge--blue {
  background: #e8f2fc;
  color: #0d47a1;
}

.main-notice-section .notice-card__badge--orange {
  background: #fff2e3;
  color: #e65100;
}

.main-notice-section .notice-card__badge--purple {
  background: #f3ebf8;
  color: #6a1b9a;
}

.main-notice-section .notice-card__badge--brown {
  background: #f5ebe0;
  color: #8d5524;
}

.main-notice-section .notice-card__badge--pink {
  background: #fceef3;
  color: #c2185b;
}

.main-notice-section .notice-card__date {
  flex-shrink: 0;
  margin-left: auto;
  font-family: "SUIT", sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.2;
  color: #9a9a9a;
  white-space: nowrap;
}

@media (max-width: 1240px) {
  .main-notice-section .notice-board__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 768px) {
  .main-notice-section .notice-board__grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .main-notice-section .notice-card {
    min-height: 120px;
    padding: 20px 18px 18px;
  }

  .main-notice-section .notice-card__title {
    font-size: 16px;
  }

  .main-notice-section .notice-card__badge {
    font-size: 13px;
    padding: 0.25rem 0.75rem;
  }

  .main-notice-section .notice-card__date {
    font-size: 14px;
  }
}

@media (max-width: 480px) {
  .main-notice-section .notice-card {
    min-height: 110px;
    padding: 18px 16px 16px;
  }

  .main-notice-section .notice-card__title {
    font-size: 15px;
  }
}