/* 공통설정 */
*{font-family:'Nanum Gothic',Verdana,Dotum,AppleGothic,sans-serif !important; }
html,body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td,img { margin:0; padding:0; }
img{border:0;}
body{text-align:center;max-width: 420px;margin: 0 auto; background: #313131;}
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0px;
  box-shadow: none;
}
.insta_wrap {max-width: 320px; margin: 30px auto 0; background-color: #fff;}
li { list-style:none; }
a { text-decoration:none;  }
a:active { text-decoration:none; }
#footer {position: relative; z-index: 9; background-color: #fff;}

/* html5 */
object, del, sub, var { margin:0; padding:0; }
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }

.displaynone{display:none;}
::-webkit-scrollbar {width:8px;}
::-webkit-scrollbar-track {background-color: #ffffff;}
::-webkit-scrollbar-thumb {border-radius:4px;background-color: #c1c1c1; }
::-webkit-scrollbar-thumb:hover {background-color: #a9a9a9;}
