@charset "UTF-8";
/* CSS Document */
@import url(public/css/reset.css);
@import url(public/css/font-awesome-4.7.0/font-awesome.min.css);
@import url(public/css/rwdgrid.css);
@import url(public/css/textEditor.css);
@import url(public/css/contentbuilder.css);
@import url(//fonts.googleapis.com/css?family=Raleway:300,400);
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+TC:100,300,400,700|Poppins:100,200,300,400,700|Roboto:100,300,400,500,700&display=swap");

.orderCheckArea input[type="text"],
.orderCheckArea input[type="password"],
.loginArea input[type="text"],
.loginArea input[type="password"],
.language .g_trans a,
.side_share a {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.outerWrap,
.rwdBox,
.headerWrap,
.headerBox,
.headerSubMenu,
.bannerText,
.adhereWrap,
.adhereCardWrap,
.charityWrap,
.charityBox,
.charityItem,
.charityItemText,
.evaluWrap,
.evaluImgBg,
.evaluInfo,
.evaluInfoText,
.inqueryInfo,
.serviceWrap,
.serviceTabItem a,
.serviceItemBtnBox,
.serviceItemBtn a,
.problemWrap,
.problemItem,
.footerWrap,
.footerBox,
.footerInfo,
.footerBtn,
.footerColumn--contact,
.fixedItemBox {
	box-sizing: border-box;
}

.btnBox,
.socialIconWrap,
.fixedItemBox,
.fixedItem--gotop,
.rwdWrap,
.rwdBox,
.rwdList,
.rwdContact a,
.headerWrap,
.headerBox,
.headerList,
.headerSubMenu,
.headerContact,
.headerContact a,
.bannerText,
.adhereCardBox,
.adhereCardItem,
.adhereCardItem .itemText p,
.charityItemTime,
.evaluBox,
.evaluInfo,
.evaluInfoText--name,
.serviceTab,
.serviceTabItem,
.serviceItem,
.serviceItemBtnBox,
.problemBox,
.footerBox,
.footerInfoTextBox,
.footerBtn {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.socialIconWrap a img,
.fixedItem,
.menuBtn,
.menuBtn span,
.menuBtn span::before,
.menuBtn span::after,
.rwdArea,
.rwdItem a,
.headerArea,
.headerItem a,
.headerContact,
.bannerLogo,
.headerLogo,
.headerLogo--small,
.adhereCardItem,
.adhereCardItem img,
.adhereCardItem .itemText,
.adhereCardItem .itemText p span,
.adhereCardCover,
.charityBox .slick-prev::before,
.charityBox .slick-next::before,
.charityItem,
.charityItemTitle a,
.charityItemLink span,
.evaluInfo,
.evaluInfoText,
.evaluInfoText img,
.serviceTrigger::after,
.serviceTabItem,
.serviceTabItemIcon,
.serviceTabItem a,
.serviceItemBtn a,
.serviceItemBtn a span,
.problemItemTitle a,
.problemItemCover,
.footerArea,
.footerBtn,
.footerBtn img,
.footerBtn span .bread a {
	transition: all 0.3s ease-in-out;
}

.problemItemCover,
.problemItemLink,
.fixedItemCoverLink {
	width: 100%;
	height: 100%;
	display: block;
	margin: auto;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.btnBox li a {
	background: #fff;
	border: none;
	border-radius: 50px;
	box-sizing: border-box;
	color: #1c8ab1;
	display: inline-block;
	font-size: 0.875rem;
	line-height: 1em;
	letter-spacing: 2px;
	outline: 0;
	padding: 14px 44px;
	position: relative;
	transition: all 0.3s ease-in-out;
}

.btnBox li a::after {
	content: '';
	width: 4px;
	height: 4px;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	opacity: 0;
	position: absolute;
	top: 20px;
	right: 45px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	transition: all 0.3s ease-in-out;
}

.serviceItemBtn a span::before,
.serviceItemBtn a span::after {
	content: '';
	position: absolute;
}

@-webkit-keyframes scrollTop {
	0% {
		-webkit-transform: translateY(-100%);
		transform: translateY(-100%);
	}

	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

@keyframes scrollTop {
	0% {
		-webkit-transform: translateY(-100%);
		transform: translateY(-100%);
	}

	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

@-webkit-keyframes logoScroll {
	0% {
		-webkit-transform: translateY(-100%);
		transform: translateY(-100%);
	}

	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

@keyframes logoScroll {
	0% {
		-webkit-transform: translateY(-100%);
		transform: translateY(-100%);
	}

	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

@-webkit-keyframes locationMark {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
		-webkit-filter: hue-rotate(0deg);
		filter: hue-rotate(0deg);
	}

	50% {
		-webkit-transform: scale(0.975);
		transform: scale(0.975);
		-webkit-filter: hue-rotate(60deg);
		filter: hue-rotate(60deg);
	}

	100% {
		-webkit-transform: translateY(1.025);
		transform: translateY(1.025);
		-webkit-filter: hue-rotate(0deg);
		filter: hue-rotate(0deg);
	}
}

@keyframes locationMark {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
		-webkit-filter: hue-rotate(0deg);
		filter: hue-rotate(0deg);
	}

	50% {
		-webkit-transform: scale(0.975);
		transform: scale(0.975);
		-webkit-filter: hue-rotate(60deg);
		filter: hue-rotate(60deg);
	}

	100% {
		-webkit-transform: translateY(1.025);
		transform: translateY(1.025);
		-webkit-filter: hue-rotate(0deg);
		filter: hue-rotate(0deg);
	}
}

.scrollTop {
	-webkit-animation: scrollTop ease-in-out 0.5s;
	animation: scrollTop ease-in-out 0.5s;
}

.adhereCardFlip {
	-webkit-animation: adhereCardFlip ease-in-out 1.5s 2.5s;
	animation: adhereCardFlip ease-in-out 1.5s 2.5s;
}

.locationMark {
	-webkit-animation: locationMark ease-in-out 2s 1.5s infinite;
	animation: locationMark ease-in-out 2s 1.5s infinite;
}

.btnBox li:first-child {
	margin-right: 26px;
}

@media screen and (max-width: 480px) {
	.btnBox li:first-child {
		margin-right: 18px;
	}
}

@media screen and (max-width: 375px) {
	.btnBox li:first-child {
		margin-right: 10px;
	}
}

.btnBox li a:hover {
	background: #1c8ab1;
	color: #fff;
}

.btnBox li a:hover::after {
	opacity: 1;
	right: 35px;
}

@media screen and (max-width: 480px) {
	.btnBox li a {
		padding: 10px 25px;
	}

	.btnBox li a::after {
		top: 16px;
		right: 25px;
	}

	.btnBox li a:hover::after {
		right: 15px;
	}
}

.btnBox--center {
	-ms-flex-pack: center;
	justify-content: center;
}

@media screen and (max-width: 480px) {
	.btnBox--center li {
		width: 60%;
		margin-bottom: 25px;
	}

	.btnBox--center li:first-child {
		margin-right: 0;
	}

	.btnBox--center li:last-child {
		margin-bottom: 0;
	}
}

@media screen and (max-width: 375px) {
	.btnBox--center li {
		width: 80%;
	}
}

.btnBox--center li a {
	box-shadow: 0 0 13px rgba(0, 0, 0, 0.11);
}

@media screen and (max-width: 480px) {
	.btnBox--center li a {
		width: 100%;
		padding: 18px 25px;
		text-align: center;
	}

	.btnBox--center li a::after {
		top: 23px;
		right: 45px;
	}

	.btnBox--center li a:hover::after {
		right: 35px;
	}
}

.socialIconWrap li {
	margin-right: 12px;
}

.socialIconWrap li:last-child {
	margin-right: 0;
}

.socialIconWrap li:last-child a {
	width: 38px;
	height: 38px;
	border-radius: 50%;
	background-color: rgba(255,255,255, 0.6);
	display: inline-block;
	text-align: center;
}

.socialIconWrap li:last-child a i{
	color: #1c8ab1;
	font-size: 17px;
	line-height: 38px;
}

.socialIconWrap li:last-child a:hover {
	background-color: rgba(255,255,255, 1);
}

.socialIconWrap a {
	display: inline-block;
}

.socialIconWrap a img {
	width: 38px;
	height: 38px;
	opacity: 0.6;
}

.socialIconWrap a:hover img {
	opacity: 1;
}

.socialIconWrap--rwd {
	margin: 0 auto 70px;
}

.socialIconWrap--rwd a img {
	-webkit-filter: invert(50%) brightness(100%);
	filter: invert(50%) brightness(100%);
}

.socialIconWrap--rwd a:hover {
	-webkit-filter: invert(50%) brightness(50%);
	filter: invert(50%) brightness(50%);
}

.socialIconWrap--rwd li:last-child a {
	background-color: #b3b3b3;
}

.socialIconWrap--rwd li:last-child a i{
	color: #fff;
}

.fixedItem {
	position: fixed;
	bottom: 340px;
	z-index: 1009;
}

@media screen and (max-width: 768px) {
	.fixedItem {
		bottom: 0px;
	}
}

.fixedItem:hover {
	opacity: 1;
}

.fixedItem--lineInquery {
	width: 150px;
	cursor: pointer;
	display: none;
	opacity: 0;
	right: 30px;
	visibility: hidden;
}

@media screen and (max-width: 1200px) {
	.fixedItem--lineInquery {
		width: 100px;
	}
}

@media screen and (max-width: 768px) {
	.fixedItem--lineInquery {
		width: calc(100%/3);
		height: 80px;
		background: #65b3b3;
		display: block;
		right: 0px;
	}

	.fixedItem--lineInquery:hover {
		background: #50c3c3;
	}
}

.fixedItem--lineInquery:hover .lineInqueryBg {
	-webkit-filter: drop-shadow(0px 0px 3px rgba(58, 142, 142, 0.3));
	filter: drop-shadow(0px 0px 3px rgba(58, 142, 142, 0.3));
}

.fixedItem--lineInquery:active {
	-webkit-transform: scale(0.98);
	transform: scale(0.98);
}

.fixedItemCoverLink {
	z-index: 1011;
}

.fixedItemBox {
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: center;
	justify-content: center;
	margin: auto;
	position: absolute;
	top: -10px;
	left: -10px;
	right: 0;
	bottom: 0;
	z-index: 1010;
}

@media screen and (max-width: 768px) {
	.fixedItemBox {
		flex-direction: row;
		top: 0;
		left: 0;
	}
}

.fixedItemBox img {
	width: 36px;
	margin-right: 5px;
}

@media screen and (max-width: 1200px) {
	.fixedItemBox img {
		width: 30px;
	}
}

@media screen and (max-width: 768px) {
	.fixedItemBox img {
		width: 26px;
		margin-right: 10px;
	}
}

.fixedItemBox p {
	color: #fff;
	font-size: 1.125rem;
	line-height: 32px;
	letter-spacing: 1px;
	margin-top: 6px;
}

@media screen and (max-width: 1200px) {
	.fixedItemBox p {
		font-size: 0.9375rem;
		margin-top: 0;
	}
}

@media screen and (max-width: 1200px) {
	.fixedItemBox p {
		font-size: 0.875rem;
	}
}

.fixedItem .lineInqueryBg {
	width: 100%;
}

@media screen and (max-width: 768px) {
	.fixedItem .lineInqueryBg {
		display: none;
	}
}


.fixedItem--gotop {
	width: 50px;
	-ms-flex-align: center;
	align-items: center;
	cursor: pointer;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: center;
	justify-content: center;
	opacity: 0;
	left: 10px;
	visibility: hidden;
}

@media screen and (max-width: 1200px) {
	.fixedItem--gotop {
		-ms-flex-direction: row;
		flex-direction: row;
	}
}

.fixedItem--gotop:active {
	-webkit-transform: scale(0.9);
	transform: scale(0.9);
}

.fixedItem--gotop .gotopArrow {
	width: 1px;
	height: 95px;
	background: #ccc;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
	display: block;
	margin-bottom: 14px;
	position: relative;
}

.fixedItem--gotop .gotopArrow::after {
	content: '';
	width: 1px;
	height: 20px;
	background: #ccc;
	display: block;
	position: absolute;
	top: 0;
	right: -3px;
	-webkit-transform: rotate(-20deg);
	transform: rotate(-20deg);
}

@media screen and (max-width: 1200px) {
	.fixedItem--gotop .gotopArrow {
		height: 90px;
	}
}

.fixedItem--gotop .gotopText {
	color: #595959;
	font-family: "Poppins";
	font-weight: 300;
	font-size: 12px;
	letter-spacing: 1.5px;
	text-transform: uppercase;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
}

@media screen and (max-width: 1200px) {
	.fixedItem--gotop .gotopText {
		margin-top: 15px;
		margin-left: -1px;
	}
}

@media screen and (max-width: 768px) {
	.fixedItem--gotop {
		width: calc(100%/3);
		height: 80px;
		background: #b5b5b5;
		left: 0;
	}

	.fixedItem--gotop:hover {
		background: #7d7d7d;
	}

	.fixedItem--gotop .gotopArrow {
		display: none;
	}

	.fixedItem--gotop .gotopText {
		color: #fff;
		font-size: 14px;
		letter-spacing: 1px;
		margin: 0;
		-webkit-writing-mode: initial;
		-ms-writing-mode: initial;
		writing-mode: initial;
	}

	.fixedItem--gotop:active {
		-webkit-transform: scale(0.98);
		transform: scale(0.98);
	}
}

.fixedItem--call {
	width: calc(100%/3);
	height: 80px;
	background: #2580a4;
	display: none;
	line-height: 80px;
	opacity: 0;
	left: 33.33%;
	text-align: center;
	visibility: hidden;
}

.fixedItem--call:active {
	-webkit-transform: scale(0.98);
	transform: scale(0.98);
}

.fixedItem--call:hover {
	background: #05506b;
}

.fixedItem--call .callText {
	width: 100%;
	height: 100%;
	color: #fff;
	display: block;
	font-size: 14px;
	letter-spacing: 1px;
	margin: 0;
}

@media screen and (max-width: 768px) {
	.fixedItem--call {
		display: block;
	}
}

.fixedItem--visible {
	visibility: visible;
	opacity: 1;
}

/* .fixedItem--fadeout {
	opacity: 0.6;
} */

.dividedLine {
	display: inline-block;
	margin-right: 8px;
	padding-right: 10px;
	position: relative;
}

.dividedLine:after {
	content: '';
	width: 1px;
	height: 12px;
	background: #8ec5d8;
	position: absolute;
	top: 2px;
	right: 0;
}

.dividedLine--inquery::after {
	background: #494949;
	top: 11px;
}

.dividedLine--service::after {
	background: #929292;
	top: 2px;
}

.menuBtn {
	width: 22px;
	height: 22px;
	-ms-flex-align: end;
	align-items: flex-end;
	cursor: pointer;
	display: none;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: center;
	justify-content: center;
	position: absolute;
	top: 30px;
	right: 30px;
	z-index: 1011;
}

@media screen and (max-width: 1200px) {
	.menuBtn {
		display: -ms-flexbox;
		display: flex;
		top: 20px;
		right: 20px;
	}
}

.menuBtn--fixed {
	position: fixed;
}

.menuBtn span {
	width: 100%;
	height: 3px;
	background: #898989;
	position: relative;
}

.menuBtn span::before,
.menuBtn span::after {
	content: '';
	height: 3px;
	background: #898989;
	position: absolute;
	right: 0;
}

.menuBtn span::before {
	width: 88%;
	top: -8px;
}

.menuBtn span::after {
	width: 68%;
	bottom: -8px;
}

.menuBtn:hover span {
	background: #1c8ab1;
}

.menuBtn:hover span::before,
.menuBtn:hover span::after {
	width: 100%;
	background: #1c8ab1;
}

@media screen and (max-width: 1200px) {
	.menuBtn--open {
		position: fixed;
	}

	.menuBtn--open span {
		height: 0;
	}

	.menuBtn--open span::before,
	.menuBtn--open span::after {
		width: 100%;
		background: #898989;
	}

	.menuBtn--open span::before {
		top: -1px;
		-webkit-transform: rotate(-135deg);
		transform: rotate(-135deg);
	}

	.menuBtn--open span::after {
		bottom: -1px;
		-webkit-transform: rotate(135deg);
		transform: rotate(135deg);
	}

	.menuBtn--open:active {
		-webkit-filter: drop-shadow(0 3px 3px rgba(28, 138, 177, 0.1));
		filter: drop-shadow(0 3px 3px rgba(28, 138, 177, 0.1));
		top: 31px;
	}
}

body {
	background-color: #fff;
	font-family: "Noto Sans TC", "Roboto", "Poppins", sans-serif;
	font-size: 16px;
	overflow: auto;
}

.bodyOverflow {
	overflow: hidden;
}

/*css3*/
a {
	color: #353535;
	cursor: pointer;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

a:hover {
	color: #1c8ab1;
}

img {
	vertical-align: middle;
}

[class*='col-'] {
	float: left;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.b-box {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

div.titan {
	/*--隱藏開影音、開相簿--*/
	display: none;
}

.col-1 {
	width: 100%;
}

.col-2 {
	width: 50%;
}

.col-3 {
	width: 33.33%;
}

.col-4 {
	width: 25%;
}

.col-5 {
	width: 20%;
}

a.btn_color1 {
	/*按鈕主色1*/
	background-color: #1c8ab1;
	border: 1px solid #1c8ab1;
	color: #fff;
}

a.btn_color1:hover {
	background-color: #fff;
	color: #1c8ab1;
}

a.btn_color1:active {
	position: relative;
	top: 1px;
}

a.btn_color2 {
	/*按鈕主色2*/
	color: #fff;
	background-color: #A0A0A0;
}

a.btn_color2:hover {
	background-color: #999;
}

input[type="text"] {
	-webkit-appearance: none;
}

textarea {
	-webkit-appearance: none;
}

.outerWrap {
	overflow: hidden;
	position: relative;
}

.outerWrap--inner {
	padding-top: 75px;
}

@media screen and (max-width: 1560px) {
	.outerWrap--inner {
		padding-top: 74px;
	}
}

@media screen and (max-width: 1440px) {
	.outerWrap--inner {
		padding-top: 68px;
	}
}

@media screen and (max-width: 1200px) {
	.outerWrap--inner {
		padding-top: 0;
	}
}

.wrap {
	width: 1160px;
	margin: 0 auto;
}

#gmap {
	display: none;
	height: 400px;
}

.label {
	padding: 5px 7px;
	color: #fff;
	background-color: rgba(0, 0, 0, 0.8);
}

/*-moduleBox--*/
.moduleBox {
	position: fixed;
	left: 50%;
	top: 48%;
	z-index: 1005;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	-webkit-transition-property: top, opacity, visibility;
	-o-transition-property: top, opacity, visibility;
	transition-property: top, opacity, visibility;
	-webkit-transition-duration: .5s;
	-o-transition-duration: .5s;
	transition-duration: .5s;
	-webkit-transition-timing-function: ease-in-out;
	-o-transition-timing-function: ease-in-out;
	transition-timing-function: ease-in-out;
}

.moduleBox.show {
	top: 50%;
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
}

.moduleMask {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 1003;
	background-color: rgba(0, 0, 0, 0.7);
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	-webkit-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}

.moduleMask.show {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
}

/*****網頁頭*****/
.rwdArea {
	width: 100%;
	max-width: 480px;
	height: 100vh;
	background-color: #fff;
	box-shadow: -5px 0 10px rgba(0, 0, 0, 0.05);
	opacity: 0;
	overflow: auto;
	position: fixed;
	top: 0;
	right: -100%;
	visibility: hidden;
	z-index: 1010;
	-webkit-overflow-scrolling: touch;
}

@media screen and (max-width: 768px) {
	.rwdArea {
		max-width: 768px;
	}
}

.outerWrap--open .rwdArea {
	opacity: 1;
	right: 0;
	visibility: visible;
}

.rwdAreaFixed {
	background: rgba(255, 255, 255, 0.75);
	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
	position: fixed;
	top: 0;
	-webkit-transform: translateX(0);
	transform: translateX(0);
}

/* .rwdWrap {
	height: 100vh;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: center;
	justify-content: center;
} */

.rwdBox {
	width: 100%;
}

.rwdList {
	width: 100%;
	max-width: 290px;
	margin: 200px auto 50px;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	position: relative;
}

/* .rwdList::before {
	content: '';
	width: 1px;
	height: 90%;
	background: #b2b2b2;
	position: absolute;
	top: 5%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
} */

@media screen and (max-width: 480px) {
	.rwdList {
		margin: 175px auto 70px;
	}
}

@media screen and (max-width: 375px) {
	.rwdList {
		margin: 150px auto 70px;
	}
}

.rwdItem:nth-child(odd) {
	border-right: 1px solid #b2b2b2;
}

.rwdItem a {
	color: #505050;
	display: inline-block;
	font-weight: 300;
	padding: 15px 40px;
}

.rwdItem a:hover {
	color: #1c8ab1;
}

.rwdContact {
	margin-left: auto;
}

@media screen and (max-width: 1440px) {
	.rwdContact {
		margin-left: 30px;
	}
}

.rwdContact a {
	-ms-flex-direction: column;
	flex-direction: column;
}

.rwdContact span {
	display: block;
	font-family: "Poppins";
	font-size: 0.75rem;
}

.rwdContact span:first-child {
	color: #0a81ab;
	font-weight: 300;
	position: relative;
}

.rwdContact span:first-child::after {
	content: '';
	width: 12px;
	height: 12px;
	background: url("../images/phone.png");
	background-size: 12px 12px;
	position: absolute;
	top: 3px;
	left: 88px;
}

.rwdContact span:last-child {
	color: #6b6b6b;
	font-family: "Roboto";
	font-weight: 400;
	font-size: 22px;
}

.rwdFooter {
	width: 100%;
	box-shadow: 0 -1px 5px rgba(0, 0, 0, 0.1);
	display: none;
}

@media screen and (max-width: 768px) {
	.rwdFooter {
		display: block;
	}
}

.headerArea {
	width: 100%;
	/* overflow: hidden; */
	position: absolute;
	bottom: 0;
	z-index: 990;
}

@media screen and (max-width: 1200px) {
	.headerArea {
		height: 68px;
		background-color: #fff;
		display: none;
	}

	.headerWrap {
		display: none;
	}
}

.headerArea--fixed {
	box-shadow: 0 0 9px rgba(0, 0, 0, 0.15);
	display: block;
	position: fixed;
	top: 0;
	bottom: auto;
}

.headerArea--fixed .headerWrap {
	max-width: 100%;
	-ms-flex-pack: center;
	justify-content: center;
}

.headerArea--fixed .headerBox {
	margin-left: auto;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

@media screen and (max-width: 1366px) {
	.headerArea--fixed .headerItem a {
		padding: 22px;
	}
}

.headerArea--fixed .headerContact {
	margin: 0 130px;
}

@media screen and (max-width: 1800px) {
	.headerArea--fixed .headerContact {
		margin: 0 80px 0 20px;
	}
}

@media screen and (max-width: 1680px) {
	.headerArea--fixed .headerContact {
		margin: 0 40px 0 20px;
	}
}

@media screen and (max-width: 1400px) {
	.headerArea--fixed .headerContact {
		margin: 0 20px;
	}
}

.headerWrap {
	max-width: 1600px;
	-ms-flex-align: center;
	align-items: center;
	background: #fff;
	margin: 0 auto;
}

@media screen and (max-width: 1680px) {
	.headerWrap {
		max-width: 1400px;
		-ms-flex-pack: center;
		justify-content: center;
	}
}

@media screen and (max-width: 1440px) {
	.headerWrap {
		max-width: 1200px;
	}
}

.headerBox {
	width: 100%;
	max-width: 1200px;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: relative;
	margin-left: 75px;
}

@media screen and (max-width: 1800px) {
	.headerBox {
		width: calc(100% - 236px);
	}
}

@media screen and (max-width: 1680px) {
	.headerBox {
		width: calc(100% - 196px);
		margin-left: 0;
	}
}

@media screen and (max-width: 1400px) {
	.headerBox {
		width: calc(100% - 176px);
	}
}

.headerList {
	-ms-flex-align: center;
	align-items: center;
}

.headerItem:last-child a::after {
	display: none;
}

.headerItem {
	position: relative;
}

.headerItem>a {
	color: #505050;
	display: block;
	font-weight: 300;
	padding: 25.5px 42px;
	position: relative;
}

@media screen and (max-width: 1800px) {
	.headerItem>a {
		padding: 25.5px 32px;
	}
}

@media screen and (max-width: 1440px) {
	.headerItem>a {
		padding: 22px 30px;
	}
}

.headerItem a::after {
	content: '';
	width: 1px;
	height: 13px;
	background: #b2b2b2;
	position: absolute;
	top: 31px;
	right: 0;
}

@media screen and (max-width: 1440px) {
	.headerItem a::after {
		top: 28px;
	}
}

.headerItem a:hover {
	color: #1c8ab1;
}

.headerSubMenu {
	width: 340%;
	/* border: 1px solid #fff; */
	background: rgba(28, 138, 177, 0.9);
	box-shadow: 0 0 9px rgba(0, 0, 0, 0.15);
	opacity: 0;
	position: absolute;
	top: 75px;
	left: 0;
	transform: translateY(-20%);
	transition: all 0.3s ease-in-out;
	visibility: hidden;
}

/* @media screen and (max-width: 1800px) {
	.headerSubMenu {
		width: 416px;
	}
} */

/* @media screen and (max-width: 1560px) {
	.headerSubMenu {
		width: 504px;
	}
} */

@media screen and (max-width: 1440px) {
	.headerSubMenu {
		top: 68px;
	}
}

/* @media screen and (max-width: 1440px) {
	.headerSubMenu {
		width: 400px;
	}
} */


@media screen and (max-width: 1560px) {
	.headerArea--inner .headerSubMenu{
		width: 360%;
	}
}

@media screen and (max-width: 1366px) {
	.headerArea--fixed .headerSubMenu{
		width: 360%;
	}
}

@media screen and (max-width: 1360px) {
	.headerArea--inner .headerSubMenu{
		width: 420%;
	}
}

.headerItem:hover .headerSubMenu {
	opacity: 1;
	transform: translateY(0);
	visibility: visible;
}

.headerSubItem {
	width: calc(100%/3);
}

.headerSubItem a {
	color: #fff;
	display: block;
	font-weight: 300;
	padding: 25.5px 42px;
	position: relative;
	text-align: center;
}

@media screen and (max-width: 1800px) {
	.headerSubItem a {
		padding: 25.5px 32px;
	}
}

@media screen and (max-width: 1440px) {
	.headerSubItem a {
		padding: 22px 30px;
	}
}

.headerSubItem a:hover {
	background: #fff;
}

.headerSubItem a:active {
	box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.1);
}

.headerSubItem a:after {
	background: #fff;
}

.headerSubItem:nth-child(3n) a::after,
.headerSubItem:last-child a:after {
	display: none;
}


.headerContact {
	margin: 0 70px 0 auto;
}

@media screen and (max-width: 1680px) {
	.headerContact {
		margin-right: 35px;
	}
}

.headerContact a {
	-ms-flex-direction: column;
	flex-direction: column;
}

.headerContact span {
	display: block;
	font-family: "Poppins";
	font-size: 14px;
}

.headerContact span:first-child {
	color: #0a81ab;
	font-weight: 400;
	position: relative;
}

/* .headerContact span:first-child::after {
	content: '';
	width: 12px;
	height: 12px;
	background: url("../images/phone.png");
	background-size: 12px 12px;
	position: absolute;
	top: 3px;
	left: 88px;
} */

.headerContact span:last-child {
	color: #6b6b6b;
	font-family: "Roboto";
	font-weight: 400;
	font-size: 20px;
}

.headerLogo {
	width: 315px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1011;
	transition: opacity 0s;
}

.headerArea .headerLogo--small {
	width: 126px;
	height: 75px;
	background: #2481a3;
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1011;
}

.headerArea .headerLogo--small a {
	display: block;
}

.headerArea .headerLogo--small img {
	width: 100%;
}

.headerArea--fixed .headerLogo--small {
	display: block;
	-webkit-transform: translateX(0);
	transform: translateX(0);
}

@media screen and (max-width: 1440px) {
	.headerArea .headerLogo--small {
		width: 116px;
		height: 68px;
	}
}

@media (max-width: 1200px) {
	.headerWrap .headerLogo--small {
		display: block;
	}
}

@media (max-width: 768px) {
	.headerArea--fixed .headerLogo--small-open {
		-webkit-transform: translateX(-100%);
		transform: translateX(-100%);
	}
}

.headerLogo--fixed {
	width: 250px;
	position: fixed;
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
	transition: all 0.3s ease-in-out;
}

.headerLogo--fixed-open {
	-webkit-transform: translateX(0);
	transform: translateX(0);
	display: none;
}

@media screen and (max-width: 768px) {
	.outerWrap--open .headerLogo {
		position: fixed;
	}
}

@media screen and (max-width: 1680px) {
	.headerLogo {
		width: 250px;
	}
}

@media screen and (max-width: 1440px) {
	.headerLogo {
		width: 200px;
	}
}

@media screen and (max-width: 768px) {

	/* .headerLogo,
	.headerLogo--fixed {
		width: 250px;
	} */

	.headerLogo--fixed-open {
		display: block;
	}
}

@media screen and (max-width: 640px) {

	.headerLogo,
	.headerLogo--fixed {
		width: 175px;
	}
}

@media screen and (max-width: 375px) {

	.headerLogo,
	.headerLogo--fixed {
		width: 135px;
	}
}

/* @media screen and (max-width: 480px) {
	.headerLogo--fixed {
		width: 220px;
	}
} */

/* .headerLogo--fixed {
	position: fixed;
	width: 250px;
}

@media screen and (max-width: 1440px) {
	.headerLogo--fixed {
		width: 150px;
	}
}

@media screen and (max-width: 480px) {
	.headerLogo--fixed {
		width: 100px;
	}
}*/

.headerLogo img {
	width: 100%;
}

.headerArea--inner {
	position: fixed;
	top: 0;
	left: 0;
	bottom: auto;
	box-shadow: 0 0 9px rgba(0, 0, 0, 0.15);
}

.headerArea--inner .headerWrap {
	max-width: 100%;
	justify-content: flex-end;
}

.headerArea--inner .headerBox {
	margin: 0 130px 0 0;
}

@media screen and (max-width: 1860px) {
	.headerArea--inner .headerBox {
		margin: 0 3% 0 0;
	}
}

.headerArea--inner .headerContact {
	margin: 0 6.75% 0 0;
}

@media screen and (max-width: 1860px) {
	.headerArea--inner .headerContact {
		margin: 0 3% 0 0;
	}
}

@media screen and (max-width: 1680px) {
	.headerArea--inner .headerBox {
		width: calc(100% - 220px);
		justify-content: flex-end;
	}

	.headerArea--inner .headerContact {
		margin: 0 3% 0 0;
	}
}

@media screen and (max-width: 1560px) {
	.headerArea--inner .headerItem>a {
		padding: 25px 28px;
	}
}

@media screen and (max-width: 1440px) {
	.headerArea--inner .headerItem>a {
		padding: 22px 28px;
	}
}

@media screen and (max-width: 1366px) {
	.headerArea--inner .headerItem>a {
		padding: 22px 18px;
	}

	.headerArea--inner .headerContact {
		margin: 0 1% 0 0;
	}
}

/*****網頁頭*****/

.language {
	display: inline-block;
	vertical-align: middle;
}

.language .g_trans {
	display: inline-block;
	vertical-align: middle;
}

.language .g_trans a {
	display: block;
	line-height: 28px;
	padding: 0 10px;
	border: 1px solid #516190;
	font-size: 13px;
	color: #516190;
}

.language .g_trans a i {
	margin-left: 10px;
}

.searchBox {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.searchBox input {
	width: 100%;
	height: 45px;
	padding: 0 15px;
	border: none;
	font-family: '微軟正黑體';
	background-color: #fafafa;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.searchBox a {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	display: block;
	width: 45px;
	height: 45px;
	line-height: 45px;
	font-size: 16px;
	color: #fff;
	text-align: center;
	background-color: #51649A;
}

/*menu*/
.menu>li {
	position: relative;
	display: inline-block;
}

.menu>li>a {
	position: relative;
	display: block;
	padding: 5px 10px;
	font-size: 15px;
	color: #222;
}

.menu>li>a:hover {
	color: #589000;
}

.menu .submenu {
	display: none;
	position: absolute;
	left: 0;
	top: 100%;
	z-index: 99;
	width: 150px;
	text-align: center;
}

.menu .submenu a {
	display: block;
	padding: 10px;
	border-bottom: 1px solid #dadada;
	font-size: 15px;
	color: #666;
	background-color: #fff;
}

.menu .submenu a:hover {
	color: #fff;
	background-color: #516190;
}

/*手機menu*/
.m_menu {
	display: none;
}

/*****banner******/
.bannerArea {
	clear: both;
	position: relative;
}

/*頁尾資訊*/

@media screen and (max-width: 768px) {
	.footerArea {
		padding-bottom: 80px;
	}
}

.footerWrap {
	background: #1c8ab1;
}

.footerBox {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 30px 0;
}

@media screen and (max-width: 1200px) {
	.footerBox {
		padding-left: 20px;
		padding-right: 20px;
	}
}

@media screen and (max-width: 1200px) and (max-width: 480px) {
	.footerBox {
		width: 370px;
		padding: 15px;
	}
}

@media screen and (max-width: 375px) {
	.footerBox {
		width: 100%;
		padding: 15px 10px;
	}
}

.footerInfo {
	padding-right: 70px;
}

@media screen and (max-width: 1200px) {
	.footerInfo {
		padding-right: 25px;
	}
}

@media screen and (max-width: 1024px) {
	.footerInfo {
		width: 100%;
		padding-right: 0;
		padding-bottom: 30px;
	}
}

@media screen and (max-width: 480px) {
	.footerInfo {
		padding-bottom: 0;
	}
}

.footerInfoTextBox {
	-ms-flex-align: center;
	align-items: center;
}

.footerInfoTextBox:first-child {
	border-bottom: 1px solid #49a1c1;
}

@media screen and (max-width: 480px) {
	.footerInfoTextBox:first-child {
		border-bottom: none;
	}
}

.footerInfoText {
	color: #fff;
	font-weight: 300;
	font-size: 0.9375rem;
	line-height: 1.5rem;
	letter-spacing: 1px;
	margin-bottom: 10px;
	padding: 20px 10px 0 0;
	position: relative;
}

.footerInfoTextBox:last-child .footerInfoText {
	width: calc(100% - 155px);
	max-width: 415px;
	box-sizing: border-box;
}

@media screen and (max-width: 1100px) {
	.footerInfoTextBox:last-child .footerInfoText {
		max-width: 360px;
	}
}

@media screen and (max-width: 1024px) {
	.footerInfoTextBox:last-child .footerInfoText {
		max-width: 85%;
	}
}

@media screen and (max-width: 480px) {
	.footerInfoTextBox:first-child .footerInfoText {
		padding: 15px 0 10px;
		margin-bottom: 0;
	}

	.footerInfoTextBox:last-child .footerInfoText {
		width: 100%;
		padding: 10px 0 15px;
		margin-bottom: 0;
	}
}

.footerInfoSlogan {
	color: rgba(255, 255, 255, 0.8);
	font-weight: 300;
	font-size: 0.9375rem;
	line-height: 1.5em;
	letter-spacing: 3px;
	margin-bottom: 10px;
}

@media screen and (max-width: 480px) {
	.footerInfoSlogan {
		display: none;
	}
}

.footerInfoPhone {
	color: #fff;
	font-weight: 300;
	font-size: 2.5rem;
	line-height: 1em;
	letter-spacing: 2px;
}

@media screen and (max-width: 1200px) {
	.footerInfoPhone {
		font-size: 2rem;
	}
}

@media screen and (max-width: 768px) {
	.footerInfoPhone {
		font-size: 1.625rem;
	}
}

@media screen and (max-width: 480px) {
	.footerInfoPhone {
		font-size: 1.25rem;
	}
}

.footerInfoPhone a {
	color: #fff;
	font-family: "Poppins";
	letter-spacing: 1px;
}

.footerInfoPhone a:hover {
	color: #05506b;
}

.footerBtn {
	width: 145px;
	height: 42px;
	-ms-flex-align: center;
	align-items: center;
	background: #fff;
	box-shadow: 0 0 13px rgba(0, 0, 0, 0.11);
	border-radius: 30px;
	border: 1px solid #1c8ab1;
	color: #1c8ab1;
	-ms-flex-pack: center;
	justify-content: center;
	margin-left: auto;
}

@media screen and (max-width: 1024px) {
	.footerBtn {
		margin-left: 0;
	}
}

@media screen and (max-width: 1024px) {
	.footerBtn {
		margin-left: auto;
	}
}

@media screen and (max-width: 480px) {
	.footerBtn {
		display: none;
	}
}

.footerBtn img {
	width: 15px;
	height: 15px;
	margin-right: 12px;
}

.footerBtn span {
	font-size: 0.875rem;
	line-height: 1em;
	letter-spacing: 1px;
}

.footerBtn:hover {
	background: #1c8ab1;
	border: 1px solid #fff;
	color: #fff;
}

.footerBtn:hover img {
	filter: contrast(0) brightness(100);
}

.footerBtn:active {
	position: relative;
	top: 1px;
}

@media screen and (max-width: 1024px) {
	.footerColumn {
		width: calc(100%/2 - 50px);
	}
}

@media screen and (max-width: 768px) {
	.footerColumn {
		width: 100%;
	}
}

.footerColumn--feature {
	border-left: 1px solid #49a1c1;
	border-right: 1px solid #49a1c1;
	padding: 0 25px;
}

@media screen and (max-width: 1200px) {
	.footerColumn--feature {
		border-left: none;
		padding: 0 25px 0 0;
	}
}

@media screen and (max-width: 768px) {
	.footerColumn--feature {
		display: none;
	}
}

.footerColumnLink{
	width: 250px;
}

.footerColumnLink li {
	width: 100%;
}

.footerColumnLink li a {
	color: #fff;
	display: inline-block;
	font-size: 0.9375rem;
	line-height: 2em;
	letter-spacing: 1px;
	margin-bottom: 5px;
	width: 100%;
	/* overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap; */
}

.footerColumnLink li a:hover {
	color: #05506b;
}

.footerColumnText {
	padding-bottom: 18px;
	margin-bottom: 20px;
	position: relative;
}

.footerColumnText::after {
	content: '';
	width: 18px;
	height: 1px;
	background: #49a1c1;
	position: absolute;
	bottom: 0;
	left: 0;
}

.footerColumnTitle {
	color: #fff;
	font-size: 1.25rem;
	line-height: 1.5em;
	letter-spacing: 1px;
}

.footerColumnTitle--en {
	font-weight: 200;
	font-size: 0.9375rem;
}

.footerColumn--contact {
	padding-left: 59px;
}

@media screen and (max-width: 1200px) {
	.footerColumn--contact {
		padding-left: 20px;
	}
}

@media screen and (max-width: 768px) {
	.footerColumn--contact {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		padding-left: 0;
	}

	.footerColumn--contact .footerColumnText {
		margin-right: 25px;
	}
}

@media screen and (max-width: 480px) {
	.footerColumn--contact {
		display: none;
	}
}

.footerCopyright {
	background: #12779b;
	color: #e9e9e9;
	font-weight: 300;
	font-size: 13px;
	text-align: center;
	padding: 20px;
}

.footerCopyright a {
	color: #e9e9e9;
}

.footerCopyright a:hover {
	color: #083444;
}

@media screen and (max-width: 480px) {
	.footerCopyright {
		padding: 15px;
	}
}

.downMenu {
	display: inline-block;
	vertical-align: top;
	width: 40%;
	margin-right: -4px;
}

.downMenu li {
	display: inline-block;
	vertical-align: top;
	width: 50%;
	margin-right: -4px;
	margin-bottom: 20px;
}

.downMenu li a {
	display: block;
	padding-right: 10px;
	font-size: 14px;
}

.copyright {
	display: inline-block;
	vertical-align: middle;
	width: 50%;
	margin-right: -4px;
	text-align: right;
}

/*share*/
.social {
	display: inline-block;
	vertical-align: middle;
	width: 50%;
	margin-right: -4px;
}

.social a {
	display: inline-block;
	width: 30px;
	height: 30px;
	line-height: 30px;
	margin: 0 5px;
	font-size: 19px;
	color: #929292;
	text-align: center;
}

.social a:hover {
	opacity: 0.8;
}

.endArea {
	clear: both;
	padding-top: 5px;
	color: #fff;
	text-align: center;
	background-color: #061540;
}

.translateIbest {
	display: inline-block;
	vertical-align: middle;
}

.translateIbest .design {
	/*網頁設計‧愛貝斯*/
	display: block;
	line-height: 22px;
	font-size: 9pt;
	color: #000;
}

.translateIbest .design a {
	/*網頁設計‧愛貝斯*/
	color: #000;
	text-decoration: none;
}

.translateIbest .design a:hover {
	text-decoration: underline;
}

/*********內頁**********/
/**********************/
.bannerArea .wrap {
	width: 100%;
	padding: 0;
}

.bannerArea .bannerBox img {
	display: block;
	width: 100%;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.mainArea {
	padding: 120px 0;
}

.titleBox {
	letter-spacing: 2px;
	position: relative;
}

.title {
	color: #e9e9e9;
	font-size: 5.625rem;
	font-family: "Poppins";
	font-weight: 100;
	line-height: 1em;
	position: relative;
	text-align: center;
	text-transform: uppercase;
}

@media screen and (max-width: 1200px) {
	.title {
		font-size: 4rem;
	}
}

@media screen and (max-width: 768px) {
	.title {
		font-size: 3.5rem;
	}
}

@media screen and (max-width: 480px) {
	.title {
		font-size: 3rem;
	}
}

/* @media screen and (max-width: 375px) {
  .title {
    font-size: 2.5rem;
  }
} */

.subtitleBlue {
	width: 100%;
	max-width: 300px;
	height: 35px;
	color: #1c8ab1;
	display: inline-block;
	font-family: "Noto Sans TC";
	font-weight: 700;
	font-size: 1.5625rem;
	margin: auto;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	-webkit-transform: translateY(-20px);
	transform: translateY(-20px);
	text-align: center;
}

.titleBox--inner {
	margin-bottom: 150px;
}

@media (max-width: 1200px) {
	.titleBox--inner {
		margin-bottom: 100px;
	}
}

@media (max-width: 767px) {
	.titleBox--inner {
		margin-bottom: 50px;
	}
}

.titleBox--inner .subtitleBlue {
	-webkit-transform: translateY(0px);
	transform: translateY(0px);
}

.titleBox--inner .subtitleBlue::after {
	display: none;
}

.subtitleBlue::after {
	content: '';
	width: 20px;
	height: 1px;
	background: #65b3b3;
	position: absolute;
	bottom: -23px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

@media screen and (max-width: 1200px) {
	.subtitleBlue {
		font-size: 1.375rem;
	}

	.subtitleBlue::after {
		bottom: -18px;
	}
}

@media screen and (max-width: 768px) {
	.subtitleBlue {
		font-size: 1.25rem;
	}

	.subtitleBlue::after {
		bottom: -15px;
	}
}

@media screen and (max-width: 480px) {
	.subtitleBlue {
		height: 30px;
	}
}

.subtitleGrey {
	color: #929292;
	font-size: 0.9375rem;
	font-family: "Noto Sans TC";
	font-weight: 300;
	line-height: 1em;
	letter-spacing: 1px;
	margin-bottom: 56px;
	padding-top: 25px;
	text-align: center;
}

@media screen and (max-width: 480px) {
	.subtitleGrey {
		font-size: 0.875rem;
		margin-bottom: 40px;
	}
}

.bread {
	color: #a9a9a9;
	font-size: 13px;
	letter-spacing: 1px;
	position: absolute;
	z-index: 99;
}

.bread--common {
	width: 100%;
	padding-bottom: 15px;
	text-align: right;
}

.bread span {
	padding: 0 6px;
}

.bread a {
	color: #a9a9a9;
}

.bread a:hover {
	color: #1c8ab1;
}

.bread a i {
	font-size: 20px;
}

.bread span {
	padding: 0 3px;
	color: #bbb;
}

@media (max-width: 1024px) {
	.bread {
		bottom: -50px;
	}
}

table.breakpoint>tbody>tr>td.expand {
	cursor: pointer;
	background: url("../images/plus.png") no-repeat 5px center;
	padding-left: 40px;
}

/*類別*/
.m_classLink {
	display: none;
}

.classNote {
	margin-bottom: 30px;
}

.classBox {
	padding-bottom: 30px;
}

.classLink {
	font-size: 0;
	text-align: center;
}

.classLink li {
	display: inline-block;
	margin: 0 10px 10px;
}

.classLink a {
	border-radius: 50px;
	border: 1px solid #1c8ab1;
	background: #fff;
	box-sizing: border-box;
	color: #1c8ab1;
	display: block;
	font-size: 14px;
	position: relative;
	padding: 14px 44px;
	line-height: 1em;
	letter-spacing: 2px;
	outline: 0;
	transition: all 0.3s ease-in-out;
}

.classLink a:hover {
	color: #fff;
	background-color: #1c8ab1;
	box-shadow: 0 0 13px rgba(0, 0, 0, 0.11);
}

.classLink a.current {
	color: #fff;
	background-color: #1c8ab1;
}

.classLink a.current:after {
	content: " ";
	position: absolute;
	bottom: -5px;
	left: 50%;
	margin-left: -7.5px;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 5px 7.5px 0 7.5px;
	border-color: #1c8ab1 transparent transparent transparent;
	display: none;
}

/*頁碼*/
.pageBox {
	width: 100%;
	margin: 20px 0 0;
	padding: 0;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: center;
}

.pageBox a {
	border-radius: 0;
	background: transparent;
	box-sizing: border-box;
	color: #929292;
	/* line-height: 65px; */
	font-size: 20px;
	font-weight: 400;
	padding: 0 15px;
	text-align: center;
}

.pageBox .btn {
	border: 1px solid #929292;
	/* border-radius: 50%; */
}

.pageBox a:hover,
.pageBox a.current {
	color: #1c8ab1;
	border-color: #1c8ab1;
}

.pageBox a.page_prev,
.pageBox a.page_next {
	width: 65px;
	height: 65px;
	border: 1px solid #929292;
	border-radius: 50%;
	font-size: 0;
	position: relative;
}

.pageBox a.page_prev {
	margin: 0 40px 0 0;
}

.pageBox a.page_next {
	margin: 0 0 0 40px;
}

.pageBox a.page_prev:hover,
.pageBox a.page_next:hover {
	border-color: #6fa203;
}

.pageBox a.page_prev::before,
.pageBox a.page_next::before {
	content: '';
	width: 22px;
	height: 1px;
	background: #333;
	position: absolute;
	top: 50%;
	left: calc(50% - 11px);
}

.pageBox a.page_prev::after,
.pageBox a.page_next::after {
	content: '';
	width: 6px;
	height: 6px;
	border-top: 1px solid #333;
	border-right: 1px solid #333;
	position: absolute;
	top: calc(50% - 3px);
}

.pageBox a.page_prev::after {
	left: calc(50% - 11px);
	-webkit-transform: rotate(-135deg);
	transform: rotate(-135deg);
}

.pageBox a.page_next::after {
	right: calc(50% - 11px);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

/*標籤*/
.tagBox {
	padding: 20px 0;
}

.tagBox b {
	display: inline-block;
	margin-right: 10px;
}

.tagBox ul {
	display: inline-block;
}

.tagBox li {
	display: inline-block;
	margin-bottom: 5px;
}

.tagBox a {
	position: relative;
	display: block;
	margin: 0 3px;
	padding: 5px 10px;
	border: 1px solid #51649A;
	font-size: 13px;
	color: #51649A;
}

.tagBox a:hover {
	color: #fff;
	background-color: #51649A;
}

.tagBox a.current {
	color: #fff;
	background-color: #51649A;
}

.tagBox a.current:before {
	content: "\f00d";
	margin-right: 5px;
	font-family: FontAwesome;
	font-size: 12px;
}

/*側邊標題字*/
.sectionTitle {
	margin-bottom: 20px;
	padding: 5px;
	border-bottom: 1px solid #d6d6d6;
	font-weight: 400;
	font-size: 20px;
	color: #353535;
}

.sectionTitle strong {
	display: block;
	position: relative;
	font-weight: 400;
}

.sectionTitle a {
	display: block;
	width: 100%;
	white-space: nowrap;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
}

/******頁籤*******/
.tab {
	margin-top: 40px;
}

.tab a {
	color: #929292;
	display: block;
	float: left;
	font-size: 15px;
	padding: 12px 10px;
	position: relative;
}

.tab a:after {
	content: '';
	width: 0;
	height: 2px;
	background: #1c8ab1;
	position: absolute;
	bottom: 0;
	left: 0;
	transition: all 0.3s ease-in-out;
}

.tab a.current:after,
.tab a:hover:after {
	width: 100%;
}

.tabContent {
	margin-top: -1px;
	padding: 20px 5px;
	border-top: 1px solid #d6d6d6;
}

.tabContent>li {
	display: none;
}

.tabContent .textEditor {
	margin: 0;
	word-break: break-word;
}

.tabContent .sectionTitle {
	display: none;
}

/*側邊_menu*/
/* .side_menu {
	margin-bottom: 50px; 
} */

.side_menu li {
	position: relative;
	border-bottom: 1px solid #e1e1e1;
}

.side_menu li>a {
	display: block;
	padding: 10px 15px;
	font-size: 14px;
}

.side_menu li>a.current {
	color: #fff;
	background-color: #1c8ab1;
}

.side_menu li>a b {
	margin-left: 10px;
	font-weight: 400;
	font-size: 13px;
	color: #808080;
}

.side_menu dl {
	padding-left: 25px;
}

.side_menu dl a {
	display: block;
	padding: 10px 15px;
	font-size: 14px;
}

.side_menu dl a.current {
	color: #000;
	text-decoration: underline;
}

/*側邊_相簿*/
.side_album {
	margin-top: 30px;
	margin-bottom: 30px;
	margin-right: -10px;
}

.side_album li {
	float: left;
	width: 33.33%;
	padding: 0 10px 10px 0;
}

.side_album a {
	display: block;
	-webkit-box-shadow: 2px 2px 5px #c3c3c3;
	box-shadow: 2px 2px 5px #c3c3c3;
}

.side_album a img {
	display: block;
	width: 100%;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

/*側邊_線上訂房*/
.side_booking {
	margin-bottom: 30px;
}

.side_booking a {
	display: block;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 1px #8d2121;
	box-shadow: 0 1px 1px #8d2121;
	font-weight: bold;
	font-size: 25px;
	color: #fff;
	background-color: #f05b8f;
}

.side_booking a i {
	display: inline-block;
	font-size: 28px;
	padding: 10px 15px;
	margin-right: 15px;
	border-right: 1px solid #d33434;
	-webkit-box-shadow: 1px 0 #f38a8a;
	box-shadow: 1px 0 #f38a8a;
}

.side_booking a:hover {
	-webkit-box-shadow: inset 0 3px 3px #8d2121;
	box-shadow: inset 0 3px 3px #8d2121;
}

/*側邊_聯絡資訊*/
.side_contactInfo li {
	margin-bottom: 20px;
}

.side_contactInfo a {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 16px;
	color: #353535;
}

.side_contactInfo a:hover {
	color: #1c8ab1;
}

.side_contactInfo i {
	display: inline-block;
	vertical-align: middle;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 35px;
	height: 35px;
	line-height: 35px;
	margin-right: 8px;
	border: 2px solid #a5a5a5;
	border-radius: 50%;
	font-size: 20px;
	color: #a5a5a5;
	text-align: center;
	transition: all 0.3s ease-in-out;
}

.side_contactInfo a:hover i {
	border: 2px solid #1c8ab1;
	color: #1c8ab1;
}

.side_contactInfo b {
	display: inline-block;
	vertical-align: middle;
	font-weight: 400;
}

/*側邊_房型*/
.side_room {
	margin-bottom: 50px;
}

.side_room .Img img {
	display: block;
	width: 100%;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.side_room .Txt {
	margin-top: 5px;
}

.side_room .Txt p {
	max-height: 100px;
	font-size: 13px;
	color: #858383;
	line-height: 1.8;
	overflow: hidden;
}

.side_room h3 a {
	font-size: 16px;
	font-weight: 400;
}

/*側邊_分享*/
.side_share {
	clear: both;
	margin-top: 30px;
}

.side_share a {
	display: inline-block;
	width: calc(100%/2 - 22px);
	margin: 5px 10px;
	padding: 15px 10px;
	border-radius: 4px;
	font-weight: bold;
	font-size: 16px;
	line-height: 1;
	color: #fff;
	text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.25);
	text-align: center;
}

.side_share a:active {
	position: relative;
	top: 1px;
	left: 1px;
}

.side_share i {
	padding-right: 5px;
	font-size: 18px;
}

.side_share .line {
	-webkit-box-shadow: 0 0 0 1px #22a00b;
	box-shadow: 0 0 0 1px #22a00b;
	border-top: 1px solid #e1ffa9;
	background: #a7e732;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMTAwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjYTdlNzMyIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMzUlIiBzdG9wLWNvbG9yPSIjMWZiNTBlIiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #a7e732), color-stop(35%, #1fb50e));
	background: -webkit-linear-gradient(-45deg, #a7e732 0%, #1fb50e 35%);
	background: -o-linear-gradient(-45deg, #a7e732 0%, #1fb50e 35%);
	background: -webkit-linear-gradient(315deg, #a7e732 0%, #1fb50e 35%);
	background: -o-linear-gradient(315deg, #a7e732 0%, #1fb50e 35%);
	background: linear-gradient(135deg, #a7e732 0%, #1fb50e 35%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a7e732', endColorstr='#1fb50e', GradientType=1);
}

.side_share .fb {
	-webkit-box-shadow: 0 0 0 1px #235c9b;
	box-shadow: 0 0 0 1px #235c9b;
	border-top: 1px solid #8DCFF5;
	background: #5da0ea;
	/* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzVkYTBlYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMzZDhjZTYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #5da0ea), color-stop(100%, #3d8ce6));
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #5da0ea 0%, #3d8ce6 100%);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #5da0ea 0%, #3d8ce6 100%);
	/* Opera 11.10+ */
	/* IE10+ */
	background: -webkit-gradient(linear, left top, left bottom, from(#5da0ea), to(#3d8ce6));
	background: linear-gradient(to bottom, #5da0ea 0%, #3d8ce6 100%);
	/* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5da0ea', endColorstr='#3d8ce6', GradientType=0);
	/* IE6-8 */
}

/*側邊_其他相關訊息*/
.side_news {
	/* display: none; */
	margin: 30px 0;
}

.side_news ul {
	display: flex;
	flex-wrap: wrap;
	margin-top: 20px;
}

.side_news li {
	width: calc(100%/3);
	box-sizing: border-box;
	padding: 20px;
}

.side_news .Img {
	width: 100%;
	margin-right: 12px;
	overflow: hidden;
}

.side_news .Img img {
	display: block;
	width: 100%;
}

.side_news .Txt {
	text-align: center;
	overflow: hidden;
}

.side_news .Txt a {
	color: #353535;
	display: block;
	font-size: 16px;
	line-height: 1.5;
	font-weight: bold;
}

.side_news .Txt a:hover {
	text-decoration: underline;
}

.side_news .Txt b {
	display: block;
	margin-top: 5px;
	font-weight: 400;
	font-size: 12px;
	color: #999;
}

.side_news .newsDate {
	padding: 8px 0;
}

@media (max-width: 1023px) {
	.side_news li {
		padding: 15px;
	}
}

@media (max-width: 767px) {
	.side_news li {
		width: calc(100%/2);
	}
}

@media (max-width: 480px) {
	.side_news li {
		width: 100%;
	}
}

/*slideUnLock*/
.captchaArea {
	display: inline-block;
	position: relative;
	width: 200px;
	height: 39px;
	margin-right: 20px;
	background-color: #ddd;
	vertical-align: middle;
}

.captchaArea.unlocking .sliderBtn {
	transition: none;
}

.captchaArea .note {
	position: absolute;
	top: 50%;
	right: 30px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 1;
	font-size: 15px;
	text-align: center;
	font-family: '微軟正黑體';
	color: #777;
	letter-spacing: 1px;
	pointer-events: none;
}

.sliderBtn {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	width: 50px;
	height: inherit;
	border: none;
	outline: none;
	background-color: RoyalBlue;
	cursor: pointer;
	box-sizing: border-box;
	transition: all .3s linear;
}

.sliderBtn::before {
	content: '\f105';
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	color: #fff;
	font-size: 24px;
	font-family: FontAwesome;
	pointer-events: none;
}

/*slideUnLock end*/

/**********適應性**********/
/************************/
@media (max-width: 1180px) {

	.wrap {
		width: 100%;
		padding: 0 20px;
	}

	/*手機menu*/
	.m_menu {
		position: fixed;
		top: 0;
		left: 0;
		z-index: 999;
		display: block;
		width: 100%;
		-webkit-box-shadow: 0 2px 5px rgba(126, 126, 126, 0.68);
		box-shadow: 0 2px 5px rgba(126, 126, 126, 0.68);
	}

	.m_menu .mask {
		position: fixed;
		top: 0;
		left: 0;
		z-index: 10;
		display: none;
		background-color: rgba(0, 0, 0, 0.6);
		width: 100%;
		height: 100%;
		padding-bottom: 60px;
	}

	.m_menu .m_logo {
		float: left;
		margin-left: 70px;
	}

	.m_menu .m_logo img {
		display: block;
		width: 150px;
		padding-top: 8px;
	}

	.m_menu .controlBox {
		position: relative;
		z-index: 99;
		background-color: #fff;
	}

	.m_menu .controlBox a.main {
		position: absolute;
		left: 0;
		top: 0;
		width: 60px;
		height: 60px;
	}

	.m_menu .controlBox a.main span {
		position: absolute;
		top: 50%;
		left: 50%;
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%);
		margin-top: -0.5px;
		width: 26px;
		height: 1px;
		background-color: #111;
		-webkit-transition: all .5s;
		-o-transition: all .5s;
		transition: all .5s;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}

	.m_menu .controlBox a.main span:before,
	.m_menu .controlBox a.main span:after {
		content: '';
		position: absolute;
		left: 0;
		width: 100%;
		height: 1px;
		background-color: #111;
		-webkit-transition: all .5s;
		-o-transition: all .5s;
		transition: all .5s;
	}

	.m_menu .controlBox a.main span:before {
		top: -7px;
	}

	.m_menu .controlBox a.main span:after {
		bottom: -7px;
	}

	.m_menu .controlBox a.main.show span {
		background-color: transparent;
	}

	.m_menu .controlBox a.main.show span:before {
		top: 0;
		-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		transform: rotate(45deg);
	}

	.m_menu .controlBox a.main.show span:after {
		bottom: 0;
		-webkit-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}

	.m_menu .controlBox .btn_cart {
		display: inline-block;
		vertical-align: middle;
	}

	.m_menu .controlBox .right {
		float: right;
		line-height: 60px;
		margin-right: 10px;
	}

	.m_menu .controlBox .right a {
		position: relative;
		display: inline-block;
		vertical-align: middle;
		margin-left: 8px;
		font-size: 13px;
		color: #fff;
	}

	.m_menu .controlBox .right a em {
		display: none;
	}

	.m_menu .controlBox .right i {
		display: inline-block;
		vertical-align: middle;
		width: 30px;
		height: 30px;
		line-height: 30px;
		font-size: 20px;
		color: #fff;
		text-align: center;
		border-radius: 100%;
		background: #799A1B;
	}

	.m_menu .controlBox .right b {
		position: absolute;
		top: 6px;
		right: -5px;
		display: block;
		border-radius: 5px;
		line-height: normal;
		padding: 3px 5px;
		font-size: 13px;
		color: #fff;
		background-color: #C40000;
	}

	.m_menu .controlBox .language:hover .submenu {
		display: block;
	}

	.hideBox {
		/*手機menu內容*/
		position: fixed;
		left: 0;
		top: 0;
		bottom: 0;
		z-index: 11;
		display: none;
		width: 100%;
		padding: 60px 0;
		overflow-y: auto;
		-webkit-overflow-scrolling: touch;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#650e13+0,b2181b+100 */
		background: #650e13;
		/* Old browsers */
		/* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #650e13), color-stop(100%, #b2181b));
		/* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top, #650e13 0%, #b2181b 100%);
		/* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top, #650e13 0%, #b2181b 100%);
		/* Opera 11.10+ */
		/* IE10+ */
		background: -webkit-gradient(linear, left top, left bottom, from(#650e13), to(#b2181b));
		background: linear-gradient(to bottom, #650e13 0%, #b2181b 100%);
		/* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#650e13', endColorstr='#b2181b', GradientType=0);
		/* IE6-9 */
	}

	.hideBox .sp {
		display: none;
		padding: 10px;
		font-size: 13px;
		color: #fff;
		background-color: #c80303;
	}

	.searchBox_m {
		padding: 20px 0;
		text-align: center;
	}

	.searchBox_m input[type="text"] {
		display: inline-block;
		vertical-align: middle;
		width: 200px;
		height: 30px;
		border: 1px solid #ccc;
	}

	.searchBox_m a {
		display: inline-block;
		vertical-align: middle;
		width: 30px;
		height: 30px;
		line-height: 30px;
		font-size: 15px;
		text-align: center;
		color: #fff;
		background-color: #9cc720;
	}

	/*手機翻譯*/
	.m_menu .m_trans {
		text-align: center;
		padding-top: 30px;
	}

	.m_menu .m_trans>a {
		display: inline-block;
		padding: 8px 15px;
		border: 1px solid #fff;
		color: #fff;
	}

	.m_menu .m_trans>a i {
		margin-left: 5px;
	}

	/*手機會員登入*/
	.m_menu .loginBox {
		padding: 30px 0;
		text-align: center;
	}

	.m_menu .loginBox a {
		display: inline-block;
		margin: 0 3px;
		font-size: 15px;
		color: #fff;
	}

	.m_menu .loginBox a i {
		margin-right: 3px;
	}

	.m_menu .loginBox .submenu {
		margin-top: 10px;
		color: #ccc;
	}

	.m_menu .loginBox .submenu span {
		margin: 0 5px;
	}

	.m_menu .mfun {
		padding: 30px 0;
		text-align: center;
	}

	.m_menu .mfun a {
		display: inline-block;
		margin: 0 1px;
		width: 35px;
		height: 35px;
		line-height: 35px;
		border-radius: 50%;
		font-size: 20px;
		color: #fff;
		text-align: center;
		background-color: #b21d26;
	}

	.nav li {
		border-top: 1px solid #af6568;
	}

	.nav a {
		position: relative;
		display: block;
		padding: 20px 10px;
		font-size: 15px;
		color: #fff;
		text-align: center;
	}

	.nav a:hover {
		background-color: #d12127;
	}

	.nav a i {
		position: absolute;
		right: 10px;
		top: 50%;
		display: block;
		margin-top: -7px;
	}

	.nav .submenu {
		display: none;
	}

	.nav .submenu a {
		padding: 10px 20px;
	}

	.nav .submenu a:hover {
		background-color: #999;
	}
}

@media (max-width: 1024px) {
	.wrap {
		padding: 0 40px;
	}
}

@media (max-width: 960px) {
	.bookingArea .wrap {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		padding: 15px 20px;
	}

	.bookingArea .title {
		display: none;
	}

	.bookingArea .bookingList,
	.bookingArea .btn {
		-webkit-box-flex: 1;
		-ms-flex: 1;
		flex: 1;
	}

	.bookingArea .bookingList {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		padding: 0;
	}

	.bookingArea .bookingList li {
		margin-bottom: 15px;
	}

	.bookingArea .bookingList li:not(:first-child) {
		margin-left: 0;
	}

	.bookingArea input,
	.bookingArea select {
		width: 100%;
	}

	.bookingArea .btn a {
		padding: 12px;
	}
}

@media (max-width: 767px) {
	/* footer .left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -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;
    width: 100%;
    margin-bottom: 15px;
  } 

  footer .right {
    width: 100%;
    padding-left: 0;
  }*/

	/*bread*/
	.mainArea .bread {
		display: none;
	}

	/*main*/
	.mainArea .cotentBox {
		padding: 20px 0;
	}

	.mainArea .titleBox h2 em {
		display: block;
		margin: 0;
	}

	/*footer*/
	.translateIbest {
		float: none;
	}

	/*側邊_分享*/
	.side_share {
		clear: both;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin-bottom: 30px;
	}

	ul.classLink {
		display: none;
	}

	.m_classLink {
		display: block;
		position: relative;
	}

	.m_classLink a.main {
		border: 1px solid #929292;
		color: #929292;
		display: block;
		font-weight: 400;
		font-size: 15px;
		padding: 15px;
		position: relative;
		text-align: center;
	}

	.m_classLink a.main:hover {
		border: 1px solid #1c8ab1;
		color: #1c8ab1;
	}

	.m_classLink a.main i {
		display: block;
		font-size: 15px;
		position: absolute;
		right: 10px;
		top: 50%;
		margin-top: -6px;
	}

	.m_classLink ul {
		width: 100%;
		background: #FFF;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		border: 1px solid #929292;
		border-top: none;
		list-style: none;
		display: none;
		padding: 0;
	}

	.m_classLink ul li {
		padding: 0;
	}

	.m_classLink ul li a {
		color: #747474;
		display: block;
		padding: 15px;
	}

	.m_classLink ul li:first-child a {
		border: none;
	}

	.m_classLink ul li a:hover {
		background: #1c8ab1;
		color: #fff;

	}
}

/*640*/
@media (max-width: 640px) {
	.wrap {
		padding: 0 30px;
	}

	.mainArea {
		padding: 120px 0 80px;
	}

	.marqueeArea h2,
	.marqueeArea ul li .date {
		display: none;
	}

	.mainArea .titleBox h2 {
		float: none;
	}

}

/*480*/
@media (max-width: 480px) {
	.wrap {
		padding: 0 20px;
	}

	.side_share a {
		width: 100%;
		margin: 10px 0;
	}

	.m_classLink a.main {
		padding: 12px;
	}

	.m_classLink ul li a {
		padding: 11px;
	}

	.col-2 {
		float: none;
		width: 100%;
	}

	.col-3 {
		float: none;
		width: 100%;
	}

	.col-4 {
		float: none;
		width: 100%;
	}

	.col-5 {
		float: none;
		width: 100%;
	}

	.downMenu {
		width: 100%;
	}

	.social {
		width: 100%;
	}

	.copyright {
		width: 100%;
		text-align: left;
	}
}

/***Hover效果1: 放大淡出***/
.imh_opacity {
	background-color: #000;
	overflow: hidden;
}

.imh_opacity img {
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.imh_opacity:hover img {
	opacity: 0.8;
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}

/***Hover效果1: 放大淡出Detail***/
.imh_detail {
	background-color: #000;
	overflow: hidden;
}

.imh_detail img {
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.imh_detail a:before {
	content: "Details+";
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 99;
	margin-left: -45px;
	margin-top: -80px;
	display: block;
	padding: 10px 20px;
	font-size: 13px;
	color: #fff;
	border: 2px solid #fff;
	opacity: 0;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.imh_detail:hover a:before {
	opacity: 1;
	margin-top: -20px;
}

.imh_detail:hover img {
	opacity: 0.3;
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}

/***Hover效果1: 放大淡出zoom***/
.imh_zoom {
	position: relative;
	background-color: #000;
	overflow: hidden;
}

.imh_zoom img {
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
	-webkit-backface-visibility: hidden;
}

.imh_zoom a:before {
	content: "\f002";
	display: block;
	position: absolute;
	left: 50%;
	top: -30px;
	margin-top: -20px;
	margin-left: -20px;
	z-index: 99;
	width: 40px;
	height: 40px;
	line-height: 40px;
	border-radius: 50%;
	font-size: 18px;
	color: #fff;
	font-family: FontAwesome;
	text-align: center;
	background-color: #000;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.imh_zoom:hover a:before {
	top: 50%;
}

.imh_zoom:hover img {
	opacity: 0.3;
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}

/*--最新消息icon--*/
.newIcon {
	/*分類小圖示*/
	border-radius: 3px;
	border: 1px solid #1c8ab1;
	background: #1c8ab1;
	color: #fff;
	font-size: 15px;
	font-weight: 400;
	display: inline-block;
	margin-right: 3px;
	padding: 5px 8px;
}

.newsDate strong i {
	display: none;
}

.evaluArea {
	padding: 95px 0 50px;
}

@media screen and (max-width: 1200px) {
	.evaluArea {
		padding: 100px 0;
	}
}

@media screen and (max-width: 1200px) and (max-width: 768px) {
	.evaluArea {
		padding: 75px 0;
	}
}

@media screen and (max-width: 1200px) and (max-width: 480px) {
	.evaluArea {
		padding: 50px 0;
	}
}

.evaluWrap {
	width: 100%;
	max-width: 1400px;
	margin: 0 auto;
}

@media screen and (max-width: 1480px) {
	.evaluWrap {
		padding-left: 35px;
		padding-right: 35px;
	}
}

/* @media screen and (max-width: 1200px) and (max-width: 480px) {
	.evaluWrap {
		padding-left: 15px;
		padding-right: 15px;
	}
} */

.evaluBox {
	-ms-flex-pack: center;
	justify-content: center;
}

.evaluItem {
	width: calc(100%/4 - 20px);
	border: none;
	cursor: pointer;
	outline: none;
	margin: 0 10px 25px;
}

@media screen and (max-width: 1024px) {
	.evaluItem {
		width: calc(100%/3 - 20px);
	}
}

@media screen and (max-width: 768px) {
	.evaluItem {
		width: calc(100%/2 - 20px);
	}
}

@media screen and (max-width: 480px) {
	.evaluItem {
		width: 100%;
		margin: 0 0 25px;
	}
}

.evaluItem:hover .evaluInfo {
	background: #1c8ab1;
}

.evaluItem:hover .evaluInfo .evaluInfoText {
	border-bottom: 1px solid #49a1c1;
}

.evaluItem:hover .evaluInfo .evaluInfoText--txt {
	border-bottom: none;
}

.evaluItem:hover .evaluInfo .evaluInfoText a {
	color: #fff;
}

.evaluItem:hover .evaluInfo .evaluInfoText img {
	-webkit-filter: contrast(0) brightness(300%);
	filter: contrast(0) brightness(300%);
}

.evaluImg img {
	width: 100%;
}

.evaluImgBg {
	background: #e4e4e4;
	padding: 7px 7px 0 7px;
}

.evaluInfo {
	background: #e4e4e4;
	padding: 22px 22px 0 0;
}

@media screen and (max-width: 1024px) {
	.evaluInfo {
		padding: 12px 12px 0 0;
	}
}

.evaluInfoText {
	width: 100%;
	border-bottom: 1px solid #d2d2d2;
	font-weight: 300;
	font-size: 1.125rem;
	line-height: 1.8em;
	letter-spacing: 1px;
	padding: 6px 0 6px 16px;
}

.evaluInfoText a {
	width: calc(100% - 19px);
	color: #222;
	display: inline-block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.evaluInfoText a:hover {
	color: #fff;
}

@media screen and (max-width: 1024px) {
	.evaluInfoText {
		font-size: 1rem;
	}
}

.evaluInfoText--name {
	-ms-flex-align: center;
	align-items: center;
}

.evaluInfoText--txt {
	border-bottom: none;
	color: #464646;
	font-size: 0.875rem;
	line-height: 1.8em;
}

.evaluInfoText img {
	display: inline-block;
	width: 19px;
	height: 19px;
	margin-left: auto;
}

.evaluBtn {
	padding-top: 80px;
}

.evaluBtn li:first-child {
	margin-right: 0;
}

.side_menu_trigger {
	border: 1px solid #929292;
	color: #929292;
	display: none;
	padding: 15px;
	position: relative;
	text-align: center;
}

.side_menu_trigger:after {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-color: #929292 transparent transparent transparent;
	border-width: 10px 7px 0px 7px;
	display: block;
	position: absolute;
	top: 20px;
	right: 20px;
	transition: all 0.26s ease-in-out;
}

.side_menu_trigger--open {
	border: 1px solid #1c8ab1;
	color: #1c8ab1;
}

.side_menu_trigger--open:after {
	border-color: transparent transparent #1c8ab1 transparent;
	border-width: 0px 7px 10px 7px;
}

.side_menu_trigger:hover {
	border: 1px solid #1c8ab1;
}

.side_menu_trigger:hover:after {
	border-color: #1c8ab1 transparent transparent transparent;
}

.side_menu_trigger--open:hover:after {
	border-color: transparent transparent #1c8ab1 transparent;
}

@media (max-width: 767px) {
	.side_menu_trigger {
		display: block;
	}
}

@media (max-width: 480px) {

	.side_menu_trigger,
	.side_menu li a {
		padding: 12px;
	}
}