style.css 40 KB

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