.BBS {
   	
    margin: 130px auto 0 auto;
    width: 1000px;
    padding-bottom: 30px;
}
.emptyNotice .BBS {
}
.BBS table.normal td.titleTd {
	text-align:left;
	min-width:200px;
}
.BBS table.normal tr:first-child td.titleTd {
	text-align:center
}
.BBS table.normal tr.notice td {
    background: #ffffff;
    border-bottom: solid 1px #e2e2e2;
}

.BBS .rectBox {
    padding: 10px 0;
	border: solid 1px #cccccc;
    background: #fff;
    font-family: 'Dotum', sans-serif;
    font-size: 12px;
    border-radius: 4px;
}
.BBS #messageHistory {
	margin-top:10px;
}
.BBS > .title {
    color: #515769;
    margin-bottom: 6px;
    font-weight: bold;
}

.BBS .rectBox table {
    border-collapse: collapse;
    width: 100%;
}

.BBS .rectBox td,
.BBS .rectBox th {
    font-family: Dotum, sans-serif, Malgun Gothic, Arial;
    font-size: 12px;
    text-align: left;
    padding: 8px 4px;
    color: #cce3ff;
}

.BBS .rectBox th {
    font-weight: bold;
    text-align: right;
}

.BBS .rectBox input[type="text"],
.BBS .rectBox input[type="password"] {
    width: 170px;
    height: 27px;
    border-radius: 2px;
    border: solid 1px #5a5a5a;
    padding: 4px;
}

.BBS .rectBox input[type="button"],
.BBS .rectBox button[type="button"] {
    color: #474e57;
    background: #cce3ff;
    border: solid 1px #1884b1;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    padding: 3px 8px 5px 8px;
    vertical-align: -1px;
    cursor: pointer;
}

.BBS .rectBox input[type="button"]:hover,
.BBS .rectBox button[type="button"]:hover {
    background: #fff;
}

.BBS .rectBox input[type="button"].em,
.BBS .rectBox button[type="button"].em {
    color: #0e2a39;
    font-weight: bold;
    border: solid 1px #167aa3;
}

.BBS .btnMid,
.BBS .rectBox input[type="button"].btnMid,
.BBS .rectBox button[type="button"].btnMid {
	padding: 10px;
	font-size: 14px;
	cursor: pointer;
	vertical-align: middle;
	font-weight: bold;
	background: #e0ae75;
	border: none;
	color: #07080d;
	border-radius:4px;
}

.BBS .btnMid:hover,
.BBS .rectBox input[type="button"].btnMid:hover,
.BBS .rectBox button[type="button"].btnMid:hover {
    background: #f2d977;
	
}

.BBS table.normal {
    border-collapse: separate;
    width: 100%;
    color: #fff;
    /* border: solid 1px #444; */
    border-width: 1px 1px 0 1px;
    border-spacing: 0;
}

.BBS table td .btnDel {
    color: #bdbdbd;
    background: #121725;
    border: solid 1px #444;
    padding: 2px 8px 2px 8px;
    vertical-align: -1px;
    cursor: pointer;
 }
.BBS table tr.notice td {
    background: rgba(255, 255, 255, 0.26);
}
.BBS table td .btnDel:hover {
    background: #982526;
    color: #fff;
    border: solid 1px #982526;
}

.BBS table.normal td {
    font-size: 14px;
    border-bottom: solid 1px #323232;
    padding: 3px 0 3px 0;
    text-align: center;
    background: #033a2b;;
    height: 35px;
    word-break: break-all;
}

.BBS table.normal.col4 td {
    width: 25%;
}

.BBS table.normal.col5 td {
    width: 20%;
}

.BBS table.normal td a {
    color: #fff;
}

.BBS table.normal.col4 td {
    width: 25%;
}

.BBS table.normal.col4 td:nth-child(1) {
    width: 15%;
}

.BBS table.normal.col4 td:nth-child(2) {
    width: 50%;
    text-align: left;
}

.BBS table.normal.col4 td:nth-child(3) {
    width: 15%;
}

.BBS table.normal.col4 td:nth-child(4) {
    width: 20%;
}

.BBS table.normal tr:first-child td {
	 background: linear-gradient(to bottom, #044835 0%,#033124 100%);
	 color: #d9d9d9;
	 font-weight: bold;
	 padding: 6px 0 6px 0;
}

.BBS table.normal a, table.normal a:visited {
    color: #444;
    text-decoration: none;
}

.BBS table.normal a:hover {
    text-decoration: underline;
}

.BBS .btnCont {
    text-align: center;
    margin: 15px 0;
}
.BBS .bbsBtnCont {
    /* background: #232323; */
    color: #404040;
    /* border: solid #444; */
    border-width: 0 1px 0 1px;
    text-align: right;
}

.BBS .bbsBtnCont.end {
        border-width: 0 1px 1px 1px;
        /* background: #1b1b1b; */
}

.BBS .bbsBtnCont button {
    color: #000000;
    border: solid 1px #d9d9d9;
    padding: 6px 12px;
    vertical-align: -1px;
    cursor: pointer;
    margin: 8px 8px 8px 0;
    border-radius: 4px;
    background: #d9d9d9;
}

.BBS .bbsBtnCont button:hover {
    background: #efefef;
}

.BBS .bbsBtnCont button a {
    color:#000;
}


.BBS .bbs_read {

width: 100%;

font-size: 14px;

overflow: hidden;

margin-top:10px;

border: solid 1px #323232;
}
.BBS .bbs_read .top {
    background: #212634;
    color: #fff;
    padding: 8px;
 }

.BBS .bbs_read .top span {
    display: inline-block;
    padding:2px;

}

.BBS .bbs_read .top div > span:nth-child(1) {
    width: 50px;
    color: #bfbfbf;
    font-weight: bold;
}

.BBS .bbs_read .content {
    padding: 12px;
    background: #0a0e17;
    border-radius: 0 0 2px 2px;
    color: #fff;
    min-height: 200px;
    line-height: 1.8;
}

.BBS .replyBox {
    background: rgba(255, 255, 255, 0);
    color: #e7edff;
    border-radius: 2px;
    font-size: 14px;
}
.BBS .replyBox .re {
    border-top: solid 1px rgba(77, 137, 177, 0.5);
    padding: 8px 4px;
}.BBS .replyBox .re textarea {
     width:100%;
 }

.BBS .replyBox .re .name {
    color: #67bce2;
    padding: 4px;
}

.BBS .replyBox .date {
    float: right;
    color:#67bce2;
}
.BBS .replyBox .date .fa {
    color: #f4d33b;
    margin-left: 4px;
    cursor: pointer;
}
.BBS .replyBox .date .fa:hover {
    color:#ff6600;
}


