@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}
*/


/*電腦LOGO
.nav-brand {}
*/

/*手機LOGO
.nav-brand-m {}
*/


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*預設解除背景輪播*/
#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;}
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*基本設定*/
.page {  margin: 0px;}
.pageIndex .main_part {  border-top: 0px solid #ccc;}
.main_header_area .container {  max-width: 1400px;}
.main_part {        padding: 25px;    }
body {    }

/*下拉編輯頁*/
.other_select_page .promotion_title { display: none;}
.other_select_page .clearfix {  display: none;}

/*中間小標刪除*/
.path { display:none;}


/*header最右側icon*/
.nav-menu>li:last-child {display:none;}
.tp_links a {  display: none;}

/*網站按鈕*/
.animated-arrow { background: #a54949;}
.lastPage { background: #163a8d;}

/*滾輪*/
::-webkit-scrollbar { width: 5px;}/*滾輪寬度*/
::-webkit-scrollbar-button { background: transparent; border-radius: 7px; height: 0;}/*滾輪與視窗上下的間距*/
::-webkit-scrollbar-track-piece { background: #e0e0e0;}/*滾輪軌道背景*/
::-webkit-scrollbar-thumb { border-radius: 3px; background-color:#163a8d;; border: #163a8d;;}/*滾輪樣式*/
::-webkit-scrollbar-track { box-shadow: transparent;}/*滾輪軌道樣式*/

/*top*/
#to_top {
  bottom: 70px;
  right: auto;
  left: 16px;
  width: 44px;
  height: 44px;
  color: #163a8d;;
  background: #163a8d;;
  box-shadow: 0px 0px 10px #57565665;
}
#to_top i.top {
  width: 14px;
  height: 14px;
  top: 14px;
  transform: translateY(-50%);
}
#to_top i.top:before, #to_top i.top:after {
  height: 10px;
  width: 2px;
  top: 0;
  left: 46%;
}
#to_top i:before, #to_top i:after {background: #fff;}



/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */
/*header*/
.stellarnav ul ul li a { font-size: 14px; }
.main_header_area {
    background: #fff;
    box-shadow: 0px 0px 15px -10px #000;
    border-bottom: 2px solid #163a8d;;
}
.header_area {    padding: 0px;   background: unset;}
.header_area.sticky {   background: unset;}
.pageIndex .header_area {
    position: absolute;
    width: 100%;
    z-index: 10000;
    top: 0px;
    transition: ease-out 0.3s;
    box-shadow: none;
}
.pageIndex .header_area .main_header_area {
    background: #fff;
    backdrop-filter: saturate(100%) blur(10px);
    width: 100%;
    max-width: 100%;
    border-radius: 0;
    margin: auto;
    transition: ease-out 0.3s;
}
.pageIndex .header_area.sticky {
    transition: ease-out 0.3s;
    position: fixed;
    top: 20px;
}
.pageIndex .header_area.sticky .main_header_area {
    box-shadow: none;
    background:#ffffffc7;
    backdrop-filter: saturate(100%) blur(10px);
    border: 2px solid #163a8d;;
    width: 90%;
    max-width: 1700px;
    margin: 0 auto;
    box-shadow: 0px 0px 15px -10px #000;
    transition: ease-out 0.3s;
}
.main_header_area .container { max-width: 1600px; }

/*--商品搜尋--*/
.me_tp_features {padding-right: 29px;}
.me_tp_features a { font-size: 15px;}
.box_search {    display: none;}

.navigation {  padding: 10px 0 10px 0px; }

/*LOGO*/
.nav-brand {  width: 215px;}
.nav-brand img {  max-width: 140%;}

/*選單*/
.stellarnav>ul>li>a {
    transition: 0.3s ease-out;
    padding: 0 17px 0 0;
    letter-spacing: 2px;
    margin: 10px 20px;
    font-size: 18px;
    font-weight: 600;
}
.stellarnav>ul>li>a:hover { color: #2c2c2c; }
.stellarnav li.has-sub > a:after {
	display: none;
}

.stellarnav ul ul {  width: 215px;}
.stellarnav > ul > li:hover > a {}
.stellarnav > ul > li > a:before {
content: "";
position: absolute;
right: 50%;
left: 50%;
bottom: 2px;
height: 2px;
background-color: #163a8d;;
transition: all .3s ease-in-out;
}
.stellarnav > ul > li:hover > a:before {right: 17px;color: #163a8d;;left: 0px;}

/*下拉*/
.nav-dropdown > li > a {
    background: #f7f5f5;
    transition: 0.2s;
    letter-spacing: 1.5px;
    width: 100%;
  }
  
  .nav-dropdown > li > a:hover {
    transition: 0.2s;
    background-color: #2B3047;
    color: #fff;
  }
  
  .nav-dropdown>li:hover>a .submenu-indicator-chevron,
  .nav-dropdown>.focus>a .submenu-indicator-chevron {
    border-color: transparent #fff #fff transparent;
  }
  
  .stellarnav li li a {
    padding: 10px 15px;
    display: block;
    color: #000;
    background-color: transparent;
    transition: all 0.3s;
  }
  
  .stellarnav li li a:hover {
    color: #fff;
    background-color: #163a8d;
    transition: all 0.3s;
  }
  .stellarnav li li.has-sub > a {
    padding: 10px 15px;
  }
  .stellarnav ul ul {
    background: #ffffffed;
  }
@media screen and (max-width: 1350px) {
.main_header_area .container {
     max-width: 1100px;
}
}

@media screen and (max-width: 1250px) {
.nav-brand { margin: 6px 0px 0px 0px; }
.stellarnav > ul > li > a {
     transition: 0.3s ease-out;
     padding: 0px 10px;
}
}


@media screen and (max-width: 1024px) {
.pageIndex .header_area .main_header_area {
      backdrop-filter:unset;
      width: 100%;
      max-width: 100%;
      border-radius: 0;
      transition: ease-out 0.3s;
}
.pageIndex .header_area.sticky .main_header_area {
    border:none; 
    border-bottom:2px solid transparent #163a8d;; 
    backdrop-filter:unset;     
    width: 100%;
}
.pageIndex .header_area { position: relative; }
.pageIndex .header_area.sticky {    top: 0px;}
.main_header_area .container { max-width: 100%; }
.nav-header {      position: static;      text-align: center;}
.navigation { padding: 0px 0 0px 0px; }
.me_tp_features {    padding-right: 0px; margin: 0px 0 0}
}

@media screen and (max-width: 768px) {
.pageIndex .header_area {      position: sticky;      top: 0;}
.pageIndex .header_area .main_header_area {      width: 100%;      border-radius: 0;}
.stellarnav .menu-toggle {      padding: 16px 10px;      margin: 10px;}
.stellarnav .menu-toggle span.bars { top: 0; }
.stellarnav .menu-toggle span.bars span {   }
.stellarnav .menu-toggle:after {      letter-spacing: 1px;    }
.stellarnav a.dd-toggle .icon-plus:before {   }
.stellarnav a.dd-toggle .icon-plus:after {   }
.stellarnav.mobile.left .close-menu {      background: unset;      border-bottom: 1px #163a8d solid;}
.stellarnav.mobile ul {   }
.stellarnav.mobile li.open {}
.stellarnav.mobile li a {    border-bottom:none;}
.stellarnav.mobile.right > ul, .stellarnav.mobile.left > ul {   border-right: 1px #163a8d solid;}

.stellarnav .icon-close { margin-right: 5px; }
.stellarnav .icon-close:before {  }
.stellarnav .icon-close:after {  }

.stellarnav.mobile>ul>li>a {   margin: 5px 20px; padding: 10px 26px 10px 10px;}
.stellarnav.mobile > ul > li {   border-bottom: 1px #163a8d solid;}
.stellarnav > ul > li > a:before {display: none;}
.nav-brand img {    max-width: 100%;}
.navigation {    padding: 0px 0 10px 0px;}
}

@media screen and (max-width: 570px) {
    .me_tp_features a.tp_btn_cart, .me_tp_features a.tp_btn_notice {        display: inline-block;    }
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*內頁BANNER 設定*/
.banner { 
    background: url(https://pic03.eapple.com.tw/enstar1989/banner.jpg)center top;   
    padding: 120px 0;     
    letter-spacing: 10px;
}
.banner h5 {
    color: #212121;
    position: relative;
    left: -30%;
}

.services_page .banner.banB {display: none;}
.other_page .banner.banB {display: none;}
.other_select_page .banA {display: none;}
.banner.banC {display: none;}
.banner.banE {}
.banner.banF {}
.banner.banblog {}

/*首頁文章*/
/*.module_i_news li:nth-child(n+4) {display: none;}*/

@media screen and (max-width: 1024px) {
    .banner { 
        display: flex;
        justify-content: center;
        align-items: center;
        align-content: center;
        flex-wrap: wrap;
        padding: 0px;
        background-size: cover;
        height: 140px;
    }
    .banner h5 {   left: 0%;}
}
@media screen and (max-width: 768px) {
        .banner {  background: url(https://pic03.eapple.com.tw/enstar1989/banner.jpg) center bottom;  }
    .banner h5 {       font-size: 20px;    }
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*FOOTER*/
.footer_logo img { width: 100%; }
.footer_logo {
    display: inline-block;
    vertical-align: top;
    width: 170px;
    margin: 10px 10px;
    display: none;
}
.footer {
    padding: 50px 0 0;
    box-shadow:  0px -1px 10px rgb(197 196 193 / 43%);
    border-top:2px solid #163a8d;; 
}
.footer .center {
    position: relative;
    max-width: 1300px;
}
.footer_info {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding: 0;
    flex-direction: column;
}
.footer_menu {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 12px 5px;
}
.footer_menu a {
    margin: 0;
    text-align: left;
    padding: 0;
    transition: all 0.3s;
    border: none;
    background: transparent;
    display: block;
    width: fit-content;
}
.footer_menu a:before {content: "·";}
.footer_menu a:nth-child(1) { display: none;}
.footer_menu a:hover {
    background: transparent;
    color:#163a8d;;
}
.footer_info li { padding: 15px; }
.footer_info ul>li:before {
    font-size: 115%;
    color: #163a8d;;
    display: block;
    margin: 0 0 20px;
    border-bottom: 1px solid #163a8d;;
    padding-bottom: 10px;
    letter-spacing: 0.2em;
    font-weight: bold;
}
.footer_info ul>li:nth-child(1):before { content: "聯絡資訊 CONTACT";}
.footer_info ul>li:nth-child(2):before { content: "網站選單 MAIN MENU";}
.footer_info li:nth-child(1) a, .footer_info li:nth-child(1) p {
    letter-spacing: 0.15em;
}

.footer_info ul {    
    display: grid;    
    grid-template-columns: repeat(auto-fit, minmax(min(300px,100%), 1fr));    
    gap: 0;    
    letter-spacing: 0.15em;
}

.copy {
	color: #a3a3a3;
	border:none;
	margin-top: 0px;
	position: relative;
	padding: 20px 0;
}
.copy a{
	color: #a3a3a3;
	transition:all 0.3s;
}

/*icon*/
.box_link {  top: 78%; right: 22%;     display:none;}
.box_link a {border:none;}
.box_link a.me_tp_call {display: none;}
.box_link a.me_tp_mail {  display: none;}

@media screen and (max-width: 650px) {
.footer_menu { grid-template-columns: 1fr 1fr;}
}
@media screen and (max-width: 600px) {
.footer:before { display: none; }
.footer_info li {
    display: block;
    padding: 25px;
}
}
/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*促銷方案*/
.promotion_title * {  color: #080808; font-weight: 600;   font-size: 16px;   letter-spacing: 1px;}
.promotion_title { text-align: center;}
.promotion_title em {  border: 1px #080808 dashed;     display: none;}
.promotion_title span { border:none; padding: 0px 0px;   margin: 0px 0px 0px 0;}
.promotion_title h2 {  display: block;  font-size: 30px;}
.promotion_title h2 span {   display: none;}
.other_promotion li a {  border: none; border-top: 1px solid #e5e5e5;   }
.other_promotion li a:hover {  background: none;}
.other_promotion li a:before { 
    border:2px solid transparent; 
    border-image: linear-gradient(to bottom right, #ffce5c, #163a8d;, #ffce5c);  
    border-image-slice: 1;   
    border-bottom: none;  
    border-right: none; 
    border-left: none;
}
.other_promotion li a:after { display: none;}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */
/*首頁文章*/
.module_i_news .title_i_box h4 {
    font-size: 30px;
    font-weight: 600;
    letter-spacing: 10px;
    color: #163a8d;
}
.module_i_news li a:before {   color: #163a8d;}

/*文章設定*/
.subbox_item a:before {  color: #163a8d;}

/*側邊選單*/
h5.blog_le_t {    text-align: center;}
.blog_le .accordion {  border-radius: 0px;}
.blog_le .accordion > li:hover, .blog_le .accordion > li.on_this_category {    background: #163a8d !important;}
.submenu li.on_this_category a, .submenu a:hover {  background: #a54949;}

/*文章內頁*/
.blog_back a.article_btn_back {   background: #163a8d;}
.blog_back a.article_btn_prev {    background: #9b9b9b;}
.blog_back a.article_btn_next {    background:#9b9b9b;}

/*相關推薦*/
.news_related h6 {
    font-size: 28px;
    color: #2e2e2e;
}
.news_related h6 {
    padding: 45px 15px 25px 15px;
    background: #f1f1f1;
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*相簿*/
.overlay {
    background: rgb(0 0 0 / 25%);
}
.show-list .item {
    padding: 5px;
    background: #99b9b2;
}
.show-list .show_pic {
    display: block;
    position: relative;
    overflow: hidden;
    text-align: center;
    line-height: 0;
    height: 100%;
    padding-bottom: 0;
}
.show-list .show_name {
    text-align: center;
    margin-top: 15px;}
.show-list .item:hover .show_name {    color:#163a8d;}
.other_album_choice li {
    background:#163a8d;
    border-radius: 10px;
    font-size: 13px;}
.other_album_choice li .fa {
    height: 12px;
    vertical-align: baseline;
}
.other_subalbum li a p {    
    text-align: center;
    color: #fff;
    letter-spacing: 2px;
}
.subalbum-menu h2 {display: none;}/*標題隱藏*/
.album_fixed_title {  display: none;}/*觀看更多隱藏*/
.fa-2x {    font-size: 1em;}

@media screen and (max-width: 748px){
    .show-list .item {    width: unset;}
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*預設購物車版面 產品分類選單在左側 商品內頁詳細介紹下表單更改樣式 by shint at 2023.1.5  */
.product_page .main_part { max-width:1500px;}
/* .product_info_page .main_part { max-width:1200px;} */

/*購物車*/
.product_main {   width: 60%;}
.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 #163a8d;*/min-height: 30vw;}
.product_page .products-list,
.product-wrapper { width: calc(100% - 270px);}
ul.page { width: 100%;}

.product-layer-two li a {  background: none;  padding: 13px 0px;}
.product-layer-two li i {  top: 6px;}
.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:#163a8d82;}
.product-layer-two > li { width:100%; max-width:100%; padding:0; text-align:left; border-bottom:1px dotted #163a8d; padding-bottom: 5px;}
.product-layer-two > li ul > li + li { margin-top:5px;}

.product-layer-two li.active a {  border: none;}
.product-layer-two li li.active a {  background: #e5d4c3;}

.products-list .price b { color: #7d7b76;}
.products-list .more {  border: 1px solid #163a8d;  color: #163a8d;  }
.products-list .item a:hover .more { background: #163a8d;}

.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:#163a8d82;}

.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;}

/*商品內頁*/
.sidebarBtn {  border:0;}
.sidebarBtn .price {  border-bottom: 0;}
.inquiry_a1 {  background: #436d45;}
.inquiry_a2 {  background: #616161;}
.inquiry_a3 {   background: #a54949;}
.product_info li span {   display: none;}/*商品規格隱藏*/
.product_info li .txt_box {    color: #1c1c1c;}
.toShare {  display: none;}/*分享*/

/*相關推薦*/
.prod_related { background: #efefef;}
.prod_related h6 span:before {  color: #163a8d;}
.prod_related .lastPage { background: #163a8d;}
@media screen and (max-width: 1200px) {
}
@media screen and (max-width: 980px) {
    .product_main {  width: 64%;}
}
@media screen and (max-width: 768px) {
.product_main {  width: 100%;}
.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) {
    .products-list {  grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));}
}
/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/* 聯絡資訊 */
.contact_page #content{  }
.contact_page .main_part {
    width: 100%;
    max-width: 100%;
    margin: auto;
    padding: 50px 0 0;
    display: grid;
}

/* 編輯器 */
.contact_editbox {
    margin: auto;
    padding: 0;
    order: 2;
}

/* 預設表單資訊 */
.contact_content {
    overflow: hidden;
    border-radius: 5px;
    max-width: 1400px;
    width: 90%;
    background: #fff;
    margin: auto;
    /* margin-left: 5%; */
    /* margin-right: 5%; */
    padding: 0;
    order: 1;
    margin-bottom: 80px;
}
.contact_content form {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

/* 左資訊 = = = = */
.contact_content .information_left {
    width: 100%;
    background: transparent;
    display: flex;
    padding: 0;
    align-items: flex-start;
    flex-direction: column;
}
.contact_le_map {display: none;}
.contact_content .information_left:before{
    content: " ";
    display: block;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000;
    left: 0;
    top: 0;
    mix-blend-mode: darken;
    opacity: .2;
    z-index: -1;
}
.contact_content .information_left:after {
    opacity: 1;
    z-index: -2;
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    display: block;
    content: '';
    background: url(https://pic03.eapple.com.tw/enstar1989/contact_bg.jpg) no-repeat;
    background-position: bottom;
    background-size: cover;
    /* background: #391911; */
}
.contact_content .information_left .blank_letter{
    display: none;
}
/* 資訊文字 */
.list_before {
    margin-top: 30px;
    margin-bottom: 20px;
    font-size: 15px;
    
    color: #fff;
    letter-spacing: 0.12em;
    display: block;
    width: 80%;
    margin: auto;
    margin-bottom: clamp(20px, 3em, 50px);
    position: relative;
    text-shadow: 4px 4px 20px #1c1b1beb;
    display: flex;
    flex-direction: column;
}
.list_before.info li {
    padding-left: 40px;
    margin: 2px 0;
    color: #fff;
}
.list_before.info, .list_before.info li, .list_before.info a, .list_before.info li a{
    color: #fff;
}
.list_before.info li.info_PHONE, .list_before.info li.info_PHONE a {
    color: #fff;
}
.list_before > li:before{
    letter-spacing: 0.12em;
}

.list_before.info li {  padding-left: 89px;   }

.list_before.info li.info_TAXID {
    order: 1;
    padding: 0;    
    color: #fff;
}
.list_before.info li.info_PHONE {
    order: 2;
}
.list_before.info li.info_TEL {
    order: 3;
}
.list_before.info li.info_FAX {
    order: 4;
}
.list_before.info li.info_MAIL {
    order: 5;
}
.list_before.info li.info_ADD {
    order: 6;
}
.TEL:before, .TEL2:before, .PHONE:before, .FAX:before, .TAXID:before, .MAIL:before, .ADD:before, .ADD2:before { width: 80px;}

/* 右表單 = = = =  */
.contact_content .information_right {
    width: calc(100% - 300px);
    width: 100%;
    padding-left: 0;
    padding: clamp(20px, 3em, 50px);
    background: #fbfbfb;
}
.contact_content .blank_letter {
    padding-top: 20px;
    font-weight: 600;
    letter-spacing: 0.04em;
    color: #45474A;
}
.contact_form {
    margin-top: 30px;
    margin-bottom: 20px;
    font-size: 15px;
    color: #444;
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 26px;
}
.contact_form li {
    padding-left: 0px;
}
.contact_form li .form__label {
    color: #363636;
    display: inline-block;
    font-size: 14px;
    letter-spacing: 0.04em;
    max-width: 100%;
    width: 100%;
    text-align: left;
    margin-left: 0px;
    padding-right: 10px;
    padding-bottom: 3px;
}
.red {  order: 2;  color: #e72e2b;}
.contact_form li .form__insert {
    display: inline-block;
    width: 100%;
    vertical-align: top;
    letter-spacing: 3px;
}
.contact_form li input.noborder, .contact_form li textarea.noborder {
    border: 0;
    border-bottom: 1px solid #575552;
    background: #cccccc00;
}
.contact_form li.checknumBox .form__insert .captcha + img {
    margin-left: 10px;
    padding: 4px 2px 0px 10px;
    background: #eef3f8;
    /* border: 1px solid #aaa; */
}
/* 按鈕 */
.contact_form li.last cite {   background: #163a8d;}
.contact_form li.last blockquote, .contact_form li.last cite {
    font-size: 15px;
    padding: 7px;
    text-align: center;
    border: 1px #163a8d solid;
    width: 150px;
    padding: 0;
    max-width: calc(50% - 10px);
    border-radius: 10px;
}
.contact_form li.last blockquote { color: #163a8d;}
.contact_form li.last input {    padding: 15px;}

@media screen and (max-width: 1024px) { 
    .contact_page .main_part {    padding: 5% 0 0;     }
    .contact_content form {    grid-template-columns: 1fr;  }
    /* 資訊 */
    .contact_content .information_left {    aspect-ratio: 5 / 3;  }
    .list_before {
        padding: 5%;
        margin: auto;
        margin-bottom: 0;
        width: 100%;
    }

    /* 表單 */
    .contact_content .information_right {    padding: 5%;    }
    .contact_content .blank_letter {    padding-top: 0px;   }
}

@media screen and (max-width: 600px) { 
    .contact_form li {
        grid-gap: 4px;
        margin: 2px 0 0;
        font-size: 14px;
    }
    .contact_form li .form__label {
        width: 100%;
        font-weight: 500;
        padding: 0;
        background: transparent;
    }
    
}

@media screen and (max-width: 520px) { 
    .contact_content .information_left {
        aspect-ratio: 5 / 4;
    }
}
/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


@media screen and (max-width: 768px) {
/* 開啟手機板下方按鈕所需設定 */
#bottom_menu {display: none; }
.footer.with_shopping_mode { padding:20px 0 10px; }
#to_top { bottom:60px;}

/*手機版電話顏色
.footer_info li:nth-child(1) p, .footer_info li:nth-child(1) a {    color: #fff;}*/
}

@media screen and (max-width: 600px) { 
}




