@charset "utf-8";

/*=================================================================================
 * Font
 ==================================================================================
 * Nanum Barun Gothic Web Fonts
 * https://github.com/hiun/NanumBarunGothic
 * Copyright (c) 2010, NAVER Corporation (http://www.nhncorp.com)
 =================================================================================*/

/* @import url(https://fonts.googleapis.com/earlyaccess/nanumgothic.css); */

/*=================================================================================
 * reset
 ==================================================================================
 * note : 수정금지
 =================================================================================*/

/* default style */
body,p,h1,h2,h3,h4,h5,h6,ul,ol,li,dl,dt,dd,table,th,td,form,fieldset,legend,input,textarea,button,select{margin:0;padding:0; -webkit-font-smoothing: antialiased;}
body,input,textarea,select,button,table{line-height:1.5; font-family:'nsr','돋움',Dotum,Helvetica,sans-serif; font-size:13px; color:#606060; -webkit-font-smoothing: antialiased;}
body{-webkit-text-size-adjust:none; -moz-text-size-adjust: none; -ms-text-size-adjust: none;}
img,fieldset{border:0}
ul,ol{list-style:none}
em,address{font-style:normal}
.blind{visibility:hidden;overflow:hidden;position:absolute;top:0;left:0;width:1px;height:1px;font-size:0;line-height:0}
caption,legend { width:0; height:0; visibility:hidden; font-size:0; line-height:0; text-indent:-9999px;}
button {border:none; background:none;}

/* link */
a {text-decoration:none; }
a:link {color:#656565;}
a:visited {color:#656565;}
/*a:active {color:#ce1818;}*/
a:hover {text-decoration:none;}
a:focus {text-decoration:none;}

/* chrome scrollbar */
::-webkit-scrollbar{width:8px; height:8px;}
::-webkit-scrollbar-corner{background:transparent; border-right:1px solid #e6e6e6; border-bottom:1px solid #e6e6e6;}
::-webkit-scrollbar-track
{
	background-color:#f2f2f2; background-image:-moz-linear-gradient(left, #f2f2f2 0%, #fff 100%);
 	background-image: linear-gradient(left, #f2f2f2 0%, #fff 100%);
	background-image: -webkit-linear-gradient(left, #f2f2f2 0%, #fff 100%);
	background-image: -o-linear-gradient(left, #f2f2f2 0%, #fff 100%);
	background-image: -ms-linear-gradient(left, #f2f2f2 0%, #fff 100%);
	border: 1px solid #e6e6e6;
}
::-webkit-scrollbar-thumb{background:#c8c8c8; border:1px solid #b8b8b8; -webkit-border-radius:5px; -moz-border-radius:5px; border-radius:5px;}
::-webkit-scrollbar-thumb:hover{background:#8a8a8a; border:1px solid #737373;}