@charset "utf-8";
@font-face {
  font-family: UnboundedSans-2;
  src: url("https://events.eslite.com/font/UnboundedSans-2.ttf");
}
/* 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;
}

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

html {
  scroll-behavior: smooth;
  background: url("../images/bg-img.jpg") center 120px repeat-y, url("../images/bg.jpg") top center repeat;
}
header {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

/* PC */
.WRAPPER {
  position: relative;
  width: 100%;
  min-width: 1200px;
  margin: 0 auto;
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  .WRAPPER {
    min-width: 100%;
  }
  header {
    position: relative;
  }
  html {
    background: url("../images/bg.jpg") top center repeat;
  }
}
.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;
}

.title-item {
  position: absolute;
  z-index: 90;
}
.title01 {
  top: 30px;
  left: 466px;
}
.title02 {
  top: 49px;
  left: 968px;
}
.title03 {
  top: 577px;
  left: 415px;
}
.title04 {
  top: 28px;
  left: 130px;
}
.title05 {
  top: 248px;
  left: -360px;
  height: 318px;
  width: 1920px;
}

.product {
  background: url("../images/product.jpg") top center repeat;
  animation: product 50s 0s linear infinite;
  background-position: 0 0;
  z-index: 0;
}
@-webkit-keyframes product {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -4000px 0;
  }
}

.block {
  margin: 0 auto;
  max-width: 1920px;
  padding: 1px 0;
}
.bg_1200 {
  width: 1200px;
  min-width: 1200px;
  margin: 0 auto;
}

/* 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;
  }
  .block {
    margin: 0 auto;
    max-width: 100%;
    padding: 2vw 0;
  }
  .bg_1200 {
    width: 100%;
    min-width: 100%;
    margin: 0 auto;
  }
  .titleC {
    margin: 0px;
    padding: 5vw 2vw 2vw;
  }
}

/*--  版面微調  --*/

@media screen and (max-width: 991px) {
}

/*--  共通設定  --*/

.titleC {
  margin: 30px auto;
  padding: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: auto;
}
.titleC h2 {
}

.tt-fst {
  padding: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: auto;
  height: auto;
  position: relative;
  background: url("../images/titlec.png") top center no-repeat;
  height: 282px;
}
.tt-fst h2 {
  font-size: 4rem;
  color: #fff;
  font-weight: bold;
}
.tt-fst h2 p {
  font-size: 2.4rem;
  letter-spacing: 0px;
  margin-top: 20px;
}
.tt-fst h2 span {
  margin: 0 10px;
}

.bg_dis .tt-fst {
  padding-top: 15px;
}

.tt-sec {
  padding: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: auto;
  height: auto;
  position: relative;
}
.tt-sec h2 {
  font-size: 3rem;
}

@media screen and (max-width: 991px) {
  .titleC {
    margin: 0px;
    padding: 0;
    background: url("../images/titlec_m.png") top center no-repeat;
    height: 42vw;
    background-size: 96%;
  }
  .titleC h2 {
    font-size: 6vw;
  }

  .tt-fst {
    margin: 0 auto;
    padding: 0 !important;
  }
  .tt-fst h2 {
    font-size: 9vw;
    line-height: 1.1;
  }

  .tt-fst h2 span {
    margin: 0 auto;
    display: block;
  }

  .tt-sec {
    margin: 0 auto;
    padding: 0 !important;
  }
  .tt-sec h2 {
    font-size: 10vw;
  }
  .tt-fst h2 p {
    font-size: 6vw;
    letter-spacing: 0px;
    margin-top: 1vw;
  }
}

/*--  0.攻略   --*/
.banner-dis3 ul li {
  width: 363px;
}
.banner-dis3 ul li img {
  width: 97%;
}
.banner-dis4 ul li img {
  width: 100%;
}
.bg_dis .notice {
  width: 100%;
  margin: 60px auto 0;
  text-align: center;
  padding: 10px 0 5px;
  font-size: 1rem;
  line-height: 1.2rem;
  color: #fff;
}

.bg_dis {
  background: url("../images/bg-dis-top.jpg") top center no-repeat, url("../images/bg4.jpg") repeat;
}

.bg_dis .banner {
  background: url("../images/bg-dis1-blk.png") top center no-repeat;
  height: 336px;
  margin-bottom: 0;
  padding-bottom: 0;
}
.bg_dis2 .banner {
  margin-top: 0;
  padding-bottom: 0;
}
.banner-dis4 ul li {
  width: 175px;
  height: 148px;
  margin: 70px 30px;
}
.banner-dis4 ul li:nth-child(1) {
  width: 255px;
  height: 217px;
  margin: 31px 45px 0 0;
}
.bg_dis2 {
  background: url("../images/bg4.jpg") repeat;
}

.bg_dis2_bottom {
  background: url("../images/bg-dis-bottom.png") top center no-repeat;
  height: 102px;
}

@media screen and (max-width: 991px) {
  .banner-dis3 ul li {
    width: 88vw;
    margin: 2vw auto;
  }
  .banner-dis3 ul li img {
    width: 100%;
  }
  .banner-dis4 ul li {
    width: 20vw;
    margin: 0 auto;
    height: auto;
  }
  .banner-dis4 ul li img {
    width: 100%;
  }
  .bg_0 .notice {
    padding: 1vw 5vw;
  }

  .banner-dis4 ul li:nth-child(1) {
    width: 100%;
    height: 41vw;
    margin: 0 auto;
  }
  .banner-dis4 ul li:nth-child(1) img {
    width: 36vw;
    height: 29vw;
    margin: 6vw 22vw 0;
  }
  .bg_dis .notice {
    padding: 0 5vw;
    margin: 0 auto;
  }
  .bg_dis {
    background: url("../images/bg4.jpg") repeat;
  }

  .bg_dis .banner {
    height: 69vw;
    background: url("../images/bg-dis1-blk-m.png") top center no-repeat;
    background-size: 98vw;
    padding: 0 10vw;
  }
  .bg_dis2_bottom {
    background-size: 120%;
    height: 7vw;
  }
}

/*--  1.   --*/

.dis-for-zasshi3 {
  background: url("../images/bg4.jpg");
}
.zasshi3 ul li .font p {
  background: url("../images/bg3.jpg");
}
.zasshi3-buy {
  background: url("../images/bg2.jpg");
}

.hightlight_5p .font h4 {
  background: url("../images/bg4.jpg");
}
.alternate ul:nth-child(odd) li:first-child {
  background: url("../images/bg4.jpg");
}
.alternate ul:nth-child(even) li:last-child {
  background: url("../images/bg2.jpg");
}

.collect_5x6 .s-row img {
  width: 100%;
  height: auto;
}
.collect_5x6 li {
  background: url(../images/bg4.jpg);
  position: relative;
}
.collect_5x6 .s-row h4 {
  background: unset;
}
.collect_5x6 .font {
  color: #fff;
  padding: 10px 0;
}
.collect_5x6 .font big {
  color: #ffe27b;
}
@media screen and (max-width: 991px) {
}

/*--  2.   --*/
.hightlight_5p_sp ul li {
  background: url("../images/bg4.jpg");
  position: relative;
}
.hightlight_5p_sp ul li img {
  margin: 35px auto 15px;
}
.hightlight_5p_sp ul li h4 {
  position: absolute;
  top: 0;
  width: 100%;
}
.hightlight_5p_sp ul li .font {
  color: #fff;
}
.hightlight_5p_sp ul li .font big {
  color: #ffe27b;
}
.hightlight_5p_sp ul li .font .price {
  color: #fff;
}
@media screen and (max-width: 991px) {
}

/*--  3.   --*/

@media screen and (max-width: 991px) {
  .hightlight_5p_sp ul li img {
    margin: 0 auto;
  }
}

/*--  4.   --*/

.area {
  width: 1200px;
  margin: 10px auto;
  padding: 10px 0;
}
.area h3 {
  font-size: 2.4rem;
  padding: 10px 30px;
  border-radius: 99rem;
  background: #c45c00;
  color: #fff;
  width: fit-content;
  text-align: center;
  margin: 20px auto;
  font-weight: 700;
}
.area iframe {
  width: 1160px;
  height: 600px;
  margin: 0 20px;
}

.area1,
.area2,
.area3,
.area4 {
  background: #1b1b1b;
  margin: 80px auto;
}
.area1::before,
.area2::before,
.area3::before,
.area4::before {
  background: url("../images/blk-top.png") bottom center no-repeat;
  content: "";
  width: 1200px;
  height: 28px;
  display: block;
  position: relative;
  top: 0px;
  margin: -30px auto 30px;
}
.area1::after,
.area2::after,
.area3::after,
.area4::after {
  background: url("../images/blk-bottom.png") top center no-repeat;
  content: "";
  width: 1200px;
  height: 28px;
  display: block;
  position: relative;
  top: 60px;
  margin: -60px auto 30px;
}

@media screen and (max-width: 991px) {
  .area {
    width: 100%;
    margin: 2vw auto;
    padding: 0 0;
  }
  .area h3 {
    font-size: 2rem;
    padding: 2vw 3vw;
    border-radius: 99rem;
    \width: fit-content;
    text-align: center;
    margin: 2vw auto;
  }
  .area iframe {
    width: 94vw;
    height: 60vw;
    margin: 0 3vw;
  }

  .area1,
  .area2,
  .area3,
  .area4 {
    background: #1b1b1b;
    margin: 10vw auto;
  }
  .area1::before,
  .area2::before,
  .area3::before,
  .area4::before {
    background: url("../images/blk-top.png") bottom center no-repeat;
    content: "";
    width: 100%;
    height: 28px;
    display: block;
    position: relative;
    top: 0px;
    margin: -5vw auto 5vw;
  }
  .area1::after,
  .area2::after,
  .area3::after,
  .area4::after {
    background: url("../images/blk-bottom.png") top center no-repeat;
    content: "";
    width: 100%;
    height: 28px;
    display: block;
    position: relative;
    top: 10vw;
    margin: -10vw auto 5vw;
  }
}

/*--  5.   --*/

.rectangle_3p_370a_img a img {
  width: 373px;
  object-fit: cover;
}

.bn4 .banner_3p ul li img {
  box-shadow: 0px 0px;
  width: 260px;
  height: 110px;
  background: #fff;
  object-fit: contain;
  border: 0px #fff solid;
}
.bn4 .banner_3p ul li {
  margin: 5px 6px;
}

@media screen and (max-width: 991px) {
  .bn4 .banner_3p ul li img {
    box-shadow: 0px 0px;
    width: 46vw;
    height: 20vw;
    background: #fff;
    object-fit: contain;
    padding: 0;
  }
  .bn4 .banner_3p ul li {
    margin: 0.5vw;
  }

  .rectangle_3p_370a_img a img {
    width: 94vw;
  }

  .hightlight_5p ul li:first-child .font h4 {
    position: relative;
    color: #fff;
  }
}

/*--  6.   --*/

@media screen and (max-width: 991px) {
}

/*--  7.   --*/

@media screen and (max-width: 991px) {
}

/*--  8.   --*/

@media screen and (max-width: 991px) {
}

/*--  9.   --*/

@media screen and (max-width: 991px) {
}

/*--  10.   --*/

@media screen and (max-width: 991px) {
}

/*.crosswise-tallBN{display: flex;flex-direction: row;padding: 20px;justify-content: center;align-items: stretch;width: 1160px;background: #ccc;margin: 20px auto;}
.crosswise-tallBN .left-tallBN{padding: 0 6px;}
.crosswise-tallBN .crosswise_3p{width:auto;margin: 0 auto;padding: 0;}
.crosswise-tallBN li{padding: 6px 0;}
.crosswise-tallBN .crosswise_3p li{width: 382px;}
.crosswise-tallBN .left-tallBN li img{width: 320px;height: 544px;object-fit: cover;padding: 0px}
.crosswise-tallBN .flex-r{flex-direction: row;}
.crosswise-tallBN .crosswise_3p li{padding: 8px;}
.crosswise-tallBN .flex-r li {width: 250px;}
.crosswise-tallBN .flex-r li img {width: 234px;height: 234px;}
.crosswise-tallBN .flex-r li .font {padding: 8px 0;text-align: center;}
.crosswise-tallBN .flex-r li a{flex-direction: column;}*/

.crosswise-tallBN {
  display: flex;
  flex-direction: row;
  padding: 20px;
  justify-content: center;
  align-items: stretch;
  width: 1160px;
  background: url("../images/bg2.jpg");
  margin: 20px auto;
}
.crosswise-tallBN .left-tallBN {
  padding: 0 6px;
}
.crosswise-tallBN .crosswise_3p {
  width: auto;
  margin: 0 auto;
  padding: 0;
}
.crosswise-tallBN li {
  padding: 6px 0;
}
.crosswise-tallBN .crosswise_3p li {
  width: 382px;
}
.crosswise-tallBN .left-tallBN li img {
  width: 320px;
  height: 544px;
  object-fit: cover;
  padding: 0px;
}
.crosswise-tallBN .flex-r {
  flex-direction: row;
}
.crosswise-tallBN .crosswise_3p li {
  padding: 8px;
}
.crosswise-tallBN .flex-r li {
  width: 250px;
}
.crosswise-tallBN .flex-r li img {
  width: 234px;
  height: 234px;
}
.crosswise-tallBN .flex-r li .font {
  padding: 8px 0;
  text-align: center;
}
.crosswise-tallBN .flex-r li a {
  flex-direction: column;
}

@media screen and (max-width: 991px) {
  .crosswise-tallBN {
    padding: 2vw;
    justify-content: center;
    align-items: center;
    width: 100%;
    background: url("../images/bg2.jpg");
    margin: 3vw auto;
    flex-direction: column;
  }
  .crosswise-tallBN .left-tallBN li img {
    width: 94vw;
    height: 154vw;
    object-fit: cover;
    padding: 0px;
  }
  .crosswise-tallBN .crosswise_3p li {
    width: 46vw;
  }
  .crosswise-tallBN .flex-r li {
    width: 46vw;
  }
  .crosswise-tallBN .flex-r li a,
  .crosswise-tallBN .crosswise_3p li a {
    flex-direction: column;
  }
  .crosswise-tallBN .flex-r li:nth-child(1) {
    width: 94vw;
  }
  .crosswise-tallBN .flex-r li:nth-child(1) a {
    flex-direction: row;
  }
  .crosswise-tallBN .crosswise_3p img,
  .crosswise-tallBN .flex-r li img {
    width: 42vw;
    height: 42vw;
  }
  .crosswise-tallBN .crosswise_3p .font {
    text-align: center;
  }
}

/*--永久改動--*/
.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: 40px !important;
  color: #fff !important;
}

.special_5p_1 ul {
  align-items: flex-end;
}
.special_5p_1 .hightlight_5p ul li:first-child img {
  width: 240px;
  height: 240px;
}
.special_5p_1 .hightlight_5p ul li:first-child {
  height: auto;
  width: 240px;
}
.special_5p_1 .hightlight_5p ul li {
  height: auto;
  margin-top: 0;
}
.special_5p_1 .title_AA h2 {
  font-size: 2.4rem;
  width: 876px;
  padding: 5px 0px;
  background: #efefef33;
  top: 20px;
  left: 288px;
  font-family: "Noto Sans TC", "微軟正黑體", "Microsoft JhengHei", Helvetica, Verdana, Arial;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000;
  letter-spacing: 0;
}
.crosswise_3p ul,
.broadwise ul {
  flex-wrap: wrap;
}
@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 ul li:first-child {
    width: 100%;
  }
  .special_5p_1 .hightlight_5p ul li:first-child img {
    width: 45vw;
    height: 45vw;
  }
  .special_5p_1 .title_AA {
    height: auto;
    position: relative;
  }
  .special_5p_1 .title_AA h2 {
    font-size: 2.4rem;
    width: 100%;
    padding: 5px 0px;
    top: 0px;
    left: 0px;
    position: relative;
  }
}

/*---- 前往XX館 ----*/
.tt-btn {
  font-size: 3rem;
  padding: 0;
  background: url("../images/titlec.png") top center no-repeat;
  height: 282px;
  border-radius: 0px;
  color: #fff;
  width: 1200px;
  position: relative;
  transition: 0.5s all;
  top: 0;
  margin: 50px auto;
}
.tt-btn:hover {
  transform: scale(0.95);
}
.tt-btn a {
  color: #fff;
  font-size: 4rem;
}
@media screen and (max-width: 991px) {
  .tt-btn {
    font-size: 2rem;
    padding: 3vw 3vw;
    margin: 0 auto 5vw;
    background: url("../images/titlec_m.png") top center no-repeat;
    background-size: 100%;
    width: 100%;
    height: 46vw;
  }
  .tt-btn a {
    font-size: 9vw;
  }
}

/*------------------ 頁籤 ------------------ */
.tabs {
  max-width: 1160px;
  margin: 30px auto 0;
}
.tabs .tabs-head {
  width: fit-content;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
}
.tabs .tabs-head li {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  background: #fff;
  border-radius: 999em;
  padding: 15px 30px 18px;
  border: 2px solid #c45c00;
}
.tabs .tabs-head li.active {
  border: 2px solid #c45c00;
  background: #c45c00;
  color: #fff;
}
.tabs .tabs-head li.active a,
.tabs .tabs-head li:hover a {
  color: #fff;
}
.tabs .tabs-head li:hover {
  transform: scale(1);
  border: 2px solid #c45c00;
  background: #c45c00;
}
.tabs .tabs-head a {
  display: block;
  font-size: 1.5rem;
  text-align: center;
  color: #c45c00;
}
@media screen and (max-width: 991px) {
  .tabs {
    margin: 0 auto;
  }
  .tabs .tabs-head {
    width: 80vw;
    margin: 3vw auto 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 1.8vw;
  }
  .tabs .tabs-head li {
    padding: 1.5vw;
  }
  .tabs .tabs-head a {
    font-size: 1.2rem;
  }
}
/*------------------ 頁籤 ------------------ */

/*--  nav 選單 固定側邊--*/
@media only screen and (min-width: 992px) {
  .menustyle2 {
    width: 120px;
    display: flex;
    flex-wrap: wrap;
    background: url("../images/bg3.jpg");
    z-index: 999;
    height: auto;
    position: fixed;
    top: 200px;
    right: 10px;
    border-radius: 10px;
  }
  .menustyle2 ul {
    width: 120px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    padding: 5px;
    flex-wrap: wrap;
  }
  .menustyle2 ul li {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: 0.5px solid #ffffff;
  }
  .menustyle2 ul li:last-child {
    border-bottom: 0px solid #ffffff;
  }
  .menustyle2 ul li a {
    text-align: center;
    margin: 0 auto;
    text-decoration: none;
    font-size: 18px;
    color: #ffffff;
    font-family: "Noto Sans TC", "微軟正黑體", "Microsoft JhengHei", Helvetica, Verdana, Arial;
    letter-spacing: 1px;
    font-weight: 500;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px 10px;
  }
  .menustyle2 ul li:hover,
  #TopMenu ul li a:hover {
    background: url("../images/bg2.jpg");
    transform: scale(1);
    color: #fff !important;
  }
  .menustyle2 ul .active {
    color: #fff !important;
    background: url("../images/bg2.jpg");
    width: 100%;
    height: 100%;
  }
}
@media screen and (max-width: 991px) {
  .menustyle2 {
    width: 100%;
    z-index: 999;
    padding: 0px 0;
    display: block;
    background: #000;
  }
  .menustyle2 ul {
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
  }

  .menustyle2::-webkit-scrollbar {
    display: none;
  }
  .menustyle2 {
    width: 100%;
    z-index: 998;
    padding: 1vw 1vw;
    display: block;
    background: url("../images/bg2.jpg");
    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: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-right: 0px solid #ffffff;
    box-sizing: border-box;
  }
  .menustyle2 ul li a {
    font-size: 1.1rem;
    letter-spacing: 0px;
    font-weight: 500;
    color: #ffffff;
    font-family: "Noto Sans TC", "微軟正黑體", "Microsoft JhengHei", Helvetica, Verdana, Arial;
    padding: 0;
    box-sizing: border-box;
    padding: 5px 3vw;
  }
  .menustyle2 ul .active {
    color: #fff !important;
    background: none;
    width: auto;
    justify-content: center;
    align-items: center;
    text-align: center;
    background: url("../images/bg4.jpg");
    padding: 5px 3vw;
    text-align: center;
    border-radius: 99rem;
  }
  .menustyle2 ul li a:hover {
    color: #fff !important;
    width: auto;
    justify-content: center;
    align-items: center;
    text-align: center;
    background: url("../images/bg4.jpg");
    padding: 5px 3vw;
    text-align: center;
    border-radius: 99rem;
  }
  .sticky {
    position: fixed;
    top: 0;
  }
}
/*--  nav 選單 固定側邊--*/

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

/**--  下拉選單  --**/
#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: 998;
    position: absolute;
    top: 0;
  }
  #TopMenu2.show {
    opacity: 1;
    visibility: visible;
    position: fixed;
    top: 0;
  }
}

/*--goto top--*/
#gotop {
  display: inline-block;
  background-color: #000;
  opacity: 0.3;
  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: 80% 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;
  }
}
