@charset "UTF-8"; :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"); } @-webkit-keyframes fadeIn { 0% { opacity: 0; } 100% { opacity: 1; } } @keyframes fadeIn { 0% { opacity: 0; } 100% { opacity: 1; } } .fade { -webkit-animation: fadeIn 1.5s; animation: fadeIn 1.5s; -webkit-animation-fill-mode: forwards; 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) { .bhousev2_sec_img_title { font-size: 36px; } } @media (max-width: 767px) { .bhousev2_sec_img_title { letter-spacing: 0.2em; font-size: 20px; } } .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) { .bhousev2_sec_img_title2 { font-size: 24px; } } @media (max-width: 767px) { .bhousev2_sec_img_title2 { font-size: 14px; letter-spacing: 0.4em; font-weight: 400; } } .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) { .bhousev2_sec_img_text { font-size: 14px; } } .reserve { position: fixed; bottom: 3vw; right: 18px; z-index: 999; } .reserve img { width: 87px !important; } .bhousev2_title { color: #727171; font-family: 'Noto Sans TC'; font-style: normal; font-size: 36px; font-weight: 400; } @media (max-width: 1000px) { .bhousev2_title { font-size: 24px; } } @media (max-width: 767px) { .bhousev2_title { 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) { .bhousev2_mobile_title { display: none; } } @media (max-width: 767px) { .sec05-destitle { 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; -webkit-transition: 0.5s; transition: 0.5s; cursor: pointer; } @media (max-width: 767px) { .bhouse_slogan { font-size: 14px; color: #ffff; } } .bg-3C7062 { background-color: #3C7062 !important; } .navbar { position: relative; z-index: 999; width: 100vw; height: 100px; -webkit-transition: 0.3s; transition: 0.3s; cursor: pointer; } @media (max-width: 991px) { .navbar { background: #3C7062; height: 60px; } } .navbar:hover { background: #3c7062; } .navbar-logo { padding-right: 50px; } .navbar-nav { width: 100%; -webkit-box-pack: space-evenly; -ms-flex-pack: space-evenly; justify-content: space-evenly; } @media (max-width: 767px) { .navbar-nav { -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; } } .navbar .nav-item { padding: 13px 0; } @media (max-width: 767px) { .navbar .nav-item { padding: 13px 50px; } } .navbar .nav-item: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'; } .navbar .navbar-link:hover { color: #ffffff; } .navbar .navbar-brand { display: none; } @media (max-width: 991px) { .navbar .navbar-brand { margin: 0; } } .navbar .mx-auto { padding: 0; } .navbar .navbar-brand img { margin-left: 10%; -o-object-fit: contain; object-fit: contain; } @media (max-width: 767px) { .navbar .navbar-brand img { width: 100px; } } @media (max-width: 767px) { .nav-mobile { position: absolute; top: 0; -webkit-transition: background-color 0.5s; 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; color: #ffffff; border-bottom: 1px solid var(--dark-gray); } .navbar .navbar-link:hover { color: rgba(255, 255, 255, 0.6); } } @media (max-width: 991px) and (max-width: 767px) { .navbar .navbar-logo { display: none; } } @media (max-width: 991px) { .navbar .navbar-nav { height: 100vh; white-space: nowrap; width: 100%; } .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: -webkit-box; display: -ms-flexbox; display: flex; padding: 10px 0; background-color: #da831c; font-weight: bold; } .news-link a { margin: auto; color: #fff; font-size: 14px; text-align: center; letter-spacing: 2px; } .news-link a:hover { opacity: 0.8; } @media (max-width: 991px) { .news-link { margin-top: 70px; } } @media (max-width: 767px) { .news-link { margin-top: 70px; } } .navbar > .container-fluid { display: -webkit-box !important; display: -ms-flexbox !important; 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; } .slider-item img { width: 100%; height: 845px; -o-object-fit: cover; object-fit: cover; } @media (max-width: 991px) { .slider-item img { height: 500px; } } @media (max-width: 576px) { .slider-item img { 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: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; } @media (max-width: 768px) { .slider-item div { padding: 20px 10vw; } } .slider-item p { margin: 0; color: #ffffff; font-size: 18px; font-weight: 500; letter-spacing: 2px; } @media (max-width: 767px) { .slider-item p { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: end; -ms-flex-pack: end; justify-content: end; text-align: left; } } @media (max-width: 575px) { .slider-item p { font-size: 14px; } } @media (max-width: 576px) { .slider-item p:first-child { margin-left: 24px; } } @media (max-width: 400px) { .slider-item p:first-child { margin-left: auto; } } .slider-item p:last-child { font-size: 18px; text-align: right; } @media (max-width: 575px) { .slider-item p:last-child { 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 { height: 100vh; background-size: cover; background-repeat: no-repeat; background-position: center; padding-right: 0 !important; } @media (max-width: 767px) { .banner1, .banner2, .banner3, .banner4 { height: 213px; margin-top: 0px; background-size: cover; } } .bhousev2_banner_slide { top: -100px; z-index: 998; } @media (max-width: 767px) { .bhousev2_banner_slide { top: 60px; } } .hover-nav-box { width: 100vw; background: transparent; height: 100px; position: relative; z-index: 99; } .bhousev2_sec01 { width: 80%; margin: 50px auto; padding-bottom: 100px; } @media (max-width: 767px) { .bhousev2_sec01 { margin: 100px auto; width: 90%; padding-bottom: 43px; } } .bhousev2_sec01 .bhousev2_sec01_hr { height: 1px; background: #727171; width: 180px; margin: 30px 0px; } @media (max-width: 1000px) { .bhousev2_sec01 .bhousev2_sec01_hr { display: none; } } @media (max-width: 767px) { .bhousev2_sec01 .bhousev2_sec01_hr { display: none; } } .bhousev2_sec01 .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) { .bhousev2_sec01 .bhousev2_sec01_text { width: 90%; margin: 0 auto; } } @media (max-width: 767px) { .bhousev2_sec01 .bhousev2_sec01_text { width: 100%; padding-top: 26px; } } .bhousev2_sec01 .bhousev2_sec01_title { font-family: 'Noto Sans TC'; font-style: normal; font-weight: 400; font-size: 36px; color: #727171; } @media (max-width: 1000px) { .bhousev2_sec01 .bhousev2_sec01_title { padding-top: 54px; margin-bottom: 33px; text-align: center; font-size: 20px; font-weight: 500; } } @media (max-width: 767px) { .bhousev2_sec01 .bhousev2_sec01_title { width: 100%; padding-top: 54px; margin-bottom: 33px; text-align: center; } } .video-wrapper { width: 50%; } .bhousev2_sec02 { padding-top: 68px; padding-bottom: 92px; width: 80%; margin: 0 auto; } @media (max-width: 767px) { .bhousev2_sec02 { width: 100%; padding-top: 44px; } } .bhousev2_sec02 .bhousev2_sec02_title { padding: 30px 0px; color: #727171; font-family: 'Noto Sans TC'; font-style: normal; } .bhousev2_sec02 .bhousev2_sec02_collection { padding: 15px 0; cursor: pointer; background: #D9D9D9; border: none; } .bhousev2_sec02 .bhousev2_sec02_collection .bhousev2_sec02_collection_img { width: 100%; height: 382px; -o-object-fit: cover; object-fit: cover; } @media (max-width: 767px) { .bhousev2_sec02 .bhousev2_sec02_collection .bhousev2_sec02_collection_img { width: 100%; height: auto; } } .bhousev2_sec02 .bhousev2_sec02_collection .bhousev2_sec02_collection_text { margin-bottom: 30px; opacity: 0; -webkit-transition: 0.5s; transition: 0.5s; } @media (max-width: 1000px) { .bhousev2_sec02 .bhousev2_sec02_collection .bhousev2_sec02_collection_text { margin-bottom: 16px; opacity: 1; } } @media (max-width: 767px) { .bhousev2_sec02 .bhousev2_sec02_collection .bhousev2_sec02_collection_text { margin-bottom: 16px; opacity: 1; } } .bhousev2_sec02 .bhousev2_sec02_collection .bhousev2_sec02_collection_text h2 { font-family: 'Noto Sans TC'; font-style: normal; font-weight: 600; font-size: 28px; margin-bottom: 1rem; } @media (max-width: 767px) { .bhousev2_sec02 .bhousev2_sec02_collection .bhousev2_sec02_collection_text h2 { font-size: 20px; } } .bhousev2_sec02 .bhousev2_sec02_collection .bhousev2_sec02_collection_text 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) { .bhousev2_sec02 .bhousev2_sec02_collection .bhousev2_sec02_collection_text p { font-size: 14px; letter-spacing: 1px; } } .bhousev2_sec02 .bhousev2_sec02_collection:hover img { -webkit-filter: brightness(80%); filter: brightness(80%); } .bhousev2_sec02 .bhousev2_sec02_collection:hover .bhousev2_sec02_collection_text { opacity: 1; } .bhousev2_sec02 .bhousev2_sec02_collection img { -webkit-filter: brightness(100%); filter: brightness(100%); } @media (max-width: 767px) { .bhousev2_sec02 .bhousev2_sec02_collection img { -webkit-filter: brightness(80%); filter: brightness(80%); } } .bhousev2_sec02 .bhousev2_sec02_collection .card-img-overlay { bottom: -10px; position: absolute; } .bhousev2_sec02_box { padding: 30px; } @media (max-width: 767px) { .bhousev2_sec02_box { padding: 0px 5px; } } .bhousev2_sec02_fluid { background: #D9D9D9; } .sec02_load_more { color: #727171; font-family: 'Noto Sans TC'; font-style: normal; font-size: 20px; border: 1px solid #727171; background: none; padding: 10px 30px; -webkit-transition: 0.3s; transition: 0.3s; } @media (max-width: 767px) { .sec02_load_more { margin-top: 49px; } } .sec02_load_more a { text-decoration: none; color: #727171; } .sec02_load_more:hover { background: #3c7062; color: #fff; } .sec02_load_more:hover a { color: #ffff; } .bhousev2_sec03 { width: 50%; margin: 0 auto; padding: 100px 0px; } @media (max-width: 1000px) { .bhousev2_sec03 { width: 90%; } } @media (max-width: 767px) { .bhousev2_sec03 { width: 90%; } } .bhousev2_sec03 h2 { text-align: center; color: #3C7062; font-family: 'Noto Sans TC'; font-style: normal; font-weight: 600; font-size: 28px; } @media (max-width: 767px) { .bhousev2_sec03 h2 { font-size: 16px; } } .bhousev2_sec03 .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) { .bhousev2_sec03 .bhousev2_sec03_btn { width: 270px; margin: 33px auto; } } .bhousev2_sec03 .bhousev2_sec03_btn p { color: #fff; margin-bottom: 0px; font-weight: 700; font-family: 'Noto Sans TC'; font-style: normal; } @media (max-width: 767px) { .bhousev2_sec03 .bhousev2_sec03_btn p { font-size: 12px; } } .bhousev2_sec03 .bhousev2_sec03_btn .bhousev2_sec03_number { font-size: 36.97px; padding: 1rem; } @media (max-width: 767px) { .bhousev2_sec03 .bhousev2_sec03_btn .bhousev2_sec03_number { font-size: 20px; padding: 0.5rem; } } .bhousev2_sec03 .bhousev2_sec03_text h2 { color: #3C7062; font-family: 'Noto Sans TC'; font-style: normal; font-weight: 700; text-align: center; font-size: 32px; margin-bottom: 0; } @media (max-width: 767px) { .bhousev2_sec03 .bhousev2_sec03_text h2 { margin-top: 50px; font-size: 14px; letter-spacing: 4.2px; width: 50%; margin: 0 auto; } } .bhousev2_sec03 .bhousev2_sec03_text 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) { .bhousev2_sec03 .bhousev2_sec03_text p { letter-spacing: 4.2px; width: 50%; margin: 30px auto; } } .bhousev2_sec03 .bhousev2_sec03_text .bhousev2_sec03_scroll { color: #3C7062; font-size: 28px; } @media (max-width: 767px) { .bhousev2_sec03 .bhousev2_sec03_text .bhousev2_sec03_scroll { font-size: 16px; } } @media (max-width: 767px) { .bhousev2_sec04 .bhousev2_sec04_slide_text { width: 55%; margin: 0 auto; } } .bhousev2_sec04 .bhousev2_sec04_img { width: 100%; -o-object-fit: cover; object-fit: cover; height: 548px; -webkit-filter: brightness(0.8); filter: brightness(0.8); } @media (max-width: 767px) { .bhousev2_sec04 .bhousev2_sec04_img { height: 305px; } } .bhousev2_sec04 .slick-prev:before { content: none; } .bhousev2_sec04 .slick-prev { left: 50px; z-index: 99; } @media (max-width: 767px) { .bhousev2_sec04 .slick-prev { left: 20px; } } .bhousev2_sec04 .slick-dots { bottom: 10px; } @media (max-width: 767px) { .bhousev2_sec04 .slick-dots { display: none; } } .bhousev2_sec04 .slick-next:before { content: none; } .bhousev2_sec04 .slick-next { right: 50px; z-index: 99; } @media (max-width: 767px) { .bhousev2_sec04 .slick-next { right: 20px; } } .bhousev2_sec06_img, .bhousev2_sec010_img { -webkit-filter: brightness(60%); filter: brightness(60%); -o-object-fit: cover; object-fit: cover; } @media (max-width: 767px) { .bhousev2_sec010_img { height: 241px; } } @media (max-width: 767px) { .bhousev2_sec06_img { height: 414px; } } @media (max-width: 767px) { .bhousev2_sec06_content { width: 61%; margin: 0 auto; } } .bhousev2_img_h584 { width: 100%; -o-object-fit: cover; object-fit: cover; height: 548px; -webkit-filter: brightness(0.8); filter: brightness(0.8); } .bhousev2_sec05 { width: 80%; margin: 0 auto; padding-top: 64px; padding-bottom: 136px; } @media (max-width: 767px) { .bhousev2_sec05 { width: 100%; } } .bhousev2_sec05 h2 { color: #727171; font-size: 28px; font-family: 'Noto Sans TC'; font-style: normal; } @media (max-width: 767px) { .bhousev2_sec05 h2 { margin-bottom: 44px; } } .bhousev2_sec05 .bhousev2_sec05_loc_list { padding-top: 64px; } .bhousev2_sec05 .bhousev2_sec05_loc { margin-left: 30px; } .bhousev2_sec05 .bhousev2_sec05_loc ul { padding-left: 0px; padding-top: 30px; } @media (max-width: 767px) { .bhousev2_sec05 .bhousev2_sec05_loc ul { padding-left: 20px; } } .bhousev2_sec05 .bhousev2_sec05_loc ul li { font-size: 20px; color: #727171; font-family: 'Noto Sans TC'; font-style: normal; font-weight: 600; letter-spacing: 0.4em; } .bhousev2_sec05 .bhousev2_sec05_loc p { color: #3C7062; font-family: 'Noto Sans TC'; font-style: normal; font-weight: 400; font-size: 16px; letter-spacing: 0.4em; } .bhousev2_sec05 .bhousev2_sec05_load_more { margin-top: 58px; } @media (max-width: 767px) { .bhousev2_sec05 .bhousev2_sec05_load_more { text-align: center; } } .bhousev2_sec07 { padding-top: 92px; width: 80%; margin: 0 auto; padding-bottom: 86px; } @media (max-width: 767px) { .bhousev2_sec07 { width: 90%; } } .bhousev2_sec07 .bhousev2_sec07_slide_mobile { padding-top: 28px; } @media (min-width: 1025px) { .bhousev2_sec07 .bhousev2_sec07_slide_mobile { display: none; } } @media (min-width: 767px) { .bhousev2_sec07 .bhousev2_sec07_slide_mobile { display: none; } } .bhousev2_sec07 .slick-next:before { content: none; } .bhousev2_sec07 .slick-prev:before { content: none; } .bhousev2_sec07 .slick-prev { width: 15px; left: -50px; z-index: 99; top: 60%; } @media (max-width: 767px) { .bhousev2_sec07 .slick-prev { left: -10px; } } .bhousev2_sec07 .slick-next { width: 15px; right: -50px; z-index: 99; top: 60%; } @media (max-width: 767px) { .bhousev2_sec07 .slick-next { right: -10px; } } .bhousev2_sec07 .bhousev2_sec07_slide { padding-top: 92px; } @media (max-width: 767px) { .bhousev2_sec07 .bhousev2_sec07_slide { display: none; } } .bhousev2_sec07 .bhousev2_sec07_slide .bhousev2_sec07_slide_item { padding: 0px 20px; } .bhousev2_sec07 .bhousev2_sec07_slide .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; } .bhousev2_sec07 .bhousev2_sec07_slide .bhousev2_sec07_slide_item_name h3 { margin-bottom: 0px; } .bhousev2_sec07 .bhousev2_sec07_slide .bhousev2_sec07_slide_item_text { margin-top: 42px; } .bhousev2_sec07 .bhousev2_sec07_slide .bhousev2_sec07_slide_item_text 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_fluid .bhousev2_sec08 { padding-top: 154px; width: 60%; margin: 0 auto; padding-bottom: 170px; } @media (max-width: 1000px) { .bhousev2_sec08_fluid .bhousev2_sec08 { width: 100%; padding-top: 58px; padding-bottom: 74px; } } @media (max-width: 767px) { .bhousev2_sec08_fluid .bhousev2_sec08 { width: 84%; padding-top: 50px; padding-bottom: 50px; } } @media (max-width: 767px) { .bhousev2_sec08_fluid .bhousev2_sec08 .pl-m-64 { padding-left: 64px; } } @media (max-width: 767px) { .bhousev2_sec08_fluid .bhousev2_sec08 .pe-m-64 { padding-right: 64px; } } .bhousev2_sec08_fluid .bhousev2_sec08 .bhousev2_sec08_icon { padding-top: 103px; } @media (max-width: 767px) { .bhousev2_sec08_fluid .bhousev2_sec08 .bhousev2_sec08_icon { padding-top: 25px; } } @media (max-width: 767px) { .bhousev2_sec08_fluid .bhousev2_sec08 .room-planner-process-icon { height: 35px; } } .bhousev2_sec08_fluid .bhousev2_sec08 .bhousev2_sec08_icon1 { width: 80px; -o-object-fit: cover; object-fit: cover; } @media (max-width: 767px) { .bhousev2_sec08_fluid .bhousev2_sec08 .bhousev2_sec08_icon1 { width: 60px; height: auto; } } .bhousev2_sec08_fluid .bhousev2_sec08 .bhousev2_sec08_icon2 { width: 80px; -o-object-fit: cover; object-fit: cover; } @media (max-width: 767px) { .bhousev2_sec08_fluid .bhousev2_sec08 .bhousev2_sec08_icon2 { width: 60px; height: auto; } } .bhousev2_sec08_fluid .bhousev2_sec08 .bhousev2_sec08_icon3 { width: 80px; -o-object-fit: cover; object-fit: cover; } @media (max-width: 767px) { .bhousev2_sec08_fluid .bhousev2_sec08 .bhousev2_sec08_icon3 { width: 60px; height: auto; } } .bhousev2_sec08_fluid .bhousev2_sec08 .bhousev2_sec08_icon4 { width: 80px; -o-object-fit: cover; object-fit: cover; } @media (max-width: 767px) { .bhousev2_sec08_fluid .bhousev2_sec08 .bhousev2_sec08_icon4 { width: 60px; height: auto; } } .bhousev2_sec08_fluid .bhousev2_sec08 .bhousev2_sec08_icon5 { width: 80px; -o-object-fit: cover; object-fit: cover; } @media (max-width: 767px) { .bhousev2_sec08_fluid .bhousev2_sec08 .bhousev2_sec08_icon5 { width: 60px; height: auto; } } .bhousev2_sec08_fluid .bhousev2_sec08 .bhousev2_title_mobile { width: 100%; } @media (max-width: 767px) { .bhousev2_sec08_fluid .bhousev2_sec08 .bhousev2_title_mobile { width: 60%; margin: 0 auto; } } @media (max-width: 400px) { .bhousev2_sec08_fluid .bhousev2_sec08 .bhousev2_title_mobile { width: 70%; margin: 0 auto; } } .bhousev2_sec08_fluid .bhousev2_sec08 .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) { .bhousev2_sec08_fluid .bhousev2_sec08 .bhousev2_sec08_icon-text { font-size: 10px; margin-top: 20px; } } .bhousev2_sec09 { padding-top: 86px; width: 90%; margin: 0 auto; padding-bottom: 230px; } @media (max-width: 767px) { .bhousev2_sec09 { padding-top: 70px; padding-bottom: 70px; } } .bhousev2_sec09 .tainan-store { padding-top: 120px; } @media (max-width: 767px) { .bhousev2_sec09 .tainan-store { padding-top: 31px; } } @media (max-width: 767px) { .bhousev2_sec09 .destop_title { display: none; } } @media (min-width: 1025px) { .bhousev2_sec09 .mobile_title { display: none; } } @media (max-width: 767px) { .destop_title { display: none; } } @media (min-width: 1025px) { .mobile_title { display: none; } } @media (min-width: 767px) { .mobile_title { display: none; } } .bhousev2_sec10 { margin-bottom: 117px; } @media (max-width: 767px) { .bhousev2_sec10 { margin-bottom: 10px; } } .bhousev2_sec10 .cta_line { background: none; border: 1px solid #fff; padding: 15px; text-align: center; width: 206px; margin: 50px auto; } @media (max-width: 767px) { .bhousev2_sec10 .cta_line { margin: 30px auto; } } .bhousev2_sec10 .cta_line 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; } .footer .mobile-list nav .breadcrumb-item a { display: -webkit-box; display: -ms-flexbox; display: flex; font-weight: 700; color: var(--main-color); } .footer .mobile-list nav #breadcrumb_minor { color: #68686b; font-weight: 700 !important; } .footer .mobile-list .mobile-tab-list { font-size: 18px; margin: 30px auto; -ms-flex-pack: distribute; justify-content: space-around; } .footer .mobile-list .mobile-tab-list button { display: -webkit-box; display: -ms-flexbox; display: flex; font-weight: 700; color: #fff; } .footer .mobile-list .mobile-tab-list button span { display: none; margin-left: 15px; } .footer .mobile-list .mobile-tab-list .active span { display: block; } .footer .mobile-list .mobile-tab-list .nav-link { padding: 1rem 1rem; } .footer .mobile-list .mobile-tab-list .nav-pills .nav-link.active { color: #fff; background: none !important; } .footer .mobile-list .mobile-tab-list .tab-content { width: 30vw; } .footer .mobile-list .mobile-tab-list .tab-content li { margin: 7px 0 15px; } .footer .mobile-list .mobile-tab-list .tab-content li a { color: #fff; font-weight: 700; letter-spacing: 1px; } .footer .mobile-list .mobile-tab-list #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) { .footer .copyright { 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 end */ /*# sourceMappingURL=style.css.map */