@charset "utf-8";



/* = = = MJ = = = = = = = = = == = = = = = = = = = = = = = = == = = */


@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100;300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+TC:wght@300;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300..700;1,300..700&display=swap');

body{
	overflow-x:hidden;
	font-family: "Cormorant Garamond", "Noto Sans TC","微軟正黑體","arial","sans-serif";
	font-weight: 400;
  background: #080808;
}

body{overflow-y: scroll; overflow-x:hidden; max-height: 100%;}
body::-webkit-scrollbar {width: 2px;}
body::-webkit-scrollbar-track {box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); background: #151515;}
body::-webkit-scrollbar-thumb {background-color: #696969; border: 1px solid #696969;}


/*網站全域設定/＝＝＝＝＝*/

/*
  #e6e6e6 /*網站主要色系
  #888485 /*網站輔助色系1
  #505050; /*網站輔助色系2*/





/* = = = 大圖 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */


/*預設解除背景輪播*/
/*#content_main { margin:0;}
.bannerindex { position:relative; height:auto;}
.swiper-banner { position:static; margin:0; height:auto;} 
@media screen and (max-width: 768px) {
.bannerindex { padding:0; margin:0;}
}*/

/*點點樣式*/
.swiper-pagination-bullets.swiper-pagination-horizontal {bottom: var(--swiper-pagination-bottom, 40px);}
.swiper-pagination-bullet {width: 20px; height: 2px; border-radius: 0px; background: #ffffff;}
.swiper-pagination-bullet-active {background: #505050;}
.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {margin:0;}



@keyframes ani_SC {
  0% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
            opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
            opacity:1;
  }
}
@keyframes ani_TtoB {
  0% {
    -webkit-transform: translateY(-10%);
            transform: translateY(-10%);
            opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
            opacity:1;
  }
}
@keyframes ani_LtoR {
  0% {
    -webkit-transform: translateX(-5%);
            transform: translateX(-5%);
            opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
            opacity:1;
  }
}
@keyframes ani_RtoL {
  0% {
    -webkit-transform: translateX(5%);
            transform: translateX(5%);
            opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
            opacity:1;
  }
}

@keyframes ani_SRtoL {
  0% {
    -webkit-transform: translateX(10%);
            transform: translateX(10%);
            opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
            opacity:1;
  }
}


@-webkit-keyframes puff-in-center {
  0% {
    -webkit-filter: blur(4px);
            filter: blur(4px);
    opacity: 0;
    letter-spacing: 15px;
  }
  100% {
    -webkit-filter: blur(0px);
            filter: blur(0px);
    opacity: 1;
    letter-spacing: 1px;
  }
}
@keyframes puff-in-center {
  0% {
    -webkit-filter: blur(4px);
            filter: blur(4px);
    opacity: 0;
    letter-spacing: 15px;
  }
  100% {
    -webkit-filter: blur(0px);
            filter: blur(0px);
    opacity: 1;
    letter-spacing: 1px;
  }
}




@media screen and (max-width: 768px) {
@-webkit-keyframes puff-in-center {
  0% {
    -webkit-filter: blur(4px);
            filter: blur(4px);
    opacity: 0;
    letter-spacing: 6px;
  }
  100% {
    -webkit-filter: blur(0px);
            filter: blur(0px);
    opacity: 1;
    letter-spacing: 1px;
  }
}
@keyframes puff-in-center {
  0% {
    -webkit-filter: blur(4px);
            filter: blur(4px);
    opacity: 0;
    letter-spacing: 6px;
  }
  100% {
    -webkit-filter: blur(0px);
            filter: blur(0px);
    opacity: 1;
    letter-spacing: 1px;
  }
}
}


@media screen and (max-width: 400px) {
@-webkit-keyframes puff-in-center {
  0% {
    -webkit-filter: blur(4px);
            filter: blur(4px);
    opacity: 0;
    letter-spacing: 4px;
  }
  100% {
    -webkit-filter: blur(0px);
            filter: blur(0px);
    opacity: 1;
    letter-spacing: 1px;
  }
}
@keyframes puff-in-center {
  0% {
    -webkit-filter: blur(4px);
            filter: blur(4px);
    opacity: 0;
    letter-spacing: 4px;
  }
  100% {
    -webkit-filter: blur(0px);
            filter: blur(0px);
    opacity: 1;
    letter-spacing: 1px;
  }
}
}



@media screen and (max-width: 1650px) {
.swiper-pagination-clickable .swiper-pagination-bullet {display: none;}/*隱藏大圖輪播點點按鈕*/
}
@media screen and (max-width: 1440px) {
}
@media screen and (max-width: 1024px) {
}
@media screen and (max-width: 480px) {
}



/* = = = BANNER = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */


#content_main {background:#080808;}
#content {background: #080808;}


/*加字*/
.banner h5:before {font-size: 18px; letter-spacing: 6px; margin-bottom: -6px; font-weight:400; text-align: left; padding-left: 0px; text-shadow: 1px 1px 10px #0000008c; color:#ffffff; display: block;}
/*.album_page .banner h5:before , .album_class_page .banner h5:before , .album_info_page .banner h5:before{content: '作品相簿';} */
.blog_page .banner h5:before , .blog_in_page .banner h5:before {content: '— 最新消息';}

.banner h5:after {
    content: '';
    background: #c0a893;
    height: 1px;
    position: absolute;
    left: 0;
    width: 30vw;
    display: none;}

@keyframes ani_BtoT {
  0% {
    -webkit-transform: translateY(10%);
            transform: translateY(10%);
            opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
            opacity:1;
  }
}






.banner h5{font-size: 44px; color: #ffffff; padding-top: 0px;font-weight:400; text-align: left; letter-spacing: 1px; max-width: 1680px; width: 100%; text-shadow: 1px 1px 10px #0000008c;
  -webkit-animation: puff-in-center 2s cubic-bezier(0.215, 0.610, 0.355, 1.000) both;
	animation: puff-in-center 2s cubic-bezier(0.215, 0.610, 0.355, 1.000) both;
  animation-delay: 0.5s; z-index: 99; }
.banner{ height:500px; width: 100%;}





/*內頁BANNER特效*/

.banner {
    padding: 20px;
    text-align: center;
    background: repeat center center #f9f9f9;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
    min-height: 240px;
    width: 100%;
    height: 60vh;
    background: #444444;
    position: relative;
    overflow: hidden;
    display: none;}

.banner:before {
    content: '';
    animation: bgScroll 30s linear infinite;
    width: 110%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-size: cover;
    background-image: url(https://pic03.eapple.com.tw/muyitw/SBN1.jpg);
    background-repeat: no-repeat;
    background-position: center;}

.other_page .banner{display: none;} 
.services_page .banner{display: none;}
/*.album_page .banner:before , .album_class_page .banner:before , .album_info_page .banner:before {background: url(https://pic03.eapple.com.tw/muyitw/SBN2.jpg) no-repeat center bottom; background-size: cover;}*/
.blog_page .banner:before , .blog_in_page .banner:before {background: url(https://pic03.eapple.com.tw/muyitw/SBN1.jpg) no-repeat center bottom; background-size: cover;}
.path {margin: 10px 0; display: none;}



@keyframes bgScroll{
0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}
50% {
    -webkit-transform: translateX(-5%);
    transform: translateX(-5%);
}
100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}
}









@media screen and (max-width: 1440px) {
.banner h5 {padding-left: 1vw;}
}

@media screen and (max-width: 1024px) {
.banner {height: 500px;}
.banner h5 {padding-top: 0px;}
.banner {height: 300px;}
}

@media screen and (max-width: 768px) {
.banner h5 {padding-left: 0px; text-align: center;}
.banner h5:before {text-align: center;}
.banner h5:after {display: none;}
}

@media screen and (max-width: 500px) {
.banner h5:before {line-height:40px; margin-bottom: -5px;}
.banner {height: 310px;background-position: bottom left; background-position: unset; font-size: 22px;}
.banner h5 {font-size: 26px; line-height: 120%;}
}


/* = = = LOGO = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */


.nav-header { max-width: 100px ; margin: 0 auto; margin-top: 35px;}
.nav-brand {width: 100%; display: block; transition:all 0.3s;}
.nav-brand img {width:100%;max-width: 100px; transition: 0.3s ease; margin-top: 0px;}
.header_area {padding: 0px; background: none;}
.stellarnav {margin-top: 0px; transition: 0.3s ease;}
/*
.pageIndex .header_area.sticky .stellarnav { margin-top: 10px; transition: 0.6s ease;}
.pageIndex .header_area.sticky .nav-brand img {max-width: 70px; padding-top: 0px; transition: 0.3s ease; margin-top: -33px;}

.pageIndex .nav-header {display: block; width: 100%; text-align: center; max-width: 100%; }
.pageIndex .nav-brand {width: 100%; display: block; margin-top: 0px; transition:all 0.3s;}
.pageIndex .nav-brand img {width:100%; transition: 0.3s ease; }
.pageIndex .header_area.sticky .nav-brand img {max-width: 70px; transition: 0.3s ease;}
*/

@media screen and (max-width: 1024px) {
/*
.pageIndex .header_area.sticky .nav-brand {margin-top: 0px;}
.pageIndex .header_area.sticky .nav-brand img {padding-top: 0px;}
.pageIndex .header_area.sticky .stellarnav {margin-top: 10px;}
*/
}
@media screen and (max-width: 768px) {
/*
.pageIndex .header_area.sticky .stellarnav {margin-top: 0px;}
.pageIndex .nav-header { margin-top: 0px;}
*/
}

@media screen and (max-width: 768px) {
.nav-brand img {max-width: 60px;}
.nav-header {margin-top: 20px;}
}


/* = = = 主選單 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */


.main_header_area{background: #080808; height: 116px; border-bottom: 0px solid #ececec; transition: 0.6s ease;}
.pageIndex .header_area.sticky .main_header_area {
  background: #080808;
  height: 0px;
  opacity: 1;
  border-bottom: 0px solid #ececec;
  transition: 0.6s ease;
  border-bottom: 0px solid #ececec; transition: 0.6s ease;}
.pageIndex .main_header_area {background: none; height: 0px; opacity:1; border-bottom: 0px solid #ececec36; box-shadow: none; transition: 0.6s ease;}
.pageIndex .header_area.sticky .navigation {padding: 15px 0 0px 0px; transition: 0.6s ease;}
.navigation { grid-template-columns: 1fr;}


.me_tp_features {display: none;}


/*  
第一層
.pageIndex .stellarnav {width: 100%; transition: 0.3s ease;}
.pageIndex .stellarnav > ul > li > a {color: #ffffff; transition:all 0.3s;}
.stellarnav > ul > li > a {font-weight:500;font-size: 14px; color: #ffffff; transition:all 0.3s; padding: 0px 14px 0px 14px; text-shadow:none; height: 35px; letter-spacing: 1px;}
.pageIndex .header_area.sticky .stellarnav > ul > li > a {color: #ffffff; text-shadow: none; transition:all 0.3s;}
.pageIndex .header_area.sticky .stellarnav > ul > li > a:hover {color: #ffffff; text-shadow: none; transition:all 0.3s;}
.pageIndex .stellarnav > ul > li > a:hover {color: #dadada; transition:all 0.3s; letter-spacing: 1px;}
.stellarnav > ul > li > a:hover {color: #dadada; transition:all 0.3s; letter-spacing: 1px;}
.stellarnav li.has-sub > a:after {display:none;}
.stellarnav li.has-sub > a{padding: 0px 14px 0 14px;}
.stellarnav > ul > li > a {padding-right: 0px; padding-left: 0px;}
.stellarnav > ul > li.has-sub > a {padding-right: 4px; padding-left: 0px;}

第二層
.stellarnav li {text-align: center; width: 150px; border-right: 0px solid #ececec36; border-left: 0px solid #ececec36;}
.stellarnav li a {color: #e6e6e6;}
.stellarnav li li > a , .stellarnav li li.has-sub > a{padding: 10px 15px; letter-spacing:1px; transition: all 0.3s; border-left:1px solid transparent; font-size: 12px; font-weight: 400; letter-spacing: 1px;}
.stellarnav li li:hover > a , .stellarnav li li.has-sub:hover > a{color: #e6e6e6; padding-left:12px;border-color:#080808; background: #080808;}
.pageIndex .stellarnav>ul {padding-top: 5px; transition: 0.3s ease;}
.pageIndex .header_area.sticky .stellarnav>ul {padding-top: 0px; transition: 0.3s ease;}
.stellarnav>ul {padding-top: 10px; transition: 0.3s ease;}
.stellarnav ul {text-align: center;}
.stellarnav ul ul {margin-top: 0px; background: none; left:-3px; width: 150px;
    background: #080808;
    backdrop-filter: saturate(180%) blur(10px);
    -webkit-backdrop-filter: saturate(180%) blur(10px);
    backdrop-filter: blur(10px);}
.stellarnav li li {width: 100%; border: 0px; border-bottom:1px solid #191919; background: #080808;}
.stellarnav ul ul ul {right: 100%; left: unset; top: 0px;}
.stellarnav > ul > li.drop-left > ul {right: unset;}
.stellarnav li.drop-left ul ul {right: 149px;}

SubMenu
.shop_search_btn {background: #080808; border-radius: 0;}
.tp_links {display: none;}
.tp_links a{transition:all 0.3s;}
.tp_links a:hover {color: #e6e6e6;}
.me_tp_features {display: block; margin: 25px 0 0 0; height: 30px; text-shadow: 1px 1px 10px #d18f5236; padding-right: 12px; display: none;}
.me_tp_features a {font-size: 15px;}
.pageIndex .me_tp_features a.tp_btn_cart , .pageIndex .me_tp_features a.tp_btn_notice {color: #fff; text-shadow: 1px 1px 10px #d18f5236;}
.pageIndex .header_area.sticky .me_tp_features a.tp_btn_cart , .pageIndex .header_area.sticky .me_tp_features a.tp_btn_notice {color: #e6e6e6;  text-shadow: none; }
.me_tp_features a.tp_btn_cart , .me_tp_features a.tp_btn_notice {color: #e6e6e6;  text-shadow: none; }
.box_search input[type=text] {border-radius: 0; border: solid 0px #ccc;}
.box_search {margin-right: 5px;}
.me_tp_features a.tp_btn_cart b {background: #e6e6e6; color: #fff; padding: 0px 4px; margin-left: 2px; border-radius: 100px; font-size: 14px;}
.me_tp_features a.tp_btn_cart b::before , .me_tp_features a.tp_btn_cart b::after {display: none;}
*/

@media screen and (max-width: 1700px) {
/*
  .stellarnav > ul { padding-left: 0px;}
  .stellarnav > ul > li > a b {font-size: 15px;}
  .stellarnav > ul > li > a {padding-right: 14px; padding-left: 14px;}
  .stellarnav > ul > li.has-sub > a {padding-right: 14px;padding-left: 14px;}
*/
}
@media screen and (max-width: 1440px) {
/*
.stellarnav li {width: 130px;text-align: center;}
.pageIndex .header_area.sticky .nav-brand:after {transform: translate(-104px, 17px);}
.main_header_area .container {max-width: 90%;}
.stellarnav > ul > li::after {left: -4px;}
*/
.bannerindex { position:relative;}
.swiper-banner { position:static; margin:0; height:auto;} 
}
@media screen and (max-width: 1180px) {
/*
  .stellarnav {width: 100%;}
  .stellarnav li.has-sub > a {padding: 0px 0px 0px 0px;}
  .stellarnav > ul > li > a {margin: 0 0px;}
  .stellarnav > ul > li > a > b {font-size: 14px;}
*/
}
@media screen and (max-width: 1024px) {
/*
.main_header_area { height: 160px;}
.main_header_area .container {padding-left: 0px;}
.nav-header {text-align: center;}
.navigation { padding: 5px 0 0px 0px;}

.nav-brand { margin-top: 0px;}
.nav-brand:after {margin-top: -22px; transform: translate(-104px, 0px);}
.nav-brand img { margin-top: 0px;}

.stellarnav { margin-top: 0px;}
.stellarnav { margin-top: 50px;}
.stellarnav li {width: unset;text-align: left;}
.stellarnav li.has-sub > a b{padding: 0px 8px 0 8px;}
.stellarnav > ul {text-align: center; margin-top: 0px; margin-top: 0px; padding-top: 0px;}
.stellarnav > ul {margin-top: 0px;}
.stellarnav > ul > li {border-right: 0px solid #e9e9e9;}
.stellarnav > ul > li::after { height: 30px; left: -3px; transform: translate(0%, 14%);}
.stellarnav > ul > li > a > b {padding: 0px 8px 0px 8px;}

.me_tp_features {margin: 0px 0 0 0; margin-top: 57px;}

.header_area.sticky .stellarnav>ul {padding-top: 0px;}
.header_area.sticky .main_header_area {height: 160px;}

.pageIndex .stellarnav {width: 100%; margin-top: 0px;}
.pageIndex .stellarnav > ul {padding-top: 0px;}
.pageIndex .stellarnav > ul > li > a > b {text-shadow: none;}
.pageIndex .main_header_area {height: 160px; border-bottom: 0px solid #888485;}
.pageIndex .header_area.sticky .main_header_area {height: 132px;}
.pageIndex .nav-brand { margin-top: 0px;}
.pageIndex .nav-brand:after {margin-top: -10px;}
.pageIndex .nav-brand img { margin-top: 5px;}
.pageIndex .me_tp_features a.tp_btn_cart, .pageIndex .me_tp_features a.tp_btn_notice {text-shadow:none;}
.pageIndex .navigation {padding: 0px 0 0px 0px;}

.pageIndex .header_area.sticky .nav-brand:after {margin-top: -18px;}
.pageIndex .header_area.sticky .stellarnav {margin-top: 67px;}
*/
}
@media screen and (max-width: 768px) {
/*
.main_header_area {height: 120px;}
.main_header_area .container {max-width: 100%;}
.header_area.sticky .main_header_area {height: 80px;}
.navigation {padding: 0px 0 0px 0px;}

.nav-brand:after {margin-top: -6px;}

.stellarnav {margin-top: 0px;}
.stellarnav a {color:#ffffff;}
.stellarnav a.dd-toggle .icon-plus:after {border-bottom: solid 3px #ffffff;}
.stellarnav a.dd-toggle .icon-plus:before {border-bottom: solid 3px #ffffff;}
.stellarnav li {width: 100%; text-align: left; border-left: 0px solid #242424;}
.stellarnav li a {color: #ffffff;}
.stellarnav li li {border: 1px #080808 solid; background: #080808;}
.stellarnav ul ul {border: 1px solid #080808;}
.stellarnav ul ul ul {right: unset; left: 100%; top: 0px;}

.stellarnav .icon-close:after {border-bottom: solid 2px #ffffff;}
.stellarnav .icon-close:before {border-bottom: solid 2px #ffffff;}

.me_tp_features a.tp_btn_cart {display: inline-block;}
.me_tp_features a.tp_btn_notice {display: inline-block;}

.stellarnav li li > a {padding: 15px 15px;}
.stellarnav li li:hover > a, .stellarnav li li.has-sub:hover > a {color: #ffffff; border-color: #080808; background: #080808;}
.stellarnav li li.has-sub > a {padding: 15px 15px;}
.stellarnav > ul > li {border-bottom: 0px #ddd solid;}
.stellarnav > ul > li.has-sub > a {padding-right: 10px; padding-left: 10px;}
.stellarnav > ul > li > a { text-shadow:none; color: #ffffff;}
.stellarnav > ul > li > a:hover {color: #ffffff;}
.stellarnav > ul > li > a:after {display: none;}
.stellarnav > ul > li:not(.tp_links) > a:after {display: none;}

.stellarnav.mobile li.open li.open {background: #080808;}
.stellarnav.mobile ul {background: #888485;}
.stellarnav.mobile li.open {background: #080808;}
.stellarnav.mobile > ul > li {border-bottom:1px #080808 solid;}
.stellarnav.mobile > ul > li > a {padding: 16px 43px 13px 15px; width: 100%;}
.stellarnav.mobile > ul > li > a.dd-toggle {padding: 10px 16px !important; text-align: right; }
.stellarnav.mobile > ul > li > a b {font-size: 14px; padding: 2px;}
.stellarnav.mobile li li.has-sub a {padding: 15px 15px 15px 15px;}
.stellarnav.mobile > ul > li.has-sub > a {padding: 16px 43px 13px 15px;}

.pageIndex .stellarnav { margin-top: 0px;}
.pageIndex .main_header_area {height: 80px;}
.pageIndex .header_area.sticky .main_header_area {height: 90px; background: #ffffff; border-bottom: 1px solid #ededed;}
.pageIndex .navigation {padding: 14px 0 0px 0px;}
.pageIndex .nav-brand:after {margin-top: -14px;}

.pageIndex .stellarnav > ul > li > a{color: #ffffff;}

.pageIndex .header_area.sticky .stellarnav > ul > li > a {color: #fff;}
.pageIndex .header_area.sticky .stellarnav > ul > li > a:hover {color: #ffffff;}
*/
}

@media screen and (max-width: 375px) {
/*
.box_search {margin-right: 0px; display: block; max-width: 160px; width: 100%; margin: 0 auto; margin-bottom: 5px;}
.pageIndex .header_area.sticky .main_header_area {height: 92px;}
*/
}

@media screen and (max-width: 768px) {
.main_header_area {height: 65px;}
}



/* = = = 頁尾 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */


.footer .center {max-width: 84%;}
.footer {background: #080808;padding:40px 0 0px 0;}
.footer_info {display: flex;  flex-wrap: wrap;  align-items: center;  justify-content: space-between; padding: 0 0; padding-bottom: 0px; grid-template-columns: 300px 800px 1fr; flex-direction: row-reverse; grid-gap: 0px;}
.footer_menu {display: grid;  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;  gap: 5px; width: 100%; text-align: left; margin: 0 0 0 0px; max-width: 900px; }/*footer按鈕最小寬度100px*/
.footer_menu a {color: #888485 ;margin: 0;	text-align: center;	padding:5px 0px 5px 2px; border:0; border-left: 0px #96c7b7 solid; background: none;  font-size: 20px; transition: all 0.3s;background: #080808;  border: 0px solid #4c5e82; border-radius: 0px; font-weight: 600;}
.footer_menu a:hover {background: #080808; color:#b8b8b8;} 
.copy {background:#080808; color: #343434; border:none;text-align: right; margin: 0 auto; padding: 5px 2px 115px 2px; width: 100%; font-size: 12px; max-width: 83%; justify-content: right; margin-top: -25px;} 
.copy a{color: #343434;transition:all 0.3s;}
.copy a:hover {color: #343434;}
.privacyLinks a+a {border-left: 1px solid #343434;}
.box_link a{transition:all 0.3s;}
.box_link a:hover {background: #fff;  color: #222;}
.box_link {display: none;}
.footer_logo img {max-width: 110px;}
.footer_logo {text-align: left; width: 100%; max-width: 100%; display: none;}
.footer_info ul {width: 100%; text-align: center; margin-bottom: 5px; display: flex; border-bottom: 0px solid #343d50; padding-top: 30px; padding-bottom: 20px;}
.footer_info li {padding: 2px 0 0px 2px; display: inline-block;}
.footer_info li p {font-size: 13px; color:#888485; line-height: 230%; text-align: left; width: 100%; display:inline-block; margin-bottom: 0px; word-break: break-all;}
.footer_info li p a{color:#888485;}
.footer_info li:nth-child(1) {width: 50%;}
.footer_info li:nth-child(2) {margin-top: 0px; padding: 0 0; margin-bottom: 0px; background:none; width: 50%; margin-top: 0px; align-content: end;}

/*改字*/
.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: 74px !important;
  letter-spacing: 1px !important;
  color: #444444;
  font-weight: 500;}
.list_before {margin-top: 20px; margin-bottom: 20px; font-size: 14px;}
.list_before.info li {padding-left: 65px; letter-spacing: 1px; width: 100%; display: inline-block;}
.footer_info li p.line:before {content: 'LINE :';}
.footer_info li p.tel:before {content: 'TEL :';}
.footer_info li p.mail:before {content: 'MAIL :';}
.footer_info li p.add:before {content: 'ADD :';}
.footer_menu a:nth-child(1) {display: none;} /*隱藏回首頁*/

/*top*/
#to_top {font-size: 12px; width: 35px; height: 35px; bottom: 64px; right: 0px; left: unset; z-index: 9;
    background: #8f8f8f52;
    box-shadow: none;
    border-radius: 0px;
    color: #ffffff;
    backdrop-filter: saturate(180%) blur(10px);
    -webkit-backdrop-filter: saturate(180%) blur(10px);
    backdrop-filter: blur(10px);
}
#to_top i.top {margin-bottom: -5px;}
#to_top i.top:before, #to_top i.top:after {height: 6px; background: #ffffff;}
#to_top i:before, #to_top i:after{top: -2px;}


@media screen and (max-width: 1500px) {
.footer_info{display: flex;}
.footer_info li p { width: 100%;}
.footer_menu {width: 100%;text-align: center;margin: 0 auto; max-width: 100%;}
}

@media screen and (max-width: 1440px) {
.footer_info li {padding: 0px 0px; margin-bottom: 10px;}
.footer_info li p {width: 100%;}
.footer .center {max-width: 80%;}
.copy {max-width: 80%;}
}
@media screen and (max-width: 1380px) {
.footer_info li:nth-child(2) {width: 100%; margin-bottom: 20px;}
.copy {text-align: left; width: 100%; justify-content: left; margin-top: 0px;}
.footer_info ul {width: 100%;}
.footer_logo {width: 100%; max-width: 100%;}
.footer_menu {max-width: 100%;}
.footer_info {grid-template-columns: 1fr;}
}
@media screen and (max-width: 1100px) {
.footer {padding: 36px 0 0px 0;}
.footer_info li p {width: 100%;}
.footer_info ul {margin-bottom: 0px;}
.footer_info {display: flex;}
.footer_logo a:before {transform: translateX(-140px);}
.footer .center {max-width: 85%;}
.copy {max-width: 85%;}
}
@media screen and (max-width: 1000px) {
.footer .center {max-width: 90%;}
.copy {max-width: 90%;}
.footer_menu {grid-template-columns: 1fr 1fr 1fr; padding: 10px 0;}
}
@media screen and (max-width: 768px) {
.footer {padding: 90px 0 0px 0;}
.footer_info li {margin-bottom: 30px;}
.footer.with_shopping_mode { padding:25px 0 0px 0;}
}
@media screen and (max-width: 720px) {
.footer_menu {margin-bottom: 0px; grid-template-columns:1fr 1fr; text-align: center;}
.footer_menu a { text-align: center;} 
.footer_info li p {text-align: center;}
.footer_info ul {display: block; padding-bottom: 0px;}
.copy {max-width: 78%;}
.footer_menu {border-top: 1px solid #1f1f1f; border-bottom: 1px solid #1f1f1f; padding-top: 35px; padding-bottom: 35px;margin-bottom: 10px;}
.copy {justify-content: center;text-align: center;}
.footer .center {max-width: 85%;}
.footer_logo {text-align: center; display: block;}
}
@media screen and (max-width: 480px) {
.footer_info li {padding: 15px 0px;}
.footer_menu a {padding: 8px 4px 10px 0px; border: 0px #aca080 solid; border-left: 0px  #80ac9e solid; } 
.footer_menu {padding-bottom: 30px; padding-top: 30px;}
.footer_info ul {margin-bottom: 0px;}
.footer_info li:nth-child(2) {margin-bottom: 0px;}
.footer_info li:nth-child(1) {width: 100%;}
}


/* = = = 相簿 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */


/*首頁的*/
.module_i_album {padding: 130px 20px;}
.module_i_album .title_i_box h4 {color: #8b8a8a;}
/*首頁和內頁文字*/
.show-list .item span , .show-list .item .show_name , .album_class_page .other_subalbum li a p {
    color: #fff;
    position: absolute;
    bottom: 0;
    text-align: center;
    width: 100%;
    z-index: 99;
    margin: 0 auto;
    transform: translate(0%, -160%);
    opacity: 0;
    transition:all 0.5s;
}
.show-list .item:hover span , .show-list .item:hover .show_name , .album_class_page .other_subalbum li:hover a p  {
    opacity: 1;
    transition:all 0.5s;
}
.module_i_album section {max-width: 1600px;}
.show-list .item {position: relative;}




/*相簿管理*/
.album_page .main_part, .album_class_page .main_part, .album_info_page .main_part{max-width: 1600px; width: 100%;margin: 0 auto; padding: 80px 0px 60px 0px;}
.album_page .show_content, .album_class_page .show_content, .album_info_page .show_content {padding: 0;}

/*版面*/
ul.show-list, .other_subalbum {display: grid;  grid-template-columns: 1fr 1fr 1fr 1fr;  gap: 0px;}

.album_page ul.show-list {grid-template-columns: 1fr 1fr;}
.album_page .show-list .item .show_name {transform: translate(0%, -200%); font-size: 18px;}

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:0px 0px 0px 0px;}
.show-list .show_pic , .other_subalbum li a div , .pic-list .show_pic{  display: block;  position: relative;  overflow: hidden;  height: 0;}
.show-list .show_pic , .other_subalbum li a div , .pic-list .show_pic  {  padding-bottom: 75%;}/*相簿圖片長寬比例，75% →100:75 = 4:3*/
.pageIndex .show-list li .show_pic img , .album_page .show-list li .show_pic img , .other_subalbum a li a img , .album_class_page .other_subalbum li a img , .pic-list li .show_pic 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;
  opacity: 0.8;
  filter: grayscale(1);
  transition:all 0.5s;
  transform: scale(1);}
.pageIndex .show-list li:hover .show_pic img , .album_page .show-list li:hover .show_pic img , .other_subalbum a:hover li a img , .album_class_page .other_subalbum li:hover a img , .pic-list li:hover .show_pic img {
  opacity: 0.8;
  filter: unset;
  transition:all 0.5s;
  transform: scale(1.05);
}
.album_class_page .other_subalbum li a img {transform: translate(-50%,-50%) scale(1);}
.album_class_page .other_subalbum li:hover a img {transform: translate(-50%,-50%) scale(1.05); }
.show-list .item .show_name {
    color: #8b8a8a;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 1px;
    text-align: center;}
.show-list .item:hover .show_name {  color:#ffffff;}
.other_album { width: 100%; margin: 0 auto; padding: 0 0px;}
.other_album_choice li {  background: #000; border-radius:0;}
.other_album_choice li a {color: #888485; font-size: 14px;}
.subalbum-menu h2{  color: #FFE4B5;font-size: 24px; display: none;}
.subalbum-menu {margin: 0px 0; padding: 0 0px;}
.other_subalbum li {background: none;}
.other_subalbum li p {  margin-top: 10px; text-align: center; font-weight: 400; letter-spacing: 1px; margin-top: 0px;}
.show-list .show_pic img, .other_subalbum li a img, .pic-list .show_pic img {border-radius: 0px;}
.show-list .item:hover .overlay {border-radius: 0px; opacity: 0;}
.album_descrip {margin-top: 20px; letter-spacing: 1px; text-align: center;}
.album_info_page .pic-list {column-count: 4 !important; column-gap: 0px !important;}
.album_info_page .pic-list .item {margin-bottom: 0px !important;}



/*特*/
.overlay {background: rgb(255 255 255 / 30%); display: none;}
.show-list .show_name {text-align: center; font-weight: 400; letter-spacing: 0px; transition: 0.3s ease; letter-spacing: 1px !important; font-size: 15px; color: #444; margin-top: 15px;} 
.album_page .show-list .show_pic img {transform: scale(1); transition: 0.5s ease;}
.album_page .show-list .show_pic img:hover {transform: scale(1.05); transition: 0.5s ease;}
.show-list .show_pic {border-radius: 0px;}
.album_info_page .show-list .show_pic img ,
.album_info_page .other_subalbum li a img {left: 50%; top: 50%;}
.block {display: none;}
.album_fixed_title {background: none;}
.album_class_page .other_subalbum li a img { transition: all .5s ease-out;}
.album_class_page .other_subalbum li a img:hover { transition: all .5s ease-out; }



@media screen and (max-width: 1024px) {
ul.show-list, .other_subalbum {grid-template-columns: 1fr 1fr;}
}
@media screen and (max-width: 768px) {
.album_page .main_part, .album_class_page .main_part, .album_info_page .main_part {padding: 40px 20px 60px 20px;}
.album_info_page .pic-list {column-count: 2 !important;}
}
@media screen and (max-width: 480px) {
ul.show-list, .other_subalbum {grid-template-columns: 1fr;}
.album_page ul.show-list {grid-template-columns: 1fr;}
.album_info_page .pic-list {column-count: 1 !important;}
}


/* = = = 文章管理 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */


.blog_page .main_part , .blog_in_page .main_part{max-width: 1650px; padding: 30px 20px 50px 20px;}
/*文章管理/＝＝＝＝＝*/
h4.blog_category_title{font-size: 28px; color: #e6e6e6; font-weight: 700;}
h4.blog_category_title span{font-size: 24px;}
/*文章管理/外層＝＝*/
.module_i_news {padding: 100px 20px;}
.module_i_news section{max-width: 1500px;}
.module_i_news .title_i_box {text-align: left; display: grid;}
.module_i_news .title_i_box:before  {font-size: 20px;color: #1F1F1F;font-weight: 500; order: 2; width: 100%; content: 'TAST'; width: 100%; text-align: left;}
.module_i_news .title_i_box h6 {font-size: 20px;color: #1F1F1F;font-weight: 500; order: 2; width: 100%;display: none;}
.module_i_news .title_i_box h4 {font-size: 40px; color: #1d447a; font-weight: 500; order: 1; width: 100%; padding-bottom: 5px; }
.module_i_news ul, .blog_subbox {    display: grid;    gap: 10px;}
.module_i_news li , .subbox_item {    width: 100%;border: none;}
.module_i_news li a, .subbox_item a {    padding: 5px;    display: block;    align-items: center;}
.module_i_news li a:before , .subbox_item a:before , .module_i_news li a:after , .subbox_item a:after{content:none;}
.blog_search input[type=search] , .blog_le .accordion {border-radius: 0px;}
.blog_search input[type=search] {border: solid 1px #eae5de;}
.blog_le .accordion {border: 0px #ccc solid;}
.accordion li+li .link {border-top: 1px solid #c2c2c2;}
.blog_le .accordion li.open i.fa-chevron-down::before {color: #e5e5e5;}
.module_i_news_list{padding: 10px 0;}

@keyframes rotate360{    0%{transform: rotate(0);}    100%{transform: rotateZ(360deg);}}

.i_blog_ri {padding: 15px 5px;}
.i_blog_ri p {line-height: 180%;}
.i_blog_ri em {color: #888485; margin: 10px 0;}
.i_blog_ri h5 {color: #1F1F1F;}
.i_blog_ri, .blog_list_ri {    width: 100%;}
.i_blog_le, .blog_list_le {
    width: 100%;
    position: relative;
    height: auto;
    aspect-ratio: 1/1;
}
.i_blog_le img , .blog_list_le img{
	display:block;
    max-width: 100%;
    min-width: 100%;
    height: 100%;
    object-fit: cover;
    -moz-object-fit: cover;
    -ms-object-fit: cover;
    -o-object-fit: cover;
    -webkit-object-fit: cover;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);    border-radius: 500px 500px 10px 10px;}

.blog_list_ri {padding: 15px 0 5px 0;}
.blog_list_ri h5 {    font-size: 24px;}
.blog_list_ri em {    padding-bottom: 15px;    border-bottom: 0px dotted #aba8a6;    margin-bottom: var(--m50);     margin: 11px 0; color: #505050;}
.blog_list_ri p{line-height: 180%; text-align: justify; color: #8b8a8a;}
/*側邊*/
.blog_le .accordion > li{transition:all 0.3s;}
.blog_le .accordion > li:hover, .blog_le .accordion > li.on_this_category {    background: #888485!important;}
.blog_le{margin-top: 30px;}
.submenu a {font-weight: 600; letter-spacing: 1px;}
.submenu a:hover {background: #eaeaea; color: #e6e6e6;}
/*首*/
.module_i_news ul{width: 100%;}
/*功*/
.blog_subbox , .module_i_news ul{grid-template-columns:1fr 1fr 1fr 1fr;}
.blog_subbox:before{content:none;}
/*文章管理/內層＝＝*/
.blog_back a {color: #454545;}
.blog_back a.article_btn_back{background:#2b2b2b; color:#fff;}
.blog_back a.article_btn_prev , .blog_back a.article_btn_next{background: #2b2b2b; color:#fff;}
/*相簿/＝＝＝＝＝*/
/*版面*/
.blog_page ul.show-list, .blog_page .other_subalbum {    display: grid;    grid-template-columns: 1fr 1fr 1fr;    gap: 30px;}
.other_subalbum {grid-template-columns: 1fr 1fr 1fr 1fr;}
.blog_page ul.show-list:before , .blog_page ul.pic-list:before{content:none;}
.overlay {    z-index: 1;}
.blog_page .show-list .item , .blog_page .other_subalbum li , .blog_page .pic-list .item{width: 100%;margin:0;padding:0;}
.pic-list .item {    -webkit-column-break-inside: avoid;    page-break-inside: avoid;    break-inside: avoid;    margin-bottom: 15px;}
.blog_page .show-list .show_pic , .blog_page .other_subalbum li a div {    display: block;    position: relative;    overflow: hidden;    height: 0;    padding-bottom: 120%;    border-radius: 300px 300px 0px 0px;}
.blog_page .show-list .show_pic img{	display:block;    max-width: 100%;    min-width: 100%;    height: 100%;    object-fit: cover;    -moz-object-fit: cover;    -ms-object-fit: cover;    -o-object-fit: cover;    -webkit-object-fit: cover;    position: absolute;    left: 50%;    top: 50%;    transform: translate(-50%,-50%);transition:all 1s;filter:brightness(0.7);}
.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: 50%;    top: 50%;    transform: translate(-50%,-50%);transition:all 1s;filter:none;}
.blog_page .show-list .item:hover img{    transform: translate(-50%,-50%) scale(1.1);filter:none;}
.other_subalbum li:hover a img{transform: translate(-50%,-50%) scale(1.1);}

.pic-list .item a { position: relative;}
.pic-list .show_pic { height: auto; padding: 0;}
.pic-list .item:hover .show_pic img{filter:brightness(0.7);}
.pic-list .item:hover a:before{opacity: 1;}

.pic-list .item h6{display: none;}
.overlay{display: none;}
.blog_page .show-list .show_name {    height: auto;    position: absolute;    left: 50%;    top: 55%;    pointer-events: none;    z-index: 1;    transform: translate(-50%,-50%);opacity: 1;color: #fff;width: 90%;text-align: center;font-size: 20px;}
.blog_page .show-list .item:hover .show_name {    opacity: 0;color: #fff;}
.subalbum-menu h2{    display: none;}
.other_subalbum li p {    text-align: center;    font-size: var(--f20); background: none; color: #e6e6e6;   padding: 5px;    line-height: 180%;}
.other_subalbum {grid-template-columns: 1fr 1fr 1fr;}
h5.blog_le_t {font-family: "Noto Sans TC"; display: none;}
.blog_le .accordion > li:hover .link, .blog_le .accordion > li.on_this_category .link {background:#505050;}
.submenu {background: #f6f6f6;}
.i_blog_le {border: #888485 1px solid;}
.i_blog_le img, .blog_list_le img {border-radius: 0px 0px 0px 0px;}
.blog_list_ri h5 {font-size: 20px; color: #8b8a8a;}
.blog_list_ri p:before {
  content: '';
  height: 1px;
  width: 96%;
  background: #171717;
  position: absolute;
  margin-top: -15px;}
.blog_in_page .blog_le { margin-top: 0px;}
.blog_shareData {flex-direction: row;}
.news_related h6 span:before {color: #515151; font-weight: 500; font-size: 22px;}
.news_related {background: none; padding: 50px 15px;}
.news_tags a {color: #919191;}
.news_tags {margin-bottom: 30px;}
.blog_ri {padding: 0 0 0 40px;}
.blog_le .submenu {background: #080808;}
.fa-circle-chevron-right::before {color: #d3d3d3;}
.blog_le .submenu li+li {border-top: 1px solid #292929;}
.accordion li+li .link {border-top: 1px solid #292929;}
.accordion li .link a {color: #8b8a8a; font-weight: 500;}
.fa-circle-chevron-right::before {content: "";}
.blog_le .submenu a {padding: 12px 12px 12px 12px;}

.submenu li.on_this_category a, .submenu a:hover {background: #080808;}
.news_related_list li a p {line-height: 1.5; padding: 10px 5px;}
.blog_in_page .articel_mainPic img {max-width: 60%;} /*電腦版文章內文圖片小一點*/
h5.blog_le_t em {font-family: "Cormorant Garamond" !important;}

.animated-arrow{
    border: 0px solid #888485;
    /*border-bottom: 1px solid #888485;*/
    font-size: 14px;
    background: #080808;
    color: #888485;
    font-weight: 500;
    margin-top: 0px;}
.fa-arrow-right::before {
    content: "→";
    color: #b0a7a4;
    font-weight: 300;
    font-size: 15px;}

.blog_list_le , .i_blog_le {
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  overflow: hidden;
  position: relative;}
.subbox_item a:hover .blog_list_le img , .module_i_news a:hover .i_blog_le img{transform: translate(-50%, -50%) scale(1.1);}
.blog_list_le img , .i_blog_le img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all .8s;}
.module_i_news {background: #FFFBF7;}
.toShareNews .Boxed.PushTar {display: none;}
.blog_le .submenu li.on_this_category a {background: #505050;}

.news_related_list li > a {padding: 10px; border-radius: 0px; background: #000000;}
.news_related_list li > a p {color: #9b9b9b;}
.news_related_list {max-width: 1460px;}
.lastPage {background: #2b2b2b;}
.Wish_Click {right: 15px;top: 15px;}
.Wish_Click a:hover svg {fill: #ffffff;}


@media screen and (max-width: 1440px) {
.blog_subbox{grid-template-columns:1fr 1fr 1fr;}
}

@media screen and (max-width: 1024px) {
.module_i_news ul{grid-template-columns:1fr 1fr;}
}

@media screen and (max-width: 980px) {
.blog_subbox{grid-template-columns:1fr 1fr;}
}

@media screen and (max-width: 768px) {
h4.blog_category_title{font-size: 24px;}
h4.blog_category_title span{font-size: 20px;}
.blog_le, .blog_ri {padding: 0px;}
.blog_ri {padding: 0 0 0 0px;}
.blog_subbox{grid-template-columns:1fr 1fr;}
h5.blog_le_t {display: block;}
}

@media screen and (max-width: 600px) {
.module_i_news ul , .blog_subbox{grid-template-columns:1fr 1fr;}
.i_blog_le, .blog_list_le {  padding-bottom: 100%;}
h4.blog_category_title{font-size: 26px;}
h4.blog_category_title span{font-size: 18px;}

.module_i_news li a, .subbox_item a {flex-flow: column;}
.i_blog_le, .blog_list_le {width: 100%;}
.i_blog_ri, .blog_list_ri {width: 100%;}
.blog_list_ri p:before {width: 97%;}
.blog_page .main_part , .blog_in_page .main_part {padding: 60px 10px 10px;}
.blog_box {padding: 0px 20px 50px 20px;}
.blog_in_page .articel_mainPic img {max-width: 100%;} /*手機版文章內文圖片恢復正常*/
}

@media screen and (max-width: 480px) {
.module_i_news ul , .blog_subbox{grid-template-columns:1fr;}
.blog_page ul.show-list, .blog_page .other_subalbum {grid-template-columns: 1fr;}
.blog_page ul.pic-list {-moz-column-count: 2; -webkit-column-count: 2;column-count: 2;}
}



/* = = = 聯絡我們 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


.contact_page .main_part {padding: 90px 20px 50px 20px; max-width: 1650px;}
.contact_content {padding: 140px 70px 80px 70px; background: #000;}
.contact_content .information_left {display: none;}
.contact_content .information_right {width: 100%; padding-left: 0px;}
.contact_form {grid-template-columns: 1fr 1fr; grid-gap: 40px 50px;}
.contact_form li .form__label {max-width: 100%; text-align: left; color: #A8A8A8; font-weight: 400;}
.contact_form li {grid-template-columns: 1fr;}
.contact_form li input.noborder {border: 0px #0e0e0e solid; background: #000; border-bottom: 1px #232323 solid; color: #ffffff;}
.blank_letter {color: #888485; font-weight: 700; font-size: 22px; display: none;}
.noborder {padding: 8px 0;}
.form select {border: 0px solid #0e0e0e; border-bottom: 1px #232323 solid; background: #000000; padding: 8px 26px 8px 0px; color: #ffffff; width: 100%;}
.last .animated-arrow.otherSty {color: #888485; background: #000000; }
.last .animated-arrow {background:#2b2b2b; color: #ffffff;}
.contact_form:after {
    content: 'CONTACT';
    font-size: 28px;
    display: block;
    position: absolute;
    display: block;
    color: #fff;
    top: -35px;}

@media screen and (max-width: 768px) {
.contact_form li .form__label {background: none;}
.contact_content {padding: 140px 30px 80px 30px;}
.contact_form {grid-template-columns: 1fr; grid-gap: 40px 30px;}
.contact_page .main_part {padding: 50px 20px 50px 20px;}
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

@media screen and (max-width: 768px) {
#bottom_menu {display: none; } 
.banner {height: 250px;}
}























/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */





/*
關於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個--結束 */


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*預設購物車版面 產品分類選單在左側 商品內頁詳細介紹下表單更改樣式 by shint at 2025.12.18  */

.product_page .show_content,
.product_info_page .show_content { display: flex; justify-content: space-between; flex-wrap: wrap; align-items: flex-start; align-content: flex-start; width: 100%;}
ul.page { width: 100%;}

.ProdFilter_Item_Show { width: 100%;}
.Prods_Menulists { width: 100%; padding: 0;}
.Prods_Wrap { width: calc(100% - 270px);}

/* 篩選器-左手邊 / 產品分類-上面
.ProdFilter_ { order: 2;}
.Prods_Menulists { order: 1;}
.Prods_Wrap { order: 3;}
.ProdFilter_ { width: 250px; letter-spacing: 1px;}
.ProdFilter_ li { width: 100%;}
.ProdFilter_ li > a { background: #f3f3f3; border: none; border-bottom: 3px #ddd solid;}
.ProdFilter_ dl { position: static; width: 100%; display: block;}
*/

/* 產品分類-左手邊 / 篩選器-上面 */

.ProdFilter_ { order: 1; margin-bottom: 25px;}
.Prods_Menulists { order: 2;}
.Prods_Wrap { order: 3;}
.Prods_Menulists { width: 250px; letter-spacing: 1px;}
.Prods_Menulists > ul > li { width: 100%; flex-wrap: wrap;}
.Prods_Menulists ul ul { position: static; border: none;}

.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: 1024px) {
.product_main { display: block; width: 100%;}    
.sidebarBtn { display: block; width: 100%;}
}
@media screen and (max-width: 980px) {
}
@media screen and (max-width: 768px) {
/* 篩選器-左手邊 / 產品分類-上面
.Prods_Wrap { width: 100%;}
.ProdFilter_ { width: 100%;}
.ProdFilter_Item_Show { width: calc(100% - 110px);}
.ProdFilter_ { order: 1;}
.Prods_Menulists { order: 2;}
.ProdFilter_ li > a span { color: #333;}
*/

.Prods_Wrap { width: 100%; margin-top: 20px;}
.ProdFilter_ { width: 100%;}
.Prods_Menulists { opacity: 0; display: none;}

}
@media screen and (max-width: 600px) {
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/* 2025.12.26 中間放大*/
.BannerHome02 .swiper-slide-active img { transform: scale(1);}
.BannerHome02 .swiperBan02 .swiper-slide img { transition: transform 5s ease-out; will-change: transform; transform: scale(1);}
.BannerHome02 .swiperBan02 .swiper-slide-active img { transform: scale(1.06);}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */




/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*內頁BANNER 設定*/
.banner {}
.banner h5 {}
.banner.banA {}
.banner.banB {}
.banner.banC {}
.banner.banD {}
.banner.banE {}
.banner.banblog {}
.banner.banDesign { background-color:#333;}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*文章設定*/
/*一排呈現
.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 {}
}

@media screen and (max-width: 600px) { 
}






/* 2026.4.13 */
.album_info_page .pic-list { display: block; width: 100%; column-count: 3; column-gap: 10px;}
.album_info_page .pic-list .item { break-inside: avoid; margin-bottom: 10px;}

/* 2026.4.17 */
.stellarnav { position: fixed !important; left: 2.2%; top: 30px;}
.stellarnav .menu-toggle span.bars span { background: #fff; width: 50px;}
.stellarnav .menu-toggle:after { display: none;}

.stellarnav .Mb_mlogo_view { display: none; padding: 1.5vw;}
.stellarnav .Mb_mlogo_view a { display: block; width: 150px; opacity: 0.5;}
.stellarnav .Mb_mlogo_view a img { max-width: 100%;}

.stellarnav.mobile * { transition:  all 1s;}

.stellarnav.mobile .Mb_mlogo_view { display: flex; width: 100%; flex-wrap: wrap; align-items: center; justify-content: center;}

.stellarnav.mobile .Mb_mFter_view { display: flex; width: 100%; flex-wrap: wrap; align-items: center; justify-content: center; position: relative; padding: 20px;}
.stellarnav.mobile .Mb_mFter_view h6 { font-size: 20px; color: #999; text-align: center; width: 100%; margin-bottom: 10px;}
.stellarnav.mobile .Mb_mFter_view:before { content: ''; display: block; background: #141414; width: 50%; height: 1px; position: absolute; left: 50%; top: 0; transform: translateX(-50%);}
.stellarnav.mobile .Mb_mFter_view a { font-size: 17px; color: #999; margin: 10px; border: 1px solid #141414; padding: 4px 7px; border-radius: 2px; background: #0a0a0a;}
.stellarnav.mobile .Mb_mFter_view a:hover { color: #fff;}

.stellarnav.mobile ul { background: none; width: 0%; left: -100%; padding: 25px;}
.stellarnav.mobile ul:after { content: ''; display: block; position: absolute; left: 0; top: 0px; z-index: -1; width: 0%; height: 105%; background: #000; transition: all .6s;}
.stellarnav.mobile > ul > li { border: none; display: flex; width: 100%; align-items: center; justify-content: center; padding: 10px; height: 9.5vh; overflow: hidden;}
.stellarnav.mobile > ul > li > a { font-size: 36px; color: #999; font-weight: 1000; line-height: 100%; width: auto; height: auto; margin: 0; padding: 0;  border: none; overflow: hidden !important;}
.stellarnav.mobile > ul > li > a:hover { color: #fff;}

/* 參考範例沒有下拉 所以把因素都隱藏 */
.stellarnav.mobile ul ul.album_classes { display: none !important; opacity: 0 !important;}
.stellarnav.mobile > ul > li > a.dd-toggle { display: none !important; opacity: 0 !important;}


.stellarnav.mobile.right > ul,
.stellarnav.mobile.left > ul { max-width: 100%; overflow: hidden; top: -1px; border: 0;}

.stellarnav.mobile.right .close-menu,
.stellarnav.mobile.left .close-menu { background: none; font-size: 45px; position: absolute; left: 3vw; top: 30px; width: auto;}

.stellarnav.mobile .icon-close { width: 32px; height: 32px; z-index: 99;}
.stellarnav.mobile .icon-close:before { width: 32px; border-bottom: 2px solid #888; transform: rotate(0deg); transition: all .6s;}
.stellarnav.mobile .icon-close:after { width: 32px; border-bottom: 2px solid #888; transform: rotate(0deg); transition: all .6s;}


/* 動畫 */

.stellarnav.mobile.active ul { left: 0; width: 100%;}
.stellarnav.mobile.active ul:after { width: 100%;}

.stellarnav.mobile.active .icon-close:before { transform: rotate(45deg);}
.stellarnav.mobile.active .icon-close:after { transform: rotate(-45deg);}

.stellarnav.mobile .Mb_mlogo_view         { opacity: 0; transform: translateY(50px); transition-delay: 1.0s;}
.stellarnav.mobile > ul > li:nth-child(3) { opacity: 0; transform: translateX(50px); transition-delay: 1.2s;}
.stellarnav.mobile > ul > li:nth-child(4) { opacity: 0; transform: translateX(50px); transition-delay: 1.4s;}
.stellarnav.mobile > ul > li:nth-child(5) { opacity: 0; transform: translateX(50px); transition-delay: 1.6s;}
.stellarnav.mobile > ul > li:nth-child(6) { opacity: 0; transform: translateX(50px); transition-delay: 1.8s;}
.stellarnav.mobile > ul > li:nth-child(7) { opacity: 0; transform: translateX(50px); transition-delay: 2.0s;}
.stellarnav.mobile > ul > li:nth-child(8) { opacity: 0; transform: translateX(50px); transition-delay: 2.2s;}
.stellarnav.mobile .Mb_mFter_view         { opacity: 0; transform: translateY(50px); transition-delay: 2.4s;}

.stellarnav.mobile.active .Mb_mlogo_view         { opacity: 1; transform: translateY(0); margin-bottom: 20px;}
.stellarnav.mobile.active > ul > li:nth-child(3) { opacity: 1; transform: translatex(0);}
.stellarnav.mobile.active > ul > li:nth-child(4) { opacity: 1; transform: translatex(0);}
.stellarnav.mobile.active > ul > li:nth-child(5) { opacity: 1; transform: translatex(0);}
.stellarnav.mobile.active > ul > li:nth-child(6) { opacity: 1; transform: translatex(0);}
.stellarnav.mobile.active > ul > li:nth-child(7) { opacity: 1; transform: translatex(0);}
.stellarnav.mobile.active > ul > li:nth-child(8) { opacity: 1; transform: translatex(0);}
.stellarnav.mobile.active .Mb_mFter_view         { opacity: 1; transform: translateY(0); margin-top: 40px;}


@media screen and (max-width: 1200px) {}
@media screen and (max-width: 1024px) {
  .stellarnav.mobile { left: 5%; top: 30px;}
  .stellarnav.mobile > ul > li > a { font-size: 30px;}
}
@media screen and (max-width: 768px) {
  .stellarnav .menu-toggle span.bars span {width: 30px;}
  .stellarnav.mobile {top: 10px;}
}
@media screen and (max-width: 600px) {
  .stellarnav .Mb_mlogo_view a { width: 90px;}
  .stellarnav.mobile {top: 20px;}
  .stellarnav.mobile > ul > li > a { font-size: 20px;}
  .stellarnav.mobile .Mb_mFter_view:before {width: 90%;}
  .stellarnav.mobile .Mb_mFter_view a {font-size: 14px; width: 48%; display: inline-block; text-align: center; margin: 1%;}
  .stellarnav.mobile.active .Mb_mlogo_view {margin-bottom: 40px;}
  /*.stellarnav.mobile.active ul {width: 90%;}*/
  .stellarnav.mobile.right .close-menu, .stellarnav.mobile.left .close-menu {top: 15px;}
}
