/* 메인화면에서만 사용. 후이즈 플랫폼과 동일한 css 환경설정 */
/* Reset  ---------------------------------------------------------------------------------------------------------------------------------------------------------- */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,textarea,p,blockquote,th,td,input,select,textarea,button {margin: 0;padding: 0;}
body,th,td,input,select,textarea,button {font-size: 16px;color: #333;font-family:'Noto Sans KR',"Malgun Gothic","맑은 고딕",sans-serif; }
dl,ul,ol,menu,li {list-style: none;}
*,*:before,*:after {-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;line-height: 1.2;letter-spacing: -0.2px;}
:focus {outline: 0 !important;}
iframe {border: none;width: 100%;}

a {color: inherit;-webkit-transition: all .2s ease-out -moz-transition: all .2s ease-out;transition: all .2s ease-out;}
a:hover,a:focus,a:active,a:link {text-decoration: none !important;color: inherit;}
img {max-width: 100%;}
textarea {max-width: 100%;resize: none;}
body {overflow-x: hidden;}
caption{overflow:hidden; line-height:0; text-indent:-2000em;}

@media only screen and (min-width: 320px) {
	body {overflow-x: hidden;}
}
