@charset utf-8;
/*웹폰트*/
@font-face{
	font-family:nanum_G;
	src:url(/font/NanumGothic-Regular.eot);
	src:url(/font/NanumGothic-Regular.woff)format("woff"),
		url(/font/NanumGothic-Regular.ttf)format("truetype");
}

@font-face{
	font-family:nanum_GB;
	src:url(/font/NanumGothic-Bold.eot);
	src:url(/font/NanumGothic-Bold.woff)format("woff"),
		url(/font/NanumGothic-Bold.ttf)format("truetype");
}

@font-face{
	font-family:nanum_M;
	src:url(/font/NanumMyeongjo.eot);
	src:url(/font/NanumMyeongjo.woff)format("woff"),
		url(/font/NanumMyeongjo.ttf)format("truetype");
}

@font-face{
	font-family:nanum_MB;
	src:url(/font/NanumMyeongjoBold.eot);
	src:url(/font/NanumMyeongjoBold.woff)format("woff"),
		url(/font/NanumMyeongjoBold.ttf)format("truetype");
}



@font-face{
	font-family:nanum_S;
	src:url(/font/NanumSquareR.eot);
	src:url(/font/NanumSquareR.woff)format("woff"),
		url(/font/NanumSquareR.ttf)format("truetype");
}

@font-face{
	font-family:nanum_SB;
	src:url(/font/NanumSquareB.eot);
	src:url(/font/NanumSquareB.woff)format("woff"),
		url(/font/NanumSquareB.ttf)format("truetype");
}


/**********************  전체  ******************************/

html, body, div, object, iframe, h1, h2, h3, h4, h5, h6, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, sub, sup, var, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure,
header, hgroup, menu, nav, section, summary, time, mark, audio, video, textarea,button{margin:0;padding:0;border:0;font-size:100%;font-weight:normal;}
body{width:100%;font-family:NanumGothic, 나눔고딕, Nanum_G, '맑은 고딕', HelveticaNeue, DroidSans, Sans-serif, Helvetica;font-size:12px;color:#333;}
ul, li{list-style:none;}
a{margin:0;padding:0;font-size:100%;text-decoration:none;vertical-align:baseline;background:transparent;}
a, a:link, a:hover, a:active{color:inherit;text-decoration:none;}
img{vertical-align:middle;}
input{margin:0;padding:0;box-sizing:content-box;vertical-align:middle;appearance:none;font-family:HelveticaNeue,DroidSans,Sans-serif,Helvetica;}
textarea{border:1px solid #ddd;}
table{border-collapse:collapse;border-spacing:0;}
input[type=text], input[type=password]{height:20px;vertical-align:middle;border:1px solid #bbb;}
strong, b{font-weight:bold;}

/***************************************************************************************************/

/************* 공용 ********************/
.hand{
	cursor:pointer;
}

.text_center{
	text-align:center;
}

.text_left{
	text-align:left;
	padding-left:10px;
}

.empty_row{height:60px; line-height:60px; text-align:center;}
.sound_only{display:none;}

/******* 폰트관련 적용 *******************/
.text_bold{font-weight:bold;}
.text_normal{font-weight:normal;}
.tc_green{color:#08a62e;}
.tc_red{color:#f00;}
.tc_red2{color:#d82d2e;}
.tc_pink{color:#da2b5c;}
.tc_pink2{color:#e46c8c;}
.tc_blue{color:#00f;}
.tc_blue2{color:#2b75da;}
.tc_orange{color:#ff6600;}
.tc_gray{color:#999;}
.tc_white{color:#fff;}
.tc_brown{color:#4c2606;}
.tc_black{color:#000;}
.tc_yellow{color:#ff0;}
.tc_darkblue{color:#06486e;}
.tc_darkgray{color:#404040;}
.tc_dyellow{color:#d1b834;}
.tc_purple{color:#a41aa2;}
.cancel_line{text-decoration:line-through;}

.font_11p{font-size:11px;}
.font_14p{font-size:14px;}
.font_16p{font-size:16px;}
.font_18p{font-size:18px;}
.font_20p{font-size:20px;}
.font_24p{font-size:24px;}

.bg_red{background:#f00;color:#fff;}
.bg_blue{background:#00f;color:#fff;}
.bg_green{background:#0f0;color:#fff;}
.bg_black{background:#000;color:#fff;}
.bg_orange{background:#ff6600;color:#fff;}
.bg_yellow{background:#ff0;}
.bg_gray{background:#ddd;}
.bg_brown{background:#4c2606;color:#fff;}
.bg_darkgray{background:#404040;color:#fff;}
.bg_darkblue{background:#06486e;color:#fff;}
.bg_write{background:#fff;}

.paging{
	display:inline-block;
	position:relative;
	width:100%;
	text-align:center;
}

.paging ul{
	margin:0 auto;
}

.paging ul li{
	display:inline-block;
	margin-right:2px;
	width:25px;
	height:19px;
	font-size:11px;
	text-align:center;
	padding-top:6px;
	border:1px solid #ddd;
}

.paging ul li a,.paging ul li a:hover, .paging ul li a:link, .paging ul li a:focus, .paging ul li a:active{
 color:inherit;
 display:block;
 width:100%;
 height:100%;
}

.paging ul li:hover, .paging ul li.over{
	background:#999;
	color:#fff;
	cursor:pointer;
}


.paging ul li.now_page{
	background:#efefef;
}




.btn_area01{
	float:left;
	width:100%;
	margin:10px 0;
	text-align:center;
}

.btn_area02{
	float:left;
	width:100%;
	margin:10px 0;
}

.btn_area03{
	float:left;
	width:100%;
	margin:10px 0;
	text-align:right;
}

.btn_frame{
	float:left;
	width:260px;
	margin-top:10px;
	text-align:center;
}

.board_btn, .btn-normal{
	height:40px;
	line-height:40px;
	padding:0 20px;
	background:#333;
	color:#fff !important;
	font-size:14px;
	font-weight:500;
	cursor:pointer;
	display:inline-block;
	box-shadow:none;
	border:0px;
	vertical-align: top;
}

/** 게시판 관련**/

.board_list{
	float:left;
	width:100%;
	margin-top:40px;
	border-top:2px solid #333;
}

.board_list th, .board_list td{
	padding:15px 0;
	border-bottom:1px solid #ddd;
	text-align:center;
}

.board_list th{
	border-bottom:1px solid #333;
}

.board_list td.tit{
	text-align:left;
	text-indent:10px;
}

.board_view{
	float:left;
	width:100%;
	border-top:2px solid #333;
}

.board_view th, .board_view td{
	padding:10px 0;
	border-bottom:1px solid #ddd;
}

.board_view th{
	background:#efefef;
	text-indent:30px;
	text-align:left;
}

.board_view td{
	text-indent:10px;
}

.board_view td input{
	height:30px;
}

.board_gallery{
	float:left;
	width:100%;
	margin-top:30px;
}

.board_gallery li{
	float:left;
	width:33%;
	margin-bottom:60px;
}

.board_gallery li dl{
	margin:0 auto;
	width:240px;
}

.board_gallery li dl dt{
	float:left;
	width:100%;
	padding:10px 0;
	font-size:14px;
	font-weight:500;
	color:#333;
	text-overflow:ellipsis;
	overflow:hidden;
	white-space:nowrap;
}

.board_gallery li dl dd.img{
	float:left;
	width:238px;
	height:213px;
	border:1px solid #ddd;
}

.board_gallery li dl dd.etc{
	float:left;
	width:100%;
}

.board_gallery li dl dd.etc .name{
	float:left;
	width:70%;
}

.board_gallery li dl dd.etc .date{
	float:right;
	width:30%;
	text-align:right;
}

/* input 상자 사이즈별 스타일 */
.input_size50{
	width:50px;
}

.input_size80{
	width:80px;
}

.input_size100{
	width:100px;
}

.input_size110{
	width:110px;
}

.input_size120{
	width:120px;
}

.input_size130{
	width:130px;
}

.input_size140{
	width:140px;
}

.input_size150{
	width:150px;
}

.input_size180{
	width:180px;
}

.input_size200{
	width:200px;
}

.input_size300{
	width:300px;
}

.input_size500{
	width:500px;
}

.input_size95per{
	width:95%;
}

.input_size100per{
	width:100%;
}

.textarea_set{
	width:98%;
	height:500px;
}

.textarea_set2{
	width:98%;
	height:200px;
}

.btn_cke_sc{background:#919191;color:white;padding:10px 15px;display:none;}
.cke_sc_def{background:#919191;margin-top:10px;display:none;}
.cke_sc_def dl{margin-right:15px;color:white;}
.cke_sc_def dl dt{display:inline-block;width:70px;text-align:left;}
.cke_sc_def dl dd{display:inline-block;margin-left:15px;}
.cke_sc_def .btn_cke_sc_close{display:none;}
