@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;}*/

@charset "utf-8";
/*網站全域設定/＝＝＝＝＝*/
/*
  #000 /*網站主要色系
  #cbc0a0 /*網站輔助色系1
  #658781; /*網站輔助色系2*/

/*Main/＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
body.product_info_page.bodyDesktop , body.album_class_page.album_a.bodyDesktop ,body.album_info_page.album_a.bodyDesktop ,
body.contact_page.bodyDesktop ,body.blog_page.article_a.bodyMobile ,body.blog_in_page.article_a.bodyDesktop, body.blog_in_page.article_a.bodyMobile,
body.blog_page.article_a.bodyDesktop, body.album_page.album_a.bodyDesktop ,body.product_page.bodyDesktop {
    background: url(https://pic03.eapple.com.tw/homebeauty300/BG.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}
/*電腦LOGO/＝＝＝＝＝*/
/*.nav-header {max-width: 100px;}*/
.nav-brand {    width: 100%;transition:all 0.3s;}
.header_area .nav-brand {max-width: 100px;}
.header_area.sticky .nav-brand{max-width: 120px;}

/*手機LOGO
.nav-brand-m {}
*/
/*Header/＝＝＝＝＝*/
.header_area {
background: transparent;
position: fixed;
padding: 0;
}
.main_header_area, .header_area {
    background: linear-gradient(0deg, #ffffff00, #ffffff82);
}
.header_area.sticky {background: transparent;}
/*選單最大寬度設定*/
.main_header_area .container {    max-width: 95%;}
.navigation {  
    text-align: center;
}

@media screen and (max-width: 1024px) {

.header_area {position: static;}
.header_area.sticky .nav-brand{max-width: 100px;}

}
/*第一層*/
.me_tp_features {
    width: 98.3%;
    padding-top: 20px;}

@media screen and (max-width: 1024px) {

.me_tp_features {padding-top: 5px;}

}
.stellarnav > ul > li > a{
	transition: all 0.3s;
    font-size: 16px;
    margin: 0 10px;
    font-weight: 900;
    letter-spacing: 0.15em;
}
.stellarnav > ul > li:hover > a{color: #366C8E;}
.stellarnav > ul > li.has-sub > a {    padding-right: 0;}

/*第二層*/
.stellarnav ul ul {    background: transparent;}
.stellarnav li li {
    border: none;
    background-color: #92929233;
    -webkit-backdrop-filter: saturate(180%) blur(5px);
    backdrop-filter: saturate(180%) blur(5px);
    transition: opacity .2s;
    border-bottom: 1px solid #ffffff80;
}
.stellarnav li li:hover {
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
}
.stellarnav li li > a, .stellarnav li li.has-sub > a {
    padding: 7px 5px;
    transition: all 0.3s;
    text-align: center;
    color: #ffffff;
}
.stellarnav li li:hover > a, .stellarnav li li.has-sub:hover > a { 
    transition: 0.5s;   
    color: #444;}
/*三角下拉*/
.stellarnav li.has-sub > a:after {display: none;}

/*SubMenu*/
.shop_search_btn {    background: #000;}
.tp_links {display: none;}
.path {    display: none;}
.path p, .path p a {display: none;}

/*隱藏購物車搜尋欄*//*
.box_search{display:none;}
/*隱藏購物車*//*
.me_tp_features a.tp_btn_cart {display: none;}
/*隱藏匯款通知*//*
.me_tp_features a.tp_btn_notice{display: none;}
/*隱藏選單按鈕連結*//*
.tp_links{display: none;}

/*上方選單右邊設定 臉書/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}
*/
/*選單漸變效果＝＝*/
/*首頁固定選單 開啟後下方RWD 768對應標籤也需開啟*/
#content_main { margin:0;}
.bannerindex { position:static; height:auto;}
.swiper-banner { position:static; margin:0; height:auto;}
.swiper-slide img { height:auto;}

/*漢堡選單*/
.stellarnav.mobile > ul > li {border-bottom: 1px #444 solid;}
.stellarnav .menu-toggle span.bars span {background: #44697b;height: 1px;}
.stellarnav .menu-toggle:after {color: #44697b;padding-top: 4px;}
.stellarnav.mobile.left > ul {    background: #366c8e;    border-right: 1px #444 solid;}
.stellarnav.mobile.right .close-menu, .stellarnav.mobile.left .close-menu {
   border-bottom: 1px solid #6b8a9d; background: #366c8e;color: #eee;}
.stellarnav .icon-close:before {border-bottom: solid 1px #eee;}
.stellarnav .icon-close:after {border-bottom: solid 1px #eee;}
.stellarnav.mobile li a {    border-bottom: none;}
.stellarnav.mobile > ul > li {    border-bottom: 1px #6b8a9d solid;}

@media screen and (max-width: 768px) {
    .stellarnav.mobile > ul > li > a {color: #eee;}
    .stellarnav > ul > li:hover > a {color: #444;}
    .stellarnav li li {background-color: #33759f;}
    .stellarnav a.dd-toggle .icon-plus:before {border-bottom: solid 1px #f3f3f3;}
    .stellarnav a.dd-toggle .icon-plus:after {border-bottom: solid 1px #f3f3f3;}
    .stellarnav.mobile li.open { background: #ccc;padding: 0;}
    .stellarnav .menu-toggle{    padding: 20px 0px 0;}
}

/*Footer/＝＝＝＝＝*/
.footer {    background:#366c8e ;}
.footer_logo a img {    max-width: 190px;}
.footer_info {    
    display: flex;
    align-items: center;
    grid-gap: 85px;
}

.footer_menu {
    display: flex;
    gap: 5px;
    justify-content:flex-start;
}
.footer_menu a {  
    border: 1px solid #cccccc5c;  
    margin: -10px 0px 0px;
    text-align: center;	
    padding: 15px;	
    transition: all 0.3s;
    background: #fff0;
    letter-spacing: 2px;
    color: #fff;
}
.footer_menu a:hover {   color: #fff;    background: #528198;}
.footer_menu a:nth-child(1) {    display: none;}
.copy {    
    background: #366c8e;
    color: #f2f2f2;
    border-top: 1px solid #ffffff30;
    margin-top: 0;
    font-weight: 900;
}
.copy a{    color: #f2f2f2;transition:all 0.3s;}
.copy a:hover {}
.box_link{display: none;}
.footer_info li {    padding: 0px 0px 30px 0px;}
.footer_info li p{ color: #f2f2f2;}
.footer_info li p a{ color: #f2f2f2;}
.footer.with_shopping_mode { padding:30px 0; }
/*匯款頁Footer跑掉修正*/
.footer_info li p:before {
  position: relative;
  display: inline-block;
  width: auto;
  font-size: inherit;
  font-weight: inherit;
  margin-right: 5px;
  letter-spacing: inherit;
}
@media screen and (max-width: 1100px) {
.footer_info {grid-gap: 25px;padding-right: 0;}
}
@media screen and (max-width: 900px) {
.footer_menu {    gap: 10px;}
.footer_menu a {
    margin: 0px 0px 20px;
    padding: 10px;}
}
@media screen and (max-width: 768px) {
.footer_logo a img {    max-width: 160px;    margin-bottom: -50px;}
.footer_info {    grid-gap: 0;flex-direction: column;}
.footer_info li {text-align: center;}
.footer.with_shopping_mode { padding:0px 0 50px; }
.footer_menu {width: 100%;padding: 0 30px 20px;}
}
@media screen and (max-width: 600px) {
.footer_menu {
        flex-direction: column;
        gap: 0;}
.footer_menu a {    margin: 0px 0px 10px;}
.footer_info li+li {
    width: 50%;
    margin: 20px auto 20px;}
}
/* 商品下拉超過30個變大 */
.stellarnav.desktop li.bigMenu>ul{
    left: 0;
    width: 240px;
    margin: auto;
    position: absolute;
    padding: 0 20px;
    transition: opacity .2s;
}
.stellarnav.desktop li.bigMenu ul ul {
    top: 0;
    left: 200px;
    width: 70%;
    background: #fff0;
    backdrop-filter: saturate(180%) blur(5px);
    height: auto;
    max-height: 300px;
    overflow: auto;
    transition: opacity .2s;
}

.stellarnav.desktop li.bigMenu ul ul:hover {
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
}

.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 #44697B;}
.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_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 #f2f2f2;*/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.active li a{color:#366c8e;}
.product-layer-two li li:hover > a { background:#fff; color:#366c8e;}
.product-layer-two > li { width:100%; max-width:100%; padding:0; text-align:left; border-bottom:1px dotted #f2f2f2; padding-bottom: 5px;}
.product-layer-two > li ul > li + li { margin-top:5px;}

.product_info_page .product_menu_list { 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:#366c8e;}

.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 {color: #000;}
.product-layer-two li a:hover {
    background: #366c8e;
    color: #fff;
    transition: 0.5s;
}
.products-list .name { text-align: center;    margin-bottom: 20px;}
.products-list .more {
    border: 1px solid #ccc;
    color: #666;
    border-radius: 5px;
}
.products-list .item a:hover .more {
    background: #366c8e;
    border: 1px solid #366c8e;
}
.products-list .price b {
    color: #000;
    font-size: 16px;
    width: 100%;
    text-align: center;
}
.products-list .price .sp_price {
    width: 100%;
    display: flex;
    justify-content: center;
    color: #ff4141;
}
/*產品內頁資訊*/
.toShare {display:none;}
.pd_tabTitle li {border-bottom: none;}
.pd_tabTitle li.activeTab a {
    color: #f2f2f2;
    background: #366c8e;
}
.pd_tabTitle li.activeTab::after {    background: #ffffffbf;}
.sidebarBtn {
    border: none;
    box-shadow: 0 0 10px #dfdfdf;
}
.sidebarBtn h2 {
    margin-bottom: 10px;
    color: #44697b;}
.product_info li .txt_box {color: #444;}
.mobile_product_name{color: #44687C;margin-bottom: 30px;}
/*相關*/
.prod_related {    background: transparent;}

@media screen and (max-width: 1024px) {
.product_page .show_content{justify-content: space-around;}
}
@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{color: #44687C;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;}
.mobile_product_name {margin-bottom: 0;}

}
@media screen and (max-width: 600px) {
.product_page .main_part {  max-width: 500px;}
.mobile_product_name {    margin-bottom: 20px;}
}

@media screen and (max-width: 460px) {
.product_page .main_part {    max-width: 390px;}
.products-list {
    grid-template-columns: 1fr;
    grid-gap: 50px;}
.main_part {  padding: 10px 5% 10px;}
}

/*產品內頁按鈕*/
.inquiry_a1 {    background: #000;}
.inquiry_a2 {    background: #52ae3d;}
.lastPage {background: #000;border-radius: 5px;}
.rewrite_simple {    background: #51b241;}
.send_simple {    background: #000;}
/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*預設解除背景輪播*/
/*#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;}
}
/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

.banner{    
    width: 100%;    
    height: 25vh; 
    position: relative;    
    overflow: hidden;}

.banner:after {
    content: '';
    animation: bgScroll 30s linear infinite;
    width: 110%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-size: cover;
    background-image: url(https://pic03.eapple.com.tw/homebeauty300/BN.jpg);
    background-repeat: no-repeat;
    background-position: center;
}

.other_page .banner.banB:after ,.other_page .banner.banB, .other_page .banner.banB>h5{display:none;}

.banner.banA {}
.banner.banB {display: none;}
.banner.banC {}
.banner.banD {}
.banner.banE {}
.banner.banblog {}

@keyframes bgScroll {
    0% {        -webkit-transform: translateX(0);        transform: translateX(0);    }
    50% {        -webkit-transform: translateX(-5%);        transform: translateX(-5%);    }
    100% {        -webkit-transform: translateX(0);        transform: translateX(0);    }
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*文章設定外層*/
/*一排呈現*/
.subbox_item {    background: #fff;    box-shadow: 0 0 10px #dfdfdf;}
.blog_subbox {grid-template-columns: none;}
.blog_page .subbox_item {
    width: 100%;
    height: 324px;
}
.subbox_item a {
    display: inline-block;
    position: relative;
    width: 100%;
    height: 327px;
}
.blog_list_le {
    display: inline-block;
    width: 33.3%;
    padding: 0;
}

.blog_list_ri {
    width: 65%;
    padding: 0 0 0 30px;
    position: relative;
    display: inline-block;
    vertical-align: top;
}
.blog_list_ri {
    width: 50%;
    padding: 2vw 2vw;
}
.blog_list_ri em {
    margin: 15px 0;
    font-weight: 700;
    color: #333;
}
.blog_list_ri p {
    font-size: 16px;
    letter-spacing: 1px;
    font-weight: 600;
}
.blog_list_ri h5 {
    color: #44697b;
    font-weight: 700;
    font-size: 26px;
    margin: 7% 0;
}
.subbox_item a:after {
    background: #6666667d;
    border: none;
}
.subbox_item a:before {
    background: transparent;
    color: #fff;
    bottom: 20px;
    right: 40px;
    font-weight: 900;
}
h5.blog_le_t {color: #44697B;text-align: center;padding-bottom: 10px;}
@media screen and (max-width: 1366px) {
.blog_list_ri {    width: 66%;}
.blog_subbox {grid-gap: 30px;}
}
@media screen and (max-width: 1100px) {
.blog_list_ri {    width: 57%;}
.blog_list_le {width: 41.8%;}
}
@media screen and (max-width: 1024px) {
.blog_list_ri {  width: 53%;}
.blog_list_le {width: 46.2%;}
}
@media screen and (max-width: 768px) {
.blog_list_ri {    width: 50%}    
.blog_list_le {width: 46.5%;}
}
@media screen and (max-width: 600px) {
.blog_list_le {width: 56%;}
.blog_list_ri {    width: 40%;}
}
@media screen and (max-width: 460px) {
.blog_box {
        min-height: 20vw;
        padding: 0 40px 5%;}
.blog_subbox {    grid-gap: 310px;}
.blog_list_le {
        width: 100%;
        padding: 0;}
.blog_list_ri {
        width: 100%;
        padding: 0;
        text-align: left;
    }
.blog_list_ri h5 {    
    margin: 4% auto;
    text-align: left;}
.subbox_item a:before {
    bottom: 0;
    top: 53%;
    right: 40%;}
.subbox_item a {height: 413px;}
h4.blog_category_title {    display: none;}
.footer_info li {    padding: 0;}
}
@media screen and (max-width: 425px) {
.subbox_item a:before {
        top: 52%;
        right: 38%;
}
.subbox_item a {    height: 383px;}
.blog_subbox {    grid-gap: 400px;}
.blog_page .subbox_item {    height: 200px;}
}
@media screen and (max-width: 375px){
.blog_subbox {   grid-gap: 350px;}
}
/*旁*/
.blog_le .accordion {    border:none;    border-radius: 0;}
.blog_le .accordion > li:hover .link, .blog_le .accordion > li.on_this_category .link {
    color: #000000 !important;
    background: #44697B;
    transition: 0.8s;
}
h5.blog_le_t em {
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0.5px;
    padding-right: 12px;}

h5.blog_le_t span {
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 1px;}

.blog_search {margin-bottom: 25px;}
.blog_search input[type=search] {border-radius: 5px;}

/*分類中間的線*/
.accordion li+li .link {    border-top: 1px solid #44697b57;}

/*文章內層*/
h4.blog_category_title {    color: #44697B;letter-spacing: 1px;}
.blog_box_edit * {    color: #344952;}
.news_related {    display: none;}
/*按鈕*/
.blog_back a.article_btn_prev , .blog_back a.article_btn_next {    background: #444;}
.blog_back a.article_btn_prev:hover , .blog_back a.article_btn_next:hover {    background: #222;    transition: 0.5s;}
.blog_back a.article_btn_back {    background: #44697b;}
a.article_btn_back:hover {
    background: #444;
    transition: 0.5s;
}
.lastPage:hover {    background: #444;transition: 0.5s;}

/*分享*/
.blog_shareData {    display: none;}
/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */
/*相簿*/
.work_page .main_part , .work_class_page .main_part, .work_info_page .main_part{    max-width: 1400px; width: 90%;    margin: 0 auto;}
/*相簿管理*/
.album_page .main_part , .album_class_page .main_part, .album_info_page .main_part{    max-width: 1400px; width: 90%;    margin: 0 auto;}
/*版面*/
ul.show-list, .other_subalbum, ul.pic-list {    display: grid;    grid-template-columns: 1fr 1fr 1fr;    gap: 20px;}
ul.show-list:before , ul.pic-list:before{content:none;}
.overlay {    z-index: 1;background: #fff0;}
.show-list .item a {text-align:center;}
.show-list .show_name {margin-top: 20px;}
.show-list .item , .other_subalbum li , .pic-list .item{width: 100%;margin:0;padding:5px;    
    background: #fff0;}
.show-list .show_pic , .other_subalbum li a div , .pic-list .show_pic{    display: block;    position: relative;    overflow: hidden;    height: 0;}
.show-list .show_pic , .other_subalbum li a div , .pic-list .show_pic    {    padding-bottom: 75%;}/*相簿圖片長寬比例，75% →100:75 = 4:3 */
.show-list .show_pic img , .other_subalbum li a img, .pic-list .show_pic img{
    display:block;
    max-width: 100%;
    min-width: 100%;
    height: 100%;
    object-fit: cover;
    -moz-object-fit: cover;
    -ms-object-fit: cover;
    -o-object-fit: cover;
    -webkit-object-fit: cover;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.show-list .item:hover .show_name {    color: #366c8e;}
.other_album_choice li {    background: #44697b;}
.subalbum-menu h2 {
    color: #44697b;
    letter-spacing: 1.5px;
    font-size: 22px;
    font-weight: 900;}
.other_subalbum li a p {
    font-size: 18px;
    font-weight: 600;
    line-height: 3;
    letter-spacing: 0.1em;
}
.album_fixed_title {color: #333;background: #fff0;}
/**/
.show-list .show_name {text-align: center;margin-top: 20px;}
.show-list .item:hover img, .other_subalbum li:hover img{    
    filter: grayscale(1) brightness(0.85);
    transition: .8s;
}
@media screen and (max-width: 1100px){
.album_page .main_part, .album_class_page .main_part, .album_info_page .main_part {width: 100%;}
} 
@media screen and (max-width: 768px){
ul.show-list, .other_subalbum, ul.pic-list {grid-template-columns: 1fr 1fr;}
.show_content {padding: 0;}
}
@media screen and (max-width: 460px){
.album_page .main_part {    padding: 30px 5% 10px;}
}
@media screen and (max-width: 425px){
ul.show-list, .other_subalbum, ul.pic-list {   grid-template-columns: 1fr;}
}



/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */
/*聯絡我們*/
.info_TEL:before, .info_TEL2:before, .info_PHONE:before, .info_LINE:before, .info_FAX:before, .info_TAXID:before, .info_MAIL:before, .info_ADD:before, .info_ADD2:before {
    width: 40px;
    letter-spacing: 1px;
}
.list_before.info li {
    padding-left: 40px;
    letter-spacing: 1px;
}
/*按鈕*/

.contact_form li:has(input[type=checkbox]) .form__insert, .contact_form li:has(input[type=radio]) .form__insert {
    display: flex;}

.contact_form li.last cite {
    background: #333;
    border-radius: 5px;}

.contact_form li.last cite:hover {transition: 0.5s;    background: #366c8e;}

.contact_form li.last blockquote{    
    border: 1px #c5c5c5 solid;
    border-radius: 5px;
}

.contact_form li .form__label {
    max-width: 88px;
    text-align: left;
}
@media screen and (max-width: 480px) {
.contact_form li .form__label {    max-width: 100px;}
}


@media screen and (max-width: 1024px) {
.navigation {    padding: 10px 0 10px 10px;}
}

@media screen and (max-width: 768px) {
a.news_menu_toggle i {    display: none;}
.blank_letter {    padding-top: 0;}
/* 開啟手機板下方按鈕所需設定 */
#bottom_menu {}
#to_top { bottom:60px;}
}
#content_main { margin:0;}
.bannerindex { position:static; height:auto;}
.swiper-banner { position:static; margin:0; height:auto;}
.swiper-slide img { height:auto;}
.bannerindex { padding:0; margin:0;}
}

@media screen and (max-width: 600px) { 
    .total_view {padding-bottom: 10px;}
    .contact_content {padding: 0 0 30px 0;}
}
@media screen and (max-width: 460px) { 
    .main_part {
        padding: 30px 5% 10px;
    }
}

