@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100;300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+TC:wght@300;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Noto+Sans+TC:wght@100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

/*
關於CSS設定說明
CSS屬性是會繼承的，而且還是由上往下繼承。
同樣元素設定16px 後 12px 再 15px 最後會以最後設定的15px為準
但是有兩種情況除外:
1.絕對路徑命名. 如: .xx .yy .zz p {設定值;}
2.important.  如: .xx p {設定值 !important;}

CSS3選取器語法 :nth-child(n) 

*/
body {
    overflow-x: hidden;
    font-family: 'Poppins', "Noto Sans TC", "微軟正黑體", "arial", "sans-serif";
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*上方選單解除滑動固定
.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 {}
*/
/*預設解除背景輪播*/


/* ===== */
.main_header_area .container {
    max-width: 90%;
}

.header_area {
    background: #000;
}

.header_area.sticky {
    background: rgb(0 0 0 / 68%);
}

.navigation {
    width: 100%;
    position: relative;
    padding: 0;
    display: grid;
    grid-template-columns: 160px 1fr;
    grid-gap: 0 20px;
}

.me_tp_features {
    display: none;
}


.bannerindex {
    position: relative;
}

.swiper-banner {
    position: static;
    margin: 0;
    height: auto;
    animation: fadein 2.5s;
}

.stellarnav {
    padding: 12px 0 0;
}

.nav-brand {
    margin: 5px auto 0;
}


.stellarnav>ul>li>a {
    font-weight: 400;
    letter-spacing: 1px;
    font-size: 15px;
    color: #ffffff;
    transition: all 0.3s;
    padding: 0px 10px 0px 10px;
    height: 40px;
}

.stellarnav>ul>li::before {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 0;
    height: 1px;
    background: #927b63;
    transition: .3s ease-in-out;
}

.stellarnav>ul>li:hover::before {
    width: 100%;
    transition: .3s ease-in-out;
}

/* 商品下拉超過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;
}


.stellarnav.mobile ul {
    background: #000000;
}

.stellarnav.mobile>ul>li {
    border-bottom: 1px #101010 solid;
}

.stellarnav.mobile.right .close-menu,
.stellarnav.mobile.left .close-menu {
    background: #000000;
}

.stellarnav.mobile li.open {
    background: #000
}


/*第二層*/
.stellarnav li li>a,
.stellarnav li li.has-sub>a {
    padding: 0px 14px;
    transition: all 0.3s;
    color: #FFF;
    font-weight: 200;
    letter-spacing: 1px;
    font-size: 14px;
}

.stellarnav li li:hover>a,
.stellarnav li li.has-sub:hover>a {
    color: #ffffff;
    padding-left: 10px;
}

.stellarnav ul ul {
    background: rgb(0 0 0 / 68%);
    border-radius: 0px;
    width: 180px;
}

.stellarnav li li {
    display: block;
    border: 1px #eee solid;
    margin-bottom: 0px;
    padding: 10px 14px;
    background: transparent;
    border: none;
}

@media only screen and (max-width: 1024px) {
    .navigation {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        align-content: center;
    }
}


@media screen and (max-width: 768px) {
.nav-brand img {
    max-width: 100%;
    width: 150px;
}
}
/* 主分類超過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個--結束 */

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */
#bottom_menu {
    background: #927b63;
}

.fa-phone-volume::before {
    color: #fff;
}

.fa-house::before {
    color: #fff;
}

#bottom_menu li a em {
    color: #fff;
}

.edit_part {
    padding: 0;
}

/* = = = 頁尾 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */


/* = = = footer = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */

.footer {
    padding: 45px 0 0;
    font-size: 14px;
    background: #2f2f2f;
    position: relative;
    z-index: 99;
    background: url(https://pic03.eapple.com.tw/holddesignforyou/footer_bg1.jpg) no-repeat center;
}
.footer .center, .copy { width: 80%; max-width: 1980px;}
.footer_info { position: relative; grid-template-columns: 1fr; z-index: 3; padding: 0;}
.footer_info ul { padding-top: 22px; width: calc(100% - 300px);}
.footer_info li{padding-top: 0;}
.footer_info li:nth-child(1) { width: 100%; position: relative;}
.footer_info li:nth-child(2) { width: 100%; margin-top: 20px;}

/*logo*/
.footer_logo { position: relative; max-width: 100%;}
.footer_logo::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 50%;
  border-bottom: 1px solid #eee;
  width: calc(100% - 200px);
}
.footer_logo a { position: relative; display: inline-block; width: 100%; width: 185px; height: 60px;}
.footer_logo a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(https://pic03.eapple.com.tw/holddesignforyou/logo.png) no-repeat center;
  background-size: contain;
}
.footer_logo img { display: none; max-width: 100%;}

/*footer info*/
.footer_info li p {
    color: #eee;
    line-height: 2;
    display: inline-block;
    width: 49%;
}
.footer_info li p a { color: #eee;}

/*footer menu*/
.footer_menu { display: grid; grid-template-columns: repeat(7, 1fr); gap: 10px; width: 88%;}
.footer_menu a {
    margin: 0;
    text-align: center;
    padding: 5px;
    line-height: initial;
    background: transparent;
    color: #eee;
    letter-spacing: 1px;
    border: 1px solid #6f6f6f;
    transition: all 0.3s;
}
.footer_menu a:first-child { display: none;}
.footer_menu a:hover {
    background: #927b63;
    color: #eee;
}

/*icon*/
.box_link { display: grid; grid-template-columns: 145px auto; grid-gap: 3px 10px; width: max-content; top: 60px; max-width: 100%;}

.box_link a {
    display: flex;
    align-items: center;
    width: 100%;
    color: #eee;
    border-radius: 0;
    padding: 5px 10px;
    margin-bottom: 9px;
    font-size: var(--f16);
    border: 1px solid #fff;
    transition: all 0.3s;
}
.box_link a:hover { background: transparent; opacity: .5; transition: all 0.3s;}
.box_link i { display: flex; flex-direction: row; width: max-content; align-items: center; color: #eee;}
.box_link i::after, .box_link .me_tp_line::after {
  content: "";
  font-size: 11px;
  color: #eee;
  letter-spacing: 1px;
  padding-left: 8px;
}

.box_link i.fa-phone-volume::after { content: "CALL US";}
.box_link i.fa-mobile-screen-button::after { content: "CELL PHONE";}
.box_link i.fa-facebook-f::after { content: "FACEBOOK";}
.box_link i.fa-instagram::after { content: "INSTAGRAM"; }
.box_link .fa-envelope::after {
  content: "E-Mail";
  font-size: 11px;
  color: #eee;
  letter-spacing: 2px;
  padding-left: 8px;
}
.box_link .fa-line:before {display: none;}

/*box_link順序調整*/
.box_link a.me_tp_call { order: 2;}
.box_link a.me_tp_fb { order: 3;}
.box_link a.me_tp_mail { order: 5;}
.box_link a.me_tp_ig { order: 4;}

/*版權*/
.copy {
    position: relative;
    z-index: 2;
    color: #eee;
    border: none;
    padding: 20px 0 25px;
    text-align: right;
    margin: 0 auto;
}
.copy a{ color: #eee; transition:all 0.3s;}
.copy a:hover { color: var(--FontColor_1); opacity: .6; transition: all 0.3s;}

/*--RWD---------------------------------------*/

@media screen and (max-width: 1024px) {
    .footer_info li p { width: 100%;}
  
    .footer_menu { display: grid; grid-template-columns: repeat(3, 1fr);}
}
  
@media screen and (max-width: 768px) {
    /*footer*/
    .footer {
        padding: 45px 0 0;
        font-size: 14px;
        background: #2f2f2f;
        position: relative;
        z-index: 99;
    }
    .footer_info { justify-content: center;}
    .footer_logo { text-align: center;}
    .footer_logo::before { bottom: -15px; right: auto; left: 50%; transform: translateX(-50%); width: 50%;}
    .footer_info ul { width: 100%; flex-direction: column;}
  
    .footer_info li:nth-child(2) { width: 100%; margin-top: 25px;}
    .footer_menu { display: grid; grid-template-columns: repeat(2, 1fr); width: 100%;}
  
    /*icon*/
    .box_link { position: relative; display: grid; width: 100%; left: 0; top: auto; margin-top: 20px; grid-template-columns: 1fr 1fr;}
    .box_link a { width: 100%;}
    .box_link a.me_tp_line { padding-top: 143px; background-position-y: 0; background-size: contain;}
  
    /*版權*/
    .copy { padding: 30px 0; width: 90%; text-align: center;}
  
    /*底部按鈕*/
    .footer.with_shopping_mode { padding:30px 0 70px;}

}


/*預設購物車版面 產品分類選單在左側 商品內頁詳細介紹下表單更改樣式 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;
    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;
    width: 100%;
    margin-left: 0;
}

.product-layer-two li:hover ul {
    border: none !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_menu_list {
    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) {}




/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */
.i_prod_tit span {
    letter-spacing: 2px;
    font-weight: bold;
    font-size: 30px;
    color: #fff;
}

.i_blog_ri h5 {
    font-weight: bold;
    color: #fff;
}

.i_prod_tit:before {
    font-weight: bold;
    font-size: 50px;
    color: #fcd14a;
    content: "PRODUCT";
}


body {
    font-family: 'Josefin Sans', "Noto Sans TC", 微軟正黑體, arial, sans-serif;
}


.products-list .name {
    font-size: 16px;
    color: #fff;
}

.products-list .more {
    border: 1px solid #fff;
    color: #fff;
}

.products-list .item a:hover .more {
    background: #243831;
    color: #fff;
    border: 1px solid #243831;
}

body.pageIndex.products-list {
    padding: 80px 0 0 0;
}

.products-list .pic {
    width: 100%;
    height: 100%;
}


.path p a:hover {
    color: #59524b;
}

.path p,
.path p a {
    color: #ccc;
}


body.product_info_page .path p,
body.product_info_page .path p a {
    color: #fff;
}


/* ================= */

.product-layer-two li li {
    background: transparent;
    border: 0px #ccc solid;
}

.product-layer-two li a {
    border: 0px #fff solid;
    background: transparent;
    color: #fff;
}

.product_page .product-layer-two {
    background: #243831;
    border-right: 0px solid #ccc;
}

.product-layer-two li li a {
    color: #fff;
    background: transparent;
}

.product-layer-two li li>a:before {
    background: #fff;
    margin-left: 0px;
}

.product-layer-two li li:hover>a {
    background: transparent;
    color: #fff;
}

.product-layer-two li li:hover>a:before {
    background: #fff;
}

.product-layer-two li.active a {
    border: 0px #ccc solid;
}


li:hover .pic img {
    filter: brightness(0.5);
    transition: 0.3s;
}

.products-list {
    grid-template-columns: repeat(auto-fill, minmax(450px, 1fr));
    grid-gap: 10px;
}

.products-list .pic {
    height: auto;
    aspect-ratio: 4 / 3;
}

.products-list .pic img {
    max-width: 100% !important;
    min-width: 100%;
    height: 100% !important;
    max-height: 100% !important;
    object-fit: cover;
    -moz-object-fit: cover;
    -ms-object-fit: cover;
    -o-object-fit: cover;
    -webkit-object-fit: cover;
    display: inline-block;
}

.products-list .name {
    position: absolute;
    top: 50%;
    bottom: 50%;
    right: 50%;
    left: 50%;
    width: 95%;
    font-size: 20px;
    color: #fff;
    text-align: center;
    margin: 0;
    transition: all ease-in .3s;
    opacity: 0;
    transform: translate(-50%, -50%);
}

.products-list li:hover .name {
    opacity: 1;
}

.products-list .more {
    display: none;
}

/* 商品內頁==== */

.sidebarBtn {
    border: 0px #ddd solid;
    background: transparent;
}

.sidebarBtn h2 {
    color: #fff;
    font-size: 35px;
}

.inquiry_a1 {
    border: 1px solid #fff !important;
    background: transparent;
}

.inquiry_a2 {
    border: 1px solid #fff;
    background: transparent;
}


.inquiry_a1:hover,
.inquiry_a2:hover,
.inquiry_a3:hover {
    color: #fff;
    background: #fff;
}

.inquiry_a1,
.inquiry_a2,
.inquiry_a3 {
    color: #fff;
}


body.product_info_page .show_content {
    padding: 30px 10px;
}


.footer_info li p a {
    color: inherit;
}



.prod_related h6 span:before {
    content: '相關推薦';
    font-size: 30px;
    color: #fff;
    letter-spacing: 2px;
}

.lastPage {
    color: #ffffff;
    background: #917b65;
}

ul.prod li h3.prod-thumb {
    margin-bottom: 30px;
    font-size: 30px;
    background: transparent;
    color: #fff;
}

.toShare {
    border-top: 0px solid #fff;
}

.toShare b {
    color: #fff;
}

.product_pic #bx-pager a {
    border: 0px solid #e9e9e9;
}

#bx-pager h6 {
    display: none;
}

.product_main {
    padding: 0;
    width: 70%;
}

.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_info_page.bodyDesktop .product_menu_list {
    display: none;
}

.product_main {
    padding: 0;
    width: 70%;
}

.product_pic {
    padding-left: 150px;
}

.proImgSwiper img {
    height: 100%;
    object-fit: cover;
}

#prod_thumbSwiper {
    width: 140px;
}

.prod_related {
    background: #917b65;
}




/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*預設解除背景輪播*/
#content_main {
    margin: 0;
    background: #b1adad;;
}

#content {
    background: #b1adad;;
}

.swiper-banner {
    position: static;
    margin: 0;
    height: auto;
}



/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */



@media screen and (max-width: 768px) {

    /* 開啟手機板下方按鈕所需設定 */
    #bottom_menu {}

    .footer.with_shopping_mode {
        padding: 30px 0 70px;
    }

    #to_top {
        bottom: 60px;
    }
}

@media screen and (max-width: 600px) {}


/* ======= */
.box_container {
    background: #000;
}

div#page {
    background: #000;
}


/* =========VIDEO */
.video-list .vidTitle {
    color: #FFF;
}

/* 文章2===== */

.blog_box_edit {
    color: #fff;
}

h4.blog_category_title {
    color: #fff;
}

.blog_le .accordion>li:hover,
.blog_le .accordion>li.on_this_category {
    background: #927b63 !important;
}

.blog_back a.article_btn_back {
    background: #927b63;
}

.news_related {
    background: #b1adad;
}

.news_related h6 span:before {
    color: #fff;
}



.blog_subbox {
    grid-template-columns: 1fr 1fr 1fr;
}

.subbox_item a {
    grid-template-columns: 1fr;
}


.blog_page,
.blog_in_page {
    background: #000;
}

h5.blog_le_t,
.accordion li .link a,
.blog_list_ri h5,
.blog_list_ri p {
    color: #fff;
}

.blog_list_ri em {
    color: #cdcdcd;
}

h5.blog_le_t::before {
    content: "NEWS";
    font-family: "Noto Sans TC";
    color: #fff;
    font-size: 55px;
    display: block;
    font-weight: 300;
}

body.blog_page.article_a.bodyDesktop h5.blog_le_t::before {
    content: "NEWS";
    font-family: "Noto Sans TC";
    color: #fff;
    font-size: 55px;
    display: block;
    font-weight: 300;
}

h5.blog_le_t {
    font-size: 20px;
}

.subbox_item a:before {
    color: #fff;
    background: #917b65;
    padding: 3px 10px;
    bottom: auto;
    right: 0;

}

.subbox_item a:after {
    background: #00000088;
    border: 0px #ddd solid;
}

.blog_le .accordion {
    border-radius: 0px;
    border: 0px #dddddd solid;
}

.blog_le .accordion>li:hover,
.blog_le .accordion>li.on_this_category {
    background: #927b63 !important;
}

.blog_back {
    text-align: center;
    display: flex;
    justify-content: flex-end;
}

.blog_back a.article_btn_prev,
.blog_back a.article_btn_back,
.blog_back a.article_btn_next {
    padding: 50px 10px;
    letter-spacing: 2px;
    border: 1px #414141 solid;
    border-radius: 100%;
    width: 130px;
    height: 130px;
    background: none;
}

.blog_back a.article_btn_prev {
    margin-right: -18px;
}

.blog_back a.article_btn_next {
    margin-left: -18px;
}

.blog_back a:hover {
    border: 1px #ffffff solid;
    color: #fff;
    transition: 0.8s;
}

.blog_back a.article_btn_prev,
.blog_back a.article_btn_next {
    background: #333333;
}

@media screen and (max-width: 450px) {

    .blog_back a.article_btn_prev,
    .blog_back a.article_btn_back,
    .blog_back a.article_btn_next {
        padding: 37px 10px;
        width: 100px;
        height: 100px;
    }
}




/* 相簿=== */

.other_subalbum li {
    background: transparent;}

.show-list .show_name {
    color: #fff;
}

.other_subalbum li a p {
    color: #fff;}

.show-list .item:hover .show_name {
    color: #fff;
    border-bottom: 1px solid #fff;
}

.subalbum-menu h2 {
    font-size: 23px;
    color: #1d1d1d;
}

.other_album_choice li {
    background: #927b63;
}

.album_fixed_title {
    background: transparent;
}

/* banner=== */
.banner {
    overflow: hidden;
    position: relative;
    padding: 120px 0 150px 0;
}

.banner h5 {
    font-size: 23px;
    font-family: "Noto Sans TC", sans-serif;
    color: #fff;
    width: fit-content;
    margin: 0 auto;
    top: 65%;
    position: relative;
    text-align: center;
    letter-spacing: 6px;
    font-weight: 500;
}

.banner:before {
    width: 100%;
    height: 100%;
    content: "";
    top: 0;
    left: 0;
    z-index: 0;
    position: absolute;
    animation-name: oxxo;
    animation-duration: 5s;
    background-image: url(https://pic03.eapple.com.tw/holddesignforyou/bn01.png);
    background-size: cover;
    background-position: top;
}

.banner h5:before {
    display: block;
    content: "HOLD DESIGN";
    text-align: center;
    color: #fff;
    font-size: 50px;
    font-weight: 300;
    letter-spacing: 1px;
    font-family: 'Playfair Display';
}

@keyframes oxxo {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(1.1);
    }
}


/* contact==== */

.contact_page #content {
    background: #0a0a0a;
}

.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 {
    position: absolute;
    display: block;
    width: 35px;
    left: 0;
    font-size: 14px;
    font-weight: normal;
    letter-spacing: 0px;
}

.contact_content .information_left {
    width: 100%;
    display: none;
}


.contact_content .information_right {
    width: 100%;
    padding-left: 0px;
}

.contact_form li .form__label {
    color: #fff;
    display: inline-block;
    width: 250px;
    text-align: left;
    margin-left: 0px;
    padding-right: 0px;
    vertical-align: top;
}

.contact_form li {
    display: block;
    padding-left: 0px;
}

body.contact_page.headerSticky.bodyDesktop .main_part {
    padding: 0px 20px;
}

.contact_form li .form__insert {
    color: #b2b2b2;
    margin: 10px 0px;
}

.contact_form li input.noborder {
    background: #f3f3f3;
    border: 0px #ddd solid;
}

.blank_letter {
    visibility: hidden;
    display: none;
}

.contact_form li textarea.noborder {
    border: 0px #ddd solid;
    background: #f3f3f3;
}

.noborder {
    padding: 10px 0;
}

.form select {
    background: #fff000;
    border: 0px solid #C2BCB4;
    padding: 7px 26px 7px 3px;
}

.TEL:before,
.TEL2:before,
.PHONE:before,
.FAX:before,
.TAXID:before,
.MAIL:before,
.ADD:before,
.ADD2:before {
    letter-spacing: 0px;
    font-size: 15px;
}

.list_before.info li {
    padding-left: 45px;
    color: #fff;
}

.list_before {
    margin-top: 20px;
    margin-bottom: 30px;
    letter-spacing: 1px;
}


.contact_form li.last blockquote,
.contact_form li.last cite {
    border: 1px #019FE7 solid;
}

.contact_form li.last cite {
    background: #019FE7;
    color: #fff;
}

.contact_form {
    margin-top: 20px;
}

.contact_form li.last {
    border: none;
    text-align: right;
    margin-top: 20px;
    padding-left: 0;
}

.contact_form li.last blockquote {
    color: #909090;
    margin-right: -40px;
}

.contact_form li.last cite {
    background: none;
}

.contact_form li.last cite i {
    display: none;
}

.contact_form li.last blockquote,
.contact_form li.last cite {
    border: none;
}

.contact_form li.last blockquote:hover input,
.contact_form li.last cite:hover input {
    letter-spacing: 0px;
    border: 1px #b7b7b7 solid;
}

.contact_form li.last input {
    font-size: 14px;
    padding: 27px;
    letter-spacing: 2px;
    border: 1px #414141 solid;
    border-radius: 100%;
    width: 130px;
    height: 130px;
}

@media screen and (max-width: 600px) {
    .contact_form li .form__label {
        background: transparent;
    }
}


.info_fix {
    display: none;
}

/* 首頁文章=== */

.module_i_news li:hover .i_blog_le img {
    transform: scale(1.1);
    transition: all 0.5s;
    opacity: 0.5;
}

.module_i_news li a:after {
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background-color: #00000088;
    -webkit-transition: opacity .4s linear;
    transition: opacity .4s linear;
    content: "";
    opacity: 1;
    border: none;
    top: 100%;
    background: #00000088;
}

.module_i_news li:before {
    position: absolute;
    width: 1px;
    top: 50%;
    left: -3%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 86.04%;
    background-color: #927b63;
    -webkit-transition: opacity .4s linear;
    transition: opacity .4s linear;
    content: "";
}

.module_i_news li:after {
    position: absolute;
    width: 1px;
    top: 50%;
    right: -4%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 86.04%;
    background-color: #927b63;
    -webkit-transition: opacity .4s linear;
    transition: opacity .4s linear;
    content: "";
}

.module_i_news ul {
    grid-template-columns: 1fr 1fr 1fr;
}

.pd_tabInner_contain {
    color: #fff;
}

.blog_subbox {
    grid-template-columns: 1fr 1fr 1fr;
}

.subbox_item a {
    grid-template-columns: 1fr;
}

.module_i_news .title_i_box h4 {
    font-size: 23px;
    letter-spacing: 5px;
    color: #ffffff;
    font-weight: normal;
}

.module_i_news .title_i_box h4::before {
    content: "NEWS";
    display: block;
    font-size: 50px;
    font-weight: 300;
    letter-spacing: 3px;
}



.module_i_news li a:before {
    content: 'MORE';
    font-size: 0.8em;
    color: #fff;
    position: absolute;
    top: 0;
    right: -1px;
    background: #927b63;
    color: #FFF;
    text-align: center;
    line-height: 35px;
    padding: 0 10px;
    -moz-transform: translate(50px, -40px);
    -ms-transform: translate(50px, -40px);
    -webkit-transform: translate(50px, -40px);
    transform: translate(12px, 15px);
    -moz-transition: -moz-transform 0.6s;
    -o-transition: -o-transform 0.6s;
    -webkit-transition: -webkit-transform 0.6s;
    transition: transform 0.6s;
    position: absolute;
    z-index: 1;
    opacity: 0;
    height: 35px;
}

.module_i_news li a {
    grid-template-columns: 1fr;
    padding: 10px;
}

.animated-arrow {
    background: #927b63;
}


.i_video_tit h2 {
    font-size: 23px;
    color: #fff;
    font-weight: normal;
    letter-spacing: 5px;
}


.i_video_tit h2::before {
    content: "VIDEO";
    display: block;
    font-size: 50px;
    font-weight: 300;
    letter-spacing: 3px;
}

.pageIndex .video-list {
    grid-template-columns: repeat(2, 1fr);
}

p.vidDesc {
    color: #b0b0b0;
}

.i_blog_ri p {
    font-size: 15px;
    color: #b0b0b0;
}

.module_i_news li:nth-child(n+4) {
    display: none;
}

.proImgSwiper img {
    height: 100%;
    object-fit: cover;
}

.product_info li .txt_box {
    color: #fff;
}


.pd_tabTitle li.activeTab a {
    color: inherit;
    color: #fff;
    font-size: 20px;
    letter-spacing: 3px;
}

.pd_tabTitle li.activeTab::after {
    height: 1px;
}

.product_info li span {
    display: none;
}


@media screen and (max-width: 1024px) {
    .product_main {
        padding: 0;
        width: 90%;
    }
}

@media screen and (max-width: 768px) {
    #prod_thumbSwiper {
        width: 100%;
    }

    .product_main {
        width: 100%;
    }

    .product_pic {
        padding-left: 0;
    }
}

@media screen and (max-width: 450px) {
    .products-list .pic {
        height: 80%;
    }

    .product_page .products-list {
        grid-template-columns: none;
    }

    .products-list .item a {
        height: auto;
    }
}

body.blog_page.article_b.bodyDesktop .subbox_item a {
    grid-template-columns: 200px 1fr;
}

body.blog_page.article_b.bodyDesktop .blog_subbox {
    grid-template-columns: 1fr;
}

@media screen and (max-width: 960px) {
    .subbox_item {
        border-bottom: 0px #eee solid;
    }
}

@media screen and (max-width: 768px) {

    body.blog_page.article_b.bodyMobile .blog_subbox {
        grid-template-columns: 1fr;
    }

    body.blog_page.article_b.bodyMobile .subbox_item a {
        grid-template-columns: 160px 1fr;
    }
    .blog_subbox {
        grid-template-columns: 1fr 1fr;
    }

}

@media screen and (max-width: 450px) {
    body.blog_page.article_b.bodyMobile .subbox_item a {
        grid-template-columns: 1fr;
    }
    .blog_subbox {
        grid-template-columns: 1fr;
    }

}