@charset "utf-8";
/* 사이트 공통 */
*,*:after,*:before { margin: 0; padding: 0;	box-sizing: border-box; }
html, body { width:100%; height:100%; }
html { font-size: 62.5%; }
body { overflow-x: auto; position: relative; font-family: 'Noto Sans KR','Sans-serif'; font-size: 13px; color:#222; letter-spacing: -0.5px; background-color: #fff; text-rendering: auto; -webkit-text-size-adjust: 100%; text-size-adjust: 100%; -ms-text-size-adjust: 100%; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; color: #222; }
button { cursor: pointer; }
a { text-decoration:none; color:#222; }

/* Help Class */
.clearfix:after{
	content:'';
	display: block;
	clear: both;
}