/* write CSS */
.receive {margin:0 20px 0 40px;}
.receive table {border:1px solid #ccc; border-collapse:collapse; width:100%; margin-top:20px;}
.receive table tr th,.receive table tr td {border:1px solid #ccc; height:40px; line-height:40px; padding:0 10px; vertical-align:middle;}
.receive table tr td input { height:25px; line-height:25px; font-size:1rem; padding:0 0 0 5px; vertical-align:middle;}
.receive table tr td input[type='text'] {width:200px;}
.receive table tr td select {height:25px; line-height:25px; font-size:1rem; vertical-align:middle;}
.receive table tr td textarea {width:100%; height:300px; margin:5px 0;}

.regOK {width:300px; margin:20px auto; text-align:center; height:25px; line-height:25px; border:1px solid #333; background:#f1f1f1; border-radius:5px; transition:all 0.3s ease;}
.regOK > a {display:block;}
.regOK:hover {background:#333;}
.regOK:hover > a {color:#fff;}

/* list CSS */
.list_wrap {width:1000px; margin:20px auto 0;}
.list_wrap .title {text-align:center; font-size:1.167rem; margin:10px 0;}

.statsdesc {width:100%; height:30px; line-height:30px; border:1px solid #ccc; box-sizing:border-box;}
.statsdesc:after {content:''; display:block; clear:both;}
.statsdesc > ul {float:left;}
.statsdesc > ul:after {content:''; display:block; clear:both;}
.statsdesc > ul > li{float:left; margin:0 5px;}

.statsdesc > .statsSh {float:left; margin:5px 30px;}

.st1 {width:44px; height:16px; background:#636363; display:inline-block; vertical-align:middle; margin:0 3px; border-radius:7px 7px; font-size:10px; color:#fff; line-height:16px; text-align:center;}
.st2 {width:44px; height:16px; background:#2da164; display:inline-block; vertical-align:middle; margin:0 3px; border-radius:7px 7px; font-size:10px; color:#fff; line-height:16px; text-align:center;}
.st3 {width:44px; height:16px; background:#8e8c8d; display:inline-block; vertical-align:middle; margin:0 3px; border-radius:7px 7px; font-size:10px; color:#fff; line-height:16px; text-align:center;}
.st4 {width:44px; height:16px; background:#ed4129; display:inline-block; vertical-align:middle; margin:0 3px; border-radius:7px 7px; font-size:10px; color:#fff; line-height:16px; text-align:center;}

.list_wrap ul li {}
.list_wrap ul li table {border-collapse:collapse; width:100%; margin-top:20px;}
.list_wrap ul li table tr th,.list_wrap ul li table tr td {border:1px solid #ccc; box-sizing:border-box; padding:0 0 0 10px; height:30px;}
.list_wrap ul li table tr th {background:#f1f1f1;}

/* ¹®ÀÚ ³²Àº°¹¼ö Ç¥½Ã CSS */
.sms {float:right; margin-right:10px;}
.s_cnt {}
.s_cnt_zero {font-weight:bold; color:#ff0000;}