style.css 24 KB

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