@charset "utf-8";

/*
關於CSS設定說明
CSS屬性是會繼承的，而且還是由上往下繼承。
同樣元素設定16px 後 12px 再 15px 最後會以最後設定的15px為準
但是有兩種情況除外:
1.絕對路徑命名. 如: .xx .yy .zz p {設定值;}
2.important.  如: .xx p {設定值 !important;}

CSS3選取器語法 :nth-child(n) 

*/


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*上方選單解除滑動固定
.header_area.sticky { position:relative;}
*/


/*上方選單右邊設定 臉書/LINE/電話/信箱
.tp_links a:before {寬高大小設定}
.tp_links a.me_tp_fb {}
.tp_links a.me_tp_fb:before {背景換圖/建議.SVG}
.tp_links a.me_tp_line {}
.tp_links a.me_tp_line:before {背景換圖/建議.SVG}
.tp_links a.me_tp_call {}
.tp_links a.me_tp_call:before {背景換圖/建議.SVG}
.tp_links a.me_tp_mail {}
.tp_links a.me_tp_mail:before {背景換圖/建議.SVG}
*/


/*電腦LOGO
.nav-brand {}
*/

/*手機LOGO
.nav-brand-m {}
*/


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*預設解除背景輪播*/
#content_main { margin:0;}
.bannerindex { position:relative; height:auto;}
.swiper-banner { position:static; margin:0; height:auto;} 
.swiper-slide img { height:auto;}
@media screen and (max-width: 768px) {
.bannerindex { padding:0; margin:0;}
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*基本設定*/

.pageIndex .main_part {
    border-top: 0px solid #ccc;}

/*中間小標刪除*/
.path { display:none;}

/*按鈕*/
.animated-arrow {background: #ff6363;}
/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*header*/
.pageIndex .header_area {
    position: fixed;
    width: 100%;}
.main_header_area {background: #ffffffba;}
.main_header_area .container {  max-width: 1300px;}
.me_tp_features {display: none;}
.navigation {padding: 0px 0 0px 300px;}
/*LOGO*/
.nav-brand {width: 300px;padding: 12px 0 0;}

/*選單*/
.stellarnav > ul > li {
    margin-top: 20px;
}
.stellarnav > ul > li > a {
    padding: 35px 10px 35px 15px;
    letter-spacing: 1px;
    font-weight: 600;
    color: #000000;
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 0;
    height: 0;
    margin: 0;
    transition: 0.3s ease;}
.stellarnav li.has-sub > a {padding: 35px 15px 35px 10px;transition: 0.3s ease;}
.stellarnav > ul > li:hover > a {    
    color: #ff6363; 
    transition: 0.3s ease;}
.stellarnav > ul > li > a:before {
    content: '';
    display: block;
    position: absolute;
    width: 0%;
    height: 2px;
    background: #ff6363;
    transform: translate(-50%, -50%);
    bottom: 20%;
    left: 52%;
    opacity: 0;
    transition: 0.3s all;}
.stellarnav > ul > li:hover > a:before {
    width: 70%;
    opacity: 1;
    transition: 0.3s all;}

/*下拉*/
.stellarnav ul ul { /*transform: translateX(-50%); left: 50%;*/}
.stellarnav li li.has-sub > a:after {
    border-left: 6px solid #FFF;
	border-top: 6px solid transparent !important;
}
.stellarnav > ul > li.drop-left > ul {right: unset;}
.stellarnav li.has-sub > a:after { border-top: 6px solid #000000;top: 52%;}
.stellarnav li.has-sub:hover > a:after {    border-top: 6px solid #ff6363;}
/*下拉選單*/
.stellarnav li li { border: unset; margin-bottom: 0;}
.stellarnav li li a {
    background: #ffaaaa;
    color: #fff;
    letter-spacing: 1px;
    text-align: center;}

.stellarnav li li a:hover {color: #fff;}

.stellarnav li li li a {
	padding: 10px;}

@media screen and (max-width: 1400px) {
.pageIndex .header_area {    position: relative;}
}

@media screen and (max-width: 1024px) {
.navigation {padding: 0;}
.nav-header {padding-top: 20px;}
.nav-brand {padding: 10px 0 5px;}
.stellarnav > ul > li {
    margin-top: 0px;
}
}

@media screen and (max-width: 768px) {
.nav-header {    padding-top: 10px;}
.nav-brand {    padding: 5px 0 10px;}
.stellarnav.mobile {
    display: flex;
    width: auto;
    height: 100%;
    padding: 0px;
    left: 0;
    top: 0;
    justify-content: center;
    align-items: center;}
.stellarnav .menu-toggle span.bars span {
    width: 30px;
    height: 3px;
    border-radius: 10px;
    background: #000;}
.stellarnav .menu-toggle:after {
    font-size: 13px;
    color: #000;
    transform: unset;
    letter-spacing: 1px;}
.stellarnav.mobile.left > ul {background: #fff4f4;}
.stellarnav.mobile > ul > li {border-bottom: 1px #f3dede solid;}
.stellarnav.mobile > ul > li > a {padding: 18px 40px;color: #000000;}
.stellarnav > ul > li > a:before {display: none;}
.stellarnav.mobile > ul > li > a.dd-toggle {padding: 10px;top: 6px;}
.stellarnav.mobile li.open {background: #fff4f4;padding: 0 !important;}
.stellarnav.mobile li li.has-sub a {
    padding: 10px 15px 10px 10px;
}
.stellarnav a.dd-toggle .icon-plus:before, .stellarnav a.dd-toggle .icon-plus:after{border-bottom: solid 3px #000000;}
.stellarnav li li {border: unset;}
.stellarnav .icon-close {    margin-right: 6px;}
.stellarnav.mobile.right .close-menu, .stellarnav.mobile.left .close-menu { 
    color: #000000;
    letter-spacing: 2px; 
    background: unset;
    border-bottom: 1px #f3dede solid;}
.stellarnav .icon-close:before, .stellarnav .icon-close:after {border-bottom: solid 3px #000000;}
}
@media screen and (max-width: 450px) {
.nav-brand { width: 195px;}
}



@media screen and (min-width: 769px){
	.stellarnav li li a:hover {background: #ff6363;}
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

@-webkit-keyframes slide-in-left {
    0% {
      -webkit-transform: translateX(-1000px);
              transform: translateX(-1000px);
      opacity: 0;
    }
    100% {
      -webkit-transform: translateX(0);
              transform: translateX(0);
      opacity: 1;
    }
  }
  @keyframes slide-in-left {
    0% {
      -webkit-transform: translateX(-1000px);
              transform: translateX(-1000px);
      opacity: 0;
    }
    100% {
      -webkit-transform: translateX(0);
              transform: translateX(0);
      opacity: 1;
    }
  }
  

/*內頁BANNER 設定*/
.banner {
    padding: 155px 0;
    background: url(https://pic03.eapple.com.tw/vitafitness/banner.png);
    background-position: center;
    background-size: cover;
    position: relative;
	}
.banner:after {}
.banner h5 {
    display: flex;
    transform: translate(-50%, -50%);
    left: 20%;
    top: 65%;
    font-size: 28px;
    letter-spacing: 2px;
    font-weight: 500;
    position: absolute;
    flex-direction: column-reverse;}
.banner h5:after {
    content: 'FITNESS';
    display: inline-block;
    position: absolute;
    color: #eaac99;
    -webkit-text-stroke: 1px #ffffff;
	text-stroke: 1px #ffffff;
    opacity: 0.3;
    font-size: 100px;
    font-style: italic;
    font-family: 'Poppins','sans-serif';
    font-weight: bold;
    letter-spacing: 2px;
    margin-bottom: 15px;
    -webkit-animation: slide-in-left 1s both;
    animation: slide-in-left 1s both;}

.services_page .banner.banB {}
.other_page .banner.banB {}
.banner.banC {}
.banner.banE {}
.banner.banF {}
.banner.banblog {}

@media screen and (max-width: 1024px) {
.banner h5 { font-size: 25px;}
.banner h5:after {font-size: 75px;}
}
@media screen and (max-width: 768px) {
.banner {padding: 75px 0;}
.banner h5 { font-size: 22px;}
.banner h5:after {font-size: 50px;margin-bottom: 20px;}
}
@media screen and (max-width: 500px) {
.banner {padding: 60px 0;}
.banner h5 {font-size: 20px;}
.banner h5:after {font-size: 35px;}
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*footer*/
.footer {background: #fff4f4;}
.footer .center {padding: 15px 0;max-width: 1350px;}
.footer_info {
    display: flex;
    padding: 0;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;}
.footer_info ul {
    width: 70%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;}
.footer_info li {
    display: inline-block;
    width: 100%;}
.footer_info li p, .footer_info li p a {
    line-height: 200%;
    color: #000;
    font-size: 15px;}
.box_link {    display: none;}

/*LOGO*/
.footer_logo {width: 300px;margin: 0;}
.footer_logo img {width: 100%;} 

/*選單*/
.footer_menu a:nth-child(1) {display: none;}
.footer_menu a {
    font-size: 12px;
    color: #000;
    min-width: 105px;
    text-align: center;
    letter-spacing: 2px;
    background: unset;
    margin: 0 15px 5px 0;
    padding: 10px 0px 10px 15px;
    border: unset;
    border-bottom: 1px solid #000000;
    position: relative;
    transition: 0.3s all;}
.footer_menu a:hover {
    background: unset;
    color: #797979;
    border-bottom: 1px solid;
    transition: 0.3s all;}
.footer_menu a:hover:before {left: 15%;transition: 0.3s all;}
.footer_menu a:before {
    content: '';
    display: inline-block;
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 10%;
    border-top: 7px solid transparent;
    border-left: 10px solid #ff6363;
    border-right: 6px solid transparent;
    border-bottom: 7px solid transparent;
    transition: 0.3s all;}

.double_key {width: 100%;margin-top: 30px;}
.copy {
    padding: 15px 0;
    color: #000;
    background: #dbdbdb;
    border-top: unset;}
	
	
	

.footer_info li p.tel:before {
    content: '服務專線：';
}
.footer_info li p.fax:before {
    content: '官方LINE：';
}
.footer_info li p.taxid:before {
    content: '服務時間：';
}
.footer_info li p.mail:before {
    content: '服務信箱：';
}
.footer_info li p.add:before {
    content: '店家地址：';
}
.footer_info li p.add2:before {
    content: '店家地址：';
}


@media screen and (max-width: 1024px) {
.footer_info {justify-content: space-around;}
.footer_info ul {justify-content: space-around;}
.footer_info li {width: 100%;}
.footer_logo {margin: 0;}
}

@media screen and (max-width: 950px) {
.footer_info { flex-direction: column;}
.footer_info ul {
    width: 90%;
    text-align: center;
    flex-direction: column;
    justify-content: space-around;}
.footer_info li {padding: 10px 0;}
.footer_menu a {margin: 5px;}
}
@media screen and (max-width: 768px) {
.footer_logo {margin: 0 0 10px;}
}
@media screen and (max-width: 400px) {
.footer_logo {width: 260px;}
.footer_info li p, .footer_info li p a {font-size: 14px;}
.double_key {margin-top: 5px;}
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*側邊浮動按鈕*/

.info_fix>span {
    display: none;
}
.info_fix_links {
	display: block !important;
}
.info_fix_links a.info_fix_default {
    display: none;
}



/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */
/*文章管理*/

h4.blog_category_title{font-size: 28px;}
h4.blog_category_title span{font-size: 24px;}
/*文章管理/外層＝＝*/
.module_i_news ul, .blog_subbox {    display: grid;    gap: 10px;}
.module_i_news li , .subbox_item {    width: 100%;border-bottom: unset;}
.module_i_news li a , .subbox_item a {
	padding: 5px;
	display: flex;
    justify-content: flex-start;
    align-items: stretch;
    align-content: stretch;
    flex-wrap: wrap;
}
.module_i_news li a:after , .subbox_item a:after{pointer-events:none;}
.i_blog_le, .i_blog_ri {    width: 100%;}
.blog_list_le {
	width: 30%;
}
.blog_list_ri {
    width: 65%;
    padding: 0 0 0 30px;
    position: relative;
}

.i_blog_le , .blog_list_le{    /*position: relative;    padding-bottom: 100%;    height: 0;*/}/*文章縮圖長寬比例，100% →100:100 = 1:1 正方形 */
.i_blog_le img{
	display:block;
    max-width: 100%;
    min-width: 100%;
    /*height: 100%;*/
    object-fit: cover;
    -moz-object-fit: cover;
    -ms-object-fit: cover;
    -o-object-fit: cover;
    -webkit-object-fit: cover;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}

.blog_list_ri h5 {
    font-size: 24px;
    color: #555;
    display: block;
}

.blog_list_ri p {
    margin-top: 25px;
    line-height: 180%;
    color: #736668;
    -webkit-line-clamp: 3;
    min-height: 80px;
}


.subbox_item a:before {
    top: 50%;
    left: 50%;
	bottom:unset;
	right:unset;
    transform: translate(-50%, -50%);
    letter-spacing: 2px;
	font-size: 18px;
	font-family:"Times New Roman";
}
.subbox_item a:after {
    /*border: 1px #bc8f3e solid;*/
}

/*側邊*/
.blog_le .accordion {
    border: unset;
    border-radius: 0px;
}
.blog_le .accordion > li{transition:all 0.3s;border-bottom: 1px solid #c5bcb4;}
.blog_le .accordion > li:hover, .blog_le .accordion > li.on_this_category {
    background: #ffa08e !important;
}
.submenu a:hover {
    background: transparent;
    color: #f47158;
}



/*首*/
.module_i_news ul{width: 90%;	grid-template-columns:1fr 1fr 1fr 1fr;}
/*功*/
.blog_subbox{/*grid-template-columns:1fr 1fr 1fr;*/}
.blog_subbox:before{content:none;}
.blog_list_ri em {
    color: #777;
}

/*文章管理/內層＝＝*/
.blog_back a.article_btn_back, .blog_back a.article_btn_prev, .blog_back a.article_btn_next {
    background: #ffa08e;
	transition:.3s;
}

.blog_back a.article_btn_back:hover, .blog_back a.article_btn_prev:hover, .blog_back a.article_btn_next:hover {
    background: #ff6363;
}



















/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*促銷方案*/
.promotion_title * {
    font-size: 16px;
    color: #000;}
.promotion_title h2 {padding: 0 10px;}
.other_promotion li {font-size: 15px;width: 100%;margin-left: 0;}
.other_promotion li a {margin: 1%;width: 100%;padding: 15px 30px;}
.other_promotion li a:hover {background: #fff4f4;}
.other_promotion .pmtTime {display: none;}
.pmtTitle {display: flex; align-items: center;letter-spacing: 1px;}
.other_promotion .pmtTitle h3 {font-size: 16px; color: #000;height: 25px;margin: 0 10px;}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*聯絡我們*/
.contact_editbox {padding: 0;}
.contact_page .main_part {max-width: 100%;}
.contact_editbox {    padding: 0;}
.contact_content .information_left { width: 30%;}
.contact_content .information_right { width: 65%;padding-left: 50px;}
.contact_content {max-width: 1300px;}
.blank_letter {display: flex; align-items: flex-end; letter-spacing: 1px;}
.list_before.info li, .list_before.info li::before {    letter-spacing: 1px;}
.list_before.info li {padding-left: 40px;}
.note { order: 2; font-size: 14px;letter-spacing: 1px; margin-left: 20px;}
.contact_form {    display: flex;flex-wrap: wrap;justify-content: space-between;}
.contact_form li {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 0 0 20px 0;
    margin: 0;
    padding-left: 0;
    border-bottom: unset;
    flex-direction: column;}
.contact_form li .form__label {
    display: inline-flex;
    justify-content: flex-end;
    width: 100%;
    text-align: left;
    margin-left: 0;
    margin-bottom: 5px;
    letter-spacing: 1px;
    flex-direction: row-reverse;}
.contact_form li .form__insert {display: flex; align-items: center;width: 100%;line-height: 270%;letter-spacing: 1px;}
.noborder { padding: 10px 5px;}
.form select {    width: 100%;    padding: 10px 5px;border: 1px #ddd solid;margin-right: 0; margin-bottom: 0;    color: #a4a4a4;}
.form select option {    color: #3d3d3d;}
.captcha {    width: 100%;}
input[type="checkbox"], input[type="radio"] {     margin: 0 5px 0 10px;}
.contact_form li.last { 
    justify-content: flex-end;
    flex-direction: row;
    align-items: flex-start;}
.contact_form li.last blockquote {
    border: 1px #ff6363 solid;
    color: #ff6363;
    margin-right: 20px;
    width: 50%;}
.contact_form li.last cite {
    background: #ff6363;
    border: 1px #ff6363 solid;
    width: 50%;}
	
.contact_le_map a {
    background: #ff6363;
}



.TEL:before {
    content: "服務專線";
}

.FAX:before {
    content: "官方LINE";
}

.TAXID:before {
    content: "服務時間";
}

.MAIL:before {
    content: "服務信箱";
}

.ADD:before {
    content: "店家地址";
}

.ADD2:before {
    content: "店家地址";
}


.list_before.info {
	float: unset;
}
.list_before.info li {
    padding-left: 75px;
}

.TEL:before, .TEL2:before, .PHONE:before, .FAX:before, .TAXID:before, .MAIL:before, .ADD:before, .ADD2:before {
    width: 75px;
}


@media screen and (max-width: 1200px) {
	/*文章管理*/
	.blog_list_ri h5 {
		margin-top: 0;
		font-size: 20px;
	}
	
	.blog_list_ri p {
		margin-top: 10px;
	}
}
@media screen and (max-width: 1120px) {
.contact_content > form {
    display: flex;
    flex-direction: column;}
.contact_content .information_left, .contact_content .information_right { width: 100%;padding-left: 0;margin-bottom: 50px;}
.contact_le_nomap > iframe {width: 100%;}
}

@media screen and (max-width: 1024px) {
	
	/*文章管理/＝＝＝＝＝*/
	.module_i_news ul{grid-template-columns:1fr 1fr;}
}

@media screen and (max-width: 768px) {
.contact_page .main_part {padding: 0px 10px 10px;}
.contact_content {padding: 0 0 30px 0;}
.blank_letter {padding-top: 0;}

/*文章管理/＝＝＝＝＝*/
h4.blog_category_title{font-size: 24px;}
h4.blog_category_title span{font-size: 20px;}
}

@media screen and (max-width: 600px) {
	
	/*文章管理/＝＝＝＝＝*/
	.module_i_news ul , .blog_subbox{grid-template-columns:1fr;}
	.i_blog_le {    padding-bottom: 75%;}
	h4.blog_category_title{font-size: 20px;}
	h4.blog_category_title span{font-size: 18px;}
	
	.blog_list_le {
		width: 100%;
	}
	.blog_list_ri {
		padding: 20px 10px 30px 10px;
		width: 100%;
	}
	.blog_list_ri h5 {
		font-size: 18px;
	}
	.blog_list_ri em {
		position: inherit;
	}
	
	.blog_list_ri p {
		margin-top: 15px;
		font-size: 14px;
		min-height: unset;
	}
}


@media screen and (max-width: 548px) {
.note {
    margin-top: 15px;
    text-align: left;}
}

@media screen and (max-width: 375px) {
.contact_form li .form__insert {flex-wrap: wrap;}
input[type="checkbox"], input[type="radio"] {    margin: 0 5px;}
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


@media screen and (max-width: 768px) {
/* 開啟手機板下方按鈕所需設定 */
#bottom_menu {display: block; }
.footer.with_shopping_mode { padding:30px 0 60px; }
#to_top { bottom:60px;}

/*手機版電話顏色
.footer_info li:nth-child(1) p, .footer_info li:nth-child(1) a {    color: #fff;}*/
}

@media screen and (max-width: 600px) { 
}




