@charset "utf-8";
/* CSS Document */


/* ======================= */
/* -------------------------

**  首頁 site-header
**  首頁 HEADER
**  首頁 sticky-header
**  首頁 MENU Toggler Menu
**  首頁 Carousel_Slide
**  首頁 快捷選單
**  首頁 共用 HEADER TITLE 標題 / 首頁 共用 MORE
**  首頁 新聞公告 Newsbox-section
**  首頁 活動花絮 gallery_section
**  頁尾 FOOTER
**  首頁 GO-TO-TOP
**  首頁 浮動 FB ICON 圖示

-------------------------- */
/* ======================= */



/* ============================================= */
/* ------ 首頁 site-header ---------------------- */
/* ============================================= */
#site-header {
	/*position: sticky;*/
	position: relative;
	visibility: visible;
	opacity: 1;
	left: 0px;
	top: 0px;
	width: 100%;
	padding: 0px 0px;
	/*z-index: -1;*/
    z-index: 99901;	
	background: transparent;

	/*-webkit-box-shadow: 0 0 15px rgba(0,0,0,0.10);
	-moz-box-shadow: 0 0 15px rgba(0,0,0,0.10);
	-ms-box-shadow: 0 0 15px rgba(0,0,0,0.10);
	-o-box-shadow: 0 0 15px rgba(0,0,0,0.10);
	box-shadow: 0 0 15px rgba(0,0,0,0.10);*/
    
	-webkit-transition: top 300ms ease;
	-moz-transition: top 300ms ease;
	-ms-transition: top 300ms ease;
	-o-transition: top 300ms ease;
	transition: top 300ms ease;
}
#site-header.fixed-header {
	position: fixed;
	visibility: visible;
	opacity: 1;	
	z-index: 99901;	
}
#site-header.animate__fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    -webkit-animation-duration: 0.1s;
	animation-duration: 0.1s;
}
/*@media (max-width:991px) {
	#site-header { display: none; }
}*/
/* ============================================= */
/* ------ 首頁 site-header ---------------------- */
/* ============================================= */




/* ============================================= */
/* ------ 首頁 HEADER -------------------------- */
/* ============================================= */
.header_section {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	/*
	background-image: url(../images/hero-bg.svg);
	background-size: cover;
	background-position: bottom;
	*/
}

@media (max-width: 992px) {
  .header_section {
    height: auto;
  }
}

/* ------ Header_Box -------------------------- */
.header_Box {
    position: relative;
    display: block;
}

.header_Box .navsBox {
    position: relative;
    display: block;
}

.header_Box .custom_nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 0 3px 0;
    margin: 0;
    list-style: none;
	border-radius: 0;
	
    background: transparent;
}

.header_Box .justify-content-start {
	-webkit-box-pack: start!important;
	-ms-flex-pack: start!important;
	justify-content: flex-start!important;
}

.header_Box .justify-content-end {
	-webkit-box-pack: end!important;
	-ms-flex-pack: end!important;
	justify-content: flex-end!important;
}

/* .header_Box .justify-content-center {
	-webkit-box-pack: center!important;
	-ms-flex-pack: center!important;
	justify-content: center!important;
} */

.header_Box .nav-item+.nav-item::before {
	float: left;
    color: rgba(0,0,0,0.35); /* #1e2d40 */
	content: "│";
}

.header_Box .nav-item {
	display: flex;
	justify-content: center;
	align-items: center;
	/*height: 30px;*/
}

.header_Box .nav-link {
	font-size: 87.5%; /*0.875rem*/
    /*font-weight: bold;*/
    display: block;
	
	padding-top: 0.25rem 0.375rem;	
}

@media (max-width: 992px) {	
	.header_Box .nav-link {
        font-size: 75%; /*0.75rem*/
		padding: 0.125rem 0.35rem; /*0.125rem 0.75rem*/
	}
}
/*.header_Box .nav-item+.nav-item a.nav-link {	
}*/

.header_Box .nav-item a.nav-link,
.header_Box .nav-item+.nav-item a.nav-link,
.header_Box .nav-item+.nav-item a.nav-link.disabled {
    color: var(--blackcolor);
    /*pointer-events: none;*/ /*滑鼠無作用*/
    /*cursor: default;*/ /*預設-滑鼠無作用*/
}

.header_Box .nav-item a:hover.nav-link,
.header_Box .nav-item+.nav-item a:hover.nav-link,
.header_Box .nav-item+.nav-item a:hover.nav-link.disabled {
    color: var(--color_b1420d);
    /*pointer-events: none;*/ /*滑鼠無作用*/
    /*cursor: default;*/ /*預設-滑鼠無作用*/
}
.header_Box .nav-item a.nav-link.active,
.header_Box .nav-item a:hover.nav-link.active {
    color: var(--color_b1420d);
}

.header_Box .nav-item a.nav-link i {
	margin-right: 5px;
}

.header_Box .nav-item a.nav-link span.tw,
.header_Box .nav-item a.nav-link span.en {	
	padding: 0.25rem 0.75rem;
	background-color: var(--color_c9ecff);
}
/*=============================================*/
/*=============================================*/
.header_Box .nav-item a.nav-link .fa-customize-home,
.header_Box .nav-item a.nav-link .fa-customize-facebook,
.header_Box .nav-item a.nav-link .fa-customize-youtube,
.header_Box .nav-item a.nav-link .fa-customize-calendar,
.header_Box .nav-item a.nav-link .fa-customize-borrow,
.header_Box .nav-item a.nav-link .fa-customize-contactus {
	position: relative;	
	display: inline-block;
	top: 2px;
	margin-right: 3px;	
}

.header_Box .nav-item a.nav-link .fa-customize-home {
	content: url("../images/svg/fa-customize-home_16x16.svg");
}
.header_Box .nav-item a.nav-link:hover .fa-customize-home {
	content: url("../images/svg/fa-customize-home_16x16_hover.svg");
}
/* ---------------------------------------------------------------------*/
.header_Box .nav-item a.nav-link .fa-customize-facebook {
	content: url("../images/svg/fa-customize-facebook_16x16.svg");
}
.header_Box .nav-item a.nav-link:hover .fa-customize-facebook {
	content: url("../images/svg/fa-customize-facebook_16x16_hover.svg");
}
/* ---------------------------------------------------------------------*/
.header_Box .nav-item a.nav-link .fa-customize-youtube {
	content: url("../images/svg/fa-customize-youtube_16x16.svg");
}
.header_Box .nav-item a.nav-link:hover .fa-customize-youtube {
	content: url("../images/svg/fa-customize-youtube_16x16_hover.svg");
}
/* ---------------------------------------------------------------------*/
.header_Box .nav-item a.nav-link .fa-customize-calendar {
	content: url("../images/svg/fa-customize-calendar_16x16.svg");
}
.header_Box .nav-item a.nav-link:hover .fa-customize-calendar {
	content: url("../images/svg/fa-customize-calendar_16x16_hover.svg");
}
/* ---------------------------------------------------------------------*/
.header_Box .nav-item a.nav-link .fa-customize-borrow {
	content: url("../images/svg/fa-customize-borrow_16x16.svg");
}
.header_Box .nav-item a.nav-link:hover .fa-customize-borrow {
	content: url("../images/svg/fa-customize-borrow_16x16_hover.svg");
}
/* ---------------------------------------------------------------------*/
.header_Box .nav-item a.nav-link .fa-customize-contactus {
	content: url("../images/svg/fa-customize-contactus_16x16.svg");
}
.header_Box .nav-item a.nav-link:hover .fa-customize-contactus {
	content: url("../images/svg/fa-customize-contactus_16x16_hover.svg");
}
/*=============================================*/
/*=============================================*/

.header_Box .icons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
@media (max-width: 991px) {
    .header_Box .icons {
        padding-right: 0.25rem;
    }
}

.header_Box .fa-search,
.header_Box .LMS-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    
    cursor: pointer;
    font-size: 93.75%;
    /*font-weight: bold;*/
    color: var(--blackcolor);
    width: 36px;
    height: 36px;
    border-radius: 100%;
    background-color: var(--FFFcolor);
    border: 1px solid var(--color_b1420d);
    /* box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.175);   */
}
.header_Box .LMS-text {
    font-family: "Noto Sans TC", sans-serif;
}
.header_Box a.active .LMS-text {
    color: var(--FFFcolor);
    background-color: var(--color_b1420d);
    border: 1px solid var(--color_b1420d);
}

.header_Box .link-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    
    cursor: pointer;
    font-size: 93.75%;
    /*font-weight: bold;*/
    color: var(--blackcolor);
    /*width: 36px;*/
    height: 36px;
    border-radius: 0; /*calc(36px / 2)*/
    padding: 0.5rem 1.5rem;
    background-color: var(--color_c9ecff);
    /* border: 1px solid var(--color_c9ecff); */
    /* box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.175);    */
}

@media (min-width: 320px) and (max-width: 575px) {
    .header_Box .fa-search,
    .header_Box .LMS-text {
        width: 36px; /*28px*/
        height: 36px; /*28px*/
        font-size: 75%;
    }
    
    .header_Box .link-text {
        font-size: 75%;
        height: 36px; /*28px*/
        border-radius: 0; /*calc(28px / 2)*/
        padding: 0.25rem 1rem;
    }
}

.header_Box a:hover .fa-search,
.header_Box a:hover .LMS-text,
.header_Box a:hover .link-text,
.header_Box a:active .fa-search,
.header_Box a:active .LMS-text,
.header_Box a:active .link-text {
    color: var(--FFFcolor);    
    background-color: var(--color_006DCE);
}

.header_Box a:focus .fa-search,
.header_Box a:focus .LMS-text,
.header_Box a:focus .link-text {
    color: var(--blackcolor);    
    background-color: #ffa700 !important;
}

/*=============================================*/
/*=============================================*/

.header_section .link-form-down {
    position: absolute;
    /*top: 100%;*/    /*115%*/
    min-width: 9rem;
   /* height: 3rem !important;*/    /*3rem*/
    
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    
    transform: scaleY(0);
    transform-origin: top;
    /*z-index: 1000;*/
    z-index: 10000; 
    
    padding: 0;
    border-radius: 8px;
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.5);
    
    background-color: var(--FFFcolor);
}

@media (max-width:991px) {
    .header_section .link-form-down {
        width: calc(100% - (0.8rem * 2));        /*90%*/
        left: 0.8rem;        /*2rem*/
    }
}

.header_section .link-form-down.active {
    transform: scaleY(1);
    transition: .3s linear;
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
}

.header_section .link-form-down a.down-item {
    display: block;
    width: 100%;
    padding: 8px 25px;
    clear: both;
    font-weight: 400;
    color: var(--blackcolor);
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}
.header_section .link-form-down a:hover.down-item  {
    border-radius: 8px;
    color: var(--FFFcolor);
    background-color: var(--color_b1420d);;
}
/*=============================================*/
/*=============================================*/

.header_section .search-form-down {
    position: absolute;
    top: 100%;    /*115%*/
    right: auto;    /*14rem / 12%*/ /*calc(15% - 21.2% / 2)*/
    
    /*width: calc(100% - 21.2%);*/    /*21.75rem*/
    height: 2.25rem !important;    /*3rem*/
    display: flex;
    align-items: center;
    transform: scaleY(0);
    transform-origin: top;
    /*z-index: 1000;*/
    z-index: 10000; 

    border-radius: 0; /*32px*/
    /* box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.5); */
    
    background-color: var(--FFFcolor);
    border: 1px solid #ddd;
}

@media (max-width:991px) {
    .header_section .search-form-down {
        width: 100%;        /*90%*/
        right: auto;        /*2rem*/ /*0.8rem*/
    }
}

.header_section .search-form-down.active {
    transform: scaleY(1);
    transition: .3s linear;
}

.header_section .search-form-down input {
    height: 100%;
    width: 100%;
    font-size: 100%;    
    color: #090a0c;
    border-top: none;
    /* border-left: 1px solid #ddd; */
    border-right: 1px solid #ddd;
    border-bottom: none;
    text-transform: none;

    padding-top: 1rem;
    padding-right: 1rem;
    padding-bottom: 1rem;
    padding-left: 1.5rem;

    /*border-radius: 30px;*/
    border-top-left-radius: 0; /*30px*/
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0; /*30px*/
}

@media (max-width:374px) {
    .header_section .search-form-down input {
        width: 150px;
    }
}

.header_section .search-form-down label.fa-search {
    cursor: pointer;
    font-size: 110%;
    height: 100%;
    margin: 0rem;    /*1rem*/    
    color: #090a0c;
    padding: 0.75rem 2rem;
    border-top-left-radius: 0;
    border-top-right-radius: 0; /*30px*/
    border-bottom-right-radius: 0; /*30px*/
    border-bottom-left-radius: 0;
    border: 1px solid transparent;
}

.header_section .search-form-down label:hover {
    color: var(--FFFcolor);    
    background-color: var(--color_b1420d);
}
.header_section .search-form-down label:focus-visible {
    outline: 2px solid #43B5FC;
}
/*=============================================*/
/*=============================================*/

/* ----- .search-box STYLE-標準 ------------------- */
.header_Box .search-box input.form-control:not(.form-control-lg):not(.form-control-sm) {
    height: -webkit-calc(1em + .75rem + 3px);
    height: -moz-calc(1em + .75rem + 3px);
    height: calc(1em + .75rem + 3px);
}

.header_Box input.form-control {
		width: 65% !important;
}

@media (max-width:1467px) {
	.header_Box input.form-control {
		width: 64% !important;
	}
}

@media (max-width:1429px) {
	.header_Box input.form-control {
		width: 63% !important;
	}
}

@media (max-width:1393px) {
	.header_Box input.form-control {
		width: 62% !important;
	}
}

@media (max-width:1359px) {
	.header_Box input.form-control {
		width: 61% !important;
	}
}

@media (max-width:1326px) {
	.header_Box input.form-control {
		width: 60% !important;
	}
}

@media (max-width:1295px) {
	.header_Box input.form-control {
		width: 59% !important;
	}
}

@media (max-width:1266px) {
	.header_Box input.form-control {
		width: 58% !important;
	}
}

@media (max-width:1238px) {
	.header_Box input.form-control {
		width: 57% !important;
	}
}

@media (max-width:1211px) {
	.header_Box input.form-control {
		width: 56% !important;
	}
}

@media (max-width:1186px) {
	.header_Box input.form-control {
		width: 55% !important;
	}
}

@media (max-width:1161px) {
	.header_Box input.form-control {
		width: 54% !important;
	}
}

@media (max-width:1138px) {
	.header_Box input.form-control {
		width: 53% !important;
	}
}

@media (max-width:1116px) {
	.header_Box input.form-control {
		width: 52% !important;
	}
}

@media (max-width:1094px) {
	.header_Box input.form-control {
		width: 51% !important;
	}
}

@media (max-width:1074px) {
	.header_Box input.form-control {
		width: 50% !important;
	}
}

@media (max-width:1054px) {
	.header_Box input.form-control {
		width: 49% !important;
	}
}

@media (max-width:1035px) {
	.header_Box input.form-control {
		width: 48% !important;
	}
}

@media (max-width:1017px) {
	.header_Box input.form-control {
		width: 47% !important;
	}
}

@media (max-width:999px) {
	.header_Box input.form-control {
		width: 46% !important;
	}
}

@media (max-width:991px) {
	.header_Box input.form-control {
		width: 40% !important;
	}
}

@media (max-width:480px) {
	.header_Box input.form-control {
		width: 72% !important;
		margin-right: 5px;
	}
}

@media (max-width:479px) {
	.header_Box input.form-control {
		width: 66% !important;
		margin-right: 5px;
	}
}

@media (max-width:405px) {
	.header_Box input.form-control {
		width: 65% !important;
		margin-right: 5px;
	}
}

@media (max-width:395px) {
	.header_Box input.form-control {
		width: 64% !important;
		margin-right: 5px;
	}
}

@media (max-width:386px) {
	.header_Box input.form-control {
		width: 63% !important;
		margin-right: 5px;
	}
}

@media (max-width:377px) {
	.header_Box input.form-control {
		width: 62% !important;
		margin-right: 5px;
	}
}

@media (max-width:369px) {
	.header_Box input.form-control {
		width: 61% !important;
		margin-right: 5px;
	}
}

@media (max-width:361px) {
	.header_Box input.form-control {
		width: 60% !important;
		margin-right: 5px;
	}
}

@media (max-width:353px) {
	.header_Box input.form-control {
		width: 59% !important;
		margin-right: 5px;
	}
}

@media (max-width:346px) {
	.header_Box input.form-control {
		width: 58% !important;
		margin-right: 5px;
	}
}

@media (max-width:339px) {
	.header_Box input.form-control {
		width: 57% !important;
		margin-right: 5px;
	}
}

@media (max-width:333px) {
	.header_Box input.form-control {
		width: 56% !important;
		margin-right: 5px;
	}
}

@media (max-width:327px) {
	.header_Box input.form-control {
		width: 55% !important;
		margin-right: 5px;
	}
}

@media (max-width:321px) {
	.header_Box input.form-control {
		width: 54% !important;
		margin-right: 5px;
	}
}

.header_Box .search-box .btn {
    position: relative;
	padding: 2.5px 30px !important;
}
/* ----- .search-box STYLE-標準 ------------------- */

/* ----- .search-box STYLE-01 ------------------- */
.search_box {
    position: relative;
}

.search_box label {
    position: absolute;
    left: 28px;
	top: 10px;
}

.search_box label i {
	font-size: 125%;
}

.search_box .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0;
}

.search_box .search-input {
    padding-left: 43px;
    padding-right: 43px;
    border-radius: 23px;
}
.search_box .search-input::placeholder { /* CSS 3 標準色 */
    color: #999999;
}
.search_box .search-input::-webkit-input-placeholder { /* Chrome, Safari */
    color: #999999;
}
.search_box .search-input:-ms-input-placeholder { /* IE 10+ */
    color: #999999;
}
.search_box .search-input::-moz-placeholder { /* Firefox 19+ */
    color: #999999;
    opacity: 1;
}

@media (min-width: 320px) and (max-width: 992px) {
	.search_box {
		padding-top: 0;
		padding-bottom: 15px;
	}
}
/* ----- .search-box STYLE-01 ------------------- */
/* ------ Header_Box -------------------------- */

/* ------ LOGO Name -------------------------- */
.header_section .navbar,
.menu_section .navbar {
	position: relative;
	display: -ms-flexbox;
	display: flex;	
	-ms-flex-pack: justify;
	justify-content: space-between;
    -ms-flex-align: center;
	align-items: center;
	padding: .5rem 0rem;
}
.header_section h1,
.menu_section h1 {
    position: relative; /*absolute*/	
	font-size: inherit;
	margin-bottom: 0;
	/*top: -57px;*/
	/*left: 0;*/
}
@media (max-width: 1305px) {
	.header_section h1,
	.menu_section h1 {
		position: relative;
		top: 0;
		left: 0;
	}
}

.header_section .navbar-brand,
.header_section h1 .navbar-brand,
.menu_section .navbar-brand,
.menu_section h1 .navbar-brand {
	display: inline-block;
	font-size: 150%; /*1.5em*/
	font-weight: 500;
	line-height: 1.2;
	white-space: nowrap;
	
	padding-top: 0.3125rem;
	padding-bottom: 0.3125rem;
	margin-right: 15px;
	margin-bottom: 0;
}

.header_section .navbar-brand img,
.menu_section .navbar-brand img {
    max-width: 475px; /*300*/
	height: auto;
}
@media screen and (min-width: 1200px) and (max-width: 1360px) {
	.header_section .navbar-brand img,
	.menu_section .navbar-brand img {
		max-width: 400px;
		height: auto;
	}
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
	.header_section .navbar-brand img,
	.menu_section .navbar-brand img {
		max-width: 335px;
		height: auto;
	}
}
@media screen and (min-width: 590px) and (max-width: 992px) {
	.header_section .navbar-brand img,
	.menu_section .navbar-brand img {
		max-width: 335px;
		height: auto;
	}
}
@media screen and (min-width: 540px) and (max-width: 590px) {
	.header_section .navbar-brand img,
	.menu_section .navbar-brand img {
		max-width: 335px;
		height: auto;
	}
}
@media screen and (min-width: 490px) and (max-width: 540px) {
	.header_section .navbar-brand img,
	.menu_section .navbar-brand img {
		max-width: 335px;
		height: auto;
	}
}
@media screen and (min-width: 479px) and (max-width: 490px) {
	.header_section .navbar-brand img,
	.menu_section .navbar-brand img {
		max-width: 335px;
		height: auto;
	}
}
@media screen and (min-width: 470px) and (max-width: 479px) {
	.header_section .navbar-brand img,
	.menu_section .navbar-brand img {
		max-width: 335px;
		height: auto;
	}
}
@media screen and (min-width: 460px) and (max-width: 470px) {
	.header_section .navbar-brand img,
	.menu_section .navbar-brand img {
		max-width: 330px;
		height: auto;
	}
}
@media screen and (min-width: 450px) and (max-width: 460px) {
	.header_section .navbar-brand img,
	.menu_section .navbar-brand img {
		max-width: 320px;
		height: auto;
	}
}
@media screen and (min-width: 440px) and (max-width: 450px) {
	.header_section .navbar-brand img,
	.menu_section .navbar-brand img {
		max-width: 310px;
		height: auto;
	}
}
@media screen and (min-width: 430px) and (max-width: 440px) {
	.header_section .navbar-brand img,
	.menu_section .navbar-brand img {
		max-width: 300px;
		height: auto;
	}
}
@media screen and (min-width: 420px) and (max-width: 430px) {
	.header_section .navbar-brand img,
	.menu_section .navbar-brand img {
		max-width: 290px;
		height: auto;
	}
}
@media screen and (min-width: 410px) and (max-width: 420px) {
	.header_section .navbar-brand img,
	.menu_section .navbar-brand img {
		max-width: 280px;
		height: auto;
	}
}
@media screen and (min-width: 400px) and (max-width: 410px) {
	.header_section .navbar-brand img,
	.menu_section .navbar-brand img {
		max-width: 270px;
		height: auto;
	}
}
@media screen and (min-width: 390px) and (max-width: 400px) {
	.header_section .navbar-brand img,
	.menu_section .navbar-brand img {
		max-width: 260px;
		height: auto;
	}
}
@media screen and (min-width: 380px) and (max-width: 390px) {
	.header_section .navbar-brand img,
	.menu_section .navbar-brand img {
		max-width: 250px;
		height: auto;
	}
}
@media screen and (min-width: 370px) and (max-width: 380px) {
	.header_section .navbar-brand img,
	.menu_section .navbar-brand img {
		max-width: 240px;
		height: auto;
	}
}
@media screen and (min-width: 360px) and (max-width: 370px) {
	.header_section .navbar-brand img,
	.menu_section .navbar-brand img {
		max-width: 230px;
		height: auto;
	}
}

@media (max-width: 359px) {
	.header_section .navbar-brand img,
	.menu_section .navbar-brand img {
		max-width: 230px;
		height: auto;
	}
}
/*@media screen and (min-device-width: 000px) and (max-device-width: 000px) {}*/
/* ------ LOGO Name -------------------------- */

/* ============================================= */
/* ------ 首頁 HEADER -------------------------- */
/* ============================================= */




/* ============================================= */
/* ------ 首頁 sticky-header -------------------- */
/* ============================================= */
.main-header {
	position: relative;
	display: block;
	width: 100%;
	z-index: 9999;
	background: none;
}

.fixed-header .sticky-header .logo {
	padding: 10px 0px;
}

.fixed-header .sticky-header .logo img {
	height: 50px;
}

.sticky-header .main-menu {
	position: relative;
	float: left;
}

.sticky-header .main-menu .navigation > li {
	margin-left: 30px !important;
	padding: 0;
	margin-right: 0 !important;
	background-color: transparent;
}

.sticky-header .main-menu .navigation > li.dropdown > a:after,
.sticky-header .main-menu .navigation > li:before {
	display: none;
}

.sticky-header .main-menu .navigation > li > a {
	font-size: 100%;
    line-height: 30px;
	font-weight: 600;    
	text-transform: capitalize;
    
    color: #090a0c;
    padding: 21px 0px !important;
    
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.sticky-header .main-menu .navigation > li > ul > li > ul {
	left: auto;
	right: 100%;
	margin-right: 10px;	
}

.sticky-header .main-menu .navigation > li > ul > li > ul:before {
	left: auto;
	right: -10px;
}

.sticky-header .main-menu .navigation > li:hover > a,
.sticky-header .main-menu .navigation > li.current > a,
.sticky-header .main-menu .navigation > li.current-menu-item > a {
	opacity:1;
}

.sticky-header .booking-link {
	position: relative;
	float: left;
	margin-left: 25px;
	padding-top: 15px;
}

.sticky-header .search-btn {
	position:relative;
	float:left;
	margin-left: 30px;
	margin-top: 22px;
}

.sticky-header .search-btn button {
	position: relative;
	display: block;
	padding: 0;
	margin: 0;
	background: none;
	line-height: 30px;
	color: #b5c0cf;
	font-size: 112.5%;
	cursor: pointer;
}

.sticky-header .search-btn button .icon {
	vertical-align: middle;
}
/* ============================================= */
/* ------ 首頁 sticky-header -------------------- */
/* ============================================= */




/* ============================================= */
/* ------ 首頁 MENU Toggler Menu ---------------- */
/* ============================================= */
.menu_section {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
	/*
    background-image: url(../images/hero-bg.svg);
    background-size: cover;
    background-position: bottom;
	*/
}

.menu_section .customMENU_Box {
    position: relative;
    display: block;
}

.menu_section .navbar-toggler {
    padding: .25rem .25rem;
    font-size: 125%; /*1.25em*/
    line-height: 1;
    /*background-color: transparent;*/
    /*border: 1px solid transparent;*/
	/*border-radius: .25rem;*/
	border-radius: 100%; /*100%*/
    
    background-color: var(--FFFcolor);
    border: 1px solid rgba(0, 0, 0, 0.175);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.175);
}
@media (min-width: 320px) and (max-width: 435px) {
	.menu_section .navbar-toggler {
		font-size: 112.5%;
	}
}
.menu_section .navbar-dark .navbar-toggler {
    color: rgba(255,255,255,.5);
}
.menu_section .navbar-dark .navbar-toggler:hover {
    color: #263337;
    background-color: var(--color_006DCE);
}
/*----------------------------------------------------------------*/
.menu_section .navbar-toggler-icon {
    display: inline-block;
    width: 32px;
	height: 32px;
    vertical-align: middle;
    content: "";
    background: 50%/100% 100% no-repeat;
	background-image: none;
}
.menu_section .navbar-dark .navbar-toggler .navbar-toggler-icon {
    background-image: url("../images/navbar-toggler-icon_hover.svg");
}
.menu_section .navbar-dark .navbar-toggler:hover .navbar-toggler-icon {
    background-image: url("../images/navbar-toggler-icon.svg");
}
/*----------------------------------------------------------------*/
.menu_section .navbar-toggler > .close {
    display: inline-block;
    width: 32px;
	height: 32px;
    vertical-align: middle;
    content: "";
    background: 50%/100% 100% no-repeat;
	background-image: none;
	opacity: 1;
}
.menu_section .navbar-dark .navbar-toggler .close {
    background-image: url("../images/navbar-close-icon_hover.svg");
}
.menu_section .navbar-dark .navbar-toggler:hover .close {
    background-image: url("../images/navbar-close-icon.svg");
}
.menu_section .navbar-dark .close:not(:disabled):not(.disabled):focus, 
.menu_section .navbar-dark .close:not(:disabled):not(.disabled):hover {
	opacity: 1;
}
/*----------------------------------------------------------------*/
/* ============================================= */
/* ------ 首頁 MENU Toggler Menu ---------------- */
/* ============================================= */




/* ============================================= */
/* ------ 首頁 Carousel_Slide ------------------- */
/* ============================================= */
.carousel_slide_section a:focus {
	display: block;
	text-decoration: none;
	outline: 2px solid #43B5FC;
	outline-offset: -2px;
}

.carousel_slide_section {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	/*background-image: url(../images/hero-bg.svg);
	background-size: cover;
	background-position: bottom;*/
	
	/*padding-top: 120px;*/
    background-color: transparent;
}

/*-------------------------------------------*/
@media (max-width: 991px) {
    .carousel_slide_section .carousel-item {
        height: 100%;
    }
}
@media (min-width: 992px) {
    .carousel_slide_section .carousel-item {
        /* height: calc(100vh - 128px); */
        /* height: calc(100vh - 310px); */
        /*height: calc(100vh - 200px);*/
    }
}
/*-------------------------------------------*/
.carousel_slide_section video {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    width: 100%;
    height: 100%;
    /*transform: scale(1.125);*/
    z-index: 0;
    overflow: hidden;
}
@media (max-width: 991px) {
    .carousel_slide_section video {
        position: relative;
        min-height: 350px;
        transform: scale(2.25);
    }
}
@media (min-width: 992px) {
    .carousel_slide_section video {
        transform: scale(1.125);
    }
}
/*-------------------------------------------*/
.carousel_slide_section .carousel-item img {
    width: 100%;
    /*height: 100%;*/
    object-fit: contain; /*cover*/
}
@media (max-width: 991px) {
    .carousel_slide_section .carousel-item img {
        /*height: 350px;*/
        overflow: hidden;
    }
}
@media (min-width: 991px) {
    .carousel_slide_section .carousel-item img {
        width: 100%;
        /*height: 100%;*/
    }
}
/*=============================================*/
/* ==   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%;
}
.carousel_slide_section .carousel_btn-icon-next {
	right: 2.5%;
}

@media (max-width:768px) {
	.carousel_slide_section .carousel_btn-icon-prev,
	.carousel_slide_section .carousel_btn-icon-next {
		top: calc(50% - 16px);
	}
}

.carousel_slide_section .carousel_btn-icon-prev a.carousel-control-prev,
.carousel_slide_section .carousel_btn-icon-next a.carousel-control-next {
	position: relative;
	width: 40px;
	height: 40px;
	border-radius: 0; /*100%*/
	opacity: 1;
	background-repeat: no-repeat;
	background-size: 8px;
	background-position: center;
	
    background-color: rgba(0, 0, 0, 0.35); /*rgba(255, 255, 255,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: 40px;
	height: 40px;
    border-radius: 0; /*100%*/
    
	background-position-x: 50%;
	background-position-y: center;
	background-repeat: no-repeat;
	background-attachment: scroll;
	/*background-image: none;*/
	background-size: 100% 100%;
	background-origin: padding-box;
	background-clip: border-box;
	
	border: 1px solid var(--FFFcolor); 
	/*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.svg);
}

.carousel_slide_section .carousel_btn-icon-next a.carousel-control-next .carousel-control-next-icon {
	background-image: url(../images/banner/next.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 {
	opacity: 1;
    background-image: url(../images/banner/prev.svg);
	background-color: var(--color_006DCE);
}
.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 {
	opacity: 1;
    background-image: url(../images/banner/next.svg);
	background-color: var(--color_006DCE);
}

.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 {
    text-decoration: none;
    outline: 2px solid #43B5FC;
	outline-offset: -2px;

    background-color: var(--color_006DCE);
}

@media (max-width:768px) {
    .carousel_slide_section .carousel_btn-icon-prev a.carousel-control-prev,
    .carousel_slide_section .carousel_btn-icon-next a.carousel-control-next,    
	.carousel_slide_section .carousel_btn-icon-prev a.carousel-control-prev .carousel-control-prev-icon,
    .carousel_slide_section .carousel_btn-icon-next a.carousel-control-next .carousel-control-next-icon {
		width: 32px;
		height: 32px;
	}
}

/*=============================================*/
/* ==   輪播 標題文字   ======================== */
/*=============================================*/
.carousel_slide_section .text-area {
	position: absolute;
    right: 0%;	/*15%*/
    bottom: 0%; /*20px*/
    left: 0%;	/*15%*/
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
	padding-left: 20px;
    padding-right: 20px;
    
    color: var(--FFFcolor);    
    text-align: center;
	background-color: rgba(0, 0, 0, 0.5);
}

.carousel_slide_section .carousel-caption {
    position: relative;
    right: 0%;	/*15%*/
    bottom: 20px;
    left: 0%;	/*15%*/
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 5px;
	padding-left: 150px;
    padding-right: 150px;
    
    color: var(--FFFcolor);
    text-align: center;
}

.carousel_slide_section .carousel-caption h3 {
    font-size: calc(100% + 50%);	/*1.5rem/24*/
	font-weight: 600;
	line-height: 1.2;
	margin-bottom: 0rem;
}

.carousel_slide_section .carousel-caption p {
	font-size: calc(100% + 12.5%);	/*1.125rem/18*/
	font-weight: inherit;
	line-height: inherit;
    margin-top: 0;
    margin-bottom: 1rem;
}

@media (max-width:576px) {
	.carousel_slide_section .text-area {
		padding-top: 15px;
		padding-bottom: 20px;
		padding-left: 15px;
		padding-right: 15px;
	}
	
	.carousel_slide_section .carousel-caption {
		padding-top: 0;
		padding-bottom: 0;
		padding-left: 0;
		padding-right: 0;
		bottom: 0px;
	}
	
	.carousel_slide_section .carousel-caption h3 {
		font-size: calc(100% + 12.5%);	/*1.125rem/18*/
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 1;
		overflow: hidden;
		height: 25px;
	}
	
	.carousel_slide_section .carousel-caption p {
		font-size: calc(93.75%);	/*0.9375rem/15*/
	}
}
/*=============================================*/
/* ==   輪播 標題文字   ======================== */
/*=============================================*/

/*=============================================*/
/* ==   輪播 點點點    ========================= */
/*=============================================*/
@media (max-width:991px) {
    .carousel_slide_section dl, 
    .carousel_slide_section ol, 
    .carousel_slide_section ul {
        margin-top: 0;
        margin-bottom: 1rem;
    }
}
@media (min-width:992px) {
	.carousel_slide_section dl, 
	.carousel_slide_section ol, 
	.carousel_slide_section ul {
		margin-top: 0;
		margin-bottom: 1rem;
	}
}

.carousel_slide_section .carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;        
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none;
    z-index: 15; /*15*/
}
@media (max-width:991px) {
	.carousel_slide_section .carousel-indicators {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
        justify-content: center;
	}
}
/*@media (min-width:992px) {
	.carousel_slide_section .carousel-indicators {
        display: none;
	}
}*/

.carousel_slide_section .carousel-indicators li {
    box-sizing: content-box;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    
    width: 12px;
    height: 12px;
    
    margin-right: 6px;
    margin-left: 6px;
    text-indent: -999px;
    cursor: pointer;
    
    border: 1px solid var(--color_006DCE);
    background-color: var(--FFFcolor);
    background-clip: padding-box;
    
    opacity: .5;
    border-radius: 100%;
    transition: opacity .6s ease;	
}

.carousel-indicators [data-bs-target] {
	box-sizing: content-box;
	flex: 0 1 auto;
	width: 12px;
	height: 12px;
	padding: 0;
	margin-right: 3px;
	margin-left: 3px;
	text-indent: -999px;
	cursor: pointer;
	background-color: var(--FFFcolor);
	background-clip: padding-box;
	border: 1px solid #ff9000;
	opacity: .5;
	border-radius: 100%;
	transition: opacity .6s ease;
}

.carousel-dark .carousel-indicators [data-bs-target] {
	background-color: var(--FFFcolor);
}

.carousel_slide_section .carousel-indicators .active {
    opacity: 1;
	background-color: #ff9000;
}
.carousel_slide_section .carousel-indicators a:focus:not(:focus-visible) {
	text-decoration: none;
	outline: thin dotted;
	outline: 3px solid #43B5FC;
	outline-offset: 3px !important;
	color: #000000 !important;
	background-color: #ffa700 !important;
	opacity: 1;
}
/*=============================================*/
/* ==   輪播 點點點    ========================= */
/*=============================================*/

/*=============================================*/
/* ==   輪播 暫停/撥放    ====================== */
/*=============================================*/
.carousel_slide_section .control-box {	
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	
	align-items: center;
	
	position: absolute; 
    /*left: 1.125%;*/
    /*right: 1.125%;*/
    z-index: 2;
    padding: 0; 
    margin-bottom: 1rem;
    color: var(--FFFcolor);
    text-align: center;
	/*background-color: rgba(0, 0, 0, 0.5);*/
    width: 115px;
}
@media (max-width: 991px) {
	.carousel_slide_section .control-box {
        justify-content: flex-start;
        left: 17px;
        top: 1%;
	}
}
@media (min-width: 992px) {
	.carousel_slide_section .control-box {   
        justify-content: flex-end;
        right: 65px;
        /* bottom: 0%; */
        top: 3%;
	}
}

.carousel_slide_section .control-start,
.carousel_slide_section .control-pause {
	position: relative;
	/*width: 48px;*/
	/*height: 48px;*/
	
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	z-index: 2; /*999*/
}
.carousel_slide_section .control-start {
	right: calc(1.5% - 20px + 10px);
}
.carousel_slide_section .control-pause {
	right: calc(1.5% - 20px);
}

.carousel_slide_section .control-start a,
.carousel_slide_section .control-pause a {
	position: relative;
	display:inline-block;
	/*right: 18%;*/
	width: 40px;
	height: 40px;
    
    color: var(--color_006DCE);
	border-radius: 0; /*100%*/
     border: 1px solid var(--FFFcolor); 
    background-color: rgba(0, 0, 0, 0.35); /*rgba(255, 255, 255, 0.5)*/
}

.carousel_slide_section .control-start-icon,
.carousel_slide_section .control-pause-icon {
	display: inline-block;
	width: 40px;
	height: 40px;
	background-position-x: 50%;
	background-position-y: center;
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-image: none;
	background-size: 100% 100%;
	background-origin: padding-box;
	background-clip: border-box;
}

.carousel_slide_section .control-start-icon {
    background-image: url(../images/banner/control-start-icon.svg);
}
.carousel_slide_section .control-start a:hover .control-start-icon,
.carousel_slide_section .control-start a:focus .control-start-icon {
    background-image: url(../images/banner/control-start-icon.svg);
}

.carousel_slide_section .control-pause-icon {
    background-image: url(../images/banner/control-pause-icon.svg);
}
.carousel_slide_section .control-pause a:hover .control-pause-icon,
.carousel_slide_section .control-pause a:focus .control-pause-icon{
    background-image: url(../images/banner/control-pause-icon.svg);
}

.carousel_slide_section .control-start a:hover,
.carousel_slide_section .control-pause a:hover {
	opacity: 1;
	background-color: var(--color_006DCE);
}

.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(--color_006DCE);
}

@media (max-width:768px) {
	.carousel_slide_section .control-start a,
	.carousel_slide_section .control-pause a,
	.carousel_slide_section .control-start-icon,
	.carousel_slide_section .control-pause-icon {
		width: 32px;
		height: 32px;
	}
	
	.carousel_slide_section .control-box {	
		padding-top: 5px;    
		padding-left: 0px;
		padding-right: 0px;
		padding-bottom: 0px;
	}

	.carousel_slide_section .control-start {
		right: calc(1.5% + 5px);
	}
	.carousel_slide_section .control-pause {
		right: 1.5%;
	}
}
/*=============================================*/
/* ==   輪播 暫停/撥放    =======================*/
/*=============================================*/

/*=============================================*/
/* ==   輪播 新標題文字   =======================*/
/*=============================================*/
.carousel_slide_section .carousel-text-area {
    position: absolute;
    width: 100%;
    height: 209px;
    left: 0;
    z-index: 1;    
}
@media (max-width: 991px) {
    .carousel_slide_section .carousel-text-area {
        /*top: calc((100% - 115px) / 2);*/
        top: calc((100% - 90px) / 2);
    }
}
@media (min-width: 992px) {
    .carousel_slide_section .carousel-text-area {
        /*top: calc((100% - 100px) / 2);*/
        top: calc((100% - 200px) / 2);
    }
}
/*-------------------------------------------*/

/*.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;
    z-index: 2;
}
@media (max-width: 575px) {
    .carousel_slide_section .box-text {
        justify-content: flex-start;
        align-items: flex-start;
    }
}
@media (min-width: 576px) {
    .carousel_slide_section .box-text {
        justify-content: flex-start;
        align-items: flex-start;
    }    
}
/*-------------------------------------------*/

.carousel_slide_section .b-text-tw,
.carousel_slide_section .b-text-en {
    position: relative;
    font-family: "Noto Sans TC";
    /*font-size: 300%;*/
    
}
.carousel_slide_section .b-text-tw {
    font-weight: bold;
    letter-spacing: 2;
}
@media (max-width: 575px) {
    .carousel_slide_section .b-text-tw {
        justify-content: center;
        align-items: center;
        font-size: 125%;
    }
    .carousel_slide_section .b-text-en {
        justify-content: center;
        align-items: center;
        font-size: 100%;
    }    
}
@media (min-width: 576px) {
    .carousel_slide_section .b-text-tw {
        font-size: 262.5%;
    }
    .carousel_slide_section .b-text-en {
        font-size: 137.5%;
    }    
}
.carousel_slide_section .Gcolor {
    color: var(--color_b1420d);
}
.carousel_slide_section .Fcolor {
    color: var(--FFFcolor);
}
/*=============================================*/
/* ==   輪播 新標題文字   =======================*/
/*=============================================*/
/* ============================================= */
/* ------ 首頁 Carousel_Slide ------------------- */
/* ============================================= */




/* ============================================= */
/* ------ 首頁 快捷選單 -------------------------- */
/* ============================================= */
.page_fixedblack_section .buybtn-panel ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
/*.page_fixedblack_section .buybtn-panel ul::after {
	position: absolute;
	top: calc(( 100% - 504px ) / 2 );
	left: 60px;
	content: "";
	width: 1px;
	height: calc( 100% - 60px );
	
	background-color: #7d0000;
}*/
/*@media (max-width: 992px) {
	.page_fixedblack_section .buybtn-panel ul {
		display: none;
	}
}*/
.page_fixedblack_section .buybtn-panel ul li {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
}

.page_fixedblack_section .buybtn-panel ul li::before {
	position: absolute;
	top: 18px;
	left: -18px;
	content: "";
	width: 10px;
	height: 10px;
	border-radius: 99em;
	background-color: var(--G555color);	
}
.page_fixedblack_section .buybtn-panel ul li:hover::before,
.page_fixedblack_section .buybtn-panel ul li:focus::before {
	background-color: var(--color_b1420d);
}
.page_fixedblack_section .buybtn-panel ul li:hover::after {    
    position: absolute;
    top: 13.5;
    left: -22.5px;
    content: "";
    width: 20px;
    height: 20px;
    height: 19.75px;
    border: 1px solid var(--color_b1420d);
    border-radius: 100%;
}

/*-------------------------------------------*/
.page_fixedblack_section .buybtn-panel li a {
	position: relative;
	display: inline-block;
	font-size: 112.5%;
	/*font-weight: bold;*/
	width: 100%;
	color: var(--blackcolor);
	padding: 8px 15px;
	background-color: transparent;
}
.page_fixedblack_section .buybtn-panel li a:focus {
    text-decoration: none;
    outline: thin dotted;
    outline: 2px solid #43B5FC;
    outline-offset: -2px;
    color: var(--color_b1420d) !important;
    background-color: transparent!important;
}
@media (max-width: 991px) {sss
    .page_fixedblack_section .buybtn-panel li a {
        font-size: 93.75%;
    }
}
@media (min-width: 992px) {
    .page_fixedblack_section .buybtn-panel li a {
        font-size: 112.5%;
    }
}
.page_fixedblack_section .buybtn-panel li a:hover,
.page_fixedblack_section .buybtn-panel li a:focus {
	color: var(--color_b1420d);
}
.page_fixedblack_section .buybtn-panel li a.active {
	color: var(--color_b1420d);
}
/*-------------------------------------------*/

.page_fixedblack_section .buybtn-panel.is-hidden {	
	width: 300px; /*385*/ /*420*/
	right: -255px; /*-332*/ /*-375*/
	
	-webkit-transition: left .3s ease-out;
	transition: left .3s ease-out;
}
@media (max-width: 991px) {
    .page_fixedblack_section .buybtn-panel.is-hidden {	
        height: 135px;
    }
}
@media (min-width: 992px) {
    .page_fixedblack_section .buybtn-panel.is-hidden {	
        height: 160px;
        /*bottom: -160px;*/
    }
}
/*-------------------------------------------*/

.page_fixedblack_section .buybtn-panel {
	position: fixed;
	z-index: 999;
	/*top: calc((( 100vh - 50% ) / 2 ) - 30px);*/
    top: 161.9px;    
	right: 0;
	
	width: 300px; /*385*/ /*420*/
	height: auto;
	
	padding: 5px 0px 10px 0px;

	border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 10px;
	background-color: #FFFFFF;
	
	-webkit-box-shadow: 0 0 20px 5px rgba(0,0,0,.1);
	box-shadow: 0 0 20px 5px rgba(0,0,0,.1);	
	
	transition: .3s, transform .3s;
	padding-left : 85px; /*73px*/
}
@media (max-width: 350px) {
    .page_fixedblack_section .buybtn-panel {
        top: calc((100% - 161.9px) / 2 );
    }
}
/*-------------------------------------------*/
.page_fixedblack_section .buybtn-close a {
	position: absolute;
	display: block;
	
	/*top: 23px;*/
	right: calc(400px - 145px);	 /*calc(400px - 62px)*/	 /*calc(400px - 24px)*/	
	
	font-weight: bold;
	line-height: 40px;
	Letter-spacing: 5px;
	cursor: pointer;
	
	width: 40px;
	/*height: 150px;*/
	/*left: 0;*/
	
	color: var(--color_b1420d) !important;
	writing-mode: vertical-rl;
	
	padding: 30px 0 8px 0;
}
.page_fixedblack_section .buybtn-close a:focus {
    text-decoration: none;
    /*outline: thin dotted;*/
    outline: 2px solid #43B5FC;
    outline-offset: -2px;
    color: var(--color_b1420d) !important;
    background-color: transparent!important;
}
@media (max-width: 991px) {
    .page_fixedblack_section .buybtn-close a {
        font-size: 93.75%;
    }
}
@media (min-width: 992px) {
    .page_fixedblack_section .buybtn-close a {
        font-size: 112.5%;
    }
}

.page_fixedblack_section .buybtn-close a:before,
.page_fixedblack_section .buybtn-panel.is-hidden .buybtn-close a:before {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;

	position: absolute;
	top: 0;
    left: 0;
	
    font-size: 95%;
	font-style: normal;
	font-weight: 900;
	color: var(--color_b1420d);
	height: 40px;
	width: 40px;
}
.page_fixedblack_section .buybtn-close a:before {
    content: "▶";
}
.page_fixedblack_section .buybtn-panel.is-hidden .buybtn-close a:before {
	content: "◀";
}


/*-------------------------------------------*/
.page_fixedblack_section .buybtn-panel.is-hidden img {
	visibility: hidden;
}
.page_fixedblack_section .buybtn-panel img {
	width: 100%;
}
/*-------------------------------------------*/
/* ============================================= */
/* ------ 首頁 快捷選單 -------------------------- */
/* ============================================= */




/* ============================================= */
/* =====  首頁 共用 HEADER TITLE 標題 ============ */
/* ============================================= */
.TITLE_BOX  {
	position: relative;
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}
.div-header {  
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    
    position: relative;
    z-index: 1;
	min-height: 40px;
	margin-bottom: 16px;
}

.div-header .TextDIV {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row; /*column*/
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-end; /*flex-start*/
}

.div-header .title-icon {
	background-image: url(../images/title_icon.svg);
    width: 8px;
    height: 32px;
    display: block;
}
.div-header .title-tw {
	font-size: 200%;
	line-height: 1.2;
	font-weight: 600;
    color: var(--G555color);
	margin-bottom: 0;
}
@media (max-width: 575px) {
	.div-header .title-tw {
		font-size: 137.5%;
        padding-left: 10px; /*32px*/
	}
}
@media (min-width: 576px) {
	.div-header .title-tw {
		font-size: 162.5%;
        padding-left: 15px; /*42px*/
	}
}

/* .div-header .title-tw span {
    color: var(--color_b1420d);
} */

.div-header .title-en {
	font-size: 100%;
	line-height: 1.5;
	font-weight: 600;
    color: var(--color_007cc0);
	margin-bottom: 0;
	text-transform: uppercase;
    /*padding-left: 42px;*/
}
/* .div-header .title-en::before {
    content: "";
    position: absolute;
    height: 2px;
    background-color: var(--color_b1420d);
    left: 0;
} */
@media (max-width: 575px) {
	.div-header .title-en {
		font-size: 81.25%;
        padding-left: 10px; /*32px*/
	}
    /* .div-header .title-en::before {
        width: 23px;
        bottom: 8px;
    } */
}
@media (min-width: 576px) {
	.div-header .title-en {
		font-size: 125%;
        padding-left: 15px; /*42px*/
	}
    /* .div-header .title-en::before {
        width: 30px;
        bottom: 10px;
    } */
}

/*=============================================*/
/* ==   首頁 共用 MORE   =======================*/
/*=============================================*/
.customize_btn .Btn_s1 {
    position: relative;
    
    line-height: 1.75;
    letter-spacing: normal;
    text-align: center;    
    
    padding: 10px 40px;    
    /*width: 100%;*/
    overflow: hidden;
    z-index: 1;
    
    color: var(--G555color);
    border-radius: 999999px;   
    border: 1px solid var(--color_006DCE);
    background-color: var(--FFFcolor);
}
@media (max-width: 575px) {
    .customize_btn .Btn_s1 {
        font-size: 93.75%;
        padding: 2.125px 20px;
    }
}
@media (min-width: 575px) {
    .customize_btn .Btn_s1 {
        font-size: 93.75%;
        font-weight: 600;        
		padding: 2.125px 40px;
    }
}
.customize_btn .Btn_s1:hover {
    color: var(--FFFcolor);
    border: 1px solid var(--color_006DCE);
    background-color: var(--color_006DCE);
    transition: all 1s;
}
/*=============================================*/
/* ==   首頁 共用 MORE   =======================*/
/*=============================================*/
/* ============================================= */
/* =====  首頁 共用 HEADER TITLE 標題 ============ */
/* ============================================= */



/* ================================================== */
/* ------ 首頁 新聞公告 Newsbox-section --------------- */
/* ================================================== */
.newsbox-section {
	position: relative; 
	display: block;
    
    background-color: var(--FFFcolor);
    /*background-color: var(--global-background-transparent);*/
    
	/*background-image: url(images/bg/.....);*/
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center top;
}
/*------------------------------------------------*/
.newsbox-section .Mask-DivBox {  
    text-align: left;
    background-size: cover;
	background-repeat: no-repeat;
	background-position-x: center;
	background-position-y: top;
	
    background-color: transparent;
	/*background-image: url("../images/news/background-news-image_1920x1281.jpg");*/	
	background-blend-mode: multiply; 	/* 設置背景混和模式為相乘模式*/
}
/*------------------------------------------------*/
.newsbox-section .customizeBox {  
    position: relative; 
	display: block;
    z-index: 1;
}
/*------------------------------------------------*/
.newsbox-section .row {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
}

/*=============================================*/
/* ==   標籤 tab Li   ==========================*/
/*=============================================*/
.newsbox-section .tab_ulbox {
	position: relative;
	display: block;    
	margin-right: -15px;
	margin-left: -15px;    
    border-bottom: transparent;
    margin-bottom: 15px;
}
/*------------------------------------------------*/
.newsbox-section .nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    justify-content: space-between;
    
    border-bottom: none;
    padding: 35px 0 0 0;
}
/*------------------------------------------------*/
.newsbox-section .nav-fill .nav-item,
.newsbox-section .nav-fill > .nav-link {
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	text-align: center;
}
/*------------------------------------------------*/
.newsbox-section .nav-justified .nav-item,
.newsbox-section .nav-justified > .nav-link {
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-ms-flex-positive: 1;
	flex-grow: 1;
	text-align: center;
}
@media (max-width: 480px) {
	.newsbox-section .nav-justified .nav-item,
	.newsbox-section .nav-justified > .nav-link {
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-ms-flex-positive: 0;
		flex-grow: 0;
		text-align: center;
	}
}
/*------------------------------------------------*/
.newsbox-section .nav-tabs .nav-link {
	margin-bottom: 0px;
	border-radius: 99em; /*30px*/
    
	border: 1px solid transparent;
    background-color: transparent;
}
.newsbox-section .nav-link {
	display: block;
	padding: 8px 8px; /*8px 16px*/
}

.newsbox-section .nav-link:focus,
.newsbox-section .nav-link:hover {
	text-decoration: none
}

.newsbox-section .nav-link.disabled {
	color: #6c757d;
	pointer-events: none;
	cursor: default;
}
/*------------------------------------------------------*/
.newsbox-section .nav-tabs li a.nav-link {
	position: relative;
    font-size: 112.5%;
    font-weight: 600;
    text-align: center;
	margin-bottom: 0rem;
	
    /*display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    max-height: 45px;*/
}
@media (max-width: 767px) {
	.newsbox-section .nav-tabs li a.nav-link {
		font-size: 106.25%;
	}
}
@media (min-width: 768px) {
	.newsbox-section .nav-tabs li a.nav-link {
		font-size: 112.5%;
	}
}

.newsbox-section .nav-tabs li a.nav-link {
	color: var(--blackcolor);                                /*字顏色*/
}

.newsbox-section .nav-tabs a.nav-link:focus,
.newsbox-section .nav-tabs a.nav-link:hover {
	color: var(--color_b1420d);                /*滑過時變色*/
    
    border: 1px solid transparent;    
	background-color: transparent;	
}
.newsbox-section .nav-tabs li.active a,
.newsbox-section .nav-tabs li.active a:hover,
.newsbox-section .nav-tabs li.active a:focus {
	color: var(--color_b1420d);                /*滑過時變色*/
    border: 1px solid transparent;
	background-color: transparent;	
}

.newsbox-section .nav-tabs .nav-link.disabled {
	color: var(--color_b1420d);
	border-color: transparent;
    background-color: transparent;
}

.newsbox-section .nav-tabs .nav-item.show .nav-link,
.newsbox-section .nav-tabs .nav-link.active {
	color: var(--color_b1420d);
	border: 1px solid transparent;
	background-color: transparent;	
}

.newsbox-section .nav-tabs .dropdown-menu {
	margin-top: -1px;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.newsbox-section .nav-pills .nav-link {
	border-radius: 99em;
}

.newsbox-section .nav-pills .nav-link.active,
.newsbox-section .nav-pills .show > .nav-link {
	color: var(--FFFcolor);
	background-color: transparent;	
}
/*------------------------------------------------*/
/* 按鈕跳動 */ 
.newsbox-section .nav-tabs a.nav-link:hover {	
	transform: translateY(-5px);
	transition: .2s ease-in-out;

	/* 按鈕跳動 */ 
	/*-webkit-animation-name: bounce;
	animation-name: bounce;
	-webkit-transform-origin: center bottom;
	transform-origin: center bottom;
	
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-duration: var(--animate-duration);
	animation-duration: var(--animate-duration);
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;  */
}
/*=============================================*/
/* ==   標籤 tab Li   ==========================*/
/*=============================================*/

/*=============================================*/
/* ==   輪播 內容 ITEM   =======================*/
/*=============================================*/
.newsbox-section.swiper-box .item .wrapper_box .mb-30 {
    margin-bottom: 30px;
}

.newsbox-section.swiper-box .item .wrapper_box .media-item {
    position: relative;
    float: left;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px; 
    
    border-radius: 20px;
    background-color: var(--FFFcolor);
    background-color: #F0F0F0;
    
    box-shadow: 1px 1.732px 18px 0px rgba(0, 0, 0, 0.15);
}
/*--------------------------------------------*/

.newsbox-section.swiper-box .item .wrapper_box .media-item a {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.newsbox-section.swiper-box .item .wrapper_box .media-item a .media-img {
    width: 100%;
}

.newsbox-section.swiper-box .item .wrapper_box .media-item a .media-img-outer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    
    width: 100%;
    min-height: 356.1px;
    overflow: hidden;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 20px;
    border: 1px solid rgb(241, 238, 231);
}
.newsbox-section.swiper-box .item .wrapper_box .media-item a .media-content {
    position: relative;
    display: block;
    width: 100%;
    padding: 24px 24px 24px 24px;
    background-color: var(--FFFcolor);
    min-height: 146px;
}

.newsbox-section.swiper-box .item .wrapper_box .media-item a .box_content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
}
/*--------------------------------------------*/
.newsbox-section .NEW-category1 {
	position: absolute;
    top: -33px;
    right: 0;
}
.newsbox-section .NEW-category1 .category-small {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    
	font-size: 87.5%;
	line-height: 1.5;
	font-weight: 900;	
    text-transform: uppercase;
    color: var(--blackcolor);
	padding: 6px 32px;
    background-color: #e8e2d6;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}

.newsbox-section .NEW-category2 {
	position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.newsbox-section .NEW-category2 .category-small {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    
	font-size: 75%;
	line-height: 1.5;
	font-weight: 900;	
    color: var(--color_b1420d);
	padding: 4px 16px;	
	margin-right: 5px;
    border: 1px solid var(--color_b1420d);
    border-radius: 20px;
}

/*--------------------------------------------*/
/*----- // 至頂標籤 ---------------------------*/
.newsbox-section .NEW-hotop {
	position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.newsbox-section .NEW-hotop .icon-small {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    
	font-size: 62.5%;
	line-height: 1.5;
	font-weight: 900;	
	padding: 3px 16px;
	border-radius: 20px;
	margin-right: 5px;
}
.newsbox-section .NEW-hotop .icon-small.hot-bg {
	color: var(--FFFcolor);    
	background: #ce1800;
}
.newsbox-section .NEW-hotop .icon-small.top-bg {
	color: var(--FFFcolor);
	background-color: #004aa5;
}
.newsbox-section .NEW-hotop .icon-small.new-bg {
	color: #090a0c;
	background-color: #fda601;
}
/*----- // 至頂標籤 ---------------------------*/
/*--------------------------------------------*/
/*-----------------------------------------------------------------*/
.newsbox-section.swiper-box .item .wrapper_box .media-item a .media-content .NEW-date {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	
	position: relative;
}
.newsbox-section.swiper-box .item .wrapper_box .media-item a .media-content .NEW-date .date-small-txt {
	font-size: 87.5%;
	line-height: 1.25;
	font-weight: 900;	
    color: #707070;
	text-align: center;
	padding: 2px 0px;
	border-radius: 4px;
	margin-right: 5px;
}

/*-----------------------------------------------------------------*/
.newsbox-section.swiper-box .item .wrapper_box .media-item a .media-content .tit-text {
    font-weight: 600;
    color: #090a0c;
    text-transform: uppercase;
    word-break: break-all;
    
    display: -webkit-box;
	/* 第一步：設定 display 為 -webkit-box 元素。 */
	-webkit-box-orient: vertical;
	/* 第二步：設定 box 的子元素，是由上往下垂直排列。*/
	-webkit-line-clamp: 2;
	/* 第三步：設定欲顯示的行數，超出則顯示省略符號(...)。 */
	overflow: hidden;
	/* 第四步：設定超過上述指定之行數時隱藏。 */
	max-height: 60px;
  	/* 第五步：其它瀏覽器降級方式：給定最大高度 */
}
@media(max-width:575px) {
    .newsbox-section.swiper-box .item .wrapper_box .media-item a .media-content .tit-text {
        font-size: 93.75%;
        color: #090a0c;
    }
}
@media(min-width:576px) {
    .newsbox-section.swiper-box .item .wrapper_box .media-item a .media-content .tit-text {
        font-size: 112.5%; 
        color: #090a0c;
    }
}
/*-----------------------------------------------------------------*/
/*ZoomIn Hover Effect*/
.newsbox-section.swiper-box .item .wrapper_box .media-item a:hover .hover-zoomin {
    position: relative;
    display: block;    
    overflow: hidden;
}
.newsbox-section.swiper-box .item .wrapper_box .media-item a:hover .hover-zoomin img {
    width: 100%;
    height: auto;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.newsbox-section.swiper-box .item .wrapper_box .media-item a:hover .hover-zoomin img {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}
.newsbox-section.swiper-box .item .wrapper_box .media-item a:hover .tit-text {
    color: var(--color_b1420d);
}

.newsbox-section.swiper-box .item .wrapper_box .media-item a:hover .media-content .customstyle-date .date-small-txt {
    color: var(--color_b1420d);
}
/*=============================================*/
/* ==   輪播 內容 ITEM   =======================*/
/*=============================================*/

/*=============================================*/
/* ==   左右選擇鍵 下方 RIGHT右邊 right: 0;   ====*/
/*=============================================*/
.newsbox-section.swiper-box .swiper-nav {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: end;
    align-items: center;
    position: absolute;
    right: 0;
    bottom: 6px;
    margin-top: 0px;
    width: 150px;
}

.newsbox-section.swiper-box .swiper .swiper-nav button.swiper-prev,
.newsbox-section.swiper-box .swiper .swiper-nav button.swiper-next {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.newsbox-section.swiper-box .swiper .swiper-nav button.swiper-prev,
.newsbox-section.swiper-box .swiper .swiper-nav button.swiper-next {    
    font: inherit;
	color: inherit;	
	padding: 0 !important;
    background: 0 0;
	border: none;   
	
	position: relative; 
	top: 45%;
	z-index: 1;
}
.newsbox-section.swiper-box .swiper .swiper-nav button.swiper-prev,
.newsbox-section.swiper-box .swiper .swiper-nav button.swiper-next {
	width: 45px;
    height: 45px;
	border-radius: 100%;
}
/*..............................................................................*/
.newsbox-section.swiper-box .swiper .swiper-nav button.swiper-prev {
	right: 15px;
	margin-right: 5px;	
}
/*..............................................................................*/
.newsbox-section.swiper-box .swiper .swiper-nav button.swiper-next {
	right: 15px;
	margin-left: 0px;
}

/*..............................................................................*/
.newsbox-section.swiper-box .swiper .swiper-nav button.swiper-prev span,
.newsbox-section.swiper-box .swiper .swiper-nav button.swiper-next span {
	width: 45px;
    height: 45px;
	border: 1px solid transparent !important;        /*★★★ 重要 未滑過 底邊色 ★★★*/ 
	background-color: transparent !important;        /*★★★ 重要 未滑過 底色 ★★★*/
	border-radius: 100%;
} 
/*@media(max-width: 991px) {
	.newsbox-section.swiper-box .swiper .swiper-nav button.swiper-prev span,
    .newsbox-section.swiper-box .swiper .swiper-nav button.swiper-next span {
		border: 1px solid transparent !important;
	    background-color: transparent !important;
	}
}*/
/*..............................................................................*/
.newsbox-section.swiper-box .swiper .swiper-nav button.swiper-prev span {
	content: url("../images/swiper/prev-G.svg");
}
.newsbox-section.swiper-box .swiper .swiper-nav button.swiper-next span {
	content: url("../images/swiper/next-G.svg");
}
/*..............................................................................*/
.newsbox-section.swiper-box .swiper .swiper-nav button.swiper-prev span:hover {
	content: url("../images/swiper/prev.svg");
	border: 1px solid var(--color_b1420d) !important;        /*★★★ 重要 滑過 底邊色 ★★★*/ 
	background-color: var(--color_b1420d) !important;        /*★★★ 重要 滑過 底色 ★★★*/
}
.newsbox-section.swiper-box .swiper .swiper-nav button.swiper-next span:hover {
	content: url("../images/swiper/next.svg");
	border: 1px solid var(--color_b1420d) !important;        /*★★★ 重要 滑過 底邊色 ★★★*/ 
	background-color: var(--color_b1420d) !important;        /*★★★ 重要 滑過 底色 ★★★*/
} 
.newsbox-section.swiper-box .swiper .swiper-nav button.swiper-prev:focus,
.newsbox-section.swiper-box .swiper .swiper-nav button.swiper-next:focus {
	display: block;
	width: 45px;
    height: 45px;
	border-radius: 100%;
	background-color: var(--color_b1420d) !important;        /*★★★ 重要 焦點變色 ★★★*/
	outline: 2px solid #43B5FC !important;
    background-color: #ffa700 !important;
}
/*=============================================*/
/* ==   左右選擇鍵 下方 RIGHT右邊 right: 0;   ====*/
/*=============================================*/

/*=============================================*/
/* ==   輪播 暫停/撥放   ========================*/
/*=============================================*/
.newsbox-section .DIV-Box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: start;
    align-items: center;
    width: 150px;
}
/*.newsbox-section .DIV-Box::before {
    content: "";
    position: relative;
    height: 1px;
    width: 75%;
    background-color: #006d66;
    left: 0;
    top: 24px;
}*/

.newsbox-section .control-box {	
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: start;
	align-items: center;
    
	position: relative;
    bottom: 0;
    left: 0;
    z-index: 2;
        
    color: var(--FFFcolor);
    text-align: center;
    /* padding: 0 0.5rem; */
}
/*..............................................................................*/
.newsbox-section .control-start,
.newsbox-section .control-pause {
	position: relative;
	/*width: 48px;*/
	/*height: 48px;*/
	
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	z-index: 2; /*999*/
}
.newsbox-section .control-start {
	right: calc(1.5% - 20px + 10px);
}
.newsbox-section .control-pause {
	right: calc(1.5% - 20px);
}
/*..............................................................................*/
.newsbox-section .control-start-icon,
.newsbox-section .control-pause-icon {
	display: inline-block;
	width: 48px;
	height: 48px;
	background-position-x: 50%;
	background-position-y: center;
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-image: none;
	background-size: 100% 100%;
	background-origin: padding-box;
	background-clip: border-box;
    
    border-radius: 100%;
    border: 1px solid transparent !important;        /*★★★ 重要 未滑過 底邊色 ★★★*/ 
	background-color: transparent !important;        /*★★★ 重要 未滑過 底色 ★★★*/
}
.newsbox-section .control-start-icon:hover,
.newsbox-section .control-pause-icon:hover {
	opacity: 1;
    border-radius: 100%;
    border: 1px solid var(--color_b1420d) !important;        /*★★★ 重要 滑過底邊色 ★★★*/
	background-color: var(--color_b1420d) !important;        /*★★★ 重要 滑過底色 ★★★*/
}
/*..............................................................................*/
.newsbox-section .control-start-icon {
    background-image: url(../images/banner/control-start-G-icon.svg);
    opacity: .85;
}
/*..............................................................................*/
.newsbox-section .control-pause-icon {
    background-image: url(../images/banner/control-pause-G-icon.svg);
    opacity: .85;
}
/*..............................................................................*/
.newsbox-section .control-start-icon:hover,
.newsbox-section .control-start-icon:focus {
    background-image: url(../images/banner/control-start-icon.svg);
    opacity: .85;
}
.newsbox-section .control-pause-icon:hover,
.newsbox-section .control-pause-icon:focus {
    background-image: url(../images/banner/control-pause-icon.svg);
    opacity: .85;
}
/*..............................................................................*/

.newsbox-section .control-start:focus, 
.newsbox-section .control-pause:focus {
    text-decoration: none;
    outline: 2px solid #43B5FC;
	outline-offset: -2px;
	background-color: var(--color_b1420d);        /*★★★ 重要 焦點變色 ★★★*/
}
/*..............................................................................*/
@media (max-width:768px) {
	.newsbox-section .control-start-icon,
	.newsbox-section .control-pause-icon {
        width: 45px;
        height: 45px;
	}
	/*...................................*/
	.newsbox-section .control-box {	
		padding: 0px; 
	}
    /*...................................*/
	.newsbox-section .control-start {
		right: calc(1.5% + 5px);
	}
	.newsbox-section .control-pause {
		right: 1.5%;
	}
}
/*=============================================*/
/* ==   輪播 暫停/撥放   ========================*/
/*=============================================*/
/* ================================================== */
/* ------ 首頁 新聞公告 Newsbox-section --------------- */
/* ================================================== */



/* ================================================== */
/* ------ 首頁 相關連結 links-section ----------------- */
/* ================================================== */
.links-section {
	position: relative;	
	background-color: transparent;
	background-size: auto; 
	background-position: bottom; 
	background-repeat: repeat; 
	/*background-image: url("../images/card/background-image_54x48.svg");*/
}
.links-section .icon-items {
	position: relative;
	display: block;
	/* width: 100%; */
	/*height: 50px;*/
	
	font-family: "open sans", "微軟正黑體", sans-serif !important;
	font-size: 1.125rem;
	line-height: 60px;
	font-weight: 600;
	letter-spacing: 0.1rem;
	color: var(--G555color);
	text-align: center;
	border-radius: 5px;
	
	overflow: hidden;
	margin-bottom: 16px;	
}
.links-section .icon-items.hover-zoomin img {
    width: 100%;
    height: auto;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.links-section .icon-items.hover-zoomin:hover img {
    -webkit-transform: scale(1.025);
    -moz-transform: scale(1.025);
    -o-transform: scale(1.025);
    -ms-transform: scale(1.025);
    transform: scale(1.025);
}
/* ================================================== */
/* ------ 首頁 相關連結 links-section ----------------- */
/* ================================================== */



/* ================================================== */
/* ------ 首頁 gallery_section --------- */
/* ================================================== */
.gallery_section {
    position: relative; 
	display: block;
    
    /*background-color: var(--color_f1eee7);*/
    /*background-color: var(--global-background-transparent);*/
    
	/*background-image: url(images/bg/.....);*/
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center top;
}
/*------------------------------------------------*/
/* ------ content-box --------------------------- */
.gallery_section.owl-box .content-box {
    display: block;
    position: relative;
    padding: 0 15px;
}

.gallery_section.owl-box .content-box iframe {
	width: 100%;	
}
@media(max-width: 991px) {
	.gallery_section.owl-box .content-box iframe {
        height: 250px;
    }
}
@media(min-width: 992px) {
	.gallery_section.owl-box .content-box iframe {
        height: 213.45px;
    }
}
/*=============================================*/
/* ==   輪播 內容 ITEM   =======================*/
/*=============================================*/
.gallery_section .wrapper_box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.gallery_section .V_MoreDIV {
	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%;
}

.gallery_section.owl-box .item .wrapper_box .mb-30 {
    margin-bottom: 30px;
}

.gallery_section.owl-box .item .wrapper_box .media-item {
    position: relative;
    float: left;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px; 
    
    border-radius: 0; /*20px*/
    background-color: var(--FFFcolor);
    
    /* box-shadow: 1px 1.732px 18px 0px rgba(0, 0, 0, 0.15); */
    border: 1px solid var(--GDDDcolor);
}
/*--------------------------------------------*/

.gallery_section.owl-box .item .wrapper_box .media-item a {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.gallery_section.owl-box .item .wrapper_box .media-item a .media-img-outer {
    border-top-left-radius: 0; /*20px*/
    border-top-right-radius: 0; /*20px*/
    border-bottom-right-radius: 0; /*20px*/
    border-bottom-left-radius: 0; /*20px*/
    /*height: 183px;*/
    background-color: var(--GF1Fcolor);
    display: flex;
	
	position: relative;
    width: 100%;
    aspect-ratio: 4/3;  /*1/1*//*4/3*//*6/4*//*16/9*/
	overflow: hidden;
}

.gallery_section.owl-box .item .wrapper_box .media-item .media-content,
.gallery_section.owl-box .item .wrapper_box .media-item a .media-content {
    position: relative;
    display: block;
    width: 100%;
    padding: 10px 15px 15px 15px;
}

.gallery_section.owl-box .item .wrapper_box .media-item .box_content,
.gallery_section.owl-box .item .wrapper_box .media-item a .box_content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
}
/*--------------------------------------------*/
/*-----------------------------------------------------------------*/
.gallery_section.owl-box .item .wrapper_box .media-item .media-content .tit-text,
.gallery_section.owl-box .item .wrapper_box .media-item a .media-content .tit-text {    
    font-weight: 600;
    color: #090a0c;
    text-transform: uppercase;
    word-break: break-all;
    
    display: -webkit-box;
	/* 第一步：設定 display 為 -webkit-box 元素。 */
	-webkit-box-orient: vertical;
	/* 第二步：設定 box 的子元素，是由上往下垂直排列。*/
	-webkit-line-clamp: 1;
	/* 第三步：設定欲顯示的行數，超出則顯示省略符號(...)。 */
	overflow: hidden;
	/* 第四步：設定超過上述指定之行數時隱藏。 */
	height: 22px;
  	/* 第五步：其它瀏覽器降級方式：給定最大高度 */
    
    margin-bottom: 15px;
}
@media(max-width:575px) {
	.gallery_section.owl-box .item .wrapper_box .media-item .media-content .tit-text,
    .gallery_section.owl-box .item .wrapper_box .media-item a .media-content .tit-text {
        font-size: 87.5%;
        color: var(--G333color);
        height: 18px;
    }
}
@media(min-width:576px) {
	.gallery_section.owl-box .item .wrapper_box .media-item .media-content .tit-text,
    .gallery_section.owl-box .item .wrapper_box .media-item a .media-content .tit-text {
        font-size: 93.75%; 
        color: var(--G333color);
    }
}

.gallery_section.owl-box .item .wrapper_box .media-item .media-content .jobtit-text,
.gallery_section.owl-box .item .wrapper_box .media-item a .media-content .jobtit-text {
    font-family: "Noto Sans TC";
    font-weight: normal;    
    color: var(--G333color);
    text-transform: uppercase;
    word-break: break-all;
    
    display: -webkit-box;
	/* 第一步：設定 display 為 -webkit-box 元素。 */
	-webkit-box-orient: vertical;
	/* 第二步：設定 box 的子元素，是由上往下垂直排列。*/
	-webkit-line-clamp: 2;
	/* 第三步：設定欲顯示的行數，超出則顯示省略符號(...)。 */
	overflow: hidden;
	/* 第四步：設定超過上述指定之行數時隱藏。 */
	height: 50px;
  	/* 第五步：其它瀏覽器降級方式：給定最大高度 */
}
@media(max-width:575px) {
	.gallery_section.owl-box .item .wrapper_box .media-item .media-content .jobtit-text,
    .gallery_section.owl-box .item .wrapper_box .media-item a .media-content .jobtit-text {
        font-size: 93.75%;
        height: 42px;
        /* color: #090a0c; */
    }
}
@media(min-width:576px) {
	.gallery_section.owl-box .item .wrapper_box .media-item .media-content .jobtit-text,
    .gallery_section.owl-box .item .wrapper_box .media-item a .media-content .jobtit-text {
        font-size: 100%; 
        /* color: #090a0c; */
		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.owl-box .item .wrapper_box .media-item .jobtit-text,
.gallery_section.owl-box .item .wrapper_box .media-item a:hover .jobtit-text {
    color: var(--color_b1420d);
}
/*-----------------------------------------------------------------*/
/*ZoomIn Hover Effect*/
.gallery_section.owl-box .item .wrapper_box .media-item a:hover .hover-zoomin {
    position: relative;
    display: block;    
    overflow: hidden;
}
.gallery_section.owl-box .item .wrapper_box .media-item a:hover .hover-zoomin img {
    width: 100%;
    height: auto;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.gallery_section.owl-box .item .wrapper_box .media-item a:hover .hover-zoomin img {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}
/*=============================================*/
/* ==   輪播 內容 ITEM   =======================*/
/*=============================================*/

/*=============================================*/
/* ==   左右選擇鍵 下方 RIGHT右邊 right: 0;   ====*/
/*=============================================*/
.gallery_section.owl-box .owl-carousel .owl-nav {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    position: absolute;
    left: 0;
    bottom: -40px;
    margin-top: 0px;
    /*width: 150px;*/
}
@media (max-width:768px) {
    .gallery_section.owl-box .owl-carousel .owl-nav {
        bottom: -36px;
    }
}
.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 {    
    font: inherit;
	color: inherit;	
	padding: 0 !important;
    background: 0 0;
	border: none;   
	
	position: relative; 
	top: 45%;
	z-index: 2;
}
.gallery_section.owl-box .owl-carousel .owl-nav button.owl-prev,
.gallery_section.owl-box .owl-carousel .owl-nav button.owl-next {
	width: 32px;
    height: 32px;
	border-radius: 100%;
}
@media (max-width: 768px) {
    .gallery_section.owl-box .owl-carousel .owl-nav button.owl-prev,
    .gallery_section.owl-box .owl-carousel .owl-nav button.owl-next {
        width: 32px;
        height: 32px;
        border-radius: 100%;
    }
}
/*..............................................................................*/
.gallery_section.owl-box .owl-carousel .owl-nav button.owl-prev {
	position: relative;
	left: 0;
	/*right: 0px;*/
	margin-right: 4px;	
}
/*..............................................................................*/
.gallery_section.owl-box .owl-carousel .owl-nav button.owl-next {
	position: relative;
	left: 0;
	/*right: 0px;*/
	margin-left: 4px;
}

/*..............................................................................*/
.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: 32px; */
    /* height: 32px; */
	border: 1px solid var(--color_006DCE) !important;        /*★★★ 重要 未滑過 底邊色 ★★★*/ 
	/*background-color: var(--FFFcolor) !important;*/        /*★★★ 重要 未滑過 底色 ★★★*/
	border-radius: 100%; /*100%*/
    
} 
/*@media(max-width: 991px) {
	.newsbox-section.swiper-box .owl-carousel .owl-nav button.owl-prev span,
    .newsbox-section.swiper-box .owl-carousel .owl-nav button.owl-next span {
		border: 1px solid transparent !important;
	    background-color: transparent !important;
	}
}*/
/*..............................................................................*/
.gallery_section.owl-box .owl-carousel .owl-nav button.owl-prev span {
	content: url("../images/swiper/prev-B.svg");
    width: 32px;
    height: 32px;
}
.gallery_section.owl-box .owl-carousel .owl-nav button.owl-next span {
	content: url("../images/swiper/next-B.svg");
    width: 32px;
    height: 32px;
}
@media (max-width:768px) {
    .gallery_section.owl-box .owl-carousel .owl-nav button.owl-prev span {
        width: 32px;
        height: 32px;
    }
    .gallery_section.owl-box .owl-carousel .owl-nav button.owl-next span {
        width: 32px;
        height: 32px;
    }
}
/*..............................................................................*/
.gallery_section.owl-box .owl-carousel .owl-nav button.owl-prev span:hover {
	content: url("../images/swiper/prev.svg");
	border: 1px solid var(--color_006DCE) !important;        /*★★★ 重要 滑過 底邊色 ★★★*/ 
	background-color: var(--color_006DCE) !important;        /*★★★ 重要 滑過 底色 ★★★*/
}
.gallery_section.owl-box .owl-carousel .owl-nav button.owl-next span:hover {
	content: url("../images/swiper/next.svg");
	border: 1px solid var(--color_006DCE) !important;        /*★★★ 重要 滑過 底邊色 ★★★*/ 
	background-color: var(--color_006DCE) !important;        /*★★★ 重要 滑過 底色 ★★★*/
} 
.gallery_section.owl-box .owl-carousel .owl-nav button.owl-prev:focus,
.gallery_section.owl-box .owl-carousel .owl-nav button.owl-next:focus,
.gallery_section.owl-box .owl-carousel .owl-nav button.owl-prev span:focus,
.gallery_section.owl-box .owl-carousel .owl-nav button.owl-next span:focus {
	display: block;
	width: 32px;
    height: 32px;
	border-radius: 0; /*100%*/
	background-color: var(--color_b1420d) !important;        /*★★★ 重要 焦點變色 ★★★*/
	outline: 2px solid #43B5FC !important;
    outline-offset: -2px;
    background-color: #ffa700 !important;
}
@media (max-width:768px) {
    .gallery_section.owl-box .owl-carousel .owl-nav button.owl-prev:focus,
    .gallery_section.owl-box .owl-carousel .owl-nav button.owl-next:focus,
    .gallery_section.owl-box .owl-carousel .owl-nav button.owl-prev span:focus,
    .gallery_section.owl-box .owl-carousel .owl-nav button.owl-next span:focus {
        width: 32px;
        height: 32px;
    }
}
/*=============================================*/
/* ==   左右選擇鍵 下方 RIGHT右邊 right: 0;   ====*/
/*=============================================*/

/*=============================================*/
/* ==   輪播 暫停/撥放   ========================*/
/*=============================================*/
.gallery_section .DIV-Box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
	
	position: absolute;
	/*width: 150px;*/
	padding: 0;
}
@media (max-width: 767px) {
	.gallery_section .DIV-Box {
		right: 0;
        top: -68px;
	}
}
@media (min-width: 768px) {
	.gallery_section .DIV-Box {
		right: 0;
		top: -68px;
	}
}
/*.gallery_section .DIV-Box::before {
    content: "";
    position: relative;
    height: 1px;
    width: 75%;
    background-color: #006d66;
    left: 0;
    top: 24px;
}*/

.gallery_section .control-box {	
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
	align-items: center;
    
	position: relative;
    left: calc((100% - 1170px) / 2);
    left: 0;
    z-index: 2;
        
    color: var(--FFFcolor);
    text-align: center;
}

.gallery_section .control-box a {
	position: relative;
	width: 32px;
	height: 32px;
}

/*..............................................................................*/
.gallery_section .control-start,
.gallery_section .control-pause {
	position: relative;
	/*width: 48px;*/
	/*height: 48px;*/
	
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	z-index: 2; /*999*/
}
.gallery_section .control-start {
	right: calc(1.5% - 20px + 10px);
}
.gallery_section .control-pause {
	right: calc(1.5% - 20px);
}
/*..............................................................................*/
.gallery_section .control-start-icon,
.gallery_section .control-pause-icon {
	display: inline-block;
	width: 32px;
	height: 32px;
	background-position-x: 50%;
	background-position-y: center;
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-image: none;
	background-size: 100% 100%;
	background-origin: padding-box;
	background-clip: border-box;
    
    border-radius: 100%; /*100%*/
    border: 1px solid var(--color_006DCE) !important;        /*★★★ 重要 未滑過 底邊色 ★★★*/ 
	background-color: var(--FFFcolor) !important;   /*transparent*/     /*★★★ 重要 未滑過 底色 ★★★*/
}
.gallery_section .control-start-icon:hover,
.gallery_section .control-pause-icon:hover {
	opacity: 1;
    border-radius: 100%; /*100%*/
    border: 1px solid var(--color_006DCE) !important;        /*★★★ 重要 滑過底邊色 ★★★*/
	background-color: var(--color_006DCE) !important;        /*★★★ 重要 滑過底色 ★★★*/
}
/*..............................................................................*/
.gallery_section .control-start-icon {
    background-image: url(../images/banner/control-start-B-icon.svg);
    opacity: .85;
}
/*..............................................................................*/
.gallery_section .control-pause-icon {
    background-image: url(../images/banner/control-pause-B-icon.svg);
    opacity: .85;
}
/*..............................................................................*/
.gallery_section .control-start-icon:hover,
.gallery_section .control-start-icon:focus {
    background-image: url(../images/banner/control-start-icon.svg);
    opacity: .85;
}
.gallery_section .control-pause-icon:hover,
.gallery_section .control-pause-icon:focus {
    background-image: url(../images/banner/control-pause-icon.svg);
    opacity: .85;
}
/*..............................................................................*/

.gallery_section .control-start:focus, 
.gallery_section .control-pause:focus {
    text-decoration: none;
    outline: 2px solid #43B5FC;
	outline-offset: -2px;
	background-color: var(--color_b1420d);        /*★★★ 重要 焦點變色 ★★★*/
}
/*..............................................................................*/
@media (max-width:768px) {
	.gallery_section .control-start-icon,
	.gallery_section .control-pause-icon {
        width: 32px;
        height: 32px;
	}
	/*...................................*/
	.gallery_section .control-box {	
		padding: 0px; 
	}
    /*...................................*/
	.gallery_section .control-start {
		right: calc(1.5% + 5px);
	}
	.gallery_section .control-pause {
		right: 1.5%;
	}
}
/*=============================================*/
/* ==   輪播 暫停/撥放   ========================*/
/*=============================================*/

.gallery_section .customize_btn {
	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 .customize_btn .Btn_s1 {
	position: relative;
	line-height: 1.75;
	letter-spacing: normal;
	text-align: center;
	padding: 2.125px 40px;
	/*width: 100%;*/
	overflow: hidden;
	z-index: 1;
	color: var(--G555color);
	border-radius: 999999px;
	border: 1px solid var(--color_006DCE);
	background-color: var(--FFFcolor);
}
@media (max-width: 575px) {
	.gallery_section .customize_btn .Btn_s1 {
		font-size: 93.75%;
		font-weight: 600;
		margin-top: 0.25rem;
	}
}
@media (min-width: 576px) {
	.gallery_section .customize_btn .Btn_s1 {
		font-size: 93.75%;
		font-weight: 600;
		margin-top: 0.65rem;
	}
}
/* ================================================== */
/* ------ 首頁 活動花絮 gallery_section --------- */
/* ================================================== */




/* ============================================= */
/* ------ 頁尾 FOOTER --------------------------- */
/* ============================================= */
.footer_section {
    position: relative;
    display: block;
	background-color: transparent;
	
	/*background: url(../images/footer/footer-bg-img.png) var(--GF1Fcolor);*/
	background-size: contain;
	background-repeat: no-repeat;
	background-position: left top;
}

.footerbg-img::after {
    position: absolute;
    background-color: transparent;
    left: 0;
    top: -25px;
    width: 100%;
    height: auto;
    content: url("../images/bg/down_background-image_1920x108.png");
    z-index: 30;
}

.footer-black {
	position: relative;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	z-index: 1;
}

/*.footer-black:before {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background: #41403c;
	content: "";
	opacity: 0.90;
}*/

.footer-black .widgets-box {
	position: relative;
	padding: 10px 0 10px 0;
}

.footer-black.alternate .widgets-box {
	margin-top: 0;
	padding-top: 95px;
}

.footer-black .footer-widget {
	position: relative;
}

.footer-black .Row-reverse-div {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;	
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: flex-start;
}
@media (max-width: 991px) {
	.footer-black .Row-reverse-div {
		flex-direction: row;
	}
}
@media (min-width: 992px) {
	.footer-black .Row-reverse-div {
		flex-direction: row-reverse;
	}
}

.bg-custom-footer {
	background: var(--color_006DCE);
}

/*-------------------------------------*/
/*----- about-widget ------------------*/
.footer-black .about-widget {
	position: relative;
	/*padding: 0 15px;*/	
}

.footer-black .footer-logo {
	position: relative;
	margin-bottom: 30px;
	/*padding-left: 10px;*/
}

.footer-black .footer-logo div {
	margin: 0;
	/*margin-top: -5px;*/
}

.footer-black .footer-logo div a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
}
/*@media (max-width: 768px) {
	.footer-black .footer-logo div a {
		justify-content: center;
	}
}*/

.footer-black .footer-logo img {
	display: block;
	max-width: 100%;
}

.footer-black .about-widget ul.list {
	padding-left: 10px;
	margin-bottom: 1.5rem;
}

.footer-black .about-widget .list li {
	position: relative;
	display: block;
	line-height: 1.5;
	font-size: 93.75%; /*0.9375em*/
	color: var(--FFFcolor);
	font-weight: 400;
	margin-bottom: 5px;
}

.footer-black .about-widget .list li a {
	color: var(--FFFcolor);
}

.footer-black .about-widget .list li a:hover {
	color: var(--color_001413);
}

.footer-black .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;
}

.footer-black .about-widget .text a {
	color: var(--FFFcolor);
}

.footer-black .about-widget .text a i {
	font-size: inherit;
}

.footer-black .about-widget .text a .icon {
	position: relative;
	display: inline-block;
	top: 5px;
	width: 24px;
	height: 24px;
	font-size: inherit;
	color: inherit;
	content: url("../images/footer/small_icon/map-custom.svg");
}
.footer-black .about-widget .text a .icon:hover {
	content: url("../images/footer/small_icon/map-custom-hover.svg");
}

.footer-black .about-widget .text a:hover {
	color: #ffbf00;
}

@media (max-width: 1140px) {
	.footer-black .footer-logo {
		padding-left: 2.5px;
	}
	.footer-black .about-widget ul.list {
		padding-left: 2.5px;
	}
	.footer-black .about-widget .text {
		padding-left: 2.5px;
	}
}
/*----- about-widget -------------------/
/*-------------------------------------*/

/*-------------------------------------*/
/*----- 聯絡資訊 -----------------------*/
.footer-black .widget-title-content {
    position: relative;
    display: block;
}
.footer-black .widget-title-content:before {
    content: "";
	position: absolute;
    bottom: 0;
	left: 0;	
    width: 100%; /*70px*/
    height: 1px;
    background-color: var(--FFFcolor);
}

.footer-black div.TitleDivBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    
    padding-bottom: 1rem; /*48px*/
	margin-bottom: 1rem; /*48px*/
}

.footer-black span.widget-title {
	position: relative;
	font-size: 100%; /*1.125em*/
	font-weight: 600;
	color: var(--FFFcolor);
	line-height: inherit;
}
/*.footer-black span.widget-title:before {
	position: absolute;
	left: 0; /*0*
	top: 0;
	font-size: 100%; /*1em*
	line-height: inherit;
	color: #f8ecd1;
	font-weight: 400;
	content: "\f141";
	font-family: "FontAwesome";
	transform: rotate(90deg);
}*/

.footer-black span.widget-V-line {
	position: relative;
	font-size: 75%; /*0.875em*/
	font-weight: 500;
	color: var(--FFFcolor);
	line-height: inherit;
	padding-left: 10px;
}

.footer-black span.widget-english {
	position: relative;
	font-size: 75%; /*0.875em*/
	font-weight: 500;
	text-transform: uppercase;
	color: var(--FFFcolor);
	line-height: inherit;
	padding-left: 10px;
}

.footer-black .info-widget {
	position: relative;
}

.footer-black .info-widget ul.list {
	padding-left: 2.5px;
	margin-bottom: 1.5rem;
}

.footer-black .info-widget .list li {
	position: relative;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-direction: row;	
	
	font-size: 87.5%; /*0.9375em*/
    line-height: inherit;
	color: var(--FFFcolor);
	font-weight: 400;
	margin-bottom: 5px;
}

.footer-black .info-widget .list li a {
	color: var(--FFFcolor);
}

.footer-black .info-widget .list li a:hover {
	/*color: var(--color_001413);*/
    color: var(--blackcolor);
    background-color: #ffa700;
}

.footer-black .info-widget .list li a i {
	position: relative;
	top: -1px;
	font-size: 87.5%; /*0.875em*/
	color: var(--FFFcolor);
	margin-right: 5px;
}
.footer-black .info-widget .list li i {	
	position: relative;
	top: 6px;
	font-size: 87.5%; /*0.875em*/
	color: var(--FFFcolor);
	margin-right: 5px;
}

.footer-black .info-widget .text {
	position: relative;
	font-size: 93.75%; /*0.9375em*/
	line-height: inherit;
	color: var(--FFFcolor);
	font-weight: 400;
}
/*----- 聯絡資訊 -----------------------*/
/*-------------------------------------*/

/*-------------------------------------*/
/*----- FB + LINE+ 相關連結 ------------*/
.footer-black .info-widget .social_box {
	display: inline-block;
	margin-top: 0px;
	/*width: 100%;*/	
}

.footer-black .info-widget .social_box a {
	width: 40px; /*cara 原32*/
	height: 40px; /*cara 原32*/
	margin-right: 10px; /*25*/
	
	display: inline-block;
	margin-bottom: 8px; /*25*/
}

.footer-black .info-widget .social_box a .img1,
.footer-black .info-widget .social_box a .img2 {
    max-width: 100%;
    height: auto;
}

.footer-black .info-widget .social_box a .img2 {
	display: none;
}

.footer-black .info-widget .social_box a:hover .img1 {
	display: none;
}

.footer-black .info-widget .social_box a:hover .img2 {
	display: inline-block;
}
/*----- FB + LINE+ 相關連結 ------------*/
/*-------------------------------------*/

/*-------------------------------------*/
/*----- 無障礙 LOGO --------------------*/
.footer-black .info-widget .Accessibility-Badge_box {
	display: inline-block;
	margin-top: 0px;
	/*width: 100%;*/
}
.footer-black .info-widget .Accessibility-Badge_box a {
	display: inline-block;
	width: 100%;	
}

.footer-black .info-widget .Accessibility-Badge_box a img.Accessibility-Badge {
	max-width: 100%;	
	height: 36px;
}
/*-------------------------------------*/
/*----- 無障礙 LOGO --------------------*/

/*-------------------------------------*/
/*----- FOOTER 電子報 ------------------*/
.footer-black .info-widget .widget-content .row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: 0px;
    margin-left: 0px;
}

.footer-black .info-widget .btn {
	padding: 5px 5px !important;
}
.footer-black .info-widget .btn.btn-subscribe {
    color: var(--FFFcolor);
    background-color: var(--color_001413);;
    border-color: var(--color_001413);
	margin-right: 2.5px;
}

.footer-black .info-widget .btn.btn-cancel {
    color: var(--FFFcolor);
    background-color: var(--color_001413);;
    border-color: var(--color_001413);;
	margin-left: 2.5px;
}

.footer-black .info-widget .btn.btn-subscribe:hover,
.footer-black .info-widget .btn.btn-cancel:hover {
    color: var(--color_001413);;
    background-color: var(--FFFcolor);
    border-color: var(--color_001413);
}
/*----- FOOTER 電子報 ------------------*/
/*-------------------------------------*/

.footer-black .info-widget .widget-tw-title {
	font-size: 1.25rem; /*20px*/
	font-weight: 600;
	letter-spacing: 0.5rem;
	color: var(--FFFcolor);
}

.footer-black .info-widget .widget-en-title {
	font-size: 0.875rem; /*15px*/
	letter-spacing: 0.125rem;
	color: var(--FFFcolor);
}

/* footer link */
.footer-black .widget-content .link-fb,
.footer-black .widget-content .link-yt{
	font-size: 250%;
	color: var(--FFFcolor);
}
.footer-black .widget-content .link-fb:hover,
.footer-black .widget-content .link-yt:hover{
	font-size: 250%;
	color: var(--color_001413);
}
/* ============================================= */
/* ------ 頁尾 FOOTER --------------------------- */
/* ============================================= */


/* ============================================= */
/* ------ 首頁 GO-TO-TOP ------------------------ */
/* ============================================= */
#gotop_btn {
  display: inline-block;
  width: 40px;
  height: 40px;
  text-align: center;
  border-radius: 99em; /*4px*/
  position: fixed;
  bottom: 30px; /*30*/
  right: 15px;  /*30*/
  transition: background-color .3s, opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
  background-color: rgba(0,0,0,0.75);
}

#gotop_btn::after {
  /*content: "\f077";*/
  /*content: url("../images/go-to-top/gototop_40x40.svg");*/
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 150%; /*1.5em*/ /*2em*/
  line-height: 36px; /*50*/
  color: var(--FFFcolor);
}

#gotop_btn:hover {
  cursor: pointer;
  background-color: #fc440f;
}

#gotop_btn:active {
  background-color: #fc440f;
}

#gotop_btn.show {
  opacity: 1;
  visibility: visible;
}

#gotop_btn.show:focus {
	background-color: #ffbf00;
	text-decoration: none;
	outline: 2px solid #43B5FC;
}
/* ============================================= */
/* ------ 首頁 GO-TO-TOP ------------------------ */
/* ============================================= */
























