@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("../fancybox-master/dist/jquery.fancybox.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; outline:0; }
*, *::before, *::after {
    box-sizing: border-box;
}
html { height:100% }
body { margin-left: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; letter-spacing:1px; -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;
  -webkit-appearance: none; /* 针对iOS Safari和Chrome */
  -moz-appearance: none;    /* 针对Firefox */
  appearance: none;         /* 标准属性 */
}
input[type='text'],input[type='password'],input[type='button'],input[type='submit']{  -webkit-appearance: none; }

/*分頁*/
.pager{width:100%;overflow:hidden;margin: 20px 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; min-height:300px; }
.decorate1{ border-left:1px solid #e1e1e1; }
.decorate1 .dot{position:absolute;top:0;left: -4px;width:10px;height:10px;background: #e0bfa5;}

/*連結*/
a{color: #343434;text-decoration:none;}
a:hover{ color:#ed6f30; text-decoration:underline; }

.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; }
}


/*內頁banner*/
#banner-box{width:100%;/*max-width: 1200px;*/margin: 0 auto;overflow:hidden;background:#f1f1f1;}
#banner-inner{position:relative;height: 350px;background: url(../../images/banner-inner.jpg) left no-repeat; background-position:center; background-size: cover;}
#banner-inner .overlay{display:flex;/* align-items:center; *//* justify-content: center; */width:100%;max-width: 1200px;margin: 0 auto;padding: 0 1vw;height: 100%;/* background-color: rgba(0, 0, 0, 0.5);*/}
#banner-inner .title{opacity:0;text-align:center;color:#ffffff;font-size: 30px;font-weight: bold;letter-spacing: 5px;padding: 0 0 10px 0;text-shadow: 2px 2px 2px #101010;}
#banner-inner .common-title{color: #ffffff;text-shadow: 2px 2px 2px #999999;}
#banner-inner .common-title span{
    color: #ffffff;
    text-shadow: 2px 2px 2px #999999;
}
#banner-inner .common-title span:before{filter: brightness(0) invert(1);}
#banner-inner .common-title span:after{
    filter: brightness(0) invert(1);
}

/*網站分類按鈕*/
.type-nav {
    display: flex;
    flex-wrap: wrap;
    /* align-items: center; */
    justify-content: center;
    /* justify-content: space-between; */
    padding: 0 0px;
    /* 加入其他所需的樣式 */
    margin: 40px 0;
    /* border-bottom: 5px solid #e8e8e8; */
}

.type-nav-btn {
    font-size: 16px;
    background: #ffffff;
    border: 1px solid #e4e4e4;
    padding: 15px 15px;
    /* 加入其他所需的樣式 */
    min-width: 130px;
    text-align: center;
    color: #000000;
    margin: 5px 5px 0 0;
    cursor: pointer;
    transition: all 0.5s ease;
}
.type-nav-btn.active{ background:#66c1bb; color:#ffffff; }
.type-nav-btn:hover{ background:#66c1bb; color:#ffffff; }



/*麵包屑*/
#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: #8b8b8b;}
#sitemap .wrap a{color: #696969;text-decoration:none;}
#sitemap .wrap a:hover{ color:#ed6f30; }


/*網站按鈕*/
.btn-1 {
    display: inline-block;
    background-color: #ed6f30;
    color: white;
    border: none;
    padding: 12px 40px;
    cursor: pointer;
    margin-top: 10px;
    font-size: 14px;
    border-radius: 20px;
}

.btn-1:hover {
    background-color: #e80;
	transition: all 0.5s ease;
}



/*首頁大標題*/
.b-title{position:relative;font-size:30px;color:#67bac0;letter-spacing:1px;font-weight: normal;padding: 20px 0 5px 0;border-bottom:1px solid #dadada;}
.b-title span{}
.b-title:before{position:absolute;left:0;bottom: -6px;width:145px;height:5px;background:#96d2d8;content:"";}
.b-title .btn-1{
    padding: 8px 20px;
    float: right;
    margin-top: -2px;
}
.b-title .viewer{
    padding: 8px 0px;
    float: right;
    margin-top: -2px;
	 color:#9c9c9c;
	 font-size:14px;
}
.b-title .viewer:before{font-family: "Font Awesome 5 Free"; font-weight: 900;  content: "\f06e"; padding-right:5px; color:#9c9c9c; font-size:14px; }

/*內頁大標題*/
.m-title{
    color: #343434;
    font-weight: normal;
    border-bottom: 2px dotted #cecece;
    padding: 0 0 15px 0;
    line-height: 26px;
}
.m-date{
    color: #23b9c9;
    font-size: 16px;
    margin: 50px 0 35px 0;
}

/*內頁小標題*/
.s-title{
    color: #343434;
    font-size: 17px;
    font-weight: normal;
    border-bottom: 2px dotted #cecece;
    padding: 0 0 7px 0;
    line-height: 26px;
}
.s-title:before{ content:url(../../images/source-icon-5.png); margin:0 8px 0 0; vertical-align:middle; }


/*內頁小標題*/
.s-innertitle{
    position: relative;
    color: #68b1b5;
    background-color: #ffffff;
    /* background-image:url(../../images/title-bg.jpg); */
    background-position:center center;
    background-size:cover;
    background-repeat:no-repeat;
    font-size: 21px;
    /* font-weight: bold; */
    padding: 0px 10px 15px 10px;
    border-bottom: 1px dashed #cecece;
    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; */
}

/*內頁BANNER標題*/
.common-title{/* text-align: center; */font-size: 16px;color: #be6c29;/* font-weight:bold; */letter-spacing: 1px;line-height: 28px;padding: 80px 10px 40px 10px;margin: 0 0 0 0;}
.common-title span{position:relative;display: inline-block;line-height: 30px;text-transform: uppercase;font-size: 40px;padding-bottom: 14px;color: #4d4d4d;font-weight: bold;letter-spacing: 5px;/* font-family: 'Noto Sans TC', sans-serif; */}
.common-title span:before{position:absolute;top: -20px;left: -45px;content:url(../../images/common-title-line.png);}
.common-title span:after{position:absolute;top: -20px;right: -20px;content:url(../../images/common-title-line.png);}





/*圖片延遲載入*/
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%;
}


@media screen and (max-width : 1200px) {
	.container .wrap .layout-left{ width:30%; }
	.container .wrap .layout-right{ width:70%; }
	
	#banner-inner{ height:300px; }
	#banner-inner .overlay{align-items: center;justify-content: center;}
	.common-title{ padding: 40px 10px 40px 10px; }		
}

@media screen and (max-width : 900px) {
	.container .wrap .layout-left{ display:none; }
	.container .wrap .layout-right{ width:100%; }

}

@media screen and (max-width : 600px) {

	#banner-inner .title{ font-size:20px; }
	#banner-inner .title span{ font-size:14px; }

}


/* ----------------------------------------------------------------------------------------------------------------*/
/* ------------------------------>>> 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: #f7f7f7;}
.container.row-color:nth-child(odd) {background: #ffffff;}

.container .wrap{position: relative;max-width: 1200px;overflow: hidden;margin: 0px auto;}
/*回上頁*/
.gotop{ position:fixed; bottom:100px; right:20px; z-index:99; width:70px; }


@media screen and (max-width : 1200px) {
	.container{ padding:0 10px; }
}

@media screen and (max-width : 768px) {
		
	.visible-no-m{ display:none; }
	
}

@media screen and (max-width : 480px) {
	.visible-no-s{ display:none; }
}

/*Footer*/
#footer {
	width:100%;
	overflow:hidden;
	background: #96d2d8;
	/* padding:0 20px; */
	box-sizing:border-box;
}
#footer .footer_wrap {
	position:relative;
	max-width:1400px;
	overflow:hidden;
	margin:0 auto;
	padding: 30px 10px 0 10px;
	background: url(../../images/footer-bg.png) top right no-repeat;
}
.footer_info {
	display: flex;
	align-items:center;
	justify-content: center;
	flex-wrap: wrap;
	position:relative;
	color: #ffffff;
	max-width: 1200px;
	text-align:left;
	margin:0 auto;
	overflow:hidden;
	padding:30px 0 20px 0;
	box-sizing:border-box;
	letter-spacing:1px;
	/*background:url(../../images/footer-bg.png) right top no-repeat;*/
}

.simple-menu {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    /* justify-content: space-around; */ /* 菜单项平均分布 */
    padding: 10px 10px 30px 10px;
    list-style-type: none; /* 移除默认的列表样式 */
    font-size: 16px;
    font-weight: bold;
}

.simple-menu a {
    text-decoration: none; /* 移除链接的下划线 */
    color: #000; /* 链接颜色 */
    margin: 0px 10px 10px 10px;
    padding: 0 0 3px 0;
    border-bottom: 3px solid transparent;
}

.simple-menu a:hover {
    border-bottom: 3px solid #fdc700; /* 鼠标悬停时添加底线 */
}

.footer_info .left {
	flex: 1.5;
	padding: 20px;
}

.footer_info .left .title{
    font-size: 16px;
    font-weight: normal;
    color: #000000;
}
.footer_info .left .title:before{font-family: "Font Awesome 5 Free";font-weight: 900;content: "\f0e0";color: #ed6e30;font-size: 18px;margin: 0 12px 0 0;}

.footer-subscribe {
    display: flex;
    /* justify-content: space-between; */
    
    /* 加入其他所需的樣式 */
    margin: 15px 0;
}

.footer-subscribe select{
    border: 1px solid #d7d7d7;
    padding: 10px 70px;
    color: #282828;
    font-size: 17px;
    margin: 0 15px 0 0;
}
.footer-subscribe input{
    border: 1px solid #d7d7d7;
    border-right: 0;
    font-size: 17px;
    color: #282828;
    outline: 0;
    padding: 10px 10px;
    width: 100%;
    max-width: 300px;
}
.footer-search-btn{
    position: relative;
    border: 1px solid #595957;
    display: flex;
    align-items:center;
    justify-content: center;
    padding: 0px 35px;
    background: #595957;
    color: #ffffff;
    font-size: 17px;
    cursor: pointer;
    min-width: 110px;
    transition: all 0.5s ease;
}

.footer-search-btn:hover{ background:#242423; }
.footer-search-btn i{position: absolute;right: 2px;padding:0 10px;}


.footer_info .right {
	flex:1;
}
.contact-info {
	color: #ffffff;
	font-size:14px;
	display:flex;
	width: 100%;
	padding: 0 0;
	max-width: 500px;
	margin: 2vh 0;
}
.contact-info .contact-left, .contact-info .contact-right {
	flex:1;
	padding: 0 20px 0 20px;
	text-align: left;
}
.contact-info .contact-items {
	display:flex;
	align-items: flex-start;
	color: #5b5b5b;
	font-weight: bold;
}
.contact-info .contact-items:not(:last-child) {
padding-bottom: 15px;
}
.contact-info .contact-items .items-title {
	flex: 1;
	min-width: 90px;
}
.contact-info .contact-items .items-title i{ color:#ed6e30; padding:0 8px 0 0 }
.contact-info .contact-items .items-content {
	flex: 4;
	color: #5b5b5b;
}
#footer .logo {
	display:flex;
	cursor:pointer;
}
#footer .logo img {
	padding-right:15px;
}
#footer .logo div span {
	color: #ffffff;
	font-size: 24px;
	font-weight: bold;
	padding-bottom: 7px;
	margin-bottom: 5px;
	letter-spacing:2px;
	display:block;
	font-family: 'Noto Sans TC', sans-serif;
}
#footer .logo > .word {
	color: #ffffff;
	font-size: 12px;
	display:flex;
	align-items:center;
	justify-content: center;
}
#footer .logo > .word div {
	letter-spacing:0.5px;
}
#footer .footer_order {
	float:left;
	max-width: 229px;
	padding: 0 0 0 2%;
}
#footer .footer_order_wrap {
	float:left;
	max-width: 240px;
	overflow: hidden;
	width: 100%;
	color:#e8e8e8;
	letter-spacing:1px;
	line-height:24px;
	font-size:13px;
}
#footer .footer_order_wrap > .title {
	color:#ffde7a;
	font-size:16px;
	letter-spacing:2px;
	margin:0 0 10px 0;
}
#copyright {
	width:100%;
	overflow:hidden;
	background: #68b1b5;
	color: #ffffff;
	padding: 20px 0 15px 0;
	letter-spacing:1px;
	text-align: left;
	line-height:20px;
}
#copyright .wrap{width:100%;max-width: 900px;padding: 0 10px;margin:0 auto;}
#copyright a {
	color: #ffffff;
	text-decoration:none;
}
#copyright a:hover {
	color:#ed6e30;
	text-decoration:underline;
}
#copyright span{display:block;padding: 5px 0;color:#005e66;font-weight: bold;}

@media screen and (max-width : 1400px) {

	#footer .footer_wrap {
	background:none;
	}
}
@media screen and (max-width : 1024px) {
 .footer_info {display:block;}
}
	

/* ----------------------------------------------------------------------------------------------------------------*/
/* ------------------------------>>> Index <<<----------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/

/*趨勢知識*/
.news-container {
    display: flex;
    justify-content: space-between;
    margin: 4vw 0;
}

.news-block {
    flex: 2;
    padding: 0 8% 0 0;
}

.news-block__title {
    margin-bottom: 10px;
    font-size: 24px;
    color: #333;
}

.news-block__list {
    list-style: none;
    padding: 0;
}

.news-item {
    border-bottom: 2px dotted #cecece;
    padding: 14px 0;
    display: flex;
    /* justify-content: space-between; */
}


li.news-item {}

li.news-item {}
.news-item__date {
    /* font-weight: bold; */
    color: #23b9c9;
    font-size: 16px;
    padding: 0 20px 0 0;
}

.news-item__headline {
    font-size: 15px;
}

.sidebar {
    flex: 1;
    padding: 0 20px;
}

.sidebar__title {
    margin-bottom: 10px;
    font-size: 24px;
}

.sidebar__video-container {
    margin-bottom: 10px;
}

.sidebar__video {
    width: 100%;
    height: auto;
}

.sidebar__link {
	position:relative;
	display: block;
	color: #2c2c2c;
	text-decoration: none;
	font-size: 16px;
	margin: 25px 0 0px 0;
	padding: 3px 0px 3px 10px;
	border-left: 6px solid #67bac0;
}

.sidebar__link:hover {
    text-decoration: underline;
}

.index-video{transition:box-shadow 0.3s ease;padding: 0 0 10px 0;}
.index-video:hover{box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4);}

.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%;
}

@media (max-width: 900px) {
    .news-container {
        flex-direction: column;
    }

    .news-block, .sidebar {
        width: 100%;
        padding: 0;
    }
}


/*訓練資源*/
.source-container {
    margin: 4vw 0 2vw 0;
}

.source-header {
    display: flex;
    /* justify-content: space-between; */
    
    /* 加入其他所需的樣式 */
    margin: 20px 0;
}

.source-header select{
    border: 1px solid #d7d7d7;
    padding: 10px 10px;
    min-width: 250px;
    color: #282828;
    font-size: 17px;
    margin: 0 15px 0 0;
    box-sizing: border-box;
}
.source-header input{
    border: 1px solid #d7d7d7;
    border-right: 0;
    font-size: 17px;
    color: #282828;
    outline: 0;
    padding: 0 10px;
    width: 100%;
    max-width: 440px;
    box-sizing: border-box;
}
.source-search-btn{
    position: relative;
    border: 1px solid #595957;
    display: flex;
    align-items:center;
    justify-content: center;
    padding: 0px 70px;
    min-width: 200px;
    background: #595957;
    color: #ffffff;
    font-size: 17px;
    cursor: pointer;
    transition: all 0.5s ease;
}
.source-search-btn:hover{ background:#242423; }
.source-search-btn i{position: absolute;right: 2px;padding:0 10px;}

.source-nav {
    display: flex;
    flex-wrap: wrap;
    /* justify-content: space-between; */
    padding: 0 0px;
    /* 加入其他所需的樣式 */
    border-bottom: 5px solid #e8e8e8;
}

.source-nav-btn {
    font-size: 16px;
    background: #a7a7a7;
    padding: 15px 30px;
    /* 加入其他所需的樣式 */
    color: #ffffff;
    margin: 5px 5px 0px 0;
    cursor: pointer;
    transition: all 0.5s ease;
    min-width: 100px;
}
.source-nav-btn.active{ background:#66c1bb; }
.source-nav-btn:hover{ background:#66c1bb; }

.source-nav-btn i{ padding:0 5px; }

/*即時新聞*/
.source-list{width:100%;overflow: hidden;display:flex; /*justify-content: space-between;*/ flex-wrap:wrap;}
.source-list .items{
    /* border: 1px solid #bcbcbc; */
    flex: 0 23%;
    /* padding: 10px; */
    margin: 10px 1%;
    transition: box-shadow 0.3s ease;
    transition: transform 0.1s ease-in-out, box-shadow 0.1s;
}
.source-list .items img{ width: 100%; }
.source-list .items:hover{ /*transform: translateY(-0.5rem);*/ box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4); }

.source-list .items div{ width:100%; overflow:hidden; }
.source-list .items div.title{color:#000000;/* font-weight:bold; */font-size: 16px;padding: 15px 5px 15px 5px;}
.source-list .items div.title a{/*color:#000000; text-decoration:none;*/line-height: 20px;}
.source-list .items div.title a:hover{color:#000000; text-decoration:none; }
.source-list .items div.title:before{/* content:url(../../images/news-icon-1.png); */vertical-align:middle;padding-right: 5px;}
.source-list img.lazy{ /*max-height:300px;*/ }

@media screen and (max-width : 900px) {
	.source-header { display:block; }
	.source-header select{width:100%;}
	.source-header input{
    width: 100%;
    max-width: none;
    padding: 10px 10px;
    margin: 5px 0;
    border-right: 1px solid #d7d7d7;
}

input.source-search {}
	.source-search-btn{
    padding: 15px;
}
	.source-list .items{flex: 1 48%;}
}

@media screen and (max-width : 480px) {
	.source-list .items{flex: 0 97%;}
	.source-nav-btn {width: 100%;}
}

/*動態資訊*/
.dynamic-container {
    margin: 4vw 0 2vw 0;
}

.dynamic-nav {
    display: flex;
    /* align-items: center; */
    justify-content: flex-end;
    /* justify-content: space-between; */
    padding: 0 0px;
    /* 加入其他所需的樣式 */
    /* border-bottom: 5px solid #e8e8e8; */
}

.dynamic-nav-btn {
    font-size: 16px;
    background: #ffffff;
    border: 1px solid #e4e4e4;
    padding: 15px 30px;
    /* 加入其他所需的樣式 */
    color: #000000;
    margin: 5px 5px 0 0;
    cursor: pointer;
    transition: all 0.5s ease;

}
.dynamic-nav-btn.active{ background:#66c1bb; color:#ffffff; }
.dynamic-nav-btn:hover{ background:#66c1bb; color:#ffffff; }

.dynamic-list {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
}

.dynamic-left {
    flex: 1;
    display: flex;
    align-items:center;
    justify-content: center;
}
.dynamic-left img {
    width: 100%;
    max-width: 400px;
    height: auto;
}

.dynamic-right {
    display: flex;
    align-items:center;
    justify-content: center;
    flex: 1;
}

.area-info {
    display: flex;
    align-items: normal;
    justify-content: center;
    padding-left: 20px;
}

.area-left {
    display: flex;
    align-items:center;
    justify-content: center;
    font-weight: bold;
    margin-right: 20px;
    border-right: 5px solid #a7a7a7;
    font-size: 26px;
    color: #000000;
    padding: 20px;
}

.area-right {


 /* 新增此行來垂直置中內容 */

display: flex;

flex-direction: column; /* 使內容垂直排列 */

justify-content: center; /* 垂直置中 */

 /* 確保有足夠的高度供內容置中 */

/* align-items: center; */

font-size: 18px;

/* font-weight: bold; */

color: #000000;
}

.area-right div {
    margin: 12px 0;
}

@media screen and (max-width : 900px) {
	.dynamic-right { flex:2; }
	
}
@media screen and (max-width : 768px) {
	.dynamic-list{ display:block; }
	.area-info{padding-left:0;}
}
@media screen and (max-width : 480px) {
	.dynamic-nav { display:block; }
	.dynamic-nav-btn{ display:block; }
	.area-left{ font-size:20px; }
	.area-right{ font-size:14px; }
}

/*據點動態*/
.stronghold-container {
    margin: 4vw 0 2vw 0;
}

.stronghold-nav {
    display: flex;
    flex-wrap: wrap;
    /* justify-content: space-between; */
    padding: 0 0px;
    /* 加入其他所需的樣式 */
    margin: 40px 0;
    border-bottom: 5px solid #e8e8e8;
}

.stronghold-nav-btn {
    font-size: 16px;
    background: #a7a7a7;
    padding: 15px 30px;
    /* 加入其他所需的樣式 */
    color: #ffffff;
    margin: 5px 5px 0 0;
    cursor: pointer;
    transition: all 0.5s ease;
    min-width: 150px;
}
.stronghold-nav-btn.active{ background:#66c1bb; }
.stronghold-nav-btn:hover{ background:#66c1bb; }

.stronghold-nav-btn i{ padding:0 5px; }


.stronghold-list {
    display: flex;
    flex-wrap: wrap; /* 確保元素能夠換行 */
    gap: 20px; /* 元素之間的間距 */
}

.stronghold-list .items {
    display: flex;
    width: calc(50% - 15px); /* 減去gap的一半 */
    margin: 0 0px; /* 如果需要底部間距 */
    transition: box-shadow 0.3s ease;
}
.stronghold-list .items:hover{ box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4); background:#ffffff; }


.stronghold-list .items .left {
    flex-basis: 40%; /* 圖片區塊所占的寬度百分比 */
    padding-right: 15px; /* 圖片和內容之間的間距 */
}

.stronghold-list .items .left img {
    width: 100%; /* 圖片填滿容器 */
    height: auto; /* 保持圖片比例 */
    display: block;
}

.stronghold-list .items .right {
    flex-basis: 60%; /* 文字區塊所占的寬度百分比 */
    display: flex;
    flex-direction: column;
    justify-content: flex-end; /* 垂直置中 */
}

.stronghold-list .items .right .date {
    margin: 10px 0; /* 日期與標題之間的間距 */
    color: #68b1b5; /* 日期顏色 */
    font-size: 16px;
    /* font-weight: bold; */
}

.stronghold-list .items .right .title {
    /* font-weight: bold; */ /* 標題字體加粗 */
    color: #333; /* 標題顏色 */
    margin-bottom: 10px;
    line-height: 23px;
}
.stronghold-list .items .right .title a{
    font-size: 18px;
    color: #000000;
}
.stronghold-list .items .right .title a:hover{ color:#000000; text-decoration:none; }

@media screen and (max-width : 900px) {
	.stronghold-list { display:block; }
	.stronghold-list .items{width: 98%;margin: 20px 0;}
}
@media screen and (max-width : 480px) {
	.stronghold-nav-btn{ width:100%; }
	.stronghold-list .items .left{ padding-right:0; }
	.stronghold-list .items { display:block; }
}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ------------------------------>>> 趨勢知識 <<<----------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/


#inner-news{margin: 0px 0;padding: 10px 0 0 0px;text-align:center;}
#inner-news .news-list{width:100%;overflow:hidden;margin: 0px 0;text-align: left;padding: 10px 0px 10px 0;}
#inner-news .news-list{display:flex;flex-wrap:wrap;border-bottom: 1px dashed #cccccc;padding: 15px 0;}
#inner-news .news-list .title{flex: 6;color: #000000;font-size: 18px;line-height:22px;font-family: 'Noto Sans TC', sans-serif;display: flex;align-items:center;padding: 0 20px;}
#inner-news .news-list .title a{color: #343434;font-size: 15px;font-weight: normal;}
#inner-news .news-list .title a:hover{ color:#ed6f30; }
#inner-news .news-list .date{flex: 1;min-width: 130px;padding: 0 0px;font-size: 18px;display: flex;align-items: center;/* justify-content: center; *//* font-weight: bold; */}
#inner-news .news-list .date span{/* border-left: 4px solid #23b9c9; */padding: 0 15px 0 15px;font-size: 16px;color: #23b9c9;/* font-weight: bold; */}
#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;}
	*/
}
@media screen and (max-width : 480px) {
	#inner-news .news-list .date{min-width: 100px;}
	#inner-news .news-list .date span{font-size: 14px;}
	#inner-news .news-list .title{font-size: 14px; padding:0 0 0 10px; }
}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ------------------------------>>> 據點動態 <<<----------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/

/*相本*/
#inner-album{width:100%;overflow: hidden;display:flex;/* justify-content: space-between; */flex-wrap:wrap;padding: 30px 0;border-top: 2px dotted #cecece;}
#inner-album .items{
    /* border-top: 5px solid #8dbb00; */
    box-shadow: 1px 1px 5px #cccccc;
    flex: 0 23%;
    margin: 10px 1%;
    transition: transform 0.1s ease-in-out, box-shadow 0.1s;
}
#inner-album .items img{width: 100%;display: block;}
#inner-album .items:hover{ /*transform: translateY(-0.5rem);*/ }

#inner-album .items div{ width:100%; overflow:hidden; }
#inner-album .items div.title{background: #0f000a;color:#000000;/* font-weight:bold; */text-align: center;font-size: 16px;padding: 15px 0 15px 0;}
#inner-album .items div.title a{/*color:#000000; text-decoration:none;*//* text-shadow: 2px 2px 2px #cccccc; */color: #ffffff;}
#inner-album .items div.title:before{/* content:url(../../images/album-icon-1.png); */vertical-align:middle;padding-right: 5px;}
#inner-album img.lazy{ /*max-height:330px;*/ }


@media screen and (max-width : 768px) {
	#inner-album .items{flex: 0 45%;}
}

@media screen and (max-width : 480px) {
	#inner-album .items{flex: 0 100%;}
}


/* ----------------------------------------------------------------------------------------------------------------*/
/* ------------------------------>>> 訓練資源 <<<----------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/

/*列表*/
.source-srh{ background:#f8f8f8; border-top:2px dotted #cecece; margin-bottom:50px !important; }
.source-type,.source-srh{
  display: flex;
  margin-bottom: 10px;
  align-items: center;
  padding: 0 10px;
}

.source-type img,.source-srh img{vertical-align: -30%;padding-right: 8px;}

.source-type .type1-list,
.source-type .type2-list{
  padding: 5px 0;
  display: flex;
  align-items:center;
  justify-content: center;
}

.source-type div.left,.source-srh div.left{
  /* flex: 1; */
  /* font-weight: bold; */
  color: #282828;
  font-size: 17px;
  min-width: 125px;
}

.source-type div.right,.source-srh div.right{
  flex: 3;
  margin: 0 35px 0 0;
}

@media screen and (max-width : 768px) {
	.source-type .type-nav{margin:10px 0;justify-content:normal;}
	.source-type, .source-srh{ display:block; }
	.source-type .type1-list, .source-type .type2-list{ display:block; }
	.source-srh div.left{
    margin: 20px 0px;
}
	.source-srh .source-header{margin: 20px 0;}
	.source-type div.right, .source-srh div.right{ margin:0; }
}


/*詳細頁*/
.source-type {
    display: flex;
    /* align-items: center; */
    /* justify-content: flex-end; */
    /* justify-content: space-between; */
    padding: 20px 0px;
    /* 加入其他所需的樣式 */
    /* border-bottom: 5px solid #e8e8e8; */
}

.source-type-btn {
    font-size: 16px;
    background: #fdc700;
    border: 1px solid #fdc700;
    min-width: 140px;
    text-align: center;
    padding: 15px 10px;
    /* 加入其他所需的樣式 */
    color: #000000;
    margin: 5px 5px 0 0;
    transition: all 0.5s ease;
}

.source-info {
  width: 100%;
  font-size: 17px;
  background: #f8f8f8;
  padding: 20px 10px;
}

.source-info .items {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  line-height: 26px;
}

.source-info .items .left {
  flex-shrink: 0;
  padding-right: 10px;
}

.source-info .items .left img {
  width: auto;
  /* height: 32px; */ /* 或根據實際圖標大小調整 */
  vertical-align: middle;
}

.source-info .items .rihght {
  flex-grow: 1;
  text-align: left;
}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ------------------------------>>> 趨勢知識 <<<----------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/

/*內頁*/
.knowledge_pager{text-align:right;}
@media screen and (max-width : 580px) {
	.knowledge_pager{text-align:center;/* display: flex; */flex-direction: column;max-width: 200px;}
}


/*檔案與連結*/
.download-list{width:100%;overflow:hidden;padding: 20px 20px 20px 20px;box-sizing:border-box;margin:0px 0;border-bottom: 1px solid #dadada;}
.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: #ed6f30;}
.download-list .down-left img{ vertical-align:-15%; width:20px; }
.download-list .down-right{font-size: 16px;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:#ed6f30; text-decoration:underline; }


/* ----------------------------------------------------------------------------------------------------------------*/
/* ------------------------------>>> 影片專區 <<<----------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/

#inner-video{width:100%;overflow:hidden;margin: 30px auto 0 auto;}
#inner-video .video_area{width: 31%;margin: 20px 0.9%;display: inline-block;vertical-align: top;line-height: 25px;transition: box-shadow 0.3s ease;/* border: 1px solid #bcbcbc; *//* background: #f6efe6; *//* padding: 10px; */}
#inner-video .video_area:hover{box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4);}
#inner-video .video_area .title{color:#000000;/* font-weight:bold; */font-size: 16px;padding: 10px 0px 10px 1px;}
#inner-video .video_area .title a{/*color:#000000; text-decoration:none;*/color: #2c2c2c;border-left: 5px solid #67bac0;display: block;padding: 0px 10px;}
#inner-video .video_area .title a:hover{ text-decoration:none;color: #2c2c2c;}
#inner-video .video_area .title:before{/* content:url(../../images/video-icon-1.png); */vertical-align:middle;padding-right: 5px;}

.slick-video-wrapper {
	width: 100%;
	padding: 56.25% 0 0; /* 16:9 aspect ratio */
	position: relative;
}
.slick-video-wrapper iframe {
	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;}	
}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ------------------------------>>> 聯絡我們 <<<----------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/

.contact-form{float:right;width:100%;/* max-width: 800px; */min-height:600px;margin: 0px 0;padding:10px;/* height: 400px; */}
.contact-form .tips{width: 100%;max-width: 540px;font-size:15px;line-height: 25px;margin: 0 0 30px 0;color: #000000;}
.contact-form .require{color:#ff0012;font-size: 20px;padding: 5px;background: rgba(255, 255, 255, 0.7);}
.contact-form .input-item{width:100%;display: flex;align-items:center;justify-content: center;background:#ffffff;margin: 5px 0;/* padding: 15px 10px; */border: 1px solid #d7d7d7;/* border-left:5px solid #414345; */transition: all 0.1s ease;}
.contact-form .input-item:hover{border:1px solid #ed6f30; border-left:5px solid #ed6f30;}
.contact-form .input-item .left{flex:1;color: #000000;font-size: 16px;/* font-weight: bold; */letter-spacing: 1px;padding: 15px 0;text-align: center;min-width: 100px;}
.contact-form .input-item .left span{color:#cb333e;width:13px;display:inline-block;padding: 0 0 0 5px;}
.contact-form .input-item .right{flex: 5;padding: 0px 10px;border-left: 1px solid #d5d5d5;}
.contact-form .input-item .right input{width:100%;font-size:16px;border:0;padding: 0px 0;background:transparent;}
.contact-form .input-item .right textarea{width:100%;font-size:16px;height:150px;border:0;padding: 10px;background:transparent;resize:none;}
.contact-form .input-item .right .rand-img{position:absolute;right: 0px;top: 0px;cursor:pointer}
.contact-form .pager .btn-1:before{ left:10px; }

.contact-form{ background:url(../../images/contact-bg.png) no-repeat; }
.contact-form .wrap{min-height:600px;display:flex; justify-content: space-between; flex-wrap:wrap; }
.contact-form .left{width:40%; padding:10px; }
.contact-form .left .css-table{ padding:10px; }
.contact-form .left .css-td:first-child{width: 20px; color:#71c6b2; }
.contact-form .left .css-td:nth-child(2){ width:40px; }
.contact-form .left .css-td{width:30px;padding: 15px 0;font-size: 16px;border-bottom: 1px dotted #cccccc;}
.contact-form .right{width:50%; padding:10px; }
.contact-form .right .map{width:100%;color:#385170;font-size:16px;display: flex;justify-content: flex-end;}
.contact-form .right .map .iframe{width:100%;/* max-width:500px; */height:400px;border:0;}
.contact-form .pager{ text-align:right; }
.contact-form .pager span{
    font-size: 15px;
    color: #888888;
}
.contact-form .pager a{
    margin: 0 20px 0 0;
    color: #888888;
}
.contact-form .pager a:hover{ color:#ed6e30; }


@media screen and (max-width : 1200px) {
	.contact-form .left{ flex:1; width:auto; }
	.contact-form .right{ flex:1; width:auto; }	
}
@media screen and (max-width : 1024px) {
	.contact-form .wrap{ display:block; }
}
@media screen and (max-width : 768px) {
	.contact-form .input-item .right{ flex:3; }
}
@media screen and (max-width : 480px) {
	.contact-form .input-item .right{ flex:1.5; }
	.contact-form .left .css-td:nth-child(2){ display:none; }
}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ------------------------------>>> RWD表格 <<<----------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/

.rwd-table {
  display: flex;
  flex-wrap: wrap;
}
.rwd-table__item {
  flex: 0 0 50%; /* 默认每项占据50%的宽度 */
  box-sizing: border-box;
  padding: 10px; /* 适当的内边距 */
}
.rwd-table__item--full {
  flex: 0 0 100%; /* 第三行的项占据100%的宽度 */
}
@media (max-width: 600px) {
  .rwd-table__item, .rwd-table__item--full {
    flex: 0 0 100%; /* 在小屏幕上每项都占据100%的宽度 */
  }
}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ------------------------------>>> 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: 20px;right: 10px;color: #ed6f31;}
.sidenav .head {width:100%;position: relative;overflow:hidden;/* text-align: center; */padding: 15px 0 15px 5px;border-top: 3px solid #80cacb;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 #80cacb;border-bottom: 1px solid #ebebeb;color: #000000;padding: 17px 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 {/* margin-top: 125px; *//*display: inline-block;*/width: 100%;overflow: hidden;position: relative;background:#f3f8fb;color: #ffffff; }

#home_banner ul{ list-style:none; }
#home_banner li { width: 100%; background-repeat: no-repeat; background-size: cover; background-position: center;}
#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: #ed6f30;/* border: 1px solid #ffffff; */}
#home_banner .bx-wrapper .bx-pager.bx-default-pager a {background-color: #d9d9d9;/* border: 1px solid #2d2727; */width: 12px;height: 12px;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: 15%;}
#home_banner .bx-next{right: 15%;}


/* 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: 18.5rem auto 0 auto;
  width: 90%;
  font-size: 36px;
  max-width: 800px;
  color: #ffffff;
  font-weight: bold;
  letter-spacing: 8px;
  /* border-bottom: 1px solid #ffffff; */
  /* background-color:rgba(0, 0, 0, 0.5); */
  padding:10px 0;
}

.headerTitleContainer a{ 
  text-decoration:none;
}


.headerTitleContainer .headline p{
    padding: 20px 0 20px 0px;
    font-size: 60px;
    letter-spacing: 5px;
}

.headerTitleContainer .headline h2{
    letter-spacing: 3px;
    color: #F4D885;
}

/* line 96, scss/_header.scss */
.headerTitleContainer .button, .headerTitleContainer .headerButton {
  display: none;
}


@media screen and (max-width : 1024px) {
	
	#home_banner .bx-controls-direction
	{
		display:none;	
	}
	
	#home_banner .bx-wrapper .bx-pager.bx-default-pager a {
		 width: 15px;
		 height: 15px;
	}
	#home_banner, #home_banner li {
		max-height: 450px;
		height: 450px;
		/*margin-top: 75px;*/
	}
}

@media only screen and (max-width: 1024px) {
  /* line 104, scss/_header.scss */
  .headerTitleContainer .headline {
    margin: 18r.5em auto 0 auto;
    font-size: 20px;
  }
  .headerTitleContainer .headline p{ font-size:30px; padding:5px 0; }  
}
@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: #e4e4e4;
  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: #81cbcb;
  -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 #f7f7f7;background: #f7f7f7;padding: 6px 10px;font-size: 16px;}
.pageselect:hover{ background:#ed6f30; }
a.pagelink_no{color:#333333;text-decoration:none;border: 1px solid #f7f7f7;background: #f7f7f7;font-size: 16px;padding: 12px 12px;display: inline-block;margin: 5px 0;border-radius: 10px;}
a.pagelink_no:hover{ background:#ed6f30; color:#ffffff; }
a.pagelink{color:#333333;text-decoration:none;border: 1px solid #f7f7f7;background: #f7f7f7;font-size: 16px;padding: 7px 12px;border-radius: 10px;}
a.pagelink:hover{ background:#ed6f30; border: 1px solid #ed6f30; color:#ffffff; }
a.pagelink_ch{color:#ffffff;padding: 7px 12px;border: 1px solid #ed6f30;background: #ed6f30;font-size: 16px;text-decoration:none;border-radius: 10px;}


/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------------------------------->>> 訓練資源列表補日期、單位名稱 <<<---------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/

.flex-justify-content{display:flex;flex-direction: column;flex:1;justify-content: space-between;}
.source-list-info{margin-top:5px;}
.source-list-info .s-items {display: flex;align-content: flex-start;margin-bottom: 2px;}
.source-list-info .s-items .left {flex-shrink: 0;padding-right: 13px;}
.source-list-info .s-items .right {flex-grow: 1;text-align: left;font-size: 15px;}
.source-list-info .s-items.com .left{padding-right: 10px;}
.source-list-info .s-items.com .left img {width:auto;vertical-align: middle;font-size: 15px;}
.source-list-info .s-items.com .left img {padding-left:2px;}
.source-list-info .s-items.com .right{color: #535353;line-height: 22px;letter-spacing: normal;}
.source-list-info .s-items.date .right{margin-top: 3px;color: #1a7888;}
.source-list .s-items div{width: auto;}
.flex-row{display: flex;flex-direction: row;width: 100%;align-items: center;}
.flex-column{display: flex;flex-direction: column;}



.source-header input.date-search{padding: 9px 15px; border: 1px solid #d7d7d7;height: 44px; }
button.Zebra_DatePicker_Icon { width: 30px !important;  height: 30px !important;  margin: 10px; background: url(../../images/source-type-icon-5.png) no-repeat 0 0 !important;}
.date-between{width: 50px;height: 50px;display: flex;align-items: center;justify-content: center;}
.source-search-btn.date-search{margin-left: 20px;height: 44px;}
@media screen and (max-width : 900px) {
    .date-between{margin:0 auto ;}.date-between{display: none;}
    .flex-row{display: flex; flex-direction: column; width: 100%;align-items: center;align-items: flex-start}
    .flex-column{display: flex; flex-direction: column;}
    .source-search-btn.date-search{margin-left: 0px;height: 49px;width: 100%;}
    .source-srh{ display:block; }
    .source-srh div.left{ margin: 20px 0px;}
    .source-srh .source-header{margin: 0px 0;}
     .source-srh div.right{ margin:0; width: 100%; }
}
@media screen and (max-width : 768px) {
    .date-between{margin:0 auto ;}
    .flex-row{display: flex; flex-direction: column; width: 100%;align-items: center;align-items: flex-start}
    .flex-column{display: flex; flex-direction: column;}
    .source-search-btn.date-search{margin-left: 0px;height: 44px;width: 100%;}
    .source-srh{ display:block; }
    .source-srh div.left{ margin: 20px 0px;}
    .source-srh .source-header{margin: 0px 0;}
     .source-srh div.right{ margin:0; width: 100%; }
}
@media screen and (max-width : 480px) {
    .date-between{display: none;width: 50px;height: 50px;}

}
.Zebra_DatePicker_Icon_Wrapper{width:100%;}
.source-srh{padding:20px;}
