/* ******************************************
- aboard CSS 공용 (aboard.css)
- 반드시 클래스명은 .aboard_ 로 태깅 처리해주세요.
******************************************  */

img, fieldset{border:none; vertical-align:top;}
legend, caption{display:none}

/* 간격 */
.aboard_mt5{margin-top:5px }
.aboard_mt3{margin-top:3px }
.aboard_mt7{margin-top:7px }
.aboard_mt8{margin-top:8px }
.aboard_mt9{margin-top:9px }
.aboard_mt10{margin-top:10px }
.aboard_mt12{margin-top:12px }
.aboard_mt13{margin-top:13px }
.aboard_mt14{margin-top:14px }
.aboard_mt15{margin-top:15px }
.aboard_mt18{margin-top:18px}
.aboard_mt19{margin-top:19px }
.aboard_mt20{margin-top:20px }
.aboard_mt23{margin-top:23px }
.aboard_mt25{margin-top:25px }
.aboard_mt30{margin-top:30px }
.aboard_mt35{margin-top:35px }
.aboard_mt40{margin-top:40px }
.aboard_mt42{margin-top:42px }
.aboard_mt45{margin-top:45px }
.aboard_mt50{margin-top:50px }
.aboard_mt54{margin-top:54px }
.aboard_mt55{margin-top:55px }
.aboard_mt60{margin-top:60px }
.aboard_mt70{margin-top:70px }
.aboard_mr15{margin-right:15px}
.aboard_mr20{margin-right:20px}
.aboard_ml10{margin-left:10px; }

/* 폰트 */
.aboard_basic {font-size:13px; color:#313131;text-decoration: none; font-family:'맑은 고딕', 'Malgun Gothic', dotum,"돋움",sans-serif;} /* 일반폰트 */
.aboard_item {text-align:center;font-size:13px;  font-family:'맑은 고딕', 'Malgun Gothic', dotum,"돋움",sans-serif; color:#313131;height:30px} /* 항목 타이틀 */
.aboard_item_value {text-align:left;font-size:13px;  font-family:'맑은 고딕', 'Malgun Gothic', dotum,"돋움",sans-serif; color:#9b9b9b;} /* 항목의 값 */
.aboard_item_write {padding-left:20px;height:34px; font-family:'맑은 고딕', 'Malgun Gothic', dotum,"돋움",sans-serif; text-align:left;font-size:13px; color:#313131;} /* 항목의 입력창 영역 */
.aboard_div_line {padding:5px;border:1px dashed #ccc; font-family:'맑은 고딕', 'Malgun Gothic', dotum,"돋움",sans-serif; margin-bottom:10px;} /* div 점선 박스 */

/*  ----- 버튼  ----- */
.aboard_button {
	display: inline-block;
	zoom: 1; /* zoom and *display = ie7 hack for display:inline-block */
	*display: inline;
	/*vertical-align: baseline;*/
	margin: 0 2px;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font-size:14px;
	font-family:'맑은 고딕', 'Malgun Gothic', dotum,"돋움",sans-serif;
	font-weight:bold;
	padding:5px 20px;
	/*text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;*/
	border-radius: 5px;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
	height:36px;
}
.aboard_button:hover {
	text-decoration: none;
}
.aboard_button:active {
	position: relative;
	top: 1px;
}

/* black */
.aboard_black {
	color: #d7d7d7;
	border: solid 1px #333;
	background: #333;
	background: -webkit-gradient(linear, left top, left bottom, from(#666), to(#000));
	background: -moz-linear-gradient(top,  #666,  #000);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#666666', endColorstr='#000000');
}
.aboard_black:hover {
	background: #000;
	background: -webkit-gradient(linear, left top, left bottom, from(#444), to(#000));
	background: -moz-linear-gradient(top,  #444,  #000);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#444444', endColorstr='#000000');
}
.aboard_black:active {
	color: #666;
	background: -webkit-gradient(linear, left top, left bottom, from(#000), to(#444));
	background: -moz-linear-gradient(top,  #000,  #444);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#666666');
}

/* gray */
.aboard_gray {
	color: #e9e9e9;
	border: solid 1px #555;
	background: #6e6e6e;
	background: -webkit-gradient(linear, left top, left bottom, from(#888), to(#575757));
	background: -moz-linear-gradient(top,  #888,  #575757);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#888888', endColorstr='#575757');
}
.aboard_gray:hover {
	background: #616161;
	background: -webkit-gradient(linear, left top, left bottom, from(#757575), to(#4b4b4b));
	background: -moz-linear-gradient(top,  #757575,  #4b4b4b);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#757575', endColorstr='#4b4b4b');
}
.aboard_gray:active {
	color: #afafaf;
	background: -webkit-gradient(linear, left top, left bottom, from(#575757), to(#888));
	background: -moz-linear-gradient(top,  #575757,  #888);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#575757', endColorstr='#888888');
}

/* white */
.aboard_white {
	color: #606060;
	border: solid 1px #b7b7b7;
	background: #fff;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ededed));
	background: -moz-linear-gradient(top,  #fff,  #ededed);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed');
}
.aboard_white:hover {
	background: #ededed;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#dcdcdc));
	background: -moz-linear-gradient(top,  #fff,  #dcdcdc);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#dcdcdc');
}
.aboard_white:active {
	color: #999;
	background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#fff));
	background: -moz-linear-gradient(top,  #ededed,  #fff);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#ffffff');
}

/* orange */
.aboard_orange {
	color: #fef4e9;
	border: solid 1px #da7c0c;
	background: #f78d1d;
	background: -webkit-gradient(linear, left top, left bottom, from(#faa51a), to(#f47a20));
	background: -moz-linear-gradient(top,  #faa51a,  #f47a20);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#faa51a', endColorstr='#f47a20');
}
.aboard_orange:hover {
	background: #f47c20;
	background: -webkit-gradient(linear, left top, left bottom, from(#f88e11), to(#f06015));
	background: -moz-linear-gradient(top,  #f88e11,  #f06015);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f88e11', endColorstr='#f06015');
}
.aboard_orange:active {
	color: #fcd3a5;
	background: -webkit-gradient(linear, left top, left bottom, from(#f47a20), to(#faa51a));
	background: -moz-linear-gradient(top,  #f47a20,  #faa51a);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f47a20', endColorstr='#faa51a');
}

/* red */
.aboard_red {
	color: #faddde;
	border: solid 1px #980c10;
	background: #d81b21;
	background: -webkit-gradient(linear, left top, left bottom, from(#ed1c24), to(#aa1317));
	background: -moz-linear-gradient(top,  #ed1c24,  #aa1317);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ed1c24', endColorstr='#aa1317');
}
.aboard_red:hover {
	background: #b61318;
	background: -webkit-gradient(linear, left top, left bottom, from(#c9151b), to(#a11115));
	background: -moz-linear-gradient(top,  #c9151b,  #a11115);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#c9151b', endColorstr='#a11115');
}
.aboard_red:active {
	color: #de898c;
	background: -webkit-gradient(linear, left top, left bottom, from(#aa1317), to(#ed1c24));
	background: -moz-linear-gradient(top,  #aa1317,  #ed1c24);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#aa1317', endColorstr='#ed1c24');
}

/* blue */
.aboard_blue {
	color: #d9eef7;
	border: solid 1px #0076a3;
	background: #0095cd;
	background: -webkit-gradient(linear, left top, left bottom, from(#00adee), to(#0078a5));
	background: -moz-linear-gradient(top,  #00adee,  #0078a5);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#00adee', endColorstr='#0078a5');
}
.aboard_blue:hover {
	background: #007ead;
	background: -webkit-gradient(linear, left top, left bottom, from(#0095cc), to(#00678e));
	background: -moz-linear-gradient(top,  #0095cc,  #00678e);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#0095cc', endColorstr='#00678e');
}
.aboard_blue:active {
	color: #80bed6;
	background: -webkit-gradient(linear, left top, left bottom, from(#0078a5), to(#00adee));
	background: -moz-linear-gradient(top,  #0078a5,  #00adee);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#0078a5', endColorstr='#00adee');
}

/* rosy */
.aboard_rosy {
	color: #fae7e9;
	border: solid 1px #b73948;
	background: #da5867;
	background: -webkit-gradient(linear, left top, left bottom, from(#f16c7c), to(#bf404f));
	background: -moz-linear-gradient(top,  #f16c7c,  #bf404f);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f16c7c', endColorstr='#bf404f');
}
.aboard_rosy:hover {
	background: #ba4b58;
	background: -webkit-gradient(linear, left top, left bottom, from(#cf5d6a), to(#a53845));
	background: -moz-linear-gradient(top,  #cf5d6a,  #a53845);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#cf5d6a', endColorstr='#a53845');
}
.aboard_rosy:active {
	color: #dca4ab;
	background: -webkit-gradient(linear, left top, left bottom, from(#bf404f), to(#f16c7c));
	background: -moz-linear-gradient(top,  #bf404f,  #f16c7c);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#bf404f', endColorstr='#f16c7c');
}

/* green */
.aboard_green {
	color: #e8f0de;
	border: solid 1px #538312;
	background: #64991e;
	background: -webkit-gradient(linear, left top, left bottom, from(#7db72f), to(#4e7d0e));
	background: -moz-linear-gradient(top,  #7db72f,  #4e7d0e);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#7db72f', endColorstr='#4e7d0e');
}
.aboard_green:hover {
	background: #538018;
	background: -webkit-gradient(linear, left top, left bottom, from(#6b9d28), to(#436b0c));
	background: -moz-linear-gradient(top,  #6b9d28,  #436b0c);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#6b9d28', endColorstr='#436b0c');
}

.aboard_green:active {
	color: #a9c08c;
	background: -webkit-gradient(linear, left top, left bottom, from(#4e7d0e), to(#7db72f));
	background: -moz-linear-gradient(top,  #4e7d0e,  #7db72f);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#4e7d0e', endColorstr='#7db72f');
}

/* pink */
.aboard_pink {
	color: #feeef5;
	border: solid 1px #d2729e;
	background: #f895c2;
	background: -webkit-gradient(linear, left top, left bottom, from(#feb1d3), to(#f171ab));
	background: -moz-linear-gradient(top,  #feb1d3,  #f171ab);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#feb1d3', endColorstr='#f171ab');
}
.aboard_pink:hover {
	background: #d57ea5;
	background: -webkit-gradient(linear, left top, left bottom, from(#f4aacb), to(#e86ca4));
	background: -moz-linear-gradient(top,  #f4aacb,  #e86ca4);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f4aacb', endColorstr='#e86ca4');
}
.aboard_pink:active {
	color: #f3c3d9;
	background: -webkit-gradient(linear, left top, left bottom, from(#f171ab), to(#feb1d3));
	background: -moz-linear-gradient(top,  #f171ab,  #feb1d3);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f171ab', endColorstr='#feb1d3');
}

/* 회색 작은버튼 */
.aboard_btn_min_gray {
	border:solid #ababab 1px;
	background-color:#cacaca;
	padding:2px 9px 2px 9px;
	font-size:11px;
	color:#464646;
	cursor:pointer;
}

/* 파랑 작은버튼 */
.aboard_btn_min_blue {
	border:solid #176b9d 1px;
	background-color:#1d8bcd;
	padding:2px 9px 2px 9px;
	color:#fff;
	font-size:11px;
	cursor:pointer;
}

/* 적색 작은버튼 */
.aboard_btn_min_red {
	border:solid #845140 1px;
	background-color:#b47763;
	padding:2px 9px 2px 9px;
	color:#fff;
	font-size:11px;
	cursor:pointer;
}

/* 회색 일반 버튼(목록) */
.aboard_btn1 {
	border:solid #b2b2b2 1px;
	background-color:#E0E0E0;
	padding:2px 10px 0px 10px;
	cursor:pointer;
	height: 30px;
}

/* 적색 일반 버튼(삭제) */
.aboard_btn1_red {
	border:solid #845140 1px;
	background-color:#b47763;
	padding:2px 10px 0px 10px;
	color:#fff;
	cursor:pointer;
	height: 30px;
}

/* 파랑 일반 버튼(수정,등록) */
.aboard_btn1_blue {
	border:solid #3d7296 1px;
	background-color:#3d7296;
	padding:2px 10px 0px 10px;
	color:#fff;
	cursor:pointer;
	height: 30px;
}
/* ----- 버튼/  ----- */

.aboard_gray_form {background:#efefef; border: 1px solid #d3d3d3}

/* 페이징 스타일 */
.aboard_paging { text-align:center;padding-top:20px;padding-bottom:10px; }
.aboard_paging a { border:solid 1px #DDDDDD; padding:5px 6px 5px 6px; font-size:12px; color:#999999; font-weight:bold; font-family:Arial,Verdana,sans-serif; text-decoration:none;}
.aboard_paging strong { color:#fff; border:solid 1px #666666; padding:5px 6px 5px 6px; font-size:12px;  font-weight:bold; font-family:Arial,Verdana,sans-serif; background:#8d9398}

/* 모바일 */
.aboard_paging_mo { text-align:center;padding-top:20px;padding-bottom:10px; }
.aboard_paging_mo a { border:solid 1px #DDDDDD; padding:7px 8px 7px 8px; font-size:18px; color:#999999; font-weight:bold; font-family:Arial,Verdana,sans-serif; text-decoration:none;}
.aboard_paging_mo strong { color:#fff; border:solid 1px #666666; padding:7px 8px 7px 8px; font-size:18px;  font-weight:bold; font-family:Arial,Verdana,sans-serif; background:#8d9398}

/* 게시판 카피라이트 */
.aboard_copy {padding-top:10px;text-decoration: none}
.aboard_copy a:hover {color: #bebebe; font-size:10px;text-decoration: none}
.aboard_copy a:active {color: #bebebe; font-size:10px;text-decoration: none}
.aboard_copy a:link {color: #bebebe; font-size:10px;text-decoration: none}
.aboard_copy a:visited {color: #bebebe; font-size:10px;text-decoration: none}

/*리스트타입*/
.aboard_list1{border-top:2px solid #8d9398; font-size:13px; font-family:'맑은 고딕', 'Malgun Gothic', dotum,"돋움",sans-serif; color:#444;}
.aboard_list1 table{table-layout: fixed; width: 100%;border-collapse:collapse; width:100%;}
.aboard_list1 table th{background:#f4f5f5; border-bottom: 1px solid #dedede; padding:10px 0 12px; text-align: center; color:#333; font-size:13px;}
.aboard_list1 table td{border-bottom: 1px solid #dedede; font-size: 13px; padding:8px 0 8px; text-align: center;}
.aboard_list1 table td.aboard_txt{font-size: 13px; overflow: hidden; padding: 8px 0 8px 10px; text-align: left; text-overflow: ellipsis; white-space: nowrap;}
.aboard_list1 table td.aboard_txt a{color:#616161; text-decoration:none;}
.aboard_list1 table td.aboard_txt a:hover{font-weight:bold; text-decoration:underline; color:#3d3d3d}
.aboard_list1 table td.aboard_txt span img{vertical-align:middle}

/* 이전/다음글 */
.aboard_list2{border-bottom: 1px solid #ddd; font-size:13px;  border-top: 1px solid #ddd; margin-top:20px  font-size:13px; font-family:'맑은 고딕', 'Malgun Gothic', dotum,"돋움",sans-serif; color:#444; word-wrap:break-word}
.aboard_list2 table{table-layout: fixed; width: 100%;border-collapse:collapse; width:100%; font-size:13px;}
.aboard_list2 .aboard_prvLine th{border-bottom:1px solid #ddd; }
.aboard_list2 .aboard_prvLine td{border-bottom:1px solid #ddd; }
.aboard_list2 td{text-align:center; line-height:18px; padding:6px 0;}
.aboard_list2 th{text-align:left; padding:14px 20px 18px; line-height:18px; border-right:1px solid #dedede; background:#f4f5f5}
.aboard_list2 td.aboard_txt{text-align:left; padding-left:20px}
.aboard_list2 td.aboard_txt a:hover{color:#3d3d3d; text-decoration:underline; font-weight:bold}
.aboard_list2 td.aboard_txt a{color:#555; text-decoration:none;}

/*뷰 타입(에디터영역-content style 보호를 위하여 전역구조태그를 table class 지정처리*/
.aboard_view {border-top:2px solid #8d9398;}
.aboard_view .aboard_view_table{table-layout: fixed; width: 100%; font-size:13px; border-collapse:collapse;}
.aboard_view .aboard_view_table .aboard_view_thead .aboard_view_th {background:#f4f5f5; border-bottom: 1px solid #dedede; padding:15px 20px 16px; text-align: left; color:#333; font-size:13px; font-family:'맑은 고딕', 'Malgun Gothic', dotum,"돋움",sans-serif;}
.aboard_view .aboard_view_td {border-bottom:1px solid #dedede; font-size:13px; font-family:'맑은 고딕', 'Malgun Gothic', dotum,"돋움",sans-serif; color:#444;}
.aboard_view .aboard_view_td .aboard_viewDiv{padding:20px 0;}
.aboard_view .aboard_view_td .aboard_viewDiv .aboard_txt{padding:0 20px; line-height:23px; }
.aboard_view .aboard_view_td .aboard_fileAdd{padding:10px 15px 10px}
.aboard_view .aboard_view_td .aboard_fileAdd .aboard_file{background:url('../images/icon_bar1x12.gif') no-repeat left 4px; padding-left:11px; margin-left:6px}
.aboard_view .aboard_tit {font-weight:bold;color:#979797}

/*write 타입*/
.aboard_write {border-top:2px solid #8d9398;  font-size:13px; font-family:'맑은 고딕', 'Malgun Gothic', dotum,"돋움",sans-serif; color:#444;}
.aboard_write th{text-align:left; color:#444; padding:15px 0 16px 0; border-bottom:1px solid #dedede; border-right:1px solid #dedede; background:#fbfaf8}
.aboard_write th span{vertical-align:middle; padding:0 10px 0 20px; width:9px; display:inline-block}
.aboard_write th em{font-style:normal; font-weight:normal; padding-left:39px}
.aboard_write th img{vertical-align:middle}
.aboard_write td{text-align:left; padding:10px; border-bottom:1px solid #dedede; }
.aboard_write td strong{vertical-align:top; }
.aboard_write td strong a{display:inline-block; height:30px; background:#eaeaea;; text-decoration:none; padding:0 10px; border-radius:5px; line-height:26px}

/* 게시판 하단 */
.aboard_srchBox{border:1px solid #eee; background:#fafafa; padding:10px 0 5px;}
.aboard_srchBox form{ margin:0 auto;}
.aboard_srchBox select{width:101px; height:30px; border:1px solid #ccc;}
.aboard_srchBox input.aboard_inputTxt{width:130px; height:30px; border:1px solid #ccc; padding:4px;}
.aboard_srchBox input.aboard_btnSrch{width:79px; height:30px; border:none; text-indent:-50000px}

/* 기타 */
.aboard_border_none {border:0px}
.aboard_input {border:1px solid #ccc; height:27px}