@charset "UTF-8";
.html {
  background: #ffffff;
}

.container {
  background: url("../images/bg.jpg") top center no-repeat, url("../images/bg_2.jpg") top center repeat, #ffffff;
}

@font-face {
  font-family: SC-SemiBold;
  src: url("https://events.eslite.com/font/獅尾四季春加糖SC-SemiBold.ttf");
}
/* ------------------ 右側選單 ------------------ */
.navstyle {
  background: #1a1a1a;
  position: fixed;
  right: 10px;
  top: 150px;
  z-index: 999;
  width: 140px;
  border-radius: 100px;
  padding: 20px 10px 30px 10px;
}
.navstyle div {
  width: 90px;
  margin: auto;
}
.navstyle ul {
  text-align: center;
}
.navstyle ul li {
  border-bottom: 1px dotted #fff;
}
.navstyle ul li:last-child {
  border-bottom: none;
}
.navstyle ul .active {
  background: linear-gradient(90deg, #e8572c, #ff759e);
  color: #ffffff;
  border-radius: 40px;
}
.navstyle ul a {
  color: #ffffff;
  padding: 10px;
  margin: 5px 0;
  display: block;
  border-radius: 40px;
}
.navstyle ul a:hover {
  background: linear-gradient(90deg, #e8572c, #ff759e);
  color: #ffffff;
  border-radius: 40px;
  padding: 10px;
  margin: 5px 0;
}

@media screen and (max-width: 991px) {
  .navstyle {
    position: static;
    width: 100%;
    overflow-x: scroll;
    white-space: nowrap;
    display: flex;
    justify-content: flex-start;
    border-radius: 0;
    padding: 0;
    background: #fff;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
  }
  .navstyle div {
    display: none;
  }
  .navstyle ul {
    display: inline-block;
  }
  .navstyle ul li {
    display: inline-block;
    padding: 2px 10px;
    border-radius: 15px;
    background: linear-gradient(90deg, #61c8f1, #995bbe);
    margin: 9px 6px;
    border-bottom: none;
  }
  .navstyle ul li .active {
    background: linear-gradient(90deg, #61c8f1, #995bbe);
  }
  .navstyle ul li a {
    padding: 0;
    display: inline-block;
  }
  .navstyle ul li a:hover {
    background: linear-gradient(90deg, #61c8f1, #995bbe);
    color: #ffffff;
    border-radius: 15px;
    padding: 0;
  }
  .sticky {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    z-index: 99;
  }
}
.navstyle::-webkit-scrollbar {
  display: none;
}

/* ------------------ kv ------------------ */
.kv_pc .topbox {
  position: relative;
}
.kv_pc .topbox img {
  position: absolute;
}
.kv_pc .topbox .kv_title {
  top: 195px;
  left: 345px;
}
.kv_pc .topbox .kv_date {
  top: 50px;
  left: 405px;
}
.kv_pc .topbox .kv_sale {
  top: 525px;
  left: 370px;
}
.kv_pc .topbox .kv_product_2 {
  top: 380px;
  left: 30px;
  animation: ani02 2.5s -1s infinite ease-in-out;
}
.kv_pc .topbox .kv_product_3 {
  top: 50px;
  right: 10px;
  animation: ani02 2s -0.7s infinite ease-in-out;
}
.kv_pc .topbox .kv_product_5 {
  top: 390px;
  left: -280px;
  animation: ani02 2s -0.5s infinite ease-in-out;
}

@keyframes ani02 {
  0% {
    transform: rotate(0deg);
  }
  10% {
    transform: rotate(0deg);
  }
  20% {
    transform: rotate(10deg);
  }
  30% {
    transform: rotate(-10deg);
  }
  40% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
/* ------------------ 安全字 ------------------ */
.notice {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  padding: 10px 0;
  font-size: 1rem;
  line-height: 1.2rem;
  color: #5a5a5a;
  font-weight: 300;
}

/* ------------------  攻略  ------------------ */
.promotion_box ul {
  justify-content: space-evenly;
}
.promotion_box ul li:nth-child(odd) {
  animation: ani01 1s -0.5s infinite ease-in-out;
}
.promotion_box ul li:nth-child(even) {
  animation: ani01 1s -1s infinite ease-in-out;
}
.promotion_box ul li img {
  width: 280px;
}

@media screen and (max-width: 991px) {
  .promotion_box {
    width: 100vw;
    margin-bottom: -40px;
  }
  .promotion_box ul li {
    width: 47vw;
  }
  .promotion_box ul li img {
    width: 47vw;
  }
}
@keyframes ani01 {
  0% {
    transform: translateY(0px);
  }
  10% {
    transform: translateY(0px);
  }
  30% {
    transform: translateY(-6px);
  }
  50% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(0px);
  }
}
/* ------------------ title ------------------ */
.titleC {
  margin: 0 auto;
  padding: 10px 0;
  text-align: center;
  font-family: SC-SemiBold, "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  position: relative;
  top: 65px;
}
.titleC h2 {
  position: relative;
  padding: 28px;
  width: 650px;
  font-size: 3.5rem;
  letter-spacing: 5px;
  font-weight: 600;
  color: #fff;
}

section:nth-child(odd) .titleC h2 {
  background: url(../images/title_bg_1.jpg) top center no-repeat;
}

section:nth-child(even) .titleC h2 {
  background: url(../images/title_bg_2.jpg) top center no-repeat;
}

@media screen and (max-width: 991px) {
  .titleC h2 {
    font-size: 2.4rem;
    padding: 14px 0 35px 0;
    width: 380px;
  }
  section:nth-child(odd) .titleC h2 {
    background: url(../images/title_bg_1m.jpg) top center no-repeat;
  }
  section:nth-child(even) .titleC h2 {
    background: url(../images/title_bg_2m.jpg) top center no-repeat;
  }
}
/* ------------------ 區塊背景 ------------------ */
.bg_1200 {
  width: 1200px;
  margin: 0 auto;
  padding-top: 80px;
  padding-bottom: 5px;
  background: none;
  outline: 1.5px solid #000;
  border-radius: 30px;
}
.bg_1200 li {
  outline: 1.5px solid #000;
}

.slick-dots li,
.hightlight .scene li,
.banner li {
  outline: none;
}

#j {
  margin-bottom: 40px;
}

@media screen and (max-width: 991px) {
  section {
    padding: 0;
  }
  .bg_1200 {
    padding-top: 50px;
    margin-bottom: -50px;
    width: 100vw;
    min-width: 100vw;
    outline: 0;
    border-radius: 0;
  }
}
/* ------------------ 改色 ------------------ */
.half ul {
  background: linear-gradient(135deg, #61c8f1, #ffffff 50%, #61c8f1);
  border-radius: 20px;
}

.scene .font p {
  color: #000000;
}

.hightlight .font h4,
.collect_5x6 .s-row h4,
.collect_5x6 .special {
  background: linear-gradient(90deg, #e8572c, #ff759e);
}

.alternate .font h4 {
  color: #ec3919;
}

.alternate ul:nth-child(odd) li:first-child {
  background: linear-gradient(45deg, #995bbe, #e8572c);
}

.alternate ul:nth-child(odd) li:first-child .font h4 {
  color: #ffffff;
}

.alternate ul:nth-child(even) li:last-child {
  background: linear-gradient(45deg, #61c8f1, #995bbe);
}

.alternate ul:nth-child(even) li:last-child .font h4 {
  color: #ffffff;
}

/* ------------------  輪播修正 ------------------ */
.slick-dots li button:before {
  font-size: 40px !important;
  color: #fa695c !important;
}

/* #a .slick-list{
	height: 295px !important;
}
@media screen and ( max-width: 991px ){
	#a .slick-list{
		height: auto !important;
	}
} */ /*# sourceMappingURL=style.css.map */