/*-------------------------------------------------
	[한국표준협회] CSS
	
	* Version 	: 1.0
	* author	: jun hyung park
	* email		: jhpark@muts.co.kr
	* website	: www.muts.co.kr
-------------------------------------------------*/

@charset "utf-8";
@charset "euc-kr";

@import url("content_m.css");
@import url("develope_m.css");

/*초기화*/
*{margin:0;padding:0}
html{overflow-x:hidden;overflow-y:auto;width:100%;height:100%;}
body{
	width:100%;
	height:100%;
	margin:0px;
	padding:0px;
	color:#313131;
	background:#FFF;
	font-size:15px;	
	letter-spacing:0em;
	word-spacing:0em;
	word-break:break-all;
	font-family:Arial, Helvetica, sans-serif;
	-webkit-text-size-adjust:none;
	}

p, div, ul, ol. li, dt, dl, dd, header, nav, aside, article, section, footer, figure, address, h1, h2, h3, h4, h5, h6{border:0px;margin:0px;padding:0px;}
/*HTML5*/article, aside, hgroup, header, footer, figure, figcaption, nav, section,time, mark, canvas, video, audio, details, summary{display:block;}

table{border-spacing:0;border-collapse:collapse;}
fieldset,img{border:0;border:0px;margin:0px;padding:0px;}
ul{list-style:none;}
hr{display:none;}

a         {text-decoration:none;color:#313131;}
a:link    {text-decoration:none;color:#313131;}
a:visited {text-decoration:none;color:#313131;}
a:active  {text-decoration:none;color:#313131;}
a:hover   {text-decoration:none;color:#313131;}
