@charset "utf-8";
:root {
  --MainColor:;
  --SubColor:;
  --SubColor2:;
  --SFont:"Noto Sans TC", sans-serif;/*特殊字體*/
  --pd100:100px 0;
  --m100:100px;
  --m50:50px;
  --m30:30px;
  --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;
  --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;
  --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;
  --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;
}
}

.main_part {width: 90%;    max-width: 1500px;padding: var(--m100) 0;}
.blog_box{width: 100%;padding: 0;}

/*****************************************/

body{font-family: var(--SFont);}
.info_fix_links{display: flex !important;}
.linksBtn{display: none !important;}
#content {    min-height: 100vh;}

/*HEADER*/
.navigation{display: block;padding-top: 15px;transition:all 0.3s;}

.header_area .navigation{}
.header_area .nav-header {
    max-width: 300px;
    transition: all 0.3s ease-in-out;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
}
.header_area .stellarnav{padding-left: 0;transition:all 0.3s;}
.header_area .stellarnav > ul {    text-align: center;transition:all 0.3s;padding-top: 30px;}
.header_area .stellarnav > ul > li {    padding: 0 var(--m30);transition:all 0.3s;}



.header_area.sticky .navigation{}
.header_area.sticky .nav-header {
    max-width: 200px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);    z-index: 9999;
}
.header_area.sticky .stellarnav{padding-left: 250px;}
.header_area.sticky .stellarnav > ul{text-align: right;padding-top: 0;}
.header_area.sticky .stellarnav > ul > li {    padding: 0 15px;}

.header_area {    background: #fff;transition:all 0.3s;}
.header_area.sticky {    background: rgba(255, 255, 255, .8);    backdrop-filter: blur(10px);position: fixed;}
.main_header_area .container{ max-width: 95%;  }
.stellarnav > ul > li > a{margin: 0;transition:all 0.3s;}
.stellarnav > ul > li:hover > a{color: #000;}
.stellarnav > ul > li > a b{font-weight: bold;}
.stellarnav li li a{transition:all 0.3s;}
.stellarnav li li a:hover {    background: #222;    color: #fff;}

.me_tp_features{display: none;}


/*homepage*/
.pageIndex .header_area{position: fixed;background: transparent;}
.pageIndex .header_area .nav-brand img{filter:invert(1) drop-shadow(2px 2px 3px rgba(0, 0, 0, 0.3));transition:all 0.3s;}
.pageIndex .header_area .stellarnav > ul > li > a{color: #fff;}

.pageIndex .header_area.sticky{position: fixed;background: rgba(255, 255, 255, .8);}
.pageIndex .header_area.sticky .nav-brand img{filter:none;}
.pageIndex .header_area.sticky .stellarnav > ul > li > a{color: #222;}


/*電腦LOGO*/
.nav-brand {}
.nav-brand img {    display: block;}

.footer_logo img{filter:invert(1);}
/*手機LOGO
.nav-brand-m {}
*/



/*預設解除背景輪播*/
#content_main { margin:0;}
.bannerindex { position:relative; height:auto;}
.swiper-banner { position:static; margin:0; height:auto;}

.pageIndex .bannerindex:after {
    content: "";
    width: 35vw;
    aspect-ratio: 1 / 1;
    position: absolute;
    display: block;
    bottom: -15vw;
    left: -10vw;
    border: 2px dashed #ffffff24;
    z-index: 1;
    border-radius: 100%;
    animation: ani_rot 60s linear 0s infinite alternate;
}
@keyframes ani_rot {
0% {    transform: rotate(0deg);}
100% {    transform: rotate(360deg);}
}

.pageIndex .swiper-slide:before {
    content: "";
    background-size: contain;
    background-repeat: no-repeat;
    width: 50%;
    position: absolute;
    aspect-ratio: 5 / 1;
    z-index: 2;
    max-width: 550px;
    left: 5%;
    bottom: 12.5%;
    filter: drop-shadow(2px 2px 3px rgba(0, 0, 0, 0.3));
}
.pageIndex .swiper-slide:nth-child(1):before {    background-image: url(https://pic03.eapple.com.tw/soultailor/Banner_d_01.svg);}
.pageIndex .swiper-slide:nth-child(2):before {    background-image: url(https://pic03.eapple.com.tw/soultailor/Banner_d_02.svg);}


/* .swiper-slide img { height:auto;} */
@media screen and (max-width: 768px) {
.bannerindex { padding:0; margin:0;}
}



/* 商品下拉超過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個但次分類直接顯示-結束 */

/*FOOTER*/
.footer{background: #111;padding-top: var(--m50);}
.footer .center {    max-width: 1500px;width: 90%;}
/*
.footer_menu {    display: grid;    grid-template-columns: repeat(auto-fit, minmax(min(100px,100%), 1fr));    gap: 5px;}
.footer_menu a {    margin: 0;  text-align: center; padding: 5px; transition: all 0.3s;}
.footer_menu a:hover {    background: var(--MainColor);}
*/
.footer_menu a {
    border: none;
    padding: 0;
    display: block;
    line-height: 175%;
    width: fit-content;
    background: transparent;
    color: #fff;transition: all 0.3s;
}
.footer_menu a:hover{background: transparent;color: #fff;}
.footer_menu a:nth-child(1){display: none;}
.copy {    background: #111;    color: #777777;  border:none;border-top: 1px solid #222; letter-spacing:1px;}
.copy a{    color: #777777;transition:all 0.3s;}
.footer_info{padding: 0;}
.footer_info ul {    display: grid;    grid-template-columns: 1fr 80px;    gap: var(--m30);    max-width: 550px;margin: 0 0 0 auto;}
.footer_info li p{margin-bottom: 4px;}
.footer_info > ul > li{padding: 0;}
.box_link{display: none;}
.footer_info li:nth-child(1) p , .footer_info li:nth-child(1) p a{color: #fff;}

.footer_logo {    max-width: 300px;}
.footer_logo:after {
    content: "訂製你的品味，縫製你的獨特。";
    display: block;
    margin-top: var(--m30);
    color: #fff;
    font-size: var(--f18);
    letter-spacing: 3px;
    font-weight: lighter;
}
.footer_info li p.add2:before {    content: '營業時間：';}
.footer_info li:before {    color: #fff;    font-weight: bold;    font-size: var(--f18);    margin-bottom: 10px;    display: block;}
.footer_info li:nth-child(1):before{content:"CONTACT";}
.footer_info li:nth-child(2):before{content:"MAP";}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*預設購物車版面 產品分類選單在左側 商品內頁詳細介紹下表單更改樣式 by shint at 2023.1.5  */
.product_page .main_part { max-width:1500px;}
/* .product_info_page .main_part { max-width:1200px;} */

.product_page .show_content,
.product_info_page .show_content { width: 100%; display: flex; justify-content: space-between; flex-wrap: wrap; align-items: flex-start; align-content: flex-start;}
.product_page .product_menu_list { position: relative; width: 220px; letter-spacing: 1px; /*border-right: 1px solid #ccc;*/min-height: 30vw;}
.product_page .products-list,
.product-wrapper { width: calc(100% - 270px);}
ul.page { width: 100%;}

.product-layer-two li ul { position:static; margin-top:5px; /*display:block !important;*/ width:100%; margin-left:0;}
.product-layer-two li:hover ul { border: none !important; /*display:block !important;*/}
.product-layer-two li li { display: block; padding:0; transition:all ease .3s;}
.product-layer-two li li a{ padding:5px 10px;}
.product-layer-two li li:hover > a { background:#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_info_page .half_box { width: 100%; float: none; padding-right: 0;}
.product_info_page .half_box li.btn_blankTop { margin-top: 50px; justify-content: space-between; display: flex;}
.product_info_page .half_box li.btn_blankTop input { width: calc(50% - 10px); background-image: none; padding: 0; text-align: center;}
@media screen and (max-width: 1200px) {
}
@media screen and (max-width: 980px) {
}
@media screen and (max-width: 768px) {
.product_menu_list,
.products-list,
.product-wrapper { width: 100%;}
.product-layer-two { margin-right: 0; grid-template-columns: repeat(auto-fill, minmax(230px, 1fr)); grid-gap: 5px;}
.product_page .product-layer-two,
.product_page .products-list { width: 100%; border-right: none;}
.product_page .product_menu_list>h5{display: block;}

.product_page .show_content > a { order: 1;}
.product_page ul.products-list { order: 2;}
.product_page ul.page { order: 3;}
.product_page .product_menu_list {width: 100%; order: 0; min-height: unset;}
}
@media screen and (max-width: 600px) {
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */





/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*內頁BANNER 設定*/
.banner {
    background-image: url(https://pic03.eapple.com.tw/soultailor/sBanner_02.jpg);
    background-position: center;background-size: cover;
    height: 45vw;
    max-height: 450px;
    min-height: 230px;
    position: relative;
}
.banner h5 {
    position: absolute;
    left: 10%;
    max-width: 80%;
    min-width: 320px;
    padding: 15px;
    text-align: justify;
    color: #fff;
    letter-spacing: 0.075em;
    bottom: 80px;
    border-bottom: 1px dashed;
    font-size: var(--f32);
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}

.services_page .banner{background-image: url( https://pic03.eapple.com.tw/soultailor/sBanner_01.jpg);}
.contact_page .banner{background-image: url( https://pic03.eapple.com.tw/soultailor/sBanner_03.jpg);}
.other_page .banner{display: none;}

.path{display: none;}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*文章設定*/
/*文章設定*/
h4.blog_category_title{font-size: var(--f28);}


/*側邊*/
.blog_le .accordion > li{transition:all 0.3s;}
.blog_le .accordion > li:hover, .blog_le .accordion > li.on_this_category {    background: #a11f1f !important;}
.submenu a:hover {    background: #222;}
.blog_back a.article_btn_back {    background: #a11f1f;}

.blog_subbox {    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));}

.subbox_item{border-bottom: 1px solid #ccc;transition:all 0.3s;}
.subbox_item:hover{border-bottom-color: #111;}
.subbox_item a{grid-template-columns: 1fr;}

.subbox_item a:before , .subbox_item a:after{content:none;}

.news_related{background: #efefef;padding: var(--m100) 0;}
.lastPage{background: #a11f1f;}
.news_related h6 span:before {    font-size: var(--f40);    color: #222;}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*相本分類全版面 ( 限制最寬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;}
*/


.contact_content .information_left{display: none;}
.contact_content .information_right{width: 100%;padding: 0;}
.contact_form li.last cite {    background: #a11f1f;}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */



@media screen and (max-width: 1440px) {

}

@media screen and (max-width: 1200px) {

}

@media screen and (max-width: 1024px) {
.nav-header {    max-width: 100px;}
.header_area.sticky .stellarnav {    padding-left: 200px;}
.header_area .stellarnav > ul {    padding-top: 10px;}




}
@media screen and (max-width: 980px) {
.header_area{padding: 10px;  }
.header_area .nav-header {    max-width: 200px;}
.header_area.sticky .nav-header {    max-width: 180px;}
.navigation {    padding: 5px 0;}
.header_area .stellarnav > ul > li{padding: 0 10px; }

.footer_info{grid-template-columns: 1fr;  }
.footer_info ul{    max-width: 460px;margin: var(--m30) 0 0; }
.footer_info li+li {                margin-top: 0;}
.pageIndex .header_area {    position: sticky;}
.pageIndex .header_area{background: rgba(255, 255, 255, .9);}
.pageIndex .header_area .nav-brand img{filter:none;}
.pageIndex .header_area .stellarnav > ul > li > a{color: #222;}

}

@media screen and (max-width: 768px) {
/* 開啟手機板下方按鈕所需設定 */

.banner h5 {    left: 5%;    max-width: 90%;bottom: var(--m50); min-width:unset;padding: 10px; }


#bottom_menu {display: grid;grid-template-columns: repeat(2,1fr);  }
.footer.with_shopping_mode { padding:var(--m100) 0 55px; }


#to_top { bottom:60px;}
.stellarnav > ul > li{padding: 0;  }

.stellarnav.mobile , .stellarnav.mobile.left > ul{left: unset;right: 0;}
.header_area .nav-header , .header_area.sticky .nav-header {    position: static;    transform: none;    margin: auto;}
.header_area .stellarnav , .header_area.sticky .stellarnav{padding: 0; }
.header_area.sticky {    backdrop-filter: none;}

}

@media screen and (max-width: 600px) {
.pageIndex .bannerindex:after {    content: none;}
.pageIndex .swiper-slide:before { width: 60%;bottom: 15%; }



.footer_info ul{grid-template-columns: 1fr;max-width: 100%;  }
.footer_logo {margin: auto;}
.footer_logo:after {    content: "訂製你的品味，縫製你的獨特";text-align: center;  }
.footer_info li:before {    padding-bottom: 10px;    border-bottom: 1px dashed #444;}
.footer_menu {        grid-template-columns: repeat(3, 1fr);        display: grid;        gap: 5px;    }
.footer_menu a{margin: 0; }
.footer_menu a:before{content:"◆ ";font-size: 10px;  }

}




