@charset "utf-8";

/*●●●●●●●●●●●●●●●●●●●●●●●●   大範圍設定   ●●●●●●●●●●●●●●●●●●●●●●●●*/
*{font-family: "Noto Sans TC", sans-serif;}
#content{background: #F0F0EE;}
.path{display: none;}
.main_part {width: 90%;padding: 50px 0;}

/*●●●●●●●●●●●●●●●●●●●●●●●●   共同設定   ●●●●●●●●●●●●●●●●●●●●●●●●*/
/*頁數*/
ul.page {margin: 0;padding: 80px;}
.page li {font-size: 18px;width: 40px;height: 40px;color: #fff;margin: 0 3px;}
.page li.activeN{color: #fff;}
.page li a, .page li strong{width: 100%;height: 30px;background: #888;color: #fff;padding: 20px;}
/*按鈕*/
.animated-arrow {background: #222;}
/*totop*/
#to_top{font-size: 10px;}

@media screen and (max-width: 1024px){
	#content_main{margin-top: 0;}
}
@media screen and (max-width: 768px){
	.main_part {padding: 0;}
}









/*●●●●●●●●●●●●●●●●●●●●●●●●   大圖設定   ●●●●●●●●●●●●●●●●●●●●●●●●*/
/*裝飾線*/
.bannerindex .swiper-banner:before{content: "";width: 1px;z-index: 100;
    position: absolute;top: 50%;left: 9%;transform: translateY(-50%);background: rgb(255 255 255 / 35%);
    animation: line_col 3s both;animation-delay: .3s;animation-timing-function: cubic-bezier(0.65, 0, 0.35, 1);}
.bannerindex .swiper-banner:after{content: "";height: 1px;z-index: 100;
	position: absolute;top: 65%;left: 5%;background: rgb(255 255 255 / 35%);
	animation: line_row 3s both;animation-delay: .8s;animation-timing-function: cubic-bezier(0.65, 0, 0.35, 1);} 

/*主文字*/
.bannerindex .swiper-banner .swiper-slide.swiper-slide-active{position: relative;}
.bannerindex .swiper-banner .swiper-slide.swiper-slide-active:before{white-space: pre;position: absolute;top: 33%;left: 13%;
	color: #fff;font-size: 3.2vw;font-weight: 100;letter-spacing: .4rem;text-shadow: 0 0 20px rgba(0, 0, 0, .5);
	z-index: 100;animation: text_show 1.5s both;animation-timing-function: cubic-bezier(0.65, 0, 0.35, 1);}
.bannerindex .swiper-banner .swiper-slide.swiper-slide-active:nth-child(1):before{content: "云繪空間\A品築心間";}
.bannerindex .swiper-banner .swiper-slide.swiper-slide-active:nth-child(2):before{content: "云集美學\A品味生活";}

/*英文小字*/
.bannerindex .swiper-banner .swiper-slide.swiper-slide-active:after{content: "YUNPIN INTERIOR";position: absolute;top: 35%;left: 13%;
	color: #fff;z-index: 100;font-size: .8vw;font-family: "Italiana", sans-serif;margin-top: 10vw;letter-spacing: .6rem;
	animation: text_show 1.5s both;animation-timing-function: cubic-bezier(0.65, 0, 0.35, 1);animation-delay: .3s;}


@keyframes line_col{
	0%{height: 5vw;opacity: 0;}
	100%{height: 17vw;opacity: 1;}
}
@keyframes line_row{
	0%{width: 5vw;opacity: 0;}
	100%{width: 15vw;opacity: 1;}
}
@keyframes text_show{
	0%{opacity: 0;}
	100%{opacity: 1;}
}


@media screen and (max-width: 1024px){
	.bannerindex {position: relative;}
	.bannerindex .swiper-banner:before,.bannerindex .swiper-banner:after{display: none;}
}
@media screen and (max-width: 600px){
	.bannerindex {padding-bottom: 100vw;}
	.bannerindex .swiper-banner .swiper-slide img{height: 100%;}
	.bannerindex .swiper-banner .swiper-slide.swiper-slide-active:before{font-size: 30px;}
	.bannerindex .swiper-banner .swiper-slide.swiper-slide-active:after{font-size: 10px;margin-top: 120px;}
}



/*●●●●●●●●●●●●●●●●●●●●●●●●   HEADER區塊   ●●●●●●●●●●●●●●●●●●●●●●●●*/
.header_area,.header_area.sticky{top: 0;padding: 0;transition: all .5s;}
.header_area{background: #222;position: sticky;}
.pageIndex .header_area{background: transparent;position:fixed;}
.pageIndex .header_area:before{content: "";width: 100%;height: 200px;background: linear-gradient(180deg, rgb(0 0 0 / 35%), transparent);
position: absolute;top: 0;left: 0;transition: all .5;}
.main_header_area .container {max-width: 2000px;width: 90%;}
.nav-header {max-width: 60px;transition: all .5s;}
.pageIndex .nav-header {max-width: 80px;}
.nav-brand{padding: 10px;}
.nav-brand img {filter: invert(1);-webkit-filter: invert(1);}
.me_tp_features{display: none;}
.stellarnav > ul > li {padding: 20px 1%;}
.stellarnav > ul > li > a{color: #fff;font-weight: 400;font-size: 15px;}

.header_area.sticky{background: #222;}
.pageIndex .header_area.sticky:before{opacity: 0;}
.header_area.sticky .nav-header {max-width: 60px;}

/*---下拉*/
.stellarnav ul ul {background: #333;}
.stellarnav li li{border: none;border-bottom: 1px solid #3c3c3c;}
.stellarnav li li:last-child{border-bottom: none;}
.stellarnav ul ul li a {font-size: 12px;font-weight: 500;color: #eee;padding: 10px 12px;transition: all .5s;}
.stellarnav ul ul li a:not(.dd-toggle):hover{background: #eee;color: #333;}

@media screen and (max-width: 1024px){
	.pageIndex .header_area {position: sticky;background: #222;}
	.nav-header,.pageIndex .nav-header {max-width: 60px;}
	.stellarnav > ul > li {padding: 0 1%;}
}
@media screen and (max-width: 768px){
	.stellarnav.mobile {top: 15px;}
	.stellarnav .menu-toggle span.bars span {background: #fff;width: 28px;}
	.stellarnav .menu-toggle:after {color: #fff;}
	.stellarnav.mobile.right .close-menu, .stellarnav.mobile.left .close-menu {
		background: transparent;color: transparent;margin-bottom: 30px;}
	.stellarnav .icon-close {position: absolute;right: 23px;top: 20px;}
	.stellarnav .icon-close:before,.stellarnav .icon-close:after{width: 15px;border-bottom: solid 2px #eee;}
	.stellarnav.mobile.right > ul, .stellarnav.mobile.left > ul{background: #191919;border-right: none;}
	.stellarnav.mobile > ul > li{border: none;}
	.stellarnav.mobile li.open {background: transparent;padding: 0;}
	.stellarnav.mobile li.open li.open{background: transparent;padding: 0;}
	.stellarnav.mobile li ul{background: transparent;}
	.stellarnav.mobile li.open ul{background: transparent;}
	.stellarnav li li {border-bottom: none;width: 96%;margin: 0 auto;background: #222;}
	.stellarnav .dd-toggle {width: 40px;height: 30px;}
	.stellarnav.mobile > ul > li.open > a.dd-toggle {padding: 10px;}
}
@media screen and (max-width: 570px){
	.stellarnav .menu-toggle{padding: 10px;}
}

/*●●●●●●●●●●●●●●●●●●●●●●●●   FOOTER區塊   ●●●●●●●●●●●●●●●●●●●●●●●●*/
.footer{background: #000;padding: 50px 0 0;}
.footer .center {width: 90%;}
.footer_logo {max-width: 60px;margin-top: 10px;}
.footer_logo img {filter: invert(1);-webkit-filter: invert(1);}
.footer_info {padding-right: 0;grid-template-columns: 1fr 800px;}
.footer_info ul {display: grid;grid-template-columns: 1fr 1fr;gap: 0 50px}
.footer_info li:before{content: "";font-family: "Italiana", sans-serif;display: block;
padding-bottom: 10px;margin-bottom: 10px;border-bottom: 1px solid #ccc;color: #eee;font-size: 20px;}
.footer_info li:nth-child(1):before{content: "Contact Us";}
.footer_info li:nth-child(2):before{content: "Quick Links";}
.footer_info li p,.footer_info li p a{color: #eee;line-height: 2;}
.box_link {display: none;}
.footer_menu a{border: none;background: transparent;width: 48%;padding: 0;margin: 0;line-height: 2;
color: #eee;transition: all .5s;}
.footer_menu a:hover{background: transparent;}
.copy,.copy a {color: #aaa;transition: all .5s}
.copy {padding: 30px 0;margin-top: 60px;border-top: 1px #111 solid;}
.copy a:hover{color: #fff;}
#bottom_menu{display: none;}

@media screen and (max-width: 1024px){
	.footer_info {grid-template-columns: 1fr;}
	.footer_logo {margin: 0 auto;}
}
@media screen and (max-width: 768px){
	.footer_info ul {grid-template-columns: 1fr;}
	.footer_info li+li {margin-top: 50px;}
}


/*●●●●●●●●●●●●●●●●●●●●●●●●   文章功能   ●●●●●●●●●●●●●●●●●●●●●●●●*/
/*側邊*/
h5.blog_le_t span {font-family: "Italiana", "Noto Sans TC", sans-serif;margin-left: 5px;}
.blog_le .accordion {border-radius: 0;border: none;}
.blog_le .accordion li{transition: all .5s;}
.blog_le .accordion > li:hover, .blog_le .accordion > li.on_this_category {background: #888 !important;}
.blog_le .accordion li.open .link {background: #888;}
.blog_le .accordion li.open .link a{color: #fff;font-weight: 600;}
.blog_le .accordion li.open .link i{color: #fff;}
.blog_le .submenu li.on_this_category a, .submenu a:hover {background: #444;}
/*分類頁共同設定*/
.blog_box {padding: 20px 0;}
.blog_ri {padding: 0 0 0 50px;}
.blog_subbox {grid-template-columns: 1fr;}
.subbox_item {margin-bottom: 30px;}
.subbox_item a {grid-template-columns: 1fr 1fr;grid-gap: 0 30px;}
.subbox_item a:before,.subbox_item a:after{display: none;}
.blog_list_ri {padding: 30px 20px 0 40px;}
.blog_list_ri h5 {font-size: 24px;-webkit-line-clamp: 2;color: #333;}
.blog_list_ri>*+* {margin-top: 20px;}
.blog_list_ri p {line-height: 1.8;}
.blog_list_le {aspect-ratio: 3 / 2;overflow: hidden;}
.blog_list_le img{transition: all .5s;}
.subbox_item a:hover .blog_list_le img{transform: scale(1.05);}
/*分類頁-文章1-報導資訊*/
.article_a .blog_subbox {grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));}
.article_a .subbox_item a {grid-template-columns: 1fr;}
.article_a .blog_list_le {aspect-ratio: 1 / 1;}
.article_a .blog_list_ri {padding: 20px 10px;}
.article_a .blog_list_ri>*+* {margin-top: 10px;}
/*文章頁*/
.blog_in_page .path{display: none;}
h4.blog_category_title {font-size: 24px;font-weight: 500;}
.articel_mainPic img{display: none;}
.blog_box_edit *{line-height: 2;}
.blog_back {grid-gap: 0;width: 100%;margin-top: 50px;}
.blog_back a.article_btn_prev,.blog_back a.article_btn_next {
	background: transparent;color: #888;border: 1px solid #888;font-size: 13px;padding: 12px;}
.blog_back a.article_btn_back{background: #888;padding: 12px;font-size: 13px;}
.news_related {background: transparent;border-top: 1px solid #333;margin-top: 80px;padding: 50px 0;}
.news_related h6 span:before {color: #333;}
.news_related_list{width: 90%;}
.news_related_list li > a {padding: 0;}
.news_related_list li > a p {line-height: 1.6;padding: 20px;}
.lastPage {font-size: 14px;background: #aaa;}



@media screen and (max-width: 1200px){
	/*文章頁*/
	.news_related_list {grid-template-columns: 1fr 1fr;}
}
@media screen and (max-width: 1024px){
	/*清單頁*/
	.blog_box {padding: 0;}
	.subbox_item a {grid-template-columns: 1fr;}
	.blog_list_ri {padding: 30px 10px 50px;}
}
@media screen and (max-width: 768px){
	/*清單頁*/
	.blog_ri {padding: 0;}
}




/*●●●●●●●●●●●●●●●●●●●●●●●●   相簿區塊   ●●●●●●●●●●●●●●●●●●●●●●●●*/
/*分類頁*/
.show-list .item{margin-bottom: 30px;}
/*--相簿頁面*/
.subalbum-menu h2 {color: #333;}
.other_subalbum li{background: transparent;}
.other_subalbum li a p {padding: 5px 0;color: #333;}
.album_fixed_title{background: transparent;}
.other_album {margin: 100px 0 50px;}
.other_album_choice li {background: #fafafa;border-radius: 3px;line-height: 1;min-width: 120px;
    text-align: center;padding: 10px 0 12px;}
.other_album_choice li a {color: #333;}
.other_album_choice li a i{display: none;}




/*●●●●●●●●●●●●●●●●●●●●●●●●   影音區塊   ●●●●●●●●●●●●●●●●●●●●●●●●*/
/*--側邊分類*/
.video-layer-two > li {border-bottom: none;}
.video-layer-two li a {border: none;background: #fcfcfc;color: #333;font-size: 14px;transition: all .5s;}
.video-layer-two li a:hover {border: none;background: #333;color: #fff;}


@media (max-width: 768px) {
    .video_menu_list>h5 {font-size: 18px;font-weight: 500;color: #333;}
}



/*●●●●●●●●●●●●●●●●●●●●●●●●   聯絡我們   ●●●●●●●●●●●●●●●●●●●●●●●●*/

.contact_content {padding: 20px 0 80px;}
.blank_letter{font-family: "Noto Sans TC", sans-serif;font-weight: 600;color: #444;font-size: 24px;}
.contact_content .information_left {width: 350px;}
.contact_content .information_right {width: calc(100% - 360px);}
.contact_form {grid-gap: 30px;}
.contact_form:before{content: "表單提交後，請加入官方LINE了解詳情，我們將盡速與您聯繫，感謝您的耐心等候!";
display: block;margin-bottom: 20px;}
.list_before li {line-height: 1.8;}
.contact_form li input.noborder,.contact_form li textarea.noborder {
	border: none;border-bottom: 1px solid #ccc;outline: none;background: transparent;}
.contact_form li.last blockquote {color: #b89471;}
.contact_form li.last cite {background: #ba956e;}
.contact_form li.last b{font-weight: 400;}
.last .animated-arrow.otherSty {color: #222;}


@media screen and (max-width: 768px){
	.contact_content {padding: 0 0 50px;}
	.contact_content .information_left{width: 100%;}
	.contact_content .information_right{width: 100%;margin-top: 80px;}
}
@media screen and (max-width: 600px){
	.last .animated-arrow {width: 135px;line-height: 30px;font-size: 12px;}
	.contact_form li .form__label {background: transparent;padding: 0;}
}
                





/*●●●●●●●●●●●●●●●●●●●●●●●●   購物車   ●●●●●●●●●●●●●●●●●●●●●●●●*/
/* 商品下拉超過30個變大 */
.stellarnav.desktop li.bigMenu>ul{display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); left: 0; width: 100%; position: fixed; padding: 20px;}
.stellarnav.desktop li.bigMenu ul ul{top: 100%; left: 0; width: 100%; background: #efefef; height: auto; max-height: 300px; overflow: auto;}
.stellarnav.desktop li.bigMenu ul ul li{margin: 0;} 
.stellarnav.hasBigMenu li.bigMenu li.has-sub > a:after{border-left: 6px solid transparent; border-bottom:unset; border-right: 6px solid transparent; border-top: 6px solid #898989; right: 5px;}
/* 主分類超過30個但次分類直接顯示 
.stellarnav.desktop li.bigMenu>ul{grid-gap: 10px;}
.stellarnav.desktop li.bigMenu li{border: 0;}
.stellarnav.desktop li.bigMenu>ul>li>a{border: 1px solid #ddd;}
.stellarnav.desktop li.bigMenu ul ul{display: block !important; position: relative; top: 0; background: unset; border: 0;}
.stellarnav.desktop li.bigMenu ul ul li{border: 0;}
 主分類超過30個但次分類直接顯示-結束 */

/* 商品下拉超過30個--結束 */


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*預設購物車版面 產品分類選單在左側 商品內頁詳細介紹下表單更改樣式 by shint at 2025.12.18  */
.product_page .main_part { max-width:1500px;}

.product_page .show_content,
.product_info_page .show_content { display: flex; justify-content: space-between; flex-wrap: wrap; align-items: flex-start; align-content: flex-start; width: 100%;}
ul.page { width: 100%;}

.ProdFilter_Item_Show { width: 100%;}
.Prods_Menulists { width: 100%; padding: 0;}
.Prods_Wrap { width: calc(100% - 270px);}

/* 篩選器-左手邊 / 產品分類-上面
.ProdFilter_ { order: 2;}
.Prods_Menulists { order: 1;}
.Prods_Wrap { order: 3;}
.ProdFilter_ { width: 250px; letter-spacing: 1px;}
.ProdFilter_ li { width: 100%;}
.ProdFilter_ li > a { background: #f3f3f3; border: none; border-bottom: 3px #ddd solid;}
.ProdFilter_ dl { position: static; width: 100%; display: block;}
*/

/* 產品分類-左手邊 / 篩選器-上面 */

.ProdFilter_ { order: 1; margin-bottom: 25px;}
.Prods_Menulists { order: 2;}
.Prods_Wrap { order: 3;}
.Prods_Menulists { width: 250px; letter-spacing: 1px;}
.Prods_Menulists ul {}
.Prods_Menulists > ul > li { width: 100%; flex-wrap: wrap;}
.Prods_Menulists ul ul { position: static; border: none;}
.Prods_Menulists ul li ul li {}
.Prods_Menulists li.has-sub.open > a { background: #f0f0f0;}

.product_info_page .half_box { width: 100%; float: none; padding-right: 0;}
.product_info_page .half_box li.btn_blankTop { margin-top: 50px; justify-content: space-between; display: flex;}
.product_info_page .half_box li.btn_blankTop input { width: calc(50% - 10px); background-image: none; padding: 0; text-align: center;}

@media screen and (max-width: 1200px) {
}
@media screen and (max-width: 1024px) {
.product_main { display: block; width: 100%;}    
.sidebarBtn { display: block; width: 100%;}
}
@media screen and (max-width: 980px) {
}
@media screen and (max-width: 768px) {
/* 篩選器-左手邊 / 產品分類-上面
.Prods_Wrap { width: 100%;}
.ProdFilter_ { width: 100%;}
.ProdFilter_Item_Show { width: calc(100% - 110px);}
.ProdFilter_ { order: 1;}
.Prods_Menulists { order: 2;}
.ProdFilter_ li > a span { color: #333;}
*/

.Prods_Wrap { width: 100%; margin-top: 20px;}
.ProdFilter_ { width: 100%;}
.Prods_Menulists { opacity: 0; display: none;}

}
@media screen and (max-width: 600px) {
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/* 2025.12.26 中間放大*/
.BannerHome02 .swiper-slide-active img { transform: scale(1);}
.BannerHome02 .swiperBan02 .swiper-slide img { transition: transform 5s ease-out; will-change: transform; transform: scale(1);}
.BannerHome02 .swiperBan02 .swiper-slide-active img { transform: scale(1.06);}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */




/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*內頁BANNER 設定*/
.banner {background: transparent;}
.banner h5 {color: #333;font-size: 20px;font-weight: 600;letter-spacing: .6rem;position: relative;
	width: 100%;z-index: 0;margin-top: 6vw;}
.banner h5:before{content: "";display: block;font-size: 80px;font-family: "Italiana", sans-serif;
	font-weight: lighter;letter-spacing: 0;}
.banner h5:after{content: "";font-family: "Birthstone", cursive;color: #f5f5f5;font-size: 180px;
	position: absolute;bottom: -10px;left: 50%;transform: translateX(-50%);width: 100%;
	font-weight: lighter;z-index: -1;}
.banner.banA {}
.banner.banB {}
.banner.banC h5:before,.banner.banC h5:after{content: "Contact";}
.banner.banD {}
.banner.banE h5:before,.banner.banE h5:after{content: "Portfolio";}
.video_page .banner.banF h5:before,.video_page .banner.banF h5:after{content: "Media";}
.article_a .banner.banblog h5:before,.article_a .banner.banblog h5:after{content: "Awards";}
.article_b .banner.banblog h5:before,.article_b .banner.banblog h5:after{content: "GD Green";}
.banner.banDesign { background-color:#333;}


@media screen and (max-width: 768px){
	.banner {min-height: 200px;}
	.banner h5 {font-size: 16px;}
	.banner h5:before {font-size: 50px;}
	.banner h5:after {font-size: 120px;}
}



/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*文章設定*/
/*一排呈現
.subbox_item { width:100%;}
*/
  

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*相本分類全版面 ( 限制最寬2000px
.work_page .main_part { max-width:2000px;}
.work_page .show_content { padding:0; width:100%;}
.work_page .show-list .item { width:33%; display:inline-block; float:none; margin:0; padding:0;}
@media screen and (max-width: 768px) {
.work_page .show-list .item { width:49%;}
}
@media screen and (max-width: 570px) {
.work_page .show-list .item { width:100%;}
}
.work_page .show-list .item a { max-width:100%;}
.work_page .show-list .show_pic { height:auto; line-height:0;}
.work_page .show-list .show_pic img { max-width:100%; max-height:100%;}
.work_page .show-list .show_name { position:absolute; top:50%; right:10%; width:80%; height:auto; line-height:160%; font-size: 20px; color: #FFFFFF !important; border: solid 1px #fff; text-align: center; margin: -20px 0 0 -120px; padding:5px 20px; transition:all ease-in .3s; opacity:0;}
.work_page .show-list .item:hover .show_name {opacity:1;}
*/


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*相本列表
.work_info_page .main_part { max-width:2000px;}
.work_info_page .show_content { padding:0; width:100%;}
.work_info_page .subalbum-menu { text-align:center;}
.work_info_page .subalbum-menu h2 { float:none;}
.work_info_page .pic-list .item { margin:0; padding:10px; width:49%; float:none; display:inline-block;}
@media screen and (max-width: 768px) {
.work_info_page .pic-list .item { width:100%;}
}
.work_info_page .pic-list .show_pic { height:auto; line-height:0;}
.work_info_page .pic-list .show_pic img { max-width:100%; max-height:100%;}
.work_info_page .pic-list .item a { max-width:100%; pointer-events: none; cursor: default; } 取消連結被點擊效果
*/


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */
