@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

------------------------------------------------------------- */
.midYear-container {
  max-width: 100% !important;
  padding-right: 0;
  padding-left: 0;
}

.midYear {
  color: #000;
  background-image: url(https://www.homeplus.net.tw/cable/images/manual_upload/promo26618/images/midYear-bg.webp);
  background-size: 2560px auto;
  background-repeat: no-repeat;
  background-position: center top;
  background-color: #3607d6;
  cursor: default;
}
.midYear *, .midYear ::after, .midYear ::before {
  box-sizing: border-box;
}
.midYear .lg-view {
  display: block;
}
.midYear .sm-view {
  display: none;
}
.midYear .animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}
.midYear .animated.infinite {
  animation-iteration-count: infinite;
}
@keyframes pulse {
  from {
    transform: scale3d(1, 1, 1);
  }
  50% {
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}
.midYear .pulse {
  animation-name: pulse;
}
@keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    transform: translate3d(0, 1000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  75% {
    transform: translate3d(0, 10px, 0);
  }
  90% {
    transform: translate3d(0, -5px, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.midYear .bounceInUp {
  animation-name: bounceInUp;
  animation-duration: .8s;
}
.midYear .midYear-section {
  position: relative;
  z-index: 0;
  color: #000;
  padding: 0 20px;
}
.midYear .midYear-section .section-anchor {
  position: absolute;
  top: -100px;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.midYear .midYear-section .layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.midYear .midYear-section .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center top;
  background-size: 100% auto;
  background-repeat: no-repeat;
  pointer-events: none;
}
.midYear .midYear-section .section-inner {
  position: relative;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}
.midYear .midYear-section .section-header {
  position: relative;
}
.midYear .midYear-section .section-content {
  position: relative;
  margin: 0 auto;
  max-width: 1200px;
  max-width: 102.5rem;
}
.midYear .midYear-section .heading {
  font-size: 48px;
  line-height: 58px;
  font-weight: 700;
  text-align: center;
  color: #fff;
  letter-spacing: .05em;
}
.midYear .midYear-section .heading span {
  display: inline-block;
}
.midYear .midYear-section .highlight {
  color: #fffa7a;
}
.midYear .midYear-section .scroll-text {
  display: none;
  font-size: 12px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 5px;
  text-align: center;
}
.midYear .midYear-section img {
  display: block;
  width: 100%;
  max-width: 100%;
}
.midYear .midYear-section .swiper-pagination {
  position: relative;
  bottom: 0;
  margin-top: 20px;
  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;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.midYear .midYear-section .swiper-pagination-bullet {
  background: rgba(255, 255, 255, 0.3);
  width: 50px;
  height: 7px;
  border-radius: 0;
  margin: 0 10px;
  opacity: 1;
}
.midYear .midYear-section .swiper-pagination-bullet-active {
  background: white;
}
.midYear .table-outter {
  width: 100%;
  overflow: auto;
}
.midYear .table-outter::-webkit-scrollbar-thumb {
  background-color: #333 !important;
  border-radius: 0px;
  outline: 1px solid #333;
}
.midYear .table-outter::-webkit-scrollbar {
  height: 8px;
  -webkit-appearance: none;
}
.midYear .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);
}
.midYear .table-outter::-webkit-scrollbar:hover {
  height: 12px;
}
.midYear .midYear-sticky {
  position: fixed;
  bottom: 120px;
  right: calc(50% - 1440px / 2 + 30px);
  z-index: 10;
}
.midYear .midYear-kv {
  position: relative;
  z-index: 0;
  padding: 0;
}
.midYear .midYear-kv .section-inner {
  max-width: 1440px;
}
.midYear .midYear-kv .title,
.midYear .midYear-kv .subtitle {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 0;
  z-index: -1;
}
.midYear .midYear-kv .layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  visibility: hidden;
}
.midYear .midYear-kv .layer-slogan {
  animation-delay: .2s;
}
.midYear .midYear-kv .layer-sub {
  animation-delay: .6s;
}
.midYear .midYear-kv .layer-coin {
  animation-delay: .8s;
}
.midYear .midYear-kv .kv-label {
  position: absolute;
  top: 40px;
  left: 0;
  z-index: 1;
  width: 100%;
  text-align: center;
}
.midYear .midYear-kv .kv-label .l-label {
  background-color: #ffe600;
  color: #010351;
  font-size: 24px;
  font-weight: 700;
  line-height: 44px;
  border-radius: 44px;
  padding: 0 20px;
  overflow: hidden;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.midYear .midYear-kv .kv-btn {
  position: absolute;
  background-color: #191919;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
  border-radius: 48px;
  padding: 8px 24px 10px;
  overflow: hidden;
  z-index: 1;
  text-align: center;
  border: 1px solid #fff;
  box-shadow: 0 0 10px #fff;
}
.midYear .midYear-kv .kv-btn1 {
  top: 48.4%;
  left: 23.5%;
}
.midYear .midYear-kv .kv-btn2 {
  top: 46%;
  left: 51.5%;
}
.midYear .midYear-kv .pulse {
  animation-delay: 1.25s;
}
.midYear .midYear-a {
  position: relative;
  z-index: 1;
  padding: 0;
  padding-top: 0;
  padding-bottom: 35px;
}
.midYear .midYear-a .section-header {
  margin-bottom: 25px;
}
.midYear .midYear-a .l-swiper {
  max-width: 1218px;
  margin: 0 auto;
}
.midYear .midYear-a .swiper-slide {
  width: calc(100% / 3);
  min-width: 406px;
  padding: 10px 15px;
}
@media (min-width: 751px) and (max-width: 1200px) {
  .midYear .midYear-a .scroll-text {
    font-size: 16px;
    margin-bottom: 15px;
    display: block;
  }
}
@media (min-width: 751px) {
  .midYear .midYear-a .swiper-pagination {
    display: none;
  }
}
.midYear .midYear-a .item {
  background-size: 100% auto;
  padding: 7px;
  position: relative;
  border-radius: 30px;
  filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.5));
}
.midYear .midYear-a .item .content {
  padding: 10px 30px 25px;
  border-radius: 26px;
  background-color: #fff;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center top;
  /* min-height: 592px; */
}
.midYear .midYear-a .item .main-text {
  text-align: center;
  margin-bottom: 16px;
  color: #fff;
  animation-delay: .4s;
}
.midYear .midYear-a .item .main-text h3 {
  font-size: 30px;
  line-height: 36px;
  letter-spacing: .05em;
  font-weight: 700;
  color: #fff;
  margin-bottom: 5px;
}
.midYear .midYear-a .item .main-text .text-small {
  font-size: 16px;
  color: #fff;
}
.midYear .midYear-a .item .main-text a {
  color: #fff;
  cursor: pointer;
}
.midYear .midYear-a .item .sub-text {
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0;
  color: #000;
  font-weight: 700;
  text-align: center;
  margin-bottom: 8px;
}
.midYear .midYear-a .item .sub-text .highlight {
  color: #df1919;
  font-size: 33px;
}
.midYear .midYear-a .item .sub-text .text-lg {
  font-size: 46px;
  line-height: 1;
}
.midYear .midYear-a .item .sub-text .special {
  font-size: 24px;
}
.midYear .midYear-a .item .sub-text .original {
  font-size: 16px;
}
.midYear .midYear-a .item .list {
  font-size: 24px;
  line-height: 36px;
  font-weight: 500;
  list-style: none;
  margin: 0 auto;
  min-height: 168px;
}
.midYear .midYear-a .item .list li {
  position: relative;
  padding-left: 1em;
}
.midYear .midYear-a .item .list li:before {
  content: "‧";
  position: absolute;
  top: 0;
  left: 0;
}
.midYear .midYear-a .item .list .text-small {
  font-size: 18px;
}
.midYear .midYear-a .item .action {
  max-width: 280px;
  margin: 0 auto;
}
.midYear .midYear-a .item .midYear-btn {
  position: relative;
  font-size: 20px;
  line-height: 50px;
  height: 50px;
  border-radius: 50px;
  font-weight: 500;
  background-image: url(https://www.homeplus.net.tw/cable/images/manual_upload/promo26618/images/a-btn1.webp);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  display: block;
  text-align: center;
  color: #000;
}
.midYear .midYear-a .item .midYear-btn + .midYear-btn {
  margin-top: 12px;
}
.midYear .midYear-a .item .midYear-btn:active {
  /* filter: brightness(1.2); */
  filter: brightness(1.05) saturate(1.5);
}
@media (hover: hover) {
  .midYear .midYear-a .item .midYear-btn:hover {
    /* filter: brightness(1.2); */
    filter: brightness(1.05) saturate(1.5);
    font-weight: 700;
  }
  .midYear .midYear-a .item .midYear-btn-1{
    font-weight: 500 !important;
  }
}
.midYear .midYear-a .item .midYear-btn-1 {
  border: 2px solid #666;
  color: #666;
  font-weight: 500;
  line-height: 48px;
  background-image: none !important;
}
.midYear .midYear-a .item .midYear-btn-1 img {
  width: 32px;
  position: absolute;
  top: 8px;
  right: 9px;
}
.midYear .midYear-a .item-1 {
  background-color: #fc9b84;
}
.midYear .midYear-a .item-1 .content {
  background-image: url(https://www.homeplus.net.tw/cable/images/manual_upload/promo26618/images/a-item1.webp);
}
.midYear .midYear-a .item-1 .midYear-btn {
  background-image: url(https://www.homeplus.net.tw/cable/images/manual_upload/promo26618/images/a-btn1.webp);
}
.midYear .midYear-a .item-2 {
  background-color: #f283fe;
}
.midYear .midYear-a .item-2 .content {
  background-image: url(https://www.homeplus.net.tw/cable/images/manual_upload/promo26618/images/a-item2.webp);
  padding: 10px 5px 25px;
}
.midYear .midYear-a .item-2 .midYear-btn {
  background-image: url(https://www.homeplus.net.tw/cable/images/manual_upload/promo26618/images/a-btn2.webp);
}
.midYear .midYear-a .item-3 {
  background-color: #009df9;
}
.midYear .midYear-a .item-3 .content {
  background-image: url(https://www.homeplus.net.tw/cable/images/manual_upload/promo26618/images/a-item3.webp);
}
.midYear .midYear-a .item-3 .midYear-btn {
  background-image: url(https://www.homeplus.net.tw/cable/images/manual_upload/promo26618/images/a-btn3.webp);
}
.midYear .midYear-b {
  padding-top: 30px;
  padding-bottom: 30px;
}
.midYear .midYear-b .section-header {
  margin-bottom: 30px;
}
.midYear .midYear-b .section-content {
  max-width: 1190px;
}
.midYear .midYear-b .l-grid {
  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;
}
.midYear .midYear-b .l-grid__left {
  width: calc(100% - 23.361344537%);
}
.midYear .midYear-b .l-grid__right {
  width: 23.361344537%;
}
.midYear .midYear-b .block-a {
  background-image: url(https://www.homeplus.net.tw/cable/images/manual_upload/promo26618/images/b-box1.webp);
  background-size: 100% 100%;
  background-position: center top;
  background-repeat: no-repeat;
  min-height: 366px;
  padding: 0 25px;
  filter: drop-shadow(0 0 15px rgba(0, 0, 0, 0.5));
  position: relative;
}
.midYear .midYear-b .block-a .l-badge {
  position: absolute;
  top: -24px;
  right: -10px;
  width: 118px;
}
.midYear .midYear-b .block-a__header {
  background-image: url(https://www.homeplus.net.tw/cable/images/manual_upload/promo26618/images/b-hd1.webp);
  background-size: 100% auto;
  background-position: center top;
  background-repeat: no-repeat;
  min-height: 72px;
  width: 100%;
  max-width: 718px;
  margin: 0 auto;
  margin-bottom: 24px;
  font-size: 41px;
  line-height: 66px;
  font-weight: 900;
  text-align: center;
  color: #fff;
}
.midYear .midYear-b .block-a__header .highlight {
  color: #fffa7a;
}
.midYear .midYear-b .block-a .group {
  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;
}
.midYear .midYear-b .block-a .group-left {
  width: calc(100% - 67.630057803%);
}
.midYear .midYear-b .block-a .group-left .item {
  width: 50%;
}
.midYear .midYear-b .block-a .group-left .image {
  max-width: 120px;
}
.midYear .midYear-b .block-a .group-right {
  width: 67.630057803%;
}
.midYear .midYear-b .block-a .group-right .item {
  width: 33%;
}
.midYear .midYear-b .block-a .group-right .item-4 {
  width: 37%;
}
.midYear .midYear-b .block-a .group-right .item-5 {
  width: 30%;
}
.midYear .midYear-b .block-a .group-right .image {
  max-width: 175px;
}
.midYear .midYear-b .block-a .box {
  background-image: url(https://www.homeplus.net.tw/cable/images/manual_upload/promo26618/images/b-box-bg.webp);
  background-size: 100% auto;
  background-repeat: no-repeat;
  min-height: 244px;
  padding: 20px 0 0 10px;
}
.midYear .midYear-b .block-a .bottom {
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  margin-top: 10px;
}
.midYear .midYear-b .block-a .bottom span + span {
  margin-left: .5em;
}
.midYear .midYear-b .block-a .bottom .highlight {
  color: #df1919;
}
.midYear .midYear-b .block-a .bottom .text-small {
  font-size: 21px;
}
.midYear .midYear-b .block-a .list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
.midYear .midYear-b .block-a .item {
  text-align: center;
}
.midYear .midYear-b .block-a .item .image {
  margin: 0 auto;
  margin-bottom: 10px;
}
.midYear .midYear-b .block-a .item .main-text {
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
}
.midYear .midYear-b .block-b {
  background-image: url(https://www.homeplus.net.tw/cable/images/manual_upload/promo26618/images/b-box2.webp);
  background-size: 100% 100%;
  background-position: center top;
  background-repeat: no-repeat;
  min-height: 262px;
  padding: 0 15px;
}
.midYear .midYear-b .block-b__header {
  background-image: url(https://www.homeplus.net.tw/cable/images/manual_upload/promo26618/images/b-hd2.webp);
  background-size: 100% auto;
  background-position: center top;
  background-repeat: no-repeat;
  min-height: 42px;
  width: 100%;
  max-width: 240px;
  margin: 0 0 20px 0;
  font-size: 24px;
  line-height: 42px;
  font-weight: 900;
  text-align: center;
  color: #fff;
}
.midYear .midYear-b .block-b .list {
  font-size: 24px;
  line-height: 36px;
  font-weight: 500;
  list-style: none;
  max-width: 220px;
  margin: 0 auto;
}
.midYear .midYear-b .block-b .list li {
  position: relative;
  padding-left: 1em;
}
.midYear .midYear-b .block-b .list li:before {
  content: "‧";
  position: absolute;
  top: 0;
  left: 0;
}
.midYear .midYear-c {
  position: relative;
  z-index: 1;
  padding: 0;
  padding-top: 35px;
  padding-bottom: 35px;
}
.midYear .midYear-c .section-header {
  margin-bottom: 25px;
}
.midYear .midYear-c .l-swiper {
  max-width: 816px;
  margin: 0 auto;
}
.midYear .midYear-c .swiper-slide {
  width: calc(100% / 3);
  min-width: 406px;
  padding: 10px 15px;
}
@media (min-width: 751px) {
  .midYear .midYear-c .swiper-pagination {
    display: none;
  }
}
.midYear .midYear-c .item {
  padding: 7px;
  position: relative;
  border-radius: 30px;
  filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.5));
}
.midYear .midYear-c .item .content {
  padding: 10px 30px 25px;
  border-radius: 26px;
  background-color: #fff;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center top;
  /* min-height: 572px; */
}
.midYear .midYear-c .item .main-text {
  text-align: center;
  margin-bottom: 10px;
  color: #fff;
  animation-delay: .4s;
}
.midYear .midYear-c .item .main-text h3 {
  font-size: 34px;
  line-height: 36px;
  letter-spacing: .05em;
  font-weight: 700;
  color: #fff;
  margin-bottom: 5px;
}
.midYear .midYear-c .item .main-text .text-small {
  font-size: 16px;
  color: #fff;
}
.midYear .midYear-c .item .main-text a {
  color: #fff;
  cursor: pointer;
}
.midYear .midYear-c .item .sub-text {
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0;
  color: #000;
  font-weight: 700;
  text-align: center;
  margin-bottom: 8px;
}
.midYear .midYear-c .item .sub-text .highlight {
  color: #df1919;
  font-size: 33px;
}
.midYear .midYear-c .item .sub-text .text-lg {
  font-size: 46px;
  line-height: 1;
}
.midYear .midYear-c .item .sub-text .special {
  font-size: 24px;
}
.midYear .midYear-c .item .sub-text .original {
  font-size: 16px;
}
.midYear .midYear-c .item .list {
  font-size: 24px;
  line-height: 36px;
  font-weight: 500;
  list-style: none;
  margin: 0 auto;
  min-height: 200px;
}
.midYear .midYear-c .item .list li {
  position: relative;
  padding-left: 1em;
}
.midYear .midYear-c .item .list li:before {
  content: "‧";
  position: absolute;
  top: 0;
  left: 0;
}
.midYear .midYear-c .item .list .text-small {
  font-size: 18px;
}
.midYear .midYear-c .item .action {
  max-width: 295px;
  margin: 0 auto;
}
.midYear .midYear-c .item .midYear-btn {
  position: relative;
  font-size: 20px;
  line-height: 48px;
  height: 50px;
  border-radius: 50px;
  font-weight: 500;
  background-image: url(https://www.homeplus.net.tw/cable/images/manual_upload/promo26618/images/a-btn1.webp);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  display: block;
  text-align: center;
  color: #000;
}
.midYear .midYear-c .item .midYear-btn .highlight {
  color: #df1919;
}
.midYear .midYear-c .item .midYear-btn + .midYear-btn {
  margin-top: 12px;
}
.midYear .midYear-c .item .midYear-btn:active {
  filter: brightness(1.05) saturate(1.5);
}
@media (hover: hover) {
  .midYear .midYear-c .item .midYear-btn:hover {
    filter: brightness(1.05) saturate(1.5);
    font-weight: 700;
  }
}
.midYear .midYear-c .item .midYear-btn-1 {
  border: 2px solid #666;
  color: #666;
  font-weight: 500;
  line-height: 48px;
  background-image: none !important;
}
.midYear .midYear-c .item .midYear-btn-1 img {
  width: 32px;
  position: absolute;
  top: 8px;
  right: 9px;
}
.midYear .midYear-c .item-1 {
  background-color: #fc9b84;
}
.midYear .midYear-c .item-1 .content {
  background-image: url(https://www.homeplus.net.tw/cable/images/manual_upload/promo26618/images/a-item1.webp);
}
.midYear .midYear-c .item-1 .midYear-btn {
  background-image: url(https://www.homeplus.net.tw/cable/images/manual_upload/promo26618/images/a-btn1.webp);
}
.midYear .midYear-c .item-2 {
  background-color: #f283fe;
}
.midYear .midYear-c .item-2 .content {
  background-image: url(https://www.homeplus.net.tw/cable/images/manual_upload/promo26618/images/a-item2.webp);
  padding: 10px 5px 25px;
}
.midYear .midYear-c .item-2 .midYear-btn {
  background-image: url(https://www.homeplus.net.tw/cable/images/manual_upload/promo26618/images/a-btn2.webp);
}
.midYear .midYear-d {
  position: relative;
  z-index: 1;
  padding: 0;
  padding-top: 35px;
  padding-bottom: 60px;
}
.midYear .midYear-d .section-header {
  margin-bottom: 25px;
}
.midYear .midYear-d .section-inner {
  max-width: 1920px;
  position: relative;
}
.midYear .midYear-d .section-inner:before, .midYear .midYear-d .section-inner:after {
  content: "";
  position: absolute;
  top: 0;
  width: 20%;
  height: 100%;
  z-index: 10;
  pointer-events: none;
}
.midYear .midYear-d .section-inner:before {
  left: 0;
  background: linear-gradient(90deg, #3607d6 0%, rgba(54, 7, 214, 0) 100%);
}
.midYear .midYear-d .section-inner:after {
  right: 0;
  background: linear-gradient(90deg, rgba(54, 7, 214, 0) 0%, #3607d6 100%);
}
.midYear .midYear-d .l-swiper {
  max-width: 100%;
  margin: 0 auto;
}
.midYear .midYear-d .swiper-wrapper {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  min-height: 550px;
}
.midYear .midYear-d .swiper-slide {
  width: 100%;
  max-width: 1236px;
  padding: 0 24px;
}
.midYear .midYear-d .swiper-button-next,
.midYear .midYear-d .swiper-button-prev {
  top: 50%;
  width: 20px;
  height: 36px;
  margin-top: -18px;
  display: block;
  z-index: 20;
  background-size: contain;
}
.midYear .midYear-d .swiper-button-next i,
.midYear .midYear-d .swiper-button-prev i {
  display: block;
  margin: 0 auto;
}
.midYear .midYear-d .swiper-button-next:after,
.midYear .midYear-d .swiper-button-prev:after {
  display: none;
}
.midYear .midYear-d .swiper-button-prev {
  left: calc(50% - 1188px / 2 - 36px);
  right: initial;
  background-image: url(https://www.homeplus.net.tw/cable/images/manual_upload/promo26618/images/swiper-button-prev.webp);
}
.midYear .midYear-d .swiper-button-next {
  left: initial;
  right: calc(50% - 1188px / 2 - 36px);
  background-image: url(https://www.homeplus.net.tw/cable/images/manual_upload/promo26618/images/swiper-button-next.webp);
}
.midYear .midYear-d .swiper-slide .item {
  max-width: 1048px;
}
.midYear .midYear-d .swiper-slide-active .item {
  max-width: 1236px;
}
.midYear .midYear-d .swiper-slide-prev .item {
  float: right;
}
.midYear .midYear-d .swiper-slide-next .item {
  float: left;
}
.midYear .midYear-d .item {
  position: relative;
  -moz-transition: ease 0.5s;
  -o-transition: ease 0.5s;
  -webkit-transition: ease 0.5s;
  transition: ease 0.5s;
}
.midYear .midYear-d .item .action {
  position: absolute;
  bottom: 20px;
  left: 0;
  width: 100%;
}
.midYear .midYear-d .item .midYear-btn {
  position: relative;
  font-size: 22px;
  line-height: 48px;
  height: 52px;
  border-radius: 52px;
  font-weight: 500;
  display: block;
  text-align: center;
  color: #fff;
  border: 2px solid #fff;
  width: 211px;
  margin: 0 auto;
}
.midYear .midYear-d .item .midYear-btn:active {
  background-color: rgba(255, 255, 255, 0.1);
}
@media (hover: hover) {
  .midYear .midYear-d .item .midYear-btn:hover {
    background-color: rgba(255, 255, 255, 0.1);
    font-weight: 700;
  }
}
.midYear .midYear-d .item .midYear-btn img {
  width: 32px;
  position: absolute;
  top: 8px;
  right: 9px;
}
.midYear .midYear-e {
  padding-top: 60px;
  padding-bottom: 50px;
}
.midYear .midYear-e .bg {
  background-image: url(https://www.homeplus.net.tw/cable/images/manual_upload/promo26618/images/e-bg.webp);
  background-size: 100% 100%;
  background-position: center top;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.midYear .midYear-e .section-inner {
  max-width: 1188px;
  border-radius: 32px;
  overflow: visible;
}
.midYear .midYear-e .box {
  position: relative;
  background-color: #000;
  border-radius: 30px;
  padding: 30px 20px;
  min-height: 307px;
  color: #fff;
}
.midYear .midYear-e .image {
  position: absolute;
  top: -30px;
  left: 3%;
  max-width: 485px;
}
.midYear .midYear-e .image .text {
  position: absolute;
  top: 83%;
  right: 65%;
  text-align: center;
  font-size: 18px;
  line-height: 20px;
  width: 145px;
}
.midYear .midYear-e .image .text .text-small {
  font-size: 15px;
  line-height: 16px;
}
.midYear .midYear-e .content {
  position: relative;
  padding-left: 420px;
}
.midYear .midYear-e .heading {
  margin-bottom: 30px;
  padding-left: 40px;
}
.midYear .midYear-e .list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
.midYear .midYear-e .item {
  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;
  position: relative;
  padding: 0 12px;
}
.midYear .midYear-e .item:last-child {
  padding-right: 0;
}
.midYear .midYear-e .item:last-child:before {
  display: none;
}
.midYear .midYear-e .item:before {
  content: "";
  position: absolute;
  top: calc(50% - 60px / 2);
  right: 0;
  width: 2px;
  height: 60px;
  background-color: #fff;
}
.midYear .midYear-e .item .main-text {
  font-size: 24px;
  line-height: 29px;
  text-align: center;
  padding-right: 8px;
}
.midYear .midYear-e .item .sub-text {
  font-size: 44px;
  font-weight: 700;
  color: #fff369;
}
.midYear .midYear-e .item .text-lg {
  font-size: 67px;
  line-height: 1;
}
.midYear .midYear-f {
  padding-top: 50px;
  padding-bottom: 135px;
}
.midYear .midYear-f .section-header {
  margin-bottom: 30px;
}
.midYear .midYear-f .section-content {
  max-width: 1188px;
  width: calc(100% - 30px * 2);
}
.midYear .midYear-f .list {
  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;
  margin: -25px;
}
.midYear .midYear-f .item {
  width: calc(50% - 25px * 2);
  margin: 25px;
  display: block;
}

@media (max-width: 1440px) {
  .midYear {
    background-size: 177.777777778vw auto;
  }
}
@media (max-width: 1200px) and (min-width: 751px) {
  .main-wrapper .grid-container {
    padding-right: 0;
    padding-left: 0;
  }

  .midYear .midYear-sticky {
    right: 15px;
  }
}
@media (max-width: 1240px) and (min-width: 751px) {
  .main-wrapper .grid-container {
    padding-right: 0;
    padding-left: 0;
  }

  .midYear .midYear-sticky {
    right: 15px;
  }
  .midYear .midYear-section {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 1230px) and (min-width: 751px) {
  .midYear .midYear-a .l-swiper {
    padding: 0 14px;
  }
}
@media (max-width: 1240px) and (min-width: 751px) {
  .midYear .midYear-kv .kv-label {
    top: 2.777777777vw;
  }
  .midYear .midYear-kv .kv-label .l-label {
    font-size: 1.6666vw;
    line-height: 3.0555vw;
    border-radius: 3.0555vw;
    padding: 0 1.3888vw;
  }
  .midYear .midYear-kv .kv-btn {
    font-size: 1.6666vw;
    line-height: 2.0833vw;
    border-radius: 3.3333vw;
    padding: 0.6944vw 1.6666vw;
  }
  .midYear .midYear-b .section-content {
    max-width: 82.638vw;
  }
  .midYear .midYear-b .block-a {
    min-height: 25.416vw;
  }
  .midYear .midYear-b .block-a .l-badge {
    top: -24px;
    right: -10px;
    width: 8.1944vw;
  }
  .midYear .midYear-b .block-a__header {
    margin-bottom: 1.6666vw;
    font-size: 2.847vw;
    line-height: 4.5833vw;
    min-height: 5vw;
    max-width: 49.861vw;
  }
  .midYear .midYear-b .block-a .group-left .image {
    max-width: 8.3333vw;
  }
  .midYear .midYear-b .block-a .group-right .image {
    max-width: 12.152vw;
  }
  .midYear .midYear-b .block-a .box {
    min-height: 16.944vw;
    padding: 1.3888vw 0 0 0.694vw;
  }
  .midYear .midYear-b .block-a .bottom {
    font-size: 2.0833vw;
    margin-top: 0.694vw;
  }
  .midYear .midYear-b .block-a .bottom .text-small {
    font-size: 1.4583vw;
  }
  .midYear .midYear-b .block-a .item .image {
    margin-bottom: 0.694vw;
  }
  .midYear .midYear-b .block-a .item .main-text {
    font-size: 1.6666vw;
    line-height: 2.2222vw;
  }
  .midYear .midYear-b .block-b {
    min-height: 18.194vw;
    padding: 0 1.0416vw;
  }
  .midYear .midYear-b .block-b__header {
    min-height: 2.9166vw;
    max-width: 16.666vw;
    margin: 0 0 1.3888vw 0;
    font-size: 1.6666vw;
    line-height: 2.916vw;
  }
  .midYear .midYear-b .block-b .list {
    font-size: 1.6666vw;
    line-height: 2.5vw;
    max-width: 15.277vw;
  }
  .midYear .midYear-d .swiper-button-next:after,
  .midYear .midYear-d .swiper-button-prev:after {
    display: none;
  }
  .midYear .midYear-d .swiper-button-prev {
    left: 5px;
  }
  .midYear .midYear-d .swiper-button-next {
    right: 5px;
  }
  .midYear .midYear-d .swiper-wrapper {
    min-height: 44vw;
  }
  .midYear .midYear-d .swiper-slide .item {
    max-width: 72.777vw;
  }
  .midYear .midYear-d .swiper-slide-active .item {
    max-width: calc(100% - 5px * 2);
  }
  .midYear .midYear-d .item .action {
    bottom: 1.3888vw;
  }
  .midYear .midYear-d .item .midYear-btn {
    font-size: 1.5277vw;
    line-height: 3.333vw;
    height: 3.611vw;
    border-radius: 3.611vw;
    width: 14.652vw;
  }
  .midYear .midYear-d .item .midYear-btn img {
    width: 2.222vw;
    top: 0.555vw;
    right: 0.555vw;
  }
  .midYear .midYear-e .section-inner {
    max-width: 82.5vw;
  }
  .midYear .midYear-e .box {
    padding: 2.083vw 1.3888vw;
    min-height: 21.319vw;
  }
  .midYear .midYear-e .image {
    top: -2.083vw;
    max-width: 33.68vw;
  }
  .midYear .midYear-e .image .text {
    font-size: 1.25vw;
    line-height: 1.1;
    width: 10.069vw;
  }
  .midYear .midYear-e .image .text .text-small {
    font-size: 1.0416vw;
    line-height: 1.1;
  }
  .midYear .midYear-e .content {
    padding-left: 29.166vw;
  }
  .midYear .midYear-e .heading {
    margin-bottom: 2.0833vw;
    padding-left: 2.7777vw;
    font-size: 3.3333vw;
    line-height: 4.0277vw;
  }
  .midYear .midYear-e .item {
    padding: 0 0.8333vw;
  }
  .midYear .midYear-e .item:before {
    top: calc(50% - 4.1666vw / 2);
    height: 4.1666vw;
  }
  .midYear .midYear-e .item .main-text {
    font-size: 1.6666vw;
    line-height: 2.013vw;
    padding-right: 0.5555vw;
  }
  .midYear .midYear-e .item .sub-text {
    font-size: 3.0555vw;
  }
  .midYear .midYear-e .item .text-lg {
    font-size: 4.6527vw;
  }
  .midYear .midYear-f .heading span {
    display: block;
  }
  .midYear .midYear-f .section-content {
    max-width: 82.5vw;
  }
  .midYear .midYear-f .list {
    margin: -1.736vw;
  }
  .midYear .midYear-f .item {
    width: calc(50% - 1.736vw * 2);
    margin: 1.736vw;
  }
}
@media (max-width: 750px) {
  .main-wrapper .grid-container {
    padding-right: 0;
    padding-left: 0;
  }

  .midYear {
    background-image: url(https://www.homeplus.net.tw/cable/images/manual_upload/promo26618/images/midYear-bg_s.webp);
    background-size: 100% auto;
  }
  .midYear .lg-view {
    display: none;
  }
  .midYear .sm-view {
    display: block;
  }
  .midYear .midYear-section {
    padding: 0 9px;
  }
  .midYear .midYear-section .section-content {
    max-width: 355px;
  }
  .midYear .midYear-section .heading {
    font-size: 24px;
    line-height: 32px;
  }
  .midYear .midYear-section .scroll-text {
    display: block;
  }
  .midYear .midYear-section .section-anchor {
    top: -60px;
  }
  .midYear .midYear-section .swiper-pagination-bullet {
    width: 25px;
    height: 4px;
    margin: 0 5px;
  }
  .midYear .midYear-sticky {
    right: 0;
  }
  .midYear .midYear-sticky .btn {
    width: 50px;
    min-width: 50px;
    min-height: 30px;
    height: 30px;
    border-radius: 40px 0 0 40px;
    font-size: 12px;
    line-height: 30px;
    padding-left: 8px;
  }
  .midYear .midYear-kv {
    padding: 0;
  }
  .midYear .midYear-kv .section-content {
    max-width: 100%;
  }
  .midYear .midYear-kv .section-inner {
    max-width: 100%;
  }
  .midYear .midYear-kv .layer-coin {
    width: 200vw;
    left: calc(50% - 200vw / 2);
  }
  .midYear .midYear-kv .kv-label {
    top: 6.6666vw;
  }
  .midYear .midYear-kv .kv-label .l-label {
    font-size: 4.2666vw;
    line-height: 8.2666vw;
    border-radius: 8.2666vw;
    padding: 0 3.2vw;
  }
  .midYear .midYear-kv .kv-btn {
    font-size: 3.7333vw;
    line-height: 4vw;
    border-radius: 6.4vw;
    padding: 1.3333vw 3.3333vw;
  }
  .midYear .midYear-kv .kv-btn1 {
    top: 51.4%;
    left: 8.5%;
  }
  .midYear .midYear-kv .kv-btn2 {
    top: 49.5%;
    left: 48.5%;
  }
  .midYear .midYear-a {
    padding: 0 0 15px;
  }
  .midYear .midYear-a .section-header {
    margin-bottom: 15px;
  }
  .midYear .midYear-a .section-content {
    max-width: 100%;
  }
  .midYear .midYear-a .heading br {
    display: none;
  }
  .midYear .midYear-a .heading span {
    display: block;
  }
  .midYear .midYear-a .l-swiper {
    max-width: 100%;
    margin: 0 auto;
    padding: 0 8px;
  }
  .midYear .midYear-a .swiper-slide {
    width: 283px;
    min-width: 283px;
    padding: 8px;
  }
  .midYear .midYear-a .item {
    padding: 5px;
    border-radius: 20px;
    filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.5));
  }
  .midYear .midYear-a .item .content {
    padding: 10px 15px 10px;
    border-radius: 16px;
    /* min-height: 512px; */
  }
  .midYear .midYear-a .item .main-text {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 10px;
  }
  .midYear .midYear-a .item .main-text h3 {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 0;
  }
  .midYear .midYear-a .item .main-text .text-small {
    font-size: 14px;
  }
  .midYear .midYear-a .item .sub-text {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 8px;
  }
  .midYear .midYear-a .item .sub-text .highlight {
    font-size: 28px;
  }
  .midYear .midYear-a .item .sub-text .text-lg {
    font-size: 40px;
    line-height: 1;
  }
  .midYear .midYear-a .item .sub-text .special {
    font-size: 18px;
  }
  .midYear .midYear-a .item .sub-text .original {
    font-size: 14px;
  }
  .midYear .midYear-a .item .list {
    font-size: 20px;
    line-height: 24px;
    max-width: 224px;
    min-height: 170px;
  }
  .midYear .midYear-a .item .midYear-btn {
    font-size: 16px;
    line-height: 40px;
    height: 40px;
  }
  .midYear .midYear-a .item .midYear-btn + .midYear-btn {
    margin-top: 8px;
  }
  .midYear .midYear-a .item .midYear-btn-1 {
    border: 1px solid #666;
    line-height: 38px;
  }
  .midYear .midYear-a .item .midYear-btn-1 img {
    width: 24px;
    top: 7px;
    right: 8px;
  }
  .midYear .midYear-a .item .sm-hide {
    display: none;
  }
  .midYear .midYear-a .item-1 .content {
    background-image: url(https://www.homeplus.net.tw/cable/images/manual_upload/promo26618/images/a-item1_s.webp);
  }
  .midYear .midYear-a .item-1 .midYear-btn {
    background-image: url(https://www.homeplus.net.tw/cable/images/manual_upload/promo26618/images/a-btn1_s.webp);
  }
  .midYear .midYear-a .item-2 .content {
    background-image: url(https://www.homeplus.net.tw/cable/images/manual_upload/promo26618/images/a-item2_s.webp);
  }
  .midYear .midYear-a .item-2 .midYear-btn {
    background-image: url(https://www.homeplus.net.tw/cable/images/manual_upload/promo26618/images/a-btn2_s.webp);
  }
  .midYear .midYear-a .item-3 .content {
    background-image: url(https://www.homeplus.net.tw/cable/images/manual_upload/promo26618/images/a-item3_s.webp);
  }
  .midYear .midYear-a .item-3 .midYear-btn {
    background-image: url(https://www.homeplus.net.tw/cable/images/manual_upload/promo26618/images/a-btn3_s.webp);
  }
  .midYear .midYear-b {
    padding: 0;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .midYear .midYear-b .section-header {
    margin-bottom: 15px;
  }
  .midYear .midYear-b .section-content {
    max-width: 100%;
  }
  .midYear .midYear-b .heading span {
    display: block;
  }
  .midYear .midYear-b .heading br {
    display: none;
  }
  .midYear .midYear-b .scroll-text {
    margin-bottom: 0;
  }
  .midYear .midYear-b .scroll-box {
    overflow: auto;
    width: 100%;
    max-width: 467px;
    padding: 0 25px;
    padding-top: 15px;
    margin: 0 auto;
  }
  .midYear .midYear-b .l-grid {
    width: 417px;
  }
  .midYear .midYear-b .l-grid__left {
    width: 292px;
  }
  .midYear .midYear-b .l-grid__right {
    width: 125px;
  }
  .midYear .midYear-b .block-a {
    background-image: url(https://www.homeplus.net.tw/cable/images/manual_upload/promo26618/images/b-box1_s.webp);
    min-height: 279px;
    padding: 0 10px;
  }
  .midYear .midYear-b .block-a__header {
    background-image: url(https://www.homeplus.net.tw/cable/images/manual_upload/promo26618/images/b-hd1_s.webp);
    min-height: 50px;
    max-width: 282px;
    margin-bottom: 0;
    font-size: 18px;
    line-height: 21px;
    padding-top: 4px;
  }
  .midYear .midYear-b .block-a__header span {
    display: block;
  }
  .midYear .midYear-b .block-a__header .sm-hide {
    display: none;
  }
  .midYear .midYear-b .block-a .l-badge {
    top: -12px;
    right: -5px;
    width: 59px;
  }
  .midYear .midYear-b .block-a .group {
    -webkit-box-direction: reverse;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .midYear .midYear-b .block-a .group-left {
    width: 100%;
  }
  .midYear .midYear-b .block-a .group-left .item {
    width: 50%;
  }
  .midYear .midYear-b .block-a .group-left .item-2 br {
    display: none;
  }
  .midYear .midYear-b .block-a .group-left .image {
    max-width: 55px;
  }
  .midYear .midYear-b .block-a .group-right {
    width: 100%;
    margin-bottom: 10px;
  }
  .midYear .midYear-b .block-a .group-right .item {
    width: 33%;
  }
  .midYear .midYear-b .block-a .group-right .item-4 {
    width: 37%;
  }
  .midYear .midYear-b .block-a .group-right .item-5 {
    width: 30%;
  }
  .midYear .midYear-b .block-a .group-right .image {
    max-width: 80px;
  }
  .midYear .midYear-b .block-a .box {
    background-image: url(https://www.homeplus.net.tw/cable/images/manual_upload/promo26618/images/b-box-bg_s.webp);
    background-size: 100% auto;
    min-height: inherit;
    padding: 15px 0 0 5px;
  }
  .midYear .midYear-b .block-a .bottom {
    font-size: 15px;
    margin-top: 0;
  }
  .midYear .midYear-b .block-a .bottom .text-small {
    font-size: 12px;
  }
  .midYear .midYear-b .block-a .item .image {
    margin-bottom: 5px;
  }
  .midYear .midYear-b .block-a .item .main-text {
    font-size: 15px;
    line-height: 21px;
  }
  .midYear .midYear-b .block-b {
    background-image: url(https://www.homeplus.net.tw/cable/images/manual_upload/promo26618/images/b-box2_s.webp);
    min-height: 165px;
    padding: 0;
  }
  .midYear .midYear-b .block-b__header {
    background-image: url(https://www.homeplus.net.tw/cable/images/manual_upload/promo26618/images/b-hd2_s.webp);
    min-height: 38px;
    max-width: 120px;
    margin: 0 0 14px 0;
    font-size: 15px;
    line-height: 18px;
  }
  .midYear .midYear-b .block-b__header span {
    display: block;
    padding-left: 8px;
  }
  .midYear .midYear-b .block-b .list {
    font-size: 14px;
    line-height: 18px;
    max-width: 120px;
  }
  .midYear .midYear-b .block-b .list br {
    display: none;
  }
  .midYear .midYear-b .block-b .list span {
    display: inline-block;
  }
  .midYear .midYear-c {
    padding: 30px 0;
  }
  .midYear .midYear-c .section-header {
    margin-bottom: 15px;
  }
  .midYear .midYear-c .section-content {
    max-width: 100%;
  }
  .midYear .midYear-c .heading {
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
  }
  .midYear .midYear-c .heading br {
    display: none;
  }
  .midYear .midYear-c .heading span {
    display: inline-block;
  }
  .midYear .midYear-c .l-swiper {
    max-width: 100%;
    margin: 0 auto;
    padding: 0 8px;
  }
  .midYear .midYear-c .swiper-slide {
    width: 283px;
    min-width: 283px;
    padding: 8px;
  }
  .midYear .midYear-c .item {
    /* min-height: 527px; */
    padding: 5px;
    border-radius: 20px;
    filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.5));
  }
  .midYear .midYear-c .item .content {
    padding: 10px 15px 10px;
    border-radius: 16px;
    /* min-height: 524px; */
  }
  .midYear .midYear-c .item .main-text {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 10px;
  }
  .midYear .midYear-c .item .main-text h3 {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 0;
  }
  .midYear .midYear-c .item .main-text .text-small {
    font-size: 14px;
  }
  .midYear .midYear-c .item .sub-text {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 8px;
  }
  .midYear .midYear-c .item .sub-text .highlight {
    font-size: 30px;
  }
  .midYear .midYear-c .item .sub-text .text-lg {
    font-size: 40px;
    line-height: 1;
  }
  .midYear .midYear-c .item .sub-text .special {
    font-size: 18px;
  }
  .midYear .midYear-c .item .sub-text .original {
    font-size: 14px;
  }
  .midYear .midYear-c .item .list {
    font-size: 20px;
    line-height: 24px;
    max-width: 224px;
    min-height: 215px;
  }
  .midYear .midYear-c .item .midYear-btn {
    font-size: 16px;
    line-height: 40px;
    height: 40px;
  }
  .midYear .midYear-c .item .midYear-btn + .midYear-btn {
    margin-top: 5px;
  }
  .midYear .midYear-c .item .midYear-btn-1 {
    border: 1px solid #666;
    line-height: 38px;
  }
  .midYear .midYear-c .item .midYear-btn-1 img {
    width: 24px;
    top: 7px;
    right: 8px;
  }
  .midYear .midYear-c .item .sm-hide {
    display: none;
  }
  .midYear .midYear-c .item-1 .content {
    background-image: url(https://www.homeplus.net.tw/cable/images/manual_upload/promo26618/images/a-item1_s.webp);
  }
  .midYear .midYear-c .item-1 .midYear-btn {
    background-image: url(https://www.homeplus.net.tw/cable/images/manual_upload/promo26618/images/a-btn1_s.webp);
  }
  .midYear .midYear-c .item-2 .content {
    background-image: url(https://www.homeplus.net.tw/cable/images/manual_upload/promo26618/images/a-item2_s.webp);
  }
  .midYear .midYear-c .item-2 .midYear-btn {
    background-image: url(https://www.homeplus.net.tw/cable/images/manual_upload/promo26618/images/a-btn2_s.webp);
  }
  .midYear .midYear-d {
    padding: 0;
    padding-top: 30px;
    padding-bottom: 20px;
  }
  .midYear .midYear-d .section-inner {
    max-width: 100%;
  }
  .midYear .midYear-d .section-inner:before, .midYear .midYear-d .section-inner:after {
    width: 6.6666vw;
  }
  .midYear .midYear-d .swiper-wrapper {
    min-height: 570px;
  }
  .midYear .midYear-d .swiper-slide {
    width: 100%;
    max-width: 353px;
    padding: 0 14px;
  }
  .midYear .midYear-d .swiper-button-next,
  .midYear .midYear-d .swiper-button-prev {
    top: 50%;
    width: 20px;
    height: 36px;
    margin-top: -18px;
    display: block;
    z-index: 20;
  }
  .midYear .midYear-d .swiper-button-next i,
  .midYear .midYear-d .swiper-button-prev i {
    display: block;
    margin: 0 auto;
  }
  .midYear .midYear-d .swiper-button-prev {
    left: calc(50% - 325px / 2 - 24px);
    right: initial;
  }
  .midYear .midYear-d .swiper-button-next {
    left: initial;
    right: calc(50% - 325px / 2 - 24px);
  }
  .midYear .midYear-d .swiper-slide .item {
    max-width: 292px;
  }
  .midYear .midYear-d .swiper-slide-active .item {
    max-width: 100%;
  }
  .midYear .midYear-d .item .action {
    bottom: 15px;
  }
  .midYear .midYear-d .item .midYear-btn {
    font-size: 16px;
    line-height: 38px;
    height: 40px;
    border-radius: 40px;
    border: 1px solid #fff;
    width: 158px;
  }
  .midYear .midYear-d .item .midYear-btn img {
    width: 24px;
    top: 7px;
    right: 9px;
  }
  .midYear .midYear-e {
    padding-top: 20px;
    padding-bottom: 25px;
  }
  .midYear .midYear-e .bg {
    background-image: url(https://www.homeplus.net.tw/cable/images/manual_upload/promo26618/images/e-bg_s.webp);
    background-position: center top;
    background-size: cover;
  }
  .midYear .midYear-e .section-inner {
    width: 325px;
  }
  .midYear .midYear-e .box {
    border-radius: 15px;
    padding: 10px 6px;
    min-height: 274px;
    overflow: hidden;
  }
  .midYear .midYear-e .image {
    top: 230px;
    left: 10px;
    max-width: inherit;
  }
  .midYear .midYear-e .image img {
    display: none;
  }
  .midYear .midYear-e .image .text {
    position: relative;
    top: 0;
    right: 0;
    font-size: 12px;
    line-height: 18px;
    width: 100%;
    display: block;
  }
  .midYear .midYear-e .image .text br {
    display: none;
  }
  .midYear .midYear-e .image .text .text-small {
    font-size: 12px;
    display: block;
  }
  .midYear .midYear-e .image .text .sm-view {
    display: inline;
  }
  .midYear .midYear-e .content {
    padding-left: 0;
    padding-top: 0;
  }
  .midYear .midYear-e .heading {
    margin-bottom: 10px;
    padding-left: 0;
    font-size: 22px;
    line-height: 30px;
  }
  .midYear .midYear-e .list {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 145px;
  }
  .midYear .midYear-e .item {
    padding: 0;
  }
  .midYear .midYear-e .item + .item {
    margin-top: 4px;
  }
  .midYear .midYear-e .item:last-child {
    padding-right: 0;
  }
  .midYear .midYear-e .item:last-child:before {
    display: none;
  }
  .midYear .midYear-e .item:before {
    display: none;
  }
  .midYear .midYear-e .item .main-text {
    font-size: 16px;
    line-height: 18px;
    width: 90px;
  }
  .midYear .midYear-e .item .sub-text {
    font-size: 30px;
  }
  .midYear .midYear-e .item .text-lg {
    font-size: 45px;
    line-height: 1;
  }
  .midYear .midYear-f {
    padding-top: 25px;
    padding-bottom: 60px;
  }
  .midYear .midYear-f .section-inner {
    width: 325px;
  }
  .midYear .midYear-f .section-header {
    margin-bottom: 20px;
  }
  .midYear .midYear-f .section-content {
    max-width: 100%;
    width: 100%;
  }
  .midYear .midYear-f .list {
    display: block;
    margin: 0;
  }
  .midYear .midYear-f .item {
    width: 100%;
    margin: 0;
  }
  .midYear .midYear-f .item + .item {
    margin-top: 25px;
  }
}
@media (hover: none) {
  a:hover {
    color: inherit;
  }
}
