@charset "UTF-8";
@font-face {
  font-family: チェックポイントフォントCP Font;
  src: url("https://events.eslite.com/font/チェックポイントフォントCP Font.ttf");
}
html {
  background: url("../images/bg_1.png") bottom center no-repeat fixed, url("../images/bg_2.png") top 850px center repeat-y, url("../images/bg_0.jpg") top center fixed no-repeat, #9ec2e8;
}

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

/* ------------------ 區塊背景 ------------------ */
.container {
  background: url(../images/container_bg.png) top center no-repeat;
  background-size: contain;
  max-width: 1920px;
  margin: auto;
  padding-top: 140px;
  padding-bottom: 50px;
}

.bg_1200 {
  width: 1200px;
  margin: 0 auto 120px;
  background: #ed9fbb;
  padding: 10px 0 0;
}
.bg_1200::after {
  content: "";
  display: block;
  width: 1200px;
  height: 75px;
  background: url(../images/bg_1200_after.png) top center no-repeat;
  position: relative;
  bottom: -75px;
  margin-top: -90px;
}

@media screen and (max-width: 991px) {
  .bg_1200 {
    width: 100vw;
    min-width: 100vw;
    margin: 0 auto 20px;
    padding: 10px 0;
    border-radius: 0 0 20px 20px;
  }
  .bg_1200::after {
    content: "";
    display: none;
    bottom: 0;
    margin-top: 0;
  }
  .container {
    background: none;
    padding-top: 10px;
  }
}
/* ------------------ 安全字 ------------------ */
.notice {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  padding: 10px 0;
  font-size: 1rem;
  line-height: 1.2rem;
  color: #5a5a5a;
  font-weight: 300;
}

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

@media screen and (max-width: 991px) {
  .promotion_box {
    width: 100vw;
  }
  .promotion_box ul {
    width: 100vw;
    gap: 2vw;
  }
  .promotion_box ul li,
  .promotion_box ul img {
    width: 48vw;
  }
}
/* ------------------ title ------------------ */
.titleC {
  margin: auto;
  padding: 0;
  font-family: "Noto Sans TC";
}
.titleC h2 {
  width: 1200px;
  height: 140px;
  background: url("../images/titleH2_bg.png") top center no-repeat;
  padding-top: 75px;
  font-weight: 900;
}
.titleC h3 {
  background: #3175b7;
  color: #fff;
  padding: 8px 16px 12px;
  margin: 3px auto;
}

@media screen and (max-width: 991px) {
  .titleC h2 {
    line-height: 1.1;
    padding-top: 82px;
  }
  .titleC h2.two-lines {
    padding-top: 65px;
  }
  .titleC h3 {
    font-size: 1.6rem;
    line-height: 1.1;
    padding: 2vw 4vw 3vw;
  }
  .titleC .block {
    display: block;
  }
}
/* ------------------ more ------------------ */
.more {
  width: 1200px;
  margin: 0 auto;
  text-align: center;
  padding: 15px 0 0;
  background: #ed9fbb;
}

.more a {
  color: #ffffff;
  background: #3da198;
  font-size: 1.3rem;
  font-weight: 700;
  padding: 4px 16px 8px;
  border-radius: 99em;
  transition: 0.5s;
  z-index: 2;
}

@media screen and (max-width: 991px) {
  .more {
    width: 100vw;
  }
  .more a {
    font-size: 3.7vw;
  }
}
/* ------------------ 電子書設定 ------------------ */
.icon {
  width: 960px;
  margin: 20px auto 20px;
}

.icon ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

@media screen and (max-width: 991px) {
  .icon {
    width: 96vw;
    margin: 1vw auto 1vw;
    padding: 0;
  }
  .icon ul img {
    width: 30vw;
  }
}
.keywordA {
  margin: 10px auto;
}

.keywordA li {
  background: #f5d348;
  padding: 9px 40px;
  border: none;
  box-shadow: none;
  border-radius: 100px;
}

.keywordA a {
  color: #3175b7;
  font-size: 1.6rem;
}

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

.keywordA li:hover a {
  color: #ffffff;
}

@media screen and (max-width: 991px) {
  .keywordA li {
    margin: 1.5vw;
    padding: 2vw 7vw 1vw;
  }
  .keywordA a {
    font-size: 1.4rem;
  }
}
.bn4 .banner_3p ul li img {
  box-shadow: none;
  border: none;
}

/* ------------------ 手機-五品輪播 ------------------ */
.regular4item-intro li {
  background: transparent !important;
}

.regular4item-intro .font {
  height: 110px;
}

.regular4item-intro .font h4 {
  font-size: 22px;
  font-weight: 500;
  line-height: 1.2;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  border-radius: 100px;
  padding: 0 30px;
  background: #3da198;
  color: #fff;
}

.regular4item-intro .font p {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.regular4item-intro img {
  width: 220px !important;
  height: 504px;
  -o-object-fit: contain !important;
     object-fit: contain !important;
  margin: 10px auto;
}

.hl-5p .regular4item .slick-slide img {
  height: 508px;
}

@media screen and (max-width: 991px) {
  .items5 li {
    width: 96vw !important;
    padding: 3vw;
    margin: 1vw;
  }
  .regular4item-intro .font {
    height: 26vw !important;
  }
  .regular4item-intro img {
    width: 60vw !important;
    height: 126vw !important;
  }
  .regular4item-intro .font h4 {
    font-size: 6vw;
    padding: 0 6vw;
    height: 10vw;
  }
  .regular4item-intro .font p {
    font-size: 4.5vw;
    height: 16vw;
  }
}
/* ------------------ 改色 ------------------ */
.half ul,
.recommend_2p li {
  background: #f5d348;
}

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

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

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

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

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

/* ------------------ kv ------------------ */
.kv_pc {
  position: relative;
}
.kv_pc .kv_items {
  position: absolute;
}
.kv_pc .kv_bg {
  width: 100%;
}
.kv_pc .kv_title {
  top: 3.625%;
  left: 32.03125%;
  width: 35.9375%;
  animation: bounceIn 1.6s ease-in-out 0s 1;
}
.kv_pc .kv_character2 {
  top: 63.125%;
  right: 22.65625%;
  width: 14.0625%;
  animation: floating 1.6s ease-in-out 0s infinite;
}
.kv_pc .kv_character5 {
  top: 0%;
  left: 15.3645833333%;
  width: 8.59375%;
  animation: floating 1.6s ease-in-out -0.6s infinite;
}

@keyframes floating {
  0% {
    transform: translateY(0%);
  }
  50% {
    transform: translateY(5%);
  }
  100% {
    transform: translateY(0%);
  }
}
/* ------------------ 右側選單 ------------------ */
.navstyle {
  background: #3175b7;
  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: #9ec2e8;
  color: #000;
  border-radius: 40px;
}
.navstyle ul a {
  color: #ffffff;
  padding: 5px;
  margin: 5px 0;
  display: block;
  border-radius: 40px;
  font-size: 0.9rem;
}
.navstyle ul a:hover {
  background: #9ec2e8;
  color: #000;
  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: #3175b7;
  }
  .navstyle div {
    display: none;
  }
  .navstyle ul {
    display: inline-block;
  }
  .navstyle ul li {
    display: inline-block;
    padding: 2px 10px;
    border-radius: 15px;
    background: #9ec2e8;
    margin: 9px 6px;
    border-bottom: none;
  }
  .navstyle ul li .active {
    background: #9ec2e8;
  }
  .navstyle ul li a {
    color: #000;
    padding: 0;
    display: inline-block;
  }
  .navstyle ul li a:hover {
    background: #9ec2e8;
    color: #000;
    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: #3175b7;
}
.btn-go a h3 {
  color: #fff;
  font-size: 2rem;
  padding: 15px 10px;
}
.btn-go:hover {
  transform: scale(0.98);
}

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