@charset "utf-8";
@import url("reset.css");
@import url("loading.css");
@import url("fontawesome_all.css");
@import url("fakeLoader.min.css");
@import url("animate.css");
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC&display=swap');


/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------------------------------->>> Main <<<------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/

* { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; letter-spacing:1px; }
html { height:100% }
body { margin-left: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; -webkit-text-size-adjust:none; font-size:12px; overflow-y:scroll; overflow-x:hidden; }
body, td, th,select,input {font-size: 12px;font-family: /*Arial,*/ "文泉驛正黑", "WenQuanYi Zen Hei", "儷黑 Pro", "Microsoft JhengHei", "新細明體", "PMingLiU", sans-serif;color:#333333;}

/*簡易設定*/
.iframe_ch { display:none }
.middle { vertical-align:middle; }
.center { text-align:center; }
.w100{ width:100%; }

#tip_box { position: fixed; line-height:22px; background-image:url(../../images/bg.png); color: #FFF; padding-left:10px; padding-right:10px; padding-top:5px; padding-bottom:5px; -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px; margin-left:10px; }

/*fix safari*/
input, select, textarea{ -ms-box-sizing:content-box; -moz-box-sizing:content-box; box-sizing:content-box; -webkit-box-sizing:content-box;}
input[type='text'],input[type='password'],input[type='button'],input[type='submit']{  -webkit-appearance: none; }

/*分頁*/
.pager{ width:100%; overflow:hidden; margin:50px auto 50px auto; text-align:center; }

/*編輯器*/
/* .editor{position:relative;padding: 20px 0 20px 20px;font-size:16px;line-height:30px;min-height: 500px;} */
.editor{position:relative;padding: 30px 0 30px 0;font-size:16px;line-height: 28px;overflow-x: auto;}
.decorate1{ border-left:1px solid #e1e1e1; }
.decorate1 .dot{position:absolute;top:0;left: -4px;width:10px;height:10px;background: #e0bfa5;}

/*連結*/
a{color: #28231c;text-decoration:none;}
a:hover{ color:#cc589f; }

.editor a{color: #cc589f !important;text-decoration:underline !important;}
.editor table th,.editor table td{ font-size:14px; }

/*表格*/
#css-table {display:table;width:100%;}
.css-tr {display: table-row;}
.css-td {display: table-cell;text-align:left;vertical-align:middle;padding: 0px 10px;box-sizing:border-box;letter-spacing:1px;font-size: 13px;word-break: break-all;color:#121212;}

/*全營幕遮罩*/ 
.bg-overlay { display:block; position:fixed; left:0; top:0; background:rgba(0, 0, 0, 0.7); opacity:0; visibility:hidden; width:100%; height:100%; z-index:9999; transition: all 0.2s linear; }
.bg-overlay.visible { opacity:1; visibility:visible }

/*layout*/
/*
.layout-flex{ display:flex; margin:40px auto !important; }
.layout-left{flex: 1;padding-right:50px;font-weight:bold;}
.layout-right{flex:3;margin-bottom: 70px;}
.layout-right .web-caption .left .title{ color:#48351e; }
*/
/*左右欄的頁面*/
.container .wrap .layout-left{width: 25%;float:left;box-sizing: border-box;padding: 0 30px 0 10px;margin: 0 0 50px 0;}
.container .wrap .layout-right{width: 75%;float:left;box-sizing: border-box;padding: 1px 10px;}
.container .wrap .layout-all{ width:100%; }
.container .wrap .layout-right .end{margin-bottom: 50px;}

.container .wrap .layout-flex{ display:flex; }
.container .wrap .layout-news{ flex:2; }
.container .wrap .layout-quicklink{ flex:1; }

@media screen and (max-width : 900px) {
	.container .wrap .layout-flex{ display:block; }
}

/*左邊選單*/
.layout-left > ul{list-style:none;margin:0;padding:0;border-top: 5px solid #03b38c;border-bottom: 5px solid #03b38c;}
.layout-left > ul > li{width: 100%;font-size: 16px;border-bottom: 1px dashed #cccccc;}
.layout-left > ul > li em{ font-style:inherit; width:20px; display:inline-block; }
.layout-left > ul > li > a{position:relative;color: #434242;font-weight: bold;text-decoration:none;display: block;letter-spacing: 3px;padding: 20px 0px 20px 35px;}
.layout-left > ul > li > a:before{/*font-family: "Font Awesome 5 Free";font-weight: 900;content: "\f57d";*/content:url(../../images/menu-icon.png);padding-right:5px;position: absolute;left: 5px;top: 17px;color: #cc589f;}
.layout-left > ul > li > a:hover{ background:#f1f9fb; transition: all 0.5s ease; }
.layout-left > ul > li > a.on{ background:#fff7e7; }
.layout-left > ul > li:hover{ /*background:#bbd2ed; transition: all 0.5s ease;*/ }
.layout-left > ul > li:last-child{ border-bottom:0; }
.layout-left > ul > li ul{ display:block; list-style:none; margin:0; padding:0; }
.layout-left > ul > li ul li{width:100%;padding: 18px 23px;font-size:16px;border-top: 1px dashed #cccccc;}
.layout-left > ul > li ul li:last-child{ border-bottom:0; }
.layout-left > ul > li ul li:hover{ background:#fff7e7; transition: all 0.5s ease; }
.layout-left > ul > li ul li a{position: relative;color:#000000;text-decoration:none;display: block;padding: 0px 0px 0px 35px;line-height: 20px;}
.layout-left > ul > li ul li a:before{position: absolute;left: 13px;top: -2px;content:url(../../images/dot-1.png);}
.layout-left > ul > li ul li.third{ padding-left:20px; }
.layout-left > ul li:hover ul{ /*display:block; height:inherit; transition: all 0.5s ease;*/ }


/*內頁banner*/
#banner-box{width:100%;margin: 0 auto;overflow:hidden;/* background:#110102; */}
/* #banner-inner{position:relative;height: 295px;background: url(../../images/banner-inner.jpg) top no-repeat;background-size: cover;} */
#banner-inner .overlay{ display:flex;align-items:center;justify-content: center; width:100%; height:295px; /*background-color: rgba(0, 0, 0, 0.5);*/}
#banner-inner .title{opacity:0;text-align:center;color:#ffffff;font-size: 26px;/* font-weight: bold; */letter-spacing: 5px;padding: 10px 10vw 10px 10vw;background-color: rgba(0, 0, 0, 0.5);/* border-bottom: 1px solid #ffffff; */}

/*麵包屑*/
#sitemap{width:100%;margin:0;padding:0 10px;box-sizing: border-box;letter-spacing:1px;color: #737373;text-align: right;}
#sitemap .wrap{width:100%;max-width:1200px;overflow:hidden;margin: 0 auto;padding: 20px 0px;color: #696969;font-size: 13px;}
#sitemap .wrap i{ padding-right:5px; }
#sitemap .wrap a{color: #696969;text-decoration:none;}
#sitemap .wrap a{ text-decoration:underline; }


/*網站按鈕*/
.btn-1{
	position:relative;
	display:inline-block;
	color: #2aa79f!important;
	font-size:15px !important;
	border: 1px solid #2aa79f;
	width:auto !important;
	padding: 20px 10vw 20px 10vw;
	margin: 0 0 0 0;
	cursor:pointer;
	border-radius: 0px;
	min-width: 200px;
}
.btn-1:after{position:absolute;width: 50px;top: 22px;right: 0px;transition: all 0.5s ease;font-family: "Font Awesome 5 Free";font-weight: 900;content: "\f0da";}
.btn-1:hover:after{ right:-10px;}

/*按鈕*/
.btn-2{
	position:relative;
	display:inline-block;
	color: #ffffff!important;
	font-size: 16px !important;
	background: #cc589f;
	width:auto !important;
	padding: 10px 40px 10px 40px;
	margin:0 0 0 0;
	cursor:pointer;
	text-align:left !important;
	outline:0;
	border: 0;
	/*-webkit-border-bottom-right-radius: 15px;*/
}
.btn-2:hover{background: #cc589f;}

/*首頁大標題*/
.b-title{position: relative;width:100%;height: 150px;display: flex;align-items:center;justify-content: center;color: #4d4d4d;font-size: 30px;margin: 1vw auto 1vw auto;padding: 0px 0 0 0;font-family: 'Noto Sans TC', sans-serif;background:url(../../images/title-bg.png) center center no-repeat;}
.b-title span{/* letter-spacing:10px; *//* padding-left: 30px; */}
.b-title:before{content:"";position: absolute;bottom: 25px;width: 55px;height:3px; background: #04b28d; top:150px;animation: 1s ease-in-out 0.8s 1 widthGroup-1;}

/*內頁大標題*/
.b-innertitle{
    position: relative;
    color: #000000;
    background: #b5dfde;
    font-size: 24px;
    padding: 10px 10px 10px 40px;
}
.b-innertitle:before{position: absolute;left: 20px;top: 5px;content:url(../../images/dot-1.png);filter: brightness(0) invert(1);}
.b-innertitle .line{
    position: absolute;
    left: 0;
    bottom: -6px;
    width: 100%;
    height: 1px;
    background: #b5dfde;
}


/*圖片延遲載入*/
img.lazy {
	display: block;
	/* optional way, set loading as background */
	background-image: url('../../images/ajax-loading.gif');
	background-repeat: no-repeat;
	background-position: 50% 50%;
}

/*活動圖片裁切*/
.album-cut {height:210px;overflow:hidden;/*border:1px solid #ccc;*/line-height: 210px;background: #ebebeb;}
.album-cut img{ vertical-align:middle;}
.album-cut2 {height:250px;overflow:hidden;/*border:1px solid #ccc;*/line-height: 250px;background: #ebebeb;}
.album-cut2 img{ vertical-align:middle;}
.album-cut3 {height:172px;overflow:hidden;/*border:1px solid #ccc;*/line-height: 172px;background: #ffffff;}
.album-cut3 img{ vertical-align:middle;}


@media screen and (max-width : 1200px) {
	.container .wrap .layout-left{ width:30%; }
	.container .wrap .layout-right{ width:70%; }	
}

@media screen and (max-width : 900px) {
	.container .wrap .layout-left{ display:none; }
	.container .wrap .layout-right{ width:100%; }

}


/* ----------------------------------------------------------------------------------------------------------------*/
/* ------------------------------>>> Common <<<----------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/

#wrapper{ width:100%; overflow:hidden; }

.container{ position:relative; width:100%; overflow: hidden;}
.container.bg-gray{ background:#f9f9f9; }

.container.row-color:nth-child(even) {background: #ffffff;}
.container.row-color:nth-child(odd) {background: #f1f9fb;}
.container.row-color:nth-child(odd) .b-title{
	background:url(../../images/title-bg-album.png) center center no-repeat;
}

.container.row-color.last-section {background: #ffffff !important;}
.container.row-color.last-section .b-title{
	background:url(../../images/title-bg.png) center center no-repeat !important;
}

.container .wrap{position: relative;max-width: 1200px;overflow: hidden;margin: 0px auto;}
/*回上頁*/
.gotop{ position:fixed; bottom:100px; right:20px; z-index:99; }

/*footer*/
#footer{position:relative;width:100%;box-sizing:border-box;overflow:hidden;background-color: #b5dedf;}


#footer .footer_menu {overflow:hidden;width:100%;margin: 0 auto;padding: 15px 20px 15px 20px;margin: 30px auto 0 auto;max-width: 1200px;background: #313131;/* border-bottom: 1px solid #636363; */display: flex;align-items:center;justify-content: center;}
#footer .footer_menu_item {display:inline-block;vertical-align:top;width: 165px;min-height:100px;padding: 0 5px 30px 0;}
#footer .footer_menu_title {/* background:url(../../images/footer_icon.png) no-repeat; */position:relative;/* color:#91ceeb; */font-size:16px;letter-spacing:1px;padding: 3px 0px 15px 5px;margin-bottom: 15px;color: #ffcb05;font-weight:bold;}
#footer .footer_menu_item a {display:block;padding: 6px 5px;margin: 3px 0;line-height:18px;color: #ffffff;text-decoration:none;font-size:14px;letter-spacing:1px;}
#footer .footer_menu_item a:before {padding-right:5px;/* content:url(../../images/footer-dot.png); */}
#footer .footer_menu_item a:hover { color:#ffde7a; }

#footer .footer_menu ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
#footer .footer_menu > ul li{float: left;vertical-align:top;/* width: 165px; *//* min-height:100px; */padding: 0 5px 0px 0;}
#footer .footer_menu > ul > li{/* background:url(../../images/footer_icon.png) no-repeat; */position:relative;/* color:#91ceeb; */font-size:16px;letter-spacing:1px;padding: 3px 4.2vw 0px 0vw;/* margin-bottom: 15px; */color: #ffcb05;/* font-weight:bold; */}
#footer .footer_menu > ul > li:last-child{ padding-right:0; }
#footer .footer_menu > ul > li > a{color: #ffffff;font-weight:bold;/* margin-bottom: 15px; *//* padding-bottom: 8px; *//* border-bottom: 1px solid #ffffff; */display: inline-block;}
#footer .footer_menu > ul > li > ul > li > a {display:block;padding: 6px 0px;margin: 3px 0;line-height:18px;color: #ffffff;text-decoration:none;font-size:14px;letter-spacing:1px;}
#footer .footer_menu > ul > li > ul > li > a:before {padding-right:5px;/* content:url(../../images/footer-dot.png); */}
#footer .footer_menu > ul > li > ul > li > a:hover { color:#ffde7a; border-bottom:1px solid #009dc2; }


@media screen and (max-width : 1200px) {
	#footer .footer-menu{ display:none; }	
}


div#footer {}
#footer .wrap{position:relative;display:flex;flex-wrap:wrap;max-width:1200px;/* min-height: 370px; */background: url(../../images/footer-bg.png) right bottom no-repeat;padding: 10px 10px 20px 10px;width:100%;overflow: hidden;margin:20px auto 30px;color:#ffffff;}
#footer-nav{width:100%;color:#ffffff;}
#footer-nav ul{margin: 5px;list-style: none;margin-right: auto;margin-left: auto;display: table;padding: 10px 0 5px 0;border-bottom: 5px solid #313131;}
#footer-nav ul li{float:left;padding: 15px 15px 15px 15px;background: #313131;}
#footer-nav ul li a{color: #ffffff;font-size: 16px;letter-spacing: 2px;padding-bottom: 5px;text-decoration: none;}
#footer-nav ul li a:hover{ color:#cc589f; }
#footer-nav ul li:last-child{ border-right:0; }
#footer .wrap .logo-area{width:100%;overflow:hidden;margin: 20px 0;background-size: 35vw;}
#footer .wrap .logo-area:before{content:" ";display: block;position: relative;width:50%;height: 1px;background:#50e2e1;right:0;top:50px;right:50%;left:50%;}
#footer .wrap .logo-area img{ max-width:416px; width:95%; }
#footer .wrap .left{ color:#cfcfcf; }
#footer .wrap .right{flex:1;display: flex;justify-content: flex-end;align-items: flex-end;color: #47abad; line-height:18px; text-align:right; }
#footer .wrap .right a{color: inherit; text-decoration:none; }
#footer .wrap .right a:hover{  text-decoration:underline; }
#footer .wrap #css-table{
    border-spacing: 5px;
}
#footer .wrap #css-table .css-td i{ padding-right:5px; }

#footer .wrap #css-table .css-td:first-child{background:#2fa2a5;min-width: 80px; color:#fff;}
#footer .wrap #css-table .css-td{color:#3a3a3a;padding: 5px 10px 5px 10px;line-height:20px;font-weight: bold;}
#footer .wrap #css-table .css-td a{color:#3a3a3a;}
/*表格樣式*/
#table-1 {
  font-family: Arial, Helvetica, sans-serif;
  border-collapse: collapse;
  width: 100%;
}

#table-1 td, #table-1 th {
  border: 1px solid #ddd;
  padding: 5px;
  text-align: center;
}

#table-1 tr:nth-child(even){background-color: #f2f1f1;}

#table-1 tr:hover {background-color: #ddd;}

#table-1 th {
  padding-top: 5px;
  padding-bottom: 5px;
  text-align: center;
  background-color: #cc589f;
  color: white;
}

@media screen and (max-width : 1200px) {
	.container{ padding:0 10px; }
	#footer-nav ul{ display:flex; flex-wrap:wrap; align-items:center; justify-content: center; }
}

@media screen and (max-width : 768px) {

	#footer .wrap{ display:block; }
	#footer .wrap .left{ text-align:center; }	
	#footer .wrap .left img{ width:100%; }
	#footer .wrap .right{flex:3;display:block;padding:10px 0;}
	#footer .wrap .right #css-table{ margin:0 auto; }
	
	#footer .wrap .right #css-table .css-td:nth-child(2){ display:none; }
	
}

@media screen and (max-width : 550px) {
	.logo-b{/* width:80%; */max-height: 65px;}	
}

@media screen and (max-width : 480px) {
	#footer-nav ul li{width: 100%;background: #313131;margin: 1px 0;padding: 10px 10px;text-align: center;}
}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ------------------------------>>> Index <<<----------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/


/*即時新聞*/
#index-report{width:100%;overflow: hidden;display:flex;justify-content: space-between;flex-wrap:wrap;}
#index-report .items{
    border: 1px solid #bcbcbc;
    flex: 0 32%;
    padding: 10px;
    margin: 10px 5px;
	transition: transform 0.1s ease-in-out, box-shadow 0.1s;
}
#index-report .items img{ width: 100%; }
#index-report .items:hover{ transform: translateY(-0.5rem); }

#index-report .items div{ width:100%; overflow:hidden; }
#index-report .items div.title{color:#000000;font-weight:bold;font-size: 16px;padding: 15px 0 0 0;}
#index-report .items div.title a{ /*color:#000000; text-decoration:none;*/ }
#index-report .items div.title:before{content:url(../../images/news-icon-1.png);vertical-align:middle;padding-right: 5px;}
#index-report img.lazy{ /*max-height:300px;*/ }

@media screen and (max-width : 900px) {
	#index-report .items{flex: 1 48%;}
}

@media screen and (max-width : 480px) {
	#index-report .items{flex: 0 100%;}
}

/*最新消息*/
#index-news{margin: 0px 0;padding:30px 10px;text-align:center;}
#index-news .news-types{width:100%;text-align:center;display: flex;flex-wrap: wrap;justify-content: center;padding-bottom: 30px;}
#index-news .news-types span{padding: 13px 1vw;margin: 5px 10px;color: #FFFFFF;background: #2da5a4;font-size: 16px;font-family: 'Noto Sans TC', sans-serif;cursor: pointer;flex-basis: 150px;}
#index-news .news-types span:hover{background: #cc589f;color:#ffffff;transition: all 0.3s ease;}
#index-news .news-frame{ width:100%; overflow:hidden; border-top:3px solid #b2dfda; border-bottom:3px solid #b2dfda; }
#index-news .news-list{display:flex;flex-wrap:wrap;width:100%;overflow:hidden;margin: 8px 0;text-align: left;padding: 0px 0px 3px 0;border-bottom: 1px solid #dadada;}
#index-news .news-list:last-child{ border:0; }
#index-news .news-list .types{flex: 1;color: #ffffff;background: #2da5a4;padding: 10px 10px;min-width: 140px;text-align: center;margin: 0 0 0px 0;font-weight: normal;font-size: 15px;display: flex;align-items:center;justify-content: center;border-radius: 20px;}
#index-news .news-list .title{flex: 6;color: #060606;font-size: 16px;line-height:22px;font-family: 'Noto Sans TC', sans-serif;display: flex;align-items:center;padding: 0 0 0 20px;}
#index-news .news-list .title a:hover{ color:#28231c; text-decoration:underline; }
#index-news .news-list .date{position: relative;flex: 1;min-width: 150px;padding: 0 10px;font-size: 14px;display: flex;align-items: center;justify-content: center;font-weight: bold;color: #656565;}
#index-news .news-list .date span{padding: 0 0 0 0px;}
#index-news .news-types span.active{background: #cc589f;}
#index-news .news-list .date span:before{position: absolute;
    top: 15px;
    left: 15px;
    content: " ";
    display: block;
    width: 7px;
    background: #bfdde7;
    height: 7px;
    border-radius: 30px;}
#index-news .news-list .more{flex:1;padding:0 20px;min-width:150px;color: #143874;font-size: 14px;display: flex;align-items: flex-end;justify-content: center;}
#index-news .news-list .more a{ color:#143874; }
#index-news .pager{position:relative;text-align:center;margin: 50px auto;}

@media screen and (max-width : 900px) {
	#index-news .news-list .types{
    max-width: 150px;
	}
	#index-news .news-list .date{
    justify-content: start;
    min-width: auto;
 }
	#index-news .news-list .date span{ border:0; padding:0 0 0px 30px; }
	#index-news .news-list .title{flex:100%;padding: 10px 20px;}
}


/*活動剪影*/
#index-album{width:100%;overflow: hidden;display:flex;/* justify-content: space-between; */flex-wrap:wrap;padding: 30px 0;}
#index-album .items{
    border-top: 5px solid #2ca4a5;
    box-shadow: 1px 1px 5px #cccccc;
    /* flex: 1 22.5%; */
    margin: 10px 10px;
    transition: transform 0.1s ease-in-out, box-shadow 0.1s;
}

#index-album .items-index{ width: 23%; }
#index-album .items-content{ width: 31%; }

#index-album .items img{ width: 100%; }
#index-album .items:hover{ /*transform: translateY(-0.5rem);*/ }

#index-album .items div{ width:100%; overflow:hidden; }
#index-album .items div.title{color:#000000;/* font-weight:bold; */text-align: center;font-size: 16px;padding: 15px 0 15px 0;}
#index-album .items div.title a{/*color:#000000; text-decoration:none;*//* text-shadow: 2px 2px 2px #cccccc; */}
#index-album .items div.title:before{/* content:url(../../images/album-icon-1.png); */vertical-align:middle;padding-right: 5px;}
#index-album img.lazy{ /*max-height:330px;*/ }

@media screen and (max-width : 710px) {
	#index-album .items{flex: 0 45%;}
}

@media screen and (max-width : 480px) {
	#index-album .items{flex: 0 100%;}
}

@media screen and (max-width : 1036px) {
	#index-album .items-index{ width: 22.5%; }
}

@media screen and (max-width : 838px) {
	#index-album .items-index{ width: 22%; }
}

@media screen and (max-width : 1201px) {
	#index-album .items-content{ width: 30.5%; }
}

@media screen and (max-width : 1074px) {
	#index-album .items-content{ width: 30%; }
}

@media screen and (max-width : 923px) {
	#index-album .items-content{ width: 29.5%; }
}



/*系所介紹*/
#index-about{}


/*相關連結*/
.links-container{text-align:center;width:100%;margin: 5vw 0;/* vertical-align: top; */}
.links-container a{margin: 10px 8px;max-width:280px;width:100%;text-align:left;display:inline-block;vertical-align: top;  box-shadow: 1px 1px 5px #cccccc;}
.links-container a img{ width:100%; }



/* ----------------------------------------------------------------------------------------------------------------*/
/* ------------------------------>>> Content <<<----------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/


/*最新消息*/
#inner-news{margin: 0px 0;padding: 30px 0 0 0px;text-align:center;}
#inner-news .news-list{width:100%;overflow:hidden;margin: 0 0 10px 0;text-align: left;padding: 0px 0px 10px 0;}
#inner-news .news-list{display:flex;flex-wrap:wrap;border-bottom: 1px dashed #cccccc;}
#inner-news .news-list .title{flex: 6;color: #28231c;font-size: 16px;line-height:22px;font-family: 'Noto Sans TC', sans-serif;display: flex;align-items:center;}
#inner-news .news-list .title a{ color:#28231c; }
#inner-news .news-list .title a:hover{ text-decoration:underline; }
#inner-news .news-list .date{flex: 1;min-width: 170px;padding: 0 0px;font-size: 14px;display: flex;align-items: center;/* justify-content: center; */font-weight: bold;color: #656565;}
#inner-news .news-list .date span{position: relative;letter-spacing: 2px;padding: 0 15px 0 30px;}
/* #inner-news .news-list .date span:before{position: absolute;left: 5px;top: -30px;content:"‧";font-size:60px;color: #cc589f;} */
#inner-news .news-list .date span:before{position: absolute;top: -2px;left: 13px;content:url(../../images/dot-1.png);}
#inner-news .news-list .more{flex:1;padding:0 20px;min-width:150px;color: #143874;font-size: 14px;display: flex;align-items: flex-end;justify-content: center;}
#inner-news .news-list .more a{ color:#143874; }


@media screen and (max-width : 900px) {
	#inner-news .news-list .date{ justify-content: start; min-width: auto;}
	#inner-news .news-list .date span{ border:0; }
	#inner-news .news-list .title{flex:100%;padding: 10px 0;}
}

/*影音花絮*/
#inner-video{width:100%;overflow:hidden;margin: 30px auto 0 auto;}
#inner-video .video_area{width: 47.5%;margin: 20px 1%;display: inline-block;vertical-align: top;line-height: 25px;border: 1px solid #ebebeb;padding: 10px;box-shadow: 1px 1px 5px #ebebeb;}
#inner-video .video_area .title{color:#000000;font-weight:bold;font-size: 16px;padding: 15px 0 0 0;}
#inner-video .video_area .title a{ /*color:#000000; text-decoration:none;*/ }
#inner-video .video_area .title:before{content:url(../../images/video-icon-1.png);vertical-align:middle;padding-right: 5px;}

#inner-video .video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}
#inner-video .video-container iframe, .video-container object, .video-container embed {
	position: absolute;
	top: 0;left: 0;
	width: 100%;
	height: 100%;
}

@media screen and (max-width : 768px) {
	#inner-video .video_area{width:100%;margin: 20px 0;}	
}


/*圖片連結*/
#inner-imglink{ width:100%; display:flex; flex-wrap:wrap; margin:40px 0; }
#inner-imglink .items{width:31%;display: flex;justify-content: center;margin:1%;cursor:pointer;border: 1px solid #ebebeb;box-shadow: 1px 1px 5px #ebebeb;}
#inner-imglink .items:hover{ box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25); transition: all 0.5s ease; }
#inner-imglink .items > div{text-align:center;margin: 40px auto 0 auto;width: 100%;}
#inner-imglink .items .img{max-width: 240px;height:160px;margin: 0 auto;display: flex;align-items:center;justify-content: center;}
#inner-imglink .items img{display:block;/* padding-bottom:20px; */margin: 0 auto; /*width:100%;*/ }
#inner-imglink .items .word{text-align:center;color: #000000;padding: 30px 10px 30px 10px;font-size: 16px;letter-spacing: 3px;font-family: 'Noto Sans TC', sans-serif;/* font-weight: bold; */}

@media screen and (max-width : 1024px) {
	#inner-imglink .items img{ width:90%; max-width:100%; }
}
@media screen and (max-width : 600px) {
	#inner-imglink .items{ width:48%; }
}
@media screen and (max-width : 450px) {
	#inner-imglink .items{ width:100%; }  
}

/*圖片輪播*/
#inner-carousel{width: 100%;overflow: hidden;margin:30px 0 30px 0;}


/*下載與連結*/
#inner-download{margin: 0px 0;padding: 30px 0 0 0px;text-align:center;}
#inner-download .download-list{width:100%;overflow:hidden;margin: 0px 0;text-align: left;padding: 0px 0px 5px 0;margin: 10px 0 10px 0;}
#inner-download .download-list{display:flex;flex-wrap:wrap;border-bottom: 1px dashed #cccccc;}
#inner-download .download-list .title{flex: 6;color: #28231c;font-size: 16px;padding: 0 10px 0 10px;line-height:22px;font-family: 'Noto Sans TC', sans-serif;display: flex;align-items:center;}
#inner-download .download-list .title a{ color:#28231c; }
#inner-download .download-list .title a:hover{ text-decoration:underline; }
#inner-download .download-list .types{/* flex: 1; */width: 120px;padding: 8px 20px;margin: 0 30px 0 0;font-size: 12px;display: flex;align-items: center;justify-content: center;color: #ffffff;}
#inner-download .download-list .types span{
    padding-right: 5px;
}
#inner-download .download-list .types.color-bule1{background: #04b28c;border-radius: 15px;font-weight: bold;}
#inner-download .download-list .types.color-bule2{background: #cc589f;border-radius: 15px;}

@media screen and (max-width : 480px) {
	#inner-download .download-list .types{flex: inherit;}
	#inner-download .download-list .title{flex:100%;padding: 10px 0;}
}

/*成員執掌*/
#inner-member{width:100%;overflow:hidden;margin: 30px auto 0 auto;}
#inner-member .member-list{display: flex;flex-wrap: wrap;align-items: stretch;margin: 20px 1%;vertical-align: top;line-height: 25px;/* border: 1px solid #bcbcbc; */padding: 20px 20px;box-shadow: 0 0px 6px rgb(0 0 0 / 25%);}
#inner-member .member-list .caption{width:100%;overflow:hidden;font-size: 18px;font-weight: bold;border-bottom: 2px solid #2da3a3;padding: 0 0 10px 0;margin: 0 0 20px 0;}
#inner-member .member-list .caption span{
    font-size: 12px;
    color: #b6b6b6;
    padding: 0 15px;
}
#inner-member .member-list .title-area{flex: 1;padding: 0 20px;text-align: center;}
#inner-member .member-list .title-area img{ border: 1px solid #cccccc; width:100%; max-width:175px; }

#inner-member .member-list .info-area{
    flex: 3;
}
#inner-member .member-list .info-area .info{
    display: flex;
    align-items: stretch;
    /* justify-content: center; */
    border-bottom: 1px solid #c8c6b3;
}
#inner-member .member-list .info-area .info:last-child{ border:0; }
#inner-member .member-list .info-area .info .left{
    background: #dff3f2;
    min-width: 90px;
    flex: 1;
    font-size: 16px;
    padding: 5px 10px;
    display: flex;
    align-items:center;
    justify-content: center;
}
#inner-member .member-list .info-area .info .right{
    flex: 3;
    font-size: 16px;
    padding: 5px 10px;
    word-break: break-all;
    display: flex;
    align-items: flex-start;
    /* justify-content: center; */
    flex-direction: column;
}

@media screen and (max-width : 1200px){
	#inner-member .member-list{ width:98%; }
}

@media screen and (max-width : 480px){
	#inner-member .member-list{ display:block; }
	#inner-teacher .member-list{width: 98%;}
	#inner-teacher .member-list .title-area{display:block;text-align: center;}
}


/*中心成員*/
#inner-teacher{width:100%;overflow:hidden;margin: 30px auto 0 auto;}
#inner-teacher .teacher-list{width: 47.5%;margin: 20px 1%;display: inline-block;vertical-align: top;line-height: 25px;/* border: 1px solid #bcbcbc; */padding: 20px 20px;box-shadow: 0 0px 6px rgb(0 0 0 / 25%);}
#inner-teacher .teacher-list .title-area{ display: flex; align-items:center; justify-content: center; }
#inner-teacher .teacher-list .title-area .left{
    flex: 1;
}
#inner-teacher .teacher-list .title-area .left img{
	width:100%;
    /*border: 1px solid #cccccc;*/
	 max-width:175px;
}
#inner-teacher .teacher-list .title-area .right{
    flex: 1;
    color: #010101;
    font-size: 20px;
    padding: 20px;
}
#inner-teacher .teacher-list .title-area .right span{
    font-size: 16px;
}
#inner-teacher .teacher-list .title-area .right p{
    font-size: 14px;
    color: #a6a6a6;
}
#inner-teacher .teacher-list .info-area{
    border-top: 2px solid #cc589f;
    margin-top: 5px;
}
#inner-teacher .teacher-list .info-area .info{
    display: flex;
    align-items: stretch;
    /* justify-content: center; */
    border-bottom: 1px solid #c8c6b3;
}
#inner-teacher .teacher-list .info-area .info:last-child{ border:0; }
#inner-teacher .teacher-list .info-area .info .left{
    background: #dedccb;
    min-width: 90px;
    flex: 1;
    font-size: 16px;
    padding: 5px 10px;
    display: flex;
    align-items:center;
    justify-content: center;
}
#inner-teacher .teacher-list .info-area .info .right{
    flex: 3;
    font-size: 16px;
    padding: 5px 10px;
	word-break:break-all;
}

@media screen and (max-width : 1200px){
	#inner-teacher .teacher-list{ width:98%; }
}


@media screen and (max-width : 480px){


	#inner-teacher .teacher-list{width: 98%;}
	#inner-teacher .teacher-list .title-area{display:block;text-align: center;}
}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ------------------------------>>> Sitemap <<<----------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/

#sitemap-area{ max-width:1200px; width:100%; overflow:hidden; margin:30px auto; }
#sitemap-area .sitemap-list{display: inline-block;vertical-align: top;width: 22.5%;margin: 0 1% 40px 1%;min-height:300px;overflow:hidden;}
#sitemap-area .title{width:100%;padding: 10px 0px;color: #3d3d3d;font-size:20px;font-family: 'Noto Sans TC', sans-serif;font-weight: bold;border-bottom: 5px solid #cc589f;display: flex;align-items:center;/* justify-content: center; */}
#sitemap-area .title span{
    font-size: 36px;
    font-weight: normal;
    color: #ffffff;
    background: #cc589f;
    padding: 7px 10px 15px 18px;
    margin: 0 20px 0 0;
    border-radius: 50px;
}
#sitemap-area .list{position: relative;clear:both;border-bottom: 1px dashed #cccccc;color: #cc589f;font-size:16px;letter-spacing:1px;margin:0 20px;padding: 17px 10px;}
#sitemap-area .list.type-2{
    padding-left: 30px;
}
#sitemap-area .list.type-1:before{ content:"●"; }
#sitemap-area .list.type-2:before{content:"○";left: 30px !important;}
#sitemap-area .list.type-1:before , #sitemap-area .list.type-2:before{position: absolute;left: 8px;top: 20px;padding-right: 5px;font-size:12px;}
#sitemap-area .list a{display: inline-block;line-height: 20px;color: #3d3d3d;font-weight: bold;text-decoration:none;padding-left: 20px;}
#sitemap-area .list a:hover{ color:#cc589f; }
#sitemap-area .list:first-child{ border:0; }
#sitemap-area .list.sub{border:0;padding: 15px 35px;}
#sitemap-area .list.sub:before{font-family: "Font Awesome 5 Free";font-weight: 900;content: "\f1ce";padding-right: 10px; font-size:14px; }


@media screen and (max-width : 1023px) {	
	#sitemap-area .sitemap-list{ width:47%; }
	
}
@media screen and (max-width : 720px) {
 	#sitemap-area .sitemap-list{ width:98%; }
}


/* ----------------------------------------------------------------------------------------------------------------*/
/* ------------------------------>>> News <<<----------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/


/*檔案與連結*/
.download-list{width:100%;overflow:hidden;padding: 15px 20px 15px 20px;box-sizing:border-box;margin:5px 0;border-bottom:1px dotted #919191;}
.download-list .down-left{float:left;font-size: 16px;max-width: 30px;width: 10%;color: #cc589f;}
.download-list .down-left img{ vertical-align:-15%; width:20px; }
.download-list .down-right{float:left;width: 90%;}
.download-list .down-right a{color: #000000;font-size:15px;text-decoration:none;}
.download-list .down-right a:hover{ color:#cc589f; }

/* ----------------------------------------------------------------------------------------------------------------*/
/* ------------------------------>>> Contact <<<----------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/

/*聯絡我們*/
#index-contact{width:100%;max-width: 1300px;margin: 0 auto;min-height:190px;padding: 30px 0px;overflow:hidden;/* background:url(../../images/contact-bg.png) no-repeat top center; */}
#index-contact .contact-form{/*display:flex;*/}
#index-contact .contact-form > .left{flex:1;padding: 0 15px;}
#index-contact .contact-form > .right{flex:1;padding: 0 15px;}

#contact_info{ position:relative; max-width:1200px; overflow:hidden; }
#contact_info .contact_info_left{float:left;width: 50%;margin: 20px 0 30px 0;}
#contact_info .contact_info_right{/* float:left; *//* max-width:400px; *//* width: 50%; */font-size:15px;padding: 10px 0 0 10px;box-sizing: border-box;letter-spacing:1px;color:#4f4f4f;line-height:30px;}

#contact_info .slogan{ background:url(../../images/about_line.png) top center no-repeat; padding:90px 0 0 0; position:absolute; top:0; right:0; }
.contact_info_btitle{ width:100%; border-bottom:1px solid #6d6b64; }
.contact_info_area{width:100%;overflow:hidden;line-height:25px;padding: 5px 0;border-bottom:1px dashed #a7a7a4; }
.contact_info_title{float:left;width:10%;color: #FFF; background:#04b28c;text-align:center;margin:0 5% 0 0;padding:0 5px;-webkit-border-radius: 25px;-moz-border-radius: 25px;border-radius:25px;}
.contact_info_content{ float:left; width:70%; }

/*聯絡我們表單*/
.contact-form .input-item{width:100%;display: flex;align-items:center;justify-content: center;background:#ffffff;margin: 25px 0;padding: 0px 10px 0px 10px;border:1px solid #cecece;transition: all 0.5s ease;line-height: 25px;}
.contact-form .input-item:hover{border:1px solid #b5dfde; border-left:5px solid #b5dfde;}
.contact-form .input-item .left{flex:1.5;color: #000000;font-size: 16px;letter-spacing: 1px;}
.contact-form .input-item .left span{ color:#cb333e; width:13px; display:inline-block; }
.contact-form .input-item .right{flex: 3.5;padding: 0 0px;border-left: 1px solid #d5d5d5;}
.contact-form .input-item .right input{width:100%;font-size:16px;border:0;padding: 10px 10px 10px 10px;background:transparent;outline: 0;}
.contact-form .input-item .right select{width:90%;font-size:16px;border:0;padding: 10px 10px 10px 10px;background:transparent;outline: 0;}
.contact-form .input-item .right textarea{width:100%;padding:10px;font-size:16px;height: 175px;border:0;background:transparent;resize:none;outline: 0;}
.contact-form .input-item .right .rand-img{position:absolute;right: 10px;top: 8px;cursor:pointer;}
.contact-form .pager .btn-1:before{ left:10px; }
.contact-form .pager{ text-align:right; }

#contact-info{ background:url(../../images/contact-bg.png) no-repeat; }
#contact-info .wrap{min-height:600px;display:flex; justify-content: space-between; flex-wrap:wrap; }
#contact-info .left{width:40%; padding:10px; }
#contact-info .left .css-table{ padding:10px; }
#contact-info .left .css-td:first-child{width: 20px; color:#71c6b2; }
#contact-info .left .css-td:nth-child(2){ width:40px; }
#contact-info .left .css-td{width:30px;padding: 15px 0;font-size: 16px;border-bottom: 1px dotted #cccccc;}
#contact-info .right{width:50%; padding:10px; }
#contact-info .right .map{width:100%;color:#385170;font-size:16px;display: flex;justify-content: flex-end;}
#contact-info .right .map .iframe{width:100%;/* max-width:500px; */height:400px;border:0;}


@media screen and (max-width : 1200px) {
	#contact-info .left{ flex:1; width:auto; }
	#contact-info .right{ flex:1; width:auto; }	
}
@media screen and (max-width : 1024px) {
	#contact-info .wrap{ display:block; }
	#index-contact .contact-form{padding-top: 0px;}
	.contact-form .input-item .left{ flex:2; }
}
@media screen and (max-width : 768px) {
	#index-contact { min-height: 180px; }
	#index-contact .contact-form{ display:block; }
	.contact-form .input-item .right{ flex:3; }
	.contact-form .input-item .left{ flex:1; }

	#contact_info .contact_info_left { float: none; width: 100%; }
    #contact_info .contact_info_right { padding: 0px; width: 100%; }
	
}
@media screen and (max-width : 480px) {
	#contact-info .left .css-td:nth-child(2){ display:none; }
	.contact-form .input-item .right{ flex:1.5; }	
}


/* ----------------------------------------------------------------------------------------------------------------*/
/* ------------------------------>>> Mobile Menu <<<----------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/


body { transition: background-color .2s; }
#wrapper { transition: margin-left .2s; }
.sidenav { display:flex; flex-direction: column; height: 100%;overflow:hidden;width: 0;position: fixed;z-index: 9999;top: 0;right: 0;background-color: rgba(255, 255, 255, 1);overflow-x: hidden;transition: 0.2s;/*padding-top: 60px;*/box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);}
.sidenav .closebtn {font-size: 25px;position: absolute;top: 25px;right: 10px;color: #cc589f;}
.sidenav .head {width:100%;position: relative;overflow:hidden;/* text-align: center; */padding: 15px 0 15px 5px;border-top: 3px solid #cc589f;border-bottom: 1px solid #ebebeb;background: #ffffff;}
.sidenav .head img{max-width: 259px;}

.sidenav .menu-top{ }
.sidenav .menu-bottom{width: 100%;height: 100%;background: #ebebeb;padding: 20px 0 10px 0;display: flex;align-items: flex-end;justify-content: center;}
.sidenav .menu-bottom .search{padding:10px 20px;}
.sidenav .menu-bottom .search .items{
    margin: 20px 0;
    display:flex;
}
.sidenav .menu-bottom .search .items .lefter{
	flex: 1;
	width: 80px;
	font-size: 16px;
	color: #3c3c3c;
	display: flex;
	align-items:center;
	justify-content: center;
}
.sidenav .menu-bottom .search .items .lefter i{color: #0557A1;padding-right:8px;}
.sidenav .menu-bottom .search .items .righter{flex: 1;padding: 0 0 0 10px;}
.sidenav .menu-bottom .search .items .righter .search-items{ display:flex;}
.sidenav .menu-bottom .search .items .righter .search-items .input{flex: 1;}
.sidenav .menu-bottom .search .items .righter .search-items .input input[type="text"]{border:0;outline: 0;max-width: 100px;padding: 15px;-webkit-border-top-left-radius: 20px;-webkit-border-bottom-left-radius: 20px;-moz-border-radius-topleft: 20px;-moz-border-radius-bottomleft: 20px;border-top-left-radius: 20px;border-bottom-left-radius: 20px;}
.sidenav .menu-bottom .search .items .righter .search-items .button{flex:1;background: #0557A1;color: #ffffff;padding: 15px 20px;-webkit-border-top-right-radius: 20px;-webkit-border-bottom-right-radius: 20px;-moz-border-radius-topright: 20px;-moz-border-radius-bottomright: 20px;border-top-right-radius: 20px;border-bottom-right-radius: 20px;}

.sidenav .menu-bottom .community{padding: 10px 5px;text-align: center;}
.sidenav .menu-bottom .copyright a{color: #939797;text-decoration:none;}
.sidenav .menu-bottom .copyright a:hover{ text-decoration:underline; }


@media screen and (max-height: 450px) {
 .sidenav {padding-top: 15px;}
 .sidenav a {font-size: 18px;}
}
/*選單 - 選項*/
#ajax-sidenav > div {position:relative;width: 100%;border-left: 5px solid #2fa2a5;border-bottom: 1px solid #ebebeb;color: #000000;padding: 15px 25px;line-height:20px;box-sizing:border-box;cursor: pointer;cursor: hand;font-size: 14px;letter-spacing: 3px;}
#ajax-sidenav > div:before {/*content:url(../../images/header-icon.png);vertical-align:0; padding-right:10px;color: #000000;*/}
#ajax-sidenav > div i {position:absolute;right: 15px;top: 17px;}
#ajax-sidenav > div.title { background: #b19bb5; color: #ffffff; }
#ajax-sidenav > div:hover { /*color:#57708e;*/ }
#ajax-sidenav > div span { position:absolute; right:0; top: 0; display:block; padding: 15px 20px; border-left: 1px solid #ebebeb;/* border-right: 1px solid #ebebeb; */ }
#ajax-sidenav > div.nav {background:#ECECEC;border-bottom: 1px solid #aaa;color: #2fa2a5;}
#ajax-sidenav > div.nav:before { content:""; padding-right:0px; }
#ajax-sidenav > div img { vertical-align:middle; padding-right:8px; }
.submenu-nav { width: 100%; overflow:hidden; display:none; background-color: #FFFFFF; }
.submenu-nav div {position:relative;font-size: 14px;background: #ffffff;line-height: 20px;border-bottom: 1px solid #ebebeb!important;padding: 18px 30px 18px 55px !important;cursor:pointer;}
.submenu-nav div:before{position: absolute;left: 30px;top: 20px;font-family: "Font Awesome 5 Free";font-weight: 900;content: "\f111";color: #e2e2e2;padding-right: 8px;}
.submenu-nav div a{font-size: 14px;color: #000000 !important;}
.submenu-nav div i{position:absolute;top:20px;right: 16px;color: #000000;}
.submenu-nav.layer3 div{padding: 18px 10px 18px 80px !important;}
.submenu-nav.layer3 div:before{position: absolute;left: 55px;top: 20px;font-family: "Font Awesome 5 Free";font-weight: 100;content: "\f111";color: #e2e2e2;padding-right: 8px;}


.submenu2{background:#ebebeb !important;border-left: 5px solid #9B7354;}
.submenu3{background:#f5f5f5 !important;border-left: 5px solid #9B7354;}

.copyright{text-align: center;color: #939797;line-height: 18px;}

@media screen and (max-height: 450px) {
 .sidenav { padding-top: 15px;}

 .sidenav a { font-size: 18px;}
}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ------------------------------>>> Menu Search <<<----------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/

.jq-submenu.srh{position:relative;padding:0 !important;}
.jq-submenu.srh .srh-btn{position:absolute;right: 30px;top: 20px;}
.jq-submenu.srh input[type="text"]{
	/* max-width:218px; */
	background: #F2f2f2;

	-webkit-appearance: none;
	border-radius: 0;
	width: 100%;
	height: 50px;
	border:0;
	font-size: 14px;
	padding: 0 50px 0 25px;

	box-sizing: border-box;
	letter-spacing:1px;

	color:#333;
	outline:0;
}

.jq-submenu.nav{ border-left:0 !important; }
.jq-submenu.nav i{ position:initial !important; padding-right:8px; }

/* ----------------------------------------------------------------------------------------------------------------*/
/* ------------------------------>>> Bxslider <<<----------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/

ul.bxslider { margin:0; padding:0; }
#home_banner {display: inline-block;width: 100%;overflow: hidden;position: relative;background:#f3f8fb;}


#home_banner ul{ list-style:none; }
#home_banner li { width: 100%; background-repeat: no-repeat; background-size: cover; background-position: center; height:450px; }
#home_banner img { display: none; }
#home_banner .bxslider { opacity: 0; }
#home_banner .bx-wrapper .bx-pager.bx-default-pager a:hover, #home_banner .bx-wrapper .bx-pager.bx-default-pager a.active {background: #cc589f;/* border: 1px solid #ffffff; */}
#home_banner .bx-wrapper .bx-pager.bx-default-pager a {background-color: white;/* border: 1px solid #2d2727; */width: 13px;height: 13px;margin: 0 5px;border-radius: 50%;box-shadow:2px 2px 8px rgba(15%,15%,40%,0.1);}
#home_banner .bx-wrapper .bx-pager { bottom: 32px; opacity: 1; }
#home_banner .bx-wrapper .bx-controls-direction{ opacity: 0; }
#home_banner .word { font-size: 15px; position: absolute; margin-left: -187px; margin-top: -116px; left: 50%; top: 50%; color: #673D3A; letter-spacing: 25px; opacity: 0.2; }
#home_banner .word b { font-weight: bold; }
#home_banner .down { position: absolute; right: 30px; bottom: 32px; width: 34px; height: 28px; z-index: 99; cursor: pointer; opacity: 0; }
#home_banner .down img { display: block; }
#home_banner .bx-prev{ left:5%; }
#home_banner .bx-next{ right:5%; }
#home_banner .bx-next:hover , #home_banner .bx-prev:hover{ opacity:.8; }

/* line 84, scss/_header.scss */
.headerTitleContainer {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
  /*
  @media only screen and (max-width: 640px), screen and (max-height: 900px) {     
  	.headline {
  		margin: 13rem auto 0 auto;
  	}
  }
  @media only screen and (min-width: 641px) and (max-width: 768px) {
  	.headline {
  		margin: 10rem auto 0 auto;
  	}
  }
  */
}
/* line 90, scss/_header.scss */
.headerTitleContainer .headline {
  text-align: center;
  margin: 11rem auto 0 auto;
  width: 70%;
  max-width: 600px;
  color: #ffffff;
  /* border-bottom: 1px solid #ffffff; */
  /* background-color:rgba(0, 0, 0, 0.5); */
  padding:10px 0;
}

.headerTitleContainer a{ 
  text-decoration:none;
}

.headerTitleContainer .headline p{
    padding: 11px 0;
    font-size: 22px;
    letter-spacing: 3px;
}
.headerTitleContainer .headline h2{
    letter-spacing: 5px;
    font-size: 30px;
    color: #F4D885;
}



/* line 96, scss/_header.scss */
.headerTitleContainer .button, .headerTitleContainer .headerButton {
  display: none;
}


@media screen and (max-width : 1024px) {
	
	#home_banner .bx-controls-direction
	{
		display:none;	
	}
	
	#home_banner .bx-wrapper .bx-pager.bx-default-pager a {
		 width: 15px;
		 height: 15px;
	}
	#home_banner, #home_banner li {
		max-height: 275px;
		height: 275px;
		/*margin-top: 75px;*/
	}
}

@media only screen and (max-width: 1024px) {
  /* line 104, scss/_header.scss */
  .headerTitleContainer .headline {
    margin: 6rem auto 0 auto;
  }
  .headerTitleContainer .headline p{ font-size:19px; padding:1px 0; letter-spacing: 2px;}  
  .headerTitleContainer .headline h2{ letter-spacing: 3px;font-size: 22px;color: #F4D885; }

}
@media only screen and (min-width: 641px) and (max-width: 768px) {
  /* line 110, scss/_header.scss */
  .headerTitleContainer .headline {
    margin: 7rem auto 0 auto;
  }
}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ------------------------------>>> Effect <<<----------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/



/*scroll progress bar*/
.KW_progressContainer {
  left:0;
  width: 100%;
  height: 0.6em;
  margin-bottom: 0px;
  position: fixed;
  top: 0px;
  overflow: hidden;
  background-color: #04b28c;
  content: "";
  display: table;
  table-layout: fixed;
  z-index:999;
}

.KW_progressBar {
  width: 0%;
  float: left;
  height: 100%;
  z-index:99;
  max-width: 100%;
  background-color: #c75296;
  -webkit-transition: width .6s ease;
  -o-transition: width .6s ease;
  transition: width .6s ease;
}

/*圖片放大*/
.zoom-in img {

	width: 100%;	
}


.zoom-in:hover img {
	transform: scale(1.1);
	transition: all 0.5s ease;
}


/* ----------------------------------------------------------------------------------------------------------------*/
/* ------------------------------>>> Common Animation <<<----------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/

@keyframes widthGroup-1 {
    0% { width: 0; }
    60% { width: 70px; }	
    100%   { width: 60px; }
}


.scaleZoom {
	-webkit-animation: scaleZoom 2s ease both;
	animation: scaleZoom 2s ease both;
}
@-webkit-keyframes scaleZoom {
	from { opacity: 0; -webkit-transform: scale(1.2); }
}
@keyframes scaleZoom {
	from { opacity: 0; -webkit-transform: scale(1.2); transform: scale(1.2); }
}

.scaleZoom-2 {
	-webkit-animation: scaleZoom-2 2s ease both;
	animation: scaleZoom-2 2s ease both;
}
@-webkit-keyframes scaleZoom-2 {
	from { opacity: 0; -webkit-transform: scale(1.05); }
}
@keyframes scaleZoom-2 {
	from { opacity: 0; -webkit-transform: scale(1.05); transform: scale(1.05); }
}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ------------------------------>>> Location <<<----------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/

.Loadaction_Box { position:relative; height: 100%; width: 0%; position: fixed; overflow:auto; top: 0; left: 0; overflow:auto; background-color:rgba(0, 0, 0, 0.5); z-index:100000000 }
.Loadaction {width: 220px;height: 60px;top: 42%;position: absolute;margin-left: auto;margin-right: auto;padding-top: 10px;left: 0;right: 0;background-color:rgba(0, 0, 0, 0.5);-webkit-border-radius: 2px;-moz-border-radius: 2px;border-radius: 2px;}
.Actionupload_Text {font-size:13px;color:#FFFFFF;height: 25px;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------------------------------->>> pagelink <<<--------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/


.pageselect{border:1px solid #CCCCCC;padding: 4px 5px;font-size:12px;}
.pageselect:hover{ background:#ebebeb; }
a.pagelink_no{color:#333333;text-decoration:none;border: 1px solid #cccccc;padding: 7px 5px;display: inline-block;margin: 5px 0;}
a.pagelink_no:hover{ background:#ebebeb; }
a.pagelink{color:#333333;text-decoration:none;border: 1px solid #CCCCCC;padding: 5px 10px;}
a.pagelink:hover{ background:#ebebeb; }
a.pagelink_ch{color:#333333;padding: 5px 10px;border: 1px solid #cccccc;background: #ebebeb;text-decoration:none;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ------------------------------>>> Content <<<----------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/

/*師資介紹*/
.member_list{width:100%;overflow:hidden;margin: 50px 0 20px 0;}
.member_list_left{width: 30%;margin: 0 4% 0 0;float:left;}
.member_list_left img{width:100%;margin-right: 5%;border:2px solid #eaeaea;max-width: 275px;}
.member_list_center{width: 43%;margin: 0 5% 0 0;float:left;}
.member_list_center2{width: 65%;margin: 0 0 0 0;float:left;}
.member_list_right{ width:30%; float:left; padding:0 0; box-sizing:border-box; }
.member_title{color:#cc589f;font-size:20px;border-bottom:1px dashed #CCC;padding: 40px 0 10px 0;}
.member_title:before{ /*content:url(../../images/teacher_title.png); vertical-align:middle; padding:0 10px 0 0;*/ }
.more_area{width:95%; text-align:right;}

.member{width:100%; overflow:hidden; margin:0 auto; line-height:40px; color:#2D2D2D; font-size:15px; letter-spacing:1px;}
.member_name{font-size:20px;color:#cc589f;font-weight:bold;border-bottom: 1px dashed #a7a7a4;}
.member_name a{color: #000000;text-decoration: inherit;}
.member_name span{ display:block; color:#7f7e7e; font-size:13px; text-shadow:none; }
.member_info_area{width:100%;overflow:hidden;line-height:25px;padding: 7px 0 7px 0;border-bottom:1px dashed #a7a7a4;}
.member_info_title{float:left;width: 22%;/* height: 35px; */line-height: 35px;color: #cc589f;font-weight: bold;}
.member_info_title i{ padding:0 10px 0 0; }
.member_info_content{float:left;width: 78%; line-height: 2;}
.member_info_content a{ color:#000000; text-decoration:underline; }
.member_info_content a:hover{ color:#cc589f; }
.member_info_content .form-input {border: 1px solid #b9b7b7;background: #f9f9f9;border-radius: 4px;width: 100%;height: 35px;padding: 5px 10px;box-sizing: border-box;color: #646464; outline: none;}

/*教師留校時間*/
.table-1 { border-collapse:collapse; }
.table-1 th,.table-1 td{ text-align:center;  border:1px solid #cccccc; }

@media screen and (max-width : 768px){
	.member_list_left{ float:none; text-align:center; margin:0 auto; width:60%; }
	.member_list_center, .member_list_center2{ width:100%; float:left }
	.member_list_right{ float:none; width:100%; }	
	.more_area{width:100%; text-align:center;}
	.member_info_title{ float:none; width:100%; }	
}

.form-input input[type="text"],input[type="password"]{border: 1px solid #b9b7b7;background: #f9f9f9;border-radius: 4px;margin:5px 0;width:100%;height:35px;padding:5px 10px;box-sizing:border-box;color: #000;outline: none;font-size: 14px;}
.form-input select{max-width:130px;width:100%;height:35px;border:1px solid #696868;padding:0 7px;outline:0;letter-spacing:1px;font-size:15px;font-family:"微軟正黑體";border: 1px solid #b9b7b7;background: #f9f9f9;border-radius: 4px;}
.form-input textarea {border:1px solid #696868;width:100%; font-size:14px; padding:5px 10px;box-sizing:border-box;color:#646464;-webkit-transition: width 0.4s ease-in-out;transition: height 0.4s ease-in-out;height:100px;outline: none;border: 1px solid #b9b7b7;background: #f9f9f9;border-radius: 4px;}

/*活動花絮*/
.activity-square{ float:left; display: inline-block;width: 45%;margin:2%;vertical-align: top;}
.activity-square img{ width:100%; }
.activity-square .title{width:100%;overflow:hidden;padding: 10px 0;display: flex;}
.activity-square .title .left{width: 25%;float:left;line-height: 20px;border-right:1px solid #b9b9b9;padding: 0 10px;box-sizing:border-box;}
.activity-square .title .left table td{ color:#143874; text-align:center; height:20px; letter-spacing:1px; }
.activity-square .title .right{width: 75%;float:left;font-size:18px;line-height: 22px;color:#282828;font-weight:bold;letter-spacing:1px;padding: 0 0 0 15px;box-sizing:border-box;display: flex;align-items:center;/* justify-content: center; */}
.activity-square .title .right a{ color:#282828; text-decoration:none; }
.activity-square .content{ cursor:hand; cursor:pointer; width:100%;position: relative;overflow:hidden;min-height: 30px;color: #5c5c5c;font-size: 15px;line-height: 24px;letter-spacing: 1px;}
.activity-square .content a{position:absolute;display:inline-block;right: 0px;bottom: 0px;color:#d67e01;font-size:12px;text-decoration:none;}
.activity-square .content a:before{ content:url(../../images/news-icon1.png); letter-spacing:2px; padding-right:5px; }

.main-box{width:100%;overflow: hidden;/* border:1px solid #e6e5e5; *//* box-shadow: 1px 1px 5px #EBEBEB; */color:#0e0e0e;font-size:16px;margin: 7px 0;letter-spacing: 1px;box-sizing:border-box;align-items: center;/* justify-content: center; */}
.main-box .main-title{ width:100%; background:#143874; color:30px; color:#ffffff; font-size:30px; padding:15px 30px; box-sizing:border-box; }
.main-box .main-content{padding:30px;background: #ffffff;}
.main-box .main-content .end-line{width:100%;height:1px;margin: 0 0 20px 0;border-bottom:1px dotted #919191;}
.main-box .main-content .subtitle{font-size:20px;font-weight:bold;letter-spacing:1px;padding: 0 0 15px 0;color:#143874;}
.main-box .main-content .subtitle img{vertical-align: -30%;padding-right:7px;width:25px;}
.news-content{font-size: 16px;padding: 15px 0 25px 0;overflow:hidden;clear:both;letter-spacing:1px;line-height:30px;/* border-bottom:1px solid #d3d3d3; */}

@media screen and (max-width : 550px) {
	.news-square, .activity-square{ width:96%; margin:2%; }	
	.img-demo, .img-demo2 { height:auto; line-height:inherit; }
}

/*博士*/
.bachelor_area { padding: 25px 0; font-size: 16px; margin: 0 10px 0 0; }
.bachelor_area .input_area { position: relative; }
.bachelor_area .input_area .title { position: absolute; top: 20px; left: 10px; line-height: 20px; }
.bachelor_area .input_area .input { margin: 10px 0; padding: 35px 0 10px 10px; border: 1px solid #ced4da; border-radius: 5px; height: 25px; width: 100%; font-size: 16px; }
.bachelor_area .input_area .input_pass { margin: 10px 0; padding: 35px 0 10px 10px; border: 1px solid #ced4da; border-radius: 5px; height: 65px; width: 100%; font-size: 16px; }
.bachelor_area .input_area .textarea { margin: 10px 0; padding: 35px 0 10px 10px; border: 1px solid #ced4da; border-radius: 5px; height: 60px; width: 100%; font-size: 16px; resize: none; }

.bachelor_area .radio_area { border: 1px solid #ced4da; border-radius: 5px; padding: 10px 0 10px 10px; margin: 10px -10px 10px 0; }
.bachelor_area .radio_area .title { display: block; line-height: 20px; }
.bachelor_area .radio_area .radio { margin: 10px 10px 0 0; display: inline-block; line-height: 20px; }
.bachelor_area .radio_area .radio label { font-size: 16px; vertical-align: 5%; line-height: 25px; }
.bachelor_area .radio_area .radio .select { padding: 5px; border: 1px solid #ced4da; border-radius: 5px; height: 20px; font-size: 16px; }
.bachelor_area .radio_area .escuage { border: 1px solid #ced4da; border-radius: 5px; height: 30px; width: 10%; font-size: 16px; }
.bachelor_area .radio_area .escuage_reason { border: 1px solid #ced4da; border-radius: 5px; height: 30px; width: 30%; font-size: 16px; }

.bachelor_area .select_area { position: relative; }
.bachelor_area .select_area .title { position: absolute; top: 20px; left: 10px; line-height: 20px; }
.bachelor_area .select_area .select { margin: 10px 0; padding: 35px 0 10px 10px; border: 1px solid #ced4da; border-radius: 5px; height: 20px; width: 100%; font-size: 16px; }
.bachelor_area .select_area .text { margin: 10px 0; padding: 35px 0 10px 10px; border: 1px solid #ced4da; border-radius: 5px; height: 20px; width: 100%; font-size: 16px; }

.bachelor_area .select_address { margin: 10px 5px 10px 0; padding: 10px 10px; border: 1px solid #ced4da; border-radius: 5px; width: 200px; font-size: 16px; }

.bachelor_area .work_experience { border: 1px solid #ced4da; border-radius: 5px; padding: 10px 10px 10px 10px; margin: 20px -10px 10px 0; }
.bachelor_area .work_experience .add_area { display: flex; flex-wrap: wrap; justify-content: space-around; }
.bachelor_area .work_experience .add_area .item { margin: 5px 10px 5px 0; width: 30%; }
.bachelor_area .work_experience .add_area .item input { border: 1px solid #ced4da; border-radius: 5px; margin: 10px 0 0 0; height: 30px; width: 100%; font-size: 16px; }
.bachelor_area .work_experience .add_area .item select { border: 1px solid #ced4da; border-radius: 5px; margin: 10px 0 0 0; height: 30px; width: 100%; font-size: 16px; }
.bachelor_area .work_experience .add_btn { margin: 10px 0 20px 0; text-align: center; }
.bachelor_area .work_experience .add_btn input { padding: 10px; border: 1px solid #ced4da; border-radius: 5px; cursor: pointer; font-size: 16px; }
.bachelor_area .work_experience .work_experience_tmp_area table { width: 100%; overflow-x: auto; border-collapse: collapse; }
.bachelor_area .work_experience .work_experience_tmp_area table .title { font-size: 16px; padding: 0 0 10px 0; line-height: 20px; text-align: center; }
.bachelor_area .work_experience .work_experience_tmp_area .list { font-size: 16px; padding: 10px 5px; line-height: 20px; border: 1px solid #ced4da; }
.bachelor_area .work_experience .work_experience_tmp_area .list .work_experience_delete_btn { padding: 7px; border: 1px solid #ced4da; border-radius: 5px; cursor: pointer; }

.bachelor_area .relative { border: 1px solid #ced4da; border-radius: 5px; padding: 10px 10px 10px 10px; margin: 20px -10px 10px 0; }
.bachelor_area .relative .add_area { display: flex; flex-wrap: wrap; justify-content: space-around; }
.bachelor_area .relative .add_area .item { margin: 5px 10px 5px 0; width: 30%; }
.bachelor_area .relative .add_area .item input { border: 1px solid #ced4da; border-radius: 5px; margin: 10px 0 0 0; height: 30px; width: 100%; font-size: 16px; }
.bachelor_area .relative .add_area .item select { border: 1px solid #ced4da; border-radius: 5px; margin: 10px 0 0 0; height: 30px; width: 100%; font-size: 16px; }
.bachelor_area .relative .add_btn { margin: 10px 0 20px 0; text-align: center; }
.bachelor_area .relative .add_btn input { padding: 10px; border: 1px solid #ced4da; border-radius: 5px; cursor: pointer; font-size: 16px; }
.bachelor_area .relative .relative_tmp_area table { width: 100%; border-collapse: collapse; }
.bachelor_area .relative .relative_tmp_area table .title { font-size: 16px; padding: 0 0 10px 0; line-height: 20px; text-align: center; }
.bachelor_area .relative .relative_tmp_area .list { font-size: 16px; padding: 10px 5px; line-height: 20px; border: 1px solid #ced4da; }
.bachelor_area .relative .relative_tmp_area .list .relative_delete_btn { padding: 7px; border: 1px solid #ced4da; border-radius: 5px; cursor: pointer; }

.bachelor_area .terms { text-align: center; font-size: 16px; }
.bachelor_area .terms div { padding: 10px 0; line-height: 20px; }
.bachelor_area .terms div a { color:#cc589f; }
.bachelor_area .terms div a:hover { text-decoration: underline; }

@media screen and (max-width : 600px) {
	.bachelor_area .work_experience .work_experience_tmp_area table { display: block; }
}

@media screen and (max-width : 455px) {
	.bachelor_area .input_area .input { padding: 50px 0 10px 10px; }
}

#privacy_policy_hint {
	position: fixed;
	top: 40%;
	background: #FFF;
	width: 553px;
	color: #666;
	font-size: 18px;
	line-height: 34px;
	    padding: 40px;
	max-width: 100%;

}
#privacy_policy_hint .link {
	color: #2da5a4;
	text-decoration: underline;
}
#privacy_policy_hint .btn_area {
	text-align: center;
	margin: 15px 0 0 0;
}
#privacy_policy_hint .btn {
	background: #2da5a4;
	color: #fff;
	font-size: 20px;
	padding: 10px 15px;
	border-radius: 5px;
	cursor: pointer;
	border:0;
}

#ft-nav{width:100%;display: flex; justify-content: space-evenly;border-bottom: 3px solid #2fa2a5;margin:auto;}
#ft-nav ul{width: 100%; background:#2fa2a5;margin:5px 0;}
#ft-nav ul li{
	list-style: none;
	position: relative;
    float: left;
    font-weight: 500;
    font-size: 16px;
    padding: 15px 1.5vw;
    /* border-left: 1px solid #ebebeb; */
    color: #ffffff;
    font-family: sans-serif;
    transition: all 0.5s ease;
    

}
#ft-nav ul li a{color: #ffffff;}
#footer .wrap #css-table .css-td a{text-decoration: underline;}

#inner-news .news-list .date span:before,.layout-left > ul > li ul li a:before,#inner-video .video_area .title:before{ 
	position: relative;
    top: 10px;
    left: -15px;
    content: " ";
    display: block;
    width: 7px;
    background: #05b38e;
    height: 7px;
    border-radius: 30px;
}
.layout-left > ul > li ul li a:before{
	top: 15px;
}
.layout-left > ul > li ul li:hover{
	background: #f1f9f9;
}
#inner-video .video_area .title:before{
	top: 17px;
    left: 0px;
    padding:0;
}
#inner-video .video_area .title a{
	margin-left:15px;
}

.nav{
	    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
}
.nav img{
	width:30px;


}