@charset "UTF-8";
[data-dark=false] {
  --primary: #1982C4;
  --secondary: #8AC926;
  --text: rgb(82, 78, 71);
  --black: rgb(82, 78, 71);
  --background: #ffffff;
  --background-alt: #FFFBF0;
  --light-gray: #E6E2D8;
  --gray: #857F72;
  --dark-gray: #45403A;
  --overlay: #00000015;
}

[data-dark=true] {
  --primary: #1982C4;
  --secondary: #8AC926;
  --text: rgb(82, 78, 71);
  --black: rgb(82, 78, 71);
  --background: #ffffff;
  --background-alt: #FFFBF0;
  --light-gray: #E6E2D8;
  --gray: #857F72;
  --dark-gray: #45403A;
  --overlay: #00000015;
}

:root {
  --red: #FF595E;
  --yellow: #FFCA3A;
  --green: #8AC926;
  --blue: #1982C4;
  --purple: #6A4C93;
  --title: "Pretendard Variable", Pretendard, -apple-system, sans-serif;
  --heading: "Pretendard Variable", Pretendard, -apple-system, sans-serif;
  --body: "Pretendard Variable", Pretendard, -apple-system, sans-serif;
  --code: "Roboto Mono", monospace;
  --large: 1.2rem;
  --xl: 1.4rem;
  --xxl: 1.6rem;
  --thin: 300;
  --regular: 400;
  --semi-bold: 500;
  --bold: 700;
  --spacing: 2;
  --compact: 1.5;
  --rounded: 3px;
  --shadow: 0 0 10px 0 var(--overlay);
  --transition: 0.2s ease;
}

#dark-toggle,
.dark-toggle,
button[aria-label*=dark i],
button[title*=dark i] {
  display: none !important;
}

@font-face {
  font-family: "KCC-Ganpan";
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2302@1.0/KCC-Ganpan.woff2") format("woff2");
  font-weight: normal;
  font-display: swap;
}
@font-face {
  font-family: "AyoungSYearning2019Handwriting";
  src: url("https://cdn.jsdelivr.net/gh/Project-Noonnu/2607161334@2019/2019/Griun_AhyoungsHandwriteIn2019-Rg.woff2") format("woff2");
  font-weight: 400;
  font-display: swap;
}
header .title,
header .subtitle {
  color: rgba(25, 130, 196, 0.9) !important;
}

header .title {
  font-family: "SchoolSafetyRoundedSmile", sans-serif !important;
  letter-spacing: 0.02em !important;
  font-size: clamp(1rem, 1.765vw, 1.4075rem) !important;
}

header .subtitle {
  font-family: "SchoolSafetyRoundedSmile", sans-serif !important;
  font-size: clamp(1rem, 1.473vw, 1.175rem) !important;
}

header img {
  width: auto !important;
  height: clamp(90px, 7vw, 180px) !important;
  max-width: none !important;
  object-fit: contain !important;
}

.citation-image {
  display: none !important;
}

/* ===== 구성원 개별 페이지 ===== */
.float {
  float: none !important;
  width: 100% !important;
  max-width: 320px !important;
  margin: 0 auto 1.5rem !important;
}

.float .portrait-wrapper,
.float .portrait {
  width: 100% !important;
  max-width: 320px !important;
  margin: 0 auto !important;
}

/* 사진만 정사각형으로 */
.float .portrait-image {
  width: 100% !important;
  height: auto !important;
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 12px !important;
}

/* 이름 크게 */
.float .portrait-name {
  font-size: 1.3rem !important;
  font-weight: 600;
  margin-top: 0.7rem !important;
}

.float .portrait-affiliation {
  font-size: 0.95rem !important;
  margin-top: 0.2rem !important;
}

/* ===== 경력 타임라인 ===== */
.timeline {
  list-style: none;
  padding: 0;
  margin: 1.5rem 0;
  display: grid;
  grid-template-columns: max-content 1px 1fr;
  column-gap: 1.5rem;
}

.timeline li {
  display: contents;
}

.timeline .tl-date {
  text-align: right;
  padding: 0.55rem 0;
  color: var(--dark-gray);
  white-space: nowrap;
}

.timeline .tl-line {
  position: relative;
  background: var(--light-gray);
}

.timeline .tl-line::before {
  content: "";
  position: absolute;
  top: 1.05rem;
  left: 50%;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: var(--blue);
  transform: translateX(-50%);
}

.timeline li:first-child .tl-line {
  background: linear-gradient(var(--background) 1.05rem, var(--light-gray) 1.05rem);
}

.timeline li:last-child .tl-line {
  background: linear-gradient(var(--light-gray) 1.05rem, var(--background) 1.05rem);
}

.timeline .tl-text {
  padding: 0.55rem 0;
}

@media (max-width: 600px) {
  .timeline {
    grid-template-columns: 1px 1fr;
    column-gap: 1rem;
  }
  .timeline .tl-date {
    grid-column: 2;
    text-align: left;
    padding-bottom: 0;
    font-size: 0.88rem;
    color: var(--gray);
  }
  .timeline .tl-line {
    grid-row: span 2;
  }
  .timeline .tl-text {
    grid-column: 2;
    padding-top: 0.1rem;
  }
}
/* 직함 가운데 정렬 */
.float .member-role {
  text-align: center !important;
  color: var(--blue);
  font-weight: 600;
  margin: 0.4rem 0 0 !important;
}

/* Member detail pages display the role in .member-role below the portrait. */
.float .portrait-role {
  display: none;
}

/* 홈페이지 전체 본문 폰트 크기 강제 키우기 */
body, p, li, span, a, td {
  font-size: 1.1rem !important;
}

/* 모바일 화면에서 배경은 냅두고 글씨 여백만 줄이기 */
@media (max-width: 768px) {
  /* main에 들어갔던 설정은 지우고, section과 header 안쪽 여백을 조절합니다 */
  header, section, footer {
    padding-left: 25px !important;
    padding-right: 25px !important;
  }
  /* 혹시 템플릿 내부에 글씨를 감싸는 상자가 있다면 그 여백도 함께 줄입니다 */
  .container, .content, .inner {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

/*# sourceMappingURL=-theme.css.map */