@font-face { font-family: Pretendard; src: url('/assets/Pretendard-Regular.woff2') format('woff2'); font-weight: 400; font-display: swap; }
@font-face { font-family: Pretendard; src: url('/assets/Pretendard-Medium.woff2') format('woff2'); font-weight: 500; font-display: swap; }
@font-face { font-family: Pretendard; src: url('/assets/Pretendard-Bold.woff2') format('woff2'); font-weight: 700; font-display: swap; }

:root { font-family: Pretendard, "Malgun Gothic", sans-serif; color: #000; background: #fff; font-synthesis: none; }
* { box-sizing: border-box; }
html, body, #root { min-width: 320px; min-height: 100%; margin: 0; }
body { min-height: 100vh; font-size: 17px; }
button, input, select { font: inherit; }
button, a, select { cursor: pointer; }
a { color: inherit; text-decoration: none; }
button { border: 0; background: none; }
.skip-link { position: fixed; z-index: 1000; top: -60px; left: 0; width: 100%; padding: 12px; background: #000; color: #fff; text-align: center; }
.skip-link:focus { top: 0; }
/* simplified landing */
.simple-page { display: flex; min-height: 100vh; flex-direction: column; background: #f4f7fa; color: #004289; }
.simple-header { display: flex; min-height: 76px; align-items: center; justify-content: center; padding: 12px 20px; background: #004289; color: #fff; font-family: "Malgun Gothic", sans-serif; font-size: 24px; font-weight: 700; text-align: center; }
.simple-notice { padding: 15px 20px 16px; background: #fff3cd; color: #856404; font-family: "Malgun Gothic", sans-serif; font-size: 16px; font-weight: 500; line-height: 1.5; text-align: center; }
.simple-notice p { margin: 0; }
.simple-notice strong { display: block; font-weight: 500; }
.simple-main { flex: 1; padding: 29px 20px 39px; }
.simple-links { display: grid; max-width: 800px; gap: 15px; margin: 0 auto; }
.simple-links a { display: flex; min-height: 74px; align-items: center; justify-content: center; border: 2px solid #004289; border-radius: 8px; background: #fff; color: #004289; font-family: "Malgun Gothic", sans-serif; font-size: 19.2px; font-weight: 700; letter-spacing: .3px; }
.simple-links a:hover, .simple-links a:focus-visible { outline: 3px solid #ffcc00; outline-offset: 2px; background: #004289; color: #fff; }
.simple-footer { min-height: 92px; padding: 37px 20px 24px; border-top: 1px solid #d5dce1; color: #666; font-size: 14px; text-align: center; }

/* shared portal frame */
.portal-page { display: flex; min-height: 100vh; flex-direction: column; }
.simple-page, .portal-page { padding-bottom: 38px; }
.utility { height: 40px; background: #f7f7f7; font-size: 14px; color: #303030; }
.utility > div { display: flex; width: min(1440px, calc(100% - 80px)); height: 100%; align-items: center; justify-content: flex-end; gap: 33px; margin: auto; }
.utility a + a { margin-left: 35px; }
.portal-header { display: flex; height: 90px; align-items: center; border-bottom: 1px solid #e6e6e6; padding: 0 max(40px, calc((100% - 1440px) / 2)); background: #fff; }
.brand { flex: 0 0 270px; }
.brand img { display: block; width: 195px; height: 45px; }
.desktop-nav { display: flex; flex: 1; align-self: stretch; align-items: center; justify-content: center; gap: clamp(55px, 7vw, 105px); }
.desktop-nav a { position: relative; display: flex; height: 100%; align-items: center; font-size: 20px; font-weight: 700; white-space: nowrap; }
.desktop-nav a.active::after { position: absolute; right: 0; bottom: 19px; left: 0; height: 4px; background: #1d80c9; content: ''; }
.header-actions { display: flex; flex: 0 0 132px; align-items: center; justify-content: flex-end; gap: 24px; }
.header-actions img { display: block; }
.user-icon img { width: 36px; height: 36px; }
.menu-icon { width: 42px; height: 42px; padding: 0; }
.menu-icon img { width: 100%; height: 100%; }
.portal-container { flex: 1; width: min(1186px, calc(100% - 64px)); margin: 0 auto; padding: 23px 0 105px; }
.page-grid { display: grid; grid-template-columns: 220px minmax(0, 1fr); gap: 40px; }
.portal-container.full-width .page-grid { grid-template-columns: 1fr; }
.sidebar { padding-top: 33px; }
.sidebar h2 { margin: 0 0 43px; font-size: 30px; font-weight: 500; }
.sidebar ul { margin: 0; padding: 0; border-top: 2px solid #222; list-style: none; }
.sidebar li { display: flex; min-height: 63px; align-items: center; justify-content: space-between; border-bottom: 1px solid #dedede; font-size: 18px; }
.sidebar-link { display: flex; width: 100%; min-height: inherit; align-items: center; justify-content: space-between; }
.sidebar li.active { color: #1174ce; font-weight: 700; }
.sidebar li b { font-size: 28px; font-weight: 400; }
.sidebar li.nested { min-height: 40px; border-bottom: 0; background: #fafafa; padding-left: 16px; font-size: 16px; }
.sidebar li.nested:first-of-type { padding-top: 14px; }
.sidebar li.nested:nth-of-type(9) { padding-bottom: 14px; }
.page-content { min-width: 0; }
.breadcrumb { display: flex; min-height: 28px; align-items: center; gap: 29px; color: #5e5e5e; font-size: 14px; }
.breadcrumb img { width: 17px; height: 17px; }
.breadcrumb span { position: relative; }
.breadcrumb span::before { position: absolute; top: 50%; left: -18px; width: 7px; height: 11px; background: url('/assets/breadcrumb-arrow.svg') center/contain no-repeat; transform: translateY(-50%); content: ''; }
.page-content > h1 { margin: 2px 0 42px; font-size: 32px; line-height: 1.3; }
.mobile-section-menu { display: none; }
.mobile-section-title { display: none; }

/* filters */
.filter-bar { display: flex; min-height: 68px; align-items: flex-start; justify-content: space-between; gap: 20px; border-bottom: 1px solid #444; }
.filter-left, .filter-right { display: flex; align-items: center; gap: 7px; }
.filter-bar select, .filter-bar input, .page-count select { height: 49px; border: 1px solid #d5d5d5; border-radius: 4px; background-color: #fff; color: #202020; }
.filter-bar select { min-width: 160px; padding: 0 38px 0 11px; }
.filter-bar select.year-select { min-width: 100px; }
.filter-bar input[type="text"], .filter-bar input:not([type]) { width: 200px; padding: 0 12px; }
.filter-right select { min-width: 120px; }
.outline-button, .blue-button { height: 49px; padding: 0 14px; border: 1px solid #1174ce; border-radius: 5px; color: #1174ce; white-space: nowrap; }
.blue-button { min-width: 56px; background: #167ccf; color: #fff; }
.outline-button.small { height: 41px; padding: 0 13px; }
.deadline-check { display: flex; align-items: center; gap: 8px; white-space: nowrap; }
.deadline-check input { width: 21px !important; height: 21px !important; margin: 0; }

/* tables */
.board-table { width: 100%; border-collapse: collapse; table-layout: fixed; font-size: 16px; }
.board-table th { height: 50px; border-bottom: 1px solid #d8d8d8; color: #5f5f5f; font-weight: 400; }
.board-table td { min-height: 62px; padding: 18px 8px; border-bottom: 1px solid #e2e2e2; text-align: center; vertical-align: middle; }
.board-table .number { width: 72px; }
.board-table .agency { width: 112px; }
.board-table .icon-col { width: 48px; }
.board-table .date { width: 115px; }
.board-table .views { width: 78px; }
.board-table .button-col { width: 96px; }
.board-table .subject { text-align: left; line-height: 1.35; word-break: keep-all; }
.board-table .subject.strong { font-weight: 700; }
.attach { width: 17px; height: 17px; margin: auto; }
.alert-row td { height: 63px; padding: 13px 8px; color: #d13955; }
.alert-row img { display: inline-block; width: 20px; height: 20px; margin: -3px 7px 0 0; vertical-align: middle; }
.status-pill { display: inline-flex; height: 29px; align-items: center; justify-content: center; margin-right: 10px; padding: 0 15px; border-radius: 20px; background: #d13955; color: #fff; font-size: 15px; white-space: nowrap; }
.table-footer { position: relative; display: flex; min-height: 132px; align-items: flex-start; padding-top: 21px; }
.page-count { display: flex; align-items: center; gap: 7px; white-space: nowrap; }
.page-count b { color: #1174ce; }
.page-count select { min-width: 120px; padding: 0 34px 0 12px; }
.pagination { position: absolute; top: 75px; left: 50%; display: flex; align-items: center; gap: 4px; transform: translateX(-50%); }
.pagination button { width: 36px; height: 36px; border-radius: 50%; font-size: 16px; }
.pagination button.active { background: #167ccf; color: #fff; }
.public-license { display: flex; align-items: center; justify-content: center; gap: 9px; margin-top: 21px; color: #777; font-size: 15px; line-height: 1.4; }
.public-license img { width: 126px; height: auto; }
.application-table .subject { font-size: 16px; }
.application-table td { padding-top: 13px; padding-bottom: 13px; }
.application-table .date { width: 118px; }

/* login */
.login-panel { border-top: 1px solid #ddd; padding-top: 59px; }
.login-fields { width: 340px; margin: 0 auto; }
.login-fields label { display: block; margin-bottom: 19px; font-size: 15px; }
.login-fields input { display: block; width: 100%; height: 56px; margin-top: 9px; border: 1px solid #d5d5d5; border-radius: 4px; padding: 0 11px; }
.login-button { width: 100%; height: 56px; margin-top: 2px; border-radius: 5px; background: #197dcc; color: #fff; font-size: 19px; }
.login-links { display: flex; align-items: center; justify-content: center; gap: 20px; margin-top: 20px; font-size: 16px; }
.login-links i { width: 1px; height: 18px; background: #ddd; }
.login-guide { margin: 64px 0 0; padding: 22px 35px; border: 1px solid #ddd; background: #fafafa; color: #555; font-size: 16px; line-height: 1.65; list-style: none; }
.login-guide li::before, .guide-note p::before, .privacy-note p::before { margin-right: 9px; color: #bbb; content: '·'; }
.login-guide em { color: #d13955; font-style: normal; }

/* my page */
.empty-application-view { min-height: 440px; border-top: 2px solid #303030; border-bottom: 1px solid #e1e1e1; background: #fff; }
.result-guide { margin-bottom: 30px; padding: 20px 23px; border: 1px solid #ddd; background: #fafafa; color: #555; font-size: 16px; }
.result-table-wrap { overflow-x: auto; border-top: 2px solid #303030; }
.result-table { width: 100%; min-width: 760px; border-collapse: collapse; table-layout: fixed; font-size: 16px; }
.result-table th { height: 55px; border-bottom: 1px solid #d7d7d7; background: #fafafa; color: #555; font-weight: 500; }
.result-table th:nth-child(1) { width: 120px; }
.result-table th:nth-child(2) { width: 130px; }
.result-table th:nth-child(4) { width: 155px; }
.result-table th:nth-child(5) { width: 100px; }
.result-table td { height: 84px; padding: 16px 10px; border-bottom: 1px solid #e1e1e1; text-align: center; line-height: 1.45; }
.result-exam-name { text-align: left !important; word-break: keep-all; }
.pass-result { color: #1174ce; font-size: 18px; }

@media (max-width: 1084px) {
  .result-table-wrap { overflow: visible; }
  .result-table { min-width: 0; table-layout: auto; }
  .result-table thead { position: absolute; width: 1px; height: 1px; overflow: hidden; margin: -1px; padding: 0; border: 0; clip: rect(0 0 0 0); white-space: nowrap; }
  .result-table tbody, .result-table tr { display: block; width: 100%; }
  .result-table tr + tr { margin-top: 12px; border-top: 2px solid #303030; }
  .result-table td { position: relative; display: block; width: 100%; height: auto; min-height: 54px; padding: 16px 12px 16px 116px; border-bottom: 1px solid #e1e1e1; text-align: left; }
  .result-table td:last-child { border-bottom: 0; }
  .result-table td::before { position: absolute; top: 0; bottom: 0; left: 0; display: flex; box-sizing: border-box; width: 100px; align-items: center; padding: 12px; background: #fafafa; color: #555; font-weight: 500; content: attr(data-label); }
  .result-exam-name { word-break: break-word; }
  .pass-result { font-size: 19px; }
}

/* pass notice and detail */
.featured-subject { font-weight: 700; }
.featured-subject a { display: block; }
.featured-subject a:hover, .featured-subject a:focus-visible { color: #1174ce; text-decoration: underline; }
.post-detail { border-top: 2px solid #303030; }
.post-detail > h2 { margin: 0; padding: 28px 25px 25px; border-bottom: 1px solid #dcdcdc; font-size: 22px; font-weight: 500; line-height: 1.55; word-break: keep-all; }
.post-meta { display: grid; grid-template-columns: 1fr 1fr 1fr; margin: 0; border-bottom: 1px solid #ddd; }
.post-meta > div { display: grid; grid-template-columns: 92px 1fr; min-height: 58px; align-items: stretch; border-right: 1px solid #ddd; }
.post-meta > div:last-child { border-right: 0; }
.post-meta dt, .post-meta dd { display: flex; align-items: center; margin: 0; padding: 11px 14px; }
.post-meta dt { justify-content: center; background: #fafafa; color: #555; font-weight: 500; }
.post-files { display: grid; grid-template-columns: 120px 1fr; border-bottom: 1px solid #ddd; }
.post-files > strong { display: flex; align-items: center; justify-content: center; padding: 15px 12px; background: #fafafa; color: #555; font-weight: 500; }
.post-files ul { margin: 0; padding: 11px 20px; list-style: none; }
.post-files li { display: grid; grid-template-columns: 19px 1fr 22px; align-items: center; gap: 8px; min-height: 34px; color: #444; font-size: 15px; }
.post-files li img { width: 16px; height: 16px; }
.post-files li i { color: #1174ce; font-size: 18px; font-style: normal; text-align: right; }
.post-body { min-height: 530px; padding: 58px 70px 70px; border-bottom: 1px solid #ddd; color: #333; font-family: "Malgun Gothic", sans-serif; font-size: 16px; line-height: 1.8; }
.post-body > p:first-child { text-align: center; }
.post-body h3 { margin: 42px 0 35px; font-size: 25px; line-height: 1.7; text-align: center; }
.post-body .post-date { margin: 48px 0 0; text-align: center; }
.post-body .post-chair { margin: 5px 0 45px; font-size: 19px; font-weight: 700; text-align: center; }
.post-body .post-emphasis { font-weight: 700; }
.post-actions { display: flex; justify-content: flex-end; padding: 22px 0 38px; }
.post-actions button { min-width: 90px; }
.post-neighbors { border-top: 1px solid #333; border-bottom: 1px solid #ddd; }
.post-neighbors > div { display: grid; grid-template-columns: 100px 1fr 115px; min-height: 60px; align-items: center; border-bottom: 1px solid #e3e3e3; font-size: 15px; }
.post-neighbors > div:last-child { border-bottom: 0; }
.post-neighbors b { padding-left: 20px; }
.post-neighbors span { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.post-neighbors time { color: #666; text-align: center; }

/* notice and questions */
.notice-table td { height: 64px; }
.privacy-note, .guide-note { margin: 0 0 39px; padding: 21px 23px; border: 1px solid #dedede; background: #fafafa; color: #4e4e4e; font-size: 16px; line-height: 1.55; }
.privacy-note p, .guide-note p { margin: 0; }
.privacy-note em, .guide-table em { color: #d13955; font-style: normal; }
.qa-table .reply { color: #1174ce; }
.lock-subject .lock { display: inline-block; margin-right: 8px; color: #888; transform: rotate(180deg); }
.qa-actions { display: flex; align-items: flex-start; justify-content: space-between; padding-top: 21px; }
.write-button { min-width: 99px; }
.qa-actions + .pagination { position: static; justify-content: center; margin-top: 14px; transform: none; }

/* FAQ and information families */
.faq-tabs { display: flex; height: 64px; margin-bottom: 28px; border: 1px solid #e0e0e0; background: #fafafa; }
.faq-tabs span { display: flex; flex: 1; align-items: center; justify-content: center; border-right: 1px solid #e0e0e0; font-weight: 500; }
.faq-tabs span:last-child { border-right: 0; }
.faq-tabs span.active { background: #1174ce; color: #fff; }
.faq-list { border-top: 2px solid #303030; }
.faq-item { position: relative; display: flex; min-height: 72px; flex-wrap: wrap; align-items: center; gap: 18px; padding: 0 55px 0 22px; border-bottom: 1px solid #e5e5e5; }
.faq-item > b { color: #1174ce; font-size: 22px; }
.faq-item > i { position: absolute; right: 22px; top: 23px; font-size: 22px; font-style: normal; }
.faq-item > p { display: flex; width: calc(100% + 77px); gap: 18px; margin: 0 -55px 0 -22px; padding: 23px 22px; background: #fafafa; color: #555; line-height: 1.55; }
.faq-item > p b { color: #d13955; font-size: 22px; }
.info-steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin: 0; padding: 0; list-style: none; }
.info-steps li { display: flex; min-height: 155px; gap: 17px; padding: 25px 20px; border: 1px solid #d8d8d8; border-radius: 6px; }
.info-steps li > b { color: #1174ce; font-size: 22px; }
.info-steps strong { display: block; margin-bottom: 12px; font-size: 19px; }
.info-steps p { margin: 0; color: #666; font-size: 15px; line-height: 1.55; }
.info-panel { margin-top: 34px; padding: 31px 34px; border-top: 2px solid #303030; border-bottom: 1px solid #ddd; background: #fafafa; }
.info-panel h2, .policy-content h2 { margin: 0 0 18px; font-size: 22px; }
.info-panel p, .policy-content p { margin: 8px 0; color: #555; line-height: 1.65; }
.policy-content section { padding: 29px 10px; border-bottom: 1px solid #ddd; }
.member-intro { padding: 35px; border-top: 2px solid #303030; border-bottom: 1px solid #ddd; background: #fafafa; text-align: center; }
.member-intro strong { display: block; margin-bottom: 8px; font-size: 24px; }
.member-intro p { margin: 0; color: #666; }
.member-agree { margin-top: 35px; padding: 28px 30px; border: 1px solid #ddd; }
.member-agree h2, .account-find-grid h2 { margin: 0 0 14px; font-size: 22px; }
.member-agree p, .account-find-grid p { color: #666; line-height: 1.55; }
.member-agree label { display: block; margin-top: 25px; text-align: right; }
.member-agree input { width: 20px; height: 20px; margin-right: 7px; vertical-align: middle; }
.member-primary { display: block; min-width: 150px; margin: 35px auto 0; }
.account-find-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; border-top: 2px solid #303030; padding-top: 40px; }
.account-find-grid section { padding: 30px; border: 1px solid #ddd; text-align: center; }
.account-find-grid input { display: block; width: 100%; height: 49px; margin-top: 10px; padding: 0 12px; border: 1px solid #d5d5d5; border-radius: 4px; }
.account-find-grid button { width: 100%; margin-top: 18px; }

/* phone guide */
.full-width .page-content > h1 { margin-bottom: 41px; }
.guide-note { margin-bottom: 59px; }
.guide-note a, .guide-table a { color: #1174ce; text-decoration: underline; }
.guide-table { width: 100%; border-collapse: collapse; table-layout: fixed; font-size: 16px; }
.guide-table th { height: 52px; border-top: 1px solid #555; border-bottom: 1px solid #ddd; background: #fafafa; color: #666; font-weight: 400; }
.guide-table th:nth-child(1) { width: 50%; }
.guide-table th:nth-child(2) { width: 20%; }
.guide-table th:nth-child(3) { width: 30%; }
.guide-table td { padding: 15px 12px; border-right: 1px solid #ddd; border-bottom: 1px solid #ddd; line-height: 1.6; }
.guide-table td:last-child { border-right: 0; }
.guide-table td:nth-child(2) { text-align: center; }
.guide-table ul { margin: 0; padding: 0; list-style: none; }
.guide-table li::before { margin-right: 8px; color: #bbb; content: '·'; }
.guide-table td span { display: inline-block; padding-left: 73px; }

/* footer */
.portal-footer { margin-top: auto; background: #5d6a76; color: #fff; }
.footer-inner { width: min(1186px, calc(100% - 64px)); margin: auto; }
.footer-top { display: flex; min-height: 88px; align-items: flex-start; justify-content: space-between; padding-top: 20px; }
.footer-links { display: flex; gap: 27px; padding-top: 10px; color: #dce0e3; font-size: 14px; }
.footer-links a:first-child { color: #fff; font-weight: 700; }
.footer-selects { display: flex; gap: 24px; }
.footer-selects > div { display: flex; }
.footer-selects select { width: 200px; height: 41px; border: 0; border-radius: 4px 0 0 4px; padding: 0 13px; background: #53606d; color: #fff; }
.footer-selects button { width: 52px; height: 41px; border-radius: 0 4px 4px 0; background: #4a5865; color: #fff; }
.footer-bottom { display: flex; min-height: 111px; align-items: flex-start; justify-content: space-between; padding-top: 22px; }
.copyright { color: #dce0e3; font-size: 14px; line-height: 1.7; }
.copyright p { margin: 0; }
.copyright span { margin-left: 28px; }
.footer-logos { display: flex; align-items: center; gap: 23px; }
.footer-logos img:nth-child(1) { width: 121px; height: auto; }
.footer-logos img:nth-child(2) { width: 203px; height: auto; }
.footer-logos img:nth-child(3) { width: 62px; height: auto; }

@media (max-width: 900px) {
  body { font-size: 16px; }
  .utility, .desktop-nav, .user-icon { display: none; }
  .portal-header { height: 76px; justify-content: space-between; padding: 0 16px; }
  .brand { flex: initial; }
  .brand img { width: 164px; height: auto; }
  .header-actions { flex: initial; }
  .menu-icon { width: 36px; height: 36px; }
  .portal-container, .portal-container.full-width { width: 100%; padding: 16px 16px 80px; }
  .mobile-section-menu { display: block; margin-bottom: 12px; }
  .mobile-section-title { display: flex; height: 48px; align-items: center; justify-content: space-between; margin-bottom: 12px; padding: 0 11px; border: 1px solid #d5d5d5; border-radius: 4px; }
  .mobile-section-select { width: 100%; height: 48px; border: 1px solid #d5d5d5; border-radius: 4px; padding: 0 11px; background: #fff; color: #202020; }
  .mobile-section-select:focus-visible { outline: 2px solid #1174ce; outline-offset: 2px; }
  .page-grid { display: block; }
  .sidebar { display: none; }
  .breadcrumb { min-height: 30px; gap: 27px; font-size: 14px; }
  .page-content > h1 { margin: 1px 0 44px; font-size: 30px; }
  .filter-bar { display: block; min-height: 69px; }
  .filter-left { width: 100%; gap: 6px; }
  .filter-left select { min-width: 0; flex: 1; }
  .filter-left select.year-select { flex: 0 0 112px; }
  .filter-left .outline-button { flex: 0 0 74px; }
  .filter-right { display: none; }
  .desktop-only { display: none !important; }
  .board-table, .board-table thead, .board-table tbody { display: block; width: 100%; font-size: 16px; }
  .board-table tr { display: grid; width: 100%; border-bottom: 1px solid #e2e2e2; }
  .exam-table tr, .notice-table tr, .qa-table tr, .generic-table tr { grid-template-columns: 16% 84%; }
  .application-table tr { grid-template-columns: 16% 20% 64%; }
  .board-table .number { width: auto; }
  .board-table th { display: flex; width: auto; height: 51px; align-items: center; justify-content: center; border-bottom: 0; }
  .board-table td { display: flex; width: auto; min-height: 0; align-items: center; justify-content: center; padding: 20px 8px; border-bottom: 0; }
  .board-table td.subject { justify-content: flex-start; }
  .board-table tr.alert-row { display: block; }
  .alert-row td { display: block; width: 100%; height: 87px; padding: 15px 16px; line-height: 1.55; text-align: center; }
  .alert-row img { width: 20px; height: 20px; }
  .board-table .subject { line-height: 1.45; }
  .application-table .agency { width: 20%; }
  .application-table .subject { font-size: 15px; }
  .status-pill { display: block; width: 66px; margin: 0 0 5px; padding: 0; }
  .table-footer { min-height: 115px; padding-top: 20px; }
  .table-footer .page-count { display: none; }
  .pagination { position: static; justify-content: center; width: 100%; margin-top: 21px; transform: none; gap: 3px; }
  .pagination button { width: 36px; height: 36px; }
  .public-license { align-items: flex-start; justify-content: flex-start; margin: 18px 0 0; font-size: 15px; line-height: 1.55; }
  .public-license img { flex: 0 0 126px; margin-top: 28px; }
  .login-panel { padding-top: 0; border-top: 0; }
  .login-fields { width: 100%; }
  .login-guide { margin-top: 35px; padding: 18px; }
  .empty-application-view { min-height: 360px; }
  .result-guide { margin-bottom: 20px; padding: 16px; font-size: 15px; }
  .result-table-wrap { margin-right: -16px; margin-left: -16px; padding: 0 16px; }
  .post-detail > h2 { padding: 22px 15px; font-size: 20px; }
  .post-meta { grid-template-columns: 1fr; }
  .post-meta > div { border-right: 0; border-bottom: 1px solid #e5e5e5; }
  .post-meta > div:last-child { border-bottom: 0; }
  .post-files { grid-template-columns: 94px 1fr; }
  .post-files ul { padding: 10px 12px; }
  .post-files li { grid-template-columns: 18px 1fr; padding: 5px 0; line-height: 1.45; }
  .post-files li i { display: none; }
  .post-body { min-height: 430px; padding: 38px 18px 52px; font-size: 15px; }
  .post-body h3 { margin: 30px 0; font-size: 21px; }
  .post-neighbors > div { grid-template-columns: 72px 1fr; padding-right: 10px; }
  .post-neighbors time { display: none; }
  .privacy-note, .guide-note { margin-bottom: 39px; padding: 16px; font-size: 15px; }
  .qa-actions .page-count { display: none; }
  .qa-actions { justify-content: flex-end; }
  .guide-note { margin-bottom: 36px; }
  .guide-table-scroll { overflow-x: auto; }
  .guide-table { width: 768px; }
  .faq-tabs { width: calc(100% + 32px); height: 60px; margin-left: -16px; overflow: hidden; }
  .faq-tabs span { flex: 0 0 115px; font-size: 15px; }
  .faq-item { padding-left: 14px; }
  .info-steps { grid-template-columns: 1fr; }
  .info-steps li { min-height: 125px; }
  .info-panel { padding: 24px 18px; }
  .account-find-grid { grid-template-columns: 1fr; gap: 16px; padding-top: 0; border-top: 0; }
  .account-find-grid section { padding: 24px 18px; }
  .member-agree { padding: 22px 18px; }
  .portal-footer { min-height: 390px; }
  .footer-inner { width: 100%; padding: 0 16px; }
  .footer-top { display: block; min-height: 173px; padding: 0; }
  .footer-links { gap: 21px; padding: 27px 0 20px; font-size: 13px; }
  .footer-selects { display: grid; gap: 8px; }
  .footer-selects > div { width: 100%; }
  .footer-selects select { flex: 1; width: auto; height: 48px; }
  .footer-selects button { width: 61px; height: 48px; }
  .footer-bottom { min-height: 217px; flex-direction: column-reverse; justify-content: flex-end; padding-top: 22px; }
  .footer-logos { width: 100%; justify-content: space-between; gap: 18px; }
  .footer-logos img:nth-child(1) { width: 30%; }
  .footer-logos img:nth-child(2) { width: 45%; }
  .footer-logos img:nth-child(3) { width: 17%; }
  .copyright { padding-top: 27px; font-size: 13px; line-height: 1.45; }
  .copyright p + p { margin-top: 8px; }
  .copyright span { display: block; margin: 8px 0 0; }
}

@media (max-width: 500px) {
  .simple-header { min-height: 112px; padding: 16px 20px; font-size: 24px; line-height: 1.5; }
  .simple-notice { padding: 15px 18px 16px; font-size: 16px; line-height: 1.5; word-break: keep-all; }
  .simple-main { padding: 29px 20px 39px; }
  .simple-links { gap: 15px; }
  .simple-links a { min-height: 73px; padding: 10px; font-size: 19.2px; }
  .simple-footer { display: flex; min-height: 113px; align-items: flex-start; justify-content: center; padding: 37px 32px 20px; font-size: 14px; line-height: 1.5; }
  .notice-table .subject { font-size: 15px; }
}
