@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;
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/* 頁面的麵包屑 首頁/頁面名稱/ */
.path { display:none;}

/*首頁+聯絡按鈕*/
.animated-arrow { background:#2C8B39 ;}
.swiper-pagination {    left: 50%;    margin-left: 0;    transform: translate(-50% , 0);}


/*預設解除背景輪播*/
#content_main { 
    margin:0;
}
#content{
    background-image: url(https://pic03.eapple.com.tw/oajy/bg-07.jpg );
    width: 100%;
    background-position: top center;

}
.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;}
}

.main_part {
    width: 100%;
    max-width: 1200px;
    margin: auto;
    padding: 140px 20px 50px 20px;
}
/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*選單設定*/
/* 選單變化 */
.header_area {
    position: fixed;
    z-index: 9999;
    width: 100%;
    top: 0;
    left: 0;
}

.header_area .main_header_area {
    background: transparent;
    transition: all 0.5s;
}
.header_area.sticky .main_header_area {
    background: transparent;
    transition: all 1s;
}
.header_area .main_header_area::before {
    content: "";
    width: 0%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    background: #fff;
    transition: all 0.5s;
}
.header_area.sticky .main_header_area::before {
    width: 100%;
    box-shadow: #000000a8 1px 1px 2px;
    opacity: 1;
    transition: all 1s;
}
.header_area .main_header_area::after {
    content: "";
    position: relative;
    display: block;
    width: 0%;
    background: linear-gradient(90deg, #F4352F, #F4352F,#2C9A39,#F4352F);
    height: 5px;
    transition: all 0.3s;
    z-index: 0;
}
.header_area.sticky .main_header_area::after {
    width: 100%;
    transition: all 1s;
}
.header_area .navigation {
    width: 100%;
    position: relative;
    padding: 20px 0 20px 440px;
    font-family: 'Noto Sans TC',"微軟正黑體";
    transition: all 0.3s;
}

.header_area.sticky .navigation {
    top: 0px;
    transition: all 0.3s;
}
/*選單設定*/



.nav-menu {    margin: 0;}
.header_area .main_header_area .container {    
    max-width: 75%;
    transition: all 0.5s;
}
.header_area.sticky .main_header_area .container {    
    max-width: 85%;
    transition: all 0.5s;
}
.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: #2C8B39;}
.nav-dropdown>li:hover>a, .nav-dropdown>li.focus>a {    color: #2C8B39;}
.nav-dropdown>li {    text-align: center;}
.me_tp_features{
    display: block; 
}
.me_tp_features a {
    color: #fff;
    margin-left: 16px;
}
.tp_links{
    display: none;
}
/*  */

.stellarnav > ul > li:nth-last-child(2){
    display: none;
}
.stellarnav > ul > li::before {
    content: "";
    display: block;
    width: 0%;
    height: 104px;
    background: linear-gradient(90deg, transparent, #ffffff1a, transparent);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-53%);
    transition: all 0.3s;
}
.stellarnav > ul > li:hover:before {
    width: 100%;
    transition: all 0.3s;
}

.header_area .stellarnav > ul > li::before{
    display: none;
}
.header_area.sticky .stellarnav > ul > li::before{
    display: block;
}
/*  */
.stellarnav > ul > li:nth-last-child(1) > a {
    margin: 0 0 0 16px;
}
.stellarnav > ul > li > a {
    padding: 0;
    margin: 0 16px;
}
.stellarnav > ul > li > a b {
    letter-spacing: 6px;
    color: #fff;
    font-weight: 300;
}
.stellarnav li.has-sub > a:after {
    display: none;
}

.stellarnav > ul > li > a:hover b {
}



@media screen and (max-width: 1440px) {
    .main_header_area .container {
        max-width: 85%;
    }
    .stellarnav > ul > li > a {
        margin: 0 7px;
    }
}

@media screen and (max-width: 1024px) {
    .header_area {
        position: relative;
    }
    .header_area .main_header_area {
        transition: none;
        transition-timing-function: none
        ;
        position: relative;
        background: #171717;
    }
    .header_area .nav-header {
        top: 0;
        position: relative;
    }
    .header_area.sticky .nav-header {
        top: 0px;
        position: relative;
    }
    .navigation {
        width: 100%;
        position: relative;
        padding: 0;
    }
    .stellarnav ul {
        text-align: center;
        padding: 0 0 10px 0;
    }
}


@media screen and (max-width: 768px) {
    .header_area {
        position: relative;
    }
    .header_area .navigation {
        padding: 0;
        top: 0;
    }
    .header_area .nav-header {
        z-index: 0;
    }
    .header_area.sticky .nav-header {
        z-index: 0;
    }
    .header_area .nav-brand {
        width: 100px;
    }
    .header_area.sticky .nav-brand {
        width: 70px;
    }
    .header_area.sticky .nav-header {
        top: 0;
    }
}







/*下拉*/

/*  */
.stellarnav ul ul {
    background: transparent;
    border: 0;
    border-radius: 6px;
    width: 160px;
}
.stellarnav > ul > li > ul > li{
    border: 0;
}
.stellarnav > ul > li > ul > li > a,.stellarnav li li.has-sub > a,.stellarnav > ul > li > ul > li > ul > li > a   {
    background-color: #fff;
    padding: 15px 15px;
    color: #444444;
    text-align: left;
    transition: all 0.3s;
    font-size: 13px;
    line-height: 17px;
}
.stellarnav > ul > li > ul > li > a:hover,.stellarnav > ul > li > ul > li > ul > li > a:hover {
    background-color: #ddd;
    color: #444;
    transition: all 0.3s;
}

.stellarnav li.drop-left li.has-sub > a:after {
    float: none;
    margin-right: 0;
    border: 0;
}

/*        */
.stellarnav > ul > li > ul > li > ul{
    border: 0;
    overflow: visible;
}
.stellarnav > ul > li > ul > li > ul > li{
    border: 0;
}
.stellarnav > ul > li.drop-left > ul {
    right: -60px;
}


.header_area .nav-brand {
    display: inline-block;
    width: 400px;
    transition: all 0.5s;
}
.header_area.sticky .nav-brand {
    display: inline-block;
    width: 320px;
    transition: all 0.5s;
}

.nav-brand img {    margin-top:;    max-width: 100%;}
.footer_logo img {    width: 100%;    margin-top:;}







@media screen and (max-width: 1680px) {
    .stellarnav > ul > li > a {
        padding: 0;
        margin: 0 10px;
    }
    .header_area .main_header_area .container {
        max-width: 80%;
        transition: all 0.5s;
    }
}
@media screen and (max-width: 1440px) {
    .stellarnav > ul > li > a {
        padding: 0;
        margin: 0 5px;
    }
    .stellarnav > ul > li:nth-last-child(1) > a {
        margin: 0 0 0 5px;
    }
    .header_area .main_header_area .container {
        max-width: 90%;
        transition: all 0.5s;
    }
    .header_area.sticky .main_header_area .container {
        max-width: 95%;
        transition: all 0.5s;
    }
}
@media screen and (max-width: 1200px) {
    .header_area .navigation {
        padding: 20px 0 20px 340px;
    }
    .header_area .nav-brand {
        display: inline-block;
        width: 360px;
        transition: all 0.5s;
    }
    .header_area.sticky .nav-brand {
        display: inline-block;
        width: 320px;
        transition: all 0.5s;
    }
    
    
}


@media screen and (max-width: 1024px) {
    .header_area .nav-brand {
        display: inline-block;
        width: 360px;
        transition: all 0.5s;
    }
    .header_area .main_header_area {
        position: relative;
        background: transparent;
    }
    .header_area .navigation {
        padding: 20px 0;
    }
}




@media screen and (max-width: 768px) {
    
    .me_tp_features{
        display: none;
    }
    
    .stellarnav.mobile.right .close-menu, .stellarnav.mobile.left .close-menu {
        background: #2C8B39;
        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: #fff;
    }

    .stellarnav.mobile > ul > li > a {
        padding: 25px 10px;
        border: 0;
    }
    .stellarnav > ul > li:nth-last-child(1) > a {
        margin: 0 7px;
    }
    .stellarnav.mobile > ul > li > a b:nth-child(2) {
        font-size: 12px;
        vertical-align: bottom;
        letter-spacing: 2px;
    }
    .stellarnav.mobile li.open {
        background: #fff;
    }
    .stellarnav.mobile ul ul {
        background-color: #fff;
    }
    .stellarnav.mobile > ul > li {
        border-bottom: 1px #2C8B39 solid;
    }
    .stellarnav.mobile li a {
        border-bottom: none;
        background-color: transparent;
    }
    .stellarnav > ul > li > ul > li > a {
        background-color: #00000033;
        border: 0;
    }
    .stellarnav > ul > li > ul > li {
        border: 0;
        background-color: #fff;
    }
    .stellarnav.mobile ul ul li{
        background-color: #fff;
    }
    .stellarnav.mobile li.open li.open {
        background: #fff;
        padding: 3px;
    }
    .stellarnav.mobile li li.has-sub a {
        padding: 20px 43px 20px 10px;
        border: 0;
    }
    .header_area.sticky .stellarnav > ul > li::before {
        display: none;
    }
    .stellarnav > ul > li > ul > li > a:hover {
        background-color: transparent;
    }
    .stellarnav > ul > li > ul > li > a, .stellarnav li li.has-sub > a, .stellarnav > ul > li > ul > li > ul > li > a {
        background-color: transparent;
        font-size: 15px;
    }
    .stellarnav > ul > li > ul > li > a, .stellarnav li li.has-sub > a, .stellarnav > ul > li > ul > li > ul > li > a {
        padding: 20px 15px;
    }
    .header_area .nav-brand {
    display: inline-block;
    width: 230px;
    transition: all 0.5s;
    }
    .header_area .navigation {
        padding: 0;
    }
    .header_area .nav-header {
        top: 5px;
        position: relative;
    }
    .header_area.sticky .nav-brand {
        display: inline-block;
        width: 220px;
        transition: all 0.5s;
    }
    .stellarnav.mobile > ul > li > a.dd-toggle {
        top: 13px;
    }
    .stellarnav > ul > li.drop-left > ul {
        right: 0;
    }
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*LOGO設定*/



/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*Footer*/
.footer{ 
    border-top: none !important;
    padding: 50px 0 0;
    background-image: url(https://pic03.eapple.com.tw/oajy/footer-02.jpg );
    width: 100%;
    background-repeat: no-repeat;
    background-size: 100% auto;
}
.center {
    max-width: 1200px;
    width: 80%;
    margin: 0 auto;
}
.copy {
    background: transparent;
    color: #444444;
    border: 0;
}
.copy a{    color: #444444;}
.footer_menu a:hover {    background: #2C9A39;}
.footer_menu a {    transition: all 0.3s;}
.box_link{
    display: none;
}
.footer_info li p {
    line-height: 175%;
    letter-spacing: 1px;
    color: #444444;
}
.footer_menu a:nth-child(1){
    display: none;
}
.footer_info {
    position: relative;
    padding: 0;
}
.footer_logo {
    display: block;
    position: relative;
    vertical-align: top;
    width: 310px;
    margin: 0;
    left: -25px;
}
.footer_info ul {
    display: block;
    vertical-align: top;
    width: 100%;
    margin-bottom: 80px;
}
.footer_info li:nth-child(2) {
    position: absolute;
    top: 50%;
    right: 0;
    width: 50%;
    transform: translate(0, -50%);
}
.footer_menu {
    border-bottom: none !important;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.footer_menu a {
    width: 40%;
    color: #444444;
    padding: 10px 0;
    text-align: center;
    margin: 0 30px 20px 0;
    transition: all 0.3s;
}


@media screen and (max-width: 1440px) {
    .footer_logo {
        width: 310px;
        margin: 0;
        left: 0;
    }
    
}


@media screen and (max-width: 768px) {
    .footer_info li:nth-child(2) {
        position: relative;
        top: 0;
        right: 0;
        width: 100%;
        transform: none;
    }
    .footer_info ul {
        display: block;
        vertical-align: top;
        width: 100%;
        margin-bottom: 0px;
    }
    .footer_menu {
        border-bottom: none !important;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: flex-start;
    }
    .footer_menu a {
        width: 40%;
        color: #444444;
        padding: 10px 0;
        text-align: center;
        margin: 0 10px 10px 0;
        transition: all 0.3s;
    }
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*內頁BANNER 設定*/
.banner {
    position: relative;
    background-image: url(https://pic03.eapple.com.tw/oajy/banner-05.jpg );
    height: 400px;
    padding: 0;
}
.banner h5 {
    position: absolute;
    bottom: -80px;
    left: 0;
    font-size: 69px;
    color: #fff;
    background-color: #444444;
    padding: 40px 70px;
}
.banner h5::before {
    content: "";
    background-image: url(https://pic03.eapple.com.tw/oajy/banner-06.png );
    display: block;
    width: 80%;
    position: absolute;
    bottom: 9px;
    left: 79px;
    height: 17px;
    background-size: 100% auto;
    background-position: center;
    background-repeat: no-repeat;
}

::before {}
.banner h5::after {
    content: "";
    display: inline-block;
    font-size: 69px;
    color: #fff;
}
.banner.banA {}
.banner.banB {
    display: none;
}
.banner.banC h5::after {
    content: "  ｜  CONTACT";
}
.banner.banD {}
.banner.banE {}
.banner.banF h5::after{
    content: "  ｜  SHOP";
}
.banner.banblog h5::after{
    content: "  ｜  NEWS";
}


@media screen and (max-width: 768px) {
    .banner h5{
        font-size: 40px;
    }
    .banner h5::after{
        font-size: 40px;
    }
}

@media screen and (max-width: 500px) {
    .banner h5{
        font-size: 24px;
    }
    .banner h5::after{
        font-size: 24px;
    }
    
.banner h5::before {
    content: "";
    background-image: url(https://pic03.eapple.com.tw/oajy/banner-06.png);
    display: block;
    width: 80%;
    position: absolute;
    bottom: 9px;
    left: 19px;
    height: 17px;
    background-size: 100% auto;
    background-position: center;
    background-repeat: no-repeat;
}
}



/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*購物車設定*/
.products-list .more {    border: 1px solid #2C8B39 !important;    color: #2C8B39;}
.products-list a:hover .more {    background: #2C8B39;    border-color: #2C8B39;	color: #ffffff;}

.products-list .item a:hover .more {
    background: #2C8B39;
    color: #fff;
    letter-spacing: 2px;
}



/*外層*/
.product-layer-two li a {color: #2C8B39;border: 1px solid #2C8B39;transition: all 0.3s;background: transparent;}
.product-layer-two li:hover > a { background: #2C8B39;    color: #fff;}
.product-layer-two li.active > a {background: #2C8B39;    color: #fff;	font-weight: normal;}






/*內層*/
.lastPage {    background: #2C8B39;}
.nextaction {    background-color: #2C8B39;}
.lastaction {    color: #fff;    background-color: #2C8B39;}
ul.prod li h3.prod-thumb {
    background: #2C8B39;
    color: #fff;
    text-align: center;
    padding: 5px;
}
.sidebarBtn {
    border: 5px #2C8B39 solid;
}

.half_box {
    width: 100%;
}
.half_box li.btn_blankTop {
    margin-top: 25px;
    display: flex;
    justify-content: space-between;
}
.productBtn {
    width: 46%;
    line-height: 50px;
    font-size: 15px;
    background-repeat: no-repeat;
    border: none;
    margin-top: 10px;
    text-align: center;
    padding-left: 0px;
    background-image: none;
}
.sidebarBtn h2 {
    width: 100%;
    color: #111;
    font-size: 24px;
    word-break: break-all;
}
/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*文章設定*/
/*一排呈現
.subbox_item { width:100%;}
*/
.blog_back a.article_btn_back {    background: #2C8B39;}
.blog_le .accordion > li:hover, .blog_le .accordion > li.on_this_category {    background: #2C8B39 !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 {    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 {
    display: none;
}
.blog_list_le {
    overflow: hidden;
}
.subbox_item a img{
    opacity: 0.8;
    transition: all 1s;
}
.subbox_item a:hover img{
    opacity: 1;
    transform: scale(1.1);
    transition: all 1s;
}h5.blog_le_t {
    font-size: 24px;
    font-weight: 500;
    color: #2C8B39;
    font-family: 微軟正黑體;
    letter-spacing: 2px;
    margin-bottom: 7px;
}



/*文章分享變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: #2C8B39;}
.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: #2C8B39;}
.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 #2C8B39;}
.promotion_title {    border-bottom: 1px solid #2C8B39;}



@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;}
*/

}


.contact_form li.last cite {
    background: #2C8B39;
    color: #fff;
}

