style.css 24 KB

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