:root {
  --navBgColor: #ffffffe5;
  --opacitynavBgColor: #ffffffb7;
  --navTextColor: #000000;
  --navhoverColor: #757575;
  --highLightColor: rgba(203, 125, 157, 1);
  --hoverColor: rgba(255, 255, 255, 1);
  --darkColor: #464646;
  --titleColor: #464646;
  --mainFontColor: rgba(30, 30, 30, 1);
  --opacityFontColor: #464646;
  --background-color: #dabea751;
  --opacity: 0.5;
  --mainBorder: 2px solid var(--opacityFontColor);
}

#nav-icon span {

  background: #464646;

}


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


/*
#home,#myCarousel{

  margin-top: 88px;
}*/
article>h3 span.afterline,
article>h3 span.beforeline {
  width: 0px;
}

body {
  overflow-x: inherit;
  overflow: hidden;
}

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

/* .mainBg{
  background-color: var(--navBgColor);
  background-size: cover;
  background-attachment: fixed;
} */
.mainMask {
  background-color: rgba(255, 255, 255, 0.75);
}

.banner-full {

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

b,
strong {
  font-size: larger;
}

/* .section:nth-child(odd) {
  background-color: rgb(255 223 232 / 42%);
} */

.latestNews {
  background-color: var(--background-color)
}

.newsTitle i {
  font-style: normal;
}

.btn_a {
  border: 2px solid #464646;
  border-radius: 15px;
}

.btn_a a {
  color: #464646;

}

.aboutFlex h6 {
  text-align: left;
  font-size: 19px;
  letter-spacing: 2px;
  margin-bottom: 50px;
  font-weight: 400;
}

.aboutText {
  padding-left: 80px;
}

.topLine {
  border-top: 5px solid #464646;
  width: 120px;
  margin-bottom: 15px;
}

.trafficText img {
  filter: brightness(0.4)
}


#picture h3 {
  width: 100%;
  text-align: center;
  margin: 24px auto 48px;
  border-bottom: var(--mainBorder);
  padding-bottom: 30px;
}

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

.footer {
  background-color: #c1baa800;
}

.trafficArea {
  display: flex;
  flex-wrap: wrap;
}

#traffic article h3 {
  width: 100%;
}

.trafficContent {
  padding: 120px 0 0 0;
}

.trafficText {
  display: block;
  text-align: left;
  font-size: 17px;
  line-height: 40px;
}

.trafficText,
.trafficMap {
  width: 45%;
  margin: 0 auto;
}

.trafficBtn a {
  font-weight: 700;
  margin-top: 24px;
  margin-left: 20px;
  border: 2px solid #464646;
  padding: 5px;
  width: 100px;
  text-align: center;
  float: left;
  border-radius: 15px;
}

.trafficText li a:hover {
  color: rgb(255, 255, 255);
  background-color: #464646;
  transition: 0.5s;
}

#copyright {
  background-color: rgb(255, 255, 255);
  /* margin-bottom: 45px; */
}

.item1 {
  width: 70%;
  margin: auto;
}

.aboutText p {
  text-align: justify;
  line-height: 30px;
}

.nav>li>a {
  text-shadow: 3px 2px 3px rgba(27, 27, 27, 0.31);
}

.roomTitle h4 {
  color: #464646;
  padding-bottom: 10px;
  border-bottom: 1.5px solid #464646;
}

.join {
  font-size: 20px;
  text-align: center;

  padding: 20px;

  transition: 0.5s;
}

.join:hover {
  background-color: #464646;
  color: rgb(255, 255, 255);
  border: 2px solid #464646;
}

#sns {
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: #464646ac;
}

#sns ul {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: center;
}

#sns ul li {
  filter: brightness(1);
  border-bottom: none;
}

.top {
  filter: brightness(5);
  top: -5px;
  left: 1px;
}

#sns ul li a {
  width: 25px;
  height: 25px;
}

.col-sm-5 img {
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.462);
}

/* 響應式選單*/
@media (max-width:1200px) {
  #logo {
    width: 100%;
  }

  #home,
  #myCarousel {

    margin-top: 88px;
  }

  .navbar {
    background-color: var(--navBgColor) !important;
  }

  .navbar>.container-fluid .navbar-brand {
    margin-left: 0;
  }

  .navbar-brand>img {
    margin: auto;

  }

  .collapse {
    position: absolute;
    display: block;
    top: -1200%;
    margin: 0;
    left: 100%;
    width: 100%;
    min-height: 100vh;
    background-color: var(--navBgColor);
    transition: 0.5s;

  }

  .collapse.move {
    top: 0;
    left: 0;
    opacity: 1;
  }

  .shop1688 {
    left: 15px;
  }

  /* .navbar-collapse{
    background-color: var(--navBgColor);
  } */
  .navbar-header {
    float: none;

  }

  .navbar .container-fluid {
    padding: 0;
  }

  .container-fluid>.navbar-collapse {
    margin: 0;
  }

  .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-nav {
    text-align: center;
    float: none !important;
    margin-top: 100px;

  }

  .navbar-nav>li>a::after {
    content: '';
    width: 0%;
    height: 3px;
    background-color: var(--navhoverColor);
    margin: auto;
    margin-top: 5px;
    display: block;



  }

  .navbar-nav>li>a:hover::after {
    width: 5%;



    transition: 0.5s;
  }

  .navbar-nav>li {
    float: none;
  }

  .navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;

  }

}



/*響應式調整*/


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

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

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

@media screen and (max-width:770px) {
  .item1 {
    width: 100%;
  }

  .item2 {
    width: 100%;
  }

  .item3 {
    width: 100%;
  }

  .item4 {
    width: 100%;
  }

  .topLine {
    margin-left: 20px;
  }

  .aboutFlex h6 {
    margin-left: 20px;
    margin-top: 20px;
  }

  .aboutText p {
    margin-top: 20px;
  }

  .aboutText {
    padding-left: 0px;
  }

  .trafficArea {
    display: block;
  }

  .trafficText,
  .trafficMap {
    width: 85%;
    text-align: center;
  }

  .trafficBtn a {
    margin: 2em auto;
  }
}

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

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

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