@charset "UTF-8";
/* CSS Document */
@import url(reset.css);
@import url(font-awesome.min.css);
@import url(rwdgrid.css);
@import url(textEditor.css);
@import url(contentbuilder.css);
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;800&family=Lato:wght@400;600;700;900&family=Noto+Sans+TC:wght@300;400;500;700&family=Outfit:wght@300;400;500;600;700&family=Barlow:wght@300;400;500&display=swap");
.formBox .columnInput::-webkit-input-placeholder, .formBox .columnSelect::-webkit-input-placeholder, .formBox .columnArea::-webkit-input-placeholder {
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
.formBox .columnInput::-moz-placeholder, .formBox .columnSelect::-moz-placeholder, .formBox .columnArea::-moz-placeholder {
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.formBox .columnInput:-ms-input-placeholder, .formBox .columnSelect:-ms-input-placeholder, .formBox .columnArea:-ms-input-placeholder {
	-ms-transition: all 0.5s;
	transition: all 0.5s;
}
.formBox .columnInput::-ms-input-placeholder, .formBox .columnSelect::-ms-input-placeholder, .formBox .columnArea::-ms-input-placeholder {
	-ms-transition: all 0.5s;
	transition: all 0.5s;
}
.spotlightEffect i, i.icon_linkedin, .imh_detail:before, .tagBox .item, .tagBox a .title,
.tagBox .item .title, .tagBox a .icon img,
.tagBox .item .icon img, .tagBox a .icon,
.tagBox .item .icon, .tagBox a:after,
.tagBox .item:after, .pageBox .pageList.number a.firstBtn::before, .pageBox .pageList.number a.firstBtn::after, .pageBox .pageList.number a.lastBtn::before, .pageBox .pageList.number a.lastBtn::after, .pageBox .pageList a.prevBtn::before, .pageBox .pageList a.nextBtn::before, .classBox a, .classBox span, .resultBox table td.link, .filterBox .proTab a .dot:after, .fixedSideLink, .privacyArea, footer .logoSubsBox .mailSubscribeBox .mailSubscribe .btnBox .btn, .slideMenuArea .topLink .languageBox .languageList, .slideMenuArea .topLink .searchBox .searchList, .slideMenuArea .topLink .esgBox a, .slideMenuArea .funcBox .languageBox .languageList, .slideMenuTrigger .line::before, .slideMenuTrigger .line::after, .slideMenuTrigger .line, .slideMenuTrigger, header .menu .subMenuBox .secGroup .secLinkBox .secLink li a:before, header .menu > li > span > a:after, header .languageBox .languageList, header .languageBox .languageCurrent, header .searchBox .searchList, header .searchBox, header .esgBox a, .loadingArea, .moduleMask, .moduleBox.cart .cartList .del, .moduleBox.privacy .customList .topBox .trigger label span::before, .moduleBox.privacy .customList .topBox .trigger label span, .moduleBox.privacy .customList .topBox .subtitle, .moduleBox.privacy .customList .topBox::before, .moduleBox.privacy .btnBox .btn.textLink::before, .moduleBox .moduleClose, .btnBox .btn.animation::after, button, a, svg, .btn_moreTwo .moreBtn .icon:before, .btn_moreTwo .moreBtn .icon:after, .btn_moreTwo .moreBtn .icon, .btn_moreTwo .moreBtn:before, .btn_moreTwo .moreBtn:after, .btn_moreTwo .moreBtn, .btn_cis, .formBox .columnInput::placeholder,
.formBox .columnSelect::placeholder,
.formBox .columnArea::placeholder, .formBox .columnInput,
.formBox .columnSelect,
.formBox .columnArea, .formBox .columnCheckBox .columnCheckLabel .columnCheck::after, .formBox .columnCheckBox .columnCheckLabel .columnCheck::before {
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

.formBox.changePassword {
	max-width: 640px;
	margin: 0 auto;
}
.formBox .formList {
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	color: #2f2f2f;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	font-size: 16px;
	margin-left: -10px;
	margin-right: -10px;
	position: relative;
}
.formBox .formRow {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}
.formBox .formColumn {
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	padding: 15px 10px;
	position: relative;
}
.formBox .formColumn.select .columnSelect {
	background-image: url(../images/select_arrow_gray.png);
	background-repeat: no-repeat;
	background-position: calc(100% - 27px) center;
}
@media (max-width: 480px) {
	.formBox .formColumn.select .columnSelect {
		background-position: calc(100% - 15px) center;
	}
}
.formBox .formColumn.select .columnSelect:focus {
	background-image: url(../images/select_arrow.png);
}
.formBox .formColumn.pt0 {
	padding-top: 0;
}
.formBox .formColumn.pb0 {
	padding-bottom: 0;
}
@media (max-width: 1180px) {
	.formBox .formColumn {
		padding: 10px;
	}
}
.formBox .columnTitle {
	width: 100%;
	font-weight: 500;
	letter-spacing: 0.02rem;
	line-height: 1.25;
	margin-bottom: 12px;
	position: relative;
}
.formBox .columnTitle.withCheckBox {
	width: auto;
}
.formBox .columnTitle.withCheckBox + .columnCheckBox {
	margin-left: 10px;
	margin-bottom: 12px;
}
.formBox .columnTitle.requireStyle {
	padding-left: 16px;
}
.formBox .columnTitle.requireStyle::before {
	content: "*";
	color: #3077bd;
	font-size: 18px;
	font-weight: 700;
	position: absolute;
	top: -2px;
	left: 0;
	z-index: 1;
}
.formBox .columnCheckBox {
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	margin: 0 -5px;
}
.formBox .columnCheckBox .columnCheckLabel {
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	cursor: pointer;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 2px 5px;
}
.formBox .columnCheckBox .columnCheckLabel:first-child {
	margin-right: 10px;
}
@media (max-width: 1180px) {
	.formBox .columnCheckBox .columnCheckLabel:first-child {
		margin-right: 5px;
	}
}
.formBox .columnCheckBox .columnCheckLabel .columnCheck {
	width: 16px;
	height: 16px;
	-webkit-appearance: none;
	   -moz-appearance: none;
	        appearance: none;
	border-radius: 0;
	background: transparent;
	border: none;
	cursor: pointer;
	display: inline-block;
	margin: 0;
	outline: 0;
	position: relative;
}
.formBox .columnCheckBox .columnCheckLabel .columnCheck::before {
	content: "";
	width: 100%;
	height: 100%;
	background-color: #ffffff;
	border-radius: 50%;
	border: 1px solid #d7d7d7;
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 1;
	-webkit-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
}
.formBox .columnCheckBox .columnCheckLabel .columnCheck::after {
	content: "";
	width: 50%;
	height: 50%;
	background-color: #1d689c;
	border-radius: 50%;
	display: inline-block;
	opacity: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 2;
	-webkit-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
}
.formBox .columnCheckBox .columnCheckLabel .columnCheck:checked::after {
	opacity: 1;
}
.formBox .columnCheckBox .columnCheckLabel .columnCheck:disabled::before {
	background-color: #e5e5e5 !important;
}
.formBox .columnCheckBox .columnCheckLabel .columnCheck:disabled::after {
	background-color: #b5b5b5 !important;
}
.formBox .columnCheckBox .columnCheckLabel .columnCheck:disabled + span {
	color: #737373 !important;
}
.formBox .columnCheckBox .columnCheckLabel .columnCheck.square::before, .formBox .columnCheckBox .columnCheckLabel .columnCheck.square::after {
	border-radius: 0;
}
.formBox .columnCheckBox .columnCheckLabel .columnCheck.error::before {
	border-color: #1d689c;
}
.formBox .columnCheckBox .columnCheckBoxTitle {
	color: #303030;
	display: inline-block;
	font-size: 17px;
	line-height: 1;
	margin-left: 14px;
}
.formBox .columnSelect {
	-webkit-appearance: none;
	   -moz-appearance: none;
	        appearance: none;
	background-color: transparent;
	border: none;
	border-radius: 0;
	font-size: 16px;
	font-family: "Noto Sans TC", "Microsoft JhengHei", sans-serif;
	outline: none;
	padding: 5px 25px 5px 15px;
	margin: 0;
	color: #c9c9c9;
}
.formBox .columnSelect:disabled {
	background-color: #e5e5e5 !important;
	color: #737373 !important;
}
.formBox .columnInput {
	padding: 5px 15px;
}
.formBox .columnInput:disabled {
	background-color: #e5e5e5 !important;
	color: #737373 !important;
}
.formBox .columnArea {
	height: 295px;
	padding: 30px;
}
@media (max-width: 1180px) {
	.formBox .columnArea {
		height: 200px;
		padding: 18px 30px;
	}
}
@media (max-width: 480px) {
	.formBox .columnArea {
		height: 150px;
		padding: 15px;
	}
}
.formBox .columnInput,
.formBox .columnSelect,
.formBox .columnArea {
	width: 100%;
	border: 1px solid #e6e6e6;
	color: #c9c9c9;
	font-size: 15px;
	border-radius: 3px;
	font-weight: 400;
	background-color: #ffffff;
}
.formBox .columnInput::-webkit-input-placeholder, .formBox .columnSelect::-webkit-input-placeholder, .formBox .columnArea::-webkit-input-placeholder {
	color: #c9c9c9;
}
.formBox .columnInput::-moz-placeholder, .formBox .columnSelect::-moz-placeholder, .formBox .columnArea::-moz-placeholder {
	color: #c9c9c9;
}
.formBox .columnInput:-ms-input-placeholder, .formBox .columnSelect:-ms-input-placeholder, .formBox .columnArea:-ms-input-placeholder {
	color: #c9c9c9;
}
.formBox .columnInput::-ms-input-placeholder, .formBox .columnSelect::-ms-input-placeholder, .formBox .columnArea::-ms-input-placeholder {
	color: #c9c9c9;
}
.formBox .columnInput::placeholder,
.formBox .columnSelect::placeholder,
.formBox .columnArea::placeholder {
	color: #c9c9c9;
}
.formBox .columnInput:focus,
.formBox .columnSelect:focus,
.formBox .columnArea:focus {
	color: #303030;
	font-weight: 500;
	border-color: #357bbe;
	-webkit-box-shadow: 0px 0px 7px 0px rgba(14, 75, 133, 0.17);
	        box-shadow: 0px 0px 7px 0px rgba(14, 75, 133, 0.17);
}
.formBox .columnInput:focus::-webkit-input-placeholder, .formBox .columnSelect:focus::-webkit-input-placeholder, .formBox .columnArea:focus::-webkit-input-placeholder {
	color: #303030;
}
.formBox .columnInput:focus::-moz-placeholder, .formBox .columnSelect:focus::-moz-placeholder, .formBox .columnArea:focus::-moz-placeholder {
	color: #303030;
}
.formBox .columnInput:focus:-ms-input-placeholder, .formBox .columnSelect:focus:-ms-input-placeholder, .formBox .columnArea:focus:-ms-input-placeholder {
	color: #303030;
}
.formBox .columnInput:focus::-ms-input-placeholder, .formBox .columnSelect:focus::-ms-input-placeholder, .formBox .columnArea:focus::-ms-input-placeholder {
	color: #303030;
}
.formBox .columnInput:focus::placeholder,
.formBox .columnSelect:focus::placeholder,
.formBox .columnArea:focus::placeholder {
	color: #303030;
}
.formBox .columnInput,
.formBox .columnSelect {
	height: 45px;
}
.formBox .btnBox {
	width: 100%;
}
.formBox .noteTxt {
	width: 100%;
	color: #999;
	font-size: 15px;
	line-height: 1.5;
	letter-spacing: 0.02rem;
	margin-top: 10px;
}
.formBox .noteTxt.red {
	color: #f00;
}
@media (max-width: 1180px) {
	.formBox .noteTxt {
		font-size: 14px;
	}
}
.formBox .error {
	border-color: #f00 !important;
}

@-webkit-keyframes textSlideRightAnimation {
	0% {
		opacity: 0;
		-webkit-transform: translateX(10px);
		        transform: translateX(10px);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		        transform: translateX(0);
	}
}

@keyframes textSlideRightAnimation {
	0% {
		opacity: 0;
		-webkit-transform: translateX(10px);
		        transform: translateX(10px);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		        transform: translateX(0);
	}
}
@-webkit-keyframes textSlideDownAnimation {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-10px);
		        transform: translateY(-10px);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		        transform: translateY(0);
	}
}
@keyframes textSlideDownAnimation {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-10px);
		        transform: translateY(-10px);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		        transform: translateY(0);
	}
}
@-webkit-keyframes textSlideUpAnimation {
	0% {
		opacity: 0;
		-webkit-transform: translateY(10px);
		        transform: translateY(10px);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		        transform: translateY(0);
	}
}
@keyframes textSlideUpAnimation {
	0% {
		opacity: 0;
		-webkit-transform: translateY(10px);
		        transform: translateY(10px);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		        transform: translateY(0);
	}
}
@-webkit-keyframes rotate {
	to {
		-webkit-transform: rotate(360deg);
		        transform: rotate(360deg);
	}
}
@keyframes rotate {
	to {
		-webkit-transform: rotate(360deg);
		        transform: rotate(360deg);
	}
}

.pc {display: block;}
.mo {display: none;}

@media (max-width: 1180px) {
.pc {display: none;}
.mo {display: block;}
}

html {
  scroll-behavior: smooth;
}
body {
	background-color: #f9f9f9;
	font-size: 14px;
	font-family: "Noto Sans Tc", Helvetica, Arial, "微軟正黑體", Heiti TC, "メイリオ", sans-serif;
}
body.overflow, body.popwinOverflow, body.loadingOverflow {
	overflow: hidden;
}
body.errorPage .mainArea {
	width: 100%;
	height: calc(100vh - 300px);
	min-height: 500px;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
body.errorPage .mainArea .top {
	max-width: 380px;
	color: #1d689c;
	font-size: 28px;
	font-weight: 500;
	line-height: 1.5;
	margin: 0 auto;
}
@media (max-width: 768px) {
	body.errorPage .mainArea {
		height: 50vh;
		min-height: 350px;
	}
	body.errorPage .mainArea .top {
		font-size: 24px;
	}
}

*,
*:before,
*:after {
	outline: 0;
}

ul,
ol {
	margin: 0;
	padding: 0;
	list-style: none;
}

img {
	max-width: 100%;
	height: auto;
	display: block;
}

.text-center {
	text-align: center;
}

.btnBox {
	padding-top: 20px;
}
.btnBox.text-center a {
	margin: 0 auto;
}

.btn_cis {
	display: inline-block;
	max-width: 252px;
	width: 100%;
	color: #ffffff;
	font-size: 18px;
	font-weight: 500;
	letter-spacing: 1.44px;
	/*80*/
	line-height: 1;
	padding: 22px 10px 24px;
	border-radius: 3px;
	-webkit-box-shadow: 0px 5px 5px 0px rgba(165, 181, 189, 0.49);
	        box-shadow: 0px 5px 5px 0px rgba(165, 181, 189, 0.49);
	background: rgb(93, 147, 201);
	background: -webkit-gradient(linear, left top, right top, from(rgb(93, 147, 201)), to(rgb(36, 105, 174)));
	background: linear-gradient(90deg, rgb(93, 147, 201) 0%, rgb(36, 105, 174) 100%);
}
.btn_cis:hover {
	color: #ffffff;
}

.btn_more {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	max-width: 212px;
	width: 100%;
	color: #0175ae;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 0.96px;
	line-height: 1.5625;
	padding: 16px 0;
	position: relative;
	-webkit-transition: padding 0.2s linear 0.8s;
	transition: padding 0.2s linear 0.8s;
}
.btn_more:after {
	content: "";
	position: absolute;
	height: 2px;
	background: #0175ae;
	bottom: -2px;
	left: 0;
	right: 0;
	-webkit-transition: right 0.2s cubic-bezier(0.04, 0.48, 0, 1) 0.6s, left 0.4s cubic-bezier(0.04, 0.48, 0, 1) 0.6s, -webkit-transform 0.8s cubic-bezier(1, 0, 0.37, 1) 0.2s;
	transition: right 0.2s cubic-bezier(0.04, 0.48, 0, 1) 0.6s, left 0.4s cubic-bezier(0.04, 0.48, 0, 1) 0.6s, -webkit-transform 0.8s cubic-bezier(1, 0, 0.37, 1) 0.2s;
	transition: transform 0.8s cubic-bezier(1, 0, 0.37, 1) 0.2s, right 0.2s cubic-bezier(0.04, 0.48, 0, 1) 0.6s, left 0.4s cubic-bezier(0.04, 0.48, 0, 1) 0.6s;
	transition: transform 0.8s cubic-bezier(1, 0, 0.37, 1) 0.2s, right 0.2s cubic-bezier(0.04, 0.48, 0, 1) 0.6s, left 0.4s cubic-bezier(0.04, 0.48, 0, 1) 0.6s, -webkit-transform 0.8s cubic-bezier(1, 0, 0.37, 1) 0.2s;
	-webkit-transform-origin: left;
	        transform-origin: left;
}
.btn_more .line {
	position: absolute;
	background: #0175ae;
}
.btn_more .line.left {
	width: 2px;
	bottom: 0;
	top: -2px;
	-webkit-transform: scale3d(1, 0, 1);
	        transform: scale3d(1, 0, 1);
	left: -2px;
	-webkit-transition: -webkit-transform 0.1s linear 0.61s;
	transition: -webkit-transform 0.1s linear 0.61s;
	transition: transform 0.1s linear 0.61s;
	transition: transform 0.1s linear 0.61s, -webkit-transform 0.1s linear 0.61s;
	-webkit-transform-origin: bottom;
	        transform-origin: bottom;
}
.btn_more .line.right {
	width: 2px;
	bottom: 0;
	top: -2px;
	-webkit-transform: scale3d(1, 0, 1);
	        transform: scale3d(1, 0, 1);
	right: -2px;
	-webkit-transition: -webkit-transform 0.1s cubic-bezier(1, 0, 0.65, 1.01) 0.33s;
	transition: -webkit-transform 0.1s cubic-bezier(1, 0, 0.65, 1.01) 0.33s;
	transition: transform 0.1s cubic-bezier(1, 0, 0.65, 1.01) 0.33s;
	transition: transform 0.1s cubic-bezier(1, 0, 0.65, 1.01) 0.33s, -webkit-transform 0.1s cubic-bezier(1, 0, 0.65, 1.01) 0.33s;
	-webkit-transform-origin: top;
	        transform-origin: top;
}
.btn_more .line.bottom {
	height: 2px;
	left: -2px;
	right: -2px;
	-webkit-transform: scale3d(0, 1, 1);
	        transform: scale3d(0, 1, 1);
	bottom: -2px;
	-webkit-transition: -webkit-transform 0.3s cubic-bezier(1, 0, 0.65, 1.01) 0.1s;
	transition: -webkit-transform 0.3s cubic-bezier(1, 0, 0.65, 1.01) 0.1s;
	transition: transform 0.3s cubic-bezier(1, 0, 0.65, 1.01) 0.1s;
	transition: transform 0.3s cubic-bezier(1, 0, 0.65, 1.01) 0.1s, -webkit-transform 0.3s cubic-bezier(1, 0, 0.65, 1.01) 0.1s;
	-webkit-transform-origin: right;
	        transform-origin: right;
}
.btn_more .line.top {
	height: 2px;
	left: -2px;
	right: -2px;
	-webkit-transform: scale3d(0, 1, 1);
	        transform: scale3d(0, 1, 1);
	top: -2px;
	-webkit-transition: -webkit-transform 0.1s linear 0.53s;
	transition: -webkit-transform 0.1s linear 0.53s;
	transition: transform 0.1s linear 0.53s;
	transition: transform 0.1s linear 0.53s, -webkit-transform 0.1s linear 0.53s;
	-webkit-transform-origin: left;
	        transform-origin: left;
}
@media (min-width: 1201px) {
	.btn_more:hover {
		color: #1d689c;
		border-bottom-color: #1d689c;
		padding-left: 16px;
		padding-right: 16px;
		-webkit-transition: padding 0.2s linear 0s;
		transition: padding 0.2s linear 0s;
	}
	.btn_more:hover::after {
		right: -2px;
		left: -2px;
		-webkit-transform: scale3d(0, 1, 1);
		        transform: scale3d(0, 1, 1);
		-webkit-transform-origin: right;
		        transform-origin: right;
		-webkit-transition: right 0.2s cubic-bezier(1, 0, 0.65, 1.01), left 0s 0.3s, -webkit-transform 0.2s cubic-bezier(1, 0, 0.65, 1.01) 0.17s;
		transition: right 0.2s cubic-bezier(1, 0, 0.65, 1.01), left 0s 0.3s, -webkit-transform 0.2s cubic-bezier(1, 0, 0.65, 1.01) 0.17s;
		transition: transform 0.2s cubic-bezier(1, 0, 0.65, 1.01) 0.17s, right 0.2s cubic-bezier(1, 0, 0.65, 1.01), left 0s 0.3s;
		transition: transform 0.2s cubic-bezier(1, 0, 0.65, 1.01) 0.17s, right 0.2s cubic-bezier(1, 0, 0.65, 1.01), left 0s 0.3s, -webkit-transform 0.2s cubic-bezier(1, 0, 0.65, 1.01) 0.17s;
	}
	.btn_more:hover .line {
		-webkit-transform: scale3d(1, 1, 1);
		        transform: scale3d(1, 1, 1);
	}
	.btn_more:hover .line.right {
		-webkit-transition: -webkit-transform 0.1s cubic-bezier(1, 0, 0.65, 1.01) 0.3s;
		transition: -webkit-transform 0.1s cubic-bezier(1, 0, 0.65, 1.01) 0.3s;
		transition: transform 0.1s cubic-bezier(1, 0, 0.65, 1.01) 0.3s;
		transition: transform 0.1s cubic-bezier(1, 0, 0.65, 1.01) 0.3s, -webkit-transform 0.1s cubic-bezier(1, 0, 0.65, 1.01) 0.3s;
		-webkit-transform-origin: bottom;
		        transform-origin: bottom;
	}
	.btn_more:hover .line.top {
		-webkit-transition: -webkit-transform 0.1s linear 0.5s;
		transition: -webkit-transform 0.1s linear 0.5s;
		transition: transform 0.1s linear 0.5s;
		transition: transform 0.1s linear 0.5s, -webkit-transform 0.1s linear 0.5s;
		-webkit-transform-origin: right;
		        transform-origin: right;
	}
	.btn_more:hover .line.left {
		-webkit-transition: -webkit-transform 0.1s linear 0.58s;
		transition: -webkit-transform 0.1s linear 0.58s;
		transition: transform 0.1s linear 0.58s;
		transition: transform 0.1s linear 0.58s, -webkit-transform 0.1s linear 0.58s;
		-webkit-transform-origin: top;
		        transform-origin: top;
	}
	.btn_more:hover .line.bottom {
		-webkit-transition: -webkit-transform 0.5s cubic-bezier(0, 0.53, 0.29, 1) 0.66s;
		transition: -webkit-transform 0.5s cubic-bezier(0, 0.53, 0.29, 1) 0.66s;
		transition: transform 0.5s cubic-bezier(0, 0.53, 0.29, 1) 0.66s;
		transition: transform 0.5s cubic-bezier(0, 0.53, 0.29, 1) 0.66s, -webkit-transform 0.5s cubic-bezier(0, 0.53, 0.29, 1) 0.66s;
		-webkit-transform-origin: left;
		        transform-origin: left;
	}
}

.btn_moreTwo {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.btn_moreTwo .txt {
	color: #727272;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 0.96px;
	/*60*/
	line-height: 1.5625;
}
.btn_moreTwo .moreBtn {
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background-color: transparent;
	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;
	position: relative;
	margin-left: 16px;
}
.btn_moreTwo .moreBtn:before, .btn_moreTwo .moreBtn:after {
	position: absolute;
	top: 5px;
	content: "";
	border: solid #1d689c;
	display: inline-block;
	padding: 2.5px;
	opacity: 0;
}
.btn_moreTwo .moreBtn:before {
	left: 5px;
	border-width: 1px 0 0 1px;
}
.btn_moreTwo .moreBtn:after {
	right: 5px;
	border-width: 1px 1px 0 0;
}
.btn_moreTwo .moreBtn .icon {
	width: 20px;
	height: 20px;
	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;
	background-color: #f2f2f2;
	position: relative;
}
.btn_moreTwo .moreBtn .icon:before, .btn_moreTwo .moreBtn .icon:after {
	position: absolute;
	bottom: 0;
	content: "";
	border: solid #1d689c;
	display: inline-block;
	padding: 2.5px;
	opacity: 0;
}
.btn_moreTwo .moreBtn .icon:before {
	left: 0;
	border-width: 0 0 1px 1px;
}
.btn_moreTwo .moreBtn .icon:after {
	right: 0;
	border-width: 0px 1px 1px 0;
}
.btn_moreTwo .moreBtn .icon svg {
	color: #707070;
}
@media (min-width: 1201px) {
	.btn_moreTwo:hover .moreBtn:before, .btn_moreTwo:hover .moreBtn:after {
		top: 0;
		opacity: 1;
	}
	.btn_moreTwo:hover .moreBtn:before {
		left: 0;
	}
	.btn_moreTwo:hover .moreBtn:after {
		right: 0;
	}
	.btn_moreTwo:hover .moreBtn .icon {
		background-color: #1d689c;
	}
	.btn_moreTwo:hover .moreBtn .icon:before, .btn_moreTwo:hover .moreBtn .icon:after {
		bottom: -5px;
		opacity: 1;
	}
	.btn_moreTwo:hover .moreBtn .icon:before {
		left: -5px;
	}
	.btn_moreTwo:hover .moreBtn .icon:after {
		right: -5px;
	}
	.btn_moreTwo:hover .moreBtn .icon svg {
		color: #ffffff;
	}
}

.btn_morePro {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	max-width: 212px;
	width: 100%;
	color: #0175ae;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 0.96px;
	line-height: 1.5625;
	padding: 16px 0;
	position: relative;
}
.btn_morePro:after {
	position: absolute;
	left: 0;
	bottom: 0;
	content: "";
	width: 0;
	height: 2px;
	background-color: #1d689c;
}
@media (min-width: 1201px) {
	.btn_morePro:hover {
		color: #1d689c;
	}
	.btn_morePro:hover:after {
		width: 100%;
		-webkit-animation: line_ani 1s ease-in-out forwards;
		        animation: line_ani 1s ease-in-out forwards;
	}
}

@-webkit-keyframes line_ani {
	0% {
		-webkit-transform: scale3d(0, 1, 1);
		        transform: scale3d(0, 1, 1);
		-webkit-transform-origin: left;
		        transform-origin: left;
	}
	20% {
		-webkit-transform: scale3d(1, 1, 1);
		        transform: scale3d(1, 1, 1);
		-webkit-transform-origin: left;
		        transform-origin: left;
	}
	40% {
		-webkit-transform: scale3d(1, 1, 1);
		        transform: scale3d(1, 1, 1);
		-webkit-transform-origin: right;
		        transform-origin: right;
	}
	60% {
		-webkit-transform: scale3d(0, 1, 1);
		        transform: scale3d(0, 1, 1);
		-webkit-transform-origin: right;
		        transform-origin: right;
	}
	80% {
		-webkit-transform: scale3d(0, 1, 1);
		        transform: scale3d(0, 1, 1);
		-webkit-transform-origin: left;
		        transform-origin: left;
	}
	90% {
		-webkit-transform: scale3d(1, 1, 1);
		        transform: scale3d(1, 1, 1);
		-webkit-transform-origin: left;
		        transform-origin: left;
	}
}

@keyframes line_ani {
	0% {
		-webkit-transform: scale3d(0, 1, 1);
		        transform: scale3d(0, 1, 1);
		-webkit-transform-origin: left;
		        transform-origin: left;
	}
	20% {
		-webkit-transform: scale3d(1, 1, 1);
		        transform: scale3d(1, 1, 1);
		-webkit-transform-origin: left;
		        transform-origin: left;
	}
	40% {
		-webkit-transform: scale3d(1, 1, 1);
		        transform: scale3d(1, 1, 1);
		-webkit-transform-origin: right;
		        transform-origin: right;
	}
	60% {
		-webkit-transform: scale3d(0, 1, 1);
		        transform: scale3d(0, 1, 1);
		-webkit-transform-origin: right;
		        transform-origin: right;
	}
	80% {
		-webkit-transform: scale3d(0, 1, 1);
		        transform: scale3d(0, 1, 1);
		-webkit-transform-origin: left;
		        transform-origin: left;
	}
	90% {
		-webkit-transform: scale3d(1, 1, 1);
		        transform: scale3d(1, 1, 1);
		-webkit-transform-origin: left;
		        transform-origin: left;
	}
}
@media (min-width: 1025px) {
	.spotlightEffect {
		cursor: pointer;
		outline: none;
		position: relative;
		overflow: hidden;
	}
	.spotlightEffect.effect_gradient:before {
		background: radial-gradient(circle closest-side, #36cfca, transparent);
	}
	.spotlightEffect.effect_solidColor:before {
		background: radial-gradient(circle closest-side, #1aa6bb 0%, #1d689c 100%);
	}
	.spotlightEffect:before {
		content: "";
		position: absolute;
		width: 0;
		height: 0;
		left: var(--x);
		top: var(--y);
		border-radius: 50%;
		-webkit-transform: translate(-50%, -50%);
		        transform: translate(-50%, -50%);
		-webkit-transition: width 0.5s ease-in-out, height 0.5s ease-in-out;
		transition: width 0.5s ease-in-out, height 0.5s ease-in-out;
	}
	.spotlightEffect span,
.spotlightEffect svg {
		position: relative;
	}
}
@media (min-width: 1025px) and (min-width: 1201px) {
	.spotlightEffect:hover:before {
		width: 200px;
		height: 200px;
	}
}
.icon_search {
	color: #1d689c;
	width: 19px;
	height: 19px;
}

.icon_arrowRight,
.icon_arrowRight2 {
	color: #1d689c;
	width: 6px;
	height: 10px;
}

.icon_arrowDown,
.icon_arrowDown2 {
	color: #1d689c;
	width: 10px;
	height: 6px;
}

.icon_mail {
	color: #ffffff;
	width: 24px;
	height: 18px;
}

.icon_yt {
	color: rgba(255, 255, 255, 0.45);
	width: 34px;
	height: 25px;
}

.icon_linkedin {
	color: rgba(255, 255, 255, 0.45);
	width: 26px;
	height: 26px;
}

header .icon_linkedin {
	color: rgba(255, 255, 255, 1);
	width: 26px;
	height: 26px;
}

i.icon_linkedin {
	color: rgba(255, 255, 255, 0.45);
	font-size: 26px;
}

i.icon_linkedin:hover {
	color: rgba(255, 255, 255, 1);
}


.icon_chevronLeft,
.icon_chevronRight {
	color: #1d689c;
	width: 8px;
	height: 15px;
}

.spotlightEffect i {
	color: #1d689c;
	font-size: 24px;
	font-weight: 500;
	z-index: 10;
}

.spotlightEffect:hover i {
	color: #fff;
}

.icon_home {
	color: #7b7b7b;
	width: 15px;
	height: 12px;
}

.icon_file {
	color: #1d689c;
	width: 16px;
	height: 20px;
}

.icon_user {
	color: #1d689c;
	width: 17px;
	height: 17px;
}

.icon_search2 {
	color: #ffffff;
	width: 21px;
	height: 21px;
}

.icon_inquiry {
	color: #0175ae;
	width: 38px;
	height: 33px;
}

.icon_compare {
	color: #0175ae;
	width: 39px;
	height: 25px;
}

.btn_color_darkgray .icon_inquiry {
	color: #000000;
}
.btn_color_darkgray .icon_compare {
	color: #000000;
}

.icon_addr {
	color: #ffffff;
	width: 23px;
	height: 30px;
}

.icon_mail2 {
	color: #ffffff;
	width: 30px;
	height: 22px;
}

.icon_tel {
	color: #ffffff;
	width: 22px;
	height: 33px;
}

.icon_fax {
	color: #ffffff;
	width: 30px;
	height: 30px;
}

.icon_addr2 {
	color: #1d689c;
	width: 14px;
	height: 19px;
}

.icon_tel2 {
	color: #1d689c;
	width: 14px;
	height: 19px;
}

.icon_fax2 {
	color: #1d689c;
	width: 17px;
	height: 15px;
}

.icon_mail2 {
	color: #1d689c;
	width: 17px;
	height: 11px;
}

.icon_chevronDown {
	color: #ffffff;
	width: 9px;
	height: 5px;
}

.icon_link {
	color: #ffffff;
	width: 18px;
	height: 18px;
}

.icon_mail_thick {
	color: #ffffff;
	width: 17px;
	height: 13px;
}

.icon_envelope {
	color: #3694dc;
	width: 22px;
	height: 23px;
}

address {
	font-style: normal;
}

a {
	color: #000;
	cursor: pointer;
}
a:hover {
	color: #1d689c;
}

input[type=text],
input[type=password],
textarea,
button {
	-webkit-appearance: none;
	   -moz-appearance: none;
	        appearance: none;
	background-color: transparent;
	border: none;
	border-radius: 0;
	font-size: 16px;
	font-family: "Noto Sans TC", "Microsoft JhengHei", sans-serif;
	outline: none;
	padding: 0;
	margin: 0;
}

button {
	cursor: pointer;
}

select {
	cursor: pointer;
}

textarea {
	resize: vertical;
}

input[type=file],
input[type=file]::-webkit-file-upload-button {
	/* chromes and blink button */
	cursor: pointer;
}

div.titan {
	display: none;
}

[class*=col-] {
	float: left;
}

.col-1 {
	width: 100%;
}
.col-2 {
	width: 50%;
}
.col-3 {
	width: 33.33%;
}
.col-4 {
	width: 25%;
}
.col-5 {
	width: 20%;
}
@media (max-width: 480px) {
	.col-1, .col-2, .col-3, .col-4, .col-5 {
		float: none;
		width: 100%;
	}
}

.btnBox.flex {
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	margin: 0 -6px;
}
.btnBox.flex .btn {
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
	margin: 0 6px;
}
.btnBox.single.center {
	text-align: center;
}
.btnBox.single .btn {
	width: 100%;
	max-width: 200px;
}
@media (max-width: 480px) {
	.btnBox.single .btn {
		max-width: 100%;
	}
}
.btnBox.full .btn {
	width: 100%;
}
.btnBox .btn {
	display: inline-block;
	line-height: 1;
	font-size: 15px;
	font-weight: 400;
	letter-spacing: 0.02rem;
	padding: 15px 10px;
	position: relative;
	text-align: center;
	z-index: 1;
}
.btnBox .btn span {
	display: inline-block;
	margin-left: 5px;
}
.btnBox .btn_color_main {
	border: 1px solid #245f9a;
	background-color: #1d689c;
	color: #ffffff;
}
@media (min-width: 1201px) {
	.btnBox .btn_color_main:hover {
		border-color: #1a4671;
		background-color: #1f5386;
	}
}
.btnBox .btn_color_white {
	border: 1px solid #1d689c;
	background-color: #ffffff;
	color: #1d689c;
}
@media (min-width: 1201px) {
	.btnBox .btn_color_white:hover {
		border-color: #245f9a;
		background-color: #1d689c;
		color: #ffffff;
	}
}
.btnBox .btn_color_gray {
	border: 1px solid #bebebe;
	background-color: #cbcbcb;
	color: #ffffff;
}
@media (min-width: 1201px) {
	.btnBox .btn_color_gray:hover {
		border-color: #9e9e9e;
		background-color: #ababab;
	}
}
.btnBox .btn_color_darkgray {
	border: 1px solid #8d8d8d;
	background-color: #9a9a9a;
	color: #ffffff;
}
@media (min-width: 1201px) {
	.btnBox .btn_color_darkgray:hover {
		border-color: #6d6d6d;
		background-color: #7a7a7a;
	}
}
.btnBox .btn.animation::after {
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	z-index: -1;
	width: 0;
	height: 100%;
	background-color: #0175ae;
}
@media (min-width: 1201px) {
	.btnBox .btn.animation:hover {
		border-color: #0175ae;
	}
	.btnBox .btn.animation:hover::after {
		width: 100%;
		left: 0;
		right: auto;
	}
}

.outerWrap {
	padding-top: 95px;
	position: relative;
}
@media (max-width: 1180px) {
	.outerWrap {
		padding-top: 76px;
		padding-bottom: calc(60px + env(safe-area-inset-bottom));
	}
}
.outerWrap.bnrNoImg .bannerArea .pageBanner .bread {
	padding-bottom: 54px;
}
.outerWrap.bnrNoImg .bannerArea .pageBanner .bread .wrap {
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
.outerWrap.bnrNoImg .bannerArea .pageBanner .textBox {
	max-width: none;
	margin: 0 auto;
}
.outerWrap.bnrNoImg .bannerArea .pageBanner .textBox .titleBox {
	margin-bottom: 45px;
}
.outerWrap.bnrNoImg .bannerArea .pageBanner .textBox .titleBox:after {
	margin: 32px auto 0;
}
@media (max-width: 480px) {
	.outerWrap.bnrNoImg .bannerArea .pageBanner .textBox .titleBox {
		margin-bottom: 0;
	}
	.outerWrap.bnrNoImg .bannerArea .pageBanner .textBox .titleBox:after {
		margin-top: 25px;
	}
}
.outerWrap.bnrNoImg .bannerArea .pageBanner .bannerItem .Txt {
	padding: 80px 20px 0;
	position: relative;
	text-align: center;
}
@media (max-width: 768px) {
	.outerWrap.bnrNoImg .bannerArea .pageBanner .bannerItem .Txt {
		padding-top: 50px;
	}
}
@media (max-width: 480px) {
	.outerWrap.bnrNoImg .bannerArea .pageBanner .bannerItem .Txt {
		padding-top: 40px;
	}
}

.wrap {
	width: 100%;
	max-width: 1406px;
	margin: 0 auto;
	padding-left: 20px;
	padding-right: 20px;
}

@media (max-width: 768px) {
	.wrap {
	padding-left: 10px;
	padding-right: 10px;
	}
}

/*module*/
.moduleBox {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 1005;
	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;
	width: 100%;
	height: 100%;
	padding-left: 20px;
	padding-right: 20px;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	-webkit-transition-property: top, opacity, visibility;
	transition-property: top, opacity, visibility;
	-webkit-transition-duration: 0.5s;
	        transition-duration: 0.5s;
	-webkit-transition-timing-function: ease-in-out;
	        transition-timing-function: ease-in-out;
	/*洽詢車&購物車*/
	/*訂單查詢*/
	/*搜尋*/
	/*提醒使用cookie彈窗*/
}
.moduleBox.show {
	opacity: 1;
	visibility: visible;
}
.moduleBox.show .moduleWrap {
	opacity: 1;
	-webkit-transform: translateY(0);
	        transform: translateY(0);
}
.moduleBox .moduleWrap {
	position: relative;
	width: 100%;
	max-width: 670px;
	/*960px*/
	background-color: #ffffff;
	pointer-events: auto;
	padding-top: 60px;
	opacity: 0;
	-webkit-transform: translateY(30px);
	        transform: translateY(30px);
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	border: 5px solid #cfcfcf;
	border-radius: 2px;
}
.moduleBox .moduleTitle {
	color: #232323;
	font-size: 32px;
	font-weight: bold;
	letter-spacing: 1.92px;
	/*60*/
	line-height: 1.4375;
	padding-bottom: 13px;
	text-align: center;
}
@media (max-width: 480px) {
	.moduleBox .moduleTitle {
		font-size: 28px;
		letter-spacing: 1.68px;
	}
}
.moduleBox .moduleContent {
	width: 100%;
	max-height: calc(90vh - 50px);
	overflow-y: auto;
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 30px;
}
.moduleBox .moduleContent::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.15);
	box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.15);
	background-color: #f1f1f1;
}
.moduleBox .moduleContent::-webkit-scrollbar {
	width: 5px;
	height: 5px;
	background-color: #f1f1f1;
}
.moduleBox .moduleContent::-webkit-scrollbar-thumb {
	background: #1d689c;
}
.moduleBox .moduleClose {
	width: 50px;
	height: 50px;
	background: none;
	background-color: #1d689c;
	border: none;
	cursor: pointer;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1;
}
.moduleBox .moduleClose::before, .moduleBox .moduleClose::after {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -15px;
	margin-top: -0.5px;
	width: 30px;
	height: 1px;
	background-color: #ffffff;
}
.moduleBox .moduleClose::before {
	-webkit-transform: rotate(45deg);
	        transform: rotate(45deg);
}
.moduleBox .moduleClose::after {
	-webkit-transform: rotate(-45deg);
	        transform: rotate(-45deg);
}
.moduleBox .moduleClose:hover {
	background-color: #000000;
}
.moduleBox.moduleSide {
	left: auto;
	right: 0;
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
	padding: 0;
}
.moduleBox.moduleSide.show .moduleWrap {
	-webkit-transform: translateX(0);
	        transform: translateX(0);
}
.moduleBox.moduleSide .moduleWrap {
	max-width: 675px;
	height: 100%;
	-webkit-transform: translateX(30px) translateY(0);
	        transform: translateX(30px) translateY(0);
	border-left: 1px solid #e8e8e8;
	padding-top: 170px;
}
@media (max-width: 768px) {
	.moduleBox.moduleSide .moduleWrap {
		padding-top: 100px;
	}
}
.moduleBox.moduleSide .moduleClose {
	right: 20px;
	top: 20px;
	width: 54px;
	height: 54px;
	border-radius: 50%;
	background-color: #545454;
	-webkit-box-shadow: none;
	        box-shadow: none;
}
@media (min-width: 768px) {
	.moduleBox.moduleSide .moduleClose {
		left: -28px;
		top: 50%;
		-webkit-transform: translateY(-50%);
		        transform: translateY(-50%);
		right: auto;
	}
}
@media (min-width: 1201px) {
	.moduleBox.moduleSide .moduleClose:hover {
		background-color: #1d689c;
	}
}
.moduleBox.moduleSide .moduleClose:before, .moduleBox.moduleSide .moduleClose:after {
	width: 24px;
	margin-left: -12px;
	margin-top: 0;
}
.moduleBox.moduleSide .innerBox {
	max-width: 385px;
	margin: auto;
}
.moduleBox.moduleSide .innerBox .innerTitle {
	color: #1d689c;
	font-size: 28px;
	font-weight: bold;
	letter-spacing: 1.68px;
	/*60*/
	line-height: 1.285;
	text-align: center;
}
.moduleBox.moduleSide .innerBox .innerTitle:after {
	content: "";
	width: 30px;
	height: 1px;
	background-color: #1d689c;
	display: block;
	margin: 20px auto 30px;
}
.moduleBox.moduleSide .innerBox .Txt .title {
	color: #303030;
	font-size: 19px;
	font-weight: bold;
	letter-spacing: 0.76px;
	/*40*/
	line-height: 1.89;
	text-align: center;
}
.moduleBox.moduleSide .innerBox .Txt .txt {
	color: #727272;
	font-size: 15px;
	line-height: 2;
	margin-top: 8px;
}
.moduleBox.moduleSide .innerBox .Img {
	padding-top: 40px;
}
.moduleBox.moduleSide .innerBox .Img img {
	width: 100%;
	border: 1px solid #f0f0f0;
}
.moduleBox.moduleSide .innerBox .btnBox {
	padding-top: 30px;
}
.moduleBox.privacy .moduleWrap {
	max-width: 700px;
	padding-top: 50px;
	position: relative;
	z-index: 1004;
}
.moduleBox.privacy .moduleTitle {
	font-size: 20px;
	font-weight: 600;
	padding-bottom: 15px;
	text-align: left;
}
@media (max-width: 640px) {
	.moduleBox.privacy .moduleTitle {
		font-size: 18px;
		padding-bottom: 10px;
	}
}
.moduleBox.privacy .settingBox + .settingBox {
	margin-top: 25px;
}
.moduleBox.privacy .text {
	font-size: 15px;
	line-height: 1.35;
}
@media (max-width: 640px) {
	.moduleBox.privacy .text {
		font-size: 14px;
	}
}
.moduleBox.privacy .btnBox {
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	margin-top: 20px;
}
.moduleBox.privacy .btnBox .btn:not(.textLink) {
	padding: 15px;
}
.moduleBox.privacy .btnBox .btn.textLink {
	display: inline-block;
	font-size: 15px;
	font-weight: 500;
	position: relative;
}
.moduleBox.privacy .btnBox .btn.textLink::before {
	content: "";
	width: 0;
	height: 1px;
	background-color: #1d689c;
	position: absolute;
	bottom: -3px;
	left: 50%;
}
@media (min-width: 1201px) {
	.moduleBox.privacy .btnBox .btn.textLink:hover::before {
		width: 100%;
		left: 0;
	}
}
.moduleBox.privacy .customList .customItem:not(:last-child) {
	padding-bottom: 10px;
}
.moduleBox.privacy .customList .topBox {
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	margin-bottom: 15px;
	position: relative;
}
.moduleBox.privacy .customList .topBox::before {
	content: "";
	width: 9px;
	height: 9px;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	pointer-events: none;
	position: absolute;
	top: 50%;
	right: 0;
	z-index: 1;
	-webkit-transform: translateY(-80%) rotate(-45deg);
	        transform: translateY(-80%) rotate(-45deg);
}
.moduleBox.privacy .customList .topBox.open::before {
	-webkit-transform: translateY(-100%) rotate(45deg);
	        transform: translateY(-100%) rotate(45deg);
}
.moduleBox.privacy .customList .topBox .subtitle {
	width: 100%;
	cursor: pointer;
	font-size: 16px;
	font-weight: 500;
	line-height: 1;
	padding: 10px 20px 10px 0;
}
.moduleBox.privacy .customList .topBox .trigger {
	font-size: 15px;
	line-height: 1;
	position: absolute;
	top: 50%;
	right: 20px;
	z-index: 2;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
}
.moduleBox.privacy .customList .topBox .trigger .alwaysOn {
	color: #1d689c;
	font-size: 15px;
	font-weight: 500;
	display: inline-block;
	line-height: 1.35;
	padding-bottom: 3px;
}
.moduleBox.privacy .customList .topBox .trigger label {
	cursor: pointer;
	display: inline-block;
}
.moduleBox.privacy .customList .topBox .trigger label[for=cookie_necessary] {
	cursor: not-allowed;
}
.moduleBox.privacy .customList .topBox .trigger label input[type=checkbox] {
	-webkit-appearance: none;
	   -moz-appearance: none;
	        appearance: none;
	border: none;
	outline: none;
	opacity: 0;
	width: 100%;
	height: 100%;
	margin: auto;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.moduleBox.privacy .customList .topBox .trigger label input[type=checkbox]:checked + span {
	background-color: #5b9ad9;
}
.moduleBox.privacy .customList .topBox .trigger label input[type=checkbox]:checked + span::before {
	background-color: #2e79c4;
	-webkit-transform: translate(75%, -50%);
	        transform: translate(75%, -50%);
}
.moduleBox.privacy .customList .topBox .trigger label span {
	width: 38px;
	height: 14px;
	border-radius: 30px;
	background-color: #d9d9d9;
	display: block;
	margin-left: auto;
	position: relative;
}
.moduleBox.privacy .customList .topBox .trigger label span::before {
	content: "";
	width: 21px;
	height: 21px;
	border-radius: 50%;
	background-color: #b5b5b5;
	position: absolute;
	top: 50%;
	left: 0;
	z-index: 1;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
}
@media (min-width: 1201px) {
	.moduleBox.privacy .customList .topBox:hover .subtitle {
		color: #1d689c;
	}
}
@media (max-width: 640px) {
	.moduleBox.privacy .customList .topBox {
		margin-bottom: 5px;
	}
}
.moduleBox.privacy .customList .text {
	background-color: #e1e1e1;
	padding: 18px 15px;
}
@media (max-width: 640px) {
	.moduleBox.privacy .customList .text {
		padding: 15px 12px;
	}
}
.moduleBox.cart .text {
	color: #373737;
	font-size: 14px;
	letter-spacing: 0.05em;
	text-align: center;
}
.moduleBox.cart .text b {
	padding-left: 4px;
	padding-right: 4px;
	font-weight: 400;
	font-size: 18px;
	color: #1d689c;
}
.moduleBox.cart .cartBox {
	border-top: 2px solid #1d689c;
	border-bottom: 2px solid #d7d7d7;
	margin-top: 20px;
	margin-bottom: 20px;
	padding-top: 15px;
	padding-bottom: 15px;
}
.moduleBox.cart .cartList .cartItem {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.moduleBox.cart .cartList .cartItem:not(:first-child) {
	border-top: 1px solid #d7d7d7;
	margin-top: 12px;
	padding-top: 12px;
}
.moduleBox.cart .cartList .Img {
	width: 100px;
	padding-right: 10px;
}
.moduleBox.cart .cartList .Img img {
	width: 100%;
	display: block;
	-webkit-backface-visibility: hidden;
	        backface-visibility: hidden;
}
.moduleBox.cart .cartList .Txt {
	min-width: 0;
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
	padding-right: 10px;
	position: relative;
}
.moduleBox.cart .cartList .title {
	min-width: 0;
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
	padding-right: 5px;
}
.moduleBox.cart .cartList .title a {
	color: #000000;
	display: block;
	font-size: 15px;
	font-weight: 400;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
@media (min-width: 1201px) {
	.moduleBox.cart .cartList .title a:hover {
		color: #1d689c;
	}
}
.moduleBox.cart .cartList .spec {
	color: #6a6a6a;
	font-size: 14px;
	margin-bottom: 3px;
}
.moduleBox.cart .cartList .num {
	color: #6a6a6a;
	font-size: 14px;
	line-height: 1;
}
.moduleBox.cart .cartList .del {
	width: 35px;
	height: 35px;
	border: none;
	background-color: #eee;
	border-radius: 50%;
	color: #5f5f5f;
	cursor: pointer;
	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;
}
@media (min-width: 1201px) {
	.moduleBox.cart .cartList .del:hover {
		background-color: #1d689c;
		color: #ffffff;
	}
	.moduleBox.cart .cartList .del:hover svg {
		color: #ffffff;
	}
}
.moduleBox.cart .cartList .del svg {
	width: 15px;
	height: 18px;
	display: inline-block;
	vertical-align: middle;
}
@media (max-width: 400px) {
	.moduleBox.cart .cartList .Img {
		width: 85px;
	}
}
.moduleBox.orderCheck .moduleWrap {
	max-width: 480px;
}
@media (min-width: 641px) {
	.moduleBox.search .moduleContent {
		padding-left: 60px;
		padding-right: 60px;
	}
}
.moduleBox.search .moduleClose {
	width: 55px;
	height: 55px;
	background-color: #cfcfcf;
}
@media (min-width: 1201px) {
	.moduleBox.search .moduleClose:hover {
		background-color: #1d689c;
	}
}
.moduleBox.search .moduleTxt {
	color: #606060;
	font-size: 17px;
	letter-spacing: 0.68px;
	/*60*/
	line-height: 1.76;
	text-align: center;
}
@media (max-width: 480px) {
	.moduleBox.search .moduleTxt {
		font-size: 16px;
		letter-spacing: 0.96px;
	}
}
.moduleBox.search .searchBox {
	margin: 33px 0 16px;
	padding-top: 30px;
	position: relative;
	border-top: 3px solid #0175ae;
	border-radius: 1px;
}
.moduleBox.search .searchBox .inputBox {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
@media (max-width: 480px) {
	.moduleBox.search .searchBox .inputBox {
		-webkit-box-align: end;
		    -ms-flex-align: end;
		        align-items: flex-end;
	}
}
@media (max-width: 375px) {
	.moduleBox.search .searchBox .inputBox {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
}
.moduleBox.search .searchBox .inputBox .left {
	width: calc(100% - 58px);
	margin-right: 12px;
	border-radius: 3px;
	border: 1px solid #d7d7d7;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	padding: 0 30px 0 20px;
}
@media (max-width: 640px) {
	.moduleBox.search .searchBox .inputBox .left {
		padding: 0 20px;
	}
}
@media (max-width: 480px) {
	.moduleBox.search .searchBox .inputBox .left {
		border-radius: 0;
		border: 0;
		margin-right: 0;
		padding-left: 0;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		-webkit-box-align: start;
		    -ms-flex-align: start;
		        align-items: flex-start;
	}
}
@media (max-width: 375px) {
	.moduleBox.search .searchBox .inputBox .left {
		width: 100%;
		padding-right: 0;
		padding-bottom: 15px;
	}
}
.moduleBox.search .searchBox .inputBox .left .title {
	color: #303030;
	font-size: 17px;
	font-weight: 500;
	letter-spacing: 1.02px;
	line-height: 2.11;
	width: 75px;
	text-align: right;
	position: relative;
}
@media (max-width: 480px) {
	.moduleBox.search .searchBox .inputBox .left .title {
		padding-bottom: 5px;
		display: none;
	}
}
.moduleBox.search .searchBox .inputBox .left input {
	width: calc(100% - 75px);
	border: 0;
	color: #d2d2d2;
	font-size: 17px;
	height: 58px;
	line-height: 58px;
	padding-left: 23px;
}
@media (max-width: 480px) {
	.moduleBox.search .searchBox .inputBox .left input {
		width: 100%;
		font-size: 16px;
		border-radius: 3px;
		border: 1px solid #d7d7d7;
		padding: 0 15px;
	}
}
.moduleBox.search .searchBox .inputBox .left input::-webkit-input-placeholder {
	/* CSS 3 標準 */
	color: #d2d2d2;
}
.moduleBox.search .searchBox .inputBox .left input::-moz-placeholder {
	/* CSS 3 標準 */
	color: #d2d2d2;
}
.moduleBox.search .searchBox .inputBox .left input:-ms-input-placeholder {
	/* CSS 3 標準 */
	color: #d2d2d2;
}
.moduleBox.search .searchBox .inputBox .left input::-ms-input-placeholder {
	/* CSS 3 標準 */
	color: #d2d2d2;
}
.moduleBox.search .searchBox .inputBox .left input::placeholder {
	/* CSS 3 標準 */
	color: #d2d2d2;
}
.moduleBox.search .searchBox .inputBox .left input::-webkit-input-placeholder {
	/* Chrome, Safari */
	color: #d2d2d2;
}
.moduleBox.search .searchBox .inputBox .left input:-ms-input-placeholder {
	/* IE 10+ */
	color: #d2d2d2;
}
.moduleBox.search .searchBox .inputBox .left input::-moz-placeholder {
	/* Firefox 19+ */
	color: #d2d2d2;
	opacity: 1;
}
.moduleBox.search .searchBox .inputBox .right {
	width: 58px;
}
@media (max-width: 375px) {
	.moduleBox.search .searchBox .inputBox .right {
		width: 100%;
	}
}
.moduleBox.search .searchBox .inputBox .right a {
	width: 100%;
	height: 58px;
	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;
	border-radius: 2px;
	background-color: #1d689c;
	-webkit-box-shadow: 0px 5px 5px 0px rgba(165, 181, 189, 0.49);
	        box-shadow: 0px 5px 5px 0px rgba(165, 181, 189, 0.49);
}
.moduleBox.search .searchBox .inputBox .right a svg {
	color: #ffffff;
}
.moduleBox.cookie .moduleWrap {
	max-width: 480px;
}
.moduleBox.cookie .text {
	font-size: 14px;
	letter-spacing: 0.5px;
	line-height: 1.6;
}

.moduleMask {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 1003;
	background-color: rgba(0, 0, 0, 0.5);
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
}
.moduleMask.show {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
}

/*loading*/
.loadingArea {
	width: 100%;
	height: 100vh;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	background-color: #ffffff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	pointer-events: none;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 9999;
}
.loadingArea .loadLogo {
	width: 260px;
}
.loadingArea .loadLogo img {
	opacity: 0;
	-webkit-transform: translateY(20px);
	        transform: translateY(20px);
	-webkit-transition: all 1s ease;
	transition: all 1s ease;
	width: 100%;
	display: block;
	-webkit-backface-visibility: hidden;
	        backface-visibility: hidden;
}
.loadingArea.show {
	opacity: 1;
	pointer-events: auto;
}
.loadingArea.show .loadLogo img {
	opacity: 1;
	-webkit-transform: translateY(0);
	        transform: translateY(0);
}
.loadingArea.hide {
	opacity: 0;
}

/*header*/
header {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 50;
	/*background-color: #ffffff;*/
	background-color: rgba(255,255,255,1);
}
header:after {
	position: absolute;
	left: 0;
	bottom: 0;
	content: "";
	width: 100%;
	height: 1px;
	background-color: #ececec;
}
header .wrap {
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	padding: 0 0 0 56px;
	max-width: 100%;
	z-index: 1;
}
@media (max-width: 1440px) {
	header .wrap {
		padding: 0 0 0 30px;
	}
}
@media (max-width: 1180px) {
	header .wrap {
		padding: 0;
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
	}
}
header .logo {
	width: 265px;
}
header .logo a {
	display: block;
}
header .logo img {
	width: 100%;
	display: block;
	-webkit-backface-visibility: hidden;
	        backface-visibility: hidden;
}
@media (max-width: 1366px) {
	header .logo {
		width: 230px;
	}
}
@media (max-width: 1280px) {
	header .logo {
		width: 200px;
	}
}
@media (max-width: 1180px) {
	header .logo {
		width: calc(100% - 152px);
	}
	header .logo img {
		width: 200px;
		margin: 0 auto;
	}
}
@media (max-width: 480px) {
	header .logo img {
		/*width: 120px;*/
	}
}
@media (max-width: 375px) {
	header .logo img {
		/*width: 110px;*/
	}
}
header .rightBox {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	width: calc(100% - 165px);
	padding: 0 0 0 50px;
}
@media (max-width: 1366px) {
	header .rightBox {
		width: calc(100% - 140px);
		padding-left: 20px;
	}
}
@media (max-width: 1280px) {
	header .rightBox {
		width: calc(100% - 120px);
	}
}
@media (max-width: 1180px) {
	header .rightBox {
		display: none;
	}
}
header .menuBox {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
	width: calc(100% - 210px);
	padding-right: 105px;
}
@media (max-width: 1700px) {
	header .menuBox {
		padding-right: 30px;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
	}
}
@media (max-width: 1536px) {
	header .menuBox {
		width: calc(100% - 185px);
	}
}
@media (max-width: 1366px) {
	header .menuBox {
		padding-right: 20px;
	}
}
@media (max-width: 1280px) {
	header .menuBox {
		width: calc(100% - 165px);
		padding-right: 10px;
	}
}
header .topLink {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
	color: #484848;
	font-size: 19px;
	font-weight: 500;
	letter-spacing: 1.14px;
	width: 210px;
	height: 95px;
}
@media (max-width: 1536px) {
	header .topLink {
		width: 185px;
	}
}
@media (max-width: 1280px) {
	header .topLink {
		width: 165px;
		font-size: 17px;
	}
}
header .esgBox {
	width: 226px;
	padding: 0 28px 0 26px;
}
header .esgBox a {
	display: block;
	width: 100%;
	color: #545454;
	border: 1px solid #cecece;
	border-radius: 2px;
	text-align: center;
	padding: 5.5px 10px;
	position: relative;
	background-image: linear-gradient(30deg, #1d689c 50%, transparent 50%);
	background-size: 500px;
	background-repeat: no-repeat;
	background-position: 100%;
}
header .esgBox a span {
	position: relative;
	z-index: 1;
}
@media (min-width: 1201px) {
	header .esgBox a:hover {
		color: #ffffff;
		background-position: 0;
	}
}
header .searchBox {
	position: relative;
	height: 100%;
	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;
	padding: 0 30px;
	cursor: pointer;
}
@media (max-width: 1536px) {
	header .searchBox {
		padding: 0 20px;
	}
}
@media (min-width: 1201px) {
	header .searchBox:hover {
		color: #0175ae;
	}
}
header .searchBox:after {
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	content: "";
	width: 1px;
	height: 20px;
	background-color: #dcdcdc;
}
header .searchBox .searchTitle svg {
	margin-right: 12px;
	vertical-align: -2px;
}
header .searchBox .searchList {
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	top: 100%;
	background-color: #ffffff;
	-webkit-box-shadow: 0px 2px 9px 0px rgba(20, 18, 18, 0.23);
	        box-shadow: 0px 2px 9px 0px rgba(20, 18, 18, 0.23);
	width: 100%;
	padding: 5px 0;
	-webkit-transform: translateY(-10px);
	        transform: translateY(-10px);
	opacity: 0;
	pointer-events: none;
}
header .searchBox .searchList.show {
	opacity: 1;
	pointer-events: auto;
	-webkit-transform: translateY(0);
	        transform: translateY(0);
}
header .searchBox .searchList li {
	padding: 0 20px;
}
header .searchBox .searchList li:not(:last-child) a {
	border-bottom: 1px solid #dedede;
}
header .searchBox .searchList li a {
	display: block;
	color: #454545;
	font-size: 17px;
	font-weight: 500;
	letter-spacing: 0.68px;
	text-align: center;
	padding: 10px 10px 12px;
}
@media (min-width: 1201px) {
	header .searchBox .searchList li a:hover {
		color: #0175ae;
	}
}
header .languageBox {
	padding: 0 28px 0 26px;
	position: relative;
	height: 100%;
	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;
}
@media (max-width: 1536px) {
	header .languageBox {
		padding: 0 20px;
	}
}
header .languageBox .languageCurrent {
	cursor: pointer;
	position: relative;
}
@media (min-width: 1201px) {
	header .languageBox .languageCurrent:hover {
		color: #1d689c;
	}
}
header .languageBox .languageCurrent .txt {
	margin-right: 15px;
}
header .languageBox .languageCurrent svg {
	vertical-align: 4px;
}
header .languageBox .languageList {
	width: 100%;
	background-color: #ffffff;
	-webkit-box-shadow: 0px 2px 9px 0px rgba(20, 18, 18, 0.23);
	        box-shadow: 0px 2px 9px 0px rgba(20, 18, 18, 0.23);
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1;
	-webkit-transform: translateY(-10px);
	        transform: translateY(-10px);
	opacity: 0;
	pointer-events: none;
}
header .languageBox .languageList.show {
	opacity: 1;
	pointer-events: auto;
	-webkit-transform: translateY(0);
	        transform: translateY(0);
}
header .languageBox .languageList li:not(:first-child) {
	border-top: 1px solid #dedede;
}
header .languageBox .languageList li a {
	color: #454545;
	display: block;
	font-size: 17px;
	line-height: 1;
	letter-spacing: 0.5px;
	padding: 12.5px 10px;
	text-align: center;
}
header .languageBox .languageList li a:hover, header .languageBox .languageList li a.current {
	color: #0175ae;
}
header .contBox {
	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;
	width: 100px;
	height: 100%;
}
header .contBox.mCont {
	width: 76px;
	height: 76px;
}
header .contBox.mCont a {
	background-color: #fff;
}
header .contBox.mCont a i {
	color: #1d689c;
}
@media (min-width: 1181px) {
	header .contBox.mCont {
		display: none;
	}
}
@media (max-width: 1280px) {
	header .contBox {
		width: 90px;
	}
}
header .contBox a {
	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;
	width: 100%;
	height: 100%;
	background-color: #1d689c;
}

header .cont123 a {
	background-color: #1aa6bb;
}

header .contBox a i {
	color: #fff;
	z-index: 10;
	font-size: 21px;
}

header .menu {
	margin: 0 -25px;
}
@media (max-width: 1560px) {
	header .menu {
		margin: 0 -15px;
	}
}
@media (max-width: 1500px) {
	header .menu {
		margin: 0 -10px;
	}
}
@media (max-width: 1440px) {
	header .menu {
		margin: 0 -5px;
	}
}
@media (max-width: 1366px) {
	header .menu {
		margin: 0;
	}
}
header .menu > li {
	position: relative;
	display: inline-block;
	padding: 0 25px;
}
@media (max-width: 1560px) {
	header .menu > li {
		padding: 0 15px;
	}
}
@media (max-width: 1500px) {
	header .menu > li {
		padding: 0 10px;
	}
}
@media (max-width: 1440px) {
	header .menu > li {
		padding: 0 5px;
	}
}
@media (max-width: 1366px) {
	header .menu > li {
		padding: 0;
	}
}
@media (min-width: 1201px) {
	header .menu > li:hover > span > a:after {
		width: 100%;
	}
}
header .menu > li > span > a {
	font-size: 19px;
	letter-spacing: 1.14px;
	/*60*/
}
@media (max-width: 1280px) {
	header .menu > li > span > a {
		font-size: 17px;
		letter-spacing: 1.02px;
	}
}
header .menu > li > span > a:after {
	position: absolute;
	left: 0;
	bottom: -1px;
	content: "";
	width: 0;
	height: 3px;
	background-color: #1d689c;
	z-index: 2;
}
header .menu > li > span > a.current:after {
	width: 100%;
}
header .menu > li a {
	color: #545454;
	display: block;
	font-size: 17px;
	font-weight: 500;
	padding: 34px 10px;
	letter-spacing: 0.68px;
	/*40*/
	position: relative;
}
header .menu > li a .arrow {
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
}
header .menu > li a .arrow svg {
	color: #4d4d4d;
}
header .menu > li a.current, header .menu > li a:hover {
	color: #1d689c;
}
header .menu > li a.current svg, header .menu > li a:hover svg {
	color: #0175ae;
}

header .menu > li a .arrow i {
	color: #4d4d4d;
	font-size: 16px;
	font-weight: 900;
}
header .menu > li a.current i, header .menu > li a:hover i {
	color: #0175ae;
}

header .menu .submenu {
	width: 170px;
	display: none;
	position: absolute;
	top: calc(100% + 1px);
	left: 50%;
	z-index: 99;
	text-align: center;
	-webkit-transform: translateX(-50%);
	        transform: translateX(-50%);
	-webkit-box-shadow: 0px 2px 9px 0px rgba(20, 18, 18, 0.23);
	        box-shadow: 0px 2px 9px 0px rgba(20, 18, 18, 0.23);
	background-color: #f3f3f3;
}
header .menu .submenu li.overview {
	display: none;
}
header .menu .submenu li:not(:last-child) a {
	border-bottom: 1px solid #d7d7d7;
}
header .menu .submenu a {
	color: #4d4d4d;
	padding: 13.5px 10px;
	position: relative;
}
header .menu .submenu a.current, header .menu .submenu a:hover {
	color: #0175ae;
}
header .menu .subMenuBox {
	display: none;
	position: fixed;
	left: 0;
	right: 0;
	top: 95px;
	background-color: #f3f3f3;
	max-height: 495px;
	overflow: hidden;
}
header .menu .subMenuBox .wrap {
	max-width: 1420px;
	position: relative;
}
@media (min-width: 1441px) {
	header .menu .subMenuBox .wrap {
		padding: 0;
	}
}
header .menu .subMenuBox .mainGroup {
	width: 33.33%;
	/*484px*/
	height: 470px;
	padding: 50px 46px 50px 0;
}
header .menu .subMenuBox .mainGroup li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
header .menu .subMenuBox .mainGroup li.current a, header .menu .subMenuBox .mainGroup li:hover a {
	color: #0175ae;
}
header .menu .subMenuBox .mainGroup li a {
	width: 100%;
	display: block;
	color: #4d4d4d;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 1.08px;
	/*60*/
	padding: 21.2px 0;
	border-bottom: 1px solid #d7d7d7;
}
header .menu .subMenuBox .secGroup {
	position: absolute;
	top: 0;
	left: auto;
	right: 0;
	width: 66.67%;
	/*calc(100% - 484px)*/
	height: 100%;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: visibility 0.3s cubic-bezier(0.39, 0.575, 0.565, 1), opacity 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
	transition: visibility 0.3s cubic-bezier(0.39, 0.575, 0.565, 1), opacity 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
}
header .menu .subMenuBox .secGroup:after {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	content: "";
	width: 3px;
	height: calc(100% - 100px);
	background-color: #d6d6d6;
}
header .menu .subMenuBox .secGroup.active {
	opacity: 1;
	visibility: visible;
	z-index: 2;
}
header .menu .subMenuBox .secGroup.active .secLinkBox {
	opacity: 1;
	visibility: visible;
}
header .menu .subMenuBox .secGroup .secLinkBox {
	-webkit-box-flex: 1;
	    -ms-flex: 1 1 auto;
	        flex: 1 1 auto;
	width: auto;
	height: 100%;
	padding: 50px 0;
	position: relative;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: visibility 0.3s cubic-bezier(0.39, 0.575, 0.565, 1), opacity 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
	transition: visibility 0.3s cubic-bezier(0.39, 0.575, 0.565, 1), opacity 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
}
header .menu .subMenuBox .secGroup .secLinkBox .secLink {
	width: 50%;
	height: 100%;
	padding-right: 78px;
	overflow-y: auto;
}
header .menu .subMenuBox .secGroup .secLinkBox .secLink li {
	padding-left: 45px;
}
header .menu .subMenuBox .secGroup .secLinkBox .secLink li.current > a {
	color: #0175ae;
}
header .menu .subMenuBox .secGroup .secLinkBox .secLink li.current > a:before {
	height: 40px;
	opacity: 1;
}
header .menu .subMenuBox .secGroup .secLinkBox .secLink li a {
	display: block;
	width: 100%;
	color: #4d4d4d;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 1.08px;
	/*60*/
	padding: 21.2px 0;
	position: relative;
}
header .menu .subMenuBox .secGroup .secLinkBox .secLink li a:before {
	position: absolute;
	left: -45px;
	top: 0;
	bottom: 0;
	margin: auto;
	content: "";
	background-color: #0175ae;
	width: 3px;
	height: 0;
	opacity: 0;
	z-index: 3;
}
header .menu .subMenuBox .secGroup .secLinkBox .secLink li a:hover {
	color: #0175ae;
}
header .menu .subMenuBox .thirdGroup {
	position: absolute;
	top: 0;
	left: auto;
	right: 0;
	width: 50%;
	/*calc(100% - 484px)*/
	height: 100%;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: visibility 0.3s cubic-bezier(0.39, 0.575, 0.565, 1), opacity 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
	transition: visibility 0.3s cubic-bezier(0.39, 0.575, 0.565, 1), opacity 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
	z-index: 3;
}
header .menu .subMenuBox .thirdGroup:after {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	content: "";
	width: 3px;
	height: calc(100% - 100px);
	background-color: #d6d6d6;
}
header .menu .subMenuBox .thirdGroup.active {
	opacity: 1;
	visibility: visible;
}
header .menu .subMenuBox .thirdGroup.active .thirdLinkBox {
	opacity: 1;
	visibility: visible;
}
header .menu .subMenuBox .thirdGroup .thirdLinkBox {
	-webkit-box-flex: 1;
	    -ms-flex: 1 1 auto;
	        flex: 1 1 auto;
	width: auto;
	height: 100%;
	padding: 50px 0;
	position: relative;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: visibility 0.3s cubic-bezier(0.39, 0.575, 0.565, 1), opacity 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
	transition: visibility 0.3s cubic-bezier(0.39, 0.575, 0.565, 1), opacity 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
}
header .menu .subMenuBox .thirdGroup .thirdLinkBox .thirdLink {
	height: 100%;
	overflow-y: auto;
}

/*slideMenu*/
.slideMenuTrigger {
	width: 50px;
	height: 50px;
	border-radius: 10px;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	background-color: #1d689c;
	cursor: pointer;
	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-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	position: relative;
	margin-right: 10px;
}
@media (min-width: 1181px) {
	.slideMenuTrigger {
		display: none;
	}
}
.slideMenuTrigger .line {
	width: 28px;
	height: 1px;
	background-color: rgba(255, 255, 255, 1);
	display: inline-block;
	margin: auto;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
}
.slideMenuTrigger .line::before, .slideMenuTrigger .line::after {
	content: "";
	width: 100%;
	height: 1px;
	background-color: #ffffff;
	position: absolute;
	z-index: 1;
}
.slideMenuTrigger .line::before {
	top: 0;
	left: 0;
	-webkit-transform: translateY(-10px);
	        transform: translateY(-10px);
}
.slideMenuTrigger .line::after {
	bottom: 0;
	right: 0;
	-webkit-transform: translateY(10px);
	        transform: translateY(10px);
}
.slideMenuTrigger.show .line::before {
	left: -10px;
}
.slideMenuTrigger.show .line::after {
	right: -14px;
}
.slideMenuTrigger.close {
	margin-left: 0;
}
.slideMenuTrigger.close .line {
	background-color: transparent;
}
.slideMenuTrigger.close .line::before {
	top: 0;
	left: 0;
	-webkit-transform: translateY(0) rotate(45deg);
	        transform: translateY(0) rotate(45deg);
}
.slideMenuTrigger.close .line::after {
	bottom: 0;
	right: 0;
	-webkit-transform: translateY(0) rotate(-45deg);
	        transform: translateY(0) rotate(-45deg);
}
@media (min-width: 1201px) {
	.slideMenuTrigger:hover {
		background-color: #ffffff;
	}
	.slideMenuTrigger:hover span {
		background-color: #1d689c;
	}
	.slideMenuTrigger:hover span::before, .slideMenuTrigger:hover span::after {
		background-color: #1d689c;
	}
}
.slideMenuArea {
	width: 100%;
	max-width: 100%;
	height: 100vh;
	background-color: #f8f8f8;
	opacity: 0;
	overflow-x: hidden;
	padding-bottom: env(safe-area-inset-bottom);
	pointer-events: none;
	position: fixed;
	top: 76px;
	right: 0;
	z-index: 99;
	-webkit-transform: translateX(100%);
	        transform: translateX(100%);
	-webkit-transition: all 0.6s ease-in-out;
	transition: all 0.6s ease-in-out;
	-webkit-overflow-scrolling: touch;
}
.slideMenuArea::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.15);
	box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.15);
	background-color: #ffffff;
}
.slideMenuArea::-webkit-scrollbar {
	width: 5px;
	height: 5px;
	background-color: #ffffff;
}
.slideMenuArea::-webkit-scrollbar-thumb {
	background: #1d689c;
}
.slideMenuArea.show {
	opacity: 1;
	pointer-events: auto;
	-webkit-transform: translateX(0);
	        transform: translateX(0);
}
.slideMenuArea.show .funcBox {
	-webkit-animation: textSlideRightAnimation 0.5s 0.9s ease-in-out both;
	        animation: textSlideRightAnimation 0.5s 0.9s ease-in-out both;
}
.slideMenuArea.show .menuBox {
	-webkit-animation: textSlideRightAnimation 0.5s 0.5s ease-in-out both;
	        animation: textSlideRightAnimation 0.5s 0.5s ease-in-out both;
}
.slideMenuArea.show .menuBox .nav li.dropDown.open .submenu {
	-webkit-animation: textSlideDownAnimation 0.3s 0.15s ease-in-out both;
	        animation: textSlideDownAnimation 0.3s 0.15s ease-in-out both;
}
.slideMenuArea.show .contBox {
	-webkit-animation: textSlideRightAnimation 0.5s 0.8s ease-in-out both;
	        animation: textSlideRightAnimation 0.5s 0.8s ease-in-out both;
}
.slideMenuArea.show .socialBox {
	-webkit-animation: textSlideRightAnimation 0.5s 1.1s ease-in-out both;
	        animation: textSlideRightAnimation 0.5s 1.1s ease-in-out both;
}
.slideMenuArea.show .topLink {
	-webkit-animation: textSlideRightAnimation 0.5s 1.4s ease-in-out both;
	        animation: textSlideRightAnimation 0.5s 1.4s ease-in-out both;
}
.slideMenuArea.show .copyrightBox {
	-webkit-animation: textSlideRightAnimation 0.5s 1.7s ease-in-out both;
	        animation: textSlideRightAnimation 0.5s 1.7s ease-in-out both;
}
.slideMenuArea .wrap {
	padding-left: 0;
	padding-right: 0;
}
.slideMenuArea .topBox {
	padding: 21px 36px 36px;
	background-color: #f8f8f8;
	height: calc(100vh - 205px);
	/*228px*/
	overflow-y: auto;
}
@media (max-width: 768px) {
	.slideMenuArea .topBox {
		padding: 21px 20px 36px;
	}
}
@media (max-width: 460px) {
	.slideMenuArea .topBox {
		height: calc(100vh - 251px);
		/*296px*/
	}
}
.slideMenuArea .bottomBox {
	padding: 29px 36px 24px;
	background-color: #444444;
}
@media (max-width: 768px) {
	.slideMenuArea .bottomBox {
		padding: 29px 20px 24px;
	}
}
.slideMenuArea .funcBox {
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	padding: 15px 0;
	margin: 0 -10px;
}
.slideMenuArea .funcBox .languageBox {
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
	margin-bottom: 10px;
	padding: 0 10px;
	position: relative;
}
.slideMenuArea .funcBox .languageBox .languageCurrent {
	border-bottom: 1px solid #d7d7d7;
	color: #232323;
	cursor: pointer;
	padding-top: 5px;
	padding-bottom: 14px;
	padding-right: 15px;
	position: relative;
}
.slideMenuArea .funcBox .languageBox .languageCurrent::before {
	content: "";
	width: 7px;
	height: 7px;
	border-right: 1px solid #232323;
	border-bottom: 1px solid #232323;
	position: absolute;
	top: 50%;
	right: 10px;
	z-index: 1;
	-webkit-transform: translate(100%, -100%) rotate(45deg);
	        transform: translate(100%, -100%) rotate(45deg);
}
.slideMenuArea .funcBox .languageBox .languageList {
	width: calc(100% - 20px);
	background-color: #ffffff;
	-webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
	        box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
	opacity: 0;
	pointer-events: none;
	position: absolute;
	top: 100%;
	left: 50%;
	z-index: 1;
	-webkit-transform: translate(-50%, -5px);
	        transform: translate(-50%, -5px);
}
.slideMenuArea .funcBox .languageBox .languageList.show {
	opacity: 1;
	pointer-events: auto;
	-webkit-transform: translate(-50%, 0);
	        transform: translate(-50%, 0);
}
.slideMenuArea .funcBox .languageBox .languageList li:not(:first-child) {
	border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.slideMenuArea .funcBox .languageBox .languageList li a {
	display: block;
	font-size: 14px;
	line-height: 1;
	letter-spacing: 0.5px;
	padding: 10px 10px;
	text-align: center;
}
.slideMenuArea .funcBox .languageBox .languageList li a:hover, .slideMenuArea .funcBox .languageBox .languageList li a.current {
	background-color: #1d689c;
	color: #ffffff;
}
.slideMenuArea .funcBox .searchBox {
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
	padding: 0 10px;
}
.slideMenuArea .funcBox .searchBox input {
	height: 40px;
	border-bottom: 1px solid #d7d7d7;
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
	line-height: 40px;
}
.slideMenuArea .funcBox .searchBox button {
	width: 40px;
	height: 40px;
	border: 1px solid #1d689c;
	background-color: #1d689c;
	color: #ffffff;
	display: block;
	line-height: 38px;
	text-align: center;
}
@media (min-width: 1201px) {
	.slideMenuArea .funcBox .searchBox button:hover {
		background-color: #ffffff;
		color: #1d689c;
	}
}
.slideMenuArea .menuBox .nav > li {
	position: relative;
}
.slideMenuArea .menuBox .nav > li.dropDown > span {
	cursor: pointer;
	position: relative;
}
.slideMenuArea .menuBox .nav > li.dropDown > span:before, .slideMenuArea .menuBox .nav > li.dropDown > span:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	height: 2px;
	display: block;
}
.slideMenuArea .menuBox .nav > li.dropDown > span:before {
	width: 100%;
	background-color: #e2e2e2;
}
.slideMenuArea .menuBox .nav > li.dropDown > span:after {
	width: 40px;
	background-color: #1d689c;
}
.slideMenuArea .menuBox .nav > li.dropDown > span > a::before, .slideMenuArea .menuBox .nav > li.dropDown > span > a::after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 0 5px 6px;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	z-index: 1;
}
.slideMenuArea .menuBox .nav > li.dropDown > span > a::before {
	right: 12px;
	border-color: transparent transparent transparent #ababab;
}
.slideMenuArea .menuBox .nav > li.dropDown > span > a::after {
	right: 15px;
	border-color: transparent transparent transparent #f8f8f8;
}
.slideMenuArea .menuBox .nav > li.dropDown > span > a.current::before, .slideMenuArea .menuBox .nav > li.dropDown > span > a.current::after {
	border-width: 6px 5px 0 5px;
}
.slideMenuArea .menuBox .nav > li.dropDown > span > a.current::before {
	border-color: #0175ae transparent transparent transparent;
}
.slideMenuArea .menuBox .nav > li.dropDown > span > a.current::after {
	right: 12px;
	top: -5px;
	border-color: #f8f8f8 transparent transparent transparent;
}
.slideMenuArea .menuBox .nav > li.dropDown.open > span > a::before, .slideMenuArea .menuBox .nav > li.dropDown.open > span > a::after {
	border-width: 6px 5px 0 5px;
}
.slideMenuArea .menuBox .nav > li.dropDown.open > span > a::before {
	border-color: #0175ae transparent transparent transparent;
}
.slideMenuArea .menuBox .nav > li.dropDown.open > span > a::after {
	right: 12px;
	top: -3px;
	border-color: #f8f8f8 transparent transparent transparent;
}
.slideMenuArea .menuBox .nav > li.dropDown.open .submenu {
	display: block;
}
.slideMenuArea .menuBox .nav > li a {
	color: #444444;
	display: block;
	font-size: 17px;
	font-weight: 500;
	line-height: 1;
	letter-spacing: 1.36px;
	/*80*/
	padding: 22px 30px 22px 0;
	position: relative;
}
.slideMenuArea .menuBox .nav > li a.current {
	color: #1d689c;
}
@media (min-width: 1201px) {
	.slideMenuArea .menuBox .nav > li a:hover {
		color: #1d689c;
	}
}
.slideMenuArea .menuBox .nav .submenu {
	width: 100%;
	display: none;
	padding: 8px 0 8px 20px;
}
.slideMenuArea .menuBox .nav .submenu li a {
	color: #5a5a5a;
	font-size: 14px;
	padding: 13px 0 13px 6px;
	border-bottom: 1px solid #e2e2e2;
}
.slideMenuArea .menuBox .nav .submenu li a.current {
	color: #1d689c;
}
@media (min-width: 1201px) {
	.slideMenuArea .menuBox .nav .submenu li a:hover {
		color: #1d689c;
	}
}
.slideMenuArea .contSocialBox {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	padding-top: 31px;
}
.slideMenuArea .contSocialBox .contBox {
	width: 200px;
	margin-right: 38px;
}
.slideMenuArea .contSocialBox .contBox a {
	display: block;
	border-radius: 3px;
	background: rgb(92, 146, 201);
	background: -webkit-gradient(linear, left top, right top, from(rgb(92, 146, 201)), to(rgb(37, 106, 175)));
	background: linear-gradient(90deg, rgb(92, 146, 201) 0%, rgb(37, 106, 175) 100%);
	-webkit-box-shadow: 0px 1px 6px 0px rgba(38, 150, 205, 0.38);
	        box-shadow: 0px 1px 6px 0px rgba(38, 150, 205, 0.38);
	text-align: center;
	padding: 14px 0;
}
.slideMenuArea .contSocialBox .contBox a svg {
	width: 20px;
	height: 15px;
	margin-right: 12px;
	vertical-align: -2px;
}
.slideMenuArea .contSocialBox .contBox a i {
	font-size: 20px;
	margin-right: 12px;
	vertical-align: -1px;
	color: #ffffff;
}
.slideMenuArea .contSocialBox .contBox a span {
	color: #ffffff;
	font-size: 15px;
	font-weight: 500;
	letter-spacing: 1.2px;
}
.slideMenuArea .contSocialBox .socialBox {
	width: calc(100% - 200px);
}
.slideMenuArea .contSocialBox .socialBox .socialList {
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.slideMenuArea .contSocialBox .socialBox .socialList li:not(:last-child) {
	margin-right: 22px;
}
.slideMenuArea .contSocialBox .socialBox .socialList li a {
	display: block;
	text-align: center;
}
.slideMenuArea .contSocialBox .socialBox .socialList li a svg {
	display: inline-block;
	color: #1d689c;
	vertical-align: baseline;
}
.slideMenuArea .contSocialBox .socialBox .socialList li a svg.icon_linkedin {
	width: 19px;
	height: 19px;
}
.slideMenuArea .contSocialBox .socialBox .socialList li a svg.icon_yt {
	width: 26px;
	height: 19px;
}
.slideMenuArea .topLink {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	color: #ffffff;
	font-size: 17px;
	font-weight: 500;
	letter-spacing: 1.02px;
	/*60*/
	padding-bottom: 15px;
}
@media (max-width: 460px) {
	.slideMenuArea .topLink {
		font-size: 16px;
		letter-spacing: 0.96px;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}
}
.slideMenuArea .topLink .esgBox {
	width: 132px;
	margin-right: 11px;
}
@media (max-width: 500px) {
	.slideMenuArea .topLink .esgBox {
		margin-right: 0;
	}
}
@media (max-width: 460px) {
	.slideMenuArea .topLink .esgBox {
		width: 100%;
		margin-right: 0;
		margin-bottom: 10px;
	}
}
.slideMenuArea .topLink .esgBox a {
	color: #545454;
	display: block;
	width: 100%;
	border: 1px solid #cecece;
	border-radius: 2px;
	text-align: center;
	padding: 5.5px 10px;
	position: relative;
	background-color: #ffffff;
}
.slideMenuArea .topLink .esgBox a span {
	position: relative;
	z-index: 1;
}
.slideMenuArea .topLink .searchBox {
	position: relative;
	height: 100%;
	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;
	padding: 6.5px 26px 6.5px 26px;
	cursor: pointer;
}
@media (max-width: 500px) {
	.slideMenuArea .topLink .searchBox {
		padding: 6.5px 20px 6.5px 20px;
	}
}
@media (max-width: 460px) {
	.slideMenuArea .topLink .searchBox {
		width: 55%;
		padding: 6.5px 20px 6.5px 20px;
	}
}
@media (min-width: 1201px) {
	.slideMenuArea .topLink .searchBox:hover {
		color: #0175ae;
	}
}
.slideMenuArea .topLink .searchBox:after {
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	content: "";
	width: 1px;
	height: 20px;
	background-color: #848484;
}
.slideMenuArea .topLink .searchBox .searchTitle svg {
	color: #ffffff;
	margin-right: 12px;
	vertical-align: -2px;
}
.slideMenuArea .topLink .searchBox .searchList {
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	bottom: 100%;
	background-color: #ffffff;
	-webkit-box-shadow: 0px 2px 9px 0px rgba(20, 18, 18, 0.23);
	        box-shadow: 0px 2px 9px 0px rgba(20, 18, 18, 0.23);
	width: 100%;
	padding: 5px 0;
	-webkit-transform: translateY(10px);
	        transform: translateY(10px);
	opacity: 0;
	pointer-events: none;
}
.slideMenuArea .topLink .searchBox .searchList.show {
	opacity: 1;
	pointer-events: auto;
	-webkit-transform: translateY(0);
	        transform: translateY(0);
}
.slideMenuArea .topLink .searchBox .searchList li {
	padding: 0 20px;
}
.slideMenuArea .topLink .searchBox .searchList li:not(:last-child) a {
	border-bottom: 1px solid #dedede;
}
.slideMenuArea .topLink .searchBox .searchList li a {
	display: block;
	color: #454545;
	font-size: 17px;
	font-weight: 500;
	letter-spacing: 0.68px;
	text-align: center;
	padding: 10px 10px 12px;
}
@media (min-width: 1201px) {
	.slideMenuArea .topLink .searchBox .searchList li a:hover {
		color: #0175ae;
	}
}
.slideMenuArea .topLink .languageBox {
	position: relative;
	height: 100%;
	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;
	padding: 6.5px 28px 6.5px 26px;
}
@media (max-width: 500px) {
	.slideMenuArea .topLink .languageBox {
		padding: 6.5px 20px 6.5px 20px;
	}
}
@media (max-width: 460px) {
	.slideMenuArea .topLink .languageBox {
		width: 45%;
		padding: 6.5px 15px 6.5px 15px;
	}
}
.slideMenuArea .topLink .languageBox .languageCurrent {
	cursor: pointer;
	position: relative;
}
@media (min-width: 1201px) {
	.slideMenuArea .topLink .languageBox .languageCurrent:hover {
		color: #1d689c;
	}
}
.slideMenuArea .topLink .languageBox .languageCurrent .txt {
	margin-right: 17px;
}
.slideMenuArea .topLink .languageBox .languageCurrent svg {
	color: #ffffff;
	vertical-align: 4px;
}
.slideMenuArea .topLink .languageBox .languageList {
	width: 100%;
	background-color: #ffffff;
	-webkit-box-shadow: 0px 2px 9px 0px rgba(20, 18, 18, 0.23);
	        box-shadow: 0px 2px 9px 0px rgba(20, 18, 18, 0.23);
	position: absolute;
	bottom: 100%;
	left: 0;
	z-index: 1;
	-webkit-transform: translateY(10px);
	        transform: translateY(10px);
	opacity: 0;
	pointer-events: none;
}
.slideMenuArea .topLink .languageBox .languageList.show {
	opacity: 1;
	pointer-events: auto;
	-webkit-transform: translateY(0);
	        transform: translateY(0);
}
.slideMenuArea .topLink .languageBox .languageList li:not(:first-child) {
	border-top: 1px solid #dedede;
}
.slideMenuArea .topLink .languageBox .languageList li a {
	color: #454545;
	display: block;
	font-size: 17px;
	line-height: 1;
	letter-spacing: 0.5px;
	padding: 12.5px 10px;
	text-align: center;
}
.slideMenuArea .topLink .languageBox .languageList li a:hover, .slideMenuArea .topLink .languageBox .languageList li a.current {
	color: #0175ae;
}
.slideMenuArea .copyrightBox {
	color: #a1a1a1;
	font-size: 13px;
	font-weight: 500;
	letter-spacing: 0.52px;
	/*40*/
	line-height: 1.769;
}
.slideMenuArea .copyrightBox .allright .dash {
	display: none;
}
.slideMenuMask {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 98;
	background-color: rgba(0, 0, 0, 0.7);
	opacity: 0;
	pointer-events: none;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
.slideMenuMask.show {
	opacity: 1;
	pointer-events: auto;
}

/*banner*/
.bannerArea {
	clear: both;
	overflow: hidden;
	position: relative;
	z-index: 1;
}
.bannerArea .wrap {
	max-width: 100%;
	padding: 0;
}
.bannerArea .pageBanner .Txt {
	max-width: 1406px;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
}
.bannerArea .pageBanner .Img img {
	height: 555px;
	-o-object-fit: cover;
	   object-fit: cover;
	-o-object-position: center;
	   object-position: center;
}
@media (max-width: 992px) {
	.bannerArea .pageBanner .Img img {
		height: 450px;
	}
}
@media (max-width: 480px) {
	.bannerArea .pageBanner .Img img {
		height: 400px;
	}
}
.bannerArea .pageBanner .textBox {
	max-width: 600px;
}
@media (max-width: 480px) {
	.bannerArea .pageBanner .textBox .titleBox {
		margin-bottom: 20px;
	}
}
.bannerArea .pageBanner .textBox .titleBox:after {
	display: block;
	content: "";
	width: 94px;
	height: 3px;
	background-color: #1d689c;
	margin-top: 30px;
}
@media (max-width: 480px) {
	.bannerArea .pageBanner .textBox .titleBox:after {
		margin-top: 20px;
	}
}
@media (max-width: 375px) {
	.bannerArea .pageBanner .textBox .titleBox:after {
		margin-top: 10px;
	}
}
.bannerArea .pageBanner .textBox .titleBox .en_title {
	color: #1d689c;
	font-family: "Lato", sans-serif;
	font-size: 75px;
	font-weight: 900;
	line-height: 1;
	margin-bottom: 5px;
}
.bannerArea .pageBanner .textBox .titleBox .en_title span {
	color: #393939;
}
@media (max-width: 768px) {
	.bannerArea .pageBanner .textBox .titleBox .en_title {
		font-size: 55px;
		margin-bottom: 10px;
	}
}
@media (max-width: 480px) {
	.bannerArea .pageBanner .textBox .titleBox .en_title {
		font-size: 40px;
		margin-bottom: 5px;
	}
}
@media (max-width: 375px) {
	.bannerArea .pageBanner .textBox .titleBox .en_title {
		font-size: 35px;
		margin-bottom: 5px;
	}
}
.bannerArea .pageBanner .textBox .titleBox .tw_title {
	color: #373737;
	font-size: 38px;
	font-weight: bold;
	letter-spacing: 3.04px;
	/*80*/
	line-height: 1.47;
	position: relative;
}
@media (max-width: 480px) {
	.bannerArea .pageBanner .textBox .titleBox .tw_title {
		font-size: 25px;
		letter-spacing: 2.5px;
	}
}
.bannerArea .pageBanner .textBox .txt {
	color: #585858;
	font-size: 16px;
	letter-spacing: 0.96px;
	/*60*/
	line-height: 1.6875;
	max-width: 490px;
}
@media (max-width: 480px) {
	.bannerArea .pageBanner .textBox .txt {
		font-size: 15px;
		letter-spacing: 0.9px;
	}
}
@media (max-width: 375px) {
	.bannerArea .pageBanner .textBox .txt {
		font-size: 14px;
		letter-spacing: 0.84px;
	}
}
.bannerArea .bannerItem {
	position: relative;
}
.bannerArea .bannerItem .Txt {
	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-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	padding: 0 20px;
	z-index: 2;
	width: 100%;
	height: 100%;
	margin: auto;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.bannerArea .bannerItem .Img {
	position: relative;
	z-index: 1;
}
.bannerArea .bannerItem .Img img {
  width: 100%;
}
.bannerArea .bannerLink {
	display: block;
	z-index: 3;
	width: 100%;
	height: 100%;
	margin: auto;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
@media (max-width: 600px) {
	.bannerArea .bannerSeparate .Txt {
		padding-top: 50px;
		position: relative;
	}
	.bannerArea .bannerSeparate .Img img {
		height: auto;
		-o-object-fit: fill;
		   object-fit: fill;
	}
	.bannerArea .bannerSeparate .textBox {
		max-width: 100%;
	}
	.bannerArea .bannerSeparate .textBox .txt {
		max-width: 100%;
	}
}
@media (max-width: 480px) {
	.bannerArea .bannerSeparate .Txt {
		padding-top: 40px;
	}
}

/*文字跑馬燈*/
.marqueeArea {
	padding: 15px 0;
	background-color: rgb(6, 21, 64);
}
.marqueeArea h2 {
	float: left;
	margin-right: 20px;
	font-weight: 400;
	font-size: 15px;
	color: #ffffff;
}
@media (max-width: 640px) {
	.marqueeArea h2 {
		display: none;
	}
}
.marqueeArea h2 em {
	margin-left: 5px;
}
.marqueeArea .marqueeBox {
	max-height: 30px;
	overflow: hidden;
}
.marqueeArea .marqueeBox .marqueeTxtList {
	overflow: hidden;
}
.marqueeArea .marqueeBox .marqueeTxtItem {
	line-height: 20px;
}
.marqueeArea .marqueeBox .marqueeTxtItem .item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.marqueeArea .marqueeBox .marqueeTxtItem .date {
	display: inline-block;
	vertical-align: top;
	margin-right: 10px;
	font-size: 13px;
	color: #dbdbdb;
}
@media (max-width: 640px) {
	.marqueeArea .marqueeBox .marqueeTxtItem .date {
		display: none;
	}
}
.marqueeArea .marqueeBox .marqueeTxtItem .title {
	color: #ffffff;
	font-size: 15px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.marqueeArea .marqueeBox .marqueeTxtItem .title a {
	color: #ffffff;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
@media (min-width: 1201px) {
	.marqueeArea .marqueeBox .marqueeTxtItem .title a:hover {
		color: #1d689c;
	}
}

/*footer*/
footer {
	position: relative;
}
footer .goTop {
	position: absolute;
	right: 5.75vw;
	/*110px、5.8%*/
	bottom: 167px;
	/*167px*/
	width: 58px;
	height: 58px;
	border-radius: 50%;
	background-color: #565656;
	cursor: pointer;
	z-index: 10;
}
@media (max-width: 1750px) {
	footer .goTop {
		right: 50px;
	}
}
@media (max-width: 1600px) {
	footer .goTop {
		right: 20px;
		top: 50px;
		bottom: auto;
	}
}
@media (max-width: 992px) {
	footer .goTop {
		top: 30px;
	}
}
@media (max-width: 768px) {
	footer .goTop {
		width: 50px;
		height: 50px;
		right: 15px;
		top: auto;
		bottom: 20px;
	}
}
@media (max-width: 600px) {
	footer .goTop {
		display: none;
	}
}
@media (max-width: 480px) {
	footer .goTop {
		width: 44px;
		height: 44px;
		bottom: 20px;
	}
}
footer .goTop:after {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 5px 8px 5px;
	border-color: transparent transparent #ffffff transparent;
	z-index: 2;
}
@media (max-width: 480px) {
	footer .goTop:after {
		border-width: 0 4px 7px 4px;
	}
}
footer .topBox {
	padding-top: 50px;
	background-color: #2f2f2f;
}

@media (max-width: 768px) {
	footer .topBox {
	padding-top: 30px;
	}
}

footer .footerMenu {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	margin: 0 -5px;
	padding-bottom: 64px;
}
@media (max-width: 768px) {
	footer .footerMenu {
		display: none;
		padding-bottom: 20px;
	}
}
footer .footerMenu > li {
	/*width: 16.667%;*/
	width: 33.33%;
	padding: 0 5px 20px;
}
@media (max-width: 992px) {
	footer .footerMenu > li {
		width: 50%;
	}
}
@media (max-width: 768px) {
	footer .footerMenu > li {
		width: 50%;
	}
}
@media (max-width: 480px) {
	footer .footerMenu > li {
		width: 50%;
	}
}
footer .footerMenu > li a {
	display: block;
	font-size: 14px;
}
footer .footerMenu .mainLink {
	color: #ffffff;
	font-size: 19px;
	font-weight: 500;
	letter-spacing: 0.76px;
	/*40*/
	padding-bottom: 15px;
}
@media (min-width: 1201px) {
	footer .footerMenu .mainLink:hover {
		color: #1d689c;
	}
}
footer .footerMenu .submenu li {
	padding-bottom: 2px;
}
footer .footerMenu .submenu li a {
	display: block;
	color: #e4e4e4;
	font-size: 15px;
	line-height: 1.866;
	letter-spacing: 1.5px;
	/*100*/
}
@media (min-width: 1201px) {
	footer .footerMenu .submenu li a:hover {
		color: #1d689c;
	}
}
footer .infoSocialBox {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	border-top: 1px solid #5d5d5d;
	padding-top: 30px;
	padding-bottom: 11px;
}
footer .infoSocialBox .side_contactInfo {
	width: calc(100% - 100px);
	padding-right: 20px;
}
@media (max-width: 768px) {
	footer .infoSocialBox .side_contactInfo {
		width: 100%;
		padding-right: 0;
	}
	footer .infoSocialBox {
	border-top: none;
	padding-top: 0px;
	padding-bottom: 11px;
}
}
footer .infoSocialBox .side_contactInfo .infoList {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	padding-left: 4px;
}
footer .infoSocialBox .side_contactInfo .infoList li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 0.64px;
	margin-bottom: 17px;
}
footer .infoSocialBox .side_contactInfo .infoList li:not(:last-child) {
	padding-right: 36px;
}
@media (max-width: 992px) {
	footer .infoSocialBox .side_contactInfo .infoList li:not(:last-child) {
		padding-right: 25px;
	}
}
footer .infoSocialBox .side_contactInfo .infoList li .txt {
	color: #ffffff;
	padding-right: 17.5px;
	margin-right: 17.5px;
	position: relative;
	width: 60px;
}
@media (max-width: 480px) {
	footer .infoSocialBox .side_contactInfo .infoList li .txt {
		padding-right: 15px;
		margin-right: 15px;
		width: 55px;
	}
}
footer .infoSocialBox .side_contactInfo .infoList li .txt:after {
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	content: "";
	width: 1px;
	height: 18px;
	background-color: #c9c9c9;
}
footer .infoSocialBox .side_contactInfo .infoList li a, footer .infoSocialBox .side_contactInfo .infoList li span {
	color: #9b9b9b;
	line-height: 1.4375;
	position: relative;
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
}
@media (min-width: 1201px) {
	footer .infoSocialBox .side_contactInfo .infoList li a:hover {
		color: #ffffff;
	}
}
footer .infoSocialBox .socialBox {
	width: 100px;
	padding-right: 10px;
}
@media (max-width: 768px) {
	footer .infoSocialBox .socialBox {
		display: none;
	}
}
footer .infoSocialBox .socialBox .socialList {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
}
footer .infoSocialBox .socialBox .socialList li:not(:last-child) {
	padding-right: 29px;
}
footer .infoSocialBox .socialBox a {
	display: block;
}
@media (min-width: 1201px) {
	footer .infoSocialBox .socialBox a:hover svg {
		color: #ffffff;
	}
}
footer .logoSubsBox {
	padding: 34px 0 39px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
@media (max-width: 992px) {
	footer .logoSubsBox {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		padding: 35px 0;
	}
}
@media (max-width: 480px) {
	footer .logoSubsBox {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		-webkit-box-align: start;
		    -ms-flex-align: start;
		        align-items: flex-start;
	}
}
footer .logoSubsBox .footerLogo {
	width: 220px;
	padding-left: 7px;
}
footer .logoSubsBox .footerLogo a {
	display: block;
}
footer .logoSubsBox .footerLogo img {
	width: 165px;
}
@media (max-width: 992px) {
	footer .logoSubsBox .footerLogo {
		width: 200px;
	}
}
@media (min-width: 481px) and (max-width: 600px) {
	footer .logoSubsBox .footerLogo {
		width: 150px;
	}
	footer .logoSubsBox .footerLogo img {
		width: 120px;
	}
}
@media (max-width: 480px) {
	footer .logoSubsBox .footerLogo {
		width: 100%;
	}
}
footer .logoSubsBox .subsTxtBox {
	width: 345px;
	position: relative;
	padding-left: 35px;
}
@media (max-width: 992px) {
	footer .logoSubsBox .subsTxtBox {
		width: calc(100% - 200px);
		padding-left: 30px;
	}
}
@media (min-width: 481px) and (max-width: 600px) {
	footer .logoSubsBox .subsTxtBox {
		width: calc(100% - 150px);
	}
}
@media (max-width: 480px) {
	footer .logoSubsBox .subsTxtBox {
		width: 100%;
		padding-left: 0;
		padding-top: 20px;
		margin-top: 25px;
	}
}
footer .logoSubsBox .subsTxtBox:before {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	content: "";
	width: 3px;
	height: 53px;
	background-color: #ffffff;
}
@media (max-width: 480px) {
	footer .logoSubsBox .subsTxtBox:before {
		width: 60px;
		height: 3px;
		bottom: auto;
	}
}
footer .logoSubsBox .subsTxtBox .title {
	color: #ffffff;
	font-size: 21px;
	font-weight: bold;
	letter-spacing: 1.26px;
	/*80*/
	-ms-flex-negative: 0;
	    flex-shrink: 0;
}
footer .logoSubsBox .subsTxtBox .txt {
	color: #cdcdcd;
	font-size: 15px;
	font-weight: 350;
	letter-spacing: 1.2px;
	/*80*/
	padding-top: 7px;
}
footer .logoSubsBox .mailSubscribeBox {
	width: calc(100% - 565px);
}
@media (max-width: 992px) {
	footer .logoSubsBox .mailSubscribeBox {
		width: 100%;
		padding-top: 30px;
	}
}
footer .logoSubsBox .mailSubscribeBox .mailSubscribe {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
@media (max-width: 375px) {
	footer .logoSubsBox .mailSubscribeBox .mailSubscribe {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		-webkit-box-align: start;
		    -ms-flex-align: start;
		        align-items: flex-start;
	}
}
footer .logoSubsBox .mailSubscribeBox .mailSubscribe .inputBox {
	width: 71.932%;
	/*calc(100% - 215px)*/
	padding-right: 10px;
}
@media (max-width: 1180px) {
	footer .logoSubsBox .mailSubscribeBox .mailSubscribe .inputBox {
		width: calc(100% - 155px);
	}
}
@media (max-width: 992px) {
	footer .logoSubsBox .mailSubscribeBox .mailSubscribe .inputBox {
		width: 75%;
	}
}
@media (max-width: 768px) {
	footer .logoSubsBox .mailSubscribeBox .mailSubscribe .inputBox {
		width: calc(100% - 150px);
	}
}
@media (max-width: 414px) {
	footer .logoSubsBox .mailSubscribeBox .mailSubscribe .inputBox {
		width: calc(100% - 120px);
	}
}
@media (max-width: 375px) {
	footer .logoSubsBox .mailSubscribeBox .mailSubscribe .inputBox {
		width: 100%;
		padding-right: 0;
	}
}
footer .logoSubsBox .mailSubscribeBox .mailSubscribe .inputBox input {
	width: 100%;
	display: block;
	font-family: "Noto Sans TC";
	color: #a2a2a2;
	font-size: 15px;
	font-weight: 500;
	height: 55px;
	padding: 10px 36px;
	border-radius: 3px;
	border: 1px solid #8d8d8d;
	background-color: #5d5d5d;
}
footer .logoSubsBox .mailSubscribeBox .mailSubscribe .inputBox input:focus {
	border-color: #4a8ccd;
}
@media (max-width: 640px) {
	footer .logoSubsBox .mailSubscribeBox .mailSubscribe .inputBox input {
		padding: 10px 20px;
	}
}
@media (max-width: 414px) {
	footer .logoSubsBox .mailSubscribeBox .mailSubscribe .inputBox input {
		font-size: 14px;
	}
}
footer .logoSubsBox .mailSubscribeBox .mailSubscribe .inputBox input::-webkit-input-placeholder {
	/* CSS 3 標準 */
	color: #a2a2a2;
	font-size: 15px;
	font-weight: 500;
}
footer .logoSubsBox .mailSubscribeBox .mailSubscribe .inputBox input::-moz-placeholder {
	/* CSS 3 標準 */
	color: #a2a2a2;
	font-size: 15px;
	font-weight: 500;
}
footer .logoSubsBox .mailSubscribeBox .mailSubscribe .inputBox input:-ms-input-placeholder {
	/* CSS 3 標準 */
	color: #a2a2a2;
	font-size: 15px;
	font-weight: 500;
}
footer .logoSubsBox .mailSubscribeBox .mailSubscribe .inputBox input::-ms-input-placeholder {
	/* CSS 3 標準 */
	color: #a2a2a2;
	font-size: 15px;
	font-weight: 500;
}
footer .logoSubsBox .mailSubscribeBox .mailSubscribe .inputBox input::placeholder {
	/* CSS 3 標準 */
	color: #a2a2a2;
	font-size: 15px;
	font-weight: 500;
}
@media (max-width: 414px) {
	footer .logoSubsBox .mailSubscribeBox .mailSubscribe .inputBox input::-webkit-input-placeholder {
		font-size: 14px;
	}
	footer .logoSubsBox .mailSubscribeBox .mailSubscribe .inputBox input::-moz-placeholder {
		font-size: 14px;
	}
	footer .logoSubsBox .mailSubscribeBox .mailSubscribe .inputBox input:-ms-input-placeholder {
		font-size: 14px;
	}
	footer .logoSubsBox .mailSubscribeBox .mailSubscribe .inputBox input::-ms-input-placeholder {
		font-size: 14px;
	}
	footer .logoSubsBox .mailSubscribeBox .mailSubscribe .inputBox input::placeholder {
		font-size: 14px;
	}
}
footer .logoSubsBox .mailSubscribeBox .mailSubscribe .inputBox input::-webkit-input-placeholder {
	/* Chrome, Safari */
	color: #a2a2a2;
	font-size: 15px;
	font-weight: 500;
}
@media (max-width: 414px) {
	footer .logoSubsBox .mailSubscribeBox .mailSubscribe .inputBox input::-webkit-input-placeholder {
		font-size: 14px;
	}
}
footer .logoSubsBox .mailSubscribeBox .mailSubscribe .inputBox input:-ms-input-placeholder {
	/* IE 10+ */
	color: #a2a2a2;
	font-size: 15px;
	font-weight: 500;
}
@media (max-width: 414px) {
	footer .logoSubsBox .mailSubscribeBox .mailSubscribe .inputBox input:-ms-input-placeholder {
		font-size: 14px;
	}
}
footer .logoSubsBox .mailSubscribeBox .mailSubscribe .inputBox input::-moz-placeholder {
	/* Firefox 19+ */
	color: #a2a2a2;
	font-size: 15px;
	font-weight: 500;
	opacity: 1;
}
@media (max-width: 414px) {
	footer .logoSubsBox .mailSubscribeBox .mailSubscribe .inputBox input::-moz-placeholder {
		font-size: 14px;
	}
}
footer .logoSubsBox .mailSubscribeBox .mailSubscribe .btnBox {
	width: 28.068%;
	/*215px*/
	padding-top: 0;
}
@media (max-width: 1180px) {
	footer .logoSubsBox .mailSubscribeBox .mailSubscribe .btnBox {
		width: 155px;
	}
}
@media (max-width: 992px) {
	footer .logoSubsBox .mailSubscribeBox .mailSubscribe .btnBox {
		width: 25%;
	}
}
@media (max-width: 768px) {
	footer .logoSubsBox .mailSubscribeBox .mailSubscribe .btnBox {
		width: 150px;
	}
}
@media (max-width: 414px) {
	footer .logoSubsBox .mailSubscribeBox .mailSubscribe .btnBox {
		width: 120px;
	}
}
@media (max-width: 375px) {
	footer .logoSubsBox .mailSubscribeBox .mailSubscribe .btnBox {
		width: 100%;
		padding-top: 15px;
	}
}
footer .logoSubsBox .mailSubscribeBox .mailSubscribe .btnBox .btn {
	display: block;
	width: 100%;
	border-radius: 3px;
	color: #ffffff;
	font-size: 17px;
	font-weight: 500;
	letter-spacing: 1.36px;
	/*80*/
	padding: 18px 10px;
	-webkit-box-shadow: 0px 1px 6px 0px rgba(38, 150, 205, 0.38);
	        box-shadow: 0px 1px 6px 0px rgba(38, 150, 205, 0.38);
	background: -webkit-gradient(linear, left top, right top, from(rgb(92, 146, 201)), to(rgb(37, 106, 175)));
	background: linear-gradient(90deg, rgb(92, 146, 201) 0%, rgb(37, 106, 175) 100%);
}
@media (max-width: 414px) {
	footer .logoSubsBox .mailSubscribeBox .mailSubscribe .btnBox .btn {
		font-size: 15px;
		letter-spacing: 1.2px;
	}
}
footer .bottomBox {
	padding: 22px 0 20px;
	background-color: #232323;
}
@media (max-width: 768px) {
	footer .bottomBox {
		padding: 20px 0;
	}
}
footer .bottomBox .wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
footer .bottomBox .wrap .left {
	/*width: 80%;*/
	width: 100%;
		text-align: center;
}
footer .bottomBox .wrap .right {
	width: 20%;
	text-align: right;
}
@media (max-width: 768px) {
	footer .bottomBox .wrap {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
	footer .bottomBox .wrap .left,
footer .bottomBox .wrap .right {
		width: 100%;
		text-align: center;
	}
	footer .bottomBox .wrap .right {
		padding-top: 5px;
	}
}
footer .copyrightBox {
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	color: #a1a1a1;
	/*display: -webkit-box;
	display: -ms-flexbox;
	display: flex;*/
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	margin: 0 -5px;
	position: relative;
}
footer .copyrightBox .copyright {
	font-size: 13px;
	font-weight: 500;
	padding: 5px;
	text-align: center;
}
footer .privacyLink a {
	display: inline-block;
	color: #d0d0d0;
	font-size: 16px;
	font-weight: 300;
	letter-spacing: 1.6px;
	/*100*/
}
@media (min-width: 1201px) {
	footer .privacyLink a:hover {
		color: #ffffff;
	}
}

.privacyArea {
	width: 100%;
	max-width: 760px;
	background-color: rgba(0, 0, 0, 0.8);
	-webkit-box-shadow: 0 -2px 6px rgba(0, 0, 0, 0.1);
	        box-shadow: 0 -2px 6px rgba(0, 0, 0, 0.1);
	padding: 30px 0;
	position: fixed;
	bottom: 0;
	right: 0;
	z-index: 50;
}
.privacyArea.check {
	opacity: 0;
	-webkit-transform: translateY(100%);
	        transform: translateY(100%);
}
.privacyArea .wrap {
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
}
.privacyArea .text {
	width: 100%;
	color: #ffffff;
	font-size: 14px;
	line-height: 1.5;
	letter-spacing: 0.5px;
	text-align: center;
}
.privacyArea .text a {
	color: #1d689c;
	display: inline-block;
	margin-top: 8px;
	text-decoration: underline;
}
.privacyArea .text a:hover {
	color: #1d689c;
}
.privacyArea .btnBox {
	width: 100%;
	max-width: 360px;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	margin-top: 25px;
}
@media (max-width: 480px) {
	.privacyArea .btnBox {
		max-width: 100%;
	}
}

.fixedQuickLink {
	width: 100%;
	background-color: #000000;
	padding-bottom: env(safe-area-inset-bottom);
	position: fixed;
	left: 0;
	bottom: 0;
	z-index: 5;
}
@media (min-width: 1181px) {
	.fixedQuickLink {
		display: none;
	}
}
.fixedQuickLink ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.fixedQuickLink li {
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
}
.fixedQuickLink li:not(:last-child) {
	border-right: 1px solid rgba(255, 255, 255, 0.1);
}
.fixedQuickLink a, .fixedQuickLink button {
	width: 100%;
	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;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	height: 55px;
	font-size: 13px;
	color: #ffffff;
}
.fixedQuickLink i {
	margin-bottom: 5px;
}

.fixedSideLink {
	position: fixed;
	right: 30px;
	bottom: 40px;
	z-index: 20;
}
@media (max-width: 1180px) {
	.fixedSideLink {
		left: 0;
		right: 0;
		top: auto;
		-webkit-transform: none;
		        transform: none;
		bottom: 0;
		padding-bottom: env(safe-area-inset-bottom);
	}
}
@media (min-width: 1181px) {
	.fixedSideLink{display: none;}
	.fixedSideLink ul li {
		padding: 6px 0;
	}
	.fixedSideLink ul li.inquiry .Txt {
		padding-left: 20px;
	}
	.fixedSideLink ul li.goTop {
		display: none;
	}
	.fixedSideLink ul li a {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
		position: relative;
		width: 60px;
		height: 60px;
		border-radius: 30px;
		margin-right: 0;
		margin-left: auto;
		-webkit-transition: all 0.5s;
		transition: all 0.5s;
	}
}
@media (min-width: 1181px) and (min-width: 1201px) {
	.fixedSideLink ul li a:hover {
		color: #1d689c;
		width: 200px;
		border-radius: 30px;
		background-color: #1aa6bb;
		-webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.08);
		        box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.08);
		padding: 10px;
	}
	.fixedSideLink ul li a:hover .icon {
		width: 44px;
		height: 44px;
		background-color: #ffffff;
		-webkit-box-shadow: none;
		        box-shadow: none;
	}
	.fixedSideLink ul li a:hover .icon svg {
		color: #0175ae;
	}
	.fixedSideLink ul li a:hover .icon svg.icon_inquiry {
		width: 28px;
		height: 24px;
	}
	.fixedSideLink ul li a:hover .icon svg.icon_compare {
		width: 28px;
		height: 26px;
	}
	.fixedSideLink ul li a:hover .Txt {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		opacity: 1;
	}
}
@media (min-width: 1181px) {
	.fixedSideLink ul li a .icon {
		position: relative;
		width: 60px;
		height: 60px;
		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;
		border-radius: 50%;
		background-color: #1aa6bb;
		-webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.08);
		        box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.08);
	}
	.fixedSideLink ul li a .icon svg {
		color: #ffffff;
	}
	.fixedSideLink ul li a .icon svg.icon_inquiry {
		width: 33px;
		height: 28px;
	}
	.fixedSideLink ul li a .icon svg.icon_compare {
		width: 37px;
		height: 24px;
	}
}
@media (min-width: 1181px) {
	.fixedSideLink ul li a .Txt {
		width: calc(100% - 44px);
		white-space: nowrap;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		opacity: 0;
		display: none;
		-webkit-transition: all 0.5s;
		transition: all 0.5s;
		padding-left: 10px;
	}
	.fixedSideLink ul li a .Txt .title {
		color: #ffffff;
		font-size: 19px;
		font-weight: 500;
		letter-spacing: 1.14px;
		/*60*/
		padding-right: 10px;
	}
	.fixedSideLink ul li a .Txt .num {
		width: 28px;
		height: 28px;
		border-radius: 50%;
		background-color: #dfe3e5;
		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;
		color: #1aa6bb;
		font-size: 18px;
		font-weight: 500;
		font-family: "Outfit", sans-serif;
	}
}
@media (max-width: 1180px) {
	.fixedSideLink ul {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		background-color: #1d689c;
		-webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.08);
		        box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.08);
	}
	.fixedSideLink ul li {
		-webkit-box-flex: 1;
		    -ms-flex: 1;
		        flex: 1;
		height: 60px;
		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;
	}
	.fixedSideLink ul li.inquiry .Txt .title {
		padding-right: 0;
	}
	.fixedSideLink ul li.goTop {
		display: block;
		color: #ffffff;
		font-family: "Outfit", sans-serif;
		font-size: 16px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
	}
	.fixedSideLink ul li.goTop .icon {
		width: 34px;
		height: 34px;
		border-radius: 50%;
		background-color: #ffffff;
		position: relative;
		margin-right: 10px;
	}
}
@media (max-width: 1180px) and (max-width: 537px) {
	.fixedSideLink ul li.goTop .icon {
		display: none;
	}
}
@media (max-width: 1180px) {
	.fixedSideLink ul li.goTop .icon:before {
		position: absolute;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		margin: auto;
		content: "";
		display: block;
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 0 5px 8px 5px;
		border-color: transparent transparent #1d689c transparent;
		z-index: 2;
	}
}
@media (max-width: 1180px) {
	.fixedSideLink ul li:not(:last-child) {
		position: relative;
	}
	.fixedSideLink ul li:not(:last-child):after {
		content: "";
		position: absolute;
		right: 0;
		top: 50%;
		-webkit-transform: translateY(-50%);
		        transform: translateY(-50%);
		width: 1px;
		height: 50%;
		background-color: #67cdff;
	}
}
@media (max-width: 1180px) {
	.fixedSideLink ul li a {
		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;
		position: relative;
		-webkit-transition: all 0.5s;
		transition: all 0.5s;
	}
	.fixedSideLink ul li a .icon {
		position: relative;
		height: 34px;
		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;
		border-radius: 50%;
		background-color: #ffffff;
		padding: 5px;
		-webkit-transition: all 0.5s;
		transition: all 0.5s;
		margin-right: 10px;
	}
}
@media (max-width: 1180px) and (max-width: 537px) {
	.fixedSideLink ul li a .icon {
		display: none;
	}
}
@media (max-width: 1180px) {
	.fixedSideLink ul li a .icon svg {
		color: #0175ae;
	}
	.fixedSideLink ul li a .icon svg.icon_inquiry {
		width: 24px;
		height: 20px;
	}
	.fixedSideLink ul li a .icon svg.icon_compare {
		width: 24px;
		height: 22px;
	}
}
@media (max-width: 1180px) {
	.fixedSideLink ul li a .Txt {
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-transition: all 0.5s;
		transition: all 0.5s;
	}
	.fixedSideLink ul li a .Txt .title {
		color: #ffffff;
		font-size: 16px;
		font-weight: 500;
		letter-spacing: 0.96px;
		/*60*/
		padding-right: 8px;
	}
	.fixedSideLink ul li a .Txt .num {
		width: 22px;
		height: 22px;
		border-radius: 50%;
		background-color: #f9f9f9;
		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;
		color: #1aa6bb;
		font-size: 13px;
		font-weight: 500;
		font-family: "Outfit", sans-serif;
	}
}
@media (max-width: 375px) {
	.fixedSideLink ul li.goTop {
		font-size: 15px;
	}
	.fixedSideLink ul li a .Txt .title {
		font-size: 15px;
		letter-spacing: 0.9px;
		padding-right: 5px;
	}
	.fixedSideLink ul li a .Txt .num {
		width: 20px;
		height: 20px;
		font-size: 12px;
	}
}

/*後台預覽模式*/
.adminPreviewArea {
	max-width: 320px;
	border: 4px solid #ffe2e2;
	border-radius: 5px;
	background: #fdc9c9;
	color: #000000;
	padding: 20px;
	position: fixed;
	top: 15px;
	right: 0;
	z-index: 99999;
}
.adminPreviewArea button {
	text-decoration: underline;
}

/*後台登入模式*/
.adminLoginArea {
	width: 100%;
	background-color: rgba(180, 0, 0, 0.85);
	color: #ffffff;
	font-size: 15px;
	line-height: 1;
	letter-spacing: 0.5px;
	padding-bottom: env(safe-area-inset-bottom);
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 99999;
	text-align: center;
}
.adminLoginArea p {
	padding: 20px 15px;
}

/*********內頁**********/
.mainArea {
	padding: 65px 0 80px;
}
@media (max-width: 768px) {
	.mainArea {
		padding: 50px 0 70px;
	}
}
.mainArea > .bread {
	/*display: none;*/
}
.mainArea .contentBox {
	clear: both;
}
.mainArea.compare {
	min-height: 100vh;
}

.titleBox {
	position: relative;
	margin-bottom: 30px;
}
.titleBox .titleEn {
	font-family: "Lato", sans-serif;
}
.titleBox .titleTw,
.titleBox .titleEn {
	color: #303030;
	font-size: 43px;
	font-weight: bold;
	letter-spacing: 3.44px;
	/*80*/
	line-height: 1.5;
}
@media (max-width: 992px) {
	.titleBox .titleTw,
.titleBox .titleEn {
		font-size: 32px;
		letter-spacing: 2.56px;
	}
}
@media (max-width: 768px) {
	.titleBox .titleTw,
.titleBox .titleEn {
		font-size: 30px;
		letter-spacing: 2.4px;
	}
}
.titleBox .titleTw.bar:after,
.titleBox .titleEn.bar:after {
	display: block;
	content: "";
	width: 36px;
	height: 3px;
	margin: 33px auto 23px;
	background-color: #1d689c;
}
@media (max-width: 992px) {
	.titleBox .titleTw.bar:after,
.titleBox .titleEn.bar:after {
		margin-top: 20px;
	}
}
.titleBox .titleSub {
	color: #1d689c;
	font-size: 23px;
	font-weight: 500;
	letter-spacing: 1.84px;
	/*80*/
	margin-top: 6px;
}
@media (max-width: 992px) {
	.titleBox .titleSub {
		font-size: 17px;
		letter-spacing: 1.36px;
	}
}
.titleBox .titleSub.bar:after {
	display: block;
	content: "";
	width: 36px;
	height: 3px;
	margin: 29px auto 23px;
	background-color: #1d689c;
}
.titleBox .text {
	color: #464646;
	font-size: 17px;
	line-height: 1.94;
	max-width: 780px;
	text-align: center;
	margin: 0 auto;
}

.filterBox .filterTitle {
	color: #424242;
	font-size: 32px;
	font-weight: bold;
	letter-spacing: 1.92px;
	/*60*/
	line-height: 1.4375;
	padding-bottom: 33px;
}
@media (max-width: 480px) {
	.filterBox .filterTitle {
		font-size: 28px;
		letter-spacing: 1.68px;
		padding-bottom: 25px;
	}
}
.filterBox .filterTableBox {
	position: relative;
	border-radius: 3px;
}
.filterBox .filterTableBox::before {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	content: "";
	-webkit-box-shadow: 0px 3px 12px 0px rgba(82, 82, 82, 0.09);
	        box-shadow: 0px 3px 12px 0px rgba(82, 82, 82, 0.09);
	height: calc(100% - 45px);
}
.filterBox .scrollBox {
	white-space: nowrap;
	overflow-x: auto;
	padding-bottom: 40px;
	border-radius: 3px;
}
.filterBox .scrollBox.dragscroll table {
	cursor: move;
}
.filterBox .scrollBox::-webkit-scrollbar {
	height: 5px;
}
.filterBox .scrollBox::-webkit-scrollbar-track {
	background-color: #e7e7e7;
}
.filterBox .scrollBox::-webkit-scrollbar-thumb {
	height: 5px;
	background-color: #1d689c;
}
.filterBox .scrollBox::-webkit-scrollbar-thumb:hover {
	background-color: #0175ae;
}
.filterBox .scrollBox::-webkit-scrollbar:vertical {
	display: none;
}
.filterBox .filterTable {
	width: 100%;
	border-collapse: collapse;
}
.filterBox .filterTable th,
.filterBox .filterTable td {
	text-align: left;
}
.filterBox .filterTable th {
	color: #ffffff;
	font-size: 19px;
	font-weight: bold;
	letter-spacing: 1.71px;
	/*90*/
	background-color: #1d689c;
	position: relative;
	padding: 39px 40px 39px 23px;
}
@media (max-width: 768px) {
	.filterBox .filterTable th {
		font-size: 17px;
		letter-spacing: 1.71px;
		padding: 24px 30px 24px 30px;
	}
}
@media (max-width: 480px) {
	.filterBox .filterTable th {
		font-size: 16px;
		letter-spacing: 1.44px;
		padding: 24px 15px 24px 15px;
	}
}
.filterBox .filterTable th:first-child {
	padding-left: 35px;
}
@media (max-width: 768px) {
	.filterBox .filterTable th:first-child {
		padding-left: 30px;
	}
}
@media (max-width: 480px) {
	.filterBox .filterTable th:first-child {
		padding-left: 20px;
	}
}
.filterBox .filterTable th:not(:last-child):after {
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	content: "";
	background-color: #43a2d1;
	width: 1px;
	height: 60px;
}
.filterBox .filterTable td {
	color: #424242;
	font-size: 17px;
	letter-spacing: 1.02px;
	background-color: #ffffff;
	padding: 22px 25px 45px 30px;
	position: relative;
	vertical-align: top;
	height: 380px;
}
@media (max-width: 768px) {
	.filterBox .filterTable td {
		padding: 20px 25px 30px 30px;
		font-size: 14px;
		letter-spacing: 0.07px;
	}
}
@media (max-width: 480px) {
	.filterBox .filterTable td {
		padding: 20px 25px 30px 25px;
	}
}
.filterBox .filterTable td:not(:last-child):after {
	position: absolute;
	right: 0;
	top: 19px;
	width: 2px;
	height: calc(100% - 30px);
	content: "";
	background-image: url(../images/dot_line.png);
	background-repeat: repeat-y;
}
.filterBox .filterTable td:not(.link) {
	font-family: "Noto Sans TC";
}
.filterBox .filterTable td.link a {
	color: #0175ae;
	font-size: 16px;
}
@media (min-width: 1201px) {
	.filterBox .filterTable td.link a:hover {
		color: #1d689c;
	}
	.filterBox .filterTable td.link a:hover svg {
		color: #1d689c;
	}
}
.filterBox .filterTable td.link a svg {
	color: #0175ae;
}
.filterBox .filterTable td.link a svg.icon_file {
	vertical-align: -4px;
	margin-right: 9px;
}
.filterBox .filterTable td.link a svg.icon_user {
	vertical-align: -2px;
	margin-right: 8px;
}
.filterBox .innerBox {
	height: 100%;
}
.filterBox .listBox {
	height: calc(100% - 25px);
}
.filterBox .filterList {
	overflow-y: auto;
	height: 280px;
	padding-right: 25px;
	/* ===== Scrollbar CSS ===== */
	scrollbar-width: auto;
	scrollbar-color: #52b2e1 #e7e7e7;
	/* Chrome, Edge, and Safari */
}
@media (max-width: 480px) {
	.filterBox .filterList {
		height: 300px;
	}
}
.filterBox .filterList::-webkit-scrollbar {
	width: 7px;
}
.filterBox .filterList::-webkit-scrollbar-track {
	border-radius: 4px;
	background: #e7e7e7;
}
.filterBox .filterList::-webkit-scrollbar-thumb {
	background-color: #52b2e1;
	border-radius: 4px;
	border: 0;
}
.filterBox .filterList.mhzList {
	height: 140px;
}
.filterBox .clearBtn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	color: #1d689c;
	font-size: 15px;
	letter-spacing: 0.21px;
	cursor: pointer;
	height: 25px;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.filterBox .clearBtn.hide {
	pointer-events: none;
	opacity: 0;
}
.filterBox .clearBtn .icon {
	width: 17px;
	height: 17px;
	-webkit-transform: rotate(45deg);
	        transform: rotate(45deg);
	position: relative;
	margin-top: 2px;
	margin-right: 8px;
}
.filterBox .clearBtn .icon:before, .filterBox .clearBtn .icon:after {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	content: "";
	background-color: #1d689c;
}
.filterBox .clearBtn .icon:before {
	width: 100%;
	height: 1px;
}
.filterBox .clearBtn .icon:after {
	width: 1px;
	height: 100%;
}
.filterBox .checkStyle .dot {
	width: 22px;
	height: 22px;
	margin-right: 9px;
	border-radius: 3px;
}
.filterBox .checkStyle .dot:before {
	border-radius: 3px;
	width: 12px;
	height: 12px;
	margin-top: -6px;
	margin-left: -6px;
}
.filterBox .checkStyle .txt {
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 0.64px;
	line-height: 2.125;
	width: calc(100% - 31px);
}
@media (max-width: 768px) {
	.filterBox .checkStyle .txt {
		font-size: 14px;
	}
}
.filterBox .proTab {
	margin-top: 0;
}
.filterBox .proTab li:not(:last-child) a:after {
	display: none;
}
.filterBox .proTab {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
.filterBox .proTab li {
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
	padding-right: 50px;
}
.filterBox .proTab a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	color: #606060;
	font-size: 16px;
	letter-spacing: 0.64px;
	/*40*/
	position: relative;
	z-index: 2;
}
.filterBox .proTab a .dot {
	width: 22px;
	height: 22px;
	display: block;
	border-radius: 50%;
	border: 1px solid #d8d8d8;
	position: relative;
	margin-right: 18px;
}
.filterBox .proTab a .dot:after {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	content: "";
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: #0175ae;
	-webkit-transform: scale(0);
	        transform: scale(0);
}
.filterBox .proTab a.current .dot:after {
	-webkit-transform: scale(1);
	        transform: scale(1);
}
.filterBox .proTabContent {
	padding: 20px 5px;
}
.filterBox .proTabContent .proTabContentItem {
	display: none;
}

.resultBox .resultTitle {
	color: #424242;
	font-size: 32px;
	font-weight: bold;
	letter-spacing: 1.92px;
	/*60*/
	line-height: 1.4375;
	padding-bottom: 33px;
}
@media (max-width: 480px) {
	.resultBox .resultTitle {
		font-size: 28px;
		letter-spacing: 1.68px;
		padding-bottom: 25px;
	}
}
.resultBox .resultTableBox {
	border-radius: 3px;
}
.resultBox .scrollBox {
	white-space: nowrap;
	overflow-x: auto;
	overflow-y: auto;
	padding-bottom: 40px;
}
.resultBox .scrollBox.dragscroll table {
	cursor: move;
}
.resultBox .scrollBox::-webkit-scrollbar {
	height: 5px;
}
.resultBox .scrollBox::-webkit-scrollbar-track {
	background-color: #e7e7e7;
}
.resultBox .scrollBox::-webkit-scrollbar-thumb {
	height: 5px;
	background-color: #1d689c;
}
.resultBox .scrollBox::-webkit-scrollbar-thumb:hover {
	background-color: #0175ae;
}
.resultBox .scrollBox::-webkit-scrollbar:vertical {
	width: 10px;
}
.resultBox .scrollBox::-webkit-scrollbar-thumb:vertical {
	width: 10px;
	background-color: #1d689c;
}
.resultBox table {
	width: 100%;
	border-collapse: collapse;
	-webkit-box-shadow: 0px 3px 12px 0px rgba(82, 82, 82, 0.09);
	        box-shadow: 0px 3px 12px 0px rgba(82, 82, 82, 0.09);
}
.resultBox table tr:last-child td:after {
	height: 3px;
	background-color: #eaeaea;
}
.resultBox table th,
.resultBox table td {
	text-align: left;
	vertical-align: middle;
}
.resultBox table th.text-center,
.resultBox table td.text-center {
	text-align: center;
}
.resultBox table th {
	color: #ffffff;
	font-size: 17px;
	font-weight: bold;
	letter-spacing: 1.53px;
	background-color: #1d689c;
	position: relative;
	padding: 27.5px 30px;
}
.resultBox table th:first-child {
	padding-left: 50px;
}
@media (max-width: 440px) {
	.resultBox table th:first-child {
		padding-left: 30px;
	}
}
.resultBox table th:not(:last-child):after {
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	content: "";
	background-color: #43a2d1;
	width: 1px;
	height: 34px;
}
.resultBox table td {
	color: #424242;
	font-size: 17px;
	letter-spacing: 1.02px;
	background-color: #ffffff;
	padding: 40px 30px;
	position: relative;
}
.resultBox table td h2, .resultBox table td h3, .resultBox table td h4 {
	font-weight: normal;
}
.resultBox table td:after {
	position: absolute;
	left: 0;
	bottom: 0;
	content: "";
	width: 100%;
	height: 1px;
	background-color: #d0d0d0;
}
.resultBox table td:first-child {
	/*padding-left: 50px;*/
}
@media (max-width: 440px) {
	.resultBox table td:first-child {
		/*padding-left: 30px;*/
	}
}
.resultBox table td:first-child:after {
	/*left: 30px;
	width: calc(100% - 30px);*/
}
@media (max-width: 480px) {
	.resultBox table td:first-child:after {
		/*left: 20px;
		width: calc(100% - 20px);*/
	}
}
.resultBox table td:last-child:after {
	/*width: calc(100% - 30px);*/
}
@media (max-width: 480px) {
	.resultBox table td:last-child:after {
		/*width: calc(100% - 20px);*/
	}
}
.resultBox table td:not(.link) {
	font-family: "Outfit", sans-serif, "Noto Sans TC";
}
@media (min-width: 1201px) {
	.resultBox table td.link:hover a {
		-webkit-transform: translateY(-3px);
		        transform: translateY(-3px);
	}
}
.resultBox table td.link:not(.noRemoveTxt) a .txt {
	display: none;
}
.resultBox table td.link a {
	color: #0175ae;
	font-size: 16px;
	display: block;
	text-align: center;
}
@media (min-width: 1201px) {
	.resultBox table td.link a:hover {
		color: #1d689c;
	}
	.resultBox table td.link a:hover svg {
		color: #1d689c;
	}
}
.resultBox table td.link a.btn_member .txt {
	margin-left: 9px;
}
.resultBox table td.link a.btn_download .txt {
	margin-left: 8px;
}
.resultBox table td.link a svg {
	color: #0175ae;
}
.resultBox table td.link a svg.icon_file {
	vertical-align: -4px;
}
.resultBox table td.link a svg.icon_user {
	vertical-align: -2px;
}

/*bread*/
.bread {
	padding-bottom: 60px;
	width: 100%;
}
@media (max-width: 992px) {
	.bread {
		padding-bottom: 48px;
	}
}
.bread .wrap {
	/*-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	margin-left: 0;*/
	width: 100%;
	max-width: 1406px;
	margin: 0 auto;
	padding-left: 20px;
	padding-right: 20px;
}
.bread .wrap a, .bread .wrap span {
	display: inline-block;
	/*font-size: 15px;*/
	font-size: 17px;
	line-height: 1;
	letter-spacing: 0.9px;
	/*60*/
}
.bread .wrap a {
	/*color: #7b7b7b;*/
	color: #373737;
}
.bread .wrap a svg {
	margin-right: 9px;
}
.bread .wrap a:last-child, .bread .wrap a:hover {
	color: #1d689c;
}
.bread .wrap a:last-child svg, .bread .wrap a:hover svg {
	color: #1d689c;
}
.bread .wrap span {
	color: #7b7b7b;
}
.bread .wrap span:last-child {
	color: #1d689c;
}
.bread .wrap a + a,
.bread .wrap span + span,
.bread .wrap span + a,
.bread .wrap a + span {
	position: relative;
}
.bread.arrow .wrap a + a,
.bread.arrow .wrap span + span,
.bread.arrow .wrap span + a,
.bread.arrow .wrap a + span {
	padding-left: 25px;
}
.bread.arrow .wrap a + a::before,
.bread.arrow .wrap span + span::before,
.bread.arrow .wrap span + a::before,
.bread.arrow .wrap a + span::before {
	content: "";
	width: 7px;
	height: 7px;
	border-right: 1px solid #585858;
	border-bottom: 1px solid #585858;
	position: absolute;
	top: 50%;
	left: 7px;
	z-index: 1;
	-webkit-transform: translateY(-50%) rotate(-45deg);
	        transform: translateY(-50%) rotate(-45deg);
}
.bread.verticalLine .wrap a + a,
.bread.verticalLine .wrap span + span,
.bread.verticalLine .wrap span + a,
.bread.verticalLine .wrap a + span {
	padding-left: 20px;
}
.bread.verticalLine .wrap a + a::before,
.bread.verticalLine .wrap span + span::before,
.bread.verticalLine .wrap span + a::before,
.bread.verticalLine .wrap a + span::before {
	content: "";
	width: 1px;
	height: 80%;
	background-color: #a9a9a9;
	position: absolute;
	top: 10%;
	left: 10px;
	z-index: 1;
}
.bread.horizontalLine .wrap a + a,
.bread.horizontalLine .wrap span + span,
.bread.horizontalLine .wrap span + a,
.bread.horizontalLine .wrap a + span {
	padding-left: 25px;
}
.bread.horizontalLine .wrap a + a::before,
.bread.horizontalLine .wrap span + span::before,
.bread.horizontalLine .wrap span + a::before,
.bread.horizontalLine .wrap a + span::before {
	content: "";
	width: 8px;
	height: 1px;
	background-color: #a9a9a9;
	position: absolute;
	top: 50%;
	left: 8px;
	z-index: 1;
}
@media (max-width: 768px) {
	.bread {
		display: none;
	}
}

/*文章標題*/
.articleTitle {
	border-bottom: 1px solid #dcdcdc;
	color: #232323;
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 20px;
	padding: 12px 0;
}

/*側邊標題字*/
.sectionTitle {
	color: #303030;
	font-size: 40px;
	letter-spacing: 1.6px;
	/*40*/
	text-align: center;
	padding-bottom: 15px;
}
.sectionTitle strong {
	display: block;
	position: relative;
	font-weight: bold;
}
.sectionTitle a {
	display: block;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

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

@-webkit-keyframes aniSlideLeft {
	0% {
		-webkit-transform: translateX(10px);
		        transform: translateX(10px);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateX(0);
		        transform: translateX(0);
		opacity: 1;
	}
}

@keyframes aniSlideLeft {
	0% {
		-webkit-transform: translateX(10px);
		        transform: translateX(10px);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateX(0);
		        transform: translateX(0);
		opacity: 1;
	}
}
/*類別*/
.classBox {
	position: relative;
	z-index: 4;
}
.classBox .classCurrent {
	color: #303030;
	cursor: pointer;
	font-size: 17px;
	letter-spacing: 0.34px;
	/*20*/
	font-weight: bold;
	letter-spacing: 1px;
	padding: 17px 40px;
	border-radius: 3px;
	background-color: #ffffff;
	border: 1px solid #d7d7d7;
	position: relative;
	text-align: center;
}
.classBox .classCurrent:after {
	content: "";
	position: absolute;
	right: 20px;
	top: 0;
	bottom: 0;
	margin: auto;
	background-image: url(../images/icon_arrowDown_cis.png);
	background-repeat: no-repeat;
	width: 10px;
	height: 6px;
}
@media (min-width: 1024px) {
	.classBox .classCurrent {
		display: none;
		opacity: 0;
		pointer-events: none;
		visibility: hidden;
	}
}
.classBox a, .classBox span {
	cursor: pointer;
}
.classBoxRow {
	margin-top: 20px;
	margin-bottom: 50px;
}
@media (max-width: 1023px) {
	.classBoxRow {
		margin-top: 0;
		margin-bottom: 40px;
	}
}
@media (min-width: 1024px) {
	.classBoxRow .classLink {
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		margin: 0 -10px;
	}
	.classBoxRow .classLink li {
		padding: 0 10px 15px;
	}
	.classBoxRow .classLink a, .classBoxRow .classLink span {
		min-width: 245px;
		display: block;
		color: #505050;
		font-size: 17px;
		font-weight: 500;
		padding: 15.5px 15px;
		letter-spacing: 0.34px;
		/*20*/
		text-align: center;
		border-radius: 3px;
		background-color: #ffffff;
		-webkit-box-shadow: 0px 3px 12px 0px rgba(197, 197, 197, 0.23);
		        box-shadow: 0px 3px 12px 0px rgba(197, 197, 197, 0.23);
	}
	.classBoxRow .classLink a.current, .classBoxRow .classLink a:hover, .classBoxRow .classLink span.current, .classBoxRow .classLink span:hover {
		color: #ffffff;
		background-color: #1d689c;
	}
	.classBoxRow .classLink a h2, .classBoxRow .classLink a h3, .classBoxRow .classLink span h2, .classBoxRow .classLink span h3 {
		font-weight: 500;
	}
}
.classBoxColumn {
	margin-bottom: 30px;
}
@media (max-width: 1023px) {
	.classBoxColumn {
		margin-bottom: 40px;
	}
}
.classBoxColumn .classLink .linkHasItems::before, .classBoxColumn .classLink .linkHasItems::after {
	content: "";
	width: 13px;
	height: 1px;
	background-color: #2f2f2f;
	display: block;
	position: absolute;
	top: 50%;
	right: 15px;
	z-index: 1;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
.classBoxColumn .classLink .linkHasItems::before {
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
}
.classBoxColumn .classLink .linkHasItems::after {
	-webkit-transform: translateY(-50%) rotate(90deg);
	        transform: translateY(-50%) rotate(90deg);
}
.classBoxColumn .classLink .linkHasItems.open {
	background-color: #1d689c;
	color: #ffffff;
}
.classBoxColumn .classLink .linkHasItems.open::before, .classBoxColumn .classLink .linkHasItems.open::after {
	background-color: #2f2f2f;
}
.classBoxColumn .classLink .linkHasItems.open::after {
	-webkit-transform: translateY(-50%) rotate(0);
	        transform: translateY(-50%) rotate(0);
}
.classBoxColumn .classLink .linkHasItems.open + ul {
	display: block;
}
.classBoxColumn .classLink .linkHasItems.open + ul > li {
	-webkit-animation: aniSlideLeft 0.5s 0.3s ease-out both;
	        animation: aniSlideLeft 0.5s 0.3s ease-out both;
}
.classBoxColumn .classLink .linkHasItems.open + ul > li a, .classBoxColumn .classLink .linkHasItems.open + ul > li span {
	background-color: #f1f1f1;
	color: #2f2f2f;
}
.classBoxColumn .classLink .linkHasItems.open + ul > li a.current, .classBoxColumn .classLink .linkHasItems.open + ul > li a:hover, .classBoxColumn .classLink .linkHasItems.open + ul > li span.current, .classBoxColumn .classLink .linkHasItems.open + ul > li span:hover {
	background-color: #e8e8e8;
	color: #1d689c;
}
.classBoxColumn .classLink .linkHasItems.open + ul > li a.current::before, .classBoxColumn .classLink .linkHasItems.open + ul > li a.current::after, .classBoxColumn .classLink .linkHasItems.open + ul > li a:hover::before, .classBoxColumn .classLink .linkHasItems.open + ul > li a:hover::after, .classBoxColumn .classLink .linkHasItems.open + ul > li span.current::before, .classBoxColumn .classLink .linkHasItems.open + ul > li span.current::after, .classBoxColumn .classLink .linkHasItems.open + ul > li span:hover::before, .classBoxColumn .classLink .linkHasItems.open + ul > li span:hover::after {
	background-color: #1d689c;
}
@media (min-width: 1024px) {
	.classBoxColumn .classLink > li:not(:first-child) {
		border-top: 1px solid #d7d7d7;
	}
	.classBoxColumn .classLink ul {
		display: none;
	}
	.classBoxColumn .classLink ul li:not(:first-child) {
		border-top: 1px solid #d7d7d7;
	}
	.classBoxColumn .classLink a, .classBoxColumn .classLink span {
		color: #2f2f2f;
		display: block;
		line-height: 1.2;
		letter-spacing: 0.2rem;
		padding: 18px 15px;
		position: relative;
	}
	.classBoxColumn .classLink a.current, .classBoxColumn .classLink a:hover, .classBoxColumn .classLink span.current, .classBoxColumn .classLink span:hover {
		background-color: #1d689c;
		color: #ffffff;
	}
	.classBoxColumn .classLink a.current::before, .classBoxColumn .classLink a.current::after, .classBoxColumn .classLink a:hover::before, .classBoxColumn .classLink a:hover::after, .classBoxColumn .classLink span.current::before, .classBoxColumn .classLink span.current::after, .classBoxColumn .classLink span:hover::before, .classBoxColumn .classLink span:hover::after {
		background-color: #ffffff;
	}
}
@media (max-width: 1023px) {
	.classBoxRow .classLink, .classBoxColumn .classLink {
		width: 100%;
		background-color: #ffffff;
		-webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
		        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
		display: none;
		position: absolute;
		top: 100%;
		left: 0;
		z-index: 1;
		border-radius: 3px;
	}
	.classBoxRow .classLink.open, .classBoxColumn .classLink.open {
		display: block;
	}
	.classBoxRow .classLink > li:not(:first-child), .classBoxColumn .classLink > li:not(:first-child) {
		border-top: 1px solid #d7d7d7;
	}
	.classBoxRow .classLink > li > a.current, .classBoxRow .classLink > li span.current, .classBoxColumn .classLink > li > a.current, .classBoxColumn .classLink > li span.current {
		color: #1d689c;
	}
	.classBoxRow .classLink > li ul, .classBoxColumn .classLink > li ul {
		display: none;
	}
	.classBoxRow .classLink a, .classBoxRow .classLink span, .classBoxColumn .classLink a, .classBoxColumn .classLink span {
		color: #303030;
		font-size: 16px;
		font-weight: 500;
		text-align: center;
		background-color: #ffffff;
		display: block;
		padding: 14px 15px;
		position: relative;
	}
}

.pageBox .pageList {
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	border-top: 1px solid #cecece;
	padding: 40px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}
.pageBox .pageList a {
	border: 1px solid #c2c2c2;
	color: #666;
	display: block;
	font-size: 15px;
}
.pageBox .pageList a.prevBtn::before, .pageBox .pageList a.nextBtn::before {
	content: "";
	width: 10px;
	height: 10px;
	border-left: 1px solid #9e9e9e;
	border-bottom: 1px solid #9e9e9e;
	display: block;
	position: absolute;
}
.pageBox .pageList a.prevBtn::before {
	-webkit-transform: rotate(45deg);
	        transform: rotate(45deg);
}
.pageBox .pageList a.nextBtn::before {
	-webkit-transform: rotate(-135deg);
	        transform: rotate(-135deg);
}
.pageBox .pageList a:hover {
	border: 1px solid #1d689c;
	background-color: #1d689c;
	color: #ffffff;
}
.pageBox .pageList a:hover.prevBtn::before, .pageBox .pageList a:hover.nextBtn::before {
	border-left: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
}
.pageBox .pageList.number {
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
.pageBox .pageList.number.oval a {
	width: 50px;
}
.pageBox .pageList.number li {
	margin: 5px;
}
.pageBox .pageList.number a {
	width: 30px;
	height: 30px;
	font-weight: 400;
	line-height: 28px;
	position: relative;
	text-align: center;
}
.pageBox .pageList.number a.prevBtn::before, .pageBox .pageList.number a.nextBtn::before {
	margin: auto;
	top: 0;
	bottom: 0;
}
.pageBox .pageList.number a.prevBtn::before {
	left: 5px;
	right: 0;
}
.pageBox .pageList.number a.nextBtn::before {
	left: 0;
	right: 5px;
}
.pageBox .pageList.number a.firstBtn::before, .pageBox .pageList.number a.firstBtn::after, .pageBox .pageList.number a.lastBtn::before, .pageBox .pageList.number a.lastBtn::after {
	content: "";
	width: 10px;
	height: 10px;
	border-left: 1px solid #9e9e9e;
	border-bottom: 1px solid #9e9e9e;
	display: block;
	margin: auto;
	position: absolute;
	top: 0;
	bottom: 0;
}
.pageBox .pageList.number a.firstBtn::before, .pageBox .pageList.number a.firstBtn::after {
	-webkit-transform: rotate(45deg);
	        transform: rotate(45deg);
}
.pageBox .pageList.number a.firstBtn::before {
	left: -2px;
	right: 0;
}
.pageBox .pageList.number a.firstBtn::after {
	left: 12px;
	right: 0;
}
.pageBox .pageList.number a.lastBtn::before, .pageBox .pageList.number a.lastBtn::after {
	-webkit-transform: rotate(-135deg);
	        transform: rotate(-135deg);
}
.pageBox .pageList.number a.lastBtn::before {
	left: 0;
	right: -2px;
}
.pageBox .pageList.number a.lastBtn::after {
	left: 0;
	right: 12px;
}
.pageBox .pageList.number a.current {
	border: 1px solid #1d689c;
	background-color: #1d689c;
	color: #ffffff;
}
.pageBox .pageList.number a:hover.firstBtn::before, .pageBox .pageList.number a:hover.firstBtn::after, .pageBox .pageList.number a:hover.lastBtn::before, .pageBox .pageList.number a:hover.lastBtn::after {
	border-left: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
}
.pageBox .pageList.prevnext li.prev {
	margin-right: auto;
}
.pageBox .pageList.prevnext li.next {
	margin-left: auto;
}
.pageBox .pageList.prevnext a {
	width: 180px;
	height: 45px;
	font-weight: 300;
	line-height: 43px;
	padding: 0 20px;
	position: relative;
}
.pageBox .pageList.prevnext a.prevBtn::before, .pageBox .pageList.prevnext a.nextBtn::before {
	top: calc(50% - 5px);
}
.pageBox .pageList.prevnext a.prevBtn {
	text-align: right;
}
.pageBox .pageList.prevnext a.prevBtn::before {
	left: 15px;
}
.pageBox .pageList.prevnext a.nextBtn {
	margin-left: auto;
	text-align: left;
}
.pageBox .pageList.prevnext a.nextBtn::before {
	right: 15px;
}
@media (max-width: 768px) {
	.pageBox .pageList.prevnext a {
		width: 125px;
		padding: 0 15px;
	}
}
@media (max-width: 640px) {
	.pageBox .pageList.prevnext li {
		width: calc(50% - 15px);
	}
	.pageBox .pageList.prevnext a {
		width: 100%;
	}
}
@media (max-width: 480px) {
	.pageBox .pageList.prevnext li {
		width: calc(50% - 10px);
	}
}
.pageBox .pageList.prevnext.circle a {
	width: 45px;
	padding: 0;
}
.pageBox .pageList.prevnext.circle a span {
	display: none;
}
.pageBox .pageList.prevnext.circle a.prevBtn::before {
	left: calc(50% - 3px);
}
.pageBox .pageList.prevnext.circle a.nextBtn::before {
	right: calc(50% - 3px);
}
.pageBox .pageList.circle a {
	border-radius: 50%;
	overflow: hidden;
}
.pageBox .pageList.oval a {
	border-radius: 30px;
	overflow: hidden;
}

/*標籤*/
.tagBox {
	padding: 20px 0;
}
.tagBox b {
	display: inline-block;
	margin-right: 10px;
}
.tagBox ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	margin: 0 -8px;
}
.tagBox li {
	padding: 0 8px 20px;
}
.tagBox a,
.tagBox .item {
	position: relative;
	display: block;
	padding: 5px 10px;
	border: 2px solid #1185bd;
	border-radius: 3px;
	color: #424242;
	font-size: 18px;
	font-weight: bold;
	width: 180px;
	height: 180px;
	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;
	background-color: #ffffff;
	position: relative;
}
@media (max-width: 768px) {
	.tagBox a,
.tagBox .item {
		width: 160px;
		height: 160px;
	}
}
.tagBox a:after,
.tagBox .item:after {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	content: "";
	background: rgb(41, 108, 175);
	background: linear-gradient(24deg, rgb(41, 108, 175) 0%, rgb(82, 178, 225) 100%);
	opacity: 0;
}
@media (min-width: 1201px) {
	.tagBox a:hover,
.tagBox .item:hover {
		color: #ffffff;
		-webkit-box-shadow: 0px 3px 12px 0px rgba(82, 82, 82, 0.09);
		        box-shadow: 0px 3px 12px 0px rgba(82, 82, 82, 0.09);
		-webkit-transform: translateY(-16px);
		        transform: translateY(-16px);
	}
	.tagBox a:hover:after,
.tagBox .item:hover:after {
		opacity: 1;
	}
	.tagBox a:hover .icon,
.tagBox .item:hover .icon {
		opacity: 0;
	}
	.tagBox a:hover .icon img,
.tagBox .item:hover .icon img {
		-webkit-filter: grayscale(1) brightness(10);
		        filter: grayscale(1) brightness(10);
	}
	.tagBox a:hover .title,
.tagBox .item:hover .title {
		color: #ffffff;
		opacity: 0;
	}
}
.tagBox a.current,
.tagBox .item.current {
	color: #ffffff;
	background-color: #1d689c;
}
.tagBox a.current:before,
.tagBox .item.current:before {
	content: "\f00d";
	margin-right: 5px;
	font-family: FontAwesome;
	font-size: 12px;
}
.tagBox a.current .icon img,
.tagBox .item.current .icon img {
	-webkit-filter: grayscale(1) brightness(10);
	        filter: grayscale(1) brightness(10);
}
.tagBox a.current .title,
.tagBox .item.current .title {
	color: #ffffff;
}
.tagBox a .icon,
.tagBox .item .icon {
	position: relative;
	z-index: 1;
}
.tagBox a .icon img,
.tagBox .item .icon img {
	-webkit-filter: brightness(100%) contrast(100%);
	        filter: brightness(100%) contrast(100%);
	max-width: 80px;
	margin: auto;
}
@media (max-width: 768px) {
	.tagBox a .icon img,
.tagBox .item .icon img {
		max-width: 70px;
	}
}
@media (max-width: 480px) {
	.tagBox a .icon img,
.tagBox .item .icon img {
		max-width: 60px;
	}
}
.tagBox a .title,
.tagBox .item .title {
	color: #424242;
	font-size: 16px;
	letter-spacing: 1.08px;
	/*60*/
	font-weight: bold;
	padding-top: 20px;
	position: relative;
	z-index: 1;
	text-align: center;
}
@media (max-width: 768px) {
	.tagBox a .title,
.tagBox .item .title {
		padding-top: 10px;
		font-size: 16px;
		font-weight: 500;
		letter-spacing: 0.96px;
	}
}
@media (max-width: 480px) {
	.tagBox a .title,
.tagBox .item .title {
		font-size: 15px;
		letter-spacing: 0.9px;
	}
}
.tagBox a .hideData,
.tagBox .item .hideData {
	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;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-transition-delay: 0s;
	        transition-delay: 0s;
}
@media (min-width: 769px) {
	.tagBox a .hideData,
.tagBox .item .hideData {
		position: absolute;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		margin: auto;
		background: rgb(41, 108, 175);
		background: linear-gradient(24deg, rgb(41, 108, 175) 0%, rgb(82, 178, 225) 100%);
		opacity: 0;
		color: #ffffff;
		-webkit-transition: all 0.5s;
		transition: all 0.5s;
		padding: 15px 10px;
		z-index: 2;
	}
}
@media (max-width: 768px) {
	.tagBox a .hideData,
.tagBox .item .hideData {
		display: none;
		color: #424242;
		padding-top: 10px;
	}
}
.tagBox a .hideData .title,
.tagBox .item .hideData .title {
	color: #ffffff;
	text-align: center;
	padding-top: 0;
}
@media (max-width: 768px) {
	.tagBox a .hideData .title,
.tagBox .item .hideData .title {
		display: none;
	}
}
.tagBox a .hideData p,
.tagBox .item .hideData p {
	font-size: 14px;
	line-height: 1.8;
	margin-top: 5px;
}
@media (max-width: 768px) {
	.tagBox a .hideData p,
.tagBox .item .hideData p {
		margin-top: 0;
	}
}
@media (max-width: 480px) {
	.tagBox a .hideData p,
.tagBox .item .hideData p {
		font-size: 13px;
		line-height: 1.6;
	}
}
.tagBox .item {
	cursor: pointer;
	position: relative;
}
@media (max-width: 768px) {
	.tagBox .item {
		height: auto;
		min-height: 160px;
		padding: 10px;
	}
}
@media (min-width: 1201px) {
	.tagBox .item:hover .hideData {
		opacity: 1;
		-webkit-transition-delay: 0.2s;
		        transition-delay: 0.2s;
	}
	.tagBox .item:hover .hideData .title {
		opacity: 1;
	}
}

/*頁籤*/
.tab {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	margin-top: 40px;
}
.tab li {
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
}
.tab li:not(:last-child) a:after {
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	content: "";
	width: 1px;
	height: 17px;
	background-color: #d1d1d1;
}
.tab a {
	display: block;
	color: #858585;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.875;
	font-family: "Lato", sans-serif, "Noto Sans TC";
	padding: 15px 20px;
	text-align: center;
	position: relative;
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
	z-index: 2;
}
.tab a.current {
	color: #2c72b0;
}

/*頁籤內容*/
.tabContent {
	padding: 20px 5px;
}
.tabContent .tabContentItem {
	display: none;
}

.albumBox {
	width: 50%;
	margin-right: 30px;
}
@media (max-width: 767px) {
	.albumBox {
		width: 100%;
		margin-right: 0;
		margin-bottom: 30px;
	}
}
.albumBox .albumList .albumItem {
	cursor: pointer;
}
.albumBox .albumList .albumItem img {
	width: 100%;
	display: block;
	-webkit-backface-visibility: hidden;
	        backface-visibility: hidden;
}
.albumBox .albumListMain .albumItem {
	height: 320px;
}
.albumBox .albumListMain .albumItem img {
	width: 100%;
	height: 100%;
	display: block;
	-o-object-fit: contain;
	   object-fit: contain;
}
.albumBox .albumListNav {
	margin: 15px -5px 0;
}
.albumBox .albumListNav .albumItem {
	padding: 0 5px;
}

/*側邊_menu*/
.side_menu {
	margin-bottom: 50px;
}
.side_menu li {
	border-bottom: 1px solid #e1e1e1;
	position: relative;
}
.side_menu li > a {
	display: block;
	font-size: 14px;
	padding: 10px 15px;
}
.side_menu li > a.current {
	background-color: #8c8c8c;
	color: #ffffff;
}
.side_menu li > a b {
	color: #808080;
	font-size: 13px;
	font-weight: 400;
	margin-left: 10px;
}
.side_menu dl {
	padding-left: 25px;
}
.side_menu dl a {
	display: block;
	padding: 10px 15px;
	font-size: 14px;
}
.side_menu dl a.current {
	color: #000000;
	text-decoration: underline;
}

/*側邊_相簿*/
.side_album {
	margin-top: 30px;
	margin-bottom: 30px;
	margin-right: -10px;
}
.side_album li {
	float: left;
	width: 23%;
	/*padding: 0 10px 10px 0;*/
	margin: 0 1% 1% 0;
	background: #fff;
}
.side_album a {
	display: block;
	/*-webkit-box-shadow: 2px 2px 5px #c3c3c3;
	        box-shadow: 2px 2px 5px #c3c3c3;*/
}
.side_album a img {
	width: 100%;
	display: block;
	/*-webkit-backface-visibility: hidden;
	        backface-visibility: hidden;*/

    height: 170px;
    /*object-fit:cover;*/
    object-fit:contain;
}

@media (max-width: 1280px) {
	.side_album a img {
    height: 120px;
	}
}

@media (max-width: 960px) {
	.side_album a img {
    height: 100px;
	}
}

@media (max-width: 768px) {
	.side_album a img {
    height: 170px;
	}
}

@media (max-width: 480px) {
	.side_album li {
	width: 48%;
	}
	.side_album a img {
    height: 170px;
	}
}

/*側邊_線上訂房*/
.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: #ffffff;
	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: #414141;
}
.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;
}
.side_contactInfo b {
	display: inline-block;
	vertical-align: middle;
	font-weight: 400;
}

/*側邊_房型*/
.side_room {
	margin-bottom: 50px;
}
.side_room .Img img {
	width: 100%;
	display: block;
	-webkit-backface-visibility: hidden;
	        backface-visibility: hidden;
}
.side_room .Txt {
	margin-top: 5px;
}
.side_room .Txt .title a {
	font-size: 16px;
	font-weight: 400;
}
.side_room .Txt .text {
	max-height: 100px;
	font-size: 13px;
	color: #858383;
	line-height: 1.8;
	overflow: hidden;
}

/*側邊_其他相關訊息*/
.side_news {
	margin: 30px 0;
}
.side_news .sideNewsList {
	margin-top: 20px;
}
.side_news .sideNewsItem {
	margin-bottom: 25px;
}
.side_news .Img {
	float: left;
	width: 60px;
	margin-right: 12px;
	overflow: hidden;
}
.side_news .Img img {
	display: block;
	height: 60px;
}
.side_news .Txt {
	overflow: hidden;
}
.side_news .Txt a {
	display: block;
	font-size: 14px;
	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;
}

/*社群分享*/
.sideShare {
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 15px 0;
}
.sideShare .shareList {
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.sideShare .shareList .shareTitle {
	display: inline-block;
	font-size: 15px;
	font-weight: 400;
	color: #727272;
}
.sideShare .shareList .shareItem a, .sideShare .shareList .shareItem button {
	color: #727272;
	display: inline-block;
	font-size: 18px;
	line-height: 1;
	padding: 5px 7px;
	text-align: center;
}
@media (min-width: 1201px) {
	.sideShare .shareList .shareItem a:hover, .sideShare .shareList .shareItem button:hover {
		color: #1d689c;
	}
	.sideShare .shareList .shareItem a:hover svg, .sideShare .shareList .shareItem button:hover svg {
		color: #1d689c;
	}
}
.sideShare .shareList .shareItem a svg, .sideShare .shareList .shareItem button svg {
	width: 16px;
	height: 16px;
	display: inline-block;
	margin-top: -3px;
	vertical-align: middle;
}

/*Hover效果1: 放大淡出*/
.imh_opacity {
	background-color: #000000;
	overflow: hidden;
}
.imh_opacity img {
	-webkit-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);
	        transform: scale(1.05);
}

/*Hover效果1: 放大淡出Detail*/
.imh_detail {
	overflow: hidden;
	position: relative;
	line-height: 1;
}
.imh_detail:before {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	content: "";
	background-color: rgba(41, 108, 175, 0.7);
	opacity: 0;
	pointer-events: none;
	z-index: 2;
}
.imh_detail:after {
	content: "查看更多";
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
	color: #ffffff;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 1.28px;
	/*80*/
	line-height: 1.5625;
	opacity: 0;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	z-index: 2;
}
.imh_detail img {
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
	-webkit-backface-visibility: hidden;
	        backface-visibility: hidden;
}
@media (min-width: 1201px) {
	.imh_detail:hover:after, .imh_detail:hover:before {
		opacity: 1;
	}
	.imh_detail:hover img {
		-webkit-transform: scale(1.05);
		        transform: scale(1.05);
	}
}

/*Hover效果1: 放大淡出zoom*/
.imh_zoom {
	background-color: #000000;
	overflow: hidden;
	position: relative;
}
.imh_zoom img {
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
	backface-visibility: hidden;
	-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: #ffffff;
	font-family: FontAwesome;
	text-align: center;
	background-color: #000000;
	-webkit-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);
	        transform: scale(1.05);
}

/*Hover效果1: 放大*/
.imh_scale {
	position: relative;
	overflow: hidden;
	line-height: 1;
}
.imh_scale img {
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.imh_scale:hover img {
	-webkit-transform: scale(1.05);
	        transform: scale(1.05);
}

.textEditor .contentBuilder .contentBuilderTable table td,.textEditor .contentBuilder .contentBuilderTable table th{padding:20px 7px}

.wmn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style-type: none;
    margin: 0 -10px;
    padding-left: 0;
    }

.wmn50 {width: 46%; margin: 1%}

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