@import url('https://fonts.googleapis.com/css?family=Noto+Sans+TC');

* {
    margin:0;
    padding:0;
    line-height:0;
}

.header {
    width: 100%;
    position: relative;
    z-index: 999;
	height: 3.6em;
	padding-top: 0.5em;
	background-color: #405549;
}

.mosttx {
	font-size: 0.8em;
	color: #FFF;
	line-height: 1.5em;
	letter-spacing: 0.1em;
}

.wrapper{
    width: 100%;
    margin: 0 auto;
    position: relative;
    min-width: 1200px;
}

.title_bg {
    width: 100%;
    height: 793px;
    margin: 0 auto;
    position: relative;
    background: url("../images/00_bg.jpg") top center no-repeat;
}

.title {
    width: 1200px;
    height: 793px;
    margin: 0 auto;
    position: relative;
}

.title00 {
    position: absolute;
    top: 117px;
    left: 105px;
    z-index: 0;
}

.h2{
    position: absolute;
    top: 255px;
    left: 106px;
    z-index: 0;
}

.h3{
    position: absolute;
    top: 399px;
    left: 106px;
    z-index: 0;
}

.title {
    width: 1200px;
    height: 170px;
    margin: 0 auto;
    position: relative;
}


.hover:hover {
	transition: filter .3s;
	-webkit-filter: contrast(125%) drop-shadow(5px 2px 10px #777); /* Safari */
	filter: contrast(125%) drop-shadow(5px 2px 10px #777);
}      

.box1_bg{ 
    width: 100%;
    height: 2465px;
    margin: 0 auto;
    position: relative;
    background: url("../images/01_bg.jpg") top center no-repeat;
}

.box1 {
    width: 1200px;
    height: 2465px;
    margin: 0 auto;
    position: relative;
}

.box1 img{
    position: absolute;    
}

.box2_bg{ 
    width: 100%;
    height: 700px;
    margin: 0 auto;
    position: relative;
	background: url("../images/02_bg.jpg") top center no-repeat;
}

.box2 {
    width: 1200px;
    height: 700px;
    margin: 0 auto;
    position: relative;
}

.box2 img{
    position: absolute;    
}

footer{
	width: 100%;
	height: 70px;
    position: relative;
    z-index: 999;
	background-color: #405549;
	padding-top: 1.5em;	
	text-align: center;
}

#top {
    width: 70px;
    height: 70px;
    border-radius:999em;
    background-color: #000;
    color: rgb(255, 255, 255);
    text-decoration: none;
    text-align: center;
    line-height: 70px;
    display: block;
    position: fixed;
    right: 40px;
    bottom: 40px;
    z-index: 9999;
    font-family: 'Noto Sans TC';
    font-weight: bold;
    font-size: 1.2em;
}
