@charset "utf-8";


@font-face {
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 100;
  src: url(/bbs/fonts/NotoSansKR-Thin.woff2) format('woff2'),
       url(/bbs/fonts/NotoSansKR-Thin.woff) format('woff'),
       url(/bbs/fonts/NotoSansKR-Thin.otf) format('opentype');
}
@font-face {
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 300;
  src: url(/bbs/fonts/NotoSansKR-Light.woff2) format('woff2'),
       url(/bbs/fonts/NotoSansKR-Light.woff) format('woff'),
       url(/bbs/fonts/NotoSansKR-Light.otf) format('opentype');
}
@font-face {
   font-family: 'Noto Sans KR';
   font-style: normal;
   font-weight: 400;
   src: url(/bbs/fonts/NotoSansKR-Regular.woff2) format('woff2'),
        url(/bbs/fonts/NotoSansKR-Regular.woff) format('woff'),
        url(/bbs/fonts/NotoSansKR-Regular.otf) format('opentype');
 }
@font-face {
   font-family: 'Noto Sans KR';
   font-style: normal;
   font-weight: 500;
   src: url(/bbs/fonts/NotoSansKR-Medium.woff2) format('woff2'),
        url(/bbs/fonts/NotoSansKR-Medium.woff) format('woff'),
        url(/bbs/fonts/NotoSansKR-Medium.otf) format('opentype');
 }
@font-face {
   font-family: 'Noto Sans KR';
   font-style: normal;
   font-weight: 700;
   src: url(/bbs/fonts/NotoSansKR-Bold.woff2) format('woff2'),
        url(/bbs/fonts/NotoSansKR-Bold.woff) format('woff'),
        url(/bbs/fonts/NotoSansKR-Bold.otf) format('opentype');
 }
@font-face {
   font-family: 'Noto Sans KR';
   font-style: normal;
   font-weight: 900;
   src: url(/bbs/fonts/NotoSansKR-Black.woff2) format('woff2'),
        url(/bbs/fonts/NotoSansKR-Black.woff) format('woff'),
        url(/bbs/fonts/NotoSansKR-Black.otf) format('opentype');
 }

html,body{width:100%;height:100%}
html{overflow-y:scroll; font-size:10px}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,form,fieldset,p,button{margin:0;padding:0;}
body,h1,h2,h3,h4,input,button,p,a{font-family:'Noto Sans KR';font-size:12px;}
body{background-color:#fff;}
img,fieldset,iframe{border:0 none;}
li,ul{list-style:none;}
input,select,button{vertical-align:middle;}
img{vertical-align: top;}
i,em,address{font-style:normal;}
label,button{cursor:pointer;}
a{color:inherit;text-decoration:none;}
a:hover{color:inherit; text-decoration:none;}
button *{position:relative}
button img{left:-3px;*left:auto}
hr{display:none}
table{border-collapse:collapse;border-spacing:0}
input::-ms-clear{display:none}

/* Common */
.show{display:block}
.hide{display:none}
.blind,legend{display:block;overflow:hidden;position:absolute;top:-1000em;left:0}
