@charset "utf-8";

body {font-family:"Noto Sans TC", sans-serif;}

#content:not(.other_select_page #content){
  background: url(https://pic03.eapple.com.tw/ctct/bg_all.jpg);
  background-size: cover; 
  background-position: center;
  background-attachment: fixed;
  background-repeat: no-repeat;
}

.pageIndex #content_main {
    background: url(https://pic03.eapple.com.tw/ctct/bg_all.jpg);
    background-size: cover; 
    background-position: center;
    background-attachment: fixed;
    background-repeat: no-repeat;
}

/* 捲軸寬度及高度 */
&::-webkit-scrollbar {
background: #ffffff;
width: 4px;
}
/* 捲軸兩側頂端的按鈕 */
&::-webkit-scrollbar-button {
display: none;
}
/* 滑桿顏色 */
&::-webkit-scrollbar-thumb {
background-color: #000;
border-radius: 0px;
transition: all 0.3s;
}
/* 軌道背景底色 */
&::-webkit-scrollbar-track {  
background-color: #ffffff;
}

/*大圖****************************************************************/


#content_main {  margin: 0;}
.bannerindex { position: static; 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 .swiper-slide.swiper-slide-active:before {content: ""; position: absolute;  z-index: 999; pointer-events: none;}
.bannerindex .swiper-slide.swiper-slide-active:after {content: ""; position: absolute;  z-index: 999; pointer-events: none;}
@media screen and (max-width: 768px) {
    .bannerindex { padding:0; margin:0;}
    }

/*第一張大圖*/
.bannerindex .swiper-slide.swiper-slide-active:nth-child(1):before {
    background: url(https://pic03.eapple.com.tw/ctct/title02.png);
    background-size: contain;
    background-repeat: no-repeat;
    top: 50%;
    left: 50%;
    width: 85% !important;
    height: 85% !important;
    background-position: left;
    transform: translate(-50%,-50%);
    padding-bottom: calc(100% / 1 * 0.12);
    animation:fade-in-top 2s cubic-bezier(.39,.575,.565,1.000) both
}

.bannerindex .swiper-slide.swiper-slide-active:nth-child(1):after {
    background: url(https://pic03.eapple.com.tw/ctct/title01.svg);
    background-size: contain;
    background-repeat: no-repeat;
    top: 50%;
    left: 50%;
    width: 85% !important;
    height: 85% !important;
    background-position: left;
    transform: translate(-50%,-50%);
    padding-bottom: calc(100% / 1 * 0.12);
    animation:fade-in-right 2s cubic-bezier(.39,.575,.565,1.000) both
}

@keyframes fade-in-top {
  0% {
    transform: translate(-50%,-50%) translateY(-30px);
    opacity: 0;
  }
  100% {
    transform: translate(-50%,-50%) translateY(0);
    opacity: 1;
  }
}

@keyframes fade-in-right {
  0% {
    transform: translate(-50%,-50%) translateX(30px);
    opacity: 0;
  }
  100% {
    transform: translate(-50%,-50%) translateX(0);
    opacity: 1;
  }
}


/*第二張大圖*/



.bannerindex .swiper-slide.swiper-slide-active:nth-child(2):before {
    background: url(https://pic03.eapple.com.tw/ctct/title04.png);
    background-size: contain;
    background-repeat: no-repeat;
    top: 50%;
    left: 50%;
    width: 85% !important;
    height: 85% !important;
    background-position: left;
    transform: translate(-50%,-50%);
    padding-bottom: calc(100% / 1 * 0.12);
    animation:fade-in-right 2s cubic-bezier(.39,.575,.565,1.000) both
}

.bannerindex .swiper-slide.swiper-slide-active:nth-child(2):after {
    background: url(https://pic03.eapple.com.tw/ctct/title03.svg);
    background-size: contain;
    background-repeat: no-repeat;
    top: 50%;
    left: 50%;
    width: 85% !important;
    height: 85% !important;
    background-position: left;
    transform: translate(-50%,-50%);
    padding-bottom: calc(100% / 1 * 0.12);
    animation:fade-in-top 2s cubic-bezier(.39,.575,.565,1.000) both
}


/*HEADER**************************************************************/

.me_tp_features {
    display: none;
}

.header_area {
    width: 100%;
    background: transparent;
    padding: 0px;
    position: fixed;
}

.header_area.sticky {
  background: transparent;
}

.main_header_area .container {
    max-width: 1500px;
}

.main_header_area:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 92px;
    background-image: url(https://pic03.eapple.com.tw/ctct/header.jpg);
    transition: all 1.3s ease-in-out;
    z-index: -1;
    opacity: 1;
    background-color: rgb(0 0 0 / 45%);
    background-blend-mode: multiply;
}

.main_header_area {
    position: relative;
    overflow: hidden;
    height: 190px;
}


.main_header_area::before {
    content: '';
    position: absolute;
    top: 0;
    left: -50%;
    width: 50%;
    height: 92px;
    background-image: url(https://pic03.eapple.com.tw/ctct/shine.png);
    background-repeat: no-repeat;
    transform: skewX(-25deg);
    animation: polish 3s ease-in-out infinite;
    pointer-events: none;
    z-index: 1;
    mix-blend-mode: overlay;
}

@keyframes polish {
    0% {
        left: -50%;
    }
    100% {
        left: 100%;
    }
}


.nav-brand img {
    display: block;
    position: relative;
    width: 150px;
    padding: 7px;
    left: 0px;
    transition: all 1s;
    opacity: 1;
    top: 15px;
}

.nav-brand {
    position: relative;
    pointer-events: all;
}


.nav-brand::after {
    content: '';
    position: absolute;
    top: 15px;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: -1;
    transition: all 1s;
    border-radius: 15px;
    background-image: url(https://pic03.eapple.com.tw/ctct/header02.jpg);
    box-shadow: 0 2px 11px #00000078;
}

/*第一層*********************************************************************/

.stellarnav ul {
    padding-top: 26px;
    opacity: 1;
    pointer-events: all;
    transition: all .5s;
}


.stellarnav li.has-sub > a:after {
    display: none;
}

.stellarnav > ul > li.has-sub > a {
    padding-right: 0px;
}

.stellarnav > ul > li > a {
    position: relative;
    letter-spacing: 1px;
    margin: 0 15px;
    color: #fff;
    font-size: 15px;
    font-weight: 300;
    transition: .3s;
}

.stellarnav > ul > li:hover > a{
    color: #C8E7FB;
    font-weight: 400;
    transition: .3s;
}

.stellarnav > ul > li:after {
    content: '';
    background: linear-gradient(0deg, #ffffff00, #c8e7fb44);
    z-index: -1;
    width: 101%;
    height: 0px;
    left: 0px;
    top: -26px;
    position: absolute;
    bottom: 6px;
    transition: height 0.3s ease;
}


.stellarnav > ul > li:hover:after {
  height: 74px;
  transition: height 0.5s ease;
}

/*第二層*********************************************************************/

.stellarnav > ul > li:nth-of-type(2) ul li {display: none;} /*隱藏相簿下拉選單*/

.stellarnav ul ul {
    padding-top: 0px;
}

.stellarnav li li {
    border: none;
    border-bottom: 1px solid #333;
    background: #C8E7FB;
}

.stellarnav li li:nth-last-of-type(1) {
    border-bottom: none;
}

.stellarnav li li > a, .stellarnav li li.has-sub > a {
    padding: 10px 10px;
    transition: all 0.3s;
    color: #C8E7FB;
    font-size: 14px;
    background: #242424;
}

.stellarnav li li:hover > a, .stellarnav li li.has-sub:hover > a {
    margin-left: 5px;
    color:#C8E7FB;
    font-weight: 400;
}



/*PAGEINDEX HEADER**************************************************************/

.pageIndex .header_area {
  position: fixed;
  width: 100%;
  background: transparent;
}

.pageIndex .main_header_area:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0%;
    height: 92px;
    background-image: url(https://pic03.eapple.com.tw/ctct/header.jpg);
    transition: all 1.3s ease-in-out;
    z-index: -1;
    opacity: 0;
    background-color: rgb(0 0 0 / 45%);
    background-blend-mode: multiply;
}


.pageIndex .header_area.sticky .main_header_area:after {
    width: 100%;
    transition: all 1.3s ease-in-out;
    opacity: 1;
}


.pageIndex .main_header_area::before {
    content: '';
    position: absolute;
    top: 0;
    left: -50%;
    width: 50%;
    height: 92px;
    background-image: url(https://pic03.eapple.com.tw/ctct/shine.png);
    background-repeat: no-repeat;
    transform: skewX(-25deg);
    animation: polish 3s ease-in-out infinite;
    pointer-events: none;
    z-index: 1;
    mix-blend-mode: overlay;
    opacity: 0;
}


.pageIndex .header_area.sticky .main_header_area:before {
    transition: all 1.3s ease-in-out;
    opacity: 1;
}

.pageIndex .nav-brand img {
    display: block;
    position: relative;
    width: 150px;
    padding: 7px;
    left: 0px;
    transition: all 1.5s;
    bottom:-70px;
    opacity: 0;
}

.pageIndex .header_area.sticky .nav-brand img {
    bottom:0px;
    opacity: 1;
    transition: all 1.5s;
}


.pageIndex .nav-brand {
    position: relative;
    pointer-events: none;
}

.pageIndex .header_area.sticky .nav-brand {
    pointer-events: all;
}

.pageIndex .nav-brand::after {
    content: '';
    position: absolute;
    top: -150px;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: -1;
    transition: all 1s;
    border-radius: 15px;
    background-image: url(https://pic03.eapple.com.tw/ctct/header02.jpg);
    box-shadow: 0 2px 11px #00000078;
    opacity: 0;
}

.pageIndex .header_area.sticky .nav-brand::after {
    top:15px;
    opacity: 1;
    transition: all 1s;
}

.pageIndex .stellarnav ul {
    padding-top: 26px;
    opacity: 0;
    pointer-events: none;
    transition: all .5s;
}

.pageIndex .stellarnav ul ul {
    padding-top: 0px;

}

.pageIndex .header_area.sticky .stellarnav ul {
    opacity: 1;
    pointer-events: all;
    transition: all .5s;
}



/*footer*********************************************************************/
.footer_info li p.tel:before {
display: none;
}
.footer_info li p:nth-of-type(1),.footer_info li p:nth-of-type(3) {
    pointer-events: none;
}
.footer_info li:nth-child(1) {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 5px;
    border-bottom: 1px solid #646464;
    padding-bottom: 20px;
}
.footer {
    box-shadow: 1px 1px 25px rgb(0 0 0 / 6%);
    background-image: url(https://pic03.eapple.com.tw/ctct/footer.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}
.footer_info {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    flex-direction: row-reverse;
}
.footer_menu {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
}

.footer_info li p {
    color: #ffffff;
}

.footer_menu a {
    margin: 0;
    text-align: justify;
    transition: all 0.3s;
    background: transparent;
    color: #ffffff;
    border: none;
    padding: 10px 20px 0px 20px;
    font-weight: 300;
}

.footer a {
    color: #fff;
    font-weight: 300;
}

.footer_menu a:nth-of-type(1) {
    padding-left: 0px;
}

.footer_menu a:hover {
    color: #C8E7FB;
    background: transparent;
    font-weight: 400;
}
.box_link {
    display: none;
}
.copy {
    background: transparent;
    color: #606060;
    border: none;
    font-size: 12px;
    padding: 15px 0 25px;
}
.copy a{
    color: #a5a5a5;
    transition:all 0.3s;
}
.copy a:hover {
    color: #C8E7FB;
}
.footer_logo img {
    width: 230px;
    filter: invert(1) drop-shadow(2px 4px 6px black);
}

/* 商品母模設定 ********************************************************/
.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; /*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 { 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_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;}
}
@media screen and (max-width: 600px) {
}


/********文章**********************************************/

/*側邊選單*/

h5.blog_le_t em {
    font-weight: 400;
}
.blog_search input[type=search] {
    border-radius: 0px;
}
.fa-circle-chevron-right::before {
    content:"\f105";
}
.blog_le .accordion {
  border-radius: 0px;
  border: none;
}
.accordion li .link a {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 2px;
  transition: all 1s;
}
.blog_le .accordion > li:hover, .blog_le .accordion > li.on_this_category {
  background: #0c263d  !important;
  transition: all 1s;
}
.blog_le .accordion > li:hover .link a, .blog_le .accordion > li.on_this_category .link a {
    color: #fff !important;
}
.blog_le .accordion > li:hover .link i, .blog_le .accordion > li.on_this_category .link i {
    color: #fff !important;
}
.submenu a {
    background: #eee;
}
.submenu li.on_this_category a, .submenu a:hover {
  background: #6c9ac2;
  color: #fff;
  padding-left: 35px;
}
.submenu a i {
  left: -30px;
  transition: all 0.4s;
}
.submenu a:hover  i {
  left: 10px;
  transition: all 0.4s;
}
.submenu a:hover i, .submenu li.on_this_category a i {
    left: 10px;
    transition: all 0.4s;
}
h5.blog_le_t {
  margin-bottom: 15px;
  font-weight: 400;
  margin-left: 10px;
  font-family: "Noto Sans TC", serif;
  display: flex;
  flex-direction: column-reverse;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
}
h5.blog_le_t span {
    font-size: 16px;
    text-transform: uppercase;
}

/*文章內頁*/

h4.blog_category_title {
    color: #444;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0.5px;
}

.blog_box_edit * {
    line-height: 150%;
    color: #444;
    letter-spacing: 0.04em;
    font-size: 15px;
}

.blog_back a.article_btn_next, .blog_back a.article_btn_prev {
    background: #313131;
}

.blog_back a.article_btn_back {
    background: #7ba1b9;
}


/*相關文章*/

.news_related {
    background: #7ba1b917;
    backdrop-filter: saturate(93%) blur(10px);
}

.news_related h6 span:before {
    font-size: 22px;
    color: #444;
    letter-spacing: 1px;
}

.news_related_list li a {
    transition: all .5s;
}

.news_related_list li a:hover {
    transform: translateY(-20px);
    transition: all .5s;
}

.lastPage {
    background: #353535;
    margin: 20px auto 10px;
}


/*文章A-外觀*/

.blog_page.article_a .main_part {
    max-width: 1500px;
}

.blog_page.article_a h4.blog_category_title {
    display: none;
}

.article_a .subbox_item a {
    display: flex;
    flex-wrap: wrap;
    padding: 15px;
    background: #fff;
}

.article_a .blog_subbox {
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
}

.article_a .subbox_item a:before {
    content: '查看文章';
    top: 93%;
    bottom: 0px;
    left: 50%;
    width: 108px;
    height: 35px;
    text-align: center;
    background: #c8e7fb;
    font-size: 14px;
    color: #1c1c1c;
    transform: translate(-50%, -100%) scale(1);
    font-weight: 400;
    display: flex;
    justify-content: center;
    align-items: center;
}

.article_a .subbox_item a:hover:before {
    transform: translate(-50%, 0%) scale(1);
    transition: all .5s ease-in-out;
}

.article_a .subbox_item a:hover:after {
    opacity: 1;
    width: 100%;
    transition: all 500ms;
}

.article_a .subbox_item a:after {
    background: rgba(0, 0, 0, 0.5);
}

.article_a .subbox_item a:after {
    content: '';
    width: 0;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: 8;
    background: #ffffff45;
    opacity: 0;
    border: 2pt solid #c8e7fb;
}

.article_a .blog_list_ri h5 {
    font-weight: 400;
    font-size: 18px;
    color: #000;
}

.article_a .blog_list_ri p {
    font-size: 13px;
    color: #666;
    letter-spacing: 0.5px;
}


/*文章B-外觀*/

.blog_page.article_b .main_part {
    max-width: 1500px;
}

.blog_page.article_b h4.blog_category_title {
    display: none;
}

.blog_subbox {
    grid-template-columns: repeat(auto-fill, minmax(450px, 1fr));
}

.article_b .subbox_item a {
    border: 1px solid #d3d3d3;
    grid-gap: 15px;
    grid-template-columns: 250px 1fr;
}

.article_b .subbox_item a:before {
    content: '◄';
    background: #0c263d;
    width: 30px;
    height: 30px;
    color: #ffffff;
    font-weight: 400;
    font-size: 11px;
    letter-spacing: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 0px;
    right: 0px;
    opacity: 0;
}

.article_b .subbox_item a:hover:before {
    content: 'READ MORE';
    width: 100%;
    border-radius: 0px;
    font-size: 13px;
    opacity: 1;
}

.article_b .subbox_item a:after {
    content: '';
    background: #6c9ac224;
    transition: all .5s;
    width: 0%;
    z-index: -1;
}

.article_b .subbox_item a:hover:after {
    width: 100%;
}

.article_b .blog_list_ri h5 {
    font-weight: 400;
    font-size: 17px;
    color: #1c1c1c;
    letter-spacing: 1px;
    -webkit-line-clamp: 2;
}

.article_b .blog_list_ri p {
    font-size: 13px;
    color: #666;
    letter-spacing: 1px;
}

.article_b .blog_list_ri {
    padding: 15px;
}

/*相簿*********************************************************/

.other_subalbum li a p {
    padding: 3px 10px;
    background: #242424;
    color: #fff;
    letter-spacing: 1px;
}

.subalbum-menu h2 {
    display: none;
}

.album_fixed_title {
    color: #fff;
    background: transparent;
}

.overlay {
    z-index: 9999;
    width: 0%;
    transform: none;
    transition: all .7s;
    background: #00000048;
}

.show-list .item:hover .overlay {
    width: 100%;
    opacity: 1;
    -webkit-transform: none;
    transform: none;
    transition: all .7s;
}

@media screen and (max-width: 600px) {

.show-list {
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
}
.show_content {
    padding: 0px 0;
}

}

/********購物車**********************************************/

/*側邊分類*/

.product-layer-two > li {
    border: none;
}

.product-layer-two li a {
    border: none;
    background: #323232;
    color: #fff;
}

.product-layer-two li i {
    color:#fff
}

.product-layer-two li li a{ 
    padding:5px 10px;
    background: #c8e7fb;
    color: #444;
}

.product-layer-two li li:hover > a {
    background: #dcf1ff;
    color: #464646;
}
.product-layer-two li li:hover > a:before { 
    background:#dcf1ff;
}

.product-layer-two li li.active a {
        background:#dcf1ff;
        margin: 5px 0px 5px 15px;
}

.product-layer-two li li.active a:before {
        background:#dcf1ff;
}


/*外層設定*/

.products-list .name {
    font-size: 16px;
}

.products-list .more {
    border: 1px solid #444;
    color: #444;
    font-weight: 400;
    background: #fff;
}

.products-list .item a:hover .more {
    background: #444;
}

/*內頁設定*/

.sidebarBtn {
    display: none;
}

.product_main {
    width: 100%;
}

#prod_thumbSwiper .swiper-slide::before {
    display: none;
}

.proImgSwiper {
    aspect-ratio: 2 / 1;
}

.pd_tabTitle li {
    display: none;
}

.edit{
    line-height: 200%;
    color: #444;
    letter-spacing: 0.04em;
    font-size: 15px;
}

/*聯絡我們*****************************************************/

.contact_content {
    display: block !important;
    width: 100%;
    max-width: 1300px;
}
.contact_editbox {padding: 0px;}

.blank_letter {
    color: #444;
    font-family: "Noto Sans TC", sans-serif;
    font-weight: 400;
}

.contact_content .information_left {
display: none;
}

.contact_content .information_right {
    width:100%;
    padding-left: 0px;
}

.contact_form li.last cite {
    background: #b9dff7;
}

.contact_form li.last blockquote, .contact_form li.last cite {
    border: 1px #b9dff7 solid;
}

.contact_form li .form__label {
    max-width: 100%;
    letter-spacing: 1px;
    font-size: 14px;
}

.contact_form li {
    grid-template-columns: 120px 1fr;
}

/*首頁相簿*************************************************/

.module_i_album {
    padding: 90px 20px 60px;
}

.module_i_album .title_i_box h4 {
    font-size: 23px;
    color: #202020e0;
    font-weight: 400;
    position: relative;
    letter-spacing: 2px;
}

.module_i_album .title_i_box h4:after {
    position: absolute;
    content: 'ALBUM';
    font-size: 19px;
    color: #444;
    top: -78%;
    left: 50%;
    transform: translateX(-50%);
    letter-spacing: 1px;
}

.i_album_list li a p {
    background: #9fc7e1;
    color: #fff;
}

.i_album_list li:hover p {
    height: 100%;
    background: #0000007d;
}

.i_album_b {
    justify-content: flex-end;
    margin-top: 20px;
}

.animated-arrow b {
    font-weight: 400;
}

.i_album_b .animated-arrow {
    background: #9fc7e1;
    color: #fff;
}

/*首頁購物車*************************************************/

.prod_part {
    padding: 100px 20px 50px;
    background: #dbdbdb63;
}

.i_prod_tit span  {
    font-size: 23px;
    color: #202020e0;
    font-weight: 400;
    position: relative;
    letter-spacing: 2px;
}

.i_prod_tit span:after {
    position: absolute;
    content: 'OUR WORKS';
    font-size: 19px;
    color: #444;
    top: -78%;
    left: 50%;
    transform: translateX(-50%);
    letter-spacing: 1px;
    width: 100%;
}

.i_prod_b a {
    background: #fff;
    border: 1px solid #444;
    color: #444;
    letter-spacing: 1px;
}


/*內頁BANNER設定*******************************************/
.banner {
  height: 40vw;
  background-size: cover;
  background-position: left bottom;
  max-height: 400px;
  min-height: 240px;
  position: relative;
}
.banner h5 {
    position: absolute;
    top: 65%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    text-shadow: 0 0 5px #2e2e2e;
    font-weight: 500;
    letter-spacing: 2px;
    font-size: 26px;
}

.banner.banE {background-image: url(https://pic03.eapple.com.tw/ctct/banner01.jpg);}
.banner.banF {background-image: url(https://pic03.eapple.com.tw/ctct/banner02.jpg);}
.article_a .banner{background-image: url(https://pic03.eapple.com.tw/ctct/banner03.jpg);}
.article_b .banner{background-image: url(https://pic03.eapple.com.tw/ctct/banner04.jpg);}
.video_page .banner{background-image: url(https://pic03.eapple.com.tw/ctct/banner05.jpg);}



/* 手機板設定***************************************************/

@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 {
    padding: 10px 0 30px;
}




