@charset "UTF-8";
body,
div,
span,
h1,
p,
a,
img,
dl,
dt,
dd {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: none !important;
  background: transparent;
}

html,
body {
  width: 100%;
  height: 100%;
  position: relative;
  padding-right: 0 !important;
  font-family: "Noto Sans TC", "微軟正黑體", Arial, Helvetica, sans-serif;
}
.headerevent {
  text-align: center;
  position: relative;
  background-color: #fff;
}

.header_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.header_nav-img img {
  height: 40px;
  width: auto;
}

@media screen and (max-width: 991.98px) {
  .header_nav-img img {
    height: 30px;
  }
}

.header_nav-text {
  position: relative;
  font-size: 0.6rem;
  padding-bottom: 6px;
  color: #a9a9a9;
  display: block;
  cursor: pointer;
}

.header_nav-text > span {
  padding: 0 10px;
  line-height: 1;
}

.header_nav-text:not(:last-child) span {
  border-right: 1px solid #a9a9a9;
}

.header_nav-text:hover {
  text-decoration: none;
  color: #555;
}

.header_nav-text:hover .drop {
  display: block;
  pointer-events: auto;
}

.header_nav-text.text-only {
  cursor: auto;
}

.header_nav-text.text-only:hover {
  color: #a9a9a9;
}

.header_nav-text.text-only span {
  border-right: none;
  padding-right: 5px;
}

.header_nav .media-share {
  width: 16px;
  height: auto;
  display: inline-block;
  opacity: 0.5;
  margin-right: 6px;
  vertical-align: -2px;
}

@media screen and (max-width: 767.98px) {
  .header_nav .media-share {
    width: 22px;
  }
}

.header_nav .drop {
  position: absolute;
  z-index: 80;
  right: 0;
  top: 16px;
  width: 150px;
  padding: 5px;
  height: auto;
  background-color: #fff;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
          box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  border-radius: 3px;
  display: none;
}

.header_nav .drop a {
  display: block;
}

.header_nav .share {
  width: 130px;
  top: 21px;
}

@media screen and (max-width: 767.98px) {
  .header_nav .share {
    top: 26px;
  }
}

.header_nav .share .list-group-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5px;
}

.header_nav .share .list-group-item img {
  width: 35px;
  margin-right: 10px;
}

.header_nav .share .line img,
.header_nav .share .fb img {
  padding: 4px;
  background-color: #00c603;
  border-radius: 5px;
}

.header_nav .share .fb img {
  background-color: #335a9d;
}
.logo_mb {
  display: none;
}

.logo_mb img {
  height: 25px;
}

.social a {
  display: inline-block;
  padding: 0 1px 4px;
}

.social a img {
  width: 25px;
}

@media screen and (max-width: 1050px) {
  .header_nav {
    text-align: center;
    padding-top: 8px;
    padding-bottom: 5px;
  }
  .header_nav a:not(.logo_mb),
  .header_nav .header_nav-text {
    display: none;
  }
  .header_nav .logo_mb {
    display: block;
  }
}



.modal-open {
  overflow: initial !important;
}

a:focus,
button:active,
button:focus,
area:active,
area:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: 0;
}

img {
  max-width: 100%;
}

a {
  display: block;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul {
  margin-bottom: 0;
  padding: 0;
  list-style: none;
}

@media screen and (max-width: 768.98px) {
 
  #header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
  }
}

header {
  background-color: #dc0001;
  position: relative;
  padding: 10px 0;
  overflow: hidden;
}

header > .container {
  max-width: 1140px;
  padding: 0;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 1199.98px) {
  header > .container {
    max-width: 960px;
  }
}

@media screen and (max-width: 991.98px) {
  header > .container {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

header .header__logo {
  display: block;
  max-width: 168px;
  margin-right: 12px;
}

header .header__shoplist,
header .header__memberlist {
  line-height: 12px;
}

@media screen and (max-width: 991.98px) {
  header .header__shoplist,
  header .header__memberlist {
    display: none;
  }
}

header .header__shoplist li,
header .header__memberlist li {
  display: inline-block;
  line-height: 1.1;
}

header .header__shoplist a,
header .header__memberlist a {
  color: #fff;
  font-size: 12px;
  font-weight: 300;
}

header .header__shoplist li {
  padding: 0 10px;
  border-left: 1px solid #fff;
}

header .header__shoplist li:last-child {
  border-right: 1px solid #fff;
}

header .header__memberlist li {
  padding: 0 3px;
}

.footer {
  display: block;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  background-color: #5a5a5a;
}

.bank-slogan {
  padding: 15px 10px;
  color: #fff;
  background-color: #343434;
}

.bank-slogan__title {
  display: inline-block;
  padding: 5px 20px;
  font-size: 1.25rem;
  font-weight: 300;
  border: 1px solid #fff;
}

.bank-slogan__text {
  margin-bottom: 0;
  font-weight: 300;
  font-size: 14px;
  letter-spacing: 1px;
}

.pchome-slogan {
  padding: 15px 10px 15px;
  font-size: 16px;
  line-height: 1.75;
  color: #fff;
  background-color: #000;
}

.footer__icon-list {
  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;
  padding: 0;
  margin-bottom: 15px;
}

.footer__icon-list li {
  display: inline-block;
  margin-bottom: 5px;
  padding: 0 3px;
}

.footer__icon-list img {
  width: 40px;
}

.pchome-slogan__text {
  font-size: 14px;
}

@media screen and (max-width: 575.98px) {
  .pchome-slogan__text {
    font-size: 12px;
  }
  .pchome-slogan__text span {
    display: block;
  }
  .pchome-slogan__text br {
    display: none;
  }
}

.right__box {
  position: fixed;
  top: auto;
  left: auto;
  right: 5px;
  bottom: 20px;
  z-index: 30;
  display: none;
}

.gotop {
  width: 42px;
  height: 42px;
  padding: 7px 6px 3px;
  overflow: hidden;
  background-color: #a6a6a6;
  border-radius: 50%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}

.gotop img {
  width: 100%;
}

body {
  overflow-x: hidden;
}

@media screen and (max-width: 768.98px) {
 
  .pc {
    display: none;
  }
}

.mb {
  display: none;
}

@media screen and (max-width: 768.98px) {
  .mb {
    display: block;
  }
}

.mask {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99;
  background-color: #fff;
}

@media screen and (max-width: 768.98px) {
  .wrap {
    padding-top: 0px;
  }
}

.top-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 1140px;
  margin: 0 auto;
  padding: 15px;
  background-color: #fff;
}

@media screen and (max-width: 1199.98px) {
 
  .top-section {
    max-width: 960px;
  }
}

.top-section__left {
  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;
}

.top-section__left .apple-title {
  margin: 0 25px 0 0;
  font-size: 1.8rem;
  font-weight: 400;
  letter-spacing: 1px;
}

@media screen and (max-width: 768.98px) {
  .top-section__left .apple-title {
    margin-right: 0;
    font-size: 1.3rem;
    font-weight: 500;
  }
}

.top-section__left .apple-logo {
  width: 150px;
  max-width: 150px;
}

@media screen and (max-width: 768.98px) {
  .top-section__left .apple-logo {
    display: none;
  }
}

.top-section__slider {
  max-width: 375px;
}

@media screen and (max-width: 768.98px) {
  .top-section__slider {
    position: fixed;
    top: auto;
    left: 0;
    right: auto;
    bottom: 0;
    z-index: 50;
    width: 100%;
    max-width: 768px;
    background-color: #fff;
  }
  .top-section__slider img {
    width: 100%;
  }
}

.top-section__btn {
  width: 42px;
  height: 32px;
  padding: 6px;
  display: none;
}

@media screen and (max-width: 768.98px) {
  .top-section__btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .top-section__btn:focus {
    border: 2px solid blue;
  }
}

.top-section__btn span {
  width: 100%;
  height: 2px;
  display: block;
  background-color: #343434;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.top-section__btn.is-opened span:first-child {
  -webkit-transform: translateY(9px) rotate(45deg);
          transform: translateY(9px) rotate(45deg);
}

.top-section__btn.is-opened span:nth-child(2) {
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
}

.top-section__btn.is-opened span:last-child {
  -webkit-transform: translateY(-9px) rotate(-45deg);
          transform: translateY(-9px) rotate(-45deg);
}

.top-section:after {
  width: 42px;
  height: 32px;
  content: "";
  display: none;
}

@media screen and (max-width: 768.98px) {
  .top-section:after {
    display: block;
  }
}

.nav {
  padding: 0px 15px;
  background-color: #343434;
}

.nav__tabs {
  margin: 0 auto;
  list-style: none;
}

.nav__tab {
  display: inline-block;
  position: relative;
  z-index: 10;
}

.nav__tab:hover > a {
  color: #fff;
}

@media screen and (max-width: 768.98px) {
  .nav__tab:hover > a {
    color: #000;
  }
}

.nav__tab:hover > .nav__pane {
  display: block;
}

@media screen and (max-width: 768.98px) {
  .nav__tab:hover > .nav__pane {
    display: none;
    -webkit-animation: none;
            animation: none;
  }
}

.nav__tab > a {
  padding: 10px 20px;
  color: #a6a6a6;
  font-weight: 300;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}

@media screen and (max-width: 991.98px) {
  .nav__tab > a {
    padding: 10px 12px;
  }
}

.nav__tab:not(:first-child):hover:before {
  border-width: 0 7.5px 7px 7.5px;
}

.nav__tab:not(:first-child):before {
  width: 0;
  height: 0;
  position: absolute;
  top: auto;
  left: 50%;
  right: auto;
  bottom: 0;
  z-index: 12;
  content: "";
  display: block;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
  -webkit-transition: border-width 0.3s;
  transition: border-width 0.3s;
  border-width: 0;
  border-style: solid;
  border-color: transparent transparent #f3f3f3 transparent;
}

@media screen and (max-width: 768.98px) {
  .nav__tab:not(:first-child):before {
    display: none;
  }
}

.nav__tab:nth-child(n + 6) .nav__pane {
  left: auto;
  right: -100px;
}

.nav__tab.now > a {
  color: gray;
}

.nav__pane {
  position: absolute;
  top: 44px;
  left: -100px;
  right: auto;
  bottom: auto;
  z-index: 8;
  display: none;
  padding: 20px 10px;
  background-color: #f3f3f3;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
}

.nav__pane [class^="col"] {
  width: 265px;
  min-width: 265px;
}

@media screen and (max-width: 1300px) {
  .nav__pane .col:not(:first-child) {
    display: none;
  }
}

@media screen and (max-width: 991.98px) {
  .nav__pane {
    padding: 15px 0;
  }
}

.nav__pane--list .more a {
  font-weight: 700;
}

.nav__pane--list a {
  padding: 12px 15px;
  color: #343434;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

@media screen and (max-width: 991.98px) {
  .nav__pane--list a {
    padding: 10px 8px;
  }
}

.nav__pane--list a:hover {
  background-color: rgba(205, 205, 205, 0.5);
}

.nav__pane--list .new {
  margin-left: 10px;
  color: #ff0700;
}

.nav__pane--ad {
  color: #343434;
  text-align: center;
}

.nav__pane--ad:hover {
  color: inherit;
}

.nav__pane--name {
  margin-top: 8px;
}

.nav__pane--price {
  color: #cb0000;
  font-size: 1.5rem;
}

@media screen and (max-width: 768.98px) {
  .top-section {
    z-index: 50;
    padding: 10px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    border-bottom: 1px solid #cdcdcd;
  }
  .top-section.fixed {
    width: 100%;
    position: fixed;
    top: 0;
  }
  .nav {
    position: fixed;
    top: 95px;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 80;
    height: calc(100vh - 95px);
    padding: 0;
    -webkit-overflow-scrolling: touch;
    overflow-y: scroll;
    background-color: white;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  .nav.show {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
  .nav__tabs {
    width: 100%;
    position: relative;
    height: auto;
    min-height: 100vh;
  }
  .nav__tabs:after {
    content: "";
    display: block;
    position: relative;
    width: 100%;
    height: 120px;
    background-color: transparent;
  }
  .nav__tab {
    display: block;
    padding: 0;
  }
  .nav__tab:last-child .nav__pane--list {
    padding-bottom: 30px;
  }
  .nav__tab > a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 12px 20px;
    color: #000;
    font-size: 1.25rem;
    border-bottom: 1px solid #cdcdcd;
  }
  .nav__tab > a:hover {
    color: inherit;
  }
  .nav__tab:not(:first-child) > a::after {
    width: 12px;
    height: 12px;
    content: "";
    display: block;
    border-style: solid;
    border-color: #000;
    border-width: 1px 1px 0 0;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  .nav__tab.tab-active > a::after {
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
  }
  .nav__pane {
    position: static;
    display: none;
    padding: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    overflow: hidden;
  }
  .nav__pane .col {
    padding: 0;
  }
  .nav__pane--list {
    padding-bottom: 20px;
  }
  .nav__pane--list a {
    padding: 12px 20px;
    font-weight: 300;
  }
}

.headline {
  display: block;
  width: 100%;
  height: 1px;
  margin: 0 auto;
  background-color: #cccccc;
}

.main {
  display: block;
  width: 1140px;
  margin: 0 auto;
  padding-bottom: 10px;
}

.main .container {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 21px;
}

.main [class^="col"] {
 
  margin-bottom: 12px;
  padding: 0 6px;
}
#PCshow {
  display:block;
  width: 1140px;
  margin: 0 auto;
 
 } 



#Mobileshow {
  display:none;
  margin: 0 auto;
 }

 #PCgoback {
  display:block;
  width: 1140px;
  margin: 0 auto;
  
 } 

 
 #PCgoback img{
  display:block;
  width: 450px;
  margin: 0 auto;
  
 } 

 #Mobilegoback {
  display:none;
  margin: 0 auto;
 }

@media screen and (max-width: 1140px) {
  .main {
    display: block;
    width: 100%;
    margin: 0 auto;
    padding-bottom: 10px;

  }

  #PCshow {
    display:none;
    margin: 0 auto;
   } 

   #Mobileshow {
    display:block;
    width:100%;    
    margin: 0 auto;
  
   }

   #PCgoback {
    display:none;
    margin: 0 auto;
   } 

   #Mobilegoback{
    display:block;
    width:100%;    
    margin: 0 auto;
  
   }

   .footer {
  
    width:100%;

  }

  
}


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


  #Mobileshow {
    display:block;
    width:100%;  
    margin: 0 auto;
   }
   #Mobilegoback {
    display:block;
    width:100%;  
    margin: 0 auto;
   }
  
}



.banner {
  
  margin-bottom: 30px;
}

@media screen and (max-width: 768.98px) {
  .banner {
    margin-bottom: 15px;
  }
}

.banner .swiper-container img {
  width: 1140px;
  
}

.banner .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  display: inline-block;
  border-radius: 100%;
  background: #fff;
  border: 1px solid #a6a6a6;
  opacity: 1;
}

.banner .swiper-pagination-bullet:focus {
  outline: none;
}

@media screen and (max-width: 768.98px) {
  .banner .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
  }
}

.banner .swiper-pagination-bullet-active {
  background-color: #cb0000;
}

.banner .swiper-button-next,
.banner .swiper-button-prev {
  width: 60px;
  height: 60px;
  margin-top: -50px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}

@media screen and (max-width: 768.98px) {
  .banner .swiper-button-next,
  .banner .swiper-button-prev {
    display: none;
  }
}

.banner .swiper-button-next:focus,
.banner .swiper-button-prev:focus {
  outline: none;
}

.banner .swiper-button-next {
  background-image: url("../img/arrow_right.svg");
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.banner .swiper-button-next:not(.swiper-button-disabled):hover {
  -webkit-transform: translateX(10px);
          transform: translateX(10px);
}

.banner .swiper-button-prev {
  background-image: url("../img/arrow_left.svg");
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.banner .swiper-button-prev:not(.swiper-button-disabled):hover {
  -webkit-transform: translateX(-10px);
          transform: translateX(-10px);
}

.bn-list {
  margin-bottom: 18px;
}

.bn-list a {
  overflow: hidden;
  text-align: center;
}

.bn-list a img {
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}

.bn-list a:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: 1.5s cubic-bezier(0, 0.65, 0, 1);
  transition: 1.5s cubic-bezier(0, 0.65, 0, 1);
}



@media screen and (max-width: 575.98px) {
  .main {
    display: block;
    width: 100%;
    margin: 0 auto;
    padding-bottom: 10px;
  }
  
}






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

   .apple-music {
    margin-bottom: 15px;
  }
}

.charge {
  max-width: 1750px;
  margin: 0 auto;
}

.charge img {
  width: 100%;
}

.music-remind {
  padding: 20px 15px;
  background-color: #a6a6a6;
}

.music-remind__text {
  max-width: 950px;
  margin: 0 auto;
  color: #5a5a5a;
}

.music-remind p {
  margin-bottom: 8px;
}

.music-remind ul {
  margin-bottom: 0;
  padding: 0 0 0 20px;
  list-style: decimal;
}

.music-remind ul li {
  margin-bottom: 8px;
  line-height: 1.75;
}

.music-remind ul a {
  display: inline-block;
  color: #6283de;
}
/*# sourceMappingURL=all_0623.css.map */