@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@400;500;600;700;800&family=Poppins:wght@500;600;700&display=swap");

:root {
  --purple: #0067b4;
  --purple-deep: #034c82;
  --purple-mid: #007bd6;
  --purple-bright: #3da7f5;
  --violet-950: #04263e;
  --violet-900: #04375d;
  --orange: #fe8c26;
  --surface: #f4f7fa;
  --surface-soft: #eef5fb;
  --line: #d4dee5;
  --ink: #0b263a;
  --text: #1e2f3b;
  --muted: #546978;
  --subtle: #879dad;
  --white: #fff;
  --success: #16845b;
  --danger: #d93b56;
  --radius-sm: 10px;
  --radius-md: 20px;
  --radius-lg: 30px;
  --shadow: 0 8px 54px rgb(11 38 58 / 5%);
  --shadow-purple: 0 18px 46px rgb(29 137 216 / 24%);
  --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--text);
  background: var(--white);
  font-family: "Noto Sans KR", sans-serif;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}
button, input, textarea, select { font: inherit; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button { cursor: pointer; }
.shell { min-height: 100vh; overflow: hidden; }
.inner { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.skip-link { position: fixed; top: -80px; left: 20px; z-index: 100; padding: 12px 18px; color: #fff; background: var(--violet-950); }
.skip-link:focus { top: 20px; }
:focus-visible { outline: 3px solid rgb(29 137 216 / 32%); outline-offset: 3px; }

.site-header { position: relative; z-index: 30; border-bottom: 1px solid #eee; background: rgb(255 255 255 / 96%); }
.header-row { min-height: 80px; display: flex; align-items: center; gap: 32px; }
.brand { display: inline-flex; align-items: center; gap: 12px; color: var(--ink); font-weight: 800; line-height: 1.15; }
.brand-mark { width: 42px; height: 42px; flex: none; border-radius: 14px; object-fit: contain; }
.brand small { display: block; color: var(--purple); font: 600 10px Poppins, sans-serif; letter-spacing: .08em; }
.main-nav { display: flex; align-items: center; gap: 25px; margin-left: auto; font-size: 14px; font-weight: 600; }
.main-nav a { position: relative; min-height: 44px; display: inline-flex; align-items: center; }
.main-nav a:hover, .main-nav a[aria-current="page"] { color: var(--purple); }
.main-nav a[aria-current="page"]::after { position: absolute; right: 0; bottom: 4px; left: 0; height: 2px; content: ""; background: var(--purple); }
.header-actions { display: flex; align-items: center; gap: 8px; }
.menu-toggle { display: none; min-width: 44px; min-height: 44px; border: 1px solid var(--line); border-radius: 12px; color: var(--purple); background: #fff; }

.button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 0 26px; border: 2px solid transparent; border-radius: 999px; font-weight: 700; transition: transform .16s ease, box-shadow .18s ease, background-color .18s ease; }
.button:hover { transform: translateY(-2px); }
.button--small { min-height: 44px; padding-inline: 20px; font-size: 14px; }
.button--primary { color: #fff; border-color: var(--purple); background: var(--purple); box-shadow: 0 12px 30px rgb(29 137 216 / 20%); }
.button--outline { color: var(--purple); border-color: var(--purple); background: #fff; }
.button--dark { color: #fff; background: var(--violet-950); }
.button--ghost { color: var(--muted); border-color: var(--line); background: #fff; }
.button--kakao { width: 100%; color: #191600; border-color: #FEE500; background: #FEE500; }
.button--naver { width: 100%; color: #fff; border-color: #03C75A; background: #03C75A; }
.button[disabled] { cursor: not-allowed; opacity: .55; transform: none; }

.social-divider { display: flex; align-items: center; gap: 12px; max-width: 420px; margin: 24px auto; color: var(--muted); font-size: 13px; }
.social-divider::before, .social-divider::after { flex: 1; height: 1px; content: ""; background: var(--line); }
.social-buttons { display: flex; flex-direction: column; gap: 12px; max-width: 420px; margin-inline: auto; }

.hero { padding: 112px 0 130px; background: #fff; }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1.18fr) minmax(360px, .82fr); align-items: center; gap: 72px; }
.service-line { display: flex; align-items: center; gap: 12px; font-size: 13px; font-weight: 700; }
.service-line strong, .eyebrow { color: var(--purple); font-family: Poppins, sans-serif; }
.service-line span { display: flex; align-items: center; gap: 12px; }
.service-line span::before { width: 52px; height: 1px; content: ""; background: var(--purple); }
.kicker { display: block; margin-top: 48px; color: #b9e1ff; font: 600 20px Poppins, sans-serif; font-style: normal; }
.hero h1, .section-heading h2, .page-hero h1 { margin: 18px 0 0; color: var(--ink); font-size: clamp(40px, 5vw, 60px); font-weight: 800; line-height: 1.28; letter-spacing: -.05em; }
.hero h1 em, .section-heading h2 em, .page-hero h1 em { color: var(--purple); font-style: normal; }
.hero-lead { margin: 34px 0 0; font-size: 20px; font-weight: 700; }
.hero-copy { max-width: 680px; margin: 18px 0 0; color: var(--muted); }
.actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 38px; }

.visual { padding: 24px; border-radius: var(--radius-lg); color: #fff; background: linear-gradient(150deg, #0e5386, var(--violet-950)); box-shadow: 0 24px 60px rgb(11 38 58 / 26%); }
.visual-bar { display: flex; justify-content: space-between; margin-bottom: 24px; color: #8fb9d8; font: 600 11px Poppins, sans-serif; }
.visual-grid { display: grid; grid-template-columns: 100px 1fr; gap: 14px; }
.visual-side { display: grid; align-content: start; gap: 8px; }
.visual-side span { padding: 10px; border-radius: 8px; color: #8aaec8; background: rgb(255 255 255 / 7%); font-size: 11px; }
.visual-side span.active { color: #fff; background: var(--purple); }
.visual-main { min-height: 280px; padding: 18px; border-radius: 18px; background: rgb(255 255 255 / 8%); }
.visual-main .visual-title { margin: 0 0 14px; font-size: 16px; }
.visual-row { display: flex; justify-content: space-between; gap: 12px; margin-top: 9px; padding: 13px 14px; border-radius: 10px; color: #c6e0f3; background: rgb(255 255 255 / 8%); font-size: 13px; }
.visual-row.active { color: #fff; background: var(--purple); }
.visual-mini-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; margin-top: 12px; }
.visual-mini { min-height: 72px; padding: 12px; border-radius: 12px; background: rgb(255 255 255 / 9%); }
.visual-mini strong { display: block; color: #fff; font: 700 24px Poppins, sans-serif; }
.visual-mini small { color: #8fb9d8; }

.page-hero { padding: 92px 0 86px; background: linear-gradient(180deg, #fff 0%, var(--surface-soft) 100%); text-align: center; }
.page-hero .eyebrow { display: block; font-size: 13px; font-weight: 700; }
.page-hero p { max-width: 680px; margin: 24px auto 0; color: var(--muted); }
.breadcrumb { margin-bottom: 24px; color: var(--subtle); font-size: 13px; }
.breadcrumb a:hover { color: var(--purple); }
.subnav { border-bottom: 1px solid var(--line); background: #fff; }
.subnav-list { min-height: 66px; display: flex; align-items: center; justify-content: center; gap: 8px; overflow-x: auto; }
.subnav a { flex: none; padding: 10px 16px; border-radius: 999px; color: var(--muted); font-size: 14px; font-weight: 600; }
.subnav a:hover, .subnav a.active { color: #fff; background: var(--purple); }

.section { padding: 120px 0; }
.section--soft { background: var(--surface); }
.section--dark { color: #fff; background: var(--violet-950); }
.section-heading { max-width: 780px; margin-bottom: 64px; }
.section-heading--center { margin-inline: auto; text-align: center; }
.section-heading .eyebrow { font-size: 13px; font-weight: 700; }
.section-heading h2 { font-size: clamp(34px, 4vw, 48px); }
.section-heading p { margin: 22px 0 0; color: var(--muted); }
.section--dark .section-heading h2 { color: #fff; }
.section--dark .section-heading p { color: #8fb9d8; }

.grid { display: grid; gap: 28px; }
.grid--2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.grid--3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.grid--4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.card { padding: 34px 30px; border: 1px solid transparent; border-radius: var(--radius-lg); background: #fff; box-shadow: var(--shadow); }
.card:hover { border-color: #c7e4fa; }
.card h3, .card .choice-title { margin: 22px 0 10px; color: var(--ink); font-size: 21px; line-height: 1.45; }
.card p { margin: 0; color: var(--muted); font-size: 15px; }
.card-label { display: inline-flex; align-items: center; min-height: 42px; padding: 3px 18px 3px 3px; border-radius: 999px; color: #fff; background: var(--purple); font: 600 13px Poppins, sans-serif; }
.card-label b { width: 36px; height: 36px; display: grid; place-items: center; margin-right: 12px; border-radius: 50%; color: var(--purple); background: #fff; }
.icon-tile { width: 52px; height: 52px; display: grid; place-items: center; border-radius: 17px; color: #fff; background: linear-gradient(135deg, var(--purple), var(--purple-bright)); font: 700 16px Poppins, sans-serif; }
.list { margin: 24px 0 0; padding: 20px 0 0; border-top: 1px dashed var(--line); list-style: none; }
.list li { position: relative; margin-top: 8px; padding-left: 16px; color: var(--muted); font-size: 14px; }
.list li::before { position: absolute; top: 11px; left: 0; width: 5px; height: 5px; border-radius: 50%; content: ""; background: var(--purple); }
.link-arrow { display: inline-flex; align-items: center; min-height: 44px; margin-top: 20px; color: var(--purple); font-weight: 700; }

.content-card { max-width: 900px; margin: 0 auto; padding: 56px; border-radius: var(--radius-lg); background: #fff; box-shadow: var(--shadow); }
.content-card h2 { margin: 0 0 24px; color: var(--ink); font-size: 30px; line-height: 1.45; }
.content-card p { color: var(--muted); }
.greeting { text-align: center; }
.greeting-symbol { width: 78px; height: 78px; display: block; margin: 0 auto 28px; padding: 10px; border-radius: 24px; background: var(--surface-soft); object-fit: contain; }
.greeting-copy { max-width: 700px; margin: 0 auto; text-align: left; }
.signature { margin-top: 34px; padding-top: 28px; border-top: 1px solid var(--line); }
.empty-state { padding: 72px 30px; border: 1px dashed #b8cddc; border-radius: var(--radius-lg); background: #fff; text-align: center; }
.empty-state .icon-tile { margin: 0 auto 24px; }
.empty-state h2 { margin: 0; color: var(--ink); font-size: 26px; }
.empty-state p { color: var(--muted); }

.metrics { padding: 64px 0; color: #fff; background: var(--purple); }
.metrics-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.metric { padding: 0 22px; border-left: 1px solid rgb(255 255 255 / 20%); text-align: center; }
.metric:first-child { border-left: 0; }
.metric strong { display: block; font: 700 clamp(34px, 4vw, 52px) Poppins, sans-serif; line-height: 1.1; }
.metric span { display: block; margin-top: 10px; font-weight: 700; }
.metric small { color: #a8cfec; font: 500 11px Poppins, sans-serif; }

.form-wrap { max-width: 780px; margin: 0 auto; }
.form-card { padding: 42px; border-radius: var(--radius-lg); background: #fff; box-shadow: var(--shadow); }
.form-card + .form-card { margin-top: 22px; }
.form-title { display: flex; align-items: center; gap: 14px; margin: 0 0 28px; padding-bottom: 18px; border-bottom: 1px solid var(--line); color: var(--ink); font-size: 20px; }
.form-title b { width: 36px; height: 36px; display: grid; place-items: center; border-radius: 50%; color: #fff; background: var(--purple); font: 700 13px Poppins, sans-serif; }
.form-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; }
.field { min-width: 0; }
.field--full { grid-column: 1 / -1; }
.field label { display: block; margin-bottom: 8px; color: var(--ink); font-size: 14px; font-weight: 700; }
.required::after { content: " *"; color: var(--danger); }
.control { width: 100%; min-height: 52px; padding: 0 16px; border: 1px solid var(--line); border-radius: 12px; color: var(--text); background: #fff; }
textarea.control { min-height: 150px; padding-block: 14px; resize: vertical; }
.control:focus { border-color: var(--purple); outline: 3px solid rgb(29 137 216 / 10%); }
.control[disabled] { color: var(--muted); background: #f1f6f9; }
.field-help { margin-top: 7px; color: var(--subtle); font-size: 12px; }
.input-action { display: grid; grid-template-columns: 1fr auto; gap: 8px; }
.check { display: flex; align-items: flex-start; gap: 10px; font-size: 14px; }
.check input { width: 19px; height: 19px; flex: none; margin-top: 3px; accent-color: var(--purple); }
.form-submit { width: 100%; margin-top: 26px; }
.auth-layout { min-height: calc(100vh - 80px); display: grid; grid-template-columns: .9fr 1.1fr; }
.auth-aside { display: grid; align-content: center; padding: 70px max(40px, calc((100vw - 1180px) / 2)); color: #fff; background: linear-gradient(150deg, var(--purple), var(--violet-950)); }
.auth-aside h1 { margin: 22px 0 16px; font-size: clamp(38px, 4vw, 56px); line-height: 1.25; letter-spacing: -.05em; }
.auth-aside p { color: #c7e4f9; }
.auth-main { display: grid; place-items: center; padding: 70px 40px; background: var(--surface); }
.auth-panel { width: min(100%, 470px); }
.auth-panel h2 { margin: 0; color: var(--ink); font-size: 30px; }
.auth-panel > p { color: var(--muted); }
.auth-panel .form-card { margin-top: 28px; }
.auth-foot { margin-top: 20px; color: var(--muted); text-align: center; font-size: 14px; }
.auth-foot a { color: var(--purple); font-weight: 700; }
.choice-card { min-height: 320px; display: flex; flex-direction: column; align-items: flex-start; padding: 44px; }
.choice-card .icon-tile { width: 64px; height: 64px; }
.choice-card .button { margin-top: auto; }

.board-toolbar { display: flex; justify-content: space-between; align-items: center; gap: 16px; margin-bottom: 24px; }
.search { display: flex; gap: 8px; width: min(100%, 400px); }
.search .control { min-width: 0; }
.table-wrap { overflow-x: auto; border-radius: var(--radius-md); background: #fff; box-shadow: var(--shadow); }
.data-table { width: 100%; min-width: 680px; border-collapse: collapse; }
.data-table th, .data-table td { padding: 17px 18px; border-bottom: 1px solid #eee; text-align: left; font-size: 14px; }
.data-table th { color: var(--muted); background: #f6fafd; font-size: 13px; }
.data-table tbody tr:hover { background: var(--surface-soft); }
.data-table a { color: var(--ink); font-weight: 600; }
.data-table a:hover { color: var(--purple); }
.align-center { text-align: center !important; }
.badge { display: inline-flex; align-items: center; justify-content: center; min-height: 28px; padding: 3px 11px; border-radius: 999px; color: var(--purple); background: #e7f5ff; font-size: 12px; font-weight: 700; }
.badge--success { color: var(--success); background: #e7f7f0; }
.badge--danger { color: var(--danger); background: #fff0f3; }
.badge--gray { color: var(--muted); background: #eff1f2; }
.pagination { display: flex; justify-content: center; gap: 7px; margin-top: 34px; }
.pagination a { width: 44px; height: 44px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 12px; background: #fff; }
.pagination a.active { color: #fff; border-color: var(--purple); background: var(--purple); }
.post-head { padding-bottom: 30px; border-bottom: 1px solid var(--line); }
.post-head h1 { margin: 18px 0; color: var(--ink); font-size: clamp(28px, 4vw, 42px); line-height: 1.4; }
.post-meta { display: flex; flex-wrap: wrap; gap: 18px; color: var(--subtle); font-size: 13px; }
.post-body { min-height: 320px; padding: 48px 0; color: #444; }
.attachment { margin-top: 28px; padding: 20px; border-radius: 14px; background: var(--surface); }
.attachment a { color: var(--purple); font-weight: 700; }
.editor-toolbar { min-height: 52px; display: flex; align-items: center; gap: 8px; padding: 8px; border: 1px solid var(--line); border-bottom: 0; border-radius: 12px 12px 0 0; background: #f6fafd; }
.editor-toolbar button { min-width: 36px; min-height: 36px; border: 0; border-radius: 8px; background: #fff; }
.editor { min-height: 300px; padding: 18px; border: 1px solid var(--line); border-radius: 0 0 12px 12px; color: var(--subtle); background: #fff; }
.dropzone { padding: 34px; border: 2px dashed #b8cddc; border-radius: 18px; background: var(--surface-soft); text-align: center; }

.event-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.event-card { overflow: hidden; border-radius: var(--radius-lg); background: #fff; box-shadow: var(--shadow); }
.event-thumb { min-height: 220px; display: grid; align-content: end; padding: 24px; color: #fff; background: linear-gradient(145deg, var(--violet-950), var(--purple)); }
.event-thumb--two { background: linear-gradient(145deg, #134d78, var(--purple-bright)); }
.event-thumb--three { background: linear-gradient(145deg, #0e5386, var(--purple-deep)); }
.event-thumb strong { max-width: 250px; font-size: 25px; line-height: 1.35; }
.event-body { padding: 26px; }
.event-body h3 { margin: 15px 0 10px; color: var(--ink); font-size: 20px; }
.event-meta { display: grid; gap: 7px; margin-top: 18px; color: var(--muted); font-size: 13px; }
.event-gallery-hero { position: relative; overflow: hidden; padding: 92px 0; color: #fff; background: var(--violet-950); }
.event-gallery-hero::before,
.event-gallery-hero::after { position: absolute; border-radius: 999px; content: ""; pointer-events: none; }
.event-gallery-hero::before { width: 360px; height: 360px; top: -190px; right: 5%; background: linear-gradient(135deg, var(--purple), var(--purple-bright)); opacity: .8; }
.event-gallery-hero::after { width: 210px; height: 210px; right: 24%; bottom: -140px; border: 44px solid rgb(255 255 255 / 10%); }
.event-gallery-hero .inner { position: relative; z-index: 1; }
.event-gallery-hero .breadcrumb { color: #82a7c2; }
.event-gallery-hero .eyebrow { color: #8ecfff; }
.event-gallery-hero h1 { max-width: 780px; margin: 18px 0 0; font-size: clamp(42px, 5vw, 62px); line-height: 1.25; letter-spacing: -.05em; }
.event-gallery-hero h1 em { color: var(--purple-bright); font-style: normal; }
.event-gallery-hero p { max-width: 620px; margin: 22px 0 0; color: #b7d2e6; }
.event-category-bar { border-bottom: 1px solid #e2eaf0; background: #fff; }
.event-category-list { min-height: 80px; display: flex; align-items: center; gap: 8px; overflow-x: auto; scrollbar-width: none; }
.event-category-list::-webkit-scrollbar { display: none; }
.event-category-chip { min-width: max-content; min-height: 44px; padding: 0 20px; border: 1px solid transparent; border-radius: 999px; color: var(--muted); background: transparent; font-size: 14px; font-weight: 700; }
.event-category-chip:hover { color: var(--purple); background: var(--surface-soft); }
.event-category-chip.is-active { color: #fff; background: var(--purple); box-shadow: 0 10px 25px rgb(38 162 254 / 18%); }
.event-gallery-section { padding: 88px 0 120px; background: #fff; }
.event-gallery-toolbar { display: flex; align-items: flex-end; justify-content: space-between; gap: 28px; margin-bottom: 42px; }
.event-gallery-toolbar h2 { margin: 8px 0 0; color: var(--ink); font-size: 30px; }
.event-gallery-toolbar p { margin: 8px 0 0; color: var(--muted); font-size: 14px; }
.event-gallery-tools { display: flex; align-items: center; gap: 9px; }
.event-gallery-tools .control { width: 250px; }
.event-gallery { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 36px 28px; }
.event-gallery-card { min-width: 0; overflow: hidden; border: 1px solid #e2eaf0; border-radius: var(--radius-lg); background: #fff; box-shadow: var(--shadow); transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease; }
.event-gallery-card:hover { border-color: #bcdef7; box-shadow: 0 18px 50px rgb(11 38 58 / 10%); transform: translateY(-6px); }
.event-gallery-media { position: relative; display: block; aspect-ratio: 16 / 9; overflow: hidden; background: var(--surface); }
.event-gallery-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .3s ease; }
.event-gallery-card:hover .event-gallery-media img { transform: scale(1.03); }
.event-gallery-status { position: absolute; top: 16px; left: 16px; min-height: 32px; display: inline-flex; align-items: center; padding: 0 13px; border-radius: 999px; color: #fff; background: var(--purple); box-shadow: 0 8px 20px rgb(11 38 58 / 24%); font-size: 12px; font-weight: 800; }
.event-gallery-status.is-upcoming { color: var(--violet-950); background: #fff; }
.event-gallery-status.is-closed { background: #5f6a72; }
.event-gallery-body { padding: 25px 25px 27px; }
.event-gallery-category { color: var(--purple); font: 700 12px Poppins, "Noto Sans KR", sans-serif; }
.event-gallery-body h3 { min-height: 58px; margin: 10px 0 12px; color: var(--ink); font-size: 20px; line-height: 1.45; letter-spacing: -.035em; }
.event-gallery-body h3 a:hover { color: var(--purple); }
.event-gallery-summary { min-height: 50px; margin: 0; color: var(--muted); font-size: 14px; line-height: 1.7; }
.event-gallery-tags { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 18px; }
.event-gallery-tags span { padding: 5px 10px; border-radius: 999px; color: #5a7284; background: #eef5fb; font-size: 11px; }
.event-gallery-meta { display: grid; gap: 7px; margin-top: 20px; padding-top: 18px; border-top: 1px solid #eee; color: #737887; font-size: 12px; }
.event-gallery-meta span { display: flex; gap: 8px; }
.event-gallery-meta b { min-width: 34px; color: var(--ink); font-weight: 700; }
.event-gallery-source { margin: 24px 0 0; color: var(--subtle); font-size: 12px; text-align: right; }
.home-event-more { display: flex; justify-content: center; margin-top: 44px; }
.event-promo { padding: 110px 0; color: #fff; background: linear-gradient(145deg, var(--violet-950), #0e5386); }
.event-promo-grid { display: grid; grid-template-columns: 1.15fr .85fr; align-items: center; gap: 68px; }
.event-promo h1 { margin: 20px 0; font-size: clamp(42px, 5vw, 64px); line-height: 1.25; letter-spacing: -.05em; }
.event-promo p { color: #b5d2e8; }
.event-info { padding: 34px; border: 1px solid rgb(255 255 255 / 12%); border-radius: var(--radius-lg); background: rgb(255 255 255 / 8%); }
.event-info dl { margin: 0; }
.event-info div { display: grid; grid-template-columns: 90px 1fr; gap: 14px; padding: 15px 0; border-bottom: 1px solid rgb(255 255 255 / 10%); }
.event-info div:last-child { border-bottom: 0; }
.event-info dt { color: #93b2c9; }
.event-info dd { margin: 0; font-weight: 700; }

.profile-grid { display: grid; grid-template-columns: 340px 1fr; gap: 28px; }
.profile-card { padding: 36px; border-radius: var(--radius-lg); background: linear-gradient(145deg, var(--violet-950), #0e5386); color: #fff; }
.avatar { width: 78px; height: 78px; display: grid; place-items: center; border-radius: 26px; color: var(--purple); background: #fff; font: 700 24px Poppins, sans-serif; }
.profile-card h2 { margin: 20px 0 4px; }
.profile-card p { margin: 0; color: #9dbdd5; }
.quick-links { display: grid; gap: 9px; margin-top: 30px; }
.quick-links a { min-height: 46px; display: flex; align-items: center; justify-content: space-between; padding: 0 15px; border-radius: 12px; background: rgb(255 255 255 / 9%); }
.detail-list { margin: 0; }
.detail-list div { display: grid; grid-template-columns: 130px 1fr; gap: 16px; padding: 15px 0; border-bottom: 1px solid #eee; }
.detail-list dt { color: var(--muted); }
.detail-list dd { margin: 0; color: var(--ink); font-weight: 600; }

.cta { padding: 92px 20px; color: #fff; background: radial-gradient(circle at 12% 18%, rgb(255 255 255 / 18%), transparent 22%), radial-gradient(circle at 85% 70%, rgb(255 255 255 / 12%), transparent 28%), linear-gradient(135deg, var(--purple), var(--purple-bright)); text-align: center; }
.cta h2 { margin: 0; font-size: clamp(34px, 4vw, 46px); line-height: 1.35; letter-spacing: -.045em; }
.cta p { color: #c7e4f9; }
.cta .actions { justify-content: center; }
.site-footer { padding: 58px 0 28px; color: var(--muted); border-top: 1px solid #e2eaf0; background: #fff; }
.footer-top { padding-bottom: 30px; }
.footer-brand-block { max-width: 320px; }
.footer-brand-name { margin: 0; color: var(--purple); font-size: 15px; font-weight: 800; }
.footer-brand-text { margin: 14px 0 0; color: #4d5a63; font-size: 13px; line-height: 1.75; }
.footer-address { margin-top: 18px; color: #4d5a63; font-size: 13px; font-style: normal; line-height: 1.75; }
.footer-bottom { display: flex; align-items: flex-end; justify-content: space-between; gap: 32px; padding-top: 22px; border-top: 1px solid var(--line); }
.footer-meta { color: #72828e; font-size: 12px; line-height: 1.8; }
.footer-meta p { margin: 0; }
.footer-meta strong { color: #445866; }
.footer-separator { margin: 0 8px; color: #c3cad0; }
.footer-policy { display: flex; flex-wrap: wrap; gap: 18px; margin-top: 3px; }
.footer-policy a,
.footer-policy button { min-height: 30px; display: inline-flex; align-items: center; padding: 0; border: 0; color: #596a77; background: none; font-size: 12px; font-weight: 700; }
.footer-policy a:hover,
.footer-policy button:hover { color: var(--purple); }
.footer-copyright { flex: none; margin: 0; color: #98a6b1; font: 500 11px Poppins, "Noto Sans KR", sans-serif; text-align: right; }

.catalog-hero { padding: 90px 0 60px; }
.catalog-hero h1 { max-width: 800px; margin: 18px 0; font-size: clamp(40px, 6vw, 68px); line-height: 1.2; letter-spacing: -.055em; }
.catalog-hero h1 em { color: var(--purple); font-style: normal; }
.catalog-section { padding: 56px 0; border-top: 1px solid #eee; }
.catalog-section h2 { margin: 0 0 24px; color: var(--ink); font-size: 28px; }
.catalog-list { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.catalog-link { min-height: 86px; display: flex; align-items: center; justify-content: space-between; gap: 15px; padding: 20px; border: 1px solid var(--line); border-radius: 18px; background: #fff; }
.catalog-link:hover { color: var(--purple); border-color: var(--purple); box-shadow: var(--shadow); }
.catalog-link small { display: block; color: var(--subtle); font: 500 11px Poppins, sans-serif; }
.catalog-link b { color: var(--purple); }
.notice-demo { padding: 12px 16px; border-left: 4px solid var(--purple); border-radius: 8px; color: var(--muted); background: var(--surface-soft); font-size: 13px; }

@media (max-width: 1040px) {
  .main-nav { gap: 14px; }
  .header-actions .button--outline { display: none; }
  .grid--4 { grid-template-columns: repeat(2, 1fr); }
  .event-grid, .catalog-list { grid-template-columns: repeat(2, 1fr); }
  .event-gallery { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 880px) {
  .main-nav { position: absolute; inset: 80px 0 auto; display: none; gap: 6px; padding: 18px 20px 24px; border-bottom: 1px solid var(--line); background: #fff; }
  .main-nav.is-open { display: grid; }
  .main-nav a { padding: 0 12px; }
  .main-nav a[aria-current="page"]::after { display: none; }
  .menu-toggle { display: inline-grid; place-items: center; margin-left: auto; }
  .header-actions { display: none; }
  .hero-grid, .event-promo-grid, .profile-grid { grid-template-columns: 1fr; }
  .hero-grid { gap: 56px; }
  .grid--2 { grid-template-columns: 1fr; }
  .auth-layout { grid-template-columns: 1fr; }
  .auth-aside { min-height: 420px; }
  .event-gallery-toolbar { align-items: stretch; flex-direction: column; }
  .event-gallery-tools { width: 100%; }
  .event-gallery-tools .control { width: 100%; }
}

@media (max-width: 700px) {
  .hero, .section { padding: 78px 0; }
  .page-hero { padding: 68px 0 62px; }
  .hero h1, .page-hero h1 { font-size: 38px; }
  .section-heading h2 { font-size: 34px; }
  .grid--3, .event-grid, .catalog-list { grid-template-columns: 1fr; }
  .event-gallery { grid-template-columns: 1fr; }
  .event-gallery-section { padding: 68px 0 90px; }
  .event-gallery-body h3,
  .event-gallery-summary { min-height: 0; }
  .metrics-grid { grid-template-columns: repeat(2, 1fr); }
  .metric { padding: 22px 10px; border-bottom: 1px solid rgb(255 255 255 / 15%); }
  .metric:nth-child(odd) { border-left: 0; }
  .form-grid { grid-template-columns: 1fr; }
  .field--full { grid-column: auto; }
  .form-card, .content-card { padding: 30px 24px; }
  .board-toolbar { align-items: stretch; flex-direction: column; }
  .search { width: 100%; }
  .footer-bottom { align-items: flex-start; flex-direction: column; }
  .footer-copyright { text-align: left; }
  .subnav-list { justify-content: flex-start; }
}

@media (max-width: 480px) {
  .inner { width: min(calc(100% - 32px), var(--container)); }
  .brand span { font-size: 13px; }
  .hero, .section { padding: 64px 0; }
  .hero h1, .page-hero h1, .section-heading h2 { font-size: 34px; }
  .hero-lead { font-size: 18px; }
  .actions { display: grid; }
  .actions .button { width: 100%; }
  .visual { padding: 16px; }
  .visual-grid { grid-template-columns: 1fr; }
  .visual-side { grid-template-columns: repeat(3, 1fr); }
  .visual-main { min-height: 240px; }
  .grid--4 { grid-template-columns: 1fr; }
  .metrics-grid { grid-template-columns: 1fr; }
  .metric { border-left: 0; }
  .auth-main { padding: 56px 16px; }
  .auth-aside { min-height: 360px; padding: 56px 24px; }
  .input-action { grid-template-columns: 1fr; }
  .choice-card { min-height: 280px; padding: 32px 26px; }
  .event-promo { padding: 74px 0; }
  .event-promo h1 { font-size: 38px; }
  .event-gallery-hero { padding: 70px 0; }
  .event-gallery-hero h1 { font-size: 38px; }
  .event-category-list { min-height: 68px; }
  .event-category-chip { padding-inline: 16px; }
  .event-gallery-tools { display: grid; grid-template-columns: 1fr; }
  .home-event-more .button { width: 100%; }
  .detail-list div { grid-template-columns: 1fr; gap: 4px; }
  .site-footer { padding-top: 46px; }
  .footer-policy { gap: 8px 18px; }
  .footer-policy a,
  .footer-policy button { min-height: 44px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; }
}
/* =========================================================
   GOV BLUE 2026 — locally authored alternate design
   Content and page structure intentionally remain unchanged.
   ========================================================= */
:root {
  --purple: #0067b4;
  --purple-deep: #034c82;
  --purple-mid: #007bd6;
  --purple-bright: #3da7f5;
  --violet-950: #04263e;
  --violet-900: #04375d;
  --orange: #d97706;
  --surface: #f1f7fb;
  --surface-soft: #e7f2fb;
  --line: #c6d7e4;
  --ink: #102d43;
  --text: #263846;
  --muted: #536979;
  --subtle: #768a99;
  /* 라운딩 스케일 (2026-08-24) — 컴포넌트 크기의 약 5% 수준으로 모서리를 완화.
     border-radius 에 % 를 직접 쓰면 넓은 요소(표·배너)에서 타원으로 찌그러지므로 px 로 환산했다.
     --round 값만 바꾸면 사이트 전체 라운딩 강약이 함께 조절된다.
     0 = 각진 모서리 / 1 = 8·12·18px / 1.25 = 10·15·22.5px / 1.5 = 12·18·27px
     2026-08-24: 1 → 1.25 (조금 더 둥글게 요청 반영) */
  --round: 1.25;
  --radius-sm: calc(8px * var(--round));
  --radius-md: calc(12px * var(--round));
  --radius-lg: calc(18px * var(--round));
  --shadow: 0 2px 8px rgb(16 45 67 / 7%);
  --shadow-purple: 0 8px 22px rgb(9 46 74 / 14%);
  --container: 1200px;
}

body { letter-spacing: -.012em; background: #fff; }
.shell { overflow: clip; }
.inner { width: min(calc(100% - 48px), var(--container)); }

.site-header {
  position: sticky;
  top: 0;
  border-top: 4px solid var(--violet-950);
  border-bottom: 1px solid #c9d4dc;
  background: rgb(255 255 255 / 98%);
  box-shadow: 0 2px 7px rgb(16 45 67 / 5%);
}
.header-row { min-height: 86px; gap: 38px; }
.brand { gap: 14px; font-size: 16px; }
.brand-mark {
  width: 44px;
  height: 44px;
  padding: 2px;
  border-radius: var(--radius-sm);
  background: none;
  box-shadow: none;
  object-fit: contain;
}
.brand small { color: #51728b; letter-spacing: .14em; }
.main-nav { gap: 34px; font-size: 15px; }
.main-nav a { min-height: 82px; }
.main-nav a:hover, .main-nav a[aria-current="page"] { color: var(--purple-deep); }
.main-nav a[aria-current="page"]::after { bottom: -1px; height: 4px; background: var(--purple); }
.menu-toggle { border-radius: var(--radius-sm); }

.button {
  min-height: 50px;
  border-width: 1px;
  border-radius: var(--radius-sm);
  padding-inline: 24px;
  transition: background-color .16s ease, border-color .16s ease, color .16s ease;
}
.button:hover { transform: none; }
.button--small { min-height: 40px; padding-inline: 17px; }
.button--primary { border-color: var(--purple); background: var(--purple); box-shadow: none; }
.button--primary:hover { border-color: var(--purple-deep); background: var(--purple-deep); }
.button--outline { border-color: #9eafbc; color: var(--ink); }
.button--outline:hover { border-color: var(--purple); color: var(--purple); background: #f4f8fb; }

.hero {
  position: relative;
  min-height: 650px;
  padding: 104px 0 112px;
  background: #0b395b url("medical-hero.svg") center right / cover no-repeat;
}
.hero::before {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(90deg, rgb(255 255 255 / 97%) 0%, rgb(255 255 255 / 90%) 44%, rgb(255 255 255 / 34%) 68%, rgb(255 255 255 / 0%) 100%);
}
.hero-grid { position: relative; z-index: 1; display: block; }
.hero-grid > div:first-child { width: min(100%, 670px); }
.service-line strong, .eyebrow { color: var(--purple); letter-spacing: .08em; }
.service-line span::before { width: 34px; background: #91a6b5; }
.kicker { margin-top: 44px; color: #6f8ea5; font-size: 17px; letter-spacing: .06em; }
.hero h1 { max-width: 690px; font-size: clamp(42px, 4.5vw, 62px); line-height: 1.22; }
.hero h1 em, .section-heading h2 em, .page-hero h1 em { color: var(--purple); }
.hero-lead { margin-top: 30px; color: var(--ink); }
.hero-copy { line-height: 1.9; }
.actions { margin-top: 34px; }

.visual {
  position: relative;
  padding: 0;
  overflow: hidden; /* 내부 패널(visual-side/main)이 둥근 모서리를 넘지 않도록 */
  border: 1px solid #b8c8d4;
  border-top: 5px solid var(--purple);
  border-radius: var(--radius-md);
  color: var(--ink);
  background: #fff;
  box-shadow: 0 14px 32px rgb(16 45 67 / 10%);
}
.visual-bar { margin: 0; padding: 17px 20px; border-bottom: 1px solid #d8e0e6; color: #617889; }
.visual-grid { grid-template-columns: 116px 1fr; gap: 0; }
.visual-side { padding: 14px; border-right: 1px solid #d8e0e6; background: #f1f5f8; }
.visual-side span { border: 1px solid transparent; border-radius: var(--radius-sm); color: #667b8a; background: transparent; }
.visual-side span.active { border-color: #b8ccda; color: var(--purple-deep); background: #fff; }
.visual-main { min-height: 310px; padding: 25px; border-radius: 0; background: #fff; }
.visual-main .visual-title { color: var(--ink); }
.visual-row { border: 1px solid #d9e1e7; border-radius: var(--radius-sm); color: #536979; background: #fff; }
.visual-row.active { border-color: var(--purple); color: #fff; background: var(--purple); }
.visual-mini { border: 1px solid #d9e1e7; border-radius: var(--radius-sm); background: #f6f8fa; }
.visual-mini strong { color: var(--purple-deep); }
.visual-mini small { color: #667b8a; }

.section { padding: 104px 0; }
.section--soft { background: #f3f6f8; }
.section-heading { margin-bottom: 52px; }
.section-heading h2 { font-size: clamp(32px, 3.5vw, 46px); }
.section-heading::after { width: 44px; height: 3px; display: block; margin-top: 24px; content: ""; background: var(--purple); }
.section-heading--center::after { margin-inline: auto; }

.card, .event-gallery-card, .event-card, .content-card, .form-card, .table-wrap {
  border: 1px solid #d7e0e6;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow);
}
/* 표는 가로 스크롤 컨테이너라 카드보다 한 단계 낮은 라운딩이 자연스럽다 */
.table-wrap { border-radius: var(--radius-md); }
.card { padding: 32px 28px; }
.card:hover { border-color: #91acc0; box-shadow: 0 4px 12px rgb(16 45 67 / 9%); }
.icon-tile {
  border-radius: var(--radius-md);
  background: var(--purple);
  box-shadow: inset 0 -4px 0 var(--purple-deep);
}
.greeting-symbol { border-radius: var(--radius-md); background: var(--surface-soft); box-shadow: inset 0 -4px 0 var(--purple); }
.card-label { border-radius: var(--radius-sm); background: var(--purple); }
.card-label b { border-radius: var(--radius-sm); }
.link-arrow { color: var(--purple-deep); border-bottom: 1px solid #9fb4c4; }
.metrics { background: var(--purple-deep); }

.event-gallery-card { transition: border-color .18s ease, box-shadow .18s ease; }
.event-gallery-card:hover { border-color: #8ca8bc; box-shadow: 0 6px 16px rgb(16 45 67 / 10%); transform: none; }
.event-gallery-media { background: #dce8f0; }
.event-gallery-card:hover .event-gallery-media img { transform: none; }
.event-gallery-status, .event-category-chip, .badge { border-radius: var(--radius-sm); }
.event-category-chip.is-active { background: var(--purple); box-shadow: none; }

.page-hero {
  padding: 78px 0 72px;
  border-bottom: 1px solid #d4dee5;
  background: #edf3f7;
}
.page-hero h1 { font-size: clamp(38px, 4.5vw, 56px); }
.subnav-list { min-height: 62px; }
.subnav a { border-radius: var(--radius-sm); }
.subnav a:hover, .subnav a.active { background: var(--purple); }

.control, .pagination a { border-radius: var(--radius-sm); }
.dropzone { border-radius: var(--radius-md); }
/* 에디터는 툴바-본문이 맞붙으므로 바깥쪽 모서리만 둥글게 유지한다 */
.editor-toolbar { border-radius: var(--radius-sm) var(--radius-sm) 0 0; }
.editor { border-radius: 0 0 var(--radius-sm) var(--radius-sm); }
.form-title b { border-radius: var(--radius-sm); background: var(--purple); }
.auth-aside { background: var(--violet-950); }
.auth-main { background: #eef3f6; }
.empty-state { border-radius: var(--radius-lg); }

.data-table th { color: #3c5466; background: #edf2f5; }
.data-table tbody tr:hover { background: #f4f7fa; }
.pagination a.active { background: var(--purple); }

.cta { background: var(--purple); }
.site-footer { border-top: 5px solid var(--purple); background: var(--violet-950); }
.footer-top { border-bottom-color: rgb(255 255 255 / 14%); }
.footer-brand-name { color: #fff; }
.footer-brand-text, .footer-address, .footer-meta, .footer-copyright { color: #b7c9d6; }
.footer-policy a:hover, .footer-policy button:hover { color: #fff; }

.catalog-hero { background: #edf3f7; }
.catalog-link { border-radius: var(--radius-md); box-shadow: none; }

@media (max-width: 980px) {
  .hero { min-height: auto; background-position: 66% center; }
  .hero::before { display: block; background: rgb(255 255 255 / 90%); }
  .main-nav { background: #fff; }
  .visual { margin-top: 10px; }
}

@media (max-width: 640px) {
  .inner { width: min(calc(100% - 32px), var(--container)); }
  .site-header { border-top-width: 3px; }
  .header-row { min-height: 72px; }
  .hero { padding: 72px 0 78px; }
  .hero h1 { font-size: 38px; }
  .section { padding: 76px 0; }
}

/* Event and education hero: medical seminar background */
.event-gallery-hero {
  min-height: 470px;
  display: grid;
  align-items: center;
  padding: 82px 0;
  background: #0a3554 url("event-education-hero.svg") center right / cover no-repeat;
}
.event-gallery-hero::before {
  inset: 0;
  width: auto;
  height: auto;
  border-radius: 0;
  background: linear-gradient(90deg, rgb(7 41 67 / 97%) 0%, rgb(7 41 67 / 91%) 47%, rgb(7 41 67 / 48%) 74%, rgb(7 41 67 / 18%) 100%);
  opacity: 1;
}
.event-gallery-hero::after { display: none; }
.event-gallery-hero .inner { max-width: var(--container); }
.event-gallery-hero h1 { max-width: 700px; }
.event-gallery-hero p { color: #d6e4ef; }

@media (max-width: 760px) {
  .event-gallery-hero { min-height: 420px; background-position: 64% center; }
  .event-gallery-hero::before { background: rgb(7 41 67 / 86%); }
}

/* ===== Web Interface Guidelines 보완 ===== */
:root { color-scheme: light; }
.visually-hidden { position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
a, button, label, summary, select, [role="button"] { touch-action: manipulation; -webkit-tap-highlight-color: transparent; }
h1, h2, h3, .hero h1, .section-heading h2, .page-hero h1 { text-wrap: balance; }
p, .hero-copy, .card p { text-wrap: pretty; }
select.control, select { color: var(--text); background-color: #fff; }
.data-table td:not(:first-child), .metric strong, .pagination a { font-variant-numeric: tabular-nums; }
.main-nav a, .subnav a, .catalog-link, .card h3, .data-table a { overflow-wrap: break-word; }
.brand span, .catalog-link span { min-width: 0; }
.site-header, .site-footer, .cta { padding-left: env(safe-area-inset-left); padding-right: env(safe-area-inset-right); }
.site-footer { padding-bottom: max(28px, env(safe-area-inset-bottom)); }

/* ===== 모바일 앱 스타일 보완 ===== */
@media (max-width: 880px) {
  .site-header { position: sticky; top: 0; z-index: 60; background: #fff; }
  .header-row { min-height: 62px; gap: 12px; }
  .brand { font-size: 15px; }
  .brand-mark { width: 36px; height: 36px; }
  .menu-toggle { position: relative; width: 44px; height: 44px; margin-left: auto; padding: 0; border: 0; background: none; font-size: 0; }
  .menu-toggle::before,
  .menu-toggle::after { position: absolute; left: 11px; width: 22px; height: 2px; border-radius: 2px; background: var(--ink); content: ""; }
  .menu-toggle::before { transform: translateY(-6px); }
  .menu-toggle::after { transform: translateY(6px); }

  /* 우측 슬라이드 드로어 */
  .main-nav {
    position: fixed;
    inset: 0 0 0 auto;
    z-index: 90;
    width: min(84vw, 320px);
    display: grid;
    align-content: start;
    gap: 2px;
    padding: 0 12px calc(24px + env(safe-area-inset-bottom));
    padding-right: calc(12px + env(safe-area-inset-right));
    border: 0;
    background: #fff;
    box-shadow: -10px 0 34px rgb(0 0 0 / 20%);
    overflow-y: auto;
    overscroll-behavior: contain;
    visibility: hidden;
    transform: translateX(100%);
    transition: transform .26s cubic-bezier(.4, 0, .2, 1), visibility .26s;
  }
  .main-nav.is-open { display: grid; visibility: visible; transform: none; }
  .main-nav a { min-height: 54px; padding: 0 14px; border-radius: var(--radius-sm); font-size: 16px; }
  .main-nav a:active { background: var(--surface-soft); }
  .main-nav a[aria-current="page"] { color: var(--purple); background: var(--surface-soft); }
  .main-nav a[aria-current="page"]::after { display: none; }

  .nav-drawer-bar { display: flex; align-items: center; justify-content: space-between; min-height: 60px; margin-bottom: 6px; padding-left: 14px; border-bottom: 1px solid #eee; }
  .nav-drawer-title { color: var(--ink); font-size: 15px; font-weight: 800; }
  .nav-drawer-close { width: 44px; height: 44px; border: 0; border-radius: var(--radius-sm); color: var(--ink); background: none; font-size: 26px; line-height: 1; }
  .nav-drawer-close:active { background: var(--surface); }
  .nav-drawer-actions { display: grid; gap: 8px; margin-top: 14px; padding-top: 16px; border-top: 1px solid #eee; }
  .nav-drawer-action { min-height: 48px; display: flex !important; align-items: center; justify-content: center; border: 1px solid var(--purple); border-radius: var(--radius-sm); color: var(--purple); font-weight: 700; }
  .nav-drawer-action:last-child { color: #fff; background: var(--purple); }

  .nav-overlay { position: fixed; inset: 0; z-index: 80; background: rgb(0 0 0 / 42%); }
  body.nav-open { overflow: hidden; }
}

@media (min-width: 881px) {
  .nav-drawer-bar, .nav-drawer-actions, .nav-overlay { display: none; }
}

@media (max-width: 700px) {
  /* 푸터 아코디언 */
  .footer-bottom { padding-bottom: env(safe-area-inset-bottom); }
}

/* ===== 모바일 재점검 보완 ===== */
@media (max-width: 700px) {
  /* flex/grid 자식의 min-width:auto 대비 */
  .grid > *, .hero-grid > *, .event-promo-grid > *, .profile-grid > * { min-width: 0; }

  /* 터치 타깃 44px 확보 */
  .brand { min-height: 44px; }
  .list li a, .data-table a, .card h3 a, .event-gallery-body h3 a { display: inline-flex; align-items: center; min-height: 40px; }
  .link-arrow, .breadcrumb a, .home-event-more a { min-height: 44px; }
  .pagination a { width: 44px; height: 44px; }
  .event-category-chip { min-height: 44px; }

  /* 최소 글자 크기 12px */
  .brand small { font-size: 12px; }
  .event-gallery-tags span,
  .footer-copyright,
  .event-gallery-meta,
  .breadcrumb { font-size: 12px; }
}

@media (max-width: 700px) {
  .editor-toolbar { flex-wrap: wrap; min-height: 0; padding: 6px; }
  .editor-toolbar button { min-width: 42px; min-height: 42px; }
  .check { min-height: 44px; align-items: center; }
  .attachment a { display: inline-flex; align-items: center; min-height: 40px; }
  .visual-side span, .visual-row { min-height: 40px; display: flex; align-items: center; }
}

@media (max-width: 700px) {
  .auth-foot a { display: inline-flex; align-items: center; min-height: 40px; }
}

@media (max-width: 700px) {
  /* inline 요소는 min-height 가 적용되지 않으므로 display 지정 */
  .breadcrumb a, .link-arrow, .home-event-more a { display: inline-flex; align-items: center; min-height: 40px; }
  .catalog-link small, .brand small, .visual-bar, .visual-side span { font-size: 12px; }
  .catalog-link { min-height: 72px; }
}
