@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}
*/

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */
/*反白顏色*/
::-moz-selection{
  background-color: #444;
  color: #fff;
}
::selection{
  background-color: #444;
  color: #fff;
}

.swiper-wrapper .swiper-slide:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(https://pic03.eapple.com.tw/wedotraining/bg-15.png);
    width: 100%;
    max-width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 10000;
}






/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/* 頁面的麵包屑 首頁/頁面名稱/ */
.path { display:none;}

/*首頁+聯絡按鈕*/
.animated-arrow { background:#6ABD8B ;}
.swiper-pagination {    left: 50%;    margin-left: 0;    transform: translate(-50% , 0);}


/*預設解除背景輪播*/
#content_main { margin:0;}
.bannerindex { position:static; 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;}
.swiper-slide img {
    position: relative;
    height: auto;
    width: 150%;
    left: -27%;
}
.swiper-wrapper .swiper-slide:after{
    display: none;
}
}




/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*選單設定*/
.header_area {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100000;
    transition: all 0.3s;
}
.header_area.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100000;
    transition: all 0.3s;
}
.header_area .main_header_area{
    background: transparent;
    transition: all 0.3s;
}

/*  */




/* LOGO */



.header_area .nav-brand img {
    max-width: 100%;
    filter: none;
    transition: all 0.3s;
}


.header_area .nav-brand {
    width: 200px;
    transition: all 0.5s;
}
.header_area.sticky .nav-brand {
    width: 130px;
    transition: all 0.5s;
}










/*  */
.nav-menu {    margin: 0;}
.main_header_area .container {    max-width: 90%;}
.nav-menu>li:not(.tp_links) {    padding-right: 15px;}
.nav-menu>li:hover>a, .nav-menu>li.active>a, .nav-menu>li.focus>a {    color: #D4A780;}
.nav-dropdown>li:hover>a, .nav-dropdown>li.focus>a {    color: #D4A780;}
.nav-dropdown>li {    text-align: center;}
.me_tp_features {
    display: none;
}
.stellarnav > ul > li > a {
    padding: 0;
    color: #fff;
    text-transform: uppercase;
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 40px;
    height: 40px;
    margin: 0 25px;
    overflow: hidden;
    cursor: pointer;
    text-align: center;
    transition: all 0.3s;
}
.pageIndex .stellarnav > ul > li > a {
    color: #fff;
}
.navigation {
    padding: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
}
.nav-header {
    position: relative;
    top: 20px;
}

.stellarnav li.has-sub > a:after {
    display: none;
}


/*  */
.stellarnav {
    width: auto;
    padding: 10px 50px;
    position: relative;
}

.header_area .main_header_area .stellarnav::after {
    content: "";
    display: block;
    width: 64px;
    background: #011821c7;
    height: 65px;
    position: absolute;
    top: 50%;
    left: 18px;
    opacity: 0;
    z-index: -1;
    transform: translate(0, -50%);
    transition: all 0.85s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.header_area.sticky .main_header_area .stellarnav::after {
    left: 0;
    opacity: 1;
    width: 100%;
    z-index: -1;
    border-radius: 20px;
    transition: all 0.85s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.header_area.sticky .main_header_area .stellarnav > ul > li > a {
    padding: 0;
    color: #fff;
    transition: all 0.3s;
    z-index: 100;
}
.header_area.sticky .main_header_area .stellarnav > ul > li > a:hover b {
    color: #fff;
    font-weight: 500;
    transition: all 0.3s;
}
.header_area .main_header_area .stellarnav > ul > li:after {
    content: "";
    display: block;
    width: 0%;
    height: 3px;
    background-color:#6ABD8B;
    border-radius: 5px;
    margin: 0 auto;
    opacity: 0;
    transition: all 0.3s;
}
.header_area.sticky .main_header_area .stellarnav > ul > li:after {
    opacity: 1;
    transition: all 0.3s;
}
.header_area.sticky .main_header_area .stellarnav > ul > li:hover:after {
    width: 20%;
    transition: all 0.3s;
}
/*  */


/*下拉*/
.nav-dropdown>li>a {    background: #f7f5f5;    transition: 0.2s;        letter-spacing: 1.5px; width: 100%;}
.nav-dropdown>li>a:hover {    transition: 0.2s;    background-color: #728C8B;;    color: #fff}
.nav-dropdown>li:hover>a .submenu-indicator-chevron, .nav-dropdown>.focus>a .submenu-indicator-chevron {    border-color: transparent #fff #fff transparent;}
.stellarnav ul ul {
    background: #00000042;
}

/*  */
.stellarnav li li {
    position: relative;
    z-index: 1;
    background-color: #00000080;
    overflow: hidden;
    box-shadow: 0px 6px 8px rgba(0, 0, 0, 0.10);
    padding: 12px 20px;
    text-decoration: none;
    transition:  all 0.3s;
}
.stellarnav li li a {
    color: #fff;
    font-size: 15px;
    font-weight: 100;
    letter-spacing: 1px;
    text-align: left;
    text-decoration: none;
    padding: 0;
    text-transform: uppercase;
    padding-left: 10px;
    display: block;
    transform-origin: center left;
    transition: color 0.3s ease;
    position: relative;
    z-index: 1;
    transition:  all 0.3s;
}

.stellarnav li li:hover {
    color: #fff;
    background: #000000bf;
    transition:  all 0.3s;
}


/*  */




.stellarnav li li {
    border: 1px #ffffff47 solid;
    margin-bottom: -1px;
}
.stellarnav > ul > li > a b{
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 500;
}






@media screen and (max-width: 1024px) {
    .stellarnav > ul > li > a {
        margin: 0 5px;
    }
    .stellarnav {
        width: auto;
        padding: 10px 10px;
        position: relative;
    }
}






@media screen and (max-width: 768px) {
    .stellarnav > ul {
        text-align: center;
        padding: 0px 0;
    }
    .stellarnav.mobile {
        position: absolute;
        left: auto;
        top: 0;
        width: auto;
        display: inline-block;
        right: 0;
    }
    .stellarnav.mobile.right .close-menu, .stellarnav.mobile.left .close-menu {
        background: #728C8B;
        color: #fff;
    }
    .stellarnav .icon-close:before {
        border-bottom: solid 3px #fff;
    }
    .stellarnav .icon-close:after {
        border-bottom: solid 3px #fff;
    }
    .stellarnav.mobile.right > ul, .stellarnav.mobile.left > ul {
        border-right: 0px #eee solid;
        background-color: #000000eb;
    }

    .stellarnav.mobile > ul > li > a {
        padding: 25px 10px;
        border: 0;
    }
    .stellarnav.mobile > ul > li > a b:nth-child(2) {
        font-size: 12px;
        vertical-align: bottom;
        letter-spacing: 2px;
    }
    .stellarnav.mobile li.open {
        background: #000000eb;
    }
    .stellarnav.mobile ul ul {
        background-color: #000000eb;
    }
    .stellarnav.mobile > ul > li {
        border-bottom: 1px #728C8B solid;
    }
    .stellarnav.mobile li a {
        border-bottom: 1px solid #728C8B;
        background-color: transparent;
    }
    .stellarnav > ul > li > ul > li > a {
        background-color: #fff;
        border: 0;
        padding: 15px 15px;
    }
    .stellarnav > ul > li > ul > li {
        border: 0;
        background-color: #fff;
    }
    .stellarnav.mobile ul ul li{
        background-color: #000000eb;
    }
    .stellarnav.mobile li.open li.open {
        background: #171717e0;
        padding: 3px;
    }
    .stellarnav.mobile li li.has-sub a {
        padding: 10px 43px 10px 10px;
        border: 0;
    }
    .stellarnav a.dd-toggle .icon-plus:after {
        border-bottom: solid 3px #728C8B;
    }
    .stellarnav a.dd-toggle .icon-plus:before {
        border-bottom: solid 3px #728C8B;
    }
    .header_area .main_header_area .stellarnav::before {
        display: none;
    }
    .navigation {
        padding: 10px 0;
    }
    .nav-brand {
        display: inline-block;
        width: 120px;
    }
    .navigation {
        display: flex;
        justify-content: flex-start;
    }
    .header_area .stellarnav .menu-toggle:after {
        color: #fff;
    }
    .header_area .stellarnav .menu-toggle span.bars span {
        background: #fff;
    }
    .header_area.sticky .stellarnav .menu-toggle:after {
        color: #fff;
    }
    .header_area.sticky .stellarnav .menu-toggle span.bars span {
        background: #fff;
    }
    .stellarnav.mobile > ul {
        border-top: 0;
    }
    .header_area.sticky .main_header_area .stellarnav > ul > li > a {
        padding: 20px 10px;
        color: #fff;
        transition: all 0.3s;
    }
    .stellarnav {
        width: auto;
        padding: 10px 10px;
    }
    .header_area.sticky .main_header_area {
        background: transparent;
        transition: all 0.3s;
    }
    .stellarnav.mobile li a {
        border-bottom: 0;
        background-color: transparent;
    }
    .nav-header {
        z-index: 0;
        top: 0;
    }
    .header_area .nav-brand {
        width: 100px;
        transition: all 0.5s;
    }
    .header_area.sticky .nav-brand {
        width: 100px;
        transition: all 0.5s;
    }
    .stellarnav.mobile.active {
        padding-bottom: 10px;
    }
    .header_area.sticky .main_header_area .stellarnav > ul > li:hover:after{
        display: none;
    }
    .stellarnav.mobile > ul > li > a.dd-toggle {
        padding: 20px 10px;
    }
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */
/*Footer*/
.footer {
    border-top: none !important;
    padding: 50px 0 0;
    background: #011821;
}


.footer_info {
    padding: 0;
}
.footer_info ul {
    display: block;
    width: 100%;
    text-align: center;
    margin-top: 20px;
}
.footer_logo {
    display: block;
    width: 250px;
    margin: 0 auto;
}
.footer_logo img{
    width: 100%;
}


.footer_menu { border-bottom: none !important;}
.copy {
    background: transparent;
    border: none;
    color: #fff;
    margin-top: 0;
}
.box_link{
    display: none;
}
.copy a{    color: #fff;}
.footer_info li p{
    color: #fff;
}
.footer_info li p a{
    color: #fff;
}
.footer_menu a:hover {    background: #00A7A7;}
.footer_menu a {
    border-radius: 35px;
    color: #fff;
    border: 1px #fff solid;
    transition: all 0.3s;
    background: transparent;
    padding: 5px 15px;
}
.footer_menu a:hover {
    background:#6ABD8B;
    color: #fff;
    transition: all 0.3s;
}
.footer_menu a:nth-child(1){
    display: none;
}





/* 浮動 */
.info_fix {
    width: 50px;
    box-sizing: border-box;
    position: fixed;
    bottom: 30px;
    right: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    align-content: center;
    justify-content: flex-end;
}
.info_fix_links {
    display: flex !important;
    background: #011821c7;
    width: 50px;
    padding-bottom: 0;
    border: 1px #fff solid;
    border-radius: 15px 0 0 15px;
    overflow: hidden;
}
.info_fix>span{
    display: none;
}
.info_fix_links a {
    background: transparent;
}
.info_fix_links a {
    display: block;
    width: 100%;
    height: 50px;
    overflow: visible;
    border-radius: 0;
    transition: .3s;
    background: transparent;
    margin-bottom: 0;
}
.info_fix_links a span {
    width: 20px;
    height: 100%;
    display: block;
    margin: 0 auto;
}
.info_fix_links a span::before {
    background-size: contain;
}



.info_fix_default.info_fix_phone,.info_fix_default.info_fix_tel,.info_fix_default.info_fix_mail{
    display: none;
}

.info_fix_default.info_fix_google{
    color: #fff;
    background-color: #FF8C31;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    height: 140px;
    align-items: center;
}
.info_fix_default.info_fix_google:hover{
    background-color: #D87775;
}
.info_fix_links p {
    text-align: center;
    font-weight: 900;
    writing-mode: vertical-rl;
}
.info_fix_links a:hover {
    background:#6ABD8B;
}



@media screen and (max-width: 768px) {
    .info_fix {
        bottom: 120px;
        right: 0;
    }
    
}







/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*內頁BANNER 設定*/
.banner {
    background-image: url(https://pic03.eapple.com.tw/wedotraining/banner-06.jpg);
    padding: 0;
    height: 800px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.banner h5 {
    color: #011821;
    font-size: 36px;
}

.banner h5::before {
    content: "";
    display: block;
    color: #011821;
    font-size: 251px;
    font-family: "Arial";
    font-style: italic;
}
.banner.banA {}
.banner.banB {
    display: none;
}
.banner.banC {
    display: none;
}
.banner.banD {}
.banner.banE {}

.banner.banF h5::before{
    content: "TEAM";
}
.banner.banblog h5::before{
    content: "NEWS";
}


@media screen and (max-width: 768px) {
    .banner h5::before {
        font-size: 80px;
    }
    
}







/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*購物車設定*/
/* 產品的看更多按鈕設定 */
.products-list .more {    border: 1px solid #6ABD8B !important;    color: #6ABD8B;}
.products-list a:hover .more {    background: #6ABD8B;    border-color: #6ABD8B;	color: #ffffff;}
.main_part {
    width: 100%;
    max-width: 80%;
}

.product_info_page .main_part {
    width: 100%;
    max-width: 60%;
}
.product-layer-two{
    display: none;
}
.more.slowAnimation{
    display: none;
}
.products-list .name {
    font-size: 24px;
    color: rgb(63, 63, 63);
    text-align: center;
    font-weight: bold;
    position: relative;
    width: 100%;
    opacity: 1;
    margin-top: 10px;
    height: 31px;
    transition: all 0.3s;
}
.products-list .item a:hover .name {
    opacity: 1;
    color: #6ABD8B;
    transition: all 0.3s;
}
.products-list .pic::after{
    content: "";
    background-color: #00000054;
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: all 0.3s;
}
.products-list .item a {
}
.products-list .item a:hover .pic::after{
    opacity: 1;
    transition: all 0.3s;
}
.sidebarBtn {
    border: 0;
    width: 48%;
}
.product_info li:nth-child(1)::before {
    content: "關於教練";
    display: block;
    font-size: 24px;
    font-weight: bold;
    color: #6ABD8B;
    margin-bottom: 10px;
}
.product_info li span{
    display: none;
}

.product_main {
    width: 51%;
}
.sidebarBtn {
    width: 48%;
}

.product_info li:nth-child(2){
    display: none;
}
.toShare{
    display: none;
}

.products-list .pic {
    border-radius: 15px;
}
.products-list .item {
    margin: 15px 0;
}
.product_pic {
    padding-bottom: 0;
    padding-left: 0;
    position: relative;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
}
.product_pic #bx-pager {
    width: 100%;
    color:#6ABD8B;
    position: relative;
}


.half_box {
    width: 100%;
    float: left;
    padding-right: 10px;
}
.half_box li.btn_blankTop {
    margin-top: 35px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
}
.productBtn {
    width: 45%;
    text-align: center;
}
.lastaction {
    background-image:none;
}
.nextaction {
    background-image: none;
}
ul.prod li h3.prod-thumb {
    background:#6ABD8B;
    color: #fff;
    text-align: center;
    padding: 13px;
}

.sidebarBtn h2 {
    color: #6ABD8B;
    font-size: 24px;
    margin-bottom: 10px;
}
.product_info li .txt_box {
    color: #3F3F3F;
}
.sidebarBtn * {
    transition: all .5s;
    color: #3F3F3F;
}


.product_pic #bx-pager h6{
    display: none;
}







/*外層*/
.product-layer-two li a {    color: #6ABD8B;    border: 1px solid #6ABD8B;    transition: all 0.3s;}
.product-layer-two li:hover > a { background: #6ABD8B;    color: #fff;}
.product-layer-two li.active > a {background: #6ABD8B;    color: #fff;	font-weight: normal;}

/*內層*/
.lastPage {    background: #6ABD8B;}
.nextaction {    background-color: #6ABD8B;}
.lastaction {    color: #fff;    background-color: #6ABD8B;}





@media screen and (max-width: 1024px) {
    .products-list .item {
        width: 49%;
    }
    
}



@media screen and (max-width: 768px) {
    .product_main {
        width: 100%;
    }
    .sidebarBtn {
        width: 100%;
    }
    .product_info_page .main_part {
        width: 100%;
        max-width: 80%;
    }
    .products-list .item {
        width: 100%;
    }
}







/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*文章設定*/
/*一排呈現
.subbox_item { width:100%;}
*/
.blog_back a.article_btn_back {    background: #6ABD8B;}
.blog_le .accordion > li:hover, .blog_le .accordion > li.on_this_category {    background: #6ABD8B !important;}
.share_page .edit {    text-align: justify;    line-height: 180%;}
.subbox_item a:before , .subbox_item a:after {    transition: 0.3s;}
.blog_le .accordion > li {    transition: all 0.3s;}
.blog_box_edit {    line-height: 180%;    text-align: justify;}
h4.blog_category_title {
    color: #6ABD8B;
    text-align: justify;
}
.link a {    width: 100%;    display: block;    padding: 15px 10px;}
.accordion li .link {    padding: 0;}
.subbox_item a:after{
    display: none;
}
.subbox_item a:before {
    color: #6ABD8B;
}
.blog_list_le {
    display: inline-block;
    vertical-align: top;
    padding: 3px;
    width: 150px;
    line-height: 0;
    overflow: hidden;
    border-radius: 35px;
}
/*文章分享變1排3個*/
.blog_page .main_part {    max-width: 1400px;}
.blog_list_le , .blog_list_ri {    width: 100%;}
.blog_subbox {    display: flex;    flex-wrap: wrap;    justify-content: flex-start;}
.subbox_item {    width: calc(100% / 3);    padding: 5px;}
@media screen and (max-width: 1024px) {.subbox_item {    width: 50%;}}
@media screen and (max-width: 600px) {.subbox_item {    width: 100%;}}
/**/

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */
/*主分類頁面*/
.album_page .main_part , .album_class_page .main_part , .album_info_page .main_part {    max-width: 1400px;}
.show-list .item:hover .show_name {    color: #6ABD8B;}
.show-list .show_pic {    height: 30vh;    max-height: 290px;    padding-bottom: 0;}
.show-list .show_pic img {
    display: inline-block;
    max-width: 100%;
    min-width: 100%;
    object-fit: cover;
    height: 30vh;
    -moz-object-fit: cover;
    -ms-object-fit: cover;
    -o-object-fit: cover;
    -webkit-object-fit: cover;
}

/*次分類頁面*/
.other_album_choice li {    background: #6ABD8B;}
.other_subalbum li p {    line-height: 220%;}
.other_subalbum li a div {
    height: 30vh;
    max-height: 250px;
    overflow: hidden;
    position: relative;
}
.other_subalbum li a img {
    max-width: 100%;
    min-width: 100%;
    object-fit: cover;
    height: 100%;
    -moz-object-fit: cover;
    -ms-object-fit: cover;
    -o-object-fit: cover;
    -webkit-object-fit: cover;
}
.other_subalbum li a div:after {
    content: "";
    position: absolute;
    background: rgb(0 0 0 / 30%);
    width: 100%;
    height: 100%;
    transform: translate(-50% , -50%) scale(0);
    top: 50%;
    left: 50%;
    transition: all 0.3s ease-in-out;
    opacity: 0;
}
.other_subalbum li a:hover div:after {    transform: translate(-50% , -50%) scale(1);    opacity: 1;}


/*照片頁*/
.pic-list .show_pic {    height: 40vh;    max-height: 240px;    padding-bottom: 0;}
.pic-list .show_pic img{
    max-width: 100%;
    min-width: 100%;
    object-fit: cover;
    height: 100%;
    -moz-object-fit: cover;
    -ms-object-fit: cover;
    -o-object-fit: cover;
    -webkit-object-fit: cover;
}


@media screen and (max-width: 600px) {
/*照片頁*/
.pic-list .item {    width: 96%;    margin: 10px 2%;}
}

/*相本分類全版面 ( 限制最寬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;}
*/


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*相本列表
.work_info_page .main_part { max-width:2000px;}
.work_info_page .show_content { padding:0; width:100%;}
.work_info_page .subalbum-menu { text-align:center;}
.work_info_page .subalbum-menu h2 { float:none;}
.work_info_page .pic-list .item { margin:0; padding:10px; width:49%; float:none; display:inline-block;}
@media screen and (max-width: 768px) {
.work_info_page .pic-list .item { width:100%;}
}
.work_info_page .pic-list .show_pic { height:auto; line-height:0;}
.work_info_page .pic-list .show_pic img { max-width:100%; max-height:100%;}
.work_info_page .pic-list .item a { max-width:100%; pointer-events: none; cursor: default; } 取消連結被點擊效果
*/


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*其他分頁*/
.promotion_title h2 {    border-bottom: 2px solid #6ABD8B;}
.promotion_title {    border-bottom: 1px solid #6ABD8B;}



@media screen and (max-width: 768px) {
/* 開啟手機板下方按鈕所需設定 */
#bottom_menu {display: block; }
.footer.with_shopping_mode { padding:30px 0 70px; }
#to_top { bottom:60px;}
.nav-menu {    margin: 0;}
.nav-menu>li:not(.tp_links) {    padding-right: 0;}
.nav-dropdown>li {    text-align: left;}
.nav-dropdown>li>a {    width: calc(100% - 45px);}

/*手機版LOGO設定*/
.footer_logo { margin-left: unset; margin: auto; text-align: center; }

}

@media screen and (max-width: 600px) {

/*手機板大圖*/
/*
.swiper-slide img { display:none; }
.swiper-slide {    width: 100%;    height: 0;    padding-bottom: calc(100% / 3 * 4);}
.swiper-slide:nth-child(1) { background-image:url(https://pic03.eapple.com.tw/.../Banner-03.png) ; background-size:cover;   background-position: center;}
.swiper-slide:nth-child(2) { background-image:url(https://pic03.eapple.com.tw/.../Banner-04.png) ; background-size:cover;   background-position: center;}
*/

}

/*聯絡我們MAP區改滿版編輯區*/
.contact_content {    width: 100%;padding: 0;}
.contact_page .main_part {    max-width: 100%;    padding: 0;}
.contact_page .path {    display: none;}
.contact_content .information_left {    width: 100%;    padding: 0;}
.contact_content .information_right {
    width: 90%;
    margin: 0px auto;
    padding: 80px 10px;
    display: block;
}
.contact_content .information_left > h4.blank_letter {    display: none;}
.contact_content .list_before {    width: 100%;  max-width: 100%;    padding: 0;    margin: 0 auto;}
.contact_content .list_before > li:not(li:last-of-type) {    display: none;}
.contact_content .list_before.info > li:last-of-type {    padding: 0;    margin: 0;}
@media screen and (max-width: 768px) {.contact_content .information_right {    margin: 50px auto;}}
/**/
/*電腦版表單最大寬度設定*/
.contact_content .information_right {max-width: 1200px;}
.contact_content .information_left {
    width: 100%;
}
ul.list_before{
    display: none;
}
.information_left  h4.blank_letter{
    display: none;
}

.blank_letter {
    font-family: '微軟正黑體';
    padding-top: 30px;
    font-size: 26px;
    color: #6ABD8B;
    background-position: left bottom;
    background-repeat: no-repeat;
}
.contact_form li .form__label {
    color: #3F3F3F;
}

.blank_letter {
    padding-top: 30px;
    font-size: 26px;
    color: #6ABD8B;
    background-position: left bottom;
    background-repeat: no-repeat;
    text-align: center;
    width: 40%;
    margin: 0 auto;
}
.contact_form {
    margin-top: 30px;
    margin-bottom: 0;
    font-size: 15px;
    color: #444;
}

.contact_form li.last cite {
    background: #6ABD8B;
    color: #fff;
}

.note {
    font-size: 13px;
    text-align: center;
    display: block;
}