#footer {
	border-top: #dfdfdf 1px solid;
	padding: 20px 15px 40px 15px;
	position: relative;
}

.copyright {
	width: 100%;
}

.copyright p {
	color: #767676;
	font-size: 11px;
	line-height: 14px;
	display: inline;
}

.copyright ul {
	margin-bottom: 4px;
	display: flex;
	flex-direction: column;	
}

.copyright li {
	float: left;
	margin-bottom: 5px;
}

.copyright li:last-child {
	border-right: 0px;
}

.copyright li a {
	color: #666;
	font-size: 12px;
	line-height: 12px;
	font-weight: 700;
}

.copyright li a:hover, .copyright li a.active {
	color: #0039bc;
}

.copyright p a.privacy {
	color: #026ab2;
	font-size: 14px;
}

.copyright p span {
	*display: inline;
	color: #b4b4b4;
	display: inline-block;
	font-family: Arial, Helvetica, sans-serif;
	margin-right: 8px;
	zoom: 1;
}

.globallink {
	padding-top: 20px;
	position: relative;
}

.globallink a.btn_global {
	background: #fff url(/img/_common_/ui.png) right -1100px no-repeat;
	border: #dfdfdf 1px solid;
	border-radius: 12px !important;
	color: #666;
	display: block;
	font-size: 12px;
	height: 26px;
	line-height: 26px;
	padding-left: 12px;
}

.globallink div {
	display: none;
}

.globallink div.globalon {
	display: block;
	position: absolute;
	right: 0;
	bottom: 0;
	width: 100%;
	z-index: 1;
}

.globallink ul {
	background: #fff;
	border: #dfdfdf 1px solid;
	border-radius: 12px !important;
	padding: 11px 35px 11px 13px;
	position: relative;
}

.globallink ul li {
	color: #606060;
	display: block;
	height: 16px;
	line-height: 16px;
	margin-top: 3px;
	padding: 3px 3px 3px 3px;
}

.globallink ul li a {
	color: #606060;
}

.globallink ul li a:hover {
	color: #083f88;
	text-decoration: underline;
}

.globallink ul li:first-child {
	margin-top: 0;
}

.globallink ul li.close2 {
	background: none;
	bottom: 1px;
	height: 26px;
	margin: 0;
	padding: 0;
	position: absolute;
	right: 1px;
	width: 26px;
}

.globallink ul li.close2 a {
	background: url(/img/_common_/ui.png) right -1050px no-repeat;
	display: block;
	height: 26px;
	width: 26px;
}

.globallink ul li.cn {
	background-position: 3px -847px;
}

.globallink ul li.fr {
	background-position: 3px -897px;
}

.globallink ul li.jpn {
	background-position: 3px -797px;
}

.globallink ul li.rus {
	background-position: 3px -947px;
}

.globallink ul li.uk {
	background-position: 3px -697px;
}

.globallink ul li.usa {
	background-position: 3px -747px;
}

@media ( min-width : 480px) {
	.copyright ul {
		flex-direction: row;
	}
	
	.copyright li {
	    padding-right: 20px;
	    margin-right: 20px;
    	border-right: 2px solid #666;
	}
}

@media ( min-width : 768px) {
	.copyright {
		margin: 0;
		padding: 0;
		width: 80%;
	}
	.copyright p {
		letter-spacing: -1px;
		line-height: 20px;
		text-align: left;
		width: 566px;
	}
	.globallink {
		position: absolute;
		top: 14px;
		right: 12px;
		height: 28px;
		width: 140px;
		padding: 0;
	}
	.globallink div.globalon {
		width: 320px;
	}
	.globallink ul {
		margin: 0;
	}
	.inform {
		background: #af84ce;
	}
	.platform {
		background: #5490c8;
	}
	.reserve {
		background: #b4a48a;
	}
	.service {
		background: #015cab;
	}
}