@charset "utf-8";
@import url("reset.css");
@import url("loading.css");
/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------------------------------->>> Main <<<------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/

* { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; letter-spacing:1px; outline:0; }
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, textarea {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='reset'],input[type='submit']{  -webkit-appearance: none; }

/*分頁*/
.pager{ width:100%; overflow:hidden; margin:50px auto 50px auto; text-align:center; }

/*編輯器*/
.editor{padding: 0px 0 40px 0;font-size:16px;line-height:30px; text-align:left; }
.editor a{ color:#2258c5; text-decoration:underline; }

/*連結*/
a{ color:#000000;text-decoration:none; }
a:hover{ color:#506267; }

/*表格*/
#css-table { display:table; }
.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:14px;color:#121212;}

/*網站按鈕*/
.btn-1{display:inline-block;color: #ffffff;padding: 10px 30px;margin: 0 5px;font-size: 15px;border: 4px double #4568a2;background: #143874;cursor:pointer;}
.btn-1 i{ padding-right:6px; }
.btn-1:hover{ background:#4568a2; transition: all 0.5s linear; }

.btn-2{display:inline-block;color: #ffffff;background: #143874;padding: 10px 40px;margin: 0 5px;font-size: 14px;border:1px solid #143874;cursor:pointer;}
.btn-2:hover{transition: all 0.5s linear;background: #88619a;}

/*全營幕遮罩*/ 
.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} 

/*麵包屑*/
#sitemap{width:100%;margin:0;padding:0 10px;box-sizing: border-box;font-size: 15px;letter-spacing:1px;color: #737373;text-align: left;}
#sitemap .contain{width:100%;max-width: 1200px;overflow:hidden;margin: 0 auto;padding: 20px 20px;text-align:right;}
#sitemap .contain:before{ /*font-family: "Font Awesome 5 Free"; font-weight: 900;  content: "\f015"; padding:0 5px 0 0; color:#378042;*/ }
#sitemap .contain a{color: #6d6d6d; text-decoration:none; }
#sitemap .contain a{ text-decoration:underline; }

/*------image mask--------*/
.photo-mask{opacity:0;position:absolute;left:0;bottom:0;color:#ffffff;width:100%;height:100%;background-color:rgba(255, 255, 255, 0.5);letter-spacing:3px;text-align:center;padding:15px; box-sizing:border-box; line-height:22px;-webkit-transition:.2s;-ms-transition:.2s;-moz-transition:.2s;}
.gallery:hover .photo-mask{ opacity:1; }

/*------image zoom--------*/
.photo-zoom {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.photo-zoom img {
  max-width: 100%;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  
}
.photo-zoom:hover img {-moz-transform: scale(1.05);-webkit-transform: scale(1.05);transform: scale(1.05);}


/*首頁大標題*/
.b-title{text-align:center;max-width: 530px;letter-spacing: 3px;color:#2b2b2b;font-size: 2vw;letter-spacing:1.5vw;border-top:1px solid #d2d2d2;border-bottom:1px solid #d2d2d2;margin: 10px auto 2vw auto;padding: 10px 0 20px 0;font-family: 'Noto Sans TC', sans-serif;}
.b-title span{display: block;letter-spacing:2px;color: #8B4687;font-size: 26px;padding: 10px 0 1vw 0;/* margin-bottom:10px; */font-family: 'Mrs Saint Delafield', cursive;/* border-bottom:1px solid #ff7e3e; */}
.b-title span img{ padding-right:1.5vw;}

/*內頁大標題*/
.m-title{width:100%;padding:15px 25px;margin-bottom: 10px;color: #ffffff;font-weight: bold;font-size:18px;letter-spacing:3px;background: linear-gradient(124deg, rgba(230, 230, 230, 1)65%, rgba(20, 56, 116, 1)60%);background: -moz-linear-gradient(124deg, rgba(230, 230, 230, 1)65%, rgba(20, 56, 116, 1)60%);background: -webkit-linear-gradient(124deg, rgba(230, 230, 230, 1)65%, rgba(20, 56, 116, 1)60%);background: -o-linear-gradient(124deg, rgba(230, 230, 230, 1)65%, rgba(20, 56, 116, 1)60%);}

/*內頁小標題*/
.s-title{position:relative;color:#393939;font-size:26px;text-shadow: 1px 1px 1px #CCC;padding: 20px 0 20px 40px;letter-spacing:3px;border-bottom:1px solid #dcdcdc;}
.s-title span{position:absolute;left: 0;width:22px;height:6px;background:#073190;margin-top:auto;margin-bottom:auto;top:0;bottom:0;}


.common-title{text-align:center;font-size:16px;letter-spacing:5px;line-height: 25px;padding:40px 10px;}
.common-title2{ text-align:left; font-size:24px; letter-spacing:5px; padding:30px 10px; color:#202020; }

.fix-top{ margin-top:112px; }

@media screen and (max-width : 768px) {
	.b-title{ font-size:20px; }	
}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ------------------------------>>> Common <<<----------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/

#wrapper{ width:100%; }
.container{width:100%;overflow:hidden;}
.container:nth-of-type(odd) { background-color:#f7f7f7; }
.container:nth-of-type(even) { background-color:#ffffff; }
.container .wrap{width:100%;max-width:1200px;margin: 50px auto 30px auto;overflow:hidden;}

/*左右欄的頁面*/
.container .wrap{position:relative;max-width:1200px;margin: 0px auto 0 auto;padding:40px 0 40px 0;}
.container .wrap .layout-left{width: 25%;float:left;box-sizing: border-box;padding: 0 30px 0 10px;}
.container .wrap .layout-right{width: 75%;float:left;box-sizing: border-box;padding: 0 10px;}

/*左右欄的頁面 - 搜尋*/
.container .wrap.flex{ display:flex; }
.container .wrap .layout-search-left{ flex:1; min-width:295px; box-sizing: border-box;padding: 0 30px 30px 10px; }
.container .wrap .layout-search-right{ flex:3; box-sizing: border-box;padding: 0 10px;}


/*左邊選單*/
.layout-left > ul{list-style:none;margin:0;padding:0;border-top: 5px solid #143874;border-bottom: 5px solid #143874;}
.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:#000000;text-decoration:none;display: block;letter-spacing: 3px;padding: 23px 30px 23px 30px;}
.layout-left > ul > li > a:before{content:url(../../images/menu-icon-1.jpg);padding-right:5px;position: absolute;left: 5px;}
.layout-left > ul > li:hover{ /*background:#bbd2ed; transition: all 0.5s ease;*/ }
.layout-left > ul > li ul{ display:block; list-style:none; margin:0; padding:0; }
.layout-left > ul > li ul li{width:100%;padding: 20px 0px;font-size:16px;border-top:1px dotted #cccccc;}
.layout-left > ul > li ul li:last-child{ border-bottom:0; }
.layout-left > ul > li ul li:hover{ /*background:#e1ebf2; transition: all 0.5s ease;*/ }
.layout-left > ul > li ul li a{color:#000000;text-decoration:none;display: block;padding: 0px 10px 0 45px;}
.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;*/ }



#header{position:relative;width: 100%;background:#ffffff;z-index:99;position: fixed;border: 1px solid #ebebeb;}
#header .wrap{position: relative;max-width:1200px;height: 110px;margin:0 auto;}

#header .logo{position:absolute;bottom: 10px;left:10px;display:flex;cursor:pointer;}
#header .logo img{ padding-right:15px; }
#header .logo div span{color: #231815;font-size: 24px;font-weight: bold;border-bottom: 1px solid #e1e1e1;padding-bottom: 7px;margin-bottom: 5px;letter-spacing:1px;display:block;font-family: 'Noto Sans TC', sans-serif;}
#header .logo > .word{color: #231815;font-size: 17px;display:flex;align-items:center;justify-content: center;}
#header .logo > .word div{ letter-spacing:0.5px; }
.logo-b{position:absolute;top:10%;left:10px;/* max-width:500px; *//*width:80%;*/}


#header .nav{position:absolute;top: 30px;right:10px;}
#header .nav .searh-area{position:relative;color: #143874;background: #f2f2f2;padding: 5px 10px 5px 30px;margin: 0 5px;font-size: 15px;font-weight: bold;}
#header .nav .searh-area span{position:absolute;left: 10px;top: 8px;cursor:pointer;}
#header .nav .searh-area i{ padding-right:5px; }
#header .nav .searh-area input{border:0;border-left:1px solid #ebebeb;background: #f2f2f2;padding:0 10px;width:100px;}

#header .nav .links-area{display: inline-block;text-align:right;margin-right:10px;padding-right: 10px;border-right: 1px solid #d7d7d7;}
#header .nav .links-area a{font-size:14px;color: #191919;font-weight: bold;text-decoration:none;}
#header .nav .links-area a:not(:first-child):before{ content:" | "; padding:0 5px; }
#header .nav .links-area a i{ padding-right:3px; }

#menu-bar{display: none;position:absolute;right: 15px;top: 50px;color: #143874;font-size: 30px;cursor:pointer;}

/*內頁banner*/
#banner-box{  width:100%; overflow:hidden; background:#110102; }
#banner-inner{position:relative;height:240px; background:#1E262C; background-size: cover; display:flex;align-items:center;justify-content: center; }
#banner-inner .title{opacity:0;text-align:center;color:#ffffff;font-size: 30px;letter-spacing: 10px; text-shadow: 0em 0em 0.2em black;}
#banner-inner .title span{font-size:40px;font-family: 'Lato', sans-serif;display: inline-block;font-weight: bold;margin-bottom: 20px;letter-spacing: 5px;font-family:inherit;}


#menu{position: absolute;right: 0;bottom: 0;color: #191919;}
#menu ul{padding: 0;margin: 0;list-style: none;/* margin-right: auto; */margin-left: auto;display: table;padding: 22px 0 5px 0;}
#menu ul li{float:left;padding: 0 10px 15px 40px;}
#menu ul li:after{/* content:url(../../images/arrow.png); */vertical-align: middle;}
#menu ul li:last-child:after{ content:''; }
#menu ul li a{color: #191919;font-weight: bold;font-size:15px;padding-bottom:5px;}
#menu ul li a:hover{ border-bottom:3px solid #739bb4; }

/*footer*/

#footer{width:100%;overflow:hidden;min-height:210px;background:url(../../images/footer-bg.png) left bottom no-repeat;background-color: #1E262C;padding:20px 0;}
#footer .wrap{max-width: 1200px;width:100%;margin:0 auto;color:#ffffff;display:flex;padding:0 10px;}
#footer .wrap .left{flex: 2;/* display:flex; *//* align-items:center; *//* justify-content: center; */}
#footer .wrap .left img{ width:100%; }
#footer .wrap .right{flex: 1;}
#footer .wrap .right .nav{ display:flex; }
#footer .wrap .right .nav .column{ flex:1; }
#footer .wrap .right ul li{list-style-image:url(../../images/footer-icon-1.jpg);padding: 8px 0;color: #d7d7d7;font-size: 14px;}
#footer .wrap .right ul li a{color: #788492;text-decoration:none;}
#footer .wrap .right ul li a:hover{ text-decoration:underline; }

#footer .wrap .contact-info{color: #788492;font-size:14px;font-weight: bold;display:flex;width: 100%;margin: 4vh 0;}
#footer .wrap .contact-info .contact-left,
#footer .wrap .contact-info .contact-right{border-left: 5px solid #788492;flex:1;padding: 0 0 0 20px;text-align: left;}
#footer .wrap .contact-info .items{display:flex;align-items: flex-start;}
#footer .wrap .contact-info .items:not(:last-child){padding-bottom: 15px;}
#footer .wrap .contact-info .items .items-title{flex: 1;border-right: 1px solid #788492;max-width: 60px;}
#footer .wrap .contact-info .items .items-content{flex: 3;padding: 0 20px; word-break:break-all; }

#copyright{position:relative;/* max-width:1400px; */width:100%;overflow: hidden;margin:0 auto;line-height:20px;color: #788492;text-align: center;padding: 0px 10px 7px 10px;background: #1E262C;}
#copyright .cwrap{max-width: 1200px;margin:0 auto;padding: 15px 0 5px 0;text-align: left;border-top: 1px solid #788492;}
#copyright a{color: #788492;text-decoration:none;}
#copyright a:hover{ text-decoration:underline; }


@media screen and (min-width : 1025px) {
	#header .search-m{ display:none; }
}
@media screen and (max-width : 1024px) {
	
	#header .logo div span{ font-size:2vw; }
	#header .logo > .word{ font-size:1.5vw;}
	
	#header .nav .searh-area{ padding-right:0; cursor:pointer; }
	#header .nav .searh-area input{ display:none; }

	#header .nav .btn-1{ padding:12px 10px; font-size:13px; }

	
	#header .search-m{ display:initial; }
	#header .search-d{ display:none; }

	.container .wrap .layout-left{ display:none; }
	.container .wrap .layout-right{ width: 100%; }	

	.container .wrap.flex{ display:block; }
	.container .wrap .layout-search-left{ }
	.container .wrap .layout-search-right{ }	
	
	.letter-title{ width:100%; max-width:370px; margin:0 auto; text-align:left; }
	
	#footer .wrap{ display:block; }
	#footer .wrap .left{ margin-bottom:25px; }
	#footer .wrap .contact-info{ margin:4vh auto; float:none; }
	#copyright{ text-align:center; }	

		
}


@media screen and (min-width : 1025px) {
	#mySidenav{ display:none; }
}
@media screen and (max-width : 1024px) {
	#header{ position:fixed; }
	#header .nav{ display:none; }
	#header .wrap{height:90px;box-shadow: 0 0px 5px rgba(0, 0, 0, 0.25);}
	#menu{ display:none; }
	#menu-bar{ display:block; top:30px; }
	
	.fix-top{margin-top: 90px;}
	.fix-top-inner{/*padding-top: 90px;*/}
	
	.logo-b{ max-height:85px; max-width:80%; top:5%; }
	
}
@media screen and (max-width : 768px) {	

	#footer .wrap .contact-info{ display:block; }
	#footer .wrap .contact-info .items{padding-bottom:15px; }
}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ------------------------------>>> Index <<<----------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/

/*關於CII*/
.about-content{ font-size:16px; color:#282828; line-height:30px; padding:20px 10px; box-sizing:border-box; }


/*最新消息*/
#index-news{margin: 0px 0;padding:30px 10px;text-align:center;}
#index-news .news-types{width:100%;text-align:center;display: block;padding-bottom: 30px;border-bottom: 3px solid #c6c7c8;}
#index-news .news-types span{padding: 13px 1.5vw;display:inline-block;margin: 5px 15px;color: #143874;font-size: 17px;font-family: 'Noto Sans TC', sans-serif;font-weight: bold;cursor: pointer;border: 1px solid #143874;}
#index-news .news-types span:hover{ background:#143874; color:#ffffff; transition: all 0.3s ease; }
#index-news .news-types span:first-child{
	/* border-left:1px solid #cdc3c3; */
	/*
	-webkit-border-top-left-radius: 25px;
	-webkit-border-bottom-left-radius: 25px;
	-moz-border-radius-topleft: 25px;
	-moz-border-radius-bottomleft: 25px;
	border-top-left-radius: 25px;
	border-bottom-left-radius: 25px;
	*/
}
#index-news .news-types span:last-child{
	/*
	-webkit-border-top-right-radius: 25px;
	-webkit-border-bottom-right-radius: 25px;
	-moz-border-radius-topright: 25px;
	-moz-border-radius-bottomright: 25px;
	border-top-right-radius: 25px;
	border-bottom-right-radius: 25px;
	*/
}
#index-news .news-list{width:100%;overflow:hidden;margin: 25px 0;text-align: left;border-bottom: 1px solid #c6c7c8;padding: 0px 0px 15px 0;}
#index-news .news-list{ display:flex; }
#index-news .news-list .title{flex: 8;color: #060606;font-size: 17px;line-height:22px;font-family: 'Noto Sans TC', sans-serif;font-weight: bold;}
#index-news .news-list .title span{color: #28231c;background: #dedede;padding: 5px 15px;margin: 0 0 10px 0;display: inline-block;font-weight: normal;font-size: 15px;}
#index-news .news-list .date{flex:1;padding:0 20px;min-width:140px;font-size: 15px;display: flex;align-items: center;justify-content: center;font-weight: bold;text-align: center;}
#index-news .news-list .date span{
    display: block;
    color: #143874;
    font-weight: bold;
    font-size: 44px;
    padding: 5px 0;
}
#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{ text-align:right; margin:0 auto; }


/*關於育成*/
#index-about{ width:100%; margin:0 auto; }
#index-about .slogan-img{ display:flex; }
#index-about .slogan-img div{flex:1;display: flex;justify-content: center;}
#index-about .slogan-img div img{ width:100%; max-width:560px; }
#index-about .slogan-content{width:100%;text-align:center;overflow:hidden;padding: 0 10px;}
#index-about .slogan-content .title1{ color:#28231c; font-size:24px; padding:40px 0 0 0; letter-spacing:6px; font-family:'Noto Sans TC', sans-serif; }
#index-about .slogan-content .title2{color:#143874;font-size:16px;padding: 40px 0 10px 0;line-height: 22px;}
#index-about .slogan-content .title3{color:#28231c;font-size:16px;padding: 0 0 40px 0;}
#index-about .slogan-content .title4{ color:#28231c; font-size:16px; padding:0 0 40px 0; }
#index-about .target{ width:100%; border-top:1px solid #cecece; }
#index-about .target .items{ padding:20px 10px; }
#index-about .target .items .title{ color:#5e3870; font-size:20px; padding:10px 0; font-family:'Noto Sans TC', sans-serif; font-weight:bold; }
#index-about .target .items .title:before{ content:url(../../images/icon1.png); vertical-align:middle; padding-right:10px; }
#index-about .target .items .content{ font-size:16px; color:#28231c; line-height:25px; }
#index-about .target .items .content ul{list-style-type:decimal;margin:0;padding-left: 20px;}
#index-about .target .items .content ul li{ padding:10px 0; }

/*活動花絮*/
#index-tibits{display:flex;width:100%;margin: 1vw auto;flex-wrap: wrap;}
#index-tibits .items{flex: 20%; max-width:25%; margin:0 1px;cursor:pointer;}
#index-tibits .items:first-child{}
#index-tibits .items:nth-child(4){}
#index-tibits .items .content{width:100%;padding: 20px 20px 29px 20px;color: #010101;background: linear-gradient(299deg, rgba(218, 218, 218, 1)59%, rgba(230, 230, 230, 1)58%);background: -moz-linear-gradient(299deg, rgba(218, 218, 218, 1)59%, rgba(230, 230, 230, 1)58%);background: -webkit-linear-gradient(299deg, rgba(218, 218, 218, 1)59%, rgba(230, 230, 230, 1)58%);background: -o-linear-gradient(299deg, rgba(218, 218, 218, 1)59%, rgba(230, 230, 230, 1)58%);}
#index-tibits .items .content .date{display: inline-block;font-size:16px;border-bottom: 4px solid #7d9ed6;padding-bottom:10px;color: #143874;}
#index-tibits .items .content .title{font-size:16px;line-height: 25px;padding: 10px 0 0 0;}

/*
#index-tibits .items:hover .date{ border-color:#d0b76f; transition: all 0.2s linear; }
#index-tibits .items:hover .title{ color:#d0b76f; }
*/
#index-tibits .items:hover .content{
background: linear-gradient(299deg, rgba(218, 218, 218, 1)83%, rgba(230, 230, 230, 1)57%);
background: -moz-linear-gradient(299deg, rgba(218, 218, 218, 1)83%, rgba(230, 230, 230, 1)57%);
background: -webkit-linear-gradient(299deg, rgba(218, 218, 218, 1)83%, rgba(230, 230, 230, 1)57%);
background: -o-linear-gradient(299deg, rgba(218, 218, 218, 1)83%, rgba(230, 230, 230, 1)57%);
}

/*活動花絮*/
.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; */}

/*相關連結*/
.links-container{text-align:center;width:100%;/* vertical-align: top; */}
.links-container a{margin:10px 15px 10px 5px;max-width:280px;width:100%;text-align:left;display:inline-block;vertical-align: top;}

/*index-declare*/
#index-declare{ width:100%; display:flex; flex-wrap:wrap; }
#index-declare > div{ flex:45%; margin:0 0 40px 0; }
#index-declare .caption{width:100%;text-align:center;padding: 0 10px 15px 10px; font-size:20px; font-weight:bold; color:#143874; }
#index-declare .caption.a1{padding-right:20px;}
#index-declare .caption.a2{padding-left:20px;}
#index-declare .frame.a1{margin-right:20px;}
#index-declare .frame.a2{margin-left:20px;}
#index-declare .frame{position:relative; border-top:1px solid #d2d2d2; padding:20px 0 0 0; }
#index-declare .frame .line{display:inline-block; position:absolute; top:-2px; left:0; right:0; margin-left:auto; margin-right:auto; background:#143874; width:100px; height:3px;}
#index-declare .frame img{ width:100%; }
#index-declare .frame .title{ font-size:14px; /*font-weight:bold;*/ color:#080808; padding:10px 10px; line-height:20px; }
#index-declare .frame .title a{ color:#080808; text-decoration:none; }

/*教師*/
#index-teacher{}
#index-teacher .teacher-list{display:flex;flex-wrap: wrap;width:100%;overflow:hidden;padding:30px 0;}
#index-teacher .teacher-list .items{flex: 25%;margin: 30px 30px;max-width: 340px;}
#index-teacher .teacher-list .items .images{position:relative; width:100%;}
#index-teacher .teacher-list .items .images .mask{width:100%; position:absolute;top:0;left:0;right: 0;margin-left: auto;margin-right: auto;}
#index-teacher .teacher-list .items .title{
    display: inline-block;
    border-bottom: 3px solid;
    padding: 10px 0;
    text-align: left;
    font-size: 18px;
    color: #143874;
    font-weight: bold;
}
#index-teacher .teacher-list .items .content{
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    padding: 15px 0;
}
#index-teacher .teacher-list .items .content .description{
    display: flex;
    font-size: 16px;
    padding: 5px 0;
}
#index-teacher .teacher-list .items .content .description .left{
    color: #143874;
    font-size: 18px;
    min-width: 25px;
}
#index-teacher .teacher-list .items .content .description .right{
    line-height: 22px;
}
#index-teacher .pager{text-align:right; margin:0 auto; }



/*指標統計*/
.custom-container{ text-align:center;width:100%; margin:100px 0 0 0; }
.slick-pre{position:absolute;top: 44%;left: 20px;display:block;z-index:9999;cursor:pointer;}
.slick-next{position:absolute;top: 40%;right: 20px;display:block;z-index:9999;cursor:pointer;}
.custom-container .slider a{color:#6A3E79; text-decoration:none; letter-spacing:3px; }
.custom-container .slider .title-1{font-size: 60px;color:#6A3E79;}
.custom-container .slider .title-1 sup{ line-height:0; }
.custom-container .slider .title-1 p{ display:inline-block; }
.custom-container .slider .title-1 span{ font-size:20px; }
.custom-container .slider .title-2{color:#948043;font-size: 16px;padding: 15px 0 10px 0;}
.custom-container .slider .title-3{color:#D2D1CC;font-weight: bold;font-size: 12px;}
.custom-container .slider .line{position:absolute;top:45%;right: 0px;color:#948043;font-size:50px;}

@media screen and (max-width : 1024px) {
	#index-tibits .items{flex: 45%; max-width:50%; }
	#index-teacher .teacher-list .items{ margin:30px 10px; }	
}
@media screen and (max-width : 900px) {
	#index-news .news-list{/* display:block; */margin:30px 0 30px 0;}
	#index-news .news-list .date{/* justify-content:flex-end; */padding: 0 0 0 0;min-width: 100px;}
	#index-news .news-list .more{ justify-content:flex-end; padding:10px 0; }
}
@media screen and (max-width : 768px) {	
	#index-teacher .teacher-list{ flex-wrap:wrap; }
	#index-teacher .teacher-list .items{ flex:0 45%; }	
}
@media screen and (max-width : 480px) {
	#index-about .slogan-img{ display:block; }
	#index-about .target .items .content ul li{ padding:3px 0; }
	#index-tibits .items{flex: 90%; max-width:100%; margin:20px 3%}	
	.activity-square{ width:100%; }
	#index-declare > div{flex:100%;}
	#index-declare .caption{ padding:0 0px 15px 0px; }
	#index-declare .caption.a1{padding-right:0px;}
	#index-declare .caption.a2{padding-left:0px;}
	#index-declare .frame.a1{margin-right:0px;}
	#index-declare .frame.a2{margin-left:0px;}
	#index-teacher .teacher-list .items{ flex:100%; margin:30px auto; }	
}



/* ----------------------------------------------------------------------------------------------------------------*/
/* ------------------------------>>> Menu Search <<<----------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/

.jq-submenu.srh{ position:relative; padding:0; }
.jq-submenu.srh .srh-btn{position:absolute;right: 30px;top: 20px;}
.jq-submenu.srh input[type="text"]{
	/* max-width:218px; */
	-webkit-appearance: none;
	border-radius: 0;
	width: 100%;
	height: 50px;
	line-height:38px;
	border:0;
	font-size: 14px;
	padding: 0 50px 0 10px;
	box-sizing: border-box;
	letter-spacing:1px;
	color:#333;
	outline:0;
}

/*左邊search選單*/
#left-search-top .search-keywords{ width:100%; overflow:hidden; border:2px solid #CCC; }
#left-search-top .search-keywords span{ display:inline-block; background:#721D6D; color:#ffffff; padding:12px 10px; font-size:15px; letter-spacing:2px; }
#left-search-top .search-keywords input{ padding:9px 10px; border:0; outline:0; font-size:15px; }

#table_more{ margin:20px 0 0 0; }
#table_more table{ margin-bottom:10px; }
#table_more select{border:2px solid #CCCCCC;padding: 15px 9px;margin-right:5px;-webkit-border-radius: 10px;-moz-border-radius: 10px;border-radius: 10px;}
#table_more input{border:2px solid #CCCCCC;padding: 16px 9px;-webkit-border-radius: 10px;-moz-border-radius: 10px;border-radius: 10px;}

#left-search-bottom{ display:block; margin:20px 0; line-height:22px; font-size:15px; }
#left-search-bottom .search-caption{ padding:5px 10px; background:#ebebeb; }
#left-search-bottom .search-items{ padding:5px 0; letter-spacing:0; }
#left-search-bottom .search-items input{ margin-right:8px; }
#left-search-bottom .search-items div{ font-size:12px; color:#999; padding:0 25px }

@media screen and (max-width :1024px) {
	#left-search-bottom{ display: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:#143874;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:#073190;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: #143874;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:#073190; text-decoration:underline; }
.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%; }	
}

/*首頁影片*/
.index_case_area{ width:100%; overflow:hidden; margin:0 auto; }
.video_area{width: 47%;margin: 20px 1%;display: inline-block;vertical-align: top;line-height: 25px;/* float:left; */}
.video_area a{color:#333333;text-decoration:none;display: block;margin: 5px 0 0 0;}
.video_area a:hover{ color:#721f6d; }
.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}
.video-container iframe, .video-container object, .video-container embed {
	position: absolute;
	top: 0;left: 0;
	width: 100%;
	height: 100%;
}


/*檔案與連結*/
.download-list{ width:100%; overflow:hidden; padding:5px 20px 5px 20px; box-sizing:border-box; margin:5px 0; border-bottom:1px dotted #919191; }
.download-list .down-left{float:left;max-width: 30px;width: 10%;color: #143874;}
.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:##43874; }

/*活動花絮*/
#inner-tibits{ margin:20px 0; }
#inner-tibits #index-tibits .items{ flex:45%;margin: 0 5px 30px 5px; }

/*相關影片*/
#inner-video{ margin:20px 0; }
#index-video{display:flex;width:100%;margin: 1vw auto;flex-wrap: wrap;}
#index-video .items{flex:45%;margin:0 5px 30px 5px;cursor:pointer;}
#index-video .items:first-child{}
#index-video .items:nth-child(4){}
#index-video .items .content{width:100%;padding: 10px 20px 20px 20px;color: #010101;background: linear-gradient(299deg, rgba(218, 218, 218, 1)59%, rgba(230, 230, 230, 1)58%);background: -moz-linear-gradient(299deg, rgba(218, 218, 218, 1)59%, rgba(230, 230, 230, 1)58%);background: -webkit-linear-gradient(299deg, rgba(218, 218, 218, 1)59%, rgba(230, 230, 230, 1)58%);background: -o-linear-gradient(299deg, rgba(218, 218, 218, 1)59%, rgba(230, 230, 230, 1)58%);}
#index-video .items .content .title{font-size:16px;line-height: 25px;padding: 10px 0 0 0;}
#index-video .items:hover .title{ color:#143874; }
#index-video .items:hover .content{
background: linear-gradient(299deg, rgba(218, 218, 218, 1)83%, rgba(230, 230, 230, 1)57%);
background: -moz-linear-gradient(299deg, rgba(218, 218, 218, 1)83%, rgba(230, 230, 230, 1)57%);
background: -webkit-linear-gradient(299deg, rgba(218, 218, 218, 1)83%, rgba(230, 230, 230, 1)57%);
background: -o-linear-gradient(299deg, rgba(218, 218, 218, 1)83%, rgba(230, 230, 230, 1)57%);
}

@media screen and (max-width : 480px) {
	#inner-tibits #index-tibits .items{ flex:100%; }	
	#index-video .items{flex:100%;}
}

/*youtube*/
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden; }
  .embed-responsive::before {
    display: block;
    content: ""; }
  .embed-responsive .embed-responsive-item,
  .embed-responsive iframe,
  .embed-responsive embed,
  .embed-responsive object,
  .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0; }

.embed-responsive-21by9::before {
  padding-top: 42.85714%; }

.embed-responsive-16by9::before {
  padding-top: 56.25%; }

.embed-responsive-4by3::before {
  padding-top: 75%; }

.embed-responsive-1by1::before {
  padding-top: 100%; }
  
.rounded {
  border-radius: 0px !important;
  }  

  /* ----------------------------------------------------------------------------------------------------------------*/
  /* ------------------------------>>> Table <<<----------------------------------------------------------------*/
  /* ----------------------------------------------------------------------------------------------------------------*/

  .zebra td, 
  .zebra th {
    padding: 10px;
    font-size: 16px;
    /*border-bottom: 1px solid #f2f2f2;*/
  }
  /*使用:nth-child(even)给表格的奇数行添加背景和阴影效果*/
  .zebra .alternate,
  .zebra tr:nth-child(even) {
    background: #f5f5f5;
    box-shadow: 0 1px 0 rgba(255,255,255,.8) inset;
  }
  .zebra th {
    text-align: center;
    font-size: 16px;
    text-shadow: 0 1px 0 rgba(255,255,255,.5);
    border-bottom: 1px solid #ccc;
    background-color: #eee;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#eee));
    background-image: -webkit-linear-gradient(top, #f5f5f5, #eee);
    background-image: -moz-linear-gradient(top, #f5f5f5, #eee);
    background-image: -ms-linear-gradient(top, #f5f5f5, #eee);
    background-image: -o-linear-gradient(top, #f5f5f5, #eee);
    background-image: linear-gradient(top, #f5f5f5, #eee);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#f5f5f5, endColorstr=#eeeeee);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=#f5f5f5, endColorstr=#eeeeee)";
  }
  /*使用 :first-child设置表格表头第一个单元格左上角为圆角*/
  .zebra th:first-child {
    border-radius: 6px 0 0 0;
  }
  /*使用 :last-child设置表格表头最后一个单元格右上角为圆角*/
  .zebra th:last-child {
    border-radius: 0 6px 0 0;
  }

  .zebra a{color: #2258c5;}

  @media screen and (max-width : 768px) {
  	.visible-no-m{ display:none; }
  }
  @media screen and (max-width : 480px) {

  	.visible-no-s{ display:none; }
  }

/* ----------------------------------------------------------------------------------------------------------------*/
/* ------------------------------>>> Sitemap <<<----------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/

#index_course{ max-width:1200px; width:100%; overflow:hidden; margin:30px auto; }
#index_course .course_items{/*max-width:380px;*/display: inline-block;vertical-align: top;width: 30%;margin:1%;border: 1px solid #dcdcdc;border-top:3px solid #143874;overflow:hidden;}
#index_course .course_items_title{width:100%;padding:20px;background:#ececec;color:#143874;font-size:20px;font-family: 'Noto Sans TC', sans-serif;font-weight: bold;}

#index_course .course_items_list{clear:both;border-bottom: 1px dashed #cccccc;color: #143874;font-size:16px;letter-spacing:1px;margin:0 20px;padding: 15px 10px;}
#index_course .course_items_list:before{font-family: "Font Awesome 5 Free";font-weight: 900;content: "\f111";padding-right: 10px; font-size:14px; }
#index_course .course_items_list a{color: #143874;text-decoration:none;}
#index_course .course_items_list a:hover{ text-decoration:underline; }
#index_course .course_items_list:first-child{ border:0; }
#index_course .course_items_list.sub{border:0;padding: 15px 35px;}
#index_course .course_items_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) {	
	#index_course .course_items{ width:47%; }
	
}
@media screen and (max-width : 720px) {
 	#index_course .course_items{ width:98%; }
}


/* ----------------------------------------------------------------------------------------------------------------*/
/* ------------------------------>>> Search <<<----------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/

.search-condition{ width:100%; /*border:1px solid #c4c4c4;*/ }
.search-condition div.select-area{display:flex;position:relative;width:100%;border: 1px solid #aaa;background: #ffffff;box-sizing:border-box;-webkit-border-top-left-radius: 10px;-webkit-border-top-right-radius: 10px;-moz-border-radius-topleft: 10px;-moz-border-radius-topright: 10px;border-top-left-radius: 10px;border-top-right-radius: 10px;}
.search-condition div.select-area .lefter{flex:1; max-width:120px;}
.search-condition div.select-area .righter{flex:1;}
.search-condition div em{ display:inline-block;font-size: 20px;font-style:inherit;background:#143874;width: 120px;padding: 17px 0;letter-spacing: 5px;text-align: center;color:#ffffff;font-family: 'Noto Sans TC', sans-serif;-webkit-border-top-left-radius: 10px;border-top-left-radius: 10px;}
.search-condition div select{ width:100%; border:0; outline:0; box-sizing:border-box; margin-top:8px; padding:10px; background:#ffffff; font-size:16px;}


.search-condition span{ position:relative; }
.search-condition input{border:0; outline:0; background: #fafafa;width: 100%;padding:15px 40px 15px 130px;font-size: 18px;box-sizing: border-box;border: 1px solid #aaa;border-top: 0;-webkit-border-bottom-left-radius: 10px;-webkit-border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;border-bottom-right-radius: 10px;}
.search-condition select{ width:100%; outline:0; box-sizing:border-box; padding:10px; border:1px solid #aaa; font-size:16px; }
.search-condition span i{position:absolute;right: 12px;top:0;font-size: 20px;}
.search-condition span em{position:absolute;left: 1px;top: -21px;display:inline-block;font-size: 20px;font-style:inherit;background:#143874;width: 120px;padding: 17px 0;letter-spacing: 5px;text-align: center;color:#ffffff;font-family: 'Noto Sans TC', sans-serif;-webkit-border-bottom-left-radius: 10px;border-bottom-left-radius: 10px;}
.search-condition .ui-select-input{font-size:18px;padding: 20px 10px;}
.search-condition .ui-select-wrap{border-top:0;height:50px;-webkit-border-bottom-right-radius: 10px;-webkit-border-bottom-left-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;}
.search-condition .ui-select-wrap > select{ border:0; }
.search-condition .ui-select-list{ top:50px; }
.search-condition .ui-select-arrow{right:15px;}

.search-title{width:100%;font-size:24px;color:#101010;padding: 0 0 20px 0;margin: 0 0 20px 0;border-bottom: 1px solid #c7c7c7;}
.search-note{ width:100%; font-size:14px; color:#6b6a6a; }

.search-list{width:100%;display:flex;box-sizing: border-box;padding: 20px 20px;margin: 30px 0 10px 0;border: 1px solid #ebebeb;border-left:3px solid #143874;box-shadow: 1px 1px 5px #ebebeb;}
.search-list > .left{flex:1;font-weight: bold;display: flex;align-items:center;justify-content: center;}
.search-list > .right{flex:8;padding: 0 20px;border-left: 1px solid #c7c7c7;}
.search-list > .right .path{
    font-size: 14px;
    font-weight: bold;
    color: #8e4c8a;
}
.search-list > .right .path span{ float:right; }
.search-list > .right .title{
    font-size: 18px;
    font-weight: bold;
    padding: 10px 0;
}
.search-list > .right .content{
    color: #505050;
    font-size: 14px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    line-height: 25px;
    height: 80px;
}




.table_condition td i{ font-size:16px; color:#143874; cursor:pointer; }
.table_condition td input, .table_condition td select{ width:100% !important; }
.btn-search-more{ display:none; }	

@media screen and (max-width :1024px) {
	.btn-search-more{ display:inline-block; }	
}

@media screen and (max-width : 768px) {
	.search-list{ display:block; }	
	.search-list > .right{ border:0; border-top:1px solid #ebebeb; padding:0; }
}


/* ----------------------------------------------------------------------------------------------------------------*/
/* ------------------------------>>> Custom <<<----------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/

/*價值創造*/
#evaluate-div .editor{ text-align:center; }
.evaluate-area{ width:100%; display:flex; flex-wrap:wrap; margin:40px 0; }
.evaluate-area .items{flex:30%;display: flex;justify-content: center;margin:1%; border-top:5px solid #143874; box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25); cursor:pointer; }
.evaluate-area .items > div{text-align:center;margin: 40px auto 0 auto;width: 100%;}
.evaluate-area .items img{display:block;/* padding-bottom:20px; */margin: 0 auto;}
.evaluate-area .items .word{text-align:center;color:#3c3b41;padding: 10px 10px 40px 10px;font-size:18px;letter-spacing: 3px;font-family: 'Noto Sans TC', sans-serif;font-weight: bold;}
.evaluate-area .items .more{font-size:16px;color:#143874;padding: 15px 0;border-top: 1px solid #cccccc;}

/*輔導*/
.counseling-area{ width:100%; display:flex; flex-wrap:wrap; margin:40px 0; }
.counseling-area .items{flex:30%;display: flex;justify-content: center;margin:1%; }
.counseling-area .items > div{width:100%;padding:20px 0;text-align: center;}
.counseling-area .items > div .title-1{color:#010101;font-size:18px;padding: 20px 0 20px 0;}


.counseling-area .items > div .title-2{font-size:15px;width: 100%;color: #808080;margin: 0 auto;max-width: 145px;line-height: 20px;}

/*創業分享*/

/*活動花絮*/
#share-tibits{display:flex;width:100%;margin: 1vw auto;flex-wrap: wrap;}
#share-tibits .items{flex: 30%;max-width: 32%;margin: 10px 5px;cursor:pointer;}
#share-tibits .items:first-child{}
#share-tibits .items:nth-child(4){}
#share-tibits .items .content{width:100%;padding: 20px 20px 15px 20px;color:#ffffff;background: linear-gradient(299deg, rgba(105, 62, 125, 1)59%, rgba(92, 57, 113, 1)58%);background: -moz-linear-gradient(299deg, rgba(105, 62, 125, 1)59%, rgba(92, 57, 113, 1)58%);background: -webkit-linear-gradient(299deg, rgba(105, 62, 125, 1)59%, rgba(92, 57, 113, 1)58%);background: -o-linear-gradient(299deg, rgba(105, 62, 125, 1)59%, rgba(92, 57, 113, 1)58%);}
#share-tibits .items .content .date{display: inline-block;font-size:16px;min-height: 70px;border-bottom:4px solid #4e2d5d;padding-bottom:10px;}
#share-tibits .items .content .title{font-size:16px;line-height: 25px;min-height: 86px;padding: 10px 0 0 0;}
#share-tibits .items:hover .date{ border-color:#d0b76f; transition: all 0.2s linear; }
#share-tibits .items:hover .title{ color:#d0b76f; }
#share-tibits .items:hover .content{
background: linear-gradient(299deg, rgba(105, 62, 125, 1)83%, rgba(92, 57, 113, 1)57%);
background: -moz-linear-gradient(299deg, rgba(105, 62, 125, 1)83%, rgba(92, 57, 113, 1)57%);
background: -webkit-linear-gradient(299deg, rgba(105, 62, 125, 1)83%, rgba(92, 57, 113, 1)57%);
background: -o-linear-gradient(299deg, rgba(105, 62, 125, 1)83%, rgba(92, 57, 113, 1)57%);
}

/*進駐團隊*/
.team-area{ width:100%; display:flex; flex-wrap:wrap; margin:40px 0; }
.team-area .items{width:31%;display: flex;justify-content: center;margin:1%; cursor:pointer; box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25); }
.team-area .items:hover{ box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25); transition: all 0.5s ease; }
.team-area .items > div{text-align:center;margin: 40px auto 0 auto;width: 100%;}
.team-area .items .img{max-width: 240px;height:160px;margin: 0 auto;display: flex;align-items:center;justify-content: center;}
.team-area .items img{display:block;/* padding-bottom:20px; */margin: 0 auto; /*width:100%;*/ }
.team-area .items .word{text-align:center;color:#3c3b41;padding: 20px 10px 30px 10px;font-size:18px;letter-spacing: 3px;font-family: 'Noto Sans TC', sans-serif;/* font-weight: bold; */}

@media screen and (max-width : 1024px) {
	.team-area .items img{ max-height:100%; }
}
@media screen and (max-width : 768px) {
	#inner-share #index-tibits .items{width: 48%; margin: 0 0.5% 30px 0.5%;}
	#share-tibits .items{ flex:48%; max-width: 48%; }
	.counseling-area .items{ flex:48% !important; }
}
@media screen and (max-width : 600px) {
	.team-area .items{ width:48%; }
	#share-tibits .items{ flex:98%; max-width: 98%; }
	.counseling-area .items{ flex:98% !important; }		
}
@media screen and (max-width : 450px) {
  #inner-share #index-tibits .items{width: 98%; margin: 0 1% 30px 1%;}
	.team-area .items{ width:100%; }  
}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ------------------------------>>> 進駐團隊 <<<----------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/

/*進駐團隊 - 彈出視窗*/
#window-bar{position:relative;right:-20%;width: 70%;height: 100vh;top: 0vh; display:none; overflow:auto;background:#ffffff;position:fixed;z-index:99999;box-shadow:2px 2px 8px rgba(15%,15%,40%,0.1);}
#window-bar .fancy-team-close{ position:absolute; top:20px; left:30px; cursor:pointer; }
#window-bar .team-wrap{width:100%; height: 100%; display:flex;}
#window-bar .team-wrap .left{ flex:2; background:#ffffff; padding:100px 50px 20px 50px; text-align:center; }
#window-bar .team-wrap .left .logo{
    padding: 0 0 30px 0;
}
#window-bar .team-wrap .left .company{ font-size: 20px; letter-spacing: 2px; font-family: 'Noto Sans TC', sans-serif; font-weight: bold; padding: 0 0 20px 0;}
#window-bar .team-wrap .left .company-en{ font-size: 16px; color: #848484; padding: 0 0 2vw 0;}
#window-bar .team-wrap .left .community{ color:#143874; font-size:35px; }
#window-bar .team-wrap .left .community img{vertical-align:middle;margin: 0 5px 2vw 5px;}
#window-bar .team-wrap .left .team-line{ width:100%; height:1px; border-top:1px solid #cecece; margin:1vw 0; }
#window-bar .team-wrap .right{flex:1;/* background:#f6f6f6; */padding: 0px 0px 0px 0px;}
#window-bar .team-wrap .right > div{width:100%;overflow:hidden;background: #f6f6f6;padding: 100px 50px 0px 50px; min-height:60vw;}
#window-bar .team-wrap .team-title{color: #143874;text-align: left;font-size: 16px;font-family: 'Noto Sans TC', sans-serif;font-weight: bold;padding: 10px 0 20px 0;}
#window-bar .team-wrap .team-content{font-size: 15px;text-align: left;line-height: 21px;padding: 0 0 50px 0;}
#window-bar .team-wrap .team-content a{color: #2258c5; text-decoration: underline;}

@media screen and (max-width : 1200px) {
	#window-bar{height: 100vh;top: 0;}
	#window-bar .team-wrap{ display:block; }
}
@media screen and (max-width : 768px) {
	#window-bar .team-wrap .left{padding:100px 30px 20px 30px}
}

@media screen and (max-width : 600px) {
	#window-bar{ right:-100%;width: 100%; }
}


/* ----------------------------------------------------------------------------------------------------------------*/
/* ------------------------------>>> 最新消息 <<<----------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/

.index_news_list{ max-width:940px; width:100%; overflow:hidden; box-sizing:border-box; padding:2px 0px; border-bottom:1px dashed #A09AA4; }
.index_news_list:hover{ /*background:#f5efe3; -webkit-transition:.6s;-ms-transition:.6s;-moz-transition:.6s;*/ }

.index_news_list div{float:left;padding:8px 0;color: #6C6B6B;margin:10px 10px 0 0;letter-spacing:1px;}
.index_news_type{ color:#5C5C5C; display:inline-block; font-size:14px; padding:5px 8px !important; }
.index_news_date{font-size: 14px;color:#BABABA;letter-spacing:1px;}
.news_hot{display:inline-block;text-align:center;color: #ffffff;background:#143874;font-size: 14px;min-width:120px;padding: 0 10px;margin: 0 0 0 20px;-webkit-border-radius: 15px;-moz-border-radius: 15px;border-radius: 15px;}
.index_news_title{ width:60%; line-height:20px; }
.index_news_title a{font-size: 16px !important;line-height: 30px;color:#393939;text-decoration:none;}
.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 : 1200px) {
	.index_news_title{ width:55%; }
	.index_news_list{ max-width:none; }	
	.index_news_list div{ margin:5px 10px 0 0; }		
}

@media screen and (max-width : 1024px) {
	.index_news_title{ width:100%; }
}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ------------------------------>>> 聯絡我們 <<<----------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/

#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 30px;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:20%;color: #143874;/* background:#c6e0a8; */text-align:center;margin:0 5% 0 0;padding:0 5px;-webkit-border-radius: 5px;-moz-border-radius: 5px;border-radius: 5px;}
.contact_info_content{ float:left; width:70%; }

.contact{width:100%;overflow:hidden;margin: 0px auto;line-height:40px;color:#2D2D2D;font-size: 16px;letter-spacing:1px;}
.contact .item{color:#333; font-size:18px;  font-weight:bold; border-bottom:1px solid #DEDEDE;}
.contact .title{display:inline-block; padding:20px 0; font-size:40px; font-weight:bold;}
.contact .editor{padding:20px 0; letter-spacing:1px; line-height:30px; font-size:14px;}
.contact .form{float:right; width:100%; box-sizing: border-box; padding:2%; background:#f5f5f5; }
.contact .form_left{float:left; width:50%; color:#8B8B8B; letter-spacing:1px;}
.contact .form_right{float:left; width:50%; color:#8B8B8B;}
.contact .select{width:90%; height:30px; border:1px solid #D8D4D5; color:#A9AAAE; font-size:15px; letter-spacing:2px; outline:0;}
.contact .input{border:0; border-bottom:1px solid #D8D4D5; width:90%; height:40px; font-size:15px; letter-spacing:2px; outline:0; margin:20px 0; padding:0 10px; box-sizing:border-box; }
.contact .textarea{ width:98%; margin-top:10px; height:250px; border:0; border-top:1px solid #D8D4D5; font-size:15px; border-bottom:1px solid #D8D4D5; padding:5px; outline:0;}

.login-area{ width:100%; overflow:hidden; margin:0px auto; text-align:center; }
.login-title{ font-size:18px; color:#395069; font-weight:bold; border-bottom:1px solid #bebebe; padding-bottom:10px; }
.login-area table{ margin:30px 0;}
.login-area table td {color:#3b3a3a;padding: 10px 25px 10px 0;font-size: 16px;text-align:left;}
.login-area table td span{ color:#F00; padding-right:3px; }
.login-area table td img{ vertical-align:middle; }

.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;}

.contact-imgarea{ width:100%; overflow:hidden; }
.contact-imgarea .left{float:left; width:50%; padding:5px 5px 20px 5px;}
.contact-imgarea .right{float:left; width:50%; padding:5px;}
.contact-imgarea img{ width:100%; }

@media screen and (max-width : 480px) {
.contact-imgarea .left{float:left; width:100%;}
.contact-imgarea .right{float:left; width:100%;}	
	
}

@media screen and (max-width : 1024px) {
	#contact_info .contact_info_left{ float:none; width:100%; }
	#contact_info .contact_info_right{ float:none; width:100%; padding:10px 0 0 0 }
	.contact_info_title{ text-align:left; max-width:100px; }	
}


@media screen and (max-width : 768px) {
	.login-area table td { display:block; font-weight:bold; }
	.login-area table td:first-child{ text-decoration:underline; }
}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ------------------------------>>> 活動報名 <<<----------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/

#activity-list{ width:100%; overflow:hidden; }
#activity-list .items{display: inline-block;vertical-align: top;width: 30.5%;margin:1%;box-sizing:border-box;text-align:center;background:#ffffff;}
#activity-list .items > .title{display:block;color:#000000;font-size: 14px;font-weight: bold;letter-spacing: 1px;line-height: 22px;padding: 10px 0 0 0;text-align: left;text-decoration:none;}
#activity-list .items > .date{text-align:left;font-size: 13px;line-height: 18px;color: #999999;padding: 0 0 5px 0;}
.activity-detail-title{ color:#bc8e8e; font-size:18px; border-bottom:1px solid #bc8e8e; margin:30px 0; padding:0 0 10px 0; }
#activity-list .photo-mask-content span{ border:1px solid #ffffff; padding:5px 10px; }

/*活動內頁*/
.form-subtitle{ position:relative; height:40px; font-size:20px;letter-spacing:1px;padding: 0 0 0 0;color:#143874;}
.form-subtitle span{position:absolute;top: 0;left: 0;background:#ffffff;padding:5px 10px;z-index:2;text-shadow: 1px 1px 1px #CCCCCC;}
.form-subtitle img{padding-right:7px;}
.form-subtitle .line{position:absolute;top: 50%;left:0;width:100%;height:1px;border-top:1px solid #731E71;z-index:1;}

/*相關檔案下載*/
.down-area a{ display:inline-block; border:1px solid #143874; color:#143874; padding:10px 20px; margin:10px 0; text-decoration:none;border-radius: 10px; }
.down-area a i{ padding-right:5px; }

table.gloria-form-1 td{ border-bottom:1px dotted #999; }
table.gloria-form-1 td:first-child{ color:#143874; }
table.gloria-form-1 td:first-child:before{ content:url(../../images/item-icon-2.png); vertical-align:middle; padding-right:5px; }

@media screen and (max-width:800px) {
	#activity-list .items{width: 46%;margin: 20px 1.5%;}	
}
@media screen and (max-width:480px) {
	#activity-list .items{ width: 94%;margin: 20px 3%; }	
}


/*------image mask--------*/
.photo-mask{opacity:1;position:absolute;left:0;bottom:0;color:#ffffff;width:100%;height:100%;background-color:rgba(0, 0, 0, 0.7);letter-spacing:3px;text-align:center;padding:15px; box-sizing:border-box; line-height:22px;-webkit-transition:.2s;-ms-transition:.2s;-moz-transition:.2s;}
.photo-mask-content{ width:100%; height:100%; display:flex; align-items:center; justify-content: center; }
.photo-mask .line{border:1px solid #FFFFFF;}
/* .gallery:hover .photo-mask{ opacity:1; } */


/*活動圖片裁切*/
.img-demo {height:280px;overflow:hidden;/*border:1px solid #ccc;*/background: #ebebeb; display:flex; align-items:center; justify-content: center;}
.img-demo img{ vertical-align:middle;}

@media screen and (max-width:480px) {

	.img-demo {height:auto;}
}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ------------------------------>>> 會議室 <<<----------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/

/*設備介紹*/
.metting-intro{display: flex;width:100%;overflow: hidden;border-bottom: 1px dashed #cccccc;}
.metting-intro .left{position: relative;float:left;width:30%;text-align: center;padding: 0 30px 0 20px;}
.metting-intro .left .name{
    text-align: left;
    font-size: 30px;
    color: #272727;
    padding-bottom: 40px;
    border-bottom: 1px dashed #b2b2b2;
}
.metting-intro .left .name span{font-size: 14px;color: #143874;display: block;padding-bottom: 10px;}
.metting-intro .left .condition{
    display: flex;
    text-align: left;
    margin-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px dashed #b2b2b2;
}
.metting-intro .left .condition .lefter{
    padding: 0 10px 0 0;
}
.metting-intro .left .condition .lefter img{}
.metting-intro .left .condition .righter{
    font-size: 24px;
    color: #1a1a1a;
}
.metting-intro .left .condition .righter span{
    display: block;
    color: #143874;
    font-size: 14px;
	margin-bottom:10px;
}
.metting-intro .left .btn-1{/*position: absolute;*/left: 0;bottom: 50px;width: 85%;margin-top: 40px;}
.metting-intro .left .btn-1 i{font-size:20px;padding-left: 20px;}

.metting-intro .right{ float:left; width:70%; }
.metting-intro .right .img img{ width:100%; }
.metting-intro .right .owl-left{cursor:hand;cursor:pointer;display:flex;align-items:center;justify-content: center;width: 10%;float:left;}
.metting-intro .right .owl-center{width: 81%;float:left;}
.metting-intro .right .owl-right{cursor:hand;cursor:pointer;display:flex;align-items:center;justify-content: center;width: 10%;text-align: right;float:left;}
.meeting-content{}
.meeting-content .caption{ margin:20px 0; color:#143874; font-size:16px; }
.meeting-content .caption:before{ content:url(../../images/metting-icon3.png); vertical-align:middle; padding:0 10px 0 0; }

#owl-photography .item{ margin:0 10px; height:140px; overflow:hidden;display:flex; align-items:center; justify-content: center; width:95%; background:#ffffff; }

.cal-caption{width:100%;display:flex;padding: 30px 0 50px 0;}
.cal-caption .left{
	position:relative;
    flex: 1;
	color:#424242;
	font-size:16px;
}
.cal-caption .left .date{ color:#424242; font-size:24px; }
.cal-caption .left .date span{ display:inline-block; color:#424242; font-size:18px; padding:30px 30px; }
.cal-caption .left .date a{ color:#2264b6; font-size:16px; }
.cal-caption .left .mode{ position:absolute; bottom:30px; color:#5e3870; }
.cal-caption .left .mode a{ color:#2264b6; font-size:16px; }
.cal-caption .right{
    flex: 1;
    display: flex;
    align-items:center;
    justify-content: flex-end;
	color:#5e3870;
}

.cal-pager{border-top:1px dashed #cccccc;padding: 20px 0 0 0;display: flex;justify-content: space-between;color: #777777; }
.cal-pager span{}
.cal-pager span a{color: #777777; text-decoration:none; }
.cal-pager span i{font-style:inherit;color: #5e3870;font-weight: bold;}

.cal-tips{ width:100%; padding:30px 0; text-align:right; }
.cal-tips span i{width:22px;height:22px;display: inline-block;vertical-align: -20%;margin: 0 10px;-webkit-border-radius: 5px;-moz-border-radius: 5px;border-radius: 5px;}

.cal-selector{width:100%;padding:10px 0 20px 0;border-bottom:1px dashed #cccccc;margin: 0 0 20px 0;}
.cal-selector select{ max-width:200px; width:100%; border:1px solid #c0c0c0; padding:10px; margin:0 20px; font-size:15px; }

/*行事曆*/
.calendar-s{ background:#f2f2f2; -webkit-border-radius: 10px;-moz-border-radius: 10px;border-radius: 10px; }
.calendar-s .week{ background:#143874; }
.calendar-s1 td a:hover{ color:#143874; }

.calendar_a { background-image:url(calendar_top.gif); background-repeat: no-repeat; background-position: right top; }
.calendar_b { font-size:11px; color:#FFFFFF; background:#143874; }
.calendar_c {font-size: 12px;font-weight:bold;color:#6a6767;}
.calendar_d {font-size: 14px; height:40px; }
.calendar_e { color:#333333 }
.calendar_f { letter-spacing:1px; }
.calendar_g { font-size:22px; color:#795389; }
.calendar_g a{ color:#795389; text-decoration:none; }

.meeting-note{ width:100%; height:200px; overflow:auto; }

@media screen and (max-width : 768px) {
	.cal-caption{ display:block; text-align:center; }	
	.cal-caption .left .mode{ position:inherit; margin:20px 0; }
	.cal-caption .right{justify-content:center; }
	
	.metting-intro{ display:block; }
	.metting-intro .left{ float:none; width:100%; padding:0 20px 0 20px; }	
	.metting-intro .right{ width:100%; }
	.metting-intro .left .btn-1{ position:inherit; bottom:0; margin:40px 0px; }
	
	.cal-caption .left .date span{ padding:30px 10px; }
	.cal-caption .right{margin-top:-80px; }
	.cal-caption .left .mode{bottom:-190px;}
	.cal-caption .left{
		display:contents;
	}	
	
}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ------------------------------>>> 會議室 - 表格 <<<----------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/

.table-calendar{ border-collapse:collapse; border:1px solid #d4d4d4; margin:20px 0 0 0; }
.table-calendar th{ background:#444444; color:#ffffff; padding:5px 10px; }
.table-calendar td{ border:1px solid #d4d4d4; height:100px; overflow:hidden; position:relative; padding-top:50px; }
.table-calendar td:hover{ background:#E6E6E6; }
.table-calendar td .date{position:absolute;top:10px;left:10px; cursor:pointer; }
.table-calendar td a{ color:#2258c5; text-decoration:none; }
.table-calendar td .event1{width:100%;font-size:12px;color:#3d3d3d;background:#efe3a1;padding: 5px; line-height:20px; margin-bottom:2px; word-break:break-all; }
.table-calendar td .event2{ width:100%;font-size:12px;color:#3d3d3d;background:#afb3de;padding: 5px; line-height:20px; margin-bottom:2px; word-break:break-all; }

.table-wrap {
	width:100%;
	overflow:auto;
}

.table-scroll {
	position:relative;
	max-width: 880px;
	margin:20px auto 0 auto;
	overflow:hidden;
	border: 0px;
}

.table-scroll table {
	width:100%;
	min-height: 200px;
	margin:auto;
	border-collapse:separate;
	border-spacing:0;
}

.table-scroll th{
	padding: 5px 5px;
	min-width: 80px;
	width:100px;
	text-align: center;
	height:40px;
	border-top:0px;
	border-bottom: 1px solid #c7c7c7;
	border-right: 1px solid #c7c7c7;
	border-left: 1px solid #c7c7c7;
	background:#fff;
	word-break: break-all;
	font-size: 12px;
	color: #868686;
	background: #e5e5e5;
}
.table-scroll th.caption{

	background: #444444;
	color:#ffffff;
	font-size:14px;
	letter-spacing:1px;



	
}
.table-scroll td{
	position:relative;
	padding: 15px 5px;
	min-width: 60px;
	line-height:22px;
	/*border-top:0px;*/
	border-right: 1px solid #c7c7c7;
	border-bottom: 1px solid #c7c7c7;
	/*background:#fff;*/
	word-break: break-all;
	font-size: 13px;
	letter-spacing: 1px;
	color: #3d3d3d;
}
.table-scroll td a{ color:#2258c5; text-decoration:none; }
.table-scroll td .meeting_delete{ /*position: absolute;right: 5px;top: 7px;*/ }
.table-scroll td:hover{ background:#E6E6E6; }
.table-scroll tr:nth-child(even) {background: #f9f9f9 !important}

.table-scroll tr:nth-child(odd) {background: #FFF !important}

.table-scroll thead, .table-scroll tfoot {
	background:#f9f9f9;
}

.clone {
	position:absolute;
	top:0;
	left:0;
	pointer-events:none;
}
.clone th, .clone td {
	visibility:hidden;
}
.clone td, .clone th {
	/*border-color:transparent*/
}
.clone tbody th {
	visibility:visible;
	
}
.clone .fixed-side {
	/*
	border-top:0;
    border-left:0;
    border-right:0;
    */
    /*border-bottom:1px solid #d1d1d1;*/
	/*background:#eaeaea;*/
	font-size:12px;
	color:#464646;
    /*text-align: left;*/
	visibility:visible;
}


.clone thead, .clone tfoot{background:transparent;}

@media screen and (max-width: 480px) {
	/*.table-scroll th, .table-scroll td{ min-width:inherit; max-width:100px; }*/
}



/* ----------------------------------------------------------------------------------------------------------------*/
/* ------------------------------>>> 表格用 <<<----------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/

/*人員執掌*/
.table-rwd{border-collapse: collapse; width:100%}
.table-rwd, 
.table-rwd th,
.table-rwd td { border: 1px solid black; color:#333; font-size:15px; letter-spacing:1px; line-height:23px; padding:10px; box-sizing:border-box; }
.table-rwd th{ background:#7E0F85; color:#ffffff !important; }
.table-rwd .title{ text-align: center; font-size: 15px; font-weight:bold;}
.table-rwd .center{ text-align: center;}

/*這是額外做顏色，沒有什麼意義*/
tr.tr-only-hide {color: #D20B2A;}

@media (max-width: 736px) {
  .table-rwd .center{ text-align: left;}
  .table-rwd{min-width: 100%;}
  /*針對tr去做隱藏*/
  tr.tr-only-hide {display: none !important;}
  /*讓tr變成區塊主要讓他有個區塊*/
  .table-rwd tr{
    display: block;
    border: 1px solid #ddd;
    margin-top: 5px;
  }
  .table-rwd td {
    text-align: left;
    font-size: 15px;
    overflow: hidden;
    width: 100%;
    display: block;
	}
	.table-rwd td:before {
    /*最重要的就是這串*/
    content: attr(data-th) " : ";
    /*最重要的就是這串*/
    display: inline-block;
    text-transform: uppercase;
    font-weight: bold;
	  margin-right: 10px;
    color: #143874;
  }
  /*當RWD縮小的時候.table-bordered 會有兩條線，所以針對.table-bordered去做修正*/
  .table-rwd.table-bordered td,.table-rwd.table-bordered th,.table-rwd.table-bordered{border:0;}
  
}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ------------------------------>>> Mobile Menu <<<----------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/



body { transition: background-color .2s;}
#wrapper { transition: margin-left .2s; }

.sidenav {
  height: 100%;
  overflow:hidden;
  width: 0;
  position: fixed;
  z-index: 9999;
  top: 92px;
  right: 0;
  padding-bottom:92px;
  background-color: rgba(255, 255, 255, 0.9);
  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 a:hover {
  color: #f1f1f1;
}

.sidenav .closebtn {
  display: block;
  padding-bottom: 9px;
  padding-left: 20px;
  font-size: 36px;

}

@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}

/*選單 - 選項*/
#ajax-sidenav div{background: #143874;position:relative;width: 100%;border-bottom: 1px solid #ebebeb;color:#ffffff;padding: 15px 20px;line-height:20px;box-sizing:border-box;cursor: pointer;cursor: hand;font-size: 16px;letter-spacing: 1px;}
#ajax-sidenav div a{ color:#ffffff; }
#ajax-sidenav div.title{background: #143874;color: #ffffff;}
#ajax-sidenav div i{ position:absolute; top:15px; right:30px; 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; */}

.submenu-nav { width: 100%; overflow:hidden; display:none; background-color: #FFFFFF; }
.submenu-nav div{padding: 15px 40px !important;}
.submenu-nav div:before{font-family: "Font Awesome 5 Free";font-weight: 900;content: "\f0da";font-size: 14px;padding-right:5px;position: absolute;left: 20px;}



@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}


/* ----------------------------------------------------------------------------------------------------------------*/
/* ------------------------------>>> Bxslider <<<----------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/

ul.bxslider { margin:0; padding:0; }
#home_banner { display: inline-block; width: 100%; margin-top:112px; overflow: hidden; position: relative; background:#FCF5FF; height:625px; }

#home_banner ul{ list-style:none; }
#home_banner li { width: 100%; background-repeat: no-repeat; background-size: cover; background-position: center; height:625px; }
#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: #143874;border: 1px solid #ffffff;}
#home_banner .bx-wrapper .bx-pager.bx-default-pager a {background-color: white;border:1px solid #ccc;width: 14px;height: 14px;margin: 0px 6px;border-radius: 50%;box-shadow:2px 2px 8px rgba(15%,15%,40%,0.1);}
#home_banner .bx-wrapper .bx-pager { bottom: 32px; opacity: 0; }
#home_banner .bx-wrapper .bx-controls-direction{ opacity: 1; }
#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%; }


@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: 400px;
		height: 400px;

		/*margin-top: 75px;*/
	}
}

@media screen and (max-width : 1024px) {
	#home_banner{
		margin-top: 90px;
	}
}


/* ----------------------------------------------------------------------------------------------------------------*/
/* ------------------------------>>> Common Animation <<<----------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/



.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); }
}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ------------------------------>>> Loadaction <<<----------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/

.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 <<<--------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/

/* .cssa { font-family:Verdana; letter-spacing:1px; font-size:12px; padding-right:10px; padding-left:10px }
.cssb { font-family:Verdana; letter-spacing:1px; font-size:12px; padding-right:5px; padding-left:5px }
.cssc { padding-bottom:3px; letter-spacing:1px; font-size:12px; padding-left:10px; padding-right:10px; height:40px }
.cssd { font-family:Verdana; font-size:12px; letter-spacing:2px; height:10px; border:1px solid #FFFFFF }
a.pagelink_no:link { color: #003399; text-decoration: none; font-family:Verdana; font-size:12px; letter-spacing:1px; }
a.pagelink_no:visited { color: #003399; text-decoration: none; font-family:Verdana; font-size:12px; letter-spacing:1px }
a.pagelink_no:active { color: #003399; text-decoration: none; font-family:Verdana; font-size:12px; letter-spacing:1px }
a.pagelink_no:hover { color: #003399; text-decoration: underline; font-family:Verdana; font-size:12px; letter-spacing:1px }
a.pagelink:link { color: #333333; text-decoration: none; font-family:Verdana; font-size:12px; letter-spacing:1px; }
a.pagelink:visited { color: #333333; text-decoration: none; font-family:Verdana; font-size:12px; letter-spacing:1px }
a.pagelink:active { color: #333333; text-decoration: none; font-family:Verdana; font-size:12px; letter-spacing:1px }
a.pagelink:hover { color: #333333; text-decoration: underline; font-family:Verdana; font-size:12px; letter-spacing:1px }
a.pagelink_ch:link { color: #cc3300; text-decoration: none; font-family:Verdana; font-size:12px; letter-spacing:1px; font-weight:bold }
a.pagelink_ch:visited { color: #cc3300; text-decoration: none; font-family:Verdana; font-size:12px; letter-spacing:1px; font-weight:bold }
a.pagelink_ch:active { color: #cc3300; text-decoration: none; font-family:Verdana; font-size:12px; letter-spacing:1px; font-weight:bold }
a.pagelink_ch:hover { color: #cc3300; text-decoration: underline; font-family:Verdana; font-size:12px; letter-spacing:1px; font-weight:bold } */


/* ----------------------------------------------------------------------------------------------------------------*/
/* ------------------------------>>> Radio/Checkbox <<<----------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/

/* Customize the label (the container) */
.container-form {
  display: inline-block;
  /* vertical-align: -28%; */
  position: relative;
  padding-left: 30px;
  margin-left: 10px;
  margin-bottom: 0px;
  cursor: pointer;
  font-size: 16px;
  line-height: 20px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default radio button */
.container-form input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom radio button */
.checkmark {
  position: absolute;
  top: 0px;
  left: 0;
  height: 20px;
  width: 20px;

  background-color: #f9f9f9;
  border: 1px solid #b9b7b7;
  border-radius: 50%;
}


/* On mouse-over, add a grey background color */
.container-form:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.container-form input:checked ~ .checkmark {
  /* background-color: #F19B20; */
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.container-form input:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
/*
.container .checkmark:after {
  top: 6px;
  left: 6px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: white;
}
*/
/* Style the checkmark/indicator */
.container-form .checkmark:after {
  left: 6px;
  top: 2px;
  width: 5px;
  height: 10px;
  border: solid #143874;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}


@media screen and (max-width : 768px) {
	.container-form { font-size:13px; }
}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------------------------------->>> pagelink <<<--------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/

.cssa {/* font-family:Verdana; */letter-spacing:1px;font-size: 15px;padding-right:10px;padding-left:10px;}
.cssb { /*font-family:Verdana;*/ letter-spacing:1px; font-size:15px; padding-right:5px; padding-left:5px; }
.cssc { padding-bottom:3px; letter-spacing:1px; font-size:15px; padding-left:10px; padding-right:10px; height:40px }
.cssd { /*font-family:Verdana;*/ font-size:15px; letter-spacing:2px; height:10px; border:1px solid #FFFFFF }
.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;}