@charset "utf-8";
/* CSS Document */
/* ---reset.css--- */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
}
body {
  font-family: "Roboto", /* 英文 */ "Noto Sans TC", /* 中文 */ sans-serif;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

html {
  background: url(../images/bg_deco.png) top center repeat-y, #f5e35e;
}

header {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
@media screen and (max-width: 991px) {
  header {
    position: relative;
  }
}

/* PC */
.WRAPPER {
  position: relative;
  width: 100%;
  min-width: 1200px;
  margin: 0 auto;
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  .WRAPPER {
    min-width: 100%;
  }
}
.container {
  overflow: hidden;
}
.topbox {
  position: relative;
  width: 1200px;
  margin: auto;
}
.kv_pc {
  width: 100%;
  position: relative;
  text-align: center;
  display: flex;
  justify-content: center;
  max-width: 1920px;
  margin: auto;
  flex-wrap: wrap-reverse;
}
.kv_pc img {
  display: block;
  text-align: center;
}
.kv_m {
  display: none;
}
.kv_m img {
  display: block;
}
.kv_m a {
  font-size: 0;
  display: block;
}
.for_pc {
  display: block;
}
.for_m {
  display: none;
}

/* m */
@media screen and (max-width: 991px) {
  .kv_m {
    display: block;
    width: 100%;
  }
  .kv_m img {
    width: 100%;
  }
  .kv_pc {
    display: none;
  }
  .container {
    width: 100%;
    min-width: auto;
  }
  .for_pc {
    display: none;
  }
  .for_m {
    display: block;
  }
}

/*--  版面微調  --*/
big {
  color: #e95735;
}
.title-item {
  position: absolute;
  z-index: 90;
}
.title01 {
  top: 39px;
  left: 509px;
  animation: tada 1.5s;
  animation-delay: 0.3s;
  animation-iteration-count: 1;
}
.title02 {
  top: 0;
  left: 392px;
}
.title03 {
  top: 425px;
  left: 638px;
  animation: swing 3s ease-in-out infinite;
  animation-iteration-count: 1;
  transform-origin: top center;
}
@keyframes swing {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(1deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
.title04 {
  top: 166px;
  left: 276px;
  animation: spin 2s linear infinite;
  animation-delay: 1s;
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.title05 {
  top: 630px;
  left: -200px;
  animation: spin 2s linear infinite;
  animation-delay: 1s;
}
@keyframes floatDiagonal {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(8px, -8px);
  }
  100% {
    transform: translate(0, 0);
  }
}
.title06 {
  top: 300px;
  left: 1250px;
  animation: spin 2s linear infinite;
  animation-delay: 1s;
}

/* m */
@media screen and (max-width: 991px) {
  .kv_m {
    display: block;
    width: 100%;
  }
  .kv_m img {
    width: 100%;
  }
  .kv_pc {
    display: none;
  }
  .container {
    width: 100%;
    min-width: auto;
  }
  .for_pc {
    display: none;
  }
  .for_m {
    display: block;
    border: 1px solid #000;
  }
}

/* ------------------ 安全字 ------------------ */
.notice {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  padding: 10px 0;
  font-size: 1rem;
  line-height: 1.2rem;
  font-weight: 300;
  color: #000;
}

/*--  0.攻略   --*/
.container {
  scroll-behavior: smooth;
}

.block_0 {
  color: #d34526c1; /* 格線顏色（currentColor 來源） */
  background: linear-gradient(currentColor 1px, transparent 1px),
    linear-gradient(to right, currentColor 1px, transparent 1px), #e95735;
  background-size: 30px 30px;
  padding: 20px;
  border-top: 1.5px solid rgb(0, 0, 0);
  border-bottom: 1.5px solid rgb(0, 0, 0);
}

.link_b_tip {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 10px;
  align-items: center;
}
.link_b_tip img {
  margin: 5px;
}
.for_pc {
  width: 330px;
  height: 330px;
  border: 2px solid #000;
}
.keywordB .keywordA {
  margin: 9px auto;
  padding: 0px 0px 20px;
}
.keywordA li {
  box-shadow: none;
}
.keywordB .keywordA li {
  border: solid 1.5px #000000;
  background: #019461;
}
.keywordB .keywordA li:hover {
  background: #33b9ec;
}
.keywordB .keywordA a {
  font-size: 21px;
}
@media screen and (max-width: 991px) {
  .container {
    background-attachment: scroll !important;
  }
  .link_b_tip {
    margin: 0 auto 1vw;
    padding: 1vw 1vw;
  }
  .block_0 {
    padding: 2vw;
  }
  .block_0 img {
    width: 92vw;
    margin: 0.8vw;
  }
  .link_b ul.link_b_tip_down {
    margin-top: 0;
  }

  .link_b img.for_m {
    border-radius: 8px;
  }

  .link_b_tip_down img {
    width: 43vw;
  }
  .keywordB .keywordA a {
    font-size: 3.4vw;
    line-height: normal;
  }
  .keywordB .keywordA {
    margin: 1vw auto;
    padding: 0;
  }
}
/* --  標題設定  -- */
.titleC {
  margin: 50px auto 10px;
  padding: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: auto;
}
.btt {
  background: url(../images/btt.png) top center no-repeat;
  height: 138px;
  z-index: 1;
  position: relative;
}
.btt_1 {
  background: url(../images/btt_1.png) top center no-repeat;
  height: 138px;
  z-index: 1;
  position: relative;
}
.btt_2 {
  background: url(../images/btt_2.png) top center no-repeat;
  height: 138px;
  z-index: 1;
  position: relative;
}
.btt_3 {
  background: url(../images/btt_3.png) top center no-repeat;
  height: 138px;
  z-index: 1;
  position: relative;
}

.btt h2,
.btt_1 h2,
.btt_2 h2,
.btt_3 h2 {
  font-size: 3.5rem;
  color: #000000;
  font-weight: 700;
  left: 53px;
  height: 33px;
}
.subtitle h3 {
  border-left: none;
  color: #000;
  background: #e95835;
  padding: 12px;
}
.subtitle .more a {
  background: #e95835;
  color: #ffffff;
  top: 11px;
}
@media screen and (max-width: 991px) {
  .titleC {
    margin: 0px;
    padding: 0;
  }
  .btt {
    background: url(../images/btt.png) top center no-repeat;
    background-size: 100%;
    height: 26vw;
    margin: 5vw auto 3vw;
  }
  .btt_1 {
    background: url(../images/btt_1_m.png) top center no-repeat;
    background-size: 96%;
    height: 27vw;
    margin: 5vw auto 3vw;
  }
  .btt_2 {
    background: url(../images/btt_2_m.png) top center no-repeat;
    background-size: 96%;
    height: 27vw;
    margin: 5vw auto 3vw;
  }
  .btt_3 {
    background: url(../images/btt_3_m.png) top center no-repeat;
    background-size: 96%;
    height: 27vw;
    margin: 5vw auto 3vw;
  }
  .btt h2,
  .btt_1 h2,
  .btt_2 h2,
  .btt_3 h2 {
    font-size: 8.5vw;
    font-weight: 700;
    line-height: 1.1;
    left: 9vw;
    height: 6vw;
  }
  .subtitle {
    margin: 2vw auto 2vw;
    padding: 3vw;
  }
  .subtitle h3 {
    border-left: solid 7px #e95835;
    font-size: 6.5vw;
    font-weight: 700;
    line-height: 1.1;
    left: 9vw;
    height: 6vw;
  }
  .block_1 .subtitle .more a {
    top: -8vw;
  }
  .subtitle .more a {
    top: 1vw;
    right: 3vw;
    padding: 1vw 2vw;
    font-size: 3vw;
  }
}
.blk {
  position: relative;
  z-index: 0;
  overflow: visible;
  margin: 40px auto 0px;
  width: 1250px;
  background: #ffe7cd;
  background-size: 30px 30px;
  border: 1.5px solid #000;
  border-radius: 50px;
  padding-top: 60px;
  padding-bottom: 20px;
}
@media screen and (max-width: 991px) {
  .blk {
    width: 97%;
    margin: 2vw auto;
    padding-top: 5vw;
    padding-bottom: 5vw;
    border-radius: 7vw;
  }
}

/*--  1.   --*/

/*--  2.   --*/
.block_2 {
  background: url(../images/bg_deco.png) top center repeat-y, #6cc09e;
  margin: 50px auto 0px;
  padding-bottom: 50px;
}
.recommend_2p li {
  background: rgba(196, 220, 133, 0.35);
  border: 1px solid #c3c3c3;
  border-radius: 20px;
}
.subtitle h4 {
  display: inline-block;
  padding: 0 0 0 15px;
  font-size: 1.3rem;
}
.crosswise_3p {
  background: url(../images/crosswise.png) center top no-repeat;
}
@media screen and (max-width: 991px) {
  .block_2 {
    margin: 2vw auto 0vw;
    padding-bottom: 0vw;
    background: none;
  }
}

/*--  3.   --*/
.special_5p_1 .hightlight_5p ul li h4 {
  background: #e34b38;
}
.ribbon {
  background: #ed8494;
  color: rgb(0, 0, 0);
}
.ribbon:after {
  border-left: 25px solid #ed8494;
  border-right: 25px solid #ed8494;
}
.collect_5x6 .s-row h4 {
  background: #ed8494;
  color: rgb(0, 0, 0);
}
@media screen and (max-width: 991px) {
  .baseline_5pcs .ribbon::after {
    border-left: 6.1vw solid #ed8494;
    border-right: 6.1vw solid #ed8494;
  }
}
/*--  4.   --*/
.baseline_5pcs li .font {
  padding: 8px 10px 8px;
}
@media screen and (max-width: 991px) {
}

/*--  5.   --*/
.keyword-bn .ten-word li {
  background: #e95835;
}
.keyword-bn .ten-word li:nth-child(even) {
  background: #019461;
}
.keyword-bn .ten-word a {
  color: #000000;
}
.keyword-bn .four-link li {
  background: #ed8494;
}

@media screen and (max-width: 991px) {
  .keyword-bn .ten-word li:nth-child(4n-3) {
    background: #e95835;
  }
  .keyword-bn .ten-word li {
    width: 100%;
    padding: 2vw;
    margin: 0 2vw 0;
  }
  .keyword-bn .four-link li {
    width: 44.5vw;
  }
  .keyword-bn {
    width: 96%;
  }
  .film-rectangle .rectangle {
    width: 96vw;
    border-radius: 0px;
    padding: 0vw;
  }
  .slickbg {
    width: 96vw;
  }
}
/*--永久改動--*/

/* 公版語法變動 */
.hightlight img,
.toptitle img,
.circle img,
.published img,
.hightlight_5p img,
.circle_5p img,
.scene img {
  object-fit: contain;
}
.baseline .font {
  padding-top: 5px;
}
.slick-dots li button:before {
  font-size: 30px !important;
  color: #585858 !important;
  margin-top: -5px;
}

.crosswise_3p ul,
.broadwise ul {
  flex-wrap: wrap;
}
.nolink:hover {
  transform: scale(1) !important;
}

.special_5p_1 {
  margin: 5px auto;
}
.special_5p_1 .hightlight_5p ul li:first-child img {
  width: 262px;
  height: 262px;
}
.special_5p_1 .hightlight_5p ul li:first-child p {
  padding: 0;
}
.special_5p_1 .title_AA {
  position: relative;
}
.special_5p_1 .title_AA h3 {
  border-left: none;
  padding: 27px 0 0 284px;
  width: 100%;
  position: absolute;
  text-align: center;
  color: #000000;
}
.special_5p_1 .hightlight_5p {
  padding: 0;
  background: url(../images/sp5p_bg.png) top center no-repeat;
}
.special_5p_1 .hightlight_5p ul li:first-child {
  height: auto;
}
.special_5p_1 .hightlight_5p ul li {
  height: auto;
  margin-top: 82px;
}
.more {
  width: 1080px;
  margin: 0 auto;
  position: relative;
}
.more a {
  color: #fff;
  background: #e34b38;
  border: 1px solid #000;
  position: absolute;
  top: 23px;
  right: 15px;
  font-size: 1.3rem;
  font-weight: 700;
  padding: 8px 14px 8px;
  border-radius: 99em;
  transition: 0.5s;
}
.recommend_3p .font {
  padding: 10px 9px 10px;
}
@media screen and (max-width: 991px) {
  .baseline .font {
    padding-top: 1vw;
  }
  .rectangle_3p ul li:nth-child(3n + 1) {
    width: 94vw;
    padding: 3vw;
    margin: 1vw 3vw;
  }
  .rectangle_3p ul li:nth-child(3n + 1) a {
    flex-wrap: nowrap;
  }
  .rectangle_3p ul li:nth-child(3n + 1).font {
    padding: 1vw 0vw 1vw 3vw;
  }
  .special_5p_1 .hightlight_5p {
    background: none;
    width: 98%;
    padding: 0;
    margin: 0 auto;
  }
  .special_5p_1 .title_AA {
    margin: 2vw auto;
    height: auto;
  }
  .special_5p_1 .title_AA h3 {
    position: relative;
    padding: 18px;
    color: #000000;
    background-color: #5290cd;
    font-size: 1.8rem;
    text-align: left;
  }
  .hightlight_5p ul li:first-child .font h4 {
    color: #e34b38;
  }
  .special_5p_1 .hightlight_5p ul li {
    margin: 1vw auto;
  }
  .special_5p_1 .hightlight_5p ul li:first-child {
    width: 95vw;
    height: auto;
    margin: 0.5vw;
    padding: 2vw;
  }
  .special_5p_1 .hightlight_5p ul li:first-child .font {
    padding: 0;
  }
  .special_5p_1 .hightlight_5p ul li:first-child img {
    width: 48vw;
    height: 48vw;
  }
  .more {
    width: 90%; /* 比桌面窄一些 */
    margin: 0 auto;
  }

  .more a {
    padding: 1vw 2vw;
    font-size: 3vw;
    top: -13vw;
    right: -1vw;
  }
}

/*---- 前往XX館 ----*/
.tt-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px 0 30px;
}
.tt-btn a {
  font-size: 46px;
  padding: 12px 40px;
  background: #019461;
  border-radius: 99rem;
  width: 450px;
  position: relative;
  transition: 0.3s all;
  top: 0;
  margin: 10px;
  font-weight: 900;
  border: #000000 solid 2px;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
}
.tt-btn a:hover {
  box-shadow: 0 0px 0 #fff;
  top: 8px;
}
.tt-btn a {
  color: #000000;
}
.tt-btn a span {
  font-size: 24px;
  background: #fff;
  color: #e95835;
  width: 46px;
  height: 46px;
  display: inline-flex;
  border-radius: 99rem;
  padding: 0px 0 0px 0;
  text-align: center;
  align-items: center;
  align-content: center;
  justify-content: center;
  margin-left: 10px;
}
@media screen and (max-width: 991px) {
  .tt-btn {
    font-size: 2rem;
    padding: 3vw 2vw;
    margin: 0 auto;
    border-radius: 99rem;
    flex-direction: column;
  }
  .tt-btn a {
    font-size: 7vw;
    padding: 1.5vw 5vw;
    font-weight: 700;
    width: 70vw;
  }
  .tt-btn a span {
    font-size: 4vw;
    width: 8vw;
    height: 8vw;
  }
}

/*--  錨點微調--*/
.target-fix {
  position: relative;
  top: 0px;
  display: block;
  height: 0;
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  .target-fix {
    top: -30px;
  }
}
/*--  錨點微調--*/

/*--  nav 選單 固定側邊--*/
@media only screen and (min-width: 992px) {
  .menustyle2 {
    width: 150px;
    display: flex;
    flex-wrap: wrap;
    background: #019461;
    z-index: 999;
    height: auto;
    position: fixed;
    top: 200px;
    right: 10px;
    height: auto;
    padding-top: 0px;
    padding-bottom: 0px;
    border: 1.5px solid #000;
  }
  .menustyle2 ul {
    width: 150px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
  }
  .menustyle2 ul li {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: 1.5px solid #000;
  }
  .menustyle2 ul li a span {
    display: block;
  }
  .menustyle2 ul li:last-child {
    border-bottom: none;
  }
  .menustyle2 ul li a {
    text-align: center;
    margin: 0 auto;
    text-decoration: none;
    font-size: 17px;
    color: #000000;
    letter-spacing: 1px;
    font-weight: 500;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 11px 0px;
    flex-wrap: wrap;
    line-height: 1.2;
  }
  .menustyle2 ul li:hover,
  #TopMenu2 ul li a:hover {
    background: #ed8494;
    transform: scale(1);
    color: #ffffff !important;
  }
  .menustyle2 ul .active {
    color: #ffffff !important;
    background: #ed8494;
    width: 100%;
    height: 100%;
  }
}
@media screen and (max-width: 991px) {
  .menustyle2::-webkit-scrollbar {
    display: none;
  }
  .menustyle2 {
    width: 100%;
    z-index: 998;
    padding: 1vw 1vw;
    display: block;
    background: #019461;
    flex-direction: column;
    flex-wrap: wrap;
    position: absolute;
    overflow-x: auto;
    justify-content: center;
    white-space: nowrap;
    webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    height: auto;
  }
  .menustyle2 ul {
    flex-wrap: nowrap;
    display: flex;
  }
  .menustyle2 ul li {
    width: auto;
    font-size: 20px;
    color: #000000;
    display: flex;
    justify-content: center;
    align-items: center;
    border-right: 0.5px solid #000000;
    box-sizing: border-box;
  }
  .menustyle2 ul li a {
    font-size: 1.1rem;
    letter-spacing: 0px;
    font-weight: 500;
    color: #000000;

    box-sizing: border-box;
    padding: 5px 10px;
  }
  .menustyle2 ul .active {
    color: #ffffff !important;
    background: #ed8494;
    width: 100%;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
  .menustyle2 ul li a:hover {
    color: #ffffff !important;
    width: 100%;
    justify-content: center;
    align-items: center;
    text-align: center;
    background: #ed8494;
  }
  .sticky {
    position: fixed;
    top: 0;
  }
}
/*--  nav 選單 固定側邊--*/

*-- 下拉選單 --* #TopMenu {
  transition: background-color 1s, opacity 1s, visibility 1s;
  opacity: 1;
  visibility: visible;
  z-index: 998;
  position: relative;
}
#TopMenu.show {
  opacity: 1;
  visibility: visible;
  position: fixed;
  top: 0;
}

/*手機版選單下滑出現*/
@media screen and (max-width: 991px) {
  #TopMenu2 {
    transition: background-color 1s, opacity 1s, visibility 1s;
    opacity: 0;
    visibility: hidden;
    z-index: 999;
    position: absolute;
    top: 0;
  }
  #TopMenu2.show {
    opacity: 1;
    visibility: visible;
    position: fixed;
    top: 0;
  }
}

/*--goto top--*/
#gotop {
  display: inline-block;
  background-color: #000;
  width: 40px;
  height: 40px;
  text-align: center;
  border-radius: 100%;
  position: fixed;
  bottom: 0px;
  right: 0px;
  transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
  margin: 30px;
}
#gotop::after {
  position: absolute;
  display: block;
  font-family: FontAwesome;
  content: "　";
  font-weight: normal;
  font-style: normal;
  font-size: 2em;
  line-height: 50px;
  color: #fff;
  opacity: 0.5;
  background: url("../images/top.png") center no-repeat;
  background-size: 50%;
  background-position: 85% 35%;
}
#gotop:hover {
  cursor: pointer;
  background-color: #666;
}
#gotop:active {
  background-color: #ccc;
}
#gotop.show {
  opacity: 0.4;
  visibility: visible;
}
@media screen and (max-width: 991px) {
  #gotop {
    bottom: 70px;
    right: 0;
    margin: 2vw;
  }
}
/* share url */
#share {
  display: inline-block;
  background-color: #000;
  opacity: 0.4;
  width: 40px;
  height: 40px;
  text-align: center;
  border-radius: 100%;
  position: fixed;
  bottom: 50px;
  right: 0px;
  transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
  z-index: 1000;
  margin: 30px;
}
#share::after {
  position: absolute;
  display: block;
  font-family: FontAwesome;
  content: "　";
  font-weight: normal;
  font-style: normal;
  font-size: 2em;
  line-height: 50px;
  color: #fff;
  opacity: 0.5;
  background: url("../images/share.png") center no-repeat;
  background-size: 50%;
  background-position: 80% 35%;
}
#share:hover {
  cursor: pointer;
  background-color: #666;
}
#share:active {
  background-color: #666;
}
@media screen and (max-width: 991px) {
  #share {
    bottom: 115px;
    right: 0;
    margin: 2vw;
  }
}
@media screen and (max-width: 991px) {
  html {
    padding-bottom: 80px;
  }
}
