@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100;300;400;500;700;900&family=Noto+Serif+TC:wght@200;300;400;500;600;700;900&display=swap");
@import url("https://fonts.googleapis.com/earlyaccess/cwtexfangsong.css");
body {
  margin: 0;
  background-color: #E8CDAD;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.container {
  max-width: 1140px;
  width: 90%;
  margin: auto;
}

a {
  text-decoration: none;
  display: inline-block;
  color: black;
}

h1,
h2,
h3,
h4 {
  margin: 0;
}

h1 {
  font-family: "cwTeXFangSong", serif;
}

h2 {
  font-size: 24px;
  letter-spacing: 2px;
  font-weight: 700;
  font-family: "cwTeXFangSong", serif;
}

h2 span {
  position: relative;
  display: inline-block;
  font-size: 2em;
}

p {
  line-height: 1.7em;
}

img {
  width: 100%;
}

.link-btn,
.top {
  display: inline-block;
  text-align: center;
  width: 50px;
  line-height: 50px;
  margin: 12px;
  font-size: 1.6rem;
  color: white;
  background-color: #68461D;
}

.shop-name {
  font-size: 3em;
  font-weight: 700;
  color: #68461D;
  font-family: "cwTeXFangSong", serif;
}

.slick-prev:before,
.slick-next:before {
  color: #68461D;
  font-size: 20px;
}

.tab-hide {
  height: 0;
  overflow: hidden;
}

section:not(:first-child) {
  margin-bottom: 80px;
  padding: 40px 0;
}

section:nth-child(even) {
  background-color: #f2f2f2;
}

.navbar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  background: url(../image/bg.jpg) no-repeat center;
  background-size: cover;
}

.navbar .navbar-brand {
  height: 100px;
  transition: all 0.3s;
}
.navbar .navbar-brand img {
  height: 180px;
  transition: all 0.3s;
}
.navbar .navbar-brand.smaller {
  height: 80px;
}
.navbar .navbar-brand.smaller img {
  height: 80px;
}

.navbar .navbar-brand img {
  width: 100%;
}

.navbar .navbar-toggler {
  color: transparent;
}

.navbar .navbar-toggler i {
  color: black;
  font-size: 24px;
}

.navbar .navbar-collapse {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.navbar .navbar-collapse .navbar-nav {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.navbar .navbar-collapse .navbar-nav {
  margin-left: auto;
}

.navbar .navbar-collapse .navbar-nav .nav-link {
  text-align: center;
  padding: 10px;
  margin: 12px 20px;
  color: black;
}

#banner {
  position: relative;
  padding-top: 100px;
}

#banner img {
  height: 100vh;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  -webkit-filter: brightness(0.4);
  filter: brightness(0.4);
}

#banner .banner-content {
  position: absolute;
  color: white;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 3;
}

#banner .banner-content h1 {
  font-size: 4.5em;
  line-height: 1.2em;
}

#banner .banner-content h1 span {
  display: block;
}

#banner .banner-content h1 span:last-child {
  font-size: 0.6em;
}

#banner .banner-content .link-btn {
  margin-left: 0;
  color: white;
  background-color: unset;
  border: 1px solid;
}

#about .row {
  position: relative;
}
#about .row .content-box {
  margin: auto;
}

#about img {
  box-shadow: 4px 4px 6px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 4px 4px 6px rgba(0, 0, 0, 0.3);
}

#about .content-box {
  padding: 20px;
  background-color: rgba(255, 255, 255, 0.2);
  margin-left: -30px;
  z-index: -1;
}

#about .content-box .shop-sell {
  font-family: "cwTeXFangSong", serif;
  font-size: 1.5em;
  color: #68461D;
}

#about .content-box .shop-dist {
  padding: 4px 0;
  font-family: "cwTeXFangSong", serif;
  font-size: 1.5em;
  position: relative;
}
#about .content-box .shop-dist::after {
  content: "";
  display: block;
  position: absolute;
  left: -0.3em;
  right: -0.3em;
  top: 0;
  bottom: 0;
  z-index: -1;
  background-color: #E8CDAD;
}

#product .container .product-box h3 {
  display: inline-block;
  left: 50%;
  transform: translateX(-50%);
  position: relative;
  font-weight: 400;
}
#product .container .product-box h3::after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: -1em;
  transform: translateY(-50%);
  background-color: black;
}
#product .container .product-box h3::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: -1em;
  transform: translateY(-50%);
  background-color: black;
}
#product .container .product-box .tab-link a {
  width: fit-content;
  padding: 0.5rem 2rem;
  text-align: center;
  line-height: 36px;
  color: #68461D;
  margin: 0.2rem;
  position: relative;
  border-bottom: 1px solid rgba(104, 70, 29, 0.2);
}
#product .container .product-box .tab-link a.active {
  background-color: #68461D;
  color: white;
  pointer-events: none;
}
#product .container .product-box .tab-link a:hover::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(104, 70, 29, 0.2);
}
@media (max-width: 576px) {
  #product .container .product-box .tab-link a {
    width: 100%;
    border-bottom: 1px solid rgba(104, 70, 29, 0.2);
  }
}
#product .container .product-box .item-box {
  background-color: white;
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.3);
  height: 40vh;
  margin: 10px;
}
#product .container .product-box .item-box a {
  width: 100%;
  height: 40vh;
  text-decoration: none;
}
#product .container .product-box .item-box a:hover {
  color: rgba(104, 70, 29, 0.8);
}
#product .container .product-box .item-box img {
  object-fit: cover;
  height: 50%;
  width: 100%;
}
#product .container .product-box .item-box .text-box {
  padding: 20px;
}

#services .services-box {
  margin-bottom: 60px;
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.3);
}
#services .services-box img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  object-position: center;
}
#services .services-box .text-box {
  background-color: white;
  padding: 30px 20px;
}
#services .services-box .text-box h3 {
  font-weight: 400;
}
#services .services-box .text-box .line-btn {
  background-color: rgb(21, 202, 21);
  color: white;
  padding: 3px 24px;
  border-radius: 20px;
  width: 140px;
  margin: 0 auto;
}
#services .services-box .text-box .line-btn i {
  margin-right: 8px;
}

#contact {
  margin-bottom: 0;
}

#contact .link-btn {
  margin-left: 0;
  margin-top: 16px;
  margin-bottom: 0;
}

footer {
  background: url(../image/bg.jpg) no-repeat center;
  background-size: cover;
  padding: 30px;
  padding-bottom: 50px;
}

footer p {
  margin: 0;
  color: black;
}

footer a {
  color: black;
}

.quick-link-s {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: url(../image/bg.jpg) no-repeat center;
  background-size: cover;
}

.quick-link-s .link-btn,
.quick-link-s .top {
  margin: 0;
  color: black;
  background-color: transparent;
  width: 25%;
  text-align: center;
  line-height: 40px;
  border-radius: 0;
}

.quick-link-l {
  position: fixed;
  bottom: 80px;
  right: 30px;
}

.quick-link-l .link-btn,
.quick-link-l .top {
  margin: 12px;
  display: block;
  color: black;
  background-color: white;
  width: 40px;
  line-height: 40px;
  font-size: 20px;
  -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}

.quick-link-l .link-btn:hover,
.quick-link-l .top:hover {
  background-color: #3A2710;
  color: white;
}

@media screen and (min-width: 768px) {
  .navbar .navbar-brand img {
    height: 200px;
    transition: all 0.3s;
  }
  #about .row {
    position: relative;
  }
  #about img {
    box-shadow: 4px 4px 6px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 4px 4px 6px rgba(0, 0, 0, 0.3);
  }
  #about .content-box {
    padding: 20px;
  }
  #about .content-box p span {
    border-bottom: 3px dotted;
    padding: 4px 0;
  }
  #product .product-box {
    margin: 70px 0;
  }
  #services .services-box {
    margin: 100px 0;
  }
  #services .services-box .text-box {
    padding: 40px;
  }
  footer {
    padding-bottom: 30px;
  }
}
@media screen and (min-width: 991px) {
  .line-btn:hover {
    filter: brightness(0.8);
  }
  .link-btn:hover {
    background-color: #3A2710;
    color: white;
  }
  .navbar .navbar-collapse .navbar-nav .nav-link {
    position: relative;
  }
  .navbar .navbar-collapse .navbar-nav .nav-link::after {
    content: "";
    display: block;
    position: absolute;
    bottom: -2px;
    border: 1px solid;
    opacity: 0;
    width: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    transition: all 0.3s;
  }
  .navbar .navbar-collapse .navbar-nav .nav-link:hover::after {
    width: 100%;
    opacity: 1;
    transition: all 0.3s;
  }
  #about .content-box .shop-dist::after {
    content: "";
    display: block;
    position: absolute;
    right: 2em;
    left: 0;
    bottom: 0.6em;
    top: unset;
    height: 10px;
  }
  #banner .banner-content .link-btn:hover {
    filter: brightness(0.8);
  }
}/*# sourceMappingURL=style.css.map */