:root {


  --navBgColor: #231816;


  --opacitynavBgColor: #231816;


  --navTextColor: rgb(255, 255, 255);


  --navhoverColor: #b81d25;


  --highLightColor: rgba(38, 43, 157, 1);


  --hoverColor: rgba(255, 255, 255, 1);


  --darkColor: #b81d25;


  --titleColor: #b81d25;


  --mainFontColor: rgba(30, 30, 30, 1);


  --opacityFontColor: rgba(30, 30, 30, 0.5);


  --mainBorder: 1.5px solid var(--opacityFontColor);


}





#nav-icon span {





  background: var(--darkColor);





}








.navbar {


  background-color:#231816;


  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);


}





#nav-icon span {


  background: var(--darkColor);


}





#home,


#myCarousel {





  margin-top: 88px;


}





.mainBg {


  background: url(../img/bg.jpg) no-repeat;


  background-size: cover;


  background-attachment: fixed;


}





.section:nth-child(odd) {


  background-color: #dbdbdb71;


}





.mainMask {


  background-color: rgba(255, 255, 255, 0.767);


}





.banner-full {





  background-image: url(../img/banner1.jpg)


}








#sns ul li {


  filter: brightness(0);


}


#sns .phone {


  background-image: url(../img/phone.png);


  background-size: cover;


}


.aboutItem {


  width: 85%;


}


.aboutText h6{


  text-align: center;


}


.aboutText p{


  text-align: center;


  line-height: 36px;


}

.aboutText h4{
  display: flex; 
  justify-content: center; 
  align-items: center; 
  color: rgb(196,19,41);
  line-height: 30px;
  letter-spacing: 3px;
}
#cooperation img{
  margin-top: 2.5rem;
}
/* 響應式選單*/


@media (max-width:1200px) {


  #logo {


    width: 100%;


  }





  .navbar>.container-fluid .navbar-brand {


    margin-left: 0;


  }





  .navbar-brand>img {


    margin: auto;





  }





  .shop1688 {


    left: 15px;


  }





  .navbar-nav {


    text-align: center;


  }





  .navbar .container-fluid {


    background-color: var(--navBgColor);


  }





  .navbar-header {


    float: none;





  }





  .navbar-right {


    margin-right: 0;


  }





  .navbar-left,


  .navbar-right {


    float: none !important;


  }





  .navbar-toggle {


    display: block;


  }





  .navbar-fixed-top {


    top: 0;


    border-width: 0 0 1px;


  }





  .navbar-collapse.collapse {


    display: none !important;


    padding-bottom: 20px;


  }





  .navbar-nav {


    float: none !important;


    margin-top: 0px;


    border-top: 1px solid rgba(0, 0, 0, 0.5);


  }





  .navbar-nav>li {


    float: none;


  }





  .navbar-nav>li>a {


    padding-top: 10px;


    padding-bottom: 10px;





  }





  .collapse.in {


    display: block !important;


  }


}











/*響應式調整*/








@media screen and (max-width:1200px) {}





@media screen and (max-width:1024px) {}





@media screen and (max-width:991px) {}





@media screen and (max-width:770px) {


  .aboutText p{


    margin-left: 10px;


    text-align: justify;


  }


  .nav-justified > li{


    margin-bottom: 0px;


  }


  .nav-justified > li > a{


    margin-bottom: 15px;


  }


}





@media screen and (max-width:576px) {}





@media screen and (max-width:414px) {}





@media screen and (max-width:375px) {}