main.css 27 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529153015311532153315341535153615371538153915401541154215431544154515461547154815491550155115521553
  1. body {
  2. font-family: 'Helvetica Neue';
  3. }
  4. a:focus {
  5. outline: none;
  6. }
  7. a:focus-visible {
  8. outline: none;
  9. }
  10. button:focus-visible {
  11. outline: none;
  12. }
  13. img:focus-visible {
  14. outline: none;
  15. }
  16. .sec-00 .container-fluid {
  17. height: 110px;
  18. }
  19. @media (min-width: 480px) {
  20. .sec-00 .container-fluid {
  21. height: 200px;
  22. }
  23. }
  24. .sec-00__slider {
  25. width: 100%;
  26. height: 100%;
  27. }
  28. .sec-00 .slide-item {
  29. height: 110px;
  30. background-position: center center;
  31. background-size: cover;
  32. background-repeat: no-repeat;
  33. }
  34. @media (min-width: 480px) {
  35. .sec-00 .slide-item {
  36. height: 200px;
  37. background-size: contain;
  38. }
  39. }
  40. .navbar {
  41. box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
  42. -webkit-box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
  43. -moz-box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
  44. padding-top: 5px;
  45. padding-bottom: 5px;
  46. background-color: white !important;
  47. z-index: 99;
  48. }
  49. .navbar-toggler {
  50. padding-left: 0;
  51. border-color: transparent !important;
  52. }
  53. .navbar-toggler:focus {
  54. -webkit-box-shadow: none;
  55. box-shadow: none;
  56. }
  57. .navbar-toggler-icon {
  58. display: -webkit-box;
  59. display: -ms-flexbox;
  60. display: flex;
  61. justify-items: center;
  62. }
  63. .navbar-toggler-icon i {
  64. font-size: 25px;
  65. line-height: 30px;
  66. display: inline-block;
  67. }
  68. .navbar-search {
  69. padding-right: 2px;
  70. }
  71. .navbar-brand {
  72. font-size: 1.5rem;
  73. }
  74. .navbar-main.sticky {
  75. position: fixed;
  76. top: 0;
  77. width: 100%;
  78. }
  79. .navbar-main.sticky + .sec-01 {
  80. padding-top: 58px;
  81. }
  82. .sec-01 {
  83. padding: 0 1.5rem;
  84. margin-top: 1.5rem;
  85. }
  86. @media screen and (max-width: 385px) {
  87. .sec-01 {
  88. padding: 0 1rem;
  89. }
  90. }
  91. .sec-01 .col {
  92. text-align: center;
  93. vertical-align: bottom;
  94. display: -webkit-box;
  95. display: -ms-flexbox;
  96. display: flex;
  97. -webkit-box-align: end;
  98. -ms-flex-align: end;
  99. align-items: flex-end;
  100. -webkit-box-pack: center;
  101. -ms-flex-pack: center;
  102. justify-content: center;
  103. }
  104. @media screen and (max-width: 363px) {
  105. .sec-01 .col {
  106. padding: 0 .3rem;
  107. }
  108. .sec-01 .col.special {
  109. padding-left: 0;
  110. padding-right: .4rem;
  111. }
  112. }
  113. .sec-01 .col img {
  114. margin: 0 auto;
  115. margin-bottom: 0;
  116. vertical-align: baseline;
  117. }
  118. .sec-01 .col img:focus-visible {
  119. outline: none;
  120. }
  121. .sec-01 .slick-dots {
  122. width: 16%;
  123. margin: 0 auto;
  124. margin-top: 1.5rem;
  125. height: 5px;
  126. background-color: #d6d6d6;
  127. border-radius: 2rem;
  128. display: -webkit-box;
  129. display: -ms-flexbox;
  130. display: flex;
  131. position: static;
  132. }
  133. .sec-01 .slick-dots li {
  134. margin: 0px;
  135. width: 50%;
  136. }
  137. .sec-01 .slick-dots li.slick-active button {
  138. background-color: #EE7800;
  139. }
  140. .sec-01 .slick-dots li button {
  141. padding: 0;
  142. width: 100%;
  143. height: 5px;
  144. border-radius: 2rem;
  145. }
  146. .sec-01 .slick-dots li button::before {
  147. opacity: 0;
  148. }
  149. .sec-01 .slick-dotted.slick-slider {
  150. margin-bottom: 0;
  151. }
  152. .sec-02 {
  153. margin: 1.5rem 0;
  154. margin-bottom: 2rem;
  155. }
  156. .sec-02__slider {
  157. width: 100%;
  158. height: 100%;
  159. }
  160. .sec-02__slider .slide-item {
  161. height: 34.5vh;
  162. background-position: center center;
  163. background-size: cover;
  164. background-repeat: no-repeat;
  165. }
  166. @media (min-width: 480px) {
  167. .sec-02__slider .slide-item {
  168. height: 130vh;
  169. }
  170. }
  171. .sec-03 {
  172. margin-bottom: .8rem;
  173. }
  174. .sec-03__tabdiv {
  175. -webkit-box-sizing: content-box;
  176. box-sizing: content-box;
  177. border-bottom: 3px solid rgba(221, 221, 221, 0.863);
  178. padding-left: .9rem;
  179. padding-right: .9rem;
  180. -webkit-box-align: center;
  181. -ms-flex-align: center;
  182. align-items: center;
  183. -webkit-box-pack: justify;
  184. -ms-flex-pack: justify;
  185. justify-content: space-between;
  186. }
  187. .sec-03__tabdiv .more {
  188. padding-bottom: .4rem;
  189. }
  190. .sec-03__tabdiv .nav-item {
  191. position: relative;
  192. padding-right: 6px;
  193. padding-left: 6px;
  194. }
  195. .sec-03__tabdiv .nav-item::after {
  196. position: absolute;
  197. content: " ";
  198. width: 100%;
  199. height: 60%;
  200. left: 0;
  201. top: 5px;
  202. background-color: transparent;
  203. border-right: 1px solid #b3b3b3;
  204. z-index: -1;
  205. }
  206. .sec-03__tabdiv .nav-item:nth-of-type(3)::after {
  207. display: none;
  208. }
  209. .sec-03__tabdiv .nav-item-link {
  210. color: black;
  211. font-weight: 400;
  212. font-size: 1.2rem;
  213. padding-bottom: .35rem;
  214. border: none;
  215. position: relative;
  216. }
  217. @media screen and (max-width: 385px) {
  218. .sec-03__tabdiv .nav-item-link {
  219. font-size: 1.1rem;
  220. }
  221. }
  222. .sec-03__tabdiv .nav-item-link.active {
  223. color: #EE7800;
  224. }
  225. .sec-03__tabdiv .nav-item-link::before {
  226. position: absolute;
  227. content: " ";
  228. width: 101%;
  229. height: 100%;
  230. left: -2px;
  231. top: 3px;
  232. border: none;
  233. background-color: transparent;
  234. border-bottom: 3px solid #EE7800;
  235. opacity: 0;
  236. }
  237. .sec-03__tabdiv .nav-item-link.active::before {
  238. opacity: 1;
  239. }
  240. .sec-03 .tab-content {
  241. padding: .8rem 0;
  242. }
  243. .sec-03 .tab-pane {
  244. height: 100%;
  245. }
  246. .sec-03 .tabpar {
  247. min-width: 100%;
  248. height: 100%;
  249. overflow-x: auto;
  250. display: -webkit-box;
  251. display: -ms-flexbox;
  252. display: flex;
  253. padding: 0 12px;
  254. -ms-overflow-style: none;
  255. /* IE and Edge */
  256. scrollbar-width: none;
  257. }
  258. .sec-03 .tabpar::-webkit-scrollbar {
  259. display: none;
  260. }
  261. .sec-03 .tabpar__card {
  262. margin: 3px;
  263. display: inline-block;
  264. min-width: 350px;
  265. font-size: 14px;
  266. }
  267. .sec-03 .tabpar__card__imgfr {
  268. width: 100%;
  269. height: 29vh;
  270. overflow: hidden;
  271. position: relative;
  272. background-position: center center;
  273. background-size: cover;
  274. background-repeat: no-repeat;
  275. }
  276. @media (min-width: 480px) {
  277. .sec-03 .tabpar__card__imgfr {
  278. height: 55vh;
  279. }
  280. }
  281. .sec-03 .tabpar__card__play {
  282. position: absolute;
  283. right: 1.2rem;
  284. bottom: 1rem;
  285. width: 2.5rem;
  286. }
  287. .sec-04 {
  288. background-color: #F4F4F4;
  289. padding: 1.5rem 1rem;
  290. }
  291. .sec-04 .container {
  292. margin: 0 auto;
  293. }
  294. .sec-04 .card {
  295. -webkit-box-shadow: 1px 2px 8px 1px #d6d6d6;
  296. box-shadow: 1px 2px 8px 1px #d6d6d6;
  297. text-decoration: none;
  298. }
  299. .sec-04 .card-title {
  300. font-size: 1.1rem;
  301. line-height: 1.6rem;
  302. color: #4C4C4C;
  303. font-weight: 500;
  304. }
  305. .sec-04 .card__imgfr {
  306. width: 100%;
  307. }
  308. .sec-04 .card__imgfr img {
  309. width: 100%;
  310. height: 100%;
  311. }
  312. .sec-05__video {
  313. width: 100%;
  314. height: 30vh;
  315. position: relative;
  316. }
  317. @media (min-width: 480px) {
  318. .sec-05__video {
  319. height: 100vh;
  320. }
  321. }
  322. .sec-05__video__play {
  323. position: absolute;
  324. left: 50%;
  325. top: 50%;
  326. -webkit-transform: translate(-50%, -50%);
  327. transform: translate(-50%, -50%);
  328. width: 3.5rem;
  329. height: 3.5rem;
  330. }
  331. .sec-05__video__imgfr {
  332. width: 100%;
  333. height: 30vh;
  334. background-position: center center;
  335. background-size: cover;
  336. background-repeat: no-repeat;
  337. }
  338. @media (min-width: 480px) {
  339. .sec-05__video__imgfr {
  340. height: 100vh;
  341. }
  342. }
  343. .sec-05 p {
  344. font-size: 14px;
  345. text-align: center;
  346. }
  347. .sec-06 .carousel {
  348. height: 32vh;
  349. }
  350. @media (min-width: 480px) {
  351. .sec-06 .carousel {
  352. height: 100vh;
  353. }
  354. }
  355. .sec-06 .carousel-inner {
  356. height: 100%;
  357. overflow: hidden;
  358. }
  359. .sec-06 .carousel-item {
  360. height: 100%;
  361. width: 100%;
  362. background-size: cover;
  363. background-repeat: no-repeat;
  364. background-position: center;
  365. }
  366. .sec-06 .carousel-control-next, .sec-06 .carousel-control-prev {
  367. height: 2.5rem;
  368. top: calc(50% - 1.25rem);
  369. }
  370. .sec-06 .carousel-control-next-icon, .sec-06 .carousel-control-prev-icon {
  371. width: 2.5rem;
  372. height: 2.5rem;
  373. }
  374. @media (min-width: 480px) {
  375. .sec-07 {
  376. margin-bottom: 1.5rem;
  377. }
  378. }
  379. .sec-07__slider {
  380. width: 100%;
  381. }
  382. .sec-07__imgfr {
  383. width: 100%;
  384. height: 28vh;
  385. background-position: center center;
  386. background-size: cover;
  387. background-repeat: no-repeat;
  388. }
  389. @media (min-width: 480px) {
  390. .sec-07__imgfr {
  391. height: 43vh;
  392. }
  393. }
  394. .sec-07__cardtxt {
  395. font-size: 14px;
  396. padding-right: .6rem;
  397. }
  398. .sec-07 .slick-dots {
  399. width: 15%;
  400. margin: 0 auto;
  401. margin-top: 1rem;
  402. height: 5px;
  403. background-color: #d6d6d6;
  404. border-radius: 1rem;
  405. display: -webkit-box;
  406. display: -ms-flexbox;
  407. display: flex;
  408. position: static;
  409. }
  410. .sec-07 .slick-dots li {
  411. margin: 0px;
  412. width: 33.33%;
  413. }
  414. .sec-07 .slick-dots li.slick-active button {
  415. background-color: #EE7800;
  416. }
  417. .sec-07 .slick-dots li button {
  418. padding: 0;
  419. width: 100%;
  420. height: 5px;
  421. border-radius: 1rem;
  422. }
  423. .sec-07 .slick-dots li button::before {
  424. opacity: 0;
  425. }
  426. .sec-07 .slick-dotted.slick-slider {
  427. margin-bottom: 0;
  428. }
  429. .sec-08 {
  430. padding: 1.5rem 0;
  431. }
  432. .sec-08__slider {
  433. height: 100%;
  434. }
  435. .sec-08__slider .slide-item {
  436. height: 24vh;
  437. background-position: center center;
  438. background-size: contain;
  439. background-repeat: no-repeat;
  440. }
  441. .sec-09 {
  442. margin-bottom: 1rem;
  443. }
  444. .sec-09__cardgrp {
  445. width: 100%;
  446. height: 28vh;
  447. box-shadow: 0 4px 2px -2px #d8d8d8;
  448. -webkit-box-shadow: 0 4px 2px -2px #d8d8d8;
  449. -moz-box-shadow: 0 4px 2px -2px #d8d8d8;
  450. }
  451. .sec-09__cardgrp::-webkit-scrollbar {
  452. display: none;
  453. }
  454. @media (min-width: 480px) {
  455. .sec-09__cardgrp {
  456. height: 52vh;
  457. }
  458. }
  459. .sec-09__card {
  460. margin: 5px;
  461. text-align: center;
  462. }
  463. .sec-09__card__imgfr {
  464. width: 100%;
  465. position: relative;
  466. height: 20vh;
  467. background-position: center center;
  468. background-size: cover;
  469. background-repeat: no-repeat;
  470. }
  471. @media (min-width: 480px) {
  472. .sec-09__card__imgfr {
  473. height: 42vh;
  474. }
  475. }
  476. .sec-09__card__play {
  477. position: absolute;
  478. right: .8rem;
  479. bottom: .8rem;
  480. width: 2rem;
  481. }
  482. .sec-09__card p {
  483. font-size: 12.5px;
  484. margin-top: .5rem;
  485. }
  486. .sec-10 {
  487. margin-bottom: 1.5rem;
  488. /* &__imgfr {
  489. width: 100%;
  490. height: 100%;
  491. img{
  492. width: 100%;
  493. }
  494. } */
  495. }
  496. .sec-10__slider {
  497. width: 100%;
  498. }
  499. .sec-10__slider .slide-item {
  500. height: 28vh;
  501. background-position: center center;
  502. background-size: cover;
  503. background-repeat: no-repeat;
  504. position: relative;
  505. }
  506. @media (min-width: 480px) {
  507. .sec-10__slider .slide-item {
  508. height: 43vh;
  509. }
  510. }
  511. .sec-10__card__play {
  512. position: absolute;
  513. right: 1rem;
  514. bottom: 1rem;
  515. width: 2.5rem;
  516. height: 2.5rem;
  517. }
  518. .sec-10__cardtxt {
  519. font-size: 14px;
  520. }
  521. .sec-11__slider {
  522. width: 100%;
  523. }
  524. .sec-11__slider .slide-item {
  525. height: 28vh;
  526. background-position: center center;
  527. background-size: cover;
  528. background-repeat: no-repeat;
  529. position: relative;
  530. }
  531. @media (min-width: 480px) {
  532. .sec-11__slider .slide-item {
  533. height: 43vh;
  534. }
  535. }
  536. .sec-11__imgfr {
  537. width: 100%;
  538. height: 100%;
  539. }
  540. .sec-11__imgfr img {
  541. width: 100%;
  542. }
  543. .sec-11__card__play {
  544. position: absolute;
  545. right: 1rem;
  546. bottom: 1rem;
  547. width: 2.5rem;
  548. height: 2.5rem;
  549. }
  550. .sec-11__cardtxt {
  551. font-size: 14px;
  552. }
  553. .sec-guessLike__title {
  554. display: block;
  555. text-align: center;
  556. position: relative;
  557. }
  558. .sec-guessLike__title::before, .sec-guessLike__title::after {
  559. position: absolute;
  560. content: " ";
  561. width: 40%;
  562. height: 0rem;
  563. border-top: 1px solid black;
  564. top: 50%;
  565. }
  566. .sec-guessLike__title::before {
  567. left: 0;
  568. }
  569. .sec-guessLike__title::after {
  570. left: 60%;
  571. }
  572. .sec-guessLike__img {
  573. height: 14vh;
  574. background-position: center center;
  575. background-size: cover;
  576. background-repeat: no-repeat;
  577. background-image: url("https://images.hhh.com.tw/uploads/_hcase_orig/designer355_14_02.jpg");
  578. }
  579. .sec-guessLike__txt {
  580. font-size: 14px;
  581. }
  582. .morelink {
  583. text-decoration: none;
  584. color: #EE7800;
  585. }
  586. .morelink:hover {
  587. color: #EE7800;
  588. }
  589. .fixed_menu {
  590. height: 78px;
  591. position: fixed;
  592. z-index: 4;
  593. bottom: 0;
  594. left: 0;
  595. width: 100%;
  596. background-color: #fff;
  597. box-shadow: 0 3px 14px 2px rgba(0, 0, 0, 0.12);
  598. -webkit-box-shadow: 0 3px 14px 2px rgba(0, 0, 0, 0.12);
  599. -moz-box-shadow: 0 3px 14px 2px rgba(0, 0, 0, 0.12);
  600. }
  601. @media (min-width: 480px) {
  602. .fixed_menu {
  603. height: 50px;
  604. }
  605. }
  606. @media (min-width: 480px) {
  607. .fixed_menu .row {
  608. height: 50px;
  609. }
  610. }
  611. @media (min-width: 480px) {
  612. .fixed_menu__box {
  613. width: 100%;
  614. height: 100%;
  615. }
  616. }
  617. .fixed_menu__box img:focus-visible {
  618. outline: none;
  619. }
  620. @media (min-width: 480px) {
  621. .fixed_menu__box img {
  622. width: 100%;
  623. height: 100%;
  624. }
  625. }
  626. .sec-menu {
  627. display: none;
  628. z-index: 105;
  629. position: absolute;
  630. top: 0;
  631. left: 0;
  632. right: 0;
  633. font-size: 14px;
  634. }
  635. .sec-menu-block {
  636. padding-top: 61px;
  637. margin: 0;
  638. -webkit-transition: -webkit-transform .5s;
  639. transition: -webkit-transform .5s;
  640. transition: transform .5s;
  641. transition: transform .5s, -webkit-transform .5s;
  642. position: fixed;
  643. top: 0;
  644. left: -100%;
  645. right: 0;
  646. height: 100%;
  647. overflow-y: scroll;
  648. max-width: 100%;
  649. background-color: white;
  650. }
  651. .sec-menu-block.slidein {
  652. -webkit-animation: slidein 0.3s forwards;
  653. animation: slidein 0.3s forwards;
  654. }
  655. .sec-menu-block.slideout {
  656. -webkit-animation: slideout 0.3s forwards;
  657. animation: slideout 0.3s forwards;
  658. }
  659. .sec-menu-list {
  660. background: white;
  661. margin-bottom: 0;
  662. }
  663. .sec-menu-list .navbar-nav {
  664. padding: 0 2rem;
  665. width: 100%;
  666. }
  667. .sec-menu-list .navbar-nav .dropdown-menu {
  668. border: none;
  669. padding: 0;
  670. height: 0;
  671. opacity: 0;
  672. -webkit-transition: all 1s;
  673. transition: all 1s;
  674. }
  675. .sec-menu-list .navbar-nav .dropdown-menu.show {
  676. height: -webkit-fit-content;
  677. height: -moz-fit-content;
  678. height: fit-content;
  679. opacity: 1;
  680. }
  681. .sec-menu-list .navbar-nav .dropdown-menu .dropdown-item {
  682. padding-left: 3rem;
  683. }
  684. .sec-menu-list .navbar-nav .dropdown-menu .dropdown-item:active, .sec-menu-list .navbar-nav .dropdown-menu .dropdown-item.active, .sec-menu-list .navbar-nav .dropdown-menu .dropdown-item:focus {
  685. background-color: white;
  686. }
  687. .sec-menu-list .navbar-nav .dropdown-menu .dropdown-item:hover {
  688. background-color: white;
  689. }
  690. .sec-menu-list .navbar-nav .dropdown-menu .sub-menu .dropdown-item {
  691. padding-left: 6rem;
  692. }
  693. .sec-menu-list .nav-item {
  694. font-size: 17px;
  695. display: block;
  696. width: 100%;
  697. }
  698. .sec-menu-list .nav-link {
  699. padding-top: 11px;
  700. padding-bottom: 8px;
  701. color: #707070;
  702. position: relative;
  703. }
  704. .sec-menu-list .nav-link .link_div {
  705. width: 25px;
  706. }
  707. .sec-menu-list .nav-link a {
  708. color: #707070;
  709. text-decoration: none;
  710. }
  711. .sec-menu-list .nav-link.show i {
  712. -webkit-transform: rotate(-180deg);
  713. transform: rotate(-180deg);
  714. }
  715. .sec-menu-list .nav-link .expand {
  716. position: absolute;
  717. right: 10px;
  718. }
  719. .sec-menu-list .nav-link .expand i {
  720. font-size: 11px;
  721. color: #D3D3D3;
  722. -webkit-transition: all .5s;
  723. transition: all .5s;
  724. }
  725. .sec-menu-list .nav-link.text-main {
  726. color: #EE7800;
  727. }
  728. .sec-menu-list .sub-link .expand {
  729. position: absolute;
  730. right: 20px;
  731. top: 8px;
  732. width: 1.5rem;
  733. text-align: center;
  734. }
  735. .sec-menu-list .sub-menu {
  736. display: none;
  737. }
  738. .sec-menu-list .sub-menu.show {
  739. display: block;
  740. }
  741. .sec-menu-list hr {
  742. margin: 3px 0;
  743. background-color: #bbbbbb;
  744. }
  745. .sec-menu-follows {
  746. padding: 2rem 2.5rem;
  747. background-color: #e6e6e6ef;
  748. margin-top: -9px;
  749. }
  750. .sec-menu-follows-title {
  751. color: #797979;
  752. font-size: 14px;
  753. }
  754. .sec-menu-links {
  755. margin-bottom: 2.5rem;
  756. }
  757. .sec-menu-links a {
  758. color: #797979;
  759. text-decoration: none;
  760. display: inline-block;
  761. padding: 1px 0;
  762. border-bottom: 1px solid #acacac;
  763. margin: 0 .6rem;
  764. -ms-flex-wrap: nowrap;
  765. flex-wrap: nowrap;
  766. }
  767. @media screen and (max-width: 385px) {
  768. .sec-menu-links a {
  769. margin: 0 .4rem;
  770. }
  771. }
  772. .sec-menu .follows-fp {
  773. color: #797979;
  774. text-decoration: none;
  775. font-weight: 400;
  776. display: block;
  777. padding-left: .5rem;
  778. }
  779. .sec-menu .follows-fp:nth-of-type(1) {
  780. margin-bottom: .6rem;
  781. }
  782. .sec-menu .copyright {
  783. color: #797979;
  784. font-size: 13px;
  785. }
  786. @-webkit-keyframes slidein {
  787. 100% {
  788. left: 0;
  789. }
  790. }
  791. @keyframes slidein {
  792. 100% {
  793. left: 0;
  794. }
  795. }
  796. @-webkit-keyframes slideout {
  797. 100% {
  798. left: -100%;
  799. }
  800. }
  801. @keyframes slideout {
  802. 100% {
  803. left: -100%;
  804. }
  805. }
  806. .sec-search {
  807. display: none;
  808. z-index: 107;
  809. position: absolute;
  810. top: 0;
  811. left: 0;
  812. right: 0;
  813. font-size: 14px;
  814. }
  815. .sec-search-block {
  816. padding-top: 61px;
  817. margin: 0;
  818. position: fixed;
  819. top: 0;
  820. left: 0;
  821. right: 0;
  822. width: 100;
  823. height: 100%;
  824. overflow-y: scroll;
  825. background-color: rgba(0, 0, 0, 0.774);
  826. }
  827. .sec-search-list {
  828. background-color: #F3F3F3;
  829. padding: 1rem;
  830. padding-bottom: 1.4rem;
  831. }
  832. .sec-search-list hr {
  833. background-color: #aaaaaa;
  834. }
  835. .sec-search-form {
  836. width: 100%;
  837. }
  838. .sec-search .searchBar {
  839. font-size: 17px;
  840. padding: .5rem .3rem;
  841. display: inline-block;
  842. width: 88%;
  843. outline: none;
  844. border: 2px solid #EE7800;
  845. border-radius: 5px;
  846. }
  847. .sec-search .searchBtn {
  848. outline: none;
  849. border: none;
  850. background-color: transparent;
  851. display: inline-block;
  852. width: 10%;
  853. }
  854. .sec-search-hots {
  855. padding: 1rem;
  856. background-color: white;
  857. -webkit-box-shadow: 0 0 15px 2px rgba(190, 190, 190, 0.61);
  858. box-shadow: 0 0 15px 2px rgba(190, 190, 190, 0.61);
  859. }
  860. .sec-search-hots__title {
  861. color: #AAAAAA;
  862. font-size: 18px;
  863. font-weight: 400;
  864. padding-top: .5rem;
  865. }
  866. .sec-search-hots__link {
  867. display: inline-block;
  868. text-decoration: none;
  869. color: #797979;
  870. border: 1px solid #797979;
  871. border-radius: 3rem;
  872. padding: .3rem .5rem;
  873. margin-right: .8rem;
  874. margin-bottom: .8rem;
  875. }
  876. .sec-search-hots__link:hover {
  877. color: #797979;
  878. }
  879. .sec-login {
  880. display: none;
  881. z-index: 109;
  882. position: absolute;
  883. top: 0;
  884. left: 0;
  885. right: 0;
  886. font-size: 14px;
  887. }
  888. .sec-login-block {
  889. padding-top: 61px;
  890. margin: 0;
  891. position: fixed;
  892. top: 0;
  893. left: 0;
  894. right: 0;
  895. width: 100;
  896. height: 100%;
  897. overflow-y: hidden;
  898. background-color: #F3F3F3;
  899. }
  900. .sec-login-list {
  901. background-color: #F3F3F3;
  902. padding: 1rem;
  903. padding-bottom: 1.4rem;
  904. }
  905. .sec-login-list hr {
  906. background-color: #aaaaaa;
  907. }
  908. .sec-login-btns {
  909. padding: 1rem;
  910. background-color: white;
  911. -webkit-box-shadow: 0 0 15px 2px rgba(190, 190, 190, 0.61);
  912. box-shadow: 0 0 15px 2px rgba(190, 190, 190, 0.61);
  913. }
  914. .sec-match {
  915. display: none;
  916. z-index: 109;
  917. position: absolute;
  918. top: 0;
  919. left: 0;
  920. right: 0;
  921. font-size: 14px;
  922. }
  923. .sec-match-block {
  924. padding-top: 61px;
  925. margin: 0;
  926. position: fixed;
  927. top: 0;
  928. left: 0;
  929. right: 0;
  930. width: 100;
  931. height: 100%;
  932. overflow-y: hidden;
  933. background-color: white;
  934. }
  935. .sec-match-list {
  936. background-color: white;
  937. padding: 1rem;
  938. padding-bottom: 1.4rem;
  939. }
  940. .sec-match-btns {
  941. padding: 1rem;
  942. background-color: white;
  943. -webkit-box-shadow: 0 0 15px 2px rgba(190, 190, 190, 0.61);
  944. box-shadow: 0 0 15px 2px rgba(190, 190, 190, 0.61);
  945. }
  946. .sec-match p {
  947. color: #707070;
  948. }
  949. .sec-match__imgfr {
  950. width: 100%;
  951. height: 14rem;
  952. background-position: center;
  953. background-size: cover;
  954. }
  955. .sec-match__designer {
  956. width: 80%;
  957. height: 12rem;
  958. background-position: center;
  959. background-size: cover;
  960. border-radius: 50%;
  961. }
  962. .sec-match .btn-match {
  963. outline: none;
  964. border: none;
  965. color: #EE7800;
  966. border: 1px solid #EE7800;
  967. background-color: transparent;
  968. border-radius: 10px;
  969. padding: .3rem .6rem;
  970. -webkit-transition: all .3s;
  971. transition: all .3s;
  972. }
  973. .sec-match .btn-match:hover {
  974. background-color: #EE7800;
  975. color: white;
  976. }
  977. .sec-match .container__row {
  978. border-bottom: 1px solid #B2B2B2;
  979. }
  980. .sec-match .container__row:last-of-type {
  981. border-bottom: none;
  982. }
  983. .sec-result {
  984. padding: .5rem;
  985. }
  986. .sec-result p {
  987. color: #707070;
  988. }
  989. .sec-result__imgfr {
  990. width: 90%;
  991. height: 18rem;
  992. background-image: url(https://images.hhh.com.tw/uploads/_hcolumn_orig/point05_244_01.jpg);
  993. background-position: center;
  994. background-size: cover;
  995. }
  996. .sec-result__designer {
  997. background-image: url(https://cloud.hhh.com.tw/upload/_hdesigner/img_path_611_20190318172644.jpg);
  998. width: 6rem;
  999. height: 6rem;
  1000. background-position: center;
  1001. background-size: cover;
  1002. border-radius: 50%;
  1003. }
  1004. .sec-result .btn-match {
  1005. outline: none;
  1006. border: none;
  1007. color: #EE7800;
  1008. border: 1px solid #EE7800;
  1009. background-color: transparent;
  1010. padding: .4rem .8rem;
  1011. -webkit-transition: all .3s;
  1012. transition: all .3s;
  1013. }
  1014. .sec-result .btn-match:hover {
  1015. background-color: #EE7800;
  1016. color: white;
  1017. }
  1018. .sec-result .container__row {
  1019. border: 1px solid #B2B2B2;
  1020. margin-bottom: 1rem;
  1021. }
  1022. .sec-result__consulting {
  1023. color: #707070;
  1024. }
  1025. .sec-result__num {
  1026. color: #EE7800;
  1027. }
  1028. .sec-favor {
  1029. display: block;
  1030. z-index: 111;
  1031. position: absolute;
  1032. top: 0;
  1033. left: 0;
  1034. right: 0;
  1035. font-size: 14px;
  1036. }
  1037. .sec-favor-title {
  1038. color: #4C4C4C;
  1039. font-size: 18px;
  1040. }
  1041. .sec-favor-block {
  1042. padding-top: 61px;
  1043. margin: 0;
  1044. position: fixed;
  1045. top: 0;
  1046. left: 0;
  1047. right: 0;
  1048. width: 100;
  1049. height: 100%;
  1050. overflow-y: auto;
  1051. background-color: #F3F3F3;
  1052. }
  1053. .sec-favor-list {
  1054. background-color: #F3F3F3;
  1055. padding: 1rem;
  1056. padding-bottom: 1.4rem;
  1057. }
  1058. .sec-favor-list hr {
  1059. background-color: #aaaaaa;
  1060. }
  1061. .sec-favor-form .form-user, .sec-favor-checklist .form-user {
  1062. width: 50%;
  1063. color: #707070;
  1064. font-size: 16px;
  1065. }
  1066. .sec-favor-form .form-progressbar, .sec-favor-checklist .form-progressbar {
  1067. width: 50%;
  1068. display: -webkit-box;
  1069. display: -ms-flexbox;
  1070. display: flex;
  1071. -webkit-box-pack: justify;
  1072. -ms-flex-pack: justify;
  1073. justify-content: space-between;
  1074. }
  1075. .sec-favor-form .form-progressbar li, .sec-favor-checklist .form-progressbar li {
  1076. width: 1.6rem;
  1077. height: 1.6rem;
  1078. border-radius: 50%;
  1079. border: 2px solid #D3D3D3;
  1080. line-height: 1.4rem;
  1081. display: -webkit-box;
  1082. display: -ms-flexbox;
  1083. display: flex;
  1084. -webkit-box-pack: center;
  1085. -ms-flex-pack: center;
  1086. justify-content: center;
  1087. position: relative;
  1088. color: #D3D3D3;
  1089. background-color: #F3F3F3;
  1090. z-index: 2;
  1091. }
  1092. .sec-favor-form .form-progressbar li.active, .sec-favor-checklist .form-progressbar li.active {
  1093. border: 2px solid #EE7800;
  1094. color: #EE7800;
  1095. }
  1096. .sec-favor-form .form-progressbar li.active::before, .sec-favor-checklist .form-progressbar li.active::before {
  1097. border-top: 2px solid #EE7800;
  1098. }
  1099. .sec-favor-form .form-progressbar li::before, .sec-favor-checklist .form-progressbar li::before {
  1100. position: absolute;
  1101. content: " ";
  1102. width: 4rem;
  1103. height: 0;
  1104. border-top: 2px dashed #D3D3D3;
  1105. right: 100%;
  1106. top: 50%;
  1107. z-index: 1;
  1108. }
  1109. .sec-favor-form .form-progressbar li:nth-of-type(1)::before, .sec-favor-checklist .form-progressbar li:nth-of-type(1)::before {
  1110. display: none;
  1111. }
  1112. .sec-favor-form .form-step, .sec-favor-checklist .form-step {
  1113. background-color: white;
  1114. border-radius: 3px;
  1115. padding: 1.5rem 1rem;
  1116. padding-bottom: 1.5rem;
  1117. -webkit-box-shadow: 0 0 15px 2px rgba(190, 190, 190, 0.61);
  1118. box-shadow: 0 0 15px 2px rgba(190, 190, 190, 0.61);
  1119. overflow: visible;
  1120. }
  1121. .sec-favor-form .form-step .next, .sec-favor-checklist .form-step .next {
  1122. padding: .6rem 5rem;
  1123. background-color: #EE7800;
  1124. border-radius: 3px;
  1125. color: white;
  1126. border: none;
  1127. outline: none;
  1128. }
  1129. .sec-favor-form .form-step1, .sec-favor-checklist .form-step1 {
  1130. display: block;
  1131. }
  1132. .sec-favor-form .form-step2, .sec-favor-checklist .form-step2 {
  1133. display: none;
  1134. }
  1135. .sec-favor-form .form-step3, .sec-favor-checklist .form-step3 {
  1136. display: none;
  1137. position: relative;
  1138. padding-bottom: 1.5rem;
  1139. }
  1140. .sec-favor-form input[type="checkbox"], .sec-favor-form input[type="radio"], .sec-favor-checklist input[type="checkbox"], .sec-favor-checklist input[type="radio"] {
  1141. display: none;
  1142. }
  1143. .sec-favor-form .imgfr, .sec-favor-checklist .imgfr {
  1144. background-image: url("../images/2_2.webp");
  1145. background-position: center center;
  1146. background-size: cover;
  1147. background-repeat: no-repeat;
  1148. width: 100%;
  1149. height: 4.5rem;
  1150. border-radius: 8px;
  1151. border: 2px solid transparent;
  1152. }
  1153. .sec-favor-form h4, .sec-favor-checklist h4 {
  1154. color: #AAAAAA;
  1155. font-size: 15px;
  1156. font-weight: 400;
  1157. }
  1158. .sec-favor-form input[type="checkbox"]:checked + .fs-label-info .imgfr, .sec-favor-checklist input[type="checkbox"]:checked + .fs-label-info .imgfr {
  1159. border: 2px solid #EE7800;
  1160. }
  1161. .sec-favor-form input[type="checkbox"]:checked + .fs-label-chbox, .sec-favor-checklist input[type="checkbox"]:checked + .fs-label-chbox {
  1162. border: 1px solid #EE7800;
  1163. color: #EE7800;
  1164. }
  1165. .sec-favor-form input[type="radio"]:checked + .fs-label-chbox, .sec-favor-checklist input[type="radio"]:checked + .fs-label-chbox {
  1166. border: 1px solid #EE7800;
  1167. color: #EE7800;
  1168. }
  1169. .sec-favor-form .step3-block, .sec-favor-checklist .step3-block {
  1170. margin-bottom: 1rem;
  1171. }
  1172. .sec-favor-form .step3-block:nth-of-type(3), .sec-favor-checklist .step3-block:nth-of-type(3) {
  1173. margin-bottom: 0;
  1174. }
  1175. .sec-favor-form .step3-block-title, .sec-favor-checklist .step3-block-title {
  1176. color: #AAAAAA;
  1177. display: block;
  1178. margin-bottom: .5rem;
  1179. font-size: 1rem;
  1180. }
  1181. .sec-favor-form .step3-block .radio, .sec-favor-checklist .step3-block .radio {
  1182. display: inline-block;
  1183. padding: .25rem .7rem;
  1184. margin-right: .4rem;
  1185. border: 1px solid #707070;
  1186. border-radius: 2rem;
  1187. color: #797979;
  1188. margin-bottom: .5rem;
  1189. }
  1190. .sec-favor-form .skip, .sec-favor-checklist .skip {
  1191. padding: .3rem 1rem;
  1192. color: #AAAAAA;
  1193. border: none;
  1194. outline: none;
  1195. background-color: transparent;
  1196. }
  1197. .sec-favor-form .btngrp, .sec-favor-checklist .btngrp {
  1198. /* position: absolute;
  1199. left: 50%;
  1200. transform: translateX(-50%);
  1201. bottom: -6rem; */
  1202. display: -webkit-box;
  1203. display: -ms-flexbox;
  1204. display: flex;
  1205. -webkit-box-orient: vertical;
  1206. -webkit-box-direction: normal;
  1207. -ms-flex-direction: column;
  1208. flex-direction: column;
  1209. -webkit-box-align: center;
  1210. -ms-flex-align: center;
  1211. align-items: center;
  1212. }
  1213. .sec-favor-form .btngrp .next, .sec-favor-checklist .btngrp .next {
  1214. -webkit-transform: translateY(0rem);
  1215. transform: translateY(0rem);
  1216. }
  1217. .sec-favor-checklist .form-user {
  1218. margin: 0 auto;
  1219. text-align: center;
  1220. margin-bottom: 1rem;
  1221. }
  1222. .sec-favor-btns {
  1223. padding: 1rem;
  1224. background-color: white;
  1225. -webkit-box-shadow: 0 0 15px 2px rgba(190, 190, 190, 0.61);
  1226. box-shadow: 0 0 15px 2px rgba(190, 190, 190, 0.61);
  1227. }
  1228. .text-main {
  1229. color: #EE7800;
  1230. }
  1231. .text-phone {
  1232. color: #EA068C;
  1233. text-decoration: none;
  1234. }
  1235. #videoModal .modal-content {
  1236. background-color: transparent;
  1237. border: none;
  1238. height: 30vh;
  1239. }
  1240. #videoModal .modal-content .modal-body {
  1241. width: 100%;
  1242. height: 100%;
  1243. }
  1244. #videoModal .modal-content iframe {
  1245. width: 100%;
  1246. height: 100%;
  1247. }
  1248. .fixed-btn {
  1249. position: fixed;
  1250. right: 15px;
  1251. bottom: 8rem;
  1252. }
  1253. @media (min-width: 480px) {
  1254. .fixed-btn {
  1255. bottom: 5rem;
  1256. }
  1257. }
  1258. .fixed-btn .btn-gotop, .fixed-btn .btn-match {
  1259. padding: 1.2rem .8rem;
  1260. background-color: rgba(255, 255, 255, 0.897);
  1261. display: -webkit-box;
  1262. display: -ms-flexbox;
  1263. display: flex;
  1264. -webkit-box-align: center;
  1265. -ms-flex-align: center;
  1266. align-items: center;
  1267. box-shadow: 1px 1px 1px -3px 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);
  1268. -webkit-box-shadow: 1px 1px 1px -3px 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);
  1269. -moz-box-shadow: 1px 1px 1px -3px 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);
  1270. }
  1271. .fixed-btn .btn-match {
  1272. padding: .4rem .2rem;
  1273. background-color: white;
  1274. font-size: 1em;
  1275. word-spacing: 5px;
  1276. width: 57px;
  1277. text-align: center;
  1278. position: relative;
  1279. background-color: #EE7800;
  1280. color: white;
  1281. }
  1282. .match__next {
  1283. outline: none;
  1284. border: none;
  1285. background-color: #EE7800;
  1286. border-radius: .3rem;
  1287. padding-top: .5rem;
  1288. padding-bottom: .5rem;
  1289. color: white;
  1290. }
  1291. .match__next2, .last-step {
  1292. outline: none;
  1293. border: none;
  1294. background-color: #EE7800;
  1295. border-radius: .3rem;
  1296. padding-top: .5rem;
  1297. padding-bottom: .5rem;
  1298. color: white;
  1299. }
  1300. .btn-call {
  1301. color: #EA068C;
  1302. padding: .6rem 1.5rem;
  1303. border: 1px solid #EA068C;
  1304. border-radius: 2rem;
  1305. background-color: transparent;
  1306. text-decoration: none;
  1307. }
  1308. .btn-call:hover {
  1309. color: #EA068C;
  1310. }
  1311. .small {
  1312. font-size: .7rem;
  1313. }
  1314. /*# sourceMappingURL=main.css.map */