/*°Ô½ÃÆÇ*/

@import url("/css/board_1.php") only screen and (max-width: 800px);
@import url("/css/board_2.php") only screen and (min-width: 801px) and (max-width: 1279px);
@import url("/css/board_3.php") only screen and (min-width: 1280px);
@import url(//cdn.jsdelivr.net/nanumsquare/1.0/nanumsquare.css);

@charset "utf-8"; 

* {
	padding: 0;
	margin: 0;
	font-family:'NanumSquare', sans-serif
}

a{text-decoration: none;}
a:link {text-decoration:none;color:#2a2b30; } 
a:visited {text-decoration:none; color:#2a2b30;} 
a:active {text-decoration:none; color:#2a2b30;} 
a:hover {text-decoration:none; color:#2a2b30;} 

li {
	list-style: none;
}

caption {	
	display: none;
}

.list_skin, .write_skin, .view_skin {
	margin: 0 auto;
}

.list_skin a, .write_skin a, .view_skin a {
	text-decoration: none;
}


.pointer {
	cursor: pointer;
}

.line_1px {
	height: 1px;
	background: #8b1b3f;
}

.line_2px {
	height: 2px;
	background: #8b1b3f;
}

.board_search_box {
	padding: 5px 0;
	text-align: right;
}


.none{clear: both;}


.btn_white{border: 1px solid #969696;padding: 6px 13px;}
.btn_white2{border: 1px solid #ccc;padding: 6px 13px;}
.btn_white3{background:#52565a; color:#fff; padding: 7px 14px;}


.button button{
	padding: 7px 12px;
	background:#52565a;
	color:#fff;
	border:none
	
}