1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453145414551456145714581459146014611462146314641465146614671468146914701471147214731474 |
- :root {
- --main-color: #4c660a;
- --second-color: #808f4c;
- --logo-color: #78ad42;
- --dark-color: #656565;
- --dark-gray: #969696;
- --light-gray: #d6d6d8;
- --font-md: 15px;
- }
- /*
- * Noto Sans TC (Chinese_traditional) http://www.google.com/fonts/earlyaccess
- */
- @font-face {
- font-family: 'Noto Sans TC';
- font-style: normal;
- font-weight: 100;
- src: url(//fonts.gstatic.com/ea/notosanstc/v1/NotoSansTC-Thin.woff2) format('woff2'),
- url(//fonts.gstatic.com/ea/notosanstc/v1/NotoSansTC-Thin.woff) format('woff'),
- url(//fonts.gstatic.com/ea/notosanstc/v1/NotoSansTC-Thin.otf) format('opentype');
- }
- @font-face {
- font-family: 'Noto Sans TC';
- font-style: normal;
- font-weight: 300;
- src: url(//fonts.gstatic.com/ea/notosanstc/v1/NotoSansTC-Light.woff2) format('woff2'),
- url(//fonts.gstatic.com/ea/notosanstc/v1/NotoSansTC-Light.woff) format('woff'),
- url(//fonts.gstatic.com/ea/notosanstc/v1/NotoSansTC-Light.otf) format('opentype');
- }
- @font-face {
- font-family: 'Noto Sans TC';
- font-style: normal;
- font-weight: 400;
- src: url(//fonts.gstatic.com/ea/notosanstc/v1/NotoSansTC-Regular.woff2) format('woff2'),
- url(//fonts.gstatic.com/ea/notosanstc/v1/NotoSansTC-Regular.woff) format('woff'),
- url(//fonts.gstatic.com/ea/notosanstc/v1/NotoSansTC-Regular.otf) format('opentype');
- }
- @font-face {
- font-family: 'Noto Sans TC';
- font-style: normal;
- font-weight: 500;
- src: url(//fonts.gstatic.com/ea/notosanstc/v1/NotoSansTC-Medium.woff2) format('woff2'),
- url(//fonts.gstatic.com/ea/notosanstc/v1/NotoSansTC-Medium.woff) format('woff'),
- url(//fonts.gstatic.com/ea/notosanstc/v1/NotoSansTC-Medium.otf) format('opentype');
- }
- @font-face {
- font-family: 'Noto Sans TC';
- font-style: normal;
- font-weight: 700;
- src: url(//fonts.gstatic.com/ea/notosanstc/v1/NotoSansTC-Bold.woff2) format('woff2'),
- url(//fonts.gstatic.com/ea/notosanstc/v1/NotoSansTC-Bold.woff) format('woff'),
- url(//fonts.gstatic.com/ea/notosanstc/v1/NotoSansTC-Bold.otf) format('opentype');
- }
- @font-face {
- font-family: 'Noto Sans TC';
- font-style: normal;
- font-weight: 900;
- src: url(//fonts.gstatic.com/ea/notosanstc/v1/NotoSansTC-Black.woff2) format('woff2'),
- url(//fonts.gstatic.com/ea/notosanstc/v1/NotoSansTC-Black.woff) format('woff'),
- url(//fonts.gstatic.com/ea/notosanstc/v1/NotoSansTC-Black.otf) format('opentype');
- }
- @keyframes fadeIn {
- 0% {
- opacity: 0;
- }
- 100% {
- opacity: 1;
- }
- }
- .fade {
- -webkit-animation: fadeIn 1.5s ;
- animation: fadeIn 1.5s;
- animation-fill-mode: forwards;
- }
- // 共通樣式
- body{
- overflow-x: hidden;
- }
- .bhousev2_sec_img_title{
- font-family: 'Noto Sans TC';
- font-style: normal;
- font-weight: 600;
- font-size: 40px;
- line-height: 150%;
- letter-spacing: 0.03em;
- text-align: center;
- @media (max-width: 1000px) {
-
- font-size: 36px;
- // margin-bottom: 52px;
- }
- @media (max-width: 767px) {
- letter-spacing: 0.2em;
- font-size: 20px;
- // margin-bottom: 52px;
- }
- }
- .bhousev2_sec_img_title2{
- padding-bottom: 27px;
- font-family: 'Noto Sans TC';
- font-style: normal;
- font-weight: 700;
- font-size: 28px;
- line-height: 150%;
- text-align: center;
- color: #FFFFFF;
- @media (max-width: 1000px) {
- font-size: 24px;
-
- // margin-bottom: 52px;
- }
- @media (max-width: 767px) {
- font-size: 14px;
- letter-spacing: 0.4em;
- font-weight: 400;
- // margin-bottom: 52px;
- }
- }
- .bhousev2_sec_img_text{
- padding-top: 35px;
- font-family: 'Noto Sans TC';
- font-style: normal;
- font-weight: 400;
- font-size: 20px;
- line-height: 150%;
- text-align: center;
- letter-spacing: 0.4em;
- @media (max-width: 767px) {
- font-size: 14px;
- // margin-bottom: 52px;
- }
- }
- .reserve {
- position: fixed;
- bottom: 3vw;
- right: 18px;
- z-index: 999;
- }
- .reserve img {
- width: 87px !important;
- }
- .bhousev2_title {
- // padding: 30px 0px;
- color:#727171;
- font-family: 'Noto Sans TC';
- font-style: normal;
- font-size: 36px;
- font-weight: 400;
- @media (max-width: 1000px) {
- font-size: 24px
- }
- @media (max-width: 767px) {
- text-align: center;
- margin-bottom: 33px;
- font-size: 20px;
- line-height: 150%;
- letter-spacing: 4px;
- font-weight: 500;
- }
- }
- .bhousev2_mobile_title{
- margin-bottom: 52px;
- @media (min-width:1025px) {
- display: none;
-
- }
-
- }
- .sec05-destitle{
- @media (max-width: 767px) {
- display: none;
- }
- }
- .bhouse_slogan{
- font-family: 'Noto Sans TC';
- font-style: normal;
- font-weight: 500;
- font-size: 40px;
- line-height: 150%;
- /* identical to box height, or 60px */
- letter-spacing: 0.5em;
- text-shadow: 0px 4px 4px rgba(0,0,0,0.25);
- color:#fff;
- transition: 0.5s;
- cursor: pointer;
- @media (max-width: 767px) {
- font-size: 14px;
- color:#ffff;
- }
- }
- // .blur4{
- // // text-shadow:0 0 6px rgba(255,0,0,1);
- // text-shadow: 0px 0px 4px rgba(255, 255, 255, 0.75);
-
-
- // }
- .bg-3C7062{
- background-color: #3C7062 !important;
- }
- // banner+navbar
- .navbar {
- position: relative;
- z-index: 999;
- width: 100vw;
- height: 100px;
- transition: 0.3s;
- cursor: pointer;
- @media (max-width: 991px) {
- background: #3C7062;
- height: 60px;
- }
- &:hover{
- background:#3c7062;
- }
- }
- .navbar-logo{
- padding-right: 50px;
- }
- .navbar-nav{
- width: 100%; justify-content: space-evenly;
- @media (max-width: 767px) {
- justify-content: flex-start;
- }
- }
-
- .navbar .nav-item {
- padding: 13px 0;
- @media (max-width: 767px) {
- padding: 13px 50px;
- }
- &:hover {
- .navbar-link {
- color: #fff;
- }
- }
- }
-
- .navbar .navbar-link {
- width: 100%;
- color: #fff;
- font-size: 14px;
- text-decoration: none;
- letter-spacing: 0.4em;
- font-family: 'Noto Sans TC';
- @media (max-width: 1025px) {
- // padding: 13px 10px 0px 10px;
- // justify-content: flex-start;
- }
- }
-
- .navbar .navbar-link:hover {
- color: #ffffff;
- // background: var(--main-color);
- }
-
- .navbar .navbar-brand {
- display: none;
- @media (max-width: 991px) {
- margin: 0;
- }
- }
-
- .navbar .mx-auto {
- padding: 0;
- }
-
- .navbar .navbar-brand img {
- // width: 70%;
- margin-left: 10%;
- object-fit: contain;
- @media (max-width: 767px) {
- width: 100px;
- // height: 60px;
- }
- }
- .nav-mobile{
- @media (max-width: 767px) {
- position: absolute;
- top:0;
- transition: background-color 0.5s;
- z-index: 1000;
- }
- }
-
- .navbar .close-btn {
- display: inline-block;
- position: relative;
- top: -5px;
- width: 23px;
- height: 2px;
- background: #ffffff;
- -webkit-transform: rotate(45deg);
- transform: rotate(45deg);
- }
-
- .navbar .close-btn::after {
- content: "";
- display: block;
- width: 23px;
- height: 2px;
- background: #ffffff;
- -webkit-transform: rotate(-90deg);
- transform: rotate(-90deg);
- }
-
- @media (max-width: 991px) {
- .navbar {
- padding: 0;
- top: 0;
- /* 收合時覆蓋內容 */
- width: 100%;
- position: fixed;
- z-index: 999;
- }
-
- .navbar .navbar-link {
- display: block;
- padding: 20px 10px;
- // margin: 0 50px;
- color: #ffffff;
- border-bottom: 1px solid var(--dark-gray);
- }
-
- .navbar .navbar-link:hover {
- color: rgba(255, 255, 255, 0.6);
- }
-
-
- .navbar .navbar-logo {
- @media (max-width: 767px) {
- display: none;
- }
- }
-
- .navbar .navbar-nav {
- height: 100vh;
- white-space: nowrap;
- width: 100%;
- // justify-content: space-evenly;
- // border-top: 1px solid var(--dark-gray);
- }
-
- .navbar .navbar-nav li:last-child a {
- border: none;
- }
-
- .navbar .navbar-toggler {
- width: 30px;
- margin-right: 30px;
- margin-top: 0px;
- border: none;
- }
-
- .navbar .navbar-toggler:focus,
- .navbar .navbar-toggler:active {
- outline: none !important;
- -webkit-box-shadow: none;
- box-shadow: none;
- }
-
- .navbar .navbar-brand {
- display: block;
- }
- }
-
- .news-link {
- display: flex;
- padding: 10px 0;
- background-color: #da831c;
- font-weight: bold;
- a {
- margin: auto;
- color: #fff;
- font-size: 14px;
- text-align: center;
- letter-spacing: 2px;
- &:hover {
- opacity: 0.8;
- }
- }
- @media (max-width: 991px) {
- margin-top: 70px;
- }
- @media (max-width: 767px) {
- margin-top: 70px;
- }
- }
-
- .navbar > .container-fluid {
- display: flex !important;
- }
-
- /* header end */
-
- /* slick start */
- .slick-dots {
- bottom: 10px;
- }
-
- .slick-dots li button:before {
- opacity: 0.8;
- content: "●";
- color: #D9D9D933;
- font-size: 18px;
- }
-
- .slick-dots li.slick-active button:before {
- opacity: 1;
- color:#D9D9D9;
- }
-
- .slider-item {
- position: relative;
- img {
- width: 100%;
- height: 845px;
- -o-object-fit: cover;
- object-fit: cover;
- @media (max-width: 991px) {
- height: 500px;
- }
- @media (max-width: 576px) {
- height: 335px;
- }
- }
- }
-
- .slider-item div {
- padding: 20px 18vw;
- position: absolute;
- left: 0;
- right: 0;
- bottom: 0px;
- background-color: rgba(128, 143, 76, 0.8);
- text-align: end;
- display: flex;
- flex-direction: column;
- justify-content: center;
- @media (max-width: 768px) {
- padding: 20px 10vw;
- }
- }
-
- .slider-item p {
- margin: 0;
- color: #ffffff;
- font-size: 18px;
- font-weight: 500;
- letter-spacing: 2px;
- @media (max-width: 767px) {
- display: flex;
- justify-content: end;
- text-align: left;
- }
- @media (max-width: 575px) {
- font-size: 14px;
- }
- }
-
- .slider-item p:first-child {
- @media (max-width: 576px) {
- margin-left: 24px;
- }
- @media (max-width: 400px) {
- margin-left: auto;
- }
- }
-
- .slider-item p:last-child {
- font-size: 18px;
- text-align: right;
- @media (max-width: 575px) {
- font-size: 14px;
- }
- }
-
- @media (max-width: 767px) {
- .slider-item div {
- padding: 20px 5vw;
- }
- }
-
- @media (max-width: 575px) {
- .slider-item div {
- padding: 20px 19px;
- height: 105px;
- }
- }
-
- /* slick end */
- /* footer start */
- .banner1,.banner2,.banner3,.banner4{
- // margin-top: -100px;
- height: 100vh;
- background-size: cover;
- background-repeat: no-repeat;
- background-position: center;
- padding-right: 0 !important;
- @media (max-width: 767px) {
- height: 213px;
- margin-top: 0px;
- background-size: cover;
- }
- }
- .bhousev2_banner_slide{
- top:-100px;
- z-index: 998;
- @media (max-width: 767px) {
- top:60px;
- }
- }
- .banner1{
- // background-image: url(/img/bhousev2_img/banner/banner_slide1.webp);
- // background: linear-gradient(0deg, #000 0%, #000 0.1), url(<path-to-image>), lightgray 0px -75.059px / 100% 118.533% no-repeat;
- }
- .banner2{
- // background-image: url(/img/bhousev2_img/banner/banner_slide2.webp);
- // background: linear-gradient(0deg, #000 0%, #000 0.1), url(<path-to-image>), lightgray 0px -75.059px / 100% 118.533% no-repeat;
- }
- .banner3{
- // background-image: url(/img/bhousev2_img/banner/banner_slide3.webp);
- // background: linear-gradient(0deg, #000 0%, #000 0.1), url(<path-to-image>), lightgray 0px -75.059px / 100% 118.533% no-repeat;
- }
- .banner4{
- // background-image: url(/img/bhousev2_img/banner/banner_slide4.webp);
- // background: linear-gradient(0deg, #000 0%, #000 0.1), url(<path-to-image>), lightgray 0px -75.059px / 100% 118.533% no-repeat;
- }
- .hover-nav-box{
- width: 100vw;
- background: transparent;
- height: 100px;
- position: relative;
- z-index: 99;
- }
- .bhousev2_sec01{
- // margin-top: 150px;
- width: 80%;
- margin: 50px auto;
- padding-bottom: 100px;
- @media (max-width: 767px) {
- margin: 100px auto;
- width: 90%;
- padding-bottom: 43px;
- }
- .bhousev2_sec01_hr{
- height: 1px;
- background: #727171;
- width: 180px;
- margin: 30px 0px;
- @media (max-width: 1000px) {
- display: none;
- }
- @media (max-width: 767px) {
- display: none;
- }
- }
- .bhousev2_sec01_text{
- max-width: 461px;
- color:#727171;
- font-size: 14px;
- text-align: justify;
- letter-spacing: 0.4em;
- font-style: normal;
- @media (max-width: 1000px) {
- width: 90%;
-
- margin: 0 auto;
- }
- @media (max-width: 767px) {
- width: 100%;
-
- padding-top: 26px;
- }
- }
- .bhousev2_sec01_title{
- font-family: 'Noto Sans TC';
- font-style: normal;
- font-weight: 400;
- font-size: 36px;
- color: #727171;
- @media (max-width: 1000px) {
- padding-top: 54px;
- margin-bottom: 33px;
- text-align: center;
- font-size: 20px;
- font-weight: 500;
- }
- @media (max-width: 767px) {
- width: 100%;
- padding-top: 54px;
- margin-bottom: 33px;
- text-align: center;
- }
- }
-
- }
- .video-wrapper {
- width: 50%;
- }
- .bhousev2_sec02{
- // padding: 30px 0px;
- padding-top: 68px;
- padding-bottom: 92px;
- width: 80%;
- margin: 0 auto;
- @media (max-width: 767px) {
- width: 100%;
- padding-top: 44px;
- }
- .bhousev2_sec02_title {
- padding: 30px 0px;
- color:#727171;
- font-family: 'Noto Sans TC';
- font-style: normal;
- // font-weight: 700;
- }
- .bhousev2_sec02_collection{
- padding: 15px 0;
- cursor: pointer;
- background: #D9D9D9;
- border:none;
- .bhousev2_sec02_collection_img{
- width: 100%;
- height: 382px;
- object-fit: cover;
- @media (max-width: 767px) {
- width: 100%;
- height:auto;
- }
- }
- .bhousev2_sec02_collection_text{
- margin-bottom: 30px;
- opacity: 0;
- transition: 0.5s;
- @media (max-width: 1000px) {
- margin-bottom: 16px;
- opacity: 1;
- }
- @media (max-width: 767px) {
- margin-bottom: 16px;
- opacity: 1;
- }
- h2{
- font-family: 'Noto Sans TC';
- font-style: normal;
- font-weight: 600;
- font-size: 28px;
- margin-bottom: 1rem;
- @media (max-width: 767px) {
- font-size: 20px;
- }
- }
- p{
- font-family: 'Noto Sans TC';
- font-style: normal;
- font-weight: 300;
- font-size: 16px;
- margin-bottom: 0px;
- line-height: 150%;
- letter-spacing: 0.4em;
- @media (max-width: 767px) {
- font-size: 14px;
- letter-spacing: 1px;
- }
- }
- }
-
- &:hover{
- img{
- filter: brightness(80%);
- }
- .bhousev2_sec02_collection_text{
- opacity: 1;
- }
- }
- img{
- filter: brightness(100%);
- @media (max-width: 767px) {
- filter: brightness(80%);
- }
- }
- .card-img-overlay{
- bottom:-10px;
- position: absolute;
- }
-
-
- }
- }
- .bhousev2_sec02_box{
- padding: 30px;
- @media (max-width: 767px) {
- padding: 0px 5px;
- }
- }
- .bhousev2_sec02_fluid{
- background: #D9D9D9;
- // padding: 30px;
- }
- .sec02_load_more{
- color:#727171;
- font-family: 'Noto Sans TC';
- font-style: normal;
- // font-weight: 700;
- font-size: 20px;
- border: 1px solid #727171;
- background: none;
- padding: 10px 30px;
- transition: 0.3s;
- @media (max-width: 767px) {
- margin-top: 49px;
- }
- a{
- text-decoration: none;
- color:#727171;
- }
- &:hover{
- background: #3c7062;
- color:#fff;
- a{
- color:#ffff;
- }
- }
-
- }
- .bhousev2_sec03{
- width: 50%;
- margin: 0 auto;
- padding: 100px 0px;
- @media (max-width:1000px) {
- width: 90%;
- }
- @media (max-width: 767px) {
- width: 90%;
- }
- h2{
- text-align: center;
- color:#3C7062;
- font-family: 'Noto Sans TC';
- font-style: normal;
- font-weight: 600;
- font-size: 28px;
- @media (max-width: 767px) {
- font-size: 16px;
- }
- }
-
- .bhousev2_sec03_btn{
- margin-top: 64.5px;
- background: #3C7062;
- width: 398px;
- border-radius: 52.3684px;
- padding: 10px 30px;
- margin: 64px auto;
- text-align: center;
- @media (max-width: 767px) {
- width: 270px;
- margin: 33px auto;
- }
- p{
- color:#fff;
- margin-bottom: 0px;
- font-weight: 700;
- font-family: 'Noto Sans TC';
- font-style: normal;
- @media (max-width: 767px) {
- font-size: 12px;
- }
- }
- .bhousev2_sec03_number{
- font-size: 36.97px;
- padding: 1rem;
- @media (max-width: 767px) {
- font-size: 20px;
- padding: 0.5rem;
- }
- }
- }
- .bhousev2_sec03_text{
- h2{
- color:#3C7062;
- font-family: 'Noto Sans TC';
- font-style: normal;
- font-weight: 700;
- text-align: center;
- font-size: 32px;
- // letter-spacing: 0.4em;
- margin-bottom: 0;
- @media (max-width: 767px) {
- margin-top: 50px;
- font-size: 14px;
- letter-spacing: 4.2px;
- width: 50%;
- margin: 0 auto;
- }
- }
- p{
- font-size: 14px;
- font-weight: 400;
- color:#3C7062;
- font-family: 'Noto Sans TC';
- font-style: normal;
- letter-spacing: 0.4em;
- text-align: center;
- margin-top: 30px;
- @media (max-width: 767px) {
-
- letter-spacing: 4.2px;
- width: 50%;
- margin: 30px auto;
- }
- }
- .bhousev2_sec03_scroll{
- color:#3C7062;
- font-size:28px ;
- @media (max-width: 767px) {
- font-size:16px ;
- }
-
- }
- }
- }
- .bhousev2_sec04{
- .bhousev2_sec04_slide_text{
- @media (max-width: 767px) {
- width: 55%;
- margin: 0 auto;
- }
- }
- .bhousev2_sec04_img{
- width: 100%;
- object-fit: cover;
- height: 548px;
- filter: brightness(0.8);
- @media (max-width: 767px) {
- height: 305px;
- }
- }
- .slick-prev:before{
- content: none;
- }
- .slick-prev {
- left: 50px;
- z-index: 99;
- @media (max-width: 767px) {
- left: 20px;
- }
- }
- .slick-dots{
- bottom:10px;
- @media (max-width: 767px) {
- display: none;
- }
- }
- .slick-next:before{
- content: none;
- }
- .slick-next {
- right: 50px;
- z-index: 99;
- @media (max-width: 767px) {
- right: 20px;
- }
- }
- }
- .bhousev2_sec06_img,.bhousev2_sec010_img{
- filter: brightness(60%);
- object-fit: cover;
-
- }
- .bhousev2_sec010_img{
- @media (max-width: 767px) {
- height: 241px;
- }
- }
- .bhousev2_sec06_img{
- @media (max-width: 767px) {
- height: 414px;
- }
- }
- .bhousev2_sec06_content{
- @media (max-width: 767px) {
- width: 61%;
- margin: 0 auto;
- }
- }
- .bhousev2_img_h584{
- width: 100%;
- object-fit: cover;
- height: 548px;
- filter: brightness(0.8);
- }
- .bhousev2_sec05{
- width: 80%;
- margin: 0 auto;
- padding-top: 64px;
- padding-bottom: 136px;
- @media (max-width: 767px) {
- width: 100%;
- }
- h2{
- color:#727171;
- font-size: 28px;
- font-family: 'Noto Sans TC';
- font-style: normal;
- @media (max-width: 767px) {
- margin-bottom: 44px;
- }
- }
- .bhousev2_sec05_loc_list{
- padding-top: 64px;
- }
- .bhousev2_sec05_loc{
- margin-left: 30px;
- ul{
- padding-left: 0px;
- padding-top: 30px;
- @media (max-width: 767px) {
- padding-left: 20px;
- }
- li{
- font-size: 20px;
- color:#727171;
- font-family: 'Noto Sans TC';
- font-style: normal;
- font-weight: 600;
- letter-spacing: 0.4em;
-
- }
- }
- p{
- color:#3C7062;
- font-family: 'Noto Sans TC';
- font-style: normal;
- font-weight: 400;
- font-size: 16px;
- letter-spacing: 0.4em;
- }
-
- }
- .bhousev2_sec05_load_more{
- margin-top: 58px;
- @media (max-width: 767px) {
- text-align: center;
- }
- }
-
- }
- .bhousev2_sec07{
- padding-top: 92px;
- width: 80%;
- margin: 0 auto;
- padding-bottom: 86px;
- @media (max-width: 767px) {
- width: 90%;
- }
- .bhousev2_sec07_slide_mobile{
- padding-top: 28px;
- @media (min-width:1025px) {
- display: none;
- }
- @media (min-width:767px) {
- display: none;
-
- }
- }
- .slick-next:before{
- content: none;
- }
- .slick-prev:before{
- content: none;
- }
- .slick-prev {
- width: 15px;
- left: -50px;
- z-index: 99;
- top:60%;
- @media (max-width: 767px) {
- left: -10px;
- }
- }
- .slick-next {
- width: 15px;
- right: -50px;
- z-index: 99;
- top:60%;
- @media (max-width: 767px) {
- right:-10px;
- }
- }
- .bhousev2_sec07_slide{
- padding-top: 92px;
- @media (max-width: 767px) {
- display: none;
- }
-
-
- .bhousev2_sec07_slide_item{
- padding: 0px 20px;
- }
-
- .bhousev2_sec07_slide_item_name{
- padding: 16px 0px;
- background: #3C7062;
- color:#fff;
- font-family: 'Noto Sans TC';
- font-style: normal;
- font-weight: 700;
- font-size: 20px;
- letter-spacing: 0.4em;
- text-align: center;
- margin-bottom: 36px;
- h3{
- margin-bottom: 0px;
- }
- }
- .bhousev2_sec07_slide_item_text{
- margin-top: 42px;
- p{
- font-family: 'Noto Sans TC';
- font-style: normal;
- font-weight: 300;
- font-size: 16px;
- letter-spacing: 0.4em;
- line-height: 150%;
- }
- }
- }
- }
- .bhousev2_sec08_fluid{
- background: rgba(217, 217, 217, 0.3);
- .bhousev2_sec08{
- padding-top: 154px;
- width: 60%;
- margin: 0 auto;
- padding-bottom: 170px;
- @media (max-width: 1000px) {
- width: 100%;
- padding-top: 58px;
- padding-bottom: 74px;
- }
- @media (max-width: 767px) {
- width: 84%;
- padding-top: 50px;
- padding-bottom: 50px;
- }
- .pl-m-64{
- @media (max-width: 767px) {
- padding-left: 64px;
- }
- }
- .pe-m-64{
- @media (max-width: 767px) {
- padding-right: 64px;
- }
- }
-
- .bhousev2_sec08_icon{
- padding-top: 103px;
- @media (max-width: 767px) {
- // padding-bottom: 49px;
- padding-top: 25px;
- }
- }
- .room-planner-process-icon{
- // height: 56px;
- @media (max-width: 767px) {
- height: 35px;
- }
- }
- .bhousev2_sec08_icon1{
- width: 80px;
- object-fit: cover;
- // height: 46px;
- @media (max-width: 767px) {
- width: 60px;
- height: auto;
- }
-
- }
- .bhousev2_sec08_icon2{
- width: 80px;
- object-fit: cover;
- // height: 56px;
- @media (max-width: 767px) {
- width: 60px;
- height: auto;
- }
- }
- .bhousev2_sec08_icon3{
- width: 80px;
- object-fit: cover;
- // height: 39px;
- @media (max-width: 767px) {
- width: 60px;
- height: auto;
- }
- }
- .bhousev2_sec08_icon4{
- width: 80px;
- object-fit: cover;
- // height: 55px;
- @media (max-width: 767px) {
- width: 60px;
- height: auto;
- }
- }
- .bhousev2_sec08_icon5{
- width: 80px;
- object-fit: cover;
- // height: 54px;
- @media (max-width: 767px) {
- width: 60px;
- height: auto;
- }
- }
- .bhousev2_title_mobile{
- width: 100%;
-
- @media (max-width: 767px) {
- width: 60%;
- margin: 0 auto;
- }
-
- @media (max-width: 400px) {
- width: 70%;
- margin: 0 auto;
- }
- }
- .bhousev2_sec08_icon-text{
- margin-top: 15px;
- color:#727171;
- font-family: 'Noto Sans TC';
- font-style: normal;
- font-weight: 400;
- font-size: 20px;
- text-align: center;
- letter-spacing: 0.4em;
- @media (max-width: 767px) {
- font-size: 10px;
- margin-top: 20px;
- }
-
- }
- }
- }
- .bhousev2_sec09{
- padding-top: 86px;
- width: 90%;
- margin: 0 auto;
- padding-bottom: 230px;
- @media (max-width: 767px) {
- padding-top: 70px;
- padding-bottom: 70px;
- }
- .tainan-store{
- padding-top: 120px;
- @media (max-width: 767px) {
- padding-top: 31px;
- }
- }
- .destop_title{
-
- @media (max-width: 767px) {
- display: none;
- }
- }
- .mobile_title{
- @media (min-width:1025px) {
- display: none;
- }
- }
- }
- .destop_title{
-
- @media (max-width: 767px) {
- display: none;
- }
- }
- .mobile_title{
- @media (min-width:1025px) {
- display: none;
- }
- @media (min-width:767px) {
- display: none;
- }
- }
- .bhousev2_sec10{
- margin-bottom: 117px;
- @media (max-width: 767px) {
- margin-bottom: 10px;
- }
- .cta_line{
- // margin-top: 50px;
- background: none;
- border:1px solid #fff;
- padding: 15px;
- text-align: center;
- width: 206px;
- margin: 50px auto;
- @media (max-width: 767px) {
- margin: 30px auto;
- }
- a{
- letter-spacing: 0.4em;
- font-family: 'Noto Sans TC';
- font-style: normal;
- font-weight: 600;
- font-size: 20px;
- text-decoration: none;
-
- color:#ffff;
- }
- }
- }
- .footer {
- padding: 0 87px;
- font-size: 15px;
- background: #3C7062;
- }
-
- .footer img {
- display: none;
- margin: 50px;
- }
-
- .footer ul {
- padding: 0;
- list-style: none;
- font-weight: bold;
- margin-bottom: 30px;
- }
-
-
- .footer .list {
- display: -webkit-box;
- display: -ms-flexbox;
- display: flex;
- padding-left: 32px;
- }
-
- .footer .list li {
- padding-top: 18px;
- }
-
- .footer .title {
- padding-top: 85px;
- color:#fff;
- font-family: 'Noto Sans TC';
- font-style: normal;
- font-weight: 500;
- font-size: 20px;
- line-height: 150%;
- /* identical to box height, or 30px */
-
- letter-spacing: 0.4em;
- }
-
- .footer .list li a,
- .footer .copyright,
- .footer .copyright a {
- color:#ffff;
- font-family: 'Noto Sans TC';
- font-style: normal;
- font-weight: 300;
- font-size: 16px;
- line-height: 150%;
- /* identical to box height, or 24px */
-
- letter-spacing: 0.4em;
- text-decoration: none;
- }
-
- .footer .mobile-list {
- nav {
- padding: 30px 30px;
- // border-bottom: 1px solid var(--dark-gray);
- .breadcrumb-item a {
- display: flex;
- font-weight: 700;
- color: var(--main-color);
- }
- #breadcrumb_minor {
- color: #68686b;
- font-weight: 700 !important;
- }
- }
- .mobile-tab-list {
- font-size: 18px;
- margin: 30px auto;
- justify-content: space-around;
- button {
- display: flex;
- font-weight: 700;
- color:#fff;
- span {
- display: none;
- margin-left: 15px;
- }
- }
- .active {
- span {
- display: block;
- }
- }
- .nav-link{
- padding: 1rem 1rem;
- }
- .nav-pills .nav-link.active {
- color:#fff;
- background: none !important;
- }
- .tab-content {
- width: 30vw;
- li {
- margin: 7px 0 15px;
- a {
- color: #fff;
- font-weight: 700;
- letter-spacing: 1px;
- }
- }
- }
- #v-pills-tab {
- width: 200px;
- }
- }
- }
-
- .footer .copyright {
- margin-top: 55px;
- padding-top: 32px;
- padding-bottom: 53px;
- border-top: 1px solid #fff;
- @media (max-width: 767px) {
- border:none;
- }
- }
- .copyright{
- p{
- font-family: 'Noto Sans TC';
- font-style: normal;
- font-weight: 300;
- font-size: 16px;
- line-height: 150%;
- letter-spacing: 0.4em;
- color: #FFFFFF;
- }
- }
-
- .footer .copyright a {
- padding: 0 5px;
- }
-
- .footer .copyright span {
- position: relative;
- top: -1px;
- }
-
- @media (max-width: 1200px) {
- .footer {
- padding: 0 8vw;
- }
- }
-
- @media (max-width: 767px) {
- .footer {
- padding: 0 1.5vw;
- }
-
- .footer img {
- display: inline-block;
- }
-
- .footer .list {
- display: none;
- }
-
- // .footer .mobile-list {
- // display: block;
- // }
- }
-
- /* footer end */
|