/* BASIC css start */
.info_box {padding: 20px 16px; box-sizing:border-box; background:#f5f5f5; text-align:center}
.customer_num {font-size:18px; color:#000; font-weight:bold; margin-bottom:12px; }
.customer_time {margin-bottom:3px; font-size:14px; color:#000; line-height:1.5; }
.customer_list {margin-top: 20px;}
.customer_list li {display:inline-block;vertical-align: top;width: calc(33.33% - 6px);margin-right: 6px;height: 38px;line-height: 38px;border-radius: 30px;font-size: 13px;color: #fff;background: #958473;}
.customer_list li:last-child {margin-right: 0;}
.customer_list li a {font-size:13px; color:#fff; }

.board_list { margin-bottom:48px; }
.board_list li {padding: 14px 16px; border-bottom:1px solid #f5f5f5;}
.board_list li a {display:inline-block; width:calc(50% - 2px); font-weight:500}
.board_list li span {display:inline-block;vertical-align: middle;font-size: 13px;font-weight: 600;color: #000;}
.board_list li .icn {width:28px; margin-right: 5px;}

.board_box .tt {padding:0 16px 10px; border-bottom:1px solid #000; position:relative;font-size: 18px; color:#000; font-weight:600;}
.board_box .tt a { position:absolute; right:16px; top:0; font-size:12px; color:#999}
.board_box .board {padding: 14px 16px; border-bottom:1px solid #f5f5f5;  font-weight:500}
.board_box .board a {font-size: 12px; color:#000}


/* ÆË¾÷ */
.popUp_box { display:none; position:fixed; top:0; left:0; width:100%; height:100%; background:rgba(0,0,0,0.6); box-sizing:border-box;padding: 0 20px;z-index: 999;}
.popUp_inner {position:relative; box-sizing:border-box; width:100%; height:100%;display: flex;align-items: center;justify-content: center;flex-direction: column;}
.popUp_header {background:#958473;width: 100%;border-radius: 5px 5px 0 0; position:relative;padding: 0 20px; box-sizing:border-box; height:50px;}
.popUp_header .popUp_tt {font-size:16px; color:#fff;padding: 16px 0;}
.popUp_header .closed {position:absolute;top: calc(50% - 8px);right: 16px;width: 18px;}
.popUp_body {max-height:60%; overflow:auto; border-radius: 0 0 4px 4px;background: #fff;width: 100%;padding:20px 20px;box-sizing: border-box;}
.popUp_body .list {}
.popUp_body .list li {margin-bottom:16px; }
.popUp_body .list li:last-child {margin-bottom:0; }
.popUp_body .list li .txt {font-size:14px; color:#000}

#memder_info_popUp .popUp_body {padding:0}


/* BASIC css end */

