:root {
  overflow-y: auto;
  overflow-x: hidden; /*消除100vw 導致水平滾動*/
}  

body{
  background-image: url(/media/images/bg.png);
}

#main-content{
  padding-bottom: 0;
  min-height: calc(100vh - 350px);
}
.main-wrap{
  margin-top: 160px;
}
@media (max-width: 1200px) {
  .main-wrap{
    margin-top: 0px;
  }    
}
.scrolling .header .header__top-bar{
  background:rgba(255, 255, 255,1);   
}
.header{
position: absolute;
width: 100%;       
background:rgba(255, 255, 255,0);   
}   
@media (max-width:1199.98px) {
  .header{
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0) !important;
  }
}
.header .header__top-bar{
position: relative;
z-index: 2;
}
.header .header__navigation .nav-link {
font-family: 'Playfair Display', serif;
padding: 32px 4px;
color:#40220f;
text-wrap: nowrap;
}
.header .header__navigation .nav-item:hover .nav-link{
color:#e4b260;
}
.header .header__navigation .nav-item .plus-hover{
display: none;
}
.header .header__navigation .nav-item:hover .plus-hover{
display: block;
}
.header .header__navigation .nav-item:hover .plus{
display: none;
}
@media (max-width:1400px) {
.header .header__navigation .nav-link{
padding: 12px 6px;
}
}
.header .header__bottom-bar{
background:transparent;
}
.header .number{
position: absolute;
right: 0;
bottom: 0;
color: #40220f;
padding: 2px 6px;
background-color: #e4b260;
font-size: 10px;
transform: translate(50%, 0px);
font-weight: 600;
margin: 0;
}   
.header .header__navigation .nav-item.has-submenu .nav-link::after {
display: none;
}
@media (max-width:1024px) {
.header .header__top-bar .container{
justify-content: space-between;;
}
}

.header .social-groups{
display: flex;
}
.header .social-item{
background-color: #40220f;
padding: 10px;
display: flex;
justify-content:center;
align-items:center;
width: 40px;
}
.header .social-item:hover{
background-color:#c7ad7a;
}
.header .social-item:hover .number{
background-color: #40220f;
color:white;
}

.header .social-item img{
width: 24px;
display: block;
}
.breadcrumb{ 
  background-color: transparent;
  justify-content: flex-end;  
}
.breadcrumb a{
  font-family: 'Noto Serif TC';
}
.breadcrumb-item+.breadcrumb-item::before {
  display: inline-block;
  padding-right: .5rem;
  padding-left: .5rem;
  color: black;
  content: "-";
}
.breadcrumb-item a{
  color: #40220f;
}
.breadcrumb-item:hover a{
  color: #c7ad7a;
}
@media (max-width:576px) {
  .banner-bg svg{
      display: none;
      height: auto;
  }
  .banner-img-2{
      display: none;
  }
}

@media (max-width:576px) {
 .banner-bg .banner-mobile-img{
      display: block;
  }
}
.banner-img-2{
position: absolute;
object-fit: contain;
bottom: 20px;    
z-index: -1;
}   
.index__banner2-swiper{
width:100vw;

position:relative;
}

@media (max-width:576px) {
  .index__banner2-swiper{       
      height:auto;      
  }
} 
.index__banner-section .swiper-pagination-bullet{
background-color: #acacac;
width: 8px;
height: 8px;
margin-bottom: 24px !important;
}
.index__banner-section .swiper-pagination-bullet-active{
background-color: black;
height: 24px;
width: 6px;
border-radius: 12px;
}
.social-icon{
width: fit-content;
position: absolute;    
z-index: 200;    
top: 25px;
right: 30px;
transform: translate(0px, 10vmax);
}
.social-icon img{
width: 36px;
height: 36px;
display: block;
margin-bottom: 12px;
}
.social-icon .icon-hover {
  display: none;
}

.social-icon .icon-group:hover .icon {
  transform: scale(1.1);
  transition: all 0.3s ease;
}

/* .social-icon .icon-group:hover .icon-hover {
  display: block;
} */
.title-group{
  position: relative;
  margin: 8vmax 0px 2vmax ;
}
.title-group:after{
  content:'';
  position:absolute;
  bottom: -12px;
  left: 50%;
  transform:translate(-50%,0);
  background-color: #5e4334;
  width: 100px;
  height: 2px;        
}
@media (max-width:1400px) {
  .title-group{          
      margin: 8vmax 0px 2vmax 0px;
  }
}
@media (max-width:576px) {
  .title-group{          
      margin:8vmax 0px 4vmax 0px;
  }
}
.title-group .subtitle{      
  margin-top: -19px;
  font-family: 'Playfair Display', serif;
  font-size:60px;
  letter-spacing: 6px;
  color: #b8afa9;
  text-align: center;       
}
@media (max-width:576px) {
  .title-group .subtitle{          
      font-size:40px;
      margin-top: -9px;
  }  
}
.title-group .title{     
  margin-top: -48px;
  font-size: 40px;
  letter-spacing: 4px;
  color: #40220f;
  font-weight: 700;
  font-family: "Noto Serif TC";
  text-align: center;
}
@media (max-width:576px) {
  .title-group .title{          
      font-size:35px;
      margin-top: -37px;
  }
}
.title-group .flower{
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 32px;
}   
.replenish{
  display: flex;  
}
.replenish .title{
  font-family: 'Noto Serif TC';
  font-size: 24px;
  font-weight: 700;
}
.inner-page .title-group:after{
  content:'';
  position:absolute;
  bottom: -12px;
  left: 50%;
  transform:translate(-50%,0);
  background-color: #5e4334;
  width: 100px;
  height: 2px;        
}
.inner-page .title-group:after{
  display: none;
}
.inner-page .title-group .subtitle{
  text-align: start;
  margin-left: 24px;
}
.inner-page .title-group .title{
  text-align: start;
  margin-top: -53px;
}
@media (max-width:576px) {
  .inner-page .title-group .title{
    text-align: start;
    margin-top: -37px;
  }
}
.wholesale-why{
  display: flex;
  flex-direction: column;
  justify-content:center;
  background-color: #eaeaea;
  border-radius:10px;
  margin-bottom: 48px;
  color: #40220f;
}
@media (min-width:992px) {
  .wholesale-why{
      flex-direction: row;
  }
}
.why{
  position:absolute;
  left: 50%;
  top: 50%;
  transform:translate(-50%,-50%); 
  font-size: 24px;
  border-radius: 35px;        
  width: 100%;
  text-align:center;     
  font-family: 'Noto Serif TC';  
  font-weight:900;
}
.why-line{
  background-image:url('/media/images/wholesale_img_2.png');
  background-repeat: repeat-y;
  background-size: contain;
  background-position: top center;
  width: 27px;
  height: 100%;
}   
.why-line-2{
  background-repeat: no-repeat;
  background-size: contain;
  background-position:center;
  background-image:url('/media/images/line_2.png');
}
.wholesale-why-info{
  color: #40220f;
  letter-spacing:2px;
  font-weight:bolder;
  text-align: justify;
}
.wholesale-why-info p{
  letter-spacing: 4px;
  font-family: 'Noto Serif TC';
  font-weight:500;
  margin-bottom: 0;
}
@media (max-width:992px) {
  .wholesale-why-info p{
      margin-bottom: 8px;
      line-height: 28px;
  }
}
@media (max-width:992px) {
  .index_page-end-editor .nav-groups{
      margin-left: 15px;
  }
}    
.index_page-end-editor .nav-name{
      margin: 0 24px;
}
@media (max-width:992px) {
  .index_page-end-editor .nav-name{
      margin: 0 12px 12px;           
  }
} 

.index_page-end-editor .nav-name a{
  color: #40220f;
  font-weight:500;
  font-size:16px;
  font-family: 'Playfair Display';
}
.index_page-end-editor .nav-name a:hover{
  color: #e4b260;  
}

.index_page-end-editor .text-edtiro-block{
  display: flex; 
  align-items:center;
}
.top-btn{
  max-width:100px;
  object-fit:contain;                
}
@media (max-width:992px) {
  .top-btn{
      max-width:60px;      
  }
}
.index_page-end-editor .footer-logo{
  transform: translateX(-15%);
}
@media (max-width:992px) {       
.index_page-end-editor .footer-logo{
  transform: translateX(0%);
  width: 100%;
  }
}
.index_page-end-editor .footer-bottom{
  background-color:#40220f;
  color:white;
  padding: 24px 0px;
  text-align:center;     
  letter-spacing:2px;   
  font-weight: 700;
  font-family: "Noto Serif TC";
}    
@media (max-width:576px) {       
  .index_page-end-editor .footer-bottom{
      padding: 24px 0 96px;
      font-size:12px;
  }
}
.top.goTop {
  top: 50%;
  left: 50%;
  right: inherit;
  width: auto;
  background: transparent;
  border: none;

  transform:translate(-50%, 0%);
  text-wrap: nowrap;
  color: #40220f;        
  font-family: "Noto Serif TC";
  font-weight:900;        
}
.top.goTop::after, .top.goTop::before{
  display: none;
}

.top.goTop:hover{
  color: white;
}
@media (max-width:992px) {
  .top{
      font-size:12px;
  }
}
/* 設計字體 */

/* Playfair Display 英字體 */
@font-face {
  font-family: 'Playfair Display';
  src: url('/fonts/playfair_display/PlayfairDisplay-VariableFont_wght.ttf') format('truetype');
  font-weight: 600; 
  font-style: normal; 
}
@font-face {
  font-family: 'Playfair Display';
  src: url('/fonts/playfair_display/PlayfairDisplay-VariableFont_wght.ttf') format('truetype');
  font-weight: 900; 
  font-style: normal; 
}
/* Noto Serif TC */
@font-face {
  font-family: 'Noto Serif TC';
  src: url('/fonts/noto_serif_tc/NotoSerifTC-VariableFont_wght.ttf') format('truetype');
  font-weight: 600; 
  font-style: normal; 
}
@font-face {
  font-family: 'Noto Serif TC';
  src: url('/fonts/noto_serif_tc/NotoSerifTC-VariableFont_wght.ttf') format('truetype');
  font-weight: 700; 
  font-style: normal; 
}
@font-face {
  font-family: 'Noto Serif TC';
  src: url('/fonts/noto_serif_tc/NotoSerifTC-VariableFont_wght.ttf') format('truetype');
  font-weight: 900; 
  font-style: normal; 
}