@charset "utf-8";
/* CSS Document */
@font-face {
	font-family: 'Nanum Gothic';
	src:url('../font/NanumGothic.eot');
	src:url('../font/NanumGothic.eot?#iefix') format('embedded-opentype'),
		url('../font/NanumGothic.woff') format('woff'),
		url('../font/NanumGothic.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Nanum Square';
	src:url('../font/NanumSquareB.eot');
	src:url('../font/NanumSquareB.eot?#iefix') format('embedded-opentype'),
		url('../font/NanumSquareB.woff') format('woff'),
		url('../font/NanumSquareB.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}


html, boy {font-family:'Nanum Gothic','Nanum Square', Arial, Times, sans-serif; } 
body {background-color:#f6f9fe; font-size:12px; color:#191919; overflow-x:hidden; }
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, p, blockquote {margin:0;padding:0;}
article,aside,details,figcaption,figure,hgroup,main,nav,section,summary {margin:0px;}
img {border:0; padding:0px; margin:0px; border:none; -ms-interpolation-mode: bicubic;}
ul, ol, li{list-style:none;}
table{border-collapse:collapse; border-spacing:0;}
colgroup{display:table-column-group;}
caption, legend{visibility:hidden;overflow:hidden;height:0px;line-height:0px;}
td, th{color:#666666;word-break:break-all;vertical-align:middle;}
form {margin:0px;	padding:0px;}
legend {display:none;}
fieldset {border:0 none;margin:0px;padding:0px;}
input[type=text],select { border-radius:0px;}
input[type=button] { cursor:pointer}
input:focus{outline:none;outline:0px;}
input:hover{outline:none;outline:0px;}
button {font-family:noto, Arial; margin:0px; padding:0px;}
button{border:none;cursor:pointer;overflow:hidden;text-align:center;}
a:link        {color:#454545;text-decoration:none;}
a:visited     {color:#fff;text-decoration:none;}
a:active      {color:#454545;text-decoration:none;}
a:hover       {color:#ff4400;text-decoration:none;}