@charset "UTF-8";
/* CSS Document */

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: inherit;
    font-size: 100%;
    vertical-align: baseline;
}
b { 
    font-weight: bold !important;
}
ol, ul {
    list-style: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
caption, th, td {
    text-align: left;
    font-weight: normal;
    vertical-align: middle;
}
q, blockquote {
    quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
    content: "";
    content: none;
}
a img {
    border: none;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block;
}
/* a {
    text-decoration: none;
} */
a img{
  outline: none;
}
a:focus, input:focus, button:focus{
  outline: none;
}
h2{
	font-size: 30px;
	line-height: 1.7;
}

p{
	font-size: 20px;
	line-height: 1.7;
	margin-top: 20px;
}

body{
	background: #ffffff;
	/* font-family: 'Noto Sans TC', sans-serif; */
	font-family: 'Noto Serif TC', sans-serif;
	/*font-family: Arial,".蘋方-繁", "微軟正黑體", "繁黑體", 'Microsoft JhengHei', 'Microsoft YaHei', 'Heiti TC', 'LiHei Pro', sans-serif, "新細明體", PMingLiU;*/
}

.goTop{
	position:fixed;
	z-index:2;
	width:40px;
	height:40px;
	display:none;
	bottom:150px;
	right:30px;
	}

.goTop:hover{
	opacity:0.8;
	}	

.goTop img{
	width:100%;
	}



#WRAPER{
	float:left;
	width:100%;
	position:relative;
	z-index:3;
	text-align:center;
	}


 body.menu-open .menu-sliders:nth-child(2) {
	 flex: 0 0 0%;
	}

 body.menu-open .menu {
	 transform: translateY(0%);
	 visibility: visible;
	 pointer-events: all;
	}

 body.menu-open .plus-btn .r1 {
	 transform: translateX(-50%) translateY(-50%) rotate(-45deg);
	}

 body.menu-open .plus-btn .r2 {
	 transform: translateX(-50%) translateY(-50%) rotate(-135deg);
	}

 .menu-container {
	 z-index: 99;
	 position: fixed;
	 display: flex;
	 align-items: stretch;
	 overflow: hidden;
	 height: 100%;
	 width: 100%;
	 pointer-events: none;
	 top: 0;
	}

 .menu {
	 display: flex;
	 justify-content: center;
	 align-items: center;
	 position: absolute;
	 height: 100vh;
	 width: 100vw;
	 z-index: 3;
	 top: 0;
	 left: 0;
	 right: 0;
	 bottom: 0;
	 transform: translateY(-100%);
	 transition: transform 0.5s;
	 transition-delay: 0.5s;
	 visibility: hidden;
	}

 .menu ul li {
	 font-family: 'Roboto', sans-serif;
	 font-weight: 100;
	 font-size: 30px;
	 color: #ffffff;
	 min-height: 45px;
	 padding: 15px;
	 text-align: center;
	}

.menu ul li a{
    color: #ffffff;
	cursor: pointer;
	}

.menu ul li a:hover{
	text-decoration: underline;
	color: #ffffff;
	-moz-transition: ease-in-out 0.3s;
	-o-transition: ease-in-out 0.3s;
	-webkit-transition: ease-in-out 0.3s;
	transition: ease-in-out 0.3s;
	}

.menu-sliders{
	 flex: 1;
	 display: flex;
	 justify-content: center;
	 align-items: center;
	 transition: flex 0.45s;
	}

.menu-sliders:nth-child(2) {
	flex: 1 0 100%;
	background: transparent;
	}

 .menu-sliders:nth-child(odd) {
	background: #22639A;
	}


.body_bg{
	position: fixed;
	z-index: 0;
	width: 100%;
	height: 100%;
	top:0px;
	left: 0px;
	}

#HEADER{
	float:left;
	width:100%;
	height: 66px;
	background-color: #ffffff;
    position: fixed;
    z-index: 10;
	box-sizing: border-box;
    display: flex;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
	align-items: center;
	}

.logos {
    display: flex;
	margin-left: 90px;
	}

.logos a {
    width: auto;
    height: 44px;
	}

.logos a img {
    height: 100%;
	}

.logos a {
	width: auto;
	height: 44px;
	}

.bussiness_name{
	float: left;
	height: 38px;
	position: relative;
	margin: 14px 0px 0px 0px;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
	text-align: center;
	font-size: 18px;
	line-height: 38px;
	padding-left: 10px;
	padding-right: 10px;
	color: #ffffff;
	background-color: #d80c18;
	}
	
.bussiness_name:after{
	content: '';
	position: absolute;
	left: 0px;
	top:20%;
	width: 1px;
	height: 60%;
	background-color: #ffffff;
	z-index: 0;
	}
	
.utiltity{
	float: right;
	height: 36px;
	position: absolute;
    display: flex;
    height: 100%;
	right: 30px;
    align-items: center;
	}


.description_btn{
	float: left;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
	height: 36px;
	border: #003a9f 1px solid;
	font-size: 14px;
	line-height: 34px;
	color: #003a9f;
	padding-left: 15px;
	padding-right: 15px;
	}

.description_btn:hover{
	background-color: #003a9f;
	color: #ffffff;
	-moz-transition: ease-in-out 0.3s;
	-o-transition: ease-in-out 0.3s;
	-webkit-transition: ease-in-out 0.3s;
	transition: ease-in-out 0.3s;
	}

.utiltity_btn{
	float: left;
	width: 30px;
	height: 30px;
	margin-top: 3px;
	margin-left: 15px;
	cursor: pointer;
	}

.utiltity_btn:hover{
	opacity: .5;
	-moz-transition: ease-in-out 0.3s;
	-o-transition: ease-in-out 0.3s;
	-webkit-transition: ease-in-out 0.3s;
	transition: ease-in-out 0.3s;
	}

.hero_image{
	position: relative;
	z-index: 1;
	margin: 0 auto;
	}

.hero_image_bg.desktop img{
	display: block;
	width: 100%;
	height: auto;
	}

.hero_image_bg.mobile img{
	display: none;
	width: 100%;
	height: auto;
	}

.NAV_btn_wrap{
	display: block;
	position:fixed;
	width:60px;
	top:23px;
	left: 15px;
  	z-index:4;
	}	

#nav-icon3{
	width: 30px;
	height: 45px;
	position: relative;
	margin: 0px auto;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	cursor: pointer;
	}

#nav-icon3 span{
	display: block;
	position: absolute;
	height: 2px;
	width: 100%;
	border-radius: 2px;
	opacity: 1;
	left: 0;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
	}

#nav-icon3 span{
	background: #000000;
	}

#nav-icon3 span:nth-child(1) {
	top: 0px;
	}

#nav-icon3 span:nth-child(2),#nav-icon3 span:nth-child(3) {
	top: 10px;
	}

#nav-icon3 span:nth-child(2){
	display: none;
	top: 10px;
	}
	
#nav-icon3 span:nth-child(4) {
	top: 20px;
	}

#nav-icon3.open span{
	background: #000000;
	}

#nav-icon3.open span:nth-child(1) {
	top: 18px;
	width: 0%;
	left: 50%;
	}

#nav-icon3.open span:nth-child(2) {
	display: block;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	background: #ffffff;
	}

#nav-icon3.open span:nth-child(3) {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	background: #ffffff;
	}

#nav-icon3.open span:nth-child(4) {
	top: 18px;
	width: 0%;
	left: 50%;
	}	

.section1,.section2,.section3,.section4,.section5,.section6,.section7{
	width: 100%;
	}

section.section1{
	background-image: url(../images/sec1_bg.jpg); background-repeat: round;
	text-align: left;
	}

.section1 img{
	width:  240px;
	height: auto;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0 auto;
	}

.sec_div.desktop img{
	display: block;
	}

.sec_div.mobile img{
	display: none;
	}

.section1 .sec_div.text_area {
	padding: 150px 100px 150px 30px;
	}

.section1 h2{
	font-size: 30px;
	color: #22639A;
	font-weight: bold;
	}

.section1 .text_area p{
	font-size: 20px;
	color: #271e1f;
	line-height: 1.7;
	margin-top: 10px;
	}

.section1 .text_area p a{
	color: #22639A;
	}

.section1 .text_area p a:hover{
	color: #22639A;
	-moz-transition: ease-in-out 0.3s;
	-o-transition: ease-in-out 0.3s;
	-webkit-transition: ease-in-out 0.3s;
	transition: ease-in-out 0.3s;
	}

.sec_table{
	display: table;
	}

.sec_div{
	display: table-cell;
	width: 50%;
	height: auto;
	position: relative;
	vertical-align: middle;
	}

.section2 .sec_div.text_area{
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 150px 30px 150px 100px;
	text-align: left;
	position: relative;
	z-index: 2;
	color: #ffffff;
	text-shadow: rgb(100 100 100 / 50%) 0.05em 0.05em 0.1em;
	}

.section2 img{
	width: 100%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 150px 100px 150px 30px;
	}

.section3{
	background-image: url(../images/ad_banner.jpg); background-repeat: round;
	}


.section3 .slideshow_area{
	margin: 150px 100px;
	}

.section3 .carousel{
	width: 100%; 
	max-width: 1000px;
	margin: 0 auto;
	}

.section3 h2{
	color: #22639A;
	}

.section3 p{
	color: #271e1f;
	}

.section3 .carousel-control-prev{
	left: 25px;
	width: 40px;
	height: 40px;
	background-color: black;
	position: absolute;
	top: calc(50% + 20px);
	border-radius: 50%;
	}

.section3 .carousel-control-prev-icon,
	carousel-control-next-icon{
	position: absolute;
	}

.section3 .carousel-control-next{
	right:  25px;
	width: 40px;
	height: 40px;
	background-color: black;
	position: absolute;
	top: calc(50% + 20px);
	border-radius: 50%;
	}

.section4{
	padding: 150px 100px;
	color: #ffffff;
	}

.video_area{
    text-align: center;
    width: 100%;
    max-width: 1000px;
    height: auto;
    margin: 0 auto;
	}

.section4 .video_area p{
	text-align: center; 
	padding-top: 20px;
	text-shadow: rgb(100 100 100 / 50%) 0.05em 0.05em 0.1em;
	}

.section5{
	background: url(../images/ad_banner.jpg) no-repeat 0% 20%/ cover;
	background-size: 100% 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center; background-color: #ffffff;
	padding: 150px 100px;
	}

.section5 img{
	width: 100%;
	}

.article_area{
	display: inline-table;
    width: 100%;
    max-width: 1000px;
	}

.article_table{
	padding-bottom: 75px;
	}


.article_table:nth-child(3){
	padding-bottom: 0;
	}

.article_div{
	display: table-cell;
	width: 50%;
	vertical-align: middle;
	text-align: left;
	}

.article_des{
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
	padding: 30px 0px 30px 30px;
	}

.section5 .article_des h2{
	font-size: 30px;
	color: #22639A;
	font-weight: bold;
	float: left;
	width: 100%;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp:2;
    overflow: hidden;
	}

.section5 .article_des p{
	font-size: 20px;
	color: #271e1f;
	line-height: 1.7;
	float: left;
	width: 100%;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp:1;
    overflow: hidden;
	}

	.article_des a{
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		padding-left: 30px;
		padding-right: 30px;
		display: inline-block;
		font-size: 18px;
		color: #ffffff;
		line-height: 50px;
		margin-top: 10px;
		background-color: #22639A;
		}
	
	.article_des a:hover{
		background-color: #271e1f;
		color: #ffffff;
		-moz-transition: ease-in-out 0.3s;
		-o-transition: ease-in-out 0.3s;
		-webkit-transition: ease-in-out 0.3s;
		transition: ease-in-out 0.3s;
		}
	
	
	
	.sec1_img{
		position: absolute;
		width: 100%;
		height: 100%;
		top:0px;
		left: 0px;
		z-index: 0;
		}
	
	.video-container {
		width: 100%;
		max-width: 1000px;
		position: relative;
		padding-bottom: 56.25%;
		margin: 0 auto;
		}	
		  
	.video-container iframe {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		}
	
	.section6{
		margin: 0 auto;
		}
	
	.section6 h5{
		font-size: 20px; 
		color: #ffffff;
		padding: 150px 0 20px 0;
		text-shadow: rgb(100 100 100 / 50%) 0.05em 0.05em 0.1em;
		}
	
	.section6.sec_table{
		padding: 0 100px;
		}
	
	.section6 iframe{
		width: 100%;
		max-width: 660px;
		overflow:hidden;
		border-radius:10px;
		}
	
	.section7{
		padding: 100px;
		}
	
	.section7 h2{
		padding-bottom: 20px;
		color: #ffffff;
		text-shadow: rgb(100 100 100 / 50%) 0.05em 0.05em 0.1em;
		}
	
	section.section7 .card-group{
		width: 100%;
		max-width: 1000px;
		margin: 0 auto; 
		background-color: transparent; 
		border: none; 
		}
	
	section.section7 .card-group .card{
		background-color: transparent;
		border: none; 
		margin: 0 15px; 
		text-align: left; 
		color: #ffffff;
		}
	
	section.section7 .card-group .card:nth-child(1){
		margin: 0 15px 0 0;
		} 
	
	section.section7 .card-group .card:nth-child(3){
		margin: 0 0 0 15px;
		} 
	
	section.section7 .card-group .card .card-body{
		padding: 1.25rem 0 0 0;
		}
	
	section.section7 .card-group .card a{
		color: #ffffff;
		}
	
	section.section7 .card-group .card a:hover{
		color: #ffffff;
		-moz-transition: ease-in-out 0.3s;
		-o-transition: ease-in-out 0.3s;
		-webkit-transition: ease-in-out 0.3s;
		transition: ease-in-out 0.3s;
		}

section.section7 h5{
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-shadow: rgb(100 100 100 / 50%) 0.05em 0.05em 0.1em;
	}

#FOOTER{
	float:left;
	position: relative;
	z-index: 2;
	width:100%;
	text-align: center;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-bottom: 100px;
    color: #ffffff;
	}

.app_btn_group{
	display: inline-block;
	width: 100%;
	text-align: center;
	}

.social_btn_group{
	display: inline-block;
	width: 100%;
	text-align: center;
	}

.app_btn{
	display: inline-block;
	width: 130px;
	margin: 10px;
	}

.soclai_btn{
	display: inline-block;
	width: 30px;
	margin: 10px;
	filter: brightness(0) invert(1);
	}

.social_btn_group a:hoevr, app_btn_group a:hoevr{
	background-color: #003a9f;
	color: #ffffff;
	-moz-transition: ease-in-out 0.3s;
	-o-transition: ease-in-out 0.3s;
	-webkit-transition: ease-in-out 0.3s;
	transition: ease-in-out 0.3s;
	}


.copyright{
	display: inline-block;
	width: 100%;
	text-align: center;
	font-size: 14px;
	color: #ffffff;
	position: relative;
	text-shadow: rgb(100 100 100 / 50%) 0.05em 0.05em 0.1em;
	}
	
.copyright a {
	color: #ffffff;
	}

.copyright a:hover{
	color: #ffffff;
	}		

@media screen and (max-width: 1044px) {

	.article_table{
		display: inline-table;
		width: 100%;
		}

	.article_div{
		display: table-cell;
		width: 50%;
		vertical-align: middle;
		text-align: left;
		}

	.article_des{
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		padding: 30px 0px 30px 30px;
		}

	.article_des h2{
		font-size: 26px;
		color: #ffffff;
		font-weight: bold;
		float: left;
		width: 100%;
	}

	.article_des p{
		font-size: 18px;
		color: #ffffff;
		line-height: 1.7;
		margin-top: 10px;
		float: left;
		width: 100%;

	}
}



@media screen and (max-width: 960px) {

	h2{
		font-size: 28px;
		}

	p{
		font-size: 18px;
		}

	.section1{
		padding: 0px 0 60px 0;
		}

	.sec_table{
		display: inline-block;
		width: 100%;
		}

	.sec_div{
		display: inline-block;
		width: 100%;
		height: auto;
		position: relative;
		vertical-align: middle;
		}

	.sec_div.desktop img{
		display: none;
		}

	.sec_div.mobile img{
		display: block;
		padding-top: 20px;
		}

	.section1 .sec_div.text_area,
	.section2 .sec_div.text_area{
		padding: 60px 50px 0;
		}

	.section2 img{
		padding: 20px 50px 60px 50px;
		}

	.section3 .slideshow_area{
		margin: 60px 50px;
		}

	 .carousel-item h2, .carousel-item p{
		text-align: left;
		}

	.section4{
		padding: 60px 50px;
		}

	.section4 p{
		margin-bottom: 0;
		}

	.section5{
		padding: 60px 50px;
		}

	.article_des {
		padding: 0 0 0 30px;
		}

	.article_table {
		padding-bottom: 50px;
		}

	.section6.sec_table{
		padding: 0 50px;
		}	

	.section6 h5 {
		padding: 60px 0 20px 0;
		}

	.section7{
		padding: 100px 50px;
		}


	#FOOTER {
		padding: 0 50px 50px;
		}
}


@media screen and (max-width: 768px) {

	.hero_image_bg.desktop img{
		display: none;
		}

	.hero_image_bg.mobile img{
		display: block;
		padding-top: 60px;
		}
}

@media screen and (max-width: 680px) {
	section.section7 .card-group .card:nth-child(1){
		margin: 0 15px 0 0;
		} 

	section.section7 .card-group .card:nth-child(3){
		margin: 0 0 0 15px;
		} 

	.NAV_btn_wrap{
		display: block;
		position:fixed;
		width:60px;
		top:18px;
		/* left:0px; */
		z-index:4;
		}	

	#HEADER{
		float:left;
		width:100%;
		height: 60px;
		background-color: #ffffff;
		position: fixed;
		z-index: 10;
			-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		}

	.bussiness_name{
		float: left;
		height: 24px;
		position: relative;
		margin: 18px 0px 0px 0px;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		text-align: center;
		font-size: 14px;
		line-height:22px;
		padding-left: 10px;
		padding-right: 10px;
		color: #ffffff;
		background-color: #d80c18;
		}


	.bussiness_name:after{
		content: '';
		position: absolute;
		left: 0px;
		top:20%;
		width: 1px;
		height: 60%;
		background-color: #ffffff;
		z-index: 0;
		}

	.description_btn{
		float: left;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		height: 30px;
		border: #003a9f 1px solid;
		font-size: 14px;
		line-height: 28px;
		color: #003a9f;
		padding-left: 10px;
		padding-right: 10px;
		}


	.utiltity_btn{
		float: left;
		width: 30px;
		height: 30px;
		margin-top: 0px;
		margin-left: 5px;
		cursor: pointer;
		}

	.article_table{
		display: inline-block;
		width: 100%;
		}

	.article_div{
		display: inline-block;
		width: 100%;
		vertical-align: middle;
		text-align: left;
		}

	.article_des{
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		padding: 30px 0px 30px 0px;
		}


	.article_des h2{
		font-size: 26px;
		color: #ffffff;
		font-weight: bold;
		float: left;
		width: 100%;
		}

	.article_des p{
		font-size: 18px;
		color: #ffffff;
		line-height: 1.7;
		margin-top: 10px;
		float: left;
		width: 100%;
		}

	.carousel-text-area{
		width: 100%;
		min-height: 116px;
		margin-bottom: 20px;
		}
	
	.section3 .carousel-control-prev,
	.section3 .carousel-control-next{
		top: calc(50% + 48px);
		}	

	}

@media screen and (max-width:576px){
	.NAV_btn_wrap {
		left: 0;
		}

	.logos {
		margin-left: 60px;
		}

	.logos a {
		height: 32px;
		}

	.utiltity {
		right: 14px;
		}

	.section1 .sec_div.text_area, .section2 .sec_div.text_area {
		padding: 60px 30px 0;
		}

	.section2 img {
		padding: 20px 30px 60px 30px;
		}

	.section3 .slideshow_area {
		margin: 60px 30px;
		}

	.section4 {
		padding: 60px 30px;
		}

	.section5 {
		padding: 60px 30px;
		}

	.section6.sec_table {
		padding: 0 30px;
		}

	.section7 {
		padding: 100px 30px;
		}

	section.section7 .card-group .card{
		margin: 0; 
		padding-bottom: 50px;
		}

	section.section7 .card-group .card:nth-child(1){
		margin: 0; 
		} 

	.article_table:nth-child(3) .article_des{
		padding: 30px 0 0 0;
		}

	section.section7 .card-group .card:nth-child(3){
		margin: 0; 
		padding-bottom: 50px;
		} 
}
