html {
overflow-x: hidden;
}

.notice-page {
background: #f4f8fb;
color: #102033;
font-family: Pretendard, "Noto Sans KR", "Apple SD Gothic Neo", Arial, sans-serif;
letter-spacing: 0;
padding-top: var(--header-height, 64px);
overflow-x: hidden;
}

.page-blog,
.page-notice {
--primary: #155dfc;
--secondary: #eef5ff;
--header-height: 64px;
}

.notice-page .page-nav-badges {
flex-wrap: nowrap;
overflow-x: auto;
scrollbar-width: none;
}

.notice-page .page-nav-badges::-webkit-scrollbar {
display: none;
}

.notice-page .mobile-category-swiper {
max-width: 100vw;
overflow: hidden;
}

body.page-blog .offcanvas,
body.page-notice .offcanvas {
border-right-color: rgba(16, 32, 51, 0.08);
}

body.page-blog .offcanvas-header,
body.page-notice .offcanvas-header {
background: #f8fbff;
}

body.page-blog .nav-badge.active,
body.page-notice .nav-badge.active,
body.page-blog .offcanvas-body .nav-link.active,
body.page-notice .offcanvas-body .nav-link.active {
background: #eef5ff;
color: #155dfc;
}

body.page-blog .nav-badge:hover,
body.page-notice .nav-badge:hover,
body.page-blog .offcanvas-body .nav-link:hover,
body.page-notice .offcanvas-body .nav-link:hover {
color: #155dfc;
}

body.page-blog .sidebar-logo .logo-icon,
body.page-notice .sidebar-logo .logo-icon,
body.page-blog .section-title,
body.page-notice .section-title,
body.page-blog .category-title,
body.page-notice .category-title,
body.page-blog .footer-logo,
body.page-notice .footer-logo {
color: #155dfc !important;
}

body.page-blog .category-item:hover,
body.page-notice .category-item:hover {
background: #155dfc;
box-shadow: 0 4px 12px rgba(21, 93, 252, 0.22);
}

body.page-blog,
body.page-notice {
background: #f4f8fb;
}

.page-blog main,
.page-notice main {
background: #f4f8fb;
}

@media (min-width: 992px) {
.notice-page main,
.notice-page .notice-foot {
margin-left: calc(var(--sidebar-width, 280px) + max(0px, (100vw - var(--sidebar-width, 280px) - 1400px) / 2));
margin-right: auto;
max-width: 1400px;
width: 100%;
box-sizing: border-box;
padding-left: 20px;
padding-right: 20px;
}
}

@media (max-width: 768px) {
.notice-page {
padding-top: 0;
}

.notice-page main,
.notice-page .notice-foot {
max-width: 1200px;
margin-left: auto;
margin-right: auto;
padding-left: 16px;
padding-right: 16px;
box-sizing: border-box;
}
}

.notice-top {
position: sticky;
top: 0;
z-index: 20;
display: flex;
align-items: center;
justify-content: space-between;
gap: 24px;
padding: 18px clamp(20px, 5vw, 72px);
background: rgba(255, 255, 255, 0.9);
backdrop-filter: blur(14px);
border-bottom: 1px solid rgba(16, 32, 51, 0.08);
}

.public-content-header {
box-shadow: 0 10px 28px rgba(16, 32, 51, 0.06);
}

.notice-brand {
font-size: 1.18rem;
font-weight: 900;
color: #102033;
text-decoration: none;
}

.notice-nav {
display: flex;
gap: 18px;
align-items: center;
}

.notice-nav a {
font-size: 0.92rem;
font-weight: 750;
color: #52677d;
text-decoration: none;
}

.notice-nav .nav-badge {
padding: 6px 12px;
border-radius: 8px;
font-size: 0.88rem;
font-weight: 750;
color: #52677d;
}

.notice-nav a:hover {
color: #155dfc;
}

.notice-nav .nav-badge.active,
.notice-nav a[aria-current="page"] {
background: #155dfc;
color: #fff;
font-weight: 900;
}

.notice-hero {
padding: clamp(56px, 8vw, 104px) 0 34px;
}

.notice-hero-inner {
display: grid;
grid-template-columns: minmax(0, 0.86fr) minmax(360px, 1.14fr);
gap: clamp(26px, 5vw, 56px);
align-items: center;
}

.blog-hero {
background: transparent;
}

.notice-hero-copy {
max-width: 920px;
}

.content-hero-visual {
margin: 0;
aspect-ratio: 16 / 9;
border-radius: 8px;
overflow: hidden;
background: #eaf2f8;
box-shadow: 0 24px 58px rgba(16, 32, 51, 0.16);
}

.content-hero-visual img {
display: block;
width: 100%;
height: 100%;
object-fit: cover;
}

.notice-hero-copy span,
.notice-detail-date,
.notice-card-date,
.notice-cta span {
display: inline-flex;
align-items: center;
font-size: 0.78rem;
font-weight: 850;
color: #155dfc;
text-transform: uppercase;
}

.notice-hero-copy h1 {
margin: 14px 0 18px;
font-size: clamp(2.4rem, 6vw, 5.2rem);
line-height: 1.02;
font-weight: 950;
}

.page-blog .notice-hero-copy h1 {
font-size: clamp(2rem, 4vw, 3.4rem);
line-height: 1.14;
}

.notice-hero-copy p {
max-width: 720px;
font-size: 1.12rem;
line-height: 1.75;
color: #52677d;
}

.notice-feature-wrap,
.blog-feature-wrap {
padding: 10px clamp(20px, 5vw, 72px) 34px;
}

.notice-feature,
.blog-feature {
display: grid;
grid-template-columns: minmax(0, 0.92fr) minmax(360px, 1.08fr);
gap: clamp(24px, 4vw, 42px);
align-items: center;
background: #fff;
border: 1px solid rgba(16, 32, 51, 0.08);
border-radius: 8px;
overflow: hidden;
box-shadow: 0 22px 48px rgba(16, 32, 51, 0.09);
}

.blog-feature {
grid-template-columns: minmax(380px, 1.12fr) minmax(0, 0.88fr);
}

.notice-feature-copy,
.blog-feature-copy {
padding: clamp(26px, 4vw, 46px);
}

.notice-feature-copy h2,
.blog-feature-copy h2 {
margin: 14px 0 16px;
font-size: clamp(1.8rem, 4vw, 3.25rem);
line-height: 1.12;
font-weight: 950;
}

.notice-feature-copy h2 a,
.blog-feature-copy h2 a {
color: #102033;
text-decoration: none;
}

.notice-feature-copy p,
.blog-feature-copy p {
font-size: 1.02rem;
line-height: 1.82;
color: #52677d;
}

.notice-feature-image,
.blog-feature-image {
display: block;
height: 100%;
min-height: 360px;
background: #eaf2f8;
}

.notice-feature-image img,
.blog-feature-image img {
display: block;
width: 100%;
height: 100%;
object-fit: cover;
}

.notice-feature-actions,
.blog-feature-meta {
display: flex;
align-items: center;
gap: 10px;
flex-wrap: wrap;
margin-top: 22px;
}

.notice-feature-actions a,
.blog-feature-meta span,
.blog-topic-tags a {
display: inline-flex;
align-items: center;
min-height: 36px;
padding: 0 13px;
border-radius: 999px;
background: #edf5fb;
color: #102033;
font-size: 0.84rem;
font-weight: 850;
text-decoration: none;
}

.notice-feature-actions a:first-child {
background: #102033;
color: #fff;
}

.blog-section-head {
display: flex;
align-items: flex-end;
justify-content: space-between;
gap: 16px;
margin: 0 0 18px;
}

.blog-section-head span {
font-size: 0.78rem;
font-weight: 900;
color: #155dfc;
text-transform: uppercase;
}

.blog-section-head h2 {
margin: 0;
font-size: clamp(1.6rem, 3vw, 2.35rem);
font-weight: 950;
color: #102033;
}

.blog-list-wrap,
.notice-list-wrap {
padding: 10px 0 86px;
background: transparent;
}

.blog-list-main {
min-width: 0;
padding: 0;
background: transparent;
}

.blog-category-tabs {
display: flex;
align-items: center;
gap: 8px;
padding: 0 0 12px;
margin: 0 0 10px;
background: transparent;
overflow-x: auto;
scrollbar-width: thin;
}

.blog-category-tab {
display: inline-flex;
align-items: center;
gap: 8px;
min-height: 38px;
padding: 0 13px;
border: 1px solid #d9e2ec;
border-radius: 8px;
background: #fff;
color: #34495e;
font-size: 0.92rem;
font-weight: 850;
white-space: nowrap;
text-decoration: none;
}

.blog-category-tab em {
font-style: normal;
font-size: 0.78rem;
font-weight: 950;
color: #155dfc;
}

.blog-category-tab.active {
border-color: #102033;
background: #102033;
color: #fff;
}

.blog-category-tab.active em {
color: #9ee6c5;
}

.blog-list-board,
.notice-list-board {
min-height: 420px;
padding: 0;
background: #fff;
border: 1px solid rgba(16, 32, 51, 0.08);
border-radius: 12px;
overflow: hidden;
box-shadow: 0 8px 28px rgba(16, 32, 51, 0.05);
}

.blog-list-inner,
.notice-list-inner {
padding: 12px;
background: #fff;
}

.blog-list-head,
.notice-list-head {
display: flex;
align-items: flex-end;
justify-content: space-between;
gap: 18px;
padding: 0 0 18px;
margin: 0;
border-bottom: 1px solid #102033;
background: #fff;
}

.blog-list-head > div:first-child,
.notice-list-head > div:first-child {
padding: 0;
}

.blog-list-head h2,
.notice-list-head h2 {
margin: 0 0 24px;
font-size: clamp(1.7rem, 3vw, 2.35rem);
line-height: 1.15;
font-weight: 950;
color: #102033;
}

.blog-list-head p,
.notice-list-head p {
margin: 0;
font-size: 0.95rem;
color: #102033;
}

.blog-list-head p strong,
.notice-list-head p strong {
font-weight: 950;
color: #000;
}

.blog-list-filter-bar {
display: flex;
align-items: center;
justify-content: space-between;
gap: 16px;
padding: 24px 0 20px;
margin: 8px 0 16px;
border-bottom: 1px solid rgba(16, 32, 51, 0.08);
flex-wrap: wrap;
}

.blog-list-search-container {
display: flex;
align-items: center;
gap: 8px;
max-width: 360px;
width: 100%;
}

.blog-list-search {
display: flex;
align-items: center;
gap: 10px;
flex: 1;
height: 42px;
padding: 0 14px;
border: 1px solid #e0e4ea;
border-radius: 10px;
background: #fff;
color: #69707a;
}

.blog-list-search-btn {
height: 42px;
padding: 0 18px;
border: 1px solid #102033;
border-radius: 10px;
background: #102033;
color: #fff;
font-size: 0.92rem;
font-weight: 750;
cursor: pointer;
transition: background 0.18s ease, border-color 0.18s ease;
white-space: nowrap;
}

.blog-list-search-btn:hover {
background: #155dfc;
border-color: #155dfc;
}

.blog-list-search input {
width: 100%;
border: 0;
outline: none;
background: transparent;
color: #102033;
font-size: 0.94rem;
}

.blog-list-search input::placeholder {
color: #9aa3b2;
}

#blog-list-root.is-loading .blog-list-table {
opacity: 0.55;
pointer-events: none;
}

.blog-list-pagination {
padding: 18px 0 6px;
}

.blog-list-pagination-inner {
display: flex;
align-items: center;
justify-content: center;
gap: 6px;
flex-wrap: wrap;
}

.blog-list-page-btn {
min-width: 38px;
height: 38px;
padding: 0 12px;
border: 1px solid #d9e2ec;
border-radius: 8px;
background: #fff;
color: #34495e;
font-size: 0.9rem;
font-weight: 750;
cursor: pointer;
transition: background 0.18s ease, border-color 0.18s ease, color 0.18s ease;
}

.blog-list-page-btn:hover {
border-color: #155dfc;
color: #155dfc;
}

.blog-list-page-btn.active {
border-color: #102033;
background: #102033;
color: #fff;
}

.blog-list-page-gap {
padding: 0 4px;
color: #9aa3b2;
font-size: 0.88rem;
}

.blog-list-tools,
.notice-list-tools {
display: flex;
align-items: center;
gap: 12px;
padding-bottom: 3px;
color: #111827;
font-size: 0.94rem;
white-space: nowrap;
}

.blog-list-tools label,
.notice-list-tools label {
display: inline-flex;
align-items: center;
gap: 6px;
margin: 0;
font-weight: 500;
}

.blog-list-tools input,
.notice-list-tools input {
width: 14px;
height: 14px;
accent-color: #155dfc;
}

.blog-list-tools select,
.notice-list-tools select {
height: 40px;
padding: 0 34px 0 14px;
border: 1px solid #e0e4ea;
border-radius: 8px;
background: #fff;
color: #111827;
font-size: 0.92rem;
}

.blog-list-view-icon,
.notice-list-view-icon {
position: relative;
display: inline-block;
width: 16px;
height: 16px;
opacity: 0.62;
}

.blog-list-view-icon::before,
.blog-list-view-icon::after,
.notice-list-view-icon::before,
.notice-list-view-icon::after {
content: "";
position: absolute;
left: 1px;
right: 1px;
height: 5px;
background: #69707a;
border-radius: 2px;
}

.blog-list-view-icon::before,
.notice-list-view-icon::before {
top: 1px;
}

.blog-list-view-icon::after,
.notice-list-view-icon::after {
bottom: 1px;
}

.blog-list-view-icon.play,
.notice-list-view-icon.play {
border-radius: 4px;
background: #69707a;
}

.blog-list-view-icon.play::before,
.notice-list-view-icon.play::before {
top: 4px;
left: 6px;
width: 0;
height: 0;
right: auto;
border-top: 4px solid transparent;
border-bottom: 4px solid transparent;
border-left: 6px solid #fff;
background: transparent;
border-radius: 0;
}

.blog-list-view-icon.play::after,
.notice-list-view-icon.play::after {
display: none;
}

.blog-list-view-icon.grid,
.notice-list-view-icon.grid {
background:
linear-gradient(#69707a 0 0) 1px 1px / 5px 5px no-repeat,
linear-gradient(#69707a 0 0) 10px 1px / 5px 5px no-repeat,
linear-gradient(#69707a 0 0) 1px 10px / 5px 5px no-repeat,
linear-gradient(#69707a 0 0) 10px 10px / 5px 5px no-repeat;
}

.blog-list-view-icon.grid::before,
.blog-list-view-icon.grid::after,
.notice-list-view-icon.grid::before,
.notice-list-view-icon.grid::after {
display: none;
}

.blog-list-view-icon.list,
.notice-list-view-icon.list {
background:
linear-gradient(#10b981 0 0) 1px 2px / 14px 2px no-repeat,
linear-gradient(#10b981 0 0) 1px 7px / 14px 2px no-repeat,
linear-gradient(#10b981 0 0) 1px 12px / 14px 2px no-repeat;
opacity: 1;
}

.blog-list-view-icon.list::before,
.blog-list-view-icon.list::after,
.notice-list-view-icon.list::before,
.notice-list-view-icon.list::after {
display: none;
}

.blog-list-table,
.notice-list-table {
display: grid;
width: 100%;
align-content: start;
min-height: 260px;
background: #fff;
}

.blog-list-row,
.notice-list-row {
display: grid;
grid-template-columns: 86px minmax(0, 1fr) 112px 108px 74px;
align-items: center;
min-height: 37px;
padding: 0 0;
border-bottom: 1px solid #edf0f3;
background: #fff;
color: #2d3748;
font-size: 0.93rem;
text-decoration: none;
}

.blog-list-row:hover,
.notice-list-row:hover {
background: #fbfcfd;
}

.blog-list-header,
.notice-list-header {
min-height: 44px;
background: #fff;
color: #111827;
font-size: 0.9rem;
font-weight: 800;
text-align: center;
}

.blog-list-row > span,
.notice-list-row > span {
min-width: 0;
padding: 0 10px;
}

.blog-list-row.blog-list-empty-row > span,
.notice-list-row.notice-list-empty-row > span {
grid-column: 1 / -1;
padding: 18px 12px;
color: #52677d;
text-align: center;
}

.blog-list-category,
.notice-list-category {
color: #1f2937;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}

.blog-list-title,
.notice-list-title {
display: flex;
align-items: center;
gap: 6px;
min-width: 0;
font-weight: 650;
color: #111827;
}

.blog-list-title-text,
.notice-list-title-text {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}

.blog-list-comment,
.notice-list-comment {
flex: 0 0 auto;
color: #ff3b3b;
font-size: 0.84rem;
font-weight: 800;
}

.blog-list-author,
.blog-list-date,
.blog-list-views,
.notice-list-author,
.notice-list-date,
.notice-list-views {
text-align: center;
color: #52677d;
white-space: nowrap;
}

.blog-side {
display: grid;
gap: 14px;
position: sticky;
top: 92px;
}

.page-blog .blog-side {
grid-template-columns: repeat(3, minmax(0, 1fr));
position: static;
}

.blog-side-panel {
padding: 22px;
background: #fff;
border: 1px solid rgba(16, 32, 51, 0.08);
border-radius: 8px;
box-shadow: 0 14px 30px rgba(16, 32, 51, 0.06);
}

.blog-side-panel h2 {
margin: 0 0 12px;
font-size: 1.05rem;
font-weight: 900;
color: #102033;
}

.blog-side-panel ul {
display: grid;
gap: 10px;
margin: 0;
padding-left: 18px;
color: #52677d;
line-height: 1.6;
}

.blog-side-panel p {
color: rgba(255, 255, 255, 0.76);
line-height: 1.65;
}

.blog-side-panel.dark {
background: #102033;
color: #fff;
}

.blog-side-panel.dark h2 {
color: #fff;
}

.blog-side-panel.dark a {
display: inline-flex;
margin-top: 12px;
color: #fff;
font-weight: 850;
}

.blog-topic-tags {
display: flex;
gap: 8px;
flex-wrap: wrap;
}

.blog-empty,
.compact-empty {
min-height: 240px;
padding: 28px;
}

.notice-grid {
display: grid;
grid-template-columns: repeat(3, minmax(0, 1fr));
gap: 22px;
}

.notice-card {
background: #fff;
border: 1px solid rgba(16, 32, 51, 0.08);
border-radius: 8px;
overflow: hidden;
box-shadow: 0 18px 38px rgba(16, 32, 51, 0.08);
}

.notice-card-image {
display: block;
aspect-ratio: 16 / 9;
background: #edf5fb;
}

.notice-card-image img,
.notice-detail-hero img,
.notice-rich-image img {
display: block;
width: 100%;
height: 100%;
object-fit: cover;
}

.notice-card-body {
padding: 22px;
}

.notice-card h2 {
margin: 10px 0 12px;
font-size: 1.15rem;
line-height: 1.38;
font-weight: 900;
}

.notice-card h2 a {
color: #102033;
text-decoration: none;
}

.notice-card p {
min-height: 72px;
font-size: 0.94rem;
line-height: 1.68;
color: #52677d;
}

.notice-card-more {
display: inline-flex;
margin-top: 18px;
font-size: 0.9rem;
font-weight: 850;
color: #155dfc;
text-decoration: none;
}

.notice-empty {
display: grid;
place-items: center;
min-height: 320px;
text-align: center;
background: #fff;
border: 1px solid rgba(16, 32, 51, 0.08);
border-radius: 8px;
}

.notice-empty strong {
font-size: 1.4rem;
}

.notice-empty p {
margin-top: 10px;
color: #52677d;
}

.notice-detail {
max-width: 1200px;
margin: 0 auto;
padding: 54px 0 90px;
box-sizing: border-box;
}

.notice-back {
display: inline-flex;
margin-bottom: 18px;
font-weight: 850;
color: #155dfc;
text-decoration: none;
}

.notice-detail-head h1 {
max-width: 930px;
margin: 18px 0;
font-size: clamp(2rem, 5vw, 4.3rem);
line-height: 1.1;
font-weight: 950;
}

.notice-detail-head p {
max-width: 820px;
font-size: 1.08rem;
line-height: 1.8;
color: #52677d;
}

.notice-detail-hero {
margin: 34px 0 54px;
aspect-ratio: 16 / 9;
border-radius: 8px;
overflow: hidden;
box-shadow: 0 24px 54px rgba(16, 32, 51, 0.14);
}

.notice-rich-body {
display: grid;
gap: 46px;
}

.notice-rich-section {
display: grid;
grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
gap: 34px;
align-items: center;
padding: 34px 0;
border-top: 1px solid rgba(16, 32, 51, 0.08);
}

.notice-rich-section:nth-child(even) .notice-rich-copy {
order: 2;
}

.notice-rich-section:nth-child(even) .notice-rich-image {
order: 1;
}

.notice-rich-copy h2 {
margin: 0 0 18px;
font-size: clamp(1.55rem, 3vw, 2.25rem);
line-height: 1.22;
font-weight: 930;
}

.notice-rich-copy p {
margin: 0 0 14px;
font-size: 1rem;
line-height: 1.9;
color: #52677d;
}

.notice-rich-image {
aspect-ratio: 16 / 9;
border-radius: 8px;
overflow: hidden;
box-shadow: 0 18px 42px rgba(16, 32, 51, 0.1);
background: #fff;
}

.notice-sources {
margin-top: 54px;
padding: 26px;
background: #fff;
border: 1px solid rgba(16, 32, 51, 0.08);
border-radius: 8px;
}

.notice-sources h2 {
margin: 0 0 14px;
font-size: 1.1rem;
}

.notice-sources li {
margin: 8px 0;
word-break: break-all;
}

.notice-sources a {
color: #52677d;
}

.notice-cta {
margin-top: 38px;
display: flex;
justify-content: space-between;
align-items: center;
gap: 24px;
padding: 30px;
background: #102033;
color: #fff;
border-radius: 8px;
}

.notice-cta strong {
display: block;
margin: 8px 0;
font-size: 1.35rem;
}

.notice-cta p {
color: rgba(255, 255, 255, 0.72);
}

.notice-cta a {
display: inline-flex;
align-items: center;
justify-content: center;
min-width: 132px;
height: 48px;
padding: 0 20px;
border-radius: 8px;
background: #fff;
color: #102033;
font-weight: 900;
text-decoration: none;
}

.blog-detail-meta {
display: flex;
align-items: center;
justify-content: center;
flex-wrap: wrap;
gap: 10px;
margin: 0 0 16px;
}

.blog-detail-category {
display: inline-flex;
align-items: center;
min-height: 34px;
padding: 0 13px;
border-radius: 8px;
background: #102033;
color: #fff;
font-size: 0.88rem;
font-weight: 900;
text-decoration: none;
}

.blog-detail-category:hover {
background: #155dfc;
color: #fff;
}

.blog-related {
margin-top: 48px;
padding: 28px 0 0;
border-top: 1px solid rgba(16, 32, 51, 0.12);
}

.blog-related-head {
display: flex;
align-items: flex-end;
justify-content: space-between;
gap: 14px;
margin-bottom: 16px;
}

.blog-related-head span {
font-size: 0.82rem;
font-weight: 950;
color: #155dfc;
}

.blog-related-head h2 {
margin: 0;
font-size: clamp(1.35rem, 2.4vw, 1.9rem);
font-weight: 950;
color: #102033;
}

.blog-related-list {
display: grid;
gap: 8px;
}

.blog-related-item {
display: grid;
grid-template-columns: 92px minmax(0, 1fr);
gap: 10px 18px;
padding: 16px 0;
border-bottom: 1px solid #e8eef4;
color: #102033;
text-decoration: none;
}

.blog-related-date {
grid-row: span 2;
color: #52677d;
font-size: 0.9rem;
font-weight: 800;
}

.blog-related-item strong {
min-width: 0;
font-size: 1.05rem;
font-weight: 900;
line-height: 1.35;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}

.blog-related-item p {
margin: 0;
color: #52677d;
font-size: 0.92rem;
line-height: 1.55;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
overflow: hidden;
}

.blog-related-item:hover strong {
color: #155dfc;
}

.notice-foot {
display: flex;
justify-content: space-between;
gap: 18px;
padding: 28px clamp(20px, 5vw, 72px);
background: #102033;
color: #fff;
}

.notice-foot span {
color: rgba(255, 255, 255, 0.68);
}

@media (max-width: 1024px) {
.notice-grid {
grid-template-columns: repeat(2, minmax(0, 1fr));
}

.notice-feature,
.blog-feature,
.notice-hero-inner {
grid-template-columns: 1fr;
}

.blog-side {
position: static;
}

.page-blog .blog-side {
grid-template-columns: 1fr;
}

.notice-rich-section,
.notice-rich-section:nth-child(even) {
grid-template-columns: 1fr;
}

.notice-rich-section:nth-child(even) .notice-rich-copy,
.notice-rich-section:nth-child(even) .notice-rich-image {
order: initial;
}
}

@media (max-width: 640px) {
.notice-top,
.notice-foot,
.notice-cta {
align-items: flex-start;
flex-direction: column;
}

.notice-nav {
width: 100%;
overflow-x: auto;
padding-bottom: 4px;
}

.notice-grid {
grid-template-columns: 1fr;
}

.blog-grid {
grid-template-columns: 1fr;
}

.blog-list-head,
.notice-list-head {
align-items: flex-start;
flex-direction: column;
gap: 12px;
}

.blog-list-filter-bar {
flex-direction: column;
align-items: stretch;
}

.blog-list-head h2,
.notice-list-head h2 {
margin-bottom: 12px;
}

.blog-list-tools,
.notice-list-tools {
width: 100%;
overflow-x: auto;
padding-bottom: 8px;
}

.blog-list-row,
.notice-list-row {
grid-template-columns: 72px minmax(0, 1fr) 64px;
min-height: 44px;
font-size: 0.88rem;
}

.blog-list-author,
.blog-list-date,
.notice-list-author,
.notice-list-date {
display: none;
}

.blog-list-views,
.notice-list-views {
font-size: 0.82rem;
}

.blog-list-comment,
.notice-list-comment {
display: none;
}

.notice-feature-image,
.blog-feature-image,
.content-hero-visual {
min-height: 220px;
}

.blog-section-head {
align-items: flex-start;
flex-direction: column;
}

.blog-category-tabs {
padding: 0 12px 10px;
}

.blog-related-head {
align-items: flex-start;
flex-direction: column;
}

.blog-related-item {
grid-template-columns: 1fr;
gap: 6px;
}

.blog-related-date {
grid-row: auto;
}

.blog-related-item strong {
white-space: normal;
}

.notice-card p {
min-height: auto;
}

.notice-detail {
padding-top: 34px;
}
}

.blog-detail-main {
padding: 28px 0 72px;
}

.blog-detail-wrap {
max-width: 1200px;
margin: 0 auto;
}

.blog-detail-back {
display: inline-flex;
align-items: center;
gap: 6px;
margin-bottom: 16px;
font-size: 0.9rem;
font-weight: 800;
color: #155dfc;
text-decoration: none;
}

.blog-detail-back:hover {
color: #102033;
}

.blog-detail-shell {
background: #fff;
border: 1px solid rgba(16, 32, 51, 0.1);
border-radius: 16px;
overflow: hidden;
box-shadow: 0 18px 42px rgba(16, 32, 51, 0.08);
}

.blog-detail-hero {
width: 100%;
height: 300px;
margin: 0;
overflow: hidden;
background: #eaf2f8;
}

.blog-detail-hero img {
display: block;
width: 100%;
height: 100%;
object-fit: cover;
}

.blog-detail-headline {
padding: 32px 36px 24px;
background: linear-gradient(180deg, #eef5ff 0%, #fff 100%);
border-top: 0;
border-bottom: 1px solid rgba(16, 32, 51, 0.08);
}

.blog-detail-title {
margin: 0;
font-size: clamp(1.75rem, 3.4vw, 2.65rem);
line-height: 1.38;
font-weight: 900;
color: #102033;
letter-spacing: -0.025em;
word-break: keep-all;
}

.blog-detail-lead {
margin: 14px 0 0;
font-size: 1rem;
line-height: 1.72;
color: #52677d;
}

.blog-detail-headline-foot {
display: flex;
flex-wrap: wrap;
align-items: flex-end;
justify-content: space-between;
gap: 14px 18px;
margin-top: 22px;
padding-top: 16px;
border-top: 1px solid rgba(16, 32, 51, 0.1);
}

.blog-detail-headline-badges {
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: flex-end;
gap: 8px;
margin-left: auto;
}

.blog-detail-date {
font-size: 0.92rem;
color: #52677d;
font-weight: 700;
white-space: nowrap;
}

.blog-detail-category {
display: inline-flex;
align-items: center;
gap: 4px;
min-height: 34px;
padding: 0 14px;
border-radius: 999px;
background: #102033;
border: 1px solid #102033;
color: #fff;
font-size: 0.82rem;
font-weight: 800;
text-decoration: none;
}

.blog-detail-category::before {
content: "·";
font-weight: 900;
}

.blog-detail-category:hover {
background: #155dfc;
border-color: #155dfc;
color: #fff;
}

.blog-detail-keyword {
display: inline-flex;
align-items: center;
min-height: 34px;
padding: 0 14px;
border-radius: 999px;
border: 1px solid rgba(16, 32, 51, 0.12);
background: #f4f8fb;
color: #52677d;
font-size: 0.8rem;
font-weight: 700;
}

.blog-detail-body {
padding: 8px 24px 24px;
}

.blog-detail-content {
font-size: 1rem;
line-height: 1.9;
color: #102033;
word-break: keep-all;
}

.blog-detail-section + .blog-detail-section {
margin-top: 1.25rem;
}

.blog-detail-content h2 {
position: relative;
margin: 2.5rem 0 1rem;
padding-top: 1.75rem;
font-size: clamp(1.2rem, 2.4vw, 1.45rem);
line-height: 1.35;
font-weight: 900;
color: #102033;
}

.blog-detail-content h2:not(:first-of-type)::before {
content: "";
position: absolute;
top: 0;
left: 0;
right: 0;
height: 1px;
background: linear-gradient(90deg, transparent 0%, rgba(16, 32, 51, 0.12) 15%, #155dfc 50%, rgba(16, 32, 51, 0.12) 85%, transparent 100%);
opacity: 0.85;
}

.blog-detail-content h2:first-of-type {
margin-top: 0;
padding-top: 0;
}

.blog-detail-content p {
margin: 0 0 1.05rem;
color: #52677d;
}

.blog-detail-content h2 + p {
margin-top: 0.35rem;
}

.blog-detail-section-image {
margin: 1.1rem 0 1.35rem;
border-radius: 12px;
overflow: hidden;
background: #eaf2f8;
border: 1px solid rgba(16, 32, 51, 0.08);
}

.blog-detail-section-image img {
display: block;
width: 100%;
height: auto;
}

.blog-detail-bottom-meta {
display: flex;
justify-content: flex-end;
padding: 0 24px 20px;
border-top: 1px solid rgba(16, 32, 51, 0.08);
}

.blog-detail-views {
font-size: 0.82rem;
color: #52677d;
font-weight: 700;
}

.blog-detail-related {
margin-top: 28px;
padding: 22px 24px;
background: #fff;
border: 1px solid rgba(16, 32, 51, 0.1);
border-radius: 16px;
box-shadow: 0 12px 28px rgba(16, 32, 51, 0.06);
}

.blog-detail-related-title {
margin: 0 0 14px;
font-size: 1.05rem;
font-weight: 900;
color: #102033;
}

.blog-detail-related-list {
list-style: none;
margin: 0;
padding: 0;
}

.blog-detail-related-item + .blog-detail-related-item {
margin-top: 8px;
}

.blog-detail-related-link {
display: flex;
justify-content: space-between;
align-items: center;
gap: 12px;
padding: 12px 14px;
border: 1px solid rgba(16, 32, 51, 0.08);
border-radius: 12px;
background: #f8fbff;
text-decoration: none;
}

.blog-detail-related-link:hover {
border-color: rgba(21, 93, 252, 0.35);
background: #eef5ff;
}

.blog-detail-related-post-title {
min-width: 0;
color: #102033;
font-size: 0.94rem;
font-weight: 800;
line-height: 1.45;
}

.blog-detail-related-link:hover .blog-detail-related-post-title {
color: #155dfc;
}

.blog-detail-related-post-date {
flex-shrink: 0;
color: #52677d;
font-size: 0.82rem;
font-weight: 700;
white-space: nowrap;
}

.blog-detail-cta {
margin-top: 22px;
display: grid;
grid-template-columns: minmax(0, 1fr) auto;
align-items: center;
gap: 24px;
padding: 28px 28px;
background: linear-gradient(135deg, #102033 0%, #1a3352 100%);
color: #fff;
border: 1px solid rgba(255, 255, 255, 0.08);
border-radius: 16px;
box-shadow: 0 18px 40px rgba(16, 32, 51, 0.18);
}

.blog-detail-cta-copy {
min-width: 0;
}

.blog-detail-cta-badge {
display: inline-flex;
align-items: center;
min-height: 28px;
padding: 0 10px;
border-radius: 999px;
background: rgba(254, 229, 0, 0.14);
border: 1px solid rgba(254, 229, 0, 0.35);
color: #fee500;
font-size: 0.76rem;
font-weight: 850;
letter-spacing: 0.02em;
}

.blog-detail-cta strong {
display: block;
margin: 12px 0 8px;
font-size: clamp(1.15rem, 2.4vw, 1.35rem);
line-height: 1.45;
}

.blog-detail-cta p {
margin: 0 0 14px;
color: rgba(255, 255, 255, 0.78);
line-height: 1.7;
font-size: 0.96rem;
}

.blog-detail-cta-list {
display: grid;
gap: 6px;
margin: 0;
padding: 0;
list-style: none;
}

.blog-detail-cta-list li {
position: relative;
padding-left: 16px;
color: rgba(255, 255, 255, 0.88);
font-size: 0.88rem;
font-weight: 700;
line-height: 1.5;
}

.blog-detail-cta-list li::before {
content: "";
position: absolute;
left: 0;
top: 0.62em;
width: 6px;
height: 6px;
border-radius: 50%;
background: #fee500;
}

.blog-detail-cta-action {
display: flex;
flex-direction: column;
align-items: stretch;
gap: 10px;
min-width: 220px;
}

.blog-detail-cta-kakao {
display: inline-flex;
align-items: center;
justify-content: center;
gap: 10px;
min-height: 54px;
padding: 0 22px;
border-radius: 12px;
background: #fee500;
color: #3b1e1e;
font-size: 0.98rem;
font-weight: 900;
text-decoration: none;
box-shadow: 0 10px 24px rgba(254, 229, 0, 0.28);
transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
white-space: nowrap;
}

.blog-detail-cta-kakao i {
font-size: 1.15rem;
}

.blog-detail-cta-kakao:hover {
background: #ffe433;
color: #2f1717;
transform: translateY(-1px);
box-shadow: 0 14px 28px rgba(254, 229, 0, 0.34);
}

.blog-detail-cta-note {
display: block;
text-align: center;
color: rgba(255, 255, 255, 0.58);
font-size: 0.78rem;
line-height: 1.45;
}

@media (max-width: 1024px) {
.blog-detail-hero {
height: 220px;
}
}

@media (max-width: 640px) {
.blog-detail-main {
padding-top: 18px;
}

.blog-detail-headline {
padding: 24px 18px 20px;
}

.blog-detail-headline-foot {
flex-direction: column;
align-items: flex-start;
}

.blog-detail-headline-badges {
margin-left: 0;
justify-content: flex-start;
}

.blog-detail-body,
.blog-detail-bottom-meta,
.blog-detail-related {
padding-left: 16px;
padding-right: 16px;
}

.blog-detail-hero {
height: 200px;
}

.blog-detail-related-link {
flex-direction: column;
align-items: flex-start;
}

.blog-detail-cta {
grid-template-columns: 1fr;
align-items: stretch;
}

.blog-detail-cta-action {
min-width: 0;
}

.blog-detail-cta-kakao {
width: 100%;
white-space: normal;
}
}
