@charset "utf-8";
/* CSS Document */
* { outline: none;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
 box-sizing: border-box;
 }
input,textarea{outline:none !important;}  
a{text-decoration:none;}
a:hover{ text-decoration:none ;}
a, a:hover, a:active {
	-webkit-transition: all 0.3s ease-in-out;
       -moz-transition: all 0.3s ease-in-out;
	     -o-transition: all 0.3s ease-in-out;
	    -ms-transition: all 0.3s ease-in-out;
	        transition: all 0.3s ease-in-out;
}


body, h1, h2, h3, h4, h5, h6, p, blockquote, th, td, div, dl, dt, dd, pre, code, form, fieldset, legend, input, button, textarea {
  margin: 0;
  padding: 0;
}

article,
aside,
details, /* 1 */
figcaption,
figure,
footer,
header,
main, /* 2 */
menu,
nav,
section,
summary { /* 1 */
  display: block;
}
body {
	padding: 0;
	font-family: 'Poppins', 'Arial', 'Microsoft JhengHei', 'Noto Sans TC', 'Microsoft YaHei', sans-serif;

	background-color: #fff;
	position: relative;
	-webkit-text-size-adjust: none;
	line-height: 1.5; position: relative;
}
#wrapper { margin:0px auto; width:100%; height:auto; }
header { margin:0px auto 0px auto; padding: 0; width:100%; height:auto; position: fixed; z-index: 999; background:#fff; box-shadow: 0px 0px 15px rgb(0 0 0 / 20%);}
main { margin:0px auto 0px auto; width:100%; height:auto;  padding:0px 0px 0px 0px;}
footer { margin:0px auto 0px auto; padding:0px 0 0px 0; width:100%; background:#2a4778;}
footer .box-1{ padding:30px 0 30px 0; display: flex; justify-content: center; align-items: flex-start; flex-wrap: nowrap;}

footer .link{ width: calc(100% - 320px); margin:0 0 0px 0; padding:0px 0px 0px 0px; display: flex; justify-content: space-between; flex-wrap: nowrap;}
footer .link ul { width: calc(100% / 3); padding: 0 50px 0 0; margin: 0 0px 0px 0px; list-style: none; }
footer .link ul h2{ font-size: var(--font-s03); color: #fff; margin: 0 0 10px 0; }
footer .link ul h2 a{ color: #fff;}
footer .link ul h2 a:hover{ color: #3e86fe;}
footer .link ul li{ padding: 0px 0px 3px 0px; margin: 0; list-style: none; display: flex; justify-content: flex-start; align-items: center; }
footer .link ul li a{ color: rgba(255, 255, 255, 0.5);}
footer .link ul li a:hover{ text-decoration:underline !important;}

footer .add{ width: 320px; margin:0 0 0px 0; padding:0px 0px; }
footer .add h2{ font-size: var(--font-s06); color: #fff; margin: 0 0 15px 0; }
footer .add h2 a{ color: #fff;}
footer .add h2  a:hover{ color: #3e86fe;}
footer .add h3{ color: #fff; font-weight: normal;}
footer .add p { padding: 0px 0px 5px 0px; margin: 0; color: rgba(255, 255, 255, 0.5);}
footer .add p span{ color: #fff;}
footer .add p a{ color: rgba(255, 255, 255, 0.5);}
footer .add p a:hover{ text-decoration:underline !important;}

footer .design{ width: 100%; margin:0px 0 0px 0; background:#20365c;}
footer .design .box-1{ padding:10px 0 10px 0; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap;}
footer .design .txt{ font-size: var(--font-s01); color: rgba(255, 255, 255, 0.4); }
footer .design .txt a{ color: rgba(255, 255, 255, 0.4); }
footer .design .txt a:hover{text-decoration:underline !important;}

footer .design .icon{ margin: 0px 0 0 0px;}
footer .design .icon ul{ width:auto; margin:0 0 0px 0; padding:0px 0px 0px 0px; list-style: none; display: flex; justify-content: flex-start; align-items: center;}
footer .design .icon ul li{ margin:0 10px 0px 0px; }
footer .design .icon ul li img{ width: 100%;}

@media screen and (max-width: 700px) {
footer .design .txt{ width: 100%; text-align:center; }
footer .design .icon{ width: 100%; margin: 10px 0 0 0px;}
footer .design .icon ul{ justify-content: center; }
}

@media screen and (max-width: 1000px) {
footer .box-1{ flex-wrap: wrap;}
footer .link{ width: 100%; }
footer .add{ width: 100%; margin:40px 0px 0px 0px;}
}

@media screen and (max-width: 600px) {
footer .link{ flex-wrap: wrap;}
footer .link ul { width: calc(100% / 2); }
}

@media screen and (max-width: 400px) {
footer .link{ flex-wrap: wrap;}
footer .link ul { width: 100%; padding: 0 0px 0 0; margin: 0 0px 30px 0px;}
footer .add{ margin:0px 0px 0px 0px;}
}