@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Advent+Pro:ital,wght@0,100..900;1,100..900&family=Alumni+Sans+Pinstripe:ital@0;1&family=El+Messiri:wght@400..700&family=Kiwi+Maru&family=M+PLUS+Rounded+1c&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Noto+Sans+TC:wght@100..900&family=Noto+Serif+JP:wght@300&family=Noto+Serif+TC:wght@200..900&family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&family=Shippori+Mincho&family=Yuji+Mai&family=Zen+Kaku+Gothic+New&family=Zen+Maru+Gothic&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Advent+Pro:ital,wght@0,100..900;1,100..900&family=Alumni+Sans+Pinstripe:ital@0;1&family=El+Messiri:wght@400..700&family=Kiwi+Maru&family=M+PLUS+Rounded+1c&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Noto+Sans+TC:wght@100..900&family=Noto+Serif+JP:wght@300&family=Noto+Serif+TC:wght@200..900&family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&family=Shippori+Mincho&family=Yuji+Mai&family=Zen+Kaku+Gothic+New&family=Zen+Maru+Gothic&display=swap');

/*
關於CSS設定說明
CSS屬性是會繼承的，而且還是由上往下繼承。
同樣元素設定16px 後 12px 再 15px 最後會以最後設定的15px為準
但是有兩種情況除外:
1.絕對路徑命名. 如: .xx .yy .zz p {設定值;}
2.important.  如: .xx p {設定值 !important;}

CSS3選取器語法 :nth-child(n) 

*/
/*反白顏色*/
::-moz-selection {
    background-color: var(--titlecolor);
    color: var(--SubColor3);
}

::selection {
    background-color: var(--titlecolor);
    color: var(--SubColor3);
}

&::-webkit-scrollbar {
    background: #181818;
    width: 7px;
}

&::-webkit-scrollbar-button {
    display: none;
    background: #181818;
    border-radius: 0;
}

&::-webkit-scrollbar-track-piece {
    background: #181818;
}

&::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: #ccc;
}

&::-webkit-scrollbar-track {
    box-shadow: transparent;
}

:root {
    --MainColor: #C2C6C9;
    --SubColor: #BEBEBE;
    --SubColor2: #8C8C8C;
    --SubColor3: #656565;
    --titlecolor: #fff;
    --SFont: "Noto Sans TC", sans-serif;
    /*特殊字體*/
    --SFontE: "Rajdhani", sans-serif;
    /*特殊字體*/
    --pd100: 100px 0;
    --m100: 100px;
    --m50: 50px;
    --m30: 30px;
    --f120: 120px;
    --f48: 48px;
    --f40: 40px;
    --f36: 36px;
    --f32: 32px;
    --f28: 28px;
    --f24: 24px;
    --f22: 22px;
    --f20: 20px;
    --f18: 18px;
    --f17: 17px;
    --f16: 16px;
}

@media (max-width:1024px) {
    :root {
        --m50: 40px;
        --m30: 25px;
        --f120: 110px;
        --f48: 40px;
        --f40: 36px;
        --f36: 32px;
        --f32: 28px;
        --f28: 24px;
        --f24: 22px;
        --f22: 20px;
    }
}

@media (max-width:768px) {
    :root {
        --pd100: 70px 0;
        --m100: 70px;
        --m50: 30px;
        --m30: 20px;
        --f120: 100px;
        --f48: 32px;
        --f40: 28px;
        --f36: 26px;
        --f32: 24px;
        --f28: 20px;
        --f24: 20px;
        --f20: 18px;
        --f18: 17px;
        --f17: 16px;
    }
}

@media (max-width:600px) {
    :root {
        --pd100: 50px 0;
        --m100: 50px;
        --m50: 25px;
        --f120: 17vw;
        --f48: 28px;
        --f40: 24px;
        --f36: 22px;
        --f32: 20px;
        --f28: 18px;
        --f24: 18px;
        --f22: 18px;
        --f20: 17px;
        --f18: 16px;
        --f17: 15px;
        --f16: 15px;
    }
}

@media (max-width:375px) {
    :root {
        --f48: 24px;
        --f40: 20px;
        --f36: 18px;
        --f32: 18px;
        --f28: 17px;
        --f24: 17px;
        --f22: 17px;
        --f20: 16px;
        --f18: 15px;
    }
}

body {
    overflow: overlay;
    font-family: var(--SFont);
    font-weight: 400;
    color: var(--SubColor);
}

#content {
    background-image: url(https://pic03.eapple.com.tw/asher-barbershop/background.jpg);
    background-attachment: fixed;
    background-repeat: no-repeat;
}

#content_main {
    background: #052974;
}

.path,
.module_i_album .title_i_box h4 {
    display: none;
}

.i_album_list li a p {
    background: rgb(255 255 255 / 0%);
    height: 4em;
}

.i_album_list li a p span {
    color: white;
    font-weight: 300;
    font-family: "Noto Serif TC", serif;
}

.i_album_list li div {
    aspect-ratio: 4 / 5;
}

/*輪播圖-大圖*/
.swiper-slide {
    position: relative;
}

.swiper-slide:before,
.swiper-slide:after {
    content: "";
    letter-spacing: 1px;
    z-index: 100;
    color: var(--MainColor);

}

.pageIndex .swiper-slide.swiper-slide-active:before {
    /* font-size: min(max(1.2vw, 15px), 100px);*/
    font-size: 3vw;
    animation: slide-top 2s ease forwards;
    content: " ∣ BARBERSHOP ∣ ";
    position: absolute;
    bottom: 20%;
    /* 用 bottom 替代 top，距離底部 10% */
    left: 5%;
    /* 距離左邊 5% */
    width: auto;
    /* 讓字不用硬撐滿 100%，比較自然 */
    text-align: left;
    /* 靠左對齊 */
    font-family: "Playfair Display", serif;
    animation-fill-mode: both;
    letter-spacing: 1px;
    font-weight: 400;
    color: #f0d252;
}

.pageIndex .swiper-slide.swiper-slide-active:after {
    font-size: min(max(1vw, 13px), 18px);
    margin-top: 0.5vw;
    animation: slide-top 2.5s ease forwards;
    content: "男士理髮｜自信，從髮型開始。";
    position: absolute;
    bottom: 16%;
    /* 第二行文字比第一行更靠下 */
    left: 5%;
    width: auto;
    text-align: left;
    animation-fill-mode: both;
    font-family: "Noto Serif TC", serif;
    color: #FFF;
}

@media screen and (max-width: 600px) {
    .pageIndex .swiper-slide.swiper-slide-active:after {
        bottom: 13%;
    }
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */
/*logo 往下滑縮小*/

.nav-header {
    top: 45px;
}

.header_area .nav-header {
    transition: all 0.3s;
}

.header_area.sticky .nav-header {
    top: 15px;
}

.nav-brand {
    width: 100%;
    max-width: 300px;
    transition: all 0.3s;
}

.header_area .nav-brand {
    transition: all 0.3s;
}

.header_area.sticky .nav-brand {
    max-width: 120px;
}

.pageIndex .nav-brand {
    width: 100%;
}

/*上方選單解除滑動固定
.header_area.sticky { position:relative;}
*/
.nav-brand {
    margin: 15% 0 0 15%;
}

.header_area {
    padding: 0;
}

.header_area .main_header_area {
    position: fixed;
    background: #fff;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    transition: all 0.5s;
}

.header_area.sticky .main_header_area {
    height: 0px;
    transition: all 0.5s;
}

.header_area .me_tp_features {
    display: block;
    position: fixed;
    top: 40px;
    right: 90px;
    margin-bottom: 0;
    transition: all 0.85s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    z-index: 999;
}

.header_area.sticky .me_tp_features {
    top: 20px;
    transition: all 0.85s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.header_area .stellarnav .menu-toggle,
.stellarnav .call-btn-mobile,
.stellarnav .location-btn-mobile {
    display: block;
    position: fixed;
    top: 30px;
    right: 5%;
    z-index: 999;
    transition: all 0.5s;
    pointer-events: all;
}

.header_area.sticky .stellarnav .menu-toggle,
.stellarnav .call-btn-mobile,
.stellarnav .location-btn-mobile {
    top: 43px;
    transition: all 0.5s;
}

.navigation {
    width: 100%;
    position: relative;
    padding: 0;
}

/*選單*/
.stellarnav>ul>li {
    width: 100%;
}

.stellarnav.active li.has-sub>a:after {
    border-top: 3px solid #ccc;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    right: -14px;
}

.stellarnav>ul>li>a {
    color: #fff;
    /* display: flex; */
    text-transform: uppercase;
    position: relative;
    font-size: 16px;
    height: auto;
    overflow: visible;
    cursor: pointer;
    text-align: left;
    transition: all 0.3s;
    opacity: 1;
    /* flex-direction: row; */
    /* flex-wrap: nowrap; */
    font-weight: 300;
    letter-spacing: 1px;
    font-family: "Noto Serif TC", serif;
}

.stellarnav>ul>li>a:hover {
    color: #f5e044;
}

.stellarnav>ul>li>a b {
    font-weight: 300;
    font-size: 18px;
    letter-spacing: 3px;
    color: #eee;
    padding-left: 25px;
    height: 25px;
}

.stellarnav>ul>li>a b:nth-child(1) {
    letter-spacing: 2px;
    font-size: 18px;
    color: #ddd;
    font-weight: 400;
}

.stellarnav>ul>li>a b:nth-child(1):hover {
    color: #ada17e;
    transition: all 0.3s;
}

.stellarnav>ul>li>a b:nth-child(2) {
    font-size: 12px;
}

.stellarnav>ul>li>a b:before {
    display: none;
}

.stellarnav>ul>li>a:hover b {
    -webkit-transform: none;
}

.stellarnav {
    background: rgba(0, 0, 0, 0);
    width: 45%;
    height: 0%;
    max-width: 450px;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 0;
    padding-top: 3vw;
    transition: all .8s;
    transition-timing-function: ease-out;
    filter: sepia(1);
    -webkit-filter: sepia(1);
}

.stellarnav.active {
    height: 100%;
    background: rgb(5 47 140 / 80%);
    filter: sepia(0);
    -webkit-filter: sepia(0);
    backdrop-filter: blur(6px);
    z-index: 0;
    transition: all .5s;
    transition-timing-function: ease-in-out;
}


.stellarnav>ul {
    display: none !important;
}

.stellarnav.active ul ul {
    display: block !important;
    position: relative;
    max-width: inherit;
    width: 100%;
    right: auto;
    left: 0;
    background: transparent;
}

.stellarnav ul ul ul {
    display: none !important;
}

.stellarnav.active li li {
    width: 100%;
    display: inline-block;
    margin-right: 20px;
    border: none;
}

.stellarnav.active>ul {
    display: block !important;
    max-width: 400px;
    margin: 2vw auto 0 4vw;
}

.stellarnav.active>ul:before {
    content: "▲▲▲▲▲▲▲▲▲▲▲▲▲";
    opacity: 0;
    /* font-size: .6vw; */
    /* color: #aaa; */
    /* animation: op_show 2s both; */
    /* position: fixed; */
    /* bottom: 3vw; */
    /* left: 3vw; */
    /* letter-spacing: .5rem; */
    /* writing-mode: vertical-rl; */
}

.stellarnav.active>ul>li:nth-of-type(3) ul {
    display: none !important;
}

/*商品專區按鈕*/
.stellarnav.active>ul>li:nth-of-type(3) a:after {
    display: none;
}

/*商品專區按鈕*/

.stellarnav.active>ul>li {
    width: 100%;
    margin: 6% 0;
    animation: menu_show 1s both;
}

.stellarnav.active>ul>li:nth-of-type(2) {
    animation: menu_show 1.5s both;
}

.stellarnav.active>ul>li:nth-of-type(3) {
    animation: menu_show 2s both;
}

.stellarnav.active>ul>li:nth-of-type(4) {
    animation: menu_show 2.5s both;
}

.stellarnav.active>ul>li.has-sub>ul a {
    padding: 10px 0;
    color: #eee;
}

.stellarnav.active>ul>li>ul a {
    border-bottom: 1px solid rgba(100, 100, 100, .3);
    font-size: 12px;
    background: transparent;
}

.stellarnav.active>ul>li>ul a:hover {
    background: transparent;
    color: #fff;
}

.stellarnav.active>ul>li>ul a:before {
    content: "";
    width: 0%;
    height: 1px;
    background: rgba(100, 100, 100, .3);
    position: absolute;
    bottom: 0;
    left: 0;
    transition: all .5s;
    transition-timing-function: ease-in-out;
}

.stellarnav.active>ul>li>ul a:hover:before {
    background: #fff;
    width: 100%;
}

.stellarnav.active>ul>li.drop-left>ul {
    display: block !important;
    position: relative;
    max-width: inherit;
    width: 100%;
    right: auto;
    left: 0;
}

.stellarnav.active li.has-sub>a {
    padding: 0px 15px 0 0;
}

.stellarnav.active li.has-sub>a:hover:after {
    border-top: 3px solid #ccc;
    opacity: 0;
}

/*三角形icon*/

@keyframes menu_show {
    0% {
        left: 15%;
    }

    100% {
        left: 0%;
    }
}

@keyframes op_show {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

/*漢堡鈕*/
.stellarnav .close-menu {
    display: none !important;
    text-align: center;
}

.stellarnav .menu-toggle,
.stellarnav .close-menu,
.stellarnav .call-btn-mobile,
.stellarnav .location-btn-mobile {
    display: inline-block;
    top: 40px;
}

.stellarnav .menu-toggle {
    width: 40px;
    height: auto;
    display: inline-block;
    padding: 3% 0;
    position: fixed;
    right: 9vw;
    top: 0;
}

.stellarnav .menu-toggle:after {
    display: none;
}

.stellarnav .menu-toggle span.bars {
    top: 0;
}

.stellarnav .menu-toggle span.bars span {
    width: 35px;
    background: #db9f45;
    margin: 0 auto 8px auto;
    transition: all .5s;
}

.stellarnav .menu-toggle span.bars span:last-child {
    margin: 0 auto;
}

.stellarnav .menu-toggle:hover span.bars span,
.stellarnav.active .menu-toggle span.bars span {
    position: absolute;
}

.stellarnav .menu-toggle:hover span.bars span:first-child,
.stellarnav.active .menu-toggle span.bars span:first-child {
    width: 0px;
}

.stellarnav .menu-toggle:hover span.bars span:nth-last-child(2),
.stellarnav.active .menu-toggle span.bars span:nth-last-child(2) {
    transform: rotate(40deg);
}

.stellarnav .menu-toggle:hover span.bars span:last-child,
.stellarnav.active .menu-toggle span.bars span:last-child {
    transform: rotate(140deg);
}

.stellarnav.active .menu-toggle span.bars span {
    background: #ccc;
}

.stellarnav.active .menu-toggle:hover span.bars span:nth-last-child(2) {
    transform: rotate(30deg);
}

.stellarnav.active .menu-toggle:hover span.bars span:last-child {
    transform: rotate(150deg);
}

/* .header_area.sticky{display: none;}
.header_area.sticky .stellarnav.active{height: 100px;}
.header_area.sticky .main_header_area, 
.header_area.sticky::before{opacity: 0;transition: all .5s;} */


@media screen and (max-width: 1200px) {


    .nav-brand {
        width: 100%;
        max-width: 350px;
        margin: 0 auto 0 3%;
    }

    .stellarnav .menu-toggle {
        height: 75px;
    }

    .stellarnav .menu-toggle span.bars span {
        width: 25px;
        margin: 0 auto 5px 0;
    }

    .stellarnav {
        max-width: 450px;
    }

    .stellarnav.active:after {
        display: none;
    }

    .stellarnav.active>ul {
        margin: 2vw auto 0 80px;
    }

    .stellarnav.active>ul>li {
        margin: 3% 0;
    }

    .stellarnav>ul>li>a b {
        font-size: 16px;
    }

    .stellarnav>ul>li>a b:nth-child(1) {
        font-size: 18px;
    }

    .stellarnav>ul>li>a b:nth-child(2) {
        letter-spacing: 4px;
        padding-left: 24px;
    }

}

@media screen and (max-width: 1024px) {
    .pageIndex .header_area .main_header_area {
        position: relative;
        background: #072871;
        height: 100px;
    }

    .nav-brand {
        max-width: 70px;
        margin: 0 auto;
    }

    .header_area {
        position: relative !important;
    }

    .nav-header {
        position: relative !important;
    }

    .header_area.sticky .nav-brand {
        display: none;
    }
}


@media screen and (max-width: 768px) {
    .stellarnav {
        max-width: 300px;
    }

    .stellarnav .menu-toggle span.bars {
        display: inline-block;
        top: 5px;
    }

    .stellarnav.active {
        height: 100vh;
    }

    .stellarnav.active:before {
        width: 10vw;
        background-position: center;
        z-index: 0;
    }

    .stellarnav.active li.has-sub>a {
        padding: 0px 15px 10px 10px;
    }

    .stellarnav.active>ul {
        margin: 100px 50px 0;
    }

    .stellarnav.active>ul>li {
        margin: 0 0 8%;
    }

    .stellarnav.active>ul>li>a.dd-toggle {
        display: none;
    }

    .stellarnav>ul>li>a b {
        padding-left: 0;
    }

    .stellarnav>ul>li>a b:nth-child(1) {
        padding-left: 10px;
    }

    .stellarnav>ul>li>a b:nth-child(2) {
        display: none;
    }


    .stellarnav.mobile {
        position: fixed;
        top: 0;
        left: auto;
        width: 100%;
        height: 75px;
    }

    .stellarnav.mobile ul {
        background: transparent;
    }

    .stellarnav.mobile>ul {
        border-top: none;
    }

    .stellarnav.mobile>ul>li {
        border-bottom: none;
    }

    .stellarnav.mobile.right>ul,
    .stellarnav.mobile.left>ul {
        max-width: 210px;
    }

    .stellarnav.mobile.active {
        height: 100vh;
    }


}

@media screen and (max-width: 600px) {


    .main_header_area .container {
        width: 100%;
    }


    .stellarnav .menu-toggle {
        position: absolute;
        top: 0;
        right: 10px;
        padding: 0;
    }

    .stellarnav .menu-toggle span.bars {
        top: 25px;
    }

    .stellarnav.active .menu-toggle:hover span.bars span:nth-last-child(2) {
        transform: rotate(40deg);
    }

    .stellarnav.active .menu-toggle:hover span.bars span:last-child {
        transform: rotate(140deg);
    }

    .stellarnav.mobile {
        height: 100vh;
        width: 0px;
        padding-top: 0;
        overflow: inherit;
    }

    .stellarnav.mobile.active {
        width: 100%;
    }

    .stellarnav.mobile.left>ul {
        position: relative;
    }

    .stellarnav.active:before {
        display: none;
    }

    .stellarnav.active>ul:before {
        display: none;
    }

    .stellarnav.active>ul {
        margin: 140px 50px 0;
    }

    .info_fix {
        display: none;
    }
}


/*上方選單右邊設定 臉書/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}
*/

.tp_links {
    display: none;
}

.box_search input[type=text] {
    /* display: none; */
    background: url(../images/search-icon.png) no-repeat 9px center #fff;
    border: 0;
    padding: 2px 0px 4px 42px;
    width: calc(100% - 42px);
    border-radius: 10em;
    transition: all .5s;
    outline: none;
    background-color: transparent;
    border-bottom: 1px #ffffff70 solid;
    border-radius: 0;
    transition: all 0.3s;
    max-width: 250px;
}

.box_search input[type=text]:hover {
    color: #3F3F3F;
    transition: all 0.3s;
}

.box_search input[type=text]:focus {
    color: #3F3F3F;
    transition: all 0.3s;
}

.shop_search_btn {
    /*display: none;*/
    background: #3F3F3F;
    color: #fff;
    font-size: 13px;
    border: none;
    border-radius: 0;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 5;
    padding: 4px 15px;
    cursor: pointer;
}

.box_search {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 60%;
    margin-bottom: 0;
    margin-right: 30px;
}

input#keyword {
    color: #fff;
}

.me_tp_features a {
    margin: 0 0;
}

.me_tp_features a.tp_btn_cart {
    margin-right: 20px;
}

.me_tp_features a.tp_btn_cart span {
    display: none;
}

.me_tp_features a.tp_btn_notice span {
    display: none;
}


/*電腦LOGO
.nav-brand {}
*/
.header_area.sticky .nav-header {
    opacity: 1;
    transition: all 0.5s;
}

.nav-header {
    position: fixed;
    left: 3%;
    opacity: 0;
    transition: all 0.5s;
}

.pageIndex .nav-header {
    opacity: 0;
    animation: banner-nav-logo 1s forwards;
    animation-delay: 1.6s;
}

.pageIndex .header_area.sticky .nav-header {
    opacity: 0;
    animation: banner-nav-logo 1s forwards;
    animation-delay: 2.6s;
}

@keyframes banner-nav-logo {
    0% {
        top: 87px;
        opacity: 0;
    }

    100% {
        top: 22px;
        ;
        opacity: 1;
    }
}

/*手機LOGO
.nav-brand-m {}
*/

/*footer*/
.footer {
    padding-top: 60px;
    background: url(https://pic03.eapple.com.tw/beverage-truck/tone.png), #052974;
    font-family: "Noto Serif TC", serif;
    margin-top: -6px;
}

.footer .center {
    max-width: 1500px;
}

.footer_info {
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    padding: 0;
}

.footer_logo {
    max-width: 100%;
    text-align: center;
    margin: 25px auto;
}

.footer_logo img {
    max-width: 35%;
}

.footer_info ul {
    position: absolute;
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 0 70px;
}

.footer_info li p,
.footer_info li p a,
.footer_info li p.line:before,
.footer_info li p.phone:before,
.footer_info li p.add:before,
.footer_info li p.mail:before {
    color: #fff;
}

.footer_info li:nth-child(1) {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
}

.footer_menu {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 5px;
}

.footer_menu a:hover {
    background: transparent;
    color: #f0d753;
}

.footer_menu a {
    background: transparent;
    border: none;
    color: #fff;
    position: relative;
    padding: 10px 8px;
    margin-right: 10px;
}

.footer_menu a:nth-child(1) {
    display: none;
}


.footer_menu a:hover:before {
    width: 100%;
    background: #e3bc45;
}

.footer_menu a:before {
    content: "";
    width: 0%;
    height: 1px;
    background: rgba(100, 100, 100, .3);
    position: absolute;
    bottom: 0;
    left: 0;
    transition: all .5s;
    transition-timing-function: ease-in-out;
}

.box_link {
    display: none;
}

/* 側邊按鈕與聯絡我們*/
.info_fix {
    right: -10px;
}

.info_fix_links a {
    background: rgb(17 52 137 / 78%);
}

.info_fix_links a:hover {
    background: #0b338c;
}

.info_fix>span {
    display: none;
}

.contact_form li .form__label {
    font-weight: normal;
    background: rgb(140 168 218 / 0%);
    max-width: 100px;
}

.contact_form li .form__insert {
    margin-left: 5%;
}

.info_fix_links {
    display: block !important;
}

.red {
    color: #ada17e;
}

.module_i_news .title_i_box h6 {
    color: #deb704;
    font-family: "Playfair Display", "Noto Serif TC", serif;
    font-size: 65px;
    margin-top: 30px;
}

.module_i_news .title_i_box h4 {
    color: #ffffff;
}

h4.blog_category_title {
    color: #f9da3d;
    font-weight: 400;
    font-family: "Noto Serif TC", serif;
    line-height: 40px;
}

.module_i_news li a:after {
    display: none;
}

.i_blog_ri h5 {
    color: #f9da3d;
    font-weight: 300;
    font-family: "Noto Serif TC", serif;
    line-height: 35px;
}

.i_blog_ri em {
    color: #CCC;
    margin: 2px 0;
}

.animated-arrow {
    font-size: 22px;
    color: #1e3c81;
    font-weight: 500;
    background-image: linear-gradient(321deg, #7f5921, #f8e684, #b6802d, #7f5921, #f8e684, #b6802d);
    border-radius: 50px;
    background-size: 300% 100%;
    transition: all 0.4s ease-in-out;
    font-family: "Noto Serif TC", serif;
}

.animated-arrow:hover {
    background-position: 100% 0;
    transition: all 0.4s ease-in-out;
}

.fa-solid {
    display: none;
}

.module_i_news .title_i_box h4 {
    display: none;
}

.contact_form li {
    justify-items: center;
    grid-template-columns: 110px 1fr;
}

.contact_form li:has(input[type=checkbox]) .form__insert,
.contact_form li:has(input[type=radio]) .form__insert {
    display: block;
}

input[type="checkbox"],
input[type="radio"] {
    margin: 2% 6%;
}

.contact_form li.checknumBox .form__insert {
    align-content: flex-start;
}

.fa-regular,
.fa-brands,
.fas,
.far,
.fab,
.fa-solid,
.fa-sharp-solid,
.fa-classic,
.fa {
    color: #ffffff;
    font-size: 20px;
}

.contact_form li.last cite .fa-solid {
    color: black;
}

.fa-phone-volume::before {
    font-size: 17px;
}

a.me_tp_mail {
    display: none;
}

.box_link a:hover i {
    color: #000;
}

.box_link a:hover {
    background: #fff;
}

.copy {
    background: #00000070;
    border: none;
    padding: 30px 20px;
    font-size: 12px;
    margin-top: 35px;
}

.copy,
.copy a {
    color: #ffffff;
}

/* 商品下拉超過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個--結束 */

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*預設購物車版面 產品分類選單在左側 商品內頁詳細介紹下表單更改樣式 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;
    color: var(--SubColor3);
}

.product-layer-two li li>a:before {
    display: none;
}

.product-layer-two li li:hover>a {
    background: #fff;
    color: #ad925e;
}

.product-layer-two>li {
    width: 100%;
    max-width: 100%;
    padding: 0;
    text-align: left;
    border-bottom: 1px dotted #ccc;
    padding-bottom: 5px;
}

.product-layer-two>li ul>li+li {
    margin-top: 5px;
}

.product_info_page .product-layer-two {
    display: none;
}

.product_info_page .products-list,
.product-wrapper {
    width: 100%;
}

.product-layer-two li li:hover {
    margin-left: 15px;
}

.product-layer-two li li>a:before {
    content: "";
    position: absolute;
    width: 12px;
    height: 8px;
    background: transparent;
    left: 0;
    margin-left: -20px;
    top: 50%;
    margin-top: -4px;
    clip-path: polygon(0 0, 100% 50%, 0 100%);
}

.product-layer-two li li:hover>a:before {
    background: #ad925e;
}

.product-layer-two li.active li a:before {
    display: none;
}

/*次分類效果隱藏*/

.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;
}


.products-list .name {
    color: var(--titlecolor);
}

.products-list .price b {
    color: var(--MainColor);
    font-size: var(--f16);
}

.products-list .more {
    color: var(--MainColor);
    border-color: var(--MainColor);
}

.products-list .item a:hover .more {
    background: var(--MainColor);
    color: #000;
}

.product_page .product_menu_list {
    background: linear-gradient(132deg, rgba(255, 255, 255, 0.09) 0%, rgba(238, 238, 238, 0.03) 20%, rgba(202, 202, 202, 0.04) 70%, rgba(171, 171, 171, 0.02) 100%);
    border: solid rgba(255, 255, 255, 0.06) 1px;
}

.product-layer-two>li:hover {
    border-left: solid rgb(255 255 255 / 57%) 2px;
}

.product-layer-two>li {
    border: solid rgba(255, 255, 255, 0.06) 1px;
    border-left: solid rgba(255, 255, 255, 0) 2px;
    padding-bottom: 0;
    transition: all .5s;
}

.product-layer-two li a {
    background: transparent;
    border: none;
    color: var(--titlecolor);
    opacity: .5;
}

.product-layer-two>li:hover a {
    opacity: 1;
}

.product-layer-two li.active a {
    opacity: 1;
}



@keyframes clippath {

    0%,
    100% {
        clip-path: inset(0 0 95% 0);
    }

    25% {
        clip-path: inset(0 95% 0 0);
    }

    50% {
        clip-path: inset(95% 0 0 0);
    }

    75% {
        clip-path: inset(0 0 0 95%);
    }
}

.products-list .pic:hover:after {
    animation: shark-wrap 2s infinite;
}

.product_info_page .edit * {
    color: white !important;
}

.prod_tabs {
    margin-top: 0px;
}

.pd_tabTitle li,
.pd_tabTitle {
    display: none;
}


@keyframes shark-wrap {
    to {
        transform: translateX(100%);
    }
}


/*購物車-內層*/
.sidebarBtn {
    background: linear-gradient(132deg, rgba(255, 255, 255, 0.09) 0%, rgba(238, 238, 238, 0.03) 20%, rgba(202, 202, 202, 0.04) 70%, rgba(171, 171, 171, 0.02) 100%);
    border: solid rgba(255, 255, 255, 0.06) 3px;
    color: var(--titlecolor);
    padding: 20px;
}

.sidebarBtn h2 {
    color: var(--titlecolor);
    font-size: var(--f24);
}

.sidebarBtn .price {
    color: #fff;
    border-bottom: solid rgba(255, 255, 255, 0.06) 2px;
}

.product_info li .txt_box {
    color: var(--titlecolor);
}

.toShare {
    border-top: solid rgba(255, 255, 255, 0.06) 2px;
}

.pd_tabTitle li.activeTab a {
    color: var(--MainColor);
    font-size: var(--f20);
}

.pd_tabTitle li.activeTab::after {
    height: 1px;
}

.radio-inline__label {
    border-radius: 0;
    color: var(--titlecolor);
}

.product_info li span {
    color: var(--MainColor);
}

.inquiry_a3 {
    background: transparent;
    border: 2px solid #fff !important;
}

/*加入購物車*/
.inquiry_a1 {
    background: var(--SubColor2);
}

/*加入詢價車*/
.inquiry_a2 {
    background: var(--SubColor3);
}

/*檢視詢價車*/

/*購物車-相關推薦*/
.prod_related {
    background: #f3f3f317;
    padding: 80px 60px;
}

.prod_related h6 span:before {
    font-size: var(--f24);
    color: var(--MainColor);
    font-weight: 500;
    letter-spacing: 4px;
}



/*購物車-購物流程*/
.shopping-cart .cell.product_name a {
    color: #fff;
}

.total_amount li {
    color: #fff;
}

.rewrite_simple {
    background: #777 url(../images/simple_left.png) 10% center no-repeat;
}

.border200 {
    color: #000;
}


.formbox_form,
.form label,
.form label.Bigcheck {
    color: #fff;
}

.car_page .information_left {
    display: block;
}

/*匯款beverage-truck*/
.declaration {
    background: var(--MainColor);
}

.list_before {
    color: var(--MainColor);
}

input#order_num {
    color: #000;
}

body.remit_page.bodyDesktop .formbox_form li .form__insert {
    color: #000;
}

@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;
        color: var(--titlecolor);
        font-size: revert;
        font-size: var(--f24);
        padding-left: 10px;
        padding-top: 4px;
        font-weight: 500;
    }

    .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;
    }


    .nav-brand {
        max-width: 70px;
    }

    .stellarnav.mobile.left>ul {
        border-right: none;
    }

    .footer_menu {
        grid-template-columns: repeat(4, 1fr);
    }
}

@media screen and (max-width: 600px) {
    .footer_menu {
        grid-template-columns: repeat(3, 1fr);
    }

    .footer_menu a {
        padding: 5px;
    }

    .footer_info ul {
        padding: inherit;
    }

    .i_album_list {
        grid-template-columns: repeat(auto-fill, minmax(165px, 1fr));
    }
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*預設解除背景輪播*/
#content_main {
    margin: 0;

}

.bannerindex {
    position: relative;
    height: auto;
}

.swiper-banner {
    position: static;
    margin: 0;
    height: auto;
}

/* .swiper-slide img { height:auto;} */

/*大圖*/
.swiper-banner .swiper-slide img {
    height: auto;
}


@keyframes noise {
    0% {
        background-position: -88px 166px
    }

    20% {
        background-position: 222px -333px
    }

    40% {
        background-position: -111px 444px
    }

    60% {
        background-position: 33px -66px
    }

    80% {
        background-position: -138px 212px
    }

    100% {
        background-position: 317px -197px
    }
}

@keyframes show_b {
    0% {
        height: 0;
        opacity: .5;
    }

    100% {
        height: 1.618vw;
        opacity: 1;
    }
}

@-webkit-keyframes bounce-in-top {
    0% {
        -webkit-transform: translateY(-500px);
        transform: translateY(-500px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }

    38% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
        opacity: 1;
    }

    55% {
        -webkit-transform: translateY(-65px);
        transform: translateY(-65px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    72% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    81% {
        -webkit-transform: translateY(-28px);
        transform: translateY(-28px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    90% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    95% {
        -webkit-transform: translateY(-8px);
        transform: translateY(-8px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
}

@keyframes bounce-in-top {
    0% {
        -webkit-transform: translateY(-500px);
        transform: translateY(-500px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }

    38% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
        opacity: 1;
    }

    55% {
        -webkit-transform: translateY(-65px);
        transform: translateY(-65px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    72% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    81% {
        -webkit-transform: translateY(-28px);
        transform: translateY(-28px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    90% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    95% {
        -webkit-transform: translateY(-8px);
        transform: translateY(-8px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
}


@-webkit-keyframes tracking-in-contract-bck {
    0% {
        letter-spacing: 1em;
        -webkit-transform: translateZ(800px);
        transform: translateZ(800px);
        opacity: 0;
    }

    40% {
        opacity: 0.6;
    }

    100% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1;
    }
}

@keyframes tracking-in-contract-bck {
    0% {
        letter-spacing: 1em;
        -webkit-transform: translateZ(800px);
        transform: translateZ(800px);
        opacity: 0;
    }

    40% {
        opacity: 0.6;
    }

    100% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1;
    }
}

@media screen and (max-width: 768px) {
    .bannerindex {
        padding: 0;
        margin: 0;
    }


}

@media screen and (max-width: 600px) {}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*內頁BANNER 設定*/
.banner {
    position: relative;
    background-image: url(https://pic03.eapple.com.tw/asher-barbershop/ban.jpg);
    width: 100%;
    padding: 0;
    height: 0;
    padding-top: 20%;
    padding-bottom: 15%;
    background-size: cover;
    background-position: center;
}

.banner.banblog {
    background-image: url(https://pic03.eapple.com.tw/asher-barbershop/ban_blog.jpg);
}

.banner.banF {
    background-image: url(https://pic03.eapple.com.tw/asher-barbershop/ban_product.jpg);
}

.banner h5 {
    color: var(--titlecolor);
    font-weight: 500;
    letter-spacing: 0.1em;
    font-size: var(--f24);
    line-height: 3;
}

.banner h5:before {
    content: "ARTSTEEL";
    line-height: 60%;
    color: #fff;
    font-family: var(--SFontE);
    display: block;
    font-weight: bold;
    letter-spacing: 2px;
    font-size: min(max(7vw, 36px), 120px);
    font-size: var(--f120);
}

.banner.banF h5:before {
    content: "PRODUCTS";
}


@keyframes pulsea {
    0% {
        text-shadow: 0 0 0.3em rgba(200, 200, 255, 0.3), 0.04em 0.04em 0 #060807, 0.045em 0.045em 0 #e7e7e7, 0.09em 0.09em 0 #060807, 0.095em 0.095em 0 #aaa, 0.14em 0.14em 0 #060807, 0.145em 0.145em 0 #dfdfdf;
    }

    50% {
        text-shadow: 0 0 0.3em rgba(200, 200, 255, 0.3), 0.04em 0.04em 0 #060807, 0.045em 0.045em 0 #e7e7e7, 0.09em 0.09em 0 #060807, 0.095em 0.095em 0 #dfdfdf, 0.14em 0.14em 0 #060807, 0.145em 0.145em 0 #777;
        mix-blend-mode: lighten;
    }

    75% {
        text-shadow: 0 0 0.3em rgba(200, 200, 255, 0.3), 0.04em 0.04em 0 #060807, 0.045em 0.045em 0 #dfdfdf, 0.09em 0.09em 0 #060807, 0.095em 0.095em 0 #aaa, 0.14em 0.14em 0 #060807, 0.145em 0.145em 0 #777;
    }

    100% {
        text-shadow: 0 0 0.3em rgba(200, 200, 255, 0.4), 0.04em 0.04em 0 #060807, 0.045em 0.045em 0 #e7e7e7, 0.09em 0.09em 0 #060807, 0.095em 0.095em 0 #aaa, 0.14em 0.14em 0 #060807, 0.145em 0.145em 0 #777;
        mix-blend-mode: lighten;
    }
}

/*內頁BANNER 設定*/
.banner {
    height: 400px;
}

.banner h5 {
    display: none;
}

.banner.banA {
    background-image: url(https://pic03.eapple.com.tw/asher-barbershop/banA.jpg);
    background-position: center;
    width: 100%;
    height: 20vw;
    background-size: cover;
}

.banner.banB {
    background-image: url(https://pic03.eapple.com.tw/asher-barbershop/banB.jpg);
    background-position: center;
    width: 100%;
    height: 20vw;
    background-size: cover;
}

.banner.banC {
    background-image: url(https://pic03.eapple.com.tw/asher-barbershop/banC.jpg);
    background-position: center;
    width: 100%;
    height: 20vw;
    background-size: cover;
}

.banner.banD {
    background-image: url(https://pic03.eapple.com.tw/asher-barbershop/banD.jpg);
    background-position: center;
    width: 100%;
    height: 20vw;
    background-size: cover;
}

.banner.banE {
    background-image: url(https://pic03.eapple.com.tw/asher-barbershop/banE.jpg);
    background-position: center;
    width: 100%;
    height: 20vw;
    background-size: cover;
}

.banner.banF {
    background-image: url(https://pic03.eapple.com.tw/asher-barbershop/banF.jpg);
    background-position: center;
    width: 100%;
    height: 20vw;
    background-size: cover;
}

.banner.banblog {
    background-image: url(https://pic03.eapple.com.tw/asher-barbershop/ban_blog.jpg);
    background-position: center;
    width: 100%;
    height: 20vw;
    background-size: cover;
}

.banner.banC h5:before {
    content: "CONTACTS";
}

.banner.banblog h5:before {
    content: "NEWS";
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */
/*聯絡我們*/
.contact_page div#content {
    background-image: url(https://pic03.eapple.com.tw/beverage-truck/con_bg.jpg);
    background-size: auto;
    background-position: bottom center;
    background-repeat: no-repeat;
}

.contact_content {
    padding: 50px 70px;
}

.contact_content form {
    display: block;
}





.list_before.info li {
    padding-left: 60px;
}

.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 {
    font-weight: 400;
    color: #ada17e;
    width: 55px;
}

.info_FAX:before {
    content: "營業時間";
}

.info_LINE:before {
    content: "LINE ID";
}

.list_before.info li>a,
.list_before.account li>a {
    color: var(--titlecolor);
}

.contact_le_map {
    display: none;
}

.contact_content .information_right {
    width: 90%;
    margin: 0 auto;
}

.blank_letter {
    display: none;
}

.contact_form {
    color: var(--MainColor);
}

.contact_form li input.noborder,
.contact_form li textarea.noborder {
    border: none;
    background: #00000085;
    padding: 8px 10px;
    color: var(--titlecolor);
}


.contact_form li.last {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
}

.contact_form {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    margin-bottom: 0;
    grid-gap: 10px;
}


.contact_form li.last cite {
    border: none;
    color: #000;
}

.contact_form li.last blockquote {
    border: none;
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*文章設定*/

.module_i_news ul {
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
}

.module_i_news li a {
    display: block;
}

/*文章-側邊*/
h5.blog_le_t em {
    color: var(--MainColor);
}

h5.blog_le_t {
    color: var(--MainColor);
    font-size: var(--f24);
}

.blog_search input[type=search] {
    background: #ffffff;
    border: none;
    border-radius: 0;
    color: #363636;
}

.blog_search input[type=submit] {
    filter: opacity(0.5);
}

.blog_le .accordion {
    border-radius: 0;
    border: none;
    color: var(--titlecolor);
    border-bottom: 1px #7f7f7f dotted;
    font-family: "Noto Serif TC", serif;
}

.accordion li .link a {
    color: var(--titlecolor);
    font-weight: 400;
    font-size: 16px;
}

input[type="search"] {
    color: #fff;
}

/*文章-版面*/
.blog_subbox {
    grid-template-columns: repeat(3, 1fr);
}




.subbox_item a {
    grid-template-columns: 1fr;
    overflow: hidden;
}

.blog_list_ri h5 {
    color: #f9da3d;
    font-weight: 300;
    font-family: "Noto Serif TC", serif;
    line-height: 35px;
}

.blog_list_ri em,
.blog_list_ri p {
    color: var(--MainColor);
}

.subbox_item a:before,
.subbox_item a:after {
    display: none;
}

/*文章-內層*/
.blog_ri {
    padding: 0 0 0 50px;
}

.blog_back a {
    color: #000000;
}

.blog_back a.article_btn_prev {
    background: #ffd045;
}

.blog_back a.article_btn_next {
    background: #ffd045;
}

.blog_back a.article_btn_back {
    background: #ffffff;
    color: #000;
}

.articel_mainPic {
    display: none;
}

/*文章內層-封面圖*/

/*相關推薦*/
.news_related {
    background: #052974;
    padding: 80px 60px;
}

.news_related h6 span {
    display: none;
}



.news_related_list li a p {
    font-size: 15px;
    color: var(--titlecolor);
    line-height: 2;
    background: #001b3f;
    padding: 7px;
    font-family: "Noto Serif TC", serif;
}

.news_related_list li a {
    padding: 0;
    background: transparent;
}

.lastPage {
    display: none;
}

.news_tags a {
    color: #ffffffcc;
}

/*標籤*/
.blog_box_edit * {
    color: #b0b0b0 !important;
}

.blog_shareData {
    flex-direction: row;
}

.blog_le .accordion>li:hover,
.blog_le .accordion>li.on_this_category {
    background: #052974 !important
}

.accordion li+li .link {
    border-top: 1px solid #606060;
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*相簿瀑布流*/

.pic-list {
    -moz-column-count: 3;
    -moz-column-gap: 10px;
    -webkit-column-count: 3;
    -webkit-column-gap: 10px;
    column-count: 3;
    column-gap: 10px;
    width: 100%;
    margin: 0 auto;
    display: block;
    /*display: flex;
  	flex-flow: column wrap;*/
}

.pic-list .item {
    width: 100%;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
    padding: 0;
    margin: 0;
}

.pic-list .show_pic {
    aspect-ratio: auto;
}

.other_album_choice li {
    background: #353f34;
}

.other_subalbum li {
    background: #ffffff00;
}

.album_descrip {
    color: #ada17e;
}

.subalbum-menu h2 {
    display: none;
}

.album_fixed_title {
    display: none;
}

.other_subalbum li a p {
    color: #ada17e;
}

.other_subalbum li a p,
.show-list .show_name {
    font-weight: 400;
    color: #052974;
    font-family: "Noto Serif TC", serif;
}

.show-list .item:hover .show_name {
    color: #735e32;
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */




@media screen and (max-width: 1024px) {

    .header_area .me_tp_features {
        text-align: right;
        right: 90px;
        margin-top: 0;
    }

    .box_search input[type=text] {
        position: absolute;
        right: 0px;
    }

    input.shop_search_btn {
        padding: 2px 15px;
        height: 23px;
    }

    .header_area.sticky .stellarnav .menu-toggle,
    .stellarnav .call-btn-mobile,
    .stellarnav .location-btn-mobile {
        top: 11px;
    }

    .nav-header {
        max-width: 100%;
        left: 0%;
        z-index: 0 !important;
    }

}

@media screen and (max-width: 768px) {

    /* 開啟手機板下方按鈕所需設定 */
    #bottom_menu {
        /*display: block;*/
        background: #060807;
    }

    #bottom_menu li {
        width: 33.33%;
        border-right: 1px solid #dddddd26;
    }

    #bottom_menu li a em {
        color: #fff;
    }

    .footer.with_shopping_mode {
        padding: 30px 0 60px;
    }

    #to_top {
        bottom: 60px;
    }

    .box_link {
        justify-content: center;
    }

    .footer_info ul {
        flex-direction: column;
        position: relative;
        align-items: center;
    }

    .footer_info li {
        text-align: center;
    }

    .footer_menu {
        display: inline-block;
    }

    .copy {
        margin-top: 10px;
    }

    /*banner*/
    .banner {
        padding-top: 25%;
    }

    /*選單*/
    .header_area .me_tp_features {
        top: 30px;
    }

    .header_area .stellarnav .menu-toggle,
    .stellarnav .call-btn-mobile,
    .stellarnav .location-btn-mobile {
        top: 20px;
    }

    .stellarnav.active>ul>li.has-sub>ul a {
        padding: 10px 10px;
    }

    /*聯絡我們*/
    .contact_content form {
        flex-direction: column;
    }

    .contact_content .information_left,
    .contact_content .information_right {
        width: 100%;
    }

    .ACCN1:before,
    .ACCN2:before,
    .ACCN3:before,
    .ACCN4:before {
        width: 78px;
    }

    .contact_page div#content {
        background-size: cover;
        background-position: left;
    }

}

@media screen and (max-width: 600px) {

    .header_area .stellarnav .menu-toggle,
    .stellarnav .call-btn-mobile,
    .stellarnav .location-btn-mobile {
        top: 0;
    }

    .header_area .me_tp_features {
        top: 21px;
    }

    /*banner*/
    .banner {
        padding-top: 40%;
    }

    .blog_subbox {
        grid-template-columns: 1fr 1fr;
    }

}

@media screen and (max-width: 580px) {
    .header_area.sticky .me_tp_features {
        top: 32px;
        right: 50px;
    }

    .header_area .me_tp_features {
        right: 50px;
    }

    .blog_subbox {
        grid-template-columns: 1fr;
    }

    .contact_content {
        padding: 0px 15px 50px 5px;
    }

}