@CHARSET "UTF-8";
@import url("basic_btn.css");

/*기본 스타일 그리드 스킨 */



.basic_grid {
	position:relative;
	width:99%;
	height:100%;
}


.basic_grid .msgcnt {margin:0; font-weight:bold; font-size:1rem;}


/* 검색바 S border #eaedf1*/
.basic_grid .search_box {
	position: relative;
	padding:10px 10px;
	border: 1px solid #d1ddf5;
	background-color: #f6f8fb;
	line-height: 1.5;
	display: block;
	-moz-border-radius: 0.35rem;
	-webkit-border-radius: 0.35rem;
	border-radius: 0.35rem;
	font-size:13px;
	color:#363636;
}

.basic_grid .search_box .search_row:not(:first-child) {
	margin-top:0.2rem;
}


.basic_grid .search_box .search_btn {
	margin-top:0.2rem;
	width:100%;
	text-align:right;
	margin-top:0.2rem;
	height:35px;
	position: relative;
	display:inline-block;
	right: 24px;
}
.basic_grid .search_box .search_btn .btn-right{
	position:absolute;
	right:0px;
}
.basic_grid .search_box .search_btn .btn-left{
	position:absolute;
	left:0px;
}
.basic_grid .search_box .search_btn .btn-center{
	position:relative;
	margin:0px auto;
}
/* 검색바 E */

.basic_grid .sub_info{
	font-size: 15px;
	width:100%;
	text-align:left;
	padding:10px 0px;
	color: #606060;
	margin-top: 20px;
}



/* 버튼 박스 왼쪽 오른쪽 정렬 S */
.basic_grid .btn_box {
	width: 100%;
	position: relative;
	height:35px;
}

.basic_grid .btn_box .btn_left_box {
	position: relative;
	left: 0px;
	width: auto;
}

.basic_grid .btn_box .btn_right_box {
	width: auto;
	top: 0px;
	position: absolute;
	right: 0px;
}

/* 버튼 박스 왼쪽 오른쪽 정렬 S */



/* 페이징 S */
.basic_grid .paging {
	position: relative;
	vertical-align: middle;
	text-align: center;
	font-size: 0;
	margin: 20px 0 20px 0;
}

.basic_grid .paging a {
	position: relative;
	z-index: 10;
}

.basic_grid .paging .num {
	font-size: 0;
}

.basic_grid .paging .num a {
	padding: 0 0px 0 0px;
	margin: 0 1px 0 1px;
	height: 30px;
	line-height: 25px;
	display: inline-block;
	border: 1px solid #1e61a8;
	color: #666;
	background: #fff;
	font-size: 11px !important;
	font-family: "Verdana", "Arial", "Lucida Grande", "Tahoma", "sans-serif";
	*display:inline;
	zoom:1;
}

.basic_grid .paging .num a.on {
	border: 1px solid #00783c;
	color: #00783c;
	font-weight: bold;
}

.basic_grid .paging .num a:hover {
	border: 1px solid #00783c;
	color: #00783c;
	text-decoration: none;
}

.basic_grid .paging a {

}

.basic_grid .paging a span {
	text-indent: -10000px;
	overflow: hidden;
	height: 0;
	font-size: 0;
}

.basic_grid .paging a.first, .paging a.prev, .paging a.next, .paging a.last {
	vertical-align: top;
	display: inline-block;
	*display:inline;
	zoom:1;
	width: 30px;
	height: 30px;
	border: 1px solid #d5d5d5;
}

.basic_grid .paging .num a {
	vertical-align: top;
	display: inline-block;
	*display:inline;
	zoom:1;
	width: 30px;
	height: 30px;
	border: 1px solid #eaeaea;
}

.basic_grid .paging a.first {
	background: #fff url('/_cms/_imgs/board/page_first.png') no-repeat 50% 50%;
}

.basic_grid .paging a.prev {
	background: #fff url('/_cms/_imgs/board/page_prev.png') no-repeat 50% 50%;
	margin: 0 10px 0 2px;
}

.basic_grid .paging a.next {
	background: #fff url('/_cms/_imgs/board/page_next.png') no-repeat 50% 50%;
	margin: 0 2px 0 10px;
}

.basic_grid .paging a.last {
	background: #fff url('/_cms/_imgs/board/page_last.png') no-repeat 50% 50%;
}

.basic_grid .paging .btn {
	position: absolute;
	top: 0px;
	right: 0px;
}
/*페이징 E */

.basic_grid .varlidata_msg {
	color:#ff0000;
	margin:15px;
	text-align:left;
	width:100%;
}
.basic_grid .rightmsg {
	position:absolute;
	top:0px;
	right:0px;
	color:#ff0000;
}

/* SKIN TABLE GRID S */

.basic_grid table.basic_table {
	width: 100%;
	border-top: 2px solid #3f53a1;
	border-collapse: collapse;
	border-spacing: 0;
	/* margin-bottom:15px; */


}

.basic_grid table.basic_table caption {
	visibility: hidden;
	font-size: 0;
	width: 0;
	height: 0;
	line-height: 0;
}

.basic_grid table.basic_table th {
	padding: 5px;
	color: #000000;
	background-color: #dfeaff;
	border: solid 1px #d1ddf5;
	line-height: 22px;
	font-weight: 600;
	text-align:center;
}

.basic_grid table.basic_table td {
	padding: 5px;
	color: #000000;
	border: solid 1px #d1ddf5;
	line-height: 22px;
	vertical-align: middle;
}


.basic_grid .txtc{
	text-align:center;
}
.basic_grid .txtl{
	text-align:left;
}
.basic_grid .txtr{
	text-align:right;
}
/* SKIN TABLE GRID E*/

/*게시판스킨 _ LIST S*/
/* border-top:3px solid  #038edc; */
.basic_grid .table_list {
	margin-bottom:15px;
}
.basic_grid .table_list .basic_table{
	border-top: 2px solid #3f53a1;
}
.basic_grid .table_list .basic_table th {
	text-align:center;
}


/*게시판스킨 _ LIST E */

/*게시판스킨 _ WRITE S*/

.basic_grid .table_write {
	margin-bottom:15px;
}
/*border-top:3px solid  #524e70;*/
.basic_grid .table_write .basic_table{
	border-top: 2px solid #3f53a1;
}
.basic_grid .table_write .basic_table th {
	padding: 5px;
	color: #181818;
	font-size: 13px;
	background-color: #dfeaff;
	text-align:center;
}

span.required{
	color:#ff0000;
	padding-right:5px;
	vertical-align:middle;
	float:right;
	clear:both;
}

/*게시판스킨 _ WRITE E*/
/*게시판스킨 _ VIEW S*/
/*border-top:3px solid  #524e70;*/
/* .basic_grid .table_view {
	margin-top:15px;
	margin-bottom:15px;
}

.basic_grid .table_view  .basic_table{

}

.basic_grid .table_view  .basic_table th {
	padding: 5px;
	color: #181818;
	font-size: 16px;
	background-color: #f6f8fb;
	text-align: left;
}

*/




.basic_grid .table_view {
	margin-bottom:15px;
}
/*border-top:3px solid  #524e70;*/
.basic_grid .table_view .basic_table{
	border-top: 2px solid #3f53a1;
}
.basic_grid .table_view .basic_table th {
	padding: 5px;
	color: #181818;
	font-size: 13px;
	background-color: #dfeaff;
	text-align:center;
}

/*게시판스킨 _ VIEW E*/






/*게시판스킨포토갤러리 _ list*/
.skin_photo_list {
	overflow: hidden;
	padding: 0 5px 5px 0;
	font-family: /*'Nanum Gothic', '나눔고딕', */"맑은 고딕", "Malgun gothic",
		sans-serif;
	width: 100%;
	margin-top: 15px;
	margin-bottom: 15px;
	border-top: solid 1px #eaedf1;
	border-bottom: solid 1px #eaedf1;
}

.img_box {
	float: left;
	margin-top: 20px;
	margin-left: 20px;
	margin-bottom: 10px;
	height: 140px;
	overflow: auto;
}

.img_box li.photo_img {
	width: 130px;
	height: 90px;
	border: 2px solid #efefef;
	padding: 3px;
}

.img_box li.photo_text {
	width: 130px;
	padding: 8px 4px 0 5px;
}

.noimgbox {
	padding: 40px 0;
	font-family: /*'Nanum Gothic', '나눔고딕', */"맑은 고딕", "Malgun gothic",
		sans-serif;
	text-align: center;
	color: #666;
	font-size: 14px;
	font-weight: 600;
}

