@charset "utf-8";

/*
關於CSS設定說明
CSS屬性是會繼承的，而且還是由上往下繼承。
同樣元素設定16px 後 12px 再 15px 最後會以最後設定的15px為準
但是有兩種情況除外:
1.絕對路徑命名. 如: .xx .yy .zz p {設定值;}
2.important.  如: .xx p {設定值 !important;}

CSS3選取器語法 :nth-child(n) 

*/


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */





/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


.pageIndex .main_part {
    border-top: none;
    padding: 0 !important;
}

/*選單最大寬度設定*/

.header_area .nav-brand {
    max-width: 180px;

}

.main_header_area {
    background: #000;
    backdrop-filter: saturate(93%) blur(7px);
}


.pageIndex .main_header_area {
    background: linear-gradient(258deg, #00000066, #000);
    backdrop-filter: saturate(93%) blur(7px);
}

.main_header_area .container {
    max-width: 100%;
}

.sticky .main_header_area.animated {
    background: #0000008e;
    backdrop-filter: saturate(93%) blur(7px);
}

.navigation {
    padding: 20px 4% 0 210px;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: flex-start;
    align-content: center;
}

/*第一層*/
.stellarnav li.has-sub>a:after {
    display: none;
}

.stellarnav>ul>li>a {
    transition: all 0.3s;
    color: #ddd;
    padding: 0 20px;
    font-weight: 600;
    margin: 0 5px 15px;
    letter-spacing: 0.1em;
}



.stellarnav>ul>li>a b {
    font-weight: 500;
    letter-spacing: 1px;
}

.stellarnav>ul>li:hover>a {
    color: #fff;
    text-shadow: none;
}

.sticky .stellarnav>ul>li>a {
    color: #ddd;
    text-shadow: none;
}

.sticky .stellarnav>ul>li:hover>a {
    color: #fff;
}

.stellarnav>ul>li:hover::after {
    transform: scale(1);
    transition: 0.3s ease-in-out;
}

.stellarnav>ul>li::after {
    content: "";
    background: #fff;
    height: 2px;
    width: 50%;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 25%;
    transform: scale(0, 1);
    transition: 0.3s ease-in-out;
}


/*----------------------------------------------------------*/

/*第二層*/
.stellarnav li li>a,
.stellarnav li li.has-sub>a {
    padding: 10px 10px;
    transition: all 0.3s;
    letter-spacing: 1px;
    border-left: 1px solid transparent;
    font-size: 14px;
}

.stellarnav li a {
    color: #fff;
}

.stellarnav ul ul {
    background: #000;
}

.stellarnav li li:hover>a,
.stellarnav li li.has-sub:hover>a {
    padding-left: 20px;
    border-left: 5px solid #fff;
    color: #fff;
}

.stellarnav>ul>li>ul {
    left: 50%;
    transform: translateX(-42%);
}

.stellarnav ul ul {
    width: 200px;
    border: 0px solid #eeeeee;
}

/*下拉分類寬度*/
.stellarnav li li {
    border: none;
}

.stellarnav li li+li {
    border-top: 1px solid #444;
}

.stellarnav li.drop-left ul ul {
    right: 100%;
}

.stellarnav ul ul ul {
    left: 100%;
}

/*-------------------*/
/*下拉次分類(箭頭)*/
.stellarnav li.drop-left li.has-sub>a:after {
    float: left;
    margin-right: 10px;
    border-left: 0;
    border-top: 1px solid #ccc;
    border-bottom: 0px solid transparent;
    border-right: 1px solid #ccc;
}

.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);
}

/*----------------------------------------------------------*/
/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */
/*Logo/＝＝＝＝＝*/
.nav-brand {
    width: 100%;
    max-width: 270px;
    transition: all 0.3s;
    filter: none;
}

.nav-brand img {
    max-width: 100%;
    padding: 0px 25px 20px 20px;
}

.pageIndex .header_area {
    position: fixed;
    width: 100%;
}

.header_area .nav-brand {
    transition: all 0.3s;
    margin-top: 0;
    background: #000;
    border-radius: 0 0 80px 0;
    padding: 20px 0 0 0;
}

.nav-brand h1 {
    display: block;
    background: url(https://pic03.eapple.com.tw/jingtsa/l_logo.png);
    background-size: contain;
    width: 213px;
    height: 0;
    background-repeat: no-repeat;
    text-indent: 101%;
    overflow: hidden;
    white-space: nowrap;
    color: transparent;
    background-position: center;
    margin: 5px 0;
    background-repeat: no-repeat;
    mix-blend-mode: darken;
}


.header_area.sticky .nav-brand {
    max-width: 160px;
    filter: none;
}

.me_tp_features {
    display: none;
}


/*隱藏匯款通知*/
.me_tp_features a.tp_btn_notice {
    display: none;
}


@media screen and (max-width: 1200px) {
    .navigation {
        padding: 20px 0 0 180px;
    }

    .nav-brand img {
        padding: 0px 25px 13px 20px;
    }

    .header_area.sticky .nav-brand {
        max-width: 140px;
        filter: none;
    }

    .header_area .nav-brand {
        border-radius: 0 0 60px 0;
    }

    .header_area .nav-brand {
        max-width: 160px;
    }


    .pageIndex .main_header_area {
        background: #000;
    }

    .pageIndex .header_area {
        position: sticky;
    }

    .pageIndex .sticky .main_header_area.animated {
        background: #000;


    }}



    @media screen and (max-width: 1024px) {


        .header_area.sticky .nav-brand {
            max-width: 130px;
        }

        .navigation {
            padding: 0px 0 0 0px;
            display: inline-block;
        }

        .header_area .nav-brand {
            background: transparent;
        }

        .nav-brand img {
            max-width: 100%;
            padding: 0px 0px 0px 0px;
        }

        .header_area .nav-brand {
            max-width: 150px;
        }

        .stellarnav>ul>li>a {
            margin: 0 5px 5px;
            padding: 0 10px;
        }

        .header_area {
            position: relative;
        }

        .main_header_area {
            background: #000;

        }
    }

    @media screen and (max-width: 768px) {
        .stellarnav>ul>li::after {
            width: 100%;
            left: 0%;
        }

        .stellarnav.mobile li a {
            border-bottom: 0px solid rgba(255, 255, 255, .15);
        }

        .main_header_area .container {
            max-width: 100%;
        }

        .main_header_area {
            backdrop-filter: none !important;
        }

        .me_tp_features {
            margin: 0;
            background: #e9dee9;
            padding: 3% 0 2%;
            top: 0;
            text-align: center;
        }

        /*側邊選單/＝＝＝＝＝*/
        .stellarnav li li>a,
        .stellarnav li li.has-sub>a {
            padding: 10px;
            border-left: none;
        }

        .stellarnav li li:hover>a,
        .stellarnav li li.has-sub:hover>a {
            padding: 10px;
            border-color: transparent;
        }
    }


    @media screen and (max-width: 600px) {
        .header_area .nav-brand {
            max-width: 110px;
        }

        .header_area .nav-brand {
            padding: 10px 0 0 0;
        }

        .header_area.sticky .nav-brand {
            max-width: 110px;
        }
    }

    /* =========== */

    .stellarnav.mobile ul {
        background: #000000eb;
        backdrop-filter: saturate(93%) blur(7px);
    }

    .stellarnav.mobile.right .close-menu,
    .stellarnav.mobile.left .close-menu {
        background: #000;
    }

    .stellarnav.mobile li.open {
        background: #000;
    }

    /* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */



    /* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */
    /*Footer/＝＝＝＝＝*/
    .footer_logo {
        width: 100%;
        text-align: center;
    }

    .footer_logo img {
        height: 0;
    }

    .footer_logo {
        background-image: url(https://pic03.eapple.com.tw/yixinbeauty/footerlogo.png);
        background-repeat: no-repeat;
        background-size: contain;
        transition: all 0.5s ease-in-out;
        background-position: center;
        height: 125px;
        width: 250px;
        transition: all 1s;
        animation-timing-function: cubic-bezier(0.18, 0.89, 0.32, 1.28);
    }



    .footer_menu {
        width: 100%;
        display: flex;
        justify-content: center;
        flex-wrap: nowrap;
        align-content: center;
        padding: 10px 0 30px;
    }

    .footer_menu a:nth-child(2) {
        border-left: 0px solid #000 !important;
    }

    .footer_menu a {
        display: inline-block;
        padding: 5px 7px;
        border: 0px #ccc solid;
        margin: 13px 0;
        font-size: 14px;
        letter-spacing: 0.1em;
        line-height: 150%;
        color: #e1d3e0;
        background: transparent;
        transition: all .3s;
        border-left: 1px solid #b793b6;
        padding: 0 30px;
    }

    .footer_menu a:first-child {
        display: none;
    }

    .footer_menu a:hover {
        background: transparent;
    }

    .footer {
        padding: 30px 0 0;
        background: #1B1B1B;
    }

    .footer_info li p,
    .footer_info li p>a {
        color: #ddd;
        line-height: 220%;
    }

    .footer_info {
        display: flex;
        padding: 0;
        flex-direction: column;
        align-items: center;
    }

    .footer_info ul {
        display: flex;
        align-items: center;
        width: 100%;
        flex-direction: column;
        align-content: center;
        flex-wrap: nowrap;
    }

    .footer_info li {
        padding: 0;
    }

    .footer_info li:nth-child(1) {
        display: flex;
        grid-template-columns: repeat(auto-fill, minmax(min(300px, 100%), 1fr));
        width: 100%;
        margin-top: 20px;
        flex-direction: row;
        justify-content: space-evenly;
        align-items: center;
    }

    .footer_info li:nth-child(2) {
        display: flex;
        grid-template-columns: repeat(auto-fill, minmax(min(300px, 100%), 1fr));
        text-align: center;
        width: 100%;
        margin-top: 10px;
        justify-content: center;
        flex-direction: column;
        flex-wrap: nowrap;
        align-content: center;
    }

    .box_link {
        display: none;
    }



    .copy {
        border: none;
        text-align: center;
        width: 100%;
        max-width: 1200px;
        margin: 0 auto;
    }

    .copy,
    .copy a {
        color: #575757;
        transition: all 0.3s;
    }

    .copy a:hover {
        color: #ddd;
    }

    @media screen and (max-width: 1024px) {


        .footer_menu a {
            padding: 0 20px;
        }

        .footer_info {
            flex-direction: column;
        }

        .footer_info ul {
            padding: 0px 0%;
        }

        .footer_info li:nth-child(1) {
            width: 100%;
            flex-direction: column;
        }
    }

    @media screen and (max-width: 900px) {
        /* .sticky .main_header_area.animated {
        background: #000;
    }*/

        .footer_info {
            justify-content: center;
        }


        .footer_logo {
            margin: 0 auto;
        }
    }

    @media screen and (max-width: 768px) {
        .footer_menu a {
            margin: 10px 0;
        }


        .footer_menu {
            width: 100%;
            display: inline-block;
            padding: 10px 0 0px;
        }

        .pageIndex .header_area {
            position: sticky;
        }

        .pageIndex .sticky .main_header_area.animated {
            background: #000;

        }
    }


    @media screen and (max-width: 600px) {

        .footer_menu a {
            display: inline-block;
        }

        .footer_info {
            display: block;
        }

        .footer_info ul {
            text-align: center;
            padding: 0 0% 0;
        }

        .footer_info li:nth-child(2) {
            width: 100%;
            text-align: center;
            margin: 2% 4%;
        }

        .copy {
            padding: 30px 0 25px;
            text-align: center;
        }

        .copy,
        .copy a {
            color: #ffffff7a;
        }
    }

    @media screen and (max-width: 480px) {
        .footer_logo {
            text-align: center;
            margin: 0 auto;
        }

        .footer_menu {
            padding: 0px 0 10px;
        }

    }


    /* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


    /*預設購物車版面 產品分類選單在左側 商品內頁詳細介紹下表單更改樣式 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;}
.product_page .product-layer-two { 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); display: flex; flex-wrap: wrap; align-items: flex-start;}
ul.page { width: 100%;}

.product-layer-two li ul { position:static; margin-top:10px; 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:5px 10px; transition:all ease .3s;}
.product-layer-two li li a{ padding:0;}
.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;}
.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: #fff; 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) {
.products-list .item { width: calc(100% / 3);}
}
@media screen and (max-width: 980px) {
.products-list .item { width: 50%;}
}
@media screen and (max-width: 768px) {
.product-layer-two,
.products-list,
.product-wrapper { width: 100%;}
.product-layer-two { margin-right: 0;}
.product-layer-two > li { margin-bottom: 5px;}
.product_page .product-layer-two,
.product_page .products-list { width: 100%; border-right: none;}

.product_page .show_content > a { order: 1;}
.product_page ul.products-list { order: 2;}
.product_page ul.page { order: 3;}
.product_page ul.product-layer-two { order: 4;}
}
@media screen and (max-width: 600px) {
.products-list .item { width: 100%; max-width: 350px;margin: 20px auto; display: block;}
}
*/


    /* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


    /*預設解除背景輪播*/
    #content_main {
        margin: 0;
    }

    .bannerindex {
        position: static;
        height: auto;
    }

    .swiper-banner {
        position: static;
        margin: 0;
        height: auto;
    }

    .swiper-slide img {
        height: auto;
    }

    @media screen and (max-width: 768px) {
        .bannerindex {
            padding: 0;
            margin: 0;
        }
    }


    /* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */



    /* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */





    @media screen and (max-width: 768px) {

        /* 開啟手機板下方按鈕所需設定 */
        #bottom_menu {
            display: block;
        }

        .footer.with_shopping_mode {
            padding: 30px 0 70px;
        }

        #to_top {
            bottom: 60px;
        }
    }

    @media screen and (max-width: 600px) {}



    /* =========== */

    .footer_info li p a {
        color: inherit;
    }

    #content {
        background: #222222;
    }

    .path p a:hover {
        color: #fff;
    }


    /* 相簿========= */


    .show-list .show_name {
        color: #fff;
    }

    .show-list .item:hover .show_name {
        color: #BBBBBB;
    }

    .show-list .show_pic img:hover,
    .pic-list .show_pic img:hover,
    .other_subalbum li a img:hover {
        transform: scale(1.1);
        filter: blur(0px);
    }

    .show-list .show_pic img,
    .pic-list .show_pic img,
    .other_subalbum li a img {
        transition: .5s ease-out;
        display: block;
        object-fit: cover;
        min-width: 100%;
        height: 100%;
        position: absolute;
        filter: blur(0px);
    }

    .album_fixed_title {
        color: #ddd;
        background: transparent;
    }

    .other_album_choice li {
        background: #646464;
    }

    .show-list .show_pic {
        border-radius: 0 70px 0 0;
    }



    /* 聯絡=== */
    .list_before {
        color: #ddd;
    }

    .blank_letter {
        font-weight: 400;
        letter-spacing: 1px;
        font-size: 24px;
        color: #fff;
        font-family: 'Noto Serif TC';
    }

    .contact_form li.last blockquote,
    .contact_form li.last cite {
        border-radius: 50px;
    }



    /*※※※※※【【  固定區塊不動↓↓↓  】】※※※※※*/

    .contact_content .information_right {
        width: calc(100% - 310px);
        padding-left: 50px;
    }

    /*表格區塊*/

    button,
    input,
    optgroup,
    select,
    textarea {
        outline: none;
    }

    input[type="checkbox"],
    input[type="radio"] {
        margin: 5px 5px 5px 10px;
    }

    input[type="checkbox"]:nth-child(1),
    input[type="radio"]:nth-child(1) {
        margin: 5px 5px 5px 0px;
    }

    .list_before.info li {
        font-weight: 300;
    }

    .form select {
        background: transparent;
        color: #444;
        border: none;
        border-bottom: 1px solid #aaa;
        width: 100%;
    }

    .form select option {
        background: #eee;
    }

    .contact_form {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin: 15px 0;
    }

    .contact_form li {
        width: 48%;
        padding-left: 0;
        padding: 15px 0;
    }

    .contact_form li input.noborder {
        padding-left: 10px;
        background: transparent;
        border: none;
        border-bottom: 1px solid #eee;
    }

    .contact_form li textarea.noborder {
        border: 1px solid #eee;
        padding-left: 10px;
        background: transparent;
    }

    .contact_form li.last {
        width: 100%;
    }

    .contact_form li.last cite {
        margin-left: 10px;
        background: #000;
        color: #fff;
    }

    .contact_form li.last blockquote,
    .contact_form li.last cite {
        border: 1px #ccc solid;
        width: 130px;
    }

    .contact_form li.last blockquote input {
        color: #333;
        font-size: 14px;
        font-weight: 300;
    }

    .contact_form li.last blockquote:hover input,
    .contact_form li.last cite:hover input {
        letter-spacing: 3px;
    }

    .information_right .contact_form li.last blockquote input {
        color: #fff;
        font-weight: 300;
        font-size: 14px;
    }

    .contact_form li .form__label {
        font-weight: 400;
        color: #fff;
        width: 100%;
        text-align: left;
        margin-left: 0;
        margin-bottom: 5px;
    }

    .contact_form li .form__insert {
        color: #444;
        width: 100%;
    }

    .noborder {
        padding: 10px;
    }


    @media screen and (max-width: 768px) {

        /*整體設定*/
        .blank_letter {
            padding-top: 0;
        }

        .blank_letter.f {
            margin-top: 50px;
        }

        /*資訊區塊*/
        .list_before {
            margin-top: 10px;
        }

        /*表格區塊*/
        .contact_content .information_right {
            width: 100%;
            padding-left: 10px;
        }

        .contact_form li input.noborder {
            border-radius: 0;
        }
    }

    @media screen and (max-width: 600px) {
        .contact_content {
            padding: 0;
        }
    }

    @media screen and (max-width: 450px) {
        .contact_form li {
            width: 100%;
        }

        .blank_letter {
            padding-top: 0;
            font-size: 18px;
        }

        .blank_letter.f {
            margin-top: 50px;
        }

    }

    /*※※※※※【【  此案件更動處↓↓↓  】】※※※※※*/
    /*表單*/
    .contact_form li input.noborder,
    .contact_form li textarea.noborder {
        background: #ffffff8a;
        border: none;
    }



    /* banner============== */
    .banner {
        background: url(https://pic03.eapple.com.tw/yixinbeauty/banbg.png) no-repeat;
        height: 380px;
        position: relative;
        padding: 368px 0 0;
    }

    .banner:before {
        content: "";
        background: url(https://pic03.eapple.com.tw/yixinbeauty/ban.png) no-repeat;
        position: absolute;
        top: 0;
        transform: translateX(-50%);
        width: 380px;
        height: 346px;
        background-size: contain !important;
        background-position: center top !important;
    }

    .banner h5 {
        font-family: 'Noto Serif TC';
        width: 90%;
        margin: 0 auto;
        color: #fff;
        font-size: 34px;
        z-index: 100;
        position: relative;
        font-weight: 400;
        letter-spacing: 2px;
    }

    .banner h5:before {
        content: "";
        display: block;
        font-size: 130px;
        color: #646464;
        font-weight: 400;
        font-size: 15px;
        font-family: 'Cormorant+Garamond';
    }



    .banner.banC h5:before {
        content: "CONTACT";
    }

    .banner.banE h5:before {
        content: "COMMENTS";
    }


    .banner.banblog h5:before {
        content: "YIXIN";
    }

    /* ======== */

    body.blog_page .main_part,
    body.blog_in_page .main_part,
    body.contact_page .main_part,
    body.album_page .main_part {
        max-width: 1200px;
        width: 90%;
        margin: auto;
        margin: 120px auto 0;
    }



    @media screen and (max-width: 500px) {
        .banner:before {
            width: 320px;
            height: 293px;
        }

        .banner {
            background: url(https://pic03.eapple.com.tw/yixinbeauty/banbg2.png) no-repeat;
            padding: 315px 0 0;
        }

        body.blog_page .main_part,
        body.blog_in_page .main_part,
        body.contact_page .main_part,
        body.album_page .main_part {
            margin: 50px auto 0;
        }

    }


    /*●●●●●●●●●●●●●●●●●●●●●●●●   文章分類管理   ●●●●●●●●●●●●●●●●●●●●●●●●*/
    /*※※※※※【【  固定區塊不動↓↓↓  】】※※※※※*/
    /*側邊選單*/
    h5.blog_le_t em {
        font-weight: 400;
        font-size: 20px;
    }

    h5.blog_le_t span {
        font-size: 14px;
        padding-left: 5px;
        font-weight: 300;
    }

    .blog_search input[type=search] {
        border-radius: 0;
    }

    .blog_le {
        width: 250px;
        padding: 15px;
    }

    .blog_le .accordion {
        border-radius: 0;
        border: none;
    }

    .blog_le .accordion li {
        border-bottom: 1px solid #6f6f6f;
    }

    .blog_le .accordion li:last-child {
        border-bottom: none;
    }

    .blog_le .accordion li.open {
        background: #777;
    }

    .accordion li .link {
        padding: 0;
        border-bottom: none;
    }

    .accordion li .link a {
        padding: 15px 10px;
        display: inline-block;
        font-weight: 300;
        color: #fff;
    }

    .blog_le .accordion>li:hover,
    .blog_le .accordion>li.on_this_category {
        background: #000 !important;
    }

    .submenu {
        background: #fff;
    }

    .submenu a {
        padding: 12px 12px 12px 30px;
    }

    h5.blog_le_t {
        color: #ddd;
    }

    .submenu a:hover {
        background: #eee;
        color: #555;
        padding: 12px 12px 12px 35px;
    }

    /*分類區塊*/

    .blog_ri {
        width: calc(100% - 260px);
        padding: 15px 0 0 50px;
    }

    h4.blog_category_title {
        font-family: 'Noto Serif TC';
        ;
        color: #fff;
        font-size: 24px;
        padding: 0;
        margin: 0 0 5px 0;
        font-weight: 400;
    }

    h4.blog_category_title span {
        color: #ddd;
    }

    .subbox_item {
        width: 100%;
    }

    .subbox_item a {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .subbox_item a:after {
        background: #0006;
        border: 0px #ddd solid;
    }

    .blog_list_le {
        width: 30%;
    }

    .blog_list_ri {
        width: 70%;
        padding: 0 8%;
    }

    .blog_list_ri h5 {
        font-size: 22px;
        color: #fff;
    }

    .blog_in_page h4.blog_category_title {
        letter-spacing: 1px;
        color: #fff;
        font-size: 22px;
        border-bottom: 1px solid #616161;
        padding-bottom: 15px;
        margin-bottom: 15px;
    }

    .blog_list_ri p {
        font-weight: 300;
        color: #ddd;
        line-height: 180%;
        margin-top: 30px;
    }

    /*詳細頁*/
    .blog_box_edit * {
        letter-spacing: 1px;
        color: #ddd;
        line-height: 170%;
    }

    .blog_in_page h4.blog_category_title {
        font-weight: 400;
        font-size: 24px;
        border-bottom: 1px solid #ddd;
        padding-bottom: 15px;
        margin-bottom: 15px;
    }

    .blog_back a {
        padding: 12px 15px;
        font-size: 14px;
        font-weight: 300;
    }

    .blog_back a.article_btn_prev {
        background: #777;
    }

    .blog_back a.article_btn_back {
        background: #333;
    }

    .blog_back a.article_btn_next {
        background: #777;
    }

    /*首頁文章管理*/
    .module_i_news {
        padding: 80px 20px;
        background: #f3f3f3;
    }

    .module_i_news ul {
        display: flex;
        justify-content: space-around;
    }

    .module_i_news li {
        width: 25%;
        padding: 1%;
    }

    .module_i_news li:nth-child(n+5) {
        display: none;
    }

    .module_i_news li a:before {
        display: none;
    }

    .module_i_news li a:after {
        display: none;
    }

    .module_i_news .title_i_box h4 {
        font-size: 30px;
        color: #333;
        font-weight: 600;
    }

    .module_i_news .title_i_box h4:before {
        content: "";
        display: block;
        color: #ACACB2;
        font-size: 16px;
        font-weight: 400;
    }

    .i_blog_le {
        width: 100%;
    }

    .i_blog_ri {
        width: 100%;
    }

    .i_blog_ri h5 {
        color: #fff;
        margin-top: 10px;
    }

    .i_blog_ri p {
        line-height: 180%;
        font-size: 14px;
        font-weight: 300;
    }

    @media screen and (max-width: 960px) {

        /*分類區塊*/
        .subbox_item {
            border-bottom: none;
        }

        .blog_list_le {
            width: 150px;
        }

        .blog_list_ri {
            width: calc(100% - 155px);
            padding-left: 30px;
        }

        .blog_list_ri h5 {
            font-size: 18px;
        }

        .blog_list_ri p {
            margin-top: 10px;
            font-size: 12px;
        }

        .blog_list_ri em {
            position: relative;
            right: 0;
            top: 0;
        }

        /*詳細頁*/
        .blog_in_page h4.blog_category_title {
            font-size: 18px;
        }
    }

    @media screen and (max-width: 768px) {

        /*側邊*/
        .blog_ri {
            width: 100%;
            padding: 0;
        }

        .blog_le {
            width: 100%;
        }

        /*分類區塊*/
        .blog_list_le {
            width: 40%;
        }

        .blog_list_le img {
            object-fit: cover;
            min-height: 200px;
        }

        .blog_list_ri {
            width: 60%;
            padding: 0 30px;
        }

        /*首頁文章*/
        .module_i_news ul {
            flex-wrap: wrap;
        }

        .module_i_news li {
            width: 50%;
        }
    }

    @media screen and (max-width: 450px) {

        /*分類區塊*/
        .subbox_item a {
            display: block;
            padding: 10px;
        }

        .blog_list_le {
            width: 80%;
            margin: 0 auto;
            display: block;
        }

        .blog_list_ri {
            width: 100%;
            padding: 10px;
        }

        /*詳細頁*/
        .blog_back {
            margin-top: 80px;
        }
    }

    /* 浮動=========*/
    .info_fix_links a span::before {
        filter: brightness(0);
    }

    .info_fix_links a {
        margin-bottom: 10px;
        background: rgb(255 255 255);
    }

    .info_fix>span {
        color: #000;
        background-color: #fff;
    }

    .info_fix_links a:hover {
        transform: scale(1.1);
        background: #fff;
    }

    .info_fix:hover>span {
        background: #fff;
    }





/* 派工單修改 */
.promotion_title h2 {
    display: block;
    border-bottom: none;
    text-align: left;
    font-size: 33px;
    color: #fff;
    font-family: 'Noto Serif TC';
}
.promotion_title {
    padding: 13px 0;
    display: block;
}
.promotion_title .time {
    display: flex;
    align-items: center;
}
.promotion_title span {
    border: none;
    padding: 0;
    margin: 0;
}
.promotion_title em {
    border: none;
    padding: 2px 7px;
    margin: 0 2px 2px 0;
}
.edit * {
    word-break: break-all;
    color: #6D6D6D;
}

/* 底下分類 */
.other_promotion li {
    font-size: 13px;
    line-height: 20px;
    color: #fff;
    display: inline-block;
    vertical-align: top;
    width: calc(100% / 3 - 45px);
    margin: 20px;
}
.other_promotion li a {
    display: block;
    border: none;
    padding: 40px 30px;
    width: 100%;
    margin: 0;
    position: relative;
    background: #00000042;
    border-top-right-radius: 50px;
    border-bottom-left-radius: 50px;
    border: 1px #ffffff00 solid;
    transition: all 0.3s;
}
.other_promotion li a:hover {
    background: #00000091;
    border: 1px #ffffffa4 solid;
    transition: all 0.3s;
}
.other_promotion li a:before{
    display: none;
}
.other_promotion li a:after{
    display: none;
}
.other_promotion .pmtTime span {
    float: left;
    font-size: 13px;
    margin-left: 0;
}

.promotion_title h2 span{
    display: none;
}

.pmtTitle {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    color: #C5C5C5;
    flex-direction: column;
}
.other_promotion .pmtTitle h3 {
    font-size: 17px;
    color: #fff;
    margin: 10px 0 0 0;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: auto;
    font-weight: bold;
    font-family: 'Noto Serif TC';

}

@media screen and (max-width: 1024px) {
    .other_promotion li {
        width: calc(100% / 2 - 45px);
    }
    
}
@media screen and (max-width: 500px) {
    .other_promotion li {
        width: calc(100% / 1 - 45px);
    }
    
}

