@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=Source+Serif+4:ital,opsz,wght@0,8..60,200..900;1,8..60,200..900&display=swap');

/*預設解除背景輪播*/
#content_main { margin:0;background: #f3f3f3;z-index: 0;}
.bannerindex { position:relative; height:auto;}
.swiper-banner { position:static; margin:0; height:auto;} 
.swiper-slide img { height:auto;} 
.me_tp_features{display: none;}
#content{background: #f3f3f3;}

/*進場動畫*/
body.bodyDesktop{
    position: relative;
}

body.pageIndex::before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100vh;
    background-color: #ffffff;
    left: 0;
    top: 0;
    z-index: 10;
	animation: fadeInOut 3s ease-in-out forwards;
   
}
@keyframes fadeInOut {
  -10% { opacity: 1; }
  90% { opacity: 1; }
  100% { opacity: 0; z-index: 0;}
}

body.pageIndex::after {
    content: '';
    pointer-events: none;
    display: block;
    width: 100%;
     height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    background: url(https://pic03.eapple.com.tw/cpdinterior/opening_logo.png);
    background-repeat: no-repeat;
    background-size: contain;
    animation: focus-in-expand-fwd 2s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}
@keyframes focus-in-expand-fwd {
  0% {
    letter-spacing: -0.5em;
            transform: translateZ(-800px);
            filter: blur(12px);
    opacity: 0;
  }
  90%{
    opacity: 1;
  }
  100% {
    transform: translateZ(0);
    filter: blur(0);
    opacity: 0;
   
  }
}


/*版面*/
.main_part{
    width: 100%;
    max-width: 80%;
}
.services_page  .main_part{
    width: 100%;
    max-width: 100%;
}
.album_page  .main_part,.album_class_page .main_part,.album_info_page .main_part{
    width: 100%;
    max-width: 90%;
}
.blog_page .main_part{
    width: 100%;
    max-width: 90%;
}
.contact_page .main_part{
    width: 100%;
    max-width: 100%;
    padding: 50px 0;
}
.contact_page .contact_content{
    width: 100%;
    max-width: 74%;
}
.contact_page  .contact_editbox{
     width: 100%;
    max-width: 74%;
}
.services_page .main_part{
    padding: 0 20px 0 20px; 
}



.nav-header{
    max-width: 100%;
    width: 100%;
}
.nav-brand img{
    display: none;
}
.nav-brand {
    position: relative;
    width: 100%;
    height: 100%;
    display: block;
}
.nav-brand::before {
    position: absolute;
    content: '';
    background-image: url(https://pic03.eapple.com.tw/cpdinterior/top_newlogo-01.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1;
}
.navigation {
    grid-template-columns: 14% 1fr;
    justify-content: space-between;
}
.main_header_area .container{
    max-width: 90%;
    width: 100%;
}
.pageIndex .header_area.sticky{
    position: fixed;
    z-index:9;
    width: 100%;
    background:#ffffff;
}

.pageIndex .header_area{
    position: fixed;
    z-index:9;
    width: 100%;
    background: #ffffffcc;
    height: 80px;
    padding: 4px 6px;
   
}
.header_area{
    background: #ffffffcc;
}
.nav-header{
     animation:textbox 4.4s ease-in-out forwards;
}
.stellarnav li.has-sub > a:after{
    animation: textbox 4.4s ease-in-out forwards;
}
.stellarnav.desktop li.has-sub a{
    font-size: 14px;
}

.stellarnav > ul > li > a b:nth-child(2){
    color: #111111;
    font-size: 14px;
    font-family: "Noto Sans TC", sans-serif;
    letter-spacing: 1px;
    font-weight: 400;
    animation: textbox 4.4s ease-in-out forwards;
}
.stellarnav > ul > li > a b:nth-child(1){
    color: #111111;
    font-size: 14px;
    font-family: "Source Serif 4", serif;
    font-weight: 400;
    letter-spacing: 1px;
    animation: textbox 4.4s ease-in-out forwards;
    
}
@keyframes textbox {
  0% { opacity: 0; }
   30% { opacity: 0; }
  100% {opacity: 1;}
}
.stellarnav ul{
    padding: 1%  0;
}
.stellarnav > ul > li > a{
    margin: 0 40px;
}


/*內頁BANNER 設定*/
.banner {
    font-size: 40px;
    padding: 20px;
    text-align: center;
    background: none;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    align-content: center;
    flex-wrap: wrap;
    min-height: 284px;
    flex-direction: column;
}
.banner h5 {
    font-size: 24px;
    font-family: "Source Serif 4", serif;
    letter-spacing: 3px;
    color: #ffffff;
    font-weight: 400;
    padding-bottom: 2%;
}
.banner.banA {
    background-image: none;
    background: linear-gradient(to bottom, #9f9f9f, #3a3a3a);
}
.banner.banB {
    background-image: none;
    background: linear-gradient(to bottom, #9f9f9f, #3a3a3a);
}
.banner.banC {
    background-image: none;
    background: linear-gradient(to bottom, #9f9f9f, #3a3a3a);
}
.banner.banD {
    background-image: none;
    background: linear-gradient(to bottom, #9f9f9f, #3a3a3a);
}
.banner.banE {
    background-image: none;
    background: linear-gradient(to bottom, #9f9f9f, #3a3a3a);
}
.banner.banblog {
     background-image: none;
   background: linear-gradient(to bottom, #9f9f9f, #3a3a3a);
}

/*麵包屑*/
.blog_in_page .path p {
    border-bottom: none;
    text-align: center;
    border-top: 1px dotted #ccc;
    border-bottom: 1px dotted #ccc;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1% 0;
}
.path p{
    padding-top: 1%;
    border-bottom: none;
    padding-bottom: 1%;
    letter-spacing: 2px;
     font-family: "Noto Sans TC", sans-serif;
}
.path p a{
    border-bottom:none;
}
.path p a:hover {
    color: #878787;
}





/*文章*/
h5.blog_le_t span{
    display: none;
}
h5.blog_le_t{
    text-align: center;
}
.blog_in_page .blog_box{
    padding: 4% 10px;
    max-width: 78%;
    margin: 0 auto;
}
.blog_le{
    display: none;
}
.blog_ri{
    width: 100%;
}
.blog_subbox{
    grid-template-columns: 1fr;
    grid-gap: 40px;
}
.blog_list_le {
    aspect-ratio: 6 / 3.2;
    position: relative;
    padding-right: 10%;
}
.subbox_item{
    border-bottom: 1px dotted #3D3D3D !important;
}
.subbox_item a{
    grid-template-columns: 60% 1fr;
}
.subbox_item a:after{
    background: transparent;
    border: none;
}
.blog_list_ri{
    padding-left: 0;
    padding-top: 20%;
    position: relative;
}
.subbox_item a:before{
    display: none;
}
.blog_list_ri h5{
    margin-bottom: 4%;
    font-size: 22px;
    font-family: "Noto Sans TC", sans-serif;
    letter-spacing: 1px;
    color: #111111;
    font-weight: 400;
}
.news_related h6 span:before {
    font-size: 28px;
    font-family: "Source Serif 4", serif;
    letter-spacing: 3px;
    color: #111111;
    font-weight: 400;
}
.blog_back a.article_btn_prev{
    background: #ffffff;
    color: #111111;
    padding: 4% 0;
}
.blog_back a.article_btn_next{
    background: #ffffff;
    color: #111111;
    padding: 4% 0;
}
.blog_back a.article_btn_back{
    background: #ffffff;
    color: #111111;
    padding: 4% 0;
}
.lastPage{
    color: #111111;
    background: transparent;
    border: 1px solid #111111;
}
h4.blog_category_title {
    font-size: 28px;
    font-family: "Noto Sans TC", sans-serif;
    letter-spacing: 1px;
    color: #111111;
    font-weight: 400;
}
.blog_list_ri p {
    font-family: "Noto Sans TC", sans-serif;
    padding-top: 1%;
    font-weight: 400;
    color: #676767;
    line-height: 150%;
}
.blog_list_ri::after {
    content: 'MORE+';
    position: absolute;
    left: 0;
    bottom: 20%;
    letter-spacing: 0;
    color: #111111;
    font-size: 14px;
}
.blog_list_ri em {
    display: none !important;
    font-size: 15px;
    color: #999;
    font-style: normal;
    display: block;
    letter-spacing: 2px;
}
.articel_mainPic img{
    display: none;
}
.blog_back {
    max-width: 100%;
    grid-gap: 16px;
    margin: 0 auto;
}
.blog_box_edit * {
    line-height: 150%;
    font-family: 'Noto Sans TC';
    font-size: 16px;
    letter-spacing: 1px;
}
.toShareNews{
    filter: grayscale(1);
}
.blog_shareData{
    justify-content: flex-end;
}
.news_related_list{
    max-width: 80%;
    width: 100%;
    grid-template-columns: repeat(auto-fill, minmax(20%, 1fr));
}
.news_related_list li a{
    padding: 18px;
}
.news_related_list li a p {
    font-size: 18px;
    padding-top: 5%;
    letter-spacing: 1px;
    color: #333;
    line-height: 1.6;
    font-family: 'Noto Sans TC';
}
.subbox_item{
    border-bottom: 1px dotted #ccc;
}


/*相簿*/
.album_page .show-list{
    grid-template-columns: repeat(auto-fill, minmax(32%, 1fr));
    border-top: 2px #3D3D3D solid;
    border-left:2px #3D3D3D solid;
    grid-gap: 0;
}
.album_class_page .show-list{
    grid-template-columns: repeat(auto-fill, minmax(32%, 1fr));
    border-top: 2px #3D3D3D solid;
    border-left:2px #3D3D3D solid;
    grid-gap: 0;
}
.pic-list .item a{
    padding: 4%;
}
.pic-list .item h6{
    display: none;
}

/*這線框*/
.album_info_page .pic-list {
     grid-template-columns: repeat(auto-fill, minmax(30%, 1fr));
    border-collapse: collapse;
    border-left: 2px #3D3D3D solid ;
    border-top:2px #3D3D3D solid ;
    border-right: 2px #3D3D3D solid ;
    width: 100%;
    padding: 0;
    grid-gap: 0;
    border-bottom: 0;
    border-right: 0;
    flex-direction: row;
    flex-wrap: wrap;
}

.pic-list .item {
    width: 100%;
    grid-gap: 0;
    border-right: 2px #3D3D3D solid ;
    border-collapse: collapse;
}
.pic-list .item:nth-child(3)~li{
    border-bottom: 2px #3D3D3D solid ;
}

.pic-list .item:last-child{
     border-bottom:none;
   
}
.album_page .show-list .item{
    padding:  4%;
    border-right: 2px #3D3D3D solid ;
    border-bottom: 2px #3D3D3D solid ;
}
.album_class_page .show-list .item{
    padding:  4%;
    border-right: 2px #3D3D3D solid  !important;
    border-bottom: 2px #3D3D3D solid !important;
}
/*****************/




.album_page .show_content{
    margin: 4% 0 0 0;
}
.album_class_page .other_subalbum li{
    background: transparent;
}
.album_class_page .other_subalbum li a p {
    line-height: 2;
    font-size: 16px;
    font-family: 'Noto Sans TC';
    letter-spacing: 1px;
    color: #111111;
}
.album_class_page .show-list{
    grid-template-columns: repeat(auto-fill, minmax(30%, 1fr));
}
.album_class_page .subalbum-menu h2{
    color: #f3f3f3;
}
.album_info_page .show_content{
    padding: 4% 10px;
}
.show-list .show_pic img, .other_subalbum li a img,.pic-list .show_pic img {
    transition: 0.8s;
}

.other_subalbum li a div:hover img, .show-list .show_pic:hover img,.pic-list .show_pic:hover img {
    transform: scale(1.05);
    filter: grayscale(0);
}
.album_page .show-list .show_pic, .album_class_page .show-list .show_pic, .album_info_page .pic-list .show_pic {
    aspect-ratio: 4 / 2.8;
}

.show-list .item:hover .show_name{
    color: #777777;
}
.other_album_choice li{
    background: #ffffff;
}
.other_album_choice li a {
    color: #333333;
}
.album_fixed_title i{
    display: none;
}
.album_fixed_title span{
    display: none;
}
.show-list .show_name{
    color: #111111;
}





/*產品*/
.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;}
.product_page .main_part { max-width:1500px;}
.product_page .show_content,
.product_info_page .show_content { width: 100%; display: flex; justify-content: space-between; flex-wrap: wrap; align-items: flex-start; align-content: flex-start;}
.product_page .product_menu_list { position: relative; width: 220px; letter-spacing: 1px; min-height: 30vw;}
.product_page .products-list,
.product-wrapper { width: calc(100% - 270px);}
ul.page { width: 100%;}

.product-layer-two li ul { position:static; margin-top:5px;  width:100%; margin-left:0;}
.product-layer-two li:hover ul { border: none !important; }
.product-layer-two li li { display: block; padding:0; transition:all ease .3s;}
.product-layer-two li li a{ padding:5px 10px;}
.product-layer-two li li:hover > a { background:#fff; color:#ad925e;}
.product-layer-two > li { width:100%; max-width:100%; padding:0; text-align:left; border-bottom:1px dotted #ccc; padding-bottom: 5px;}
.product-layer-two > li ul > li + li { margin-top:5px;}

.product_info_page .product-layer-two { display: none;}
.product_info_page .products-list,
.product-wrapper { width: 100%;}

.product-layer-two li li:hover{ margin-left: 15px;}
.product-layer-two li li > a:before { content: ""; position: absolute; width: 12px; height: 8px; background: transparent; left: 0; margin-left: -20px; top: 50%; margin-top: -4px; clip-path: polygon(0 0, 100% 50% , 0 100%);}
.product-layer-two li li:hover > a:before { background:#ad925e;}

.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;}


/*聯絡我們*/
.contact_form li.last{
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
    grid-gap: 10px;
}
.contact_form li.last cite {
    background: #373737;
    color: #fff;
}
.list_before.info li{
    padding-left: 0;
}
.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{
     width: 100%;
    display: block;
    position: relative;
}
.contact_form li {
    display: grid;
    grid-template-columns: 90px 1fr;
    grid-gap: 68px;
    border-bottom: 1px dotted #c7c7c7;
    padding-bottom: 10px;
}
.contact_form li.checknumBox{
    border-bottom: none;
}
.blank_letter {
    background-position: left bottom;
    background-repeat: no-repeat;
    font-size: 28px;
    font-family: "Source Serif 4", serif;
    letter-spacing: 3px;
    color: #111111;
    font-weight: 400;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.contact_form li .form__label{
    display: flex;
    max-width: 100%;
    text-align: right;
    flex-direction: row-reverse;
    justify-content: flex-end;
}
.info_PHONE:before {
    content: 'PHONE';
    font-family: "Source Serif 4", serif;
    font-weight: 300;
}
.info_FAX:before{
    content: 'COB：';
    font-family: "Source Serif 4", serif;
    font-weight: 300;
}
.info_TAXID:before{
    content: 'TAX ID：';
    font-family: "Source Serif 4", serif;
    font-weight: 300;
}
.info_MAIL:before{
    content: 'TEMAIL：';
    font-family: "Source Serif 4", serif;
    font-weight: 300;
}
.info_ADD:before{
    content: 'TXG ADD：';
    font-family: "Source Serif 4", serif;
    font-weight: 300;
}
.info_ADD2:before{
    content: 'TNN ADD：';
    font-family: "Source Serif 4", serif;
    font-weight: 300;
}

.contact_content .information_left{
    display: none;
    width: 100%;
    padding: 0;
}
.contact_content .information_right{
    width: 100%;
    padding-left: 0;
}
.contact_form li input.noborder{
    border: none;
}
.contact_form li textarea.noborder{
     border: none;
}
.list_before.info li{
    padding-bottom: 4%;
}
.contact_form{
    grid-gap: 26px;
}
.list_before{
    display: none;
    margin-top: 18%;
}
.contact_form {
    margin-top: 6%;
}
.contact_form li.last blockquote {
    color: #666;
    background-color: #ffffff;
    border: none;
}
.fa-arrow-right::before{
    display: none;
}
.contact_page .contact_content{
    display: none;
}



/*頁腳*/
.box_link{
    display: none;
}
.footer {
    padding: 4% 0 4% 0;
    font-size: 14px;
    background: #3d3d3d;
}
.footer_menu {
    width: 100%;
    flex-direction: row;
    display: grid;
    gap: 5px;
    grid-template-columns: 1fr 1fr;
    justify-items: start;
}
.footer_menu a {
    font-size: 14px;
    font-family: "Source Serif 4", serif;
    font-weight: 400;
    letter-spacing: 1px;
    color: #ffffff;
    border: none;
    background: transparent;
}
.footer_menu a:hover {
    background: transparent;
    color: #ffffff;
}
.footer_info {
    padding-right: 0;
    max-width: 74%;
    width: 100%;
    grid-template-columns: 36% 1fr;
    grid-gap: 0;
    align-items: center;
}
.footer_info li{
    padding: 0;
}
.footer_menu a:nth-child(1){
    display: none;
}

.footer .center{
    width: 100%;
    max-width: 88%;
    display: flex;
    flex-direction: row;
}
.footer_info ul {
    display: flex;
    max-width: 100%;
    width: 100%;
}
.footer_info li:nth-child(2) {
    width: 35%;
    text-align: right;
    display: flex;
    align-items: center;
}
.footer_info li:nth-child(1) {
    width: 65%;
}
.footer_logo{
    max-width: 100%;
}
.copy {
    height: 100%;
    border-top: none;
    color: #ffffff;
    font-family: "Noto Sans TC", sans-serif;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 1px;
    display: flex;
    align-content: flex-end;
    flex-wrap: wrap;
    flex-direction: column-reverse;
    max-width: 90%;
    text-align: right;
    width: auto;
    margin: 0 auto;
    position: absolute;
    bottom: 0;
    right: 8rem;
    align-items: flex-end;
}
.copy a,.copy a:hover{
   color: #ffffff;
}

.privacyLinks {
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
}
.privacyLinks a {
    padding: 0;
}
.privacyLinks+a{
    margin-right: 0;
}
.privacyLinks a+a {
    border-left: none;
}

.footer_info li p, .footer_info li p a {
     color: #ffffff;
    font-size: 14px;
    font-family: "Noto Sans TC", sans-serif;
    letter-spacing: 1px;
    font-weight: 400;
}
.footer_info li p.phone:before{
    content: 'PHONE：';
    font-family: "Source Serif 4", serif;
    font-size: 14px;
    font-weight: 400;
     color: #ffffff;
}
.footer_info li p.taxid:before{
    content: 'BUSINESS HOURS：';
    font-family: "Source Serif 4", serif;
    font-size: 14px;
    font-weight: 400;
     color: #ffffff;
}
.footer_info li p.mail:before{
    content: 'EMAIL：';
    font-family: "Source Serif 4", serif;
    font-size: 14px;
    font-weight: 400;
    color: #ffffff;
}
.footer_info li p.add:before{
    content: 'TAICHUNG  OFFICE：';
    font-family: "Source Serif 4", serif;
    font-size: 14px;
    font-weight: 400;
     color: #ffffff;
}
.footer_info li p.add2:before{
    content: 'TAINAN  OFFICE：';
    font-family: "Source Serif 4", serif;
    font-size: 14px;
    font-weight: 400;
    color: #ffffff;
}
.footer_info li p.fax:before{
    content: 'COB：';
    font-family: "Source Serif 4", serif;
    font-size: 14px;
    font-weight: 400;
     color: #ffffff;
}
.footer_logo img{
    filter: invert(100);
}




/*	隱私權政策/網站使用條款-設定隱藏*/
.privacyLinks{
    display: none;
}

@media screen and (max-width: 1280px) {
.navigation{
    grid-template-columns: 22% 1fr;
}
.copy{
    position: relative;
    flex-direction: row;
    right: 0;
    max-width: 100%;
}
.privacyLinks{
    flex-direction: row;
}
.privacyLinks a+a {
    border-left: 1px solid #cccccc;
}
.nav-brand::before{
    background-size: contain;
}

/*聯絡我們*/
.contact_page .main_part {
    width: 100%;
    max-width: 90%;
}
.contact_content .information_left {
    width: 32%;
}
.contact_content .information_right{
    width: calc(100% - 33%);
}


/*文章*/
.blog_list_ri::after{
    bottom: 10%;
}
.blog_list_ri h5{
    padding-bottom: 0;
}


/*頁腳*/
.footer{
    padding: 4% 0 0 0;
}
.footer .center {
    width: 100%;
    max-width: 90%;
    display: flex;
    flex-direction: row;
}
.footer_info{
    max-width: 100%;
    width: 100%;
    padding-bottom: 3%;
    grid-template-columns: 30% 1fr;
}
.footer_menu{
    display: grid;
    gap: 0px;
    grid-template-columns: 1fr;
}
}
@media screen and (max-width: 1024px) {
/*文章*/
.blog_list_ri{
    padding-top: 10%;
}
.blog_list_ri h5{
    padding-bottom: 0;
}
.blog_list_ri p{
    font-size: 14px;
}




}
@media screen and (max-width: 980px) {
.stellarnav > ul > li > a{
    margin: 0 30px;
}

/*文章*/
.subbox_item a{
    grid-template-columns: 55% 1fr;
}
.blog_list_le{
    aspect-ratio: 6 / 3.8;
}

/*相簿*/
.album_class_page .show-list, .album_info_page .pic-list{
    grid-template-columns: repeat(auto-fill, minmax(48%, 1fr));
}

/*聯絡我們*/
.contact_form li.last {
    border: none;
    text-align: right;
    margin-top: 20px;
    padding-left: 0;
    display: flex;
    flex-direction: row;
    justify-content: unset;
    flex-wrap: unset;
    grid-gap: 10px;

}
.contact_form li.last blockquote, .contact_form li.last cite{
    width: 100%;
    max-width: calc(50% - 10px);
}



/*頁腳*/
.footer_info{
    grid-template-columns: 1fr;
}
.footer_logo {
    max-width: 100%;
    text-align: center;
    padding-bottom: 6%;
}
.footer_info li:nth-child(1){
   width: 92%;
}
.footer_info li:nth-child(2){
   width: 8%;
}




}
@media screen and (max-width: 768px) {
/* 開啟手機板下方按鈕所需設定 */
.footer.with_shopping_mode { padding:30px 0 70px; }
#to_top { bottom:60px;}
.bannerindex {padding-bottom: 0;}
#bottom_menu li:last-child{display: none;}
#bottom_menu li a em{display: none;}

#bottom_menu li a i {
    display: block;
    padding: 1%;
}
.stellarnav > ul > li > a b:nth-child(1),.stellarnav > ul > li > a b:nth-child(2) {
    animation: none;
}
.main_header_area .container{
    max-width: 100%;
    width: 100%;
}
.pageIndex .header_area,.pageIndex .header_area.sticky{
    position: relative;
}

/*換手機版大圖*/
body.pageIndex::before {
    background: url(https://pic03.eapple.com.tw/cpdinterior/opening768.jpg);
    background-size: 110%;
    background-repeat: no-repeat;
    height: 100vh;
    background-position: center  top;
    z-index: 10;
    animation: fadeInOut 4s ease-in-out forwards;
}
@keyframes fadeInOut {
  -10% { opacity: 1; }
  90% { opacity: 1; }
  100% { opacity: 0; z-index: 0;}
}
body.pageIndex::after  {
    display: none;
}
.swiper-banner .swiper-slide img{
    width: 100%;
    max-width: 100%;
    height: 100vh !important;
    object-fit: cover;
    display: block;
    animation: kenburns-right 10s ease-out both;
}
@keyframes kenburns-right {
  0% {
            transform: scale(1) translate(0, 0);
            transform-origin: 84% 16%;
  }
  100% {
            transform: scale(1.25) translate(20px, -15px);
            transform-origin: right top;
  }
}
.pageIndex .header_area{
    height: 114px;
}


.nav-brand::before {
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    width: 245px;
    height: 101px;
    left: 50%;
    top: 0;
    z-index: 1;
    transform: translate(-50%, 0%);
}

/*文章*/
.subbox_item a {
    grid-template-columns: 1fr;
}
.blog_list_le{
    padding-right: 0;
}
.blog_list_ri {
    padding-top: 0;
    padding-bottom: 6%;
}
.blog_list_ri h5{
    font-size: 22px;
}
.blog_list_le {
    aspect-ratio: 4 / 2.6;
}
.blog_list_ri::after {
    bottom: 0;
}

/*產品*/
.product_menu_list,
.products-list,
.product-wrapper { width: 100%;}
.product-layer-two { margin-right: 0; grid-template-columns: repeat(auto-fill, minmax(230px, 1fr)); grid-gap: 5px;}
.product_page .product-layer-two,
.product_page .products-list { width: 100%; border-right: none;}
.product_page .product_menu_list>h5{display: block;}
.product_page .show_content > a { order: 1;}
.product_page ul.products-list { order: 2;}
.product_page ul.page { order: 3;}
.product_page .product_menu_list {width: 100%; order: 0; min-height: unset;}

/*聯絡我們*/
.contact_content .information_left {
    width: 100%;
}
.contact_content .information_right {
    width: 100%;
}
.list_before.info li {
    padding-bottom: 1%;
}


/*頁腳*/
.footer_info ul {
    display: flex;
    max-width: 100%;
    width: 100%;
    flex-direction: column;
}
.footer_info li:nth-child(2){
    width: 100%;
}
.footer_menu{
    grid-template-columns: 1fr 1fr;
}
.copy{
 font-size: 12px;
}

}
@media screen and (max-width:480px) {
.stellarnav.mobile{
    top: 15px;
}
.stellarnav > ul > li > a b:nth-child(2){
    font-size: 13px;
}
.pageIndex .header_area,.pageIndex .header_area.sticky{
    position: relative;
}
.nav-brand::before{
    background-size: 100%;
    width: 171px;
    height: 70px;
}
.pageIndex .header_area{
    height: 84px;
}
.header_area {
    background: #ffffffcc;
   height: 84px;
}

/*換手機版大圖*/
body.pageIndex::before {
    background: url(https://pic03.eapple.com.tw/cpdinterior/opening480.jpg);
    background-color: #ffffff;
    background-size:110%;
    background-repeat: no-repeat;
    height: 100vh;
    background-position: center  top;
}
body.pageIndex::after  {
    display: none;
}
.swiper-banner .swiper-slide img{
    width: 100%;
    max-width: 100%;
    height: 70vh !important;
    object-fit: cover;
    display: block;
    animation: kenburns-right 10s ease-out both;
}

/*相簿*/
.album_class_page .show-list, .album_info_page .pic-list {
    grid-template-columns: 1fr;
}
.path p{
    text-align: center;
}
.album_page .show-list{
    grid-template-columns: 1fr;
}

/*文章*/
.blog_list_ri p{
    padding-bottom: 4%;
}
.blog_list_ri h5{
    -webkit-line-clamp: 2;
}
.blog_list_ri em{
    letter-spacing: 0px;
}

/*聯絡我們*/
.contact_form li .form__label{
    background: transparent;
}
.contact_form li {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 5px;
}

/*頁腳*/
.copy {
    position: relative;
    flex-direction: row;
    right: 0;
    max-width: 90%;
    
}
.total_view{
    text-align: center;
}
.footer_menu a{
    padding: 1% 0;
    position: relative;
}
.footer .center{
    width: 100%;
    max-width: 96%;
}
.footer_menu a::before {
    content: '';
    position: absolute;
    background-color: #d3d3d3;
    bottom: 0;
    background-repeat: no-repeat;
    width: 100%;
    height: 1px;
}
.footer_menu{
    grid-template-columns: 1fr;
}
.privacyLinks a{
   padding: 0 4px; 
}
#bottom_menu li a i{
    font-size: 12px;
}



}
@media screen and (max-width:390px) {
/*頁腳*/    
.footer_info li p{
    display: flex;
    flex-direction: column;
}
.footer_logo img {
    max-width: 36%;
}


}
