/**
 * ai-box
 * @author 최주섭
 * @since  2019
 * @version 1.0
 * @see
 * Copyright (C)  All right reserved.
*/
/*----------------------------box 스타일 - ai-box 최상위에 추가시 적용----------------------------*/
.ai-box {
	border: 1px solid #ccc;
	font-size: 12px;
}
.ai-box .box-header {
    border-bottom: 1px solid #ddd;
    height: 50px;
    padding: 9px 9px 0 15px;
    background: #eef2f6;
}

.ai-box .box-header .box-title {
    font-family: 'Nanum Gothic Bold';
    font-size: 19px;
    letter-spacing: -0.5px;
    color: #1c4e9f;
    line-height: 32px;
}

/*----------팝업시 창 크기 출력---------*/
.cyl-col-auto-height {
	position: absolute;
	top: 0px;
	left: 0;
	right: 0;
	bottom: 0px;
}
.cyl-col-auto-height .ai-box {
	position: absolute;
    top: 2px;
    left: 2px;
    right: 2px;
    bottom: 2px;
    width: auto;
    margin-bottom: 0;
}
.cyl-col-auto-height .box-body {
	padding: 20px;
    position: absolute;
    top: 45px;
    left: 0;
    right: 0;
    bottom: 55px;
    overflow-x: auto;
    overflow-y: auto;
}
.cyl-col-auto-height .box-footer {
	position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

/*----------box list-group----------*/
.ai-box .list-group {
	display: table;
    width: 100%;
    border-top: 2px solid #0160ab;
}

.ai-box .list-group-item {
	display: table-row;
}

.ai-box .list-group-item b {
	display: table-cell;
	font-family: 'Nanum Gothic Bold';
    width: 15%;
    font-size: 13px;
    background: #ecf1f5;
    text-align: center;
    color: #111;
    padding: 5px 10px;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #d9d9d9;
    vertical-align:middle;
    word-break:keep-all;
}

.ai-box .list-group-item span {
	display: table-cell;
    width: 85%;
    border-bottom: 1px solid #d9d9d9;
    padding: 5px 10px;
    vertical-align:middle;
    word-break:keep-all;
}

.ai-box .list-group-item input[type="text"], 
.ai-box .list-group-item input[type="password"]{
	width: 80%; 
    height: 30px;
    display: inline-block;
    vertical-align: middle;
}
.ai-box .list-group-item textarea{
	width: 80%; 
    height: 100px;
    display: inline-block;
}

/*----------box내 컬럼 2개일경우 ----------*/
.ai-box-col-2 .list-group {
    display: block;
}
.ai-box-col-2 .list-group-item {
    display: table;
    width: 100%;
    padding: 0;
    border:none;
    margin-bottom: 0;
}
.ai-box-col-2 .list-group-item b {
	width: 25%;
	border-bottom: 1px solid #ccc;
}
.ai-box-col-2 .list-group-item span {
	border-bottom: 1px solid #ccc;
}

.ai-box-col-2 .list-group-item-col-2 {
    display: table;
    width: 100%;
    padding: 0;
    border: none;
    margin-bottom: 0;
    border: 10px;
}
.ai-box-col-2 .list-group-item-col-2 b {
	display: table-cell;
    font-family: 'Nanum Gothic Bold';
    width: 26.2%;
    font-size: 13px;
    background: #ecf1f5;
    text-align: center;
    color: #111;
    padding: 5px 10px;
    vertical-align: middle;
    word-break: keep-all;
	border-right: 1px solid #d0dce7;
    border-bottom: 1px solid #ccc;
}
.ai-box-col-2 .list-group-item-col-2 span {
	display: table-cell;
	border-bottom: 1px solid #ccc;
    width: 23.8%;
    padding: 5px 10px;
    vertical-align: middle;
    word-break: keep-all;
} 

/*----------box 검색 ----------*/
.ai-box-search {
	border-bottom: 1px solid #bbb;
    padding: 17px 0 7px 10px;
    background: #fff;
    position: relative;

}

.ai-box-search .ai-box-search-row {
	margin-bottom:10px;
}
.ai-box-search .ai-box-search-btn {
	text-align: right;
	padding-right: 17px;
}

.ai-box-search input,
.ai-box-search select {
	height: 30px;
}


/*search*/
/*.cyl-content-wrapper .cyl-search-content {padding:0;padding-left:0;padding-right: 0;}
 .ai-box-search {border-radius:0;border-top:0;box-shadow:none;padding:0;margin-bottom:0;}
.ai-box-search .ai-box-search-row {padding:20px 15px 10px 15px;margin-right:0px;margin-left:0px;margin-bottom:0;}
.ai-box-search .search-tit {
	border: none;
	font-family: nanum barun gothic bold;
	font-size: 13px;color: #222;
	padding: 6px 20px 6px 10px;
	background: url(../../../img/web/eln/icon_bullet.png) no-repeat 0 -188px;
	min-width: 80px;
    text-align: left;
}
.ai-box-search .input-group {margin-bottom: 10px;}
.ai-box-search-btn {background: #f6f7f7;border-top: 1px solid #bbb;height: 45px;line-height: 45px;padding: 0 15px;} */

/* 현재 화면일치 되는 메뉴심 */
/* .cyl-main-sidebar .active-menu {	
} */
/* .ai-box .list-group-item b {
	border-right: 1px solid #d0dce7;
    border-bottom: 1px solid #ccc;
}
.ai-box .list-group-item span {
	border-bottom: 1px solid #ccc;
} */
/* box */
/* .ai-box .box-header .box-title {
	font-family: nanum barun gothic bold;
}
.ai-box {
    border: 1px solid #bbb;
    border-radius: 8px;
    font-size: 12px;
    margin-bottom:15px;
}

.ai-box .box-header {
    border-radius: 7px 7px 0 0;
    height: 50px;
    padding: 9px 9px 0 15px;
    background: #cde3fd;
}

.ai-box .box-body {
	padding:20px;
}

.ai-box .box-footer {
	background:none;
	padding:0;
	border-top:0;
} */
