	@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC&display=swap');
	
	body {
		margin-left: 0px;
		margin-top: 0px;
		margin-right: 0px;
		margin-bottom: 0px;
		background-image: url(/imgs/bgs.jpg);
	}
	
	.footer {
		font-size: 13px;
		color: #ffffff;
		line-height: 17px;
		font-family: 'Noto Sans TC', sans-serif;
	}
	.footer A:link { font-family: "Noto Sans TC", sans-serif;	font-size: 13px; text-decoration: none; color: #ffffff; }
	.footer A:visited { font-family: "Noto Sans TC", sans-serif; font-size: 13px; text-decoration: none; color: #ffffff;}
	.footer A:active { font-family: "Noto Sans TC", sans-serif; font-size: 13px; text-decoration: none; color: #ffffff; }
	.footer A:hover { font-family: "Noto Sans TC", sans-serif;	font-size: 13px;	text-decoration: underline;color: #ffffff;}

	


	.content {
    font-family: 'Noto Sans TC', sans-serif;
	text-align: justify;
    font-size: 18px;
    text-decoration: none;
    color: #4a3c31;
    line-height: 25px;
  
	}



	.wcontent {
    font-family: 'Noto Sans TC', sans-serif;
    font-size: 18px;
    text-decoration: none;
    color: #FFFFFF;
    line-height: 30px;
	}



	.btitle {
    font-family: 'arial black', sans-serif;
    font-size: 45px;
    text-decoration: none;
			font-weight: bold;
    color: #0366b3;
    line-height: 60px;   
	}

	.bbtitle {
    font-family: 'arial black', sans-serif;
    font-size: 26px;
    text-decoration: none;
			font-weight: bold;
    color: #000000;
    line-height: 40px;   
	}

	.wtitle {
    font-family: 'Noto Sans TC', sans-serif;
    font-size: 22px;
    text-decoration: none;
    color: #FFFFFF;
    line-height: 26px;
	}


	
	.time {
    font-family: 'Noto Sans TC', sans-serif;
    font-size: 60px;
    line-height:65px;
    text-decoration: none;
    color: #666666;
	}



	
	.title {
		font-family: 'Noto Sans TC', sans-serif;
		font-size: 16px;
		text-decoration: none;
		color: #666666;
	}
	
	.title_header {
		font-family: 'Noto Sans TC', sans-serif;
		font-size: 15px;
		text-decoration: none;
		color: #00000;
		line-height: 18px;
	}
	
	.language {
		font-family: 'Noto Sans TC', sans-serif;
		font-size:14px;
		font-weight: normal;
		color: #4B3C03;
		    line-height: 15px;
	}
	
	.mmenu A:link { font-family: "Noto Sans TC";	font-size: 15px; text-decoration: none; color: #000000; }
	.mmenu A:visited { font-family: "Noto Sans TC"; font-size: 15px; text-decoration: none; color: #000000;}
	.mmenu A:active { font-family: "Noto Sans TC"; font-size: 15px; text-decoration: none; color: #000000; }
	.mmenu A:hover { font-family: "Noto Sans TC";	font-size: 15px;	text-decoration: none;color: #999999;
	}

	news A:link {
		font-family: "Noto Sans TC";
		font-size: 20px;
		text-decoration: none;
		color: #FFFFFF;
	}
	.news A:link { font-family: "Noto Sans TC";	font-size: 20px; text-decoration: none; color: #FFFFFF; font-weight: }
	.news A:visited { font-family: "Noto Sans TC"; font-size: 20px; text-decoration: none; color: #FFFFFF;font-weight: }
	.news A:active { font-family: "Noto Sans TC"; font-size: 20px; text-decoration: none; color: #FFFFFF;font-weight: }
	.news A:hover {
		font-family: "Noto Sans TC";
		font-size: 20px;
		text-decoration: none;
		color: #ddef5a;
		font-weight: 
	}

menu_mob A:link { font-family: "Noto Sans TC";	font-size: 22px; text-decoration: none; color: #333333; }
.menu_mob A:link { font-family: "Noto Sans TC";	font-size: 22px; text-decoration: none; color: #333333; }
.menu_mob A:visited { font-family: "Noto Sans TC"; font-size: 22px; text-decoration: none; color: #333333; }
.menu_mob A:active { font-family: "Noto Sans TC";font-size: 22px; text-decoration: none; color: #333333; }
.menu_mob A:hover { font-family: "Noto Sans TC";	font-size: 22px; text-decoration: none; color: #cc3333; }

#header-pc{
	display:table-row;
}

#header-mob{
	display:none;
}
#header-icon3{
	display:block;
}
#cont-pc{
	display:table;
}
#cont-mob{
	display:none;
}
#icon_img {
	width:Auto;
}

#icon_wrap {
  display: flex;
  width:100%;
  flex-flow: wrap;
}
#icon_wrap .icon {
  box-sizing: border-box;
  padding-right:10px;
  margin-bottom:5px;
  width:auto;
}

#micon_wrap {
  display: flex;
  width:100%;

  flex-flow: wrap;
}
#micon_wrap .micon {
  box-sizing: border-box;
  width:25%;
  margin-bottom:10px;

}

#counter{
  display: flex;
  width:80%;
  flex-flow: wrap;

}
#counter .box {
  box-sizing: border-box;
  width:21%;
  margin-left:2%;
  margin-right:2%;
  padding-top:4%;
  padding-bottom:4%;
  padding-left:3%;
  padding-right:3%;
  background-color:#ededed;
  text-align:center;
}

#mob-menu{
	display:none;
	position:absolute;
	top:15px;
	right:0px;
	z-index:10;
	width: 100%;
}

.sidenav {
	height: 100%;
	width: 0;
	position: relative;
	z-index: 11;
	top: 6px;
	left: 0;
	float:right;
	background-color: #FFFFFF;
	overflow-x: hidden;
	transition: 0.5s;
	display:block;
	width:300px;
}
.mob_sub{
	padding-top:5px;
	padding-bottom:5px;
	width:100%;
}
.mob_sub_2{
	padding-top:5px;
	padding-bottom:5px;
	width:100%;
}
.mob_sub_3{
	padding-top:5px;
	padding-bottom:5px;
	width:100%;
}

#mob-menu-p{
	position:absolute;
	top:70px;
	right:0
}

.dropdowns {
  display: none;
  position: absolute;
  z-index: 1;
  padding-top:6px;
}

.menu_c:hover .dropdowns {
  display: block;
}

.menu_c:focus .dropdowns {
  display: block;
}

.dropdown-content {
	display: none;
	position: absolute;
	z-index: 1;
	padding-top: 5px;
}

.dropdown-content-tb {
	display: block;
	position: absolute;
	z-index: 1;
	padding-top: 5px;
}

.dropdown:hover .dropdown-content {
	display: block;
}
.headerEmpty {
	width:45%;
	max-width:630px;
}
#main_sub{
	display: block;
}
#main_sub_2{
	display: none;
}
.menu-item{
	background-color:#4a3c31;
}
.menu-item:hover{
	background-color:#eb9905;
}

.menu-item A {
	font-family: "Noto Sans TC";
	font-size: 22px; 
	text-decoration: none; 
	font-weight:bold;
	color: #FFFFFF; 
}
.menu-item:hover A {
	font-family: "Noto Sans TC";	
	font-size: 22px; 
	text-decoration: none; 
	font-weight:bold;
	color: #FFFFFF;
}
.head-icon2 {
	display: block;
}
.foot-icon2 {
	display: none;
}

.flex-container {
  display: flex;
  flex-wrap: wrap;
}

.flex-container > div {
  flex: 1 0 26%;
}

.main-icon {
	-ms-transform: scale(1); /* IE 9 */
	-webkit-transform: scale(1).; /* Safari 3-8 */
	transform: scale(1); 
	transition: 1s;
}

.main-icon:hover {
	-ms-transform: scale(1.2); /* IE 9 */
	-webkit-transform: scale(1.2); /* Safari 3-8 */
	transform: scale(1.2); 
	transition: 1s;
}

.main_wapper{
  display: flex;
  width:100%;
  flex-flow: wrap;
  max-width:1200px;
}

.main-a{
	box-sizing: border-box;
	position:relative;
	float:left;
	width:54.6%;
	height:auto;
	margin-top:0.4%;
	margin-left:0.2%;
	margin-right:0.2%;
	overflow:hidden;
}
.main-b{
	box-sizing: border-box;
	position:relative;
	float:left;
	width:44.6%;
	height:auto;
	margin-top:0.4%;
	margin-left:0.2%;
	margin-right:0.2%;
	overflow:hidden;
}

.sub_wapper{
  display: flex;
  width:100%;
  flex-flow: wrap;
  max-width:1200px;
}
.subs-1{
	box-sizing: border-box;
	position:relative;
	float:left;
	width:31.3%;
	margin:1%;
	height:auto;
	overflow:hidden;
}
.subs-2{
	box-sizing: border-box;
	position:relative;
	float:left;
	width:48%;
	margin:1%;
	height:auto;
	overflow:hidden;
}

#top-menu{
	display:table;
}

#footer-pc{
	display:table;
}

#footer-mob{
	display:none;
}
#banner-pc{
	display:table-row;
}
#banner-mob{
	display:none;
}


#css-table {
  display: flex;
  width:100%;
  flex-flow: wrap;
}
#css-table .col {
  box-sizing: border-box;
  width:33%;
  padding:2%;
}
.col img{
	width:100%;
}

.col_imgs{
	overflow:hidden;
}
.col_imgs img{
	-ms-transform: scale(1); /* IE 9 */
	-webkit-transform: scale(1); /* Safari 3-8 */
	transform: scale(1); 
	transition: 1s;
}

.col_imgs:hover img{
	-ms-transform: scale(1.2); /* IE 9 */
	-webkit-transform: scale(1.2); /* Safari 3-8 */
	transform: scale(1.2); 
	transition: 1s;
}

.style2 {
	color: #FFFFFF
}

.style6 {
	color: #FFFFFF; 
	font-weight: bold;
	font-size: 24px; 
}

@media ( max-width: 900px) {
	.main-a{
		width:99.6%;
	}
	.main-b{
		width:99.6%;
	}
	#top-menu{
		display:none;
	}
	#mob-menu{
		display:block;
	}
}


@media ( max-width: 768px) {
	#banner-pc{
		display:none;
	}
	#banner-mob{
		display:table-row;
	}
	.subs-1{
		width:98%;
	}
	.subs-2{
		width:98%;
	}
	#footer-pc{
		display:none;
	}

	#footer-mob{
		display:table;
	}	
	#css-table .col {
	  width:50%;
	}
	.footer {
		font-size: 16px;
		line-height: 20px;
	}
	.footer A:link { font-family: "Noto Sans TC", sans-serif;	font-size: 16px; text-decoration: none; color: #ffffff; }
	.footer A:visited { font-family: "Noto Sans TC", sans-serif; font-size: 16px; text-decoration: none; color: #ffffff;}
	.footer A:active { font-family: "Noto Sans TC", sans-serif; font-size: 16px; text-decoration: none; color: #ffffff; }
	.footer A:hover { font-family: "Noto Sans TC", sans-serif;	font-size: 16px;	text-decoration: underline;color: #ffffff;}

}

@media ( max-width: 320px) {
  .flex-container > div {
    flex-basis: 100%;
  }
}

/* non-essential demo styles */
.flex-container > div {
  border-left: 3px solid white;
  border-right: 3px solid white;
  display: flex;
  justify-content: center;
  align-items: center;
}
.icon_wapp_h{
	display:block;
	text-align:center;
	float:none;
	width:94%;
	margin:5%;
	max-width:1500px;
}
#icon_wrap_h {
  display: flex;
  width:100%;
  flex-flow: wrap;
  max-height:160px;
  max-width:1500px;
}
#icon_wrap_h .icon_h {
  box-sizing: border-box;
  padding-right:50px;
  margin-bottom:5px;
  width:auto;
}
@media screen and (max-width: 1024px) {
  .flex-container > div {
    flex-basis: 33%;
  }
	.img_Wrapper{
	  max-width:1024px;
	}
}
@media screen and (max-width: 900px) {
	.img_sub {
		width:33%;
	}
	.img_Wrapper{
	  max-width:900px;
	}
}
#menu-mobs{
	position:absolute; 
	right:0px; 
	top:120px;
	z-index:10;
}
.sidenav {
	height: 105%;
	width: 0;
	position: relative;
	z-index: 11;
	top: 21;
	left: 0;
	float:right;
	background-color: #FFFFFF;
	overflow-x: hidden;
	transition: 0.5s;
	display:block;
}
@media screen and (max-width: 720px) {
  .flex-container > div {
    flex-basis: 51%;
  }
	#header-pc{
		display:none;
	}
	#menu-pc{
		display:none;
	}
	#banner_mob{
		display:block;
	}
	.icon_sub{
		display:block;
		float:left;
		text-align:center;
		width:49.6%;
		margin:0.2%;
		height:auto;
	}
	#cont-pc{
		display:none;
	}

	#cont-mob{
		display:table;
	}
	#micon_wrap .micon {
	  width:50%;
	}
	#icon_wrap .icon {
	  box-sizing: border-box;
	  padding-right:5px;
	  margin-bottom:5px;
	  width:100%;
	}
	.img_Wrapper{
	  max-width:720px;
	}
	#icon_wrap_h .icon_h {
	  padding-right:30px;
	}
	#icon_wrap_h{
	  display:none;
	}
	.btitle{
    font-family: 'Noto Sans TC', sans-serif;
    font-size: 18px;
    text-decoration: none;
    line-height: 21px;
	}
	.contentc {
    font-family: 'Noto Sans TC', sans-serif;
    font-size: 16px;
    text-decoration: none;
    color: #2e2e2e;
    line-height: 28px;

	}
}
@media screen and (max-width: 640px) {
	.img_Wrapper{
	  max-width:640px;
	}
	#icon_wrap_h{
	  display:none;
	}
}
@media screen and (max-width: 480px) {
	.wtitle {
      font-family: 'Noto Sans TC', sans-serif;
      font-size: 30px;
      text-decoration: none;
      color: #FFFFFF;
      line-height: 32px;  
	}
	#icon_wrap_h{
	  display:none;
	}
	#css-table .col {
	  width:100%;
	}
}
