style.css 22 KB

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