@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}
*/
/*預設解除背景輪播*/
#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;}}
*/

.copy { background: #999; text-align: center; padding: 7px 0;  font-size: 13px;  color: #ffffff;  border-top: 1px #fff solid;  margin-top: 15px;}
.copy a {  color: #fff;}
/* = = = header = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */

.main_header_area {background: #fff;position: fixed;width: 100%;}
.tp_links a.me_tp_call:before { display: none;}
.tp_links a.me_tp_mail:before {display: none;}
.me_tp_features { margin-top: 45px; width: 100%;text-align: center; order: 3; }/**/
.shop_search_btn { background: #ec1c24;}
.tp_links a { display: none;}/*隱藏選單按鈕連結*/
.tp_links a:hover { color: #ec1c24;}

/*主選單顏色*/
.nav-brand img {max-width: 100%;}
.main_header_area { 
    background: #ffffffa3;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
    transition: all .5s;
    transition-timing-function: ease-in-out;
}

.nav-menu>li>a {
    padding: 18px 22px;
    display: inline-block;
    text-decoration: none;
    font-size: 15px;
    -webkit-transition: color .3s,background .3s;
    transition: color .3s,background .3s;
	color: #ffffff;
    text-transform: uppercase;
}

.stellarnav ul { margin: 0; padding: 0px; text-align: right;}

/*選單滑鼠滑過顏色*/
.nav-menu>li:hover>a, .nav-menu>li.active>a, .nav-menu>li.focus>a { color: #ec1c24;}

/*下拉選單顏色*/
.nav-dropdown>li>a {
    width: 100%;
    padding: 16px 20px;
    display: inline-block;
    text-decoration: none;
    float: left;
    font-size: 16px;
}

/*選單白色底線拿掉*/
.nav-menu>li>.nav-dropdown {  border: none;}
.submenu-indicator-chevron { display:none;}
    
/*下拉選單顏色(滑到)*/
.nav-dropdown>li>a:hover, .nav-dropdown>li>a:focus { color: #343a40; background-color:#ec1c24;}
.header_area{ position: fixed; width: 100%; }

.sticky .main_header_area{
        background: #ffffff;
        box-shadow: 1px 1px 5px rgba(0,0,0,0.3);transition: all .5s;
        transition-timing-function: ease-in-out;}
    
.nav-header { max-width: 200px; padding:0px;transition: all .5s;transition-timing-function: ease-in-out;}
.sticky .nav-header{ padding: 6px 10px; transition: all .5s; transition-timing-function: ease-in-out;}

.nav-brand {width: 200px;transition: all .5s;transition-timing-function: ease-in-out;}
.sticky .nav-brand {  width: 250px; margin-top: 3px;}

.nav-menu { margin: 40px 0 20px 0; transition: all .5s; transition-timing-function: ease-in-out;}
.sticky .nav-menu { margin: 40px 0 0 0;transition: all .5s;transition-timing-function: ease-in-out;}

/*選單跟LOGO的左右位置*/
.main_header_area .container {  max-width: 90%;}

/*logo*/
.header_area { padding:0px; position: fixed;}

/*menu*/
.stellarnav { display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
    text-align: right;
    margin: 0 ;
    padding: 0 0 0 150px;
    margin-top: 45px;
}

.stellarnav> ul>li {display: inline-block;text-align: left;}

.stellarnav ul ul ul {max-height: 300px;overflow: auto;}/*次分類部下滾輪*/

/*隱藏首頁選單按鈕*/
/*.stellarnav > ul > li:nth-child(2) {  display: none;}*/
.navigation {
    width: 100%;
    position: relative;
    padding: 0;
    grid-gap: 0 20px;
    grid-template-columns: 200px 1fr 200px;
}
.stellarnav > ul > li > a, .stellarnav li.has-sub > a { font-weight: bolder; position: relative; padding: 0 20px; color:#333;}
.stellarnav > ul > li:hover > a, .stellarnav > ul > li.has-sub:hover > a { color: #000;}
.stellarnav li.has-sub > a::after { display: none; border-top: 6px solid #fff;}/*下拉箭頭*/
.stellarnav li.has-sub:hover > a::after { border-top: 6px solid #000;}/*下拉箭頭*/

.stellarnav > ul > li > a b {
    font-weight: bolder;
    display: block;
    line-height: 40px;
    height: 40px;
    font-style: normal;
    -webkit-transition: ease .3s;
    -moz-transition: ease .3s;
    -ms-transition: ease .3s;
    -o-transition: ease .3s;
    transition: ease .3s;
}

/*menu變化*/
.header_area.sticky .main_header_area
.stellarnav>ul>li>a,.header_area.sticky{ color: #231815;}
.header_area.sticky .main_header_area.stellarnav li.has-sub > ul > li > a {color: #ec1c24;}
.header_area.sticky .main_header_area
.stellarnav>ul>li>a:hover { color: #333;}
.stellarnav.desktop li.bigMenu>ul {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    left: 0;
    width: 100%;
    position: fixed;
    padding: 20px;
}
/*menu下拉*/
.stellarnav li li:hover>a, .stellarnav li li.has-sub:hover>a {
    color: #fff;
    padding-left: 10px;
    border-color: #fff;
    background: #666;
}

/*--手機板選單---------------------------------------*/

/*選單*/
.stellarnav .menu-toggle span.bars span { background: #333;}
.stellarnav .menu-toggle:after { color: #333;}

/*展開*/
.stellarnav.mobile.left > ul { background: #fffffff2;}
.stellarnav.mobile > ul > li { border-bottom: 1px #888 solid;}
.stellarnav.mobile > ul > li > a { padding: 20px 30px; border-bottom: none; display: block; }
.stellarnav.mobile > ul > li.has-sub > a { padding: 20px 30px 20px 36px;}
.stellarnav.mobile > ul > li.has-sub > a.dd-toggle { padding: 0;}
.stellarnav.mobile > ul > li.has-sub > ul > li > a { color: #444; padding: 20px 30px 20px 40px;}
.stellarnav.mobile > li > a { border-bottom: none;}

/*close*/
.stellarnav.mobile.right .close-menu, .stellarnav.mobile.left .close-menu { background: #333; color: #fff;}
.stellarnav .icon-close:after, .stellarnav .icon-close:before { border-bottom: solid 3px #fff;}
.stellarnav.mobile > ul > li > a.dd-toggle { top: 14px;}
.stellarnav a.dd-toggle .icon-plus {width: 0; top: -7px; left: -4px;}
.stellarnav a.dd-toggle .icon-plus { width: 0;  top: -18px;  left: -10px;}
.stellarnav a.dd-toggle .icon-plus:before, .stellarnav a.dd-toggle .icon-plus:after { border-bottom: solid 3px #888;}
.stellarnav li.open > a.dd-toggle .icon-plus:before, .stellarnav li.open > a.dd-toggle .icon-plus:after { border-bottom: solid 3px #ec1c24;}

/*下拉*/
.stellarnav.mobile li.open { background: #dfdfdf; padding: 0;}
.stellarnav.mobile li.open > ul > li { margin-bottom: 0; border-bottom: 1px solid #ccc;}
.stellarnav.mobile li.open li.open { padding: 0; background: #ffffff88;}
.stellarnav.mobile ul { background: transparent;}
.stellarnav > ul > li.drop-left > ul { left: 0; right: auto;}

.stellarnav > ul > li:nth-child(4) > ul > li:nth-child(1) {display: none;}

/*----------------------------------手機板大圖----------------------------------*/
/*
@media screen and (max-width: 430px) {
 .pageIndex .swiper-banner .swiper-slide img { display:; }
 .pageIndex .swiper-slide {    width: 100%;    height: 0;    padding-bottom: calc(100% / 1 * 1);}
 .pageIndex .swiper-slide:nth-child(1) { background-image:url(https://pic03.eapple.com.tw//手機板大圖01.jpg) ; background-size:cover;   background-position: center;}
 .pageIndex .swiper-slide:nth-child(2) { background-image:url(https://pic03.eapple.com.tw//手機板大圖02.jpg) ; background-size:cover;   background-position: center;}

.bannerindex { padding: 0; margin: 0; height: 50vh;}

 .pageIndex .swiper-slide:nth-child(1):before { bottom: 13%; padding-bottom: calc(100% / 1* 0.6);}
 .pageIndex .swiper-slide:nth-child(2):before { width: 300% !important; height: 0px !important;  padding-bottom: calc(100% / 1* 0.6);bottom: 25%;}
 .pageIndex .swiper-slide:nth-child(2):after {background-size: cover; padding-bottom: calc(100% / 1* 0.6);}
}
*/
/*--RWD---------------------------------------*/

@media screen and (max-width: 1024px) { 
    .me_tp_features {margin-top: 0px;}
    /*header*/
    .pageIndex .header_area { position: fixed;}
    .main_header_area .container { max-width: 100%;}
    /*logo*/
    .header_area .nav-brand { max-width: 200px; margin: 0px 0 0; padding: 0px; transition: .3s ease-in-out;}
    .nav-brand img{margin-top: 5px;max-width: 100%;}
    .me_tp_features { text-align: center; margin: 0px 0 0; }
    /*menu*/
    .header_area .navigation, .header_area.sticky .navigation, .navigation { padding: 5px 10px; z-index: 123;top:0 ; left:0;}
    .stellarnav { padding: 0 0 10px;}
    .stellarnav.mobile > ul > li > a.dd-toggle, .stellarnav > ul > li.has-sub > a, .stellarnav.mobile > ul > li.has-sub a.dd-toggle, .stellarnav.mobile > ul > li.has-sub > a { padding: 0 30px;}
    .stellarnav li.has-sub > a::after { top: 49%;}/*下拉箭頭*/}

@media screen and (max-width: 768px) {
    .me_tp_features {margin-top: 0px;}
    /*logo*/
    .nav-header { position: static;}
    .header_area.sticky .nav-brand { max-width: 150px; margin-top: 10px; transition: .3s ease-in-out;}   
    /*menu*/
    .stellarnav > ul > li > a, .stellarnav li.has-sub > a  {text-shadow:none;}
    .stellarnav > ul > li:hover > a, .stellarnav > ul > li.has-sub:hover > a {  color:#333 ; }
    .stellarnav.mobile > ul > li > a { padding: 20px 30px; border-bottom: none; display: block; color: #333;}
    .stellarnav.mobile > ul > li > a.dd-toggle, .stellarnav > ul > li.has-sub > a, .stellarnav.mobile > ul > li.has-sub a.dd-toggle, .stellarnav.mobile > ul > li.has-sub > a { padding: 20px 30px;}
    .stellarnav.mobile { position: absolute; left: 0; top: 10px; width: auto; display: inline-block;}
    .stellarnav ul ul, .stellarnav > ul > li:hover > ul > li:hover > ul { box-shadow: none;}
    .stellarnav li li { border: none;}
    .stellarnav > ul > li > a b:last-child { display: none;}}

@media screen and (max-width: 425px){
    .stellarnav > ul > li:hover > a, .stellarnav > ul > li.has-sub:hover > a {color: #333;}
    .header_area .nav-brand {
        max-width: 125px;
        margin: 0px 0 0;
        padding: 0px;
        transition: .3s ease-in-out;
    }
}
/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */
/*校稿版面設定*/
.services_page .main_part, .pageIndex .main_part, .other_page .main_part, .other_select_page .main_part{ width: 100%; max-width:100%; margin: auto; padding:0px; margin-top:-1px;}
.show_content { width: 100%; padding:0px; top:-1px;}
.edit_part { max-width: 100%; margin: 0; padding: 0px;}

/*頁面內容*/
div#page { }
#content_main, #content {}
.module_i_news { }
.path { display: none;}
.other_page #content, .other_select_page #content { min-height: auto;}

/*下拉選單頁面*/
ul.page {display: none;}
.other_promotion{display: none;}
.promotion_title {  display: none;}

/*SubMenu*/
.me_tp_features a.tp_btn_notice { color: #fff;}
.me_tp_features a {  color: #fff;}
.me_tp_features a i { color: #fff;   margin: 0 3px;}
.me_tp_features a.tp_btn_cart { color: #fff;}/*隱藏購物車*/
.me_tp_features a.tp_btn_notice {color: #fff;}/*隱藏匯款通知*/

/* = = = 預設解除背景輪播 = = = = = = = = = = = = = = = = = = = = = = = = = */
#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;}}

/* = = = Index banner = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
@media screen and (max-width: 768px) {
/* 行動裝置相容性調整 大圖調整 */
.swiper-slide img { animation-fill-mode: none; -webkit-animation-fill-mode: none;}}

/* = = = footer = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */

.footer_logo {
    display: inline-block;
    vertical-align: top;
    max-width: 100%;
    margin: 0;
    text-align: center;
}
.footer_logo img {max-width: 200px; width: 100%;}

.footer_info {
    display: flex;
    grid-gap: 10px;
    flex-direction: column;
    align-items: center;
}

.footer { background: #f7f7f7;}
.footer_info { padding: 0;}
.footer_info ul { width: calc(100% - 100px); padding: 0;}

/*footer_info*/
.footer_info li:nth-child(1) {
    display: flex;
    width: 100%;
    text-align: center;
    gap: 10px;
    justify-content: center;
}
.footer_info li p {color: #333;}
.footer_info li p a { color: inherit; }


/*footer_menu*/
.footer_info li:nth-child(2) { display: inline-block; width: 100%; vertical-align: top; border-left: 0px solid #fff;;}
.footer_menu { margin-top: 10px; display: grid; grid-template-columns: repeat(auto-fit, minmax(min(125px,100%), 1fr)); gap: 0px;}/*footer按鈕最小寬度100px*/
.footer_menu a {
    margin: 5px;
    padding: 5px 10px;
    background: transparent;
    text-align: center;
    border: 1px #333 solid;
    color: #333;
}
.footer_menu a:hover { background: #333; color: rgb(255, 255, 255); border: 1px #FFf solid;}

/*隱藏footer_menu*/
.footer_menu a:nth-of-type(1) { display: none;}

/*聯絡icon*/
.box_link {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個但次分類直接顯示-結束 */
/* 商品下拉超過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;}


.product-layer-two li a:hover {
    border: 1px #ec1c24 solid;
    background: #ec1c24;
    padding: 7px 16px;
    display: block;
    font-size: 16px;
    color: #fff;
}
.products-list .more {
    border: 1px solid #333;
    color: #333;
    font-size: 16px;
    font-weight: bold;
    line-height: 32px;
    text-align: center;
    transition: all .5s;
    position: absolute;
    transform: translateX(-50%);
    left: 50%;
    bottom: 0;
}
.products-list .item a:hover .more
{background-color: #ec1c24;}

.products-list .name { text-align: center;}/*產品名稱*/
.products-list .name .numbering {display: none;}/*產品型號*/
.products-list .price { display: none;}/*產品價格*/

.prod_related { background: #cccccc7a;}
.lastPage {font-size: 16px; color: #fff;  background: #666; border-radius: 10px;}
/* = = = RWD = = = = = = = = = == = = = = = = = = = = = = = = == = = */
@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) {}

/* = = = 相簿 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

.other_album_choice li {background: #ec1c24;}

/* = = = 文章 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/* = = = 聯絡表單 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/* = = = 內頁BANNER 設定 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

.banner {}
.banner.banA {
    background-image: url(https://pic03.eapple.com.tw/globalpacking/bn01.jpg);
    max-width: 100%;
    background-position: center;
    background-size: cover;
    padding: 170px 0 95px;
    position: relative;}

.banner.banB{ 
    display: none;
    background-image: url(https://pic03.eapple.com.tw/globalpacking/bn01.jpg);
    max-width: 100%;
    background-position: center;
    background-size: cover;
    padding: 170px 0 95px;
    position: relative;}

.banner.banC{
    background-image: url(https://pic03.eapple.com.tw/globalpacking/bn01.jpg);
    max-width: 100%;
    background-position: center;
    background-size: cover;
    padding: 170px 0 95px;
    position: relative;}
.banner.banE{ 
    background-image: url(https://pic03.eapple.com.tw/globalpacking/bn01.jpg);
    max-width: 100%;
    background-position: center;
    background-size: cover;
    padding: 170px 0 95px;
    position: relative;}

.banner.banF{ 
    background-image: url(https://pic03.eapple.com.tw/globalpacking/bn01.jpg);
    max-width: 100%;
    background-position: center;
    background-size: cover;
    padding: 170px 0 95px;
    position: relative;}

.banner.banblog { 
    background-image: url(https://pic03.eapple.com.tw/globalpacking/bn01.jpg); 
    max-width: 100%;
    background-position: center;
    background-size: cover;
    padding: 170px 0 95px;
    position: relative;}

.banner h5 {
    font-size: 37px;
    color: #2e3191;
    font-weight: bolder;
    letter-spacing: 8px;
    text-shadow: 2px 2px 4px rgb(255, 255, 255);

    animation: pulse 1.5s ease-in-out infinite;
}

@keyframes pulse {
    0%, 100% {
        transform: scale(1);
        opacity: 1;
    }
    50% {
        transform: scale(1.05);
        opacity: 0.9;
    }
}

@media screen and (max-width: 768px) { .banner h5 { font-size: 28px;}}
@media screen and (max-width: 600px) { .banner h5 { font-size: 24px;}}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

@media screen and (max-width: 768px) {
/* 開啟手機板下方按鈕所需設定 */
#bottom_menu {display:; }
.footer.with_shopping_mode { padding:30px 0 70px; }
#to_top { bottom:60px;}}

@media screen and (max-width: 600px) { }

/*--RWD---------------------------------------*/


@media screen and (max-width: 768px) {
    /*footer*/
    .footer_info { justify-content: center;}
    .footer_logo { text-align: center;}
    .footer_info ul { flex-direction: column;}
    .footer_info li:nth-child(1) { width: 100%;}
    .footer_info li:nth-child(2) { width: 100%; border-left: none;}

    /*底部按鈕*/
    #to_top { bottom:60px;}
    #bottom_menu {display:; }
    .footer.with_shopping_mode { padding:30px 0 70px; }
}

@media screen and (max-width: 600px) { 
    /*footer*/
    .footer_info ul { width: 100%;}

    /*聯絡icon*/
    .box_link { text-align: center;}
}


/* = = = RWD = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
@media screen and (max-width: 1200px) { 
    .stellarnav {
        padding: 0 0 10px;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-around;
        text-align: center;
        margin: 0 0px 0 20px;
    }
}
@media screen and (max-width: 1024px) {
    .footer_info li:nth-child(1) {
    display: flex;
    width: 100%;
    text-align: center;
    gap: 10px;
    justify-content: center;
    flex-direction: column;
} 

}

@media screen and (max-width: 768px) { 
    .header_area.sticky .main_header_area .stellarnav>ul>li>a { color: #333; }

    .footer_info li:nth-child(1) {
    display: inline-block;
    width: 100%;
    padding: 5px 18px;
    text-align: center;
}}

@media screen and (max-width: 600px) { }
@media screen and (max-width: 425px) { 
    .nav-brand img { max-width: 100%;}
    .me_tp_features{display: none;}
    .header_area { padding: 0px; position: fixed;}}

/* = = = = = = = = = 大圖與編輯器銜接的縫隙= = = = = = = = = = = = = = = = = = = = = = = */
.show_content .fadeInUp .animated15 {animation: none ;}
.fadeInUp{ animation: none ;}
