about.css 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615
  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. bottom: 150px;
  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. @media screen and (max-width: 767px) {
  39. body .arrow {
  40. position: absolute;
  41. bottom: 200px;
  42. }
  43. }
  44. #Navigation {
  45. background: rgba(112, 112, 112, 0.5);
  46. height: 4.5vw;
  47. width: 100vw !important;
  48. position: fixed;
  49. z-index: 10;
  50. }
  51. @media screen and (max-width: 1024px) {
  52. #Navigation {
  53. height: 8vw;
  54. }
  55. }
  56. @media screen and (max-width: 767px) {
  57. #Navigation {
  58. height: 15vw;
  59. position: fixed;
  60. z-index: 5;
  61. background: rgba(0, 0, 0, 0.8);
  62. }
  63. }
  64. #Navigation #nav {
  65. width: 100vw;
  66. margin: 0 auto;
  67. }
  68. #Navigation #logo {
  69. padding-top: 0.5vw;
  70. }
  71. @media screen and (max-width: 767px) {
  72. #Navigation #logo {
  73. padding-top: 0;
  74. }
  75. }
  76. #Navigation #logo img {
  77. width: 120px;
  78. }
  79. #Navigation #link {
  80. text-align: right;
  81. padding: 1.5vw 3vw;
  82. }
  83. @media screen and (max-width: 1024px) {
  84. #Navigation #link {
  85. padding-top: 2vw;
  86. }
  87. }
  88. @media screen and (max-width: 767px) {
  89. #Navigation #link {
  90. display: none;
  91. }
  92. }
  93. #Navigation #link a {
  94. text-decoration: none;
  95. color: #fff;
  96. letter-spacing: 1px;
  97. font-size: 0.9rem;
  98. font-weight: 600;
  99. cursor: pointer;
  100. padding: 5px;
  101. position: relative;
  102. }
  103. #Navigation #link a img {
  104. -o-object-fit: cover;
  105. object-fit: cover;
  106. }
  107. #Navigation #menu-btn1 {
  108. position: absolute;
  109. right: 1vw;
  110. top: 1vw;
  111. width: 18vw;
  112. z-index: 6;
  113. }
  114. @media screen and (min-width: 1025px) {
  115. #Navigation #menu-btn1 {
  116. display: none;
  117. }
  118. }
  119. @media screen and (min-width: 768px) {
  120. #Navigation #menu-btn1 {
  121. display: none;
  122. }
  123. }
  124. #Navigation2 {
  125. background: rgba(112, 112, 112, 0.75);
  126. height: 4.5vw;
  127. width: 100vw !important;
  128. position: fixed;
  129. bottom: 0px;
  130. z-index: 10;
  131. }
  132. @media screen and (min-width: 1025px) {
  133. #Navigation2 {
  134. display: none;
  135. }
  136. }
  137. @media screen and (max-width: 1024px) {
  138. #Navigation2 {
  139. height: 8vw;
  140. }
  141. }
  142. @media screen and (max-width: 767px) {
  143. #Navigation2 {
  144. height: 15vw;
  145. position: fixed;
  146. z-index: 5;
  147. background: rgba(0, 0, 0, 0.8);
  148. }
  149. }
  150. #Navigation2 #nav {
  151. width: 90vw;
  152. margin: 0 auto;
  153. display: -ms-grid;
  154. display: grid;
  155. -ms-grid-columns: (1fr)[5];
  156. grid-template-columns: repeat(5, 1fr);
  157. text-align: center;
  158. }
  159. #Navigation2 #nav a {
  160. text-decoration: none;
  161. color: #fff;
  162. letter-spacing: 1px;
  163. font-size: 0.9rem;
  164. font-weight: 600;
  165. cursor: pointer;
  166. position: relative;
  167. }
  168. #Navigation2 #nav a img {
  169. margin: 10px auto;
  170. -o-object-fit: cover;
  171. object-fit: cover;
  172. }
  173. #banner {
  174. position: relative;
  175. }
  176. #banner #bannerdes-img {
  177. position: absolute;
  178. z-index: -1;
  179. opacity: 0.5;
  180. }
  181. #banner #bannerdes-img .banner-img {
  182. width: 100vw;
  183. height: 70vh;
  184. -o-object-fit: cover;
  185. object-fit: cover;
  186. }
  187. @media screen and (max-width: 767px) {
  188. #banner #bannerdes-img .banner-img {
  189. height: 80vh;
  190. }
  191. }
  192. @media screen and (max-width: 767px) {
  193. #banner {
  194. background-size: 110vw;
  195. background-repeat: no-repeat;
  196. }
  197. }
  198. #banner #banner-container {
  199. padding-top: 10vw;
  200. width: 90vw;
  201. }
  202. @media screen and (max-width: 767px) {
  203. #banner #banner-container {
  204. width: 95vw;
  205. }
  206. }
  207. @media screen and (max-width: 767px) {
  208. #banner #banner-container .banner-des-about {
  209. display: none;
  210. }
  211. }
  212. @media screen and (max-width: 767px) {
  213. #banner #banner-container .banner-des-about .banner-2 img {
  214. display: none;
  215. }
  216. }
  217. @media screen and (min-width: 1025px) {
  218. #banner #banner-container .banner-m {
  219. display: none;
  220. }
  221. }
  222. #banner #banner-container .banner-m .bannerm-1 {
  223. background: rgba(141, 194, 31, 0.8);
  224. }
  225. @media screen and (max-width: 767px) {
  226. #banner #banner-container .banner-m .bannerm-1 {
  227. margin: 0;
  228. }
  229. }
  230. #banner #banner-container .banner-m .bannerm-1 .banner1-1 {
  231. font-size: 18px;
  232. }
  233. #banner #banner-container ul {
  234. text-align: center;
  235. background: rgba(141, 194, 31, 0.8);
  236. }
  237. @media screen and (max-width: 767px) {
  238. #banner #banner-container ul {
  239. margin-top: 5vw;
  240. }
  241. }
  242. #banner #banner-container ul .nav-item {
  243. padding: 10px;
  244. }
  245. @media screen and (max-width: 767px) {
  246. #banner #banner-container ul .nav-item {
  247. padding: 6px;
  248. }
  249. }
  250. #banner #banner-container ul .nav-item .nav-item2 {
  251. position: relative;
  252. }
  253. #banner #banner-container ul .nav-item .nav-item2:after {
  254. content: url(../img/about/sec01/item-arrow.png);
  255. display: block;
  256. width: 80%;
  257. height: 5px;
  258. position: absolute;
  259. left: 12%;
  260. bottom: 0;
  261. -webkit-transition: all 0.3s;
  262. transition: all 0.3s;
  263. opacity: 0;
  264. }
  265. #banner #banner-container ul .nav-item .nav-item2 .after-nav {
  266. opacity: 1;
  267. }
  268. #banner #banner-container ul .nav-item .nav-item2:focus:after {
  269. width: 80%;
  270. opacity: 1;
  271. }
  272. #banner #banner-container .tab-content .condition {
  273. padding: 24px;
  274. font-size: 14px;
  275. padding-bottom: 10vw;
  276. }
  277. @media screen and (max-width: 767px) {
  278. #banner #banner-container .tab-content .condition {
  279. padding: 18px;
  280. }
  281. }
  282. #banner #banner-container .tab-content .idea {
  283. padding: 24px;
  284. font-size: 14px;
  285. padding-bottom: 10vw;
  286. background-size: contain;
  287. background-repeat: no-repeat;
  288. background-blend-mode: overlay;
  289. }
  290. #banner #banner-container .tab-content .contact {
  291. padding-bottom: 10vw;
  292. padding: 24px;
  293. font-size: 14px;
  294. background-size: contain;
  295. background-repeat: no-repeat;
  296. background-blend-mode: overlay;
  297. word-break: break-all;
  298. }
  299. #banner #banner-container .tab-content .contact a {
  300. text-decoration: none;
  301. color: #fff;
  302. }
  303. @media screen and (max-width: 767px) {
  304. #banner #banner-container .tab-content .contact {
  305. padding: 18px;
  306. }
  307. }
  308. #banner #banner-container .tab-content .sec02 .col-lg-4,
  309. #banner #banner-container .tab-content .sec04 .col-lg-4 {
  310. position: relative;
  311. background: #80ab29;
  312. -webkit-transition: 0.3s ease-in-out;
  313. transition: 0.3s ease-in-out;
  314. cursor: pointer;
  315. }
  316. #banner #banner-container .tab-content .sec02 .col-lg-4 .sec02-p-m,
  317. #banner #banner-container .tab-content .sec04 .col-lg-4 .sec02-p-m {
  318. color: #fff;
  319. text-align: center;
  320. font-size: 14px;
  321. -webkit-transition: 0.3s;
  322. transition: 0.3s;
  323. -webkit-transition: 0.3s ease-in-out;
  324. transition: 0.3s ease-in-out;
  325. }
  326. @media screen and (min-width: 1025px) {
  327. #banner #banner-container .tab-content .sec02 .col-lg-4 .sec02-p-m,
  328. #banner #banner-container .tab-content .sec04 .col-lg-4 .sec02-p-m {
  329. width: 100%;
  330. position: absolute;
  331. top: 100px;
  332. left: 0px;
  333. font-size: 18px;
  334. opacity: 0;
  335. }
  336. }
  337. #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,
  338. #banner #banner-container .tab-content .sec04 .col-lg-4:hover .sec02-p-m,
  339. #banner #banner-container .tab-content .sec04 .col-lg-4:hover .sec03-p-m {
  340. opacity: 1;
  341. }
  342. #banner #banner-container .tab-content .sec02 .col-lg-4:hover img,
  343. #banner #banner-container .tab-content .sec04 .col-lg-4:hover img {
  344. opacity: 0.2;
  345. }
  346. @media screen and (max-width: 767px) {
  347. #banner #banner-container .tab-content .sec02 .col-lg-4:hover img,
  348. #banner #banner-container .tab-content .sec04 .col-lg-4:hover img {
  349. opacity: 1;
  350. }
  351. }
  352. @media screen and (max-width: 767px) {
  353. #banner #banner-container .tab-content .sec02 .col-lg-4,
  354. #banner #banner-container .tab-content .sec04 .col-lg-4 {
  355. background: none;
  356. }
  357. }
  358. #banner #banner-container .tab-content .sec02 .col-lg-4 img,
  359. #banner #banner-container .tab-content .sec04 .col-lg-4 img {
  360. -o-object-fit: cover;
  361. object-fit: cover;
  362. width: 480px !important;
  363. height: 280px !important;
  364. opacity: 1;
  365. -webkit-transition: 0.3s ease-in-out;
  366. transition: 0.3s ease-in-out;
  367. }
  368. #banner #banner-container .tab-content .sec03 .col-lg-4 {
  369. position: relative;
  370. background: #80ab29;
  371. -webkit-transition: 0.3s ease-in-out;
  372. transition: 0.3s ease-in-out;
  373. cursor: pointer;
  374. }
  375. #banner #banner-container .tab-content .sec03 .col-lg-4 .sec03-p-m {
  376. color: #fff;
  377. text-align: center;
  378. font-size: 14px;
  379. -webkit-transition: 0.3s;
  380. transition: 0.3s;
  381. -webkit-transition: 0.3s ease-in-out;
  382. transition: 0.3s ease-in-out;
  383. }
  384. @media screen and (min-width: 1025px) {
  385. #banner #banner-container .tab-content .sec03 .col-lg-4 .sec03-p-m {
  386. width: 100%;
  387. position: absolute;
  388. top: 100px;
  389. left: 0px;
  390. font-size: 16px;
  391. opacity: 0;
  392. }
  393. }
  394. @media screen and (min-width: 1025px) {
  395. #banner #banner-container .tab-content .sec03 .col-lg-4 .sec03-p-m {
  396. position: absolute;
  397. top: 50px;
  398. left: 0px;
  399. background-size: contain;
  400. opacity: 0;
  401. }
  402. }
  403. #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 {
  404. opacity: 1;
  405. }
  406. #banner #banner-container .tab-content .sec03 .col-lg-4:hover img {
  407. opacity: 0.2;
  408. }
  409. @media screen and (max-width: 767px) {
  410. #banner #banner-container .tab-content .sec03 .col-lg-4:hover img {
  411. opacity: 1;
  412. }
  413. }
  414. @media screen and (max-width: 767px) {
  415. #banner #banner-container .tab-content .sec03 .col-lg-4 {
  416. background: none;
  417. }
  418. }
  419. #banner #banner-container .tab-content .sec03 .col-lg-4 img {
  420. -o-object-fit: cover;
  421. object-fit: cover;
  422. width: 500px !important;
  423. height: 250px !important;
  424. opacity: 1;
  425. -webkit-transition: 0.3s ease-in-out;
  426. transition: 0.3s ease-in-out;
  427. }
  428. #banner #banner-container .tab-content .sec03 .sec03-1 .sec05-row {
  429. background: rgba(0, 0, 0, 0.8);
  430. text-align: center;
  431. height: 600px;
  432. }
  433. @media screen and (max-width: 767px) {
  434. #banner #banner-container .tab-content .sec03 .sec03-1 .sec05-row {
  435. height: 300px;
  436. }
  437. }
  438. #banner #banner-container .tab-content .sec03 .sec03-1 .sec05-row p {
  439. letter-spacing: 5px;
  440. }
  441. #banner #banner-container .tab-content .sec04 .col-lg-4 {
  442. position: relative;
  443. background: #80ab29;
  444. -webkit-transition: 0.3s ease-in-out;
  445. transition: 0.3s ease-in-out;
  446. cursor: pointer;
  447. }
  448. #banner #banner-container .tab-content .sec04 .col-lg-4 .sec04-p-m {
  449. color: #fff;
  450. text-align: center;
  451. font-size: 14px;
  452. -webkit-transition: 0.3s;
  453. transition: 0.3s;
  454. -webkit-transition: 0.3s ease-in-out;
  455. transition: 0.3s ease-in-out;
  456. }
  457. @media screen and (min-width: 1025px) {
  458. #banner #banner-container .tab-content .sec04 .col-lg-4 .sec04-p-m {
  459. width: 100%;
  460. position: absolute;
  461. top: 100px;
  462. left: 0px;
  463. font-size: 18px;
  464. opacity: 0;
  465. }
  466. }
  467. #banner #banner-container .tab-content .sec04 .col-lg-4:hover .sec04-p-m {
  468. opacity: 1;
  469. }
  470. #banner #banner-container .tab-content .sec04 .col-lg-4:hover img {
  471. opacity: 0.2;
  472. }
  473. @media screen and (max-width: 767px) {
  474. #banner #banner-container .tab-content .sec04 .col-lg-4:hover img {
  475. opacity: 1;
  476. }
  477. }
  478. @media screen and (max-width: 767px) {
  479. #banner #banner-container .tab-content .sec04 .col-lg-4 {
  480. background: none;
  481. }
  482. }
  483. #banner #banner-container .tab-content .sec04 .col-lg-4 img {
  484. -o-object-fit: cover;
  485. object-fit: cover;
  486. width: 480px !important;
  487. height: 280px !important;
  488. opacity: 1;
  489. -webkit-transition: 0.3s ease-in-out;
  490. transition: 0.3s ease-in-out;
  491. }
  492. #banner #banner-container .tab-content .sec04 .sec04-1 .sec05-row {
  493. background: rgba(0, 0, 0, 0.8);
  494. text-align: center;
  495. height: 600px;
  496. }
  497. @media screen and (max-width: 767px) {
  498. #banner #banner-container .tab-content .sec04 .sec04-1 .sec05-row {
  499. height: 300px;
  500. }
  501. }
  502. #banner #banner-container .tab-content .sec04 .sec04-1 .sec05-row p {
  503. letter-spacing: 5px;
  504. }
  505. #footer {
  506. background: #363636;
  507. text-align: center;
  508. width: 80vw;
  509. margin: 0 auto !important;
  510. }
  511. @media screen and (max-width: 767px) {
  512. #footer {
  513. width: 95vw;
  514. padding-bottom: 30vw;
  515. }
  516. }
  517. #footer a {
  518. text-decoration: none;
  519. color: #fff;
  520. }
  521. #footer p {
  522. color: #fff;
  523. }
  524. /*# sourceMappingURL=about.css.map */