body {
   color: #444;
   font-family: 'Montserrat', "Noto Sans TC", sans-serif;
   scroll-behavior: smooth;
}

img {
   max-width: 100%;
}

/*=================== 首頁 ====================*/





.lang {
   position: absolute;
   top: -85px;
   right: 30px;
}

.lang * {
   box-sizing: border-box;
}

@media (max-width: 1239px) {
   .lang {
      position: static;
      top: auto;
      right: auto;
      background: #366A39;
      padding: 6px;
	   
	   text-align: center;
   }
}


.lang ul {
   margin: 0;
   padding: 0;
   list-style: none;
}

.lang ul > li {
	display: inline-block;
/*
   display: flex;
   flex-flow: wrap;
*/
}

.lang ul > li > a,
.lang ul > li > button {
   display: block;
font-size: 13px;
font-weight: 300;
padding: 6px 10px;
margin: 0 5px 0 0;
letter-spacing: 1px;
border-radius: 40px;
color: #444;
text-align: center;
	line-height: 1.3;
}

.lang ul > li > a img {
   display: block;
	margin: 0 auto;
}


.lang ul > li > a:hover,
.lang ul > li > button:hover {
   color: #366A39;
}



@media (max-width: 1239px) {
	
.lang ul > li  {
	width: auto !important;
padding: 0 5px !important;
margin: 0 1px 0 0;
background: #fff;
border-radius: 1px;
display: inline-block !important;
}	

	
.lang ul > li > a, 
.lang ul > li > button {
	width: auto;
	padding: 5px 5px !important;
	margin: 0;
	/* text-align: left; */
	background: #fff;
	border-radius: 2px;
	display: flex !important;
}


	
.lang ul > li > a > img {
  display: inline-block;
margin: 0 3px 0 0;
width: 20px;
}
	
   .lang input {
      width: 100%;
      margin: 5px 0;
   }
	

	
}





.menubg {
	background: url(../bg_menu.png) repeat;
	border-bottom: #7EB559 solid 1px;
}
@media (max-width: 767px) {
   .menubg {
      border-bottom: none;
   }
}

.is-sticky .top_bar_left>.container {
   padding: 0;
}



.indexswf,
.page {
   padding: 160px 0 0;
}

@media (max-width: 1239px) {
.indexswf, .page {
  padding: 155px 0 0;
}
}

@media (max-width: 767px) {

   .indexswf,
   .page {
      padding: 61px 0 0;
   }
}




.relatedlinks {
   padding: 0 80px;
   background: #204f90;
   box-shadow: inset 0px 5px 25px -8px rgba(0, 0, 0, 0.3);
}

.relatedlinks ul {
   display: flex;
   flex-flow: wrap;
   padding: 80px 0 50px;
}

.relatedlinks ul li {
   width: calc(100% / 5 - 30px);
   font-size: 15px;
   margin: 0 15px 15px;
   text-align: center;
}

@media (max-width: 1239px) {
   .relatedlinks ul li {
      width: calc(100% / 4 - 15px);
      margin: 0 7.5px 15px;
   }
}

@media (max-width: 959px) {
   .relatedlinks ul li {
      width: calc(100% / 3 - 15px);
      margin: 0 7.5px 15px;
   }
}

@media (max-width: 767px) {
   .relatedlinks {
      padding: 0 30px;
   }

   .relatedlinks ul li {
      width: calc(100% / 3 - 15px);
      margin: 0 7.5px 15px;
   }
}

@media (max-width: 479px) {
   .relatedlinks ul {
      padding: 40px 0;
   }

   .relatedlinks ul li {
      width: calc(100% / 2 - 15px);
      margin: 0 7.5px 15px;
   }
}

.relatedlinks ul li a {
   display: block;
   color: #fff;
}

.relatedlinks ul li .pic {
   padding-top: 40%;
   overflow: hidden;
   border-radius: 4px;
   position: relative;
   margin-bottom: 10px;
}

.relatedlinks ul li .pic img {
   width: 100%;
   height: 100% !important;
   object-fit: cover;
   position: absolute;
   top: 0;
   left: 0;

   transition: all 0.3s;
}

.relatedlinks ul li:hover .pic img {
   transform: scale(1.2, 1.2);
}






.i_featuresbg {
	width: 100%;
	display: block;
	background-color: #fff;
	
}

.i_features {
   display: flex;
   flex-flow: wrap;
   position: relative;
   padding: 65px 0;
}
@media (max-width: 576px) {
   .i_features {
      padding: 40px 0 60px;
   }
}

.i_features * {
   box-sizing: border-box;
}



.i_features .video .title{
   width: auto;
	margin: 25px auto 20px auto;
	text-align: center;
}

.i_features .video .title .t01 {
   display: inline-block;
  background-image: url(../icon_index_story.png) ;
	 background-repeat: no-repeat;
	background-position: left top;
	background-size: auto;
	padding: 0 0 0 80px;
	text-align: left;
}


.i_features .video .title .t01 .t_cht {
   margin: 0;
font-weight: 500;
line-height: 1;
color: #444;
	font-size: 35px;
	line-height: 1.3;
}

.i_features .video .title .t01 .en {
   color: #366a39;
letter-spacing: 1.5px;
font-family: 'Poppins';
line-height: 1;
	font-weight: 400;
}



.i_features .video {
   width: 53%;
	border: 5px solid #85BF5E;
	padding: 0 0px 20px 0;
}







.i_features .video .pic {
   position: relative;
   padding-top: 60%;
}
.i_features .video .pic::after {
   content: "";
   width: 100%;
   height: 100%;
   display: block;
   position: absolute;
   top: 25px;
   right: -25px;
   background: url(../index_01.png);
}

.i_features .video .pic iframe {
   width: 100%;
   height: 100% !important;

   position: absolute;
   top: 0;
   left: 0;
   z-index: 2;
}



@media (max-width: 1499px) {
   .i_features .video {
      width: 480px;
   }

   .i_features .video h3 {
      font-size: 32px;
      margin-bottom: 10px;
   }
}

@media (max-width: 767px) {
   .i_features .video {
      grid-template-columns: 1fr;
      padding: 0 50px;
   }

   .i_features .video .pic {
      margin-left: 0;
      margin-top: 20px;
   }
	
	.i_features .video .title .t01 .t_cht {
	font-size: 25px;
	line-height: 1.3;
}
	
}




.i_features section {
   flex: 1;
  padding-right: 50px;
}


.i_features .video > section {
   flex: 1;
  padding-right: 0px;
}


@media (max-width: 959px) {
   .i_features .video {
      width: 100%;
padding: 10px 0px;
letter-spacing: 1px;
margin: 40px 0 0 0;
   }

   .i_features section {
      padding-right: 0;
      margin-bottom: 10px;
   }
.i_features .video > section {
   flex: 1;
  padding-right: 0px;
}
	
}





@media (max-width: 767px) {
   .i_features .video {
      width: 100%;
      margin-left: 0;
   }   
}

@media (max-width: 479px) {}




.i_news{
   display: flex;
}
.i_news .title{
   display: flex;
   flex-flow: column;
   justify-content: space-between;
   margin-right: 40px;
	padding-top: 50px;
	background: url(../icon_index_news.png) no-repeat center top;
}
.i_news .title > span{
   display: flex;
}
.i_news .t_cht {
   -webkit-writing-mode: vertical-rl;
   writing-mode: vertical-rl;
   font-weight: 500;
   letter-spacing: 3px;
	color: #444;
	font-size: 35px;
line-height: 1.3;
}
.i_news .en {
	-webkit-writing-mode: vertical-rl;
	writing-mode: vertical-rl;
	color: #366a39;
	padding-top: 3px;
	letter-spacing: 1.5px;
	font-family: 'Poppins';
	line-height: 1;
		font-weight: 400;
}
.i_news .title a {
	display: block;
	text-align: center;
	font-size: 13px;
	margin-bottom: 10px;
	background: #F2F2F2;
	padding: 0 0 0 8px;
	font-family: 'Poppins', sans-serif;
	letter-spacing: 0.5px;
	color: #9D9D9D;
}

.i_news .title a:hover {
	background: #9D9D9D;
	color: #F2F2F2;
}


.i_news ul {
	margin: 45px 0 0 0;
	padding: 0;
	list-style: none;
	flex: 1;
}
.i_news ul li {
	border-bottom: 1px dotted #A6A6A6;
	margin-bottom: 15px;
}
.i_news ul li a{
/*
   display: flex;
   align-items: center;
*/
	display: block;
   padding-bottom: 15px;
}
.i_news .date {
	display: inline-block;
	font-size: 13px;
	padding: 0px;
	margin: 0;
	color: #CEB60F;
	font-family: 'Poppins', sans-serif;
	letter-spacing: 1.5px;
	line-height: 1.7;
}
.i_news ul li p{
   flex: 1;
   margin: 0;
	line-height: 1.8;
}
@media (max-width: 767px) {
   .i_news .title{
      justify-content: flex-start;
      margin-right: 15px;
   }
.i_news .title a {
	padding: 1px 1px 1px 5px;
	font-size: 10px;
}
.i_news .t_cht {
	font-size: 22px;
line-height: 1.3;
	margin-bottom: 40px;
}
   .i_news ul li a{
      flex-flow: wrap;
   }
   .i_news ul li p{
      flex-basis: 100%;
      margin-top: 5px;
   }
}



.i_bottom_bg{
   position: relative;
   padding: 90px 0;
   overflow: hidden;
}
@media (max-width: 767px) {
   .i_bottom_bg{
      padding: 50px 0 20px 0;
   }
}
.i_bottom_bg::after{
   content: "";
   width: 100%;
   height: 100%;
   display: block;
   opacity: 1;
   position: absolute;
   top: 0;
   left: 0;
   background: url(../bg_index_album.jpg) no-repeat center bottom;
}
.i_bottom_bg .container{
   position: relative;
   z-index: 2;
}


.i_bottom{
   display: flex;
   flex-flow: wrap;
}
.i_bottom section{
   position: relative;
}
.i_bottom section:nth-of-type(1){
   width: 100%;
   padding: 0 0 20px 0px;
   margin-right: 50px;
}


/*
.i_bottom section:nth-of-type(2){
   width:calc(100% - 40% - 50px);
}
*/


@media (max-width: 1239px) {
   .i_bottom section:nth-of-type(1){
      width: 100%;
      margin: 0 0 30px;
   }
/*
   .i_bottom section:nth-of-type(2){
      width:100%;
   }
*/
}


.i_bottom .title {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 50px;
	text-align: center;
}

.i_bottom .title a > .t01 {
   width: auto;
display: block;
position: relative;
padding: 0 110px;
}

.i_bottom .title a > .t01::before {
   content: '';
width: 91px;
height: 20px;
position: absolute;
left: 0;
top: 15px;
background-image: url(../icon_index_album_l.png);
background-repeat: no-repeat;
}


.i_bottom .title a > .t01::after {
   content: '';
width: 91px;
height: 20px;
position: absolute;
right: 0;
top: 15px;
background-image: url(../icon_index_album_l.png);
background-repeat: no-repeat;
	-moz-transform:scaleX(-1);
-webkit-transform:scaleX(-1);
-o-transform:scaleX(-1);
transform:scaleX(-1);
}



.i_bottom .title a > .t01 > .t_cht{
   font-weight: 500;
   margin: 0;
   letter-spacing: 2.5px;   
	font-size: 30px;
	line-height: 1.3;
}



.i_bottom .title a > .t01 > .en {
   color: #366a39;
letter-spacing: 0.5px;
font-family: 'Poppins';
line-height: 1;
		font-weight: 400;
}





@media (max-width: 767px) {
.i_bottom .title a > .t01 > .t_cht{
	font-size: 20px;
line-height: 1.3;
}
.i_bottom .title {
  margin-bottom: 25px;
}
	
.i_bottom .title a > .t01 {
  padding: 0 100px;
}	

	
}
@media (max-width: 479px) {

}





.i_bottom .title02{
   color: #008c82;
   line-height: 100%;
   font-weight: 500;
   letter-spacing: 3px;
}
.i_bottom .title02 span{
   display: inline-block;
   font-size: 16px;
   color: #d07a1e;
   letter-spacing: 1px;
}
.i_bottom .more{
   font-size: 14px;
   display: inline-block;
   padding: 8px 20px;
   border-radius: 4px;
   color: #fff;
   background: #008c82;
}
.i_bottom .more:hover{
   background: #06beb2;
}






.i_link_bg {
	padding: 80px 0;
	width: 100%;
	display: block;
	background: url(../bg_i_link.jpg) no-repeat center bottom  #f5f5f5;
}
@media (max-width: 767px) {
   .i_link_bg{
      padding: 50px 0;
   }
}


/*
.i_link_bg::after{
   content: "";
   width: 100%;
   height: 100%;
   display: block;
   opacity: 1;
   position: absolute;
   top: 0;
   left: 0;

}
.i_link_bg .container{
   position: relative;
   z-index: 2;
}

*/





.i_linkbox {

   display: flex;
   flex-flow: wrap;
	
	   width: 80%;
padding: 5px 20px 25px 0px;
margin-right: 60px;
	
}



.i_linkbox .t01 {
	display: flex;
	/* justify-content: space-between; */
	align-items: flex-end;
	margin-bottom: 40px;
	
	padding: 5px 0 0 60px;
	background-image: url(../icon_index_link.png);
	background-repeat: no-repeat;
	background-position: left top;
	
}
.i_linkbox .t01 .t_cht {
   margin: 0;
font-weight: 500;
color: #444;
	font-size: 35px;
	line-height: 1.3;
}

.i_linkbox .t01 .en {
	color: #366a39;
	letter-spacing: 1.5px;
	font-family: 'Poppins';
	/* line-height: ; */
	font-weight: 400;
	padding: 0 10px 0 10px;
}





.i_link {
	width: 80%;
	display: block;
}

.i_link ul {
	margin: 0;
padding: 0 0 0 60px;
list-style: none;
display: flex;
flex-flow: row wrap;
}


.i_link li a{
	color: #444;
display: block;
padding: 8px 15px 10px 35px;
font-size: 17px;
	line-height: 1.8;
margin: 0 10px 5px 0;
}
.i_link li a:hover {
	color: #366A39;
}

.i_link li a span {
	border-bottom: 1px dashed #8c8c8c;
	padding-bottom: 5px;
}



.i_link li:nth-of-type(2n+1)  {
content: '';
background: url(../icon_i_link_01.png) no-repeat left 7px;
position: relative;

}

.i_link li:nth-of-type(2n)  {
content: '';
background: url(../icon_i_link_02.png) no-repeat left 7px;
position: relative;

}



@media (max-width: 992px) {
.i_link_bg {
  padding: 80px 0;
  width: 100%;
  display: block;
  background: url(../bg_i_link_m.jpg) no-repeat center bottom #f5f5f5;
}
.i_linkbox {
  width: 100%;
  padding: 5px 0 25px 0px;
  margin-right: 0;
}
.i_link {
  width: 80%;
  display: block;
}
	
}


@media (max-width: 767px) {
	
.i_link_bg {
  padding: 50px 0;
  width: 100%;
  display: block;
  background: url(../bg_i_link_m.jpg) no-repeat 80% bottom #f5f5f5;
}	
.i_linkbox .t01 {
	display:block;
	margin-bottom: 20px;
	padding: 5px 0 0 65px;
}
.i_linkbox .t01 .t_cht {
	font-size: 20px;
	line-height: 1.1;
}

.i_linkbox .t01 .en {
	padding: 0;
}	
.i_link {
  width: 100%;
  display: block;
}
	.i_link ul {
		  width: 100%;
  padding: 0 10px;
}
	
.i_link li a{
	color: #444;
display: block;
padding: 6px 10px 8px 35px;
font-size: 14px;
margin: 0 10px 2px 0;
}
	
.i_link li:nth-of-type(2n+1) {
	content: '';
	background: url(../icon_i_link_01.png) no-repeat 8px 12px;
	position: relative;
	background-size: 20px 20px;
}

.i_link li:nth-of-type(2n) {
	content: '';
	background: url(../icon_i_link_02.png) no-repeat 8px 12px;
	position: relative;
	background-size: 20px 20px;
}
	
	
}


@media (max-width: 479px) {

}








footer {
   color: #444;
padding: 15px 0;
background: url(../bg_footer.png) repeat;
}
footer * {
   box-sizing: border-box;
}
footer img {
   max-width: 100%;
   height: auto;
	margin: 20px 0;
}
footer a {
   color: #444444;
}
footer a:hover {
   color: #366A39;
}

footer .logo{
   text-align: center;
}
footer .logo img{}
footer ul{
   margin: 0;
   padding: 0;
   list-style: none;
   display: flex;
   flex-flow: wrap;
   justify-content: center;
	letter-spacing: 0.5px;
}
footer ul li{
   font-size: 15px;
   padding: 5px 15px;
}

footer ul li i {
	font-size: 18px;
	color: #85BF5E;
}

footer h6 {
	font-size: 12px;
	text-align: center;
	color: #6aa587;
	border-top: 1px solid rgba(133, 191, 94, 0.2);
	padding: 15px 0 0 0;
	margin: 20px 0 0;
	line-height: 1.4;
	letter-spacing: 0.5px;
}
footer h6 a{
   color: #6aa587;
}

@media (max-width: 479px) {
footer ul li {
  font-size: 14px;
  padding: 4px 15px;
}
	}
@media (max-width: 479px) {
   footer ul{
      justify-content: flex-start;
   }
}




/*================= 內頁 ===================*/

.pagination {
	display: inline-block;
	padding-left: 0;
	margin: 30px 0 40px 0;
	/* border-radius: 4px; */
}

.pagination>li {
   display: inline;
}

.pagination > li > a, .pagination > li > span {
	position: relative;
	float: left;
	color: #4F9C53;
	text-decoration: none;
	background-color: #fff;
	font-size: 13px;
	margin: 0 2px;
	border-radius: 50%;
	line-height: 34px;
	width: 34px;
	height: 34px;
	font-weight: 400;
}

.pagination>li:first-child>a,
.pagination>li:first-child>span {
   margin-left: 0;

}

.pagination>li:last-child>a,
.pagination>li:last-child>span {

}

.pagination>li>a:hover,
.pagination>li>span:hover,
.pagination>li>a:focus,
.pagination>li>span:focus {
   z-index: 2;
   color: #366A39;
   background-color: #eee;
   border-color: #ddd;
}

.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
   z-index: 3;
   color: #fff;
   cursor: default;
   background-color: #4F9C53;
border-color: #4F9C53;
}

.pagination>.disabled>span,
.pagination>.disabled>span:hover,
.pagination>.disabled>span:focus,
.pagination>.disabled>a,
.pagination>.disabled>a:hover,
.pagination>.disabled>a:focus {
   color: #244726;
   cursor: not-allowed;
   background-color: #fff;
   border-color: #ddd;
}


.sr-only {
   position: absolute;
   width: 1px;
   height: 1px;
   padding: 0;
   margin: -1px;
   overflow: hidden;
   clip: rect(0, 0, 0, 0);
   border: 0;
}





.page {}

.page .swf {
   display: flex;
   justify-content: center;
   align-items: center;
	flex-wrap: wrap;
   min-height: 250px;
}

.page .title {
   letter-spacing: 3px;
margin: 0;
font-size: 30px;
display: block;
width: 100%;
text-align: center;
text-transform: capitalize;
text-shadow: 0 0 10px rgba(0,0,0,0.2);
}


.page .title .cht {
  letter-spacing: 3px;
color: #fff;
font-size: 32px;
line-height: 1.3;
font-weight: 500;
}

.page .title .en {
   letter-spacing: 0.5px;
   color: #EAFFDB;
   font-size: 18px;
	line-height: 1.3;
	font-weight: 400;
}



.s01 {
   background: url(../pageswf_01.jpg) no-repeat center top;
}

.s02 {
   background: url(../pageswf_02.jpg) no-repeat center top;
}

.s03 {
   background: url(../pageswf_03.jpg) no-repeat center top;
}

.s04 {
   background: url(../pageswf_04.jpg) no-repeat center top;
}

.s05 {
   background: url(../pageswf_05.jpg) no-repeat center top;
}

.s06 {
   background: url(../pageswf_06.jpg) no-repeat center top;
}

.s07 {
   background: url(../pageswf_07.jpg) no-repeat center top;
}

.s08 {
   background: url(../pageswf_08.jpg) no-repeat center top;
}

.s09 {
   background: url(../pageswf_09.jpg) no-repeat center top;
}

.s10 {
   background: url(../pageswf_10.jpg) no-repeat center top;
}

.s11 {
   background: url(../pageswf_11.jpg) no-repeat center top;
}

.content_wrapper {
   padding:10px 0 0;
   letter-spacing: 1px;
 background: url(../bg_page.png) repeat #ffffff;
}

.content_wrapper * {
   box-sizing: border-box;
}

.pagtcon_top {
   display: flex;
   flex-flow: column;
   align-items: flex-start;
   margin-bottom: 10px;
}

.pagetitle {
   font-size: 1.7em;
line-height: 150%;
text-align: left;
letter-spacing: 3px;
background: url(../icon_pagetitle.png) no-repeat left top;
padding: 6px 0 5px 50px;
width: 100%;
	border-bottom: 1px dotted #D0D9CA;
}

.pagetitle .en {
   display: block;
   letter-spacing: 6px;
   font-size: 12px;
   color: #848484;
   margin: 0 5px;
   text-transform: uppercase;
}

.breadcrumbs {
   display: flex;
flex-flow: wrap;
font-size: 12px;
letter-spacing: 0.5px;
color: #848484;
margin: 0 0 15px;
	padding: 0 1%;
justify-content: flex-end;
}

.breadcrumbs a {
   color: #366A39;
}

.breadcrumbs a i {
   color: #D0D9CA;
}


.slider_pagination>a:nth-of-type(1),
.slider_pagination>a:nth-of-type(2),
.slider_pagination>a:nth-of-type(3) {
   opacity: 0;
}

@media (max-width: 767px) {
   .testimonials_slider .testimonials_slider_ul li .bq_wrapper {
      background: rgba(0, 0, 0, 0.02);
      padding: 30px 0 10px;
      margin-bottom: 20px;
   }

   .testimonials_slider.single-photo .testimonials_slider_ul li .bq_wrapper {
      margin: 0 0 20px;
   }
}

.sidemenu_form {
   display: flex;
   flex-flow: wrap;
   gap: 40px;
   margin-bottom: 10px;
}
.sidemenu_form > section{
   flex: 1;
}
.sidemenu_form > section.menu {
   width: 220px;
   flex: none;
}

.sidemenu_form > section:nth-of-type(2) {
   position: relative;
flex: 1;
padding: 20px;
}

.sidemenu_form.one-column > section:nth-of-type(1) {
   margin-right: 0;
   width: 100%;
/*background: #fff;
   border-radius: 3px;
   border: #eee solid 1px;
   box-shadow: 0px 3px 8px -5px rgba(0, 0, 0, 0.2);
*/
}

.sidemenu_form.one-column section:nth-of-type(2) {}

.sidemenu_form section .edit,
.common_form {
   
}

.edit ul,
.edit ol {
   padding-left: 25px;
}

.edit li {
   margin-bottom: 10px;
}

@media (max-width: 959px) {
   .sidemenu_form section.menu {
      display: none;
      width: 100%;
      margin: 0;
   }

   .sidemenu_form > section:nth-of-type(2) {
      width: 100%;
   }
}

@media (max-width: 767px) {
   .sidemenu_form > section .edit,
   .common_form {
      padding:0;
   }

   .sidemenu_form > section:nth-of-type(2) {
      padding: 20px;
   }
}



/*================= 系所簡介 ===================*/

.about {
	display: block;
	margin-bottom: 40px;
}
.about h4{
   color: #366A39;
}




.subsidylist{
   display: grid;
   gap: 60px 40px;
   grid-template-columns: 1fr 1fr;
}
.subsidylist > section{
   position: relative;
   padding:50px 30px 50px;
   border-radius: 10px;
   border: #366A3936 solid 5px;
}
.subsidylist h3{
   position: absolute;
   left: 50%;
   top: -20px;
   transform: translateX(-50%);
   text-align: center;
   padding: 2px 25px;
   color: #366A39;
   background: #fff;
}
.subsidylist h4{
   color: #dca43e;
}
.subsidylist p{
   margin-bottom: 30px;
}
.subsidylist a{
   display: inline-block;
   padding: 8px 20px;
   border-radius: 20px;
   color: #fff;
   background: #366A39;
}
.subsidylist a:hover{
   background: #03bbaf;
}

@media (max-width: 767px) {
   .subsidylist{
      gap: 50px 20px;
   }
   .subsidylist h3{
      padding: 2px 20px;
   }
}
@media (max-width: 479px) {
   .subsidylist > section{
      padding:25px 30px;
   }
   .subsidylist{
      gap: 30px 0;
      grid-template-columns: 1fr ;
   }
   .subsidylist h3{
      top:-15px;
   }
   .subsidylist h4{
      font-size: 14px;
   }
}













/*===================== 系所成員 =====================*/


.memberlist * {
   box-sizing: border-box;
}

.memberlist ul {
   margin: 0;
   padding: 0;
   list-style: none;
}

.memberlist ul>li {
   position: relative;
   display: flex;
   flex-flow: wrap;
   gap:15px 30px;
   align-items: flex-start;
   padding: 30px;
   border-radius: 5px;
   margin-bottom: 10px;
   transition: all 0.5s;
   background: #f6f6f6;
   border: #fff solid 1px;
}

.memberlist ul>li:hover {
   border: #366A39 solid 1px;
}

.memberlist ul>li a {
   
}

.memberlist ul>li .photo {
   width: 220px;
   height: 250px;
   position: relative;
   border-radius: 20px;
   overflow: hidden;
}

.memberlist ul>li .photo img {
   width: 100%;
   height: 100%;
   object-fit: cover;
   position: absolute;
   top: 0;
   left: 0;
}

.memberlist ul>li .con {
   flex: 1;
   display: flex;
   flex-flow: wrap;
}

.memberlist ul>li .con>span {
   width: 100%;
   display: flex;
   flex-flow: wrap;
   align-items: center;
   margin-bottom: 5px;
   border-bottom: 1px dashed rgb(194, 194, 194);
}

.memberlist ul>li .con>div {
   padding: 8px 0;
   word-break: break-all;
}

.memberlist ul>li .con>div:nth-of-type(1) {
   width: 80%;
}

.memberlist ul>li .con>div:nth-of-type(2) {
   width: 100%;
}

.memberlist ul>li .con>div:nth-of-type(3) {
   width: 100%;
}

.memberlist ul>li h3 {
   font-weight: bold;
   text-align: center;
   margin: 0 10px 5px 0;
}

.memberlist ul>li p {
   margin: 0 0 5px;
}

.memberlist ul>li .title {
   display: block;
   font-weight: bolder;
   font-size: 14px;
   color: #0e4092;
   white-space: nowrap;
   letter-spacing: 2px;
}




.memberlist.all ul {
   display: grid;
   gap: 15px;
   grid-template-columns: repeat(3, 1fr);
}

.memberlist.all ul>li a {
   flex-flow: column;
   align-items: center;
   padding: 20px;
}

.memberlist.all ul>li .photo {
   width: 120px;
   height: 150px;
   margin-right: 0;
   margin-bottom: 15px;
}

.memberlist.all ul>li .con>div:nth-of-type(1) {
   width: 100%;
}

.memberlist.all ul>li .con>span {
   justify-content: center;
}


@media (max-width: 1499px) {
   .memberlist.all ul {
      grid-template-columns: repeat(3, 1fr);
   }
}

@media (max-width: 1239px) {
   .memberlist ul>li .con>div:nth-of-type(1) {
      width: 100%;
   }

   .memberlist ul>li .con>div:nth-of-type(2) {
      width: 100%;
   }

   .memberlist ul>li .con>div:nth-of-type(3) {
      width: 100%;
   }


   .memberlist.all ul {
      grid-template-columns: repeat(2, 1fr);
   }
}

@media (max-width: 576px) {
   .memberlist ul>li {
      justify-content: center;
   }
   .memberlist ul>li a {
      flex-flow: column;
      align-items: center;
   }

   .memberlist ul>li .photo {
      padding-top: 100%;
      margin-right: 0;
      margin-bottom: 10px;
   }

   .memberlist ul>li .con{
      flex-basis: 100%;
   }
   .memberlist ul>li .con>span {
      justify-content: center;
      text-align: center;
   }

   .memberlist ul>li h3 {
      margin: 5px;
   }


   .memberlist.all ul {
      grid-template-columns: 1fr;
   }
}





.morph-button-fixed button.teach {
   display: inline-block;
   width: 200px;
   padding-bottom: 12px;
   border-radius: 50px;
}






.mem_info {
   display: flex;
   margin-bottom: 30px;
}

.mem_info .top:nth-of-type(1) {
   width: 200px;
   position: relative;
   margin-right: 20px;
   padding: 0;
}

.mem_info .top:nth-of-type(2) {
   width: calc(100% - 220px);
   padding: 0;
}

@media (max-width:991px) {
   .mem_info {
      flex-flow: wrap;
      justify-content: center;
   }

   .mem_info .top:nth-of-type(1) {
      width: 200px;
      margin: 0 0 20px;
   }

   .mem_info .top:nth-of-type(2) {
      width: 100%;
   }
}


.mem_info .pic {
   width: 100%;
   position: relative;
   padding-top: 136%;
}

.mem_info .pic img {
   width: 100%;
   height: 100%;
   object-fit: cover;
   position: absolute;
   top: 0;
   left: 0;
}

.mem_info .top ul {
   width: 100%;
   display: block;
   margin: 0;
   padding: 0;
   list-style: none;
}

.mem_info .top ul li {
   display: flex;
   align-items: stretch;

   background: rgba(0, 0, 0, 0.04);
   margin-bottom: 2px;
   padding: 0;
}

.mem_info .top ul li:nth-of-type(even) {
   background: rgba(0, 0, 0, 0.08);
}

.mem_info .top ul li:last-of-type {
   margin-bottom: 0;
}


.mem_info .top ul li a {
   padding: 0;
}

.mem_info .top ul li h4 {
   width: 120px;
   display: flex;
   justify-content: center;
   align-items: center;
   padding: 6px 15px;
   font-size: 15px;
   margin: 0 0 0 0;
   color: #fff;
   background: #848484;
}

.mem_info .top ul li p {
   width: calc(100% - 120px);
   margin: 0;
   font-size: 15px;
   padding: 6px 15px;
   word-break: break-all;
}


@media (max-width:479px) {
   .mem_info .top ul li h4 {
      width: 100px;
      padding: 8px 10px;
      font-size: 15px;
   }

   .mem_info .top ul li p {
      width: calc(100% - 100px);
      padding: 6px 10px;
   }
}






.editlist {}

.editlist input[type="radio"] {
   width: auto;
   display: inline-block;
   max-width: none;
}

.editlist label {
   display: inline-block;
   width: auto;
   margin: 3px 8px;
}

.editlist input[type="button"] {
   max-width: 120px;
   color: #333;
   background: #f5f5f5;
}

.editlist input,
.editlist textarea {
   margin: 0;
   background: #fff;
   box-shadow: none;
   border-color: #cccccc;
}

.editlist input {
   width: 100%;
   max-width: 300px;
}

.editlist textarea {
   width: 100%;
}

.editlist ul {
   margin: 0;
   padding: 0;
   list-style: none;
}

.editlist ul li {
   display: flex;
   align-items: center;
   padding: 8px 0;
}

.editlist ul li:nth-of-type(even) {}

.editlist ul li .title {
   width: 100px;
   margin-right: 20px;
}

.editlist ul li .con {
   flex: 1;
}

@media (max-width:767px) {
   .editlist ul li {
      flex-flow: wrap;
   }

   .editlist ul li .title {
      width: 100%;
      margin-right: 0px;
      margin-bottom: 6px;
   }
}














/*===================== 最新消息 =====================*/

.act_area{
   display: flex;
   flex-flow: wrap;
}
.act_area > div{
   display: flex;
   flex-flow: column;
   position: relative;
   margin-bottom: 50px !important;
}
.act_area .icon{
   width: 100%;
   position: absolute;
   text-align: center;
}
.act_area .con{
   flex: 1;
   margin-top: 150px;
   padding:40px 30px;
   overflow: hidden;
   border-radius: 30px;
   border: #efefef solid 1px;
   box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.3);
}
.act_area .con::after{
   content: "";
   width: 30%;
   height: 4px;
   display: block;
   position: absolute;
   bottom: 0px;
   left: 50%;
   transform: translateX(-50%);
   background: #36008d;
}
.act_area > div:nth-of-type(2) .con::after{
   background: #00b4b8;
}
.act_area > div:nth-of-type(3) .con::after{
   background: #fcc700;
}
.act_area .pic{
   margin-bottom: 15px;
}
.act_area .pic img{
   border-radius: 15px;
}
.act_area section{}

@media (max-width:1239px) {
   .act_area .con{
      margin-top: 100px;
      padding:30px 25px;
   }
}
@media (max-width:959px) {
   .act_area .con{
      margin-top: 90px;
   }
}
@media (max-width:767px) {
   .act_area .con{
      margin-top: 110px;
   }
}
@media (max-width:479px) {
   .act_area .con{
      margin-top: 125px;
   }
}




.act_list{
   margin: 0 0 40px 0;
   padding:0 0;
   list-style: none;

   display: grid;
   gap: 20px;
   grid-template-columns: repeat(3, 1fr);
}
.act_list li{}
.act_list li a{}
.act_list li .pic{
   position: relative;
   padding-top: 70%;
   margin-bottom: 10px;
   overflow: hidden;
   border-radius: 3px;
}
.act_list li .pic img{
   width: 100%;
   height: 100%;
   object-fit: cover;
   position: absolute;
   top: 0;
   left: 0;
		transition: all 0.3s ease;
}

.act_list li:hover .pic img{
   	transform: scale(1.12, 1.12);
}

.act_list li .date{
   color: #4F9C53;
font-size: 0.95em;
font-weight: 400;
	margin-bottom: 3px;
}

.act_list li .title{
   color: #244726;
font-size: 1em;
font-weight: 500;
	transition: all 0.2s ease;
	line-height: 1.5;
margin-bottom: 5px;
}

.act_list li:hover .title{
   color: #316134;
}


.act_list li .btn {
	font-size: 0.95em;
	font-weight: 400;
	display: inline-block;
	color: #fff;
	background: #CEB722;
	width: 100%;
	margin: 5px 0;
	   border-radius: 3px;
	  transition: all 0.2s ease;
}

.act_list li:hover .btn {

		color: #fff;
	background: #b5b3ac;
}




.act_list li p{}

.act_title{
}


.act_title .title{
   color: #244726;
font-size: 22px;
line-height: 1.8;
margin: 5px 0 10px 0;
display: block;
float: left;
font-weight: 500;
	width: 100%;
	
}


.act_title .date{
	display: inline-block;
	color: #CEB60F;
font-size: 0.95em;
font-weight: 500;
}


.act_title .date_event {
  color: #4F9C53;
  font-size: 0.95em;
  font-weight: 400;
  margin-bottom: 3px;
}


.act_title .tag {
   font-weight: 400;
font-size: 14px;
padding: 4px 15px 4px 10px;
color: #5c685c;
border-radius: 3px;
background: #F0F2F0;
display: inline-block;
margin: 0 5px 0 0;
letter-spacing: 2px;
}

@media (max-width:767px) {
   .act_list{
      gap: 30px;
      grid-template-columns: repeat(1, 1fr);
   }
   .act_title h4{
      font-size: 20px;
   }
   .act_title h5{
      position: static;
   }
}

















.back {
   text-align: center;
margin-bottom: 50px;
margin-top: 50px;
}

.back a {
display: inline-block;
color: #fff;
padding: 8px 20px;
border-radius: 3px;
background: #366A39;
margin: 0 0 10px;
width: calc(50% - 4px);
}

.back a:first-child {
background: #7e807b;
}

.back a:hover {
   color: #fff;
   background: #4F9C53;
}





/*====================== 學術研究 =========================*/
.table_s{
   overflow-x: auto;
}

.research {}

@media (min-width: 768px) {
   .research table {
      height: auto !important;
      display: block;
      margin-bottom: 30px;
   }

   .research table thead {
      display: block;
   }

   .research table tbody {
      display: block;
      padding: 10px 0;
   }

   .research table tr {
      display: grid;
      grid-template-columns: 2fr 1fr 1fr 1.5fr;
   }

   .research table tr th,
   .research table tr td {
      display: flex;
      flex-flow: wrap;
      align-items: center;
      text-align: left;
   }   

   .research table tr td:nth-of-type(1) {
      text-align: left;
   }

   .research table tr td>span,
   .research table tr td>.title02 {
      display: none;
   }

}

.research table thead tr {
   border-bottom: 2px solid #333;
}

.research table tbody tr {
   border-bottom: 1px solid #f1f1f1;
}

.research table tbody tr:nth-of-type(2n) {
   background: #f7f7f7;
}

.research table tr th {
   font-size: 15px;
   line-height: 140%;
   padding: 8px 15px;
}

.research table tr td {
   width: auto !important;
   height: auto !important;
   padding: 10px 15px;
   font-size: 14px;
   line-height: 150%;
   text-align: left;
}

@media (max-width: 767px) {
   .research table {
      min-width: 1000px !important;
      height: auto !important;
      margin-bottom: 30px;
   }
}




@media (min-width: 768px) {
   .research.r02 table tr {
      grid-template-columns: 10% 20% 10% 40% 20%;
   }
   .research.r03 table tr {
      grid-template-columns: 15% 20% 10% 35% 20%;
   }
   .research.r04 table tr {
      height: auto !important;
      grid-template-columns: 10% 10% 20% 30% 15% 15%;
   }   
}

.research.r04 table tr td:last-of-type a {
   display: inline-block;
   padding: 5px 10px;
   border-radius: 4px;
   border: #ccc solid 1px;
   margin: 3px 6px 3px 0;
}

.research.r04 table tr td:last-of-type a:hover {
   color: #000;
   border: #999 solid 1px;
}














/*====================== 任務推動 =========================*/

.tasktitle{
   padding: 8px 15px;
   color: #fff;
   background: #366A39;
   border-radius: 4px;
   margin-bottom: 30px;
}
.tasktitle i{
   font-weight: bold;
}

.tasklist{
   margin: 0;
   padding: 0;
   list-style: none;

   display: flex;
   flex-flow: wrap;
   gap:15px 20px;
}
.tasklist li{}
.tasklist li img{
   max-height: 55px;
}
























/*====================== 課程專區 =========================*/

.classlist {
   margin-bottom: 30px;
}

.classlist ul {
   margin: 0;
   padding: 0;
   list-style: none;

   display: grid;
   gap: 15px;
   grid-template-columns: repeat(4, 1fr);
}

.classlist.in ul {
   grid-template-columns: repeat(5, 1fr);
}

.classlist ul li {
   margin-bottom: 10px;
}

.classlist ul li a {
   background: #f5f5f5;
}

.classlist ul li .pic {
   position: relative;
   padding-top: 80%;
   margin-bottom: 10px;
   overflow: hidden;
   border-radius: 3px;
}

.classlist ul li .pic img {
   width: 100%;
   height: 100%;
   object-fit: cover;

   position: absolute;
   top: 0;
   left: 0;
   transition: all 0.5s;
}

.classlist ul li:hover .pic img {
   transform: scale(1.2, 1.2);
}

.classlist ul li p {
   color: #244726;
font-size: 1em;
font-weight: 500;
transition: all 0.2s ease;
line-height: 1.5;
margin-bottom: 5px;
}

.classlist ul li h4 {
   font-size: 16px;
   font-weight: 600;
   margin: 0 0 5px;
   padding: 0 10px;
}

.classlist ul li .date {
     color: #CEB60F;
font-size: 0.9em;
font-weight: 500;
}

@media (max-width: 1239px) {
   .classlist ul {
      grid-template-columns: repeat(3, 1fr);
   }
}

@media (max-width: 767px) {
   .classlist ul {
      grid-template-columns: repeat(2, 1fr);
   }


}







.albumlist{}
.albumlist ul{
   margin: 0 0 40px;
   padding: 0;
   list-style: none;

   display: grid;
   gap: 20px;
   grid-template-columns: repeat(4, 1fr);
}
.albumlist ul li{}
.albumlist ul li a{
   display: block;
}
.albumlist ul li .pic{
   position: relative;
   padding-top: 65%;
   border-radius: 4px;
   overflow: hidden;
   margin-bottom: 8px;
}
.albumlist ul li .pic img{
   width: 100%;
   height: 100%;
   object-fit: cover;

   position: absolute;
   top: 0;
   left: 0;
   transition: all 0.3s;
}
.albumlist ul li:hover .pic img{
   transform: scale(1.1,1.1);
}
.albumlist ul li p{
   margin: 0;
}
















/*====================== 學生專區 =======================*/

.studentlist {
   margin-bottom: 40px;
}

.studentlist ul {
   margin: 0;
   padding: 0;
   list-style: none;

}

.studentlist ul li {
   margin-bottom: 5px;
}

.studentlist ul li a {
   display: flex;
   justify-content: space-between;
   border: #eee solid 1px;
   background: #f5f5f5;
}

.studentlist ul li p {
   flex: 1;
   padding: 10px 15px;
   margin: 0;
}

.studentlist ul li h5 {
   display: flex;
   align-items: center;
   margin: 0;
   font-size: 14px;
   font-weight: 500;
   padding: 10px 20px;
}

.studentlist ul li h5 i {
   margin-right: 10px;
}
















/*====================== 法規表單 =======================*/

.downloadlist {}

.downloadlist ul {
   margin: 0 0 30px;
   padding: 0;
   list-style: none !important;
}

.downloadlist ul li {
   display: flex;
   justify-content: space-between;
   margin: 0 0 6px;
   background: #f1f1f1;
}

.downloadlist ul li a {
   display: block;
}

.downloadlist ul li .pic {
   width: 45px;
   display: flex;
   justify-content: center;
   align-items: center;
   margin: 0 0 0 2px;
   transition: all 0.3s;
}

.downloadlist .pic.pdf {
   background: #ea4c3a;
}

.downloadlist .pic.odf {
   background: #257ec1;
}

.downloadlist .pic.link {
   background: #366A39;
}

.downloadlist ul li p {
   flex: 1;
   display: flex;
   align-items: center;
   padding: 12px 20px;
   margin: 0;
}


.downloadlist.link ul li {
   display: block;
}

.downloadlist.link ul li a {
   display: flex;
   justify-content: space-between;
}

@media (max-width: 767px) {}

.downloadlist ul li a img {
   width: 45px;
   display: block;
   transition: all 0.5s;
}

.downloadlist ul li .pic:hover {
   filter: brightness(1.2);
}







.cooperate_list{}
.cooperate_list h3{
   font-size: 26px;
   border-bottom: 4px double #366A39;
   padding-bottom: 5px;
   margin-bottom: 40px;
}
.cooperate_list h3 i{
   color: #366A39;
}
.cooperate_list ul{
   width: 100%;
   margin: 0 0 60px;
   padding: 0;
   list-style: none;
   display: grid;
}
.cooperate_list li{
   text-align: center;
}
.cooperate_list li .pic{
   width: 200px;
   height: 200px;
   position: relative;
   overflow: hidden;
   margin: 0 auto 10px;
   transition: all 0.3s;
}
.cooperate_list li .pic img{
   width: 70%;
   height: 70%;
   object-fit: contain;

   position: absolute;
   top: 50%;
   left: 50%;
   transform: translate(-50%,-50%);
   transition: all 0.3s;
}
.cooperate_list li:hover .pic {
   transform: scale(0.9,0.9);
}

.cooperate_list .p1{
   gap: 30px;
   grid-template-columns: repeat(4, 1fr);
}
.cooperate_list .p2{
   gap: 30px 6%;
   grid-template-columns: repeat(5, 1fr);
}
.cooperate_list .p2 li .pic{
   width: 100%;
   height: auto;
   padding-top: 100%;
}

@media (max-width: 767px) {
   .cooperate_list h3{
      font-size: 18px;
   }
   .cooperate_list li .pic{
      width: 100%;
      height: auto;
      padding-top: 100%;
   }
   .cooperate_list .p2{
      gap: 20px 6%;
      grid-template-columns: repeat(4, 1fr);
   }
}
@media (max-width: 479px) {
   .cooperate_list .p2{
      grid-template-columns: repeat(3, 1fr);
   }
}








.newslist{}



.newslist ul{

   margin: 0 0 40px 0;
   padding:0 0;
   list-style: none;

   display: grid;
   gap: 20px;
   grid-template-columns: repeat(3, 1fr);

}

.newslist ul li{

}
.newslist ul li a{
   padding: 13px 0;
}




.newslist li .pic{
   position: relative;
   padding-top: 70%;
   margin-bottom: 10px;
   overflow: hidden;
   border-radius: 3px;
}
.newslist li .pic img{
   width: 100%;
   height: 100%;
   object-fit: cover;
   position: absolute;
   top: 0;
   left: 0;
		transition: all 0.3s ease;
}

.newslist li:hover .pic img{
   	transform: scale(1.12, 1.12);
}




.newslist ul li .date{
   color: #CEB60F;
    margin-right: 10px;
    font-size: 0.95em;
    font-weight: 500;
	display: inline-block;
	margin: 0 5px 5px 0;
}
.newslist ul li h4{
   font-size: 1em;
   line-height: 150%;
   margin: 0 20px 0 0;
   border-radius: 3px;
}
.newslist ul li h4 span{
   display: block;
   padding: 3px 20px;
   border-radius: 3px;
	font-size: 0.9em;
   
}
.newslist ul li .type1{
   color: #576a75;
	display: inline-block;
margin: 0 5px 5px 0;
}
.newslist ul li .type1 span{
   background: #DCE4EE;
padding: 3px 10px;
font-size: 14px;
display: inline-block;
line-height: 1.5;
}
.newslist ul li .type2{
   color: #7d6a95;
	display: inline-block;
margin: 0 5px 5px 0;
}
.newslist ul li .type2 span{
   background: #e6e0ee;
	padding: 3px 10px;
font-size: 14px;
display: inline-block;
line-height: 1.5;
}
.newslist ul li .type3{
   color: #a26161;
	display: inline-block;
margin: 0 5px 5px 0;
}
.newslist ul li .type3 span{
   background: #f0e6e6;
	padding: 3px 10px;
font-size: 14px;
display: inline-block;
line-height: 1.5;
	display: inline-block;
margin: 0 5px 5px 0;
}



.newslist ul li p{
	    font-weight: 500;
	margin: 0 0 10px 0;
	color: #244726;
}




@media (max-width: 767px) {
   .newslist ul {
      gap: 30px;
      grid-template-columns: repeat(1, 1fr);
   }
   .newslist ul li {
      font-size: 14px;
   }
   .newslist ul li a{
/*      flex-flow: wrap;*/
   }
   .newslist ul li p{
      flex-basis: 100%;
      margin: 10px 0 0;
   }
}


/*=================== Q&A =====================*/

.accordion {
	margin: 0 auto 30px;
}
.accordion li {
	border-bottom: 1px dashed #D0D0D0;
	position: relative;
}


.accordion li .editcon {
	display: none;
	padding: 30px;
color: #444;
background: rgba(0,0,0,0.03);
}




.accordion li > a.t00 {
	width: 100%;
display: block;
padding: 22px 40px 22px 45px;
cursor: pointer;
user-select: none;
color: #244726;
font-weight: 400;
}
.accordion li > a.t00:before {
	position: absolute;
    left: 10px;
    content: "Q : ";
    top: 20px;
    font-weight: 500;
    font-size: 1.05em;
	  color: #CEB60F;
}
.accordion li > a.t00:after {
	width: 8px;
	height: 8px;
	border-right: 1px solid #244726;
	border-bottom: 1px solid #244726;
	position: absolute;
	right: 10px;
	content: " ";
	top: 32px;
	transform: rotate(-45deg);
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.accordion li > a.t00.active:after {
	transform: rotate(45deg);
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}






/*======================== 搜尋結果 ============================*/

.articlelist {
  list-style: none !important;
	margin: 0 0 30px 0;
}

.articlelist li {
/*  margin-bottom: 10px;*/
}

.articlelist li a {
    display: block;
padding: 15px 20px 15px 40px;
border-bottom: 1px dashed #DEDEDE;
line-height: 1.6;
font-weight: 400;
}

.articlelist li a:before {
    font-family: "mfn-icons";
content: '\e860';
position: relative;
left: -17px;
display: block;
height: 0;
color: #CEB60F;
}


.title02 {
        color: #535056;
    font-size: 1.2em;
    line-height: 1.5;
    font-weight: 600;
    padding: 0 5px 20px 5px;
    margin-bottom: 30px;
    border-bottom: 1px solid #DEDEDE;
}

.article_down {
    margin: 40px 0 30px 0;
    float: left;
    width: 100%;
}

.article_down h3 {
      color: #305486;
    letter-spacing: 0.5px;
    font-size: 20px;
}

.article_down h3 .cht {
    color: #222;
    display: inline-block;
    font-size: 18px;
	font-weight: 600;
    margin: 0 4px;
}

.article_down ul {
  list-style: none !important;
}

.article_down ul li {
    margin-bottom: 10px;
    background: #eaecf0;
    padding: 5px;
    box-sizing: border-box;
	transition: all 0.5s ease;
	
}
.article_down ul li:hover {
    background: #e0e2e7;
}

.article_down ul li:hover a:link {
    color: #4B7ABB;
}


.article_down ul li a {
  display: flex;
}

.article_down ul li .pic {
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #f2f2f2;
    background: #7266ab;
}

.article_down ul li p {
  flex: 1;
  display: flex;
  align-items: center;
  padding: 0 20px;
  margin: 0;
}









/*==================== 聯絡我們 =======================*/

.contact {
  display: flex;
  flex-flow: wrap;
}




.contact4 {
float: left;
	width: 100%;
	padding: 0;
	margin: 15px 0 0 0;
}


.list-icons {
	list-style: none;
	padding-left: 0;
	padding-right: 0;
	
}
.list-icons i {
	color: #316134;
background: #F4F4F4;
border-radius: 50%;
width: 40px;
height: 40px;
line-height: 40px;
text-align: center;
display: inline-block;
font-size: 18px;
margin-right: 15px;
}
.list-icons ul {
	margin: 0;
}
.list-icons ul li {
	padding: 5px 0;
margin: 0 0 2px 0;
list-style: none;
display: flex;
align-items: first baseline;
font-size: 1em;
line-height: 1.5;
}
.list-icons ul li a:link {
	text-decoration:underline
}
.list-icons ul li span{
	float: left;
display: block;
width: calc(100% - 40px);
}


.contact-text {
   float: left;
width: 100%;
margin: 25px 0 25px 0;
color: #646150;
font-size: 1em;
line-height: 1.8;
padding: 25px 0 0 0;
box-sizing: border-box;
border-top-width: 1px;
border-top-style: dashed;
border-top-color: #c5c5c5;
}


.required {
		color:#DC0707;
	}





.contact section {
}
.contact section:nth-of-type(1) {
  width: 100%;
}

.contact section:nth-of-type(2) {
  width: 100%;
  height: 350px;
  position: relative;
}

.contact ul {
    max-width: 100%;
  margin: 10px 0 0 80px;
}

.contact ul li {
  list-style-type: none;
}

.contact ul li input {
  width: 100%;
}

.contact section:nth-of-type(2) iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}


@media (max-width: 767px) {
  .contact {
    display: flex;
    flex-flow: wrap;
  }
	.contact ul {
    max-width: 100%;
  margin: 0;
}
	
	.contact4 {
	margin: 10px 0 0 0;
}
	
}



.panel-group {}

.panel-group table {
   border-collapse: collapse;

}

.panel-group table tr {}

.panel-group table thead tr {
   border-bottom: 2px solid #6bcbda;
}

.panel-group table tbody tr:nth-of-type(even) {
   background: #f7f7f7;
}

.panel-group table tr td {
   padding: 6px 10px;
   border: #e6e6e6 solid 1px !important;
}

/*BTN*/
.btn-contact {
	text-align: center;
}
.btn-contact a {
	display: inline-block;
	width: 100%;
	padding: 10px 5px;
	font-size: 16px;
	letter-spacing: 1px;
	box-sizing: border-box;
	border-radius: 3px;
	color: #fff;
	background: #366A39;
	transition: all 0.2s ease;
}
.btn-contact a:hover {
	background: #4F9C53;
}
.btn-contact a i {
	margin: 0 5px 0 0;
}


.btn-contact-b {
	text-align: center;
}
.btn-contact-b a {
	display: inline-block;
	width: 100%;
	padding: 10px 5px;
	font-size: 16px;
	letter-spacing: 1px;
	box-sizing: border-box;
	border-radius: 2px;
	color: #fff;
	background: #7e807b;
	transition: all 0.2s ease;
}
.btn-contact-b a:hover {
	background: #4F9C53;
}
.btn-contact-b a i {
	margin: 0 5px 0 0;
}

.btn-contact-back {
	text-align: center;
}
.btn-contact-back a {
	display: inline-block;
	width: 100%;
	padding: 10px 5px;
	font-size: 16px;
	letter-spacing: 1px;
	box-sizing: border-box;
	border-radius: 2px;
	color: #fff;
	background: #979799;
	transition: all 0.2s ease;
}
.btn-contact-back a:hover {
	background: #D5382C;
}
.btn-contact-back a i {
	margin: 0 5px 0 0;
}





.btn-search {
	display: inline-block;
	text-align: center;
}
.btn-search a {
	display: inline-block;
	padding: 8px 10px;
	font-size: 13px;
	letter-spacing: 0px;
	box-sizing: border-box;
	border-radius: 2px;
	color: #fff;
	background: #B10B0B;
	transition: all 0.2s ease;
}
.btn-search a:hover {
	background: #D5382C;
}
.btn-search a i {
	margin: 0 2px 0 0;
}

/*課程*/
/*成員*/

#classsearchtop {
	width: 100%;
	background: url(../bg_memtop.png) #f9f9f7 repeat;
	padding: 10px 10px 0 10px;
	margin: 0 0 20px 0;
	border-radius: 2px;
	box-sizing: border-box;
display: flex;
align-items: flex-start;
justify-content: flex-start;
}


#classsearchtop .content {
	padding: 3px 0 3px 10px;
}

#classsearchtop .content select {
 width: 100%;
}


#classsearchtop .content:nth-of-type(1) {
 width: calc(100%/3 - 50px)
}

#classsearchtop .content:nth-of-type(2) {
 width: calc(100%/3 - 50px)
}

#classsearchtop .content:nth-of-type(3) {
 width: calc(100%/3 - 50px)
}

#classsearchtop .content:nth-of-type(4) {
 width: 140px;
}


#classsearchtop .btn-search {
	display: inline-block;
	text-align: center;
	width: 100%;
}
#classsearchtop .btn-search a {
	display: inline-block;
	padding: 8px 10px;;
	letter-spacing: 5px;
	box-sizing: border-box;
	border-radius: 2px;
	color: #fff;
	background: #366A39;
	transition: all 0.2s ease;
		width: 100%;
	font-size: 15px;
}
#classsearchtop .btn-search a:hover {
	background: #4F9C53;
}
#classsearchtop  .btn-search a i {
	margin: 0 2px 0 0;
}



@media (max-width: 959px) {
#classsearchtop {
display: block;
	padding: 20px;

}
#classsearchtop .content {
 padding: 0;
}

#classsearchtop .content:nth-of-type(1) ,
#classsearchtop .content:nth-of-type(2) ,
#classsearchtop .content:nth-of-type(3) ,
#classsearchtop .content:nth-of-type(4) {
 width: 100%;
}

}


/*行事曆選擇器*/

#monthtop {
	width: 100%;
	background: url(../bg_memtop.png) #f9f9f7 repeat;
	padding: 10px 10px 0 10px;
	margin: 0 0 20px 0;
	border-radius: 2px;
	box-sizing: border-box;
display: flex;
align-items: flex-start;
justify-content: flex-start;
}

#monthtop label {
  display: inline-block;
max-width: 100%;
margin: 3px 6px 3px 0;
font-weight: 400;
}



#monthtop .content {
	padding: 3px 0 3px 10px;
}

#monthtop .content select {
 width: 100%;
}


#monthtop .content:nth-of-type(1) {
 width: calc(100% - 270px)
}

#monthtop .content:nth-of-type(2) {
 width: 130px
}

#monthtop .content:nth-of-type(3) {
 width: 130px
}



#monthtop .btn-search {
	display: inline-block;
	text-align: center;
	width: 100%;
}
#monthtop .btn-search a {
	display: inline-block;
	padding: 8px 10px;;
	letter-spacing: 0.5px;
	box-sizing: border-box;
	border-radius: 2px;
	color: #fff;
	background: #366A39;
	transition: all 0.2s ease;
		width: 100%;
	font-size: 15px;
}
#monthtop .btn-search a:hover {
	background: #4F9C53;
}
#monthtop  .btn-search a i {
	margin: 0 2px 0 0;
}



#monthtop .btn-print {
	display: inline-block;
	text-align: center;
	width: 100%;
}
#monthtop .btn-print a {
	display: inline-block;
	padding: 8px 10px;;
	letter-spacing: 0.5px;
	box-sizing: border-box;
	border-radius: 2px;
	color: #fff;
	background: #1B5A73;
	transition: all 0.2s ease;
		width: 100%;
	font-size: 15px;
}
#monthtop .btn-print a:hover {
	background: #2A90B8;
}
#monthtop  .btn-print a i {
	margin: 0 2px 0 0;
}




@media (max-width: 959px) {
#monthtop {
display: block;
	padding: 20px;

}
#monthtop .content {
 padding: 0;
}

#monthtop .content:nth-of-type(1) ,
#monthtop .content:nth-of-type(2) ,
#monthtop .content:nth-of-type(3)  {
 width: 100%;
}

}


/*---課程資訊按鈕---*/

.classbtn_box {
    width: 100%;
	text-align: right;
	margin-bottom: 20px;
}

.classcontent_dl {
	clear: both;
	float: right;
	text-align: right;
	margin-left: 0;
	width: 100%;
	display: block;
	padding: 10px 0 20px 20px;
	box-sizing: border-box;
	border-bottom: 1px dotted #CDD0CA;
	margin-bottom: 30px;
}


.classbtn-dl {
    font-size: 1.05em;
    font-weight: 500;
    border-radius: 2px;
    padding: 8px 30px;
    background-color: #d46d3a;
    color: #ffffff;
    letter-spacing: 1px;
    display: inline-block;
    width: auto;
    box-sizing: border-box;
    text-align: center;
    text-transform: uppercase;
    -webkit-transition: all 200ms;
}
.classbtn-dl:hover {
	color: #fff;
	background-color: #DC7847;
	-webkit-transition: all 200ms;
	-moz-transition: all 200ms;
	-o-transition: all 200ms;
	transition: all 200ms;
}
.classbtn-dl:active,
.classbtn-dl:focus {
	color: #fff;
	background-color: #d46d3a;
}

.classbtn-dl i {
	margin: 0 8px 0 0
}



.classbtn-online {
    font-size: 1.05em;
    font-weight: 500;
    border-radius: 2px;
    padding: 8px 30px;
    background-color: #DF5925;
    color: #ffffff;
    letter-spacing: 1px;
    display: inline-block;
    width: auto;
    box-sizing: border-box;
    text-align: center;
    text-transform: uppercase;
    -webkit-transition: all 200ms;
}
.classbtn-online:hover {
	color: #fff;
	background-color: #EB7546;
	-webkit-transition: all 200ms;
	-moz-transition: all 200ms;
	-o-transition: all 200ms;
	transition: all 200ms;
}
.classbtn-online:active,
.classbtn-online:focus {
	color: #fff;
	background-color: #DF5925;
}

.classbtn-online i {
	margin: 0 8px 0 0
}


.classbtn-online-done {
    font-size: 1.05em;
    font-weight: 500;
    border-radius: 2px;
    padding: 8px 30px;
    background-color: #e8e8e8;
    color: #666;
    letter-spacing: 1px;
    display: inline-block;
    width: auto;
    box-sizing: border-box;
    text-align: center;
    text-transform: uppercase;
    -webkit-transition: all 200ms;
}
.classbtn-online-done:hover {
	color: #666;
	background-color: #e8e8e8;
	-webkit-transition: all 200ms;
	-moz-transition: all 200ms;
	-o-transition: all 200ms;
	transition: all 200ms;
}
.classbtn-online-done:active,
.classbtn-online-done:focus {
	color: #fff;
	background-color: #e8e8e8;
}

.classbtn-online-done i {
	margin: 0 8px 0 0
}




/*成員*/

#memtop {
	width: 100%;
	background: url(../bg_memtop.png) #f9f9f7 repeat;
	padding: 0.5rem 0.8rem;
	margin: 0 0 20px 0;
	border-radius: 2px;
	box-sizing: border-box;
	
	display: flex;
align-items: center;
justify-content: space-between;
}


#memtop .content {
	padding: 3px 0 3px 10px;
}

#memtop .content:nth-of-type(1) {
}
#memtop .content:nth-of-type(1) i {
  margin: 0 10px 0 0;
}
#memtop .content:nth-of-type(2) {
}

#memtop .content p {
	color: #555;
font-size: 14px;
padding: 0;
margin: 0;
font-weight: 400;
}




.memberlist {
	width: calc(100% / 2);
	float: left;
	display: inline;
	padding: 0 1%;
	margin: 0 0 20px 0;
	box-sizing: border-box;
}
.memberlist a.button_grey {
	background-color: #555;
	padding: 8px 1rem;
	border-radius: 2px;
	letter-spacing: 0.5px;
	color: #fff;
	transition: all 0.2s ease;
}
.memberlist a.button_grey:hover {
	background-color: #D5382C;
	color: #fff;
}

@media (max-width: 350px) {
.memberlist {
	width: 100%;
}
}


/*線上報名*/

.join-formbox {
/*	width: calc(100% - 6rem);*/
	width: 100%;
	padding: 3rem 3rem;
/*	max-width: 800px;*/
	margin: 0 auto 40px auto;
	background: #F9F9F7;
/*
	display: flex;
	align-items: center;
	justify-content: center;
*/
	border-radius: 3px;
}

@media (max-width: 768px) {
.join-formbox {
	width: 100%;
	padding: 20px;
}
}


.partpagelist {
    width: 100%;
    /* padding: 8px; */
    border-radius: 3px;
    margin: 0px;
    float: left;
    margin-bottom: 10px;
    box-sizing: border-box;
}
.partpagelist100 {
    width: 100%;
    float: left;
    padding: 2px;
    background-color: #fff;
    box-sizing: border-box;
    overflow-x: auto;
}

.partpagelist table  {
    width: 100%;
font-size: 1em;
line-height: 1.5;
color: #222;
margin-bottom: 0;
}
.partpagelist table th {
    margin: 0px;
    padding: 8px 10px;
    background: #828282;
    min-width: 50px;
    color: #ffffff;
    text-align: center;
    border-left: 1px dotted #edeff0;
}
.partpagelist table th:first-child {
    border-left: none;
}
.partpagelist table td {
padding: 13px 10px;
    text-align: center;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-bottom-style: solid;
    border-left-style: solid;
    border-bottom-color: #fff;
    border-left-color: #fff;
}
.partpagelist table  tr:nth-child(odd) {
    background-color: #fffff4;
 } 
.partpagelist table  tr:nth-child(even) {
	background-color: #f5f5e9;
 } 

.partpagelist table a:link  {
    color:#222;
    text-decoration: none;
}
.partpagelist table a:visited  {
    color:#222;
    text-decoration: none;
}
.partpagelist table a:hover  {
    color:#3F73A8;
    text-decoration: none;
}


/*會員登入*/

#loginbox {
/*	width: calc(100% - 6rem);*/
	width: 100%;
	padding: 3rem 3rem;
/*	max-width: 800px;*/
	margin: 0 auto 20px auto;
	background: #F9F9F7;
	display: flex;
	/* float: revert-layer; */
	align-items: center;
	justify-content: center;
	border-radius: 3px;
}

@media (max-width: 768px) {
#loginbox {
	width: 100%;
	padding: 20px;
}
}
/*會員資料*/

.member-profile {
	width: 100%;
	float: left;
	margin: 20px 0 0 0;
}

.member-profile label {
  display: inline-block;
max-width: 100%;
margin-bottom: 5px;
font-weight: 400;
font-size: 0.95em;
color: #666;
}


.member-profile input[type="text"], .member-profile input[type="date"], .member-profile input[type="email"], .member-profile input[type="number"], .member-profile input[type="password"], .member-profile input[type="search"], .member-profile input[type="tel"], .member-profile input[type="text"], .member-profile input[type="url"], 
.member-profile select, .member-profile textarea {
	padding: 7px 10px;
	outline: none;
	margin: 0;
	width: 100%;
	/* display: block; */
    /* margin-bottom: 20px; */
	font-size: 15px;
	border-width: 1px;
	border-style: solid;
	border-radius: 0;
	box-sizing: border-box;
	-webkit-appearance: none;
}


.member-profile input:disabled {
	    background: #ebebeb;
}



.mem-classlist {
    width: 100%;
    overflow-y: hidden;
    overflow-x: auto;
}

.class_title {
    font-weight: 400;
font-size: 1.2em;
margin-bottom: 10px;
color: #244726;
letter-spacing: 1px;
}

.class_title2 {
	font-weight: 500;
	font-size: 1.2em;
	margin-bottom: 0px;
	color: #6E9E4D;
	letter-spacing: 1px;
		position: relative;
	width: 100%;
	display: block;
	padding: 0 0 0 15px;
}

.class_title2::before {
	content: '';
	width: 4px;
	height: 4px;
	background: #6E9E4D;
	position: absolute;
top: 11px;
left: 0px;
}



.mem-classlist table th, 
.mem-classlist table td {
    padding: 10px;
    /* text-align: center; */
    border-width: 1px;
    border-style: solid;
	vertical-align: middle;
border-collapse: collapse;
border-color: #d5d5d5;
	font-weight: 400;
}

.mem-classlist table th {
	font-weight: 400;
	
}

.mem-classlist table {
    width: 100% !important;
	    border-width: 2px;
    border-style: solid;
	vertical-align: middle;
border-collapse: collapse;
border-color: #d5d5d5;
	font-size: 15px;
background: #fff;
}

.mem-classlist table tr:nth-child(2n) td {
	background: rgba(0, 0, 0, 0.02)
}

.mem-classlist table tr td a {
	text-decoration: none;
	border-bottom: 1px dashed #9b9b9b;
	padding-bottom: 2px;
	color: #366A39;
}




.class_btn_sg {
        font-size: 1em;
    font-weight: 400;
    border-radius: 2px;
    padding: 5px;
    background-color: #e8e8e8;
    color: #999;
    letter-spacing: 1px;
    display: inline-block;
    box-sizing: border-box;
    text-align: center;
    text-transform: uppercase;
    -webkit-transition: all 200ms;
	width: 110px;
}
.class_btn_sg:hover {
	color: #999;
	background-color: #e8e8e8;
	transition: all 200ms;
}
.class_btn_sg:active,
.class_btn_sg:focus {
	color: #999;
	background-color: #e8e8e8;
}
.class_btn_sg i {
	margin-right: 3px;
}
a.class_btn_sg {
  text-decoration: none !important;
  border-bottom: none !important;
  padding-bottom: 5px !important;
  color: #999 !important;
}


.class_btn_sr {
    font-size: 1em;
    font-weight: 400;
    border-radius: 2px;
    padding: 5px;
    background-color: #DF5925;
    color: #fff;
    letter-spacing: 1px;
    display: inline-block;
    box-sizing: border-box;
    text-align: center;
    text-transform: uppercase;
    -webkit-transition: all 200ms;
	width: 110px;
}
.class_btn_sr:hover {
	color: #fff;
	background-color: #EB7546;
	transition: all 200ms;
}
.class_btn_sr:active,
.class_btn_sr:focus {
	color: #fff;
	background-color: #DF5925;
}
.class_btn_sr i {
	margin-right: 3px;
}
a.class_btn_sr {
  text-decoration: none !important;
  border-bottom: none !important;
  padding-bottom: 5px !important;
  color: #fff !important;
}


.class_btn_dg {
    font-size: 1em;
    font-weight: 400;
    border-radius: 2px;
    padding: 5px;
    background-color: #645B5B;
    color: #fff;
    letter-spacing: 1px;
    display: inline-block;
    box-sizing: border-box;
    text-align: center;
    text-transform: uppercase;
    -webkit-transition: all 200ms;
	width: 110px;
}
.class_btn_dg:hover {
	color: #fff;
	background-color: #888888;
	transition: all 200ms;
}
.class_btn_dg:active,
.class_btn_dg:focus {
	color: #fff;
	background-color: #645B5B;
}
.class_btn_dg i {
	margin-right: 3px;
}
a.class_btn_dg {
  text-decoration: none !important;
  border-bottom: none !important;
  padding-bottom: 5px !important;
  color: #fff !important;
}


@media (max-width: 960px) {
.mem-classlist table {
    width: 1200px !important;
}
}


/*課程內容*/
.adminb2 {
	float: left;
	width: 100%;
	margin: 0;
}
.adminb2 .f1 {
	font-size: 13px;
	color: #C00;
}

.fancytable7 {
    width: 100%;
border-collapse: collapse;
border-top: 5px solid #6E9E4D;
border-right: 1px solid #F3F3F3;
border-bottom: 1px solid #F3F3F3;
border-left: 1px solid #F3F3F3;
box-sizing: border-box;
}


.fancytable7 th {
	font-size: 15px;
	line-height: 1.5;
	color: #222;
	visibility: visible;
	padding: 10px 20px;
	border: 1px dotted #F3F3F3;
	font-weight: normal;
	box-sizing: border-box;
	background:  rgba(220, 220, 220, 0.3);
	
	text-align: left;
}
.fancytable7 tr:nth-of-type(odd) {
	background-color: #F3F3F3;
}
.fancytable7 td {
	border: 1px dotted #CCC;
	padding: 10px 20px;
		box-sizing: border-box;
	
	text-align: left;
}
.fancytable7 td A:link { color:#333;text-decoration:underline}
.fancytable7 td A:visited { color:#333;text-decoration:underline}
.fancytable7 td A:hover { color:#427D46;text-decoration:none}


.fancytable7 ul, 
.fancytable7 ol {
 padding: 3px 0 3px 20px;
}

.fancytable7 ul li, 
.fancytable7 ol li{
 padding: 3px 0 3px 0;
	display: flex;
}

.fancytable7 ul li .t01, 
.fancytable7 ol li .t01{
	font-weight: 400;
color: #54685e;
	margin-right: 5px;
}
/*行事曆*/
#calendar {
    min-height: 700px;
    min-width: 375px; 
    position: relative;
}




@media (min-width:768px){

#twzipcode {
	display: flex;
}

	
#twzipcode input[type="text"] {
    padding: 0px 10px;
    background: #f2f2f2;
    width: calc(100%/3 - 10px);
    margin: 0 0 10px 0;
}
#twzipcode select, 
#twzipcode input{
	width: calc(100%/3 - 10px);
	margin: 0 calc(10px*3/2) 10px 0;
}

#twzipcode input{
	margin-right: 0;
}

}
@media (max-width:767px){
#twzipcode {
	width: 100%;
	margin-bottom: 5px;
}
#twzipcode select, 
#twzipcode input{
	width: 100%;
	margin: 0 0 5px 0;
}
#twzipcode input[type="text"] {
		margin: 0;
	background: #f2f2f2;
}	
}





