style.css 27 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529153015311532153315341535153615371538153915401541154215431544154515461547154815491550155115521553155415551556155715581559156015611562156315641565156615671568156915701571157215731574
  1. @charset "UTF-8";
  2. * {
  3. margin: 0;
  4. padding: 0;
  5. -webkit-box-sizing: border-box;
  6. box-sizing: border-box;
  7. }
  8. .container-fluid {
  9. width: 80vw;
  10. margin: 0 auto;
  11. }
  12. @media screen and (max-width: 767px) {
  13. .container-fluid {
  14. width: 100vw;
  15. }
  16. }
  17. body {
  18. background: #fff;
  19. }
  20. body .learn-more {
  21. color: #fff;
  22. width: 30%;
  23. height: 50px;
  24. margin: 10px 0px;
  25. font-size: 16px;
  26. border-radius: 0%;
  27. border: none;
  28. font-weight: 900;
  29. background: #93000a;
  30. vertical-align: top;
  31. -webkit-transition: 0.3s;
  32. transition: 0.3s;
  33. }
  34. body .learn-more:hover {
  35. color: #93000a;
  36. background: #fff;
  37. border: 1px solid #93000a;
  38. }
  39. #Navigation {
  40. width: 100vw;
  41. background-color: #000;
  42. color: #fff;
  43. position: fixed;
  44. z-index: 20;
  45. }
  46. #Navigation #logo {
  47. padding-top: 1.3vw;
  48. }
  49. @media screen and (max-width: 767px) {
  50. #Navigation #logo {
  51. padding: 10px;
  52. }
  53. }
  54. #Navigation #logo img {
  55. width: 180px;
  56. }
  57. @media screen and (max-width: 767px) {
  58. #Navigation #logo img {
  59. width: 140px;
  60. }
  61. }
  62. #Navigation #link {
  63. padding: 4vw 1vw 2vw 1vw;
  64. }
  65. @media screen and (max-width: 767px) {
  66. #Navigation #link {
  67. display: none;
  68. }
  69. }
  70. #Navigation #link a {
  71. text-decoration: none;
  72. color: #fff;
  73. letter-spacing: 1px;
  74. font-size: 0.9rem;
  75. font-weight: 600;
  76. cursor: pointer;
  77. padding: 15px;
  78. position: relative;
  79. }
  80. #Navigation #link a :hover {
  81. opacity: 0.8;
  82. }
  83. #Navigation #link a:after {
  84. content: "";
  85. display: block;
  86. width: 80%;
  87. height: 3px;
  88. background-color: #fff;
  89. position: absolute;
  90. left: 12%;
  91. bottom: 0;
  92. -webkit-transition: all 0.3s;
  93. transition: all 0.3s;
  94. opacity: 0;
  95. }
  96. #Navigation #link a:hover:after {
  97. width: 80%;
  98. opacity: 1;
  99. }
  100. @media screen and (max-width: 1024px) {
  101. #Navigation #link a {
  102. padding: 5px;
  103. padding-top: 2vw;
  104. }
  105. }
  106. #Navigation #menu-btn1 {
  107. position: absolute;
  108. right: 2vw;
  109. top: 8vw;
  110. width: 15vw;
  111. z-index: 6;
  112. }
  113. @media screen and (min-width: 1025px) {
  114. #Navigation #menu-btn1 {
  115. display: none;
  116. }
  117. }
  118. @media screen and (min-width: 768px) {
  119. #Navigation #menu-btn1 {
  120. display: none;
  121. }
  122. }
  123. #menu-box {
  124. width: 40vw;
  125. right: 0px;
  126. position: fixed;
  127. z-index: 20;
  128. overflow: hidden;
  129. }
  130. @media screen and (min-width: 1025px) {
  131. #menu-box {
  132. display: none;
  133. }
  134. }
  135. #menu-box hr {
  136. margin: 5px auto !important;
  137. width: 25vw;
  138. background: #fff;
  139. opacity: 1 !important;
  140. }
  141. #menu-box #menu-box2 {
  142. padding-bottom: 5vw;
  143. position: relative;
  144. width: 40vw;
  145. background-color: #313131;
  146. z-index: 7;
  147. text-align: center;
  148. }
  149. #menu-box #menu-box2 .close {
  150. padding: 30px 15px 15px 15px;
  151. }
  152. #menu-box #menu-box2 a {
  153. display: inline-block;
  154. text-decoration: none;
  155. color: #fff;
  156. font-size: 14px;
  157. font-weight: 900;
  158. text-align: center;
  159. padding: 0 !important;
  160. }
  161. #banner {
  162. width: 100vw;
  163. display: inline-block;
  164. background: url(./img/banner2.jpg), linear-gradient(75deg, rgba(0, 0, 0, 0.52) 35%, transparent 30%);
  165. background-position: center center;
  166. background-size: cover;
  167. background-blend-mode: overlay;
  168. }
  169. @media screen and (max-width: 767px) {
  170. #banner {
  171. background: url(./img/mobile-banner1.jpg);
  172. }
  173. }
  174. #banner #banner-container {
  175. width: 80vw;
  176. margin: 50px auto;
  177. padding-bottom: 5vw;
  178. }
  179. @media screen and (max-width: 767px) {
  180. #banner #banner-container {
  181. width: 85vw;
  182. padding-bottom: 10vw;
  183. }
  184. }
  185. #banner #banner-container .youtube {
  186. width: 80vw;
  187. padding-top: 10vw;
  188. margin: 0 auto;
  189. color: #fff;
  190. }
  191. @media screen and (max-width: 767px) {
  192. #banner #banner-container .youtube {
  193. padding-top: 10vw;
  194. margin: 0 auto;
  195. }
  196. }
  197. #banner #banner-container .youtube #youtube-text h1 {
  198. font-size: 40px;
  199. text-align: left;
  200. }
  201. @media screen and (max-width: 767px) {
  202. #banner #banner-container .youtube #youtube-text h1 {
  203. font-size: 30px;
  204. margin: 0;
  205. }
  206. }
  207. #banner #banner-container .youtube #youtube-text .youtube-text-title1 {
  208. width: 380px;
  209. }
  210. @media screen and (max-width: 767px) {
  211. #banner #banner-container .youtube #youtube-text .youtube-text-title1 {
  212. width: 80vw;
  213. }
  214. }
  215. #banner #banner-container .youtube #youtube-text .youtube-text-title2 {
  216. width: 350px;
  217. }
  218. @media screen and (max-width: 767px) {
  219. #banner #banner-container .youtube #youtube-text .youtube-text-title2 {
  220. width: 80vw;
  221. }
  222. }
  223. #banner #banner-container .youtube #youtube-text p {
  224. width: 300px;
  225. }
  226. @media screen and (max-width: 767px) {
  227. #banner #banner-container .youtube #youtube-text p {
  228. width: 80vw;
  229. }
  230. }
  231. #banner #banner-container .youtube hr {
  232. width: 12vw;
  233. height: 2px;
  234. color: #fff;
  235. margin: 20px 0px;
  236. opacity: 1 !important;
  237. }
  238. @media screen and (max-width: 767px) {
  239. #banner #banner-container .youtube hr {
  240. width: 80vw;
  241. }
  242. }
  243. #banner #banner-container .youtube .youtube-text-hr {
  244. width: 20vw;
  245. padding: 10px;
  246. }
  247. @media screen and (max-width: 767px) {
  248. #banner #banner-container .youtube .youtube-text-hr {
  249. width: 80vw;
  250. }
  251. }
  252. #banner #banner-container .youtube p {
  253. font-size: 18px;
  254. }
  255. #banner #banner-container .youtube h1 {
  256. font-size: 30px;
  257. }
  258. @media screen and (max-width: 767px) {
  259. #banner #banner-container .youtube h1 {
  260. font-size: 25px;
  261. padding: 15px 0px;
  262. }
  263. }
  264. @media screen and (max-width: 767px) {
  265. #banner #banner-container .youtube .learn-more {
  266. width: 100%;
  267. margin: 10px 0px;
  268. }
  269. }
  270. #banner #banner-container .contact-form-destop {
  271. text-align: center;
  272. }
  273. @media screen and (max-width: 767px) {
  274. #banner #banner-container .contact-form-destop {
  275. display: none;
  276. }
  277. }
  278. #banner #banner-container .contact-form-destop h1 {
  279. padding: 5vw 0 1vw 0;
  280. color: #fff;
  281. }
  282. @media screen and (max-width: 767px) {
  283. #banner #banner-container .contact-form-destop h1 {
  284. font-size: 20px;
  285. padding: 15px;
  286. }
  287. }
  288. #banner #banner-container .contact-form-destop #email {
  289. width: 50%;
  290. font-size: 16px;
  291. margin: 15px 0;
  292. padding: 10px 15px;
  293. border: none;
  294. height: 50px;
  295. border: 1px solid #313131;
  296. }
  297. @media screen and (max-width: 767px) {
  298. #banner #banner-container .contact-form-destop #email {
  299. display: none;
  300. }
  301. }
  302. #banner #banner-container .contact-form-destop .btn {
  303. color: #fff;
  304. width: 25%;
  305. height: 50px;
  306. margin: 15px 0px;
  307. font-size: 16px;
  308. border-radius: 0%;
  309. border: none;
  310. font-weight: 900;
  311. background: #93000a;
  312. vertical-align: top;
  313. -webkit-transition: 0.3s;
  314. transition: 0.3s;
  315. }
  316. @media screen and (max-width: 767px) {
  317. #banner #banner-container .contact-form-destop .btn {
  318. display: none;
  319. }
  320. }
  321. #banner #banner-container .contact-form-destop .btn:hover {
  322. font-size: 17px;
  323. }
  324. @media screen and (min-width: 1025px) {
  325. #banner #banner-container .contact-form-mobile {
  326. display: none;
  327. }
  328. }
  329. #banner #banner-container .contact-form-mobile h1 {
  330. text-align: center;
  331. padding: 10vw 0 1vw 0;
  332. color: #fff;
  333. font-size: 20px;
  334. }
  335. #banner #banner-container .contact-form-mobile #email-moblie {
  336. margin: 10px auto;
  337. width: 75%;
  338. padding: 10px 15px;
  339. border: none;
  340. height: 50px;
  341. background: url(./img/email.png) 5% 50% no-repeat scroll transparent;
  342. background-size: 20px 15px;
  343. background-color: #fff;
  344. text-align: center;
  345. color: #313131;
  346. font-weight: 900;
  347. }
  348. @media screen and (min-width: 1025px) {
  349. #banner #banner-container .contact-form-mobile #email-moblie {
  350. display: none;
  351. }
  352. }
  353. #banner #banner-container #email-arrow {
  354. width: 15%;
  355. background: url(./img/button-arrow.png) 55% 50% no-repeat scroll transparent;
  356. background-size: 10px 15px;
  357. background-color: #93000a;
  358. height: 50px;
  359. margin: 10px auto;
  360. font-size: 16px;
  361. border-radius: 0%;
  362. border: none;
  363. font-weight: 900;
  364. vertical-align: top;
  365. }
  366. @media screen and (min-width: 1025px) {
  367. #banner #banner-container #email-arrow {
  368. display: none;
  369. }
  370. }
  371. #sec01 {
  372. padding-top: 5vw;
  373. padding-bottom: 5vw;
  374. }
  375. #sec01 .NEWS {
  376. width: 80vw;
  377. margin: 0 auto;
  378. margin-top: -130px;
  379. margin-bottom: 100px;
  380. }
  381. @media screen and (max-width: 767px) {
  382. #sec01 .NEWS {
  383. margin-top: -70px;
  384. width: 90vw;
  385. }
  386. }
  387. #sec01 .NEWS h1 {
  388. padding: 0;
  389. margin: 0;
  390. font-weight: 900;
  391. color: #fff;
  392. letter-spacing: 3px;
  393. font-size: 60px;
  394. }
  395. @media screen and (max-width: 767px) {
  396. #sec01 .NEWS h1 {
  397. font-size: 50px;
  398. }
  399. }
  400. #sec01 #sec01-container {
  401. -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
  402. box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
  403. margin: 0 auto !important;
  404. }
  405. @media screen and (max-width: 767px) {
  406. #sec01 #sec01-container {
  407. width: 90vw;
  408. margin: 0 auto;
  409. }
  410. }
  411. #sec01 #sec01-container #sec01-container-card .card {
  412. padding: 30px;
  413. border: none !important;
  414. }
  415. @media screen and (max-width: 767px) {
  416. #sec01 #sec01-container #sec01-container-card .card {
  417. padding: 15px;
  418. }
  419. }
  420. #sec01 #sec01-container #sec01-container-card .card h1 {
  421. padding: 15px;
  422. font-size: 40px;
  423. font-weight: 900;
  424. color: #9b9b9b;
  425. }
  426. #sec01 #sec01-container #sec01-container-card .card p {
  427. padding: 5px;
  428. font-size: 18px;
  429. margin-bottom: 0 !important;
  430. }
  431. @media screen and (max-width: 767px) {
  432. #sec01 #sec01-container #sec01-container-card .card p {
  433. padding: 0px;
  434. font-size: 16px;
  435. }
  436. }
  437. #sec01 #sec01-container #sec01-container-card .card .sec01-title {
  438. padding: 15px 0px;
  439. font-weight: 900;
  440. font-size: 22px;
  441. }
  442. @media screen and (max-width: 767px) {
  443. #sec01 #sec01-container #sec01-container-card .card .sec01-title {
  444. font-size: 18px;
  445. }
  446. }
  447. #sec01 #sec01-container #sec01-container-card .card a {
  448. text-decoration: none;
  449. color: #000;
  450. -webkit-transition: 0.3s;
  451. transition: 0.3s;
  452. cursor: pointer;
  453. }
  454. #sec01 #sec01-container #sec01-container-card .card a:hover {
  455. color: #2828ff;
  456. }
  457. #sec01 #sec01-container #sec01-container-card .card img {
  458. text-align: center;
  459. width: 38vw;
  460. height: 240px;
  461. -o-object-fit: cover;
  462. object-fit: cover;
  463. }
  464. @media screen and (max-width: 767px) {
  465. #sec01 #sec01-container #sec01-container-card .card img {
  466. width: 85vw;
  467. height: 200px;
  468. margin: 0 auto;
  469. }
  470. }
  471. #sec02 {
  472. background: #414141;
  473. padding-top: 3vw;
  474. }
  475. @media screen and (max-width: 767px) {
  476. #sec02 {
  477. display: none;
  478. }
  479. }
  480. #sec02 #sec02-container {
  481. width: 90vw;
  482. padding: 15px;
  483. font-weight: 900;
  484. color: #fff;
  485. position: relative;
  486. }
  487. #sec02 #sec02-container #sec02-top-box {
  488. position: relative;
  489. }
  490. #sec02 #sec02-container #sec02-top-box #sec02-content {
  491. position: absolute;
  492. top: 10px;
  493. left: 300px;
  494. }
  495. #sec02 #sec02-container #sec02-top-box .sec02-box1 {
  496. color: #000;
  497. width: 13vw;
  498. }
  499. #sec02 #sec02-container #sec02-top-box .sec02-box1 img {
  500. display: inline;
  501. width: 150px;
  502. height: 200px;
  503. -o-object-fit: cover;
  504. object-fit: cover;
  505. -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
  506. box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
  507. }
  508. #sec02 #sec02-container #sec02-top-box .sec02-box1 .sec02-top-text span {
  509. font-size: 30px;
  510. }
  511. #sec02-moblie {
  512. background: #414141;
  513. padding-top: 3vw;
  514. padding-bottom: 20vw;
  515. }
  516. @media screen and (min-width: 1025px) {
  517. #sec02-moblie {
  518. display: none;
  519. }
  520. }
  521. #sec02-moblie #sec02-container {
  522. padding: 15px;
  523. font-weight: 900;
  524. color: #fff;
  525. text-align: right;
  526. }
  527. #sec02-moblie #sec02-container .sec02-top1-box img {
  528. width: 80px;
  529. }
  530. #sec02-moblie #sec02-container .sec02-top1-box span {
  531. font-size: 30px;
  532. }
  533. #sec02-moblie #sec02-container .sec02-top1-box .sec02-top-text {
  534. text-align: center;
  535. }
  536. #sec02-moblie #sec02-container #sec02-content {
  537. position: relative;
  538. }
  539. #sec02-moblie #sec02-container #sec02-top-box {
  540. width: 100vw;
  541. position: absolute;
  542. top: 1px;
  543. }
  544. @media screen and (max-width: 350px) {
  545. #sec02-moblie #sec02-container #sec02-top-box {
  546. left: 10px;
  547. }
  548. }
  549. #sec02-moblie #sec02-container #sec02-top-box .sec02-box1 {
  550. color: #000;
  551. }
  552. #sec02-moblie #sec02-container #sec02-top-box .sec02-box1 #top1 {
  553. width: 100px;
  554. height: 130px;
  555. }
  556. @media screen and (max-width: 350px) {
  557. #sec02-moblie #sec02-container #sec02-top-box .sec02-box1 #top1 {
  558. width: 100px;
  559. height: 130px;
  560. }
  561. }
  562. #sec02-moblie #sec02-container #sec02-top-box .sec02-box1 img {
  563. width: 80px;
  564. height: 120px;
  565. }
  566. @media screen and (max-width: 350px) {
  567. #sec02-moblie #sec02-container #sec02-top-box .sec02-box1 img {
  568. width: 70px;
  569. height: 100px;
  570. }
  571. }
  572. #sec02-moblie #sec02-container #sec02-top-box .sec02-box1 .sec02-top-text {
  573. font-size: 12px;
  574. text-align: left;
  575. }
  576. #sec02-moblie #sec02-container #sec02-top-box .sec02-box1 .sec02-top-text span {
  577. font-size: 30px;
  578. }
  579. @media screen and (max-width: 350px) {
  580. #sec02-moblie #sec02-container #sec02-top-box .sec02-box1 .sec02-top-text span {
  581. font-size: 25px;
  582. }
  583. }
  584. #sec03 {
  585. padding-top: 15vw;
  586. padding-bottom: 5vw;
  587. }
  588. @media screen and (max-width: 767px) {
  589. #sec03 {
  590. display: none;
  591. }
  592. }
  593. #sec03 #sec03-table .sec03-table-title {
  594. font-family: 微軟正黑體;
  595. font-weight: 900;
  596. padding: 15px;
  597. font-size: 35px;
  598. }
  599. #sec03 #sec03-table .table th {
  600. font-size: 40px;
  601. display: table-cell;
  602. vertical-align: middle;
  603. }
  604. #sec03 #sec03-table .table td {
  605. padding: 15px;
  606. }
  607. #sec03 #sec03-table .table td a {
  608. text-decoration: none;
  609. color: #000;
  610. }
  611. #sec03 #sec03-table .table img {
  612. width: 50px;
  613. }
  614. #sec03 #sec03-table .table .sec03-table-text {
  615. padding: 10px;
  616. display: table-cell;
  617. vertical-align: middle;
  618. }
  619. #sec03 #sec03-table .table .sec03-table-text h1 {
  620. font-size: 20px;
  621. margin: 0;
  622. }
  623. #sec03 #sec03-table .table .sec03-table-text p {
  624. margin: 0;
  625. }
  626. #sec03-moblie {
  627. padding-top: 40vw;
  628. position: relative;
  629. }
  630. #sec03-moblie .arrow-table {
  631. position: fixed;
  632. width: 25px;
  633. right: 15px;
  634. bottom: 250px;
  635. z-index: 6;
  636. }
  637. @media screen and (max-width: 350px) {
  638. #sec03-moblie .arrow-table {
  639. right: 10px;
  640. bottom: 200px;
  641. }
  642. }
  643. #sec03-moblie .sec03-table-title,
  644. #sec03-moblie .sec03-table-title2 {
  645. font-family: 微軟正黑體;
  646. font-weight: 900;
  647. font-size: 14px;
  648. display: inline-block;
  649. color: #9b9b9b;
  650. }
  651. #sec03-moblie .contant-toggle {
  652. display: inline-block;
  653. color: #000;
  654. padding-bottom: 10px;
  655. border-bottom: 2px solid #000;
  656. }
  657. #sec03-moblie #sec03-slider {
  658. padding-top: 5vw;
  659. }
  660. #sec03-moblie #sec03-slider .slick-slide img {
  661. display: inline;
  662. }
  663. #sec03-moblie #sec03-slider #sec03-slider1,
  664. #sec03-moblie #sec03-slider #sec03-slider2 {
  665. margin: 0 5px;
  666. }
  667. @media screen and (max-width: 350px) {
  668. #sec03-moblie #sec03-slider #sec03-slider1,
  669. #sec03-moblie #sec03-slider #sec03-slider2 {
  670. margin: 0 5px;
  671. }
  672. }
  673. #sec03-moblie #sec03-slider .table th {
  674. font-size: 40px;
  675. display: table-cell;
  676. vertical-align: middle;
  677. padding: 15px;
  678. }
  679. @media screen and (max-width: 350px) {
  680. #sec03-moblie #sec03-slider .table th {
  681. font-size: 25px;
  682. }
  683. }
  684. #sec03-moblie #sec03-slider .table td {
  685. display: table-cell;
  686. vertical-align: middle;
  687. padding: 15px;
  688. padding: 10px 0;
  689. }
  690. @media screen and (max-width: 350px) {
  691. #sec03-moblie #sec03-slider .table td {
  692. padding: 0px;
  693. }
  694. }
  695. #sec03-moblie #sec03-slider .table td a {
  696. text-decoration: none;
  697. color: #000;
  698. }
  699. #sec03-moblie #sec03-slider .table img {
  700. width: 50px;
  701. }
  702. #sec03-moblie #sec03-slider .table .sec03-table-text {
  703. padding: 0px 0px 0px 3px;
  704. display: table-cell;
  705. vertical-align: middle;
  706. }
  707. @media screen and (max-width: 350px) {
  708. #sec03-moblie #sec03-slider .table .sec03-table-text {
  709. padding: 0px;
  710. }
  711. }
  712. #sec03-moblie #sec03-slider .table .sec03-table-text h1 {
  713. font-size: 14px;
  714. margin: 0;
  715. }
  716. #sec03-moblie #sec03-slider .table .sec03-table-text p {
  717. margin: 0;
  718. font-size: 12px;
  719. }
  720. @media screen and (min-width: 1025px) {
  721. #sec03-moblie {
  722. display: none;
  723. }
  724. }
  725. #sec04 {
  726. padding-top: 5vw;
  727. padding-bottom: 5vw;
  728. background: #414141;
  729. }
  730. @media screen and (max-width: 767px) {
  731. #sec04 {
  732. display: none;
  733. }
  734. }
  735. #sec04 .sec04-title {
  736. padding-bottom: 1vw;
  737. }
  738. #sec04 .sec04-title h1 {
  739. color: #fff;
  740. font-size: 45px;
  741. font-weight: 900;
  742. padding: 10px 10px;
  743. }
  744. @media screen and (max-width: 767px) {
  745. #sec04 .sec04-title h1 {
  746. font-weight: 900;
  747. font-size: 32px;
  748. }
  749. }
  750. #sec04 .sec04-title hr {
  751. width: 12vw;
  752. height: 2px;
  753. color: #fff !important;
  754. margin: 10px;
  755. opacity: 1 !important;
  756. }
  757. @media screen and (max-width: 767px) {
  758. #sec04 .sec04-title hr {
  759. width: 30vw;
  760. }
  761. }
  762. #sec04 .learn-more {
  763. width: 45%;
  764. }
  765. #sec04 #sec04-container {
  766. background: -webkit-gradient(linear, left top, left bottom, color-stop(15%, #414141), color-stop(0%, #eee));
  767. background: linear-gradient(180deg, #414141 15%, #eee 0%);
  768. padding: 20px;
  769. padding-bottom: 50px;
  770. }
  771. #sec04 #sec04-container .card {
  772. border: none;
  773. border-radius: 0%;
  774. -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
  775. box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
  776. }
  777. #sec04 #sec04-container .card img {
  778. height: 150px;
  779. -o-object-fit: cover;
  780. object-fit: cover;
  781. }
  782. #sec04 #sec04-container .card .card-title {
  783. font-weight: 900;
  784. }
  785. #sec04-moblie {
  786. padding-top: 5vw;
  787. padding-bottom: 5vw;
  788. background: #414141;
  789. position: relative;
  790. overflow: hidden;
  791. }
  792. #sec04-moblie .arrow-table {
  793. position: fixed;
  794. width: 25px;
  795. right: 15px;
  796. bottom: 240px;
  797. z-index: 6;
  798. }
  799. @media screen and (max-width: 350px) {
  800. #sec04-moblie .arrow-table {
  801. right: 10px;
  802. }
  803. }
  804. @media screen and (min-width: 1025px) {
  805. #sec04-moblie {
  806. display: none;
  807. }
  808. }
  809. #sec04-moblie h1 {
  810. color: #fff;
  811. font-size: 45px;
  812. font-weight: 900;
  813. padding: 5px 10px;
  814. }
  815. @media screen and (max-width: 767px) {
  816. #sec04-moblie h1 {
  817. font-weight: 900;
  818. font-size: 32px;
  819. }
  820. }
  821. #sec04-moblie hr {
  822. width: 30vw;
  823. height: 2px;
  824. color: #fff;
  825. margin: 10px;
  826. opacity: 1 !important;
  827. }
  828. #sec04-moblie #sec04-moblie-container {
  829. padding-top: 10vw;
  830. }
  831. #sec04-moblie #sec04-moblie-container .col {
  832. margin: 10px;
  833. }
  834. #sec04-moblie #sec04-moblie-container .col .card {
  835. border-radius: 0%;
  836. -webkit-box-shadow: 0 10px 1px rgba(155, 155, 155, 0.8);
  837. box-shadow: 0 10px 1px rgba(155, 155, 155, 0.8);
  838. }
  839. #sec04-moblie #sec04-moblie-container .col .card img {
  840. height: 150px;
  841. -o-object-fit: cover;
  842. object-fit: cover;
  843. }
  844. #sec04-moblie #sec04-moblie-container .col .card .card-title {
  845. font-weight: 900;
  846. }
  847. #sec04-moblie #sec04-moblie-container .col .card .learn-more {
  848. width: 120px;
  849. }
  850. #sec05 {
  851. width: 85vw;
  852. margin: 0 auto;
  853. padding-top: 5vw;
  854. padding-bottom: 5vw;
  855. }
  856. @media screen and (max-width: 767px) {
  857. #sec05 {
  858. display: none;
  859. }
  860. }
  861. #sec05 h1 {
  862. font-size: 45px;
  863. font-weight: 900;
  864. padding: 15px;
  865. }
  866. #sec05 #sec05-container #sec05-destop-slider .slick-prev:before,
  867. #sec05 #sec05-container #sec05-destop-slider .slick-next:before {
  868. opacity: 0;
  869. }
  870. #sec05 #sec05-container #sec05-destop-slider .slick-prev,
  871. #sec05 #sec05-container #sec05-destop-slider .slick-next {
  872. width: 40px;
  873. height: 40px;
  874. content: none;
  875. }
  876. #sec05 #sec05-container #sec05-destop-slider .slick-prev {
  877. background-image: url(./img/arrow-table2.png);
  878. background-repeat: no-repeat;
  879. left: -40px;
  880. }
  881. #sec05 #sec05-container #sec05-destop-slider .slick-prev:hover, #sec05 #sec05-container #sec05-destop-slider .slick-prev:focus {
  882. background-image: url(./img/arrow-table2.png);
  883. background-repeat: no-repeat;
  884. }
  885. #sec05 #sec05-container #sec05-destop-slider .slick-next {
  886. background-image: url(./img/arrow-table.png);
  887. background-repeat: no-repeat;
  888. right: -50px;
  889. }
  890. #sec05 #sec05-container #sec05-destop-slider .slick-next:hover, #sec05 #sec05-container #sec05-destop-slider .slick-next:focus {
  891. background-image: url(./img/arrow-table.png);
  892. background-repeat: no-repeat;
  893. }
  894. #sec05 #sec05-container .col {
  895. margin: 5px;
  896. }
  897. #sec05 #sec05-container .card {
  898. -webkit-box-shadow: 0 10px 1px rgba(155, 155, 155, 0.8);
  899. box-shadow: 0 10px 1px rgba(155, 155, 155, 0.8);
  900. }
  901. #sec05-moblie {
  902. padding-top: 5vw;
  903. padding-bottom: 10vw;
  904. overflow: hidden;
  905. }
  906. @media screen and (min-width: 1025px) {
  907. #sec05-moblie {
  908. display: none;
  909. }
  910. }
  911. #sec05-moblie #sec05-moblie-container {
  912. position: relative;
  913. }
  914. #sec05-moblie #sec05-moblie-container .arrow-table {
  915. position: fixed;
  916. width: 25px;
  917. right: 5px;
  918. bottom: 300px;
  919. z-index: 6;
  920. }
  921. @media screen and (max-width: 350px) {
  922. #sec05-moblie #sec05-moblie-container .arrow-table {
  923. right: 10px;
  924. }
  925. }
  926. #sec05-moblie h1 {
  927. font-size: 45px;
  928. font-weight: 900;
  929. padding: 15px;
  930. }
  931. #sec05-moblie #sec05-moblie-slider .sec05-moblie-box {
  932. padding: 20px;
  933. margin: 30px;
  934. }
  935. @media screen and (max-width: 400px) {
  936. #sec05-moblie #sec05-moblie-slider .sec05-moblie-box {
  937. padding: 5px;
  938. margin: 20px;
  939. }
  940. }
  941. #sec05-moblie #sec05-moblie-slider .sec05-moblie-box .card {
  942. border: none;
  943. }
  944. #sec05-moblie .sec05-button {
  945. text-align: center;
  946. margin-top: -50px;
  947. }
  948. #sec05-moblie .sec05-button .mouse_scroll {
  949. display: inline-block;
  950. margin: 0 auto;
  951. width: 24px;
  952. -webkit-transform: rotate(90deg);
  953. transform: rotate(90deg);
  954. }
  955. #sec05-moblie .sec05-button .testright {
  956. -webkit-transform: rotate(180deg);
  957. transform: rotate(180deg);
  958. }
  959. #sec05-moblie .sec05-button .m_scroll_arrows {
  960. display: block;
  961. width: 5px;
  962. height: 5px;
  963. /* IE 9 */
  964. -webkit-transform: rotate(45deg);
  965. /* Chrome, Safari, Opera */
  966. transform: rotate(45deg);
  967. border-right: 2px solid #000;
  968. border-bottom: 2px solid #000;
  969. margin: 0 0 3px 4px;
  970. width: 16px;
  971. height: 16px;
  972. }
  973. #sec05-moblie .sec05-button .unu {
  974. margin-top: 1px;
  975. }
  976. #sec05-moblie .sec05-button .unu,
  977. #sec05-moblie .sec05-button .doi,
  978. #sec05-moblie .sec05-button .trei {
  979. -webkit-animation: mouse-scroll 1s infinite;
  980. animation: mouse-scroll 1s infinite;
  981. }
  982. #sec05-moblie .sec05-button .unu {
  983. -webkit-animation-delay: 0.1s;
  984. -moz-animation-delay: 0.1s;
  985. -webkit-animation-direction: alternate;
  986. animation-direction: alternate;
  987. -webkit-animation-delay: alternate;
  988. animation-delay: alternate;
  989. }
  990. #sec05-moblie .sec05-button .doi {
  991. -webkit-animation-delay: 0.2s;
  992. -moz-animation-delay: 0.2s;
  993. -webkit-animation-direction: alternate;
  994. animation-delay: 0.2s;
  995. animation-direction: alternate;
  996. margin-top: -6px;
  997. }
  998. #sec05-moblie .sec05-button .trei {
  999. -webkit-animation-delay: 0.3s;
  1000. -moz-animation-delay: 0.3s;
  1001. -webkit-animation-direction: alternate;
  1002. animation-delay: 0.3s;
  1003. animation-direction: alternate;
  1004. margin-top: -6px;
  1005. }
  1006. #sec05-moblie .sec05-button .mouse {
  1007. height: 42px;
  1008. width: 24px;
  1009. border-radius: 14px;
  1010. -webkit-transform: none;
  1011. transform: none;
  1012. border: 2px solid #000;
  1013. top: 170px;
  1014. }
  1015. #sec05-moblie .sec05-button .wheel {
  1016. height: 5px;
  1017. width: 2px;
  1018. display: block;
  1019. margin: 5px auto;
  1020. background: #000;
  1021. position: relative;
  1022. height: 4px;
  1023. width: 4px;
  1024. border: 2px solid #000;
  1025. border-radius: 8px;
  1026. }
  1027. #sec05-moblie .sec05-button .wheel {
  1028. -webkit-animation: mouse-wheel 0.6s linear infinite;
  1029. animation: mouse-wheel 0.8s linear infinite;
  1030. }
  1031. @-webkit-keyframes mouse-wheel {
  1032. 0% {
  1033. opacity: 1;
  1034. -webkit-transform: translateY(0);
  1035. transform: translateY(0);
  1036. }
  1037. 100% {
  1038. opacity: 0;
  1039. -webkit-transform: translateY(6px);
  1040. transform: translateY(6px);
  1041. }
  1042. }
  1043. @keyframes mouse-wheel {
  1044. 0% {
  1045. top: 1px;
  1046. }
  1047. 25% {
  1048. top: 5px;
  1049. }
  1050. 50% {
  1051. top: 15px;
  1052. }
  1053. 75% {
  1054. top: 5px;
  1055. }
  1056. 100% {
  1057. top: 1px;
  1058. }
  1059. }
  1060. @-webkit-keyframes mouse-scroll {
  1061. 0% {
  1062. opacity: 0;
  1063. }
  1064. 50% {
  1065. opacity: 0.5;
  1066. }
  1067. 100% {
  1068. opacity: 1;
  1069. }
  1070. }
  1071. @keyframes mouse-scroll {
  1072. 0% {
  1073. opacity: 0;
  1074. }
  1075. 50% {
  1076. opacity: 0.5;
  1077. }
  1078. 100% {
  1079. opacity: 1;
  1080. }
  1081. }
  1082. #sec06 {
  1083. padding-top: 5vw;
  1084. padding-bottom: 5vw;
  1085. background: #525252;
  1086. }
  1087. @media screen and (max-width: 767px) {
  1088. #sec06 {
  1089. background: #313131;
  1090. }
  1091. }
  1092. #sec06 h1 {
  1093. font-size: 45px;
  1094. font-weight: 900;
  1095. padding: 15px;
  1096. color: #fff;
  1097. }
  1098. #sec06 hr {
  1099. width: 12vw;
  1100. height: 2px;
  1101. color: #fff;
  1102. margin: 10px;
  1103. opacity: 1 !important;
  1104. }
  1105. @media screen and (max-width: 767px) {
  1106. #sec06 hr {
  1107. width: 30vw;
  1108. }
  1109. }
  1110. #sec06 #sec06-container .card {
  1111. margin: 10px;
  1112. border-radius: 0%;
  1113. -webkit-box-shadow: 0 10px 1px rgba(155, 155, 155, 0.8);
  1114. box-shadow: 0 10px 1px rgba(155, 155, 155, 0.8);
  1115. }
  1116. #sec06 #sec06-container .card img {
  1117. padding: 5px;
  1118. height: 150px;
  1119. -o-object-fit: cover;
  1120. object-fit: cover;
  1121. }
  1122. #sec06 #sec06-container .card .card-title {
  1123. font-weight: 900;
  1124. }
  1125. #sec06 #sec06-container .card .learn-more {
  1126. width: 120px;
  1127. }
  1128. #sec06 #sec06-container .learn-more {
  1129. width: 120px;
  1130. }
  1131. #sec07 {
  1132. padding-top: 5vw;
  1133. padding-bottom: 5vw;
  1134. }
  1135. @media screen and (max-width: 767px) {
  1136. #sec07 {
  1137. display: none;
  1138. }
  1139. }
  1140. #sec07 .NFT-Collections-Sales-Volume {
  1141. width: 80vw;
  1142. margin: 0 auto;
  1143. margin-top: -120px;
  1144. margin-bottom: 50px;
  1145. }
  1146. @media screen and (max-width: 767px) {
  1147. #sec07 .NFT-Collections-Sales-Volume {
  1148. display: none;
  1149. }
  1150. }
  1151. #sec07 .NFT-Collections-Sales-Volume h1 {
  1152. padding: 0;
  1153. margin: 0;
  1154. font-weight: normal;
  1155. color: #fff;
  1156. letter-spacing: 3px;
  1157. font-size: 50px;
  1158. }
  1159. #sec07 .table {
  1160. text-align: center;
  1161. }
  1162. #sec07 .table thead tr th {
  1163. border: 0;
  1164. }
  1165. #sec07 .table td {
  1166. display: table-cell;
  1167. vertical-align: middle;
  1168. text-align: left;
  1169. }
  1170. #sec07 .table td img {
  1171. width: 50px;
  1172. }
  1173. #sec07 .table td .data-line {
  1174. width: 100px;
  1175. }
  1176. #sec07 .table th {
  1177. display: table-cell;
  1178. vertical-align: middle;
  1179. text-align: left;
  1180. }
  1181. #sec07 .table img {
  1182. padding: 5px;
  1183. }
  1184. #sec07 .sec07-table-button {
  1185. text-align: right;
  1186. }
  1187. #sec07 .sec07-table-button .data-button {
  1188. text-align: left;
  1189. border-radius: 25px;
  1190. width: 10vw;
  1191. padding: 5px 20px;
  1192. color: #000;
  1193. background: url(./img/play.png) 80% 40% no-repeat scroll transparent;
  1194. background-size: 18px 18px;
  1195. background-color: #fff;
  1196. border: 1px solid #000;
  1197. }
  1198. #sec07-moblir-title {
  1199. background: #414141;
  1200. }
  1201. @media screen and (min-width: 1025px) {
  1202. #sec07-moblir-title {
  1203. display: none;
  1204. }
  1205. }
  1206. #sec07-moblir-title #sec07-container {
  1207. padding: 15px;
  1208. font-weight: 900;
  1209. color: #fff;
  1210. }
  1211. #sec07-moblie {
  1212. padding-top: 5vw;
  1213. padding-bottom: 5vw;
  1214. }
  1215. @media screen and (min-width: 1025px) {
  1216. #sec07-moblie {
  1217. display: none;
  1218. }
  1219. }
  1220. #sec07-moblie .table {
  1221. text-align: center;
  1222. }
  1223. #sec07-moblie .table thead tr th {
  1224. border: 0;
  1225. }
  1226. #sec07-moblie .table td {
  1227. display: table-cell;
  1228. vertical-align: middle;
  1229. text-align-last: left;
  1230. font-size: 14px;
  1231. }
  1232. #sec07-moblie .table td img {
  1233. width: 30px;
  1234. }
  1235. #sec07-moblie .table td .data-line {
  1236. width: 80px;
  1237. }
  1238. #sec07-moblie .table th {
  1239. display: table-cell;
  1240. vertical-align: middle;
  1241. text-align: left;
  1242. font-size: 14px;
  1243. }
  1244. #sec07-moblie .table img {
  1245. padding: 5px;
  1246. width: 50px;
  1247. }
  1248. #sec07-moblie .sec07-table-button {
  1249. text-align: right;
  1250. }
  1251. #sec07-moblie .sec07-table-button .data-button {
  1252. text-align: left;
  1253. border-radius: 25px;
  1254. width: 35vw;
  1255. padding: 5px 20px;
  1256. color: #000;
  1257. background: url(./img/play.png) 80% 40% no-repeat scroll transparent;
  1258. background-size: 18px 18px;
  1259. background-color: #fff;
  1260. border: 1px solid #000;
  1261. }
  1262. #footer {
  1263. width: 100vw;
  1264. text-align: center;
  1265. line-height: 2;
  1266. background: #313131;
  1267. color: #fff;
  1268. padding-bottom: 3vw !important;
  1269. }
  1270. #footer .footer-link {
  1271. padding-top: 3vw;
  1272. }
  1273. #footer .footer-link a {
  1274. text-decoration: none;
  1275. font-size: 20px;
  1276. padding: 10px;
  1277. color: #fff;
  1278. }
  1279. @media screen and (max-width: 767px) {
  1280. #footer .footer-link a {
  1281. font-size: 14px;
  1282. padding: 0 !important;
  1283. }
  1284. }
  1285. @media screen and (max-width: 400px) {
  1286. #footer .footer-link a {
  1287. font-size: 12px;
  1288. }
  1289. }
  1290. #footer .footer-link a span {
  1291. font-size: 28px;
  1292. }
  1293. @media screen and (max-width: 767px) {
  1294. #footer .footer-link a span {
  1295. font-size: 16px;
  1296. }
  1297. }
  1298. @media screen and (max-width: 350px) {
  1299. #footer .footer-link a span {
  1300. font-size: 14px;
  1301. }
  1302. }
  1303. #footer .text {
  1304. padding-top: 3vw;
  1305. }
  1306. #footer .text a {
  1307. text-decoration: none;
  1308. color: #fff;
  1309. }
  1310. #footer .text h2 {
  1311. font-size: 20px;
  1312. margin: 10px;
  1313. letter-spacing: 1px;
  1314. display: inline;
  1315. }
  1316. @media screen and (max-width: 767px) {
  1317. #footer .text h2 {
  1318. display: block;
  1319. font-size: 16px;
  1320. margin: 8px;
  1321. }
  1322. }
  1323. #footer .text p {
  1324. margin: 0 !important;
  1325. }
  1326. /*# sourceMappingURL=style.css.map */