@charset "utf-8";
.wmxpAuto{margin-left:auto;}

.ad{width:calc(50% - 12px)}
.adRight{right:0; top:60px}
.adRight .ad{width:auto}
.adRight .ad{height:calc(50% - 12px)}
/*************** header ***************/
header{box-sizing: border-box; min-width:340px}
.menu .active{background:#2F59FF; }
.menu .active a{color:#F6F7F8; font-weight:700;}
.menu .active img{filter:invert(1)}
.logOut{bottom:90px; left:60px}


.empty{min-width:340px;}


/*************** list ***************/
.listChckBox .pA{left:-99999px}
.listTblBox tbody td{border-bottom:1px solid #222}
.listTbl input[type="number"]{border:1px solid #222}

/*************** view ***************/
.simpleView > div{border:1px solid #E5E8EB; width:calc(50% - 12px)}
.viewTbl table{border:1px solid #222}
.viewTbl table td{border-bottom:1px solid #222}
.viewTbl table td.bco_gray10{border-bottom:1px solid #fefefe;}

/*************** write ***************/
.online{overflow-y: hidden;}
.inputBox textarea{min-width:100%; max-width:100%; min-height:220px; box-sizing: border-box; border:0}
.filterData input[type="radio"]{left:-9999px}
.filterData input[type="radio"]+label{border:1px solid #d5d5d5; cursor: pointer; transition: ease-in 0.2s;}
.filterData input[type="radio"]:checked +label{background:#222; border:1px solid #222; color:#fefefe}

#filter_button, #filiter_reset_button{border:0; cursor: pointer;}
#data_table{overflow:hidden}
.writeBoard{overflow-y:scroll}
.idText{left:-99999px}
#btn_submit{border:0; margin-left:auto}


.online input::placeholder, .online textarea::placeholder{color:#D1D2D5}
#data_table table{table-layout:fixed}
#data_table tbody td{padding:8px; border-bottom:1px solid #eee; text-align:center; word-break: break-all;}
#data_table tbody td:nth-child(1){width:2%}
#data_table tbody td:nth-child(2){width:5%}
#data_table tbody td:nth-child(3){width:15%}
#data_table tbody td:nth-child(4){width:15%; }
#data_table tbody td:nth-child(5){width:10%}
#data_table tbody td:nth-child(6){width:10%}
#data_table tbody td:nth-child(7){width:10%}
#data_table tbody td:nth-child(8){width:30%; text-align: left;}

.loginBtn{border:0; cursor: pointer;}

