@charset "UTF-8";
:root {
  --PV-font: #000;
  --PV-eslite: #ea5535;
}

html {
  background: url("../images/bg.jpg") top 20px center repeat-y, #000;
}

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

/* ------------------ 區塊背景 ------------------ */
.container section:nth-child(1) {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  background: url(../images/promotion_bg.jpg) top center no-repeat, #000;
  background-size: contain;
}

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

@media screen and (max-width: 991px) {
  .container section:nth-child(1) {
    background: #000;
  }
  .bg_1200 {
    width: 100vw;
    min-width: 100vw;
  }
}
/* ------------------ kv ------------------ */
.kv_pc {
  position: relative;
}
.kv_pc .kv_items {
  position: absolute;
}
.kv_pc .kv_bg {
  width: 100%;
}
.kv_pc .kv_title {
  top: 24.8%;
  left: 34.7916666667%;
  width: 45.3125%;
}
.kv_pc .kv_date {
  top: 13.3333333333%;
  left: 34.9479166667%;
  width: 37.7604166667%;
}
.kv_pc .kv_num {
  top: 58.6666666667%;
  left: 60.8333333333%;
  width: 12.0833333333%;
  animation: pulse 0.8s ease-in-out -2s infinite;
}

/* ------------------  攻略  ------------------ */
.promotion_box {
  width: 100%;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 0;
}
.promotion_box ul {
  margin: 0 auto;
  padding: 0;
  width: 1150px;
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
  gap: 20px;
}
.promotion_box ul li.promo-bn {
  margin-top: -15px;
}

@media screen and (max-width: 991px) {
  .promotion_box {
    width: 100vw;
    padding-top: 10px;
  }
  .promotion_box ul {
    width: 100vw;
    gap: 2vw;
  }
  .promotion_box ul li {
    width: 47vw;
  }
  .promotion_box ul li img {
    width: 47vw;
  }
  .promotion_box ul li.promo-bn {
    margin-top: -5px;
    width: 98vw;
  }
  .promotion_box ul li.promo-bn img {
    width: 98vw;
  }
}
/* ------------------ title ------------------ */
.titleC {
  margin: auto;
  padding: 0;
  font-family: "Noto Sans TC", sans-serif;
}
.titleC h2 {
  color: #ea5535;
  font-weight: 700;
  font-size: 65px;
  margin: 20px auto;
}
.titleC h2::before {
  content: "";
  width: 214px;
  height: 45px;
  display: inline-block;
  padding: 0 20px;
  background: url(../images/titleH2_arrow.gif) top center no-repeat;
  background-size: contain;
}
.titleC h2::after {
  content: "";
  width: 214px;
  height: 45px;
  display: inline-block;
  padding: 0 20px;
  background: url(../images/titleH2_arrow.gif) top center no-repeat;
  background-size: contain;
}
.titleC h3 {
  width: 1000px;
  color: #fff;
  font-weight: 700;
  font-size: 42px;
  padding: 33px 0 40px;
  background: url("../images/titleH3.png") top center no-repeat;
}

.half ul h3 {
  font-family: "Noto Sans TC", sans-serif;
  font-weight: 700;
  background: url(../images/titleHalf.png) top center no-repeat;
  padding: 15px 0;
  margin-bottom: 20px;
}

@media screen and (max-width: 991px) {
  .titleC h2 {
    width: 100vw;
    font-size: 2.6rem;
    margin: 10px auto;
  }
  .titleC h2::before {
    content: "";
    width: 64px;
    height: 21px;
    display: inline-block;
    padding: 0 10px 0 0;
    background: url(../images/titleH2_arrow_m.png) top center no-repeat;
  }
  .titleC h2::after {
    content: "";
    width: 64px;
    height: 21px;
    display: inline-block;
    padding: 0 0 0 10px;
    background: url(../images/titleH2_arrow_m.png) top center no-repeat;
  }
  .titleC h3 {
    width: 100vw;
    font-size: 2rem;
    padding: 19px;
    margin: 10px auto;
    background-size: contain;
  }
  .half ul h3 {
    padding: 18px 0;
  }
}
/* ------------------ 改色 ------------------ */
.recommend {
  background: #00b2a9;
  border-radius: 0;
}

.recommend_2p li {
  background: #ea5535;
}

.recommend_2p .font h4,
.recommend .font h4 {
  border-color: #fff;
}

.recommend_2p .font h4,
.recommend_2p .font p,
.recommend_2p .font .price,
.recommend .font h4,
.recommend .font p,
.recommend .font .pric,
.quotes .font h4,
.quotes .font p,
.quotes .font .price,
.recommend .font .price {
  color: #fff;
}

.recommend_2p big,
.recommend big,
.quotes .font .price big {
  color: #feea57;
}

.half ul {
  background: url(../images/dot_pattern.png);
  border: 2px solid #00b2a9;
}

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

.quotes li:nth-child(odd) {
  background: #ea5535;
}

.quotes li:nth-child(even) {
  background: #00b2a9;
}

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

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

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

.keyword-bn .ten-word li {
  background: #00b2a9;
}

.keyword-bn .ten-word li:nth-child(even) {
  background: url(../images/dot_pattern.png);
  border: 2px solid #00b2a9;
}

.keyword-bn .four-link li {
  border-color: #00b2a9;
}

.keyword-bn .four-link a {
  color: #00b2a9;
}

.keyword-bn .four-link li {
  background: #ea5535;
  border: none;
}

.keyword-bn .four-link a {
  color: #fff;
}

.magazine ul {
  background: url(../images/dot_pattern.png);
  border-color: #00b2a9;
}

.magazine .font,
.magazine .font .price {
  color: #fff;
}

.keywordA li:hover {
  background: #ea5535;
}

#gotop,
#share {
  background: #00b2a9;
}

#share::after,
#gotop::after {
  opacity: 1;
}

@media screen and (max-width: 991px) {
  .keyword-bn .ten-word li {
    border: 2px solid #00b2a9;
    background: url(../images/dot_pattern.png);
  }
  .keyword-bn .ten-word li:nth-child(4n) {
    background: #00b2a9;
  }
  .keyword-bn .ten-word li:nth-child(4n-3) {
    background: #00b2a9;
  }
}
/* ------------------ 版型調整 ------------------ */
.quotes .font p {
  font-size: 1.1rem;
  line-height: 1.5;
}

.keyword-bn .four-link li {
  padding-top: 50px;
}

.keywordA ul {
  margin-bottom: 50px;
}

.keywordA a {
  font-size: 1.4rem;
}

.recommend .font p {
  font-weight: 500;
}

.photograph .cta {
  padding: 5px 10px;
  position: relative;
  top: -16px;
  right: -290px;
  color: #fff;
  background: #ea5535;
  border-radius: 30px;
}

@media screen and (max-width: 991px) {
  .keywordA li {
    margin: 3vw 1vw;
  }
  .keyword-bn .four-link li {
    padding: 6vw 1vw;
    height: 80px;
  }
  .photograph .font {
    padding-bottom: 20px;
  }
  .photograph .cta {
    top: -10px;
    right: -60vw;
  }
}
.slick-dots li button:before {
  font-size: 40px !important;
  color: #00b2a9 !important;
}

.hightlight_5p.hightlightAd img.go {
  border-top: 4px solid rgba(255, 255, 255, 0);
}

.hightlight_5p img,
.slick-slide img,
.toptitle img,
.hightlight img {
  -o-object-fit: contain !important;
     object-fit: contain !important;
}

/* ------------------ 右側選單（全覽） ------------------ */
@media screen and (min-width: 992px) {
  .navstyle {
    position: fixed;
    right: 10px;
    top: 150px;
    z-index: 999;
    width: 120px;
    border-radius: 10px 0 0 10px;
    padding: 30px 8px 40px 10px;
    background: url(../images/nav_bg.png) top center no-repeat;
  }
  .navstyle ul li {
    display: flex;
    justify-content: center;
  }
  .navstyle ul li .active {
    background: #fff;
    color: #ea5535;
  }
  .navstyle ul li a {
    width: -moz-fit-content;
    width: fit-content;
    color: #ffffff;
    padding: 5px 10px;
    margin: 5px 0;
    display: block;
    border-radius: 40px;
  }
  .navstyle ul li a:hover {
    background: #fff;
    color: #ea5535;
    border-radius: 40px;
    padding: 5px;
    margin: 5px 0;
  }
}
@media screen and (max-width: 991px) {
  .navstyle {
    position: static;
    width: 100vw;
    padding: 0;
    background: #ea5535;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
  }
  .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;
    width: 50vw;
    height: 25px;
    padding: 0;
    margin: 0;
    border-right: 1px solid #000;
    color: #fff;
  }
  .navstyle ul li:nth-child(2n) {
    border-right: none;
  }
  .navstyle ul li:nth-child(1), .navstyle ul li:nth-child(2) {
    border-bottom: 1px solid #000;
  }
  .navstyle ul li .active {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #00b2a9;
    width: 50vw;
    height: 25px;
  }
  .navstyle ul li a {
    padding: 0;
    color: #fff;
  }
  .sticky {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    z-index: 99;
  }
}
/* ------------------ 頁籤 ------------------ */
.tab ul {
  width: 1160px;
  margin: 20px auto 0;
  padding: 5px 0;
  display: flex;
  justify-content: center;
  text-align: center;
  flex-wrap: wrap;
}

.tab ul li {
  width: 150px;
  position: relative;
  vertical-align: bottom;
  padding: 10px 15px;
  margin: 0 10px;
  border-radius: 40px;
  color: #fff;
  background: url(../images/dot_pattern.png);
  border: 2px solid #00b2a9;
}
.tab ul li:hover {
  cursor: pointer;
}

.tab ul li.active {
  background: #00b2a9;
}

.tab ul li p {
  font-size: 1.4rem;
  font-weight: 400;
}

.tabcontent {
  display: none;
}

@media screen and (max-width: 998px) {
  .tab ul {
    width: 100vw;
    margin-top: 10px;
  }
  .tab ul li {
    width: -moz-fit-content;
    width: fit-content;
    margin: 0;
  }
}
/*# sourceMappingURL=style.css.map */