/*
 *  *****************************************************************************
 *  http://www.ara69.net/
 *  http://www.ezjob.kr/
 *
 *  Copyright (c) 2013
 *  조만형. 고남현
 *  개별 CSS.
 *  경로 ez_Layout/inc_Foot.php.
 *  width:1000px 
 *  height:351px;
 *  *****************************************************************************
 */



/** FOOT
===================================*/
#tail_wrap{ background:url('../../../img/back/bg_headback.gif') repeat-x #2F2F30 0 0; }

#tail_wrap #tail_container:after {content:" "; display:block; clear:both;}
#tail_wrap #tail_container{ width:1000px; padding:0; margin: 0 auto; }


/* link */
 a.link:link, a.link:visited, a.link:hover, a.link:active  {
	color:#CDA869; 
	font-size: 12px; 
	font-family: Dotum,'돋움',helvetica,'Apple SD Gothic Neo',AppleGothic,Sans-serif,Meiryo,'メイリオ','MS Gothic';
	text-decoration:none;
}

a.dark:link, a.dark:visited, a.dark:hover, a.dark:active  {
	color:#989898; 
	font-size: 12px; 
	font-family: Malgun Gothic,'맑은 고딕',Dotum,'돋움',helvetica,'Apple SD Gothic Neo',AppleGothic,Sans-serif,Meiryo,'メイリオ','MS Gothic';
	font-weight: bold;	
	text-decoration:none;
}


#foot_box {
	width: 1000px;
	min-height: 160px; height:auto !important; height:160px;	
	color: #989898;
	text-align: center;
	padding:0;
	margin: 0 auto;
}

#foot_box .foot_logo, .policy{ float: left; }
#foot_box .foot_logo {
	width: 190px;
	height:60px;
	margin: 25px 0 0;
	background: url('../../../img/logo/logo.png') no-repeat  0 0 transparent;
}

#foot_box .policy {
	width: 550px;
	height:32px;	
	margin: 25px 0 0;
	list-style: none;
}

#foot_box .policy li{
	float: left;
	color: #989898;
	padding:0;
	text-align: center;
}

#foot_box .foot_company {
	float: left;
	width: 550px;
	margin: 0;
	list-style: none;
}

#foot_box .foot_company li{
	color: #666;
	padding:0;
	font-size: 11px; 
	font-family: Malgun Gothic,'맑은 고딕',Dotum,'돋움',helvetica,'Apple SD Gothic Neo',AppleGothic,Sans-serif,Meiryo,'メイリオ','MS Gothic';
	font-weight: bold;	
	text-align: left;
	line-height:1.6em;
}

#foot_box .foot_Copyright {
	float: left;
	height: 30px;
	text-align: left;
	color: #666;
	margin: 5px 0 0 190px;
}

#foot_box .watch {
	display: inline;
	float: right;
	width: 218px;
	height:100px;
	border: 0;
	margin-top: -55px;
	padding-top:16px;
	/* background: url('../img/back/bg_clock.gif') no-repeat  0 0 transparent; */
	background-color: transparent;
}

/*
#foot_box  hr {
	border-top-width: 1px;
	border-top-color: black;
	border-top-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #393939;
	border-bottom-style: solid;
	margin: 7px 10px;
	display:block;
}
*/
