about.css 16 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764
  1. @charset "UTF-8";
  2. * {
  3. margin: 0;
  4. padding: 0;
  5. -webkit-box-sizing: border-box;
  6. box-sizing: border-box;
  7. font-family: 微軟正黑體;
  8. }
  9. body {
  10. position: relative;
  11. background: #363636;
  12. }
  13. @media screen and (max-width: 767px) {
  14. body {
  15. background: #363636;
  16. }
  17. }
  18. body .arrow {
  19. position: fixed;
  20. right: 30px;
  21. top: 400px;
  22. width: 45px;
  23. height: 40px;
  24. z-index: 10;
  25. }
  26. body .arrow a {
  27. margin: 30px 0px;
  28. }
  29. @media screen and (max-width: 767px) {
  30. body .arrow .icon {
  31. display: none;
  32. }
  33. }
  34. body .arrow:hover {
  35. -webkit-box-shadow: 1px 3px 13px -2px rgba(0, 0, 0, 0.35);
  36. box-shadow: 1px 3px 13px -2px rgba(0, 0, 0, 0.35);
  37. }
  38. #Navigation {
  39. background: rgba(112, 112, 112, 0.5);
  40. height: 4.5vw;
  41. width: 100vw !important;
  42. position: fixed;
  43. z-index: 10;
  44. }
  45. @media screen and (max-width: 1024px) {
  46. #Navigation {
  47. height: 8vw;
  48. }
  49. }
  50. @media screen and (max-width: 767px) {
  51. #Navigation {
  52. height: 15vw;
  53. position: fixed;
  54. z-index: 5;
  55. background: rgba(0, 0, 0, 0.8);
  56. }
  57. }
  58. #Navigation #nav {
  59. width: 100vw;
  60. margin: 0 auto;
  61. }
  62. #Navigation #logo {
  63. padding-top: 0.5vw;
  64. }
  65. @media screen and (max-width: 767px) {
  66. #Navigation #logo {
  67. padding-top: 0;
  68. }
  69. }
  70. #Navigation #logo img {
  71. width: 120px;
  72. }
  73. #Navigation #link {
  74. text-align: right;
  75. padding: 1.5vw 3vw;
  76. }
  77. @media screen and (max-width: 1024px) {
  78. #Navigation #link {
  79. padding-top: 2vw;
  80. }
  81. }
  82. @media screen and (max-width: 767px) {
  83. #Navigation #link {
  84. display: none;
  85. }
  86. }
  87. #Navigation #link a {
  88. text-decoration: none;
  89. color: #fff;
  90. letter-spacing: 1px;
  91. font-size: 0.9rem;
  92. font-weight: 600;
  93. cursor: pointer;
  94. padding: 5px;
  95. position: relative;
  96. }
  97. #Navigation #link a img {
  98. -o-object-fit: cover;
  99. object-fit: cover;
  100. }
  101. #Navigation #menu-btn1 {
  102. position: absolute;
  103. right: 1vw;
  104. top: 1vw;
  105. width: 18vw;
  106. z-index: 6;
  107. }
  108. @media screen and (min-width: 1025px) {
  109. #Navigation #menu-btn1 {
  110. display: none;
  111. }
  112. }
  113. @media screen and (min-width: 768px) {
  114. #Navigation #menu-btn1 {
  115. display: none;
  116. }
  117. }
  118. #Navigation2 {
  119. background: rgba(112, 112, 112, 0.75);
  120. height: 4.5vw;
  121. width: 100vw !important;
  122. position: fixed;
  123. bottom: 0px;
  124. z-index: 10;
  125. }
  126. @media screen and (min-width: 1025px) {
  127. #Navigation2 {
  128. display: none;
  129. }
  130. }
  131. @media screen and (max-width: 1024px) {
  132. #Navigation2 {
  133. height: 8vw;
  134. }
  135. }
  136. @media screen and (max-width: 767px) {
  137. #Navigation2 {
  138. height: 15vw;
  139. position: fixed;
  140. z-index: 5;
  141. background: rgba(0, 0, 0, 0.8);
  142. }
  143. }
  144. #Navigation2 #nav {
  145. width: 90vw;
  146. margin: 0 auto;
  147. display: -ms-grid;
  148. display: grid;
  149. -ms-grid-columns: (1fr)[5];
  150. grid-template-columns: repeat(5, 1fr);
  151. text-align: center;
  152. }
  153. #Navigation2 #nav a {
  154. text-decoration: none;
  155. color: #fff;
  156. letter-spacing: 1px;
  157. font-size: 0.9rem;
  158. font-weight: 600;
  159. cursor: pointer;
  160. position: relative;
  161. }
  162. #Navigation2 #nav a img {
  163. margin: 10px auto;
  164. -o-object-fit: cover;
  165. object-fit: cover;
  166. }
  167. #banner {
  168. position: relative;
  169. }
  170. #banner #about-title {
  171. position: absolute;
  172. right: 50px;
  173. top: 100px;
  174. }
  175. @media screen and (max-width: 767px) {
  176. #banner #about-title {
  177. display: none;
  178. }
  179. }
  180. #banner #bannerdes-img {
  181. position: absolute;
  182. z-index: -1;
  183. opacity: 1;
  184. }
  185. #banner #bannerdes-img .banner-img {
  186. width: 100vw;
  187. height: 70vh;
  188. -o-object-fit: cover;
  189. object-fit: cover;
  190. }
  191. @media screen and (max-width: 767px) {
  192. #banner #bannerdes-img .banner-img {
  193. height: 80vh;
  194. }
  195. }
  196. @media screen and (max-width: 767px) {
  197. #banner {
  198. background-size: 110vw;
  199. background-repeat: no-repeat;
  200. }
  201. }
  202. #banner #banner-container {
  203. padding-top: 15vw;
  204. width: 90vw;
  205. }
  206. @media screen and (max-width: 767px) {
  207. #banner #banner-container {
  208. width: 95vw;
  209. }
  210. }
  211. @media screen and (max-width: 767px) {
  212. #banner #banner-container .banner-des-about {
  213. display: none;
  214. }
  215. }
  216. @media screen and (max-width: 767px) {
  217. #banner #banner-container .banner-des-about .banner-2 img {
  218. display: none;
  219. }
  220. }
  221. #banner #banner-container .banner-des-about .banner-3 img {
  222. margin-bottom: -52px;
  223. }
  224. @media screen and (min-width: 1025px) {
  225. #banner #banner-container .banner-m {
  226. display: none;
  227. }
  228. }
  229. #banner #banner-container .banner-m .bannerm-1 {
  230. background: rgba(141, 194, 31, 0.8);
  231. }
  232. @media screen and (max-width: 767px) {
  233. #banner #banner-container .banner-m .bannerm-1 {
  234. margin: 0;
  235. }
  236. }
  237. #banner #banner-container .banner-m .bannerm-1 .banner1-1 {
  238. font-size: 18px;
  239. }
  240. #banner #banner-container ul {
  241. position: static;
  242. border-top-right-radius: 30px;
  243. border-bottom-right-radius: 30px;
  244. text-align: center;
  245. background: rgba(141, 194, 31, 0.8);
  246. }
  247. @media screen and (min-width: 1025px) {
  248. #banner #banner-container ul {
  249. margin-left: 8px;
  250. margin-bottom: 10px;
  251. }
  252. }
  253. @media screen and (max-width: 767px) {
  254. #banner #banner-container ul {
  255. margin-top: 5vw;
  256. width: 100vw;
  257. }
  258. }
  259. #banner #banner-container ul .nav-item {
  260. padding: 10px;
  261. }
  262. @media screen and (max-width: 767px) {
  263. #banner #banner-container ul .nav-item {
  264. padding: 6px;
  265. }
  266. }
  267. #banner #banner-container ul .nav-item .nav-item2 {
  268. position: relative;
  269. }
  270. #banner #banner-container ul .nav-item .nav-item2:after {
  271. content: url(../img/about/sec01/item-arrow.png);
  272. display: block;
  273. width: 80%;
  274. height: 8px;
  275. position: absolute;
  276. left: 12%;
  277. bottom: 0;
  278. -webkit-transition: all 0.3s;
  279. transition: all 0.3s;
  280. opacity: 0;
  281. }
  282. #banner #banner-container ul .nav-item .nav-item2 .after-nav {
  283. opacity: 1;
  284. }
  285. #banner #banner-container ul .nav-item .nav-item2:focus:after {
  286. width: 80%;
  287. opacity: 1;
  288. }
  289. #banner #banner-container .tab-content .sec01 .condition {
  290. padding: 4vw 24px;
  291. font-size: 16px;
  292. padding-bottom: 10vw;
  293. }
  294. @media screen and (max-width: 767px) {
  295. #banner #banner-container .tab-content .sec01 .condition {
  296. padding: 10vw 18px;
  297. padding-bottom: 15vw;
  298. }
  299. }
  300. #banner #banner-container .tab-content .sec01 .idea {
  301. padding: 4vw 24px;
  302. font-size: 16px;
  303. padding-bottom: 10vw;
  304. background-size: contain;
  305. background-repeat: no-repeat;
  306. background-blend-mode: overlay;
  307. }
  308. @media screen and (max-width: 767px) {
  309. #banner #banner-container .tab-content .sec01 .idea {
  310. padding: 10vw 18px;
  311. padding-bottom: 15vw;
  312. }
  313. }
  314. #banner #banner-container .tab-content .sec01 .contact {
  315. padding-bottom: 10vw;
  316. padding: 4vw 24px;
  317. font-size: 16px;
  318. background-size: contain;
  319. background-repeat: no-repeat;
  320. background-blend-mode: overlay;
  321. word-break: break-all;
  322. }
  323. @media screen and (max-width: 767px) {
  324. #banner #banner-container .tab-content .sec01 .contact {
  325. padding: 10vw 18px;
  326. padding-bottom: 15vw;
  327. }
  328. }
  329. #banner #banner-container .tab-content .sec01 .contact a {
  330. text-decoration: none;
  331. color: #fff;
  332. }
  333. #banner #banner-container .tab-content .sec02 .col-lg-4,
  334. #banner #banner-container .tab-content .sec04 .col-lg-4 {
  335. position: relative;
  336. background: #80ab29;
  337. -webkit-transition: 0.3s ease-in-out;
  338. transition: 0.3s ease-in-out;
  339. cursor: pointer;
  340. }
  341. #banner #banner-container .tab-content .sec02 .col-lg-4 .sec02-p-m,
  342. #banner #banner-container .tab-content .sec04 .col-lg-4 .sec02-p-m {
  343. color: #fff;
  344. text-align: center;
  345. font-size: 14px;
  346. -webkit-transition: 0.3s;
  347. transition: 0.3s;
  348. -webkit-transition: 0.3s ease-in-out;
  349. transition: 0.3s ease-in-out;
  350. }
  351. @media screen and (min-width: 1025px) {
  352. #banner #banner-container .tab-content .sec02 .col-lg-4 .sec02-p-m,
  353. #banner #banner-container .tab-content .sec04 .col-lg-4 .sec02-p-m {
  354. width: 100%;
  355. position: absolute;
  356. top: 35%;
  357. left: 0px;
  358. font-size: 18px;
  359. opacity: 0;
  360. }
  361. }
  362. #banner #banner-container .tab-content .sec02 .col-lg-4:hover .play1,
  363. #banner #banner-container .tab-content .sec04 .col-lg-4:hover .play1 {
  364. opacity: 1;
  365. }
  366. #banner #banner-container .tab-content .sec02 .col-lg-4:hover .sec02-p-m,
  367. #banner #banner-container .tab-content .sec02 .col-lg-4:hover .sec03-p-m,
  368. #banner #banner-container .tab-content .sec04 .col-lg-4:hover .sec02-p-m,
  369. #banner #banner-container .tab-content .sec04 .col-lg-4:hover .sec03-p-m {
  370. opacity: 1;
  371. }
  372. #banner #banner-container .tab-content .sec02 .col-lg-4:hover img,
  373. #banner #banner-container .tab-content .sec04 .col-lg-4:hover img {
  374. opacity: 0.2;
  375. }
  376. @media screen and (max-width: 767px) {
  377. #banner #banner-container .tab-content .sec02 .col-lg-4:hover img,
  378. #banner #banner-container .tab-content .sec04 .col-lg-4:hover img {
  379. opacity: 1;
  380. }
  381. }
  382. @media screen and (max-width: 767px) {
  383. #banner #banner-container .tab-content .sec02 .col-lg-4,
  384. #banner #banner-container .tab-content .sec04 .col-lg-4 {
  385. background: none;
  386. }
  387. }
  388. #banner #banner-container .tab-content .sec02 .col-lg-4 img,
  389. #banner #banner-container .tab-content .sec04 .col-lg-4 img {
  390. -o-object-fit: cover;
  391. object-fit: cover;
  392. width: 100% !important;
  393. height: 17vw;
  394. opacity: 1;
  395. -webkit-transition: 0.3s ease-in-out;
  396. transition: 0.3s ease-in-out;
  397. }
  398. @media screen and (max-width: 767px) {
  399. #banner #banner-container .tab-content .sec02 .col-lg-4 img,
  400. #banner #banner-container .tab-content .sec04 .col-lg-4 img {
  401. height: 50vw;
  402. }
  403. }
  404. #banner #banner-container .tab-content .sec02 .col-lg-4 .sec03-img-m,
  405. #banner #banner-container .tab-content .sec04 .col-lg-4 .sec03-img-m {
  406. text-align: center;
  407. width: 100%;
  408. position: absolute;
  409. top: 100px;
  410. }
  411. #banner #banner-container .tab-content .sec02 .col-lg-4 .sec03-img-m1,
  412. #banner #banner-container .tab-content .sec04 .col-lg-4 .sec03-img-m1 {
  413. text-align: center;
  414. width: 100%;
  415. position: absolute;
  416. }
  417. @media screen and (max-width: 767px) {
  418. #banner #banner-container .tab-content .sec02 .col-lg-4 .sec03-img-m1,
  419. #banner #banner-container .tab-content .sec04 .col-lg-4 .sec03-img-m1 {
  420. top: 80px;
  421. }
  422. }
  423. #banner #banner-container .tab-content .sec02 .col-lg-4 .sec03-img-m1 .play1,
  424. #banner #banner-container .tab-content .sec04 .col-lg-4 .sec03-img-m1 .play1 {
  425. width: 50px !important;
  426. height: 50px !important;
  427. }
  428. @media screen and (max-width: 767px) {
  429. #banner #banner-container .tab-content .sec02 .col-lg-4 .sec03-img-m1 .play1,
  430. #banner #banner-container .tab-content .sec04 .col-lg-4 .sec03-img-m1 .play1 {
  431. display: none;
  432. }
  433. }
  434. #banner #banner-container .tab-content .sec03 .col-lg-4 {
  435. position: relative;
  436. background: #80ab29;
  437. -webkit-transition: 0.3s ease-in-out;
  438. transition: 0.3s ease-in-out;
  439. cursor: pointer;
  440. }
  441. #banner #banner-container .tab-content .sec03 .col-lg-4 .sec03-p-m {
  442. color: #fff;
  443. text-align: center;
  444. font-size: 14px;
  445. -webkit-transition: 0.3s;
  446. transition: 0.3s;
  447. -webkit-transition: 0.3s ease-in-out;
  448. transition: 0.3s ease-in-out;
  449. }
  450. @media screen and (min-width: 1025px) {
  451. #banner #banner-container .tab-content .sec03 .col-lg-4 .sec03-p-m {
  452. width: 100%;
  453. position: absolute;
  454. top: 100px;
  455. left: 0px;
  456. font-size: 16px;
  457. opacity: 0;
  458. }
  459. }
  460. @media screen and (min-width: 1025px) {
  461. #banner #banner-container .tab-content .sec03 .col-lg-4 .sec03-p-m {
  462. position: absolute;
  463. top: 30%;
  464. left: 0px;
  465. background-size: contain;
  466. opacity: 0;
  467. }
  468. }
  469. #banner #banner-container .tab-content .sec03 .col-lg-4:hover .play1 {
  470. opacity: 1;
  471. }
  472. #banner #banner-container .tab-content .sec03 .col-lg-4:hover .sec02-p-m,
  473. #banner #banner-container .tab-content .sec03 .col-lg-4:hover .sec03-p-m {
  474. opacity: 1;
  475. }
  476. #banner #banner-container .tab-content .sec03 .col-lg-4:hover img {
  477. opacity: 0.2;
  478. }
  479. @media screen and (max-width: 767px) {
  480. #banner #banner-container .tab-content .sec03 .col-lg-4:hover img {
  481. opacity: 1;
  482. }
  483. }
  484. @media screen and (max-width: 767px) {
  485. #banner #banner-container .tab-content .sec03 .col-lg-4 {
  486. background: none;
  487. }
  488. }
  489. #banner #banner-container .tab-content .sec03 .col-lg-4 img {
  490. -o-object-fit: cover;
  491. object-fit: cover;
  492. width: 100% !important;
  493. height: 17vw;
  494. opacity: 1;
  495. -webkit-transition: 0.3s ease-in-out;
  496. transition: 0.3s ease-in-out;
  497. }
  498. @media screen and (max-width: 767px) {
  499. #banner #banner-container .tab-content .sec03 .col-lg-4 img {
  500. height: 50vw;
  501. }
  502. }
  503. #banner #banner-container .tab-content .sec03 .col-lg-4 .sec03-img-m {
  504. text-align: center;
  505. width: 100%;
  506. position: absolute;
  507. top: 100px;
  508. }
  509. #banner #banner-container .tab-content .sec03 .col-lg-4 .sec03-img-m1 {
  510. text-align: center;
  511. width: 100%;
  512. position: absolute;
  513. }
  514. @media screen and (max-width: 767px) {
  515. #banner #banner-container .tab-content .sec03 .col-lg-4 .sec03-img-m1 {
  516. top: 80px;
  517. }
  518. }
  519. #banner #banner-container .tab-content .sec03 .col-lg-4 .sec03-img-m1 .play1 {
  520. width: 50px !important;
  521. height: 50px !important;
  522. }
  523. #banner #banner-container .tab-content .sec03 .sec03-1 .sec05-row {
  524. background: rgba(0, 0, 0, 0.8);
  525. text-align: center;
  526. height: 600px;
  527. }
  528. @media screen and (max-width: 767px) {
  529. #banner #banner-container .tab-content .sec03 .sec03-1 .sec05-row {
  530. height: 300px;
  531. }
  532. }
  533. #banner #banner-container .tab-content .sec03 .sec03-1 .sec05-row p {
  534. letter-spacing: 5px;
  535. }
  536. #banner #banner-container .tab-content .sec04 .col-lg-4 {
  537. position: relative;
  538. background: #80ab29;
  539. -webkit-transition: 0.3s ease-in-out;
  540. transition: 0.3s ease-in-out;
  541. cursor: pointer;
  542. }
  543. #banner #banner-container .tab-content .sec04 .col-lg-4 .sec04-p-m {
  544. color: #fff;
  545. text-align: center;
  546. font-size: 14px;
  547. -webkit-transition: 0.3s;
  548. transition: 0.3s;
  549. -webkit-transition: 0.3s ease-in-out;
  550. transition: 0.3s ease-in-out;
  551. }
  552. @media screen and (min-width: 1025px) {
  553. #banner #banner-container .tab-content .sec04 .col-lg-4 .sec04-p-m {
  554. width: 100%;
  555. position: absolute;
  556. top: 50px;
  557. left: 0px;
  558. font-size: 18px;
  559. opacity: 0;
  560. }
  561. }
  562. #banner #banner-container .tab-content .sec04 .col-lg-4:hover .play1 {
  563. opacity: 1;
  564. }
  565. #banner #banner-container .tab-content .sec04 .col-lg-4:hover .sec04-p-m {
  566. opacity: 1;
  567. }
  568. #banner #banner-container .tab-content .sec04 .col-lg-4:hover img {
  569. opacity: 0.2;
  570. }
  571. @media screen and (max-width: 767px) {
  572. #banner #banner-container .tab-content .sec04 .col-lg-4:hover img {
  573. opacity: 1;
  574. }
  575. }
  576. @media screen and (max-width: 767px) {
  577. #banner #banner-container .tab-content .sec04 .col-lg-4 {
  578. background: none;
  579. }
  580. }
  581. #banner #banner-container .tab-content .sec04 .col-lg-4 img {
  582. -o-object-fit: cover;
  583. object-fit: cover;
  584. width: 100% !important;
  585. height: 16.5vw;
  586. opacity: 1;
  587. -webkit-transition: 0.3s ease-in-out;
  588. transition: 0.3s ease-in-out;
  589. }
  590. @media screen and (max-width: 767px) {
  591. #banner #banner-container .tab-content .sec04 .col-lg-4 img {
  592. height: 50vw;
  593. }
  594. }
  595. #banner #banner-container .tab-content .sec04 .col-lg-4 .sec03-img-m {
  596. text-align: center;
  597. width: 100%;
  598. position: absolute;
  599. top: 100px;
  600. }
  601. #banner #banner-container .tab-content .sec04 .col-lg-4 .sec03-img-m1 {
  602. text-align: center;
  603. width: 100%;
  604. position: absolute;
  605. }
  606. @media screen and (max-width: 767px) {
  607. #banner #banner-container .tab-content .sec04 .col-lg-4 .sec03-img-m1 {
  608. top: 80px;
  609. }
  610. }
  611. #banner #banner-container .tab-content .sec04 .col-lg-4 .sec03-img-m1 .play1 {
  612. width: 50px !important;
  613. height: 50px !important;
  614. }
  615. #banner #banner-container .tab-content .sec04 .sec04-1 .sec05-row {
  616. background: rgba(0, 0, 0, 0.8);
  617. text-align: center;
  618. width: 100% !important;
  619. height: 600px;
  620. }
  621. @media screen and (max-width: 767px) {
  622. #banner #banner-container .tab-content .sec04 .sec04-1 .sec05-row {
  623. height: 300px;
  624. }
  625. }
  626. #banner #banner-container .tab-content .sec04 .sec04-1 .sec05-row p {
  627. letter-spacing: 5px;
  628. }
  629. #footer {
  630. background: #363636;
  631. text-align: center;
  632. width: 80vw;
  633. margin: 0 auto !important;
  634. padding-top: 2vw;
  635. padding: 1vw;
  636. }
  637. @media screen and (max-width: 767px) {
  638. #footer {
  639. width: 95vw;
  640. padding: 30vw 5vw;
  641. }
  642. }
  643. #footer a {
  644. text-decoration: none;
  645. color: #fff;
  646. }
  647. #footer p {
  648. color: #fff;
  649. }
  650. /*# sourceMappingURL=about.css.map */