:root {
  --navBgColor: rgb(255, 255, 255);
  --opacitynavBgColor: rgba(255, 255, 255, 0);
  --navTextColor: #545454;
  --navhoverColor: #c30d23;
  --highLightColor: #b17d52;
  --hoverColor: rgba(255, 255, 255, 1);
  --darkColor: #6d5543;
  --titleColor: #c30d23;
  --mainFontColor: rgb(61, 61, 61);
  --opacityFontColor: #b17d52;
  --mainBorder: 1.5px solid var(--opacityFontColor);
}

article {
  padding: 100px 0px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Noto Serif TC',
    serif;
  font-weight: 700;
  letter-spacing: 1.6px;
}

p {
  font-size: 16px;
  letter-spacing: 1.6px;
  line-height: 28px;
  text-align: justify;
}

article>h3::before {
  display: none;
}

article>h3::after {
  display: none;
}

.rip {
  background-image: url(../img/rip.jpg);
  background-size: cover;
}

.rip p {
  margin: 0 auto;
  margin-left: 400px;
  width: 70%;
  color: white;
  text-align: justify;
}


#nav-icon span {

  background: var(--darkColor);

}

.trafficText img {
  width: 30%;
  margin: auto;
}


.navbar {
  background-color: transparent;
  /* box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2); */
}

.aboutText h6 {
  font-size: 22px;
  line-height: 32px;
  margin-bottom: 30px;
  font-weight: 700;
}

.aboutText p {
  font-size: 16px;
  letter-spacing: 1.6px;
  line-height: 28px;
  width: 100%;
  font-weight: 400;
  text-align: justify;
  margin: 0 auto;
}

.aboutItem img {
  box-shadow: 2px 2px 5px rgba(68, 68, 68, 0.68);
}

#nav-icon span {
  background: var(--darkColor);
}

/* #home,
#myCarousel {

  margin-top: 88px;
} */

#copyright {
  background-color: #c30d23;
  color: #FFF;
  font-weight: bold;
}

body:before {
  content: "";
  display: block;
  position: fixed;
  left: 0;
  top: 2.3cm;
  width: 100%;
  height: 100%;
  z-index: -10;
  background: url(../img/bg.jpg) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding-bottom: 30%;
}

.aboutText {
  text-align: center;
}

#news img {
  box-shadow: 0px 0px 5px rgba(113, 113, 113, 0.619);
}

#news img:hover {
  box-shadow: 3px 3px 8px rgb(66, 66, 66);
}

.floatRightText,
.floatLeftText {
  padding: 0px;
}

/* .mainBg {
  background: url(../img/bg.jpg) no-repeat;
  background-size: cover;
  background-attachment: fixed;
} */

.section:nth-child(odd) {
  background-color: #e0d4cb;
}

.section2 {
  background-image: url(../img/bg2.jpg);
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.mainMask {
  background-color: rgba(0, 0, 0, 0);
}

.menubtn {
  display: flex;
  width: 100%;
}

.item1 {
  padding: 25px;
}

.listMenuItem li {
  width: 100% !important;
  text-align: left;
}

.small {
  padding-bottom: 20px;
}

.btnbox {
  margin: auto;
}

.proArea,
.listMenuArea {
  padding-bottom: 30px;
}

.btnbox a {
  width: 100%;
  padding: 15px;
  font-size: 18px;
  text-align: center;
  background-color: #b17d52;
  border: 2px solid #b17d52;
  color: #FFF;
  border-radius: 10px;
  margin-top: 40px;
}

.btnbox a:hover {
  background-color: rgba(255, 255, 255, 0);
  color: #b17d52;
}

.menuItem h4 {
  text-align: center;
}

.banner-full {

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


#sns ul li {
  filter: brightness(0);
}


/* 響應式選單*/
@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) {
  .rip {
    height: 450px;
    background-image: url(../img/rip2.jpg);
    background-size: cover;
  }

  .rip p {
    margin: 0 auto;
    width: 70%;
    color: white;
    text-align: justify;
  }

  .rip .dot {
    display: none;
  }
}

@media screen and (max-width:770px) {
  article {
    padding: 70px 0px;
  }

  #home,
  #myCarousel {

    margin-top: 88px;
  }

  .rip {
    height: 800px;
    background-image: url(../img/rip2.jpg);
    background-size: cover;
  }

  .rip p {
    margin: 0 auto;
    width: 70%;
    color: white;
    text-align: justify;
  }

  .trafficText img {
    width: 50%;
    margin: auto;
  }

  .aboutText p {
    text-align: justify;
  }

  .newsTitle h4 {
    line-height: 28px;
  }

  .nav-pills>li+li {
    margin: 5px;
  }

  .item4 {
    width: 80%;
  }

  .listMenuItem li {
    text-align: justify;
  }
}

@media screen and (max-width:576px) {
  .rip {
    height: 700px;
    background-image: url(../img/rip3.jpg);
    background-size: cover;
  }
}

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

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