@charset "utf-8";
/* CSS Document */

/* 共通 css開始  */
*{
	box-sizing: border-box;
	position: relative;
	/* border: 1px solid #1E2427; */
}
body{
	font-family: "微軟正黑體";
	line-height: 1.5em;
	margin:0;
	background-color: #FBFBFB;
}

a{
	text-decoration:none;
	outline: none;
	/* hlbr:expression(this.onFocus=this.blur());		 */
	transition: all 0.3s;
}

a img{
	border:none;
}

a:hover,a:focus{
	text-decoration: none;
}

:focus,button:focus{
    outline: none;
}

/* Heading styles */
h1,h2,h3,h4,h5,h6,p,.h1,.h2,.h3,.h4,.h5,.h6{
	margin: 0;
	padding: 0;
}
/* List style */
ul{
	list-style: none;
	margin: 0;
	padding: 0;
}

/*------------------------------------*\
    Global
\*------------------------------------*/
/* ========== 主要按鈕 ========== */
.main_btn{
    /* structure */
	display: inline-block;
	vertical-align: middle;
	margin: 0;
	
	/* style */
	font-size: 22px;
	padding-bottom: 5px;
	text-align: center;
	font-weight: bold;
	
	letter-spacing: 0;
	text-decoration: none;
    /* optional */
	color: #105098;
	background-color: transparent;
	border: 0px;
	border-bottom: 1px solid #105098;
	outline: none;
    transition: all 0.3s;
}
.main_btn i{
	margin-left: 10px;
}
.main_btn:hover{
	opacity: 0.7;
}
/* ========== 圖片比例 ========== */
.outter{
    width: 100%;
}
.image-container{
    width: 100%;
}
.image-container::before{
    content: '';
    display: block;
    width: 100%;
    padding-top: 100%;
}
.image-container .image{
	object-fit: cover;
	object-position: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	transition: all 0.5s ease;
}

/* ========== 分頁 ========== */
.gs_pagination{
	
	width: 100%;
	padding: 10px 0;
	clear: both;
	text-align: center;
	background: none;
	box-shadow: none;
	margin: 0;
	margin-bottom: 60px;
	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: #707070;
	font-weight: bolder;
	transition: all 0.5s ease;
	/* margin-right: 10px; */
}
.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 {
	opacity: 0.5;
}
.gs_pagination a.other_page {
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: #2477AA;
	border-radius: 50%;
	font-size:20px;
	margin: 0;
	background-color: transparent;
	transition: all 0.2s ease-in-out;
	display: inline-block;
	font-weight: bold;
	background-color: #FFFFFF;
	margin: 0 0.8em;
	/* margin-right: 10px; */
}

.gs_pagination strong{
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background-color: #105098;
	border-radius: 50%;
	color: #FFFFFF;
	font-size: 20px;
	margin: 0;
	transition: all 0.2s ease-in-out;
	display: inline-block;
	font-weight: bold;
	/* margin-right: 10px; */
}

.gs_pagination a.other_page:hover, 
.gs_pagination strong:hover{
	background-color: #105098;
	color: #FFFFFF;
}
@media (max-width: 991px) {
	.gs_pagination strong, 
	.gs_pagination a.other_page{
		font-size: 18px;
	}
	.gs_pagination a.pag_btn {
		font-size: 20px;
	}
}
@media (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; */
	}
}
.gs_pagination_icon{
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
	color: #205499;
	font-size: 25px;
	transition: all 0.2s ease-in-out;
	display: inline-block;
}
.gs_pagination_icon:hover{
	opacity: 0.7;
}

/*導航欄漢堡特效*/
.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:#FFFFFF;
	stroke-width:5.5;
	stroke-linecap:round;
}
.ham1 .top {
	stroke-dasharray: 40 139;
}
.ham1 .bottom {
	stroke-dasharray: 40 180;
}
.ham1.active .top {
	stroke-dashoffset: -98px;
}
.ham1.active .bottom {
	stroke-dashoffset: -138px;
}
.top_nav_bar{
	display: none;
}

@media (max-width: 991px){
	.top_nav_bar{
		width: 100%;
		display: flex;
		justify-content: space-between;
		align-items: center;
		background-color: #FFFFFF;
		padding-left: 20px;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 50;
	}
	.top_nav_bar.active{
		box-shadow: 0 2px 8px 5px rgba(0,0,0,.2);
	}
}
.dropdown_control{
	/* position: fixed;
	top: 0;
	right: 0; */
	cursor: pointer;
	z-index: 50;
	display: none;
}
@media (max-width: 991px){
	.dropdown_control{
		display: block;
	}	
}
.leng_and_ham{
	display: flex;
	align-items: center;
	position: absolute;
	top: 50%;
	right: -200px;
	transform: translate(0, -50%);
}
.dropdown{
	
}
@media (max-width: 1520px){
	.leng_and_ham{
		right: -100px;
	}
}
@media (max-width: 1399px){
	.leng_and_ham{
		position: relative;
		top: auto;
		right: auto;
		transform: translate(0, 0);
	}
}
.dropdown .dropbtn{
    font-size: 18px;  
    border: none;
    outline: none;
    color: #FFFFFF;
    background-color: inherit;
    font-family: inherit;
    margin: 0;
    transition: all 0.3s;
    padding: 0;
    display: flex;
    align-items: center;
}
@media (max-width: 767px){
	.dropdown .dropbtn{
		font-size: 16px;
	}
}
.dropbtn i{
    font-size: 10px;
    margin-left: 5px;
}
.dropdown:hover .dropbtn{
    color: #105098;
}
.dropdown-content{
    display: none;
    position: absolute;
    background-color: #ffffff;
	width: 100px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}
/* .dropdown-content.active{
	display: block;
} */
.dropdown-content .nav-link{
	color: #105098;
}
.dropdown-content .nav-link:hover::after,
.dropdown-content .nav-link.active::after{
    display: none;
}
.dropdown:hover .dropdown-content {
    display: block;
}
/* ========== 麵包屑 ========== */
.breadcrumb{
	background-color: transparent;
	font-size: 18px;
	border-radius: 0px;
	padding: 0.75rem 0;
	border-bottom: 2px solid #105098;
	margin: 30px 0;
}
@media (max-width:767px){
	.breadcrumb{
		margin: 15px 0;
	}
}
.breadcrumb-item a{
	color: #707070;
	font-weight: 500;
	transition: all 0.5s ease;
}
.breadcrumb-item a:hover{
	color: #105098;
}
.breadcrumb-item.active a {
	color: #105098;
	font-weight: bold;
	transition: all 0.5s ease;
}
.breadcrumb-item.active a:hover {
	opacity: 0.5;
}

/* 電腦版banner背景 */
#banner_section{
	width: 100%;
	height: calc(100vw / 1920 * 600);
}
@media (max-width:991px){
	#banner_section{
		margin-top: 87px;
	}
}
@media (max-width:767px){
	#banner_section{
		margin-top: 67px;
	}
}
.banner_wrap{
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.banner_img{
	position: absolute;
	top: 0;
	left: 0;
	margin-top: -10px;
	/* 1920*600 */
	width: 100%;
	height: calc(100vw / 1920 * 600);
	object-fit: cover;
	object-position: center;
	-webkit-mask: url("../img/mask_banner.png") no-repeat center center / cover;
	mask: url("../img/mask_banner.png") no-repeat center center / cover;
}

.page_title{
	color: #FFFFFF;
	text-align: center;
}
.page_title_en{
	font-size: 70px;
	padding-bottom: 50px;
}
@media (max-width: 1199px){
	.page_title_en{
		font-size: 60px;
		padding-bottom: 30px;
	}
}
@media (max-width: 991px){
	.page_title_en{
		font-size: 50px;
		padding-bottom: 10px;
	}
}
@media (max-width: 767px){
	.page_title_en{
		font-size: 45px;
	}
}
@media (max-width: 575px){
	.page_title_en{
		font-size: 30px;
		padding-bottom: 0;
	}
}
@media (max-width: 370px){
	.page_title_en{
		font-size: 20px;
	}
}
.page_title_en::after{
	content: '';
	position: absolute;
	bottom: 35px;
	left: 50%;
	transform: translate(-50%, 0);
	width: 750px;
	height: 60px;
	background-color: #FFFFFF;
	opacity: 0.5;
}
@media (max-width: 1199px){
	.page_title_en::after{
		bottom: 7px;
		width: 700px;
	}
}
@media (max-width: 991px){
	.page_title_en::after{
		width: 570px;
		height: 35px;
	}
}
@media (max-width: 767px){
	.page_title_en::after{
		width: 500px;
	}
}
@media (max-width: 575px){
	.page_title_en::after{
		width: 280px;
		height: 18px;
		bottom: 3px;
	}
}
@media (max-width: 370px){
	.page_title_en::after{
		width: 200px;
		height: 12px;
		bottom: 0px;
	}
}
.page_title_ch{
	font-size: 40px;
	font-weight: bold;
}
@media (max-width: 991px){
	.page_title_ch{
		font-size: 30px;
	}
}
@media (max-width: 767px){
	.page_title_ch{
		font-size: 25px;
	}
}
@media (max-width: 575px){
	.page_title_ch{
		font-size: 22px;
	}
}
@media (max-width: 370px){
	.page_title_ch{
		font-size: 20px;
	}
}
.main{
	overflow: hidden;
}
/*****************************************************************************/
/*-----------------------------------start-----------------------------------*/
/*****************************************************************************/

/****************************head****************************/
.header{
	width: 100%;
	padding: 30px 0;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10;
	transition: all .3s;
}
.header.active{
	background-color: #5FBECC;
	padding: 20px 0;
}
@media (max-width: 991px){
	.header{
		padding: 10px 0;
		padding-left: 20px;
		background-color: #5FBECC;
	}
	.header.active{
		padding: 10px 0;
		padding-left: 20px;
	}
}
@media (max-width: 767px){
	.header{
		padding: 0 0;
		padding-left: 20px;
	}
	.header.active{
		padding: 0 0;
		padding-left: 20px;
	}
}
.head{
	width: 1110px;
	margin: auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.head_bar {
	display: flex;
}
@media (max-width: 1199px){
	.head{
		width: 930px;
	}
}
@media (max-width: 991px){
	.head{
		width: 100%;
	}
}
@media (max-width: 991px){
	.head_bar{
		display: none;
	}
}
.dropdown_wrap{
	position: fixed;
	z-index: 2;
	width: 100%;
	height: 100vh;
	background-color: #000000;
	opacity: 0.7;
	display: none;
}
.head_bar_mobile{
	padding: 0 15px;
	padding-top: 100px;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 3;
	width: 100%;
	height: 100%;
	background-color: #5FBECC;

	display: none;
}
@media (min-width: 992px){
	.head_bar_mobile{
		display: none !important;
	}
}
.mobile_menu {
	width: 100%;
	color: #fff;
	transition: all 0.4s ease-in-out;
	display: block;
	cursor: pointer;
	position: relative;
}
.mobile_menu a {
	display: block;
	color: #fff;
}
.mobile_menu i {
	color: #fff;
	position: absolute;
	width: 50px;
	height: 30px;
	line-height: 30px;
	top: 50%;
	right: 20px;
	transform: translateY(-50%);
}
.mobile_menu2_block {
	display: none;
}
@media (max-width: 991px){
	.mobile_menu2{
		display: flex;
		justify-content: center;
		padding: 10px 0 5px;
		margin-top: 10px;
		color: #105098;
		transition: all 0.35s ease-in-out;
		border-top: 1px solid rgba(255, 255, 255, 0.747);
		font-size: 17px;
		cursor: pointer;
		text-align: center;
	}

	.mobile_menu2:hover, .mobile_menu2.active{
		color: #105098;
	}
}

.nav_item_mobile{
	padding-bottom: 10px;
	text-align: center;
	width: 100%;
	margin: 15px 0;
	border-bottom: 1px solid #FFFFFF;
}
.nav_link_mobile{
	font-size: 18px;
	color: #FFFFFF;
}
.top_logo_img{
	height: 60px;
	object-fit: contain;
	object-position: center;
}
@media (max-width: 1199px){
	.top_logo_img{
		height: 50px;
	}
}
@media (max-width: 767px){
	.top_logo_img{
		height: 30px;
	}
}
@media (max-width: 575px){
	.top_logo_img{
		width: 150px;
		height: auto;
	}
}
.nav_item{
	display: block;
	padding: 0 10px;
	position: relative;
}
.nav_item::after{
	content: '';
	position: absolute;
	top: 50%;
	right: 0;
	width: 1px;
	height: 80%;
	background-color: #FFFFFF;
	transform: translate(0,-50%);
}
.nav_item:last-child::after{
	display: none;
}
.head_nav_show_item {
	display: block;
	padding: 10px;
	color: #2477AA;
	transition: all 0.5s ease;
	text-align: center;
	border-bottom: 1px solid #2477AA;
	background-color: #fff;
}
.head_nav_show_item:hover {
	background-color: #2477AA;
	color: #fff;
}
.head_nav_show_item_wrap {
	width: 100%;
	position: absolute;
	top: 100%;
	left: 0;
	background-color: rgba(255,255,255,0.9);
	display: none;
}
.nav_item:hover .head_nav_show_item_wrap {
	display: block;
}
.nav_link{
	color: #FFFFFF;
	font-size: 20px;
	transition: all 0.5s ease;
}
.nav_link:hover, .nav_link.active{
	color: #105098;
	border-bottom: 1px dashed #105098;
}
.header_mobile{
	display: none;
}
@media (max-width: 991px){
	.header_mobile{
		display: block;
	}
}
.top_nav{
	background-color: #4C709E;
	padding: 15px 20px;
}
.header_mobile_logo{
	width: 300px;
	height: 50px;
	object-fit: contain;
	object-position: center;
}
/****************************head****************************/

/***************************welcome**************************/

/* ====== 首頁標題樣式 ====== */
.welcome_title{
	margin-bottom: 30px;
}
@media (max-width: 1399px){
	.welcome_title{
		margin-bottom: 20px;
	}
}
.welcome_en{
	margin-bottom: 30px;
	font-size: 60px;
	color: #C6D2DF;
}
@media (max-width: 1399px){
	.welcome_en{
		margin-bottom: 20px;
		font-size: 50px;
	}
}
@media (max-width: 767px){
	.welcome_en{
		font-size: 45px;
	}
}
@media (max-width: 575px){
	.welcome_en{
		font-size: 30px;
	}
}
@media (max-width: 370px){
	.welcome_en{
		font-size: 25px;
	}
}
.welcome_ch{
	font-size: 30px;
	color: #105098;
	font-weight: bold;
	display: flex;
	align-items: center;
}
@media (max-width: 767px){
	.welcome_ch{
		font-size: 25px;
	}
}
@media (max-width: 575px){
	.welcome_ch{
		font-size: 22px;
	}
}
@media (max-width: 370px){
	.welcome_ch{
		font-size: 20px;
	}
}
.welcome_title_img{
	margin: 0 15px;
	width: 30px;
	height: 35px;
	object-fit: contain;
}
@media (max-width:1199px){
	.welcome_title_img{
		width: 25px;
		height: 25px;
	}
}
/* ====== 首頁標題樣式 ====== */

/* ====== 首頁(slick) ====== */
#welcome_banner_section{
	width: 100%;
	height: calc(100vw / 1920 * 800);
	margin-bottom: 200px;
}
@media (max-width: 991px){
	#welcome_banner_section{
		display: none;
	}
}
#welcome_banner_section_mobile{
	display: none;
}
@media (max-width: 991px){
	#welcome_banner_section_mobile{
		display: block;
		margin-top: 80px;
		margin-bottom: 80px;
		height: calc(100vw / 1920 * 1035);
	}
}
@media (max-width: 767px){
	#welcome_banner_section_mobile{
		margin-top: 60px;
		margin-bottom: 0;
	}
}
.welcome_banner_wrap{
	width: 100%;
	height: calc(100vw / 1920 * 800);
}
@media (max-width: 991px){
	.welcome_banner_wrap{
		height: calc(100vw / 1920 * 1035);
	}
}
.slick-initialized .welcome_banner_wrap.slick-slide{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.welcome_banner_img{
	position: absolute;
	top: 0;
	left: 0;
	margin-top: -10px;
	width: 100%;
	height: calc(100vw / 1920 * 800);
	object-fit: cover;
	object-position: center;
	-webkit-mask: url("../img/mask_banner.png") no-repeat center center / cover;
	mask: url("../img/mask_banner.png") no-repeat center center / cover;
}
.welcome_banner_img_mobile{
	position: absolute;
	top: 0;
	left: 0;
	margin-top: -10px;
	width: 100%;
	height: calc(100vw / 1920 * 1035);
	object-fit: cover;
	object-position: center;
	-webkit-mask: url("../img/welcome_mask_banner.png") no-repeat center center / cover;
	mask: url("../img/welcome_mask_banner.png") no-repeat center center / cover;
}
#welcome_banner_section_mobile .slick-dots,
#welcome_banner_section .slick-dots{
    bottom: 10%;
	right: 2%;
	width: auto;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
}
@media (max-width: 767px){
	#welcome_banner_section_mobile .slick-dots,
	#welcome_banner_section .slick-dots{
		bottom: 12%;
	}
}
#welcome_banner_section_mobile .slick-dots li,
#welcome_banner_section .slick-dots li{
    margin: 5px;
}
@media (max-width: 767px){
	#welcome_banner_section_mobile .slick-dots li,
	#welcome_banner_section .slick-dots li{
		margin: 1px;
	}
}
#welcome_banner_section_mobile .slick-dots li button:before,
#welcome_banner_section .slick-dots li button:before{
    font-size: 45px;
    opacity: .75;
    color: #D6D6D6;
}
@media (max-width: 767px){
	#welcome_banner_section_mobile .slick-dots li button:before,
	#welcome_banner_section .slick-dots li button:before{
		font-size: 40px;
	}
}
#welcome_banner_section_mobile .slick-dots li.slick-active button:before,
#welcome_banner_section .slick-dots li.slick-active button:before{
    opacity: 1;
    color: #105098;
}
.slick_title{
	line-height: 2em;
	text-align: center;
	font-size: 50px;
	color: #FFFFFF;
	margin-bottom: 60px;
	padding: 0 20px;
	
}
@media (max-width: 1199px){
	.slick_title{
		margin-bottom: 30px;
		font-size: 30px;
	}
}
.slick_title_mobile{
	line-height: 2em;
	text-align: center;
	font-size: 35px;
	color: #FFFFFF;
	margin-bottom: 60px;
	padding: 0 20px;
}
@media (max-width: 991px){
	.slick_title_mobile{
		font-size: 30px;
		margin-bottom: 30px;
	}
}
@media (max-width: 767px){
	.slick_title_mobile{
		font-size: 25px;
		margin-bottom: 15px;
		line-height: 1.5em;
	}
}
@media (max-width: 575px){
	.slick_title_mobile{
		font-size: 25px;
	}
}
@media (max-width: 370px){
	.slick_title_mobile{
		font-size: 20px;
	}
}
.slick_more_btn{
	/* structure */
	display: inline-block;
	vertical-align: middle;
	margin: 0;
	padding: 10px 15px;
	/* style */
	font-size: 22px;
	text-align: center;
	font-weight: bold;
	
	letter-spacing: 0;
	text-decoration: none;
    /* optional */
	background-color: #FFFFFF;
	color: #105098;
	border-radius: 5px;
	border: 0px;
	outline: none;
    transition: all 0.3s;
}
@media (max-width: 767px){
	.slick_more_btn{
		padding: 5px 10px;
		font-size: 18px;
	}
}
.slick_more_btn:hover{
	background-color: #105098;
	color: #FFFFFF;
}
/* ====== 首頁(slick) ====== */

/* ====== 首頁關於我們 ====== */
.welcome_about_us_wrap{
	margin-bottom: 100px;
}
@media (max-width: 991px){
	.welcome_about_us_wrap{
		margin-bottom: 60px;
	}
}
@media (max-width: 767px){
	.welcome_about_us_wrap{
		margin-bottom: 30px;
	}
}
.welcome_back_img3{
	position: absolute;
	z-index: -1;
	width: 10vw;
	top: -100px;
	left: 5%;
}
.welcome_back_img5{
	position: absolute;
	width: 55vw;
	top: -60%;
	right: -150px;
	z-index: -1;
}
@media (max-width: 991px){
	.welcome_back_img5{
		top: -20%;
	}
}
@media (max-width: 991px){
	.welcome_back_img5{
		top: -10%;
		right: -10px;
	}
}
.about_us_wrap{
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.about_us_wrap.animation{
    animation-name:ani_slideBottom;
    animation-duration: 1s;
    animation-delay: 0s;
    animation-fill-mode: forwards;
	animation-timing-function: ease-out;
}
@media (max-width: 767px){
	.about_us_wrap.animation{
		animation-name:ani_slideBottom_stop;
    	animation-delay: 0s;
	}
}
.about_us_content{
	font-size: 24px;
	line-height: 1.5em;
	height: 270px;
	overflow: auto;
}
.about_us_content img {
	max-width: 100%;
	height: auto !important;
}
@media (max-width: 1199px){
	.about_us_content{
		font-size: 22px;
		height: 200px;
	}
}
@media (max-width: 991px){
	.about_us_content{
		font-size: 20px;
		height: auto;
	}
}
.about_us_content::-webkit-scrollbar {
	width: 5px;
	height: 5px;
}
.about_us_content::-webkit-scrollbar-track {
	background: #ddd;
}
.about_us_content::-webkit-scrollbar-thumb {
	background: #2477AA; 
}
.about_us_more_btn{
	text-align: end;
}
@media (max-width: 991px){
	.about_us_more_btn{
		margin: 20px 0;
		text-align: center;
	}
}
.about_us_pic{
	padding-left: 40px;
}
@media (max-width: 991px){
	.about_us_pic{
		padding-left: 0;
	}
}
/* ====== 首頁關於我們 ====== */

/* ====== 首頁最新消息(slick) ====== */
.welcome_back_img4{
	position: absolute;
	width: 40vw;
	top: -250px;
	left: -150px;
	z-index: -1;
}
@media (max-width: 991px){
	.welcome_back_img4{
		position: absolute;
		width: 40vw;
		top: -80px;
		left: -90px;
	}
}
.welcome_news_txt{
	text-align: end;
}
@media (max-width: 767px){
	.welcome_news_txt{
		text-align: start;
	}
}
.welcome_news_txt .welcome_ch{
	justify-content: end;
}
@media (max-width: 767px){
	.welcome_news_txt .welcome_ch{
		justify-content: start;
	}
}
.welcome_news_wrap{
	padding: 60px 0;
}
@media (max-width: 767px){
	.welcome_news_wrap{
		padding-top: 30px;
	}
}
.welcome_news_back_color{
	width: 100%;
	height: 550px;
	background-color: #E7EAEE;
	position: absolute;
	bottom: 0;
	left: 0;
}
@media (max-width: 991px){
	.welcome_news_back_color{
		height: 380px;
	}
}
/* Arrows */
.news_slick .slick-prev,
.news_slick .slick-next{
    width: 90px;
    height: 90px;
    background: #FFFFFF;
	border: 5px solid #FFFFFF;
	border-radius: 50%;
	opacity: 0.7;
	transition: all .3s;
	z-index: 2;
}
@media (max-width:1399px){
	.news_slick .slick-prev,
	.news_slick .slick-next{
		width: 80px;
		height: 80px;
	}
}
@media (max-width:767px){
	.news_slick .slick-prev,
	.news_slick .slick-next{
		width: 60px;
		height: 60px;
	}
}
.news_slick .slick-prev:hover,
.news_slick .slick-next:hover{
    background: transparent;
	opacity: 1;
}
.news_slick .slick-prev:before,
.news_slick .slick-next:before{
    opacity: 1;
}
.news_slick .slick-prev{
    left: -15%;	
}
.news_slick .slick-next{
    right: -15%;
}
@media (max-width:1499px){
	.news_slick .slick-prev{
		left: -13%;	
	}
	.news_slick .slick-next{
		right: -13%;
	}
}
@media (max-width:1399px){
	.news_slick .slick-prev{
		left: -3%;	
	}
	.news_slick .slick-next{
		right: -3%;
	}
}
@media (max-width:991px){
	.news_slick .slick-prev{
		left: 0;	
		top: auto;
		bottom: -55px;
		transform: translate(0,0);
	}
	.news_slick .slick-next{
		right: 0;
		top: auto;
		bottom: -55px;
		transform: translate(0,0);
	}
}
.news_slick .slick-prev:before{
    content: '';
	position: absolute;
	top: 50%;
	left: 20px;
	width: 100px;
    height: 5px;
	transform: translate(0, -50%);
    background: #8194AB;
    transition: all 0.4s ease-in-out;
}
.news_slick .slick-next:before{
    content: '';
	position: absolute;
	top: 50%;
	right: 20px;
	width: 100px;
    height: 5px;
	transform: translate(0, -50%);
    background: #8194AB;
    transition: all 0.4s ease-in-out;
}
@media (max-width:767px){
	.news_slick .slick-prev:before{
		left: 10px;
		width: 60px;
		height: 3px;
	}
	.news_slick .slick-next:before{
		right: 10px;
		width:60px;
		height: 3px;
	}
}
.news_slick .slick-prev::after{
	position: absolute;
	top: 38px;
	left:22px;
	width: 35px;
    height: 5px;
	transform: rotate(-40deg);
	transform-origin: left;
    background: #8194AB;
	content: '';
}
.news_slick .slick-next::after{
	position: absolute;
	top: 38px;
	right: 22px;
	width: 35px;
    height: 5px;
	transform: rotate(40deg);
	transform-origin: right;
    background: #8194AB;
	content: '';
}
@media (max-width:1399px){
	.news_slick .slick-prev::after{
		top: 32px;
	}
	.news_slick .slick-next::after{
		top: 32px;
	}
}
@media (max-width:767px){
	.news_slick .slick-prev::after{
		top: 23px;
		left:12px;
		width: 25px;
		height: 3px;
	}
	.news_slick .slick-next::after{
		top: 23px;
		right: 12px;
		width: 25px;
		height: 3px;
	}
}
.news_more_btn{
	padding-right: 15px;
	text-align: end;
}
@media (max-width:991px){
	.news_more_btn{
		padding-right: 0px;
		text-align: center;
	}
}
/* ====== 首頁最新消息(slick) ====== */

/* ====== 首頁技術服務 ====== */
.services_backimg_left{
	position: absolute;
	top: 0;
	left: -300px;
	width: 53vw;
}
@media (max-width:991px){
	.services_backimg_left{
		position: absolute;
		top: auto;
		left: -140px;
		width: 53vw;
		bottom: -200px;
	}
}
.services_backimg_right{
	position: absolute;
	top: 20px;
	right: 100px;
	width: 10vw;
}
@media (max-width:767px){
	.services_backimg_right{
		position: absolute;
		top: -50px;
		right: 20px;
		width: 20vw;
	}
}
.services_wrap{
	margin: 120px 0;
}
@media (max-width:991px){
	.services_wrap{
		margin: 100px 0;
	}
}
@media (max-width:767px){
	.services_wrap{
		margin: 60px 0;
	}
}
.services_txt{
	margin-bottom: 120px;
}
@media (max-width:1199px){
	.services_txt{
		margin-bottom: 100px;
	}
}
@media (max-width:991px){
	.services_txt{
		margin-bottom: 80px;
	}
}
@media (max-width:767px){
	.services_txt{
		margin-bottom: 40px;
	}
}
.welcome_service_more_btn{
	text-align: center;
}
/* ====== 首頁技術服務 ====== */

/* ====== 首頁人才招募 ====== */
.recruit_talent_wrap{
	width: 100%;
	height: calc(100vw / 1920 * 858);
}
@media (max-width:991px){
	.recruit_talent_wrap{
		height: auto;
		min-height: calc(100vw / 450 * 300);
	}
}
.recruit_pic_wrap{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.pecruit_img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.recruit_talent_mask{
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	width: 50%;
	background-color: #606060;
	opacity: 0.5;
}
@media (max-width:991px){
	.recruit_talent_mask{
		width: 100%;
	}
}
.recruit_talent_right_wrap{
	height: calc(100vw / 1920 * 858);
	padding: 3vw 0;
	padding-left: 15px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.recruit_talent_right_wrap.animation {
	animation-name: ani_slideBottom;
	animation-duration: 1s;
	animation-delay: 0s;
	animation-fill-mode: both;
	animation-timing-function: ease-out;
}
@media (max-width:991px){
	.recruit_talent_right_wrap{
		height: auto;
		padding: 30px 0;
		min-height: calc(100vw / 450 * 300);
		justify-content: space-between;
	}
}
@media (max-width:767px){
	.recruit_talent_right_wrap.animation {
		animation-name:ani_slideBottom_stop;
    	animation-delay: 0s;
	}
}
.recruit_talent_txt{
	color: #FFFFFF;
}
.recruit_talent_title{
	margin-bottom: 30px;
}
@media (max-width:1399px){
	.recruit_talent_title{
		margin-bottom: 20px;
	}
}
.recruit_talent_en{
	margin-bottom: 30px;
	font-size: 60px;
}
@media (max-width:1399px){
	.recruit_talent_en{
		margin-bottom: 20px;
	}
}
@media (max-width:1199px){
	.recruit_talent_en{
		font-size: 50px;
	}
}
@media (max-width:767px){
	.recruit_talent_en{
		font-size: 45px;
	}
}
@media (max-width:575px){
	.recruit_talent_en{
		font-size: 30px;
	}
}
@media (max-width:370px){
	.recruit_talent_en{
		font-size: 25px;
	}
}
.recruit_talent_ch{
	font-size: 30px;
	font-weight: bold;
	display: flex;
	align-items: center;
}
@media (max-width:767px){
	.recruit_talent_ch{
		font-size: 25px;
	}
}
@media (max-width:575px){
	.recruit_talent_ch{
		font-size: 22px;
	}
}
@media (max-width:370px){
	.recruit_talent_ch{
		font-size: 20px;
	}
}
.recruit_talent_title_img{
	margin: 0 15px;
	width: 30px;
	height: 35px;
	object-fit: contain;
}
@media (max-width:1199px){
	.recruit_talent_title_img{
		width: 25px;
		height: 25px;
	}
}
.recruit_talent_content{
	font-size: 24px;
	font-weight: bold;
	line-height: 1.5em;
	height: 300px;
	overflow: auto;
	text-align: justify;
}
@media (max-width:1399px){
	.recruit_talent_content{
		height: 250px;
	}
}
@media (max-width:1199px){
	.recruit_talent_content{
		height: 200px;
		font-size: 22px;
	}
}
@media (max-width:991px){
	.recruit_talent_content{
		height: auto;
		font-size: 20px;
		font-weight: 400;
		overflow: visible;
	}
}
@media (max-width:767px){
	.recruit_talent_content{
		font-size: 18px;
	}
}
.recruit_talent_content::-webkit-scrollbar {
	width: 5px;
	height: 5px;
}
.recruit_talent_content::-webkit-scrollbar-track {
	background: #ddd;
}
.recruit_talent_content::-webkit-scrollbar-thumb {
	background: #2477AA; 
}
.recruit_talent_more_btn_wrap{
	text-align: end;
}
@media (max-width:991px){
	.recruit_talent_more_btn_wrap{
		margin-top: 30px;
		text-align: center;
	}
}
.recruit_talent_more_btn{
    /* structure */
	display: inline-block;
	vertical-align: middle;
	margin: 0;
	/* style */
	font-size: 22px;
	padding-bottom: 5px;
	text-align: center;
	font-weight: bold;
	letter-spacing: 0;
	text-decoration: none;
    /* optional */
	color: #FFFFFF;
	background-color: transparent;
	border: 0px;
	border-bottom: 1px solid #FFFFFF;
	outline: none;
    transition: all 0.3s;
}
.recruit_talent_more_btn i{
	margin-left: 10px;
}
.recruit_talent_more_btn:hover{
	color: #FFFFFF;
	opacity: 0.7;
}
/* ====== 首頁人才招募 ====== */
/***************************welcome**************************/

/****************************news****************************/
.news_item{
	margin: 60px 0;
	display: block;
	border-radius: 10px;
	box-shadow: 0 3px 6px rgb(0 0 0 / 0.2);
	background-color: #FFFFFF;
	transition: all .3s;
}
.news_item.animation{
    animation-name:ani_slideBottom;
    animation-duration: 1s;
    animation-delay: 0s;
    animation-fill-mode: both;
	animation-timing-function: ease-out;
}
@media (max-width:767px){
	.news_item{
		margin: 40px 0;
	}
	.news_item.animation{
		animation-name:ani_slideBottom_stop;
    	animation-delay: 0s;
	}
}
.news_mask{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #707070;
	opacity: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all .5s ease;
}
.mask_more{
	width: 100px;
	height: 100px;
	color: #FFFFFF;
	font-size: 24px;
	font-weight: bold;
	border-radius: 50%;
	border: 1px solid #FFFFFF;
	display: flex;
	align-items: center;
	justify-content: center;
}
.news_item:hover .news_mask{
	opacity: 0.7;
}
.news_circle{
	position: absolute;
	top: -60px;
	right: -15px;
	width: 120px;
	height: 120px;
	z-index: 2;
	border-radius: 50%;
	color: #FFFFFF;
	background-color: #105098;

	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
@media (max-width:1199px){
	.news_circle{
		top: -40px;
		right: -15px;
		width: 110px;
		height: 110px;
	}
}
@media (max-width:991px){
	.news_circle{
		width: 100px;
		height: 100px;
	}
}
@media (max-width:767px){
	.news_circle{
		top: -35px;
		right: -10px;
		width: 80px;
		height: 80px;
	}
}
.news_num{
	font-size: 35px;
	margin-bottom: 10px;
}
@media (max-width:1199px){
	.news_num{
		font-size: 30px;
	}
}
@media (max-width:991px){
	.news_num{
		font-size: 25px;
	}
}
@media (max-width:767px){
	.news_num{
		font-size: 20px;
		margin-bottom: 0;
	}
}
.news_date{
	font-size: 22px;
}
@media (max-width:1199px){
	.news_date{
		font-size: 20px;
	}
}
@media (max-width:991px){
	.news_date{
		font-size: 18px;
	}
}
@media (max-width:767px){
	.news_date{
		font-size: 16px;
	}
}
.news_txt{
	padding: 10px;
	padding-bottom: 30px;
}
@media (max-width:991px){
	.news_txt{
		padding-bottom: 20px;
	}
}
@media (max-width:767px){
	.news_txt{
		padding-bottom: 10px;
	}
}
.news_title{
	font-size: 24px;
	height: 48px;
	color: #105098;
	font-weight: bold;
	margin: 10px 0;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	white-space: normal;
	overflow: hidden;
}
@media (max-width:991px){
	.news_title{
		font-size: 22px;
	}
}
@media (max-width:767px){
	.news_title{
		font-size: 20px;
		margin: 5px 0;
	}
}
@media (max-width:575px){
	.news_title{
		font-size: 18px;
	}
}
.news_content{
	height: 83px;
	color: #000000;
	font-size: 22px;
	padding-top: 10px;
	border-top: 1px solid #707070;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	white-space: normal;
	overflow: hidden;
	text-align: justify;
}
@media (max-width:991px){
	.news_content{
		font-size: 20px;
	}
}
@media (max-width:767px){
	.news_content{
		font-size: 18px;
	}
}
@media (max-width:575px){
	.news_content{
		font-size: 16px;
	}
}
.page_content_html img, .page_content_html iframe {
	max-width: 100%;
}
/****************************news****************************/

/***************************news in**************************/
.news_in_wrap{
	padding-bottom: 200px;
}
@media (max-width:991px){
	.news_in_wrap{
		padding-bottom: 150px;
	}
}
@media (max-width:767px){
	.news_in_wrap{
		padding-bottom: 50px;
	}
}
.news_in_title{
	font-size: 30px;
	color: #105098;
	margin-bottom: 30px;
}
@media (max-width:991px){
	.news_in_title{
		font-size: 25px;
	}
}
@media (max-width:767px){
	.news_in_title{
		font-size: 20px;
		margin-bottom: 15px;
	}
}
.news_in_img{
	width: 100%;
	height: 820px;
	object-fit: cover;
	margin-bottom: 30px
}
@media (max-width:1199px){
	.news_in_img{
		height: 635px;
	}
}
@media (max-width:991px){
	.news_in_img{
		height: 470px;
	}
}
@media (max-width:767px){
	.news_in_img{
		height: 350px;
	}
}
@media (max-width:575px){
	.news_in_img{
		height: calc(100vw / 1200 * 820);
	}
}
.news_in_date{
	font-size: 30px;
	color: #4C709E;
	font-weight: bold;
	margin-top: 30px;
	text-align: end;
}
@media (max-width:991px){
	.news_in_date{
		font-size: 25px;
	}
}
@media (max-width:767px){
	.news_in_date{
		font-size: 20px;
	}
}
.news_in_btn{
	text-align: center;
	margin-top: 100px;
}
@media (max-width:767px){
	.news_in_btn{
		margin-top: 50px;
	}
}
/***************************news in**************************/

/****************************about***************************/
.about_pic{
	margin-bottom: 80px;
}
.about_page_img{
	width: 100%;
	height: 820px;
	object-fit: cover;
	object-position: center;
}
@media (max-width:1199px){
	.about_page_img{
		height: 635px;
	}
}
@media (max-width:991px){
	.about_page_img{
		height: 470px;
	}
}
@media (max-width:767px){
	.about_page_img{
		height: 350px;
	}
}
@media (max-width:575px){
	.about_page_img{
		height: calc(100vw / 1200 * 820);
	}
}
.about_html_edit{
	margin-bottom: 80px;
}
.about_html_edit img, .about_html_edit iframe {
	max-width: 100%;
}
/****************************about***************************/

/***************************contact**************************/
.contact_us_wrap{
	margin-top: 100px;
	padding-bottom: 150px;
}
@media (max-width:1199px){
	.contact_us_wrap{
		margin-top: 100px;
		padding-bottom: 100px;
	}
}
@media (max-width: 991px){
	.contact_us_wrap{
		margin-top: 50px;
		padding-bottom: 50px;
	}
}
.contact_us_form{
	padding: 0 20px;
}
@media (max-width: 767px){
	.contact_us_form{
		margin-bottom: 20px;
	}
}
.input_group{
	margin-bottom: 15px;
}
.input_label{
	color: #105098;
	font-size: 22px;
	font-weight: bold;
}
@media (max-width: 991px){
	.input_label{
		color: #105098;
		font-size: 20px;
		font-weight: bold;
	}
}
@media (max-width: 767px){
	.input_label{
		color: #105098;
		font-size: 18px;
		font-weight: bold;
	}
}
.input_style{
	font-size: 20px;
	color: #105098;
	background-color: #D7E1EF;
	border: 1px solid #105098;
	border-radius: 3px;
	padding: 10px 5px;
	width: 100%;
	line-height: 1.5;
}
@media (max-width: 767px){
	.input_style{
		font-size: 18px;
		padding: 5px 5px;
	}
}
.g_recaptcha_wrapper{
	display: flex;
	align-items: center;
}
@media (max-width: 991px){
	.g_recaptcha_wrapper{
		display: flex;
		align-items: center;
		flex-direction: column;
	}
	.g-recaptcha{
		margin-bottom: 10px;
	}
}
.contact_btn{
	margin: auto;
}
@media (max-width: 767px){
	.contact_btn{
		margin: 25px auto;
	}
}
.box_style{
	height: 100%;
	border-radius: 20px;
	border: 1px solid #105098;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
@media (max-width: 767px){
	.box_style{
		padding-top: 25px; 
		padding-bottom: 15px;
	}
}
.contact_pic{
	margin-bottom: 20px;
}
.contact_img{
	width: 400px;
	height: 250px;
	object-fit: contain;
	object-position: center;
}
@media (max-width: 991px){
	.contact_img{
		width: 250px;
		height: 156px;
	}
}
.contact_info{
	display: flex;
	flex-direction: column;
	align-items: center;
	font-size: 22px;
	color: #105098;
	font-weight: bold;
}
@media (max-width: 991px){
	.contact_info{
		font-size: 16px;
	}
}
@media (max-width: 370px){
	.contact_info{
		font-size: 14px;
	}
}
.contact_info_text{
	margin: 20px 0;
}
@media (max-width: 991px){
	.contact_info_text{
		margin: 10px 0;
	}
}
.contact_info_a{
	color: #105098;
}
.contact_info_a:hover{
	opacity: 0.7;
}
/***************************contact**************************/

/**************************service**************************/
.service_btn_wrap{
	display: flex;
	justify-content: center;
	margin: 40px 0;
	width: 100%;
	padding-bottom: 20px;
	overflow-x: auto;
}
@media (max-width: 991px){
	.service_btn_wrap{
		justify-content: flex-start;
	}
}
@media (max-width: 767px){
	.service_btn_wrap{
		margin: 25px 0;
		padding-bottom: 10px;
	}
}
.service_btn_wrap::-webkit-scrollbar {
	width: 5px;
	height: 5px;
}

.service_btn_wrap::-webkit-scrollbar-track {
	background: #ddd;
}

.service_btn_wrap::-webkit-scrollbar-thumb {
	background: #2477AA; 
}
.service_btn_item{
	margin: 0 30px;
}
@media (max-width: 767px){
	.service_btn_item{
		margin: 0 15px;
	}
}
@media (max-width: 575px){
	.service_btn_item{
		margin: 0 10px;
	}
}
.service_btn_link{
    /* structure */
	display: inline-block;
	vertical-align: middle;
	position: relative;
	box-sizing: border-box;
	margin: 0;
	padding: 10px 32px;
	min-width: 160px;
	/* style */
	font-size: 24px;
	text-align: center;
	font-weight: 400;
	font-family: Helvetica,Arial,"Noto Sans TC","Helvetica Neue","微軟正黑體","Microsoft JhengHei", sans-serif;
	letter-spacing: 0;
	text-decoration: none;
    /* optional */
	color: #2477AA;
    background-color: #fff;
	border: 1px solid #2477AA;
	border-radius: 5px;
	outline: none;
    transition: all 0.3s;
}
@media (max-width: 767px){
	.service_btn_link{
		padding: 5px 15px;
		font-size: 20px;
		min-width: 120px;
	}
}
@media (max-width: 575px){
	.service_btn_link{
		min-width: 100px;
	}
}
.service_btn_link:hover, .service_btn_link.active{
	color: #fff;
    background-color: #2477AA;
}
.service_item{
	height: 315px;
	margin-bottom: 80px;
	display: block;
}
.service_item.animation {
	animation-name: ani_slideBottom;
	animation-duration: 1s;
	animation-delay: 0s;
	animation-fill-mode: both;
	animation-timing-function: ease-out;
}
@media (max-width: 1199px){
	.service_item{
		height: 255px;
		margin-bottom: 60px;
	}
}
@media (max-width: 991px){
	.service_item{
		height: 205px;
		margin-bottom: 60px;
	}
}
@media (max-width: 767px){
	.service_item{
		height: 155px;
		margin-bottom: 30px;
	}
	.service_item.animation {
		animation-name:ani_slideBottom_stop;
    	animation-delay: 0s;
	}
}
@media (max-width: 575px){
	.service_item{
		height: 125px;
	}
}
.service_pic{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
.service_img{
	width: 315px;
	height: 315px;
	object-fit: cover;
	object-position: center;
	border-radius: 50%;
}
@media (max-width: 1199px){
	.service_img{
		width: 255px;
		height: 255px;
	}
}
@media (max-width: 991px){
	.service_img{
		width: 205px;
		height: 205px;
	}
}
@media (max-width: 767px){
	.service_img{
		width: 155px;
		height: 155px;
	}
}
@media (max-width: 575px){
	.service_img{
		width: 125px;
		height: 125px;
	}
}
.service_item_warp{
	height: 100%;
	width: calc(100% - 157px);
	margin-left: auto;
	border-radius: 20px;
	background-color: #EFF2F5;
	padding: 30px 20px 30px 177px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
@media (max-width: 1199px){
	.service_item_warp{
		width: calc(100% - 127px);
		padding: 30px 20px 30px 147px;
	}
}
@media (max-width: 991px){
	.service_item_warp{
		width: calc(100% - 102px);
		padding: 15px 20px 15px 122px;
	}
}
@media (max-width: 767px){
	.service_item_warp{
		width: calc(100% - 77px);
		padding: 10px 20px 10px 97px;
	}
}
@media (max-width: 575px){
	.service_item_warp{
		width: calc(100% - 62px);
		padding: 10px 15px 10px 77px;
	}
}
.service_item:nth-child(even) .service_item_warp{
	background-color: #FFFFFF;
}
.service_title{
	padding-bottom: 20px;
	font-size: 24px;
	font-weight: bold;
	color: #185FB1;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	border-bottom: 1px solid #707070;
}
@media (max-width: 991px){
	.service_title{
		padding-bottom: 15px;
	}
}
@media (max-width: 767px){
	.service_title{
		font-size: 20px;
		padding-bottom: 10px;
	}
}
@media (max-width: 575px){
	.service_title{
		font-size: 18px;
		padding-bottom: 5px;
	}
}
.service_content{
	padding-top: 30px;
	font-size: 22px;
	font-weight: bold;
	display: -webkit-box;
	-webkit-line-clamp: 6;
	-webkit-box-orient: vertical;
	white-space: normal;
	overflow: hidden;
	color: #434343;
	text-align: justify;
}
@media (max-width: 991px){
	.service_content{
		padding-top: 15px;
		-webkit-line-clamp: 3;
	}
}
@media (max-width: 767px){
	.service_content{
		padding-top: 10px;
		font-size: 18px;
	}
}
@media (max-width: 575px){
	.service_content{
		padding-top: 5px;
		font-size: 16px;
		-webkit-line-clamp: 2;
	}
}
.service_more_btn{
	text-align: end;
}
.more_btn{
	font-size: 22px;
	font-weight: bold;
	color: #105098;
	display: inline-flex;
	align-items: center;
	transition: all 0.5s ease;
}
@media (max-width: 767px){
	.more_btn{
		font-size: 18px;
	}
}
@media (max-width: 575px){
	.more_btn{
		font-size: 16px;
	}
}
.service_item:hover .more_btn{
	opacity: 0.7;
}
.more_btn i{
	font-size: 30px;
}
/**************************service**************************/

/************************service in************************/
.service_in_wrap{
	padding-bottom: 200px;
}
@media (max-width:991px){
	.service_in_wrap{
		padding-bottom: 150px;
	}
}
@media (max-width:767px){
	.service_in_wrap{
		padding-bottom: 50px;
	}
}
.service_in_title{
	font-size: 30px;
	color: #105098;
	margin-bottom: 30px;
}
@media (max-width:991px){
	.service_in_title{
		font-size: 25px;
	}
}
@media (max-width:991px){
	.service_in_title{
		font-size: 20px;
	}
}
@media (max-width:767px){
	.service_in_title{
		margin-bottom: 15px;
	}
}
.service_in_img{
	width: 100%;
	height: 820px;
	object-fit: cover;
	margin-bottom: 30px
}
@media (max-width:1199px){
	.service_in_img{
		height: 635px;
	}
}
@media (max-width:991px){
	.service_in_img{
		height: 470px;
	}
}
@media (max-width:767px){
	.service_in_img{
		height: 350px;
	}
}
@media (max-width:575px){
	.service_in_img{
		height: calc(100vw / 1200 * 820);
	}
}
.service_in_date{
	font-size: 30px;
	color: #4C709E;
	font-weight: bold;
	margin-top: 30px;
	text-align: end;
}
.service_in_btn{
	text-align: center;
	margin-top: 100px;
}
@media (max-width:767px){
	.service_in_btn{
		margin-top: 50px;
	}
}
/************************service in************************/

/****************************foot***************************/
.footer{
	background: -webkit-linear-gradient(90deg, rgb(32, 84, 153), rgb(12, 62, 116));
	background: linear-gradient(90deg, rgb(32, 84, 153), rgb(12, 62, 116));
	color: #FFFFFF;
}
@media (max-width: 575px){
	.footer{
		font-size: 13px;
	}
}
.foot{
	width: 100%;
	padding: 50px 25px;
}
@media (max-width: 575px){
	.foot{
		width: 100%;
		padding: 25px 0px;
	}
}
.foot a{
	color: #FFFFFF;
}
.foot a:hover{
	opacity: 0.7;
}
.foot_logo{
	text-align: center;
	margin-bottom: 30px;
}
@media (max-width: 575px){
	.foot_logo{
		margin-bottom: 15px;
	}
}
.foot_logo_img{
	width: 375px;
	height: 65px;
	object-fit: contain;
	object-position: center;
}
@media (max-width: 575px){
	.foot_logo_img{
		width: 250px;
		height: 43.33px;
		object-fit: contain;
		object-position: center;
	}
}
.foot_info{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom: 1px solid #FFFFFF;
}
@media (max-width: 575px){
	.foot_info{
		display: flex;
		flex-direction: column;
		align-items: center;
	}
}
.info_text{
	margin-left: 15px;
	margin-right: 15px;
}
.foot_copyright{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
@media (max-width: 575px){
	.foot_copyright{
		display: flex;
		flex-direction: column;
		align-items: center;
	}	
}
.copyright_text{
	display: flex;
	align-items: center;
}
.copyright_text i{
	font-size: 25px;
	margin: 0 5px;
}
/****************************foot***************************/

/****************************back_img***************************/
.page_back_img{
	width: 10vw;
	position: absolute;
	top: 0;
	right: 100px;
}
@media (max-width: 991px){
	.page_back_img{
		top: -50px;
		right: 40px;
	}
}
@media (max-width: 575px){
	.page_back_img{
		width: 15vw;
		top: 0px;
		right: 20px;
	}
}
.page_back_img3{
	width: 5vw;
	position: absolute;
	bottom: 400px;
	left: 100px;
}
@media (max-width: 991px){
	.page_back_img3{
		bottom: 200px;
		left: 20px;
	}
}
@media (max-width: 575px){
	.page_back_img3{
		width: 10vw;
		bottom: 40px;
		left: 50px;
	}
}
.page_back_img4{
	width: 20vw;
	position: absolute;
	bottom: -100px;
	left: -70px;
}
@media (max-width: 991px){
	.page_back_img4{
		bottom: -40px;
		left: -35px;
	}
}
@media (max-width: 575px){
	.page_back_img4{
		width: 25vw;
		bottom: -80px;
		left: -20px;
	}
}
.page_back_img2{
	width: 40vw;
	position: absolute;
	bottom: -150px;
	left: -220px;
}
@media (max-width: 991px){
	.page_back_img2{
		width: 40vw;
		position: absolute;
		bottom: -80px;
		left: -110px;
	}
}
@media (max-width: 575px){
	.page_back_img2{
		width: 50vw;
		position: absolute;
		bottom: -40px;
		left: -60px;
	}
}
.page_back_img5{
	width: 55vw;
	position: absolute;
	top: -100px;
	right: -100px;
}
/****************************back_img***************************/

.go_top{
    display: none;
	transition: all 0.3s;
}
.go_top{
	font-size: 25px;
	font-weight: bold;
	color: #105098;
}
@media (max-width: 767px){
	.go_top{
		font-size: 20px;
	}
}
.go_top_img{
	width: 80px;
}
@media (max-width: 992px){
	.go_top_img{
		width: 50px;
	}
}
.go_top.active{
	cursor: pointer;
    display: block;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: fixed;
    bottom: 15%;
    right: 5%;
    z-index: 2;
    text-align: center;
    opacity: 0.8;
}
@media (max-width: 1199px){
	.go_top.active{
		width: 50px;
    	height: 50px;
	}
}
@media (max-width: 992px){
	.go_top.active{
		width: 50px;
    	height: 50px;
		bottom: 10%;
    	right: 3%;
	}
}
@media (max-width: 576px){
	.go_top.active{
		width: 50px;
    	height: 50px;
		bottom: 6%;
		right: 5%;
	}
}
.go_top:hover{
	opacity: 1;
    transition: all 0.3s;
}
/* ===========技術服務上方導覽列================== */
.side_navbar_wrap_block {
	width: 100%;
	display: flex;
	justify-content: center;
	margin: 60px 0 20px;
}
@media (max-width: 767px){
	.side_navbar_wrap_block {
		margin: 40px 0 20px;
	}
}
.side_navbar_wrap {
	display: flex;
	text-align: center;
	overflow-x: auto;
}
.side_navbar_wrap::-webkit-scrollbar {
	width: 5px;
	height: 5px;
}

.side_navbar_wrap::-webkit-scrollbar-track {
	background: #ddd;
}

.side_navbar_wrap::-webkit-scrollbar-thumb {
	background: #2477AA; 
}
.side_navbar_block {
	padding-bottom: 10px;
	display: flex;

}
.side_navbar_item_block {
	display: inline-block;
	margin: 0 15px;
}
.side_navbar_item {
	padding: 18px 10px;
	text-align: center;
	transition: all 0.5s ease;
	display: inline-block;
	min-width: 180px;
	font-size: 20px;

	color: #2477AA;
    background-color: #fff;
	border: 1px solid #2477AA;
	border-radius: 5px;
	outline: none;
    transition: all 0.3s;
	font-weight: bold;
}
@media screen and (max-width: 1200px) {
	.side_navbar_item_block {
		margin: 0 10px;
	}
	.side_navbar_item {
		padding: 15px 0;
		width: 180px;
		font-size: 20px;
	}
}
@media screen and (max-width: 991px) {
	.side_navbar_item_block {
		margin: 0 8px;
	}
	.side_navbar_item {
		padding: 10px 0;
		width: 150px;
		font-size: 18px;
	}
}
@media screen and (max-width: 575px) {
	.side_navbar_item_block {
		margin: 0 5px;
	}
	.side_navbar_item {
		padding: 8px 0;
		width: 120px;
		font-size: 16px;
	}
}
.side_navbar_item_block:hover .side_navbar_item, .side_navbar_item_block.active .side_navbar_item {
	color: #fff;
	background-color: #2477AA;
}
.side_navbar_item span {
	margin-bottom: 5px;
}
/* 技術服務分類介紹 */
.side_navbar_content_wrap {
	margin-bottom: 60px;
}
.side_navbar_content_wrap img {
	max-width: 100%;
	height: auto !important;
}
.side_navbar_content_wrap iframe {
	max-width: 100%;
}
@media (max-width: 767px){
	.side_navbar_content_wrap {
		margin-bottom: 40px;
	}
}