@charset "UTF-8";

/* Initializing CSS */
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing:border-box;
	margin:0;
	padding:0;
}

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, ol, 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;
	border:0;
	font-size:16px;
	vertical-align:baseline;
	background:transparent;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display:block;
}

body {
	line-height:1;
	font-family:'Ubuntu', 'NanumBarunGothic', 'malgun gothic', '맑은 고딕', 'nanumgothic', '나눔고딕', 'dotum', '돋움', sans-serif;
	font-size:13px;
	font-weight: 400;
	color: #000;
	min-width:225px;
	overflow-x:visible;
	/*overflow-x:hidden;*/
	overflow-y:visible;
	/*overflow-x:scroll;
	overflow-y:scroll;
	*/
}

ol, ul, li{
	list-style:none;
} 

a, a:visited{margin:0; padding:0; font-size:100%; text-decoration:none; vertical-align:baseline; color:#000; background:transparent;}
a:hover, a:active, a:focus{margin:0; padding:0; font-size:100%; text-decoration:none; vertical-align:baseline; color:#0479bc; background:transparent;}
a:link:after a:visited:after {content: none !important;}

@media print{
	a[href]:after{
		content:none !important;
	}
}

img{vertical-align:baseline; max-width:100%;}

table {border-collapse:collapse; border-spacing:0;}

input{
	margin:0;
	padding:0;
	box-sizing:content-box;
	font-size:100%;
	text-decoration:none;
	vertical-align:baseline;
	color:#000;
	background:transparent;
}
input::placeholder {color: #1250C2;}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}

/* NanumBarunGothic */
@font-face {
 font-family: 'NanumBarunGothic';
 font-weight: 400;
 src: url('./../fonts/NanumBarunGothicWeb.eot');
 src: url('./../fonts/NanumBarunGothicWeb.eot?#iefix') format('embedded-opentype'),
      url('./../fonts/NanumBarunGothicWeb.woff') format('woff'),
      url('./../fonts/NanumBarunGothicWeb.ttf') format('truetype');
}
/* NanumBarunGothic */
@font-face {
 font-family: 'NanumBarunGothic';
 font-weight: 800;
 src: url('./../fonts/NanumBarunGothicWebBold.eot');
 src: url('./../fonts/NanumBarunGothicWebBold.eot?#iefix') format('embedded-opentype'),
      url('./../fonts/NanumBarunGothicWebBold.woff') format('woff'),
      url('./../fonts/NanumBarunGothicWebBold.ttf') format('truetype');
}
/* ubuntu-regular - latin */
@font-face {
  font-family: 'Ubuntu';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/ubuntu-v11-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Ubuntu Regular'), local('Ubuntu-Regular'),
       url('../fonts/ubuntu-v11-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/ubuntu-v11-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/ubuntu-v11-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/ubuntu-v11-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/ubuntu-v11-latin-regular.svg#Ubuntu') format('svg'); /* Legacy iOS */
}
