/* /Pages/Shared/_Layout.cshtml.rz.scp.css */
/* Please see documentation at https://learn.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

/* 기본 스타일 (기존 유지) */
a.navbar-brand[b-uslnijr6me] {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

a[b-uslnijr6me] {
    color: #0077cc;
}

.btn-primary[b-uslnijr6me] {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.nav-pills .nav-link.active[b-uslnijr6me], .nav-pills .show > .nav-link[b-uslnijr6me] {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.border-top[b-uslnijr6me] {
    border-top: 1px solid #e5e5e5;
}

.border-bottom[b-uslnijr6me] {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow[b-uslnijr6me] {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy[b-uslnijr6me] {
    font-size: 1rem;
    line-height: inherit;
}

/* 전체 레이아웃 폭 고정 (핵심 추가) */
.layout-wrapper[b-uslnijr6me] {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
}

/* header 전체 폭 고정 */
header[b-uslnijr6me] {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    box-sizing: border-box;
}

/* header 내부 nav 스타일 */
.main-nav[b-uslnijr6me] {
    background: #008080;
    color: white;
    padding: 10px 0;
    text-align: center;
    width: 100%;
    box-sizing: border-box;
}

    .main-nav a[b-uslnijr6me] {
        color: white;
        margin: 0 20px;
        text-decoration: none;
        font-weight: bold;
    }

/* main 영역 폭 고정 */
main[b-uslnijr6me] {
    flex: 1;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    box-sizing: border-box;
}

/* footer 전체 폭 고정 + 높이 조정 */
footer[b-uslnijr6me] {
    background: #343a40;
    color: white;
    padding: 10px 0; /* 기존 15px → 10px (높이 줄임) */
    text-align: center;
    font-size: 0.85em;
    line-height: 1.5;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    box-sizing: border-box;
}

.footer-content[b-uslnijr6me] {
    padding: 0 20px;
}

/* 기존 footer 스타일 제거 (absolute 위치 사용 안 함) */
.footer[b-uslnijr6me] {
    /* 기존 absolute 스타일 제거 */
    position: static;
    width: auto;
    line-height: normal;
}
