@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100;300;400;500;700;900&family=Quicksand:wght@400;500;600;700&display=swap');

body {
    overflow-x: hidden;
    font-family: "Noto Sans TC", 微軟正黑體, arial, sans-serif;
    font-weight: 400;
}
/*
關於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}
*/


/*電腦LOGO
.nav-brand {}
*/

/*手機LOGO
.nav-brand-m {}
*/


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/* 大圖 */

.pageIndex .swiper-wrapper .swiper-slide.swiper-slide::before {
    content: "";
    display: block;
    position: absolute;
    top: -1px;
    left: 0;
    background-image: url(https://pic03.eapple.com.tw/hongbin168/bg-04.png);
    width: 100%;
    max-width: 100%;
    height: 101%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 1000;
    opacity: 1;
}

.swiper-wrapper .swiper-slide:nth-child(1)::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(https://pic03.eapple.com.tw/hongbin168/bg-01.png);
    width: 100%;
    max-width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 10000;
}

.swiper-wrapper .swiper-slide:nth-child(2)::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(https://pic03.eapple.com.tw/hongbin168/bg-02.png);
    width: 100%;
    max-width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 10000;
}

.swiper-wrapper .swiper-slide:nth-child(3)::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(https://pic03.eapple.com.tw/hongbin168/bg-03.png);
    width: 100%;
    max-width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 10000;
}

.swiper-wrapper .swiper-slide-active::after {
    transform-origin: 50% 50%;
    animation: bg-active-2 1.5s forwards cubic-bezier(0.73, 0.08, 0.11, 0.99);
}

@keyframes bg-active-2 {
    0% {
        opacity: 0;
        transform: translate(-5%, 0);
    }

    100% {
        opacity: 1;
        transform: translate(0, 0);
    }
}


.swiper-pagination-bullets.swiper-pagination-horizontal {
    display: none;
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

.pageIndex .main_header_area {
    background: linear-gradient(180deg, #000000a3, transparent);
    box-shadow: none;
    position: relative;
}

.main_header_area .container {
    max-width: 2000px;
    width: 90%;
    padding: 10px;
}
/* 商品下拉超過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個--結束 */

.nav-header {
    max-width: 320px;
}

.nav-brand img {
    max-width: 100%;
}

.pageIndex .nav-brand {
    background: url(https://pic03.eapple.com.tw/hongbin168/LOGO-1.png) no-repeat;
    width: 100%;
    height: 65px;
    background-size: contain !important;
    display: block;
}

.pageIndex .nav-brand img {
    max-width: 100%;
    display: none;
}

.pageIndex .sticky .nav-brand img {
    display: none;
}

.sticky .nav-brand {
    background: url(https://pic03.eapple.com.tw/hongbin168/LOGO-1.png) no-repeat;
    width: 100%;
    height: 65px;
    background-size: contain !important;
    display: block;
}

.sticky .nav-brand img {
    max-width: 100%;
    filter: brightness(100);
    display: none;
}

.header_area {
    padding: 0px;
    background: transparent;
    position: fixed;
}

.header_area.sticky {
    background: #0167b2a1;
    backdrop-filter: saturate(93%) blur(7px);
    transition: all 0.5s ease;
}

.header_area.sticky .main_header_area {
    background:none;
}


/*●●●●●●●●●●●●●●●●●●●●●●●●   HEADER區塊   ●●●●●●●●●●●●●●●●●●●●●●●●*/
/*※※※※※【【  固定區塊不動↓↓↓  】】※※※※※*/

.stellarnav li {
    font-size: 17px;
}

.stellarnav li a {
    color: #000;
    padding: 10px 10px;
}

.stellarnav ul {
    padding: 10px 0 0;
}

.stellarnav>ul>li {
    padding: 5px;
}

.stellarnav > ul > li > a {
    letter-spacing: 1.5px;
    padding: 0;
    text-transform: uppercase;
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 40px;
    height: 40px;
    margin: 0px 10px;
    overflow: hidden;
    cursor: pointer;
    text-align: center;
    transition: all 0.3s;
}

.stellarnav > ul > li.has-sub > a {
    padding-right: 0px;
}

.stellarnav > ul > li > a:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #fff;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 0.5s ease-in-out;
}

.pageIndex .header_area .stellarnav > ul > li > a:before {
    background-color: #fff;
}

.header_area .stellarnav > ul > li > a:before {
    background-color: #0167b2;
}

.header_area.sticky .stellarnav > ul > li > a:before {
    background-color: #fff;
}


.stellarnav > ul > li:hover > a:before {
    transform: scaleX(1);
    transform-origin: left;
}

.pageIndex .stellarnav>ul>li>a {
    color: #fff;
}



.sticky .stellarnav>ul>li>a {
    color: #fff;
}


.stellarnav>ul>li:nth-of-type(5)>a {
    border-right: none;
}

.stellarnav>ul>li>a b {
    font-weight: 400;
}

.header_area .stellarnav>ul>li>a:hover {
    text-shadow: none;
}

.header_area.sticky .stellarnav>ul>li>a:hover {
    color: #fff;
    text-shadow: 0 0 3px #0000005c;
}

.stellarnav li li a {
    transition: all 0.2s ease-in-out;
}

/*下拉分類滑過前*/
.stellarnav li li a:hover {
    background: #0167B2;
    color: #ffffff;
}

/*下拉分類滑過後*/

/*選單下拉三角槓槓*/
.stellarnav li.has-sub>a:after {
    content: '';
    display: inline-block;
    position: absolute;
    top: 40%;
    right: 2px;
    transform: translateY(-50%);
    height: 5px;
    width: 5px;
    display: block;
    border-style: solid;
    border-width: 0 1px 1px 0;
    border-color: transparent #555 #555 transparent;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.stellarnav li.has-sub>a:hover:after {
    border-color: #dfd7c9;
}



/*下拉分類橫向箭頭*/
.stellarnav li li.has-sub>a:after {
    content: '';
    display: inline-block;
    position: absolute;
    top: 45%;
    right: 10px;
    transform: translateY(-50%);
    height: 5px;
    width: 5px;
    display: block;
    border-style: solid;
    border-width: 0 1px 1px 0;
    border-color: transparent #cccccc #cccccc transparent;
    -webkit-transform: rotate(253deg);
    transform: rotate(-45deg);
}


/*-------------------------------------------------*/

/*第二層*/
.stellarnav li li {
    border: none !important;
}

.stellarnav li li>a,
.stellarnav li li.has-sub>a {
    color: #333333;
    padding: 10px 15px;
    transition: all 0.3s;
    letter-spacing: 1.5px;
    border-left: 1px solid transparent;
    font-size: 14px;
    background: #ffffff;
    box-shadow: 4px 5px 23px rgb(0 0 0 / 10%);
}

/*下拉背景*/
.stellarnav li li:hover>a,
.stellarnav li li.has-sub:hover>a {
    padding-left: 20px;
    border-left: 4px solid #fff;
}

.stellarnav>ul>li>ul {
    left: 50%;
    transform: translateX(-42%);
    padding: 0;
}

.stellarnav ul ul {
    width: 160px;
    border: 0 solid transparent;
}

/*下拉分類寬度/外框*/
.stellarnav li li {
    border: none;
}

.stellarnav li li+li {
    border-top: 1px solid #eeeeee;
}

.stellarnav li.drop-left ul ul {
    right: 100%;
}

.stellarnav ul ul ul {
    left: 100%;
}








/*-------------------*/
/*下拉次分類(箭頭)*/
.stellarnav li.has-sub>a:after {
    display: none;
}

.stellarnav li li.has-sub>a:after {
    content: '';
    display: inline-block;
    position: absolute;
    top: 45%;
    right: 10px;
    transform: translateY(-50%);
    height: 5px;
    width: 5px;
    display: block;
    border-style: solid;
    border-width: 0 1px 1px 0;
    border-color: transparent #cccccc #cccccc transparent;
    -webkit-transform: rotate(253deg);
    transform: rotate(45deg);
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */
.navigation {
    grid-template-columns: 320px 1fr;
}

.me_tp_features {
    display: none;
}

@media screen and (max-width: 1750px) {


    .nav-brand img {
        max-width: 100%;
    }
}

@media screen and (max-width: 1250px) {
    .nav-header {
    max-width: 280px;
    }

    .main_header_area .container {
    width: 100%;
    }

    .stellarnav>ul>li {
    padding: 0 0px;
    }
}

@media screen and (max-width: 1024px) {
    .navigation {
        justify-content: center;
    }

    .pageIndex .main_header_area {
        background: none;
    }

    .header_area {
    background: #0167b2;
    position: sticky;
    }

    .nav-brand {
    background: url(https://pic03.eapple.com.tw/hongbin168/LOGO-1.png) no-repeat;
    width: 100%;
    height: 65px;
    background-size: contain !important;
    display: block;
    }

    .nav-brand img {
    display: none;
    }

    .nav-header {
        padding-left: 0px;
    }

    .stellarnav>ul>li>a {
        margin: 10px 15px;
        color: #fff;
    }
}


@media screen and (max-width: 768px) {
    .stellarnav.mobile {
        position: absolute;
        left: 0;
        top: auto;
        width: auto;
        display: inline-block;
        left: 0px;
    }

    .stellarnav .menu-toggle span.bars span {
       display: block;
       width: 30px;
       height: 2px;
       border-radius: 6px;
       background: #0167b2;
       margin: 0 auto 4px;
    }

    .pageIndex .stellarnav .menu-toggle span.bars span {
        background: #fff;
        transition: all 0.5s;
    }

    .sticky .stellarnav .menu-toggle span.bars span {
        background: #fff;
        transition: all 0.5s;
    }


    .stellarnav .menu-toggle {
        padding: 12px 0;
    }

    .stellarnav>ul>li>ul {
        left: auto;
        transform: none;
    }

    .header_area.sticky {
        backdrop-filter: none;
    }

    .stellarnav.mobile.right .close-menu,
    .stellarnav.mobile.left .close-menu {
        background: #0167b2;
        color: #fff;
    }

    .stellarnav .icon-close:before,
    .stellarnav .icon-close::after {
        border-bottom: solid 3px #fff;
    }

    .sticky .stellarnav>ul>li>a {
        color: #333333;
        border-right: solid 1px #fff;
    }

    .header_area.sticky .stellarnav>ul>li>a:hover {
        color: #333333;
        text-shadow: 0 0 3px #0000005c;
    }

    .stellarnav.mobile>ul>li>a.dd-toggle {
        top: -10px;
    }

    .nav-header {
        max-width: 250px;
    }

    .stellarnav li li>a,
    .stellarnav li li.has-sub>a {
        background: transparent;
        box-shadow: none;
    }

    .stellarnav.mobile ul ul {
        background: transparent;
    }

    .stellarnav>ul>li>a {
        border-right: 0;
    }

    .stellarnav.mobile > ul {
    border-top: none;
    }

    .stellarnav.mobile.left > ul {
    border-right: none;
    }

    .stellarnav ul { padding: 0px;}

    .header_area .stellarnav > ul > li > a:before{ display: none;}

    .stellarnav.mobile li.open {
    background: #fff;
    padding: 0 0 10px 0;
    }

    .stellarnav.mobile li.open li a:not(.dd-toggle):not(.icon-plus) {
    margin-left: 30px;
    font-size: 15px;
    border-left: 1pt solid #0167b2;
    padding: 10px 20px;
    color: #343a40;
    border-bottom: none;
    }

    .pageIndex .stellarnav .menu-toggle:after {
    color: #fff;
    }

    .stellarnav .menu-toggle:after {
    color: #0167b2;
    }

    .sticky .stellarnav .menu-toggle:after {
    color: #fff;
    }

    .pageIndex .stellarnav>ul>li>a {
    color: #343a40;
    }
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/* footer */
/*※※※※※【【  固定區塊不動↓↓↓  】】※※※※※*/

/*※※※※※【【  此案件更動處↓↓↓  】】※※※※※*/
.footer {background: #0167B2;padding: 50px 0 0;}
.footer .center {max-width: 1000px;padding: 0 30px;}
.footer_info {grid-template-columns: 160px 1fr;grid-gap: 80px;padding-right: 0px;}
.footer_logo {max-width: 160px;}
.footer_logo > a{background: url(https://pic03.eapple.com.tw/hongbin168/logo_col.png) no-repeat;
width: 160px;height: 150px;background-size: contain !important;background-position: center !important;
display: block; filter: brightness(500);}
.footer_logo > a img{display: none;}
.footer_info li p,.footer_info li p a{color: #fffaf7;}
.footer_info li:nth-child(2) {
    padding: 10px 0;
}
.footer_menu a {background: transparent;border: none;font-size: 14px;color: #fff;transition: all .5s; padding: 5px 10px; margin: 0;}
.footer_menu a:hover {background: #004774;}
.box_link{display: none;}
.copy { text-align: center; padding: 7px 0; font-size: 13px; color: #fff; border-top: none; margin-top: 15px;}
.copy a { color: #fff;}
.copy a:hover {
    color: #bcd8ea;
}

p.tel {
    display: none;
}
p.add {
    display: none;
}

@media screen and (max-width: 1200px){
	.footer_info {max-width: 800px;margin: 0 auto;grid-gap: 20px;}
	.footer_logo > a {width: 130px;height: 130px;}
}
@media screen and (max-width: 768px){
	.footer_info {grid-template-columns: 1fr;text-align: center;padding: 0;}
	.footer_logo {margin: 0 auto;}
	.footer_menu a {max-width: 110px;width: 20%;}
}
@media screen and (max-width: 580px){
	.footer_menu a { width: 50%;}
}
@media screen and (max-width: 450px){
	.footer .center {padding: 0 15px;}
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*預設購物車版面 產品分類選單在左側 商品內頁詳細介紹下表單更改樣式 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) {
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*預設解除背景輪播*/
#content_main { margin:0;}
.pageIndex #content_main {background: #0268b3;}
.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 {
    height: 300px;
    background-size: cover !important;
    background: #fff;
}

.banner h5 {
    font-size: 20px;
    font-family: 'Noto Sans TC', sans-serif;
    letter-spacing: .12em;
    font-weight: 700;
    color: #0167b2;
    width: 100%;
    padding: 150px 4vw 0px;
    text-align: left;
    line-height: 1;
}

.banner.banA {}
.banner.banB {}
.banner.banC {}
.banner.banD {}
.banner.banE {}
.banner.banblog {}

.banner h5::before {
    font-family: 'Work Sans', serif;
    font-size: 52px;
    font-weight: 300;
    display: block;
    letter-spacing: .1em;
    margin-bottom: 15px;
}

.banA h5::before {
    content: "ANNOUNCEMENT";
}

.banB h5::before {
    content: "SERVICE";
}

.banC h5::before {
    content: "CONTACT";
}

.banblog h5::before {
    content: "CASE";
}

.banE h5::before {
    content: "ENGINEERING";
}


@media screen and (max-width: 1024px) {
.banner { height: 180px;  min-height: 20px;}
.banner h5 {  padding: 50px 8vw 0px;}
}

@media screen and (max-width: 768px) {
.banner h5 { text-align: center; padding: 50px 8vw 0px;}

.banner h5::before { font-size: 42px;}

}

@media screen and (max-width: 500px) {
.banner h5::before { font-size: 32px;}

}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*其他分頁*/
.path p, .path p a{
    display: none;
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*文章設定*/
/* 一排呈現 */

.blog_page .main_part {
    max-width: 1440px;
}

.subbox_item a {
    display: flex;
    grid-template-columns: 160px 1fr;
    position: relative;
    grid-gap: 20px;
    flex-direction: column;
}

h5.blog_le_t {
    display: none;
}

.blog_subbox {
    display: flex;
    grid-gap: 20px;
    flex-wrap: wrap;
}

.subbox_item {
    width: calc(100% / 3 - 20px);
}

.subbox_item a:after {
    display: none;
}

.subbox_item a:before {
    color: #0167B2;
}

.blog_list_ri h5 {
    color: #0167B2;
}


.blog_list_le {
    overflow: hidden;
}

.blog_list_le img {
    transition: all 0.5s;
}

.subbox_item a:hover .blog_list_le img {
    transform: scale(1.1);
    transition: all 0.5s;
}


.blog_le .accordion {
    border-radius: 0;
    border: 0;
    overflow: hidden;
}

.blog_le .accordion li {
    border-bottom: 1px #33333375 solid;
}

.blog_le .accordion>li:hover,
.blog_le .accordion>li.on_this_category {
    background: #0167B2 !important;
    transition: all 0.5s;
}

.blog_search input[type=search] {
    border-radius: 0;
}

.blog_le {
    width: 220px;
    margin-right: 5%;
}

.blog_ri {
    width: calc(100% - 240px - 5%);
    padding: 0 0 0 20px;
    min-height: 75vh;
}



.submenu {
    display: none;
    background: #fff;
    font-size: 14px;
}

.submenu li.on_this_category a,
.submenu a:hover {
    background: #0000001f;
    color: #444;
}

h4.blog_category_title {
    border-bottom: none;
    padding: 0px;
    margin-bottom: 0px;
}

.blog_back a.article_btn_back {
    background: #0167B2;
}

.lastPage {
    background: #0167B2;
}

.accordion li+li .link {
    border-top: none;
}


/*相關文章*/

.news_related h6 span:before {
    color: #505050;
    font-weight: 400;
}

.lastPage {
    background: #0167B2;
}

.news_related_list li a:hover {
    padding: 10px;
    transition: .3s;
}

.news_related_list li a {
    transition: .3s;
}


@media screen and (max-width: 1024px) {
    .subbox_item {
        width: calc(100% / 2 - 20px);
    }

}


@media screen and (max-width: 768px) {
    .blog_ri {
        width: 100%;
        padding: 0;
    }

    .blog_le {
        width: 80%;
        margin-right: 0;
        margin: 0 auto;
    }

}



@media screen and (max-width: 500px) {
    .subbox_item {
        width: 100%;
    }
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = = = = = */
/*促銷活動設定 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
/* 促銷首頁 */
.news_part {
    width: 100%;
    max-width: 100%;
    margin: auto;
    padding: 120px 0;
    background: #fff;
    background-image: linear-gradient(180deg, #fff, #f5f2e882);
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: start;
    justify-items: start;
}
/* 標 */
.news_part .title_i_box {
    text-align: left;
    max-width: 1200px;
    margin: auto;
    padding: 0 60px 0 40px;
    width: fit-content;
    margin-left: 200px;
    margin-top: 0;
}
.news_part .title_i_box h6 {
    font-family: 'Work Sans', serif;
    font-size: 48px;
    font-weight: 700;
    color: #AA8C5A;
    font-size: 0;
}
.news_part .title_i_box h6:before {
    content: 'News';
    font-size: 48px;
}
.news_part .title_i_box h4 {
    font-size: 18px;
    color: #24272E;
    font-weight: 600;
    letter-spacing: 1px;
}
/* 文 */
.news_list {
    max-width: 1200px;
    margin: auto;
    width: 90%;
    margin-left: 0;
    text-align: left;
    font-family: 'Noto Sans TC', sans-serif;
}
.news_list ul li a {
    display: block;
    width: 100%;
    text-align: left;
}
.news_list ul li span {
    display: inline-block;
    vertical-align: top;
    padding: 15px 0;
    /* font-size: 14px; */
    color: #333;
    letter-spacing: 0.5px;
    font-weight: 600;
    text-align: left;
    width: fit-content;
}
.news_list ul li p {
    display: inline-block;
    vertical-align: top;
    padding: 15px 70px 15px 0;
    padding: 15px 0;
    /* font-size: 14px; */
    color: #283037;
    width: calc(100% - 160px);
    letter-spacing: 1px;
    text-align: left;
    position: relative;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-left: 30px;
    font-weight: 400;
}
.news_list ul li a:hover {
    background: transparent;
    opacity: .6;
}
.news_list ul li a:hover p {
    color: #283037;
}
.news_list ul li p:after{
    content: none;
}
/* BTN */
.i_news_b {
    max-width: 1000px;
    margin: auto;
    width: 100%;
    text-align: left;
    grid-column: 2 / 3;
    margin-left: 0;
}
.animated-arrow {
    background: transparent;
    color: #fff;
    display: inline-block;
    margin-top: 50px;
    height: 50px;
    line-height: 1.6;
    overflow: hidden;
    text-align: center;
    align-items: center;
    border-radius: 30px;
    display: inline-flex
;
    font-size: .9375em;
    height: 35px;
    justify-content: center;
    position: relative;
    width: 110px;
    z-index: 1;
}
.animated-arrow:before {
    background-color: #efebe1;
    border-radius: 30px;
    content: "";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transform: translate3d(-75px, 0, 0);
    width: 100%;
    transition: transform .4s cubic-bezier(0.455,0.030,0.515,0.955);
    z-index: 0;
}
.animated-arrow:hover:before{
    transform: translateZ(0);
}
.i_news_b * {
    transition: all .5s;
    color: #24272E;
    font-family: 'Noto Sans TC', sans-serif;
    font-size: 14px;
    font-weight: 500;
    z-index: 1;
}
.i_news_b a i.fa-solid.fa-arrow-right {
    margin: 0 10px;
    display: none;
}



/* 促銷內頁 */
/* 標 */
.promotion_title {
    border-bottom: 1px solid #e3e3e3;
    padding-bottom: 20px;
    letter-spacing: 1px;
    display: flex;
    flex-direction: column;
}
.promotion_title span {
    border: 1px #ccc dashed;
    padding: 0;
    margin: 0 2px 2px 0;
    margin: 0;
    font-family: 'Work Sans', serif;
    font-weight: 400;
    border: 0;
    text-transform: uppercase;
    color: #3a3a3a;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.7;
    margin-bottom: 0;
}
.promotion_title em {
    display: none;
}
.promotion_title h2 {
    font-size: 24px;
    color: #222;
}

/* 編輯器 */
.edit {
    margin: auto;
    padding: 20px 0;
    font-size: 15px;
    color: #2f2f2f;
    line-height: 1.8;
}

/* 其他相關訊息 */
.other_promotion:before {
    content: "其他相關訊息";
    display: block;
    font-family: 'Work Sans', serif;
    color: #3F3F3F;
    padding: 0 15px;
    font-weight: bold;
    margin-bottom: 15px;
    border-left: 3px solid #0167b2;
    padding-left: 15px;
    font-weight: 400;
    font-size: 18px;
    letter-spacing: .05em;
    color: #000;
}
.other_promotion {
    margin: 0 auto;
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 100%;
    width: 100%;
    margin-top: 70px;
}
.other_promotion li:first-child {
    border-top: 1px solid #0167b2;
    padding-top: 10px;
}
.other_promotion li {
    font-size: 13px;
    line-height: 20px;
    color: #666;
    display: inline-block;
    vertical-align: top;
    width: 25%;
    margin-left: -3px;
    width: 100%;
    margin: 0;
    padding-bottom: 15px;
    /* margin-top: 60px; */
}
.other_promotion li a {
    display: flex;
    width: 100%;
    margin: 0;
    padding: 0;
    border: 0;    
    transition: all 0.4s ease;    
}
.other_promotion li a:before, .other_promotion li a:after{
    content: none;
}
.other_promotion li a:hover {
    background: transparent;    
    opacity: .8;
}
.other_promotion .pmtTime {
    position: relative;
    right: 0;
    order: 2;
}
.other_promotion .pmtTime span {
    letter-spacing: 0.08em;
    font-family: 'Work Sans', serif;
    padding-top: 20px;
    display: inline-block;
    color: #A1A1A1;
    font-size: 13px;
    padding-left: 15px;
    margin: 0;
}
.pmtTitle {
    padding-top: 15px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.pmtTitle span {
    margin-right: 13px;
    background-color: #0167b2;
    padding: 5px 10px 3px;
    font-size: 13px;
    font-weight: 300;
    letter-spacing: 0.12em;
    color: #fff;
}
.other_promotion .pmtTitle h3 {
    font-size: 15px;
    color: #202020;
    margin: 0;
    padding-top: 5px;
    padding-bottom: 5px;
    letter-spacing: 0.04em;
    transition: all 0.4s ease;
}
.other_promotion li a:hover .pmtTitle h3 {
    color: #616A72;
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*相簿*/
.other_album_choice li {
    background: #ccc;
}
/*相簿下方隱藏*/
.other_album_choice{display:none;}
.album_fixed_title{display:none;}


.show-list .item a .show_pic {
    transition: all .8s;
}
.overlay {
  background: transparent;
  left: 0;
  top: 0;
  opacity: 1;
  transform: scale(0);
  z-index: 1;
  transition: all 0.3s;
}

.overlay:hover {
  background: linear-gradient(0deg, #0167b28c, #2a5e7400);
  opacity: 1;
  animation: tracking-in-expand-fwd .5s cubic-bezier(.215,.61,.355,1.000) both;
}

.overlay:hover:after {
  content: 'MORE +';
  width: 30%;
  position: absolute;
  bottom: 4%;
  right: -4%;
  height: 11%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}


@keyframes tracking-in-expand-fwd {
  0% {
    letter-spacing: -0.5em;
    -webkit-transform: translateZ(-700px);
            transform: translateZ(-700px);
    opacity: 0;
  }
  40% {
    opacity: 0.6;
  }
  100% {
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
    opacity: 1;
  }
}


/* .show-list .item a:hover .show_pic {filter: grayscale(0);} */
.show-list .show_pic {
    aspect-ratio: 37 / 25;
}
.show-list .item a .show_pic img {
    transform: scale(1);
    transition: all .8s;
}
.show-list .item a:hover .show_pic img {
    transform: scale(1.05);
    /* opacity: 0.8; */
}

.album_page .banner {
    position: relative;
    background: transparent;
    width: 100%;
    object-fit: cover;
    background-size: cover;
    display: flex;
    padding: 0;
    min-height: fit-content;
}
.album_page .banner h5 {
    text-align: center;
    padding-bottom: 20px;
    width: 100%;
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 0.2em;
    color: var(--SubColor);
    font-family: var(--SFont);
    width: fit-content;
    padding: 50px 0 0;
}


/* = = = 分隔線 相本分類= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */

/*相本列表*/
.album_page #page, .album_class_page #page, .album_info_page #page{

}
.album_page #content, .album_class_page #content, .album_info_page #content{
    background: transparent;
}

.album_page .show_content, .album_info_page .show_content{ 
    width: 100%;    
    text-align: center;
}

/* 主分類相簿名 */
.subalbum-menu h2 {
    color: #101010;
    font-size: 24px;
    width: 100%;
    letter-spacing: 1px;
    font-weight: 500;
    position: relative;
    display: none;
}
/*大分類頁*/
.album_class_page .show_content, .album_info_page .show_content {width: 100%;}
.album_descrip { display: none;}

.show-list {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: clamp(20px, 4%, 50px);
    gap: 30px;
}

.album_class_page .show-list {
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
}

ul.show-list, .other_subalbum, ul.pic-list {
    gap: 20px;
    border-top: 1pt solid #0167b2;
    padding-top: 40px;
}

.show-list .item {
    text-align: center;
    width: 100%;
    background: transparent;
}
/* 次分類相簿名 */
.other_subalbum li a p {
    margin: 0;
    position: relative;
    z-index: 1;
    display: inline-block;
    padding: 10px 0;
    font-size: 17px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: .1em;
    color: #3F3F3F;
    width: 100%;
    text-align: center;
}

.other_subalbum li a p:hover {
    color: #258684;
}


/*相本內頁-.album_info_page*/
.album_info_page{}
.album_descrip p {
    font-weight: 700;
    text-align: center;
    padding-bottom: 20px;
    width: 100%;
    color: #333;
    font-size: 20px;
    letter-spacing: 0.12em;
}
/*相簿瀑布流*/
.album_info_page .pic-list {
    -webkit-column-count: 3;
    -webkit-column-gap: 10px;
    column-count: 3;
    column-gap: 10px;
    width: 100%;
    margin: 0 auto;
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
    /* row-gap: clamp(20px, 4%, 50px);
    column-gap: clamp(20px, 4%, 50px); */
    grid-gap: 10px;
}
.album_info_page .pic-list .item { width: 100%;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
    padding: 0;
    margin: 0;
}
.album_info_page .pic-list .show_pic {
    height: auto;
    padding: 0;
    aspect-ratio: 4 / 4;
}
.pic-list .item h6 {
    padding: 0;
}



@media (max-width: 1440px){
.album_info_page .pic-list{ 
    -moz-column-count:3; 
    -webkit-column-count:3;  
    column-count:3;
}
}
@media screen and (max-width: 1280px){
    /* .album_page .show-list .item{width: 49%;}
    .album_info_page .pic-list .item {width: 49%;}	 */
    .show-list {
        grid-template-columns: 1fr 1fr;
    }
}
@media screen and (max-width: 980px){
    .main_part {
        width: 100%;
    }
}

@media screen and (max-width: 768px){
    .show-list {
        grid-template-columns: 1fr ;
    }
}

@media screen and (max-width: 600px){
    .album_class_page .show_content{width: 100%;}
    .album_page .show-list .item{width: 100%;}	
    .album_page .show-list .item{margin:auto;}
    .show-list .item{margin:auto;}
    .show-list {gap: 20px;}
    
}

/*相本分類全版面 ( 限制最寬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; } 取消連結被點擊效果
*/


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*聯絡我們*/
.contact_editbox {padding: 0;}
.contact_content {max-width: 1400px;padding: 20px 10px 50px;}
.contact_content > form {display: flex;justify-content: space-between;}
.contact_content .information_left {width: 30%;}
.contact_le_nomap { height:350px;}
.contact_content .information_right {width: 65%;padding-left: 20px;}
.list_before.info li {padding-left: 80px;}
.list_before.info li::before {width: 45px;letter-spacing: 5px;font-size: 15px;font-weight: normal;}
.note { order: 2; font-size: 14px;letter-spacing: 1px; margin-left: 20px;}
.contact_form {display: flex;flex-wrap: wrap;justify-content: space-between;}
.contact_form li {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 0 0px 20px 0px;
    margin: 0;
    padding-left: 0;
    border-bottom: unset;
    flex-direction: row;}
.contact_form li .form__label {
    display: inline-flex;
    justify-content: flex-end;
    width: 100%;
    text-align: left;
    margin-left: 0;
    margin-bottom: 5px;
    letter-spacing: 1px;
    flex-direction: row-reverse;}
.contact_form li .form__insert {display: flex; align-items: center;width: 100%;line-height: 100%;}
.contact_form li input.noborder, .contact_form li textarea.noborder {
    border: unset;
    border-bottom: 1px solid #ccc;
    background: unset;}
.noborder { padding: 10px 5px;}
.form select {
    width: 100%;    
    padding: 10px 5px;
    border: 1px #ddd solid;
    margin-right: 0; 
    margin-bottom: 0;    
    color: #0167B2;}
.form select option {color: #0167B2;}
.captcha {width: 100%;}
input[type="checkbox"], input[type="radio"] {     margin: 0 5px 0 10px;}
.contact_form li.last { 
    justify-content: flex-end;
    flex-direction: row;
    align-items: flex-start;
    flex-wrap: nowrap;}
.contact_form li.last blockquote {
    border-radius: 0px;
    border: 1px #ddd solid;
    color: #0167B2;
    margin-right: 20px;
    width: 50%;}
.contact_form li.last cite {
    border-radius: 0px;
    background: #0167B2;
    border: 1px #0167B2 solid;
    width: 50%;}

/*隱藏*/
li.info_TEL {
    display: none;
}

li.info_ADD {
    display: none;
}


@media screen and (max-width: 768px) {
.contact_form {justify-content: center;}
.contact_content > form {    flex-direction: column;}
.contact_content .information_left, .contact_content .information_right {width: 100%;padding: 0;}
.contact_form li {width: 100%;}
.list_before.info {margin-top: 30px;}
.contact_le_nomap {height: auto;}
}

@media screen and (max-width: 600px) {  
.contact_form li .form__label {background: transparent;  width: 20%;}
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */





@media screen and (max-width: 768px) {
/* 開啟手機板下方按鈕所需設定 */
#bottom_menu {display: none; }
.footer.with_shopping_mode { padding:30px 0 20px; }
#to_top { bottom:60px;}
}

@media screen and (max-width: 600px) { 
}




