@import url('https://fonts.googleapis.com/css2?family=Gothic+A1:wght@400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@300;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap');

/* 기본사항 */
html {
	height:100%;
}
body {
	font-family: 'Roboto','Gothic A1', 'Nanum Gothic',  Nanum Gothic, Nanum Gothic Bold, "나눔고딕", Dotum, Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:20px;
	height: 100%;
	width: 100%;
	letter-spacing:-0.5px;
	font-weight:400;
	min-width:1024px;
}
* {
	margin:0;
	padding:0;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;/* Firefox, other Gecko */
	box-sizing: border-box;/* Opera/IE 8+ */
}
div, ol, a, h1, h2, h3, h4, h5, h6, form, span, iframe, dl, dt, dd {
	margin:0px;
	padding:0px
}
a {outline:0;text-decoration:none;color: #336699}
a:link, a:visited, a:active {text-decoration: none}
a:hover {text-decoration: none}
img {border: none;vertical-align:middle}
ul, ol, ul li, ol li, li {
	list-style:none;
	padding: 0;
	padding-left: 0;
}
.show {display:block}
.hide {display:none}
.skip, hr, legend, caption {
	position:absolute;
	top:-5000px;
	text-indent:-5000px;
	font-size:0;
	line-height:0;
	width:0;
	height:0;
}/*내용과 영역 모두 숨김*/
.skip_txt, legend {
	display:block;
	overflow:hidden;
	font-size:0px;
	line-height:0;
	text-indent:-9999px
}
/* input */
input, select {
	vertical-align:middle;
	margin:0;
	height: 30px;
	padding: 3px;
	border: 1px solid #c2c6d4;
	color: #727272;
	font-weight:normal;
	background:#fff;
}
select {-ms-appearance:none;}
select::-ms-expand {display: none;}
label{line-height: 21px;}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
 font-size: 14px;
}
::-moz-placeholder { /* Firefox 19+ */
 font-size: 14px;
}
:-ms-input-placeholder { /* IE 10+ */
 font-size: 14px;
}
:-moz-placeholder { /* Firefox 18- */
 font-size: 14px;
}
input[type="file"] {
	margin: 0px;
	height: 30px;
	padding: 3px 10px 3px 5px;
}
input+input[type="checkbox"], input + [type="file"], input[type="checkbox"]+label , input[type="hidden"]+label { /* 옆에 붙은 것들 */
margin : 0 5px;
}
textarea {
	border: 1px solid #c8c8c8;
	font-size:14px;
	color: #727272;
}
/* common */

/* main layout */
.topbar {
	width: 100%;
	height: 60px;
	border-bottom: 1px solid #e3ebf6;
	background: #fff;
	position:fixed;
	z-index:100;
}
.logo {
	background: #1761fd;
	color: #fff;
	height: 60px;
	text-align: center;
	width:200px;
	float:left;
	transition: all 0.3s;
	box-shadow: 0px 0px 10px rgb(120 130 140 / 13%);
}
.logo a {
	display:flex;
	width: 100%;
	height: 100%;
	align-items: center;
	padding: 0px 0 0 15px;
}
.brand_title {
	padding-left: 7x;
	width: 106px;
	margin-left: 15px;
}
/* top bar */
.topbar .top_nav {float:left;}
/* hambergur menu */
.nav_control {
	cursor: pointer;
	position: absolute;
	font-size: 1.4rem;
	padding: 0 16px;
	height: 60px;
	line-height: 60px;
	margin-left: 200px;
}
.topbar_title {
	position: absolute;
	line-height: 60px;
	padding-left: 60px;
	font-size: 21px;
	margin-left: 240px;
}
.hamburger {
	display: inline-block;
	left: 0px;
	position: relative;
	top: 6px;
	-webkit-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
	width: 26px;
	z-index: 999;
}
.hamburger .line {
	background: #495898;
	display: block;
	height: 2px;
	border-radius: 1px;
	margin-top: 6px;
	margin-bottom: 6px;
	margin-left: auto;
	width: 22px;
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.hamburger .line:nth-child(1) {width: 20px;}
.hamburger .line:nth-child(2) {width: 26px;}
.hamburger .line:nth-child(3) {width: 22px;}
.hamburger:hover {cursor: pointer;}

.user_nav {float:right;padding-right: 16px;}
.user_nav li {height: 60px;float:left;border-left: 1px solid #e3ebf6;padding: 10px 15px; }
.user_nav li img#myEdit{margin-top: 5px;}
.user_nav li.user_name {
	/* background:url(../images/icon_user.png) no-repeat left bottom;*/
	text-align:center;
	font-size: 14px;
	font-weight: 300;
	line-height: 18px;	
}
.user_nav li.user_name span{
	width:100%;
	display:inline-block;
	font-size:11px;
	color: #6e6b7b;
	letter-spacing: 0;
}
.user_nav li.user_name span.user{
	font-size:14px;
	font-weight:bold;
	color: #6e6b7b;
}
.user_nav li.user_img{border-left:none; padding-left:0;}
.user_nav li.user_img img{
	width: 40x; height:40px; 
	border: 2px solid #fff;
	border-radius: 50%;
	-webkit-box-shadow: 1 0px 3px 5px rgba(126, 142, 177, 0.3);
	-moz-box-shadow:  0px 3px 5px rgba(126, 142, 177, 0.3);
	box-shadow: 0px 3px 5px rgba(126, 142, 177, 0.3);
}
.user_nav .logout {padding: 0 0 0 7px; line-height: 59px;}
#main_wrapper .sidenav {
	width:200px;
	background: #0f172a;
	height:calc(100vh - 60px);
	position: fixed;
	z-index: 99; /*topbar보다 낮게 */
	transition: all 0.3s;
	margin-top: 60px;
	box-shadow: 0px 0px 10px rgb(120 130 140 / 30%);
}
#main_wrapper.menu_toggle .sidenav{margin-left:-200px;}
/* menu */
.menu_wrap ul.menu>li {
	border-bottom: 1px solid #384253;
	padding: 0px 16px 0px 16px;
	background:url(../images/bullet_off.png) no-repeat 95% 18px;
	position:relative;
}
.menu_wrap ul.menu>li.active {
	background:url(../images/bullet_on.png) no-repeat 95% 18px;
}
.menu_wrap ul.menu>li.active:after {
	width: 3px;
	height:100%;
	position: absolute;
	left:0;
	top: 50%;
	transform: translateY(-50%);
	border-radius: 5px;
	background: #1761fd;
	content: "";
}
.menu_wrap ul.menu>li>a {
	background: url(../images/icon_bell_off.svg) no-repeat left 13px;
}
.menu_wrap ul.menu>li:first-child>a {
	background: url(../images/icon_card_off.svg) no-repeat left 13px;
}
.menu_wrap ul.menu>li:first-child>a:hover, .menu_wrap ul.menu>li:first-child.active>a {
	background: url(../images/icon_card_on.svg) no-repeat left 13px;
}
.menu_wrap ul.menu>li:nth-child(2)>a {
 background: url(../images/icon_com_off.svg) no-repeat left 13px;
}
.menu_wrap ul.menu>li:nth-child(2)>a:hover, .menu_wrap ul.menu>li:nth-child(2).active>a {
 background: url(../images/icon_com_on.svg) no-repeat left 13px;
}
.menu_wrap ul.menu>li:nth-child(3)>a {
 background: url(../images/icon_man_off.svg) no-repeat left 13px;
}
.menu_wrap ul.menu>li:nth-child(3)>a:hover, .menu_wrap ul.menu>li:nth-child(3).active>a {
 background: url(../images/icon_man_on.svg) no-repeat left 13px;
}
 .menu_wrap ul.menu>li:nth-child(4)>a {
 background: url(../images/icon_store_off.svg) no-repeat left 13px;
}
.menu_wrap ul.menu>li:nth-child(4)>a:hover, .menu_wrap ul.menu>li:nth-child(4).active>a {
 background: url(../images/icon_store_on.svg) no-repeat left 13px;
}
.menu_wrap ul.menu>li:nth-child(5)>a {
 background: url(../images/icon_manage_off.svg) no-repeat left 13px;
}
.menu_wrap ul.menu>li:nth-child(5)>a:hover, .menu_wrap ul.menu>li:nth-child(5).active>a {
 background: url(../images/icon_manage_on.svg) no-repeat left 13px;
}
.menu_wrap ul.menu>li:nth-child(6)>a {
 background: url(../images/icon_tel_off.svg) no-repeat left 13px;
}
.menu_wrap ul.menu>li:nth-child(6)>a:hover, .menu_wrap ul.menu>li:nth-child(6).active>a {
 background: url(../images/icon_tel_on.svg) no-repeat left 13px;
}
.menu_wrap ul.menu>li:nth-child(7)>a {
 background: url(../images/icon_device_off.svg) no-repeat left 13px;
}
.menu_wrap ul.menu>li:nth-child(7)>a:hover, .menu_wrap ul.menu>li:nth-child(7).active>a {
 background: url(../images/icon_device_on.svg) no-repeat left 13px;
}
.menu_wrap ul.menu>li:nth-child(8)>a {
 background: url(../images/icon_bell_off.svg) no-repeat left 13px;
}
.menu_wrap ul.menu>li:nth-child(8)>a:hover, .menu_wrap ul.menu>li:nth-child(8).active>a {
 background: url(../images/icon_bell_on.svg) no-repeat left 13px;
}
.menu_wrap ul.menu>li:nth-child(9)>a {
 background: url(../images/icon_open_off.svg) no-repeat left 13px;
}
.menu_wrap ul.menu>li:nth-child(9)>a:hover, .menu_wrap ul.menu>li:nth-child(9).active>a {
 background: url(../images/icon_open_on.svg) no-repeat left 13px;
}
.menu_wrap ul.menu>li:nth-child(10)>a {
 background: url(../images/icon_manage_off.svg) no-repeat left 13px;
}
.menu_wrap ul.menu>li:nth-child(10)>a:hover, .menu_wrap ul.menu>li:nth-child(10).active>a {
 background: url(../images/icon_manage_on.svg) no-repeat left 13px;
}
.menu_wrap ul.menu>li.active>a {
	color: #fff;
}
/*
.menu_wrap ul.menu>li:before{content:""; display:block; position:absolute; bottom:0;left:0; width:3px; height:100%; background:#2e3548; transform-origin:left bottom; transform:scale(0); transition:transform 0.2s ease;}
.menu_wrap ul.menu>li:hover:before{transform:scale(1);} */
.menu_wrap ul.menu>li a {
	display:inline-block;
	color: #a9baca;
	font-size: 15px;
	width: 100%;
	letter-spacing: -0.5px;
}
.menu_wrap ul.menu>li>a {
	height: 50px;
	line-height: 50px;
	padding-left: 36px;
	font-weight: 300;
}
.menu_wrap ul.menu>li>a:hover, .menu_wrap ul.depth2>li.active a {
	color: #fff;
	background: url(../images/bullet_sub_on.png) no-repeat left 8px;
}
.menu_wrap ul.menu>li>a:hover, .menu_wrap ul.menu>li.active>a {
	background: url(../images/icon_bell_on.svg) no-repeat left 13px;
}


#main_wrapper.menu_toggle .menu {
	display:block;
}
.menu_toggle .sidenav span { /* menu_toggle 상태일때 메뉴명 숨김 */
	display:none;
	font-size:0;
}
.menu_toggle .sidenav a.menu_show span { /*mouseover a */
	display:flex;
	font-size: 16px;
	position: absolute;
	left: 80px;
	width: 240px;
	text-align:left;
	z-index: 9;
	height: 50px;
	background: #0f172a;
	padding-left: 20px;
	line-height: 50px;
	border-radius: 0 6px 0px 0;
	border-bottom: 1px solid #384253;
}
.menu_toggle .sidenav .menu>li:last-child>a.menu_show span { /*mouseover a */
	border-radius: 0 6px 6px 0;
}
.menu_toggle .sidenav ul.depth2 {
	width: 240px;
	z-index: 1001;
	display: none;
	padding-left: 1px;
	height: auto !important;
	box-shadow: 0px 0px 40px 0px rgb(82 63 105 / 10%);
	border-radius: 0 0px 6px 0;
	margin-left: 0;
	border: 0;
	background: #2e3548;
	position: relative;
	visibility: visible;
	left:64px;
	top:-7px;
	padding: 10px 20px 15px 20px;
}
.menu_wrap ul.depth2{
	height:0;
	visibility:hidden;
	opacity:0;
}
.menu_wrap .depth2.open {
	visibility:visible;
	opacity:1;
	max-height:400px;
	height: auto;
	transition: all 0.3s;
	padding-bottom: 16px;
	padding-left: 5px;
}
.menu_wrap ul.depth2 li a {
	font-size: 13px;
	padding: 2px 0 5px 15px;
	background:url(../images/bullet_sub_off.png) no-repeat left 8px;
	letter-spacing: -0.5px;
	font-weight:300;
	cursor: pointer;
}
.menu_toggle .menu_wrap ul.depth2>li.active a {
	background:url(../images/bullet_sub_off.png) no-repeat left 8px;
}
.menu_wrap ul.depth2 li a:hover {color: #fff;}

/* icon 정렬 */
.far.fs-6 {
	width: 24px;
	font-weight:300;
}
.sidenav .copyright {
	color: #ffffff;
	background: #132842;
	display: flex;
	border-radius: 5px;
	position: absolute;
	bottom: 16px;
	margin: 0 16px;
	box-sizing: border-box;
	font-size: 13px;
	padding: 16px;
	font-weight: 300;
	transition: all 0.5s;
}
.menu_toggle .sidenav .copyright {
	margin-left: -500px;
}
.menu .icon {
	margin-right: 7px;
}
.input-must {
	padding-left: 3px;
	font-size: 12px;
	color: red;
}
.page_contents {padding: 0;position: relative;	}

/* title */
.page_title {min-height:26px;padding: 0px 0px 0 6px;position: fixed;margin: 0px 0 0 50px;z-index: 200; top: 17px; line-height: 26px;}
.menu_toggle .page_title{margin-left: 250px;}
.search_box .page_title {
	margin: -60px 0 0 50px;
}
.page_title:after {clear: both;}
.page_contents h2 {
	float:left;
	font-size: 21px;
	color: #111111;
	font-weight:500;
}
h2 .sub_title {
	color: #7481b9;
	font-size: 16px;
	font-weight:300;
	letter-spacing: -1px;
	padding-left: 10px;
}
.btns {
	width:100%;
	padding-bottom:10px;
	display: inline-block;
	clear:both;
}
.btns.narrow {
	width: auto;
	float:right;
	margin-top: -50px;
}
.flex_cen {
	display:flex !important;
	justify-content: center;
}
.page_top {width: 100%;}
#main_wrapper .page_wrapper {margin-left: 200px;height: 100vh;min-width: 1600px;padding-top: 60px; background: #fff;}
#main_wrapper.menu_toggle .page_wrapper {margin-left:0;}
.search_box {
	vertical-align: bottom;
}
.search_box:after {
	clear:both;
	content:'';
	display:block;
}
.search_box2 {
	padding: 0;
	vertical-align: bottom;
	display:inline-block;
	width: 100%;
	/* display:flex; */
}
.search_wrap {
	border: 1px solid #d1d6e9;
	border-radius: 10px;
	overflow:hidden;
	
	width: 100%;
	float:left;
}
.search_wrap.narrow {
	width: auto;
	display:inline-block;
}
.search_wrap.mid {
	width: calc(100% - 216px);
}
.search_wrap.search_wrap2{border: none;border-radius: 0;width: 100%;background: #f3f8fe;padding: 0px 16px 0px;border-bottom: 1px solid #d1d6e9;}
.page_contents #popup_wrapper .contents .search_wrap.search_wrap2,  #popup_wrapper .search_wrap.search_wrap2{border-left: 1px solid #d1d6e9; border-right: 1px solid #d1d6e9; border-top: 1px solid #d1d6e9; border-bottom:none;}
.page_contents #popup_wrapper .contents .search_box_wrap, #popup_wrapper .search_box_wrap{border: 1px solid #d1d6e9;  margin-bottom: 10px;}
 #popup_wrapper .search_wrap.search_wrap2.only{border-bottom:  1px solid #d1d6e9; margin-bottom: 10px; padding: 0 5px;}

/* form new */
.wp-form-group{float:left;font-size: 12px;display:flex;padding: 2px 6px 2px 0;position: relative;}
.wp-form-group:before{
	content:"";
	width:1px;
	height: 100%;
	position: absolute;
	background: #fff;
	top: 0; 
	right:1px;
}
.wp-form-group:after{
	content:"";
	width:1px;
	height: 100%;
	position: absolute;
	background: #d1d6e9;
	top: 0; 
	right:0px;
}
.wp-form-group:last-child:after, .wp-form-group:last-child:before{
	display:none;
}
.wp-form-group label.control-label {
    display:flex;
    padding: 5px 10px 5px 15px;
    text-align:right;
    font-weight: bold;
    line-height: 30px;
    height: 40px;
}
.wp-form-group .cols{
    float:left;
    padding: 5px 10px 5px 0;
    	height: 40px;
}
.wp-form-group.group-clr{clear:both;}
.search_box_wrap{
	display:inline-block;width:100%;padding: 3px 16px 5px ;text-align:right;border-bottom: 1px solid #d1d6e9;
	-webkit-box-shadow: 1 0px 2px 4px rgba(126, 142, 177, 0.12);
	-moz-box-shadow:  0px 2px 4px rgba(126, 142, 177, 0.12);
	box-shadow: 0px 2px 4px rgba(126, 142, 177, 0.12);	
}
.label_wrap{float:left; display:flex;}
.label_wrap label.control-label {
    display:flex;
    padding: 0px 5px 0px 10px;
    text-align:right;
    line-height: 30px;
    height: 30px;
}
.label_wrap .cols{
    float:left; padding: 0px 5px;
    	height: 30px;
}
.search_box_wrap .wp-form-group{
	float:right;
	padding-right: 3px;
}
.search_box .flr {
	width: 176px;
	min-width: 176px;
}
.search_box .flr {
	width: 176px;
	min-width: 176px;
}
.search_box .flr.list_only { /* view 건수만 있을때, 엑셀버튼없이 */
	margin-top: 59px;
}
.search_box .flr.reresh_only { /* view 건수만 있을때, 엑셀버튼없이 */
	width: 70px;
	min-width:90px;
}
.search_box .flr.excel_only { /* view 건수만 있을때, 엑셀버튼없이 */
	width: 98px;
	min-width:98px;
}
.search_box .flr label {
	display:none;
}
.search_box .btns_refresh {
	width: 70px;
	float:left;
	margin-left: 8px;
}
.search_box .btns_refresh .btn-list {
	width: 70px;
	height: 44px;
	margin-bottom: 8px;
	border-radius: 8px;
	background:#6a77a4;
}
.search_box .btns_refresh .btn-list:focus, .search_box .btns_refresh .btn-list:hover {
	background:#42506c;
}
.search_box .flr .form-select {
	width: 70px;
	border-radius: 8px;
	float:left;
	margin-right:0;
	height: 36px;
}
.search_box_wrap .btn-excel {
	border: 1px solid #3ca241;
	-webkit-box-shadow: 1 0px 2px 4px rgba(126, 142, 177, 0.12);
	-moz-box-shadow:  0px 2px 4px rgba(126, 142, 177, 0.12);
	box-shadow: 0px 2px 4px rgba(126, 142, 177, 0.12);
	font-size:0;
	background: #fff url('../images/icon_excel.svg') no-repeat;
	background-position: 50% 50%;
	background-size: 38px 38px;
	float:right;
	/* fixed 
	position: fixed;
	width: 60px;
	height: 60px;
	border-radius: 50px;
	right: -10px;
	top:90px;
	z-index: 1000;
	*/
}
.search_box .btn-excel:focus, .search_box .btn-excel:hover {
	border: 1px solid #3ca241;
	background-color: #40b946
}
.search_box .flr.view_hor .form-select {
	height: 45px;
}
.search_box .flr.view_hor .btn-excel {
	height: 45px;
	background-size: 30px 30px;
	float:left;
	margin-right: 8px;
}
/* 디바이스 총개수 */
.device_info {
	padding: 0;
	font-size: 13px;
	-webkit-box-shadow: 1 0px 2px 4px rgba(126, 142, 177, 0.12);
	-moz-box-shadow:  0px 2px 4px rgba(126, 142, 177, 0.12);
	box-shadow: 0px 2px 4px rgba(126, 142, 177, 0.12);
}
.device_info dl{float:left;}
.device_info dl dt, .device_info dl dd {
	float:left;
	font-weight: 300;
	height: 30px;
	line-height:30px;
	text-align:center;
	border-top: 1px solid #d1d6e9;
	border-bottom: 1px solid #d1d6e9;
}
.device_info dl dt {
	color: #42506c;
	padding: 0 10px 10px 20px;
}
.device_info dl dt:first-child {
	border-radius: 3px 0 0 3px;
	border-left: 1px solid #d1d6e9;/*background: url('../images/icon_info.svg') no-repeat;
	background-size: 18px 18px;
	background-position: 10px 50%;
	padding-left: 40px;*/
}
.device_info dl dd {
	font-weight:500;
	color: #42506c;
	border-right: 1px dotted #d1d6e9;
	padding: 0 20px 10px 10px;
}
.device_info dl dd:last-child {
	border-radius: 0 3px 3px 0;
	border-right: 1px solid #d1d6e9;
}
.device_info dl dt.total {/* background:#d1d6e9 url('../images/icon_info.svg') no-repeat; padding-left: 40px;  border-radius: 3px 0 0 3px; 	background-size: 18px 18px;
	background-position: 10px 50%;*/
	padding-right: 20px;
}
.device_info dl dd.total {
	background:#e5e7f1;
	padding: 0 20px 10px 20px;
}
.contents {
	padding:10px 16px 16px 16px;
	position:relative;
}
.page_contents #main_wrapper .contents, .modal-body .contents{padding: 0;}
.contents.no_topbtns {padding-top: 60px;}
.contents.narrow {
	width: 70%;
	margin: 0 auto;
}
.contents h3 {
	font-size: 15px;
	color: #111;
	font-weight: 500;
	padding-bottom: 12px;
}
.contents h3 i.fa-info-circle {
	color: #7481b9;
	margin-right: 5px;
}
.row {margin-bottom: 30px;}
/* table */
.table {
	margin: 0px 0 20px 0;
	border-collapse:collapse;
	border-spacing:0;
	position: relative;
}
.table:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background: #505c78;
	z-index: 1;
}
.table th {
	text-align:center;
	vertical-align:middle;
	position: relative;
	font-weight: 500;
	line-height:15px;
	height: 42px;
	/*background: #d5deef; */
}

.table tbody th.check {background: #fff; border-right-color:#dee2e6; border-bottom-color: #dee2e6;}
.table tbody tr.odd th{background:#f9f9f9;border-right-color:#dee2e6;}
.table tbody tr.even th{background:#fff;border-right-color:#dee2e6;}
table.dataTable thead .sorting, table.dataTable thead .sorting_asc, table.dataTable thead .sorting_desc, table.dataTable thead .sorting_asc_disabled, table.dataTable thead .sorting_desc_disabled {
    background-color: #d5deef;
}
/*
.table th:after{
	clear:both;
	content:'';
	display:block;
	width: 1px;
	height: 15px;
	background:#dee2e6;
	position: absolute;
	right: 0;
	top: 30%;
}
*/
.row>* {
	padding-left: 16px;
	padding-right: 16px;
}
.table.table_list th {
	background : #53608c;
	color: #fff;
}
.table td, table tbody th , table thead th{
	text-align: center;
	vertical-align:middle;
	border-right: 1px solid #dee2e6;
	border-bottom: 1px solid #dee2e6;
	letter-spacing: -0.5px;
	font-size:12px;
	line-height:16px;
	padding: 0.3rem 0.15rem;
	vertical-align:middle;
	height: 40px;
}
.table thead th, table.dataTable thead th{
	border-right: 1px solid #b8c4dd;
	border-bottom: 1px solid #b8c4dd;
	background:#d5deef;
}
.table thead th:last-child, .dataTable thead th:last-child{
	border-right: none;
}
.table .total{
	background:#e5e7f1;
}
.table>:not(:first-child), .dataTable>:not(:first-child)  {
   border-top:none; /* tbody 상단 줄 없애기 */
}
.table thead tr th:after, .table thead tr td:after {
    content: '';
    display: block;
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 1px;
    background: #b8c4dd;
    z-index: 1;
}
.table td.notice{ background: rgba(23,97,253, .05)}
.table td.notice.alram{ background:rgba(23,97,253, .05) url(../images/icon_notice.svg) no-repeat 30px 50%; background-size: 18px 18px;}
.contents.narrow .table td {
	padding: 0.2rem 0.3rem;
}
.table thead>*>* {
	padding: 0.2rem 0.3rem;
}

.table td:last-child {
	border-right: 0;
}
.table td.left {
	text-align:left;
	padding-left: 0.3rem;
}
.table td.center {
	text-align:center;
}
.table td.right {
	text-align:right;
	padding-right: 0.3rem;
}
.table>:not(:last-child)>:last-child>*, .table .bottom_line { /* thead와 tbody 끝줄 아래 */
 border-bottom-color: #dee2e6;
}

.table .center{text-align:center;}
/*
.table th:after { 
	background:#dee2e6;
	width: 1px;
	height: 100%;
	position: absolute;
	top:0;
	right: 0;
	clear:both;content:""
}
*/
th.left_line {  /* th 사이줄 rowspan 등으로 라인이 소실되었을 때 사용 */
	border-left: 1px solid #b8c4dd;
}
.table.table_search thead th+th {  /* th 사이줄 rowspan 등으로 라인이 소실되었을 때 사용 */
	border-left: none;
}
.table.table_search .search_wdh{ width: 400px;}
.table_striped th.bg {
	background: rgba(0, 0, 0, .04);
}
.table tfoot td, .dataTable tfoot td{
	background: #e5e7f1; padding: .5rem .5rem;
}
.table tfoot>:last-child>* , .dataTable tfoot>:last-child>* { /* thead와 tbody 끝줄 아래 */
	border-bottom:1px solid #a2aac7;
}
.table tbody tr.store td {
	background : #f8fafd;
}
.table_write th {
	background:#d5deef;
	text-align:left;
	border-bottom: 1px solid #b8c4dd;
}
.table_write td {text-align:left;}
.table_write p{margin: 0.5rem;}
.pop-img{max-width:920px;}
.table_search {
	border-top: none;
	position: relative;
	margin-bottom: 0;
}
.table_search:before {
	background: none;
}
.table_search thead tr th, .table_search tbody tr th {
	background : #e5e7f1;
}
.table_search thead tr th, .table_search tr td {
	border-bottom: 1px solid #e2e8f0;
	text-align:center;
	vertical-align:middle;
	padding: 0.4rem;
}
.table_search thead tr th:after {
	background:none;
}
.table_search>:not(:last-child)>:last-child>* {
 border-bottom: 1px solid red;
}
.table_search tr td {
	background:#fff;padding: .4rem .8rem;
}
.table_search>:not(:last-child)>:last-child>* {
 border-bottom-color: #e2e8f0;
}
.table_search>:last-child>:last-child>* {/* 맨 아랫줄 */
	/*  border-bottom-color: #a2aac7; */
	border-bottom: none;
}
.table_search.narrow {width: auto;}
.table td.hold{background: rgba(255,84,233, .07);}
.table_device th{
	background: #f5f5f5;
	line-height: 21px;
	font-size: 14px;
	padding: 0.5rem;
}
.table_device thead th{background: #f3f8fe; text-align:left; padding-left: 70px;}
.table_device thead th:before{
	content:"";
	background: #fff;
	width: 40px;
	height:40px;
	border-radius: 50%;
	position: absolute; 
	left: 20px;
	top:10px;
	z-index:1;
	border: 1px solid #e8f1fd;
}

/* table 고정 값 */
.table .wdh, table.dataTable thead th.wdh, table.dataTable thead td.wdh{padding: 0.2rem;}
.table .wdh.check, .dataTable .wdh.check, .table .pg,  .dataTable .pg, .table .wdh.no,  .dataTable .wdh.no{width:32px;}
.table .wdh.pay_month, .dataTable .wdh.pay_month, .table .wdh.pay_per, .dataTable .wdh.pay_per{width:40px;}
.table .wdh.card_com, .dataTable .wdh.card_com, .table .wdh.pay_charge, .dataTable .wdh.pay_charge{width:48px;}
.table .pay, .dataTable .pay, .table .wdh.deposit, .dataTable .wdh.deposit, .table .wdh.mid, .dataTable .wdh.mid{width:60px;}
.table .wdh.day, .dataTable .wdh.day{width:70px;}

.table .wdh.card, .dataTable .wdh.card{width:100px;}
.table .agent, .dataTable .agent{width:110px;}
.table .company, .dataTable .company{width:130px; letter-spacing: -1px;}
.table_device thead th.device:before{background:#fff url('../images/device.svg') no-repeat 50% 50%;}
.table_device thead th.device_kiosk:before{background: #fff url('../images/device_kiosk.svg') no-repeat  50% 50%;}
.table_device thead th.device_router:before{background: #fff url('../images/device_router.svg') no-repeat  50% 50%;}
.table_device thead th.device_line:before{background: #fff url('../images/device_line.svg') no-repeat  50% 50%;}
.table_device thead th.device_terminal:before{background: #fff url('../images/device_terminal.svg') no-repeat  50% 50%;}
.table_device thead th.device_swipe:before{background: #fff url('../images/device_swipe.svg') no-repeat  50% 50%;}
.table_device thead th.device_etc:before{background: #fff url('../images/device_etc.svg') no-repeat  50% 50%;}
.table_device td{font-size:13px;}
.table_device thead th span{font-size: 14px; font-weight: 500;}

/* insert dl */
.insert_dl_wrap{border-top: 1px solid #0f172a; width: 100%; display:inline-block; }
.insert_dl{border-bottom: 1px solid #dee2e6; width: 50%;float:left; position: relative; }
.insert_dl.long{width: 100%;}
.insert_dl:before{content:""; background: rgba(0, 0, 0, .025); width: 26%; height: 100%; position: absolute; left : 0; top: 0;}
.insert_dl.long:before{width:13%;}
.insert_dl dt{text-align:left; padding: 11px 0.5rem; float:left; font-size: 12px; font-weight: normal; width: 26%; }

.insert_dl.long dt{width:13%; }
.insert_dl dd{ padding: 5px 7px 5px 7px;float:left; width:74%; position: relative;} 
.insert_dl dd:before{content:"";  border-left: 1px solid #dee2e6; width: 1px ;height: 100%; position: absolute; left: 0; top: 0;}
.insert_dl.long  dd{ width: 87%;} 
.insert_dl label, .insert_dl input{font-size:12px;}

/* button */
.btn {
	border: 1px solid transparent;
	height: 30px;
	padding: 3px 8px 3px 8px;
	color: #2f353a;
	min-width: 30px;
	font-weight: 500;
	font-size:13px;
	line-height: 1.5em;
}
.btns_space {
	display:flex !important;
	justify-content: center;
	flex-wrap: wrap;
	margin-right: 4px;
}
.btns_space>* {
	margin-right: 3px;
}
.btns_space>*:last-child {
	margin-right: 0px;
}
button.none{background-color: #fff; border: 0px solid transparent;  padding: 0 0 0 10px; }
button.none:focus{box-shadow:none;}
.bottom_space{margin-bottom: 10px;}
.board_search {
	display:flex !important;
	justify-content: center;
}
.search_box_wrap .board_search {
	display:inline !important;
	z-index:2;
}
.search_wrap2 .board_search {
	display:inline !important;
	z-index:2;
}
.search_box_wrap .board_search:before {
	content:"";
	position: absolute;
	left:-130px;
	top: -3px;
	width: 130px;
	height:100%;
	z-index:1;
	background: url(../images/search_bg.gif) no-repeat  left top ;
}

.board_search>* {margin-right: 3px;}
.board_search>*:last-child {margin-right: 0px;}
.btn-lg {padding: 2px 30px 3px 30px;}
.btn.btn-normal {
	border : 1px solid #9ba7ca;
	background: #9ba7ca;
	color: #fff;
}
.btn.btn-list {
	color: #fff;
	background-color :  #9ba7ca;
}
.btn-list:focus, .btn-list:hover {
	color: #fff;
	background-color: #64738f;
	border-color: #5f6d88;
}
.btn-primary {
	color: #fff;
	background-color: #1761fd;
	border-color: #1761fd;
}
.btn.btn-outline-primary{
	border : 1px solid #9ba7ca;
	color: #9ba7ca;
	background: #fff;
}
.btn.btn-outline-primary:focus, .btn.btn-outline-primary:hover{
	border : 1px solid #9ba7ca;
	background:#b0bbd9;
	color:#fff;
}
.btn-excel {
	color: #3ca241;
	border: 1px solid #3ca241;
	background: #fff;
}
.btn-info {
	color: #4983FD;
	background: #fff;
	border: 1px solid #4983FD;
}
.btn-info:focus, .btn-info:hover {
	color: #fff;
	background: #4983FD;
	border: 1px solid #4983FD;
	
}
.btn-info.disabled, .btn-info:disabled {
    color: #fff;
    background-color: #adb6bf;
    border-color: #959eaa;
}
.btn-danger {
	color: #fff;
	background:#f52f23;
}
.btn-danger:focus, .btn-danger:hover {
	color: #fff;
	background-color: #eb0905;
	border-color: #eb0905;
}
.btn-excel:focus, .btn-excel:hover {
	color: #fff;
	background-color: #40b946;
	border-color: #2c9431;
}
.btn-dark {
	color: #fff;
	background: #263871;
}
.btn-warning {
	background: #ffb822;
}
.btn-excel:hover {
	color: #fff;
}
.btn-edit {
	border: 1px solid #A9BACA;
	color: #A9BACA;
	padding: 0 20px;
}
.btn-normal:focus, .btn-normal:hover {
	background-color: #848eac;
	border-color: #7c86a2;
}
.btn-detail {
	background: url('../images/icon_info.svg') no-repeat;
	background-size: 18px 18px;
	background-position: 10px 50%;
	padding-left: 32px;
	font-size: 12px;
}
/* icon 정렬 */
.far.fs-6 {
	width: 24px;
	font-weight:300;
}
.fas.icon-lg {
	padding: 0px 10px 0 10px;
	position: relative;
	top: 5px;
}
/* form */
.button-items {
	padding-top: 5px;
	margin-left:3px;
}
.form-select {
	padding: 0 25px 0 5px;
	border: 1px solid #c1d0e4;
	border-radius:3px;
	font-size: 13px;
	width: auto;
	display:inline;
	background-position: right 0.3rem center;
}
.form-select-label {
	line-height: 30px;
	padding-right: 5px;
	float:left;
}
.flr .form-select {
	width: auto;
	float:left;
	margin-right: 3px;
}
.flr .btn-list {
	float:left;
}
.form-select.board_select {
	width: 120px;
}
.form-control {
	font-size: 13px;
	border: 1px solid #c1d0e4;
	letter-spacing: -1px;
}
textarea.form-control{
	padding: 6px 10px;
}
.form-control.small {
	width:120px;
	display:inline;
}
.form-control.mid {
	width:300px;
}
#searchForm .form-control.mid {float:left;}
.form-check {
	margin-bottom:0;
	margin-right:0;
	min-height: 1rem;
}
.search_date {
	padding-right: 10px;
}
/* 라디오 */
.form-check-input {
	border: 1px solid #c1d0e4;
	width: 18px;
	height: 18px;
}
 input[type="date"]::-webkit-calendar-picker-indicator {

	 width:24px;
	 height:24px;
	 background:url(../images/icon_calendar.png) no-repeat right center;
	 margin-left:0;
	 filter: invert(1);
}
.datePicker, .monthPicker  {
	background: #fff url(../images/icon_calendar.png) no-repeat 5% center;
	padding-left: 35px;
}
input[type="checkbox"] {
	border: 1px solid #c1d0e4;
}
.form-check-label {
	padding: 3px 10px 0 2px;
}
.radio-items {
	padding: 3px 0 5px 0;
}
/* icon */
.icon_text {
	border-radius: 3px;
	padding: 5px 6px;
	line-height: 22px;
	font-weight:500;
	background: #fff;
}
.icon_agree {
	border: 1px solid #03d87f;
	color: #03d87f;
}
.icon_cancel {
	border: 1px solid #f5325c;
	color: #f5325c;
}
.icon_bi {
	border: 1px solid #7A85AD;
	color: #7A85AD;
}
.icon_dan {
	border: 1px solid #82868b;
	color: #fff;
	background: #82868b;
}
.icon_cor {
	border: 1px solid #384253;
	color: #384253;
}
.icon_per {
	border: 1px solid #6C6F75;
	color: #6C6F75;
}
.icon_device {
	border-radius: 3px;
	height: 30px;
	line-height: 30px;
	font-weight:500;
	border: 1px solid #6b7aa9;
	width:78px;
	display:inline-block;
	color: #6b7aa9;
	text-align:left;
	padding-left: 26px;
	font-size: 12px;
	letter-spacing: -1px;
}
.icon_device.device_line{
	background: url('../images/device_line.svg') no-repeat 5px 50%;
	background-size: 18px 18px;
}
.icon_device.device_terminal{
	background: url('../images/device_terminal.svg') no-repeat 5px 50%;
	background-size: 18px 18px;
}
.icon_device.device_kiosk{
	background: url('../images/device_kiosk.svg') no-repeat 5px 50%;
	background-size: 18px 18px;
}
.icon_device.device_swipe{
	background: url('../images/device_swipe.svg') no-repeat 5px 50%;
	background-size: 18px 18px;
}
.icon_device.device_router{
	background: url('../images/device_router.svg') no-repeat 5px 50%;
	background-size: 18px 18px;
}
.icon_device.device_etc{
	background: url('../images/device_etc.svg') no-repeat 5px 50%;
	background-size: 18px 18px;
}

.red {color: #f5325c;}
.blue {color: #1761fd}
.page-link {
	padding: 4px 10px;
	color: #34457a;
}
.close {
	color: #aaaaaa;
	float: right;
	font-size: 28px;
	font-weight: bold;
	height: auto;
}
.close:hover, .close:focus {
	color: #000;
	text-decoration: none;
	cursor: pointer;
}
/* modal */
.modal-header{padding: 1rem 1.5rem 0.5rem 1.5rem;}
.modal-body{padding: 1.5rem;}
.modal-header{padding: 1rem 1.5rem ;}
.modal-footer{padding: 1rem 1.5rem ;}

/* form 크기 */
.wdh40 {width: 40px;}
.wdh60 {width: 60px;}
.wdh70 {width: 70px;}
.wdh80 {width: 80px;}
.wdh90 {width: 90px;}
.wdh100 {width: 100px;}
.wdh110 {width: 110px;}
.wdh150 {width: 150px;}
.wdh200 {width:200px;}
.wdh300 {width:300px;}
.wdh400 {width:400px;}
/* paging */
.paging {
	border-top: 1px dashed #dadada;
	margin: 30px 0;
	padding: 30px 0;
}
.page-item .page-link {height: 30px;}
.page-item:first-child .page-link {background: url(../images/icon_first.png) no-repeat 50% 50%; width: 30px; font-size: 0; }
.page-item:nth-child(2) .page-link {background: url(../images/icon_prev.png) no-repeat 50% 50%; width: 30px; font-size: 0; }
.page-item.previous .page-link {background: url(../images/icon_next.png) no-repeat 50% 50%; width: 30px; font-size: 0; }
.page-item:last-child .page-link {background: url(../images/icon_end.png) no-repeat 50% 50%; width: 30px; font-size: 0; }
/* table cell width */
.flex_input{/* width: calc(100% - 35px);*/ width: 367px;}
.tb_check {width: 30px;}
.tb_agree {width: 40px;}
.tb_no {width: 45px;}
.tb_date {width: 75px;}
.tb_card {width: 110px;}
.modal .paging {
	padding-bottom: 0;
	margin-bottom:0;
}
.pagination {justify-content: center; height: 30px; overflow-y:hidden;}
.short {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width:300px;
	line-height: 20px;
	height: 20px;
	display: inline-block;
}
.per15 {width:15%;}
.per20 {width:20%;}
.per40 {width:40%;}
.per45 {width:45%;}
.per50 {width:50%;}
.per60 {width:60%;}
.per70 {width:70%;}
.per80 {width:80%;}
.per90 {width:90%;}
.icon-ss {font-size: 0.5em !important;}
.icon-xs {font-size: 0.65em !important;}
.icon-sm {font-size: 0.75em !important;}
.icon-nm {font-size: 0.9em !important;}
.icon-ms {font-size: 1.15em !important;}
.icon-md {font-size: 1.25em !important;line-height: 1.5em !important;}
.icon-lg {font-size: 1.5em !important;}
.icon-xl {font-size: 1.75em !important;}
.icon-xxl {font-size: 2.25em !important;}
.icon-1x {font-size: 1em !important;}
.icon-2x {font-size: 2em !important;}
.icon-3x {font-size: 3em !important;}
.icon-4x {font-size: 4em !important;}
.flr {float:right;}
.fll {float:left;}
.cen {text-align:center;}
.number {
	width: 140px;
	display:inline-block;
	padding-left: 10px;
}
.number span {
	font-weight: normal;
	color: #0b5ed7;
	font-size: 14px;
	padding-left: 5px;
}
.inline-form{
	display:flex;
	vertical-align: middle;
}
.inline-form .number{
	align-self: center;
}
#home{overflow:hidden; }
.home{background: #4780fa url(../images/home_bg.png) no-repeat 50% 50%; width: 100%; height:calc(100vh - 60px ); background-size:cover;}
.home_logo{text-align:center; padding-top: 120px;}
#home .title{color: #fff; font-size: 18px; text-align:center; padding-top: 20px;}
#home .home_box{color: #fff;  margin-left: 50%; padding-top: 150px; display:inline-block;}
#home .home_box h4{font-size: 36px; padding: 0 30px 30px 30px; position: relative; border-bottom: 1px solid rgba(255,255,255, 0.3)}
#home .home_box h4:after{width: 10px;
    height:10px;
    background-color: rgba(255,255,255,0.3);
    content: " ";
    position: absolute;
    right: -10px;
    bottom:-5px;
    border-radius: 10px;}
#home .home_box h4:before{
	width: 10px;
    height: 10px;
    background-color: rgba(255,255,255,0.3);
    content: " ";
    position: absolute;
    left: -10px;
    bottom:-5px;
    border-radius: 10px;
}
#home .home_box p{font-size: 18px; padding: 20px 30px 0 30px; line-height: 30px; word-break: keep-all;}
.logo_ani{
	 position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  width: var(--size-logo);
  height: var(--size-logo);
  color: var(--color-bg);
  font-size: calc(var(--size-logo) * .65);
  font-weight: bold;
  font-family: var(--font-family);
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.logo_ani::after, .logo_ani::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: '';
  border-radius: calc(var(--size-logo) * .3);
  mix-blend-mode: color-dodge;
}
.logo_ani::before {
  background-color: var(--color-primary);
  -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg);
  z-index: -2;
  -webkit-animation: rotate1 var(--animation-speed) linear infinite;
          animation: rotate1 var(--animation-speed) linear infinite;
}
.logo_ani::after {
  background-color: var(--color-secondary);
  -webkit-transform: rotate(20deg);
          transform: rotate(20deg);
  z-index: -1;
  -webkit-animation: rotate2 calc(var(--animation-speed) * .9) linear infinite;
          animation: rotate2 calc(var(--animation-speed) * .9) linear infinite;
}

@-webkit-keyframes rotate1 {
  from {
    -webkit-transform: rotate(-30deg);
            transform: rotate(-30deg);
  }
  to {
    -webkit-transform: rotate(330deg);
            transform: rotate(330deg);
  }
}

@keyframes rotate1 {
  from {
    -webkit-transform: rotate(-30deg);
            transform: rotate(-30deg);
  }
  to {
    -webkit-transform: rotate(330deg);
            transform: rotate(330deg);
  }
}
@-webkit-keyframes rotate2 {
  from {
    -webkit-transform: rotate(380deg);
            transform: rotate(380deg);
  }
  to {
    -webkit-transform: rotate(20deg);
            transform: rotate(20deg);
  }
}
@keyframes rotate2 {
  from {
    -webkit-transform: rotate(380deg);
            transform: rotate(380deg);
  }
  to {
    -webkit-transform: rotate(20deg);
            transform: rotate(20deg);
  }
}

/* focus 없애기 */
button:focus, .form-control:focus, .form-select:focus {
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(146, 184, 255, 0.6);
	outline: 0 none;
}
/* BG */
.bim {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 9;
}
.bim.on {display:block;}
input[type="text"] + button, button + button, select + input[type="text"], select + input[type="date"],  button + input[type="number"]{
	 margin-left:3px; 
}
.btns_flex{display:flex;align-items: center; justify-content: center; }
/* datatable 수정 */
.contents #example_length, .contents #example_filter {display:none;}
.dataTables_wrapper .dataTables_filter {display:none;}
.pop-layer .btn-r {margin: 20px 0 !important ;padding-top:0 !important; border-top:none !important; padding-right: 20px !important; 
			border-bottom: 1px solid #DDD;}
				a.btn-layerClose {border-radius: 5px;}
/* 수기결제 */

/* **************************************** *
*960px
* **************************************** */
@media screen and  (max-width:960px){
	body{min-width: auto; /* 가맹점 정산 상세팝업 때문에 설정해지 */ overflow-x: hidden;}
	#main_wrapper .page_wrapper{min-width: auto; margin-left:0 !important;}	
	#main_wrapper .sidenav {width:230px;}
#main_wrapper.menu_toggle .sidenav{margin-left:-230px;}
	.topbar::before{background: #e3ebf6; width: calc(100% - 60px); height: 1px; position: fixed; left: 60px; top:0; content:"";}
	.logo{width: 60px;}
	.logo .brand_title{display:none;}
	.nav_control{margin-left:60px;}	

	.user_nav li {padding: 10px 10px; }	
	.user_nav li.user_name {display:none;}
	.page_title{margin-left: 110px; padding-left:0;;}
	.menu_toggle .page_title{margin-left:110px;}
	.page_title h2, .page_title h2 .sub_title {font-size:13px; line-height:30px;color: #111; 
	padding-left:0;width: 150px; overflow:hidden; height:30px; text-overflow: ellipsis;white-space: nowrap;}
	.user_nav li.user_img{display:none;}
	
	/*.page_title h2 .sub_title:before {content:""; width:7px;height:24px;background:#fff; position: absolute; left: 0; top: 0; z-index:99;}*/
	
	.home{ background-size: contain; background-position: 50% bottom;  background-image:none; overflow:hidden;}
	.home_logo img{width: 80%;}
	#home .title{padding: 20px 60px; line-height: 1.8; word-break: keep-all;}
	#home .home_box{ margin-left: 00%; padding-top: 60px; text-align:center; width: 100%;}
	#home .home_box h4{font-size: 24px; }

	.sidenav .copyright{display:none;}
	.wp-form-group:before, .wp-form-group:after{ background:none;}
	.search_box2{margin-top: 16px;}
	.search_wrap.search_wrap2{padding: 16px 6px 16px 16px; margin: 0px 16px 0 16px; width: calc(100% - 32px); border: 1px solid #d1d6e9; border-bottom: none;}
	
	.form-select.board_select {width: 90px;}
	.search_box_wrap .wp-form-group {float:left;}
	.wp-form-group{padding: 2px 0 0 0; min-height: 34px;}
	.wp-form-group label.control-label { padding: 5px 0px 5px 0px; min-width:75px;width: auto; font-size:12px; letter-spacing: -0.08rem; font-weight: normal;min-height: 47px; align-items:center;}
	.search_wrap .button-items.d-inline{display: inline-block !important; margin-left:0;}
	.search_wrap .btn.btn-normal{padding: 3px 5px;}
	.wp-form-group .cols {height: auto; padding: 5px 0px 5px; margin-right: 12px;}
	
	.device_info {margin: 3px 0;box-shadow: none; display:inline-block; border: 1px solid #c1d0e4; border-radius: 3px; width: 100%;}
	.device_info dl{padding: 8px; display:inline-block;}
	.device_info dl dt, .device_info dl dd{border: 0;}
	.device_info dl dt {padding: 0 0px 10px 10px;}
	.device_info dl dt.m_clr {clear:both;}
	.device_info dl dt:first-child , .device_info dl dd:last-child{border-radius: 0;border-left:0; border-right: 0;}
	.device_info dl dd { padding: 0 12px 10px 5px;}
	.device_info dl dd.total {border-radius: 5px;}
	.flr .form-select{margin-right:0;}
	.form-horizontal, .mobile_scroll {overflow-x: scroll;  } /* 테이블 스크롤 */
	.dataTables_wrapper{overflow-x: scroll;  } /* 테이블 스크롤 */
	.contents.narrow{width:100%;}
	.table, .display{min-width: 1600px;} 
	.table_small{min-width: auto;}
	.table_middle{min-width: 800px;}
	.table .wdh, table.dataTable thead .sorting{min-width: 40px;}
	.table td:first-child, table tbody th:first-child , table thead th:first-child, table td:first-child{border-left: 1px solid #dee2e6;}
	.table td:last-child, table td:last-child, table th:last-child, .table thead th:last-child, .dataTable thead th:last-child{border-right: 1px solid #dee2e6;}
	.aside_overlay {position: fixed;top: 0;left: 0;width: 100%;height: 100%;visibility: hidden;
	 -webkit-transition: all .2s ease; -moz-transition: all .2s ease; -ms-transition: all .2s ease;-o-transition: all .2s ease;transition: all .2s ease;}
	#main_wrapper  .aside_overlay {background: rgba(0, 0, 0, .3);visibility: visible;z-index:98; }
	#main_wrapper .menu_toggle  .aside_overlay {visibility: hidden;}
	.search_box_wrap .board_search:before {background:none;}
	.btn{font-size:11px; }
	.btn.close{font-size: 28px;}
	.table .btn.btn-list{min-width: 40px;}
	.form-control.small {width:100px;}
	.form-select, .form-control{font-size:12px;}
	.form-select {width:75px;padding: 0 5px 0 5px;background-position: right 0.1rem center; margin-top:0px; font-size:11px}
	.table .wdh.day, .dataTable .wdh.day{width:90px;}
	#row_notice_img th{word-break: keep-all;}
	
	.pop-layer {left: 2.5% !important; width: 95% !important;  border: none !important;top: 10px !important; border-radius: 10px;/* display:none !important; width: calc(100% )!important; left: 0 !important; */}	
	.modal-body {overflow-x: hidden;  }
	.modal-body .table{width: 100%; min-width: auto;}
	#popup_wrapper .search_wrap.search_wrap2.only{width: 100%; margin: 0 0 12px 0;}
	.datepicker{left: 50% !important; margin-left: -40%;}
	.datepicker-dropdown:before, .datepicker-dropdown:after{display:none; }
	.page_contents.popup{min-width: 1000px;}
	.flex_input {width: 200px;}
	.btns.cen{position: absolute; /* 버튼 가운데 정렬 */ width: calc(100% - 32px); min-height: 40px;}
	.paging {margin: 15px 0;padding: 15px 0; width: 100%;}
	.modal2 .page_contents { width: 100%; ;}
	.modal2{min-width: auto;}
	/*modal wrap 추가 */
	.search_wrap.search_wrap2.modal_wrap, .search_box_wrap.modal_wrap{margin: 0; width: calc(100%); padding: 10px;}
	.search_box_wrap{padding: 16px;border: 1px solid #d1d6e9;  width: calc(100% - 32px );  margin: 0 16px; }
	.modal2 .dataTables_scrollHead, .modal2 .dataTables_scrollBody{min-width: 600px;}
	.modal2 .wp-form-group label.control-label {width: auto; min-width: 40px;}
	.modal2 .wp-form-group .cols {margin-right:0;}
	.modal2 .form-check-label{padding-right: 5px;}
	.modal2 .display {min-width: 600px;}
	.per50.mp_custom{width:140px;}
	.popup{padding: 16px; width: calc(100% - 32px); overflow-x: scroll;}
	.popup .table{width: 100%; min-width: auto;}
	.popup .btns.cen{position: fixed;}
	.popup h2{line-height: 36px; height: 36px; width: 90%;font-size: 24px;display:inline;  margin: 0; padding: 0; }
	.popup h2 .sub_title{width: 50%; display:inline;} 
 	/* 개통 수수료 등록 */
	.popup .inline-form{display:inline-block;}
	.popup .inline-form .number {width: 100%; padding: 5px 0;}
	body.popup{min-width: auto;  width: 100%;}
	body.popup .table_write th {word-break: keep-all;}

	/* insert dl */
	.insert_dl{ width:100%;clear:both; }
	.insert_dl dt, .insert_dl.long dt{width:30%; }
	.insert_dl dd, .insert_dl.long  dd{ width:70%;} 	
	.insert_dl dd .flex_input{width: 110px; }
	.insert_dl:before, .insert_dl.long:before{width:30%;}
	.insert_dl dd .btn.btn_custom{width: auto;}
	
	/* 공지사항 popup 여업라인*/
	.pop-layer2 { left: 2.5% !important; width: 95% !important;  border: none !important; border-radius: 10px;}
	.table td.notice.alram{ background-size: 16px 16px; background-position: 50% 50%; font-size: 0; }
	.btn.m_hidden, .m_hidden,  table .sorting.m_hidden{display:none !important; min-width: 0; width: 0; height: 0; visibility: hidden !important; padding: 0; margin: 0; }
	
}

/* **************************************** *
*414px
* **************************************** */
@media screen and  (max-width: 414px){
	body{min-width: 306px;}
	.wp-form-group label.control-label {align-items:baseline;}
	.wp-form-group label.control-label { padding: 5px 5px 5px 0px; min-width:70px}
	.home_logo{padding-top: 60px;}	
	.form-select.board_select {width: 70px;}
	.flr .form-select{padding-right: 10px;}

}