body{font:16px/1.85em Microsoft JhengHei,Arial,Helvetice Neue,sans-serif; color:#333; font-weight:normal; font-style:normal; -webkit-font-smoothing:antialiased; -webkit-text-size-adjust:100%; background: #eee;}
a,a:hover,a:focus{text-decoration:none; outline: none;}
h1,h2,h3,h4,h5,h6{font-weight: bold;}
h1{font-size: 32px;}
h2{font-size: 24px;}
ol {list-style: auto;}
.clear, .cl{clear:both;}
a {color: #2569b3;text-decoration: none;}
a:hover, a:focus {color: #FF9800;text-decoration: none;}

/*碰觸變型*/
.transition{
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
.transition:hover{
	-webkit-filter: brightness(110%);
	filter: brightness(110%);
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
	box-shadow: 0 4px 40px -4px rgba(0,0,0,.4);
}

/*header*/
.site-header {
	background: #eee;
	position: fixed;
	display: block;
	width: 100%;
	height: 90px;
	z-index: 9991;
	box-shadow: 0 1px 5px rgb(0 0 0 / 0.1);
}
.logo img{padding: 10px 0; height:90px;}
.fl{ float:left;}
.fr{ float:right;}
.position{position: initial; text-align: right; padding-right: 0;}
.br10{ border-radius:10px;}

/**************************************************************
										MENU 按鈕/藍條
**************************************************************/
/*藍條*/
.bbar{ color:#FFF; padding:0 8px; font-size:15px;}
.bbar:hover{ color:#fcee21;}

#navigation{display: inline-block;}

/*MENU 按鈕*/
.nav_btn {
	float: right;
    padding: 22px 5px 0 20px;
}
.nav_btn > ul > li {
    display: inline-block;
}
.nav_btn > ul > li > a {
    display: block;
	font-weight: bold;
	padding: 5px 22px;
	color: #FFF;
    background: #17458F;
    border: 1px solid #17458F;
    border-radius: 50px;
    position: relative;
    overflow: hidden;
	z-index: 1;
	transition: all .3s ease;
}
.nav_btn > ul > li > a.b_w {
	background: #FFF;
    color: #17458F;
}

/*按鈕滑過 A*/
.nav_btn > ul > li > a:hover {
	color: #17458F;
    background: #FFF;
}
.nav_btn > ul > li > a::after {
	content: '';
	color: #17458F;
	background: #FFF;
	position: absolute;
	border-radius: 50%;
	left: -50%;
	right: -50%;
	top: -50%;
	bottom: -50%;
	transform: scale(0, 0);
	z-index: -1;
}
.nav_btn > ul > li > a:hover::after {
	transform: scale(1.1);
	transition: all .6s ease-out;
}

/*按鈕滑過 B*/
.nav_btn > ul > li > a.b_w:hover {
	color: #FFF;
    background: #17458F;
}
.nav_btn > ul > li > a.b_w::after {
	color: #FFF;
	background: #17458F;
}

/**************************************************************
										Layout
**************************************************************/
/* main */
/*.main{padding: 60px 0;}*/
.main .container{
	background: #fff;
	padding: 90px 90px 90px 90px;
}

/*標題*/
.index_title{
	font-size: 24px;
    font-weight: bold;
    color: #17458F;
    border-left: solid 5px;
    border-color: #F7A81B;
    line-height: normal;
    padding: 0 0 0 10px;
	margin-bottom: 20px;
}
.index_title > span{
    font-family: Arial,Helvetice Neue,sans-serif;
    font-size: 16px;
    padding-left: 5px;
    color: #F7A81B;
	font-weight: normal;
}

/* banner2 */
.fixed_bg_h360{
	background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../images/banner/banner_inner.jpg) no-repeat fixed top center ;
	height:450px;
	position: relative;
	padding-top: 90px;
}
.title_box {
    max-width: 1170px;
    margin: 0 auto;
    position: relative;
    font-size: 66px;
    color: #FFF;
}
.title_box .banner_title {
    position: absolute;
    left: 100px;
    top: 100px;
}
.title_box .banner_shadow {
	font-size: 2em;
    opacity: .3;
    position: absolute;
    left: 200px;
    top: 130px;
    width: 930px;
    line-height: normal;
    white-space: nowrap;
    overflow: hidden;
}

/*導覽列*/
.breadcrumbs_box {
	padding: 5px 0;
}
.breadcrumbs_box p {
    max-width: 1170px;
    color: #333;
    font-size: 14px;
    font-weight: bold;
    padding-right: 15px;
    margin: 0 auto;
    word-spacing: 5px;
    text-align: right;
}
.breadcrumbs_box a {color: #01a46d;}
.breadcrumbs_box a:hover {color: #f4b71f;}

/*頁籤*/
.tab {padding-bottom: 40px;}
.tab ul {text-align: center;}
.tab ul li {
    padding: 1px;
    display: inline-block;
	margin: 2px 0;
}
.tab ul li a {
	display: block;
	color: #17458F;
	background: #FFF;
	border: solid 1px #17458F;
	font-weight: bold;
    padding: 5px 22px;
    line-height: 32px;
	border-radius: 50px;
    -o-transition: all .1s ease;
    -moz-transition: all .1s ease;
    -webkit-transition: all .1s ease;
    transition: all .1s ease;
}
.tab ul li.active a, .tab ul li:hover a {
	color: #FFF;
    background: #17458F;
}

/**************************************************************
								BANNER 設計
**************************************************************/
#myCarousel .banner_title {
	position: absolute;
    bottom: 50px;
    right: 120px;
    color: #fff;
    font-size: 105px;
    font-weight: bold;
	line-height: 1em;
	z-index: 1;
	
	/*文字邊框*/
	/*text-shadow:
    -3px -3px 0 rgb(0 0 0 / 40%),
     3px -3px 0 rgb(0 0 0 / 40%),
    -3px  3px 0 rgb(0 0 0 / 40%),
     3px  3px 0 rgb(0 0 0 / 40%);
	-webkit-text-stroke: 1px rgb(0 0 0 / 40%);會內縮*/
	text-shadow: 3px 3px rgb(0 0 0 / 40%);
}
#myCarousel .banner_title::before {
	content: '';
    position: absolute;
    top: -35px;
    right: 65px;
    background: rgb(245 169 0 / 40%);
    transform: skew(-20deg);
    width: 100px;
    height: 190px;
    z-index: -1;
}
#myCarousel .banner_title.blue::before {
	background: rgb(0 64 142 / 30%);
}

@media (max-width:991px){
/*banner_title*/
#myCarousel .banner_title {
    font-size: 40px;
	bottom: auto;
    right: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
	text-align: center;
}
#myCarousel .banner_title::before {
	display: none;
}
}
/**************************************************************
								手機選單  Mobile Menu Styling
**************************************************************/
.mobile-menu-trigger {position: absolute;right: 13px;top: -49px;display: block;width: 35px;height: 35px;text-align: center;}
.mobile-menu-trigger i {font-size: 25px;color: #005097;}

.mobile-nav {position: fixed;left: 0;width: 100%;height: 100%;background: #fff;z-index: 9999;-webkit-transition: all .25s ease-out 0s;transition: all .25s ease-out 0s;overflow: auto;}

.mobile-nav.show-nav {-webkit-transform: translateX(0px);transform: translateX(0px);top: 80px;padding-bottom: 80px;}
.mobile-nav.hide-nav {-webkit-transform: translateX(100%);transform: translateX(100%);top: 80px;padding-bottom: 80px;}
.mobile-nav > ul {padding-top: 0;}
.mobile-nav ul li a {display: block;padding: 10px 20px;;color: #333;font-size:15px;font-weight: normal;border-bottom: solid 1px #eee;}
.mobile-nav ul li a:before {content: '\f138';font-family: 'fontawesome';margin-right: 10px;color: #faa731;}
.mobile-nav ul li a:hover, .mobile-nav ul li.active > a { background-color: #005097; color: white;}

.mobile-nav .mobile-social-icons {border: none;width: 100%;padding: 30px 0 0 0;text-align: left;margin-left:8px}
.mobile-nav .mobile-social-icons li {margin-left: 10px;display: inline-block;}

.mobile-nav .mobile-social-icons li a {padding: 0;display: block;background: #5c5c5c;width: 35px;height: 35px;text-align: center;}
.mobile-nav .mobile-social-icons li a:hover {background: #8c1515;}
.mobile-nav .mobile-social-icons li a i {color: white;font-size: 15px;line-height: 35px;}

.mobile-menu-close {padding: 20px;text-align: right;border-bottom: 7px solid #4da8e1;}

.mobile-menu-close button {display: inline-block;margin-right: 5px;text-transform: uppercase;font-size: 10px;color: gray;font-weight: 300;}

.mobile-menu-close span {display: inline-block;margin-right: 5px;text-transform: uppercase;font-size: 11px;color:#f1f1f1;font-weight: 300;}

.mobile-menu-close .close {padding: 2px;color:#f1f1f1; text-shadow:none}

.mobile-menu-close .close:hover {background-color: none;}

.mobile-navigation{padding-left:0px}

/*手機搜尋*/
.mobile-search-trigger {position: absolute;right: 60px;top: -49px;display: block;width: 35px;height: 35px;text-align: center;}
.mobile-search-trigger i {font-size: 25px;color: #005097;}
.mobile-search {position: fixed;left: 0;width: 100%;height: 60px;background: rgba(255, 255, 255, .95);z-index: 999;-webkit-transition: all .25s ease-out 0s;transition: all .25s ease-out 0s;box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.2);}
.mobile-search.show-search {-webkit-transform: translateY(0px);transform: translateY(0px);top: 80px;}
.mobile-search.hide-search {-webkit-transform: translateY(-60px);transform: translateY(-60px);top: 80px;}

/**************************************************************
								手機下拉式選單 ( nav.js 為驅動 )
**************************************************************/
#mobile-menu ul li ul{ display:none;}/*預設隱藏*/
#mobile-menu ul li{position: relative;}

.mobile-nav ul ul li a{
	display: block;
    padding: 10px 20px;
    color: #333;
    font-size: 14px;
    font-weight: normal;
    padding-left: 40px;
	background-color: #f9f9f9;
}
#mobile-menu .menu li.has-child > .toggle-submenu {
	position: absolute;
	right: 5px;
	top: 0;
	width: 44px;
	height: 44px;
	line-height: 44px;
	text-align: center;
	font-size: 15px;
	color: #bbb;
	cursor: pointer;
}
#mobile-menu .menu li.has-child > .toggle-submenu:before {/* + */
	content: "\f067";
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
#mobile-menu .menu li.has-child.active > .toggle-submenu:before {/* - */
	content: "\f068";
	color: #FFF;
}
/*固定 body*/
.menu-open{
	overflow: hidden;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.menu-close{
	overflow: auto;
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
}

/**************************************************************
								電腦版選單  PC Menu Styling
**************************************************************/
.main-navigation { width: 100%; text-align: right; margin-bottom:0px;-webkit-padding-start: 0;}
.main-navigation > li {display: inline-block;padding: 0;position: initial;}
.main-navigation > li > a {
	display: block;
    font-size: 16px;
    height: 90px;
    line-height: 90px;
    color: #000;
    font-weight: bold;
    text-align: center;
    padding: 0 20px;
    position: relative;
}
/*滑過灰底*/
.main-navigation>li:not(.notc)>a::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: rgb(0 64 143 / 10%);
    transform: skew(-15deg);
    width: 110px;
    height: 90px;
	opacity: 0;
	z-index: -1;
	-o-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}
.main-navigation>li:nth-of-type(3)>a::before {
	width: 125px;
}
.main-navigation>li:hover:not(.notc)>a::before,
.main-navigation>li:focus:not(.notc)>a::before,
.main-navigation>li:active:not(.notc)>a::before,
.main-navigation>li.now:not(.notc)>a::before {
	opacity: 1;
}

.main-navigation>li.now:before>a {
	background: none ;
	height: 0 ;
	-webkit-transition-property: none ;
	transition-property: none ;
}

button.close{
	width: 100%;
    height: 40px;
    background-color: #17458F;
    opacity: 1;
    color: #fff;
    text-shadow: none;
	position: relative;
    bottom: 0;
	font-size: 16px;
}
.close:hover, .close:focus {
    color: #fff;
    opacity: .5;
    filter: alpha(opacity=50);
}
.mobile-navigation .navEn {
    font-size: 11px;
    color: #FF9800;
    padding-left: 5px;
    font-family: 'Arial';
    font-style: italic;
    font-weight: normal;
    display: inline-block;
    line-height: 1.85em;
}


/******* d3490 首頁 MENU *******/

/* MENU - 灰斜線 */
.main-navigation>li+li>a:after {
	content: "";
	height: 50px;
	width: 1px;
	background: #ccc;
	position: absolute;
	top: 20px;
	left: 0;
	transform:rotate(15deg);
	-ms-transform:rotate(15deg); /* Internet Explorer */
	-moz-transform:rotate(15deg); /* Firefox */
	-webkit-transform:rotate(15deg); /* Safari 和 Chrome */
	-o-transform:rotate(15deg); /* Opera */
}
.main-navigation>li+li:last-child>a:after, 
.main-navigation>li:last-child>a:before {
	display: none;
}

/* MENU - 藍底 */
.main-navigation>li:last-child>a {
	color: #fff;
    background: #00408e;
	-o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
/* 三角 */
.main-navigation>li:last-child>a>span {
	border-style: solid;
	border-width: 0 0 90px 24px;
	border-color: transparent transparent #00408e transparent;
	position: absolute;
	top: 0;
	right: 100%;
}
.main-navigation>li:last-child>a:hover {
	color: #ffc440;
}

@media handheld, only screen and (min-width: 992px) { 
.mobile-nav.show-nav { display: none;}
}

/**************************************************************
												FOOTER
**************************************************************/
.footer{
	background-color: #fff4e8;
    padding: 40px 0;
    color: #000;
}
.footer ul li{
	padding: 2px 0;
}
.footer ul li a{
	color:#000;
	/*text-decoration: underline;*/
	-o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
	word-break: break-word;
}
.footer ul li a.link{
	text-decoration: underline;
}
.footer ul li a:hover{
	color:#ff9800;
}
.footer ul li i {
    width: 30px;
    text-align: center;
}
.footer .footerlink_title{
	padding-top: 30px;
    padding-bottom: 20px;
    font-size: 24px;
    font-weight: bold;
}
.footer .footerlink li{
	width: calc(40% - 70px);
    display: inline-block;
	padding: 7px 0;
}
.footer .footerlink li:nth-of-type(4n){
	width: 70px;
}

/*版權宣告*/
.copyright {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.9);
    background: #17458f;
    padding: 12px 0;
    height: 50px;
    box-shadow: inset 0 3px 2px rgb(0 0 0 / 10%);
}
.copyright .total{float:right;}
.copyright .total span{font-size: 18px;}
/**************************************************************
										浮動式 GOTOP
**************************************************************/
#gotop {
	display: none;
    position: fixed;
    right: 25px;
    bottom: 30px;
    color: #fff;
    text-align: center;
    width: 40px;
    height: 40px;
    line-height: 38px;
    background: #17458F;
	border-radius: 4px;
    cursor: pointer;
    z-index: 9999;
    transform: rotate(0deg);
	-o-transition: all .6s ease;
    -moz-transition: all .6s ease;
    -webkit-transition: all .6s ease;
    transition: all .6s ease;
}
#gotop i {
	transform: rotate(-0deg);
	-o-transition: all .6s ease;
    -moz-transition: all .6s ease;
    -webkit-transition: all .6s ease;
    transition: all .6s ease;
}
#gotop:hover {
    background: #F7A81B;
	transform: rotate(765deg);
}
#gotop:hover i {
	transform: rotate(-765deg);
}

/**************************************************************
										電腦版下拉式選單
**************************************************************/
ul { /* 取消ul預設的內縮及樣式 */
	margin: 0;
	padding: 0;
	list-style: none;
}
ul.drop-down-menu > li > ul {/*隱藏次選單*/
	position: absolute;
    z-index: -1;
    top: 100%;
    text-align: center;
    background-color: #fff;
    box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.2);
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    left: -99999px;
}
ul.drop-down-menu > li:hover > ul { /*滑鼠滑入展開次選單*/
	opacity: 1;
	width: 1170px;
    left: calc((100% - 1170px)/2);
	padding: 20px 20px 20px 30px;
}
ul.drop-down-menu > li > ul > li {/*次選單項目*/
    display: block;
    position: relative;
    width: 20%;
    float: left;
    padding: 5px 0;
}

/*次選單文字*/
ul.drop-down-menu > li > ul > li > a b {
	color: #000;
    font-size: 15px;
    line-height: 50px;
    width: calc(100% - 45px);
    float: left;
    position: relative;
}

/****** 平行四邊形 - 藍邊 ******/
ul.drop-down-menu > li > ul > li > a b:before {
	content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: rgb(0 64 143 / 10%);
    border: solid 1px #00408e;
	transform: skew(-15deg); 
    width: 195px;
    height: 50px;
	z-index: -1;
	-o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

/*平行四邊形 - 黃邊*/
ul.drop-down-menu > li > ul > li:nth-of-type(2n-1) > a b:before{border: solid 1px #f5a900;}

/*最左*/
ul.drop-down-menu > li > ul > li:nth-of-type(5n-4) > a b:before {transform: none;}

/*滑過文字*/
ul.drop-down-menu > li > ul > li > a b:hover {color: #fff;}

/*滑過特效 - 藍底*/
ul.drop-down-menu > li > ul > li > a:hover b:before {background: #00408e;}

/*滑過特效 - 黃底*/
ul.drop-down-menu > li > ul > li:nth-of-type(2n-1) > a:hover b:before {background: #f5a900;}

/************ 小箭頭 - 藍 ************/
ul.drop-down-menu > li > ul > li > a b:after {
	position: absolute;
    content: "▽";
    font-size: 24px;
    left: 100%;
    color: #00408e;
    background: #fff;
    border: solid 1px #00408e;
    width: 35px;
    height: 50px;
    transform: skew(-15deg);
}

/*小箭頭 - 黃*/
ul.drop-down-menu > li > ul > li:nth-of-type(2n-1) > a b:after{
	color: #f5a900;
	border: solid 1px #f5a900;
}

/*小箭頭 - 最右*/
ul.drop-down-menu > li > ul > li:nth-of-type(5n) > a b:after {transform: none;}

/**************************************************************
										 頁碼 Pagination
**************************************************************/
.pagination a{
    color: #888;
    background-color: #FFF;
    width: 35px;
    height: 35px;
    line-height: 35px;
    float: left;
	cursor: pointer;
	-o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
	text-align: center;
	border-radius: 4px;
}
.pagination .active{
	color: #fff;
    background-color: #00408e!important;
}
.pagination a:hover{
	background: rgba(0, 0, 0, 0.1);
}

/**************************************************************
										     Table
**************************************************************/
#table_style {min-width:100%;margin-bottom: 10px;color:#333; font-size:16px;}
#table_style tr {/*background: #fff;*/}
#table_style th, #table_style td {padding: 20px 15px;vertical-align: middle;border-bottom: solid 1px #e6e6e6;}
#table_style thead th {text-align:left;color: #006bb7;padding: 20px 15px;border-top: solid 1px #006bb7;border-bottom: solid 1px #006bb7;}
#table_style td:before{display:none;}
#table_style td a{color: #fff;background: #f7a81b;padding: 10px 15px;border-radius: 20px;font-size: 14px;	}
#table_style td a:hover{ 
	background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #fbb03b), color-stop(80%, #ed1e79));
    background: -webkit-linear-gradient(top, #fbb03b 20%, #ed1e79 80%);
    background: linear-gradient(135deg, #fbb03b 20%, #ed1e79 80%);
}
#table_style tbody tr {
	-o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
#table_style tbody tr:hover {background: rgb(0 0 0 / 5%);}

@media (max-width: 768px) {
#table_style tr{ margin:10px;display: block;border: solid 1px #ccc;padding: 10px;}
#table_style thead{display:none;}
#table_style td{
	display:block;
	text-align:left !important;
    position: relative;
	padding: 7px;
    padding-left: 25% !important;
    white-space: normal;
}
#table_style th, #table_style td {border:none;}
#table_style td:before{content:attr(data-th) " : ";font-weight:bold;width:3.5em;display:inline-block;}
#table_style td:before{
	position: absolute;
    top: 6px;
    left: 6px;
    width: 30%;
    padding-right: 10px;
    white-space: nowrap;
    text-align: left;
	color:#006bb7;
	font-weight:bold;
}
}

/*jQuery插件tablesorter 表格排序樣式*/
#table_style thead tr .header{cursor: pointer;}
#table_style thead tr .headerSortUp, #table_style thead tr .headerSortDown{background-color: #f2f2f2}
#table_style thead tr .header .fa-caret-down{color: rgba(0, 107, 183, 0.5);}
#table_style thead tr .header .fa-caret-up{color: rgba(0, 107, 183, 0);}
#table_style thead tr .headerSortUp .fa-caret-down, #table_style thead tr .headerSortDown .fa-caret-up{color: #006bb7;}
#table_style thead tr .headerSortUp .fa-caret-up, #table_style thead tr .headerSortDown .fa-caret-down{display: none;}

.pc { display: inline-block;}
.mobile { display: none;}

/*------------------------------------------------------
Media Queries 
--------------------------------------------------------*/
@media (max-width:1350px){
	.main-navigation > li > a {padding: 0 10px;}
	.main-navigation>li:not(.notc)>a::before {width: 90px;}
}
@media (max-width:1130px){
	.main-navigation > li > a {padding: 0 5px;}
	.main-navigation>li:not(.notc)>a::before {width: 80px;}
}
@media (max-width:991px){
	.pc { display: none!important;}
	.mobile { display: block!important;}
	.site-header {position: fixed; top: 0; height: 80px;border-bottom: 2px solid #005097;}
	.logo img {height: 80px; max-width: calc(100% - 40px);}
	.undefined-sticky-wrapper { height:0;}
	.sidebar {padding: 20px 0;}
	.position{position: relative;}
	.search {display: none;}
	.main .container{padding: 10px 15px 40px 15px!important;}
	
	/*banner2*/
	.fixed_bg_h360 {margin-top: 79px;height: 150px;padding: 0;}
	.title_box {text-align: center;padding: 60px 0;}
	.title_box .banner_title {font-size: 36px;position: static;}
	.title_box .banner_shadow {display: none;}
	
	/*Footer*/
	.footer{text-align: center;}
	.footer img {float: none;}
	.footer .theme {float: none;padding-left: 0;}
	.footer .fb, .copyright .total {float: none;display: block;}
	.copyright {text-align:center;height: auto;}
	
	/*Tab*/
	.tab ul li a {font-size: 15px; padding: 1px 12px;}
}