@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Archivo+Black&family=Noto+Sans+TC:wght@100..900&display=swap');
/*
關於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個--結束 */


/* ------------------------------------------------- */


::-webkit-scrollbar {    width:8px;}
::-webkit-scrollbar-track {    box-shadow: inset 0 0 8px #8f8f8f;}
::-webkit-scrollbar-thumb {    background-color: #ff6200;border-radius: 4px;}


.sb_marquee {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    padding: .5em 0;
    display: none;
}


/*header*/
.nav-header {  grid-row: unset;max-width: 280px;}
.navigation{grid-template-columns: 280px 1fr;}
.pageIndex .header_area {  padding: 10px; background:rgb(255 255 255 / 90%); position: fixed;  top: 0;border-bottom: 1px solid #fff;}
.header_area {  padding: 10px; background:rgb(255 255 255 / 60%); position: inherit;  top: 0;border-bottom: 1px solid #fff;}
.main_header_area .container {  max-width: 90%;  transition: 0.8s;}
.me_tp_features {  display: none;}

.stellarnav > ul > li > a { padding: 0 15px; color: #343a40; font-size: 17px; letter-spacing: 1px;transition: 0.5s;font-family: "Noto Sans TC", sans-serif;}
.stellarnav li.has-sub > a:after {  border-left: unset; border-right: unset;  border-top: unset;  content: "+";}
.stellarnav {  display: flex;  align-items: center;  justify-content: flex-end;}

/*hover*/
.stellarnav ul:hover li a { opacity: 0.7; transition: all 0.3s ease-in-out;}
.stellarnav ul li:hover a {opacity: 1;transition: all 0.3s ease-in-out;}
.stellarnav > ul > li:hover > a { letter-spacing: 3px;color: #fc440a;}

/*下滑*/
.stellarnav > ul > li:nth-of-type(1) ul {   overflow: hidden;  height: 0;}
.stellarnav > ul > li:nth-of-type(1).has-sub > a:after { display: none;}
.pageIndex .header_area.sticky .container, .header_area.sticky .container {  max-width: 95%;}
.header_area.sticky { position: fixed;background:#fff;}

/*下拉*/
.stellarnav li li.has-sub > a:after {  border-top: unset; border-bottom: unset;  border-left: unset;right: 7px;}
.stellarnav ul ul { width: max-content;  min-width: 200px; background: rgb(255 255 255 / 95%);}
.stellarnav li a {  font-size: 14px;}
.stellarnav.desktop li.has-sub li:hover > a {background: #f5f5f5;color: #444;}

/* 主分類超過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;}



.stellarnav.desktop ul ul {
    opacity: 0;
    display: block !important;
    pointer-events: none;
    transition: .5s;
    left: 50%;
    transform: translate(-50%, -30px);
    padding-top: 18px;
    background: transparent;
}



.stellarnav.desktop ul li.has-sub:hover>ul {
    opacity: 1;
    pointer-events: all;
    transform: translate(-50%, 0px);
}



.stellarnav.desktop ul ul ul {
    position: absolute;
    left: 100%;
    top: 0;
    padding-top: 0px;
    transform: translate(-20px, 0);
    opacity: 0 !important;
    pointer-events: none;
    transition: .5s;
}



.stellarnav.desktop ul ul li.has-sub:hover>ul {
    opacity: 1 !important;
    pointer-events: all;
    transition: .5s;
    transform: translate(0, 0);
}



.stellarnav.desktop li li {
    border: none;
    border-bottom: 1px solid #9e9aa1;
    background: #4e4e4e;
    z-index: :9999;
}

.stellarnav.desktop li li:nth-last-of-type(1) {
    border-bottom: none;
}



.stellarnav.desktop li li>a,
.stellarnav.desktop li li.has-sub>a {
    padding: 8px 9px;
    transition: all 0.3s;
    color: #1f1f1f;
    font-size: 13px;
    letter-spacing: 1px;
    text-align: center;
	background-color:#e5e5e5;
}









/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*預設購物車版面 產品分類選單在左側 商品內頁詳細介紹下表單更改樣式 by shint at 2023.1.5  */
.product_page .main_part { max-width:1500px;}
/* .product_info_page .main_part { max-width:1200px;} */
.i_prod_tit, .i_video_tit {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
.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) {
	.pageIndex .header_area.sticky .container, .header_area.sticky .container {  max-width: 95%;}
	.pageIndex .header_area .container, .header_area .container {  max-width: 95%;}
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*預設解除背景輪播*/
#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;}

.pageIndex .header_area {  
    position: relative;
}
	
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*內頁BANNER 設定*/
.banner {}
.banner h5 {}
.banner.banA {}
.banner.banB {}
.banner.banC {}
.banner.banD {}
.banner.banE {}
.banner.banblog {}

.path p, .path p a {
    text-align: right;
    line-height: 24px;
    font-size: 13px;
    color: #666;
    display: none;
}

.banner {
    font-size: 40px;
    padding: 0px;
    text-align: center;
    background: repeat center center #f9f9f9;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
    min-height: 0px;
    opacity: 0;
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*文章設定*/
/*一排呈現
.subbox_item { width:100%;}
*/
  

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*相本分類全版面 ( 限制最寬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; } 取消連結被點擊效果
*/


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */





@media screen and (max-width: 768px) {
/* 開啟手機板下方按鈕所需設定 */
#bottom_menu {
    display: none;
}
.footer.with_shopping_mode {padding: 46px 0 0px;}
#to_top { bottom:60px;}
}

@media screen and (max-width: 600px) { 
}
.i_video_tit{text-align:center;display: flex;align-items: center;justify-content: center;}



.i_prod_tit h2, 
.i_video_tit h2{ font-size:36px;}



.i_prod_tit span, 
.i_video_tit span { font-size:22px; font-family: "Noto Sans TC", sans-serif; font-weight:800; letter-spacing:5px; }


.i_prod_tit h2:before {

    content: "NEWS";
    font-size: 36px;
    color: #fc4409;
    font-weight: 800;
    font-family: "Lato", sans-serif;
    margin-right: 10px;
}



.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%;display: none;}

.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) {
	.nav-header {
    z-index: 123;
    top: 0;
    left: 0;
    max-width: 150px;
    width: 100%;
    grid-row: 1 / span 2;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 15px;
    align-content: center;
}
}
@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) {
}



.product_page .product_menu_list {padding: 0;}
.product_menu_list > h5 {display: block;color: #444;font-size: 16px;border-bottom: 2px solid #eee;padding: 10px 0;}
.product-layer-two{background: transparent;border-radius: 10px;}
.product-layer-two ul {grid-gap: 0;}
.product-layer-two li.active{background: #fff;transition: all .5s;}
.product-layer-two li.active li a {background: #eee;transition: all .5s;}
.product-layer-two li a {color: #333;font-size: 12px;background: transparent;padding: 10px 0;}
.product-layer-two li a:hover{background: #888;color: #fff;padding-left: 10px;}
.product-layer-two li a:hover ~ i{color: #fff;}
.fa-circle-plus::before {content: "+";}
.product-layer-two li.active a {font-weight: 500;border: none;color: #fff;background: #666;padding-left: 10px;}
.product-layer-two li.active i.close::before{color: #fff;}
.product-layer-two li.active .fa-circle-plus::before {color: #fff;}
.product-layer-two li li a {padding: 10px;font-size: 12px;background: #eeeeee;}
.product-layer-two > li {padding-bottom: 0;border-bottom: none;}
.product-layer-two > li > a {letter-spacing: 2px;border: none;transition: all .5s;}
.product-layer-two > li.active > a {background: #555;}
.product-layer-two > li.active li.active > a{background: #fff;color: #ad925e;}
.product-layer-two > li ul > li + li {margin-top: 0;}
.product-layer-two li ul {margin-top: 0;}
.product-layer-two li li:hover {margin-left: 0;background: #fff;transition: all .5s;}
.product-layer-two li li:hover > a {background: transparent;}
.product-layer-two li li:hover > a:before{display: none;}
.product-layer-two li i {top: 12px;height: auto;font-size: 12px;font-weight: 300;color: #555;}


.products-list .price {margin: 0 0 10px;}
.products-list .price b {color: #415677;}
.products-list .more {font-size: 14px;font-weight: 500;border: 1px solid #ccc;color: #888;}
.products-list .item a:hover .more {background: #aaa;}
.products-list .name {height: 60px;text-align: center;letter-spacing: 1px;line-height: 160%;}

.product_info_page .product_menu_list{display: none;} 

.product_pic {display: flex;flex-direction: column-reverse;max-width: 1200px;margin: 0 auto;}
.product_pic .swiper-slide{max-height: 80vh;}
.product_pic .proImgSwiper{max-height: 80vh;}
.swiper-button-next:after, .swiper-button-prev:after {background: #888;width: 30px;height: 45px;display: block;
    padding: 0 10px;font-size: 14px;line-height: 45px;}
.proImgSwiper .swiper-button-next:after, .proImgSwiper .swiper-button-prev:after{text-shadow: none;}

.sidebarBtn {border: none;background: transparent;}
.sidebarBtn h2 {color: #333;font-size: 20px;letter-spacing: 1px;font-weight: 500;}
.sidebarBtn .sp_price {color: #b92c2c;}
.inquiry_a1 {background: #888;border-radius: 0;}
.inquiry_a2 {background: #eee;border-radius: 0;color: #888;}
.inquiry_a1:hover, .inquiry_a2:hover, .inquiry_a3:hover{background: #555;color: #fff;}

.prod_tabs{margin-top: 120px;}
.pd_tabTitle li {border-bottom: none;background: transparent;border-bottom: 2px solid #ddd;transition: all .5s;}
.pd_tabTitle li a{color: #ddd;letter-spacing: .6rem;transition: all .5s;}
.pd_tabTitle li.activeTab {border-bottom: 2px solid #eee;}
.pd_tabTitle li.activeTab::after {height: 0;}
.pd_tabTitle li.activeTab a {color: #333;font-weight: 400;}
.pd_tabInner.edit{font-weight: 400;font-family: "Ã¥Â¾Â®Ã¨Â»Å¸Ã¦Â­Â£Ã©Â»â€˜Ã©Â«â€";}

.prod_related {background: transparent;padding: 50px 0 25px;border-top: 1px solid #333;margin-top: 100px;display: none;}
.prod_related h6 span:before {color: #333;font-weight: 400;}
.prod_related h6 span:before {font-size: 18px;letter-spacing: .6rem;}
.related_list {grid-template-columns: repeat(4, 1fr);max-width: 1400px;width: 94%;}
.related_list li a{padding: 0;}
.related_list li a p {font-size: 14px;width: 90%;line-height: 1.4;margin: 10px auto 20px;padding: 0;}


.stepImg{margin: 40px auto 80px;width: 100%;}
.stepImg img{display: none;}
.stepImg span {border: 1px solid #4f4949;text-align: center;font-size: 12px;padding: 15px 20px;color: #4f4949;
 margin: 0 -1px 0 0;width: 33.3%;}
.stepImg span.one{text-align: center;margin-left: 0;}
.stepImg span.three{text-align: center;}   
.stepImg span.active {color: #fff;background: #4f4949;}

.shopping-cart .cart_head {background: #b6a292;}
.shopping-cart .cell.product_name {font-weight: 400;padding: 10px 20px;}

.total_amount {justify-content: flex-end;margin: 30px 0 80px auto;font-size: 14px;}
.total_amount ul {background: #fff;margin: 40px 0 60px;}
.total_amount ul:after{display: none;}
.rewrite_simple, .send_simple {font-size: 14px;}
.rewrite_simple {background: #4f4949;}
.send_simple {background: #b6a292;margin-left: 20px;}
.blank_letter {letter-spacing: 2px;}
.red {color: #b92c2c;}

.separate_title {padding: 10px 20px;background: #b6a292;color: #fff;font-weight: 400;}
.border200 {width: 100%;border: 1px solid #ccc;padding: 10px 26px 10px 10px;color: #474141;border-radius: 6px;}
.formbox_form{padding: 0;}
.formbox_form li .form__insert select{margin-bottom: 10px;}
.form label {color: #474141;margin-bottom: 0;}
.form label .inputbox {margin-right: 10px;}
.form label.circle .inputbox {background-image: none;border: 1px solid #474141;border-radius: 50%;}
.form label .inputbox.Big {width: 18px;height: 18px;}
.form label.Bigcheck {margin-left: 0;top: 0;margin-top: 10px;}
.form label.Bigcheck .inputbox {background-image: none;border: 1px solid #474141;}
.form label.circle input:checked {background-position: center !important;}
.form label.Bigcheck input:checked {background: #474141;}
.separate_title .note {background: #f3f3f3;font-size: 10px;color: #888;padding: 2px 6px;border-radius: 30px;margin-left: 15px;}

.order_finish_page .main_part {max-width: 1400px;}
.order_pay {padding: 0;}
.note_edit{background: transparent;padding: 20px;color: #474141;}
.order_list_tit b {font-size: 24px;color: #474141;font-weight: 400;}
.order_list_spec p {font-weight: 400;padding: 10px 20px;background: #b6a292;}
.order_list_tab td {background: #f8f8f8;}
.order_list_tab td:nth-child(1) {background: #474141;color: #fff;width: 150px;font-weight: 400;}
.order_list_tab.payer td:nth-child(1) {border-right: 3px #b6a292 solid;}
.pay_text > a{font-size: 14px;}
.order_list_head p {font-size: 18px;color: #474141;border-bottom: 2px #474141 solid;}
.order_list_pro td:nth-child(1),.order_list_pro td:nth-child(4) {width: 70px;}
.order_list_pro tr:first-child {background: #b6a292;}
.order_list_pro tr:first-child td {color: #fff;font-weight: 400;}
.last_box_money em span {color: #b92c2c;letter-spacing: 0;}

.car_page .information_left {width: 100%;margin: 50px auto;}
.contact_le_map a {background: #888;}
.ACCN1:before, .ACCN2:before, .ACCN3:before, .ACCN4:before {margin-right: 20px;}

.formbox_form li.last {justify-content: center;}

@media (max-width: 1200px){
	.related_list {grid-template-columns: repeat(2, 1fr);}
	.related_list li figure {aspect-ratio: auto;}
	.related_list li a img {height: 25vw;}
}
@media (max-width: 1024px){
	
	.stepImg {margin: 40px auto;}
}
@media screen and (max-width: 768px) {
	
	.product-layer-two {grid-gap: 0 5px;}
	.product-layer-two li a{width: 100%;padding: 10px 0;}
	
	.product_page .product_menu_list > h5 {font-size: 18px;font-weight: 500;letter-spacing: .4rem;margin-bottom: 0;}
	.fa-caret-down::before{font-size: 14px;}
	.product-layer-two li a{border-bottom: 1px solid #eee;padding: 10px 0 5px;width: 95%;}

	.mobile_product_name{display: none;}
	

	.shopping-cart .cart_content .row{border: 1px solid #b6a292;padding: 15px 10px;}
	.shopping-cart .cell {flex-direction: row;border-bottom: none;}
	.shopping-cart .cell:before {color: #b6a292;margin-right: 10px;font-weight: 400;}
	.shopping-cart .cell.product_name {padding: 0;}
	.shopping-cart .cell.product_name p {font-size: 18px;color: #4f4949;padding-right: 30px;}
	.small_pic {width: 65px;height: 65px;}
	.shopping-cart .cell.amount:last-child {position: absolute;right: 0;top: 0;border-bottom: none;
     width: 30px !important;height: 30px;background: #b6a292;}
    .shopping-cart .cell.amount:last-child:before{display: none;}
    .shopping-cart .cell.amount:last-child > a{margin: 0 auto;line-height: 1;}
    .fa-lg {font-size: 14px;color: #fff;}

}
@media (max-width: 640px) {
	
    .order_list_pro td span {font-size: 14px;color: #474141;}
}
@media screen and (max-width: 600px){
	
	.pd_tabTitle li a{font-size: 12px;}
	.related_list li a img {height: 150px;}
	

	.shopping-cart .cell, .shopping-cart .cell.amount, .shopping-cart.check .cell.amount, .shopping-cart.check .cell{
		width: 100%;}
	.shopping-cart .cell {justify-content: space-between;border-bottom: 1px solid #eee;}
	.shopping-cart .cell.product_name {min-height: 60px;padding-bottom: 30px;}
	.shopping-cart .cell.product_name p {font-size: 14px;}

	.total_amount {justify-content: space-around;}
	.rewrite_simple, .send_simple{margin: 0;}
	
	.pay_text{display: grid;grid-template-columns: 1fr 1fr;grid-gap: 30px;}
	.pay_text > a{width: 160px;text-align: center;}
	.orderFinish_data .pay_text>*+* {margin-top: 0;}
	.order_list_tab td {padding: 6px 12px;}

	.formbox_form li.last {justify-content: space-around;}
}
@media (max-width: 570px) {
	
	.order_list_tab td:nth-child(1) {width: 100px;}
}
@media (max-width: 568px){
	
	.order_list_tab td{font-size: 14px;}
}



.product-layer-two li li a{transition: all .5s;}
.product-layer-two li li:hover > a {color: #22395d;}
.product-layer-two > li.active > a {background: #22395d;}
.product-layer-two > li.active li.active > a {color: #24395b;font-weight: 600;}

.inquiry_a3 {background: #22395d;}

.stepImg span {border: 1px solid #888;}
.stepImg span.active {background: #888;}
.shopping-cart .cart_head {background: #888;}
.rewrite_simple {background: #888;}
.send_simple {background: #22395d;}

.separate_title {background: #888;}

.order_list_spec p {background: #888;}
.order_list_tab td:nth-child(1) {background: #22395d;}
.order_list_tab.payer td:nth-child(1) {border-right: 3px #888 solid;}
.order_list_pro tr:first-child {background: #888;}



@media screen and (max-width: 768px) {
	
	.product-layer-two li a {padding: 10px 0;width: 100%;}
	
	.shopping-cart .cart_content .row {border: 1px solid #24395b;}
    .shopping-cart .cell.amount:last-child {background: #24395b;}
    .shopping-cart .cell:before {color: #22395d;}
}

.pdinfo_tel {
    display: none !important;
}
a.pdinfo_line{background-color: #4b4b4b;}
a.pdinfo_line:hover{background-color: #fc780b;}


/*相簿*/


.work_page .main_part , .work_class_page .main_part, .work_info_page .main_part{    max-width: 1600px; width: 100%;    margin: 0 auto;}




.album_page .main_part , .album_class_page .main_part, .album_info_page .main_part{max-width: 1600px;width: 100%;margin: 0 auto;padding: 50px 20px;}
.subalbum-menu { margin: 0px 0;}
/*版面*/
ul.show-list, .other_subalbum{display: grid;grid-template-columns: 1fr 1fr 1fr;gap: 50px;}
ul.show-list:before , ul.pic-list:before{content:none;}
.overlay {    z-index: 1;}
.show-list .item , .other_subalbum li , .pic-list .item{width: 100%;margin:0;padding:5px;}

.other_subalbum li {background: transparent;}


.show-list .show_pic {aspect-ratio: auto; padding-bottom: calc(100% / 16 * 9);}


.show-list .show_pic img , .other_subalbum li a 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: 0%;  top: 0%;  transition: 0.8s; /*filter: grayscale(0.7);*/}
.other_subalbum li a div:hover img , .show-list .show_pic:hover img { transform: scale(1.05);  /*filter: grayscale(0);*/}

.show-list .item:hover .show_name { color: #998144;}
.other_album_choice li {    background: var(--subColor01);}
.subalbum-menu h2{  display: none;}
.overlay{ display: none;}
.other_subalbum li p { text-align: center; color: #726C6C;  letter-spacing: 2px;  width: fit-content;  margin: 40px auto 0;  position: relative; padding-bottom: 10px;}
.other_subalbum li p:after {content: "";  background: #C4AB90;  width: 0%;  height: 1px;  position: absolute;  left: 0;  bottom: 0;  transition: 0.5s;}
.other_subalbum li:hover p:after { width: 100%;}
.album_page .other_album, .album_class_page .other_album ,.album_info_page .other_album ,.album_page .overlay {display: none;}


.pic-list {grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));-moz-column-count:3;-moz-column-gap:10px;-webkit-column-count:3;-webkit-column-gap:10px;column-count:3;column-gap:10px;width:100%;margin:0 auto;text-align: center;}
.pic-list .item { width:100%; -webkit-column-break-inside: avoid; page-break-inside: avoid; break-inside: avoid; padding: 0; margin: 0;}
.pic-list .show_pic { height:auto; padding:0;}

@media screen and (max-width: 980px) {
ul.show-list , .other_subalbum ,ul.pic-list{    display: grid;    grid-template-columns: 1fr 1fr;}
}

@media screen and (max-width: 768px) {
.mobile_product_name{font-size: 20px;}
.subalbum-menu h2{    color: #cbc0a0;font-size: 20px;}
}

@media screen and (max-width: 600px) {
ul.show-list , .other_subalbum ,ul.pic-list{    display: grid;    grid-template-columns: 1fr;}
.mobile_product_name{font-size: 18px;}
.subalbum-menu h2{    font-size: 18px;}
.i_album_list {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 0;
}
} 


/*文章功能頁/ = = = = */
.show_content.blog_box {max-width: 1300px;gap: 20px;display: flex;justify-content: right;flex-wrap: wrap;}
.article_a .path, .article_b .path {max-width: 1300px;}
/* 左側分類欄位 = = */
.blog_le {
position: relative;
width: 210px;
padding: 0;
z-index: 1;
margin: 0;
}
h5.blog_le_t {
text-align: center;
padding: 20px;
padding-top: 15px;
padding-bottom: 15px;
width: 100%;
margin: 0 0 20px;
display: none;
}
h5.blog_le_t em {
font-weight: 500;
letter-spacing: 3px;
color: #121212;
text-align: center;

}
.blog_search {}
.blog_search input[type=search] {color: #999;border: 0;background: #eee;border-radius: 0;padding: 10px 40px 10px 10px;}
/* 分類列 */
.blog_le .accordion {
border-radius: 0;
font-size: 0;
padding: 0;
display: flex;
justify-content: center;
align-items: center;
gap: 0;
flex-direction: column;
border: 1px #eee solid;
}
.blog_le .accordion li {
transition: .3s ease-out;
border: 0;
position: relative;
overflow: unset;
height: fit-content;
display: flex;
flex-direction: column;
width: 100%;
}
.accordion li .link {
position: relative;
width: 100%;
display: flex;
flex-direction: row;
justify-content: space-evenly;
align-items: center;
border: 0;
}
.accordion li+li .link {border-top: 1px solid #eee;}
.accordion li .link a {
text-align: center;
line-height: 1.6;
font-weight: 500;
margin: 0;
padding: 10px 20px;
font-size: 14px;
letter-spacing: 2px;
border: 0;
border-bottom: 2px solid transparent;
height: auto;
transition: all 0.3s ease-out;
width: 100%;
}

.article_btn_prev {background: #ffffff;color: #939393;}
.article_btn_back {background: #ff8c40ab;}
.article_btn_next {background: #ffffff; color: #939393;}

.article_btn_prev:hover {background: #ff8c40;color: #ffffff;}
..article_btn_back:hover {background: #ff8c40;color: #ffffff;}
.article_btn_next:hover {background: #ff8c40; color: #ffffff;}


.blog_back {
    text-align: center;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 20px;
}

.news_related {
    background: #f3f3f3;
    padding: 25px 15px;
    display: none;
}



/* 分類2層-OFF */
.submenu {font-size: 14px;opacity: 1;width: 100%;border: 0;}
.submenu li+li {border-top: 1px solid #ccc !important;}
.submenu a {color: #666;word-break: break-all;line-height: 1;padding: 12px 20px 12px 30px;height: fit-content;font-size: 13px;}
.submenu a i {left: 10px;font-size: 13px;}
.submenu li.on_this_category a, .submenu a:hover {color: #FFF;}
/* 當前頁面 */
.blog_le .accordion > li.on_this_category .submenu {display: none !important;height: 100%;}
.blog_le .accordion > li.on_this_category.open .submenu {display: block !important;height: 100%;}
.blog_le .accordion > li:hover .link i, .blog_le .accordion > li.on_this_category .link i {color: #444 !important;}
.blog_le .accordion > li.on_this_category{background: transparent !important;}
.blog_le .accordion > li.on_this_category:hover {color: #3C3C3C !important;}
.blog_le .accordion > li:hover {background: transparent !important;}
.blog_le .accordion > li.on_this_category .link a, .blog_le .accordion > li:hover .link a {color: #fff !important;background: #ff8c40;}


/* 右側圖文區 = = */
.blog_ri {margin: 0;/* display: flex; */flex-direction: column;/* width: 100%; */padding: 0 0 0 40px;width: calc(100% - 230px);justify-content: flex-start;}
h4.blog_category_title {width: fit-content;font-weight: 600;letter-spacing: 1px;margin: 0;padding: 0;}
/* 圖文區塊 */
.blog_subbox {grid-template-columns: repeat(1, 1fr);width: 100%;gap: 30px;}
.subbox_item {border-radius: 0;overflow: hidden;transition: .5s ease-out;margin: 0;padding-bottom: 0;}
.subbox_item:hover {transition: .5s ease-out;}
.subbox_item a {gap: unset;display: grid;grid-template-columns: 200px 1fr;align-items: center;grid-gap: 40px;padding-right: 20px;background-color: #fff6eba6;}

.subbox_item a:before {font-size: 12px;padding: 10px 18px;background: #e7852e00;border-radius: 0px;border-bottom-right-radius: 5px;color: #ff8400;bottom: 0;font-weight: 600;letter-spacing: .5px;right: 0;top: unset;opacity:1}
.subbox_item a:hover:before {
font-size: 12px;
padding: 10px 18px;
background: #fd880b;
border-radius: 0px;
border-bottom-right-radius: 5px;
color: #ffffff;
bottom: 0;
font-weight: 600;
letter-spacing: .5px;
right: 0;
top: unset;
 opacity:1   
}
.blog_back {text-align:center;display: grid;grid-template-columns: repeat(3, 1fr);grid-gap: 20px;border-radius: 7px;}
.blog_back a { font-size:15px; color:#fff; display:block; padding:7px 15px; width:100%;}
.blog_back a.article_btn_prev {background:#ff7f00;border-radius: 5px;}
.blog_back a.article_btn_back { background:#ff7f008c;border-radius: 5px;}
.blog_back a.article_btn_next { background:#ff7f00;border-radius: 5px;}

.blog_back a.article_btn_prev:hover { background:#fc680a;}
.blog_back a.article_btn_back:hover { background:#fc680a;}
.blog_back a.article_btn_next:hover { background:#fc680a;}


.subbox_item a{
    position: relative;
    overflow: hidden;
}

.subbox_item a:hover:after {
    content: '';
    position: absolute;
    top: 0;
    left: -120%;
    width: 40%;
    height: 100%;
   
  background: linear-gradient(
    120deg,
	rgb(255 255 255 / 0%),
    rgb(255 255 255 / 50%),
    rgb(255 246 197),
  
);

    transform: skewX(-20deg) translateZ(0);

    animation: headerShine 0.8s ease forwards;
}

@keyframes headerShine {
    to {
        left: 150%;
    }
}

.subbox_item a:hover{border:none;}
.article_a .subbox_item a{
    position: relative;
    overflow: hidden;
}

.article_a .subbox_item{
    perspective: 800px;
}
.edit {
    margin: auto;
    padding: 20px 0;
    min-height: 20vh;
}


/* @1200上方區域_平板版面1200px */
@media screen and (max-width: 1200px) {
/* 首 */
.module_i_news section {width: 98%;}
/* 功 */
.subbox_item a {grid-gap: 30px;padding-right: 15px;}
.blog_ri {padding: 0 0 0 15px}

}

@media screen and (max-width: 1024px) {
/* 首 */
.module_i_news {padding: 80px 25px 80px;}
.module_i_news section {width: 100%;}
.module_i_news ul {grid-gap: 20px;}
.i_blog_ri p, .blog_list_ri p {letter-spacing: 1px;font-size: 14px;line-height: 1.6;}
.i_blog_ri h5, .blog_list_ri h5 {line-height: 1.5;margin: 10px 0 5px;letter-spacing: 1px;word-break: break-all;font-size: var(--f20);}
.i_blog_b b {font-size: 14px;}
/* 功 */
.show_content.blog_box {width: 100%;padding: 0 10px;}
.blog_le {width: 180px;}
.blog_ri {padding: 0 0 0 10px;width: calc(100% - 200px);}
.subbox_item a {grid-gap: 20px;padding-right: 15px;grid-template-columns: 260px 1fr;}
.blog_list_ri {padding: 5px;padding-left: 0;}
.i_blog_ri h5, .blog_list_ri h5 {margin: 5px 0;}
.blog_list_ri p {-webkit-line-clamp: 2;}
.subbox_item {border: 0;}
.subbox_item a:before {font-size: 10px;}
.accordion li .link a {letter-spacing: 1px;}
}




@media screen and (max-width: 768px) {
/* 首 */
.module_i_news ul {grid-template-columns: repeat(2, 1fr);gap: 30px 15px;}
.module_i_news section {padding: 0;}
.module_i_news li:last-child {display: block;}
.module_i_news .title_i_box {text-align: center;grid-column: 1 / 3;}
.module_i_news .title_i_box h4 {font-size: var(--f44);}
.module_i_news .title_i_box h6:before {line-height: 1.2;font-size: 14px;}
.i_blog_b {grid-column: 1 / 3;grid-row: 3 / 4;padding: 0;}
.i_blog_b a {margin: 20px auto 0;}
.i_blog_ri h5, .blog_list_ri h5 {margin: 5px 0;}
/* 功 */
.show_content.blog_box {display: flex;flex-direction: column;gap: 30px;}
.blog_le, .blog_ri {width: 100%;padding: 0;}

h5.blog_le_t em {display: block;font-size: 17px;padding: 5px;line-height: 1.5;letter-spacing: 3px;color: #6f5f53;padding-bottom: 2px;}
.blog_le a.news_menu_toggle {top: 0;}
h5.blog_le_t span {display: none;}
a.news_menu_toggle i {color: #6f5f53;transform: scale(.8);transform-origin: 0;}
.blog_le .accordion {background: #fff;border-radius: 10px;}
.subbox_item a {padding: 0;}
.subbox_item a:before, .subbox_item a:after{ content: none;}
/* 內 */
.blog_back {width: 100%;padding: 25px 0}
.blog_back a.article_btn_prev, .blog_back a.article_btn_next, .blog_back a.article_btn_back {height: 34px;width: 140px;line-height: 34px;font-size: 13px;}
.blog_back a.article_btn_prev:before, .blog_back a.article_btn_next:before {width: 8px;height: 8px;}
.blog_in_page h4.blog_category_title {font-size: var(--f36);}
}

@media screen and (max-width: 600px) {
/* 首 */
.module_i_news ul {grid-template-columns: repeat(1, 1fr);gap: 30px;max-width: 420px;width: 92%;margin: 0 auto;}
.module_i_news li a {grid-gap: 10px;}
.module_i_news .title_i_box h6:before {font-size: 12px;}
.i_blog_ri p, .blog_list_ri p {font-size: 13px;}
.i_blog_ri em {font-size: 11px;margin: 5px 0 0;}
/* 功 */
h5.blog_le_t {margin-bottom: 10px;}
.show_content.blog_box {gap: 18px;padding: 0;}
.blog_subbox {gap: 30px;width: 92%;margin: 0 auto;max-width: 480px;}
.subbox_item a {grid-gap: 10px;padding-right: 0px;grid-template-columns: 1fr;}
.blog_list_ri {padding: 0;}
.blog_list_ri h5 {margin: 0;}
.blog_list_ri p {margin: 5px 0 0;}
.blog_box_edit {padding: 0 10px;}
.blog_box_edit > ol {padding-left: 20px;}
}

@media screen and (max-width: 480px) {
/* 首 */
.module_i_news {padding: 60px 20px;}
.module_i_news_list {padding: 20px 0;}
.i_blog_b a {margin: 20px auto;}
/* 功 */
h5.blog_le_t em {font-size: 15px;}
}

@media screen and (max-width: 400px) {
.blog_le .accordion {grid-template-columns: repeat(1, 1fr);}
}


.articel_mainPic img {
    display: block;
    max-width: 100%;
    display: none;
}

.article_b .i_blog_le { 
    aspect-ratio: 3 / 2;    
    grid-gap: 10px;
}

.article_b .module_i_news ul {}

.article_b .module_i_news li {
    background: #ffffff59;
}

.article_b .module_i_news li a:after {  
    background: transparent;
}




.article_b .blog_list_ri h5 { 
    color: #3e3e3e;
}


.article_b .subbox_item {
    border: 1px solid #99783300;
    background-color: #ffffff2e;
    padding: 10px;
}

.article_b .subbox_item a {
    align-items: center;
    grid-template-columns: 200px 1fr;
}

.article_b .subbox_item:hover {
    border: 1px solid #ff791a96;
    box-shadow: 0 5px 8px rgb(162 162 162 / 15%);
}
   


.article_b .subbox_item a:before {
    color: #ff9a26;
    background: #99783300;
    padding: 10px;
    opacity: 0.5;
}

.article_b .subbox_item a:hover:before {
    color: #ff8800;
    background: #99783300;
    padding: 10px;
    opacity: 1;
}

.article_b .subbox_item a:after {
    content: '';
    width: 0;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
    background: #ffc16569;
    opacity: 0;
}

.article_b .subbox_item a:hover:after {
    opacity: 1;
    width: 100%;
    transition: all 500ms;
}


.article_b .blog_subbox {
    grid-template-columns: 1fr;
    /* padding: 10px; */
}


.article_b .blog_back {
    text-align: center;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 5px;
    display: none;
}

.article_b .blog_back a.article_btn_back {
    background: var(--subColor);
}


.article_b .path p,
.article_b .path p a {
    display: none;
}



.article_b h5.blog_le_t em {
    display: inline-block;
    font-style: normal;
    opacity: 0;
}


.article_b .blog_shareData {
    padding-bottom: 15px;
}


.article_b .news_related {
    background: #f3f3f3;
    padding: 25px 15px;
    display: none;
}


/*mobile menu*/
@media screen and (max-width: 768px) {

.stellarnav .menu-toggle:after {
   display:none;
}
.stellarnav.mobile {
        position: absolute;
        left: 0;
        top: 0;
        width: auto;
        display: inline-block;
	    margin-top:0px;
    }	
.stellarnav .menu-toggle span.bars {
    top: 0;
    display: flex;
    gap: 8px;
    flex-direction: column;
    height: auto;
}
.stellarnav .menu-toggle span.bars span {
    position: relative;
    display: block;
    width: 30px;
    height: 1px;
    border-radius: 6px;
    background: #ff9e39;
    margin: 0;
    transition: all 0.3s cubic-bezier(0.77, 0, 0.355, 1) 0s;
}
.stellarnav .menu-toggle span.bars span:last-child{
    margin-bottom: 0;
}

	
.stellarnav.active .menu-toggle span.bars span:nth-child(1) {
    transform: translateY(8px) rotate(-45deg);
}
.stellarnav.active .menu-toggle span.bars span:nth-child(2) {
    opacity: 0;
}
.stellarnav.active .menu-toggle span.bars span:nth-child(3) {
    transform: translateY(-10px) rotate(45deg);
}


.stellarnav.mobile::before{
    transition: 0s;
    position: fixed;
}



/* 導覽列展開 */
.stellarnav.mobile.left > ul {left: unset;right: 0;font-size: 0;max-width: 100%;padding: 0;/*右滑出現*/right: -100vw;overflow: hidden;transition: all .5s ease;}
.stellarnav.mobile.left.active > ul{width: 80%;right: 0;max-width: 500px;background-color: #616161a6;backdrop-filter: blur(5px);}
.stellarnav.mobile.right .close-menu, .stellarnav.mobile.left .close-menu {display: inline-block;font-size: 12px;background: transparent;height: 76px;width: fit-content;padding: 0;margin: 26px 0 28px;text-transform: capitalize;content: 'Menu';font-size: 14px;color: #ffffff;transform: scale(1);font-family: var(--SFontE);letter-spacing: 0.04em;height: fit-content;width: 100%;text-align: right;display: flex;flex-direction: row-reverse;padding-right: 20px;}
.stellarnav .icon-close {box-sizing: border-box;width: 18px;height: 12px;position: relative;display: inline-block;margin: 2px 9px 0 3px;}
.stellarnav .icon-close:before , .stellarnav .icon-close:after {width: 18px;height: 0px;border-bottom: solid 1px #ffffff;}

/* 導覽列選取Hover效果 */
.stellarnav ul:hover li a {opacity: 1;transition: all 0.3s ease-in-out;}

/* 第一層 */
.stellarnav.mobile  > ul > li:after {content: none;}
.stellarnav.mobile > ul > li {display: block;border-bottom: 1px solid #f0f0f0;}
.stellarnav.mobile li.open {background: #f6f6f400;color: #fff;padding: 0 0 10px;}
.stellarnav.mobile > ul > li > a {text-align: left;overflow: auto;height: auto;line-height: 1.8;display: block;font-size: 16px;padding: 15px;width: calc(100% - 30px);color: #ffffff;}
.stellarnav.mobile li.open > a {border: 0;padding: 20px 10px;}    
.stellarnav > ul > li > a:before{content: none;}
.stellarnav > ul > li.has-sub:hover {max-height: fit-content;transition: all .3s;}
.stellarnav.mobile li a{color:#ffffff59;}

/* +符號修改 = = */
.stellarnav.mobile > ul > li > a.dd-toggle {
top: 5px;
width: fit-content;
margin: 0;
right: 10px;
text-align: center;
}
.stellarnav a.dd-toggle .icon-plus:before {width: 8px;height: 8px;border-bottom: solid 1px #ffffff;top: 50%;top: 0;left: 0;transform: rotate(-45deg);}
.stellarnav a.dd-toggle .icon-plus:after {width: 8px;height: 8px;top: 50%;border-bottom: solid 1px #ffffff;transform: rotate(45deg);}
.stellarnav li.open > a.dd-toggle .icon-plus {-moz-transform: translateY(10px) scaleY(-1);-webkit-transform: translateY(10px) scaleY(-1);-o-transform: translateY(10px) scaleY(-1);transform: translateY(10px) scaleY(-1);}


/* 第二層 */
.stellarnav.mobile ul ul, .stellarnav > ul > li.drop-left > ul {
    left: 30px;
    margin: 0 auto;
    box-shadow: none;
    margin: auto;
    left: 0px;
    box-shadow: none;
    margin: 0;
}
.stellarnav li li {font-size: 14px;color: #ffffff;letter-spacing: 1px;margin: 0;transition: .3s;background-color: #454545;border: 0px #eeeeee2b solid;}
.stellarnav.mobile li.has-sub:hover ul{padding-bottom: 0;background-color: #6d6d6d;}
.stellarnav li li:hover a {background: #e7e0d2;}
.stellarnav ul ul>li>a:hover, .stellarnav ul ul>li>a:focus {color: #ffffff;/* font-weight: 600; */opacity: 1;background: #85858540;}
}



/*聯絡我們/＝＝＝＝＝*/
.contact_le_map a {background: #46A3FF;}
.contact_form li.last cite {background: #46A3FF;}

/*聯絡我們/＝＝＝＝＝*/
.contact_form li.last blockquote, .contact_form li.last cite {   border: 1px #46A3FF solid;  border-radius: 0px;}

.contact_content {
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    max-width: 100%;
    position: relative;
    padding: 0px;
}

/*聯絡我們-修改/＝＝＝＝＝*/
#content {min-height: 80vh;}
.contact_le_map a {    background: #46A3FF;}
.contact_form li.last cite {background: #fc440a;}
.contact_content .information_right {
    background: #ffffff;
    border-radius: 1em;
    width: 100%;
    max-width: 1250px;
    margin: 50px auto;
    /* padding: 30px 20px 30px 40px; */
    box-shadow: 1px 1px 15px #ffbe90;
}
.contact_form {color: #3B3C3D;}
.contact_form li.last blockquote, .contact_form li.last cite {border: 1px #fc440a solid;}
.information_right .contact_form li.last blockquote input {color: #fc440a;}
.blank_letter {
    font-family: '"Noto Sans TC", sans-serif';
    color: #000000;
    font-weight: 400;
    position: relative;
    letter-spacing: 0.2em;
    margin-bottom:5px;
}

.contact_form li .form__label {
    font-family: '"Noto Sans TC", sans-serif';
    display: block;
    max-width: auto;
    /* text-align: right; */
    letter-spacing: 0.05em;
}

.note {
    font-size: 13px;
    text-align: right;
    letter-spacing: 0.05em;
}
.red {
    color: #e50808;
}

.contact_editbox { padding: 0px 0px;}

.contact_form li input.noborder {
    border: none;
    /* border-bottom: 1px #454442 solid; */
    background: #0000000a;
    color: #3B3C3D;
    transition: all 0.3s;
}

.contact_form li {
    margin-bottom: 0px;
    border-bottom: 1px solid #4544423d;
    padding: 20px 0;
    grid-gap: 20px;
}

.contact_form li textarea.noborder {
    background: transparent;
    border: 1px #898989 solid;
    color: #3B3C3D;
    transition: all 0.3s;
}

/*隱藏聯絡資訊/＝＝＝＝＝*/
.contact_content .information_left {
    display: none;
    flex-direction: column;
    /* margin: 10px 50px 10px 80px; */
    padding: 0px;
    width: 100%;
    max-width: 1300px;
}
.i_contact_box section {
    width: 100%;
    max-width: 1300px;
    margin: 0;
}

/* 讓圖片在上 */
.contact_editbox {
  order: 1;
}

/* 讓表單在下 */
.contact_content {
  order: 2;
}

.contact_content form {
    max-width: calc(100% / 12 * 8);
    display: flex;
    flex-direction: column-reverse;
    flex-wrap: nowrap;
    margin: 0 auto;
    border-radius: 30px;
}

.contact_content .con_text {
    color: #3B3C3D;
    letter-spacing: 0.05em;
    font-family: '"Noto Sans TC", sans-serif';
    font-weight: 400;
}


.contact_page #content {
    background-image: url(https://pic03.eapple.com.tw/keeyan/b1.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    z-index: -1;
}



/*Footer/＝＝＝＝＝*/
.footer_info li p.taxid:before { content:'地址：';}
.footer {background: #000000;padding: 20px 0 0;background-size: cover;box-shadow: 0 -10px 10px #005b7e08;}

	background-size: contain !important;background-position: center !important;margin: 0 auto;}
.footer_logo > a img{display: none;}
.footer_info {grid-template-columns: 250px 1fr;padding-right: 0;max-width: 1200px;margin: 0 auto;align-items: center;gap:45px;padding: 0 3%;}
@media screen and (max-width: 768px){
.footer_info {grid-template-columns: 200px 1fr;padding-right: 0;max-width: 1200px;margin: 0 auto;align-items: center;gap:0px;padding: 0 3%;}
}
.footer_info li p,.footer_info li p a{color: #ffffff7a;}
.footer_info li p {display: inline-block;width: 40%;}
.footer_menu {border-top: 1px solid #fc440a52;padding-top: 15px;}
.footer_menu a {border: 2px solid #fff;background: #e4e4e400;border: 2px solid #281111;color: #ffffff99;font-size: 12px;font-weight: 400;transition: all .5s;border-radius: 3px;letter-spacing: 1px;}
.footer_menu a:hover {background: #ff6f00;  color: #ffffff;}
.box_link{display: none;}
.copy {  border-top: none;  font-size: 10px;  padding: 10px 3%;  background: #233451;  margin-top: 10px;}
.copy,.copy a{color: #fff;}

@media screen and (max-width: 1200px){
	.footer_logo > a{width: 160px;height: 65px;}
	.footer_info li p{width: 100%;}
}
@media screen and (max-width: 768px){
	.footer_logo{margin: 20px auto;max-width: 200px;}
	.footer_info {grid-template-columns: 1fr;text-align: center;}
	.copy {  margin-top: 0px;}
	.footer_menu {border-top: 1px solid #e4e4e4;padding-top: 11px;padding-bottom: 50px;}
	
}
@media screen and (max-width: 600px){
	
	.contact_content form {
    max-width: calc(100% / 12 * 11);
    display: flex;
    flex-direction: column-reverse;
    flex-wrap: nowrap;
    margin: 0 auto;
    border-radius: 30px;
}
.contact_content .information_right {
    background: #ffffff;
    border-radius: 1em;
    width: 100%;
    max-width: 1250px;
    margin: 50px auto;
    padding: 10px; 
    box-shadow: 1px 1px 15px #ffbe90;
}	
	
}


.copy {background: #fd4405;color: #fff;border:none;}
.copy a{    color: #fff;transition:all 0.3s;}
.box_link a{transition:all 0.3s;}
.box_link a:hover {    background: #4d9dd2;    color: #fff;}


