@charset "utf-8";

/* Sub Page Styles */
.sub_content {
    max-width: 1200px;
    margin: 120px auto 60px;
    padding: 0 20px;
}

.sub_content h2 {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 30px;
    text-align: center;
}

/* Board List */
.board_list table {
    width: 100%;
    border-collapse: collapse;
}

.board_list th, .board_list td {
    padding: 12px 15px;
    border-bottom: 1px solid #eee;
    text-align: left;
}

.board_list th {
    background: #f8f8f8;
    font-weight: 600;
    font-size: 14px;
}

/* Content Page */
.content_page {
    line-height: 1.8;
    font-size: 16px;
}

.content_page img {
    max-width: 100%;
    height: auto;
}
