.reception_wrap {
    float: left;
    width: calc(100% - 450px);
}
.reception_wrap .table {
    table-layout: fixed;
    min-width: inherit;
}
.post_wrap {
    float: right;
    padding-top: 23px;
    width: 400px;
}
.post_sec {
    position: relative;
    border: 1px solid #d6d6d6;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.post_tit {
    padding: 0 14px;
    height: 35px;
    line-height: 35px;
    color: #000;
    font-size: 14px;
    letter-spacing: -1px;
    font-weight: bold;
    background-color: #F7F7F7;
}
.post_cnt {
    padding: 10px;
}
.post_table_tit {
    margin-bottom: 10px;
    padding-bottom: 5px;
    border-bottom: 1px solid #eee;
}
.post_table_tit span {
    font-size: 13px;
    color: #222;
    font-weight: 600;
}
.post_table_cnt {
    height: 110px;
}
.post_table_cnt li {
    margin-bottom: 8px;
}
.post_table_cnt li a, .post_table_cnt li span {
    font-size: 12px;
    color: #222;
}
.post_cnt .post_table_td {
    display: inline-block;
    height: 15px;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.post_cnt.customer_list .post_table_td:first-child {
    width: 70px;
}
.post_cnt.customer_list .post_table_td:nth-child(2) {
    width: 90px;
}
.post_cnt.customer_list .post_table_td:last-child {
    width: 205px;
}
.post_cnt.svc_list .post_table_td:first-child {
    width: 107px;
}
.post_cnt.svc_list .post_table_td:nth-child(2) {
    width: 100px;
}
.post_cnt.svc_list .post_table_td:last-child {
    width: 153px;
}
.post_cnt.reception_list .post_table_td:first-child {
    width: 107px;
}
.post_cnt.reception_list .post_table_td:nth-child(2) {
    width: 130px;
}
.post_cnt.reception_list .post_table_td:last-child {
    width: 131px;
}
.bx-controls-direction {
    position: absolute;
    right: 10px;
    top: 10px;
}
.bx-pager.bx-default-pager {
    display: none;
}


/* 대시보드 */
.content_dash {
    margin-left: 0 !important;
    background-color: #e9e9e9;
}
.card_wrap:after {
    display: block;
    content: '';
    clear: both;
}
.card_wrap li {
    float: left;
    width: 13%;
    margin-right: 1.5%;
    position: relative;
    overflow: hidden;
    padding: 25px 20px;
    margin-bottom: 20px;
    color: #fff;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.card_wrap li:last-child {
    margin-right: 0;
}
.card_cnt {
    margin-bottom: 10px;
    font-size: 30px;
    font-weight: 900;
}
.card_title {
    margin: 10px 0;
    font-size: 14px;
}
.card_percentage {
    font-size: 11px;
}
.card_percentage i {
    margin-right: 5px;
}
.card_icon {
    position: absolute;
    right: 10px;
    bottom: 20px;
    font-size: 30px;
    opacity: .3;
}
.cal_wrap {
    border: 1px solid #d7d7d7;
    border-radius: 10px;
    padding: 20px;
    box-sizing: border-box;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
    background-color: #fff;
}
.cal_wrap:after {
    display: block;
    content: '';
    clear: both;
}
.cal_sec {
    float: left;
    margin-right: 1.5%;
    width: 71%;
}
.cal_sec table {
    width: 100%;
    border: 1px solid #eee;
}
.cal_sec table th, .cal_sec table td {
    border: 1px solid #eee;
}
.cal_sec table th {
    padding: 10px;
    font-size: 12px;
    font-weight: 600;
    background-color: #f7f7f7;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.cal_sec table td > div {
    overflow: hidden;
    height: 99px;
}
.cal_sec .other_month {
    opacity: 0.3;
}
.cal_sec .sunday {
    color: #f20000;
}
.cal_sec .saturday {
    color: #2478ff;
}
.cal_sec .today {
    background-color: #ffffd9;
}
.cal_sec .day_num {
    display: inline-block;
    padding-right: 10px;
    width: 100%;
    text-align: right;
    font-size: 12px;
}
.cal_sec td > div {
    position: relative;
}
.cal_sec .day_cnt {
    padding-top: 5px;
}
.cal_sec .day_cnt div {
    margin: 0 auto 3px;
    padding: 3px 6px;
    width: 98%;
    font-size: 11px;
    color: #fff;
    background-color: #6bafbd;
    border-radius: 5px;
    letter-spacing: 0.1em;
}
.cal_sec .day_cnt div span {
    margin-right: 5px;
}
.cal_sec .day_cnt .more {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    text-align: right;
    color: #6bafbd;
    background-color: transparent;
    cursor: pointer;
}
.cal_detail {
    float: right;
    width: 27.5%;
}
.cal_detail .table {
    min-width: inherit;
}
.cal_detail .table tr th {
    background-color: #F7F7F7 !important;
    background: transparent;
    color: #000;
}

.file_wrap li {
    margin-bottom: 5px;
    cursor: pointer;
}
.file_wrap li:last-child {
    margin-bottom: 0;
}
.cmt_wrap {
    margin-top: 30px;
    padding: 30px;
    background-color: #eee;
}
.cmt_wrap li {
    font-size: 14px;
    padding-bottom: 10px;
    border-bottom: 1px dotted;
    margin-bottom: 10px;
}
.cmt_wrap .write_sec {
    font-size: 12px;
}
.cmt_wrap .write_sec .writer {
    font-weight: 800;
}
.cmt_wrap .write_sec .date {
    margin-left: 10px;
    color: #8b8181;
}
.cmt_wrap .write_sec .cmt_del {
    float: right;
    color: red;
    cursor: pointer;
}
.cmt_wrap .write_cmt {
    padding: 20px 0 10px 40px;
    font-size: 12px;
    line-height: 18px;
    -ms-word-break: keep-all;
    word-break: keep-all;
}
.cmt_wrap .cmt_reg_wrap:after {
    display: block;
    content: '';
    clear: both;
}
.cmt_wrap .cmt_reg_wrap textarea {
    float: left;
    width: 690px;
    height: 50px;
    padding: 10px;
    box-sizing: border-box;
    resize: none;
}
.cmt_wrap .cmt_reg_wrap a {
    float: right;
    width: 100px;
    height: 50px;
    line-height: 50px;
}

.text_left {
    text-align: left !important;
}


.ovfh{
    overflow: hidden;
}

.box_line {
    border: 1px solid #ccc9c9;
    padding: 35px;
}
.top_line {
    border-top: 2px solid #3d65ad;
}

.login_txt {
    font-size: 13px;
    color: #777777;
}
.login_txt span{
    display: block;
}
.login_txt span:first-child{
    padding-bottom: 10px;
}
.login_txt span h4{
    display: inline;
    font-weight: 900;
    color: #1329c3;
}
.login_title {
    font-size:20px;
    font-weight: 900;
    color: #3d64ad;
    padding-bottom: 15px;
}

.table_no_txt {
    font-size: 14px;
    display: inline-block;
    padding: 20px 0;
    color: #F20000;
    font-weight: 600;
}

.support_txt {
    border: 1px solid #e4e0e0;
    background-color: #FFF;
    border-radius: 10px;
    padding-left: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 22px;
    color: #716f6f;
    font-size: 13px;
    margin-bottom: 15px;
    position: relative;
}

.support_txt.min_size {
    height: 38px;
    overflow: hidden;
}

.support_txt .support_btn {
    position: absolute;
    right: 15px;
    top: 6px;
    cursor: pointer;
}

#systemTbl{
    min-width: inherit;
}
#systemTbl tr th{
    background-color: #F7F7F7 !important;
    background: transparent;
    color:#000;
}

.excel_btn {
    background-color: #198622;
    color: #FFF;
    height: 28px;
    line-height: 28px;
    display: block;
    padding: 0px 15px;
    border-radius: 5px;
}

.excel_btn img {
    width: 25px;
    vertical-align: middle;
    padding-right: 10px;
    padding-bottom: 2px;
}