|
@@ -358,7 +358,7 @@ img {
|
|
|
left: 0;
|
|
|
right: 0;
|
|
|
bottom: 0px;
|
|
|
- background-color: rgba(128, 143, 76, 0.6);
|
|
|
+ background-color: rgba(128, 143, 76, 0.8);
|
|
|
text-align: end;
|
|
|
}
|
|
|
|
|
@@ -858,8 +858,52 @@ img {
|
|
|
|
|
|
/* Banner end */
|
|
|
/* 成家故事作品集-collection start */
|
|
|
+.collection_banner_text_box {
|
|
|
+ padding: 20px 20vw;
|
|
|
+ position: absolute;
|
|
|
+ left: 0;
|
|
|
+ right: 0;
|
|
|
+ bottom: 0px;
|
|
|
+ background-color: rgba(128, 143, 76, 0.8);
|
|
|
+ text-align: end;
|
|
|
+}
|
|
|
+
|
|
|
+@media screen and (max-width: 767px) {
|
|
|
+ .collection_banner_text_box {
|
|
|
+ padding: 20px 2vw 20px 0;
|
|
|
+ }
|
|
|
+}
|
|
|
+
|
|
|
+.collection_banner_text_box p {
|
|
|
+ margin: 0;
|
|
|
+ color: #ffffff;
|
|
|
+ font-size: 22px;
|
|
|
+ font-family: NSJP-500;
|
|
|
+ letter-spacing: 2px;
|
|
|
+}
|
|
|
+
|
|
|
+@media screen and (max-width: 767px) {
|
|
|
+ .collection_banner_text_box p {
|
|
|
+ font-size: 17px;
|
|
|
+ }
|
|
|
+}
|
|
|
+
|
|
|
+.collection_banner_text_box p:last-child {
|
|
|
+ font-size: 18px;
|
|
|
+}
|
|
|
+
|
|
|
+@media (max-width: 575px) {
|
|
|
+ .collection_banner_text_box p:last-child {
|
|
|
+ font-size: 14px;
|
|
|
+ }
|
|
|
+}
|
|
|
+
|
|
|
+.style_house_banner {
|
|
|
+ position: relative;
|
|
|
+}
|
|
|
+
|
|
|
.select {
|
|
|
- text-decoration: underline !important;
|
|
|
+ border-bottom: 1.5px solid #565656 !important;
|
|
|
}
|
|
|
|
|
|
.bhouseweb_item_type {
|
|
@@ -895,7 +939,7 @@ img {
|
|
|
}
|
|
|
|
|
|
.bhouseweb_loc_sec01 {
|
|
|
- width: 80%;
|
|
|
+ width: auto;
|
|
|
margin-top: 180px;
|
|
|
color: #656565;
|
|
|
font-size: 0.9rem;
|
|
@@ -903,8 +947,9 @@ img {
|
|
|
|
|
|
@media screen and (max-width: 767px) {
|
|
|
.bhouseweb_loc_sec01 {
|
|
|
- width: 95%;
|
|
|
+ width: auto;
|
|
|
margin-top: 150px;
|
|
|
+ overflow-x: auto;
|
|
|
}
|
|
|
}
|
|
|
|
|
@@ -915,6 +960,24 @@ img {
|
|
|
margin: 10px;
|
|
|
}
|
|
|
|
|
|
+.bhouseweb_loc_type {
|
|
|
+ width: auto;
|
|
|
+ white-space: nowrap;
|
|
|
+}
|
|
|
+
|
|
|
+@media screen and (max-width: 767px) {
|
|
|
+ .bhouseweb_loc_type {
|
|
|
+ width: auto;
|
|
|
+ white-space: nowrap;
|
|
|
+ }
|
|
|
+}
|
|
|
+
|
|
|
+@media screen and (max-width: 767px) {
|
|
|
+ .bhouseweb_item_type {
|
|
|
+ display: inline-block;
|
|
|
+ }
|
|
|
+}
|
|
|
+
|
|
|
@media screen and (max-width: 767px) {
|
|
|
.bhouseweb_loc_sec01 .bhouseweb_loc_type,
|
|
|
.bhouseweb_loc_sec01 .bhouseweb_loc_pattern,
|
|
@@ -930,7 +993,7 @@ img {
|
|
|
.bhouseweb_loc_sec01 .bhouseweb_loc_size a {
|
|
|
text-decoration: none;
|
|
|
color: #565656;
|
|
|
- padding: 5px 15px;
|
|
|
+ padding: 3px 15px;
|
|
|
}
|
|
|
|
|
|
@media screen and (max-width: 767px) {
|
|
@@ -938,7 +1001,7 @@ img {
|
|
|
.bhouseweb_loc_sec01 .bhouseweb_loc_pattern a,
|
|
|
.bhouseweb_loc_sec01 .bhouseweb_loc_budget a,
|
|
|
.bhouseweb_loc_sec01 .bhouseweb_loc_size a {
|
|
|
- padding: 5px 5px;
|
|
|
+ padding: 3px 5px;
|
|
|
}
|
|
|
}
|
|
|
|
|
@@ -970,7 +1033,7 @@ img {
|
|
|
width: 70%;
|
|
|
background: #565656 !important;
|
|
|
border: none;
|
|
|
- font-size: 1rem;
|
|
|
+ font-size: 14.4px;
|
|
|
font-weight: 400;
|
|
|
line-height: 1.5;
|
|
|
outline: none;
|
|
@@ -980,7 +1043,7 @@ img {
|
|
|
@media screen and (max-width: 767px) {
|
|
|
.bhouseweb_loc_search_box #bhouseweb_search {
|
|
|
width: 86%;
|
|
|
- font-size: 1rem;
|
|
|
+ font-size: 14.4px;
|
|
|
}
|
|
|
}
|
|
|
|
|
@@ -1029,7 +1092,7 @@ img {
|
|
|
|
|
|
@media screen and (max-width: 767px) {
|
|
|
.bhouseweb_loc_sec02_card {
|
|
|
- height: 160px;
|
|
|
+ height: 300px;
|
|
|
padding: 0;
|
|
|
}
|
|
|
}
|
|
@@ -1067,14 +1130,14 @@ img {
|
|
|
|
|
|
.bhouseweb_loc_sec02_card img {
|
|
|
width: 100%;
|
|
|
- height: 300px;
|
|
|
+ height: 100%;
|
|
|
-o-object-fit: cover;
|
|
|
object-fit: cover;
|
|
|
}
|
|
|
|
|
|
@media screen and (max-width: 767px) {
|
|
|
.bhouseweb_loc_sec02_card img {
|
|
|
- height: 100%;
|
|
|
+ height: 300px;
|
|
|
-o-object-fit: cover;
|
|
|
object-fit: cover;
|
|
|
}
|
|
@@ -1091,6 +1154,22 @@ img {
|
|
|
|
|
|
/* 成家故事作品集-collection end */
|
|
|
/* 成家故事作品集內頁-simple_korean_style_hous start */
|
|
|
+.bg-portfolio .bg-img {
|
|
|
+ background-image: url(/img/home/X-1-02.png);
|
|
|
+}
|
|
|
+
|
|
|
+.bg-serve .bg-img {
|
|
|
+ background-image: url(/img/home/X-1-03.png);
|
|
|
+}
|
|
|
+
|
|
|
+.bg-qa .bg-img {
|
|
|
+ background-image: url(/img/home/X-1-04.png);
|
|
|
+}
|
|
|
+
|
|
|
+.bg-store .bg-img {
|
|
|
+ background-image: url(/img/home/X-1-05.png);
|
|
|
+}
|
|
|
+
|
|
|
.icon-box img {
|
|
|
margin-top: 0px;
|
|
|
width: 35px;
|
|
@@ -1101,12 +1180,15 @@ img {
|
|
|
background: #fff;
|
|
|
}
|
|
|
|
|
|
+<<<<<<< HEAD
|
|
|
@media screen and (max-width: 991px) {
|
|
|
.style_house_ads {
|
|
|
padding-top: 13px;
|
|
|
}
|
|
|
}
|
|
|
|
|
|
+=======
|
|
|
+>>>>>>> 907169339213b96cd772af4791d1652aba9d51f3
|
|
|
.style_house_ads .style_house_text {
|
|
|
width: 80.5%;
|
|
|
margin: 0 auto;
|
|
@@ -1138,7 +1220,7 @@ img {
|
|
|
|
|
|
@media screen and (max-width: 767px) {
|
|
|
.style_house_banner img {
|
|
|
- height: 150px;
|
|
|
+ height: 200px;
|
|
|
}
|
|
|
}
|
|
|
|