@charset "utf-8";
/*@import url(//fonts.googleapis.com/earlyaccess/notosanskr.css);*/
@font-face{
	font-family: 'NotoSansR';
	src:url('/font/NotoSansR.eot') ;
	src:local(“※”),
		url('/font/NotoSansR.eot?#iefix') format('embedded-opentype'),
		url('/font/NotoSansR.woff') format('woff'),
		url('/font/NotoSansR.ttf') format('truetype');
}
@font-face{
	font-family: 'Gotham';
	src:url('../font/Gotham.eot') ;
	src:local(“※”),
		url('../font/Gotham.eot?#iefix') format('embedded-opentype'),
		url('../font/Gotham.woff') format('woff'),
		url('../font/Gotham.ttf') format('truetype');
}
/*reset*/
body,div,h1,h2,h3,h4,h5,h6,p,span,form,fieldset,table,tr,td,th,tfoot,tbody,thead,caption,
ul,li,ol,dl,dd,dt,p,address,header,footer,nav,article,aside,section,figure,figcaption,
audio,video{margin:0;padding:0;}

/*html5요소 인식시키기*/
header,footer,nav,article,aside,section,figure,figcaption,audio,video{display:block;}

ul,ol{list-style:none;}
a{text-decoration:none;color:#000;color:#222;}
img{border:0;vertical-align:top;max-width:100%;height:auto;}

html,body{width:100%;min-height:100%;font-size:0.9em;/*line-height:1.125em;*/font-family:'NotoSansR','Malgun Gothic','MalgunGothic',"맑은고딕", sans-serif;}
body{-webkit-text-size-adjust:none;color:#222;}/*font-size fixed*/
strong{font-weight:bold;}
hr,caption,legend,figcaption {display:none;}
figure{margin:0;padding:0;}

table {width:100%;}
table, table th, table td {border-collapse:collapse;border-spacing:0;word-break:break-all;}
table td a {text-decoration:none;letter-spacing:-1px !important;}

a {color:#000;text-decoration:none}

