@charset "utf-8";
@import url(../../../css/common/fonts/SUIT.css);
@import url(../../../css/common/fonts/pretendard.css);

:root {
  --primary: #c00070;
  --text: #111827;
  --content-max: 1400px;
  --header-max: 1500px;
  --header-height: 102px;
  --section-bg: #f5f6fa;
  --top-banner-h: 0px;
  --gnb-sticky-top: 0px;
  --layout-max: 1920px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 30px;
}

body {
  margin: 0;
  color: var(--text);
  font-family: "SUIT", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3, p, ul {
  margin: 0;
  padding: 0;
}

ul {
  list-style: none;
}
a {
  color: inherit;
  text-decoration: none;
}
button, input, select {
  font: inherit;
}
button {
  padding: 0;
  border: 0;
  color: inherit;
  background: none;
  cursor: pointer;
}
img {
  display: block;
  max-width: 100%;
}
em, address {
  font-style: normal;
}
[hidden] {
  display: none !important;
}
:focus-visible {
  outline: 3px solid var(--primary);
  outline-offset: 5px;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}


.content-inner {
  width: calc(100% - 80px);
  max-width: var(--content-max);
  margin: 0 auto;
}

/* ----- Header · GNB ----- */
.site-header {
  position: relative;
  z-index: 100;
  background: #fff;
}
.site-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  width: calc(100% - 80px);
  max-width: var(--header-max);
  min-height: var(--header-height);
  margin: 0 auto;
}

.site-header__logo {
  flex-shrink: 0;
  font-size: 18px;
}
.site-header__logo a {
  display: flex;
  align-items: center;
  gap: 16px;
}
.site-header__logo-picture {
  display: flex;
  align-items: center;
  line-height: 0;
}
.site-header__logo img {
  width: auto;
  height: 36px;
}
.site-header__logo span {
  padding-left: 16px;
  border-left: 1px solid #ddd;
  color: #1a1a1a;
  white-space: nowrap;
}
.gnb-link:hover, .gnb-link:focus-visible {
  color: var(--primary);
}
.site-header__util {
  display: flex;
  align-items: center;
  gap: 5px;
  flex-shrink: 0;
}

.site-header__util a:not(.icon-btn) {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  height: 36px;
  padding: 0 14px;
  border-radius: 999px;
  background: #fff;
  color: #202020;
  border: 1px solid #ddd;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  white-space: nowrap;
}

.site-header__util a:not(.icon-btn):hover {
  opacity: 0.88;
}

.site-header__util a:not(.icon-btn) i {
  font-size: 13px;
}

.icon-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 36px;
  color: #666;
  font-size: 21px;
}

.util-menu__translate-group {
  position: relative;
  display: inline-flex;
  align-items: center;
}

.lang-box {
  position: relative;
  z-index: 1;
  width: fit-content;
  max-width: 100%;
}

.lang-box.is-open {
  z-index: 20;
}

.lang-box__trigger {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 36px;
  padding: 6px 14px;
  border-radius: 999px;
  background: var(--primary);
  color: #fff;
  font-family: inherit;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  cursor: pointer;
}

.lang-box__trigger:hover {
  opacity: 0.9;
}

.lang-box__icon {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
}

.lang-box__icon svg {
  display: block;
  width: 18px;
  height: 18px;
}

.lang-box__label {
  letter-spacing: -0.01em;
}

.lang-box__arrow {
  flex-shrink: 0;
  font-size: 10px;
  color: #fff;
  transition: transform 0.2s ease;
}

.lang-box.is-open .lang-box__arrow {
  transform: rotate(180deg);
}

.lang-box__menu {
  position: absolute;
  top: calc(100% + 8px);
  right: 0;
  left: auto;
  bottom: auto;
  z-index: 1000;
  min-width: 160px;
  margin: 0;
  padding: 6px 0;
  list-style: none;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 8px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}

.lang-box__menu[hidden] {
  display: none;
}

.lang-box__menu button {
  display: block;
  width: 100%;
  padding: 8px 16px;
  border: 0;
  background: transparent;
  color: #222;
  font-family: inherit;
  font-size: 14px;
  font-weight: 500;
  text-align: left;
  cursor: pointer;
}

.lang-box__menu button:hover {
  color: var(--primary);
  background: var(--section-bg);
}

.lang-box.lang-box--drop-up .lang-box__menu {
  top: auto;
  bottom: calc(100% + 8px);
}

iframe.skiptranslate,
.goog-te-banner-frame,
#goog-gt-tt,
body > .skiptranslate {
  display: none !important;
}
/* ----- Hero ----- */
.hero {
  position: relative;
  height: clamp(500px, 35.17vw, 760px);
  isolation: isolate;
}
.hero__bg {
  position: absolute;
  inset: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.hero::before {
  position: absolute;
  inset: 0;
  z-index: -1;
  content: "";
  background: linear-gradient(90deg, rgba(247, 249, 250, 0.94) 0%, rgba(247, 249, 250, 0.89) 18%, rgba(247, 249, 250, 0.45) 33%, rgba(247, 249, 250, 0) 49%);
}
.hero__inner {
  display: flex;
  align-items: center;
  width: calc(100% - 80px);
  max-width: var(--header-max);
  height: 100%;
  margin: 0 auto;
  padding-bottom: 26px;
}
.hero__eyebrow {
  margin-bottom: 16px;
  color: #333;
  font-size: 18px;
  letter-spacing: -0.04em;
}
.hero h2 {
  color: #050505;
  font-family: "Pretendard", sans-serif;
  font-size: clamp(30px, 2.23vw, 43px);
  font-weight: 750;
  line-height: 1.3;
  letter-spacing: -0.055em;
}
.hero h2 em {
  color: var(--primary);
}
.hero__description {
  margin-top: 21px;
  color: #888;
  font-size: 16px;
  line-height: 1.7;
  letter-spacing: -0.025em;
}

/* ----- Quick links ----- */
.notice-wrap {
  background: var(--section-bg);
}
.quick {
  position: relative;
  z-index: 2;
  transform: translateY(-50%);
  margin-bottom: -75px;
}
.quick__character {
  position: absolute;
  right: 80px;
  bottom: calc(100% - 15px);
  z-index: 2;
  width: 135px;
  height: auto;
  pointer-events: none;
}
.quick__list {
  display: flex;
  align-items: stretch;
  min-height: 150px;
  padding: 24px 32px 20px;
  border: 2px solid #5e6a76;
  border-radius: 90px;
  background: #fff;
  box-shadow: 0 3px 7px #0002;
}
.quick__list li {
  display: flex;
  flex: 1;
  min-width: 0;
}
.quick__list a {
  display: flex;
  flex: 1;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  text-align: center;
}
.quick__list img {
  width: 60px;
  height: 56px;
  object-fit: contain;
  transition: transform 0.2s;
}
.quick__list span {
  color: #333;
  font-size: 16px;
  font-weight: 650;
  line-height: 1.05;
  letter-spacing: -0.04em;
}
.quick__list a:hover img {
  transform: translateY(-5px);
}
.quick__list a:hover span {
  color: var(--primary);
}

/* ----- Common section title ----- */
.section-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 24px;
  margin-bottom: 40px;
}
.section-head__eyebrow {
  margin-bottom: 13px;
  color: var(--primary);
  font-size: 16px;
}
.section-head__title {
  font-family: "Pretendard", sans-serif;
  font-size: 42px;
  font-weight: 750;
  line-height: 1.25;
  letter-spacing: -0.055em;
}
.circle-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 42px;
  height: 42px;
  border: 1px solid #a4a4a4;
  border-radius: 50%;
  color: #555;
  background: #fff;
  font-size: 17px;
  transition: color 0.2s, border-color 0.2s, background 0.2s;
}
.circle-btn:hover {
  border-color: var(--primary);
  color: var(--primary);
  background: #fff7fb;
}

/* ----- Notice ----- */
.notice {
  padding: 54px 0 84px;
}
.notice__tools {
  display: flex;
  align-items: center;
  gap: 18px;
  padding-bottom: 3px;
}
.notice__tabs {
  --tab-gap: 16px;
  display: flex;
  align-items: center;
  gap: var(--tab-gap);
}
.notice__tab {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: 72px;
  height: 40px;
  padding: 0;
  color: #222;
  font-size: 16px;
  font-weight: 700;
  white-space: nowrap;
}
.notice__tab:nth-child(2) { width: 100px;}


.notice__tab + .notice__tab::before {
  position: absolute;
  top: 50%;
  left: calc((var(--tab-gap) + 3px) / -2);
  transform: translateY(-50%);
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: #333;
  content: "";
}
.notice__tab.is-active {
  border-radius: 30px;
  color: #fff;
  background: var(--primary);
}
.notice__more {
  width: 46px;
  height: 46px;
  font-size: 21px;
}
.notice__list {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
.notice-card {
  flex: 0 0 calc((100% - 72px) / 4);
  min-width: 0;
}
.notice-card__link {
  display: flex;
  flex-direction: column;
  height: 256px;
  padding: 26px 30px 24px;
  border: 1px solid #f0f0f0;
  border-radius: 3px;
  background: #fff;
  box-shadow: 0 4px 9px #0000000d;
  transition: transform 0.2s, box-shadow 0.2s;
}
.notice-card__link:hover {
  transform: translateY(-6px);
  box-shadow: 0 8px 18px #20263815;
}
.notice-card__quote {
  display: flex;
  gap: 3px;
  height: 34px;
  font-size: 0;
}
.notice-card__quote::before, .notice-card__quote::after {
  width: 8px;
  height: 19px;
  margin-top: 3px;
  background: var(--primary);
  clip-path: polygon(35% 0, 100% 0, 65% 55%, 100% 55%, 100% 100%, 0 100%, 0 50%);
  content: "";
}
.notice-card__quote::after {
  background: #e5a6cc;
}
.notice-card__title {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  min-height: 52px;
  margin: 5px 0 12px;
  font-size: 21px;
  font-weight: 800;
  line-height: 1.3;
  letter-spacing: -0.045em;
}
.notice-card__description {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  color: #80848b;
  font-size: 15px;
  line-height: 1.5;
  letter-spacing: -0.04em;
}
.notice-card__meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  margin-top: auto;
  padding-top: 15px;
  border-top: 1px solid #e8e8e8;
  font-size: 14px;
}
.notice-card__meta span {
  color: #4a4c8a;
}
.notice-card__meta time {
  color: #aaa;
}
.notice__empty {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 256px;
  border: 1px solid #eee;
  color: #777;
  background: #fff;
}

/* ----- Facilities ----- */
.facilities {
  padding: 65px 0 80px;
  background: #fff;
}
.facilities .section-head {
  margin-bottom: 44px;
}
.facilities__body {
  position: relative;
}
.facilities__visual {
  position: relative;
  isolation: isolate;
  width: 100%;
  margin: 0;
  overflow: hidden;
}
.facilities__bg {
  position: absolute;
  right: 0;
  top: -50px;
  z-index: 3;
  width: 293px;
  height: 285px;
  background: url(../images/main/facility_bg2.png) center / contain no-repeat;
  pointer-events: none;
  opacity: 0.2;
}
.facilities__visual .swiper-wrapper {
  position: relative;
  z-index: 1;
}
.facilities__visual .swiper-slide {
  display: flex;
  align-items: stretch;
  gap: 32px;
}
.facilities__visual .swiper-slide > img {
  flex: 0 0 41.43%;
  align-self: stretch;
  width: 41.43%;
  height: auto;
  object-fit: cover;
  border-radius: 4px;
}
.facilities__content {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: flex;
  flex-direction: column;
  width: calc(58.57% - 32px);
  padding-top: 5px;
  background: #fff;
  isolation: isolate;
}
.facilities__info {
  position: relative;
  z-index: 2;
  flex: 1;
  min-height: 122px;
  padding: 5px 8px clamp(230px, 20vw, 285px);
  background-color: #fff;
}
.facilities__name {
  margin-bottom: 14px;
  color: #171717;
  font-size: 26px;
  font-weight: 800;
  letter-spacing: -0.04em;
}
.facilities__description {
  position: relative;
  z-index: 2;
  max-width: 480px;
  color: #555;
  font-size: 16px;
  line-height: 1.7;
  letter-spacing: -0.035em;
}
.facilities__controls {
  display: flex;
  gap: 10px;
  margin: 30px 8px;
}
.facilities__thumbs {
  width: 100%;
  margin: 0;
  padding: 5px;
  margin-bottom: -5px;
}
.facilities__thumb {
  position: relative;
  display: block;
  width: 100%;
  min-width: 0;
  overflow: hidden;
  border-radius: 5px;
}
.facilities__thumb img {
  width: 100%;
  aspect-ratio: 240 / 161;
  object-fit: cover;
  opacity: 0.5;
  transition: transform 0.2s, opacity 0.2s;
}
.facilities__thumb:hover img, .facilities__thumb:focus-visible img {
  transform: scale(1.04);
  opacity: 1;
}
.facilities__thumb span {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 7px 4px;
  color: #fff;
  background: #1119;
  font-size: 14px;
  opacity: 0;
  transition: opacity 0.2s;
}
.facilities__thumb:hover span, .facilities__thumb:focus-visible span {
  opacity: 1;
}

/* ----- Footer ----- */
.site-footer {
  color: #666;
}
.site-footer__family {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.site-footer__family-inner {
  display: flex;
  width: calc(100% - 80px);
  max-width: 1210px;
  margin: 0 auto;
}
.site-footer__select-wrap {
  position: relative;
  flex: 1;
  min-width: 0;
  border-left: 1px solid #ddd;
}
.site-footer__select-wrap:last-child {
  border-right: 1px solid #ddd;
}
.site-footer__select {
  width: 100%;
  min-height: 50px;
  padding: 12px 58px 12px 28px;
  border: 0;
  border-radius: 0;
  color: #555;
  background: transparent;
  font-size: 15px;
  appearance: none;
  cursor: pointer;
}
.site-footer__select:focus-visible {
  outline: 1px solid #bbb;
  outline-offset: -1px;
}

.site-footer__select-wrap > i {
  position: absolute;
  top: 50%;
  right: 35px;
  transform: translateY(-50%);
  color: #111;
  font-size: 23px;
  pointer-events: none;
}
.site-footer__main {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 50px;
  padding-bottom: 44px;
  text-align: center;
}
.site-footer__logo {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #151515;
  font-size: 19px;
  font-weight: 800;
}
.site-footer__logo img {
  width: 160px;
  height: auto;
}
.site-footer__links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px 0;
  margin: 20px 0 33px;
}
.site-footer__links li {
  padding: 0 12px;
  border-right: 1px solid #ddd;
  font-size: 14px;
  line-height: 1;
  letter-spacing: -0.045em;
}
.site-footer__links li:last-child {
  border: 0;
}
.site-footer__links a:hover {
  color: var(--primary);
}
.site-footer__address, .site-footer__copy {
  font-size: 15px;
  line-height: 1.6;
  letter-spacing: -0.035em;
}
.site-footer__address { margin: 10px 0px 5px;}
.site-footer__copy {
  color: #aaa;
}

/* ----- Responsive · Tablet ----- */
@media (max-width: 1500px) {
  .site-header__inner {
    gap: 22px;
  }
  .site-header__logo img {
    width: 185px;
  }
  .site-header__logo a {
    gap: 12px;
  }
  .site-header__logo span {
    padding-left: 12px;
    font-size: 16px;
  }
  .site-header__util {
    gap: 14px;
  }
  .notice-card__link {
    padding: 24px;
  }
  .notice-card__title {
    font-size: 20px;
  }
  .desktop-br {
    display: none;
  }
}

@media (max-width: 1240px) {
  :root {
    --header-height: 82px;
  }
  .site-header__inner {
    gap: 20px;
  }
  .hero {
    height: 520px;
  }
  .hero::before {
    background: linear-gradient(90deg, #f7f9faed, #f7f9fab3 35%, #f7f9fa00 70%);
  }
  .quick__list {
    padding: 24px 20px;
  }
  .quick__list span {
    font-size: 14px;
  }
  .quick__list img {
    width: 48px;
    height: 48px;
  }
  .section-head__title {
    font-size: 36px;
  }
  .notice-card {
    flex-basis: calc((100% - 24px) / 2);
  }
  .notice-card__link {
    height: 250px;
  }
  .notice-card__title {
    font-size: 22px;
  }
  .facilities__controls {
    margin: 22px 8px;
  }
  .facilities__bg {
    top: -0px;
    width: 220px;
    height: 220px;
    opacity: 0.3;
  }
}

@media (max-width: 1024px) {
  .facilities__body {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .facilities__visual .swiper-slide {
    flex-direction: column;
    gap: 24px;
  }
  .facilities__visual .swiper-slide > img {
    flex-basis: auto;
    width: 100%;
    height: auto;
    aspect-ratio: 580 / 360;
  }
  .facilities__info {
    min-height: 0;
    padding: 0;
  }
  .facilities__content {
    position: relative;
    right: auto;
    bottom: auto;
    width: 100%;
    padding-top: 0;
  }
  .facilities__bg {
    display: none;
  }
  .facilities__controls {
    margin: 20px 0;
  }
}

/* ----- Responsive · Mobile ----- */
@media (max-width: 768px) {
  :root {
    --header-height: 74px;
  }
  html {
    scroll-padding-top: 20px;
  }
  .content-inner, .site-header__inner, .hero__inner, .site-footer__family-inner {
    width: calc(100% - 40px);
  }
  .site-header__inner {
    gap: 10px;
  }
  .site-header__logo img {
    width: 143px;
  }
  .site-header__logo a {
    gap: 9px;
  }
  .site-header__logo span {
    padding-left: 9px;
    font-size: 14px;
  }
  .site-header__util {
    gap: 8px;
  }
  .site-header__util a:not(.icon-btn) {
    width: 36px;
    height: 36px;
    padding: 0;
    justify-content: center;
    font-size: 0;
  }
  .site-header__util a:not(.icon-btn) span {
    display: none;
  }
  .site-header__util a:not(.icon-btn) i {
    font-size: 14px;
  }
  .lang-box__trigger {
    padding: 6px 10px;
  }
  .lang-box__label {
    display: none;
  }
  .icon-btn {
    width: 24px;
    font-size: 20px;
  }
  .hero {
    height: 530px;
  }
  .hero__bg {
    object-position: 66% center;
  }
  .hero::before {
    background: linear-gradient(180deg, #f5f8fbe6, #f5f8fbb8 30%, #f5f8fb00 65%);
  }
  .hero__inner {
    align-items: flex-start;
    padding-top: 48px;
    padding-bottom: 0;
  }
  .hero__eyebrow {
    margin-bottom: 12px;
    font-size: 14px;
  }
  .hero h2 {
    font-size: clamp(25px, 4.7vw, 34px);
  }
  .hero__description {
    margin-top: 16px;
    color: #616973;
    font-size: 14px;
  }
  .quick {
    transform: translateY(-35px);
    margin-bottom: -35px;
  }
  .quick__character {
    right: 22px;
    bottom: calc(100% - 10px);
    width: 105px;
  }
  .quick__list {
    flex-wrap: wrap;
    row-gap: 26px;
    padding: 26px 14px;
    border-radius: 26px;
  }
  .quick__list li {
    flex: 0 0 25%;
  }
  .quick__list a {
    gap: 10px;
  }
  .quick__list img {
    width: 43px;
    height: 43px;
  }
  .quick__list span {
    font-size: 13px;
    line-height: 1.2;
  }
  .section-head {
    flex-direction: column;
    align-items: flex-start;
    gap: 22px;
    margin-bottom: 24px;
  }
  .section-head__eyebrow {
    margin-bottom: 10px;
    font-size: 13px;
  }
  .section-head__title {
    font-size: 30px;
  }
  .notice {
    padding: 42px 0 50px;
  }
  .notice__tools {
    justify-content: space-between;
    gap: 8px;
    width: 100%;
    padding-bottom: 0;
  }
  .notice__tabs {
    --tab-gap: 8px;
  }
  .notice__tab {
    width: 56px;
    font-size: 14px;
  }
  .notice__tab[data-filter="공지사항"] {
    width: 80px;
  }
  .notice__tab[data-filter="자료실"] {
    width: 64px;
  }
  .notice__more {
    width: 38px;
    height: 38px;
  }
  .notice__list {
    gap: 16px;
  }
  .notice-card {
    flex-basis: calc((100% - 16px) / 2);
  }
  .notice-card__link {
    height: 244px;
    padding: 20px;
  }
  .notice-card__title {
    min-height: 47px;
    font-size: 18px;
  }
  .notice-card__description {
    font-size: 14px;
  }
  .notice-card__meta {
    flex-wrap: wrap;
    font-size: 12px;
  }
  .facilities {
    padding: 46px 0 50px;
  }
  .facilities .section-head {
    margin-bottom: 26px;
  }
  .facilities__name {
    margin-bottom: 10px;
    font-size: 23px;
  }
  .facilities__description {
    font-size: 15px;
  }
  .site-footer__family-inner {
    flex-direction: column;
  }
  .site-footer__select-wrap {
    border: 0;
    border-bottom: 1px solid #e8e8e8;
  }
  .site-footer__select-wrap:last-child {
    border: 0;
  }
  .site-footer__select {
    padding-left: 0;
    font-size: 14px;
  }
  .site-footer__select-wrap > i {
    right: 6px;
    font-size: 20px;
  }
  .site-footer__main {
    padding-top: 32px;
    padding-bottom: 30px;
  }
  .site-footer__logo {
    font-size: 16px;
  }
  .site-footer__logo img {
    width: 145px;
  }
  .site-footer__links {
    gap: 12px 0;
    margin: 25px 0;
  }
  .site-footer__links li {
    padding: 0 8px;
    font-size: 12px;
  }
  .site-footer__address, .site-footer__copy {
    font-size: 12px;
  }
  .site-footer__address span {
    display: block;
  }
  .site-footer__copy {
    margin-top: 8px;
  }
}

@media (max-width: 480px) {
  .notice-card {
    flex-basis: 100%;
  }
  .notice-card__link {
    height: 236px;
    padding: 22px 24px;
  }
  .notice-card__title {
    font-size: 20px;
  }
  .notice-card__meta {
    font-size: 13px;
  }
  .notice-card__description {
    font-size: 15px;
  }
  .hero h2 {
    font-size: 25px;
  }
  .site-header__logo img {
    width: auto;
    height: 28px;
  }
  .site-header__logo span {
    font-size: 13px;
  }
  .site-header__util {
    gap: 6px;
  }
  .quick__list {
    padding-right: 8px;
    padding-left: 8px;
  }
  .quick__list span {
    font-size: 12px;
  }
}


/* ----- GNB · 학과C 메뉴 버튼 / 메가 메뉴 / 모바일 전체 메뉴 ----- */
.gnb-link {
  font-family: "Pretendard", sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: #202020;
}
:root {
  --gnb-mega-panel-height: 240px;
}
.gnb-wrap {
  position: relative;
  background: #fff;
}
.menu-btn {
  display: inline-flex;
  flex-shrink: 0;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
  gap: 5px;
  width: 24px;
  padding: 0;
  z-index: 10;
}

.menu-btn__line {
  display: block;
  width: 20px;
  height: 2px;
  background: #1a1a1a;
  transition: background-color 0.22s ease, transform 0.28s ease, opacity 0.22s ease, width 0.22s ease;
  transform-origin: center;
}

.menu-btn__line:nth-child(2) {
  width: 14px;
}


.menu-btn {
  min-height: 36px;
}

.gnb-mobile-util {
  display: none;
}

.gnb-mobile-util__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.gnb-mobile-util__list a {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.875rem 0;
  font-family: "SUIT", sans-serif;
  font-size: 15px;
  font-weight: 500;
  color: #333333;
  line-height: 1.4;
  text-decoration: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  transition: color 0.2s ease;
}

.gnb-mobile-util__list li:last-child a {
  border-bottom: none;
}

.gnb-mobile-util__list a:hover {
  color: var(--primary);
}

.gnb-mobile-util__list a i {
  width: 1rem;
  font-size: 14px;
  color: #666666;
  text-align: center;
}

.gnb-mobile-lang {
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

.gnb-mobile-util__list li.gnb-mobile-lang:last-child {
  border-bottom: none;
}

.gnb-mobile-lang__trigger {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0.875rem 0;
  background: none;
  border: none;
  cursor: pointer;
  font-family: "SUIT", sans-serif;
  font-size: 15px;
  font-weight: 500;
  color: #333333;
  line-height: 1.4;
}

.gnb-mobile-lang__label {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.gnb-mobile-lang__label i {
  width: 1rem;
  font-size: 14px;
  color: #666666;
  text-align: center;
}

.gnb-mobile-lang__arrow {
  font-size: 12px;
  color: #999999;
  transition: transform 0.2s ease;
}

.gnb-mobile-lang.is-open .gnb-mobile-lang__arrow {
  transform: rotate(180deg);
}

.gnb-mobile-lang__menu {
  margin: 0 0 0.5rem;
  padding: 0.25rem 0;
  list-style: none;
  background: #ffffff;
  border-radius: 8px;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.06);
}

.gnb-mobile-lang__menu button {
  display: block;
  width: 100%;
  padding: 0.625rem 1rem;
  background: none;
  border: none;
  cursor: pointer;
  font-family: "SUIT", sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #444444;
  text-align: left;
  transition: color 0.2s ease, background 0.2s ease;
}

.gnb-mobile-lang__menu button:hover {
  color: var(--primary);
  background: rgba(0, 0, 0, 0.03);
}
@media (min-width: 1241px) {
  .menu-btn { display: none; }
/* GNB */
.gnb {
  display: flex;
  align-items: stretch;
  align-self: stretch;
  gap: 0;
  position: relative;
  z-index: 1;
  flex: 1;
  width: 100%;
  max-width: min(100%, 900px);
  min-width: 0;
  min-height: var(--header-height);
  padding: 0;
}

.gnb-item {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  align-self: stretch;
  flex: 1 1 0;
  min-width: 0;
  min-height: 100%;
  padding-bottom: 0;
  margin-bottom: 0;
  overflow: visible;
}

.gnb-link {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  width: 100%;
  min-height: var(--header-height);
  height: 100%;
  white-space: nowrap;
  letter-spacing: -0.01em;
  transition: color 0.22s ease;
}

.gnb-submenu {
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 2;
  width: 100%;
  min-width: 0;
  height: var(--gnb-mega-panel-height);
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 2px solid transparent;
  border-left: 1px solid rgba(0, 0, 0, 0.08);
  background: transparent;
  text-align: center;
  transform: translateY(-6px);
  opacity: 0;
  visibility: hidden;
  max-height: 0;
  overflow: hidden;
  transition: transform 0.24s ease, opacity 0.24s ease, max-height 0.28s ease, visibility 0s linear 0.24s, background-color 0.2s ease;
}

.gnb-item:not(:has(~ .gnb-item)) .gnb-submenu {
  border-right: 1px solid rgba(0, 0, 0, 0.08);
}

.gnb-submenu li {
  display: block;
}

.gnb-submenu li:first-child {
  padding-top: 15px;
}

.gnb-submenu a {
  display: block;
  padding: 8px 14px;
  text-align: center;
  color: #111;
  font-family: "SUIT", sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.35;
  word-break: break-all;
}

.gnb-submenu a:hover {
  color: var(--primary);
}

.gnb-item:hover .gnb-link,
.gnb-item:focus-within .gnb-link {
  color: var(--primary);
}

.gnb-item:hover .gnb-submenu,
.gnb-item:focus-within .gnb-submenu,
.gnb-item:has(.gnb-submenu a:hover) .gnb-submenu,
.gnb-item:has(.gnb-submenu a:focus-visible) .gnb-submenu {
  border-top-color: var(--primary);
  background: #f8f8f8;
}


  .site-header::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 0;
    width: 100%;
    height: var(--gnb-mega-panel-height);
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    background: #fff;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.24s ease, visibility 0s linear 0.24s;
  }
  .site-header:has(.gnb:hover)::after,
  .site-header:has(.gnb:focus-within)::after {
    opacity: 1;
    visibility: visible;
    transition-delay: 0s;
  }
  .gnb-wrap:has(.gnb:hover) .gnb-submenu,
  .gnb-wrap:has(.gnb:focus-within) .gnb-submenu {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
    max-height: var(--gnb-mega-panel-height);
    transition-delay: 0s;
  }
  .site-header:has(.gnb-mega-force-closed)::after,
  .gnb-wrap.gnb-mega-force-closed .gnb-submenu {
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none;
  }
}
@media (min-width: 1241px) and (max-width: 1500px) {

  .gnb-submenu a { padding-right: 5px; padding-left: 5px; font-size: 14px; }
}
@media (max-width: 1240px) {
  html.is-nav-open, body.is-nav-open { overflow: hidden; }
  .site-header { height: var(--header-height); }
  .site-header__inner.gnb-wrap {
    position: fixed;
    top: var(--gnb-sticky-top, 0px);
    right: 0;
    left: 0;
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 0 24px;
    background: #fff;
    border-bottom: 1px solid #eee;
  }
  .site-header__logo, .site-header__util { position: relative; z-index: 2; }
  .site-header__util > :not(.menu-btn),
  .site-header__util a:not(.menu-btn) {
    display: none;
  }
  .gnb {
    display: flex;
    position: fixed;
    top: calc(var(--header-height) + var(--gnb-sticky-top, 0px));
    left: 0;
    right: 0;
    bottom: auto;
    height: calc(100dvh - var(--header-height) - var(--gnb-sticky-top, 0px));
    max-height: calc(100dvh - var(--header-height) - var(--gnb-sticky-top, 0px));
    z-index: 1;
    flex-direction: column;
    align-items: stretch;
    align-self: auto;
    width: 100%;
    max-width: none;
    min-height: 0;
    margin: 0;
    padding: 0 0 calc(1.75rem + env(safe-area-inset-bottom, 0));
    box-sizing: border-box;
    overflow-x: hidden;
    overflow-y: auto;
    overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch;
    background: #fff;
    transform: translateX(100%);
    visibility: hidden;
    pointer-events: none;
    transition: transform 0.32s ease, visibility 0s linear 0.32s;
  }

  .site-header.is-nav-open .gnb {
    transform: translateX(0);
    visibility: visible;
    pointer-events: auto;
    transition-delay: 0s, 0s;
  }

  .gnb-mobile-util {
    display: block;
    flex-shrink: 0;
    margin-top: auto;
    padding: 1rem 1.25rem 0.5rem;
    border-top: 1px solid rgba(0, 0, 0, 0.08);
    background: #fafafa;
  }

  .gnb-item {
    flex: 0 0 auto;
    align-self: auto;
    min-height: 0;
    height: auto;
    align-items: stretch;
    width: 100%;
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  }

  .gnb-item::after {
    display: none;
  }

  .gnb-link {
    display: flex;
    justify-content: flex-start;
    flex: 0 0 auto;
    width: 100%;
    min-height: 0;
    height: auto;
    padding: 0.875rem 1.25rem;
    box-sizing: border-box;
    white-space: normal;
    line-height: 1.35;
  }

  .gnb-item:has(.gnb-submenu) > .gnb-link {
    position: relative;
    padding-right: 3rem;
  }

  .gnb-item:has(.gnb-submenu) > .gnb-link::after {
    content: "";
    position: absolute;
    right: 1.375rem;
    top: 50%;
    width: 9px;
    height: 9px;
    margin-top: -6px;
    border-right: 2px solid #444;
    border-bottom: 2px solid #444;
    transform: rotate(45deg);
    transition: transform 0.25s ease;
    background: transparent;
    opacity: 1;
  }

  .gnb-item.is-open > .gnb-link::after {
    transform: rotate(225deg);
    margin-top: -2px;
  }

  .gnb-submenu {
    position: static;
    top: auto;
    left: auto;
    z-index: auto;
    display: none;
    width: 100%;
    min-width: 0;
    height: auto;
    max-height: none;
    margin: 0;
    padding: 0;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.06);
    background: #f8f8f8;
    text-align: left;
    transform: none;
    opacity: 1;
    visibility: visible;
    overflow: visible;
    list-style: none;
    transition: none;
  }

  .gnb-item.is-open > .gnb-submenu {
    display: block;
  }

  .gnb-item.is-open {
    z-index: 2;
  }

  .gnb-submenu li:first-child {
    margin-top: 0;
    padding-top: 0;
  }

  .gnb-submenu a {
    display: block;
    padding: 0.75rem 1.25rem 0.75rem 1.75rem;
    text-align: left;
    white-space: normal;
    font-size: 15px;
    font-weight: 500;
    color: #333333;
    line-height: 1.4;
  }

  .gnb-submenu a:hover {
    color: var(--primary);
  }

  .site-header.is-nav-open .menu-btn__line:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
    width: 22px;
  }

  .site-header.is-nav-open .menu-btn__line:nth-child(2) {
    opacity: 0;
    width: 0;
  }

  .site-header.is-nav-open .menu-btn__line:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
    width: 22px;
  }


}

@media (max-width: 768px) {
  .site-header__inner.gnb-wrap { padding-right: 20px; padding-left: 20px; }
  .menu-btn { width: 28px; }
  .gnb-link { padding: 0.9375rem 1rem; }
  .gnb-submenu a { padding: 0.8125rem 1rem 0.8125rem 1.5rem; font-size: 14px; }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *, *::before, *::after {
    transition: none !important;
    animation: none !important;
  }
}

/* ----- Top Banner (상단 공지) ----- */
.top-banner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 260;
  width: 100%;
  background: #dfdfdf;
  color: #fff;
  overflow: hidden;
  transition: transform 0.35s ease, opacity 0.35s ease;
}

.top-banner[hidden] {
  display: none !important;
}

.top-banner.is-closing {
  transform: translateY(-100%);
  opacity: 0;
  pointer-events: none;
}

.top-banner__inner {
  position: relative;
  width: 100%;
  max-width: var(--layout-max);
  margin: 0 auto;
  padding: 10px 52px;
  box-sizing: border-box;
  min-height: 130px;
  height: auto;
}

.top-banner__swiper {
  width: 100%;
  overflow: hidden;
}

.top-banner__slide {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 110px;
  padding: 0 0 6px;
  box-sizing: border-box;
}

.top-banner__content {
  width: 100%;
  text-align: center;
  line-height: 1.5;
}

.top-banner__content a {
  color: #fff;
}

.top-banner__content p {
  width: 100%;
  height: 100%;
}

.top-banner__content p img {
  display: inline-block;
  width: 100%;
  max-width: 100%;
  max-height: 110px;
  height: auto;
  object-fit: cover;
  vertical-align: middle;
}

.top-banner__pagination {
  position: absolute !important;
  left: 0 !important;
  right: 0 !important;
  top: 50%;
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
  transform: translateY(-50%) !important;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  gap: 0;
  pointer-events: none;
}

.top-banner__pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background: rgba(255, 255, 255, 0.45);
  opacity: 1;
  pointer-events: auto;
}

.top-banner__pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  box-shadow: none;
  background: #fff;
}

.top-banner__nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 36px;
  height: 36px;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  color: #404040;
  font-size: 18px;
  cursor: pointer;
}

.top-banner__nav--prev {
  left: 12px;
}

.top-banner__nav--next {
  right: 12px;
}

.top-banner__actions {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: nowrap;
  gap: 6px 8px;
  width: 100%;
  min-height: 30px;
  margin-top: 4px;
  padding-top: 6px;
  box-sizing: border-box;
  font-size: 13px;
  z-index: 9;
  color: #000;
}

.top-banner__today {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-left: auto;
  flex-shrink: 0;
  position: relative;
  z-index: 2;
  cursor: pointer;
  font-weight: 300;
  user-select: none;
}

.top-banner__today input {
  margin: 0;
}

.top-banner__close {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  flex-shrink: 0;
  position: relative;
  z-index: 2;
}

.top-banner__close img {
  display: block;
  width: 17px;
  height: 17px;
  filter: brightness(0);
}

.top-banner.is-single .top-banner__nav,
.top-banner.is-single .top-banner__pagination {
  display: none;
}

@media (max-width: 900px) {
  .top-banner__inner {
    min-height: 0;
    padding: 8px 36px 8px;
  }

  .top-banner__slide {
    min-height: 80px;
    padding: 4px 0 0;
  }

  .top-banner__content p img {
    max-height: 80px;
  }

  .top-banner__nav {
    width: 28px;
    height: 28px;
    font-size: 14px;
  }

  .top-banner__nav--prev {
    left: 4px;
  }

  .top-banner__nav--next {
    right: 4px;
  }

  .top-banner__actions {
    gap: 4px 6px;
    min-height: 26px;
    margin-top: 2px;
    padding-top: 4px;
    font-size: 12px;
  }

  .top-banner__pagination .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
  }

  .top-banner__today {
    gap: 4px;
  }

  .top-banner__today span {
    white-space: nowrap;
  }

  .top-banner__close {
    width: 24px;
    height: 24px;
  }

  .top-banner__close img {
    width: 14px;
    height: 14px;
  }
}

@media (max-width: 420px) {
  .top-banner__inner {
    padding: 6px 28px 6px;
  }

  .top-banner__slide {
    min-height: 72px;
  }

  .top-banner__content p img {
    max-height: 72px;
  }
}

@media (max-width: 380px) {
  .top-banner__pagination {
    justify-content: flex-start;
    padding-left: 2px !important;
  }

  .top-banner__today span {
    font-size: 11px;
  }
}

.popup_close label {
  color: #ffffff;
}

/* 레이어팝업 */
.layerPopupBox .popup_close label {
  color: #fff;
}

@media (max-width: 900px) {
  .layerPopupBox {
    left: 0 !important;
    top: 0 !important;
    right: 0 !important;
    width: 580px !important;
    max-width: 100%;
    height: auto !important;
    margin: 0 auto !important;
  }
}

@media (max-width: 600px) {
  .layerPopupBox {
    width: 80% !important;
  }
}

@media (max-width: 430px) {
  .layerPopupBox {
    width: 90% !important;
  }
}