@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;
  line-height: 2;
}

article,
aside,
details, /* 1 */
figcaption,
figure,
footer,
header,
main, /* 2 */
menu,
nav,
section,
summary { /* 1 */
  display: block;
}
html {
  --top-spacing: 100px;
  scroll-padding-top: var(--top-spacing);
  scroll-behavior: smooth;
  font-size: 16px;
}
@media screen and (max-width: 1024px) {
html {
	font-size: 14px !important;
}
}
@media screen and (max-width: 700px) {
html {
	font-size: 12px !important;
}
}
body {
	margin: 0px 0px 0px 0px; padding: 0;
	font-family: 'Noto Sans TC', 'Microsoft JhengHei', 'Microsoft YaHei', sans-serif;

	background-color: #fff;
	position: relative;
	-webkit-text-size-adjust: none;
	line-height: 2; position: relative;
	letter-spacing: 1px;
}
@media screen and (max-width: 768px) {
body {
  font-family: -apple-system, BlinkMacSystemFont, sans-serif;
}
}

#wrapper { margin:0px auto; width:100%; height:auto; overflow: hidden; }
header { margin:0px auto 0px auto; padding: 0; width:100%; height:auto; }
header.fixed { position: fixed; z-index: 999; }
header.nofixed { position: auto; z-index: auto; }
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%; height:auto; }
footer .ind { border-top: none;}
footer .box-1{ padding:10% 0 40px 0; display: flex; justify-content: space-between; align-items:flex-end ; flex-wrap: nowrap; font-size: var(--font-s03); line-height: 1.3; }
footer .ind .box-1{ padding:160px 0 160px 0;}
footer .add{ width: auto; margin:0 0 0px 0; padding:0px 0px; display: flex; justify-content: flex-start; align-items: center; z-index:2;}
footer .add .logobox{ width: auto; padding:5px 25px 5px 0; margin:0 25px 0px 0; border-right: 1px solid  rgba(0, 0, 0, .1); 
}
footer .add .logobox table{
 text-align: justify; /* 两端对齐 */
    text-align-last: justify; /* 最后一行两端对齐 */
    text-justify: distribute-all-lines; /* 兼容IE */
    display: block;
}
footer .add .logobox p.en{ font-family: var(--fontstyle01); font-weight: 100;
width: 100%; padding:0 0px 0px 0; margin:0 0px 0 0; font-size: var(--font-s03); color: var(--color-c05); letter-spacing: 1.8px;
}
footer .add .logobox p{ font-size: var(--font-s01); color: var(--color-c05); font-weight:normal; padding:0 0px 0px 0; margin:0 0px 0 0;}
footer .add .info p { padding:0 0px 0px 0; margin:0 0px 0 0; color: var(--color-c05); font-size: var(--font-s01);}
footer .add .info p.tel { margin:4px 0px 0 0; font-family: var(--fontstyle01); font-weight:100;}

footer .link{ width: auto; margin:0 0 0px 0; padding:0px 0px 0px 0px; z-index:2;}
footer .link ul { padding: 0; margin: 0 0px 0px 0px; list-style: none; width:auto; line-height: 1.3; display: flex; justify-content: flex-end; flex-wrap: wrap; }
footer .link ul li{ padding: 0px 18px 8px 18px; margin: 0; list-style: none; display: flex; justify-content: flex-start; align-items: center; border-right: 1px solid  rgba(0, 0, 0, .1); font-size: var(--font-s01);}
footer .link ul li:last-child { border-right: none; padding: 0px 0px 8px 18px;}

footer .link ul li a{ color: var(--color-c05);}
footer .link ul li a:hover{ text-decoration:underline !important;}

@media (max-width: 1500px) {
footer .box-1{ font-size: var(--font-s02); }
}
@media (max-width: 1400px) {
footer .box-1{ font-size: var(--font-s01); }
footer .add .logobox{ padding:5px 15px 5px 0; margin:0 15px 0px 0; }
footer .add .logobox p.en{ font-size: var(--font-s04); }
footer .add .info p.tel { font-size: var(--font-s02); }
footer .link ul li{ padding: 0px 10px 8px 10px; }
footer .link ul li:last-child { border-right: none; padding: 0px 0px 8px 10px;}
}
@media (max-width: 1200px) {
footer .box-1{ flex-wrap: wrap; }
footer .add{ width: 100%; flex-wrap: wrap; position:relative;}
footer .add .logobox{ width: 100%; border-right: none; padding:5px 0px 5px 0; margin:0 0px 0px 0; position:relative; }
footer .add .logobox:after{ content: ''; width: 100%; height: 1px; background: rgba(0, 0, 0, .1); position: absolute; top: 43px; }
footer .add .logobox p.en{ width: 100%; }
footer .add .info { position:absolute; right:0; top: 45px;}
footer .add .info p { text-align:right;}
footer .link{ width: 100%; }
footer .link ul { margin: 70px 0px 0px 0px; justify-content: center; }

footer .link ul li{ border-right: none; }
footer .link ul li a{ padding:0px 0px 5px 0; }
footer .link ul li a:hover{ text-decoration:none !important;}
}
@media (max-width: 1024px) {
footer .add .logobox:after{ top: 38px; }
footer .add .info { top: 40px;}
}
@media (max-width: 900px) {
footer .box-1 {
    padding: 105px 0 10px 0;
}
footer .add .logobox p.en{ font-size: var(--font-s01); letter-spacing: 2px; font-weight: normal;}
footer .add .logobox p, footer .add .info p, footer .link ul li, footer .add .info p.tel{ font-size: var(--font-s01);}
footer .add .logobox:after{ top: 32px; }
footer .link ul { justify-content: space-between; }
footer .link ul li{ padding: 0px 0px 8px 0px;}
footer .link ul li:last-child {
    padding: 0px 0px 8px 0px;
}
}
@media (max-width: 768px) {
footer .add .logobox p.en {
    font-weight: normal; 
}
footer .add .info p.tel {
    font-weight: normal;
}
footer .link ul li{ font-size: var(--font-f01);}
}
@media (max-width: 700px) {
footer .add .logobox:after{ top: 28px; }
footer .add .info { top: 28px;}
}
@media (max-width: 600px) {
footer .box-1 { padding: 105px 10px 10px 10px; }
footer .add .logobox p.en{ font-size: 10px; }
footer .add .logobox p, footer .add .info p{ font-size: 10px;}
footer .add .info p.tel{ font-size: 8px;}
footer .add .logobox:after{ top: 28px; }
footer .add .info { top: 28px; }

footer .add .logobox p {line-height: 2.5; }
}


