@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Barlow: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&family=Noto+Sans+TC:wght@100..900&display=swap');

body {
    overflow-x: hidden;
    font-family: "Noto Sans TC", "Barlow", serif;
}

/*
關於CSS設定說明
CSS屬性是會繼承的，而且還是由上往下繼承。
同樣元素設定16px 後 12px 再 15px 最後會以最後設定的15px為準
但是有兩種情況除外:
1.絕對路徑命名. 如: .xx .yy .zz p {設定值;}
2.important.  如: .xx p {設定值 !important;}

CSS3選取器語法 :nth-child(n) 

*/
/* 捲軸寬度及高度 */

&::-webkit-scrollbar {
    background: #ffffff;
    width: 4px;
}

/* 捲軸兩側頂端的按鈕 */

&::-webkit-scrollbar-button {
    display: none;
}

/* 滑桿顏色 */

&::-webkit-scrollbar-thumb {
    background-color: #444;
    border-radius: 0px;
    transition: all 0.3s;
}

/* 軌道背景底色 */

&::-webkit-scrollbar-track {
    background-color: #ffffff;
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */
.pageIndex header.header_area .nav-brand img {
    width: auto;
    filter: brightness(999);
}

.pageIndex header.header_area.sticky .nav-brand img {
    width: 150px;
    filter: brightness(0);
}

/*首頁設定*/

.pageIndex .header_area {
    position: fixed;
    background: transparent;
    padding: 23px 0;
}

.pageIndex .header_area .stellarnav>ul>li>a b {
    color: #fff;
    font-size: 14px;
}

.header_area .stellarnav>ul>li>a b {
    color: #444;
}



.stellarnav>ul>li>a>b:nth-child(2) {
    font-weight: 400;
    font-size: 15px;
}

/*
.pageIndex .stellarnav ul ul {
    background: transparent;
    right: 0px;
    position: relative;
    justify-items: normal;
}

.pageIndex .stellarnav li li a {
    text-align: end;
    position: relative;
}

*/
.stellarnav li li a {
    font-size: 14px;
    letter-spacing: 2px;
    color: #fff;
    transition: all 0.3s;
    padding: 12px 15px;
}

.pageIndex .stellarnav li li a:hover {
    padding-right: 30px;
}

/*首頁 header sticky*/

.pageIndex .header_area.sticky .stellarnav ul {
    display: block;
    animation: tracking-in-expand 1.5s cubic-bezier(.215, .61, .355, 1.000) both
}

.pageIndex .header_area.sticky .stellarnav>ul>li>a b {
    text-align: center;
    color: #444;
}


.pageIndex .header_area.sticky {
    background: #f4f4f4;
}

.pageIndex .header_area.sticky .nav-header {
    align-items: center;
    max-width: 190px;
}

.pageIndex .header_area .stellarnav>ul>li>a {
    color: #212121;
}

.pageIndex .header_area.sticky .stellarnav>ul>li>a {
    color: #000;
    letter-spacing: 2px;
    margin: 10px 15px;
}

.header_area.sticky .stellarnav>ul>li>a {
    color: #212121;
    letter-spacing: 2px;
    margin: 10px 15px;
}

.header_area .stellarnav>ul>li>a {
    color: #000;
    letter-spacing: 2px;
    margin: 10px 15px;
}

.pageIndex .header_area.sticky .main_header_area .container {
    max-width: 95%;
}


.pageIndex .header_area.sticky .stellarnav ul {
    justify-items: start;
}

.pageIndex .header_area.sticky .stellarnav li li a {
    text-align: left;
}

.pageIndex .header_area.sticky .stellarnav ul ul {
    background: #e0e0e0;
    right: 0px;
    position: absolute;
    animation: none;
}

.pageIndex .header_area.sticky .stellarnav li li a:hover {
    background: #121212;
    color: #212121;
    box-shadow: none;
}


/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/

/*
.pageIndex .header_area.sticky .stellarnav li.has-sub:nth-of-type(6)>a:after {
    content: '';
    position: absolute;
    width: 29%;
    height: 1px;
    background: #212121;
    top: 18px;
    right: 0px;
    border: none;
    transition: all 0.3s;
}*/


.pageIndex .header_area.sticky .stellarnav li li a {
    font-size: 13px;
    letter-spacing: 2px;
    color: #444;
    transition: all 0.3s;
    padding: 15px 0px 15px 10px;
}


.pageIndex .header_area.sticky .stellarnav ul {
    display: block;
    justify-items: normal;
}

/*ALL header*/

.path p,
.path p a {
    display: none;
}

.main_header_area .container {
    max-width: 95%;
}

.stellarnav>ul>li>a b {
    text-align: center;
}


.header_area {
    padding: 23px 0;
    background: #f4f4f4;

}

.header_area.sticky .nav-header {
    align-items: center;
    max-width: 190px;
}

.header_area .nav-header {
    align-items: center;
    max-width: 190px;
}


header.header_area .nav-brand img {
    width: 150px;

}

.header_area.sticky {
    padding: 23px 0;
    background: #f4f4f4;
}

.stellarnav>ul>li>a {
    color: #696969;
    letter-spacing: 2px;
    margin: 10px 15px;
}



/*ALL 第一層*/


.stellarnav>ul>li>a {
    color: #696969;
    letter-spacing: 2px;
    margin: 10px 15px;
    font-size: 14px;
}


.stellarnav>ul>li>a b {
    text-align: center;
}

.me_tp_features {
    display: none;
}


.stellarnav li.has-sub:hover>a:before {
    transform: rotate(45deg);
}

.stellarnav li.has-sub:hover>a::after {
    width: 0px;
}


.stellarnav ul ul {
    background: #121212;
    right: 0px;
    position: absolute;
}

.header_area.sticky .stellarnav ul ul {
    animation: none;
}

.stellarnav li li {
    border: none;
}

.stellarnav li li a:hover {
    background: #fff;
    color: #444;
    box-shadow: 7px 7px 6px #607b8f3d;
}

/* 商品下拉超過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 .menu-toggle:after {
    color: #444;
}

.stellarnav .menu-toggle span.bars span {
    background: #444;
}

@media screen and (max-width: 1024px) {
    .pageIndex .header_area {
        position: sticky;
        background: #f6f6f6;
        padding: 10px 0;
    }

    .pageIndex header.header_area .nav-brand img {
        filter: brightness(0);
    }

    .pageIndex .header_area.sticky {
        position: fixed;

        padding: 10px 0;
    }

    header.header_area .nav-brand img,
    header.header_area.sticky .nav-brand img {
        width: 150px;

    }

    .pageIndex header.header_area.sticky .nav-brand img {
        width: 150px;
    }

    .pageIndex header.header_area .nav-brand img {
        width: 150px;

    }

    .header_area,
    .header_area.sticky {
        padding: 10px 0 0;
    }
}

@media screen and (max-width: 768px) {

    .header_area .stellarnav>ul>li>a,
    .header_area.sticky .stellarnav>ul>li>a {
        color: #fff;
    }

    .stellarnav.mobile>ul>li>a b {
        color: #fff;
    }

    .stellarnav>ul>li>a:hover b {
        color: #212121;
    }
}

.stellarnav.mobile ul {
    background: #ffffff;
}

.stellarnav.mobile>ul>li {
    display: block;
    border-bottom: 1px transparent;
}

.stellarnav.mobile.right .close-menu, .stellarnav.mobile.left .close-menu {
    background: #292929;
}

/* 主分類超過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 #838383;}
.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個--結束 */

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*●●●●●●●●●●●●●●●●●●●●●●●●   FOOTER區塊   ●●●●●●●●●●●●●●●●●●●●●●●●*/
/*※※※※※【【  固定區塊不動↓↓↓  】】※※※※※*/

/*※※※※※【【  固定區塊不動↓↓↓  】】※※※※※*/


.footer .center {
    max-width: 1600px;
    padding: 0 3%;
}

.footer_info {
    padding: 0;
    display: block;
}

.footer_info ul {
    display: flex;
    justify-content: space-between;
    padding-left: 0px;
    width: 100%;
}

.footer_info li {
    padding: 20px 15px;
}

.footer_info li:nth-child(1) {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 50%;
    position: relative;
    z-index: 1;
    max-width: fit-content;
    padding-left: 7px;
}

.footer_info li p.add2 { order: 1;}
.footer_info li p.phone { order: 2;}
.footer_info li p.mail { order: 3;}
.footer_info li p.add { order: 4;}
.footer_info li p.taxid { order: 5;}

.footer_info li p.add2:before { content: '';}

.box_cop {
    width: 185px;
    position: absolute;
    bottom: 20px;
    left: 110%;
}

.box_cop>h4 {
    font-weight: normal;
    color: #cfcfcf;
    font-size: 14px;
    margin: 0 0 25px;
}

.box_cop section {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    text-align: center;
}

.box_cop section dl dt {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #6b6b6b;
    width: 85px;
    height: 85px;
    background: #fff;
}

.box_cop section dl:nth-of-type(1) dt img {
    max-width: 75%;
    margin: auto;
}

.box_cop section dl dt img {
    max-width: 90%;
    margin: auto;
}

.box_cop section dl dd {
    margin: 15px 0 0;
    font-size: 14px;
    color: #c7c7c7;
}

.footer_info li:nth-child(2) {
    width: 48%;
    text-align: right;
}

.footer_info li p,
.footer_info li p a {
    color: #dddddd;
}

.footer_menu {
    max-width: 330px;
    margin: 0 0 0 auto;
}

.footer_menu a {
    background: transparent;
    color: #d9d9d9;
    border: none;
    font-weight: 300;
}

.footer_menu a:first-child {
    display: none;
}

.copy {
    border-top: none;
    padding: 13px 0;
}

.footer_menu a:hover {
    background: #898989;
}

.box_link {
    width: 100%;
    max-width: fit-content;
    flex-direction: row;
    position: absolute;
    padding: 0px 0px 0px 10px;
    top: unset;
    bottom: 14px;
    right: unset;
    gap: 5px;
}

.box_link .me_tp_call{
    display: none;
}

.box_link .me_tp_mail{
    display: none;
}

.box_link a i {
    max-width: 100%;
    font-size: 18px;
    line-height: 30px;
    display: block;
}


@media screen and (max-width: 768px) {
    .footer {
        padding: 30px 0;
    }

    .footer_logo {
        margin-bottom: 0;
    }

    .footer_info ul {
        flex-wrap: wrap;
    }

    .footer_info li:nth-child(1) {
        width: 100%;
    }

    .footer_info li:nth-child(2) {
        width: 100%;
        text-align: center;
    }

    .footer_menu {
        margin: 0 auto;
    }

    .footer_menu a {
        font-size: 12px;
    }

        .box_link {
        bottom: 55px;
        left: 15px;
    }


}

/*※※※※※【【  此案件更動處↓↓↓  】】※※※※※*/
.footer_logo img {
    filter: brightness(999);
    padding: 0 10px;
}

.footer {
    background: #3f3f3f;
    border-top: 0px solid #dfdddd;
}

.footer_info li p:before {
    margin: 0;
}

.footer_menu {
    max-width: 420px;
}

.box_link a {
    background: #e3e3e3;
    border: 0;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.box_link a i {
    color: #212121;
}

.copy,
.copy a {
    color: #afafaf;
}

.copy a:hover {
    color: #000;
}

@media screen and (max-width: 1024px) {
    .footer_info ul {
        flex-wrap: wrap;
    }

    .footer_info li:nth-child(1) {
        width: 100%;
    }

    .footer_info li:nth-child(2) {
        padding: 0;
        width: 37%;
        text-align: left;
    }

}

@media screen and (max-width: 968px) {
    .footer_info li:nth-child(2) {
        width: 100%;
        text-align: left;
    }

    .footer_menu {
        max-width: 100%;
        padding-bottom: 25px;
    }
        .box_link {
bottom: 55px;
        left: 16px;
}
.footer_info li {
    padding: 20px 10px 10px;
}

}



@media screen and (max-width: 600px) {
    .copy {
        border-top: 1px solid #e9e9e9;
    }

    .box_cop {
        position: unset;
        bottom: unset;
        left: unset;
        margin: 10px 0 0;
    }

    .box_cop>h4 {
        margin: 0 0 10px;
    }

    .footer_info li:nth-child(1) {
        max-width: unset;
    }

        .footer_menu {
        max-width: 100%;
        padding-bottom: 50px;
    }

        .box_link {
        bottom: 80px;
                left: 7px;
    }
}


@media screen and (max-width: 500px) {
        .footer_menu {
        max-width: 100%;
        padding-bottom: 30px;
    }
}

/*預設購物車版面 產品分類選單在左側 商品內頁詳細介紹下表單更改樣式 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: #212121;
    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) {}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*預設解除背景輪播*/
#content_main {
    margin: 0;
    background: #F4F4F4;
}

#content {
    background: #F4F4F4;
}

.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;
    }
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */



@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) {}




/*相簿管理*/


/*版面*/
ul.show-list,
.other_subalbum,
ul.pic-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

ul.show-list:before,
ul.pic-list:before {
    content: none;
}

.overlay {
    z-index: 1;
}

.show-list .item,
.other_subalbum li,
.pic-list .item {
    width: 100%;
    margin: 0;
    padding: 5px 0px;
}

.show-list .show_pic,
.other_subalbum li a div,
.pic-list .show_pic {
    display: block;
    position: relative;
    overflow: hidden;
    height: 0;
}

.show-list .show_pic,
.other_subalbum li a div,
.pic-list .show_pic {
    padding-bottom: 75%;
}

/*相簿圖片長寬比例，75% →100:75 = 4:3 */
.show-list .show_pic img,
.other_subalbum li a img,
.pic-list .show_pic img {
    display: block;
    max-width: 100%;
    min-width: 100%;
    height: 100%;
    object-fit: cover;
    -moz-object-fit: cover;
    -ms-object-fit: cover;
    -o-object-fit: cover;
    -webkit-object-fit: cover;
    position: absolute;
    transform: translate(-50%, -50%);
}

.show-list .item .show_name {
    color: #000;
}

.show-list .item:hover .show_name {
    color: #000;
}

.other_album {
    max-width: 1775px;
    width: 100%;
    margin: 0 auto;
    padding: 0 25px;
}

.other_album_choice li {
    background: #3e3e3e;
    border-radius: 0;
}

.subalbum-menu h2 {
    color: #F4F2F0;
    font-size: 24px;
    display: none;
}

.subalbum-menu {
    margin: 0px 0;
    padding: 0 0px;
}

.other_subalbum li {
    background: none;
}

.other_subalbum li p {
    margin-top: 10px;
    text-align: center;
    font-weight: 400;
}

.show-list .show_pic img,
.other_subalbum li a img,
.pic-list .show_pic img {
    border-radius: 0px;
}

.show-list .item:hover .overlay {
    border-radius: 0px;
    opacity: 0;
}

/*特*/
.overlay {
    background: rgb(255 255 255 / 30%);
    display: none;
}

.show-list .show_name {
    text-align: center;
    font-weight: 400;
    letter-spacing: 0px;
    transition: 0.3s ease;
}

.album_page .show-list .show_pic img {
    transform: scale(1);
    transition: 0.5s ease;
}

.album_page .show-list .show_pic img:hover {
    transform: scale(1.05);
    transition: 0.5s ease;
}

.show-list .show_pic {
    border-radius: 0px;
}

.album_info_page .show-list .show_pic img,
.album_info_page .other_subalbum li a img,
.album_info_page .pic-list .show_pic img {
    left: 50%;
    top: 50%;
}

.block {
    display: none;
}

.album_fixed_title {
    background: none;
    color: #212121;
}

.other_subalbum li a p {
    color: #212121;
}

.album_class_page .other_subalbum li a img {
    transition: all .5s ease-out;
    transform: translate(0%, -100%) scale(1) !important;
}

.album_class_page .other_subalbum li a img:hover {
    transform: translate(0%, -100%) scale(1.05) !important;
    transition: all .5s ease-out;
}

@media screen and (max-width: 480px) {

    ul.show-list,
    .other_subalbum,
    ul.pic-list {
        grid-template-columns: 1fr;
    }
}





/* 文章============ */
.blog_search input[type=search] {
    border-radius: 0px;
}

h5.blog_le_t em {
    display: none;
}

h5.blog_le_t span {
    color: #212121;
    font-size: 26px;
    letter-spacing: 1px;
}

.accordion li .link a {
    color: #A7803A;
}

.blog_le .accordion {
    border-radius: 0px;
    border: 1px #ad925e solid;
}

.blog_le .accordion>li:hover,
.blog_le .accordion>li.on_this_category {
    background: #A7803A !important;
}

.blog_list_ri h5 {
    color: #212121;
}

.blog_list_ri em {
    color: #A7803A;
}

.blog_list_ri p {
    color: #212121;
}

.subbox_item a {
    padding: 8%;
}

.module_i_news li a:after,
.subbox_item a:after {
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background-color: #212121;
    -webkit-transition: opacity .4s linear;
    transition: opacity .4s linear;
    content: "";
    opacity: 1;
    border: none;
    top: 100%;
}

.module_i_news li:before,
.subbox_item:before {
    position: absolute;
    width: 1px;
    top: 50%;
    left: -3%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 86.04%;
    background-color: #757575;
    -webkit-transition: opacity .4s linear;
    transition: opacity .4s linear;
    content: "";
}

.module_i_news li:after,
.subbox_item:after {
    position: absolute;
    width: 1px;
    top: 50%;
    right: -4%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 86.04%;
    background-color: #757575;
    -webkit-transition: opacity .4s linear;
    transition: opacity .4s linear;
    content: "";
}

.subbox_item a:before {
    content: 'MORE';
    font-size: 0.8em;
    color: #ccc;
    position: absolute;
    top: 0;
    right: -1px;
    background: #A7803A;
    color: #212121;
    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;
}



.blog_subbox {
    grid-template-columns: 1fr 1fr 1fr;
}

.subbox_item a {
    grid-template-columns: 1fr;
}


.blog_back a.article_btn_back {
    color: #212121;
    background: transparent;
    border: 1px solid #757575;
}

.blog_back a.article_btn_prev {
    color: #212121;
    background: transparent;
    border: 1px solid #757575;
}

.blog_back a.article_btn_next {
    color: #212121;
    background: transparent;
    border: 1px solid #757575;
}

.news_related {
    background: #4C5051;
}

.news_related h6 span:before {
    color: #212121;
    font-weight: 500;
    font-size: 26px;
    letter-spacing: 1px;
}

.i_blog_ri h5 {
    color: #212121;
}

.i_blog_ri em {
    color: #A7803A;
}

.i_blog_ri p {
    color: #000;
}

.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:before {
    content: 'MORE';
    font-size: 0.8em;
    color: #ccc;
    position: absolute;
    top: 0;
    right: -1px;
    background: #A7803A;
    color: #212121;
    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: 8%;
}

.module_i_news ul {
    grid-template-columns: 1fr 1fr 1fr;
}

.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: #F6F6F6;
    -webkit-transition: opacity .4s linear;
    transition: opacity .4s linear;
    content: "";
}

.module_i_news li {
    position: relative;
}

.module_i_news {
    padding: 100px 20px;
}

.module_i_news .title_i_box h6::before {
    content: "MEDIA";
    display: block;
    font-size: 45px;
    font-weight: 300;
    letter-spacing: 1px;
    color: #A7803A;
    font-family: "Barlow", serif;
}

.module_i_news .title_i_box h4 {
    display: none;
}

.module_i_news .title_i_box h6 {
    font-size: 26px;
    color: #000;
    letter-spacing: 1px;
}

.pageIndex .i_blog_b a i.fa-solid.fa-arrow-right {
    display: none;
}

.pageIndex .animated-arrow {
    border: 1px solid #212121;
    background: transparent;
    color: #212121;
    text-align: center;
    padding-left: 0;
}

a.animated-arrow.slowAnimation:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: #121212;

    z-index: -1;
    transition: all .2s ease-in-out;
    transform: scaleY(0);
    transform-origin: bottom;
}

a.animated-arrow.slowAnimation:hover {
    color: #d9d9d9;
    border: 1px solid #121212;
}

a.animated-arrow.slowAnimation:hover:before {
    transform: scaleY(1);
}

.lastPage {
    color: #212121;
    background: #121212;
}

.toShareNews b,
.toShareNews a,
.toShareNews a object,
.toShareNews a i {
    display: block;
    color: #838383;
}

body.blog_page.article_a.bodyDesktop h5.blog_le_t::before {
    content: "HOMU";
    font-family: "Barlow", serif;
    color: #212121;
    font-size: 45px;
    display: block;
    font-weight: 300;
}

h4.blog_category_title {
    font-weight: 500;
    color: #212121;
    font-size: 26px;
    letter-spacing: 1px;
}


.banner {
    display: none;
}

.blog_box_edit * {
    color: #212121;
    line-height: 170%;
}

@media screen and (max-width: 1024px) {
    .blog_subbox {
        grid-template-columns: 1fr 1fr;
    }
}


@media screen and (max-width: 768px) {

    .blog_subbox,
    .module_i_news ul {
        grid-template-columns: 1fr 1fr;
    }
}


@media screen and (max-width: 480px) {

    .blog_subbox,
    .module_i_news ul {
        grid-template-columns: 1fr;
    }
}

/*＝＝＝聯絡資訊＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
/*聯絡資訊*/
.contact_page .main_part {
    max-width: 1500px;
}

.contact_content {
    padding: 0px 50px;
}

.contact_content .information_left {
    width: 31%;
}

button,
input,
optgroup,
select,
textarea {
    outline: none;
    padding-left: 15px !important;
    background: #ededed;
}

input[type="checkbox"],
input[type="radio"] {
    margin: 8px;
}


.list_before.info li {
    padding: 8px 0 10px 90px;
    border-bottom: 1px #757575 solid;
}

.list_before.info li.ADD,
.list_before.info li.ADD2 {
    padding: 8px 0 10px 120px;
}

.innersend {
    padding-left: 0 !important;
    text-align: center;
}

.red {
    color: #A7803A;
}

.info_TEL:before,
.info_TEL2:before,
.info_PHONE:before,
.info_LINE:before,
.info_FAX:before,
.info_TAXID:before,
.info_MAIL:before,
.info_ADD:before,
.info_ADD2:before {
    width: 55px;
    margin-left: 14px;
    font-size: 15px;
    height: 25px;
    border-right: 1px solid #757575;
    letter-spacing: 0.05em;
    color: #212121;
    font-weight: 500;
}


li.info_PHONE:after,
li.info_MAIL:after,
li.info_ADD:after {
    position: absolute;
    content: "●";
    color: #A7803A;
    font-size: 6px;
    width: 30px;
    height: 30px;
    left: 0;
    top: 75%;
    transform: translateY(-50%);
}

.blank_letter {
    font-weight: 500;
    color: #212121;
}

.list_before {
    color: #212121;
}

/*表格樣式*/
.contact_content .information_right {
    width: calc(65% - 0px);
    padding-left: 30px;
}

.contact_form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.contact_form li {
    width: 49%;
    display: inline-block;
    padding: 20px 10px;
    border-bottom: none;
}

.contact_form li:nth-child(6) {
    width: 50%;
}

/*
.contact_form li:nth-child(9) {
    width: 100%;
}*/

.contact_form li .form__label {
    text-align: left;
    margin-left: 0;
    width: 100%;
    color: #212121;
}

.contact_form li.last {
    width: 100%;
}

.noborder {
    padding: 10px 0;
    margin-top: 10px;
    border: 2px solid #ccc;
}

.form select {
    background-color: #212121;
    border: 2px solid #ccc;
    padding: 8px 26px 8px 3px;
    margin-top: 10px;
    width: 100%;
    margin-top: 10px;
}

.contact_form li.last cite {
    background: #121212;
}

.contact_form li.last input {
    color: #ffffff;
}

.contact_form li.last blockquote,
.contact_form li.last cite {
    width: 49%;
    border: 1px #757575 solid;
}
.contact_form li.last blockquote{
background: #a3a3a3;
}

.contact_form li input.noborder {
    border: 1px #b7b7b7 solid;
    background: #F6F6F6;
}

.contact_form li textarea.noborder {
    border: 1px #b7b7b7 solid;
    background: #F6F6F6;
}

.noborder {
    padding: 10px 10px;
    border-radius: 4px;
}


.ADD:before {
    content: "火車站前站店";
    width: 100px;
}

.ADD2:before {
    content: "轉運站公園店";
    width: 100px;
}

@media screen and (max-width: 1024px) {
    .list_before.info {
        width: 100%;
        max-width: inherit;
    }

    .contact_content .information_left {
        width: 100%;
    }

    .contact_content .information_right {
        width: 100%;
        padding: 0;
    }
}

@media screen and (max-width: 600px) {
    .contact_form li:nth-child(6) {
        width: 100%;
    }

    .contact_form li .form__label {
        background: none;
    }

    .contact_form li {
        width: 100%;
        padding: 10px 0;
    }

    .contact_content .information_right {
        width: calc(100% - 0px);
    }

    .contact_content .information_left {
        width: 100%;
    }

    .contact_form li .form__insert {
        width: 95%;
    }

    .contact_form li .form__label {
        width: 25%;
    }
}

@media screen and (max-width: 480px) {
    .contact_form li:nth-child(6) {
        width: 100%;
    }

    .contact_form li .form__insert {
        width: 100%;
    }

    .contact_form li .form__label {
        width: 100%;
        text-align: left;
    }

    .information_left,
    .information_right {
        padding: 0px;
    }

    .contact_page .main_part {
        padding: 50px 15px;
    }

    h4.blank_letter.i::after {
        font-size: 25px;
        letter-spacing: 0px;
    }

    .blank_letter {
        padding: 0 0 0 10px;
    }

    .contact_content {
        padding: 50px 10px;
    }

    .list_before.info li {
        padding: 8px 0 10px 72px;
    }

    .TEL:before,
    .TEL2:before,
    .PHONE:before,
    .FAX:before,
    .TAXID:before,
    .MAIL:before,
    .ADD:before,
    .ADD2:before {
        width: 53px;
    }
}


@media screen and (max-width: 400px) {

    li.info_PHONE:after,
    li.info_MAIL:after,
    li.info_ADD:after {
        display: none;
    }
}

/* 首頁=== */

.module_i_album li {
    opacity: 0.6;
}

.module_i_album li:hover {
    opacity: 1;
}

.module_i_album section {
    width: 100%;
    max-width: 2000px;
}

ul.i_album_list li:nth-child(n+7) {
    display: none;
}

.i_album_list {
    grid-template-columns: repeat(3, 1fr);
}

.i_album_list li a p {
    background: rgb(0 0 0 / 61%);
    opacity: 0;
}

.i_album_list li:hover p {
    height: 100%;
    opacity: 1;
}

.i_album_list li a p span {
    font-weight: 400;
    color: #ffffff;
}


.i_album_b {
    margin-top: 0px;
}

.module_i_album {
    padding: 100px 20px 70px 20px;
}

.module_i_album .title_i_box h6 {
    display: none;
}

.module_i_album .title_i_box h4 {
    content: "HOMU";
    font-family: "Barlow", serif;
    color: #212121;
    font-size: 45px;
    display: block;
    font-weight: 300;
}

.module_i_album .title_i_box h4::after {
    color: #838383;
    display: block;
    content: "作品集";
    font-size: 26px;
    letter-spacing: 1px;
    font-weight: 500;
}

.module_i_album .title_i_box {
    margin-bottom: 0px;
}

/* ======== */

.contact_content {
    display: block !important;
}


.i_contact_box.contact_content.contact_content .information_left {
    display: none;
}

.i_contact_box.contact_content.contact_content .information_right {
    width: 100%;
    padding-left: 0px;
}

.i_contact_box.contact_content .contact_form li input.noborder {
    background: #f6f6f691;
}

.i_contact_box.contact_content .contact_form li textarea.noborder {
    background: #f6f6f691;
}

.i_contact_box.contact_content .blank_letter {
    color: #838383;
    font-size: 26px;
    letter-spacing: 1px;
    font-weight: 500;
    font-weight: bold;
}

/*250410派工單*/
.other_album {display: none;}
.contact_form li .form__label{max-width: 100%;}
li.info_PHONE:after, li.info_MAIL:after, li.info_ADD:after{display: none;}
.info_ADD2:before{content: "";border-right:none;}

@media screen and (max-width: 648px) {
    .contact_form {
        margin-top: 30px;
        margin-bottom: 20px;
        font-size: 15px;
        color: #444;
        display: grid;
        grid-template-columns: 1fr;
        grid-gap: 10px;
    }
    .contact_form li .form__label{width: 100%;}
    .contact_form li{
        width: 100%;
        padding: 10px 10px;
    }
}