@charset "utf-8";/*這段一定要加否則中文會變亂碼*/

/*
關於CSS設定說明
CSS屬性是會繼承的，而且還是由上往下繼承。
同樣元素設定16px 後 12px 再 15px 最後會以最後設定的15px為準
但是有兩種情況除外:
1.絕對路徑命名. 如: .xx .yy .zz p {設定值;}
2.important.  如: .xx p {設定值 !important;}

CSS3選取器語法 :nth-child(n) 

*/
/*動畫入場text-----------------------------------*/
.bannerindex .swiper-slide:nth-child(1):before {
    content: "";
    background-image: url(https://pic03.eapple.com.tw/kbrokbro/text01.png);
    height: 100%;
    width: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right;
    transform: translate(0%, 0%);
    opacity: 1;
    z-index: 999;
    position: absolute;
}/*---active分開寫避免時間差-----*/
.bannerindex .swiper-slide.swiper-slide-active:nth-child(1):before{
   animation: inside1 2s;
   animation-timing-function: cubic-bezier(0.75, -0.02, 0.29, 0.98);
}

/*----------------------------------------------------*/
.bannerindex .swiper-slide:nth-child(2):before{
    content: "";
    background-image: url(https://pic03.eapple.com.tw/kbrokbro/text02.png);
    height: 100%;
    width: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right;
    transform: translate(0%, 0%);
    opacity: 1;
    z-index: 999;
    position: absolute;

}/*---active分開寫避免時間差-----*/
.bannerindex .swiper-slide.swiper-slide-active:nth-child(2):before{
    animation: inside2 2s;
    animation-timing-function: cubic-bezier(0.75, -0.02, 0.29, 0.98);
}
/*------------------動畫在這裡---------------------------------------*/
@keyframes inside1{
	0% {transform: translate(30%, 0%);opacity: 0;}
	100%{opacity: 1;}
}
@keyframes inside2{
	0% {transform: translate(-30%, 0%);opacity: 0;}
	100%{opacity: 1;}
}
/*-----------------------------------------*/
.header_area {z-index: 9999;padding: 10px;background: linear-gradient(180deg, #f0f0f0 0%, #fff 14% 14%);position:sticky;top: 0;width: 100%;}
.header_area.sticky {width: 100%;z-index: 9999;background: linear-gradient(180deg, #f0f0f0 0%, #fff 14% 14%);}
.main_header_area .container {max-width: 1200px;margin: auto;transition: .3s;}
.header_area.sticky .main_header_area .container {max-width: 1400px;transition: .3s;}
.header_area.sticky .header_area.sticky .main_header_area .container {max-width: 1200px;transition: .3s;}
.header_area:after {content: "";position: absolute;width: 0%;height: 5px;background: linear-gradient(90deg, #f8b300 80%, #ec7200);background-repeat: no-repeat;background-size: contain;background-position: top;transform: translate(-10px, 9px);transition: .5s;}
.header_area.sticky.header_area:after {transition: .5s;transform: translate(-10px, 10px);width: 100%;}
/*--------------------------------------------------------------------------------------*/
.stellarnav > ul > li > a {padding: 0;color: #2e2e2e;letter-spacing: 1px;text-transform: uppercase;position: relative;display: inline-block;font-size: 16px;line-height: 40px;height: 40px;margin: 0 10px;transition: 3s;font-weight: 700;}
.stellarnav > ul > li:hover > a {letter-spacing: 2px;transition: .3s;}
.stellarnav > ul > li:nth-child(2n):before {content: "";position: absolute;width: 20px;height: 20px;border-radius: 0px 15px 15px;background: #ffc228;transition: .3s;transform: translate(0px, 20px);opacity: 0;}
.stellarnav > ul > li:nth-child(2n+1):before {content: "";position: absolute;width: 20px;height: 20px;border-radius: 0px 15px 15px;background: #ff8d53;transition: .3s;transform: translate(0px, 20px);opacity: 0;}
.stellarnav > ul > li:hover:before {transition: .3s;transform: translate(0px, 3px);opacity: 1;}
/*---------------------------------------------------------------------------------------------*/
a.me_tp_fb:hover {color: #ffc228;transition: .3s;}
a.me_tp_call:hover {color: #ffc228;transition: .3s;}
a.me_tp_line:hover{color: #ff8d53;transition: .3s;}
a.me_tp_mail:hover{color: #ff8d53;transition: .3s;}
.tp_links a {font-size: 16px;color: #5f5f5f;margin: 0;transition: .3s;}
/*------------------------------------------------------------------------*/
.info_fix_links{display: flex!important;}
.linksBtn {display:none;}
.info_fix_links a {display: flex;width: 50px;height: 50px;overflow: hidden;border-radius: 0px;transition: .3s;background: rgb(84 181 214);margin-bottom: 0px;color: #FFFFFF;font-size: 1.6em;justify-content: center;align-items: center;align-content: center;line-height: 1;}
.info_fix {width: 50px;box-sizing: border-box;position: fixed;bottom: 70px;right: 0px;display: flex;flex-direction: column;align-items: center;align-content: center;justify-content: flex-end;}
.info_fix_links a:nth-child(1) {border-radius: 10px 0px 0px 0px;}
.info_fix_links a:nth-child(5) {border-radius: 0px 0px 0px 10px;}
.info_fix_links a:hover {background: #fac92b;}
.info_fix_links a:hover {background: #fac02b;transform: translate(-5px, 0px);width: 60px;transition: .3s;}
/*-----------------------------------------------------------------------------------------------------------*/
#to_top {display: none;position: fixed;bottom: 40px;left: auto;right: 5px;z-index: 600;width: 35px;height: 35px;padding-top: 0px;font-size: 12px;color: #ffffff;text-align: center;text-decoration: none;background: #fff;box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.3);border-radius: 100%;background: #5f5f5f;}
#to_top i:before, #to_top i:after{display: none;}
#to_top i.top {width: 20px;height: 9px;}
/*--------------------------------------*/
.stellarnav ul ul {border: 1px solid #ccc;}
.stellarnav li li {display: block;border: 0px #eee solid;border-bottom-width: 0;transition: .5s;}
.stellarnav li a {padding: 13px 10px;display: block;color: #444;}
.stellarnav li li:hover {transition: .5s;background: #ebebeb;}


/* 商品下拉超過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個--結束 */

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */
.footer {padding: 100px 0 0px;font-size: 14px;background: #fff;position: relative;z-index: 99;}
.footer_info {padding: 0;display: grid;grid-template-columns: 230px 1fr;grid-gap: 60px;padding-bottom: 0px;padding-right: 0px;flex-direction: row;align-items: flex-start;}
.box_link {display: none;}
.footer_info li:nth-child(1) {order: 1;}
.footer_info ul {display: grid;grid-template-columns: 450px 1fr;grid-gap: 20px;width: 100%;align-items: center;}
.footer_info li:nth-child(1) {order: 1;border-left: 1px solid #c0c0c0;}
.footer_info li:nth-child(1):before {content: "聯絡資訊";display: block;font-weight: 700;margin-bottom: 10px;letter-spacing: 3px;font-size: 18px;font-family: sans-serif;color: #f8b300;}
.footer_info li p {line-height: 200%;letter-spacing: 1px;color: #333;font-size: 14px;}
.footer_info li:nth-child(2) {border-left: 1px solid #c0c0c0;display: inline-block;}
.footer_menu:before {content: "網站導覽";display: block;font-weight: 700;margin-bottom: 10px;letter-spacing: 3px;font-size: 18px;font-family: sans-serif;color: #ec7200;}
.footer_menu a:nth-child(1) {display: none;}
.footer_menu a {display: inline-block;padding: 10px 10px 10px 0px;border: 0px #ccc solid;margin: 0px 5px 10px 0;font-size: 14px;line-height: 100%;color: #303030;background: none;letter-spacing: 1px;}
/*---------------------------------------------------------------------------*/
.copy {text-align: center;padding: 5px 0;font-size: 11px;color: #5fdafe;border-top: 0px #ddd solid;margin-top: 15px;display: flex;justify-content: center;align-items: center;align-content: center;flex-wrap: wrap;background: #1ba9da;letter-spacing: 1px;}
.copy a {color: #5fdafe;}
.privacyLinks a+a {border-left: 1px solid #5fdafe;}
/*-----------------------------------------------------*/
.footer_menu a:hover {background: none;color: #292929;}
.footer_menu a:after {content: "";position: absolute;width: 20px;height: 20px;background: #f8b300;transform: translate(-10px, 15px);z-index: -10;border-radius: 10px 10px 0px 10px;opacity: 0;transition: .3s;}
.footer_menu a:hover:after {opacity: 1;transform: translate(-10px, 0px);transition: .3s;}














/*預設購物車版面 產品分類選單在左側 商品內頁詳細介紹下表單更改樣式 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:#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;}

/*-------購物車設定------------------*/
.product-layer-two li a {position: relative;border: 1px #fff solid;background: #f3f3f3;padding: 12px 16px;display: block;font-size: 16px;color: #222;border-radius: 5px;}
.product-layer-two li i.close::before {content: '\f056';color: #5c5c5c;}
.product-layer-two li li:hover > a {background: #fff;color: #f88600;}
.product-layer-two li li:hover > a:before {background: #f88600;}

.products-list .name {font-weight: 700;}
.products-list .more {border: 1px solid #f8b300;color: #666;}
.products-list .item a:hover .more {background: #f8b300;color: #fff;letter-spacing: 2px;}





@media screen and (max-width: 1024px) {
.footer_info {padding: 0;display: flex;grid-template-columns: 230px 1fr;grid-gap: 60px;padding-bottom: 80px;padding-right: 0px;flex-direction: column;align-items: center;}
.footer_info ul {display: flex;grid-gap: 0px;width: 100%;align-items: center;flex-direction: row;justify-content: center;}
.footer_info li:nth-child(1) {order: 1;border-left: 1px solid #c0c0c0;padding-left: 70px;}
.footer_info li:nth-child(2) {border-left: 0px solid #c0c0c0;display: inline-block;width: 370px;}
}

@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;}
/*---------------------------------------------------------------------------*/
.footer_info ul {display: flex;grid-gap: 20px;width: 100%;align-items: center;flex-direction: column;justify-content: center;}
.footer_info li:nth-child(1) {order: 1;border-left: 0px solid #c0c0c0;border-top: 1px solid #c0c0c0;text-align: center;}
.footer_info li:nth-child(1) {order: 1;border-left: 0px solid #c0c0c0;border-top: 1px solid #c0c0c0;text-align: center;padding-left:0px;}
.footer_info li:nth-child(1):before {content: "聯絡資訊";display: block;font-weight: 700;margin-bottom: 10px;margin-top: 10px;letter-spacing: 3px;font-size: 18px;font-family: sans-serif;color: #f8b300;}
.footer_info li:nth-child(2) {border-left: 0px solid #c0c0c0;display: inline-block;width: auto;text-align: center;}
/*-------------------------------------------------------*/
.info_fix {width: 50px;box-sizing: border-box;position: fixed;bottom: 90px;right: 0px;display: flex;flex-direction: column;align-items: center;align-content: center;justify-content: flex-end;}
#to_top {bottom: 65px;right: 7px;}
/*--------------------------------*/
.stellarnav.mobile.right > ul, .stellarnav.mobile.left > ul {position: fixed;top: 0;bottom: 0;width: 100%;max-width: 280px;overflow-x: hidden;overflow-y: auto;-webkit-overflow-scrolling: touch;z-index: 9999;border-right: 0px #eee solid;background: #000000a8;}
.stellarnav.mobile.right .close-menu, .stellarnav.mobile.left .close-menu {display: inline-block;text-align: right;font-size: 12px;background: none;color: #fff;}
.stellarnav .icon-close:before {content: '';display: block;width: 12px;height: 0px;border-bottom: solid 3px #ffffff;position: absolute;top: 50%;transform: rotate(45deg);}
.stellarnav .icon-close:after {content: '';display: block;width: 12px;height: 0px;top: 50%;border-bottom: solid 3px #fff;position: absolute;transform: rotate(-45deg);}
.stellarnav.mobile > ul > li {display: block;border-bottom: 0px #ddd solid;}
.stellarnav > ul > li:nth-child(2n):before {display: none;}
.stellarnav.mobile > ul > li > a {text-align: left;overflow: auto;height: auto;line-height: 150%;display: block;color: #fff;letter-spacing: 2px;padding: 15px 30px 10px 10px;}
.stellarnav.mobile li a {border-bottom: 0px solid rgba(255, 255, 255, .15);}
.stellarnav a.dd-toggle .icon-plus:before {content: '';display: block;width: 12px;height: 0px;border-bottom: solid 3px #fff;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 3px #fff;position: absolute;}
.stellarnav.mobile li.open {background: #00000033;padding: 3px;}
.stellarnav > ul > li:before{display: none;}
.stellarnav.mobile ul ul {background: #00000000;border: 0px;}
.stellarnav li li {margin-left: 15px;}
.stellarnav li li a {color: #fff;}
.stellarnav li li:hover {transition: .5s;background: #00000073;}
.stellarnav li li:last-of-type {border-bottom-width: 0px;}
}

@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;} */
@media screen and (max-width: 768px) {
.bannerindex { padding:0; margin:0;}
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*內頁BANNER 設定*/
.banner {}
.banner h5 {
    color: #fff;
    font-size: 30px;
    font-weight: 600;
    letter-spacing: 5px;
    border: 1px solid #fff;
    padding: 10px 14px;
}
.banner.banA {display: none;}/*個資義務告知/隱私權政策/著作權保護措施*/
.banner.banB {display: none;} /*有線電視/光纖上網/智慧門禁與監控/聯絡我們*/
.banner.banC {}
.banner.banD {}
.banner.banE {}
.banner.banblog {
    background: url(https://pic03.eapple.com.tw/kbrokbro/banner.png);
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 400px;}/*電子月刊*/
.banner.banF {
    background: url(https://pic03.eapple.com.tw/kbrokbro/banner.png);
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 400px;}/*最新優惠*/    

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */
/*文章設定*/
.blog_subbox {display: grid;grid-template-columns: 1fr;grid-gap: 20px;}
.subbox_item a {display: grid;grid-template-columns: 35% 1fr;position: relative;grid-gap: 30px;padding: 15px;}
.blog_list_ri {display: flex;padding: 5px 0;align-items: flex-start;flex-direction: column;justify-content: center;line-height: 200%;}
.blog_list_ri h5 {font-weight: 700;font-size: 23px;color: #000;letter-spacing: 2px;display: -webkit-box;-webkit-line-clamp: 1;-webkit-box-orient: vertical;white-space: normal;overflow: hidden;}
.blog_list_ri p {font-size: 15px;color: #777;line-height: 190%;letter-spacing: 1px;display: -webkit-box;-webkit-line-clamp: 4;-webkit-box-orient: vertical;white-space: normal;overflow: hidden;word-break: break-all;}
.subbox_item a:before {content: 'READ MORE';position: absolute;z-index: 19;bottom: 10px;right: 10px;opacity: 0;font-size: 15px;color: #54b5d6;transition: all .6s;}
.subbox_item a:after {content: '';width: 100%;position: absolute;left: 0;top: 0;bottom: 0;z-index: 8;background: rgba(255, 255, 255, 0.9);opacity: 0;border: 1px #f8b300 solid;transition: all .5s;}
h5.blog_le_t {font-size: 24px;font-weight: 500;color: #222;font-family: serif;letter-spacing: 5px;margin-bottom: 7px;position: relative;text-align: center;}
.blog_search input[type=search] {outline: none;box-sizing: border-box;width: 100%;font-size: 14px;color: #999;border: solid 1px #797979;border-radius: 5px;padding: 10px 35px 10px 10px;}
.blog_le .accordion {list-style-type: none;margin: auto;border-radius: 5px;border: 1px #797979 solid;overflow: hidden;}
.accordion li+li .link {border-top: 0px solid #ccc;}
@media screen and (max-width: 375px) {
    .subbox_item {width: 80%;border-bottom: 1px #eee solid;}}
/*-------------------------------------------------------------*/
.articel_mainPic {display: none;}
h4.blog_category_title {color: #333;font-size: 30px;padding: 10px 0;margin-bottom: 20px;letter-spacing: 3px;}
.blog_box_edit * {line-height: 190%;letter-spacing: 1px;}
/*-------------------------------------------------------*/
.blog_back a.article_btn_prev {background: #f8b300;border-radius: 20px 0 0 20px;}
.blog_back a.article_btn_back {background: #54b5d6;}
.blog_back a.article_btn_next {background: #f8b300;border-radius: 0 20px 20px 0;}
.news_related {background: #fff;padding: 25px 15px;}
.lastPage {font-size: 16px;color: #fff;background: #999;padding: 10px 20px;display: block;margin: 40px auto;width: 130px;text-align: center;}
/*---------------------------------------------------------------*/
/*個資義務告知/隱私權政策/著作權保護措施*/
.promotions_page .edit {line-height: 215%;letter-spacing: 1px;}
.other_promotion {display: none;}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*相本分類全版面 ( 限制最寬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) {
/* 開啟手機板下方按鈕所需設定 */
.footer.with_shopping_mode { padding:30px 0 70px; }
#to_top { bottom:60px;}
}

@media screen and (max-width: 600px) { 
}


/*暫不顯示*/
@media (max-width: 768px) {
    #bottom_menu {display: none;}
}

@media screen and (max-width: 768px) {
    .footer.with_shopping_mode {padding: 30px 0 0px;}
}


