
@import url( "http://fonts.googleapis.com/css?family=Open+Sans" );
*{
  /* font-family: Noto Sans KR, sans-serif; */
   font-family: "Open Sans", "Nanum Gothic", sans-serif;
	margin:0;
	padding:0;
}

/* Àü¿ªÈ¯°æ¼³Á¤ */
header,footer,article,section,hgroup,nav,figure{
	/* Giving a display value to the HTML5 rendered elements: */
	display:block;
}
html {height:100%;}
body {overflow-x:hidden; overflow-y:auto;width:100%;height:100%;hidden-webkit-text-size-adjust:100%;}
div, ul, ol, li {list-style:none outside;display:block;margin:0px;padding:0px;}
/*ul {clear:both;}*/
input {  
    background: -webkit-gradient(linear, left top, left bottombottom, from(#bcbcbe), to(#ffffff));  
    background: -moz-linear-gradient(top,  #bcbcbe,  #ffffff);  
}  

.endsection {padding:30px;}
.cdiv {clear:both !important;margin:0px;padding:0px;width:0px;height:0px;}


.checkbox {margin-top:2px;width:9px;height:9px; }

img {
  border: 0;
  vertical-align: middle;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  -ms-box-sizing: content-box;
  box-sizing: content-box;
  -ms-interpolation-mode: bicubic;
}
a { outline:0;text-decoration:none;}

html {scrollbar-3dLight-Color: #efefef;scrollbar-arrow-color: #dfdfdf; scrollbar-base-color: #efefef; scrollbar-Face-Color: #dfdfdf; scrollbar-Track-Color: #efefef; scrollbar-DarkShadow-Color: #efefef; scrollbar-Highlight-Color: #efefef; scrollbar-Shadow-Color: #efefef}
/* Chrome, Safari¿ë ½ºÅ©·Ñ ¹Ù */
::-webkit-scrollbar {width: 8px; height: 8px; border: 3px solid #fff; }
::-webkit-scrollbar-button:start:decrement, ::-webkit-scrollbar-button:end:increment {display: block; height: 10px; background: url('./images/bg.png') #efefef}
::-webkit-scrollbar-track {background: #efefef; -webkit-border-radius: 10px; border-radius:10px; -webkit-box-shadow: inset 0 0 4px rgba(0,0,0,.2)}
::-webkit-scrollbar-thumb {height: 50px; width: 50px; background: rgba(0,0,0,.2); -webkit-border-radius: 8px; border-radius: 8px; -webkit-box-shadow: inset 0 0 4px rgba(0,0,0,.1)}

.loginbtn {
	width: 250px;
	height:48px;
    padding: 10px 0px;
    font-size: 14px;
    font-weight: 400;
    color: #FFF;
    border-bottom: 1px solid #EFEFEF;
    text-align: center;
    border-style: none;
}

.submitbtn {
    padding: 20px 40px;
    font-size: 14px;
    font-weight: 400;
    color: #FFF;
	margin: 0px 5px;
    text-align: center;
    border-style: none;
}

.submitbtn a, a:hover {
	text-decoration: none;
}

.notice_list a {
	text-decoration: none !important; 
	color: #FFF !important;
}