@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}
*/



/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */
/*反白顏色*/
::-moz-selection{
  background-color: #444;
  color: #fff;
}
::selection{
    background-color: #444;
    color: #fff;
  }

.stellarnav li a {
    padding: 7px 10px;
    display: block;
    color: #ffffff;
    transition: all 0.3s;
}
.stellarnav li a:hover {
    color: #fff;
    transition: all 0.3s;
}

.stellarnav ul ul {
    top: auto;
    width: 160px;
    position: absolute;
    z-index: 9900;
    text-align: left;
    display: none;
    background: #c36e1e;
    transition: all 0.3s;
}
.stellarnav li li a:hover{
  
    background: #925114;
    transition: all 0.3s;
}



/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/* 頁面的麵包屑 首頁/頁面名稱/ */
.path { display:none;}

/*首頁+聯絡按鈕*/
.animated-arrow { background:#ffffff ;}
.swiper-pagination {    left: 50%;    margin-left: 0;    transform: translate(-50% , 0);}


/*預設解除背景輪播*/
#content_main { margin:0;}
.bannerindex { position:static; 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;}
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*選單設定*/
.nav-menu {    margin: 0;}
.main_header_area .container {    max-width: 95%;}
.nav-menu>li:not(.tp_links) {    padding-right: 15px;}
.nav-menu>li:hover>a, .nav-menu>li.active>a, .nav-menu>li.focus>a {    color: #C36E1E;}
.nav-dropdown>li:hover>a, .nav-dropdown>li.focus>a {    color: #C36E1E;}
.nav-dropdown>li {    text-align: center;}


/*首頁header選單的部分*/
.header_area {
    position: fixed;
    z-index: 9999;
    width: 100%;
}

.main_header_area { background: #ffffff00;font-size: 16px; margin: 0;}
.header_area.sticky {position: fixed;background: #C36E1E;transition: all 0.3s ease-in-out;backdrop-filter: blur(3px);}


.stellarnav ul { margin: 0 20px 0 20px;padding: 0;text-align: center;}
.stellarnav > ul > li > a { border-bottom: 0px solid #ffffff;padding: 0 8px 0 8px;}
.stellarnav > ul > li > a {
    padding: 0 17px 0 17px;
    color: #ffffff;
    text-transform: uppercase;
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 40px;
    height: 40px;
    margin: 0 5px;
    overflow: hidden;
    cursor: pointer;
    text-align: center;
    
}

.stellarnav li.has-sub > a:after {
    content: '';
    margin-left: 10px;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #fff;
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

.stellarnav > ul > li > a{color: #fff;}
.stellarnav > ul > li > a:hover {
    border-bottom: 1px solid #ffffff;
    color: #ffffff;
}
.navigation {
    width: 100%;
    position: relative;
    padding: 20px 0 10px 210px;
}

/*首頁header指定隱藏選單*/
/*.stellarnav > ul > li:nth-child(2) {
}
*/

.me_tp_features {
    display: none;}


/*heeader LOGO設定*/
.nav-header {
    position: absolute;
    z-index: 10000;
    top: 0;
    left: 80px;
}

.nav-brand img {
    max-width: 100%;
    padding: 10px;
}
.nav-brand {
    display: inline-block;
    width: 220px;
    MARGIN: 0px 65PX;
}


/*下拉*/
.nav-dropdown>li>a {    background: #f7f5f5;    transition: 0.2s;        letter-spacing: 1.5px; width: 100%;}
.nav-dropdown>li>a:hover {    transition: 0.2s;    background-color: #C36E1E;;    color: #fff}
.nav-dropdown>li:hover>a .submenu-indicator-chevron, .nav-dropdown>.focus>a .submenu-indicator-chevron {    border-color: transparent #fff #fff transparent;}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/* 浮動 按鈕 */

.info_fix_links a {
    display: block;
    width: 80PX;
    height: 80px;
    overflow: visible;
    border-radius: 0px;
    transition: .3s;
    background: transparent;
    margin-bottom: 5px;
}
.info_fix_links a:hover {
   
    background: transparent;
}
.info_fix_links img:hover {
    opacity: 1;
    width: 100%;
    display: block;
    color: #fff;
    background: none;
}

.info_fix_links a.info_fix_default {
    display: none;
}
.info_fix>span {
    cursor: pointer;
    color: #FFFFFF;
    background-color: #28427C;
    transition: .3s;
    font-size: 20px;
}
.info_fix>span:hover {
    cursor: pointer;
    color: #FFFFFF;
    background-color: #C36E1E;
    transition: .3s;
    font-size: 20px;
}
.info_fix:hover>span{background-color: #C36E1E;}





.footer_logo img{display: none;}

.footer_logo a {
display: block;
    width: 100%;
    height: 163px;
    margin: 0 auto;
    background-image: url(https://pic03.eapple.com.tw/hongmaosky/LOGO01.png); 
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.footer_logo {
    display: inline-block;
    vertical-align: top;
    width: 280px;
    margin: 0 10px;
}

.footer_menu a {
    padding: 5px 10px;
    border: unset;
    margin: 10px 0;
    border-bottom: 1px solid #C36E1E;
    color: #C36E1E;
    background: unset;
} 
.footer_menu a:hover{
    border-bottom: 0px solid #C36E1E;
    color: #ffffff;
    background: #0C5B86;
}

.copy {
    text-align: center;
    padding: 7px 0;
    font-size: 13px;
    color: #fff;
    border-top: 1px #ddd solid;
    margin-top: 15px;
    BACKGROUND-COLOR: #C36E1E
}


/*最下面電話地址設定*/
.footer_info li:nth-child(1) {
    width: 100%;
    padding: 0 17px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
}

.footer_info li:nth-child(2) {
    width: 100%;
    margin: 20px 0 0;
    border-top: 1px solid #28427c;
    padding-top: 20px;
}
#bottom_menu li a {
    line-height: 26px;
    display: block;
    padding: 9px 5px;
    color: #28427c;
}


/*地址icon設定*/
.box_link a {
    display: none;
    width: 100%;
    color: #5D5D5D;
    border: 1px #5D5D5D solid;
    border-radius: 5px;
    padding: 5px;
    font-size: 24px;
    text-align: center;
    margin: 0 3px 3px 0;
}
/*地址HOVER顏色設定*/
.box_link a:hover {
    border: 1px #C36E1E solid;
    outline: 0;
    color: #C36E1E;

}
.copy a:hover {
    color: rgb(255, 255, 255);
}

/*左邊文字設定*/
.footer_info li p {
    line-height: 175%;
    letter-spacing: 1px;
    color: #28427C;
    width: 45%;
    margin: 6px 0;
}
.footer li p a { color: #28427C;}

.footer_info li:nth-child(1):after {
    content: "營業時間：09：00 - 17：00 (公休日:例假日無出貨服務)";
    display: inline-block;
    color:#28427C;
    PADDING: 6PX 0;
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*內頁BANNER 設定*/
.banner {}
.banner h5 {
    color: #fff;}

.banner.banA {}
.banner.banB {
    background-image: url(https://pic03.eapple.com.tw/hongmaosky/BN.jpg);
    max-width: 100%;
    background-position: center;
    background-size: cover;
    padding: 105px 0 91px;
    position: relative;
}
.banner.banC { background-image: url(https://pic03.eapple.com.tw/hongmaosky/BN.jpg);
    max-width: 100%;
    background-position: center;
    background-size: cover;
    padding: 105px 0 91px;
    position: relative;}

.banner.banD {}
.banner.banE {background-image: url(https://pic03.eapple.com.tw/hongmaosky/BN.jpg);
    max-width: 100%;
    background-position: center;
    background-size: cover;
    padding: 105px 0 91px;
    position: relative;}
.banner.banblog { background-image: url(https://pic03.eapple.com.tw/hongmaosky/BN.jpg);
    max-width: 100%;
    background-position: center;
    background-size: cover;
    padding: 105px 0 91px;
    position: relative;
}
.banF {
    background-image: url(https://pic03.eapple.com.tw/hongmaosky/BN.jpg);
    max-width: 100%;
    background-position: center;
    background-size: cover;
    padding: 105px 0 91px;
    position: relative;
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*購物車設定*/
/* 產品的看更多按鈕設定 */
.products-list .more {    border: 1px solid #C36E1E !important;    color: #C36E1E;}
.products-list a:hover .more {    background: #C36E1E;    border-color: #C36E1E;	color: #ffffff;}
.products-list .item a:hover .more {
    background: #C36E1E;
    color: #fff;
    letter-spacing: 2px;
}

/*外層*/
.product-layer-two li a {    color: #C36E1E; background: #fff;    border: 1px solid #C36E1E;    transition: all 0.3s;}
.product-layer-two li:hover > a { background: #C36E1E;    color: #fff;}
.product-layer-two li.active > a {background: #C36E1E;    color: #fff;	font-weight: normal;}

/*內層*/
.lastPage {    background: #C36E1E;}
.nextaction {    background-color: #C36E1E;background-image: none; }
.lastaction {    color: #fff;    background-color: #C36E1E;background-image: none; }
/*商品qa*/
.qaform {
    margin: 0px;
    font-size: 15px;
    color: #545454;
    line-height: 26px;
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*文章設定*/
/*一排呈現
.subbox_item { width:100%;}
*/
.blog_back a.article_btn_back {    background: #C36E1E;}
.blog_le .accordion > li:hover, .blog_le .accordion > li.on_this_category {    background:#C36E1E !important;}
.share_page .edit {    text-align: justify;    line-height: 180%;}
.subbox_item a:before , .subbox_item a:after {    transition: 0.3s;}
.blog_le .accordion > li {    transition: all 0.3s;}
.blog_box_edit {    line-height: 180%;    text-align: justify;}
h4.blog_category_title {    text-align: justify;}
.link a {    width: 100%;    display: block;    padding: 15px 10px;}
.accordion li .link {    padding: 0;}



/*文章分享變1排3個*/
.blog_page .main_part {    max-width: 1400px;}
.blog_list_le , .blog_list_ri {    width: 100%;}
.blog_subbox {    display: flex;    flex-wrap: wrap;    justify-content: flex-start;}
.subbox_item {    width: calc(100% / 3);    padding: 5px;}
@media screen and (max-width: 1024px) {.subbox_item {    width: 50%;}}
@media screen and (max-width: 600px) {.subbox_item {    width: 100%;}}
/**/

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */
/*主分類頁面*/
.album_page .main_part , .album_class_page .main_part , .album_info_page .main_part {    max-width: 1400px;}
.show-list .item:hover .show_name {    color: #C36E1E;}
.show-list .show_pic {    height: 30vh;    max-height: 290px;    padding-bottom: 0;}
.show-list .show_pic img {
    display: inline-block;
    max-width: 100%;
    min-width: 100%;
    object-fit: cover;
    height: 30vh;
    -moz-object-fit: cover;
    -ms-object-fit: cover;
    -o-object-fit: cover;
    -webkit-object-fit: cover;
}

/*次分類頁面*/
.other_album_choice li {    background: #C36E1E;}
.other_subalbum li p {    line-height: 220%;}
.other_subalbum li a div {
    height: 30vh;
    max-height: 250px;
    overflow: hidden;
    position: relative;
}
.other_subalbum li a img {
    max-width: 100%;
    min-width: 100%;
    object-fit: cover;
    height: 100%;
    -moz-object-fit: cover;
    -ms-object-fit: cover;
    -o-object-fit: cover;
    -webkit-object-fit: cover;
}
.other_subalbum li a div:after {
    content: "";
    position: absolute;
    background: rgb(0 0 0 / 30%);
    width: 100%;
    height: 100%;
    transform: translate(-50% , -50%) scale(0);
    top: 50%;
    left: 50%;
    transition: all 0.3s ease-in-out;
    opacity: 0;
}
.other_subalbum li a:hover div:after {    transform: translate(-50% , -50%) scale(1);    opacity: 1;}


/*照片頁*/
.pic-list .show_pic {    height: 40vh;    max-height: 240px;    padding-bottom: 0;}
.pic-list .show_pic img{
    max-width: 100%;
    min-width: 100%;
    object-fit: cover;
    height: 100%;
    -moz-object-fit: cover;
    -ms-object-fit: cover;
    -o-object-fit: cover;
    -webkit-object-fit: cover;
}


@media screen and (max-width: 600px) {
/*照片頁*/
.pic-list .item {    width: 96%;    margin: 10px 2%;}
}

/*相本分類全版面 ( 限制最寬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_le_map a {
    display: block;
    background: #C36E1E;
    text-align: center;
    padding: 10px;
    color: #fff;
}
/*表單*/
.contact_form li.last cite {
    background: #C36E1E;
    color: #fff;
}
element.style {
    z-index: 3;
    position: absolute;
    height: 100%;
    width: 100%;
    padding: 0px;
    border-width: 0px;
    margin: 0px;
    left: 0px;
    top: 0px;
    touch-action: pan-x pan-y;
}



/*相本列表
.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; } 取消連結被點擊效果
*/


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*其他分頁*/
.promotion_title h2 {    border-bottom: 2px solid #C36E1E;}
.promotion_title {    border-bottom: 1px solid #C36E1E;}

 /* 開啟手機板下方按鈕所需設定 */

@media screen and (max-width: 1024px) {
    .nav-header {position: absolute; z-index: 1; top: 0;left: 0; MARGIN: 0 20PX 0 -30PX}
    .stellarnav ul {text-align: right;}
    .stellarnav > ul > li > a { margin: 0px 5px;} }
    
@media screen and (max-width: 768px) { 
  
    #bottom_menu {display: block; }
    .footer.with_shopping_mode { padding:30px 0 70px; }
    #to_top { bottom:60px;}
    .nav-menu {    margin: 0;}
    .nav-menu>li:not(.tp_links) {    padding-right: 0;}
    .nav-dropdown>li {    text-align: left;}
    .nav-dropdown>li>a {    width: calc(100% - 45px);}

.footer_logo {margin: 0 0 0 28%;text-align: center;}

.nav-brand img { max-width: 100%; padding: 12px;  text-align: center; margin: 0px 0px 0 200px}
.navigation { width: 100%; position: relative; padding: 20px 0 60px 210px;}
.header_area.sticky.main_header_area {height: 75px;}
.header_area.sticky {
              position: fixed;
              background: #6f6b6481;
              transition: all 0.3s ease-in-out;
              backdrop-filter: none;}
      
.stellarnav.mobile > ul > li > a b {
              display: inline;
              vertical-align: top;
              height: auto;
              line-height: 150%;
              COLOR: #ffffff;}
.stellarnav li.has-sub > a:after {
              content: '';
              margin-left: 10px;
              border-left: 6px solid transparent;
              border-right: 6px solid transparent;
              border-top: 6px solid #C36E1E;
              display: inline-block;
              position: absolute;
              top: 50%;
              right: 0;
              transform: translateY(-50%); }
      
    .stellarnav.menu-toggle span.bars span { background: #C36E1E;}
    .stellarnav .menu-toggle:after {color: #fff;}
    .stellarnav.mobile ul {background: #C36E1E;}
    .stellarnav.mobile li a {border-bottom: none;}
    .stellarnav.mobile > ul {border-top: none;}
    .stellarnav.mobile > ul > li > a {padding: 30px 43px 30px 10px;}
    .stellarnav a.dd-toggle .icon-plus:before {border-bottom: solid 3px #fff;}
    .stellarnav a.dd-toggle .icon-plus:after {border-bottom: solid 3px #fff;}
    .stellarnav.mobile > ul > li > a.dd-toggle {top: 18px;}
    .stellarnav.mobile li.open {background: #C36E1E;}
    .stellarnav li li {border-bottom: 1px solid #eee;background: #ba5b01;}
    .stellarnav li li:hover{border-bottom: 1px solid #eee;background: #C36E1E;}
    .stellarnav li a {padding: 20px 10px;display: block;color: #fff;}
      
    .contact_le_map a {
              display:none;
              background: #C36E1E;
              text-align: center;
              padding: 10px;
              color: #fff;}
    
    .sidebarBtn {
              padding: 15px;
              display: inline-block;
              width: 100%;
              vertical-align: top;
              border: 5px #C36E1E solid;
              background: #ffffff;}

.footer_info li:nth-child(1) {width: 100%;display: block;}
.footer_info li p {letter-spacing: 1px;color: #28427C;width: 100%;margin: 6px 0;}
.box_link {
    display: block;
    width: 100%;
    position: static;
    padding-top: 0px; 
}}

       
@media (max-width: 600px) {
                .in11 b a {
                    font-size: 19px;
                    margin: auto;
                    white-space: unset;
                }}


@media screen and (max-width: 430px) { 
    .stellarnav.mobile.active {
       z-index:1
    }
    .stellarnav.mobile ul {
        display: block;
        text-align: center;
    }
    .stellarnav.mobile li {
        display: block;
        margin: 10px 0;
    }
    .logo.hidden {
        display: none; /* 隱藏logo */
    }
    .nav-brand {
        display: inline-block;
        width: 220px;
        MARGIN: 0px 65PX;
    }
    .navigation {
        width: 100%;
        position: relative;
        padding: 20px 0 55px 210px;
    }
.nav-brand img {
        max-width: 100%;
        padding: 12px;
        text-align: center;
        margin: 0px 0px 0 40px;
    }
.nav-header { display: block;}
.header_area.sticky { position: fixed;background: #6f6b6481;transition: all 0.3s ease-in-out;}
.footer_logo {
    margin: 0 0 0 14%;
    text-align: center;}
.footer_info li p {
             letter-spacing: 1px;
             color: #28427C;
             width: 100%;
             margin: 6px 0;
         }
         .box_link {
            display: block;
            width: 100%;
            position: static;
            padding-top: 0px; }
        
   .stellarnav.mobile.left > ul{left:0; margin: 0;}     }
    

    

 @media screen and (max-width: 600px) {
            
            /*手機板大圖*/
            
            .swiper-slide img { display:none; }
            .swiper-slide {    width: 100%;    height: 0;    padding-bottom: calc(100% / 3 * 4);}
            .swiper-slide:nth-child(1) { background-image:url(https://pic03.eapple.com.tw/hongmaosky/bn001.png) ; background-size:cover;   background-position: center;}
            .swiper-slide:nth-child(2) { background-image:url(https://pic03.eapple.com.tw/hongmaosky/bn002.png) ; background-size:cover;   background-position: center;}
            */
            
            }
            
            /*聯絡我們MAP區改滿版編輯區*/
            .contact_content {    width: 100%;padding: 0;}
            .contact_page .main_part {    max-width: 100%;    padding: 0;}
            .contact_page .path {    display: none;}
            .contact_content .information_left {    width: 100%;    padding: 0;}
            .contact_content .information_right {    width: 90%;    margin: 80px auto;    padding: 0 10px;    display: block;}
            .contact_content .information_left > h4.blank_letter {    display: none;}
            .contact_content .list_before {    width: 100%;  max-width: 100%;    padding: 0;    margin: 0 auto;}
            .contact_content .list_before > li:not(li:last-of-type) {    display: none;}
            .contact_content .list_before.info > li:last-of-type {display: none;}
            
            
            .style1 {
                display: flex;
                flex-direction: column-reverse;
            }
            
            
            @media screen and (max-width: 768px) {.contact_content .information_right {    margin: 50px auto;}}
            
            
            /**/
            /*電腦版表單最大寬度設定*/
            .contact_content .information_right {max-width: 1200px;}