main.scss 23 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068
  1. $main-family: 'Microsoft JhengHei', Helvetica, Noto Sans TC, Roboto, Arial, sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, "Noto Sans", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  2. $font-color: #707070;
  3. @import url('https://fonts.googleapis.com/css2?family=Roboto:wght@700&display=swap');
  4. @font-face {
  5. font-family: drechifont;
  6. src: url(../drechifont-Proportional.woff);
  7. font-weight: 300;
  8. font-display: swap;
  9. }
  10. @font-face {
  11. font-family: 'Taipei Sans TC Beta';
  12. src: local('Taipei Sans TC Beta');
  13. font-weight: 300;
  14. }
  15. body {
  16. background-color: #F7F7F7;
  17. overflow-x: hidden !important;
  18. font-family: 'Taipei Sans TC Beta';
  19. }
  20. // <!--################# header #################-->
  21. .header {
  22. z-index: 5;
  23. height: 94vh;
  24. background-image: url('../images/hero.webp');
  25. background-repeat: no-repeat;
  26. background-position: center;
  27. background-size: cover;
  28. border-bottom-right-radius: 18rem;
  29. border-bottom-left-radius: 18rem;
  30. -webkit-border-bottom-right-radius: 18rem;
  31. -webkit-border-bottom-left-radius: 18rem;
  32. -moz-border-bottom-right-radius: 18rem;
  33. -moz-border-bottom-left-radius: 18rem;
  34. position: relative;
  35. box-shadow: 0px 8px 25px 5px rgb(168, 168, 168);
  36. @media screen and(max-width: 576px) {
  37. border-bottom-right-radius: 4rem;
  38. border-bottom-left-radius: 4rem;
  39. -webkit-border-bottom-right-radius: 4rem;
  40. -webkit-border-bottom-left-radius: 4rem;
  41. -moz-border-bottom-right-radius: 4rem;
  42. -moz-border-bottom-left-radius: 4rem;
  43. height: 90vh;
  44. }
  45. &__logo {
  46. display: block;
  47. width: 163px;
  48. height: 67px;
  49. overflow: hidden;
  50. background-image: url(../images/logo.svg);
  51. background-repeat: no-repeat;
  52. background-position: center;
  53. background-size: cover;
  54. transform: scale(1.4);
  55. position: relative;
  56. @media screen and(max-width: 576px) {
  57. background-image: url(../images/Logo@2x.webp);
  58. transform: scale(1);
  59. }
  60. }
  61. &__logo-box {
  62. padding: 1rem;
  63. padding-top: 0;
  64. margin: 0rem 4.5rem;
  65. @media screen and(max-width: 576px) {
  66. margin: 0rem .4rem;
  67. padding-top: .3rem;
  68. }
  69. }
  70. &__line {
  71. background-color: white;
  72. height: 2px;
  73. border-top: 1px solid #ffff;
  74. margin: 0;
  75. @media screen and(max-width: 576px) {
  76. margin: 0rem .4rem;
  77. margin-top: .3rem;
  78. }
  79. }
  80. &__text-box {
  81. position: absolute;
  82. width:40vw;
  83. text-align: center;
  84. left: 50%;
  85. top: 50%;
  86. transform: translate(-50%, -60%);
  87. &::after {
  88. position: absolute;
  89. left: 50%;
  90. top: 50%;
  91. transform: translate(-50%, -50%);
  92. width:125%;
  93. height: 125%;
  94. border-radius: 70%;
  95. -webkit-border-radius: 70%;
  96. -moz-border-radius: 70%;
  97. content: ' ';
  98. background: #E5A982;
  99. opacity: .5;
  100. mix-blend-mode: darken;
  101. -webkit-filter:blur(80px);
  102. -moz-filter:blur(80px);
  103. -o-filter:blur(80px);
  104. -ms-filter:blur(80px);
  105. filter:blur(80px);
  106. z-index: -1;
  107. @media screen and(max-width: 576px) {
  108. opacity: .3;
  109. }
  110. }
  111. @media screen and(max-width: 576px) {
  112. width: 98vw;
  113. }
  114. .title__img {
  115. width: 100%;
  116. animation-duration: 2.5s;
  117. animation-name: fadein;
  118. animation-iteration-count: 1;
  119. @media screen and(max-width: 576px) {
  120. }
  121. }
  122. .pen__img {
  123. position: absolute;
  124. width: 110px;
  125. height: 109px;
  126. left: 90%;
  127. top: 44%;
  128. @media screen and(max-width: 576px) {
  129. width: 70px;
  130. height: 80px;
  131. left: 80%;
  132. top: 75%;
  133. transform: rotate(5deg);
  134. }
  135. }
  136. }
  137. &__polygon-box {
  138. position: absolute;
  139. bottom: 3%;
  140. left: 50%;
  141. display: flex;
  142. flex-direction: column;
  143. @media screen and(max-width: 576px) {
  144. transform: translateX(-50%);
  145. }
  146. img {
  147. margin-top: -6px;
  148. }
  149. }
  150. }
  151. .deco {
  152. &__path1 {
  153. z-index: -1;
  154. width: 100%;
  155. position: absolute;
  156. top: 60%;
  157. @media screen and(max-width: 576px) {
  158. top: 80%;
  159. }
  160. img {
  161. width: 100%;
  162. }
  163. }
  164. }
  165. .regulation {
  166. z-index: 5;
  167. padding: 10rem .5rem 9rem .5rem;
  168. padding-bottom: 7rem;
  169. position: relative;
  170. @media screen and(max-width: 576px) {
  171. padding: 6rem .5rem 7rem .5rem;
  172. padding-bottom: 7rem;
  173. }
  174. &__box {
  175. transform: translateX(35%);
  176. width: 52%;
  177. padding: 3rem;
  178. background-color: #F7F7F7;
  179. border-radius: 50px;
  180. padding-bottom: 6rem;
  181. padding-top: 4rem;
  182. color: $font-color;
  183. box-shadow: 1px 1px 10px 1px #cccccc, inset 0em 3px white;
  184. position: relative;
  185. @media screen and(max-width: 576px) {
  186. width: 95%;
  187. padding: 1.5rem;
  188. border-radius: 20px;
  189. transform: none;
  190. margin: 0 auto;
  191. }
  192. &::after {
  193. content: " ";
  194. position: absolute;
  195. bottom: 3rem;
  196. right: 3rem;
  197. width: 27%;
  198. height: 1px;
  199. background: $font-color;
  200. @media screen and(max-width: 576px) {
  201. bottom: 2rem;
  202. right: 1.5rem;
  203. }
  204. }
  205. &__title {
  206. font-weight: 600;
  207. margin-bottom: 1.5rem;
  208. font-size: 1.4rem;
  209. @media screen and(max-width: 576px) {
  210. font-size: 1.6rem;
  211. }
  212. }
  213. &__list {
  214. font-family: 'Taipei Sans TC Beta';
  215. margin-bottom: 1.5rem;
  216. font-size: 1rem;
  217. color: $font-color;
  218. line-height: 2rem;
  219. font-weight: 300;
  220. @media screen and(max-width: 576px) {
  221. font-size: 1.1rem;
  222. }
  223. }
  224. }
  225. &__imgbox {
  226. width: 43vw;
  227. height: 60%;
  228. background-image: url('../images/plant.jpg');
  229. background-repeat: no-repeat;
  230. background-position: center;
  231. background-size: cover;
  232. -webkit-filter:blur(3px);
  233. -moz-filter:blur(3px);
  234. -o-filter:blur(3px);
  235. -ms-filter:blur(3px);
  236. filter:blur(3px);
  237. opacity: 0.75;
  238. position: absolute;
  239. right: 0;
  240. bottom: 3rem;
  241. z-index: -1;
  242. border-radius: 3rem 0 0 2rem;
  243. @media screen and(max-width: 576px) {
  244. width: 70vw;
  245. }
  246. }
  247. &__square {
  248. position: absolute;
  249. bottom:2.4rem;
  250. left: 11%;
  251. }
  252. &__cricle {
  253. position: absolute;
  254. top: 12rem;
  255. right: 20%;
  256. }
  257. &__line {
  258. position: absolute;
  259. left: -4rem;
  260. opacity: 0.5;
  261. }
  262. }
  263. .designers {
  264. padding: 4rem 0;
  265. text-align: center;
  266. color: $font-color;
  267. font-family: 'TaipeiSansTCBeta';
  268. position: relative;
  269. @media screen and(max-width: 576px) {
  270. padding-top: 0rem;
  271. }
  272. .row {
  273. margin: 1px 0;
  274. }
  275. &__left {
  276. position: absolute;
  277. top: 75%;
  278. left: -1rem;
  279. z-index: -2;
  280. }
  281. &__cricle {
  282. position: absolute;
  283. bottom: -5rem;
  284. left: 10%;
  285. z-index: -1;
  286. }
  287. &__title {
  288. padding: .5rem 0 1rem 0;
  289. font-size: 1.8rem;
  290. font-weight: 700;
  291. margin-bottom: 2rem;
  292. display: block;
  293. position: relative;
  294. letter-spacing: 1px;
  295. @media screen and(max-width: 576px) {
  296. font-size: 2rem;
  297. padding-top: .5rem;
  298. margin-bottom: 1rem;
  299. }
  300. &::before, &::after {
  301. content: " ";
  302. position: absolute;
  303. width: 25%;
  304. height: 1px;
  305. background-color: #E0E0E0;
  306. top: 42%;
  307. @media screen and(max-width: 576px) {
  308. width: 18%;
  309. top: 40%;
  310. }
  311. }
  312. &::before {
  313. left: 18%;
  314. @media screen and(max-width: 576px) {
  315. left: 6%;
  316. }
  317. }
  318. &::after {
  319. right: 18%;
  320. @media screen and(max-width: 576px) {
  321. right: 6%;
  322. }
  323. }
  324. }
  325. &__small {
  326. font-family: 'Taipei Sans TC Beta';
  327. }
  328. &__card {
  329. height:14rem;
  330. padding: 0rem 0 1.5rem 0;
  331. color: $font-color;
  332. background-color: #F7F7F7;
  333. margin-right: 10px;
  334. margin-left: 10px;
  335. text-decoration: none;
  336. text-align: center;
  337. &:hover {
  338. color: $font-color;
  339. }
  340. @media screen and(max-width: 576px) {
  341. margin-right: 5px;
  342. margin-left: 5px;
  343. padding: 0rem 0 1.5rem 0;
  344. height: 16rem;
  345. }
  346. &__imgfr {
  347. display: inline-block;
  348. width: 100px;
  349. height: 100px;
  350. border-radius: 50%;
  351. overflow: hidden;
  352. box-shadow: 0px 3px 20px 6px rgba(214, 214, 214, 0.8);
  353. @media screen and(max-width: 576px) {
  354. width: 125px;
  355. height: 125px;
  356. }
  357. img {
  358. @media screen and(max-width: 576px) {
  359. width: 120px;
  360. }
  361. }
  362. }
  363. &__text {
  364. font-weight: 350;
  365. margin-top: .6rem;
  366. @media screen and(max-width: 576px) {
  367. margin-top: .6rem;
  368. padding-left: 3px;
  369. padding-right: 3px;
  370. }
  371. strong {
  372. font-weight: bold;
  373. font-size: 1rem;
  374. letter-spacing: 1px;
  375. @media screen and(max-width: 576px) {
  376. font-size: 1.05rem;
  377. }
  378. }
  379. p {
  380. font-size: .8rem;
  381. &:nth-of-type(1) {
  382. padding-bottom: 3px;
  383. }
  384. &:nth-of-type(2) {
  385. // padding-top: 3px;
  386. }
  387. small {
  388. font-size: .7rem;
  389. }
  390. @media screen and(max-width: 576px) {
  391. font-size: .95rem;
  392. }
  393. }
  394. }
  395. }
  396. .container-fluid {
  397. padding-left: 0;
  398. padding-right: 0;
  399. }
  400. }
  401. .personal {
  402. padding: 4rem 0;
  403. padding-top: 0;
  404. text-align: center;
  405. color: $font-color;
  406. position: relative;
  407. @media screen and(max-width: 576px) {
  408. padding-top: 0rem;
  409. padding-bottom: 2rem;
  410. }
  411. &__title {
  412. padding: .5rem 0 1rem 0;
  413. font-size: 1.8rem;
  414. font-weight: 700;
  415. margin-bottom: 2rem;
  416. display: block;
  417. position: relative;
  418. letter-spacing: 1px;
  419. @media screen and(max-width: 576px) {
  420. font-size: 2rem;
  421. padding-top: .5rem;
  422. }
  423. &::before, &::after {
  424. content: " ";
  425. position: absolute;
  426. width: 25%;
  427. height: 1px;
  428. background-color: #E0E0E0;
  429. top: 42%;
  430. @media screen and(max-width: 576px) {
  431. width: 18%;
  432. top: 40%;
  433. }
  434. }
  435. &::before {
  436. left: 18%;
  437. @media screen and(max-width: 576px) {
  438. left: 6%;
  439. }
  440. }
  441. &::after {
  442. right: 18%;
  443. @media screen and(max-width: 576px) {
  444. right: 6%;
  445. }
  446. }
  447. }
  448. &__small {
  449. font-weight: 300;
  450. }
  451. &__box {
  452. min-width: 350px;
  453. width: 60%;
  454. padding: 3rem;
  455. background-color: #F7F7F7;
  456. color: $font-color;
  457. box-shadow: 1px 1px 10px 1px #cccccc, inset 0em 3px white;
  458. border-radius: 3rem;
  459. height: fit-content;
  460. min-height: 630px;
  461. margin: 0 auto;
  462. @media screen and(max-width: 576px) {
  463. padding: .5rem;
  464. padding-top: 2rem;
  465. border-radius: 2rem;
  466. min-height: 750px;
  467. }
  468. }
  469. &__triangle {
  470. position: absolute;
  471. top: 1rem;
  472. right: 9%;
  473. transform: rotate(43deg);
  474. z-index: -1;
  475. }
  476. &__wave {
  477. position: absolute;
  478. bottom: 8rem;
  479. left: 13%;
  480. z-index: -1;
  481. }
  482. &__left {
  483. position: absolute;
  484. left: -1rem;
  485. top: -1.5rem;
  486. z-index: -1;
  487. }
  488. #msform select {
  489. -webkit-appearance: none;
  490. -moz-appearance: none;
  491. appearance: none;
  492. }
  493. }
  494. .modal{
  495. background-color: rgba(black, 0.7);
  496. &-body {
  497. color: $font-color;
  498. padding: 2rem;
  499. @media screen and(max-width: 576px) {
  500. padding: 1rem;
  501. }
  502. }
  503. &-title {
  504. text-align: center;
  505. font-size: 22px;
  506. display: block;
  507. width: 16rem;
  508. margin: 1rem auto;
  509. }
  510. &-dialog {
  511. max-width: 800px;
  512. border-radius: 3rem;
  513. margin-top: calc(50vh - 297px);
  514. @media screen and(max-width: 576px) {
  515. padding: 1rem;
  516. margin-top: 2rem;
  517. margin-left: 0;
  518. margin-right: 0;
  519. }
  520. }
  521. &-content {
  522. border-radius: 1.3rem;
  523. }
  524. &-closer {
  525. width: 30px;
  526. height: 30px;
  527. position: absolute;
  528. right: -2.1rem;
  529. top: -2.1rem;
  530. @media screen and(max-width: 576px) {
  531. right: -.75rem;
  532. top: -2.2rem;
  533. }
  534. }
  535. &-terms {
  536. font-size: 1rem;
  537. line-height: 2rem;
  538. }
  539. }
  540. .owl-carousel .owl-item img {
  541. display: inline-block;
  542. width: 100px;
  543. @media screen and(max-width: 576px) {
  544. width: 125px;
  545. }
  546. }
  547. .owl-carousel .owl-stage-outer {
  548. overflow: unset;
  549. }
  550. .owl-theme .owl-nav {
  551. margin-top: 0;
  552. text-align: unset;
  553. }
  554. .owl-theme .owl-nav .owl-prev .owl-prev-icon, .owl-theme .owl-nav .owl-next .owl-next-icon {
  555. background-color: transparent;
  556. margin: 0;
  557. padding: 0;
  558. }
  559. .owl-theme .owl-nav span i {
  560. font-size: 2rem;
  561. color: rgb(190, 190, 190);
  562. }
  563. .owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev {
  564. position: absolute;
  565. top: 50%;
  566. transform: translateY(-50%);
  567. &:hover {
  568. background-color: transparent;
  569. i {
  570. color: grey;
  571. }
  572. }
  573. }
  574. .owl-carousel .owl-nav button.owl-prev {
  575. left: 0px;
  576. margin: 0;
  577. }
  578. .owl-carousel .owl-nav button.owl-next {
  579. right: 0px;
  580. margin: 0;
  581. }
  582. .owl-theme .owl-dots {
  583. margin-top: 2rem;
  584. @media screen and(max-width: 576px) {
  585. margin-top: .5rem;
  586. }
  587. }
  588. .owl-theme .owl-dots .owl-dot span {
  589. width: 25px;
  590. height: 3px;
  591. margin: 5px 3px;
  592. @media screen and(max-width: 576px) {
  593. width: 15px;
  594. }
  595. }
  596. .owl-theme .owl-dots .owl-dot.active span {
  597. background-color: #F39800;
  598. }
  599. .mb {
  600. margin-bottom: 8px;
  601. }
  602. .mt {
  603. margin-top: 8px;
  604. }
  605. .mr {
  606. margin-right: 5px;
  607. }
  608. /*form styles*/
  609. #msform {
  610. min-width: 370px;
  611. max-width: 1000px;
  612. margin: auto;
  613. text-align: center;
  614. position: relative;
  615. font-family: 'Taipei Sans TC Beta';
  616. @media screen and(max-width: 576px) {
  617. min-width: 340px;
  618. }
  619. }
  620. #msform fieldset {
  621. background: transparent;
  622. box-sizing: border-box;
  623. width: 85%;
  624. margin: 0 7.5%;
  625. /*stacking fieldsets above each other*/
  626. position: relative;
  627. }
  628. /*Hide all except first fieldset*/
  629. #msform fieldset:not(:first-of-type) {
  630. display: none;
  631. margin-top: 2rem;
  632. }
  633. /*inputs*/
  634. #msform input[type="text"], #msform textarea, #msform input[type="email"], #msform select {
  635. padding: 8px;
  636. padding-left: 1rem;
  637. border: 1px solid #C4C4C4;
  638. border-radius: 0px;
  639. margin-bottom: 16px;
  640. width: 100%;
  641. box-sizing: border-box;
  642. font-family: montserrat;
  643. color: #2C3E50;
  644. font-size: 14px;
  645. }
  646. #msform select {
  647. background-color: white;
  648. color: #C4C4C4;
  649. }
  650. #msform input {
  651. color: black;
  652. }
  653. #msform input::placeholder {
  654. color: #C4C4C4;
  655. }
  656. /*buttons*/
  657. #msform .action-button {
  658. width: 90px;
  659. background: #F7F7F7;
  660. font-weight: 400;
  661. color: $font-color;
  662. border: 1px solid $font-color;
  663. border-radius: 5px;
  664. cursor: pointer;
  665. padding: 4px 9px;
  666. margin: 10px auto;
  667. display: inline-block;
  668. }
  669. #msform .action-button:hover, #msform .action-button:focus {
  670. background: $font-color;
  671. color: #F7F7F7;
  672. }
  673. #msform .action-button.btn-margin {
  674. margin-top: 1.5rem;
  675. @media screen and(max-width: 576px) {
  676. margin-top: 160px;
  677. }
  678. }
  679. /*headings*/
  680. .fs-title {
  681. font-size: 15px;
  682. text-transform: uppercase;
  683. color: #2C3E50;
  684. margin-bottom: 10px;
  685. }
  686. .fs-subtitle {
  687. display: inline-block;
  688. font-weight: normal;
  689. font-size: 13px;
  690. color: #666;
  691. margin-bottom: 20px;
  692. padding-bottom: 3px;
  693. border-bottom: 2px solid #27AE60;
  694. }
  695. .fs-label {
  696. display: block;
  697. text-align: left;
  698. font-weight: bold;
  699. }
  700. /*progressbar*/
  701. #progressbar {
  702. width: 85%;
  703. margin: 0 auto;
  704. overflow: hidden;
  705. /*CSS counters to number the steps*/
  706. counter-reset: step;
  707. }
  708. #progressbar li {
  709. list-style-type: none;
  710. color: #C4C4C4;
  711. font-size: .9rem;
  712. width: 33.33%;
  713. float: left;
  714. position: relative;
  715. @media screen and(max-width: 576px) {
  716. font-size: .8rem;
  717. }
  718. }
  719. #progressbar span {
  720. display: block;
  721. }
  722. /* #progressbar li:before {
  723. content: counter(step);
  724. counter-increment: step;
  725. width: 20px;
  726. line-height: 20px;
  727. display: block;
  728. font-size: 12px;
  729. color: #333;
  730. background: white;
  731. border-radius: 3px;
  732. margin: 0 auto 5px auto;
  733. }
  734. /* progressbar connectors*/
  735. #progressbar li:after {
  736. content: '';
  737. width: 60%;
  738. height: 1px;
  739. background: #C4C4C4;
  740. position: absolute;
  741. left: -30%;
  742. top: 17px;
  743. z-index: 2; /*put it behind the numbers*/
  744. @media screen and(max-width: 576px) {
  745. width: 35%;
  746. height: 1px;
  747. background: #C4C4C4;
  748. position: absolute;
  749. left: -20%;
  750. top: 14px;
  751. }
  752. }
  753. #progressbar li:first-child:after {
  754. /*connector not needed before the first step*/
  755. content: none;
  756. }
  757. /*marking active/completed steps green*/
  758. /*The number of the step and the connector before it = green*/
  759. #progressbar li.active:after{
  760. background-color: #F39800;
  761. color: white;
  762. }
  763. #progressbar li.active {
  764. color: #F39800;
  765. font-weight: 600;
  766. }
  767. p.error-text {
  768. bottom: -23px;
  769. left: 24px;
  770. color: rgba(255, 0, 0, .7);
  771. font-size: .8em;
  772. }
  773. #term-error {
  774. color: rgba(255, 0, 0, .7);
  775. font-size: .8em;
  776. bottom: -23px;
  777. left: 24px;
  778. }
  779. select {
  780. padding: 15px;
  781. border: 1px solid #ccc;
  782. border-radius: 3px;
  783. margin-bottom: 10px;
  784. width: 100%;
  785. box-sizing: border-box;
  786. font-family: montserrat;
  787. color: #2C3E50;
  788. font-size: 13px;
  789. background-color: transparent;
  790. }
  791. .pl-0 {
  792. padding-left: 0;
  793. }
  794. .terms {
  795. font-size: .9rem;
  796. width: 95%;
  797. min-width: 250px;
  798. height: auto;
  799. overflow: scroll;
  800. margin-bottom: 1rem;
  801. margin-left: auto;
  802. margin-right: auto;
  803. border: 1px solid rgb(163, 163, 163);
  804. line-height: 1.5rem;
  805. }
  806. .term-link {
  807. @media screen and(max-width: 576px) {
  808. font-size: .8rem;
  809. }
  810. }
  811. .term-link span {
  812. color: black;
  813. display: inline-block;
  814. margin-left: 4px;
  815. text-decoration: underline;
  816. cursor: pointer;
  817. }
  818. .h2 {
  819. text-align: center;
  820. font-size: 1.2rem;
  821. font-weight: 500;
  822. margin-top: 2rem;
  823. }
  824. .left_align {
  825. font-size: 18px;
  826. text-align: left;
  827. }
  828. #overlay {
  829. position: fixed; /* Sit on top of the page content */
  830. display: none;
  831. width: 100%;
  832. height: 100%;
  833. top: 0;
  834. left: 0;
  835. right: 0;
  836. bottom: 0;
  837. background-color: rgba(0,0,0,0.5);
  838. z-index: 2;
  839. cursor: pointer;
  840. }
  841. .check_button {
  842. display: none;
  843. }
  844. .fs-label-type {
  845. background: white;
  846. padding: 5px 11px;
  847. border: 1px solid #C4C4C4;
  848. border-radius: 8px;
  849. display: inline-block;
  850. font-weight: lighter;
  851. font-size: 1rem;
  852. }
  853. .check_button:checked + .fs-label-type{
  854. background-color: #FFC107;
  855. color: black;
  856. border-color: #FFC107;
  857. }
  858. input[type="checkbox"] {
  859. display: none;
  860. }
  861. #checker1, #checker2 {
  862. display: inline;
  863. }
  864. .fs-label-info {
  865. background: white;
  866. padding: 5px 11px;
  867. border: 1px solid #C4C4C4;
  868. border-radius: 8px;
  869. display: inline-block;
  870. font-weight: lighter;
  871. font-size: 1rem;
  872. }
  873. input[type="radio"] {
  874. display: none;
  875. }
  876. input[type="radio"]:checked + .fs-label-info {
  877. background-color: #FFC107;
  878. color: black;
  879. border-color: #FFC107;
  880. }
  881. input[type="checkbox"]:checked + .fs-label-info {
  882. background-color: #FFC107;
  883. color: black;
  884. border-color: #FFC107;
  885. }
  886. #msform .submit {
  887. background-color: #0D6EFD;
  888. color: white;
  889. border: 1px solid #0D6EFD;
  890. }
  891. #msform .submit:hover, #msform .submit:focus {
  892. background-color: #0D6EFD;
  893. color: white;
  894. }
  895. .btn-exit {
  896. padding: .5rem .75rem;
  897. background-color: transparent;
  898. border: 1px solid black;
  899. margin-top: .3rem;
  900. }
  901. .btn-term-exit {
  902. padding: .5rem .75rem;
  903. background-color: transparent;
  904. border: 1px solid black;
  905. margin-top: .3rem;
  906. display: block;
  907. margin-left: auto;
  908. margin-right: auto;
  909. margin-bottom: 2rem;
  910. }
  911. #msform #userid, #msform #area {
  912. height: 0;
  913. padding: 0;
  914. margin: 0;
  915. border: none;
  916. }
  917. .footer {
  918. text-align: center;
  919. padding: 1.5rem;
  920. color: $font-color;
  921. font-size: 1rem;
  922. position: relative;
  923. font-family: 'Taipei Sans TC Beta';
  924. @media screen and(max-width: 576px) {
  925. padding-bottom: 3rem;
  926. background-color: transparent;
  927. font-size: .9rem;
  928. }
  929. .deco__bottomdiv {
  930. position: absolute;
  931. right: 15%;
  932. bottom: 0rem;
  933. z-index: -2;
  934. width: 920px;
  935. overflow: hidden;
  936. }
  937. .deco__rightdiv {
  938. width: 710px;
  939. position: absolute;
  940. right: 0;
  941. bottom: 0rem;
  942. z-index: -2;
  943. overflow: hidden;
  944. @media screen and(max-width: 576px) {
  945. width: 270px;
  946. }
  947. }
  948. .deco__right {
  949. width: 100%;
  950. transform: translateY(2rem);
  951. }
  952. .deco__bottom {
  953. width: 100%;
  954. transform: translateY(2rem);
  955. }
  956. .deco__linediv {
  957. width: 310px;
  958. position: absolute;
  959. bottom: 0rem;
  960. left: -8rem;
  961. z-index: -1;
  962. overflow: hidden;
  963. @media screen and(max-width: 576px) {
  964. width: 140px;
  965. left: -3rem;
  966. }
  967. }
  968. .deco__line3 {
  969. width: 100%;
  970. height: 110%;
  971. transform: translateY(3rem);
  972. opacity: .5;
  973. }
  974. .deco__rightlinediv {
  975. width: 650px;
  976. position: absolute;
  977. bottom: 0rem;
  978. right: -4rem;
  979. z-index: -1;
  980. overflow: hidden;
  981. @media screen and(max-width: 576px) {
  982. width: 300px;
  983. }
  984. }
  985. .deco__rightline {
  986. width: 100%;
  987. opacity: .6;
  988. transform: translateY(2rem);
  989. @media screen and(max-width: 576px) {
  990. opacity: 1;
  991. }
  992. }
  993. }
  994. @keyframes fadein {
  995. 0% {
  996. opacity: 0;
  997. }
  998. 100% {
  999. opacity: 1;
  1000. }
  1001. }