style.css 24 KB

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