@charset "UTF-8";
/* CSS Document */
body{
    margin: 0px;
    font-family: "微軟正黑體";
    background-color: #438C53;
}

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

#top_title{
	position: fixed;
	right: 12%;
	top: 76px;
	z-index: 30000;
	font-size: 14px;
	color: hsla(0,0%,100%,1.00);
}

#top{
    padding-left: 10%;
    padding-right: 10%;
    position: fixed;
    width: 100%;
    border-bottom: 0px solid hsla(0,0%,89%,1.00);
    z-index: 10000;
    height: 146px;
    background-color: hsla(0,0%,100%,1.00);
    background-repeat: no-repeat;
    background-position: left top;
    background-image: url(images/banner-1.png);
    -webkit-box-shadow: 0px 0px 5px hsla(0,0%,0%,0.48);
    box-shadow: 0px 0px 5px hsla(0,0%,0%,0.48);
}
#top img {
    height: 60px;
    width: auto;
}

#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;
}

#menu{
	color: hsla(0,0%,36%,1.00);
	z-index: 10001;
	position: absolute;
	bottom: 0px;
	left: 15.2%;
	width: 80%;
}

#banner{
	position: relative;
	padding-top: 65px;
	background-color: hsla(0,0%,100%,1.00);
}
#banner img {
	width: 100%;
	height: auto;
	display: block;
}

#content_range{
	padding-top: 220px;
	background-color: hsla(0,0%,100%,1.00);
	margin-left: auto;
	margin-right: auto;
	width: 80%;
    max-width:1600px;
	position: relative;
	min-height: 600px;
}

#index_content_range{
	min-height: 700px;
	background-color: hsla(0,0%,100%,1.00);
    padding-top:100px;
	margin-top:-22px;

}

#memner_range{
	border: 0px solid hsla(0,0%,54%,1.00);
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 70px;
	overflow: hidden;
	margin-top: -30px;
	}
	
#index_memner_range{
	border: 0px solid hsla(0,0%,54%,1.00);
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
	padding-top: 40px;
	}
	
#title_h1{
	display: block;
	color: hsla(0,0%,47%,1.00);
	font-weight: lighter;
	margin: 0px;
	float: left;
	}
	
#mem_login{
    background-color: #B85858;
    display: inline-block;
    width: 80px;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 5px;
    color: hsla(0,0%,100%,1.00);
    margin-top: 5px;
    margin-left: auto;
    position: fixed;
    top: 10px;
    right: 10px;
    z-index: 10010;
    border: 0px solid hsla(0,0%,100%,1);
    -webkit-box-shadow: 0px 0px 5px hsla(0,0%,0%,0.30);
    box-shadow: 0px 0px 5px hsla(0,0%,0%,0.30);
    transition: all 0.3s ease; /* 新增動畫過渡效果 */
}

#mem_login:hover{
	background-color: #246E47;
    transform: scale(1.05); /* 鼠標移上去時略微放大 */
    box-shadow: 0px 0px 10px hsla(0,0%,0%,0.4); /* 提升陰影強度 */
	}

#top_subject{
	height: 1px;
	background-color: hsla(0,0%,76%,1.00);
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	text-align: right;
	position: relative;
	}
	
#top_subject h2{
	position: absolute;
	margin: 0px;
	left: 0px;
	top: -45px;
	font-weight: lighter;
	font-size: 30px;
	color: hsla(0,0%,39%,1.00);
}
	
#top_subject span{
	background-color: hsla(0,0%,100%,1.00);
	padding: 10px;
	border: 1px solid hsla(0,0%,76%,1.00);
	position: relative;
	top: -10px;
	color: hsla(0,0%,39%,1.00);
	border-radius: 5px;
	}

#info{
    padding-top: 20px;
    color: hsla(0,0%,100%,1.00);
    width: 100%;
    background-color: #00575B;
}

#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;
}
