@charset "UTF-8";
html {
  background: #009be6;
}

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

.container {
  background: url(../images/bg_2.jpg) top center no-repeat fixed;
}

.container section:nth-child(1) {
  padding: 10px 0;
  background: url(../images/bg_1.jpg) top center no-repeat;
}

/* ------------------ 右側選單 ------------------ */
@media screen and (min-width: 992px) {
  .navstyle {
    background: #05519c;
    position: fixed;
    right: 0;
    top: 150px;
    z-index: 999;
    width: 110px;
    border-radius: 10px 0 0 10px;
    padding: 10px;
  }
  .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: #e0bb6b;
    color: #05519c;
    border-radius: 40px;
  }
  .navstyle ul a {
    color: #fff;
    padding: 5px;
    margin: 5px 0;
    display: block;
    border-radius: 40px;
  }
  .navstyle ul a:hover {
    background: #e0bb6b;
    color: #05519c;
    border-radius: 40px;
    padding: 5px;
    margin: 5px 0;
  }
}
@media screen and (max-width: 991px) {
  .navstyle {
    position: static;
    width: 100vw;
    padding: 0;
    background: #05519c;
  }
  .navstyle ul {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
  }
  .navstyle ul li {
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    height: 25px;
    padding: 0;
    margin: 0;
    border-right: 1px solid #fff;
    color: #05519c;
  }
  .navstyle ul li:nth-child(1), .navstyle ul li:nth-child(2), .navstyle ul li:nth-child(3) {
    border-bottom: 1px solid #fff;
    width: 33.3vw;
  }
  .navstyle ul li:nth-child(4), .navstyle ul li:nth-child(5) {
    width: 50vw;
  }
  .navstyle ul li:nth-child(3), .navstyle ul li:nth-child(5) {
    border-right: none;
  }
  .navstyle ul li .active {
    background: #05519c;
  }
  .navstyle ul li a {
    padding: 0;
    color: #fff;
  }
  .sticky {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    z-index: 99;
  }
}
/* ------------------ kv ------------------ */
.kv_pc {
  position: relative;
}
.kv_pc .kv_items {
  position: absolute;
}
.kv_pc .kv_bg {
  width: 100%;
}
.kv_pc .kv_title {
  top: 8.375%;
  left: 30.8854166667%;
  width: 38.28125%;
}
.kv_pc .kv_sale {
  top: 70.625%;
  left: 33.3333333333%;
  width: 33.3333333333%;
}
.kv_pc .kv_good1 {
  top: 7%;
  left: 12.3958333333%;
  width: 14.0104166667%;
  animation: swing 1.5s ease-in-out -1s infinite;
}
.kv_pc .kv_good2 {
  top: 61.5%;
  left: 15.78125%;
  width: 13.4375%;
  animation: swing 1.5s ease-in-out -2s infinite;
}
.kv_pc .kv_good3 {
  top: 8%;
  left: 70.3125%;
  width: 11.5104166667%;
  animation: swing 1.5s ease-in-out -3s infinite;
}
.kv_pc .kv_good4 {
  top: 43%;
  left: 84.0104166667%;
  width: 9.1666666667%;
  animation: swing 1.5s ease-in-out -4s infinite;
}
.kv_pc .kv_good5 {
  top: 71.75%;
  left: 87.4479166667%;
  width: 10.8854166667%;
  animation: swing 1.5s ease-in-out -5s infinite;
}

/* ------------------  攻略  ------------------ */
.promotions {
  width: 100%;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 0;
  background: url("") top center repeat;
}
.promotions ul {
  margin: 0 auto;
  padding: 35px 0 10px;
  width: 1100px;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
.promotions ul li img {
  width: 350px;
}

@media screen and (max-width: 991px) {
  .promotions {
    width: 100vw;
  }
  .promotions ul {
    padding: 5px 0;
    width: 100vw;
    justify-content: center;
  }
  .promotions ul li {
    width: 97vw;
    padding: 1vw;
  }
  .promotions ul li img {
    width: 95vw;
  }
}
/* ------------------ title ------------------ */
.titleC {
  margin: auto;
  padding: 0;
  font-family: "Noto Sans TC", sans-serif;
}
.titleC h2 {
  width: 1200px;
  background: url("../images/titleH2_bg.png") top center no-repeat;
  padding: 50px 0 35px;
  margin-top: 20px;
  font-weight: 900;
  letter-spacing: 3px;
  color: #05519c;
}
.titleC h3 {
  width: 1200px;
  color: #05519c;
  letter-spacing: 2px;
  font-weight: 900;
  padding: 0 0 5px;
}
.titleC h3::before {
  content: "";
  display: inline-block;
  width: 100px;
  height: 30px;
  padding: 0 10px;
  background: url("../images/titleH3_bg.png") top center no-repeat;
}
.titleC h3::after {
  content: "";
  display: inline-block;
  width: 100px;
  height: 30px;
  padding: 0 10px;
  background: url("../images/titleH3_bg.png") top center no-repeat;
}

@media screen and (max-width: 991px) {
  .titleC h2 {
    width: 100vw;
    background-size: contain;
    padding: 25px 0 20px;
    margin-top: 10px;
    letter-spacing: 2px;
  }
  .titleC h3 {
    width: 100vw;
    letter-spacing: 0;
    padding: 10px 0;
    font-size: 1.85rem;
  }
  .titleC h3::before {
    content: "";
    display: inline-block;
    width: 55px;
    height: 20px;
    padding: 0 3px;
    background: url("../images/titleH3_bg_m.png") top center no-repeat;
  }
  .titleC h3::after {
    content: "";
    display: inline-block;
    width: 55px;
    height: 20px;
    padding: 0 3px;
    background: url("../images/titleH3_bg_m.png") top center no-repeat;
  }
}
/* ------------------ 區塊背景 ------------------ */
.bg_1200 {
  width: 1200px;
  margin: 20px auto;
  background: url(../images/bg1200_bg.png);
}
.bg_1200::before {
  content: "";
  display: block;
  width: 1200px;
  height: 100px;
  background: url("../images/bg1200_before.png") top center no-repeat;
}
.bg_1200::after {
  content: "";
  display: block;
  width: 1200px;
  height: 100px;
  background: url("../images/bg1200_after.png") top center no-repeat;
}
.bg_1200 .titleC:first-child {
  margin-top: -50px;
}
.bg_1200 > div:last-child {
  margin-bottom: -15px;
}

@media screen and (max-width: 991px) {
  .bg_1200 {
    width: 100vw;
    min-width: 100vw;
    margin: 5px auto;
    padding: 5px 0;
    background: #fff;
  }
  .bg_1200::before {
    content: "";
    display: none;
  }
  .bg_1200::after {
    content: "";
    display: none;
  }
  .bg_1200 .titleC:first-child {
    margin-top: 20px;
  }
  .bg_1200 > div:last-child {
    margin-bottom: 20px;
  }
}
/* ------------------ 改色 ------------------ */
.half ul,
.recommend_2p li {
  background: #d0f3fd;
  border-radius: 10px;
}

.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: #e0bb6b;
}

.alternate ul:nth-child(odd) li:first-child {
  background: #009be6;
}

.alternate ul:nth-child(even) li:last-child {
  background: #05519c;
}

.alternate ul:nth-child(odd) li:first-child .font h4,
.alternate ul:nth-child(even) li:last-child .font h4 {
  color: #ffdb8e;
}

/* ------------------ 版型調整 ------------------ */
.collect_5x6 .h-row li,
.collect_5x6 .s-row li,
.alternate li,
.hightlight li,
.toptitle li {
  outline: 2px solid #e0bb6b;
  border-radius: 10px;
  overflow: hidden;
}

.half .scene li {
  outline: 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: 20px auto;
  transition: all 0.3s;
  background: #05519c;
}

.btn-go a h3 {
  color: #fff;
  font-size: 1.8rem;
  padding: 10px 5px;
}

.btn-go:hover {
  transform: scale(0.98);
  background: #fe6265;
}

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