@charset "UTF-8";
html {
  background: url("../images/bg_1.jpg") top center no-repeat fixed;
}

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

@font-face {
  font-family: TetsubinGothic;
  src: url("https://events.eslite.com/font/TetsubinGothic.otf");
}
/* ------------------ 右側選單 ------------------ */
.navstyle {
  background: #e4e8f1;
  position: fixed;
  right: 0;
  top: 150px;
  z-index: 999;
  width: 130px;
  border-radius: 10px 0 0 10px;
  padding: 10px;
  border: 2px solid #00337f;
}
.navstyle ul {
  text-align: center;
}
.navstyle ul li {
  border-bottom: 1px dotted #00337f;
}
.navstyle ul li:last-child {
  border-bottom: none;
}
.navstyle ul .active {
  background: #00337f;
  color: #fff;
  border-radius: 40px;
}
.navstyle ul a {
  color: #00337f;
  padding: 5px;
  margin: 5px 0;
  display: block;
  border-radius: 40px;
}
.navstyle ul a:hover {
  background: #00337f;
  color: #fff;
  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: #00337f;
  }
  .navstyle div {
    display: none;
  }
  .navstyle ul {
    display: inline-block;
  }
  .navstyle ul li {
    display: inline-block;
    padding: 0 8px;
    border-radius: 15px;
    background: #e5f401;
    margin: 7px 3px;
    border-bottom: none;
  }
  .navstyle ul li .active {
    background: #e5f401;
    color: #00337f;
  }
  .navstyle ul li a {
    padding: 0;
    display: inline-block;
  }
  .navstyle ul li a:hover {
    background: #e5f401;
    color: #00337f;
    border-radius: 15px;
    padding: 0;
  }
  .sticky {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    z-index: 99;
  }
}
.navstyle::-webkit-scrollbar {
  display: none;
}

/* ------------------ kv ------------------ */
.kv_pc {
  position: relative;
}
.kv_pc .kv_items {
  position: absolute;
}
.kv_pc .kv_bg {
  width: 100%;
}
.kv_pc .kv_title {
  top: 28.875%;
  left: 9.9479166667%;
  width: 54.9479166667%;
}
.kv_pc .kv_subtitle {
  top: 6.5%;
  left: 9.1145833333%;
  width: 45.0520833333%;
}
.kv_pc .kv_panel2 {
  top: 63.75%;
  left: 6.40625%;
  width: 9.1145833333%;
}
.kv_pc .kv_sale {
  top: 59.375%;
  left: 13.0729166667%;
  width: 50.2604166667%;
}

/* ------------------ 安全字 ------------------ */
.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;
  background: url("../images/promotion_bg.png") top center no-repeat;
}
.promotion_box ul {
  margin: 0 auto;
  padding: 20px 0;
  width: 1100px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.promotion_box ul li img {
  width: 270px;
}
.promotion_box ul li.style_long img {
  width: 1100px;
  padding-bottom: 5px;
}

@media screen and (max-width: 991px) {
  .promotion_box {
    width: 100vw;
  }
  .promotion_box ul {
    width: 100vw;
    padding: 10px 0;
    justify-content: space-around;
  }
  .promotion_box ul li {
    width: 48vw;
    padding: 3px 0;
  }
  .promotion_box ul li img {
    width: 48vw;
  }
  .promotion_box ul li.style_long {
    width: 100vw;
  }
  .promotion_box ul li.style_long img {
    width: 100vw;
  }
}
/* ------------------ title ------------------ */
.titleC {
  margin: auto;
  padding: 0;
  font-family: TetsubinGothic;
}
.titleC h2 {
  width: 1000px;
  background: url("../images/titleH2_bg.png") top center no-repeat;
  padding: 100px 40px 60px 0;
  line-height: 120%;
  color: #00337f;
  margin-top: 30px;
}
.titleC h2.two_lines {
  padding: 65px 40px 60px 0;
}
.titleC .more {
  background: #e5f401;
  border: 2px solid #00337f;
  height: 50px;
  width: 150px;
  text-align: center;
  border-radius: 30px;
  line-height: 240%;
  position: relative;
  font-size: 20px;
  top: 130px;
  right: 80px;
  z-index: 2;
}
.titleC .more a {
  color: #00337f;
}
.titleC .more:hover {
  background: #c9d515;
}
.titleC h3 {
  width: 1200px;
  background: url("../images/titleH3_bg.png") top center no-repeat;
  padding: 13px 0;
  color: #00337f;
}

@media screen and (max-width: 991px) {
  .titleC {
    flex-wrap: wrap;
  }
  .titleC h2 {
    width: 100vw;
    background: url("../images/titleH2_bg_m.png") top center no-repeat;
    background-size: contain;
    padding: 65px 0;
    margin-top: 0px;
  }
  .titleC h2.two_lines {
    padding: 40px 0;
  }
  .titleC .more {
    top: 0;
    font-size: 16px;
    line-height: 150%;
    height: 30px;
    width: 120px;
    right: 0;
  }
  .titleC h3 {
    width: 100vw;
    background-size: contain;
  }
}
/* ------------------ 區塊背景 ------------------ */
.bg_1200 {
  width: 1200px;
  margin: auto;
}

.bg_bar {
  background: url("../images/bg_bar.png") top center no-repeat;
  padding-bottom: 40px;
}

@media screen and (max-width: 991px) {
  .bg_1200 {
    width: 100vw;
    min-width: 100vw;
    background: none;
    padding: 0;
  }
  .bg_bar {
    background: none;
  }
}
/* ------------------ 改色 ------------------ */
.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,
.publish ul li h6 {
  background: #e5f401;
  color: #00337f;
  outline: 2px solid #00337f;
}

.rectangle_3p li,
.crosswise li,
.hightlight li,
.hightlight_5p li {
  outline: 2px solid #00337f;
}

.hightlight_5p ul li:first-child .font h4 {
  background: #e5f401;
  color: #00337f;
}

/* ------------------ 版型調整 ------------------ */
.crosswise ul {
  padding: 5px 0;
}

.keywordA ul {
  margin: 0 auto 40px;
}

.keywordA li {
  border: 2px solid #00337f;
  border-radius: 20px;
}

footer {
  margin-top: 20px;
}

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

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