@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 {}
*/

/* 商品下拉超過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個--結束 */



/*----------------------------------------------*/
/* header=== */
.nav-brand {width: 250px;}
.nav-header {max-width: 250px;}

.tp_links {display: none;}

.navigation {
    padding: 0px 0 0px 50px;
    grid-template-columns: 250px 1fr;
}

.header_area {
    background: white;
    box-shadow: 0px -1px 10px rgb(0 0 0 /10%);
    border-top: 3px solid #58aaca;
    padding: 0px;
    padding-top: 5px;
}

.stellarnav ul ul {
    width: 200px;
    border: 0px solid #eeeeee;
}


/*第一層*/
.stellarnav>ul>li>a {
    margin: 10px 5px;
    padding: 0px 10px 0;
    position: relative;
    letter-spacing: 1.5px;
    color: #333;
    transition: all 0.1s;
}

.stellarnav>ul>li>a b {
    font-weight: 400;
}

.stellarnav>ul>li>a:hover {
    color: #3B738A;
}

.stellarnav li li a {
    transition: all 0.2s ease-in-out;
}

/*下拉分類滑過前*/
.stellarnav li li a:hover {
    background: #58aaca;
    color: #ffffff;
}

/*下拉分類滑過後*/

/*選單下拉三角槓槓*/
.stellarnav li.has-sub>a:after {
    content: '';
    display: inline-block;
    position: absolute;
    top: 45%;
    right: 2px;
    transform: translateY(-50%);
    height: 5px;
    width: 5px;
    display: block;
    border-style: solid;
    border-width: 0 1px 1px 0;
    border-color: transparent #cccccc #cccccc transparent;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}



/*按鈕效果*/
.stellarnav>ul>li:hover::after {
    transform: scale(1);
    transition: 0.3s ease-in-out;
}

.stellarnav>ul>li::after {
    content: "";
    background: #58aaca;
    height: 4px;
    width: 50%;
    position: absolute;
    bottom: 0;
    right: 0px;
    left: 25%;
    transform: scale(0, 1);
    transition: 0.5s ease-in-out;
}

/*下拉分類橫向箭頭*/
.stellarnav li li.has-sub>a:after {
    content: '';
    display: inline-block;
    position: absolute;
    top: 45%;
    right: 10px;
    transform: translateY(-50%);
    height: 5px;
    width: 5px;
    display: block;
    border-style: solid;
    border-width: 0 1px 1px 0;
    border-color: transparent #cccccc #cccccc transparent;
    -webkit-transform: rotate(253deg);
    transform: rotate(-45deg);
}


/*-------------------------------------------------*/

/*第二層*/
.stellarnav li li>a,
.stellarnav li li.has-sub>a {
    padding: 10px 15px;
    transition: all 0.3s;
    letter-spacing: 1.5px;
    border-left: 1px solid transparent;
    font-size: 14px;
}

.stellarnav li li:hover>a,
.stellarnav li li.has-sub:hover>a {
    padding-left: 20px;
    border-left: 1px solid #58aaca;
}

.stellarnav>ul>li>ul {
    left: 50%;
    transform: translateX(-50%);
}

.stellarnav ul ul {
    width: 200px;
    border: 1px solid #eeeeee;
}

/*下拉分類寬度*/
.stellarnav li li {
    border: none;
}

.stellarnav li li+li {
    border-top: 1px solid #eeeeee;
}

.stellarnav li.drop-left ul ul {
    right: 100%;
}

.stellarnav ul ul ul {
    left: 100%;
}


/*-------------------*/
/*下拉次分類(箭頭)*/
.stellarnav li.drop-left li.has-sub>a:after {
    float: left;
    margin-right: 10px;
    border-left: 0;
    border-top: 1px solid #ccc;
    border-bottom: 0px solid transparent;
    border-right: 1px solid #ccc;
}

.stellarnav li li.has-sub>a:after {
    content: '';
    display: inline-block;
    position: absolute;
    top: 45%;
    right: 10px;
    transform: translateY(-50%);
    height: 5px;
    width: 5px;
    display: block;
    border-style: solid;
    border-width: 0 1px 1px 0;
    border-color: transparent #cccccc #cccccc transparent;
    -webkit-transform: rotate(253deg);
    transform: rotate(45deg);
}

.stellarnav.mobile > ul > li > a.dd-toggle {padding: 0px;}

@media only screen and (max-width: 1024px) {
    .navigation {
        padding: 10px;
    }
}

@media only screen and (max-width: 768px) {
    .header_area {
        box-shadow: none;
    }
    
element.style {
    display: block;
}
.stellarnav.mobile.left > ul {
    left: 0;
}
.stellarnav.mobile.right > ul, .stellarnav.mobile.left > ul {
    position: fixed;
    top: 0;
    bottom: 0;
    width: 100%;
    max-width: 280px;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    z-index: 9999;
    border-right: 1px #eee solid;
}
.stellarnav.mobile.active > ul {
    display: block;
}
.stellarnav.mobile > ul {
    border-top: 1px solid rgba(255, 255, 255, .15);
}
.stellarnav.mobile ul {
    /* background: rgba(221, 221, 221, 1); */
    background: #fff;
}
.stellarnav.mobile ul {
    text-align: left;
}
.stellarnav.mobile ul {
    position: relative;
    display: none;
    z-index: 99;
}
.stellarnav ul {
    margin-top: 0px;
}
.nav-brand { width: auto;}
}



/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */
/*-----footer-----*/

.box_link{display: none;}


.footer{border-top: 1px #58aaca solid;background: #fcfeff; padding: 15px 0 0;}
.footer_menu a{border: 1px #d0dfdf solid;color: #64829d;background: #ffffff;}
.footer_info{ padding: 0 80px; flex-direction: row; grid-gap: 20px; row-gap: 0px;}
.footer_info li { padding: 5px;}
.footer .center { max-width: 1600px;}
.footer_content{padding-bottom: 15px;}

.footer_logo { width: 250px;}

.footer_info li p { width: 100%;}

.footer_info li:nth-child(1){display: flex;width: 100%;flex-direction: column;}
.footer_info li p:nth-child(1){
    order: 2;}
.footer_info li p:nth-child(2){
    order: 1;}


.footer_info li p.add2:before {
    content: "";}


.box_link{display: none;}
.footer_menu a:hover {background: #64829d;}

.copy{margin-top: 5px;}

@media only screen and (max-width: 1366px) {
    .footer_info li p.tel, .footer_info li p.phone { width: 34%;}
}

@media only screen and (max-width: 1024px) {
    .footer_info{flex-direction: column; grid-gap: 10px;}
    .footer_info li p.tel, .footer_info li p.phone { width: 50%;}
    .add_footerinfo { flex-direction: column; align-items: flex-start;}
    .add_footerinfo i img {max-width: 80px;margin-top: 0.5em;}
    .add_footerinfo s { flex: 1 1 10px;}
}

@media (max-width: 768px) {
  .add_footerinfo {
    flex-direction: column;
    align-items: flex-start;
  }

  .add_footerinfo i img {
    max-width: 80px;
    margin-top: 0.5em;
  }

  .footer_content{padding-bottom: 30px;}
}
@media only screen and (max-width: 500px) {
    .footer_info li:nth-of-type(2) {
    width: 100%;
}
}

@media only screen and (max-width: 400px) {
    .footer_logo { width: auto;}
}



/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*預設購物車版面 產品分類選單在左側 商品內頁詳細介紹下表單更改樣式 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_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:#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) {
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*預設解除背景輪播*/
#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 設定*/
.banner {display: none;}
.banner h5 {}
.banner.banA {}
.banner.banB {}
.banner.banC {}
.banner.banD {}
.banner.banE {}
.banner.banblog {}

.path{display: none;}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*文章設定*/
/*一排呈現
.subbox_item { width:100%;}
*/
  

/*--文章管理/共同設定---------------------------------------*/

/*文章列表*/
.module_i_news li, .subbox_item { position: relative; width: 100%; border-bottom: 1px solid #58aaca;}
.module_i_news li a, .subbox_item a { padding: 5px;display: block;}
.module_i_news li a::before, .module_i_news li a::after, .subbox_item a::after,.subbox_item a::before { display: none; pointer-events: none;}

.module_i_news li::before, .subbox_item::before { 
    content: 'READ MORE';
    position: absolute;
    z-index: 19;
    bottom: 10px;
    right: 10px;
    opacity: 0.3;
    font-size: var(--f15);
    color: #888;
    pointer-events: none;
    transition: all .5s;
}
.module_i_news li::after, .subbox_item::after {
    content: "";
    position: absolute;
    bottom: -1px;
    right: 0;
    width: 0;
    height: 1px;
    background: #3c738a;
    opacity: 1;
    transition: all .5s;
}
.module_i_news li:hover::after, .subbox_item:hover::after { opacity: 1; left: 0; width: 100%; transition: all .5s;}
.module_i_news li:hover::before, .subbox_item:hover::before { opacity: 1; transition: all .5s;}

/*文章呈現*/
.i_blog_ri, .blog_list_ri { margin: 20px 0;}

.i_blog_le, .i_blog_ri, .blog_list_le, .blog_list_ri { width: 100%;}
 .i_blog_le, .blog_list_le { position: relative; padding-bottom: 66%; height: 0; overflow: hidden;}/*文章縮圖長寬比例，100% →100:100 = 1:1 正方形 */
.i_blog_le img, .blog_list_le 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%);
    transition: all .5s;
}
.module_i_news li:hover .i_blog_le img, .subbox_item:hover .blog_list_le img { transform: scale(1.1) translate(-46%, -46%); transition: all .5s;}

.i_blog_ri h5, .blog_list_ri h5 { color: #3c738a; font-size: var(--f20); letter-spacing: 1px; font-weight: 600;}
.i_blog_ri em, .blog_list_ri em { color: var(--TextColor_5); font-size: var(--f14);}
.i_blog_ri p, .blog_list_ri p { color: var(--TextColor_3); font-size: var(--f15);}

/*--文章管理/首頁---------------------------------------*/

/*區塊設定*/
.module_i_news { width: 90%; margin: auto; padding: 80px 20px 50px;}

/*標題*/
.module_i_news .title_i_box h6 { display: none; color: var(--TextColor_3); font-size: var(--f36);}
.module_i_news .title_i_box h4 { position: relative; color: #3c738a; font-weight: 600; letter-spacing: 1px; padding: 10px 20px; background: var(--TextColor_4); display: inline;}
.module_i_news .title_i_box h4::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90vw;
  height: 1px;
  background: #58aaca;
  z-index: -1;
}

/*列表*/
.module_i_news ul { max-width: 100%; width: 100%; display: grid; gap: 10px; grid-template-columns: repeat(4,1fr);}
/*.module_i_news ul li:nth-of-type(n+4) { display: none;}*/

/*按鈕*/
.i_blog_b a.animated-arrow { background: transparent; border-radius: 15px; transition: .3s ease-in-out;}
.i_blog_b a.animated-arrow:hover { background: transparent;}
.i_blog_b a.animated-arrow b { color: var(--TextColor_3); font-weight: normal; letter-spacing: 3px; transition: .3s ease-in-out;}
.i_blog_b a.animated-arrow:hover b { transition: .3s ease-in-out;}
.i_blog_b a.animated-arrow i { color: var(--TextColor_5);}

/*--文章管理/外層---------------------------------------*/

.blog_page .main_part { max-width: 1600px; width: 96%;}

/*列表搜尋*/
h5.blog_le_t { display: none;}

/*分類*/
.blog_le .accordion { border-radius: 5px;}
.blog_le .accordion > li { transition: 0.3s ease-in-out;}
.blog_le .accordion > li:hover { background: #3c738a !important;}
.blog_le .accordion > li.on_this_category { background: #3c738a !important;}
.blog_le .accordion li a { color: var(--TextColor_3); font-weight: normal;}
.blog_le .accordion li i { color: var(--TextColor_3); top: 12px;}
.blog_le .accordion li .link { padding: 0;}
.blog_le .accordion > li .link a, .blog_le .accordion > li.on_this_category .link a { display: block; padding: 7px 10px;}

/*次分類*/
.open .link a { color: var(--TextColor_4) !important; background: #3c738a;}
.submenu { background: transparent;}

/*次分類展開*/
.blog_le .accordion > li.on_this_category ul li a { color: var(--TextColor_4);}
.blog_le .accordion > li.on_this_category ul li a::before { background: var(--TextColor_4);}

/*次分類 hover*/
.blog_le .accordion > li.open:hover { background: var(--TextColor_4) !important;}
.submenu:hover li a { color: var(--TextColor_3);}
.submenu:hover li:hover a { color: var(--TextColor_3); background: #5299B6;}
.submenu a:hover { color: var(--TextColor_3); background: #5299B6;}
.submenu a::before {
  content: "";
  position: absolute;
  top: 12px;
  left: 7px;
  height: 10px;
  width: 10px;
  background: var(--TextColor_3);
  clip-path: polygon(100% 50%, 0% 100%, 25% 50%, 0% 0%);
  transition: .3s ease-in-out;
}
.submenu:hover li a::before { background: var(--TextColor_3); transition: .3s ease-in-out;}
.submenu:hover li:hover a::before { background: var(--TextColor_3); transition: .3s ease-in-out;}

/*分類/文章標題*/
h4.blog_category_title { font-size: var(--f24); letter-spacing: 1px; color: #3c738a; border-bottom: 1px #58aaca solid;}

/*文章列表*/
.blog_subbox { margin: auto; display: grid; grid-template-columns: repeat(3,1fr);}
.blog_subbox:before { content:none;}


/*--文章管理/內層---------------------------------------*/

.blog_box { max-width: 1600px; margin: auto;}
.blog_box_edit { max-width: 100%; margin: auto;}

/*回列表*/
.blog_back a.article_btn_back { background: #3c738a; border: 1px solid #5299B6; transition: 0.3s ease-in-out;}
.blog_back a.article_btn_back:hover { background: #58a0be; border-color: #58a0be; transition: 0.3s ease-in-out;}

/*上/下一篇*/
.blog_back a.article_btn_prev, .blog_back a.article_btn_next { background: transparent; color: #7db5cb; border: 1px solid #7db5cb; transition: 0.3s ease-in-out;}
.blog_back a.article_btn_prev:hover, .blog_back a.article_btn_next:hover { background: #7db5cb; color: #fff; transition: 0.3s ease-in-out;}

/* 上一頁 */
.lastPage{background: #5299B6;}

/*--RWD---------------------------------------*/

@media screen and (max-width: 768px) {
    /*首頁*/
    .module_i_news ul, .blog_subbox { width: 100%; grid-template-columns: repeat(2,1fr);}
}

@media screen and (max-width: 425px) {
    /*首頁*/
    .module_i_news ul, .blog_subbox { grid-template-columns: 1fr;}
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*相本分類全版面 ( 限制最寬2000px
.work_page .main_part { max-width:2000px;}
.work_page .show_content { padding:0; width:100%;}
.work_page .show-list .item { width:33%; display:inline-block; float:none; margin:0; padding:0;}
@media screen and (max-width: 768px) {
.work_page .show-list .item { width:49%;}
}
@media screen and (max-width: 570px) {
.work_page .show-list .item { width:100%;}
}
.work_page .show-list .item a { max-width:100%;}
.work_page .show-list .show_pic { height:auto; line-height:0;}
.work_page .show-list .show_pic img { max-width:100%; max-height:100%;}
.work_page .show-list .show_name { position:absolute; top:50%; right:10%; width:80%; height:auto; line-height:160%; font-size: 20px; color: #FFFFFF !important; border: solid 1px #fff; text-align: center; margin: -20px 0 0 -120px; padding:5px 20px; transition:all ease-in .3s; opacity:0;}
.work_page .show-list .item:hover .show_name {opacity:1;}
*/


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*相本列表
.work_info_page .main_part { max-width:2000px;}
.work_info_page .show_content { padding:0; width:100%;}
.work_info_page .subalbum-menu { text-align:center;}
.work_info_page .subalbum-menu h2 { float:none;}
.work_info_page .pic-list .item { margin:0; padding:10px; width:49%; float:none; display:inline-block;}
@media screen and (max-width: 768px) {
.work_info_page .pic-list .item { width:100%;}
}
.work_info_page .pic-list .show_pic { height:auto; line-height:0;}
.work_info_page .pic-list .show_pic img { max-width:100%; max-height:100%;}
.work_info_page .pic-list .item a { max-width:100%; pointer-events: none; cursor: default; } 取消連結被點擊效果
*/


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*＝＝＝聯絡資訊表單＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
.contact_page .contact_content {padding: 0;}
.contact_page .contact_content > form {
    width: 100%;
    display: inline-flex;
    padding: 0;
    flex-direction: row;
    align-items: flex-start;
    justify-content: center;
}
.contact_content{
    margin: auto;
    padding: 20px 10px;}
.blank_letter {color: #414141;}
.contact_content .information_left {     width:100%;}
.contact_content .information_right {    width:100%;  }
.list_before.info li {
    display: inline-block;
    width: 100%;
    padding-left: 36px;
    letter-spacing: 1px;}
.list_before.info li::before {    
    letter-spacing: 1px;
    color: #666;
    font-weight: bold;
    width: 100%;}

.contact_form li.last cite {  background: #58a0be;}
.contact_form li.last cite:hover {background: #7db5cb;}
 
.contact_form li.last blockquote, .contact_form li.last cite{ border: 1px #357688 solid;}
.contact_form li.last blockquote {color: #357688;}
.contact_form li.last blockquote {
    color: #7db5cb;
    background: #fff;
}
.contact_form li .form__label {    width: 90px;    text-align: right;   margin-left: 0;    letter-spacing: 0.5px; color: #424242;}
.contact_form li .form__insert {    width: 85%;}
input[type="checkbox"], input[type="radio"] {        margin: 3px 5px 5px 10px;  vertical-align: middle;}
.form select {    margin-left: 10px;background-color: #ffffff;    border: 1px solid #666;    color: #000;}

.noborder {padding: 5px 5px;}


@media screen and (max-width: 825px) {
.list_before.info li {    width: 100%; }
}

@media screen and (max-width: 695px) {
.contact_form li .form__label {
    text-align: left;
    margin-bottom: 5px;}
}


/*聯絡資訊*/
.contact_page .main_part {
    max-width: 100%
}

.contact_content {
    background: #fff0;
    padding: 0px 50px;
}

.contact_content .information_left {
    width: 34%;
    display: none;
}

button,
optgroup,
select,
textarea {
    outline: none;
    padding-left: 15px !important;
    background: #ededed;
}

input[type="checkbox"],
input[type="radio"] {
    margin: 8px;
}

.list_before {
    margin-top: 30px;
    margin-bottom: 20px;
    font-size: 15px;
    color: #444;
    display: block;
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
}

.list_before.info li {
    padding: 8px 0 10px 150px;
    border-bottom: 1px #FEF6E9 solid;
}

.innersend {
    padding-left: 0 !important;
    text-align: center;
}

.red {
    color: #ff0000;
}

.TEL:before,
.TEL2:before,
.PHONE:before,
.FAX:before,
.TAXID:before,
.MAIL:before,
.ADD:before,
.ADD2:before {
    width: 55px;
    margin-left: 14px;
    font-size: 15px;
    height: 25px;
    border-right: 1px solid #FEF6E9;
    letter-spacing: 0.05em;
    color: #545454;
    font-weight: 500;
}

.TEL::after,
.TEL2::after,
.PHONE::after,
.FAX::after,
.TAXID::after,
.MAIL::after,
.ADD::after,
.ADD2::after {
    position: absolute;
    content: "●";
    color: #357688;
    font-size: 6px;
    width: 30px;
    height: 30px;
    left: 0;
    top: 75%;
    transform: translateY(-50%);
}

.blank_letter {
    color: #357688;}

/*表格樣式*/
.contact_content .information_right {
    width: calc(65% - 0px);
    padding-left: 50px;
}

.contact_form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    grid-gap: 0
}

.contact_form li {
    width: 50%;
    display: inline-block;
    padding: 20px 10px;
    border-bottom: none;
}

.contact_form li:nth-child(6) {
    width: 50%;
}
/*
.contact_form li:nth-child(9) {
    width: 100%;
}*/

.contact_form li .form__label {
    text-align: left;
    margin-left: 0;
    width: 100%;
}

.contact_form li.last {
    width: 100%;
}

.noborder {
    padding: 10px 0;
    margin-top: 10px;
    border: 2px solid #ccc;
}

.form select {
    background-color: #fff;
    border: 2px solid #ccc;
    padding: 8px 26px 8px 3px;
    margin-top: 10px;
    width: 100%;
    margin-top: 10px;
}


.contact_form li.last blockquote,
.contact_form li.last cite {
    width: 49%;
    border: 1px #7db5cb solid;
}

.contact_form li input.noborder {
    border: 0px #ddd solid;
    background: #66666624;
}

.contact_form li textarea.noborder {
    border: 0px #ddd solid;
    background: #66666624;
}

.noborder {
    padding: 10px 10px;
    border-radius: 4px;
}





@media screen and (max-width: 1024px) {
    .list_before.info {
        width: 100%;
        max-width: inherit;
    }

    .contact_content .information_left {
        width: 100%;
    }

    .contact_content .information_right {
        width: 100%;
    }
}

@media screen and (max-width: 600px) {
    .contact_form li {
        width: 100%;
        padding: 10px 0;
    }

    .contact_content .information_right {
        width: calc(100% - 0px);
    }

    .contact_content .information_left {
        width: 100%;
    }

    .contact_form li .form__insert {
        width: 95%;
    }

    .contact_form li .form__label {
        width: 25%;
    }
}

@media screen and (max-width: 480px) {
    .contact_form li:nth-child(6) {
        width: 100%;
    }

    .contact_form li .form__insert {
        width: 100%;
    }

    .contact_form li .form__label {
        width: 100%;
        text-align: left;
    }

    .information_left,
    .information_right {
        padding: 0px;
    }

    .contact_page .main_part {
        padding: 50px 15px;
    }

    h4.blank_letter.i::after {
        font-size: 25px;
        letter-spacing: 0px;
    }

    .blank_letter {
        padding: 0 0 0 10px;
    }

    .contact_content {
        padding: 50px 10px;
    }

    .list_before.info li {
        padding: 8px 0 10px 72px;
    }

    .TEL:before,
    .TEL2:before,
    .PHONE:before,
    .FAX:before,
    .TAXID:before,
    .MAIL:before,
    .ADD:before,
    .ADD2:before {
        width: 53px;
    }


}



li.prod-item:nth-child(2) .prod-panel {
    display: none;
}

li.prod-item:nth-child(2) h3.prod-thumb {
    display: none;
}

/* --------------------------------------------------------- */

@media screen and (max-width: 768px) {
/* 開啟手機板下方按鈕所需設定 */
#bottom_menu {}
.footer.with_shopping_mode { padding:30px 0 70px; }
#to_top { bottom:60px;}
}

@media screen and (max-width: 600px) { 
}




