style.css 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803
  1. @charset "UTF-8";
  2. @import url("https://fonts.googleapis.com/css2?family=Noto+Serif+TC:wght@300;600&display=swap");
  3. * {
  4. margin: 0;
  5. padding: 0;
  6. -webkit-box-sizing: border-box;
  7. box-sizing: border-box;
  8. }
  9. @font-face {
  10. font-family: 追奇手寫體;
  11. src: url(./goto1.woff);
  12. font-weight: 900;
  13. font-display: swap;
  14. }
  15. body {
  16. width: 100vw;
  17. }
  18. body .btn {
  19. width: 96vw;
  20. margin: 0 auto;
  21. }
  22. body .btn .btn-main {
  23. -webkit-box-shadow: 0 10px 9px rgba(0, 0, 0, 0.5);
  24. box-shadow: 0 10px 9px rgba(0, 0, 0, 0.5);
  25. border: none;
  26. padding: 15px;
  27. background: #404854;
  28. color: #fff;
  29. font-size: 16px;
  30. font-weight: 600;
  31. width: 280px;
  32. border-radius: 30px;
  33. -webkit-transition: 0.3s;
  34. transition: 0.3s;
  35. }
  36. body .btn .btn-main:hover {
  37. background-color: #9c857b;
  38. width: 285px;
  39. font-size: 17px;
  40. }
  41. body .title {
  42. font-weight: 900;
  43. font-family: "Noto Serif TC", serif;
  44. padding: 15px;
  45. font-size: 45px;
  46. color: #4b515e;
  47. padding-left: 10vw;
  48. }
  49. body .arrow {
  50. position: fixed;
  51. right: 30px;
  52. bottom: 30px;
  53. width: 45px;
  54. height: 40px;
  55. z-index: 10;
  56. background-color: #e06649;
  57. }
  58. body .arrow:hover {
  59. -webkit-box-shadow: 1px 3px 13px -2px rgba(0, 0, 0, 0.35);
  60. box-shadow: 1px 3px 13px -2px rgba(0, 0, 0, 0.35);
  61. }
  62. #q-content {
  63. position: relative !important;
  64. overflow: hidden !important;
  65. }
  66. .banner {
  67. width: 100vw;
  68. position: relative;
  69. }
  70. .banner #text {
  71. text-align: center;
  72. }
  73. .banner #text .banner-slider .banner1,
  74. .banner #text .banner-slider .banner2,
  75. .banner #text .banner-slider .banner3 {
  76. height: 100vh;
  77. background-size: cover;
  78. background-repeat: no-repeat;
  79. background-position: center;
  80. padding-right: 0 !important;
  81. }
  82. .banner #text .banner-slider .banner1 {
  83. text-align: center;
  84. background-image: url(./img/banner/00.webp);
  85. }
  86. .banner #text .banner-slider .banner1 img {
  87. width: 15vw;
  88. display: block;
  89. margin: auto !important;
  90. }
  91. .banner #text .banner-slider .banner2 {
  92. background-image: url(./img/banner/002.webp);
  93. }
  94. .banner #text .banner-slider .banner3 {
  95. background-image: url(./img/banner/003.webp);
  96. }
  97. .banner #text h1 {
  98. padding: 15px;
  99. color: #fff !important;
  100. font-family: 追奇手寫體 !important;
  101. font-size: 72px !important;
  102. }
  103. .banner #text .btn-main {
  104. -webkit-box-shadow: 0 10px 9px rgba(0, 0, 0, 0.5);
  105. box-shadow: 0 10px 9px rgba(0, 0, 0, 0.5);
  106. border: none;
  107. padding: 15px;
  108. background: #404854;
  109. color: #fff;
  110. font-size: 16px;
  111. font-weight: 600;
  112. width: 280px;
  113. border-radius: 30px;
  114. -webkit-transition: 0.3s;
  115. transition: 0.3s;
  116. }
  117. .banner #text .btn-main:hover {
  118. background-color: #9c857b;
  119. width: 285px;
  120. font-size: 17px;
  121. }
  122. .banner .Navigation {
  123. width: 90vw;
  124. position: absolute;
  125. margin: 0 auto;
  126. top: 20px;
  127. z-index: 5;
  128. display: -ms-grid;
  129. display: grid;
  130. -ms-grid-columns: 2fr 4fr 2fr;
  131. grid-template-columns: 2fr 4fr 2fr;
  132. }
  133. .banner .Navigation .logo {
  134. padding-top: 1.5vw;
  135. padding-left: 12vw;
  136. }
  137. .banner .Navigation .logo img {
  138. width: 120px;
  139. }
  140. .banner .Navigation .link {
  141. text-align: left;
  142. padding: 1.5vw 30px;
  143. }
  144. .banner .Navigation .link a {
  145. display: inline-block;
  146. text-decoration: none;
  147. color: #fff;
  148. letter-spacing: 1px;
  149. font-size: 0.9rem;
  150. font-weight: 600;
  151. cursor: pointer;
  152. padding: 15px;
  153. position: relative;
  154. }
  155. .banner .Navigation .link a :hover {
  156. opacity: 0.8;
  157. }
  158. .banner .Navigation .link a:after {
  159. content: "";
  160. display: block;
  161. width: 80%;
  162. height: 3px;
  163. background-color: #fff;
  164. position: absolute;
  165. left: 12%;
  166. bottom: 0;
  167. -webkit-transition: all 0.3s;
  168. transition: all 0.3s;
  169. opacity: 0;
  170. }
  171. .banner .Navigation .link a:hover:after {
  172. width: 80%;
  173. opacity: 1;
  174. }
  175. .banner .Navigation .socail-link {
  176. text-align: right;
  177. padding: 1.5vw 30px;
  178. }
  179. .banner .Navigation .socail-link img {
  180. width: 1.5vw;
  181. -webkit-filter: invert(100%) sepia(0%) saturate(10%) hue-rotate(238deg) brightness(104%) contrast(103%);
  182. filter: invert(100%) sepia(0%) saturate(10%) hue-rotate(238deg) brightness(104%) contrast(103%);
  183. -webkit-transition: 0.3s;
  184. transition: 0.3s;
  185. }
  186. .banner .Navigation .socail-link img:hover {
  187. -webkit-filter: none;
  188. filter: none;
  189. }
  190. .banner .Navigation .socail-link a {
  191. display: inline-block;
  192. text-decoration: none;
  193. color: #fff;
  194. letter-spacing: 1px;
  195. font-size: 0.9rem;
  196. font-weight: 600;
  197. cursor: pointer;
  198. padding: 15px;
  199. position: relative;
  200. }
  201. .banner hr {
  202. width: 85vw;
  203. position: absolute;
  204. top: 90px;
  205. left: 100px;
  206. height: 1px;
  207. z-index: 5;
  208. }
  209. #content1 {
  210. display: -ms-grid;
  211. display: grid;
  212. -ms-grid-columns: 1fr 1fr;
  213. grid-template-columns: 1fr 1fr;
  214. margin: 0 auto;
  215. padding-top: 150px;
  216. width: 90vw;
  217. position: relative;
  218. grid-gap: 30px;
  219. }
  220. #content1 .hr2 {
  221. position: absolute;
  222. width: 32vw;
  223. height: 1px !important;
  224. left: 5vw;
  225. }
  226. #content1 .content1-left {
  227. width: 45vw;
  228. text-align: left;
  229. margin: 0px auto;
  230. padding-right: 50px;
  231. }
  232. #content1 .content1-left .contant-toggle {
  233. color: #9c857b !important;
  234. }
  235. #content1 .content1-left .contant-toggle2 {
  236. color: #4b515e !important;
  237. }
  238. #content1 .content1-left .title {
  239. margin: 0;
  240. padding: 10px;
  241. margin-bottom: 50px;
  242. font-weight: 900;
  243. font-size: 45px;
  244. font-family: "Noto Serif TC", serif;
  245. color: #4b515e;
  246. padding-left: 5vw;
  247. }
  248. #content1 .content1-left .left {
  249. display: -ms-grid;
  250. display: grid;
  251. -ms-grid-columns: 1.5fr 3fr;
  252. grid-template-columns: 1.5fr 3fr;
  253. width: 37vw;
  254. }
  255. #content1 .content1-left .left .title1 {
  256. text-align: center;
  257. font-size: 90px;
  258. font-weight: 400;
  259. font-family: "Times New Roman", Times, serif;
  260. color: #8593a4;
  261. padding-left: 3vw;
  262. }
  263. #content1 .content1-left .left .text1,
  264. #content1 .content1-left .left .text2,
  265. #content1 .content1-left .left .text3 {
  266. margin: auto 0;
  267. }
  268. #content1 .content1-left .left .text1 .text-1,
  269. #content1 .content1-left .left .text1 .text-2,
  270. #content1 .content1-left .left .text1 .text-3,
  271. #content1 .content1-left .left .text2 .text-1,
  272. #content1 .content1-left .left .text2 .text-2,
  273. #content1 .content1-left .left .text2 .text-3,
  274. #content1 .content1-left .left .text3 .text-1,
  275. #content1 .content1-left .left .text3 .text-2,
  276. #content1 .content1-left .left .text3 .text-3 {
  277. font-size: 23px;
  278. font-weight: bolder;
  279. }
  280. #content1 .content1-right {
  281. width: 35vw;
  282. text-align: center;
  283. }
  284. #content1 .content1-right .slick-dots {
  285. margin-bottom: 50px;
  286. }
  287. #content1 .content1-right .slick-dots ::before {
  288. color: #fff;
  289. }
  290. #content1 .content1-right img {
  291. width: 35vw;
  292. height: 40vw;
  293. -o-object-fit: cover;
  294. object-fit: cover;
  295. }
  296. #service {
  297. width: 100vw;
  298. }
  299. #service h1 {
  300. padding: 15px;
  301. padding-left: 10vw;
  302. margin-bottom: 80px;
  303. padding-top: 5vw;
  304. }
  305. #service .service-box {
  306. width: 80vw;
  307. margin: 0 auto;
  308. }
  309. #service .service-box #service-text {
  310. display: -ms-grid;
  311. display: grid;
  312. -ms-grid-columns: 1fr 1fr;
  313. grid-template-columns: 1fr 1fr;
  314. margin: 3vw auto;
  315. width: 70vw;
  316. }
  317. #service .service-box #service-text #text-left,
  318. #service .service-box #service-text #text-right {
  319. width: 40vw;
  320. text-align: left;
  321. display: -ms-grid;
  322. display: grid;
  323. -ms-grid-columns: 1fr 1fr;
  324. grid-template-columns: 1fr 1fr;
  325. }
  326. #service .service-box #service-text #text-left .img-icon,
  327. #service .service-box #service-text #text-right .img-icon {
  328. width: 12vw;
  329. }
  330. #service .service-box #service-text .icon-text {
  331. width: 30vw;
  332. margin-top: 15px;
  333. font-weight: 600;
  334. }
  335. #service .service-box #service-text img {
  336. width: 128px;
  337. height: 128px;
  338. }
  339. #service .service-box #service-text .text-p {
  340. font-size: 18px;
  341. color: #000;
  342. }
  343. #service .service-box #service-img {
  344. width: 75vw;
  345. display: -ms-grid;
  346. display: grid;
  347. -ms-grid-columns: 1fr 1fr;
  348. grid-template-columns: 1fr 1fr;
  349. grid-gap: 10px;
  350. }
  351. #service .service-box #service-img img {
  352. width: 38vw;
  353. -o-object-fit: cover;
  354. object-fit: cover;
  355. }
  356. #service .btn {
  357. text-align: center;
  358. margin-bottom: 100px;
  359. margin-top: 50px;
  360. }
  361. #service-process {
  362. background-color: #f7f7f7;
  363. padding-bottom: 150px;
  364. }
  365. #service-process h1 {
  366. padding: 15px;
  367. margin-left: 10vw;
  368. padding-top: 100px;
  369. margin-bottom: 80px;
  370. }
  371. #service-process #process-box {
  372. display: -ms-grid;
  373. display: grid;
  374. -ms-grid-columns: (1fr)[6];
  375. grid-template-columns: repeat(6, 1fr);
  376. width: 82vw;
  377. margin: 0 auto;
  378. }
  379. #service-process #process-box .box {
  380. width: 14vw;
  381. }
  382. #service-process #process-box .box .box-text {
  383. font-family: 微軟正黑體;
  384. text-align: center;
  385. font-size: 17px;
  386. font-weight: 900;
  387. padding-right: 2.8vw;
  388. color: #6f645a;
  389. }
  390. #service-process #process-box img {
  391. width: 13.5vw;
  392. height: 13.5vw;
  393. -webkit-filter: invert(42%) sepia(12%) saturate(490%) hue-rotate(347deg) brightness(89%) contrast(86%);
  394. filter: invert(42%) sepia(12%) saturate(490%) hue-rotate(347deg) brightness(89%) contrast(86%);
  395. }
  396. #feedback {
  397. width: 100vw;
  398. padding-bottom: 200px;
  399. }
  400. #feedback h1 {
  401. margin-top: 50px;
  402. margin-bottom: 50px;
  403. }
  404. #feedback #feedback-box {
  405. width: 80vw;
  406. margin: 0 auto;
  407. display: -ms-grid;
  408. display: grid;
  409. -ms-grid-columns: (1fr)[3];
  410. grid-template-columns: repeat(3, 1fr);
  411. }
  412. #feedback #feedback-box .box {
  413. width: 25vw;
  414. -webkit-transition: 0.5s;
  415. transition: 0.5s;
  416. text-align: center;
  417. padding-bottom: 1vw;
  418. position: relative;
  419. }
  420. #feedback #feedback-box .box .play {
  421. position: absolute;
  422. left: 12vw !important;
  423. top: 5vw !important;
  424. width: 3vw;
  425. height: 3vw;
  426. opacity: 0.8;
  427. z-index: 10;
  428. }
  429. #feedback #feedback-box .box img {
  430. width: 25vw;
  431. margin: 0 auto;
  432. -o-object-fit: cover;
  433. object-fit: cover;
  434. -webkit-transition: 0.5s;
  435. transition: 0.5s;
  436. }
  437. #feedback #feedback-box .box p {
  438. text-align: center;
  439. font-size: 18px;
  440. font-weight: 600;
  441. margin: 10px;
  442. }
  443. #contact-us {
  444. margin: 0 auto;
  445. background: #fafafa;
  446. position: relative;
  447. padding-bottom: 5vw;
  448. }
  449. #contact-us .navbar img {
  450. width: 180px;
  451. }
  452. #contact-us #sec-contact {
  453. width: 90vw;
  454. margin: 0 auto;
  455. background: #fff;
  456. -webkit-box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  457. box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  458. }
  459. #contact-us .contact-text {
  460. margin: 0 auto;
  461. width: 68vw;
  462. }
  463. #contact-us .contact-text .text-p {
  464. font-size: 16px;
  465. font-weight: 600;
  466. }
  467. #contact-us .form-title {
  468. margin: 0 auto;
  469. text-align: center;
  470. }
  471. #contact-us .form-title h1 {
  472. text-align: center;
  473. font-size: 1.75rem;
  474. font-weight: 900;
  475. }
  476. #contact-us .form-title p {
  477. font-size: 18px;
  478. }
  479. #contact-us #contact-form {
  480. width: 50%;
  481. margin: 0 auto;
  482. padding: 24px;
  483. }
  484. #contact-us #contact-form #loc,
  485. #contact-us #contact-form #h_class,
  486. #contact-us #contact-form #modal,
  487. #contact-us #contact-form #budget,
  488. #contact-us #contact-form #size,
  489. #contact-us #contact-form #style,
  490. #contact-us #contact-form #datepicker,
  491. #contact-us #contact-form #email,
  492. #contact-us #contact-form #name,
  493. #contact-us #contact-form #phone,
  494. #contact-us #contact-form #gender {
  495. width: 100%;
  496. height: 50px;
  497. margin: 20px 0;
  498. border: 1px solid rgba(0, 0, 0, 0.3);
  499. padding: .375rem .75rem;
  500. font-size: 1rem;
  501. border-radius: 3px;
  502. -webkit-appearance: none;
  503. -moz-appearance: none;
  504. appearance: none;
  505. background: url(./img/icondown.webp) 99% 50% no-repeat scroll transparent;
  506. background-size: 10px 10px;
  507. background-color: #fff;
  508. }
  509. #contact-us #contact-form #form-left #datepicker {
  510. background: none;
  511. background-color: #fff;
  512. }
  513. #contact-us #contact-form #fb-button {
  514. margin-top: 12px;
  515. width: 29vw;
  516. height: 50px;
  517. border: 1px solid #3b5998;
  518. text-align: right;
  519. padding-right: 60px;
  520. background-size: 32px 32px;
  521. border-radius: 3px;
  522. background-color: #fff;
  523. -webkit-transition: 0.3s;
  524. transition: 0.3s;
  525. position: relative;
  526. }
  527. #contact-us #contact-form #fb-button p {
  528. position: absolute;
  529. top: 1vw;
  530. left: 14vw;
  531. color: #626262;
  532. }
  533. #contact-us #contact-form #fb-button #line {
  534. position: absolute;
  535. color: #9b9b9b;
  536. opacity: 0.8;
  537. left: 8vw;
  538. top: -0.1vw;
  539. }
  540. #contact-us #contact-form #fb-button img {
  541. position: absolute;
  542. left: 50px;
  543. top: 10px;
  544. width: 32px;
  545. height: 32px;
  546. -webkit-filter: invert(29%) sepia(70%) saturate(712%) hue-rotate(186deg) brightness(89%) contrast(81%);
  547. filter: invert(29%) sepia(70%) saturate(712%) hue-rotate(186deg) brightness(89%) contrast(81%);
  548. }
  549. #contact-us #contact-form #fb-button:hover {
  550. background-color: #2a4f91;
  551. color: #fff;
  552. }
  553. #contact-us #contact-form #fb-button:hover img {
  554. -webkit-filter: invert(100%) sepia(100%) saturate(19%) hue-rotate(334deg) brightness(106%) contrast(106%);
  555. filter: invert(100%) sepia(100%) saturate(19%) hue-rotate(334deg) brightness(106%) contrast(106%);
  556. }
  557. #contact-us #contact-form #fb-button:hover p {
  558. color: #fff;
  559. }
  560. #contact-us #contact-form #fb-button:hover #line {
  561. color: #fff;
  562. }
  563. #contact-us #contact-form a {
  564. text-decoration: none;
  565. color: #ee751b;
  566. font-weight: 900;
  567. }
  568. #contact-us #contact-form #email,
  569. #contact-us #contact-form #name,
  570. #contact-us #contact-form #phone {
  571. background: none;
  572. background-color: #fff;
  573. }
  574. #contact-us .btn {
  575. width: 100%;
  576. margin: 16px auto;
  577. border: none;
  578. padding: 16px 12px;
  579. background: #ee7800;
  580. color: #fff;
  581. font-size: 20px;
  582. border-radius: .25rem;
  583. text-align: center;
  584. vertical-align: middle;
  585. }
  586. #contact-us .btn:hover {
  587. color: #fff;
  588. background-color: #745c54;
  589. }
  590. #contact-us .form-btn {
  591. text-align: center;
  592. position: relative;
  593. margin: 0 auto;
  594. }
  595. #contact-us .form-btn #phone1 {
  596. position: absolute;
  597. left: 500px;
  598. }
  599. #footer {
  600. width: 100vw;
  601. background-color: #ebe6e2;
  602. color: #9f5000;
  603. text-align: center;
  604. font-size: 18px;
  605. line-height: 130px;
  606. }
  607. #footer a {
  608. text-decoration: none;
  609. color: #9f5000;
  610. }
  611. #footer p {
  612. display: inline;
  613. }
  614. .animation-h1 {
  615. -webkit-animation-name: fade;
  616. animation-name: fade;
  617. -webkit-animation-duration: 1s;
  618. animation-duration: 1s;
  619. -webkit-animation-fill-mode: forwards;
  620. animation-fill-mode: forwards;
  621. -webkit-animation-delay: 0.5s;
  622. animation-delay: 0.5s;
  623. opacity: 0;
  624. }
  625. @-webkit-keyframes fade {
  626. from {
  627. -webkit-transform: translateY(0px);
  628. transform: translateY(0px);
  629. }
  630. to {
  631. -webkit-transform: translateY(20px);
  632. transform: translateY(20px);
  633. opacity: 1;
  634. }
  635. }
  636. @keyframes fade {
  637. from {
  638. -webkit-transform: translateY(0px);
  639. transform: translateY(0px);
  640. }
  641. to {
  642. -webkit-transform: translateY(20px);
  643. transform: translateY(20px);
  644. opacity: 1;
  645. }
  646. }
  647. .animation-btn {
  648. -webkit-animation-name: fade2;
  649. animation-name: fade2;
  650. -webkit-animation-duration: 1s;
  651. animation-duration: 1s;
  652. -webkit-animation-fill-mode: forwards;
  653. animation-fill-mode: forwards;
  654. -webkit-animation-delay: 1s;
  655. animation-delay: 1s;
  656. opacity: 0;
  657. }
  658. @-webkit-keyframes fade2 {
  659. from {
  660. -webkit-transform: translateY(0px);
  661. transform: translateY(0px);
  662. }
  663. to {
  664. -webkit-transform: translateY(-10px);
  665. transform: translateY(-10px);
  666. opacity: 1;
  667. }
  668. }
  669. @keyframes fade2 {
  670. from {
  671. -webkit-transform: translateY(0px);
  672. transform: translateY(0px);
  673. }
  674. to {
  675. -webkit-transform: translateY(-10px);
  676. transform: translateY(-10px);
  677. opacity: 1;
  678. }
  679. }
  680. form label {
  681. display: inline-block;
  682. width: 100px;
  683. }
  684. form div {
  685. margin-bottom: 10px;
  686. }
  687. .error {
  688. color: red;
  689. margin-left: 5px;
  690. }
  691. label.error {
  692. display: inline;
  693. }
  694. /*# sourceMappingURL=style.css.map */