about.css 13 KB

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