@charset "utf-8";

/*
關於CSS設定說明
CSS屬性是會繼承的，而且還是由上往下繼承。
同樣元素設定16px 後 12px 再 15px 最後會以最後設定的15px為準
但是有兩種情況除外:
1.絕對路徑命名. 如: .xx .yy .zz p {設定值;}
2.important.  如: .xx p {設定值 !important;}

CSS3選取器語法 :nth-child(n) 

*/


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*上方選單解除滑動固定
.header_area.sticky { position:relative;}
*/


/*上方選單右邊設定 臉書/LINE/電話/信箱
.tp_links a:before {寬高大小設定}
.tp_links a.me_tp_fb {}
.tp_links a.me_tp_fb:before {背景換圖/建議.SVG}
.tp_links a.me_tp_line {}
.tp_links a.me_tp_line:before {背景換圖/建議.SVG}
.tp_links a.me_tp_call {}
.tp_links a.me_tp_call:before {背景換圖/建議.SVG}
.tp_links a.me_tp_mail {}
.tp_links a.me_tp_mail:before {背景換圖/建議.SVG}
*/


/*電腦LOGO
.nav-brand {}
*/

/*手機LOGO
.nav-brand-m {}
*/

/* header商品下拉超過30個變大 */
.stellarnav.desktop li.bigMenu>ul{display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); left: 0; width: 100%; position: fixed; padding: 20px;}
.stellarnav.desktop li.bigMenu ul ul{top: 100%; left: 0; width: 100%; background: #efefef; height: auto; max-height: 300px; overflow: auto;}
.stellarnav.desktop li.bigMenu ul ul li{margin: 0;} 
.stellarnav.hasBigMenu li.bigMenu li.has-sub > a:after{border-left: 6px solid transparent; border-bottom:unset; border-right: 6px solid transparent; border-top: 6px solid #898989; right: 5px;}
/* 主分類超過30個但次分類直接顯示 
.stellarnav.desktop li.bigMenu>ul{grid-gap: 10px;}
.stellarnav.desktop li.bigMenu li{border: 0;}
.stellarnav.desktop li.bigMenu>ul>li>a{border: 1px solid #ddd;}
.stellarnav.desktop li.bigMenu ul ul{display: block !important; position: relative; top: 0; background: unset; border: 0;}
.stellarnav.desktop li.bigMenu ul ul li{border: 0;}
 主分類超過30個但次分類直接顯示-結束 */

/* 商品下拉超過30個--結束 */


/*預設解除背景輪播*/
#content_main { margin:0;}
.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) {
    .footer.with_shopping_mode { padding:30px 0 70px; }
    #to_top { bottom:60px;}
    #bottom_menu {
        display: none;
    }
    #bottom_menu li:nth-child(1) {
        background: ;
    }
    #bottom_menu li:nth-child(2) {
        background: ;
    }
    #bottom_menu li:nth-child(3) {
        background: ;
    }
    #bottom_menu li a {
        color: #fff;
    }
}
    
@media screen and (max-width: 600px) { 
}
 /* 開啟手機板下方按鈕所需設定--結束 */    

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*--------浮動按鈕----------*/
.fa-phone-volume::before {
    content: "\f095";
}
.fa-fb-messenger:before {
    content: "\f39f";
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */
/* 內頁設定 */
body {
    background: #F3EADB;
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*--------頁碼設定----------*/
ul.page { 
    width: 100%;
    font-family: 'Noto Sans TC', sans-serif;
    font-weight: 600;
}

/* 停留在該頁時 */
.page strong {
    background: #6a3906;
}

/* 其他頁 */
.page li {
	margin: 0;
}
.page li a, .page li strong {
    width: 35px;
    height: 35px;
}
.page li a {
    color: #4C5259;
}

/* hover-點擊其他頁 */
.page a, 
.page a:hover {
    transition: all .2s;
}
.page a:hover {
    color: #aacc03;
    background: transparent;
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/* 麵包屑導覽--隱藏 */
.path {
    display: none;
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

.header_area,
.header_area.sticky {
    background: #F3EADB;
}
.main_header_area .container {
    transition: all .3s;
    transition: cubic-bezier(0.075, 0.82, 0.165, 1) .4s;
    transition: ease-in-out .5s;
}
.nav-header {
    max-width: 150px;
    grid-row: 1;
    transition: all .3s;
}
.me_tp_features {
    display: none;
} /* header聯絡按鈕--隱藏 */


/* 下滑設定 */
.header_area.sticky * {
    transition: ease-in-out .5s;
}
.header_area.sticky {
    padding: 5px;
}
.header_area.sticky .main_header_area .container {
    max-width: 1800px;
}
.header_area.sticky .nav-header {
    max-width: 120px;
}

/* .stellarnav */
.stellarnav {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.stellarnav a {
    font-family: 'Noto Sans TC', sans-serif;
}
.stellarnav > ul > li > a {
    color: #231815;
    letter-spacing: 2px;
    margin: 0 25px;
}
.stellarnav > ul > li > a:before {
    content: '';
    position: absolute;
    top: 30px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 2px;
    background: rgb(193 108 38 / 0);
    transition: all .3s;
}
.stellarnav > ul > li.has-sub > a {
    padding-right: 0;
}
.stellarnav > ul > li.has-sub > a:after {
    border-top: 6px solid #231815;
    display: none;
}
.stellarnav li li a {
    font-size: 15px;
    letter-spacing: 1px;
}
.stellarnav li li > a, 
.stellarnav li li.has-sub > a {
    padding: 8px 15px 8px 10px;
}

/* 第二層 */
.stellarnav ul ul {
    background: #AE7D46;
    background: #C16C26;
}
.stellarnav li li {
    border: 0;
}
.stellarnav li a {
    color: #fff;
}
.stellarnav li li.has-sub > a:after {
    border-left: 6px solid #ffffff;
}

/* hover */
.stellarnav *,
.header_area.sticky .stellarnav * {
    transition: all .4s;
}
.stellarnav > ul > li > a:hover,
.stellarnav > ul > li:hover > a {
    color: rgb(193 108 38 / 100%);
} /* 主選單一般變色 */
.stellarnav > ul > li.has-sub > a:hover:after,
.stellarnav > ul > li.has-sub:hover > a:after{
    border-top: 6px solid #C16C26;
} /* 主選單三角形 */
.stellarnav > ul > li > a:hover:before,
.stellarnav > ul > li:hover > a:before {
    top: 0;
    background: rgb(193 108 38 / 100%);
}
.stellarnav li li:hover > a,
.stellarnav li li.has-sub:hover > a,
.stellarnav li li.drop-left:hover > a  {
    background: rgb(68 44 22 / 20%);
    background: rgb(199 123 59);
    padding: 8px 15px 8px 18px;
} /* 次分類一般變色 */
.stellarnav li li.has-sub > a:hover:after,
.stellarnav li li.has-sub:hover > a:after{
    border-left: 6px solid #;
} /* 次分類三角形 */


@media screen and (max-width: 1200px) {
    .stellarnav > ul > li > a {
        margin: 0 12px;
    }
}

@media screen and (max-width: 1024px) {
    .stellarnav {
        justify-content: center;
    }
}

@media screen and (max-width: 768px) {
    .stellarnav .menu-toggle span.bars span {
        background: #C16C26;
    }
    .stellarnav .menu-toggle span.bars span:nth-child(1) {
    }
    .stellarnav .menu-toggle span.bars span:nth-child(2) {
        /* margin: 0 auto 4px 0; */
    }
    .stellarnav .menu-toggle span.bars span:nth-child(3) {
        /* margin: 0 auto 4px 0; */
    }
    .stellarnav .menu-toggle:after {
        font-family: "Lexend", "Noto Sans TC", sans-serif;
        font-size: 10px;
        color: #C16C26;
    }
    .stellarnav.mobile.right > ul, 
    .stellarnav.mobile.left > ul {
        background: #C16C26;
        border: 0;
    }
    .stellarnav.mobile.right .close-menu, 
    .stellarnav.mobile.left .close-menu {
        color: transparent;
        background: transparent;
        padding-top: 20px;
        padding-left: 15px;
    }
    .stellarnav .icon-close {
        display: block;
    }
    .stellarnav .icon-close:before, 
    .stellarnav .icon-close::after {
        width: 25px;
        border-bottom: solid 2px #fff;
    }
    .stellarnav.mobile > ul > li {
        border: 0;
    }
    .stellarnav.mobile li a {
        color: #fff;
        border-bottom: 0;
    }
    .stellarnav.mobile > ul > li > a.active b {
        display: block;
        color: #fff;
    }
    .stellarnav.mobile li li.has-sub a {
        color: #fff;
        padding: 10px 43px 10px 40px;
    }
    .stellarnav.mobile > ul > li > a b:last-child {
        display: none;
    }
    .stellarnav > ul > li > a:before {
        display: none;
    }
    .stellarnav li li > a {
        padding: 10px 10px 10px 40px;
    }
    .stellarnav.mobile li.open {
        background: transparent;
        padding: 0;
    }
    .stellarnav.mobile > ul > li > a.dd-toggle .icon-plus:after {
        border-bottom: solid 2px #fff;
    }
    .stellarnav.mobile ul ul {
        background: rgb(255 255 255 / 20%);
    }
    .stellarnav.mobile ul ul li.open {
        background: transparent;
    }
    .stellarnav.mobile li.open li.open {
        background: transparent;
        padding: 0;
    }
    .stellarnav a.dd-toggle .icon-plus:before, 
    .stellarnav a.dd-toggle .icon-plus:after {
        border-bottom: solid 2px #fff;
    }
    .stellarnav.mobile ul ul ul {
        background: rgb(255 255 255 / 20%);
    }
    .stellarnav.mobile li li.has-sub li a {
        padding: 10px 43px 10px 55px;
    }

    /* hover */
    .stellarnav.mobile > ul > li > a:hover, 
    .stellarnav.mobile > ul > li:hover > a {
        color: #fff;
    }
}

@media screen and (max-width: 570px) {
    .stellarnav .menu-toggle {
        padding: 10px;
    }
}

/* = = = 大圖 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

.bannerindex {
    position: relative;
    height: auto;
}
.pageIndex .swiper-banner {
    position: static;
    margin: 0;
    height: auto;
}
.pageIndex .swiper-slide:before,
.pageIndex .swiper-slide:after {
    content: "";
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 999;
    pointer-events: none;
}
.pageIndex .swiper-slide.swiper-slide-active:nth-child(1):before {
    animation: melt-bottom 5s;
}
.pageIndex .swiper-slide.swiper-slide-active:nth-child(1):after {
    animation: slide-right 3s 0.3s both;
}
.pageIndex .swiper-slide.swiper-slide-active:nth-child(2):before {
    animation: melt-left 6s;
}
.pageIndex .swiper-slide.swiper-slide-active:nth-child(2):after {
    animation: slide-left 4s 0.3s both;
}
.pageIndex .swiper-slide:nth-child(1):before {
    background-image: url(https://pic03.eapple.com.tw/nailedtouch/ban01_illus.png);
    width: 33%;
    bottom: 0;
    left: 0;
    mix-blend-mode: hard-light;
    aspect-ratio: 716 / 780;
    opacity: .8;
}
.pageIndex .swiper-slide:nth-child(1):after {
    background-image: url(https://pic03.eapple.com.tw/nailedtouch/ban01_title.png);
    bottom: 8%;
    right: 14%;
    width: 45%;
    aspect-ratio: 929 / 172;
}
.pageIndex .swiper-slide:nth-child(2):before {
    background-image: url(https://pic03.eapple.com.tw/nailedtouch/ban02_illus.png);
    width: 52%;
    bottom: 0;
    right: 0;
    mix-blend-mode: hard-light;
    aspect-ratio: 1021 / 598;
    opacity: .8;
}
.pageIndex .swiper-slide:nth-child(2):after {
    background-image: url(https://pic03.eapple.com.tw/nailedtouch/ban02_title.png);
    bottom: 12%;
    left: 6%;
    width: 36%;
    aspect-ratio: 685 / 118;
}
.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 3%;
} /* 大圖點點 */


@keyframes melt-bottom {
    0% {
        clip-path: inset(0% 3% 100% 10%);
    }
    100% {
        clip-path: inset(0% 3% 0% 10%);
    }
}

@keyframes melt-left {
    0% {
        clip-path: inset(0% 0% 0% 100%);
    }
    100% {
        clip-path: inset(0% 0% 0% 0%);
    }
}

@keyframes slide-right {
    0% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes slide-left {
    0% {
        -webkit-transform: translateX(0-50%);
        transform: translateX(-50%);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }
}

/* = = = footer = = = = = = = = = == = = = = = = = = = = = = = = == = = */
footer {
    font-family: 'Noto Sans TC', sans-serif;
    background: #231815 !important;
    padding: 80px 0 0 !important;
}
.footer .center {
    padding-bottom: 50px;
}
.footer_info {
    display: flex;
    flex-direction: column;
    padding-right: 0;
}
.footer_logo {
    max-width: 160px;
}
.footer_logo {
    max-width: 90px;
    margin-left: 10px;
}
.footer_logo a {
    position: relative;
}
.footer_logo a::after {
    content: '';
    display: block;
    width: 160px;
    height: 58px;
    aspect-ratio: 80 / 29;
    background-image: url(https://pic03.eapple.com.tw/nailedtouch/ft_logo.svg);
}
.footer_logo a::after {
    content: '';
    display: block;
    width: 90px;
    height: 88px;
    aspect-ratio: 45 / 44;
    background-image: url(https://pic03.eapple.com.tw/nailedtouch/ft_logo.svg);
}
.footer_logo img {
    display: none;
}
.box_link {
    display: none;
}
.footer_info ul {
    display: flex;
    justify-content: space-between;
}
.footer_info li p, 
.footer_info li p a {
    color: #afa08e;;
}
.footer_info li p {
    letter-spacing: 5px;
    line-height: 240%;
}
.footer_info li p a {
    letter-spacing: 2px;
}
.footer_menu a {
    position: relative;
    font-weight: 400;
    color: #b37541;
    letter-spacing: 1.5px;
    border: 0;
    background: transparent;
    padding: 10px 0;
    margin: 5px 12px;
}
.footer_menu a:before {
    content: '';
    position: absolute;
    top: 30px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 2px;
    background: rgba(255, 159, 80, 0);
    transition: all .4s;
}
.copy {
    letter-spacing: 1px;
    border: 0;
    background: #C16C26;
    padding: 20px 0;
}
.copy, 
.copy a {
    color: #eac8a1;
}

/* hover */
.box_link a,
.box_link a:hover,
.footer_menu a,
.footer_menu a:hover,
.copy a,
.copy a:hover {
    transition: all .4s;
}
.box_link a:hover {
    opacity: .7;
}
.box_link a,
.box_link a:hover {
    transition: all .2s;
}
.footer_menu a:hover {
    background: transparent;
    color: #ffa050;
}
.footer_menu a:hover:before {
    top: 0;
    background: rgb(255, 160, 80);
}
.copy a:hover {
    color: #fbcd4f;
}

@media screen and (max-width: 1200px) {
    .footer_menu {
        display: grid;
        grid-template-columns: repeat(4,1fr);
    }
}

@media screen and (max-width: 900px) {
    .footer.with_shopping_mode {
        padding: 30px 0 0 !important;
    }
    .footer_info {
        padding: 0 5%;
    }
    .footer_info ul {
        flex-direction: column;
    }
    .footer .center {
        padding-bottom: 10px;
    }
    .footer_menu a {
        padding: 5px 0;
        margin: 5px 0;
    }
}
@media screen and (max-width: 500px) {
    .footer_info li p {
    }
    .footer_info li p:before {
        line-height: 120%;
    }
    .footer_menu {
        grid-template-columns: repeat(2,1fr);
    }
}

@media screen and (max-width: 350px) {
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*預設購物車版面 產品分類選單在左側 商品內頁詳細介紹下表單更改樣式 by shint at 2023.1.5  */

/* 購物車頁面設定 */
.product_page .main_part { 
    max-width:1500px;
}
.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);
}
.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 { 
    position:static; margin-top:5px; 
    /*display:block !important;*/ 
    width:100%; margin-left:0;
}
.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 ul > li + li { 
    margin-top:5px;
}
.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%);
}

/* 商品分類hover */
.product-layer-two li:hover ul { 
    border: none !important; 
    /*display:block !important;*/
}
.product-layer-two li li:hover{ 
    margin-left: 15px;
}
.product-layer-two li li:hover > a { 
    background:#fff; 
    color:#ad925e;
}
.product-layer-two li li:hover > a:before { 
    background:#ad925e;
}

/* 商品列表 */
.products-list .name {
    font-size: 16px;
    font-weight: 600;
    color: #333333;
}
.products-list .price b.ori_price {
    color: rgba(51, 51, 51, 0.4);
}
.products-list .price b.sp_price,
.products-list .price b {
    color: rgba(51, 51, 51, 1);
}


/* .product_info_page */
.product_info_page .product-layer-two { 
    display: none;
}
.product_info_page .products-list,
.product-wrapper { 
    width: 100%;
}
.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;
}
.sidebarBtn {
    border: 0;
}
.product_info li:nth-of-type(1) .txt_box {
    font-size: 15px;
    letter-spacing: 1px;
}
.product_info li .txt_box {
    font-family: 'Noto Sans TC', sans-serif;
    color: #333333;
}
.product_info li:nth-of-type(1) .txt_box {
    font-size: 15px;
}
.radio-inline__label {
    background: #F7F5F2;
    border: solid 2px #F7F5F2;
    border-radius: 0;
    padding: 8px 22px;
}
.radio-inline__input:checked + .radio-inline__label {
    background: #F7F5F2;
    border: solid 2px rgb(196 196 196 / 80%);
}
.sidebarBtn .price span.ori_price {
    text-decoration: line-through;
}

/* 商品資訊&相關推薦 */
.prod_related * {
    transition: all ease-in .3s;
}
.prod_related {
    padding: 50px 15px 25px 15px;
}
.prod_related h6 {
    margin: 0 auto 30px;
}
.related_list li a {
    background: transparent;
}
.related_list li a p {
    text-align: left;
    letter-spacing: 1px;
    line-height: 1.5;
    margin-top: 15px;
}

/* ------結帳頁面------ */
.rewrite_simple {
    background: #333333 url(../images/simple_left.png) 10% center no-repeat;
}
.send_simple {
    background: rgb(138, 138, 138) url(../images/simple_right.png) 88% center no-repeat;
}

/* 訂單成立 */
.pay_text a.animated-arrow:nth-child(1) {
    background: #48AE4F;
}
.pay_text a.animated-arrow:nth-child(2) {
    background: #333333;
}
.order_list_tit b {
    color: #333;
}
.order_list_pro tr:first-child {
    background: #333;
}
.order_list_pro tr:first-child td {
    color: #fff;
}



@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_page .product-layer-two,
    .product_page .products-list {
        width: 100%; 
        border-right: none;
    }
    .product_page .product_menu_list {
        width: 100%; 
        order: 0; 
        min-height: unset;
    }
    .product_page .product_menu_list>h5{
        display: block;
    }
    .product-layer-two { 
        margin-right: 0; 
        grid-template-columns: repeat(auto-fill, minmax(230px, 1fr)); 
        grid-gap: 5px;
    }

    /* .product_page頁面物件順序設定 */
    .product_page .show_content > a { 
        order: 1;
    }
    .product_page ul.products-list { 
        order: 2;
    }
    .product_page ul.page { 
        order: 3;
    }

    /* .product_page */
    .product_page .product_menu_list {
        background: #F7F5F2;
        padding: 5px 15px;
    }
    .product_page .product_menu_list > h5 {
        margin: 0;
    }

    /* .product_info_page */
    .mobile_product_name {
        display: none;
    }
}

@media screen and (max-width: 600px) {
}

@media screen and (max-width: 480px) {
    .product_info_page .main_part {
        padding: 10px 10px;
    }
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */
/* 促銷方案 */
.other_promotion {
    display: block;
}
.promotion_title span {
    color: #fff;
    border: 0;
    background: #C16C26;
}
.promotion_title em {
    display: none;
}
.promotion_title h2 {
    display: block;
    color: #C16C26;
}
.other_promotion li {
    margin-bottom: 25px;
    overflow: hidden;
}
.other_promotion li a {
    border: 0;
    border-bottom: 1px #c1b2a5 solid;
}
.other_promotion li a:before {
    display: none;
}
.other_promotion li a:after {
    content: 'read more +';
    right: -10px;
    bottom: 15px;
    width: auto;
    height: auto;
    text-align: right;
    border: 0;
    transition: all .3s;
}
.other_promotion .pmtTime span {
    float: left;
    font-size: 13px;
    color: #fff;
    background: #cab9aa;
    padding: 2px 7px;
}
.pmtTitle span {
    display: none;
}
.other_promotion .pmtTitle h3 {
    width: calc(100% - 80px);
}


/* hover */
.other_promotion li a * {
    transition: all .3s;
}
.other_promotion li a:hover {
    background: transparent;
    border-bottom: 1px #C16C26 solid;
}
.other_promotion li a:hover:after {
    width: auto;
    height: auto;
    padding-right: 12px;
    transition: all .3s;
}
.other_promotion li a:hover:after,
.other_promotion li a:hover .pmtTitle h3 {
    color: #C16C26;
}
.other_promotion li a:hover .pmtTime span {
    color: #fff;
    background: #C16C26;
}


@media screen and (max-width: 768px) {
    .promotions_page .show_content {
        padding: 10px;
    }
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/* 相簿管理 */
/* .album_page */
.other_album_choice li {
    background: #ffffff;
    border-radius: 0;
    padding: 12px 0;
}
.other_album_choice li a {
    color: #442C16;
    padding: 12px 20px;
}
.other_album_choice li a i.fa-solid.fa-right-from-bracket {
    display: none;
}

/* .album_page - hover */
.show-list .item:hover .show_name {
    color: #C16C26;
}
.other_album_choice li a:hover {
    background: #e0d4c2;
}

/* .album_class_page */
.other_subalbum li {
    background: transparent;
}
.overlay {
    display: none;
}
.other_subalbum li a p {
    font-family: 'Noto Sans TC', sans-serif;
    font-size: 17px;
    letter-spacing: 1px;
}
.album_fixed_title {
    background: transparent;
}

/* .album_class_page - hover */
.show-list .item * {
    transition: all .3s;
}
.show-list .item:hover img {
    transform: scale(1.1);
    opacity: .8;
}
.show-list .item:hover p {
    color: #C16C26;
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/* 文章管理 */

/* ----blog_page---- */

/* 文章分類 */
h5.blog_le_t {
    display: none;
}
.blog_search input[type=submit] {
    background: url(https://pic03.eapple.com.tw/NinisStudio/article_search.svg) no-repeat center center;
}
.blog_search input[type=search] {
    border: 0;
    background: rgb(255 255 255 / 50%);
}
.blog_le .accordion {
    border: 0;
    border-radius: 0;
    background: #fff;
}
.accordion li+li .link {
    border-top: 3px solid #F3EADB;
}
.accordion li .link a,
.submenu a {
    letter-spacing: .05em;
}
.submenu {
    background: #f7f7f7;
}
.submenu li+li {
    border: 0;
}
.submenu a {
    padding: 12px 12px 12px 35px;
}
.submenu a i {
    left: 15px;
}

/* 文章列表 */
.blog_subbox {
    grid-template-columns: repeat(3,1fr);
}
.subbox_item a {
    display: flex;
    flex-direction: column;
}
.subbox_item a:before {
    content: 'read more';
    left: 50%;
    right: unset;
    top: 50%;
    bottom: unset;
    transform: translate(-50%, -50%);
    font-size: 18px;
    color: #fff;
    background: #C16C26;
    padding: 8px 18px;
    z-index: 5;
}
.subbox_item a:after {
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.8) 100%);
    opacity: 1;
    z-index: 1;
}
.blog_list_ri {
    display: flex;
    flex-direction: column;
    position: absolute;
    bottom: 0;
    padding: 15px;
    z-index: 2;
}
.blog_list_ri h5,
.blog_list_ri em,
.blog_list_ri p {
    color: #fff;
}
.blog_list_ri h5 {
    font-weight: bold;
    border-bottom: solid 1px #fff;
    padding-bottom: 9px;
}
.blog_list_ri em {
    width: fit-content;
    font-size: 13px;
    color: #383838;
    background: #a7a7a7;
    padding: 1px 5px;
    order: 1;
}


/* hover */
/* 文章分類hover */
.blog_le .accordion > li:hover, 
.blog_le .accordion > li.on_this_category {
    background: #cca888 !important;
}
.submenu li.on_this_category a, 
.submenu a:hover {
    background: #442C16;
}

/* 文章列表hover */
.subbox_item a:hover .blog_list_ri h5,
.subbox_item a:hover .blog_list_ri em,
.subbox_item a:hover .blog_list_ri p {
    color: #939393;
}
.subbox_item a:hover .blog_list_ri h5 {
    border-bottom: solid 1px #939393;
}
.subbox_item a:hover .blog_list_ri em {
    background: #656565;
}

/* ----blog_in_page---- */
.blog_shareData {
    flex-direction: row;
}
.blog_back {
    background: rgb(255 255 255 / 60%);
    padding: 15px 0;
}
.blog_back a {
    font-family: 'Noto Sans TC', sans-serif;
    color: #4D4D4D;
    letter-spacing: 1px;
}
.blog_back a.article_btn_prev,
.blog_back a.article_btn_back, 
.blog_back a.article_btn_next {
    background: transparent;
}

/* 相關文章 */
.news_related {
    background: rgb(255 255 255 / 50%);
    padding: 70px 15px 40px 15px;
}
.news_related h6 span:before {
    color: #442C16;
}
.news_related_list li a {
    background: transparent;
}
.news_related_list li a p {
    padding-top: 5px;
}
.lastPage {
    width: 100px;
    font-family: 'Noto Sans TC', sans-serif;
    font-weight: 500;
    color: #C16C26;
    letter-spacing: 2px;
    background: transparent;
    border-bottom: solid 3px #C16C26;
}

@media screen and (max-width: 980px) {
    .blog_subbox {
        grid-template-columns: repeat(2,1fr);
    }
}

@media screen and (max-width: 768px) {
    .blog_search input[type=search] {
        -webkit-appearance: none;
        background: transparent;
    }
}

@media screen and (max-width: 480px) {
    .blog_subbox {
        grid-template-columns: repeat(1,1fr);
    }
    .blog_list_ri h5 {
        font-size: 18px;
    }
}

@media screen and (max-width: 400px) {

}

/* = = = 聯絡我們 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/* 左-聯絡資訊 */

/* 右-表單 */
.contact_form li .form__label {
    text-align: left;
}
.noborder:focus {
    outline: none;
}
.contact_form li.last blockquote input {
    padding: 7px 30px;
}
.contact_form li.last cite input {
    padding: 7px 50px;
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/* TOP按鈕 */
#to_top {
    bottom: 30px;
    font-family: "Lexend", "Noto Sans TC", sans-serif;
    color: #C16C26;
    background: rgb(255 255 255 / 70%);
    border: solid 1px #C16C26;
    border-radius: 0;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0);
}
#to_top i.top {
    width: 15px;
    height: 15px;
}
#to_top i.top:before, 
#to_top i.top:after {
    height: 10px;
    background: #C16C26;
}
#to_top i:before {
    transform: rotate(-45deg);
}
#to_top i:after {
    transform: rotate(45deg);
}

/* 手機版置底按鈕 */
/* #bottom_menu li a {
    color: #fff;
}
#bottom_menu li:nth-of-type(1) {
    background: #4D4D4D;
}
#bottom_menu li:nth-of-type(1) a {
    color: #fff;
}
#bottom_menu li:nth-of-type(2) {
    background: #90A183;
}
#bottom_menu li:nth-of-type(3) {
    background: #99C681;
} */


@media screen and (max-width: 768px) {
}



/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*--------內頁BANNER 設定----------*/

.banner {
    height: 21vw;
    background-image: url(https://pic03.eapple.com.tw/nailedtouch/banner.jpg);
	background-size: cover;
    background-repeat: no-repeat;
}
.banner h5 {
    position: relative;
    font-family: 'Noto Sans TC', sans-serif;
    font-weight: 500;
    color: #C16C26;
    letter-spacing: 6px;
    z-index: 1;
}
.banner h5:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 300px;
    height: 100px;
    background: rgb(255 255 255 / 50%);
    backdrop-filter: blur(5px);
    z-index: -1;
}

/*促銷方案*/
.banner.banA {}
.banner.banB {}

/*聯絡我們*/
.banner.banC {}

/* 匯款通知 */
.banner.banD {}

/*相簿管理/作品展示*/
.banner.banE {}

/*商品展示*/
.banner.banF {}

/*文章管理*/
.banner.banblog {}

@media screen and (max-width: 768px) {

}

@media screen and (max-width: 600px) {
    .banner h5 {
        font-size: 26px;
    }
    .banner h5:before {
        width: 250px;
        height: 80px;
    }
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*文章設定*/
/*一排呈現
.subbox_item { width:100%;}
*/


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*相本分類全版面 ( 限制最寬2000px
.work_page .main_part { max-width:2000px;}
.work_page .show_content { padding:0; width:100%;}
.work_page .show-list .item { width:33%; display:inline-block; float:none; margin:0; padding:0;}
@media screen and (max-width: 768px) {
.work_page .show-list .item { width:49%;}
}
@media screen and (max-width: 570px) {
.work_page .show-list .item { width:100%;}
}
.work_page .show-list .item a { max-width:100%;}
.work_page .show-list .show_pic { height:auto; line-height:0;}
.work_page .show-list .show_pic img { max-width:100%; max-height:100%;}
.work_page .show-list .show_name { position:absolute; top:50%; right:10%; width:80%; height:auto; line-height:160%; font-size: 20px; color: #FFFFFF !important; border: solid 1px #fff; text-align: center; margin: -20px 0 0 -120px; padding:5px 20px; transition:all ease-in .3s; opacity:0;}
.work_page .show-list .item:hover .show_name {opacity:1;}
*/


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*相本列表
.work_info_page .main_part { max-width:2000px;}
.work_info_page .show_content { padding:0; width:100%;}
.work_info_page .subalbum-menu { text-align:center;}
.work_info_page .subalbum-menu h2 { float:none;}
.work_info_page .pic-list .item { margin:0; padding:10px; width:49%; float:none; display:inline-block;}
@media screen and (max-width: 768px) {
.work_info_page .pic-list .item { width:100%;}
}
.work_info_page .pic-list .show_pic { height:auto; line-height:0;}
.work_info_page .pic-list .show_pic img { max-width:100%; max-height:100%;}
.work_info_page .pic-list .item a { max-width:100%; pointer-events: none; cursor: default; } 取消連結被點擊效果
*/


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */









