style.scss 30 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453145414551456145714581459146014611462146314641465146614671468146914701471147214731474
  1. :root {
  2. --main-color: #4c660a;
  3. --second-color: #808f4c;
  4. --logo-color: #78ad42;
  5. --dark-color: #656565;
  6. --dark-gray: #969696;
  7. --light-gray: #d6d6d8;
  8. --font-md: 15px;
  9. }
  10. /*
  11. * Noto Sans TC (Chinese_traditional) http://www.google.com/fonts/earlyaccess
  12. */
  13. @font-face {
  14. font-family: 'Noto Sans TC';
  15. font-style: normal;
  16. font-weight: 100;
  17. src: url(//fonts.gstatic.com/ea/notosanstc/v1/NotoSansTC-Thin.woff2) format('woff2'),
  18. url(//fonts.gstatic.com/ea/notosanstc/v1/NotoSansTC-Thin.woff) format('woff'),
  19. url(//fonts.gstatic.com/ea/notosanstc/v1/NotoSansTC-Thin.otf) format('opentype');
  20. }
  21. @font-face {
  22. font-family: 'Noto Sans TC';
  23. font-style: normal;
  24. font-weight: 300;
  25. src: url(//fonts.gstatic.com/ea/notosanstc/v1/NotoSansTC-Light.woff2) format('woff2'),
  26. url(//fonts.gstatic.com/ea/notosanstc/v1/NotoSansTC-Light.woff) format('woff'),
  27. url(//fonts.gstatic.com/ea/notosanstc/v1/NotoSansTC-Light.otf) format('opentype');
  28. }
  29. @font-face {
  30. font-family: 'Noto Sans TC';
  31. font-style: normal;
  32. font-weight: 400;
  33. src: url(//fonts.gstatic.com/ea/notosanstc/v1/NotoSansTC-Regular.woff2) format('woff2'),
  34. url(//fonts.gstatic.com/ea/notosanstc/v1/NotoSansTC-Regular.woff) format('woff'),
  35. url(//fonts.gstatic.com/ea/notosanstc/v1/NotoSansTC-Regular.otf) format('opentype');
  36. }
  37. @font-face {
  38. font-family: 'Noto Sans TC';
  39. font-style: normal;
  40. font-weight: 500;
  41. src: url(//fonts.gstatic.com/ea/notosanstc/v1/NotoSansTC-Medium.woff2) format('woff2'),
  42. url(//fonts.gstatic.com/ea/notosanstc/v1/NotoSansTC-Medium.woff) format('woff'),
  43. url(//fonts.gstatic.com/ea/notosanstc/v1/NotoSansTC-Medium.otf) format('opentype');
  44. }
  45. @font-face {
  46. font-family: 'Noto Sans TC';
  47. font-style: normal;
  48. font-weight: 700;
  49. src: url(//fonts.gstatic.com/ea/notosanstc/v1/NotoSansTC-Bold.woff2) format('woff2'),
  50. url(//fonts.gstatic.com/ea/notosanstc/v1/NotoSansTC-Bold.woff) format('woff'),
  51. url(//fonts.gstatic.com/ea/notosanstc/v1/NotoSansTC-Bold.otf) format('opentype');
  52. }
  53. @font-face {
  54. font-family: 'Noto Sans TC';
  55. font-style: normal;
  56. font-weight: 900;
  57. src: url(//fonts.gstatic.com/ea/notosanstc/v1/NotoSansTC-Black.woff2) format('woff2'),
  58. url(//fonts.gstatic.com/ea/notosanstc/v1/NotoSansTC-Black.woff) format('woff'),
  59. url(//fonts.gstatic.com/ea/notosanstc/v1/NotoSansTC-Black.otf) format('opentype');
  60. }
  61. @keyframes fadeIn {
  62. 0% {
  63. opacity: 0;
  64. }
  65. 100% {
  66. opacity: 1;
  67. }
  68. }
  69. .fade {
  70. -webkit-animation: fadeIn 1.5s ;
  71. animation: fadeIn 1.5s;
  72. animation-fill-mode: forwards;
  73. }
  74. // 共通樣式
  75. body{
  76. overflow-x: hidden;
  77. }
  78. .bhousev2_sec_img_title{
  79. font-family: 'Noto Sans TC';
  80. font-style: normal;
  81. font-weight: 600;
  82. font-size: 40px;
  83. line-height: 150%;
  84. letter-spacing: 0.03em;
  85. text-align: center;
  86. @media (max-width: 1000px) {
  87. font-size: 36px;
  88. // margin-bottom: 52px;
  89. }
  90. @media (max-width: 767px) {
  91. letter-spacing: 0.2em;
  92. font-size: 20px;
  93. // margin-bottom: 52px;
  94. }
  95. }
  96. .bhousev2_sec_img_title2{
  97. padding-bottom: 27px;
  98. font-family: 'Noto Sans TC';
  99. font-style: normal;
  100. font-weight: 700;
  101. font-size: 28px;
  102. line-height: 150%;
  103. text-align: center;
  104. color: #FFFFFF;
  105. @media (max-width: 1000px) {
  106. font-size: 24px;
  107. // margin-bottom: 52px;
  108. }
  109. @media (max-width: 767px) {
  110. font-size: 14px;
  111. letter-spacing: 0.4em;
  112. font-weight: 400;
  113. // margin-bottom: 52px;
  114. }
  115. }
  116. .bhousev2_sec_img_text{
  117. padding-top: 35px;
  118. font-family: 'Noto Sans TC';
  119. font-style: normal;
  120. font-weight: 400;
  121. font-size: 20px;
  122. line-height: 150%;
  123. text-align: center;
  124. letter-spacing: 0.4em;
  125. @media (max-width: 767px) {
  126. font-size: 14px;
  127. // margin-bottom: 52px;
  128. }
  129. }
  130. .reserve {
  131. position: fixed;
  132. bottom: 3vw;
  133. right: 18px;
  134. z-index: 999;
  135. }
  136. .reserve img {
  137. width: 87px !important;
  138. }
  139. .bhousev2_title {
  140. // padding: 30px 0px;
  141. color:#727171;
  142. font-family: 'Noto Sans TC';
  143. font-style: normal;
  144. font-size: 36px;
  145. font-weight: 400;
  146. @media (max-width: 1000px) {
  147. font-size: 24px
  148. }
  149. @media (max-width: 767px) {
  150. text-align: center;
  151. margin-bottom: 33px;
  152. font-size: 20px;
  153. line-height: 150%;
  154. letter-spacing: 4px;
  155. font-weight: 500;
  156. }
  157. }
  158. .bhousev2_mobile_title{
  159. margin-bottom: 52px;
  160. @media (min-width:1025px) {
  161. display: none;
  162. }
  163. }
  164. .sec05-destitle{
  165. @media (max-width: 767px) {
  166. display: none;
  167. }
  168. }
  169. .bhouse_slogan{
  170. font-family: 'Noto Sans TC';
  171. font-style: normal;
  172. font-weight: 500;
  173. font-size: 40px;
  174. line-height: 150%;
  175. /* identical to box height, or 60px */
  176. letter-spacing: 0.5em;
  177. text-shadow: 0px 4px 4px rgba(0,0,0,0.25);
  178. color:#fff;
  179. transition: 0.5s;
  180. cursor: pointer;
  181. @media (max-width: 767px) {
  182. font-size: 14px;
  183. color:#ffff;
  184. }
  185. }
  186. // .blur4{
  187. // // text-shadow:0 0 6px rgba(255,0,0,1);
  188. // text-shadow: 0px 0px 4px rgba(255, 255, 255, 0.75);
  189. // }
  190. .bg-3C7062{
  191. background-color: #3C7062 !important;
  192. }
  193. // banner+navbar
  194. .navbar {
  195. position: relative;
  196. z-index: 999;
  197. width: 100vw;
  198. height: 100px;
  199. transition: 0.3s;
  200. cursor: pointer;
  201. @media (max-width: 991px) {
  202. background: #3C7062;
  203. height: 60px;
  204. }
  205. &:hover{
  206. background:#3c7062;
  207. }
  208. }
  209. .navbar-logo{
  210. padding-right: 50px;
  211. }
  212. .navbar-nav{
  213. width: 100%; justify-content: space-evenly;
  214. @media (max-width: 767px) {
  215. justify-content: flex-start;
  216. }
  217. }
  218. .navbar .nav-item {
  219. padding: 13px 0;
  220. @media (max-width: 767px) {
  221. padding: 13px 50px;
  222. }
  223. &:hover {
  224. .navbar-link {
  225. color: #fff;
  226. }
  227. }
  228. }
  229. .navbar .navbar-link {
  230. width: 100%;
  231. color: #fff;
  232. font-size: 14px;
  233. text-decoration: none;
  234. letter-spacing: 0.4em;
  235. font-family: 'Noto Sans TC';
  236. @media (max-width: 1025px) {
  237. // padding: 13px 10px 0px 10px;
  238. // justify-content: flex-start;
  239. }
  240. }
  241. .navbar .navbar-link:hover {
  242. color: #ffffff;
  243. // background: var(--main-color);
  244. }
  245. .navbar .navbar-brand {
  246. display: none;
  247. @media (max-width: 991px) {
  248. margin: 0;
  249. }
  250. }
  251. .navbar .mx-auto {
  252. padding: 0;
  253. }
  254. .navbar .navbar-brand img {
  255. // width: 70%;
  256. margin-left: 10%;
  257. object-fit: contain;
  258. @media (max-width: 767px) {
  259. width: 100px;
  260. // height: 60px;
  261. }
  262. }
  263. .nav-mobile{
  264. @media (max-width: 767px) {
  265. position: absolute;
  266. top:0;
  267. transition: background-color 0.5s;
  268. z-index: 1000;
  269. }
  270. }
  271. .navbar .close-btn {
  272. display: inline-block;
  273. position: relative;
  274. top: -5px;
  275. width: 23px;
  276. height: 2px;
  277. background: #ffffff;
  278. -webkit-transform: rotate(45deg);
  279. transform: rotate(45deg);
  280. }
  281. .navbar .close-btn::after {
  282. content: "";
  283. display: block;
  284. width: 23px;
  285. height: 2px;
  286. background: #ffffff;
  287. -webkit-transform: rotate(-90deg);
  288. transform: rotate(-90deg);
  289. }
  290. @media (max-width: 991px) {
  291. .navbar {
  292. padding: 0;
  293. top: 0;
  294. /* 收合時覆蓋內容 */
  295. width: 100%;
  296. position: fixed;
  297. z-index: 999;
  298. }
  299. .navbar .navbar-link {
  300. display: block;
  301. padding: 20px 10px;
  302. // margin: 0 50px;
  303. color: #ffffff;
  304. border-bottom: 1px solid var(--dark-gray);
  305. }
  306. .navbar .navbar-link:hover {
  307. color: rgba(255, 255, 255, 0.6);
  308. }
  309. .navbar .navbar-logo {
  310. @media (max-width: 767px) {
  311. display: none;
  312. }
  313. }
  314. .navbar .navbar-nav {
  315. height: 100vh;
  316. white-space: nowrap;
  317. width: 100%;
  318. // justify-content: space-evenly;
  319. // border-top: 1px solid var(--dark-gray);
  320. }
  321. .navbar .navbar-nav li:last-child a {
  322. border: none;
  323. }
  324. .navbar .navbar-toggler {
  325. width: 30px;
  326. margin-right: 30px;
  327. margin-top: 0px;
  328. border: none;
  329. }
  330. .navbar .navbar-toggler:focus,
  331. .navbar .navbar-toggler:active {
  332. outline: none !important;
  333. -webkit-box-shadow: none;
  334. box-shadow: none;
  335. }
  336. .navbar .navbar-brand {
  337. display: block;
  338. }
  339. }
  340. .news-link {
  341. display: flex;
  342. padding: 10px 0;
  343. background-color: #da831c;
  344. font-weight: bold;
  345. a {
  346. margin: auto;
  347. color: #fff;
  348. font-size: 14px;
  349. text-align: center;
  350. letter-spacing: 2px;
  351. &:hover {
  352. opacity: 0.8;
  353. }
  354. }
  355. @media (max-width: 991px) {
  356. margin-top: 70px;
  357. }
  358. @media (max-width: 767px) {
  359. margin-top: 70px;
  360. }
  361. }
  362. .navbar > .container-fluid {
  363. display: flex !important;
  364. }
  365. /* header end */
  366. /* slick start */
  367. .slick-dots {
  368. bottom: 10px;
  369. }
  370. .slick-dots li button:before {
  371. opacity: 0.8;
  372. content: "●";
  373. color: #D9D9D933;
  374. font-size: 18px;
  375. }
  376. .slick-dots li.slick-active button:before {
  377. opacity: 1;
  378. color:#D9D9D9;
  379. }
  380. .slider-item {
  381. position: relative;
  382. img {
  383. width: 100%;
  384. height: 845px;
  385. -o-object-fit: cover;
  386. object-fit: cover;
  387. @media (max-width: 991px) {
  388. height: 500px;
  389. }
  390. @media (max-width: 576px) {
  391. height: 335px;
  392. }
  393. }
  394. }
  395. .slider-item div {
  396. padding: 20px 18vw;
  397. position: absolute;
  398. left: 0;
  399. right: 0;
  400. bottom: 0px;
  401. background-color: rgba(128, 143, 76, 0.8);
  402. text-align: end;
  403. display: flex;
  404. flex-direction: column;
  405. justify-content: center;
  406. @media (max-width: 768px) {
  407. padding: 20px 10vw;
  408. }
  409. }
  410. .slider-item p {
  411. margin: 0;
  412. color: #ffffff;
  413. font-size: 18px;
  414. font-weight: 500;
  415. letter-spacing: 2px;
  416. @media (max-width: 767px) {
  417. display: flex;
  418. justify-content: end;
  419. text-align: left;
  420. }
  421. @media (max-width: 575px) {
  422. font-size: 14px;
  423. }
  424. }
  425. .slider-item p:first-child {
  426. @media (max-width: 576px) {
  427. margin-left: 24px;
  428. }
  429. @media (max-width: 400px) {
  430. margin-left: auto;
  431. }
  432. }
  433. .slider-item p:last-child {
  434. font-size: 18px;
  435. text-align: right;
  436. @media (max-width: 575px) {
  437. font-size: 14px;
  438. }
  439. }
  440. @media (max-width: 767px) {
  441. .slider-item div {
  442. padding: 20px 5vw;
  443. }
  444. }
  445. @media (max-width: 575px) {
  446. .slider-item div {
  447. padding: 20px 19px;
  448. height: 105px;
  449. }
  450. }
  451. /* slick end */
  452. /* footer start */
  453. .banner1,.banner2,.banner3,.banner4{
  454. // margin-top: -100px;
  455. height: 100vh;
  456. background-size: cover;
  457. background-repeat: no-repeat;
  458. background-position: center;
  459. padding-right: 0 !important;
  460. @media (max-width: 767px) {
  461. height: 213px;
  462. margin-top: 0px;
  463. background-size: cover;
  464. }
  465. }
  466. .bhousev2_banner_slide{
  467. top:-100px;
  468. z-index: 998;
  469. @media (max-width: 767px) {
  470. top:60px;
  471. }
  472. }
  473. .banner1{
  474. // background-image: url(/img/bhousev2_img/banner/banner_slide1.webp);
  475. // background: linear-gradient(0deg, #000 0%, #000 0.1), url(<path-to-image>), lightgray 0px -75.059px / 100% 118.533% no-repeat;
  476. }
  477. .banner2{
  478. // background-image: url(/img/bhousev2_img/banner/banner_slide2.webp);
  479. // background: linear-gradient(0deg, #000 0%, #000 0.1), url(<path-to-image>), lightgray 0px -75.059px / 100% 118.533% no-repeat;
  480. }
  481. .banner3{
  482. // background-image: url(/img/bhousev2_img/banner/banner_slide3.webp);
  483. // background: linear-gradient(0deg, #000 0%, #000 0.1), url(<path-to-image>), lightgray 0px -75.059px / 100% 118.533% no-repeat;
  484. }
  485. .banner4{
  486. // background-image: url(/img/bhousev2_img/banner/banner_slide4.webp);
  487. // background: linear-gradient(0deg, #000 0%, #000 0.1), url(<path-to-image>), lightgray 0px -75.059px / 100% 118.533% no-repeat;
  488. }
  489. .hover-nav-box{
  490. width: 100vw;
  491. background: transparent;
  492. height: 100px;
  493. position: relative;
  494. z-index: 99;
  495. }
  496. .bhousev2_sec01{
  497. // margin-top: 150px;
  498. width: 80%;
  499. margin: 50px auto;
  500. padding-bottom: 100px;
  501. @media (max-width: 767px) {
  502. margin: 100px auto;
  503. width: 90%;
  504. padding-bottom: 43px;
  505. }
  506. .bhousev2_sec01_hr{
  507. height: 1px;
  508. background: #727171;
  509. width: 180px;
  510. margin: 30px 0px;
  511. @media (max-width: 1000px) {
  512. display: none;
  513. }
  514. @media (max-width: 767px) {
  515. display: none;
  516. }
  517. }
  518. .bhousev2_sec01_text{
  519. max-width: 461px;
  520. color:#727171;
  521. font-size: 14px;
  522. text-align: justify;
  523. letter-spacing: 0.4em;
  524. font-style: normal;
  525. @media (max-width: 1000px) {
  526. width: 90%;
  527. margin: 0 auto;
  528. }
  529. @media (max-width: 767px) {
  530. width: 100%;
  531. padding-top: 26px;
  532. }
  533. }
  534. .bhousev2_sec01_title{
  535. font-family: 'Noto Sans TC';
  536. font-style: normal;
  537. font-weight: 400;
  538. font-size: 36px;
  539. color: #727171;
  540. @media (max-width: 1000px) {
  541. padding-top: 54px;
  542. margin-bottom: 33px;
  543. text-align: center;
  544. font-size: 20px;
  545. font-weight: 500;
  546. }
  547. @media (max-width: 767px) {
  548. width: 100%;
  549. padding-top: 54px;
  550. margin-bottom: 33px;
  551. text-align: center;
  552. }
  553. }
  554. }
  555. .video-wrapper {
  556. width: 50%;
  557. }
  558. .bhousev2_sec02{
  559. // padding: 30px 0px;
  560. padding-top: 68px;
  561. padding-bottom: 92px;
  562. width: 80%;
  563. margin: 0 auto;
  564. @media (max-width: 767px) {
  565. width: 100%;
  566. padding-top: 44px;
  567. }
  568. .bhousev2_sec02_title {
  569. padding: 30px 0px;
  570. color:#727171;
  571. font-family: 'Noto Sans TC';
  572. font-style: normal;
  573. // font-weight: 700;
  574. }
  575. .bhousev2_sec02_collection{
  576. padding: 15px 0;
  577. cursor: pointer;
  578. background: #D9D9D9;
  579. border:none;
  580. .bhousev2_sec02_collection_img{
  581. width: 100%;
  582. height: 382px;
  583. object-fit: cover;
  584. @media (max-width: 767px) {
  585. width: 100%;
  586. height:auto;
  587. }
  588. }
  589. .bhousev2_sec02_collection_text{
  590. margin-bottom: 30px;
  591. opacity: 0;
  592. transition: 0.5s;
  593. @media (max-width: 1000px) {
  594. margin-bottom: 16px;
  595. opacity: 1;
  596. }
  597. @media (max-width: 767px) {
  598. margin-bottom: 16px;
  599. opacity: 1;
  600. }
  601. h2{
  602. font-family: 'Noto Sans TC';
  603. font-style: normal;
  604. font-weight: 600;
  605. font-size: 28px;
  606. margin-bottom: 1rem;
  607. @media (max-width: 767px) {
  608. font-size: 20px;
  609. }
  610. }
  611. p{
  612. font-family: 'Noto Sans TC';
  613. font-style: normal;
  614. font-weight: 300;
  615. font-size: 16px;
  616. margin-bottom: 0px;
  617. line-height: 150%;
  618. letter-spacing: 0.4em;
  619. @media (max-width: 767px) {
  620. font-size: 14px;
  621. letter-spacing: 1px;
  622. }
  623. }
  624. }
  625. &:hover{
  626. img{
  627. filter: brightness(80%);
  628. }
  629. .bhousev2_sec02_collection_text{
  630. opacity: 1;
  631. }
  632. }
  633. img{
  634. filter: brightness(100%);
  635. @media (max-width: 767px) {
  636. filter: brightness(80%);
  637. }
  638. }
  639. .card-img-overlay{
  640. bottom:-10px;
  641. position: absolute;
  642. }
  643. }
  644. }
  645. .bhousev2_sec02_box{
  646. padding: 30px;
  647. @media (max-width: 767px) {
  648. padding: 0px 5px;
  649. }
  650. }
  651. .bhousev2_sec02_fluid{
  652. background: #D9D9D9;
  653. // padding: 30px;
  654. }
  655. .sec02_load_more{
  656. color:#727171;
  657. font-family: 'Noto Sans TC';
  658. font-style: normal;
  659. // font-weight: 700;
  660. font-size: 20px;
  661. border: 1px solid #727171;
  662. background: none;
  663. padding: 10px 30px;
  664. transition: 0.3s;
  665. @media (max-width: 767px) {
  666. margin-top: 49px;
  667. }
  668. a{
  669. text-decoration: none;
  670. color:#727171;
  671. }
  672. &:hover{
  673. background: #3c7062;
  674. color:#fff;
  675. a{
  676. color:#ffff;
  677. }
  678. }
  679. }
  680. .bhousev2_sec03{
  681. width: 50%;
  682. margin: 0 auto;
  683. padding: 100px 0px;
  684. @media (max-width:1000px) {
  685. width: 90%;
  686. }
  687. @media (max-width: 767px) {
  688. width: 90%;
  689. }
  690. h2{
  691. text-align: center;
  692. color:#3C7062;
  693. font-family: 'Noto Sans TC';
  694. font-style: normal;
  695. font-weight: 600;
  696. font-size: 28px;
  697. @media (max-width: 767px) {
  698. font-size: 16px;
  699. }
  700. }
  701. .bhousev2_sec03_btn{
  702. margin-top: 64.5px;
  703. background: #3C7062;
  704. width: 398px;
  705. border-radius: 52.3684px;
  706. padding: 10px 30px;
  707. margin: 64px auto;
  708. text-align: center;
  709. @media (max-width: 767px) {
  710. width: 270px;
  711. margin: 33px auto;
  712. }
  713. p{
  714. color:#fff;
  715. margin-bottom: 0px;
  716. font-weight: 700;
  717. font-family: 'Noto Sans TC';
  718. font-style: normal;
  719. @media (max-width: 767px) {
  720. font-size: 12px;
  721. }
  722. }
  723. .bhousev2_sec03_number{
  724. font-size: 36.97px;
  725. padding: 1rem;
  726. @media (max-width: 767px) {
  727. font-size: 20px;
  728. padding: 0.5rem;
  729. }
  730. }
  731. }
  732. .bhousev2_sec03_text{
  733. h2{
  734. color:#3C7062;
  735. font-family: 'Noto Sans TC';
  736. font-style: normal;
  737. font-weight: 700;
  738. text-align: center;
  739. font-size: 32px;
  740. // letter-spacing: 0.4em;
  741. margin-bottom: 0;
  742. @media (max-width: 767px) {
  743. margin-top: 50px;
  744. font-size: 14px;
  745. letter-spacing: 4.2px;
  746. width: 50%;
  747. margin: 0 auto;
  748. }
  749. }
  750. p{
  751. font-size: 14px;
  752. font-weight: 400;
  753. color:#3C7062;
  754. font-family: 'Noto Sans TC';
  755. font-style: normal;
  756. letter-spacing: 0.4em;
  757. text-align: center;
  758. margin-top: 30px;
  759. @media (max-width: 767px) {
  760. letter-spacing: 4.2px;
  761. width: 50%;
  762. margin: 30px auto;
  763. }
  764. }
  765. .bhousev2_sec03_scroll{
  766. color:#3C7062;
  767. font-size:28px ;
  768. @media (max-width: 767px) {
  769. font-size:16px ;
  770. }
  771. }
  772. }
  773. }
  774. .bhousev2_sec04{
  775. .bhousev2_sec04_slide_text{
  776. @media (max-width: 767px) {
  777. width: 55%;
  778. margin: 0 auto;
  779. }
  780. }
  781. .bhousev2_sec04_img{
  782. width: 100%;
  783. object-fit: cover;
  784. height: 548px;
  785. filter: brightness(0.8);
  786. @media (max-width: 767px) {
  787. height: 305px;
  788. }
  789. }
  790. .slick-prev:before{
  791. content: none;
  792. }
  793. .slick-prev {
  794. left: 50px;
  795. z-index: 99;
  796. @media (max-width: 767px) {
  797. left: 20px;
  798. }
  799. }
  800. .slick-dots{
  801. bottom:10px;
  802. @media (max-width: 767px) {
  803. display: none;
  804. }
  805. }
  806. .slick-next:before{
  807. content: none;
  808. }
  809. .slick-next {
  810. right: 50px;
  811. z-index: 99;
  812. @media (max-width: 767px) {
  813. right: 20px;
  814. }
  815. }
  816. }
  817. .bhousev2_sec06_img,.bhousev2_sec010_img{
  818. filter: brightness(60%);
  819. object-fit: cover;
  820. }
  821. .bhousev2_sec010_img{
  822. @media (max-width: 767px) {
  823. height: 241px;
  824. }
  825. }
  826. .bhousev2_sec06_img{
  827. @media (max-width: 767px) {
  828. height: 414px;
  829. }
  830. }
  831. .bhousev2_sec06_content{
  832. @media (max-width: 767px) {
  833. width: 61%;
  834. margin: 0 auto;
  835. }
  836. }
  837. .bhousev2_img_h584{
  838. width: 100%;
  839. object-fit: cover;
  840. height: 548px;
  841. filter: brightness(0.8);
  842. }
  843. .bhousev2_sec05{
  844. width: 80%;
  845. margin: 0 auto;
  846. padding-top: 64px;
  847. padding-bottom: 136px;
  848. @media (max-width: 767px) {
  849. width: 100%;
  850. }
  851. h2{
  852. color:#727171;
  853. font-size: 28px;
  854. font-family: 'Noto Sans TC';
  855. font-style: normal;
  856. @media (max-width: 767px) {
  857. margin-bottom: 44px;
  858. }
  859. }
  860. .bhousev2_sec05_loc_list{
  861. padding-top: 64px;
  862. }
  863. .bhousev2_sec05_loc{
  864. margin-left: 30px;
  865. ul{
  866. padding-left: 0px;
  867. padding-top: 30px;
  868. @media (max-width: 767px) {
  869. padding-left: 20px;
  870. }
  871. li{
  872. font-size: 20px;
  873. color:#727171;
  874. font-family: 'Noto Sans TC';
  875. font-style: normal;
  876. font-weight: 600;
  877. letter-spacing: 0.4em;
  878. }
  879. }
  880. p{
  881. color:#3C7062;
  882. font-family: 'Noto Sans TC';
  883. font-style: normal;
  884. font-weight: 400;
  885. font-size: 16px;
  886. letter-spacing: 0.4em;
  887. }
  888. }
  889. .bhousev2_sec05_load_more{
  890. margin-top: 58px;
  891. @media (max-width: 767px) {
  892. text-align: center;
  893. }
  894. }
  895. }
  896. .bhousev2_sec07{
  897. padding-top: 92px;
  898. width: 80%;
  899. margin: 0 auto;
  900. padding-bottom: 86px;
  901. @media (max-width: 767px) {
  902. width: 90%;
  903. }
  904. .bhousev2_sec07_slide_mobile{
  905. padding-top: 28px;
  906. @media (min-width:1025px) {
  907. display: none;
  908. }
  909. @media (min-width:767px) {
  910. display: none;
  911. }
  912. }
  913. .slick-next:before{
  914. content: none;
  915. }
  916. .slick-prev:before{
  917. content: none;
  918. }
  919. .slick-prev {
  920. width: 15px;
  921. left: -50px;
  922. z-index: 99;
  923. top:60%;
  924. @media (max-width: 767px) {
  925. left: -10px;
  926. }
  927. }
  928. .slick-next {
  929. width: 15px;
  930. right: -50px;
  931. z-index: 99;
  932. top:60%;
  933. @media (max-width: 767px) {
  934. right:-10px;
  935. }
  936. }
  937. .bhousev2_sec07_slide{
  938. padding-top: 92px;
  939. @media (max-width: 767px) {
  940. display: none;
  941. }
  942. .bhousev2_sec07_slide_item{
  943. padding: 0px 20px;
  944. }
  945. .bhousev2_sec07_slide_item_name{
  946. padding: 16px 0px;
  947. background: #3C7062;
  948. color:#fff;
  949. font-family: 'Noto Sans TC';
  950. font-style: normal;
  951. font-weight: 700;
  952. font-size: 20px;
  953. letter-spacing: 0.4em;
  954. text-align: center;
  955. margin-bottom: 36px;
  956. h3{
  957. margin-bottom: 0px;
  958. }
  959. }
  960. .bhousev2_sec07_slide_item_text{
  961. margin-top: 42px;
  962. p{
  963. font-family: 'Noto Sans TC';
  964. font-style: normal;
  965. font-weight: 300;
  966. font-size: 16px;
  967. letter-spacing: 0.4em;
  968. line-height: 150%;
  969. }
  970. }
  971. }
  972. }
  973. .bhousev2_sec08_fluid{
  974. background: rgba(217, 217, 217, 0.3);
  975. .bhousev2_sec08{
  976. padding-top: 154px;
  977. width: 60%;
  978. margin: 0 auto;
  979. padding-bottom: 170px;
  980. @media (max-width: 1000px) {
  981. width: 100%;
  982. padding-top: 58px;
  983. padding-bottom: 74px;
  984. }
  985. @media (max-width: 767px) {
  986. width: 84%;
  987. padding-top: 50px;
  988. padding-bottom: 50px;
  989. }
  990. .pl-m-64{
  991. @media (max-width: 767px) {
  992. padding-left: 64px;
  993. }
  994. }
  995. .pe-m-64{
  996. @media (max-width: 767px) {
  997. padding-right: 64px;
  998. }
  999. }
  1000. .bhousev2_sec08_icon{
  1001. padding-top: 103px;
  1002. @media (max-width: 767px) {
  1003. // padding-bottom: 49px;
  1004. padding-top: 25px;
  1005. }
  1006. }
  1007. .room-planner-process-icon{
  1008. // height: 56px;
  1009. @media (max-width: 767px) {
  1010. height: 35px;
  1011. }
  1012. }
  1013. .bhousev2_sec08_icon1{
  1014. width: 80px;
  1015. object-fit: cover;
  1016. // height: 46px;
  1017. @media (max-width: 767px) {
  1018. width: 60px;
  1019. height: auto;
  1020. }
  1021. }
  1022. .bhousev2_sec08_icon2{
  1023. width: 80px;
  1024. object-fit: cover;
  1025. // height: 56px;
  1026. @media (max-width: 767px) {
  1027. width: 60px;
  1028. height: auto;
  1029. }
  1030. }
  1031. .bhousev2_sec08_icon3{
  1032. width: 80px;
  1033. object-fit: cover;
  1034. // height: 39px;
  1035. @media (max-width: 767px) {
  1036. width: 60px;
  1037. height: auto;
  1038. }
  1039. }
  1040. .bhousev2_sec08_icon4{
  1041. width: 80px;
  1042. object-fit: cover;
  1043. // height: 55px;
  1044. @media (max-width: 767px) {
  1045. width: 60px;
  1046. height: auto;
  1047. }
  1048. }
  1049. .bhousev2_sec08_icon5{
  1050. width: 80px;
  1051. object-fit: cover;
  1052. // height: 54px;
  1053. @media (max-width: 767px) {
  1054. width: 60px;
  1055. height: auto;
  1056. }
  1057. }
  1058. .bhousev2_title_mobile{
  1059. width: 100%;
  1060. @media (max-width: 767px) {
  1061. width: 60%;
  1062. margin: 0 auto;
  1063. }
  1064. @media (max-width: 400px) {
  1065. width: 70%;
  1066. margin: 0 auto;
  1067. }
  1068. }
  1069. .bhousev2_sec08_icon-text{
  1070. margin-top: 15px;
  1071. color:#727171;
  1072. font-family: 'Noto Sans TC';
  1073. font-style: normal;
  1074. font-weight: 400;
  1075. font-size: 20px;
  1076. text-align: center;
  1077. letter-spacing: 0.4em;
  1078. @media (max-width: 767px) {
  1079. font-size: 10px;
  1080. margin-top: 20px;
  1081. }
  1082. }
  1083. }
  1084. }
  1085. .bhousev2_sec09{
  1086. padding-top: 86px;
  1087. width: 90%;
  1088. margin: 0 auto;
  1089. padding-bottom: 230px;
  1090. @media (max-width: 767px) {
  1091. padding-top: 70px;
  1092. padding-bottom: 70px;
  1093. }
  1094. .tainan-store{
  1095. padding-top: 120px;
  1096. @media (max-width: 767px) {
  1097. padding-top: 31px;
  1098. }
  1099. }
  1100. .destop_title{
  1101. @media (max-width: 767px) {
  1102. display: none;
  1103. }
  1104. }
  1105. .mobile_title{
  1106. @media (min-width:1025px) {
  1107. display: none;
  1108. }
  1109. }
  1110. }
  1111. .destop_title{
  1112. @media (max-width: 767px) {
  1113. display: none;
  1114. }
  1115. }
  1116. .mobile_title{
  1117. @media (min-width:1025px) {
  1118. display: none;
  1119. }
  1120. @media (min-width:767px) {
  1121. display: none;
  1122. }
  1123. }
  1124. .bhousev2_sec10{
  1125. margin-bottom: 117px;
  1126. @media (max-width: 767px) {
  1127. margin-bottom: 10px;
  1128. }
  1129. .cta_line{
  1130. // margin-top: 50px;
  1131. background: none;
  1132. border:1px solid #fff;
  1133. padding: 15px;
  1134. text-align: center;
  1135. width: 206px;
  1136. margin: 50px auto;
  1137. @media (max-width: 767px) {
  1138. margin: 30px auto;
  1139. }
  1140. a{
  1141. letter-spacing: 0.4em;
  1142. font-family: 'Noto Sans TC';
  1143. font-style: normal;
  1144. font-weight: 600;
  1145. font-size: 20px;
  1146. text-decoration: none;
  1147. color:#ffff;
  1148. }
  1149. }
  1150. }
  1151. .footer {
  1152. padding: 0 87px;
  1153. font-size: 15px;
  1154. background: #3C7062;
  1155. }
  1156. .footer img {
  1157. display: none;
  1158. margin: 50px;
  1159. }
  1160. .footer ul {
  1161. padding: 0;
  1162. list-style: none;
  1163. font-weight: bold;
  1164. margin-bottom: 30px;
  1165. }
  1166. .footer .list {
  1167. display: -webkit-box;
  1168. display: -ms-flexbox;
  1169. display: flex;
  1170. padding-left: 32px;
  1171. }
  1172. .footer .list li {
  1173. padding-top: 18px;
  1174. }
  1175. .footer .title {
  1176. padding-top: 85px;
  1177. color:#fff;
  1178. font-family: 'Noto Sans TC';
  1179. font-style: normal;
  1180. font-weight: 500;
  1181. font-size: 20px;
  1182. line-height: 150%;
  1183. /* identical to box height, or 30px */
  1184. letter-spacing: 0.4em;
  1185. }
  1186. .footer .list li a,
  1187. .footer .copyright,
  1188. .footer .copyright a {
  1189. color:#ffff;
  1190. font-family: 'Noto Sans TC';
  1191. font-style: normal;
  1192. font-weight: 300;
  1193. font-size: 16px;
  1194. line-height: 150%;
  1195. /* identical to box height, or 24px */
  1196. letter-spacing: 0.4em;
  1197. text-decoration: none;
  1198. }
  1199. .footer .mobile-list {
  1200. nav {
  1201. padding: 30px 30px;
  1202. // border-bottom: 1px solid var(--dark-gray);
  1203. .breadcrumb-item a {
  1204. display: flex;
  1205. font-weight: 700;
  1206. color: var(--main-color);
  1207. }
  1208. #breadcrumb_minor {
  1209. color: #68686b;
  1210. font-weight: 700 !important;
  1211. }
  1212. }
  1213. .mobile-tab-list {
  1214. font-size: 18px;
  1215. margin: 30px auto;
  1216. justify-content: space-around;
  1217. button {
  1218. display: flex;
  1219. font-weight: 700;
  1220. color:#fff;
  1221. span {
  1222. display: none;
  1223. margin-left: 15px;
  1224. }
  1225. }
  1226. .active {
  1227. span {
  1228. display: block;
  1229. }
  1230. }
  1231. .nav-link{
  1232. padding: 1rem 1rem;
  1233. }
  1234. .nav-pills .nav-link.active {
  1235. color:#fff;
  1236. background: none !important;
  1237. }
  1238. .tab-content {
  1239. width: 30vw;
  1240. li {
  1241. margin: 7px 0 15px;
  1242. a {
  1243. color: #fff;
  1244. font-weight: 700;
  1245. letter-spacing: 1px;
  1246. }
  1247. }
  1248. }
  1249. #v-pills-tab {
  1250. width: 200px;
  1251. }
  1252. }
  1253. }
  1254. .footer .copyright {
  1255. margin-top: 55px;
  1256. padding-top: 32px;
  1257. padding-bottom: 53px;
  1258. border-top: 1px solid #fff;
  1259. @media (max-width: 767px) {
  1260. border:none;
  1261. }
  1262. }
  1263. .copyright{
  1264. p{
  1265. font-family: 'Noto Sans TC';
  1266. font-style: normal;
  1267. font-weight: 300;
  1268. font-size: 16px;
  1269. line-height: 150%;
  1270. letter-spacing: 0.4em;
  1271. color: #FFFFFF;
  1272. }
  1273. }
  1274. .footer .copyright a {
  1275. padding: 0 5px;
  1276. }
  1277. .footer .copyright span {
  1278. position: relative;
  1279. top: -1px;
  1280. }
  1281. @media (max-width: 1200px) {
  1282. .footer {
  1283. padding: 0 8vw;
  1284. }
  1285. }
  1286. @media (max-width: 767px) {
  1287. .footer {
  1288. padding: 0 1.5vw;
  1289. }
  1290. .footer img {
  1291. display: inline-block;
  1292. }
  1293. .footer .list {
  1294. display: none;
  1295. }
  1296. // .footer .mobile-list {
  1297. // display: block;
  1298. // }
  1299. }
  1300. /* footer end */