@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: rgb(0 75 171); text-align: center; padding: 7px 0;  font-size: 13px;  color: #ffffff;  border-top: 1px #fff solid;  margin-top: 15px;}

/* = = = header = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
/*主選單顏色*/
.main_header_area {background: linear-gradient(to bottom, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));}
.main_header_area {position: fixed;width: 100%;}
.main_header_area .container {
    max-width: 1300px;
    margin: auto;
}
.tp_links a.me_tp_call:before { display: none;}
.tp_links a.me_tp_mail:before {display: none;}

.nav-brand {
    padding: 10px 10px;
    margin: 5px 0 0;
    max-width: 250px;
    width: 100%;
}
.nav-brand img {max-width: 100%;margin-top: 0px;}
.main_header_area {background: rgb(0 0 0 / 0%);}

.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: #0B384D;}

/*下拉選單顏色*/
.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:#444;}
    
.header_area{ position: fixed; width: 100%; }
    
.main_header_area{
        background: linear-gradient(180deg, rgba(0,0,0,0.5), transparent);
        box-shadow: 1px 1px 5px rgba(0,0,0,0);
        transition: all .5s;
        transition-timing-function: ease-in-out;
    }

.sticky .main_header_area{
        background: #444;
        box-shadow: 1px 1px 5px rgba(0,0,0,0.3);transition: all .5s;
        transition-timing-function: ease-in-out;
    }
    
.nav-header { padding: 0px 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: 300px;transition: all .5s;transition-timing-function: ease-in-out;}
    
.sticky .nav-brand {  width: 256px; 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: 65%;}

/*logo*/
.header_area { padding:0px; position: fixed;}
.header_area .nav-brand { padding: 10px 10px; margin: 5px 0 0; max-width: 250px; width: 100%;}

/*menu*/
.stellarnav { display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
    text-align: right;
    margin: 0 0px 0 0px;
    padding: 0px;}

.stellarnav> ul>li {display: inline-block;text-align: left;}

.navigation {}
.stellarnav > ul > li > a, .stellarnav li.has-sub > a { font-weight: 600; position: relative; padding: 0 20px; color:#E7C284;}
.stellarnav > ul > li:hover > a, .stellarnav > ul > li.has-sub:hover > a { color: #EECD2F;}
.stellarnav li.has-sub > a::after { display:; border-top: 6px solid #E7C284;}/*下拉箭頭*/
.stellarnav li.has-sub:hover > a::after { border-top: 6px solid #E7C284;}/*下拉箭頭*/

/*menu變化變化*/
.header_area.sticky .main_header_area
.stellarnav>ul>li>a{ color: #E7C284;}

.header_area.sticky .main_header_area
.stellarnav>ul>li>a:hover { color: #EECD2F;}

.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 ul ul, .stellarnav ul ul ul { background: #fffffff2; box-shadow: 0 5px 5px #00000066;}
.stellarnav ul ul ul { left: 100%;}
.stellarnav li li { border: 1px #ccc solid; margin-bottom: 0;}

.stellarnav> ul>li:nth-of-type() ul{display: !important;}
.stellarnav> ul>li:nth-of-type()>a::after {display: ;}

/*右拉箭頭*/
.stellarnav li li.has-sub > a::after { border-left: 6px solid #888;}
.stellarnav li li.has-sub:hover > a::after { border-left: 6px solid #0B384D; border-top: 6px solid transparent;}

/*項目*/
.stellarnav li.has-sub > ul > li.has-sub > a, .stellarnav li.has-sub > ul > li > a {color: #0B384D;/* padding: 7px 20px 7px 5px; */font-family: "微軟正黑體", sans-serif;}
.stellarnav li li > a, .stellarnav li li.has-sub > a {color: #777;font-size: 13px;font-weight: normal;padding: 7px 5px;border-left: 1px solid transparent;background: transparent;transition: all 0.3s;}
.stellarnav li li:hover > a, .stellarnav li li.has-sub:hover > a { color: #0B384D; padding-left: 10px; border-left: 5px solid #0B384D; transition: all 0.3s;}

.stellarnav > ul > li:nth-child(6) > ul > li:nth-child(1) {display: none;}/*隱藏相簿全部*/




/*--手機板選單---------------------------------------*/

.stellarnav .menu-toggle {
    padding: 15px 15px;}

/*選單*/
.stellarnav .menu-toggle span.bars span { background: #fff;}
.stellarnav .menu-toggle:after { color: #fff;}
.stellarnav > ul > li:last-child { display: none;}/*相簿外層隱藏*/

/*展開*/
.stellarnav.mobile.left > ul { background: #0b384d; margin-top: 0px;}
.stellarnav.mobile > ul > li { border-bottom: 1px #fff 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: #fff; padding: 20px 30px 20px 40px;}
.stellarnav.mobile > li > a { border-bottom: none;}

/*close*/
.stellarnav.mobile.right .close-menu, .stellarnav.mobile.left .close-menu { background: #0B384D; 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 li.open > a.dd-toggle .icon-plus { width: 0; top: -5px; left: 6px;}
.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 #0B384D;}

/*下拉*/
.stellarnav.mobile li.open { background: #cbc0a022; 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;}

/*--RWD---------------------------------------*/
@media screen and (max-width: 425px){.stellarnav > ul > li:hover > a, .stellarnav > ul > li.has-sub:hover > a {color: #fff;}}
@media screen and (max-width: 1440px) {  .swiper-pagination { display: none;}}

@media screen and (max-width: 1024px) { 

    /*header*/
    .pageIndex .header_area { position: fixed;}
    .main_header_area .container { max-width: 100%;}

    /*logo*/
    .header_area .nav-brand { max-width: 150px; margin: 20px 0 0; transition: .3s ease-in-out;}
    .nav-brand img {
        max-width: 100%;
        margin-top: 0px;
    }

    /*menu*/

    .stellarnav > ul > li > a, .stellarnav li.has-sub > a {  padding: 0 10px; }
    .stellarnav > ul > li.has-sub > a{  padding: 0 20px 0 0;}
    
    .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) {
 /*logo*/
 .nav-header { position: relative;}
 .header_area.sticky .nav-brand { max-width: 150px; margin-top: 10px; transition: .3s ease-in-out; position: fixed;}    

 /*menu*/
 .stellarnav.mobile > ul > li > a { padding: 20px 30px; border-bottom: none; display: block; }
 .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 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;}}
 .stellarnav > ul > li > a {font-size: 18px;}
  
/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */
/*校稿版面設定*/
.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: ;}
.other_promotion{display:;}
.promotion_title {  display: ;}

/*SubMenu*/
.me_tp_features {   width: 100%;text-align: right; }/*隱藏整列*/
.shop_search_btn { background: #0B384D;}
.tp_links a { display: none;}/*隱藏選單按鈕連結*/
.tp_links a:hover { color: #0B384D;}

.box_search { }隱藏購物車搜尋欄

.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;}
}


/*聯絡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;}
@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) {}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*內頁BANNER 設定*/
.banner {}
.banner h5 {
    padding: 100px 0 0 0;
    text-shadow: 2px 1px 5px #444;
    font-size: 37px;
    color: #ffffff;
    font-weight: bolder;
    letter-spacing: 8px;
}

.banner.banA {
    background-image: url(https://pic03.eapple.com.tw/wangsisters/bn03.jpg);
    max-width: 100%;
    background-position: center;
    background-size: cover;
    padding: 170px 0 95px;
    position: relative;
    height: 600px;}
.banner.banB{ 
    display: none;
    background-image: url(https://pic03.eapple.com.tw/wangsisters/bn01.jpg);
    max-width: 100%;
    background-position: center;
    background-size: cover;
    padding: 170px 0 95px;
    position: relative;
    height: 600px;}
.banner.banC{
        background-image: url(https://pic03.eapple.com.tw/);
        max-width: 100%;
        background-position: center;
        background-size: cover;
        padding: 170px 0 95px;
        position: relative;
        height: 600px;}
.banner.banE{ 
    background-image: url(https://pic03.eapple.com.tw/wangsisters/bn04.jpg);
    max-width: 100%;
    background-position: center;
    background-size: cover;
    padding: 170px 0 95px;
    position: relative;
    height: 600px;}

.banner.banF{ 
    background-image: url(https://pic03.eapple.com.tw/);
    max-width: 100%;
    background-position: center;
    background-size: cover;
    padding: 170px 0 95px;
    position: relative;
    height: 600px;}

.banner.banblog { 
    background-image: url(https://pic03.eapple.com.tw/wangsisters/bn02.jpg);
    max-width: 100%;
    background-position: center;
    background-size: cover;
    padding: 170px 0 95px;
    position: relative;
    height: 600px;}

@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: 425px) { 
.banner h5 {padding: 0px ;}
.banner.banA {  height: 250px;}
.banner.banE{  height: 250px;}
.banner.banF{  height: 250px;}
.banner.banblog {  height: 250px;}
}
/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

@media screen and (max-width: 768px) {
    .nav-brand img {
        max-width: 100%;
        margin-top: 0px;}
/* 開啟手機板下方按鈕所需設定 */
#bottom_menu {display:; }
.footer.with_shopping_mode { padding:30px 0 70px; }
#to_top { bottom:60px;}}

@media screen and (max-width: 600px) { }

/* = = = 相簿 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

.album_fixed_title {
    display: none;}
/* = = = 促銷促銷 = = = = = = = = = == = = = = = = = = = = = = = = == = = */
    .i_news_b {
        display: none;}

/* = = = 文章 = = = = = = = = = == = = = = = = = = = = = = = = == = = */
.subbox_item {
    border: 1px solid #ada17e;
    display: block;
    width: 100%;
    position: relative;
}
.blog_list_le {   display: none;}
.subbox_item a { display: grid;
    grid-template-columns: 100% ;
    position: relative;
    grid-gap: 20px;
}
.blog_list_ri { display: block; padding: 5px 15px;}
.articel_mainPic img {
    display: none;
    max-width: 100%;
}
/*文章上方圖*/

.blog_box_edit .edit img:first-of-type {
    display: ;
}

.blog_le .accordion > li:hover .link, .blog_le .accordion > li.on_this_category .link { background-color: #0B384D; color: #fff !important;}/*外層*/
/*內層*/
.blog_le .accordion > li.on_this_category .link { color: #fff !important;  background-color: #0B384D;}/*文章選單底色*/
.blog_back a.article_btn_back { background: #0B384D;}/*回列表*/


/*版權*/
.copy { background: #aba07d; color: #fff; border: none;}
.copy a { color: #fff; transition:all 0.3s;}

/*--RWD---------------------------------------*/
@media screen and (max-width: 1440px) {
    .nav-brand img {
        max-width: 100%;
        margin-top: 0px;}
    .stellarnav {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
    text-align: right;
     margin: 0px ; 
}
.main_header_area .container {
    max-width: 85%;
}
}




/*footer_css*/

.footer_center{max-width: 1200px;margin: 0 auto;padding: 20px;display: flex;flex-wrap: wrap;}
.ft_notice{background-image: url(https://pic03.eapple.com.tw/wangsisters/ws_bg001.jpg);background-position: center;background-size: cover;}
.ft_contentbox{max-width: 1200px;margin: 0 auto;padding: 7vw 20px 3vw 20px;display: flex;flex-wrap: wrap;}
.textA{width: 60%;}
.textB{width: 40%;}

.ft_text{border-left: 1px solid #FFF;padding: 0 1vw 0 1.5vw;color: #FFF;}
.ft_text h4{max-width: 640px;width: 100%;font-size: 18px;line-height: 200%;letter-spacing: 1px;margin-bottom: 1.5vw;}
.ft_text h4:last-child{margin-bottom: 0;}
.ft_text p{font-size: 18px;line-height: 200%;letter-spacing: 1px;font-weight: bold;margin-bottom: 5px;}

.footer_logo{width: 30%;}
.footer_logo a{max-width: 190px;width: 100%;display: block;}
.ft_itembox{width: 70%;display: flex;flex-wrap: wrap;}
.ft_item{width: 250px;padding: 0 5px;margin-right: 8vw;}
.ft_item p{font-size: 13px;color: #B4976B;line-height: 160%;}

.ft_link{width: 100%;display: flex;flex-wrap: wrap;margin-top: 15px;}
.ft_link a{font-size: 14px;color: #B4976B;border: 1px solid #B4966A;padding: 5px;margin: 5px;transition: 0.5s;}
.ft_link a:hover{background-color: #B4976B;color: #FFF;}

.footer_menu{display: flex;flex-wrap: wrap;}
.footer_menu a:last-child{display: none;}

.footer_menu a {
    margin: 5px;
    padding: 5px 10px;
    background: transparent;
    border: 1px #B5976B solid;
    text-align: center;
    color: #B5976B;
}
.footer_menu a:hover {
    background: #B5976B;
    color: #fff;
    border: 1px #B5976B solid;
}

@media screen and (max-width: 990px) {
    
    .ft_contentbox{max-width: 800px;padding: 50px 20px;}
    .textA{width: 50%;}
    .textB{width: 50%;}

    .ft_text{padding: 0 1vw 0 1.5vw;}
    .ft_text h4{max-width: 100%;font-size: 16px;line-height: 170%;margin-bottom: 15px;}
    .ft_text h4:last-child{margin-bottom: 0;}
    .ft_text p{font-size: 16px;line-height: 170%;margin-bottom: 5px;}

    .footer_logo{width: 100%;margin-bottom: 20px;}
    .footer_logo a{max-width: 140px;margin: 0 auto;}
    .ft_itembox{max-width: 500px;width: 100%;margin: 0 auto;}
    .ft_item{width: 50%;padding: 0 5px;margin-right: 0;}

}

@media screen and (max-width: 800px) {
    
    .ft_contentbox{max-width: 500px;}
    .ft_text{padding: 10px;border: none;}
    .ft_text h4{font-size: 15px;line-height: 160%;margin-bottom: 10px;}
    .ft_text p{font-size: 15px;line-height: 160%;}

    .textA{width: 100%;border-bottom: 1px solid #FFF;}
    .textB{width: 100%;}


    .ft_item{width: 100%;padding: 5px 5px;}

}

@media screen and (max-width: 430px) {

    .nav-brand img {
        max-width: 100%;
        margin-top: 0px;}

    .main_header_area {
        background: linear-gradient(to bottom, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
        width: 100%;
        height: 100px;
    }

    .header_area .nav-brand {
        margin-top: 70px;}

    .nav-brand {padding: 5px 0px;position: fixed;}
    .header_area.sticky .nav-brand {
        position: fixed;
        max-width: 150px;
        margin-top: 80px;
        transition: .3s ease-in-out;
    }
    .sticky .main_header_area.animated {
        background: #444;
        transition: all .8s;
        height: 100px;
    }

    .banner h5 {padding: 0px ;}
            .banner.banA { padding: 0px;
                position: relative;
                height: 200px;
            }
            .banner.banE{ padding: 0px;
                position: relative;
                height: 200px;
            }
            .banner.banF{  padding: 0px;
                position: relative;
                height: 200px;
            }
            .banner.banblog {  padding: 0px;
                position: relative;
                height: 200px;
            }

    }
    @media screen and (max-width: 425px) { 
        .nav-brand img {
            max-width: 100%;
            margin-top: 0px;}
        .header_area .nav-brand {
            margin-top: 80px;}
    
        .nav-brand {padding: 5px 0px;position: fixed;}
        .header_area.sticky .nav-brand {
            position: fixed;
            max-width: 150px;
            margin-top: 80px;
            transition: .3s ease-in-out;
        }
       
        .header_area .navigation, .header_area.sticky .navigation, .navigation {
            padding: 0px;
            z-index: 123;
            top: 0;
            left: 0;
            
        }
        .sticky .main_header_area.animated {
            background: #444;
            transition: all .8s;
            height: 100px;
        }


        
            .banner h5 {padding: 0px ;}
            .banner.banA { padding: 0px;
                position: relative;
                height: 200px;
            }
            .banner.banE{ padding: 0px;
                position: relative;
                height: 200px;
            }
            .banner.banF{  padding: 0px;
                position: relative;
                height: 200px;
            }
            .banner.banblog {  padding: 0px;
                position: relative;
                height: 200px;
            }
            }