@charset "euc-kr";

@font-face {
	font-family: 'Nanum Gothic';
	font-style: normal;
	font-weight: 700;
	src: url(/css/font/NanumGothic-Bold.eot);
	src: url(/css/font/NanumGothic-Bold.eot?#iefix) format('embedded-opentype'),
		url(/css/font/NanumGothic-Bold.woff2) format('woff2'),
		url(/css/font/NanumGothic-Bold.woff) format('woff'),
		url(/css/font/NanumGothic-Bold.ttf) format('truetype');
}
@font-face {
	font-family: 'Nanum Gothic';
	font-style: normal;
	font-weight: 400;
	src: url(/css/font/NanumGothic-Regular.eot);
	src: url(/css/font/NanumGothic-Regular.eot?#iefix) format('embedded-opentype'),
		url(/css/font/NanumGothic-Regular.woff2) format('woff2'),
		url(/css/font/NanumGothic-Regular.woff) format('woff'),
		url(/css/font/NanumGothic-Regular.ttf) format('truetype');
}
@font-face {
	font-family: 'Nanum Gothic';
	font-style: normal;
	font-weight: 800;
	src: url(/css/font/NanumGothic-ExtraBold.eot);
	src: url(/css/font/NanumGothic-ExtraBold.eot?#iefix) format('embedded-opentype'),
		url(/css/font/NanumGothic-ExtraBold.woff2) format('woff2'),
		url(/css/font/NanumGothic-ExtraBold.woff) format('woff'),
		url(/css/font/NanumGothic-ExtraBold.ttf) format('truetype');
}

/* ±âº»½ºÅ¸ÀÏ */
*{margin:0; padding:0; font-family:"Nanum Gothic",Sans-serif; -webkit-text-size-adjust:none;}
body{float:left; width:100%; margin:0; padding:0; font-size:75%; color:#555; letter-spacing:-1px; line-height:145%;}
fieldset{border:0;}
img{border:0;max-width:100%;vertical-align:middle;}
input, dl,ul,ol,li{margin:0; padding:0; list-style: none;}
a {text-decoration:none; color:#555;}
caption, legend,hr,.skip{position:absolute; top:0; left:-1000px; width:0; height:0; font-size:0; line-height:0;}

.blueTxt{color:#164e87;}
.redTxt{color:#ff0033;}
.greenTxt{color:#006600;}
.orangeTxt{color:#f55d09;}
.pinkTxt{color:#ff0099;}
.pinkTxt2{display:inline-block; width:100%; color:#ff0099;font-size:90%; text-align:center;}
.bold{font-weight:bold;}
