@charset "utf-8";
/* CSS Document */

/* ======================================================== */
/* --------------------------------------------------------
**  首頁 展開收合登入BAR
**  首頁 HEADER
**  首頁 右邊滑入區塊 SIDE MENULAYER ( sideDIV menu 所有內容 )
**  首頁 BANNER 區 ALL
**  首頁 FULL PAGE SEARCH BAR

**  頁尾 FOOTER
**  首頁 GO-TO-TOP
**  首頁 動作
----------------------------------------------------------- */
/* ======================================================== */

/*@import url(../Content/font-awesome-4.7.0/font-awesome.min.css);*/

/* ============================================= */
/* ------------ 首頁 header -------------------- */
/* ============================================= */
/* ============================================= */
/* ------ 首頁 site-header ---------------------- */
/* ============================================= */
#site-header {
	position: fixed;
	visibility: visible;
	opacity: 1;
	left: 0px;
	top: 0px;
	width: 100%;
	padding: 0px 0px;
	/*z-index: -1;*/
    z-index: 99901;	
	background: transparent;

	/*-webkit-box-shadow: 0 0 15px rgba(0,0,0,0.10);
	-moz-box-shadow: 0 0 15px rgba(0,0,0,0.10);
	-ms-box-shadow: 0 0 15px rgba(0,0,0,0.10);
	-o-box-shadow: 0 0 15px rgba(0,0,0,0.10);
	box-shadow: 0 0 15px rgba(0,0,0,0.10);*/
    
	-webkit-transition: top 300ms ease;
	-moz-transition: top 300ms ease;
	-ms-transition: top 300ms ease;
	-o-transition: top 300ms ease;
	transition: top 300ms ease;
}
#site-header.fixed-header {
	position: fixed;
	visibility: visible;
	opacity: 1;	
	z-index: 99901;	
}
#site-header.animate__fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    -webkit-animation-duration: 0.1s;
	animation-duration: 0.1s;
}
/*@media (max-width:991px) {
	#site-header { display: none; }
}*/
/* ============================================= */
/* ------ 首頁 site-header ---------------------- */
/* ============================================= */


/* ============================================= */
/* ------ 首頁 HEADER -------------------------- */
/* ============================================= */
.header_section {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	/*
	background-image: url(../images/hero-bg.svg);
	background-size: cover;
	background-position: bottom;
	*/
}

@media (max-width: 992px) {
  .header_section {
    height: auto;
  }
}

/* ------ Header_Box -------------------------- */
.header_Box {
    /* position: relative; */
    display: block;
}

.header_Box .navsBox {
    position: relative;
    display: block;
}

.header_Box .custom_nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 10px 0;
    margin: 0;
    list-style: none;
	border-radius: 0;
	
    background: transparent;
}

.header_Box .justify-content-start {
	-webkit-box-pack: start!important;
	-ms-flex-pack: start!important;
	justify-content: flex-start!important;
}

.header_Box .justify-content-end {
	-webkit-box-pack: end!important;
	-ms-flex-pack: end!important;
	justify-content: flex-end!important;
}

/* .header_Box .justify-content-center {
	-webkit-box-pack: center!important;
	-ms-flex-pack: center!important;
	justify-content: center!important;
} */

.header_Box .nav-item+.nav-item::before {
	float: left;
    color: rgba(30,45,64,0.35); /* #1e2d40 */
	content: "/";
    margin: 0 8px;
	/*padding-top: .5rem;
	padding-bottom: .5rem;*/
}

.header_Box .nav-item {
	display: flex;
	justify-content: center;
	align-items: center;
	/*height: 30px;*/
}

.header_Box .nav-link {
	font-size: 87.5%; /*0.875rem*/
    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: #1e2d40;
    /*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,
.header_Box .nav-item a:focus.nav-link{
    color: #004D59;
    /*pointer-events: none;*/ /*滑鼠無作用*/
    /*cursor: default;*/ /*預設-滑鼠無作用*/
}
.header_Box .nav-item a.nav-link.active,
.header_Box .nav-item a:hover.nav-link.active {
    color: #004D59;
}

.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");
}
/*=============================================*/
/*=============================================*/

/* ----- .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 ------------------- */

/* ============================================= */
/* search_section START */
/* order頭 */
@media (min-width:992px) {
	.search_section .order-1{
		order: 1;
	}
	.search_section .order-2{
		order: 2;
	}
	.search_section .order-3{
		order: 3;
	}
	.search_section .order-4{
		order: 4;
	}
}
@media (max-width:991px) {
	.search_section .order-1{
		order: 1;
	}
	.search_section .order-2{
		order: 4;
	}
	.search_section .order-3{
		order: 2;
	}
	.search_section .order-4{
		order: 3;
	}
}
/* order尾 */
/* ---  nav-tabs 頭 ------------------- */
.search_section .nav-tabs{
	border-bottom: none;
}
.search_section .nav-tabs .nav-link {
    border: 2px solid transparent;
    /* border-top-left-radius: .25rem;
    border-top-right-radius: .25rem; */
	font-size: 125%;
	font-weight: bold;
	color: #00788c;
	border-radius: 10px;
}

.search_section .nav-tabs .nav-link.active {
    color:  #004D59;
}

.search_section .nav-tabs .nav-link:hover {
    border-top-color: transparent;
	border-right-color: transparent;
	border-left-color: transparent;
	/* border-bottom: 2px solid #00bad9; */
	color:  #004D59;
}

.search_section .nav-tabs .nav-link .img-box.briefcase,
.search_section .nav-tabs .nav-link .img-box.building,
.search_section .nav-tabs .nav-link .img-box.addPerson{
	width: 30px;
	display: inline-block;
	top: 5px;
	padding-right: 5px;
	position: relative;
}
.search_section .nav-tabs .nav-link .img-box.briefcase{
	content: url(../images/icon/icon-briefcase-707070.svg);
}
.search_section .nav-tabs .nav-link .img-box.building{
	content: url(../images/icon/icon-building-707070.svg);
}
.search_section .nav-tabs .nav-link .img-box.addPerson{
	content: url(../images/icon/icon-addPerson-707070.svg);
}

.search_section .nav-tabs .nav-link:hover .img-box.briefcase,
.search_section .nav-tabs .nav-link:focus .img-box.briefcase,
.search_section .nav-tabs .nav-link:active .img-box.briefcase,
.search_section .nav-tabs .nav-link.active .img-box.briefcase,
.search_section .nav-tabs .nav-link.highlighted .img-box.briefcase{
	content: url(../images/icon/icon-briefcase.svg);
}
.search_section .nav-tabs .nav-link:hover .img-box.building,
.search_section .nav-tabs .nav-link:focus .img-box.building,
.search_section .nav-tabs .nav-link:active .img-box.building,
.search_section .nav-tabs .nav-link.active .img-box.building,
.search_section .nav-tabs .nav-link.highlighted .img-box.building{
	content: url(../images/icon/icon-building.svg);
}
.search_section .nav-tabs .nav-link:hover .img-box.addPerson,
.search_section .nav-tabs .nav-link:focus .img-box.addPerson,
.search_section .nav-tabs .nav-link:active .img-box.addPerson,
.search_section .nav-tabs .nav-link.active .img-box.addPerson,
.search_section .nav-tabs .nav-link.highlighted .img-box.addPerson{
	content: url(../images/icon/icon-addPerson.svg);
}

@media (max-width:450px) {
	.search_section .nav-tabs .nav-link {
		font-size: 105%;
	}
	
	.search_section .nav-tabs .nav-link .img-box.briefcase,
	.search_section .nav-tabs .nav-link .img-box.building,
	.search_section .nav-tabs .nav-link .img-box.addPerson{
		top: 2.5px;
		width: 22px;
	}
}
/* ---  nav-tabs 尾 ------------------- */

/* ---  tab-content 頭 ------------------- */
/* search-box 頭 */
.search_section .search-box {
	background: #f3f3f3;
	display: flex;
	padding: 4px 6px;
	border-radius: 10px;
	border: 1px solid #004D59;
}
/* search-input 頭 */
.search_section .search-box .search-input{
	background: transparent;
	color: #004D59;
	font-weight: bold;
	margin: 2px 15px 0 0;
	padding: 8px 10.5px;
	font-size: 115%;
	border-radius: 5px !important;
	height: 43.61px;
}
.search_section .search-box .search-input::placeholder{
	color: #00788c;
	font-weight: bold;
}
@media (max-width:450px) {
	.search_section .search-box .search-input{
		font-size: 100%;
	}
}
/* search-input 尾 */

/* search-modal 頭*/
.search_section .search-box .modal-btn{
	padding: 10.5px 16px 10.5px 10.5px;
	color: #00788c;
	font-weight: bold;
	font-size: 115%;
	border-radius: 5px !important;
}
@media (max-width:450px) {
	.search_section .search-box .modal-btn{
		padding: 10.5px 12px 10.5px 10.5px;
		font-size: 100%;
	}
}
.search_section .search-box .modal-btn:hover,
.search_section .search-box .modal-btn:focus,
.search_section .search-box .modal-btn:active,
.search_section .search-box .modal-btn.highlighted{
	color: #004D59;
}
.search_section .search-box .modal-btn .sub-arrow {
	display: inline-block;
	position: relative;
	top: 2px;
	/* margin-top: -2px; */
	right: -5px;     /*5px*/
	width: 15;
	height: 15px;
	/* border-width: 5px; */
	/* border-style: solid dashed dashed dashed;         */
	border-radius: 0;
	
	/* border-color: #BBBBBB transparent transparent transparent;  */
	/* 要換 V箭頭 */

	border-color: transparent; 
	
	background-color: transparent;
	background-image: url(../images/icon/icon-downarrow-707070.svg);
	background-repeat: no-repeat;
	background-size: contain;
}
@media (max-width:450px) {
	.search_section .search-box .modal-btn .sub-arrow {
		right: 0px;
	}
}
.search_section .search-box .modal-btn .sub-arrow::before {
	display: none;
}
.search_section .search-box .modal-btn:hover .sub-arrow,
.search_section .search-box .modal-btn:focus .sub-arrow,
.search_section .search-box .modal-btn:active .sub-arrow,
.search_section .search-box .modal-btn.highlighted .sub-arrow {
	/* border-width: 5px; */
	/* border-style: solid dashed dashed dashed; */
			
	/* border-color: #004D59 transparent transparent transparent;     */
	/*要換*/
	
	background-color: transparent;
	background-image: url(../images/icon/icon-downarrow.svg);
	background-repeat: no-repeat;
	background-size: contain;
}
.search_section .search-box .modal{
	z-index: 200000;
}

/* ----------- 自訂 勾選開關 -------------------- */
/* ===== 大lg / 中md / 小sm ==================== */
.search_section .custom-control {
	position: relative;
	display: block;
	min-height: 2rem;
	padding-left: 1.5rem;
}

.search_section .custom-control-inline {
	display: -ms-inline-flexbox;
	display: inline-flex;
	margin-right: 1rem
}

/* ======================================================*/
/* Size : lg */
.search_section .custom-check-input-lg {
	position: absolute;
	z-index: -1;
	opacity: 0
}

.search_section .custom-check-input-lg:checked~.custom-check-label-lg::before {
	color: #fff;
	border-color: #004D59; /*007bff*/
	background-color: #004D59; /*007bff*/
}

.search_section .custom-check-input-lg:focus~.custom-check-label-lg::before {
	box-shadow: 0 0 0 .2rem rgba(0,123,255,.25)
}

.search_section .custom-check-input-lg:focus:not(:checked)~.custom-check-label-lg::before {
	border-color: #80bdff
}

/* 勾選 active 顏色 */
.search_section .custom-check-input-lg:not(:disabled):active~.custom-check-label-lg::before {
	color: #fff;
	background-color: #004D59; /*007bff*/
	border-color: #004D59; /*007bff*/
}
/* 勾選 active 顏色 */

/* 勾選 checked 顏色 */
.custom-checkbox.custom-checkbox-warning .custom-check-input-lg:checked ~ .custom-check-label-lg::before {
	background-color: #004D59; /*007bff*/
	border-color: #004D59; /*007bff*/
}
/* 勾選 active 顏色 */

.search_section .custom-check-input-lg:disabled~.custom-check-label-lg {
	color: #6c757d
}

.search_section .custom-check-input-lg:disabled~.custom-check-label-lg::before {
	background-color: #e9ecef
}

.search_section .custom-check-label-lg {
	position: relative;
	margin-bottom: 0;
	vertical-align: top
}

.search_section .custom-check-label-lg::before {
	position: absolute;
	top: 0rem; /*.25rem*/
	left: -1.5rem;
	display: block;
	width: 1.5rem; /*1rem*/
	height: 1.5rem; /*1rem*/
	pointer-events: none;
	content: "";
	background-color: #fff;
	border: #adb5bd solid 1px;
}

.search_section .custom-check-label-lg::after {
	position: absolute;
	top: 0rem; /*.25rem*/
	left: -1.5rem;
	display: block;
	width: 1.5rem; /*1rem*/
	height: 1.5rem; /*1rem*/
	content: "";
	background: no-repeat 50%/50% 50%
}

.search_section .custom-checkbox .custom-check-label-lg::before {
	border-radius: .25rem
}

.search_section .custom-checkbox .custom-check-input-lg:checked~.custom-check-label-lg::after {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e")
}

/* 未選 光暈 */
.search_section .custom-checkbox .custom-check-input-lg:indeterminate~.custom-check-label-lg::before {
	border-color: #007bff;
	background-color: #007bff
}
/* 未選 光暈 */


.search_section .custom-checkbox .custom-check-input-lg:indeterminate~.custom-check-label-lg::after {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e")
}

.search_section .custom-checkbox .custom-check-input-lg:disabled:checked~.custom-check-label-lg::before {
	background-color: rgba(0,123,255,.5)
}

.search_section .custom-checkbox .custom-check-input-lg:disabled:indeterminate~.custom-check-label-lg::before {
	background-color: rgba(0,123,255,.5)
}

.search_section .custom-check-label-lg span.check-txt {
	position: relative;
	display: inline-block;
	margin-left: 15px;
	top: .4375rem;
}


/* ======================================================*/
/* Size : md */
.search_section .custom-check-input-md {
	position: absolute;
	z-index: -1;
	opacity: 0
}

.search_section .custom-check-input-md:checked~.custom-check-label-md::before {
	color: #fff;
	border-color: #004D59; /*007bff*/
	background-color: #004D59; /*007bff*/
}

.search_section .custom-check-input-md:focus~.custom-check-label-md::before {
	box-shadow: 0 0 0 .2rem rgba(0,123,255,.25)
}

.search_section .custom-check-input-md:focus:not(:checked)~.custom-check-label-md::before {
	border-color: #80bdff
}

/* 勾選 active 顏色 */
.search_section .custom-check-input-md:not(:disabled):active~.custom-check-label-md::before {
	color: #fff;
	background-color: #004D59; /*007bff*/
	border-color: #004D59; /*007bff*/
}
/* 勾選 active 顏色 */

/* 勾選 checked 顏色 */
.custom-checkbox.custom-checkbox-warning .custom-check-input-md:checked ~ .custom-check-label-md::before {
	background-color: #004D59; /*007bff*/
	border-color: #004D59; /*007bff*/
}
/* 勾選 active 顏色 */

.search_section .custom-check-input-md:disabled~.custom-check-label-md {
	color: #6c757d
}

.search_section .custom-check-input-md:disabled~.custom-check-label-md::before {
	background-color: #e9ecef
}

.search_section .custom-check-label-md {
	position: relative;
	margin-bottom: 0;
	vertical-align: top
}

.search_section .custom-check-label-md::before {
	position: absolute;
	top: .16rem; /*.25rem*/
	left: -1.5rem;
	display: block;
	width: 1.25rem; /*1rem*/
	height: 1.25rem; /*1rem*/
	pointer-events: none;
	content: "";
	background-color: #fff;
	border: #adb5bd solid 1px
}

.search_section .custom-check-label-md::after {
	position: absolute;
	top: .16rem; /*.25rem*/
	left: -1.5rem;
	display: block;
	width: 1.25rem; /*1rem*/
	height: 1.25rem; /*1rem*/
	content: "";
	background: no-repeat 50%/50% 50%
}

.search_section .custom-checkbox .custom-check-label-md::before {
	border-radius: .25rem
}

.search_section .custom-checkbox .custom-check-input-md:checked~.custom-check-label-md::after {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e")
}

/* 未選 光暈 */
.search_section .custom-checkbox .custom-check-input-md:indeterminate~.custom-check-label-md::before {
	border-color: #007bff;
	background-color: #007bff
}
/* 未選 光暈 */


.search_section .custom-checkbox .custom-check-input-md:indeterminate~.custom-check-label-md::after {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e")
}

.search_section .custom-checkbox .custom-check-input-md:disabled:checked~.custom-check-label-md::before {
	background-color: rgba(0,123,255,.5)
}

.search_section .custom-checkbox .custom-check-input-md:disabled:indeterminate~.custom-check-label-md::before {
	background-color: rgba(0,123,255,.5)
}

.search_section .custom-check-label-md span.check-txt {
	position: relative;
	display: inline-block;
	margin-left: 15px;
	top: .4375rem;
}


/* ======================================================*/
/* Size : sm */
.search_section .custom-check-input-sm {
	position: absolute;
	z-index: -1;
	opacity: 0
}

.search_section .custom-check-input-sm:checked~.custom-check-label-sm::before {
	color: #fff;
	border-color: #004D59; /*007bff*/
	background-color: #004D59; /*007bff*/
}

.search_section .custom-check-input-sm:focus~.custom-check-label-sm::before {
	box-shadow: 0 0 0 .2rem rgba(0,123,255,.25)
}

.search_section .custom-check-input-sm:focus:not(:checked)~.custom-check-label-sm::before {
	border-color: #80bdff
}

/* 勾選 active 顏色 */
.search_section .custom-check-input-sm:not(:disabled):active~.custom-check-label-sm::before {
	color: #fff;
	background-color: #004D59; /*007bff*/
	border-color: #004D59; /*007bff*/
}
/* 勾選 active 顏色 */

/* 勾選 checked 顏色 */
.custom-checkbox.custom-checkbox-warning .custom-check-input-sm:checked ~ .custom-check-label-sm::before {
	background-color: #004D59; /*007bff*/
	border-color: #004D59; /*007bff*/
}
/* 勾選 active 顏色 */

.search_section .custom-check-input-sm:disabled~.custom-check-label-sm {
	color: #6c757d
}

.search_section .custom-check-input-sm:disabled~.custom-check-label-sm::before {
	background-color: #e9ecef
}

.search_section .custom-check-label-sm {
	position: relative;
	margin-bottom: 0;
	vertical-align: top
}

.search_section .custom-check-label-sm::before {
	position: absolute;
	top: .28rem; /*.25rem*/
	left: -1.25rem;
	display: block;
	width: 1rem;
	height: 1rem;
	pointer-events: none;
	content: "";
	background-color: #fff;
	border: #adb5bd solid 1px
}

.search_section .custom-check-label-sm::after {
	position: absolute;
	top: .28rem; /*.25rem*/
	left: -1.25rem;
	display: block;
	width: 1rem;
	height: 1rem;
	content: "";
	background: no-repeat 50%/50% 50%
}

.search_section .custom-checkbox .custom-check-label-sm::before {
	border-radius: .25rem
}

.search_section .custom-checkbox .custom-check-input-sm:checked~.custom-check-label-sm::after {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e")
}

/* 未選 光暈 */
.search_section .custom-checkbox .custom-check-input-sm:indeterminate~.custom-check-label-sm::before {
	border-color: #007bff;
	background-color: #007bff
}
/* 未選 光暈 */


.search_section .custom-checkbox .custom-check-input-sm:indeterminate~.custom-check-label-sm::after {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e")
}

.search_section .custom-checkbox .custom-check-input-sm:disabled:checked~.custom-check-label-sm::before {
	background-color: rgba(0,123,255,.5)
}

.search_section .custom-checkbox .custom-check-input-sm:disabled:indeterminate~.custom-check-label-sm::before {
	background-color: rgba(0,123,255,.5)
}

.search_section .custom-check-label-sm span.check-txt {
	position: relative;
	display: inline-block;
	margin-left: 15px;
	top: .4375rem;
}
/* ===== 大lg / 中md / 小sm ==================== */
/* ----------- 自訂 勾選開關 -------------------- */
.search_section .area-title:first-child{
	margin-top: 1rem !important;
}
.search_section .area-title{
	font-size: 110%;
	font-weight: bold;
	border-bottom: 1px solid #f3f3f3;
}
.search_section .modal-footer .btn-darkcolor{
	background: #00788c;
	color: #fff;
	border: 1px solid transparent;
}
.search_section .modal-footer .btn-extremedarkcolor{
	background: #004D59;
	color: #fff;
	border: 1px solid transparent;
}
.search_section .modal-footer .btn-darkcolor:hover{
	background: #fff;
	color: #00788c;
	border: 1px solid #00788c;
}
.search_section .modal-footer .btn-extremedarkcolor:hover{
	background: #fff;
	color: #004D59;
	border: 1px solid #004D59;
}
/* search-modal 尾*/

/* search-btn 頭 */
.search_section .search-btn{
	background: #004D59;
	color: #fff;
	font-weight: bold;
	padding: 6px 0px;
	border-radius: 10px;
	border: 1px solid #004D59;
	/* transition: 0.5s; */
	display: block;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 115%;
	border: 1px solid transparent;
}
.search_section .search-btn:hover{
	background: #fff;
	color: #004D59;
	border: 1px solid #004D59;
}
.search_section .search-btn .img-box.search{
	width: 25px;
	content: url(../images/icon/icon-search-ffffff.svg);
	display: inline-block;
	top: 0.5px;
	padding-right: 5px;
	position: relative;
}
.search_section .search-btn:hover .img-box.search,
.search_section .search-btn:focus .img-box.search,
.search_section .search-btn:active .img-box.search,
.search_section .search-btn.highlighted .img-box.search{
	content: url(../images/icon/icon-search.svg);
}
.search_section .chosen-item{
	display: inline-block;
	border: 1px solid #f3f3f3;
	border-radius: 50px;
	padding: 0 0 0 8px;
	margin: 16px 10px 3px 0;
	background: #f3f3f3;
	color: #00788c;
}
.search_section .chosen-item:hover{
	border: 1px solid #004D59;
	color: #004D59;
}
.search_section .chosen-item .delete-btn:hover,
.search_section .chosen-item .delete-btn:focus {
	color: #c50000;
}
.search_section .chosen-item .delete-btn:focus {
    text-decoration: none;
    outline: thin dotted;
    outline: 2px solid #43B5FC !important;
    outline-offset: -2px;
	border-radius: 0 25px 25px 0;
}
.search_section .chosen-reset .btn-customize{
	margin: 12px 0 3px 0;
}
.search_section .chosen-reset .btn-customize:hover{
	color: #c50000;
}
.search_section .chosen-reset .img-box.reset{
	width: 25px;
	content: url(../images/icon/icon-reload.svg);
	display: inline-block;
	top: 5px;
	padding-right: 2px;
	position: relative;
}
.search_section .chosen-reset:hover .img-box.reset,
.search_section .chosen-reset:focus .img-box.reset,
.search_section .chosen-reset:active .img-box.reset,
.search_section .chosen-reset.highlighted .img-box.reset{
	content: url(../images/icon/icon-reload-c50000.svg);
}
/* search-btn 尾 */

/* ============================================= */

/* ------ Header_Box -------------------------- */

/* ------ LOGO Name -------------------------- */
.header_section .navbar,
.menu_section .navbar {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	
	-ms-flex-align: center;
	align-items: end;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: .5rem 0rem;
}
.header_section h1,
.menu_section h1 {
    position: relative; /*absolute*/	
	font-size: inherit;
	margin-bottom: 0;
	/*top: -57px;*/
	/*left: 0;*/
}
@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: 0.5rem;
	margin-bottom: 0;
}

.header_section .navbar-brand img,
.menu_section .navbar-brand img {
    max-width: 350px; /*300*/
	max-height: 60px;
	width: 350px;
}
/* @media (max-width: 1120px) {
	.header_section .navbar-brand img,
	.menu_section .navbar-brand img {
		max-width: 250px;
	}
} */
@media (max-width:1080px) {
	.header_section .navbar-brand img,
	.menu_section .navbar-brand img {
		max-width: 300px;
	}
}
/* @media (max-width:991px) {
	.header_section .navbar-brand img,
	.menu_section .navbar-brand img {
		max-width: 280px;
	}
} */
@media (max-width: 450px) {
	.header_section .navbar-brand img,
	.menu_section .navbar-brand img {
		max-width: calc(100vw - 48px - 47px - 1.5rem);
	}
}


/*@media screen and (min-device-width: 000px) and (max-device-width: 000px) {}*/

/* cara 20240123 pc-logo & mb-logo*/
/* @media (min-width: 1200px) {
	.menu_section .pc-logo{
		display: block;
	}
	.menu_section .mb-logo{
		display: none;
	}
}
@media (max-width: 1199px) {
	.menu_section .pc-logo{
		display: none;
	}
	.menu_section .mb-logo{
		display: block;
	}
}
@media (max-width: 991px) {
	.menu_section .pc-logo{
		display: block;
	}
	.menu_section .mb-logo{
		display: none;
	}
}
@media (max-width: 420px) {
	.menu_section .pc-logo{
		display: none;
	}
	.menu_section .mb-logo{
		display: block;
	}
} */
/* cara 20240123 pc-logo & mb-logo*/


/* ------ 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: #004D59;
    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;
	*/
	/* border-bottom: 1px solid #004D59; */
}

.menu_section .customMENU_Box {
    position: relative;
    display: block;
    padding: 5px 0;
    background: rgb(255 255 255 / 95%);
	box-shadow: 0 0 17px 3px rgb(0 0 0 / 6%);
}

.menu_section .navbar-toggler {
    padding: 7.5px;
    font-size: 125%; /*1.25em*/
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
	/*border-radius: .25rem;*/
	border-radius: 100%;
    
    background: #00788c;
	/* box-shadow: 0 0 14px 3px rgba(0, 0, 0, 0.15); */
}
@media (min-width: 320px) and (max-width: 435px) {
	.menu_section .navbar-toggler {
		font-size: 112.5%;
	}
}
.menu_section .navbar-dark .navbar-toggler {
    color: rgba(255,255,255,.5);
    border: none;
}
.menu_section .navbar-dark .navbar-toggler:hover {
    color: #263337;
    border: none;
    background-color: #00788c;
	/* box-shadow: 0 0 14px 3px rgba(0, 0, 0, 0.25); */
}
/*----------------------------------------------------------------*/
.menu_section .navbar-toggler-icon {
    display: inline-block;
    width: 32px;
	height: 32px;
    vertical-align: middle;
    content: "";
    background: 50%/100% 100% no-repeat;
	background-image: none;
}
.menu_section .navbar-dark .navbar-toggler-icon {
    background-image: url("../images/navbar-toggler-icon.svg");
}
/* .menu_section .navbar-dark .navbar-toggler-icon:hover {
    background-image: url("../images/navbar-toggler-icon_hover.svg");
} */
/*----------------------------------------------------------------*/
.menu_section .navbar-toggler > .close {
    display: inline-block;
    width: 32px;
	height: 32px;
    vertical-align: middle;
    content: "";
    background: 50%/100% 100% no-repeat;
	background-image: none;
	opacity: 1;
}
.menu_section .navbar-dark .close {
    background-image: url("../images/navbar-close-icon.svg");
}
/* .menu_section .navbar-dark .close:hover {
    background-image: url("../images/navbar-close-icon_hover.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 ---------------- */
/* ============================================= */
/* ============================================= */
/* ------------ 首頁 header -------------------- */
/* ============================================= */


/* ============================================= */
/* ------ 首頁 展開收合登入BAR -------------------- */
/* ============================================= */
.Div-boxbar {
    position: absolute;
    display: block;    
    top: 0;
    left: 0;
    width: 100%;
    z-index: 102;
    
}
.Div-boxbar .Nav-content {
    padding: 0px 0px 0px 0px;
    transform: translateY(-70px);
    height: 0;   
    background: rgba(255, 255, 255, 0.9);
}
.Div-boxbar .btn {
    box-shadow: none;
}
.Div-boxbar .open-btn {
    position: absolute;
    top: 0;
    right: 0;    
    color: #DB3700;
    
    padding-top: 0rem;
    padding-right: 0.375rem;
    padding-bottom: 0.375rem;
    padding-left: 0.375rem;
    border-radius: 0;
    background-color: transparent;
    z-index: 102;
}
.Div-boxbar .open-btn:hover{
    color: #DB0000;
    background-color: transparent;
}

.Div-boxbar .bottom-line {
    position: relative;
    width: 100%;
    height: 1px;
    overflow: hidden;
    background-color: #DB3700;
}

.Nav-bar_section {
    position: relative;    
    /*background: rgba(0,0,0,0.35);*/
}
@media (max-width: 767px) {
    .Nav-bar_section {
        padding: 10px 15px 10px 15px;
    }
}
@media (min-width: 768px) {
    .Nav-bar_section {
        padding: 10px 100px 10px 100px;
    }
}

/*----------------------------------------------*/
/* ------- 內容 -------- */
.Nav-bar_section .navsBox {
    position: relative;
    display: block;
}

.Nav-bar_section .custom_nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
    list-style: none;
	border-radius: 0;
	
    background: transparent;
}

.Nav-bar_section .justify-content-start {
	-webkit-box-pack: start!important;
	-ms-flex-pack: start!important;
	justify-content: flex-start!important;
}

.Nav-bar_section .justify-content-end {
	-webkit-box-pack: end!important;
	-ms-flex-pack: end!important;
	justify-content: flex-end!important;
}

.Nav-bar_section .nav-item+.nav-item::before {
	float: left;
    color: rgba(30,45,64,0.35); /* #1e2d40 */
	content: "/";
	/*padding-top: .5rem;
	padding-bottom: .5rem;*/
}

.Nav-bar_section .nav-item {
	display: flex;
	justify-content: center;
	align-items: center;
	/*height: 30px;*/
}

.Nav-bar_section .nav-link {
	font-size: 87.5%; /*0.875rem*/
    display: block;
	
	padding-top: 0.25rem 0.375rem;	
}

@media (max-width: 992px) {	
	.Nav-bar_section .nav-link {
        font-size: 85%; /*0.75rem*/
		padding: 0.125rem 0.35rem; /*0.125rem 0.75rem*/
	}
}

.Nav-bar_section .nav-item a.nav-link,
.Nav-bar_section .nav-item+.nav-item a.nav-link,
.Nav-bar_section .nav-item+.nav-item a.nav-link.disabled {
    color: inherit;
    padding: 0rem 1rem;
    /*pointer-events: none;*/ /*滑鼠無作用*/
    /*cursor: default;*/ /*預設-滑鼠無作用*/
}

.Nav-bar_section .nav-item a:hover.nav-link,
.Nav-bar_section .nav-item+.nav-item a:hover.nav-link,
.Nav-bar_section .nav-item+.nav-item a:hover.nav-link.disabled {
    color: #DB3700;
    /*pointer-events: none;*/ /*滑鼠無作用*/
    /*cursor: default;*/ /*預設-滑鼠無作用*/
}
.Nav-bar_section .nav-item a.nav-link.active,
.Nav-bar_section .nav-item a:hover.nav-link.active {
    color: #DB3700;
}

.Nav-bar_section .nav-item a.nav-link i {
	margin-right: 5px;
}
/* ------- 內容 -------- */
/*----------------------------------------------*/
/* ============================================= */
/* ------ 首頁 展開收合登入BAR -------------------- */
/* ============================================= */    


/* ============================================= */
/* ------ 首頁 HEADER --------------------------- */
/* ============================================= */
header {
    position: absolute;
    width: 100%;
    z-index: 1042;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
	width: 100px;
	top: 0;
	right: 0;
    /*border-bottom: 1px solid rgba(255, 255, 255, 0.3);*/
    /* background: rgba(255, 255, 255, 0.80); */
}
/* @media (max-width:1800px) {
	.main-header header {
		top: -5px;
		padding-top: 0 !important;
	}
} */
/* === header.logo ===================== */
header .leftBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
@media (max-width: 992px) {
    header .leftBox {
        position: relative;
    }
}
header .leftBox .logo a {
    position: relative;
    display: block;
}
header .leftBox .logo {
    padding: 0px 30px 0px 95px; /*30px 30px*/
    position: relative;
    max-width: 505px;
}
@media (max-width: 992px) {
    header .leftBox .logo {
        padding: 20px 20px 19.5px 20px;
        max-width: 285px;
    }
}

header .leftBox .logo a img {
    width: 100%;
    height: auto;
}
/* === header.logo ===================== */

/* === header.rightBox ================= */
header .rightBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
@media (max-width: 992px) {
    header .rightBox {
        position: absolute;
        right: 0;
        top: 0;
    }
}

header .rightBox .navsBox {
    position: relative;
    display: block;
}
@media (max-width: 992px) {	
	header .rightBox .navsBox {
        display: none;
	}
}

header .rightBox .custom_nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
    list-style: none;
	border-radius: 0;
	
    background: transparent;
}

header .rightBox .justify-content-start {
	-webkit-box-pack: start!important;
	-ms-flex-pack: start!important;
	justify-content: flex-start!important;
}

header .rightBox .justify-content-end {
	-webkit-box-pack: end!important;
	-ms-flex-pack: end!important;
	justify-content: flex-end!important;
}

header .rightBox .nav-item+.nav-item::before {
	float: left;
    color: rgba(0,0,0,0.35); /* #1e2d40 */
	content: "/";
}

header .rightBox .nav-item {
	display: flex;
	justify-content: center;
	align-items: center;
}

header .rightBox .nav-link {
	font-size: 93.75%; /*0.875rem*/
    font-weight: 500;
    display: block;
	
	padding: 0.5rem 1rem;
}

@media (max-width: 992px) {	
	header .rightBox .nav-link {
        font-size: 87.5%; /*0.75rem*/
		padding: 0.25rem 0.5rem; /*0.125rem 0.75rem*/
	}
}

header .rightBox .nav-item a.nav-link,
header .rightBox .nav-item+.nav-item a.nav-link,
header .rightBox .nav-item+.nav-item a.nav-link.disabled {
    color: #000000;
    /*pointer-events: none;*/ /*滑鼠無作用*/
    /*cursor: default;*/ /*預設-滑鼠無作用*/
}

header .rightBox .nav-item a:hover.nav-link,
header .rightBox .nav-item+.nav-item a:hover.nav-link,
header .rightBox .nav-item+.nav-item a:hover.nav-link.disabled {
    color: #004D59;
    /*pointer-events: none;*/ /*滑鼠無作用*/
    /*cursor: default;*/ /*預設-滑鼠無作用*/
}
header .rightBox .nav-item a.nav-link.active,
header .rightBox .nav-item a:hover.nav-link.active {
    color: #004D59;
}

header .rightBox .nav-item a.nav-link i {
	margin-right: 5px;
}
/* === header.rightBox ================= */

/* === header button.main ================= */
header button.main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 90px;
    height: 100px;
    
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    
    color: #FFFFFF;
    background-color: #00788c;    
}
@media (max-width: 1180px) {
    header button.main {
        width: 80px;
        height: 80px;
        font-size: 100%;
    }
}
@media (max-width: 992px) {
    header button.main {
        width: 60px;
        height: 80px;
        font-size: 93.75%;
    }
}
@media (max-width: 768px) {
    header button.main {
        width: 50px;
        height: 80px;
        font-size: 87.5%;
    }
}
@media (max-width: 576px) {
    header button.main {
        width: 50px;
        height: 80px;
        font-size: 70%;
    }
}

header button.main:hover {
    color: #000000;
    background: #00788c;
}

header button.main span {
    width: 25px;
    height: 7px;
    display: block;
    position: relative;
    margin: 0 auto 15px auto;
}

header button.main span i {
    font-size: 125%;
}

/* === header.overlayer ================ */
header.active .overlayer {
    opacity: 1;
    pointer-events: auto;
}

header .overlayer {
    content: "";
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 19;
    background-color: rgba(0, 0, 0, 0.8);/*0.3*/
    display: block;
    pointer-events: none;
    opacity: 0;
    -webkit-transition: 0.9s;
    transition: 0.9s;
}
/* === header.overlayer ================ */
/* ============================================= */
/* ------ 首頁 HEADER --------------------------- */
/* ============================================= */


/* ============================================= */
/* ------ 首頁 右邊滑入區塊 SIDE MENULAYER -------- */
/* ============================================= */
header.active .menulayer {
    -webkit-transform: translate(0%, 0);
    transform: translate(0%, 0);
}

header .menulayer {
    position: fixed;
    right: 0;
    top: 0;
    height: 100vh;
    overflow: hidden;
    
    -webkit-transform: translate(100%, 0);
    transform: translate(100%, 0);
    -webkit-transition: 0.9s;
    transition: 0.9s;
    
    background-color: #f7e9d0;
    z-index: 20;
}
header .menulayer:before {
    content: "";
    width: 1px;
    height: 100vh;
    display: block;
    background: #717171;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 90px;
    pointer-events: none;
}
@media (max-width: 767px) {
    header .menulayer {
        width: 100%;
    }
    header .menulayer::before {
        display: none;
    }
}

/* === header .menulayer .contentmenu ================ */
header .menulayer .contentmenu {
    padding: 140px 175px 140px 90px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow-y: auto;
    /*height: 100vh;*/
}
@media (max-width: 767px) {
    header .menulayer .contentmenu {
        z-index: 10;
        padding: 100px 30px 60px 30px;
    }
}

/* ======================================================= */
/* === sideDIV menu 所有內容 ============================== */
/* ======================================================= */
/* ------------------------------------------- */
/* === header .menulayer .button.closemain === */
header .menulayer button.closemain {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    width: 90px;
    height: 100px;
    padding: 0;
    
    background: #00788c;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    color: #ffffff;
    transition: 0.5s;
}
header .menulayer button.closemain:hover{
    color: #000000;
}
@media (max-width: 767px) {
    header .menulayer button.closemain {
        z-index: 15;
        width: 80px;
        height: 80px;
    }
}

header .menulayer button.closemain span {
    width: 25px;
    display: block;
    position: relative;
    margin: 0 auto 15px auto;
}
header .menulayer button.closemain span::before {
    content: "";
    width: 100%;
    height: 1px;
    display: block;
    background: #ffffff;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(25deg);
    transform: translate(-50%, -50%) rotate(25deg);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transition: 0.6s;
    transition: 0.6s;
}
header .menulayer button.closemain span::after {
    content: "";
    width: 100%;
    height: 1px;
    display: block;
    background: #ffffff;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(-25deg);
    transform: translate(-50%, -50%) rotate(-25deg);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transition: 0.6s;
    transition: 0.6s;
}
header .menulayer button.closemain:hover {
    background: #00788c;
}
header .menulayer button.closemain:hover span::before,
header .menulayer button.closemain:hover span::after {
    background: #000000;
}

header .menulayer button.closemain:hover span::before {
    -webkit-transform: translate(-50%, -50%) rotate(-25deg);
    transform: translate(-50%, -50%) rotate(-25deg);
}
header .menulayer button.closemain:hover span::after {
    -webkit-transform: translate(-50%, -50%) rotate(25deg);
    transform: translate(-50%, -50%) rotate(25deg);
}
/* === header .menulayer .button.closemain === */
/* ------------------------------------------- */

/* ------------------------------------------- */
/* === header .menulayer .topBox ============= */
header .menulayer .topBox {
    display: none;
}
@media (max-width: 992px) {
    header .menulayer .topBox {
        position: relative;
        right: 0;
        top: 0;
        
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: flex-start;
        align-items: center;
        
        max-width: 380px;
    }
}

header .menulayer .topBox .navsBox {
    position: relative;
    display: block;
}

header .menulayer .topBox .custom_nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 10px 0;
    margin: 0;
    list-style: none;
	border-radius: 0;
	
    background: transparent;
}

header .menulayer .topBox .justify-content-start {
	-webkit-box-pack: start!important;
	-ms-flex-pack: start!important;
	justify-content: flex-start!important;
}

header .menulayer .topBox .justify-content-end {
	-webkit-box-pack: end!important;
	-ms-flex-pack: end!important;
	justify-content: flex-end!important;
}

header .menulayer .topBox .nav-item+.nav-item::before {
	float: left;
    color: rgba(0,0,0,0.35); /* #1e2d40 */
	content: "/";
}

header .menulayer .topBox .nav-item {
	display: flex;
	justify-content: center;
	align-items: center;
}

header .menulayer .topBox .nav-link {
	font-size: 100%; /*0.875rem*/
    font-weight: 500;
    display: block;
	
	padding: 0.5rem 1rem;
}

@media (max-width: 575px) {	
	header .menulayer .topBox .nav-link {
        font-size: 93.75%; /*0.75rem*/
		padding: 0.25rem 0.5rem; /*0.125rem 0.75rem*/
	}
}

header .menulayer .topBox .nav-item a.nav-link,
header .menulayer .topBox .nav-item+.nav-item a.nav-link,
header .menulayer .topBox .nav-item+.nav-item a.nav-link.disabled {
    color: #000000;
    /*pointer-events: none;*/ /*滑鼠無作用*/
    /*cursor: default;*/ /*預設-滑鼠無作用*/
}

header .menulayer .topBox .nav-item a:hover.nav-link,
header .menulayer .topBox .nav-item+.nav-item a:hover.nav-link,
header .menulayer .topBox .nav-item+.nav-item a:hover.nav-link.disabled {
    color: #004D59;
    /*pointer-events: none;*/ /*滑鼠無作用*/
    /*cursor: default;*/ /*預設-滑鼠無作用*/
}
header .menulayer .topBox .nav-item a.nav-link.active,
header .menulayer .topBox .nav-item a:hover.nav-link.active {
    color: #004D59;
}

header .menulayer .topBox .nav-item a.nav-link i {
	margin-right: 5px;
}
/* === header .menulayer .topbox =========== */
/* ----------------------------------------- */

/* ------------------------------------------- */
/* === header .menulayer .menuBox ========== */
header .menulayer .menuBox {
    display: block;
    float: left;
    width: 380px;
    background-color: transparent;
    
    margin-bottom: 60px;
}
@media (max-width: 767px) {
    header .menulayer .menuBox {
        width: 100%;
    }
}

header .menulayer .menuBox ul li.active .collapse.in {
    display: block;
}

header .menulayer .menuBox ul {
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
}

header .menulayer .menuBox a,
header .menulayer .menuBox a:hover,
header .menulayer .menuBox a:focus,
header .menulayer .menuBox a:active {
    outline: none;
}

header .menulayer .menuBox ul li,
header .menulayer .menuBox  ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

header .menulayer .menuBox ul li.m-number {
    position: relative;
    counter-increment: step-counter;
}
header .menulayer .menuBox ul li.m-number::before {
    content: "0"counter(step-counter);
    position: absolute;
    left: 0;
    top: 11px;
    color: #000000;
}

/*===============================================*/
/* 第一層 MENU */
header .menulayer .menuBox ul li.m-number a {
    font-size: 112.5%;
    font-weight: 600;
    padding: 10px 20px 10px 15px;
    margin-left: 25px;
    color: #000000;
    background-color: transparent;
    
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
    /*box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.05) inset;*/
    /*text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.5);*/
}
/* 第二層 MENU */
header .menulayer .menuBox ul ul a {
    font-weight: 500 !important;
    padding: 10px 20px 10px 32px !important;
}

/* 第三層 MENU */
header .menulayer .menuBox ul ul ul a {
    font-weight: 500 !important;
    padding: 10px 67px !important;
}

header .menulayer .menuBox ul li.m-number a:hover,
header .menulayer .menuBox ul li.m-number a:focus,
header .menulayer .menuBox ul li.m-number a:active,

header .menulayer .menuBox ul ul a:hover,
header .menulayer .menuBox ul ul a:focus,
header .menulayer .menuBox ul ul a:active,

header .menulayer .menuBox ul ul a:hover,
header .menulayer .menuBox ul ul a:focus,
header .menulayer .menuBox ul ul a:active {
    text-decoration: none;
    color: #FFFFFF;
    background-color: #00788c;    
}

/*===============================================*/
header .menulayer .arrow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    
    width: 20px;
    height: 20px;
    background-color: #00788c;
    border-radius: 100%;
    
    float: right;
}
header .menulayer .arrow:before {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    
    font-size: 81.25%;
    position: relative;
    top: -1px;    
}
/* === header .menulayer .menuBox ========== */
/* ----------------------------------------- */

/* ------------------------------------------------------ */
/* === header .menulayer div.down-social ================ */
header .menulayer div.down-social {
    display: none;    
}
@media (max-width: 1180px) {
    header .menulayer div.down-social {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: flex-start;
        align-items: center;
        pointer-events: auto;

        max-width: 380px;
    }
}

header .menulayer div.down-social a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    
    margin-right: 16px;
}

header .menulayer div.down-social a:last-child {
    border-bottom: none;
    margin-right: none;
}

header .menulayer div.down-social a i {
    position: relative;
    display: block;
    font-size: 200%;
    color: #000000; 
    width: 32px;
    height: 32px;
}

header .menulayer div.down-social a i.Customize-facebook::before {
    content: url("../images/svg2/fb_24x24.svg");
}
header .menulayer div.down-social a:hover i.Customize-facebook::before {
    content: url("../images/svg2/fb_hover_24x24.svg");
}

header .menulayer div.down-social a i.Customize-instagram::before {
    content: url("../images/svg2/instagram_24x24.svg");
}
header .menulayer div.down-social a:hover i.Customize-instagram::before {
    content: url("../images/svg2/instagram_hover_24x24.svg");
}
header .menulayer div.down-social a i.Customize-line::before {
    content: url("../images/svg2/line_24x24.svg");
}
header .menulayer div.down-social a:hover i.Customize-line::before {
    content: url("../images/svg2/line_hover_24x24.svg");
}
/* === header .menulayer div.down-social ================ */
/* ------------------------------------------------------ */
/* ======================================================= */
/* === sideDIV menu 所有內容 ============================== */
/* ======================================================= */

/* ============================================= */
/* ------ 首頁 右邊滑入區塊 SIDE MENULAYER -------- */
/* ============================================= */



/* ============================================= */
/* ************ 首頁 BANNER 區 ALL ************** */
/* ============================================= */
/* ------ 首頁 右邊區塊 ICON BAR ----------------- */
.sidebar {
    position: fixed;
    top: 0;
    right: 0;
    height: calc(100vh - 0px);
    width: 90px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
    -webkit-box-align: flex-start;
      -ms-flex-align: flex-start;
          align-items: flex-start;
    z-index: 45;
    /* border-left: 1px solid rgba(255, 255, 255, 0.3); */
    pointer-events: none;
    
    margin-top: 210px;
}
@media (max-width: 1180px) {
    .sidebar {
        display: none;
    }
}

.sidebar .social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    pointer-events: auto;
}
.sidebar .social a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    
    margin-bottom: 15px;
}

.sidebar .social a {
    padding-bottom: 12px;
    border-bottom: 1px solid #c9c9c5;
}
.sidebar .social a:last-child {
    border-bottom: none;
}

.sidebar .social a i {
    position: relative;
    display: block;
    font-size: 200%;
    color: #000000; 
    width: 32px;
    height: 32px;
}

.sidebar .social a i.Customize-facebook::before {
    content: url("../images/svg2/fb_24x24.svg");
}
.sidebar .social a:hover i.Customize-facebook::before {
    content: url("../images/svg2/fb_hover_24x24.svg");
}

.sidebar .social a i.Customize-instagram::before {
    content: url("../images/svg2/instagram_24x24.svg");
}
.sidebar .social a:hover i.Customize-instagram::before {
    content: url("../images/svg2/instagram_hover_24x24.svg");
}
.sidebar .social a i.Customize-line::before {
    content: url("../images/svg2/line_24x24.svg");
}
.sidebar .social a:hover i.Customize-line::before {
    content: url("../images/svg2/line_hover_24x24.svg");
}
/* ------ 首頁 右邊區塊 ICON BAR ----------------- */

/* ------ 首頁 右邊區塊 SCROLL DOWN -------------- */
div.scrollDown {
    position: absolute;    
    bottom: 0;
    right: 0px;
    
    width: 90px;
    height: 155px;
    
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
    -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;   
        
    font-size: 112.5%;
    color: #000000;
    font-weight: 400;
    -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
    cursor: pointer;
    z-index: 25;
}

div.scrollDown span {
    position: relative;
    display: block;
    left: -2px;
    width: 1px;
    height: 40px;    
    margin: 10px auto 0 auto;
    
    background-color: rgba(0, 0, 0, 0.5);
}
div.scrollDown span::before {
    content: "";
    width: 5px;
    height: 14px;
    display: block;
    position: absolute;
    top: 0;
    left: -2px;
    background-color: #000000;
    -webkit-transition: border .6s, right .6s, left .6s;
    -o-transition: border .6s, right .6s, left .6s;
    transition: border .6s, right .6s, left .6s;
    -webkit-animation: linedown 3s ease infinite;
    animation: linedown 3s ease infinite;
}
/* ------ 首頁 右邊區塊 SCROLL DOWN -------------- */

/* ============================================= */
/* ------ 首頁 輪播 Carousel_Slide ALL ---------- */
/* ============================================= */
.carousel_slide_section a:focus {
	display: block;
	text-decoration: none;
	outline: 2px solid #43B5FC;
	outline-offset: -2px;
}

.carousel_slide_section {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	/*background-image: url(../images/hero-bg.svg);
	background-size: cover;
	background-position: bottom;*/
	
	/*padding-top: 120px;*/    
}

.carousel_slide_section .carousel.slide {
    position: relative;
    z-index: 10;
}

.carousel_slide_section .carousel.slide .carousel-inner .carousel-item img{
    width: 100vw;
    height: calc(100vw * 0.48);
    object-fit: cover;
}
@media (max-width:768px) {
    .carousel_slide_section .carousel.slide .carousel-inner .carousel-item img{
        height: calc(100vw * 0.65);
    }
}
@media (max-width:576px) {
    .carousel_slide_section .carousel.slide .carousel-inner .carousel-item img{
        height: calc(100vw * 0.85);
    }
}
/* ==   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: 999;
}
.carousel_slide_section .carousel_btn-icon-prev {
	left: 1.5%;
}
.carousel_slide_section .carousel_btn-icon-next {
	right: 1.5%;
}

@media (max-width:768px) {
	.carousel_slide_section .carousel_btn-icon-prev,
	.carousel_slide_section .carousel_btn-icon-next {
		top: calc(50% - 16px);
	}
}

.carousel_slide_section .carousel_btn-icon-prev .carousel-control-prev,
.carousel_slide_section .carousel_btn-icon-next .carousel-control-next {
	position: relative;
	width: 48px;
	height: 48px;
	border: none;
	border-radius: 100%;
	opacity: 1;
	background-repeat: no-repeat;
	background-size: 8px;
	background-position: center;
	background-color: rgba(0, 0, 0, 0.35);
}

.carousel_slide_section .carousel-control-next-icon, 
.carousel_slide_section .carousel-control-prev-icon {
    display: inline-block;
    width: 48px;
	height: 48px;
    
	background-position-x: 50%;
	background-position-y: center;
	background-repeat: no-repeat;
	background-attachment: scroll;
	/*background-image: none;*/
	background-size: 100% 100%;
	background-origin: padding-box;
	background-clip: border-box;
	
	/*background-color: rgba(0, 0, 0, 0);*/
}

.carousel_slide_section .carousel-control-prev-icon {
	background-image: url(../images/banner/prev.svg);
	opacity: .85;
}

.carousel_slide_section .carousel-control-next-icon {
	background-image: url(../images/banner/next.svg);
	opacity: .85;
}

.carousel_slide_section .carousel_btn-icon-prev .carousel-control-prev:hover,
.carousel_slide_section .carousel_btn-icon-next .carousel-control-next:hover {
	opacity: 1;
	background-color: #00788c;
}

.carousel_slide_section .carousel_btn-icon-prev .carousel-control-prev:focus, 
.carousel_slide_section .carousel_btn-icon-next .carousel-control-next:focus {
    text-decoration: none;
    outline: 3px dotted #D10000;
	outline-offset: -3px;

    background-color: #00788c;
}

@media (max-width:768px) {
	.carousel_slide_section .carousel_btn-icon-prev .carousel-control-prev,
	.carousel_slide_section .carousel_btn-icon-next .carousel-control-next,
	.carousel_slide_section .carousel-control-next-icon, 
	.carousel_slide_section .carousel-control-prev-icon {
		width: 32px;
		height: 32px;
	}
}
/*------------------------------------------------*/
/* ------ 輪播 標題文字 -------------------------- */
.carousel_slide_section .text-area {
	position: absolute;
    right: 0%;	/*15%*/
    bottom: 0%; /*20px*/
    left: 0%;	/*15%*/
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
	padding-left: 20px;
    padding-right: 20px;
    
    color: #FFFFFF;    
    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: #FFFFFF;
    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: 0rem;
    }
}
@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: 24px;
    height: 6px;
    
    margin-right: 6px;
    margin-left: 6px;
    text-indent: -999px;
    cursor: pointer;
    
    background-color: #ffffff;
    background-clip: padding-box;
    
    /*border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;*/
    border-top: 0;
    border-bottom: 0;
    
    opacity: .9;
    border-radius: 6px; /*100%*/
    transition: opacity .6s ease;	
}

.carousel_slide_section .carousel-indicators .active {
    width: 48px;
    height: 6px;
    opacity: 1;
	background-color: #f5b61d;
}
/* ------ 輪播 點點點 ---------------------------- */
/*------------------------------------------------*/

/*------------------------------------------------*/
/* ------ 輪播 暫停/撥放 ------------------------- */
.carousel_slide_section .control-box {	
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	
	
	position: absolute;
    right: 0%;
    top: calc(0% + 120px);
    left: 0%;
    z-index: 10;
    padding-top: 10px;    
	padding-left: 20px;
    padding-right: 20px;
	padding-bottom: 10px;
    
    color: #FFFFFF;
    text-align: center;
	/*background-color: rgba(0, 0, 0, 0.5);*/
}
@media (max-width:992px) {
	.carousel_slide_section .control-box {	
        top: calc(0% + 90px);
	}
}

.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: 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: #FFFFFF;
	border-radius: 100%;
    background-color: rgba(0,0,0,0.25);
}

.carousel_slide_section .control-start-icon,
.carousel_slide_section .control-pause-icon {
	display: inline-block;
	width: 48px;
	height: 48px;
	background-position-x: 50%;
	background-position-y: center;
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-image: none;
	background-size: 100% 100%;
	background-origin: padding-box;
	background-clip: border-box;
}

.carousel_slide_section .control-start-icon {
    background-image: url(../images/banner/control-start-icon.svg);
    opacity: .85;
}

.carousel_slide_section .control-pause-icon {
    background-image: url(../images/banner/control-pause-icon.svg);
    opacity: .85;
}

.carousel_slide_section .control-start a:hover,
.carousel_slide_section .control-pause a:hover {
	opacity: 1;
	background-color: #00788c;
}

.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: #00788c;
}

@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 ALL ---------- */
/* ============================================= */

/* ============================================= */
/* ************ 首頁 BANNER 區 ALL ************** */
/* ============================================= */



/* ============================================= */
/* ------ 首頁 FULL PAGE SEARCH BAR ------------- */
/* ============================================= */
/* ------ 首頁 上方 rightBox 搜尋按鈕 -------------- */
header button.search {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 90px;
    height: 100px;
    
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    
    color: #FFFFFF;
    background-color: #00788c;    
}
@media (max-width: 1180px) {
    header button.search {
        width: 80px;
        height: 80px;
        font-size: 100%;
    }
}
@media (max-width: 992px) {
    header button.search {
        width: 60px;
        height: 80px;
        font-size: 93.75%;
    }
}
@media (max-width: 768px) {
    header button.search {
        width: 50px;
        height: 80px;
        font-size: 87.5%;
    }
}
@media (max-width: 576px) {
    header button.search {
        width: 50px;
        height: 80px;
        font-size: 70%;
    }
}
header button.search:hover {
    color: #000000;
    background: #00788c;
}

header button.search span {
    width: 25px;
    height: 7px;
    display: block;
    position: relative;
    margin: 0 auto 15px auto;
}

header button.search span i {
    font-size: 125%;
}
/* ------ 首頁 上方 rightBox 搜尋按鈕 -------------- */

/* ------ 左上方關閉按鈕 --------------------------- */
.search-popup button.closeIocn-search {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    width: 90px;
    height: 100px;
    padding: 0;
    
    background: #00788c;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    color: #082935;
}
@media (max-width: 767px) {
    .search-popup button.closeIocn-search {
        z-index: 15;
        width: 80px;
        height: 80px;
    }
}

.search-popup button.closeIocn-search span {
    width: 25px;
    display: block;
    position: relative;
    margin: 0 auto 15px auto;
}
.search-popup button.closeIocn-search span::before {
    content: "";
    width: 100%;
    height: 1px;
    display: block;
    background: #082935;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(25deg);
    transform: translate(-50%, -50%) rotate(25deg);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transition: 0.6s;
    transition: 0.6s;
}
.search-popup button.closeIocn-search span::after {
    content: "";
    width: 100%;
    height: 1px;
    display: block;
    background: #082935;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(-25deg);
    transform: translate(-50%, -50%) rotate(-25deg);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transition: 0.6s;
    transition: 0.6s;
}
.search-popup button.closeIocn-search:hover {
    background: #00788c;
}

.search-popup button.closeIocn-search:hover span::before {
    -webkit-transform: translate(-50%, -50%) rotate(-25deg);
    transform: translate(-50%, -50%) rotate(-25deg);
}
.search-popup button.closeIocn-search:hover span::after {
    -webkit-transform: translate(-50%, -50%) rotate(25deg);
    transform: translate(-50%, -50%) rotate(25deg);
}
/* ------ 左上方關閉按鈕 --------------------------- */

/* ------ 搜尋內容BADY區 ------------------------------ */
.search-popup {
    position: fixed;
    left: 0;
    top: 0;
    height: 100vh;
    width: 100%;
    z-index: 99999;
    margin-top: -540px;
    transform: translateY(-100%);
    background-color: rgba(0, 0, 0, 0.8);
    
    -webkit-transition: all 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -moz-transition: all 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -o-transition: all 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    transition: all 1500ms cubic-bezier(0.860, 0.000, 0.070, 1.000); /* easeInOutQuint */
    -webkit-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -moz-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -o-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000); /* easeInOutQuint */
}

.search-popup {
    width: 100%;
}

.search-active .search-popup {
    transform: translateY(0%);
    margin-top: 0;
}
/* ------ 搜尋內容BADY區 ------------------------------ */

/* ------ 搜尋向上箭頭 ---------------------------- */
.search-popup .close-search {
    position: absolute;
    left: 0;
    right: 0;
    top: 75%;
    
    width: 70px;    
    height: 70px;
    
    line-height: 70px;
    text-align: center;
    
    margin: 0 auto;
    margin-top: -200px;
    border-radius: 50%;
    
    /*border-bottom: 3px solid #ffffff;*/
    background-color: #00788c;
    
    box-shadow: 0 0 10px rgba(0,0,0,0.05);
    cursor: pointer;    
    
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    opacity: 0;
    visibility: hidden;
}

.search-popup .close-search i {
    position: relative;
    font-size: 187.5%;
    color: #FFFFFF;
}

.search-active .search-popup .close-search {
    visibility: visible;
    opacity: 1;
    top: 50%;
    -webkit-transition-delay: 1500ms;
    -moz-transition-delay: 1500ms;
    -ms-transition-delay: 1500ms;
    -o-transition-delay: 1500ms;
    transition-delay: 1500ms;
}
/* ------ 搜尋向上箭頭 ---------------------------- */

/* ------ 搜尋內容區 ------------------------------ */
.search-popup .div-form {
    position: absolute;
    max-width: 700px;
    top: 50%;
    left: 15px;
    right: 15px;
    margin:-35px auto 0;
    transform: scaleX(0);
    transform-origin: center;
    background-color: #111111;
    
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.search-active .search-popup .div-form {
    transform: scaleX(1);
    -webkit-transition-delay: 1200ms;
    -moz-transition-delay: 1200ms;
    -ms-transition-delay: 1200ms;
    -o-transition-delay: 1200ms;
    transition-delay: 1200ms;
}

.search-popup .form-group {
    position: relative;
    margin: 0px; 
    overflow: hidden;
}

.search-popup .form-group input[type="text"],
.search-popup .form-group input[type="search"]{
    position: relative;
    display: block;
    font-size: 112.5%;
    line-height: 50px;
    color: #000000;
    height: 70px;
    width: 100%;
    padding: 10px 80px 10px 30px;
    background-color: #FFFFFF;
    
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    font-weight: 500;
    text-transform: capitalize;
}

.search-popup .form-group input[type="submit"], .search-popup .form-group button {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 70px;
    height: 70px;
    line-height: 70px;
    
    color: #000000;
    text-align: center;    
    padding: 0;
    cursor: pointer;
    background-color: transparent;
    
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    border: none;
}
.search-popup .form-group input[type="submit"], .search-popup .form-group button:hover {
    color: #FFFFFF;
    background-color: #00788c;
}
.search-popup .form-group input[type="submit"], .search-popup .form-group button i.submit-search {
    font-size: 150.0%;
    
}
.search-popup input::placeholder,
.search-popup textarea::placeholder{
    color:#000000;
}
/* ------ 搜尋內容區 ------------------------------ */
/* ============================================= */
/* ------ 首頁 FULL PAGE SEARCH BAR ------------- */
/* ============================================= */







/* ============================================== */
/* ------ 首頁 快速連結區 quick_link_section ------ */
/* ============================================== */
.faq-section {
    /*background-color: #FFFFFF;*/
    background-image: url("../images/bg-6.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #ffffff;
    position: relative;
    z-index: 0;
    overflow: hidden;
}
.faq-section a.link-item{
    background: #00788c;
    display: block;
    border: 10px solid #ffffff;
    border-radius: 35px 20px 35px 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #ffffff;
    height: 105px;
    padding: 0 50px;
    position: relative;
	transition: 0.5s;
}
.faq-section a.link-item:hover,
.faq-section a.link-item:focus{
	border: 10px solid #004D59;
}
.faq-section a.link-item::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: url(../images/link-d.png);
    width: 45px;
    height: 45px;
    background-repeat: no-repeat;
    background-size: contain;
}
.faq-section a.link-item::after{
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 22px;
    height: 100%;
    background: #f5b61d;
    border-radius: 0px 12px 35px 0px;
}
.faq-section a.link-item span{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    max-height: 48px;
    transition: 0.5s;
    letter-spacing: 1.5px;
    font-weight: bold;
}
/*---------------------*/
/*-- 標題 --*/
.title-panel-body {
    position: relative;
    display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;

	border-top: none;
}
.faq-section ul.faqbox_block-info li.info_li_box .title-panel-body::before {    
    content: "";
    position: absolute;    
    width: 5px;
    height: 50%;
    background-color: #00788c;
    
    top: 50%;
    left: 3px;
    transform: translate(-50%, -50%);
    z-index: 1;
}

.faq-section ul.faqbox_block-info li.info_li_box .title-panel-body::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #00788c;
}


.faq-section ul.faqbox_block-info li.info_li_box .info_title {
    position: relative;
    font-size: 112.5%;
    font-weight: 600;
    color: inherit;
    text-transform: uppercase;
    word-break: break-all;
    
    width: 100%;
    color: #FFFFFF;
    padding: 12px 0 12px 18px;
}
@media(max-width: 575px) {
    .faq-section ul.faqbox_block-info li.info_li_box .info_title {
        font-size: 93.75%;
    }
}
@media(min-width: 576px) {
    .faq-section ul.faqbox_block-info li.info_li_box .info_title {
        font-size: 112.5%;         
    }
}

/*---------------------*/
/*-- panel-body --*/
.faq-section .faqbox_block-info .panel-body {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;

	border-top: none;
}
.faq-section .faqbox_block-info .panel-body .ss-box {
    position: relative;
    display: block;
    padding: 12px 0 0 0;
}
.faq-section .faqbox_block-info .panel-body .ss-box ul {
	list-style: none;
	padding-left: 0;
}

.faq-section .faqbox_block-info .panel-body .ss-box ul li a {
	position: relative;
	display: block;
	padding: 5px 0;
    padding: 4px 0 4px 0;
    margin: 0 18px 0 18px;
	color: #FFFFFF;
}

.faq-section .faqbox_block-info .panel-body .ss-box ul li:hover a::before {    
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 1px;
    content: '';
    left: 0;
    bottom: 0;
	background-color: #00788c;
    opacity: 1 !important;
}
.faq-section .faqbox_block-info .panel-body .ss-box ul li a:hover {
	color: #00788c;
}
/* ================================== */
/* ==  點我收合 ====================== */
/* ================================== */
/* ============================================== */
/* ------ 首頁 快速連結區 quick_link_section ------ */
/* ============================================== */


/* ============================================= */
/* ------ 頁尾 FOOTER --------------------------- */
/* ============================================= */
.footer_section {
    position: relative;
    display: block;
    padding: 30px 0 0 0;
	background-color: #00788c; /*transparent*/
	
	/*background-image: url(images/bg/down_background-image_1920x108.png);
	background-size: auto;
	background-repeat: no-repeat;
	background-position: top;*/
}

.footerbg-img::after {
    position: absolute;
    background-color: transparent;
    left: 0;
    top: -25px;
    width: 100%;
    height: auto;
    content: url("../images/bg/down_background-image_1920x108.png");
    z-index: 30;
}

.footer-black {
	position: relative;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	z-index: 1;
}

/*.footer-black:before {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background: #41403c;
	content: "";
	opacity: 0.90;
}*/

.footer-black .widgets-box {
	position: relative;
	padding: 10px 0 10px 0;
}

.footer-black.alternate .widgets-box {
	margin-top: 0;
	padding-top: 95px;
}

.footer-black .footer-widget {
	position: relative;
}

/*-------------------------------------*/
/*----- about-widget ------------------*/
.footer-black .about-widget {
	position: relative;
	/*padding: 0 15px;*/	
}

.footer-black .footer-logo {
	position: relative;
	margin-bottom: 30px;
	/*padding-left: 10px;*/
}

.footer-black .footer-logo div {
	margin: 0;
	/*margin-top: -5px;*/
}

.footer-black .footer-logo div a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
}
/*@media (max-width: 768px) {
	.footer-black .footer-logo div a {
		justify-content: center;
	}
}*/

.footer-black .footer-logo img {
	display: block;
	max-width: 100%;
}

.footer-black .about-widget ul.list {
	padding-left: 10px;
	margin-bottom: 1.5rem;
}

.footer-black .about-widget .list li {
	position: relative;
	display: block;
	line-height: 1.5;
	font-size: 93.75%; /*0.9375em*/
	color: #FFFFFF;
	font-weight: 400;
	margin-bottom: 5px;
}

.footer-black .about-widget .list li a {
	color: #FFFFFF;
}

.footer-black .about-widget .list li a:hover {
	color: #00788c;
}

.footer-black .about-widget .text {
	position: relative;
	font-size: 93.75%; /*0.9375em*/
	line-height: 1.85;
	color: #FFFFFF;
	font-weight: 600;
	text-align: left;
	margin-bottom: 25px;
}

.footer-black .about-widget .text a {
	color: #f8ecd1;
}

.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: 1px;
	left: 0;	
    width: 70px;
    height: 2px;
    background-color: #f5b61d;
}

.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: #FFFFFF;
	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: 120%; /*0.875em*/
	font-weight: 500;
	color: #FFFFFF;
	line-height: inherit;
	padding-left: 10px;
}

.footer-black span.widget-english {
	position: relative;
	font-size: 120%; /*0.875em*/
	font-weight: 500;
	color: #FFFFFF;
	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: #FFFFFF;
	font-weight: 400;
	margin-bottom: 5px;
}

.footer-black .info-widget .list li a {
	color: #FFFFFF;
}

.footer-black .info-widget .list li a:hover {
	color: #f3f3f3;
    text-decoration: underline;
}

.footer-black .info-widget .list li a i {
	position: relative;
	top: -1px;
	font-size: 87.5%; /*0.875em*/
	color: #00788c; /*#FFFFFF*/
	margin-right: 5px;
}
.footer-black .info-widget .list li i {	
	position: relative;
	top: 6px;
	font-size: 87.5%; /*0.875em*/
	color: #00788c; /*#FFFFFF*/
	margin-right: 5px;
}

.footer-black .info-widget .text {
	position: relative;
	font-size: 93.75%; /*0.9375em*/
	line-height: inherit;
	color: #FFFFFF;
	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: #FFFFFF;
    background-color: #00788c;
    border-color: #00788c;
	margin-right: 2.5px;
}

.footer-black .info-widget .btn.btn-cancel {
    color: #FFFFFF;
    background-color: #00788c;
    border-color: #00788c;
	margin-left: 2.5px;
}

.footer-black .info-widget .btn.btn-subscribe:hover,
.footer-black .info-widget .btn.btn-cancel:hover {
    color: #00788c;
    background-color: #FFFFFF;
    border-color: #00788c;
}
/*----- FOOTER 電子報 ------------------*/
/*-------------------------------------*/

.footer-black .info-widget .widget-tw-title {
	font-size: 1.25rem; /*20px*/
	font-weight: 600;
	letter-spacing: 0.5rem;
	color: #FFFFFF;
}

.footer-black .info-widget .widget-en-title {
	font-size: 0.875rem; /*15px*/
	letter-spacing: 0.125rem;
	color: #FFFFFF;
}

/* footer link */
.footer-black .widget-content .link-fb,
.footer-black .widget-content .link-yt{
	font-size: 250%;
	color: #FFFFFF;
}
.footer-black .widget-content .link-fb:hover,
.footer-black .widget-content .link-yt:hover{
	font-size: 250%;
	color: #00788c;
}
/* ============================================= */
/* ------ 頁尾 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: #FFFFFF;
}

#gotop_btn:hover {
  cursor: pointer;
  background-color: #004D59;
}

#gotop_btn:active {
  background-color: #004D59;
}

#gotop_btn.show {
  opacity: 1;
  visibility: visible;
}

#gotop_btn.show:focus {
	background-color: #f5b61d;
	text-decoration: none;
	outline: 3px dotted #D10000;
	outline-offset: -3px;
}
/* ============================================= */
/* ------ 首頁 GO-TO-TOP ------------------------ */
/* ============================================= */


/* ============================================= */
/* ------ 首頁 動作 ----------------------------- */
/* ============================================= */
@-webkit-keyframes lineup {
    0% {
        opacity: 0;
        bottom: 0
    }

    20% {
        opacity: 1;
        bottom: 0
    }

    80% {
        bottom: 41px;
        opacity: 1
    }

    95% {
        bottom: 41px;
        opacity: 0
    }

    to {
        opacity: 0;
        bottom: 0
    }
}

@keyframes lineup {
    0% {
        opacity: 0;
        bottom: 0
    }

    20% {
        opacity: 1;
        bottom: 0
    }

    80% {
        bottom: 41px;
        opacity: 1
    }

    95% {
        bottom: 41px;
        opacity: 0
    }

    to {
        opacity: 0;
        bottom: 0
    }
}

@-webkit-keyframes linedown {
    0% {
        opacity: 0;
        top: 0
    }

    20% {
        opacity: 1;
        top: 0
    }

    80% {
        top: 41px;
        opacity: 1
    }

    95% {
        top: 41px;
        opacity: 0
    }

    to {
        opacity: 0;
        top: 0
    }
}

@keyframes linedown {
    0% {
        opacity: 0;
        top: 0
    }

    20% {
        opacity: 1;
        top: 0
    }

    80% {
        top: 41px;
        opacity: 1
    }

    95% {
        top: 41px;
        opacity: 0
    }

    to {
        opacity: 0;
        top: 0
    }
}
/* ============================================= */
/* ------ 首頁 動作 ----------------------------- */
/* ============================================= */
.mainArea{
    /* background: url(../images/bg-1.png); */
    background-repeat: no-repeat;
    background-position: left top;
    background-size: contain;
}

/* 三合一搜尋框 start */
.search-section{
    margin-top: -18vw;
    margin-bottom: calc(18vw - 129px); 
    position: relative;
    z-index: 1041;
}
.search-section .modal-dialog-centered.modal-dialog-scrollable .modal-content{
    max-height: 70vh;
}

/* order頭 */
@media (min-width:992px) {
	.search-section .searchBoxWithTab .order-1{
		order: 1;
	}
	.search-section .searchBoxWithTab .order-2{
		order: 2;
	}
	.search-section .searchBoxWithTab .order-3{
		order: 3;
	}
	.search-section .searchBoxWithTab .order-4{
		order: 4;
	}
}
@media (max-width:991px) {
	.search-section .searchBoxWithTab .order-1{
		order: 1;
	}
	.search-section .searchBoxWithTab .order-2{
		order: 4;
	}
	.search-section .searchBoxWithTab .order-3{
		order: 2;
	}
	.search-section .searchBoxWithTab .order-4{
		order: 3;
	}
}
/* order尾 */

/* ---  nav-tabs 頭 ------------------- */
.search-section .searchBoxWithTab .nav-tabs{
	border-bottom: none;
}
.search-section .searchBoxWithTab .nav-tabs .nav-link {
    border: 2px solid transparent;
    /* border-top-left-radius: .25rem;
    border-top-right-radius: .25rem; */
	font-size: 125%;
	font-weight: bold;
	color: #ffffff;
    background: #00788c;
    padding: 10px 30px;
}
.search-section .searchBoxWithTab .nav-tabs .nav-link.i1{
    border-radius: 10px 0 0 0;
}
.search-section .searchBoxWithTab .nav-tabs .nav-link.i2{
    border-radius: 0 0 0 0;
}
.search-section .searchBoxWithTab .nav-tabs .nav-link.i3{
    border-radius: 0 10px 0 0;
}

.search-section .searchBoxWithTab .nav-tabs .nav-link.active {
    color:  #004D59;
    background: #ffffff;
}

.search-section .searchBoxWithTab .nav-tabs .nav-link:not(.active):hover {
    border-top-color: transparent;
	border-right-color: transparent;
	border-left-color: transparent;
	/* border-bottom: 2px solid #00bad9; */
	background:  #004D59;
}

@media (max-width:450px) {
	.search-section .searchBoxWithTab .nav-tabs .nav-link {
		font-size: 105%;
	}
}
/* ---  nav-tabs 尾 ------------------- */

/* ---  tab-content 頭 ------------------- */
.search-section .searchBoxWithTab .tab-content{
    background: #ffffff;
    border-radius: 100px;
    position: relative;
    box-shadow: 0px 0px 15px 6px rgb(0 0 0 / 34%);
    padding: 1.5rem 4rem;
}
.overlay {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%,0%);
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* 黑色半透明 */
    z-index: 10;
    border-radius: 100px;
}
@media (max-width:991px) {
    .search-section .searchBoxWithTab .tab-content{
        background: #ffffff;
        border-radius: 25px;
        position: relative;
        box-shadow: 0px 0px 15px 6px rgb(0 0 0 / 34%);
        padding: 1.5rem 1.8rem;
    }
    .overlay {
        border-radius: 25px;
    }
}
.search-section .searchBoxWithTab .search-box .icon-box{
    width: 65px;
    height: 65px;
    background: #ffffff;
    border: 1px solid #004D59;
    border-radius: 100%;
    position: relative;
}
.search-section .searchBoxWithTab .search-box .icon-box .img-box.key{
    width: 25px;
	content: url(../images/index-search-icon.png);
	top: 5px;
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.search-section .searchBoxWithTab .search-box .icon-box .img-box.local{
    width: 16px;
	content: url(../images/index-search-icon-2.png);
	top: 5px;
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.search-section .searchBoxWithTab .search-box .icon-box .img-box.nature{
    width: 20px;
	content: url(../images/index-search-icon-3.png);
	top: 5px;
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.search-section .searchBoxWithTab .search-box .inputLabel{
    color: #004D59;
    font-weight: bold;
    padding: 3px 10px 3px 5px;
}
/* search-box 頭 */
.search-section .searchBoxWithTab .search-box {
	background: transparent;
	display: flex;
	padding: 4px 6px;
	border-radius: 10px;
	border: transparent;
	box-shadow: none;
}
/* search-input 頭 */
.search-section .searchBoxWithTab .search-box .search-input{
	background: transparent;
	color: #202020;
	font-weight: bold;
	margin: 0;
	padding: 8px 10.5px;
	border-radius: 5px !important;
	height: 34px;
    width: 320px;
    max-width: 100%;
    border: 1px solid #707070;
	font-size: 100%;
}
.search-section .searchBoxWithTab .search-box .search-input::placeholder{
	color: #707070;
	font-weight: bold;
}
@media (max-width:1400px) {
	.search-section .searchBoxWithTab .search-box .search-input{
		width: 300px;
	}
}
@media (max-width:1199px) {
	.search-section .searchBoxWithTab .search-box .search-input{
		width: 500px;
	}
}
@media (max-width:991px) {
	.search-section .searchBoxWithTab .search-box .search-input{
		width: 600px;
	}
}
@media (max-width:880px) {
	.search-section .searchBoxWithTab .search-box .search-input{
		width: 550px;
	}
}
@media (max-width:820px) {
	.search-section .searchBoxWithTab .search-box .search-input{
		width: 500px;
	}
}
@media (max-width:800px) {
	.search-section .searchBoxWithTab .search-box .search-input{
		width: 450px;
	}
}
@media (max-width:750px) {
	.search-section .searchBoxWithTab .search-box .search-input{
		width: 400px;
	}
}
@media (max-width:680px) {
	.search-section .searchBoxWithTab .search-box .search-input{
		width: 300px;
	}
}
@media (max-width:576px) {
	.search-section .searchBoxWithTab .search-box .search-input{
		width: 250px;
	}
}
@media (max-width:450px) {
	.search-section .searchBoxWithTab .search-box .search-input{
		font-size: 100%;
	}
    .search-section .searchBoxWithTab .search-box .search-input{
		width: 200px;
	}
}
@media (max-width:400px) {
    .search-section .searchBoxWithTab .search-box .search-input{
		width: 180px;
	}
}
/* search-input 尾 */

/* search-modal 頭*/
@media (max-width:450px) {
	.search-section .searchBoxWithTab .search-box .modal-btn{
		font-size: 100%;
	}
}
.search-section .searchBoxWithTab .search-box .modal-btn:hover,
.search-section .searchBoxWithTab .search-box .modal-btn:focus,
.search-section .searchBoxWithTab .search-box .modal-btn:active,
.search-section .searchBoxWithTab .search-box .modal-btn.highlighted{
	color: #004D59;
}
.search-section .searchBoxWithTab .search-box .modal-btn .sub-arrow {
	display: inline-block;
	position: relative;
	top: 2px;
	/* margin-top: -2px; */
	right: -5px;     /*5px*/
	width: 15px;
	height: 15px;
	/* border-width: 5px; */
	/* border-style: solid dashed dashed dashed;         */
	border-radius: 0;
	
	/* border-color: #BBBBBB transparent transparent transparent;  */
	/* 要換 V箭頭 */

	border-color: transparent; 
	
	background-color: transparent;
	background-image: url(../images/icon/icon-downarrow-707070.svg);
	background-repeat: no-repeat;
	background-size: contain;
}
@media (max-width:450px) {
	.search-section .searchBoxWithTab .search-box .modal-btn .sub-arrow {
		right: 0px;
	}
}
.search-section .searchBoxWithTab .search-box .modal-btn .sub-arrow::before {
	display: none;
}
.search-section .searchBoxWithTab .search-box .modal-btn:hover .sub-arrow,
.search-section .searchBoxWithTab .search-box .modal-btn:focus .sub-arrow,
.search-section .searchBoxWithTab .search-box .modal-btn:active .sub-arrow,
.search-section .searchBoxWithTab .search-box .modal-btn.highlighted .sub-arrow {
	/* border-width: 5px; */
	/* border-style: solid dashed dashed dashed; */
			
	/* border-color: #004D59 transparent transparent transparent;     */
	/*要換*/
	
	background-color: transparent;
	background-image: url(../images/icon/icon-downarrow.svg);
	background-repeat: no-repeat;
	background-size: contain;
}
.search-section .searchBoxWithTab .search-box .modal{
	z-index: 200000;
}

/* ----------- 自訂 勾選開關 -------------------- */
/* ===== 大lg / 中md / 小sm ==================== */
.search-section .searchBoxWithTab .custom-control {
	position: relative;
	display: block;
	min-height: 2rem;
	padding-left: 1.5rem;
}

.search-section .searchBoxWithTab .custom-control-inline {
	display: -ms-inline-flexbox;
	display: inline-flex;
	margin-right: 1rem
}

/* ======================================================*/
/* Size : lg */
.search-section .searchBoxWithTab .custom-check-input-lg {
	position: absolute;
	z-index: -1;
	opacity: 0
}

.search-section .searchBoxWithTab .custom-check-input-lg:checked~.custom-check-label-lg::before {
	color: #fff;
	border-color: #004D59; /*007bff*/
	background-color: #004D59; /*007bff*/
}

.search-section .searchBoxWithTab .custom-check-input-lg:focus~.custom-check-label-lg::before {
	box-shadow: 0 0 0 .2rem rgba(209,0,0,.25)
}

.search-section .searchBoxWithTab .custom-check-input-lg:focus:not(:checked)~.custom-check-label-lg::before {
	border: 2px dotted;
	border-color: #D10000;
}

/* 勾選 active 顏色 */
.search-section .searchBoxWithTab .custom-check-input-lg:not(:disabled):active~.custom-check-label-lg::before {
	color: #fff;
	background-color: #004D59; /*007bff*/
	border-color: #004D59; /*007bff*/
}
/* 勾選 active 顏色 */

/* 勾選 checked 顏色 */
.custom-checkbox.custom-checkbox-warning .custom-check-input-lg:checked ~ .custom-check-label-lg::before {
	background-color: #004D59; /*007bff*/
	border-color: #004D59; /*007bff*/
}
/* 勾選 active 顏色 */

.search-section .searchBoxWithTab .custom-check-input-lg:disabled~.custom-check-label-lg {
	color: #6c757d
}

.search-section .searchBoxWithTab .custom-check-input-lg:disabled~.custom-check-label-lg::before {
	background-color: #e9ecef
}

.search-section .searchBoxWithTab .custom-check-label-lg {
	position: relative;
	margin-bottom: 0;
	vertical-align: top
}

.search-section .searchBoxWithTab .custom-check-label-lg::before {
	position: absolute;
	top: 0rem; /*.25rem*/
	left: -1.5rem;
	display: block;
	width: 1.5rem; /*1rem*/
	height: 1.5rem; /*1rem*/
	pointer-events: none;
	content: "";
	background-color: #fff;
	border: #adb5bd solid 1px;
}

.search-section .searchBoxWithTab .custom-check-label-lg::after {
	position: absolute;
	top: 0rem; /*.25rem*/
	left: -1.5rem;
	display: block;
	width: 1.5rem; /*1rem*/
	height: 1.5rem; /*1rem*/
	content: "";
	background: no-repeat 50%/50% 50%
}

.search-section .searchBoxWithTab .custom-checkbox .custom-check-label-lg::before {
	border-radius: .25rem
}

.search-section .searchBoxWithTab .custom-checkbox .custom-check-input-lg:checked~.custom-check-label-lg::after {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e")
}

/* 未選 光暈 */
.search-section .searchBoxWithTab .custom-checkbox .custom-check-input-lg:indeterminate~.custom-check-label-lg::before {
	border-color: #007bff;
	background-color: #007bff
}
/* 未選 光暈 */


.search-section .searchBoxWithTab .custom-checkbox .custom-check-input-lg:indeterminate~.custom-check-label-lg::after {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e")
}

.search-section .searchBoxWithTab .custom-checkbox .custom-check-input-lg:disabled:checked~.custom-check-label-lg::before {
	background-color: rgba(0,77,89,.5)
}

.search-section .searchBoxWithTab .custom-checkbox .custom-check-input-lg:disabled:indeterminate~.custom-check-label-lg::before {
	background-color: rgba(0,77,89,.5)
}

.search-section .searchBoxWithTab .custom-check-label-lg span.check-txt {
	position: relative;
	display: inline-block;
	margin-left: 15px;
	top: .4375rem;
}


/* ======================================================*/
/* Size : md */
.search-section .searchBoxWithTab .custom-check-input-md {
	position: absolute;
	z-index: -1;
	opacity: 0
}

.search-section .searchBoxWithTab .custom-check-input-md:checked~.custom-check-label-md::before {
	color: #fff;
	border-color: #004D59; /*007bff*/
	background-color: #004D59; /*007bff*/
}

.search-section .searchBoxWithTab .custom-check-input-md:focus~.custom-check-label-md::before {
	box-shadow: 0 0 0 .2rem rgba(0,123,255,.25)
}

.search-section .searchBoxWithTab .custom-check-input-md:focus:not(:checked)~.custom-check-label-md::before {
	border-color: #80bdff
}

/* 勾選 active 顏色 */
.search-section .searchBoxWithTab .custom-check-input-md:not(:disabled):active~.custom-check-label-md::before {
	color: #fff;
	background-color: #004D59; /*007bff*/
	border-color: #004D59; /*007bff*/
}
/* 勾選 active 顏色 */

/* 勾選 checked 顏色 */
.custom-checkbox.custom-checkbox-warning .custom-check-input-md:checked ~ .custom-check-label-md::before {
	background-color: #004D59; /*007bff*/
	border-color: #004D59; /*007bff*/
}
/* 勾選 active 顏色 */

.search-section .searchBoxWithTab .custom-check-input-md:disabled~.custom-check-label-md {
	color: #6c757d
}

.search-section .searchBoxWithTab .custom-check-input-md:disabled~.custom-check-label-md::before {
	background-color: #e9ecef
}

.search-section .searchBoxWithTab .custom-check-label-md {
	position: relative;
	margin-bottom: 0;
	vertical-align: top
}

.search-section .searchBoxWithTab .custom-check-label-md::before {
	position: absolute;
	top: .16rem; /*.25rem*/
	left: -1.5rem;
	display: block;
	width: 1.25rem; /*1rem*/
	height: 1.25rem; /*1rem*/
	pointer-events: none;
	content: "";
	background-color: #fff;
	border: #adb5bd solid 1px
}

.search-section .searchBoxWithTab .custom-check-label-md::after {
	position: absolute;
	top: .16rem; /*.25rem*/
	left: -1.5rem;
	display: block;
	width: 1.25rem; /*1rem*/
	height: 1.25rem; /*1rem*/
	content: "";
	background: no-repeat 50%/50% 50%
}

.search-section .searchBoxWithTab .custom-checkbox .custom-check-label-md::before {
	border-radius: .25rem
}

.search-section .searchBoxWithTab .custom-checkbox .custom-check-input-md:checked~.custom-check-label-md::after {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e")
}

/* 未選 光暈 */
.search-section .searchBoxWithTab .custom-checkbox .custom-check-input-md:indeterminate~.custom-check-label-md::before {
	border-color: #007bff;
	background-color: #007bff
}
/* 未選 光暈 */


.search-section .searchBoxWithTab .custom-checkbox .custom-check-input-md:indeterminate~.custom-check-label-md::after {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e")
}

.search-section .searchBoxWithTab .custom-checkbox .custom-check-input-md:disabled:checked~.custom-check-label-md::before {
	background-color: rgba(0,123,255,.5)
}

.search-section .searchBoxWithTab .custom-checkbox .custom-check-input-md:disabled:indeterminate~.custom-check-label-md::before {
	background-color: rgba(0,123,255,.5)
}

.search-section .searchBoxWithTab .custom-check-label-md span.check-txt {
	position: relative;
	display: inline-block;
	margin-left: 15px;
	top: .4375rem;
}


/* ======================================================*/
/* Size : sm */
.search-section .searchBoxWithTab .custom-check-input-sm {
	position: absolute;
	z-index: -1;
	opacity: 0
}

.search-section .searchBoxWithTab .custom-check-input-sm:checked~.custom-check-label-sm::before {
	color: #fff;
	border-color: #004D59; /*007bff*/
	background-color: #004D59; /*007bff*/
}

.search-section .searchBoxWithTab .custom-check-input-sm:focus~.custom-check-label-sm::before {
	box-shadow: 0 0 0 .2rem rgba(0,123,255,.25)
}

.search-section .searchBoxWithTab .custom-check-input-sm:focus:not(:checked)~.custom-check-label-sm::before {
	border-color: #80bdff
}

/* 勾選 active 顏色 */
.search-section .searchBoxWithTab .custom-check-input-sm:not(:disabled):active~.custom-check-label-sm::before {
	color: #fff;
	background-color: #004D59; /*007bff*/
	border-color: #004D59; /*007bff*/
}
/* 勾選 active 顏色 */

/* 勾選 checked 顏色 */
.custom-checkbox.custom-checkbox-warning .custom-check-input-sm:checked ~ .custom-check-label-sm::before {
	background-color: #004D59; /*007bff*/
	border-color: #004D59; /*007bff*/
}
/* 勾選 active 顏色 */

.search-section .searchBoxWithTab .custom-check-input-sm:disabled~.custom-check-label-sm {
	color: #6c757d
}

.search-section .searchBoxWithTab .custom-check-input-sm:disabled~.custom-check-label-sm::before {
	background-color: #e9ecef
}

.search-section .searchBoxWithTab .custom-check-label-sm {
	position: relative;
	margin-bottom: 0;
	vertical-align: top
}

.search-section .searchBoxWithTab .custom-check-label-sm::before {
	position: absolute;
	top: .28rem; /*.25rem*/
	left: -1.25rem;
	display: block;
	width: 1rem;
	height: 1rem;
	pointer-events: none;
	content: "";
	background-color: #fff;
	border: #adb5bd solid 1px
}

.search-section .searchBoxWithTab .custom-check-label-sm::after {
	position: absolute;
	top: .28rem; /*.25rem*/
	left: -1.25rem;
	display: block;
	width: 1rem;
	height: 1rem;
	content: "";
	background: no-repeat 50%/50% 50%
}

.search-section .searchBoxWithTab .custom-checkbox .custom-check-label-sm::before {
	border-radius: .25rem
}

.search-section .searchBoxWithTab .custom-checkbox .custom-check-input-sm:checked~.custom-check-label-sm::after {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e")
}

/* 未選 光暈 */
.search-section .searchBoxWithTab .custom-checkbox .custom-check-input-sm:indeterminate~.custom-check-label-sm::before {
	border-color: #007bff;
	background-color: #007bff
}
/* 未選 光暈 */


.search-section .searchBoxWithTab .custom-checkbox .custom-check-input-sm:indeterminate~.custom-check-label-sm::after {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e")
}

.search-section .searchBoxWithTab .custom-checkbox .custom-check-input-sm:disabled:checked~.custom-check-label-sm::before {
	background-color: rgba(0,123,255,.5)
}

.search-section .searchBoxWithTab .custom-checkbox .custom-check-input-sm:disabled:indeterminate~.custom-check-label-sm::before {
	background-color: rgba(0,123,255,.5)
}

.search-section .searchBoxWithTab .custom-check-label-sm span.check-txt {
	position: relative;
	display: inline-block;
	margin-left: 15px;
	top: .4375rem;
}
/* ===== 大lg / 中md / 小sm ==================== */
/* ----------- 自訂 勾選開關 -------------------- */
.search-section .searchBoxWithTab .area-title{
	font-size: 110%;
	font-weight: bold;
	border-bottom: 1px solid #F5F5F5;
}
.search-section .searchBoxWithTab .modal-footer .btn-darkcolor{
	background: #00788c;
	color: #fff;
	border: 1px solid transparent;
}
.search-section .searchBoxWithTab .modal-footer .btn-extremedarkcolor{
	background: #004D59;
	color: #fff;
	border: 1px solid transparent;
}
.search-section .searchBoxWithTab .modal-footer .btn-darkcolor:hover{
	background: #fff;
	color: #00788c;
	border: 1px solid #00788c;
}
.search-section .searchBoxWithTab .modal-footer .btn-extremedarkcolor:hover{
	background: #fff;
	color: #004D59;
	border: 1px solid #004D59;
}
/* search-modal 尾*/

/* search-btn 頭 */
.search-section .searchBoxWithTab .search-btn{
	background: #f5b61d;
	color: #000000;
	font-weight: bold;
	/* padding: 3px 0px; */
	border-radius: 50px;
	border: 1px solid #004D59;
	/* transition: 0.5s; */
	display: block;
	width: 100%;
	height: 70%;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 115%;
	border: 1px solid transparent;
    transition: 0.3s;
}
@media (max-width:1199px) {
    .search-section .searchBoxWithTab .search-btn{
	    height: 45%;
    }
}
@media (max-width:992px) {
    .search-section .searchBoxWithTab .search-btn{
	    height: 50px;
    }
}
.search-section .searchBoxWithTab .search-btn:hover{
	background: #fff;
	color: #000000;
	border: 1px solid #f5b61d;;
}
.search-section .searchBoxWithTab .search-btn .img-box.search{
	width: 22px;
	content: url(../images/icon/icon-search.svg);
	display: inline-block;
	top: 0.5px;
	padding-right: 5px;
	position: relative;
}
.search-section .searchBoxWithTab .search-btn:hover .img-box.search,
.search-section .searchBoxWithTab .search-btn:focus .img-box.search,
.search-section .searchBoxWithTab .search-btn:active .img-box.search,
.search-section .searchBoxWithTab .search-btn.highlighted .img-box.search{
	content: url(../images/icon/icon-search.svg);
}
.search-section .searchBoxWithTab .chosen-item{
	display: inline-block;
	border: 1px solid #F5F5F5;
	border-radius: 50px;
	padding: 0 0 0 8px;
	margin: 16px 10px 3px 0;
	background: #F5F5F5;
	color: #00788c;
}
.search-section .searchBoxWithTab .chosen-item:hover{
	border: 1px solid #004D59;
	color: #004D59;
}
.search-section .searchBoxWithTab .chosen-item .delete-btn:hover,
.search-section .searchBoxWithTab .chosen-item .delete-btn:focus {
	color: #c50000;
}
.search-section .searchBoxWithTab .chosen-item .delete-btn:focus {
    text-decoration: none;
    outline: thin dotted;
    outline: 2px solid #43B5FC !important;
    outline-offset: -2px;
	border-radius: 0 25px 25px 0;
}
.search-section .searchBoxWithTab .chosen-reset .btn-customize{
	margin: 12px 0 3px 0;
}
.search-section .searchBoxWithTab .chosen-reset .btn-customize:hover{
	color: #c50000;
}
.search-section .searchBoxWithTab .chosen-reset .img-box.reset{
	width: 25px;
	content: url(../images/icon/icon-reload.svg);
	display: inline-block;
	top: 5px;
	padding-right: 2px;
	position: relative;
}
.search-section .searchBoxWithTab .chosen-reset:hover .img-box.reset,
.search-section .searchBoxWithTab .chosen-reset:focus .img-box.reset,
.search-section .searchBoxWithTab .chosen-reset:active .img-box.reset,
.search-section .searchBoxWithTab .chosen-reset.highlighted .img-box.reset{
	content: url(../images/icon/icon-reload-c50000.svg);
}
/* search-btn 尾 */
/* 三合一搜尋框 end */

/* newsbox-section 頭 */
.newsbox-section {
    position: relative;
    overflow: hidden;
}
@media (min-width:1600px) {
    /* .newsbox-section::after {
        position: absolute;
        top: 0;
        right: 0;
        content: "";
        width: 500px;
        height: 573px;
        background: url(../images/bg-4.png);
        z-index: 0;
        background-size: cover;
    } */
}
@media (max-width:1599px) and (min-width:1200px) {
    /* .newsbox-section::after {
        position: absolute;
        top: 0;
        right: 0;
        content: "";
        width: 323px;
        height: 386px;
        background: url(../images/bg-4.png);
        z-index: 0;
        background-size: cover;
    } */
}
.newsbox-section .tab-content{
    background: #ffffff;
    padding: 2rem;
    border-radius: 30px;
    box-shadow: 0 0 15px 4px rgb(0 0 0 / 15%);
}
@media (max-width:576px) {
    .newsbox-section .tab-content{
        padding: 1.5rem;
        border-radius: 15px;
    }
}
.newsbox-section .tab-content .titlebox{
    border-bottom: 1px solid #a0a0a0;
    padding-bottom: 0.8rem;
}
.newsbox-section .tab-content > .tab-pane > div.titlebox .customstyle-hotop .icon-small.hot-bg {
	color: #FFFFFF;
	background: #d9534f;
    padding: 0 10px;
	border-radius: .25em;
}
.newsbox-section .tab-content > .tab-pane > div.titlebox .customstyle-hotop .icon-small.top-bg {
	color: #FFFFFF;
	background: #337ab7;
    padding: 0 10px;
	border-radius: .25em;
}
.newsbox-section .tab-content > .tab-pane > div.titlebox .customstyle-hotop .icon-small.new-bg {
	color: #000000;
	background: #fda601;
    padding: 0 10px;
	border-radius: .25em;
}
.newsbox-section .tab-content .t-date{
    color: #004D59;
}
.newsbox-section .tab-content .title_name a {
	position: relative;
	font-size: inherit;
	font-weight: 900;
	color: #333333;
	text-align: left;
	display: -webkit-box;
	/* 第一步：設定 display 為 -webkit-box 元素。 */
	-webkit-box-orient: vertical;
	/* 第二步：設定 box 的子元素，是由上往下垂直排列。*/
	-webkit-line-clamp: 2;
	/* 第三步：設定欲顯示的行數，超出則顯示省略符號(...)。 */
	overflow: hidden;
	/* 第四步：設定超過上述指定之行數時隱藏。 */
	max-height: 48px;
  	/* 第五步：其它瀏覽器降級方式：給定最大高度 */
    transition: 0.5s;
}
.newsbox-section .tab-content .title_name a:hover,
.newsbox-section .tab-content .title_name a:focus{
    color: #00788c;
}

/* newsbox-section 尾 */


/* ===================================================== */
/* ------ 首頁 共用標題 客製化 ---------------------------- */
/* ===================================================== */

/* ooooooooooooooooooooooooooooooooooooooooooooooooooooo */
/* ------ 首頁 共用標題區 -------------------------------- */
.customization-title-box {
	display: inline-block;
	padding-bottom: 8px;
	width: 100%;
}
.customization-title-box .EN-name {
    position: relative;
    font-weight: 700;
    line-height: 1.2;
    color: #004D59;
}
@media (max-width: 575px) {
    .customization-title-box .EN-name {
        font-size: 100%;
    }
}
@media (min-width: 576px) {
    .customization-title-box .EN-name {
        font-size: 150%;
    }
}

.customization-title-box .TW-title {
    position: relative;
    /* font-size: 225%; */
    font-weight: 900;
    line-height: 1.2;
    color: #004D59;
}
@media (max-width: 575px) {
    .customization-title-box .TW-title {
        font-size: 212.5%;
    }
}
@media (min-width: 576px) {
    .customization-title-box .TW-title {
        font-size: 225%;
    }
}
.customization-title-box .TW-title::after{
    position: absolute;
    top: 20%;
    left: 50%;
    transform: translate(-50%,-50%);
    content: attr(data-title);
    font-size: 400%;
    color: rgba(0, 0, 0, 0.06);
    width: 600px;
    z-index: -1;
    height: 100px;
    text-transform: uppercase;
}

/* ------ 首頁 共用標題區 -------------------------------- */
/* ooooooooooooooooooooooooooooooooooooooooooooooooooooo */

/* ===================================================== */
/* ------ 首頁 共用標題 客製化 ---------------------------- */
/* ===================================================== */

/* cara 20240301 客製最新職缺 */
.job_section_customize{
    /* background: url(../images/bg-7.png); */
    background-repeat: no-repeat;
    background-position: top center;
    position: relative;
    overflow: hidden;
}
/* .job_section_customize::before{
    content: "";
    position: absolute;
    width: 437px;
    height: 394px;
    bottom: 0;
    left: -100px;
    background: url(../images/bg-3-4.png);
    z-index: -1;
    background-repeat: no-repeat;
} */
@media (min-width:768px) {
    /* .job_section_customize::after{
        content: "";
        position: absolute;
        width: 437px;
        height: 394px;
        bottom: 0;
        right: -100px;
        background: url(../images/bg-3-3.png);
        z-index: -2;
        background-repeat: no-repeat;
    } */
}

.job_section_customize .customize-content-box > .card{
	/* border: 1px solid #004D59; */
    border: transparent;
	border-radius: 30px;
    box-shadow: 0 0 15px 4px rgb(0 0 0 / 15%);
}
.job_section_customize .tab{
	border-bottom: none;
}
.job_section_customize .tab li{
	margin: 0 10px 10px 0;
}
.job_section_customize .tab .nav-link{
	color: #00788c;
	background: #fff;
	border: 1px solid #00788c;
	font-weight: bold;
	border-radius: 5px;
	padding: 5px 15px;
	font-size: 110%;
}
.job_section_customize .tab .nav-link:hover,
.job_section_customize .tab .nav-link:focus,
.job_section_customize .tab .nav-link.active{
	color: #004D59;
	background: #f3f3f3;
	border: 1px solid #004D59;
	font-weight: bold;
	border-radius: 5px;
	padding: 5px 15px;
	font-size: 110%;
}
/* card item 頭 */
.job_section_customize .card .card-wrap{
    position: relative;
}
.job_section_customize .card .card-wrap::after{
    content: "";
    position: absolute;
    width: calc(100% - 30px);
    height: 100%;
    top: -10px;
    left: 3.5px;
    background: #facd89;
    z-index: 0;
    border-radius: 20px;
    border: 3px solid #f3f3f3;
}
.job_section_customize .card .card{
    padding: 0rem;
    border: 3px solid #f3f3f3;
    border-radius: 20px;
    z-index: 2;
    background: #ffffff;
    position: relative;
}
.job_section_customize .card .card::after{
    content: "";
    position: absolute;
    width: 93px;
    height: 60px;
    bottom: 0px;
    right: 0px;
    background: url(../images/link-d-2.png);
    z-index: 0;
    background-repeat: no-repeat;
    z-index: -1;
}
.job_section_customize .card .card:hover{
	background: #fafafa;
}
/* card-top ↓*/
.job_section_customize .card .card .card-body .card-top img{
	width: 50px;
	height: 50px;
	object-fit: contain;
	object-position: center;
}
.job_section_customize .card .card .card-body .card-top .card-title{
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	text-overflow: ellipsis;
	overflow: hidden;
	text-align: justify;
	height: 25px;
}
.job_section_customize .card .card .card-body .card-top .card-subtitle{
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	text-overflow: ellipsis;
	overflow: hidden;
	text-align: justify;
	height: 23px;
}
.job_section_customize .card .card .card-body .card-top .card-title{
	font-size: 110%;
	font-weight: bold;
	/* color: #004D59; */
	color: #1a53af;
}
.job_section_customize .card .card .card-body .card-top .card-subtitle{
	font-size: 101.5%;
	font-weight: bold;
	/* color: #004D59; */
	color: #1a53af;
}
.job_section_customize .card-wrap a.card:hover .card-body .card-top .card-title,
.job_section_customize .card-wrap a.card:hover .card-body .card-top .card-subtitle,
.job_section_customize .card-wrap a.card:focus .card-body .card-top .card-title,
.job_section_customize .card-wrap a.card:focus .card-body .card-top .card-subtitle{
	color: #0058ff;
}
/* card-top ↑*/
/* card-bottom ↓*/
.job_section_customize .card-bottom ul{
	list-style: none;
}
.job_section_customize .card-bottom ul li{
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	text-overflow: ellipsis;
	overflow: hidden;
	text-align: justify;
	height: 23px;
	color: #505050;
}
.job_section_customize .card-bottom .img-box.map,
.job_section_customize .card-bottom .img-box.money,
.job_section_customize .card-bottom .img-box.tag{
	width: 20px;
	display: inline-block;
	top: 3px;
	margin-right: 8px;
	position: relative;
}
.job_section_customize .card-bottom .img-box.map{
	content: url(../images/icon/icon-map-707070.svg);
}
.job_section_customize .card-bottom .img-box.money{
	content: url(../images/icon/icon-money-707070.svg);
}
.job_section_customize .card-bottom .img-box.tag{
	content: url(../images/icon/icon-tag-707070.svg);
}
/* card-bottom ↑*/

/* card-fixed ↓*/
.job_section_customize .card-fixed{
	position: absolute;
	right: 15px;
	bottom: 15px;
	width: 28px;
	height: 28px;
}
.job_section_customize .card-fixed div .img-box.heart{
	width: 28px;
	height: 28px;
	padding: 2.5px;
	display: inline-block;
	content: url(../images/icon/icon-heart-707070.svg);
}
/* .job_section_customize .card-fixed button:hover .img-box.heart, */
.job_section_customize .card-fixed div.active .img-box.heart{
	content: url(../images/icon/icon-heart-red.svg);
}
/* card-fixed ↑*/
/* card item 尾 */
/* cara 20240301 客製最新職缺 */

/* cara 20240304 客製最近更新 */
.renew_section_customize{
    position: relative;
    overflow: hidden;
}
/* .renew_section_customize::before{
    content: "";
    position: absolute;
    width: 437px;
    height: 394px;
    top: 0;
    left: -100px;
    background: url(../images/bg-3.png);
    z-index: -1;
    background-repeat: no-repeat;
} */
@media (min-width:768px) {
    /* .renew_section_customize::after{
        content: "";
        position: absolute;
        width: 437px;
        height: 394px;
        top: 0;
        right: -100px;
        background: url(../images/bg-3-2.png);
        z-index: -2;
        background-repeat: no-repeat;
    } */
}


.renew_section_customize .customize-content-box > .card{
	/* border: 1px solid #004D59; */
    border: transparent;
    border-radius: 30px;
    box-shadow: 0 0 15px 4px rgb(0 0 0 / 15%);
}
.renew_section_customize .card .card{
    padding: 0rem;
    border: 3px solid #f3f3f3;
    border-radius: 20px;
    z-index: 2;
    background: #ffffff;
    position: relative;
}
.renew_section_customize .card .card::after{
    content: "";
    position: absolute;
    width: 93px;
    height: 60px;
    bottom: 0px;
    right: 0px;
    background: url(../images/link-d-2.png);
    z-index: 0;
    background-repeat: no-repeat;
    z-index: -1;
}
.renew_section_customize .card .card:hover{
	background: #fafafa;
}
/* card-top  ↓*/
/* 圖片寬高比例1:1 ↓*/
.renew_section_customize .card-top{
	position: relative;
	width: 100%;
	padding-top: 100%;
	overflow: hidden;
}
.renew_section_customize .card-top .school-img{
	position:  absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}
.renew_section_customize .card-top .school-img img{
	width: 100%;
	height: 100%;
    object-fit: contain;
    object-position: center;
}
/* 圖片寬高比例1:1 ↑*/
/* card-top  ↑*/
/* card-bottom  ↓*/
.renew_section_customize .card .card-body .card-title{
	font-size: 110%;
	font-weight: bold;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	text-overflow: ellipsis;
	overflow: hidden;
	text-align: justify;
	height: 25px;
	/* color: #004D59; */
	color: #1a53af;
}
.renew_section_customize a.card:hover .card-body .school-item .card-title,
.renew_section_customize a.card:focus .card-body .school-item .card-title{
	color: #0058ff;
}

.renew_section_customize .school-content ul{
	list-style: none;
}
.renew_section_customize .school-content ul li{
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	text-overflow: ellipsis;
	overflow: hidden;
	text-align: justify;
	height: 23px;
	color: #505050;
}
.renew_section_customize .school-content .img-box.map,
.renew_section_customize .school-content .img-box.briefcase,
.renew_section_customize .school-content .img-box.eye{
	width: 20px;
	display: inline-block;
	top: 3px;
	margin-right: 8px;
	position: relative;
}
.renew_section_customize .school-content .img-box.map{
	content: url(../images/icon/icon-map-707070.svg);
}
.renew_section_customize .school-content .img-box.briefcase{
	content: url(../images/icon/icon-briefcase-707070.svg);
}
.renew_section_customize .school-content .img-box.eye{
	content: url(../images/icon/icon-eye-707070.svg);
}
/* card-bottom  ↑*/
/* card-fixed ↓*/
.renew_section_customize .card-fixed{
	position: absolute;
	right: 15px;
	bottom: 15px;
	width: 28px;
	height: 28px;
}
.renew_section_customize .card-fixed .img-box.heart{
	width: 28px;
	height: 28px;
	padding: 2.5px;
	display: inline-block;
	content: url(../images/icon/icon-heart-707070.svg);
}
/* .renew_section_customize .card-fixed button:hover .img-box.heart, */
.renew_section_customize .card-fixed div.active .img-box.heart{
	/*content: url(../images/icon/icon-heart-c50000.svg);*/
	content: url(../images/icon/icon-heart-red.svg);
}
/* card-fixed ↑*/
/* cara 20240304 客製最近更新 */

/* custom-checkbox-new 頭 */
.custom-checkbox-new-lg input{
	accent-color: #004D59;
	width: 23px;
	height: 23px;
}
.custom-checkbox-new-lg ~ span{
	margin-top: -1.95rem;
	display: block;
	margin-left: 2.2rem !important;
}
.custom-checkbox-new-lg input:focus{
	box-shadow: 0 0 0 .2rem rgba(209, 0, 0, .25);
}
.custom-checkbox-new input{
	accent-color: #004D59;
	width: 20px;
	height: 20px;
}
.custom-checkbox-new ~ span{
	margin-top: -1.75rem;
	display: block;
	margin-left: 2.2rem !important;
}
.custom-checkbox-new input:focus{
	box-shadow: 0 0 0 .2rem rgba(209, 0, 0, .25);
}
/* custom-checkbox-new 尾 */

/* news - ContentPlaceContent_ContentConentA 頭*/
#ContentPlaceContent_ContentConentA.col-12{
	padding-right: 0;
	padding-left: 0;
}
/* news - ContentPlaceContent_ContentConentA 尾*/