@charset "UTF-8"; * { margin: 0; padding: 0; -webkit-box-sizing: border-box; box-sizing: border-box; font-family: 微軟正黑體; } body { position: relative; background: url(./img/banner/banner-m.png), -webkit-gradient(linear, left top, left bottom, color-stop(10%, transparent), color-stop(49%, #363636)); background: url(./img/banner/banner-m.png), linear-gradient(180deg, transparent 10%, #363636 49%); background-size: 100vw; background-repeat: no-repeat; } @media screen and (max-width: 767px) { body { background: #363636; } } body .arrow { position: fixed; right: 30px; bottom: 30px; width: 45px; height: 40px; z-index: 10; background-color: #e06649; } body .arrow:hover { -webkit-box-shadow: 1px 3px 13px -2px rgba(0, 0, 0, 0.35); box-shadow: 1px 3px 13px -2px rgba(0, 0, 0, 0.35); } @media screen and (max-width: 767px) { body .arrow { position: absolute; bottom: 200px; } } #Navigation { background: rgba(112, 112, 112, 0.75); height: 4.5vw; width: 100vw !important; position: fixed; z-index: 10; } @media screen and (max-width: 1024px) { #Navigation { height: 8vw; } } @media screen and (max-width: 767px) { #Navigation { height: 15vw; position: fixed; z-index: 5; background: rgba(0, 0, 0, 0.8); } } #Navigation #nav { width: 100vw; margin: 0 auto; } #Navigation #logo { padding-top: 0.5vw; } @media screen and (max-width: 767px) { #Navigation #logo { padding-top: 0; } } #Navigation #logo img { width: 120px; } #Navigation #link { text-align: right; padding: 1.5vw 3vw; } @media screen and (max-width: 1024px) { #Navigation #link { padding-top: 2vw; } } @media screen and (max-width: 767px) { #Navigation #link { display: none; } } #Navigation #link a { text-decoration: none; color: #fff; letter-spacing: 1px; font-size: 0.9rem; font-weight: 600; cursor: pointer; padding: 5px; position: relative; } #Navigation #link a img { -o-object-fit: cover; object-fit: cover; } #Navigation #menu-btn1 { position: absolute; right: 1vw; top: 1vw; width: 18vw; z-index: 6; } @media screen and (min-width: 1025px) { #Navigation #menu-btn1 { display: none; } } @media screen and (min-width: 768px) { #Navigation #menu-btn1 { display: none; } } #Navigation2 { background: rgba(112, 112, 112, 0.75); height: 4.5vw; width: 100vw !important; position: fixed; bottom: 0px; z-index: 10; } @media screen and (min-width: 1025px) { #Navigation2 { display: none; } } @media screen and (max-width: 1024px) { #Navigation2 { height: 8vw; } } @media screen and (max-width: 767px) { #Navigation2 { height: 15vw; position: fixed; z-index: 5; background: rgba(0, 0, 0, 0.8); } } #Navigation2 #nav { width: 90vw; margin: 0 auto; display: -ms-grid; display: grid; -ms-grid-columns: (1fr)[5]; grid-template-columns: repeat(5, 1fr); text-align: center; } #Navigation2 #nav a { text-decoration: none; color: #fff; letter-spacing: 1px; font-size: 0.9rem; font-weight: 600; cursor: pointer; position: relative; } #Navigation2 #nav a img { margin: 10px auto; -o-object-fit: cover; object-fit: cover; } @media screen and (max-width: 767px) { #banner { background-image: url(../img/about/banner/banner-m2.png); background-size: 115vw; background-repeat: no-repeat; } } #banner #banner-container { width: 90vw; padding-top: 30vw; } @media screen and (max-width: 767px) { #banner #banner-container { width: 95vw; } } @media screen and (max-width: 767px) { #banner #banner-container .banner-des { display: none; } } #banner #banner-container .banner-des .banner-1 { background: rgba(141, 194, 31, 0.8); } @media screen and (max-width: 767px) { #banner #banner-container .banner-des .banner-1 { margin: 0; } } #banner #banner-container .banner-des .banner-1 .banner1-1 { font-size: 24px; } #banner #banner-container .banner-m { padding-top: 80vw; } @media screen and (min-width: 1025px) { #banner #banner-container .banner-m { display: none; } } #banner #banner-container .banner-m .bannerm-1 { background: rgba(141, 194, 31, 0.8); } @media screen and (max-width: 767px) { #banner #banner-container .banner-m .bannerm-1 { margin: 0; } } #banner #banner-container .banner-m .bannerm-1 .banner1-1 { font-size: 18px; } #banner #banner-container #sec01 { padding-top: 5vw; } @media screen and (max-width: 767px) { #banner #banner-container #sec01 { padding-top: 0; } } #banner #banner-container #sec01 .col-lg-2 { background: #80ab29; } #banner #banner-container #sec01 .col-lg-2 img { opacity: 1; -webkit-transition: 0.3s ease-in-out; transition: 0.3s ease-in-out; } #banner #banner-container #sec01 .col-lg-2 img:hover { opacity: 0.2; } #footer { background: #363636; text-align: center; width: 80vw; margin: 0 auto !important; } #footer p { padding: 15px; color: #fff; } /*# sourceMappingURL=style.css.map */