@charset "utf-8";
:root {
  --WebColor01: #3c5e95;
  --WebColor02: #344966;
  --WebColor03: #263954;
  --WebColor04: #a48d7b;
  --WebColor05: #75655a;
  --SFont:"Bebas Neue", sans-serif;/*特殊字體*/
  --pd100:100px 0;
  --m100:100px;
  --m50:50px;
  --m30:30px;
  --f60:60px;
  --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;
  --f60:48px;
  --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;
  --f60:40px;
  --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;
  --f60:32px;
  --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{
  --f60:28px;
  --f48:24px;
  --f40:20px;
  --f36:18px;
  --f32:18px;
  --f28:17px;
  --f24:17px;
  --f22:17px;
  --f20:16px;
  --f18:15px;
}
}

.main_part{padding: var(--m100) 0;max-width: 1500px;width: 90%;}


/*****************************************/

/*HEADER*/
.header_area {    background: #fff;padding-top: 15px;}
.header_area.sticky {    background: rgba(255, 255, 255, .9);}
.main_header_area .container{ max-width: 95%;  }
.stellarnav > ul > li{padding: 0 15px;}
.stellarnav > ul > li > a{margin: 0;transition:all 0.3s;}
.stellarnav li.has-sub > a:after{content:none;}
.stellarnav > ul > li:hover > a{color: var(--WebColor01);}

.stellarnav > ul > li:after {
    content: "";
    width: 3px;
    height: 2px;
    position: absolute;background: var(--WebColor01);
    left: 0;
    bottom: 0;
    border-radius: 10px;transition:all 0.3s;opacity: 0;
}

.stellarnav > ul > li:hover:after{width: 100%;opacity: 1;}

.stellarnav li li a {    transition: all 0.3s;background: #F2F2F2;color: #444;}
.stellarnav li li a:hover {    color: var(--WebColor01);background: #fff;}


.me_tp_features{display: none;}


.stellarnav > ul > li > a{line-height: 180%;height: auto;text-align: left;}
.stellarnav > ul > li > a b{line-height: 140%;height: auto;}
.stellarnav > ul > li > a:hover b{transform: none;    -webkit-transform: none;    -moz-transform: none;}
.stellarnav > ul > li > a b:nth-of-type(2){color: var(--WebColor01);font-family: var(--SFont);letter-spacing: 0.5px;display: block;}

.nav-header{grid-row: unset;}



/*電腦LOGO*/
.nav-brand {}
.nav-brand img {    display: block;}
/*手機LOGO
.nav-brand-m {}
*/

/*預設解除背景輪播*/
#content_main { margin:0;}
.bannerindex { position:relative; height:auto;}
.swiper-banner { position:static; margin:0; height:auto;}

.swiper-wrapper{position: relative;}

.swiper-wrapper:before , .swiper-wrapper:after{
    content: "";
    position: absolute;
    z-index: 1;
}
.swiper-wrapper:before {
    width: 10vw;
    left: 0;top: 0;
    background: #fff;
    clip-path: polygon(0 0, 100% 0, 0 100%);
    height: 50%;
}
.swiper-wrapper:after {
    width: 10vw;
    right: 0;bottom:0;
    background: var(--WebColor01);
    clip-path: polygon(100% 0, 100% 100%, 0 100%);    height: 100%;
}


.pageIndex .swiper-slide:before , .pageIndex .swiper-slide:after{
  position: absolute;left: 7.5%;z-index: 2;line-height: 120%;letter-spacing: 0.03em;}
.pageIndex .swiper-slide.swiper-slide-active:before{animation: ani_slide 1.5s 1s both;}
.pageIndex .swiper-slide.swiper-slide-active:after{animation: ani_slide 1.5s 0.5s both;}

.pageIndex .swiper-slide:before {
top:72.5%;
    font-size: 4vw;
    background: #fff;
    padding: 0.1em 0.5em 0.15em;
    font-weight: bold;
    color: var(--WebColor03);font-family: "Noto Sans TC", sans-serif;
}
.pageIndex .swiper-slide:after {
    bottom: 27.5%;
    font-size: 2.75vw;
    font-family: var(--SFont);
    background: var(--WebColor01);
    color: #fff;
    padding: 0.1em 0.5em 0.03em;
    margin-bottom: 0.25em;
}
@keyframes ani_slide {
    0% {      transform:translateX(-5vw);opacity: 0;   }
    100% {      opacity:translateX(0);opacity: 1;    }
}

.pageIndex .swiper-slide:nth-child(1):before{content:"讓人們動起來";}
.pageIndex .swiper-slide:nth-child(1):after{content:"GETTING PEOPLE MOVING";}
.pageIndex .swiper-slide:nth-child(2):before{content:"你的極限是你";}
.pageIndex .swiper-slide:nth-child(2):after{content:"YOUR LIMIT IS YOU";}

@media screen and (max-width: 768px) {
.bannerindex { padding:0; margin:0;}
.pageIndex .swiper-slide:before {font-size: var(--f32); }
.pageIndex .swiper-slide:after {font-size: var(--f24);  }
}


/*FOOTER*/
.footer{background: #fff;padding-top: var(--m100);}
.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(--WebColor01);}
*/
.footer_menu a {
    margin: 0;
    text-align: center;
    padding: 5px;
    transition: all 0.3s;
    border: none;
    background: transparent;
}
.footer_menu a:hover {background:   transparent;color:  var(--WebColor01);}

.copy {    background: var(--WebColor01);    color: #fff;  border:none;}
.copy a{    color: #fff;transition:all 0.3s;}

.footer_info li p.add2:before {    content: '營業時間：';}

.footer_info{padding: 0;grid-template-columns: 1fr;}
.footer_info ul{display: grid;gap:var(--m30);grid-template-columns: 1fr 470px;}
.footer_info li{padding: 0;}
.footer_info li:before {
    font-size: var(--f24);
    display: block;
    font-family: var(--SFont);
    margin-bottom: 10px;
    color: var(--WebColor02);letter-spacing: 0.02em;
}
.footer_info li:nth-child(1):before{content:"CONTACT";}
.footer_info li:nth-child(2):before{content:"WEBSITE MAP";}



.box_link{display: none;}

/*內頁BANNER 設定*/
.banner {
    background-image: url(https://pic03.eapple.com.tw/amtfitness/sBanner_02.jpg);
    background-size: cover;background-position: center;
    height: 35vw;
    max-height: 450px;
    min-height: 250px;
    position: relative;
}
.services_page .banner {background-image: url(https://pic03.eapple.com.tw/amtfitness/sBanner_01.jpg);}
.article_a .banner.banblog{background-image: url(https://pic03.eapple.com.tw/amtfitness/sBanner_03.jpg);}
.article_b .banner.banblog{background-image: url(https://pic03.eapple.com.tw/amtfitness/sBanner_04.jpg);}
.contact_page .banner{background-image: url(https://pic03.eapple.com.tw/amtfitness/sBanner_05.jpg);}

.banner h5 {
    width: 90%;
    max-width: 1500px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: var(--m100);
    color: #fff;
    font-size: var(--f36);
    text-align: left;text-shadow: 0 0 0.25em rgba(0, 0, 0, 0.5);
}
.banner h5:before{font-family: var(--SFont);content:"AMT FITNESS";font-size: var(--f60);display: block;line-height: 100%;letter-spacing: 0.03em;}


.path{display: none;}




/* 商品下拉超過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個但次分類直接顯示-結束 */




/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*預設購物車版面 產品分類選單在左側 商品內頁詳細介紹下表單更改樣式 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) {
}





/**/
/*側邊*/
.blog_le .accordion > li{transition:all 0.3s;}
.blog_le .accordion > li:hover, .blog_le .accordion > li.on_this_category {    background: var(--WebColor01) !important;}
.submenu a:hover {    background: var(--WebColor02);}
.blog_back a.article_btn_back{background: var(--WebColor01);}
.blog_back {    max-width: 500px;    margin: auto;}

/**/
.blog_subbox{margin-top: var(--m30);grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));}
.blog_list_ri h5{font-size: var(--f20);}
.articel_mainPic{display: none;}
.subbox_item a:before , .subbox_item a:after{content:none;}
.subbox_item a{grid-template-columns: 1fr;gap:10px;}
.subbox_item a:hover .blog_list_le img{    transform: scale(1.05);}
.blog_list_le{overflow: hidden;}
.blog_list_ri{padding: 0;}
.blog_list_ri em{display: none;}


/**/
h4.blog_category_title {    border-bottom: 1px solid #ccc;padding-top: 0;}
.blog_shareData{flex-direction:row;}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */
/*文章A*/

.article_a .blog_list_le{aspect-ratio:9/16;}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */
/*文章B*/
.article_b .blog_list_le{aspect-ratio:1/1;}



/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*文章設定*/
/*一排呈現
.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;}
*/



.contact_editbox{padding: 0;}
.contact_content{padding: 0;width: 90%;max-width: 1000px;}
.contact_content .information_left{display: none;}
.contact_content .information_right{width: 100%;padding: 0;}
.blank_letter{font-size: var(--f24);text-align: center;color: var(--WebColor03);}
.blank_letter:before{content:"FORM";display: block;font-family: var(--SFont);font-size: var(--f60);color: var(--WebColor01);line-height: 100%;}
.blank_letter .note{display: block;margin-top: var(--m30);}


.contact_le_map a {    background: var(--WebColor01);}
.contact_form li.last cite{    background: var(--WebColor01);}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */



@media screen and (max-width: 1440px) {

}

@media screen and (max-width: 1200px) {

}

@media screen and (max-width: 1024px) {
.header_area{padding: 15px 10px 10px;  }
.nav-header {    max-width: 200px;margin-bottom: 10px;  }
.stellarnav > ul > li > a{text-align: center; }
}
@media screen and (max-width: 980px) {

.footer_logo{margin:  auto;text-align: center;    }
.footer_info ul{grid-template-columns: 1fr; gap:10px;  }
.footer_info li{padding:  var(--m50) var(--m30); background:  #f2f2f2 ;  }
.footer_info li+li{margin-top: 0;   }

}

@media screen and (max-width: 768px) {
/* 開啟手機板下方按鈕所需設定 */
.footer.with_shopping_mode { padding:var(--m100) 0 55px; }
#to_top { bottom:60px;}
.stellarnav .menu-toggle{padding: 0; }

.header_area{padding: 15px 10px;  }
.nav-header {    margin-bottom: 0;  }
.stellarnav > ul > li:after{content:none;}



}

@media screen and (max-width: 600px) {
.contact_content{ width: 100%;padding: 0 5%;background: #ffffffbf;    }
.contact_form li .form__label{background: transparent;  }

}
@media screen and (max-width: 420px) {
.footer .center {    width: 95%;}
.footer_info li p{letter-spacing: 0; }

}



