about.css 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716
  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: 500px;
  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. #banner #bannerdes-img {
  176. position: absolute;
  177. z-index: -1;
  178. opacity: 1;
  179. }
  180. #banner #bannerdes-img .banner-img {
  181. width: 100vw;
  182. height: 70vh;
  183. -o-object-fit: cover;
  184. object-fit: cover;
  185. }
  186. @media screen and (max-width: 767px) {
  187. #banner #bannerdes-img .banner-img {
  188. height: 80vh;
  189. }
  190. }
  191. @media screen and (max-width: 767px) {
  192. #banner {
  193. background-size: 110vw;
  194. background-repeat: no-repeat;
  195. }
  196. }
  197. #banner #banner-container {
  198. padding-top: 15vw;
  199. width: 90vw;
  200. }
  201. @media screen and (max-width: 767px) {
  202. #banner #banner-container {
  203. width: 95vw;
  204. }
  205. }
  206. @media screen and (max-width: 767px) {
  207. #banner #banner-container .banner-des-about {
  208. display: none;
  209. }
  210. }
  211. @media screen and (max-width: 767px) {
  212. #banner #banner-container .banner-des-about .banner-2 img {
  213. display: none;
  214. }
  215. }
  216. #banner #banner-container .banner-des-about .banner-3 img {
  217. margin-bottom: -45px;
  218. }
  219. @media screen and (min-width: 1025px) {
  220. #banner #banner-container .banner-m {
  221. display: none;
  222. }
  223. }
  224. #banner #banner-container .banner-m .bannerm-1 {
  225. background: rgba(141, 194, 31, 0.8);
  226. }
  227. @media screen and (max-width: 767px) {
  228. #banner #banner-container .banner-m .bannerm-1 {
  229. margin: 0;
  230. }
  231. }
  232. #banner #banner-container .banner-m .bannerm-1 .banner1-1 {
  233. font-size: 18px;
  234. }
  235. #banner #banner-container ul {
  236. text-align: center;
  237. background: rgba(141, 194, 31, 0.8);
  238. }
  239. @media screen and (min-width: 1025px) {
  240. #banner #banner-container ul {
  241. margin-left: 8px;
  242. }
  243. }
  244. @media screen and (max-width: 767px) {
  245. #banner #banner-container ul {
  246. margin-top: 5vw;
  247. margin: 10px auto;
  248. }
  249. }
  250. #banner #banner-container ul .nav-item {
  251. padding: 10px;
  252. }
  253. @media screen and (max-width: 767px) {
  254. #banner #banner-container ul .nav-item {
  255. padding: 6px;
  256. }
  257. }
  258. #banner #banner-container ul .nav-item .nav-item2 {
  259. position: relative;
  260. }
  261. #banner #banner-container ul .nav-item .nav-item2:after {
  262. content: url(../img/about/sec01/item-arrow.png);
  263. display: block;
  264. width: 80%;
  265. height: 5px;
  266. position: absolute;
  267. left: 12%;
  268. bottom: 0;
  269. -webkit-transition: all 0.3s;
  270. transition: all 0.3s;
  271. opacity: 0;
  272. }
  273. #banner #banner-container ul .nav-item .nav-item2 .after-nav {
  274. opacity: 1;
  275. }
  276. #banner #banner-container ul .nav-item .nav-item2:focus:after {
  277. width: 80%;
  278. opacity: 1;
  279. }
  280. #banner #banner-container .tab-content .condition {
  281. padding: 24px;
  282. font-size: 14px;
  283. padding-bottom: 10vw;
  284. }
  285. @media screen and (max-width: 767px) {
  286. #banner #banner-container .tab-content .condition {
  287. padding: 18px;
  288. }
  289. }
  290. #banner #banner-container .tab-content .idea {
  291. padding: 24px;
  292. font-size: 14px;
  293. padding-bottom: 10vw;
  294. background-size: contain;
  295. background-repeat: no-repeat;
  296. background-blend-mode: overlay;
  297. }
  298. #banner #banner-container .tab-content .contact {
  299. padding-bottom: 10vw;
  300. padding: 24px;
  301. font-size: 14px;
  302. background-size: contain;
  303. background-repeat: no-repeat;
  304. background-blend-mode: overlay;
  305. word-break: break-all;
  306. }
  307. #banner #banner-container .tab-content .contact a {
  308. text-decoration: none;
  309. color: #fff;
  310. }
  311. @media screen and (max-width: 767px) {
  312. #banner #banner-container .tab-content .contact {
  313. padding: 18px;
  314. }
  315. }
  316. #banner #banner-container .tab-content .sec02 .col-lg-4,
  317. #banner #banner-container .tab-content .sec04 .col-lg-4 {
  318. position: relative;
  319. background: #80ab29;
  320. -webkit-transition: 0.3s ease-in-out;
  321. transition: 0.3s ease-in-out;
  322. cursor: pointer;
  323. }
  324. #banner #banner-container .tab-content .sec02 .col-lg-4 .sec02-p-m,
  325. #banner #banner-container .tab-content .sec04 .col-lg-4 .sec02-p-m {
  326. color: #fff;
  327. text-align: center;
  328. font-size: 14px;
  329. -webkit-transition: 0.3s;
  330. transition: 0.3s;
  331. -webkit-transition: 0.3s ease-in-out;
  332. transition: 0.3s ease-in-out;
  333. }
  334. @media screen and (min-width: 1025px) {
  335. #banner #banner-container .tab-content .sec02 .col-lg-4 .sec02-p-m,
  336. #banner #banner-container .tab-content .sec04 .col-lg-4 .sec02-p-m {
  337. width: 100%;
  338. position: absolute;
  339. top: 100px;
  340. left: 0px;
  341. font-size: 18px;
  342. opacity: 0;
  343. }
  344. }
  345. #banner #banner-container .tab-content .sec02 .col-lg-4:hover .play1,
  346. #banner #banner-container .tab-content .sec04 .col-lg-4:hover .play1 {
  347. opacity: 1;
  348. }
  349. #banner #banner-container .tab-content .sec02 .col-lg-4:hover .sec02-p-m,
  350. #banner #banner-container .tab-content .sec02 .col-lg-4:hover .sec03-p-m,
  351. #banner #banner-container .tab-content .sec04 .col-lg-4:hover .sec02-p-m,
  352. #banner #banner-container .tab-content .sec04 .col-lg-4:hover .sec03-p-m {
  353. opacity: 1;
  354. }
  355. #banner #banner-container .tab-content .sec02 .col-lg-4:hover img,
  356. #banner #banner-container .tab-content .sec04 .col-lg-4:hover img {
  357. opacity: 0.2;
  358. }
  359. @media screen and (max-width: 767px) {
  360. #banner #banner-container .tab-content .sec02 .col-lg-4:hover img,
  361. #banner #banner-container .tab-content .sec04 .col-lg-4:hover img {
  362. opacity: 1;
  363. }
  364. }
  365. @media screen and (max-width: 767px) {
  366. #banner #banner-container .tab-content .sec02 .col-lg-4,
  367. #banner #banner-container .tab-content .sec04 .col-lg-4 {
  368. background: none;
  369. }
  370. }
  371. #banner #banner-container .tab-content .sec02 .col-lg-4 img,
  372. #banner #banner-container .tab-content .sec04 .col-lg-4 img {
  373. -o-object-fit: cover;
  374. object-fit: cover;
  375. width: 480px !important;
  376. height: 280px !important;
  377. opacity: 1;
  378. -webkit-transition: 0.3s ease-in-out;
  379. transition: 0.3s ease-in-out;
  380. }
  381. #banner #banner-container .tab-content .sec02 .col-lg-4 .sec03-img-m,
  382. #banner #banner-container .tab-content .sec04 .col-lg-4 .sec03-img-m {
  383. text-align: center;
  384. width: 100%;
  385. position: absolute;
  386. top: 100px;
  387. }
  388. #banner #banner-container .tab-content .sec02 .col-lg-4 .sec03-img-m1,
  389. #banner #banner-container .tab-content .sec04 .col-lg-4 .sec03-img-m1 {
  390. text-align: center;
  391. width: 100%;
  392. position: absolute;
  393. }
  394. @media screen and (max-width: 767px) {
  395. #banner #banner-container .tab-content .sec02 .col-lg-4 .sec03-img-m1,
  396. #banner #banner-container .tab-content .sec04 .col-lg-4 .sec03-img-m1 {
  397. top: 80px;
  398. }
  399. }
  400. #banner #banner-container .tab-content .sec02 .col-lg-4 .sec03-img-m1 .play1,
  401. #banner #banner-container .tab-content .sec04 .col-lg-4 .sec03-img-m1 .play1 {
  402. width: 50px !important;
  403. height: 50px !important;
  404. }
  405. #banner #banner-container .tab-content .sec03 .col-lg-4 {
  406. position: relative;
  407. background: #80ab29;
  408. -webkit-transition: 0.3s ease-in-out;
  409. transition: 0.3s ease-in-out;
  410. cursor: pointer;
  411. }
  412. #banner #banner-container .tab-content .sec03 .col-lg-4 .sec03-p-m {
  413. color: #fff;
  414. text-align: center;
  415. font-size: 14px;
  416. -webkit-transition: 0.3s;
  417. transition: 0.3s;
  418. -webkit-transition: 0.3s ease-in-out;
  419. transition: 0.3s ease-in-out;
  420. }
  421. @media screen and (min-width: 1025px) {
  422. #banner #banner-container .tab-content .sec03 .col-lg-4 .sec03-p-m {
  423. width: 100%;
  424. position: absolute;
  425. top: 100px;
  426. left: 0px;
  427. font-size: 16px;
  428. opacity: 0;
  429. }
  430. }
  431. @media screen and (min-width: 1025px) {
  432. #banner #banner-container .tab-content .sec03 .col-lg-4 .sec03-p-m {
  433. position: absolute;
  434. top: 50px;
  435. left: 0px;
  436. background-size: contain;
  437. opacity: 0;
  438. }
  439. }
  440. #banner #banner-container .tab-content .sec03 .col-lg-4:hover .play1 {
  441. opacity: 1;
  442. }
  443. #banner #banner-container .tab-content .sec03 .col-lg-4:hover .sec02-p-m,
  444. #banner #banner-container .tab-content .sec03 .col-lg-4:hover .sec03-p-m {
  445. opacity: 1;
  446. }
  447. #banner #banner-container .tab-content .sec03 .col-lg-4:hover img {
  448. opacity: 0.2;
  449. }
  450. @media screen and (max-width: 767px) {
  451. #banner #banner-container .tab-content .sec03 .col-lg-4:hover img {
  452. opacity: 1;
  453. }
  454. }
  455. @media screen and (max-width: 767px) {
  456. #banner #banner-container .tab-content .sec03 .col-lg-4 {
  457. background: none;
  458. }
  459. }
  460. #banner #banner-container .tab-content .sec03 .col-lg-4 img {
  461. -o-object-fit: cover;
  462. object-fit: cover;
  463. width: 435px !important;
  464. height: 200px !important;
  465. opacity: 1;
  466. -webkit-transition: 0.3s ease-in-out;
  467. transition: 0.3s ease-in-out;
  468. }
  469. #banner #banner-container .tab-content .sec03 .col-lg-4 .sec03-img-m {
  470. text-align: center;
  471. width: 100%;
  472. position: absolute;
  473. top: 100px;
  474. }
  475. #banner #banner-container .tab-content .sec03 .col-lg-4 .sec03-img-m1 {
  476. text-align: center;
  477. width: 100%;
  478. position: absolute;
  479. }
  480. @media screen and (max-width: 767px) {
  481. #banner #banner-container .tab-content .sec03 .col-lg-4 .sec03-img-m1 {
  482. top: 80px;
  483. }
  484. }
  485. #banner #banner-container .tab-content .sec03 .col-lg-4 .sec03-img-m1 .play1 {
  486. width: 50px !important;
  487. height: 50px !important;
  488. }
  489. #banner #banner-container .tab-content .sec03 .sec03-1 .sec05-row {
  490. background: rgba(0, 0, 0, 0.8);
  491. text-align: center;
  492. height: 600px;
  493. }
  494. @media screen and (max-width: 767px) {
  495. #banner #banner-container .tab-content .sec03 .sec03-1 .sec05-row {
  496. height: 300px;
  497. }
  498. }
  499. #banner #banner-container .tab-content .sec03 .sec03-1 .sec05-row p {
  500. letter-spacing: 5px;
  501. }
  502. #banner #banner-container .tab-content .sec04 .col-lg-4 {
  503. position: relative;
  504. background: #80ab29;
  505. -webkit-transition: 0.3s ease-in-out;
  506. transition: 0.3s ease-in-out;
  507. cursor: pointer;
  508. }
  509. #banner #banner-container .tab-content .sec04 .col-lg-4 .sec04-p-m {
  510. color: #fff;
  511. text-align: center;
  512. font-size: 14px;
  513. -webkit-transition: 0.3s;
  514. transition: 0.3s;
  515. -webkit-transition: 0.3s ease-in-out;
  516. transition: 0.3s ease-in-out;
  517. }
  518. @media screen and (min-width: 1025px) {
  519. #banner #banner-container .tab-content .sec04 .col-lg-4 .sec04-p-m {
  520. width: 100%;
  521. position: absolute;
  522. top: 100px;
  523. left: 0px;
  524. font-size: 18px;
  525. opacity: 0;
  526. }
  527. }
  528. #banner #banner-container .tab-content .sec04 .col-lg-4:hover .play1 {
  529. opacity: 1;
  530. }
  531. #banner #banner-container .tab-content .sec04 .col-lg-4:hover .sec04-p-m {
  532. opacity: 1;
  533. }
  534. #banner #banner-container .tab-content .sec04 .col-lg-4:hover img {
  535. opacity: 0.2;
  536. }
  537. @media screen and (max-width: 767px) {
  538. #banner #banner-container .tab-content .sec04 .col-lg-4:hover img {
  539. opacity: 1;
  540. }
  541. }
  542. @media screen and (max-width: 767px) {
  543. #banner #banner-container .tab-content .sec04 .col-lg-4 {
  544. background: none;
  545. }
  546. }
  547. #banner #banner-container .tab-content .sec04 .col-lg-4 img {
  548. -o-object-fit: cover;
  549. object-fit: cover;
  550. width: 480px !important;
  551. height: 280px !important;
  552. opacity: 1;
  553. -webkit-transition: 0.3s ease-in-out;
  554. transition: 0.3s ease-in-out;
  555. }
  556. #banner #banner-container .tab-content .sec04 .col-lg-4 .sec03-img-m {
  557. text-align: center;
  558. width: 100%;
  559. position: absolute;
  560. top: 100px;
  561. }
  562. #banner #banner-container .tab-content .sec04 .col-lg-4 .sec03-img-m1 {
  563. text-align: center;
  564. width: 100%;
  565. position: absolute;
  566. }
  567. @media screen and (max-width: 767px) {
  568. #banner #banner-container .tab-content .sec04 .col-lg-4 .sec03-img-m1 {
  569. top: 80px;
  570. }
  571. }
  572. #banner #banner-container .tab-content .sec04 .col-lg-4 .sec03-img-m1 .play1 {
  573. width: 50px !important;
  574. height: 50px !important;
  575. }
  576. #banner #banner-container .tab-content .sec04 .sec04-1 .sec05-row {
  577. background: rgba(0, 0, 0, 0.8);
  578. text-align: center;
  579. height: 600px;
  580. }
  581. @media screen and (max-width: 767px) {
  582. #banner #banner-container .tab-content .sec04 .sec04-1 .sec05-row {
  583. height: 300px;
  584. }
  585. }
  586. #banner #banner-container .tab-content .sec04 .sec04-1 .sec05-row p {
  587. letter-spacing: 5px;
  588. }
  589. #footer {
  590. background: #363636;
  591. text-align: center;
  592. width: 80vw;
  593. margin: 0 auto !important;
  594. }
  595. @media screen and (max-width: 767px) {
  596. #footer {
  597. width: 95vw;
  598. padding-bottom: 30vw;
  599. }
  600. }
  601. #footer a {
  602. text-decoration: none;
  603. color: #fff;
  604. }
  605. #footer p {
  606. color: #fff;
  607. }
  608. /*# sourceMappingURL=about.css.map */