@charset "utf-8";
/* CSS Document */


/* ======================= */
/* -------------------------

**  首頁 site-header
**  首頁 HEADER
**  首頁 sticky-header
**  首頁 MENU Toggler Menu
**  首頁 Carousel_Slide
**  首頁 快捷選單
**  首頁 共用 HEADER TITLE 標題 / 首頁 共用 MORE
**  首頁 卡片區塊 Card_section
**  首頁 新聞公告 Newsbox-section
**  首頁 標語區 slogan_section
**  首頁 暖心小故事 storybox-section
**  首頁 中心成員 center_members_section
**  首頁 臨床試驗中心 marquee_section
**  首頁 活動花絮 gallery_section
**  頁尾 FOOTER
**  首頁 GO-TO-TOP
**  首頁 浮動 FB ICON 圖示

-------------------------- */
/* ======================= */



/* ============================================= */
/* ------ 首頁 site-header ---------------------- */
/* ============================================= */
#site-header {
	position: sticky;
	visibility: visible;
	opacity: 1;
	left: 0px;
	top: 0px;
	width: 100%;
	padding: 0px 0px;
	/*z-index: -1;*/
    z-index: 99901;	
	background-color: var(--FFFcolor);

	/*-webkit-box-shadow: 0 0 15px rgba(0,0,0,0.10);
	-moz-box-shadow: 0 0 15px rgba(0,0,0,0.10);
	-ms-box-shadow: 0 0 15px rgba(0,0,0,0.10);
	-o-box-shadow: 0 0 15px rgba(0,0,0,0.10);
	box-shadow: 0 0 15px rgba(0,0,0,0.10);*/
    
	-webkit-transition: top 300ms ease;
	-moz-transition: top 300ms ease;
	-ms-transition: top 300ms ease;
	-o-transition: top 300ms ease;
	transition: top 300ms ease;
}
#site-header.fixed-header {
	position: fixed;
	visibility: visible;
	opacity: 1;	
	z-index: 99901;	
}
#site-header.animate__fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    -webkit-animation-duration: 0.1s;
	animation-duration: 0.1s;
}
/*@media (max-width:991px) {
	#site-header { display: none; }
}*/
/* ============================================= */
/* ------ 首頁 site-header ---------------------- */
/* ============================================= */




/* ============================================= */
/* ------ 首頁 HEADER -------------------------- */
/* ============================================= */
.header_section {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	/*
	background-image: url(../images/hero-bg.svg);
	background-size: cover;
	background-position: bottom;
	*/
}

@media (max-width: 992px) {
  .header_section {
    height: auto;
  }
}

/* ------ Header_Box -------------------------- */
.header_Box {
    position: relative;
    display: block;
}

.header_Box .navsBox {
    position: relative;
    display: block;
}

.header_Box .custom_nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 10px 0 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 .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_b1420d);
}

.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: 0; /*100%*/
    
    background-color: var(--FFFcolor);
    border: 1px solid var(--color_b1420d);
    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_b1420d);
}
/*----------------------------------------------------------------*/
.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: var(--GF1Fcolor);
}

/*-------------------------------------------*/
@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: 48px;
	height: 48px;
	border-radius: 0; /*100%*/
	opacity: 1;
	background-repeat: no-repeat;
	background-size: 8px;
	background-position: center;
	/* border: 1px solid var(--color_c9ecff); */
    background-color: rgba(201, 236, 255,0.8); /*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: 48px;
	height: 48px;
    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;
	
	/*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-B.svg);
}

.carousel_slide_section .carousel_btn-icon-next a.carousel-control-next .carousel-control-next-icon {
	background-image: url(../images/banner/next-B.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_b1420d);
}
.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_b1420d);
}

.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_b1420d);
}

@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_b1420d);
    background-color: var(--FFFcolor);
    background-clip: padding-box;
    
    opacity: .5;
    border-radius: 100%;
    transition: opacity .6s ease;	
}

.carousel_slide_section .carousel-indicators .active {
    opacity: 1;
    /* border: 1px solid var(--color_b1420d); */
	background-color: var(--color_b1420d);
}
/*=============================================*/
/* ==   輪播 點點點    ========================= */
/*=============================================*/

/*=============================================*/
/* ==   輪播 暫停/撥放    ====================== */
/*=============================================*/
.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: 48px;
	height: 48px;
    
    color: var(--color_b1420d);
	border-radius: 0; /*100%*/
    /* border: 1px solid var(--color_b1420d); */
    background-color: rgba(201, 236, 255,0.8); /*rgba(255, 255, 255, 0.5)*/
}

.carousel_slide_section .control-start-icon,
.carousel_slide_section .control-pause-icon {
	display: inline-block;
	width: 48px;
	height: 48px;
	background-position-x: 50%;
	background-position-y: center;
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-image: none;
	background-size: 100% 100%;
	background-origin: padding-box;
	background-clip: border-box;
}

.carousel_slide_section .control-start-icon {
    background-image: url(../images/banner/control-start-B-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-B-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_b1420d);
}

.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_b1420d);
}

@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 標題 ============ */
/* ============================================= */
.div-header {  
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    
    position: relative;
    margin-bottom: 30px; /*50px*/
    z-index: 1;
}

.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: 48px;
    height: 48px;
    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: 150%;
        padding-left: 10px; /*32px*/
	}
}
@media (min-width: 576px) {
	.div-header .title-tw {
		font-size: 200%;
        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   =======================*/
/*=============================================*/
.witr_bbtn {
    border: none;
}
.witr_bbtn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    
    position: relative;
    /*display: inline-block; */ 
    font-size: 93.75%;
    color: var(--G555color);
    text-align: center;
    border-style: none;
    border-radius: 30px;
    padding: 10px 36px 10px 20px;
    z-index: 2;
    transition: 1s;
    width: 150px;
}
.witr_bbtn i {
    font-size: 112.5%;
}
.witr_bbtn:hover {
	background-color: transparent; /*#dfb163*/
}
.witr_bbtn:hover {
    color: var(--FFFcolor);
}
.witr_bbtn:focus {
    color: var(--blackcolor);
    text-decoration: none;
    outline: thin dotted;
    outline: 2px solid #43B5FC;
    outline-offset: -2px;
    background-color: #ffa700 !important;
}
/* ---------------------------------------- */
/* 底圓 */
.witr_bbtn:after {
    position: absolute;
    width: 36px;
    height: 36px;
    right: 0px;
    top: 2px;
    content: "";
    
    z-index: -6;
    border-radius: 30px;
    transition: .5s;
	background-color: var(--color_c9ecff);
}
.witr_bbtn:hover:after {
    width: 100%;
    background-color: var(--color_007cc0);
}
.witr_bbtn:focus:after {
    width: 100%;
    background-color: transparent;
}

/* ---------------------------------------- */
/* 箭頭 */
.witr_bbtn span {
	display: inline-block;
}
.witr_bbtn span.arrow:after {
	content: "";
    position: absolute;
    width: 36px;
    height: 36px;
    right: 3px;
    top: -2px;
    background: url(../images/swiper/next-B.svg);
	background-repeat: no-repeat;
	transition: .5s;
}
.witr_bbtn:hover span.arrow:after,
.witr_bbtn:focus span.arrow:after {
    content: "";
    position: absolute;
    width: 36px;
    height: 36px;
    right: 3px;
    top: -2px;
    background: url(../images/swiper/next.svg);
	background-repeat: no-repeat;
}
.witr_bbtn:focus span.arrow:after {
    content: "";
    position: absolute;
    width: 36px;
    height: 36px;
    right: 3px;
    top: -2px;
    background: url(../images/swiper/next-G.svg);
	background-repeat: no-repeat;
}

/* ==   縮小   =======================*/
@media(max-width: 575px) {
    .witr_bbtn span {
        padding-right: 0;
    }
    .witr_bbtn {
        font-size: 80%;
    }
    .witr_bbtn i {
        font-size: 90%;
    }
}
@media(min-width: 576px) {
    .witr_bbtn {
        font-size: 90%;
    }
    .witr_bbtn i {
        font-size: 100%;
    }
}
/* ==   縮小   =======================*/
/*=============================================*/
/* ==   首頁 共用 MORE   =======================*/
/*=============================================*/
/* ============================================= */
/* =====  首頁 共用 HEADER TITLE 標題 ============ */
/* ============================================= */




/* ============================================= */
/* ------ 首頁 卡片區塊 Card_section ------------- */
/* ============================================= */
.card_section {
	position: relative;
	/*margin-top: -7em;*/
	
	background-color: transparent;
	background-size: auto; 
	background-position: bottom; 
	background-repeat: repeat; 
	/*background-image: url("../images/card/background-image_54x48.svg");*/
}
@media(max-width:11599px) {
	.card_section {
		margin-top: 0em;
	}
}
@media(min-width:1600px) {
	.card_section {
		position: relative;
		margin-top: 0em; /*-6em*/
	}
}
/*------------------------------------------------*/
/* ------ Mask-DivBox --------------------------- */
.card_section .Mask-DivBox {
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    width: 100%;
    margin: 0 auto;
}   

.card_section .Mask-DivBox::before {
    content: '';
    position: absolute;
    top: 0;
    width: 100%;
    height: 50%;
    background-color: var(--color_f1eee7);
}
@media (max-width:991px) {
    .card_section .Mask-DivBox::before {
        left: 0; /*50%*/
        height: 100%;
    }
}
@media (min-width:992px) {
    .card_section .Mask-DivBox::before {
        left: 0;
    }
}
/*------------------------------------------------*/
/* ------ sliderBox ----------------------------- */
.card_section .sliderBox {
    position: relative;
    display: block;
    border-radius: 80px 80px 80px 80px;
    background-color: var(--color_f1eee7);    
    z-index: 3;
    /*margin-top: -90px;*/
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    
    /*background: -webkit-linear-gradient(rgba(125,185,232,0) 25%, rgba(241,238,231,1) 25%);
    background: -o-linear-gradient(rgba(125,185,232,0) 25%, rgba(241,238,231,1) 25%);
    background: linear-gradient(rgba(125,185,232,0) 25%, rgba(241,238,231,1) 25%);*/

}
@media(max-width: 1499px) {
	.card_section .sliderBox {
		margin-top: 0;
        border-radius: 0px;
        box-shadow: none;
	}
}
@media(min-width: 1500px) {
	.card_section .sliderBox {
		margin-top: -90px;
	}
}
/*------------------------------------------------*/
/* ------ content-box --------------------------- */
.card_section.swiper-box .content-box {
    display: block;
    position: relative;
    padding: 0 15px;
    
}
/*------------------------------------------------*/
/* ------ media-item ---------------------------- */
.card_section.swiper-box .item .wrapper_box .mt-3015 {
    margin-top: 30px;
    margin-bottom: 15px;
}

.card_section.swiper-box .item .wrapper_box a {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.card_section.swiper-box .item .wrapper_box a .media-item {
    position: relative;
    float: left;
    width: 100%;
    /*padding-top: 40.85px;
    padding-right: 0px;
    padding-bottom: 40.85px;
    padding-left: 0px;  */   
}
/*------------------------------------------------*/
/* ------ Icon-DIV ------------------------------ */
.card_section.swiper-box .item .wrapper_box a .media-item .Icon-DIV {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    
    width: 100%;
    padding: 1.5rem 0.5rem;
    border-radius: 20px;
    float: left;
    border: 1px solid #e8e2d6;
    border: 1px solid var(--color_b1420d);
    background-color: #FFFFFF;
}
/*.card_section.swiper-box .item .wrapper_box a .media-item .Icon-DIV::after {
    position: absolute;
    top: -39px;
    width: 100%;
    right: 0px;
    background: transparent;
    content: "";
    border-top: solid transparent;
    border-left: solid transparent;
    border-right:  solid transparent;
    border-bottom: solid var(--color_b1420d);
    transform: rotate(0deg);
    border-width: 1px 140px 40px;
    border-radius: 12%;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
}
.card_section.swiper-box .item .wrapper_box a .media-item .Icon-DIV::before {
    position: absolute;
    bottom: -39px;
    width: 100%;
    right: 0px;
    background: transparent;
    content: "";
    border-top: 7px solid transparent;
    border-left: 147px solid transparent;
    border-right: 136px solid transparent;
    border-bottom: 34px solid var(--color_b1420d);
	 border-width: 1px 140px 40px;
    border-radius: 12%;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
}*/

.card_section.swiper-box .item .wrapper_box a .media-item .Icon-DIV .ColumnDiv {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
/*------------------------------------------------*/
/* ------ icon ---------------------------------- */
.card_section.swiper-box .item .wrapper_box a .media-item .Icon-DIV .icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 100px;
    height: 100px;
    margin-bottom: 10px;
}
@media(max-width: 1499px) {
	.card_section.swiper-box .item .wrapper_box a .media-item .Icon-DIV .icon {
		width: 64px;
        height: 64px;
	}
}
/*------------------------------------------------*/
/* ------ iconTitle ----------------------------- */
.card_section.swiper-box .item .wrapper_box a .media-item .Icon-DIV .iconTitle {    
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    
    font-weight: bold;
    text-align: center;
    letter-spacing: 2;
    color: var(--color_b1420d);
    color: var(--blackcolor);
    text-transform: capitalize;  
    height: 54px;
    
    display: -webkit-box;
	/* 第一步：設定 display 為 -webkit-box 元素。 */
	-webkit-box-orient: vertical;
	/* 第二步：設定 box 的子元素，是由上往下垂直排列。*/
	-webkit-line-clamp: 2;
	/* 第三步：設定欲顯示的行數，超出則顯示省略符號(...)。 */
	overflow: hidden;
	/* 第四步：設定超過上述指定之行數時隱藏。 */
	max-height: 60px;
  	/* 第五步：其它瀏覽器降級方式：給定最大高度 */
}
@media(max-width: 1499px) {
	.card_section.swiper-box .item .wrapper_box a .media-item .Icon-DIV .iconTitle { 
		font-size: 112.5%;
        
	}
}
@media(min-width: 1500px) {
	.card_section.swiper-box .item .wrapper_box a .media-item .Icon-DIV .iconTitle { 
		font-size: 162.5%;
	}
}

/*=============================================*/
/* ==   左右選擇鍵 下方 RIGHT右邊 right: 0;   ====*/
/*=============================================*/
.card_section.swiper-box .swiper-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: end;
    align-items: center;
    
    position: absolute;
    right: 0;
    bottom: 6px;
	margin-top: 0px;
    width: 150px;
}

.card_section.swiper-box .swiper .swiper-nav button.swiper-prev,
.card_section.swiper-box .swiper .swiper-nav button.swiper-next {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.card_section.swiper-box .swiper .swiper-nav button.swiper-prev,
.card_section.swiper-box .swiper .swiper-nav button.swiper-next {    
    font: inherit;
	color: inherit;	
	padding: 0 !important;
    background: 0 0;
	border: none;   
	
	position: relative; 
	/* top: 45%; */
	z-index: 2;
}
.card_section.swiper-box .swiper .swiper-nav button.swiper-prev,
.card_section.swiper-box .swiper .swiper-nav button.swiper-next {
	width: 45px;
    height: 45px;
	border-radius: 100%;
}
/*..............................................................................*/
.card_section.swiper-box .swiper .swiper-nav button.swiper-prev {
	right: 15px;
	margin-right: 5px;	
}
/*..............................................................................*/
.card_section.swiper-box .swiper .swiper-nav button.swiper-next {
	right: 15px;
	margin-left: 0px;
}

/*..............................................................................*/
.card_section.swiper-box .swiper .swiper-nav button.swiper-prev span,
.card_section.swiper-box .swiper .swiper-nav button.swiper-next span {
	width: 45px;
    height: 45px;
	border: 1px solid var(--color_f1eee7) !important;        /*★★★ 重要 未滑過 底邊色 ★★★*/ 
	background-color: var(--color_f1eee7) !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;
	}
}*/
/*..............................................................................*/
.card_section.swiper-box .swiper .swiper-nav button.swiper-prev span {
	content: url("../images/swiper/prev-G.svg");
}
.card_section.swiper-box .swiper .swiper-nav button.swiper-next span {
	content: url("../images/swiper/next-G.svg");
}
/*..............................................................................*/
.card_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;        /*★★★ 重要 滑過 底色 ★★★*/
}
.card_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;        /*★★★ 重要 滑過 底色 ★★★*/
} 
.card_section.swiper-box .swiper .swiper-nav button.swiper-prev:focus,
.card_section.swiper-box .swiper .swiper-nav button.swiper-next:focus,
.card_section.swiper-box .swiper .swiper-nav button.swiper-prev span:focus,
.card_section.swiper-box .swiper .swiper-nav button.swiper-next span:focus {
	display: block;
	width: 45px;
    height: 45px;
	border-radius: 100%;
	background-color: var(--color_b1420d) !important;        /*★★★ 重要 焦點變色 ★★★*/
	outline: 2px solid #43B5FC !important;
}
/*=============================================*/
/* ==   左右選擇鍵 下方 RIGHT右邊 right: 0;   ====*/
/*=============================================*/

/*=============================================*/
/* ==   輪播 暫停/撥放   ========================*/
/*=============================================*/
.card_section .DIV-Box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    width: 150px;
}
/*.newsbox-section .DIV-Box::before {
    content: "";
    position: relative;
    height: 1px;
    width: 75%;
    background-color: #006d66;
    left: 0;
    top: 24px;
}*/

.card_section .control-box {	
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
	align-items: center;
    
	position: relative;
    bottom: 0;
    left: calc((100% - 1170px) / 2);
    left: 0;
    z-index: 2;
        
    color: var(--FFFcolor);
    text-align: center;
}
/*..............................................................................*/
.card_section .control-start,
.card_section .control-pause {
	position: relative;
	/*width: 48px;*/
	/*height: 48px;*/
	
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	z-index: 2; /*999*/
}
.card_section .control-start {
	right: calc(1.5% - 20px + 10px);
}
.card_section .control-pause {
	right: calc(1.5% - 20px);
}
/*..............................................................................*/
.card_section .control-start-icon,
.card_section .control-pause-icon {
	display: inline-block;
	width: 48px;
	height: 48px;
	background-position-x: 50%;
	background-position-y: center;
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-image: none;
	background-size: 100% 100%;
	background-origin: padding-box;
	background-clip: border-box;
    
    border-radius: 100%;
    border: 1px solid var(--color_f1eee7) !important;        /*★★★ 重要 未滑過 底邊色 ★★★*/ 
	background-color: var(--color_f1eee7) !important;        /*★★★ 重要 未滑過 底色 ★★★*/
}
.card_section .control-start-icon:hover,
.card_section .control-pause-icon:hover {
	opacity: 1;
    border-radius: 100%;
    border: 1px solid var(--color_b1420d) !important;        /*★★★ 重要 滑過底邊色 ★★★*/
	background-color: var(--color_b1420d) !important;        /*★★★ 重要 滑過底色 ★★★*/
}
/*..............................................................................*/
.card_section .control-start-icon {
    background-image: url(../images/banner/control-start-G-icon.svg);
    opacity: .85;
}
/*..............................................................................*/
.card_section .control-pause-icon {
    background-image: url(../images/banner/control-pause-G-icon.svg);
    opacity: .85;
}
/*..............................................................................*/
.card_section .control-start-icon:hover,
.card_section .control-start-icon:focus {
    background-image: url(../images/banner/control-start-icon.svg);
    opacity: .85;
}
.card_section .control-pause-icon:hover,
.card_section .control-pause-icon:focus {
    background-image: url(../images/banner/control-pause-icon.svg);
    opacity: .85;
}
/*..............................................................................*/

.card_section .control-start:focus, 
.card_section .control-pause:focus {
    text-decoration: none;
    outline: 2px solid #43B5FC;
	outline-offset: -2px;
	background-color: var(--color_b1420d);        /*★★★ 重要 焦點變色 ★★★*/
}
/*..............................................................................*/
@media (max-width:768px) {
	.card_section .control-start-icon,
	.card_section .control-pause-icon {
        width: 45px;
        height: 45px;
	}
	/*...................................*/
	.card_section .control-box {	
		padding: 0px; 
	}
    /*...................................*/
	.card_section .control-start {
		right: calc(1.5% + 5px);
	}
	.card_section .control-pause {
		right: 1.5%;
	}
}
/*=============================================*/
/* ==   輪播 暫停/撥放   ========================*/
/*=============================================*/
/* ============================================= */
/* ------ 首頁 卡片區塊 Card_section ------------- */
/* ============================================= */




/* ============================================= */
/* ------ 首頁 新聞公告 Newsbox-section ---------- */
/* ============================================= */
.newsbox-section {
	position: relative; 
	display: block;
    
    background-color: 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 ---------- */
/* ============================================= */




/* ============================================= */
/* ------ 首頁 標語區 slogan_section ------------- */
/* ============================================= */
.slogan_section .content-box {
    display: block;
    position: relative;
    padding: 0 10px;
}
.slogan_section .InfoWrapDiv {}
@media screen and (max-width: 991px) {
    .slogan_section .InfoWrapDiv {
        flex-direction: column;
        margin-bottom: 40px;
    }
}
@media screen and (min-width: 992px) {
    .slogan_section .InfoWrapDiv {
        margin-right: calc(50% - 50vw); /* 一半 1/2 面積*/
    }
}

.slogan_section .InfoWrap-img {
    flex-shrink: 0;
    width: 50vw;
}
@media screen and (max-width: 991px) {
    .slogan_section .InfoWrap-img {
        width: 100%;
        margin: 0 auto 20px auto;
    }    
}
@media screen and (min-width: 992px) {
    .slogan_section .InfoWrap-img {
        padding-left: 140px;
        order: 1;
    }
}

.slogan_section .InfoWrap-img img {
    width: 100%;  
    overflow: hidden;
    border-top-left-radius: 40px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 40px;
}
@media screen and (max-width: 991px) {
    .slogan_section .InfoWrap-img img {
        border-top-left-radius: 40px;
        border-top-right-radius: 40px;
        border-bottom-right-radius: 40px;
        border-bottom-left-radius: 40px;
    }
}

.slogan_section .InfoWrap-text {
    position: relative;
    display: block;
}

.slogan_section .box-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    z-index: 2;
}

.slogan_section .b-text-tw {
    position: relative;
    font-family: "Noto Sans TC";
    color: var(--blackcolor);
    font-weight: bold;
    letter-spacing: 2;
}
@media (max-width: 575px) {
    .slogan_section .b-text-tw {
        font-size: 150%;
    }
}
@media (min-width: 576px) {
    .slogan_section .b-text-tw {
        font-size: 250%;
    }
}

.slogan_section .s-text-tw {
    position: relative;
    font-family: "Noto Sans TC";
    color: var(--blackcolor);
    font-weight: bold;
    letter-spacing: 2;
}
@media (max-width: 575px) {
    .slogan_section .s-text-tw {
        font-size: 125%;
    }
}
@media (min-width: 576px) {
    .slogan_section .s-text-tw {
        font-size: 175%;
    }
}

.slogan_section .Description {
    position: relative;    
    color: var(--blackcolor);
}
@media (max-width: 575px) {
    .slogan_section .Description {
        font-size: 100%;
    }
}
@media (min-width: 576px) {
    .slogan_section .Description {
        font-size: 112.5%;
    }
}

.slogan_section .Gcolor {
    color: var(--color_b1420d);
}
.slogan_section .Fcolor {
    color: var(--FFFcolor);
}

.slogan_section .BTN-Detail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.slogan_section .BTN-Detail .MoreDIV .left-18 {
    left: -18px;
}

.slogan_section .BTN-Detail.margin-Hrem {
    margin-top: 10rem; /* 1rem = 16px --> x 5rem = 80px */
}
@media (max-width: 575px) {
	.slogan_section .BTN-Detail.margin-Hrem {
		margin-top: 2rem;
	}
}
@media (min-width: 576px) {
	.slogan_section .BTN-Detail.margin-Hrem {
		margin-top: 3rem;
	}
}
@media (min-width: 768px) {
	.slogan_section .BTN-Detail.margin-Hrem {
		margin-top: 4rem;
	}
}
@media (min-width: 992px) {
	.slogan_section .BTN-Detail.margin-Hrem {
		margin-top: 5rem;
	}
}
@media (min-width: 1200px) {
	.slogan_section .BTN-Detail.margin-Hrem {
		margin-top: 6rem;
	}
}

.slogan_section .BTN-Detail i {
    font-size: 125%;
    margin-left: 5px;
}
/*=============================================*/
/* ==   底部跑馬燈   ============================*/
/*=============================================*/
.MarqueeDivBox {
    position: relative;
    margin-top: -11px;
    z-index: 0;
}
.MarqueeDivBox .marquee {
	width: 100vw;
	overflow: hidden;
}
.MarqueeDivBox .marquee .scroll {
	display: flex;
	background: transparent;
}
.MarqueeDivBox .marquee .scroll .text {
    font-family: "Noto Sans TC";
    font-family: "Arial";
	font-size: 1000%;
    font-weight: bold;
	color: var(--FFFcolor);
    color: var(--color_f1eee7);
	letter-spacing: 8px;
	white-space: nowrap;
	text-transform: uppercase;
	animation: scroll-1 80s linear infinite;
	line-height: 1;
}
.MarqueeDivBox .marquee.txtColor .scroll .text {
	color: #e5e5e5;
    color: var(--color_f1eee7);
}
.MarqueeDivBox .marquee .scroll .text:nth-child(2) {
	animation: scroll-2 80s linear infinite;
	animation-delay: -40s;
}
@keyframes scroll-1 {
	from {
		transform: translateX(100%);
    }
	to {
		transform: translateX(-100%);
    }
}
@keyframes scroll-2 {
	from {
		transform: translateX(0%);
    }
	to {
		transform: translateX(-200%);
    }
}
/*=============================================*/
/* ==   底部跑馬燈   ============================*/
/*=============================================*/
/* ============================================= */
/* ------ 首頁 標語區 ---------------------------- */
/* ============================================= */




/* ============================================= */
/* ------ 首頁 暖心小故事 storybox-section ------- */
/* ============================================= */
.storybox-section {
	position: relative; 
	display: block;
    
    background-color: transparent;
    /*background-color: var(--global-background-transparent);*/
    
	/*background-image: url(images/bg/.....);*/
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center top;
}
/*------------------------------------------------*/
.storybox-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; 	/* 設置背景混和模式為相乘模式*/
}
/*------------------------------------------------*/
.storybox-section .customizeBox {  
    position: relative; 
	display: block;
    z-index: 1;
}
/*------------------------------------------------*/
.storybox-section .row {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
}
/*------------------------------------------------*/
.storybox-section .section-BG-IMG {    
    position: relative;
    display: block;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    
	min-height: auto;
}
/*------------------------------------------------*/
.storybox-section .BGbox_left {
    position: relative;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
    
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
}   
.storybox-section .BGbox_left::before {
    content: '';
    position: absolute;
    /*left: 47.75%;*/ /*50%*/
    top: 0;
    width: 100%;
    height: 100%;
    border-top-left-radius: 0px;
    border-top-right-radius: 40px;
    border-bottom-right-radius: 40px;
    border-bottom-left-radius: 0px;
    
    background: rgba(255, 255,255, 0.95);
    opacity: 0.5;
    z-index: 0;
}
@media (max-width:767px) {
    .storybox-section .BGbox_left::before {
        right: 0; /*50%*/
    }
}
@media (min-width:768px) {
    .storybox-section .BGbox_left::before {
        right: 50%;
    }
}
/*------------------------------------------------*/
.storybox-section .left-column {
    position: relative;
    /*padding: 150px 0;*/
}
@media (max-width: 991px) {
    .storybox-section .left-column {
        display: block;
        padding: 100px 0;
    }
}
@media (min-width: 992px) {
    .storybox-section .left-column {
        display: flex;
        padding: 150px 0;
    }
}
/*------------------------------------------------*/
.storybox-section .InfoWrap-text {
    position: relative;
    display: block;
}
/*------------------------------------------------*/
.storybox-section .box-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    z-index: 2;
}
/*------------------------------------------------*/
.storybox-section .b-text-tw {
    position: relative;
    font-family: "Noto Sans TC";
    color: var(--blackcolor);
    font-weight: bold;
    letter-spacing: 2;
}
@media (max-width: 575px) {
    .storybox-section .b-text-tw {
        font-size: 150%;
    }
}
@media (min-width: 576px) {
    .storybox-section .b-text-tw {
        font-size: 262.5%;
    }
}
/*------------------------------------------------*/
.storybox-section .s-text-tw {
    position: relative;
    font-family: "Noto Sans TC";
    color: var(--blackcolor);
    font-weight: bold;
    letter-spacing: 2;
}
@media (max-width: 575px) {
    .storybox-section .s-text-tw {
        font-size: 125%;
    }
}
@media (min-width: 576px) {
    .storybox-section .s-text-tw {
        font-size: 175%;
    }
}
/*------------------------------------------------*/
.storybox-section .Description {
    position: relative;    
    color: var(--blackcolor);
}
@media (max-width: 575px) {
    .storybox-section .Description {
        font-size: 100%;
    }
}
@media (min-width: 576px) {
    .storybox-section .Description {
        font-size: 125%;
    }
}
/*------------------------------------------------*/
.storybox-section .Gcolor {
    color: var(--color_b1420d);
}
.storybox-section .Fcolor {
    color: var(--FFFcolor);
}
/*------------------------------------------------*/
.storybox-section ul.storylist {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    
    list-style: none;
    margin: 0;
    padding: 0;
	border-bottom: 1px solid #E3E3E3
}

.storybox-section ul.storylist li {
    position: relative;
	width: 33.33333%;
}
@media (max-width: 767px) {
    .storybox-section ul.storylist li {
        width: 100%;
        border-bottom: 1px solid #E3E3E3;
    }
}
.storybox-section ul.storylist li::before {
	content: "";
	width: 1px;
	height: calc(100% - 120px);
	background: #E3E3E3;
	position: absolute;
	top: 50%;
	right: 0;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 1
}

.storybox-section ul.storylist li:last-child::before {
	display: none;
}

.storybox-section ul.storylist li a {
	display: block;
	height: 100%;
	position: relative;
	padding: 92px 50px 95px;
	opacity: 1
}

@media only screen and (min-width: 1025px) {
	.storybox-section ul.storylist li a:hover {
        background-color: var(--color_f1eee7);
	}

	.storybox-section ul.storylist li a:hover .c-btn-more span::before {
		transform: none;
		background: currentcolor
	}

	.storybox-section ul.storylist li a:hover .c-btn-more span::after {
		border-color: #fff
	}
}

.storybox-section ul.storylist li .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
	max-width: 330px;
	margin: 0 auto
}

.storybox-section ul.storylist li .title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    
    /*line-height: 1.26667;
    letter-spacing: 0.15em;*/
    font-weight: bold;
    text-align: center;
    color: var(--color_b1420d);
    width: 100%;
    
    margin: 0 0 35px 0;
    
    display: -webkit-box;
    /* 第一步：設定 display 為 -webkit-box 元素。 */
    -webkit-box-orient: vertical;
    /* 第二步：設定 box 的子元素，是由上往下垂直排列。*/
    -webkit-line-clamp: 2;
    /* 第三步：設定欲顯示的行數，超出則顯示省略符號(...)。 */
    overflow: hidden;
    /* 第四步：設定超過上述指定之行數時隱藏。 */
    max-height: 72px;
    /* 第五步：其它瀏覽器降級方式：給定最大高度 */
}
@media (max-width: 575px) {
    .storybox-section ul.storylist li a .title  {
        font-size: 125%;
    }
}
@media (min-width: 576px) {
    .storybox-section ul.storylist li a .title  {
        font-size: 150.0%;
    }
}

.storybox-section .separator_line {
    bottom: 0;
    clear: both;
    display: inline-block;
    height: 2px;
    position: relative;
    width: 50px; /*264px*/
	background-color: var(--color_b1420d);
}

.storybox-section ul.storylist li a .desc {
	width: 100%;
	text-align: center;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center
}
.storybox-section ul.storylist li a .desc {
	margin: 35px 0;
	line-height: 1.88
}

.storybox-section ul.storylist li a .desc p {
	line-height: 1.88;
    margin-bottom: 0;
    color: var(--blackcolor);
    
    display: -webkit-box;
    /* 第一步：設定 display 為 -webkit-box 元素。 */
    -webkit-box-orient: vertical;
    /* 第二步：設定 box 的子元素，是由上往下垂直排列。*/
    -webkit-line-clamp: 4;
    /* 第三步：設定欲顯示的行數，超出則顯示省略符號(...)。 */
    overflow: hidden;
    /* 第四步：設定超過上述指定之行數時隱藏。 */
    max-height: 144px;
    /* 第五步：其它瀏覽器降級方式：給定最大高度 */
}
@media (max-width: 575px) {
    .storybox-section ul.storylist li a .desc p {
        font-size: 100%;
    }
}
@media (min-width: 576px) {
    .storybox-section ul.storylist li a .desc p {
        font-size: 93.75%;
    }
}

.storybox-section ul.storylist li a .DateMorrDIVBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.storybox-section ul.storylist li a .DateMorrDIVBox .item_date i {
    color: var(--G555color);
    font-size: 100%;
    margin-right: 5px;
}

.storybox-section ul.storylist li a .DateMorrDIVBox .item_date {
    color: var(--G555color);
}
@media (max-width: 575px) {
	.storybox-section ul.storylist li a .DateMorrDIVBox .item_date {
		font-size: 87.5%;
	}
}
@media (min-width: 576px) {
	.storybox-section ul.storylist li a .DateMorrDIVBox .item_date {
		font-size: 93.75%;
	}
}

/* --- 按鈕 MORE ---------------------------------------- */
.storybox-section ul.storylist li a .DateMorrDIVBox .witr_bbtn {
    border: none;
}
.storybox-section ul.storylist li a .DateMorrDIVBox .witr_bbtn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    
    position: relative;
    /*display: inline-block; */ 
    font-size: 93.75%;
    color: var(--G555color);
    text-align: center;
    border-style: none;
    border-radius: 30px;
    padding: 10px 36px 10px 20px;
    z-index: 2;
    transition: 1s;
}
.storybox-section ul.storylist li a .DateMorrDIVBox .witr_bbtn i {
    font-size: 112.5%;
}
.storybox-section ul.storylist li a .DateMorrDIVBox .witr_bbtn:hover,
.witr_bbtn:focus {
	background-color: transparent; /*#dfb163*/
}
.storybox-section ul.storylist li a .DateMorrDIVBox .witr_bbtn:hover,
.storybox-section ul.storylist li a .DateMorrDIVBox .witr_bbtn:focus {
    /* background-color: #02010100; */
    color: var(--FFFcolor);
}
.storybox-section ul.storylist li a .DateMorrDIVBox .witr_bbtn:focus {
    text-decoration: none;
    outline: thin dotted;
    outline: none;
    outline-offset: inherit;
}
/* ---------------------------------------- */
/* 底圓 */
.storybox-section ul.storylist li a .DateMorrDIVBox .witr_bbtn:after {
    position: absolute;
    width: 36px;
    height: 36px;
    right: 0px;
    top: 2px;    /*8px;*/
    content: "";
    
    z-index: -6;
    border-radius: 30px;
    transition: .5s;
    border: 1px solid var(--color_b1420d);
	background-color: transparent;
}
.storybox-section ul.storylist li a .DateMorrDIVBox .witr_bbtn:hover:after,
.storybox-section ul.storylist li a .DateMorrDIVBox .witr_bbtn:focus:after {
    width: 100%;
    background-color: var(--color_b1420d);
}

/* ---------------------------------------- */
/* 箭頭 */
.storybox-section ul.storylist li a .DateMorrDIVBox .witr_bbtn span {
	display: inline-block;
}
.storybox-section ul.storylist li a .DateMorrDIVBox .witr_bbtn span.arrow:after {
	content: "";
    position: absolute;
    width: 36px;
    height: 36px;
    right: 3px;
    top: -2px;    /*4px*/
    background: url(../images/swiper/next-G.svg);
	background-repeat: no-repeat;
	transition: .5s;
}
.storybox-section ul.storylist li a .DateMorrDIVBox .witr_bbtn:hover span.arrow:after,
.storybox-section ul.storylist li a .DateMorrDIVBox .witr_bbtn:focus span.arrow:after{
    content: "";
    position: absolute;
    width: 36px;
    height: 36px;
    right: 3px;
    top: -2px;
    background: url(../images/swiper/next.svg);
	background-repeat: no-repeat;
}

/* ==   縮小   =======================*/
/*@media(max-width: 575px) {
    .storybox-section ul.storylist li a .DateMorrDIVBox .witr_bbtn span {
        padding-right: 0;
    }
    .storybox-section ul.storylist li a .DateMorrDIVBox .witr_bbtn {
        font-size: 80%;
    }
    .storybox-section ul.storylist li a .DateMorrDIVBox .witr_bbtn i {
        font-size: 90%;
    }
}
@media(min-width: 576px) {
    .storybox-section ul.storylist li a .DateMorrDIVBox .witr_bbtn {
        font-size: 90%;
    }
    .storybox-section ul.storylist li a .DateMorrDIVBox .witr_bbtn i {
        font-size: 100%;
    }
}*/
/* ==   縮小   =======================*/
/* ============================================= */
/* ------ 首頁 暖心小故事 storybox-section ------- */
/* ============================================= */




/* ================================================== */
/* ------ 首頁 中心成員 center_members_section -------- */
/* ================================================== */
.center_members_section {
	position: relative;
	
	background-color: transparent; /* #0263b8 / 014785 / 00479d */  
	background-size: auto; 
	background-position: bottom; 
	background-repeat: repeat; 
	/*background-image: url("../images/card/background-image_54x48.svg");*/
}
/*------------------------------------------------*/
/* ------ Mask-DivBox --------------------------- */
.center_members_section .Mask-DivBox {
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    width: 100%;
    margin: 0 auto;
}   
/*
.center_members_section .Mask-DivBox::after {
    content: '';
	position: absolute;	
    top: 0;
	left: 0;
	height: 100%;	
    background-color: rgba(255, 255, 255, 0.7);
}
@media (max-width:991px) {
	.center_members_section .Mask-DivBox::after {
		width: 100%;
        *background-color: rgba(255, 255, 255, 0.7);*
	}
}
@media (min-width:992px) {
	.center_members_section .Mask-DivBox::after {
        width:  calc(75% + 15px);
	}
}
@media (min-width:1200px) {
	.center_members_section .Mask-DivBox::after {
        width: calc(75% - 30px);
	}
}
*/

.center_members_section .content-box {
    display: block;
    position: relative;
    padding: 0 10px;
}
/*------------------------------------------------*/
.center_members_section .InfoWrapDiv {}
@media screen and (max-width: 991px) {
    .center_members_section .InfoWrapDiv {
        flex-direction: column;
        margin-bottom: 40px;
    }
}
@media screen and (min-width: 992px) {
    .center_members_section .InfoWrapDiv {
        margin-right: calc(50% - 50vw); /* 一半 1/2 面積*/
    }
}
/*------------------------------------------------*/
.center_members_section .InfoWrap-text {
    position: relative;
    display: block;
}
@media screen and (min-width: 992px) {
    .center_members_section .InfoWrap-text {
        order: 1;
    }
}
@media screen and (min-width: 992px) {
    .center_members_section .InfoWrap-text {
        order: 1;
    }
}
/*------------------------------------------------*/
.center_members_section .InfoWrap-gallery {
    flex-shrink: 0;
    width: 66.666667vw;
}
@media screen and (max-width: 991px) {
    .center_members_section .InfoWrap-gallery {
        width: 100%;
        margin: 0 auto 20px auto;
        order: 2;
    }    
}
@media screen and (min-width: 992px) {
    .center_members_section .InfoWrap-gallery {
        padding-left: 140px;
        order: 2;
    }
}
/*------------------------------------------------*/
.center_members_section .InfoWrap-gallery img {
    width: 100%; 
}
/*------------------------------------------------*/
.center_members_section .box-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    z-index: 2;
}
/*------------------------------------------------*/
.center_members_section .b-text-tw {
    position: relative;
    font-family: "Noto Sans TC";
    color: var(--blackcolor);
    font-weight: bold;
    letter-spacing: 2;
}
@media (max-width: 575px) {
    .center_members_section .b-text-tw {
        font-size: 150%;
    }
}
@media (min-width: 576px) {
    .center_members_section .b-text-tw {
        font-size: 250%;
    }
}
/*------------------------------------------------*/
.center_members_section .s-text-tw {
    position: relative;
    font-family: "Noto Sans TC";
    color: var(--blackcolor);
    font-weight: bold;
    letter-spacing: 2;
}
@media (max-width: 575px) {
    .center_members_section .s-text-tw {
        font-size: 125%;
    }
}
@media (min-width: 576px) {
    .center_members_section .s-text-tw {
        font-size: 175%;
    }
}
/*------------------------------------------------*/
.center_members_section .Description {
    position: relative;    
    color: var(--blackcolor);
}
@media (max-width: 575px) {
    .center_members_section .Description {
        font-size: 100%;
    }
}
@media (min-width: 576px) {
    .center_members_section .Description {
        font-size: 112.5%;
    }
}
/*------------------------------------------------*/
.center_members_section .Gcolor {
    color: var(--color_b1420d);
}
.center_members_section .Fcolor {
    color: var(--FFFcolor);
}
/*------------------------------------------------*/
.center_members_section .BTN-Detail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.center_members_section .BTN-Detail .MoreDIV .left-18 {
    left: -18px;
}

.center_members_section .BTN-Detail.margin-Hrem {
    margin-top: 10rem; /* 1rem = 16px --> x 5rem = 80px */
}
@media (max-width: 575px) {
	.center_members_section .BTN-Detail.margin-Hrem {
		margin-top: 2rem;
	}
}
@media (min-width: 576px) {
	.center_members_section .BTN-Detail.margin-Hrem {
		margin-top: 3rem;
	}
}
@media (min-width: 768px) {
	.center_members_section .BTN-Detail.margin-Hrem {
		margin-top: 4rem;
	}
}
@media (min-width: 992px) {
	.center_members_section .BTN-Detail.margin-Hrem {
		margin-top: 5rem;
	}
}
@media (min-width: 1200px) {
	.center_members_section .BTN-Detail.margin-Hrem {
		margin-top: 6rem;
	}
}

.center_members_section .BTN-Detail i {
    font-size: 125%;
    margin-left: 5px;
}
/*------------------------------------------------*/
/* --- 動態打字效果 -------------------------------------- */
.center_members_section .Tyte-WorsBox {
    position: relative;
    height: 150px;
    min-height: 150px;
    margin-bottom: 0 !important;
}
.center_members_section .type-word {
    font-family: "Noto Sans TC";
    font-size: 250%;
    font-weight: bold;
    margin: auto;
    color: var(--color_b1420d);
}
/* --- 動態打字效果 -------------------------------------- */
/*------------------------------------------------*/

/*=============================================*/
/* ==   輪播 內容 ITEM   =======================*/
/*=============================================*/
.center_members_section.swiper-box .item .wrapper_box .mb-30 {
    margin-bottom: 30px;
}

.center_members_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: 16px;
    background-color: var(--FFFcolor);
    
    box-shadow: 1px 1.732px 18px 0px rgba(0, 0, 0, 0.15);
}
/*.center_members_section.swiper-box .item .wrapper_box .media-item::after {
    position: absolute;
    width: 80%;
    height: 20px;
    
    content: "";
    bottom: -21px;
    left: 10%;
    border-radius: 0px 0px 16px 16px;
    background-color: var(--color_001413);;
    
    transform: translate(0,-103%);    
    transition: all 0.3s ease 0s;
    z-index: -1;
}
.center_members_section.swiper-box .item .wrapper_box .media-item:hover::after {
    transform: translate(0,0%);
}*/
/*--------------------------------------------*/
.center_members_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;
}

.center_members_section.swiper-box .item .wrapper_box .media-item a .media-img-outer {
    overflow: hidden;
    /*border-radius: 0px 0px 0px 0px;*/
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}
.center_members_section.swiper-box .item .wrapper_box .media-item a .media-content {
    position: relative;
    display: block;
    width: 100%;
    padding: 24px 24px 24px 24px;
    float: left; 
    background-color: transparent;
}

.center_members_section.swiper-box .item .wrapper_box .media-item a .box_content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.center_members_section.swiper-box .item .wrapper_box .mb-30 {
    margin-bottom: 30px;
}

.center_members_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);
    
    box-shadow: 1px 1.732px 18px 0px rgba(0, 0, 0, 0.15);
}
/*--------------------------------------------*/

.center_members_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;
}


.center_members_section.swiper-box .item .wrapper_box .media-item a .media-img-outer {
    overflow: hidden;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
}
.center_members_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);
}

.center_members_section.swiper-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;
}
/*--------------------------------------------*/
/*-----------------------------------------------------------------*/
.center_members_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;
  	/* 第五步：其它瀏覽器降級方式：給定最大高度 */
    
    margin-bottom: 15px;
}
@media(max-width:575px) {
    .center_members_section.swiper-box .item .wrapper_box .media-item a .media-content .tit-text {
        font-size: 93.75%;
        color: var(--G333color);
    }
}
@media(min-width:576px) {
    .center_members_section.swiper-box .item .wrapper_box .media-item a .media-content .tit-text {
        font-size: 100%; 
        color: var(--G333color);
    }
}

.center_members_section.swiper-box .item .wrapper_box .media-item a .media-content .jobtit-text {
    font-family: "Noto Sans TC";
    font-weight: bold;    
    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;
	/* 第四步：設定超過上述指定之行數時隱藏。 */
	max-height: 60px;
  	/* 第五步：其它瀏覽器降級方式：給定最大高度 */
    
    margin-bottom: 15px;
}
@media(max-width:575px) {
    .center_members_section.swiper-box .item .wrapper_box .media-item a .media-content .jobtit-text {
        font-size: 93.75%;
        color: #090a0c;
    }
}
@media(min-width:576px) {
    .center_members_section.swiper-box .item .wrapper_box .media-item a .media-content .jobtit-text {
        font-size: 112.5%; 
        color: #090a0c;
    }
}
.center_members_section.swiper-box .item .wrapper_box .media-item a:hover .jobtit-text {
    color: var(--color_b1420d);
}
/*-----------------------------------------------------------------*/
/*ZoomIn Hover Effect*/
.center_members_section.swiper-box .item .wrapper_box .media-item a:hover .hover-zoomin {
    position: relative;
    display: block;    
    overflow: hidden;
}
.center_members_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;
}
.center_members_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);
}
/*=============================================*/
/* ==   輪播 內容 ITEM   =======================*/
/*=============================================*/

/*=============================================*/
/* ==   左右選擇鍵 中間   =======================*/
/*=============================================*/
.center_members_section.swiper-box .swiper-nav {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: end;
    align-items: center;
    position: absolute;
    right: 60px;
    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;
}
.center_members_section.swiper-box .swiper .swiper-nav button.swiper-prev,
.center_members_section.swiper-box .swiper .swiper-nav button.swiper-next {    
    font: inherit;
	color: inherit;	
	padding: 0 !important;
    background: 0 0;
	border: none;   
	
	/* position: absolute;  */
	top: 45%;
	z-index: 1;
}
.center_members_section.swiper-box .swiper .swiper-nav button.swiper-prev,
.center_members_section.swiper-box .swiper .swiper-nav button.swiper-next {
	width: 45px;
    height: 45px;
	border-radius: 100%;
}
/*..............................................................................*/
.center_members_section.swiper-box .swiper .swiper-nav button.swiper-prev {
	right: 0px;
	margin-right: 5px;	
}
/*..............................................................................*/
.center_members_section.swiper-box .swiper .swiper-nav button.swiper-next {
	right: 0px;
	margin-left: 0px;
}

/*..............................................................................*/
.center_members_section.swiper-box .swiper .swiper-nav button.swiper-prev span,
.center_members_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%;
} 
/*..............................................................................*/
.center_members_section.swiper-box .swiper .swiper-nav button.swiper-prev span {
	content: url("../images/swiper/prev-G.svg");
}
.center_members_section.swiper-box .swiper .swiper-nav button.swiper-next span {
	content: url("../images/swiper/next-G.svg");
}
/*..............................................................................*/
.center_members_section.swiper-box .swiper .swiper-nav button.swiper-prev span:hover,
.center_members_section.swiper-box .swiper .swiper-nav button.swiper-prev span:focus {
	content: url("../images/swiper/prev.svg");
	border: 1px solid var(--color_b1420d) !important;        /*★★★ 重要 滑過 底邊色 ★★★*/ 
	background-color: var(--color_b1420d) !important;        /*★★★ 重要 滑過 底色 ★★★*/
}
.center_members_section.swiper-box .swiper .swiper-nav button.swiper-next span:hover,
.center_members_section.swiper-box .swiper .swiper-nav button.swiper-next span:focus {
	content: url("../images/swiper/next.svg");
	border: 1px solid var(--color_b1420d) !important;        /*★★★ 重要 滑過 底邊色 ★★★*/ 
	background-color: var(--color_b1420d) !important;        /*★★★ 重要 滑過 底色 ★★★*/
} 
.center_members_section.swiper-box .swiper .swiper-nav button.swiper-prev:focus,
.center_members_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;
}

/*=============================================*/
/* ==   左右選擇鍵 中間   =======================*/
/*=============================================*/

/*=============================================*/
/* ==   輪播 暫停/撥放   ========================*/
/*=============================================*/
.center_members_section .DIV-Box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: start;
    align-items: center;
    width: 100%;
}
/*.center_members_section .DIV-Box::before {
    content: "";
    position: relative;
    height: 1px;
    width: 75%;
    background-color: #006d66;
    left: 0;
    top: 24px;
}*/

.center_members_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;
    width: 110px;
}
/*..............................................................................*/
.center_members_section .control-start,
.center_members_section .control-pause {
	position: relative;
	/*width: 48px;*/
	/*height: 48px;*/
	
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	z-index: 2; /*999*/
}
.center_members_section .control-start {
	right: calc(1.5% - 20px + 10px);
}
.center_members_section .control-pause {
	right: calc(1.5% - 20px);
}
/*..............................................................................*/
.center_members_section .control-start-icon,
.center_members_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;        /*★★★ 重要 未滑過 底色 ★★★*/
}
.center_members_section .control-start-icon:hover,
.center_members_section .control-pause-icon:hover {
	opacity: 1;
    border-radius: 100%;
    border: 1px solid var(--color_b1420d) !important;        /*★★★ 重要 滑過底邊色 ★★★*/
	background-color: var(--color_b1420d) !important;        /*★★★ 重要 滑過底色 ★★★*/
}
/*..............................................................................*/
.center_members_section .control-start-icon {
    background-image: url(../images/banner/control-start-G-icon.svg);
    opacity: .85;
}
/*..............................................................................*/
.center_members_section .control-pause-icon {
    background-image: url(../images/banner/control-pause-G-icon.svg);
    opacity: .85;
}
/*..............................................................................*/
.center_members_section .control-start-icon:hover,
.center_members_section .control-start-icon:focus {
    background-image: url(../images/banner/control-start-icon.svg);
    opacity: .85;
}
.center_members_section .control-pause-icon:hover,
.center_members_section .control-pause-icon:focus {
    background-image: url(../images/banner/control-pause-icon.svg);
    opacity: .85;
}
/*..............................................................................*/

.center_members_section .control-start:focus, 
.center_members_section .control-pause:focus {
    text-decoration: none;
    outline: 2px solid #43B5FC;
	outline-offset: -2px;
	background-color: var(--color_b1420d);        /*★★★ 重要 焦點變色 ★★★*/
}
/*..............................................................................*/
@media (max-width:768px) {
	.center_members_section .control-start-icon,
	.center_members_section .control-pause-icon {
        width: 45px;
        height: 45px;
	}
	/*...................................*/
	.center_members_section .control-box {	
		padding: 0px; 
	}
    /*...................................*/
	.center_members_section .control-start {
		right: calc(1.5% + 5px);
	}
	.center_members_section .control-pause {
		right: 1.5%;
	}
}
/*=============================================*/
/* ==   輪播 暫停/撥放   ========================*/
/*=============================================*/
/* ================================================== */
/* ------ 首頁 中心成員 center_members_section -------- */
/* ================================================== */




/* ================================================== */
/* ------ 首頁 臨床試驗中心 marquee_section ------------ */
/* ------ 圖片-右左-跑馬燈 ----------------------------- */
/* ================================================== */
.marquee_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;
}
.marquee_section .institution {
    overflow: hidden;
}
.marquee_section .institution-wrapper {
    display: flex;
}
@media only screen and (max-width: 991.98px) {
    .marquee_section .institution-wrapper {
        gap: 1.5rem; /*1.5rem*/
    }
}
@media print,screen and (min-width: 992px) {
    .marquee_section .institution-wrapper {
        gap: 2.5rem; /*2.5rem*/
    }
}
@media only screen and (max-width: 991.98px) {
    .marquee_section .institution-wrapper:last-of-type {
        margin-block-start: 1.5rem; /*1.5rem*/
        margin-inline-start: 1.5rem; /*1.5rem*/
    }
}
@media print,screen and (min-width: 992px) {
    .marquee_section .institution-wrapper:last-of-type {
        margin-block-start: 1.5rem; /*2.5rem*/
        margin-inline-start: 1.5rem; /*2.5rem*/
    }
}
.marquee_section .institution-wrapper:last-of-type .Photo-list {
    animation-direction: reverse;
}
.marquee_section .Photo-list {
    display: flex;
    padding-left: 0;
    animation: loopSlider infinite linear 30s both;
}
/*.marquee_section .institution-wrapper:hover .Photo-list {
	-webkit-animation-play-state: paused;
	-moz-animation-play-state: paused;
	-o-animation-play-state: paused;
	animation-play-state: paused;
	cursor: pointer;
}*/

.marquee_section #A1.Photo-list.paused,
.marquee_section #A2.Photo-list.paused {
	-webkit-animation-play-state: paused;
	-moz-animation-play-state: paused;
	-o-animation-play-state: paused;
	animation-play-state: paused;
	cursor: pointer;
}
.marquee_section #A1.Photo-list.running,
.marquee_section #A2.Photo-list.running {
	-webkit-animation-play-state: running;
	-moz-animation-play-state: running;
	-o-animation-play-state: running;
	animation-play-state: running;
	cursor: pointer;
}

@keyframes loopSlider {
    from {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    to {
        -webkit-transform: translateX(-100);  
        transform: translateX(-100%);
    }
}

@media only screen and (max-width: 991.98px) {
    .marquee_section .Photo-list {
        gap: 1.5rem; /*1.5rem*/
    }
}
@media print,screen and (min-width: 992px) {
    .marquee_section .Photo-list {
        gap: 2.5rem; /*2.5rem*/
    }
}

.marquee_section .Photo-list li {
    overflow: hidden;
    border-radius: 4px;
}
@media only screen and (max-width: 767.98px) {
    .marquee_section .Photo-list li {
        width: 50vw;
    }
}
@media print,screen and (min-width: 768px) {
    .marquee_section .Photo-list li {
        width: 21.96vw;
    }
}

.marquee_section .Photo-list li a {
    position: relative;
    display: block;
    width: 100%;
    overflow: hidden;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
}
.marquee_section .Photo-list li a img {
    width: 100%;
}

/*=============================================*/
/* ==   輪播 暫停/撥放   ========================*/
/*=============================================*/
.marquee_section .DIV-Box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 100%;
}
/*.marquee_section .DIV-Box::before {
    content: "";
    position: relative;
    height: 1px;
    width: 75%;
    background-color: #006d66;
    left: 0;
    top: 24px;
}*/

.marquee_section .control-box {	
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
	align-items: center;
    
	position: absolute;
    top: -1px;
    left: 20px;
    z-index: 2;
        
    color: var(--FFFcolor);
    text-align: center;
    width: 110px;
}
/*..............................................................................*/
.marquee_section .control-start,
.marquee_section .control-pause {
	position: relative;
	/*width: 48px;*/
	/*height: 48px;*/
	
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	z-index: 2; /*999*/
}
.marquee_section .control-start {
	right: calc(1.5% - 20px + 10px);
}
.marquee_section .control-pause {
	right: calc(1.5% - 20px);
}
/*..............................................................................*/
.marquee_section .control-start-icon,
.marquee_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: transparents !important;        /*★★★ 重要 未滑過 底色 ★★★*/
}
.marquee_section .control-start-icon:hover,
.marquee_section .control-pause-icon:hover {
	opacity: 1;
    border-radius: 100%;
    border: 1px solid var(--color_b1420d) !important;        /*★★★ 重要 滑過底邊色 ★★★*/
	background-color: var(--color_b1420d) !important;        /*★★★ 重要 滑過底色 ★★★*/
}
/*..............................................................................*/
.marquee_section .control-start-icon {
    background-image: url(../images/banner/control-start-G-icon.svg);
    opacity: .85;
}
/*..............................................................................*/
.marquee_section .control-pause-icon {
    background-image: url(../images/banner/control-pause-G-icon.svg);
    opacity: .85;
}
/*..............................................................................*/
.marquee_section .control-start-icon:hover,
.marquee_section .control-start-icon:focus {
    background-image: url(../images/banner/control-start-icon.svg);
    opacity: .85;
}
.marquee_section .control-pause-icon:hover,
.marquee_section .control-pause-icon:focus {
    background-image: url(../images/banner/control-pause-icon.svg);
    opacity: .85;
}
/*..............................................................................*/

.marquee_section .control-start:focus, 
.marquee_section .control-pause:focus {
    text-decoration: none;
    outline: 2px solid #43B5FC;
	outline-offset: -2px;
	background-color: var(--color_b1420d);        /*★★★ 重要 焦點變色 ★★★*/
}
/*..............................................................................*/
@media (max-width:768px) {
	.marquee_section .control-start-icon,
	.marquee_section .control-pause-icon {
        width: 45px;
        height: 45px;
	}
	/*...................................*/
	.marquee_section .control-box {	
		padding: 0px; 
	}
    /*...................................*/
	.marquee_section .control-start {
		right: calc(1.5% + 5px);
	}
	.marquee_section .control-pause {
		right: 1.5%;
	}
}
/*=============================================*/
/* ==   輪播 暫停/撥放   ========================*/
/*=============================================*/
/* ================================================== */
/* ------ 首頁 臨床試驗中心 marquee_section ------------ */
/* ------ 圖片-右左-跑馬燈 ----------------------------- */
/* ================================================== */


/* ================================================== */
/* ------ 首頁 中榮影音 video_imgaes_section ---------- */
/* ================================================== */
.video_imgaes_section {
	position: relative;
	
	background-color: transparent; /* #0263b8 / 014785 / 00479d */  
	background-size: auto; 
	background-position: bottom; 
	background-repeat: repeat; 
	/*background-image: url("../images/card/background-image_54x48.svg");*/
}
/*------------------------------------------------*/
/* ------ Mask-DivBox --------------------------- */
.video_imgaes_section .Mask-DivBox {
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    width: 100%;
    margin: 0 auto;
}   
/*
.video_imgaes_section .Mask-DivBox::after {
    content: '';
	position: absolute;	
    top: 0;
	left: 0;
	height: 100%;	
    background-color: rgba(255, 255, 255, 0.7);
}
@media (max-width:991px) {
	.video_imgaes_section .Mask-DivBox::after {
		width: 100%;
        *background-color: rgba(255, 255, 255, 0.7);*
	}
}
@media (min-width:992px) {
	.video_imgaes_section .Mask-DivBox::after {
        width:  calc(75% + 15px);
	}
}
@media (min-width:1200px) {
	.video_imgaes_section .Mask-DivBox::after {
        width: calc(75% - 30px);
	}
}
*/

.video_imgaes_section .ContentVBox {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 0 10px;
}

/*=============================================*/
/* ==   內容 ITEM   ============================*/
/*=============================================*/
.video_imgaes_section .wrapper_box .mb-30 {
    margin-bottom: 30px;
}

.video_imgaes_section .wrapper_box .media-item {
    position: relative;
    float: left;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px; 
    
    border-radius: 16px;
    background-color: var(--FFFcolor);
    
    box-shadow: 1px 1.732px 18px 0px rgba(0, 0, 0, 0.15);
}
/*.center_members_section.swiper-box .item .wrapper_box .media-item::after {
    position: absolute;
    width: 80%;
    height: 20px;
    
    content: "";
    bottom: -21px;
    left: 10%;
    border-radius: 0px 0px 16px 16px;
    background-color: var(--color_001413);;
    
    transform: translate(0,-103%);    
    transition: all 0.3s ease 0s;
    z-index: -1;
}
.center_members_section.swiper-box .item .wrapper_box .media-item:hover::after {
    transform: translate(0,0%);
}*/
/*--------------------------------------------*/
.video_imgaes_section .wrapper_box .media-item a {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.video_imgaes_section .wrapper_box .media-item a .media-img-outer {
    overflow: hidden;
    /*border-radius: 0px 0px 0px 0px;*/
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}
.video_imgaes_section .wrapper_box .media-item a .media-content {
    position: relative;
    display: block;
    width: 100%;
    padding: 24px 24px 24px 24px;
    float: left; 
    background-color: transparent;
}

.video_imgaes_section .wrapper_box .media-item a .box_content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.video_imgaes_section .wrapper_box .mb-30 {
    margin-bottom: 30px;
}

.video_imgaes_section .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);
    
    box-shadow: 1px 1.732px 18px 0px rgba(0, 0, 0, 0.15);
}
/*--------------------------------------------*/

.video_imgaes_section .wrapper_box .media-item a {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.video_imgaes_section .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;
    
    overflow: hidden;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
}

.video_imgaes_section .wrapper_box .media-item a .media-img-outer iframe {
    width: 100%;
    height: 255.383px;
    max-height: 255.383px;
}

.video_imgaes_section .wrapper_box .media-item a .media-content {
    position: relative;
    display: block;
    width: 100%;
    padding: 24px 24px 24px 24px;
    background-color: var(--FFFcolor);
    min-height: 156px;
}

.video_imgaes_section .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: flex-start;
}
/*--------------------------------------------*/
/*-----------------------------------------------------------------*/
.video_imgaes_section .wrapper_box .media-item a .media-content .tit-text {    
    font-weight: 600;
    color: #090a0c;
    text-transform: uppercase;
    word-break: break-all;
    
    display: -webkit-box;
	/* 第一步：設定 display 為 -webkit-box 元素。 */
	-webkit-box-orient: vertical;
	/* 第二步：設定 box 的子元素，是由上往下垂直排列。*/
	-webkit-line-clamp: 2;
	/* 第三步：設定欲顯示的行數，超出則顯示省略符號(...)。 */
	overflow: hidden;
	/* 第四步：設定超過上述指定之行數時隱藏。 */
	max-height: 60px;
  	/* 第五步：其它瀏覽器降級方式：給定最大高度 */
    
    margin-bottom: 15px;
}
@media(max-width:575px) {
    .video_imgaes_section .wrapper_box .media-item a .media-content .tit-text {
        font-size: 93.75%;
        color: var(--G333color);
    }
}
@media(min-width:576px) {
    .video_imgaes_section .wrapper_box .media-item a .media-content .tit-text {
        font-size: 100%; 
        color: var(--G333color);
    }
}

.video_imgaes_section .wrapper_box .media-item a .media-content .vedio-tit-text {
    font-family: "Noto Sans TC";
    font-weight: bold;    
    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;
	/* 第四步：設定超過上述指定之行數時隱藏。 */
	max-height: 60px;
  	/* 第五步：其它瀏覽器降級方式：給定最大高度 */
    
    margin-bottom: 15px;
}
@media(max-width:575px) {
    .video_imgaes_section .wrapper_box .media-item a .media-content .vedio-tit-text {
        font-size: 93.75%;
        color: var(--G333color);
    }
}
@media(min-width:576px) {
    .video_imgaes_section .wrapper_box .media-item a .media-content .vedio-tit-text {
        font-size: 112.5%; 
        color: var(--G333color);
    }
}
.video_imgaes_section .wrapper_box .media-item a:hover .vedio-tit-text {
    color: var(--color_b1420d);
}
/*-----------------------------------------------------------------*/
/* ZoomIn Hover Effect */
.video_imgaes_section .wrapper_box .media-item a:hover .hover-zoomin {
    position: relative;
    display: block;    
    overflow: hidden;
}
.video_imgaes_section .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;
}
.video_imgaes_section .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);
}
/* ZoomIn Hover Effect */
/*-----------------------------------------------------------------*/

/*-----------------------------------------------------------------*/
/* IMG or Video Play Icon 按鈕圖示 */
.video_imgaes_section .play-btn {
    position: absolute;
    z-index: 1;
}
.video_imgaes_section .play-btn > i {
    display:inline-block;
    width: 80px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    background-color: rgba(0, 112, 105, 0.5);
    color: var(--FFFcolor);
    font-size: 200%;
    border-radius: 50%;
    z-index: 1;
    transition: all ease .4s;
}
.video_imgaes_section .play-btn:after,
.video_imgaes_section .play-btn:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 112, 105, 0.5);
    z-index: -1;
    border-radius: 50%;
    transition: all ease .4s;
}
.video_imgaes_section .play-btn:after {
    animation-delay: 2s;
}
.video_imgaes_section .play-btn:hover > i,
.video_imgaes_section .play-btn:hover::before,
.video_imgaes_section .play-btn:hover::after {
    background-color: var(--color_b1420d);
    color: var(--FFFcolor);
}
.video_imgaes_section .play-btn.style1:before,
.video_imgaes_section .play-btn.style1:after {
    border: 2px solid var(--FFFcolor);
    background-color: rgba(0,0,0,0);
    animation-name: ripple-md;
}

.video_imgaes_section .play-btn:after,
.video_imgaes_section .play-btn:before {
    animation-duration: 5s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-name: ripple;
}
@keyframes ripple {
  0% {
    transform: scale(1);
    opacity: 0;
  }
  30% {
    opacity: 0.4;
  }
  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}
@keyframes ripple-md {
  0% {
    transform: scale(1);
    opacity: 0;
  }
  30% {
    opacity: 0.6;
  }
  100% {
    transform:scale(1.9);
    opacity:0
  }
}
@keyframes ripple-sm {
  0% {
    transform: scale(1);
    opacity: 0;
  }
  30% {
    opacity: 0.2;
  }
  100% {
    transform: scale(1.9);
    opacity: 0
  }
}
@keyframes ripple-xs {
  0% {
    transform: scale(1);
    opacity: 0;
  }
  30% {
    opacity: 0.1;
  }
  100% {
    transform: scale(1.7);
    opacity: 0;
  }
}
/* IMG or Video Play Icon 按鈕圖示 */
/*-----------------------------------------------------------------*/
/*=============================================*/
/* ==   內容 ITEM   ============================*/
/*=============================================*/

/* ================================================== */
/* ------ 首頁 中榮影音 video_imgaes_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;
}

/*=============================================*/
/* ==   輪播 內容 ITEM   =======================*/
/*=============================================*/
.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 {
    overflow: hidden;
    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;
    align-items: center;
}

.gallery_section.owl-box .item .wrapper_box .media-item a .media-content {
    position: relative;
    display: block;
    width: 100%;
    padding: 15px 15px 15px 15px;
}

.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 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 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 a .media-content .tit-text {
        font-size: 93.75%; 
        color: var(--G333color);
    }
}

.gallery_section.owl-box .item .wrapper_box .media-item a .media-content .jobtit-text {
    font-family: "Noto Sans TC";
    font-weight: 600;    
    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;
  	/* 第五步：其它瀏覽器降級方式：給定最大高度 */
    
    margin-bottom: 15px;
}
@media(max-width:575px) {
    .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 a .media-content .jobtit-text {
        font-size: 112.5%; 
        /* color: #090a0c; */
    }
}
.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;
    flex-wrap: wrap;
    justify-content: end;
    align-items: center;
    position: absolute;
    /*right: 10px;
    bottom: -52px;*/
	
	right: 0px;
	top: -53px;
    margin-top: 0px;
    width: 150px;
}
@media (max-width:768px) {
    .gallery_section.owl-box .owl-carousel .owl-nav {
        /*bottom: -39px;*/
		top: -40px;
    }
}
.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: 48px;
    height: 48px;
	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: 35px;
        height: 35px;
        border-radius: 100%;
    }
}
/*..............................................................................*/
.gallery_section.owl-box .owl-carousel .owl-nav button.owl-prev {
	right: 0px;
	margin-right: -10px;	
}
/*..............................................................................*/
.gallery_section.owl-box .owl-carousel .owl-nav button.owl-next {
	right: 0px;
	margin-left: 0px;
}

/*..............................................................................*/
.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: 48px; */
    /* height: 48px; */
	border: 1px solid transparent !important;        /*★★★ 重要 未滑過 底邊色 ★★★*/ 
	/*background-color: var(--color_c9ecff)!important; */       /*★★★ 重要 未滑過 底色 ★★★*/
	border-radius: 0; /*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: 48px;
    height: 48px;
}
.gallery_section.owl-box .owl-carousel .owl-nav button.owl-next span {
	content: url("../images/swiper/next-B.svg");
    width: 48px;
    height: 48px;
}
@media (max-width:768px) {
    .gallery_section.owl-box .owl-carousel .owl-nav button.owl-prev span {
        width: 35px;
        height: 35px;
    }
    .gallery_section.owl-box .owl-carousel .owl-nav button.owl-next span {
        width: 35px;
        height: 35px;
    }
}
/*..............................................................................*/
.gallery_section.owl-box .owl-carousel .owl-nav button.owl-prev span:hover {
	content: url("../images/swiper/prev.svg");
	border: 1px solid var(--color_b1420d) !important;        /*★★★ 重要 滑過 底邊色 ★★★*/ 
	background-color: var(--color_b1420d) !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_b1420d) !important;        /*★★★ 重要 滑過 底邊色 ★★★*/ 
	background-color: var(--color_b1420d) !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: 48px;
    height: 48px;
	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: 35px;
        height: 35px;
    }
}
/*=============================================*/
/* ==   左右選擇鍵 下方 RIGHT右邊 right: 0;   ====*/
/*=============================================*/

/*=============================================*/
/* ==   輪播 暫停/撥放   ========================*/
/*=============================================*/
.gallery_section .DIV-Box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    width: 150px;
    padding: 0 0.5rem;
}
/*.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;
    bottom: 0;
    left: calc((100% - 1170px) / 2);
    left: 0;
    z-index: 2;
        
    color: var(--FFFcolor);
    text-align: center;
}
/*..............................................................................*/
.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: 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: 0; /*100%*/
    border: 1px solid transparent !important;        /*★★★ 重要 未滑過 底邊色 ★★★*/ 
	/*background-color: var(--color_c9ecff) !important;*/   /*transparent*/     /*★★★ 重要 未滑過 底色 ★★★*/
}
.gallery_section .control-start-icon:hover,
.gallery_section .control-pause-icon:hover {
	opacity: 1;
    border-radius: 0; /*100%*/
    border: 1px solid var(--color_b1420d) !important;        /*★★★ 重要 滑過底邊色 ★★★*/
	background-color: var(--color_b1420d) !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: 35px;
        height: 35px;
	}
	/*...................................*/
	.gallery_section .control-box {	
		padding: 0px; 
	}
    /*...................................*/
	.gallery_section .control-start {
		right: calc(1.5% + 5px);
	}
	.gallery_section .control-pause {
		right: 1.5%;
	}
}
/*=============================================*/
/* ==   輪播 暫停/撥放   ========================*/
/*=============================================*/

/* ================================================== */
/* ------ 首頁 活動花絮 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;
}

/*-------------------------------------*/
/*----- 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(--blackcolor);
}

.footer-black div.TitleDivBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    
    padding-bottom: 1rem; /*48px*/
	margin-bottom: 1rem; /*48px*/
}

.footer-black span.widget-title {
	position: relative;
	font-size: 112.5%; /*1.125em*/
	font-weight: 500;
	color: var(--blackcolor);
	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(--blackcolor);
	line-height: inherit;
	padding-left: 10px;
}

.footer-black span.widget-english {
	position: relative;
	font-size: 75%; /*0.875em*/
	font-weight: 500;
	color: var(--blackcolor);
	line-height: inherit;
	padding-left: 10px;
}

.footer-black .info-widget {
	position: relative;
}

.footer-black .info-widget ul.list {
	padding-left: 2.5px;
	margin-bottom: 1.5rem;
}

.footer-black .info-widget .list li {
	position: relative;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-direction: row;	
	
	font-size: 93.75%; /*0.9375em*/
    line-height: inherit;
	color: var(--blackcolor);
	font-weight: 400;
	margin-bottom: 5px;
}

.footer-black .info-widget .list li a {
	color: var(--blackcolor);
}

.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 ------------------------ */
/* ============================================= */

/*================ ICON Part CSS Start =============*/

/* ----- // 20191002 JESS NEW 相關連結LINKS  // ----- */

#icon {
    /*padding-top: 8px;*/
    /*padding-bottom: 50px;*/
}

/* 相關連結 icon-items_1 ~ 6  CSS */
.icon-items_1, .icon-items_2, .icon-items_3, .icon-items_4, .icon-items_5, .icon-items_6, .icon-items_7, .icon-items_8, .icon-items_9, .icon-items_10, .icon-items_11, .icon-items_12 {
	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;	
}

/* ----- //FACEBOOK 用 -----*/
.icon-items_6 {
	letter-spacing: 0.25rem;
}
/* ----- //FACEBOOK 用 -----*/

.icon-items_1 {
	border: 1px solid #f2ccca;
	background-color: transparent;
}

.icon-items_2 {
	border: 1px solid #b8e1de;
	background-color: transparent;
}

.icon-items_3 {
	border: 1px solid #fce9a7;
	background-color: transparent;
}

.icon-items_4 {
	border: 1px solid #d8cfec;
	background-color: transparent;
}

.icon-items_5 {
	border: 1px solid #d5e9cc;
	background-color: transparent;
}

.icon-items_6 {
	border: 1px solid #c1d7ee;
	background-color: transparent;
}

.icon-items_7 {
	border: 1px solid #f2ccca;
	background-color: transparent;
}

.icon-items_8 {
	border: 1px solid #b8e1de;
	background-color: transparent;
}

.icon-items_9 {
	border: 1px solid #fce9a7;
	background-color: transparent;
}

.icon-items_10 {
	border: 1px solid #d8cfec;
	background-color: transparent;
}

.icon-items_11 {
	border: 1px solid #d5e9cc;
	background-color: transparent;
}

.icon-items_12 {
	border: 1px solid #c1d7ee;
	background-color: transparent;
}

/*@media(max-width:992px) {
  .icon-items_1 {
    margin-left: 10px;
    width: 48%;
  }
}

@media(max-width:630px) {
  .icon-items_1 {
    margin-left: 0;
    width: 100%;
  }
}*/

.mask_box_1, .mask_box_2, .mask_box_3, .mask_box_4, .mask_box_5, .mask_box_6, .mask_box_7, .mask_box_8, .mask_box_9, .mask_box_10, .mask_box_11, .mask_box_12  {
	position: absolute;
	display: block;
	width: 100%;
	height: 65px;
	
	top: 7px;
	left: 8px;         /* 這邊修改，mask_text_1~6也要改一樣 */
	border-radius: 5px;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transform-origin: top left;
}

.mask_box_1 {
	background-color: #f2ccca;
}
.icon-items_1:hover .mask_box_1  {
	transform: translate(-8px, -8px);
	background-color: #f2ccca;
}

.mask_box_2 {
	background-color: #b8e1de;
}
.icon-items_2:hover .mask_box_2  {
	transform: translate(-8px, -8px);
	background-color: #b8e1de;
}

.mask_box_3 {
	background-color: #fce9a7;
}
.icon-items_3:hover .mask_box_3 {
	transform: translate(-8px, -8px);
	background-color: #fce9a7;
}

.mask_box_4 {
	background-color: #d8cfec;
}
.icon-items_4:hover .mask_box_4 {
	transform: translate(-8px, -8px);
	background-color: #d8cfec;
}

.mask_box_5 {
	background-color: #d5e9cc;
}
.icon-items_5:hover .mask_box_5 {
	transform: translate(-8px, -8px);
	background-color: #d5e9cc;
}

.mask_box_6 {
	background-color: #c1d7ee;
}
.icon-items_6:hover .mask_box_6 {
	transform: translate(-8px, -8px);
	background-color: #c1d7ee;
}




.mask_box_7 {
	background-color: #f2ccca;
}
.icon-items_7:hover .mask_box_7  {
	transform: translate(-8px, -8px);
	background-color: #f2ccca;
}

.mask_box_8 {
	background-color: #b8e1de;
}
.icon-items_8:hover .mask_box_8  {
	transform: translate(-8px, -8px);
	background-color: #b8e1de;
}

.mask_box_9 {
	background-color: #fce9a7;
}
.icon-items_9:hover .mask_box_9 {
	transform: translate(-8px, -8px);
	background-color: #fce9a7;
}

.mask_box_10 {
	background-color: #d8cfec;
}
.icon-items_10:hover .mask_box_10 {
	transform: translate(-8px, -8px);
	background-color: #d8cfec;
}

.mask_box_11 {
	background-color: #d5e9cc;
}
.icon-items_11:hover .mask_box_11 {
	transform: translate(-8px, -8px);
	background-color: #d5e9cc;
}

.mask_box_12 {
	background-color: #c1d7ee;
}
.icon-items_12:hover .mask_box_12 {
	transform: translate(-8px, -8px);
	background-color: #c1d7ee;
}

.mask_text_1, .mask_text_2, .mask_text_3, .mask_text_4, .mask_text_5, .mask_text_6, .mask_text_7, .mask_text_8, .mask_text_9, .mask_text_10, .mask_text_11, .mask_text_12 {
	position: relative;
	display: block;	
	z-index: 9999;
	text-align: center;	
	/*left: 8px;*/
}

/* ----- //FACEBOOK 用 -----*/
/*.mask_text_6 {
	left: 2px;
}*/
/* ----- //FACEBOOK 用 -----*/

.mask_text_1:hover, .mask_text_2:hover, .mask_text_3:hover, .mask_text_4:hover, .mask_text_5:hover, .mask_text_6:hover, .mask_text_7:hover, .mask_text_8:hover, .mask_text_9:hover, .mask_text_10:hover, .mask_text_11:hover, .mask_text_12:hover {
	color: var(--blackcolor);
}

/*---- //20191002 JESS NEW END ----*/


/*================ ICON Part CSS End ============= */



























