@charset "utf-8";

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline;outline:none;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}
html{height:100%}
body{min-height:100%; overflow-x:hidden}
body,th,td,input,select,textarea,button{color:#333; line-height:1.4; font-size:14px; font-weight:400; letter-spacing:0.2px; font-family:sans-serif}/*Helvetica, Arial, sans-serif*/

a{text-decoration:none; color:#333; transition:all 0.1s ease}
a:hover{text-decoration:none}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section{display:block}
dl, ol, ul, menu, li{list-style:none}
i,em,address{font-style:normal;font-weight:normal}
input, select, button, textarea{vertical-align:middle;outline:none;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}
input[type=”button”], input[type=”submit”], input[type="radio"], input[type="checkbox"], /*input[type="text"],*/ button{cursor:pointer;transition:all 0.2s ease}
hr{display:block; visibility:hidden}
strong{font-weight:bold}
table{border-collapse:collapse;border-spacing:0}
img{border:0;max-width:100%; vertical-align:top}/*vertical-align은 이미지에 1px 테두리 적용시 필요*/
fieldset{border:none}
legend{display:none}
h1,h2,h3,h4,h5,h6{font-weight:600}

textarea,input[type=text],input[type=password]{ 
	-webkit-border-radius:0; /* 둥근모서리 */ 
   -webkit-appearance:none; /* 그림자 */ 
   -webkit-appearance: none;
   -moz-appearance: none;
        appearance: none;
}

input[type=radio],
input[type=checkbox]{
   -webkit-appearance: none;
   -moz-appearance: none;
}
