@charset "utf-8";
/* CSS Document */

/* ======================================================== */
/* --------------------------------------------------------
**  首頁 GOOGLE 翻譯
**  首頁 site-header
**  首頁 HEADER
**  首頁 右邊滑入區塊 SIDE MENULAYER  ----  ( sideDIV menu 所有內容 )
**  首頁 FULL PAGE 搜尋Bar 下拉內容 ALL
**  首頁 BANNER 區 ALL
**  首頁 共用 HEADER TITLE 標題
**  首頁 共用 customize_btn 自訂 MORE + 按鈕
**  首頁 專區連結 Training_section
**  首頁 關於我們 AboutUs_section
**  首頁 最新消息 LatestNewsbox-section
**  首頁 活動花絮 Gallery-section
**  首頁 影音專區 Vedio-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.5s;
	animation-duration: 0.5s;
}
/*@media (max-width:991px) {
	#site-header { display: none; }
}*/

#site-header.shadow {
	-webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.25)!important;
	box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.25) !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 .header_Box::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    background-color: #efe8d9;
}
/*----------------------------------------------*/
.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 隱藏 //--------------------- */
#site-header .Hide {
    opacity: 0;
    /*transition: all 2s ease-out;*/
}
#site-header .Show {
    opacity: 1;
    /*transition: all 0.5s ease-in;*/
}
#site-header .d-none {
    display: none;
}
/* --// header.logo 隱藏 //--------------------- */
/*----------------------------------------------*/

/*----------------------------------------------*/
/* --// 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 {    
    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: sticky;
    top: 0;
    left: 0;
    padding: 8px 34px 13px 34px;
    background-color: var(--Customize_color);
    z-index: 1;
}
@media (max-width: 992px) {
    .header_section .HeaderDivBox .leftBox .logo { 
        display: none;
    }
}

.header_section .HeaderDivBox .leftBox .logo a {
    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%;
}
.header_section .HeaderDivBox .leftBox .logo a img {
    width: 100%;
    height: auto;
}
/* --// header.logo //------------------------- */
/*----------------------------------------------*/

/*----------------------------------------------*/
/* --// header.logo-2 //------------------------- */
.header_section .HeaderDivBox .leftBox .logo-2 {
    position: fixed;
    top: 0;
    left: 0;
    opacity: 0;
    
    padding: 0px 34px 0px 34px;
    background-color: var(--Customize_color);
}
@media (max-width: 992px) {
    .header_section .HeaderDivBox .leftBox .logo-2 { 
        display: block;
        opacity: 1;
        padding: 0;
    }
}
.header_section .HeaderDivBox .leftBox .logo-2 a {
    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: 260px;
    height: 100%;
    min-height: 84px;
    padding: 8px 34px;
}
@media (min-width: 992px) {
    .header_section .HeaderDivBox .leftBox .logo-2 a {
        max-width: 320px;
    }
}
@media (max-width: 991px) {
    .header_section .HeaderDivBox .leftBox .logo-2 a {
        max-width: 320px;
        padding: 8px 34px;
    }
}
@media (max-width: 479px) {
    .header_section .HeaderDivBox .leftBox .logo-2 a {
        max-width: 320px;
        padding: 8px 34px;
    }
}
@media (max-width: 439px) {
    .header_section .HeaderDivBox .leftBox .logo-2 a {
        max-width: 275px;
        padding: 8px 34px;
    }
}
@media (max-width: 395px) {
    .header_section .HeaderDivBox .leftBox .logo-2 a {
        max-width: 250px;
        padding: 8px 30px;
    }
}
@media (max-width: 370px) {
    .header_section .HeaderDivBox .leftBox .logo-2 a {
        max-width: 220px;
        padding: 8px 15px;
    }
}
@media (max-width: 321px) {
    .header_section .HeaderDivBox .leftBox .logo-2 a {
        max-width: 200px;
        padding: 8px 15px;
    }
}

.header_section .HeaderDivBox .leftBox .logo-2 a img {
    width: 100%;
    height: auto;
}
/* --// header.logo-2 //------------------------- */
/*----------------------------------------------*/

/*----------------------------------------------*/
/* --// header.rightBox //--------------------- */
.header_section .HeaderDivBox .rightBox {
    position: absolute;
    top: 0;
    right: 0;
    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;
        top: 0;
    }
}*/
/*----------------------------------------------*/
.header_section .HeaderDivBox .rightBox .navsBox {
    position: relative;
}
@media (max-width: 1200px) {	
	.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(--Customize_TXTcolor);
    /*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_HRcolor);
    /*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_TXTcolor);
}

.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% - 0px);
    color: var(--FFFcolor);
    background-color: var(--Customize_color);
    
    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: 65px;
    }
}
.header_section .HeaderDivBox .rightBox button.main:hover {
    color: var(--FFFcolor);
    background-color: var(--Customize_HRcolor);
}
/*----------------------------------------------*/
.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_W.svg");
}
.header_section .HeaderDivBox .rightBox button.main:hover div i.customize-bars::before {
    content: url("../images/navbar-toggler-icon_W.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% - 0px);
    color: var(--Customize_TXTcolor);
    background-color: var(--FFFcolor);
    
    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: 65px;
    }
}
.header_section .HeaderDivBox .rightBox button.search:hover {
    color: var(--FFFcolor);
    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_B.svg");
}
.header_section .HeaderDivBox .rightBox button.search:hover div i.customize-search::before {
    content: url("../images/navbar-search-icon_W.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: 80px;
    color: var(--FFFcolor);
    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(--FFFcolor);
    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_W.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: #efe8d9;
    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: var(--Customize_color);
}
@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: var(--Customize_HRcolor);
}
/*----------------------------------------------*/
.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;
        left: -35px;
        top: 0;
        
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: flex-start;
        align-items: center;
        
        width: calc(100% + 35px);
    }
}
/*----------------------------------------------*/
.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; 
    list-style: none;
    padding: 0;
    margin: 0;
    margin-bottom: 15px;    
	border-radius: 0;	
    background-color: transparent;
}
/*----------------------------------------------*/
.header_section .header_Box .menulayer .topBox .nav-item+.nav-item::before {
	float: left;
    color: var(--Customize_TXTcolor); /* #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(--Customize_TXTcolor);
    /*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: var(--Customize_HRcolor);
    /*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: 24px;
}
@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(--Customize_TXTcolor);
}
/*@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;
}
/* 第一層 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(--Customize_TXTcolor);
    background-color: #efe8d9;
    
    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: #efe8d9;
}
.header_section .header_Box .menulayer .menuBox ul li ul li a::before {
    content: "》"; /* — 寬度為 19px*/
    color: var(--Customize_TXTcolor);
    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: #efe8d9;
}
.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: #efe8d9;
}
.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: #efe8d9;
}
.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: #efe8d9;
}
.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: #efe8d9;
}
.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_HRcolor);
}

.header_section .header_Box .menulayer .menuBox ul li.active a.a-focus {
    color: var(--FFFcolor);
    /*border: 1px solid #dddddd;*/
    background-color: var(--Customize_HRcolor);
}
/*===============================================*/
.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(--Customize_TXTcolor);
}
/* --// 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/Square_24x24/fb_T_24x24.svg");
}
.header_section .header_Box .menulayer div.down-social a:hover i.Customize-facebook::before {
    content: url("../images/svg2/Square_24x24/fb_S_HR_24x24.svg");
}
/*----------------------------------------------*/
.header_section .header_Box .menulayer div.down-social a i.Customize-instagram::before {
    content: url("../images/svg2/Square_24x24/instagram_T_24x24.svg");
}
.header_section .header_Box .menulayer div.down-social a:hover i.Customize-instagram::before {
    content: url("../images/svg2/Square_24x24/instagram_S_HR_24x24.svg");
}
/*----------------------------------------------*/
.header_section .header_Box .menulayer div.down-social a i.Customize-line::before {
    content: url("../images/svg2/Square_24x24/line_T_24x24.svg");
}
.header_section .header_Box .menulayer div.down-social a:hover i.Customize-line::before {
    content: url("../images/svg2/Square_24x24/line_S_HR_24x24.svg");
}
/*----------------------------------------------*/
.header_section .header_Box .menulayer div.down-social a i.Customize-youtube::before {
    content: url("../images/svg2/Square_24x24/youtube_T_24x24.svg");
}
.header_section .header_Box .menulayer div.down-social a:hover i.Customize-youtube::before {
    content: url("../images/svg2/Square_24x24/youtube_S_HR_24x24.svg");
}
/* --// header .menulayer div.down-social //---------- */
/*-----------------------------------------------------*/

/*-----------------------------------------------------*/
/* --// header .menulayer div.down-IMG //------------- */
.header_section .header_Box .menulayer div.down-IMG {
    position: relative;
    display: inline-block;
}

.header_section .header_Box .menulayer div.down-IMG .menu_image_link {
    display: block;    
    position: relative;
    aspect-ratio: 16/9;
    overflow: hidden;
    z-index: 1;
}

.header_section .header_Box .menulayer div.down-IMG .menu_image_link:hover .menu_image,
.header_section .header_Box .menulayer div.down-IMG .menu_image_link:focus .menu_image,
.header_section .header_Box .menulayer div.down-IMG .menu_image_link:active .menu_image {
    -webkit-transform: scale(1.05);
    transform: scale(1.05)
}

.header_section .header_Box .menulayer div.down-IMG .menu_image {
    -o-object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    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)
}













/* --// header .menulayer div.down-IMG //------------- */
/*-----------------------------------------------------*/

/*-----------------------------------------------------*/
/* --// 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 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    opacity: 0;
    visibility: hidden;
}
.search-popup button.close-arrow-up:hover {
    opacity: 1;
    background-color: var(--Customize_HRcolor);
}
/*----------------------------------------------*/
.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_W.svg");
}

.search-active .search-popup button.close-arrow-up {
    visibility: visible;
    opacity: 1;
    top: 50%;
    -webkit-transition-delay: 1200ms;
    -moz-transition-delay: 1200ms;
    -ms-transition-delay: 1200ms;
    -o-transition-delay: 1200ms;
    transition-delay: 1200ms;
}
/* --// 搜尋向上箭頭 //-------------------------- */
/*----------------------------------------------*/

/*----------------------------------------------*/
/* --// 搜尋內容區 //---------------------------- */
.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: var(--Customize_HRcolor);
}
.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
  }
}
/*-----------------------------------------------------*/
/*-----------------------------------------------------*/
.SIV_BannerBOX {
    position: relative; 
	display: block;    
    /*background-color: transparent;*/    
	/*background-image: url(images/bg/.....);*/
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center top;
}

.SliderBanner_DIV {    
    position: relative;
    display: block; 
    width: 100%;
    padding: 24px;
}
@media (min-width: 992px) {
    .SliderBanner_DIV {
        padding: 0px 80px 80px 20vw;
    }
}
.SliderBanner_DIV::before { 
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    background-color: #efe8d9;
}
/*-----------------------------------------------------*/

/*-----------------------------------------------------*/
/* --// 首頁 左邊區塊 文字 + FB YOUTUBE IG ICON BAR //--- */
.sidebar {
    position: absolute; /*absolute*/
    top: 0;
    left: 0;
    height: calc(100vh - 84px);
    /*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;
    
    position: absolute;
    left: 2rem;
    bottom: 186px;
    bottom: 50px;
}
.sidebar .social div.TXT_ENG,
.sidebar .social a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 0px;
    margin-bottom:20px;
    
    font-size: 87.5%;
}
.sidebar .social a:last-child {
    border-bottom: none;
}
/*----------------------------------------------*/
.sidebar .social div.TXT_ENG .eng_font {
    position: relative;
    right: 2px;
    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: 100%;
    font-weight: bold;   
    text-transform: uppercase;    
    
    -webkit-writing-mode: vertical-lr; /*vertical-lr 由左到右 / vertical-rl 由右到左*/
    writing-mode: vertical-lr; /*vertical-lr 由左到右 / vertical-rl 由右到左*/
    
    color: var(--Customize_TXTcolor);    
    overflow: hidden;
}
/*----------------------------------------------*/
.sidebar .social a i {
    position: relative;
    display: block;
    font-size: 200%;
    color: var(--blackcolor);
    width: 16px;
    height: 16px;
}
.sidebar .social a i::before {
    content: "";
    position: relative;
    display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
    width: 16px;
    height: 16px;
}
.sidebar .social a i.Customize-facebook::before {
    content: url("../images/svg2/Square_16x16/fb_T_16x16.svg");
}
.sidebar .social a:hover i.Customize-facebook::before {
    content: url("../images/svg2/Square_16x16/fb_S_HR_16x16.svg");
}

.sidebar .social a i.Customize-instagram::before {
    content: url("../images/svg2/Square_16x16/instagram_T_16x16.svg");
}
.sidebar .social a:hover i.Customize-instagram::before {
    content: url("../images/svg2/Square_16x16/instagram_S_HR_16x16.svg");
}

.sidebar .social a i.Customize-youtube::before {
    content: url("../images/svg2/Square_16x16/youtube_T_16x16.svg");
}
.sidebar .social a:hover i.Customize-youtube::before {
    content: url("../images/svg2/Square_16x16/youtube_S_HR_16x16.svg");
}

.sidebar .social a i.Customize-line::before {
    content: url("../images/svg2/Square_16x16/line_T_16x16.svg");
}
.sidebar .social a:hover i.Customize-line::before {
    content: url("../images/svg2/Square_16x16/line_S_HR_16x16.svg");
}
/* --// 首頁 左邊區塊 文字 + FB YOUTUBE IG 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.eng_font_scroll {
    position: relative;
    display: block;    
    font-size: 87.5%;
    font-weight: bold;
    color: var(--Customize_TXTcolor);
    letter-spacing: 0.1em;
    padding-right: 120px; /* 下方線距離 */
    overflow: hidden;
}
.scroll_Down a.eng_font_scroll:before {
    content: '';    
    position: absolute;
    right: 0;
    top: 50%;
    
    width: 108px;
    height: 1.6px;
    background-color: #c2c2c2;
    transform: translateY(-50%);
}
.scroll_Down a.eng_font_scroll:after {
    content: '';    
    position: absolute;
    right: 88px;
    top: 50%;
    
    width: 9.6px;
    height: 9.6px;
    border-radius: 100%;
    background-color: var(--Customize_TXTcolor);
    transform: translateY(-50%);
    animation: scroll_Down 5s infinite forwards ease;
}
@keyframes scroll_Down {
    0% {
        right: 104px;
    }
    80% {
        right: -32px;
    }
    100% {
        right: -32px;
    }
}
/* --// 首頁 左邊區塊 SCROLL DOWN //-------------------- */
/*-----------------------------------------------------*/

/*-----------------------------------------------------*/
/* --// 首頁 BANNER 左邊區塊 文字 //--------------------- */
.FloatTxt_BOX {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    
    position: absolute;    
    /*transform: translate(-50%, -50%);*/
    width: 75%;
    padding-bottom: 0;
    z-index: 3;
}
@media (max-width: 991px) {
    .FloatTxt_BOX {
        top: 30%;
        left: 8%;
    }
}
@media (max-width: 576px) {
    .FloatTxt_BOX {
        top: 37.5%;
        left: 8%;
    }
}

@media (min-width: 992px) {
    .FloatTxt_BOX {
        top: 16.666667%;
        left: 12%;
    }
}
/* ------------------------------------------ */
.FloatTxt_BOX .B-text,
.FloatTxt_BOX .S-text {
    font-family: "Noto Sans TC", sans-serif;
    font-weight: 900;
    color: var(--FFFcolor);
    text-shadow: 3px 5px 10px rgba(0, 0, 0, 0.35);
}
.FloatTxt_BOX .S-text {
    letter-spacing: 5px;
}

@media (max-width: 991px) {
    .FloatTxt_BOX .B-text {
        font-size: 12vw;
        line-height: 1;    
    }
    .FloatTxt_BOX .S-text {    
        font-size: 6vw;
        line-height: 0.85;
    }
}
@media (max-width: 576px) {
    .FloatTxt_BOX .B-text {
        font-size: 20vw;
        line-height: 1;    
    }
    .FloatTxt_BOX .S-text {    
        font-size: 10vw;
        line-height: 0.85;
    }
}

@media (min-width: 992px) {
    .FloatTxt_BOX .B-text {
        font-size: 12vw;
        line-height: 1;    
    }
    .FloatTxt_BOX .S-text {    
        font-size: 6vw;
        line-height: 0.85;
    }
}

/* --// 首頁 BANNER 左邊區塊 文字 //--------------------- */
/*-----------------------------------------------------*/

/*-----------------------------------------------------*/
/* --// 首頁 輪播 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-item.Hbox {
    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;  /*1/1*//*4/3*//*6/4*//*16/9*/
	overflow: hidden;
}
.carousel-item.Hbox img,
.carousel-item.Hbox video {
    max-width: 100%;
	height: auto;
	object-fit: cover;
}
/*=============================================*/
/* ==   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: 0;
	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: 0;
    
	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;
    z-index: 2;
    display: flex;
    justify-content: flex-start;
    padding: 0;
    margin-right: 1.5%;
    margin-bottom: 2rem;
    margin-left: 1.75%;
    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: flex-start;
        
        margin-bottom: 1.35rem;
	}
}
/*@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: 2px solid var(--FFFcolor);
    background-color: rgba(0, 0, 0,0.5);
    background-clip: padding-box;
    
    /*opacity: 0.5;*/
    border-radius: 100%;
    transition: opacity .6s ease;	
}
@media (max-width: 480px) {
    .carousel_slide_section .carousel-indicators li {
        width: 8px;
        height: 8px;
        margin-right: 4px;
        margin-left: 4px;
    }
}
@media (max-width: 330px) {
    .carousel_slide_section .carousel-indicators li {
        display: none;
    }
}
/*----------------------------------------------*/
.carousel_slide_section .carousel-indicators .active,
.carousel_slide_section .carousel-indicators li:focus,
.carousel_slide_section .carousel-indicators li:hover {
    opacity: 1;
    border: 2px solid var(--FFFcolor);
	background-color: #ff2400;
}
/*=============================================*/
/* ==   輪播 點點點    ========================= */
/*=============================================*/

/*=============================================*/
/* ==   輪播 暫停/撥放    ====================== */
/*=============================================*/
.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: 16;
    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: 0;
    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-W-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-W-icon.svg);
}

.carousel_slide_section .control-pause-icon {
    background-image: url(../images/banner/control-pause-W-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-W-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 .c-line {
    position: relative;
    display: block;
    top: 1px;
    
    width: 32px;
    height: 3px;
    background-color: var(--Customize_color);
    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%;
	}
}
/*----------------------------------------------*/
/*----------------------------------------------*/
.CustomizeBoxDIV {
    position: relative;
    display: block;
    width: 100%;
    /*padding: 0 15px;*/
}
/* =================================================== */
/* =====  首頁 共用 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 .Btn_s1 {
    position: relative;
    display: block;
    font-weight: bold;
    line-height: 1.75;
    letter-spacing: normal;
    text-align: center;    
    
    padding: 10px 40px;    
    width: 100%;
    overflow: hidden;
    z-index: 1;
    
    color: var(--Customize_TXT_2_color);
    border-radius: 0;   
    border: 1px solid var(--Customize_color);
    background-color: var(--FFFcolor);
    
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.customize_btn .Btn_s1::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    
    color: var(--FFFcolor);
    border-radius: 0;
    border: 1px solid var(--Customize_color);
    background-color: var(--Customize_color);    
    
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

@media (max-width: 991px) {
    .customize_btn .Btn_s1 {
        font-size: 70%;
        padding: 9px 20px;
    }
}
@media (min-width: 992px) {
    .customize_btn .Btn_s1 {
        font-size: 83.25%;
        font-weight: 600;
        padding: 12px 40px;        
    }
}
/*.customize_btn .Btn_s1:hover {
    color: var(--FFFcolor);
    border: 1px solid var(--Customize_HRcolor);
    background-color: var(--Customize_HRcolor);
    transition: all 1s;
}*/
.customize_btn .Btn_s1:hover {
    color: var(--FFFcolor);
}
.customize_btn .Btn_s1:hover::before {
    -webkit-transform: scale(1);
    transform: scale(1);
}
/*----------------------------------------------*/
.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 + 按鈕 ====== */
/* =================================================== */



/* =================================================== */
/* ------ 首頁 專區連結 Training_section  -------------- */
/* =================================================== */
.Training_section {
    position: relative; 
	display: block;    
    /*background-color: transparent;*/    
	/*background-image: url(images/bg/.....);*/
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center top;
}
/*----------------------------------------------*/
@media (min-width: 992px) {
    .Training_section .TG_row {
        display: -webkit-box;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        flex-flow: row wrap;
        margin-left: 0;
        margin-right: 0;
    }
}
/*----------------------------------------------*/
.Training_section .TG_leftBox {
    position: relative;
    height: auto;
}
@media (min-width: 992px) {
    .Training_section .TG_leftBox {
        /*padding-right: 8.333333%;*/
    }
}
/*----------------------------------------------*/
.Training_section .bg_Div {
    position: absolute;
    top: 4.5%;
    left: 0;
    width: 50%;
    height: 100%;
}
@media (min-width: 992px) {
    .Training_section .bg_Div {        
        top: 35.5%;
        width: 37vw;
        height: 23vw;
    }
}
/*----------------------------------------------*/
.bg_Div .bg_inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 23.5%;
    background-color: #efe8d9;
}
@media (min-width: 992px) {
    .bg_Div .bg_inner {
        height: 100%;
    }
}
/*----------------------------------------------*/
.Training_section .TG_leftBox .image_Div {
    position: relative;
}
@media (min-width: 992px) {
    .Training_section .TG_leftBox .image_Div {
        left: -2%;
        margin-right: 8.333333%;
    }
}
/*----------------------------------------------*/
.Training_section .TG_leftBox .image_Div figure.F-image {
    position: relative;
    margin: 0;
}
/*----------------------------------------------*/
.Training_section .TG_leftBox .image_Div figure.F-image .hide_image {
    width: 100%;
    height: auto;
    display: block;
    background-color: transparent;
}
@media (min-width: 992px) {
    .Training_section .TG_leftBox .image_Div figure.F-image .hide_image {
        display: none;
    }
}
/*----------------------------------------------*/
.Training_section .TG_leftBox .image_Div figure.F-image .show-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
}
@media (min-width: 992px) {
    .Training_section .TG_leftBox .image_Div figure.F-image .show-image {
        max-width: 720px;
        width: 100%;
    }
}
/*----------------------------------------------*/
/*----------------------------------------------*/
.Training_section .TG_rightBox {
    /*padding-left: 24px;*/
    /*padding-right: 24px; */ 
    padding-top: 80.33333px;
}
@media (min-width: 992px) {
    .Training_section .TG_rightBox {
        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;
    }
}
/*----------------------------------------------*/
.Training_section .TG_rightBox .items_Allbox {
    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;
    
    width: 100%;
    padding: 0;
}
/*----------------------------------------------*/
.Training_section .TG_rightBox .items_Allbox ul {
    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;
    
    margin: 0;
    padding: 0;
    list-style-type: none;
}
/*----------------------------------------------*/
.Training_section .TG_rightBox .items_Allbox .itemDiv {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    
    counter-increment: step-counter;
}
.Training_section .TG_rightBox .items_Allbox .itemDiv::before {
    content: "0"counter(step-counter);
    position: absolute;    
    top: 12px;
    right: 12px;
    font-family: "Noto Sans TC";
    font-size: 718.75%;
    line-height: 0.65;
    font-weight: 600;
    color: #d6b37e;
    opacity: 0.25;
    z-index: -1;
}
@media (min-width: 992px) {
    .Training_section .TG_rightBox .items_Allbox .itemDiv::before {
        top: 0px;
        right: 12px;
        font-size: 900%;
    }
}
.Training_section .TG_rightBox .items_Allbox .itemDiv:hover::before {
    opacity: 0.45;
    color: var(--Customize_HRcolor);
}
/*----------------------------------------------*/
.Training_section .TG_rightBox .items_Allbox .item {   
    min-height: 250px;
    color: var(--blackcolor);
    padding: 60px 0px 20px 0px;
    margin-bottom: 0;
    border-bottom: 1px solid #e3d3af;
}
@media (min-width: 992px) {
    .Training_section .TG_rightBox .items_Allbox .item {
        padding: 40px 24px 30px 24px;
        margin-bottom: 48px;
    }
}
/*----------------------------------------------*/
.Training_section .TG_rightBox .items_Allbox .item .txt-tw {
    font-weight: bold;
    color: var(--blackcolor);
}
@media (max-width: 991px) {
    .Training_section .TG_rightBox .items_Allbox .item .txt-tw {
        font-size: 125%;
    }
}
@media (min-width: 992px) {
    .Training_section .TG_rightBox .items_Allbox .item .txt-tw {
        font-size: 162.5%;
    }
}
.Training_section .TG_rightBox .items_Allbox a:hover .item .txt-tw {
    color: var(--Customize_HRcolor);
}
/*----------------------------------------------*/
.Training_section .TG_rightBox .items_Allbox .item .txt-en {
    font-weight: 500;
    color: var(--Customize_TXT_2_color);
}
@media (max-width: 991px) {
    .Training_section .TG_rightBox .items_Allbox .item .txt-en {
        font-size: 93.75%;
        margin-top: 0.25rem;
    }
}
@media (min-width: 992px) {
    .Training_section .TG_rightBox .items_Allbox .item .txt-en {
        font-size: 106.25%;
        margin-top: 0.5rem;
    }
}
/*----------------------------------------------*/
.Training_section .TG_rightBox .items_Allbox .item .txt-p {
    font-weight: inherit;
    word-break: break-all;
    color: var(--G333color);
    margin-bottom: 0;
    display: -webkit-box;
	/* 第一步：設定 display 為 -webkit-box 元素。 */
	-webkit-box-orient: vertical;
	/* 第二步：設定 box 的子元素，是由上往下垂直排列。*/
	-webkit-line-clamp: 3;
	/* 第三步：設定欲顯示的行數，超出則顯示省略符號(...)。 */
	overflow: hidden;
	/* 第四步：設定超過上述指定之行數時隱藏。 */
	max-height: 70px;
  	/* 第五步：其它瀏覽器降級方式：給定最大高度 */
}
@media (max-width: 991px) {
    .Training_section .TG_rightBox .items_Allbox .item .txt-p {
        font-size: 87.5%;
        margin-top: 0.25rem;
    }
}
@media (min-width: 992px) {
    .Training_section .TG_rightBox .items_Allbox .item .txt-p {
        font-size: 93.75%;
        margin-top: 1rem;
    }
}
/* =================================================== */
/* ------ 首頁 專區連結 Training_section  -------------- */
/* =================================================== */



/* =================================================== */
/* ------ 首頁 關於我們 AboutUs_section  --------------- */
/* =================================================== */
.AboutUs_section {
    position: relative; 
	display: block;    
    background-color: var(--Customize_Before);  
	/*background-image: url(images/bg/.....);*/
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center top;
}
/* ...... Mask-DivBox ................... */
.AboutUs_section .Mask-DivBox::before {
    content: '';
    position: absolute;
    top: 0;
    width: 100%;
    height: 15.75vw;
    background-color: var(--FFFcolor);
}
@media (max-width: 1750px) {
    .AboutUs_section .Mask-DivBox::before {
        background-color: var(--Customize_Before); 
    }
}
/*----------------------------------------------*/
.AboutUs_section .AU_leftBox {
    position: relative;
    display: block;
    height: 100%;
}
.AboutUs_section .TextBoxDIV {
    position: relative;
    display: block;
    width: 100%;
    padding: 0 15px;
}

.AboutUs_section .TTextBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
}

.AboutUs_section .text {
    font-family: "Noto Sans TC";
    font-family: "Arial";
	font-size: 13vw;
    font-weight: 900;
	color: var(--Customize_Before);
	white-space: nowrap;
	text-transform: uppercase;
	line-height: 0.775;
    margin-bottom: 16px;
}
@media (min-width: 768px) {
    .AboutUs_section .text {
        font-size: 5.75vw;
        margin-bottom: 20px;
    }
}
@media (max-width: 1750px) {
    .AboutUs_section .text {
        color: #d6b37e;
        opacity: 0.25;
    }
}
/*----------------------------------------------*/
.AboutUs_section .aboutBox {
    position: relative;
    display: block;
    width: 100%;
    font-size: 93.75%;;
    font-weight: bold;
	color: var(--Customize_TXT_3_color);
    text-align: justify;    /*　Firefox到此即可對齊　*/
    text-justify: auto;     /*　IE需再加上此行　*/    
    padding-top: 60px;
    padding-right: 140px;
    padding-left: 15px;
    padding-bottom: 60px;
}
@media (max-width: 1750px) {
    .AboutUs_section .aboutBox {
        padding-top: 30px;
        padding-right: 15px;
        padding-bottom: 30px;
    }
}
/*----------------------------------------------*/
/*----------------------------------------------*/
/* ...................................... */
.AboutUs_section .pdAboutBox {
    position: relative;
    display: block;
}
/* ...................................... */
.AboutUs_section .pd-box {
    position: relative;
    display: block;
    padding: 15px;    
}
.AboutUs_section .box-color {
    background-color: #e3d3af;
}
/* ...................................... */
.AboutUs_section .AU_rightBox {
    position: relative;
    display: block;
    height: 100%;
}
.AboutUs_section .video-wrap {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    
    width: 100%;
    height: 100%;
	aspect-ratio: 16/9;  /*1/1*//*4/3*//*6/4*//*16/9*/
	overflow: hidden;
    z-index: 0;
}
/*.AboutUs_section .video-wrap::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
}*/
/*----------------------------------------------*/
.AboutUs_section .img_tag {
    width: 100%;
    height: 100%;
    pointer-events: none;
    -o-object-fit: cover;
    object-fit: cover;
}
/*----------------------------------------------*/
.AboutUs_section .video_tag {    
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    min-width: 100%;
    height: 100%;
    transition-timing-function: ease;
    transition-duration: 1s;
    transition-property: transform;
}
/*.AboutUs_section .video_tag {
    transform: translate3d(-50%, -50%, 0) scale(1)
}*/
/*----------------------------------------------*/
/*----------------------------------------------*/
/* IMG or Video Play Icon 按鈕圖示 */
.AboutUs_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;
}
.AboutUs_section .play-btn {
    position: absolute;
    z-index: 2;
}
.AboutUs_section .play-btn > i {
    display:inline-block;
    width: 64px;
    height: 64px;
    line-height: 64px;
    text-align: center;
    background-color: #ab884b;
    color: #FFFFFF;
    font-size: 150%;
    border-radius: 50%;
    z-index: 3;
    transition: all ease .4s;
}
.AboutUs_section .play-btn:after,
.AboutUs_section .play-btn:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: #ab884b;
    z-index: 1;
    border-radius: 50%;
    transition: all ease .4s;
}
.AboutUs_section .play-btn:after {
    animation-delay: 2s;
}
.AboutUs_section .play-btn:hover > i,
.AboutUs_section .play-btn:hover::before,
.AboutUs_section .play-btn:hover::after {
    background-color: #f7c56d;
    color: #FFFFFF;
}
.AboutUs_section .play-btn.style1:before,
.AboutUs_section .play-btn.style1:after {
    border: 2px solid #f7c56d;
    background-color: rgba(0,0,0,0);
    animation-name: ripple-md;
}

.AboutUs_section .play-btn:after,
.AboutUs_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 按鈕圖示 */
/*----------------------------------------------*/
/* =================================================== */
/* ------ 首頁 關於我們 AboutUs_section  --------------- */
/* =================================================== */



/* ====================================================== */
/* ------ 首頁 最新消息 LatestNewsbox-section  ------------ */
/* ====================================================== */
.LatestNewsbox-section {
    position: relative; 
	display: block;    
    background-color: transparent;  
	/*background-image: url(images/bg/.....);*/
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center top;
}
/* ...... Mask-DivBox ................... */
.LatestNewsbox-section .Mask-DivBox::before {
    content: '';
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 50%;
    background-color: var(--Customize_Before); 
}
@media (max-width: 991px) {
    .LatestNewsbox-section .Mask-DivBox::before {
        display: none;
    }
}
/*----------------------------------------------*/
.LatestNewsbox-section .All_Item_Boxs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
}
.LatestNewsbox-section .row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
@media only screen and (max-width: 991px) {
    .LatestNewsbox-section .row {
        margin-right: 0;
        margin-left: 0;
    }
}
/*----------------------------------------------*/
/* ------ 標籤 tab Li ------------------------- */
.LatestNewsbox-section .tab_ulbox {
	position: relative; 
	display: block;
}

.LatestNewsbox-section .nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    justify-content: flex-start;
}

.LatestNewsbox-section .nav-justified .nav-item,
.LatestNewsbox-section .nav-justified > .nav-link {
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-ms-flex-positive: 1;
	flex-grow: 1;
	text-align: center;
}

@media (max-width: 480px) {
	.LatestNewsbox-section .nav-justified .nav-item,
	.LatestNewsbox-section .nav-justified > .nav-link {
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-ms-flex-positive: 0;
		flex-grow: 0;
		text-align: center;
	}
}

.LatestNewsbox-section .nav-link {
	display: block;
	padding: 8px 24px; /*8px 16px*/
}
@media (max-width: 575px) {
    .LatestNewsbox-section .nav-link {
        padding: 8px 16px; /*8px 16px*/
    }
}
@media (max-width: 375px) {
    .LatestNewsbox-section .nav-link {
        padding: 8px 10px; /*8px 16px*/
    }
}
.LatestNewsbox-section .nav-link:focus,
.LatestNewsbox-section .nav-link:hover {
	text-decoration: none
}

.LatestNewsbox-section .nav-link.disabled {
	color: #6c757d;
	pointer-events: none;
	cursor: default;
}

.LatestNewsbox-section .nav-tabs {
	padding: 35px 0 0 0;
	border-bottom: none;
}
/*----------------------------------------------*/
.LatestNewsbox-section .nav-tabs .nav-link {
	margin-bottom: 0px;
	border-radius: 0;
}
/*----------------------------------------------*/
/* ...................................... */
.LatestNewsbox-section .nav-tabs a.nav-link {
	color: #8f8f8f;						/*字顏色*/
}
.LatestNewsbox-section .nav-tabs a.nav-link::after {
    position: absolute;
    left: 50%;
    bottom: 0;
    content: "";
    display: block;
    width: 0;
    height: 1px;
    background-color: var(--Customize_HRTXT_color);
    transition: width 0.3s ease 0s, left 0.3s ease 0s;    
}
/* ...................................... */
/*----------------------------------------------*/
/* ...................................... */
.LatestNewsbox-section .nav-tabs a.nav-link:focus,
.LatestNewsbox-section .nav-tabs a.nav-link:hover {
	color: var(--Customize_HRTXT_color);		/*滑過時變色*/
	background-color: transparent;
    border-color: transparent !important;
}
.LatestNewsbox-section .nav-tabs a.nav-link:focus::after,
.LatestNewsbox-section .nav-tabs a.nav-link:hover::after {
    width: 100%;
    left: 0;
}
/* ...................................... */
.LatestNewsbox-section .nav-tabs li.active a,
.LatestNewsbox-section .nav-tabs li.active a:hover,
.LatestNewsbox-section .nav-tabs li.active a:focus {
	background-color: transparent;
}
/* ...................................... */

.LatestNewsbox-section .nav-tabs .nav-link.disabled {
	color: #6c757d;
	background-color: transparent;
	border-color: transparent;
}

/* ...................................... */
.LatestNewsbox-section .nav-tabs .nav-item .nav-link:focus,
.LatestNewsbox-section .nav-tabs .nav-link.active {
	color: var(--Customize_HRTXT_color);
	background-color: transparent;
	
	border-top: 1px solid transparent;
	border-left: 1px solid transparent;
	border-right: 1px solid transparent;
	border-bottom: 2px solid transparent;  
	outline: transparent;
}
.LatestNewsbox-section .nav-tabs .nav-item .nav-link:focus::after,
.LatestNewsbox-section .nav-tabs .nav-link.active::after {
    width: 100%;
    left: 0;
}
/* ...................................... */

.LatestNewsbox-section .nav-tabs .dropdown-menu {
	margin-top: -1px;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.LatestNewsbox-section .nav-pills .nav-link {
	border-radius: .25rem;
}

.LatestNewsbox-section .nav-pills .nav-link.active,
.LatestNewsbox-section .nav-pills .show > .nav-link {
	color: #FFFFFF;
	background-color: #333333;
}

.LatestNewsbox-section .nav-fill .nav-item,
.LatestNewsbox-section .nav-fill > .nav-link {
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	text-align: center;
	/* display: flex; */
}

.LatestNewsbox-section .nav-justified .nav-item,
.LatestNewsbox-section .nav-justified > .nav-link {
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-ms-flex-positive: 1;
	flex-grow: 1;
	text-align: center;
}

.LatestNewsbox-section .nav-tabs li a {
	position: relative;
    font-size: 112.5%; /*1.125em*/ /*1rem*/ /*18*/
    font-weight: 600;
    color: #333333;
    text-align: center;
	margin-bottom: 0rem;
}

.LatestNewsbox-section .nav-tabs li a h3 {
	position: relative;
    font-size: 112.5%; /*1.125em*/ /*1rem*/ /*18*/
    font-weight: 600;
    text-align: center;
	margin-bottom: 0rem;
}
/* ------ 標籤 tab Li -------------------------- */
/*----------------------------------------------*/

/*----------------------------------------------*/
/* ------ tab 內容 ----------------------------- */
.tab-content > .tab-pane.fade:not(.show) {
    opacity: 1;
}
.LatestNewsbox-section .All_Item_Boxs .articles_item {
    padding: 0 15px; /*2vw*/
    margin-bottom: 24px;
}
/* ...................................... */
.LatestNewsbox-section .All_Item_Boxs .card_content {
    display: flex;
    position: relative;
    flex-direction: column
}
/* ...................................... */
.LatestNewsbox-section .All_Item_Boxs .card_content .Imgbady {
    position: relative;
}
.LatestNewsbox-section .All_Item_Boxs .card_content .Cardbady {
    position: relative;
    padding: 48px 4px 15px 4px;
}
/* ...................................... */
.LatestNewsbox-section .All_Item_Boxs .card_content .card_figure {
    margin-bottom: 0
}

.LatestNewsbox-section .All_Item_Boxs .card_content .card_image_link {
    display: block;    
    position: relative;
    aspect-ratio: 4/4;
    overflow: hidden;
    z-index: 1;
}

.LatestNewsbox-section .All_Item_Boxs .card_content .card_image_link:hover .card_image,
.LatestNewsbox-section .All_Item_Boxs .card_content .card_image_link:focus .card_image,
.LatestNewsbox-section .All_Item_Boxs .card_content .card_image_link:active .card_image {
    -webkit-transform: scale(1.05);
    transform: scale(1.05)
}

.LatestNewsbox-section .All_Item_Boxs .card_content .card_image {
    -o-object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    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)
}
/* ...................................... */
.LatestNewsbox-section .All_Item_Boxs .card_content .card_catDiv,
.LatestNewsbox-section .All_Item_Boxs .card_content .card_titleDiv,

.LatestNewsbox-section .All_Item_Boxs .card_content .card_eventDiv,
.LatestNewsbox-section .All_Item_Boxs .card_content .card_lectorDiv,
.LatestNewsbox-section .All_Item_Boxs .card_content .card_desDiv,
.LatestNewsbox-section .All_Item_Boxs .card_content .card_hotopDiv,
.LatestNewsbox-section .All_Item_Boxs .card_content .card_dateDiv {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}

/* ...................................... */
.LatestNewsbox-section .All_Item_Boxs .card_content .card_cat {
    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;
}

.LatestNewsbox-section .All_Item_Boxs .card_content .card_cat_link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    
    font-size: 87.5%;
    font-weight: 600;
    color: var(--Customize_TXT_3_color);
    
    transition-duration: .3s;
    transition-property: color;
    transition-timing-function: cubic-bezier(.19, 1, .22, 1)
}
.LatestNewsbox-section .All_Item_Boxs .card_content .card_cat_link span.s-line,
.LatestNewsbox-section .All_Item_Boxs .card_content .card_cat_link span.s-tle {
    position: relative;
}
.LatestNewsbox-section .All_Item_Boxs .card_content .card_cat_link span.s-line {
    margin-right: 3px;
}
.LatestNewsbox-section .All_Item_Boxs .card_content .card_cat_link:first-child {
    margin-right: 30px;
}

.LatestNewsbox-section .All_Item_Boxs .card_content .card_cat_link span.s-line i {
    font-size: 87.5%;
}

.LatestNewsbox-section .All_Item_Boxs .card_content .card_cat_link span.s-tle::before {
    content: "｜";
    position: relative;
    top: -1px;
    margin: 0 3px;
}
.LatestNewsbox-section .All_Item_Boxs .card_content .card_cat_link span:nth-child(2).s-tle::before {
    display: none;
}

/* ...................................... */
.LatestNewsbox-section .All_Item_Boxs .card_content .card_titleDiv {
    margin-top: 20px;
    margin-bottom: 20px;
}

.LatestNewsbox-section .All_Item_Boxs .card_content .card_title {
    font-size: 137.5%;
    color: #202020;
    font-weight: 700;
    
    display: -webkit-box;
	/* 第一步：設定 display 為 -webkit-box 元素。 */
	-webkit-box-orient: vertical;
	/* 第二步：設定 box 的子元素，是由上往下垂直排列。*/
	-webkit-line-clamp: 1;
	/* 第三步：設定欲顯示的行數，超出則顯示省略符號(...)。 */
	overflow: hidden;
	/* 第四步：設定超過上述指定之行數時隱藏。 */
	max-height: 72px;
  	/* 第五步：其它瀏覽器降級方式：給定最大高度 */
    
    transition-duration: .3s;
    transition-property: color;
    transition-timing-function: cubic-bezier(.19, 1, .22, 1)
}
.LatestNewsbox-section .All_Item_Boxs .card_content .card_title:hover,
.LatestNewsbox-section .All_Item_Boxs .card_content .card_title:focus,
.LatestNewsbox-section .All_Item_Boxs .card_content .card_title:active {
    color: var(--Customize_HRTXT_color);
}

/* ...................................... */
.LatestNewsbox-section .All_Item_Boxs .card_content .card_event,
.LatestNewsbox-section .All_Item_Boxs .card_content .card_lector {
    display: inline-block;
    font-size: 100%;
    font-weight: 600;
    color: var(--Customize_TXT_3_color);
}
/* ...................................... */

.LatestNewsbox-section .All_Item_Boxs .card_content .card_des {
    font-size: 93.75%;
    color: var(--Customize_TXT_3_color);
    font-weight: 400;
    
    display: -webkit-box;
	/* 第一步：設定 display 為 -webkit-box 元素。 */
	-webkit-box-orient: vertical;
	/* 第二步：設定 box 的子元素，是由上往下垂直排列。*/
	-webkit-line-clamp: 2;
	/* 第三步：設定欲顯示的行數，超出則顯示省略符號(...)。 */
	overflow: hidden;
	/* 第四步：設定超過上述指定之行數時隱藏。 */
	max-height: 72px;
  	/* 第五步：其它瀏覽器降級方式：給定最大高度 */
    
    transition-duration: .3s;
    transition-property: color;
    transition-timing-function: cubic-bezier(.19, 1, .22, 1)
}
/* ...................................... */
/* ...................................... */
/* ==   TOP/HOT/NEW 標籤   ================*/
.LatestNewsbox-section .All_Item_Boxs .card_content .card_hotopDiv {
    justify-content: space-between;
}
.LatestNewsbox-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;
}

.LatestNewsbox-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: 3px 10px;
    border-radius: 99em;
	margin-right: 8px;
}
@media (max-width: 991px) {
    .LatestNewsbox-section .customstyle-hotop .icon-small {
        margin-right: 4px;
    }
}
.LatestNewsbox-section .customstyle-hotop .icon-small.hot-bg {
	color: #FFFFFF;    
	background: #ce1800;
}
.LatestNewsbox-section .customstyle-hotop .icon-small.top-bg {
	color: #FFFFFF;
	background-color: #004aa5;
}
.LatestNewsbox-section .customstyle-hotop .icon-small.new-bg {
	color: #090a0c;
	background-color: #fda601;
}
/* ==   TOP/HOT/NEW 標籤   ================*/
/* ...................................... */
/* ...................................... */
.LatestNewsbox-section .All_Item_Boxs .card_content .card_time {
    display: inline-block;
    font-size: 87.5%;
    font-weight: 400;
    color: var(--G777color);
}
/* ====================================================== */
/* ------ 首頁 最新消息 LatestNewsbox-section  ------------ */
/* ====================================================== */



/* ============================================= */
/* ------ 首頁 活動花絮 Gallery-section  --------- */
/* ============================================= */
.Gallery-section {
	position: relative; 
	display: block;    
    background-color: transparent;  
	/*background-image: url(images/bg/.....);*/
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center top;
}
/* ...... Mask-DivBox ................... */
.Gallery-section .Mask-DivBox::before {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    width: 30%;
    height: 50%;
    background-color: #d0c7ba; 
}
@media (max-width: 991px) {
    .Gallery-section .Mask-DivBox::before {
        display: none;
    }
}
/* ...................................... */
.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 .card_content {
    display: flex;
    position: relative;
    flex-direction: column;
    background-color: var(--FFFcolor);
}
/* ...................................... */
 .Gallery-section .card_content .Imgbady {
    position: relative;
}
.Gallery-section .card_content .Cardbady {
    position: relative;
    padding: 48px 4px 15px 4px;
}
/* ...................................... */
.Gallery-section .card_content .card_figure {
    margin-bottom: 0
}

.Gallery-section .card_content .card_image_link {
    display: block;    
    position: relative;
    aspect-ratio: 4/4;
    overflow: hidden;
    z-index: 1;
}

.Gallery-section a:hover .card_content .card_image_link .card_image,
.Gallery-section a:focus .card_content .card_image_link .card_image,
.Gallery-section a:active .card_content .card_image_link .card_image {
    -webkit-transform: scale(1.05);
    transform: scale(1.05)
}

.Gallery-section .card_content .card_image {
    -o-object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    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 .card_content .card_catDiv,
.Gallery-section .card_content .card_titleDiv,

.Gallery-section .card_content .card_eventDiv,
.Gallery-section .card_content .card_lectorDiv,
.Gallery-section .card_content .card_desDiv,
.Gallery-section .card_content .card_bntDiv,
.Gallery-section .card_content .card_dateDiv {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}

/* ...................................... */
.Gallery-section .card_content .card_cat {
    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 .card_content .card_cat_link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    
    font-size: 87.5%;
    font-weight: 600;
    color: var(--Customize_TXT_3_color);
    
    transition-duration: .3s;
    transition-property: color;
    transition-timing-function: cubic-bezier(.19, 1, .22, 1)
}
.Gallery-section .card_content .card_cat_link span.s-line,
.Gallery-section .card_content .card_cat_link span.s-tle {
    position: relative;
}
.Gallery-section .card_content .card_cat_link span.s-line {
    margin-right: 3px;
}
.Gallery-section .card_content .card_cat_link:first-child {
    margin-right: 30px;
}

.Gallery-section .card_content .card_cat_link span.s-line i {
    font-size: 87.5%;
}

.Gallery-section .card_content .card_cat_link span.s-tle::before {
    content: "｜";
    position: relative;
    top: -1px;
    margin: 0 3px;
}
.Gallery-section .card_content .card_cat_link span:nth-child(2).s-tle::before {
    display: none;
}

/* ...................................... */
.Gallery-section .card_content .card_titleDiv {
    margin-top: 20px;
    margin-bottom: 20px;
}

.Gallery-section .card_content .card_title {
    font-size: 137.5%;
    color: #202020;
    font-weight: 700;
    
    display: -webkit-box;
	/* 第一步：設定 display 為 -webkit-box 元素。 */
	-webkit-box-orient: vertical;
	/* 第二步：設定 box 的子元素，是由上往下垂直排列。*/
	-webkit-line-clamp: 1;
	/* 第三步：設定欲顯示的行數，超出則顯示省略符號(...)。 */
	overflow: hidden;
	/* 第四步：設定超過上述指定之行數時隱藏。 */
	max-height: 72px;
  	/* 第五步：其它瀏覽器降級方式：給定最大高度 */
    
    transition-duration: .3s;
    transition-property: color;
    transition-timing-function: cubic-bezier(.19, 1, .22, 1)
}
.Gallery-section a:hover .card_content .card_title,
.Gallery-section a:focus .card_content .card_title,
.Gallery-section a:active .card_content .card_title {
    color: var(--Customize_HRTXT_color);
}

/* ...................................... */
.Gallery-section .card_content .card_event,
.Gallery-section .card_content .card_lector {
    display: inline-block;
    font-size: 100%;
    font-weight: 600;
    color: var(--Customize_TXT_3_color);
}
/* ...................................... */

.Gallery-section .card_content .card_des {
    font-size: 93.75%;
    color: var(--Customize_TXT_3_color);
    font-weight: 400;
    
    display: -webkit-box;
	/* 第一步：設定 display 為 -webkit-box 元素。 */
	-webkit-box-orient: vertical;
	/* 第二步：設定 box 的子元素，是由上往下垂直排列。*/
	-webkit-line-clamp: 2;
	/* 第三步：設定欲顯示的行數，超出則顯示省略符號(...)。 */
	overflow: hidden;
	/* 第四步：設定超過上述指定之行數時隱藏。 */
	max-height: 72px;
  	/* 第五步：其它瀏覽器降級方式：給定最大高度 */
    
    transition-duration: .3s;
    transition-property: color;
    transition-timing-function: cubic-bezier(.19, 1, .22, 1)
}
/* ...................................... */
.Gallery-section .card_content .card_bntDiv {
    justify-content: space-between;
}
/* ...................................... */
.Gallery-section .card_content .card_time {
    display: inline-block;
    font-size: 87.5%;
    font-weight: 400;
    color: var(--G777color);
}
/* ...................................... */
.Gallery-section .card_content .btn_Box {
    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;
}

.Gallery-section .card_content .card_btn .Btn_s1 {
    position: relative;
    display: block;
    
    line-height: 1.75;
    letter-spacing: normal;
    text-align: center;    
       
    width: 100%;
    overflow: hidden;
    z-index: 1;
    
    color: var(--Customize_color);
    border-radius: 0;   
    border: 1px solid transparent;
    background-color: transparent;
}
@media (max-width: 575px) {
    .Gallery-section .card_content .card_btn .Btn_s1 {
        font-size: 62.5%;
        padding: 9px 15px;
    }
}
@media (min-width: 576px) {
    .Gallery-section .card_content .card_btn .Btn_s1 {
        font-size: 75%;
        font-weight: 600;
        padding: 12px 24px;        
    }
}

.Gallery-section .card_content .card_btn .Btn_s1::after {
    position: absolute;
    left: 50%;
    bottom: 0;
    content: "";
    display: block;
    width: 0;
    height: 1px;
    background-color: var(--Customize_HRTXT_color);
    transition: width 0.3s ease 0s, left 0.3s ease 0s;    
}

.Gallery-section a:hover .card_content .card_btn .Btn_s1 {
    color: var(--Customize_HRcolor);
}
.Gallery-section a:hover .card_content .card_btn .Btn_s1::after {
    color: var(--Customize_HRcolor);
    width: 100%;
    left: 0;
}

/*----------------------------------------------*/
/*=============================================*/
/* ==   左右選擇鍵 中間   =======================*/
/*=============================================*/
.Gallery-section.owl-box .owl-nav {
    position: absolute;
    left: 0;
    bottom: 0;
	margin-top: 0px;
    width: 100%;
}

.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: auto;
    height: auto;    
    padding: 15px 40px !important;
    margin-top: 1rem;
    margin-bottom: 1rem;
    
    border: 1px solid var(--Customize_color);        /*★★★ 重要 未滑過 底邊色 ★★★*/ 
	background-color: var(--FFFcolor);        /*★★★ 重要 未滑過 底色 ★★★*/
    border-radius: 0;
    z-index: 1;
}
@media (max-width: 991px) {
    .Gallery-section.owl-box .owl-carousel .owl-nav button.owl-prev,
    .Gallery-section.owl-box .owl-carousel .owl-nav button.owl-next {
        padding: 10px 15px !important;
        border: 1px solid var(--Customize_color);
        background-color: var(--FFFcolor);
    }
}
/*..............................................................................*/
.Gallery-section.owl-box .owl-carousel .owl-nav button.owl-prev {
	left: calc(50% - 122px - 5px);  /*= 50% 減 箭頭40px + 左右padding 40px + 兩邊邊線 1*2=2px, 所有等於 122px 在減 間距 7.5px */
	margin-right: 5px;	
}
@media (max-width: 991px) {
    .Gallery-section.owl-box .owl-carousel .owl-nav button.owl-prev {
        left: calc(50% - 56px - 4.5px);
        margin-right: 4.5px;
    }
}
@media (max-width: 450px) {
    .Gallery-section.owl-box .owl-carousel .owl-nav button.owl-prev {
        left: 7px;
    }
}
/*..............................................................................*/
.Gallery-section.owl-box .owl-carousel .owl-nav button.owl-next {
	left: calc(50% - 122px + 5px + 122px);  /*= 50% 減 箭頭40px + 左右padding 40px + 兩邊邊線 1*2=2px, 所有等於 122px 在減 間距 7.5px */
	margin-left: 5px;
}
@media (max-width: 991px) {
    .Gallery-section.owl-box .owl-carousel .owl-nav button.owl-next {
        left: calc(50% - 56px + 4.5px + 56px);
        margin-left: 4.5px;
    }
}
@media (max-width: 450px) {
    .Gallery-section.owl-box .owl-carousel .owl-nav button.owl-next {
        left:  calc(56px + 4.5px + 4.5px);
    }
}
/*..............................................................................*/
.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: 991px) {
    .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_C.svg");
}
.Gallery-section.owl-box .owl-carousel .owl-nav button.owl-next span {
	content: url("../images/owl-carousel/next_long_arrow_C.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;    /*★★★ 重要 焦點變色 ★★★*/
}
/*=============================================*/
/* ==   左右選擇鍵 中間   =======================*/
/*=============================================*/

/*=============================================*/
/* ==   輪播 暫停/撥放   ========================*/
/*=============================================*/
.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: 28px;
    bottom: 14px;
    z-index: 2;
        
    color: var(--FFFcolor);
    text-align: center;
}
@media (max-width: 991px) {
    .Gallery-section .control-box {	
        left: 28px;
        bottom: 16px;
        padding: 0px; 
    }
}
@media (max-width: 450px) {
    .Gallery-section .control-box {	
        display: none;
    }
}
/*..............................................................................*/
.Gallery-section .control-box .control_start,
.Gallery-section .control-box .control_pause {
	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;
    
    font: inherit;
	color: inherit;	
    
    width: auto;
    height: auto;    
    padding: 3px 40px;
    margin-top: 0rem;
    margin-bottom: 0rem;
    
    border: 1px solid var(--Customize_color);        /*★★★ 重要 未滑過 底邊色 ★★★*/ 
	background-color: var(--FFFcolor);        /*★★★ 重要 未滑過 底色 ★★★*/
    border-radius: 0;
	z-index: 2; /*999*/
}
.Gallery-section .control-box .control_start {
	left: 0;
    margin-right: 7.5px;
}
.Gallery-section .control-box .control_pause {
	right: 0;
    margin-left: 7.5px;
}
@media (max-width: 991px) {
	.Gallery-section .control-box .control_start {
		left: 0;
        padding: 3px 4px;
        margin-right: 4.5px;
	}
	.Gallery-section .control-box .control_pause {
		right: 0;
        padding: 3px 4px;
        margin-left: 4.5px;
	}
}
.Gallery-section .control-box .control_start:hover,
.Gallery-section .control-box .control_pause:hover {
    border: 1px solid var(--Customize_HRcolor);        /*★★★ 重要 滑過底邊色 ★★★*/
    background-color: var(--Customize_HRcolor);        /*★★★ 重要 滑過底色 ★★★*/
    transition: all 0.5s;
}
/*.Gallery-section .control-box .control-start:focus, 
.Gallery-section .control-box .control-pause:focus {
    text-decoration: none;
    outline: 2px solid #43B5FC;
	outline-offset: -2px;
	background-color: #917440;
}*/
/*..............................................................................*/
.Gallery-section .control-start-icon,
.Gallery-section .control-pause-icon {
    position: relative;
	display: inline-block;
	width: 40px;
	height: 40px;    
    border-radius: 0;
}
@media (max-width: 991px) {
	.Gallery-section .control-start-icon,
	.Gallery-section .control-pause-icon {
        width: 40px;
        height: 29.5px;
	}
}
/*..............................................................................*/
.Gallery-section .control-box .control_start .control-start-icon {
    content: url(../images/owl-carousel/control-start-C-icon.svg);
}
/*..............................................................................*/
.Gallery-section .control-box .control_pause .control-pause-icon {
    content: url(../images/owl-carousel/control-pause-C-icon.svg);
}
/*..............................................................................*/
.Gallery-section .control-box .control_start:hover .control-start-icon,
.Gallery-section .control-box .control_start:focus .control-start-icon {
    content: url(../images/owl-carousel/control-start-W-icon.svg);
}
.Gallery-section .control-box .control_pause:hover .control-pause-icon,
.Gallery-section .control-box .control_pause:focus .control-pause-icon {
    content: url(../images/owl-carousel/control-pause-W-icon.svg);
}
/*..............................................................................*/

/*..............................................................................*/
.Gallery-section.owl-box .item {
    margin: 0;
    margin-bottom: 30px;
}
/*=============================================*/
/* ==   輪播 暫停/撥放   ========================*/
/*=============================================*/
/* ============================================= */
/* ------ 首頁 活動花絮 Gallery-section  --------- */
/* ============================================= */



/* ============================================= */
/* ------ 首頁 影音專區 Vedio-section  ----------- */
/* ============================================= */
.Vedio-section {
	position: relative; 
	display: block;    
    background-color: transparent;  
	/*background-image: url(images/bg/.....);*/
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center top;
}
/* ...... Mask-DivBox ................... */
.Vedio-section .Mask-DivBox::before {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: #f3eae7; 
}
@media (max-width: 991px) {
    .Gallery-section .Mask-DivBox::before {
        display: none;
    }
}
/* ...................................... */
.MV_BG_Div .video-MVDiv {
    position: absolute;
    right: 0;
    bottom: 0;    
    height: 100%;
    width: 47.667%;
    height: 100%;
    overflow: hidden;
    z-index: 0;
}
@media (max-width: 1360px) {
    .MV_BG_Div .video-MVDiv {
        width: 100%;
    }
}
@media (max-width: 1360px) and (max-width: 480px) {
    .MV_BG_Div .video-MVDiv {
        width: 100%;
    }
}
/* ...................................... */
.MV_BG_Div .MVDivMask {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 47.667%;
    height: 100%;
    overflow: hidden;
    /*background-image: repeating-linear-gradient(0deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0) 2px, rgba(0, 0, 0, 0.9) 2px, rgba(0, 0, 0, 0.9) 3px);*/
    background-image: repeating-linear-gradient(0deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0) 2px, rgba(166, 139, 98, 0.9) 2px, rgba(166, 139, 98, 0.9) 3px);
    z-index: 1;
}
@media (max-width: 1360px) {
    .MV_BG_Div .MVDivMask {
        width: 100%;
    }
}
@media (max-width: 1360px) and (max-width: 480px) {
    .MV_BG_Div .MVDivMask {
        width: 100%;
    }
}
/* ...................................... */
.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 .center_line::before {
    content: "";
    position: absolute;
    top: 0;
    left: 48%;
    width: 1px;
    height: 100%;
    background-color: #b0a4a0;
}
@media (max-width: 1360px) {
    .Vedio-section .center_line::before {
        display: none;
    }
}
@media (max-width: 1360px) and (max-width: 480px) {
}
/* ...................................... */
.Vedio-section .pdvideoBox {
    position: relative;
    display: block;    
}
/* ...................................... */
.Vedio-section .Customize-mr {
    margin-right: 5rem;
}
.Vedio-section .Customize-ml {
    margin-left: 5rem;
}
@media (max-width: 1360px) {
    .Vedio-section .Customize-mr,
    .Vedio-section .Customize-ml {
        margin-right: 0rem;
        margin-left: 0rem;
    }
}
/* ...................................... */
.Vedio-section .pd-box {
    position: relative;
    display: block;
    padding: 15px;
}
.Vedio-section .box-color {
    background-color: #e3d3af;
}
/* ...................................... */
.Vedio-section .AU_leftBox {
    position: relative;
    display: block;
    height: 100%;
}
/* ...................................... */
.Vedio-section .Cardbady {
    position: relative;
    padding: 48px 4px 15px 4px;
}
/* ...................................... */
.Vedio-section .card_catDiv,
.Vedio-section .card_titleDiv,
.Vedio-section .card_dateDiv {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}
/* ...................................... */
.Vedio-section .card_cat {
    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;
}

.Vedio-section .card_cat_link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    
    font-size: 87.5%;
    font-weight: 600;
    color: var(--Customize_TXT_3_color);
    
    transition-duration: .3s;
    transition-property: color;
    transition-timing-function: cubic-bezier(.19, 1, .22, 1)
}
.Vedio-section .card_cat_link span.s-line,
.Vedio-section .card_cat_link span.s-tle {
    position: relative;
}
.Vedio-section .card_cat_link span.s-line {
    margin-right: 3px;
}
.Vedio-section .card_cat_link:first-child {
    margin-right: 30px;
}

.Vedio-section .card_cat_link span.s-line i {
    font-size: 87.5%;
}

.Vedio-section .card_cat_link span.s-tle::before {
    content: "｜";
    position: relative;
    top: -1px;
    margin: 0 3px;
}
.Vedio-section .card_cat_link span:nth-child(2).s-tle::before {
    display: none;
}
/* ...................................... */
.Vedio-section .card_titleDiv {
    margin-top: 20px;
    margin-bottom: 20px;
}

.Vedio-section .card_title {
    font-size: 137.5%;
    color: var(--blackcolor);
    font-weight: 700;
    
    display: -webkit-box;
	/* 第一步：設定 display 為 -webkit-box 元素。 */
	-webkit-box-orient: vertical;
	/* 第二步：設定 box 的子元素，是由上往下垂直排列。*/
	-webkit-line-clamp: 1;
	/* 第三步：設定欲顯示的行數，超出則顯示省略符號(...)。 */
	overflow: hidden;
	/* 第四步：設定超過上述指定之行數時隱藏。 */
	max-height: 72px;
  	/* 第五步：其它瀏覽器降級方式：給定最大高度 */
    
    transition-duration: .3s;
    transition-property: color;
    transition-timing-function: cubic-bezier(.19, 1, .22, 1)
}
.Gallery-section a:hover .card_content .card_title,
.Gallery-section a:focus .card_content .card_title,
.Gallery-section a:active .card_content .card_title {
    color: var(--Customize_HRTXT_color);
}
/* ...................................... */
.Vedio-section .card_time {
    display: inline-block;
    font-size: 87.5%;
    font-weight: 400;
    color: var(--G777color);
}
/* ...................................... */
@media (max-width: 1360px) {
    .Vedio-section .card_cat_link,
    .Vedio-section .card_title,
    .Vedio-section .card_time {
        color: var(--FFFcolor);
        text-shadow: 0px 4px 3px var(--blackcolor);
    }
}
@media (max-width: 1360px) and (max-width: 480px) {
}
/* ...................................... */
.Vedio-section .video-wrap {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    
    width: 100%;
    height: 100%;
	aspect-ratio: 4/3;  /*1/1*//*4/3*//*6/4*//*16/9*/
	overflow: hidden;
    z-index: 0;
}
/*.Vedio-section .video-wrap::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 .img_tag {
    width: 100%;
    height: 100%;
    pointer-events: none;
    -o-object-fit: cover;
    object-fit: cover;
}
/* ...................................... */
.Vedio-section .video_tag {    
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    min-width: 100%;
    height: 100%;
    transition-timing-function: ease;
    transition-duration: 1s;
    transition-property: transform;
}
/*.Vedio-section .video_tag {
    transform: translate3d(-50%, -50%, 0) scale(1)
}*/
/* ...................................... */
/* ...................................... */
.Vedio-section .AU_rightBox {
    position: relative;
    display: block;
}
/* ...................................... */
.Vedio-section .CenterDIVBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    
    height: 100%;
}
.Vedio-section .CustomizeBoxDIV-02 {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    
    width: 100%;
    height: 100%;
}
/* ...................................... */
.Vedio-section .box-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    z-index: 2;
}
@media (max-width: 991px) {
    .Vedio-section .box-text {
        flex-direction: column;
    }
}
@media (min-width: 992px) {
    .Vedio-section .box-text {
        flex-direction: row;
    }
}

.Vedio-section .b-text-tw {
    position: relative;
    font-family: "Noto Sans TC";
    color: var(--blackcolor);
    font-weight: bold;
    letter-spacing: 2;
    text-align: center;
    text-shadow: 0px 4px 3px var(--blackcolor);
}
@media (max-width: 991px) {
    .Vedio-section .b-text-tw {
        font-size: 200%;
    }
}
@media (min-width: 992px) {
    .Vedio-section .b-text-tw {
        font-size: 262.5%;
    }
}

.Vedio-section .s-text-tw {
    position: relative;
    color: var(--blackcolor);
    font-weight: 700;
    text-align: center;
    letter-spacing: 2;
    text-shadow: 0px 4px 3px var(--blackcolor);
}
@media (max-width: 991px) {
    .Vedio-section .s-text-tw {
        font-size: 112.5%;
    }
}
@media (min-width: 992px) {
    .Vedio-section .s-text-tw {
        font-size: 137.5%;
    }
}
/* ...................................... */
.Vedio-section .Ycolor {
    color: #ebca66;
}
.Vedio-section .Fcolor {
    color: var(--FFFcolor);
}
/* ...................................... */
/* ============================================= */
/* ------ 首頁 影音專區 Vedio-section  ----------- */
/* ============================================= */



/* ============================================= */
/* ------ 頁尾 FOOTER --------------------------- */
/* ============================================= */
.footer_section {
    position: relative;
    display: block;
	background-color: var(--Customize_color);
	z-index: 0;
	/*background-image: url(../images/footer/footer_BG_IMG_1920x1200.png);*/
	/*background-size: auto;
	background-repeat: no-repeat;
	background-position: top;*/
}
.footer-black {
	position: relative;
}
/*-------------------------------------*/
.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: flex-start;
    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_TXT_3_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_TXT_3_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: var(--Customize_TXT_3_color);
}

.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/Circle_24x24/fb_W_24x24.svg");
}
.contact_section .info-widget .list li a:hover i.Customize-facebook::before {
    content: url("../images/svg2/Circle_24x24/fb_hover_24x24.svg");
}
/*-------------------------------------*/
.contact_section .info-widget .list li a i.Customize-instagram::before {
    content: url("../images/svg2/Circle_24x24/instagram_W_24x24.svg");
}
.contact_section .info-widget .list li a:hover i.Customize-instagram::before {
    content: url("../images/svg2/Circle_24x24/instagram_hover_24x24.svg");
}
/*-------------------------------------*/
.contact_section .info-widget .list li a i.Customize-line::before {
    content: url("../images/svg2/Circle_24x24/line_W_24x24.svg");
}
.contact_section .info-widget .list li a:hover i.Customize-line::before {
    content: url("../images/svg2/Circle_24x24/line_hover_24x24.svg");
}
/*-------------------------------------*/
.contact_section .info-widget .list li a i.Customize-youtube::before {
    content: url("../images/svg2/Circle_24x24/youtube_W_24x24.svg");
}
.contact_section .info-widget .list li a:hover i.Customize-youtube::before {
    content: url("../images/svg2/Circle_24x24/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: 32px; /*cara 原32*/
	height: 32px; /*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_TXT_3_color);
}
/* ============================================= */
/* ------ 頁尾 FOOTER --------------------------- */
/* ============================================= */



/* ============================================= */
/* ------ 首頁 GO-TO-TOP ------------------------ */
/* ============================================= */
#gotop_btn {
    display: inline-block;
    width: 32px;
    height: 32px;
    text-align: center;
    border-radius: 99em; /*4px*/
    position: fixed;
    /*bottom: 30px;*/ /*30*/
    /*right: 15px;*/  /*30*/

    bottom: 5.5rem;
    right: 0.75rem;
    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_TXT_3_color);
}

#gotop_btn:active {
  background-color: var(--Customize_TXT_3_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 ------- */
/* ========================================================================= */





