@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;
}

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

html {
  background: url("../images/side_deco.png") center repeat-y,
    url("../images/deco_bg.jpg") top center repeat;
}

/* 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;
  }
}

/* ------------------ 架構標 ------------------ */
@font-face {
  font-family: SweiHalfMoonCJKtc-Black;
  src: url("https://events.eslite.com/font/SweiHalfMoonCJKtc-Black.ttf");
}

.titleC {
  background: url("../images/btt.png") top center no-repeat;
  padding: 90px 0 0px;
  animation: pulsate 1.5s infinite alternate;
}
.titleC h2 {
  font-family: SweiHalfMoonCJKtc-Black;
  font-size: 4rem;
  color: #fff;
  padding: 0.4em;
  border: 0.2rem solid #fff;
  background: #000000;
  border-radius: 6rem;
  box-shadow: 0 0 0.2rem #fff, 0 0 0.2rem #fff, 0 0 2rem #bc13fe,
    0 0 0.8rem #bc13fe, 0 0 2.8rem #bc13fe, inset 0 0 1.3rem #bc13fe;
}
@keyframes pulsate {
  100% {
    text-shadow: 0 0 4px #fff, 0 0 11px #9e10d7, 0 0 19px #fff, 0 0 40px #bc13fe,
      0 0 80px #bc13fe, 0 0 90px #bc13fe, 0 0 100px #bc13fe, 0 0 150px #bc13fe;
  }

  0% {
    text-shadow: 0 0 2px #fff, 0 0 4px #9e10d7, 0 0 6px #fff, 0 0 10px #bc13fe,
      0 0 45px #bc13fe, 0 0 55px #bc13fe, 0 0 70px #bc13fe, 0 0 80px #bc13fe;
  }
}

.block_6 .subtitle {
  width: 1160px;
  margin: auto;
  position: relative;
  text-align: center;
}
.block_6 .subtitle h3 {
  font-family: SweiHalfMoonCJKtc-Black;
  font-size: 3rem;
  color: #fff;
  padding: 10px 30px 10px;
  text-align: left;
  border-left: none;
  display: inline-block;
}
.block_6 .subtitle h3::before,
.block_6 .subtitle h3::after {
  content: "";
  display: inline-flex;
  border-bottom: 5px #ffffff dotted;
  position: relative;
  top: -10px;
  width: 400px;
  height: 30px;
  margin: 0 10px;
}

.block_6 .titleC.for_pc h2 {
  max-width: 960px;
  margin: 0 auto;
}

.block_9 .titleC h2 {
  padding: 0.4em 3em;
}
.block_9 .subtitle {
  text-align: center;
}
.block_9 .subtitle h3 {
  background: url("../images/bg_LP.jpg");
  font-family: SweiHalfMoonCJKtc-Black;
  font-size: 2rem;
  margin-top: 10px;
  padding: 10px 60px;
  border-radius: 40px;
  color: #fff;
  text-align: center;
  border-left: none;
}

@media screen and (max-width: 991px) {
  .titleC {
    width: 100%;
    background-size: contain;
    padding: 8vw 0 2vw;
  }
  .titleC h2 {
    font-size: 2.4rem;
  }
  .block_6.subtitle {
    width: 100%;
    margin: 5vw auto 2vw;
    padding: 2vw;
  }
  .block_6 .subtitle h3 {
    width: 100%;
    padding: 3vw 0 0 9vw;
    margin: -3vw auto 0;
    font-size: 2.4rem;
  }
  .block_6 .subtitle h3::before,
  .block_6 .subtitle h3::after {
    content: "";
    display: inline-flex;
    border-bottom: 5px #ffffff dotted;
    position: relative;
    top: -10px;
    width: 60px;
    height: 30px;
    margin: 0 10px;
  }
  .block_9 .subtitle h3 {
    margin-top: -10px;
  }
}

/* ------------------ color ------------------ */
.slick5itam-2 h4,
.slick5itam-2 p {
  color: #ffc107;
}
.half ul {
  background: url("../images/bg_P.jpg");
}
.hightlight .font h4,
.hightlight_5p .font h4 {
  background: url("../images/bg_LP.jpg");
}
.scene .font p,
.block_8 .scene .price {
  color: #fff;
}
.block_8 .scene big {
  color: #ffc107;
}
.collect_5x6 .s-row h4,
.collect_5x6 .special {
  background: url("../images/bg_P.jpg");
}
.alternate ul:nth-child(odd) li:first-child {
  background: url("../images/bg_P.jpg");
}
.alternate ul:nth-child(even) li:last-child {
  background: url("../images/bg_LP.jpg");
}
.alternate ul:nth-child(odd) li:first-child .font h4,
.alternate ul:nth-child(even) li:last-child .font h4 {
  color: #ffc107;
}

/* ------------------ 主視覺動畫 ------------------ */
.T1 {
  position: absolute;
  top: 0;
  left: 100px;
  animation: minbright-play infinite 1s;
}

.title_date {
  position: absolute;
  top: 115px;
  left: 105px;
  animation: fadeInDown 3s ease-in-out;
  animation-delay: 0.2s;
}
.kv-wave-A {
  width: 155px;
  height: 558px;
  background: #fff;
  position: absolute;
  top: 165px;
  left: -186px;
  border-radius: 10px;
  overflow: hidden;
}

.kv-wave-B {
  width: 155px;
  height: 558px;
  background: #fff;
  position: absolute;
  top: 165px;
  left: 1231px;
  border-radius: 10px;
  overflow: hidden;
}

.kv-wave-A img,
.kv-wave-B img {
  width: 155px;
  height: 995px;
  animation: scroll 12s -1s linear infinite;
}

@keyframes scroll {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(0, -557px, 0);
  }
}

/* ------------------ promotion四塊 ------------------ */
.block_00 ul {
  width: 1200px;
  /* padding: 40px 0 40px 0; */
  margin: 20px auto 20px;
  display: flex;
  justify-content: space-around;
}

.a1 {
  animation: bounceInUp;
  animation-delay: 0s;
}
.a2 {
  animation: bounceInUp;
  animation-delay: 0.5s;
}
.a3 {
  animation: bounceInUp;
  animation-delay: 1s;
}
.a4 {
  animation: bounceInUp;
  animation-delay: 1.5s;
}

@media screen and (max-width: 991px) {
  .block_00 ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 0 0 0 0;
    margin: 2vw auto 0;
  }
  .block_00 .kv_m a {
    margin: 0 10px;
    padding: 5px 0;
  }
  .block_00 img.for_pc {
    display: block;
    width: 46vw;
    padding: 3vw 0 2vw 0;
  }
  .block_00 img.for_m {
    display: block;
    width: 100%;
  }
}

/* ------------------ 頁籤 ------------------ */
.tab ul {
  width: 1160px;
  margin: 20px auto 0;
  padding: 20px 0 0;
  display: flex;
  justify-content: center;
  text-align: center;
}
.tab ul li {
  width: 200px;
  position: relative;
  margin: 0 20px;
  vertical-align: bottom;
  padding: 15px;
  border-radius: 40px;
  color: #fff;
  background: url("../images/bg_LP.jpg");
}
.tab ul li.active {
  background: url("../images/bg_P.jpg");
}
.tab ul li p {
  font-size: 1.8rem;
  font-weight: 400;
}

.tabcontent {
  display: none;
}

.tab-title-for-m {
  display: none;
}

@media screen and (max-width: 998px) {
  .tabcontent {
    display: block !important;
  }
  .tab {
    display: none;
  }
  .tab-title-for-m {
    display: block;
    width: 200px;
    margin: 30px auto 10px;
    padding: 15px;
    font-size: 25px;
    border-radius: 40px;
    color: #fff;
    background: url("../images/bg_P.jpg");
  }
}

/* ------------------ 版面微調 ------------------ */
/* 3品左右不輪播 */
/* .bg_1{} */

.bg_1 .swiper {
  width: 100%;
  padding-top: 0px;
}
.bg_1-sw {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 1200px;
  margin: 0 auto;
  position: relative;
}
.bg_1-sw .half02 {
  width: 340px;
  height: 480px;
  margin: 10px 10px;
  border-radius: 20px;
  position: relative;
  background: url("../images/bg_P.jpg");
}
.half02 ul {
  padding: 30px 30px 30px 30px;
}
.half02 ul li a:hover,
.half02 ul li:hover {
  transform: scale(1);
}
.half02 ul li:nth-child(1) img {
  width: 320px;
  height: 320px;
  object-fit: cover;
  margin: 40px auto 0;
}
.half02 ul li:nth-child(2) {
  background: #441d6a;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: absolute;
  top: 12px;
  left: 6px;
}
.half02 ul li:nth-child(2) p {
  font-size: 20px;
  color: #ffc107;
  margin-top: 0;
}
.half02 ul li:nth-child(2) big {
  font-size: 40px;
  color: #ffc107;
}
.half02 ul li:nth-child(3) {
  position: absolute;
  top: 20px;
  left: 92px;
  font-size: 40px;
}
.half02 ul li:nth-child(3) span {
  font-size: 28px;
  color: #fff;
}
.half02 ul li:nth-child(4) {
  position: relative;
  bottom: 10px;
  left: 0px;
  text-align: left;
  padding: 5px 20px;
  background: #ffc107;
  width: 60%;
  border-radius: 0 30px 0 0;
}
.half02 ul li:nth-child(4) span {
  background: #ffc107;
  color: #441d6a;
  font-size: 14px;
  text-align: left;
  line-height: 20px;
}
.half02 ul li:nth-child(5) {
  position: relative;
  left: 0px;
  width: 90%;
}
.half02 ul li:nth-child(5) span {
  /* background: #FF585B; */
  color: #fff;
  padding: 5px 10px;
  font-size: 18px;
  text-align: left;
}
.half02 ul li:nth-child(6) {
  background: #441d6a;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  top: 380px;
  right: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
}
.half02 ul li:nth-child(6) p {
  color: #ffc107;
  border-radius: 50%;
  font-size: 26px;
  margin-top: 0;
}
.half02 ul li .price p {
  font-size: 1.4rem;
  color: #fff;
  font-weight: bold;
  line-height: 0.6;
  padding: 5px;
}

@media screen and (max-width: 991px) {
  .bg_1 .swiper {
    padding-bottom: 0vw;
  }
  .bg_1-sw {
    display: flex;
    flex-wrap: wrap;
    width: 98vw;
    margin: 0 auto;
  }
  .bg_1-sw .half02 {
    width: 94vw;
    height: auto;
    margin: 2vw auto;
  }

  .half02 ul {
    padding: 5vw 2vw 0;
  }

  .half02 ul li:nth-child(1) img {
    width: 80vw;
    height: 80vw;
    object-fit: contain;
    margin: 2vw auto 0;
  }
  .half02 ul li:nth-child(2) {
    width: 20vw;
    height: 20vw;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 2vw;
    left: 2vw;
  }
  .half02 ul li:nth-child(2) p {
    font-size: 1.2rem;
    text-align: center;
  }
  .half02 ul li:nth-child(2) big {
    font-size: 3rem;
  }
  .half02 ul li:nth-child(3) {
    position: relative;
    top: 0;
    left: 0;
    font-size: 2rem;
    text-align: center;
    margin-top: 10px;
  }
  .half02 ul li:nth-child(3) span {
    font-size: 2rem;
  }
  .half02 ul li:nth-child(4) {
    position: relative;
    bottom: 0;
    left: 0;
    top: 0;
    text-align: center;
    margin: 20px auto;
    width: 80vw;
  }
  .half02 ul li:nth-child(4) span {
    padding: 5px 10px;
    font-size: 1.4rem;
    line-height: 1.8rem;
  }
  .half02 ul li:nth-child(5) {
    position: relative;
    bottom: 0;
    left: 0;
    text-align: center;
    margin: 0 auto;
    width: 100%;
  }
  .half02 ul li:nth-child(5) span {
    padding: 5px 10px;
    font-size: 1rem;
    text-align: center;
  }
  .half02 ul li:nth-child(6) p,
  .half02 ul li:nth-child(6) {
    display: none;
  }
  .half02 .scene {
    background-position: center;
    background-size: cover;
    width: 95vw;
    height: auto;
    margin-bottom: 20px;
  }
}

/* 挖洞3排品 */
.crosswise_3p ul {
  display: flex;
  justify-content: space-between;
}

.block_4 .crosswise_3p {
  width: 1160px;
  margin: 20px auto 40px;
  background: url("../images/pic6.png") top center no-repeat;
  padding-top: 25px;
}
.block_6 .crosswise_3p {
  width: 1160px;
  margin: 20px auto 40px;
  background: url("../images/pic5.png") top center no-repeat;
  padding-top: 25px;
}
.block_7 .crosswise_3p {
  width: 1160px;
  margin: 20px auto 40px;
  background: url("../images/pic7.png") top center no-repeat;
  padding-top: 25px;
}

@media screen and (max-width: 991px) {
  .block_4 .crosswise_3p,
  .block_6 .crosswise_3p,
  .block_7 .crosswise_3p {
    width: 100%;
    margin: 2vw auto;
    background: none;
    padding: 0 0 0 0;
  }
  .crosswise_3p ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .crosswise_3p ul.variant {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .crosswise_3p ul.variant li,
  .crosswise_3p ul li {
    width: 46vw;
    padding: 3vw;
    margin: 1vw;
  }
  .crosswise_3p ul.variant li a,
  .crosswise_3p ul li a {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .crosswise_3p ul li:nth-child(3) {
    width: 94vw;
    padding: 3vw;
    margin: 1vw 3vw;
  }
}

/*5品一排(無特標)*/
.round_5p {
  background: url("../images/bg_color3.jpg");
  padding: 20px;
  border-radius: 10px;
}
.round_5p li {
  background: none;
}
.round_5p img {
  border-radius: 10px;
}
.round_5p .font {
  padding: 20px 0 0;
}
.round_5p .font p,
.round_5p .font .price {
  color: #fff;
}
.round_5p .font .price big {
  color: #ffc107;
}

@media screen and (max-width: 991px) {
  .round_5p li {
    width: 90vw;
    margin: 2vw 0;
    padding: 0;
  }
}

/* 長高5排品 */
.special_5p_1 {
  margin: 20px auto -30px;
}
.special_5p_1 .title_AA {
  width: 1160px;
  margin: auto;
  position: relative;
  text-align: center;
}
.special_5p_1 .title_AA h3 {
  border-radius: 6rem;
  box-shadow: 0 0 0.2rem #fff, 0 0 0.2rem #fff, 0 0 2rem #bc13fe,
    0 0 0.8rem #bc13fe, 0 0 2.8rem #bc13fe, inset 0 0 1.3rem #bc13fe;
  animation: pulsate 1.5s infinite alternate;
  font-family: SweiHalfMoonCJKtc-Black;
  color: #fff;
  border-left: none;
  font-size: 2.8rem;
  letter-spacing: 3px;
  padding: 20px 0 20px 60px;
  width: 800px;
  position: absolute;
  top: 20px;
  left: 320px;
}

.special_5p_1 .title_AA h3::after {
  content: "MORE ➤";
  position: relative;
  right: -200px;
  top: -10px;
  color: #ffffff;
  padding: 10px;
  font-size: 20px;
  background: url("../images/bg_LP.jpg");
  border-radius: 20px;
}

.special_5p_1 .hightlight_5p ul li,
.special_5p_1 .hightlight_5p ul li:first-child {
  height: auto;
}
.special_5p_1 .hightlight_5p ul li h4 {
  background: url("../images/bg_LP.jpg");
}

@media screen and (max-width: 991px) {
  .special_5p_1 {
    background: none;
    padding-bottom: 2vw;
    margin: 2vw auto 0;
  }
  .special_5p_1 .title_AA {
    margin: 2vw;
    height: auto;
  }
  .special_5p_1 .title_AA h3 {
    position: relative;
    right: 0;
    padding: 0px;
    top: 0;
    font-size: 2.4rem;
    left: 0;
    width: 90vw;
    text-align: center;
    padding: 5vw;
  }
  .special_5p_1 .title_AA h3::after {
    right: -20px;
    top: -5px;
    padding: 7px;
    font-size: 16px;
  }
}

/* 1圖+4排品 */
.bg_1-3 li:first-child,
.bg_1-5 li:first-child,
.bg_1-7 li:first-child,
.bg_1-9 li:first-child {
  width: 200px;
  background: #fff;
  margin: 6px;
  padding: 0;
}
.bg_1-3 li:first-child img,
.bg_1-5 li:first-child img,
.bg_1-7 li:first-child img,
.bg_1-9 li:first-child img {
  width: 200px;
  height: 200px;
}
.bg_1-3 li:last-child,
.bg_1-5 li:last-child,
.bg_1-7 li:last-child,
.bg_1-9 li:last-child {
  width: 280px;
  height: 330px;
  background: none;
}
.bg_1-3 li:last-child img,
.bg_1-5 li:last-child img,
.bg_1-7 li:last-child img,
.bg_1-9 li:last-child img {
  width: 280px;
  height: auto;
}
/* 1圖+4排品區塊調整 */
.hightlightAd {
  width: 1180px;
  margin: 0px auto 20px;
  padding: 32px 0 12px;
}
@media screen and (max-width: 991px) {
  .bg_1 .hightlight_5p {
    margin-bottom: 2vw;
  }
  .bg_1-3 li:first-child,
  .bg_1-5 li:first-child,
  .bg_1-7 li:first-child,
  .bg_1-9 li:first-child {
    width: 94vw;
    padding: 0vw;
    margin: 2vw auto;
    height: auto;
    background: transparent;
  }
  .bg_1-3 li:first-child img,
  .bg_1-5 li:first-child img,
  .bg_1-7 li:first-child img,
  .bg_1-9 li:first-child img {
    width: 94vw;
    height: auto;
  }
  .bg_1-2 .hightlightAd,
  .bg_1-5 .hightlightAd,
  .bg_1-6 .hightlightAd,
  .bg_1-9 .hightlightAd {
    width: 96vw;
    margin: 0vw auto;
    padding: 0;
  }
}

/* 按鈕區 */
.btn {
  width: 1200px;
  margin: 20px auto 20px;
  display: grid;
  grid-auto-flow: column;
  gap: 10px;
}

.btn .item {
  background: #673ab7;
  text-align: center;
  padding: 10px;
}
.btn .item a {
  text-decoration: none;
  color: #fff;
}
.btn .item:hover {
  background: #bc13fe;
}
@media screen and (max-width: 991px) {
  .btn {
    width: 98%;
    gap: 0.2em;
  }
}

/* ------------------  輪播修正 ------------------ */
.slick-dots li button:before {
  font-size: 40px !important;
  color: #ffffff !important;
}

/* -- 上方黏人精 -- */
/*navigation bar for pc*/
/* Style the TopMenu */
#TopMenu {
  /*overflow: hidden;*/
  /*	display: none;*/
  max-width: 100%;
  height: 50px;
  z-index: 999;
  margin: 0 auto;
  background: #666;
}

.nav_content {
  width: 1200px;
  margin: 0 auto;
}
/* Navbar links */
#TopMenu a {
  float: left;
  display: block;
  text-align: center;
  text-decoration: none;
  width: 20%;
  margin: 0 auto;
  font-size: 20px;
  color: #fff;
  border-right: 1px solid #ffffff;
  height: 50px;
  line-height: 50px;
  letter-spacing: 1px;
  font-family: DFT_KN5;
  transition: 0.5s;
  text-decoration: none;
}
#TopMenu span {
  color: #000000;
}

#TopMenu li:hover {
  transform: none;
}

#TopMenu a:hover {
  background: #7e4b4b;
}

/*for mobile*/

@media screen and (max-width: 991px) {
  #TopMenu {
    width: 100%;
    height: auto;
    display: block;
  }
  #TopMenu ul.nav_content {
    margin: 0;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    background: url("../images/bg_blue.jpg");
    z-index: 1000;
    border-top: none;
  }
  #TopMenu ul li {
    border-right: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
    padding: 1vw;
    width: 20%;
    box-sizing: border-box;
    text-align: center;
    font-size: 15px;
  }
  /*#TopMenu ul li:nth-child(odd){ background: #6E5688;}
#TopMenu ul li:nth-child(even){ background: #9A75A0;}*/
  #TopMenu ul li a {
    width: 100%;
    margin: 0 auto;
    font-size: 1rem;
    border-right: none;
    height: auto;
    line-height: 1.4;
    letter-spacing: 0.2rem;
    font-family: DFT_KN5;
  }
}

/* ------------------ 右方黏人精 ------------------ */
/* -- sidemanu for pc -- */
.side-menu2 {
  position: fixed;
  width: 150px;
  top: 10%;
  right: 1%;
  padding: 10px;
  border-radius: 2px;
  border: 1px solid #fff;
  box-sizing: border-box;
  /*box-shadow: 0 10px rgba(255, 255, 255, 0.8);*/
  background: url("../images/bg_B.jpg");
  opacity: 0.95;
  display: flex;
  flex-direction: column;
  transform: translateX(0);
  transition: 0.3s;
  text-align: center;
  z-index: 99;
  font-size: 15px;
  overflow: hidden;
}
.side-menu2 label {
  position: fixed;
  width: 130px;
  height: 150px;
  background: #3752a3;
  opacity: 0.95;
  color: #ffffff;
  right: -40px;
  top: 0%;
  line-height: 28px;
  text-align: center;
  font-size: 24px;
  border-radius: 0 2px 2px 0;
  padding: 18px 8px 10px 8px;
  font-weight: 500;
}
#side-menu-switch2 {
  position: absolute;
  opacity: 0;
  z-index: -1;
}
#side-menu-switch2:checked + .side-menu {
  transform: translateX(0);
}
.side-menu2 nav a {
  font-family: SweiHalfMoonCJKtc-Black;
  font-weight: normal;
  display: block;
  padding: 10px 4px;
  color: #ffffff;
  text-decoration: none;
  position: relative;
  font-size: 16px;
}
.side-menu2 nav p.name_menu {
  padding: 10px 0;
  font-size: 1.5em;
  line-height: 1em;
  border-bottom: 3px solid;
  border-color: #04414b;
  color: #df6616;
  font-weight: bold;
}
.side-menu2 nav ul.area1 {
  margin-bottom: 150px;
}
.side-menu2 nav ul.area1 li {
  width: 50%;
  float: left;
  border-bottom: 1px dotted #ffffff;
}
.side-menu2 nav ul.area1 li:nth-child(even) {
  border-right: 1px dotted #ffffff;
}
.side-menu2 nav ul.area2 li {
  border-bottom: 1px dotted #e0af99;
}
.side-menu2 nav ul.area1 li:nth-last-child(1),
nav ul.area1 li:nth-last-child(2),
nav ul.area2 li:nth-last-child(1) {
  border-bottom: none;
}
@media screen and (max-width: 640px) {
  .side-menu2 {
    display: none;
  }
}

/*Plugin*/
.side-menu2 .nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.side-menu2 .nav-pills > li.active > a,
.side-menu2 .nav-pills > li.active > a:focus,
.side-menu2 .nav-pills > li.active > a:hover,
.nav-pills > li > a:hover {
  font-family: SweiHalfMoonCJKtc-Black;
  color: #ffeb3b;
  background: url("../images/bg_P.jpg");
}

.side-menu2 .nav-pills > li > a {
  border-radius: 0px;
}
.side-menu2 .nav > li > a {
  position: relative;
  display: block;
}

/*------------------------------ navbar ------------------------------ */

/*for mobile*/
menu {
  display: none;
}
@media screen and (max-width: 428px) {
  menu {
    display: block;
  }
  .deco_arrows {
    width: 1vw;
  }
}
menu ul {
  position: relative;
  /*bottom:0;*/
  top: 0;
  left: 0;
  margin: 0;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  background: url("../images/bg_P.jpg") top center repeat, #b0c1ff;
  z-index: 1000;
  padding: 0 0 0 0;
  justify-content: center;
}

menu ul li:nth-child(even) {
  background: url("../images/bg_BR.jpg");
}
menu ul li {
  border-right: 1px solid #ffffff60;
  border-bottom: 1px solid #ffffff60;
  padding: 8px 0;
  width: 20%;
  line-height: 1.2rem;
  box-sizing: border-box;
  text-align: center;
  letter-spacing: 1px;
}

menu ul li:nth-child(6),
menu ul li:nth-child(7),
menu ul li:nth-child(8),
menu ul li:nth-child(9) {
  width: 25%;
}

menu a {
  font-size: 15px;
  color: #fff !important;
  text-decoration: none;
  /* font-family: 'Noto Serif TC', serif, "微軟正黑體","Microsoft JhengHei",Helvetica,Verdana, Arial, sans-serif; */
  /*-webkit-text-stroke: 1px #7844d0;*/
}

@media screen and (max-width: 428px) {
  .stickym {
    padding-top: 0px !important;
  }
}
.stickym {
  position: fixed;
  top: 0;
  width: 100%;
  padding-top: 78px;
  z-index: 1111;
}

/*--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 {
  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: 50% 20%;
}
#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 {
  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: 20px;
  background-position: 50% 30%;
}
#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;
  }
}
