@charset "utf-8";

/* custom */
@import url(https://fonts.googleapis.com/css?family=Noto+Sans);
@import url(https://fonts.googleapis.com/earlyaccess/nanumgothic.css);

/* PC 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: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:'Nanum Gothic', sans-serif; /*'Noto Sans', sans-serif; */ color:#555; word-break:break-all} /* color값은 디자인가이드에 맞게사용 */
/* 폰트설정 변경 font-family:'돋움',dotum,sans-serif; */
a {color:#333;text-decoration:none}
/*a:active, a:hover {text-decoration:underline}*/
address,caption,cite,code,dfn,var {font-style:normal;font-weight:normal}

table caption{display:none;}
pre{font-family:'Nanum Gothic', sans-serif; white-space:pre-wrap;}