@import url(http://fonts.googleapis.com/earlyaccess/nanumgothic.css);

/* CSS 기본세팅 */
body {
	margin:0px;
	padding:0px;
	font-size:10pt;
	line-height:1.4;	
	font-family: Nanum Gothic,"돋움",Dotum,AppleGothic,sans-serif;
	text-align:center;
	color:#666666;
	font-family:Nanum Gothic,"돋움",Dotum,AppleGothic,sans-serif;
	background:url(../img/common/bg_sub.jpg) no-repeat center top;
	overflow-y:scroll;
}
/* 기본 링크 */
a { selector-dummy : expression(this.hideFocus=true);}
a:link { text-decoration: none; color: #696969 }
a:active { text-decoration: none; color: #696969}
a:visited { text-decoration: none; color: #696969 }
a:hover { text-decoration : none; color: #F26521 }
a { onfocus : "this.blur();" } 
p{padding:0px; margin:0px; margin-top:5px;}
img{border:0px; line-height:0px;}  /*이미지를 text로 인식하여 자동으로 하단 4px여백을 준다. 익스6에서만. 따라서 이렇게 */
a,area { blr:expression(this.onFocus=this.blur()) }
:focus { -moz-outline-style: none; }
.png24{tmp:expression(setPng24(this));}
form { border:0;margin:0;display : inline;}
.text_center{ text-align:center;}
.text_left{ text-align:left;}
.text_right{ text-align:right;}


.line01{ border-bottom:1px solid #dfdfdf;}
.line01_right{ border-bottom:1px solid #dfdfdf; border-right:1px solid #dfdfdf;}
.color_black{color:#101010;}
.color_red{ color:#F00;}
.color_white{ color:#FFF}

input.han {ime-mode:active;}

/* body 시작 */
#wrapper{
    margin:0px auto;         /* 중앙정렬시 auto까먹지 말자 */
	padding:0px;
	width:1024px;
	position:relative;
	
	}
/* 상단 헤드메뉴 */	
#header{
	height:0px;
}

#nav{
	height:82px;
}
	
	
/* 컨텐츠 전체부분 */	
#intro{
	height:257px; margin:31px 0 0 0;
	}

#content{
	padding:0px;
	margin:0px;
	width:100%;
	position:relative;
	overflow:hidden;
}
/* 왼쪽 메뉴부분 */	
#content_menu{
	padding:0px;
	margin:0px;
	margin-left:9px;
	margin-right:44px;
	width:219px;
	float:left;
}

	
/* 컨텐츠 부분 */	
#content_center{
	padding:0px;
	margin:0px;
	width:727px;
	float:left;
	text-align:left;
}

#quick{position:fixed; z-index:999;width:89px; height:210px; left:50%; top:300px; margin-left:520px; display:none;}

#bottom{
    margin:0px auto;         /* 중앙정렬시 auto까먹지 말자 */
	padding:0px;
	width:100%;
	height:86px;
	margin-top:20px;
	position:relative;
	text-align:center;
	}

/* 연혁쪽 메뉴단*/
.year_menu { background:url(../img/bg_sub1_04.gif) no-repeat left top; height:135px; margin-bottom:10px;}
.year_menu ul{ margin:0; padding:0; position:absolute; left:272px; top:160px;}
.year_menu li{ list-style:none; text-align:center; float:left; }
.year_now a{ padding:8px 14px; display: block; font: 12px Dotum; text-decoration: none; color:#fff;	background:#5b880b; font-weight:bold;}
.year a{ padding:8px 14px; display: block; font: 12px Dotum; text-decoration: none; color:#000; background:#CCC; font-weight:bold;}		


/*2017.02.03 asy add*/
.sub05_01_bg{background-color:#F7FBFF;}

input.popupbtn1{
  width: 90px; 
  height: 20px;
  padding-left:2px;
  padding-right:2px; 
  border:none 0px transparent ;
  border:1px solid #cccccc;
  background-color:#ffffff;
  font-family: dotum;
  font-size: 11px ; 
  color:#000000 ;
  text-align:center
  cursor: pointer;
  border-radius: 3px;
}

input.popupbtn2{
  padding-left:2px;
  padding-right:2px; 
  border:none 0px transparent ;
  border:1px solid #cccccc;
  background-color:#ffffff;
  font-family: dotum;
  font-size: 11px ; 
  color:#000000 ;
  text-align:center
  cursor: pointer;
  border-radius: 3px;
}


input.popupbtn3{
  width: 75px; 
  height: 20px;
  padding-left:2px;
  padding-right:2px; 
  border:none 0px transparent ;
  border:1px solid #cccccc;
  background-color:#ffffff;
  font-family: dotum;
  font-size: 11px ; 
  color:#000000 ;
  text-align:center
  cursor: pointer;
  border-radius: 3px;
}
