@charset "utf-8";
/* CSS Document */

/* 共通 css開始  */
body{
	font-family: "微軟正黑體";
	line-height: 1.5em;
	margin:0;
	background-color: #F9F8F9;
}

a{
	text-decoration:none;
	outline: none;
	/* color: initial; */
	hlbr:expression(this.onFocus=this.blur());		
}

a img{
	border:none;
}

a:hover,a:focus{
	text-decoration: none;
}

:focus,button:focus{
    outline: none;
}

/* Chrome, Safari, Edge, Opera */
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}


/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

img {
	image-rendering:-moz-crisp-edges;          /* Firefox        */
	image-rendering:-o-crisp-edges;            /* Opera          */
	image-rendering:-webkit-optimize-contrast; /* Safari         */
	image-rendering:optimize-contrast;         /* CSS3 Proposed  */
	-ms-interpolation-mode:nearest-neighbor;   /* IE8+           */
}
/*****************************************************************************/
/*-----------------------------------start-----------------------------------*/
/*****************************************************************************/
/* ========== 分頁 ========== */
.gs_pagination {
	width: 100%;
	padding: 10px 0;
	clear: both;
	text-align: center;
	background: none;
	box-shadow: none;
	margin: 0;
	margin-top: 80px;
	margin-bottom: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.gs_pagination a.pag_btn {
	width: 46px;
	height: 46px;
	line-height: 46px;
	text-align: center;
	margin: 0;
	font-size: 30px;
	color: #222D62;
	font-weight: bolder;
	transition: all 0.5s ease;
	margin-right: 10px;
	border: 1px solid #222D62;
	border-radius: 5px;
}
.gs_pagination a.pag_btn2 {
	-moz-transform:scaleX(-1);
	-webkit-transform:scaleX(-1);
	-o-transform:scaleX(-1);
	transform:scaleX(-1);
}
.gs_pagination a.pag_btn:hover {
	color: #fff;
	background-color: #222D62;
}
.gs_pagination a.other_page {
	width: 46px;
	height: 46px;
	line-height: 46px;
	text-align: center;
	color: #222D62;
	border: 1px solid #222D62;
	font-size:20px;
	margin: 0;
	background-color: transparent;
	transition: all 0.2s ease-in-out;
	display: inline-block;
	font-weight: bold;
	background-color: #fff;
	margin-right: 10px;
	border-radius: 5px;
}

.gs_pagination strong{
	width: 46px;
	height: 46px;
	line-height: 46px;
	text-align: center;
	background-color: #222D62;
	border: 1px solid #222D62;
	color: #fff;
	font-size: 20px;
	margin: 0;
	transition: all 0.2s ease-in-out;
	display: inline-block;
	font-weight: bold;
	margin-right: 10px;
	border-radius: 5px;
}

.gs_pagination a.other_page:hover, .gs_pagination strong:hover{
	background: #222D62;
	color: #fff;
}
@media screen and (max-width: 991px) {
	.gs_pagination {
		margin-top: 50px;
	}
	.gs_pagination strong, .gs_pagination a.other_page{
		font-size: 18px;
	}
	.gs_pagination a.pag_btn {
		font-size: 20px;
	}
}
@media screen and (max-width: 767px) {
	.gs_pagination {
		margin-top: 30px;
	}
	.gs_pagination a.pag_btn, .gs_pagination a.other_page, .gs_pagination strong{
		width: 35px;
		height: 35px;
		line-height: 35px;
		margin-right: 5px;
	}
}
/* 導覽列服務專線 */
.navbar_right_wrap {
	background-color: #222D62;
	padding: 30px 20px;
}
.navbar_right_wrap.active {
	background-color: transparent;
}
.navbar_wrap_top .navbar_right_wrap {
	padding: 15px 20px;
}
@media screen and (max-width: 1700px) {
	.navbar_right_wrap {
		padding: 25px 20px;
	}
	.navbar_wrap_top .navbar_right_wrap {
		padding: 10px 20px;
	}
}
@media screen and (max-width: 1300px) {
	.navbar_right_wrap {
		padding: 20px 15px;
	}
	.navbar_wrap_top .navbar_right_wrap {
		padding: 5px 15px;
	}
}
@media screen and (max-width: 1200px) {
	.navbar_right_wrap {
		padding: 20px 10px;
	}
	.navbar_wrap_top .navbar_right_wrap {
		padding: 5px 10px;
	}
}
@media screen and (max-width: 991px) {
	.navbar_right_wrap , .navbar_wrap_top .navbar_right_wrap {
		padding: 0px 15px 0 35px;
		display: flex;
		justify-content: center;
	}
}
@media screen and (max-width: 575px) {
	.navbar_right_wrap , .navbar_wrap_top .navbar_right_wrap {
		padding: 0px 0px 0 15px;
		display: flex;
		justify-content: center;
	}
}
.service_line_wrap {
	display: flex;
	transition: all 0.5s ease;
}
.service_line_wrap.active {
	display: none;
}
.service_line_wrap:hover {
	opacity: 0.5;
}
.service_line_block {
	display: flex;
	justify-content: space-around;
	align-items: center;
	color: #fff;
}
.service_line_block i {
	font-size: 58px;
	margin-right: 15px;
}
.navbar_wrap_top .service_line_block i {
	font-size: 38px;
}
@media screen and (max-width: 1600px) {
	.service_line_block i {
		font-size: 50px;
	}
	.navbar_wrap_top .service_line_block i {
		font-size: 30px;
	}
}
@media screen and (max-width: 1300px) {
	.service_line_block i {
		font-size: 36px;
		margin-right: 8px;
	}
	.navbar_wrap_top .service_line_block i {
		font-size: 26px;
	}
}
@media screen and (max-width: 991px) {
	.service_line_block i ,.navbar_wrap_top .service_line_block i {
		font-size: 32px;
	}
}
.service_line_block span {
	font-size: 20px;
}
.navbar_wrap_top .service_line_block span {
	font-size: 16px;
}
@media screen and (max-width: 1300px) {
	.service_line_block span {
		font-size: 18px;
	}
	.navbar_wrap_top .service_line_block span {
		font-size: 14px;
	}
}
@media screen and (max-width: 1100px) {
	.service_line_block span {
		font-size: 16px;
	}
}
@media screen and (max-width: 991px) {
	.service_line_block span ,.navbar_wrap_top .service_line_block span {
		font-size: 14px;
	}
}
.service_line_block p {
	margin: 0;
	margin-left: 15px;
	font-size: 30px;
	font-weight: bold;
	color: #EC7832;
	transition: all 0.5s ease;
}
.navbar_wrap_top .service_line_block p {
	font-size: 22px;
}
@media screen and (max-width: 1300px) {
	.service_line_block p {
		font-size: 25px;
		margin-left: 8px;
	}
	.navbar_wrap_top .service_line_block p {
		font-size: 18px;
	}
}
@media screen and (max-width: 1100px) {
	.service_line_block p {
		font-size: 20px;
		margin-left: 8px;
	}
	.navbar_wrap_top .service_line_block p {
		font-size: 16px;
	}
}
@media screen and (max-width: 991px) {
	.service_line_block p ,
	.navbar_wrap_top .service_line_block p {
		display: none;
		font-size: 16px;
	}
}
/*導航欄漢堡特效*/
.nav_mobile_btn {
	display: none;
}
.dropdown_control {
	display: none;
}
.ham {
	cursor: pointer;
	-webkit-tap-highlight-color: transparent;
	transition: transform 400ms;
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.hamRotate.active {
	transform: rotate(45deg);
}
.hamRotate180.active {
	transform: rotate(180deg);
}

.line {
	fill:none;
	transition: stroke-dasharray 400ms, stroke-dashoffset 400ms;
	stroke:#fff;
	stroke-width:5.5;
	stroke-linecap:round;
}
.hamRotate.active .line {
	stroke:#222D62;
}
.ham1 .top {
	stroke-dasharray: 40 139;
}
.ham1 .bottom {
	stroke-dasharray: 40 180;
}
.ham1.active .top {
	stroke-dashoffset: -98px;
}
.ham1.active .bottom {
	stroke-dashoffset: -138px;
}
@media screen and (max-width: 991px) {
	.nav_mobile_btn {
		display: block;
	}
	.dropdown_control {
		display: block;
	}
}
/* 手機板導覽列 */
.main_header_navi_mobile_wrap {
	position: fixed;
	width: 100%;
	top: 60px;
	left: 0;
	z-index: 99;
	background: #222D62;
	height: 100%;
	max-height: calc(100vh - 0px);
	overflow-y: auto;
	display: none;
}
.main_header_navi_mobile_item {
	padding: 0 35px;
}
.main_header_navi_mobile_link {
	display: block;
	text-align: center;
	border-bottom: 1px solid #fff;
	padding: 15px 0;
	color: #fff;
	font-size: 20px;
	transition: all 0.5s ease;
	font-weight: bold;
}
.main_header_navi_mobile_link i {
	padding-right: 10px;
}
@media screen and (max-width: 575px) {
	.main_header_navi_mobile_link {
		font-size: 18px;
	}
}
.main_header_navi_mobile_link:hover, .main_header_navi_mobile_link.active {
	color: #EC7832;
}
/*****************************************/
.navbar_wrap {
	background-color: rgba(255, 255, 255, 0.7);
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99;
	transition: all 0.5s ease;
}
.navbar_wrap_top {
	z-index: 99;
}
.navbar_wrap_over_banner {
	background-color: rgba(255, 255, 255, 1);
	box-shadow: 2px 2px 10px rgba(34, 45, 98, 0.2);
}
.logo_img img {
	width: 288px;
	transition: all 0.5s ease;
}
.navbar_wrap_top .logo_img img {
	width: 170px;
}
@media screen and (max-width: 1600px) {
	.logo_img img {
		width: 210px;
	}
	.navbar_wrap_top .logo_img img {
		width: 150px;
	}
}
@media screen and (max-width: 1300px) {
	.logo_img img {
		width: 200px;
	}
	.navbar_wrap_top .logo_img img {
		width: 120px;
	}
}
@media screen and (max-width: 1100px) {
	.logo_img img {
		width: 180px;
	}
	.navbar_wrap_top .logo_img img {
		width: 110px;
	}
}
@media screen and (max-width: 991px) {
	.logo_img img {
		width: 130px;
	}
	.navbar_wrap_top .logo_img img {
		width: 130px;
	}
}
.navbar {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0px;
	padding-left: 30px;
}
@media screen and (max-width: 1700px) {
	.navbar {
		padding-left: 20px;
	}
}
@media screen and (max-width: 1200px) {
	.navbar {
		padding-left: 15px;
	}
}
@media screen and (max-width: 991px) {
	.navbar {
		padding-left: 30px;
	}
}
@media screen and (max-width: 575px) {
	.navbar {
		padding-left: 15px;
	}
}
.navbar_list {
	display: flex;
	align-items: center;
}
.navbar_item_wrap {
	display: inline-block;
	padding: 16px 15px;
	position: relative;
}

@media screen and (max-width: 1800px) {
	.navbar_item_wrap {
		padding: 16px 10px;
	}
}
@media screen and (max-width: 1300px) {
	.navbar_item_wrap {
		padding: 10px 5px;
	}
}
.navbar_item_wrap_title {
	padding: 5px 0;
	transition: all 0.5s ease;
	color: #222D62;
	font-size: 22px;
	font-weight: bold;
	position: relative;
}
@media screen and (max-width: 1500px) {
	.navbar_item_wrap_title {
		font-size: 18px;
	}
}
@media screen and (max-width: 1200px) {
	.navbar_item_wrap_title {
		font-size: 16px;
	}
}
.navbar_item_wrap_title:hover, .navbar_item_wrap_title.active {
	color: #EC7832;
}
.navbar_item_block {
	display: none;
	width: 120px;
	position: absolute;
	top: 98%;
	left: 50%;
	transform: translateX(-50%);
	background-color: #fff;
	text-align: center;
}
.navbar_item_wrap:hover .navbar_item_block {
	display: block;
}
.navbar_item {
	display: block;
	padding: 10px 0;
	color: #627865;
	border-bottom: 1px solid #627865;
	transition: all 0.5s ease;
}
.navbar_item:last-child {
	border: none;
}
.navbar_item:hover {
	background-color: #627865;
	color: #fff;
}

@media screen and (max-width: 991px) {
	.mobile_menu_wrap{
		background-color: #fff;
		z-index: 999;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		/* height: 900px; */
		/* max-height: 900px; */
		display: none;
		overflow-y: auto;
	}
	.mobile_menu2_block {
		display: none;
	}
	.mobile_menu_close_btn {
		color: #EC7832;
		font-size: 30px;
		display: flex;
		justify-content: flex-end;
		margin: 20px;
	}
	.mobile_menu_block{
		width: 100%;
		max-height: 900px;
		padding: 0 20px;
	}
	.mobile_menu_wrap i.fa-angle-down-btb {
		color: #fff;
	}
	.mobile_menu{
		display: flex;
		justify-content: center;
		align-items: center;
		padding: 15px 20px;
		width: 100%;
		color: #EC7832;
		border-top: 1px solid #EC7832;
		font-size: 18px;
		transition: all 0.4s ease-in-out;
		cursor: pointer;
		position: relative;
	}
	.mobile_menu a {
		color: #fff;
	}
	.mobile_menu:first-child {
		border: none;
	}
	.mobile_menu:hover, .mobile_menu:hover i.fa-angle-down-btb, .mobile_menu i.fa-angle-down-btb {
		color: #EC7832;
	}
	
	.mobile_menu.active, .mobile_menu.active a, .mobile_menu.active i.fa-angle-down-btb {
		color: #fff;
	}
	.mobile_menu.active{
		background-color: #627865;
	}
	.mobile_menu i {
		margin-right: 10px;
		color: #EC7832;
	}
	.mobile_menu2_block{
		display: none;
		max-height: 300px;
		overflow-y: auto;
	}
	
	.mobile_menu2{
		display: flex;
		justify-content: center;
		padding: 10px 20px;
		border: 1px solid #fff;
		color: #EC7832;
		transition: all 0.35s ease-in-out;
		border-top: 1px solid #EC7832;
		font-size: 18px;
		cursor: pointer;
		text-align: center;
		background-color: rgba(138, 172, 142, 0.2);
	}

	.mobile_menu2:hover{
		color: #EC7832;
	}
	.mobile_menu3_block {
		display: none;
	}
	.mobile_menu3 {
		display: block;
		color: #000;
		padding: 10px 0;
		transition: all 0.5s ease;
		border-bottom: 1px solid rgba(255, 255, 255, 0.7);
	}
	.mobile_menu3:last-child {
		border-bottom: none;
	}
	.mobile_menu3:hover {
		color: #fff;
	}
	.mobile_menu2 {
		position: relative;
	}
	.mobile_menu2 i{
		position: absolute;
		top: 12px;
		right: 30px;
	}
}
/*footer*/
.footer {
	background-color: #222D62;
	text-align: center;
	position: relative;
}
.footer_decoration_wrap{
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	height: 100%;
	width: 100%;
}
.footer_decoration {
	width: calc(100vw / 1920 * 820);
	display: block;
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 2;
	pointer-events: none;
	opacity: 0.5;
}
@media screen and (max-width: 767px) {
	.footer_decoration {
		display: none;
	}
}
.footer_wrap {
	padding: 4% 0 5%;
	color: #fff;
	display: flex;
	justify-content: space-between;
	position: relative;
}
@media screen and (max-width: 991px) {
	.footer_wrap {
		padding: 3% 0 4%;
	}
}
@media screen and (max-width: 767px) {
	.footer_wrap {
		padding: 160px 0 30px;
		justify-content: center;
		align-items: center;
		flex-direction: column;
	}
}
@media screen and (max-width: 575px) {
	.footer_wrap {
		padding: 100px 0 30px;
	}
}
.footer_img {
	display: block;
	position: absolute;
	top: -60%;
	left: 0;
}
.footer_img img {
	width: 768px;
}
@media screen and (max-width: 1200px) {
	.footer_img img {
		width: 600px;
	}
}
@media screen and (max-width: 991px) {
	.footer_img {
		top: -35%;
	}
	.footer_img img {
		width: 400px;
	}
}
@media screen and (max-width: 767px) {
	.footer_img {
		left: 50%;
		transform: translateX(-50%);
	}
}
@media screen and (max-width: 575px) {
	.footer_img img {
		width: 290px;
	}
}
@media screen and (max-width: 420px) {
	.footer_img {
		top: -25%;
	}
	.footer_img img {
		width: 250px;
	}
}
@media screen and (max-width: 300px) {
	.footer_img img {
		max-width: 100%;
	}
}
.footer_wrap a {
	color: #fff;
	transition: all 0.5s ease;
}
.footer_wrap a:hover {
	opacity: 0.5;
}
.footer_item_wrap {
	display: block;
	font-size: 20px;
	margin-top: 20px;
	margin-bottom: 0;
	text-align: right;
}
.footer_item_wrap.footer_item_company {
	font-size: 30px;
	font-weight: bold;
}
@media screen and (max-width: 991px) {
	.footer_item_wrap {
		font-size: 18px;
	}
	.footer_item_wrap.footer_item_company {
		font-size: 26px;
	}
}
@media screen and (max-width: 767px) {
	.footer_item_wrap {
		text-align: center;
	}
}
@media screen and (max-width: 575px) {
	.footer_item_wrap {
		text-align: center;
		font-size: 16px;
	}
	.footer_item_wrap.footer_item_company {
		font-size: 20px;
	}
}
.footer_copyright {
	padding: 10px 0;
	background-color: #EC7832;
	color: #fff;
}
.footer_copyright a {
	color: #fff;
	transition: all 0.5s ease;
}
.footer_copyright a:hover {
	opacity: 0.5;
}
.footer_web_info_wrap a {
	margin: 0 15px;
}
@media screen and (max-width: 1200px) {
	.footer_item_wrap {
		font-size: 18px;
		margin-top: 10px;
	}
	.footer_web_info_wrap a {
		margin: 0 15px;
	}
}
@media screen and (max-width: 767px) {
	.footer_item_wrap {
		font-size: 16px;
		margin-top: 5px;
	}
	.footer_copyright {
		display: flex;
		flex-direction: column;
		justify-content: center;
		padding: 15px 0;
	}
	.footer_web_info_wrap a {
		margin: 0 3px;
	}
}
@media screen and (max-width: 575px) {
	.footer_copyright {
		font-size: 14px;
	}
}
@media screen and (max-width: 420px) {
	.footer_copyright {
		font-size: 13px;
	}
}
/*********************************************************************/
/**********************固定右下角的  icon*********************************/
.fixed_icon_list {
	position: fixed;
	bottom: 200px;
	right: 50px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	z-index: 5;
}
#top_button {
	position: fixed;
	bottom: 115px;
	right: 50px;
	z-index: 5;
}

.fixed_btn_link {
	margin-top: 20px;
	position: relative;
}
.fixed_btn_link a {
	width: 60px;
	height: 60px;
	line-height: 60px;
	font-size: 40px;
	border-radius: 100%;
	text-align: center;
	display: block;
	transition: all 0.5s ease;
	color: #EC7832;
	border: 1px solid #EC7832;
	background-color: #fff;
}
@media screen and (max-width: 767px) {
	.fixed_btn_link a {
		width: 50px;
		height: 50px;
		line-height: 50px;
		font-size: 30px;
	}
}
@media screen and (max-width: 575px) {
	.fixed_btn_link {
		margin-top: 10px;
	}
}
.fixed_btn_link:hover a{
	color: #fff;
	background-color: #EC7832;
	border: 1px solid #EC7832;
}

.top_btn {
	cursor: pointer;
	transition: all 0.5s ease;
	display: flex;
	align-items: center;
	justify-content: center;
    transition: all 0.5s ease;
	border: 1px solid #EC7832;
	background-color: #fff;
	color: #EC7832;
	width: 60px;
	height: 60px;
	border-radius: 100%;
	font-size: 20px;
}
@media screen and (max-width: 767px) {
	.top_btn {
		width: 50px;
		height: 50px;
	}
}
.top_btn:hover {
	background-color: #EC7832;
	color: #fff;
}

@media screen and (max-width: 1400px) {
	.fixed_icon_list {
		right: 50px;
	}
	#top_button {
		right: 50px;
	}
}
@media screen and (max-width: 1200px) {
	.fixed_icon_list {
		right: 30px;
	}
	#top_button {
		right: 30px;
	}
}
@media screen and (max-width: 767px) {
	.fixed_icon_list {
		right: 25px;
		bottom: 150px;
	}
	#top_button {
		right: 25px;
		bottom: 80px;
	}
}
@media screen and (max-width: 575px) {
	.fixed_icon_list {
		right: 10px;
		bottom: 115px;
	}
	#top_button {
		right: 10px;
		bottom: 55px;
	}
}
/* ===================banner================== */
/*共用 banner */
/* 電腦版 */
.banner_img {
	width: 100%;
	/*1920*390*/
	height: calc(100vw / 1920 * 390);
	object-fit: cover;
}
@media screen and (max-width: 767px) {
	.banner_img {
		display: none;
	}
}
/* 手機版 */
.banner_img_mobile {
	width: 100%;
	/*767*415*/
	height: calc(100vw / 767 * 415);
	object-fit: cover;
	display: none;
}
@media screen and (max-width: 767px) {
	.banner_img_mobile {
		display: block;
	}
}
.banner_wrap {
	position: relative;
}
/* *********內頁邊界********* */
.section_margin {
	padding: 50px 0 200px;
	position: relative;
}

@media screen and (max-width: 767px) {
	.section_margin {
		padding: 30px 0 50px;
	}
}
/* *********單編輯器頁面邊界********* */
.section_margin_other {
	margin: 50px 0 100px;
	position: relative;
}

/********************** 共用邊界*******************************/
.all_wrap {
	padding-bottom: 20%;
}
@media screen and (max-width: 767px) {
	.all_wrap {
		padding-bottom: 30%;
	}
}
/********************** breadcrumb_wrap*******************************/
.breadcrumb_wrap {
	padding: 30px 0;
	font-size: 16px;
	font-weight: bold;
	transition: all 0.5s ease;
	color: #959595;
}

@media screen and (max-width: 991px) {
	.breadcrumb_wrap {
		padding: 30px 0;
	}
}
@media screen and (max-width: 767px) {
	.breadcrumb_wrap {
		padding: 20px 0;
		font-size: 16px;
	}
}
@media screen and (max-width: 575px) {
	.breadcrumb_wrap {
		font-size: 14px;
	}
}

.breadcrumb_wrap a {
	color: #959595;
	transition: all 0.5s ease;
}
.breadcrumb_wrap .current_page:last-child {
	color: #EC7832;
}

.breadcrumb_wrap a:hover {
	color: #222D62;
}


/****************************編輯器*******************************/
.page_content_html img {
	max-width: 100%;
	height: auto !important;
}
.page_content_html iframe {
	max-width: 100%;
}


/*****************************************************************************/
/*******************************首頁**************************************/
/*********************************************************************/
/*main slider*/
#main_slider_section {
	position: relative;
}
#main_slider_section_mobile {
	position: relative;
	display: none;
}
@media screen and (max-width: 767px) {
	#main_slider_section {
		display: none;
	}
	#main_slider_section_mobile {
		display: block;
	}
}
.main_slider_item_wrap {
	width: 100%;
	position: relative;
}
/* 電腦版 */
#main_slider_section .main_slider_item img { /*1920*770*/
	width: 100%;
	height: calc(100vw / 1920 * 770);
	object-fit: cover;
}
/* 手機版 */
#main_slider_section_mobile .main_slider_item img { /*767*495*/
	width: 100%;
	height: calc(100vw / 767 * 495);
	object-fit: cover;
}
.main_slider_text_block {
	width: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -80%);
	text-align: center;
}
@media screen and (max-width: 767px) {
	.main_slider_text_block {
		transform: translate(-50%, -60%);
	}
}
.main_slider_text_title {
	font-size: 60px;
	color: #fff;
	font-weight: bold;
}
.main_slider_text_subtitle {
	font-size: 30px;
	color: #fff;
	font-weight: bold;
}
@media screen and (max-width: 1200px) {
	.main_slider_text_title {
		font-size: 46px;
	}
	.main_slider_text_subtitle {
		font-size: 24px;
	}
}
@media screen and (max-width: 991px) {
	.main_slider_text_title {
		font-size: 36px;
	}
	.main_slider_text_subtitle {
		font-size: 20px;
	}
}
@media screen and (max-width: 767px) {
	.main_slider_text_title {
		font-size: 28px;
	}
	.main_slider_text_subtitle {
		font-size: 18px;
	}
}
@media screen and (max-width: 575px) {
	.main_slider_text_title {
		font-size: 18px;
	}
	.main_slider_text_subtitle {
		font-size: 14px;
	}
}

/*共用的 slick dots color*/
.main_slider .slick-dots, .main_slider_mobile .slick-dots {
	position: absolute;
	bottom: -5%;
}
@media screen and (max-width: 991px) {
	.main_slider .slick-dots, .main_slider_mobile .slick-dots {
		bottom: -10%;
	}
}
.slick-dots li.slick-active button:before {
	color: #EC7832;
	opacity: 1;
}
.slick-dots li button:before {
	opacity: 1;
	color: #959595;
	font-size: 16px;
	transition: all 0.5s ease;
}
.slick-dots li:hover button:before {
	color: #EC7832;
}

/* =======================首頁共用按鈕=================================================== */
.index_page_btn_wrap {
	display: flex;
	justify-content: center;
	margin: 20px 0;
}
.index_page_btn {
	color: #fff;
	background-color: #959595;
	border-radius: 30px;
	width: 150px;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-size: 22px;
	transition: all 0.5s ease;
	border: 1px solid #959595;
	transition: all 0.5s ease;
}
.index_page_btn:hover {
	color: #fff;
	background-color: #EC7832;
	border: 1px solid #EC7832;
}
@media screen and (max-width: 991px) {
	.index_page_btn {
		font-size: 20px;
	}
}
@media screen and (max-width: 767px) {
	.index_page_btn {
		width: 100px;
		height: 46px;
	}
}
@media screen and (max-width: 575px) {
	.index_page_btn {
		font-size: 18px;
	}
}
/* =======================首頁共用標題=================================================== */
/* *******除首頁關於我們外的******** */
.index_title_block {
	width: 500px;
	margin: auto;
}
@media screen and (max-width: 767px) {
	.index_title_block {
		width: 100%;
	}
}
.index_title_block.animation{
	animation-name: ani_slideBottom;
	animation-duration: 2s;
	animation-fill-mode: both;
	animation-timing-function: ease-out;
}
/* ******************************* */
.index_title_wrap {
	width: 100%;
	text-align: center;
}
.index_title_ch {
	font-size: 30px;
	font-weight: bold;
	color: #222D62;
}
.index_title_en {
	font-size: 20px;
	font-weight: bold;
	color: #222D62;
	position: relative;
}
.index_title_en::before {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	width: 28%;
	height: 1px;
	background-color: #707070;
}
.index_title_en::after {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	width: 28%;
	height: 1px;
	background-color: #707070;
}
@media screen and (max-width: 991px) {
	.index_title_ch {
		font-size: 25px;
	}
	.index_title_en {
		font-size: 18px;
	}
}
/* =======================首頁關於我們=================================================== */
#index_about_section {
	padding: 100px 0;
}
@media screen and (max-width: 1200px) {
	#index_about_section {
		padding: 50px 0 80px;
	}
}
@media screen and (max-width: 767px) {
	#index_about_section {
		padding: 30px 0 50px;
	}
}
@media screen and (max-width: 767px) {
	.index_about_content_wrap {
		margin-top: 35px;
	}
}
.index_about_wrap.animation{
	animation-name: ani_slideBottom;
	animation-duration: 2s;
	animation-fill-mode: both;
	animation-timing-function: ease-out;
}
/* 文字 */
.index_about_content {
	width: 100%;
	margin: 25px 0 35px;
	font-size: 20px;
	color: #3D3D3D;
	line-height: 1.5;
	height: 175px;
	overflow: auto;
	padding-right: 2px;
}
.index_about_content.animation{
    animation-name:ani_slideBottom;
    animation-duration: 1s;
    animation-delay: 0.35s;
    animation-fill-mode: both;
    animation-timing-function: ease-out;
}
@media screen and (max-width: 1200px) {
	.index_about_content {
		height: 150px;
		margin-top: 20px;
	}
}
@media screen and (max-width: 991px) {
	.index_about_content {
		width: 100%;
		height: 100px;
		margin: 15px 0 20px;
		padding-right: 2px;
		font-size: 18px;
	}
}
@media screen and (max-width: 767px) {
	.index_about_content {
		height: auto;
	}
	.index_about_content.animation{
		animation-duration: 0s;
		animation-name:ani_slideBottom_stop;
	}
}
@media screen and (max-width: 575px) {
	.index_about_content {
		font-size: 16px;
		margin-top: 20px;
	}
}
.index_about_content::-webkit-scrollbar {
	width: 3px;
	border-radius: 2px;
}

.index_about_content::-webkit-scrollbar-track {
	background: #ddd;
}

.index_about_content::-webkit-scrollbar-thumb {
	background: #222D62; 
}
/* 圖片 */
.index_about_img_wrap img {
	/* 540*345 */
	width: 100%;
	height: 345px;
	object-fit: cover;
	border-radius: 30px;
}
@media screen and (max-width: 1200px) {
	.index_about_img_wrap img {
		height: 289px;
	}
}
@media screen and (max-width: 991px) {
	.index_about_img_wrap img {
		height: 212px;
	}
}
@media screen and (max-width: 767px) {
	.index_about_img_wrap img {
		height: 327px;
	}
}
@media screen and (max-width: 575px) {
	.index_about_img_wrap img {
		height: calc((100vw - 15px) / 575 * 360);
	}
}
/* =======================首頁客戶案例=================================================== */
#index_case_section {
	padding: 5% 0;
	background-color: #fff;
}
@media screen and (max-width: 767px) {
	#index_case_section {
		padding: 50px 0;
	}
}
.index_case_data_list {
	padding: 50px 0;
	position: relative;
	/* overflow: hidden; */
}
.index_case_data_list.animation{
	animation-name: ani_slideBottom;
	animation-duration: 2s;
	animation-delay: .5s;
	animation-fill-mode: both;
	animation-timing-function: ease-out;
}
.index_customer_slider_item {
	padding: 10px 10px 30px 10px;
}
@media screen and (max-width: 991px) {
	.index_customer_slider_item {
		padding: 10px 10px 20px 10px;
	}
}
@media screen and (max-width: 575px) {
	.index_customer_slider_item {
		padding: 10px 10px 10px 10px;
	}
}
.index_customer_slider_item_img {
	border-radius: 30px;
	border: 1px solid #212B5E;
	overflow: hidden;
	background-color: #fff;
}
.index_customer_slider_item_img img {
	/* 250*110 */
	width: 100%;
	height: 110px;
	object-fit: contain;
	transition: all .5s ease;
}
@media screen and (max-width: 1200px) {
	.index_customer_slider_item_img img {
		height: 88px;
	}
}
@media screen and (max-width: 991px) {
	.index_customer_slider_item_img img {
		height: 64px;
	}
}
@media screen and (max-width: 575px) {
	.index_customer_slider_item_img img {
		height: 17.39vw;
	}
}
.index_customer_slider_item a:hover img {
	transform: scale(1.2);	
}
/* 箭頭 */
.index_customer_slider_arrow_prev, .index_customer_slider_arrow_next {
	position: absolute;
	top: 120%;
	cursor: pointer;
	z-index: 2;
	color: #959595;
	padding: 25px 5px;
	font-size: 28px;
	transition: all 0.5s ease;
}
.index_customer_slider_arrow_prev:hover, .index_customer_slider_arrow_next:hover {
	color: #EC7832;
}
.index_customer_slider_arrow_prev {
	left: 37%;
}
.index_customer_slider_arrow_next {
	right: 37%;
}
@media screen and (max-width: 1200px) {
	.index_customer_slider_arrow_prev, .index_customer_slider_arrow_next {
		top: 122%;
	}
}
@media screen and (max-width: 991px) {
	.index_customer_slider_arrow_prev, .index_customer_slider_arrow_next {
		top: 132%;
	}
	.index_customer_slider_arrow_prev {
		left: 30%;
	}
	.index_customer_slider_arrow_next {
		right: 30%;
	}
}
@media screen and (max-width: 767px) {
	.index_customer_slider_arrow_prev, .index_customer_slider_arrow_next {
		top: 128%;
	}
}
@media screen and (max-width: 575px) {
	.index_customer_slider_arrow_prev, .index_customer_slider_arrow_next {
		top: 125%;
	}
	.index_customer_slider_arrow_prev {
		left: 25%;
	}
	.index_customer_slider_arrow_next {
		right: 25%;
	}
}
@media screen and (max-width: 450px) {
	.index_customer_slider_arrow_prev, .index_customer_slider_arrow_next {
		top: 128%;
	}
	.index_customer_slider_arrow_prev {
		left: 20%;
	}
	.index_customer_slider_arrow_next {
		right: 20%;
	}
}
@media screen and (max-width: 400px) {
	.index_customer_slider_arrow_prev, .index_customer_slider_arrow_next {
		top: 130%;
	}
	.index_customer_slider_arrow_prev {
		left: 15%;
	}
	.index_customer_slider_arrow_next {
		right: 15%;
	}
}
/* =======================首頁產品介紹=================================================== */
#index_product_section {
	padding: 5% 0;
	background-image: url("../img/index_product_bg.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
@media screen and (max-width: 767px) {
	#index_product_section {
		padding: 50px 0;
	}
}
.index_product_list {
	padding: 80px 0;
}
.index_product_list.animation{
	animation-name: ani_slideBottom;
	animation-duration: 2s;
	animation-fill-mode: both;
	animation-timing-function: ease-out;
}
@media screen and (max-width: 991px) {
	.index_product_list {
		padding: 50px 0;
	}
}
@media screen and (max-width: 767px) {
	.index_product_list {
		padding: 30px 0;
	}
}
.index_product_item_wrap {
	display: block;
	padding: 0 10px;
	margin-bottom: 50px;
}
@media screen and (max-width: 991px) {
	.index_product_item_wrap {
		padding: 0;
		margin-bottom: 30px;
	}
}
@media screen and (max-width: 575px) {
	.index_product_item_wrap {
		margin-bottom: 20px;
	}
}
/* 圖片 */
.index_product_item_img_wrap {
	position: relative;
	overflow: hidden;
	border: 2px solid #222D62;
	border-radius: 25px;
	background-color: #fff;
}
.index_product_item_img_mask {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: rgba(34, 45, 98, 0.14);
	opacity: 0;
	transition: all 0.5s ease;
}
.index_product_item_wrap:hover .index_product_item_img_mask {
	opacity: 1;
}
.index_product_item_img_wrap img {
	/* 326*326 */
	width: 100%;
	height: 326px;
	object-fit: contain;
}
@media screen and (max-width: 1200px) {
	.index_product_item_img_wrap img {
		height: 266px;
	}
}
@media screen and (max-width: 991px) {
	.index_product_item_img_wrap img {
		height: 206px;
	}
}
@media screen and (max-width: 767px) {
	.index_product_item_img_wrap img {
		height: 236px;
	}
}
@media screen and (max-width: 575px) {
	.index_product_item_img_wrap img {
		height: calc(50vw - 34px);
	}
}
/* 標題 */
.index_product_item_title {
	padding-top: 10px;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	color: #222D62;
	transition: all 0.5s ease;
	height: 35px;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	white-space: normal;
	overflow: hidden;
}
.index_product_item_wrap:hover .index_product_item_title {
	color: #EC7832;
}
@media screen and (max-width: 991px) {
	.index_product_item_title {
		font-size: 18px;
		padding-top: 5px;
		height: 30px;
	}
}
@media screen and (max-width: 575px) {
	.index_product_item_title {
		font-size: 16px;
	}
	.index_product_item_title:last-child {
		-webkit-line-clamp: 2;
		height: 50px;
	}
}
/* =======================首頁服務介紹=================================================== */
#index_service_section {
	padding: 5% 0 10%;
	background-image: url("../img/index_service_bg.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
@media screen and (max-width: 767px) {
	#index_service_section {
		padding: 50px 0px;
	}
}
.index_service_list {
	padding: 8% 0;
}
.index_service_list.animation{
	animation-name: ani_slideBottom;
	animation-duration: 2s;
	animation-fill-mode: both;
	animation-timing-function: ease-out;
}
.index_service_item {
	padding: 0 10px;
	margin-bottom: 25px;
}
@media screen and (max-width: 991px) {
	.index_service_item {
		padding: 0px;
	}
}
.index_service_item_img img {
	/* 235*235 */
	border-radius: 25px;
	width: 100%;
	height: 235px;
	object-fit: cover;
}
@media screen and (max-width: 1200px) {
	.index_service_item_img img {
		height: 190px;
	}
}
@media screen and (max-width: 991px) {
	.index_service_item_img img {
		height: 150px;
	}
}
@media screen and (max-width: 767px) {
	.index_service_item_img img {
		height: 240px;
	}
}
@media screen and (max-width: 575px) {
	.index_service_item_img img {
		height: calc(50vw - 30px);
	}
}
.index_service_item_title {
	text-align: center;
	font-size: 22px;
	color: #222D62;
	font-weight: bold;
	padding: 8px 0;
}
@media screen and (max-width: 991px) {
	.index_service_item_title {
		font-size: 18px;
		padding: 5px 0;
	}
}
.index_service_item_content {
	font-size: 20px;
	color: #222D62;
}
@media screen and (max-width: 991px) {
	.index_service_item_content {
		font-size: 18px;
	}
}
@media screen and (max-width: 767px) {
	.index_service_item_content {
		font-size: 16px;
	}
}
/* =======================常見問題=================================================== */
.qa_title_block {
	margin-bottom: 40px;
}

.qa_block {
	margin-bottom: 30px;
	border: 1px solid #222D62;
}
@media screen and (max-width: 767px) {
	.qa_block {
		margin-bottom: 20px;
	}
}
/* question */
.qa_q {
	display: flex;
	align-items: center;
	border-bottom: none;
	padding: 10px 20px;
	position: relative;
	cursor: pointer;
	transition: all 0.5s ease;
	font-weight: bold;
	line-height: 1.2;
	color: #222D62;
	background-color: #fff;
}
.qa_q:hover, .qa_q.active {
	color: #fff;
	background-color: #222D62;
}
@media screen and (max-width: 767px) {
	.qa_q {
		padding: 5px 5px 5px 15px;
	}
}
.qa_q_icon {
	font-size: 30px;
	font-weight: bolder;
	padding-right: 20px;
}
@media screen and (max-width: 1200px) {
	.qa_q_icon {
		font-size: 20px;
	}
}
@media screen and (max-width: 767px) {
	.qa_q_icon {
		font-size: 25px;
		padding-right: 15px;
	}
}
.qa_q_text {
	font-size: 22px;
	font-weight: bold;
	border-left: 1px solid #222D62;
	padding: 5px 0px 5px 20px;
}
.qa_q:hover .qa_q_text, .qa_q.active .qa_q_text {
	border-left: 1px solid #fff;
}
/* answer */
.qa_a_wrap {
	display: none;
}
.qa_a {
	display: flex;
	padding: 30px 20px;
	background-color: #fff;
}
.qa_a_icon {
	font-size: 30px;
	font-weight: bolder;
	padding-right: 30px;
	color: #EC7832;
}
@media screen and (max-width: 1200px) {
	.qa_q_text {
		font-size: 20px;
	}
	.qa_a_icon {
		font-size: 30px;
	}
}
@media screen and (max-width: 767px) {
	.qa_a_icon {
		font-size: 25px;
		padding-right: 15px;
	}
	.qa_a {
		padding: 20px;
	}
	.qa_q_text {
		font-size: 16px;
		padding: 5px 0px 5px 10px;
	}
}

/* ====================聯絡我們====================== */
.contact_page_title {
	width: 100%;
	border-bottom: 2px solid #222D62;
	padding-bottom: 15px;
	color: #222D62;
	font-weight: bold;
	font-size: 28px;
	margin: 80px 0 30px;
}
@media screen and (max-width: 991px) {
	.contact_page_title {
		font-size: 24px;
		margin: 50px 0 20px;
		text-align: center;
	}
}
@media screen and (max-width: 767px) {
	.contact_page_title {
		margin: 30px 0 10px;
	}
}
.contact_recaptcha_btn_wrap {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 30px;
}
@media screen and (max-width: 991px) {
	.contact_recaptcha_btn_wrap {
		flex-direction: column;
		justify-content: center;
		margin-top: 20px;
	}
}
.contact_recaptcha {
	margin-right: 10px;
}
.contact_btn_wrap {
	width: 100%;
	display: flex;
	justify-content: end;
	margin-top: 30px;
}
@media screen and (max-width: 991px) {
	.contact_btn_wrap {
		justify-content: center;
		margin-top: 20px;
	}
}
.contact_btn {
	color: #fff;
	background-color: #959595;
	border-radius: 30px;
	width: 130px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	transition: all 0.5s ease;
	border: 1px solid #959595;
}
.contact_btn:hover {
	color: #FFF;
	background-color: #EC7832;
	border: 1px solid #EC7832;
}
@media screen and (max-width: 991px) {
	.contact_btn {
		font-size: 25px;
	}
}
@media screen and (max-width: 767px) {
	.contact_btn {
		width: 100px;
		height: 46px;
		font-size: 20px;
	}
}
@media screen and (max-width: 575px) {
	.contact_btn {
		font-size: 18px;
	}
}
/* 官方資訊欄 */
.contact_info_wrap {
	width: 100%;
	height: 100%;
}
@media screen and (max-width: 991px) {
	.contact_info_wrap {
		display: none;
	}

}
.contact_form_item {
	display: flex;
	flex-direction: column;
	margin-bottom: 25px;
}
.contact_form_item_remark {
	margin-bottom: 0;
}
.contact_form_item input, .contact_form_item textarea {
	width: 100%;
	border: 1px solid #222D62;
	background-color: #fff;
	font-size: 20px;
	border-radius: 15px;
	line-height: 1.2;
}
.contact_form_item input {
	height: 40px;
	padding: 0 10px;
}
.contact_form_item textarea {
	padding: 10px;
}
.contact_form_item label {
	margin-bottom: 10px;
	font-size: 22px;
	font-weight: bold;
	color: #222D62;
}
@media screen and (max-width: 1200px) {
	.contact_form_item label {
		font-size: 22px;
	}
}
@media screen and (max-width: 991px) {
	.contact_form_item label {
		font-size: 20px;
		text-align: center;
	}
	.contact_form_item input, .contact_form_item textarea {
		font-size: 18px;
	}
	.contact_form_wrap {
		margin-top: 30px;
	}
}
@media screen and (max-width: 767px) {
	.contact_form_item {
		margin-bottom: 10px;
	}
	.contact_form_item input {
		height: 40px;
	}
	.contact_form_item input, .contact_form_item textarea {
		width: 100%;
		font-size: 16px;
	}
	.contact_form_item label {
		margin-bottom: 10px;
		font-size: 18px;
	}
}

/* ====================詢問車====================== */
.cart_page_title {
	width: 100%;
	border-bottom: 2px solid #222D62;
	padding-bottom: 15px;
	color: #222D62;
	font-weight: bold;
	font-size: 28px;
	margin: 80px 0 30px;
}
@media screen and (max-width: 991px) {
	.cart_page_title {
		font-size: 24px;
		margin: 50px 0 20px;
	}
}
@media screen and (max-width: 767px) {
	.cart_page_title {
		font-size: 20px;
		margin: 30px 0 10px;
		padding-bottom: 5px;
	}
}
.cart_recaptcha_btn_wrap {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 30px;
}
@media screen and (max-width: 991px) {
	.cart_recaptcha_btn_wrap {
		flex-direction: column;
		justify-content: center;
		margin-top: 20px;
	}
}
.cart_recaptcha {
	margin-right: 10px;
}
.cart_btn_wrap {
	width: 100%;
	display: flex;
	justify-content: end;
	margin-top: 30px;
}
@media screen and (max-width: 991px) {
	.cart_btn_wrap {
		justify-content: center;
	}
}
.cart_btn {
	color: #fff;
	background-color: #959595;
	border-radius: 30px;
	width: 130px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	transition: all 0.5s ease;
	border: 1px solid #959595;
}
.cart_btn:hover {
	color: #FFF;
	background-color: #EC7832;
	border: 1px solid #EC7832;
}
@media screen and (max-width: 991px) {
	.cart_btn {
		font-size: 25px;
	}
}
@media screen and (max-width: 767px) {
	.cart_btn {
		width: 100px;
		height: 46px;
		font-size: 20px;
	}
}
@media screen and (max-width: 575px) {
	.cart_btn {
		font-size: 18px;
	}
}

.cart_form_item {
	display: flex;
	flex-direction: column;
	margin-bottom: 25px;
}
.cart_form_item_remark {
	margin-bottom: 0;
}
.cart_form_item input, .cart_form_item textarea {
	width: 100%;
	border: 1px solid #222D62;
	background-color: #fff;
	font-size: 20px;
	line-height: 1.2;
	border-radius: 0;
}
.cart_form_item input {
	height: 46px;
	padding: 0 10px;
}
.cart_form_item textarea {
	padding: 10px;
}
.cart_form_item label {
	margin-bottom: 10px;
	font-size: 22px;
	font-weight: bold;
	color: #222D62;
}
@media screen and (max-width: 1200px) {
	.cart_form_item label {
		font-size: 22px;
	}
}
@media screen and (max-width: 991px) {
	.cart_form_item label {
		font-size: 20px;
	}
	.cart_form_item input, .cart_form_item textarea {
		font-size: 18px;
	}
	.cart_form_wrap {
		margin-top: 30px;
	}
}
@media screen and (max-width: 767px) {
	.cart_form_item {
		margin-bottom: 10px;
	}
	.cart_form_item input {
		height: 40px;
	}
	.cart_form_item input, .cart_form_item textarea {
		width: 100%;
		font-size: 16px;
	}
	.cart_form_item label {
		margin-bottom: 10px;
		font-size: 18px;
	}
}

/* ===================詢問車=================== */
/* ***************上面出現的表頭*************** */
.cart_field_wrap {
	width: 100%;
	display: flex;
	align-items: center;
	font-size: 18px;
	font-weight: bold;
	padding: 5px 0px;
	border-top: 1px solid #222D62;
	border-bottom: 1px solid #222D62;
	color: #222D62;
}
@media screen and (max-width: 991px) {
	.cart_field_wrap {
		display: none;
	}
}
.cart_product_list_check_wrap {
	margin-bottom: 50px;
}
/* 產品圖片 */
.cart_field_product_wrap {
	width: 150px;
	text-align: center;
}
/* 數量 */
.cart_field_qty {
	width: 300px;
	text-align: center;
}
/* 品項 */
.cart_field_number {
	width: 80px;
}
@media screen and (max-width: 767px) {

}
/* 產品名稱 */
.cart_field_product_name_wrap {
	width: calc(100% - 640px);
	text-align: center;
}
/* 移除 */
.cart_field_del {
	width: 130px;
	text-align: right;
	padding-right: 15px;
}

/* ******************明細****************** */
.cart_field_item_block {
	display: flex;
	align-items: center;
	font-size: 20px;
	font-weight: bold;
	padding: 20px 0;
	border-bottom: 1px solid #222D62;
	color: #222D62;
}
@media screen and (max-width: 991px) {
	.cart_field_item_block {
		font-size: 18px;
		align-items: flex-start;
	}
	.cart_field_item_block:first-child {
		border-top: 1px solid #222D62;
	}
}
@media screen and (max-width: 767px) {
	.cart_field_item_block {
		font-size: 18px;
	}
}
@media screen and (max-width: 575px) {
	.cart_field_item_block {
		font-size: 16px;
	}
}
/* 圖片 */
.cart_field_item_img_wrap {
	width: 150px;
	text-align: center;
}
.cart_field_item_img_wrap img {
	/* 128*128 */
	object-fit: contain;
	width: 128px;
	height: 128px;
	border-radius: 25px;
	background-color: #fff;
	border: 2px solid #222D62;
}
@media screen and (max-width: 575px) {
	.cart_field_item_img_wrap {
		width: 130px;
	}
	.cart_field_item_img_wrap img {
		width: 120px;
	}
}
/* 名稱數量 */
.cart_field_item_block_data {
	width: calc(100% - 210px);
	display: flex;
	align-items: center;
}
@media screen and (max-width: 991px) {
	.cart_field_item_block_data {
		flex-direction: column;
	}
}
@media screen and (max-width: 767px) {
	.cart_field_item_block_data {
		width: calc(100% - 200px);
	}
}
@media screen and (max-width: 575px) {
	.cart_field_item_block_data {
		width: calc(100% - 165px);
	}
}
/* 名稱 */
.cart_product_name {
	width: calc(100% - 430px);
	line-height: 1.2;
	padding-left: 50px;
}
@media screen and (max-width: 1200px) {
	.cart_product_name {
		padding-left: 30px;
	}
}
@media screen and (max-width: 991px) {
	.cart_product_name {
		width: 100%;
		padding-left: 10px;
	}
}
/* 數量 */
.cart_field_item_num {
	width: 300px;
	display: flex;
	align-items: center;
	justify-content: center;
}
@media screen and (max-width: 991px) {
	.cart_field_item_num {
		width: 100%;
		justify-content: flex-end;
		padding: 20px 0;
	}
}
@media screen and (max-width: 767px) {
	.cart_field_item_num {
		padding: 10px 0;
	}
}
/*品項*/
.cart_product_number {
	width: 80px;
	padding-left: 10px;
}
@media screen and (max-width: 767px) {
	.cart_product_number {
		width: 50px;
	}
}
@media screen and (max-width: 575px) {
	.cart_product_number {
		width: 35px;
	}
}
/* 數量 */
.cart_field_item_number {
	width: 230px;
	text-align: center;
}
.cart_list_product_quantity {
	display: flex;
	align-items: center;
	justify-content: center;
}
.cart_list_product_lower_button, .cart_list_product_add_button {
	background-color: #222D62;
	border: 1px solid #222D62;
	color: #fff;
	font-size: 25px;
	font-weight: bold;
	transition: all 0.5s ease;
	cursor: pointer;
	width: 32px;
	height: 32px;
	line-height: 30px;
	text-align: center;
}
.cart_list_product_lower_button:hover, .cart_list_product_add_button:hover {
	color: #222D62;
	background-color: #fff;
}
.cart_amount_input {
	margin: 0px;
	width: 150px;
	height: 32px;
	line-height: 32px;
	outline: none;
	background-color: #fff;
	border: none;
	color: #222D62;
	border: 1px solid #222D62;
	border-radius: 0px;
	text-align: center;
	font-size: 22px;
	font-weight: bold;
}
@media screen and (max-width: 767px) {
	.cart_amount_input {
		width: 100px;
	}
}
@media screen and (max-width: 575px) {
	.cart_amount_input {
		width: 60px;
		font-size: 18px;
	}
}
/* 移除紐 */
.cart_label_delete {
	width: 130px;
	font-size: 28px;
	color: #000;
	cursor: pointer;
	text-align: right;
	transition: all 0.5s ease-in-out;
}
.cart_label_delete_btn {
	display: inline-block;
	padding: 5px;
	color: #222D62;
	border: 1px solid #222D62;
	background-color: #fff;
	border-radius: 5px;
	transition: all 0.5s ease;
}

.cart_label_delete_btn:hover {
	color: #fff;
	background-color: #222D62;
}
@media screen and (max-width: 991px) {
	.cart_label_delete {
		width: 100%;
		text-align: right;
		font-size: 20px;
	}
}

/* ================================================================================產品介紹列表============================================================= */
/* =================側邊導覽列===================== */
.product_list_wrap {
	display: flex;
	justify-content: space-between;
}
.product_list_left_wrap {
	width: 225px;
	position: relative;
}
.product_list_right_wrap {
	width: calc(100% - 255px);
}
.slide_nav_title_wrap {
	padding: 20px 5px;
	background-color: #222D62;
	color: #fff;
	margin-bottom: 15px;
}
.slide_nav_title_ch {
	font-size: 26px;
	font-weight: bold;
}
.slide_nav_title_en {
	font-weight: bold;
	font-size: 20px;
	padding-top: 10px;
}
@media screen and (max-width: 1200px) {
	.slide_nav_title_wrap {
	 	padding-bottom: 15px;
	}
	.slide_nav_title_ch {
		font-size: 22px;
	}
	.slide_nav_title_en {
	 	font-size: 18px;
	}
	.product_list_left_wrap {
	 	width: 200px;
	}
	.product_list_right_wrap {
	 	width: calc(100% - 230px);
	}
}
@media screen and (max-width: 991px) {
	.slide_nav_title_wrap {
	 	display: none;
	}
	.product_list_wrap {
	 	flex-direction: column;
	}
	.product_list_left_wrap {
	 	width: 100%;
	}
	.product_list_right_wrap {
	 	width: 100%;
		margin-top: 50px;
	}
}
@media screen and (max-width: 575px) {
	.product_list_right_wrap {
	   margin-top: 30px;
   }
	.slide_nav_title_wrap {
	 	margin-top: 20px;
	 	padding-bottom: 5px;
	}
}
.slide_nav_title {
	color: #231815;
	font-size: 22px;
	text-align: center;
}
.slide_nav_block {
	border: 1px solid #222D62;
	margin-bottom: 20px;
}
@media screen and (max-width: 991px) {
	.slide_nav_block {
	 	margin-bottom: 0;
	 	border-top: none;
	}
}
.side_bar_item {
	display: block;
	padding: 15px 5px;
	color: #222D62;
	font-size: 20px;
	position: relative;
	line-height: 1.2;
	font-weight: bold;
	cursor: pointer;
	transition: all 0.5s ease;
}
@media(max-width: 1200px){
	.side_bar_item {
	 	font-size: 18px;
	}
}
.slide_nav_block:hover .side_bar_item, .slide_nav_block.active .side_bar_item {
	color: #fff;
	background-color: #222D62;
}
@media screen and (max-width: 991px) {
	.side_bar_item ,.slide_nav_block:hover .side_bar_item, .slide_nav_block.active .side_bar_item {
	 	color: #000;
	 	background-color: #C3CAE5;
	}
}
   
/* 手機版出現 */
.slide_navi_button {
	width: 100%;
	padding: 10px 25px;
	background: #fff;
	border: 1px solid #222D62;
	color: #222D62;
	position: relative;
	overflow: hidden;
	font-size: 18px;
	text-align: center;
	transition: all 0.35s ease-in-out;
	cursor: pointer;
	display: none;
}
.slide_navi_button i {
	display: none;
}
.slide_nav_wrap {
	display: none;
	background-color: #F9F8F9;
}
@media screen and (max-width: 991px) {
	.slide_navi_button{
	 	display: block;
		background: #222D62;
		color: #fff;
	}
	.slide_navi_button i {
		display: block;
		position: absolute;
		top: 50%;
		right: 20px;
		transform: translateY(-50%);
		z-index: 1;
	}
	.slide_nav_wrap {
	 	width: 100%;
	 	position: absolute;
		top: 46px;
	 	left: 0;
	 	z-index: 5;
	 	text-align: center;
	 	border-bottom: #707070;
	}
}
@media screen and (min-width: 991px) {
	.slide_nav_wrap {
	 	display: block !important;
	}
}
.slide_navi_button:hover{
	background: #222D62;
	color: #fff;
}
/* 第二層 */
.side_bar_item2_wrap {
	display: none;
}
.side_bar_item2 {
	display: block;
	padding: 10px 5px 10px 20px;
}
@media screen and (max-width: 991px) {
	.side_bar_item2 {
	 	padding: 10px 5px;
		border-top: 1px solid #707070;
	}
}
.side_bar_item2 span {
	display: block;
	font-size: 18px;
	font-weight: bold;
	color: #222D62;
	line-height: 1.2;
	position: relative;
	transition: all 0.5s ease-in-out;
	cursor: pointer;
}
a.side_bar_item2:hover span, .side_bar_item2.active span {
	color: #EC7832;
}
a.side_bar_item2:hover, .side_bar_item2.active {
	background-color: #fff;
}
@media screen and (max-width: 991px) {
	a.side_bar_item2:hover, .side_bar_item2.active {
	 	background-color: #DFE1E9;
	}
	a.side_bar_item2:hover span, .side_bar_item2.active span {
		color: #222D62;
	}
}
.side_bar_item2 span::before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: -10px;
	width: 5px;
	height: 100%;
	background-color: #222D62;
	transition: all 0.5s ease;
}
a.side_bar_item2:hover span::before, .side_bar_item2.active span::before {
	background-color: #EC7832;
}
@media screen and (max-width: 1200px) {
	.side_bar_item2 span {
	 	font-size: 16px;
	 	padding-left: 5px;
	}
}
@media screen and (max-width: 991px) {
	.side_bar_item2 span::before {
	 width: 0;
	}
}
/* 第三層 */
.side_bar_item3_wrap {
	display: none;
	background-color: #fff;
	padding-bottom: 10px;
}
.side_bar_item3 {
	display: block;
	padding-left: 15px;
}
.side_bar_item3 span {
	display: block;
	color: #222D62;
	border-bottom: 1px solid #222D62;
	padding: 5px;
	font-size: 18px;
	font-weight: bold;
	transition: all 0.5s ease;
}
.side_bar_item3:hover span, .side_bar_item3.active span {
	color: #EC7832;
	border-bottom: 1px solid #EC7832;
}
@media screen and (max-width: 1200px) {
	.side_bar_item3 {
	 	padding-left: 20px;
	}
	.side_bar_item3 span {
	 	font-size: 16px;
	}
}
@media screen and (max-width: 991px) {
	.side_bar_item3 {
		padding: 8px 0;
		/* border-top: 1px solid #707070; */
	}
	.side_bar_item3:first-child {
		border-top: 1px solid #707070;
	}
	.side_bar_item3:last-child {
		padding-bottom: 0;
	}
	.side_bar_item3_wrap {
		background-color: #E0E1E9;
	}
	.side_bar_item3 span {
	 	padding: 0;
	}
	.side_bar_item3 span, .side_bar_item3:hover span, .side_bar_item3.active span {
		border-bottom: none;
		color: #EC7832;
	}
}
/* ======================產品列表================= */
.product_item_wrap {
	display: block;
	margin-bottom: 50px;
}
@media screen and (max-width: 991px) {
	.product_item_wrap {
		margin-bottom: 30px;
	}
}
@media screen and (max-width: 575px) {
	.product_item_wrap {
		margin-bottom: 20px;
	}
}
/* 圖片 */
.product_item_img_wrap {
	position: relative;
	overflow: hidden;
	border: 2px solid #222D62;
	border-radius: 25px;
	background-color: #fff;
}
.product_item_img_mask {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: rgba(34, 45, 98, 0.14);
	opacity: 0;
	transition: all 0.5s ease;
}
.product_item_wrap:hover .product_item_img_mask {
	opacity: 1;
}
.product_item_img_wrap img {
	/* 260*260 */
	width: 100%;
	height: 260px;
	object-fit: contain;
}
@media screen and (max-width: 1200px) {
	.product_item_img_wrap img {
		height: 209px;
	}
}
@media screen and (max-width: 991px) {
	.product_item_img_wrap img {
		height: 326px;
	}
}
@media screen and (max-width: 767px) {
	.product_item_img_wrap img {
		height: 236px;
	}
}
@media screen and (max-width: 575px) {
	.product_item_img_wrap img {
		height: calc(50vw - 34px);
	}
}
/* 標題 */
.product_item_title {
	padding-top: 10px;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	color: #222D62;
	transition: all 0.5s ease;
	height: 35px;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	white-space: normal;
	overflow: hidden;
}
.product_item_wrap:hover .product_item_title {
	color: #EC7832;
}
@media screen and (max-width: 991px) {
	.product_item_title {
		font-size: 18px;
		padding-top: 5px;
		height: 30px;
	}
}
@media screen and (max-width: 575px) {
	.product_item_title {
		font-size: 16px;
	}
	.product_item_title:last-child {
		-webkit-line-clamp: 2;
		height: 50px;
	}
}
/* ======================產品內頁================= */
.product_content_title {
	color: #EC7832;
	font-size: 22px;
	font-weight: bold;
	line-height: 1.5;
	padding-bottom: 15px;
	border-bottom: 1px solid #707070;
}
.product_content_text {
	line-height: 1.5;
	color: #222D62;
	font-weight: bold;
	font-size: 20px;
	margin: 10px 0;
	height: 360px;
	overflow-y: auto;
}
.product_content_text::-webkit-scrollbar {
	width: 3px;
	border-radius: 2px;
}

.product_content_text::-webkit-scrollbar-track {
	background: #ddd;
}

.product_content_text::-webkit-scrollbar-thumb {
	background: #222D62; 
}
.product_content_block_wrap {
	padding-left: 30px;
}
@media screen and (max-width: 1200px) {
	.product_content_title {
		font-size: 20px;
	}
	.product_content_text {
		height: 260px;
		font-size: 18px;
	}
}
@media screen and (max-width: 991px) {
	.product_content_title {
		font-size: 18px;
	}
	.product_content_text {
		font-size: 16px;
	}
	.product_content_block_wrap {
		padding-left: 20px;
	}
}
@media screen and (max-width: 767px) {
	.product_content_block_wrap {
		margin-top: 30px;
		padding-left: 0;
	}
	.product_content_title {
		font-size: 20px;
		padding-bottom: 10px;
	}
	.product_content_text {
		height: auto;
	}
}
/* 加入詢問車按鈕 */
.add_cart_btn_wrap {
	margin-top: 80px;
	display: flex;
	justify-content: flex-end;
}
.add_cart_btn {
	display: flex;
	align-items: center;
	/* width: 210px; */
	padding: 0 45px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	color: #222D62;
	font-size: 20px;
	font-weight: bold;
	border-radius: 30px;
	border: 1px solid #707070;
	transition: all 0.5s ease;
	cursor: pointer;
	background-color: #fff;
}
.add_cart_btn i {
	font-size: 30px;
	margin-right: 5px;
}
.add_cart_btn:hover {
	background-color: #EC7832;
	border: 1px solid #EC7832;
	color: #fff;
}
@media screen and (max-width: 1200px) {
	.add_cart_btn_wrap {
		margin-top: 70px;
	}
}
@media screen and (max-width: 991px) {
	.add_cart_btn {
		/* width: 180px; */
		height: 50px;
		line-height: 50px;
	}
}
@media screen and (max-width: 991px) {
	.add_cart_btn_wrap {
		margin-top: 30px;
		justify-content: center;
	}
	.add_cart_btn {
		/* width: 150px; */
		padding: 0 35px;
		height: 45px;
		line-height: 45px;
		font-size: 18px;
	}
	.add_cart_btn i {
		font-size: 25px;
	}
}
.back_btn_wrap{
	margin-top: 50px;
	display: flex;
	justify-content: flex-end;
}
@media (max-width: 767px){
	.back_btn_wrap{
		margin-top: 20px;
		justify-content: center;
	}
}
/* 圖片 */
.product_content_bigimg_slider {
	background-color: #fff;
	overflow: hidden;
	border-radius: 15px;
}
.product_content_bigimg_slider img {
	/* 413*413 */
	width: 100%;
	height: 413px;
	border-radius: 15px;
	object-fit: contain;
	border: 2px solid #222D62;
}
@media screen and (max-width: 1200px) {
	.product_content_bigimg_slider img {
		height: 335px;
	}
}
@media screen and (max-width: 991px) {
	.product_content_bigimg_slider img {
		height: 330px;
	}
}
@media screen and (max-width: 767px) {
	.product_content_bigimg_slider img {
		height: 510px;
	}
}
@media screen and (max-width: 575px) {
	.product_content_bigimg_slider img {
		height: calc(100vw - 30px);
	}
}
.product_content_img_nav {
	position: relative;
	margin-top: 15px;
}
/* 箭頭 */
.product_content_img_arrow_prev, .product_content_img_arrow_next {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	cursor: pointer;
	z-index: 2;
	color: #fff;
	background-color: rgba(0, 0, 0, 0.28);
	padding: 25px 5px;
	font-size: 18px;
	transition: all 0.5s ease;
}
.product_content_img_arrow_prev:hover, .product_content_img_arrow_next:hover {
	background-color: rgba(0, 0, 0, 0.6);
}
.product_content_img_arrow_prev {
	left: 5px;
}
.product_content_img_arrow_next {
	right: 5px;
}
.product_content_smimg {
	padding: 5px;
}
.product_content_smimg_wrap {
	border-radius: 15px;
	overflow: hidden;
	background-color: #fff;
}
.product_content_smimg img {
	/* 128*128 */
	width: 100%;
	height: 128px;
	object-fit: contain;
	border-radius: 15px;
	border: 2px solid #222D62;
	cursor: pointer;
}
@media screen and (max-width: 1200px) {
	.product_content_smimg img {
		height: 102px;
	}
}
@media screen and (max-width: 991px) {
	.product_content_smimg img {
		height: 100px;
	}
}
@media screen and (max-width: 767px) {
	.product_content_smimg img {
		height: 160px;
	}
}
@media screen and (max-width: 575px) {
	.product_content_smimg img {
		height: calc(33vw - 18px);
	}
}
.product_content_html_wrap {
	margin-top: 50px;
}
@media screen and (max-width: 767px) {
	.product_content_html_wrap {
		margin-top: 20px;
	}
}

/* ======================================= */
/* ======================客戶案例列表================= */
/* ======================================= */
/* =================側邊導覽列===================== */
.case_list_wrap {
	display: flex;
	justify-content: space-between;
}
.case_list_left_wrap {
	width: 225px;
	position: relative;
}
.case_list_right_wrap {
	width: calc(100% - 255px);
}
@media screen and (max-width: 1200px) {
	.case_list_left_wrap {
	 	width: 200px;
	}
	.case_list_right_wrap {
	 	width: calc(100% - 230px);
	}
}
@media screen and (max-width: 991px) {
	.case_list_wrap {
	 	flex-direction: column;
	}
	.case_list_left_wrap {
	 	width: 100%;
	}
	.case_list_right_wrap {
	 	width: 100%;
	}
}
.case_side_bar_wrap {
	width: 100%;
}
.case_side_bar_item {
	display: block;
	padding: 15px 5px;
	margin-bottom: 15px;
	color: #222D62;
	background-color: #fff;
	border: 1px solid #222D62;
	font-size: 20px;
	position: relative;
	line-height: 1.2;
	font-weight: bold;
	transition: all 0.5s ease;
}
   
.case_side_bar_item:hover, .case_side_bar_item.active {
	color: #fff;
	background-color: #222D62;
}
   
@media screen and (max-width: 1200px) {
	.case_side_bar_item {
	 	margin: 10px 0;
	}
}
   
@media screen and (max-width: 991px) {
	.case_side_bar_wrap {
		margin-bottom: 15px;
		overflow-x: auto;
		white-space: nowrap;
	}
   
	.case_side_bar_wrap::-webkit-scrollbar {
	 	height: 1px;
	}
   
	.case_side_bar_wrap::-webkit-scrollbar-track {
		background: #ddd;
	}
   
	.case_side_bar_wrap::-webkit-scrollbar-thumb {
	 	background: #707070;
	}
	.case_side_bar_item {
	 	font-size: 16px;
	 	margin-right: 5px;
	 	display: inline-block;
	 	padding: 10px 8px;
	}
}
/* ===================列表圖片==================== */
.customer_slider_item {
	margin-bottom: 30px;
}
@media screen and (max-width: 991px) {
	.customer_slider_item {
		margin-bottom: 20px;
	}
}
/* @media screen and (max-width: 575px) {
	.customer_slider_item {
		margin-bottom: 15px;
	}
} */
.customer_slider_item_img {
	border-radius: 30px;
	border: 1px solid #212B5E;
	overflow: hidden;
	background-color: #fff;
}
.customer_slider_item_img img {
	/* 190*82 */
	width: 100%;
	height: 82px;
	object-fit: contain;
	transition: all .5s ease;
}
@media screen and (max-width: 1200px) {
	.customer_slider_item_img img {
		height: 65px;
	}
}
@media screen and (max-width: 991px) {
	.customer_slider_item_img img {
		height: 64px;
	}
}
@media screen and (max-width: 575px) {
	.customer_slider_item_img img {
		height: calc((100vw - 30px) / 575 * 110);
	}
}
.customer_slider_item_img a:hover img {
	transform: scale(1.2);	
}
