@charset "UTF-8";
html {
  background: url(../images/bg_1.png) bottom center fixed no-repeat, url(../images/bg_2.png) top -92px center repeat-y, url(../images/bg_0.png) bottom center fixed no-repeat, url(../images/bg_5.png);
}

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

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

.bg_1200 {
  width: 1200px;
  margin: auto;
}

@media screen and (max-width: 991px) {
  .bg_1200 {
    width: 100vw;
    min-width: 100vw;
  }
  .container section:nth-child(1) {
    background: none;
  }
}
/* ------------------ kv ------------------ */
.kv_pc {
  position: relative;
}
.kv_pc .kv_items {
  position: absolute;
}
.kv_pc .kv_bg {
  width: 100%;
}
.kv_pc .kv_date {
  top: 12.875%;
  left: 6.6145833333%;
  width: 14.84375%;
}
.kv_pc .kv_title {
  top: 1.375%;
  right: 3.28125%;
  width: 75.5208333333%;
}
.kv_pc .kv_subtitle {
  top: 38.375%;
  right: 18.125%;
  width: 27.0833333333%;
}
.kv_pc .kv_worker {
  top: 29.75%;
  left: 11.3541666667%;
  width: 52.0833333333%;
}
.kv_pc .kv_sale {
  top: 54.75%;
  right: 18.125%;
  width: 19.21875%;
}
.kv_pc .kv_sale img {
  width: 100%;
  animation: pulse 1s ease-in-out 0s infinite;
}

/* ------------------ 安全字 ------------------ */
.notice {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  padding: 10px 0;
  font-size: 1rem;
  line-height: 1.2rem;
  color: #fff;
  font-weight: 300;
  position: relative;
  z-index: 2;
}

/* ------------------  攻略  ------------------ */
.promotion_box {
  width: 100%;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 0;
  position: relative;
  z-index: 2;
}
.promotion_box ul {
  margin: 0 auto;
  padding: 20px 0;
  width: 1200px;
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
}
.promotion_box ul li img {
  width: 300px;
}

@media screen and (max-width: 991px) {
  .promotion_box {
    width: 100vw;
  }
  .promotion_box ul {
    width: 100vw;
  }
  .promotion_box ul li {
    width: 50vw;
  }
  .promotion_box ul li img {
    width: 50vw;
  }
}
/* ------------------ title ------------------ */
.titleC {
  margin: auto;
  padding: 0;
  font-family: "Noto Sans TC", sans-serif;
}
.titleC h2 {
  width: 800px;
  background: url("../images/title_bg.png") top center no-repeat;
  color: #0e2e6b;
  font-weight: 700;
  font-size: 55px;
  padding: 27px 0 35px;
}

@media screen and (max-width: 991px) {
  .titleC h2 {
    width: 100vw;
    font-size: 10vw;
    padding: 3vw 0 6.5vw;
    margin-top: 3vw;
    background-size: contain;
  }
}
/* ------------------ 改色 ------------------ */
.half ul,
.recommend_2p li {
  background: url(../images/bg_4.png);
  border-radius: 20px;
}

.toptitle {
  background: url(../images/bg_6.png);
  border-radius: 20px;
  padding-top: 30px;
  padding-bottom: 30px;
}

.collect_5x6 .s-row h4,
.collect_5x6 .special,
.keywordC .round_5p .font,
.hightlight_5p .font h4,
.special_5p_1 .hightlight_5p ul li h4,
.hightlight .font h4,
.triple .font h4 {
  background: #adf651;
  color: #0e2e6b;
}

.toptitle .font h4 {
  background: #0e2e6b;
  color: #fff;
}

/* ------------------ 版型調整 ------------------ */
.slick-dots li button:before {
  font-size: 40px !important;
  color: #93cdee !important;
}

/* ------------------ 右側選單 ------------------ */
.navstyle {
  background: #0e2e6b;
  position: fixed;
  right: 0;
  top: 150px;
  z-index: 999;
  width: 140px;
  border-radius: 10px 0 0 10px;
  padding: 10px 5px;
}
.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: #adf651;
  color: #0e2e6b;
  border-radius: 40px;
}
.navstyle ul a {
  color: #ffffff;
  padding: 5px;
  margin: 5px 0;
  display: block;
  border-radius: 40px;
  font-size: 14px;
}
.navstyle ul a:hover {
  background: #adf651;
  color: #0e2e6b;
  border-radius: 40px;
  padding: 5px;
  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: #0e2e6b;
  }
  .navstyle div {
    display: none;
  }
  .navstyle ul {
    display: inline-block;
  }
  .navstyle ul li {
    display: inline-block;
    padding: 2px 10px;
    border-radius: 15px;
    background: #adf651;
    margin: 9px 6px;
    border-bottom: none;
  }
  .navstyle ul li .active {
    background: #adf651;
  }
  .navstyle ul li a {
    padding: 0;
    display: inline-block;
    color: #0e2e6b;
  }
  .navstyle ul li a:hover {
    background: #adf651;
    color: #0e2e6b;
    border-radius: 15px;
    padding: 0;
  }
  .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: 300px;
  border-radius: 40px;
  margin: 15px auto;
  transition: all 0.3s;
}
.btn-go:first-child {
  background: #adf651;
}
.btn-go:last-child {
  background: #adf651;
}
.btn-go a h3 {
  color: #0e2e6b;
  font-size: 2rem;
  padding: 15px 10px;
}
.btn-go:hover {
  transform: scale(0.98);
  background: #93cdee;
}

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