@charset "UTF-8";
body{
	margin:0px;
	font-family: "微軟正黑體","蘋果儷中黑";
}



@media screen and (min-width:1025px){
	#button{
    width: 40px;
    height: 40px;
    position: fixed;
    top: 30px;
    right: 20px;
    border: 0px solid hsla(0,0%,95%,1.00);
    z-index: 1000;
	padding-left:5px;
	padding-right: 5px;
	border-radius: 3px;
	display: none;
}

.line{
    height: 3px;
    margin-top: 8px;
    margin-bottom: 8px;
    background-color: hsla(0,0%,100%,1.00);
    border-radius: 10px;
    -webkit-box-shadow: 0px 0px;
    box-shadow: 0px 0px;
}

#clesBt{
    width: 40px;
    height: 40px;
    position: fixed;
    top: 30px;
    right: 20px;
    z-index: 1000;
    display: none;
    }
    
    .cles_line{
    height: 35px;
    width: 3px;
    background-color: hsla(0,0%,100%,1.00);
    position: absolute;
    left: 18px;
    top: 2px;
    border-radius: 10px;
    }
	
#top{
	background-color: #FFFFFF;
	color: #fff;
	padding-top: 30px;
	position: fixed;
	width: 100%;
	border-bottom: 1px solid #ECECEC;
	z-index: 10000;
	display: flex;
	align-items: center;
	padding-left: 2%;
	padding-bottom: 10px;
}

#logo{
	width:100%;
	max-width:250px;
	border: 0px solid hsla(0,0%,0%,1.00);
	/*margin-bottom:15px;*/
}

#logo img{
	width:100%;
	height:auto;
	display: block;
	margin: 0 auto 0 auto;
	
}
    
#community{
	position: absolute;
	right:20px;
}

#community img {
	height:35px;
	padding-left:5px;
	padding-right:5px;
}

#menu{
    height: 50px;
    display: flex;
    /*background-color: #019b91;*/
    width: 75%;
    border: 0px solid hsla(0,0%,0%,1.00);
    position: relative;
}

#menu ul{
    list-style-type: none;
    display: flex;
    text-align: center;
    border: 0px solid hsla(0,0%,0%,1.00);
    padding-top: 10px;
    padding-left: 40px;
	}
	
#menu ul li{
	position: relative;	
	}
    
#menu ul li:hover ul{
	display: block;	
	}


#menu ul li a{
	color: #000;
	text-decoration: none;
	padding-left: 15px;
	padding-right: 15px;
	font-size: 20px;
	display: block;
	line-height: 50px;
	cursor: pointer;
	font-weight: 400;
}
	
#menu ul li a:hover{
    color: #06b1b9;
    font-weight: 900;
	}
	
#menu ul li ul{
	position: fixed;
	left: 300px;
	width: 60%;
	background-color: hsla(0,0%,0%,0.70);
	-webkit-backdrop-filter: blur(3px);
	backdrop-filter: blur(3px);
	display: none;
	z-index: 9000;
	padding: 10px;
	border: 0px solid hsla(0,0%,74%,1.00);
	}
	
#menu ul li ul li{
    border: 0px solid hsla(0,0%,74%,1.00);
    float: left;
	width:20%;
	}

#menu ul li ul li a{
		color:#fff;
	}
#menu ul li ul li a:hover{
	background-color: hsla(0,0%,0%,0.83);
	color: #81B9B6;
	font-weight: 900;
	}


	
#detail_content{
    padding-top: 100px;
    padding-bottom: 20px;
	width:80%;
	max-width:1200px;
	margin-left:auto;
	margin-right:auto;
    border:0px solid hsla(359,82%,41%,1.00);
}
	



#downInfo{
	background-color: #019b91;
	color:#ffffff;
	padding-left:10%;
	padding-right:10%;
	padding-top:10px;
	padding-bottom:10px;
}

}

@media screen and (max-width:1024px){
	#button{
    width: 40px;
    height: 40px;
    position: fixed;
    top: 22px;
    right: 10px;
    border: 0px solid hsla(0,0%,95%,1.00);
    z-index: 1000;
    padding-left: 5px;
    padding-right: 5px;
    border-radius: 3px;
	background-color: #019b91;
}

.line{
    height: 3px;
    margin-top: 8px;
    margin-bottom: 8px;
    background-color: hsla(0,0%,100%,1.00);
    border-radius: 10px;
    -webkit-box-shadow: 0px 0px;
    box-shadow: 0px 0px;
}
    
#clesBt{
    width: 40px;
    height: 40px;
    position: fixed;
    top: 21px;
    right: 10px;
    z-index: 1000;
    display: none;
	background-color: #019b91;
	border-radius: 5px;
    }
    
    .cles_line{
    height: 35px;
    width: 3px;
    background-color: hsla(0,0%,100%,1.00);
    position: absolute;
    left: 18px;
    top: 2px;
    border-radius: 10px;
    }

#top{
	background-color: #FFF;
	color: #fff;
	padding-left: 5%;
	padding-right: 5%;
	padding-top: 30px;
	padding-bottom: 20px;
	position: fixed;
	top: 0px;
	width: 100%;
	height: 75px;
	z-index: 100;
	border-bottom: 1px solid #EAEAEA;
}

#logo{
	width:60%;
    position: absolute;
    top:10px;

}

#logo img{
    width: 100%;
    max-width: 200px;
    display: block;
    z-index: 1000;
    position: relative;

}
    
#community{
    position: fixed;
    right: 70px;
    top: 30px;
    text-align: right;
}

#community img {
	width:10%;
	min-width:30px;
	padding-left:2px;
	padding-right:2px;
}

#menu{
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100vh;
	/*background-color: hsla(0,0%,0%,0.75);*/
	background-color: rgba(255,255,255,0.25);
	padding-top: 20vh;
	-webkit-backdrop-filter: blur(10px);
	backdrop-filter: blur(10px);
	display: none;
	z-index: 900;
	overflow-y: auto;
}
	
#menu ul{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	
		
	}
	
#menu ul li{
		
	}
	
#menu ul li a{
	color: #000000;
	text-decoration: none;
	padding-left: 15px;
	padding-right: 15px;
	font-size: 20px;
	display: block;
	line-height: 60px;
	text-align: center;
	/*text-shadow: 2px 2px 3px rgba(0,0,0,0.60);*/
	cursor: pointer;
	text-shadow: 0px 0px 3px hsla(0,0%,100%,0.70);
	}
	
#menu ul li ul{
    border-top: 1px solid rgba(0,0,0,0.10);
    border-bottom: 1px solid rgba(0,0,0,0.10);
    background-color: hsla(176,99%,31%,0.30);
    display: none;
	overflow: hidden;
	}
	
#menu ul li ul li{
    margin: 0;
    padding: 0 2% 0 2%;
    width: 33.3%;
    float: left;
	}

#menu ul li ul li a{
    color: hsla(176,100%,14%,1.00);
    text-shadow: 0px 0px 3px hsla(0,0%,100%,0);
	display: block;
	text-align: center;
}



#content{
    padding-bottom: 50px;
    border: 0px solid hsla(0,0%,18%,1.00);
}

#detail_content{
    padding-top: 30px;
    padding-bottom: 20px;
	width:100%;
	margin-left:auto;
	margin-right:auto;
    border:0px solid hsla(359,82%,41%,1.00);
}


#downInfo{
	background-color: #019b91;
	color: #ffffff;
	padding-left: 10%;
	padding-right: 10%;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 12px;
}


#down_declare{
    font-size: 12px;
    text-align: center;
}
}
