@charset "utf-8";

*, *:before, *:after {margin:0; padding:0; border:0; box-sizing:border-box; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; -o-box-sizing:border-box;}
html {height:100%;}
body{-ms-overflow-style:scrollbar;-webkit-text-size-adjust:100%;-moz-text-size-adjust:100%;-ms-text-size-adjust:100%;}
body,p,h1,h2,h3,h4,h5,h6,ul,ol,li,dl,dt,dd,table,th,td,form,fieldset,legend,input,textarea,button,select{margin:0;padding:0; }
body,input,textarea,select,button,table{font-family:'Malgun Gothic',"맑은 고딕",Tahoma,Sans-serif;font-size:12px;line-height:1.2;color:#333;}
input,textarea,select {font-family:Dotum;}
html, body {width: 100%;height:100%;margin:0;padding:0;}
img,fieldset{border:0;}
ul,ol{list-style:none;}
em,address{font-style:normal;}
img{vertical-align:top;}
a{text-decoration:none;color:#222;}
article,aside,dialog,footer,header,section,footer,nav,figure{display:block;margin:0;padding:0;}
button{border:0 none;background:transparent;cursor:pointer;}
button::-moz-focus-inner{padding:0;border:0;}
 hr{display:none;} 
textarea{resize:none;}
table{border-collapse:collapse;width:100%;}
legend, caption {width: 0;height: 0; visibility: hidden; font-size: 0;line-height: 0;}

input[type=text]{-webkit-appearance:none;-moz-appearance:none;appearance:none}
input[type="text"]:disabled {background:#f7f7f7;}
input[type=multiple]{padding:0;}
input[type=multiple] option{padding:3px 5px;}


@media all and (max-width: 720px) {
	body {}
}