@charset "utf-8";
/* CSS Document */
/* color: #6552f7; */
/* ======================= */
/* -------------------------

**	首頁 site-header
**	首頁 HEADER
**	首頁 sticky-header
**	首頁 MENU Toggler Menu
**	首頁 Carousel_Slide
**	首頁 共用 HEADER TITLE 標題
**	首頁 卡片區塊 Card_section
**	首頁 新聞公告 Newsbox-section
**	首頁 媒體報導 media_reports_section
**	首頁 活動相簿 event_album_section
**	首頁 影片集錦 video_highlights_section
**	首頁 中心成員 center_members_section
**	首頁 快速連結區 quick_link_section
**	頁尾 FOOTER
**	首頁 GO-TO-TOP
**	首頁 浮動 FB ICON 圖示

-------------------------- */
/* ======================= */



/* ============================================= */
/* ------ 首頁 site-header ---------------------- */
/* ============================================= */
#site-header {
	position: fixed;
	visibility: visible;
	opacity: 1;
	left: 0px;
	top: 0px;
	width: 100%;
	padding: 0px 0px;
	/*z-index: -1;*/
    z-index: 99901;	
	background: transparent;

	/*-webkit-box-shadow: 0 0 15px rgba(0,0,0,0.10);
	-moz-box-shadow: 0 0 15px rgba(0,0,0,0.10);
	-ms-box-shadow: 0 0 15px rgba(0,0,0,0.10);
	-o-box-shadow: 0 0 15px rgba(0,0,0,0.10);
	box-shadow: 0 0 15px rgba(0,0,0,0.10);*/
    
	-webkit-transition: top 300ms ease;
	-moz-transition: top 300ms ease;
	-ms-transition: top 300ms ease;
	-o-transition: top 300ms ease;
	transition: top 300ms ease;
}
#site-header.fixed-header {
	position: fixed;
	visibility: visible;
	opacity: 1;	
	z-index: 99901;	
}
#site-header.animate__fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    -webkit-animation-duration: 0.1s;
	animation-duration: 0.1s;
}
/*@media (max-width:991px) {
	#site-header { display: none; }
}*/
/* ============================================= */
/* ------ 首頁 site-header ---------------------- */
/* ============================================= */


/* ============================================= */
/* ------ 首頁 HEADER -------------------------- */
/* ============================================= */
.header_section {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	/*
	background-image: url(../images/hero-bg.svg);
	background-size: cover;
	background-position: bottom;
	*/
}

@media (max-width: 992px) {
  .header_section {
    height: auto;
  }
}

/* ------ Header_Box -------------------------- */
.header_Box {
    position: relative;
    display: block;
}

.header_Box .navsBox {
    position: relative;
    display: block;
}

.header_Box .custom_nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 10px 0;
    margin: 0;
    list-style: none;
	border-radius: 0;
	
    background: transparent;
}

.header_Box .justify-content-start {
	-webkit-box-pack: start!important;
	-ms-flex-pack: start!important;
	justify-content: flex-start!important;
}

.header_Box .justify-content-end {
	-webkit-box-pack: end!important;
	-ms-flex-pack: end!important;
	justify-content: flex-end!important;
}

/* .header_Box .justify-content-center {
	-webkit-box-pack: center!important;
	-ms-flex-pack: center!important;
	justify-content: center!important;
} */

.header_Box .nav-item+.nav-item::before {
	float: left;
    color: rgba(30,45,64,0.35); /* #1e2d40 */
	content: "/";
	/*padding-top: .5rem;
	padding-bottom: .5rem;*/
}

.header_Box .nav-item {
	display: flex;
	justify-content: center;
	align-items: center;
	/*height: 30px;*/
}

.header_Box .nav-link {
	font-size: 87.5%; /*0.875rem*/
    display: block;
	
	padding-top: 0.25rem 0.375rem;	
}

@media (max-width: 992px) {	
	.header_Box .nav-link {
        font-size: 75%; /*0.75rem*/
		padding: 0.125rem 0.35rem; /*0.125rem 0.75rem*/
	}
}
/*.header_Box .nav-item+.nav-item a.nav-link {	
	
}*/

.header_Box .nav-item a.nav-link,
.header_Box .nav-item+.nav-item a.nav-link,
.header_Box .nav-item+.nav-item a.nav-link.disabled {
    color: #1e2d40;
    /*pointer-events: none;*/ /*滑鼠無作用*/
    /*cursor: default;*/ /*預設-滑鼠無作用*/
}

.header_Box .nav-item a:hover.nav-link,
.header_Box .nav-item+.nav-item a:hover.nav-link,
.header_Box .nav-item+.nav-item a:hover.nav-link.disabled {
    color: #775108;
    /*pointer-events: none;*/ /*滑鼠無作用*/
    /*cursor: default;*/ /*預設-滑鼠無作用*/
}
.header_Box .nav-item a.nav-link.active,
.header_Box .nav-item a:hover.nav-link.active {
    color: #775108;
}

.header_Box .nav-item a.nav-link i {
	margin-right: 5px;
}

/*=============================================*/
/*=============================================*/
.header_Box .nav-item a.nav-link .fa-customize-home,
.header_Box .nav-item a.nav-link .fa-customize-facebook,
.header_Box .nav-item a.nav-link .fa-customize-youtube,
.header_Box .nav-item a.nav-link .fa-customize-calendar,
.header_Box .nav-item a.nav-link .fa-customize-borrow,
.header_Box .nav-item a.nav-link .fa-customize-contactus {
	position: relative;	
	display: inline-block;
	top: 2px;
	margin-right: 3px;	
}

.header_Box .nav-item a.nav-link .fa-customize-home {
	content: url("../images/svg/fa-customize-home_16x16.svg");
}
.header_Box .nav-item a.nav-link:hover .fa-customize-home {
	content: url("../images/svg/fa-customize-home_16x16_hover.svg");
}
/* ---------------------------------------------------------------------*/
.header_Box .nav-item a.nav-link .fa-customize-facebook {
	content: url("../images/svg/fa-customize-facebook_16x16.svg");
}
.header_Box .nav-item a.nav-link:hover .fa-customize-facebook {
	content: url("../images/svg/fa-customize-facebook_16x16_hover.svg");
}
/* ---------------------------------------------------------------------*/
.header_Box .nav-item a.nav-link .fa-customize-youtube {
	content: url("../images/svg/fa-customize-youtube_16x16.svg");
}
.header_Box .nav-item a.nav-link:hover .fa-customize-youtube {
	content: url("../images/svg/fa-customize-youtube_16x16_hover.svg");
}
/* ---------------------------------------------------------------------*/
.header_Box .nav-item a.nav-link .fa-customize-calendar {
	content: url("../images/svg/fa-customize-calendar_16x16.svg");
}
.header_Box .nav-item a.nav-link:hover .fa-customize-calendar {
	content: url("../images/svg/fa-customize-calendar_16x16_hover.svg");
}
/* ---------------------------------------------------------------------*/
.header_Box .nav-item a.nav-link .fa-customize-borrow {
	content: url("../images/svg/fa-customize-borrow_16x16.svg");
}
.header_Box .nav-item a.nav-link:hover .fa-customize-borrow {
	content: url("../images/svg/fa-customize-borrow_16x16_hover.svg");
}
/* ---------------------------------------------------------------------*/
.header_Box .nav-item a.nav-link .fa-customize-contactus {
	content: url("../images/svg/fa-customize-contactus_16x16.svg");
}
.header_Box .nav-item a.nav-link:hover .fa-customize-contactus {
	content: url("../images/svg/fa-customize-contactus_16x16_hover.svg");
}
/*=============================================*/
/*=============================================*/

/* ----- .search-box STYLE-標準 ------------------- */
.header_Box .search-box input.form-control:not(.form-control-lg):not(.form-control-sm) {
    height: -webkit-calc(1em + .75rem + 3px);
    height: -moz-calc(1em + .75rem + 3px);
    height: calc(1em + .75rem + 3px);
}

.header_Box input.form-control {
		width: 65% !important;
}

@media (max-width:1467px) {
	.header_Box input.form-control {
		width: 64% !important;
	}
}

@media (max-width:1429px) {
	.header_Box input.form-control {
		width: 63% !important;
	}
}

@media (max-width:1393px) {
	.header_Box input.form-control {
		width: 62% !important;
	}
}

@media (max-width:1359px) {
	.header_Box input.form-control {
		width: 61% !important;
	}
}

@media (max-width:1326px) {
	.header_Box input.form-control {
		width: 60% !important;
	}
}

@media (max-width:1295px) {
	.header_Box input.form-control {
		width: 59% !important;
	}
}

@media (max-width:1266px) {
	.header_Box input.form-control {
		width: 58% !important;
	}
}

@media (max-width:1238px) {
	.header_Box input.form-control {
		width: 57% !important;
	}
}

@media (max-width:1211px) {
	.header_Box input.form-control {
		width: 56% !important;
	}
}

@media (max-width:1186px) {
	.header_Box input.form-control {
		width: 55% !important;
	}
}

@media (max-width:1161px) {
	.header_Box input.form-control {
		width: 54% !important;
	}
}

@media (max-width:1138px) {
	.header_Box input.form-control {
		width: 53% !important;
	}
}

@media (max-width:1116px) {
	.header_Box input.form-control {
		width: 52% !important;
	}
}

@media (max-width:1094px) {
	.header_Box input.form-control {
		width: 51% !important;
	}
}

@media (max-width:1074px) {
	.header_Box input.form-control {
		width: 50% !important;
	}
}

@media (max-width:1054px) {
	.header_Box input.form-control {
		width: 49% !important;
	}
}

@media (max-width:1035px) {
	.header_Box input.form-control {
		width: 48% !important;
	}
}

@media (max-width:1017px) {
	.header_Box input.form-control {
		width: 47% !important;
	}
}

@media (max-width:999px) {
	.header_Box input.form-control {
		width: 46% !important;
	}
}

@media (max-width:991px) {
	.header_Box input.form-control {
		width: 40% !important;
	}
}

@media (max-width:480px) {
	.header_Box input.form-control {
		width: 72% !important;
		margin-right: 5px;
	}
}

@media (max-width:479px) {
	.header_Box input.form-control {
		width: 66% !important;
		margin-right: 5px;
	}
}

@media (max-width:405px) {
	.header_Box input.form-control {
		width: 65% !important;
		margin-right: 5px;
	}
}

@media (max-width:395px) {
	.header_Box input.form-control {
		width: 64% !important;
		margin-right: 5px;
	}
}

@media (max-width:386px) {
	.header_Box input.form-control {
		width: 63% !important;
		margin-right: 5px;
	}
}

@media (max-width:377px) {
	.header_Box input.form-control {
		width: 62% !important;
		margin-right: 5px;
	}
}

@media (max-width:369px) {
	.header_Box input.form-control {
		width: 61% !important;
		margin-right: 5px;
	}
}

@media (max-width:361px) {
	.header_Box input.form-control {
		width: 60% !important;
		margin-right: 5px;
	}
}

@media (max-width:353px) {
	.header_Box input.form-control {
		width: 59% !important;
		margin-right: 5px;
	}
}

@media (max-width:346px) {
	.header_Box input.form-control {
		width: 58% !important;
		margin-right: 5px;
	}
}

@media (max-width:339px) {
	.header_Box input.form-control {
		width: 57% !important;
		margin-right: 5px;
	}
}

@media (max-width:333px) {
	.header_Box input.form-control {
		width: 56% !important;
		margin-right: 5px;
	}
}

@media (max-width:327px) {
	.header_Box input.form-control {
		width: 55% !important;
		margin-right: 5px;
	}
}

@media (max-width:321px) {
	.header_Box input.form-control {
		width: 54% !important;
		margin-right: 5px;
	}
}

.header_Box .search-box .btn {
    position: relative;
	padding: 2.5px 30px !important;
}
/* ----- .search-box STYLE-標準 ------------------- */

/* ----- .search-box STYLE-01 ------------------- */
.search_box {
    position: relative;
}

.search_box label {
    position: absolute;
    left: 28px;
	top: 10px;
}

.search_box label i {
	font-size: 125%;
}

.search_box .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0;
}

.search_box .search-input {
    padding-left: 43px;
    padding-right: 43px;
    border-radius: 23px;
}
.search_box .search-input::placeholder { /* CSS 3 標準色 */
    color: #999999;
}
.search_box .search-input::-webkit-input-placeholder { /* Chrome, Safari */
    color: #999999;
}
.search_box .search-input:-ms-input-placeholder { /* IE 10+ */
    color: #999999;
}
.search_box .search-input::-moz-placeholder { /* Firefox 19+ */
    color: #999999;
    opacity: 1;
}

@media (min-width: 320px) and (max-width: 992px) {
	.search_box {
		padding-top: 0;
		padding-bottom: 15px;
	}
}
/* ----- .search-box STYLE-01 ------------------- */
/* ------ Header_Box -------------------------- */

/* ------ LOGO Name -------------------------- */
.header_section .navbar,
.menu_section .navbar {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: .5rem 0rem;
}
.header_section h1,
.menu_section h1 {
    position: relative; /*absolute*/	
	font-size: inherit;
	margin-bottom: 0;
	/*top: -57px;*/
	/*left: 0;*/
}
@media (max-width: 1305px) {
	.header_section h1,
	.menu_section h1 {
		position: relative;
		top: 0;
		left: 0;
	}
}

.header_section .navbar-brand,
.header_section h1 .navbar-brand,
.menu_section .navbar-brand,
.menu_section h1 .navbar-brand {
	display: inline-block;
	font-size: 150%; /*1.5em*/
	font-weight: 500;
	line-height: 1.2;
	white-space: nowrap;
	
	padding-top: 0.3125rem;
	padding-bottom: 0.3125rem;
	margin-right: 1rem;
	margin-bottom: 0;
}

.header_section .navbar-brand img,
.menu_section .navbar-brand img {
    max-width: 400px; /*300*/
	height: auto;
}
@media screen and (min-width: 1200px) and (max-width: 1360px) {
	.header_section .navbar-brand img,
	.menu_section .navbar-brand img {
		max-width: 400px;
		height: auto;
	}
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
	.header_section .navbar-brand img,
	.menu_section .navbar-brand img {
		max-width: 400px;
		height: auto;
	}
}
@media screen and (min-width: 590px) and (max-width: 992px) {
	.header_section .navbar-brand img,
	.menu_section .navbar-brand img {
		max-width: 400px;
		height: auto;
	}
}
@media screen and (min-width: 540px) and (max-width: 590px) {
	.header_section .navbar-brand img,
	.menu_section .navbar-brand img {
		max-width: 355px;
		height: auto;
	}
}
@media screen and (min-width: 490px) and (max-width: 540px) {
	.header_section .navbar-brand img,
	.menu_section .navbar-brand img {
		max-width: 340px;
		height: auto;
	}
}
@media screen and (min-width: 479px) and (max-width: 490px) {
	.header_section .navbar-brand img,
	.menu_section .navbar-brand img {
		max-width: 330px;
		height: auto;
	}
}
@media screen and (min-width: 470px) and (max-width: 479px) {
	.header_section .navbar-brand img,
	.menu_section .navbar-brand img {
		max-width: 320px;
		height: auto;
	}
}
@media screen and (min-width: 460px) and (max-width: 470px) {
	.header_section .navbar-brand img,
	.menu_section .navbar-brand img {
		max-width: 310px;
		height: auto;
	}
}
@media screen and (min-width: 450px) and (max-width: 460px) {
	.header_section .navbar-brand img,
	.menu_section .navbar-brand img {
		max-width: 300px;
		height: auto;
	}
}
@media screen and (min-width: 440px) and (max-width: 450px) {
	.header_section .navbar-brand img,
	.menu_section .navbar-brand img {
		max-width: 290px;
		height: auto;
	}
}
@media screen and (min-width: 430px) and (max-width: 440px) {
	.header_section .navbar-brand img,
	.menu_section .navbar-brand img {
		max-width: 280px;
		height: auto;
	}
}
@media screen and (min-width: 420px) and (max-width: 430px) {
	.header_section .navbar-brand img,
	.menu_section .navbar-brand img {
		max-width: 280px;
		height: auto;
	}
}
@media screen and (min-width: 410px) and (max-width: 420px) {
	.header_section .navbar-brand img,
	.menu_section .navbar-brand img {
		max-width: 270px;
		height: auto;
	}
}
@media screen and (min-width: 400px) and (max-width: 410px) {
	.header_section .navbar-brand img,
	.menu_section .navbar-brand img {
		max-width: 260px;
		height: auto;
	}
}
@media screen and (min-width: 390px) and (max-width: 400px) {
	.header_section .navbar-brand img,
	.menu_section .navbar-brand img {
		max-width: 250px;
		height: auto;
	}
}
@media screen and (min-width: 380px) and (max-width: 390px) {
	.header_section .navbar-brand img,
	.menu_section .navbar-brand img {
		max-width: 240px;
		height: auto;
	}
}
@media screen and (min-width: 370px) and (max-width: 380px) {
	.header_section .navbar-brand img,
	.menu_section .navbar-brand img {
		max-width: 230px;
		height: auto;
	}
}
@media screen and (min-width: 360px) and (max-width: 370px) {
	.header_section .navbar-brand img,
	.menu_section .navbar-brand img {
		max-width: 220px;
		height: auto;
	}
}
@media screen and (min-width: 350px) and (max-width: 360px) {
	.header_section .navbar-brand img,
	.menu_section .navbar-brand img {
		max-width: 210px;
		height: auto;
	}
}
@media screen and (min-width: 340px) and (max-width: 350px) {
	.header_section .navbar-brand img,
	.menu_section .navbar-brand img {
		max-width: 200px;
		height: auto;
	}
}
@media screen and (min-width: 330px) and (max-width: 340px) {
	.header_section .navbar-brand img,
	.menu_section .navbar-brand img {
		max-width: 190px;
		height: auto;
	}
}
@media screen and (min-width: 320px) and (max-width: 330px) {
	.header_section .navbar-brand img,
	.menu_section .navbar-brand img {
		max-width: 180px;
		height: auto;
	}
}

/*@media screen and (min-device-width: 000px) and (max-device-width: 000px) {}*/
/* ------ LOGO Name -------------------------- */

/* ============================================= */
/* ------ 首頁 HEADER -------------------------- */
/* ============================================= */


/* ============================================= */
/* ------ 首頁 sticky-header -------------------- */
/* ============================================= */
.main-header {
	position: relative;
	display: block;
	width: 100%;
	z-index: 9999;
	background: none;
}

.fixed-header .sticky-header .logo {
	padding: 10px 0px;
}

.fixed-header .sticky-header .logo img {
	height: 50px;
}

.sticky-header .main-menu {
	position: relative;
	float: left;
}

.sticky-header .main-menu .navigation > li {
	margin-left: 30px !important;
	padding: 0;
	margin-right: 0 !important;
	background-color: transparent;
}

.sticky-header .main-menu .navigation > li.dropdown > a:after,
.sticky-header .main-menu .navigation > li:before {
	display: none;
}

.sticky-header .main-menu .navigation > li > a {
	font-size: 100%;
    line-height: 30px;
	font-weight: 600;    
	text-transform: capitalize;
    
    color: #090a0c;
    padding: 21px 0px !important;
    
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.sticky-header .main-menu .navigation > li > ul > li > ul {
	left: auto;
	right: 100%;
	margin-right: 10px;	
}

.sticky-header .main-menu .navigation > li > ul > li > ul:before {
	left: auto;
	right: -10px;
}

.sticky-header .main-menu .navigation > li:hover > a,
.sticky-header .main-menu .navigation > li.current > a,
.sticky-header .main-menu .navigation > li.current-menu-item > a {
	opacity:1;
}

.sticky-header .booking-link {
	position: relative;
	float: left;
	margin-left: 25px;
	padding-top: 15px;
}

.sticky-header .search-btn {
	position:relative;
	float:left;
	margin-left: 30px;
	margin-top: 22px;
}

.sticky-header .search-btn button {
	position: relative;
	display: block;
	padding: 0;
	margin: 0;
	background: none;
	line-height: 30px;
	color: #b5c0cf;
	font-size: 112.5%;
	cursor: pointer;
}

.sticky-header .search-btn button .icon {
	vertical-align: middle;
}
/* ============================================= */
/* ------ 首頁 sticky-header -------------------- */
/* ============================================= */


/* ============================================= */
/* ------ 首頁 MENU Toggler Menu ---------------- */
/* ============================================= */
.menu_section {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
	/*
    background-image: url(../images/hero-bg.svg);
    background-size: cover;
    background-position: bottom;
	*/
}

.menu_section .customMENU_Box {
    position: relative;
    display: block;
    padding: 5px 0;
}

.menu_section .navbar-toggler {
    padding: .25rem .25rem;
    font-size: 125%; /*1.25em*/
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
	/*border-radius: .25rem;*/
	border-radius: 100%;
    
    background: #0263B8;
}
@media (min-width: 320px) and (max-width: 435px) {
	.menu_section .navbar-toggler {
		font-size: 112.5%;
	}
}
.menu_section .navbar-dark .navbar-toggler {
    color: rgba(255,255,255,.5);
    border: none;
}
.menu_section .navbar-dark .navbar-toggler:hover {
    color: #263337;
    border: none;
    background-color: #dbb189;
}
/*----------------------------------------------------------------*/
.menu_section .navbar-toggler-icon {
    display: inline-block;
    width: 32px;
	height: 32px;
    vertical-align: middle;
    content: "";
    background: 50%/100% 100% no-repeat;
	background-image: none;
}
.menu_section .navbar-dark .navbar-toggler-icon {
    background-image: url("../images/navbar-toggler-icon.svg");
}
.menu_section .navbar-dark .navbar-toggler-icon:hover {
    background-image: url("../images/navbar-toggler-icon_hover.svg");
}
/*----------------------------------------------------------------*/
.menu_section .navbar-toggler > .close {
    display: inline-block;
    width: 32px;
	height: 32px;
    vertical-align: middle;
    content: "";
    background: 50%/100% 100% no-repeat;
	background-image: none;
	opacity: 1;
}
.menu_section .navbar-dark .close {
    background-image: url("../images/navbar-close-icon.svg");
}
.menu_section .navbar-dark .close:hover {
    background-image: url("../images/navbar-close-icon_hover.svg");
}
.menu_section .navbar-dark .close:not(:disabled):not(.disabled):focus, 
.menu_section .navbar-dark .close:not(:disabled):not(.disabled):hover {
	opacity: 1;
}
/*----------------------------------------------------------------*/
/* ============================================= */
/* ------ 首頁 MENU Toggler Menu ---------------- */
/* ============================================= */


/* ============================================= */
/* ------ 首頁 Carousel_Slide ------------------- */
/* ============================================= */
.carousel_slide_section a:focus {
	display: block;
	text-decoration: none;
	outline: 2px solid #43B5FC;
	outline-offset: -2px;
}

.carousel_slide_section {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	/*background-image: url(../images/hero-bg.svg);
	background-size: cover;
	background-position: bottom;*/
	
	/*padding-top: 120px;*/
}

/* ==   prev + next 按鈕   ===== */
/* ============================= */
.carousel_slide_section .carousel_btn-icon-prev,
.carousel_slide_section .carousel_btn-icon-next {
	position: absolute;
	/*width: 48px;*/
	/*height: 48px;*/

	top: calc(50% - 24px);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	
	z-index: 999;
}
.carousel_slide_section .carousel_btn-icon-prev {
	left: 1.5%;
}
.carousel_slide_section .carousel_btn-icon-next {
	right: 1.5%;
}

@media (max-width:768px) {
	.carousel_slide_section .carousel_btn-icon-prev,
	.carousel_slide_section .carousel_btn-icon-next {
		top: calc(50% - 16px);
	}
}

.carousel_slide_section .carousel_btn-icon-prev .carousel-control-prev,
.carousel_slide_section .carousel_btn-icon-next .carousel-control-next {
	position: relative;
	width: 48px;
	height: 48px;
	border: none;
	border-radius: 100%;
	opacity: 1;
	background-repeat: no-repeat;
	background-size: 8px;
	background-position: center;
	background-color: rgba(0, 0, 0, 0.35);
}

.carousel_slide_section .carousel-control-next-icon, 
.carousel_slide_section .carousel-control-prev-icon {
    display: inline-block;
    width: 48px;
	height: 48px;
    
	background-position-x: 50%;
	background-position-y: center;
	background-repeat: no-repeat;
	background-attachment: scroll;
	/*background-image: none;*/
	background-size: 100% 100%;
	background-origin: padding-box;
	background-clip: border-box;
	
	/*background-color: rgba(0, 0, 0, 0);*/
}

.carousel_slide_section .carousel-control-prev-icon {
	background-image: url(../images/banner/prev.svg);
	opacity: .85;
}

.carousel_slide_section .carousel-control-next-icon {
	background-image: url(../images/banner/next.svg);
	opacity: .85;
}

.carousel_slide_section .carousel_btn-icon-prev .carousel-control-prev:hover,
.carousel_slide_section .carousel_btn-icon-next .carousel-control-next:hover {
	opacity: 1;
	background-color: #0263B8;
}

.carousel_slide_section .carousel_btn-icon-prev .carousel-control-prev:focus, 
.carousel_slide_section .carousel_btn-icon-next .carousel-control-next:focus {
    text-decoration: none;
    outline: 2px solid #43B5FC;
	outline-offset: -2px;

    background-color: #0263B8;
}

@media (max-width:768px) {
	.carousel_slide_section .carousel_btn-icon-prev .carousel-control-prev,
	.carousel_slide_section .carousel_btn-icon-next .carousel-control-next,
	.carousel_slide_section .carousel-control-next-icon, 
	.carousel_slide_section .carousel-control-prev-icon {
		width: 32px;
		height: 32px;
	}
}
/*------------------------------------------------*/
/* ------ 輪播 標題文字 -------------------------- */
.carousel_slide_section .text-area {
	position: absolute;
    right: 0%;	/*15%*/
    bottom: 0%; /*20px*/
    left: 0%;	/*15%*/
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
	padding-left: 20px;
    padding-right: 20px;
    
    color: #FFFFFF;    
    text-align: center;
	background-color: rgba(0, 0, 0, 0.5);
}

.carousel_slide_section .carousel-caption {
    position: relative;
    right: 0%;	/*15%*/
    bottom: 20px;
    left: 0%;	/*15%*/
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 5px;
	padding-left: 150px;
    padding-right: 150px;
    
    color: #FFFFFF;
    text-align: center;
}

.carousel_slide_section .carousel-caption h3 {
    font-size: calc(100% + 50%);	/*1.5rem/24*/
	font-weight: 600;
	line-height: 1.2;
	margin-bottom: 0rem;
}

.carousel_slide_section .carousel-caption p {
	font-size: calc(100% + 12.5%);	/*1.125rem/18*/
	font-weight: inherit;
	line-height: inherit;
    margin-top: 0;
    margin-bottom: 1rem;
}

@media (max-width:576px) {
	.carousel_slide_section .text-area {
		padding-top: 15px;
		padding-bottom: 20px;
		padding-left: 15px;
		padding-right: 15px;
	}
	
	.carousel_slide_section .carousel-caption {
		padding-top: 0;
		padding-bottom: 0;
		padding-left: 0;
		padding-right: 0;
		bottom: 0px;
	}
	
	.carousel_slide_section .carousel-caption h3 {
		font-size: calc(100% + 12.5%);	/*1.125rem/18*/
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 1;
		overflow: hidden;
		height: 25px;
	}
	
	.carousel_slide_section .carousel-caption p {
		font-size: calc(93.75%);	/*0.9375rem/15*/
	}
}
/* ------ 輪播 標題文字 -------------------------- */
/*------------------------------------------------*/

/*------------------------------------------------*/
/* ------ 輪播 點點點 ---------------------------- */
@media (max-width:991px) {
    .carousel_slide_section dl, 
    .carousel_slide_section ol, 
    .carousel_slide_section ul {
        margin-top: 0;
        margin-bottom: 0rem;
    }
}
@media (min-width:992px) {
	.carousel_slide_section dl, 
	.carousel_slide_section ol, 
	.carousel_slide_section ul {
		margin-top: 0;
		margin-bottom: 1rem;
	}
}

.carousel_slide_section .carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;        
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none;
    z-index: 15; /*15*/
}
@media (max-width:991px) {
	.carousel_slide_section .carousel-indicators {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
        justify-content: center;
	}
}
@media (min-width:992px) {
	.carousel_slide_section .carousel-indicators {
        display: none;
	}
}

.carousel_slide_section .carousel-indicators li {
    box-sizing: content-box;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    
    width: 12px;
    height: 12px;
    
    margin-right: 6px;
    margin-left: 6px;
    text-indent: -999px;
    cursor: pointer;
    
    background-color: #000000;
    background-clip: padding-box;
    
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    
    opacity: .5;
    border-radius: 100%;
    transition: opacity .6s ease;	
}

.carousel_slide_section .carousel-indicators .active {
    opacity: 1;
	background-color: #d7a975;
}
/* ------ 輪播 點點點 ---------------------------- */
/*------------------------------------------------*/

/*------------------------------------------------*/
/* ------ 輪播 暫停/撥放 ------------------------- */
.carousel_slide_section .control-box {	
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	
	
	position: absolute;
    right: 0%;	/*15%*/
    top: 0%; /*20px*/
    left: 0%;	/*15%*/
    z-index: 10;
    padding-top: 10px;    
	padding-left: 20px;
    padding-right: 20px;
	padding-bottom: 10px;
    
    color: #FFFFFF;
    text-align: center;
	/*background-color: rgba(0, 0, 0, 0.5);*/
}

.carousel_slide_section .control-start,
.carousel_slide_section .control-pause {
	position: relative;
	/*width: 48px;*/
	/*height: 48px;*/
	
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	z-index: 999;
}
.carousel_slide_section .control-start {
	right: calc(1.5% - 20px + 10px);
}
.carousel_slide_section .control-pause {
	right: calc(1.5% - 20px);
}

.carousel_slide_section .control-start a,
.carousel_slide_section .control-pause a {
	position: relative;
	display:inline-block;
	/*right: 18%;*/
	width: 48px;
	height: 48px;
    
    color: #FFFFFF;
	border-radius: 100%;
    background-color: rgba(0,0,0,0.25);
}

.carousel_slide_section .control-start-icon,
.carousel_slide_section .control-pause-icon {
	display: inline-block;
	width: 48px;
	height: 48px;
	background-position-x: 50%;
	background-position-y: center;
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-image: none;
	background-size: 100% 100%;
	background-origin: padding-box;
	background-clip: border-box;
}

.carousel_slide_section .control-start-icon {
    background-image: url(../images/banner/control-start-icon.svg);
    opacity: .85;
}

.carousel_slide_section .control-pause-icon {
    background-image: url(../images/banner/control-pause-icon.svg);
    opacity: .85;
}

.carousel_slide_section .control-start a:hover,
.carousel_slide_section .control-pause a:hover {
	opacity: 1;
	background-color: #03440c;
}

.carousel_slide_section .control-start a:focus, 
.carousel_slide_section .control-pause a:focus {
    text-decoration: none;
    outline: 2px solid #43B5FC;
	outline-offset: -2px;
	background-color: #03440c;
}

@media (max-width:768px) {
	.carousel_slide_section .control-start a,
	.carousel_slide_section .control-pause a,
	.carousel_slide_section .control-start-icon,
	.carousel_slide_section .control-pause-icon {
		width: 32px;
		height: 32px;
	}
	
	.carousel_slide_section .control-box {	
		padding-top: 5px;    
		padding-left: 0px;
		padding-right: 0px;
		padding-bottom: 0px;
	}

	.carousel_slide_section .control-start {
		right: calc(1.5% + 5px);
	}
	.carousel_slide_section .control-pause {
		right: 1.5%;
	}
}
/* ------ 輪播 暫停/撥放 ------------------------- */
/*------------------------------------------------*/
/* ============================================= */
/* ------ 首頁 Carousel_Slide ------------------- */
/* ============================================= */


/* ============================================= */
/* =====  首頁 共用 HEADER TITLE 標題 ============ */
/* ============================================= */
.div-header {    
    position: relative;
    margin-bottom: 40px;
    z-index: 1;
}

.div-header .title-tw {
	font-size: 200%;
	line-height: 1.5;
	font-weight: 600;
    color: #333333;
	margin-bottom: 0;
}
@media (max-width: 575px) {
	.div-header .title-tw {
		font-size: 162.5%;
	}
}
@media (min-width: 576px) {
	.div-header .title-tw {
		font-size: 200%;
	}
}

.div-header .title-en {
	font-size: 112.5%;
	line-height: 1.5;
	font-weight: 600;
    color: #d7a975;
	margin-bottom: 0;
	text-transform: uppercase;
}
@media (max-width: 575px) {
	.div-header .title-en {
		font-size: 100%;
	}
}
@media (min-width: 576px) {
	.div-header .title-en {
		font-size: 112.5%;
	}
}



.div-header .separator_line {
    bottom: 0;
    clear: both;
    display: inline-block;
    height: 2px;
    position: relative;
    width: 150px; /*264px*/
	background: #d7a975;
}

.div-header .separator_line::before {
    /*background: #ffffff none repeat scroll 0 0;*/
    content: "";
    height: 30px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    width: 46px;
}

.div-header .separator_line span {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
	align-items: center;
	
    border-radius: 50%;
    bottom: -15px;
    height: 30px;
    left: 0;
    line-height: 29px;
    margin: auto;
    position: absolute;
    right: 0;
    width: 30px;
}

.div-header .separator_line span {
	background: #800000;
}
/* ============================================= */
/* =====  首頁 共用 HEADER TITLE 標題 ============ */
/* ============================================= */


/* ============================================= */
/* ------ 首頁 卡片區塊 Card_section ------------- */
/* ============================================= */
.card_section {
	position: relative;
	margin-top: -7em;
	
	background-color: #02559e; /* #0263b8 / 014785 / 00479d / 02559e */  
	background-size: auto; 
	background-position: bottom; 
	background-repeat: repeat; 
	/*background-image: url("../images/card/background-image_54x48.svg");*/
}
@media(max-width:1500px) {
	.card_section {
		position: relative;
		margin-top: -6em;
	}
}
@media(max-width:1200px) {
	.card_section {
		margin-top: -5em;
	}
}
@media(max-width:991px) {
	.card_section {
		margin-top: -4em;
	}
}
@media(max-width:767px) {
	.card_section {
		margin-top: 0em;
	}
}
/*------------------------------------------------*/
/* ------ Mask-DivBox --------------------------- */
.card_section .Mask-DivBox {
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    width: 100%;
    margin: 0 auto;
}   

.card_section .Mask-DivBox::before {
    content: '';
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 50%;
    background-color: #0263b8; /* #0263b8 / 014785 / 00479d */  
}
@media (max-width:991px) {
    .card_section .Mask-DivBox::before {
        left: 0; /*50%*/
    }
}
@media (min-width:992px) {
    .card_section .Mask-DivBox::before {
        left: 0;
    }
}
/*------------------------------------------------*/
/* ------ customize_blockbox -------------------- */
.card_section .customize_blockbox {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
	width: 100%;
    
	background-color: transparent;	
    /*box-shadow: 0 12px 60px rgba(0, 0, 0, 0.175);
    -webkit-box-shadow: 0 10px 50px rgba(0, 0, 0, 0.175);
    -o-box-shadow: 0 10px 50px rgba(0, 0, 0, 0.175);
    -moz-box-shadow: 0 10px 50px rgba(0, 0, 0, 0.175);
    -ms-box-shadow: 0 10px 50px rgba(0, 0, 0, 0.175);*/
}
@media (max-width:991px) {
    .card_section .customize_blockbox {
        padding-top: 24px;
    }
}
@media (min-width:992px) {
    .card_section .customize_blockbox {
        padding-top: 0;
    }
}
/*------------------------------------------------*/
/* ------ card_Box ------------------------------ */
.card_section .card_Box {
    position: relative;
    float: left;
    width: 100%;
    background-color: #014785; 
    margin-bottom: 24px;    
}
@media(max-width:991px) {
	.card_section .card_Box {
		margin-top: 0;
	}
}
@media(min-width:992px) {
	.card_section .card_Box {
		margin-top: -90px;
	}
}

/*------------------------------------------------*/
/* ------ 左上角 Icon ---------------------------- */
.card_section .card_Box .icon_wrapper {
    position: relative;
    bottom: 28px;
}
.card_section .card_Box .icon_wrapper:before {
    content: '';
    position: absolute;
    left: 0px;
    top: 29px;
    border-top: 120px solid #d7a975;
    border-right: 120px solid transparent;   
}
.card_section .card_Box:hover .icon_wrapper:before {
    border-top: 120px solid #d7a975;
    
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.card_section .card_Box .icon_wrapper img {
    position: absolute;
    top: 45px;
    left: 10px;    
}

/*------------------------------------------------*/
/* ------ 右邊 30度角 128x128px Icon ------------- */
.card_section .card_Box .card_img {
    position: absolute;
    
    width: 100%;
    height: 100%;
    border: 2px solid #014785;
    overflow: hidden;
}
.card_section .card_Box:hover .card_img {
    border: 2px solid #d7a975;
    
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.card_section .card_Box .card_img img {
    position: absolute;
    top: 0%;
    right: 0%;
    transform: rotate(30deg);
    z-index: 0;
    /*opacity: 0.35;*/
}

/*------------------------------------------------*/
/* ------ 文字 ----------------------------------- */
.card_section .card_Box .card_txt {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 48px 24px;
}

.card_section .card_Box .card_txt .big_title_txt,
.card_section .card_Box .card_txt a .big_title_txt {    
    font-size: 175%;
    font-weight: bold;
    
    color: #FFFFFF;
    text-transform: uppercase;
    word-break: break-all;
    margin-bottom: 30px;
}
@media(max-width:767px) {
	.card_section .card_Box .card_txt .big_title_txt,
    .card_section .card_Box .card_txt a .big_title_txt {
		font-size: 150%;
	}
}
.card_section .card_Box:hover .card_txt .big_title_txt {
    color: #d7a975;
}

/*------------------------------------------------*/
.card_section .card_Box .card_txt .small_title_txt,
.card_section .card_Box .card_txt .small_title_txt a {    
    font-size: 112.5%;     
    color: #FFFFFF;
    text-transform: uppercase;
    word-break: break-all;
    margin-bottom: 30px;
}
@media(max-width:767px) {
	.card_section .card_Box .card_txt .small_title_txt,
    .card_section .card_Box .card_txt .small_title_txt a { 
		font-size: 106.25%;
	}
}

/*------------------------------------------------*/
.card_section .card_Box .card_txt .p-txt-div {
    position: relative;
    display: block;    
}
.card_section .card_Box .card_txt .p-txt-div p,
.card_section .card_Box .card_txt a .p-txt-div p {    
    font-size: 100%;
    color: #FFFFFF;
    text-align: center;
    word-break: break-all;
    margin-top: 0;
    margin-bottom: 0;
}
@media(max-width:767px) {
	.card_section .card_Box .card_txt .p-txt-div p,
    .card_section .card_Box .card_txt .p-txt-div a p {
		font-size: 95%;
	}
}
.card_section .card_Box .card_txt .p-txt-div a p {
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.card_section .card_Box .card_txt .p-txt-div a:hover p {
    color: #d7a975;
}

/*------------------------------------------------*/
.card_section .card_Box .team-go {
    display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: flex-end;
	align-items: center;
    left: auto;
    bottom: 0;
    width: 100%;
    padding: 0 20px;
    position: absolute;
    opacity: 1; /*0*/
    color: #FFFFFF;
	
    /*-webkit-transform: translate3d(0, 10%, 0);
    transform: translate3d(0, 10%, 0);
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    -ms-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;	*/
}
/*.card_section .card_Box:hover .team-go {
    -webkit-transform: translate3d(0, -5%, 0);
    transform: translate3d(0, -5%, 0);
    -webkit-transform: translate3d(0, -10%, 0);
    transform: translate3d(0, -10%, 0);
}
.card_section .card_Box:hover .team-go {
    opacity: 1;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}*/

.card_section .card_Box .team-go .fa-icon-arrow-right {
	position: relative;
	width: 28px;
	height: 28px;
	
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
	align-items: center;
	
	margin-bottom: 15px;
    border-radius: 50%;
	background-color: #d7a975;
}
.card_section .card_Box .team-go .fa-icon-arrow-right::before {
	position: relative;
	top: 0;
    width: 28px;
    height: 28px;
    content: url("../images/card/arrow-right_28x28.svg");
}
/* ============================================= */
/* ------ 首頁 卡片區塊 Card_section ------------- */
/* ============================================= */


/* ============================================= */
/* ------ 首頁 新聞公告 Newsbox-section ---------- */
/* ============================================= */
.newsbox-section {
	position: relative; 
	display: block;
    
    /*background-color: transparent;
    background-color: var(--global-background-transparent);*/
    
	/*background-image: url(images/bg/.....);*/
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center top;
}
/*------------------------------------------------*/
.newsbox-section .Mask-DivBox {  
    text-align: left;
    background-size: cover;
	background-repeat: no-repeat;
	background-position-x: center;
	background-position-y: top;
	
    background-color: transparent;
	/*background-image: url("../images/news/background-news-image_1920x1281.jpg");*/	
	background-blend-mode: multiply; 	/* 設置背景混和模式為相乘模式*/
}
.newsbox-section .Mask-DivBox::before {
    content: url("../images/news/background-image_01_411x687.svg");
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 50%;
    z-index: 1;
    opacity: 0.5;
    
    /*-webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: bounce;
    animation-name: bounce;
    
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    
    -webkit-animation-duration: 5s;
    animation-duration: 5s;
    
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;*/
}
@media (max-width: 768px) {
	.newsbox-section .Mask-DivBox::before { 
		opacity: 0.15;
	}
}
.newsbox-section .Mask-DivBox::after {
    content: '';
	position: absolute;	
    top: 0;
	right: 0;
	height: 100%;	
    background-color: rgba(255, 255, 255, 0.95);
}
@media (max-width:991px) {
	.newsbox-section .Mask-DivBox::after {
		width: 100%;
        background-color: rgba(255, 255, 255, 1);
	}
}
@media (min-width:992px) {
	.newsbox-section .Mask-DivBox::after {
        width:  calc(83.333333% + 15px);
	}
}
@media (min-width:1200px) {
	.newsbox-section .Mask-DivBox::after {
        width: calc(83.333333% - 30px);
	}
}
/*------------------------------------------------*/
.newsbox-section .customizeBox {  
    position: relative; 
	display: block;
    z-index: 1;
}
/*------------------------------------------------*/
.newsbox-section .row {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
}
/*------------------------------------------------*/
.newsbox-section .tab_ulbox {
	position: relative;
	display: block;    
	margin-right: -15px;
	margin-left: -15px;    
    border-bottom: transparent;
}
/*------------------------------------------------*/
.newsbox-section .nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    justify-content: space-between;
    
    border-bottom: none;
    padding: 35px 0 0 0;
}
/*------------------------------------------------*/
.newsbox-section .nav-fill .nav-item,
.newsbox-section .nav-fill > .nav-link {
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	text-align: center;
}
/*------------------------------------------------*/
.newsbox-section .nav-justified .nav-item,
.newsbox-section .nav-justified > .nav-link {
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-ms-flex-positive: 1;
	flex-grow: 1;
	text-align: center;
}
@media (max-width: 480px) {
	.newsbox-section .nav-justified .nav-item,
	.newsbox-section .nav-justified > .nav-link {
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-ms-flex-positive: 0;
		flex-grow: 0;
		text-align: center;
	}
}
/*------------------------------------------------*/
.newsbox-section .nav-tabs .nav-link {
	margin-bottom: 0px;
	border-radius: 99em; /*30px*/
    
	border: 1px solid #0263B8;
    background-color: transparent;
}
.newsbox-section .nav-link {
	display: block;
	padding: 8px 8px; /*8px 16px*/
}

.newsbox-section .nav-link:focus,
.newsbox-section .nav-link:hover {
	text-decoration: none
}

.newsbox-section .nav-link.disabled {
	color: #6c757d;
	pointer-events: none;
	cursor: default;
}
/*------------------------------------------------------*/
.newsbox-section .nav-tabs li a.nav-link {
	position: relative;
    font-size: 112.5%;
    font-weight: 600;
    text-align: center;
	margin-bottom: 0rem;
	
    /*display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    max-height: 45px;*/
}
@media (max-width: 767px) {
	.newsbox-section .nav-tabs li a.nav-link {
		font-size: 106.25%;
	}
}
@media (min-width: 768px) {
	.newsbox-section .nav-tabs li a.nav-link {
		font-size: 112.5%;
	}
}

.newsbox-section .nav-tabs li a.nav-link {
	color: #090a0c;                                /*字顏色*/
}

.newsbox-section .nav-tabs a.nav-link:focus,
.newsbox-section .nav-tabs a.nav-link:hover {
	color: #FFFFFF;                /*滑過時變色*/
    
    border: 1px solid #0263B8;    
	background-color: #0263B8;	
}
.newsbox-section .nav-tabs li.active a,
.newsbox-section .nav-tabs li.active a:hover,
.newsbox-section .nav-tabs li.active a:focus {
	color: #FFFFFF;                /*滑過時變色*/
    border: 1px solid #0263B8;
	background-color: #0263B8;	
}

.newsbox-section .nav-tabs .nav-link.disabled {
	color: #580000;
	border-color: transparent;
    background-color: transparent;
}

.newsbox-section .nav-tabs .nav-item.show .nav-link,
.newsbox-section .nav-tabs .nav-link.active {
	color: #FFFFFF;
	border: 1px solid #0263B8;
	background-color: #0263B8;	
}

.newsbox-section .nav-tabs .dropdown-menu {
	margin-top: -1px;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.newsbox-section .nav-pills .nav-link {
	border-radius: 99em;
}

.newsbox-section .nav-pills .nav-link.active,
.newsbox-section .nav-pills .show > .nav-link {
	color: #FFFFFF;
	background-color: #0263B8;	
}
/*------------------------------------------------*/
/* 按鈕跳動 */ 
.newsbox-section .nav-tabs a.nav-link:hover {	
	transform: translateY(-5px);
	transition: .2s ease-in-out;

	/* 按鈕跳動 */ 
	/*-webkit-animation-name: bounce;
	animation-name: bounce;
	-webkit-transform-origin: center bottom;
	transform-origin: center bottom;
	
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-duration: var(--animate-duration);
	animation-duration: var(--animate-duration);
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;  */
}
/*------------------------------------------------*/
/* ==  標籤 tab Li  ================= */


/* ==  內容區塊  ===================== */
.newsbox-section .tab-content > .tab-pane > div.Customize_TITLE-DIV_BOX {    
    font-size: inherit;
    font-weight: 400;    
    color: #090a0c;
	padding-top: 0px;
	padding-left: 0;
	padding-right: 0;
    padding-bottom: 8px;
    margin-bottom: 8px;
    border-bottom: 1px solid #a3a3a3;
}
@media (max-width: 767px) {
	.newsbox-section .tab-content > .tab-pane > div.Customize_TITLE-DIV_BOX {	
        display: block;
	}
}
@media (min-width: 768px) {
	.newsbox-section .tab-content > .tab-pane > div.Customize_TITLE-DIV_BOX {	
		display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;   
        justify-content: flex-start;
        align-items: flex-start;
	}
}
/*--------------------------------------------*/
/*----- // 左邊 橢圓日期 -----------------------*/
.newsbox-section .tab-content > .tab-pane > div.Customize_TITLE-DIV_BOX .left-custombox {
    display: block;
	max-width: 155px;
	height: auto;
    background-color: transparent;
}
/*--------------------------------------------*/
.newsbox-section .tab-content > .tab-pane > div.Customize_TITLE-DIV_BOX > .left-custombox .customstyle-news_date {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	
    border-color: transparent;
    background-color: transparent;
	
	position: relative;
	top: 0; /*7%;*/
	right: 0%;
}
@media (max-width: 767px) {
	.newsbox-section .tab-content > .tab-pane > div.Customize_TITLE-DIV_BOX > .left-custombox .customstyle-news_date {
        flex: 0 0 65px;
        height: 65px; /*85px*/
	}
}
@media (min-width: 768px) {
	.newsbox-section .tab-content > .tab-pane > div.Customize_TITLE-DIV_BOX > .left-custombox .customstyle-news_date {
		flex: 0 0 85px; /*0 0 85px;*/
        height: 85px; /*85px*/
	}
}

.newsbox-section .tab-content > .tab-pane > div.Customize_TITLE-DIV_BOX > .left-custombox .customstyle-news_date .d-small {	
	font-weight: 700;	
    color: #FFFFFF;
    border: 1px solid #0263B8;
    background-color: #0263B8;	
    
    border-top-left-radius: 99em;
    border-top-right-radius: 0em;
    border-bottom-right-radius: 0em;
    border-bottom-left-radius: 99em;
        
}
.newsbox-section .tab-content > .tab-pane > div.Customize_TITLE-DIV_BOX > .left-custombox .customstyle-news_date .d-big {
    font-family: "Arial";	
	font-weight: 900;
	color: #580000;
    border: 1px solid #0263B8;    
    background-color: #FFFFFF;
    
    border-top-left-radius: 0em;
    border-top-right-radius: 99em;
    border-bottom-right-radius: 99em;
    border-bottom-left-radius: 0em;
}
@media (max-width: 767px) {
	.newsbox-section .tab-content > .tab-pane > div.Customize_TITLE-DIV_BOX > .left-custombox .customstyle-news_date .d-small {
        font-size: 93.75%; /*0.9375em*/
        padding: 6.5px 6px 6.5px 12px;
	}
    .newsbox-section .tab-content > .tab-pane > div.Customize_TITLE-DIV_BOX > .left-custombox .customstyle-news_date .d-big {
        font-size: 137.5%;
        padding: 1px 16px 1.25px 6px;
    }
}
@media (min-width: 768px) {
	.newsbox-section .tab-content > .tab-pane > div.Customize_TITLE-DIV_BOX > .left-custombox .customstyle-news_date .d-small {
        font-size: 93.75%; /*0.9375em*/
        padding: 12px 12px 12px 24px;
	}
    .newsbox-section .tab-content > .tab-pane > div.Customize_TITLE-DIV_BOX > .left-custombox .customstyle-news_date .d-big {
        font-size: 175%; /*1.75em*/
        padding: 2px 24px 2.5px 12px;
    }
}
/*----- // 左邊 橢圓日期 -----------------------*/
/*--------------------------------------------*/

/*-------------------------------------------------------*/
/*----- // 右邊 公告訊息連結標題 + 日期 + 類別 + 至頂標籤 -----*/
.newsbox-section .tab-content > .tab-pane > div.Customize_TITLE-DIV_BOX > .custom_content_box {
    flex: 1;    
    border-bottom: none;
}
.newsbox-section .tab-content > .tab-pane > div.Customize_TITLE-DIV_BOX > .custom_content_box::before {
    position: absolute;
    content: '';    
    /*top: 0;*/
    left: 190px;
    width: 1px;
    height: 80px;
    background: #a3a3a3;
}
@media (max-width: 767px) {
	.newsbox-section .tab-content > .tab-pane > div.Customize_TITLE-DIV_BOX > .custom_content_box {
        margin-left: 0px;
        padding: 0;
	}
    .newsbox-section .tab-content > .tab-pane > div.Customize_TITLE-DIV_BOX > .custom_content_box::before {
        display: none;
    }
}
@media (min-width: 768px) {
	.newsbox-section .tab-content > .tab-pane > div.Customize_TITLE-DIV_BOX > .custom_content_box {
        margin-left: 0px;
		padding: 5px 0 5px 0;
	}
    .newsbox-section .tab-content > .tab-pane > div.Customize_TITLE-DIV_BOX > .custom_content_box::before {
        display: none;
    }
}
/*--------------------------------------------*/
.newsbox-section .tab-content > .tab-pane > div.Customize_TITLE-DIV_BOX .box_detail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    margin: 0 -11px;
}

@media (max-width: 768px) {
	.newsbox-section .tab-content > .tab-pane > div.Customize_TITLE-DIV_BOX .box_detail {
		margin: 0;
	}
}
/*--------------------------------------------*/
/*----- // 至頂標籤 ---------------------------*/
.newsbox-section .tab-content > .tab-pane > div.Customize_TITLE-DIV_BOX > .custom_content_box .customstyle-hotop {
	position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.newsbox-section .tab-content > .tab-pane > div.Customize_TITLE-DIV_BOX > .custom_content_box .customstyle-hotop .icon-small {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    
	font-size: 62.5%;
	line-height: 1.5;
	font-weight: 900;	
	padding: 2px 16px;
	border-radius: 5px;
	margin-right: 5px;
}
.newsbox-section .tab-content > .tab-pane > div.Customize_TITLE-DIV_BOX > .custom_content_box .customstyle-hotop .icon-small.hot-bg {
	color: #FFFFFF;    
	background: #ce1800;
}
.newsbox-section .tab-content > .tab-pane > div.Customize_TITLE-DIV_BOX > .custom_content_box .customstyle-hotop .icon-small.top-bg {
	color: #FFFFFF;
	background-color: #004aa5;
}
.newsbox-section .tab-content > .tab-pane > div.Customize_TITLE-DIV_BOX > .custom_content_box .customstyle-hotop .icon-small.new-bg {
	color: #090a0c;
	background-color: #fda601;
}
/*----- // 至頂標籤 ---------------------------*/
/*--------------------------------------------*/
/*----- // 公告訊息連結標題 --------------------*/
.newsbox-section .tab-content > .tab-pane > div.Customize_TITLE-DIV_BOX .title_name {
	display: inline-block;
    font-size: 112.5%;
    font-weight: 600;
    color: #090a0c;
    text-transform: uppercase;
    word-break: break-all;	
	margin-bottom: 15px;    
    
    display: -webkit-box;
	/* 第一步：設定 display 為 -webkit-box 元素。 */
	-webkit-box-orient: vertical;
	/* 第二步：設定 box 的子元素，是由上往下垂直排列。*/
	-webkit-line-clamp: 2;
	/* 第三步：設定欲顯示的行數，超出則顯示省略符號(...)。 */
	overflow: hidden;
	/* 第四步：設定超過上述指定之行數時隱藏。 */
	max-height: 60px;
  	/* 第五步：其它瀏覽器降級方式：給定最大高度 */
}
@media(max-width: 767px) {
	.newsbox-section .tab-content > .tab-pane > div.Customize_TITLE-DIV_BOX .title_name {
		font-size: 93.75%;
        padding: 0;
	}
}
@media(min-width: 768px) {
	.newsbox-section .tab-content > .tab-pane > div.Customize_TITLE-DIV_BOX .title_name {
		font-size: 112.5%;
        padding: 0 10px;
	}
}
.newsbox-section .tab-content > .tab-pane > div.Customize_TITLE-DIV_BOX .date a, 
.newsbox-section .tab-content > .tab-pane > div.Customize_TITLE-DIV_BOX .title_name a {
    color: #090a0c;						/*字顏色*/
}

.newsbox-section .tab-content > .tab-pane > div.Customize_TITLE-DIV_BOX .date a:hover, 
.newsbox-section .tab-content > .tab-pane > div.Customize_TITLE-DIV_BOX .title_name a:hover {
    color: #775108;						/*滑過時變色*/
}
/*----- // 公告訊息連結標題 --------------------*/
/*--------------------------------------------*/
/*----- // 類別 ------------------------------*/
.newsbox-section .tab-content > .tab-pane > div.Customize_TITLE-DIV_BOX .box_category {
	display: flex;	
	float: left;
	padding: 0 11px;
}
@media (max-width: 768px) {
	.newsbox-section .tab-content > .tab-pane > div.Customize_TITLE-DIV_BOX .box_category {
		padding: 0 11px 0 0;
	}
}

.newsbox-section .tab-content > .tab-pane > div.Customize_TITLE-DIV_BOX .box_category .tags-text {
    font-size: 93.75%; /*0.9375em;*/
    line-height: 1.5;
    font-weight: 600;
    color: #555555;
    margin-bottom: 0px;
}
/*----- // 類別 ------------------------------*/
/*--------------------------------------------*/
/*----- // 小日期文字 --------------------------*/
.newsbox-section .tab-content > .tab-pane > div.Customize_TITLE-DIV_BOX .box_time {
	display: flex;
	float: left;
	padding: 0 11px;
}
@media (max-width: 768px) {
	.newsbox-section .tab-content > .tab-pane > div.Customize_TITLE-DIV_BOX .box_time {
        display: none;
		/*padding: 0 0 0 11px;*/
	}
}

.newsbox-section .tab-content > .tab-pane > div.Customize_TITLE-DIV_BOX .box_time .time-text {
	font-size: 93.75%; /*0.9375rem*/
	line-height: 1.5;
	font-weight: 500;
	color: #555555;
    margin-bottom: 0px;
}
/*----- // ICON 圖示 --------------------------*/
.newsbox-section .tab-content > .tab-pane > div.Customize_TITLE-DIV_BOX .box_category i,
.newsbox-section .tab-content > .tab-pane > div.Customize_TITLE-DIV_BOX .box_time i {
	font-size: 87.5%; /*0.9375em*/
	line-height: 1.75;
	margin-right: 10px;
}

.newsbox-section .tab-content > .tab-pane > div.Customize_TITLE-DIV_BOX .box_category i {	    
	color: #555555;
}	
.newsbox-section .tab-content > .tab-pane > div.Customize_TITLE-DIV_BOX .box_time i {	    
	color: #555555;
}
/*----- // ICON 圖示 --------------------------*/

/* ==  內容區塊  ===================== */

/* ============================================= */
/* ------ 首頁 新聞公告 Newsbox-section ---------- */
/* ============================================= */


/* ============================================== */
/* ------ 首頁 媒體報導 media_reports_section ----- */
/* ============================================== */
.media_reports_section {
	position: relative;
	
	background-color: #02559e; /* #0263b8 / 014785 / 00479d / 02559e */  
	background-size: auto; 
	background-position: bottom; 
	background-repeat: repeat; 
	/*background-image: url("../images/card/background-image_54x48.svg");*/
}
/*------------------------------------------------*/
/* ------ Mask-DivBox --------------------------- */
.media_reports_section .Mask-DivBox {
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    width: 100%;
    margin: 0 auto;
}   
/*
.media_reports_section .Mask-DivBox::before {
    content: '';
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 50%;
    background-color: rgba(2, 99,184, 1); /* #0263b8 *
}
@media (max-width:991px) {
    .media_reports_section .Mask-DivBox::before {
        left: 0; /*50%*
    }
}
@media (min-width:992px) {
    .media_reports_section .Mask-DivBox::before {
        left: 0;
    }
}*/
/*--------------------------------------------*/
.media_reports_section.owl-box .item .wrapper_box .mb-30 {
    margin-bottom: 30px;
}

.media_reports_section.owl-box .item .wrapper_box .media-item {
    position: relative;
    float: left;
    padding-top: 0px;
    padding-right: 24px;
    padding-bottom: 24px;
    padding-left: 24px; 
    
    border-radius: 16px;    
    background-color: #FFFFFF;
    
    box-shadow: 1px 1.732px 18px 0px rgba(0, 0, 0, 0.15);
}
.media_reports_section.owl-box .item .wrapper_box .media-item::after {
    position: absolute;
    width: 80%;
    height: 20px;
    
    content: "";
    bottom: -20px;
    left: 10%;
    border-radius: 0px 0px 16px 16px;
    background-color: #d7a975;
    
    transform: translate(0,-103%);    
    transition: all 0.3s ease 0s;
    z-index: -1;
}
.media_reports_section.owl-box .item .wrapper_box .media-item:hover::after {
    transform: translate(0,0%);
}

.media_reports_section.owl-box .item .wrapper_box .media-img-outer {
    width: 100%;
    overflow: hidden;
    /*border-radius: 0px 0px 0px 0px;*/
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    border-bottom-right-radius: 16px;
    border-bottom-left-radius: 16px;
}
.media_reports_section.owl-box .item .wrapper_box .media-content {
    position: relative;
    display: block;
    width: 100%;
    padding: 24px 0px 0px 0px;
    float: left;    
}

.media_reports_section.owl-box .item .wrapper_box .media-content .box_content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
}
/*--------------------------------------------*/
/*----- // 至頂標籤 ---------------------------*/
.media_reports_section .customstyle-hotop {
	position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.media_reports_section .customstyle-hotop .icon-small {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    
	font-size: 62.5%;
	line-height: 1.5;
	font-weight: 900;	
	padding: 2px 16px;
	border-radius: 5px;
	margin-right: 5px;
}
.media_reports_section .customstyle-hotop .icon-small.hot-bg {
	color: #FFFFFF;    
	background: #ce1800;
}
.media_reports_section .customstyle-hotop .icon-small.top-bg {
	color: #FFFFFF;
	background-color: #004aa5;
}
.media_reports_section .customstyle-hotop .icon-small.new-bg {
	color: #090a0c;
	background-color: #fda601;
}
/*----- // 至頂標籤 ---------------------------*/
/*--------------------------------------------*/
/*-----------------------------------------------------------------*/
.media_reports_section.owl-box .item .wrapper_box .media-content .customstyle-date {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
	
	position: relative;
}
.media_reports_section.owl-box .item .wrapper_box .media-content .customstyle-date .date-small-txt {
	font-size: 87.5%;
	line-height: 1.25;
	font-weight: 900;	
    color: #707070;
	margin-right: 5px;
}
/*-----------------------------------------------------------------*/
.media_reports_section.owl-box .item .wrapper_box .media-content .tit-text {
    font-weight: 600;
    color: #090a0c;
    text-transform: uppercase;
    word-break: break-all;
    
    display: -webkit-box;
	/* 第一步：設定 display 為 -webkit-box 元素。 */
	-webkit-box-orient: vertical;
	/* 第二步：設定 box 的子元素，是由上往下垂直排列。*/
	-webkit-line-clamp: 2;
	/* 第三步：設定欲顯示的行數，超出則顯示省略符號(...)。 */
	overflow: hidden;
	/* 第四步：設定超過上述指定之行數時隱藏。 */
	max-height: 60px;
  	/* 第五步：其它瀏覽器降級方式：給定最大高度 */
    
    margin-bottom: 15px;
    height: 54px;
}
@media(max-width:575px) {
    .media_reports_section.owl-box .item .wrapper_box .media-content .tit-text {
        font-size: 93.75%;
        color: #090a0c;
    }
}
@media(min-width:576px) {
    .media_reports_section.owl-box .item .wrapper_box .media-content .tit-text {
        font-size: 112.5%; 
        color: #090a0c;
    }
}
.media_reports_section.owl-box .item .wrapper_box .media-item:hover .tit-text {
    color: #775108;
}

/*-----------------------------------------------------------------*/
/*ZoomIn Hover Effect*/
.media_reports_section.owl-box .item .wrapper_box .hover-zoomin a {
    position: relative;
    display: block;    
    overflow: hidden;
}
.media_reports_section.owl-box .item .wrapper_box .hover-zoomin img {
    width: 100%;
    height: auto;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.media_reports_section.owl-box .item .wrapper_box .hover-zoomin:hover img {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

/*-----------------------------------------------------------------*/
/* ============================= */
/* ==  左右選擇鍵 中間  ========== */
.media_reports_section.owl-box .owl-nav {
	margin-top: 15px;
}

.media_reports_section.owl-box .owl-carousel .owl-nav button.owl-prev,
.media_reports_section.owl-box .owl-carousel .owl-nav button.owl-next {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.media_reports_section.owl-box .owl-carousel .owl-nav button.owl-prev,
.media_reports_section.owl-box .owl-carousel .owl-nav button.owl-next {    
    font: inherit;
	color: inherit;	
	padding: 0 !important;
    background: 0 0;
	border: none;   
	
	position: absolute; 
	top: 45%;
	z-index: 1;
}
.media_reports_section.owl-box .owl-carousel .owl-nav button.owl-prev,
.media_reports_section.owl-box .owl-carousel .owl-nav button.owl-next {
	width: 45px;
    height: 45px;
	/*border-radius: 100%;*/
}
/*..............................................................................*/
.media_reports_section.owl-box .owl-carousel .owl-nav button.owl-prev {
	left: -45px;
	margin-right: 7.5px;	
}
@media(max-width: 991px) {
	.media_reports_section.owl-box .owl-carousel .owl-nav button.owl-prev {
		left: -23.5px;
        margin-right: 0;
	}
}
/*..............................................................................*/
.media_reports_section.owl-box .owl-carousel .owl-nav button.owl-next {
	right: -45px;
	margin-left: 7.5px;
}
@media(max-width: 991px) {
	.media_reports_section.owl-box .owl-carousel .owl-nav button.owl-next {
		right: -23.5px;
        margin-left: 0;
	}
}

/*..............................................................................*/
.media_reports_section.owl-box .owl-carousel .owl-nav button.owl-prev span,
.media_reports_section.owl-box .owl-carousel .owl-nav button.owl-next span {
	width: 45px;
    height: 45px;
	border: 1px solid transparent !important;
	background-color: transparent !important;
	/*border-radius: 100%;*/
    border-radius: .25rem;
} 
@media(max-width: 991px) {
	.media_reports_section.owl-box .owl-carousel .owl-nav button.owl-prev span,
    .media_reports_section.owl-box .owl-carousel .owl-nav button.owl-next span {
		border: 1px solid #d7a975 !important;
	    background-color: rgba(255, 255, 255, 0.75) !important;
	}
}
/*..............................................................................*/
.media_reports_section.owl-box .owl-carousel .owl-nav button.owl-prev span {
	content: url("../images/owl-carousel/prev-hover.svg");
}
.media_reports_section.owl-box .owl-carousel .owl-nav button.owl-next span {
	content: url("../images/owl-carousel/next-hover.svg");
}
@media(max-width: 991px) {
	.media_reports_section.owl-box .owl-carousel .owl-nav button.owl-prev span {
	    content: url("../images/owl-carousel/prev.svg");
    }
    .media_reports_section.owl-box .owl-carousel .owl-nav button.owl-next span {
        content: url("../images/owl-carousel/next.svg");
    }
}

/*..............................................................................*/
.media_reports_section.owl-box .owl-carousel .owl-nav button.owl-prev span:hover {
	content: url("../images/owl-carousel/prev-hover.svg");
	border: 1px solid #FFFFFF !important;
	background-color: #d7a975 !important;
}
.media_reports_section.owl-box .owl-carousel .owl-nav button.owl-next span:hover {
	content: url("../images/owl-carousel/next-hover.svg");
	border: 1px solid #FFFFFF !important;
	background-color: #d7a975 !important;
} 
.media_reports_section.owl-box .owl-carousel .owl-nav button.owl-prev:focus,
.media_reports_section.owl-box .owl-carousel .owl-nav button.owl-next:focus,
.media_reports_section.owl-box .owl-carousel .owl-nav button.owl-prev span:focus,
.media_reports_section.owl-box .owl-carousel .owl-nav button.owl-next span:focus {
	display: block;
	width: 45px;
    height: 45px;
	/*border-radius: 100%;*/
    border-radius: .25rem;
	background-color: transparent !important;
	outline: 2px solid #43B5FC !important;
}
/* ==  左右選擇鍵 中間  ========== */
/* ============================= */

/* ============================================== */
/* ------ 首頁 媒體報導 media_reports_section ----- */
/* ============================================== */


/* ============================================== */
/* ------ 首頁 活動相簿 event_album_section ------- */
/* ============================================== */
.event_album_section {
	position: relative;
	
	background-color: transparent; /* #0263b8 / 014785 / 00479d */  
	background-size: auto; 
	background-position: bottom; 
	background-repeat: repeat; 
	/*background-image: url("../images/card/background-image_54x48.svg");*/
}
/*------------------------------------------------*/
/* ------ Mask-DivBox --------------------------- */
.event_album_section .Mask-DivBox {
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    width: 100%;
    margin: 0 auto;
}   

.event_album_section .Mask-DivBox::after {
    content: '';
	position: absolute;	
    top: 0;
	left: 0;
	height: 100%;	
    background-color: rgba(255, 255, 255, 0.7);
}
@media (max-width:991px) {
	.event_album_section .Mask-DivBox::after {
		width: 100%;
        /*background-color: rgba(255, 255, 255, 0.7);*/
	}
}
@media (min-width:992px) {
	.event_album_section .Mask-DivBox::after {
        width:  calc(75% + 15px);
	}
}
@media (min-width:1200px) {
	.event_album_section .Mask-DivBox::after {
        width: calc(75% - 30px);
	}
}
/*--------------------------------------------*/
.event_album_section.owl-box .item .wrapper_box .mb-30 {
    margin-bottom: 30px;
}

.event_album_section.owl-box .item .wrapper_box .media-item {
    position: relative;
    float: left;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px; 
    
    border-radius: 16px;
    background-color: #FFFFFF;
    
    box-shadow: 1px 1.732px 18px 0px rgba(0, 0, 0, 0.15);
}
/*.event_album_section.owl-box .item .wrapper_box .media-item::after {
    position: absolute;
    width: 80%;
    height: 20px;
    
    content: "";
    bottom: -21px;
    left: 10%;
    border-radius: 0px 0px 16px 16px;
    background-color: #d7a975;
    
    transform: translate(0,-103%);    
    transition: all 0.3s ease 0s;
    z-index: -1;
}
.event_album_section.owl-box .item .wrapper_box .media-item:hover::after {
    transform: translate(0,0%);
}*/
/*--------------------------------------------*/

.event_album_section.owl-box .item .wrapper_box .media-item a {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}


.event_album_section.owl-box .item .wrapper_box .media-item a .media-img-outer {
    overflow: hidden;
    /*border-radius: 0px 0px 0px 0px;*/
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}
.event_album_section.owl-box .item .wrapper_box .media-item a .media-content {
    position: relative;
    display: block;
    width: 100%;
    padding: 24px 24px 24px 24px;
    float: left;   
    border-top: 5px solid #d7a975;
    background-color: transparent;
}

.event_album_section.owl-box .item .wrapper_box .media-item a .box_content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
}
/*--------------------------------------------*/
/*----- // 至頂標籤 ---------------------------*/
.event_album_section .customstyle-hotop {
	position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.event_album_section .customstyle-hotop .icon-small {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    
	font-size: 62.5%;
	line-height: 1.5;
	font-weight: 900;	
	padding: 2px 16px;
	border-radius: 5px;
	margin-right: 5px;
}
.event_album_section .customstyle-hotop .icon-small.hot-bg {
	color: #FFFFFF;    
	background: #ce1800;
}
.event_album_section .customstyle-hotop .icon-small.top-bg {
	color: #FFFFFF;
	background-color: #004aa5;
}
.event_album_section .customstyle-hotop .icon-small.new-bg {
	color: #090a0c;
	background-color: #fda601;
}
/*----- // 至頂標籤 ---------------------------*/
/*--------------------------------------------*/
/*-----------------------------------------------------------------*/
.event_album_section.owl-box .item .wrapper_box .media-item a .media-content .customstyle-date {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	
	position: relative;
}
.event_album_section.owl-box .item .wrapper_box .media-item a .media-content .customstyle-date .date-small-txt {
	font-size: 87.5%;
	line-height: 1.25;
	font-weight: 900;	
    color: #707070;
	text-align: center;
	padding: 2px 0px;
	border-radius: 4px;
	margin-right: 5px;
}

/*-----------------------------------------------------------------*/
.event_album_section.owl-box .item .wrapper_box .media-item a .media-content .tit-text {
    font-weight: 600;
    color: #090a0c;
    text-transform: uppercase;
    word-break: break-all;
    
    display: -webkit-box;
	/* 第一步：設定 display 為 -webkit-box 元素。 */
	-webkit-box-orient: vertical;
	/* 第二步：設定 box 的子元素，是由上往下垂直排列。*/
	-webkit-line-clamp: 2;
	/* 第三步：設定欲顯示的行數，超出則顯示省略符號(...)。 */
	overflow: hidden;
	/* 第四步：設定超過上述指定之行數時隱藏。 */
	max-height: 60px;
  	/* 第五步：其它瀏覽器降級方式：給定最大高度 */
    
    margin-bottom: 15px;
}
@media(max-width:575px) {
    .event_album_section.owl-box .item .wrapper_box .media-item a .media-content .tit-text {
        font-size: 93.75%;
        color: #090a0c;
    }
}
@media(min-width:576px) {
    .event_album_section.owl-box .item .wrapper_box .media-item a .media-content .tit-text {
        font-size: 112.5%; 
        color: #090a0c;
    }
}
/*-----------------------------------------------------------------*/
/*ZoomIn Hover Effect*/
.event_album_section.owl-box .item .wrapper_box .media-item a:hover .hover-zoomin {
    position: relative;
    display: block;    
    overflow: hidden;
}
.event_album_section.owl-box .item .wrapper_box .media-item a:hover .hover-zoomin img {
    width: 100%;
    height: auto;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.event_album_section.owl-box .item .wrapper_box .media-item a:hover .hover-zoomin img {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}
.event_album_section.owl-box .item .wrapper_box .media-item a:hover .media-content {
    border-top: 5px solid #FFFFFF;
    background-color: #d7a975;
}
.event_album_section.owl-box .item .wrapper_box .media-item a:hover .tit-text {
    color: #483703;
}

.event_album_section.owl-box .item .wrapper_box .media-item a:hover .media-content .customstyle-date .date-small-txt {
    color: #8a6c4a;
}
/*-----------------------------------------------------------------*/
/* ============================= */
/* ==  左右選擇鍵 中間  ========== */
.event_album_section.owl-box .owl-nav {
	margin-top: 15px;
}

.event_album_section.owl-box .owl-carousel .owl-nav button.owl-prev,
.event_album_section.owl-box .owl-carousel .owl-nav button.owl-next {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.event_album_section.owl-box .owl-carousel .owl-nav button.owl-prev,
.event_album_section.owl-box .owl-carousel .owl-nav button.owl-next {    
    font: inherit;
	color: inherit;	
	padding: 0 !important;
    background: 0 0;
	border: none;   
	
	position: absolute; 
	top: 45%;
	z-index: 1;
}
.event_album_section.owl-box .owl-carousel .owl-nav button.owl-prev,
.event_album_section.owl-box .owl-carousel .owl-nav button.owl-next {
	width: 45px;
    height: 45px;
	/*border-radius: 100%;*/
}
/*..............................................................................*/
.event_album_section.owl-box .owl-carousel .owl-nav button.owl-prev {
	left: -45px;
	margin-right: 7.5px;	
}
@media(max-width: 991px) {
	.event_album_section.owl-box .owl-carousel .owl-nav button.owl-prev {
		left: -23.5px;
        margin-right: 0;
	}
}
/*..............................................................................*/
.event_album_section.owl-box .owl-carousel .owl-nav button.owl-next {
	right: -45px;
	margin-left: 7.5px;
}
@media(max-width: 991px) {
	.event_album_section.owl-box .owl-carousel .owl-nav button.owl-next {
		right: -23.5px;
        margin-left: 0;
	}
}

/*..............................................................................*/
.event_album_section.owl-box .owl-carousel .owl-nav button.owl-prev span,
.event_album_section.owl-box .owl-carousel .owl-nav button.owl-next span {
	width: 45px;
    height: 45px;
	border: 1px solid transparent !important;
	background-color: transparent !important;
	/*border-radius: 100%;*/
    border-radius: .25rem;
} 
@media(max-width: 991px) {
	.event_album_section.owl-box .owl-carousel .owl-nav button.owl-prev span,
    .event_album_section.owl-box .owl-carousel .owl-nav button.owl-next span {
		border: 1px solid #d7a975 !important;
	    background-color: rgba(255, 255, 255, 0.75) !important;
	}
}
/*..............................................................................*/
.event_album_section.owl-box .owl-carousel .owl-nav button.owl-prev span {
	content: url("../images/owl-carousel/prev-hover.svg");
}
.event_album_section.owl-box .owl-carousel .owl-nav button.owl-next span {
	content: url("../images/owl-carousel/next-hover.svg");
}
@media(max-width: 991px) {
	.event_album_section.owl-box .owl-carousel .owl-nav button.owl-prev span {
	    content: url("../images/owl-carousel/prev.svg");
    }
    .event_album_section.owl-box .owl-carousel .owl-nav button.owl-next span {
        content: url("../images/owl-carousel/next.svg");
    }
}

/*..............................................................................*/
.event_album_section.owl-box .owl-carousel .owl-nav button.owl-prev span:hover {
	content: url("../images/owl-carousel/prev-hover.svg");
	border: 1px solid #FFFFFF !important;
	background-color: #d7a975 !important;
}
.event_album_section.owl-box .owl-carousel .owl-nav button.owl-next span:hover {
	content: url("../images/owl-carousel/next-hover.svg");
	border: 1px solid #FFFFFF !important;
	background-color: #d7a975 !important;
} 
.event_album_section.owl-box .owl-carousel .owl-nav button.owl-prev:focus,
.event_album_section.owl-box .owl-carousel .owl-nav button.owl-next:focus,
.event_album_section.owl-box .owl-carousel .owl-nav button.owl-prev span:focus,
.event_album_section.owl-box .owl-carousel .owl-nav button.owl-next span:focus {
	display: block;
	width: 45px;
    height: 45px;
	/*border-radius: 100%;*/
    border-radius: .25rem;
	background-color: transparent !important;
	outline: 2px solid #43B5FC !important;
}
/* ==  左右選擇鍵 中間  ========== */
/* ============================= */

/* ============================================== */
/* ------ 首頁 活動相簿 event_album_section ------- */
/* ============================================== */



/* ================================================== */
/* ------ 首頁 影片集錦 video_highlights_section ------ */
/* ================================================== */
.video_highlights_section {
	position: relative;
	
	background-color: #02559e; /* #0263b8 / 014785 / 00479d / 02559e */  
	background-size: auto; 
	background-position: bottom; 
	background-repeat: repeat; 
	/*background-image: url("../images/card/background-image_54x48.svg");*/
}
/*------------------------------------------------*/
/* ------ Mask-DivBox --------------------------- */
.media_reports_section .Mask-DivBox {
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    width: 100%;
    margin: 0 auto;
}   
/*
.media_reports_section .Mask-DivBox::before {
    content: '';
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 50%;
    background-color: rgba(2, 99,184, 1); /* #0263b8 *
}
@media (max-width:991px) {
    .media_reports_section .Mask-DivBox::before {
        left: 0; /*50%*
    }
}
@media (min-width:992px) {
    .media_reports_section .Mask-DivBox::before {
        left: 0;
    }
}*/
/*--------------------------------------------*/

/*------ YOUTUBE 區 --------------------------*/
.video_highlights_section .video-box {
    position: relative;
    display: block;
}

.video_highlights_section .video-box .video-item {
    position: relative;
    float: left;
    margin-bottom: 24px;
    border-radius: 16px;    
    background-color: transparent;
}

.video_highlights_section .video-box .video-img-outer {
    width: 100%;
    overflow: hidden;
    /*border-radius: 0px 0px 0px 0px;*/
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    border-bottom-right-radius: 16px;
    border-bottom-left-radius: 16px;
}

.video_highlights_section .video-box .video-img-outer iframe {
    width: 100%;
    height: 315px;
}
@media (min-width: 576px) {
	.video_highlights_section .video-box .video-img-outer iframe {
        width: 100%;
        height: 315px;
	}
}
@media (min-width: 768px) {
	.video_highlights_section .video-box .video-img-outer iframe {
        width: 100%;
        height: 500px;
	}
}
@media (min-width: 992px) {
	.video_highlights_section .video-box .video-img-outer iframe {
		width: 100%;
        height: 315px;
	}
}

.video_highlights_section .video-box .video-content {
    position: relative;
    display: block;
    width: 100%;
    padding: 12px 0 24px 0;
    float: left;    
}

.video_highlights_section .video-box .video-content .box_content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
}
/*--------------------------------------------*/
.video_highlights_section .video-box .video-content .customstyle-date {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
	
	position: relative;
}
.video_highlights_section .video-box .video-content .customstyle-date .date-small-txt {
	font-size: 87.5%;
	line-height: 1.25;
	font-weight: 900;	
    color: #E6E6E6;
	margin-right: 5px;
}
/*-----------------------------------------------------------------*/
.video_highlights_section .video-box .video-content .tit-text a {
    font-weight: 600;
    color: #FFFFFF;
    text-transform: uppercase;
    word-break: break-all;
    
    display: -webkit-box;
	/* 第一步：設定 display 為 -webkit-box 元素。 */
	-webkit-box-orient: vertical;
	/* 第二步：設定 box 的子元素，是由上往下垂直排列。*/
	-webkit-line-clamp: 2;
	/* 第三步：設定欲顯示的行數，超出則顯示省略符號(...)。 */
	overflow: hidden;
	/* 第四步：設定超過上述指定之行數時隱藏。 */
	max-height: 60px;
  	/* 第五步：其它瀏覽器降級方式：給定最大高度 */
    
    margin-bottom: 15px;
}
@media(max-width:767px) {
    .video_highlights_section .video-box .mevideodia-content .tit-text a {
        font-size: 93.75%;
        color: #FFFFFF;
    }
}
@media(min-width:768px) {
    .video_highlights_section .video-box .video-content .tit-text a {
        font-size: 112.5%; 
        color: #FFFFFF;
    }
}
.video_highlights_section .video-box .video-item:hover .tit-text a,
.video_highlights_section .video-box .video-item:hover .video-content .customstyle-date .date-small-txt {
    color: #d7a975;
}
/*-----------------------------------------------------------------*/
/*ZoomIn Hover Effect*/
.video_highlights_section .video-box .hover-zoomin a {
    position: relative;
    display: block;    
    overflow: hidden;
}
.video_highlights_section .video-box .hover-zoomin img {
    width: 100%;
    height: auto;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.video_highlights_section .video-box .video-item:hover .hover-zoomin img {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}  
/*------ YOUTUBE 區 --------------------------*/
/*--------------------------------------------*/

/*--------------------------------------------*/
/* ==  YOUTUBE 列表LIST內容區塊  ============== */
.video_highlights_section div.Customize_TITLE-DIV_BOX {    
    font-size: inherit;
    font-weight: 400;    
    color: #090a0c;
	padding-top: 0px;
	padding-left: 0;
	padding-right: 0;
    padding-bottom: 8px;
    margin-bottom: 8px;
    border-bottom: 1px solid #a3a3a3;
}
@media (max-width: 767px) {
	.video_highlights_section div.Customize_TITLE-DIV_BOX {	
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
	}
    .video_highlights_section div.Customize_TITLE-DIV_BOX.mb-3 {
        margin-bottom: 48px !important;
    }
}
@media (min-width: 768px) {
	.video_highlights_section div.Customize_TITLE-DIV_BOX {	
		display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;   
        justify-content: flex-start;
        align-items: flex-start;
	}
}
/*-- ************************************** --*/
/*----- // 左邊 橢圓日期 + 圖片 -----------------*/
.video_highlights_section div.Customize_TITLE-DIV_BOX .left-custombox {
    display: block;
	
	height: auto;
    background-color: transparent;
}
@media (max-width: 767px) {
	.video_highlights_section div.Customize_TITLE-DIV_BOX .left-custombox {
        width: 100%;
	}
}
@media (min-width: 768px) {
	.video_highlights_section div.Customize_TITLE-DIV_BOX .left-custombox {
		max-width: 285px;
	}
}

/*----- // 樣式 左圖片 -------------------------*/
.video_highlights_section div.Customize_TITLE-DIV_BOX > .left-custombox .customstyle-iMGBOX {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	
    border-color: transparent;
    background-color: transparent;
	
	position: relative;
	top: 0; /*7%;*/
	right: 0%;
}
@media (max-width: 767px) {
	.video_highlights_section div.Customize_TITLE-DIV_BOX > .left-custombox .customstyle-iMGBOX {
        flex: 0 0 100%;
        height: 100%; /*65px*/
	}
}
@media (min-width: 768px) {
	.video_highlights_section div.Customize_TITLE-DIV_BOX > .left-custombox .customstyle-iMGBOX {
		flex: 0 0 85px; /*0 0 85px;*/
        height: 100%; /*85px*/
	}
}
 
/*-----------------------------------------------------------------*/
.video_highlights_section div.Customize_TITLE-DIV_BOX > .left-custombox .customstyle-iMGBOX .video-img-outer {
    width: 100%;
    overflow: hidden;
    /*border-radius: 0px 0px 0px 0px;*/
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    border-bottom-right-radius: 16px;
    border-bottom-left-radius: 16px;
}

.video_highlights_section div.Customize_TITLE-DIV_BOX > .left-custombox .customstyle-iMGBOX .video-img-outer iframe {
    width: 100%;
    height: 103.383px;
}
@media (max-width: 767px) {
	.video_highlights_section div.Customize_TITLE-DIV_BOX > .left-custombox .customstyle-iMGBOX .video-img-outer iframe {
        width: 100%;
        height: 315px;
	}
}
@media (min-width: 768px) {
	.video_highlights_section div.Customize_TITLE-DIV_BOX > .left-custombox .customstyle-iMGBOX .video-img-outer iframe {
		width: 100%;
        height: 165px;
	}
}

/*----- // 樣式 左 橢圓日期 ---------------------*/
.video_highlights_section div.Customize_TITLE-DIV_BOX > .left-custombox .customstyle-news_date {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	
    border-color: transparent;
    background-color: transparent;
	
	position: relative;
	top: 0; /*7%;*/
	right: 0%;
}
@media (max-width: 767px) {
	.video_highlights_section div.Customize_TITLE-DIV_BOX > .left-custombox .customstyle-news_date {
        flex: 0 0 65px;
        height: 65px; /*85px*/
	}
}
@media (min-width: 768px) {
	.video_highlights_section div.Customize_TITLE-DIV_BOX > .left-custombox .customstyle-news_date {
		flex: 0 0 85px; /*0 0 85px;*/
        height: 85px; /*85px*/
	}
}

.video_highlights_section div.Customize_TITLE-DIV_BOX > .left-custombox .customstyle-news_date .d-small {	
	font-weight: 700;	
    color: #FFFFFF;
    border: 1px solid #0263B8;
    background-color: #0263B8;	
    
    border-top-left-radius: 99em;
    border-top-right-radius: 0em;
    border-bottom-right-radius: 0em;
    border-bottom-left-radius: 99em;
        
}
.video_highlights_section div.Customize_TITLE-DIV_BOX > .left-custombox .customstyle-news_date .d-big {
    font-family: "Arial";	
	font-weight: 900;
	color: #580000;
    border: 1px solid #0263B8;    
    background-color: #FFFFFF;
    
    border-top-left-radius: 0em;
    border-top-right-radius: 99em;
    border-bottom-right-radius: 99em;
    border-bottom-left-radius: 0em;
}
@media (max-width: 767px) {
	.video_highlights_section div.Customize_TITLE-DIV_BOX > .left-custombox .customstyle-news_date .d-small {
        font-size: 93.75%; /*0.9375em*/
        padding: 6.5px 6px 6.5px 12px;
	}
    .video_highlights_section div.Customize_TITLE-DIV_BOX > .left-custombox .customstyle-news_date .d-big {
        font-size: 137.5%;
        padding: 1px 16px 1.25px 6px;
    }
}
@media (min-width: 768px) {
	.video_highlights_section div.Customize_TITLE-DIV_BOX > .left-custombox .customstyle-news_date .d-small {
        font-size: 93.75%; /*0.9375em*/
        padding: 12px 12px 12px 24px;
	}
    .video_highlights_section div.Customize_TITLE-DIV_BOX > .left-custombox .customstyle-news_date .d-big {
        font-size: 175%; /*1.75em*/
        padding: 2px 24px 2.5px 12px;
    }
}
/*--------------------------------------------*/

/*-------------------------------------------------------*/
/*----- // 右邊 公告訊息連結標題 + 日期 + 類別 + 至頂標籤 -----*/
.video_highlights_section div.Customize_TITLE-DIV_BOX > .custom_content_box {
    flex: 1;    
    border-bottom: none;
	
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
}
.video_highlights_section div.Customize_TITLE-DIV_BOX > .custom_content_box::before {
    position: absolute;
    content: '';    
    /*top: 0;*/
    left: 190px;
    width: 1px;
    height: 80px;
    background: #a3a3a3;
}
@media (max-width: 767px) {
	.video_highlights_section div.Customize_TITLE-DIV_BOX > .custom_content_box {
        margin-top: 24px;
        margin-left: 0px;
        padding: 0;
	}
    .video_highlights_section div.Customize_TITLE-DIV_BOX > .custom_content_box::before {
        display: none;
    }
}
@media (min-width: 768px) {
	.video_highlights_section div.Customize_TITLE-DIV_BOX > .custom_content_box {
        margin-left: 0px;
		padding: 5px 0 5px 0;
	}
    .video_highlights_section div.Customize_TITLE-DIV_BOX > .custom_content_box::before {
        display: none;
    }
}
/*--------------------------------------------*/
.video_highlights_section div.Customize_TITLE-DIV_BOX .box_detail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center; 
	width: 100%;	
}

@media (max-width: 768px) {
	.video_highlights_section div.Customize_TITLE-DIV_BOX .box_detail {
		margin: 0;
	}
}
/*--------------------------------------------*/
/*----- // 至頂標籤 ---------------------------*/
.video_highlights_section div.Customize_TITLE-DIV_BOX > .custom_content_box .customstyle-hotop {
	position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    
}
@media (max-width: 767px) {
	.video_highlights_section div.Customize_TITLE-DIV_BOX > .custom_content_box .customstyle-hotop {    
		padding: 0 12px 0 0;
	}
}
@media (min-width: 768px) {
	.video_highlights_section div.Customize_TITLE-DIV_BOX > .custom_content_box .customstyle-hotop {      
		padding: 0 0 0 24px;
	}
}
.video_highlights_section div.Customize_TITLE-DIV_BOX > .custom_content_box .customstyle-hotop .icon-small {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    
	font-size: 62.5%;
	line-height: 1.5;
	font-weight: 900;	
	padding: 2px 16px;
	border-radius: 5px;
	margin-right: 5px;
    border: 1px solid #FFFFFF;
}
.video_highlights_section div.Customize_TITLE-DIV_BOX > .custom_content_box .customstyle-hotop .icon-small.hot-bg {
	color: #FFFFFF;    
	background: #ce1800;
}
.video_highlights_section div.Customize_TITLE-DIV_BOX > .custom_content_box .customstyle-hotop .icon-small.top-bg {
	color: #FFFFFF;
	background-color: #004aa5;
}
.video_highlights_section div.Customize_TITLE-DIV_BOX > .custom_content_box .customstyle-hotop .icon-small.new-bg {
	color: #090a0c;
	background-color: #fda601;
}
/*----- // 至頂標籤 ---------------------------*/
/*--------------------------------------------*/
/*----- // 公告訊息連結標題 --------------------*/
.video_highlights_section div.Customize_TITLE-DIV_BOX .title_name a {
	display: inline-block;
    font-size: 112.5%;
    font-weight: 600;
    color: #090a0c;
    text-transform: uppercase;
    word-break: break-all;	
	margin-bottom: 15px;
    padding: 0 0 0 24px;
	width: 100%;
	
    
    display: -webkit-box;
	/* 第一步：設定 display 為 -webkit-box 元素。 */
	-webkit-box-orient: vertical;
	/* 第二步：設定 box 的子元素，是由上往下垂直排列。*/
	-webkit-line-clamp: 2;
	/* 第三步：設定欲顯示的行數，超出則顯示省略符號(...)。 */
	overflow: hidden;
	/* 第四步：設定超過上述指定之行數時隱藏。 */
	max-height: 60px;
  	/* 第五步：其它瀏覽器降級方式：給定最大高度 */
}
@media(max-width: 767px) {
	.video_highlights_section div.Customize_TITLE-DIV_BOX .title_name a {
		font-size: 93.75%;
        padding: 0;
	}
}
@media(min-width: 768px) {
	.video_highlights_section div.Customize_TITLE-DIV_BOX .title_name a {
		font-size: 112.5%;
	}
}
.video_highlights_section div.Customize_TITLE-DIV_BOX .date a, 
.video_highlights_section div.Customize_TITLE-DIV_BOX .title_name a {
    color: #FFFFFF;						/*字顏色*/
}

.video_highlights_section div.Customize_TITLE-DIV_BOX .date a:hover, 
.video_highlights_section div.Customize_TITLE-DIV_BOX .title_name a:hover {
    color: #d7a975;						/*滑過時變色*/
}
/*----- // 公告訊息連結標題 --------------------*/
/*--------------------------------------------*/
/*----- // 類別 ------------------------------*/
.video_highlights_section div.Customize_TITLE-DIV_BOX .box_category {
	display: flex;	
	float: left;
}
@media (max-width: 767px) {
	.video_highlights_section div.Customize_TITLE-DIV_BOX .box_category { 
		padding: 0 12px 0 0;
	}
}
@media (min-width: 768px) {
	.video_highlights_section div.Customize_TITLE-DIV_BOX .box_category {   
		padding: 0 0 0 24px;
	}
}

.video_highlights_section div.Customize_TITLE-DIV_BOX .box_category .tags-text {
    font-size: 93.75%; /*0.9375em;*/
    line-height: 1.5;
    font-weight: 600;
    color: #FFFFFF;
    margin-bottom: 0px;
}
/*----- // 類別 ------------------------------*/
/*--------------------------------------------*/
/*----- // 小日期文字 --------------------------*/
.video_highlights_section div.Customize_TITLE-DIV_BOX .box_time {
	display: flex;
	float: left;
	padding: 0 0 0 24px;
}
@media (max-width: 767px) {
	.video_highlights_section div.Customize_TITLE-DIV_BOX .box_time {        
		padding: 0 12px 0 0;
	}
}
@media (min-width: 768px) {
	.video_highlights_section div.Customize_TITLE-DIV_BOX .box_time {        
		padding: 0 12px 0 24px;
	}
}

.video_highlights_section div.Customize_TITLE-DIV_BOX .box_time .time-text {
	font-size: 93.75%; /*0.9375rem*/
	line-height: 1.5;
	font-weight: 500;
	color: #FFFFFF;
    margin-bottom: 0px;
}
/*----- // ICON 圖示 --------------------------*/
.video_highlights_section div.Customize_TITLE-DIV_BOX .box_category i,
.video_highlights_section div.Customize_TITLE-DIV_BOX .box_time i {
	font-size: 87.5%; /*0.9375em*/
	line-height: 1.75;
	margin-right: 10px;
}

.video_highlights_section div.Customize_TITLE-DIV_BOX .box_category i {	    
	color: #FFFFFF;
}	
.video_highlights_section div.Customize_TITLE-DIV_BOX .box_time i {	    
	color: #FFFFFF;
}
/*----- // ICON 圖示 --------------------------*/
/*-- ************************************** --*/

/*--------------------------------------------*/
/* ==  YOUTUBE 列表LIST內容區塊  ============== */
/*--------------------------------------------*/
/* ================================================== */
/* ------ 首頁 影片集錦 video_highlights_section ------ */
/* ================================================== */



/* ================================================ */
/* ------ 首頁 中心成員 center_members_section ------ */
/* ================================================ */
.center_members_section {
	position: relative;
	
	background-color: transparent; /* #0263b8 / 014785 / 00479d */  
	background-size: auto; 
	background-position: bottom; 
	background-repeat: repeat; 
	/*background-image: url("../images/card/background-image_54x48.svg");*/
}
.center_members_section::before {
    content: url("../images/center_members/background-image_01_538x411.svg");
    position: absolute;
    top: 0%;
    border-radius: 50%;
    z-index: -1;
    opacity: 0.5;
    
    /*-webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: bounce;
    animation-name: bounce;
    
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    
    -webkit-animation-duration: 5s;
    animation-duration: 5s;
    
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;*/
}
@media (max-width: 768px) {
	.center_members_section::before { 
		opacity: 0.15;
	}
}
/*------------------------------------------------*/
/* ------ Mask-DivBox --------------------------- */
.center_members_section .Mask-DivBox {
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    width: 100%;
    margin: 0 auto;
}   
/*
.center_members_section .Mask-DivBox::after {
    content: '';
	position: absolute;	
    top: 0;
	left: 0;
	height: 100%;	
    background-color: rgba(255, 255, 255, 0.7);
}
@media (max-width:991px) {
	.center_members_section .Mask-DivBox::after {
		width: 100%;
        *background-color: rgba(255, 255, 255, 0.7);*
	}
}
@media (min-width:992px) {
	.center_members_section .Mask-DivBox::after {
        width:  calc(75% + 15px);
	}
}
@media (min-width:1200px) {
	.center_members_section .Mask-DivBox::after {
        width: calc(75% - 30px);
	}
}
*/
/*--------------------------------------------*/
.center_members_section.owl-box .item .wrapper_box .mb-30 {
    margin-bottom: 30px;
}

.center_members_section.owl-box .item .wrapper_box .media-item {
    position: relative;
    float: left;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px; 
    
    border-radius: 16px;
    background-color: #FFFFFF;
    
    box-shadow: 1px 1.732px 18px 0px rgba(0, 0, 0, 0.15);
}
/*.center_members_section.owl-box .item .wrapper_box .media-item::after {
    position: absolute;
    width: 80%;
    height: 20px;
    
    content: "";
    bottom: -21px;
    left: 10%;
    border-radius: 0px 0px 16px 16px;
    background-color: #d7a975;
    
    transform: translate(0,-103%);    
    transition: all 0.3s ease 0s;
    z-index: -1;
}
.center_members_section.owl-box .item .wrapper_box .media-item:hover::after {
    transform: translate(0,0%);
}*/
/*--------------------------------------------*/

.center_members_section.owl-box .item .wrapper_box .media-item a {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}


.center_members_section.owl-box .item .wrapper_box .media-item a .media-img-outer {
    overflow: hidden;
    /*border-radius: 0px 0px 0px 0px;*/
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}
.center_members_section.owl-box .item .wrapper_box .media-item a .media-content {
    position: relative;
    display: block;
    width: 100%;
    padding: 24px 24px 24px 24px;
    float: left;   
    border-top: 5px solid #d7a975;
    background-color: transparent;
}

.center_members_section.owl-box .item .wrapper_box .media-item a .box_content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
/*--------------------------------------------*/
/*----- // 至頂標籤 ---------------------------*/
.center_members_section .customstyle-hotop {
	position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.center_members_section .customstyle-hotop .icon-small {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    
	font-size: 62.5%;
	line-height: 1.5;
	font-weight: 900;	
	padding: 2px 16px;
	border-radius: 5px;
	margin-right: 5px;
}
.center_members_section .customstyle-hotop .icon-small.hot-bg {
	color: #FFFFFF;    
	background: #ce1800;
}
.center_members_section .customstyle-hotop .icon-small.top-bg {
	color: #FFFFFF;
	background-color: #004aa5;
}
.center_members_section .customstyle-hotop .icon-small.new-bg {
	color: #090a0c;
	background-color: #fda601;
}
/*----- // 至頂標籤 ---------------------------*/
/*--------------------------------------------*/
/*-----------------------------------------------------------------*/
.center_members_section.owl-box .item .wrapper_box .media-item a .media-content .customstyle-date {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	
	position: relative;
}
.center_members_section.owl-box .item .wrapper_box .media-item a .media-content .customstyle-date .date-small-txt {
	font-size: 87.5%;
	line-height: 1.25;
	font-weight: 900;	
    color: #707070;
	text-align: center;
	padding: 2px 0px;
	border-radius: 4px;
	margin-right: 5px;
}

/*-----------------------------------------------------------------*/
.center_members_section.owl-box .item .wrapper_box .media-item a .media-content .tit-text {
    font-weight: 600;
    color: #090a0c;
    text-transform: uppercase;
    word-break: break-all;
    
    display: -webkit-box;
	/* 第一步：設定 display 為 -webkit-box 元素。 */
	-webkit-box-orient: vertical;
	/* 第二步：設定 box 的子元素，是由上往下垂直排列。*/
	-webkit-line-clamp: 2;
	/* 第三步：設定欲顯示的行數，超出則顯示省略符號(...)。 */
	overflow: hidden;
	/* 第四步：設定超過上述指定之行數時隱藏。 */
	max-height: 60px;
  	/* 第五步：其它瀏覽器降級方式：給定最大高度 */
    
    /*margin-bottom: 15px;*/
}
@media(max-width:575px) {
    .center_members_section.owl-box .item .wrapper_box .media-item a .media-content .tit-text {
        font-size: 93.75%;
        color: #090a0c;
    }
}
@media(min-width:576px) {
    .center_members_section.owl-box .item .wrapper_box .media-item a .media-content .tit-text {
        font-size: 112.5%; 
        color: #090a0c;
    }
}
/*-----------------------------------------------------------------*/
/*ZoomIn Hover Effect*/
.center_members_section.owl-box .item .wrapper_box .media-item a:hover .hover-zoomin {
    position: relative;
    display: block;    
    overflow: hidden;
}
.center_members_section.owl-box .item .wrapper_box .media-item a:hover .hover-zoomin img {
    width: 100%;
    height: auto;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.center_members_section.owl-box .item .wrapper_box .media-item a:hover .hover-zoomin img {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}
.center_members_section.owl-box .item .wrapper_box .media-item a:hover .media-content {
    border-top: 5px solid #FFFFFF;
    background-color: #d7a975;
}
.center_members_section.owl-box .item .wrapper_box .media-item a:hover .tit-text {
    color: #483703;
}

.center_members_section.owl-box .item .wrapper_box .media-item a:hover .media-content .customstyle-date .date-small-txt {
    color: #8a6c4a;
}
/*-----------------------------------------------------------------*/
/* ============================= */
/* ==  左右選擇鍵 中間  ========== */
.center_members_section.owl-box .owl-nav {
	margin-top: 15px;
}

.center_members_section.owl-box .owl-carousel .owl-nav button.owl-prev,
.center_members_section.owl-box .owl-carousel .owl-nav button.owl-next {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.center_members_section.owl-box .owl-carousel .owl-nav button.owl-prev,
.center_members_section.owl-box .owl-carousel .owl-nav button.owl-next {    
    font: inherit;
	color: inherit;	
	padding: 0 !important;
    background: 0 0;
	border: none;   
	
	position: absolute; 
	top: 45%;
	z-index: 1;
}
.center_members_section.owl-box .owl-carousel .owl-nav button.owl-prev,
.center_members_section.owl-box .owl-carousel .owl-nav button.owl-next {
	width: 45px;
    height: 45px;
	/*border-radius: 100%;*/
}
/*..............................................................................*/
.center_members_section.owl-box .owl-carousel .owl-nav button.owl-prev {
	left: -45px;
	margin-right: 7.5px;	
}
@media(max-width: 991px) {
	.center_members_section.owl-box .owl-carousel .owl-nav button.owl-prev {
		left: -23.5px;
        margin-right: 0;
	}
}
/*..............................................................................*/
.center_members_section.owl-box .owl-carousel .owl-nav button.owl-next {
	right: -45px;
	margin-left: 7.5px;
}
@media(max-width: 991px) {
	.center_members_section.owl-box .owl-carousel .owl-nav button.owl-next {
		right: -23.5px;
        margin-left: 0;
	}
}
/*..............................................................................*/

.center_members_section.owl-box .owl-carousel .owl-nav button.owl-prev span,
.center_members_section.owl-box .owl-carousel .owl-nav button.owl-next span {
	width: 45px;
    height: 45px;
	border: 1px solid #d7a975 !important;
	background-color: rgba(255,255,255,0.75) !important;
	/*border-radius: 100%;*/
    border-radius: .25rem;
} 
.center_members_section.owl-box .owl-carousel .owl-nav button.owl-prev span {
	content: url("../images/owl-carousel/prev.svg");
}
.center_members_section.owl-box .owl-carousel .owl-nav button.owl-next span {
	content: url("../images/owl-carousel/next.svg");
} 

.center_members_section.owl-box .owl-carousel .owl-nav button.owl-prev span:hover {
	content: url("../images/owl-carousel/prev-hover.svg");
	border: 1px solid #d7a975 !important;
	background-color: #d7a975 !important;
}
.center_members_section.owl-box .owl-carousel .owl-nav button.owl-next span:hover {
	content: url("../images/owl-carousel/next-hover.svg");
	border: 1px solid #d7a975 !important;
	background-color: #d7a975 !important;
} 
.center_members_section.owl-box .owl-carousel .owl-nav button.owl-prev:focus,
.center_members_section.owl-box .owl-carousel .owl-nav button.owl-next:focus,
.center_members_section.owl-box .owl-carousel .owl-nav button.owl-prev span:focus,
.center_members_section.owl-box .owl-carousel .owl-nav button.owl-next span:focus {
	display: block;
	width: 45px;
    height: 45px;
	/*border-radius: 100%;*/
    border-radius: .25rem;
	background-color: transparent !important;
	outline: 2px solid #43B5FC !important;
}
/* ==  左右選擇鍵 中間  ========== */
/* ============================= */

/* ================================================ */
/* ------ 首頁 中心成員 center_members_section ------ */
/* ================================================ */


/* ============================================== */
/* ------ 首頁 快速連結區 quick_link_section ------ */
/* ============================================== */
.faq-section {
    /*background-color: #FFFFFF;*/
    /*background-image: url("../images/bg/background-image_1903x600.png");*/
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #011e38;
}

.faq-section .faqbox_block {
	clear: both;
	float: left;
    width: 100%;
}

.faq-section ul.faqbox_block-info {
	list-style: none;
	padding: 0;
    margin: 0;
}

.faq-section ul.faqbox_block-info li {
	float: left;
    width: 100%;
}

.faq-section ul.faqbox_block-info li.info_li_box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	justify-content: flex-start;
	/*align-items: center;*/
    
    float: left;
	width: 100%;
}
/*---------------------*/
/*-- 標題 --*/
.title-panel-body {
    position: relative;
    display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;

	border-top: none;
}
.faq-section ul.faqbox_block-info li.info_li_box .title-panel-body::before {    
    content: "";
    position: absolute;    
    width: 5px;
    height: 50%;
    background-color: #d7a975;
    
    top: 50%;
    left: 3px;
    transform: translate(-50%, -50%);
    z-index: 1;
}

.faq-section ul.faqbox_block-info li.info_li_box .title-panel-body::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #d7a975;
}


.faq-section ul.faqbox_block-info li.info_li_box .info_title {
    position: relative;
    font-size: 112.5%;
    font-weight: 600;
    color: inherit;
    text-transform: uppercase;
    word-break: break-all;
    
    width: 100%;
    color: #FFFFFF;
    padding: 12px 0 12px 18px;
}
@media(max-width: 575px) {
    .faq-section ul.faqbox_block-info li.info_li_box .info_title {
        font-size: 93.75%;
    }
}
@media(min-width: 576px) {
    .faq-section ul.faqbox_block-info li.info_li_box .info_title {
        font-size: 112.5%;         
    }
}

/*---------------------*/
/*-- panel-body --*/
.faq-section .faqbox_block-info .panel-body {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;

	border-top: none;
}
.faq-section .faqbox_block-info .panel-body .ss-box {
    position: relative;
    display: block;
    padding: 12px 0 0 0;
}
.faq-section .faqbox_block-info .panel-body .ss-box ul {
	list-style: none;
	padding-left: 0;
}

.faq-section .faqbox_block-info .panel-body .ss-box ul li a {
	position: relative;
	display: block;
	padding: 5px 0;
    padding: 4px 0 4px 0;
    margin: 0 18px 0 18px;
	color: #FFFFFF;
}

.faq-section .faqbox_block-info .panel-body .ss-box ul li:hover a::before {    
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 1px;
    content: '';
    left: 0;
    bottom: 0;
	background-color: #d7a975;
    opacity: 1 !important;
}
.faq-section .faqbox_block-info .panel-body .ss-box ul li a:hover {
	color: #d7a975;
}
/* ================================== */
/* ==  點我收合 ====================== */
/* ================================== */
/* ============================================== */
/* ------ 首頁 快速連結區 quick_link_section ------ */
/* ============================================== */


/* ============================================= */
/* ------ 頁尾 FOOTER --------------------------- */
/* ============================================= */
.footer_section {
    position: relative;
    display: block;
    padding: 30px 0 0 0;
	background-color: #011e38; /*transparent*/
	
	/*background-image: url(images/bg/down_background-image_1920x108.png);
	background-size: auto;
	background-repeat: no-repeat;
	background-position: top;*/
}

.footerbg-img::after {
    position: absolute;
    background-color: transparent;
    left: 0;
    top: -25px;
    width: 100%;
    height: auto;
    content: url("../images/bg/down_background-image_1920x108.png");
    z-index: 30;
}

.footer-black {
	position: relative;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	z-index: 1;
}

/*.footer-black:before {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background: #41403c;
	content: "";
	opacity: 0.90;
}*/

.footer-black .widgets-box {
	position: relative;
	padding: 10px 0 10px 0;
}

.footer-black.alternate .widgets-box {
	margin-top: 0;
	padding-top: 95px;
}

.footer-black .footer-widget {
	position: relative;
}

/*-------------------------------------*/
/*----- about-widget ------------------*/
.footer-black .about-widget {
	position: relative;
	/*padding: 0 15px;*/	
}

.footer-black .footer-logo {
	position: relative;
	margin-bottom: 30px;
	/*padding-left: 10px;*/
}

.footer-black .footer-logo div {
	margin: 0;
	/*margin-top: -5px;*/
}

.footer-black .footer-logo div a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
}
/*@media (max-width: 768px) {
	.footer-black .footer-logo div a {
		justify-content: center;
	}
}*/

.footer-black .footer-logo img {
	display: block;
	max-width: 100%;
}

.footer-black .about-widget ul.list {
	padding-left: 10px;
	margin-bottom: 1.5rem;
}

.footer-black .about-widget .list li {
	position: relative;
	display: block;
	line-height: 1.5;
	font-size: 93.75%; /*0.9375em*/
	color: #FFFFFF;
	font-weight: 400;
	margin-bottom: 5px;
}

.footer-black .about-widget .list li a {
	color: #FFFFFF;
}

.footer-black .about-widget .list li a:hover {
	color: #d7a975;
}

.footer-black .about-widget .text {
	position: relative;
	font-size: 93.75%; /*0.9375em*/
	line-height: 1.85;
	color: #FFFFFF;
	font-weight: 600;
	text-align: left;
	margin-bottom: 25px;
}

.footer-black .about-widget .text a {
	color: #f8ecd1;
}

.footer-black .about-widget .text a i {
	font-size: inherit;
}

.footer-black .about-widget .text a .icon {
	position: relative;
	display: inline-block;
	top: 5px;
	width: 24px;
	height: 24px;
	font-size: inherit;
	color: inherit;
	content: url("../images/footer/small_icon/map-custom.svg");
}
.footer-black .about-widget .text a .icon:hover {
	content: url("../images/footer/small_icon/map-custom-hover.svg");
}

.footer-black .about-widget .text a:hover {
	color: #ffbf00;
}

@media (max-width: 1140px) {
	.footer-black .footer-logo {
		padding-left: 2.5px;
	}
	.footer-black .about-widget ul.list {
		padding-left: 2.5px;
	}
	.footer-black .about-widget .text {
		padding-left: 2.5px;
	}
}
/*----- about-widget -------------------/
/*-------------------------------------*/

/*-------------------------------------*/
/*----- 聯絡資訊 -----------------------*/
.footer-black .widget-title-content {
    position: relative;
    display: block;
}
.footer-black .widget-title-content:before {
    content: "";
	position: absolute;
    bottom: 1px;
	left: 0;	
    width: 70px;
    height: 2px;
    background-color: #d7a975;
}

.footer-black div.TitleDivBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    
    padding-bottom: 1rem; /*48px*/
	margin-bottom: 1rem; /*48px*/
}

.footer-black span.widget-title {
	position: relative;
	font-size: 112.5%; /*1.125em*/
	font-weight: 500;
	color: #FFFFFF;
	line-height: inherit;
}
/*.footer-black span.widget-title:before {
	position: absolute;
	left: 0; /*0*
	top: 0;
	font-size: 100%; /*1em*
	line-height: inherit;
	color: #f8ecd1;
	font-weight: 400;
	content: "\f141";
	font-family: "FontAwesome";
	transform: rotate(90deg);
}*/

.footer-black span.widget-V-line {
	position: relative;
	font-size: 75%; /*0.875em*/
	font-weight: 500;
	color: #FFFFFF;
	line-height: inherit;
	padding-left: 10px;
}

.footer-black span.widget-english {
	position: relative;
	font-size: 75%; /*0.875em*/
	font-weight: 500;
	color: #FFFFFF;
	line-height: inherit;
	padding-left: 10px;
}

.footer-black .info-widget {
	position: relative;
}

.footer-black .info-widget ul.list {
	padding-left: 2.5px;
	margin-bottom: 1.5rem;
}

.footer-black .info-widget .list li {
	position: relative;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-direction: row;	
	
	font-size: 93.75%; /*0.9375em*/
    line-height: inherit;
	color: #FFFFFF;
	font-weight: 400;
	margin-bottom: 5px;
}

.footer-black .info-widget .list li a {
	color: #FFFFFF;
}

.footer-black .info-widget .list li a:hover {
	color: #d7a975;
}

.footer-black .info-widget .list li a i {
	position: relative;
	top: -1px;
	font-size: 87.5%; /*0.875em*/
	color: #d7a975; /*#FFFFFF*/
	margin-right: 5px;
}
.footer-black .info-widget .list li i {	
	position: relative;
	top: 6px;
	font-size: 87.5%; /*0.875em*/
	color: #d7a975; /*#FFFFFF*/
	margin-right: 5px;
}

.footer-black .info-widget .text {
	position: relative;
	font-size: 93.75%; /*0.9375em*/
	line-height: inherit;
	color: #FFFFFF;
	font-weight: 400;
}
/*----- 聯絡資訊 -----------------------*/
/*-------------------------------------*/

/*-------------------------------------*/
/*----- FB + LINE+ 相關連結 ------------*/
.footer-black .info-widget .social_box {
	display: inline-block;
	margin-top: 0px;
	/*width: 100%;*/	
}

.footer-black .info-widget .social_box a {
	width: 40px; /*cara 原32*/
	height: 40px; /*cara 原32*/
	margin-right: 10px; /*25*/
	
	display: inline-block;
	margin-bottom: 8px; /*25*/
}

.footer-black .info-widget .social_box a .img1,
.footer-black .info-widget .social_box a .img2 {
    max-width: 100%;
    height: auto;
}

.footer-black .info-widget .social_box a .img2 {
	display: none;
}

.footer-black .info-widget .social_box a:hover .img1 {
	display: none;
}

.footer-black .info-widget .social_box a:hover .img2 {
	display: inline-block;
}
/*----- FB + LINE+ 相關連結 ------------*/
/*-------------------------------------*/

/*-------------------------------------*/
/*----- 無障礙 LOGO --------------------*/
.footer-black .info-widget .Accessibility-Badge_box {
	display: inline-block;
	margin-top: 0px;
	/*width: 100%;*/
}
.footer-black .info-widget .Accessibility-Badge_box a {
	display: inline-block;
	width: 100%;	
}

.footer-black .info-widget .Accessibility-Badge_box a img.Accessibility-Badge {
	max-width: 100%;	
	height: 36px;
}
/*-------------------------------------*/
/*----- 無障礙 LOGO --------------------*/

/*-------------------------------------*/
/*----- FOOTER 電子報 ------------------*/
.footer-black .info-widget .widget-content .row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: 0px;
    margin-left: 0px;
}

.footer-black .info-widget .btn {
	padding: 5px 5px !important;
}
.footer-black .info-widget .btn.btn-subscribe {
    color: #FFFFFF;
    background-color: #d7a975;
    border-color: #d7a975;
	margin-right: 2.5px;
}

.footer-black .info-widget .btn.btn-cancel {
    color: #FFFFFF;
    background-color: #d7a975;
    border-color: #d7a975;
	margin-left: 2.5px;
}

.footer-black .info-widget .btn.btn-subscribe:hover,
.footer-black .info-widget .btn.btn-cancel:hover {
    color: #d7a975;
    background-color: #FFFFFF;
    border-color: #d7a975;
}
/*----- FOOTER 電子報 ------------------*/
/*-------------------------------------*/

.footer-black .info-widget .widget-tw-title {
	font-size: 1.25rem; /*20px*/
	font-weight: 600;
	letter-spacing: 0.5rem;
	color: #FFFFFF;
}

.footer-black .info-widget .widget-en-title {
	font-size: 0.875rem; /*15px*/
	letter-spacing: 0.125rem;
	color: #FFFFFF;
}

/* footer link */
.footer-black .widget-content .link-fb,
.footer-black .widget-content .link-yt{
	font-size: 250%;
	color: #FFFFFF;
}
.footer-black .widget-content .link-fb:hover,
.footer-black .widget-content .link-yt:hover{
	font-size: 250%;
	color: #d7a975;
}
/* ============================================= */
/* ------ 頁尾 FOOTER --------------------------- */
/* ============================================= */


/* ============================================= */
/* ------ 首頁 GO-TO-TOP ------------------------ */
/* ============================================= */
#gotop_btn {
  display: inline-block;
  width: 40px;
  height: 40px;
  text-align: center;
  border-radius: 99em; /*4px*/
  position: fixed;
  bottom: 30px; /*30*/
  right: 15px;  /*30*/
  transition: background-color .3s, opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
  background-color: rgba(0,0,0,0.75);
}

#gotop_btn::after {
  /*content: "\f077";*/
  /*content: url("../images/go-to-top/gototop_40x40.svg");*/
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 150%; /*1.5em*/ /*2em*/
  line-height: 36px; /*50*/
  color: #FFFFFF;
}

#gotop_btn:hover {
  cursor: pointer;
  background-color: #fc440f;
}

#gotop_btn:active {
  background-color: #fc440f;
}

#gotop_btn.show {
  opacity: 1;
  visibility: visible;
}

#gotop_btn.show:focus {
	background-color: #ffbf00;
	text-decoration: none;
	outline: 2px solid #43B5FC;
}
/* ============================================= */
/* ------ 首頁 GO-TO-TOP ------------------------ */
/* ============================================= */


/* ============================================= */
/* ------ 首頁 浮動 FB ICON 圖示 ----------------- */
/* ============================================= */
.buybtn-panel.is-hidden {
	left: -240px;
	-webkit-transition: left .3s ease-out;
	transition: left .3s ease-out;
	height: 170px;
	width: 270px;
}
.buybtn-panel {
	position: fixed;
	z-index: 999;
	top: 300px;
	left: 0;
	padding: 15px;
	background: rgba(0,0,0,0.7);
	transition: .3s, transform .3s;
	width: 270px;
	height: auto;
	border-radius: 0 5px 5px 0;
	padding-right: 30px;
}
.buybtn-close {
	position: absolute;
	top: 10px;
	left: calc(270px - 15px);
    
	cursor: pointer;
	display: block;
    
	width: 40px;
	right: 0;
    
	font-size: 16px;
    font-weight: bold;
	line-height: 80px;

	writing-mode: vertical-rl;
	height: 150px;
	padding: 0;
	padding-top: 30px;
    

    color: #FFFFFF !important;
    color: var(--global-Fonts-FFFcolor) !important;
}
.buybtn-panel.is-hidden .buybtn-close:before {
	content: "▶";
	font-style: normal;
	font-weight: 900;
	font-size: 95%;
	top: -10px;
}
.buybtn-close:before {
	position: absolute;
	top: -10px;
	content: "◀";
	
    font-size: 95%;
    font-style: normal;
	font-weight: 900;
	text-align: center;
    
	color: #FFFFFF;
    color: var(--global-Fonts-FFFcolor);

	height: 40px;
	width: 40px;	
}
.buybtn-panel.is-hidden img {
	visibility: hidden;
}
.buybtn-panel img {
	width: 100%;
}
.buybtn-panel a {
	position: relative;
	display: inline-block;
	margin-bottom: 10px;
}
/* ============================================= */
/* ------ 首頁 浮動 FB ICON 圖示 ----------------- */
/* ============================================= */










































