@charset "utf-8";



/*************************/
/*       tag reset       */
/*************************/
html {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	overflow-x: hidden;
	overflow-y: scroll;
	-ms-content-zooming: none;
	-ms-touch-action: pan-x pan-y;
}
body {
	height: 100%;
	background: #fff;
}
body,
code {
	font-size: 14px;
	font-family: 'Noto Sans KR', '맑은 고딕', 'Malgun Gothic', 'verdana', '굴림', 'Gulim', 'AppleGothic', 'sans-serif';
	color: #333;
	margin: 0;
	padding: 0;
}
ul,
ol,
dl,
p,
span,
button {
	margin: 0;
	padding: 0;
	border: 0 none;
}
li {
	font-family: 'Noto Sans KR', '맑은 고딕', 'Malgun Gothic', 'verdana', '굴림', 'Gulim', 'AppleGothic', 'sans-serif';
	list-style: none;
	color: #333;
}

select,
option,
input,
textarea {
	font-size: 100%;
	font-family: 'Noto Sans KR', '맑은 고딕', 'Malgun Gothic', 'verdana', '굴림', 'Gulim', 'AppleGothic', 'sans-serif';
	color: #333;
	vertical-align: middle;
}


img {
	border: 0;
	margin: 0;
	padding: 0;
}


a,
a:link,
a:active {
	font-size: 14px;
	font-family: 'Noto Sans KR', '맑은 고딕', 'Malgun Gothic', 'verdana', '굴림', 'Gulim', 'AppleGothic', 'sans-serif';
	text-decoration: none;
}
a:visited {
	font-size: 14px;
	font-family: 'Noto Sans KR', '맑은 고딕', 'Malgun Gothic', 'verdana', '굴림', 'Gulim', 'AppleGothic', 'sans-serif';
	text-decoration: none;
}
a:hover,
a:active {
	text-decoration: none !important;
	color: #0086e5;
}
*:focus {
	outline: none !important;
}



table {
    border-spacing: 0;
    border-collapse: collapse;
}
th,td {
	margin: 0;
	padding: 0;
	vertical-align: middle;
}
table th img,
table td img {
	vertical-align: middle;
}
table.table td a:hover {
	color: #0086e5;
}
table td.center {
	text-align: center;
}









/*************************/
/*     float bugFix      */
/*************************/
.clear {
	zoom: 1;
}
.clear:after {
	content: "";
	display: block;
	clear: both;
}




/*************************/
/*          Etc          */
/*************************/
.displaynone {
	display: none;
}

.w1200 {
	width: 1200px;
	margin: 0 auto;
}




.disabled > .page-link,
.page-link.disabled {
	background-color: #fff;
}





