@charset "utf-8";
@import url('http://fonts.googleapis.com/earlyaccess/notosanskr.css');
@import url('http://fonts.googleapis.com/css?family=Roboto:400,300,100,500,700');
*	{margin:0; padding:0;}
html, body {
    margin: 0px;
	padding:0px;
}

html {
  touch-action: manipulation;
}
/*
body	*{ font-family:'Noto Sans KR','맑은 고딕','AppleGothic','돋움','Dotum', sans-serif; font-weight:300; -webkit-text-size-adjust:none; word-spacing:0; letter-spacing:-0.5px;font-size:20px;}
*/
/*div,span{box-sizing:border-box;}*/
ol,	ul/*,	li*/	{list-style-type:none}
h1,h2,h3,h4,h5,h6	{font-size: 100%; }

a{
    color: inherit;
    text-decoration: none;
}
a			{ text-decoration:none}
a:visited	{text-decoration:none}
a:hover	{text-decoration:none}
a:active	{text-decoration:none}

 *:focus { outline:none; }
 input,textarea:focus {
        outline: none !important;
}
/*-webkit-appearance: none;*/
img{ vertical-align: bottom; }
input,select{vertical-align: middle; }
address,em{font-style: normal; }
table{border-collapse: collapse; }
button{border: none; background: transparent;}