@charset "UTF-8";
@font-face {
  font-family: SC-SemiBold;
  src: url("https://events.eslite.com/font/獅尾四季春加糖SC-SemiBold.ttf");
}
html {
  background: url("../images/bg_1.png") bottom center fixed no-repeat, url("../images/bg_0.jpg") top 900px center repeat-y, #23385a;
}

header {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

/* ------------------ 區塊背景 ------------------ */
.container {
  background: url(../images/container_bg.png) top center no-repeat;
  background-size: contain;
  max-width: 1920px;
  margin: auto;
}

.bg_1200 {
  width: 1200px;
  margin: 0 auto 20px;
  background: #aecfed;
  border: 1px solid black;
  border-top: none;
  padding: 20px 0 0;
  border-radius: 0 0 20px 20px;
}
.bg_1200::after {
  content: "";
  display: block;
  height: 20px;
  background: #fffeee;
  border-top: 1px solid black;
  border-radius: 0 0 20px 20px;
}

@media screen and (max-width: 991px) {
  .container {
    background: #6cba5a;
  }
  .bg_1200 {
    width: 100vw;
    min-width: 100vw;
    border-left: none;
    border-right: none;
    border-radius: 0 0 10px 10px;
  }
  .bg_1200::after {
    content: "";
    height: 10px;
    border-radius: 0 0 10px 10px;
  }
}
/* ------------------  攻略  ------------------ */
.promotion_box {
  width: 100%;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 0;
}
.promotion_box ul {
  margin: 0 auto;
  padding: 20px 0;
  width: 1200px;
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
  gap: 20px;
}

@media screen and (max-width: 991px) {
  .promotion_box {
    width: 100vw;
  }
  .promotion_box ul {
    width: 100vw;
    gap: 2vw;
  }
  .promotion_box ul li,
  .promotion_box ul img {
    width: 48vw;
  }
}
/* ------------------ title ------------------ */
.titleC {
  margin: 20px auto 0;
  padding: 0;
}
.titleC h2 {
  width: 1200px;
  height: 170px;
  background: url("../images/titleH2_bg.png") top center no-repeat;
  color: #fff;
  font-family: SC-SemiBold;
  font-size: 55px;
  padding-top: 60px;
}
.titleC h2.only-one {
  padding-top: 80px;
}
.titleC h3 {
  font-family: SC-SemiBold;
}
.titleC h3::before {
  content: "";
  display: inline-block;
  width: 100px;
  height: 30px;
  background: url(../images/titleH3_bg.png) top center no-repeat;
  margin: 0 15px;
}
.titleC h3::after {
  content: "";
  display: inline-block;
  width: 100px;
  height: 30px;
  background: url(../images/titleH3_bg.png) top center no-repeat;
  margin: 0 15px;
}

@media screen and (max-width: 991px) {
  .titleC {
    margin: 2vw auto 0;
  }
  .titleC h2 {
    width: 100vw;
    height: 26vw;
    background: url("../images/titleH2_bg_m.png") top center no-repeat;
    background-size: contain;
    padding: 6vw 0 0;
    font-size: 10vw;
  }
  .titleC h2.only-one {
    padding-top: 10.5vw;
  }
  .titleC h3 {
    font-size: 7.3vw;
    padding: 5px 0 20px;
  }
  .titleC h3::before {
    content: "";
    display: inline-block;
    width: 75px;
    height: 25px;
    background: url(../images/titleH3_bg_m.png) top center no-repeat;
    margin: 0 5px;
  }
  .titleC h3::after {
    content: "";
    display: inline-block;
    width: 75px;
    height: 25px;
    background: url(../images/titleH3_bg_m.png) top center no-repeat;
    margin: 0 5px;
  }
}
/* ------------------ 改色 ------------------ */
.half ul,
.recommend_2p li {
  background: #aecfed;
}

.collect_5x6 .s-row h4,
.collect_5x6 .special,
.toptitle .font h4,
.keywordC .round_5p .font,
.hightlight_5p .font h4,
.special_5p_1 .hightlight_5p ul li h4,
.hightlight .font h4,
.triple .font h4 {
  background: #e95532;
}

/* ------------------ 版型調整 ------------------ */
.keywordB .keywordA li {
  color: #000;
  background: #ffe33f;
  border: solid 1px #000;
}
.keywordB .keywordA li a {
  color: #000;
  font-size: 21px;
  line-height: 1.3;
  font-family: "Noto Sans TC";
  font-weight: 700;
}
.keywordB .keywordA li:hover a {
  color: #fff;
}
.keywordB .keywordA li:focus a {
  color: #fff;
}

@media screen and (max-width: 991px) {
  .keywordB .keywordA li {
    padding: 5vw 2vw 0;
  }
  .keywordB .keywordA li a {
    font-size: 15px;
  }
}
.publisher .keywordA li {
  box-shadow: none;
  border-radius: 100px;
  background: #000;
  border-color: #000;
  border: 2px solid;
}
.publisher .keywordA li a {
  font-size: 1.4rem;
  line-height: 1.4rem;
  color: #aecfed;
}
.publisher .keywordA li:hover {
  background: #ffe33f;
}
.publisher .keywordA li:hover a {
  color: #000;
}

.slick-dots li button:before {
  font-size: 40px !important;
  color: #3e5994 !important;
}

/* ------------------ kv ------------------ */
.kv_pc {
  position: relative;
}
.kv_pc .kv_items {
  position: absolute;
}
.kv_pc .kv_bg {
  width: 100%;
}
.kv_pc .kv_title {
  top: 7.25%;
  left: 8.0208333333%;
  width: 42.7083333333%;
}
.kv_pc .kv_date {
  top: 61.125%;
  left: 14.84375%;
  width: 28.90625%;
}
.kv_pc .kv_hand {
  top: -11.125%;
  right: 1.0416666667%;
  width: 32.8125%;
  animation: hand-swing 2s ease-in-out -1s infinite;
  transform-origin: 85% 15%;
}

@keyframes hand-swing {
  0%, 100% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(4deg);
  }
}
/* ------------------ 右側選單 ------------------ */
.navstyle {
  background: #f3b2c1;
  position: fixed;
  right: 10px;
  top: 150px;
  z-index: 999;
  width: 115px;
  border-radius: 100px;
  padding: 20px 10px;
  border: 1px solid black;
}
.navstyle ul {
  text-align: center;
}
.navstyle ul li {
  border-bottom: 1px dotted #000;
}
.navstyle ul li:last-child {
  border-bottom: none;
}
.navstyle ul .active {
  background: #ffe33f;
  color: #000;
  border-radius: 40px;
  border: 1px solid black;
}
.navstyle ul a {
  color: #000;
  padding: 5px;
  margin: 5px 0;
  display: block;
  border-radius: 40px;
}
.navstyle ul a:hover {
  background: #ffe33f;
  color: #000;
  border-radius: 40px;
  padding: 5px;
  margin: 5px 0;
  border: 1px solid black;
}

@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: #3e5994;
    border-left: none;
    border-right: none;
  }
  .navstyle div {
    display: none;
  }
  .navstyle ul {
    display: inline-block;
  }
  .navstyle ul li {
    display: inline-block;
    padding: 2px 10px;
    border-radius: 15px;
    background: #ffe33f;
    margin: 9px 6px;
    border-bottom: none;
  }
  .navstyle ul li .active {
    background: #ffe33f;
    border: none;
  }
  .navstyle ul li a {
    padding: 0;
    display: inline-block;
  }
  .navstyle ul li a:hover {
    background: #ffe33f;
    color: #ffffff;
    border-radius: 15px;
    padding: 0;
    border: none;
  }
  .sticky {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    z-index: 99;
  }
}
.navstyle::-webkit-scrollbar {
  display: none;
}

/* ------------------  前往ＯＯＯ館的按鈕 ------------------ */
.btn_box ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 800px;
  margin: auto;
}

.btn-go {
  width: 330px;
  border-radius: 40px;
  margin: 10px auto;
  transition: all 0.3s;
  background: #ffe33f;
  outline: 0.75px solid black;
}
.btn-go a h3 {
  color: #000;
  font-size: 2rem;
  padding: 15px 10px;
}
.btn-go:hover {
  transform: scale(0.98);
  background: #000;
}
.btn-go:hover a h3 {
  color: #fff;
}

/*# sourceMappingURL=style.css.map */