@charset "utf-8";
/* CSS Document */

/* ======================================================== */
/* --------------------------------------------------------
**  首頁 site-header
**  首頁 HEADER
**  首頁 右邊滑入區塊 SIDE MENULAYER  ----  ( sideDIV menu 所有內容 )
**  首頁 FULL PAGE 搜尋Bar 下拉內容 ALL
**  首頁 BANNER 區 ALL
**  首頁 共用 HEADER TITLE 標題
**  首頁 共用 customize_btn 自訂 MORE + 按鈕
**  首頁 卡片區塊 Card_section
**  首頁 新聞公告 Newsbox-section
**  首頁 簡介介紹 Introduction-section
**  首頁 活動與講座 ActivityLecture-section
**  首頁 影音專區 Video-area-section
**  首頁 活動花絮 GalleryCZ-section
**  頁尾 FOOTER
**  首頁 GO-TO-TOP
**  首頁 動作
----------------------------------------------------------- */
/* ======================================================== */



/* =================================================== */
/* ------ 首頁 @import區 ------------------------------ */
/* =================================================== */
@import url(../Content/font-awesome-4.7.0/font-awesome.min.css);
/* =================================================== */
/* ------ 首頁 @import區 ------------------------------ */
/* =================================================== */



/* ========================================================================= */
/* ------ 首頁 CSS INDEX 所有內容設定開始 ---- 以下 START ------- */
/* ========================================================================= */

body .body_bg {
	position: relative; 
	display: block;
    /*background-color: var(--global-background-transparent);*/
    
	background-image: url("../images/bg/badyBG_1920xN.svg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: left top;
}

body .subpage_body_bg {
	position: relative; 
	display: block;
    /*background-color: var(--global-background-transparent);*/
    
	background-image: url("../images/bg/SubPage_badyBG_1920xN.svg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: left top;
}

/* ============================================= */
/* ------ 首頁 GOOGLE 翻譯 ---------------------- */
/* ============================================= */
#google_translate_element {
    float: left;
}
/* ============================================= */
/* ------ 首頁 GOOGLE 翻譯 ---------------------- */
/* ============================================= */



/* ============================================= */
/* ------ 首頁 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-color: transparent;

	/*-webkit-box-shadow: 0 0 15px rgba(0,0,0,0.10);
	-moz-box-shadow: 0 0 15px rgba(0,0,0,0.10);
	-ms-box-shadow: 0 0 15px rgba(0,0,0,0.10);
	-o-box-shadow: 0 0 15px rgba(0,0,0,0.10);
	box-shadow: 0 0 15px rgba(0,0,0,0.10);*/
    
	-webkit-transition: top 300ms ease;
	-moz-transition: top 300ms ease;
	-ms-transition: top 300ms ease;
	-o-transition: top 300ms ease;
	transition: top 300ms ease;
}
#site-header.fixed-header {
	position: fixed;
	visibility: visible;
	opacity: 1;	
	z-index: 99901;	
}
#site-header.animate__fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    -webkit-animation-duration: 0.1s;
	animation-duration: 0.1s;
}
/*@media (max-width:991px) {
	#site-header { display: none; }
}*/

#site-header.shadow {
	-webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.5)!important;
	box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.5) !important;
}
/* ============================================= */
/* ------ 首頁 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;
    height: 84px;
	/*
	background-image: url(../images/hero-bg.svg);
	background-size: cover;
	background-position: bottom;
	*/
}
@media (max-width: 992px) {
  /*.header_section {
    height: auto;
  }*/
}
/*----------------------------------------------*/
.header_section .header_Box {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
}
/*----------------------------------------------*/
.header_section .HeaderDivBox {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 100%;
}

/*----------------------------------------------*/
/* --// header.logo //------------------------- */
.header_section .HeaderDivBox .leftBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    
    /*height: 100%;*/
}
@media (max-width: 992px) {
    .header_section .HeaderDivBox .leftBox {
        position: relative;
    }
}

.header_section .HeaderDivBox .leftBox .logo {
    position: relative;    
    height: 100%;
}
.header_section .HeaderDivBox .leftBox .logo h1 {
    font-size: 150%;
    margin: 0;
    padding: 0;
}
.header_section .HeaderDivBox .leftBox .logo a.P_logo,
.header_section .HeaderDivBox .leftBox .logo a.M320_logo {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    
    /*max-width: 305px;*/
    height: 100%;
    /*padding: 6px 0;*/
}
@media (max-width: 340px) {
    .header_section .HeaderDivBox .leftBox .logo a.M320_logo {
        display: block;
        max-width: 191px;
    }
}
@media (max-width: 323px) {
    .header_section .HeaderDivBox .leftBox .logo a.M320_logo {
        display: block;
        max-width: 165px;
    }
}
/* --------------------------------------------------------- */
@media (max-width: 400px) {
	.header_section .HeaderDivBox .leftBox .logo a.P_logo {
		display: none;
	}
}
@media (min-width: 400px) {
	.header_section .HeaderDivBox .leftBox .logo a.P_logo {
		max-width: 300px
	}
    .header_section .HeaderDivBox .leftBox .logo a.M320_logo {
        display: none;
    }
}
@media (min-width: 480px) {
	.header_section .HeaderDivBox .leftBox .logo a.P_logo {
		max-width: 350px
	}
    .header_section .HeaderDivBox .leftBox .logo a.M320_logo {
        display: none;
    }
}
@media (min-width: 576px) {
	.header_section .HeaderDivBox .leftBox .logo a.P_logo {
		max-width: 400px
	}
    .header_section .HeaderDivBox .leftBox .logo a.M320_logo {
        display: none;
    }
}
@media (min-width: 768px) {
	.header_section .HeaderDivBox .leftBox .logo a.P_logo {
		max-width: 450px
	}
    .header_section .HeaderDivBox .leftBox .logo a.M320_logo {
        display: none;
    }
}
@media (min-width: 992px) {
	.header_section .HeaderDivBox .leftBox .logo a.P_logo {
		max-width: 280px
	}
    .header_section .HeaderDivBox .leftBox .logo a.M320_logo {
        display: none;
    }
}
@media (min-width: 1025px) {
	.header_section .HeaderDivBox .leftBox .logo a.P_logo {
		max-width: 300px;
	}
    .header_section .HeaderDivBox .leftBox .logo a.M320_logo {
        display: none;
    }
}
@media (min-width: 1080px) {
	.header_section .HeaderDivBox .leftBox .logo a.P_logo {
		max-width: 385px;
	}
    .header_section .HeaderDivBox .leftBox .logo a.M320_logo {
        display: none;
    }
}
@media (min-width: 1200px) {
	.header_section .HeaderDivBox .leftBox .logo a.P_logo {
		max-width: 450px;
	}
    .header_section .HeaderDivBox .leftBox .logo a.M320_logo {
        display: none;
    }
}

.header_section .HeaderDivBox .leftBox .logo a.P_logo img ,
.header_section .HeaderDivBox .leftBox .logo a.M320_logo img {
    width: 100%;
    height: auto;
}

.header_section .HeaderDivBox .leftBox .logo.hide {
    display: none;    
}
/* --// header.logo //------------------------- */
/*----------------------------------------------*/

/*----------------------------------------------*/
/* --// header.rightBox //--------------------- */
.header_section .HeaderDivBox .rightBox {
    position: absolute;
    top: 0;
    right: 0;
    right: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
}
@media (max-width: 992px) {
    .header_section .HeaderDivBox .rightBox {
        position: absolute;
        right: 0;
        right: 16px;
        top: 0;
    }
}
/*----------------------------------------------*/
.header_section .HeaderDivBox .rightBox .navsBox {
    position: relative;
    display: none;
}
@media (max-width: 992px) {	
	.header_section .HeaderDivBox .rightBox .navsBox {
        display: none;
	}
}
/*----------------------------------------------*/
.header_section .HeaderDivBox .rightBox .Customize_Nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
    list-style: none;
	border-radius: 0;	
    background-color: transparent;
}
/*----------------------------------------------*/
.header_section .HeaderDivBox .rightBox .nav-item+.nav-item::before {
	float: left;
    color: rgba(0,0,0,0.35); /* #1e2d40 */
	content: "/";
}
.header_section .HeaderDivBox .rightBox .nav-item {
	display: flex;
	justify-content: center;
	align-items: center;
}
/*----------------------------------------------*/
.header_section .HeaderDivBox .rightBox .nav-link {
	font-size: 93.75%; /*0.875rem*/
    font-weight: 500;
    display: block;
	
	padding: 0.5rem 1rem;
}
@media (max-width: 992px) {	
	.header_section .HeaderDivBox .rightBox .nav-link {
        font-size: 87.5%; /*0.75rem*/
		padding: 0.25rem 0.5rem; /*0.125rem 0.75rem*/
	}
}

.header_section .HeaderDivBox .rightBox .nav-item a.nav-link,
.header_section .HeaderDivBox .rightBox .nav-item+.nav-item a.nav-link,
.header_section .HeaderDivBox .rightBox .nav-item+.nav-item a.nav-link.disabled {
    color: var(--blackcolor);
    /*pointer-events: none;*/ /*滑鼠無作用*/
    /*cursor: default;*/ /*預設-滑鼠無作用*/
}

.header_section .HeaderDivBox .rightBox .nav-item a:hover.nav-link,
.header_section .HeaderDivBox .rightBox .nav-item+.nav-item a:hover.nav-link,
.header_section .HeaderDivBox .rightBox .nav-item+.nav-item a:hover.nav-link.disabled {
    color: var(--Customize_color);
    /*pointer-events: none;*/ /*滑鼠無作用*/
    /*cursor: default;*/ /*預設-滑鼠無作用*/
}
.header_section .HeaderDivBox .rightBox .nav-item a.nav-link.active,
.header_section .HeaderDivBox .rightBox .nav-item a:hover.nav-link.active {
    color: var(--Customize_color);
}

.header_section .HeaderDivBox .rightBox .nav-item a.nav-link i {
	margin-right: 5px;
}
/* --// header.rightBox //--------------------- */
/*----------------------------------------------*/

/*----------------------------------------------------*/
/* --// 首頁 上方 rightBox 漢堡按鈕 //------------------ */
.header_section .HeaderDivBox .rightBox button.main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 80px;
    height: 100%;
    height: calc(100% - 4px);
    color: var(--blackcolor);
    border-radius: 16px; /*rem*/
    /*background-color: rgba(255, 255, 255, 0.75);*/
    
    padding: 0;
}
@media (max-width: 1180px) {
    .header_section .HeaderDivBox .rightBox button.main {
        width: 80px;
    }
}
@media (max-width: 992px) {
    .header_section .HeaderDivBox .rightBox button.main {
        width: 80px;
    }
}
@media (max-width: 768px) {
    .header_section .HeaderDivBox .rightBox button.main {
        width: 70px;
    }
}
@media (max-width: 576px) {
    .header_section .HeaderDivBox .rightBox button.main {
        width: 60px;
    }
}
.header_section .HeaderDivBox .rightBox button.main:hover {
    color: var(--blackcolor);
    background-color: rgba(255, 255, 255, 0.75);
}
/*----------------------------------------------*/
.header_section .HeaderDivBox .rightBox button.main span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    
    position: relative;
    font-size: 68.75%;    
}
@media (max-width: 576px) {
    .header_section .HeaderDivBox .rightBox button.main span {
        font-size: 68.75%;
    }
}
/*----------------------------------------------*/
.header_section .HeaderDivBox .rightBox button.main div i {
    font-size: 137.5%;
    margin-bottom: 5px;
}

.header_section .HeaderDivBox .rightBox button.main div i.customize-bars {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    font-size: 137.5%;
    width: 24px;
    height: 24px;
    margin-bottom: 5px;
}
.header_section .HeaderDivBox .rightBox button.main div i.customize-bars::before {
    content: url("../images/navbar-toggler-icon_B.svg");
}
.header_section .HeaderDivBox .rightBox button.main:hover div i.customize-bars::before {
    content: url("../images/navbar-toggler-icon_B.svg");
}
/* --// 首頁 上方 rightBox 漢堡按鈕 //------------------ */
/*----------------------------------------------------*/

/*----------------------------------------------------*/
/* ------ 首頁 上方 rightBox 搜尋按鈕 ------------------ */
.header_section .HeaderDivBox .rightBox button.search {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    
    width: 80px;
    height: 100%;
    height: calc(100% - 4px);
    color: var(--FFFcolor);
    border-radius: 99rem;
    background-color: var(--Customize_color);
    
    padding: 0;
}
@media (max-width: 1180px) {
    .header_section .HeaderDivBox .rightBox button.search {
        width: 80px;
    }
}
@media (max-width: 992px) {
    .header_section .HeaderDivBox .rightBox button.search {
        width: 80px;
    }
}
@media (max-width: 768px) {
    .header_section .HeaderDivBox .rightBox button.search {
        width: 70px;
    }
}
@media (max-width: 576px) {
    .header_section .HeaderDivBox .rightBox button.search {
        width: 60px;
    }
}
.header_section .HeaderDivBox .rightBox button.search:hover {
    color: var(--blackcolor);
    background-color: var(--Customize_HRcolor);
}
/*----------------------------------------------*/
.header_section .HeaderDivBox .rightBox button.search span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    
    position: relative;
    font-size: 68.75%;
}
@media (max-width: 576px) {
    .header_section .HeaderDivBox .rightBox button.search span {
        font-size: 68.75%;
    }
}

.header_section .HeaderDivBox .rightBox button.search div i {
    font-size: 137.5%;
    margin-bottom: 5px;
}

.header_section .HeaderDivBox .rightBox button.search div i.customize-search {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    font-size: 137.5%;
    width: 24px;
    height: 24px;
    margin-bottom: 5px;
}
.header_section .HeaderDivBox .rightBox button.search div i.customize-search::before {
    content: url("../images/navbar-search-icon_W.svg");
}
.header_section .HeaderDivBox .rightBox button.search:hover div i.customize-search::before {
    content: url("../images/navbar-search-icon_B_hover.svg");
}
/* ------ 首頁 上方 rightBox 搜尋按鈕 ------------------ */
/*----------------------------------------------------*/

/*----------------------------------------------------*/
/* ------ 首頁 上方 rightBox 關閉 搜尋按鈕 ------------- */
.search-popup button.closeIocn-search {
    position: fixed;
    top: 0;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    
    width: 80px;
    height: 100%;
    height: calc(100% - 4px);
    color: var(--FFFcolor);
    border-radius: 99rem;
    background-color: var(--Customize_color);
    
    padding: 0;
    
    z-index: 15;
}
@media (max-width: 1180px) {
    .search-popup button.closeIocn-search {
        width: 80px;
        height: 80px;
    }
}
@media (max-width: 992px) {
    .search-popup button.closeIocn-search {
        width: 80px;
        height: 80px;
    }
}
@media (max-width: 768px) {
    .search-popup button.closeIocn-search {
        width: 70px;
        height: 70px;
    }
}
@media (max-width: 576px) {
    .search-popup button.closeIocn-search {
        width: 60px;
        height: 60px;
    }
}

.search-popup button.closeIocn-search:hover {
    color: var(--blackcolor);
    background-color: var(--Customize_HRcolor);
}
/*----------------------------------------------*/
.search-popup button.closeIocn-search span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    
    position: relative;
    font-size: 68.75%;
}
@media (max-width: 576px) {
    .search-popup button.closeIocn-search span {
        font-size: 68.75%;
    }
}
/*----------------------------------------------*/
.search-popup button.closeIocn-search div i.customize-search-close {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    font-size: 137.5%;
    width: 24px;
    height: 24px;
    margin-bottom: 5px;
}
.search-popup button.closeIocn-search div i.customize-search-close::before {
    content: url("../images/navbar-close-icon_W.svg");
}
.search-popup button.closeIocn-search:hover div i.customize-search-close::before {
    content: url("../images/navbar-close-icon_B_hover.svg");
}
/* ------ 首頁 上方 rightBox 關閉 搜尋按鈕 ------------- */
/*----------------------------------------------------*/

/*----------------------------------------------*/
/* --// header.overlayer //-------------------- */
.header_section .header_Box.active .overlayer {
    opacity: 1;
    pointer-events: auto;
}
.header_section .header_Box .overlayer {
    content: "";
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 19;
    background-color: rgba(0, 0, 0, 0.25);/*0.3*/
    display: block;
    pointer-events: none;
    opacity: 0;
    -webkit-transition: 0.9s;
    transition: 0.9s;
}
/* --// header.overlayer //-------------------- */
/*----------------------------------------------*/
/* =================================================== */
/* ------ 首頁 HEADER --------------------------------- */
/* =================================================== */



/* =================================================== */
/* ------ 首頁 右邊滑入區塊 SIDE MENULAYER -------------- */
/* =================================================== */
.header_section .header_Box.active .menulayer {
    -webkit-transform: translate(0%, 0);
    transform: translate(0%, 0);
}
.header_section .header_Box .menulayer {
    position: fixed;
    right: 0;
    top: 0;
    height: 100vh;
    overflow: hidden;
    
    -webkit-transform: translate(100%, 0);
    transform: translate(100%, 0);
    -webkit-transition: 0.9s;
    transition: 0.9s;
    
    background-color: #021a1c;
    z-index: 20;
}
.header_section .header_Box .menulayer:before {
    content: "";
    width: 1px;
    height: 100vh;
    display: block;
    background-color: var(--G777color);
    position: fixed;
    top: 0;
    bottom: 0;
    right: 80px;
    pointer-events: none;
}
@media (max-width: 767px) {
    .header_section .header_Box .menulayer {
        width: 100%;
    }
    .header_section .header_Box .menulayer::before {
        display: none;
    }
}
/*----------------------------------------------*/

/*-----------------------------------------------------*/
/* --// header .menulayer .contentmenu //------------- */
.header_section .header_Box .menulayer .contentmenu {    
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    
    padding: 80px 145px 80px 90px;
    height: 100vh;
    overflow-y: auto;
}
@media (max-width: 767px) {
    .header_section .header_Box .menulayer .contentmenu {
        z-index: 10;
        padding: 100px 30px 60px 60px;
    }
}
/* --// header .menulayer .contentmenu //------------- */
/*-----------------------------------------------------*/

/*-----------------------------------------------------*/
/* --// sideDIV menu 所有內容 //----------------------- */
/*-----------------------------------------------------*/
/*-----------------------------------------------------*/
/* --// header .menulayer .button.closemain //-------- */
.header_section .header_Box .menulayer button.closemain {
    position: fixed;
    top: 0;
    right: 0;      
    
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;  
    
    width: 80px;
    height: 80px;
    padding: 0;
    color: var(--FFFcolor);
    background-color: transparent;
}
@media (max-width: 767px) {
    .header_section .header_Box .menulayer button.closemain {
        z-index: 15;
        width: 80px;
        height: 80px;
    }
}
.header_section .header_Box .menulayer button.closemain:hover {
    color: var(--FFFcolor);
    background-color: transparent;
}
/*----------------------------------------------*/
.header_section .header_Box .menulayer button.closemain span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    
    position: relative;
    font-size: 68.75%;
}
@media (max-width: 576px) {
    .header_section .header_Box .menulayer button.closemain span {
        font-size: 68.75%;
    }
}
/*----------------------------------------------*/
.header_section .header_Box .menulayer button.closemain div i {
    font-size: 137.5%;
    margin-bottom: 5px;
}

.header_section .header_Box .menulayer button.closemain div i.customize-close {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    font-size: 137.5%;
    width: 24px;
    height: 24px;
    margin-bottom: 5px;
}
.header_section .header_Box .menulayer button.closemain div i.customize-close::before {
    content: url("../images/navbar-close-icon_W.svg");
}
.header_section .header_Box .menulayer button.closemain:hover div i.customize-close::before {
    content: url("../images/navbar-close-icon_W.svg");
}
/* --// header .menulayer .button.closemain //-------- */
/*-----------------------------------------------------*/

/*-----------------------------------------------------*/
/* --// header .menulayer .button.searchmain //-------- */
.header_section .header_Box .menulayer button.searchmain {
    position: fixed;
    top: 0;
    right: 80px;      
    
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;   
    
    width: 80px;
    height: 80px;
    padding: 0;
    color: var(--FFFcolor);
    background-color: transparent;
}
@media (max-width: 767px) {
    .header_section .header_Box .menulayer button.searchmain {
        z-index: 15;
        width: 80px;
        height: 80px;
    }
}
.header_section .header_Box .menulayer button.searchmain:hover {
    color: var(--FFFcolor);
    background-color: transparent;
}
/*----------------------------------------------*/
.header_section .header_Box .menulayer button.searchmain span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    
    position: relative;
    font-size: 68.75%;
}
@media (max-width: 576px) {
    .header_section .header_Box .menulayer button.searchmain span {
        font-size: 68.75%;
    }
}
/*----------------------------------------------*/
.header_section .header_Box .menulayer button.searchmain div i {
    font-size: 137.5%;
    margin-bottom: 5px;
}

.header_section .header_Box .menulayer button.searchmain div i.customize-search {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    font-size: 137.5%;
    width: 24px;
    height: 24px;
    margin-bottom: 5px;
}
.header_section .header_Box .menulayer button.searchmain div i.customize-search::before {
    content: url("../images/navbar-search-icon_W.svg");
}
.header_section .header_Box .menulayer button.searchmain:hover div i.customize-search::before {
    content: url("../images/navbar-search-icon_W.svg");
}
/* --// header .menulayer .button.searchmain //-------- */
/*-----------------------------------------------------*/

/*-----------------------------------------------------*/
/* --// header .menulayer .search_DivBox //--------------- */
.header_section .header_Box .menulayer .search_DivBox {
    margin-bottom: 32px;
}
.header_section .header_Box .menulayer .search_input {
    font-size: 93.75%;
    line-height: 18px;    
    width: 100%;
    padding: 12px 24px;    
    
    color: var(--FFFcolor);
    background-color: transparent;
    background-image: url("../images/svg/icon-search-white_32x32.svg");
    background-repeat: no-repeat;
    background-size: 18px 18px;
    background-position: 95% center;
    
    border-radius: 50px;
    border: 1px solid var(--G777color);
    
    transition: all 250ms ease-in-out;
    backface-visibility: hidden;
    transform-style: preserve-3d;
}
.header_section .header_Box .menulayer .search_input::placeholder {
    color: rgba(255, 255, 255, 0.5);
    text-transform: uppercase;
    letter-spacing: 1.5px;
}
.header_section .header_Box .menulayer .search_input:hover,
.header_section .header_Box .menulayer .search_input:focus {
    padding: 12px 0;
    outline: 0 !important;
    border: 1px solid transparent;
    border-bottom: 1px solid var(--FFFcolor) !important;
    border-radius: 0;
    background-position: 100% center;
}
/* --// header .menulayer .searchBar //--------------- */
/*-----------------------------------------------------*/

/*-----------------------------------------------------*/
/* --// header .menulayer .topBox //------------------ */
.header_section .header_Box .menulayer .topBox {
    display: block;
    max-width: 380px;
}
@media (max-width: 992px) {
    .header_section .header_Box .menulayer .topBox {
        position: relative;
        right: 0;
        top: 0;
        
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: flex-start;
        align-items: center;
        
        max-width: 100%;
    }
}
/*----------------------------------------------*/
.header_section .header_Box .menulayer .topBox .navsBox {
    position: relative;
    display: block;
}
/*----------------------------------------------*/
.header_section .header_Box .menulayer .topBox .Customize_Nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
    margin-bottom: 15px;
    list-style: none;
	border-radius: 0;
	
    background-color: transparent;
}
/*----------------------------------------------*/
.header_section .header_Box .menulayer .topBox .nav-item+.nav-item::before {
	float: left;
    color: rgba(255, 255, 255, 0.35); /* #1e2d40 */
	content: "│";
}
.header_section .header_Box .menulayer .topBox .nav-item {
	display: flex;
	justify-content: center;
	align-items: center;
}
/*----------------------------------------------*/
.header_section .header_Box .menulayer .topBox .nav-link {
	font-size: 93.75%; /*0.875rem*/
    font-weight: 500;
    display: block;
	
	padding: 0.5rem 0.5rem;
}
@media (max-width: 575px) {	
	.header_section .header_Box .menulayer .topBox .nav-link {
        font-size: 93.75%; /*0.75rem*/
		padding: 0.25rem 0.5rem; /*0.125rem 0.75rem*/
	}
}

.header_section .header_Box .menulayer .topBox .nav-item a.nav-link,
.header_section .header_Box .menulayer .topBox .nav-item+.nav-item a.nav-link,
.header_section .header_Box .menulayer .topBox .nav-item+.nav-item a.nav-link.disabled {
    color: var(--FFFcolor);
    /*pointer-events: none;*/ /*滑鼠無作用*/
    /*cursor: default;*/ /*預設-滑鼠無作用*/
}

.header_section .header_Box .menulayer .topBox .nav-item a:hover.nav-link,
.header_section .header_Box .menulayer .topBox .nav-item+.nav-item a:hover.nav-link,
.header_section .header_Box .menulayer .topBox .nav-item+.nav-item a:hover.nav-link.disabled {
    color: #ffa700;
    /*pointer-events: none;*/ /*滑鼠無作用*/
    /*cursor: default;*/ /*預設-滑鼠無作用*/
}
.header_section .header_Box .menulayer .topBox .nav-item a.nav-link.active,
.header_section .header_Box .menulayer .topBox .nav-item a:hover.nav-link.active {
    color: var(--Customize_color);
}

.header_section .header_Box .menulayer .topBox .nav-item a.nav-link i {
	margin-right: 5px;
}
/* --// header .menulayer .topBox //------------------ */
/*-----------------------------------------------------*/

/*-----------------------------------------------------*/
/* --// header .menulayer .menuBox //----------------- */
.header_section .header_Box .menulayer .menuBox {
    display: block;
    float: left;
    width: 380px;
    background-color: transparent;
    
    margin-bottom: 60px;
}
@media (max-width: 767px) {
    .header_section .header_Box .menulayer .menuBox {
        width: 100%;
    }
}
/*----------------------------------------------*/
.header_section .header_Box .menulayer .menuBox ul li.active .collapse.in {
    display: block;
}

.header_section .header_Box .menulayer .menuBox ul {
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
}

.header_section .header_Box .menulayer .menuBox a,
.header_section .header_Box .menulayer .menuBox a:hover,
.header_section .header_Box .menulayer .menuBox a:focus,
.header_section .header_Box .menulayer .menuBox a:active {
    outline: none;
}

/* 第一層 MENU LI  */
.header_section .header_Box .menulayer .menuBox ul li
/* 第二層 MENU LI  */
.header_section .header_Box .menulayer .menuBox ul li > ul li,
/* 第三層 MENU LI  */
.header_section .header_Box .menulayer .menuBox ul li ul li > ul li,
/* 第四層 MENU LI  */
.header_section .header_Box .menulayer .menuBox ul li ul li ul li > ul li,
/* 第五層 MENU LI  */
.header_section .header_Box .menulayer .menuBox ul li ul li ul li ul li > ul li,
/* 第六層 MENU LI  */
.header_section .header_Box .menulayer .menuBox ul li ul li ul li ul li ul li > ul li,
/* 第七層 MENU LI  */
.header_section .header_Box .menulayer .menuBox ul li ul li ul li ul li ul li ul li > ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    background-color: #021a1c;
}

.header_section .header_Box .menulayer .menuBox ul li.m-number {
    position: relative;
    counter-increment: step-counter;
}
.header_section .header_Box .menulayer .menuBox ul li.m-number::before {
    content: "0"counter(step-counter) ".";
    position: absolute;
    left: -35px;
    top: 11px;
    color: var(--FFFcolor);
}
/*@media (max-width: 767px) {
    .header_section .header_Box .menulayer .menuBox ul li.m-number::before {}
}*/

/*===============================================*/
.header_section .header_Box .menulayer .menuBox  ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    
    position: relative;
    z-index: 1;
}
.header_section .header_Box .menulayer .menuBox  ul li h2 {
    font-size: 112.5%;
    margin: 0;
    padding: 0;
}
/* 第一層 MENU */
.header_section .header_Box .menulayer .menuBox ul li.m-number a {
    font-size: 112.5%;
    font-weight: 600;
    padding: 10px 20px 10px 15px;
    /*margin-left: 25px;*/
    color: var(--FFFcolor);
    background-color: #021a1c;
    
    border-bottom: 1px solid rgba(255, 255, 255, 0.125);
    /*box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.05) inset;*/
    /*text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.5);*/
}
/* 第二層 MENU */
.header_section .header_Box .menulayer .menuBox ul li ul li a {
    font-weight: 500 !important;
    padding: 10px 20px 10px 52px !important;  /*10px 20px 10px 24px*/
    background-color: #021a1c;
}
.header_section .header_Box .menulayer .menuBox ul li ul li a::before {
    content: "》"; /* — 寬度為 19px*/
    color: var(--FFFcolor);
    position: absolute;
    left: calc(52px - 19px - 16px); /* padding 左邊寬度為 N px 減掉 "—"寬度為 19px 再減掉 要分開間距 16px */
    
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

/* 第三層 MENU */
.header_section .header_Box .menulayer .menuBox ul li ul li ul li a {
    font-weight: 500 !important;
    padding: 10px 20px 10px 70px !important;  /*10px 20px 10px 32px*/
    background-color: #021a1c;
}
.header_section .header_Box .menulayer .menuBox ul li ul li ul li a::before {
    content: "》";
    color: var(--FFFcolor);
    position: absolute;
    left: calc(70px - 19px - 16px); /* padding 左邊寬度為 N px 減掉 "—"寬度為 19px 再減掉 要分開間距 16px */
    
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

/* 第四層 MENU */
.header_section .header_Box .menulayer .menuBox ul li ul li ul li > ul li a {
    font-weight: 500 !important;
    padding: 10px 20px 10px 88px !important;  /*10px 20px 10px 240px*/
    background-color: #021a1c;
}
.header_section .header_Box .menulayer .menuBox ul li ul li ul li > ul li a::before {
    content: "》";
    color: var(--FFFcolor);
    position: absolute;
    left: calc(88px - 19px - 16px); /* padding 左邊寬度為 N px 減掉 "—"寬度為 19px 再減掉 要分開間距 16px */
    
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

/* 第五層 MENU */
.header_section .header_Box .menulayer .menuBox ul li ul li ul li ul li > ul li a {
    font-weight: 500 !important;
    padding: 10px 20px 10px 106px !important;  /*10px 20px 10px 48px*/
    background-color: #021a1c;
}
.header_section .header_Box .menulayer .menuBox ul li ul li ul li ul li > ul li a::before {
    content: "》";
    color: var(--FFFcolor);
    position: absolute;
    left: calc(106px - 19px - 16px); /* padding 左邊寬度為 N px 減掉 "—"寬度為 19px 再減掉 要分開間距 16px */
    
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

/* 第六層 MENU */
.header_section .header_Box .menulayer .menuBox ul li ul li ul li ul li ul li > ul li a {
    font-weight: 500 !important;
    padding: 10px 20px 10px 124px !important;  /*10px 20px 10px 56px*/
    background-color: #021a1c;
}
.header_section .header_Box .menulayer .menuBox ul li ul li ul li ul li > ul li a::before {
    content: "》";
    color: var(--FFFcolor);
    position: absolute;
    left: calc(124px - 19px - 16px); /* padding 左邊寬度為 N px 減掉 "—"寬度為 19px 再減掉 要分開間距 16px */
    
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

/* 第七層 MENU */
.header_section .header_Box .menulayer .menuBox ul li ul li ul li ul li ul li ul li > ul li a {
    font-weight: 500 !important;
    padding: 10px 20px 10px 142px !important;  /*10px 20px 10px 64px*/
    background-color: #021a1c;
}
.header_section .header_Box .menulayer .menuBox ul li ul li ul li ul li > ul li a::before {
    content: "》";
    color: var(--FFFcolor);
    position: absolute;
    left: calc(106px - 19px - 16px); /* padding 左邊寬度為 N px 減掉 "—"寬度為 19px 再減掉 要分開間距 16px */
    
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

/*===============================================*/
/* 第一層 ul li a */
.header_section .header_Box .menulayer .menuBox ul li.m-number a:hover,
.header_section .header_Box .menulayer .menuBox ul li.m-number a:focus,
.header_section .header_Box .menulayer .menuBox ul li.m-number a:active,
/* 第二層 ul li ul li a */
.header_section .header_Box .menulayer .menuBox ul li > ul li a:hover,
.header_section .header_Box .menulayer .menuBox ul li > ul li a:focus,
.header_section .header_Box .menulayer .menuBox ul li > ul li a:active,
/* 第三層 ul li ul li ul li a */
.header_section .header_Box .menulayer .menuBox ul li ul li > ul li a:hover,
.header_section .header_Box .menulayer .menuBox ul li ul li > ul li a:focus,
.header_section .header_Box .menulayer .menuBox ul li ul li > ul li a:active,
/* 第四層 ul li ul li ul li a */
.header_section .header_Box .menulayer .menuBox ul li ul li ul li > ul li a:hover,
.header_section .header_Box .menulayer .menuBox ul li ul li ul li > ul li a:focus,
.header_section .header_Box .menulayer .menuBox ul li ul li ul li > ul li a:active,
/* 第五層 ul li ul li ul li a */
.header_section .header_Box .menulayer .menuBox ul li ul li ul li ul li > ul li a:hover,
.header_section .header_Box .menulayer .menuBox ul li ul li ul li ul li > ul li a:focus,
.header_section .header_Box .menulayer .menuBox ul li ul li ul li ul li > ul li a:active,
/* 第六層 ul li ul li ul li a */
.header_section .header_Box .menulayer .menuBox ul li ul li ul li ul li ul li > ul li a:hover,
.header_section .header_Box .menulayer .menuBox ul li ul li ul li ul li ul li > ul li a:focus,
.header_section .header_Box .menulayer .menuBox ul li ul li ul li ul li ul li > ul li a:active,
/* 第七層 ul li ul li ul li a */
.header_section .header_Box .menulayer .menuBox ul li ul li ul li ul li ul li ul li > ul li a:hover,
.header_section .header_Box .menulayer .menuBox ul li ul li ul li ul li ul li ul li > ul li a:focus,
.header_section .header_Box .menulayer .menuBox ul li ul li ul li ul li ul li ul li > ul li a:active {
    text-decoration: none;
    color: var(--FFFcolor);
    background-color: var(--Customize_color);
}

.header_section .header_Box .menulayer .menuBox ul li.active a.a-focus {
    color: var(--FFFcolor);
    /*border: 1px solid #dddddd;*/
    background-color: var(--Customize_color);
}
/*===============================================*/
.header_section .header_Box .menulayer .arrow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    
    width: 20px;
    height: 20px;
    background-color: var(--FFFcolor);
    border-radius: 100%;
    
    float: right;
}
.header_section .header_Box .menulayer .arrow:before {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    
    font-size: 81.25%;
    position: relative;
    top: -1px;   
    color: var(--blackcolor);
}
/* --// header .menulayer .menuBox //----------------- */
/*-----------------------------------------------------*/

/*-----------------------------------------------------*/
/* --// header .menulayer div.down-social //---------- */
.header_section .header_Box .menulayer div.down-social {
    /*display: none; */  
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
}
@media (max-width: 1180px) {
    .header_section .header_Box .menulayer div.down-social {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: flex-start;
        align-items: center;
        pointer-events: auto;

        max-width: 380px;
    }
}
/*----------------------------------------------*/
.header_section .header_Box .menulayer div.down-social a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    
    margin-right: 16px;
}
.header_section .header_Box .menulayer div.down-social a:last-child {
    border-bottom: none;
    margin-right: none;
}
/*----------------------------------------------*/
.header_section .header_Box .menulayer div.down-social a i {
    position: relative;
    display: block;
    font-size: 200%;
    color: var(--Customize_color);
    width: 32px;
    height: 32px;
}

.header_section .header_Box .menulayer div.down-social a i.Customize-facebook::before {
    content: url("../images/svg2/fb_W_24x24.svg");
}
.header_section .header_Box .menulayer div.down-social a:hover i.Customize-facebook::before {
    content: url("../images/svg2/fb_hover_24x24.svg");
}

.header_section .header_Box .menulayer div.down-social a i.Customize-instagram::before {
    content: url("../images/svg2/instagram_W_24x24.svg");
}
.header_section .header_Box .menulayer div.down-social a:hover i.Customize-instagram::before {
    content: url("../images/svg2/instagram_hover_24x24.svg");
}
.header_section .header_Box .menulayer div.down-social a i.Customize-line::before {
    content: url("../images/svg2/line_W_24x24.svg");
}
.header_section .header_Box .menulayer div.down-social a:hover i.Customize-line::before {
    content: url("../images/svg2/line_hover_24x24.svg");
}
/* --// header .menulayer div.down-social //---------- */
/*-----------------------------------------------------*/

/*-----------------------------------------------------*/
/* --// sideDIV menu 所有內容 //----------------------- */
/*-----------------------------------------------------*/
/* =================================================== */
/* ------ 首頁 右邊滑入區塊 SIDE MENULAYER -------------- */
/* =================================================== */



/* =================================================== */
/* ------ 首頁 FULL PAGE 搜尋Bar 下拉內容 ALL ----------- */
/* =================================================== */
/*----------------------------------------------*/
/* --// 搜尋內容BADY區 //------------------------ */
.search-popup {
    position: fixed;
    left: 0;
    top: 0;
    height: 100vh;
    width: 100%;
    z-index: 99999;
    margin-top: -540px;
    transform: translateY(-100%);
    background-color: rgba(0, 0, 0, 0.8);
    
    -webkit-transition: all 1000ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -moz-transition: all 1000ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -o-transition: all 1000ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    transition: all 1000ms cubic-bezier(0.860, 0.000, 0.070, 1.000); /* easeInOutQuint */
    -webkit-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -moz-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -o-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000); /* easeInOutQuint */
}
.search-popup {
    width: 100%;
}
.search-active .search-popup {
    transform: translateY(0%);
    margin-top: 0;
}
/* --// 搜尋內容BADY區 //------------------------ */
/*----------------------------------------------*/

/*----------------------------------------------*/
/* --// 搜尋向上箭頭 //-------------------------- */
.search-popup button.close-arrow-up {
    position: absolute;
    left: 0;
    right: 0;
    top: 75%;
    
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    
    width: 62px;    
    height: 62px;
    
    margin: 0 auto;
    margin-top: -200px;
    border-radius: 50%;
    
    /*border-bottom: 3px solid #ffffff;*/
    background-color: var(--Customize_color);
    
    box-shadow: 0 0 10px rgba(0,0,0,0.05);
    cursor: pointer;    
    
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    opacity: 0;
    visibility: hidden;
}
/*----------------------------------------------*/
.search-popup button.close-arrow-up i {
    position: relative;
    font-size: 187.5%;
    color: var(--FFFcolor);
}
.search-popup button.close-arrow-up i.customize-arrow-up {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    font-size: 137.5%;
    width: 62px;    
    height: 62px;
    margin-bottom: 5px;
}
.search-popup button.close-arrow-up i.customize-arrow-up::before {
    content: url("../images/search-icon-arrow-up-circle_W.svg");
}
.search-popup button.close-arrow-up:hover i.customize-arrow-up::before {
    content: url("../images/search-icon-arrow-up-circle_B_hover.svg");
}

.search-active .search-popup button.close-arrow-up {
    visibility: visible;
    opacity: 1;
    top: 50%;
    -webkit-transition-delay: 1500ms;
    -moz-transition-delay: 1500ms;
    -ms-transition-delay: 1500ms;
    -o-transition-delay: 1500ms;
    transition-delay: 1500ms;
}
/* --// 搜尋向上箭頭 //-------------------------- */
/*----------------------------------------------*/

/*----------------------------------------------*/
/* --// 搜尋內容區 //---------------------------- */
.search-popup .div-form {
    position: absolute;
    max-width: 700px;
    top: 50%;
    left: 15px;
    right: 15px;
    margin:-35px auto 0;
    transform: scaleX(0);
    transform-origin: center;
    background-color: #111111;
    
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
/*----------------------------------------------*/
.search-active .search-popup .div-form {
    transform: scaleX(1);
    -webkit-transition-delay: 1200ms;
    -moz-transition-delay: 1200ms;
    -ms-transition-delay: 1200ms;
    -o-transition-delay: 1200ms;
    transition-delay: 1200ms;
}
/*----------------------------------------------*/
.search-popup .form-group {
    position: relative;
    margin: 0px; 
    overflow: hidden;
}
.search-popup .form-group input[type="text"],
.search-popup .form-group input[type="search"]{
    position: relative;
    display: block;
    font-size: 112.5%;
    line-height: 50px;
    color: var(--blackcolor);
    height: 70px;
    width: 100%;
    padding: 10px 80px 10px 30px;
    background-color: #FFFFFF;
    
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    font-weight: 500;
    text-transform: capitalize;
}
/*----------------------------------------------*/
.search-popup .form-group input[type="submit"], 
.search-popup .form-group button {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 70px;
    height: 70px;
    line-height: 70px;
    
    color: var(--blackcolor);
    text-align: center;    
    padding: 0;
    cursor: pointer;
    background-color: transparent;
    
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    border: none;
}
.search-popup .form-group input[type="submit"], 
.search-popup .form-group button:hover {
    color: var(--FFFcolor);
    background-color: #ab884b;
}
.search-popup .form-group input[type="submit"], 
.search-popup .form-group button i.submit-search {
    font-size: 150.0%;
    
}
.search-popup input::placeholder,
.search-popup textarea::placeholder{
    color: var(--blackcolor);
}
/* --// 搜尋內容區 //---------------------------- */
/*----------------------------------------------*/

/* =================================================== */
/* ------ 首頁 FULL PAGE 搜尋Bar 下拉內容 ALL ----------- */
/* =================================================== */



/* =================================================== */
/* ------ 首頁 BANNER 區 ALL -------------------------- */
/* =================================================== */
/*-----------------------------------------------------*/
.mt-32 {
	margin-top: 15px!important
}
@media (min-width: 1200px) {
  .mt-32 {
      margin-top: 32px!important
  }
}
.mb-32 {
	margin-bottom: 15px!important
}
@media (min-width: 1200px) {
  .mb-32 {
      margin-bottom: 32px!important
  }
}
/* --// 首頁 右邊區塊 ICON BAR //----------------------- */
.sidebar {
    position: absolute;
    top: 0;
    left: 0;
    /*height: calc(100vh - 0px);*/
    height: 100%;
    /*width: 90px;*/
    width: 6.25rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
    -webkit-box-align: flex-start;
      -ms-flex-align: flex-start;
          align-items: flex-start;
    z-index: 1;
    border-left: 1px solid rgba(255, 255, 255, 0.3);
    pointer-events: none;
}
@media (max-width: 1180px) {
    .sidebar {
        display: none;
    }
}
/*----------------------------------------------*/
.sidebar .social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    pointer-events: auto;
}
.sidebar .social a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    
    margin-bottom: 15px;
}
.sidebar .social a {
    padding-bottom: 12px;
    border-bottom: 1px solid #c9c9c5;
}
.sidebar .social a:last-child {
    border-bottom: none;
}
/*----------------------------------------------*/
.sidebar .social a i {
    position: relative;
    display: block;
    font-size: 200%;
    color: var(--blackcolor);
    width: 32px;
    height: 32px;
}
.sidebar .social a i.Customize-facebook::before {
    content: url("../images/svg2/fb_24x24.svg");
}
.sidebar .social a:hover i.Customize-facebook::before {
    content: url("../images/svg2/fb_hover_24x24.svg");
}

.sidebar .social a i.Customize-instagram::before {
    content: url("../images/svg2/instagram_24x24.svg");
}
.sidebar .social a:hover i.Customize-instagram::before {
    content: url("../images/svg2/instagram_hover_24x24.svg");
}
.sidebar .social a i.Customize-line::before {
    content: url("../images/svg2/line_24x24.svg");
}
.sidebar .social a:hover i.Customize-line::before {
    content: url("../images/svg2/line_hover_24x24.svg");
}
/* --// 首頁 右邊區塊 ICON BAR //----------------------- */
/*-----------------------------------------------------*/

/*-----------------------------------------------------*/
/* --// 首頁 右邊區塊 SCROLL DOWN //-------------------- */
.scroll_Down {
    position: absolute;
    left: 2rem;
    bottom: 0;
    overflow: hidden;
    
    z-index: 1;
    transform-origin: 0 100%;
    transform: rotate(90deg) translateX(-100%);
}
.scroll_Down a {
    position: relative;
    display: block;    
    font-size: 93.75%;
    font-weight: bold;
    color: var(--FFFcolor);
    letter-spacing: 0.1em;
    padding-right: 120px; /* 下方線距離 */
    overflow: hidden;
}
.scroll_Down a:before {
    content: '';    
    position: absolute;
    right: 0;
    top: 50%;
    
    width: 108px;
    height: 1.6px;
    background-color: #c2c2c2;
    transform: translateY(-50%);
}
.scroll_Down a:after {
    content: '';    
    position: absolute;
    right: 88px;
    top: 50%;
    
    width: 9.6px;
    height: 9.6px;
    border-radius: 100%;
    background-color: var(--FFFcolor);
    transform: translateY(-50%);
    animation: scroll_Down 5s infinite forwards ease;
}
@keyframes scroll_Down {
    0% {
        right: 104px;
    }
    80% {
        right: -32px;
    }
    100% {
        right: -32px;
    }
}
/* --// 首頁 右邊區塊 SCROLL DOWN //-------------------- */
/*-----------------------------------------------------*/

/*-----------------------------------------------------*/
/* --// 首頁 輪播 Carousel_Slide ALL //---------------- */
/*-----------------------------------------------------*/
.carousel_slide_section a:focus {
	display: block;
	text-decoration: none;
	outline: 2px solid #43B5FC;
	outline-offset: -2px;
}
/*----------------------------------------------*/
.carousel_slide_section {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	/*background-image: url(../images/hero-bg.svg);
	background-size: cover;
	background-position: bottom;*/
	
	/*padding-top: 120px;*/
}
/*----------------------------------------------*/
.carousel_slide_section .customize_visualBox {
    position: relative; 
    overflow: hidden;    
    /*height: calc(100vh - 84px);*/
}
@media (max-width: 991px) {
	.carousel_slide_section .customize_visualBox {
        padding-left: 0rem;
    }
}
@media (min-width: 992px) {
	.carousel_slide_section .customize_visualBox {
        padding-left: 6.25rem;
        height: 100%;
    }
}

/*=============================================*/
/* ==   carousel-fade 淡入淡出   ============== */
/*=============================================*/
.carousel-item {
  transition: transform 5s ease-in-out;
}
.carousel-fade .active.carousel-item-start,
.carousel-fade .active.carousel-item-end {
  transition: opacity 0s 5s;
}
/*=============================================*/
/* ==   carousel-fade 淡入淡出   ============== */
/*=============================================*/

/*=============================================*/
/* ==   prev + next 按鈕   ==================== */
/*=============================================*/
.carousel_slide_section .carousel_btn-icon-prev,
.carousel_slide_section .carousel_btn-icon-next {
	position: absolute;
	/*width: 48px;*/
	/*height: 48px;*/

	top: calc(50% - 24px);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	
	z-index: 2; /*999*/
}
.carousel_slide_section .carousel_btn-icon-prev {
	/*left: 2.5%;*/
    right: calc(0% + 48px + 10px);
}
.carousel_slide_section .carousel_btn-icon-next {
	/*right: 2.5%;*/
    right: 0;
}

@media (max-width: 991px) {
	.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 {
        right: calc(0% + 32px + 10px);
    }
    .carousel_slide_section .carousel_btn-icon-next {
        right: 0;
    }
}
/*----------------------------------------------*/
.carousel_slide_section .carousel_btn-icon-prev a.carousel-control-prev,
.carousel_slide_section .carousel_btn-icon-next a.carousel-control-next {
	position: relative;
	width: 48px;
	height: 48px;
	border-radius: 100%;
	opacity: 1;
	background-repeat: no-repeat;
	background-size: 8px;
	background-position: center;
	/*border: 1px solid transparent;*/
    background-color: rgba(0, 0, 0,0.5);
}
/*----------------------------------------------*/
.carousel_slide_section .carousel_btn-icon-prev a.carousel-control-prev .carousel-control-prev-icon,
.carousel_slide_section .carousel_btn-icon-next a.carousel-control-next .carousel-control-next-icon {
    display: inline-block;
    width: 48px;
	height: 48px;
    border-radius: 100%;
    
	background-position-x: 50%;
	background-position-y: center;
	background-repeat: no-repeat;
	background-attachment: scroll;
	/*background-image: none;*/
	background-size: 100% 100%;
	background-origin: padding-box;
	background-clip: border-box;
	
	/*background-color: rgba(0, 0, 0, 0);*/
    filter: none;
}
.carousel_slide_section .carousel_btn-icon-prev a.carousel-control-prev .carousel-control-prev-icon {
	background-image: url(../images/banner/prev-W.svg);
}

.carousel_slide_section .carousel_btn-icon-next a.carousel-control-next .carousel-control-next-icon {
	background-image: url(../images/banner/next-W.svg);
}

.carousel_slide_section .carousel_btn-icon-prev a:hover.carousel-control-prev .carousel-control-prev-icon,
.carousel_slide_section .carousel_btn-icon-prev a:focus.carousel-control-prev .carousel-control-prev-icon {
    filter: none;
	opacity: 1;
    background-image: url(../images/banner/prev-W.svg);
	background-color: var(--Customize_color);
    transition: all 1s;
}
.carousel_slide_section .carousel_btn-icon-next a:hover.carousel-control-next .carousel-control-next-icon,
.carousel_slide_section .carousel_btn-icon-next a:focus.carousel-control-next .carousel-control-next-icon {
    filter: none;
	opacity: 1;
    background-image: url(../images/banner/next-W.svg);
	background-color: var(--Customize_color);
    transition: all 1s;
}

.carousel_slide_section .carousel_btn-icon-prev a:focus.carousel-control-prev .carousel-control-prev-icon,
.carousel_slide_section .carousel_btn-icon-next a:focus.carousel-control-next .carousel-control-next-icon {
    filter: none;
    text-decoration: none;
    outline: 2px solid #43B5FC;
    outline-offset: -2px;

    background-color: var(--Customize_color);
}

@media (max-width: 991px) {
    .carousel_slide_section .carousel_btn-icon-prev a.carousel-control-prev,
    .carousel_slide_section .carousel_btn-icon-next a.carousel-control-next,    
	.carousel_slide_section .carousel_btn-icon-prev a.carousel-control-prev .carousel-control-prev-icon,
    .carousel_slide_section .carousel_btn-icon-next a.carousel-control-next .carousel-control-next-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*/
	}
}
/*=============================================*/
/* ==   輪播 標題文字   ======================== */
/*=============================================*/

/*=============================================*/
/* ==   輪播 點點點    ========================= */
/*=============================================*/
@media (max-width:991px) {
    .carousel_slide_section dl, 
    .carousel_slide_section ol, 
    .carousel_slide_section ul {
        margin-top: 0;
        margin-bottom: 1rem;
    }
}
@media (min-width:992px) {
	.carousel_slide_section dl, 
	.carousel_slide_section ol, 
	.carousel_slide_section ul {
		margin-top: 0;
		margin-bottom: 1rem;
	}
}
/*----------------------------------------------*/
.carousel_slide_section .carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;        
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none;
    z-index: 15; /*15*/
}
@media (max-width: 991px) {
	.carousel_slide_section .carousel-indicators {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
        justify-content: center;
	}
}
@media (min-width: 992px) {
	.carousel_slide_section .carousel-indicators {
        display: none;
	}
}
/*----------------------------------------------*/
.carousel_slide_section .carousel-indicators li {
    box-sizing: content-box;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    
    width: 12px;
    height: 12px;
    
    margin-right: 6px;
    margin-left: 6px;
    text-indent: -999px;
    cursor: pointer;
    
    border: 1px solid var(--Customize_color);
    background-color: var(--FFFcolor);
    background-clip: padding-box;
    
    opacity: .5;
    border-radius: 100%;
    transition: opacity .6s ease;	
}
/*----------------------------------------------*/
.carousel_slide_section .carousel-indicators .active {
    opacity: 1;
    border: 1px solid var(--Customize_color);
	background-color: var(--Customize_color);
}
/*=============================================*/
/* ==   輪播 點點點    ========================= */
/*=============================================*/

/*=============================================*/
/* ==   輪播 暫停/撥放    ====================== */
/*=============================================*/
.carousel_slide_section .control-box {	
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	
	position: absolute; 
    right: 16px;
    
    
    z-index: 2;
    padding: 0; 
    margin-bottom: 1rem;
    color: var(--FFFcolor);
    text-align: center;
	/*background-color: rgba(0, 0, 0, 0.5);*/
    width: 225px;
}
@media (max-width: 991px) {
	.carousel_slide_section .control-box {
        bottom: 13px;
	}
}
@media (min-width: 992px) {
	.carousel_slide_section .control-box {  
        bottom: 26px;
	}
}

/*----------------------------------------------*/
.carousel_slide_section .control-start,
.carousel_slide_section .control-pause {
	position: absolute;
	/*width: 48px;*/
	/*height: 48px;*/
	
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	z-index: 2; /*999*/
}
.carousel_slide_section .control-start {
	/*right: calc(1.5% - 20px + 10px);*/
    right: calc(0% + 48px + 10px + 48px + 10px + 48px + 10px);
}
.carousel_slide_section .control-pause {
	/*right: calc(1.5% - 20px);*/
    right: calc(0% + 48px + 10px + 48px + 10px);
}
@media (max-width: 991px) {
	.carousel_slide_section .control-start {
        right: calc(0% + 32px + 10px + 32px + 10px + 32px + 10px);
    }
    .carousel_slide_section .control-pause {
        right: calc(0% + 32px + 10px + 32px + 10px);
    }
}
/*----------------------------------------------*/
.carousel_slide_section .control-start a,
.carousel_slide_section .control-pause a {
	position: relative;
	display:inline-block;
	/*right: 18%;*/
	width: 48px;
	height: 48px;
    
    color: var(--blackcolor);
	border-radius: 100%;
    border: 1px solid transparent;
    background-color: rgba(0, 0, 0,0.5);
}
/*----------------------------------------------*/
.carousel_slide_section .control-start-icon,
.carousel_slide_section .control-pause-icon {
	display: inline-block;
	width: 48px;
	height: 48px;
	background-position-x: 50%;
	background-position-y: center;
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-image: none;
	background-size: 100% 100%;
	background-origin: padding-box;
	background-clip: border-box;
}
.carousel_slide_section .control-start-icon {
    background-image: url(../images/banner/control-start-icon.svg);
}
.carousel_slide_section .control-start a:hover .control-start-icon,
.carousel_slide_section .control-start a:focus .control-start-icon {
    background-image: url(../images/banner/control-start-icon.svg);
}

.carousel_slide_section .control-pause-icon {
    background-image: url(../images/banner/control-pause-icon.svg);
}
.carousel_slide_section .control-pause a:hover .control-pause-icon,
.carousel_slide_section .control-pause a:focus .control-pause-icon{
    background-image: url(../images/banner/control-pause-icon.svg);
}
/*----------------------------------------------*/
.carousel_slide_section .control-start a:hover,
.carousel_slide_section .control-pause a:hover {
	opacity: 1;
	background-color: var(--Customize_color);
    transition: all 1s;
}
.carousel_slide_section .control-start a:focus, 
.carousel_slide_section .control-pause a:focus {
    text-decoration: none;
    outline: 2px solid #43B5FC;
	outline-offset: -2px;
	background-color: var(--Customize_color);
}
/*----------------------------------------------*/
@media (max-width: 991px) {
	.carousel_slide_section .control-start a,
	.carousel_slide_section .control-pause a,
	.carousel_slide_section .control-start-icon,
	.carousel_slide_section .control-pause-icon {
		width: 32px;
		height: 32px;
	}
	
	.carousel_slide_section .control-box {	
		padding-top: 5px;    
		padding-left: 0px;
		padding-right: 0px;
		padding-bottom: 0px;
	}
}
/*=============================================*/
/* ==   輪播 暫停/撥放    =======================*/
/*=============================================*/

/*=============================================*/
/* ==   輪播 新標題文字   =======================*/
/*=============================================*/
.carousel_slide_section .carousel-text-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;    
    align-items: center;
    justify-content: flex-start;
    position: absolute;    
    left: 0; 
    bottom: 0;
    z-index: 1;   
    background-color: rgba(9, 119, 130, 0.8)
}
@media (max-width: 991px) {
    .carousel_slide_section .carousel-text-area {
        width: 50%;
        padding: 16px 24px;
    }
}
@media (min-width: 992px) {
    .carousel_slide_section .carousel-text-area {
        width: 50%;
        padding: 32px 96px;
    }
}

/*-------------------------------------------*/
/*----------------------------------------------*/
/*.carousel_slide_section .carousel-text-area .container-customize1 {}*/
.carousel_slide_section .carousel-text-area .container-customize1 {
	width: 100%;
	padding-right: 100px;
    padding-left: 100px;
	margin-right: auto;
	margin-left: auto
}
@media (max-width: 375px) {
	.carousel_slide_section .carousel-text-area .container-customize1 {
		padding-right: 60px;
        padding-left: 60px;
	}
}
@media (min-width: 376px) {
	.carousel_slide_section .carousel-text-area .container-customize1 {
		padding-right: 60px;
        padding-left: 60px;
	}
}
@media (min-width: 480px) {
	.carousel_slide_section .carousel-text-area .container-customize1 {
		padding-right: 80px;
        padding-left: 80px;
	}
}
@media (min-width: 576px) {
	.carousel_slide_section .carousel-text-area .container-customize1 {
		padding-right: 100px;
        padding-left: 100px;
	}
}
@media (min-width: 768px) {
	.carousel_slide_section .carousel-text-area .container-customize1 {
		padding-right: 120px;
        padding-left: 120px;
	}
}
@media (min-width: 992px) {
	.carousel_slide_section .carousel-text-area .container-customize1 {
		padding-right: 140px;
        padding-left: 140px;
	}
}
@media (min-width: 1200px) {
	.carousel_slide_section .carousel-text-area .container-customize1 {
		padding-right: 120px;
        padding-left: 120px;
	}
}
@media (min-width: 1500px) {
	.carousel_slide_section .carousel-text-area .container-customize1 {
		padding-right: 100px;
        padding-left: 100px;
	}
}
@media (min-width: 1700px) {
	.carousel_slide_section .carousel-text-area .container-customize1 {
		padding-right: 10px;
        padding-left: 10px;
	}
}
/*-------------------------------------------*/
.carousel_slide_section .box-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: flex-start;
    
    width: 100%;
    z-index: 2;
}
@media (min-width: 992px) {
    .carousel_slide_section .box-text {        
        justify-content: flex-start;
    }
}
@media (max-width: 991px) {
    .carousel_slide_section .box-text {        
        justify-content: flex-start;
    }
}
@media (max-width: 767px) {
    .carousel_slide_section .box-text {        
        justify-content: flex-start;
    }
}
@media (max-width: 575px) {
    .carousel_slide_section .box-text {        
        justify-content: center;
        text-align: center !important;
    }
}
/*-------------------------------------------*/
.carousel_slide_section .b-text-big,
.carousel_slide_section .b-text-small {
    position: relative;
    font-family: "Noto Sans TC";
    font-weight: bold;
    text-transform: uppercase;
    text-shadow: rgba(0, 0, 0, 0.35) 2px 3px;
}
.carousel_slide_section .b-text-big {    
    letter-spacing: 2;
}
@media (max-width: 575px) {
    .carousel_slide_section .b-text-big {
        font-size: 6vw;
        line-height: 6vw;
        margin-bottom: 0.5rem;
    }
}
@media (min-width: 576px) {
    .carousel_slide_section .b-text-big {
        font-size: 3.25vw;  
        font-weight: bold;
        line-height: 3.25vw;
        margin-bottom: 0.5rem;
        
    }
}
/*-------------------------------------------*/
.carousel_slide_section .b-text-small {  
    font-weight: normal;
    letter-spacing: 2;    
}
@media (max-width: 575px) {
    .carousel_slide_section .b-text-small {
        font-size: 3.5vw;
        line-height: 3.5vw;
    }    
}
@media (min-width: 576px) {
    .carousel_slide_section .b-text-small {
        font-size: 1.5vw;
        line-height: 1.5vw;
    }    
}
.carousel_slide_section .Fcolor {
    color: #FFFFFF;
}
/*=============================================*/
/* ==   輪播 新標題文字   =======================*/
/*=============================================*/
/*-----------------------------------------------------*/
/* --// 首頁 輪播 Carousel_Slide ALL //---------------- */
/*-----------------------------------------------------*/
/* =================================================== */
/* ------ 首頁 BANNER 區 ALL -------------------------- */
/* =================================================== */



/* =================================================== */
/* =====  首頁 共用 HEADER TITLE 標題 ================== */
/* =================================================== */
.div-header {  
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    
    position: relative;
    margin-bottom: 45px;
    z-index: 1;
}
/*----------------------------------------------*/
.div-header .TextDIV {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
}
/*----------------------------------------------*/
.div-header .title-tw,
.div-header .title2-tw {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    
	/*font-size: 200%;*/
	font-weight: 600;
    color: var(--blackcolor);
	margin-bottom: 0;
}
.div-header .title-tw {
    color: var(--blackcolor);
}
.div-header .title2-tw {
    color: var(--FFFcolor);
}
.div-header .title-tw::before {
    position: absolute;
    content: "";
    top: 0;
    left: -15px;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    background-color: #88f4ff;
    z-index: -1;
}
.div-header .title2-tw::before {
    position: absolute;
    content: "";
    top: 0;
    left: -15px;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    background-color: #043136;
    z-index: -1;
}
@media (max-width: 575px) {
	/*.div-header .title-tw,
    .div-header .title2-tw {
		font-size: 150%;
	}*/
    .div-header .title-tw::before {
        top: -8px;
    }
}
@media (min-width: 576px) {
	/*.div-header .title-tw,
    .div-header .title2-tw {
		font-size: 200%;
	}*/
}

.div-header .TextDIV h3 {
    font-size: 200%;
    margin: 0;
    padding: 0;
}
@media (max-width: 575px) {
	.div-header .TextDIV h3 {
		font-size: 150%;
	}
}
@media (min-width: 576px) {
	.div-header .TextDIV h3 {
		font-size: 200%;
	}
}
/*----------------------------------------------*/
.div-header .c-line {
    position: relative;
    display: block;
    top: 1px;
    
    width: 32px;
    height: 3px;
    background-color: var(--Customize_color);
    margin-left: 15px;
}
.div-header .c-line-white {
    position: relative;
    display: block;
    top: 1px;
    width: 32px;
    height: 3px;
    background-color: var(--FFFcolor);
    margin-left: 15px;
}
/*----------------------------------------------*/
.div-header .en-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
/*----------------------------------------------*/
.div-header .line-left,
.div-header .line-right {
    position: relative;
    display: block;
    top: 1px;
    
    width: 64px;
    height: 1px;
    background-color: var(--G999color);
}
.div-header .line-left {
    margin-right: 10px;
}
.div-header .line-right {
    margin-left: 10px;
}
/*----------------------------------------------*/
.div-header .title-en,
.div-header .title2-en {
	font-size: 100%;
	line-height: 1.5;
	font-weight: 600;
    
	margin-bottom: 0;
	text-transform: capitalize;
    margin-left: 3px;
}
.div-header .title-en {
    color: var(--G555color);
}
.div-header .title2-en {
    color: var(--FFFcolor);
}
@media (max-width: 575px) {
    .div-header .title-en,
    .div-header .title2-en {
		font-size: 81.25%;
	}
}
@media (min-width: 576px) {
    .div-header .title-en,
    .div-header .title2-en {
		font-size: 93.75%;
	}
}
/* =================================================== */
/* =====  首頁 共用 HEADER TITLE 標題 ================== */
/* =================================================== */



/* =================================================== */
/* =====  首頁 共用 customize_btn 自訂 MORE + 按鈕 ====== */
/* =================================================== */
.margin-Hrem {
    margin-top: 10rem; /* 1rem = 16px --> x 5rem = 80px */
}
@media (max-width: 575px) {
	.margin-Hrem {
		margin-top: 2rem;
	}
}
@media (min-width: 576px) {
	.margin-Hrem {
		margin-top: 3rem;
	}
}
@media (min-width: 768px) {
	.margin-Hrem {
		margin-top: 4rem;
	}
}
@media (min-width: 992px) {
	.margin-Hrem {
		margin-top: 5rem;
	}
}
@media (min-width: 1200px) {
	.margin-Hrem {
		margin-top: 6rem;
	}
}
/*----------------------------------------------*/
.btn_Div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    /*justify-content: flex-end;*/
    align-items: center;
    width: 100%;
}
.customize_btn {
    position: relative;
    display: inline-block;
}
@media only screen and (max-width: 991px) {
    .customize_btn {
        margin-top: 40px;
    }
}
/*----------------------------------------------*/
.customize_btn .Btn_s1 {
    position: relative;
    display: block;
    
    line-height: 1.75;
    letter-spacing: normal;
    text-align: center;    
    
    padding: 10px 40px;    
    width: 100%;
    overflow: hidden;
    z-index: 1;
    
    color: var(--blackcolor);
    border-radius: 999999px;   
    border: 1px solid var(--Customize_color);
    background-color: var(--FFFcolor);
}
@media (max-width: 575px) {
    .customize_btn .Btn_s1 {
        font-size: 62.5%;
        padding: 5px 15px;
    }
}
@media (min-width: 575px) {
    .customize_btn .Btn_s1 {
        font-size: 75%;
        font-weight: 600;
        padding: 8px 40px;        
    }
}
.customize_btn .Btn_s1:hover {
    color: var(--FFFcolor);
    border: 1px solid var(--Customize_color);
    background-color: var(--Customize_color);
    transition: all 1s;
}
/*----------------------------------------------*/
.customize_btn .Btn_s2 {
    position: relative;
    display: block;
    
    line-height: 1.75;
    letter-spacing: normal;
    text-align: center;    
    
    padding: 10px 40px;    
    width: 100%;
    overflow: hidden;
    z-index: 1;
    
    color: var(--blackcolor);
    border-radius: 999999px;   
    border: 1px solid var(--Customize_color);
    background-color: var(--FFFcolor);
}
@media (max-width: 575px) {
    .customize_btn .Btn_s2 {
        font-size: 62.5%;
        padding: 5px 15px;
        border: 1px solid var(--FFFcolor);
    }
}
@media (min-width: 575px) {
    .customize_btn .Btn_s2 {
        font-size: 75%;
        font-weight: 600;
        padding: 8px 40px;        
    }
}
.customize_btn .Btn_s2:hover {
    color: var(--FFFcolor);
    border: 1px solid var(--FFFcolor);
    background-color: var(--Customize_color);
    transition: all 1s;
}
/* =================================================== */
/* =====  首頁 共用 customize_btn 自訂 MORE + 按鈕 ====== */
/* =================================================== */



/* ============================================= */
/* ------ 首頁 卡片區塊 Card_section ------------- */
/* ============================================= */
.card_section {
	position: relative;
	/*margin-top: -7em;*/
	
	background-color: transparent;
	background-size: auto; 
	background-position: bottom; 
	background-repeat: repeat; 
	/*background-image: url("../images/card/background-image_54x48.svg");*/
}
@media(max-width:11599px) {
	.card_section {
		margin-top: 0em;
	}
}
@media(min-width:1600px) {
	.card_section {
		position: relative;
		margin-top: 0em; /*-6em*/
	}
}
/*------------------------------------------------*/
/* ------ 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 .BA::before {
    content: '';
    position: absolute;
    top: 0;
    width: 50%;
    height: 100%;
    border-top-left-radius: 0;
    border-top-right-radius: 99em;
    border-bottom-right-radius: 99em;
    border-bottom-left-radius: 0;
    /*background-color: rgba(255, 255, 255, 0.65);*/
    background-color: rgba(255, 255, 255, 0.25);
}
.card_section .BA::after {
    content: '';
    position: absolute;
    top: 0;
    width: 50%;
    height: 100%;
    border-top-left-radius: 99em;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 99em;
    /*background-color: rgba(255, 255, 255, 0.65);*/
    background-color: rgba(255, 255, 255, 0.25);
}
@media (max-width:991px) {
    .card_section .BA::before {
        left: 0; /*50%*/
    }
    .card_section .BA::after {
        right: 0; /*50%*/
    }
}
@media (min-width:992px) {
    .card_section .BA::before {
        left: 0;
    }
    .card_section .BA::after {
        right: 0; /*50%*/
    }
}
/*------------------------------------------------*/
/* ------ sliderBox ----------------------------- */
.card_section .sliderBox {
    position: relative;
    display: block;
    border-radius: 80px 80px 80px 80px;
    background-color: var(--color_f2f2f7); 
}
/*------------------------------------------------*/
/* ------ content-box --------------------------- */
.card_section.swiper-box .content-box {
    display: block;
    position: relative;
    padding: 0 15px;
    
}
/*------------------------------------------------*/
/* ------ media-item ---------------------------- */
.card_section.swiper-box .item .wrapper_box .mt-3015 {
    margin-top: 30px;
    margin-bottom: 15px;
}

.card_section.swiper-box .item .wrapper_box a {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-bottom: 1px;
}

.card_section.swiper-box .item .wrapper_box a .media-item {
    position: relative;
    float: left;
    width: 100%;
    /*padding-top: 40.85px;
    padding-right: 0px;
    padding-bottom: 40.85px;
    padding-left: 0px;  */   
}
/*------------------------------------------------*/
/* ------ Icon-DIV ------------------------------ */
.card_section.swiper-box .item .wrapper_box a .media-item .Icon-DIV {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    
    width: 100%;
}

.card_section.swiper-box .item .wrapper_box a .media-item .Icon-DIV .IMG-Content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-top: 16px;
    padding-right: 16px;
    padding-bottom: 16px;
    padding-left: 16px;
}
/*------------------------------------------------*/
/* ------ icon ---------------------------------- */
.card_section.swiper-box .item .wrapper_box a .media-item .Icon-DIV .IMG-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 172px; /*160*/
    height: 172px; /*160*/
    border: 1px solid rgba(19, 79, 85, 0.65);
    background-color: var(--FFFcolor);
    border-radius: 99em;
    box-shadow: inset -10px -10px 15px -3px rgba(9,119,130,1);
}
/*------------------------------------------------*/
@media(max-width: 1499px) {
	.card_section.swiper-box .item .wrapper_box a .media-item .Icon-DIV .IMG-icon {
		width: 112px;
        height: 112px;
	}
}
.card_section.swiper-box .item .wrapper_box a .media-item .Icon-DIV .IMG-icon img {
    width: 128px;
    height: 128px;
}
/*------------------------------------------------*/
/* ------ iconTitle ----------------------------- */
.card_section.swiper-box .item .wrapper_box a .media-item .Icon-DIV .Title-Content {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 20px 16px 20px 16px;    
    
    border: 1px solid var(--FFFcolor);
    border-top-left-radius: 0;
    border-top-right-radius: 24px;
    border-bottom-right-radius: 24px;
    border-bottom-left-radius: 24px;
    
    background-color: var(--FFFcolor);
    box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.25);
    
    transition: transform .5s ease,box-shadow .5s ease;
	overflow: hidden;
}
/*------------------------------------------------*/
.card_section.swiper-box .item .wrapper_box a .media-item .Icon-DIV .Title-Content::before {
    content: '';
    position: absolute;
    top: 50%;
    right: 50%;
    width: 100%;
    height: 100%;
    background-color: var(--Customize_color);
    border-radius: 50%;
    transform: scale(0);
    transition: transform .5s ease;
    z-index: -1;
}
.card_section.swiper-box .item .wrapper_box a:hover .media-item .Icon-DIV .Title-Content:before {
	transform: scale(3);
}
/*------------------------------------------------*/
.card_section.swiper-box .item .wrapper_box a:hover .media-item .Icon-DIV .Title-Content {
    transform: translateY(0px);
}
/*------------------------------------------------*/
.card_section.swiper-box .item .wrapper_box a .media-item .Icon-DIV .Title-Content::after {
    content: "";
    position: absolute;
    left: -16px;
    bottom: -16px;    
    width: 48px;
    height: 48px;
    border: 1px solid var(--Customize_color);
    background-color: var(--Customize_color);
    border-radius: 99em;
}
.card_section.swiper-box .swiper-slide:first-child .item .wrapper_box a .media-item .Icon-DIV .Title-Content::after {
    border: 1px solid #ed667e;
    background-color: #ed667e;
}
.card_section.swiper-box .swiper-slide:nth-child(2) .item .wrapper_box a .media-item .Icon-DIV .Title-Content::after {
    border: 1px solid #ff8d49;
    background-color: #ff8d49;
}
.card_section.swiper-box .swiper-slide:nth-child(3) .item .wrapper_box a .media-item .Icon-DIV .Title-Content::after {
    border: 1px solid #ffca00;
    background-color: #ffca00;
}
.card_section.swiper-box .swiper-slide:nth-child(4) .item .wrapper_box a .media-item .Icon-DIV .Title-Content::after {
    border: 1px solid #6cb38a;
    background-color: #6cb38a;
}
.card_section.swiper-box .swiper-slide:nth-child(5) .item .wrapper_box a .media-item .Icon-DIV .Title-Content::after {
    border: 1px solid #4a97ce;
    background-color: #4a97ce;
}
.card_section.swiper-box .swiper-slide:nth-child(6) .item .wrapper_box a .media-item .Icon-DIV .Title-Content::after {
    border: 1px solid #ed667e;
    background-color: #ed667e;
}
/*------------------------------------------------*/
.card_section.swiper-box .item .wrapper_box a .media-item .Icon-DIV .iconTitle {    
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    
    font-weight: bold;
    text-align: center;
    letter-spacing: 2;
    color: var(--color_006d66);
    color: var(--blackcolor);
    text-transform: capitalize;
    
    display: -webkit-box;
	/* 第一步：設定 display 為 -webkit-box 元素。 */
	-webkit-box-orient: vertical;
	/* 第二步：設定 box 的子元素，是由上往下垂直排列。*/
	-webkit-line-clamp: 2;
	/* 第三步：設定欲顯示的行數，超出則顯示省略符號(...)。 */
	overflow: hidden;
	/* 第四步：設定超過上述指定之行數時隱藏。 */
	max-height: 60px;
  	/* 第五步：其它瀏覽器降級方式：給定最大高度 */
}
@media(max-width: 1499px) {
	.card_section.swiper-box .item .wrapper_box a .media-item .Icon-DIV .iconTitle { 
		font-size: 100%;
        
	}
}
@media(min-width: 1500px) {
	.card_section.swiper-box .item .wrapper_box a .media-item .Icon-DIV .iconTitle { 
		font-size: 125%;
	}
}

.card_section.swiper-box .item .wrapper_box a:hover .media-item .Icon-DIV .iconTitle { 
    color: var(--FFFcolor);
}

/*=============================================*/
/* ==   左右選擇鍵 下方 RIGHT右邊 right: 0;   ====*/
/*=============================================*/
.card_section.swiper-box .swiper-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: end;
    align-items: center;
    
    /*position: absolute;
    right: 0;
    bottom: 6px;
	margin-top: 0px;
    width: 150px;*/
}

.card_section.swiper-box .swiper .swiper-nav button.swiper-prev,
.card_section.swiper-box .swiper .swiper-nav button.swiper-next {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.card_section.swiper-box .swiper .swiper-nav button.swiper-prev,
.card_section.swiper-box .swiper .swiper-nav button.swiper-next {    
    font: inherit;
	color: inherit;	
	padding: 0 !important;
    background: 0 0;
	border: none;   
	
	position: relative; 
	/* top: 45%; */
	z-index: 2;
}
.card_section.swiper-box .swiper .swiper-nav button.swiper-prev,
.card_section.swiper-box .swiper .swiper-nav button.swiper-next {
    position: absolute;
    top: 35%;
	width: 45px;
    height: 45px;
	border-radius: 100%;
}
@media(max-width: 991px) {
	.card_section.swiper-box .swiper .swiper-nav button.swiper-prev,
    .card_section.swiper-box .swiper .swiper-nav button.swiper-next {
		width: 32px;
        height: 32px;
	}
}
/*..............................................................................*/
.card_section.swiper-box .swiper .swiper-nav button.swiper-prev {
	left: 0;
	margin-right: 5px;	
}
/*..............................................................................*/
.card_section.swiper-box .swiper .swiper-nav button.swiper-next {
	right: 0;
	margin-left: 0px;
}

/*..............................................................................*/
.card_section.swiper-box .swiper .swiper-nav button.swiper-prev span,
.card_section.swiper-box .swiper .swiper-nav button.swiper-next span {
	width: 45px;
    height: 45px;
	border: 1px solid var(--FFFcolor) !important;        /*★★★ 重要 未滑過 底邊色 ★★★*/ 
	background-color: var(--FFFcolor) !important;        /*★★★ 重要 未滑過 底色 ★★★*/
	border-radius: 100%;
} 
@media(max-width: 991px) {
	.card_section.swiper-box .swiper .swiper-nav button.swiper-prev span,
    .card_section.swiper-box .swiper .swiper-nav button.swiper-next span {
		width: 32px;
        height: 32px;
	}
}
/*..............................................................................*/
.card_section.swiper-box .swiper .swiper-nav button.swiper-prev span {
	content: url("../images/swiper/prev-GY.svg");
}
.card_section.swiper-box .swiper .swiper-nav button.swiper-next span {
	content: url("../images/swiper/next-GY.svg");
}
/*..............................................................................*/
.card_section.swiper-box .swiper .swiper-nav button.swiper-prev span:hover {
	content: url("../images/swiper/prev-W.svg");
	border: 1px solid var(--Customize_color) !important;        /*★★★ 重要 滑過 底邊色 ★★★*/ 
	background-color: var(--Customize_color) !important;        /*★★★ 重要 滑過 底色 ★★★*/
}
.card_section.swiper-box .swiper .swiper-nav button.swiper-next span:hover {
	content: url("../images/swiper/next-W.svg");
	border: 1px solid var(--Customize_color) !important;        /*★★★ 重要 滑過 底邊色 ★★★*/ 
	background-color: var(--Customize_color) !important;        /*★★★ 重要 滑過 底色 ★★★*/
} 
.card_section.swiper-box .swiper .swiper-nav button.swiper-prev:focus,
.card_section.swiper-box .swiper .swiper-nav button.swiper-next:focus,
.card_section.swiper-box .swiper .swiper-nav button.swiper-prev span:focus,
.card_section.swiper-box .swiper .swiper-nav button.swiper-next span:focus {
	display: block;
	width: 45px;
    height: 45px;
	border-radius: 100%;
	background-color: var(--Customize_color) !important;        /*★★★ 重要 焦點變色 ★★★*/
	outline: 2px solid #43B5FC !important;
}
@media(max-width: 991px) {
	.card_section.swiper-box .swiper .swiper-nav button.swiper-prev:focus,
    .card_section.swiper-box .swiper .swiper-nav button.swiper-next:focus,
    .card_section.swiper-box .swiper .swiper-nav button.swiper-prev span:focus,
    .card_section.swiper-box .swiper .swiper-nav button.swiper-next span:focus {
		width: 32px;
        height: 32px;
	}
}
/*=============================================*/
/* ==   左右選擇鍵 下方 RIGHT右邊 right: 0;   ====*/
/*=============================================*/

/*=============================================*/
/* ==   輪播 暫停/撥放   ========================*/
/*=============================================*/
.card_section .DIV-Box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    width: 150px;
}
/*.newsbox-section .DIV-Box::before {
    content: "";
    position: relative;
    height: 1px;
    width: 75%;
    background-color: #006d66;
    left: 0;
    top: 24px;
}*/

.card_section .control-box {	
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
	align-items: center;
    
	position: relative;
    bottom: 0;
    left: calc((100% - 1170px) / 2);
    left: 0;
    z-index: 2;
        
    color: var(--FFFcolor);
    text-align: center;
}
/*..............................................................................*/
.card_section .control-start,
.card_section .control-pause {
	position: relative;
	/*width: 48px;*/
	/*height: 48px;*/
	
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	z-index: 2; /*999*/
}
.card_section .control-start {
	right: calc(1.5% - 20px + 10px);
}
.card_section .control-pause {
	right: calc(1.5% - 20px);
}
/*..............................................................................*/
.card_section .control-start-icon,
.card_section .control-pause-icon {
	display: inline-block;
	width: 48px;
	height: 48px;
	background-position-x: 50%;
	background-position-y: center;
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-image: none;
	background-size: 100% 100%;
	background-origin: padding-box;
	background-clip: border-box;
    
    border-radius: 100%;
    border: 1px solid var(--color_f2f2f7) !important;        /*★★★ 重要 未滑過 底邊色 ★★★*/ 
	background-color: var(--color_f2f2f7) !important;        /*★★★ 重要 未滑過 底色 ★★★*/
}
.card_section .control-start-icon:hover,
.card_section .control-pause-icon:hover {
	opacity: 1;
    border-radius: 100%;
    border: 1px solid var(--G979color) !important;        /*★★★ 重要 滑過底邊色 ★★★*/
	background-color: var(--G979color) !important;        /*★★★ 重要 滑過底色 ★★★*/
}
/*..............................................................................*/
.card_section .control-start-icon {
    background-image: url(../images/banner/control-start-GY-icon.svg);
    opacity: .85;
}
/*..............................................................................*/
.card_section .control-pause-icon {
    background-image: url(../images/banner/control-pause-GY-icon.svg);
    opacity: .85;
}
/*..............................................................................*/
.card_section .control-start-icon:hover,
.card_section .control-start-icon:focus {
    background-image: url(../images/banner/control-start-icon.svg);
    opacity: .85;
}
.card_section .control-pause-icon:hover,
.card_section .control-pause-icon:focus {
    background-image: url(../images/banner/control-pause-icon.svg);
    opacity: .85;
}
/*..............................................................................*/

.card_section .control-start:focus, 
.card_section .control-pause:focus {
    text-decoration: none;
    outline: 2px solid #43B5FC;
	outline-offset: -2px;
	background-color: var(--G979color);        /*★★★ 重要 焦點變色 ★★★*/
}
/*..............................................................................*/
@media (max-width:768px) {
	.card_section .control-start-icon,
	.card_section .control-pause-icon {
        width: 45px;
        height: 45px;
	}
	/*...................................*/
	.card_section .control-box {	
		padding: 0px; 
	}
    /*...................................*/
	.card_section .control-start {
		right: calc(1.5% + 5px);
	}
	.card_section .control-pause {
		right: 1.5%;
	}
}
/*=============================================*/
/* ==   輪播 暫停/撥放   ========================*/
/*=============================================*/
/* ============================================= */
/* ------ 首頁 卡片區塊 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;
}
/* ------ Mask-DivBox --------------------------- */
.Newsbox-section .Mask-DivBox {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    
    /*background-attachment: fixed;*/
    /*background-image: url("../images/news/background-news-image_1920x1281.jpg");*/
    background-blend-mode: multiply; 	/* 設置背景混和模式為相乘模式*/
    
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
}   
.Newsbox-section .Mask-DivBox::before {
    position: absolute;
    content: url(../images/bg/bg-text-01.png);
    top: 10px; /*-4px*/
    right: 0;
    font-family: "Noto Sans TC", sans-serif;
    font-size: 1600%;
    line-height: 0px;
    font-weight: 400;
    letter-spacing: -16px;
    text-transform: uppercase;
    color: rgba(170, 170, 170, 0.35);
    /*width: 766px;
    height: 155px;
    background-image: url(../images/bg/bg-text-02.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right top;*/
    z-index: 0;
}
@media (max-width: 991px) {
	.Newsbox-section .Mask-DivBox::before {
        position: absolute;
        content: "NEWS";
        top: 40px; /*-4px*/
        right: 0;
        font-size: 600%;
        line-height: 0;
        font-weight: bold;
        letter-spacing: 0;
        text-transform: uppercase;
        color: rgba(170, 170, 170, 0.35);
	}
}
/*.Newsbox-section .Mask-DivBox::after {
    content: '';
	position: absolute;	
    top: 0;
	left: 0;
	height: 100%;	
    background-color: #f5f5f5;
    z-index: -1;
}
@media (max-width: 991px) {
	.Newsbox-section .Mask-DivBox::after {
		width: 100%;
	}
}
@media (min-width: 992px) {
	.Newsbox-section .Mask-DivBox::after {
        width:  calc(50% + 15px);
	}
}
@media (min-width: 1200px) {
	.Newsbox-section .Mask-DivBox::after {
        width: calc(50% - 0px);
	}
}*/
/*------------------------------------------------*/
.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;
}
/*=============================================*/
/* ==   標籤 tab Li   ==========================*/
/*=============================================*/
.Newsbox-section .tab_ulbox {
	position: relative;
	display: block; 	    
    border-bottom: transparent;
    
    /*height: 100%;*/
    min-height: 465px;
    height: calc(100% - 70.9px);
}
@media (max-width: 991px) {
	.Newsbox-section .tab_ulbox {
        min-height: auto;
		height: auto;
	}
}
/*------------------------------------------------*/
.Newsbox-section .nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    
    border-bottom: none;
    padding: 35px 0 0 0;
    
    /*height: 100%;*/
}
@media (max-width: 991px) {
	.Newsbox-section .nav {
		flex-direction: row;
        justify-content: flex-start;
	}
}
@media (min-width: 992px) {
	.Newsbox-section .nav {
		flex-direction: column;
        justify-content: space-between;
	}
}
/*------------------------------------------------*/
.Newsbox-section .nav-item {
    float: left;
    /*width: calc((100% - (2.5px * 4)) / 2);*/        /* =col4 x 2個 */
    /*width: calc((100% - (2.5px * 6)) / 3);*/        /* =col4 x 3個 */
    /*width: calc((100% - (2.5px * 8)) / 4);*/        /* =col3 x 4個 */
    /*width: calc((100% - (2.5px * 10)) / 5);*/       /* =col-? x 5個 */
    /*width: calc((100% - (2.5px * 12)) / 6);*/       /* =col2 x 5個 */
    width: 100%;    
    min-height: 1px;
    margin-left: 2.5px;
    margin-right: 2.5px;
    /* margin-bottom: 16px; */
	margin-bottom: 32px;
}
@media (min-width: 768px) and (max-width: 992px) {
	.Newsbox-section .nav-item {
		display: flex;
		align-content: center;
        width: calc((100% - (2.5px * 10)) / 5);       /* =col-? x 5個 */	
	}
}
@media (min-width: 576px) and (max-width: 767px) {
	.Newsbox-section .nav-item {
		display: flex;
		align-content: center;
        width: calc((100% - (2.5px * 6)) / 3);        /* =col4 x 3個 */
	}
}
@media (min-width: 320px) and (max-width: 575px) {
	.Newsbox-section .nav-item {
		display: flex;
		align-content: center;
        width: calc((100% - (2.5px * 4)) / 2);
	}
}
/*------------------------------------------------*/
.Newsbox-section .nav-tabs li a.nav-link {
    position: relative;   
    font-weight: 600;
    
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;    
    align-items: center;
    width: 100%;
    
	margin-bottom: 0px;
    border: 1px solid #ececec;    
    
    border-top-left-radius: 0;
    border-top-right-radius: 32px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 24px;
    background-color: var(--FFFcolor);
    box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.25);
    
    transition: transform .5s ease,box-shadow .5s ease;
	overflow: hidden;
}
.Newsbox-section .nav-tabs li a:hover.nav-link {
    transform: translateY(0px);
}
/*------------------------------------------------------*/
/* ======= a ::before ======= */
.Newsbox-section .nav-tabs li a.nav-link::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -50%;
    width: 100%;
    height: 100%;
    background-color: #bae4e8;
    border-radius: 50%;
    transform: scale(0);
    transition: transform .5s ease;
    z-index: -1;
}
.Newsbox-section .nav-tabs li a:hover.nav-link::before {
	transform: scale(3);
}
/* ======= a ::before ======= */
/*------------------------------------------------------*/
/*------------------------------------------------------*/
.Newsbox-section .nav-tabs li a.nav-link {
	color: var(--blackcolor);                    /*字顏色*/
}
@media (max-width: 991px) {
	.Newsbox-section .nav-tabs li a.nav-link {
        font-size: 112.5%; 
        
        justify-content: center;
        padding: 20px 8px; /*8px 16px*/
	}
}
@media (min-width: 992px) {
	.Newsbox-section .nav-tabs li a.nav-link {
        font-size: 125%;
        
        justify-content: center;
        padding: 24px 24px; /*8px 16px*/
	}
}
/*------------------------------------------------*/
.Newsbox-section .nav-tabs li a.nav-link:hover,
.Newsbox-section .nav-tabs li a.nav-link:focus {
	text-decoration: none;
    color: var(--FFFcolor);             /*滑過時變色*/
}
.Newsbox-section .nav-tabs li a.nav-link.disabled {
	color: #6c757d;
	pointer-events: none;
	cursor: default;
}
/*------------------------------------------------------*/
.Newsbox-section .nav-tabs .nav-link.disabled {
	color: var(--Customize_color);
}
/*------------------------------------------------------*/
/* ======= active ======= */
.Newsbox-section .nav-tabs .nav-link.i1 {
    border-right: 5px solid #ed667e;
}
.Newsbox-section .nav-tabs .nav-link.i1.active {
    color: var(--FFFcolor);
    border: 1px solid #ed667e; 
	background-color: #ed667e;
}

.Newsbox-section .nav-tabs .nav-link.i2 {
    border-right: 5px solid #ff8d49;
}
.Newsbox-section .nav-tabs .nav-link.i2.active {
    color: var(--FFFcolor);
    border: 1px solid #ff8d49; 
	background-color: #ff8d49;
}

.Newsbox-section .nav-tabs .nav-link.i3 {
    border-right: 5px solid #ffca00;
}
.Newsbox-section .nav-tabs .nav-link.i3.active {
    color: var(--FFFcolor);
    border: 1px solid #ffca00; 
	background-color: #ffca00;
}

.Newsbox-section .nav-tabs .nav-link.i4 {
    border-right: 5px solid #6cb38a;
}
.Newsbox-section .nav-tabs .nav-link.i4.active {
    color: var(--FFFcolor);
    border: 1px solid #6cb38a; 
	background-color: #6cb38a;
}

.Newsbox-section .nav-tabs .nav-link.i5 {
    border-right: 5px solid #4a97ce;
}
.Newsbox-section .nav-tabs .nav-link.i5.active {
    color: var(--FFFcolor);
    border: 1px solid #4a97ce; 
	background-color: #4a97ce;
}

.Newsbox-section .nav-tabs .nav-link.i6 {
    border-right: 5px solid #ed667e;
}
.Newsbox-section .nav-tabs .nav-link.i6.active {
    color: var(--FFFcolor);
    border: 1px solid #ed667e; 
	background-color: #ed667e;
}
/* ======= active ======= */
/*------------------------------------------------------*/

/*------------------------------------------------------*/
/* ======= a:hover ::before ======= */
.Newsbox-section .nav-tabs li a:hover.nav-link.i1::before {
    background-color: #ed667e;
}
.Newsbox-section .nav-tabs li a:hover.nav-link.i2::before {
    background-color: #ff8d49;
}
.Newsbox-section .nav-tabs li a:hover.nav-link.i3::before {
    background-color: #ffca00;
}
.Newsbox-section .nav-tabs li a:hover.nav-link.i4::before {
    background-color: #6cb38a;
}
.Newsbox-section .nav-tabs li a:hover.nav-link.i5::before {
    background-color: #4a97ce;
}
.Newsbox-section .nav-tabs li a:hover.nav-link.i6::before {
    background-color: #ed667e;
}
/* ======= a:hover ::before ======= */
/*------------------------------------------------------*/
/*=============================================*/
/* ==   標籤 tab Li   ==========================*/
/*=============================================*/

/*=============================================*/
/* ==   內容區 tab-content   ===================*/
/*=============================================*/
@media (max-width: 991px) {
    .Newsbox-section .tab-content {
        margin-top: 30px
    }
}
/*----------------------------------------------*/
.Newsbox-section ul.m-news_list {
	/*margin: 0 0 -40px;*/
	padding-left: 0;
	list-style: none;
}

@media (min-width: 992px) {
	.Newsbox-section ul.m-news_list {
		display: flex;
		flex-wrap: wrap;
		margin: 0 -15px; /*0 -30px -72px*/
	}
}
/*----------------------------------------------*/
.Newsbox-section .m-news_item,
.Newsbox-section .m-news_item_2 {
	margin-bottom: 15px;
}
@media (min-width: 992px) {
	.Newsbox-section .m-news_item {
		flex: 0 0 100%;
		max-width: 100%;
		padding: 0 15px;
		margin-bottom: 15px;
	}
    .Newsbox-section .m-news_item_2 {
		flex: 0 0 50%;
		max-width: 50%;
		padding: 0 15px;
		margin-bottom: 30px;
	}
}
/*----------------------------------------------*/
.Newsbox-section .m-news_link {
	display: flex;
	flex-wrap: wrap;
	color: var(--blackcolor);
}
/*----------------------------------------------*/
.Newsbox-section .m-news_link:hover .m-news_date {
	transform: translateY(0px); /*-15px*/
	box-shadow: 0 10px 20px rgba(0,0,0,0.15);
}

.Newsbox-section .m-news_link:hover .m-news_date:before {
	transform: scale(3);
}

.Newsbox-section .m-news_date {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	flex: 0 0 85px;
	max-width: 85px;
	/*height: 85px;*/
	background-color: #ececec;
	transition: transform .5s ease,box-shadow .5s ease;
	overflow: hidden;
	
	position: relative;
	top: 7%;
	right: 0%;
}
@media (max-width: 575px) {
	.Newsbox-section .m-news_date {
		height: 112px;
	}
}

.Newsbox-section .m-news_date:before {
	content: '';
	position: absolute;
	top: -50%;
	right: -50%;
	width: 100%;
	height: 100%;
	background-color: #bae4e8;
	border-radius: 50%;
	transform: scale(0);
	transition: transform .5s ease;
	z-index: -1;
}
/*----------------------------------------------*/
.Newsbox-section .m-news_date .d-big {
	font-size: 175%; /*1.75em*/
	font-weight: 700;
	line-height: 1.25;
	margin-bottom: 0.25rem;
	color: var(--blackcolor);
}

.Newsbox-section .m-news_date .d-small {
	font-size: 93.75%; /*0.9375em*/
	line-height: 1.25;
	font-weight: 700;
	color: var(--blackcolor);
}

.Newsbox-section .m-news_link:hover .m-news_date .d-big,
.Newsbox-section .m-news_link:hover .m-news_date .d-small {
	color: var(--blackcolor);              /*日期_滑過時變色*/
}
/*----------------------------------------------*/
/*----------------------------------------------*/
.Newsbox-section .m-news_content {
	flex: 1;
	margin-left: 24px;
    padding-top: 10px;
    padding-bottom: 10px;
	border-bottom: 1px solid var(--G999color);
}

.Newsbox-section .m-news_title {
	margin-bottom: 12px;
}

.Newsbox-section .m-news_title .link-text {
	font-size: 112.5%;
    font-weight: bold;
	color: var(--blackcolor);
	
	display: -webkit-box;
	/* 第一步：設定 display 為 -webkit-box 元素。 */
	-webkit-box-orient: vertical;
	/* 第二步：設定 box 的子元素，是由上往下垂直排列。*/
	-webkit-line-clamp: 2;
	/* 第三步：設定欲顯示的行數，超出則顯示省略符號(...)。 */
	overflow: hidden;
	/* 第四步：設定超過上述指定之行數時隱藏。 */
	max-height: 55px;
  	/* 第五步：其它瀏覽器降級方式：給定最大高度 */
}
@media (max-width: 991px) {
    .Newsbox-section .m-news_title .link-text {
        font-size: 93.75%;
    }
}
.Newsbox-section .m-news_link:hover .m-news_title .link-text {
	color: var(--Customize_color);
}
/*------------------------------------------------*/
/* ==   TOP/HOT/NEW 標籤   ========================*/
.Newsbox-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;
}

.Newsbox-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: 600;	
	padding: 2px 16px;
    border-radius: 99em;
	margin-right: 4px;
    margin-bottom: 8px;
}
.Newsbox-section .customstyle-hotop .icon-small:last-child {
    margin-right: 16px;
}
@media (max-width: 991px) {
    .Newsbox-section .customstyle-hotop .icon-small {
        margin-right: 12.5px;
    }
}
.Newsbox-section .customstyle-hotop .icon-small.hot-bg {
	color: var(--FFFcolor);
	background: #ce1800;
}
.Newsbox-section .customstyle-hotop .icon-small.top-bg {
	color: var(--FFFcolor);
	background-color: #004aa5;
}
.Newsbox-section .customstyle-hotop .icon-small.new-bg {
	color: var(--blackcolor);
	background-color: #fda601;
}
/* ==   TOP/HOT/NEW 標籤   ========================*/
/*------------------------------------------------*/
@media (max-width: 575px) {
	.Newsbox-section .m-news_detail {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
	}
}
@media (min-width: 576px) {
	.Newsbox-section .m-news_detail {
		display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        justify-content: flex-start;
        align-items: center;
	}
}
/*------------------------------------------------*/
/*--------------------------------------------*/
.Newsbox-section .category_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
}
.Newsbox-section .m-news_category {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    
    color: var(--G333color);
    margin-right: 24px;
    margin-bottom: 8px;
}
.Newsbox-section .m-news_category i {
    font-size: 87.5%;	
}	
.Newsbox-section .m-news_category .tags-text {
	font-size: 87.5%;
    margin-left: 5px;
}
/*=============================================*/
/* ==   內容區 tab-content   ===================*/
/*=============================================*/

/* ============================================= */
/* =====  首頁 新聞公告 Newsbox-section  ========= */
/* ============================================= */



/* ============================================= */
/* =====  首頁 活動資訊 Event-section  =========== */
/* ============================================= */
.Event-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;
}
@media (max-width: 1199px) {
	.Event-section {
		background-color: var(--Customize_color);
	}
}
/* ------ Mask-DivBox --------------------------- */
.Event-section .Mask-DivBox {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    
    /*background-attachment: fixed;*/
    /*background-image: url("../images/news/background-news-image_1920x1281.jpg");*/
    background-blend-mode: multiply; 	/* 設置背景混和模式為相乘模式*/
    
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
}   
.Event-section .Mask-DivBox::before {
    position: absolute;
    content: url(../images/bg/bg-text-02.png);
    top: 10px; /*-4px*/
    right: 0;
    font-family: "Noto Sans TC", sans-serif;
    font-size: 1600%;
    line-height: 0px;
    font-weight: 400;
    letter-spacing: -16px;
    text-transform: uppercase;
    color: rgba(170, 170, 170, 0.35);
    /*width: 766px;
    height: 155px;
    background-image: url(../images/bg/bg-text-02.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right top;*/
    z-index: 0;
}
@media (max-width: 991px) {
	.Event-section .Mask-DivBox::before {    
        position: absolute;
        content: "EVENT";
        top: 40px; /*-4px*/
        right: 0;
        font-size: 600%;
        line-height: 0;
        font-weight: bold;
        letter-spacing: 0;
        text-transform: uppercase;
        color: rgba(170, 170, 170, 0.35);
	}
}
/*.Event-section .Mask-DivBox::after {
    content: '';
	position: absolute;	
    top: 0;
	left: 0;
	height: 100%;	
    background-color: #f5f5f5;
    z-index: -1;
}
@media (max-width: 991px) {
	.Event-section .Mask-DivBox::after {
		width: 100%;
	}
}
@media (min-width: 992px) {
	.Event-section .Mask-DivBox::after {
        width:  calc(50% + 15px);
	}
}
@media (min-width: 1200px) {
	.Event-section .Mask-DivBox::after {
        width: calc(50% - 0px);
	}
}*/
/*------------------------------------------------*/
.Event-section .customizeBox {  
    position: relative; 
	display: block;
    z-index: 1;
}
/*------------------------------------------------*/
.Event-section .row {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
}
/*------------------------------------------------*/
.Event-section a .v_itemBOX {
    position: relative;
    display: block;
    background-color: var(--FFFcolor);
    
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 24px;
    border-bottom-left-radius: 0;
    box-shadow: 0px 10px 15px -3px rgba(0,0,0,0.15);
    
    padding-top: 3px;
    padding-right: 3px;
    padding-bottom: 3px;
    padding-left: 3px;
}
/*------------------------------------------------*/
.Event-section a .v_itemBOX .Picture_Div {
    position: relative;
    overflow: hidden;
}
/*------------------------------------------------*/
.Event-section a .v_itemBOX .figure_wrapper {
    position: relative;
    width: 100%;
    aspect-ratio: 3/4.24;  /*1/1*//*4/3*//*6/4*//*16/9*/
	overflow: hidden;
}
/*------------------------------------------------*/
.Event-section a:hover .v_itemBOX .figure_wrapper img.img_class,
.Event-section a:focus .v_itemBOX .figure_wrapper img.img_class,
.Event-section a:active .v_itemBOX .figure_wrapper img.img_class {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}
.Event-section a .v_itemBOX .figure_wrapper img.img_class {    
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    -o-object-fit: cover;
    
    transition-duration: .7s;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    transition-timing-function: cubic-bezier(.19, 1, .22, 1)
}
/*------------------------------------------------*/
.Event-section a .v_itemBOX .TxtBoxDiv {
    display: block; 
    padding: 20px 30px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 24px;
    border-bottom-left-radius: 0;
    background-color: #FFFFFF;
    
    transition: transform .5s ease,box-shadow .5s ease;
	overflow: hidden;
}
.Event-section a .v_itemBOX .TxtBoxDiv::before {
    content: '';
    position: absolute;
    top: 50%;
    right: 50%;
    width: 100%;
    height: 100%;
    background-color: var(--Customize_color);
    border-radius: 50%;
    transform: scale(0);
    transition: transform .5s ease;
    z-index: -1;
}
.Event-section a:hover .v_itemBOX .TxtBoxDiv:before {
	transform: scale(3);
}
.Event-section a:hover .v_itemBOX .TxtBoxDiv {
    transform: translateY(0px);
}
/*------------------------------------------------*/
.Event-section a .v_itemBOX .TxtBoxDiv .card_catDiv {    
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
/*----------------------------------------------*/
.Event-section a .v_itemBOX .card_titleDiv { 
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    
    margin-top: 5px;
    margin-bottom: 12px;
}
/*----------------------------------------------*/
.Event-section a .v_itemBOX .card_titleDiv .card_title {
    font-size: 106.25%;
    color: #000000;
    font-weight: bold;
    display: -webkit-box;
	/* 第一步：設定 display 為 -webkit-box 元素。 */
	-webkit-box-orient: vertical;
	/* 第二步：設定 box 的子元素，是由上往下垂直排列。*/
	-webkit-line-clamp: 2;
	/* 第三步：設定欲顯示的行數，超出則顯示省略符號(...)。 */
	overflow: hidden;
	/* 第四步：設定超過上述指定之行數時隱藏。 */
	max-height: 54px;
  	/* 第五步：其它瀏覽器降級方式：給定最大高度 */
    
    transition-duration: .3s;
    transition-property: color;
    transition-timing-function: cubic-bezier(.19, 1, .22, 1)
}
@media (max-width: 991px) {
    .Event-section a .v_itemBOX .card_titleDiv .card_title {
        font-size: 93.75%;
        margin-right: 0px;
    }
}
.Event-section a:hover .v_itemBOX .card_titleDiv .card_title,
.Event-section a:focus .v_itemBOX .card_titleDiv .card_title,
.Event-section a:active .v_itemBOX .card_titleDiv .card_title {
    color: var(--FFFcolor);
}
/*----------------------------------------------*/
/* ==   TOP/HOT/NEW 標籤   ========================*/
.Event-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-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: 600;	
	padding: 2px 16px;
    border-radius: 99em;
	margin-right: 4px;
    margin-bottom: 8px;
}
.Event-section .customstyle-hotop .icon-small:last-child {
    margin-right: 16px;
}
@media (max-width: 991px) {
    .Event-section .customstyle-hotop .icon-small {
        margin-right: 12.5px;
    }
}
.Event-section .customstyle-hotop .icon-small.hot-bg {
	color: var(--FFFcolor);
	background: #ce1800;
}
.Event-section .customstyle-hotop .icon-small.top-bg {
	color: var(--FFFcolor);
	background-color: #004aa5;
}
.Event-section .customstyle-hotop .icon-small.new-bg {
	color: var(--blackcolor);
	background-color: #fda601;
}
/* ==   TOP/HOT/NEW 標籤   ========================*/
/*------------------------------------------------*/

/*----------------------------------------------*/
@media (max-width: 575px) {
	.Event-section .m-news_detail {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
	}
}
@media (min-width: 576px) {
	.Event-section .m-news_detail {
		display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        justify-content: flex-start;
        align-items: center;
	}
}
/*------------------------------------------------*/
.Event-section a .v_itemBOX .category_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
}
.Event-section a .v_itemBOX .m-news_category {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    
    color: var(--G333color);
    margin-right: 24px;
    margin-bottom: 8px;
}
.Event-section a .v_itemBOX .m-news_category i {
    font-size: 87.5%;	
}	
.Event-section a .v_itemBOX .m-news_category .tags-text {
	font-size: 87.5%;
    margin-left: 5px;
}

.Event-section a:hover .v_itemBOX .m-news_category {
    color: var(--FFFcolor);
}
/*------------------------------------------------*/
.Event-section a .v_itemBOX .TimeBoxDiv {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}
.Event-section a .v_itemBOX .card_time {
    display: inline-block;
    color: var(--G777color);
    font-weight: 400;
    font-size: 87.5%;
    margin: 5px 0 5px 0;
}
.Event-section a .v_itemBOX .card_time i {
    font-size: 112.5%;
    margin-right: 5px;
}
.Event-section a:hover .v_itemBOX .card_time {
    color: var(--FFFcolor);
}
/*----------------------------------------------*/
.Event-section a .v_itemBOX .card_arrow {
    display: inline-block;
    color: var(--Customize_color);
    font-weight: 400;
    font-size: 87.5%;
}
.Event-section a .v_itemBOX .card_arrow i {
    font-size: 175%;
    margin-right: 5px;
}
.Event-section a:hover .v_itemBOX .card_arrow {
    color: var(--FFFcolor);
}
/*----------------------------------------------*/

/*=============================================*/
/* ==   左右選擇鍵 下方 RIGHT左邊 LEFT: 0;   =====*/
/*=============================================*/
.Event-section.owl-box .owl-nav {
    position: absolute;
    left: 0;
    bottom: -16px;
	margin-top: 0px;
}

.Event-section.owl-box .owl-carousel .owl-nav button.owl-prev,
.Event-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-section.owl-box .owl-carousel .owl-nav button.owl-prev,
.Event-section.owl-box .owl-carousel .owl-nav button.owl-next {   
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    
	position: absolute; 
	top: 45%;
    font: inherit;
	color: inherit;	
    
    width: 100px;
    height: 38.9px;    
    padding: 0 24px !important;
    
    border: 1px solid var(--Customize_color);        /*★★★ 重要 未滑過 底邊色 ★★★*/ 
	background-color: var(--FFFcolor);        /*★★★ 重要 未滑過 底色 ★★★*/
    border-radius: 24px;
    z-index: 1;
}
@media (max-width: 575px) {
    .Event-section.owl-box .owl-carousel .owl-nav button.owl-prev,
    .Event-section.owl-box .owl-carousel .owl-nav button.owl-next {
        width: 40px;
        height: 29.15px;
        padding: 0 8px !important;
        border: 1px solid var(--FFFcolor);
        background-color: var(--FFFcolor);
    }
}
/*..............................................................................*/
.Event-section.owl-box .owl-carousel .owl-nav button.owl-prev {
	left: 0.5rem;
	margin-right: 7.5px;	
}
/*..............................................................................*/
.Event-section.owl-box .owl-carousel .owl-nav button.owl-next {
	left: calc(0.5rem + 100px);
	margin-left: 7.5px;
}
@media (max-width: 575px) {
    .Event-section.owl-box .owl-carousel .owl-nav button.owl-next {
        left: calc(0.5rem + 40px);
    }
}
/*..............................................................................*/
.Event-section.owl-box .owl-carousel .owl-nav button.owl-prev span,
.Event-section.owl-box .owl-carousel .owl-nav button.owl-next span {
    position: relative;
    top: -1px;
	width: 40px;
    height: 16px;
}
@media (max-width: 575px) {
    .Event-section.owl-box .owl-carousel .owl-nav button.owl-prev span,
    .Event-section.owl-box .owl-carousel .owl-nav button.owl-next span {
        width: 24px;
    }
}
/*..............................................................................*/
.Event-section.owl-box .owl-carousel .owl-nav button.owl-prev span {
	content: url("../images/owl-carousel/prev_long_arrow_G.svg");
}
.Event-section.owl-box .owl-carousel .owl-nav button.owl-next span {
	content: url("../images/owl-carousel/next_long_arrow_G.svg");
}
/*..............................................................................*/
.Event-section.owl-box .owl-carousel .owl-nav button:hover.owl-prev span {
	content: url("../images/owl-carousel/prev_long_arrow_W.svg");
}
.Event-section.owl-box .owl-carousel .owl-nav button:hover.owl-next span {
	content: url("../images/owl-carousel/next_long_arrow_W.svg");
} 
/*..............................................................................*/
.Event-section.owl-box .owl-carousel .owl-nav button:hover.owl-prev,
.Event-section.owl-box .owl-carousel .owl-nav button:hover.owl-next {
    border: 1px solid var(--FFFcolor);                /*★★★ 重要 滑過 底邊色 ★★★*/ 
	background-color: var(--Customize_color);        /*★★★ 重要 滑過 底色 ★★★*/
    transition: all 0.5s;
}
/*..............................................................................*/
.Event-section.owl-box .owl-carousel .owl-nav button.owl-prev:focus,
.Event-section.owl-box .owl-carousel .owl-nav button.owl-next:focus {     
	outline: 2px solid #43B5FC !important;
    background-color: #ffa700 !important;    /*★★★ 重要 焦點變色 ★★★*/
}
/*=============================================*/
/* ==   左右選擇鍵 下方 RIGHT右邊 right: 0;   ====*/
/*=============================================*/

/*=============================================*/
/* ==   輪播 暫停/撥放   ========================*/
/*=============================================*/
.Event-section .DIV-Box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 150px;
}
.Event-section .control-box {	
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
	align-items: center;
    
    position: absolute;
    left: 250px;
    bottom: 16px;
    z-index: 2;
        
    color: var(--FFFcolor);
    text-align: center;
}
@media (max-width: 575px) {
    .Event-section .control-box {	
        left: 122px;
        padding: 0px; 
    }
}
/*..............................................................................*/
.Event-section .control-box .control_start,
.Event-section .control-box .control_pause {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	z-index: 2; /*999*/
}
.Event-section .control-box .control_start {
	right: calc(1.5% - 20px + 10px);
}
.Event-section .control-box .control_pause {
	right: calc(1.5% - 20px);
}
@media (max-width: 575px) {
	.Event-section .control-box .control_start {
		right: calc(1.5% + 5px);
	}
	.Event-section .control-box .control_pause {
		right: 1.5%;
	}
}
/*..............................................................................*/
.Event-section .control-start-icon,
.Event-section .control-pause-icon {
	display: inline-block;
	width: 48px;
	height: 38.9px;
	background-position-x: 50%;
	background-position-y: center;
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-image: none;
	background-size: 100% 100%;
	background-origin: padding-box;
	background-clip: border-box;
    
    border-radius: 16px;
    border: 1px solid var(--Customize_color) !important;        /*★★★ 重要 未滑過 底邊色 ★★★*/ 
	background-color: var(--FFFcolor) !important;        /*★★★ 重要 未滑過 底色 ★★★*/
}
@media (max-width: 575px) {
	.Event-section .control-start-icon,
	.Event-section .control-pause-icon {
        width: 40px;
        height: 29.5px;
        border: 1px solid var(--FFFcolor) !important;        /*★★★ 重要 未滑過 底邊色 ★★★*/ 
        background-color: var(--FFFcolor) !important;        /*★★★ 重要 未滑過 底色 ★★★*/
	}
}
.Event-section .control-start-icon:hover,
.Event-section .control-pause-icon:hover {
    border: 1px solid var(--FFFcolor) !important;        /*★★★ 重要 滑過底邊色 ★★★*/
	background-color: var(--Customize_color) !important;        /*★★★ 重要 滑過底色 ★★★*/
    transition: all 0.5s;
}
/*..............................................................................*/
.Event-section .control-start-icon {
    background-image: url(../images/owl-carousel/control-start-G-icon.svg);
}
/*..............................................................................*/
.Event-section .control-pause-icon {
    background-image: url(../images/owl-carousel/control-pause-G-icon.svg);
}
/*..............................................................................*/
.Event-section .control-start-icon:hover,
.Event-section .control-start-icon:focus {
    background-image: url(../images/owl-carousel/control-start-W-icon.svg);
}
.Event-section .control-pause-icon:hover,
.Event-section .control-pause-icon:focus {
    background-image: url(../images/owl-carousel/control-pause-W-icon.svg);
}
/*..............................................................................*/
.Event-section .control-start:focus, 
.Event-section .control-pause:focus {
    text-decoration: none;
    outline: 2px solid #43B5FC;
	outline-offset: -2px;
	background-color: #917440;        /*★★★ 重要 焦點變色 ★★★*/
}
/*..............................................................................*/
.Event-section.owl-box .item {
    margin: 0;
    margin-bottom: 30px;
}
/*=============================================*/
/* ==   輪播 暫停/撥放   ========================*/
/*=============================================*/
/* ============================================= */
/* =====  首頁 活動資訊 Event-section  =========== */
/* ============================================= */



/* ============================================= */
/* =====  首頁 活動花絮 Gallery-section  ========= */
/* ============================================= */
.Gallery-section {
	position: relative; 
	display: block;
    
    background-color: var(--FFFcolor);
    /*background-color: var(--global-background-transparent);*/
    
	/*background-image: url(images/bg/.....);*/
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center top;
}
/* ------ Mask-DivBox --------------------------- */
.Gallery-section .Mask-DivBox {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    
    /*background-attachment: fixed;*/
    /*background-image: url("../images/news/background-news-image_1920x1281.jpg");*/
    background-blend-mode: multiply; 	/* 設置背景混和模式為相乘模式*/
    
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
}   
.Gallery-section .Mask-DivBox::before {
    position: absolute;
    content: url(../images/bg/bg-text-03.png);
    top: 10px; /*-4px*/
    right: 0;
    font-family: "Noto Sans TC", sans-serif;
    font-size: 1600%;
    line-height: 0px;
    font-weight: 400;
    letter-spacing: -16px;
    text-transform: uppercase;
    color: rgba(170, 170, 170, 0.35);
    /*width: 766px;
    height: 155px;
    background-image: url(../images/bg/bg-text-02.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right top;*/
    z-index: 0;
}
@media (max-width: 991px) {
	.Gallery-section .Mask-DivBox::before {
        position: absolute;
        content: "GALLERY";
        top: 40px; /*-4px*/
        right: 0;
        font-size: 600%;
        line-height: 0;
        font-weight: bold;
        letter-spacing: 0;
        text-transform: uppercase;
        color: rgba(170, 170, 170, 0.35);
	}
}
/*.Gallery-section .Mask-DivBox::after {
    content: '';
	position: absolute;	
    top: 0;
	left: 0;
	height: 100%;	
    background-color: #f5f5f5;
    z-index: -1;
}
@media (max-width: 991px) {
	.Gallery-section .Mask-DivBox::after {
		width: 100%;
	}
}
@media (min-width: 992px) {
	.Gallery-section .Mask-DivBox::after {
        width:  calc(50% + 15px);
	}
}
@media (min-width: 1200px) {
	.Gallery-section .Mask-DivBox::after {
        width: calc(50% - 0px);
	}
}*/
/*------------------------------------------------*/
.Gallery-section .customizeBox {  
    position: relative; 
	display: block;
    z-index: 1;
}
/*------------------------------------------------*/
.Gallery-section .row {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
}
/*------------------------------------------------*/
.Gallery-section a .v_itemBOX {
    position: relative;
    display: block;
    background-color: var(--FFFcolor);
    
    border-top-left-radius: 24px;
    border-top-right-radius: 24px;
    border-bottom-right-radius: 24px;
    border-bottom-left-radius: 0;
    box-shadow: 0px 10px 15px -3px rgba(0,0,0,0.15);
    
    padding-top: 3px;
    padding-right: 3px;
    padding-bottom: 3px;
    padding-left: 3px;
}
/*------------------------------------------------*/
.Gallery-section a .v_itemBOX .Picture_Div {
    position: relative;
    overflow: hidden;
    
    border-top-left-radius: 24px;
    border-top-right-radius: 24px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
/*------------------------------------------------*/
.Gallery-section a .v_itemBOX .figure_wrapper {
    position: relative;
    width: 100%;
    aspect-ratio: 4/3;  /*1/1*//*4/3*//*6/4*//*16/9*/
	overflow: hidden;
}
/*------------------------------------------------*/
.Gallery-section a:hover .v_itemBOX .figure_wrapper img.img_class,
.Gallery-section a:focus .v_itemBOX .figure_wrapper img.img_class,
.Gallery-section a:active .v_itemBOX .figure_wrapper img.img_class {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}
.Gallery-section a .v_itemBOX .figure_wrapper img.img_class {    
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    -o-object-fit: cover;
    
    transition-duration: .7s;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    transition-timing-function: cubic-bezier(.19, 1, .22, 1)
}
/*------------------------------------------------*/
.Gallery-section a .v_itemBOX .TxtBoxDiv {
    display: block; 
    padding: 20px 30px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 24px;
    border-bottom-left-radius: 0;
    background-color: #FFFFFF;
    
    transition: transform .5s ease,box-shadow .5s ease;
	overflow: hidden;
}
.Gallery-section a .v_itemBOX .TxtBoxDiv::before {
    content: '';
    position: absolute;
    top: 50%;
    right: 50%;
    width: 100%;
    height: 100%;
    background-color: var(--Customize_color);
    border-radius: 50%;
    transform: scale(0);
    transition: transform .5s ease;
    z-index: -1;
}
.Gallery-section a:hover .v_itemBOX .TxtBoxDiv:before {
	transform: scale(3);
}
.Gallery-section a:hover .v_itemBOX .TxtBoxDiv {
    transform: translateY(0px);
}
/*------------------------------------------------*/
.Gallery-section a .v_itemBOX .TxtBoxDiv .card_catDiv {    
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
/*----------------------------------------------*/
.Gallery-section a .v_itemBOX .card_titleDiv { 
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    
    margin-top: 5px;
    margin-bottom: 12px;
}
/*----------------------------------------------*/
.Gallery-section a .v_itemBOX .card_titleDiv .card_title {
    font-size: 106.25%;
    color: #000000;
    font-weight: bold;
    display: -webkit-box;
	/* 第一步：設定 display 為 -webkit-box 元素。 */
	-webkit-box-orient: vertical;
	/* 第二步：設定 box 的子元素，是由上往下垂直排列。*/
	-webkit-line-clamp: 2;
	/* 第三步：設定欲顯示的行數，超出則顯示省略符號(...)。 */
	overflow: hidden;
	/* 第四步：設定超過上述指定之行數時隱藏。 */
	min-height: 54px;
  	/* 第五步：其它瀏覽器降級方式：給定最大高度 */
    
    transition-duration: .3s;
    transition-property: color;
    transition-timing-function: cubic-bezier(.19, 1, .22, 1)
}
@media (max-width: 991px) {
    .Gallery-section a .v_itemBOX .card_titleDiv .card_title {
        font-size: 93.75%;
        margin-right: 0px;
    }
}
.Gallery-section a:hover .v_itemBOX .card_titleDiv .card_title,
.Gallery-section a:focus .v_itemBOX .card_titleDiv .card_title,
.Gallery-section a:active .v_itemBOX .card_titleDiv .card_title {
    color: var(--FFFcolor);
}
/*----------------------------------------------*/
/* ==   TOP/HOT/NEW 標籤   ========================*/
.Gallery-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;
}

.Gallery-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: 600;	
	padding: 2px 16px;
    border-radius: 99em;
	margin-right: 4px;
    margin-bottom: 8px;
}
.Gallery-section .customstyle-hotop .icon-small:last-child {
    margin-right: 16px;
}
@media (max-width: 991px) {
    .Gallery-section .customstyle-hotop .icon-small {
        margin-right: 12.5px;
    }
}
.Gallery-section .customstyle-hotop .icon-small.hot-bg {
	color: var(--FFFcolor);
	background: #ce1800;
}
.Gallery-section .customstyle-hotop .icon-small.top-bg {
	color: var(--FFFcolor);
	background-color: #004aa5;
}
.Gallery-section .customstyle-hotop .icon-small.new-bg {
	color: var(--blackcolor);
	background-color: #fda601;
}
/* ==   TOP/HOT/NEW 標籤   ========================*/
/*------------------------------------------------*/

/*----------------------------------------------*/
@media (max-width: 575px) {
	.Gallery-section .m-news_detail {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
	}
}
@media (min-width: 576px) {
	.Gallery-section .m-news_detail {
		display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        justify-content: flex-start;
        align-items: center;
	}
}
/*------------------------------------------------*/
.Gallery-section a .v_itemBOX .category_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
}
.Gallery-section a .v_itemBOX .m-news_category {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    
    color: var(--G333color);
    margin-right: 24px;
    margin-bottom: 8px;
}
.Gallery-section a .v_itemBOX .m-news_category i {
    font-size: 87.5%;	
}	
.Gallery-section a .v_itemBOX .m-news_category .tags-text {
	font-size: 87.5%;
    margin-left: 5px;
}

.Gallery-section a:hover .v_itemBOX .m-news_category {
    color: var(--FFFcolor);
}
/*------------------------------------------------*/
.Gallery-section a .v_itemBOX .TimeBoxDiv {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}
.Gallery-section a .v_itemBOX .card_time {
    display: inline-block;
    color: var(--G777color);
    font-weight: 400;
    font-size: 87.5%;
    margin: 5px 0 5px 0;
}
.Gallery-section a .v_itemBOX .card_time i {
    font-size: 112.5%;
    margin-right: 5px;
}
.Gallery-section a:hover .v_itemBOX .card_time {
    color: var(--FFFcolor);
}
/*----------------------------------------------*/
.Gallery-section a .v_itemBOX .card_arrow {
    display: inline-block;
    color: var(--Customize_color);
    font-weight: 400;
    font-size: 87.5%;
}
.Gallery-section a .v_itemBOX .card_arrow i {
    font-size: 175%;
    margin-right: 5px;
}
.Gallery-section a:hover .v_itemBOX .card_arrow {
    color: var(--FFFcolor);
}
/*----------------------------------------------*/
/*=============================================*/
/* ==   左右選擇鍵 下方 RIGHT左邊 LEFT: 0;   =====*/
/*=============================================*/
.Gallery-section.owl-box .owl-nav {
    position: absolute;
    left: 0;
    bottom: -16px;
	margin-top: 0px;
}

.Gallery-section.owl-box .owl-carousel .owl-nav button.owl-prev,
.Gallery-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;
}
.Gallery-section.owl-box .owl-carousel .owl-nav button.owl-prev,
.Gallery-section.owl-box .owl-carousel .owl-nav button.owl-next {   
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    
	position: absolute; 
	top: 45%;
    font: inherit;
	color: inherit;	
    
    width: 100px;
    height: 38.9px;    
    padding: 0 24px !important;
    
    border: 1px solid var(--Customize_color);        /*★★★ 重要 未滑過 底邊色 ★★★*/ 
	background-color: var(--FFFcolor);        /*★★★ 重要 未滑過 底色 ★★★*/
    border-radius: 24px;
    z-index: 1;
}
@media (max-width: 575px) {
    .Gallery-section.owl-box .owl-carousel .owl-nav button.owl-prev,
    .Gallery-section.owl-box .owl-carousel .owl-nav button.owl-next {
        width: 40px;
        height: 29.15px;
        padding: 0 8px !important;
        border: 1px solid var(--Customize_color);
        background-color: var(--FFFcolor);
    }
}
/*..............................................................................*/
.Gallery-section.owl-box .owl-carousel .owl-nav button.owl-prev {
	left: 0.5rem;
	margin-right: 7.5px;	
}
/*..............................................................................*/
.Gallery-section.owl-box .owl-carousel .owl-nav button.owl-next {
	left: calc(0.5rem + 100px);
	margin-left: 7.5px;
}
@media (max-width: 575px) {
    .Gallery-section.owl-box .owl-carousel .owl-nav button.owl-next {
        left: calc(0.5rem + 40px);
    }
}
/*..............................................................................*/
.Gallery-section.owl-box .owl-carousel .owl-nav button.owl-prev span,
.Gallery-section.owl-box .owl-carousel .owl-nav button.owl-next span {
    position: relative;
    top: -1px;
	width: 40px;
    height: 16px;
}
@media (max-width: 575px) {
    .Gallery-section.owl-box .owl-carousel .owl-nav button.owl-prev span,
    .Gallery-section.owl-box .owl-carousel .owl-nav button.owl-next span {
        width: 24px;
    }
}
/*..............................................................................*/
.Gallery-section.owl-box .owl-carousel .owl-nav button.owl-prev span {
	content: url("../images/owl-carousel/prev_long_arrow_G.svg");
}
.Gallery-section.owl-box .owl-carousel .owl-nav button.owl-next span {
	content: url("../images/owl-carousel/next_long_arrow_G.svg");
}
/*..............................................................................*/
.Gallery-section.owl-box .owl-carousel .owl-nav button:hover.owl-prev span {
	content: url("../images/owl-carousel/prev_long_arrow_W.svg");
}
.Gallery-section.owl-box .owl-carousel .owl-nav button:hover.owl-next span {
	content: url("../images/owl-carousel/next_long_arrow_W.svg");
} 
/*..............................................................................*/
.Gallery-section.owl-box .owl-carousel .owl-nav button:hover.owl-prev,
.Gallery-section.owl-box .owl-carousel .owl-nav button:hover.owl-next {
    border: 1px solid var(--Customize_color);                /*★★★ 重要 滑過 底邊色 ★★★*/ 
	background-color: var(--Customize_color);        /*★★★ 重要 滑過 底色 ★★★*/
    transition: all 0.5s;
}
/*..............................................................................*/
.Gallery-section.owl-box .owl-carousel .owl-nav button.owl-prev:focus,
.Gallery-section.owl-box .owl-carousel .owl-nav button.owl-next:focus {     
	outline: 2px solid #43B5FC !important;
    background-color: #ffa700 !important;    /*★★★ 重要 焦點變色 ★★★*/
}
/*=============================================*/
/* ==   左右選擇鍵 下方 RIGHT右邊 right: 0;   ====*/
/*=============================================*/

/*=============================================*/
/* ==   輪播 暫停/撥放   ========================*/
/*=============================================*/
.Gallery-section .DIV-Box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 150px;
}
.Gallery-section .control-box {	
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
	align-items: center;
    
    position: absolute;
    left: 250px;
    bottom: 16px;
    z-index: 2;
        
    color: var(--FFFcolor);
    text-align: center;
}
@media (max-width: 575px) {
    .Gallery-section .control-box {	
        left: 122px;
        padding: 0px; 
    }
}
/*..............................................................................*/
.Gallery-section .control-box .control_start,
.Gallery-section .control-box .control_pause {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	z-index: 2; /*999*/
}
.Gallery-section .control-box .control_start {
	right: calc(1.5% - 20px + 10px);
}
.Gallery-section .control-box .control_pause {
	right: calc(1.5% - 20px);
}
@media (max-width: 575px) {
	.Gallery-section .control-box .control_start {
		right: calc(1.5% + 5px);
	}
	.Gallery-section .control-box .control_pause {
		right: 1.5%;
	}
}
/*..............................................................................*/
.Gallery-section .control-start-icon,
.Gallery-section .control-pause-icon {
	display: inline-block;
	width: 48px;
	height: 38.9px;
	background-position-x: 50%;
	background-position-y: center;
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-image: none;
	background-size: 100% 100%;
	background-origin: padding-box;
	background-clip: border-box;
    
    border-radius: 16px;
    border: 1px solid var(--Customize_color) !important;        /*★★★ 重要 未滑過 底邊色 ★★★*/ 
	background-color: var(--FFFcolor) !important;        /*★★★ 重要 未滑過 底色 ★★★*/
}
@media (max-width: 575px) {
	.Gallery-section .control-start-icon,
	.Gallery-section .control-pause-icon {
        width: 40px;
        height: 29.5px;
        border: 1px solid var(--Customize_color) !important;        /*★★★ 重要 未滑過 底邊色 ★★★*/ 
        background-color: var(--FFFcolor) !important;        /*★★★ 重要 未滑過 底色 ★★★*/
	}
}
.Gallery-section .control-start-icon:hover,
.Gallery-section .control-pause-icon:hover {
    border: 1px solid var(--Customize_color) !important;        /*★★★ 重要 滑過底邊色 ★★★*/
	background-color: var(--Customize_color) !important;        /*★★★ 重要 滑過底色 ★★★*/
    transition: all 0.5s;
}
/*..............................................................................*/
.Gallery-section .control-start-icon {
    background-image: url(../images/owl-carousel/control-start-G-icon.svg);
}
/*..............................................................................*/
.Gallery-section .control-pause-icon {
    background-image: url(../images/owl-carousel/control-pause-G-icon.svg);
}
/*..............................................................................*/
.Gallery-section .control-start-icon:hover,
.Gallery-section .control-start-icon:focus {
    background-image: url(../images/owl-carousel/control-start-W-icon.svg);
}
.Gallery-section .control-pause-icon:hover,
.Gallery-section .control-pause-icon:focus {
    background-image: url(../images/owl-carousel/control-pause-W-icon.svg);
}
/*..............................................................................*/
.Gallery-section .control-start:focus, 
.Gallery-section .control-pause:focus {
    text-decoration: none;
    outline: 2px solid #43B5FC;
	outline-offset: -2px;
	background-color: #917440;        /*★★★ 重要 焦點變色 ★★★*/
}
/*..............................................................................*/
.Gallery-section.owl-box .item {
    margin: 0;
    margin-bottom: 30px;
}
/*=============================================*/
/* ==   輪播 暫停/撥放   ========================*/
/*=============================================*/
/* ============================================= */
/* =====  首頁 活動花絮 Gallery-section  ========= */
/* ============================================= */



/* ============================================= */
/* =====  首頁 影音專區 Vedio-section  =========== */
/* ============================================= */
.Vedio-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;
}
/* ------ Mask-DivBox --------------------------- */
.Vedio-section .Mask-DivBox {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    
    /*background-attachment: fixed;*/
    /*background-image: url("../images/news/background-news-image_1920x1281.jpg");*/
    background-blend-mode: multiply; 	/* 設置背景混和模式為相乘模式*/
    
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
}   
.Vedio-section .Mask-DivBox::before {
    position: absolute;
    content: url(../images/bg/bg-text-04.png);
    top: 0px; /*-4px*/
    right: 0;
    font-family: "Noto Sans TC", sans-serif;
    font-size: 1315%;
    line-height: 0px;
    font-weight: 400;
    letter-spacing: -16px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.35);
    
    writing-mode: vertical-rl;
    text-orientation: mixed;
    /*width: 225px;
    height: 164px;
    background-image: url(../images/bg/XX);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;*/
    z-index: 0;
}
@media (max-width: 991px) {
	.Vedio-section .Mask-DivBox::before {
        position: absolute;
        content: "VIDEO";
        top: 0px; /*-4px*/
        right: 0px;
        font-size: 820%;
        line-height: 90px;
        font-weight: bold;
        letter-spacing: 0;
        text-transform: uppercase;
        color: rgba(255, 255, 255, 0.35);
	}
}
/*.Vedio-section .Mask-DivBox::after {
    content: '';
	position: absolute;	
    top: 0;
	left: 0;
	height: 100%;	
    background-color: #f5f5f5;
    z-index: -1;
}
@media (max-width: 991px) {
	.Vedio-section .Mask-DivBox::after {
		width: 100%;
	}
}
@media (min-width: 992px) {
	.Vedio-section .Mask-DivBox::after {
        width:  calc(50% + 15px);
	}
}
@media (min-width: 1200px) {
	.Vedio-section .Mask-DivBox::after {
        width: calc(50% - 0px);
	}
}*/
/*------------------------------------------------*/
.Vedio-section .customizeBox {  
    position: relative; 
	display: block;
    z-index: 1;
}
/*------------------------------------------------*/
.Vedio-section .row {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
}
/*------------------------------------------------*/
.Vedio-section .wrapper_box .MV-item {
    position: relative;
    float: left;
    padding: 12px; 
    
    background-color: var(--FFFcolor); 
    box-shadow: 0px 10px 15px -3px rgba(0,0,0,0.15);
}
/*--------------------------------------------*/
.Vedio-section .wrapper_box .MV-item a {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
/*--------------------------------------------*/
.Vedio-section .wrapper_box .MV-item a .img_wrapper {
    width: 100%;
}
/*--------------------------------------------*/
.Vedio-section .wrapper_box .MV-item a .figure_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    
    width: 100%;
    aspect-ratio: 16/9;
    overflow: hidden;
    border-radius: 0;
}
.Vedio-section .wrapper_box .MV-item a .figure_wrapper::after {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    content: "";
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, .45), #000);
    opacity: .65;
}

.Vedio-section .figure_wrapper:hover img.img_class,
.Vedio-section .figure_wrapper:focus img.img_class,
.Vedio-section .figure_wrapper:active img.img_class {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}
.Vedio-section img.img_class {    
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    -o-object-fit: cover;
    
    transition-duration: .7s;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    transition-timing-function: cubic-bezier(.19, 1, .22, 1)
}
.Vedio-section video.video_class {
    width: 100%;
    min-width: 100%;
    height: 100%
}
/*=============================================*/
/* ==   內容 ITEM  ( 圖文式 )   =================*/
/*=============================================*/

/*=============================================*/
/* ==   IMG or Video Play Icon 按鈕圖示   ======*/
/*=============================================*/
.Vedio-section .play-btn {
    position: absolute;
    z-index: 1;
}
.Vedio-section .play-btn > i {
    display:inline-block;
    width: 80px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    background-color: rgba(0, 112, 105, 0.5);
    color: var(--FFFcolor);
    font-size: 200%;
    border-radius: 50%;
    z-index: 1;
    transition: all ease .4s;
}
.Vedio-section .play-btn:after,
.Vedio-section .play-btn:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 112, 105, 0.5);
    z-index: -1;
    border-radius: 50%;
    transition: all ease .4s;
}
.Vedio-section .play-btn:after {
    animation-delay: 2s;
}
.Vedio-section .play-btn:hover > i,
.Vedio-section .play-btn:hover::before,
.Vedio-section .play-btn:hover::after {
    background-color: var(--color_006d66);
    color: var(--FFFcolor);
}
.Vedio-section .play-btn.style1:before,
.Vedio-section .play-btn.style1:after {
    border: 2px solid var(--FFFcolor);
    background-color: rgba(0,0,0,0);
    animation-name: ripple-md;
}

.Vedio-section .play-btn:after,
.Vedio-section .play-btn:before {
    animation-duration: 5s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-name: ripple;
}
@keyframes ripple {
  0% {
    transform: scale(1);
    opacity: 0;
  }
  30% {
    opacity: 0.4;
  }
  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}
@keyframes ripple-md {
  0% {
    transform: scale(1);
    opacity: 0;
  }
  30% {
    opacity: 0.6;
  }
  100% {
    transform:scale(1.9);
    opacity:0
  }
}
@keyframes ripple-sm {
  0% {
    transform: scale(1);
    opacity: 0;
  }
  30% {
    opacity: 0.2;
  }
  100% {
    transform: scale(1.9);
    opacity: 0
  }
}
@keyframes ripple-xs {
  0% {
    transform: scale(1);
    opacity: 0;
  }
  30% {
    opacity: 0.1;
  }
  100% {
    transform: scale(1.7);
    opacity: 0;
  }
}
/*=============================================*/
/* ==   IMG or Video Play Icon 按鈕圖示   ======*/
/*=============================================*/

/*=============================================*/
/* ==   左右選擇鍵 下方 RIGHT左邊 LEFT: 0;   =====*/
/*=============================================*/
.Vedio-section.owl-box .owl-nav {
    position: absolute;
    left: 0;
    bottom: -16px;
	margin-top: 0px;
}

.Vedio-section.owl-box .owl-carousel .owl-nav button.owl-prev,
.Vedio-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;
}
.Vedio-section.owl-box .owl-carousel .owl-nav button.owl-prev,
.Vedio-section.owl-box .owl-carousel .owl-nav button.owl-next {   
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    
	position: absolute; 
	top: 45%;
    font: inherit;
	color: inherit;	
    
    width: 100px;
    height: 38.9px;    
    padding: 0 24px !important;
    
    border: 1px solid var(--Customize_color);        /*★★★ 重要 未滑過 底邊色 ★★★*/ 
	background-color: var(--FFFcolor);        /*★★★ 重要 未滑過 底色 ★★★*/
    border-radius: 24px;
    z-index: 1;
}
@media (max-width: 575px) {
    .Vedio-section.owl-box .owl-carousel .owl-nav button.owl-prev,
    .Vedio-section.owl-box .owl-carousel .owl-nav button.owl-next {
        width: 40px;
        height: 29.15px;
        padding: 0 8px !important;
        border: 1px solid var(--FFFcolor);
        background-color: var(--FFFcolor);
    }
}
/*..............................................................................*/
.Vedio-section.owl-box .owl-carousel .owl-nav button.owl-prev {
	left: 0.5rem;
	margin-right: 7.5px;	
}
/*..............................................................................*/
.Vedio-section.owl-box .owl-carousel .owl-nav button.owl-next {
	left: calc(0.5rem + 100px);
	margin-left: 7.5px;
}
@media (max-width: 575px) {
    .Vedio-section.owl-box .owl-carousel .owl-nav button.owl-next {
        left: calc(0.5rem + 40px);
    }
}
/*..............................................................................*/
.Vedio-section.owl-box .owl-carousel .owl-nav button.owl-prev span,
.Vedio-section.owl-box .owl-carousel .owl-nav button.owl-next span {
    position: relative;
    top: -1px;
	width: 40px;
    height: 16px;
}
@media (max-width: 575px) {
    .Vedio-section.owl-box .owl-carousel .owl-nav button.owl-prev span,
    .Vedio-section.owl-box .owl-carousel .owl-nav button.owl-next span {
        width: 24px;
    }
}
/*..............................................................................*/
.Vedio-section.owl-box .owl-carousel .owl-nav button.owl-prev span {
	content: url("../images/owl-carousel/prev_long_arrow_G.svg");
}
.Vedio-section.owl-box .owl-carousel .owl-nav button.owl-next span {
	content: url("../images/owl-carousel/next_long_arrow_G.svg");
}
/*..............................................................................*/
.Vedio-section.owl-box .owl-carousel .owl-nav button:hover.owl-prev span {
	content: url("../images/owl-carousel/prev_long_arrow_W.svg");
}
.Vedio-section.owl-box .owl-carousel .owl-nav button:hover.owl-next span {
	content: url("../images/owl-carousel/next_long_arrow_W.svg");
} 
/*..............................................................................*/
.Vedio-section.owl-box .owl-carousel .owl-nav button:hover.owl-prev,
.Vedio-section.owl-box .owl-carousel .owl-nav button:hover.owl-next {
    border: 1px solid var(--FFFcolor);                /*★★★ 重要 滑過 底邊色 ★★★*/ 
	background-color: var(--Customize_color);        /*★★★ 重要 滑過 底色 ★★★*/
    transition: all 0.5s;
}
/*..............................................................................*/
.Vedio-section.owl-box .owl-carousel .owl-nav button.owl-prev:focus,
.Vedio-section.owl-box .owl-carousel .owl-nav button.owl-next:focus {     
	outline: 2px solid #43B5FC !important;
    background-color: #ffa700 !important;    /*★★★ 重要 焦點變色 ★★★*/
}
/*=============================================*/
/* ==   左右選擇鍵 下方 RIGHT右邊 right: 0;   ====*/
/*=============================================*/

/*=============================================*/
/* ==   輪播 暫停/撥放   ========================*/
/*=============================================*/
.Vedio-section .DIV-Box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 150px;
}
.Vedio-section .control-box {	
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
	align-items: center;
    
    position: absolute;
    left: 250px;
    bottom: 16px;
    z-index: 2;
        
    color: var(--FFFcolor);
    text-align: center;
}
@media (max-width: 575px) {
    .Vedio-section .control-box {	
        left: 122px;
        padding: 0px; 
    }
}
/*..............................................................................*/
.Vedio-section .control-box .control_start,
.Vedio-section .control-box .control_pause {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	z-index: 2; /*999*/
}
.Vedio-section .control-box .control_start {
	right: calc(1.5% - 20px + 10px);
}
.Vedio-section .control-box .control_pause {
	right: calc(1.5% - 20px);
}
@media (max-width: 575px) {
	.Vedio-section .control-box .control_start {
		right: calc(1.5% + 5px);
	}
	.Vedio-section .control-box .control_pause {
		right: 1.5%;
	}
}
/*..............................................................................*/
.Vedio-section .control-start-icon,
.Vedio-section .control-pause-icon {
	display: inline-block;
	width: 48px;
	height: 38.9px;
	background-position-x: 50%;
	background-position-y: center;
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-image: none;
	background-size: 100% 100%;
	background-origin: padding-box;
	background-clip: border-box;
    
    border-radius: 16px;
    border: 1px solid var(--Customize_color) !important;        /*★★★ 重要 未滑過 底邊色 ★★★*/ 
	background-color: var(--FFFcolor) !important;        /*★★★ 重要 未滑過 底色 ★★★*/
}
@media (max-width: 575px) {
	.Vedio-section .control-start-icon,
	.Vedio-section .control-pause-icon {
        width: 40px;
        height: 29.5px;
        border: 1px solid var(--FFFcolor) !important;        /*★★★ 重要 未滑過 底邊色 ★★★*/ 
        background-color: var(--FFFcolor) !important;        /*★★★ 重要 未滑過 底色 ★★★*/
	}
}
.Vedio-section .control-start-icon:hover,
.Vedio-section .control-pause-icon:hover {
    border: 1px solid var(--FFFcolor) !important;        /*★★★ 重要 滑過底邊色 ★★★*/
	background-color: var(--Customize_color) !important;        /*★★★ 重要 滑過底色 ★★★*/
    transition: all 0.5s;
}
/*..............................................................................*/
.Vedio-section .control-start-icon {
    background-image: url(../images/owl-carousel/control-start-G-icon.svg);
}
/*..............................................................................*/
.Vedio-section .control-pause-icon {
    background-image: url(../images/owl-carousel/control-pause-G-icon.svg);
}
/*..............................................................................*/
.Vedio-section .control-start-icon:hover,
.Vedio-section .control-start-icon:focus {
    background-image: url(../images/owl-carousel/control-start-W-icon.svg);
}
.Vedio-section .control-pause-icon:hover,
.Vedio-section .control-pause-icon:focus {
    background-image: url(../images/owl-carousel/control-pause-W-icon.svg);
}
/*..............................................................................*/
.Vedio-section .control-start:focus, 
.Vedio-section .control-pause:focus {
    text-decoration: none;
    outline: 2px solid #43B5FC;
	outline-offset: -2px;
	background-color: #917440;        /*★★★ 重要 焦點變色 ★★★*/
}
/*..............................................................................*/
.Vedio-section.owl-box .item {
    margin: 0;
    margin-bottom: 30px;
}
/*=============================================*/
/* ==   輪播 暫停/撥放   ========================*/
/*=============================================*/

/*-------------------------------------------*/
/* IMG or Video Play Icon 按鈕圖示 */
.Vedio-section a.palyBtn {    
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    
    position: absolute;
}
.Vedio-section .play-btn {
    position: absolute;
    z-index: 2;
}
.Vedio-section .play-btn > i {
    display:inline-block;
    width: 64px;
    height: 64px;
    line-height: 64px;
    text-align: center;
    background-color: #0d98ba;
    color: #FFFFFF;
    font-size: 150%;
    border-radius: 50%;
    z-index: 3;
    transition: all ease .4s;
}
.Vedio-section .play-btn:after,
.Vedio-section .media_box .play-btn:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: #0d98ba;
    z-index: 1;
    border-radius: 50%;
    transition: all ease .4s;
}
.Vedio-section .play-btn:after {
    animation-delay: 2s;
}
.Vedio-section .play-btn:hover > i,
.Vedio-section .play-btn:hover::before,
.Vedio-section .play-btn:hover::after {
    background-color: #0d98ba;
    color: #FFFFFF;
}
.Vedio-section .play-btn.style1:before,
.Vedio-section .play-btn.style1:after {
    border: 2px solid #0d98ba;
    background-color: rgba(0,0,0,0);
    animation-name: ripple-md;
}

.Vedio-section .play-btn:after,
.Vedio-section .play-btn:before {
    animation-duration: 5s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-name: ripple;
}
/*----------------------------------------------*/
@keyframes ripple {
  0% {
    transform: scale(1);
    opacity: 0;
  }
  30% {
    opacity: 0.4;
  }
  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}
@keyframes ripple-md {
  0% {
    transform: scale(1);
    opacity: 0;
  }
  30% {
    opacity: 0.6;
  }
  100% {
    transform:scale(1.9);
    opacity:0
  }
}
@keyframes ripple-sm {
  0% {
    transform: scale(1);
    opacity: 0;
  }
  30% {
    opacity: 0.2;
  }
  100% {
    transform: scale(1.9);
    opacity: 0
  }
}
@keyframes ripple-xs {
  0% {
    transform: scale(1);
    opacity: 0;
  }
  30% {
    opacity: 0.1;
  }
  100% {
    transform: scale(1.7);
    opacity: 0;
  }
}
/* IMG or Video Play Icon 按鈕圖示 */
/*-------------------------------------------*/

/* ============================================= */
/* =====  首頁 影音專區 Vedio-section  =========== */
/* ============================================= */



/* ============================================= */
/* ------ 頁尾 FOOTER --------------------------- */
/* ============================================= */
.footer_section {
    position: relative;
    display: block;
	background-color: transparent;
	
	/*background-image: url(../images/footer/footer_BG_IMG_1920x1200.png);*/
	/*background-size: auto;
	background-repeat: no-repeat;
	background-position: top;*/
}
.footer-black {
	position: relative;
    background-color: #043136;
    background-image: url(../images/footer/footer_BG_IMG_1920x1200.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	z-index: 1;
    
    padding-bottom: 15px;
    
    backdrop-filter:saturate(280%); /* 飽和效果 */
    -webkit-backdrop-filter:saturate(280%);
}
/*-------------------------------------*/
.contact_section {
    position: relative;
    display: block;
	background-color: transparent;
	
	/*background-image: url(../images/footer/footer_BG_IMG_1920x1200.png);*/
	/*background-size: auto;
	background-repeat: no-repeat;
	background-position: top;*/
}
/*-------------------------------------*/
.contact_section .widgets-box {
	position: relative;
	padding: 10px 0 10px 0;
}

.contact_section.alternate .widgets-box {
	margin-top: 0;
	padding-top: 95px;
}

.contact_section .footer-widget {
	position: relative;
}
/*-------------------------------------*/
/*----- about-widget ------------------*/
.contact_section .about-widget {
	position: relative;
    
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
	/*padding: 0 15px;*/	
}

.contact_section .footer-logo {
	position: relative;
	margin-bottom: 30px;
	/*padding-left: 10px;*/
}

.contact_section .footer-logo div {
	margin: 0;
	/*margin-top: -5px;*/
}

.contact_section .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) {
	.contact_section .footer-logo div a {
		justify-content: center;
	}
}*/

.contact_section .footer-logo img {
	display: block;
	max-width: 100%;
}

.contact_section .about-widget ul.list {
	padding-left: 10px;
	margin-bottom: 1.5rem;
}

.contact_section .about-widget .list li {
	position: relative;
	display: block;
	line-height: 1.5;
	font-size: 93.75%; /*0.9375em*/
	color: var(--FFFcolor);
	font-weight: 400;
	margin-bottom: 5px;
}

.contact_section .about-widget .list li a {
	color: var(--FFFcolor);
}

.contact_section .about-widget .list li a:hover {
	color: var(--Customize_color);
}

.contact_section .about-widget .text {
	position: relative;
	font-size: 93.75%; /*0.9375em*/
	line-height: 1.85;
	color: var(--FFFcolor);
	font-weight: 600;
	text-align: left;
	margin-bottom: 25px;
}

.contact_section .about-widget .text a {
	color: var(--FFFcolor);
}

.contact_section .about-widget .text a i {
	font-size: inherit;
}

.contact_section .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");
}
.contact_section .about-widget .text a .icon:hover {
	content: url("../images/footer/small_icon/map-custom-hover.svg");
}

.contact_section .about-widget .text a:hover {
	color: var(--Customize_color);
}

@media (max-width: 1140px) {
	.contact_section .footer-logo {
		padding-left: 2.5px;
	}
	.contact_section .about-widget ul.list {
		padding-left: 2.5px;
	}
	.contact_section .about-widget .text {
		padding-left: 2.5px;
	}
}
/*----- about-widget -------------------/
/*-------------------------------------*/

/*-------------------------------------*/
/*----- 聯絡資訊 -----------------------*/
.contact_section .widget-title-content {
    position: relative;
    display: block;
}
.contact_section .widget-title-content:before {
    content: "";
	position: absolute;
    bottom: 0;
	left: 0;	
    width: 70px;
    height: 1px;
    background-color: var(--FFFcolor);
}

.contact_section div.TitleDivBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    
    padding-bottom: 1rem; /*48px*/
	margin-bottom: 1rem; /*48px*/
}

.contact_section span.widget-title {
	position: relative;
	font-size: 112.5%; /*1.125em*/
	font-weight: 500;
	color: var(--FFFcolor);
	line-height: inherit;
}
/*.contact_section 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);
}*/

.contact_section span.widget-V-line {
	position: relative;
	font-size: 75%; /*0.875em*/
	font-weight: 500;
	color: var(--FFFcolor);
	line-height: inherit;
	padding-left: 10px;
}

.contact_section span.widget-english {
	position: relative;
	font-size: 75%; /*0.875em*/
	font-weight: 500;
	color: var(--FFFcolor);
	line-height: inherit;
	padding-left: 10px;
}

.contact_section .info-widget {
	position: relative;
}

.footer-black .info-widget ul.list {
	padding-left: 2.5px;
	margin-bottom: 1.5rem;
}

.contact_section .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;
}

.contact_section .info-widget .list li a {
	color: var(--FFFcolor);
}

.contact_section .info-widget .list li a:hover {
    color: #ffa700;
}

.contact_section .info-widget .list li a i {
	position: relative;
	top: 2px;
	font-size: 87.5%; /*0.875em*/
	color: var(--FFFcolor);
	margin-right: 5px;
    
    width: 16px;
    height: 16px;
}
.contact_section .info-widget .list li i {	
	position: relative;
	top: 2px;
	font-size: 87.5%; /*0.875em*/
	color: var(--FFFcolor);
	margin-right: 5px;
    
    width: 16px;
    height: 16px;
}

.contact_section .info-widget .text {
	position: relative;
	font-size: 93.75%; /*0.9375em*/
	line-height: inherit;
	color: var(--FFFcolor);
	font-weight: 400;
}

.contact_section .info-widget .list li a i.Customize-facebook::before {
    content: url("../images/svg2/fb_W_24x24.svg");
}
.contact_section .info-widget .list li a:hover i.Customize-facebook::before {
    content: url("../images/svg2/fb_hover_24x24.svg");
}
/*-------------------------------------*/
.contact_section .info-widget .list li a i.Customize-instagram::before {
    content: url("../images/svg2/instagram_W_24x24.svg");
}
.contact_section .info-widget .list li a:hover i.Customize-instagram::before {
    content: url("../images/svg2/instagram_hover_24x24.svg");
}
/*-------------------------------------*/
.contact_section .info-widget .list li a i.Customize-line::before {
    content: url("../images/svg2/line_W_24x24.svg");
}
.contact_section .info-widget .list li a:hover i.Customize-line::before {
    content: url("../images/svg2/line_hover_24x24.svg");
}
/*-------------------------------------*/
.contact_section .info-widget .list li a i.Customize-youtube::before {
    content: url("../images/svg2/youtube_W_24x24.svg");
}
.contact_section .info-widget .list li a:hover i.Customize-youtube::before {
    content: url("../images/svg2/youtube_hover_24x24.svg");
}
/*----- 聯絡資訊 -----------------------*/
/*-------------------------------------*/

/*-------------------------------------*/
/*----- FB + LINE+ 相關連結 ------------*/
.contact_section .info-widget .social_box {
	display: inline-block;
	margin-top: 0px;
	/*width: 100%;*/	
}

.contact_section .info-widget .social_box a {
	width: 40px; /*cara 原32*/
	height: 40px; /*cara 原32*/
	margin-right: 10px; /*25*/
	
	display: inline-block;
	margin-bottom: 8px; /*25*/
}

.contact_section .info-widget .social_box a .img1,
.contact_section .info-widget .social_box a .img2 {
    max-width: 100%;
    height: auto;
}

.contact_section .info-widget .social_box a .img2 {
	display: none;
}

.contact_section .info-widget .social_box a:hover .img1 {
	display: none;
}

.contact_section .info-widget .social_box a:hover .img2 {
	display: inline-block;
}
/*----- FB + LINE+ 相關連結 ------------*/
/*-------------------------------------*/

/*-------------------------------------*/
/*----- 無障礙 LOGO --------------------*/
.contact_section .info-widget .Accessibility-Badge_box {
	display: inline-block;
	margin-top: 0px;
	/*width: 100%;*/
}
.contact_section .info-widget .Accessibility-Badge_box a {
	display: inline-block;
	width: 100%;	
}

.contact_section .info-widget .Accessibility-Badge_box a img.Accessibility-Badge {
	max-width: 100%;	
	height: 36px;
}
/*-------------------------------------*/
/*----- 無障礙 LOGO --------------------*/

/*-------------------------------------*/
/*----- FOOTER 電子報 ------------------*/
.contact_section .info-widget .widget-content .row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: 0px;
    margin-left: 0px;
}

.contact_section .info-widget .btn {
	padding: 5px 5px !important;
}
.contact_section .info-widget .btn.btn-subscribe {
    color: var(--FFFcolor);
    background-color: var(--Customize_color);
    border-color: var(--Customize_color);
	margin-right: 2.5px;
}

.contact_section .info-widget .btn.btn-cancel {
    color: var(--FFFcolor);
    background-color: var(--Customize_color);
    border-color: var(--Customize_color);
	margin-left: 2.5px;
}

.contact_section .info-widget .btn.btn-subscribe:hover,
.contact_section .info-widget .btn.btn-cancel:hover {
    color: var(--Customize_color);
    background-color: var(--FFFcolor);
    border-color: var(--Customize_color);
}
/*----- FOOTER 電子報 ------------------*/
/*-------------------------------------*/

.contact_section .info-widget .widget-tw-title {
	font-size: 1.25rem; /*20px*/
	font-weight: 600;
	letter-spacing: 0.5rem;
	color: var(--FFFcolor);
}

.contact_section .info-widget .widget-en-title {
	font-size: 0.875rem; /*15px*/
	letter-spacing: 0.125rem;
	color: var(--FFFcolor);
}

/* footer link */
.contact_section .widget-content .link-fb,
.contact_section .widget-content .link-yt{
	font-size: 250%;
	color: var(--FFFcolor);
}
.contact_section .widget-content .link-fb:hover,
.contact_section .widget-content .link-yt:hover{
	font-size: 250%;
	color: var(--Customize_color);
}
/* ============================================= */
/* ------ 頁尾 FOOTER --------------------------- */
/* ============================================= */


/* ============================================= */
/* ------ 首頁 GO-TO-TOP ------------------------ */
/* ============================================= */
#gotop_btn {
  display: inline-block;
  width: 40px;
  height: 40px;
  text-align: center;
  border-radius: 99em; /*4px*/
  position: fixed;
  bottom: 30px; /*30*/
  right: 15px;  /*30*/
  transition: background-color .3s, opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
  background-color: rgba(0,0,0,0.75);
}

#gotop_btn::after {
  /*content: "\f077";*/
  /*content: url("../images/go-to-top/gototop_40x40.svg");*/
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 150%; /*1.5em*/ /*2em*/
  line-height: 36px; /*50*/
  color: var(--FFFcolor);
}

#gotop_btn:hover {
  cursor: pointer;
  background-color: var(--Customize_color);
}

#gotop_btn:active {
  background-color: var(--Customize_color);
}

#gotop_btn.show {
  opacity: 1;
  visibility: visible;
}

#gotop_btn.show:focus {
	background-color: #ffbf00;
	text-decoration: none;
	outline: 2px solid #43B5FC;
}
/* ============================================= */
/* ------ 首頁 GO-TO-TOP ------------------------ */
/* ============================================= */



/* =================================================== */
/* ------ 首頁 動作 ------------------------------------ */
/* =================================================== */
@-webkit-keyframes lineup {
    0% {
        opacity: 0;
        bottom: 0
    }

    20% {
        opacity: 1;
        bottom: 0
    }

    80% {
        bottom: 41px;
        opacity: 1
    }

    95% {
        bottom: 41px;
        opacity: 0
    }

    to {
        opacity: 0;
        bottom: 0
    }
}

@keyframes lineup {
    0% {
        opacity: 0;
        bottom: 0
    }

    20% {
        opacity: 1;
        bottom: 0
    }

    80% {
        bottom: 41px;
        opacity: 1
    }

    95% {
        bottom: 41px;
        opacity: 0
    }

    to {
        opacity: 0;
        bottom: 0
    }
}

@-webkit-keyframes linedown {
    0% {
        opacity: 0;
        top: 0
    }

    20% {
        opacity: 1;
        top: 0
    }

    80% {
        top: 41px;
        opacity: 1
    }

    95% {
        top: 41px;
        opacity: 0
    }

    to {
        opacity: 0;
        top: 0
    }
}

@keyframes linedown {
    0% {
        opacity: 0;
        top: 0
    }

    20% {
        opacity: 1;
        top: 0
    }

    80% {
        top: 41px;
        opacity: 1
    }

    95% {
        top: 41px;
        opacity: 0
    }

    to {
        opacity: 0;
        top: 0
    }
}
/* =================================================== */
/* ------ 首頁 動作 ------------------------------------ */
/* =================================================== */















/* ========================================================================= */
/* ------ 首頁 CSS INDEX 所有內容設定開始 ---- 以上 END ------- */
/* ========================================================================= */





