style.css 24 KB

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