body {
  margin: 0;
  padding: 0;
  background: #dacbbb;
  background-image: url(el-bg.jpg?t=1752130529465);
  width: 100%;
  background-size: 100% auto;
  background-position: center center;
  background-attachment: fixed;
  background-repeat: repeat-y;
}

@media screen and (min-width:768px) {

  /* PCscrollbar樣式 */
  /*::-webkit-scrollbar-thumb {
    background: #764737;
  }

  ::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 10px;
    height: 5px;
    background: #7e0000;
  }*/
}

.SSDsafeText {
  /* 安全字樣式 */
  color: #fff;
  text-align: center;
  font-size: 0.8rem;
  font-family: futurastdmedium, noto sans tc, Arial, 微軟正黑體, microsoft jhenghei, sans-serif;
}

.row {
  /*fixed flexbox stretch images*/
  align-items: center !important;
}

.col-6 a:hover {
  cursor: pointer;
}

.SSDtransformScale {
  transform: scale(1);
  transition-duration: .3s;
}

.SSDtransformScale:hover {
  transform: scale(0.98);
  cursor: pointer;
}

.SSDcategorytitle {
  /*分類大標樣式*/
  /* pointer-events: none; */
  cursor: default;
  /* 白底黑字用大標陰影 */
  /* filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.8));
    -webkit-filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.8)); */
}

.SSDcategorytitle span {
  /* 安全字 */
  font-size: 36px;
}

html {
  /* user-select: none; */
  /* color: black; */
  color: #fff;
  text-align: center;
  scroll-behavior: smooth;
}

.lip {
  width: 100%;
  display: flex;
  justify-content: center;
}

/* 一些hover效果 */
.SSDtransformScale {
  transform: scale(1);
  transition-duration: .3s;
}

.SSDtransformScale:hover {
  transform: scale(0.98);
  cursor: pointer;
}

.SSDtransformPosition {
  transform: translate(0, 0);
  transition-duration: .3s;
}

.SSDtransformPosition:hover {
  transform: translate(0, -8px);
}

.Area_SSDnavbar {
  margin-bottom: 0 !important;
  /* justify-content: flex-start !important; */
  background-color: #000;
}

.SSDnavbar {
  background-color: #000;
}

.SSDnavbar a {
  color: rgb(255, 255, 255);
  font-family: futurastdmedium, noto sans tc, Arial, 微軟正黑體, microsoft jhenghei, sans-serif;
  font-weight: 400;
  font-size: 1.08rem;
  line-height: 2em;
  text-align: center;
  vertical-align: middle;
}

@media screen and (max-width: 340px) {
  .SSDnavbar a {
    font-size: .96rem;
  }
}

/* 選單hover動態 */
.SSDnavbar a:hover,
.SSDnavbar li:hover>a {
  background-color: #764737;
  color: rgb(255, 255, 255);
  opacity: 1;
}

.SSDoverlay {
  /* 主打品重疊層 */
  margin: -30% auto auto 60%;
}

#SSDSliderA .carousel-inner {
  padding: 0 !important;
}

.carousel-control-next {
  justify-content: flex-end;
  padding-right: 15px;
}

.carousel-control-prev {
  justify-content: flex-start;
  padding-left: 15px;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%233a2625' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%233a2625' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3e%3c/svg%3e");
}

.custom-margin {
  margin-bottom: 1rem;
}

@media screen and (min-width: 768px) {
  .custom-margin {
    margin-bottom: 3rem;
  }
}

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

  .SSDtransformScale:hover,
  .SSDtransformPosition:hover,
  .SSDpromoteSetLight:hover {
    /* MB取消特效 */
    -webkit-filter: none;
    filter: none;
    transform: none;
  }

  body {
    background: #dacbbb;
    background-image: url(mb-bg.jpg?t=1752130529465);
    background-size: 100%;
    background-repeat: repeat-y;
    background-attachment: scroll;
  }

  /* MB nav樣式 */
  .Area_SSDnavbar {
    margin-bottom: 0 !important;
    /* justify-content: flex-start !important; */
    background-color: #000;
  }

  .SSDnavbar li {
    border-top: solid 1px #aaa;
  }

  .SSDnavbar li:not(:nth-last-of-type(1)) {
    border-right: solid 1px #aaa;
  }

}

/* TOPBTN */
#SSDScrolltoTopBtn {
  width: 60px;
  position: fixed;
  right: 1%;
  bottom: 3%;
  height: auto;
  opacity: 0;
  transition-duration: .3s;
  z-index: 99;
}

#SSDScrolltoTopBtn:hover {
  cursor: pointer;
  opacity: 1;
}

/* Swiper樣式區域 */
.Area_01 {
  --swiper-theme-color: #764737;
  --swiper-navigation-color: #fff;
  --swiper-navigation-size: 30px;
}

.swiper-pagination {
  width: 100%;
  left: 0%;
  bottom: 8%;
  /* --swiper-pagination-color: #cf0000; */
}

@media screen and (max-width: 768px) {
  .swiper-pagination {
    bottom: 3%;
  }
}

/* dropdown 樣式 */
.SSDnavbar .dropdown-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.SSDnavbar .dropdown-menu {
  min-width: 10rem;
  padding: 0;
  margin: 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #764737;
  background-clip: padding-box;
  border: none;
  border-radius: 0;
}

.SSDnavbar .dropdown-menu .dropdown-item:hover {
  /* dropdown hover */
  background-color: #fff;
  border: none;
  border-radius: 0;
  color: #000;

}

/* dropdown 改hover啟動 */
.SSDnavbar .dropdown {
  overflow: hidden;
}

.SSDnavbar .dropdown:hover {
  overflow: visible;
}

.SSDnavbar .dropdown .dropdown-menu {
  -webkit-transition: all .6s;
  transition: all .6s;
  max-height: 0;
  display: block;
  overflow: hidden;
}

.SSDnavbar .dropdown:hover .dropdown-menu {
  max-height: 500px;
  opacity: 1;
}
