@charset "utf-8";

/*
關於CSS設定說明
CSS屬性是會繼承的，而且還是由上往下繼承。
同樣元素設定16px 後 12px 再 15px 最後會以最後設定的15px為準
但是有兩種情況除外:
1.絕對路徑命名. 如: .xx .yy .zz p {設定值;}
2.important.  如: .xx p {設定值 !important;}

CSS3選取器語法 :nth-child(n) 

*/


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*上方選單解除滑動固定
.header_area.sticky { position:relative;}
*/
.header_area, .header_area.sticky {
    position: fixed;
    padding: 10px 10px 5px;
    background: #fff0;
	z-index: 11;
}
.header_area.sticky { background: #fff0;}
.navigation { grid-template-columns: 1fr;}
.main_header_area .container { max-width: unset;}
.tp_links { padding: 0 10px; display: none;}


/*電腦LOGO*/
.nav-header, .nav-brand { width: 100%; max-width: unset;}
.nav-brand {
    text-align: center;
    width: 22vw;
    max-width: 380px;
    padding: 18px 0 15px;
	transition: all 1s ease-out;
}
.header_area.sticky .nav-brand {
    margin-top: -300px;
}
.nav-brand img {
    filter: drop-shadow(2px 4px 5px #fff) drop-shadow(2px 4px 10px #fff) drop-shadow(2px 4px 30px #fff);
}
.pageIndex .nav-brand img {
    filter: none;
}

@media screen and (max-width: 1500px) {
.nav-brand { padding: 10px 0;}
}
@media screen and (max-width: 1200px) {
.nav-brand { width: 20vw; min-width: 200px; padding: 5px 0;}
}
@media screen and (max-width: 1024px) {
.header_area, .header_area.sticky {
	background: url(https://pic03.eapple.com.tw/xingchuanpet/ink01b.png) no-repeat left 168px / 1024px;
	height: 218px;
	padding: 0;
}
.main_header_area { background: #ffffff; padding: 10px 0 0; box-shadow: 0 20px 12vw #fff;}
.me_tp_features { display: none;}
.nav-brand { padding: 0; transition: all 0s ease-out;}
.header_area.sticky .nav-brand { margin-top: 0;}
}
@media screen and (max-width: 768px) {
.header_area, .header_area.sticky { background-size: 100%; background-position-y: 130px; height: 170px;}
}
@media only screen and (max-width: 570px) {
.stellarnav .menu-toggle { padding: 10px;}
.header_area, .header_area.sticky { background-position-x: 45%; background-position-y: 120px; height: 150px;}
.nav-brand { max-width: 180px; width: 85vw; min-width: 0;}
}
@media only screen and (max-width: 300px) {
.header_area, .header_area.sticky { background: none;}
.main_header_area { padding: 10px 0;}
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*按鈕字體設定*/
.stellarnav ul {
    width: fit-content;
    background: #ffffff;
    border-radius: 25px;
    margin: 0 auto;
    padding: 3px 20px 0;
    text-align: center;
}
.stellarnav > ul > li.has-sub > a { padding-right: 0;}
.stellarnav li.has-sub > a:after { top: 60%; display: none;}
.stellarnav > ul > li > a {
    font-size: 15px;
    letter-spacing: .03em;
    background: #c5b1d100;
    color: #a98cbb;
    width: 110px;
    height: 30px;
    border-radius: 25px;
    padding: 0;
    margin: 0;
    transition: all .5s ease-out;
}
.stellarnav > ul > li > a b {
    font-weight: 600;
    line-height: 32px;
}
.stellarnav > ul > li > a:hover, .stellarnav li li a:hover {
    transform: scale(1);
    font-family: "Gochi Hand", cursive;
    background: #7c549500;
    color: #7c5495;
}
.stellarnav > ul > li > a:hover b {
    font-weight: normal;
    font-size: 24px;
    line-height: 36px;
}

.stellarnav ul ul {
    margin: 0;
    padding: 0;
    border-radius: 0;
}
.stellarnav.desktop li.has-sub li a, .stellarnav li li a {
    color: #111;
	font-family: unset;
	font-size: 14px;
    line-height: 34px;
    margin: 0;
	height: auto;
    line-height: 20px;
    padding: 6px 10px;
}
.stellarnav.desktop li.has-sub li a:hover, .stellarnav li li a:hover {
    background: #e0d1e5;
}
.tp_links { display: none;}

@media screen and (max-width: 1200px) {
.stellarnav > ul > li > a { width: 90px;}
.stellarnav > ul > li > a b { line-height: 28px;}
.stellarnav > ul > li > a:hover b { font-size: 22px; line-height: 32px;}
}
@media screen and (max-width: 768px) {
.stellarnav.mobile.left > ul { border-radius: 0; padding: 0;}
.stellarnav.mobile.right .close-menu, .stellarnav.mobile.left .close-menu { background: #ece8ef54;}
.stellarnav.mobile.right .close-menu, .stellarnav.mobile.left .close-menu, 
.stellarnav.mobile > ul > li { border-bottom: 1px #ad8abb47 solid;}
.stellarnav.mobile > ul > li > a { width: auto; border-radius: 0;}
.stellarnav > ul > li > a:hover, .stellarnav li li a:hover { font-family: "微軟正黑體"; background: #f6f2f7;}
.stellarnav.mobile > ul > li > a:hover b { font-weight: 600; font-size: unset; line-height: unset;}
}



/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*footer設定*/
.footer {
    background: 
		url(https://pic03.eapple.com.tw/xingchuanpet/ink01a.png), 
		url(https://pic03.eapple.com.tw/xingchuanpet/footer-bg.jpg);
    background-size: 100%, cover;
    background-repeat: no-repeat;
	background-attachment: scroll, fixed;
    background-position-y: -2px, top;
    padding-top: 160px;
}
.footer_logo {
    margin: 10px 10px 0;
    max-width: 270px;
}
.footer_logo img {
    filter: drop-shadow(2px 4px 5px #fff) drop-shadow(2px 4px 10px #fff) drop-shadow(2px 4px 30px #fff);
}
.footer_info { 
    grid-gap: 0 20px;
    padding: 0 65px;
	align-items: center;
}
.footer_info li p, .footer_info li p a {
    letter-spacing: 2px;
    color: #7c5495;
    font-weight: 600;
	line-height: 2;
}
.footer_info li:nth-child(1) { display: flex; flex-direction: column;}
.footer_info li:nth-child(2) { padding-bottom: 0;}
.footer_info li p.line:before { content: '官方 Line ID：';}
p.phone { order: -1;}

/*footer聯絡資訊隱藏*/
p.taxid, p.mail, .box_link, 
li.info_TAXID, li.info_MAIL { display: none;} /*聯絡我們資訊同步隱藏*/

/*footer按鈕設定*/
.footer_menu a {
    background: #a98cbb;
    color: #fff;
    font-weight: 600;
    border: 1px #fff0 solid;
    border-radius: 16px;
    padding: 6px 12px;
	margin: 0 8px 10px 0;
	box-shadow: 0 0 30px #fff;
}
.footer_menu a:hover {
    background: #fff;
    color: #7c5495;
}

/*版權欄位設定*/
.copy { margin-top: 10px; border-top: 1px #fff solid; background: #ffffff52;}
.copy, .copy a { color: #a37fb9;}
.copy a:hover { color: #582d73;}


/* 跨欄位+置中 11版必放 */
.footer_info div:nth-of-type(3) { grid-column: 1 / 3; text-align: center; margin-top: 8px;}


@media screen and (max-width: 1300px) {
.footer { padding-top: 12vw;}
}
@media screen and (max-width: 850px) {
.footer_info { grid-template-columns: 290px 1fr; grid-gap: 0 10px; padding: 0 65px 0 25px;}
.footer_menu a { padding: 5px 12px; margin: 0 4px 10px 0;}
}
@media screen and (max-width: 768px) {
.footer_info { grid-template-columns: 1fr; padding: 0 25px; justify-items: center;}
.footer_logo { margin: 10px 0;}
.footer_info ul { text-align: center;}
.footer_info li+li { margin-top: 15px;}
.footer_info li:nth-child(2) { padding: 0 50px 0 0;}
.footer_info li p, .footer_info li p a { letter-spacing: .2vw;}
.footer_info div:nth-of-type(3) { grid-column: unset; justify-items: center; margin-top: 5px;}

/* 開啟手機板下方按鈕所需設定 */
.footer.with_shopping_mode { padding: 100px 0 55px;}
#bottom_menu li { border-right: 1px solid #e4d5ed;}
#bottom_menu li a { color: #7c5495;}
#to_top { bottom: 65px;}
}
@media screen and (max-width: 600px) { 
.footer_info { padding: 0 10px;}
.footer_info ul { letter-spacing: 0;}
.footer_info li:nth-child(2) { padding-right: 30px;}
.copy { padding-top: 8px;}
}
@media screen and (max-width: 345px) { 
.footer.with_shopping_mode { padding-top: 20vw;}
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*聯絡我們 聯絡資訊*/
.contact_editbox { padding: 0;}

.contact_content {
    background: url(https://pic03.eapple.com.tw/xingchuanpet/06-bg02.jpg) no-repeat center top / 130vw;
	box-shadow: 0 0 8vw #fff inset, 0 0 8vw #fff inset;
    padding-top: 180px;
}
.contact_content .information_left { display: none;}
.contact_content .information_left, 
.contact_content .information_right { width: 100%; padding: 10px;}
.contact_content form {
	width: 82%;
    max-width: 1050px;
    background: #ffffffb5;
    border: 1px solid #a46fc5;
    border-radius: 4vw;
    margin: 0 auto;
    padding: 60px 5vw 30px;
}
.contact_content .information_right {
    padding-top: 20px;
}

/*線上表單 個別設定*/
.blank_letter {
    font-family: "Noto Serif TC", serif;
    font-size: 24px;
    font-weight: 500;
    letter-spacing: 1px;
    color: #ffffff;
    background: #774d87;
    width: 180px;
    border-radius: 30px;
    text-align: center;
    padding: 5px 0;
    position: absolute;
    top: -84px;
    left: calc(50% - 90px);
}
.note {
    font-size: 13px;
    text-align: right;
    position: absolute;
    padding: 16px 0 0 45px;
    display: block;
}
.contact_form { margin-top: 0;}
.contact_form li {
    grid-template-columns: 1fr;
    grid-gap: 5px;
    padding: 24px 0 10px;
    border-bottom: 1px dashed #ac8ab98a;
}
.contact_form li .form__label {
    max-width: 100%;
    text-align: left;
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    color: #a46fc5;
    font-weight: 700;
    font-size: 17px;
}
.contact_form li input.noborder {
	border: 0;
    background: #a46fc512;
}
.contact_form li:has(input[type=checkbox]) .form__insert {
    grid-template-columns: repeat(auto-fit, minmax(13px, 13px) minmax(110px, 1fr));
} 
.contact_form li:has(input[type=radio]) .form__insert {
    grid-template-columns: repeat(auto-fit, minmax(13px, 13px) minmax(60px, 1fr));
}
.contact_form li:nth-child(19):has(input[type=radio]) .form__insert {
    grid-template-columns: repeat(auto-fit, minmax(13px, 13px) minmax(100px, 490px));
	align-items: baseline;
}
.contact_form li.last blockquote, 
.contact_form li.last cite { border: 1px #7c5495 solid;}
.contact_form li.last blockquote { color: #7c5495;}
.contact_form li.last cite { background: #ad8abb;}

@media screen and (max-width: 768px) {
.blank_letter { top: -53px;}
.contact_content { padding-top: 150px;}
.contact_content form { width: 90%; padding: 30px 5vw 20px;}
}
@media screen and (max-width: 630px) {
.contact_form li:nth-child(19) { padding-bottom: 10px;}
.contact_form li:nth-child(19) .form__insert:after { display: contents;}
}
@media screen and (max-width: 600px) {
.contact_form li { grid-template-columns: 1fr;}
.contact_form li .form__label { background: none; padding: 3px 0 0; margin: 0 0 -5px;}
}
@media screen and (max-width: 350px) {
.list_before.info li { padding: 20px 0 0;}
.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 { margin-top: -20px;}
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*預設解除背景輪播*/
#content_main { margin:0; box-shadow: 0 0 30vw #30a3d9; z-index: 1;}
.bannerindex { position:relative; height:auto; position: sticky;}
.swiper-banner { position:static; margin:0; height:auto;} 
/* .swiper-slide img { height:auto;} */

@media screen and (max-width: 1024px) {
.bannerindex { border-top: 172px solid #fff;}
}
@media screen and (max-width: 768px) {
.bannerindex { padding:0; border-top: 120px solid #fff;}
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

#content {
    width: 100%;
    min-height: 80vh;
    background: url(https://pic03.eapple.com.tw/xingchuanpet/bg00.jpg) no-repeat center top / 100% fixed;
}
.main_part {
    max-width: unset;
	background: linear-gradient(to bottom, #fff0 0px, #ffffffc7 200px, #fff 400px);
    background: -moz-linear-gradient(to bottom, #fff0 0px, #ffffffc7 200px, #fff 400px);
    background: -webkit-linear-gradient(to bottom, #fff0 0px, #ffffffc7 200px, #fff 400px);
    background: -ms-linear-gradient(to bottom, #fff0 0px, #ffffffc7 200px, #fff 400px);
}
.path {
    max-width: 1300px;
    margin: 0 auto;
}
.other_page .path, .services_page .path, .contact_page .path {
    padding: 50px 30px 0;
}
.path p a:hover {
    color: #7c5495;
	font-weight: 600;
}
.show_content {
    max-width: 1300px;
}

/*內頁BANNER 設定*/
.banner {
    background: #f9f9f900;
    padding: 450px 0 50px;
}
.banner.banA, .banner.banB, .banner.banC, .banner.banD, .banner.banE, .banner.banF, 
.banner.banblog { background-image: none;}
/*
.banner:after {
    content: "";
    width: 100%;
    height: 300px;
    position: absolute;
    bottom: 0;
    background: linear-gradient(to bottom, #fff0 0%, #fff 80%);
}*/
.banner h5 {
    font-family: "Noto Serif TC", serif;
    font-size: 26px;
    font-weight: 500;
    letter-spacing: 2px;
    line-height: 1.1;
}
.banner h5:before {
    content: "";
    font-family: "Gochi Hand", cursive;
    font-size: 60px;
    display: block;
    color: #fff;
    letter-spacing: 5px;
}
.banner.banB h5:before { content: "~ Tips ~";}
.services_page .banner.banB h5:before { content: "~ Service ~";}
.banner.banE h5:before { content: "~ Works ~";}
.banner.banblog h5:before { content: "~ Sharing ~";}
.banner.banC h5:before { content: "~ Book ~";}


/*內頁角落的寵物圖*/
#content:before {
    content: "";
    background: url(https://pic03.eapple.com.tw/xingchuanpet/pet03.png) no-repeat top left / contain;
    position: absolute;
    width: 30vw;
    height: 33vw;
	animation: dd01 2s linear infinite alternate;
	z-index: 1;
}
#content:after {
    content: "";
    background: url(https://pic03.eapple.com.tw/xingchuanpet/pet01.png) no-repeat top right / contain;
    position: absolute;
    top: 7.8vw;
    right: 6vw;
    width: 24vw;
    height: 24vw;
	animation: shake 3s linear infinite;
}
.other_page #content:after, .album_info_page #content:after { 
	background-image: url(https://pic03.eapple.com.tw/xingchuanpet/pet08.png);
}
.services_page #content:after, .album_info_page #content:after { 
	background-image: url(https://pic03.eapple.com.tw/xingchuanpet/pet05.png);
}
.album_class_page #content:after, .album_info_page #content:after { 
	background-image: url(https://pic03.eapple.com.tw/xingchuanpet/pet07.png);
}
.blog_page #content:after, .blog_in_page #content:after { 
	background-image: url(https://pic03.eapple.com.tw/xingchuanpet/pet04.png);
}

@keyframes shake {
	25% {transform: rotate(-1deg);}
	75% {transform: rotate(1deg);}
}
@keyframes dd01 {
	100%{transform: scale(1.05);}
}

@media screen and (max-width: 1700px) {
#content { background-size: 1700px;}
.banner { padding: 26.53vw 0 0;}
}
@media screen and (max-width: 1600px) {
#content:before { left: -3vw; width: 33vw; height: 38vw;}
#content:after { top: 10vw; right: 2vw; width: 23vw; height: 23vw;}
}
@media screen and (max-width: 1200px) {
.banner { padding: 24.53vw 0 0;}
}
@media screen and (max-width: 1024px) {
#content:before { top: 60px; left: -7vw; width: 36vw; height: 38vw;}
#content:after { z-index: 11; top: 170px; right: 30px; width: 21vw; height: 21vw;}
.banner { padding: 280px 0 0;}
}
@media screen and (max-width: 768px) {
#content { background-size: 1200px;}
#content:after { top: 110px; right: 4vw;}
.banner { padding: 220px 0 0;}
.banner h5:before { font-size: 7vw;}
}
@media screen and (max-width: 600px) {
#content:before { top: 110px;}
#content:after { top: 175px;}
}
@media screen and (max-width: 430px) {
#content:before, #content:after { display: none;}
.main_part { padding: 30px 10px 10px;}
.banner { padding: 180px 0 0;}
.banner h5:before { font-size: 11vw; letter-spacing: 3px;}
}



/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*功能頁 共同設定*/
h5.blog_le_t, .subalbum-menu h2, .news_related h6 span {
    font-family: "Noto Serif TC", serif;
    font-size: 24px;
    font-weight: 500;
    color: #222;
    letter-spacing: 1px;
}
h5.blog_le_t span {
    display: inline-block;
    font-size: 20px;
    padding-left: 8px;
    color: #bca7c9;
}

/*功能頁 首頁設定*/
.module_i_album, .module_i_news {
    background: url(https://pic03.eapple.com.tw/xingchuanpet/05-bg01.jpg) no-repeat left bottom / cover;
	border-top: 1px #ac8ab9 solid;
    padding: 6vw 20px 4vw;
}
.module_i_album {
    padding-bottom: 1vw;
}
.module_i_news {
    background-position-x: right;
}
.i_album_b a, .i_blog_b a {
    background: #ad8abb2b;
    border: 1px #7c5495 solid;
    color: #7c5495;
}
.module_i_album .title_i_box h4, .module_i_news .title_i_box h4 {
    font-family: "Noto Serif TC", serif;
    letter-spacing: 1px;
    line-height: 1;
}
.module_i_album .title_i_box h6, .module_i_news .title_i_box h6 {
    font-family: "Gochi Hand", cursive;
    font-size: 4vw;
    font-weight: normal;
    letter-spacing: .05em;
    color: #7c5495;
}
.i_album_list li a p {
    background: #9466a6bd;
}
.i_album_list li a p span {
    color: #fff;
    font-weight: 600;
}

@media screen and (max-width: 1200px) {
.module_i_album .title_i_box, .module_i_news .title_i_box { margin-bottom: 5px;}
.module_i_album .title_i_box h6, .module_i_news .title_i_box h6 { font-size: 48px;}
}
@media screen and (max-width: 768px) {
.module_i_album, .module_i_news { padding: 80px 20px;}
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*文章設定*/
/*一排呈現
.subbox_item { width:100%;}
*/


/*最新消息 文章設定*/
.blog_le .accordion > li:hover, .blog_le .accordion > li.on_this_category {
    background: #7c5495 !important;
}
.blog_box {
    padding: 1.5vw;
}
h5.blog_le_t span {
    margin-left: 15px;
}
.blog_subbox {
    grid-gap: 20px;
}
.blog_list_le {
    max-width: unset;
}
.blog_le {
    padding: 0 3vw 0 0;
}
.blog_subbox, .module_i_news ul {
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    grid-gap: 2vw;
	justify-items: center;
}
.subbox_item a, .module_i_news li a {
    display: flex;
    flex-direction: column;
	grid-gap: 5px;
}
.subbox_item a:before, .module_i_news li a:before {
    font-size: 12px;
    color: #fff;
    font-weight: 900;
    letter-spacing: .01em;
    line-height: 1.3;
    bottom: calc(50% - 30px);
    right: 40%;
    width: 60px;
    padding: 14px 0;
    border-radius: 50%;
    text-align: center;
    background: #7c5495;
}
.subbox_item a:after, .module_i_news li a:after {
    border: 0;
	background: #bca7c994;
}
.blog_list_le, .i_blog_le {
    background: #ffffffbf;
    border: 1px solid #ac8ab963;
    padding: 7px;
	height: 100%;
}
.i_blog_le img {
    height: auto;
    aspect-ratio: 1 / 1;
}
.blog_list_ri, .i_blog_ri { padding: 3px;}
.blog_list_ri h5, .i_blog_ri h5 {
    font-size: 20px;
    font-weight: 600;
    color: #7c5495;
}
.blog_list_ri em { color: #b6abbd;}
.blog_list_ri p, .i_blog_ri p { color: #333; line-height: 1.5;}

.blog_shareData { margin: -45px 0 20px;}
.toShareNews b { font-size: 13px; font-weight: normal; color: #222;}

.blog_back a.article_btn_prev, .blog_back a.article_btn_next { }
.blog_back a.article_btn_back, .lastPage { background: #ad8abb; border: 1px #7c5495 solid;}

.news_related, .prod_related {
    background: url(https://pic03.eapple.com.tw/xingchuanpet/05-bg01.jpg) no-repeat center bottom / cover;
    box-shadow: 0 0 50vw #c29dd16b;
    padding: 80px 15px 25px;
    border-top: 1px #ac8ab9 solid;
}
.news_related h6 span:before { color: #333;}
.news_related_list { grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));}
.news_related_list li a { border: 1px solid #ac8ab963; padding: 10px 10px 2px;}
.news_related_list li a p { line-height: 1.4; padding: 6px 0;  text-align: left;}

@media screen and (max-width: 1350px) {
.module_i_news ul { grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));}
}
@media screen and (max-width: 1200px) {
.blog_subbox, .module_i_news ul { grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));}
.blog_list_ri h5, .i_blog_ri h5 { font-size: 19px;}
}
@media screen and (max-width: 1100px) {
.subbox_item, .module_i_news li { border: 0;}
}
@media screen and (max-width: 1024px) {
.news_related_list { grid-template-columns: repeat(auto-fill, minmax(190px, 1fr));}
.blog_subbox, .module_i_news ul { grid-gap: 4vw;}
}
@media screen and (max-width: 850px) {
.blog_subbox { grid-template-columns: repeat(auto-fill, minmax(190px, 1fr));}
}
@media screen and (max-width: 768px) {
.blog_subbox { margin: auto; max-width: 610px;}
.module_i_news ul { grid-template-columns: repeat(auto-fill, minmax(160px, 1fr)); margin: auto; max-width: 650px; grid-gap: 10px;}
.news_related, .prod_related { padding-top: 50px;}
}
@media screen and (max-width: 640px) {
.news_related_list { grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));}
}
@media screen and (max-width: 450px) {
.blog_subbox { grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));}
}
@media screen and (max-width: 380px) {
.blog_subbox { grid-template-columns: 1fr; max-width: 240px;}
.subbox_item a { grid-template-columns: 1fr;}
.news_related_list { grid-template-columns: repeat(auto-fill, minmax(130px, 1fr));}
.module_i_news ul { grid-template-columns: 1fr; max-width: 240px;}
}



/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*美容作品 相簿設定*/
.show-list .item a {
    color: #7c5495;
    font-weight: 600;
}



/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/* 商品下拉超過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-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) {
}
@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) {
}

