@charset "UTF-8";
/*------------------------------------*\
	font
\*------------------------------------*/
@font-face {
    font-family: 'noto-Regular';
    font-style: normal;
    font-weight: 400;
    src: url(../font/NotoSansKR-Regular.eot);
    src: url(../font/NotoSansKR-Regular.eot?#iefix) format('embedded-opentype'),
    url(../font/NotoSansKR-Regular.woff2) format('woff2'),
    url(../font/NotoSansKR-Regular.woff) format('woff'),
    url(../font/NotoSansKR-Regular.otf) format('opentype')
}

/*------------------------------------*\
	Reset
\*------------------------------------*/
html,body,div,span,h1,h2,h3,h4,h5,h6,p,img,
ol,ul,li,form,label,footer,header,nav,section{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	background: transparent
}
body{
	font-size: 16px;
	font-family: 'noto-Regular';
	color: #474747
}
a{
	color: inherit;
	text-decoration: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}
input{
	margin: 0;
	padding: 0;
	vertical-align: middle
}
button{
	margin: 0;
	padding: 0;
	border: 0;
	background: transparent;
	cursor: pointer;
	font: inherit
}
img{
	max-width: 100%;
	display: block
}
body{
	-moz-text-size-adjust: none;
	-ms-text-size-adjust: none;
	-webkit-text-size-adjust: none;
	text-size-adjust: none
}
