@charset "utf-8";

/* Reset */
* {
   margin:0;
   padding:0;
}
html,body {
	width:100%;
	height:100%;
}
html {
	overflow-y:scroll;
}
body,h1,h2,h3,h4,input,button, p {
	font-family:'Malgun Gothic','맑은고딕', 'dotum', sans-serif;
	-webkit-text-size-adjust: none;
	font-size: 0;
	font-weight: 400;
	color:#222;
}
body {
	background-color:#fff;
	text-align:center;
	*word-break: break-all;
	-ms-word-break: break-all;
}
img,fieldset,iframe {border:0 none;}
li {list-style:none;}
input,select,button {vertical-align:middle; }
img {vertical-align:top;}
i,em,address {font-style:normal;}
select::-ms-expand {display: none;} 
input::-ms-clear {display:none;}
a {color:#222; text-decoration:none;}
a:hover {color:#222; text-decoration:none;}
hr {display:none;}

table {
	border-collapse:collapse;
	border-spacing:0;
}
img {
	max-width: 100%;
    height: auto;
}
/* 
html, body, div, ul, li, img, a, span, table, thead, th, tbody, tr, td, tfoot {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

 */