@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@300&display=swap');



.footer{
	font-size: 16px;
	font-family: 'Noto Sans TC', sans-serif;
	color: #666666;
}

.content {
	font-size: 18px;
	font-family: 'Noto Sans TC', sans-serif;
	color: #1D3750;
	line-height: 26px;
}
.content2{
	width:100%;
}
.content-main-mobile {
	font-size: 4.8vw;
	font-family: 'Noto Sans TC', sans-serif;
	color: #ffffff;
	line-height: 6.5vw;
}
.title-main-mobile {
	font-size: 5.5vw;
	font-family: 'Noto Sans TC', sans-serif;
	color: #26655a;
	line-height: 16.5vw;
	font-weight: bold;
}
.content2-main-mobile {
	font-size: 4.8vw;
	font-family: 'Noto Sans TC', sans-serif;
	color: #6b9a3e;
	line-height: 6.5vw;
}
.title2-main-mobile {
	font-size: 5.5vw;
	font-family: 'Noto Sans TC', sans-serif;
	color: #26655a;
	line-height: 14vw;
	font-weight: bold;
}
.title {
	font-size: 30px;
	font-family: 'Noto Sans TC', sans-serif;
	line-height: 35px;
	color: #143c39;
}

.title2 {
	font-size: 22px;
	font-family: 'Noto Sans TC', sans-serif;
	color: #143c39;
}

.dot {
	font-size: 23px;
	font-family: 'Noto Sans TC', sans-serif;
	color: #ff7761;
}

body {
	margin-left: 0%;
	margin-top: 0px;
	margin-right: 0%;
	margin-bottom: 0px;
	background-color: #F6AF2B;
}
#div-pc{
	display:block;
}

#div-mob{
	display:none;
}

.menu A:link { font-family: "Noto Sans TC";	font-size: 22px; text-decoration: none; color: #143c39; }
.menu A:visited { font-family: "Noto Sans TC"; font-size: 22px; text-decoration: none; color: #143c39; }
.menu A:active { font-family: "Noto Sans TC";font-size: 22px; text-decoration: none; color: #143c39; }
.menu A:hover { font-family: "Noto Sans TC";	font-size: 22px; text-decoration: none; color: #3fbcb2; }

.menu-item{
	background-color:#ffc451;
}
.menu-item:hover{
	background-color:#eb9905;
}

.menu-item A {
	font-family: "Noto Sans TC";
	font-size: 26px; 
	text-decoration: none; 
	font-weight:bold;
	color: #FFFFFF; 
}
.menu-item:hover A {
	font-family: "Noto Sans TC";	
	font-size: 26px; 
	text-decoration: none; 
	font-weight:bold;
	color: #FFFFFF;
}

#Table_01{
	width:100%;
	max-width:1280px;
}

.sidenav {
	height: 100%;
	width: 0;
	position: relative;
	z-index: 11;
	top: -5;
	left: 0;
	float:left;
	background-color: #ffffff;
	overflow-x: hidden;
	transition: 0.5s;
	display:block;
}

#mob-menu-p{
	position:absolute; 
	left:0px; 
	top:0px;
	z-index:10;
}
#pc-header{
	display:table-row;
}
#pc-menu2{
	display:table-cell;
}
#pc-footer{
	display:table-row;
}
#mob-header{
	display:none;
}
#mob-header-2{
	display:none;
}
#mob-footer{
	display:none;
}
#mob-sub-footer{
	display:none;
}
#cont-sub{
	width:79%;
}
#cont-table{
	width:100%;
	max-width:1280px;
	background-image: url(../imgs/bg3.jpg);
} 
.mob-footer{
	font-size: 3.2vw;
	font-family: 'Noto Sans TC', sans-serif;
	line-height: 5vw;
}
@media screen and (max-width: 880px) {
	.content{
		background-color:#ffffff;
	}
	.content2{
		width:90%;
	}
	#cont-sub{
		width:100%;
	}
	#cont-table{
		width:100%;
		max-width:720px;
		background-image:url(../imgs/mobile/bg2.jpg);
	}
	#div-pc{
		display:none;
	}

	#div-mob{
		display:block;
	}
	#mob-menu-1{
		width:76%;
	}
	#mob-menu-2{
		width:12%;
	}
	#mob-menu-3{
		width:12%;
	}
	#Table_01{
		width:100%;
		max-width:720px;
	}
	#pc-header{
		display:none;
	}
	#pc-menu2{
		display:none;
	}
	#pc-footer{
		display:none;
	}
	#mob-header{
		display:table-row;
	}
	#mob-header-2{
		display:table-row;
	}
	#mob-footer{
		display:table-row;
	}
	#mob-sub-footer{
		display:table-row;
	}
}

@media screen and (max-width: 560px) {
	#div-pc{
		display:none;
	}

	#div-mob{
		display:block;
	}
	#mob-menu-1{
		width:70%;
	}
	#mob-menu-2{
		width:15%;
	}
	#mob-menu-3{
		width:15%;
	}
}

@media screen and (max-width: 360px) {
	#div-pc{
		display:none;
	}

	#div-mob{
		display:block;
	}
	#mob-menu-1{
		width:64%;
	}
	#mob-menu-2{
		width:18%;
	}
	#mob-menu-3{
		width:18%;
	}
}
