@charset "utf-8";
.global-landing-header {
	position: relative;
	background: #232323;
	box-shadow: 3px 3px 4px #232323;
	z-index: 99999;
	width:100%;
	min-width:1280px;
}

.global-landing-header section {
	height: 38px;
	padding: 0 20px;
	font-size: 0.8em;
	z-index: 10;
}

.global-landing-header section h1 {
	display: none;
	width: 100px;
	height: 60px;
	margin: 0 auto 0;
}

.global-landing-header section h1 a {
	display: block;
}

.global-landing-header section h1 a img {
	width: 100px;
	height: 60px;
}

.global-landing-header .webzen {
	float: left;
	color: #d9d9d9;
}

.global-landing-header .webzen {
	margin: 9px 20px 12px 0;
}

.global-landing-header .webzen a {
	display: block;
	width: 28px;
	height: 17px;
	background: url('../images/ico_webzen.png') no-repeat left top;
	text-indent: -9999em;
}

.global-landing-header article {
	float: right;
}

.global-landing-header article .go-to-main, .global-landing-header article .language {
	float: left;
}

.global-landing-header article .go-to-main {
	height: 38px;
	margin: 0 10px 0 0;
	color: #d9d9d9;
	line-height: 38px;
}

.global-landing-header article .language {
	min-width: 125px;
	position: relative;
}

.global-landing-header article .language .more {
	display: block;
	height: 38px;
	padding: 0 30px 0 24px;
	background-image: url('../images/bg_mobile_splite_icon.png');
	background-repeat: no-repeat;
	background-position: 100% 16px;
	color: #d9d9d9;
	border-left: 1px solid #232323;
	line-height: 38px;
}

.global-landing-header article .language:hover .more {
	background-position: 100% -30px;
	border-left: 1px solid #f2f2f2;
}

.global-landing-header article .language ul {
	width: 100%;
	padding: 8px 0 12px;
	position: absolute;
	left: 0;
	top: 38px;
	background: #f2f2f2;
	display: none;
}

.global-landing-header article .language li {
	padding: 8px 25px;
}

.global-landing-header article .language li a {
	display: block;
	width: 100%;
	height: 100%;
	color: #888;
	font-size: 1em;
}

.global-landing-header article .language li a:hover {
	color: #ed1c24;
}

.global-landing-header article .language li a.unabailable-language, .global-landing-header article .language li a.unabailable-language:hover {
	color: #ddd;
	background: none;
	cursor: text;
}

.global-landing-header article .language:hover .more {
	background-color: #f2f2f2;
	color: #444;
}

.global-landing-header article .language:hover ul {
	display: block;
}

.cookie_wrp {display:none;}