@charset "utf-8";
/* CSS Document */
.input {-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:#FFFFFF none repeat scroll 0 0;
border-color:#A6A6A6 #D8D8D8 #D8D8D8 #A6A6A6;
border-style:solid;
border-width:1px;
font-family:"tahoma";
font-size:12px;
height:1.4em;
padding:0.2em 0 0 0.3em;
margin-bottom:3px;
margin-top:3px;

}
/* sliding panel */
#toppanel {
	position: absolute;   /*Panel will overlap  content */
	/*position: relative;*/   /*Panel will "push" the content down */
    top: 0;
	width: 100%;
	font-family:Arial, Helvetica, sans-serif, 굴림;
	font-size:14px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	left:0px;

}
#panel {
	width: 100%;
	height: 200px;
	color: #999999;
	background: #272727;
	overflow: hidden;
	position: relative;
	z-index: 3;
	display: none;
}
#panel h1 {
	font-size: 1.6em;
	padding: 5px 0 10px;
	margin: 0;
	color: white;
}
#panel h2 {
	font-size: 1.2em;
	padding: 10px 0 5px;
	margin: 0;
	color: white;
}
#panel p {
	margin: 5px 0;
	padding: 0;
}
#panel a {
	text-decoration: none;
	color: #0099CC;
}
#panel .icon{
float:left;
padding:15px 5px 0 0px;
	}

#panel .hg {
	line-height:15px;
	font-family:dodum;
	font-size:12px;
	color: gray;
	letter-spacing:-1px;

}
#panel a:hover {
	color: white;
}
#panel a-lost-pwd {
	display: block;
	float: left;
}
#panel .content {
	width: 960px;
	margin: 0 auto;
	padding-top: 15px;
	text-align: left;
	direction:rtl;
	font-size: 0.85em;
}
#panel .content .left {
	width: 280px;
	float: left;
	padding: 0 15px;
	border-left: 1px solid #333;
}
#panel .content .right {
	border-right: 1px solid #333;
	width: 280px;
	float: right;
	padding: 0 15px;
}
#panel .content form {
	margin: 0 0 10px 0;
}
#panel .content label {
	float: left;
	padding-top: 8px;
	clear: both;
	width: 280px;
	display: block;
}
#panel .content input.field {
	border: 1px #1A1A1A solid;
	background: #414141;
	margin-left: 5px;
	margin-top: 4px;
	direction:ltr;
	width: 200px;
	color: white;
	height: 16px;
}
#panel .content input:focus.field {
	background: #545454;
}
/* BUTTONS */
/* Login and Register buttons */
#panel .content input.bt_login, #panel .content input.bt_register {
	display: block;
	float: right;
	clear: left;
	height: 24px;
	text-align: center;
	cursor: pointer;
	border: none;
	font-weight: bold;
	margin: 10px 0;
}
#panel .content input.bt_login {
	width: 74px;
	background: transparent url(/images/bt_login.png) no-repeat 0 0;
}
#panel .content input.bt_register {
	width: 94px;
	color: white;
	background: transparent url(/images/bt_register.png) no-repeat 0 0;
}
#panel .lost-pwd {
	display: block;  
	float:left;
	clear: right;
	padding: 15px 5px 0;
	font-size: 0.95em;
	text-decoration: underline;
}
/********* slide end *********/

/* Panel Tab/button */
.main_tab {
	width:100%;
	background: url(/images/tab_b.png) repeat-x 0 0;
	height: 42px;
	top: 0;
	z-index: 999;
	background-color:#000;
}

.main_tab ul.login {
	display: block;
	position: relative;
	float: right;
	clear: right;
	height: 42px;
	/* width: auto;*/
	font-weight: bold;
	line-height: 30px;
	margin: 0;
	right: 0px;
	color: white;
	font-size: 80%;
	text-align: center;
}
.main_tab ul.login li.left {
	background: url(/images/tab_l.pg) no-repeat left 0;
	height: 42px;
	width: 10px;
	padding: 0;
	margin: 0;
	display: block;
	float: left;
}
.main_tab ul.login li.right {
	background: url(/images/tab_r.pg) no-repeat left 0;
	height: 42px;
	width: 30px;
	padding: 0;
	margin: 0;
	display: block;
	float: left;
}
.main_tab ul.login li {
	text-align: right;
	padding: 0 6px;
	display: block;
	float: right;
	height: 42px;
	background: url(/images/tab_m.pg) repeat-x 0 0;
}
.main_tab ul.login li a {
	color: #0099CC;
}
.main_tab ul.login li a:hover {
	color: white;
}
.main_tab .sep {
	color:#414141;
}
.main_tab a.open, .main_tab a.close {
	height: 20px;
	line-height: 20px;
	padding-right: 24px;
	cursor: pointer;
	display: block;
	width: 100px;
	position: relative;
	top: 11px;
	float: right;
}
.main_tab a.open {
	float: right;
	background: url(/images/bt_open.png) no-repeat right 0;
}
.main_tab a.close {
	float: right;
	background: url(/images/bt_close.png) no-repeat right 0;
}
.main_tab a:hover.open {
	float: right;
	background: url(/images/bt_open.png) no-repeat right -19px;
}
.main_tab a:hover.close {
	float: right;
	background: url(/images/bt_close.png) no-repeat right -19px;
}




/* Panel Tab/button */
.com_tab {
	width:100%;
	background: url(/images/tab_b.png) repeat-x 0 0;
	height: 42px;
	top: 0;
	z-index: 999;
	background-color:;
	float: right;
}

.com_tab ul.login {
	display: block;
	position: relative;
	float: right;
	clear: right;
	height: 42px;
	/* width: auto;*/
	font-weight: bold;
	line-height: 30px;
	margin: 0;
	right: 0px;
	color: white;
	font-size: 80%;
	text-align: center;
}
.com_tab ul.login li.left {
	background: url(/images/tab_l.pg) no-repeat left 0;
	height: 42px;
	width: 10px;
	padding: 0;
	margin: 0;
	display: block;
	float: left;
}
.com_tab ul.login li.right {
	background: url(/images/tab_r.pg) no-repeat left 0;
	height: 42px;
	width: 30px;
	padding: 0;
	margin: 0;
	display: block;
	float: left;
}
.com_tab ul.login li {
	text-align: right;
	padding: 0 6px;
	display: block;
	float: right;
	height: 42px;
	background: url(/images/tab_m.pg) repeat-x 0 0;
}
.com_tab ul.login li a {
	color: white;
}
.com_tab ul.login li a:hover {
	color: #000;
}
.com_tab .sep {
	color:#414141;
}
.com_tab a.open, .com_tab a.close {
	float: right;
	height: 20px;
	line-height: 20px;
	padding-right: 24px;
	cursor: pointer;
	display: block;
	width: 100px;
	position: relative;
	top: 11px;
}
.com_tab a.open {
	background: url(/images/bt_open.png) no-repeat right 0;
}
.com_tab a.close {
	background: url(/images/bt_close.png) no-repeat right 0;
}
.com_tab a:hover.open {
	background: url(/images/bt_open.png) no-repeat right -19px;
}
.com_tab a:hover.close {
	background: url(/images/bt_close.png) no-repeat right -19px;
}



#footer {
	background-repeat:no-repeat;
	width:100%;
	margin:0 auto;
	text-align:center;
	background-color:#111;
}
.meta {
	
	/* height:15px; */
	float:left;
	margin:10px 0 5px 10px;
}
.meta img {
	border:0;
	float:left
}

.meta_sc {
	float:left;
	margin:10px 0 5px 20px;
}
.search {
	width:134px;
	height:16px;
	float:left;
	margin:0 5px 0 20px;
	padding:0 2px;
	border-top:1px solid #616161;
	border-left:1px solid #616161;
	border-right:1px solid #DBD8D1;
	border-bottom:1px solid #DBD8D1;
	font-family:Tahoma, sans-serif;
	font-size:11px;
	color:#737574
}
.search_button {
	background-image:url(/imgs/button_Search.gif);
	background-position:top left;
	background-repeat:no-repeat;
	background-color:#000;
	border:0px;
	width:39px;
	height:21px;
	float:left;
	cursor:hand;
	cursor:pointer
}
.float {
	float:left
}

.lovelogin { 
	font:11px dotum, tahoma, sans-serif;
	text-align:center;
	overflow:visible;

}
/*
.lovelogin {
	list-style:none;
	float:right;

}
*/
.lovelogin a {
	color:#fff;
	text-decoration:none;
}
.lovelogin a:link {
	color:#fff;
	text-decoration:none;
}
.lovelogin a:visited {
	color:#fff;
	text-decoration:none;
}
.lovelogin a:active {
	color:#fff;
	text-decoration:none;
}
.lovelogin a:hover {
	color:#808080;
	text-decoration:none;
}
.lovelogin .loveloginBg {
	background:url(/imgs/loginbox1.gif) no-repeat 0 0;
	height:20px;
	display:block;
}
.lovelogin .loveloginBg a {
	background:url(/imgs/loginbox2.gif) no-repeat right 0;
	height:15px;
	margin-left:8px;
	padding:5px 10px 0 0;
	display:inline-block;
}
.lovelogin .loveloginBg a.img {
	background:url(/imgs/loginbox2.gif) no-repeat right 0;
	height:17px;
	margin-left:8px;
	padding:3px 10px 0 0;
	display:inline-block;
}
.lovelogin .loveloginBg a.img img {
	margin:0;
	padding:0;
	line-height:0;
	font-size:0;
	border:0;
	vertical-align:text-bottom;
}



