@charset "utf-8";
/*
@import url(http://fonts.googleapis.com/earlyaccess/nanumgothic.css);
@import url(//cdn.rawgit.com/hiun/NanumSquare/master/nanumsquare.css);
@import url(http://fonts.googleapis.com/earlyaccess/notosanskr.css);
*/
html {
	overflow-x: auto;
	overflow-y: scroll;
}
body {
	margin: 0;
}
html,body{
	width: 100%;
	min-height: 100%;
	color: #333;
	background-color: #fff;
	font-size: 16px;
	font-family: Tahoma, Geneva, sans-serif, 'Malgun Gothic';

}
*, *::before, *::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-text-size-adjust: 1em;
	-ms-text-size-adjust: 1em;
	text-size-adjust: 1em;
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p,
blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em,
img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i,
center, dl, dt, dd, ul, li, fieldset, form, label, legend, table, caption,
tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure,
figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin:0; padding:0;
}
ul, ul li {
	list-style: none;
}

ol {
	margin: 0;
}
input, textarea, select, button {
	vertical-align: top;
	font-family: Tahoma, Geneva, sans-serif, 'Malgun Gothic';
}
input[type="text"],input[type="password"], textarea, select {
	padding: 5px;
}
table {
	border-collapse: collapse;
	border-spacing: 0px;
}
a {
	color: inherit;
	text-decoration: none;
}
a.link {
	color: blue;
	text-decoration: underline;
}
.hide {
	display: none;
}
.floatL {
	float: left;
}
.floatR {
	float: right;
}
.clearfix::after {
	content: "";
	clear: both;
	display: table;
}
span.red {
	color: red;
}
ul.pagination {
	display: inline-block;
	position: relative;
	list-style: none;
	padding: 0px;
	margin: 0px;
}

ul.pagination li {
	color: white;
	float: left;
	line-height: 25px;
	vertical-align: middle;
	text-align: center;
}

ul.pagination li a {
	display: block;
	padding: 0px 5px;
	min-width: 20px;
	color: white;
	font-weight: bold;
	text-decoration: none;
	background-color: #337ab7;
	border-top: 1px solid #2e6da4;
	border-bottom: 1px solid #2e6da4;
	border-right: 1px solid #2e6da4;
}

ul.pagination li:first-child a {
	border-left: 1px solid #2e6da4;
	border-top-left-radius: 6px;
	border-bottom-left-radius: 6px;
}

ul.pagination li:last-child a {
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
}

ul.pagination li a:hover, ul.pagination li.active a {
	color: #337ab7;
	background-color: #fff;
}