@charset "UTF-8";
/* -------------------------------------------------------------
  Sass CSS3 Mixins! The Cross-Browser CSS3 Sass Library
  By: Matthieu Aussaguel, http://www.mynameismatthieu.com, @matthieu_tweets

  List of CSS3 Sass Mixins File to be @imported and @included as you need

  The purpose of this library is to facilitate the use of CSS3 on different browsers avoiding HARD TO READ and NEVER
  ENDING css files

  note: All CSS3 Properties are being supported by Safari 5
  more info: http://www.findmebyip.com/litmus/#css3-properties

------------------------------------------------------------- */
/*YT 0801*/
.video-slider {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  position: relative;
}

.videos {
  display: flex;
  overflow: hidden;
  width: 560px;
  height: 315px;
  position: relative;
}

.video-item {
  min-width: 100%;
  transition: transform 0.3s ease;
  flex-shrink: 0;
  display: none;
}

.video-item.active {
  display: block;
}

.arrow {
  cursor: pointer;
  font-size: 32px;
  color: #000;
  user-select: none;
}

.post-iframe {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 0;
  height: 0;
  margin: 0;
  overflow: hidden;
}

.post-iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media only screen and (max-device-width: 800px), only screen and (device-width: 1024px) and (device-height: 600px), only screen and (width: 1280px) and (orientation: landscape), only screen and (device-width: 800px), only screen and (max-width: 767px) {
  .post-iframe {
    padding-top: 0;
  }
}
.modal--video .modal_overlay {
  background-color: rgba(0, 0, 0, 0.7);
}
.modal--video .modal_inner {
  background-color: transparent;
  max-height: initial;
}
.modal--video .modal_cnt {
  max-height: initial;
}

@media print, screen and (min-width: 64em) {
  .modal--video .modal_cnt {
    padding: 0;
  }
}
@media screen and (max-height: 800px) and (min-width: 751px) and (orientation: landscape) {
  .modal--video .modal_inner {
    max-width: 100vh;
  }
}
@media screen and (max-height: 800px) and (max-width: 750px) and (orientation: landscape) {
  .modal--video .modal_inner {
    max-width: 100vh;
  }
}
.soundBox-sale {
  color: #fff;
  background-image: url(https://www.homeplus.net.tw/cable/images/manual_upload/soundbox-disney/images/soundBox-bg.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center top;
  background-color: #03357c;
  cursor: default;
}
.soundBox-sale small{ color: inherit;}
.soundBox-sale *, .soundBox-sale ::after, .soundBox-sale ::before {
  box-sizing: border-box;
}
.soundBox-sale .lg-view {
  display: block;
}
.soundBox-sale .sm-view {
  display: none;
}
.soundBox-sale .soundBox-section {
  position: relative;
  z-index: 0;
  color: #fff;
  padding: 0 20px;
}
.soundBox-sale .soundBox-section .section-anchor {
  position: absolute;
  top: -96px;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.soundBox-sale .soundBox-section .section-content {
  margin: 0 auto;
  max-width: 1200px;
}
.soundBox-sale .soundBox-section .heading {
  font-size: 50px;
  line-height: 65px;
  font-weight: 700;
  text-align: center;
  color: #fff;
}
.soundBox-sale .soundBox-section .sub-heading {
  font-size: 36px;
  line-height: 48px;
  font-weight: 700;
  text-align: center;
  color: #80feff;
}
.soundBox-sale .soundBox-section .highlight {
  color: #129a92;
}
.soundBox-sale .soundBox-section .btn.sty--primary {
  color: #fff;
  border-color: #333;
  background-color: #333;
  align-content: center;
}
.soundBox-sale .soundBox-section .btn.sty--primary.phone{
  display: none;
}
.soundBox-sale .soundBox-section .btn.sty--primary.store{
  display: block;
}
.soundBox-sale .soundBox-section .btn.sty--primary:active {
  background: #333;
  filter: brightness(1.2);
}
.soundBox-sale .soundBox-section .btn.sty--primary .be-icon.be-icon-messages:before,
.soundBox-sale .soundBox-section .btn.sty--primary .be-icon.be-icon-phone:before{
font-size: 1.1rem;
}
@media (hover: hover) {
  .soundBox-sale .soundBox-section .btn.sty--primary:hover {
    background: #333;
    filter: brightness(1.2);
  }
}
.soundBox-sale .soundBox-section img {
  display: block;
  width: 100%;
  max-width: 100%;
}
.soundBox-sale .table-outter {
  width: 100%;
  overflow: auto;
}
.soundBox-sale .table-outter::-webkit-scrollbar-thumb {
  background-color: #333 !important;
  border-radius: 0px;
  outline: 1px solid #333;
}
.soundBox-sale .table-outter::-webkit-scrollbar {
  height: 8px;
  -webkit-appearance: none;
}
.soundBox-sale .table-outter::-webkit-scrollbar-track {
  box-shadow: inset 0 0 2px rgba(128, 128, 128, 0.4);
  -webkit-box-shadow: inset 0 0 2px rgba(128, 128, 128, 0.4);
}
.soundBox-sale .table-outter::-webkit-scrollbar:hover {
  height: 12px;
}
.soundBox-sale .soundBox-sticky {
  position: fixed;
  bottom: 120px;
  right: calc(50% - 1440px / 2 + 30px);
  z-index: 10;
}
.soundBox-sale .soundBox-sticky.change-bottom {
  position: absolute;
  bottom: 20px;
}
.soundBox-sale .soundBox-sticky .btn {
  width: 100px;
  min-width: 100px;
  min-height: 40px;
  height: 40px;
  border-radius: 40px;
  text-align: center;
  background-color: rgba(24, 28, 50, 0.9);
  border-color: rgba(45, 53, 102, 0.9);
  color: #fff;
  font-size: 18px;
  line-height: 40px;
  font-weight: 400;
  padding: 0;
}
.soundBox-sale .soundBox-sticky .btn:active {
  background-color: rgba(24, 28, 50, 0.9);
  filter: brightness(1.2);
}
@media (hover: hover) {
  .soundBox-sale .soundBox-sticky .btn:hover {
    background-color: rgba(24, 28, 50, 0.9);
    filter: brightness(1.2);
  }
}
.soundBox-sale .soundBox-kv {
  position: relative;
  overflow: hidden;
  z-index: 0;
  padding: 0;
}
.soundBox-sale .soundBox-kv .title {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 0;
  z-index: -1;
}
.soundBox-sale .soundBox-kv .layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.soundBox-sale .soundBox-kv .layer-bg {
  animation-delay: .2s;
}
.soundBox-sale .soundBox-kv .layer-top {
  animation-delay: .8s;
}
.soundBox-sale .soundBox-kv .layer-slogan {
  animation-delay: .4s;
}
.soundBox-sale .soundBox-kv .layer-sub {
  animation-delay: .6s;
}
.soundBox-sale .soundBox-kv .layer-bottom {
  animation-delay: .7s;
}
.soundBox-sale .soundBox-kv .layer-main {
  animation-delay: .8s;
}
.soundBox-sale .soundBox-kv .action {
  position: absolute;
  bottom: 70px;
  left: 0;
  width: 100%;
  text-align: center;
}
.soundBox-sale .soundBox-kv .video-box {
  margin: 0 auto;
  width: 206px;
}
.soundBox-sale .soundBox-kv .btn.sty--primary {
  color: #000c40;
  border-color: #fff;
  background-color: #fff;
  margin: 0 auto;
  width: 206px;
  min-width: 206px;
  font-size: 18px;
}
.soundBox-sale .soundBox-kv .btn.sty--primary:active {
  color: #000c40;
  background: #fff;
  filter: brightness(1.2);
}
@media (hover: hover) {
  .soundBox-sale .soundBox-kv .btn.sty--primary:hover {
    color: #000c40;
    background: #fff;
    filter: brightness(1.2);
  }
}
.soundBox-sale .soundBox-kv .be-icon-play {
  background-image: url(https://www.homeplus.net.tw/cable/images/manual_upload/soundbox-disney/images/icon-play.png);
  background-size: 20px auto;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
}
.soundBox-sale .soundBox-kv .be-icon-play:before {
  display: none;
}
.soundBox-sale .soundBox-a {
  padding-bottom: 40px;
}
.soundBox-sale .soundBox-a .section-header {
  margin-bottom: 25px;
}
.soundBox-sale .soundBox-a .heading {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  margin-bottom: 20px;
}
.soundBox-sale .soundBox-a .heading img {
  width: auto;
  max-height: 64px;
  margin-right: 20px;
  position: relative;
  top: -5px;
}
.soundBox-sale .soundBox-a .sub-heading {
  margin-bottom: 0;
}
.soundBox-sale .soundBox-a .block-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1140px;
  margin: 0 auto;
  font-size: 26px;
  line-height: 31px;
  font-weight: 500;
}
.soundBox-sale .soundBox-a .block-1 .text {
  text-align: center;
  font-size: 16px;
  position: relative;
  top: -50px;
}
.soundBox-sale .soundBox-a .block-1 .block-left {
  width: 294px;
}
.soundBox-sale .soundBox-a .block-1 .block-right {
  width: calc(100% - 294px);
  filter: drop-shadow(0 0 30px rgba(44, 36, 35, 0.3));
  padding-left: 20px;
  padding-top: 20px;
}
.soundBox-sale .soundBox-a .block-1 .check-list {
  margin-bottom: 20px;
}
.soundBox-sale .soundBox-a .block-1 .check-list li {
  padding-left: 25px;
  position: relative;
}
.soundBox-sale .soundBox-a .block-1 .check-list li:before {
  content: "✓";
  position: absolute;
  top: 0;
  left: 0;
}
.soundBox-sale .soundBox-a .block-2 {
  max-width: 1200px;
  margin: 0 auto;
  margin-top: -15px;
}
.soundBox-sale .soundBox-a .block-2 .box {
  box-shadow: 0 7px 8px rgba(5, 24, 50, 0.3);
  background-color: rgba(20, 43, 104, 0.5);
  border: 2px solid rgba(85, 117, 184, 0.5);
  border-radius: 20px;
  padding: 34px 35px 25px;
  min-height: 207px;
  margin-bottom: 20px;
}
.soundBox-sale .soundBox-a .block-2 .list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.soundBox-sale .soundBox-a .block-2 .item {
  width: calc(100% / 4);
}
.soundBox-sale .soundBox-a .block-2 .image {
  max-width: 264px;
  margin: 0 auto 15px;
}
.soundBox-sale .soundBox-a .block-2 .main-text {
  font-size: 20px;
  line-height: 30px;
  letter-spacing: .05em;
  text-align: center;
}
.soundBox-sale .soundBox-a .block-2 .info {
  margin-bottom: 20px;
}
.soundBox-sale .soundBox-a .block-2 .info ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.soundBox-sale .soundBox-a .block-2 .info li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  padding: 0 20px;
  position: relative;
}
.soundBox-sale .soundBox-a .block-2 .info li:before {
  content: "";
  position: absolute;
  width: 2px;
  height: 24px;
  top: 4px;
  right: 0;
  background-color: #009a91;
}
.soundBox-sale .soundBox-a .block-2 .info li:last-child:before {
  display: none;
}
.soundBox-sale .soundBox-a .block-2 .info img {
  width: 32px;
  margin-right: 8px;
}
.soundBox-sale .soundBox-a .block-2 .bottom-text {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: .025em;
  text-align: center;
}
.soundBox-sale .soundBox-a .block-2 .bottom-text span {
  display: inline-block;
}
.soundBox-sale .soundBox-b {
  padding-top: 25px;
  padding-bottom: 50px;
}
.soundBox-sale .soundBox-b .section-header {
  margin-bottom: 20px;
}
.soundBox-sale .soundBox-b .heading {
  margin-bottom: 5px;
}
.soundBox-sale .soundBox-b .heading .text-small {
  font-size: 25px;
  line-height: 36px;
  display: inline-block;
}
.soundBox-sale .soundBox-b .sub-heading {
  margin-bottom: 5px;
}
.soundBox-sale .soundBox-b .top-text {
  font-size: 24px;
  line-height: 30px;
  font-weight: 400;
  text-align: center;
}
.soundBox-sale .soundBox-b .top-text .mobile-show {
  display: none;
}
.soundBox-sale .soundBox-b .l-grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  background-image: url(https://www.homeplus.net.tw/cable/images/manual_upload/soundbox-disney/images/b-1.png);
  background-size: auto 100%;
  color: #333;
  min-height: 362px;
}
.soundBox-sale .soundBox-b .l-grid__left {
  width: 480px;
  position: relative;
}
.soundBox-sale .soundBox-b .l-grid__right {
  width: calc(100% - 480px);
  padding: 15px 30px 0 0;
}
.soundBox-sale .soundBox-b .scroll-text {
  display: none;
  text-align: center;
}
.soundBox-sale .soundBox-b .table-outter {
  width: 100%;
  overflow: auto;
}
.soundBox-sale .soundBox-b .l-table {
  font-size: 22px;
  line-height: 30px;
  font-weight: 700;
  text-align: center;
  font-family: arial, "Noto Sans TC",sans-serif;
  border-collapse: collapse;
  width: 100%;
  margin-top: 28px;
}
.soundBox-sale .soundBox-b .l-table td {
  padding: 10px 5px;
  border: 1px solid #0e3671;
  background-color: #efefef;
  height: 60px;
}
.soundBox-sale .soundBox-b .l-table td.highlight {
  color: #0e3671;
  background-color: #daeaf9;
  font-weight: 700;
}
.soundBox-sale .soundBox-b .l-table .l-table__header {
  text-align: center;
  font-size: 30px;
  line-height: 1.1;
}
.soundBox-sale .soundBox-b .l-table .l-table__header th {
  padding: 12px 5px;
  border: 1px solid #0e3671;
  background-color: #dbdbdb;
}
.soundBox-sale .soundBox-b .l-table .l-table__header th.highlight {
  color: #fff;
  background-color: #0e3671;
  position: relative;
}
.soundBox-sale .soundBox-b .l-table .l-table__header th.highlight:before {
  content: "";
  position: absolute;
  top: -28px;
  left: -14px;
  background-image: url(https://www.homeplus.net.tw/cable/images/manual_upload/soundbox-disney/images/b-2.png);
  background-size: 100% auto;
  width: 50px;
  height: 42px;
}
.soundBox-sale .soundBox-b .l-table .l-table__header th:nth-child(1) {
  width: 90px;
  border: 0;
  background-color: transparent;
}
.soundBox-sale .soundBox-b .l-table .l-table__header th:nth-child(2) {
  width: 300px;
}
.soundBox-sale .soundBox-b .l-table .l-table__header th:nth-child(3) {
  width: 300px;
}
.soundBox-sale .soundBox-b .l-table .l-table__left {
  font-size: 16px;
  line-height: 20px;
  width: 90px;
  color: #211716;
  background-color: #fff;
}
.soundBox-sale .soundBox-b .bottom-text {
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  text-align: center;
  margin-top: 8px;
}
.soundBox-sale .soundBox-c {
  padding-top: 20px;
  padding-bottom: 50px;
}
.soundBox-sale .soundBox-c .section-header {
  margin-bottom: 20px;
}
.soundBox-sale .soundBox-c .heading span {
  display: inline-block;
}
.soundBox-sale .soundBox-c .scroll-text {
  display: none;
  text-align: center;
}
.soundBox-sale .soundBox-c .l-swiper {
  padding: 0;
  margin-bottom: 25px;
}
.soundBox-sale .soundBox-c .swiper-slide {
  width: 400px;
  padding: 0 10px;
}
.soundBox-sale .soundBox-c .swiper-button-next,
.soundBox-sale .soundBox-c .swiper-button-prev {
  display: none;
}
.soundBox-sale .soundBox-c .swiper-pagination {
  position: relative;
  margin-top: 20px;
  display: none;
}
.soundBox-sale .soundBox-c .item {
  position: relative;
  padding: 10px;
  color: #333;
  background-color: #fff;
  min-height: 564px;
}
.soundBox-sale .soundBox-c .item .main-text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 53px;
  background-image: url(https://www.homeplus.net.tw/cable/images/manual_upload/soundbox-disney/images/c-1.png);
  background-size: auto 100%;
  background-repeat: no-repeat;
  padding: 10px 20px;
  color: #fff;
  font-size: 30px;
  line-height: 1;
  font-weight: 700;
}
.soundBox-sale .soundBox-c .item .image {
  margin-bottom: 10px;
}
.soundBox-sale .soundBox-c .l-list {
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
  min-height: 108px;
  max-width: 250px;
  margin: 0 auto;
}
.soundBox-sale .soundBox-c .l-list li {
  padding-left: 20px;
  position: relative;
}
.soundBox-sale .soundBox-c .l-list li:before {
  content: "✓";
  position: absolute;
  top: 0;
  left: 0;
}
.soundBox-sale .soundBox-c .l-list .text-small {
  font-size: 14px;
  line-height: 20px;
  display: block;
}
.soundBox-sale .soundBox-c .sub-text {
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  color: #129a92;
  border-bottom: 2px solid #129a92;
  margin: 0 auto;
  width: 128px;
}
.soundBox-sale .soundBox-c .text {
  font-size: 24px;
  font-weight: 700;
  text-align: center;
}
.soundBox-sale .soundBox-c .text .text-small {
  font-size: 12px;
  line-height: 18px;
  font-weight: 400;
}
.soundBox-sale .soundBox-c .item-1 .l-list {
  max-width: 180px;
}
.soundBox-sale .soundBox-c .item-2 .l-list {
  max-width: 195px;
}
.soundBox-sale .soundBox-c .action {
  max-width: 200px;
  margin: 0 auto;
  margin-top: 15px;
}
.soundBox-sale .soundBox-c .sty--primary {
  background-color: #333;
  border-color: #333;
}
.soundBox-sale .soundBox-c .sty--primary + .btn {
  margin-top: 10px;
}
.soundBox-sale .soundBox-c .box {
  box-shadow: 0 7px 8px rgba(5, 24, 50, 0.3);
  background-color: #142b68;
  border: 2px solid #5575b8;
  border-radius: 20px;
  padding: 20px 10px 20px 25px;
  min-height: 85px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.soundBox-sale .soundBox-c .box-header {
  width: 104px;
  font-size: 18px;
  font-weight: 700;
}
.soundBox-sale .soundBox-c .box-content {
  width: calc(100% - 104px);
}
.soundBox-sale .soundBox-c .step-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  margin: -8px;
}
.soundBox-sale .soundBox-c .step {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  font-size: 16px;
  font-weight: 500;
  margin: 8px;
}
.soundBox-sale .soundBox-c .step-header {
  width: 80px;
  background-color: #fff;
  color: #000;
  font-weight: 700;
  text-align: center;
  line-height: 39px;
  height: 39px;
  border-radius: 20px;
}
.soundBox-sale .soundBox-c .step-content {
  width: calc(100% - 80px);
  padding-left: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.soundBox-sale .soundBox-c .step .be-icon {
  font-size: 20px;
  margin-left: 10px;
  width: 20px;
}
.soundBox-sale .soundBox-c .step .be-icon:before {
  width: auto;
  margin-right: 0;
  margin-left: 0;
}
.soundBox-sale .soundBox-d {
  padding-top: 25px;
  padding-bottom: 50px;
}
.soundBox-sale .soundBox-d .section-header {
  margin-bottom: 20px;
}
.soundBox-sale .soundBox-d .heading span {
  display: inline-block;
}
.soundBox-sale .soundBox-d .scroll-text {
  display: none;
  text-align: center;
}
.soundBox-sale .soundBox-d .swiper-wrapper {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.soundBox-sale .soundBox-d .l-swiper {
  padding: 0;
  margin-bottom: 25px;
}
.soundBox-sale .soundBox-d .swiper-slide {
  width: 400px;
  padding: 0 10px;
}
.soundBox-sale .soundBox-d .swiper-button-next,
.soundBox-sale .soundBox-d .swiper-button-prev {
  display: none;
}
.soundBox-sale .soundBox-d .swiper-pagination {
  position: relative;
  margin-top: 20px;
  display: none;
}
.soundBox-sale .soundBox-d .item {
  position: relative;
  padding: 10px;
  color: #333;
  background-color: #fff;
  min-height: 525px;
}
.soundBox-sale .soundBox-d .item .main-text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 53px;
  background-image: url(https://www.homeplus.net.tw/cable/images/manual_upload/soundbox-disney/images/d-1.png);
  background-size: auto 100%;
  background-repeat: no-repeat;
  padding: 10px 20px;
  color: #fff;
  font-size: 30px;
  line-height: 1;
  font-weight: 700;
}
.soundBox-sale .soundBox-d .item .image {
  margin-bottom: 10px;
}
.soundBox-sale .soundBox-d .l-list {
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
  min-height: 65px;
  max-width: 250px;
  margin: 0 auto;
}
.soundBox-sale .soundBox-d .l-list li {
  padding-left: 20px;
  position: relative;
}
.soundBox-sale .soundBox-d .l-list li:before {
  content: "✓";
  position: absolute;
  top: 0;
  left: 0;
}
.soundBox-sale .soundBox-d .l-list .text-small {
  font-size: 14px;
  line-height: 20px;
  display: block;
}
.soundBox-sale .soundBox-d .sub-text {
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  color: #129a92;
  border-bottom: 2px solid #129a92;
  margin: 0 auto;
  width: 128px;
}
.soundBox-sale .soundBox-d .text {
  font-size: 24px;
  font-weight: 700;
  text-align: center;
}
.soundBox-sale .soundBox-d .text .text-small {
  font-size: 12px;
  line-height: 18px;
  font-weight: 400;
}
.soundBox-sale .soundBox-d .item-1 .l-list {
  max-width: 180px;
}
.soundBox-sale .soundBox-d .item-2 .l-list {
  max-width: 195px;
}
.soundBox-sale .soundBox-d .action {
  max-width: 200px;
  margin: 0 auto;
  margin-top: 15px;
}
.soundBox-sale .soundBox-d .sty--primary {
  background-color: #333;
  border-color: #333;
}
.soundBox-sale .soundBox-d .sty--primary + .btn {
  margin-top: 10px;
}
.soundBox-sale .soundBox-d .bottom-info {
  max-width: 575px;
  margin: 0 auto 10px;
}
.soundBox-sale .soundBox-d .bottom-info ul {
  list-style: disc;
  text-align: left;
  padding-left: 1.25em;
  font-size: 24px;
  line-height: 30px;
  font-weight: 500;
}
.soundBox-sale .soundBox-d .banner + .banner {
  margin-top: 20px;
}
.soundBox-sale .soundBox-e {
  padding-top: 35px;
  padding-bottom: 50px;
}
.soundBox-sale .soundBox-e .section-header {
  margin-bottom: 20px;
}
.soundBox-sale .soundBox-e .section-content {
  max-width: 1012px;
}
.soundBox-sale .soundBox-e .item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: reverse;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row-reverse;
  -moz-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  background-color: #fff;
  color: #333;
}
.soundBox-sale .soundBox-e .item + .item {
  margin-top: 18px;
}
.soundBox-sale .soundBox-e .item:nth-child(2n - 1) {
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
.soundBox-sale .soundBox-e .item .image {
  width: 328px;
}
.soundBox-sale .soundBox-e .item .content {
  width: calc(100% - 328px);
  padding: 20px 35px 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}
.soundBox-sale .soundBox-e .item .main-text {
  position: relative;
  font-size: 30px;
  line-height: 36px;
  font-weight: 700;
  letter-spacing: .025em;
  padding: 18px 25px;
}
.soundBox-sale .soundBox-e .item .main-text:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 21px;
  height: 17px;
  background-image: url(https://www.homeplus.net.tw/cable/images/manual_upload/soundbox-disney/images/dot-1.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
}
.soundBox-sale .soundBox-e .item .main-text:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 21px;
  height: 17px;
  background-image: url(https://www.homeplus.net.tw/cable/images/manual_upload/soundbox-disney/images/dot-2.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
}
.soundBox-sale .soundBox-e .item .sub-text {
  text-align: right;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}
.soundBox-sale .soundBox-e .video {
  margin-top: 18px;
  margin-bottom: 18px;
  position: relative;
}
.soundBox-sale .soundBox-e .l-swiper {
  overflow: visible;
}
.soundBox-sale .soundBox-e .swiper-slide .post-iframe {
  display: none;
  pointer-events: none;
}
.soundBox-sale .soundBox-e .swiper-slide-active .post-iframe {
  display: block;
  pointer-events: auto;
}
.soundBox-sale .soundBox-e .swiper-button-next,
.soundBox-sale .soundBox-e .swiper-button-prev {
  top: 50%;
  width: 16px;
  height: 24px;
  margin-top: -12px;
  color: #fff;
  display: block;
  z-index: 15;
}
.soundBox-sale .soundBox-e .swiper-button-next i,
.soundBox-sale .soundBox-e .swiper-button-prev i {
  display: block;
  margin: 0 auto;
}
.soundBox-sale .soundBox-e .swiper-button-next:after,
.soundBox-sale .soundBox-e .swiper-button-prev:after {
  display: none;
}
.soundBox-sale .soundBox-e .swiper-button-prev {
  left: -24px;
  right: initial;
}
.soundBox-sale .soundBox-e .swiper-button-next {
  left: initial;
  right: -20px;
}
.soundBox-sale .soundBox-e .info {
  max-width: 845px;
  margin: 40px auto 0;/*YT上架刪除*/
  padding-top: 40px;
  position: relative;
}
.soundBox-sale .soundBox-e .info .main-text {
  font-size: 50px;
  line-height: 65px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 10px;
  max-width: 565px;
}
.soundBox-sale .soundBox-e .info .sub-text {
  font-size: 30px;
  line-height: 48px;
  font-weight: 500;
  text-align: center;
  max-width: 565px;
}
.soundBox-sale .soundBox-e .info .box {
  background-color: #142b68;
  border-radius: 75px;
  box-shadow: 0 20px 30px rgba(0, 0, 0, 0.2) inset;
  margin-bottom: 10px;
  padding: 25px 0;
  margin-bottom: 20px;
  position: relative;
}
.soundBox-sale .soundBox-e .info .image {
  width: 374px;
  position: absolute;
  bottom: -30px;
  right: -15px;
}
.soundBox-sale .soundBox-e .info .action {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  max-width: 100%;
}
.soundBox-sale .soundBox-e .info .btn.sty--primary {
  color: #071345;
  border-color: #81feff;
  background-color: #81feff;
  margin: 0 10px;
  width: 200px;
  min-width: 200px;
  font-size: 18px;
  padding-left: 10px;
  padding-right: 10px;
}
.soundBox-sale .soundBox-e .info .btn.sty--primary:active {
  color: #071345;
  background: #81feff;
  filter: brightness(1.2);
}
@media (hover: hover) {
  .soundBox-sale .soundBox-e .info .btn.sty--primary:hover {
    color: #071345;
    background: #81feff;
    filter: brightness(1.2);
  }
}
.soundBox-sale .soundBox-f {
  padding-bottom: 45px;
}
.soundBox-sale .soundBox-f .section-header {
  margin-bottom: 20px;
}
.soundBox-sale .soundBox-f .box {
  box-shadow: 0 7px 8px rgba(5, 24, 50, 0.3);
  background-color: #142b68;
  border: 2px solid #5575b8;
  border-radius: 20px;
  padding: 10px 50px;
}
.soundBox-sale .soundBox-f .item {
  padding: 20px 0;
  position: relative;
  font-size: 18px;
  line-height: 24px;
  text-align: justify;
}
.soundBox-sale .soundBox-f .item + .item {
  border-top: 1px solid #5575b8;
}
.soundBox-sale .soundBox-f .item-header {
  font-size: 22px;
  line-height: 30px;
  font-weight: 500;
  padding-left: 36px;
  position: relative;
  cursor: pointer;
}
.soundBox-sale .soundBox-f .item-header:before {
  content: "Q：";
  position: absolute;
  top: 0;
  left: 0;
}
.soundBox-sale .soundBox-f .item-content {
  max-height: 0;
  overflow: hidden;
  will-change: max-height;
  transition: all 0.25s ease-out;
  opacity: 0;
}
.soundBox-sale .soundBox-f .item .inner {
  padding-left: 36px;
  padding-top: 8px;
}
.soundBox-sale .soundBox-f .item.active .item-content {
  opacity: 1;
  overflow: visible;
}
.soundBox-sale .soundBox-f ol {
  list-style: decimal;
  padding-left: 1.25em;
}

@media (max-width: 1440px) and (min-width: 751px) {
  .main-wrapper .grid-container {
    padding-right: 0;
    padding-left: 0;
  }

  .soundBox-sale .soundBox-sticky {
    right: 15px;
  }
}
@media (max-width: 1140px) and (min-width: 751px) {
  .soundBox-sale .soundBox-sticky {
    right: 15px;
  }
  .soundBox-sale .soundBox-kv .action {
    bottom: 5vw;
  }
  .soundBox-sale .soundBox-a .heading {
    display: block;
  }
  .soundBox-sale .soundBox-a .heading img {
    max-height: 64px;
    margin: 0 auto;
    top: 0;
    display: block;
  }
  .soundBox-sale .soundBox-b .heading .text-small {
    display: block;
  }
  .soundBox-sale .soundBox-b .l-grid {
    display: block;
    overflow: hidden;
    background-image: none;
    background-color: #fff;
  }
  .soundBox-sale .soundBox-b .l-grid__left {
    width: 100%;
  }
  .soundBox-sale .soundBox-b .l-grid__left .sm-view {
    display: block;
  }
  .soundBox-sale .soundBox-b .l-grid__right {
    width: 100%;
    padding: 15px 30px;
  }
  .soundBox-sale .soundBox-c .scroll-text {
    display: block;
    font-size: 14px;
    margin-bottom: 10px;
  }
  .soundBox-sale .soundBox-c .l-swiper {
    padding: 0;
  }
  .soundBox-sale .soundBox-c .l-swiper:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 30px;
    height: 100%;
    display: block;
    background: #03357C;
    background: linear-gradient(90deg, #03357c 0%, rgba(3, 53, 124, 0) 100%);
    z-index: 10;
    pointer-events: none;
  }
  .soundBox-sale .soundBox-c .l-swiper:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 30px;
    height: 100%;
    display: block;
    background: #03357C;
    background: linear-gradient(270deg, #03357c 0%, rgba(3, 53, 124, 0) 100%);
    z-index: 10;
    pointer-events: none;
  }
  .soundBox-sale .soundBox-c .swiper-button-next,
  .soundBox-sale .soundBox-c .swiper-button-prev {
    top: 50%;
    width: 16px;
    height: 24px;
    margin-top: -12px;
    color: #fff;
    display: block;
    z-index: 15;
  }
  .soundBox-sale .soundBox-c .swiper-button-next:after,
  .soundBox-sale .soundBox-c .swiper-button-prev:after {
    display: none;
  }
  .soundBox-sale .soundBox-c .swiper-button-prev {
    left: 0;
    right: initial;
  }
  .soundBox-sale .soundBox-c .swiper-button-next {
    left: initial;
    right: 0;
  }
  .soundBox-sale .soundBox-d .scroll-text {
    display: block;
    font-size: 14px;
    margin-bottom: 10px;
  }
  .soundBox-sale .soundBox-d .l-swiper {
    padding: 0;
  }
  .soundBox-sale .soundBox-d .l-swiper:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 30px;
    height: 100%;
    display: block;
    background: #03357C;
    background: linear-gradient(90deg, #03357c 0%, rgba(3, 53, 124, 0) 100%);
    z-index: 10;
    pointer-events: none;
  }
  .soundBox-sale .soundBox-d .l-swiper:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 30px;
    height: 100%;
    display: block;
    background: #03357C;
    background: linear-gradient(270deg, #03357c 0%, rgba(3, 53, 124, 0) 100%);
    z-index: 10;
    pointer-events: none;
  }
  .soundBox-sale .soundBox-d .swiper-wrapper {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  .soundBox-sale .soundBox-d .swiper-button-next,
  .soundBox-sale .soundBox-d .swiper-button-prev {
    top: 50%;
    width: 16px;
    height: 24px;
    margin-top: -12px;
    color: #fff;
    display: block;
    z-index: 15;
  }
  .soundBox-sale .soundBox-d .swiper-button-next:after,
  .soundBox-sale .soundBox-d .swiper-button-prev:after {
    display: none;
  }
  .soundBox-sale .soundBox-d .swiper-button-prev {
    left: 0;
    right: initial;
  }
  .soundBox-sale .soundBox-d .swiper-button-next {
    left: initial;
    right: 0;
  }
}
@media (max-width: 1080px) and (min-width: 751px) {
  .soundBox-sale .soundBox-e .item .image {
    width: 32.03125vw;
  }
  .soundBox-sale .soundBox-e .item .content {
    width: calc(100% - 32.03125vw);
    padding: 1.95vw 3vw 10px;
  }
  .soundBox-sale .soundBox-e .item .main-text {
    font-size: 2.125vw;
    line-height: 1.5;
    padding: 1.75vw 2.125vw;
  }
  .soundBox-sale .soundBox-e .item .sub-text {
    font-size: 1.75vw;
    line-height: 1.5;
  }
  .soundBox-sale .soundBox-e .info .image {
    width: 36.5vw;
  }
}
@media (max-width: 750px) {
  .main-wrapper .grid-container {
    padding-right: 0;
    padding-left: 0;
  }
  .soundBox-sale {
    background-image: url(https://www.homeplus.net.tw/cable/images/manual_upload/soundbox-disney/images/soundBox-bg_s.png);
  }
  .soundBox-sale .lg-view {
    display: none;
  }
  .soundBox-sale .sm-view {
    display: block;
  }
  .soundBox-sale .soundBox-section {
    padding: 0 20px;
  }
  .soundBox-sale .soundBox-section .section-content {
    max-width: 100%;
  }
  .soundBox-sale .soundBox-section .heading {
    font-size: 25px;
    line-height: 35px;
  }
  .soundBox-sale .soundBox-section .sub-heading {
    font-size: 20px;
    line-height: 24px;
  }
  .soundBox-sale .soundBox-section .swiper-button-next,
  .soundBox-sale .soundBox-section .swiper-button-prev {
    top: 50%;
    width: 16px;
    height: 24px;
    margin-top: -12px;
    color: #fff;
  }
  .soundBox-sale .soundBox-section .swiper-button-next:after,
  .soundBox-sale .soundBox-section .swiper-button-prev:after {
    display: none;
  }
  .soundBox-sale .soundBox-sticky {
    right: 0;
  }
  .soundBox-sale .soundBox-sticky .btn {
    width: 50px;
    min-width: 50px;
    min-height: 40px;
    height: 40px;
    border-radius: 40px 0 0 40px;
    font-size: 12px;
    line-height: 40px;
    padding-left: 8px;
  }
  .soundBox-sale .soundBox-kv {
    padding: 0;
  }
  .soundBox-sale .soundBox-kv .action {
    bottom: 5vw;
    left: 0;
  }
  .soundBox-sale .soundBox-kv .video-box {
    width: 140px;
  }
  .soundBox-sale .soundBox-kv .btn.sty--primary {
    width: 10em;
    min-width: 10em;
    font-size: 14px;
    line-height: 40px;
    height: 40px;
    min-height: 40px;
    padding: .1875rem .9375rem;
  }
  .soundBox-sale .soundBox-section .btn.sty--primary.phone{
  display: block;
}
.soundBox-sale .soundBox-section .btn.sty--primary.store{
  display: none;
}
  .soundBox-sale .soundBox-kv .be-icon-play {
    background-size: 14px auto;
    width: 14px;
    height: 14px;
  }
  .soundBox-sale .soundBox-a {
    padding-top: 23vw;
    padding-bottom: 25px;
  }
  .soundBox-sale .soundBox-a .section-header {
    margin-bottom: 10px;
  }
  .soundBox-sale .soundBox-a .heading {
    display: block;
    margin-bottom: 5px;
  }
  .soundBox-sale .soundBox-a .heading img {
    max-height: 32px;
    margin: 0 auto;
    top: 0;
  }
  .soundBox-sale .soundBox-a .heading span {
    display: block;
  }
  .soundBox-sale .soundBox-a .block-1 {
    display: block;
    max-width: 326px;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 10px;
  }
  .soundBox-sale .soundBox-a .block-1 .block-left {
    width: 100%;
    max-width: 148px;
    margin: 0 auto;
  }
  .soundBox-sale .soundBox-a .block-1 .block-right {
    width: 100%;
    filter: drop-shadow(0 0 30px rgba(44, 36, 35, 0.3));
    padding-left: 0;
    padding-top: 0;
  }
  .soundBox-sale .soundBox-a .block-1 .text {
    font-size: 14px;
    top: -20px;
  }
  .soundBox-sale .soundBox-a .block-1 .check-list {
    margin-bottom: 0;
  }
  .soundBox-sale .soundBox-a .block-1 .check-list li {
    padding-left: 25px;
  }
  .soundBox-sale .soundBox-a .block-2 {
    max-width: 326px;
    margin: 0 auto;
  }
  .soundBox-sale .soundBox-a .block-2 .box {
    border: 1px solid rgba(85, 117, 184, 0.5);
    padding: 5px;
    margin-bottom: 15px;
    border-radius: 10px;
  }
  .soundBox-sale .soundBox-a .block-2 .item {
    width: calc(100% / 2 - 5px * 2);
    margin: 10px 5px;
  }
  .soundBox-sale .soundBox-a .block-2 .image {
    max-width: 264px;
    margin: 0 auto 10px;
  }
  .soundBox-sale .soundBox-a .block-2 .main-text {
    font-size: 14px;
    line-height: 20px;
  }
  .soundBox-sale .soundBox-a .block-2 .info {
    margin-bottom: 10px;
    font-size: 14px;
    text-align: center;
  }
  .soundBox-sale .soundBox-a .block-2 .info li {
    padding: 0 10px;
    display: block;
    width: calc(100% / 3);
  }
  .soundBox-sale .soundBox-a .block-2 .info li:before {
    width: 1px;
    height: 100%;
    top: 0;
  }
  .soundBox-sale .soundBox-a .block-2 .info img {
    width: 25px;
    margin: 0 auto;
    display: block;
  }
  .soundBox-sale .soundBox-a .block-2 .bottom-text {
    font-size: 10px;
    line-height: 12px;
  }
  .soundBox-sale .soundBox-a .block-2 .bottom-text span {
    display: inline-block;
  }
  .soundBox-sale .soundBox-b {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .soundBox-sale .soundBox-b .section-header {
    max-width: 100%;
    margin: 0 auto 15px;
  }
  .soundBox-sale .soundBox-b .heading .text-small {
    display: block;
    font-size: 12px;
    line-height: 18px;
    font-weight: 500;
  }
  .soundBox-sale .soundBox-b .top-text {
    font-size: 13px;
    line-height: 20px;
  }
  .soundBox-sale .soundBox-b .top-text br {
    display: none;
  }
  .soundBox-sale .soundBox-b .top-text .mobile-show {
    display: block;
  }
  .soundBox-sale .soundBox-b .l-grid {
    display: block;
    background-image: none;
    color: #333;
    background-color: #fff;
  }
  .soundBox-sale .soundBox-b .l-grid__left {
    width: 100%;
  }
  .soundBox-sale .soundBox-b .l-grid__right {
    width: 100%;
    padding: 15px;
  }
  .soundBox-sale .soundBox-b .scroll-text {
    display: block;
    font-size: 12px;
    margin-bottom: 5px;
  }
  .soundBox-sale .soundBox-b .table-outter {
    width: 100%;
    overflow: auto;
  }
  .soundBox-sale .soundBox-b .l-table {
    font-size: 15px;
    line-height: 24px;
    margin-top: 14px;
    min-width: 480px;
  }
  .soundBox-sale .soundBox-b .l-table td {
    padding: 10px 5px;
    height: 48px;
  }
  .soundBox-sale .soundBox-b .l-table .l-table__header {
    font-size: 18px;
  }
  .soundBox-sale .soundBox-b .l-table .l-table__header th {
    padding: 12px 5px;
  }
  .soundBox-sale .soundBox-b .l-table .l-table__header th.highlight:before {
    top: -14px;
    left: -7px;
    width: 25px;
    height: 21px;
  }
  .soundBox-sale .soundBox-b .l-table .l-table__header th:nth-child(1) {
    width: 70px;
    border: 0;
    background-color: transparent;
  }
  .soundBox-sale .soundBox-b .l-table .l-table__header th:nth-child(2) {
    width: 200px;
  }
  .soundBox-sale .soundBox-b .l-table .l-table__header th:nth-child(3) {
    width: 200px;
  }
  .soundBox-sale .soundBox-b .l-table .l-table__left {
    font-size: 12px;
    line-height: 16px;
    width: 70px;
  }
  .soundBox-sale .soundBox-b .bottom-text {
    font-size: 12px;
    line-height: 18px;
    text-align: left;
    margin-top: 5px;
  }
  .soundBox-sale .soundBox-c {
    padding-top: 20px;
    padding-bottom: 25px;
  }
  .soundBox-sale .soundBox-c .section-header {
    max-width: 100%;
    margin: 0 auto 10px;
  }
  .soundBox-sale .soundBox-c .heading span {
    display: inline-block;
  }
  .soundBox-sale .soundBox-c .scroll-text {
    display: block;
    font-size: 12px;
    margin-bottom: 10px;
  }
  .soundBox-sale .soundBox-c .l-swiper {
    padding: 0;
    margin-bottom: 20px;
  }
  .soundBox-sale .soundBox-c .l-swiper:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 30px;
    height: 100%;
    display: block;
    background: #03357C;
    background: linear-gradient(90deg, #03357c 0%, rgba(3, 53, 124, 0) 100%);
    z-index: 10;
    pointer-events: none;
  }
  .soundBox-sale .soundBox-c .l-swiper:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 30px;
    height: 100%;
    display: block;
    background: #03357C;
    background: linear-gradient(270deg, #03357c 0%, rgba(3, 53, 124, 0) 100%);
    z-index: 10;
    pointer-events: none;
  }
  .soundBox-sale .soundBox-c .swiper-slide {
    width: 300px;
    margin: 0;
    padding: 0 6px;
  }
  .soundBox-sale .soundBox-c .swiper-pagination {
    display: none;
  }
  .soundBox-sale .soundBox-c .swiper-button-next,
  .soundBox-sale .soundBox-c .swiper-button-prev {
    display: block;
    z-index: 15;
  }
  .soundBox-sale .soundBox-c .swiper-button-prev {
    left: 0;
    right: initial;
  }
  .soundBox-sale .soundBox-c .swiper-button-next {
    left: initial;
    right: 0;
  }
  .soundBox-sale .soundBox-c .item {
    padding: 8px 8px 10px;
    min-height: 282px;
  }
  .soundBox-sale .soundBox-c .item .main-text {
    height: 30px;
    padding: 5px 10px;
    font-size: 18px;
  }
  .soundBox-sale .soundBox-c .item .image {
    margin-bottom: 8px;
  }
  .soundBox-sale .soundBox-c .l-list {
    font-size: 16px;
    line-height: 22px;
    min-height: 85px;
    max-width: 210px;
  }
  .soundBox-sale .soundBox-c .l-list li {
    padding-left: 15px;
  }
  .soundBox-sale .soundBox-c .l-list .text-small {
    font-size: 10px;
    line-height: 18px;
  }
  .soundBox-sale .soundBox-c .sub-text {
    font-size: 16px;
    border-bottom: 1px solid #129a92;
    width: 86px;
  }
  .soundBox-sale .soundBox-c .text {
    font-size: 16px;
  }
  .soundBox-sale .soundBox-c .text .text-small {
    font-size: 10px;
    line-height: 10px;
  }
  .soundBox-sale .soundBox-c .item-1 .l-list {
    max-width: 150px;
  }
  .soundBox-sale .soundBox-c .item-2 .l-list {
    max-width: 160px;
  }
  .soundBox-sale .soundBox-c .action {
    max-width: 140px;
    margin-top: 8px;
  }
  .soundBox-sale .soundBox-c .sty--primary {
    min-width: 10em;
    font-size: 14px;
    line-height: 30px;
    padding: .1875rem .9375rem;
    min-height: 40px;
  }
  .soundBox-sale .soundBox-c .sty--primary + .btn {
    margin-top: 8px;
  }
  .soundBox-sale .soundBox-c .box {
    border: 1px solid #5575b8;
    border-radius: 10px;
    padding: 10px;
    display: block;
    width: 80%;
    margin: 0 auto;
  }
  .soundBox-sale .soundBox-c .box-header {
    width: 100%;
    font-size: 16px;
    text-align: center;
    margin-bottom: 5px;
  }
  .soundBox-sale .soundBox-c .box-content {
    width: 100%;
  }
  .soundBox-sale .soundBox-c .step-list {
    margin: -4px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    flex-direction: column;
    width: 205px;
    margin: 0 auto;
  }
  .soundBox-sale .soundBox-c .step {
    font-size: 14px;
    margin: 4px;
    position: relative;
    width: 195px;
  }
  .soundBox-sale .soundBox-c .step + .step {
    margin-top: 16px;
  }
  .soundBox-sale .soundBox-c .step-header {
    width: 60px;
    line-height: 20px;
    height: 20px;
    border-radius: 20px;
    font-size: 12px;
  }
  .soundBox-sale .soundBox-c .step-content {
    width: calc(100% - 20px);
    padding-left: 5px;
    font-size: 14px;
  }
  .soundBox-sale .soundBox-c .step .be-icon {
    font-size: 12px;
    margin-left: 4px;
    width: 8px;
    position: absolute;
    bottom: -16px;
    left: calc(50% - 8px / 2);
    transform: rotate(90deg);
  }
  .soundBox-sale .soundBox-d {
    padding-top: 20px;
    padding-bottom: 25px;
  }
  .soundBox-sale .soundBox-d .section-header {
    max-width: 100%;
    margin: 0 auto 10px;
  }
  .soundBox-sale .soundBox-d .heading span {
    display: inline-block;
  }
  .soundBox-sale .soundBox-d .scroll-text {
    display: block;
    font-size: 12px;
    margin-bottom: 10px;
  }
  .soundBox-sale .soundBox-d .l-swiper {
    padding: 0;
    margin-bottom: 10px;
  }
  .soundBox-sale .soundBox-d .l-swiper:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 30px;
    height: 100%;
    display: block;
    background: #03357C;
    background: linear-gradient(90deg, #03357c 0%, rgba(3, 53, 124, 0) 100%);
    z-index: 10;
    pointer-events: none;
  }
  .soundBox-sale .soundBox-d .l-swiper:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 30px;
    height: 100%;
    display: block;
    background: #03357C;
    background: linear-gradient(270deg, #03357c 0%, rgba(3, 53, 124, 0) 100%);
    z-index: 10;
    pointer-events: none;
  }
  .soundBox-sale .soundBox-d .swiper-slide {
    width: 300px;
    margin: 0;
    padding: 0 6px;
  }
  .soundBox-sale .soundBox-d .swiper-pagination {
    display: none;
  }
  .soundBox-sale .soundBox-d .swiper-button-next,
  .soundBox-sale .soundBox-d .swiper-button-prev {
    display: block;
    z-index: 15;
  }
  .soundBox-sale .soundBox-d .swiper-button-prev {
    left: 0;
    right: initial;
  }
  .soundBox-sale .soundBox-d .swiper-button-next {
    left: initial;
    right: 0;
  }
  .soundBox-sale .soundBox-d .swiper-wrapper {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  .soundBox-sale .soundBox-d .item {
    padding: 8px 8px 10px;
    min-height: 282px;
  }
  .soundBox-sale .soundBox-d .item .main-text {
    height: 30px;
    padding: 5px 10px;
    font-size: 18px;
  }
  .soundBox-sale .soundBox-d .item .image {
    margin-bottom: 8px;
  }
  .soundBox-sale .soundBox-d .l-list {
    font-size: 16px;
    line-height: 22px;
    min-height: 50px;
    max-width: 100%;
  }
  .soundBox-sale .soundBox-d .l-list li {
    padding-left: 15px;
  }
  .soundBox-sale .soundBox-d .l-list .text-small {
    font-size: 10px;
    line-height: 18px;
  }
  .soundBox-sale .soundBox-d .sub-text {
    font-size: 16px;
    border-bottom: 1px solid #129a92;
    width: 86px;
  }
  .soundBox-sale .soundBox-d .text {
    font-size: 16px;
  }
  .soundBox-sale .soundBox-d .text .text-small {
    font-size: 10px;
    line-height: 10px;
  }
  .soundBox-sale .soundBox-d .item-1 .l-list {
    max-width: 150px;
  }
  .soundBox-sale .soundBox-d .item-2 .l-list {
    max-width: 160px;
  }
  .soundBox-sale .soundBox-d .action {
    max-width: 140px;
    margin-top: 8px;
  }
  .soundBox-sale .soundBox-d .sty--primary {
    min-width: 10em;
    font-size: 14px;
    line-height: 30px;
    padding: .1875rem .9375rem;
    min-height: 40px;
  }
  .soundBox-sale .soundBox-d .sty--primary + .btn {
    margin-top: 8px;
  }
  .soundBox-sale .soundBox-d .bottom-info {
    max-width: 280px;
    margin: 0 auto 15px;
  }
  .soundBox-sale .soundBox-d .bottom-info ul {
    font-size: 12px;
    line-height: 18px;
  }
  .soundBox-sale .soundBox-d .banner + .banner {
    margin-top: 10px;
  }
  .soundBox-sale .soundBox-e {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .soundBox-sale .soundBox-e .section-header {
    margin-bottom: 10px;
  }
  .soundBox-sale .soundBox-e .section-content {
    max-width: 100%;
  }
  .soundBox-sale .soundBox-e .item + .item {
    margin-top: 10px;
  }
  .soundBox-sale .soundBox-e .item .image {
    display: none;
  }
  .soundBox-sale .soundBox-e .item .content {
    width: 100%;
    padding: 15px;
  }
  .soundBox-sale .soundBox-e .item .main-text {
    font-size: 16px;
    line-height: 24px;
    padding: 10px 0 10px 12px;
    letter-spacing: 0;
  }
  .soundBox-sale .soundBox-e .item .main-text br {
    display: none;
  }
  .soundBox-sale .soundBox-e .item .main-text:before {
    width: 15px;
    height: 13px;
  }
  .soundBox-sale .soundBox-e .item .main-text:after {
    width: 15px;
    height: 13px;
  }
  .soundBox-sale .soundBox-e .item .sub-text {
    font-size: 14px;
    line-height: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    text-align: left;
    margin-top: 5px;
  }
  .soundBox-sale .soundBox-e .item .sub-text .sm-view {
    width: 60px;
  }
  .soundBox-sale .soundBox-e .item .sub-text span {
    width: calc(100% - 60px);
    padding-left: 8px;
  }
  .soundBox-sale .soundBox-e .video {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .soundBox-sale .soundBox-e .info {
    max-width: 100%;
    padding-top: 20px;
    margin-top: 10px;
  }
  .soundBox-sale .soundBox-e .info .main-text {
    font-size: 25px;
    line-height: 32px;
    margin-bottom: 10px;
    max-width: 192px;
  }
  .soundBox-sale .soundBox-e .info .sub-text {
    font-size: 15px;
    line-height: 22px;
    max-width: 195px;
  }
  .soundBox-sale .soundBox-e .info .box {
    border-radius: 65px;
    padding: 15px 0;
    margin-bottom: 20px;
    margin-right: 20px;
  }
  .soundBox-sale .soundBox-e .info .image {
    width: 174px;
    bottom: -15px;
  }
  .soundBox-sale .soundBox-e .info .action {
    max-width: calc(100% + 5px * 2);
    margin: 0 -5px;
  }
  .soundBox-sale .soundBox-e .info .btn.sty--primary {
    margin: 0 10px;
    width: 10em;
    min-width: 10em;
    height: 40px;
    min-height: 40px;
    font-size: 14px;
    line-height: 40px;
    padding: .1875rem .9375rem;
    white-space: nowrap;
  }
  .soundBox-sale .soundBox-f {
    padding-bottom: 20px;
  }
  .soundBox-sale .soundBox-f .section-header {
    max-width: 100%;
    margin: 0 auto 10px;
  }
  .soundBox-sale .soundBox-f .box {
    border: 1px solid #5575b8;
    border-radius: 10px;
    padding: 10px 12px 10px 10px;
  }
  .soundBox-sale .soundBox-f .item {
    padding: 8px 0;
    font-size: 15px;
    line-height: 20px;
  }
  .soundBox-sale .soundBox-f .item-header {
    font-size: 16px;
    line-height: 20px;
    padding-left: 24px;
  }
  .soundBox-sale .soundBox-f .item .inner {
    padding-left: 24px;
    padding-top: 4px;
  }
}
@media (max-width: 480px) {
  .soundBox-sale {
    background-size: 100% auto;
  }
  .soundBox-sale .soundBox-a {
    padding-top: 8vw;
  }
}
@media (max-width: 375px) {
  .soundBox-sale {
    background-size: 100% auto;
  }
  .soundBox-sale .soundBox-a {
    padding-top: 15px;
  }
}
@media (hover: none) {
  a:hover {
    color: inherit;
  }
}

