@charset "utf-8";


@font-face {
  font-family: 'NANUMSQUARE';
  font-style: normal;
  font-weight: 100;
  src: url(/bbs/fonts/NANUMSQUAREL.woff) format('woff'),
       url(/bbs/fonts/NANUMSQUAREL.otf) format('opentype');
}
@font-face {
   font-family: 'NANUMSQUARE';
   font-style: normal;
   font-weight: 500;
   src: url(/bbs/fonts/NANUMSQUARER.woff) format('woff'),
        url(/bbs/fonts/NANUMSQUARER.otf) format('opentype');
 }
@font-face {
   font-family: 'NANUMSQUARE';
   font-style: normal;
   font-weight: 600;
   src: url(/bbs/fonts/NANUMSQUAREB.woff) format('woff'),
        url(/bbs/fonts/NANUMSQUAREB.otf) format('opentype');
 }
@font-face {
   font-family: 'NANUMSQUARE';
   font-style: normal;
   font-weight: 700;
   src: url(/bbs/fonts/NANUMSQUAREEB.woff) format('woff'),
        url(/bbs/fonts/NANUMSQUAREEB.otf) format('opentype');
 }

   @font-face {
      font-family: 'NotoSansKR';
      font-style: normal;
      font-weight: 500;
      src: url(/bbs/fonts/NotoSansKR-Regular.woff) format('woff'),
           url(/bbs/fonts/NotoSansKR-Regular.otf) format('opentype');
    }
    @font-face {
       font-family: 'NotoSansKR';
       font-style: normal;
       font-weight: 800;
       src: url(/bbs/fonts/NotoSansKR-Black.woff) format('woff'),
            url(/bbs/fonts/NotoSansKR-Black.otf) format('opentype');
     }
    @font-face {
       font-family: 'NotoSansKR';
       font-style: normal;
       font-weight: 600;
       src: url(/bbs/fonts/NotoSansKR-Bold.woff) format('woff'),
            url(/bbs/fonts/NotoSansKR-Bold.otf) format('opentype');
     }
    @font-face {
       font-family: 'NotoSansKR';
       font-style: normal;
       font-weight: 300;
       src: url(/bbs/fonts/NotoSansKR-Light.woff) format('woff'),
            url(/bbs/fonts/NotoSansKR-Light.otf) format('opentype');
     }
     @font-face {
        font-family: 'NotoSansKR';
        font-style: normal;
        font-weight: 100;
        src: url(/bbs/fonts/NotoSansKR-Thin.woff) format('woff'),
             url(/bbs/fonts/NotoSansKR-Thin.otf) format('opentype');
      }

html,body{width:100%;height:100%}
br{opacity:0;}
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,button,p,a{font-family:'NanumSquare';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}
