@charset "UTF-8";
@import url('font.css');

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; }
fieldset,img { border:0 none; vertical-align:top; }
dl,ul,ol,li { list-style:none; }
blockquote, q { quotes:none; }
blockquote:before, blockquote:after,q:before, q:after { content:''; content:none; }
input,select,textarea,button { vertical-align:middle; }
table { border-spacing: 0; }
button { border:0 none; cursor:pointer; }
a { color:#000; text-decoration:none; }
a:active, a:hover { text-decoration:none; }
address,caption,cite,code,dfn,em,var { font-style:normal; font-weight:normal; }

/*reset*/
* { box-sizing:border-box; -webkit-tap-highlight-color: transparent; }
body { font-family: 'Poppins', sans-serif; font-weight:400;letter-spacing:-.2px; }
img { max-width:100%; }
input { font-family:inherit; -webkit-appearance: none;appearance: none;border-radius:0;-webkit-border-radius: 0; }
a { color:inherit; }
button { font-family:inherit; background:none; outline:none;margin:0;}
textarea { -webkit-appearance: none;appearance: none;border-radius:0;-webkit-border-radius: 0; font-family:inherit; }