@charset "utf-8";
/*哈奇*/
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100..900&display=swap');


/*預設解除背景輪播*/
#content_main { margin:0;}
.bannerindex { position:relative; height:auto;}
.swiper-banner { position:static; margin:0; height:auto;} 
.swiper-slide img { height:auto;}


.me_tp_features{
    display: none;
}


.tp_links a{
    color:#ffffff;
}

/*背景*/
#content_main{
    background-color: #bcbcbc;
}

#content{
    background-color: #bcbcbc;
}

/*圖片移動特效_不要有*/
.swiper-banner .swiper-slide img{
        -webkit-animation-duration: unset;
        animation-duration:unset;
}


/*大圖縮小*/
.swiper-banner .swiper-slide:nth-child(1)  img {
    animation: Zoom 1.5s;
}


/*
.swiper-banner .swiper-slide:nth-child(2)  img {
    animation: scale-up-zoom 2.5s cubic-bezier(0.390, 0.575, 0.565, 1.000) 2;
}

@keyframes scale-up-zoom {
0% {
        opacity: 0;
        transform: scale(1);
        filter: blur(0px);
}
50% {
        opacity: 1;
        filter: blur(8px);
        transform: scale(1.2);
}
100% {
    opacity: 1;
    filter: blur(8px);
    filter: blur(0px);
}
}
*/

@keyframes Zoom{
0% {
    transform: scale(4);
    filter: blur(8px);
}
50% {
    opacity: 1;
}
100% {
    opacity: 1;
    filter: blur(0px);
    transform: scale(1);
}
}





/*動畫入場text-----------------------------------*/
.swiper-banner .swiper-slide:nth-child(1):before {
    content: "3D數位製造、3D數位設計";
    height: 10%;
    width: 100%;
    font-size: 40px;
    text-align: center;
    left: 0;
    top: 26%;
    color: #ffffff;
    font-family: "Noto Sans TC", sans-serif;
    font-weight: 400;
    letter-spacing: 15px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    transform: translate(0%, 50%);
    opacity: 1;
    z-index: 999;
    position: absolute;
    animation: inside1 3.3s;
    filter: drop-shadow(2px 4px 11px black);
}



.swiper-banner .swiper-slide:nth-child(1):after {
    content: "產品開發製造等全方位服務";
    height: 10%;
    width: 100%;
    top: 44%;
    left: 0;
    font-size: 35px;
    text-align: center;
    color: #ffffff;
    font-family: "Noto Sans TC", sans-serif;
    font-weight: 400;
    letter-spacing: 12px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    transform: translate(0%, -50%);
    opacity: 1;
    z-index: 999;
    position: absolute;
    animation: inside2 3s;
    filter: drop-shadow(2px 4px 11px black);
}

/*
.swiper-banner .swiper-slide:nth-child(2):before {
    content: "";
    position: absolute;
    background-image: url(https://pic03.eapple.com.tw/HACHI/big_girl.png);
    background-size: contain;
    background-repeat: no-repeat;
    top: 10%;
    left: 2%;
    width: 22%;
    height: 100%;
    background-position: left;
    animation:  fade-in-elegant1  4s 0.2s both;
    animation-delay: 3.4s;
}


.swiper-banner .swiper-slide:nth-child(2)::after {
    content: "";
    position: absolute;
    background-image: url(https://pic03.eapple.com.tw/HACHI/big_boy.png);
    background-size: contain;
    background-repeat: no-repeat;
    top: 15%;
    right: 2%;
    width: 36%;
    height: 100%;
    background-position: right;
    animation: fade-in-elegant2 2s 0.2s both;
    animation-delay: 3.4s;
}*/

/*動畫在這裡---------------------------------------*/
@keyframes inside1{
	0% {
        transform: translate(0%,0);
        opacity: 0;
        filter: blur(10px);
    }
    100% {
        opacity: 1;
    
    }
}

@keyframes inside2{
    0% {
        transform: translate(0%, 0);
        opacity: 0;
        filter: blur(10px);
    }
    100% {
        opacity: 1;
       
    }
}


/*
@keyframes fade-in-elegant1 {
    0% {
        opacity: 0;
        transform: translateY(50px); 
    }
    100% {
        opacity: 1;
        transform: translateY(0); 
    }
}



@keyframes fade-in-elegant2 {
    0% {
        opacity: 0;
        transform: translateY(80px); 
    }
    100% {
        opacity: 1;
        transform: translateY(0); 
    }
}

*/


    

.navigation{
    grid-template-columns: 320px 1fr;
}

.main_header_area .container {
    width: 100%;
    max-width: 92%;
    transition: all 0.5s ease;
}
.header_area.sticky .main_header_area .container{
    width: 100%;
    max-width: 100%;
    transition: all 0.5s ease;
}

.nav-header {
    max-width: 100%;
    width: 100%;
    position: relative;
}


.header_area{
    position: fixed;
    width: 100%;
    background: transparent;
    transition: all 0.5s ease;
    padding: 0.5% 2% 0 2%;
}

.header_area.sticky{
    background: #050a12c2;
    transition: all 0.5s ease;
}

.stellarnav{
    padding: 1% 0;
}

.stellarnav ul ul{
    background: #69696e;
}

.stellarnav li li{
    border: none;
}

.stellarnav li a{
    color: #f7f7f7;
}

.stellarnav > ul > li > a {
    color: #ffffff;
    font-family: "Noto Sans TC", sans-serif;
    letter-spacing: 1px;
    margin: 0 20px;
    font-size: 18px;
    transition: all 0.5s ease;
}

.stellarnav > ul > li > a b{
    font-size: 18px;
    letter-spacing: 1px;
}

.stellarnav > ul > li > a:hover{
    color: #dfd5d1;
    font-family: "Noto Sans TC", sans-serif;
    font-weight:400;
    transition: all 0.5s ease;
    letter-spacing: 6px;

}


.stellarnav li.has-sub > a:after{
    display: none;
}

.stellarnav > ul > li.has-sub > a {
    padding-right: 0;
}



/*內頁BANNER 設定*/
.banner {
    font-size: 40px;
    padding: 20px;
    text-align: center;
    background: repeat center center #f9f9f9;
    display: flex;
    align-items: flex-end;
    align-content: center;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.banner h5 {
   display: none;
}


.banner.banB {display: none;}
.banner.banC {
    background-image: url(https://pic03.eapple.com.tw/HACHI/contact_banner.jpg);
    background-repeat: no-repeat;
    height: 500px;

}

.article_a .banner.banblog {
    background-image: url(https://pic03.eapple.com.tw/HACHI/new_banner.jpg);
    background-repeat: no-repeat;
    height: 500px;
}

.article_b .banner.banblog {
    background-image: url(https://pic03.eapple.com.tw/HACHI/qa_banner.jpg);
    background-repeat: no-repeat;
    height: 500px;
}

.banner.banF{
    background-image: url(https://pic03.eapple.com.tw/HACHI/product_banner.jpg);
    background-repeat: no-repeat;
    height: 500px;
}




/*文章設定*/
.blog_in_page .edit {
    font-family: 'Noto Sans TC';
    line-height: 150%;
    font-size: 18px;
    letter-spacing: 1px;
}

.blog_page  .main_part,.blog_in_page .main_part{
    max-width: 80%;
    padding: 5% 20px;
}

.blog_le{
    width: 18%;
}

.blog_ri {
    width: calc(100% - 19%);
    padding: 0 0 0 4%;
    min-height: 75vh;
}

.blog_subbox{
    grid-template-columns: repeat(auto-fill, minmax(30%, 1fr));
    grid-gap: 30px;
}

.subbox_item { 
    width:100%;
    background-color: #dbdbdb;
    min-height: 60vh;
    overflow: hidden;
}

h5.blog_le_t{
    text-align: center;
    color: #000000;
}
.subbox_item a{
    grid-template-columns: 1fr;
    height: 100%;
    grid-gap: 0;
}

.article_a .subbox_item a:after {
    writing-mode: vertical-rl;
    background: transparent;
    border: none;
    content: '最新消息';
    font-size: 14px;
    font-family: 'Noto Sans TC';
    letter-spacing: 4px;
    color: #765c4cc7;
    opacity: 1;
    padding-top: 4%;
    left: -4%;
}

.article_b .subbox_item a:after {
    writing-mode: vertical-rl;
    background: transparent;
    border: none;
    content: '常見問題';
    font-size: 14px;
    font-family: 'Noto Sans TC';
    letter-spacing: 4px;
    color: #765c4cc7;
    opacity: 1;
    padding-top: 4%;
    left: 0;
    padding: 2% 2%;
}

.blog_list_ri h5{
    font-family: "Noto Sans TC", sans-serif;
    letter-spacing: 2px;
    font-size: 25px;
    font-weight: 600;
}


.blog_list_ri{
    padding: 0 12px 36px 12px;
}

.blog_list_ri p{
    font-family: "Noto Sans TC", sans-serif;
    letter-spacing: 1px;
    color: #000;
    font-size: 16px;
    -webkit-line-clamp: 2;
    height: 6vh;
}

.subbox_item a:before {
    content: 'MORE';
    width: 100%;
    background-color: #ababab;
    color: #fff;
    font-size: 14px;
    height: 34px;
    text-align: center;
    bottom: 0;
    right: 0;
    padding: 8px;
    opacity: 1;
    transition: all .5s;
}

.subbox_item a:hover::before{
    padding: 0;
    font-size: 0;
    width: 0%;
    transition: all .5s;
}


.blog_le .accordion{
    border: 1px #333333 solid;
    text-align: center;
    border-radius: 4px;
}

.news_related{
    background: #f3f3f35c;
}

.news_related h6{
    margin: 2% auto 4% auto;
}

.news_related h6 span:before{
    color: #080808;
}

.news_related_list{
    grid-gap: 30px;
}

.lastPage{
    background: #4b4b4b;
}

.blog_back a.article_btn_back{
    background: #253358;
}

.blog_back a.article_btn_prev{
    background: #767676;
}

.blog_back a.article_btn_next{
    background: #767676;
}


.blog_page h4.blog_category_title{
    display: none;
}

h4.blog_category_title{
    color: #000000;
}

.accordion li .link a{
    font-size: 16px;
}

.blog_le .accordion > li:hover, .blog_le .accordion > li.on_this_category{
    background: #424245 !important;
}

.articel_mainPic img{
    display: none;
}

.news_related_list{
    grid-template-columns: repeat(auto-fill, minmax(20%, 1fr));
    max-width: 76%;
}

.news_related_list li a{
    background: #e4e3e3;
}

.news_related_list li a p{
    font-size: 18px;
    font-family: "Noto Sans TC", sans-serif;
    letter-spacing: 1px;
}



/*相簿*/


.products-list{
    grid-template-columns: repeat(auto-fill, minmax(20%, 1fr));
}

.products-list .name{
    text-align: center;
    color: #000000;
    font-size: 16px;
    font-family: 'Noto Sans TC';
    font-weight: 500;
}

.products-list .more{
    border: 1px solid #000000;
    color: #090909;
}

.products-list .item a:hover .more{
    background: #626262;
    border:none;
}

.product-layer-two li a{
    color: #000000;
    border: none;
    background: #cccccc;
    font-family: 'Noto Sans TC';
    font-weight: 400;
}

.prod_related{
    background: #f3f3f352;
}

.prod_related h6 span:before{
    color: #2b2b2b;
}

.prod_related h6{
    margin: 2% auto 4% auto;
}

.sidebarBtn{
    border: none;
    background: #ffffff91;
}





/*產品*/
.product_page .main_part{
    max-width: 88%;
    padding: 6% 0;
}

.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;}
.related_list li a{    padding: 0;    background: #e5e5e5;}
.related_list{ max-width: 76%;  width: 100%;grid-template-columns: repeat(auto-fill, minmax(20%, 1fr));grid-gap: 30px;}
.related_list li a p{
    font-size: 18px;
}
  
.proImgSwiper li{
    align-items: flex-start;
}



/*聯絡我們*/
.contact_page  .main_part{
    width: 100%;
    max-width: 100%;
    margin: auto;
    padding: 0;
}

.contact_editbox{
    padding: 0;
}

.contact_content .information_left{
    width: 100%;
}

.contact_content .information_right{
    display: none;

}

.contact_page .contact_content{
    width: 100%;
    max-width: 80%;
    padding: 0 0 4% 0;
}


.contact_form li input.noborder {
    border: none;
    background: #f5f5f5;
    border-radius: 8px;
}

.contact_form li textarea.noborder{
    border: none;
    background: #f5f5f5;
    border-radius: 8px;
}

.contact_form li.last cite {
    background: #0e1b3d;
    color: #fff;
}

.contact_form li.last blockquote {
    color: #020714;
    border: 1px #7a7a7a solid;
}

.contact_form li{
    grid-template-columns: 1fr;
}

.contact_form li .form__label{
    text-align: left;
}

.contact_form li .form__label{
    display: flex;
}

.red{
    order: 2;
}

.box1 iframe{
    border-radius: 8px;
}






/*麵包屑*/
.path{
    display: none;
}


/*footer*/
.footer{
    background: #0e1b3d;
    padding: 5% 0 0 0;
}

.footer_logo{
    display: block;
    max-width: 100%;
    margin: 0;
    height: 78px;
}

.footer_menu {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
   
}

.footer .center{
    max-width: 80%;
    width: 100%;
}

.footer_info ul {
    display: flex;
    width: 100%;
    margin-left: 0;
    flex-direction: row;
    justify-content: space-around;
}

.footer_info{
    grid-template-columns: 350px 1fr;
    position: relative;
}

.footer_menu a{
    background: transparent;
    border: none;
    color: #ffffff;
    font-family: "Noto Sans TC", sans-serif;
    font-weight: 300;
    font-size: 15px;
}

.footer_menu a:hover{
    background: #66666673;
}



.footer_info li p {
    color: #ffffff;
    font-family: "Noto Sans TC", sans-serif;
    font-size: 15px;
    font-weight: 300;
}

.footer_info li p  a{
    color: #ffffff;
    font-family: "Noto Sans TC", sans-serif;
    font-weight: 300;
}

.footer_info li p.add2:before{
    content: '營業時間：';
}




.copy{
    padding: 1% 0;
    border-top: none;
    color: #4b5572;
    font-family: "Noto Sans TC", sans-serif;
    letter-spacing: 1px;
}



.copy a {
    color: #4b5572;
}

.box_link {
    flex-direction: row;
    max-width: 100%;
    top: 60%;
    left: 7%;
    right: unset;
    transform: translate(-7%, -100%);
}

.box_link a{
    border: none;
    font-size: 18px;
}

@media screen and (max-width: 1400px) {
.stellarnav > ul > li > a{
    margin: 0 12px;
}


}
@media screen and (max-width: 1280px) {
.header_area{
    position: relative;
    background-color: #050a12;
    z-index: 1;
}
.nav-header {
    max-width: 76%;
}
.stellarnav > ul > li > a{
    font-size: 16px;
}
/*版面*/
.blog_page .main_part, .blog_in_page .main_part{
    max-width: 90%;
}

/*banner*/
.article_b .banner.banblog,.article_b .banner.banblog{
    height: 300px;
}
.banner.banC {
    height: 300px;
}
.article_a .banner.banblog {
    height: 300px;
}
.article_b .banner.banblog {
     height: 300px;
}
.banner.banF{
     height: 300px;
}

/*文章*/
.subbox_item{
    min-height: 48vh;
}
.blog_list_ri h5{
    font-size: 20px;
}
.blog_list_ri p{
    height: 10vh;
}

/*產品*/
.products-list{
    grid-template-columns: repeat(auto-fill, minmax(31%, 1fr));
}

/*頁腳*/
.footer .center{
    max-width: 90%;
    width: 100%;
}

.footer_logo{
    max-width: 90%;
    width: 100%;
}
.footer_info {
    grid-template-columns: 1fr;
    padding: 0;
}

.footer_info ul{
    justify-content: space-between;
}
.box_link {
    max-width: 100%;
    width: 100%;
    top: 20%;
    left: 0;
    right: unset;
}
}

@media screen and (max-width: 1024px) {
.swiper-banner .swiper-slide:nth-child(1):before{
    font-size: 28px;
    top: 20%;
}
.swiper-banner .swiper-slide:nth-child(1)::after{
    font-size: 22px;
    top: 40%;
}
.stellarnav > ul > li > a{
    margin: 0 22px;
}

/*文章*/
.blog_list_ri p{
    height: 18vh; 
}
.blog_subbox{
    grid-template-columns: repeat(auto-fill, minmax(47%, 1fr));
}
.blog_list_ri p {
    height: 14vh;
}

}

@media screen and (max-width: 980px) {
.stellarnav > ul > li > a{
    margin: 0 8px;
}

/*文章*/
.blog_list_ri p{
    height: auto;
}
.subbox_item {
    min-height: 30vh;
}


}
@media screen and (max-width: 768px) {
/* 開啟手機板下方按鈕所需設定 */
#bottom_menu {
    display: none;
}
.footer.with_shopping_mode { padding:30px 0 70px; }
#to_top { bottom:60px;}
.bannerindex { padding:0; margin:0;}
.header_area{
    z-index: 999;
}

.stellarnav.mobile li a{
    border-bottom: none;
}

.stellarnav.mobile.right > ul, .stellarnav.mobile.left > ul{
    border-right: 1px #212121 solid;
}

/*大圖*/
.swiper-banner .swiper-slide:nth-child(1):before{
    font-size: 24px;
    top: 20%;
}
.swiper-banner .swiper-slide:nth-child(1)::after{
    font-size: 19px;
    top: 40%;
}

.swiper-banner .swiper-slide img{ 
    height: 50vh; 
    padding:0;
    object-fit: cover;
}



/*選單*/
.stellarnav.mobile ul{
    background: #010101;
}

.stellarnav.mobile > ul > li{
    border-bottom: 1px #424f70 solid;
}

.stellarnav.mobile.right .close-menu, .stellarnav.mobile.left .close-menu{
    background: #23325d;
}

.stellarnav.mobile li.open{
    background: #414552;
}

.stellarnav > ul > li > a:hover{
    letter-spacing: 0;
}

/*文章*/
.blog_le {
    width: 100%;
}
.blog_ri {
    width: 100%;
    padding: 0;
}
.news_related_list{
    grid-template-columns: repeat(auto-fill, minmax(47%, 1fr));
}

/*產品*/
.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;}
.related_list{
   grid-template-columns: 1fr  1fr; 
}


/*頁腳*/
.footer_info ul{
    flex-direction: column;
}



}




@media screen and (max-width: 600px) {
.main_header_area .container{
    width: 100%;
    max-width: 100%;
}

.stellarnav .menu-toggle span.bars span{
    background: #ffffff;
}

.stellarnav .menu-toggle:after{
    color: #ffffff;
}
.stellarnav.mobile{
    top: 10%;
}
/*大圖*/
.swiper-banner .swiper-slide:nth-child(1):before{
    font-size: 20px;
    top: 18%;
    letter-spacing: 2px;
}
.swiper-banner .swiper-slide:nth-child(1)::after{
    font-size: 16px;
    top: 35%;
    letter-spacing: 2px;
}


/*banner*/
.article_b .banner.banblog{
    background-position: 14%;
}

.banner.banF{
    background-position: 67%;
}


.banner.banC {
    height: 360px;

}
.article_a .banner.banblog {
    height: 360px;
}

.article_b .banner.banblog {
    height: 360px;
}

.banner.banF{
    height: 360px;
}






/*產品*/
.products-list {
    grid-template-columns: 1fr;
    grid-gap: 40px;
}
.related_list{
    max-width: 90%;
    width: 100%;
    grid-template-columns: 1fr; 
}


/*文章*/
.blog_le {
    width: 100%;
}

.blog_subbox {
    grid-template-columns: 1fr;
}
.blog_ri {
    width: 100%;
    padding: 0;
}
.subbox_item{
    min-height: auto;
}

.blog_list_ri {
   padding: 4% 12px 50px 12px;
}
.article_b .subbox_item a:after{
    left: 0;
}

.banner h5 {
    font-size: 28px;
    display: block;
    color: #ffffff;
    font-weight: 400;
    margin: 0 auto;
    letter-spacing: 4px;
}


/*線上諮詢*/
.contact_content .information_left {
    width: 100%;
}

.contact_content .information_right {
    width: 100%;
}

.contact_form li .form__label{
    background: transparent;
}


}


@media screen and (max-width: 480px) {
.swiper-banner .swiper-slide:nth-child(1)::after{
    top: 38%;
    letter-spacing: 3px;
}

.swiper-banner .swiper-slide:nth-child(1):before{
    letter-spacing: 3px;
}

/*文章*/
.blog_page .main_part, .blog_in_page .main_part{
    max-width: 100%;
}


/*頁腳*/

 .box_link {
    top: 0;
    text-align: center;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: none;
}

.footer_menu a{
    padding: 2% 0;
    margin: 0;
}




}





