﻿@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100..900&display=swap');

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;
}
html {
	font-size:16px;
	letter-spacing: 1px;
}
body {
	
}
h1,h2,h3,h4,h5,h6,p,ul,ol{
	font-family: "Noto Sans TC", sans-serif;
}
hgroup h4, footer h5, main h5, article h4{
	font-family: "Noto Sans TC", sans-serif;
}
p{
	font-weight: 400;
	text-align:justify;
}
a:link, a:visited, a:focus {
	-webkit-transition: all .3s ease-in;
	transition: all .3s ease-in;
}
a:hover, a:active {
	-webkit-transition: all .3s ease-in;
	transition: all .3s ease-in;
}
section{
	width: 100%;
	color: #000;
	line-height: 1.5rem;
}
header{
	
	color: #fff;
/*	border: 1px solid #333;height: 22em;*/
}
.section-ind{
	background: url("../images/bg.webp?s=12") no-repeat top center;
	background-size: 100%;
}
.section-abo{
	background: url("../images/bg-3-02.webp") no-repeat top center;
	background-size: 100%;
}
.section-serve{
	background: url("../images/bg-2.webp") repeat top center;
	background-size: 100%;
}
.section-privacy{
	background: url("../images/bg-5.webp") no-repeat top center;
	background-size: 100%;
}
.section-serve header{
	height: 14em;
}
/*.section-cont header{
	height: 11em;
}*/
.toplink {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	/*border: 1px solid #c60;*/
	padding: 2% 0 1%;
	margin:  0 auto;
}
.toplink .logo{
	height: 3rem;
}
.toplink button{
	display: none;
	background:none;
	border: none;
}
.toplink button img{
	background:#0008;
	width: 50px;
}
.toplink nav{
	justify-content: flex-end;
	padding: 5px;
	background: #0003;
	border-radius: 10px;
}
.toplink nav ul{
	display: flex;
	flex-wrap: wrap;
	margin: 0;
}
.toplink nav li{
	list-style: none;
}
.toplink nav a:link, .toplink nav a:visited, .toplink nav a:focus{
	padding: 6px 10px;
	color: burlywood;
		}
.toplink nav a:hover, .toplink nav a:active {
	background: #0005;
	text-decoration: none;
	border-radius: 10px;
	color: cyan;
		}

header hgroup{
	width: 700px;
	margin: 5% 0 0 5%;/*
	background: #0005;*/
}
/*.section-abo header hgroup{
	margin: 6% 0 0 5%;
	padding: 20px;
	background: #0004;
}*/
.section-serve header hgroup{
	width: 50%;
	margin: 4% 0 0 4%;
}
.section-abo header hgroup p{
	margin: 0;
}
.section-cont .bg {
	background: url("../images/bg-4a.webp") no-repeat top center;
	background-size: 100%;
	background-position: center bottom;
	height: 46em;
	position: relative;
}
.section-cont .main369{
	width: 54%;
	text-align: center;
	padding: 2% 0;
	color: #fff9;
	line-height: 28px;
	
	margin: 0 auto;
	height: auto;
	background: #0003;
	position: absolute;
	bottom: 36%;
	left: 0;
	right: 0;
}
.section-cont h1{
	font-size: 2.4rem;
}
header h1{
	font-size: 3.3rem;
	padding: 0 0 2% 0;
	
}
.title2 {
	margin: 4em auto 5em;
	
}
.title2 h3{
	font-size: 1.2rem;
	border-bottom: 1px solid #777;
	width: 70%;
	margin: 0 auto;
	position: relative;
}
.title2 h3 p{
	width: 240px;
	padding: 3px 6px 6px 6px;
	position: absolute;
	bottom:-20px;
	right: 0;
	left: 0;
	background: #fff;
	border: 1px solid #777;
	margin: 0 auto;
	text-align: center;
}
.title2 h3 b{
	color: #333;
}
.cookies{
	background: #527d;
	position: fixed;
	bottom: 0;
	width: 100%;
	padding: 1% 15px;
	-webkit-transition: all .3s ease-in;
	transition: all .3s ease-in;
}
.cookies p{
	padding: 0;
	margin: 0 auto;
	color: #aaa;
	text-align: center;
}
.cookies button{
	padding: 6px 20px;
	background:#bbb;
	margin: 10px auto 0;
	display: block;
	border:none;
	border-radius: 8px;
	
}
.home .about{
	background: #fff7;
}
.home aside{
	display: flex;
	flex-wrap: wrap;
	text-align: center;
	align-items: flex-start;
	margin: 0 auto 4.5em;
	border-radius: 20px;
}
.home aside div{
	width: 42%;
	margin: 0 4% 0;
	display: flex;
	flex-wrap: wrap;
}
.home .index div{
	background: #333;
	border-radius: 12px;
	color: #fff;
}
.home .about div{
	color: #333;
}
.home aside div:nth-of-type(even){
	margin: 7% 4% 0;
}
.home .index div:nth-of-type(2) hgroup,
.home .index div:nth-of-type(3) hgroup{
	order: -1;
}
.home .index div img{
	width: 100%;
	height: 200px;
}
.home .about div img{
	margin: 1.8em auto 0;
}
.home .index div:nth-of-type(2) img,
.home .index div:nth-of-type(3) img{
	border-radius: 0 0 12px 12px;
}
.home .index div:nth-of-type(1) img,
.home .index div:nth-of-type(4) img{
	border-radius: 12px 12px 0 0;
}
.home aside hgroup{
	/*border: 1px solid #000;*/
	padding: 1.2rem 1.2rem 1.4rem;
}
.home aside hgroup h4{
	border-bottom: 2px dotted #999;
	padding: 0 0 4% 0;
}
aside p{
	margin: 0;
}
.home .index .sr1 img,
.home .index .sr4 img{
	border-bottom: 10px solid #c60;
}
.home .index .sr2 img,
.home .index .sr3 img{
	border-top: 10px solid #639;
}
.serve aside{
	width: 100%;
	height: 16rem;
	display: flex;
	align-items: center;
	background-size: cover;
	color: #fff;
	
	
}
.serve aside:nth-of-type(1),
.serve aside:nth-of-type(2){
	color: #333;
}
.serve aside hgroup{
	width: 50%;
	margin: 0 7.3%;
}
.serve aside hgroup h4{
	padding: 0 0 2% 0;
}

.serve aside:nth-of-type(even){
	width: 100%;
	justify-content:flex-end;
}
.ser-bg1{
	background: url("../images/ser-02.webp") no-repeat center right;
}
.ser-bg2{
	background: url("../images/ser-03.webp") no-repeat center left;
}
.ser-bg3{
	background: url("../images/ser-04.webp") no-repeat center right;
}
.ser-bg4{
	background: url("../images/ser-05.webp") no-repeat center left;
}
main{
	width: 85%;
	margin: 0 auto;
}
/*.about aside{
	display: flex;
	flex-wrap: wrap;
	margin: 5% auto;
	padding: 0;
}
.about aside div{
	width: 25%;
	border-left: 1px solid #aaa;
}
.about aside div:first-child{
	border-left: none;
}
.about aside div img{
	display: block;
	margin: 0 auto 5%;
}
.about aside div hgroup{
	width: 90%;
	margin: 0 auto;
	text-align:center;
}
.about aside div hgroup p{
	text-align:justify;
	padding: 1% 0 0 0;
}*/
.why{
	height: 22rem;
	color: #ddd;
	margin: 0;
	padding: 0 0 3em 0;
	display: flex;
	align-items: flex-end;
/*	position: relative;
	font-size: 0.9rem;*/
}
.ind{

	background: url("../images/bg-2.png") no-repeat top right;
	background-size: cover;
}
.abo{
	background:url("../images/bg-3.webp") no-repeat top right;
	background-size: cover;
}	
.why hgroup{
	width: 800px;
	margin: 0;
}
.why h4{
	padding: 0 0 2% 0;
}
.why p{
	margin: 0;
	padding: 0;
}
.word{
	background: #fff;
	padding: 15px 0;
	color: #444;
}

.word h4{
	margin: 0 0 10px 0;
}
.word p{
	margin: 0 0 24px 0;
}
.word ul{
	padding: 0 0 0 20px;
	margin: 0 0 24px 0;
}
footer{
	color: #ccc;
	padding: 3% 0;
	font-size: 0.8rem;
	background: #2b2c32;
	border-top: 1px solid #444;
}
.m-br{
	display:none;
}
@media (min-width: 1201px) and (max-width: 1440px) {  /*-NB----*/
section {
/*	border:5px solid rgba(35,255,53,1.00);*/
}
header hgroup{
	width: 640px;
	margin: 5% 0 0 5%;/*
	background: #0005;*/
}
	.why{
		height: 20rem;
	}
	.why hgroup{
		width: 640px;
	}
	
.section-cont .main369{
	width: 68%;
}
	
}


@media (min-width: 993px) and (max-width: 1200px) {  /*-Large----*/
html {
}
section{
/*	border:3px solid #ff9;*/
}
.section-ind h1{
	font-size: 3rem
}
header hgroup{
	width: 535px;
}
	.section-cont .bg {
	height: 37em;
		
}
.section-cont .main369{
	width: 75%;
	bottom: 30%;
	padding: 3% 0;
}
}

@media (min-width: 767px) and (max-width: 992px) { /*-LG---pad----*/
html {
	font-size: 16px;
}
section{
/*	border:3px solid #c00;*/
}
.section-ind h1{
	font-size: 2.7rem
}
header hgroup{
	width: 100%;
	margin: 5% 0 0;
}
/*.section-abo header hgroup{
	width: 90%;
	margin: 3% auto;
	padding: 14px;
}*/
.section-serve header{
	height: 11em;
}
.section-serve header hgroup{
		width: 100%;
		margin: 3% auto 0;
		text-align: center;
}
.toplink nav a:link, .toplink nav a:visited, .toplink nav a:focus{
	padding: 6px 2px;
		}
.title2 h3 p{
	bottom:-18px;
}

.home aside div{
	width: 48%;
	margin: 0 1% 0;
}
.home aside div:nth-of-type(even){
	margin: 7% 1% 0;
}
.home .index div:nth-of-type(4){
	margin: 7% 1%;
}
.home .index div img{
	height: auto;
}
.home aside hgroup{
	/*border: 1px solid #000;*/
	padding: 1.2rem;
}
.home aside hgroup h4{
	font-size: 1.4rem;
	border-bottom: 1px solid #555;
	padding: 0 0 4% 0;
}
.home .index .sr1 img,
.home .index .sr4 img{
	border-bottom: 5px solid #c60;
}
.home .index .sr2 img,
.home .index .sr3 img{
	border-top: 5px solid #639;
}
/*.about aside div{
	width: 50%;
	border-left: none;
}*/
.ind{
	height: 18rem;
}
.abo{
	height: 18rem;
}
	
.why hgroup{
	width: 600px;
}
	
	.section-cont .bg {
	height: 37em;
		
}
.section-cont .main369{
	width: 96%;
	bottom: 25%;
	padding: 3% 0;
}
	
	
	
	
	
	
	
	
}

@media (min-width: 577px) and (max-width: 766px) { /*-MD---pad----*/
html {
    font-size: 15px;
}
	section{
/*	border:3px solid #258;*/
}
.toplink {
	width: 100%;
	padding: 0;
	margin:  0 auto;
}
.toplink .logo{
	margin: 2% 0 2% 6%;
}
.toplink button{
	display: block;
}
.toplink nav{
	width: 100%;
	border-radius: 0;
	padding: 0;
	background: #0008;
	display: none;
}
.toplink nav ul{
	padding: 0;
}
.toplink nav li{
	width: 100%;
	height: 44px;
	line-height: 44px;
	text-align: center;
	border-bottom: 1px solid #fff3;
}

.toplink nav a:link, .toplink nav a:visited, .toplink nav a:focus{
	padding: 0;
	display: block;
}
.toplink nav a:hover, .toplink nav a:active {
	border-radius: 0;
}

.home aside{
	width: 100%;
	margin:  0 auto 2em;
	padding: 0;
}
.home aside div{
	width: 100%;
	margin: 0;
	border-radius: 0;
}
.home .index div{
	border-radius: 0;
}
.home aside div:nth-of-type(even),
.home aside div:nth-of-type(4){
	margin: 4% 0;
}
.home aside div:last-child{
	margin: 4% 0 0 0; 
}
.home .index div:nth-of-type(2) hgroup,
.home .index div:nth-of-type(3) hgroup{
	order: 0;
}
.home .index div:nth-of-type(2) img,
.home .index div:nth-of-type(3) img{
	border-radius: 0;
}
.home .index div:nth-of-type(1) img,
.home .index div:nth-of-type(4) img{
	border-radius: 0;
}
.home .index div img{
	width: 100%;
	height: auto;
}
.home aside hgroup{
	padding: 1.2rem;
}
.home .index .sr1 img,
.home .index .sr4 img{
	border-bottom: none;
}
.home .index .sr2 img,
.home .index .sr3 img{
	border-top: none;
}

.why hgroup{
	width: 100%;
}
.ind, .abo{
	height:auto;
	padding: 7% 0;
}
.abo hgroup{
	padding: 2% 0;
	background: #0005;
}	
footer{
	padding: 7% 0;
}
.m-none{
	display: none;
}

.section-ind h1{
	font-size: 2.7rem
}
.section-serve header,
.section-abo header{
	height: auto;
}
.section-abo{
	background-size: 130%;
}
main{
	width: 90%;
	margin: 0 5%;
}
header main{
	width: 100%;
	margin: 0;
}
header hgroup{
width: 100%;
margin: 0 auto;
padding: 5%;
background: #0005;
}

.section-serve header{
	height: auto;
}
.section-serve header hgroup{
	width: 100%;
	margin: 4% auto 0;
	text-align: center;
	padding: 2% 4%;
}
	
	
	
.title2 {
	margin: 2em auto;
}
.title2 h3 p{
	bottom:-17px;
}
.serve aside:nth-of-type(1),
.serve aside:nth-of-type(2){
	color: #fff;
}
.serve aside hgroup{
	width: 60%;
	background: #0004;
	padding: 20px;
}
	
/*.about aside div{
	width: 100%;
	border: none;
	margin: 3% 0;
	padding: 0 0 5% 0;
	border-bottom: 1px solid #ddd;
}
.about aside div:last-child{
	border-bottom: none;
	padding: 0;
}
.about aside div img{
	margin: 0 auto 2%;
}*/
	
.section-cont .bg {
	background-size: 150%;
	height: auto;
}
.section-cont .main369{
	position:static;
	width: 92%;
	bottom: 0;
	background: none;
	padding: 10% 0 24% 0;
}
.section-cont h1{
	font-size: 2rem;
		
	}
	
.abo{
	height:15em;
}
.m-br{
	display: inherit;
	}
}

@media (max-width: 576px) {  /*----mobile----*/
html {
	font-size: 15px;
}

	
header {
	height: auto;
	}
.toplink {
	width: 100%;
	padding: 0;
	
/*	display: flex;
	align-items: center;
	justify-content: space-between;
	border: 1px solid #c60;*/
	margin:  0 auto;
}
.toplink .logo{
	margin: 2% 0 2% 6%;
}
.toplink button{
	display: block;
}
	
.toplink nav{
	width: 100%;
	border-radius: 0;
	padding: 0;
	background: #0008;
	display: none;
	
/*	justify-content: flex-end;*/
}
.toplink nav ul{
	padding: 0;
	
/*	display: flex;
	flex-wrap: wrap;
	margin: 0;*/
}
.toplink nav li{
	width: 100%;
	height: 44px;
	line-height: 44px;
	text-align: center;
	border-bottom: 1px solid #fff3;
	
/*	list-style: none;*/
}

.toplink nav a:link, .toplink nav a:visited, .toplink nav a:focus{
	padding: 0;
	display: block;
	
/*	
	color: burlywood;*/
}
.toplink nav a:hover, .toplink nav a:active {
	border-radius: 0;
	
/*	background: #0005;
	text-decoration: none;
	color: cyan;*/
}
.why hgroup{
	width: 100%;
}
.ind, .abo{
	height:auto;
	padding: 7% 0;
}
.abo hgroup{
	padding: 2% 0;
	background: #0005;
}	
footer{
	padding: 7% 0;
}
.m-none{
	display: none;
}
	
	
	
	
	
	
	
.section-ind h1{
font-size: 2.4rem;
}	

main{
	width: 90%;
	margin: 0 5%;
}
header main{
	width: 100%;
	margin: 0;
}
header hgroup{
width: 100%;
margin: 0 auto;
padding: 5%;
background: #0005;
}
.section-serve header{
	height: auto;
}
.section-serve header hgroup{
	width: 100%;
	margin: 4% auto 0;
	text-align: center;
	padding: 2% 3%;
}
/*.section-cont h1{
	padding: 0 0 2% 0;
	font-size: 1.7rem;;
}*/
.section-abo{
	background-size: 150%;
}
/*.section-cont .title2{
	margin: 4em auto 3em;
}*/
.title2{
	margin: 2em auto;
}
.title2 h3{
	width: 100%;
}
.title2 h3 p{
	bottom:-17px;
}

.home aside{
	width: 96%;
	margin: 0 auto 1.5em;
	padding: 0;
}
.home aside div{
	width: 100%;
	margin: 0;
	border-radius: 0;
}


.home .index div{
	border-radius: 0;
}
.home aside div:nth-of-type(even),
.home aside div:nth-of-type(4){
	margin: 4% 0;
}
.home aside div:last-child{
	margin: 4% 0 0 0;
}
.home .index div:nth-of-type(2) hgroup,
.home .index div:nth-of-type(3) hgroup{
	order: 0;
}
.home .index div:nth-of-type(2) img,
.home .index div:nth-of-type(3) img{
	border-radius: 0;
}
.home .index div:nth-of-type(1) img,
.home .index div:nth-of-type(4) img{
	border-radius: 0;
}
.home .index div img{
	width: 100%;
	height: auto;
}
.home aside hgroup{
	padding: 1.2rem;
}
.home .index .sr1 img,
.home .index .sr4 img{
	border-bottom: none;
}
.home .index .sr2 img,
.home .index .sr3 img{
	border-top: none;
}
	
	
.section-serve{/*743*/
	background-size: 150%;
	
}
.serve aside{
	height: auto;
	}
.serve aside:nth-of-type(1),
.serve aside:nth-of-type(3){
	background-position: top right;
}
.serve aside:nth-of-type(2),
.serve aside:nth-of-type(4){
	background-position: top left;
}
.serve aside hgroup{
	width: 100%;
	color: #fff;
	background: #3339;
	margin: 130px 0 0 0;
	padding: 5% 3%;
	
}
.serve aside hgroup h4{
	padding: 0 ;
}

.serve aside:nth-of-type(even){
	justify-content:flex-start;
}
.serve .ser-bg1,
.serve .ser-bg2,
.serve .ser-bg3,
.serve .ser-bg4{
	background-size: auto 130px;
		
}
.section-cont .bg {
	background-size: 150%;
	height: auto;
}
.section-cont .main369{
	position:static;
	width: 92%;
	bottom: 0;
	background: none;
	padding: 10% 0 24% 0;
}
.section-cont h1{
	font-size: 1.8rem;
		
	}/*
	
/*.about aside div{
	width: 100%;
	border: none;
	margin: 3% 0;
	padding: 0 0 5% 0;
	border-bottom: 10px solid #ddd;
}
.about aside div:last-child{
	border-bottom: none;
	padding: 0;
}
.about aside div img{
	margin: 0 auto 2%;
}*/
	.m-br{
	display: inherit;
	}
}