@charset "utf-8";
@import url("reset.css");
html {
	-webkit-font-smoothing: antialiased;
	font-family: "微軟正黑體", "微软雅黑", "Microsoft JhengHei", "新細明體", "PMingLiu", AppleGothic, Dotum, Lucida Grande, Verdana Sana-serif;
	height: 100%;
}
body { height: 100%;}
#wrapper {
	background: url(../images/bg.gif) top center no-repeat;
	width:100%;
	height: 100%;
	position: relative;
}

/* header */
#logo-bar {
	width:980px;
	height:56px;
	background: url(../images/logo.gif) 0 0 no-repeat;
	margin:0 auto;
}
.submenu {
	width:320px;
	height:20px;
	font-size:12px;
	letter-spacing:1px;
	margin-top:30px;
	float:right;
	text-align:center;
}
.submenu a { color:#fff;}
.submenu > a:hover { border-bottom:1px solid #E6F6F9;}
.submenu span {
	font-size:10px;
	margin:0 5px 0;
	color:#135d9b;
}

/* main */
#container {
	width: 100%;
    position: absolute;
    top: 56px;
    bottom: 110px;
    left: 0px;
}

.mainshow {
	background:url(../images/bg_xxxl.jpg) center top no-repeat;
	background-size:cover;
	position:relative;
	width:100%;
	height:100%;	
	min-height: 100%;
	padding-top:60px;
}
#D_panel { display: block;}
#m_panel { display: none;}

h1 {
	background:url(../images/title.png) top center no-repeat;
	background-size:cover;
	width:670px;
	height:260px;
	text-indent:-9999px;
	margin:0 auto;
}
#eu-jp, #india {
	position:absolute;
	bottom:-8px;
	width:562px;
	height:430px;
}
#eu-jp { left:15%;}
#india { right:15%;}
#eu-jp > img, #india > img { width:100%;}
#eu-jp:hover, #india:hover {
	-webkit-transition:.6s;
	transition:.6s;
	bottom:8px;
}

/* footer */
#footer {
	background-color: #005bac;
	border-top:3px solid #eb6100;
	width:100%;
	height:100px;
	box-sizing: border-box;
    position: absolute;
    bottom: 0;
	z-index:300;
	padding-top:15px;
}
#footer p {
	color:#FFFFFF;
	width:60%;
	font-size:1em;
	line-height:1.6em;
	letter-spacing:0.1em;
	margin:0 auto;
	text-align:center;
}
