@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 圖示

-------------------------- */
/* ======================= */

:root {
    --size: 75px;
    --size2: 1920px;
}

/* ============================================= */
/* ------ 首頁 site-header ---------------------- */
/* ============================================= */
#site-header {
	position: sticky;
	visibility: visible;
	opacity: 1;
	left: 0px;
	top: 0px;
	width: 100%;
	padding: 0px 0px;
	/*z-index: -1;*/
    z-index: 99901;	
	/* background: #f5f5f5; */

	/*-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: 12px 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);
	content: "/";
} */

.header_Box .nav-item {
	display: flex;
	justify-content: center;
	align-items: center;
	/*height: 30px;*/
	font-size: 0.95rem;
}

.header_Box .nav-link {
	font-size: 108%;
    display: block;
	padding-top: 0.25rem;
	padding-left: 0.35rem;
	padding-right: 0.35rem;
	padding-bottom: 0.25rem;
	letter-spacing: 1.5;	
}

@media (max-width: 1200px) {	
	.header_Box .nav-link {
		font-size: 100%;
	}
}

@media (max-width: 992px) {	
	.header_Box .nav-link {
		padding-top: 0.125rem;
		/*padding-left: .75rem;
		padding-right: .75rem;*/
		padding-bottom: 0.25rem;
		font-size: 100%;
	}
}
/*.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: var(--blackcolor);
    /*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: #2f1812;
    /*pointer-events: none;*/ /*滑鼠無作用*/
    /*cursor: default;*/ /*預設-滑鼠無作用*/
}
.header_Box .nav-item a.nav-link.active,
.header_Box .nav-item a:hover.nav-link.active {
    color: #2f1812;
}

.header_Box .nav-item a.nav-link i {
	margin-right: 3px;
}

/*=============================================*/
/*=============================================*/
.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: var(--G999color);
}
.search_box .search-input::-webkit-input-placeholder { /* Chrome, Safari */
    color: var(--G999color);
}
.search_box .search-input:-ms-input-placeholder { /* IE 10+ */
    color: var(--G999color);
}
.search_box .search-input::-moz-placeholder { /* Firefox 19+ */
    color: var(--G999color);
    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;*/
	transition: 0.5s;
}
@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; */
	display: flex;
	font-size: 150%; /*1.5em*/
	font-weight: 500;
	line-height: 1.2;
	white-space: nowrap;
	
	padding-top: 0.2rem !important;
	padding-bottom: 0.2rem !important;
	margin-right: 1rem;
	margin-bottom: 0;
	margin-left: 2rem;
}
@media (max-width:576px) {
	.header_section .navbar-brand,
	.header_section h1 .navbar-brand,
	.menu_section .navbar-brand,
	.menu_section h1 .navbar-brand {
		margin-left: 0rem;
	}
}
.header_section .navbar-brand img,
.menu_section .navbar-brand img {
    width: 140px; /*300*/
	height: 65px;
	max-width: 140px;
}
@media (max-width: 992px) {
	.header_section .navbar-brand,
	.header_section h1 .navbar-brand,
	.menu_section .navbar-brand,
	.menu_section h1 .navbar-brand {
		margin-left: 1rem;
	}
	.header_section .navbar-brand img,
	.menu_section .navbar-brand img {
		width: 130px; /*300*/
		height: 65px;
		max-width: 130px;
	}
}

/* @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: var(--blackcolor);
    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: rgb(255 255 255 / 90%);
	/*
    background-image: url(../images/hero-bg.svg);
    background-size: cover;
    background-position: bottom;
	*/
}
@media (max-width:1234px) {
	.menu_section {
		-ms-flex-direction: row;
		flex-direction: row;
	}
}
.menu_section .customMENU_Box {
    position: relative;
    display: block;
    /* padding: 5px 0; */
}

.menu_section .navbar-toggler {
    padding: 0.5rem 0.5rem;
    font-size: 125%; /*1.25em*/
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
	/*border-radius: .25rem;*/
	border-radius: 0;
    
    /*background: #2e1a13;*/
    background: transparent;
}
@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: #b78438;*/
}
/*----------------------------------------------------------------*/
.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_hover.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_hover.svg");
}
/*.menu_section .navbar-dark .navbar-toggler:hover .close {
    background-image: url("../images/navbar-close-icon.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 ---------------- */
/* ============================================= */

/* ooooooooooooooooooooooooooooooooooooooooooooooooooooo */
/* ------ 首頁 右邊區塊 SCROLL DOWN ---------------------- */
div.scrollDown {
    position: absolute;    
    bottom: 200px;
    left: 50%;
	transform: translate(-50%,0%);
    
    width: 90px;
    height: 155px;
    
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
    -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;   
        
    font-size: 115%;
    color: #2e1a13;
    font-weight: 700;
    -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
    cursor: pointer;
    z-index: 25;
}

div.scrollDown span {
    position: relative;
    display: block;
    left: -2px;
    width: 1px;
    height: 55px;    
    margin: 10px auto 0 auto;
    
    background-color: #b78438;
}
div.scrollDown span::before {
    content: "";
    width: 7px;
    height: 15px;
    display: block;
    position: absolute;
    top: 0;
    left: -3px;
    background-color: #b78438;
    -webkit-transition: border .6s, right .6s, left .6s;
    -o-transition: border .6s, right .6s, left .6s;
    transition: border .6s, right .6s, left .6s;
    -webkit-animation: linedown 3s ease infinite;
    animation: linedown 3s ease infinite;
}
@-webkit-keyframes linedown {
    0% {
        opacity: 0;
        top: 0
    }

    20% {
        opacity: 1;
        top: 0
    }

    80% {
        top: 40px;
        opacity: 1
    }

    95% {
        top: 40px;
        opacity: 0
    }

    to {
        opacity: 0;
        top: 0
    }
}

@keyframes linedown {
    0% {
        opacity: 0;
        top: 0
    }

    20% {
        opacity: 1;
        top: 0
    }

    80% {
        top: 40px;
        opacity: 1
    }

    95% {
        top: 40px;
        opacity: 0
    }

    to {
        opacity: 0;
        top: 0
    }
}
/* ------ 首頁 右邊區塊 SCROLL DOWN ---------------------- */
/* ooooooooooooooooooooooooooooooooooooooooooooooooooooo */
/* ============================================= */
/* ------ 首頁 Carousel_Slide ------------------- */
/* ============================================= */

/* ==   prev + next 按鈕   ===== */
/* ============================= */
/* .carousel_slide_section .carousel_btn-prev-next{
	display: none;
} */
/* .carousel_slide_section .carousel_btn-icon-prev,
.carousel_slide_section .carousel_btn-icon-next {
	position: absolute;

	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-size: 100% 100%;
	background-origin: padding-box;
	background-clip: border-box;
	
}

.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: 3px dotted #ff1414;
	outline-offset: 0px;

    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: var(--FFFcolor);   
    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: var(--FFFcolor);
    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*/
	}
}
/* ------ 輪播 標題文字 -------------------------- */
/*------------------------------------------------*/

/*------------------------------------------------*/
/* ------ 輪播 點點點 ---------------------------- */
.carousel_slide_section dl, 
.carousel_slide_section ol, 
.carousel_slide_section ul {
	margin-top: 0;
	margin-bottom: 1rem;
}

@media (max-width:768px) {
	.carousel_slide_section dl, 
	.carousel_slide_section ol, 
	.carousel_slide_section ul {
		margin-top: 0;
		margin-bottom: 0rem;
	}
}

.carousel_slide_section .carousel-indicators {
    position: absolute;
    bottom: 15px;
    z-index: 15; /*15*/
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    list-style: none;
}
@media (max-width:576px) {
	.menuBox .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: 5px;
    margin-left: 5px;
    text-indent: -999px;
    cursor: pointer;
    background-color: var(--FFFcolor);
    background-clip: padding-box;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .7;
    transition: opacity .6s ease;
	/* border-radius: 100%; */
	border: 1px solid #2f2f2f;
}
.carousel_slide_section .carousel-indicators .active {
	opacity: 1;
	background-color: #7ee09f;
	transition: opacity .6s ease;
	border: 1px solid #2f2f2f;
}

.carousel_slide_section .carousel-indicators li:focus{
	outline: 3px dotted #ff1414 !important;
    outline-offset: 0px;
}
/* ------ 輪播 點點點 ---------------------------- */
/*------------------------------------------------*/

/*------------------------------------------------*/
/* ------ 輪播 暫停/撥放 ------------------------- */
.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: 15px;    
	padding-left: 15px;
    padding-right: 15px;
	padding-bottom: 10px;
    color: #fff;
    text-align: center;
	/*background-color: rgba(0, 0, 0, 0.5);*/
}
@media (max-width: 576px) {
	.menuBox .carousel_slide_section .control-box{
		display: none;
	}
}
.carousel_slide_section .control-start,
.carousel_slide_section .control-pause{
	position: relative;
	width: 48px;
	height: 48px;
	z-index: 999;
	display: none;
}
.carousel_slide_section .control-start,
.carousel_slide_section .control-pause{
	right: 0;
}
.carousel_slide_section .control-start.active,
.carousel_slide_section .control-pause.active{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.carousel_slide_section .control-start a,
.carousel_slide_section .control-pause a{
	position: relative;
	display:inline-block;
	width: 48px;
	height: 48px;
	border-radius: 0;
    background-color: rgba(255,255,255,0.5);
	border: 1px solid #2f2f2f;
	color: var(--FFFcolor); /*c33c70*/
}

.carousel_slide_section .control-start-icon,
.carousel_slide_section .control-pause-icon {
	display: inline-block;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
}

.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.active a,
.carousel_slide_section .control-pause.active a,
.carousel_slide_section .control-start a:active,
.carousel_slide_section .control-pause a:active{
	opacity: 1;
	background-color: rgb(255 255 255 / 25%);
}

.carousel_slide_section .control-start a:hover,
.carousel_slide_section .control-pause a:hover{
	background-color: rgb(126 224 159 / 25%);
}

.carousel_slide_section .control-start a:focus, 
.carousel_slide_section .control-pause a:focus {
    text-decoration: none;
    outline: 3px dotted #ff1414;
	outline-offset: 0px;
	/* background-color: #17212f; */
}

/* ------ 輪播 暫停/撥放 ------------------------- */
/*------------------------------------------------*/

/* left-fixed */
.left-fixed {
	position: fixed;
	top: 120px;
	left: 0;
	transform: translate(0%,-50%);
	z-index: 100;
	display: block;
	margin-top: 200px;
}
.left-fixed .rotate90 {
	display: inline-block;
	transform: rotate(90deg);
	transform-origin: top;
	height: 60px;
	margin-left: -13px;
}
.left-fixed ul{
	position: relative;
	padding-left: 0;
	margin-top: 60px;
	width: 50px;
}
.left-fixed ul::before {
	content: "";
	background: rgb(255, 255, 255, 0.8);
	width: 40px;
	height: calc(100% + 180px);
	position: absolute;
	top: -180px;
	left: 0;
	z-index: -1;
}
.left-fixed ul::after {
	content: "";
	background: #505050;
	width: 1px;
	height: 60px;
	position: absolute;
	top: -62px;
	left: 20px;
}
.left-fixed ul li {
	list-style: none;
	margin-bottom: 5px;
	position: relative;
}

.left-fixed ul li a {
	color: #2f2f2f;
	display: block;
	font-weight: bold;
	padding: 10px 10px;
	text-align: center;
	font-size: 122%;
	width: 40px;
}
.left-fixed ul li a:hover {
	color: #2f1812;
}
@media (max-width:991px) {
	.left-fixed {
		display: none;
	}
}

/* ============================================= */
/* ------ 首頁 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: 700;
    color: var(--b2020color);
	margin-bottom: 0;
}

.div-header .title-tw.color-pink {
    color: #915d4d;
}
.div-header .title-tw.color-blue {
    color: #3173a2;
}

@media (max-width: 575px) {
	.div-header .title-tw {
		font-size: 150%;
	}
}
@media (min-width: 576px) {
	.div-header .title-tw {
		font-size: 162.5%;
	}
}

.div-header .title-en {
	font-size: 112.5%;
	line-height: 1.5;
	font-weight: 600;
    color: #40696b;
	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%;
	}
}

.separator_line {
    /* bottom: 0; */
    /* clear: both; */
    /* display: inline-block; */
    height: 2px;
    position: relative;
    width: calc(100% - 30px); /*264px*/
	background-color: var(--FFFcolor);
	left: 15px;
	top: -23px;
}

.separator_line::before {
    background-color: var(--FFFcolor);
    content: "";
	width: 15px;
    height: 15px;
    left: 0;
	top: -6.5px;
    margin: auto;
    position: absolute;
}

.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;
}

.separator_line span {
	background-color: #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 #2f1812;
    border-right: 120px solid transparent;   
}
.card_section .card_Box:hover .icon_wrapper:before {
    border-top: 120px solid #2f1812;
    
    -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 #2f1812;
    
    -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: var(--FFFcolor);
    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 .card_txt a:hover .big_title_txt {
    color: #2f1812;
}

/*------------------------------------------------*/
.card_section .card_Box .card_txt .small_title_txt,
.card_section .card_Box .card_txt .small_title_txt a {    
    font-size: 112.5%;     
    color: var(--FFFcolor);
    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: var(--FFFcolor);
    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: #2f1812;
}

/*------------------------------------------------*/
.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: var(--FFFcolor);
	
    /*-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: #2f1812;
}
.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.202020% + 15px);
	}
}
@media (min-width:1200px) {
	.newsbox-section .Mask-DivBox::after {
        width: calc(83.202020% - 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: var(--FFFcolor);               /*滑過時變色*/
    
    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: var(--FFFcolor);               /*滑過時變色*/
    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: var(--FFFcolor);
	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: var(--FFFcolor);
	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: var(--blackcolor);
	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: var(--FFFcolor);
    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: var(--FFFcolor);
    
    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-color: #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: var(--FFFcolor);   
	background-color: #ce1800;
}
.newsbox-section .tab-content > .tab-pane > div.Customize_TITLE-DIV_BOX > .custom_content_box .customstyle-hotop .icon-small.top-bg {
	color: var(--FFFcolor);
	background-color: #004aa5;
}
.newsbox-section .tab-content > .tab-pane > div.Customize_TITLE-DIV_BOX > .custom_content_box .customstyle-hotop .icon-small.new-bg {
	color: var(--blackcolor);
	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: var(--blackcolor);
    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: var(--blackcolor);						/*字顏色*/
}

.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: #2f1812;						/*滑過時變色*/
}
/*----- // 公告訊息連結標題 --------------------*/
/*--------------------------------------------*/
/*----- // 類別 ------------------------------*/
.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: var(--G555color);
    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: var(--G555color);
    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: var(--G555color);
}	
.newsbox-section .tab-content > .tab-pane > div.Customize_TITLE-DIV_BOX .box_time i {	    
	color: var(--G555color);
}
/*----- // ICON 圖示 --------------------------*/

/* ==  內容區塊  ===================== */

/* ============================================= */
/* ------ 首頁 新聞公告 Newsbox-section ---------- */
/* ============================================= */

/* cara 20240217 客製新聞公告 */
.news_section {
	position: relative;
	
	/* background-color: #f2788f; */
	background-size: auto; 
	background-position: right bottom; 
	background-repeat: no-repeat; 
	/*background-image: url("../images/card/background-image_54x48.svg");*/
}

.news_section .nav-link {
	border-radius: 0;
	border: 1px solid #f5f5f5;
	background-color: #fff;
	color: var(--G333color);
	font-weight: bold;
	font-size: 1.2rem;
	padding: 1.97rem;
	margin-right: 8px;
}
.news_section .nav-link::before {
    content: "";
    position: absolute;
    height: 100%;
    width: 5px;
    right: 0;
    bottom: 0;
}
.news_section .nav-link.active,
.news_section .nav-link:focus,
.news_section .nav-link:hover {
	color: var(--blackcolor);
}
/*===== // i1-紅 // ==============================*/
.news_section .nav-link.i1::before {
    background-color: #ed667e;
}
.news_section .nav-link.i1.active,
.news_section .nav-link.i1:focus {
	background-color: #ed667e;
}
.news_section .nav-link.i1:hover {
	background-color: #ed667e;
}
/*===== // i2-橘 // ==============================*/
.news_section .nav-link.i2::before {
    background-color: #ff8d49;
}
.news_section .nav-link.i2.active,
.news_section .nav-link.i2:focus {
    background-color: #ff8d49;
}
.news_section .nav-link.i2:hover {
    background-color: #ff8d49;
}
/*===== // i3-黃 // ==============================*/
.news_section .nav-link.i3::before {
    background-color: #FFCA00;
}
.news_section .nav-link.i3.active,
.news_section .nav-link.i3:focus {
	background-color: #FFCA00;
}
.news_section .nav-link.i3:hover {
	background-color: #FFCA00;
}
/*===== // i4-青綠 // ==============================*/
.news_section .nav-link.i4::before {
    background-color: #6CB38A;
}
.news_section .nav-link.i4.active,
.news_section .nav-link.i4:focus {
	background-color: #6CB38A;
}
.news_section .nav-link.i4:hover {
	background-color: #6CB38A;
}
/*===== // i5-藍 // ==============================*/
.news_section .nav-link.i5::before {
    background-color: #4a97ce;
}
.news_section .nav-link.i5.active,
.news_section .nav-link.i5:focus {
	background-color: #4a97ce;
}
.news_section .nav-link.i5:hover {
	background-color: #4a97ce;
}
/*===== // i6-靛 // ==============================*/
.news_section .nav-link.i6::before {
    background-color: #6A80DE;
}
.news_section .nav-link.i6.active,
.news_section .nav-link.i6:focus {
    background-color: #6A80DE;
}
.news_section .nav-link.i6:hover {
    background-color: #6A80DE;
}
/*===== // i7-紫 // ==============================*/
.news_section .nav-link.i7::before {
    background-color: #a366ed;
}
.news_section .nav-link.i7.active,
.news_section .nav-link.i7:focus {
    background-color: #a366ed;
}
.news_section .nav-link.i7:hover {
    background-color: #a366ed;
}
/*===== // i8-灰 // ==============================*/
.news_section .nav-link.i8::before {
    background-color: #bbbbbb;
}
.news_section .nav-link.i8.active,
.news_section .nav-link.i8:focus {
	background-color: #bbbbbb;
}
.news_section .nav-link.i8:hover {
	background-color: #bbbbbb;
}
/*===================================*/

@media (max-width:991px) {
	.news_section .nav-link{
		padding: 0.8rem;
	}
}
@media (max-width:576px) {
	.news_section .nav-link{
		font-size: 1.15rem;
		padding: 0.5rem 0.8rem;
	}
	.news_section .nav-item{
		flex: 1 1 auto;
    	text-align: center;
	}
}

.news_section .news-card:first-child .news-content{
	position: relative;
}
/*.news_section .news-card:first-child .news-content:after{
	content: "";
	position: absolute;
	left: 0;
	bottom: -40px;
	background: #b78438;
	width: 100%;
	height: 1px;
}*/
.news_section .news-card .news-content{
	width: 100%;
}

.news_section .news-card .news-content .news-category {
	color: #915d4d;
	text-decoration: underline;
	text-underline-offset: 10px;
}
.news_section .news-card .news-samll-date{
	color: #696969;
	font-size: 112.5%;
}

.news_section .news-card .customstyle-hotop span.icon-small {
	padding: 2px 8px 2px 8px;
	color: #fff;
	font-size: 0.8rem;
	font-weight: 700;
}
.news_section .news-card .customstyle-hotop span.hot-bg {
	/* background: #bf0e0e; */
	background-color: #2f1812;
}
.news_section .news-card .customstyle-hotop span.top-bg {
	/* background: #1a68dc; */
	background-color: #2f1812;

}
.news_section .news-card .customstyle-hotop span.new-bg {
	/* background: #007e34; */
	background-color: #2f1812;

}
.news_section .news-card .news-title {
	font-size: 112.5%;
	color: var(--blackcolor);
    word-break: break-all;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    max-height: 25px;
	width: 100%;
	height: fit-content;
	font-weight: bold;
	text-overflow: ellipsis;
	transition: 0.5s;
}
.news_section .news-card a:hover .news-title,
.news_section .news-card a.active .news-title,
.news_section .news-card a:focus .news-title {
	color: #915d4d;
}
.news_section .news-card .news-img {
	width: 100%;
	overflow: hidden;
	max-height: 350px;
}
.news_section .news-card .news-img img {
	transition: 0.5s ease-in-out;
	width: 100%;
	object-fit: cover;
}
.news_section .news-card a:hover .news-img img,
.news_section .news-card a.active .news-img img,
.news_section .news-card a:focus .news-img img {
	transform: scale(1.05);
}
@media (max-width:575px) {
	.news_section .news-card .news-title{
		font-size: 105%;
		-webkit-line-clamp: 2;
		max-height: 50px;
	}
}
@media (max-width:390px) {
	.news_section .news-card .news-title{
		-webkit-line-clamp: 3;
		max-height: 75px;
	}
}

/* cara 20240217 客製新聞公告 */

/* cara 20240328 客製化華梵焦點 */
.media_reports_section a:focus {
	display: block;
	text-decoration: none;
	outline: 3px dotted #ff1414;
	outline-offset: -3px;
}

.media_reports_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-color: #f5f5f5;
	background-size: auto;
	background-position: left bottom;
	background-repeat: no-repeat;
}

.media_reports_section .item a{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.media_reports_section .item a .item-top{
	width: 100%;
	height: 310px;
	position: relative;
}

.media_reports_section .item a .item-top::before{
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: calc(100% - 0.05%);
	height: 100%;
	background: url(../images/mask/mask_431x295_BA4206.svg);
	background-position: bottom center;
	background-repeat: no-repeat;
	background-size: cover;
	transition: 0.5s ease-in-out;
}
.media_reports_section .item a .item-top .mask{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 300px;
	margin-bottom: 10px;
	mask: url("../images/mask/mask_431x295_FFFFFF.svg") no-repeat bottom center;
	-webkit-mask: url("../images/mask/mask_431x295_FFFFFF.svg") no-repeat bottom center;
	mask-size: cover;
	-webkit-mask-size: cover;
}

@media (max-width:767px) {
	.media_reports_section .item a .item-top{
		height: 290px;
	}
	.media_reports_section .item a .item-top .mask{
		height: 280px;
	}
}

.media_reports_section .item a .item-top img{
	width: 100%;
	height: inherit;
	object-fit: cover;
	transition: 0.5s ease-in-out;
}
.media_reports_section .item a .item-bottom .tit-text-wrap{
	padding: 18px 13px;
	background: transparent;
	width: 100%; 
}
.media_reports_section .item a .item-bottom .tit-text{
	color: #202020;
	font-weight: 700;
	font-size: 112.5%;
	width: 100%; 
	max-height: 54px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	letter-spacing: 1.2px;
	transition: 0.5s ease-in-out;
}
@media (max-width:1199px) {
	.media_reports_section .item a .item-bottom .tit-text{
		font-size: 105%;
	}
}
@media (max-width:767px) {
	.media_reports_section .item a .item-bottom .tit-text{
		font-size: 100%;
	}
}
.media_reports_section .item a:hover .item-top::before,
.media_reports_section .item a:focus .item-top::before{
	background: url(../images/mask/mask_431x295_8C5611.svg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: bottom center;
}
.media_reports_section .item a:hover .item-top img,
.media_reports_section .item a:focus .item-top img{
	transform: scale(1.05);
}
.media_reports_section .item a:hover .item-bottom .tit-text,
.media_reports_section .item a:focus .item-bottom .tit-text{
	color: #8c6418;
}

.media_reports_section .owl-stage-outer{
	margin-top: -50px;
}
.media_reports_section .owl-carousel .owl-dots{
	display: none;
	/* display: flex;
	justify-content: center;
	margin-top: 20px; */
}
/* .media_reports_section .owl-carousel button.owl-dot{
	display: flex;
	width: 10px;
	height: 10px;
	background: #b78338;
	border-radius: 100%;
	position: relative;
	margin: 10px !important;
}
.media_reports_section .owl-carousel button.owl-dot.active::before{
	content: "";
	position: absolute;
	top: -5px;
	left: -5px;
	width: 20px;
	height: 20px;
	border: 1px solid #b78338;
	border-radius: 100%;
} */
.media_reports_section.owl-box .owl-nav{
	margin-top: 0;
}

.media_reports_section.owl-box .owl-carousel .owl-nav button.owl-prev.disabled,
.media_reports_section.owl-box .owl-carousel .owl-nav button.owl-next.disabled{
	cursor: not-allowed;
	opacity: 0.5;
}
.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: none !important;
    background-color: transparent !important;
    border-radius: 0;
	filter:drop-shadow(0px 0px 8px rgba(0,0,0,.8));
}
.media_reports_section.owl-box .owl-carousel .owl-nav button.owl-prev span{
	content: url(../images/owl-carousel/new-arrow-left-b78338.svg);
}
.media_reports_section.owl-box .owl-carousel .owl-nav button.owl-next span{
	content: url(../images/owl-carousel/new-arrow-right-b78338.svg);
}
.media_reports_section.owl-box .owl-carousel .owl-nav button.owl-prev span:hover{
	content: url(../images/owl-carousel/new-arrow-left-b78338.svg);
	border: none !important;
    background-color: transparent !important;
}
.media_reports_section.owl-box .owl-carousel .owl-nav button.owl-next span:hover{
	content: url(../images/owl-carousel/new-arrow-right-b78338.svg);
	border: none !important;
    background-color: transparent !important;
}
.media_reports_section.owl-box .owl-carousel .owl-nav button.owl-prev{
	top: auto;
	bottom: -80px;
	left: 0;
	right: auto;
}
.media_reports_section.owl-box .owl-carousel .owl-nav button.owl-next{
	top: auto;
	bottom: -80px;
	left: 65px;
	right: auto;
}

.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{
	outline: 3px dotted #ff1414 !important;
    outline-offset: -3px;
	border-radius: 0;
}
.media_reports_section .join-us-btn{
	background: rgba(0, 0, 0, 0.4);
	display: flex;
	justify-content: end;
	flex-direction: column;
	padding: 15px;
	height: 250px;
	transition: background 0.5s;
}
.media_reports_section .join-us-btn:hover,
.media_reports_section .join-us-btn:focus{
	background: rgba(0, 0, 0, 0.8);
}
.media_reports_section .join-us-btn .text-L1{
	color: #7ee09f;
	text-shadow: 0 0 15px #000;
	font-size: 350%;
	font-weight: 100;
}
.media_reports_section .join-us-btn .text-L2{
	text-shadow: 0 0 15px #000;
}
.media_reports_section .join-us-btn .text-L3{
	text-shadow: 0 0 15px #000;
	padding-top: 50px;
}
@media (max-width: 575px) {
	.media_reports_section .join-us-btn{
		border-top: 1px solid var(--FFFcolor);
	}
}
@media (max-width: 450px) {
	.media_reports_section .item a{
		border-right: 0px;
	}
}
/* cara 20240328 客製化華梵焦點 */


/* ============================================== */
/* ------ 首頁 活動相簿 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: var(--FFFcolor);
    
    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: #2f1812;
    
    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 #2f1812;
    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: var(--FFFcolor);   
	background-color: #ce1800;
}
.event_album_section .customstyle-hotop .icon-small.top-bg {
	color: var(--FFFcolor);
	background-color: #004aa5;
}
.event_album_section .customstyle-hotop .icon-small.new-bg {
	color: var(--blackcolor);
	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: var(--G777color);
	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: var(--blackcolor);
    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: var(--blackcolor);
    }
}
@media(min-width:576px) {
    .event_album_section.owl-box .item .wrapper_box .media-item a .media-content .tit-text {
        font-size: 112.5%; 
        color: var(--blackcolor);
    }
}
/*-----------------------------------------------------------------*/
/*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: #2f1812;
}
.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 #2f1812 !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: #2f1812 !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: #2f1812 !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: 3px dotted #ff1414 !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: 24px 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: var(--FFFcolor);
    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: var(--FFFcolor);
    }
}
@media(min-width:768px) {
    .video_highlights_section .video-box .video-content .tit-text a {
        font-size: 112.5%; 
        color: var(--FFFcolor);
    }
}
.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: #2f1812;
}
/*-----------------------------------------------------------------*/
/*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: var(--blackcolor);
	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: 155px;
	}
}

/*----- // 樣式 左圖片 -------------------------*/
.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: 103.383px;
	}
}

/*----- // 樣式 左 橢圓日期 ---------------------*/
.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: var(--FFFcolor);
    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: var(--FFFcolor);
    
    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;
}
.video_highlights_section div.Customize_TITLE-DIV_BOX > .custom_content_box::before {
    position: absolute;
    content: '';    
    /*top: 0;*/
    left: 190px;
    width: 1px;
    height: 80px;
    background-color: #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;    
}

@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 var(--FFFcolor);
}
.video_highlights_section div.Customize_TITLE-DIV_BOX > .custom_content_box .customstyle-hotop .icon-small.hot-bg {
	color: var(--FFFcolor);
	background-color: #ce1800;
}
.video_highlights_section div.Customize_TITLE-DIV_BOX > .custom_content_box .customstyle-hotop .icon-small.top-bg {
	color: var(--FFFcolor);
	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;
    
    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: var(--FFFcolor);						/*字顏色*/
}

.video_highlights_section div.Customize_TITLE-DIV_BOX .date a:hover, 
.video_highlights_section div.Customize_TITLE-DIV_BOX .title_name a:hover {
    color: #2f1812;						/*滑過時變色*/
}
/*----- // 公告訊息連結標題 --------------------*/
/*--------------------------------------------*/
/*----- // 類別 ------------------------------*/
.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: 768px) {
	.video_highlights_section div.Customize_TITLE-DIV_BOX .box_time {        
		padding: 0 12px 0 0;
	}
}

.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: var(--FFFcolor);
    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: var(--FFFcolor);
}	
.video_highlights_section div.Customize_TITLE-DIV_BOX .box_time i {	    
	color: var(--FFFcolor);
}
/*----- // ICON 圖示 --------------------------*/
/*-- ************************************** --*/

/*--------------------------------------------*/
/* ==  YOUTUBE 列表LIST內容區塊  ============== */
/*--------------------------------------------*/

/* cara 20240219 客製video  */
.video_section {
	position: relative;
	
	/* background-color: #7ee09f;    */
	background-size: auto; 
	background-position: left bottom; 
	background-repeat: no-repeat; 
	/*background-image: url("../images/card/background-image_54x48.svg");*/
}

.video_section .delay__025 {
    -webkit-animation-delay: 0.25s;
    animation-delay: 0.25s;
}
.video_section .delay__05 {
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}
.video_section .delay__075 {
    -webkit-animation-delay: 0.75s;
    animation-delay: 0.75s;
}
.video_section .delay__1 {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}
.video_section .delay__125 {
    -webkit-animation-delay: 1.25s;
    animation-delay: 1.25s;
}
.video_section .delay__15 {
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s;
}
.video_section .delay__175 {
    -webkit-animation-delay: 1.75s;
    animation-delay: 1.75s;
}
.video_section .delay__2 {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}

.video_section .div-header {
  position: relative;
  margin-bottom: 20px;
  z-index: 1;
}

.video_section .iframeBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.video_section iframe {
	height: 315px;
}
@media (max-width: 992px) {
	.video_section iframe {
		height: 500px;
	}
}
@media (max-width: 768px) {
	.video_section iframe {
		height: 400px;
	}
}
@media (max-width: 576px) {
	.video_section iframe {
		height: 300px;
	}
}

.video_section .mt-C4 {
    margin-top: 7.5rem;
    margin-bottom: 0rem;
}
/*.video_section .mt-C4::before {
    content: "";
    position: absolute;
    height: 300px;
    width: 30px;
    background-color: rgba(47, 24, 18 , 0.35);
    right: -2px;
    bottom: 130px;
    z-index: -1;
}*/
@media (max-width: 1200px) {
	.video_section .mt-C4 {
        margin-top: 7.5rem;
        margin-bottom: 0rem;
    }
}
@media (max-width: 1000px) {
	.video_section .mt-C4 {
        margin-top: 0rem;
        margin-bottom: 7.5rem;
    }
}
/*@media (max-width: 576px) {
	.video_section .mt-C4 {
        margin-top: 1.5rem;
    }
}*/


/*.video_section .owl-stage-outer{
	margin-top: -50px;
}*/
.video_section #YouTube_video_1.owl-carousel .owl-dots,
.video_section #YouTube_video_2.owl-carousel .owl-dots {
	display: block;
}


.video_section #YouTube_video_1.owl-carousel .owl-dots,
.video_section #YouTube_video_2.owl-carousel .owl-dots {
	display: flex;
	justify-content: left;
	margin-top: 20px;
    
    width: 100%;
    left: 0;
    position: relative;
}
@media (max-width:450px) {
	
    .video_section #YouTube_video_1.owl-carousel .owl-dots,
    .video_section #YouTube_video_2.owl-carousel .owl-dots {
		left: 0%;
	}
}

.video_section #YouTube_video_1.owl-carousel button.owl-dot,
.video_section #YouTube_video_2.owl-carousel button.owl-dot {
	display: flex;
	width: 10px;
	height: 10px;
	background-color: #8c6418;
	border-radius: 100%;
	position: relative;
	margin: 10px !important;
}

.video_section #YouTube_video_1.owl-carousel button.owl-dot.active::before,
.video_section #YouTube_video_2.owl-carousel button.owl-dot.active::before {
	content: "";
	position: absolute;
	top: -5px;
	left: -5px;
	width: 20px;
	height: 20px;
	border: 1px solid #8c6418;
	border-radius: 100%;
}

.video_section.owl-box .owl-nav {
	display: none;
	margin-top: 0;
}

.video_section.owl-box .owl-carousel .owl-nav button.owl-prev.disabled,
.video_section.owl-box .owl-carousel .owl-nav button.owl-next.disabled{
	cursor: not-allowed;
	opacity: 0.5;
}
.video_section.owl-box .owl-carousel .owl-nav button.owl-prev span,
.video_section.owl-box .owl-carousel .owl-nav button.owl-next span{
	border: none !important;
    background-color: transparent !important;
    border-radius: 0;
	filter:drop-shadow(0px 0px 8px rgba(0,0,0,.8));
}
.video_section.owl-box .owl-carousel .owl-nav button.owl-prev span{
	content: url(../images/owl-carousel/new-arrow-left-b78338.svg);
}
.video_section.owl-box .owl-carousel .owl-nav button.owl-next span{
	content: url(../images/owl-carousel/new-arrow-right-b78338.svg);
}
.video_section.owl-box .owl-carousel .owl-nav button.owl-prev span:hover{
	content: url(../images/owl-carousel/new-arrow-left-b78338.svg);
	border: none !important;
    background-color: transparent !important;
}
.video_section.owl-box .owl-carousel .owl-nav button.owl-next span:hover{
	content: url(../images/owl-carousel/new-arrow-right-b78338.svg);
	border: none !important;
    background-color: transparent !important;
}
.video_section.owl-box .owl-carousel .owl-nav button.owl-prev{
	top: auto;
	bottom: -80px;
	left: 0;
	right: auto;
}
.video_section.owl-box .owl-carousel .owl-nav button.owl-next{
	top: auto;
	bottom: -80px;
	left: 65px;
	right: auto;
}

.video_section.owl-box .owl-carousel .owl-nav button.owl-prev:focus,
.video_section.owl-box .owl-carousel .owl-nav button.owl-next:focus{
	outline: 3px dotted #ff1414 !important;
    outline-offset: -3px;
	border-radius: 0;
}


.video_section .video-More {
    /*position: absolute;
    bottom: 23px;
    left: 15px;*/
    
    position: absolute;
    bottom: -175px;
    left: -1px;
    
    margin-bottom: 30px
}
@media (max-width: 1000px) {
	.video_section .video-More {
        position: relative;
        bottom: 59px;
        left: 0;
        
        margin-bottom: 45px
    }
}

.video_section .middle-text-wrap {
	/* background-color: rgb(255 255 255 / 65%) !important; */
	padding: 0px 10px 20px 10px;
	/* height: calc(((100vw - 200px - 60px - 60px)/3)*0.583); */
	position: relative;
	z-index: 1;
}
.video_section .middle-text-wrap::before {
    content: "";
    position: absolute;
    height: calc(100% - 0px);
    width: 40px;
    background-color: transparent;
    /*left: -9.5%;*/
    left: -12.5%;
    bottom: 0;
    border-right: 1px solid #2f1812;
}
.video_section .middle-text-wrap::after {
    content: "";
    position: absolute;
    height: 1px;
    width: 40px;
    background-color: #2f1812;
    /*left: -9.5%;*/
    left: -12.5%;
    top: 59.5%;
}
@media (max-width: 1200px) {
	.video_section .middle-text-wrap::before,
    .video_section .middle-text-wrap::after {
		left: -12%;
	}
}
@media (max-width: 992px) {
	.video_section .middle-text-wrap::before,
    .video_section .middle-text-wrap::after {
		left: -15%;
	}
}
@media (max-width: 991px) {
	.video_section .middle-text-wrap::before,
    .video_section .middle-text-wrap::after {
		display: none;
	}
}

.video_section .middle-text{
	font-weight: 700;
	font-size: 112.5%;
	word-break: break-all;
	letter-spacing: 1.5px;
	text-align: justify;
	line-height: 1.7;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 12;
    overflow: hidden;
    max-height: 360px;
    height: fit-content;
	color: #2f1812;
}

@media (max-width: 576px) {
	.video_section .middle-text{
		font-size: 105%;
		max-height: 340px;
        margin-top: 0;
	}
}
.video_section .col4_before::before {
    content: '';
    position: absolute;
    top: 0px;
    left: -13.5%; 
    width: 75px;
    height: calc(50% - 0px);
    
    background-color: rgba(245, 245, 245, 1);
    
}
/* cara 20240219 客製video  */

/* ================================================== */
/* ------ 首頁 影片集錦 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: var(--FFFcolor);
    
    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: #2f1812;
    
    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 #2f1812;
    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: var(--FFFcolor);
	background-color: #ce1800;
}
.center_members_section .customstyle-hotop .icon-small.top-bg {
	color: var(--FFFcolor);
	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: var(--blackcolor);
    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: var(--blackcolor);
    }
}
@media(min-width:576px) {
    .center_members_section.owl-box .item .wrapper_box .media-item a .media-content .tit-text {
        font-size: 112.5%; 
        color: var(--blackcolor);
    }
}
/*-----------------------------------------------------------------*/
/*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: #2f1812;
}
.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 #2f1812 !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 #2f1812 !important;
	background-color: #2f1812 !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 #2f1812 !important;
	background-color: #2f1812 !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: 3px dotted #ff1414 !important;
}
/* ==  左右選擇鍵 中間  ========== */
/* ============================= */

/* ================================================ */
/* ------ 首頁 中心成員 center_members_section ------ */
/* ================================================ */


/* ============================================== */
/* ------ 首頁 快速連結區 quick_link_section ------ */
/* ============================================== */
.faq-section {
	position: relative;
	
	/* background-color: #f2788f; */
	background-size: auto; 
	background-position: right bottom; 
	background-repeat: no-repeat; 
	/*background-image: url("../images/card/background-image_54x48.svg");*/
}

.faq-section .nav-link {
	border-radius: 0;
	border: 1px solid #f5f5f5;
	background-color: var(--FFFcolor);
	color: var(--G333color);
	font-weight: bold;
	font-size: 1.2rem;
	padding: 1.97rem;
	margin-right: 8px;
}
.faq-section .nav-link::before {
    content: "";
    position: absolute;
    height: 100%;
    width: 5px;
    right: 0;
    bottom: 0;
}
.faq-section .nav-link.active,
.faq-section .nav-link:focus,
.faq-section .nav-link:hover {
	color: var(--blackcolor);
}
/*===================================*/
/*.faq-section li.nav-item:nth-child(2n) a.nav-link::before {
    background-color: #ff8d49;
}
.faq-section li.nav-item:nth-child(2n) a.nav-link.active,
.faq-section li.nav-item:nth-child(2n) a.nav-link:focus {
    background-color: #ff8d49;
}
.faq-section li.nav-item:nth-child(2n) a.nav-link:hover {
    background-color: #ff8d49;
}*/
/*===================================*/
/*.faq-section li.nav-item:nth-child(2n+1) a.nav-link::before {
    background-color: #ed667e;
}
.faq-section li.nav-item:nth-child(2n+1) a.nav-link.active,
.faq-section li.nav-item:nth-child(2n+1) a.nav-link:focus {
	background-color: #ed667e;
}
.faq-section li.nav-item:nth-child(2n+1) a.nav-link.Li:hover {
	background-color: #ed667e;
}*/
/*===================================*/

/*===== // i1-紅 // ==============================*/
.faq-section .nav-link.i1::before {
    background-color: #ed667e;
}
.faq-section .nav-link.i1.active,
.faq-section .nav-link.i1:focus {
	background-color: #ed667e;
}
.faq-section .nav-link.i1:hover {
	background-color: #ed667e;
}
/*===== // i2-橘 // ==============================*/
.faq-section .nav-link.i2::before {
    background-color: #ff8d49;
}
.faq-section .nav-link.i2.active,
.faq-section .nav-link.i2:focus {
    background-color: #ff8d49;
}
.faq-section .nav-link.i2:hover {
    background-color: #ff8d49;
}
/*===== // i3-黃 // ==============================*/
.faq-section .nav-link.i3::before {
    background-color: #FFCA00;
}
.faq-section .nav-link.i3.active,
.faq-section .nav-link.i3:focus {
	background-color: #FFCA00;
}
.faq-section .nav-link.i3:hover {
	background-color: #FFCA00;
}
/*===== // i4-青綠 // ==============================*/
.faq-section .nav-link.i4::before {
    background-color: #6CB38A;
}
.faq-section .nav-link.i4.active,
.faq-section .nav-link.i4:focus {
	background-color: #6CB38A;
}
.faq-section .nav-link.i4:hover {
	background-color: #6CB38A;
}
/*===== // i5-藍 // ==============================*/
.faq-section .nav-link.i5::before {
    background-color: #4a97ce;
}
.faq-section .nav-link.i5.active,
.faq-section .nav-link.i5:focus {
	background-color: #4a97ce;
}
.faq-section .nav-link.i5:hover {
	background-color: #4a97ce;
}
/*===== // i6-靛 // ==============================*/
.faq-section .nav-link.i6::before {
    background-color: #6A80DE;
}
.faq-section .nav-link.i6.active,
.faq-section .nav-link.i6:focus {
    background-color: #6A80DE;
}
.faq-section .nav-link.i6:hover {
    background-color: #6A80DE;
}
/*===== // i7-紫 // ==============================*/
.faq-section .nav-link.i7::before {
    background-color: #a366ed;
}
.faq-section .nav-link.i7.active,
.faq-section .nav-link.i7:focus {
    background-color: #a366ed;
}
.faq-section .nav-link.i7:hover {
    background-color: #a366ed;
}
/*===== // i8-灰 // ==============================*/
.faq-section .nav-link.i8::before {
    background-color: #bbbbbb;
}
.faq-section .nav-link.i8.active,
.faq-section .nav-link.i8:focus {
	background-color: #bbbbbb;
}
.faq-section .nav-link.i8:hover {
	background-color: #bbbbbb;
}
/*===================================*/

@media (max-width:991px) {
	.faq-section .nav-link{
		padding: 0.8rem;
	}
}
@media (max-width:576px) {
	.faq-section .nav-link{
		font-size: 1.15rem;
		padding: 0.5rem 0.8rem;
	}
	.faq-section .nav-item{
		flex: 1 1 auto;
    	text-align: center;
	}
}


@media (min-width:992px) {
	.faq-section .mt-79{
		margin-top: 79px !important;
	}
}
.faq-section .link-item {
	margin-bottom: 10px;
}
/*.faq-section .link-item:nth-child(odd) .bg{
	background: url(../images/faq/link_bg_1.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center;
	height: 93.83px;
	transition: 0.5s;
}
.faq-section .link-item:nth-child(even) .bg{
	background: url(../images/faq/link_bg_2.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center;
	height: 93.83px;
	transition: 0.5s;
}*/
.faq-section .link-item .bg-1 {
    background: url(../images/links/bg-01.svg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center;
	height: 93.83px;
	transition: 0.5s;
}
.faq-section .link-item .bg-2 {
	background: url(../images/links/bg-02.svg);
}
.faq-section .link-item .bg-3 {
	background: url(../images/links/bg-03.svg);
}
.faq-section .link-item .bg-4 {
	background: url(../images/links/bg-04.svg);
}
.faq-section .link-item .bg-5 {
	background: url(../images/links/bg-05.svg);
}
.faq-section .link-item .bg-6 {
	background: url(../images/links/bg-06.svg);
}
.faq-section .link-item .bg-7 {
	background: url(../images/links/bg-07.svg);
}
.faq-section .link-item .bg-8 {
	background: url(../images/links/bg-08.svg);
}
.faq-section .link-item .bg-1, .faq-section .link-item .bg-2,
.faq-section .link-item .bg-3, .faq-section .link-item .bg-4,
.faq-section .link-item .bg-5, .faq-section .link-item .bg-6,
.faq-section .link-item .bg-7, .faq-section .link-item .bg-8 {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center;
	height: 93.83px;
	transition: 0.5s;
}
.faq-section .link-item a:hover .bg-1, .faq-section .link-item a:hover .bg-2,
.faq-section .link-item a:hover .bg-3, .faq-section .link-item a:hover .bg-4,
.faq-section .link-item a:hover .bg-5, .faq-section .link-item a:hover .bg-6,
.faq-section .link-item a:hover .bg-7, .faq-section .link-item a:hover .bg-8 {
	background: url(../images/links/bg-all-hover.svg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center;
	height: 93.83px;
}

.faq-section .link-item .link-txt {
	font-size: 105%;
	color: var(--blackcolor);
	font-weight: bold;
	padding: 0 15px;
	word-break: break-all;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    width: 100%;
    max-height: 50px;
	height: fit-content;
    
    text-overflow: ellipsis;
	transition: 0.5s;
}
.faq-section .link-item a:hover .link-txt {
	color: #8c6418;
}
.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;
	justify-content: space-between;
}
/* .faq-section ul.faqbox_block-info li.info_li_box .title-panel-body::before {    
    content: "";
    position: absolute;    
    width: 5px;
    height: 50%;
    background-color: #2f1812;
    color: #2f1812;
    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: var(--blackcolor);
}

.faq-section ul.faqbox_block-info li.info_li_box .fa{
	font-size: 1.7rem;
	padding: 12px 0;
}
.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: var(--blackcolor);
    padding: 12px 0;
}
@media(max-width: 575px) {
    .faq-section ul.faqbox_block-info li.info_li_box .info_title {
        font-size: 108%;
    }
}
@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;
	width: 100%;
}
.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;
	color: var(--blackcolor);
	width: 100%;
}

/* .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: #2f1812;
    opacity: 1 !important;
} */
.faq-section .faqbox_block-info .panel-body .ss-box ul li a:hover,
.faq-section .faqbox_block-info .panel-body .ss-box ul li a:focus {
	color: #2f1812;
}
/* ================================== */
/* ==  點我收合 ====================== */
/* ================================== */
/* ============================================== */
/* ------ 首頁 快速連結區 quick_link_section ------ */
/* ============================================== */


/* ============================================= */
/* ------ 頁尾 FOOTER --------------------------- */
/* ============================================= */
.footer_section {
    position: relative;
    display: block;
    padding: 15px 0 0 0;
	/*background-color: #transparent;*/ /*transparent*/
    background-color: var(--G333color);
    
    border-top: 5px solid #FFB22C;
	/*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: var(--blackcolor);
	font-weight: 400;
	margin-bottom: 5px;
}

.footer-black .about-widget .list li a {
	color: var(--blackcolor);
}

.footer-black .about-widget .list li a:hover {
	color: #2f1812;
}

.footer-black .about-widget .text {
	position: relative;
	font-size: 93.75%; /*0.9375em*/
	line-height: 1.85;
	color: var(--blackcolor);
	font-weight: 600;
	text-align: left;
	margin-bottom: 25px;
}

.footer-black .about-widget .text a {
	color: var(--blackcolor);
}

.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: flex;
	align-items: end;
}
.footer-black .widget-title-content:before {
    content: "";
	position: absolute;
    bottom: 1rem;
	left: 0;	
    width: 1px;
    height: 26px;
    background-color: #ffb22c;
}

.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;  */
	margin-bottom: 1rem; /*48px*/
}

.footer-black span.widget-title {
	position: relative;
	font-size: 112.5%; /*1.125em*/
	font-weight: 500;
	color: var(--FFFcolor);
	line-height: inherit;
	padding-left: 15px;
}
/*.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: #202020;
	line-height: inherit;
	padding-left: 10px;
}

.footer-black span.widget-english {
	position: relative;
	font-size: 75%; /*0.875em*/
	font-weight: 500;
	color: var(--blackcolor);
	line-height: inherit;
	padding-left: 10px;
}

.footer-black .info-widget {
	position: relative;
}

.footer-black .info-widget ul.list {
	padding-left: 0px;
	margin-bottom: 1rem;
}

.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: var(--FFFcolor);
	font-weight: 400;
	margin-bottom: 5px;
}
.footer-black .info-widget .list li:first-child {
    margin-right: 0.65rem !important;
}
@media (min-width:992px) {
	.footer-black .info-widget .list.sns li{
		display: none;
	}
}
@media (max-width:991px) {
	.footer-black .info-widget .list.sns li{
		display: block;
	}
}
.footer-black .info-widget .list li a {
	color: var(--FFFcolor);
}

.footer-black .info-widget .list li a img{
	width: 30px;
}

.footer-black .info-widget .list li a:hover ,
.footer-black .info-widget .list li a:focus {
	color: #FFCA00;
}

.footer-black .info-widget .list li a span.fa,
.footer-black .info-widget .list li span.fa {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    
	position: relative;
	top: -1px;
	font-size: 150%; /*0.875em*/
	color: var(--FFFcolor); /*#202020*/
    width: 20px;
    height: 22px;
}
.footer-black .info-widget .list li a:hover span.fa,
.footer-black .info-widget .list li a:focus span.fa{	
	color: #FFCA00;
}

.footer-black .info-widget .text {
	position: relative;
	font-size: 93.75%; /*0.9375em*/
	line-height: inherit;
	color: var(--blackcolor);
	font-weight: 400;
}

.footer-black .info-widget .list li a span.fa-linode::before,
.footer-black .info-widget .list li span.fa-linode::before {
    width: 20px;
    height: 22px;
    content: "\f2b8";
    content: url(../images/icon-line_W_22x22.svg);
}
.footer-black .info-widget .list li a:hover span.fa-linode::before,
.footer-black .info-widget .list li span:hover.fa-linode::before {
    width: 20px;
    height: 22px;
    content: "\f2b8";
    content: url(../images/icon-line_hover_22x22.svg);
}
/*----- 聯絡資訊 -----------------------*/
/*-------------------------------------*/

/*-------------------------------------*/
/*----- 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: var(--FFFcolor);
    background-color: #2f1812;
    border-color: #2f1812;
	margin-right: 2.5px;
}

.footer-black .info-widget .btn.btn-cancel {
    color: var(--FFFcolor);
    background-color: #2f1812;
    border-color: #2f1812;
	margin-left: 2.5px;
}

.footer-black .info-widget .btn.btn-subscribe:hover,
.footer-black .info-widget .btn.btn-cancel:hover {
    color: #2f1812;
    background-color: var(--FFFcolor);
    border-color: #2f1812;
}
/*----- FOOTER 電子報 ------------------*/
/*-------------------------------------*/

.footer-black .info-widget .widget-tw-title {
	font-size: 1.25rem; /*20px*/
	font-weight: 600;
	letter-spacing: 0.5rem;
	color: var(--FFFcolor);
}

.footer-black .info-widget .widget-en-title {
	font-size: 0.875rem; /*15px*/
	letter-spacing: 0.125rem;
	color: var(--FFFcolor);
}

/* footer link */
.footer-black .widget-content .link-fb,
.footer-black .widget-content .link-yt{
	font-size: 250%;
	color: var(--FFFcolor);
}
.footer-black .widget-content .link-fb:hover,
.footer-black .widget-content .link-yt:hover{
	font-size: 250%;
	color: #2f1812;
}
/* ============================================= */
/* ------ 頁尾 FOOTER --------------------------- */
/* ============================================= */


/* ============================================= */
/* ------ 首頁 GO-TO-TOP ------------------------ */
/* ============================================= */
#gotop_btn {
  display: inline-block;
  width: 40px;
  height: 40px;
  text-align: center;
  border-radius: 0; /*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: var(--FFFcolor);
}

#gotop_btn:hover {
  cursor: pointer;
  background-color: #ffa200;
}

#gotop_btn:active {
  background-color: #2f1812;
}

#gotop_btn.show {
  opacity: 1;
  visibility: visible;
}

#gotop_btn.show:focus {
	background-color: #2f1812;
	text-decoration: none;
	outline: 3px dotted #ff1414;
}
/* ------ 首頁 GO-TO-TOP-2 ---------------------- */
.progress-wrap {
	position: fixed;
	right: 15px;
	bottom: 60px;
	height: 46px;
	width: 46px;
	cursor: pointer;
	display: block;
	border-radius: 50px;
	box-shadow: inset  0 0 0 2px rgba(0,0,0,0.05);
	z-index: 10000;
	opacity: 0;
	visibility: hidden;
	transform: translateY(15px);
	-webkit-transition: all 200ms linear;
    transition: all 200ms linear;
	background: rgba(255, 255, 255, 0.25);
}
.progress-wrap.active-progress {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}
.progress-wrap::after {
	position: absolute;
	font-family: 'unicons';
	content: '\e84b';
	text-align: center;
	line-height: 46px;
	font-size: 24px;
	color: #000000; /* --- Pijl kleur --- */
	left: 0;
	top: 0;
	height: 46px;
	width: 46px;
	cursor: pointer;
	display: block;
	z-index: 1;
	-webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

.progress-wrap::before {
	position: absolute;
	font-family: 'unicons';
	content: '\e84b';
	text-align: center;
	line-height: 46px;
	font-size: 24px;
	opacity: 0;
	background: transparent; /* --- Pijl hover kleur --- */
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	left: 0;
	top: 0;
	height: 46px;
	width: 46px;
	cursor: pointer;
	display: block;
	z-index: 2;
	-webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}
.progress-wrap:hover::before {
	opacity: 1;
}
.progress-wrap svg path { 
	fill: none; 
}
.progress-wrap svg.progress-circle path {
	stroke: rgba(0, 0, 0, 0.8); /* --- Lijn progres kleur --- */
	stroke-width: 4;
	box-sizing:border-box;
	-webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}
.progress-wrap.storke-yellow svg.progress-circle path {
	stroke: rgba(247, 218, 127, 0.5); /* --- Lijn progres kleur --- */
	stroke-width: 4;
	box-sizing:border-box;
	-webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}
.progress-wrap.arrow-red::after {
	color: #f7da7f;
}

/* ============================================= */
/* ------ 首頁 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: var(--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(--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 圖示 ----------------- */
/* ============================================= */

/* cara 20240328 carousel 客製化輪播 */
.carousel_slide_section a:focus {
	display: block;
	text-decoration: none;
	outline: 3px dotted #ff1414;
	outline-offset: -3px;
}

.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-color: #f5f5f5;
	background-size: auto;
	background-position: left bottom;
	background-repeat: no-repeat;
}

.carousel_slide_section .item a{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.carousel_slide_section .item a .item-top{
	width: 100%;
	height: calc((((100vw/2) - 30px) * 0.3862433862433862) + 30px);
	position: relative;
}

.carousel_slide_section .item a .item-top .item-no{
	position: absolute;
	left: 7px;
	bottom: 0;
	color: #fff;
	font-size: 220%;
	transition: 0.5s ease-in-out;
	font-weight: 700;
}

/*.carousel_slide_section .item a .item-top::before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../images/mask/mask_1_2f1812.png);
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
	transition: 0.5s ease-in-out;
}*/
/*.carousel_slide_section .item a .item-top .mask{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: calc((((100vw/2) - 30px) * 0.3862433862433862));
	margin-top: 10px;
	mask: url("../images/mask/mask_1.png") no-repeat top center;
	-webkit-mask: url("../images/mask/mask_1.png") no-repeat top center;
	mask-size: cover;
	-webkit-mask-size: cover;
}*/
.carousel_slide_section .item a .item-top .mask-hide {
	position: relative;
    overflow: hidden;
}

@media (max-width:1199px) {
	.carousel_slide_section .item a .item-top{
		height: calc((((100vw/1.5) - 30px) * 0.3862433862433862) + 10px);
	}
	.carousel_slide_section .item a .item-top .mask{
		height: calc((((100vw/1.5) - 30px) * 0.3862433862433862));
	}
}
@media (max-width:767px) {
	.carousel_slide_section .item a .item-top{
		height: calc((((100vw/1) - 30px) * 0.3862433862433862) + 10px);
	}
	.carousel_slide_section .item a .item-top .mask{
		height: calc((((100vw/1) - 30px) * 0.3862433862433862));
	}
}

.carousel_slide_section .item a .item-top img{
	width: 100%;
	height: inherit;
	object-fit: cover;
	transition: 0.5s ease-in-out;
}

.carousel_slide_section .item a .item-bottom .tit-text-wrap{
	padding: 18px 13px;
	background: var(--FFFcolor);
	width: calc(100% - 63px); 
}
.carousel_slide_section .item a .item-bottom .tit-text{
	color: var(--blackcolor);
	font-weight: 700;
	font-size: 112.5%;
	width: 100%; 
	max-height: 26px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	letter-spacing: 1.2px;
	transition: 0.5s ease-in-out;
}
@media (max-width:1199px) {
	.carousel_slide_section .item a .item-bottom .tit-text{
		font-size: 105%;
	}
}
@media (max-width:767px) {
	.carousel_slide_section .item a .item-bottom .tit-text{
		font-size: 100%;
	}
}
.carousel_slide_section .item a .item-bottom .tit-more{
	background-color: #707070;
	width: 63px;
	padding: 10px;
	display: flex;
	align-items: center;
	transition: 0.5s ease-in-out;
}

.carousel_slide_section .item a:hover .item-top::before,
.carousel_slide_section .item a:focus .item-top::before{
	background: url(../images/mask/mask_1_40486a.png);
	background-repeat: no-repeat;
	background-size: cover;
}

.carousel_slide_section .item a:hover .item-top .item-no,
.carousel_slide_section .item a:focus .item-top .item-no {
	color: #8c6418;
}

.carousel_slide_section .item a:hover .item-top img,
.carousel_slide_section .item a:focus .item-top img {
	transform: scale(1.05);
}

.carousel_slide_section .item a:hover .item-bottom .tit-text,
.carousel_slide_section .item a:focus .item-bottom .tit-text {
	color: #8c6418;
}

.carousel_slide_section .item a:hover .item-bottom .tit-more,
.carousel_slide_section .item a:focus .item-bottom .tit-more {
	background-color: #8c6418;
}

.carousel_slide_section .owl-stage-outer {
	margin-top: -50px;
}
.carousel_slide_section .owl-carousel .owl-dots {
	display: flex;
	justify-content: center;
	margin-top: 20px;
    
    width: calc(100% - 0%); /*calc(100% - 24.5%);*/
    left: 0%; /*24%*/
    position: relative;
}
@media (max-width:450px) {
	.carousel_slide_section .owl-carousel .owl-dots {
        width: calc(100% - 0%);
		left: 40%;
	}
}
.carousel_slide_section .owl-carousel button.owl-dot {
	display: flex;
	width: 10px;
	height: 10px;
	background-color: #8c6418;
	border-radius: 100%;
	position: relative;
	margin: 10px !important;
}
.carousel_slide_section .owl-carousel button.owl-dot.active::before {
	content: "";
	position: absolute;
	top: -5px;
	left: -5px;
	width: 20px;
	height: 20px;
	border: 1px solid #8c6418;
	border-radius: 100%;
}
/*focus */
.carousel_slide_section .owl-carousel button.owl-dot:focus {
    background-color: #ff1414;
}
.carousel_slide_section .owl-carousel button.owl-dot:focus {
    outline: 3px dotted #ff1414 !important;
    outline-offset: -3px;
}
.carousel_slide_section .owl-carousel button.owl-dot:focus::before {
    border: 1px solid #ff1414;
}
/*focus */

.carousel_slide_section.owl-box .owl-nav {
	margin-top: 0;
}

.carousel_slide_section.owl-box .owl-carousel .owl-nav button.owl-prev.disabled,
.carousel_slide_section.owl-box .owl-carousel .owl-nav button.owl-next.disabled {
	cursor: not-allowed;
	opacity: 0.5;
}
.carousel_slide_section.owl-box .owl-carousel .owl-nav button.owl-prev span,
.carousel_slide_section.owl-box .owl-carousel .owl-nav button.owl-next span {
	border: none !important;
    background-color: transparent !important;
    border-radius: 0;
	filter:drop-shadow(0px 0px 8px rgba(0,0,0,.8));
}
.carousel_slide_section.owl-box .owl-carousel .owl-nav button.owl-prev span {
	content: url(../images/owl-carousel/new-arrow-left-b78338.svg);
}
.carousel_slide_section.owl-box .owl-carousel .owl-nav button.owl-next span {
	content: url(../images/owl-carousel/new-arrow-right-b78338.svg);
}
.carousel_slide_section.owl-box .owl-carousel .owl-nav button.owl-prev span:hover {
	content: url(../images/owl-carousel/new-arrow-left-b78338.svg);
	border: none !important;
    background-color: transparent !important;
}
.carousel_slide_section.owl-box .owl-carousel .owl-nav button.owl-next span:hover {
	content: url(../images/owl-carousel/new-arrow-right-b78338.svg);
	border: none !important;
    background-color: transparent !important;
}
.carousel_slide_section.owl-box .owl-carousel .owl-nav button.owl-prev {
	top: auto;
    bottom: -12px;
    left: 0%;
    right: auto;
}
@media (max-width: 767px) {
	.carousel_slide_section.owl-box .owl-carousel .owl-nav button.owl-prev {
		left: 0%;
	}
}
.carousel_slide_section.owl-box .owl-carousel .owl-nav button.owl-next {
	top: auto;
    bottom: -12px;
    left: calc(0% + 65.5px);
    right: auto;
}
@media (max-width: 767px) {
	.carousel_slide_section.owl-box .owl-carousel .owl-nav button.owl-next {
		left: calc(0% + 65.5px);
	}
}

.carousel_slide_section.owl-box .owl-carousel .owl-nav button.owl-prev:focus,
.carousel_slide_section.owl-box .owl-carousel .owl-nav button.owl-next:focus {
	outline: 3px dotted #ff1414 !important;
    outline-offset: -3px;
	border-radius: 0;
}
.carousel_slide_section .join-us-btn {
	background: rgba(0, 0, 0, 0.4);
	display: flex;
	justify-content: end;
	flex-direction: column;
	padding: 15px;
	height: 250px;
	transition: background 0.5s;
}
.carousel_slide_section .join-us-btn:hover,
.carousel_slide_section .join-us-btn:focus {
	background: rgba(0, 0, 0, 0.8);
}
.carousel_slide_section .join-us-btn .text-L1 {
	color: #7ee09f;
	text-shadow: 0 0 15px var(--blackcolor);
	font-size: 350%;
	font-weight: 100;
}
.carousel_slide_section .join-us-btn .text-L2 {
	text-shadow: 0 0 15px var(--blackcolor);
}
.carousel_slide_section .join-us-btn .text-L3 {
	text-shadow: 0 0 15px var(--blackcolor);
	padding-top: 50px;
}
@media (max-width: 575px) {
	.carousel_slide_section .join-us-btn {
		border-top: 1px solid var(--FFFcolor);
	}
}
@media (max-width: 450px) {
	.carousel_slide_section .item a {
		border-right: 0px;
	}
}
/* cara 20240328 carousel 客製化輪播 */

/* cara 20240329 join-us 客製化 */
.join_us_slide_section {
	background-size: auto;
    background-position: right top;
    background-repeat: no-repeat;
	position: relative;
	overflow: hidden;
}
.join_us_slide_section::before{
	content: "";
	position: absolute;
	top: 35px;
	right: -8vw;
	width: 25vw;
	height: 25vw;
	background: rgb(46 26 19 / 78%);
	border-radius: 100%;
}
.join_us_slide_section::after{
	content: "";
	position: absolute;
	top: 100px;
	right: 0;
	width: 15vw;
	height: 15vw;
	background: url(../images/logo/new-logo.gif);
	background-size: contain;
	background-repeat: no-repeat;
}

@media (min-width:576px) {
	.join_us_slide_section .item-wrap{
		border-right: 1px solid #dddddd;
		padding: 100px 0;
	}
	
	.join_us_slide_section .item-wrap:nth-child(2){
		padding-top: calc(100px + 100px);
	}
	.join_us_slide_section .item-wrap:nth-child(3){
		padding-top: calc(100px + 200px);
	}
	.join_us_slide_section .item-wrap:nth-child(4){
		padding-top: calc(100px + 300px);
		padding-bottom: 125px; /*250*/
	}
}


.join_us_slide_section .item-wrap .item-top {
	position: relative;
}
.join_us_slide_section .item-wrap .item-top.animate__animated {
    -webkit-animation-duration: 25s !important;
    animation-duration: 25s !important;
    /*-webkit-animation-duration: var(--animate-duration);
    animation-duration: var(--animate-duration);*/
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}
.join_us_slide_section .item-wrap .item-top.a1.animate__animated {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}
.join_us_slide_section .item-wrap .item-top.a2.animate__animated {
    -webkit-animation-delay: 0.45s;
    animation-delay: 0.45s;
}
.join_us_slide_section .item-wrap .item-top.a3.animate__animated {
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
}
.join_us_slide_section .item-wrap .item-top.a4.animate__animated {
    -webkit-animation-delay: 1.25s;
    animation-delay: 1.25s;
}

.join_us_slide_section .item-wrap .item-top::after {
	content: "";
	position: absolute;
	top: 15px;
	right: 20px;
	width: calc(100% - 70px);
	height: 100%;
	background-color: #FFC55F;
    background-color: #ba4206;
	z-index: 0;
	transition: 0.5s ease-in-out;
}
.join_us_slide_section .pc-wrap .item-wrap:nth-child(3) .item-top::after,
.join_us_slide_section .mb-wrap .item-wrap .item-top-1::after{
    background-color: #FFCA00;
}
.join_us_slide_section .pc-wrap .item-wrap:nth-child(1) .item-top::after,
.join_us_slide_section .mb-wrap .item-wrap .item-top-2::after{
    background-color: #6CB38A;
}
.join_us_slide_section .pc-wrap .item-wrap:nth-child(2) .item-top::after,
.join_us_slide_section .mb-wrap .item-wrap .item-top-3::after{
    background-color: #ed667e;
}
.join_us_slide_section .pc-wrap .item-wrap:nth-child(4) .item-top::after,
.join_us_slide_section .mb-wrap .item-wrap .item-top-4::after{
    background-color: #4a97ce;
}

.join_us_slide_section .item-wrap .item-top img{
	border-radius: 0 0 50px 0;
	width: calc(100% - 70px);
	position: relative;
	object-fit: cover;
	z-index: 1;
	opacity: 0.8;
	transition: 0.5s ease-in-out;
}
@media (max-width: 1199px) {
	.join_us_slide_section::before{
		content: none;
	}
	.join_us_slide_section::after{
		content: none;
	}
	.join_us_slide_section .item-wrap .item-top:after{
		width: calc(100% - 200px);
		right: 85px;
	}
	.join_us_slide_section .item-wrap .item-top img{
		width: calc(100% - 200px);
	}
	.join_us_slide_section .item-wrap:nth-child(2){
		padding-top: calc(100px + 100px);
	}
	.join_us_slide_section .item-wrap:nth-child(3){
		padding-top: calc(0px);
	}
	.join_us_slide_section .item-wrap:nth-child(4){
		padding-top: calc(0px + 100px);
		padding-bottom: 65px;
	}
}
@media (max-width: 991px) {
	.join_us_slide_section .item-wrap{
		padding: 50px 0;
	}
	.join_us_slide_section .item-wrap .item-top:after{
		width: calc(100% - 100px);
		right: 35px;
	}
	.join_us_slide_section .item-wrap .item-top img{
		width: calc(100% - 100px);
	}
	.join_us_slide_section .item-wrap:nth-child(2){
		padding-top: calc(50px + 100px);
	}
	.join_us_slide_section .item-wrap:nth-child(3){
		padding-top: calc(0px);
	}
	.join_us_slide_section .item-wrap:nth-child(4){
		padding-top: calc(0px + 100px);
		padding-bottom: 65px;
	}
}
@media (max-width: 767px) {
	.join_us_slide_section .item-wrap{
		padding: 60px 0;
	}
	.join_us_slide_section .item-wrap .item-top:after{
		width: calc(100% - 80px);
		right: 25px;
	}
	.join_us_slide_section .item-wrap .item-top img{
		width: calc(100% - 80px);
	}
	.join_us_slide_section .item-wrap:nth-child(2){
		padding-top: calc(60px + 50px);
	}
	.join_us_slide_section .item-wrap:nth-child(3){
		padding-top: calc(0px);
	}
	.join_us_slide_section .item-wrap:nth-child(4){
		padding-top: calc(0px + 50px);
		padding-bottom: 65px;
	}
}
@media (max-width: 575px) {
	.join_us_slide_section .item-wrap{
		padding: 65px 0 0 0;
	}
	.join_us_slide_section .item-wrap .item-top:after{
		width: calc(100% - 200px);
		right: 85px;
	}
	.join_us_slide_section .item-wrap .item-top img{
		width: calc(100% - 200px);
	}
	.join_us_slide_section .item-wrap:nth-child(2){
		padding-top: 65px;
	}
	.join_us_slide_section .item-wrap:nth-child(3){
		padding-top: 65px;
	}
	.join_us_slide_section .item-wrap:nth-child(4){
		padding-top: 65px;
		padding-bottom: 65px;
	}
}
@media (max-width: 500px) {
	.join_us_slide_section .item-wrap .item-top:after{
		width: calc(100% - 100px);
		right: 35px;
	}
	.join_us_slide_section .item-wrap .item-top img{
		width: calc(100% - 100px);
	}
}
.join_us_slide_section .item-wrap .item-bottom{
	color: #202020;
	font-size: 135%;
	font-weight: 700;
	text-decoration: underline;
	text-underline-offset: 12px;
	transition: 0.5s ease-in-out;
}
@media (max-width: 500px) {
	.join_us_slide_section .item-wrap .item-bottom{
		font-size: 110%;
	}
}
.join_us_slide_section .item-wrap a:hover .item-top::after{
	background: #8c6418;
}
.join_us_slide_section .item-wrap a:hover img {
	opacity: 1;
}
.join_us_slide_section .item-wrap a:hover .item-bottom{
	color: #8c6418;
}
.join_us_slide_section .join-us-decoration{
	margin-top: -200px;
}
@media (max-width: 1199px) {
	.join_us_slide_section .join-us-decoration{
		display: none;
	}
}
/* ----------------------------------- */
/* ---- // 打字效果 // ---------------- */
.join_us_slide_section .join-us-decoration .TYPEtxtBox span.typing-effect {
    font-family: "Merriweather", serif;
    font-size: 812.5%;
    line-height: 1.2;
    font-weight: 900;
    /*color: #A25A2F;*/
    cursor: pointer;
    -webkit-text-stroke-color: rgba(162, 90, 47, 0.35);
    -webkit-text-stroke-width: 0.25rem;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    
}
.join_us_slide_section .join-us-decoration .type-blink {
    width: 3px;
    height: 115px;
    background-image: linear-gradient(to bottom, rgba(162, 90, 47, 0.25), rgba(162, 90, 47, 0.15));
    position: absolute;
    right: -10px;
    top: 50%;
    transform: translateY(-50%);
    animation: blink 1s infinite;
}
@keyframes blink {
    50% {
        opacity: 0;
    }
}
/* ---- // 打字效果 // ---------------- */
.join_us_slide_section .owl-carousel .owl-dots {
	display: flex;
	justify-content: center;
	margin-top: 20px;
    
    width: calc(100% - 24.5%);
    left: 24.5%;
    position: relative;
}
@media (max-width:450px) {
	.join_us_slide_section .owl-carousel .owl-dots {
		left: 42%;
	}
}
.join_us_slide_section .owl-carousel button.owl-dot {
	display: flex;
	width: 10px;
	height: 10px;
	background-color: #8c6418;
	border-radius: 100%;
	position: relative;
	margin: 10px !important;
}
.join_us_slide_section .owl-carousel button.owl-dot.active::before {
	content: "";
	position: absolute;
	top: -5px;
	left: -5px;
	width: 20px;
	height: 20px;
	border: 1px solid #8c6418;
	border-radius: 100%;
}
.join_us_slide_section.owl-box .owl-nav {
	margin-top: 0;
}

.join_us_slide_section.owl-box .owl-carousel .owl-nav button.owl-prev.disabled,
.join_us_slide_section.owl-box .owl-carousel .owl-nav button.owl-next.disabled {
	cursor: not-allowed;
	opacity: 0.5;
}
.join_us_slide_section.owl-box .owl-carousel .owl-nav button.owl-prev span,
.join_us_slide_section.owl-box .owl-carousel .owl-nav button.owl-next span {
	border: none !important;
    background-color: transparent !important;
    border-radius: 0;
	filter:drop-shadow(0px 0px 8px rgba(0,0,0,.8));
}
.join_us_slide_section.owl-box .owl-carousel .owl-nav button.owl-prev span {
	content: url(../images/owl-carousel/new-arrow-left-b78338.svg);
}
.join_us_slide_section.owl-box .owl-carousel .owl-nav button.owl-next span {
	content: url(../images/owl-carousel/new-arrow-right-b78338.svg);
}
.join_us_slide_section.owl-box .owl-carousel .owl-nav button.owl-prev span:hover {
	content: url(../images/owl-carousel/new-arrow-left-b78338.svg);
	border: none !important;
    background-color: transparent !important;
}
.join_us_slide_section.owl-box .owl-carousel .owl-nav button.owl-next span:hover {
	content: url(../images/owl-carousel/new-arrow-right-b78338.svg);
	border: none !important;
    background-color: transparent !important;
}
.join_us_slide_section.owl-box .owl-carousel .owl-nav button.owl-prev {
	top: auto;
    bottom: -12px;
    left: 25.45%;
    right: auto;
}
@media (max-width: 767px) {
	.join_us_slide_section.owl-box .owl-carousel .owl-nav button.owl-prev {
		left: 0%;
	}
}
.join_us_slide_section.owl-box .owl-carousel .owl-nav button.owl-next {
	top: auto;
    bottom: -12px;
    left: calc(25.45% + 65.5px);
    right: auto;
}
@media (max-width: 767px) {
	.join_us_slide_section.owl-box .owl-carousel .owl-nav button.owl-next {
		left: calc(0% + 65.5px);
	}
}

.join_us_slide_section.owl-box .owl-carousel .owl-nav button.owl-prev:focus,
.join_us_slide_section.owl-box .owl-carousel .owl-nav button.owl-next:focus {
	outline: 3px dotted #ff1414 !important;
    outline-offset: -3px;
	border-radius: 0;
}
.owl-box .owl-carousel .owl-nav button.owl-prev:focus,
.owl-box .owl-carousel .owl-nav button.owl-next:focus,
.owl-box .owl-carousel .owl-nav button.owl-prev span:focus,
.owl-box .owl-carousel .owl-nav button.owl-next span:focus {
	outline: 3px dotted #ff1414 !important;
    outline-offset: -3px;
	border-radius: 0;
}
/* ----------------------------------- */
/* cara 20240329 join-us 客製化 */


/* 進入頁面最上方的動畫 */
@media (min-width:992px){
	.mb-animation-section{
		display: none;
	}
	.fv{
		position: relative;
		width: 100vw;
		overflow: hidden;
	}
	.fv .fv-inner .fv-catch{
		position: absolute;
		top: 20%;
		left: 50%;
		transform: translate(-50%, 0%);
		opacity: 1;
		transition: 0.8s;
	}
	.fv .fv-inner .fv-catch .fv-logo{
		margin-left: -110px;
	}
	.fv .fv-inner .fv-catch .fv-logo img{
		height: 120px;
	}
	
	.fv .fv-inner .fv-catch .fv-text{
		display: flex;
		justify-content: center;
		align-items: center;
		flex-direction: column;
	}
	.fv .fv-inner .fv-catch .fv-text span{
		font-weight: 700;
		font-size: 140%;
		line-height: 3;
	}
	.fv .fv-inner .fv-catch .fv-text span:nth-child(1){
		color: #8c6418;
	}
	.fv .fv-inner .fv-catch .fv-text span:nth-child(2){
		color: #BA4206;
	}
    .fv .fv-inner .fv-catch .fv-text span.color1 {
        font-size: inherit;
		color: #2f1812;
	}
	
	.fv-movie {
		-webkit-clip-path: circle(100px at 50% 92%);
		clip-path: circle(100px at 50% 92%);
		height: 100vh;
		top: 50%;
		width: 100%;
		transition: 0.8s ease-in-out;
	}
	.fv-movie {
		position: relative;
		width: 100%;
		z-index: 0;
	}
	.fv-movie.translateUp {
		-webkit-clip-path: circle(300px at 50% 65%);
		clip-path: circle(300px at 50% 50%);
	}
	.fv-movie.view-all {
		-webkit-clip-path: circle(100% at 50% 65%);
		clip-path: circle(100% at 50% 50%);
	}
	.mask1 {
		-webkit-mask-image: url("../images/logo/華梵Logo_W140H50.svg");
		mask-image: url("../images/logo/華梵Logo_W140H50.svg");
		-webkit-mask-repeat: no-repeat;
		mask-repeat: no-repeat;    
	}
	.mask1 img{
		max-width: 600px;
		height: 400px;
	}
	.fv-movie #carousel_video .owl-nav {
		position: absolute;
		bottom: 5%;
		right: 45px;
		width: 140px;
		height: 70px;
	}
	.fv-movie #carousel_video .owl-nav .owl-prev {
		width: 70px;
		height: 70px;
	}
	.fv-movie #carousel_video .owl-nav .owl-next {
		width: 70px;
		height: 70px;
	}
    .fv-movie.owl-box .owl-carousel .owl-nav button.owl-prev span {
		content: url(../images/owl-carousel/new-arrow-BGW-left-b78338.svg);
	}
	.fv-movie.owl-box .owl-carousel .owl-nav button.owl-next span {
		content: url(../images/owl-carousel/new-arrow-BGW-right-b78338.svg);
	}
    
    .fv-movie.owl-box .owl-carousel .owl-nav button.owl-prev span,
    .fv-movie.owl-box .owl-carousel .owl-nav button.owl-next span{
        border: none !important;
        background-color: transparent !important;
        border-radius: 0;
        filter:drop-shadow(0px 0px 8px rgba(0,0,0,.8));
    }
    .fv-movie.owl-box .owl-carousel .owl-nav button.owl-prev span:hover{
        content: url(../images/owl-carousel/new-arrow-BGW-HOVER-left-b78338.svg);
        border: none !important;
        background-color: transparent !important;
    }
    .fv-movie.owl-box .owl-carousel .owl-nav button.owl-next span:hover{
        content: url(../images/owl-carousel/new-arrow-BGW-HOVER-right-b78338.svg);
        border: none !important;
        background-color: transparent !important;
    }
}
/*
.owl-box .owl-carousel .owl-nav button.owl-prev, .owl-box .owl-carousel .owl-nav button.owl-next {
    top: 0;
}*/


@media (max-width:991px) {
	.scroll-down-show-logo{
		opacity: 1 !important;
	}
	.fv.pc-animation-section{
		display: none;
	}
	.fv .fv-movie{
		width: 100%;
		height: 50vh;
	}
	.fv .fv-text{
		display: flex;
		justify-content: center;
		align-items: center;
		flex-direction: column;
		position: relative;
	}
	.fv .fv-text:after{
		content: "";
		position: absolute;
		top: -40px;
		left: 0;
		width: 100vw;
		height: 100vw;
		border-radius: 100%;
		background: #f5f5f5;
		z-index: 0;
	}
	.fv .fv-text span{
		font-weight: 700;
		font-size: 120%;
		line-height: 2;
		z-index: 1;
	}
	.fv .fv-text span:nth-child(1){
		color: #8c6418;
	}
	.fv .fv-text span:nth-child(2){
		color: #BA4206;
	}
	.fv .fv-text span:nth-child(3){
		color: #2f1812;
	}
}
@media (max-width:576px) {
	.fv .fv-movie{
		width: 100%;
		height: 35vh;
	}
}
/* 底部裝飾用跑馬燈 */
.marquee{
	width: 100vw;
	overflow: hidden;
}
.marquee .scroll {
	display: flex;
	background: transparent;
}
.marquee .scroll .text {
	font-size: 1000%;
	color: var(--FFFcolor);
	letter-spacing: 8px;
	white-space: nowrap;
	text-transform: uppercase;
	animation: scroll 80s linear infinite;
	line-height: 1;
}
.marquee.f5f5f5 .scroll .text {
	color: #f5f5f5;
}
.marquee .scroll .text:nth-child(2) {
	animation: scroll2 80s linear infinite;
	animation-delay: -40s;
}
@keyframes scroll {
	from {
		transform: translateX(100%);
}
	to {
		transform: translateX(-100%);
}
}
@keyframes scroll2 {
	from {
		transform: translateX(0%);
}
	to {
		transform: translateX(-200%);
}
}

/* .marquee-box{
	width: 100%;
	height: auto;
	overflow: hidden;
}
.marquee-box .marquee-list{
	list-style: none;
	width: 1000%;
	height: auto;
	position: relative;
	padding-left: 0;
}
.marquee-box .marquee-list li{
	float: left;
	position: relative;
	color: #ffffff;
	font-size: 1000%;
	font-weight: 600;
	letter-spacing: 1.2;
} */


/* 自訂新按鈕 */
.witr_bbtn {
    border: none;
}
.witr_bbtn {
    position: relative;
    display: inline-block;  
    font-size: 110%;
    font-weight: 700;
    color: var(--b2020color);
    text-align: center;
    border-style: none;
    border-radius: 30px;
    padding: 13px 40px 13px 20px;
    margin-top: 10px;
    margin-bottom: 10px;
    z-index: 2;
    transition: 1s;
    
    height: 50px; /*60*/
}
.witr_bbtn i {
    font-size: 112.5%;
}
.witr_bbtn:hover,
.witr_bbtn:focus {
	background-color: transparent; /*#dfb163*/
}
.witr_bbtn:hover,
.witr_bbtn:focus {
    /* background-color: #02010100; */
    color: var(--FFFcolor);
}
.witr_bbtn:after {
    position: absolute;
    left: 0px;
    height: 50px; /*60*/
    width: 50px; /*60*/
    top: 0px;
    content: "";
    
    z-index: -6;
    border-radius: 30px;
    transition: .5s;
	background-color: #ffb22c;
}
.witr_bbtn:hover:after,
.witr_bbtn:focus:after {
    width: 100%;
    background-color: #8c6418;
}
.witr_bbtn span{
	display: inline-block;
	padding-right: 10px;
}
.witr_bbtn span.arrow:after{
	content: "";
    position: absolute;
    height: 10px;
    width: 50px;
    right: 10px;
    top: 53%;
    background: url(../images/owl-carousel/new-arrow-right-b78338.svg);
	background-repeat: no-repeat;
	transition: .5s;
}

.witr_bbtn:hover span.arrow:after,
.witr_bbtn:focus span.arrow:after{
    content: "";
    position: absolute;
    height: 10px;
    width: 50px;
    right: 10px;
    top: 53%;
    background: url(../images/owl-carousel/new-arrow-right-2e1a13.svg);
	background-repeat: no-repeat;
}

/* item動畫 start */
.item-animate{
	opacity: 0;
}

@-webkit-keyframes fadeInUp2 {
	from {
		opacity: 0;
		-webkit-transform: translateY(0px);
		transform: translateY(0px);
	}

	to {
		opacity: 1;
		-webkit-transform: translateY(20px);
		transform: translateY(20px);
	}
	}
@keyframes fadeInUp2 {
	from {
		opacity: 0;
		-webkit-transform: translateY(0px);
		transform: translateY(0px);
	}

	to {
		opacity: 1;
		-webkit-transform: translateY(20px);
		transform: translateY(20px);
	}
}
.animate__fadeInUp__customize {
	-webkit-animation-name: fadeInUp2;
	animation-name: fadeInUp2;
}

@-webkit-keyframes fadeInDown2 {
	from {
		opacity: 0;
		-webkit-transform: translateY(20px);
		transform: translateY(20px);
	}

	to {
		opacity: 1;
		-webkit-transform: translateY(0px);
		transform: translateY(0px);
	}
	}
@keyframes fadeInDown2 {
	from {
		opacity: 0;
		-webkit-transform: translateY(20px);
		transform: translateY(20px);
	}

	to {
		opacity: 1;
		-webkit-transform: translateY(0px);
		transform: translateY(0px);
	}
}
.animate__fadeInDown__customize {
	-webkit-animation-name: fadeInDown2;
	animation-name: fadeInDown2;
}
/* item動畫 end */



.o-index-banner__svg {
    width: auto;
    height: 100%;
    max-width: 998px;
    max-height: 998px;
    z-index: 2;
    pointer-events: none;
    stroke: #d5d3cd;
}

@media (max-width: 767px) {
    .o-index-banner__svg {
        width: 90vw;
        height: 90vw;
    }
}

.o-index-banner__svg.-circle {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(-90deg);
    transform: translate(-50%, -50%) rotate(-90deg);
}

.o-index-banner__svg.-circle circle {
    stroke-width: 1px;
}

.o-index-banner__svg.-circle circle.-active {
    -webkit-transition: stroke-dashoffset 1s linear;
    transition: stroke-dashoffset 1s linear;
}

.o-index-banner__svg.-circle #circle-bar {
    opacity: 0.3;
}

.o-index-banner__svg.-triangle {
    position: absolute;
    top: 50%;
    left: 50%;
    opacity: 0.3;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

