@charset "UTF-8";
/* CSS Document */
body{
	margin: 0px;
	font-family: "標楷體",DFKai-sb, BiauKai;
	;
	background-image: url(images/bg.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% auto;
	background-attachment: fixed;
	max-width: 1920px;
}

a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}

#home_banner{
	display: block;
	width: 60px;
	height: 32px;
	background-image: url(images/hone.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% auto;
	position: fixed;
	right: 5%;
	top: 30px;
	z-index: 20000;
	}
	
#top{
	padding-left: 5%;
	padding-right: 5%;
	padding-top: 10px;
	position: fixed;
	background-color: #f8f6f8;
	width: 100%;
	z-index: 10000;
	background-image: url(images/top_bg.png);
	background-position: center top;
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-attachment: fixed;
	display: flex;
}

#logo{
	
}
#menu{
	color: hsla(0,0%,36%,1.00);
	z-index: 10001;
	width: 98%;
	position: relative;
	top: 27px;
	padding-left: 2%;
}

#lang{
    position: absolute;
    right: 10%;
    color: hsla(0,0%,38%,1.00);
    font-size: 16px;
    top: 25px;
}

#tel_mail{
    position: absolute;
    right: 10%;
    top: 60px;
	color: hsla(0,0%,38%,1.00);
    font-size: 16px;
}
#top #tel_mail img {
    width: 20px;
    height: auto;
    position: relative;
    top: 5px;
    margin-right: 5px;
    margin-left: 10px;
}



#banner{
	position: relative;
	padding-top: 65px;
}
#banner img {
	width: 100%;
	height: auto;
	display: block;
}

#content_range{
	min-height: 500px;
	padding-top: 100px;
	padding-bottom: 50px;
}

#index_content_range{
	min-height: 500px;
	padding-bottom: 50px;
}

#top_subject{
	height: 1px;
	background-color: #AD964C;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	text-align: right;
	position: relative;
	}
	
#top_subject h2{
	position: absolute;
	margin: 0px;
	left: 0px;
	top: -48px;
	font-weight: lighter;
	font-size: 30px;
	color: hsla(0,0%,0%,1.00);
}

#top_subject h2 left{
	display: inline-block;
	width: 18px;
	height: 35px;
	background-image: url(images/subject_left.png);
	background-repeat: no-repeat;
	background-size: auto 100%;
	position: relative;
	top: 8px;
}

#top_subject h2 right{
	display: inline-block;
	width: 18px;
	height: 35px;
	background-image: url(images/subject_right.png);
	background-repeat: no-repeat;
	background-size: auto 100%;
	position: relative;
	top: 8px;
	left: -13px;
}
	
#top_subject span{
	background-color: #b4ad98;
	padding: 10px;
	border: 0px solid hsla(0,0%,76%,1.00);
	position: relative;
	top: -10px;
	color: hsla(0,0%,0%,1.00);
	border-radius: 5px;
	}

#info{
	background-color: #535354;
	padding-top: 20px;
	padding-bottom: 20px;
	color: hsla(0,0%,100%,1.00);
	width: 100%;
	min-height: 60px;
	background-image: url(images/down_bg.png);
	background-position: center center;
	background-size: 100% auto;
}

#info a{
	color: hsla(0,0%,100%,1.00);
	text-decoration: none;
	}
	
#info a:hover{
	color: hsla(56,100%,50%,1.00);
	text-decoration: none;
	}

#copyright{
    background-color: #223252;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10%;
    padding-right: 10%;
    color: #6d7380;
    font-size: 14px;
    display: flex;
}
#copyright text2 {
    width: 50%;
    text-align: right;
    display: block;
}
#copyright text1 {
    width: 50%;
    display: block;
}
