@charset "UTF-8";
html {
  background: url("../images/bg_0.png") top 800px center repeat, url("../images/bg_2.jpg") top center no-repeat fixed, #001b70;
}

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

.container {
  background: url("../images/bg_1.png") top center no-repeat;
  background-size: contain;
}

/* ------------------ 區塊背景 ------------------ */
.bg_1200 {
  width: 1200px;
  margin: 0 auto 150px;
  background: url(../images/bg_1200.png) top center repeat-y;
  position: relative;
  z-index: 2;
}
.bg_1200::before {
  content: "";
  background: url(../images/bg_1200_before.png) top center no-repeat;
  width: 1200px;
  height: 100px;
  display: block;
  position: relative;
  margin-bottom: -100px;
  z-index: -1;
}
.bg_1200::after {
  content: "";
  background: url(../images/bg_1200_after.png) top center no-repeat;
  width: 1200px;
  height: 100px;
  display: block;
  position: relative;
  bottom: -100px;
  margin-top: -180px;
  z-index: -1;
}

@media screen and (max-width: 991px) {
  .bg_1200 {
    width: 100vw;
    min-width: 100vw;
    margin-bottom: 10vw;
  }
  .bg_1200::before {
    content: "";
    background: none;
    display: none;
  }
  .bg_1200::after {
    content: "";
    background: none;
    display: none;
  }
}
/* ------------------  攻略  ------------------ */
.promotion_box {
  width: 100%;
  box-sizing: border-box;
  margin: 0 auto 50px;
  padding: 0;
}
.promotion_box ul {
  margin: 0 auto;
  padding: 20px 0;
  width: 1110px;
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
  gap: 30px;
}

@media screen and (max-width: 991px) {
  .promotion_box {
    width: 100vw;
    margin-bottom: 3vw;
  }
  .promotion_box ul {
    width: 100vw;
    gap: 2vw;
  }
  .promotion_box ul li.promo_3p,
  .promotion_box ul li.promo_3p img {
    width: 98vw;
  }
  .promotion_box ul li.promo_4p,
  .promotion_box ul li.promo_4p img {
    width: 48vw;
  }
}
/* ------------------ title ------------------ */
.titleC {
  margin: auto;
  padding: 0;
  font-family: "Noto Serif TC", serif;
}
.titleC h2 {
  width: 1200px;
  height: 100px;
  background: url("../images/titleH2_bg.png") top center no-repeat;
  text-align: left;
  color: #001b70;
  padding: 20px 0px 20px 80px;
  font-size: 60px;
  font-weight: 900;
}
.titleC h3 {
  width: 1200px;
  color: #fff;
  font-weight: 500;
  letter-spacing: 2px;
  font-size: 46px;
  position: relative;
  top: -75px;
  padding-left: 520px;
  text-align: left;
}

.half ul h3 {
  color: #001b70;
  font-family: "Noto Serif TC", serif;
  font-weight: 700;
}

.subtitle h3 {
  font-family: "Noto Serif TC", serif;
  border-left: none;
  color: #001b70;
  font-weight: 700;
  padding: 15px 100px 5px 100px;
  background: url(../images/bg_3.png);
}

.subtitle .more {
  font-family: "Noto Serif TC", serif;
  background: #ea6af9;
  border-radius: 100px;
  font-weight: 700;
}

@media screen and (max-width: 991px) {
  .titleC h2 {
    width: 100vw;
    height: auto;
    background: url("../images/titleH2_bg_m.png") top center no-repeat;
    background-size: contain;
    padding: 5vw 0;
    margin: 2vw auto;
    padding-right: 10vw;
    font-size: 10vw;
    text-align: center;
  }
  .titleC h3 {
    width: 100vw;
    top: 0;
    padding-left: 0;
    text-align: center;
    margin: 2vw auto;
    font-size: 8vw;
    line-height: 1.2;
  }
  .titleC h3 .two_lines {
    display: block;
  }
  .subtitle {
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .subtitle h3 {
    padding: 3vw 8vw 3vw 8vw;
  }
  .magazine ul {
    margin-top: 0;
  }
  .subtitle .more {
    top: 1rem;
    right: 1.5rem;
  }
}
/* ------------------ 改色 ------------------ */
.half ul,
.recommend_2p li {
  background: url(../images/bg_3.png);
}

.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: linear-gradient(90deg, #ea6af9, #adeacd);
  color: #001b70;
}

.magazine ul {
  background: url(../images/bg_3.png);
  border: none;
}

.magazine {
  margin-top: 0;
}

/* ------------------ 版型調整 ------------------ */
.bg_1200 .published {
  border-radius: 20px;
  padding: 20px 0;
}
.bg_1200 .published .font {
  background: url(../images/bg_3.png);
}
.bg_1200 .published .font h4 {
  color: #001b70;
  padding: 0;
  font-family: "Noto Serif TC", serif;
  font-weight: 700;
}
.bg_1200 .published .font p {
  color: #001b70;
}
.bg_1200 .hightlight_5p img,
.bg_1200 .slick-slide img,
.bg_1200 .toptitle img,
.bg_1200 .hightlight img,
.bg_1200 .published img {
  -o-object-fit: contain;
     object-fit: contain;
}

@media screen and (max-width: 991px) {
  .bg_1200 .published {
    width: 98vw;
    margin: 0 auto;
    border-radius: 15px;
    padding: 2vw 0;
  }
  .bg_1200 .items3 img {
    width: 90vw;
    height: 90vw;
  }
}
/* ------------------ kv ------------------ */
.kv_pc {
  position: relative;
}
.kv_pc .kv_items {
  position: absolute;
}
.kv_pc .kv_bg {
  width: 100%;
}
.kv_pc .kv_title {
  top: 0%;
  left: 45.6770833333%;
  width: 44.53125%;
}
.kv_pc .kv_sale {
  top: 61.875%;
  left: 53.4375%;
  width: 31.25%;
}
.kv_pc .kv_sculpture {
  top: 16.5%;
  left: 5.8333333333%;
  width: 41.6666666667%;
}
.kv_pc .kv_pic {
  top: 0%;
  left: 0%;
  width: 50.5208333333%;
}

/* ------------------ 右側選單 ------------------ */
.navstyle {
  background: linear-gradient(90deg, #ea6af9, #adeacd);
  position: fixed;
  right: 0;
  top: 150px;
  z-index: 999;
  width: 110px;
  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: #001b70;
  color: #ffffff;
  border-radius: 40px;
}
.navstyle ul a {
  color: #001b70;
  font-family: "Noto Serif TC", serif;
  font-weight: 700;
  padding: 5px;
  margin: 5px 0;
  display: block;
  border-radius: 40px;
}
.navstyle ul a:hover {
  background: #001b70;
  color: #ffffff;
  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: linear-gradient(90deg, #ea6af9, #adeacd);
  }
  .navstyle div {
    display: none;
  }
  .navstyle ul {
    display: inline-block;
  }
  .navstyle ul li {
    display: inline-block;
    padding: 2px 10px;
    border-radius: 15px;
    background: #001b70;
    margin: 9px 6px;
    border-bottom: none;
  }
  .navstyle ul li .active {
    background: #001b70;
  }
  .navstyle ul li a {
    padding: 0;
    display: inline-block;
    color: #ffffff;
  }
  .navstyle ul li a:hover {
    background: #001b70;
    color: #ffffff;
    border-radius: 15px;
    padding: 0;
  }
  .sticky {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    z-index: 99;
  }
}
.navstyle::-webkit-scrollbar {
  display: none;
}

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