body { background-color:#f9f6f1; }

.subContents {
    width: 1200px;
    margin: 0 auto;
    position: relative;
    padding-top: 50px;
}
.projectTitle_sub {
    margin-bottom: 25px;
}
.projectTitle_sub h1 {
    font-size: 18px;
    color: #999999;
    text-align: left;
    font-weight: normal;
    border-bottom: 1px solid #999999;
    padding-bottom: 12px;
}
.projectTitle_sub h1 span {
    font-size: 30px;
    color: #313333;
    border-bottom: 5px solid #313333;
    padding-bottom: 9px;
}
.projectTitle_sub p {
    font-size: 20px;
    color: #999999;
    text-align: left;
    clear: both;
    margin-top: 13px;
}
.board-list { margin-bottom:50px; }
.board-list table { width: 100%; border: 1px solid #d3d7d5; border-collapse: collapse; }
.board-list table th { text-align:center; border: 1px solid #d3d7d5; background-color:#f2f2f2; padding:10px 0px; font-size:20px; box-sizing:border-box; }
.board-list table td { border: 1px solid #d3d7d5; padding:10px; font-size:18px; box-sizing:border-box; }
.board-list table td.text-center { text-align:center; }
.board-list .label { display: inline; background-color: #62cb31; padding: .2em .6em .3em; font-size: 75%; font-weight: bold; line-height: 1; color: #fff; text-align: center; white-space: nowrap; vertical-align: baseline; border-radius: .25em; }
.board-list .board_subject { width:100%; background-color:#f2f2f2; padding:10px; font-size:20px; color:#222222; }
.board-list .board_info { width:100%; text-align:right; padding:10px 0; font-size:16px; color:#74767a; }
.board-list .board_content { width:100%; text-align:left; padding:10px 0; font-size:16px; color:#74767a; }
.board-list .board_content * { /* all: revert; */ padding: revert; margin: revert; }
.board-list .board_btns { text-align:right; }
.board-list .board_btns .btn { display:block; width: 100%; height: 70px; line-height: 70px; font-size: 30px; font-weight: 500; background-color: #00c973; border-radius: 10px; color: #ffffff; text-align: center; border: none; outline: none; margin-top: 50px; letter-spacing: -1px; }
.board-list .board_btns.flex { display:flex; }
.board-list .board_btns.flex .btn:not(:first-child) { margin-left:10px; }
.board-list .board_input { margin-top:20px; }
.board-list .board_input.flex { display:flex; align-items: center; }
.board-list .board_input .board_input_title {  font-size:30px; font-weight:500; color:#222222; letter-spacing:-1px; }
.board-list .board_input.flex .board_input_form { margin-left:10px; flex-shrink: 0; flex-grow: 1;}
.board-list .board_input input { width:100%; height:40px; font-size: 25px; font-weight: 500; color: #222222; padding:0 10px; box-sizing:border-box; }
.board-list .board_input textarea { width:100%; height:100px; font-size: 25px; font-weight: 500; color: #222222; padding:10px 10px; box-sizing:border-box; border-right:none; }
.board-list .board_input .btn { display:block; width: 100px; height:100px; font-size: 25px; font-weight: 500; background-color: #00c973; border-top-right-radius: 10px; border-bottom-right-radius: 10px; color: #ffffff; text-align: center; border: none; outline: none; }
