@charset "utf-8";
/*了酷男士理髮廳*/

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@400;500;600;700;800;900&display=swap');

:root{
    --MainColor:#B8D32F;
    --SubColor:#1C2853;
}

body{
    font-family: 'noto sans TC', sans-serif;
    letter-spacing: 1px;
}

#content{background: #222;}
.edit{color: #fff;}

/*錨點滾動*/
::-webkit-scrollbar { width: 5px; }
::-webkit-scrollbar-track { box-shadow: inset 0 0 6px #000; }
::-webkit-scrollbar-thumb {background-color: var(--MainColor);}
html { scroll-behavior: smooth; }

/*背景顏色*/
#content_main{
    margin-top: -5px;
}

/*選單最大寬度設定=====================*/
.main_header_area .container { max-width: 87%; }
@media screen and (max-width: 768px) {
    .main_header_area .container { max-width: 100%; }
}

/*預設解除背景輪播=====================*/
.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;}

@media screen and (max-width: 768px) {
.bannerindex { 
    padding:0; 
    margin:0;
}
}

/*header==============================*/
.header_area.sticky{
    background: #000000bd;
}
.header_area.sticky::before{
    content: '';
    backdrop-filter: blur(10px);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.header_area{background:#222;}

@media screen and (max-width: 768px) {
    .header_area.sticky::before{
        backdrop-filter: unset;
}
}

/*header選單*/
.me_tp_features{display: flex;justify-content: flex-start;align-items: center;flex-direction: row-reverse;padding-right: 5px;}
.me_tp_features a{color: #fff;}
.tp_links{display: none;}
.box_search input[type=text]{border-radius: 0;}
.box_search{margin-bottom: 0px;width: 165px;}
.shop_search_btn{border-radius: 0;background: var(--MainColor);color: #000;}
.stellarnav > ul > li > a:hover{
    color:var(--MainColor);
    transition: .3s;
    font-weight: bolder;
    letter-spacing: 1px;
}
.stellarnav > ul > li > a{
    margin: 20px 5px 0px 5px;
    color: #ffffff;
}
.stellarnav li.has-sub > a:after{
    content: '+';
    border-left:none;
    border-right:none;
    border-top:none;
}

@media screen and (max-width: 1024px) {
    .stellarnav > ul > li > a{margin: 5px 5px 0px 5px;}
    .me_tp_features{justify-content: center;}
}
/*下拉*/
.stellarnav li li{
    background: #222;
    border-bottom: 1px #eee solid;
    border-bottom-width: 1px;
}
.stellarnav li a{
    color: #fff;
    font-size: 14px;
}
.stellarnav li li:hover > a, .stellarnav li li.has-sub:hover > a{
    color: #fff;
    padding-left: 11px;
    background: var(--SubColor);
    transition: 0.3s;
}
.stellarnav ul ul{width: 190px;}

/*浮動按鈕*/
.info_fix{z-index: 99999;}
.linksBtn{background-color: var(--MainColor);}
.info_fix:hover>.linksBtn{background: var(--SubColor);}

/*第二層*/
.info_fix_links a{background: var(--SubColor);}
.info_fix_links a:hover{background: var(--MainColor);}

/*LOGO*/
.nav-brand img{
    max-width: 550px;
    width: 100%;
    margin-top: 5px;
}
@media screen and (max-width: 1024px) {
    .nav-brand img { width: 100%;}
}

/*內頁BANNER 設定*/
.banner {display: none;}
.banner h5 {display: none;}
.banner.banA {display: none;}
.banner.banB {display: none;}
.banner.banC {display: none;}
.banner.banD {display: none;}
.banner.banE {display: none;}
.banner.banblog {display: none;}

/*----------------分隔線----------------*/

/*頁碼*/
.page li.pre_page a, .page li.first_page a, .page li.last_ten a, .page li.last_page a, .page li.next_page a, .page li.next_ten a{color: #FFF;}
.page li a, .page li strong{color: #FFF;}

/*文章管理========*/
.accordion li .link a{color: #ffffff;}
h5.blog_le_t,
h4.blog_category_title {
   font-size: 25px;
   margin-bottom: 10px;
   color: #fff;
}
.blog_le .accordion>li:hover .link { background: #a5a5a5; }
.blog_le .accordion>li.on_this_category .link { background: #BFB9AA; }
.subbox_item a:before { display: none; }
.blog_list_ri:after {
    content: 'READ MORE >';
    display: block;
    background: transparent;
    color: var(--MainColor);
    letter-spacing: 1px;
    opacity: 1;
    left: 0;
    position: relative;
    padding: 0 22px 0 0;
    font-size: 12px;
    line-height: 12px;
}
.blog_list_ri em { display: none; }
.blog_list_ri p { padding-top: 8px; }
.blog_back a.article_btn_back { background:var(--SubColor); }
.blog_back a.article_btn_prev,
.blog_back a.article_btn_next {
    background: var(--MainColor);
    color: #000f;
}
.blog_back a.article_btn_prev:hover,
.blog_back a.article_btn_next:hover {
    background: var(--SubColor);
    transition: 0.3s;
    color: #fff;
}
.blog_search input[type=search] { border-radius: 2px; }
.blog_le .accordion { border-radius: 2px; }
.blog_subbox.clearfix {
    margin: 0 auto;
    display: grid;
    grid-gap: 15px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
}
body.blog_page .clearfix:before,
body.blog_page .clearfix:after { display: none; }
.subbox_item {
    background-color: transparent;
    overflow: hidden;
    position: relative;
    width: 100%;
    border-bottom: none;
}
.subbox_item a {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    grid-gap: 10px;
}
.subbox_item:hover img {
    transform: translate(-50%, -50%) scale(1.2);
    object-fit: cover;
    width: 100%;
    transition: all 0.4s ease;

}
.blog_list_le img {
    display: block;
    max-width: 100%;
    min-width: 100%;
    object-fit: cover;
    position: absolute;
    left: 50%;
    top: 50%;
    transition: all 5000ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
    transform: translate(-50%, -50%) scale(1);
}
.blog_list_le {
    display: block;
    position: relative;
    text-align: center;
    height: auto;
    aspect-ratio: 9 / 9;
    overflow: hidden;
    padding-bottom: 0;
    width: 100%;
}
.subbox_item a:after { display: none; }
.blog_list_ri {width: 100%;}
.blog_list_ri em {
    width: 100%;
    color: #7fcbcf;
}
.blog_list_ri h5 {
    position: relative;
    margin: 0px 0 0;
    font-size: 18px;
    letter-spacing: 0.035em;
    color: #ffffff;
}
.blog_list_ri p {
    color: #999;
    margin: 15px 0 0;
    font-size: 14px;
    line-height: 1.9;
    letter-spacing: 0.035em;
    width: 100%;
    padding: 0;
    margin: 10px 0;
}
.blog_le .accordion > li:hover .link, .blog_le .accordion > li.on_this_category .link {
    color: #fff !important;
    background: var(--MainColor) !important;
    transition: 0.3s;
}
.blog_le .accordion > li:hover, .blog_le .accordion > li.on_this_category {
    background: var(--MainColor) !important;
    transition: 0.3s;
}
.blog_subbox{grid-template-columns: repeat(auto-fill, minmax(250px, 3fr));}
.blog_le .accordion > li:hover .link a, .blog_le .accordion > li.on_this_category .link a{color: #000 !important;}

/*第二層*/
.blog_shareData{flex-direction: row;}
.toShareNews b, .toShareNews a, .toShareNews a object, .toShareNews a i{color: #fff;}
.articel_mainPic img{max-width: 50%;}
.news_related{display: none;}
.lastPage{background: var(--MainColor);}
.news_related_list li a{background:unset;}
.news_related_list li a p{
    color: var(--SubColor);
    line-height: 3;
}

@media screen and (max-width: 1024px) {
	.blog_subbox.clearfix {
    margin: 0 auto;
    display: grid;
    grid-gap: 10px;
    grid-template-columns: 1fr 1fr 1fr;
}
}
@media screen and (max-width: 768px) {
.blog_subbox.clearfix {
    margin: 0 auto;
    display: grid;
    grid-gap: 10px;
    grid-template-columns: 1fr 1fr;
}
}
@media screen and (max-width: 375px) {
.blog_subbox.clearfix {
    grid-template-columns: 1fr;
}
}

/*相簿===========*/
.other_album {display: none;}
.show-list .item:hover a figure img {
    transform: scale(1.35);
    transition: 0.5s;
    top: 0;
    left: 0;
}
.show-list .item a figure img {transition: 0.5s;}
.show-list .show_name {
    text-align: center;
    color: #fff;
}
.other_album_choice { display: none; }
.show-list .item:hover .show_name{color: var(--MainColor);}
.other_subalbum li{background: unset;}

/*第二層*/
.subalbum-menu h2{color: var(--MainColor);}
.other_subalbum li a p{
    color: #fff;
    background: #222;
}
.album_fixed_title span:before{color: #fff;}
.album_fixed_title{
    background: transparent;
    color: #ffffff;
}
.fa-image::before{color: #fff;}
.album_descrip{color: #fff;}

/*購物車=================================*/
.prod_related h6 span:before {color: #fff;letter-spacing: 0.1em;}
.products-list .name {height: auto; margin: 0;text-align: left;padding: 10px 0;color: #fff;font-size: 16px;-webkit-line-clamp: none;}
.products-list .pic:hover img{object-fit: cover;width: 100%;transition: all 0.4s ease;transform: scale(1.2);}
.products-list .pic img{transition: all 0.4s ease;transform:scale(1);object-fit: cover;}
.products-list .more{border: 1px solid #fff;color:#fff;}
.products-list .price{margin: 5px 0;justify-content: flex-start;}
.products-list .price .sp_price{text-align: center;}
.nextaction { background-color: var(--MainColor);}
.lastaction { background-color: var(--MainColor);}
ul.prod li .prod-panel { font-size: 14px; line-height: 23px; }
.related_list li a {display: block;padding: 4px;background: none;}
.products-list .item a:hover .more {  background: var(--MainColor);color: #000;transition: 0.3s;letter-spacing: 2px;}
.products-list .price b { color: #999;font-size: 16px;text-align: left;margin: 3px 0;}
.product-layer-two li.active a {font-weight: bold;border: unset;border-bottom: 1px dotted #ccc;}
.product_page .main_part {width: 100%;	max-width: 1500px;}
.product_page .show_content {display: flex;flex-wrap: wrap;align-items: flex-start;margin: auto;padding: 10px 10px;flex-direction: row;justify-content: center;gap: 20px;}
.product_page .products-list {width: calc(100% - 280px);}
.products-list{grid-template-columns: repeat(auto-fill, minmax(230px, 1fr));grid-gap: 10px;}
.product-layer-two {width: 260px;margin: 0;}
.product_info_page .product-layer-two { display: none; }
.product-layer-two li {margin: 0;width: 100%;padding: 0 10px;}

/*選單*/
.product-layer-two li i{width: 50px;height: 45px;}
.product-layer-two li a {color: #fff;border: none;background: transparent;transition: all 0.3s;line-height: 200%;transition: all 0.3s;padding: 7px 10px;}
.product-layer-two > li > a {border-bottom: 1px dotted #ccc;padding-left: 10px;}
.product-layer-two li:hover > a , .product-layer-two li.active > a{color: #000; background:var(--MainColor);}
.product-layer-two li:hover > a:before , .product-layer-two li.active > a:before {background: var(--SubColor); color:#fff;}
.product-layer-two > li > a:before {border-radius: 100%; align-items: center;justify-content: center;display: flex;height: 18px;content: "";color: var(--MainColor);background: #dddddd;width: 18px;
text-align: center;position: absolute;left: 0;top: 50%;transform: translateY(-50%);transition: all 0.3s;padding-left: 2px;font-size: 13px;display:none;}
.product-layer-two li ul {position: relative;padding-top: 1px;}
.product-layer-two li li {border: none;background: transparent;}
.product-layer-two li li a{background: transparent;}
.product-layer-two li li:hover a{color: #BFB9AA;background: transparent;}

/*第二層*/
.sidebarBtn h2{color: #fff;}
span#ori_price{color: #fff;}
.send_simple { background: #5b5b5b;}
.rewrite_simple {background: #5b5b5b;}
.separate_title {font-size: 16px;color: #fff;padding: 10px 0 10px 40px;background: #4d4d4d;}
.inquiry_a1:hover, .inquiry_a2:hover, .inquiry_a3:hover, .inquiry_a4:hover{background: var(--MainColor);}
.sidebarBtn{border: 1px #777 solid;background: transparent;}
.prod_related{display: none;}
.pd_tabInner_contain{color: #fff;}
.pd_tabTitle li.activeTab a{color: #ffffff;}
.inquiry_a3{background: var(--MainColor);color: #000;}
.inquiry_a4{background: var(--MainColor);color: #000;}
.inquiry_a1 { background: var(--MainColor);}
.inquiry_a2 { background: var(--MainColor);}
.product_info li span{color: #fff;}
.toShare{color: #ffffff;}

/*RWD*/
@media screen and (max-width: 768px) { 
.product_page .products-list {display: grid; grid-gap: 5px;grid-template-columns: 1fr 1fr;}
.product-layer-two > li > a {display: none;}
.product_page .products-list ,.product-layer-two { width:100%;}
.prod_related h6 span:before{font-size: 24px;}
.mobile_product_name { display: none;}
.sidebarBtn { order: -1;margin: 0px auto 20px;}
.product_pic { padding-top: 0px;}
body.pageIndex .products-list {padding: 40px 0 20px;}.products-list .item {width: 100%;}
.product-layer-two {display: none;}
#prod_thumbSwiper{margin: 20px 0;}
}
@media screen and (max-width: 500px) { 
.product_page .products-list{grid-template-columns: 1fr 1fr;}
}
@media screen and (max-width: 425px) { 
.product-layer-two {display: none;}
.product_page .show_content {display: flex;flex-wrap: wrap;align-items: flex-start;justify-content: space-around;margin: auto;padding: 10px 10px;flex-direction: column;align-content: center;}
.product_page .products-list { width: 100%;}
}
@media screen and (max-width: 1024px) {
.clearfix:before, .clearfix:after { display: none; }
.products-list .item { width: 100%; }
}
@media screen and (max-width: 768px) {
.product_page .products-list { width: 100%; display: grid;grid-gap: 10px;}
}

/*聯絡我們========*/
.info_TEL:before, .info_TEL2:before, .info_PHONE:before, .info_LINE:before, .info_FAX:before, .info_TAXID:before, .info_MAIL:before, .info_ADD:before, .info_ADD2:before{width: 100%;}
.info_TEL:before{content: "預約諮詢";}
.info_LINE:before{content: "官方LINE";}
.info_ADD:before{content: "服務地址";}
.info_ADD2:before{content: "營業時間";}
.contact_form li.last cite{background-color: var(--MainColor);}
.contact_form li.last blockquote, .contact_form li.last cite{border: 1px var(--MainColor) solid;}
.contact_page .contact_content {
    padding: 0px 0px 80px;
    position: relative;
}
.contact_form li .form__insert{color: #ffffff;}
.contact_page form.style1 {padding-bottom: 60px;}
.contact_page .main_part {
    width: 95%;
    max-width: 100%;
    padding: 90px 0px 0px;
}
.contact_page h4.blank_letter.i {
    width: 100%;
    position: relative;
    padding-top: 0; 
    padding-left: 0px; 
    letter-spacing: 0px; 
    text-indent: 5px; 
    font-size: 23px;
    color: #FFF;
}
.list_before.info li {
    padding-left: 70px;
    margin-left: 5px;
    color: #FFF;
}
.list_before li { margin: 5px 0;}
.list_before.info li:nth-last-child(1) {padding-left: 70px;}
.list_before.info li:nth-last-child(1) a img {
    width: 50px;
    padding: 5px;
    background: transparent;
}
.list_before.info li:nth-last-child(1) a+a { margin-left: 8px;}
.list_before.info li:nth-last-child(1) a:hover { background: #fff;}
.contact_content .information_left {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 1366px;
    margin: 0 auto;
    padding-bottom: 80px;
    z-index: 1;
    position: relative;
}
.contact_page h4.blank_letter.f {
    text-align: center;
    padding-bottom: 50px;
    letter-spacing: 5px;
    text-indent: 5px; 
    font-size: 23px;
    position: relative;
    padding-top: 0px;
    color: #fff;
}
.contact_page .note {
    display: block;
    text-align: center;
}
.contact_page ul.list_before.info {
    width: 40%;
    margin-top: 15px;
    margin-bottom: 60px;
}
.contact_le_nomap {
    width: 60%;
    margin-top: -50px;
}
.contact_content .information_right {
    width: 100%;
    max-width: 1366px;
    margin: 0 auto; 
    display: block; 
    padding: 50px 0px; 
    border:1px solid #e8e8e8;
}
.contact_form {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.contact_form li.last { 
    text-align: center;
    display: flex;
    justify-content: flex-end;

}
.contact_form li.last i.fa-solid.fa-arrow-right { transform: rotate(0deg);}

/**/
.contact_form li .form__label {
    display: block;
    width: 100%;
    text-align: left;
    margin-left: 0px;
    color: #ffffff;
    font-size: 17px;
    font-weight: 600;
    margin: 10px 0 5px;
}
.contact_form li {
    padding-left: 0px; 
    width: 100%;
    display: block;
}
.contact_form li:has(input[type=checkbox]) .form__insert, .contact_form li:has(input[type=radio]) .form__insert{display:block;}
.contact_form li:nth-last-child(6) ,.contact_form li:nth-last-child(3) { width: 100%;}
.contact_page .contact_form li:nth-last-child(6) .form__insert:has(input[type="checkbox"]) {grid-template-columns: repeat(auto-fill,minmax(15px, 15px) minmax(300px, 1fr));}
.noborder { padding: 5px;}
.contact_form li input.noborder{background: none;}
.contact_form li textarea.noborder{background: none;}
.information_left, .information_right{padding: 0px;}
.contact_form li.last blockquote{color: #ffffff;}

/*麵包屑*/
.path p, .path p a{display: none;}
.path{display: none;}

@media screen and (max-width: 768px) {
.contact_page ul.list_before.info { width: 100%;}
.contact_le_nomap { width: 100%;}
.contact_content .information_right { padding: 10px 35px; }
}
@media screen and (max-width: 600px) {
.contact_form li {width:100%;padding-left:0;}
.contact_form li .form__insert {width: 100%;}
.contact_form li .form__label {
    width: 100%;
    margin-left: 0;
	text-align:left;
}
}

/*FOOTER==============================*/
.footer_info li p.add2:before{content: '營業時間：';}
.box_link a { display: none; }
.footer {background: #000;padding:25px 0 0;box-shadow: 1px 1px 15px rgb(38 15 1 / 37%);}
.footer .center {position: relative;max-width: 1300px;}
.footer_info {display: flex;flex-wrap: wrap;align-items: center;justify-content: center;padding: 0px;flex-direction: column;}
.footer_menu {display: grid;grid-template-columns: 1fr 1fr;gap: 12px 5px;}
.footer_menu a {margin: 0;text-align: left;padding: 0;transition: all 0.3s;border: none;background: transparent;color: #fff;display: block;width: fit-content;}
.footer_menu a:before { content: "·"; }
.footer_menu a:nth-child(1) { display: none; }
.footer_menu a:hover {background: transparent;color:var(--MainColor);}
.copy {background: var(--SubColor);border:none;margin-top:20px;position: relative;padding: 15px 0;color: #fff;}
.copy a{color: #fff;transition:all 0.3s;}
.footer_info li { padding: 10px 25px; }
.footer_info ul>li:before {font-size: 115%;color: #fff;display: block;margin: 0 0 20px;border-bottom: 1px solid var(--MainColor);padding-bottom: 10px;letter-spacing: 0.2em;font-weight: bold;}
.footer_info ul>li:nth-child(1):before { content: "CONTACT"; }
.footer_info ul>li:nth-child(2):before { content: "MAIN MENU"; }
.footer_info li:nth-child(1) a, .footer_info li:nth-child(1) p {color: #fff;letter-spacing: 0.15em;}
.footer_info ul {display: grid;grid-template-columns: repeat(auto-fit, minmax(min(300px,100%), 1fr));gap: 0 20px; letter-spacing: 0.15em;}
.footer_logo {display: inline-block;vertical-align: top;width:200px;margin: 0px;}

@media screen and (max-width: 768px) {
    .footer{padding: 30px 0 55px;}
    .footer_info li { flex-direction: column; } 
    .product_page .products-list {display: grid;grid-gap: 5px;grid-template-columns: 1fr 1fr;}
}

/*手機版選單============================*/
.stellarnav.mobile li a{border-bottom:none;}
.stellarnav .menu-toggle span.bars span{background: var(--MainColor);width: 30px;height: 1px;border-radius:0;margin: 5px auto 4px;}
.stellarnav .menu-toggle:after{display: none;}
.stellarnav.mobile.right > ul, .stellarnav.mobile.left > ul { 
    bottom: -800px; 
    background: #222;
    z-index: 9999999999999999;
}
.stellarnav.mobile.right .close-menu, .stellarnav.mobile.left .close-menu{
    background: var(--MainColor);
    color: #fff;
}
.stellarnav .icon-close:before{border-bottom: solid 3px #ffffff;}
.stellarnav .icon-close:after{border-bottom: solid 3px #ffffff;}
.stellarnav.mobile li.open{background: #777777;}
.stellarnav.mobile > ul > li > a.dd-toggle{padding: 0px;}

/*bottom menu*/
#bottom_menu li a{background: #111;color: #fff;}
#bottom_menu li{border-right: 1px solid #444;}

@media screen and (max-width: 768px) {
/* 開啟手機板下方按鈕所需設定 */
#bottom_menu {display: flex; }
#bottom_menu li a{padding: 10px 5px 10px;}
.footer.with_shopping_mode { padding:30px 0 60px; }
#to_top { 
    bottom:70px;
    background: #ffffffd4;
}
.stellarnav .menu-toggle {padding:45px 15px;}
.stellarnav > ul > li > a{margin: 5px 5px 5px 5px;}
}