@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:#517aba; }

.editor a{color: #517aba !important;text-decoration:underline !important;}
.editor table th,.editor table td{ font-size:14px; }


/*全營幕遮罩*/ 
.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: 23%;float:left;box-sizing: border-box;padding: 0 10px 0 10px;margin: 0 0 50px 0;}
.container .wrap .layout-right{width: 75%;float:left;box-sizing: border-box;padding: 0px 0px 0 4%;}
.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: 0px;/* background: #c6d8db; *//* border-radius: 20px; */border-top: 3px solid #e7e7e7;color: #3d3d3d;}
.layout-left > ul .caption{
    background: #315d79;
    color: #ffffff;
    text-align: center;
    padding: 10px 20px;
    font-size: 28px;
    border-radius: 20px;
}
.layout-left > ul .caption span{
    display: block;
    font-size: 18px;
    padding: 10px 0 0 0;
}
.layout-left > ul > li{width: 100%;font-size: 16px;background: #ffffff;margin: 0px 0 0px 0;/* border-radius: 19px; */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: #3d3d3d;font-weight: bold;text-decoration:none;display: block;letter-spacing: 3px;padding: 23px 0px 21px 30px;}
.layout-left > ul > li > a span{display:block;color:#95b2b7;font-size: 13px;padding: 5px 10px 0 0;word-break: break-all;}
.layout-left > ul > li > a:before{/*font-family: "Font Awesome 5 Free";font-weight: 900;content: "\f57d";*/content: "-";padding-right:5px;position: absolute;left: 15px;top: 22px;color: #315d79;}
.layout-left > ul > li > a:hover{ background:#df654a; color: #ffffff;transition: all 0.5s ease;}
.layout-left > ul > li > a:hover:before {
    color: #ffffff; /* 變白色 */
}
.layout-left > ul > li > a.on{ background:#df654a; color: #ffffff }
.layout-left > ul > li > a.on:before{ color: #ffffff }
.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%;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{ color: #517aba; transition: all 0.5s ease; }
.layout-left > ul > li ul li a{position: relative;color: #3d3d3d;text-decoration:none;display: block;padding: 23px 0 23px 50px;font-weight: normal;}
.layout-left > ul > li ul li a:hover{ background:#df654a; color: #ffffff;transition: all 0.5s ease; }
.layout-left > ul > li ul li a.on{ background:#df654a; color: #ffffff }
.layout-left > ul > li ul li a span{display:block;color:#95b2b7;font-size: 13px;padding: 5px 0 0 0;}
.layout-left > ul > li ul li a:before{position: absolute;left: 35px;top: 22px;content: "-";}
.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: 390px;/*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: 12px 1vw 12px 1vw;/* background-color: rgba(0, 0, 0, 0.5); *//* border-bottom: 1px solid #ffffff; */background-color: rgb(0,0,0,0.3);}

/*麵包屑*/
#sitemap{width:100%;margin:0;padding: 0 10px;box-sizing: border-box;letter-spacing:1px;color: #737373;text-align: left;}
#sitemap .wrap{width:100%;max-width:1200px;overflow:hidden;margin: 5px auto;padding: 20px 10px;color: #696969;font-size: 14px;text-align: right;}
#sitemap .wrap i{padding-right:5px;color: #517aba;}
#sitemap .wrap a{color: #696969;text-decoration:none;}
#sitemap .wrap a{ text-decoration:underline; }


/*網站按鈕*/

.btn-1{
    display: inline-block;
    color: #a8a8a8;
    font-size: 17px;
    font-weight: bold;
    border: 3px solid #e3e3e3;
    cursor: pointer;
    padding: 15px 40px;
    border-radius: 25px;
}
.btn-1:hover{ background:#9d9d9d; -webkit-transition:.6s;-ms-transition:.6s;-moz-transition:.6s; }

.btn-2{
    display: inline-block;
    color: #ffffff;
    font-size: 17px;
    font-weight: bold;
    border: 3px solid #517aba;
    background:#517aba;
    cursor: pointer;
    padding: 8px 40px;
    border-radius: 25px;
    min-width: 75px;
}
.btn-2:hover{ background:#3e649f; -webkit-transition:.6s;-ms-transition:.6s;-moz-transition:.6s; }

.btn-3{
    display: inline-block;
    color: #ffffff;
    font-size: 17px;
    font-weight: bold;
    border: 3px solid #9C9C9C;
    background:#9C9C9C;
    cursor: pointer;
    padding: 8px 40px;
    border-radius: 25px;
    min-width: 75px;
}
.btn-3:hover{ background:#9C9C9C; -webkit-transition:.6s;-ms-transition:.6s;-moz-transition:.6s; }


/*首頁大標題*/
.b-title{position: relative;width:100%;/* height: 150px; */text-align: center;/* display: flex; */align-items:center;justify-content: center;color: #000000;font-size: 22px;font-weight: bold;margin: 4vw auto 1vw auto;padding: 0px 0 35px 0;font-family: 'Noto Sans TC', sans-serif;/* background:url(../../images/title-bg.png) center center no-repeat; *//* text-shadow: 1px 1px 1px #CCCCCC; */}
.b-title span{display: block;/* letter-spacing:10px; *//* padding-left: 30px; */font-size: 36px;color: #315d79;padding: 15px 0 0 0;text-shadow: none;}
.b-title:before{/* content:url(../../images/title-line.png); */position: absolute;bottom: 0;right: 0;left: 0;}

/*內頁大標題*/
.b-innertitle{
    position: relative;
    color: #000000;
    background-color: #ffffff;
    /* background-image:url(../../images/title-bg.jpg); */
    background-position:center center;
    background-size:cover;
    background-repeat:no-repeat;
    color: #3d3d3d;
    font-size: 22px;
    font-weight: bold;
    padding: 0px 10px 15px 10px;
    border-bottom: 1px solid #dedccb;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    /* text-shadow: 2px 2px 6px #000000; */
    /* box-shadow: 0px 1px 6px #cccccc; */
}
.b-innertitle span{
    font-size: 16px;
    padding: 0px 15px 0px 15px;
}
.b-innertitle:before{position: absolute;left: 20px;top: 10px;/* 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: #ebdfc7; */
}

/*內頁小標題*/
.s-innertitle{
    position: relative;
    color: #517aba;
    background-color: #ffffff;
    /* background-image:url(../../images/title-bg.jpg); */
    background-position:center center;
    background-size:cover;
    background-repeat:no-repeat;
    font-size: 18px;
    font-weight: bold;
    padding: 0px 10px 15px 10px;
    border-bottom: 1px solid #dedccb;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    /* text-shadow: 2px 2px 6px #000000; */
    /* box-shadow: 0px 1px 6px #cccccc; */
}
.s-innertitle span{
    font-size: 16px;
    padding: 0px 15px 0px 15px;
}
.s-innertitle:before{position: absolute;left: 20px;top: 10px;/* content:url(../../images/dot-1.png); */filter: brightness(0) invert(1);}
.s-innertitle .line{
    position: absolute;
    left: 0;
    bottom: -6px;
    width: 100%;
    height: 1px;
    /* background: #ebdfc7; */
}

/*圖片延遲載入*/
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;/* border-radius: 15px; */}
.album-cut:hover {
  transform: scale(1.05);
}
.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: #ffffff;}

.container .wrap{position: relative;max-width: 1200px;overflow: hidden;margin: 0px auto;min-height: 470px;}
/*回上頁*/
.gotop{ position:fixed; bottom:100px; right:20px; z-index:99; width:70px; }

/*footer*/
#footer{position:relative;width:100%;box-sizing:border-box;overflow:hidden;background: #497ac2;background-position-y: -100px;}
#footer .footer-nav span{
    float: right;
    font-size: 16px;
    border: 1px solid #81a237;
    padding: 6px 18px 4px 18px;
    border-radius: 20px;
    cursor: pointer;
	transition: all 0.5s ease;
}
#footer .footer-nav span:hover{ background:#5b6c4d; }
#footer .footer-nav img{
    vertical-align: middle;
    padding: 0 5px 0 0;
}
#footer .footer-info{width:100%;display:flex;margin: 29px 0 0 0;}
#footer .footer-info a{ color:#616161 !important; }
#footer .footer-info .items{flex:1;line-height: 25px;font-size: 16px;margin: 10px 10px;padding: 0 0 0 30px;/* border-left: 3px solid #667948; */color: #ffffff;}
#footer .footer-info .items .caption{font-weight:bold;margin:0 0 10px 0;font-size: 18px;}
#footer .footer-info .items .catpion{
    font-weight: bold;


	font-size:16px;
}
#footer .footer-info .items i{
    padding: 0 5px 0 0;
}
#footer .footer-info .items span{display: block;padding: 0 5px 10px 0;}

div#footer {}
#footer .wrap{position:relative;display:flex;flex-wrap:wrap;max-width: 900px;/* min-height: 370px; */padding: 10px 10px 10px 10px;width:100%;overflow: hidden;margin:0 auto;color:#ffffff;}
#footer .wrap .gotop{position: fixed;right:10px;bottom: 200px;z-index: 99;}
#footer .wrap .decoration{position:absolute;left: 11px;top: 5px;}
	
#copyright{position:relative;/* max-width:1400px; */width:100%;overflow: hidden;margin:0 auto;line-height:20px;color: #ffffff;background: #497ac2;text-align: center;font-size: 15px;padding: 12px 10px 12px 10px;}
#copyright a{color: #ffffff;text-decoration:none;}
#copyright a:hover{ text-decoration:underline; }



@media screen and (max-width : 1200px) {
	.container{ padding:0 10px; }
	#footer{/* background:#4f5e42 !important; */}
	#footer .wrap{padding: 0px 10px 20px 10px;}
	#footer .wrap .gotop{bottom: 100px;}
}
@media screen and (max-width : 900px) {
	#footer .footer-info{ display:block; }
	#footer .footer-info .items{ padding:0 0 0 10px; }
}

@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; }



	
	#copyright{ text-align:center; }
		
	.visible-no-m{ display:none; }
	
}

@media screen and (max-width : 480px) {
	.visible-no-s{ display:none; }
}
	
/*表格樣式*/
#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: #315d79;
  color: white;
}

@media screen and (max-width : 1200px) {
	.container{padding: 0 0px;}
	#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; */}	

	#footer .wrap .logo-area{ margin:90px 0 20px 0; }
	#footer .footer_menu{ margin:20px auto 20px auto; }
	.css-tr{padding:0 0px 0 0}
	.css-tr:after{ content:""; }
}

@media screen and (max-width : 480px) {
	#footer-nav ul li{width: 100%;background: #313131;margin: 1px 0;padding: 10px 10px;text-align: center;}
}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ------------------------------>>> Index <<<----------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/


/*最新消息*/
.news-bg{/* background:url(../../images/news-bg.png) bottom center no-repeat; */}
#index-news{margin: 0px 0;padding: 10px 10px 50px 10px;text-align:center;}
#index-news .news-types{/* width:100%; */text-align:center;display: inline-block;/* display: flex; */flex-wrap: wrap;/* align-items: center; */justify-content: center;/* justify-content: space-between; *//* padding: 50px 10px 30px 10px; */margin: 40px 10px 25px 10px;background: #b0b5be;border-radius: 25px;}
#index-news .news-types span{display: inline-block;padding: 13px 3vw;margin: 0px 0px;color: #000000;background: #b0b5be;font-size: 20px;font-family: 'Noto Sans TC', sans-serif;cursor: pointer;flex-basis: 150px;/* flex-grow: 1; */border-radius: 25px;}
#index-news .news-types span:hover{background: #517ABA;color:#ffffff;transition: all 0.3s ease;}
#index-news .news-types span.on{background: #517ABA;color:#ffffff;transition: all 0.3s ease;}
#index-news .news-frame{width:100%;overflow:hidden;}
#index-news .news-frame #news_content_ajax{
    display: flex;
    flex-wrap: wrap;
    align-items:center;
    justify-content: center;
}
#index-news .news-list{display:flex;flex-wrap:wrap;width: 46%;min-height: 120px;overflow:hidden;margin: 20px 2%;text-align: left;padding: 20px 20px;border: 1px solid #dadada;box-shadow: -8px 10px 1px rgba(0, 0, 0, 0.2);}
#index-news .news-list img{ width:8px; }
#index-news .news-list:hover .date{ background:#df654a; color:#ffffff; }
#index-news .news-list:last-child{/* border:0; */}
#index-news .news-list .types{position:relative;flex: 1;color: #315d79;background: #ffffff;border: 1px solid #315d79;padding: 10px 10px;max-width: 120px;text-align: center;margin: 5px 0 5px 20px;font-weight: bold;font-size: 15px;display: flex;align-items:center;justify-content: center;border-radius: 20px;}
#index-news .news-list .types:before{position: absolute;top: 9px;left: -15px;content:url(../../images/dot-1.png);}

#index-news .news-list .title{flex: 6;color: #060606;font-size: 16px;font-weight: bold;line-height:22px;font-family: 'Noto Sans TC', sans-serif;/* display: flex; *//* align-items:center; */padding: 10px 0 0 20px;}
#index-news .news-list .title a:hover{ /*color:#315d79;*/ /*text-decoration:underline;*/ }
#index-news .news-list .date{position: relative;flex: 1;max-width: 70px;height: 70px;padding: 10px 10px;font-size: 13px;display: flex;flex-wrap: wrap;align-items: center;justify-content: center;font-weight: bold;color: #000000;background: #ebebeb;border-radius: 50px;}
#index-news .news-list .date span{flex: 100%;text-align: center;padding: 0px 0 0 0px;font-size: 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-types{ border-radius: 0px; }
	#index-news .news-list .types{
    max-width: 150px;
	}
	#index-news .news-list .date{
    /* justify-content: start; */
    min-width: auto;
    margin: 0 auto;
 }
	#index-news .news-list .date span{border:0;/* padding:0 0 0px 30px; */}
	#index-news .news-list .title{flex:100%;padding: 10px 20px;}
}

@media screen and (max-width : 600px) {
	#index-news .news-list{ width:100%; }

}


/*報名*/
#signup{
    margin: 0px 0 40px 0;
    width: 100%;
    position:relative;
}
#signup:before{ position:absolute; left:0; bottom:0; content:url(../../images/signup-left-img.svg); width:80px; }
#signup:after{ position:absolute; right:0; bottom:0; content:url(../../images/signup-right-img.svg); width:140px; }
#signup .frame{
    width: 99%;
    border: 8px solid #dddddd;
    padding: 50px 70px 20px 70px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    /* align-items:center; */
    justify-content: center;
    min-height: 200px;
}
#signup .frame .items{
    flex: 1;
    text-align: center;
    min-width: 250px;
    margin: 30px 0 0 0;
    padding: 0 0 40px 0;
}
#signup .frame .items:not(:last-child){ border-right:1px dashed #dddddd; }
#signup .frame .items .caption{
    font-size: 18px;
    color: #517aba;
    font-weight: bold;
    margin: 0 0 30px 0;
}
#signup .frame .items .date{
    font-size: 20px;
    font-weight: bold;
    color: #000000;
    margin: 0 0 30px 0;
}
#signup .frame .items .date span{
    display: block;
    margin: 0 0 5px 0;
}
#signup .frame .items .date i{
    font-style: normal;
    color: #b0b5be;
    background: #b0b5be;
    font-weight: bold;
    font-size: 10px;
}
#signup .frame .items .btn1{
    display: inline-block;
    color: #a8a8a8;
    font-size: 17px;
    font-weight: bold;
    border: 3px solid #e3e3e3;
    cursor: pointer;
    padding: 15px 40px;
    border-radius: 25px;
}
#signup .frame .items .btn2{
    display: inline-block;
    color: #ffffff;
    font-size: 17px;
    font-weight: bold;
    border: 3px solid #517aba;
	background:#517aba;
    cursor: pointer;
    padding: 15px 40px;
    border-radius: 25px;	
}
#signup .frame .items .btn2:hover{ background:#df654a; border: 3px solid #df654a; -webkit-transition:.6s;-ms-transition:.6s;-moz-transition:.6s; }
#signup .line{
    width: 100%;
    background: #B0B4BE;
    height: 8px;
    border-radius: 10px;
}


@media screen and (max-width : 1200px) {
	#signup .frame .items:not(:last-child){ border:0; }
}

@media screen and (max-width : 600px) {
	#signup .frame .items:not(:last-child){ border-bottom:1px dashed #dddddd; }
}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ------------------------------>>> Content <<<----------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/


/*最新消息*/
#inner-news{margin: 0px 0;padding: 10px 0 0 0px;text-align:center;}
#inner-news .news-list{width:100%;overflow:hidden;margin: 0 0 0px 0;text-align: left;padding: 20px 0px 20px 0;}
#inner-news .news-list:nth-child(even) {background: #fafafa;}
#inner-news .news-list:nth-child(odd) {background: #ffffff;}
#inner-news .news-list{display:flex;flex-wrap:wrap;border-bottom: 1px dashed #c9c9c9;}
#inner-news .news-list .title{flex: 6;color: #000000;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: #000000;}
#inner-news .news-list .title a:hover{ color:#315d79; }
#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: #000000;}
#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: #315d79;} */
#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;border-radius: 15px;}
#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/dot-1.png);vertical-align: 5%;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;border-radius: 15px;}
#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{position:relative;text-align: left;color: #000000;padding: 20px 20px 20px 35px;font-size: 16px;letter-spacing: 3px;font-family: 'Noto Sans TC', sans-serif;/* font-weight: bold; */}
#inner-imglink .items .word:before{position:absolute;bottom: 22px;left: 20px;content:url(../../images/dot-1.png);}

@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;border-radius: 20px;}


/*下載與連結*/
#inner-download{display: flex;margin: 0px 0;padding: 30px 0 0 0px;text-align:center;}
#inner-download .left{
    padding: 0 3% 0 0;
    flex: 1;
}
#inner-download .right{
    padding: 0 0 0 3%;
    flex: 1;
}
#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: #315d79;}
#inner-download .download-list .title a:hover{ text-decoration:underline; }
#inner-download .download-list .types{/* flex: 1; */width: 90px;padding: 8px 20px;margin: 0 10px 0 0;font-size: 14px;display: flex;align-items: center;justify-content: center;color: #315d79;}
#inner-download .download-list .types span{
    padding-right: 5px;
}
#inner-download .download-list .types.color-bule1{background: #dfe9eb;border-radius: 15px;font-weight: bold;}
#inner-download .download-list .types.color-bule2{background: #315d79;border-radius: 15px;}

@media screen and (max-width : 1200px) {
	#inner-download{ display:block; }
	#inner-download .left{ padding:0; }
	#inner-download .right{ padding:0; }
}
@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;display:flex;/* justify-content: space-between; */flex-wrap:wrap;padding: 30px 0;}
#inner-member .items{
    /* border-top: 5px solid #315d79; */
    box-shadow: 1px 1px 5px #cccccc;
    /* flex: 1 22.5%; */
    background: #eff3f4;
    margin: 10px 10px;
    border-radius: 15px;
    transition: transform 0.1s ease-in-out, box-shadow 0.1s;
}

#inner-member .items-content{ width: 31%; }

#inner-member .items img{width: 100%;}
#inner-member .items:hover{ /*transform: translateY(-0.5rem);*/ }

#inner-member .items div{width:100%;overflow:hidden;padding: 5px 8px 0px 8px;}
#inner-member .items div.title{border-bottom: 2px solid #60939c;width: 90%;margin: 0 auto;color:#000000;/* font-weight:bold; */text-align: left;font-size: 20px;padding: 15px 0 15px 10px;/* background: #ffffff; */}
#inner-member .items div.title span{
    color: #60939c;
    font-size: 16px;
    padding: 0 10px;
}
#inner-member .items div.title a{/*color:#000000; text-decoration:none;*/font-weight: bold;/* text-shadow: 2px 2px 2px #cccccc; */}
#inner-member .items .info-area{ padding-bottom:10px; }
#inner-member .items .info-area .info{
    display: flex;
}
#inner-member .items .info-area .info .left{
    flex: 1;
}
#inner-member .items .info-area .info .left span{
    display: inline-block;
    min-width: 50px;
    background: #315d79;
    color: #ffffff;
    font-size: 14px;
    border-radius: 20px;
    padding: 7px 9px;
}
#inner-member .items .info-area .info .right{
    flex: 3;
    font-size: 14px;
    word-break: break-all;
    padding: 8px 8px 2px 8px;
    line-height: 18px;
}

#inner-member .items div.title:before{/* content:url(../../images/album-icon-1.png); */vertical-align:middle;padding-right: 5px;}
#inner-member img.lazy{ /*max-height:330px;*/ }

@media screen and (max-width : 710px) {
	#inner-member .items{flex: 0 45%;}
}

@media screen and (max-width : 480px) {
	#inner-member .items{flex: 0 100%;}
}

@media screen and (max-width : 1201px) {
	#inner-member .items-content{ width: 30.5%; }
}

@media screen and (max-width : 1074px) {
	#inner-member .items-content{ width: 30%; }
}

@media screen and (max-width : 923px) {
	#inner-member .items-content{ width: 29.5%; }
}


/*中心成員*/
#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 #315d79;
    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: #f4f5ef;
    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 #315d79;display: flex;align-items:center;/* justify-content: center; */}
#sitemap-area .title span{
    font-size: 36px;
    font-weight: normal;
    color: #ffffff;
    background: #315d79;
    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: #315d79;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:#315d79; }
#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 <<<----------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/

.news-date{font-size:15px;color:#000000;font-weight: bold;padding: 10px 0 10px 0;text-align: right;}

/*檔案與連結*/
.download-list{width:100%;overflow:hidden;padding: 20px 20px 20px 20px;box-sizing:border-box;margin:0px 0;border-bottom:1px dotted #919191;}
.download-list:nth-child(even) {background: #fafafa;}
.download-list:nth-child(odd) {background: #ffffff;}
.download-list .down-left{float:left;font-size: 16px;max-width: 30px;width: 10%;color: #000000;}
.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: 16px;font-weight: bold;text-decoration:none;}
.download-list .down-right a:hover{ color:#315d79; }

/* ----------------------------------------------------------------------------------------------------------------*/
/* ------------------------------>>> 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: #ffffff;background: #315d79;text-align:center;margin:0 5% 0 0;padding: 2px 5px;-webkit-border-radius: 5px;-moz-border-radius: 5px;border-radius: 15px;}
.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 #ebdfc7; border-left:5px solid #ebdfc7;}
.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: 18px;right: 10px;color: #315d79;}
.sidenav .head {width:100%;position: relative;overflow:hidden;/* text-align: center; */padding: 15px 0 15px 5px;border-top: 3px solid #315d79;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 #315d79;border-bottom: 1px solid #ebebeb;color: #000000;padding: 12px 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 h{color: #315d79;font-size: 12px;display:block;word-break: break-all;}
#ajax-sidenav > div i {position:absolute;right: 15px;top: 40%;}
#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 #CDCDCD;color: #315d79;}
#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: 12px 30px 12px 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 .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: #df654a;/* border: 1px solid #ffffff; */}
#home_banner .bx-wrapper .bx-pager.bx-default-pager a {background-color: white;/* border: 1px solid #2d2727; */width: 15px;height: 15px;margin: 0 5px;border-radius: 50%;box-shadow:2px 2px 8px rgba(15%,15%,40%,0.1);}
#home_banner .bx-wrapper .bx-pager {bottom: 3vw;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: 10rem auto 0 auto;
  width: 80%;
  max-width: 1000px;
  color: #ffffff;
  /* background: #ebebeb; */
  /* border-bottom: 1px solid #ffffff; */
  background-color: rgba(143, 179, 185, 0.8);
  padding: 30px 10px 10px 10px;
  border-radius: 25px;
}

.headerTitleContainer a{ 
  text-decoration:none;
}

.headerTitleContainer .headline h2{
    padding: 0px 0 0px 0;
    margin: 2vw 0 20px 0;
    font-size: 30px;
    letter-spacing: 10px;
    /*font-family: "標楷體", "KaiTi", sans-serif;*/
    font-weight: normal;
    font-weight: bold;
}
.headerTitleContainer .headline p{
    letter-spacing: 2px;
    font-size: 36px;
    color: #F4D885;
    /*font-family: "標楷體", "KaiTi", sans-serif;*/
    font-weight: bold;
    text-shadow: 3px 3px 3px #9a9a9a;
}



/* 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: 5rem 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: #81a237;
  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: #9cd420;
  -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 <<<----------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/

.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: 30px 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:#315d79;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:#315d79;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: #315d79;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:#315d79; }
.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{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; }
}

/* 教師 */
.teacher-table {
	min-height: 200px;
	margin: 30px 0;
}

.teacher-table table{
	line-height: 60px;

}



.teacher-table table .title{
	font-size: 16px;
	width: 150px;
}

#privacy_policy_hint {
	position: fixed;
	top: 40%;
	background: #000;
	width: 500px;
	color: #fff;
	font-size: 20px;
	line-height: 34px;
	padding: 15px 10px;
	max-width: 100%;
}
#privacy_policy_hint .link {
	color: #315d79;
	text-decoration: underline;
}
#privacy_policy_hint .btn_area {
	text-align: center;
	margin: 15px 0 0 0;
}
#privacy_policy_hint .btn {
	background: #315d79;
	color: #fff;
	font-size: 20px;
	padding: 10px 15px;
	border-radius: 5px;
	cursor: pointer;
}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ------------------------------>>> Login <<<----------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/


#login-frame{width:100%;margin:0 auto;text-align:center;overflow:hidden;padding: 0px 30px 80px 30px;box-sizing:border-box;letter-spacing:1px;}
#login-frame .form{margin: 50px auto 30px auto;width:100%;max-width:550px;}
#login-frame .form .row{width:100%;overflow:hidden;margin: 20px 0 20px 0;}
#login-frame .form .row .col-left{float:left;width:30%;max-width:100px;/* height: 47px; */line-height:35px;text-align:left;color:#000000;font-size: 16px;display: flex;align-items:center;/* justify-content: center; */}
#login-frame .form .row .col-right{float:left;width:70%;text-align:left;height: 50px;}
#login-frame .form .row input{max-width:445px;box-sizing:border-box;width:100%;height: 35px;border:1px solid #d2c6cd;padding:0 7px;outline:0;letter-spacing:1px;font-size: 16px;border: 1px solid #b9b7b7;background: #f9f9f9;border-radius: 4px;}
#login-frame .pager { color:#b4b4b4; }
#login-frame .pager a{ display:inline-block; padding:0 10px; margin:10px 0; font-size:14px; color:#000000; text-decoration:none; }
#login-frame .pager a:hover{ text-decoration:underline; }

@media screen and (max-width : 680px) {	
  #login-frame{ padding: 0px 10px 30px 10px; }
  #login-frame .form .row input{ width:90%; }
}

@media screen and (max-width : 480px) {	
	#login-frame .form .row{ margin:15px 0; }
	#login-frame .form .row .col-right{ width:100%; }
}



.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: 15px 25px 15px 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; }

table.p-0 td{ padding-top: 10px;padding-bottom: 10px; }

.form-input input[type="text"],input[type="password"]{box-sizing: border-box; border: 1px solid #b9b7b7;background: #f9f9f9;border-radius: 4px;width:100%;height:35px;padding:5px 10px;box-sizing:border-box;color:#646464;outline: none;}
.form-input select{box-sizing: border-box; max-width:400px;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;color:#646464;}
.form-input textarea {border:1px solid #696868;width:100%;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;}

@media screen and (max-width : 768px) {
	.login-area table td { display:block; font-weight:bold; }
	.login-area table td:first-child{/* text-decoration:underline; */color: #517aba;}
	.login-area table td:first-child{ width:inherit; }
	.login-area table td:first-child{ padding:15px 25px 0px 0; }
	.login-area table td.td-title{color: #517aba;}
}


.signup-tips{font-size:16px;font-weight:bold;margin: 20px 0; line-height: 25px;}
.signup-tips span{color:#F00; padding-right:3px;}

/*小標題*/
.signup-title{
    position: relative;
    color: #517aba;
    background-color: #ffffff;
    /* background-image:url(../../images/title-bg.jpg); */
    background-position:center center;
    background-size:cover;
    background-repeat:no-repeat;
    font-size: 18px;
    font-weight: bold;
    padding: 20px 10px 10px 10px;
    text-align: left;
    border-bottom: 1px dashed #dedccb;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    /* text-shadow: 2px 2px 6px #000000; */
    /* box-shadow: 0px 1px 6px #cccccc; */
}


/* ----------------------------------------------------------------------------------------------------------------*/
/* ------------------------------>>> 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 white;
  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;*/ }
}