@charset "utf-8";
/*佑盈室內*/
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@300;400;500;700;900&display=swap');

/*滑動輪播
.BannerHome02 { height: auto;}
.BannerHome02 .swiperBan02 { position: static; margin: 0;}
.BannerHome02 .swiperBan02 .swiper-slide img { height: auto;}
.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);}
.BannerHome03 .thumbs03 .swiper-slide img { height: 100%;}*/
.me_tp_features{display: none;}

/*背景輪播*/
.bannerindex { position: relative; height: auto;}
.bannerindex .swiper-banner { position: relative;}
.bannerindex ~ #content_main { margin-top: 0;}

/*版面*/
.contact_page .main_part{
    width: 100%;
    max-width: 74%;
}


/*大圖*/
.pageIndex .bannerindex .swiper-wrapper .swiper-slide{
    position: relative;
}
/*文字*/
.pageIndex .bannerindex .swiper-wrapper .swiper-slide:nth-child(1)::before,
.pageIndex .bannerindex .swiper-wrapper .swiper-slide:nth-child(2)::before {
    content: "";
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-image: url(https://pic03.eapple.com.tw/youyingdesign/big_slogan.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: cover;
    z-index: 1;
    animation: tilt-in-left-1 0.6s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}
@keyframes tilt-in-left-1 {
  0% {
    -webkit-transform: rotateX(-30deg) translateX(-300px) skewX(-30deg);
            transform: rotateX(-30deg) translateX(-300px) skewX(-30deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: rotateX(0deg) translateX(0) skewX(0deg);
            transform: rotateX(0deg) translateX(0) skewX(0deg);
    opacity: 1;
  }
}



/*其他頁的抬頭-選單文字設定*/
.header_area{
    position: relative;
    background: #cfc8c3;
}
.stellarnav > ul > li > a {
    font-family: "Noto Sans TC", sans-serif;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 2px;
    color: #4a4136;
	margin: 0 30px;
}
.stellarnav li.has-sub > a:after{
	display: none;
}
.stellarnav > ul > li.has-sub > a {
    padding-right: 0;
}
.stellarnav > ul > li > a:hover::before{
    content: "";
    position: absolute;
    background: #efffb8;
   	top: 0;
    display: block;
    left: 0;
    right: auto;
    margin: 0;
    width: 8px;
    height:8px;
    border-radius: 25px;
    animation-name: top_effects;
    animation-duration: 2s;
    animation-timing-function: cubic-bezier(.19,1,.22,1);
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
}
@keyframes top_effects{
0% {
    transform: translateZ(0);
    opacity: 1;
}
100% {
    transform: translate3d(500%, 0, 0);
    opacity: 0;
}
}
.stellarnav li li{
	border: none;
    width: 100%;
}
.stellarnav li a{
	font-family: "Noto Sans TC", sans-serif;
    font-size: 15px;
    font-weight: 300;
    letter-spacing: 2px;
	color: #ffffff;
}
.stellarnav ul ul{
    background: #b9afa8;
}


/*改位置*/
.pageIndex .header_area {
    position: fixed;
    background: transparent;
	 transition: transform 0.4s ease;
}
.pageIndex .header_area .nav-brand img{
	display: none;
}
.pageIndex .header_area .main_header_area .container,
.header_area .main_header_area .container{
	max-width: 90%;
}
.pageIndex .header_area .stellarnav ul {
    display: flex;
    flex-direction: column;
    margin: 2% 0;
    align-items: flex-start;
}
.pageIndex .header_area .navigation {
    grid-template-columns: 1fr;
}
.pageIndex .header_area .stellarnav ul ul {
  background: #b9aca5e5;
  position: absolute;
  top: 0 !important;        /* 與「作品分享」頂部對齊 */
  left: 100% !important;    
  margin-left: 10px;       
  width: auto;
  white-space: nowrap;      /* 防止文字折行 */
  z-index: 9900;
}
.pageIndex .pageIndex .header_area  .stellarnav > ul > li {
    display: inline-block;
    display: flex;
    flex-direction: row-reverse;
}
.pageIndex .header_area .stellarnav > ul > li > a{
    color: #ffffff;
    font-family: "Noto Sans TC", sans-serif;
    font-size: 15px;
    font-weight: 300;
    letter-spacing: 2px;
	margin: 0 10px;
    animation: slide-in-top 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}
@keyframes slide-in-top {
  0% {
    -webkit-transform: translateY(-1000px);
            transform: translateY(-1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}


/*改回原本位置*/
.pageIndex .header_area.sticky {
	position: fixed;
    background: #9F9089e5;
	 transition: transform 0.4s ease;
}
.pageIndex .header_area.sticky .nav-brand img {
    display: block;
}
.pageIndex .header_area.sticky .main_header_area .container,
.header_area.sticky .main_header_area .container {
    max-width: 90%;
}
.pageIndex .header_area.sticky .stellarnav ul{
	display: flex;
    flex-direction: row;
    justify-content: flex-end;
	margin: 0;
}
.pageIndex .header_area.sticky .navigation{
	grid-template-columns: 12% 1fr;
}
.pageIndex .header_area.sticky .nav-brand {
    position: relative;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
}
.pageIndex .header_area.sticky .nav-brand::before {
    content: '佑盈室內裝修';
    position: relative;
    font-family: "Zen Maru Gothic", sans-serif;
    font-size: 17px;
    font-weight: 400;
    letter-spacing: 2px;
    color: #efffb8cf;
    width: 100%;
    left: 6%;
}
.pageIndex .header_area.sticky .stellarnav > ul > li > a {
    color: #ffffff;
    margin: 0 20px;
    animation: slide-right 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}
@keyframes slide-right {
  0% {
    -webkit-transform: translateX(-100px);
            transform: translateX(-100px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.pageIndex .header_area.sticky .stellarnav ul ul {
  background: #b9aca5e5;
  position: absolute;
  top: auto !important;        /* 與作品分享下方 */
  left: unset !important;    
  margin-left: 10px;       
  width: auto;
  white-space: nowrap;      /* 防止文字折行 */
  z-index: 9900;
}





/* 商品下拉超過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個--結束 */


/*產品*/
.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;}




/*內頁BANNER 設定*/
.banner { background-color: #cfc8c3; background-image: none;}
.banner h5 {
    font-family: "Noto Sans TC", sans-serif;
    font-size: 22px;
    font-weight: 500;
    letter-spacing: 2px;
    color: #4a4136;
}
.banner.banA {}
.banner.banB {}
.banner.banC {}
.banner.banD {}
.banner.banE {}
.banner.banblog {}
.banner.banDesign { }


  


/*相本分類全版面 ( 限制最寬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; } 取消連結被點擊效果
*/
/*按鈕*/
.animated-arrow{
    background: #b6aba5;
}

/*聯絡我們*/
.contact_le_map a{
    background: #b6aba5;
}
.blank_letter{
    font-family: "Noto Sans TC", sans-serif;
    font-size: 22px;
    font-weight: 500;
    letter-spacing: 2px;
    color: #4a4136;
}
.list_before{
    color: #4a4136;
}
.info_TEL:before, .info_TEL2:before, .info_PHONE:before, .info_LINE:before, .info_FAX:before, .info_TAXID:before, .info_MAIL:before, .info_ADD:before, .info_ADD2:before{
    letter-spacing: 1px;    
}
.list_before.info li{
    padding-left: 15%;
}
.contact_content .information_left {
    width: 30%;
}
.contact_content .information_right {
    width: calc(100% - 31%);
    padding-left: 4%;
}

@media (max-width:1700px) { 
.pageIndex .header_area.sticky .navigation {
    grid-template-columns: 15% 1fr;
}

}
@media (max-width:1400px) { 
.BannerHome03 .swiperBan03 .swiper-slide img { height: 100%;}
.BannerHome02 { height: auto;}

}
@media screen and (max-width: 1280px) {
.pageIndex .header_area.sticky .main_header_area .container, .header_area.sticky .main_header_area .container{
    max-width: 96%;
}    
.pageIndex .stellarnav > ul > li > a,
.pageIndex .header_area .stellarnav > ul > li > a,
.pageIndex .header_area.sticky .stellarnav > ul > li > a{
    font-size: 14px;
    line-height: 48px;
}
.pageIndex .header_area.sticky .navigation{
    grid-template-columns: 17% 1fr;
}



}
@media screen and (max-width: 1024px) {
.product_main { display: block; width: 100%;}    
.sidebarBtn { display: block; width: 100%;}
.BannerHome03 .swiperBan03 .swiper-slide img { height: 100%;}
.BannerHome02 { height: auto;}

}

@media screen and (max-width: 980px) {
}

@media screen and (max-width: 768px) {
.bannerindex { padding:  0 0;}
.BannerHome03 .swiperBan03 .swiper-slide img { height: 100%;}
.BannerHome02 { height: auto;}
.footer.with_shopping_mode { padding:30px 0 70px; }
#to_top { bottom:60px;}
.Prods_Wrap { width: 100%; margin-top: 20px;}
.ProdFilter_ { width: 100%;}
.Prods_Menulists { opacity: 0; display: none;}
.fa-house::before,#bottom_menu li a em{color: #4a4136;}

/*抬頭*/
.pageIndex .header_area,
.header_area,
.pageIndex .header_area.sticky,
.header_area.sticky{
    position: relative;
    background: #cfc8c3;
    height: 70px;
}
.pageIndex .header_area .nav-brand img{
    display: block;
}

/*手機板選單*/
.pageIndex .header_area .stellarnav > ul > li > a{
    animation: none;
}
.stellarnav > ul > li > a:hover::before{
    display: none;
}
.pageIndex .header_area .stellarnav ul ul,
.pageIndex .header_area.sticky .stellarnav ul ul {
    top: auto !important;
    left: 0 !important;
    margin-left: 0;
    white-space: nowrap;
    z-index: 9900;
    position: relative;
    opacity: 1;
    visibility: visible;
    width: auto;
}
.pageIndex .header_area.sticky .navigation ul {
    display: flex;
    flex-direction: column;
    margin: 0;
    justify-content: flex-start;
    text-align: center;
    left: 0 !important;
}
.pageIndex .header_area.sticky .stellarnav > ul > li {
    display: flex;
    text-align: center;
    justify-content: flex-start;
    flex-direction: column;
}
.pageIndex .header_area .stellarnav > ul > li > a,
.stellarnav > ul > li > a{
    color: #ffffff;
}
.stellarnav.mobile li.open{
    background: #7b6e68;
}
.stellarnav.mobile.right .close-menu, .stellarnav.mobile.left .close-menu{
    background: #463a342e;
    color: #ffffff;
}
.stellarnav .icon-close:before,.stellarnav .icon-close:after{
      border-bottom: solid 3px #fff;
}
.pageIndex .header_area .stellarnav ul{
    margin: 0;
}
.stellarnav.mobile.right > ul, .stellarnav.mobile.left > ul{
    border-right: none;
}
.stellarnav.mobile ul{
    background: #9F9089e5;
}
.stellarnav.mobile > ul > li{
    border-bottom: 1px #857365 solid;
    width: 100%;
}
.stellarnav a.dd-toggle .icon-plus:after,
.stellarnav a.dd-toggle .icon-plus:before{
    border-bottom: solid 3px #fff;
}
.stellarnav .menu-toggle span.bars span{
    background: #fff;
}
.stellarnav .menu-toggle:after{
    color: #ffffff;
}
#bottom_menu li:nth-of-type(1)~li{
    display: none;
}
.pageIndex .header_area .main_header_area .container, .header_area .main_header_area .container {
    max-width: 100%;
}

/*手機板大圖*/
body.pageIndex:before{display: none;}
body.pageIndex:after{display: none;}
.pageIndex.headerSticky .bannerindex::after{display: none;}
.pageIndex .bannerindex .swiper-banner .swiper-slide img{ display:none; }
.pageIndex .bannerindex .swiper-wrapper .swiper-slide:nth-child(1)::before, .pageIndex .swiper-wrapper .swiper-slide:nth-child(2)::before{display: none;}
.pageIndex .bannerindex .swiper-slide {width: 100%;height: 0;min-height: 480px; padding-bottom: calc(0% / 3 * 4);}
.pageIndex .bannerindex .swiper-slide:nth-child(1) { background-image:url(https://pic03.eapple.com.tw/youyingdesign/phone_big01.jpg) ; background-size:cover;   background-position: center; }
.pageIndex .bannerindex .swiper-slide:nth-child(2) { background-image:url(https://pic03.eapple.com.tw/youyingdesign/phone_big02.jpg) ; background-size:cover;   background-position: center;}

}

@media screen and (max-width: 600px) {
}




