/* ===========================
   대순진리회 중화방면 커뮤니티
   단청 팔레트 적용 CSS
   =========================== */

/* 한국어 폰트 */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@400;500;700&family=Noto+Serif+KR:wght@400;500;700&display=swap');

body, button, input, select, textarea {
    font-family: 'Noto Sans KR', sans-serif !important;
    background: #F5F0E6 !important;
    color: #1A1A1A !important;
}

h1, h2, h3, h4, h5, h6,
.title, .bo_title, .bo_v_tit {
    font-family: 'Noto Serif KR', serif !important;
}

/* 그누보드 헤더 */
#hd {
    background: #1A1A1A !important;
    border-bottom: 3px solid #A8332B !important;
}

#hd h1, #hd a {
    color: #F5F0E6 !important;
}

/* 메인 영역 */
#wrapper {
    background: #F5F0E6 !important;
    max-width: 1200px;
    margin: 0 auto;
    padding: 30px 20px;
}

/* 게시판 제목 */
#bo_list .bo_fx h2,
#bo_v .bo_v_top h2 {
    color: #1A1A1A !important;
    border-bottom: 2px solid #A8332B !important;
    padding-bottom: 10px;
}

/* 버튼 - 단청 적 */
.btn_b01, .btn_admin, .btn_submit,
input[type=submit], button[type=submit] {
    background: #A8332B !important;
    color: #F5F0E6 !important;
    border: 1px solid #A8332B !important;
    border-radius: 4px;
}

.btn_b01:hover, .btn_admin:hover, .btn_submit:hover {
    background: #8A2922 !important;
    color: #fff !important;
}

/* 보조 버튼 - 단청 청 */
.btn_b02, .btn_cancel {
    background: #2C4F6B !important;
    color: #F5F0E6 !important;
    border: 1px solid #2C4F6B !important;
}

/* 링크 색상 */
a {
    color: #2C4F6B !important;
}

a:hover {
    color: #A8332B !important;
}

/* 게시글 목록 테이블 */
#bo_list table {
    background: #FFFFFF;
    border-top: 2px solid #1A1A1A !important;
}

#bo_list th {
    background: #1A1A1A !important;
    color: #F5F0E6 !important;
    border-bottom: 1px solid #A8332B !important;
    padding: 12px;
}

#bo_list td {
    border-bottom: 1px solid rgba(26,26,26,0.1) !important;
    padding: 10px;
}

#bo_list tr:hover {
    background: rgba(168,51,43,0.05) !important;
}

/* 게시글 상세 */
#bo_v {
    background: #FFFFFF;
    padding: 30px;
    border-top: 3px solid #A8332B;
}

#bo_v_title {
    border-bottom: 1px solid rgba(26,26,26,0.2);
    padding-bottom: 15px;
    margin-bottom: 20px;
}

/* 푸터 */
#ft {
    background: #1A1A1A !important;
    color: #F5F0E6 !important;
    padding: 30px 0;
}

#ft a {
    color: #C9A961 !important;
}

/* 페이지 네비게이션 */
.pg_page.pg_current {
    background: #A8332B !important;
    color: #F5F0E6 !important;
}

/* 검색 폼 */
#bo_sch input[type=text] {
    border: 1px solid #1A1A1A !important;
    padding: 8px;
}

/* 폼 입력란 */
input[type=text], input[type=password], textarea, select {
    border: 1px solid rgba(26,26,26,0.3) !important;
    padding: 8px;
    border-radius: 3px;
}

input[type=text]:focus, input[type=password]:focus, textarea:focus {
    border-color: #A8332B !important;
    outline: none;
}

/* 모바일 반응형 */
@media (max-width: 768px) {
    #wrapper {
        padding: 15px 10px;
    }
}