@font-face {
  font-family: 'Nanum Gothic';
  font-style: normal;
  font-weight: 700;
  src: url(//themes.googleusercontent.com/static/fonts/earlyaccess/nanumgothic/v3/NanumGothic-Bold.eot);
  src: url(//themes.googleusercontent.com/static/fonts/earlyaccess/nanumgothic/v3/NanumGothic-Bold.eot?#iefix) format('embedded-opentype'),
       url(//themes.googleusercontent.com/static/fonts/earlyaccess/nanumgothic/v3/NanumGothic-Bold.woff2) format('x-woff2'),
       url(//themes.googleusercontent.com/static/fonts/earlyaccess/nanumgothic/v3/NanumGothic-Bold.woff) format('woff'),
       url(//themes.googleusercontent.com/static/fonts/earlyaccess/nanumgothic/v3/NanumGothic-Bold.ttf) format('truetype');
}
body, td{font-size:11px}

*:focus {outline:none}

a,img {selector-dummy: expression(this.hideFocus=true);}

img {border:none}

a.mr{font-family:tahoma; font-size:8pt; text-decoration:none}
a.mr:link    {color:#ccccff}
a.mr:visited {color:#ccccff}
a.mr:active  {color:#ffffff}
a.mr:hover   {color:#ffffff}

body{
scrollbar-3dlight-color: #222222;
scrollbar-arrow-color: #bbbbcc;
scrollbar-base-color: #789789;
scrollbar-darkshadow-color:#222222 ;
scrollbar-face-color: #3b3b5a;
scrollbar-track-color: #5a5a74;
scrollbar-highlight-color: #7d7d7d;
scrollbar-shadow-color: #323232;

}

::-webkit-scrollbar {

width: 15px;
height: 15px;

}

::-webkit-scrollbar-track-piece  {background-color: #5a5a74;}

::-webkit-scrollbar-button:start:decrement{
height: 15px;
display: block;
background: url('../images/webkit_scrollbar_start.png') no-repeat center center #3b3b5a;
border: 1px solid #3b3b5a;
}
::-webkit-scrollbar-button:end:increment {

height: 15px;
display: block;
background: url('../images/webkit_scrollbar_end.png') no-repeat center center #3b3b5a;
border: 1px solid #3b3b5a;
}


::-webkit-scrollbar-thumb:vertical,
::-webkit-scrollbar-thumb:horizontal

{

background-color:#3b3b5a;
border: 1px solid #3b3b5a;
-webkit-border-radius: 0px;

}



