@charset "UTF-8";
/* CSS Document */


html, 
html * {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	font-family: Gotham, Helvetica Neue, Helvetica, Arial," sans-serif";
}

/*ul {
	padding: 20px;
}*/

:target:before {
	content: "";
	display: block;
	height: 100px; /*錨點隔出導覽列高度*/
}

.site-header {
	max-width: 1800px;
    width: 100%;
	padding: 10px;
	background: #fff;
	z-index: 100;
	box-shadow: 0px 4px 4px -2px rgba(175, 175, 179, 0.5);
	overflow: hidden; /*撐開DIV高度*/
}

.site-logo {}

.menu a.btn_language {
	color: #fff;
	/*background: #727171;*/
	background: #ea1517;
	border-radius: 5px ; 
	text-decoration: none;
}

.header-change {
	position: fixed;
	max-width: 1800px;
	width: 100%;
	padding: 10px;
    background: #fff;
	z-index: 101;
	top: -150px;
	box-shadow: 0px 4px 4px -2px rgba(175, 175, 179, 0.5);
    transition: .5s;
}

.header-change.show {
    top: 0;
}

.arrow_align{
	margin-left: 8px;
}

.hero{
    max-height: 300px;
    overflow: hidden;
}

#slider {
	display: block;
	position: relative;
	width:100%;
	overflow: hidden;
	/*margin-top: 60px;*/
	
}

.img-box {
	max-width: 1800px;
	/*width: calc(100vw - 15px);*/
}

body {
	margin-top: 0;
	margin-left: auto;
	margin-right: auto;
	background: #f3f3f2;
	/*background: #9ea1a3;(舊被景色)*/
}

footer {
	padding: 30px 0px 30px 0px;
	background-color: #fff;
}

.style-logo {
	margin-left: auto;
	margin-right: auto;
	display: block;
}

/*--↓導覽列↓--*/
.style-nav ul {
	list-style-type: none;
}

.style-nav ul li a {
	font-family: 微軟正黑體;
	font-size: 1em;
	font-weight: 900;
	color: #2F322A;
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
	display: block;
	padding: 8px 8px 8px;
	position: relative;
}

.box_company {
	background-image:url(../img/index_company.jpg);
	background-size: cover;
	padding: 5em 1.25em 3.75em;
	text-align: center;	
}

.box_project {
	background-image:url(../img/index_projects_00.jpg);
	background-size: cover;
	padding: 20px 20px 50px 20px;
	color: #FFFFFF;
	text-align: center;
}

.box_w_2020 {
	background-color: #fff;
	padding: 1.25em;
	text-align: center;
}

.box_w {
	background-color: #fff;
	color: #FFFFFF;
	padding: 1.25em;
	text-align: center;
}

.box_w_contact {
	background-color: #fff;
	color: #FFFFFF;
	padding: 1.875em 1.25em 0em 1.25em;
	text-align: center;
}

.box_g {
	background-color: #e7e7eb;
	color: #FFFFFF;
	padding: 1.875em 1.25em 1.875em 1.25em;
	text-align: center;
}

.block_service {
	background-color: #FFFFFF;
	color: #FFFFFF;
	text-align: center;
}

.block_department {
	background-color: #9ea1a3;
	color: #FFFFFF;
	text-align: center;
}
                                      
.block_web {
	background-color: #ea1517;
	text-align: center;
}

.block_yl {
	background-color: #ff5500;
	text-align: center;
}

.block_youtube {
	background-color: #ff0000;
	text-align: center;
}

.block_facebook {
	background-color: #415e9c;
	text-align: center;
}

.block_linkedin {
	background-color: #0a66c2;
	text-align: center;
}

.block_contact {
	background-color: #FFFFFF;
	color: #FFFFFF;
	text-align: center;
}

.block_page {
	background-color: #FFFFFF;
	color: #FFFFFF;
	text-align: center;
	padding: 40px;
}

.block_page_img {
	background-color: #FFFFFF;
	color: #FFFFFF;
	text-align: center;
	padding: 0px 20px 0px 20px;
}

.block_info {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between; 
}

.epki {
	padding: 0 10px 0 0;
}

.clear {
	clear :both;
}

/*-------------------news-------------------*/
.news_flex {
	display: flex;	
	width: 90%;
	margin: 0 auto;
}

.news {
	display: flex;
}

.news_main {
	flex-direction: column;
	order: 0;
	flex-basis: 80%;
	/*background: #6B8ECB;*/
}

.news_sub {
	flex-direction: column;
	order: 1;
	flex-basis: 20%;
	text-align: center;
	border-left: 1px #e7e7eb solid;
	/*background: #C11417;*/
}

.news_group_box {
	display: flex;
	/*height: 40px;*/
}

.news_head {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
}

.news_date {
	display: flex;
	flex-basis:90px;
	align-items: center;
	font-family: "Segoe UI Light","SF Pro Display Thin","San Francisco Light","San Francisco","Helvetica Neue Light",sans-serif;
	font-size: 0.875em;
	font-weight: 600;
	letter-spacing: 0.063em;
	color: #302833;
	margin: 0 10px 0 10px;
	/*background: #00FF1D;*/
}

.news_kind_event {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 84px;
	/*align-self: center;*/
	flex-basis: 84px;
	font-family: 微軟正黑體,sans-serif,"STHeitiTC-Medium","Heiti TC";
	font-size: 0.75em;
	font-weight: 600;
	letter-spacing: 0.063em;
	color: #ea1517;
	border: 1px #ea1517 solid;
	margin: 0 10px 0 0;
	padding: 2px 10px 2px 10px; 
}

.news_kind_log {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 84px;
	/*align-self: center;*/
	font-family: 微軟正黑體,sans-serif,"STHeitiTC-Medium","Heiti TC";
	font-size: 0.75em;
	font-weight: 600;
	letter-spacing: 0.063em;
	color: #884898;
	border: 1px #884898 solid;
	margin: 0 10px 0 0;
	padding: 2px 10px 2px 10px;
}

.news_kind_product {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 84px;
	/*align-self: center;*/
	font-family: 微軟正黑體,sans-serif,"STHeitiTC-Medium","Heiti TC";
	font-size: 0.75em;
	font-weight: 600;
	letter-spacing: 0.063em;
	color: #1e50a2;
	border: 1px #1e50a2 solid;
	margin: 0 10px 0 0;
	padding: 2px 10px 2px 10px; 
}

.news_kind_info {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 84px;
	/*align-self: center;*/
	font-family: 微軟正黑體,sans-serif,"STHeitiTC-Medium","Heiti TC";
	font-size: 0.75em;
	font-weight: 600;
	letter-spacing: 0.063em;
	color: #028760;
	border: 1px #028760 solid;
	margin: 0 10px 0 0;
	padding: 2px 10px 2px 10px; 
}


.news_title {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
	text-align: left;
	font-family: 微軟正黑體,sans-serif,"STHeitiTC-Medium","Heiti TC";
	font-size: 0.875em;
	font-weight: 1000;
	letter-spacing: 0.063em;
	margin: 0;
	color: #302833;
}

div .news_title  a {
	font-family: 微軟正黑體,sans-serif,"STHeitiTC-Medium","Heiti TC";
	font-size: 0.875em;
	font-weight: 1000;
	letter-spacing: 0.063em;
	margin: 0;
	color: #302833;
	text-decoration: none;
}

.news_hr {
	height: 0;
	padding: 0;
	border: 0;
	margin-top: 10px;
	margin-left: 8px;
	margin-bottom: 10px;
	margin-right: 8px;
	border-top: 1px #e7e7eb dashed;
}

.news_all {
	align-items: center;
	color: #ffffff;
	background: #ea1517;
	text-decoration: none;
	line-height: 40px;
	padding: 8px 10px;
}

.news_year {
	font-family: 微軟正黑體,sans-serif,"STHeitiTC-Medium","Heiti TC";
	font-size: 1em;
	font-weight: 1000;
	color: #302833;
	padding: 10px 10px 10px 10px; 
}

div .news_year a{
	font-family: 微軟正黑體,sans-serif,"STHeitiTC-Medium","Heiti TC";
	font-size: 1em;
	font-weight: 1000;
	color: #302833;
	padding: 10px 10px 10px 10px;
	text-decoration: none;
}


/*-------------------card-------------------*/
.card {
	display: flex;
}

.card_item {
	position: relative;
	display: block;
	background-color: #fff;
	overflow: hidden;
	box-shadow: 0 3px 4.5px 0.3px rgba(0, 0, 0, 0.24);
}

.card_layout {
	padding: 30px 30px 60px;
	min-height: 300px;
}

.card_base {
	text-align: center;
}

.card_image {
	width: 100%;
}

.card_image::after {
	padding-top: 56.25%;
    content: "";
    display: block;
}

.card_content {
	height: 16em;
}

.card_btn_flex {
	display: flex;
	justify-content: center;
}

.card_button {
	color: #fff;
	background-color: #302833;
	box-shadow: 0px 2px 8px -2px #9ea1a3;
	text-decoration: none;
	border: 0px #ea1517 solid;
	border-radius: 30px;
	padding: 4px 10px;
	position: absolute;
	bottom: 20px;
	font-size: 0.5em;
}
/*---------------news page---------------*/
.block_3cut {
	display: flex;
	flex-direction: row;
}

.block_3cut_1 {
	flex-grow: 1;
	flex-basis: 20%;
	/*background-color: #f6bfbc;*/
}

.block_3cut_2 {
	flex-grow: 3;
	flex-basis: 60%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	/*background-color: #ebf6f7;*/
}

.block_3cut_3 {
	flex-grow: 1;
	flex-basis: 20%;
	/*background-color: #fde8d0;*/
}

.content_center {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.page_news_block_row {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
}

.page_news_block_col {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	text-align: left;
}

.page_news_date {
	flex-basis: 150px;
	align-items: center;
	font-family: "Segoe UI Light","SF Pro Display Thin","San Francisco Light","San Francisco","Helvetica Neue Light",sans-serif;
	font-size: 1.25em;
	font-weight: 600;
	letter-spacing: 0.063em;
	color: #302833;
	margin: 0 10px 0 0;
	/*background: #00FF1D;*/
}

.page_news_kind_event {
	flex-basis: 84px;
	justify-content: center;
	align-items: center;
	align-self: center;
	font-family: 微軟正黑體,sans-serif,"STHeitiTC-Medium","Heiti TC";
	font-size: 0.875em;
	font-weight: 600;
	letter-spacing: 0.063em;
	color: #ea1517;
	border: 1px #ea1517 solid;
	margin: 0 10px 0 0;
	padding: 2px 10px 2px 10px; 
	/*活動訊息-紅色*/
}

.page_news_kind_log {
	flex-basis: 84px;
	justify-content: center;
	align-items: center;
	align-self: center;
	font-family: 微軟正黑體,sans-serif,"STHeitiTC-Medium","Heiti TC";
	font-size: 0.875em;
	font-weight: 600;
	letter-spacing: 0.063em;
	color: #884898;
	border: 1px #884898 solid;
	margin: 0 10px 0 0;
	padding: 2px 10px 2px 10px; 
	/*活動記錄-紫色*/
}

.page_news_kind_product {
	flex-basis: 84px;
	justify-content: center;
	align-items: center;
	align-self: center;
	font-family: 微軟正黑體,sans-serif,"STHeitiTC-Medium","Heiti TC";
	font-size: 0.875em;
	font-weight: 600;
	letter-spacing: 0.063em;
	color: #1e50a2;
	border: 1px #1e50a2 solid;
	margin: 0 10px 0 0;
	padding: 2px 10px 2px 10px; 
	/*產品資訊-藍色*/
}

.page_news_kind_info {
	flex-basis: 84px;
	justify-content: center;
	align-items: center;
	align-self: center;
	font-family: 微軟正黑體,sans-serif,"STHeitiTC-Medium","Heiti TC";
	font-size: 0.875em;
	font-weight: 600;
	letter-spacing: 0.063em;
	color: #028760;
	border: 1px #028760 solid;
	margin: 0 10px 0 0;
	padding: 2px 10px 2px 10px;
	/*告知-綠色*/
}

.news_block_1 {
	display: flex;
	justify-content:flex-start;
	flex-basis: 60%;
}

.news_block_2 {
	display: flex;
	justify-content: flex-end;
	flex-direction: row;
	flex-wrap: nowrap;
	flex-basis: 40%;
}

.fb {
	display: flex;
	background-color: #4267b2;
	border: 2px #4267b2 solid;
	border-radius: 3px;
	text-decoration: none;
}

.line {
	display: flex;
	background-color: #00b900;
	border: 2px #00b900 solid;
	border-radius: 3px;
	margin-left: 4px;
	text-decoration: none;
}

.news_space {
	margin-top: 30px;
}

.img_block {
	align-self: center;
	width: 1.5em;
	height: 1.5em;
}

.table_content {
	font-family: 微軟正黑體,sans-serif,"STHeitiTC-Medium","Heiti TC";
	font-size: 1em;
	font-weight: 500;
	color: #2F322A;
	line-height: 1.875em;
	text-align: left;
}

.table_flex {
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin-top: 40px;
}

.table_block {
	display: flex;
	flex-direction: row;
}

.table_title {
	display: flex;
	align-items: center;
	flex-basis: 20%;
	font-family: 微軟正黑體,sans-serif,"STHeitiTC-Medium","Heiti TC";
	font-size: 1em;
	font-weight: 1000;
	padding: 2px 2px 2px 6px;
	border-top: 1px #adadad solid;
	border-right: 1px #adadad solid;
	border-left: 1px #adadad solid;
	background-color: #e5e4e6;
}

.table_content {
	align-items: center;
	flex-basis: 80%;
	font-family: 微軟正黑體,sans-serif,"STHeitiTC-Medium","Heiti TC";
	font-size: 1em;
	padding: 2px 2px 2px 6px;
	border-top: 1px #adadad solid;
	border-right: 1px #adadad solid;
	background-color: #ffffff;
}

.table_list li {
	font-family: 微軟正黑體,sans-serif,"STHeitiTC-Medium","Heiti TC";
	font-size: 1em;
	margin-left: 1.75em;
}

.table_title_end {
	display: flex;
	align-items: center;
	flex-basis: 20%;
	font-family: 微軟正黑體,sans-serif,"STHeitiTC-Medium","Heiti TC";
	font-size: 1em;
	font-weight: 1000;
	padding: 2px 2px 2px 6px;
	border-top: 1px #adadad solid;
	border-right: 1px #adadad solid;
	border-left: 1px #adadad solid;
	border-bottom: 1px #adadad solid;
	background-color: #e5e4e6;
}

.table_content_end {
	align-items: center;
	flex-basis: 80%;
	font-family: 微軟正黑體,sans-serif,"STHeitiTC-Medium","Heiti TC";
	font-size: 1em;
	padding: 2px 2px 2px 6px;
	border-top: 1px #adadad solid;
	border-right: 1px #adadad solid;
	border-bottom: 1px #adadad solid;
	background-color: #ffffff;
}

.table_map {
	display: flex;
	width: 100% ;
	height:450px ;
	border-top: 0px #adadad solid;
	border-right: 1px #adadad solid;
	border-bottom: 1px #adadad solid;
	border-left: 1px #adadad solid;
}

.share_block {
	align-self: center;
	font-family: 微軟正黑體,sans-serif,"STHeitiTC-Medium","Heiti TC";
	font-size: 0.875em;
	font-weight: 1000;
	color: #ffffff;
	padding: 0 8px 2px 4px;
}

.page_news_title {
	display: flex;
	flex-direction: row;
	font-family: 微軟正黑體,sans-serif,"STHeitiTC-Medium","Heiti TC";
	font-size: 1.5em;
	font-weight: 600;
	letter-spacing: 0.063em;
	text-align: left;
	color: #302833;
	padding: 10px; 
}

.hr_content {
	width: 95%;
	border: 0;
	padding: 0;
	margin: 0 auto;
	margin-top: 10px;
	margin-bottom: -4px;
	border-top: 1px #e7e7eb dashed;
}

.hr_end {
	width: 60%;
	border: 0;
	padding: 0;
	margin: 0 auto;
	margin-top: 40px;
	margin-bottom: 40px;
	border-top: 1px #e7e7eb solid;
}

.img_direcation {
	display: flex;
	flex-direction: row;
	padding-top: 20px;
}

.img_flex {
	display: flex;
	flex-direction: column;
}

.img_rwd {
	max-width: 100%;
}

.img_info {
	display: flex;
	justify-content: center;
	text-align: left;
	font-family: 微軟正黑體,sans-serif,"STHeitiTC-Medium","Heiti TC";
	font-size: 1em;
	font-weight: 500;
	padding: 6px 6px 6px 6px;
}

/*--------------service page--------------*/

/*--↓service flex↓--*/
.service_flex_bg{
	background: #fff;
}

.service_flex {
	display: flex;
	align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
}

.service_flex_center{
	display: flex;
	justify-content: center;
	-webkit-box-pack: center;
    -ms-flex-pack: center;
}

.service_flex_right {
	display: flex;
	justify-content: flex-end;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
}

.service_item {
	position: relative;
	display: block;
	background-color: #fff;
	overflow: hidden;
}

.service_item_full {
	position: relative;
	display: block;
	background-color: #fff;
	overflow: hidden;
}

.service_layout {
	padding: 12vh 12vw 12vh 12vw;
	min-height: 40vh;
}

.service_layout_info {
	padding: 3vh 6vw 3vh 6vw;
	min-height: 40vh;
}

.service_layout_loop {
	padding: 3vh 6vw 3vh 6vw;
	min-height: 40vh;
}

.service_block_bg {
	background-color: rgba(100%,100%,100%,0.8);
	margin: 5vh 5vw 5vh 5vw;
	padding: 5vh 5vw 5vh 5vw;
	min-height: 50vh;
}

.service_block_padding {
	padding: 5vh 5vw 5vh 5vw;
}

.service_block_margin {
	background-color: #FFFFFF;
	color: #FFFFFF;
	padding: 40px 0px 40px;
	overflow: hidden; /*撐開div高度*/
}

.service_block_img_l {
	text-align: right;
}

.service_block_img_r {
	text-align: left;
}

.as_tool_box {
	display: flex;
	justify-content: space-between;
	max-width: 1800px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 10px;
	background: #ffffff;
}

.as_tool_container {
	align-self: stretch;
	padding-left: 5px;
	padding-right: 5px;
	text-align: center;
}

.as_tool_container img { 
	width: 100%;
}

.as_tool_name_zh {
	width: 24%;
	margin-top: -1.75em;
	font-family: 微軟正黑體;
	font-size: 1.5em;
	font-weight: 900;
	color: #fff;
	text-transform: uppercase;
	text-shadow: 0em 0em 0.25em #000;
	text-align: center;
	position: absolute;
	z-index: 10;
}

.lm_tool_box {
	display: flex;
	justify-content: space-between;
	max-width: 1800px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 10px;
	background: #ffffff;
}

.lm_tool_container {
	align-self: stretch;
	padding-left: 5px;
	padding-right: 5px;
	text-align: center;
}

.lm_tool_container img { 
	width: 100%;
}

.lm_tool_name_zh {
	width: 24%;
	margin-top: -1.75em;
	font-family: 微軟正黑體;
	font-size: 1.5em;
	font-weight: 900;
	color: #fff;
	text-transform: uppercase;
	text-shadow: 0em 0em 0.25em #000;
	text-align: center;
	position: absolute;
	z-index: 10;
}

/*--↓文字排版↓--*/
.service_name {
	background-color: #fff;
	height: 75px;
}

.service_title {
	background-color: #302833;
	padding: 20px;
}

.service_content_box{
	background-color: #fff;
	padding: 80px;
	text-align: center;	
}

.service_block {
	width: 30vw;
	height: 60vh; 
	font-family: 微軟正黑體;
	background-color: rgb(100%, 100%, 100%, 0.8);
	margin-top: 15vh;
	margin-left: 2.5vw;
	padding: 10vh;
	display: block;
}

.service_block_title {
	font-family: 微軟正黑體;
	font-size: 2em;
	font-weight: 600;
	color: #302833;
	text-align: left;
	margin-bottom: 1em;
}

.service_block_title_en {
	font-family: sans-serif;
	font-size: 2em;
	font-weight: 600;
	color: #302833;
	text-align: left;
	margin-bottom: 1em;
}

.service_block_content {
	font-family: 微軟正黑體;
	font-size: 1em;
	font-weight: 400;
	color: #302833;
	text-align: left;
}

.service_block_content_en {
	font-family: sans-serif;
	font-size: 1em;
	font-weight: 400;
	line-height: 25px;
	color: #302833;
	text-align: left;
}

.service_block_title_sub {
	font-family: 微軟正黑體;
	font-size: 1.5em;
	font-weight: 600;
	color: #302833;
	text-align: left;
	margin-bottom: 0.75em;
}

.service_block_title_sub_en {
	font-family: sans-serif;
	font-size: 1.5em;
	font-weight: 600;
	color: #302833;
	text-align: left;
	margin-bottom: 0.75em;
}

.service_block_content_sub {
	font-family: 微軟正黑體;
	font-size: 1em;
	font-weight: 400;
	color: #302833;
	text-align: left;
	margin-bottom: 0.25em;
}

.service_block_content_sub_en {
	font-family: sans-serif;
	font-size: 1em;
	font-weight: 400;
	color: #302833;
	text-align: left;
	margin-bottom: 0.25em;
}

.service_block_content_sub ul{
	color: #302833;
	list-style-type: none;
	text-align: left;
	display: block;
}

.service_block_content_sub_en ul{
	color: #302833;
	list-style-type: none;
	text-align: left;
	display: block;
}

.service_block_content_sub ul li{
	font-family: 微軟正黑體;
	text-decoration: none;
	display:inline-block;
}

.service_block_content_sub_en ul li{
	font-family: sans-serif;
	text-decoration: none;
	display:inline-block;
}

.service_block_margin_title {
	font-family: 微軟正黑體;
	font-size: 2em;
	font-weight: 600;
	color: #302833;
	text-align: center;
	margin-bottom: 1em;
}

.service_block_margin_title_en {
	font-family: sans-serif;
	font-size: 2em;
	font-weight: 600;
	color: #302833;
	text-align: center;
	margin-bottom: 1em;
}

.service_block_margin_content {
	font-family: 微軟正黑體;
	font-size: 1em;
	font-weight: 400;
	color: #302833;
	text-align: center;
}

.service_block_margin_content_en {
	font-family: sans-serif;
	font-size: 1em;
	font-weight: 400;
	color: #302833;
	text-align: center;
}

.service_footer {
	background-color: #e7e7eb;
	color: #302833;
	padding: 10px 10px 10px 20px;
	overflow: hidden; /*撐開div高度*/
}

.service_footer_contact {
	font-family: 微軟正黑體;
	font-size: 1em;
	font-weight: 100;
	color: #2F322A;
	line-height: 30px;
	text-align: left;
	padding: 10px;
	display: block;
	float: left;
}

.service_footer_info_block {
	font-family: 微軟正黑體;
	font-weight: 400;
	display: block;
	float: left;
}

.service_footer_logo {
	text-align: right;
	display: block;
	float: right;
}

/*--↓固定比例縮放圖片↓--*/
.service_box {  
    position: relative;
    overflow: hidden;
	margin: 20px;
}

.service_box:after {
    padding-top: 0;
    content: "";
    display: block;
}

.service_box_img {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    max-width: 100%;
    margin: auto;
}

.service_block_img {
	width: 100%;
	height: auto;
}

/*--↓視差效果區塊↓--*/
.service-parallax-60vh {
	min-height: 60vh;
	background: transparent;
	padding: 50px;
	text-align: center;
}

.service-parallax-100vh {
	min-height: 100vh;
	background: transparent;
	padding: 50px;
	text-align: center;
}

.service_bg {
	max-width: 1800px;
	width: calc(100%);
	height: auto;
	padding: 0;
	background: transparent;
	background-size: cover;
}

.service_bg_s {
	max-width: 560px;
	width: calc(100%);
	height: auto;
	padding: 0;
	background: transparent;
}

.service-parallax-slider {
	top: 0;
	left: 0;
}

/*----------------iso page------------------*/
.iso_img {
	width: 100%;
	height: auto;
}

/*-------------------000 page-------------------*/
.video-container{
	position: relative;
	padding: 0;
	padding-bottom: 56.25%;
	height: 0;
	overflow:hidden;
}

.video-container iframe, .video-container object, .video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.iframe-container{
	position: relative;
	padding: 0px;
	padding-bottom: 34%;
	height: 0;
	overflow: hidden;
}

.iframe-container iframe, .video-container object, .video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.image-container {
	width: 100%; 
	height: auto; 
	text-align: center;
}

.swiper-container{
	display: flex;
	justify-content: center;
	position: relative;
	/*padding-top: 30px;*/
	/*padding-bottom: 60%;*/
	max-width: 1800px;
	height: 90vh;
	overflow: hidden;
	list-style: none;
	padding: 0;
	/* Fix of Webkit flickering */
	z-index: 1;
}

.swiper-container iframe, .swiper object, .swiper embed{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.swiper-container-loop{
	position: relative;
	height: auto;
	display: block;
	overflow: hidden;
}

.swiper-container-loop iframe, .swiper object, .swiper embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.slider-scale-m {
	max-width: 1800px;
	width: 100%;
}

.img_page_company {
	width: 100%;
	height: auto;
	box-shadow: 1.875em 1.875em #e7e7eb;
}

.dummy{
	height: 16px;
}

.dummy_main{
	height: 80px;
}

.qr_margin {
	margin-top: 10px;
	margin-right: 40px;
	margin-bottom: 10px;
	margin-left: 40px;
}

.icon_margin {
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: -10px;
}

.hr_margin {
	margin-top: 10px;
	margin-left: 8px;
	margin-bottom: 10px;
	margin-right: 8px;
}

.hr_margin_title {
	border-width: 8px 0 0 0;
	border-style: solid;
	border-color: #e7e7eb;
	margin-top: 0px;
	margin-bottom: 40px;
}

.hr_margin_title_sub {
	margin-top: 20px;
	margin-bottom: 20px;
}

.hr_footer_margin {
	margin-top: 0px;
	margin-left: 28px;
	margin-bottom: 40px;
	margin-right: 28px;
}

h1 {
	font-family: "Segoe UI Light","SF Pro Display Thin","San Francisco Light","San Francisco","Helvetica Neue Light",sans-serif;
	font-size: 3em;
	font-weight: 200;
	color: #9ea1a3;
	text-transform: uppercase;
	margin-top: 0.75em;
	margin-bottom: 0em;
}

.margin_plus/*h1 EN margin-bottom*/ {
	margin-bottom: 1.125em;
}

h2 {
	font-family: 微軟正黑體,sans-serif,"STHeitiTC-Medium","Heiti TC";
	font-size: 2.25em;
	font-weight: 400;
	color: #9ea1a3;
	text-transform: uppercase;
	letter-spacing: 0.875em;
	margin-left: 0.875em;
	margin-top: 0em;
	margin-bottom: 1.125em;
}

h3 {
	font-family: "Segoe UI Light","SF Pro Display Thin","San Francisco Light","San Francisco","Helvetica Neue Light",sans-serif;
	font-size: 3.785em;
	font-weight: 200;
	color: #9ea1a3;
	text-transform: uppercase;
	margin-top: 0.375em;
	margin-bottom: 0em;
}

h4 {
	font-family: 微軟正黑體,sans-serif,"STHeitiTC-Medium","Heiti TC";
	font-size: 2.25em;
	font-weight: 400;
	color: #9ea1a3;
	text-transform: uppercase;
	letter-spacing: 0.875em;
	margin-left: 0.875em;
	margin-top: 0em;
	margin-bottom: 1.125em;
}

h5 {
	font-family: 微軟正黑體;
	font-size: 2.25em;
	font-weight: 900;
	color: #302833;
	text-transform: uppercase;
	margin-bottom: 40px;
}

h6 {
	font-family: 微軟正黑體;
	font-size: 1em;
	font-weight: 600;
	color: #302833;
	text-align: left;
	margin-top: -1em;
}

.title_service {
	font-family: "Segoe UI Light","San Francisco Light","Helvetica Neue Light";
	font-size: 2.25em;
	font-weight: 500;
	color: #FFF;
	line-height: 30px;
	text-transform: uppercase;
	text-align: center;
	position: relative;
	margin-top: -280px;
	margin-bottom: 170px;
	z-index: 1;
}

.title_service_l {
	font-family: "Segoe UI Light","San Francisco Light","Helvetica Neue Light";
	font-size: 2.25em;
	font-weight: 500;
	color: #FFF;
	line-height: 30px;
	text-transform: uppercase;
	text-align: center;
	position: relative;
	margin-top: -280px;
	margin-bottom: 140px;
	z-index: 1;
}

.title_service_zh {
	font-family: 微軟正黑體;
	font-size: 1.5em;
	font-weight: 900;
	color: #fff;
	text-transform: uppercase;
	text-shadow: 0em 0em 0.25em #000;
	text-align: center;
	position: relative;
	margin-top: -40px;
	margin-bottom: 40px;
	z-index: 10;	
}

.title_department {
	font-family: "Segoe UI Light","San Francisco Light","Helvetica Neue Light";
	font-size: 2.25em;
	font-weight: 500;
	color: #FFF;
	line-height: 30px;
	text-transform: uppercase;
	text-align: center;
	position: relative;
	margin-top: -280px;
	margin-bottom: 170px;
	z-index: 1;
}

.title_department_l {
	font-family: "Segoe UI Light","San Francisco Light","Helvetica Neue Light";
	font-size: 2.25em;
	font-weight: 500;
	color: #FFF;
	line-height: 30px;
	text-transform: uppercase;
	text-align: center;
	position: relative;
	margin-top: -280px;
	margin-bottom: 140px;
	z-index: 1;
}

.title_department_zh {
	font-family: 微軟正黑體;
	font-size: 1.5em;
	font-weight: 900;
	color: #fff;
	text-transform: uppercase;
	text-shadow: 0em 0em 0.25em #000;
	text-align: center;
	position: relative;
	margin-top: -40px;
	margin-bottom: 40px;
	z-index: 10;	
}

.title_department_en {
	font-family: 微軟正黑體;
	font-size: 1.5em;
	font-weight: 900;
	color: transparent;/*看不見、但存在*/
	text-transform: uppercase;
	/*text-shadow: 0em 0em 0.25em #000;*/
	text-align: center;
	position: relative;
	margin-top: -40px;
	margin-bottom: 40px;
	z-index: 10;	
}

.title_qr {
	font-family: "Segoe UI Light","San Francisco Light","Helvetica Neue Light";
	font-size: 1em;
	font-weight: 500;
	color: #FFF;
	text-transform: uppercase;
	text-decoration: none;
}

.title_qr_position {
	position: relative;
	top: -15px;
}

.title_page_en {
	font-family: "Segoe UI Light","SF Pro Display Thin","San Francisco Light","San Francisco","Helvetica Neue Light",sans-serif;
	font-size: 0.875em;
	font-weight: 600;
	letter-spacing: 0.063em;
	color: #302833;
	position: relative;
	text-align: left;
}

.title_page_ch {
	font-family: 微軟正黑體,sans-serif,"STHeitiTC-Medium","Heiti TC";
	font-size: 1.5em;
	font-weight: 600;
	color: #302833;
	position: relative;
	text-align: left;
	margin-bottom: 36px;
}

.title_page_ch_en {
	font-family: sans-serif;
	font-size: 1.5em;
	font-weight: 600;
	color: #302833;
	position: relative;
	text-align: left;
	margin-bottom: 36px;
}

.title_page_t {
	font-family: 微軟正黑體,sans-serif,"STHeitiTC-Medium","Heiti TC";
	font-size: 1.25em;
	font-weight: 600;
	color: #302833;
	position: relative;
	text-align: left;
	margin-bottom: 24px;
}

.title_page_t_t {
	font-family: 微軟正黑體,sans-serif,"STHeitiTC-Medium","Heiti TC";
	font-size: 1em;
	font-weight: 500;
	color: #302833;
	position: relative;
	text-align: left;
	text-indent: -2.5em;
	margin-left: 4.5em;
	margin-bottom: 6px;
}

.title_page_t_t_t {
	font-family: 微軟正黑體,sans-serif,"STHeitiTC-Medium","Heiti TC";
	font-size: 1em;
	font-weight: 500;
	color: #302833;
	position: relative;
	text-align: left;
	text-indent: -2.5em;
	margin-left: 7em;
	margin-bottom: 6px;
}

.title_page_t_t_c {
	font-family: 微軟正黑體,sans-serif,"STHeitiTC-Medium","Heiti TC";
	font-size: 1em;
	font-weight: 500;
	color: #302833;
	position: relative;
	text-align: left;
	margin-left: 4.5em;
	margin-bottom: 6px;
}

.title_page_t_en {
	font-family: sans-serif;
	font-size: 1.25em;
	font-weight: 600;
	color: #302833;
	position: relative;
	text-align: left;
	margin-bottom: 24px;
}

.title_page_t_t_en {
	font-family: sans-serif;
	font-size: 1em;
	font-weight: 500;
	color: #302833;
	position: relative;
	text-align: left;
	text-indent: -2.5em;
	margin-left: 4.5em;
	margin-bottom: 6px;
}

.title_page_t_t_en_fix {
	font-family: sans-serif;
	font-size: 1em;
	font-weight: 500;
	color: #302833;
	position: relative;
	text-align: left;
	margin-left: 4.5em;
	margin-bottom: 6px;
}

.title_page_t_t_t_en {
	font-family: sans-serif;
	font-size: 1em;
	font-weight: 500;
	color: #302833;
	position: relative;
	text-align: left;
	text-indent: -2.5em;
	margin-left: 7em;
	margin-bottom: 6px;
}

.title_page_t_t_c_en {
	font-family: sans-serif;
	font-size: 1em;
	font-weight: 500;
	color: #302833;
	position: relative;
	text-align: left;
	margin-left: 4.5em;
	margin-bottom: 6px;
}

.pt::before {
	content: "● ";
}

.title_page_ch_card {
	font-family: 微軟正黑體,sans-serif,"STHeitiTC-Medium","Heiti TC";
	font-size: 1.5em;
	font-weight: 600;
	color: #302833;
	position: relative;
	text-align: left;
	height: 2.5em;
	overflow: hidden;
}

.title_page_en_card_old {
	font-family: "Segoe UI","SF Pro Display",sans-serif;
	font-size: 1.5em;
	font-weight: 600;
	color: #302833;
	position: relative;
	text-align: left;
	height: 2.5em;
	overflow: hidden;
	background-color: #F53F42;
	/*margin-bottom: 1.25em;*/
}

.title_page_en_card {
	font-family: "Segoe UI","SF Pro Display",sans-serif;
	font-size: 1.5em;
	font-weight: 600;
	color: #302833;
	/*position: relative;*/
	text-align: left;
	/*height: 2.5em;*/
	/*overflow: hidden;*/
	/*background-color: #F53F42;*/
	margin-bottom: 1.25em;
	white-space: normal; /* 允許換行 */ 
	word-wrap: break-word; /* 斷行保護 */
}

.title_page_en_service {
	font-family: "Segoe UI Light","SF Pro Display Thin","San Francisco Light","San Francisco","Helvetica Neue Light",sans-serif;
	font-size: 0.875em;
	font-weight: 600;
	letter-spacing: 0.063em;
	color: #fff;
	position: relative;
	text-align: left;	
}

.title_page_ch_service {
	font-family: 微軟正黑體;
	font-size: 1.5em;
	font-weight: 600;
	color: #fff;
	position: relative;
	text-align: left;
}

.title_page_projects {
	font-family: 微軟正黑體;
	font-size: 1.5em;
	font-weight: 600;
	color: #302833;
	position: relative;
	text-align: center;
	margin-bottom: 36px;
}

.title_page_projects_en {
	font-family: sans-serif;
	font-size: 1.5em;
	font-weight: 600;
	color: #302833;
	position: relative;
	text-align: center;
	margin-bottom: 36px;
}

.title_page_projects_sub {
	font-family: 微軟正黑體;
	font-size: 1.25em;
	font-weight: 600;
	color: #302833;
	position: relative;
	text-align: left;
	margin-bottom: 10px;
}

.title_page_projects_sub_en {
	font-family: sans-serif;
	font-size: 1.25em;
	font-weight: 600;
	color: #302833;
	position: relative;
	text-align: left;
	margin-bottom: 10px;
}

.content_company {
	font-family: 微軟正黑體;
	font-size: 1em;
	font-weight: 200;
	color: #302833;
	line-height: 30px;
	text-align: center;
	margin-bottom: 40px;
	margin-left: 20px;
}

.content_projects_title {
	font-family: 微軟正黑體;
	font-size: 2.25em;
	font-weight: 900;
	color: #fff;
	text-shadow: 0em 0em 0.25em #000;
	text-align: left;
	margin-bottom: 20px;
	margin-left: 20px;
}

.content_projects {
	font-family: 微軟正黑體;
	font-size: 1em;
	font-weight: 400;
	color: #fff;
	line-height: 1.875em;
	text-shadow: 0em 0em 0.25em #000;
	text-align: left;
	margin-bottom: 40px;
	margin-left: 20px;
}

.content_contact {
	font-family: 微軟正黑體;
	font-size: 1em;
	font-weight: 400;
	color: #2F322A;
	line-height: 1.875em;
	text-align: left;
	padding: 10px;
}

.content_contact ul {
	color: #2F322A;
	list-style-type: none;
	text-align: left;
	display: block;
	margin: 0.25em 0 0.25em 0;
}

.content_contact ul li {
	font-family: 微軟正黑體;
	text-decoration: none;
	display:inline-block;
}

.content_page {
	font-family: 微軟正黑體,sans-serif,"STHeitiTC-Medium","Heiti TC";
	font-size: 1em;
	font-weight: 500;
	color: #2F322A;
	line-height: 1.875em;
	text-align: left;
	text-indent: 2em;
	margin-top: 1.5em;
}

.content_page_en {
	font-family: sans-serif;
	font-size: 1em;
	font-weight: 500;
	color: #2F322A;
	line-height: 1.875em;
	text-align: left;
	/*text-indent: 2em;*/
	margin-top: 1.5em;
}

.content_page_en_fix {
	font-family: sans-serif;
	font-size: 1em;
	font-weight: 500;
	color: #2F322A;
	line-height: 1.875em;
	text-align: left;
	/*text-indent: 2em;*/
	/*margin-top: 1.5em;*/
}


.content_page .link {
	font-family: 微軟正黑體,sans-serif,"STHeitiTC-Medium","Heiti TC";
	font-size: 1em;
	font-weight: 800;
	color: #e60033;
	text-decoration: none;
}

.content_page_note {
	font-family: 微軟正黑體,sans-serif,"STHeitiTC-Medium","Heiti TC";
	font-size: 1em;
	font-weight: 400;
	color: #007bbb;
	line-height: 1.875em;
	text-align: left;
	text-indent: 2em;
	margin-top: 1.5em;
}

.content_page_note_en {
	font-family: "Segoe UI Light", "SF Pro Display", sans-serif;
	font-size: 1em;
	font-weight: 400;
	color: #007bbb;
	line-height: 1.875em;
	text-align: left;
	/*text-indent: 2em;*/
	margin-top: 1.5em;
}

.content_list ol li {
	font-family: 微軟正黑體,sans-serif,"STHeitiTC-Medium","Heiti TC";
	font-size: 1em;
	font-weight: 500;
	color: #2F322A;
	line-height: 1.25em;
	text-align: left;
	list-style:  inside;
	/*background: aquamarine;*/
	margin-top: 1.5em;
	margin-left: 1em;
	list-style-type: decimal;
}

.button_ex{
	width: 200px;
	display: flex;
	align-items: center;
	position: absolute;
	right: 40px;
	bottom: 40px;
	text-decoration: none;
	color:#302833;
	}

.block_red{
	display: flex;
	justify-content: flex-end;
	width: 64px;
	height: 60px;
	background: #ea1517;
}

.block_title{
	display: flex;
	justify-content: center;
	align-items: center;
	height: 60px;
	/*line-height:60px;/*文字垂直置中*/
	font-family: 微軟正黑體;
	font-size: 1.25em;
	font-weight: 600;
	color: #302833;
	background: #FFFFFF;
	padding: 0 10px 0 10px;
}

.button_r {
	/*display: flex;
	align-items: flex-end;*/
	height: 40px;
	color: #ffffff;
	background: #ea1517;
	text-decoration: none;
	text-align: left;
	border: 2px #ea1517 solid;
	padding: 8px 10px;
	/*position: relative;*/
	position: absolute;
	/*left: calc(50% - 60px);*/
	left: 140px;
	bottom: 40px;
	z-index: 5;
}

.button_r, a:link, a:visited, a:hover, a:active {
	color: #ffffff;
}

.button_w {
	color: #fff;
	text-decoration: none;
	text-align: center;
	border: 2px #fff solid;
	padding: 8px 10px;
	position: relative;
	top: -20px;
	z-index: 5;
}

.button_w_projects {
	color: #fff;
	text-shadow: 0em 0em 0.25em #000;
	text-decoration: none;
	text-align: left;
	border: 2px #fff solid;
	padding: 8px 10px;	
}

.footer-text {
	font-size: 1em;
	text-align: center;
	margin-bottom: 20px;
}

.col {
	width: 100%;
}

.row:before, .row:after {
	content: "";
	display: table;
}

.row:after {
	clear: both;
}

label {
	display: none;
}

#toggle {
	display: none;
}

#toggle-hide {
	display: none;
}

.menu {
	margin: 0 30px 0 0;
}

.popup-link {
    -js-display: flex;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
		justify-content: center;
		align-items: center;
}

#popup {
    -js-display: flex;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
		justify-content: center;
		align-items: center;
		margin: 10px 0 10px 8px;
}

#popup_white_p3d_01 {
    -js-display: flex;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
		justify-content: center;
		align-items: center;
		margin: 0 0 0 0;
		padding: 0 0 0 8px;
		background-color: #FFFFFF;
}

#popup_white_p3d_02 {
    -js-display: flex;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
		justify-content: center;
		align-items: center;
		margin: 0 0 0 0;
		padding: 0 0 0 8px;
		background-color: #FFFFFF;
}

#popup_white_p3d_03 {
    -js-display: flex;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
		justify-content: center;
		align-items: center;
		margin: 0 0 0 0;
		padding: 0 0 0 8px;
		background-color: #FFFFFF;
}

#popup_white_gis_01 {
    -js-display: flex;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
		justify-content: center;
		align-items: center;
		margin: 0 0 0 0;
		padding: 0 0 0 8px;
		background-color: #FFFFFF;
}

#popup_white_gis_02 {
    -js-display: flex;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
		justify-content: center;
		align-items: center;
		margin: 0 0 0 0;
		padding: 0 0 0 8px;
		background-color: #FFFFFF;
}

#popup_white_lidar_01 {
    -js-display: flex;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
		justify-content: center;
		align-items: center;
		margin: 0 0 0 0;
		padding: 0 0 0 8px;
		background-color: #FFFFFF;
}

#popup_white_mms_01 {
		height: auto;
    -js-display: flex;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
		justify-content: center;
		align-items: center;
		margin: 0;
		padding: 0;
		background-color: #FFFFFF;
}

#popup_white_mms_02 {
		height: auto;
    -js-display: flex;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
		justify-content: center;
		align-items: center;
		margin: 0;
		padding: 0;
		background-color: #FFFFFF;
}

#popup_white_mms_03 {
		height: auto;
    -js-display: flex;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
		justify-content: center;
		align-items: center;
		margin: 0;
		padding: 0;
		background-color: #FFFFFF;
}

#popup_white_mms_04 {
		height: auto;
    -js-display: flex;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
		justify-content: center;
		align-items: center;
		margin: 0;
		padding: 0px;
		background-color: #FFFFFF;
}

#popup_white_mms_05 {
		height: auto;
    -js-display: flex;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
		justify-content: center;
		align-items: center;
		margin: 0;
		padding: 0;
		background-color: #FFFFFF;
}

#popup_white_mms_06 {
		height: auto;
    -js-display: flex;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
		justify-content: center;
		align-items: center;
		margin: 0;
		padding: 0;
		background-color: #FFFFFF;
}

#popup_white_mms_07 {
		height: auto;
    -js-display: flex;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
		justify-content: center;
		align-items: center;
		margin: 0;
		padding: 0;
		background-color: #FFFFFF;
}

#popup_white_uam_01 {
    -js-display: flex;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
		justify-content: center;
		align-items: center;
		margin: 0 0 0 0;
		padding: 0 0 0 8px;
		background-color: #FFFFFF;
}

#popup_white_uam_02 {
    -js-display: flex;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
		justify-content: center;
		align-items: center;
		margin: 0 0 0 0;
		padding: 0 0 0 8px;
		background-color: #FFFFFF;
}

#popup_white_ua_01 {
    -js-display: flex;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
		justify-content: center;
		align-items: center;
		margin: 0 0 0 0;
		padding: 0 0 0 8px;
		background-color: #FFFFFF;
}

#popup_white_ua_02 {
    -js-display: flex;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
		justify-content: center;
		align-items: center;
		margin: 0 0 0 0;
		padding: 0 0 0 8px;
		background-color: #FFFFFF;
}

#popup_white_ua_03 {
    -js-display: flex;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
		justify-content: center;
		align-items: center;
		margin: 0 0 0 0;
		padding: 0 0 0 8px;
		background-color: #FFFFFF;
}

#popup_white_ua_04 {
    -js-display: flex;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
		justify-content: center;
		align-items: center;
		margin: 0 0 0 0;
		padding: 0 0 0 8px;
		background-color: #FFFFFF;
}
	
.popup-img {
	width: 100%;
	text-decoration: none;
}

.pop-item {
	max-width: 1800px;
	width: calc(100% - 8px);
	height: 100%;
    margin: 0;
}

.pop-item-double {
	width: calc(100% - 8px );
	height: 100%;
    margin: 0;
	padding: 0;
}

.pop-item-02 {
	max-width: 1800px;
	width: calc(100%);
	height: auto;
    margin: 0;
	padding: 0;
}

.popup-title {
    -js-display: flex;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
		justify-content: center;
		margin: -10px 0 0 0px;
}

.popup-title_white {
    -js-display: flex;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
		justify-content: center;
		margin: 0px;
		background-color: #FFFFFF;
}

.popup-title_white_dammy {
    -js-display: flex;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
		justify-content: center;
		margin: 0px;
		background-color: #FFFFFF;
		height: 10px;
}

.popup-name {
	font-family: 微軟正黑體;
	font-size: 1em;
	text-align: center;
    width: calc(100% / 3 - 10px);
	height: 100%;
    margin: 5px 0 10px 10px;
}

.popup-name-uam-02 {
	font-family: 微軟正黑體;
	font-size: 1em;
	text-align: center;
    width: calc(100% / 2 - 10px);
	height: 100%;
    margin: 5px 0 10px 10px;
}

.popup-name-uam-03 {
	font-family: 微軟正黑體;
	font-size: 1em;
	text-align: center;
    width: calc(100% / 4 - 10px);
	height: 100%;
    margin: 5px 0 10px 10px;
}

.popup-name-ua {
	font-family: 微軟正黑體;
	font-size: 1em;
	text-align: center;
    width: calc(100% / 3 - 10px);
	height: 100%;
    margin: 5px 0 10px 10px;
}

/*-------------------Magnific Popup CSS-------------------*/
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover,
  .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover,
  .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before,
  .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }


/*phone View*/
@media only screen and (max-width: 767px) {
	
	:target:before {
	content: "";
	display: block;
	height: 70px;
}
	
	#recrui {
		display: none;
	}
	
	.site-logo a img {
		height:30px;
	}
	
	.style-logo {
		float: left;
	}
	
	.style-nav ul li a {
	font-size: 0.875em;
	font-weight: 400;
	}
	
	label{
		display: block;
		cursor: pointer;
		width: 26px;
		float: right;
		}
		
	.menu{
		width: 100%;
		display: none;
		text-align: center;
		}
		
	.menu a{
		display: block;
		clear: left;
		}
		
	#toggle:checked + .menu{  /*技術點*/
		transition: all 0.4s ease-in;
		display: block;
		}
	
	#toggle-hide:checked + .menu{  /*技術點*/
		transition: all 0.4s ease-in;
		display: block;
		}
	
	.news_group_box {
		flex-direction: column;
	}
	
	.news_head {
		padding: 8px 0 8px 0;
	}
	
	.news_title {
		padding: 8px 0 8px 0;
	}
	
	.news {
		display: flex;
		flex-direction: column;
	}
	
	.news_flex {
		display: flex;
		flex-direction: column-reverse;
		margin: 0 auto;
	}
	
	.news_main {
		flex-direction: column;
		flex-basis: 100%;
		color: #DB2427;
	}
	
	.news_sub {
		display: flex;
		flex-direction: row;
		justify-content: center;
		flex-basis: 50%;
		border-left: 0px #e7e7eb solid;
		border-bottom: 1px #e77eb solid;
		margin-bottom: 20px;
	}
	
	.news_year {
		font-family: 微軟正黑體,sans-serif,"STHeitiTC-Medium","Heiti TC";
		font-size: 1em;
		font-weight: 1000;
		color: #00DBFF;
		padding: 10px 0 10px 0; 
	}
	
	.block_3cut_1 {
		flex-grow: 0;
		flex-basis: 0;
	}
	
	.block_3cut_2 {
		flex-grow: 3;
		flex-basis: 100%;
		display: flex;
		flex-direction: column;
		justify-content: center;
	}
	
	.block_3cut_3 {
		flex-grow: 0;
		flex-basis: 0;
	}
	
	.hr_end {
		width: 95%;
		border: 0;
		padding: 0;
		margin: 0 auto;
		margin-top: 40px;
		margin-bottom: 40px;
		border-top: 1px #e7e7eb solid;
	}
	
	.news_block_1 {
	flex-basis: 80%;
	}
	
	.news_block_2 {
	flex-basis: 20%;
	}
	
	.share_block {
	display: none;
	}
	
	.line {
	margin-left: 8px;
	}
	
	.img_info {
	font-size: 0.75em;
	}
	
	.table_block {
	display: flex;
	flex-direction: column;
	}
	
	.table_title {
	flex-basis: 20%;
	font-size: 1em;
	font-weight: 1000;
	padding: 10px 2px 10px 6px;
	border-top: 0;
	border-right: 0;
	border-left: 0;
	background-color: #e5e4e6;
	}
	
	.table_content {
	flex-basis: 80%;
	font-size: 1em;
	padding: 10px 2px 10px 6px;
	border-top: 0;
	border-right: 0;
	background-color: #ffffff;
	}
	
	.table_list li {
	font-size: 1em;
	margin-left: 1.75em;
	}
	
	.table_title_end {
	font-size: 1em;
	font-weight: 1000;
	padding: 10px 2px 10px 6px;
	border-top: 0;
	border-right: 0;
	border-left: 0;
	border-bottom: 0;
	background-color: #e5e4e6;
	}
	
	.table_content_end {
	font-size: 1em;
	padding: 10px 2px 10px 6px;
	border-top: 0;
	border-right: 0;
	border-bottom: 0;
	background-color: #ffffff;
	}
	
	.table_map {
	height:450px ;
	border-top: 0;
	border-right: 0;
	border-bottom: 0;
	border-left: 0;
	}
	
	.card {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: -10px 0 0 -10px;
  }
	.card_item {
    width: calc(100%);
    margin: 20px 0 0 10px;
  }
  
	.card_button {
	/*left: calc(100% / 2);*/
	}
	
	.service_name {
	background-color: #fff;
	height: 50px;
}
	
	.service_flex {
    -js-display: flex;
	    display: -webkit-box;
	    display: -ms-flexbox;
	    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
	}
  
	.service_item {
	width: calc(100%);	
	}
	
	.swiper-container-loop {
	width: calc(100%);	
	}
	
	.service_block_bg{
	width: calc(100%);	
	}
	
	.service_block_img {
	text-align: center;
	}
	
	.box_company {
	background-color: #fff;
	padding: 2.5em 1em 3.75em;
	text-align: center;	
	}
	
	.as_tool_name_zh {
	width: 24%;
	margin-top: -1.75em;
	font-family: 微軟正黑體;
	font-size: 1em;
	font-weight: 900;
	color: #fff;
	text-transform: uppercase;
	text-shadow: 0em 0em 0.25em #000;
	text-align: center;
	position: absolute;
	z-index: 10;
}
	
	.as_tool_name_en {
	width: 24%;
	margin-top: -3.25em;
	font-family: "Segoe UI Light", "SF Pro Display", sans-serif;
	font-size: 1em;
	font-weight: 900;
	color: #fff;
	text-transform: uppercase;
	text-shadow: 0em 0em 0.5em #000;
	text-align: center;
	position: absolute;
	z-index: 10;
}
	
	.lm_tool_name_zh {
	width: 24%;
	margin-top: -1.75em;
	font-family: 微軟正黑體;
	font-size: 1em;
	font-weight: 900;
	color: #fff;
	text-transform: uppercase;
	text-shadow: 0em 0em 0.25em #000;
	text-align: center;
	position: absolute;
	z-index: 10;
}
	
	.lm_tool_name_en {
	width: 24%;
	margin-top: -3.25em;
	font-family: "Segoe UI Light", "SF Pro Display", sans-serif;
	font-size: 1em;
	font-weight: 900;
	color: #fff;
	text-transform: uppercase;
	text-shadow: 0em 0em 0.5em #000;
	text-align: center;
	position: absolute;
	z-index: 10;
}
	
	h1 {
	font-family: "Segoe UI Light","SF Pro Display Thin","San Francisco Light","San Francisco","Helvetica Neue Light",sans-serif;
	font-size: 2.625em;
	font-weight: 200;
	color: #9ea1a3;
	text-transform: uppercase;
	margin-top: 0em;
	margin-bottom: 0em;
	}
	
	h2 {
	font-family: 微軟正黑體,sans-serif,"STHeitiTC-Medium","Heiti TC";
	font-size: 1.625em;
	font-weight: 400;
	color: #9ea1a3;
	text-transform: uppercase;
	letter-spacing: 0.875em;
	margin-left: 0.875em;
	margin-top: 0em;
	margin-bottom: 1em;
	}
	
	h3 {
	font-family: "Segoe UI Light","SF Pro Display Thin","San Francisco Light","San Francisco","Helvetica Neue Light",sans-serif;
	font-size: 3em;
	font-weight: 200;
	color: #9ea1a3;
	text-transform: uppercase;
	margin-top: 0em;
	margin-bottom: 0em;
	}
	
	h4 {
	font-family: 微軟正黑體,sans-serif,"STHeitiTC-Medium","Heiti TC";
	font-size: 1.625em;
	font-weight: 400;
	color: #9ea1a3;
	text-transform: uppercase;
	letter-spacing: 0.875em;
	margin-left: 0.875em;
	margin-top: 0em;
	margin-bottom: 0.5em;
	}
	
	h5 {
	font-family: 微軟正黑體;
	font-size: 1.625em;
	font-weight: 200;
	color: #302833;
	text-transform: uppercase;
	margin-bottom: 1.25em;
	}
	
	h6 {
	font-family: 微軟正黑體;
	font-size: 1em;
	font-weight: 600;
	color: #302833;
	text-align: left;
	margin-top: -1.5em;
	}
	
	.content_contact {
	font-family: 微軟正黑體;
	font-size: 0.875em;
	font-weight: 400;
	color: #2F322A;
	line-height: 1.75em;
	text-align: left;
	padding: 10px;
	}
	
	.content_contact ul {
	color: #2F322A;
	list-style-type: none;
	text-align: left;
	display: block;
	margin: 0.1em 0 0.1em 0;
	}
	
	.content_contact ul li{
	font-family: 微軟正黑體;
	}
	
	.block_page {
	background-color: #FFFFFF;
	color: #FFFFFF;
	text-align: center;
	padding: 1.25em;
	}
	
	.content_page {
	font-family: 微軟正黑體;
	font-size: 1em;
	font-weight: 400;
	color: #2F322A;
	line-height: 1.875em;
	text-align: left;
	text-indent: 2em;
	margin-top: 2em;
	}
	
	.content_page_en {
	font-family: "Segoe UI","SF Pro Display",sans-serif;
	font-size: 1em;
	font-weight: 400;
	color: #2F322A;
	line-height: 1.875em;
	text-align: left;
	text-indent: 2em;
	margin-top: 2em;
	}
	
	.content_page_note {
	font-family: 微軟正黑體;
	font-size: 1em;
	font-weight: 400;
	color: #007bbb;
	line-height: 1.875em;
	text-align: left;
	text-indent: 2em;
	margin-top: 2em;
	}
	
	.img_page_company {
	width: 100%;
	height: auto;
	box-shadow: 0.875em 0.875em #e7e7eb;
	}
	
	.button_r {
	height: 40px;
	color: #ffffff;
	background: #ea1517;
	text-decoration: none;
	text-align: left;
	border: 2px #ea1517 solid;
	padding: 8px 10px;
	position: absolute;
	left: calc(50% - 60px);
	bottom: 40px;
	z-index: 5;
	}
	
	/*.service-parallax-100vh {
	width: 100vw;
	background: transparent;
	padding: 50px;
	text-align: center;
	}*/
}

/*Pad View*/
@media (min-width: 768px){
	
	body {
		max-width: 1023px;
	}
	
	.style-nav ul li {
		display: inline-block;
	}
	
	.style-nav ul {
		text-align: center;
	}
	
	.col {
		float: left;
		padding: 0px;
	}
	
	.col-md-one {
		width: 100%;
	}
	
	.col-md-one-half {
		width: 50%;
	}
	
	.col-md-one-third {
		width: 33.3%;
	}
	
	.col-md-one-quarter {
		width: 25%;
	}
	
	.col-md-one-fifth {
		width: 20%; 
	}	
	
	.col-map {
		float: left;
		padding: 0px 10px 0px 0px;
	}
	
	.col-service {
		float: left;
		padding: 0px 5px 10px 5px;
	}
	
	.card {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: -10px 0 0 -10px;
  }
  
	.card_item {
    width: calc(100% / 2 - 10px);
    margin: 20px 0 0 10px;
  }
  
	.card_button {
	/*left: calc(100% / 2 - 52px);*/
	}
	
	.service_name {
	background-color: #fff;
	height: 110px;
}
	
	.service_flex {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
	}
  
	.service_item {
	width: calc(100% / 2);	
	}
	
	.swiper-container-loop {
	width: calc(100% / 2);	
	}
	
	.service_block_bg {
	width: calc(100% / 2);	
	}
	
	.service_block_img_l {
	text-align: center;
	}
	
	.service_block_img_r {
	text-align: center;
	}
}

/*Desktop View*/
@media (min-width: 1024px){
	
	body {
		max-width: 1800px;
	}
	
	.style-logo {
		float: left;
	}
	
	.style-nav {
		float: right;
	}
	
	.col-lg-one {
		width: 100%;
	}
	
	.col-lg-one-half {
		width: 50%;
	}
	
	.col-lg-one-third {
		width: 33.3%;
	}
	
	.col-lg-one-quarter {
		width: 25%;
	}
	
	.col-lg-one-fifth {
		width: 20%;
	}
	
	.col-lg-service_content_box {
		width: 50%;
	}
	
	.news {
		display: flex;
		flex-direction: row;
	}	
	
	.card {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: -10px 0 0 -10px;
  }
  
	.card_item {
    width: calc(100% / 4 - 10px);
    margin: 20px 0 0 10px;
  }
  
	.card_button {
	/*left: calc(100% / 2 - 52px);*/
	}
	
	.service_flex {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
	}
  
	.service_item {
	width: calc(100% / 2);	
	}
	
	.swiper-container-loop {
	width: calc(100% / 2);		
	}
	
	.service_block_bg {
	width: calc(100% / 3);	
	}
	
	.button_r {
	height: 40px;
	color: #ffffff;
	background: #ea1517;
	text-decoration: none;
	text-align: left;
	border: 2px #ea1517 solid;
	padding: 8px 10px;
	position: absolute;
	left: 140px;
	bottom: 40px;
	z-index: 5;
	}
	
	.service_block_img_l {
	text-align: right;
	}
	
	.service_block_img_r {
	text-align: left;
	}
	
}