@charset "utf-8";

body {font-family: "Arsenal", sans-serif,"Noto Sans TC", sans-serif;}


/* 捲軸寬度及高度 */
&::-webkit-scrollbar {
background: #ffffff;
width: 4px;
}
/* 捲軸兩側頂端的按鈕 */
&::-webkit-scrollbar-button {
display: none;
}
/* 滑桿顏色 */
&::-webkit-scrollbar-thumb {
background-color: #dadada;
border-radius: 0px;
transition: all 0.3s;
}
/* 軌道背景底色 */
&::-webkit-scrollbar-track {  
background-color: #ffffff;
}

/*主要頁面設定**********************************************************/

.main_part {
    padding: 50px 30px;
}

/*HEADER**************************************************************/

.me_tp_features{
    display: none;
}
.navigation {
    display: flex;
    align-items: center;
}
.nav-header {
    max-width: 110px;
    opacity: .8;
    transition: all .4s;
}
.nav-header:hover {
    opacity: .3;
    transition: all .4s;
}
.stellarnav ul {
    text-align: end;
}
.header_area {
    position: relative;
    background: #fff;
    padding: 50px 0px;
}

.main_header_area .container {
    padding: 0px 30px;
}

/*HEADER**************************************************************/

.pageIndex .header_area { 
    position: fixed;
    top:-30px;
    opacity: 0;
    pointer-events: none;
    transition: all 1s;
}

.pageIndex .header_area.sticky { 
    background: #fff;
    top:0px;
    opacity: 1;
    pointer-events: all;
    transition: all 1.5s;
}

/*第一層**************************************************************/

.stellarnav li.has-sub > a:after{
    display: none;
}

.stellarnav > ul > li.has-sub > a {
    padding-right: 0px;
}
.stellarnav > ul > li > a {
    font-size: 14px;
    color: #444;
    letter-spacing: 1px;
    margin: 0 10px;
    transition: all .3s;
}

.stellarnav > ul > li:nth-last-of-type(1) > a {
    margin:0px 0px 0px 10px
}

.stellarnav > ul > li:hover > a {
    color: #c3c3c3;
    transition: all .3s;
}
.stellarnav ul {
    text-align: end;
}

/*第二層**************************************************************/

.stellarnav ul ul {display: none !important;}

/*首頁**************************************************************/

.pageIndex .edit_part {
    padding: 0px 20px;
}

.pageIndex .prod_part {
    padding-bottom:0px;
}

/*FOOTER**************************************************************/

.footer .center {
    padding: 0px 30px;
}

.copy a:hover {
    color: #444;
}
.footer_menu a:first-child {
    display: none;
}
.footer {
    background: #f9f9f9;
    padding: 80px 0 0px;
}
.footer_info ul {
    width: 100%;
    display: flex;
    flex-direction: row;
}
.footer_info {
    display: flex;
    flex-direction: column;
    padding: 0px;
}
.footer_logo{
    display: none;
}
.footer_menu {
    display: flex;
    justify-content: flex-end;
}
.footer_info li:nth-child(1) {
    width: 100%;
    padding: 10px 0px;
}
.footer_info li:nth-child(2) {
    width: 100%;
    padding: 10px 0px;
}
.footer_info li p {
    color: #444;
    font-size: 13px;
}
.footer_menu a {
    border: none;
    margin: 0 7px;
    background: transparent;
    letter-spacing: 1pt;
    transition: .4s;
    color: #444;
    font-size: 13px;
}

.footer_menu a:nth-last-of-type(1) {
    margin-right:0px ;
}

.footer_menu a:hover {
    background: #b2b2b2;
    transition: .4s;
}
.copy {
    padding: 10px 0;
    width: 95%;
    margin: 50px auto 0px;
    font-size: 11px;
    color: #7e7e7e;
}
a {
    color: #595959;
}
.box_link {
    max-width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    flex-direction: row;
    top: 48px;
    right: 0px;
    padding: 0px 30px;
}
.box_link a {
    font-size: 19px;
    border: none;
    transition: .4s;
}

.box_link a:nth-of-type(3) {
    display: none;
}

.box_link a:nth-last-of-type(1) {
    margin-right:0px ;
    padding-right:0px ;
}

.box_link a:hover {
    color: #b2b2b2;
    transition: .4s;
}
.footer_info li p a {
    border-left: 1px solid #a7a7a7;
    padding-left: 10px;
    letter-spacing: 2px;
    margin-left: 42px;
}
.footer_info li p.tel:before {
    content: 'TEL';
    position: absolute;
    letter-spacing: 7.3px;
}
.footer_info li p.mail:before {
    content: 'MAIL';
    position: absolute;
    letter-spacing: 2px;
}
.footer_info li p.add:before {
    content: 'ADD';
    position: absolute;
    letter-spacing: 5.2px;
}

@media screen and (max-width: 1200px){

.footer_info li:nth-child(1) {
    width: 50%;
}
.copy {
    display: flex;
    justify-content: center;
}
}

@media screen and (max-width: 980px){

.footer_info ul {
    flex-wrap: wrap;
}

.footer_menu {
    justify-content: flex-start;
}

.box_link {
    top: -10px;
}

.copy {
    border: none;
}

.footer_menu {
    flex-wrap: wrap;
}

.footer_info li:nth-child(1) {
    width: 100%;
    padding: 0px 15px;
}

.footer_logo {
    padding: 0px 18px;
}

.footer_menu a {
    margin: 7px 7px;
    padding: 7px 10px;
}

.copy {
    margin-top: -10px;
}    

.footer {
    padding: 80px 0 0px;
}

}

@media screen and (max-width: 768px) {

.box_link {
    justify-content: flex-start;
    top: 2px;
    left: 2px;
    padding: 0px 0px;
}

.footer_info li+li {
    margin-top: 8px;
}

.footer_menu a {
    margin: 7px 7px;
    border: 1pt solid;
    border-radius: 5px;
}
.copy {
    margin-top: 0px;
}

.footer.with_shopping_mode {
    padding: 80px 0 50px;
}

#bottom_menu li {
    background: #c8c5b3;
}

#bottom_menu li a i {
    color: #ffffff;
}

#bottom_menu li a em {
    color: #FFF;
}

}

/*文章設定************************************************************/


/*版面設定*/

.article_a h4.blog_category_title {
    display: none;
}

.blog_box {
    display: grid;
    justify-items: center;
    border-top: 1px solid #ccc;
    padding: 45px 0px 0px;
}

.blog_ri {
    width: 100%;
    padding: 0px;
}

/*側邊選單*/

h5.blog_le_t {
    display: none;
}

.blog_search {
    display: none;
}

.blog_le {
    width: 100%;
}

.blog_le .accordion {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    border: none;
    border-radius: 0px;
    gap: 20px;
}

.accordion li+li .link {
    border: none;
}

.accordion li .link a {
    font-weight: 400;
    letter-spacing: 3px;
    padding: 10px;
    width: 100%;
    text-align: center;
}


.blog_le .accordion > li:hover, .blog_le .accordion > li.on_this_category {
    background: transparent !important;
    transition: .6s;
}

.blog_le .accordion > li:hover .link a, .blog_le .accordion > li.on_this_category .link a {
    color: #282828 !important;
}

.blog_le .accordion > li:hover .link i, .blog_le .accordion > li.on_this_category .link i {
    color: #282828 !important;
}

.submenu li.on_this_category a, .submenu a:hover {
    background: #fff;
    color: #2e2e2e;
    font-weight: 500;
}

.blog_le .accordion > li, .blog_le .accordion > li.on_this_category {
    transition: .6s;
}

.blog_le .accordion li .link i {
    position: relative;
    font-size: 14px;
    right: unset;
    top: 100%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: block;
    align-items: unset;
    right: unset;
    top: 82%;
    left: 50%;
    text-align: center;
}

.submenu {
    background: transparent;
    font-size: 13px;
}

.submenu a {
    color: #848484;
    padding: 12px 5px;
    text-align: center;
    font-size: 13px;
}

.submenu a i{
    display: none;
}

/*文章外表設定*/

.blog_subbox {
    grid-template-columns: 1fr;
    grid-gap: 50px;
}

.subbox_item a {
    grid-template-columns: 35% 1fr;
    grid-gap: 50px;
}

.blog_list_ri h5 {
    font-weight: 400;
    font-size: 15px;
    color: #444;
    letter-spacing: 1px;
}

.blog_list_ri em {
    font-size: 13px;
    color: #cccccc;
    letter-spacing: 1px;
}

.blog_list_ri p {
    font-size: 14px;
    font-weight: 300;
    color: #666;
    letter-spacing: 1px;
    line-height: 170%;
    padding-top: 40px;
    padding-right: 30px;
}

.blog_list_ri {
    padding-top: 60px;
}

.blog_list_le img {
    object-fit: contain;
    object-position: left center;
}


.subbox_item a:after {
    background: transparent;
    width: 0%;
    transition: all 1.3s;
}

.subbox_item a:hover:after {
    width: 100%;
    transition: all 1.3s cubic-bezier(0, 0, 0.04, 1.07);
    border: 1px #cccccc solid;
}

/*

.subbox_item a:after {
    background: transparent;
    width: 0%;
    transition: all 1.3s;
    border-radius: 100%;
    transform: skew(1deg, 10deg) scale(0);
}

.subbox_item a:hover:after {
    width: 100%;
    transition: all .9s cubic-bezier(0.0, 0.0, 0.2, 1);
    border: 1px #cccccc solid;
    transform: skew(1deg, 10deg) scale(1) ;
}

*/


/*文章內頁設定*/


.blog_shareData {
    display: none;
}

h4.blog_category_title {
    margin-bottom: 40px;
    color: #444;
    letter-spacing: 1px;
    font-weight: 400;
    font-size: 17px;
}

.blog_box_edit * {
    font-size: 14px;
    font-weight: 300;
    color: #303030;
    letter-spacing: 1px;
    line-height: 170%;
}

.edit {
    padding: 60px 0;
}

.blog_back a.article_btn_prev,.blog_back a.article_btn_next {
    background: #515151;
}

.blog_back a.article_btn_back {
    background: #a3a3a3;
}

.blog_back a {
    font-size: 14px;
    letter-spacing: 2px;
    padding: 4px 15px;
    width: 100%;
}

/*相關文章*/

.news_related_list{
    max-width: 1300px;
    padding: 0px 30px;

}


.news_related h6 span:before {
    content: 'RELATED ARTICLES';
    font-size: 17px;
    color: #858585;
    font-weight: 400;
    letter-spacing: 1px;
}

.news_related {
    padding: 50px 15px 60px;
}

.news_related h6 {
    margin: 0 auto 70px;
}

.news_related_list li a p {
    font-size: 15px;
    padding-top: 8px;
    letter-spacing: 1px;
    font-weight: 300;
}

.news_related_list li {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 0 #d6d6d6;
    transform: translateX(0) translateY(0);
}

.news_related_list li:hover {
    box-shadow: -1px 1px #d6d6d6, -2px 2px #d6d6d6, -3px 3px #d6d6d6, -4px 4px #d6d6d6, -5px 5px #d6d6d6, -6px 6px #d6d6d6, -7px 7px #d6d6d6, -8px 8px #d6d6d6;
    transform: translateX(8px) translateY(-8px);
}

.lastPage {
    display: none;
}

/*預設購物車母模版面******************************************************/

.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: 1300px;
    padding-bottom: 0px;
}
.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;
    padding: 10px 0px;
    }
.product_page .products-list,
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;}
@media screen and (max-width: 1200px) {
}
@media screen and (max-width: 980px) {
}
@media screen and (max-width: 768px) {
.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;}
}

/*購物車設定******************************************************/

/*外層設定*/

.product_page .product_menu_list {
    display: none;
}
.products-list {
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    grid-gap: 40px 70px;
}
.products-list .price{
    display: none;
}
.products-list .more{
    display: none;
}

.products-list .item a {
    padding-bottom: 0px;
}

.products-list .item img {
    transition:all .5s;
}

.products-list .item:hover img {
    transition: all .5s;
    filter: brightness(1.15);
    opacity: .8;
}

/*
.products-list .item:before {
    position: absolute;
    content: '';
    width: 30px;
    height: 2px;
    bottom: 0px;
    left:0px;
    background: #444;
    transition: all 1.3s ;
}

.products-list .item:hover:before {
    left: 91.5%;
    transition: all 1.3s ;
}*/

/*內頁設定*/

.product_main {
    display: none;
}


.sidebarBtn {
    padding: 0px;
    width: 100%;
    border: none;
    text-align: center;
    color: #000;
    background: transparent;
}

.product_info li span,
.product_info li .txt_box,
.inquiry_a1,
.inquiry_a2,
.inquiry_a3,
.toShare{
    display: none;
}

.pd_tabTitle li.activeTab a{
    display: none;
}

.pd_tabTitle li{
    display: none;
}

.product_info_page .edit {
    padding: 0px;
    font-weight: 300;
    line-height: 200%;
    font-size: 14px;
    color: #444;
}

.sidebarBtn h2 {
    color: #696969;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 2px;
}

/*相關推薦*/

.related_list {
    max-width: 1300px;
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
    padding: 0px 30px;
}

.prod_related h6 span:before {
    content: 'MORE';
    font-size: 17px;
    color: #444;
    font-weight: 300;
}

.prod_related {
    background: transparent;
    padding: 60px 15px;
}

.prod_related h6 {
    margin: 0 auto 50px;
}

.related_list li a p {
    font-size: 14px;
    color: #858585;
    padding-top: 20px;
    letter-spacing: 1px;
}

.related_list li:hover a img {
    opacity: .6;
    transition: all .5s;
}

.related_list li a img {
    transition: all .5s;
}

/*首頁購物車*/

.prod_part section {
    padding: 0px 30px;  
}

.i_prod_tit, .i_video_tit {
    margin: 30px 0px 50px;
}

.i_prod_tit span, .i_video_tit span {
    font-size: 18px;
    color: #444;
    font-weight: 500;
}

.pageIndex .products-list {
    grid-gap: 40px;
}

.pageIndex .products-list .item:before {
    display: none;
}

.pageIndex .products-list .item a {
    border: none;
    text-align: center;
}

.pageIndex .products-list .name {
    font-size: 14px;
    font-weight: 300;
}

.pageIndex .products-list .item .pic img {
    transition: all 1s;
}

.pageIndex .products-list .item:hover .pic img {
    transform: scale(1.1);
    transition: all 1s;
    filter: none;
    opacity: 1;
}

.pageIndex .products-list .item .name {
    border: 1px solid transparent;
    transition: all .5s;
}

.pageIndex .products-list .item:hover .name {
    padding: 10px;
    border: 1px solid #d4d4d4;
    transition: all .5s;
}

.i_prod_b {
    max-width: 100%;
    text-align: end;
}

.animated-arrow {
    margin: 0px 0 40px 0px;
    height: 38px;
    line-height: 38px;
    width: 220px;
    background: #ffffff;
    border: 1px solid #b7b7b7;
    color: #444;
    z-index: 0;
    transition: all .7s;
    
}

.animated-arrow::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0%;
    height: 100%;
    background: #000;
    transition: all .7s;
    z-index: -1;
}


.animated-arrow:hover::before {
    transition: all .7s;
    width: 100%;
}

.animated-arrow:hover {
    color: #fff;
    border-color: #000;
    transition: all .7s;
}

.i_prod_b * {
    font-size: 14px;
    font-weight: 300;
}

.i_prod_b a i.fa-solid.fa-arrow-right{
    display: none;
}

/*聯絡我們**************************************************************/

.blank_letter{
    display: none;
}

.contact_content .information_left{
    display: none;
}
.contact_content .information_right {
    width: 100%;
    padding-left: 0px;
    position: relative;
    padding-top: 40px;
}

.contact_content .information_right:before {
    content: 'GET IN TOUCH';
    position: absolute;
    top: -5%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-weight: 300;
    color: #444;
}

.contact_content .information_right:after {
    content: 'we design with purpose, and it starts with you.';
    position: absolute;
    top: -2%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-weight: 300;
    color: #898989;
    font-size: 12px;
    letter-spacing: 1px;
}

.contact_form li {
    padding-bottom: 0px;
    grid-gap: 0px;
    display: flex;
    flex-direction: column;
}
.contact_form li .form__label {
    max-width: 50%;
    font-size: 13px;
    letter-spacing: 1px;
    line-height: 2.2em;
    position: relative;
    text-align: left;
    font-weight: 300;
    color: #000;
}
.contact_form li:has(input[type=checkbox]) .form__insert, .contact_form li:has(input[type=radio]) .form__insert {
    letter-spacing: 1px;
    text-align: justify;
    gap: 13px;
    font-size: 13px;
    display: flex;
    flex-wrap: wrap;
}
.red {
    color: #000;
    position: absolute;
    left: -17px;
}
.contact_form li input.noborder {
    background-color: #f9f9f9;
    border: none;
}
.form select {
    background-color: #f9f9f9;
    border: none;
    font-size: 13px;
    letter-spacing: 1px;
}
.contact_form li.last {
    gap: 0px;
    justify-content: flex-end;
    flex-direction: row;
    flex-wrap: nowrap;
}
.contact_form li.last cite {
    background: #000;
    border: none;
}
.contact_form li.last blockquote {
    border: 1px #c9c9c9 solid;
    background: #f9f9f9;
}
.contact_form li.last blockquote, .contact_form li.last cite {
    padding: 0px;
}
.contact_form li textarea.noborder {
    background-color: #f9f9f9;
    border: none;
}

.contact_form li.last input {
    font-size: 13px;
}


@media screen and (max-width: 768px) {

.contact_content .information_right {
    width: 95%;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    padding-left: 50px;
}
.red {
    left: -18px;
}
.note {
    top: 67px;
    left: 17px !important;
}
.contact_content .information_left::before {
    top: -18%;
}
}

@media screen and (max-width: 600px) {
    .contact_form li .form__label {
        padding: 0px;
        background: transparent;
    }
}

@media screen and (max-width: 500px) {
    .contact_content .information_right {
        padding-left: 30px;
    }
    
}

@media screen and (max-width: 400px) {
    .contact_content .information_right {
        padding-left: 18px;
        width: 97%;
    }
}


/*大圖**************************************************************/

/*大圖*/
#content_main {  margin: 0;}
.bannerindex { position: relative; height: auto;}
.swiper-banner { position: static; margin: 0; height: auto;}
.swiper-slide { padding: 0px !important;}
.swiper-slide img { height: auto;}
.swiper-pagination { display: none;}
.swiper-slide { position: relative;}
.bannerindex:before {content: ""; position: absolute;  z-index: 999; pointer-events: none;}
.bannerindex:after {content: ""; position: absolute;  z-index: 999; pointer-events: none;}
@media screen and (max-width: 768px) {
    .bannerindex { padding:0; margin:0;}
    }


/*LOGO*/
.bannerindex:before {
    background: url(https://pic03.eapple.com.tw/tmdesign/title01.svg);
    background-size: contain;
    background-repeat: no-repeat;
    top: 31%;
    left: 5%;
    width: 6% !important;
    height: 6% !important;
    background-position: left;
    padding-bottom: calc(100% / 1 * 0.09);
    animation: wave-reveal 5s cubic-bezier(0.2, 0, 0.2, 1) both;
    filter: drop-shadow(3px 3px 4px rgba(0, 0, 0, 0.2));

}

/*文字*/

.bannerindex:after {
    background: url(https://pic03.eapple.com.tw/tmdesign/title02.svg);
    background-size: contain;
    background-repeat: no-repeat;
    top: 30%;
    left: 5%;
    width: 24% !important;
    height: 35% !important;
    background-position: left;
    padding-bottom: calc(99% / 1 * 0.25);
    animation: fade-in-elegant 2.5s ease-in-out both;
    filter: drop-shadow(3px 3px 4px rgba(0, 0, 0, 0.2));

}


@keyframes wave-reveal {
  0% {
    opacity: 0;
    clip-path: inset(0 0 100% 0);
  }
  100% {
    opacity: 1;
    clip-path: inset(0 0 0 0);
  }
}

@keyframes fade-in-elegant {
  0% {
      opacity: 0;
      transform: translateY(20px);
  }
  100% {
      opacity: 1;
      transform: translateY(0);
  }
}

 @media screen and (max-width: 600px) { 


/*RWD大圖*/
  
  .bannerindex .swiper-slide img { display:none; }
  .bannerindex .swiper-slide {height: 117vw;  width: 100% !important; }/*圖片比例*/
  .bannerindex .swiper-slide:nth-child(1) { background-image: url(https://pic03.eapple.com.tw/tmdesign/rwd01.jpg); background-position: top; background-size:cover;}/*個別換背景*/
  .bannerindex .swiper-slide:nth-child(2) { background-image: url(https://pic03.eapple.com.tw/tmdesign/rwd02.jpg); background-position: top; background-size:cover;}
  
/*第一張大圖*/

.bannerindex:before {
    background: url(https://pic03.eapple.com.tw/tmdesign/rwd-bg.svg);
    background-size: contain;
    background-repeat: no-repeat;
    top: 0px;
    right: 0%;
    width: 102% !important;
    height: 100% !important;
    background-position: right;
    padding-bottom: calc(99% / 1 * 0.25);
    animation: wave-reveal 1.5s cubic-bezier(0.2, 0, 0.2, 1) both;
}

    .bannerindex:after {
        background: url(https://pic03.eapple.com.tw/tmdesign/banner2.svg);
        background-size: contain;
        background-repeat: no-repeat;
        top: 9%;
        right: 21%;
        width: 58% !important;
        height: 16% !important;
        background-position: right;
        padding-bottom: calc(99% / 1 * 0.25);
        animation: fade-in-elegant 2.5s ease-in-out both;
    }
  }


/*內頁BANNER*****************************************************************/
.banner {display: none;}
.banner h5 {}
.banner.banA {}
.banner.banB {}
.banner.banC {}
.banner.banD {}
.banner.banE {}
.banner.banblog {}



@media screen and (max-width: 768px) {
/* 開啟手機板下方按鈕所需設定 ************************************************/
#bottom_menu {display: block; }
.footer.with_shopping_mode { padding:30px 0 70px; }
#to_top { bottom:60px;}

}

@media screen and (max-width: 600px) { 
}



/* 其他 ******************************************************************/

.path p, .path p a{display: none;}



