@charset "utf-8";

/*
關於CSS設定說明
CSS屬性是會繼承的，而且還是由上往下繼承。
同樣元素設定16px 後 12px 再 15px 最後會以最後設定的15px為準
但是有兩種情況除外:
1.絕對路徑命名. 如: .xx .yy .zz p {設定值;}
2.important.  如: .xx p {設定值 !important;}

CSS3選取器語法 :nth-child(n) 

*/


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*上方選單解除滑動固定
.header_area.sticky { position:relative;}
*/


/*上方選單右邊設定 臉書/LINE/電話/信箱
.tp_links a:before {寬高大小設定}
.tp_links a.me_tp_fb {}
.tp_links a.me_tp_fb:before {背景換圖/建議.SVG}
.tp_links a.me_tp_line {}
.tp_links a.me_tp_line:before {背景換圖/建議.SVG}
.tp_links a.me_tp_call {}
.tp_links a.me_tp_call:before {背景換圖/建議.SVG}
.tp_links a.me_tp_mail {}
.tp_links a.me_tp_mail:before {背景換圖/建議.SVG}
*/


/*電腦LOGO
.nav-brand {}
*/

/*手機LOGO
.nav-brand-m {}
*/

/* 商品下拉超過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個--結束 */

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


.path p, .path p a {
    text-align: left;
    line-height: 24px;
    font-size: 13px;
    color: #666;
}
.path p a:hover {
    color: #b27955;
}

/*======Header區塊======*/

/*首頁HEADER*/

.pageIndex .header_area {
    position: fixed;
    z-index: 9999;
    padding: 0px;
    background: #ffffff;
    width: 100%;
    box-shadow: rgba(14, 63, 126, 0.04) 0px 0px 0px 1px, rgba(42, 51, 69, 0.04) 0px 1px 1px -0.5px, rgba(42, 51, 70, 0.04) 0px 3px 3px -1.5px, rgba(42, 51, 70, 0.04) 0px 6px 6px -3px, rgba(14, 63, 126, 0.04) 0px 12px 12px -6px, rgba(14, 63, 126, 0.04) 0px 24px 24px -12px;
    /* border-radius: 0 0 50px 50px; */
}

.pageIndex .header_area.sticky {
    width: 100%;
    z-index: 10000;
    background: #ffffff;
    position: fixed;
}


/*Header*/

.header_area {
    position: fixed;
    z-index: 9999;
    padding: 0px;
    background: #ffffff;
    width: 100%;
    box-shadow: rgba(14, 63, 126, 0.04) 0px 0px 0px 1px, rgba(42, 51, 69, 0.04) 0px 1px 1px -0.5px, rgba(42, 51, 70, 0.04) 0px 3px 3px -1.5px, rgba(42, 51, 70, 0.04) 0px 6px 6px -3px, rgba(14, 63, 126, 0.04) 0px 12px 12px -6px, rgba(14, 63, 126, 0.04) 0px 24px 24px -12px;
    /* border-radius: 0 0 50px 50px; */
}

.header_area.sticky {
    width: 100%;
    z-index: 10000;
    background: #ffffff;
    position: fixed;
}
.main_header_area .container {
    max-width: 95%;
    margin: auto;
}


.navigation {
    width: 100%;
    position: relative;
    padding: 10px 0;
    display: grid;
    grid-template-columns: 100px 1fr;
    grid-gap: 0 20px;
    margin-top: 0;
}
.nav-header {
    z-index: 123;
    top: 0;
    left: 0;
    max-width: 280px;
    width: 100%;
    grid-row: 1 / span 2;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
}
.nav-brand {
    display: block;
    max-width: 100%;
    margin: 0 auto;
    width: 350px;
}
.stellarnav > ul > li > a {
    padding: 0;
    color: #666;
    position: relative;
    display: inline-block;
    font-size: 15px;
    line-height: 40px;
    height: 40px;
    margin: 0 5px;
    overflow: hidden;
    cursor: pointer;
    text-align: center;
    font-family: sans-serif;
    font-weight: 500;
    letter-spacing: 5px;
    transition: 1s;
    text-transform: unset;
}
/*英文*/
.stellarnav > ul > li > a b:nth-of-type(2) {
    letter-spacing: 1px;
    font-size: 14px;
    font-weight: 700;
}

.stellarnav > ul > li > a:hover { color: #aba07d;}
.stellarnav li li :hover {
    background: #999;
    color: #ffffff;
    font-weight: 800;
}
.stellarnav li li :hover {
    background: #ffffff;
    color: #b47a55;
    font-weight: 300;
}
.stellarnav li.has-sub > a:after {
    content: '';
    margin-left: 10px;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #ccc;
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 1px;
    transform: translateY(-50%);
}
.me_tp_features a {
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px;
    padding-right: 5px;
    font-size: 12px;
    color: #888;
}


/*選單下拉*/
.stellarnav li li {
    padding: 10px;
}
.stellarnav ul ul ul {
    top: 0;
    left: 100%;
    width: 180px;
}

/*購物車ICON隱藏 LINW+MAIL*/
.tp_links {
    display: none;
}


/*首頁購物車*/
.i_prod_tit h2, .i_video_tit h2 {
    display: none;
}
.i_prod_tit span, .i_video_tit span {
    font-size: 26px;
    font-weight: 400;
    letter-spacing: 8px;
    color: #4b4b4b;
}
.i_prod_tit span, .i_video_tit span {
    font-size: 30px;
    color: #ad9d86;
    font-family: sans-serif;
    font-weight: 500;
    letter-spacing: 6px;
}
.pageIndex .i_prod_tit span{font-size: 0px;}
.i_prod_tit span:after {
    content:'所有商品';
    font-size: 30px;
}
.pageIndex .productsListBox, .productsListBox.swiper {
    margin: 0px auto;
    padding: 30px 0 0 0;
}
.animated-arrow {
    background: #ada692;
    color: #fff;
    display: inline-block;
    margin-top: 20px;
    /* margin-left: auto; */
    height: 50px;
    line-height: 50px;
    overflow: hidden;
    width: 250px;
    /* padding-left: 5%; */
    text-align: center;
    position: relative;
    border-radius: 15px;
}
@media screen and (max-width: 600px) {
    .pageIndex .products-list {
        grid-template-columns: 1fr 1fr;
        grid-gap: 10px;
    }
}
    

@media screen and (max-width: 1200px) {}
@media screen and (max-width: 1024px) {
    .navigation {
        max-width: 100%;
        position: relative;
        padding: 20px 0 10px;
        display: flex;
        flex-direction: column;
    }
    .nav-header {
        z-index: 123;
        top: 0;
        left: 0;
        max-width: 100px;
        width: 100%;
        grid-row: 1 / span 2;
        display: flex;
        justify-content: center;
        align-items: center;
        align-content: center;
    }
    .me_tp_features {}
}

@media only screen and (max-width: 768px) {

    .navigation {
        max-width: 100%;
        position: relative;
        padding: 20px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .nav-header {
        max-width: 50px;
    }
    .nav-brand {
        width: 250px;
    }
    .stellarnav.mobile {
        position: absolute;
        left: 0;
        top: 15px;
        width: auto;
        display: inline-block;
    }
    .stellarnav .menu-toggle:after{
        display: none;
    }
    .stellarnav .menu-toggle span.bars span {
    display: block;
    width: 24px;
    height: 1px;
    border-radius: 6px;
    background: #777;
    margin: 0 auto 4px;
}

 /* 導覽列展開 */
 .stellarnav.mobile.left > ul {
    left: unset;
    right: 0;
    font-size: 0;
    max-width: 100%;
    padding: 0 15px;        
    /*左滑出現*/
    left: -100vw;
    overflow: hidden;
    transition: all .5s ease;
}
.stellarnav.mobile.left.active > ul{
    display: block !important;
    left: 0;
    max-width: 50%;
    max-height: 100vh;
    overflow-y: auto;
    background: #E1DECB;
}

.stellarnav.mobile.left .close-menu {
    display: inline-block;
    text-align: right;
    font-size: 0;
    background: unset;
    padding: 20px;
}
.stellarnav .icon-close:before {
    content: '';
    display: block;
    width: 24px;
    height: 0px;
    border-bottom: solid 1px #b47a53;
    position: absolute;
    top: 50%;
    transform: rotate(45deg);
}
.stellarnav .icon-close:after {
    content: '';
    display: block;
    width: 24px;
    height: 0px;
    border-bottom: solid 1px #b47a53;
    position: absolute;
    top: 50%;
    transform: rotate(-45deg);
}
    .stellarnav.mobile li.open {
        background: unset;
        padding: 3px;
    }
    .stellarnav.mobile ul {
    background: unset;
}
    .stellarnav.mobile > ul > li {
    display: block;
    border-bottom: unset;
    }
    .stellarnav.mobile > ul > li > a {
        text-align: left;
        overflow: auto;
        height: auto;
        line-height: 150%;
        display: block;
        color: #666;
        border: unset;
        padding: 21px 0;
        font-weight: 500;
    }
    .stellarnav.mobile > ul > li > a:hover {
        background: unset;
        color: #b37d57;
    }
    .stellarnav.mobile > ul > li > a.dd-toggle {
        padding: 0px;
        position: absolute;
        text-align: center;
        z-index: 999;
        top: 19px;
    }
    .stellarnav.mobile li a {
        border-bottom: 1px solid rgba(255, 255, 255, .15);
        color: #4b4b4b;
        font-size: 14px;
        font-weight: 400;
        letter-spacing: 2px;
    }
    .stellarnav ul ul{
        background: #d6d2be
    }
    .stellarnav li li {
        display: block;
        border: unset;
        border-bottom-width: 0;
    }
    .stellarnav.mobile li.open li.open {
        background: #d6d2be;
        padding: 3px;
    }
    .stellarnav a.dd-toggle .icon-plus:before {
        content: '';
        display: block;
        width: 12px;
        height: 0px;
        border-bottom: solid 1px #504F56;
        position: absolute;
        top: 50%;
        transform: rotate(90deg);
        transition: width 0.3s;
    }
    .stellarnav a.dd-toggle .icon-plus:after {
        content: '';
        display: block;
        width: 12px;
        height: 0px;
        top: 50%;
        border-bottom: solid 1px #504F56;
        position: absolute;
    }
    .stellarnav li li :hover {
        background: unset;
        color: #848388;
        font-weight: 900;
    }

}


@media screen and (max-width: 768px) {
    .bannerindex .swiper-slide img { display:none; }
    .bannerindex .swiper-slide {height: 130vw;  width: 100% !important; }
/*第一張大圖*/
    .bannerindex .swiper-slide:nth-child(1) { background-image: url(https://pic03.eapple.com.tw/ichistudio/手機版01.jpg); background-position: top; background-size:cover;}
/*第二張大圖*/
    .bannerindex .swiper-slide:nth-child(2) { background-image: url(https://pic03.eapple.com.tw/ichistudio/手機版02.jpg); background-position: top; background-size:cover;}
/*第三張大圖*/
    .bannerindex .swiper-slide:nth-child(3) { background-image: url(https://pic03.eapple.com.tw/ichistudio/手機版03.jpg); background-position: top; background-size:cover;}
/*第四張大圖*/
    .bannerindex .swiper-slide:nth-child(4) { background-image: url(https://pic03.eapple.com.tw/ichistudio/手機版04.jpg); background-position: top; background-size:cover;}
/*第五張大圖*/
    .bannerindex .swiper-slide:nth-child(5) { background-image: url(https://pic03.eapple.com.tw/ichistudio/手機版05.jpg); background-position: top; background-size:cover;}
    .prod_part {
        padding: 50px;
    }
    .products-list .price b {
        width: 100%;
        text-align: center !important;
    }
}

@media only screen and (max-width: 570px) {
    .stellarnav.mobile {
        position: absolute;
        left: 10px;
        top: 17px;
        width: auto;
        display: inline-block;
    }
    .stellarnav.mobile.left.active > ul {
        max-width: 70%;
}    
}



/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*======Footer區塊======*/
.footer_logo {
    display: inline-block;
    vertical-align: top;
    max-width: 100px;
    margin: 0;
}
.footer {
    padding: 30px 0 0;
    font-size: 14px;
    background: #ecebe9;
    position: relative;
    z-index: 99;
    /* border-top-left-radius: 100px;
    border-top-right-radius: 100px; */
    box-shadow: rgb(95 65 45 / 16%) 0px -4px 2px;
}
.footer .center {
    position: relative;
    max-width: 100%;
}
.footer_info {
    padding: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.footer_info ul {
    display: block;
    width: 100%;
    text-align: center;
}
.footer_info li p {
    line-height: 175%;
    letter-spacing: 1px;
    color: #999;
}
.footer_info li p.taxid:before {
    content: '壹集美學有限公司：';
}
.footer_info li p a {    color: #999;}
.footer_menu a {
    display: inline-block;
    padding: 10px 5px;
    border: unset;
    margin: 0 5px 5px 0;
    font-size: 15px;
    line-height: 100%;
    color: #444;
    background: unset;
    transition: all .8s;
}
.footer_menu a:hover {
    background: unset;
    transition: all .8s;
}
.copy {
    text-align: center;
    padding: 7px 0;
    font-size: 13px;
    color: #999;
    border-top: unset;
    margin-top: 15px;
    background: #ecebe9;
}
.copy a:hover {         }
.box_link a { display: none;}

@media screen and (max-width: 768px) {
    .footer_info {
        padding: 20px;
        display: flex;
        align-items: center;
    }
}
.blog_le .accordion > li:hover .link a, .blog_le .accordion > li.on_this_category .link a {
    color: #fff !important;
    background: #222222;
}
.submenu li.on_this_category a, .submenu a:hover {
    background: #999;
    color: #FFF;
}
@media screen and (max-width: 600px) {
    .footer_menu {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    }
.footer_menu a {
    font-size: 13px;
    }
}





/*預設購物車版面 產品分類選單在左側 商品內頁詳細介紹下表單更改樣式 by shint at 2023.1.5  */
.product_page .main_part { max-width:1500px;}
/* .product_info_page .main_part { max-width:1200px;} */

.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; /*border-right: 1px solid #ccc;*/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; /*display:block !important;*/ width:100%; margin-left:0;}
.product-layer-two li:hover ul { border: none !important; /*display:block !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:#b27a57;}
.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: 9px;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:#b27a57;}

.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;}


.products-list {
    padding: 0;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 30px;
}
.product-layer-two li a {
    position: relative;
    border: unset;
    background: unset;
    padding: 14px 16px;
    display: block;
    font-size: 16px;
    color: #666;
}
.product-layer-two li i {
    position: absolute;
    right: 0;
    top: 8px;
    width: 37px;
    height: 37px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.fa-circle-plus::before {
    content: '';
    height: 7px;
    width: 7px;
    display: block;
    border-style: solid;
    border-width: 0 1px 1px 0;
    border-color: transparent var(--FontColor) var(--FontColor);
    transform: rotate(45deg);
}
.product-layer-two li i.close::before {
    content: '';
    height: 7px;
    width: 7px;
    display: block;
    border-style: solid;
    border-width: 0 1px 1px 0;
    border-color: transparent var(--FontColor) var(--FontColor);
    transform: rotate(45deg);
}
.product-layer-two li.active a {
    font-weight: bold;
    border: unset;
    background: #f3f3f39c;
}


.products-list .name {
    font-size: 16px;
    color: #444;
    letter-spacing: 1px;
    margin-top: 15px;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 2em;
    text-align: center;
    height: 7vh;
}
.products-list .price {
    margin:  0;
    display: flex;
    align-content: center;
    flex-wrap: wrap;
    text-align: center;
    flex-direction: column-reverse;
}
.products-list .price .sp_price {
    text-align: center;
}

/*價格顏色*/
.products-list .price b {
    color: #444;
    font-weight: 500;
    font-size: 15px;
    width: calc(50% - 10px);
}
.products-list .price .sp_price {
    text-align: center;
    color: #b30101;/*特價*/
}

.products-list .more {
    border: 1px solid #b27a54;
    color: #b27a54;
    font-size: 16px;
    font-weight: bold;
    line-height: 32px;
    text-align: center;
    transition: all .5s;
    position: absolute;
    transform: translateX(-50%);
    left: 50%;
    bottom: 0;
    display: none;
}
/*hover放大*/
.products-list .pic:hover img {
    transition: all 0.3s;
    transform: scale(1.1);
}

/*第二層*/
.proImgSwiper li {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    align-content: center;
}

.sidebarBtn {
    padding: 0px;
    display: inline-block;
    width: 28%;
    vertical-align: top;
    border: unset;
    background: #fff;
}
.sidebarBtn .sp_price {
    display: block;
    color: #b47a55;
    font-size: 22px;
    font-weight: bold;
}
.inquiry_a3 {
    background: #b47c57;
}
.prod_related {
    background: unset;
    border-top: 1px solid #ccc;
    margin: 0 4vw;
    padding: 25px 15px;
}
.prod_related h6 span:before {
    content: '相關推薦';
    font-size: 24px;
    font-weight: 500;
    letter-spacing: 6px;
    color: #444;
}
.related_list li a {
    display: block;
    padding: 4px;
    background: unset;
    height: 100%;
}
.lastPage {
    font-size: 16px;
    color: #fff;
    background: #b57a55;
    border-radius: 5px;
    padding: 10px 20px;
    display: block;
    margin: 40px auto;
    width: 130px;
    text-align: center;
}

@media screen and (max-width: 1200px) {
    .products-list {
        grid-template-columns: 1fr 1fr 1fr;
    }
}
@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_menu_list>h5 {
    font-size: 1.6em;
    font-weight: 500;
    margin-bottom: 10px;
    padding-right: 1.2em;
    position: relative;
    color: #666;
    display: none;
}
.products-list {
    grid-template-columns: 1fr 1fr;
}
.product_page ul.page { order: 3;}
.product_page .product_menu_list {width: 100%; order: 0; min-height: unset;}
/*第二層*/
 .mobile_product_name {
    display: none;
    margin-bottom: 10px;
    }

.sidebarBtn {
    width: 100%;
}
.related_list {
    grid-template-columns: 1fr 1fr;
    grid-gap: 10px;
}
    
}


@media screen and (max-width: 600px) {
}





/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*預設解除背景輪播*/
#content_main { margin:0;}
.bannerindex {position:relative;height: auto;}
.swiper-banner { position:static; margin:0; height:auto;} 
/* .swiper-slide img { height:auto;} */
.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: var(--swiper-pagination-bottom, 8px);
    top: var(--swiper-pagination-top, auto);
    left: 0;
    width: 100%;
    padding-bottom: 0px;
}
.swiper-pagination-bullet {
    width: 20px;
    height: 3px;
    display: inline-block;
    border-radius: 50px;
    background: #c44a4a8f;
}



@media screen and (max-width: 768px) {
.bannerindex { padding:0; margin:0;}
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*內頁BANNER 設定*/
.banner {
    height: 49vh;
    display: flex;
    align-content: flex-end;
    flex-wrap: wrap;
    padding: 50px;
    background-size: cover;
    justify-content: flex-start;
    max-width: 100%;
}
.banner h5 {
    color: #ffffff;
    letter-spacing: 7px;
    position: relative;
    font-size: 25px;
    font-weight: 400;
    border-left: 3px solid #ffffff;
    padding-left: 15px;
}
.banner.banA {    background: url(https://pic03.eapple.com.tw/ichistudio/banner-01.jpg) center top;}

.banner.banB {
    display: none;
}
.banner.banC {    background: url(https://pic03.eapple.com.tw/ichistudio/banner-03.jpg) center top;
}
.banner.banD {}
.banner.banE {}
 .banF {    background: url(https://pic03.eapple.com.tw/ichistudio/banner-02.jpg) center top;}

.banner.banblog {}

@media screen and (max-width: 768px) {
    .banner {padding: 65px 0;height: 60vh;}
    .banner.banA {background: url(https://pic03.eapple.com.tw/ichistudio/Mobile-OS-banner-01.jpg) center top;}
    .banner.banC {background: url(https://pic03.eapple.com.tw/ichistudio/Mobile-OS-banner-03.jpg) center top;}
    .banF {background: url(https://pic03.eapple.com.tw/ichistudio/Mobile-OS-banner-02.jpg) center top;}
    .banner h5 {
        margin-left: 15px;
    }

}

@media screen and (max-width: 480px) {
    .banner {
        padding: 70px 0;
    }
}
/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*文章設定*/
/*一排呈現
.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; } 取消連結被點擊效果
*/


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */





@media screen and (max-width: 768px) {
/* 開啟手機板下方按鈕所需設定 */
#bottom_menu {display: flex;flex-direction: row-reverse;}
.footer.with_shopping_mode { padding:30px 0 70px; }
#to_top { bottom:60px;}
#bottom_menu li a em {
    display: block;
    font-size: 11px;
    font-style: normal;
}
    
}

@media screen and (max-width: 600px) { 
}



/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */
/*促銷方案*/
.other_promotion {
    list-style: none;
    display: grid;
    margin: 0 auto;
    grid-template-columns: 1fr 1fr;
    grid-gap: 15px;
}
.other_promotion li a {  border: none; border-top: 1px solid #e5e5e5;   }
.other_promotion li a:hover {  background: none;}
.other_promotion li a:before { border: 3px #b27a56 solid; border-bottom: none;  border-right: none; border-left: none;}
.other_promotion li a:after { display: none;}

@media screen and (max-width: 768px) {
    .other_promotion {
    grid-template-columns: 1fr;

}
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */
/*表單功能*/
.contact_page .main_part {
    box-shadow: 1px 8px 12px 1px rgb(209 209 209);
    padding: 30px;
    margin: 30px auto 60px;
    background: #ffffff;
    max-width: 1500px;
}
.contact_le_map {
    display: none;
}
@media screen and (max-width: 768px) { 
.contact_content .information_left {
    display: none;
    width: 100%;
    margin-left: 0;
}
.contact_page .main_part {
    box-shadow: unset;
    padding: 10px;
    margin: 30px auto 60px;
    background: unset;
    max-width: 1500px;
}
}

/* 20250724 */
	footer .footer_info{
		display: flex;
		justify-content: center;
		align-items: center;
		flex-direction: row;
	}
	footer .center .footer_info>ul{
		width: fit-content;
		display: flex;
		align-items: center;
	}
	footer .center .footer_info>ul li:nth-of-type(2) {
		max-width: 400px;
		width: 100%;
		display: grid;
		grid-template-columns: repeat(3,1fr);
		grid-gap: 5px 15px;
        margin-left: 25px;
	}
	footer .center .footer_info>ul li:nth-of-type(2) em{
		display: block;
		width: fit-content;
		margin:auto;
	}
	footer .center .footer_info>ul li:nth-of-type(2) em img{
		width: 100%;
		height: auto !important;
	}
	.double_key{
		display: none;
	}
	.footer_info li p{
		text-align: left;
	}
	@media (max-width:768px) {
		.box_link{
			display: none;
		}
	}
	@media(max-width:600px) {
		footer .footer_info{
			flex-direction: column;
			align-items: center;
		}
		footer .center .footer_info>ul{
			flex-direction: column;
			align-items: center;
		}
        footer .center .footer_info>ul li:nth-of-type(2){
            margin: 25px 0 0 0;
        }
		.footer_info li p{
			text-align: center;
		}
	}