@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Amaranth:ital,wght@0,400;0,700;1,400;1,700&family=Anton&family=Bellefair&family=Lora:ital,wght@0,400..700;1,400..700&family=Marcellus&family=Noto+Sans+TC:wght@100..900&family=Noto+Sans:ital,wght@0,100..900;1,100..900&family=Noto+Serif+TC:wght@200..900&family=Noto+Serif:ital,wght@0,100..900;1,100..900&family=Oswald:wght@200..700&family=Oxygen:wght@300;400;700&family=Philosopher:ital,wght@0,400;0,700;1,400;1,700&family=Roboto:ital,wght@0,100..900;1,100..900&family=Russo+One&display=swap');
/*
關於CSS設定說明
CSS屬性是會繼承的，而且還是由上往下繼承。
同樣元素設定16px 後 12px 再 15px 最後會以最後設定的15px為準
但是有兩種情況除外:
1.絕對路徑命名. 如: .xx .yy .zz p {設定值;}
2.important.  如: .xx p {設定值 !important;}

CSS3選取器語法 :nth-child(n) 

*/

:root {
  --MainColor: #6c91c2; /*網站主要色系*/
  --SubColor: #003049; /*網站輔助色系1*/
  --SubColor2: #49b295; /*網站輔助色系2*/
  --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;
}
@media (max-width:1024px) {
:root{
  --m50:40px;
  --m30:25px;
  --f48:40px;
  --f40:36px;
  --f36:32px;
  --f32:28px;
  --f28:24px;
  --f24:22px;
  --f22:20px;
}
}
@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;
  --f16:15px;
}
}
@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;
}
}
@media (max-width:375px) {
:root{
  --f48:24px;
  --f40:20px;
  --f36:18px;
  --f32:18px;
  --f28:17px;
  --f24:17px;
  --f22:17px;
  --f20:16px;
  --f18:15px;
}
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*上方選單解除滑動固定
.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個--結束 */

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*預設購物車版面 產品分類選單在左側 商品內頁詳細介紹下表單更改樣式 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;}
@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) {
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/* 開場動畫 */
.pageIndex #page::before {
 content: "";
    display: block;
    background-image: url(https://pic03.eapple.com.tw/heidibro/LOGO_001.png);
    width: 550px;
    height: 200px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    pointer-events: none;
    animation: banner-logo 2s forwards;
    z-index: 50000001;
}
.pageIndex #page::after{
    content: "";
    display: block;
    background: #1e5c7a;
    width: 100%;
    height: 110%;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    pointer-events: none;
    animation: banner-bg 1.8s forwards;
    z-index: 50000000;
}


@keyframes banner-logo{
    0%{
        opacity: 0;
        filter: blur(0);
    }
    25%{
        opacity: 1;
        filter: blur(0);
    }
    50%{
        filter: blur(0);
        opacity: 1;
    }
    80%{
        filter: blur(0);
        opacity: 1;
    }
    100%{
        filter: blur(10);
        opacity: 0;

    }
}
@keyframes banner-bg{
    0%{

    }
    50%{
    }
    80%{
        opacity: 1;
    }
    100%{
        opacity: 0;
    }
}

@keyframes banner-img {
    0%{
        transform: scale(1.4);
    }
    100%{
        transform: scale(1.1);
    }
}	




/*預設解除背景輪播*/

#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;}
}
body.pageIndex.bodyDesktop #content_main{background: #1e5c7a;}
body{    font-family: "Noto Sans Tc";}
body:before {
    content: ' ';
    position: fixed;
    z-index: -2;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: url(https://pic03.eapple.com.tw/heidibro/bggb001.jpg) center bottom no-repeat;
    opacity: .12;
}
.header_area{    background: #1e5c7a;}
.header_area.sticky{background: #1e5c7a;}

.nav-brand img{
    width: 100%;
    display: block;
    transition: all ease .4s;
	margin-top: -28px;
	position: absolute;
    width: 100px;
	z-index:99999;
}

.header_area.sticky .nav-brand img {
    width: 100px;
}
.stellarnav > ul > li > a {
    padding: 10px;
    color: #fff;
    font-weight: 600;
    letter-spacing: 2px;}
	
.tp_links a{    color: #fff;}
.main_header_area .container {
    max-width: 90%;}
.me_tp_features a{color:#fff;}
.me_tp_features{    transform: translatey(-100%);padding-right:12px;}
.navigation {
    width: 100%;
    position: relative;
	display: block;
	padding: 30px 0px 0px 0px;} 
	
.header_area .main_header_area::before {content: "";position: absolute;width: 100%;height: 0;transition: 0.5s ease-in-out;}
.stellarnav li.has-sub > a:after{display:none;}

.stellarnav > ul > li > ul li a:hover {
        background: #fcca77;
    color: #245d78;}
.stellarnav > ul > li > ul li a{font-size:14px;    transition: all .5s;}
.stellarnav ul ul{    background: #1e5c7a;text-align: center;}
.stellarnav li a{    color: #fff;    padding: 10px 18px;}
.stellarnav > ul > li.has-sub > ul, .stellarnav > ul > li.drop-left > ul {
    right: auto;
    left: 50%;
    transform: translateX(-50%);
}
.stellarnav li li{ 
    border: none;
    margin-bottom: 0;
    border-bottom: 1px solid #3C311D21;
    text-align: center;}
.shop_search_btn{background: #fdca77;
    color: #245d78;}

	
/*btn_icon*/
.stellarnav > ul > li:before {
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    top: -25px;
    left: 20%;
    transition: all 0.3s;
    display: block;
}
.stellarnav > ul > li:hover:before {
   transform: rotate(15deg);
}
.stellarnav > ul > li:nth-of-type(1):before, .stellarnav > ul > li:nth-of-type(4):before {  content: url(https://pic03.eapple.com.tw/heidibro/indexhe01.png);}
.stellarnav > ul > li:nth-of-type(2):before, .stellarnav > ul > li:nth-of-type(5):before {  content: url(https://pic03.eapple.com.tw/heidibro/indexhe02.png);}
.stellarnav > ul > li:nth-of-type(3):before, .stellarnav > ul > li:nth-of-type(6):before {  content: url(https://pic03.eapple.com.tw/heidibro/indexhe03.png);}
.stellarnav > ul > li:nth-of-type(4):before, .stellarnav > ul > li:nth-of-type(6):before {  content: url(https://pic03.eapple.com.tw/heidibro/indexhe04.png);}
.stellarnav > ul > li:nth-of-type(5):before, .stellarnav > ul > li:nth-of-type(6):before {  content: url(https://pic03.eapple.com.tw/heidibro/indexhe06.png);}
.stellarnav > ul > li:nth-of-type(6):before, .stellarnav > ul > li:nth-of-type(6):before {  content: url(https://pic03.eapple.com.tw/heidibro/indexhe05.png);}


/*footer*/
.footer{    background: #245d78;}
.footer_info li p{color:#fff;}
.footer_info li p a{color:#fff;}
.box_link{display:none;}
.footer_menu a{color: #295e76;
    background: #fdca77;
    width: 120px;
    text-align: center;
	border: 1px #fff solid;}
.copy{    background: #ebe8e0;    color: #aa9875;    border-top: 0px #ddd solid;}
.copy a{color: #aa9875;}
.footer_logo{        max-width: 140px;
    margin-top: 10px;}
.footer_menu a:hover {
    background: #295e76;}
.footer_info li p:nth-child(5) {
    display: none;
}
.footer_logo img{display: none;}
.footer_info{display: block;grid-gap: 0;    padding-right: 0;}

/*文章*/
.blog_back a.article_btn_next {
    background: #245d78;
}
.blog_back a.article_btn_prev {
    background: #245d78
}
.blog_back a.article_btn_back {
    background: #edc994;
    color: #245d78;
}
.lastPage{background: #295e76;}
.blog_le .accordion > li:hover .link a, .blog_le .accordion > li.on_this_category .link a {
    color: #fff !important;
    background: #245d78;
}
.blog_subbox {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 20px;
}

.subbox_item a {
    display: block;}
.blog_list_ri h5{    letter-spacing: .2rem;    color: #444;
    font-weight: 400;}
.accordion li .link a {
    font-size: 13px;
    font-weight: 500;
    letter-spacing: .6rem;
    text-align: center;
}
.blog_le .accordion {
    border-radius: 0;
}
.news_related {
    background: #ffffff;}
.news_related h6 span:before {
    font-size: 18px;
    letter-spacing: .6rem;
    font-weight: 500;
    color: #555;
}
h4.blog_category_title{    letter-spacing: .6rem;    color: #444;}

/*首頁文章*/
.module_i_news{background:#165B7C;}
.module_i_news .title_i_box h4 {
    font-size: 24px;
    color: #FCCB55;
    font-weight: 600;
    letter-spacing: 1px;}
	
.module_i_news .title_i_box h4:before {
    content: 'NEWS';
    display: block;
    font-size: 18px;
    margin-bottom: 5px;
    color: #FCCB55;
    font-weight: 500;
}

.module_i_news li{    border: 1px #dfdfdf solid;    padding: 5px;    background: #FCCB55;}

.module_i_news li a{    display: block;}
.module_i_news ul{grid-template-columns: 1fr 1fr 1fr 1fr;}

.i_blog_ri h5{    color: #5b5149;font-weight: 600;}
.animated-arrow {
        background: #FCCB55;
    color: #245d78;    border-radius: 3rem;}
.i_blog_ri em{color: #333;}
	
/*按鈕*/
.module_i_news li a:hover:before {
    bottom: 0;}
	
.module_i_news li a:hover:before, .module_i_news li a:hover:after {
    opacity: 1;
    transition: all .5s;
}
.module_i_news li a:before {
    transform: translate(-50%, 0%);
    left: 50%;
    right: 0;
    bottom: -5%;
    letter-spacing: 2px;
    height: 48px;
    line-height: 48px;
    opacity: 0;
    display: block;
    color: #fff;
    background: #245d78;
    width: 100%;
    text-align: center;
	position: absolute;
}
.module_i_news li a:after{    background: unset;}

/*首頁購物車*/
.products-list .more {
    border: 1px solid #245d78;
    background: #295e76;
    color: #fff;
    border-radius: 3rem;}
.products-list .price b {
    color: #e1b04a;}
.i_prod_tit span, .i_video_tit span{font-size: 24px;
    color: #245d78;
    font-weight: 600;
    letter-spacing: 1px;}
.products-list .item a:hover .more {
    background: #facb6d;
    color: #295e76;
    letter-spacing: 2px;
    border: 1px solid #fccc62;
}
.prod_part{    background: #edf9fe;}
.i_prod_tit span:before {
    content: 'PRODUCTS';
    display: block;
    color: #1e5c7a;
    font-size: 18px;
    font-weight: 500;
}

/*購物車*/
.products-list .pic{    border: #b9dceb solid 3px;
    border-radius: 15px;}
.product-layer-two li a{    color: #245d78;    background: #e3f1f7;}
.inquiry_a3 {
    background: #fbc97e;
    color: #245d78;}
.inquiry_a1:hover, .inquiry_a2:hover, .inquiry_a3:hover{    background: #ffdca4;}
.sidebarBtn {
    border: 0;
}
.sidebarBtn h2 {
    color: #245d78;}
.product_info li .txt_box{    color: #000;}
.product_info li:nth-child(3) .txt_box {
    color: #000;
    width: 100%;
}
.amountNum {
    width: 100% !important;}

/*購物車-改樣式*/
.proImgSwiper img, #prod_thumbSwiper img{border: 5px solid #E3E8EA;
    border-radius: 15px;}
.product_main{width:50%;}
.sidebarBtn{width:49%;}
#prod_thumbSwiper .swiper-slide::before{background: unset;}

.product_pic {
  padding-left: 0;
}

#prod_thumbSwiper {
  width: 100%;
  max-width: 100%;
  height: auto;
  position: relative;
  margin-top: 20px;
}

#prod_thumbSwiper .swiper-slide {
  aspect-ratio: 1/1;
}

/*商品規格隱藏文字*/
.product_info li:nth-child(1) span {
    display: none;
}


/*聯絡我們*/

.contact_form li.last cite {
    background: #fbc97e;
    color: #245d78;}
.blank_letter{    color: #245d78;}
.list_before.info li:nth-child(5) {
    display: none;
}
.contact_content {
    max-width: 1200px;}

.contact_form li input.noborder{border-radius: 6px;}
.contact_form{    color: #295e76;}
.info_LINE:before {
    content: "LINE ID";
}
.info_TEL:before, .info_TEL2:before, .info_PHONE:before, .info_LINE:before, .info_FAX:before, .info_TAXID:before, .info_MAIL:before, .info_ADD:before, .info_ADD2:before{    width: 45px;}
.list_before.info li {
    padding-left: 55px;
}
.contact_le_map a {
    display: none;}

/*聯絡我們-表單改樣式
.contact_form{    display: flex;
    flex-wrap: wrap;
    grid-template-columns: 1fr;
    grid-gap: 10px;
    justify-content: space-between;
    align-items: flex-end;}
.contact_form li {
    display: inline-block;
    width: 48%;
}
.contact_form li .form__label{    text-align: left;}
.contact_form li.last{    width: 100%;    justify-content: center;}
.contact_form li.last blockquote, .contact_form li.last cite{    width: 49%;}
.contact_form li.last blockquote{    background: #eaeaea;}*/

/*客戶說不要表單-0714又說要
.contact_content .information_right{display:none;}
.contact_editbox{padding:0;}*/



/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*內頁BANNER 設定*/
.banner h5 {display:none;}
.banner{background-image: url(https://pic03.eapple.com.tw/heidibro/banner_bg001.jpg);
    background-size: cover;
    height: 21vw;
    max-height: 450px;
    min-height: 180px;
    position: relative;}
	
.banner.banA {}
.banner.banB {display:none;}
.banner.banC {background-image: url(https://pic03.eapple.com.tw/heidibro/banner_bg003.jpg);
    background-size: cover;
    height: 21vw;
    max-height: 450px;
    min-height: 180px;
    position: relative;}
.banner.banD {}

body.product_page.bodyDesktop .banner.banF{background-image: url(https://pic03.eapple.com.tw/heidibro/banner_bg002.jpg);}

.banner.banF {background-image: url(https://pic03.eapple.com.tw/heidibro/banner_bg004.jpg);
    background-size: cover;
    height: 21vw;
    max-height: 450px;
    min-height: 180px;
    position: relative;}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*文章設定*/
/*一排呈現
.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: 1024px) {

.navigation{    display: flex;    padding: 10px;}
.nav-brand img{    position: relative;margin-top: 0;    width: 100px;}
.me_tp_features{display:none;}
.main_header_area .container {
    max-width: 100%;
}
.nav-brand{    padding-bottom: 45px;}
.main_header_area .container {
    max-width: 95%;
}

}


@media screen and (max-width: 768px) {
/* 開啟手機板下方按鈕所需設定 */
.nav-brand img{width: 85px;}
.footer.with_shopping_mode { padding:30px 0 70px; }
#to_top { bottom:60px;}
.navigation{    padding: 0px;}
.stellarnav .menu-toggle:after{    color: #fff;}
.stellarnav .menu-toggle span.bars span{    background: #fff;}
.stellarnav.mobile ul{    background: #245d78;}
.stellarnav > ul > li:before{    transform: translateX(0);
    top: 7px;
    left: 6px;}
.stellarnav.mobile.right .close-menu, .stellarnav.mobile.left .close-menu{    background: #fccb64;color: #295e76;}
.stellarnav .icon-close:after{border-bottom: solid 3px #295e76;}
.stellarnav .icon-close:before{border-bottom: solid 3px #295e76;}
.header_area.sticky .nav-brand img {
    width: 75px;
}
.stellarnav a.dd-toggle .icon-plus:after{    border-bottom: solid 3px #fff;}
.stellarnav a.dd-toggle .icon-plus:before{    border-bottom: solid 3px #fff;}
.blog_subbox{grid-template-columns: 1fr 1fr;}
.nav-brand {
        padding-bottom: 0px;}
.module_i_news ul {
    grid-template-columns: 1fr 1fr;
}
.banner h5{bottom: 18%;font-size: 20px;}
.main_header_area .container {
        max-width: 100%;
    }
.contact_form li{width:100%;}
.contact_content .information_right{padding:10px;}

.sidebarBtn {
    width: 100%;
}
.product_main {
    width: 100%;
}
.mobile_product_name{font-size: 20px;}
.stellarnav.mobile li.open {
    background: #fbb330;}
.stellarnav.mobile > ul > li > a {
        padding: 20px 44px 20px 66px;
    }
.stellarnav.mobile > ul > li > a.dd-toggle {
    padding: 15px;}

}

@media screen and (max-width: 500px) { 
.banner {
                    min-height: 23vw;}
.banner.banF {
    background-image: url(https://pic03.eapple.com.tw/heidibro/banner_bg004.jpg);
    background-size: cover;
    height: 22vw;
    max-height: none;
    min-height: auto;
    position: relative;
}
.banner.banC{
	background-image: url(https://pic03.eapple.com.tw/heidibro/banner_bg003.jpg);
    background-size: cover;
	  height: 22vw;
    max-height: none;
    min-height: auto;
    position: relative;
}
					
}





