/* reset 공통스타일시트  */

@charset "utf-8";
/* font */
@import url(http://fonts.googleapis.com/earlyaccess/notosanskr.css); /* font-family: 'Noto Sans KR', sans-serif; */
@import url(http://fonts.googleapis.com/earlyaccess/jejumyeongjo.css); /* font-family: 'Jeju Myeongjo', serif; */
@import url(http://fonts.googleapis.com/earlyaccess/nanumgothic.css); /* font-family : 'Nanum Gothic' */


 
/* 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-left:0}

fieldset,img {border:0 none}
dl,ul,ol,menu,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}
button  {border:0 none;background-color:transparent;cursor:pointer}
body  {background:#fff}
body,th,td,input,select,textarea,button  {font-size:14px;line-height:1.5; font-family:Noto Sans KR, sans-serif;color:#333} 


/* color값은 디자인가이드에 맞게사용 */

address,caption,cite,code,dfn,em,var  {font-style:normal;font-weight:normal}
caption, summery{ visibility:hidden; height:1px}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {display: block}
audio, canvas,video {display:inline-block}
audio:not([controls]) {display: none; height:0}
[hidden], template {display: none}
html {font-family:Noto Sans KR, sans-serif; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%}
body {margin: 0}
a {background: transparent}
a:focus {outline: thin dotted;}
a:active,
a:hover {outline: 0}
a  {color:#333;text-decoration:none}
a:active, a:hover, a:focus  {text-decoration:none; color:#0070ed;}

table { 	border-collapse:collapse; }
