/*
 *  *****************************************************************************
 *  http://www.ara69.net/
 *  http://www.ezjob.kr/
 *
 *  Copyright (c) 2013
 *  조만형. 고남현
 *  개별 CSS.
 *  경로 ez_Layout/inc_TopPanel.php
 *  width:964px 
 *  height:auto;
 *  *****************************************************************************
 */



/** PANEL
===================================*/
#panel {
	width: 100%;
	color: #999999;
	background: #333333;
	overflow: hidden;
	position: relative;
	z-index: 3;
	display: none;
}

#panel  .panel_column{ /* width:964px; */ height: 170px; padding:0; margin: 0 auto; border: 0 solid #ffff00;}

#panel  .panel_column h1 {
	font-size: 28px;
	font-family:"돋움",Dotum, Verdana;
	font-weight: bold;
	color: white;
}

#panel  .panel_column h2{
	font-size: 12px;
	font-family:"돋움",Dotum, Verdana;
	font-weight: normal;
	color: #D2D0D0;
}

#panel  .panel_column p {
	font-size: 12px;
	font-family:"굴림",gulim, Verdana;
	font-weight: normal;
	color: #999;
	padding:0;
	margin:0;
}

#panel  .panel_column a {
	text-decoration: none;
	color: #15ADFF;
}

#panel  .panel_column a:hover {
	color: #15ADFF;
}

#panel  .panel_column ul { padding: 0 0 0 10px; }
#panel  .panel_column ul li{
	font-size: 12px;
	font-family:"돋움",Dotum, Verdana;
	font-weight: normal;
	color: #999;
	line-height: 1.6em;
}





/* Panel Tab/button */
.tab {
  	background: url(../img/panel/tab_b.png) repeat-x 0 0;
	height: 38px;
	position: relative;
    top: 0;
    z-index: 3; 
}

.tab .tab_box {
  	/* width: 964px; */
	height: 38px;
	border: 0 solid #ff0000;
	margin:0 auto;
}

.tab .tab_box ul.login {
	display: block;
	position: relative;
  	float: right;
  	clear: right;
  	height: 38px;
	width: auto;
  	font-weight: bold;
	line-height: 38px;
	margin: 0;
	right: 250px; /* 탭 위치 */
  	color: white;
  	font-size: 11px;
	text-align: center;
}

.tab .tab_box ul.login li.left {
  	background: url(../img/panel/tab_l.png) no-repeat left 0;
  	height: 38px;
	width: 45px;
	padding: 0;
	margin: 0;
  	display: block;
	float: left;
}

.tab .tab_box ul.login li.right {
  	background: url(../img/panel/tab_r.png) no-repeat left 0;
  	height: 38px;
	width: 45px;
	padding: 0;
	margin: 0;
  	display: block;
	float: left;
}

.tab .tab_box ul.login li {
 	text-align: left;
  	padding: 0 6px;
	display: block;
	float: left;
	height: 38px;
  	background: url(../img/panel/tab_m.png) repeat-x 0 0;
}

.tab .tab_box ul.login li a {
	color: #15ADFF;
}

.tab .tab_box ul.login li a:hover {
	color: white;
}

.tab .tab_box a.open, .tab .tab_box a.close {
	height: 20px;
	line-height: 20px !important;
	padding-left: 30px !important;
	cursor: pointer;
	display: block;
	width: 50px; /* 탭 가로사이즈 */
	position: relative;
	top: 11px;
}

.tab .tab_box a.open {background: url(../img/panel/bt_open.png) no-repeat left 0;}
.tab .tab_box a.close {background: url(../img/panel/bt_close.png) no-repeat left 0;}
.tab .tab_box a:hover.open {background: url(../img/panel/bt_open.png) no-repeat left -19px;}
.tab .tab_box a:hover.close {background: url(../img/panel/bt_close.png) no-repeat left -19px;}
