@charset "utf-8";
@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 Serif TC","微軟正黑體","arial","sans-serif";
	font-weight: 400;
  background:  #fff;
}

body{overflow-y: scroll; overflow-x:hidden; max-height: 100%;}
body::-webkit-scrollbar {width: 4px;}
body::-webkit-scrollbar-track {box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);}
body::-webkit-scrollbar-thumb {background-color: #434545; border: 1px solid #434545;}


/*網站全域設定/＝＝＝＝＝*/

/*
  #434545 /*網站主要色系
  #F4F2F0 /*網站輔助色系1
  #F4F2F0; /*網站輔助色系2*/


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/* 商品下拉超過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;}


/* = = = 大圖 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */


/*預設解除背景輪播*/
#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, 55px);}
.swiper-pagination-bullet {width: 40px; height: 5px; border-radius: 0px; background: #ffffff;}
.swiper-pagination-bullet-active {background: #434545;}

/*隱藏大圖輪播點點按鈕*/
.swiper-pagination-clickable .swiper-pagination-bullet {
	display: none;
}




/*大圖+字*/
.pageIndex .swiper-slide:before, .swiper-slide:after {
  content: "";
  position: absolute;
  z-index: 999;
  pointer-events: none;
  background-size: contain;
  background-repeat: no-repeat;
}

.pageIndex .swiper-slide:nth-child(1)::before {
  animation: ani_RtoL 2s 0.5s both;
}

.pageIndex .swiper-slide:nth-child(2)::before {
  animation: ani_SC 2s 0.5s both;
}

.pageIndex .swiper-slide:nth-child(1)::before {
  width: 100%;
  background-image: url(https://pic03.eapple.com.tw/tonghuayezhang/01T.png);
  aspect-ratio: 1 / 1;
  right: 7vw;
  margin: 0 auto;
  max-width:20vw;
  bottom: 9vw;
  position: absolute;
  content: '';
  background-size: contain;
}

.pageIndex .swiper-slide:nth-child(2)::before {
  width: 100%;
  background-image: url(https://pic03.eapple.com.tw/tonghuayezhang/02T.png);
  aspect-ratio: 1/1;
  /*max-width: 29vw;
  bottom: 0;
  margin: 0 auto;*/
  top: 24vw;
  position: absolute;
  content: '';
  background-size: contain;
}

@keyframes ani_SC {
  0% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
            opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
            opacity:1;
  }
}
@keyframes ani_TtoB {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
            opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
            opacity:1;
  }
}
@keyframes ani_LtoR {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
            opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
            opacity:1;
  }
}
@keyframes ani_RtoL {
  0% {
    -webkit-transform: translateX(10%);
            transform: translateX(10%);
            opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
            opacity:1;
  }
}

@keyframes ani_SRtoL {
  0% {
    -webkit-transform: translateX(20%);
            transform: translateX(20%);
            opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
            opacity:1;
  }
}


/* = = = BANNER = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */


#content_main {background: #fff0f0;}
#content {background: #fff0f0; /*url(https://pic03.eapple.com.tw/weifashion/BBG.jpg)no-repeat top right; background-size: cover; background-attachment: fixed;*/}


.path {display: none;}
.product_page .banner , .product_info_page .banner {background: none;}
.services_page .banner {background: none;}
.album_page .banner , .album_class_page .banner , .album_info_page .banner{background: none;}
.blog_page .banner , .blog_in_page .banner {background: none;}
.contact_page .banner{background: none ;}
.map_page .banner{display: none;}
.other_page .banner{background: none ;}
.promotions_page .banner{background: none ;}


.banner h5{font-size: 32px; color:#212121; padding-top: 0px;font-weight:700; text-align: center; letter-spacing: 1px; max-width: 1400px; width: 100%; background: none;}
.banner{ height:300px; width: 100%;}


/*加英文字*/
.banner h5:before {display: none;font-size: 20px; margin-bottom: -5px; font-weight:400; text-align: center; padding-left: 0px; text-shadow: 2px 2px 10px #2f2f2fc7; color:#ffffff;}
.services_page .banner h5:before{content: 'SERVICE';} 
.product_page .banner h5:before , .product_info_page .banner h5:before {content: '－ LESSON －';} 
.album_page .banner h5:before , .album_class_page .banner h5:before , .album_info_page .banner h5:before{content: '－ GALLERY －';} 
.blog_page .banner h5:before , .blog_in_page .banner h5:before {content: '－ NEWS －';}

.banner h5:after {
    content: '';
    background: #c0a893;
    height: 1px;
    position: absolute;
    left: 0;
    width: 30vw;
    display: none;}

@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; font-size: 26px;}
.banner {height: 300px;}
}

@media screen and (max-width: 768px) {
.banner h5 {padding-left: 0px; text-align: center; font-size: 24px;}
.banner h5:before {text-align: center;}
.banner h5:after {display: none;}
}

@media screen and (max-width: 500px) {
.banner h5:before {font-size: 20px; line-height:40px;}
.banner {height: 310px;background-position: bottom left; background-position: unset; font-size: 22px;}
}


/* = = = LOGO = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */


.pageIndex .nav-header {display: block; width: 100%; text-align: center; max-width: 130px; margin-top: 18px;}
.nav-header{max-width: 82px ; margin-top: 7px;}
.pageIndex .header_area.sticky .nav-header{margin-top: 0px;}
.pageIndex .nav-brand {width: 100%; display: block; margin-top: 0px; transition:all 0.3s;}
.nav-brand {width: 100%; display: block; transition:all 0.3s;}
.nav-brand img {width: 100%; transition: 0.3s ease;}
.pageIndex .nav-brand img {max-width: 130px; padding-top: 0px; transition: 0.3s ease;}
.pageIndex .header_area.sticky .nav-brand img {max-width: 87px; padding-top: 0px; transition: 0.3s ease;}
.stellarnav {margin-top: 0px; transition: 0.3s ease;}
.pageIndex .header_area.sticky .stellarnav {margin-top: 10px; transition: 0.3s ease;}
.header_area {padding: 0px; background: none;}

@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 .header_area.sticky .main_header_area {
  background: #fff0f08f;
  height: 90px;
  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 #ececec; box-shadow: none; transition: 0.6s ease;}
.main_header_area{background: #fff0f0; height: 90px; border-bottom: 0px solid #ececec; box-shadow: 1px 1px 6px #d8d8d8e0; transition: 0.6s ease;}
.navigation {padding: 10px 0 0px 0px; grid-template-columns: 200px 1fr;}
.pageIndex .navigation {padding: 0px 0 0px 0px; grid-template-columns: 200px 1fr;}
.pageIndex .header_area.sticky .navigation {padding: 15px 0 0px 0px; transition: 0.6s ease;}

/*選單最大寬度設定*/
.main_header_area .container {max-width:92%;}

/*第一層*/
.pageIndex .stellarnav {width: 100%; transition: 0.3s ease;}
.pageIndex .stellarnav > ul > li > a > b {color: #212121; transition:all 0.3s;}
.stellarnav > ul > li > a > b {font-weight:300;font-size: 15px; color: #434545; transition:all 0.3s; padding: 0px 14px 0px 14px; letter-spacing: 2px; }
.pageIndex .header_area.sticky .stellarnav > ul > li > a > b {color: #434545; text-shadow: none; transition:all 0.3s;}
.pageIndex .header_area.sticky .stellarnav > ul > li > a > b:hover {color: #434545; text-shadow: none; transition:all 0.3s;}
.stellarnav > ul > li > a:hover {color: #8d8d8d; transition:all 0.3s;}
.stellarnav li.has-sub > a:after {display:none;}
.stellarnav li.has-sub > a b{padding: 0px 14px 0 14px;}
.stellarnav > ul > li > a {padding-right: 0px;}
.stellarnav > ul > li.has-sub > a {padding-right: 4px; padding-left: 0px;}
.stellarnav > ul > li > a { color: #6b5a4b; height: 35px; font-size: 17px;}

/*格線*/
.stellarnav > ul > li {border-right:1px solid #dadada;}
.stellarnav > ul > li:last-child {border-right: 0px;}

/*第二層*/
.stellarnav li {text-align: center; width: 130px;}
.stellarnav li a {color: #444444;}
.stellarnav li li > a , .stellarnav li li.has-sub > a {padding: 12px 10px; letter-spacing:1px; transition: all 0.3s; border-left:1px solid transparent; font-size: 13px; font-weight: 400; letter-spacing: 1px;}
.stellarnav li li:hover > a , .stellarnav li li.has-sub:hover > a{color: #fff; padding-left:12px;border-color:#e1b5b5; background: #e1b5b5;}
.pageIndex .stellarnav>ul {padding-top: 40px; transition: 0.3s ease;}
.pageIndex .header_area.sticky .stellarnav>ul {padding-top: 0px; transition: 0.3s ease;}
.stellarnav>ul {padding-top: 0px; transition: 0.3s ease;}
.stellarnav>ul {padding-top: 15px; transition: 0.3s ease;}
.stellarnav ul {text-align: right;}
.stellarnav ul ul {margin-top: 0px; background: none; left: -12px; width: 150px;}
.stellarnav li li {width: 100%; border: 0px; border-bottom:1px solid #eeeeee; background: #fff;}
.stellarnav ul ul ul {right: 100%; left: unset; top: -1px;}
.stellarnav > ul > li.drop-left > ul {right: unset;}

/*SubMenu*/
.shop_search_btn {background: #434545; border-radius: 0;}
.tp_links {display: none;}
.tp_links a{transition:all 0.3s;}
.tp_links a:hover {color: #434545;}
.me_tp_features {display: block; margin: 25px 0 0 0; height: 30px; text-shadow: 1px 1px 10px #444000; 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 #444000;}
.pageIndex .header_area.sticky .me_tp_features a.tp_btn_cart , .pageIndex .header_area.sticky .me_tp_features a.tp_btn_notice {color: #434545;  text-shadow: none; }
.me_tp_features a.tp_btn_cart , .me_tp_features a.tp_btn_notice {color: #434545;  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: #434545; 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 (min-width: 769px) {
  .pageIndex .header_area.sticky .main_header_area {
    backdrop-filter: saturate(180%) blur(10px);
    -webkit-backdrop-filter: saturate(180%) blur(10px);
    backdrop-filter: blur(10px);
  }
}


@media screen and (max-width: 1700px) {
  .stellarnav>ul {padding-left: 0px;}
  .stellarnav > ul > li > a {padding: 0px 0px 6px 0px;}
  .stellarnav > ul > li > a b {font-size: 15px;}
}
@media screen and (max-width: 1440px) {
  .pageIndex .nav-brand img {max-width: 90px;}
  .stellarnav li {width: unset;}
}
@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) {
  .pageIndex .stellarnav {width: 100%; margin-top: 10px;}
  .stellarnav {margin-top: 0px;}
  .stellarnav>ul {text-align: center; margin-top: 0px; margin-top: 0px; padding-top: 0px;}
  .main_header_area {height: 155px;}
  .header_area.sticky .stellarnav>ul {padding-top: 0px;}
  .header_area.sticky .main_header_area {height: 155px;}
  .nav-header {text-align: center;}
  .me_tp_features {margin: 0px 0 0 0; margin-top: 57px;}
  .pageIndex .navigation {padding: 15px 0 0px 0px;}
  .stellarnav>ul {margin-top: 0px;}

  .stellarnav li {text-align: center;}
  .stellarnav > ul > li {border-right: 0px solid #e9e9e9;}
  .pageIndex .main_header_area {height: 150px; background: #fef1ee;}
  .pageIndex .header_area.sticky .main_header_area {height: 145px;}
  
  .nav-brand {margin-top: 0px;}
  .nav-brand:after {transform: translateX(-100px);}
  .pageIndex .nav-brand {margin-top: 0px;}
  .pageIndex .nav-brand:after {transform: translate(-100px, -20px) !important;}
  .pageIndex .me_tp_features a.tp_btn_cart, .pageIndex .me_tp_features a.tp_btn_notice {text-shadow:none;}
  .pageIndex .stellarnav > ul > li > a > b {text-shadow: none;}
  .main_header_area .container {padding-left: 0px;}
  .navigation {padding: 22px 0 0px 0px;}
  .pageIndex .nav-brand:after {height: 100%; max-width: 200px; transform: translate(-100px, -20px);} 

  .pageIndex .stellarnav>ul {padding-top: 0px;}
  .pageIndex .navigation {padding: 0px 0 0px 0px;}
  .stellarnav > ul > li > a > b {padding: 0px 8px 0px 8px;}
  .stellarnav li.has-sub > a b{padding: 0px 8px 0 8px;}
}
@media screen and (max-width: 768px) {
.pageIndex .stellarnav { margin-top: 0px;}
.pageIndex .main_header_area {height: 100px;}
.stellarnav {margin-top: 0px;}
.stellarnav > ul > li > a{text-shadow:none;}
.header_area.sticky .main_header_area {height: 108px;}
.main_header_area {height: 108px;}
.me_tp_features a.tp_btn_cart, .me_tp_features a.tp_btn_notice {display: inline-block;}
.pageIndex .header_area.sticky .main_header_area {height: 98px;}
.navigation {padding: 20px 0 0px 0px;}
.pageIndex .nav-brand:after {transform: translate(-70px, -20px) !important;}
.pageIndex .header_area.sticky .main_header_area {background: #fff0f0db;}

/*漢堡選單展開*/
.stellarnav.mobile > ul > li > a {padding: 14px 43px 10px 15px; width: 100%;}
.stellarnav.mobile > ul > li.has-sub > a {padding: 14px 43px 10px 15px;}
.stellarnav.mobile > ul > li > a.dd-toggle {padding: 9px 16px !important; text-align: right; }
.stellarnav.mobile.right > ul, .stellarnav.mobile.left > ul {background: #bf9191; border-right: 0px #bf9191 solid; box-shadow: 1px 1px 10px #504c47ad;}
.stellarnav.mobile.right .close-menu, .stellarnav.mobile.left .close-menu {background: #bf9191;}
.stellarnav.mobile > ul > li {border-bottom:1px #bf9191 solid;}
.stellarnav li {width: 100%; text-align: left;}
.stellarnav > ul > li.has-sub > a {padding-right: 10px; padding-left: 10px;}
.stellarnav > ul > li > a:hover {color: #bf9191;}
.stellarnav > ul > li {border-bottom: 0px #ddd solid;}
.stellarnav.mobile li.open li.open {background: #d4aaaa;}
.stellarnav ul ul ul {right: unset; left: 100%; top: 0px;}
.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 li:hover > a, .stellarnav li li.has-sub:hover > a {color: #ffffff; border-color: #d4aaaa; background: #d4aaaa;     padding-left: 26px;}
.stellarnav.mobile li a{padding-left: 26px;}
.stellarnav .icon-close:after {border-bottom: solid 2px #ffffff;}
.stellarnav .icon-close:before {border-bottom: solid 2px #ffffff;}
.stellarnav a {color:#ffffff;}
.pageIndex .stellarnav > ul > li > a > b {color: #ffffff;}

.stellarnav li li > a, .stellarnav li li.has-sub > a {padding: 15px 15px;}

.stellarnav.mobile ul {background: #bf9191;}
.stellarnav.mobile li.open {background: #d4aaaa;}
.stellarnav li li {border: 1px #d4aaaa solid; background: #d4aaaa;}
.stellarnav li a {color: #ffffff;}
.stellarnav > ul > li > a > b {color: #ffffff;}
.stellarnav.mobile > ul > li > a b {font-size: 14px; padding: 2px;}

.pageIndex .header_area.sticky .stellarnav > ul > li > a > b {color: #fff;}
.pageIndex .header_area.sticky .stellarnav > ul > li > a > b:hover {color: #ffffff;}

.main_header_area .container {max-width: 100%;}
.stellarnav.mobile li li.has-sub a {padding: 15px 15px 15px 15px;}

/*主選單按鈕下底線*/
.stellarnav > ul > li:not(.tp_links) > a:after ,
.stellarnav > ul > li > a:after {display: none;}
}

@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 .main_header_area {height: 100px;}
.pageIndex .header_area.sticky .main_header_area {height: 98px;}
.header_area.sticky .main_header_area {height:106px;}
.main_header_area {height:106px;}
}


/* = = = 頁尾 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */


.footer .center {max-width: 70%;}
.footer {background: #fff0f0; /*url(https://pic03.eapple.com.tw/weifashion/FTBG.jpg)no-repeat center; background-size: cover;*/padding: 70px 0 0px 0;}
.footer_info {display: grid;  flex-wrap: wrap;  align-items: center;  justify-content: space-between; padding: 0 0; padding-bottom: 50px;}
.footer_menu {display: grid;  grid-template-columns: repeat(auto-fit, minmax(min(120px,100%), 1fr));  gap: 5px; width: 100%; text-align: left; margin: 0 0 0 0px; max-width: 900px;}/*footer按鈕最小寬度100px*/
.footer_menu a {color: #646464 ;margin: 0;	text-align: center;	padding: 10px 0px 8px 2px; border:0; border-left: 0px #96c7b7 solid; background: none;  font-size: 13px; transition: all 0.3s;background: #f1e2e2; letter-spacing: 1px; border: 1px solid #f1e2e2; border-radius: 6px;}
.footer_menu a:hover {background: #efd6d6; color: #646464;} 
.copy {background:#f1e2e2; color: #ffffff; border:none;text-align: center; margin: 0 0px 0 0; padding: 20px 0 20px 0; width: 100%;} 
.copy a{color: #ffffff;transition:all 0.3s;}
.copy a:hover {color: #ffffff;}
.privacyLinks a+a {border-left: 1px solid #ffffff;}
.box_link a{transition:all 0.3s;}
.box_link a:hover {background: #fff;  color: #222;}
.box_link {display: none;}
.footer_logo img {max-width: 150px;}
.footer_logo {text-align: left; width: 100%; max-width: 200px; margin-left: 19px;}
.footer_info ul {width: 100%; text-align: center; margin-bottom: 5px;}
.footer_info li {padding: 13px 0; display: inline-block;}
.footer_info li p {font-size: 14px; color:#646464; line-height: 230%; text-align: left; width: 100%; display:block; margin-bottom: 0px; letter-spacing: 1px; word-break: break-all;}
.footer_info li p a{color:#646464;}
.footer_info li:nth-child(1) {width: 100%;}
.footer_info li:nth-child(2) {margin-top: 0px; padding: 0 0; margin-bottom: 0px; background:none; width: 100%; margin-top: 0px;}

/*改字*/
.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 ID：';}
.footer_menu a:nth-child(1) {display: none;} /*隱藏回首頁*/
.footer_info li p.mail,.footer_info li p.add {display: none;} /*隱藏地址跟信箱*/

/*top*/
#to_top {font-size: 14px; width: 44px; height: 44px; bottom: 65px; right: 25px; left: unset; background: none; box-shadow: none; border-radius: 50%; color: #a5a5a5;}
#to_top i.top {margin-bottom: -12px;}
#to_top i.top:before, #to_top i.top:after {height: 9px; background: #a5a5a5;}

@media screen and (max-width: 1868px) {
.footer_info li:nth-child(1) , .footer_info li:nth-child(2) {width: 100%;}
}

@media screen and (max-width: 1440px) {
.footer_info li {padding: 0px 0px; margin-bottom: 10px;}
.footer_info li p {width: 100%;}
}
@media screen and (max-width: 1380px) {
.footer_info li:nth-child(2) {width: 100%; margin-bottom: 20px;}
.copy {text-align: center; width: 100%;}
.footer_info ul {width: 100%;}
.footer_logo {width: 100%; max-width: 100%;}
.footer_menu {max-width: 100%;}
}
@media screen and (max-width: 1100px) {
.footer {padding: 80px 0 0px 0;}
.footer_info li p {width: 100%;}
.footer_info ul {margin-bottom: 0px;}
.footer_info {display: flex;}
.footer_logo {width: 100%;margin-left: 0px; height: 70px; text-align: center;}
.footer_logo a:before {transform: translateX(-140px);}
.footer_info li p {text-align: center;}
.footer_logo img {max-width: 120px;}
}
@media screen and (max-width: 1000px) {
.footer .center {max-width: 90%;}
.footer_menu {grid-template-columns: repeat(auto-fit, minmax(min(180px, 100%), 1fr));}
}
@media screen and (max-width: 520px) {
.footer_menu {margin-bottom: 26px; grid-template-columns: repeat(auto-fit, minmax(min(200px, 100%), 1fr));}
}
@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_info ul {margin-bottom: 0px;}
.footer_info li:nth-child(2) {margin-bottom: 0px;}
}


/* = = = 相簿 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */


/*相簿管理*/
.album_page .main_part, .album_class_page .main_part, .album_info_page .main_part{max-width: 1600px; width: 100%;margin: 0 auto; padding: 0px 40px 60px 40px;}
.album_page .show_content, .album_class_page .show_content, .album_info_page .show_content {padding: 0;}

/*版面*/
ul.show-list, .other_subalbum, ul.pic-list {display: grid;  grid-template-columns: 1fr 1fr 1fr;  gap: 10px;}
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 10px 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 */
.show-list .show_pic img , .other_subalbum li a img, .pic-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;
  transform: translate(-50%,-50%);}
.show-list .item .show_name {  color: #444; }
.show-list .item:hover .show_name {  color:#444;}
.other_album { width: 100%; margin: 0 auto; padding: 0 0px;}
.other_album_choice li {  background: #434545; border-radius:0;}
.subalbum-menu h2{  color: #F4F2F0;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;}


/*特*/
.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, .album_info_page .pic-list .show_pic 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, ul.pic-list {grid-template-columns: 1fr 1fr 1fr;}
}
@media screen and (max-width: 768px) {
ul.show-list, .other_subalbum, ul.pic-list {grid-template-columns: 1fr 1fr;}
.album_page .main_part, .album_class_page .main_part, .album_info_page .main_part {padding: 0px 20px 60px 20px;}
}
@media screen and (max-width: 480px) {
ul.show-list, .other_subalbum, ul.pic-list {grid-template-columns: 1fr;}
}


/* = = = 聯絡我們 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */


.contact_page .main_part{padding: 0px 20px; max-width: 1450px;}
.contact_content {padding: 80px 10px 80px 10px; max-width: 100%;}
.contact_le_map a {background: #434545; height: 50px; padding: 16px;}
.contact_form {grid-gap: 15px; grid-template-columns: 1fr 1fr;}
.contact_form li.last cite {background: #434545;}
.contact_content .information_left {width: 320px;}
.contact_content .information_right {width: calc(100% - 350px); padding-left: 0px; background: none; padding: 0px 0px; margin-top: 40px; margin: 0 auto; padding-left: 60px;}
.contact_form li input.noborder {border:1px #fffbf5 solid; background: #fffbf5; color: #646464;}
.contact_form li textarea.noborder {border: 1px #fffbf5 solid; background: #fffbf5; color: #646464;}
.noborder {padding: 10px;}
.red {color: #e07070;}
.contact_form li.last blockquote {background: none;}
.contact_form li.last blockquote, .contact_form li.last cite {border: 0px #dfd4c3 solid;}
.contact_form li.last blockquote:hover input, .contact_form li.last cite:hover input {letter-spacing: 2px;}
.blank_letter {font-family: unset; padding-top: 10px; color: #444444; font-weight: 600; letter-spacing: 1px; font-size: 22px;}
.contact_form li .form__label {background: none; text-align: left; letter-spacing: 1px; font-size: 14px; font-weight: 500; max-width: 100%; margin-bottom: 10px;}
.contact_form li {min-height: 32px; display: block;}
.contact_form li:has(input[type=checkbox]) .form__insert, .contact_form li:has(input[type=radio]) .form__insert {grid-template-columns: 30px 1fr;}

.form select {
  width: 100%;
  background: #fffbf5;
  border: 1px solid #fffbf5;
  color: #646464;
  padding: 8px 26px 8px 6px;
}

.contact_content .information_left {padding: 0px;}
.contact_form li:has(input[type=radio]) .form__insert input {margin-left: 10px; margin-right: 5px;}

@media screen and (max-width: 1200px) {
.contact_content .information_right {width: 100%; padding-left: 0px; padding-top: 50px;}
}
@media screen and (max-width: 768px) {
.contact_content .information_left {width: 100%;}
}
@media screen and (max-width: 480px) {
  .contact_content .information_right {padding: 50px 0px;}
  .list_before.info li {width: 100%;}
  .contact_form li {grid-gap: 0px;}
  .contact_content {padding: 80px 10px 20px 10px;}
  .contact_form {grid-template-columns: 1fr;}
}
@media screen and (max-width: 320px) {
}


/* = = = 購物車 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */


/*預設購物車版面 產品分類選單在左側 商品內頁詳細介紹下表單更改樣式 by shint at 2023.1.5  */
.product_page .main_part { max-width:1450px; padding: 0px 20px 40px 20px;}
.product_info_page .main_part {padding: 0px 20px 50px 20px;}

.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; padding: 0px 0px;}
.product_page .product_menu_list { position: relative; width:300px; letter-spacing: 1px; min-height: 0vw; margin-bottom: 50px;}
.product_page .products-list{ width:calc(100% - 350px) !important;}
.product_page .products-list,
.product-wrapper { width: 100%;}
ul.page { width: 100%;}

.product-layer-two li a {background: #ffffff; color: #444444; text-align: left; border: 0px #dadada solid; border-bottom: 1px #ececec solid; padding: 10px 16px;transition:all ease .3s; letter-spacing: 1px; font-size: 15px;}
.product-layer-two li a:hover {background: #e9e9e9;transition:all ease .3s;}
.product-layer-two li.active a {border: 0px #ccc solid;}
.product-layer-two li ul { position:static; margin-top:1px;width:100%; margin-left:0;}
.product-layer-two li:hover ul { border: none !important; }
.product-layer-two li li { display: block; padding:0; transition:all ease .3s;}
.product-layer-two li li a{ padding:10px 15px;  background:#cecece;}
.product-layer-two li li:hover > a { background:#434545; color:#ffffff;}
.product-layer-two > li { width: 300px; max-width:100%; padding:0; text-align:left; border-bottom:0px dotted #ccc;}
.product-layer-two > li ul > li + li { margin-top:1px;}
.products-list .name {text-align: center; letter-spacing: 1px; margin-bottom: 10px;}
.product-layer-two li i.close::before , .fa-circle-plus::before {color: #cecece;}
.product-layer-two li i{width: 39px; height: 39px;}
.product-layer-two ul {grid-gap: 0px;}

.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: 13px; height: 12px; background: transparent; left: 0; margin-left: -20px; top: 50%; margin-top: -8px; clip-path: polygon(25% 0%, 75% 0%,100% 50%,75% 100%,25% 100%,0% 50%); border-radius: 6px;}
.product-layer-two li li:hover > a:before { background:#434545;}

.product_info_page .half_box { width: 100%; float: none; padding-right: 0;}
.product_info_page .half_box li.btn_blankTop { margin-top: 50px; justify-content: space-between; display: flex;}
.product_info_page .half_box li.btn_blankTop input { width: calc(50% - 10px); background-image: none; padding: 0; text-align: center;}

.products-list .more { border: 1px solid #434545; color: #ffffff; background: #434545; font-weight: 500; opacity: 1; transition: 0.3s ease; font-size: 13px; letter-spacing: 1px;} 

/*詳細資料*/
.products-list .item a:hover .more {background: #434545; transition: 0.3s ease;} /*1*/

/*滿版*/
.products-list {grid-gap:20px; grid-template-columns: repeat(auto-fill, minmax(20%, 1fr));}

/*相關推薦*/
.prod_related h6 span:before {color: #434545; letter-spacing: 1px; font-weight: 500;}
.lastPage {background:#e1b5b5;}
.prod_related {background: none; padding: 100px 15px 70px 15px;}

/*內頁*/
#prod_thumbSwiper .swiper-slide::before {background:#ffffff;}
.pd_tabTitle li.activeTab::after {height: 0px;}
.pd_tabTitle li.activeTab a {color:#444;}
.swiper-button-next, .swiper-rtl .swiper-button-prev {right: var(--swiper-navigation-sides-offset, 15px);}
.swiper-button-prev, .swiper-rtl .swiper-button-next {left: var(--swiper-navigation-sides-offset, 15px);}
.proImgSwiper {background: none;}
.sidebarBtn {border: 0px #f4f4f4 solid; background: none;}
.pd_tabTitle li {border-bottom: 1px solid #d7d7d7;}

/*特*/
.sidebarBtn h2 {color: #434545; letter-spacing: 1px; padding-bottom: 10px;}
.products-list .pic {color: #434545;}
.products-list .pic img {transform: scale(1); transition: 0.5s ease;}
.products-list .pic img:hover {transform: scale(1.1); transition: 0.5s ease;}
.products-list .pic img{left: 50%; top: 50%;}
.related_list li a p {padding: 5px 0;}

.products-list .price {display: none;}
.products-list .price .sp_price {text-align: left;}
.products-list .price b{text-align: right; font-weight: 500; font-size: 15px;}


.inquiry_a1{background: #434545;}
.inquiry_a2{background: #434545;}
.inquiry_a3{background: #434545;}
.inquiry_a1, .inquiry_a2, .inquiry_a3 {border-radius: 0px; letter-spacing: 2px;}
.inquiry_a1:hover, .inquiry_a2:hover, .inquiry_a3:hover {background: #a5a5a5;}

.products-list .price b , .ori_price {color: #434545; font-weight: 700;}
.products-list .price .sp_price , .sp_price {color: #d55c4e; font-weight: 700;}
.sidebarBtn .sp_price {color: #d55c4e;}

@media screen and (max-width: 1200px) {
.products-list {grid-template-columns: repeat(auto-fill, minmax(30%, 1fr));}
.products-list .price b {text-align: center !important; width: 100%; display: block;}
.products-list .price .sp_price {text-align: center;}
}
@media screen and (max-width: 980px) {
.product-layer-two { margin-right: 0; grid-template-columns: repeat(auto-fill, minmax(230px, 1fr)); grid-gap: 5px;}
.product-layer-two {grid-template-columns: repeat(auto-fill, minmax(100%, 1fr));}
}
@media screen and (max-width: 768px) {
.product_menu_list,
.products-list,
.product-wrapper { width: 100%;}
.product_page .product-layer-two,
.product_page .products-list { width: 100%; border-right: none;}
.product_page .product_menu_list>h5{display: block; font-weight: 700; font-size: 22px;}
.fa-caret-down::before {color: #444;}

.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; margin-bottom: 20px;}
.mobile_product_name {text-align: center; color: #434545; display: none;}

.product-layer-two > li {width: 100%;}
.product-layer-two li a {text-align: left;}
.product_menu_list>h5 {padding: 7px 16px; color: #444; font-weight: 500;}
a.pd_menu_toggle i {color: #adadad;}

.product_page .products-list {width: 100% !important;}
#prod_thumbSwiper img {max-width: 150px; width: 100%;}
.product_info_page .main_part {padding: 0px 25px 25px 25px;}
}

@media screen and (max-width: 480px) {
.products-list {grid-template-columns: repeat(auto-fill, minmax(50%, 1fr));}
#prod_thumbSwiper .swiper-slide {height: 100px !important;}
.product_page .main_part {padding: 0px 20px 10px;}
.products-list .price b {text-align: center !important;}
.product_info_page .main_part {padding: 0px 10px 10px;}
}


/* = = = 文章管理 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */


.blog_page .main_part , .blog_in_page .main_part{max-width: 1460px; padding: 0px 20px 50px 20px;}
/*文章管理/＝＝＝＝＝*/
h4.blog_category_title{font-size: 28px; color: #434545;}
h4.blog_category_title span{font-size: 24px;}
/*文章管理/外層＝＝*/
.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: flex;    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: #d1cbc5;}

@keyframes rotate360{    0%{transform: rotate(0);}    100%{transform: rotateZ(360deg);}}

.i_blog_ri, .blog_list_ri {    width: 60%;    padding-left: 60px;}
.i_blog_le, .blog_list_le {
    width: 40%;
    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 h5 {    font-size: 24px;}
.blog_list_ri em {    padding-bottom: 20px;    border-bottom: 1px dotted #c2c2c2;    margin-bottom: var(--m50);     margin: 11px 0; color: #808080;}
.blog_list_ri p{line-height: 200%; text-align: justify;}
/*側邊*/
.blog_le .accordion > li{transition:all 0.3s;}
.blog_le .accordion > li:hover, .blog_le .accordion > li.on_this_category {    background: #e1b5b5!important;}
.submenu a {font-weight: 600; letter-spacing: 1px;}
.submenu a:hover {background: #c2c2c2; color: #434545;}
/*首*/
.module_i_news ul{width: 90%;}
/*功*/
.blog_subbox , .module_i_news ul{grid-template-columns:1fr;}
.blog_subbox:before{content:none;}
/*文章管理/內層＝＝*/
.blog_back a {color: #454545;}
.blog_back a.article_btn_back{background: #f1d7d7;}
.blog_back a.article_btn_prev , .blog_back a.article_btn_next{background: #f1d7d7;}
/*相簿/＝＝＝＝＝*/
/*版面*/
.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);}
ul.pic-list {    -moz-column-count: 4;    -moz-gap: 10px;    -webkit-column-count: 4;    -webkit-gap: 10px;    column-count: 4;    gap: 15px;    width: 100%;    margin: 0 auto;}
.pic-list .item a {        position: relative;}
.pic-list .show_pic {    height: auto;    padding: 0;}
.pic-list .show_pic img{display: block;transition:all 0.5s;filter:none}
.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;}
.other_album_choice li {    background:#e1b5b5;}
.subalbum-menu h2{    display: none;}
.other_subalbum li p {    text-align: center;    font-size: var(--f20); background: #e1b5b5; color: #434545;   padding: 5px;    line-height: 180%;}
.other_subalbum {grid-template-columns: 1fr 1fr 1fr;}
h5.blog_le_t {display: none;}
.blog_le {margin-top: 40px;}
.blog_le .accordion > li:hover .link, .blog_le .accordion > li.on_this_category .link {background:#e1b5b5;}
.submenu {background: #f6f6f6;}
.i_blog_le img, .blog_list_le img {border-radius: 0px 100px 0px 100px;}
.blog_list_ri h5 {font-size: 22px; color: #434545;}
.blog_list_ri p:before {
  content: '';
  height: 1px;
  width: 53%;
  background: #c2c2c2;
  position: absolute;
  margin-top: -8px;}
.blog_in_page .blog_le { margin-top: 0px;}
.blog_shareData {flex-direction: row;}
.news_related h6 span:before {color: #434545;}
.news_related {background: none; padding: 50px 15px;}
.news_tags a {color: #919191;}
.news_tags {margin-bottom: 30px;}
.blog_ri {padding: 0 0 0 40px;}

.submenu li.on_this_category a, .submenu a:hover {background: #b7b7b7;}
.news_related_list li a p {line-height: 1.5; padding: 10px 5px;}
.blog_in_page .articel_mainPic img {max-width: 60%;} /*電腦版文章內文圖片小一點*/

@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;}
}

@media screen and (max-width: 768px) {
h4.blog_category_title{font-size: 24px;}
h4.blog_category_title span{font-size: 20px;}
ul.pic-list {-moz-column-count: 3; -webkit-column-count: 3;column-count: 3;}
.blog_le, .blog_ri {padding: 0px;}
.blog_ri {padding: 0 0 0 0px;}
}

@media screen and (max-width: 600px) {
.module_i_news ul , .blog_subbox{grid-template-columns:1fr;}
.i_blog_le, .blog_list_le {  padding-bottom: 100%;}
h4.blog_category_title{font-size: 20px;}
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%; margin-top: 20px; padding-left: 0px;}
.blog_list_ri p:before {width: 97%;}
.blog_page .main_part , .blog_in_page .main_part {padding: 0px 10px 10px;}
.blog_box {padding: 0px 7px 50px 7px;}
.blog_in_page .articel_mainPic img {max-width: 100%;} /*手機版文章內文圖片恢復正常*/
}

@media screen and (max-width: 480px) {
.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;}
}


/* = = = 促銷方案 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


.promotion_title em , .promotion_title span {
    border: 0px #ccc dashed;
    padding: 4px 9px;
    margin: 0 7px 2px 0;
    background: #e1b5b5;
    border-radius: 50px;
    color:#fff;}
.promotion_title span {padding: 5px 9px; margin: 0 3px 2px 0;}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


@media screen and (max-width: 768px) {
#bottom_menu {display: none; } 
.banner {height: 250px;}

/*漢堡選單*/
.stellarnav.mobile {padding: 10px;}
.stellarnav .menu-toggle:after {color: #8a8a8a; font-size: 12px;}
.stellarnav .menu-toggle span.bars span {height: 1px;background: #8a8a8a;}
}

@media screen and (max-width: 600px) { 
}




