@charset "UTF-8"; * { margin: 0; padding: 0; -webkit-box-sizing: border-box; box-sizing: border-box; font-family: 微軟正黑體; } body { position: relative; background: #363636; } @media screen and (max-width: 767px) { body { background: #363636; } } body .arrow { position: fixed; right: 30px; bottom: 150px; width: 45px; height: 40px; z-index: 10; } body .arrow a { margin: 30px 0px; } @media screen and (max-width: 767px) { body .arrow .icon { display: none; } } 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.5); 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; } #banner { position: relative; } #banner #bannerdes-img { position: absolute; z-index: -1; opacity: 0.5; } #banner #bannerdes-img .banner-img { width: 100vw; height: 70vh; -o-object-fit: cover; object-fit: cover; } @media screen and (max-width: 767px) { #banner #bannerdes-img .banner-img { height: 80vh; } } @media screen and (max-width: 767px) { #banner { background-size: 110vw; background-repeat: no-repeat; } } #banner #banner-container { padding-top: 10vw; width: 90vw; } @media screen and (max-width: 767px) { #banner #banner-container { width: 95vw; } } @media screen and (max-width: 767px) { #banner #banner-container .banner-des-about { display: none; } } @media screen and (max-width: 767px) { #banner #banner-container .banner-des-about .banner-2 img { display: none; } } @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 ul { text-align: center; background: rgba(141, 194, 31, 0.8); } @media screen and (max-width: 767px) { #banner #banner-container ul { margin-top: 5vw; } } #banner #banner-container ul .nav-item { padding: 10px; } @media screen and (max-width: 767px) { #banner #banner-container ul .nav-item { padding: 6px; } } #banner #banner-container ul .nav-item .nav-item2 { position: relative; } #banner #banner-container ul .nav-item .nav-item2:after { content: url(../img/about/sec01/item-arrow.png); display: block; width: 80%; height: 5px; position: absolute; left: 12%; bottom: 0; -webkit-transition: all 0.3s; transition: all 0.3s; opacity: 0; } #banner #banner-container ul .nav-item .nav-item2 .after-nav { opacity: 1; } #banner #banner-container ul .nav-item .nav-item2:focus:after { width: 80%; opacity: 1; } #banner #banner-container .tab-content .condition { padding: 24px; font-size: 14px; padding-bottom: 10vw; } @media screen and (max-width: 767px) { #banner #banner-container .tab-content .condition { padding: 18px; } } #banner #banner-container .tab-content .idea { padding: 24px; font-size: 14px; padding-bottom: 10vw; background-size: contain; background-repeat: no-repeat; background-blend-mode: overlay; } #banner #banner-container .tab-content .contact { padding-bottom: 10vw; padding: 24px; font-size: 14px; background-size: contain; background-repeat: no-repeat; background-blend-mode: overlay; word-break: break-all; } #banner #banner-container .tab-content .contact a { text-decoration: none; color: #fff; } @media screen and (max-width: 767px) { #banner #banner-container .tab-content .contact { padding: 18px; } } #banner #banner-container .tab-content .sec02 .col-lg-4, #banner #banner-container .tab-content .sec04 .col-lg-4 { position: relative; background: #80ab29; -webkit-transition: 0.3s ease-in-out; transition: 0.3s ease-in-out; cursor: pointer; } #banner #banner-container .tab-content .sec02 .col-lg-4 .sec02-p-m, #banner #banner-container .tab-content .sec04 .col-lg-4 .sec02-p-m { color: #fff; text-align: center; font-size: 14px; -webkit-transition: 0.3s; transition: 0.3s; -webkit-transition: 0.3s ease-in-out; transition: 0.3s ease-in-out; } @media screen and (min-width: 1025px) { #banner #banner-container .tab-content .sec02 .col-lg-4 .sec02-p-m, #banner #banner-container .tab-content .sec04 .col-lg-4 .sec02-p-m { width: 100%; position: absolute; top: 100px; left: 0px; font-size: 18px; opacity: 0; } } #banner #banner-container .tab-content .sec02 .col-lg-4:hover .sec02-p-m, #banner #banner-container .tab-content .sec02 .col-lg-4:hover .sec03-p-m, #banner #banner-container .tab-content .sec04 .col-lg-4:hover .sec02-p-m, #banner #banner-container .tab-content .sec04 .col-lg-4:hover .sec03-p-m { opacity: 1; } #banner #banner-container .tab-content .sec02 .col-lg-4:hover img, #banner #banner-container .tab-content .sec04 .col-lg-4:hover img { opacity: 0.2; } @media screen and (max-width: 767px) { #banner #banner-container .tab-content .sec02 .col-lg-4:hover img, #banner #banner-container .tab-content .sec04 .col-lg-4:hover img { opacity: 1; } } @media screen and (max-width: 767px) { #banner #banner-container .tab-content .sec02 .col-lg-4, #banner #banner-container .tab-content .sec04 .col-lg-4 { background: none; } } #banner #banner-container .tab-content .sec02 .col-lg-4 img, #banner #banner-container .tab-content .sec04 .col-lg-4 img { -o-object-fit: cover; object-fit: cover; width: 480px !important; height: 280px !important; opacity: 1; -webkit-transition: 0.3s ease-in-out; transition: 0.3s ease-in-out; } #banner #banner-container .tab-content .sec03 .col-lg-4 { position: relative; background: #80ab29; -webkit-transition: 0.3s ease-in-out; transition: 0.3s ease-in-out; cursor: pointer; } #banner #banner-container .tab-content .sec03 .col-lg-4 .sec03-p-m { color: #fff; text-align: center; font-size: 14px; -webkit-transition: 0.3s; transition: 0.3s; -webkit-transition: 0.3s ease-in-out; transition: 0.3s ease-in-out; } @media screen and (min-width: 1025px) { #banner #banner-container .tab-content .sec03 .col-lg-4 .sec03-p-m { width: 100%; position: absolute; top: 100px; left: 0px; font-size: 16px; opacity: 0; } } @media screen and (min-width: 1025px) { #banner #banner-container .tab-content .sec03 .col-lg-4 .sec03-p-m { position: absolute; top: 50px; left: 0px; background-size: contain; opacity: 0; } } #banner #banner-container .tab-content .sec03 .col-lg-4:hover .sec02-p-m, #banner #banner-container .tab-content .sec03 .col-lg-4:hover .sec03-p-m { opacity: 1; } #banner #banner-container .tab-content .sec03 .col-lg-4:hover img { opacity: 0.2; } @media screen and (max-width: 767px) { #banner #banner-container .tab-content .sec03 .col-lg-4:hover img { opacity: 1; } } @media screen and (max-width: 767px) { #banner #banner-container .tab-content .sec03 .col-lg-4 { background: none; } } #banner #banner-container .tab-content .sec03 .col-lg-4 img { -o-object-fit: cover; object-fit: cover; width: 500px !important; height: 250px !important; opacity: 1; -webkit-transition: 0.3s ease-in-out; transition: 0.3s ease-in-out; } #banner #banner-container .tab-content .sec03 .sec03-1 .sec05-row { background: rgba(0, 0, 0, 0.8); text-align: center; height: 600px; } @media screen and (max-width: 767px) { #banner #banner-container .tab-content .sec03 .sec03-1 .sec05-row { height: 300px; } } #banner #banner-container .tab-content .sec03 .sec03-1 .sec05-row p { letter-spacing: 5px; } #banner #banner-container .tab-content .sec04 .col-lg-4 { position: relative; background: #80ab29; -webkit-transition: 0.3s ease-in-out; transition: 0.3s ease-in-out; cursor: pointer; } #banner #banner-container .tab-content .sec04 .col-lg-4 .sec04-p-m { color: #fff; text-align: center; font-size: 14px; -webkit-transition: 0.3s; transition: 0.3s; -webkit-transition: 0.3s ease-in-out; transition: 0.3s ease-in-out; } @media screen and (min-width: 1025px) { #banner #banner-container .tab-content .sec04 .col-lg-4 .sec04-p-m { width: 100%; position: absolute; top: 100px; left: 0px; font-size: 18px; opacity: 0; } } #banner #banner-container .tab-content .sec04 .col-lg-4:hover .sec04-p-m { opacity: 1; } #banner #banner-container .tab-content .sec04 .col-lg-4:hover img { opacity: 0.2; } @media screen and (max-width: 767px) { #banner #banner-container .tab-content .sec04 .col-lg-4:hover img { opacity: 1; } } @media screen and (max-width: 767px) { #banner #banner-container .tab-content .sec04 .col-lg-4 { background: none; } } #banner #banner-container .tab-content .sec04 .col-lg-4 img { -o-object-fit: cover; object-fit: cover; width: 480px !important; height: 280px !important; opacity: 1; -webkit-transition: 0.3s ease-in-out; transition: 0.3s ease-in-out; } #banner #banner-container .tab-content .sec04 .sec04-1 .sec05-row { background: rgba(0, 0, 0, 0.8); text-align: center; height: 600px; } @media screen and (max-width: 767px) { #banner #banner-container .tab-content .sec04 .sec04-1 .sec05-row { height: 300px; } } #banner #banner-container .tab-content .sec04 .sec04-1 .sec05-row p { letter-spacing: 5px; } #footer { background: #363636; text-align: center; width: 80vw; margin: 0 auto !important; } @media screen and (max-width: 767px) { #footer { width: 95vw; padding-bottom: 30vw; } } #footer a { text-decoration: none; color: #fff; } #footer p { color: #fff; } /*# sourceMappingURL=about.css.map */