@charset "utf-8";
@import url(https://fonts.googleapis.com/earlyaccess/nanumgothic.css);

/* -- date :2019-06-07 -- */
/* -- snamo(Seo nam ho) // lee chung a -- */

/* z-index 설정
기본 화면 :none / 0
GNB / 기타 메뉴 및 header 영역이 화면 위에 위치할 경우:100
기타 event 적 요소 (select / calendar 등) :500
레이어팝업 :1000
*/

*{margin:0;padding:0;}
html, body{font-family:'Nanum Gothic','맑은 고딕',Dotum,AppleGothic,sans-serif;font-size:12px;line-height:1.4em;}
ul,ol{display:inline-block;}
li, dd{list-style:none;}
a{color:inherit;text-decoration:none;}
a:hover, a:active, a:focus{text-decoration:none;}
em, var, dfn, cite, address,i {font-style:normal;}
img{border:0px;}
fieldset{border:none;}
table{border-collapse:collapse;table-layout:fixed;width:100%;}
input, select, textarea{font-family:'Nanum Gothic','맑은 고딕',Dotum,AppleGothic,sans-serif;}
button{display:inline-block;overflow:hidden;border:0;background:none;cursor:pointer;font-family:'Nanum Gothic','맑은 고딕',Dotum,AppleGothic,sans-serif;}
button > span{position:relative;}
.hide{position:absolute;overflow:hidden;top:0;left:0;width:100%;height:1px;text-indent:-10000px;}
caption{height:0;overflow:hidden;line-height:0;margin-top:-1px;color:transparent;}
textarea{resize:none;vertical-align:middle;}

/* skip navi */
#skip-navi{position:relative;z-index:1000;}
#skip-navi > a{position:absolute;width:100%;height:30px;top:-50px;left:0;text-align:center;font-size:13px;line-height:30px;color:#fff;background:#444;}
#skip-navi > a:focus{top:0;}

/* layout =============================================================== */
html{height:100%;}
body{position:relative;min-height:100%;}
body.login{position:relative;height:100%;background:#f9f9f9;}

#wrap{width:100%;height:100%;min-width:1900px;}
#side{position:absolute;width:270px;height:100%;top:0;left:0;background:#252529;box-sizing:border-box;color:#fff;}
#content{position:relative;min-height:100%;margin-left:270px;padding:30px;}

/* Side & GNB =============================================================== */
#side .logo{margin-bottom:8px;padding:16px 0 20px;text-align:center;color:#bdbdbd;font-size:16px;line-height:20px;border-bottom:1px solid #454549;}
.user-info{padding:35px 0;text-align:center;font-size:16px;line-height:20px;}
.user-info .user{margin:5px 0 15px;font-size:18px;line-height:22px;}
.user-info .ment{margin-bottom:10px;font-size:16px;line-height:22px;color:#858991;}
.user-info .btn{background:#252529;color:#fff;}

.gnb ul, .gnb li{width:100%;}
.gnb .depth1 > li{background:#343b40;border-bottom:1px solid #191b1e;}
.gnb .depth1 > li > a{position:relative;display:block;padding:15px 10px 15px 40px;font-size:16px;line-height:26px;color:#a0a2a9;}
.gnb .depth1 > li > a::before{content:'';position:absolute;width:18px;height:18px;top:50%;left:15px;margin-top:-8px;background:url(../images/ico_lnb_sales.png) no-repeat center 50%;opacity:.5;}
.gnb .depth1 a.sales::before{background-image:url(../images/ico_lnb_sales.png);}
.gnb .depth1 a.contract::before{background-image:url(../images/ico_lnb_contract.png);}
.gnb .depth1 a.request::before{background-image:url(../images/ico_lnb_request.png);}
.gnb .depth1 a.manage::before{background-image:url(../images/ico_lnb_manage.png);}
.gnb .depth1 a.equip::before{background-image:url(../images/ico_lnb_equip.png);}
.gnb .depth1 a.system::before{background-image:url(../images/ico_lnb_system.png);}
.gnb .depth1 > li.on > a, .gnb .depth1 > li > a:hover{color:#fefefe;}
.gnb .depth1 > li.on{border-bottom:none;}
.gnb .depth1 > li.on > a::before, .gnb .depth1 > li > a:hover::before{opacity:1;}
.gnb .depth2{display:block;}
.gnb .depth2 li{background:#191b1e;}
.gnb .depth2 li + li{border-top:1px solid #3b3d40;}
.gnb .depth2 a{display:block;padding:15px 15px 15px 33px;font-size:14px;line-height:20px;color:#858991;border-left:7px solid #191b1e;}
.gnb .depth2 li.on a{border-color:#ed1b23;color:#ed1b23;font-weight:bold;}
.gnb .depth2 a:hover{color:#ed1b23;font-weight:bold;}
.gnb > ul > li:last-child{border-bottom:1px solid #3b3d40;}

/* footer */
.footer{padding:30px 0;text-align:center;}
.footer-menu{padding:15px 0;border-top:1px solid #ddd;border-bottom:1px solid #ddd;background:#f5f5f5;text-align:center;}
.footer-menu li{position:relative;display:inline-block;}
.footer-menu li + li:before{content:'';position:absolute;width:1px;height:12px;left:0;top:50%;margin-top:-6px;background:#cfcfcf;}
.footer-menu a, .footer-menu button{display:block;padding:0 20px;font-size:13px;line-height:22px;color:#555555;}
.footer-menu a:hover, .footer-menu button:hover{background:none;color:#555;}

footer{display:inline-block;padding-top:30px;overflow:hidden;}
footer .logo-footer{float:left;width:90px;padding-top:5px;text-align:left;}
footer .tx{position:relative;float:left;text-align:left;padding-left:30px;font-size:12px;line-height:18px;color:#888;}
footer .tx:before{content:'';position:absolute;width:1px;height:90%;left:0;top:5%;background:#dcdcdc;}

/* common =============================================================== */
.tc{text-align:center !important;}
.tl{text-align:left !important;}
.tr{text-align:right !important;}

.fl{float:left !important;}
.fr{float:right !important;}

.tx-red{color:#df4836 !important;}
.tx-red2{color:#ed1b23 !important;}
.tx-blue{color:#3d3dac !important;}
.tx-green {color:#249b17 !important;}
.tx-orange {color:#f58025 !important;}

.fw-bold{font-weight:bold;}

.bl-none{border-left:none !important;}

.w100{width:100%;}
.mb0{margin-bottom:0 !important;}

.desc{font-size:14px;}

/* title */
.title-dep1{margin-bottom:20px;font-size:18px;line-height:24px;color:#000;}
.title-dep2{font-size:16px;line-height:20px;color:#000;}

/* input =============================================================== */
input[type=text], input[type=password], input[type=date], input[type=number], textarea{display:inline-block;width:100%;height:34px;padding:2px 8px;font-size:13px;line-height:28px;border:1px solid #838383;box-sizing:border-box;border-radius:4px;color:#333;}
input[disabled]{border-color:#dedede;background:#f7f7f7;}
input[disabled] + label{opacity:.5;}
input.disabled{border-color:#dedede;background:#f7f7f7;}
input.disabled + label{opacity:.5;}
input[readonly]{border-color:#dedede;background:#f7f7f7;cursor:default;}
input[readonly] + label{opacity:.5;}
input.readonly{border-color:#dedede;background:#f7f7f7;cursor:default;}
input.readonly + label{opacity:.5;}
select[disabled]{border-color:#dedede;background:#f7f7f7;}
textarea{height:80px;}
textarea[readonly]{border-color:#dedede;background:#f7f7f7;color:#999;}
textarea.readonly{border-color:#dedede;background:#f7f7f7;color:#999;}


/* checkbox / radio 디자인 적용 - 미사용시 주석 처리 */
.inp-check{position:relative;display:inline-block;overflow:hidden;min-height:20px;vertical-align:middle;}
.inp-radio{position:relative;display:inline-block;overflow:hidden;min-height:22px;vertical-align:middle;}
.inp-check input{position:absolute;width:1px;height:1px;padding:0;top:5px;left:5px;z-index:-1;overflow:hidden;}
.inp-radio input{position:absolute;width:1px;height:1px;padding:0;top:5px;left:5px;z-index:-1;overflow:hidden;}

.inp-check label{float:left;cursor:pointer;padding-left:26px;outline:none;color:#2b2b2b;line-height:20px;}
.inp-radio label{float:left;cursor:pointer;padding-left:26px;outline:none;color:#2b2b2b;line-height:22px;}
.inp-check label .box{position:absolute;width:18px;height:18px;top:1px;left:0px;background:#fff url(../images/bg_checkbox.png) no-repeat 0px -22px;}
.inp-radio label .box{position:absolute;width:20px;height:20px;top:1px;left:1px;background:#fff url(../images/bg_radio.png) no-repeat left bottom;
	-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;
}
.inp-check label.on .box{background-position:0px 0px;}
.inp-radio label.on .box{background-position:left top;}
.inp-check input:focus + label .box, .inp-radio input:focus + label .box{outline:1px dotted #999;outline:-webkit-focus-ring-color auto 5px;}
.inp-check + .inp-check, .inp-check + .inp-radio, .inp-radio + .inp-check, .inp-radio + .inp-radio{margin-left:15px;}

.inp-check.non-tx label{width:20px;padding-left:0;text-indent:-10000px;}
.inp-radio.non-tx label{width:22px;padding-left:0;text-indent:-10000px;}


select{display:inline-block;height:34px;width:100%;padding-left:10px;box-sizing:border-box;border:1px solid #838383;border-radius:4px;}
.smallSelect{width:120px}

/* input - toggle */
.check-tgl{display:inline-block;position:relative;width:87px;height:26px;}
.check-tgl input{position:absolute;width:1px;height:1px;padding:0;top:3px;left:3px;opacity:0;z-index:-1;overflow:hidden;}
.check-tgl label{position:relative;display:block;width:100%;height:100%;background:#cbcbcb;z-index:1;border-radius:15px;cursor:pointer;transition:.2s ease-in-out;}
.check-tgl label .round{position:absolute;width:22px;height:22px;top:2px;left:2px;background:#fff;border-radius:15px;transition:.2s ease-in-out;transform:translate3d(0,0,0);}
.check-tgl label .tx-on{display:none;padding-left:20px;font-size:12px;line-height:25px;color:#fff;}
.check-tgl label .tx-off{display:block;padding-right:20px;font-size:12px;line-height:25px;color:#fff;text-align:right;}
.check-tgl input:checked + label{background:#535353;}
.check-tgl input:checked + label .round{transform:translate3d(61px,0,0); }
.check-tgl input:checked + label .tx-on{display:block;}
.check-tgl input:checked + label .tx-off{display:none;}
.check-tgl.disabled .round{display:none;}
.check-tgl.disabled .tx-on, .check-tgl.disabled .tx-off{padding:0;text-align:center;}

/* file */
.inp-file{position:relative;display:inline-block;min-width:200px;width:100%;height:31px;padding-right:82px;vertical-align:middle;font-size:13px;line-height:26px;box-sizing:border-box;}
.inp-file input[type=file]{position:absolute;width:1px;height:1px;padding:0;top:0;left:0;z-index:-1;opacity:0;overflow:hidden;}
.inp-file .inp-file-url{display:inline-block;width:100%;height:inherit;padding:0 5px;border:1px solid #aaa;font-size:inherit;line-height:inherit;box-sizing:border-box; vertical-align:top;}
.inp-file label{position:absolute;width:80px;top:0;right:0;line-height:16px;cursor:pointer;text-align:center;letter-spacing:-0.05em;}
[type="file"].file{position:absolute;top:0;left:0;width:0;height:0;overflow:hidden;z-index:-1;appearance:none;-moz-appearance:none;-webkit-appearance:none;border-radius:unset;}
[type="file"].file+label{cursor:pointer;}

/* 달력기능 - width 값 변경 시 별도 설정 */
.inp-cal{position:relative;display:inline-block;padding-right:30px;box-sizing:border-box;vertical-align:middle;}
.inp-cal input[type="text"] {background:#f7f7f7}
.inp-cal::after{content:'';display:block;clear:both;}
.inp-cal .btn-cal{position:absolute;top:50%;right:0;width:24px;height:24px;margin-top:-12px;text-align:center;line-height:24px;text-indent:-10000px;background:url(../images/cal.gif) no-repeat 50% 50%;}
.inp-cal .btn-cal img{vertical-align:middle;}
.inp-cal input[type="text"][disabled] + .btn-cal{opacity:.5;}
.inp-cal.range{padding-right:0;}
.inp-cal.range > span{position:relative;display:block;float:left;width:47%;padding-right:30px;box-sizing:border-box;}
.inp-cal.range > i, .inp-cal.range > .s-dash{display:block;float:left;width:6%;margin:0;padding-right:3px;box-sizing:border-box;line-height:24px;min-width:10px;text-align:center;}
.inp-cal.range+label{margin-left:20px;}
.inp-cal.cal_01 > span{width:97%}

/* button =============================================================== */
.btn{display:inline-block;height:34px;padding:5px 10px 7px;font-size:12px;line-height:16px;border:1px solid #838383;color:#393939;font-weight:bold;box-sizing:border-box;border-radius:4px;vertical-align:middle;}
.btn-s{display:inline-block;height:20px;padding:1px 10px 3px;font-size:12px;line-height:16px;border:1px solid #838383;color:#393939;font-weight:bold;box-sizing:border-box;border-radius:4px;vertical-align:middle;}
.btn-l{display:inline-block;height:45px;padding:5px 30px;font-size:15px;line-height:35px;background:#ed1b23;color:#fff;box-sizing:border-box;border-radius:4px;vertical-align:middle;}
.btn-l.atn{background:#008534;}
.ico-btn{display:inline-block;width:20px;height:20px;margin-right:3px;vertical-align:middle;background-repeat:no-repeat;background-position:left bottom;}

.btn:hover, .btn-s:hover{background:#ed1b23;color:#fff;border-color:#ed1b23;}
.btn-l:hover{background:#d10008;color:#fff;border-color:#d10008;}
.btn-l.atn:hover{background:#15bf57;color:#fff;border-color:#d10008;}
.btn:hover .ico-btn{background-position:left top;}
.btn:hover .down {background-image: url(../images/ico_arrowDown_white.png) !important;}
.btn:hover .up {background-image: url(../images/ico_arrowUp_white.png) !important;}
.btn:hover .recall {background-image: url(../images/ico_recall_on.png) !important;}
.btn:hover .auto_pay {background-image: url(../images/ico_auto_pay_on.png) !important;}
.btn:hover .oper_request {background-image: url(../images/ico_request_on.png) !important;}
.btn:hover .setting {background-image: url(../images/ico_setting_on.png) !important;}
.btn:hover .apply {background-image: url(../images/ico_apply_on.png) !important;}
.btn[disabled], .btn.disabled{color:#999;background:#f8f8f8;border-color:#dedede;}
.btn[disabled] .ico-btn, .btn.disabled .ico-btn{opacity:.5;}
.btn[disabled]:hover .ico-btn, .btn.disabled:hover .ico-btn{background-position:left bottom;}

/* 버튼 컬러 */
.btn-dgray{background:#4a4a4a;color:#fff;}
.btn-dgray .ico-btn{background-position:left top;}
.btn-dgray[disabled] .ico-btn, .btn-dgray.disabled .ico-btn{background-position:left bottom;}
.btn-white{background:#fff;}

.btn-gray{background:#f8f8f8;}
.btn-gray2{background:#838383;color:#fff;}
.btn-gray2 .ico-btn{background-position:left top;}

/* 버튼 텍스트 컬러 */
.btn-tx-red{color:#ed1b23;}
.btn-tx-green{color:#249b17;}
.btn-tx-orange{color:#f58025;}

/* 버튼 묶음 */
.btn-group{margin:20px 0 30px;padding:20px 0;border-top:1px solid #e0e0e0;border-bottom:1px solid #e0e0e0;overflow:hidden;}
.btn-group::after{content:'';display:block;clear:both}
.btn-group-top {overflow:hidden;min-height:31px;padding-bottom:20px;border-bottom:1px solid #e0e0e0;}

/*멀티 셀렉트*/
.multi_select{width:180px;height:33px;position:relative;vertical-align:middle;display:inline-block;z-index:10}
.multi_select ul::before{content:'';position:absolute;top:13px;right:5px;width:0;height:0;border-left:3px solid transparent;border-right:3px solid transparent;border-top:6px solid #000;}
.multi_select.on ul::before{
	transform:rotate(180deg);
    -webkit-transform:rotate(180deg);
    -o-transform:rotate(180deg);
    -moz-transform:rotate(180deg);
	-ms-transform:rotate(180deg);
}
.multi_select.on ul{height:auto}
.multi_select ul{position:absolute;top:0;left:0;height:33px;vertical-align:middle;display:inline-block;padding-left:10px;box-sizing:border-box;border:1px solid #838383;border-radius:4px;overflow:hidden;background:#fff;z-index:10;padding:0 0 5px 0;}
.multi_select ul li{display:block;line-height:33px;width:100%;color: #393939;font-size: 14px;box-sizing:border-box;margin:0!important;padding:0 15px!important}
.multi_select li input[type="checkbox"]{position:relative;z-index:-1;vertical-align:middle;margin-right:5px}
.multi_select li label{font-weight:normal}


/* table =============================================================== */
table .border_r{border-right:1px solid #e0e0e0!important}

.tbl-sch{margin-bottom:20px;font-size:14px;border-bottom:1px solid #acacac;}
.tbl-sch th, .tbl-sch td{padding-bottom:10px;}
.tbl-sch th{padding-left:30px;text-align:left;}
.tbl-sch th.pl-type1{padding-left:67px;}
.tbl-sch-pop{margin-bottom:10px;padding-top:10px;font-size:14px;border-top:1px solid #acacac;border-bottom:1px solid #acacac;}
.tbl-sch-pop th, .tbl-sch-pop td{padding-bottom:10px;}
.tbl-sch-pop th{padding-left:30px;text-align:left;}

.tbl-type1{position:relative;margin-bottom:20px;border-top:2px solid #555;border-bottom:1px solid #bcbcbc;background:#f9f9f9;}
.tbl-type1 tbody tr{cursor:pointer;}
.dashboard .tbl-type1 tbody tr{cursor:default;}
.dashboard .tbl-type1 tbody tr:hover td{background:#fff;}
.tbl-type1 th, .tbl-type1 td{color:#393939;font-size:13px;text-align:center;}
.tbl-type1 td{padding:2px 15px 2px 15px;line-height:19px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;background:#fff;}
.tbl-type1 tfoot td{background:#fff7f6}
.tbl-type1 th{padding:2px 5px;line-height:19px;background:#f9f9f9;border-bottom:1px solid #e0e0e0;font-weight:bold;}
.tbl-type1 th.b_none{border-bottom:0}
.tbl-type1 th + th{border-left:1px solid #e0e0e0;word-break:keep-all }
.tbl-type1 .line{border-left:1px solid #e0e0e0;}
.tbl-type1 tr + tr td{border-top:1px solid #e0e0e0;}
.tbl-type1:not(.no_active) tbody tr:hover td, .tbl-type1:not(.no_active) tbody tr:hover th{background:#fff7f6;}
.tbl-type1 tr.red td, .tbl-type1 tr.red th{background:#ed1b23;color:#fff;font-size:14px;font-weight:bold;}
.tbl-type1 tr.pink td, .tbl-type1 tr.pink th{background:#fff7f6;}
.tbl-type1 tr.active td{background:#fff7f6;}

.tbl-type2{position:relative;margin-bottom:30px;border-top:2px solid #555;border-bottom:1px solid #bcbcbc;background:#f9f9f9;}
.tbl-type2 th, .tbl-type2 td{padding:8px 10px;color:#393939;font-size:14px;line-height:34px;text-align:center;}
.tbl-type2 th{background:#f9f9f9;border-top:1px solid #e0e0e0;font-size:13px;}
.tbl-type2 th.need::after{content:'*';display:inline-block; position: relative; top: -3px; margin-left:3px;color:#ed1b23;}
.tbl-type2 th + th, .tbl-type2 td + th{border-left:1px solid #e0e0e0;word-break:keep-all;}
.tbl-type2 tr:first-child th{border-top:0;}
.tbl-type2 .line{border-left:1px solid #e0e0e0;}
.tbl-type2 td{background:#fff;border-left:1px solid #e0e0e0;word-break:keep-all;text-align:left;line-height:1em;}
.tbl-type2 tr + tr td{border-top:1px solid #e0e0e0;}
.tbl-type2 tr.red td, .tbl-type2 tr.red th{background:#ed1b23;color:#fff;font-size:14px;font-weight:bold;}
.tbl-type2 tr.active td{background:#fff7f6;}

.tbl-type1 .no-data, .tbl-type2 .no-data{text-align:center;padding:30px 0;font-size:14px;line-height:1.4em;color:#666;}

td.bg_r{background:#fff7f6!important;}

.ver-scroll{overflow-x:scroll!important}
.tbl-type1 .tbl-cnt{display:block;width:100%;overflow-y:scroll;overflow-x:hidden;max-height:600px;}
.tbl-type1 .tbl-cnt.max5{max-height:170px;}
.tbl-type1 .tbl-cnt.max10{max-height:330px;}

td.hasinp input[type="text"]{width:75%;margin-right:10px;}
td.code_wrap input[type="text"]{width:75%;}
td.code_wrap .tc{width:24%;display:inline-block}
td.meno_wrap input[type="text"]{width:89%;}
td.meno_wrap .tc{width:10%;display:inline-block}

td.w50 .inp-select{width:49%;display:inline-block}
td.w50 input[type="text"]{width:49%;}
td.w50 .tc{width:10%;display:inline-block}

/* th 고정형 table */
.tbl-fixed-wrap{margin-bottom:20px;}
.tbl-around-cnt + .tbl-fixed-wrap{margin-top:17px;}
.tbl_title{position:relative;border-top:2px solid #555;border-bottom:1px solid #bcbcbc;background:#f9f9f9;z-index:1}
.tbl_title.tfoot{border-top:0}
.tbl_title thead tr th{color:#393939;font-size:13px;text-align:center;padding:2px 10px;line-height:20px;background:#f9f9f9;border-bottom:1px solid #e0e0e0;font-weight:bold;}
.tbl_title th + th{border-left:1px solid #e0e0e0;word-break:keep-all}
.tbl_title .line{border-left:1px solid #e0e0e0;}
.tbl_cnt {max-height:480px;overflow-x:hidden;overflow-y:scroll;border-bottom:1px solid #b7b7b7;}
.tbl_cnt.tbl_scroll{overflow-y:unset;}
.tbl_cnt tbody tr td{ background:#fff;color:#393939;font-size:13px;text-align:center;padding:2px 10px;line-height:19px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.tbl_cnt tbody tr td:first-child {border-left:none;}
tfoot tr td{color:#393939;font-size:13px;text-align:center;padding:2px 10px;line-height:19px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;background:#fff7f6;border-top:1px solid #e0e0e0;font-weight:bold}
.tbl_cnt:not(.no_active) tbody tr:hover td, .tbl_cnt tbody tr:hover th{background:#fff7f6;}
.tbl_cnt table~table{border-top:1px solid #e0e0e0}

.tbl_cnt tr.active td{background:#fff7f6;}
.tbl_cnt tbody tr.cancel td{background:#f9f9f9;}

.tbl_cnt tbody tr.sum_total th{padding:2px 10px;font-size:13px;color:#393939;line-height:20px;}
.tbl_cnt tbody tr.sum_total td, .tbl_cnt tbody tr.sum_total th{background-color:#FFFCB4;}
.tbl_cnt:not(.no_active) tbody tr.sum_total:hover td, .tbl_cnt tbody tr.sum_total:hover th{background-color:#FFFCB4;}

/* 테이블 상단 컨텐츠 */
.tbl-around-cnt{overflow:hidden;min-height:31px;}
.tbl-around-cnt.ofAuto{overflow:visible}
.tbl-around-cnt + .tbl-around-cnt{margin-top:30px;}
.tbl-around-cnt + .tbl-type1, .tbl-around-cnt + .tbl-type2{margin-top:5px;}
.tbl-around-cnt .fl{float:left}
.tbl-around-cnt .fr{float:right}
.tbl-type1.tbl_cnt{border-top:0;overflow-y:auto}
.tbl-type1.tbl_cnt input[type=text]{height:20px;line-height:15px}
.tbl-type1.tbl_cnt tbody tr td{padding:3px 2px 2px}
.tbl-type1.tbl_cnt thead tr th{padding:3px 2px 2px}
.paging + .tbl-around-cnt{margin:-57px 0 40px;}
.layer-pop .paging + .tbl-around-cnt{margin:inherit;}
.tbl-around-cnt .tx-area{margin-right:30px;font-size:13px;font-weight:bold;}

/* paging =============================================================== */
.paging{margin:20px 0;text-align:center;}
.paging button + button{margin-left:0;}
.paging .inbox{display:inline-block;border:1px solid #ededed;border-radius:2px;}
.paging .inbox > span a, .paging .inbox > span button, .btn-paging{float:left;min-width:35px;height:32px;font-size:14px;line-height:32px;border-left:1px solid #ededed;vertical-align:middle;box-sizing:border-box;color:#777;}
.paging .inbox > span{float:left;}
.paging .inbox > span a.on, .paging .inbox > span button.on{background:#191b1e;color:#fff;border-color:#191b1e;}
.btn-paging{text-indent:-10000px;background-repeat:no-repeat;background-position:left top;}
.btn-paging.first{background-image:url(../images/paging_first.png);border:none;}
.btn-paging.prev{background-image:url(../images/paging_prev.png);}
.btn-paging.next{background-image:url(../images/paging_next.png);}
.btn-paging.end{background-image:url(../images/paging_end.png);}

.paging-side{margin-top:-55px;}
.paging-side.non {margin-top:-10px;margin-bottom:20px;}

/* Tab menu =============================================================== */
.tab-menu{width:100%;margin-bottom:20px;border-bottom:2px solid #555;}
.tab-menu ul{width:100%;vertical-align:top;margin:1px 0 -1px 1px;}
.tab-menu li{position:relative;float:left;width:150px;box-sizing:border-box;z-index:0;}
.tab-menu li.on{z-index:1;}
.tab-menu li a{display:block;margin:-1px 0 0 -1px;padding:12px 5px;text-align:center;font-size:16px;line-height:1.2em;border:1px solid #555;}
.tab-menu li.on a{background:#555;color:#fff;border-color:#555;}
.tab-menu.count3 li{width:33.33%;}
.tab-menu.count4 li{width:25%;}
.tab-menu.count5 li{width:20%;}
.tab-cnt{display:none;}
#tab-cnt1{display:block;}

/* layer-pop =============================================================== */
.layer-pop{position:fixed;display:none;width:100%;height:100%;top:0;left:0;z-index:2000;}
.layer-pop.absol{position:absolute;}
.layer-pop .layer-bg{position:fixed;width:100%;height:100%;top:0;left:0;background:url(../images/blank.png);z-index:2000;}
.layer-pop .layer-cnt{position:absolute;width:1200px;top:50%;left:50%;background:#fff;z-index:2000;transform:translateX(-50%);border:1px solid #2b2b2b;border-radius:5px;overflow:hidden;
	transform:translate(-50%,-50%);
    -webkit-transform:translate(-50%,-50%);
    -o-transform:translate(-50%,-50%);
    -moz-transform:translate(-50%,-50%);
	-ms-transform:translate(-50%,-50%);
}
.layer-pop .layer-cnt.size-s{width:490px;}
.layer-pop .layer-cnt.size-m{width:737px;}
.layer-pop .layer-cnt.size-ml{width:977px;}
.layer-pop .layer-cnt.size-l{width:1085px;}
.layer-pop .layer-cnt.size-auto{width:auto;}
.layer-pop .layer-top {padding:17px 30px;background-color:#f2f2f2;
	border-top-left-radius:5px;
	border-top-right-radius:5px;
}
.layer-pop .layer-top h2{font-weight:bold;line-height:18px;font-size:16px;color:#222;}
.layer-pop .layer-mid{padding:25px 30px 30px;border-bottom-left-radius:5px;border-top-right-radius:5px;overflow:auto;}
.layer-pop.pop_notice .layer-mid{padding:25px 45px 30px;}
.layer-pop.pop_notice .layer-mid .mid-tit{overflow-x:auto;white-space:nowrap;}
.layer-pop .btn-close{position:absolute;right:20px;top:17px;width:18px;height:19px;background:url("../images/ico_close_popup.png") no-repeat;text-indent:-9999px;}
.layer-pop .select_box {margin-bottom:20px;}
.layer-pop .select_box label {margin-right:20px; font-size:14px; font-weight:bold; color:#393939; vertical-align:middle;}
.layer-pop .select_box select {vertical-align: middle;}


/* 말풍선 =============================================================== */
.balloon-wrap{display:inline-block;}
.balloon-wrap .btn-balloon{display:inline-block;vertical-align:middle;width:16px;height:16px;background:url(/images/ico_message.png) no-repeat 0 0;}
.balloon-wrap .btn-balloon:hover {background-image:url(/images/ico_message_on.png)}
.balloon-wrap .cnt-balloon{position:absolute;display:none;max-width:210px;text-align:left;padding:20px;background:#ebebeb;z-index:100;font-size:13px;line-height:1.5em;border-radius:2px;border:1px solid #a1a1a1;letter-spacing:0;color:#393939;font-weight:normal;white-space:normal;word-break: break-all;} /* box-shadow:3px 3px 7px rgba(0,0,0,.2);*/
.balloon-wrap .cnt-balloon.on{display:block;}
.balloon-wrap .cnt-balloon:after{content:'';position:absolute;width:7px;height:13px;top:25px;right:-7px;background:url(/images/ico_arrow-balloon.png) no-repeat left top;}

/* 컨텐츠 =============================================================== */
/* 로그인 */
body.login{min-height:800px;}
.login-wrap{position:relative;width:646px;min-height:100%;padding-top:55px;left:50%;margin-left:-323px;background:#fff;border:1px solid #e6eaee;text-align:center;box-sizing:border-box;}
.login-wrap .inbox{position:relative;width:100%;}
.login-wrap .title{padding-top:300px;font-size:32px;line-height:1.2em;font-weight:normal;letter-spacing:-0.05em;background:url(/images/img_login_visual.png) no-repeat center top;}
.login-wrap .login-inp{width:320px;margin:25px auto;}
.login-wrap .login-inp input{margin-bottom:10px;padding:7px 15px;height:45px;font-size:15px;}
.login-wrap .login-inp .btn-l{width:100%;}
.login-wrap .login-info{font-weight:bold;font-size:13px;line-height:1.5em;color:#393939;letter-spacing:-0.02em;}
.login-wrap .find-menu{margin-top:30px;padding:30px 0;border-top:1px solid #e6eaee;font-size:0;}
.login-wrap .find-menu .btn{width:155px;height:45px;font-weight:normal;color:#333;font-size:15px;line-height:33px;}
.login-wrap .find-menu .btn:nth-child(2){margin-left:10px;}
.login-wrap .find-menu .btn:hover{color:#fff;}
/* .login-wrap .footer{position:absolute;width:100%;bottom:0px;left:0;} */
.login-wrap .footer .footer-menu{margin-top:30px;border-top:1px solid #e6eaee;border-bottom:1px solid #e6eaee;background:#fff;}
.login-wrap .footer .footer-menu a{padding:0 10px;}
.login-wrap .footer footer{display:block;}
.login-wrap .footer footer .tx{float:none;}
.login-wrap .footer footer .tx:before{content:none;}

/* 로딩 페이지 */
.loading-menu {position:fixed;top:0;left:0;width:100%;height:100%;z-index:10000}
.loading-menu img {position:absolute;top:50%;left:50%;margin-left:-25px;margin-top:-25px;width:50px;height:50px;z-index:10000}


/* ******************************* */
/* tab */
/* .tab-menu-list{width:100%;margin-bottom:22px;border-bottom:2px solid #555;}
.tab-menu-list li{float:left;width:150px;height:37px;background:#555;color:#fff;font-size:16px;text-align:center;line-height:37px;}
.tab-menu-list:after{content:'';display:block;clear:both;}
.tab-cont{display:none;}
.tab-cont.active{display:block;} */

/* sch-area */
.sch-area{position:relative;margin-bottom:30px;padding:7px 20px;border:1px solid #acacac;font-size:0;line-height:1em;}
.sch-area .sch-list{padding-left:95px;}
.sch-area .sch-list:after{content:'';display:block;clear:both;}
.sch-area .sch-list li{float:left;min-height:34px;margin:0 10px;padding:10px 0;}
.sch-area .sch-list li .mr10{margin-right:10px;}
.sch-area.type2{border:0;}
.sch-area.type2::after{content:'';display:block;clear:both;}
.sch-area.type2 select{width:135px;}

.sch-area label{margin-right:20px;font-weight:bold;color:#393939;font-size:14px;vertical-align:middle;}
.sch-area .hasSelect select{width:auto;min-width:82px}
.sch-area .hasSelect{margin-right:0}
.sch-area select{width:180px;height:33px;vertical-align:middle;}
.width-s{display:inline-block !important;width:100px !important;}
.width-m{display:inline-block !important;width:140px !important;}
.sch-area .width-l{width:187px !important;}
.width-xl{display:inline-block !important;width:254px !important;}
.width-half{display:inline-block !important;width:48% !important;}
.sch-area div:not(.fr) .btn{height:28px;padding:3px 10px 5px;}
.sch-area .inp-cal{vertical-align:middle;}
.sch-area input[type="text"]{width:125px;padding:2px 12px;border:1px solid #a1a1a1;vertical-align:middle;}
.sch-area input + select{margin-left:10px;}
.sch-area select + input{margin-left:10px;}
.sch-area select + select{margin-left:10px;}
.sch-area .btn-sch{position:absolute;top:21px;left:30px;}
.sch-area .sch-list .btn{height:34px;padding:5px 10px;margin-left:10px;vertical-align:middle;}
.s-dash{margin:0 5px;color:#535353;font-size:14px;vertical-align:middle;}
.sch-area * + .inp-cal{margin-left:10px;}
.sch-area .inp-cal > i, .sch-area .inp-cal > .s-dash {line-height:28px;}

/* -------------------------------- */
/* sp */
button + button{margin-left:7px;}
.inp-text{display:inline-block;}
/* .inp-select{display:inline-block;} */
.inp-select + .inp-select{margin-left:6px;}
.inp-select + button{margin-left:6px;vertical-align:top;}
/* .tbl-type2.mb0 + .btn-gray2{margin:10px 0 30px;} */
.btn-add-wrap{padding:10px 0 30px;}
.btn-del-wrap{padding:10px 0;border-bottom:1px solid #e0e0e0;}
table td a + button{margin-left:15px;}
.file{font-weight:bold;color:#393939;}
* + .file{margin-left:10px;}

.inp-btn-wrap{position:relative;padding-right:78px;}
.inp-btn-wrap button{position:absolute;top:2px;right:0;}
.inp-btn-wrap.w50 input[type="text"]{width:49%;padding-right:5px}
.inp-select.w50 select{width:49%;padding-right:5px}
.inp-btn-wrap2{position:relative;padding-right:156px;}
.inp-btn-wrap2 button{position:absolute;top:0;right:0;}
.inp-btn-wrap2 button:first-of-type{right:78px;}
.inp-help-wrap{position:relative;padding-right:35px;}
.inp-help-wrap button{position:absolute;top:0;right:0;width:26px;height:26px;background:url(../images/ico_help.png) no-repeat;text-indent:-10000px;}
.inp-unit-wrap{position:relative;padding-right:35px;}
.inp-unit-wrap .unit{position:absolute;top:1px;right:0;color:#535353;font-size:14px;}
.account-num{margin-left:30px;}
.accout-wrap{position:relative;padding-left:80px;}
.accout-wrap .account-name{position:absolute;top:2px;left:10px;}

.inp-adrs-group{font-size:0;}
.inp-adrs-group input[type="text"]{width:225px;}
.inp-adrs-group input[type="text"] + input[type="text"]{margin-left:10px;}
.inp-adrs-group .adrs-num{width:157px !important;}
.inp-adrs-group .btn{margin:0 10px;vertical-align:inherit;}

table .btn{height:31px;}/*padding:2px 10px 4px;*/
.btn-gray2.w100 + .btn-gray2.w100{margin-left:0;}

/* dashboard */
.dashboard .tbl-around-cnt .title-dep1{margin-bottom:10px;}

.quick-area > div{padding-bottom:30px;}
.quick-area:after{content:'';display:block;clear:both;}
/* .quick-area .bookmark{width:510px;} */
.quick-area .quick-list{margin:20px 0 0 -10px;}
.quick-area .quick-list:after{content:'';display:block;}
.quick-area .quick-list li{position:relative;float:left;width:140px;height:140px;margin:0 10px;border:3px solid #e2e5ed;border-radius:50%;box-sizing:border-box;text-align:center;}
.quick-area .quick-list li:hover{border-color:#ed1b23;}
.quick-area .quick-list li:after{content:'';display:inline-block;width:0;height:100%;vertical-align:middle;}
.quick-area .quick-list li a{display:block;width:100%;height:100%;}
.quick-area .quick-list li .ico{position:absolute;top:-22px;left:50%;width:42px;height:42px;margin-left:-22px;border-radius:50%;background:#ed1b23;font-size:0;}
.quick-area .quick-list li .ico:after{content:'';display:inline-block;width:0;height:100%;vertical-align:middle;}
.quick-area .quick-list li .ico em{display:inline-block;width:20px;height:20px;background:no-repeat center;vertical-align:middle;}
.quick-area .quick-list li .cont{}
.quick-area .quick-list li .tit{display:block;padding:35px 0 10px;font-weight:bold;color:#000;font-size:16px;line-height:22px;letter-spacing:-0.5px;}
.quick-area .quick-list li .num{color:#ed1b23;font-size:42px;line-height:22px;letter-spacing:-0.5px;font-family:roboto;}
.quick-area .quick-list li .num span{color:#000;font-size:16px;}
.quick-area .bookmark{float:left;margin-right:50px;}
.quick-area .month{float:left;}
.quick-area .month .quick-list li:hover{border-color:#f58025;}
.quick-area .month .quick-list li .ico{background:#f58025;}
.quick-area .month .quick-list li .num{color:#f58025;}

/* layerpopup */
.layer-pop .tbl-around-cnt{min-height:inherit;}
.layer-pop .tbl-around-cnt.reset{min-height:33px;}
.layer-pop .mid-tit{display:block;color:#393939;font-size:14px;line-height:31px}
.layer-pop .inp-btn-wrap .inp-check{margin:4px 15px 4px 0;}
.layer-top h1{color:#222;font-size:16px;}

/* 외상기일 layerpop 2019-07-10 추가 */
#layer-credit .tbl-type1 th{font-size:13px;}
#layer-credit .tbl-type1 td{overflow:inherit;font-size:13px;text-overflow:inherit;white-space:inherit;}

/* 자동반제유형 layerpop 2019-07-10 추가 */
#layer-repaytype .layer-cnt{width:735px;}
#layer-repaytype .tbl-type2 th{font-size:13px;}
#layer-repaytype .tbl-type2 td{padding:13px 20px;font-size:13px;line-height:23px;}

/* 법인명찾기 */
#layer-find-company .tbl-cnt{max-height:250px;}
.sch-simple{padding:15px;}
.sch-simple label{display:inline-block;font-size:14px;margin-right:10px;}
.sch-simple input{padding:6px 8px 5px;vertical-align:middle;}
.sch-simple select{height:34px;vertical-align:middle;}
.sch-simple .inp-cal .s-dash{line-height:31px;}
.sch-simple .btn {margin-left:8px;}
.sch-simple>.btn:first-child:not(:last-child){margin:0 8px 0 0}

/* 매출일괄등록 */
#layer-reg-all .inp-file{min-width:100%;margin:15px 0 25px;}
#layer-reg-loading .loading{margin:20px 0;text-align:center;}
#layer-reg-result .desc{margin-bottom:20px;}
.loading > img{display:inline-block;-webkit-animation:load 1s infinite linear;animation:load 1s infinite linear;}

.desc.mgt20{margin-bottom:20px;}

/*자산관리*/
#layer-search-02 .sch-simple .inp-cal.range{width:280px;}
#layer-search-02 .sch-simple [id*="prd_"]{width:100px;margin-right:10px}
#layer-search-02 .sch-simple .fr{margin-top:2px}

/*자산등록*/
#layer-search-02-apply .inp-file{min-width:100%;margin:15px 0 25px;}

/* 세금계산서 관리번호 조회 */
#layer-tax-num .inp-cal{margin:0 5px;}

/* 차량현황 > 상태표시 */
.car_status_wrap .tbl-type2 .btn_right_wrap {position: relative; height: 31px; padding-right: 151px; line-height: 31px; vertical-align: middle;}
.car_status_wrap .tbl-type2 .btn_right_wrap.pr75 {padding-right: 75px;}
.car_status_wrap .tbl-type2 .btn_right_wrap.pr97 {padding-right: 97px;}
.car_status_wrap .tbl-type2 .btn_right_wrap button {position: absolute; top: 0; right: 0;}
.car_status_wrap .tbl-type2 .btn_right_wrap button.right75 {right: 75px;}
.state-mark span {display:inline-block;overflow:hidden;height:17px;padding:0 7px;font-size:11px;line-height:15px;border:1px solid #838383;font-weight:bold;box-sizing:border-box;border-radius:4px;vertical-align:middle;}
.state-mark span + span {margin-left:7px;}
.state-mark span.disabled {color:#999;background:#f8f8f8;border-color:#dedede;}

/* 차량현황 - 리콜이력 팝업 */
.layer-pop.recall-pop .tbl_cnt {overflow-y: auto; max-height: 154px;}

/* 운영관리 > 비용관리 */
.cash-receipt-list {margin:20px 0 0 -22px;}
.cash-receipt-list::after {content:"";display:block;clear:both;}
.cash-receipt-list > ul li {position:relative;float:left;width:370px;min-height:500px;border:1px solid #acacac;background:#fff;box-sizing:border-box;margin:10px 0 10px 22px;}

.cash-receipt-list .attach-file-img {height:226px;display:block;margin:19px 19px 20px 19px;text-align:center;overflow:hidden;}
.cash-receipt-list .attach-file-img img {display:block;width:100%;}
.cash-receipt-list .attach-file-img.no-img {position:relative;background:#fafafa;padding-top:123px;box-sizing:border-box;}
.cash-receipt-list .attach-file-img.no-img::before {content:"";display:inline-block;width:37px;height:46px;background:url(/images/ico_cash_receipt_no.png);position:absolute;left:50%;top:30%;margin-left:-18px;}
.cash-receipt-list .attach-file-img.no-img span {font-size:14px;line-height:20px;}

.cash-receipt-list .inp-check {position:absolute;left:9px;top:8px;}
.cash-receipt-list .btn-wrap {text-align:center;margin:10px 0;}

.cash-receipt-list .tbl-receipt-info{position:relative;border-top:1px solid #e0e0e0;border-bottom:1px solid #bcbcbc;background:#f9f9f9;}
.cash-receipt-list .tbl-receipt-info th, .cash-receipt-list .tbl-receipt-info td{padding:5px 10px 5px 20px;color:#393939;font-size:14px;line-height:25px;text-align:left;}
.cash-receipt-list .tbl-receipt-info th{background:#f9f9f9;border-top:1px solid #e0e0e0;}
.cash-receipt-list .tbl-receipt-info th.need:after{content:'*';display:inline-block;margin-left:3px;color:#ed1b23;}
.cash-receipt-list .tbl-receipt-info th + th, .cash-receipt-list .tbl-receipt-info td + th{border-left:1px solid #e0e0e0;word-break:keep-all;}
.cash-receipt-list .tbl-receipt-info tr:first-child th{border-top:0;}
.cash-receipt-list .tbl-receipt-info .line{border-left:1px solid #e0e0e0;}
.cash-receipt-list .tbl-receipt-info td{background:#fff;border-left:1px solid #e0e0e0;word-break:keep-all;line-height:1em;width:100%;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;}
.cash-receipt-list .tbl-receipt-info tr + tr td{border-top:1px solid #e0e0e0;}.cash-receipt-list .tbl-receipt-info tr.red td, .cash-receipt-list .tbl-receipt-info tr.red th{background:#ed1b23;color:#fff;font-size:14px;font-weight:bold;}
.cash-receipt-list .tbl-receipt-info tr.active td{background:#fff7f6;}

.cash-receipt-list .img-empty {display:inline-block;width:100%;height:100%;background:#f9f9f9;}
.cash-receipt-list .sorting_wrap{padding:10px 22px}
.cash-receipt-list .sorting_wrap select{width:auto}
.cash-receipt-list .sorting_wrap .tit{margin-right:20px;font-weight:bold;color:#393939;font-size:14px;vertical-align:middle;}

.tooltip tbody tr td{overflow:visible;position:relative;}
.tooltip td:hover .tooltip_driver{display:block;}
.tooltip .tooltip_driver{display:none;position:absolute;top:3px;left:0;border:1px solid #2b2b2b;border-radius:2px;z-index:1;background:#fff;width:350px;text-align:left;font-size:13px;line-height:20px;padding:5px 10px;font-weight:bold;color:#393939;white-space:normal;
	transform:translate(-100%,0);
	-webkit-transform:translate(-100%,0);
	-o-transform:translate(-100%,0);
	-moz-transform:translate(-100%,0);
	-ms-transform:translate(-100%,0);
}
.tooltip .tooltip_driver::before{content:'';width:10px;height:10px;background:#fff;border-bottom:1px solid #2b2b2b;border-right:1px solid #2b2b2b;position:absolute;top:6px;left:100%;
	transform:rotate(-45deg) translateX(-6px);
    -webkit-transform:rotate(-45deg) translateX(-6px);
    -o-transform:rotate(-45deg) translateX(-6px);
    -moz-transform:rotate(-45deg) translateX(-6px);
    -ms-transform:rotate(-45deg) translateX(-6px);
}
.tooltip tr:last-child .tooltip_driver{bottom:3px;top:auto}
.tooltip tr:last-child .tooltip_driver::before{top:auto;bottom:6px;}

/* 레이어팝업 - 원본보기 */
#layer-receipt-view .layer-cnt {width:auto;max-width:627px;}
#layer-receipt-view .layer-cnt img {max-width:100%;}

/* 레이어팝업 - 반려사유 */
#layer-reject .inp-reject {margin:17px 0 25px 0;}
#layer-reject .inp-reject select {width:148px;}
#layer-reject .inp-reject input[type="text"] {width:271px;margin-left:7px;}

/* 레이어팝업 - 현금영수증 정보 */
#layer-receipt-info .mid-tit {margin-bottom:18px;}
#layer-receipt-info .inp-reject select {width:197px;}
#layer-receipt-info .inp-reject input[type="text"] {width:329px;margin-left:6px;}
#layer-receipt-info .attach-file-img img {max-width:420px;}
#layer-receipt-info .btn-wrap {margin:18px 0 12px 0;}

/* 레이어팝업 - 차량번호 찾기 */
#layer-find-car .layer-cnt {width:637px;}

/* 레이어팝업 - 요청자 찾기 */
#layer-find-member .layer-cnt {width:637px;}

/* 주행통계 - 전체현황 팝업 */
#layer-overall-status .tbl_cnt {overflow-x:auto;}
#layer-overall-status .tbl-type1 .tbl-cnt {overflow:unset;}

/* 재고관리 */
.tbl-fixed-wrap.tbl-equip-stock .tbl_cnt tbody tr td {word-break:keep-all;width:100%;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;}
[id^="layer-search-0"] .tbl-cnt{max-height:250px;}

/*단가관리*/
#layer-price-manage .sch-simple input[type="text"], #layer-price-manage .sch-simple select{width:100px;height:34px}
#layer-price-manage .sch-simple label~label{margin-left:15px}
#layer-price-change input[type="text"]{margin:15px 0;text-align:right}

/*재고평가대상조회*/
#layer-search-03 .sch-simple input[type="text"], #layer-search-03 .sch-simple select{width:100px;height:34px}
#layer-search-03 .sch-simple label~label{margin-left:15px}

/*사내거래*/
#layer-deal .sch-simple input[type="text"]:not(.cal), #layer-deal .sch-simple select{width:auto;min-width:90px;height:34px}
#layer-deal .sch-simple label~label{margin-left:15px}
#layer-deal .inp-cal.range{width:260px}

/* 재고상세*/
#layer-update-stock .inp-cal.range{width:100%}
#layer-update-stock .inp-cal.range > span{width:100%;}
#layer-update-stock .hasinp input[type="text"]{width:48%}
#layer-update-stock th{line-height:1.2;word-break: keep-all;}

@-webkit-keyframes load {
	0{transform:rotate(0);-webkit-transform:rotate(0) }
	100%{transform:rotate(360deg);-webkit-transform:rotate(360deg) }
}
@keyframes load {
	0{transform:rotate(0);-webkit-transform:rotate(0) }
	100%{transform:rotate(360deg);-webkit-transform:rotate(360deg) }
}

/* 출력 */
.p-wrap .inner{margin:15px 2%;}
.p-wrap .tit{margin-top:30px;font-size:16px;}
.p-wrap .cont{margin-top:20px;}
.p-wrap p{line-height:1.4em;}
.p-wrap .head{padding:7px 0;;background:#555;color:#fff;font-size:18px;line-height:32px;text-align:center;}
.p-wrap input[disabled] + label{opacity:1;}
.p-wrap .tbl-type1,
.p-wrap .tbl-type2{border-bottom:1px solid #e0e0e0;}
.p-wrap .tbl-type2{margin-bottom:0;}
.p-wrap .tbl-type2 th + th, .p-wrap .tbl-type2 td + th{border-left:none;}
.p-wrap .tbl-type1 tbody tr:hover .like-td{background:#fff;}
.p-wrap table .group{border-bottom:none;background:#acacac;color:#fff;}
.p-wrap table ol li{line-height:28px;}
.p-wrap table .sign{margin-top:20px;}
.p-wrap table .sign:after{content:'';display:block;clear:both;}
.p-wrap table .sign .name{display:inline-block;width:100px;text-align:left;text-indent:5px;}
.p-wrap table .date span{display:inline-block;width:22px;text-align:right;}
.p-wrap table .date .year{width:40px;}
.p-wrap table th{padding:10px 5px;}
.p-wrap table td{height:50px;padding:15px 22px;border-left:1px solid #e0e0e0;box-sizing:border-box;line-height:1.4em;}
.p-wrap table td:first-child{border-left:none;}
.p-wrap .tbl-type1 table td{padding:15px 10px;}
.p-wrap .tbl-type1 table td.tr{padding:15px 22px 15px 10px;}
.p-wrap table tbody tr:hover td{background:#fff;cursor:default;}
.p-wrap table .like-td{border-top:1px solid #e0e0e0;border-bottom:none;background:#fff;}
.p-wrap .tbl-type2 table .like-td{border-left:1px solid #e0e0e0;}
.p-wrap .cont-wrap{padding-top:10px;}
.p-wrap .cont-wrap:after{content:'';display:block;clear:both;}
.p-wrap .cont-wrap .cont{width:48%;}
.p-wrap .cont-wrap table td{padding:15px 10px;font-size:13px;text-align:center;}
.p-wrap .cont-wrap table th{font-size:13px;}
.p-wrap .cont-wrap table .like-td{font-weight:normal}
.p-wrap .terms{color:#000;font-size:13px;line-height:32px;}
.p-wrap .terms p{padding:0 20px;line-height:32px;}
.p-wrap .terms .contractor{display:inline-block;width:35%;}
.p-wrap .terms .terms-list{padding:0 20px;}
.p-wrap .terms .terms-list strong, .p-wrap .terms .terms-list span{text-decoration:underline;}
.p-wrap .terms .terms-list + .tbl-type1{margin-top:15px;}
.p-wrap .terms .terms-list + .tbl-type1 td{border-top:1px solid #e0e0e0;text-align:right;}
.p-wrap .terms .contract-list{padding:15px 20px 0;}
.p-wrap .terms .contract-list dt{margin-bottom:6px;font-weight:bold;font-size:16px;text-decoration:underline;}

/*모니터링*/
.monitoring_wrap .select_desc{font-size:14px;font-weight:bold;line-height:34px;}
.monitoring_wrap .select_result{margin-top:5px}
.monitoring_wrap .select_desc input{text-align:right;margin-left:5px}
.monitoring_wrap .select_desc>div~div{display:none}
.monitoring_wrap .result_wrpa .tbl-around-cnt .fr .btn-gray{margin-right:15px}
.monitoring_wrap .result_wrpa .tbl-around-cnt .fr .width-s{margin-left:5px;text-align:right}

/*운영통계*/
.tab_wrap::after{content:'';display:block;clear:both}
.tab_wrap{display:block;border-bottom:2px solid #5b5b5b;height:35px;margin-bottom:10px}
.tab_wrap li{box-sizing:border-box;position:relative;float:left;border-top:1px solid #acacac;border-right:1px solid #acacac;}
.tab_wrap li button{padding:10px 34px;min-width:168px;box-sizing:border-box;}
.tab_wrap li.on{border:0!important;background:#5b5b5b;}
.tab_wrap li.on button{color:#fff}
.tab_wrap li.on::after{content:'';position:absolute;top:-3px;height:10px;left:0;right:0;background:#5b5b5b;border-radius:5px}
.tab_wrap li:first-child{border-left:1px solid #acacac}
.tab_con~.tab_con{display:none}
.noline .sch-area{border:0;padding:0;margin:0}
.noline .sch-area .sch-list li{padding:0}
.noline .sch-area .btn-sch{top:0;left:0}
.noline .tbl-fixed-wrap.st02 .tbl_cnt{max-height:100px}

.result_num{padding:0 10px;}

@media (max-width:1657px) {
	.quick-area .bookmark{float:none;}
	.quick-area .quick-list li{width:120px;height:120px;}
	.quick-area .quick-list li .tit{padding:28px 0 12px;font-size:14px;}
	.quick-area .quick-list li .num{font-size:36px;}
}

@media print {
	table tr, li {
		page-break-inside:avoid;
	}
}

/* 통계관리 - 운영통계 */
.operation .sch-area .sch-list{padding-left: 0;}
.operation .fr .sch-area{border: 0; margin-bottom: 0;}
.operation .fr .sch-area select {margin-right: 10px;}

.operation .tab_con .btn-group-top{border-bottom: 0; padding-bottom: 10px;}
.operation .tbl_cnt{overflow-y: auto; overflow-x: auto; display: table;}
.operation .tbl-fixed-wrap {overflow-x: auto;}
.operation .tbl_fixed{position:relative;}
.operation .tbl_fixed_tit{padding-top:40px;}
.operation .tbl-fixed-wrap.type2{height:665px;margin-top:0;padding:1px 0 0 80px;}
.operation .tbl-fixed-wrap.type2 .tbl_cnt tbody tr td{height:19px;}
.operation .tbl-th-fixed-wrap{position:absolute;z-index:10;width:80px;top:1px;}
.operation .tbl-th-fixed-wrap .pd{padding:12px 0;}
.operation .chart-container{min-width: 1570px;}

.operation .btn_wrap {margin-bottom: 30px;}

/* 통계관리 - 주행통계 */
.driving .sch-area .btn_wrap {padding:0 0 10px; margin-bottom: 0;}
.driving .sch-area .btn_wrap .btn {margin-left:20px;}

/* 운영관리 - 회원관리 */
/* .member .sch-area .sch-list li:nth-child(4){width: 45%;} */
.member .tbl-fixed-wrap { overflow: auto; max-height: 480px;}
.member .tbl_cnt {overflow: initial; border-bottom: 0;}
.member .tbl_cnt table{border-bottom: 1px solid #b7b7b7;}
.member.layer-pop .tbl-type2 + .inp-check{margin-bottom: 30px;}
.member.layer-pop .inp-check label .box{left: 1px;}
.member.layer-pop .tbl-type2 {margin-bottom: 10px;}
.member.layer-pop .tbl_cnt{overflow-y: auto; overflow-x: auto;}
.member.layer-pop .tbl-type1 .tbl-cnt{overflow: initial;}
.member.layer-pop .mid-tit {line-height: 39px;}

/* 운영관리 - 차량관리 */
.bg-gray{display: inline-block; padding: 5px 10px; background-color: #f5f5f5; border-radius: 5px; font-weight: bold; margin-right: 5px;}
.mb10{margin-bottom: 10px !important;}
.mt10{margin-top: 10px !important;}
.mt20{margin-top: 20px !important;}
.color-red{color: #ed1b23;}
.color-green{color: #00c100;}
.color-blue{color: #3e90fc;}
.color-purple{color: #9100EB;}
.cases{margin-right: 10px;}
.member .inp-file {min-width: inherit; width: 100%; padding-right: 0;}
.member .inp-file label{position: relative; width: auto;}
.member .inp-file .inp-file-url {width: 82%;}
.member .btn_mid_wrap + .inp-file .inp-file-url {width: 91%;}
.member .desc{line-height: 16px; color: #535353; padding-bottom: 10px;}
.member .btn_mid_wrap {padding-bottom: 10px;}
.member .btn_mid_wrap .desc {display: inline-block; margin-left: 40px; padding: 0; line-height: 31px;}

/* 운영관리 - 관제관리 */
.inp-check.check-top{overflow: initial; height: 34px;}
.inp-check.check-top input{width: 0; height: 0;}
.inp-check.check-top label .box {top: 8px;}
.right-btn{position: absolute; top: -40px; right: 0;}
.status-form{display: flex; font-size: 14px; line-height: initial; padding: 10px 0 15px;}
.status-num{width: 100px; height: 100px; text-align: center; padding: 22px 0; border: 1px solid #dcdcdc; border-radius: 3px; box-sizing: border-box; box-shadow: 0 0 8px 0 rgba(0, 0, 0, .1);}
.status-num span{line-height: 26px;}
.status-num .num-point{color: #ed1b23; font-size: 22px;}
.status-card-wrap{position: relative; display: flex; margin-left: 12px;}
.status-card-wrap .toggle_btn_wrap{display:flex;position:absolute;bottom:0;}
.status-card-wrap .toggle_btn_wrap input{display:none;}
.status-card-wrap .toggle_btn_wrap label{display:inline-block;position:relative;width:40px;height:20px;border-radius:34px;cursor:pointer;background:#7f7f7f;}
.status-card-wrap .toggle_btn_wrap label::before{content:'';display:block;position:absolute;left:3px;bottom:3px;width:14px;height:14px;border-radius:50%;background:#fff;transition:all .4s ease;}
.status-card-wrap .toggle_btn_wrap input:checked + label:before{transform:translateX(20px);transform:translateX(20px);transform:translateX(20px);}
.status-card-wrap .toggle_btn_wrap label.round{border-radius:34px;}
.status-card-wrap .toggle_btn_wrap label.round::before{border-radius:50%;}
.status-card-wrap .toggle_btn_wrap p{margin-right:20px;line-height:23px;}
.status-card-wrap .inp_wrap{display:flex;position:absolute;bottom:0;}


.status-card{position: relative; display: flex; align-items: center; width: 155px; height: 59px; border-radius: 3px; background-color: #c2c2c2;}
.total_reservation .status-card{position: relative; display:flex;flex-direction:column;align-items:flex-start;width: 100px; height: 59px; padding:10px; box-sizing:border-box; border-radius: 3px; background-color: #c2c2c2;}
.total_reservation .status-card {height: 100px;}
.total_reservation .status-card::after{display:none;}
.status-card::after{content: ''; position: absolute; top: 37px; right: 10px; width: 14px; height: 9px; background: url(../images/ico_status_arrow.png) no-repeat;}
.total_reservation .status-card::after {top: 50%; margin-top: -4.5px;}
.status-card + .status-card{margin-left: 5px;}
.status-card-ico{text-align: center; width: 50px; height: 47px; line-height: 66px; border-radius: 5px; margin-left: 6px; background-color: #9c9c9c;}
.status-card span{padding-left: 10px; color: #fff; line-height: 21px;}
.total_reservation .status-card-ico{text-align: center; width: 34px; height: 34px; margin-left:0;line-height: 42px; border-radius: 5px; background-color: #9c9c9c;} 
.total_reservation .status-card-ico img{width:20px;}
.total_reservation .status-card span{display:block;padding-left:0;padding-top:5px;color: #fff; line-height: 21px;}
.status-card p{font-size: 16px; font-weight: bold;}
.status-graph-wrap{position: absolute; top: 73px; width: 100%;}
.status-graph{display: flex; width: 100%; height: 3px; background-color: #ddd;}
.status-graph div{height: 3px;}
.status-graph-text{display: flex; margin-top: 8px;}
.status-graph-text b{padding-left: 5px;}
.status-graph-text-right{margin-left: auto; font-size: 13px;}
.status-graph-text-right span{margin-left: 15px;}

.second {position:relative; margin-left:40px; width:95px;}
.second > canvas {}
.second > strong {position:absolute; top:50%; left:50%; transform: translate(-50%, -125%); font-size:21px; color: #0074c7;}
.second > strong i{font-size: 14px;}
.second span{position:absolute; top:50%; left:50%; transform: translate(-50%, -10%); font-size: 12px; line-height: 16px; color: #a1a1a1; width: 90px; text-align: center;}

.status-contents-wrap{position: relative; display: flex; align-items: center; margin-left: 40px;}
.status-contents-box{height: 100px; padding: 23px 18px; box-sizing: border-box; border-radius: 5px; background-color: #f9f9f9; border: 1px solid #e1e1e1;}
.status-contents-box p{display: flex; justify-content:space-between; font-size: 13px; line-height: 18px; color: #4a4a4a;}
.status-contents-box span{padding-left: 10px; font-weight: bold;}
.status-contents-box + .status-contents-box{margin-left: 5px;}
.status-group{display: inline-block;}
.status-group + .status-group{margin-left: 20px;}

.layer-mid.map{display: flex;overflow: auto; position: absolute;overflow:hidden;left: 0;top:0;right:0;bottom:0;min-width:1200px;}
.layer-mid.map .map-wrap{position: relative; width: 58%;}
.layer-mid.map .map-wrap .map-control{position: absolute; top: 15px; left: 15px; width: 30px;}
.layer-mid.map .map-wrap .map-control img{vertical-align: top;}
.layer-mid.map .tbl-wrap{width: 30%;}
.layer-mid.map .tbl-wrap.wid_s{width: 20%;}
.layer-mid.map .tbl-wrap.wid_m{width: 25%;}
.layer-mid.map .tbl-wrap.wid_l{width: 35%;}
.layer-mid.map .tbl-wrap .tbl-type2{margin-bottom:0;}
.layer-mid.map + .tc{margin-bottom: 30px;}
.layer-mid.map .tbl-type2 th, .layer-mid.map .tbl-type2 .tbl-type2 td {padding: 2px 10px;}
.layer-mid.map .sch-list{display: flex; align-items: center; padding: 20px;}
.layer-mid.map .sch-list label{margin-right: 20px; font-weight: bold; color: #393939; font-size: 14px;}
.layer-mid.map .sch-list .btn {height: 34px;margin-left: 10px; padding: 5px 10px; vertical-align: middle;}

/* 운영관리 - 예약관제 */
.status-contents-box.v2{padding: 15px 18px;}
.status-contents-box.box_area {padding: 23px 18px;}
.status-contents-box.v2 p{line-height: 17px;}

/* 운영관리 - 주차장관리 */
.parking_wrap .tbl_cnt tbody td span {color: #0000FF;}
.parking_wrap .tbl_cnt tr.on td, .parking_wrap .tbl_cnt tr.on th , .parking_wrap .tbl_cnt tr.on:hover td, .parking_wrap .tbl_cnt tr.on:hover th {background-color: #fad8d3;}

/* 주차장관리 - 배차관리, 배차목록 팝업 */
.layer-pop.setting .select_wrap {padding: 8px 0;}
.layer-pop.setting .select_wrap .sel_park {font-size: 16px; font-weight: bold;}
.layer-pop.manage_park .tbl-type2 {max-height: 248px !important;}

/* loading 추가 */
#loading {width: 100%; height: 100%; top: 0px; left: 0px; position: fixed;	display: block; opacity: 0.7; background-color: #fff; z-index: 99; text-align: center;}
#loading-image {position: absolute; top: 50%; left: 50%; z-index: 100; }

/* EV배터리관리 */
.title-battery{display: block; border-bottom: 2px solid #5b5b5b; margin-bottom: 10px;}
.title-battery h2{display: inline-block; padding: 10px 20px 8px; background-color: #555; color: #fff; font-size: 16px; line-height: 19px;}
.flex-wrap{display: flex;}
.flex-wrap + .flex-wrap{margin-top: 10px;}
.bg-gray-wrap{height: 300px; background-color: #f9f9f9; text-align: center; width: 700px; box-sizing: border-box;}
.bg-gray-wrap + .bg-gray-wrap{margin-left: 10px;}
.bg-gray-wrap h3{text-align: left; font-size: 18px; line-height: 32px; padding-left: 10px; padding-top: 5px;}
.cont-box{display: flex; align-items: center; justify-content: space-around; padding: 50px 15% 0; box-sizing: border-box;}
.circle-box{position: relative; text-align: center; width: 140px; height: 140px; border-radius: 50%; border: 4px solid #e2e5ed; background-color: #fff;}
.circle-box i{display: flex; align-items: center; justify-content: center; position: absolute; top: -24px; left: 50%; margin-left: -25px; width: 50px; height: 50px; background-color: #ed1b23; border-radius: 50%;}
.circle-box span{display: block; font-weight: bold; color: #ed1b23; font-size: 42px; line-height: 22px; letter-spacing: -2px;}
.circle-box span.circle-title{font-size: 16px; line-height: 22px; color: #333; margin: 38px 0 12px;}
.circle-box span.circle-text{font-weight: 900;}
.circle-box.red:hover{border: 4px solid #ed1b23;}
.circle-box.orange i{background-color: #ff8a2e;}
.circle-box.orange span{color: #ff8a2e;}
.circle-box.yellow i{background-color: #f1c000;}
.circle-box.yellow span{color: #f1c000;}
.circle-box.green i{background-color: #78cc00;}
.circle-box.green span{color: #78cc00;}
.date-wrap{margin-top: 10px; display: inline-block; font-size: 14px; color: #888; padding: 10px 15px; box-sizing: border-box; border-radius: 5px; background-color: #e2e5ed;}
.circle-text > span{display: inline-block; padding-left: 8px; font-size: 18px; line-height: 22px; letter-spacing: -0.9px;}

.sch-area .sch-list.align{width: 1320px;}
.sch-area .sch-list.align label {display: inline-block; text-align: right;}
.sch-area .sch-list.align input[type="text"] {width: 100px;}

.battery-graph{position: relative; margin: 50px 30px 0;}
.graph-bar{position: absolute; overflow: hidden; width: 100%; height: 8px; background-color: #eeeeee; border-radius: 10px;}
.graph-line{position: absolute; overflow: hidden; height: 8px;}
.graph-line1{position: absolute; top: 0; left: 0; width: 210px; height: 8px; background: #ff8a2e;}
.graph-line2{position: absolute; top: 0; left: 210px; width: 210px; height: 8px; background: #f1c000;}
.graph-line3{position: absolute; top: 0; left: 420px; width: 220px; height: 8px; background: #78cc00;}
.graph-per{display: flex; align-items: center; justify-content: space-between; padding-top: 15px; margin-right: -15px; font-size: 15px; color: #555;}
.graph-text{display: flex; align-items: flex-end; justify-content: space-around; height: 66px; margin-top: 10px; font-size: 60px; font-weight: 900; line-height: 22px; letter-spacing: -3px;}
.graph-text div{position: relative;}
.graph-text div::before{position: absolute; top: -30px; left: 0; content: ""; display: inline-block; width: 7px; height: 66px; background:url(../images/graph_line.png) no-repeat;}
.graph-text div:last-child::after{position: absolute; top: -30px; right: 0; content: ""; display: inline-block; width: 7px; height: 66px; background:url(../images/graph_line.png) no-repeat;}
.graph-text .orange{color: #ff8a2e; width: 32.333333%;}
.graph-text .yellow{color: #f1c000; width: 33%;}
.graph-text .green{color: #78cc00; width: 34.666666%;}

.tbl_cnt .red{color: red;}
.tbl_cnt .orange{color: #ff8a2e;}
.tbl_cnt .yellow{color: #f1c000;}
.tbl_cnt .green{color: #78cc00;}

/* EV배터리관리 팝업 */
.tbl-type2.v2 th, .tbl-type2.v2 td{padding: 0 10px; line-height: 26px;}
.pop-flex-wrap{display: flex; align-items: center; margin-bottom: 10px;}
.pop-flex-box{display: flex; align-items: center; width: 50%; border-radius: 3px; border: 1px solid #e6e6e6; padding: 25px 15px; box-sizing: border-box; height: 120px;}
.pop-flex-box + .pop-flex-box{margin-left: 5px;}
.pop-flex-box .pop-flex-box-text{font-size: 13px; margin-top: 5px; margin-left: 15px;}
.pop-flex-box .pop-flex-box-per{display: block; font-size: 18px; line-height: 32px; font-weight: 600;}
.pop-flex-box .yellow{color: #f1c000;}
.pop-flex-box .green{color: #78cc00;}
.pop-flex-box .pop-flex-box-text > span{font-weight: 600;}
.pop-flex-box .pop-flex-box-per span{font-size: 32px; font-weight: 900; line-height: 46px; letter-spacing: -2px; color: #333;}
.layer-pop-notice{font-size: 13px; padding:25px 0 50px; text-align: center;}
.mid-tit .point{color: #ff8a2e; font-weight: 900;}
.ml10{margin-left: 10px;}
tr.active td {background: #85C1E9  !important;}

/* pop_map_legend */
.pop_map_legend{position: absolute; background: #fff; z-index: 2000; transform: translateX(-27%); border: 1px solid #2b2b2b; overflow: hidden; width: 200px; padding-bottom:3px; line-height: initial; box-shadow: 0px 2px 8px 0px rgb(0 0 0 / 37%);}
.pop_map_legend_title{display: flex; align-items: center; width: 100%; height: 25px; background-color: #f0f0f0; font-size: 12px;}
.pop_map_legend_title span{width: 50%; text-align: center;}
.pop_map_legend_content{padding: 4px 15px;}
.pop_map_legend_content div{display: flex; align-items: center; padding: 3px 0;}
.pop_map_legend_content div .map_legend_line{width: 55%; height: 5px; border-radius: 10px; margin-right: 5px;}
.pop_map_legend_content div span{width: 45%; text-align: center; font-size: 12px; letter-spacing: -0.4px;}

.layer-mid.map .map-wrap{width: 100% !important;}
.layer-mid.map .tbl-wrap .tbl-type2{width:auto !important;}
.layer-mid.map .tbl-wrap{width:30%;}
.layer-mid.map .tbl-wrap .tbl-type2{width:100%;}

.mapArea.tmMap {position:absolute;left: 0;right: 0;top:0;bottom:99px; width: auto !important;height:100% !important;}
.bottom_tb{position: fixed;left: 0;right: 0;bottom: 0;width: auto !important;transition: .5s;background:rgba(255, 255, 255, .95)}
.bottom_tb .overflow_tb{overflow-y:scroll;height:99px;}
.bottom_tb thead{border-bottom:1px solid #666}
.bottom_tb .cont-close{position: absolute;left: 50%;top:-30px;margin-left:-75px;width:150px;height:30px; border-radius: 5px 5px 0 0;background-color: #555;}

#map_div3.tmMap{position: absolute;left: 0;top: 0;right: 0;bottom: 0;width:auto !important;height:auto !important;}
.layer-mid.map .sch-list.flex{ padding: 10px 10px 0;}
.layer-mid.map .tbl-wrap .sch-list.flex button{flex:1;}

.tbl-wrap .tbl-type2.text_center thead{border-bottom:1px solid #e0e0e0;}
.tbl-wrap .tbl-type2.text_center td{text-align: center !important;}

.layer-mid.map .tbl-wrap.position_tb{position:absolute;right:0;top:0;height:100%;background: rgba(255, 255, 255, .95);box-shadow: 0 10px 10px 5px rgb(0 0 0/20%);transition:.5s}
.layer-mid.map .tbl-wrap.position_tb .wrap-cont-close{position:absolute;top:50%;left:-30px;margin-top:-75px;width:30px; height:150px;border-radius:5px 0 0 5px;background-color: #555;}

.layer-mid.map .tbl-wrap.position_tb.off{right:-30%;transition: .5s;}
.layer-mid.map .tbl-wrap.position_tb.wid_s.off{right:-20%;transition: .5s;}
.layer-mid.map .tbl-wrap.position_tb.wid_m.off{right:-25%;transition: .5s;}
.layer-mid.map .tbl-wrap.position_tb.wid_l.off{right:-35%;transition: .5s;}
.bottom_tb.off{bottom:-99px;transition: .5s;}

.tbl-type2 table{border:1px solid #e0e0e0;text-align: center;}
.tbl-type2 table thead tr{border:1px solid #e0e0e0}
.tb_speeding .tbl-type2{height:100%; overflow:auto}
.overflow_tb table.typeTmap01{font-size: 12px;}
.overflow_tb table.typeTmap01 th{background:none;}

.tbl-wrap.position_tb .tbl-type2{background: none !important;}
.position_tb .tbl-type2 th{background: none;}
.position_tb .tbl-type2 td{background: none;}

.tbl-wrap .tbl-type2 td{padding:0 10px;color:#393939;font-size:13px;line-height:20px;text-align:center;}
.tbl-wrap .tbl-type2 table .text-align td:last-child{text-align: left;}

.paging_wrap::after{content:'';display:block;clear:both;}
.paging_wrap{position:relative;}
.paging_wrap .num{position:absolute;top:0;right:0;}

.fr_wrap::after{content:'';display:block;clear:both;}
.pop_regist textarea{height:150px;}

.pop_notice .con{overflow-y:scroll;height:300px;padding:10px;border:1px solid #555;}
.pop_notice .inp-check{margin-top: 10px;}

.tbl-type2 .clear-both::after{content:'';display:block;clear:both;}
.tbl-type2 .clear-both .inp-check{position:relative;top:7px;}
.tbl-type2 .clear-both .inp-btn-wrap{float:right;width:calc(100% - 120px);padding-right:55px;}

/* 운영관리 - 단말기현황 */
.title-dep1 span{font-size:13px;font-weight:normal;}
.sch-area.type1{display:flex;position:relative;font-size:unset;margin-bottom:10px;padding:15px 20px 0 20px}
.sch-area.type1 .echart_wrap{position:relative;width:35%;}
.sch-area.type1 .echart_wrap .comment{position:absolute;right:50px;top:25px;font-size:13px;}
.sch-area.type1 .echart_wrap .comment p{position:relative;padding-right:75px;margin-top:10px;}
.sch-area.type1 .echart_wrap .comment span{display:inline-block;position:absolute;right:0;padding-left:20px;}
.sch-area.type1 ul{margin:20px 30px 0 0;}
.sch-area.type1 ul:last-child{margin-right:0;}
.sch-area.type1 ul li{position:relative;padding:20px 115px 20px 10px;font-size:13px;}
.sch-area.type1 ul.first_list li {padding: 10px 115px 10px 10px;}
.sch-area.type1 ul li:first-child{border-bottom:1px solid #e0e0e0;}
.sch-area.type1 ul .border_gray {border-bottom:1px solid #e0e0e0;}
.sch-area.type1 ul li span{position:absolute;right:0;display:inline-block;padding-left: 20px;}
.sch-area.type1 .more_desc {cursor: pointer;}
.sch-area.type1 .tooltip_area {display:none; position:absolute; top:100px; right:0; z-index:10; width: 500px; height: 299px; padding: 55px 75px 68px 52px ; background: url(../images/ico_tooltip_500.png)no-repeat 0 0 / 500px 299px; box-sizing: border-box;}
.sch-area.type1 .more_desc:hover + .tooltip_area {display:block;}
.sch-area.type1 .tooltip_area dl {margin-bottom:15px;}
.sch-area.type1 .tooltip_area dl dt {font-size: 12px; line-height: 25px;}
.sch-area.type1 .tooltip_area dl dd {margin-bottom: 8px; font-size: 12px; line-height: 14px;}
.sch-area.type1 .tooltip_area .sub_text {font-size: 12px;}
.sch-area.type2{margin-bottom:10px;}
.sch-area.type2::after{content:'';display:block;clear:both;}
.sch-area.type2 .inp-check{float:left;margin-top:8px;}
.sch-area.type2 .inp-check.ml100{margin-left:100px;}
.sch-area.type2 .inp-box input{width:50px;}
.sch-area.type2 .inp-box label{margin-left:10px;}
.sch-area.type2 .inp_wrap::after {content: ''; display: block; clear: both;}
.sch-area.type2 .inp_wrap .inp-check.mr10 label {margin-right:10px;}
.sch-area.type2 .inp_wrap .inp-box {float: left;}
.sch-area.type2 .inp_wrap .btn_box {position:relative; top:2px; float: left; margin-right: 20px;}
.sch-area.type2 .inp_wrap .btn_box .btn_desc {width: 30px; height: 30px; background: url(../images/ico_desc.png) no-repeat 50% / 20px; color: transparent;}
.sch-area.type2 .inp_wrap .btn_box .tooltip_area {display:none; position:absolute; top:-10px; left: -49px; z-index: 10; width: 419px; height:168px; padding: 55px 65px 65px 48px; background: url(../images/ico_tooltip_yellow.png)no-repeat 0 0 / 419px 168px; box-sizing: border-box;}
.sch-area.type2 .inp_wrap .btn_box .btn_desc:hover + .tooltip_area {display: block;}
.sch-area.type2 .inp_wrap .btn_box .tooltip_area dl {margin-bottom:15px;}
.sch-area.type2 .inp_wrap .btn_box .tooltip_area dl dt {font-size: 12px; line-height: 25px;}
.sch-area.type2 .inp_wrap .btn_box .tooltip_area dl dd {margin-bottom: 8px; font-size: 12px; line-height: 14px;}
.terminal .tbl_cnt {max-height:520px; overflow-y:auto;} 
.terminal .tbl_cnt tbody tr td {padding:1px 10px;} 
.terminal .tbl_cnt tbody tr td .btn {height:24px;line-height:12px;} 
.btn_disabled:disabled{pointer-events:none;}
.paging{position:relative;}
.paging select{position:absolute;left:355px;width:150px;}

/* 단말기현황 - 단말기 탈착이력 팝업 */
.layer-pop.terminal_pop .tbl-type1 .tbl_cnt {max-height: 275px;}

/* 단말기현황 - 최종위치 팝업 */
.map_wrap{display:flex; flex-direction: column;}
.map_wrap .tbl-type2{overflow:unset; margin: 15px 0; border-bottom:0;background:#fff;}
.layer-pop.pop_location .tbl-type2 th {padding:0px 10px; line-height: 25px;}
.layer-pop.pop_location .tbl-type2 td {padding:0px 10px;}

/* 이상알림설정 */
table.w100{width:unset;}
.alert_wrap .sch-area label {margin-right: 14px;}
.alert_wrap .tbl-fixed-wrap {overflow: unset; max-height: 510px;}
.alert_wrap .tbl-fixed-wrap + .paging {top: 15px;}
.alert_wrap .paging + .tbl-around-cnt {margin-top: -43px;}
.alert_wrap .tbl_title thead th {padding:0 10px; line-height:25px;} 
.alert_wrap .tbl_cnt tbody td {padding:0 10px;}
.alert_wrap .tbl_cnt.tooltip tr.on td, .alert_wrap .tbl_cnt.tooltip tr.on th , .alert_wrap .tbl_cnt.tooltip tr.on:hover td, .alert_wrap .tbl_cnt tr.on:hover th {background-color: #fad8d3;}
.alert_wrap .tbl_cnt.tooltip tr.on .inp-check label .box {background-position:0px 0px;}
.alert_wrap .inp-check.check-top {height:25px;}
.alert_wrap .inp-check.check-top label .box {top:4px;}

/* 이상알림설정 - 알림이력 팝업 */
.layer-pop.pop_alert td button span{text-decoration:none; color: #0000FF;} 

/* 이상알림설정 - 알림이력상세 팝업 */
.layer-pop.alert .pop_con{margin-bottom:20px;padding:10px;border:1px solid #000;max-height:200px;overflow:auto;}
.layer-pop.alert .border{border:1px solid #e0e0e0}
.layer-pop.alert .tbl-type1 th {padding: 0px 2px;}
.layer-pop.alert .tbl-type1 td {padding: 0px 2px;}
.layer-pop.alert .inp-check.check-top {height:25px;}
.layer-pop.alert .inp-check.check-top label .box {top:4px;}
.layer-pop.alert .removal_url .col_blue, .layer-pop.alert .voltage_url .col_blue {color:#0000FF;}

.layer-pop.alert_regist span{font-size:12px;}
.layer-pop.alert_regist .tbl-type2 th {padding:2px 10px;} 
.layer-pop.alert_regist .tbl-type2 td {padding:2px 10px;} 
.layer-pop.alert_regist .tbl-type2 .has_radio th {line-height: 25px;}
.layer-pop.alert_regist .tbl-type2 td .btn {height:27px; margin-top:-2px;}
.layer-pop.alert_regist .tbl-type2 th .red_star{position:relative;display:inline-block;padding-right:10px;}
.layer-pop.alert_regist .tbl-type2 th .red_star::after{content:'*';display:block;position:absolute;right:0;top:-3px;color:red;}
.layer-pop.alert_regist .inp-cal td::after{content:'';display:block;clear:both;}
.layer-pop.alert_regist .has_btn td input{width:calc(100% - 50px)}
.layer-pop.alert_regist .inp-cal{float:left;width:calc(100% - 68px);padding-right:0;}
.layer-pop.alert_regist .inp-cal span{position:relative;padding-right:30px;}
.layer-pop.alert_regist .inp-cal .wave{padding-right:0;font-size:unset;}
.layer-pop.alert_regist .inp-check{margin-top:7px;}
.layer-pop.alert_regist .inp-radio + select{width:110px;margin-left:10px;}

.layer-pop.setting .layer-mid {overflow: hidden !important;max-height:805px !important;;}
.layer-pop.setting .tbl-type2 {max-height: 298px; overflow-y: auto; margin-bottom:20px;}
.layer-pop.setting .tbl-type2 th {padding:0 10px; line-height:25px;}
.layer-pop.setting .tbl-type2 td {padding:0 10px; text-align:center; line-height:25px;}
.layer-pop.setting .tbl-type2 .inp-check.check-top {height:25px;}
.layer-pop.setting .tbl-type2 .inp-check.check-top label .box {top:4px;}

.layer-pop.setting .search_wrap{display:flex;}
.layer-pop.setting .search_wrap .btn-sch{margin:0 12px 10px 0;}
.layer-pop.setting .search_wrap input{width:calc(100% - 80px);height:31px}
.layer-pop.setting .search_wrap input.ml {margin-left: 10px;}
.layer-pop.setting .search_wrap select + input {width:calc(100% - 190px);}
.layer-pop.setting .btn_wrap{text-align:center;}

.check_area p{display:inline-block;}

.layer-pop.regist .tbl-type2 th {padding:2px 10px;}
.layer-pop.regist .tbl-type2 td {padding:2px 10px;}
.layer-pop.regist td input{width:calc(100% - 72px)}
.layer-pop.regist .adress td input{width:calc(100% - 127px)}
.layer-pop.regist .rank input{width:100%;}
.layer-pop.regist .rank .range{width:calc(100% - 20px)}

.layer-pop.setting .total{float:left;}

/* 이상알림설정 - 수신자 설정 팝업 */
.layer-pop.pop_recipient .layer-mid {max-height: 840px !important;}

/* 이상알림설정 - 대상차량 설정 팝업 */
.layer-pop.set_vehicle_pop .search_wrap{display:flex;}
.layer-pop.set_vehicle_pop .search_wrap .btn-sch{margin:0 12px 10px 0;}
.layer-pop.set_vehicle_pop .search_wrap input{width:calc(100% - 80px);height:31px}
.layer-pop.set_vehicle_pop .search_wrap input.ml {margin-left: 10px;}
.layer-pop.set_vehicle_pop .search_wrap select + input {width:calc(100% - 190px);}

.layer-pop.set_vehicle_pop .tbl-type2 {max-height: 298px; overflow-y: auto; margin-bottom:20px;}
.layer-pop.set_vehicle_pop .tbl-type2 th {padding:0 10px; line-height:25px;}
.layer-pop.set_vehicle_pop .tbl-type2 td {padding:0 10px; text-align:center; line-height:25px;}
.layer-pop.set_vehicle_pop .tbl-type2 .inp-check.check-top {height:25px;}
.layer-pop.set_vehicle_pop .tbl-type2 .inp-check.check-top label .box {top:4px;}

.layer-pop.set_vehicle_pop .btn_wrap{text-align:center;}

/* ADMIN - 과속표출설정 */
.speeding_wrap .btn_wrap {margin-bottom:30px;}
.speeding_wrap .btn_wrap::after{content:'';display:block;clear:both;}
.speeding_wrap .btn_wrap .fl{float:left;}
.speeding_wrap .btn_wrap .fr{float:right;}
.speeding_wrap .tbl_cnt tbody tr.on td, .speeding_wrap .tbl_cnt tbody tr.on th{background-color: #fad8d3;}

/* 과속표출설정 - 과속표출설정 팝업 */
.layer-pop.pop_speeding .layer-cnt {width: 652px;}
.layer-pop.pop_speeding .tbl-type2 th {padding:2px 10px;}
.layer-pop.pop_speeding .tbl-type2 td {padding:2px 10px;}
.layer-pop.pop_speeding .tbl-type2 td .inp-btn-wrap {padding-right: 50px;}
.layer-pop.pop_speeding .tbl-type2 td .inp-btn-wrap .btn {margin-top:-1px;}
.layer-pop.pop_speeding .tbl-type2 td input::placeholder {text-align: right;}
.layer-pop.pop_speeding .tbl-type2 td .inp-btn-wrap input::placeholder {text-align: center;}

/* 작업요청관리 */
.request_wrap {overflow-x: auto;}
.request_wrap .tbl_cnt {overflow-x: unset;}
.request_wrap .tbl_cnt tr.on td, .request_wrap .tbl_cnt tr.on th , .request_wrap .tbl_cnt tr.on:hover td, .request_wrap .tbl_cnt tr.on:hover th {background-color:#fad8d3;}
.request_wrap .tbl_cnt tr.emergency td, .request_wrap .tbl_cnt tr.emergency th , .request_wrap .tbl_cnt tr.emergency:hover td, .request_wrap .tbl_cnt tr.emergency:hover th {background-color: #FFE558;}
.request_wrap .tbl_cnt tr.emergency.on td, .request_wrap .tbl_cnt tr.emergency.on th , .request_wrap .tbl_cnt tr.emergency.on:hover td, .request_wrap .tbl_cnt tr.emergency.on:hover th {background-color:#fad8d3;}

/* 작업요청관리 - 작업요청등록/수정 팝업 */
.layer-pop.pop_request .tbl-type2 th, .layer-pop.pop_request .tbl-type2 td {padding: 2px 10px; line-height: 26px;}
.layer-pop.pop_request .tbl-type2 .inp-btn-wrap {padding-right: 50px;}
.layer-pop.pop_request .tbl-type2 .inp-btn-wrap.size-s {padding-right:95px;}
.layer-pop.pop_request .tbl-type2 .inp-adrs-group input[type=text] {width: 268px;}
.layer-pop.pop_request .tbl-type2 .inp-adrs-group .detail_adrs {margin-top: 10px;}
.layer-pop.pop_request .tbl-type2 .inp-adrs-group .detail_adrs input[type=text] {width: 100%;}
.layer-pop.pop_request .tbl-type2 .inp-adrs-group .btn {margin: 0 8px; padding: 5px 11.45px 7px;}

/* 작업요청관리 - 일괄등록 팝업 */
.layer-pop.pop_bulk .tbl-type2 td {padding:2px 10px;}
.layer-pop.pop_bulk .tbl-type2 .inp-file {padding-right: 105px;}
.layer-pop.pop_bulk .tbl-type2 .inp-file .btn {right: 52px; width:unset; padding: 1px 10px 3px; line-height: 26px;}
.layer-pop.pop_bulk .tbl-type2 .inp-file .btn-s {position: absolute; top: 0; right: 0; height: 31px;}
.layer-pop.pop_bulk .tbl-type1.tbl_cnt {max-height:525px;}
.layer-pop.pop_bulk .tbl-type1 .pre_line {overflow:inherit;text-overflow:inherit;white-space:pre-line;}

.select_box {margin-bottom:10px;}
.select_box label {margin-right:20px; font-size:14px; font-weight:bold; color:#393939; vertical-align:middle;}
.select_box select {vertical-align: middle;}

/* 과속 통계 */
.speed_wrap .tbl_cnt {overflow:initial;border-bottom:0;}
.speed_wrap .tbl_cnt table{border-bottom:1px solid #b7b7b7;}
.speed_wrap .btn_wrap::after {content: ''; clear: both; display: block;}

/* 패널티관리 */
.penalty_wrap .tbl_cnt {overflow-y: unset;}
.penalty_wrap .tbl_cnt.tooltip tr.on td, .penalty_wrap .tbl_cnt.tooltip tr.on th , .penalty_wrap .tbl_cnt.tooltip tr.on:hover td, .penalty_wrap .tbl_cnt tr.on:hover th {background-color: #fad8d3;}

/* 패널티관리 - 패널티등록, 수정 팝업 */
.layer-pop.penalty-pop .layer-cnt {width: 598px;}
.layer-pop.penalty-pop .tbl-type2 .inp-btn-wrap {padding-right: 50px;}

/* 패널티관리 - 예약검색 팝업 */
.layer-pop.reserve_pop .layer-cnt {width: 1298px;}
.layer-pop.reserve_pop .sch-list li:first-child  input[type=text] {width: 320px;}
.layer-pop.reserve_pop .sch-area .sel_box {display: inline-block; margin-left: 20px;}
.layer-pop.reserve_pop .tbl-cnt {overflow-y: unset;}

/* 패널티관리 - 회원검색 팝업 */
.layer-pop.sch_id_pop .layer-cnt {width: 845px;}
.layer-pop.sch_id_pop .sch-list li:first-child input[type=text] {width: 320px;}
.layer-pop.sch_id_pop .tbl-cnt {overflow-y: unset;}

/* 정산관리 */
.payment_wrap .sch-area label {margin-right: 11px;}
.payment_wrap .sch-area .inp-check.ml20 {margin-left: 20px;}
.payment_wrap .tbl_cnt {overflow-y: unset;}
.payment_wrap .tbl-around-cnt .ico-btn.auto_pay {background-position: 50% 50%;}
.payment_wrap .tbl_cnt.tooltip tr.on td, .payment_wrap .tbl_cnt.tooltip tr.on th , .payment_wrap .tbl_cnt.tooltip tr.on:hover td, .payment_wrap .tbl_cnt.tooltip tr.on:hover th {background-color: #fad8d3;}

/* 정산관리 -  자동전표생성 팝업 */
.layer-pop.autopay_new .layer-cnt {width: 600px;}

/* 정산관리 -  자동전표옵션관리 팝업 */
.layer-pop.manage_autopay .layer-cnt {width: 1300px;}
.layer-pop.manage_autopay .tbl-around-cnt {margin-bottom: 15px;}
.layer-pop.manage_autopay .tbl_cnt {overflow-x: auto; max-height: 544px;}
.layer-pop.manage_autopay .tbl-type1 .tbl-cnt {overflow: unset;}
.layer-pop.manage_autopay .tbl-cnt tr.on td, .layer-pop.manage_autopay .tbl-cnt tr.on th , .layer-pop.manage_autopay .tbl-cnt tr.on:hover td, .layer-pop.manage_autopay .tbl-cnt tr.on:hover th {background-color: #fad8d3;}

/* 정산관리 -  자동전표옵션 등록,수정 팝업 */
.layer-pop.autopay_regist .layer-cnt {width: 1298px;}
.layer-pop.autopay_regist .tbl-around-cnt {padding: 10px 0 20px;}
.layer-pop.autopay_regist .tbl-type1 {overflow-y: auto;}
.layer-pop.autopay_regist .tbl-type1 th {line-height: 21px;}
.layer-pop.autopay_regist .tbl-type1 td {text-align: center;}
.layer-pop.autopay_regist .tbl-type1 .inp-search {position: relative;}
.layer-pop.autopay_regist .tbl-type1 .inp-search .btn_search {position: absolute; right: 10px; top: 50%; z-index: 10; width: 20px; height: 20px; margin-top: -10px; background: url(../images/ico_search.png) no-repeat 0 100%; color: transparent;}
.layer-pop.autopay_regist .tbl-type1 .inp-search input[type=text] {padding-right: 33px;}

/* 정산관리 - 작성요령 팝업 */
.layer-pop.write_tips .layer-mid {padding: 40px 40px 30px;}
.layer-pop.write_tips .gray_bg {padding: 40px 25px; background-color: #f9f9f9;}
.layer-pop.write_tips .gray_bg .tip_list {margin-bottom: 38px;}
.layer-pop.write_tips .gray_bg ul li {font-size: 13px; color: #000; margin-bottom: 5px;}
.layer-pop.write_tips .gray_bg .tip_list li {font-weight: 800;}

/* 정산관리 - 계정코드 팝업 */
.layer-pop.account_code .sch-list input[type=text] {width: 320px;}
.layer-pop.account_code .tbl-type1 .tbl-cnt {overflow-y: auto;}

/* 정산관리 - 거래처코드 팝업 */
.layer-pop.client_code .sch-list {border: none;}
.layer-pop.client_code .sch-list input[type=text] {width: 320px;}
.layer-pop.client_code .tbl-type1 .tbl-cnt {overflow-y: auto;}

/* 정산관리 - 부가세정보 설정 팝업 */
.layer-pop.set_vat .tbl-type2 {overflow-y: auto; max-height: 678px;}
.layer-pop.set_vat table th {padding: 3px 10px;}
.layer-pop.set_vat table td {padding: 3px 10px;}

/* 정산관리 - 선택정보 설정 팝업 */
.layer-pop.set_info .tbl-type2 {overflow-y: auto; max-height: 678px;}
.layer-pop.set_info table th {padding: 3px 10px;}
.layer-pop.set_info table td {padding: 3px 10px;}

/* 정산관리 - 자동전표정보관리 팝업 */
.layer-pop.manage_autopay_info .tbl-around-cnt {padding: 10px 0 15px;}
.layer-pop.manage_autopay_info .tbl-cnt {overflow-y: unset;}

/* 정산관리 - 사용자 찾기 팝업 */
.layer-pop.find_pop .sch-list input[type=text] {width: 320px;}
.layer-pop.find_pop  .tbl-cnt {overflow-y: unset;}

/* 이상알림설정 - 탈거알림내역, 저전압알림내역 */
.notification_content {margin-left: 0 !important; padding: 50px 50px 30px !important;}
.notification_details .top_area .desc {color: #393939; line-height: 20px;}
.notification_details .top_area .download_wrap {padding: 40px 0 20px;}
.notification_details .top_area .download_wrap .guide_txt {padding-top: 15px; font-size: 13px; color: #707070; line-height: 16px;}
.notification_details .tbl-fixed-wrap {width: 463px;}
.notification_details .tbl_title thead tr th {line-height: 19.5px;}
.notification_details .tbl_cnt {overflow-y: inherit; max-height: inherit;}
.notification_details .tbl_cnt tbody tr td {line-height: 14.5px;}

/* 메뉴권한관리 */
.tbl_float_box::after{content:'';display:block;clear:both;}
.tbl_float_box .left{float:left;width:calc(40% - 20px);}
.tbl_float_box .right{float:right;width:60%;}
.tbl_float_box .right .sch-area{padding-right:180px;}
.tbl_float_box .right .sch-area .sch-list{padding-left:0;}
.tbl_float_box .sch-area .sch-list li label{margin-right:19px;}
.tbl_float_box .sch-area .sch-list li .guide_txt{display:inline-block;margin-left:10px;font-size:13px;color:#707070;line-height:16px;vertical-align:middle;}
.tbl_float_box .right .sch_btn_group {position:absolute;top:50%;right:30px;margin-top:-14px;}
.tbl_float_box .tbl-fixed-wrap .tbl_cnt{overflow-y:auto;}
.tbl_float_box .left .tbl_cnt tr.on td, .tbl_float_box .left .tbl_cnt tr.on th , .tbl_float_box .left .tbl_cnt tr.on:hover td, .tbl_float_box .left .tbl_cnt tr.on:hover th {background-color:#FFE558;}
.tbl_float_box .left .tbl_title thead th, .tbl_float_box .left .tbl_cnt tbody td{line-height:20.75px;}

/* 메뉴권한관리 - 빠른설정관리 팝업 */
.layer-pop.quick_settings .search_wrap{padding:15px;}
.layer-pop.quick_settings .search_wrap::after{content:'';display:block;clear:both;}
.layer-pop.quick_settings .search_wrap .inp_wrap input{width:210px;}
.layer-pop.quick_settings .search_wrap .inp_wrap label{margin-right:10px;font-size:14px;}
.layer-pop.quick_settings .tbl-cnt{overflow-y:auto;max-height:450px;}
.quick_settings .tbl-cnt tr.on td, .quick_settings .tbl-cnt tr.on th , .quick_settings .tbl-cnt tr.on:hover td, .quick_settings .tbl-cnt tr.on:hover th {background-color:#FFE558;}

/* 메뉴권환관리 - 메뉴설정팝업 */
.layer-pop.menu_settings .select_wrap{padding:8px 0;}
.layer-pop.menu_settings .select_wrap .sel_tit{font-size:16px;font-weight:bold;}
.layer-pop.menu_settings .tbl-type1.tbl_cnt{max-height:650px;}
.layer-pop.menu_settings .tbl-cnt{overflow-y:auto;max-height:610px;}

/* 메뉴권한관리 - 권한일괄변경팝업 */
.layer-pop.bulk_change .layer-mid .desc{line-height:1.3;}

/* 대시보드 */
#wrap.quick{width:1900px;min-width:none;margin:0 auto;}
.quick #content{padding:30px 30px 30px 20px !important;background-color:#fdfeff;}
/* 대시보드 - 주행관제 */
.quick .top_area{display:flex;align-items:center;width:1600px;padding-bottom:32px;}
.quick .top_area .corporate_tit{padding:0 18px 0 20px;font-size:34px;font-weight:800;line-height:32px;}
.quick .top_area .btn-dgray .ico-btn{background-position:0 50%;}
.quick .top_area .sch-simple{display:flex;align-items:center;margin-left:auto;padding:0;}
.quick .top_area .sch-simple input[type=text]{width:170px;}
.quick .top_area .sch-simple select{width:170px;margin-left:6px;}
.quick .top_area .sch-simple button{margin-left:6px;}
.quick .control_area{width:1600px;}
.quick .control_area::after{content:'';display:block;clear:both;}
.quick .control_area .control_box_left{float:left;width:528px;}
.quick .control_area .control_box_right{float:right;width:1064px;padding-left:8px;}
.quick .control_area .combo_box{margin-top:8px;padding:26px;border-radius:16px;background-color:#fff;box-shadow:10px 10px 20px 0 rgba(8, 51, 108, 0.08);border:solid 1px rgba(4, 24, 51, 0.08);box-sizing:border-box;}
.quick .control_area .combo_box:first-child{margin-top:0;}
.quick .control_area .top_cnt{display:flex;position:relative;height:30px;margin-bottom:23px;}
.quick .control_area .top_cnt .tit{font-size:22px;font-weight:700;line-height:32px;letter-spacing:-0.66px;}
.quick .control_area .top_cnt .switch{display:flex;overflow:hidden;position:relative;width:89px;height:30px;margin-left:15px;border:1px solid rgba(4, 24, 51, 0.08);border-radius:50px;background:#fff;box-shadow:2px 2px 10px 0 rgba(0, 0, 0, 0.03);box-sizing:border-box;}
.quick .control_area .top_cnt .switch .slider{display:block;position:absolute;top:0;left:0;width:48px;height:100%;border-radius:50px;background-color:#e3e3e3;transition:0.4s;}
.quick .control_area .top_cnt .switch.left .slider{-webkit-transform:translateX(-40px);transform:translateX(-40px);}
.quick .control_area .top_cnt .switch.right .slider{-webkit-transform:translateX(40px);transform:translateX(40px);}
.quick .control_area .top_cnt .switch button{position:relative;z-index:10;flex:1;height:100%;margin-left:0;font-size:12px;color:#333;;}
.quick .control_area .top_cnt .switch button.on{font-weight:700;}
/* .quick .control_area .top_cnt label.switch input[type=checkbox]{display:none;}
.quick .control_area .top_cnt .switch .slider{position:absolute;top:0;bottom:0;left:0;right:0;border: solid 1px rgba(4, 24, 51, 0.08);border-radius:50px;background:#fff;}
.quick .control_area .top_cnt .switch .slider::before{content:'';display:block;position:absolute;top:0;left:0;width:48px;height:28px;border-radius:50px;background-color:#e3e3e3;transition:0.4s;}
.quick .control_area .top_cnt .switch em{position:absolute;width:48px;height:100%;font-size:12px;color:#333;line-height:30px;text-align:center;}
.quick .control_area .top_cnt .switch input~em.on{font-weight:700;}
.quick .control_area .top_cnt .switch .yesterday{top:0;left:0;}
.quick .control_area .top_cnt .switch .this_month{top:0;right:0;}
.quick .control_area .top_cnt .switch input:checked+.slider:before{-webkit-transform:translateX(40px);transform:translateX(40px);} */
.quick .control_area .date{padding-left:15px;font-size:12px;color:#888;line-height:30px;}
.quick .control_area .date.type2{position:absolute;bottom:26px;right:26px;font-size:12px;color:#888;line-height:30px;}
.quick .control_area .top_cnt .align_right{margin-left:auto;padding-left:0;}
.quick .control_area .has_btn{padding-right:16px;}
.quick .control_area .has_btn .btn_quick{display:block;overflow:hidden;position:absolute;top:50%;right:0;width:16px;height:17px;margin-top:-8.5px;background:url(../images/ico_arrow_right.png)no-repeat 50% / 16px 17px;text-indent:-10000px;}
.quick .control_area .status_contents_wrap{height:206px;}
.quick .control_area .status_contents_wrap ul{display:flex;}
.quick .control_area .status_contents_wrap .status_contents_box{flex:1;height:100px;padding:20px;border:1px solid #e7e8e8;border-radius:10px;box-shadow:3px 3px 10px 0 rgba(8, 51, 108, 0.04);box-sizing:border-box;}
.quick .control_area .status_contents_wrap .status_contents_box+.status_contents_box{margin-left:8px;}
.quick .control_area .status_contents_wrap .status_contents_box p{padding-bottom:20px;font-size:14px;color:#333;}
.quick .control_area .status_contents_wrap .status_contents_box em{font-size:22px;font-weight:700;}
.quick .control_area .status_contents_wrap .status_contents_box .col_red{color:#ff4b67;}
.quick .control_area .status_contents_wrap .status_contents_box .col_blue{color:#398fff;}
.quick .control_area .status_contents_wrap .status_contents_box .col_green{color:#3dce6f;}
.quick .control_area .status_contents_wrap.type2{display:flex;padding:0;border-radius:0;background-color:transparent;box-shadow:none;border:0;box-sizing:inherit;}
.quick .control_area .status_contents_wrap.type2>li{position:relative;width:calc(50% - 4px);padding:26px;border-radius:16px;background-color:#fff;box-shadow:10px 10px 20px 0 rgba(8, 51, 108, 0.08);border:solid 1px rgba(4, 24, 51, 0.08);box-sizing:border-box;}
.quick .control_area .status_contents_wrap.type2>li+li{margin-left:8px;}
.quick .control_area .status_contents_wrap.type2 .flex_half{flex-shrink:0;width:528px;}
.quick .control_area .status_contents_wrap .date.type2{bottom:0;}
.quick .control_area .echart_wrap{position:relative;height:420px;}
.quick .control_area .echart_wrap .donut_chart{padding-top:20px;}
.quick .control_area .echart_wrap .total_result{overflow:hidden;position:absolute;top:38%;left:22.7%;z-index:1000;width:170px;height:170px;border-radius:50%;text-align:center;cursor:pointer;}
.quick .control_area .echart_wrap .total_result p{padding:65px 0 9px;font-size:14px;color:#313131;line-height:14px;}
.quick .control_area .echart_wrap .total_result em{font-size:22px;font-weight:700;line-height:14px;letter-spacing:-0.66px;}
.quick .control_area .echart_wrap .total_result .col_blue{color:#4793f7;}
.quick .control_area .echart_wrap .tooltip{display:none;position:absolute;bottom:35px;left:22%;z-index:1100;width:192px;height:116px;padding:38px 40px 38px 32px;background:url(../images/donut_tooltip.png)no-repeat 50% /  192px 116px;box-sizing:border-box;}
.quick .control_area .echart_wrap .tooltip p{padding-bottom:10px;font-size:14px;color:#000;line-height:13px;}
.quick .control_area .echart_wrap .tooltip em{font-size:12px;color:#000;line-height:13px;}
.quick .control_area .echart_wrap .total_result:hover+.tooltip{display:block;}
.quick .control_area .echart_wrap .legend_list{position:absolute;top:50%;left:389px;-webkit-transform:translateY(-40%);transform:translateY(-40%);}
.quick .control_area .echart_wrap .legend_list li{position:relative;padding-left:16px;font-size:13px;color:#666;line-height:28px;}
.quick .control_area .echart_wrap .legend_list li::before{content:'';display:block;position:absolute;top:50%;left:0;width:10px;height:10px;margin-top:-5px;border-radius:50%;}
.quick .control_area .echart_wrap .legend_list .legend1::before{background-color:#398fff;}
.quick .control_area .echart_wrap .legend_list .legend2::before{background-color:#4dd692;}
.quick .control_area .echart_wrap .legend_list .legend3::before{background-color:#fa9640;}
.quick .control_area .echart_wrap .legend_list .legend4::before{background-color:#fd6d6d;}
.quick .control_area .echart_wrap .legend_list .legend5::before{background-color:#bd62ff;}
.quick .control_area .map_wrap{display:inherit;position:relative;height:848px;background-color:#000;}
.quick .control_area .map_wrap .top_cnt{position:absolute;top:0;left:0;margin-bottom:0;padding:30px 30px 0;}
.quick .control_area .map_wrap .top_cnt .tit{color:#fff;}    
.quick .control_area .map_wrap .top_cnt .date{padding-left:15px;color:#fff;}
.quick .control_area .map_wrap .rank_list{position:absolute;top:84px;left:30px;min-width:260px;padding:12px 18px;border-radius:4px;background-color:#fff;border:1px solid #e7e8e8;box-sizing:border-box;}
.quick .control_area .map_wrap .rank_list li{margin-top:4px;font-size:14px;font-weight:700;line-height:29px;letter-spacing:-0.35px;}
.quick .control_area .map_wrap .rank_list li:first-child{margin-top:0;}
.quick .control_area .map_wrap .rank_list .rank1{color:#398fff;}
.quick .control_area .map_wrap .rank_list .rank2{color:#1eaf50;}
.quick .control_area .map_wrap .rank_list .rank3{color:#bd62ff;}
.quick .control_area .map_wrap .rank_list li span{display:inline-block;margin-right:6px;padding:3px 7px;border-radius:3px;font-size:13px;font-weight:800;color:#fff;line-height:16px;letter-spacing:-0.52px;}
.quick .control_area .map_wrap .rank_list .rank1 span{background-color:#398fff;}
.quick .control_area .map_wrap .rank_list .rank2 span{background-color:#1eaf50;}
.quick .control_area .map_wrap .rank_list .rank3 span{background-color:#bd62ff;}
/* 대시보드 - 카셰어링 */
.quick .control_area .echart_wrap .legend_list .legend6::before{background-color:#ccc;}
.quick .control_area .echart_wrap.type2{display:flex;padding:0;border-radius:0;background-color:transparent;box-shadow:none;border:0;box-sizing:inherit;}
.quick .control_area .echart_wrap.type2>li{position:relative;width:calc(50% - 4px);padding:26px;border-radius:16px;background-color:#fff;box-shadow:10px 10px 20px 0 rgba(8, 51, 108, 0.08);border:solid 1px rgba(4, 24, 51, 0.08);box-sizing:border-box;}
.quick .control_area .echart_wrap.type2>li+li{margin-left:8px;}
.quick .control_area .echart_wrap .legend_list.type2 .legend1::before{background-color:#ccc;}
.quick .control_area .echart_wrap .legend_list.type2 .legend2::before{background-color:#398fff;}
.quick .control_area .echart_wrap .legend_list.type2 .legend3::before{background-color:#4dd692;}
.quick .control_area .echart_wrap .legend_list.type2 .legend4::before{background-color:#fa9640;}
.quick .control_area .echart_wrap .legend_list.type2 .legend5::before{background-color:#fd6d6d;}
.quick .control_area .echart_wrap .legend_list.type2 .legend6::before{background-color:#bd62ff;}
.quick .control_area .table_wrap{height:206px;}
.quick .control_area .table_wrap table{table-layout:fixed;border-collapse:collapse;border:solid 1px rgba(4, 24, 51, 0.08);}
.quick .control_area .table_wrap table thead tr{border:solid 1px rgba(4, 24, 51, 0.08);}
.quick .control_area .table_wrap table thead th{padding:11px 12px;border-left:solid 1px rgba(4, 24, 51, 0.08);background-color:#f2f6fa;font-size:14px;font-weight:700;color:#000;line-height:26px;}
.quick .control_area .table_wrap table tbody tr{border:solid 1px rgba(4, 24, 51, 0.08);}
.quick .control_area .table_wrap table tbody th{padding:11px 8px;background-color:#f2f6fa;font-size:14px;font-weight:700;color:#000;line-height:16px;letter-spacing:-0.7px;}
.quick .control_area .table_wrap table tbody td{padding:11px 12px;border-left:solid 1px rgba(4, 24, 51, 0.08);font-size:14px;color:#333;line-height:26px;letter-spacing:-0.7px;text-align:center;}
/* 대시보드 - 슈퍼관리자 */
.quick .control_area .control_box{width:100%;}
.quick .control_area .control_box+.control_box{margin-top:8px;}
.quick .control_area .control_box::after{content:'';display:block;clear:both;}
.quick .control_area .control_box .combo_box{float:left;width:528px;height:420px;margin-top:0;}
.quick .control_area .control_box .combo_box+.combo_box{margin-left:8px;}
.quick .control_area .control_box .status_contents_wrap.type3{padding:0;border-radius:0;background-color:transparent;box-shadow:none;border:0;box-sizing:inherit;}
.quick .control_area .control_box .status_contents_wrap.type3 li{height:calc(50% - 4px);padding:20px;border-radius:16px;background-color:#fff;box-shadow:10px 10px 20px 0 rgba(8, 51, 108, 0.08);border:solid 1px rgba(4, 24, 51, 0.08);box-sizing:border-box;}
.quick .control_area .control_box .status_contents_wrap.type3>li+li{margin-top:8px;}
.quick .control_area .control_box .echart_wrap .guide_txt{font-size:12px;color:#888;}
.quick .control_area .control_box .echart_wrap.type3 .legend_list{display:flex;justify-content:center;top:inherit;bottom:25px;left:50%;width:500px;-webkit-transform:translateX(-50%);transform:translateX(-50%);}
.quick .control_area .control_box .echart_wrap.type3 .legend_list::after{content:'';display:block;clear:both;}
.quick .control_area .control_box .echart_wrap.type3 .legend_list li{float:left;}
.quick .control_area .control_box .echart_wrap.type3 .legend_list li+li{margin-left:30px;}
.quick .control_area .control_box .echart_wrap.type3 .legend_list .legend1::before{background-color:#398fff;}
.quick .control_area .control_box .echart_wrap.type3 .legend_list .legend2::before{background-color:#4dd692;}
.quick .control_area .control_box .echart_wrap.type3 .legend_list .legend3::before{background-color:#fa9640;}
.quick .control_area .control_box .echart_wrap.type3 .legend_list .legend4::before{background-color:#bd62ff;}
.quick .control_area .control_box .echart_wrap.contract .legend_list .legend1::before{background-color:#bd62ff;}
.quick .control_area .control_box .echart_wrap.contract .legend_list .legend2::before{background-color:#fa9640;}
.quick .control_area .control_box .echart_wrap .legend_list .legend1::before{background-color:#398fff;}
.quick .control_area .control_box .echart_wrap .legend_list .legend2::before{background-color:#fd6d6d;}
.quick .control_area .control_box .echart_wrap .legend_list.claim .legend1::before{background-color:#4dd692;}
.quick .control_area .control_box .echart_wrap .legend_list.claim .legend2::before{background-color:#fd6d6d;}
.quick .control_area .control_box .echart_wrap .legend_list.claim .legend3::before{background-color:#ccc;}