@charset "utf-8";
/*shixuan-世軒企業行*/

/*字型＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100;300;400;500;700;900&family=Quicksand:wght@400;500;600;700&display=swap');
body{overflow-x:hidden; font-family:"Noto Sans TC",微軟正黑體,arial , sans-serif; font-weight: 500;}
@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&family=Noto+Sans+TC:wght@100..900&display=swap');


/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
/*反白顏色*/
::-moz-selection{  background-color:#333333;  color: #fff;}
::selection{  background-color:#333333;  color: #fff;}

/*右側滾輪設定*/
::-webkit-scrollbar { width: 5px;}
::-webkit-scrollbar-track { box-shadow: inset 0 0 6px rgba(102, 102, 102, 0.6);}
::-webkit-scrollbar-thumb { background-color: #7dc8ff;}
::-webkit-scrollbar-thumb:hover { background: #7dc8ff;}
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/




/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */
.linksBtn {display: none;}
/*側邊浮動*/
.info_fix {right: 22px; padding-top: 20px; width: 60px;}
.info_fix_links { display: flex !important; position: relative;}
.info_fix_links a { background:rgb(0 129 255 / 60%); margin: 0;  border-radius: 0;  -webkit-backdrop-filter: saturate(180%) blur(5px);  backdrop-filter: saturate(180%) blur(5px);  height: 55px;}
.info_fix_links a:hover {background: rgb(0 129 255 / 100%);}
.info_fix_links a:hover:before{  opacity: 1; transform: scale(1.3) rotate(30deg);}
/*側邊浮動順序*/
a.info_fix_default.info_fix_tel { order: 1;}
a.info_fix_default.info_fix_phone { order: 2;}
a.info_fix_default.info_fix_line { order: 3;}
a.info_fix_default.info_fix_fb { order: 4;}
a.info_fix_default.info_fix_ig { order: 5;}
a.info_fix_default.info_fix_th { order: 6;}
a.info_fix_default.info_fix_mail { order: 7; display:none;}
a.info_fix_default.info_fix_yt { order: 8; display:none;}
a.info_fix_default.info_fix_gmb{ order: 9; display:none;}
@media screen and (max-width:480px) {
.info_fix { right: 5px; width: 50px;}
.info_fix_links:before {width: 50px; left: 45%;top: -70px;}
}
/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */





/*Page/＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
/*麵包屑＝＝*/
.path { display:none;}
#page::before {
    display: block;
    content: " ";
    position: fixed;
    z-index: 1000;
    left: -50%;
    top: -50%;
    width: 200vw;
    height: 200vh;
    background-image: url(https://pic03.eapple.com.tw/shixuan/bg_imp.png);
    pointer-events: none;
    opacity: 0.5;
    z-index: 10000000000000000000;
    pointer-events: none;
}
.path p, .path p a { text-align: left;}
.path p a:hover { color: #7dc8ff;}
/*頁碼＝＝*/
.page { width: 100%;  margin: 40px auto;  display: flex;  flex-wrap: wrap;  justify-content: center;  align-items: center;}
.page li {  display: flex;    margin: 3px;  width: 30px;  height: 30px;  line-height:30px;  align-items: center;  justify-content: center;}
.page li a {  display: block;  width: inherit;    height: inherit;  line-height: inherit;  padding: 0;  transition:all 0.3s;}
.page strong, .page a:hover {  background: #7dc8ff;border: 1px solid #7dc8ff;}
/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*SubMenu*/
.me_tp_features {  display: flex;  justify-content: flex-end;  align-items: center; position: relative;  top: 15px;}
.me_tp_features a {color: var(--SubColor);}
.me_tp_features a.tp_btn_notice { margin-right: 16px;}
.tp_links { display: flex; justify-content: flex-end; display:none;}
.tp_links a { font-size: 16px;  color: #53A6D8;  margin: 0 4px;}

.box_search { width: 300px;}
.box_search input[type=text] { box-sizing: border-box;  max-width: 300px;  height: 27px;  border-radius: 0; padding-left: 35px !important;}
.shop_search_btn { background: #0081ff; border-radius: 0;}

.tp_links .fa-instagram:before {
    content: "" !important;
    background: url(https://pic03.eapple.com.tw/shixuan/icon_map_map.png);
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: center;
    display: inline-block;
    width: 18px;
    height: 18px;
    filter: contrast(100%) brightness(100%);
	position: relative;
    top: 3px;
}

/*header_logo＝＝＝＝＝*/
.nav-header { grid-row: 1 / span 3; padding: 0 10px 0px;}
.nav-brand { width: 100%; max-width: 400px; transition:all 0.3s;}
.nav-brand img {transition: .3s;  max-width: 180px; margin: 0; padding:0;max-width: -webkit-fill-available; filter: contrast(0) brightness(100) drop-shadow(0px 0px 0px #222);}
.sticky .nav-brand img { margin: 5px 15px; transition: .3s;  max-width: 160px; max-width: -webkit-fill-available; filter: none; }
.header_area { position: absolute; background: #ffffff; padding: 0;box-shadow: 0px 0px 10px rgb(0 0 0 / 10%);}
.header_area .nav-brand {  transition: all 0.3s;  margin-top:0; }
.header_area.sticky {position: fixed; background: #0d569d;  transition: 0.6s;}
.header_area .nav-brand::before {
    content: "";
    display: block;
    position: absolute;
    width: 200px;
    height: 120px;
    top: 0;
    left: 0;
    background: #0d569d;
    z-index: -2;
    transition: all 0.3s;
}
.sticky.header_area .nav-brand::before {
    content: "";
    position: absolute;
    width: 200px;
    height: 120px;
    /* top: -30px; */
	left: 0;
    background: #ffffff;
    z-index: -1;
    transition: all 1s;
    box-shadow: 0 26px 10px -20px rgb(0 0 0 / 10%);
}

/*按鈕/＝＝＝＝＝*/
.animated-arrow { background: #0d569d;}
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
/*  = 預設解除背景輪播 =  */
#content_main { margin: 0;}
.contact_page .banner {background: #eeeeee;}
.bannerindex { position: static; height: auto;}
.swiper-banner { position: static;  margin: 0;  height: auto;}
.swiper-banner .swiper-slide img { width: 100%; height: 100vh;}
.swiper-slide img {  height: auto;}
.swiper-pagination {  left: 2%;  margin-left: 0;   display: flex;   flex-direction: column;   height: auto;   top: 50%;   transform: translateY(-50%);   position: absolute;   justify-content: center;   z-index: 2;}
.swiper-pagination-bullet {  width: 0.225vw;  height: 1.5vw; border-radius: 0; margin: 5px 0;  background: #000;}
.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction { bottom: 6%;}
@media screen and (max-width: 1400px) {
.swiper-banner .swiper-slide img { width: 100%; height: auto;}
}
@media screen and (max-width: 780px) {
.bannerindex { padding-bottom: 0%;}
}
@media screen and (max-width: 480px) {
.box_search {width: 190px;}
}
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/





/*Main/＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
.pageIndex .main_part { border-top: none;}
#content {
	min-height: 80vh;
	background: url(https://pic03.eapple.com.tw/shixuan/bg.png), linear-gradient(0deg, rgb(255 255 255 / 0%) 25%, rgb(248 252 253) 75%); 
	background-position: center top;
	background: #ffffff;
	}
#content_main {background: #ffffff !important;}

/*Header/＝＝＝＝＝*/
.main_header_area { background: #ffffff00; height:100px;}
/*選單最大寬度設定*/
.main_header_area .container {  max-width: 1600px;  transition: all 0.6s;}
.sticky .main_header_area .container {  max-width: 1300px;}
/*第一層*/
.stellarnav ul {  display: flex;    align-items: baseline;    flex-wrap: wrap;    width: 100%;    justify-content: flex-end;    position: relative;}
.stellarnav > ul > li {  transition: all 0.6s;   vertical-align: top;   position: relative;   padding-left: 40px;}
.stellarnav ul ul { width: 180px; box-shadow: 0 7px 35px -10px rgb(0 0 0 / 10%);}
.stellarnav > ul > li > a { font-size: 17px;  letter-spacing: 0.05em;  color: #333;  transition: all 0.3s;  position: relative;    margin: 18px 0 4px;}
.header_area.sticky .stellarnav > ul > li > a {  color:#FFFFFF;}
.stellarnav > ul > li > a b { font-weight: 500;}
.stellarnav > ul > li > a b:nth-child(2) {  font-size: 12px;  color: #097ed2;  line-height: 1.5;  transition: all 0.4s ease;  -webkit-transform: translateY(-30px);   transform: translateY(-30px);  opacity: 0;}
.stellarnav>ul>li:hover:before, .stellarnav > ul > li > a:hover b {  transform: translateY(-10px);  -webkit-transform: translateY(-10px);  -moz-transform: translateY(-10px);}
.stellarnav > ul > li > a:hover b:nth-child(2) {  opacity: 1;   transform: translateY(-20px);  -webkit-transform: translateY(-20px);}
/*第二層*/
.stellarnav li li { border: 1px #f6f8f7 solid;}
.stellarnav li li > a, .stellarnav li li.has-sub > a {    padding: 7px 24px 7px 5px;    transition: all 0.3s;    border-left: 2px solid #0081ff;}
.stellarnav li li:hover > a, .stellarnav li li.has-sub:hover > a {  color: #0d569d;  padding-left: 10px;  border-color: #ffffff;  background: #ffffff;  border-left: 7px solid rgb(13 86 157);}
/*下拉*/
.stellarnav > ul > li.drop-left > ul { right: 0; left: 16px;}
.stellarnav li.has-sub > a:after { content: '+';  border-left: 0px;  border-right: 0px;   border-top: 0px;}
.stellarnav li li.has-sub > a:after { border-left: 0px solid #898989; right: 15px;}
.stellarnav li.drop-left li.has-sub > a:after { border-right: 0px solid #898989;}
@media screen and (max-width: 1024px) {
/*Header/＝＝＝＝＝*/
.main_header_area { height: auto;  padding: 0 15px;}
.main_header_area .container {  max-width: 100%;}
.navigation { flex-wrap: wrap;  justify-content: center; padding: 25px 0 5px 120px;}
.me_tp_features { order: 0; background: rgb(255 255 255 / 0%); padding-top: 4px; margin: -20px 0 20px;justify-content: center;}
.me_tp_features a { color: #fff;}
.me_tp_features a i { display: none;}
.shop_search_btn { background: #53A6D8;}

/*平版板header_logo*/
.header_area { position: relative;}
.header_area .nav-brand {display: flex; justify-content: center; }
.header_area.sticky {position: sticky;transition: 0.6s;}
.nav-brand {padding-top: 0;}
.nav-brand img {max-width: 180px; filter: none;}
.sticky .nav-brand img {  max-width: 180px; filter: contrast(0) brightness(100) drop-shadow(0px 0px 0px #222);}
.nav-header { z-index: 0;}
.navigation { padding: 0 0;}
.stellarnav ul { justify-content: center;}
.main_header_area {  padding: 0;  height: auto;}
.stellarnav > ul > li > a {  margin: 0px 0 5px; padding: 0px 2px 0;}

/*手機板LOGO*/
.header_area .nav-brand { width: auto; max-width: 125px; padding-top: 0;}
.header_area .nav-brand::before {display: none;}
.sticky.header_area .nav-brand::before{display: none;}
/* 開啟手機板下方按鈕所需設定 */
#bottom_menu {display: flex;}
.footer.with_shopping_mode { padding:30px 0 60px; }
#to_top { bottom:60px;}
.sticky .nav-brand:before { width: 100%;}
.nav-menu { padding: 0 10px;}
/*手機版大圖切換點點*/
.swiper-pagination{ display:none;}

/*------------------------------------------------*/
/*MENU(內選單)*/
.me_tp_features a.tp_btn_cart, .me_tp_features a.tp_btn_notice { display: block;}
/*.stellarnav.mobile { background: #77a929;}*/
.stellarnav .menu-toggle { padding: 24px 10px; background: #f5f5f5;}
.stellarnav .menu-toggle span.bars span {background: #296ac8;}
.stellarnav .menu-toggle:after { color: #296ac8;}
.stellarnav > ul > li > ul {left: auto; transform: translateX(0%);}
.stellarnav.mobile.right .close-menu, .stellarnav.mobile.left .close-menu { background:#e3e9f0;}
.stellarnav.mobile > ul > li { border-bottom: 1px #f5f5f5 solid;}
.stellarnav.mobile > ul > li > a { padding: 15px 43px 15px 10px;}
.stellarnav.mobile > ul > li > a b:nth-child(2) { display: none;}/*隱藏英文*/
.stellarnav.mobile li.open { background: #f5f5f5;  padding: 15px;}
.stellarnav.mobile li li a.dd-toggle { padding: 0;background: #ffffff;border-left: 0px solid #77a929 !important;}
.stellarnav.mobile li.open li.open {background: #f5f5f5 !important;}
.stellarnav.mobile li.open li.open > a { font-weight: 500; border-left: 1px solid #f5f5f5 !important;}
.stellarnav li li a:hover { background:none;}
/*------------------------------------------------*/
}
@media screen and (max-width: 900px) {
.stellarnav > ul > li{padding-left: 10px;}
.stellarnav > ul > li:before { left: 50%;}
.stellarnav > ul > li:after { left: 52px;}
}
@media screen and (max-width: 768px) {
/*選單漸變效果＝＝*/
/*首頁固定選單*/
.header_area.sticky {position: sticky;transition: 0.6s;}
.main_header_area { padding: 0; height: auto;}
.sticky .main_header_area {height: auto;}
.me_tp_features {top: 0; margin-top: 0;}
/*側邊選單/＝＝＝＝＝*/
.stellarnav li li > a , .stellarnav li li.has-sub > a{    padding: 10px;border-left:none;}
.stellarnav li li:hover > a , .stellarnav li li.has-sub:hover > a{padding: 10px;border-color:transparent;}
/*手機板header_logo*/
.main_header_area {  margin: 0;   border-radius: 0;}
.stellarnav > ul > li:hover::before{ display:none;}
.nav-menu { padding: 0 10px 0 160px;}
.sticky .nav-brand:before { width: calc(100% + 300px);}
.nav-menu > li > a:before { bottom: 50px;}
.tp_links {margin-left: 15px;padding: 7px 10px;}
.nav-menu > li > a { padding: 45px 14px;}
.nav-menu > li > a:after { bottom: 50px;}
/*------------------------------------------------*/
/*MENU(內選單)*/
.header_area.sticky .stellarnav > ul > li > a {  color:#333333;}
.stellarnav > ul > li:before{ display:none !important;}
.stellarnav > ul > li:hover:before{ display:none !important;}
.stellarnav > ul > li:after  { display:none !important;}
.stellarnav > ul > li:hover:after  { display:none !important;}
.stellarnav > ul > li.drop-left > ul { left: 0;}
}
@media screen and (max-width: 480px) {
.nav-brand img {max-width: 140px; padding: 0;}
.sticky .nav-brand img { max-width: 120px;}
.header_area .nav-brand::before { top: 35%;}
.tp_links { display: none;}
.stellarnav .menu-toggle { background: #e3e9f0}
.sticky .stellarnav .menu-toggle span.bars span { background: #0d569d;}
.sticky .stellarnav .menu-toggle:after {color: #0d569d;}
}
/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */







/*footer/＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
.footer { border-top: 0px solid #eaf5f1; padding: 70px 0 0;  font-size: 14px;  background: linear-gradient(180deg, #e4eaf1, #e4eaf1);  background-position: center top;  background-repeat: no-repeat; background-size: 100%;}
.footer_menu { width: 100%;  display: grid; grid-template-columns: repeat(2, 1fr);}
.footer_menu a {background: rgb(255 255 255 / 50%); border: none; text-align: center; color: #0d569d;  padding: 10px 10px; transition: all .3s;  border-radius: 0; border: 0px solid #e4eaf1;}
.footer_menu a:hover { background: #ffffff;  color: #0d569d;  border-radius: 0;  border: 0px solid #ffffff;}

.footer_info { padding: 0; display: grid;  grid-template-columns: 280px 1fr;   grid-gap: 20px;}
.footer_info ul { display: flex; justify-content: flex-end;    border-left: 1px solid rgb(13 86 157 / 20%);}
.footer_info li { padding: 0px;}
.footer_info li:before { font-size: 18px;  text-transform: uppercase; display: block;  color: #333333;   margin-bottom: 10px; font-weight: 600; letter-spacing: 2px;}
.footer_info li:nth-child(1):before { content: "聯絡資訊";}
.footer_info li:nth-child(1) { width: 50%;  display: flex;  flex-flow: column;  margin-left: 20px;  padding: 0 17px;  flex-wrap: wrap;  flex-direction: row;}
.footer_info li p:before { font-weight: 500;}
.footer_info li p {  color: #0d569d;  line-height: 150%;  display: inline-block;  width: 100%;  letter-spacing: 2px;  font-size: 15px;}
.footer_info li p a { color: #333333;}
.footer_info li:nth-child(2):before { content: "網站地圖";}
.footer_info li:nth-child(2) { width:50%;  margin: 0;  border-top: 0px solid #ffffff;  padding-top: 0;}

.footer_info li p.fax:before { content: '傳真：';}
/*順序*/
.footer_info li p.tel  {order:1 ;}
.footer_info li p.phone  {order:2;}
.footer_info li p.fax  {order:3;}
.footer_info li p.line {order:4;}
.footer_info li p.taxid  {order:5 ;}
.footer_info li p.mail { order:6 ;}
.footer_info li p.add  {order:7;}



.fa-instagram:before {
    content: "" !important;
    background: url(https://pic03.eapple.com.tw/shixuan/icon_map_map.png);
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: center;
    display: inline-block;
    width: 18px;
    height: 18px;
    filter: contrast(0%) brightness(200%);
}


/*footer_logo*/
.footer_logo {
    background-image: url(https://pic03.eapple.com.tw/shixuan/footer%20logo.svg) !important;
    background-repeat: no-repeat;
    background-size: contain;
    transition: all 0.5s ease-in-out;
    background-position: center;
    margin-right: 0;
    height: 130px;
    width: auto;
}
.footer_logo img {  width: 0;  height: 68px;}
.copy { text-align: center;  padding: 20px 0;  font-size: 13px;  color: rgb(255 255 255 / 60%);  border-top: 0px solid #0d569d;  margin-top: 50px;  background: #0d569d;}
.copy a{ color: rgb(255 255 255 / 60%); transition: all 0.5s ease-in-out;}
.copy a:hover { color:rgb(255 255 255 / 60%);}
#to_top { bottom: 30px; color:#ffffff;  background:#0d569d; box-shadow: 0px 0px 0 rgba(0, 0, 0, 0.1);  border-radius: 0;}
#to_top i:before, #to_top i:after { background: #ffffff;}
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
.box_link { display: flex;  align-items: center;  justify-content: space-evenly;  max-width: 280px;  width: 100%;  left: 0;  top: 77%; flex-direction: row;}
.box_link a { transition: all 0.3s; background:rgb(13 86 157 / 70%); width: 20%; height: 40px; border-radius: 0; font-size: 18px; color: #ffffff; border: none; display: flex; justify-content: center; align-items: center;}
.box_link a:hover { background:#0d569d;}
a.me_tp_mail { display: none;}
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
@media screen and (max-width: 1350px) {
.footer .center { max-width: 90%;}
}
@media screen and (max-width: 1200px) {
.footer_info {  grid-template-columns: 200px 1fr;}
.box_link { max-width: 200px;}
.footer_info li:nth-child(1) { margin-left: 15px;}
}
@media screen and (max-width: 1024px) {
.footer .center { max-width: 100%;}
.footer_info { display: flex; flex-direction: column;}
.footer_logo { width: 100%; margin: 0 auto; text-align: center;}
.box_link { left: 40%; top: 40%; }

/*手機板footer*/
.footer_menu a { width: auto; text-align: center;}
.footer_info { padding: 25px 70px 0;}
.footer_info li p { width: calc(100% / 1);}
.footer_info li:nth-child(1) { width: 100%; text-align: justify; padding: 0;}
.footer_info li:nth-child(2) { width: 100%; text-align: left;}
.footer_info ul { width: calc(100% - 0px); margin: 10% 0 0; }
}
@media screen and (max-width:766px) {
.footer_info ul { width: calc(100% - 0px);  margin: 0 0; display: flex; flex-direction: column; }
.footer_info li:nth-child(1) { width: 100%;  text-align: justify;  padding:0px 0px 25px;}
.footer_info li:nth-child(2) { margin-left: 15px; }

/*Footer/＝＝＝＝＝*/
#to_top { bottom:120px;}
.footer_info { justify-content: center;}
.footer_logo { height: 120px; margin: 0 0; background-position: left;}
.box_link {  left: 0; top: 0; justify-content: flex-start;}
}
@media screen and (max-width: 600px) {
.box_link { text-align: center;}
.footer_info { padding: 45px 25px 40px;}
.footer_info li:nth-child(2) { padding: 20px 0;}
.footer_info li p {line-height: 180%;  letter-spacing: 0px; font-size: 14px;}
}
@media screen and (max-width: 480px) {
.copy { margin-top: 0;}
}
/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */




/*隱私權政策_網站使用條款*/
.privacy_page .main_part { padding: 10% 20px 50px;}







/*Banner/＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
.banner {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-color: #f9f9f9;
  width: 100%;
  height: calc(100vw * 0.3);
  max-height: 600px;
  min-height: 180px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.banner h5 { display:none;}
.banner.banA { background-image: url(https://pic03.eapple.com.tw/shixuan/banA.jpg);}
.banner.banB { display: none;}/*一般編輯頁*/
.banner.banD { background-image: url(https://pic03.eapple.com.tw/shixuan/banD.jpg);}
.banner.banE { background-image: url(https://pic03.eapple.com.tw/shixuan/banE.jpg);}
.banner.banF { background-image: url(https://pic03.eapple.com.tw/shixuan/banF.jpg);}
.banner.banblog {background-image: url(https://pic03.eapple.com.tw/shixuan/banblog.jpg);}
.contact_page .banner{
	background-image: url(https://pic03.eapple.com.tw/shixuan/banC.jpg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center bottom;
	background-color: #f9f9f9;
	width: 100%;
	height: calc(100vw * 0.3);
	max-height: 600px;
	min-height: 180px;
	display: flex;
	justify-content: center;
	align-items: center;
}
@media (max-width: 1024px) {
.banner {height: calc(85vw  * 0.35); max-height: 500px;}
.contact_page .banner {height: calc(85vw  * 0.35); max-height: 500px;}
}
@media (max-width: 768px) {
.banner {height: calc(67vw * 0.45); max-height: 400px;}
.contact_page .banner {height: calc(67vw * 0.45); max-height: 400px;}
}
@media (max-width: 580px) {
.banner {height: calc(55vw * 0.55);  max-height: 350px;	min-height: 0;}
.contact_page .banner {height: calc(55vw * 0.55);  max-height: 350px;	min-height: 0;}
}
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/









/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */
/*購物車*/

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*預設購物車版面 產品分類選單在左側 商品內頁詳細介紹下表單更改樣式 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: none;
    min-height: 30vw;
}

.product_page .products-list,
.product-wrapper { width: calc(100% - 270px);grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));}

ul.page { width: 100%;}



/*左側選單*/
.product_menu_list>h5 {  font-size: 40px;  font-weight: bold;  margin-bottom: 10px;  padding-right: 0;  position: relative;  color: #333333;  display: block;}
.fa-caret-down::before {  content: "\f0d7";  font-size: 25px;}

.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;     background: transparent !important;}
.product-layer-two li li.active a {  background: rgb(255 0 0);  color: #2069cb;  font-weight: 500;}
.product-layer-two li li a{ padding:5px 10px;padding-left: 18px;    background: transparent !important;}
.product-layer-two li li:hover > a { background: transparent !important;  color: #2069cb;}
.product-layer-two > li { width:100%; max-width:100%; padding:0; text-align:left; border-bottom:1px solid #e5e5e5; padding-bottom: 5px;}
.product-layer-two li a { font-size: 16px; color: #444444; font-weight: 600; background: transparent; border: none;padding: 15px 16px;}
.product-layer-two > li ul > li + li { margin-top:5px;}
.fa-circle-plus::before { content: "\f055"; color: #2069cb;}
.product-layer-two li i {  position: absolute;  right: 0;  top: 8px;  width: 37px;  height: 37px;  display: flex;  justify-content: center;  align-items: center;  cursor: pointer;}

.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: 16px; margin-left: -12px; top: 50%; margin-top: -4px; clip-path: polygon(0 0, 100% 50% , 0 100%);}
.product-layer-two li li:hover > a:before { background: #2069cb;}
.product-layer-two li.active a {color: #2069cb;  font-weight: bold;  border: none;  border-bottom: 1px #d5d5d5 dashed; background: rgb(83 166 216 / 20%);}
.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;}



/*右側商品區塊*/
/*顏色*/
.products-list .more {  line-height: 40px;  border: 1px solid #18579a;    color: #18579a;    border-radius: 0;    letter-spacing: 1px;    font-weight: 500;}
.products-list .item a:hover .more { background:#18579a;}
.products-list .item {    position: relative;    padding: 10px 10px;    background: #e5eaf1;}
.products-list .price b { color: #000;}
.products-list .name { font-size: 17px;  color: #333; text-align: center;}
/*購物車/內層＝＝*/
.product_info_page .main_part { max-width:1500px;}
.sidebarBtn { border: 1px #ededed solid;  border-radius: 0;}
.product_info li .txt_box { color: #18579a;}
.amountNum { border-radius: 0;}/*數量(請輸入)*/
/*按鈕顏色---------*/
/*加入購物車*/
.inquiry_a3{ background: rgb(231 141 112 / 90%);}
.inquiry_a3:hover{  background: rgb(231 141 112 / 100%);}
/*加入詢價車*/
.inquiry_a1{ background: rgb(43 107 200 / 80%);}
.inquiry_a1:hover{  background: rgb(43 107 200 / 100%);}
/*檢視詢價車*/
.inquiry_a2{ background:rgb(83 166 216 / 60%);}
.inquiry_a2:hover{ background: rgb(83 166 216 / 100%);}
/*商品資訊*/
.pd_tabTitle li a { padding: 10px 10px; color: #ffffff;  line-height: 2.4;  background: #18579a;  border-radius: 0;}
.pd_tabTitle li {border-bottom: 0px solid #999999;}
.pd_tabTitle li.activeTab a { color: #ffffff;}
.pd_tabTitle li.activeTab::after { height: 1px;  background: #296ac7;  border-radius: 0px;}
.lastaction { color:  #3e3834; background-color: #f2f2f2;}
.nextaction {background-color:  #3e3834;}
.lastPage { background: #50a0d0;  transition: all .3s;  border-radius: 0;}
.lastPage:hover { background:#0081ff;}
/*相關推薦*/
.related_list li a { border-radius: 0;}
.related_list li figure { border-radius: 0;}
.related_list li a p { font-size: 15px;  color: #333;  line-height: 150%;  margin: 10px 10px;  padding: 10px 10px;   border-radius:0;}
.prod_related { background: linear-gradient(180deg, #f3f3f3, #ffffff); padding: 80px 30px;}
.prod_related h6 span:before {font-size: 28px; color: #3e3834;}



/*加入詢價車-下單*/
.total_amount { width: 300px;}
.rewrite_simple { background: #9bafc4 url(../images/simple_left.png) 10% center no-repeat;background-size: 8%;}
.send_simple { background: #0d569d url(../images/simple_right.png) 88% center no-repeat;background-size: 8%;padding: 0 20px 0 0;}
.separate_title {background: #eee left center no-repeat;  position: relative;  overflow: hidden;}
.separate_title::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    border-top: 22px solid transparent;
    border-bottom: 22px solid transparent;
    border-left: 10px solid #0d569d;
}

@media screen and (max-width: 1024px) {
.product_menu_list>h5 { font-size: 35px;}
}	
@media screen and (max-width: 768px) {
.product_menu_list>h5 { font-size: 30px;}
.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: 450px) {
.product_menu_list>h5 { font-size: 25px;}
}	
/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */














/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */
/*新相簿*/
.album_class_page .main_part { width: 100%;  max-width: 1500px;  margin: auto;  padding: 50px 20px;}
/*相本分類*/
.show-list .item:hover .show_name{ color: #e14d4b;}
/*相簿*/
.other_album_choice li { background: #ccc;}
/*相簿下方隱藏*/
.show-list .item a .show_pic {filter: grayscale(0);transition: all .8s;}
.show-list .item a:hover .show_pic {filter: grayscale(0);}
.show-list .show_pic {aspect-ratio: 5 / 4;}
.show-list .item a .show_pic img { transform: scale(1);  transition: all .8s;}
.show-list .item a:hover .show_pic img {   transform: scale(1.05);}
.album_page .banner {position: relative; background: transparent; width: 100%; object-fit: cover; background-size: cover; display: flex; padding: 0; min-height: fit-content;}
.album_page .banner h5 { text-align: center; padding-bottom: 20px;  width: 100%; font-size: 24px; font-weight: 600; letter-spacing: 0.2em; width: fit-content; padding: 50px 0 0;}


/*相本列表*/
.album_page #content, .album_class_page #content, .album_info_page #content{   background: transparent;}
.album_page .show_content, .album_info_page .show_content{  width: 100%;  text-align: center;}
.subalbum-menu { margin: 0;  padding: 0;}
/* 主分類相簿名 */
.subalbum-menu h2 {  text-align: left;  padding-bottom: 20px;  width: 100%;  font-size: 40px;  font-weight: 600;  letter-spacing: 0;  color: #333333;}
/*大分類頁*/
.album_class_page .show_content,.album_info_page .show_content {width: 100%;}
.show-list { display: grid;  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));  grid-template-columns: 1fr 1fr 1fr 1fr;  grid-gap: clamp(20px, 4%, 50px);  gap: 30px;}
.album_class_page .show-list { grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));}
.show-list .item { text-align: center;  width: 100%;  background: transparent;}
/* 次分類相簿名 */
.other_subalbum li a p { line-height: 2; margin: -22px 0 0 11px;  margin: 0;  position: relative; z-index: 1; display: inline-block; padding: 20px; font-size: 17px; font-weight: 600;  line-height: 1;  color:#0d569d;}


/*相本內頁-.album_info_page*/
.album_info_page .main_part { max-width: 1400px; padding: 50px 20px;}
.album_descrip p { font-weight: 700;  text-align: center;  padding-bottom: 20px; width: 100%; color: #333; font-size: 20px;  letter-spacing: 0.12em;}
/*相簿瀑布流*/
.album_info_page .pic-list { -webkit-column-count: 3; -webkit-column-gap: 10px; column-count: 3; column-gap: 10px; width: 100%; margin: 0 auto; grid-template-columns: repeat(auto-fill, minmax(350px, 1fr)); grid-gap: 10px;}
.album_info_page .pic-list .item { width: 100%; -webkit-column-break-inside: avoid;  page-break-inside: avoid;  break-inside: avoid;  padding: 0;  margin: 0;}
.album_info_page .pic-list .show_pic {  height: auto;  padding: 0;  aspect-ratio: 4 / 3;}
.pic-list .item h6 { padding: 0;}

@media (max-width: 1440px){
.album_info_page .pic-list{  -moz-column-count:3;  -webkit-column-count:3;   column-count:3;}
}
@media screen and (max-width: 1280px){
.show-list {grid-template-columns: 1fr 1fr;}
}
@media screen and (max-width: 768px){
.show-list { grid-template-columns: 1fr ;}
}
@media screen and (max-width: 600px){
.album_page .show-list .item{width: 100%;}	
.album_page .show-list .item{margin:auto;}
.show-list .item{margin:auto;}
.show-list .item a .show_pic img{min-height: 340px;}
.album_descrip {margin-bottom: 0;}
.album_descrip p { padding-bottom: 0;}
.show_content{padding: 0;}
}
/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


















/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */
/*文章管理*/
.blog_page .main_part { max-width: 1500px;  padding: 50px 20px;}
.blog_in_page .main_part {  max-width: 1500px;   padding: 50px 20px;}


/*首頁_文章管理--------------------*/
.module_i_news { padding: 90px 20px;  background-repeat: no-repeat;  background-size: cover;}
.module_i_news section { max-width: 1500px; display: flex; flex-direction: column;}
.module_i_news_list { order: 2;}
.module_i_news .i_blog_b { order: 1; margin: -80px 0 0 auto;}
.pageIndex .productsListBox, .productsListBox.swiper { padding: 50px 0 30px;}
.module_i_news ul { grid-template-columns: 1fr 1fr 1fr 1fr;}
.module_i_news li a { grid-template-columns: 1fr; grid-gap: 10px;}
.module_i_news_list, .module_i_news_list.swiper {  padding: 60px 0 30px;}
.module_i_news .title_i_box {position: relative; text-align: left; margin: 0 auto 0 0;}
.module_i_news .title_i_box h4 {  margin: 0 auto; font-size: 30px;  color: #222222;  letter-spacing: 5px; position: relative;  text-indent: 5px;  z-index: 9;padding-top: 60px;font-weight: 600;}

.module_i_news .title_i_box h4:after { content: "News"; position: absolute; left: 0%;  top: 0px;  font-weight: 500; 
     font-size: 40px;  letter-spacing: 2px; color: #18579a; text-indent: 2px;}

.i_blog_ri { min-height: 120px; padding: 15px 10px; transition: 0.5s; display: flex ; flex-direction: column; justify-content: flex-start; min-height: 200px; }
.i_blog_ri h5 { letter-spacing: 2px;}
.i_blog_ri em { font-size: 14px; color: #555;}
.i_blog_ri p {color: #444; padding-top: 10px;  margin-top: 10px; border-top: 1px solid;}
.module_i_news li a:before { left: 10px; right: 0; text-align: left; bottom: 0px;  opacity: 1; transition: 0.5s;}
.module_i_news .i_blog_b a { background: #18579a;}

/*hover*/
.module_i_news li a:after { display: none;}
.module_i_news li a:hover .i_blog_le img { transform: scale(1.1);transition: 0.8s;}
.module_i_news li:hover a:before, .subbox_item:hover a:before {  letter-spacing: 2px; color: #ffffff;}
/*---首頁_文章管理-----*/



/*文章管理-功能頁*/
/*側邊*/
.blog_search input[type=search] {  border-radius: 0px;}
.blog_le .accordion { border-radius: 0px; border: 0px #ccc solid;}
.accordion li .link a{font-size: 16px;}
.submenu { background: #fff;}
h5.blog_le_t {  font-size: 22px; letter-spacing: 3px;  margin-bottom: 15px; position: relative;  color: #222;}
h5.blog_le_t em { display: inline-block;  font-style: normal; font-family: 'Noto Sans TC'; font-size: 40px;  font-weight: 700;  position: relative; bottom: 0; color: #333333; line-height: 160%; letter-spacing: 0;}
.blog_le .accordion > li:hover, .blog_le .accordion > li.on_this_category {  background: #18579a !important;}
.submenu li.on_this_category a, .submenu a:hover { background: #fff; color: #979797; letter-spacing: 4px;}
.submenu a {padding: 12px;}
.submenu a i { display: none;}

/**/
.blog_subbox { display: grid; grid-template-columns: 1fr 1fr 1fr; grid-gap: 60px 30px;}
.subbox_item a { grid-template-columns: 1fr;}
.blog_list_ri { min-height: 200px;}
.blog_list_ri h5 {  font-weight: 500;  font-size: 20px;  color: #333; -webkit-line-clamp: 2;}
.blog_list_ri p { border-top: 1px solid #ccc;  padding-top: 10px;  margin-top: 20px;  font-size: 17px;  color: #777;  -webkit-line-clamp: 2;  line-height: 160%;}
.blog_list_ri em { color: #777777;}

/*hover*/
.subbox_item a:after{display: none;}
.subbox_item a:before { position: absolute; font-size: 30px; background: #18579a; color: #ffffff; width: 60px;  height: 60px;    border-radius: 0;  transition: all .6s;  content: "+"; bottom: 0;  right: 0;
			display: flex; justify-content: center;  align-items: center; }

.blog_list_le { overflow: hidden;  }
.subbox_item:hover .blog_list_le img { transform:scale(1.1);  transition: 0.8s;}


/*文章管理-功能頁內頁*/
.articel_mainPic img { display: none;}/*文章內頁 封面隱藏*/
.blog_shareData {justify-content: flex-end; margin-bottom: 30px;}
h4.blog_category_title { margin-bottom: 5px;}
.blog_box_edit { border-top: 1px solid #c2c2c2; padding-top: 30px;}

/*按鈕顏色*/
.blog_back a.article_btn_back { background: #18579a;transition: all 0.3s;}
.blog_back a.article_btn_back:hover {  background-color: #0081ff;}
.blog_back a.article_btn_prev ,.blog_back a.article_btn_next { background: #4d82b6; transition: all 0.3s;}
.blog_back a.article_btn_prev:hover { background-color: #0081ff;}
.blog_back a.article_btn_next:hover {  background-color: #0081ff;}

/*相關文章*/
.news_related_list { max-width: 1500px;}
.news_related {padding: 80px 15px;}
.lastPage { background: #18579a;}

@media screen and (max-width: 1200px) {
.module_i_news ul { grid-template-columns: 1fr 1fr;}
}
@media screen and (max-width: 1024px) {
.blog_subbox { grid-template-columns: 1fr 1fr;}
h5.blog_le_t em{font-size: 35px;}
}
@media screen and (max-width: 768px) {
h5.blog_le_t em{font-size: 30px;}
.module_i_news { padding: 50px 20px; }
.module_i_news li { border-bottom: unset;}
.module_i_news_list, .module_i_news_list.swiper { padding: 20px 0 30px;}
.i_blog_ri { min-height: auto;}
}
@media screen and (max-width: 480px) {
h5.blog_le_t em{font-size: 25px;}
.blog_subbox {  grid-template-columns: 1fr; }
}
/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = = = = = */








/*＝＝＝聯絡資訊＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
/*聯絡資訊*/
.list_before li { margin: 0px 0;}
.contact_page .main_part { max-width: 1500px;}
.contact_content { background: #fff;  padding: 0;}
.contact_content .information_left { width: 34%;}
button, input, optgroup, select, textarea {outline: none; padding-left: 15px !important;background: #ffffff;}
.blank_letter { font-family: 'Noto Sans TC';  padding-top: 0; font-weight: 600;  font-size: 40px;  color: #333333;}
.list_before { display: flex; flex-direction: column;}
.list_before.info li { padding: 10px 0px 10px 60px;  border-bottom: 1px #f5f5f5 solid;  display: flex;  align-items: center;}
.innersend {padding-left: 0 !important;text-align: center;}
.info_TEL:before, .info_TEL2:before, .info_PHONE:before, .info_LINE:before, .info_FAX:before, .info_TAXID:before, .info_MAIL:before, .info_ADD:before, .info_ADD2:before { width: 45px;}

.TEL:before, .TEL2:before, .PHONE:before, .FAX:before, .TAXID:before, .MAIL:before, .ADD:before, .ADD2:before { 
    width: 44px;  margin-left: 33px;  font-size: 15px;  height: 25px;  border-right: 1px solid #ededed;  letter-spacing: 0.05em;  color: #545454; font-weight: 500;display: flex;  align-items: center;}
.TEL::after, .TEL2::after, .PHONE::after, .FAX::after, .TAXID::after, .MAIL::after, .ADD::after, .ADD2::after { 
     position: absolute; content: "＋";  color: #7eb4e7; font-size: 17px;  width: 30px;  height: 30px;  left: 0;  top: 50%; transform: translateY(-50%);}




.info_LINE:before { content: "LINE ID";}

/*聯絡資訊欄位順序變動*/
.TEL { order: 1;}
.PHONE { order: 2;}
.TEL2 { order: 3;}
.ADD { order: 4;}
.MAIL { order: 5;}


/*表格樣式*/

.contact_content .information_right { width: calc(65% - 0px);  padding-left: 30px;}
.contact_form { display: flex;  flex-wrap: wrap;  justify-content: space-between;    align-items: flex-end;}
.contact_form li { width: 100%;  display: inline-block;  padding: 0px 10px 5px;  border-bottom: none;}
.contact_form li:nth-child(5) { width: 100%;}
.contact_form li:nth-child(6) { 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 cite {background: #18579a;}
.contact_form li.last blockquote, .contact_form li.last cite { width: 49%; border: 1px #f5f5f5 solid;}
.contact_form li input.noborder { border: 0px #ddd solid; background: #f5f5f5;}
.contact_form li textarea.noborder  { border: 0px #ddd solid; background: #f5f5f5;}
.noborder {padding: 10px 10px;  border-radius: 4px;}
@media screen and (max-width:1024px) {
.blank_letter {font-size: 35px;}
}
@media screen and (max-width: 768px) {
.list_before.info {width: 100%;max-width: inherit;}
.contact_content .information_left { width: 100%;}
.contact_content .information_right { width: 100%;  padding: 0;}
}
@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 .form__insert { width: 100%;   }
.contact_form li .form__label {  width: 100%;  text-align: left; background: #fff; }
.information_left, .information_right { padding: 0px;}
.contact_content .information_right { margin: 60px 0 0;}
.contact_page .main_part { padding: 50px 15px;}
h4.blank_letter.i::after { font-size: 25px; letter-spacing:0px;}
.blank_letter { font-size: 25px; padding: 0;}
.contact_content { padding: 0 10px;}
.contact_form li {   width: 100%;  padding: 0 0 10px;}
}
/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

