@charset "utf-8";
:root {
  --WebColor01: #D61518;
  --WebColor02: #E31E23;
  --WebColor03: #222020;
  --WebColor04: ;
  --WebColor05: ;
  --WebSubColor01: #F5F5F5;
  --SFont:"Noto Sans TC", sans-serif;/*特殊字體*/
  --pd100:100px 0;
  --m100:100px;
  --m50:50px;
  --m30:30px;
  --f48:48px;
  --f40:40px;
  --f36:36px;
  --f32:32px;
  --f28:28px;
  --f24:24px;
  --f22:22px;
  --f20:20px;
  --f18:18px;
  --f17:17px;
  --f16:16px;
  --BNfz:150px;
}
@media (max-width:1024px) {
:root{
  --m50:40px;
  --m30:25px;
  --f48:40px;
  --f40:36px;
  --f36:32px;
  --f32:28px;
  --f28:24px;
  --f24:22px;
  --f22:20px;
  --BNfz:120px;
}
}
@media (max-width:768px) {
:root{
  --pd100:70px 0;
  --m100:70px;
  --m50:30px;
  --m30:20px;
  --f48:32px;
  --f40:28px;
  --f36:26px;
  --f32:24px;
  --f28:20px;
  --f24:20px;
  --f20:18px;
  --f18:17px;
  --f17:16px;
  --BNfz:80px;
}
}
@media (max-width:600px) {
:root{
  --pd100:50px 0;
  --m100:50px;
  --m50:25px;
  --f48:28px;
  --f40:24px;
  --f36:22px;
  --f32:20px;
  --f28:18px;
  --f24:18px;
  --f22:18px;
  --f20:17px;
  --f18:16px;
  --f17:15px;
  --f16:15px;
  --BNfz:60px;
}
}
@media (max-width:375px) {
:root{
  --f48:24px;
  --f40:20px;
  --f36:18px;
  --f32:18px;
  --f28:17px;
  --f24:17px;
  --f22:17px;
  --f20:16px;
  --f18:15px;
  --BNfz:32px;
}
}

body {    font-family: var(--SFont);color: var(--WebColor03);}
.main_part{width: 90%;max-width: 1600px;padding: var(--m100) 0;}

.animated-arrow{background: var(--WebColor01);margin-top: var(--m50);}

.linksBtn{display: none !important;}
.info_fix_links{display: flex !important;}

.info_fix_links a.info_fix_phone{display: none !important;}
.info_fix_links a.info_fix_line{background: #639a63;}
.info_fix_links a.info_fix_tel{background: #D61518;}
.info_fix_links a.info_fix_mail{background: #d99c5c;}
.info_fix_links a.info_fix_fb {    background: #4673c0;}
.info_fix_links a:hover{filter:brightness(1.2);}

/*****************************************/

/*HEADER*/
.header_area {    background: #fff;    border-bottom: 1px solid #e5e5e5;}
.header_area.sticky {    background: #fff;}
.main_header_area .container{ max-width: 95%;  }
.stellarnav > ul > li{padding: 0 10px;}
.stellarnav > ul > li > a{margin: 0;transition:all 0.3s;}
.stellarnav > ul > li:hover > a{color: var(--WebColor02);}
.stellarnav > ul > li > a b:nth-child(2) {    font-weight: bold;    font-size: 90%;}

.stellarnav li li a{transition:all 0.3s;}
.stellarnav li li a:hover {    color: var(--WebColor01);}


.navigation {    grid-template-columns: 120px 1fr;}
.tp_links{display: none;}
.me_tp_features {    margin: 5px 0;}
.me_tp_features a {    padding: 5px 15px;    color: #fff;
    border-radius: 50px;transition:all 0.3s;}
.me_tp_features a.tp_btn_cart{    background: var(--WebColor01);}
.me_tp_features a.tp_btn_notice{    background: var(--WebColor03);}
.me_tp_features a:hover{letter-spacing:0.2em;}


/*電腦LOGO*/
.nav-brand {}
.nav-brand img {    display: block;}

.footer_logo img{    max-width: 190px;    width: 100%;}

/*手機LOGO
.nav-brand-m {}
*/

/*預設解除背景輪播*/
#content_main { margin:0;}
.bannerindex { position:relative; height:auto;}


/*大圖*/
.bannerindex {
    background-image: url(https://pic03.eapple.com.tw/ycitu/web_dec_bg.png);
    background-color: var(--WebSubColor01);
    background-size: auto;
    background-repeat: repeat;
    background-position: center;
}
.swiper-banner {
    position: relative;
    margin: var(--m50) 0 0;
    height: auto;
    max-width: 75%;
    overflow: hidden;
    left: 0;
    border-radius: 0 var(--m30) 0 0;
}
.bannerindex:before {
    content: "";
    background-image: url(https://pic03.eapple.com.tw/ycitu/banner_dec_01.png);
    width: 20%;
    aspect-ratio: 8 / 5;
    position: absolute;
    right: 2.5%;
    bottom: 45%;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.bannerindex:after {
    content: "";
    background-image: url(https://pic03.eapple.com.tw/ycitu/banner_dec_02.png);
    width: 7.5%;
    max-width: 100px;
    aspect-ratio: 1 / 1;
    position: absolute;
    right: 25%;
    bottom: 10%;
    transform: translateX(50%);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 1;
}

.swiper-pagination{display: none;}
/* .swiper-slide img { height:auto;} */
@media screen and (max-width: 980px) {
.bannerindex:before {
    width: 50%;    max-width: 300px;
    left: 10%;
    margin: var(--m50) 0 0;
    position: relative;
    right: unset;
    bottom: unset;
    display: block;
}
.bannerindex:after{content:none;}
.swiper-banner {
    margin: var(--m50) 0 0;
    max-width: 95%;
    left: 5%;
    border-radius: var(--m30) 0 0 0;
}
}
@media screen and (max-width: 768px) {
.bannerindex { padding:0; margin:0;}
.bannerindex:before , .swiper-banner {    margin-top: var(--m100);}

}
@media screen and (max-width: 600px) {
}


/*內頁BANNER 設定*/
.banner {
    background-image: url(https://pic03.eapple.com.tw/ycitu/sBanner_01.jpg);
    background-size: cover;background-position: center;
    position: relative;
    height: 45vw;
    max-height: 500px;
    min-height: 220px;overflow: hidden;
}
.banner h5 {
    width: auto;
    max-width: 90%;
    position: absolute;
    left: 5%;
    padding: 0.1em 0.5em 0.2em;
    overflow: hidden;
    bottom: var(--m30);
    animation: Bh5Text 0.4s linear both;
    background: var(--WebColor01);
    color: #fff;
    font-size: var(--f28);animation-delay:0.8s;
}
.banner:before {
    content: "itU";
    animation: BText 0.75s cubic-bezier(0.4, 0, 1, 1) both;
    left: 2.5%;
    position: absolute;
    bottom: -2.5%;
    font-size: var(--BNfz);
    line-height: 100%;
    color: #fff;
    font-weight: bold;max-width: 95%;text-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

.services_page .banner{background-image: url(https://pic03.eapple.com.tw/ycitu/sBanner_02.jpg);}
.product_page .banner , .product_info_page .banner{background-image: url(https://pic03.eapple.com.tw/ycitu/sBanner_03.jpg);background-position: 70%;}
.video_page .banner{background-image: url(https://pic03.eapple.com.tw/ycitu/sBanner_04.jpg);}
.banner.banblog{background-image: url(https://pic03.eapple.com.tw/ycitu/sBanner_05.jpg);}
.contact_page .banner{background-image: url(https://pic03.eapple.com.tw/ycitu/sBanner_07.jpg);}
.album_a .banner{}

.services_page .banner:before{content:"SERVICE";}
.product_page .banner:before , .product_info_page .banner:before{content:"CATALOG";}
.video_page .banner:before{content:"MEDIA";}
.banner.banblog:before{content:"NEWS";}
.contact_page .banner:before{content:"CONTACT";}
.album_a .banner:before{content:"CASE";}


@keyframes Bh5Text{
from    {transform: translateX(-100%);opacity: 0;}
to      {transform: translateX(0);opacity: 1;}
}

@keyframes BText{
from    {transform: translateY(100%);opacity: 0;}
to      {transform: translateY(0);opacity: 1;}
}


/* 商品下拉超過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個但次分類直接顯示-結束 */

/*FOOTER*/
.footer {    padding-top: var(--m50);background-image: url(https://pic03.eapple.com.tw/ycitu/web_dec_bg.png);    background-color: var(--WebSubColor01);}
.footer .center {    max-width: 1500px;width: 90%;}
.footer_menu {    display: grid;    grid-template-columns: repeat(auto-fit, minmax(min(100px,100%), 1fr));    gap: 5px;}
/*
.footer_menu a {    margin: 0;  text-align: center; padding: 5px; transition: all 0.3s;}
.footer_menu a:hover {    background: var(--WebColor01);}
*/
.copy {    background: var(--WebColor01);    color: #fff;  border:none;margin-top: var(--m30);}
.copy a{    color: #fff;transition:all 0.3s;}


.footer_menu a {
    border: none;
    padding: 0;
    display: block;
    line-height: 175%;
    width: fit-content;color: #222;margin: 0;
    background: transparent;transition: all 0.3s;
}
.footer_menu a:hover{background: transparent;color: var(--WebColor01);}
.footer_menu a:nth-child(1){display: none;}

.footer_info{padding: 0;}
.footer_info ul {    display: grid;    grid-template-columns: 1fr 80px;    gap: var(--m30);    max-width: 550px;margin: 0 0 0 auto;}
.footer_info li p{margin-bottom: 4px;}
.footer_info > ul > li{padding: 0;}
.box_link{display: none;}
.footer_info li:nth-child(1) p , .footer_info li:nth-child(1) p a{color: #222;}





/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*預設購物車版面 產品分類選單在左側 商品內頁詳細介紹下表單更改樣式 by shint at 2023.1.5  */
.product_page .main_part { max-width:1500px;}
/* .product_info_page .main_part { max-width:1200px;} */

.product-layer-two li a , .video-layer-two li a{background: transparent;color: var(--WebColor04);padding: 10px 5px;    font-weight: bold;}
.product-layer-two li.active , .video-layer-two li.active{    border-bottom: 1px solid var(--WebColor01);    padding-bottom: 0;}
.product-layer-two li.active a , .video-layer-two li.active a{    border: none;    color: var(--WebColor01);}
.products-list .price b.sp_price {    color: var(--WebColor01);}
.products-list .price b , .products-list .price b.ori_price{color: var(--WebColor03);}

.products-list .item {    padding: 10px;    background: #f4f1f1;border-radius:10px;}
.products-list .pic {    border-radius: 10px;}
.products-list .more {    border-color: var(--WebColor03);    background: var(--WebColor03);    color: #fff;    border-radius: 5px;}
.products-list .item a:hover .more {    background: var(--WebColor01); border-color: var(--WebColor01);}

.sidebarBtn h2{font-size: var(--f24);}
.mobile_product_name{display: none;}

.inquiry_a1 {    background: var(--WebColor01);}
.inquiry_a2 {    background: var(--WebColor03);}

.rewrite_simple{background-color: var(--WebColor03);}
.send_simple{background-color: var(--WebColor01);}



.pd_tabTitle li.activeTab a {    color: #222;    font-size: var(--f20);    font-weight: bold;}
.pd_tabTitle li.activeTab::after {    height: 3px;    background: var(--WebColor03);}


.product_info{    margin-bottom: -10px;display: flex;flex-direction:column;}
.product_info li#count_inp{order: -1;}
.product_info li#count_inp .amountNum{width: 100%;}
.product_info li:not(#count_inp) span {    display: none;}


.product_info li .txt_box{width: 100%;display: block;}
.product_info a.cart_shopee{display: block;width: 100%;display: block;
    width: 100%;
    border-radius: 5px;
    text-align: center;
    line-height: 50px;
    color: #fff;background: #f05d40;}
.product_info a.cart_shopee:hover{letter-spacing: 2px;background: #ff2a00;}


/**************************/

.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:#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;}
}
@media screen and (max-width: 600px) {
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

.i_prod_tit, .i_video_tit{display: flex;flex-direction:column-reverse;font-size: var(--f22);}


.prod_related{padding: var(--m100) 0;background: #f4f1f1;}
.related_list{width: 90%;max-width: 1500px;}

.prod_related h6 span{font-size: var(--f24);}
.prod_related h6 span:before{content:"RECOMMEND";  display: block;  font-size: .5em;    color: var(--WebColor01);    letter-spacing: .05em;    line-height: 1.4;    margin-bottom: 3px;    font-weight: bold;}
.prod_related h6 span:after {content:"推薦產品";   display: block; color: #000000;    font-weight: bold;    line-height: 1.4;    font-size: var(--f32);}
.prod_related h6{margin-bottom: var(--m50); }

.lastPage{background: var(--WebColor01);margin-top: var(--m50);}


.notetext > img {    width: 100%;    max-width: 600px;}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


.services_page .path , .other_page .path , .contact_page .path{display: none;}
.path {    border-bottom: 1px dotted #ccc;    margin-bottom: var(--m30);padding-bottom: 5px;}

.prod_part{padding: var(--m100) 0;}
.prod_part section{max-width: 1600px;width: 90%;}

.i_prod_tit span, .i_video_tit span{    font-size: .5em;    color: var(--WebColor01);    letter-spacing: .05em;    line-height: 1.4;    margin-bottom: 3px;    font-weight: bold;}
.i_prod_tit h2, .i_video_tit h2{color: #000000;    line-height: 1.4;    font-size: var(--f32);}

.video-list .vidTitle{font-size: var(--f18);color: #222;}



/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*文章設定*/
.blog_le .accordion > li{transition:all 0.3s;}
.blog_le .accordion > li:hover, .blog_le .accordion > li.on_this_category {    background: var(--WebColor01) !important;}
.submenu a:hover {    background: var(--WebColor03);}

.blog_subbox {    grid-template-columns: repeat(auto-fill, minmax(450px, 1fr));}
.subbox_item a {border-bottom: 1px solid #ccc;}
.subbox_item a:after{content:none;}
.subbox_item a:before {
    content: 'MORE +';
    bottom: 0;
    right: 0;
    opacity: 1;
    background: var(--WebColor03);
    color: #fff;
    padding: 5px 10px;
    border-radius: 10px 0 0 0;
}
.subbox_item a:hover:before{background: var(--WebColor01);padding-right: 20px;}

.blog_list_ri h5{font-size: var(--f20);}


.blog_list_ri {    padding-bottom: 35px;}
.blog_list_le{border-radius:10px;}

.blog_back a.article_btn_back{background: var(--WebColor01);}
.blog_back a.article_btn_prev , .blog_back a.article_btn_next{background: var(--WebColor03);}


/*一排呈現
.subbox_item { width:100%;}
*/


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */
.show-list .show_name {color: #222020;font-size: var(--f20);height: auto;}
.show-list .item:hover .show_name {    color: var(--WebColor01);}
.subalbum-menu h2{color: #222020;font-size: var(--f28);}

.other_album_choice li {    background: var(--WebColor03);}
.other_album_choice li:hover{background: var(--WebColor01);}


/*相本分類全版面 ( 限制最寬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;}
*/

.contact_editbox{padding: 0;}
.blank_letter{padding-top: 0;font-size: var(--f32);font-family: var(--SFont);text-align: center;}
.blank_letter span {    text-align: center;    display: block;}
.contact_content{padding: var(--m100) 0;    background-image: url(https://pic03.eapple.com.tw/ycitu/con_bg_01.jpg);background-size: cover;background-position: center;}
.contact_content .information_left{display: none;}
.contact_content .information_right{    display: block;width: 90%;padding: 0;max-width:1000px ;margin: 0 auto;}
.contact_form{margin-bottom: 0;margin-top: var(--m50);display: grid;grid-template-columns: repeat(2,1fr);gap:var(--m30);}
.contact_form li{grid-template-columns: 1fr;    grid-gap: 5px;}
.contact_form li .form__label{width: 100%;max-width: 100%;text-align: left;background: transparent;}
.contact_form li:nth-of-type(5){grid-column: 1/-1;}
.contact_form li.last{margin-top: 0;align-self: flex-end;}
.contact_form li.last cite{background: var(--WebColor01);}



/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */



@media screen and (max-width: 1440px) {

}

@media screen and (max-width: 1200px) {

}

@media screen and (max-width: 1024px) {
.nav-header {    max-width: 100px;}
.me_tp_features a:hover{letter-spacing:unset;}
.contact_content{padding-top: var(--m100); }
}
@media screen and (max-width: 980px) {

}
@media screen and (max-width: 850px) {

.footer_info{grid-template-columns: 1fr;   }
.footer_info ul {    margin: 0 auto;}
.footer_logo{margin: auto;  }



}
@media screen and (max-width: 768px) {
/* 開啟手機板下方按鈕所需設定 */
.footer.with_shopping_mode { padding:var(--m100) 0 55px; }
#to_top { bottom:60px;}
.me_tp_features{display: none;  }

.footer_logo img {    max-width: 130px;}
.contact_form{grid-template-columns: repeat(1,1fr);   }
.contact_form li{    gap:0;}
.contact_form li.last{margin-top: var(--m30);    }
.footer_info li+li{margin-top: 0;   }

.blog_subbox{grid-template-columns: repeat(1,1fr);  gap:var(--m50);}


}

@media screen and (max-width: 600px) {
.copy{ padding-bottom: 15px; }

.footer_info ul{grid-template-columns: 1fr;    }
.footer_menu{gap:10px}
.footer_menu a {    width: 100%;    text-align: center;    border-bottom: 1px solid;padding-bottom: 3px;  }

.banner h5{        animation: none;
        left: 50%;
        transform: translateX(-50%);
        bottom: var(--m30);}
.banner:before {        animation: none;        left: 50%;        transform: translateX(-50%);        bottom: calc(var(--m100) + 10px);    }


.subbox_item a{grid-template-columns: 1fr;}
.subbox_item a:hover{border-bottom-color: #000; }
.subbox_item a:before{background: transparent; padding: 5px 0;border-radius:0;text-align: center;width: 100%;color: #ccc;  }
.subbox_item a:hover:before{ color: #000;background: transparent;    padding: 5px 0;  }
.blog_list_ri{ padding-bottom: 50px; }

}

@media screen and (max-width: 570px) {
.stellarnav.mobile {        top: 10px;}

.pageIndex .video-list{grid-template-columns: 1fr; gap:var(--m50);}
.products-list{grid-template-columns: 1fr; gap:var(--m50);}
}

@media screen and (max-width: 425px) {


}