@charset "UTF-8";
header {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

html {
  background: url("../images/bg_3.png") bottom center no-repeat fixed, url("../images/bg_2.png") top 60px center repeat, url("../images/bg_0.jpg") top center no-repeat fixed;
}

.container section:nth-child(1) {
  background: url("../images/bg_1.png") top center no-repeat;
}

/* ------------------ 區塊背景 ------------------ */
.bg_1200 {
  width: 1200px;
  padding: 10px 0;
  margin: 60px auto 30px;
  box-shadow: 3px 3px 20px rgba(0, 0, 0, 0.3137254902);
  border-radius: 30px;
  background: #ffeac5;
  outline: 4px solid #f9a900;
  overflow: visible;
}

@media screen and (max-width: 991px) {
  .bg_1200 {
    width: 100vw;
    min-width: 100vw;
    margin: 5vw auto 5vw;
  }
}
/* ------------------ 安全字 ------------------ */
.notice {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  padding: 15px 0;
  font-size: 1rem;
  line-height: 1.2rem;
  color: #fff;
  font-weight: 300;
}

/* ------------------ 馬跑燈 ------------------ */
.marquee {
  background: #7a1702;
  padding: 15px 0;
  color: #f9a900;
  display: flex;
  overflow: hidden;
  letter-spacing: 10px;
}

.marquee-infinite {
  min-width: 100%;
}

.marquee-item {
  display: inline-block;
  white-space: nowrap;
  font-size: 22px;
  animation: marquee-infinite 6s linear infinite;
}

@keyframes marquee-infinite {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
@media screen and (max-width: 991px) {
  .marquee {
    padding: 2vw 0;
  }
  .marquee-item {
    font-size: 4vw;
  }
}
/* ------------------  攻略  ------------------ */
.promotion_box {
  width: 1030px;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 0;
}
.promotion_box > ul {
  margin: 0 auto;
  padding: 20px 0;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: space-evenly;
}
.promotion_box > ul ul {
  flex-direction: column;
  padding: 0;
  gap: 20px;
  display: flex;
}

@media screen and (max-width: 991px) {
  .promotion_box {
    width: 100vw;
  }
  .promotion_box > ul {
    gap: 2vw;
  }
  .promotion_box > ul li,
  .promotion_box > ul img {
    width: 31vw;
  }
  .promotion_box > ul li:nth-child(1),
  .promotion_box > ul li:nth-child(1) img {
    width: 98vw;
  }
  .promotion_box > ul ul {
    width: 98vw;
    gap: 2vw;
  }
  .promotion_box > ul ul li,
  .promotion_box > ul ul img {
    width: 98vw;
  }
}
/* ------------------ title ------------------ */
.titleC {
  margin: auto;
  padding: 0;
  font-family: "Noto Sans TC", sans-serif;
}
.titleC h2 {
  width: 1000px;
  background: url("../images/titleH2_bg.png") top center no-repeat;
  padding: 100px 0;
  font-size: 64px;
  font-weight: 900;
  color: #3c1f13;
}
.titleC h3 {
  width: 1000px;
  background: url("../images/titleH3_bg.png") top center no-repeat;
  font-size: 46px;
  font-weight: 700;
  color: #fff;
  padding: 33px 0;
  margin-top: -60px;
  position: relative;
  z-index: 3;
}
.titleC h3.promo-title {
  margin-top: 10px;
}

@media screen and (max-width: 991px) {
  .titleC h2 {
    width: 100vw;
    background-size: contain;
    font-size: 10vw;
    padding: 13vw 0 15vw;
  }
  .titleC h3 {
    width: 110vw;
    background: url("../images/titleH3_bg_m.png") top center no-repeat;
    background-size: contain;
    font-size: 6.5vw;
    padding: 6.5vw 0 10vw;
    margin-top: -10vw;
  }
  .titleC h3.promo-title {
    margin-top: 5vw;
  }
}
/* ------------------ 改色 ------------------ */
.bg_1200 .half ul,
.bg_1200 .hightlight3 .scene-nobox .sliderbg {
  background: #fff5e3;
}
.bg_1200 .scene-nobox .slider > ul {
  background: none;
}
.bg_1200 .collect_5x6 .s-row h4,
.bg_1200 .collect_5x6 .special,
.bg_1200 .toptitle .font h4,
.bg_1200 .keywordC .round_5p .font,
.bg_1200 .hightlight_5p .font h4,
.bg_1200 .special_5p_1 .hightlight_5p ul li h4,
.bg_1200 .hightlight .font h4,
.bg_1200 .triple .font h4,
.bg_1200 .zasshi3 ul li .font p,
.bg_1200 .hightlight3 .one-time ul.ot li:nth-child(4) span {
  background: #7a1702;
}
.bg_1200 .alternate ul:nth-child(odd) li:first-child {
  background: #7a1702;
}
.bg_1200 .alternate ul:nth-child(even) li:last-child {
  background: #007219;
}
.bg_1200 .hightlightAd-text li:nth-child(1) h4 {
  background: #cd0100;
}
.bg_1200 .dis-for-zasshi3,
.bg_1200 .zasshi3-buy,
.bg_1200 .hightlight3 .one-time ul.ot li:nth-child(2),
.bg_1200 .hightlight3 .one-time ul.ot li:nth-child(6) {
  background: #007219;
}
.bg_1200 .hightlight3 .one-time ul.ot li:nth-child(3) span {
  color: #cd0100;
}
.bg_1200 .ranks {
  background: #cd0100;
}
.bg_1200 .slider-center-box .slick-next::before {
  content: "" !important;
  background: url(https://events.eslite.com/DRPV/images/arrow-b.svg) center center no-repeat, #f9a900;
  background-size: 15px;
}
.bg_1200 .slider-center-box .slick-prev::before {
  content: "" !important;
  background: url(https://events.eslite.com/DRPV/images/arrow-f.svg) center center no-repeat, #f9a900;
  background-size: 15px;
}

/* ------------------ 版型調整 ------------------ */
.bg_1200 .tabs .tabs-head li {
  background: #fff5e3;
  border: 3px solid #f9a900;
  border-radius: 10px 10px 0 0;
  border-bottom: none;
}
.bg_1200 .tabs .tabs-head li a {
  color: #3c1f13;
}
.bg_1200 .tabs .tabs-head li.active {
  background: #f9a900;
  border: 3px solid #f9a900;
}
.bg_1200 .tabs .tabs-head li:hover {
  background: #f9a900;
  border: 3px solid #f9a900;
}
.bg_1200 .tabs-item {
  background: #fdc347;
  padding: 10px 0 0;
  margin: 0 auto;
  border-radius: 10px;
}

.hightlight3 .one-time ul.ot li:nth-child(4) span{font-size:20px;line-height: 25px;padding: 5px 0px 5px 0px;}
.hightlight3 .one-time ul.ot li:nth-child(5){    bottom: 0px;}
.hightlight .scene-nobox li{width: 320px;}
.alternate .font{padding-top: 25px;}
.alternate ul:nth-child(even) li:last-child .font,.alternate ul:nth-child(odd) li:first-child .font{padding-top: 0px;}

@media screen and (min-width: 992px) {
  .bg_1200 .hightlightAd .font {
    padding-top: 25px;
  }
	
}
@media screen and (max-width: 991px) {
  .bg_1200 .tabs .tabs-head {
    width: 90vw;
    margin: 3vw auto 0;
  }
	.hightlight .scene-nobox li{width: 100%;}
}
.crosswise_3p.bg_style1 {
  background: url(../images/crosswise_bg1.png) top center no-repeat;
}

.crosswise_3p.bg_style2 {
  background: url(../images/crosswise_bg2.png) top center no-repeat;
}

@media screen and (max-width: 991px) {
  .crosswise_3p.bg_style {
    background: none;
  }
}
.button-more {
  margin: -25px auto 20px;
  text-align: center;
  font-size: 1.5rem;
  width: 180px;
  padding: 8px 0 10px;
  background: #7a1702;
}
.button-more:hover {
  background: #3c1f13;
}
.button-more a {
  color: #fff;
}

@media screen and (max-width: 991px) {
  .button-more {
    margin: 10px auto 20px;
  }
}
.slick-dots li button:before {
  font-size: 40px !important;
  color: #f9a900 !important;
}

/* ------------------ kv ------------------ */
.kv_pc {
  position: relative;
}
.kv_pc .kv_items,
.kv_pc .flip-item {
  position: absolute;
}
.kv_pc .kv_items img {
  width: 100%;
}
.kv_pc .kv_bg {
  width: 100%;
}
.kv_pc .kv_title {
  top: 14%;
  left: 34.8958333333%;
  width: 30.2083333333%;
}
.kv_pc .kv_good1 .flip-item {
  top: 4.5%;
  left: 7.0833333333%;
  width: 14.1145833333%;
}
.kv_pc .kv_good1 .good1 {
  animation: ani01 6s -3s infinite ease-in-out;
}
.kv_pc .kv_good1 .good2 {
  animation: ani01 6s 0s infinite ease-in-out;
}
.kv_pc .kv_good2 .flip-item {
  top: 44.125%;
  right: 5.6770833333%;
  width: 10.4166666667%;
}
.kv_pc .kv_good2 .good1 {
  animation: ani01 6s -4s infinite ease-in-out;
}
.kv_pc .kv_good2 .good2 {
  animation: ani01 6s -1s infinite ease-in-out;
}
.kv_pc .kv_good3 .flip-item {
  top: 66.75%;
  left: 6.25%;
  width: 10.6770833333%;
}
.kv_pc .kv_good3 .good1 {
  animation: ani01 6s -5s infinite ease-in-out;
}
.kv_pc .kv_good3 .good2 {
  animation: ani01 6s -2s infinite ease-in-out;
}

@keyframes ani01 {
  0% {
    opacity: 0;
    transform: scaleX(-1);
  }
  45% {
    opacity: 0;
    transform: scaleX(-1);
  }
  50% {
    opacity: 1;
    transform: scaleX(1);
  }
  95% {
    opacity: 1;
    transform: scaleX(1);
  }
  100% {
    opacity: 0;
    transform: scaleX(-1);
  }
}
/* ------------------ 右側選單 ------------------ */
.navstyle {
  background: #007219;
  position: fixed;
  right: 0;
  top: 150px;
  z-index: 999;
  width: 110px;
  border-radius: 10px 0 0 10px;
  padding: 10px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3137254902);
}
.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: #f9a900;
  color: #007219;
  border-radius: 40px;
}
.navstyle ul a {
  color: #ffffff;
  padding: 5px;
  margin: 5px 0;
  display: block;
  border-radius: 40px;
}
.navstyle ul a:hover {
  background: #f9a900;
  color: #007219;
  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: #007219;
  }
  .navstyle div {
    display: none;
  }
  .navstyle ul {
    display: inline-block;
  }
  .navstyle ul li {
    display: inline-block;
    padding: 2px 10px;
    border-radius: 15px;
    background: #f9a900;
    margin: 9px 6px;
    border-bottom: none;
  }
  .navstyle ul li .active {
    background: #f9a900;
  }
  .navstyle ul li a {
    padding: 0;
    display: inline-block;
    color: #007219;
  }
  .navstyle ul li a:hover {
    background: #f9a900;
    color: #007219;
    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: 330px;
  border-radius: 40px;
  margin: 10px auto;
  transition: all 0.3s;
  background: #3c1f13;
}
.btn-go a h3 {
  color: #fff;
  font-size: 2rem;
  padding: 15px 10px;
}
.btn-go:hover {
  transform: scale(0.98);
  background: #7a1702;
}

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