@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 {
	position: fixed;
    padding: 5px 10px 0;
    background: #ffffffc4;
    box-shadow: 0px 0px 20px #000000a6;
}
.header_area.sticky { background: rgba(255, 255, 255, .9);}
.main_header_area { min-height: 40px;}
.main_header_area .container { max-width: unset;}
.navigation { grid-template-columns: 300px 1fr; padding: 0 0 0 30px;}

.tp_links { padding: 0 10px;}
.tp_links a.me_tp_call { display: none;}
.me_tp_features a { color: #000;}
.me_tp_features a:hover { color: #2662b3; font-weight: bold;}


/*電腦LOGO*/
.nav-header { max-width: unset;}
.nav-brand img { max-width: 235px; padding-top: 5px; filter: drop-shadow(1px 1px 5px #fff) drop-shadow(1px 1px 10px #fff);}

@media screen and (max-width: 1024px) {
.header_area { position: sticky; padding: 10px 10px 0;}
.navigation { padding: 0;}
.nav-brand img { max-width: 245px; padding: 5px 30px 0 0;}
}
@media screen and (max-width: 768px) {
.header_area { padding: 10px 10px 5px;}
.nav-brand img { max-width: 230px; padding: 3px 0 0 40px;}
}
@media screen and (max-width: 570px) {
.header_area { background: #fff;}
.nav-brand img { max-width: 190px; padding: 3px 0 0 0;}
}
@media screen and (max-width: 345px) {
.nav-brand img { width: 100%; max-width: 210px; padding: 3px 0 0 40px;}
}



/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*按鈕字體設定*/
.stellarnav ul { margin-top: 5px;}
.stellarnav li { padding: 0 .5vw;}
.stellarnav > ul > li > a { color: #111; font-size: 15px; line-height: 35px; height: 30px; margin: 0 5px 5px;}
.stellarnav > ul > li > a:hover, .stellarnav li li a:hover, 
.tp_links a:hover { color: #2662b3; font-weight: bold; transform: scale(1.05);}
.stellarnav li li a:hover { margin-left: 3px;}
.stellarnav li.has-sub > a:after { top: 60%;}

.stellarnav ul ul { margin: 0;}
.stellarnav li li a { color: #111; font-size: 14px;}

@media screen and (max-width: 1024px) {
.stellarnav ul { margin: 0;}
}
@media screen and (max-width: 768px) {
.stellarnav .menu-toggle { padding: 3px;}
.stellarnav.mobile > ul > li > a:hover { margin-left: 11px;}
.stellarnav.mobile li li a:hover { margin-left: 6px;}
}



/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*footer設定*/
.footer {
    padding: 50px 0 0;
    background: linear-gradient(to top, #eff6ff 20%, #cbd7e7 90%), url(https://pic03.eapple.com.tw/mumuclean/footer-bg.jpg);
	background: -moz-linear-gradient(to top, #eff6ff 20%, #cbd7e7 90%), url(https://pic03.eapple.com.tw/mumuclean/footer-bg.jpg);
    background: -webkit-linear-gradient(to top, #eff6ff 20%, #cbd7e7 90%), url(https://pic03.eapple.com.tw/mumuclean/footer-bg.jpg);
    background: -ms-linear-gradient(to top, #eff6ff 20%, #cbd7e7 90%), url(https://pic03.eapple.com.tw/mumuclean/footer-bg.jpg);
	background-size: 100%, 130vw;
    background-blend-mode: color-burn;
    background-position-x: 0, -20vw;
    background-position-y: 0, -6vw;
	border-top: 5px solid #fff;
}
.footer .center {
    position: relative;
    max-width: 1400px;
    background-image: url(https://pic03.eapple.com.tw/mumuclean/footer-bg01.png);
    background-position: left bottom;
    background-repeat: no-repeat;
    background-position-y: 60px;
}
.footer .center:before {
    content: "";
    position: absolute;
    width: 165px;
    height: 190px;
    background: no-repeat left top url(https://pic03.eapple.com.tw/mumuclean/LOGO.png);
    background-size: contain;
	filter: drop-shadow(2px 2px 20px #fff5);
    top: 10px;
    left: 28%;
}
.footer_info {
    grid-gap: 0;
	display: flex;
    flex-direction: column;
    padding: 0 0 0 5%;
    margin: 0 0 0 42%;
}
.footer_logo { margin: 0 10px 5px; display: none;}
.footer_logo img { width: 95%; max-width: 245px; filter: drop-shadow(0 0 12px #fff8) drop-shadow(0 0 3px #fff);}

.footer_info li p, .footer_info li p a {
    letter-spacing: 2px;
    line-height: 1.4;
    margin-bottom: 8px;
    color: #2d4673;
    font-weight: 600;
}
.footer_info li p::after { display: inline-block; margin-left: 8px;}
.footer_info li:nth-child(1) { margin-bottom: 5px;}
.footer_info li:nth-child(2) { padding-right: 45px;}

/*footer聯絡資訊 改標題/順序對調/隱藏*/
.footer_info li { display: flex; flex-direction: column;}
p.phone, li.info_PHONE { order: 1;}
p.phone:after, li.info_PHONE:after { content: " ( 張先生 )";}
p.tel2, li.info_TEL2 { order: 2;}
.footer_info li p.tel2:before { content: '手機：';}
.info_TEL2:before { content: '手機';}
p.tel2:after, li.info_TEL2:after { content: " ( 陳先生 )";}
p.tel, li.info_TEL { order: 3;}
p.line, li.info_LINE { order: 4;}
p.mail, li.info_MAIL { order: 5;}
p.add, li.info_ADD { order: 6;}

.box_link { display: none;}

/*footer按鈕設定*/
.footer_menu a {
	border: 1px #fff0 solid;
    border-radius: 6px;
    padding: 5px 8px;
    margin: 0 0 4px;
    background: #fff0;
	color: #678cbd;
	letter-spacing: .05em;
}
.footer_menu a:hover { 	
	background: linear-gradient(to right, #557fb1 0%, #224d85 100%);
	background: -moz-linear-gradient(to right, #557fb1 0%, #224d85 100%);
    background: -webkit-linear-gradient(to right, #557fb1 0%, #224d85 100%);
    background: -ms-linear-gradient(to right, #557fb1 0%, #224d85 100%);
	box-shadow: 0 0 20px #fff;
	border: 1px #fff solid;
}

/*版權欄位設定*/
.copy { background: #333;}
.copy a { color: #999;}
.copy a:hover { color: #999;}

@media screen and (max-width: 1450px) {
.footer .center { padding: 0 6vw 0 3vw; background-size: 700px;}
.footer .center:before { left: unset; right: 72%;}
.footer_info { margin: 0 0 0 30%;}
}
@media screen and (max-width: 1360px) {
.footer .center { background-size: 51vw; background-position-y: 70px;}
}
@media screen and (max-width: 1200px) {
.footer .center { background-position-x: 36vw; background-position-y: 3vw; background-size: 55vw;}
.footer .center:before { right: unset; left: 50px;}
.footer_info { margin: 0 0 0 230px;}
}
@media screen and (max-width: 900px) {
.footer .center { background-position-y: 8vw;}
}
@media screen and (max-width: 768px) {
.footer {
    background: linear-gradient(to top, #ffffff 10%, #eff6ff 40%, #cbd7e7 90%), url(https://pic03.eapple.com.tw/mumuclean/footer-bg.jpg);
	background: -moz-linear-gradient(to top, #ffffff 10%, #eff6ff 40%, #cbd7e7 90%), url(https://pic03.eapple.com.tw/mumuclean/footer-bg.jpg);
    background: -webkit-linear-gradient(to top, #ffffff 10%, #eff6ff 40%, #cbd7e7 90%), url(https://pic03.eapple.com.tw/mumuclean/footer-bg.jpg);
    background: -ms-linear-gradient(to top, #ffffff 10%, #eff6ff 40%, #cbd7e7 90%), url(https://pic03.eapple.com.tw/mumuclean/footer-bg.jpg);
	background-position: -10vw 0;
	background-size: cover;
}
.footer .center {
	background-size: 700px;
	background-position: center;
	margin: 0;
	padding: 215px 7vw 0;
	background-image: url(https://pic03.eapple.com.tw/mumuclean/footer-bg02.png);
}
.footer .center:before { left: 14vw;}
.footer_info { margin: 0;}
.footer_info li { padding: 10px;}
.footer_info li+li { margin-top: 0;}

/* 開啟手機板下方按鈕所需設定 */
.footer.with_shopping_mode { padding: 40px 0 55px;}
#to_top { bottom:60px;}

/********* 若購物功能關閉的話，這裡要重新打開  *********/
/* 手機板下方按鈕 換其它顯示文字 
#bottom_menu li a em, #bottom_menu li:nth-child(2), #bottom_menu li:nth-child(n+5) { display: none;}
#bottom_menu li:nth-child(3) { order: 3;}
#bottom_menu li:nth-child(n):after { font-size: 12px; line-height: 10px; display: block; margin: 0 0 15px;}
#bottom_menu li:nth-child(1):after { content: '回首頁';}
#bottom_menu li:nth-child(4):after { content: '張先生';}
#bottom_menu li:nth-child(3):after { content: '陳先生';}
*/
}
@media screen and (max-width: 600px) { 
.copy { padding-top: 7px;}
}
@media screen and (max-width: 450px) {
.footer .center { padding: 200px 0 0;}
.footer .center:before { width: 150px; height: 180px; left: 10%;}
}
@media screen and (max-width: 375px) {
.footer .center:before { max-width: 80%; left: 10%;}
.footer_info { padding: 0 0 0 2%;}
.footer_info li p, .footer_info li p a { letter-spacing: 1px;}
}



/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*聯絡我們 聯絡資訊*/
.contact_content { max-width: 1200px;}
.contact_content .information_left, .contact_content .information_right { width: 100%; padding: 1vw 4vw 1vw 2vw;}
.list_before { display: grid; grid-template-columns: 29% 35% 36%; margin-top: 15px; letter-spacing: .07em;}
.list_before.info li { padding: 0 0 0 55px;}
.list_before.info li:after { padding-left: 3px;}
.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 {
    position: absolute;
    display: block;
    width: 45px;
    left: 0;
    font-size: 14px;
    font-weight: bold;
    background: #7b9dcb;
    color: #fff;
    text-align: center;
    border-radius: 4px;
    padding-bottom: 1px;
}
.contact_form { margin-top: 20px;}
.contact_form li.last blockquote, .contact_form li.last cite { border: 1px #224d85 solid; border-radius: 5px;}
.contact_form li.last blockquote { color: #224d85;}
.contact_form li.last cite { 
	background: linear-gradient(to right, #557fb1 0%, #224d85 100%);
    background: -moz-linear-gradient(to right, #557fb1 0%, #224d85 100%);
    background: -webkit-linear-gradient(to right, #557fb1 0%, #224d85 100%);
    background: -ms-linear-gradient(to right, #557fb1 0%, #224d85 100%);
}

@media screen and (max-width: 1024px) {
.list_before { grid-template-columns: 1fr 1fr;}
}
@media screen and (max-width: 768px) {
.contact_content .information_left, 
.contact_content .information_right { padding: 1vw 7vw 1vw 5vw;}
.list_before { grid-template-columns: 1fr;}
}
@media screen and (max-width: 600px) {
.contact_content {padding: 0;}
}
@media screen and (max-width: 400px) {
.list_before.info { width: 90%; letter-spacing: 0;}
.contact_content .information_left, 
.contact_content .information_right { padding: 0;}
}
@media screen and (max-width: 345px) {
.list_before.info li { padding: 40px 0 0; 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 { left: 40%; margin-top: -30px;}
.list_before.info li:after { display: block;}
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*預設解除背景輪播*/
#content_main { margin:0;}
#content {
	background: bottom center no-repeat url(https://pic03.eapple.com.tw/mumuclean/content_bg01.jpg);
    background-size: cover;
}
.bannerindex { position: sticky; height:auto;}
.swiper-banner { position:static; margin:0; height:auto;} 
.bannerindex .swiper-slide.swiper-slide-active:before, 
.bannerindex .swiper-slide.swiper-slide-active:after {
    content: "";
    position: absolute;
    animation: ss 2s ease backwards;
    display: block;
    z-index: 10000;
    width: 964px;
    height: 1000px;
    background-repeat: no-repeat;
    background-size: 50vw;
    top: -3%;
    left: 25%;
}
.bannerindex .swiper-slide.swiper-slide-active:nth-child(1):before {
    background-image: url(https://pic03.eapple.com.tw/mumuclean/ban-index01_0616.png);
}
.bannerindex .swiper-slide.swiper-slide-active:nth-child(2):before {
    background-image: url(https://pic03.eapple.com.tw/mumuclean/ban-index02_0616.png);
}
@media screen and (max-width: 1024px) {
.bannerindex { position: relative;}
.swiper-banner .swiper-slide img { width: 125vw; max-width: 125vw; margin-left: -18vw;}
.bannerindex .swiper-slide.swiper-slide-active:nth-child(1):before { background-size: 75vw; top: -22%; left: 4%;}
.bannerindex .swiper-slide.swiper-slide-active:nth-child(2):before { background-size: 70vw; top: -8%; left: 10%;}
}
@media screen and (max-width: 768px) {
.bannerindex { padding: 0;}
}



/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*內頁標題共同設定*/
.blank_letter, h5.blog_le_t em, .subalbum-menu h2, 
.product_menu_list>h5, .prod_related h6 span:before, 
.module_i_album .title_i_box h4 {
    font-family: Noto Sans TC;
	font-size: 26px;
    font-weight: 600;
    color: #4d4d4d;
    letter-spacing: 1px;
}

/*內頁BANNER 設定*/
.banner {
    background: repeat center #f9f9f900;
    background-attachment: fixed;
    background-size: 1110px;
    background-position: 810px 0;
    background-repeat: no-repeat;
    justify-content: flex-start;
    margin-bottom: 30px;
    height: 350px;
}
.banner:before {
    content: " ";
    background: #abc6e81f;
    width: 75%;
    height: 200px;
    position: absolute;
    top: 240px;
    right: 25%;
    left: 5%;
}
.banner h5 {
    padding: 300px 0 0 40px;
    margin: -170px 0 0 420px;
    font-size: 34px;
    font-family: Noto Sans TC;
    font-weight: 400;
    color: #7b9dcb;
    letter-spacing: 2px;
    line-height: 1.2;
    border-left: 2px solid #7b9dcb;
}
.banner h5:after {
    content: "MUMUCLEAN";
	display: block;
    position: absolute;
    font-size: 16px;
    color: #abc6e8;
    margin: 5px 2px 0;
}
.services_page .banner h5:after { content: "SERVICE";}
.other_page .banner h5:after { content: "SPECIAL";}
.product_page .banner h5:after { content: "PROTECTION";}
.blog_page .banner h5:after { content: "FAQ";}
.album_page .banner h5:after, 
.album_class_page .banner h5:after, 
.album_info_page .banner h5:after { content: "WORK CASE";}
.contact_page .banner h5:after { content: "CONTACT";}

.banner.banA, .banner.banB, .banner.banC, .banner.banD, .banner.banE, .banner.banF, .banner.banblog {
    background-image: url(https://pic03.eapple.com.tw/mumuclean/ban01.jpg);
}

@media screen and (max-width: 1400px) {
.banner { background-size: 920px; background-position: 500px 0;}
.banner h5 { margin: -160px 0 0 170px;}
.banner:after { top: 29%;}
}
@media screen and (max-width: 1024px) {
.banner { height: 340px; min-height: unset; background-size: 900px; padding: 0; margin-bottom: 0; background-position: 360px 0;}
.banner:before { width: 80%; height: 150px; top: 27.5%; left: 0;}
.banner h5 { margin: -80px 0 0 90px; padding: 235px 0 0 25px; font-size: 28px; letter-spacing: 1px;}
.banner h5:after { font-size: 15px;}
}
@media screen and (max-width: 768px) {
.banner { background-size: 768px; height: 250px; margin-bottom: 45px; background-position: center 0;}
.banner:before { width: 70%; top: 24%; left: 0;}
.banner h5 { margin: 50px 0 0 75px; padding: 290px 0 0 25px; font-size: 26px;}
.banner h5:after { font-size: 14px;}
}
@media screen and (max-width: 600px) {
.banner { background-size: 670px; margin-bottom: 25px;}
.banner:before { height: 120px; top: 26%; left: 0; width: 70%;}
.banner h5 { margin: 45px 0 0 30px; font-size: 24px; text-align: left;}
.banner h5:after { font-size: 13px;}
}
@media screen and (max-width: 400px) {
.banner:before { width: 92%; top: 220px;}
.banner h5 { padding: 210px 0 0 15px; margin: 115px 0 0 30px;}
}
@media screen and (max-width: 345px) {
.banner:before { height: 180px;}
.banner h5 { margin: 0 auto 0 12vw; border: 0; padding: 300px 0 0 0;}
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*編輯頁 path統一設定*/
.path { padding: 50px 20px 0; max-width: 1200px; margin: auto;}
.services_page .path, .other_page .path { padding: 100px 20px 0;}

@media screen and (max-width: 1024px) {
.main_part { padding: 0 20px 25px;}
.path { padding: 0 20px;}
.services_page .path, .other_page .path { padding: 0 40px;}
}
@media screen and (max-width: 980px) {
.main_part { padding: 0 20px 25px;}
.services_page .path, .other_page .path { padding: 0 40px;}
}
@media screen and (max-width: 768px) {
.main_part { padding: 80px 20px 25px;}
.services_page .path, .other_page .path { padding: 80px 40px 0;}
}
@media screen and (max-width: 400px) {
.path { padding: 0 10px;}
.services_page .path, .other_page .path { padding: 80px 30px 0;}
}

/*文章設定*/
/*一排呈現
.subbox_item { width:100%;}
*/
.blog_le .accordion > li:hover, 
.blog_le .accordion > li.on_this_category {
    background: #557fb1 !important;
}
.blog_subbox {
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
}
.subbox_item a {
    display: flex;
    flex-direction: column;
	grid-gap: 5px;
}
.subbox_item a:before {
    content: 'MORE';
    font-family: 'Cormorant Infant', serif;
    font-size: 15px;
    color: #fff;
    background: #557fb1b8;
    letter-spacing: .2em;
    writing-mode: vertical-lr;
    text-orientation: upright;
    width: 35px;
    height: auto;
    top: 45%;
    left: 84%;
    bottom: 18%;
    padding: 12px 5px 5px 8px;
}
.blog_list_le {
    border: 1px solid #e3e3e3;
    padding: 3px;
}
.blog_list_ri {
    padding: 3px;
    font-family: 'Noto Sans TC', 'sans-serif', '微軟正黑體';
}
.blog_list_ri h5 {
	color: #557fb1;
    font-weight: 400;
}
.blog_list_ri em {
    color: #abc6e8;
	font-weight: 300;
}
.subbox_item a:after {
    border: 0;
}
.subbox_item a:hover:before, .subbox_item a:hover:after {
    opacity: .8;
}

h4.blog_category_title {
    font-family: Noto Sans TC;
    font-weight: 500;
    color: #557fb1;
    width: calc(100% - 130px);
}
.blog_shareData {
    width: 120px;
    position: absolute;
    top: 22px;
    right: 0;
}
.blog_back a.article_btn_back, .lastPage { background: #557fb1;}
.news_related_list { grid-template-columns: repeat(auto-fill, minmax(190px, 1fr));}

@media screen and (max-width: 960px) {
.subbox_item { border: 0;}
}
@media screen and (max-width: 850px) {
.blog_subbox { grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));}
}
  

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*作業案例 相簿設定*/
.show-list .item:hover .show_name { color: #4f9795;}
.other_album_choice li { background: #42829c;}
.album_fixed_title { background: #fff0;}
.show-list .show_pic, .pic-list .show_pic { aspect-ratio: 4 / 4;}


/*相本分類全版面 ( 限制最寬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; } 取消連結被點擊效果
*/





/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/* 商品下拉超過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個--結束 */


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*預設購物車版面 產品分類選單在左側 商品內頁詳細介紹下表單更改樣式 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: 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-layer-two > li { padding: 5px 0; border-bottom: 1px dotted #1b5a71;}
.product-layer-two li.active a { border: 1px #135973 solid; background: #135973; color: #fff;}
.product-layer-two li a { font-size: 16px; color: #135973; background: #eef3fa;}
.product-layer-two li ul { margin-top: 0;}
.products-list .price b { color: #e1304f;}
.products-list .price b.ori_price { color: #9ec2cf;}

.inquiry_a1 { background: #e7637a;}
.inquiry_a2 { background: #47839a;}
.inquiry_a3 { background: #4c75ad;}
.prod_related { background: #f9f9f9;}
.products-list .more { border: 1px solid #557fb1; color: #557fb1;}
.products-list .item a:hover .more { background: #557fb1;}


