|
@@ -1,4 +1,5 @@
|
|
|
@charset "UTF-8";
|
|
|
+@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+TC:wght@300;600&display=swap");
|
|
|
* {
|
|
|
font-family: 微軟正黑體;
|
|
|
}
|
|
@@ -41,8 +42,8 @@ body .btn .btn-main:hover {
|
|
|
}
|
|
|
|
|
|
body .title {
|
|
|
- font-weight: bolder;
|
|
|
- font-family: "Times New Roman", Times, serif;
|
|
|
+ font-weight: 900;
|
|
|
+ font-family: 'Noto Serif TC', serif;
|
|
|
padding: 15px;
|
|
|
font-size: 45px;
|
|
|
color: #4b515e;
|
|
@@ -136,8 +137,8 @@ body .arrow:hover {
|
|
|
z-index: 5;
|
|
|
display: -ms-grid;
|
|
|
display: grid;
|
|
|
- -ms-grid-columns: 2fr 4fr;
|
|
|
- grid-template-columns: 2fr 4fr;
|
|
|
+ -ms-grid-columns: 2fr 4fr 2fr;
|
|
|
+ grid-template-columns: 2fr 4fr 2fr;
|
|
|
}
|
|
|
|
|
|
.banner .Navigation .logo {
|
|
@@ -150,8 +151,8 @@ body .arrow:hover {
|
|
|
}
|
|
|
|
|
|
.banner .Navigation .link {
|
|
|
- text-align: right;
|
|
|
- padding: 30px;
|
|
|
+ text-align: left;
|
|
|
+ padding: 1.5vw 30px;
|
|
|
}
|
|
|
|
|
|
.banner .Navigation .link a {
|
|
@@ -189,6 +190,36 @@ body .arrow:hover {
|
|
|
opacity: 1;
|
|
|
}
|
|
|
|
|
|
+.banner .Navigation .socail-link {
|
|
|
+ text-align: right;
|
|
|
+ padding: 1.5vw 30px;
|
|
|
+}
|
|
|
+
|
|
|
+.banner .Navigation .socail-link img {
|
|
|
+ width: 1.5vw;
|
|
|
+ -webkit-filter: invert(100%) sepia(0%) saturate(10%) hue-rotate(238deg) brightness(104%) contrast(103%);
|
|
|
+ filter: invert(100%) sepia(0%) saturate(10%) hue-rotate(238deg) brightness(104%) contrast(103%);
|
|
|
+ -webkit-transition: 0.3s;
|
|
|
+ transition: 0.3s;
|
|
|
+}
|
|
|
+
|
|
|
+.banner .Navigation .socail-link img:hover {
|
|
|
+ -webkit-filter: none;
|
|
|
+ filter: none;
|
|
|
+}
|
|
|
+
|
|
|
+.banner .Navigation .socail-link a {
|
|
|
+ display: inline-block;
|
|
|
+ text-decoration: none;
|
|
|
+ color: #fff;
|
|
|
+ letter-spacing: 1px;
|
|
|
+ font-size: 0.9rem;
|
|
|
+ font-weight: 600;
|
|
|
+ cursor: pointer;
|
|
|
+ padding: 15px;
|
|
|
+ position: relative;
|
|
|
+}
|
|
|
+
|
|
|
.banner hr {
|
|
|
width: 85vw;
|
|
|
position: absolute;
|
|
@@ -238,7 +269,7 @@ body .arrow:hover {
|
|
|
margin-bottom: 50px;
|
|
|
font-weight: 900;
|
|
|
font-size: 45px;
|
|
|
- font-family: "Times New Roman", Times, serif;
|
|
|
+ font-family: 'Noto Serif TC', serif;
|
|
|
color: #4b515e;
|
|
|
padding-left: 5vw;
|
|
|
}
|
|
@@ -633,10 +664,6 @@ body .arrow:hover {
|
|
|
font-weight: 900;
|
|
|
}
|
|
|
|
|
|
-#contact-us #contact-form #form-right #checkbox {
|
|
|
- margin: 15px;
|
|
|
-}
|
|
|
-
|
|
|
#contact-us #contact-form #form-right #email,
|
|
|
#contact-us #contact-form #form-right #name,
|
|
|
#contact-us #contact-form #form-right #phone {
|