@charset "UTF-8";
@import "https://fonts.googleapis.com/css2?family=Noto+Serif+TC:wght@600&display=swap";
:root {
  --border-width: 1px;
  --border-radius: 0.7rem;
  --animate-delay: 0.3s !important;
}

body {
  width: 100%;
  position: relative;
  padding: 0;
  background: #fdf7f1;
}

a {
  text-decoration: none;
}

li {
  list-style: none;
}

.beefGrid,
section,
.bannerBox {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: center;
      align-items: center;
  position: relative;
  -webkit-filter: drop-shadow(drop-shadow(5px 5px 5px rgba(27, 16, 3, 0.5)));
          filter: drop-shadow(drop-shadow(5px 5px 5px rgba(27, 16, 3, 0.5)));
}

.swiper {
  width: 100%;
}

aside {
  display: none;
}

#app {
  margin-top: 87px;
}

.banner {
  width: 100%;
  position: relative;
  background: url(https://events.cdn-tkec.tw/events_net/events_net/springshopping/imagesT/banner/BG_M.jpg);
  background-size: 100%;
  background-position: top 7% center;
  background-repeat: no-repeat;
}
.banner .bannerBtn {
  width: 20%;
  position: absolute;
  right: 4%;
  bottom: 34%;
  -webkit-animation: jump-ball-down 1s infinite 3s;
          animation: jump-ball-down 1s infinite 3s;
}
.banner .bannerWrapper {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}

@-webkit-keyframes jump-ball-down {
  0% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
  70% {
    -webkit-transform: translateY(16%);
    transform: translateY(16%);
  }
  80% {
    -webkit-transform: translateY(-10%);
    transform: translateY(-10%);
  }
  90% {
    -webkit-transform: translateY(13%);
    transform: translateY(13%);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes jump-ball-down {
  0% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
  70% {
    -webkit-transform: translateY(16%);
    transform: translateY(16%);
  }
  80% {
    -webkit-transform: translateY(-10%);
    transform: translateY(-10%);
  }
  90% {
    -webkit-transform: translateY(13%);
    transform: translateY(13%);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.mainTitle {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  width: 91%;
  margin: 15% auto 0 4%;
}
.mainTitle .promote_btn {
  position: absolute;
  width: 43%;
  margin: -26% auto auto 49%;
  -webkit-filter: brightness(1);
          filter: brightness(1);
}
.mainTitle .promote_btn.active {
  -webkit-filter: brightness(0.5);
          filter: brightness(0.5);
}
.mainTitle .promote_btn:hover {
  -webkit-filter: brightness(0.8);
          filter: brightness(0.8);
}

.subtitle {
  width: 53%;
  margin: auto;
}

.dron {
  width: 22%;
  position: absolute;
  top: 6%;
  left: 30%;
}

.btnBox {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  margin: 2% auto;
  overflow: hidden;
}
.btnBox .dailySaleBtn,
.btnBox .bankBtn {
  width: 43%;
  margin: 2% 0;
  -webkit-filter: brightness(0.7);
          filter: brightness(0.7);
}
.btnBox .active {
  -webkit-filter: brightness(1);
          filter: brightness(1);
}
.btnBox .link {
  width: 40%;
}
.btnBox .dailySaleBtn-1 {
  width: 38.5% !important;
}

.parallax {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  pointer-events: none;
  z-index: 0;
}

.key-visual {
  position: relative;
  z-index: 2;
}
.key-visual section {
  width: 100%;
  margin-bottom: 0;
}
.key-visual .bannerEvent {
  width: 40%;
  margin: auto;
}

.bg {
  display: block;
  width: 100%;
  position: absolute;
  z-index: -1;
}
.bg .bgWrapper {
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 100%;
  -ms-flex-direction: column;
      flex-direction: column;
}
.bg img {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  margin: 0;
  padding: 0;
}

#sp {
  width: 100%;
  margin: 7% auto auto;
}
#sp .title {
  margin-top: 0;
  margin-bottom: 2%;
}
#sp .spBnBox {
  width: 100%;
  position: relative;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin: auto;
}
#sp .spBnBox .bn {
  width: 48%;
  margin: auto;
}
#sp .spBtnBox {
  position: relative;
  margin: auto;
  width: 100%;
  -ms-flex-pack: center;
      justify-content: center;
}
#sp .spBtnBox .spBtn {
  width: 70%;
  margin: 1%;
}
#sp .spBtnBox .spBtn2 {
  width: 52%;
}

#gift {
  margin-top: 3%;
  padding-bottom: 3%;
}
#gift .title {
  margin-bottom: 2%;
}
#gift .bn,
#gift .bn2 {
  width: 100%;
  margin: auto;
}
#gift #floorBox1 {
  margin-top: 7%;
  box-sizing: border-box;
  border-width: 4px;
  border-style: solid;
  border-color: transparent;
  border-image-source: linear-gradient(to bottom, #ffe6a4, white);
  border-image-slice: 1;
}
#gift .btn2 {
  width: 52%;
}

.btn {
  width: 30%;
  margin: 2%;
}

.petBnBox {
  width: 100%;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.petBnBox .bn1 {
  width: 100%;
  margin-bottom: 2%;
}
.petBnBox .bn2 {
  width: 48%;
  margin: auto;
}

.swiper {
  position: relative;
  width: 100%;
  margin: 2% auto;
}

section .title {
  margin: 5% auto 0;
  width: 100%;
}

#outdoorSpring #floorBox1 {
  margin-top: 2%;
  background: #4cad4e;
}

.dailySaleBtns_swiper .swiper-slide,
.couponBtns_swiper .swiper-slide {
  -webkit-filter: brightness(0.5);
          filter: brightness(0.5);
}
.dailySaleBtns_swiper .swiper-slide.active,
.couponBtns_swiper .swiper-slide.active {
  -webkit-filter: brightness(1);
          filter: brightness(1);
}
.dailySaleBtns_swiper .swiper-slide:hover,
.couponBtns_swiper .swiper-slide:hover {
  -webkit-filter: brightness(0.8);
          filter: brightness(0.8);
}

.couponBtn {
  -webkit-filter: brightness(0.5);
          filter: brightness(0.5);
}
.couponBtn.active {
  -webkit-filter: brightness(1);
          filter: brightness(1);
  -webkit-transform: translateY(5px);
          transform: translateY(5px);
}

#couponBox {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
#couponBox .coupon_swiper {
  margin-top: 2%;
}
#couponBox .couponBtnBox {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#couponBox .couponBtn {
  width: 33%;
  margin: 2% auto;
}

#bank .title {
  max-width: 610px;
}
#bank .bankItem {
  width: 90%;
  margin: auto;
}
#bank .bankSwiper {
  margin-top: 7%;
}

.bankBtnBox {
  -ms-flex-direction: row;
      flex-direction: row;
  width: 100%;
  -ms-flex-pack: center;
      justify-content: center;
}
.bankBtnBox .bankBtn {
  width: 45%;
}

.jimmyControl {
  margin: 5% auto -15% auto !important;
}
.jimmyControl .btn {
  width: 30%;
  max-width: 229px;
  -webkit-filter: brightness(0.6);
          filter: brightness(0.6);
}
.jimmyControl .active {
  -webkit-filter: brightness(1);
          filter: brightness(1);
}

#kCoin,
#free {
  width: 100%;
}

.floorBN {
  width: 100%;
}

.popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  z-index: 1000;
}
.popup-overlay .btn {
  cursor: pointer;
}

.popup-content {
  position: relative;
  background: white;
  padding: 20px;
  border-radius: 5px;
  max-width: 90%;
  max-height: 90%;
  overflow: auto;
  text-align: center;
}

.popup-close {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 36px;
  cursor: pointer;
  line-height: 1;
}

.popup-confirm {
  margin-top: 15px;
  padding: 10px 20px;
  font-size: 16px;
  background-color: #fa7e58;
  color: white;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}

.popup-confirm:hover {
  background-color: #ff6a47;
}

.wrapper {
  width: 100%;
  position: relative;
  z-index: 13;
}
.wrapper > a[id^=pro] {
  display: block;
  width: 100%;
  position: relative;
  float: left;
}

img {
  width: 100%;
  display: block;
}

#TkecTop {
  position: relative;
  z-index: 99;
}

#gotop {
  display: none !important;
}

.rightbtn {
  display: none !important;
}

.holdup {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.holdup img {
  max-width: 100%;
  display: inline-block;
}

#productLink {
  position: fixed;
  top: 45px;
  width: 100%;
  background: #9308b1;
  box-shadow: 0 -2px 4px rgba(0, 0, 0, 0.1);
  z-index: 9;
}
#productLink .productLink-container {
  padding: 10px 15px;
}
#productLink .productLink-container.expanded .productLink-list-wrapper {
  height: auto;
  overflow-y: auto;
}
#productLink .productLink-container.expanded .productLink-list {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#productLink .productLink-container.expanded .productLink-list li {
  width: 40%;
  margin-right: 0;
  margin-bottom: 10px;
}
#productLink .productLink-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  position: absolute;
  right: 0;
  background: #9308b1;
}
#productLink .productLink-header .productLink-title {
  font-size: 16px;
  font-weight: bold;
}
#productLink .productLink-header .dropdown-arrow {
  cursor: pointer;
  width: 24px;
  height: 24px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}
#productLink .productLink-header .dropdown-arrow .arrow-down,
#productLink .productLink-header .dropdown-arrow .arrow-up {
  display: inline-block;
  width: 10px;
  height: 10px;
  border: solid white;
  border-width: 0 4px 4px 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
#productLink .productLink-header .dropdown-arrow .arrow-up {
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}
#productLink .productLink-list-wrapper {
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
  transition: height 0.3s ease;
}
#productLink .productLink-list {
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
  -ms-flex-pack: start;
      justify-content: flex-start;
}
#productLink .productLink-list li {
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  margin-right: 10px;
}
#productLink .productLink-list li a {
  display: inline-block;
  padding: 2px 4px;
  text-decoration: none;
  color: white;
  font-size: 16px;
  font-weight: bold;
  white-space: nowrap;
}
#productLink .productLink-list li a.active, #productLink .productLink-list li a:hover {
  color: #421d4b;
}
#productLink {
  /* 隱藏滾動條但保留滑動功能 */
}
#productLink .productLink-list-wrapper::-webkit-scrollbar {
  display: none;
}

.mobile-nav {
  display: block;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 99;
}
.mobile-nav .fixed-title .fixed-topic {
  font-weight: 700;
  font-size: 24px;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
}
.mobile-nav .hidden-category {
  position: absolute;
  bottom: calc(100% + 10px);
  width: 100%;
  bottom: 73%;
  z-index: 99;
}
.mobile-nav .hidden-category ol {
  background: #9308b1;
  border-radius: 12px;
}
.mobile-nav .hidden-category ol a {
  color: white;
}
.mobile-nav .hidden-category .hidden_L li {
  color: #804f21;
}
.mobile-nav .hidden-category .hidden_R li {
  color: #804f21;
}
.mobile-nav .hidden-category li a:before {
  content: "";
  position: absolute;
  width: 70%;
  height: 2px;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background: white;
}
.mobile-nav .hidden-category li:last-child a:before {
  background: none;
}
.mobile-nav .hidden-category ol li a {
  margin-top: 2%;
  text-align: center;
  border-radius: 5px;
  padding: 5px 0;
}
.mobile-nav .fixedStyle .hidden-category ol li {
  width: 100%;
}

.mobile-nav.prve {
  border-top: none;
}
.mobile-nav.prve .menuImg {
  width: 100%;
  z-index: 2;
  float: none;
}
.mobile-nav.prve .menuImg img {
  display: block;
  width: 100%;
}
.mobile-nav.prve .fixedStyle {
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.mobile-nav.prve .fixedStyle li {
  width: 33.3333333333%;
  position: relative;
  height: 100%;
  display: block;
}
.mobile-nav.prve .fixedStyle li a {
  display: table;
  width: 100%;
  height: 100%;
  font-weight: 700;
  font-size: 3.5vw;
}
.mobile-nav.prve .fixed-title {
  text-align: center;
  -ms-flex-align: center;
      align-items: center;
  display: block;
  width: 100%;
  height: 100%;
}

.bottomNAv {
  position: relative;
}

.fixedWidth {
  width: 100% !important;
  margin: auto !important;
  position: relative !important;
  text-align: center !important;
}

.beefsCom > div {
  position: relative;
}

.combined {
  position: relative;
  z-index: 0;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  padding-bottom: 5%;
}

.separate {
  position: relative;
  z-index: 0;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
}

.separate2 {
  position: relative;
  z-index: 0;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  padding-bottom: 30%;
}
.separate2 .bn {
  margin-bottom: 2%;
}
.separate2 .contentbanner_tone0424 {
  margin: auto;
  position: relative;
  background: none;
}
.separate2 .contentbanner_tone0424 .swiper-container {
  overflow: hidden;
}
.separate2 .btnBox {
  -ms-flex-pack: center;
      justify-content: center;
}

.hidden {
  display: none !important;
}

.contentbanner_tone0424 {
  padding: 1% !important;
}
.contentbanner_tone0424 .swiper-slide {
  width: 100% !important;
}

[id^=RTProd_ctl][id$=_Swiper_class] {
  width: 100%;
  overflow: hidden;
}

#Map {
  background: none;
}

.copyR {
  display: none;
}

.list_M .list_special .item_img img {
  margin: 0;
}
.list_M .list_special .box_price .icon_pro {
  width: calc(7vmin + 18px);
  height: 43px;
  position: absolute;
  z-index: 5;
  font-size: 16px;
  box-sizing: border-box;
  color: #ff2400;
  bottom: 18%;
  text-align: left;
  padding-left: 4px;
  background-size: 88%;
  font-weight: bold;
}

.fix_btn {
  display: none !important;
}

#gotop3 {
  position: fixed;
  right: -9px;
  bottom: 20%;
}

.pcSet {
  display: none !important;
}

.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.7);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  z-index: 9999; /* 確保在最上層 */
}

/* 彈跳視窗的主體 */
.modal-container {
  position: relative;
  background-color: #fff;
  border: 2px solid white;
  border-radius: 8px;
  width: calc(80% - 50px) !important;
  max-width: 700px;
  max-height: 90vh;
  overflow-y: auto;
}

/* 關閉按鈕 */
.modal-close-btn {
  position: sticky;
  width: 100%;
  bottom: 0;
  right: 0;
  padding: 4px;
  background: black;
  border: none;
  font-size: 24px;
  cursor: pointer;
  color: white;
}

.modalBG {
  width: 100%;
  height: 100%;
}

.boxWrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: center;
      justify-content: center;
}
.boxWrapper .box {
  position: relative;
  width: 47%;
}
.boxWrapper .box:last-of-type {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  padding-top: 54%;
}

.get-card-btn {
  width: 50%;
  margin: 149% auto 0;
}

.apple,
.googleplay {
  width: 80%;
  margin: 10px auto;
}

.mail-btn {
  position: absolute;
  width: 20%;
  bottom: 15%;
  right: 3%;
}

@media screen and (min-width: 769px) {
  section .title {
    margin-bottom: 0;
    width: 60%;
    max-width: 651px;
  }
  .copyR {
    display: block;
    position: relative;
    background: #9308b1;
    margin-top: 0;
    z-index: 6;
  }
  .fixedWidth {
    width: calc(80% - 50px) !important;
    max-width: 1140px !important;
  }
  .fixedWidth2 {
    width: 100%;
  }
  .pop:hover {
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
    transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s;
  }
  #app {
    margin-top: 45px;
  }
  .banner {
    padding-bottom: 1%;
    background: url(https://events.cdn-tkec.tw/events_net/events_net/springshopping/imagesT/banner/BG_PC.jpg);
    background-size: 100%;
    background-position: center top;
    background-repeat: no-repeat;
  }
  .banner .bannerBtn {
    width: 11%;
    right: 22%;
    bottom: 45%;
  }
  .mainTitle {
    width: 37%;
    margin: 5% auto auto;
  }
  .subtitle {
    width: 22%;
    margin-top: -1%;
  }
  .pd {
    width: 56%;
    max-width: 1055px;
    margin-top: -3%;
  }
  .dron {
    width: 10%;
    top: 10%;
    left: 69%;
  }
  #sp {
    margin: 0 auto;
  }
  #sp .spBnBox {
    width: 100%;
  }
  #sp .spBnBox .bn {
    width: 24%;
    margin: auto;
  }
  #sp .spBtnBox .spBtn {
    width: 40%;
  }
  #sp .spBtnBox .spBtn2 {
    width: 32%;
    margin: 1%;
  }
  .key-visual {
    width: 100%;
  }
  .key-visual .bannerEvent {
    width: 17%;
    margin: auto;
  }
  .bg {
    display: block;
    width: 100%;
    position: absolute;
    z-index: -1;
  }
  .bg .bgWrapper {
    display: -ms-flexbox;
    display: flex;
    position: relative;
    width: 100%;
    -ms-flex-direction: column;
        flex-direction: column;
  }
  .bg img {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    margin: 0;
    padding: 0;
  }
  .bnBox .bn {
    width: 48%;
  }
  #pet .btnBox .btn {
    width: 20%;
    margin: 3%;
  }
  .petBnBox {
    width: 83%;
  }
  .btn {
    width: 23%;
  }
  .dailyBtns_swiper,
  .couponBtns_swiper {
    max-width: 900px;
  }
  #top10 .btn {
    width: 24%;
  }
  .btnBox {
    margin: 0;
  }
  .btnBox .dailySaleBtn {
    width: 30%;
  }
  #bank .bankSwiper {
    margin-top: 3%;
  }
  .bankBtnBox .bankBtn {
    width: 30%;
    margin: 0 2%;
  }
  .bankItem .bankImg {
    width: 49.5%;
    margin: 0;
  }
  .bankItem .bank3_item {
    width: 32.5%;
  }
  .bank1BtnBox {
    margin: 0 auto 2%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: center;
        justify-content: center;
  }
  .bank1BtnBox .btn {
    width: 18%;
    margin: 2% 1%;
  }
  .bank1BtnBox .dailySalebtn {
    width: 48%;
  }
  .swiper {
    margin: 1% auto;
  }
  #couponBox .coupon_swiper {
    margin-top: 0;
  }
  #couponBox .couponBtn {
    width: 16.6666666667%;
  }
  .moSet {
    display: none !important;
  }
  .pcSet {
    display: block !important;
  }
  .mobile-nav {
    display: none;
  }
  .mobile-nav .hidden-category {
    display: none;
  }
  .hideMenu {
    position: absolute;
    width: 30%;
    padding: 5%;
    top: -9%;
    right: -20%;
    border-radius: 10% 0 0 10%;
    z-index: 9;
    -webkit-filter: drop-shadow(4px 4px 5px rgba(27, 16, 3, 0.5));
            filter: drop-shadow(4px 4px 5px rgba(27, 16, 3, 0.5));
    background: #9308b1 100%/100%;
  }
  .hideMenu .hideIcon {
    width: 0;
    height: 0;
    -webkit-filter: brightness(1);
            filter: brightness(1);
    border-style: solid;
    border-width: 10px 0 10px 15px;
    border-color: transparent transparent transparent white;
  }
  .hideMenu .hideIcon:hover {
    -webkit-filter: brightness(0.8);
            filter: brightness(0.8);
  }
  #left-nav2,
  #right-nav2 {
    width: 205px;
    position: fixed;
    top: 15%;
    right: 1%;
    z-index: 99;
    text-align: center;
    -ms-flex-pack: center;
        justify-content: center;
  }
  #left-nav2.animate__animated.animate__fadeIn,
  #right-nav2.animate__animated.animate__fadeIn {
    display: block;
  }
  #left-nav2.animate__animated.animate__fadeOut,
  #right-nav2.animate__animated.animate__fadeOut {
    display: none;
  }
  #left-nav2 .gotop1,
  #right-nav2 .gotop1 {
    position: absolute;
    top: -18px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: 10;
    width: 100%;
    -webkit-filter: drop-shadow(4px 4px 5px rgba(27, 16, 3, 0.5));
            filter: drop-shadow(4px 4px 5px rgba(27, 16, 3, 0.5));
  }
  #left-nav2 ol,
  #right-nav2 ol {
    background: #9308b1;
    border-radius: 0.7rem;
    border: none;
  }
  #left-nav2 ol .li-title,
  #left-nav2 ol li:first-child,
  #right-nav2 ol .li-title,
  #right-nav2 ol li:first-child {
    background: #700a86;
    position: relative;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    width: 100%;
    color: white;
    display: block;
    text-align: center;
    font-weight: 700;
    font-size: 18px;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
  }
  #left-nav2 ol .li-title a::before,
  #left-nav2 ol li:first-child a::before,
  #right-nav2 ol .li-title a::before,
  #right-nav2 ol li:first-child a::before {
    display: none;
  }
  #left-nav2 ol > li,
  #right-nav2 ol > li {
    display: block;
    padding: 0;
    transition: all 0.2s ease-in-out;
  }
  #left-nav2 ol > li a,
  #right-nav2 ol > li a {
    position: relative;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    width: 100%;
    color: white;
    display: block;
    padding: 7px 0;
    text-align: center;
    font-weight: 700;
    font-size: 18px;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
  }
  #left-nav2 ol > li a::before,
  #right-nav2 ol > li a::before {
    content: "";
    position: absolute;
    width: 90%;
    height: 2px;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background: #ffffff;
  }
  #left-nav2 ol > li a .plus,
  #right-nav2 ol > li a .plus {
    font-weight: 700;
  }
  #left-nav2 ol > li a img,
  #right-nav2 ol > li a img {
    float: left;
  }
  #left-nav2 ol > li:hover a,
  #right-nav2 ol > li:hover a {
    color: #421d4b;
  }
  #left-nav2 ol > li:first-child,
  #right-nav2 ol > li:first-child {
    border-radius: 0.7rem 0.7rem 0 0;
  }
  #left-nav2 ol > li:last-child,
  #right-nav2 ol > li:last-child {
    border-bottom: 0;
  }
  #left-nav2 ol > li:last-child a::before,
  #right-nav2 ol > li:last-child a::before {
    display: none;
  }
  #left-nav2 .nav-list,
  #right-nav2 .nav-list {
    transition: max-height 0.3s ease-in;
  }
  #left-nav2 .nav-list.collapsed,
  #right-nav2 .nav-list.collapsed {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out;
  }
  #left-nav2 .nav-list.active,
  #right-nav2 .nav-list.active {
    display: none;
  }
  #left-nav2 .nav-list > li:first-child ol,
  #right-nav2 .nav-list > li:first-child ol {
    margin: 0 -8%;
    padding: 0;
    -webkit-filter: drop-shadow(4px 4px 5px rgba(27, 16, 3, 0.5));
            filter: drop-shadow(4px 4px 5px rgba(27, 16, 3, 0.5));
    position: relative;
    z-index: 8;
  }
  #right-nav2 .hideMenu {
    top: -18%;
  }
  #left-nav2 {
    right: auto;
    left: 2%;
  }
  #left-nav2 .hideMenu {
    left: -30%;
    right: auto;
    border-radius: 0 10% 10% 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
        justify-content: flex-end;
  }
  #left-nav2 .hideMenu .hideIcon {
    border-width: 10px 15px 10px 0;
    border-color: transparent white transparent transparent;
  }
  #left-nav2 ol {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #left-nav2 ol li {
    -ms-flex: 100%;
        flex: 100%;
  }
  #left-nav2 ol .li-title {
    pointer-events: none;
    padding: 7px 0;
  }
  #left-nav2 ol .li-title a::before {
    display: none;
  }
  #left-nav2 ol .eventPage,
  #left-nav2 ol .pageAnchor {
    -ms-flex: 0 0 calc(50% - 5px);
        flex: 0 0 calc(50% - 5px);
    box-sizing: border-box;
  }
  #left-nav2 ol .eventPage:nth-child(2n) a::after {
    content: "";
    position: absolute;
    width: 2px;
    height: 100%;
    top: 0;
    right: 0;
    margin: auto;
    background: white;
  }
  #left-nav2 ol .eventPage:nth-child(20) a::before {
    display: none;
  }
  #left-nav2 ol .pageAnchor:nth-child(2n) a::after {
    content: "";
    position: absolute;
    width: 2px;
    height: 100%;
    top: 0;
    right: 0;
    margin: auto;
    background: white;
  }
  #left-nav2 ol .pageAnchor:nth-last-child(1) a::before {
    display: none;
  }
  #left-nav2 ol .pageAnchor.addNew:nth-last-child(2) a::before {
    display: -ms-flexbox;
    display: flex;
  }
  #left-nav2 ol .pageAnchor.addNew:nth-last-child(1) a::before {
    display: none;
  }
  #gotop2 {
    position: absolute;
    top: 98%;
    left: 36%;
  }
  #gotop2 a {
    display: block;
    text-align: center;
    font-weight: 700;
    padding: 0;
  }
  #gotop2 .circleBase {
    width: 61px;
    height: 61px;
    background: url(https://events.cdn-tkec.tw/events_net/events_net/springshopping/imagesT/goTop.png) center/100%;
    position: relative;
    -webkit-filter: drop-shadow(4px 4px 5px rgba(27, 16, 3, 0.5));
            filter: drop-shadow(4px 4px 5px rgba(27, 16, 3, 0.5));
  }
  .event_note {
    width: 90%;
  }
  .separate2 {
    padding-bottom: 0;
  }
}/*# sourceMappingURL=style_new.css.map */