@charset "utf-8";
/* CSS Document */

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
 
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
a {
    border-collapse: collapse;
    border-spacing: 0;
	text-decoration: none;
}

list-style-type {
	display: none;
}

#toggle-hide {
	display: none;
}

/*slider=video_container*/
#video_container {
	display: block;
	position: relative;
	width:100%;
	overflow: hidden;
	/*margin-top: 60px;*/
}

h1 {
	margin: 2vw 0 10px 0;
	font-family: "Segoe UI Light","SF Pro Display Thin","San Francisco Light","San Francisco","Helvetica Neue Light",sans-serif;
	font-size:1em;
	font-weight: 800;
	color: #9ea1a3;
	text-transform: uppercase;
	letter-spacing: 0.25em;
	text-indent: 0.25em;
	text-align: center;
}

h2 {
	margin: 0 0 3vw 0;
	font-family: 微軟正黑體,sans-serif,"STHeitiTC-Medium","Heiti TC";
	font-size: 2em;
	font-weight: 600;
	color: #06bdd2;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	text-indent: 0.1em;
	text-align: center;
}

figure {
	text-align: center;
}

.align_center {
	display: flex;
	justify-content: center;
}

.site-header {
	position: fixed;
	display: flex;
	max-width: 1920px;
	width: 100%;
	height: 60px;
	border-radius: 0;
	margin: 0;
	overflow: hidden;
	/*color for test*/
	background-color: #ffffff;
	filter: drop-shadow(0 2px 10px rgba(0, 117, 194, 0.5));
	z-index: 10;
}

.logo_space {
	display: flex;
	justify-content: center;
	align-items: center;
	max-width: 60px;
	width: 100%;
	height: auto;
	margin: 0;
}

.logo_size {
	width: 60px;
	height: auto;
}

.logo_title {
	display: flex;
	justify-content: center;
	align-items: center;
	max-width: 250px;
	width: 100%;
	height: auto;
	margin: 0;
}

.logo_title_size {
	width: 250px;
	height: auto;
}

.logo_size_footer {
	width: 100px;
	height: auto;
}

/*原nav*/
.nav{
	float: right;
	text-align: right;
	height: 70px;
	line-height: 70px;
}

.img_bg_right {
	position: relative;
	max-width: 800px;
	max-height: 800px;
	width: 50vw;
	height: auto;
	left: 10vw;
}

.img_bg_left {
	position: relative;
	max-width: 800px;
	max-height: 800px;
	width: 50vw;
	height: auto;
	right: 10vw;
}

.hb_space {
	width: 60px;
}

/*change*/
.nav_style{
	display: flex;
	justify-content: flex-end;
	align-items: center;
	max-width: calc(1920px - 500px);
	width: 100%;
	height: 60px;
	overflow: hidden;
}

/*change*/
.nav_style ul {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-evenly;
}

/*change*/
.nav_style li {
	display: flex;
	align-items: center;
	justify-content: space-evenly;
	font-family: 微軟正黑體;
	font-size: 1.125em;
	font-weight: 1000;
	color: #004f79;
}

/*change*/
.nav_style ul li a {
	font-family: 微軟正黑體;
	font-weight: 1000;
	text-decoration: none;
	color: #004f79;
	text-transform: uppercase;
}

.nav_style a:link, a:visited {
	color: #004f79;
}

.nav_style a:hover, a:active {
	color: #06bdd2;
	transition: all 0.2s ease;
}

label {
	display: none;
}

.visuallyHidden {
    position: absolute; 
    overflow: hidden; 
    clip: rect(0 0 0 0); 
    height: 1px; width: 1px; 
    margin: -1px; padding: 0; border: 0; 
}

.hamburger {
    margin: 0 auto;
    margin-top: 20px;
    width: 15px;
    height: 15px;
    position: relative;
}

.hamburger .bar {
    padding: 0;
    width: 15px;
    height: 2px;
    background-color: maroon;
    display: block;
    border-radius: 2px;
    transition: all 0.4s ease-in-out;
    position: absolute; 
}

.bar1 {
    top: 0;
}

.bar2,.bar3 {
	top: 6.475px;
}

.bar3 {
    right: 0;
}

.bar4 {
    bottom: 0;
}

/*--------------------------*/
/* HAMBURGER 1 */
.hamburger1 .bar1 {
    transform-origin: 5%;
}

.hamburger1 .bar4 {
    transform-origin: 5%;
}

.checkbox1 {
	display: none;
	overflow: hidden;
}

.checkbox1:checked + label > .hamburger1 > .bar1{
    transform: rotate(45deg);
    height: 2px;
    width: 21px;
}

.checkbox1:checked + label > .hamburger1 > .bar3{
    transform: rotate(45deg);
    height: 2px;
    background-color: transparent;
}

.checkbox1:checked + label > .hamburger1 > .bar2{
    transform: rotate(-45deg);
    height: 2px;
    background-color: transparent;
}

.checkbox1:checked + label > .hamburger1 > .bar4{
    transform: rotate(-45deg);
    height: 2px;
    width: 21px;
}

/*--------------------------*/

.menu{
	margin: 0 30px 0 0;
}

.menu a{
	margin: 0 10px;
	text-decoration: none;
	color: gray;
}

.menu a span{
	color:#54d17a;
}

/*--------------------------*/

main {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.slogan-size {
	max-width: 1200px;
	width: 100%;
	height: auto;
}

.btn_more_p {
	position: absolute;
	/*top: 0; */            
    /*bottom: 0;*/           
    left: 0;        
    right: 0;
	bottom: 60px;
	margin: auto;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 160px;
	height: 30px;
	border-radius: 15px;
	background-color: #ffffff;
	color: #0075c2;
	/*background-color: brown;*/
	filter: drop-shadow(0 2px 10px rgba(0, 117, 194, 0.5));
	z-index: 5;
}

.btn_more_p a {
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-size: 1em;
	font-weight: 900;
	text-decoration: none;
	color: #0075c2;
}

.btn_more_p a:link {
	color: #0075c2;
}

.btn_more_p a:visited {
	color: #0075c2;
}

.btn_more_p a:hover {
	color: #06bdd2;
	transition: all 0.2s ease;
}

.btn_more_p a:active {
	color: #06bdd2;
	transition: all 0.2s ease;
}

.btn_more {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 160px;
	height: 30px;
	border-radius: 15px;
	background-color: #ffffff;
	filter: drop-shadow(0 2px 10px rgba(0, 117, 194, 0.5));
}

.btn_more a {
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-size: 1em;
	font-weight: 900;
	text-decoration: none;
	color: #0075c2;
}

.btn_more a:link {
	color: #0075c2;
}

.btn_more a:visited {
	color: #0075c2;
}

.btn_more a:hover {
	color: #06bdd2;
	transition: all 0.2s ease;
}

.btn_more a:active {
	color: #06bdd2;
	transition: all 0.2s ease;
}

.btn_more_s {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 160px;
	height: 30px;
	border-radius: 15px;
	background-color: #ffffff;
	filter: drop-shadow(0 2px 10px rgba(0, 117, 194, 0.5));
}

.btn_more_s a {
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-size: 1em;
	font-weight: 900;
	text-decoration: none;
	color: #0075c2;
}

.btn_more_s a:link {
	color: #0075c2;
}

.btn_more_s a:visited {
	color: #0075c2;
}

.btn_more_s a:hover {
	color: #06bdd2;
	transition: all 0.2s ease;
}

.btn_more_s a:active {
	color: #06bdd2;
	transition: all 0.2s ease;
}

/*swiper-container=block_video*/
.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%;
}

.video_box {
	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;
}

/*img-box=>video_box*/
/*.img-box {
	max-width: 1800px;
}*/
.video_size {
	max-width: 1920px;
}

.block_video {
	display: flex;
	justify-content: center;
	position: relative;
	max-width: 1920px;
	max-height: 1080px;
	width: 100%;
	height: 60vw;
	overflow: hidden;
	list-style: none;
	/* Fix of Webkit flickering */
	z-index: 1;
	/*下面這個可能不需要*/
	color: #0075c2;
}

.block_video iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.block_gradient {
	position: absolute;
	bottom: 0;
	max-width: 1920px;
	width: 100%;
	height: 80px;
	z-index: 2;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#06bdd2+0,004f79+80&0+0,1+80 */
	background: -moz-linear-gradient(top,  rgba(6,189,210,0) 0%, rgba(0,79,121,1) 80%); 
	/* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(6,189,210,0) 0%,rgba(0,79,121,1) 80%); 
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(6,189,210,0) 0%,rgba(0,79,121,1) 80%); 
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0006bdd2', endColorstr='#004f79',GradientType=0 ); /* IE6-9 */
}

.block_map {
	display: flex;
	max-width: 1920px;
	max-height: 1080px;
	width: 100%;
	height: 30vw;
	border: 0;
	overflow: hidden;
}

.block_wap {
	display: flex;
	flex-wrap: wrap;
	overflow: hidden;
}

.block-colum {
	display: flex;
	flex-direction: column;
} 

.block-flex {
	display: flex;
}

.block-row-r {
	display: flex;
	flex-direction: row-reverse;
}

.company{
	position: relative;
	display: flex;
	flex-wrap: wrap;
	max-width: 1920px;
	width: 100%;
	height: auto;
	/*background-image:*/ 
	background-size: cover;
	background-color:
		-webkit-
		linear-gradient(top, rgba(255,255,255,1) 30%,
		rgba(255,255,255,0.8) 50%,
		rgba(255,255,255,0) 100%);
	/* Chrome10-25,Safari5.1-6 */
	background-color:
		-moz-
		linear-gradient(top, rgba(255,255,255,1) 30%, rgba(255,255,255,0.8) 50%, rgba(255,255,255,0) 100%); 
	/* FF3.6-15 */
	background-color:
		radial-gradient()
		linear-gradient(to bottom, rgba(255,255,255,1) 30%,
		rgba(255,255,255,0.8) 50%,
		rgba(255,255,255,0) 100%);
	background-blend-mode: multiply;
	background-image:url("../img/company_bg.jpg");
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	
	/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 );*/ /* IE6-9 */
	
	/*background: linear-gradient(290deg, rgba(0, 79, 121, 1)50%, rgba(6, 189, 210, 1)100%);
	background: -moz-linear-gradient(290deg, rgba(0, 79, 121, 1)50%, rgba(6, 189, 210, 1)100%);
	background: -webkit-linear-gradient(290deg, rgba(0, 79, 121, 1)50%, rgba(6, 189, 210, 1)100%);
	background: -o-linear-gradient(290deg, rgba(0, 79, 121, 1)50%, rgba(6, 189, 210, 1)100%);*/
	
}

.vw_box {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	max-width: 1920px;
	width: 100%;
	height: auto;
	overflow: hidden;
}


.vw_box_half {
	display: flex;
	/*------2022添加---------*/
	justify-content: center;
	/*align-items: center;*/
	/*---------------*/
	max-width: 1920px;
	width: 50%;
	height: auto;
}

.vw_box_half_l {
	display: flex;
	justify-content:flex-end;
	align-items: center;/*TEST*/
	max-width: 1920px;
	width: 50%;
	height: auto;
}

.vw_box_half_r {
	display: flex;
	justify-content:flex-start;
	align-items: center;/*TEST*/
	max-width: 1920px;
	width: 50%;
	height: auto;
}

.vw_box_bg {
	display: flex;
	align-items: flex-start;
}

.vw_box_bgb {
	display: flex;
	align-items: flex-end;
}

.vw_box_content {
	display: flex;
	flex-direction: column;
	align-items: center;
	/*background-color:gray;*/
}

.btn_space {
	display: flex;
	justify-content: center;
	width: 100%;
	margin: 2vw 0 2vw 0;
}

.font_style h1 {
	margin: 5vw 0 10px 0;
	font-family: "Segoe UI Light","SF Pro Display Thin","San Francisco Light","San Francisco","Helvetica Neue Light",sans-serif;
	font-size: 1em;
	font-weight: 800;
	color: #9ea1a3;
	text-transform: uppercase;
	letter-spacing: 0.25em;
	text-indent: 0.25em;
	text-align: center;
}

.font_style h2 {
	margin: 0 0 5vw 0;
	font-family: 微軟正黑體,sans-serif,"STHeitiTC-Medium","Heiti TC";
	font-size: 2em;
	font-weight: 1000;
	color: #06bdd2;
	text-transform: uppercase;
	letter-spacing: 0.2em;
	text-indent: 0.1em;
	text-align: center;
}

.font_style h3 {
	margin: 6vw;
	font-family: 微軟正黑體,sans-serif,"STHeitiTC-Medium","Heiti TC";
	font-size: 1em;
	font-weight: 800;
	color: #ffffff;
	text-transform: uppercase;
	line-height: 2em;
}

.history {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	max-width: 1920px;
	width: 100%;
	height: auto;
	/*透明度0.5的深色色塊*/
	background-color: rgba(15, 35, 80, .5);
	/*背景混合模式：疊加*/
	background-blend-mode: multiply;
	background-image:url("../img/bg_01.jpg");
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center;
}

.font_style_his {
	filter: drop-shadow(0 0 4px rgba(0, 117, 194, 0.9));
}

.font_style_his h1 {
	margin: 5vw 0 10px 5vw;
	font-family: 微軟正黑體,sans-serif,"STHeitiTC-Medium","Heiti TC";
	font-size: 2.5em;
	font-weight: 800;
	color: #00ffff;
	text-transform: uppercase;
	letter-spacing: 0.25em;
	text-indent: 0.25em;
}

.font_style_his h2 {
	margin: 0 0 5vw 6vw;
	font-family: "Segoe UI Light","SF Pro Display Thin","San Francisco Light","San Francisco","Helvetica Neue Light",sans-serif;
	font-size: 1.5em;
	font-weight: 600;
	color: #00ffff;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	text-indent: 0.1em;
}

.font_style_his h3 {
	margin: 6vw;
	font-family: 微軟正黑體,sans-serif,"STHeitiTC-Medium","Heiti TC";
	font-size: 1em;
	font-weight: 800;
	color: #ffffff;
	text-transform: uppercase;
	line-height: 2em;
}

.organization {
	display: flex;
	flex-direction: column;
	max-width: 1920px;
	width: 100%;
	height: auto;
	overflow: hidden;
	background-color: #ffffff;
}

.block_center_title {
	max-width: 1920px;
	width: 100%;
	margin: 5vw 0 10px 5vw;
}

.block_center_org {
	display: flex;
	justify-content: center;
	max-width: 1920px;
	width: 100%;
	height: auto;
}

.organization_img {
	display: block;
    width: 80%;
}

.bgcolor_equpment {
	max-width: 1920px;
	width: 100%;
	height: auto;
	background-color: #ebeced;
	overflow: hidden;
}

.service {
	display: flex;
	flex-direction: column;
	max-width: 1920px;
	width: 100%;
	height: auto;
	background-color: #ebeced;
}

.col {
	max-width: 1920px;
	width: 100%;
	height: auto;
}

.col_1_2 {
	max-width: 960px;
	width: 100%;
	height: auto;
}

.block_service {
	display: flex;
	justify-content: space-evenly;
	/*align-items: center;*/
	/*align-self: center;*/
	max-width: 1920px;
	width: 100%;
	height: auto;
}

.card_image {
	display: block;
	max-width: 350px;
	/*width: auto;*/
	height: auto;
	margin: 10px;
}

.card_image::after {
	display: block;
	padding-top: 56.25%;
	content: "";
}

.card_image_f {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	max-width: 640px;
	width: 30%;
	height: auto;
}

.card_image_f p {
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: 微軟正黑體,sans-serif,"STHeitiTC-Medium","Heiti TC";
	font-size: 1em;
	font-weight: 800;
	color: #004f79;
	text-transform: uppercase;
	line-height: 2em;
}

.card_image_f h1 {
	font-family: 微軟正黑體,sans-serif,"STHeitiTC-Medium","Heiti TC";
	font-size: 1.75em;
	font-weight: 800;
	color: #004f79;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	text-indent: 0.25em;
	margin: 0 0 2vw 0 ;
}

.card_image_f h2 {
	font-family: 微軟正黑體,sans-serif,"STHeitiTC-Medium","Heiti TC";
	font-size: 0.875em;
	font-weight: 800;
	color: #004f79;
	text-transform: uppercase;
	line-height: 1.5em;
	letter-spacing: 0.1em;
	text-indent: 1em;
	text-align: left;
}

.card_image_f figcaption {
	background: #FFFFFF;
	padding: 2vw 4vw 2vw 4vw;
	height: 25vh;
}

.block_interval {
	display: flex;
	justify-content: space-evenly;
	align-items: center;
	align-self: center;
	max-width: 100%;
	width: 100vw;
	height: 100px;
	overflow: hidden;
}


.dummy {
	max-width: 100%;
	width: auto;
	height: auto;
}

.sub_title_full {
	display: flex;
	/*flex-wrap: wrap;*/
	flex-direction: column;
	align-items: center;
	justify-content: center;
	/*justify-content: space-between;*/
	margin: 20px 0 20px 0;
	border: 0;
	padding: 0;
}

.page h1 {
	font-family: 微軟正黑體,sans-serif,"STHeitiTC-Medium","Heiti TC";
	font-size: 3.0em;
	font-weight: 800;
	color: #004f79;
	text-transform: uppercase;
	letter-spacing: 0.15em;
	text-indent: 0.25em;
}

.page h2 {
	font-family: "Segoe UI Light","SF Pro Display Thin","San Francisco Light","San Francisco","Helvetica Neue Light",sans-serif;
	font-size: 2em;
	font-weight: 600;
	color: #06bdd2;
	text-transform: uppercase;
	letter-spacing: 0.15em;
	text-indent: 0.15em;
	text-align: center;
}


.block_col_01 {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 50vw;
	height: 70px;
	box-sizing: border-box;
	font-family: 微軟正黑體;
	font-size: 0.8em;
	font-weight: 600;
	line-height: 1.5em;
	color: #004f79;
}

.block_col_02 {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 50vw;
	height: 70px;
	box-sizing: border-box;
	border-left: 1px solid #ebeced;
	font-family: 微軟正黑體;
	font-size: 0.8em;
	font-weight: 600;
	line-height: 1.5em;
	color: #004f79;
}

.block_col_03 {
	display: flex;
	align-items: center;
	justify-content: space-evenly;
	align-content: space-around;
	width: 33vw;
	height: 140px;
}

.block_center {
	display: flex;
	justify-content: center;
	margin: 0 0 2vw 0;
}

.block_center_equip {
	display: flex;
	justify-content: center;
	width: 100%;
	margin: 2vw 0 2vw 0;
}

.block_center_equip h2{	
	font-family: 微軟正黑體,sans-serif,"STHeitiTC-Medium","Heiti TC";
	font-size: 1.5em;
	font-weight: 800;
	color: #003f8e;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	text-indent: 0.1em;
	width: 95%;
	padding: 1vw 0 1vw 0;
	text-align: center;
	background-color: #FFFFFF;
}

.block_footer {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 30px;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-size: 1em;
	color: #ffffff;
}

.footer_bgcolor {
	background: rgb(0,79,121); /* Old browsers */
	background: -moz-linear-gradient(-45deg,  rgba(0,79,121,1) 0%, rgba(0,129,150,1) 50%, rgba(6,189,210,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg,  rgba(0,79,121,1) 0%,rgba(0,129,150,1) 50%,rgba(6,189,210,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg,  rgba(0,79,121,1) 0%,rgba(0,129,150,1) 50%,rgba(6,189,210,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#004f79', endColorstr='#06bdd2',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.works {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-evenly;
	max-width: 1920px;
	width: 100%;
	height: auto;
	overflow: hidden;
	padding: 2vw 2vw 2vw 2vw;
}

.bg_works {
	/*透明度0.8的白色色塊*/
	background-color: rgba(225, 225, 225, .8);
	/*背景混合模式：加亮*/
	background-blend-mode: screen;
	background-image: url("../img/bg_02.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.works_figure {
	display: flex;
	max-width: 1920px;
	max-height: 500px;
	width: calc(50% - 2vw);
	height: auto;
	margin: 1vw;
	border-radius: 8px;
	box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}

.works_solid_l {
	border-radius: 8px 0 0 8px;
}

.works_solid_r {
	border-radius: 0 8px 8px 0;
}

.works_solid_r_top {
	border-radius: 0 8px 0 0;
}

.works_solid_r_bottom {
	border-radius: 0 0 8px 0;
}

.works_img {
	display: flex;
	max-width: 39%;
	max-height: 100%;
	width: auto;
	height: auto;
}

.works_container {
	display: flex;
	flex-wrap: wrap;
	max-width: var(width_container);
	max-height: 100%;
	width_figure: calc(1920 * 50%);
	width_img: calc(var(width_figure) * 39%);
	width_container: calc(var(width_figure) - var(width_img));
	width: calc(var(width_container) - 4vw);
	height: auto;
	background: rgb(0,79,121); /* Old browsers */
	background: -moz-linear-gradient(-45deg,  rgba(0,79,121,1) 0%, rgba(0,129,150,1) 50%, rgba(6,189,210,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg,  rgba(0,79,121,1) 0%,rgba(0,129,150,1) 50%,rgba(6,189,210,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg,  rgba(0,79,121,1) 0%,rgba(0,129,150,1) 50%,rgba(6,189,210,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#004f79', endColorstr='#06bdd2',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	}


.works_content {
	/*display: inline-block;/*RWD不跑版重點*/
	/*display: flex;*/
	display: block;
	width: 100%;
	height: 75%;
	/*background-color: darkorange;/*TEST*/
}

.works_content h2 {
	font-family: 微軟正黑體,sans-serif,"STHeitiTC-Medium","Heiti TC";
	font-size: 1.25em;
	font-weight: 800;
	color: #ffffff;
	letter-spacing: 0;
	text-transform: uppercase;
	line-height: 1.5em;
	padding: 1vw 2vw 0.5vw 2vw;
}

.works_content h3 {
	display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
	font-family: 微軟正黑體,sans-serif,"STHeitiTC-Medium","Heiti TC";
	font-size: 0.875em;
	font-weight: 800;
	color: #ffffff;
	text-transform: uppercase;
	line-height: 1.5em;
	padding: 0 2vw 0 2vw;
}

.works_btn {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 25%;
}

.shadow {
	border-radius: 8px;
	box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}

.contact_container {
	border-radius: 40px;
	padding: 2px;
	/*box-sizing: border-box;
	width: 80px;
	height: 80px;*/
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	background: rgb(0,79,121); /* Old browsers */
	background: -moz-linear-gradient(-45deg,  rgba(0,79,121,1) 0%, rgba(0,129,150,1) 50%, rgba(6,189,210,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg,  rgba(0,79,121,1) 0%,rgba(0,129,150,1) 50%,rgba(6,189,210,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg,  rgba(0,79,121,1) 0%,rgba(0,129,150,1) 50%,rgba(6,189,210,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#004f79', endColorstr='#06bdd2',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.contact_container img {
	display: flex;
	justify-content: center;
	align-items: center;
	align-self: center;
	width: 78px;
	height: 78px;
}

.contact_container a {
	display: flex;
	justify-content: center;
	align-items: center;
	align-self: center;
	text-decoration: none;
	border: none;
	border-radius: 40px;
	background: rgba(255, 255, 255, 1);
}

.contact_container a:link, a:visited {
	background: rgba(255, 255, 255, 1);
}

.contact_container a:hover, a:active {
	background: rgba(255, 255, 255, 0);
	transition: all 0.2s ease;
}

/*FOR PAGE*/

.page_layout {
	display: flex;
	flex-wrap: wrap;
	max-width: 1920px;
	width: 100%;
	height: auto;
}

.page_font_style h1 {
	margin: 5vw 0 10px 5vw;
	font-family: 微軟正黑體,sans-serif,"STHeitiTC-Medium","Heiti TC";
	font-size: 2.5em;
	font-weight: 800;
	color: #003f8e;
	text-transform: uppercase;
	letter-spacing: 0.2em;
	text-indent: 0.1em;
}

.page_font_style h2 {
	margin: 0 0 5vw 6vw;
	font-family: "Segoe UI Light","SF Pro Display Thin","San Francisco Light","San Francisco","Helvetica Neue Light",sans-serif;
	font-size: 1.5em;
	font-weight: 600;
	color: #165e83;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	text-indent: 0.1em;
}

.page_font_style h3 {
	margin: 6vw;
	font-family: 微軟正黑體,sans-serif,"STHeitiTC-Medium","Heiti TC";
	font-size: 1em;
	font-weight: 800;
	color: #16160e;
	text-transform: uppercase;
	line-height: 2em;
}

.page02_font_style h1 {
	margin: 5vw 0 0 5vw;
	font-family: 微軟正黑體,sans-serif,"STHeitiTC-Medium","Heiti TC";
	font-size: 1.5em;
	font-weight: 800;
	color: #203744;
	text-transform: uppercase;
	letter-spacing: 0em;
	text-indent: 0em;
	line-height: 1.25em;
	background-color: black;
}

.page02_font_style h2 {
	margin: 5vw 5vw -2vw 5vw;
	font-family: 微軟正黑體,sans-serif,"STHeitiTC-Medium","Heiti TC";
	font-size: 1.25em;
	font-weight: 600;
	color: #165e83;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	text-indent: 0em;
	border-bottom: 1px #2C84CC solid;
	background-color: chocolate;
}

.page02_font_style h3 {
	margin: 5vw 5vw 0 5vw;
	font-family: 微軟正黑體,sans-serif,"STHeitiTC-Medium","Heiti TC";
	font-size: 1em;
	font-weight: 800;
	color: #16160e;
	text-transform: uppercase;
	line-height: 1.75em;
	background-color: deeppink;
}

.page02_font_style_l h1 {
	margin: 0 2vw 0 18vw;
	font-family: 微軟正黑體,sans-serif,"STHeitiTC-Medium","Heiti TC";
	font-size: 1.625em;
	font-weight: 800;
	color: #003f8e;
	text-transform: uppercase;
	letter-spacing: 0em;
	text-indent: 0em;
	line-height: 1.25em;
	/*background-color: black;*/
}

.page02_font_style_l h2 {
	margin: 0 2vw 0 18vw;
	font-family: 微軟正黑體,sans-serif,"STHeitiTC-Medium","Heiti TC";
	font-size: 1.125em;
	font-weight: 600;
	color: #165e83;
	text-transform: uppercase;
	letter-spacing: 0;
	text-indent: 0;
	border-bottom: 1px #2C84CC solid;
	/*background-color: chocolate;*/
}

.page02_font_style_l h3 {
	margin: 2vw 2vw 0 18vw;
	font-family: 微軟正黑體,sans-serif,"STHeitiTC-Medium","Heiti TC";
	font-size: 1em;
	font-weight: 800;
	color: #16160e;
	text-transform: uppercase;
	line-height: 1.75em;
	/*background-color: deeppink;*/
}

.page02_font_style_l h4 {
	margin: 2vw 2vw 0 18vw;
	font-family: 微軟正黑體,sans-serif,"STHeitiTC-Medium","Heiti TC";
	font-size: 1.125em;
	font-weight: 600;
	color: #165e83;
	text-transform: uppercase;
	letter-spacing: 0;
	text-indent: 0;
	border-bottom: 1px #2C84CC solid;
	/*background-color: chocolate;*/
}

.page02_font_style_r h1 {
	margin: 0 18vw 0 2vw;
	font-family: 微軟正黑體,sans-serif,"STHeitiTC-Medium","Heiti TC";
	font-size: 1.625em;
	font-weight: 800;
	color: #003f8e;
	text-transform: uppercase;
	letter-spacing: 0em;
	text-indent: 0em;
	line-height: 1.25em;
	/*background-color: black;*/
}

.page02_font_style_r h2 {
	margin: 0 18vw 0 2vw;
	font-family: 微軟正黑體,sans-serif,"STHeitiTC-Medium","Heiti TC";
	font-size: 1.125em;
	font-weight: 600;
	color: #165e83;
	text-transform: uppercase;
	letter-spacing: 0;
	text-indent: 0;
	border-bottom: 1px #2C84CC solid;
	/*background-color: chocolate;*/
}

.page02_font_style_r h3 {
	margin: 2vw 18vw 0 2vw;
	font-family: 微軟正黑體,sans-serif,"STHeitiTC-Medium","Heiti TC";
	font-size: 1em;
	font-weight: 800;
	color: #16160e;
	text-transform: uppercase;
	line-height: 1.75em;
	/*background-color: deeppink;*/
}

.page02_font_style_r h4 {
	margin: 2vw 18vw 0 2vw;
	font-family: 微軟正黑體,sans-serif,"STHeitiTC-Medium","Heiti TC";
	font-size: 1.125em;
	font-weight: 600;
	color: #165e83;
	text-transform: uppercase;
	letter-spacing: 0;
	text-indent: 0;
	border-bottom: 1px #2C84CC solid;
	/*background-color: chocolate;*/
}

.page_img {
	max-width: 100%;
	max-height: 100%;
	width: 40vw;
	height: auto;
	margin: 5vw 0 5vw 0;
}

.page_img img {
	object-fit: cover;
	max-width: 100%;
	max-height: 80%;
	width: 1064px;
	height: 708px;
}

.page_2_img {
	max-width: 100%;
	max-height: 100%;
	width: 40vw;
	height: auto;
	margin: 5vw 0 5vw 0;
	background-color: gold;
}

.page_2_img img {
	object-fit: contain;
	max-width: 100%;
	max-height: 100%;
	/*width: 1064px;
	height: 708px;*/
}

.page2_img_l {
	display:flex;
	justify-content:flex-end;
	max-width: 100%;
	max-height: 100%;
	width: 40vw;
	height: auto;
	margin: 5vw 0 5vw 0;
	/*background-color: gold;*/
}

.page2_img_l img {
	object-fit: contain;
	max-width: 100%;
	max-height: 100%;
}

.page2_img_r {
	display:flex;
	justify-content:flex-start;
	max-width: 100%;
	max-height: 100%;
	width: 40vw;
	height: auto;
	margin: 5vw 0 5vw 0;
	/*background-color: gold;*/
}

.page2_img_r img {
	object-fit: contain;
	max-width: 100%;
	max-height: 100%;
}

.hr_size {
	width: 60vw;
	height: 1px;
	/*border-top: 1;
	border-bottom: 0;
	border-left: 0;
	border-right: 0;*/
	background-color: #e7e7eb;
	border: none;
}

.vw_box_scroll {
	justify-content: center;
	/*align-items: center;*/
	align-content: center;
}

.name_space {
	height: 100px;
	border: 0;
	border-top: 1px;
}

.vw_margin {
	margin: 1vw;
}

/*.clamp {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	overflow: hidden;
}*/

.shrink_0 {
	flex-shrink: 0;
}

.shrink_1 {
	flex-shrink: 1;
}

.header-tracker {
	display: flex;
	justify-content: space-between;
	overflow: hidden;
	position: fixed;
	transition: .5s;
	/*color for test*/
	/*background-color:antiquewhite;*/
}

.header-change.show {
    top: 0;
}

.hero {
    max-height: 300px;
    overflow: hidden;
}

.flex-logo {
	display: flex;
	justify-content: center;
	width: 200px;
	/*color for test*/
	/*background-color:lawngreen;*/
}

/*index沒用到*/
.flex-menu {
	display: flex;
	justify-content: space-evenly;
	align-items: center;
	/*1024-200(logo)*/
	min-width: 824px;
	/*color for test*/
	background-color: #ffffff;
}

/*index沒用到*/
.button-video {
	font-family:"Gotham";
	align-items: center;
	color: #ffffff;
	/*元背景色*/
	/*background: #ea1517;*/
	
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#004f79+0,008196+70,06bdd2+100 */
	
	/* Old browsers */
	background: #004f79;
	
	/* FF3.6-15 */
	background: -moz-linear-gradient(45deg,  #004f79 0%, #008196 70%, #06bdd2 100%);
	
	/* Chrome10-25,Safari5.1-6 */
	background: -webkit-linear-gradient(45deg,  #004f79 0%,#008196 70%,#06bdd2 100%);
	
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	background: linear-gradient(45deg,  #004f79 0%,#008196 70%,#06bdd2 100%); 
	
	/* IE6-9 fallback on horizontal gradient */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#004f79', endColorstr='#06bdd2',GradientType=1 ); 

	text-decoration: none;
	line-height: 40px;
	padding: 8px 10px;
	position: absolute;
	bottom: 40px;
	z-index: 5;
}

/*index沒用到*/
.button-video a:link, a:visited {
	color: #ffffff;
}

.arrow_align{
	margin-left: 8px;
}

.swiper-container{
	display: flex;
	justify-content: center;
	position: relative;
	max-width: 1920px;
	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%;
}

.rwd_2x2{
	display: flex;
	flex-wrap: wrap;
	
	/*align-items: flex-start;*/
	/* Old browsers */
	background: #004f79;
	
	/* FF3.6-15 */
	background: -moz-linear-gradient(45deg,  #004f79 0%, #008196 70%, #06bdd2 100%);
	
	/* Chrome10-25,Safari5.1-6 */
	background: -webkit-linear-gradient(45deg,  #004f79 0%,#008196 70%,#06bdd2 100%);
	
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	background: linear-gradient(45deg,  #004f79 0%,#008196 70%,#06bdd2 100%); 
	
	/* IE6-9 fallback on horizontal gradient */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#004f79', endColorstr='#06bdd2',GradientType=1 ); 
}


/*phone View*/
/*@media screen and (max-width: 767px) {*/
@media screen and (max-width: 767px) {
	
	/*:target:before {
	content: "";
	display: block;
	height: 70px;
	}*/
	
	.site-header {
		/*display: block;*/
		max-width: 767px;
		width: calc(100%);
		height: auto;
		border-radius: 0px;
		margin: 0;
		/*background-color: #AFAAAA;/*TEST*/
		filter: none;
	}
	
	.logo_space {
		margin: 0;
	}
	
	/*change*/
	/*.nav_style {
		max-width: calc(1024px - 140px);
		height: auto;
		line-height: 60px;
	}*/
	
	.nav_style ul {
		display: block;
	}
	
	.nav_style li a {
		font-size: 1em;
	}
	
	/*.flex_nav li {
	font-size: 1em;
	}*/
	
	/*.flex_nav ul li a{
	font-size: 1em;
	}*/
	
	label {
		display: block;
		cursor: pointer;
		width: 30px;
		height: 60px;
	}
	
	.menu {
		display:block;
		position: fixed;
		text-align: center;
		width: 30%;
		top: 60px;
		right: 0px;
		margin: 0;
		background:#ffffff;/*TEST*/
		transform: translatex(100%);
		transition: 0.5s; /* new */
		z-index: 0;
	}
	
	.menu ul li {
		display: block;
	}
	
	.menu a{
		margin: 0;
		color: gray;
	}
	
	#toggle:checked ~ .menu {
		transform: translatex(0%);
	}
	
	#toggle:checked + .menu {  /*技術點*/
		transition: all 0.2s ease-in;
		top: 60px;
	}
	
	.block_video {
		max-width: 854px;
		max-height: 7480px;
	}
	
	.font_style h3 {
		font-weight: 500;
	}
	
	.font_style_his h3 {
		font-weight: 500;
	}
	
	.info {
		max-width: 768px;
	}
	
	.vw_box {
		flex-wrap: wrap;
		max-width: 768px;
	}
	
	.vw_box_half {
		max-width: 768px;
		width: 100%;
	}


	
	.vw_box_half_l {
		max-width: 768px;
		width: 100%;
	}
	
	.vw_box_half_r {
		max-width: 768px;
		width: 100%;
	}
	
	.img_bg_right {
		max-width: 768px;
		width: 70vw;
		left: 0vw;
	}
	
	.vw_box_r {
		flex-direction: row;
		flex-wrap: wrap;
		max-width: 768px;
	}
	
	.vw_box_bgb {
		max-width: 768px;
		width: 100%;
		justify-content: center;
		align-items: center;
	}
	
	.img_bg_left {
		max-width: 768px;
		width: 70vw;
		right: 0vw;
	}
	
	.page_img {
		width: 80vw;
		height: 65vw;
		margin: 0;
	}
	
	.page_img img {
		object-fit: contain;
		/*max-height: 100%;*/
	}
/*-----------------------*/	
	.page h2 {
		/*回去鑒察sub_title_full*/
		font-size: 2em;
		font-weight: 600;
		letter-spacing: 0.15em;
		text-indent: 0.15em;
	}
	
	.page2_img_l {
		display:flex;
		justify-content:center;
		max-width: 100%;
		max-height: 100%;
		width: 80vw;
		height: auto;
		margin: 2vw 10vw 2vw 10vw;
		/*background-color: gold;*/
	}
	
	.page2_img_l img {
		object-fit: scale-down;
		max-width: 100%;
		max-height: 100%;
	}
	
	.page2_img_r {
		display:flex;
		justify-content: center;
		max-width: 100%;
		max-height: 100%;
		width: 80vw;
		height: auto;
		margin: 2vw 10vw 2vw 10vw;
		/*background-color: gold;*/
	}
	
	.page2_img_r img {
		object-fit: scale-down;
		max-width: 100%;
		max-height: 100%;
	}
	
	.works {
		max-width: 767px;
		width: 100%;
		height: auto;
		overflow: hidden;
	}
	
	.works_figure {
		display: flex;
		max-width: 768px;
		max-height: 375px;
		width: 100%;
		height: auto;
	}
	
	.works_container {
		max-height: 100%;
	}
	
	.works_content {	
		display: block;
		width: 100%;
		height: 60%;
	}
	
	.works_content h2 {
		font-size: 0.875em;
		line-height: 1.5em;
		font-weight: 650;
	}

	.works_content h3 {
		display:  none;
	}
	
	.works_block {
		display: flex;
		flex-wrap: wrap;
		max-width: 61%;
		max-height: 100%;
		width: auto;
		height: auto;
		background-color: lawngreen;
	}
	
	.works_btn {
		display: flex;
		justify-content: center;
		align-items: center;
		width: 100%;
		height: 25%;
	}
	
	.btn_more_s {
		width: 120px;
		height: 24px;
		border-radius: 12px;
	}
	
	.btn_more_s a {
		font-size: 0.875em;
	}
	
	.block_interval {
		flex-wrap: wrap;
		height: 140px;
	}
	
	.block_col_01 {
		width: 100%;
		align-items: flex-end;
		/*justify-content: center;*/
	}
	
	.block_col_02 {
		width: 100%;
		border-left: 0;
		align-items: flex-start;
	}

	.block_col_03 {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		justify-content: center;
		width: 20vw;
		height: 160px;
	}

	.block_map {
		max-width: 768px;
		height: 90vw;
	}
	
	.logo_size_footer {
		width: 70px;
		height: auto;
	}
	
	.contact_container {
		border-radius: 30px;
		padding: 2px;
	}
	
	.contact_container img {
		width: 58px;
		height: 58px;
	}
	
	.contact_container a {
		border-radius: 30px;
	}
	
	.bgcolor_equpment {
		max-width: 768px;
		width: 100%;
	}
	
	.block_service {
		flex-wrap: wrap;
		max-width: 768px;
	}
	
	.card_image {
		max-width: 140px;
		margin: 10px;
	}
	
	.card_image::after {
		display: block;
		padding-top: 56.25%;
		content: "";
	}
	
	.card_image_f {
		max-width: 767px;
		width: 100%;
	}
	
	.card_image_f p {
		font-size: 0.875em;
		font-weight: 650;
		line-height: 1em;
	}
	
	.block_footer {
		font-size: 0.75em;
	}

	.page_font_style h1 {
		margin: 5vw 5vw 10px 5vw;
		font-family: 微軟正黑體,sans-serif,"STHeitiTC-Medium","Heiti TC";
		font-size: 2em;
		font-weight: 800;
		color: #003f8e;
		text-transform: uppercase;
		letter-spacing: 0.2em;
		text-indent: 0.1em;
	}
	
	.page_font_style h2 {
		margin: 0 6vw 2vw 6vw;
		font-family: "Segoe UI Light","SF Pro Display Thin","San Francisco Light","San Francisco","Helvetica Neue Light",sans-serif;
		font-size: 1.5em;
		font-weight: 600;
		color: #165e83;
		text-transform: uppercase;
		letter-spacing: 0.1em;
		text-indent: 0.1em;
	}
	
	.page_font_style h3 {
		margin: 2vw 6vw 2vw 6vw;
		font-family: 微軟正黑體,sans-serif,"STHeitiTC-Medium","Heiti TC";
		font-size: 1em;
		font-weight: 800;	
		color: #16160e;
		text-transform: uppercase;
		line-height: 2em;
	}

	.page02_font_style_l h1 {
		margin: 3vw 10vw 0 10vw;
		/*數值變動檢討*/
		font-size: 1.625em;
		font-weight: 800;
		letter-spacing: 0em;
		text-indent: 0em;
		line-height: 1.25em;
	}
	
	.page02_font_style_l h2 {
		margin: 0 10vw 0 10vw;
		/*數值變動檢討*/
		font-size: 1.125em;
		font-weight: 600;
		color: #165e83;
		text-transform: uppercase;
		letter-spacing: 0;
		text-indent: 0;
		border-bottom: 1px #2C84CC solid;
	}
	
	.page02_font_style_l h3 {
		margin: 2vw 10vw 0 10vw;
		/*數值變動檢討*/
		font-size: 1em;
		font-weight: 800;
		color: #16160e;
		text-transform: uppercase;
		line-height: 1.75em;
	}
	
	.page02_font_style_l h4 {
		margin: 6vw 10vw 0 10vw;
		/*數值變動檢討*/
		font-size: 1.125em;
		font-weight: 600;
		color: #165e83;
		text-transform: uppercase;
		letter-spacing: 0;
		text-indent: 0;
		border-bottom: 1px #2C84CC solid;
		/*background-color: chocolate;*/
	}
	
	.page02_font_style_r h1 {
		margin: 3vw 10vw 0 10vw;
		font-family: 微軟正黑體,sans-serif,"STHeitiTC-Medium","Heiti TC";
		font-size: 1.625em;
		font-weight: 800;
		color: #003f8e;
		text-transform: uppercase;
		letter-spacing: 0em;
		text-indent: 0em;
		line-height: 1.25em;
		/*background-color: black;*/
	}
	
	.page02_font_style_r h2 {
		margin: 0 10vw 0 10vw;
		font-family: 微軟正黑體,sans-serif,"STHeitiTC-Medium","Heiti TC";
		font-size: 1.125em;
		font-weight: 600;
		color: #165e83;
		text-transform: uppercase;
		letter-spacing: 0;
		text-indent: 0;
		border-bottom: 1px #2C84CC solid;
		/*background-color: chocolate;*/
	}
	
	.page02_font_style_r h3 {
		margin: 2vw 10vw 0 10vw;
		font-family: 微軟正黑體,sans-serif,"STHeitiTC-Medium","Heiti TC";
		font-size: 1em;
		font-weight: 800;
		color: #16160e;
		text-transform: uppercase;
		line-height: 1.75em;
		/*background-color: deeppink;*/
	}
	
	.page02_font_style_r h4 {
		margin: 6vw 10vw 0 10vw;
		font-family: 微軟正黑體,sans-serif,"STHeitiTC-Medium","Heiti TC";
		font-size: 1.125em;
		font-weight: 600;
		color: #165e83;
		text-transform: uppercase;
		letter-spacing: 0;
		text-indent: 0;
		border-bottom: 1px #2C84CC solid;
		/*background-color: chocolate;*/
	}
	
	
}


/*Pad View*/
/*@media screen and (min-width: 768px) and (max-width: 1023px) {*/
/*Pad View*/
@media (min-width: 768px){
	
	body {
		max-width: 1023px;
	}
	
	.site-header {
		max-width: 1023px;
		min-width: 740px;
	}
	
	.nav_style li {
		/*display: flex;*/
		/*align-items: center;*/
		/*justify-content: space-evenly;*/
		/*9font-family: 微軟正黑體;*/
		font-size: 1em;
		/*font-weight: 1000;*/
		/*color: #004f79;*/
	}
	
	.flex_nav {
		max-width: calc(1023px - 200px);
		min-width: calc(768px - 200px);
	}
	
	.flex_nav li {
		font-size: 1em;
	}
	
	.flex_nav ul li a{
		font-size: 1em;
	}
	
	.block_video {
		max-width: 1280px;
		max-height: 720px;
	}
	
	.works {
		max-width: 1024px;
		width: 100%;
		height: auto;
		overflow: hidden;
	}
	
	.works_content h2 {
		font-size: 1.125em;
		line-height: 1.375em;
	}
	
	.works_content h3 {
		display:  none;
	}
	
	.btn_more_s {
		width: 120px;
		height: 20px;
		border-radius: 10px;
	}
	
	.btn_more_s a {
		font-size: 0.875em;
	}
	
	.block_map {
		max-width: 1024px;
		height: 50vw;
	}
}


/*Desktop View*/
/*@media screen and (min-width: 1024px) and
(max-width: 1920px) {*/
/*Desktop View*/
@media (min-width: 1024px){
	
	body {
		max-width: 1920px;
	}


	.site-header {
		max-width: 1920px;
		min-width: 1024px;
	}
	
	.nav_style li {
		/*display: flex;*/
		/*align-items: center;*/
		/*justify-content: space-evenly;*/
		/*9font-family: 微軟正黑體;*/
		font-size: 1.125em;
		/*font-weight: 1000;*/
		/*color: #004f79;*/
	}
	
	.flex_nav {
		max-width: calc(1920px - 200px);
		min-width: calc(1024px - 200px);
	}
	
	.flex_nav li {
		font-size: 1.125em;
	}
	
	.flex_nav ul li a{
		font-size: 1.125em;
	}
	
	.block_video {
		max-width: 1920px;
		max-height: 1080px;
	}
	
	.vw_box {
		display: flex;
		max-width: 1920px;
		width: 100%;
		height: auto;
		overflow: hidden;
	}

	.vw_box_r {
		display: flex;
		flex-direction: row-reverse;
		max-width: 1920px;
		width: 100%;
		height: auto;
	}
	
	.vw_box_half {
		display: flex;
		max-width: 1920px;
		width: 50%;
		height: auto;
	}
	
	.works {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-evenly;
		max-width: 1920px;
		width: 100%;
		height: auto;
		overflow: hidden;
		padding: 2vw 2vw 2vw 2vw;
	}
	
	.btn_more_s {
		width: 160px;
		height: 30px;
		border-radius: 15px;
	}
	
	.btn_more_s a {
		font-size: 1em;
	}
	
	.block_map {
		max-width: 1920px;
		max-height: 1080px;
		width: 100%;
		height: 30vw;
	}
}


