/* -------------------------------------------------------------
  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

------------------------------------------------------------- */
.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;
  }
}
.main-wrapper-ktv .grid-container {
  padding-right: 0;
  padding-left: 0;
  max-width: 100%;
}

.SKTV-singer {
  color: #fff;
  background-color: #000;
}
.SKTV-singer *, .SKTV-singer ::after, .SKTV-singer ::before {
  box-sizing: border-box;
}
.SKTV-singer .lg-view {
  display: block;
}
.SKTV-singer .sm-view {
  display: none;
}
.SKTV-singer .singer-section {
  position: relative;
  z-index: 0;
  color: #fff;
  padding: 0;
  overflow: hidden;
}
.SKTV-singer .singer-section .section-anchor {
  position: absolute;
  top: -96px;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.SKTV-singer .singer-section .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  pointer-events: none;
  z-index: 0;
}
.SKTV-singer .singer-section .section-header {
  position: relative;
}
.SKTV-singer .singer-section .section-content {
  position: relative;
  margin: 0 auto;
  max-width: 100%;
}
.SKTV-singer .singer-section .inner {
  width: 100%;
}
.SKTV-singer .singer-section .heading {
  color: #fff5a1;
  font-size: 40px;
  line-height: 1.5;
  font-weight: 500;
  letter-spacing: .1em;
}
.SKTV-singer .singer-section .text {
  font-size: 24px;
  line-height: 1.5;
  font-weight: 400;
  color: #fff;
  letter-spacing: .1em;
  margin-top: 1em;
}
.SKTV-singer .singer-section .highlight {
  color: #fff5a1;
}
.SKTV-singer .singer-section .action {
  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;
}
.SKTV-singer .singer-section .btn.sty--primary {
  background-color: #e3b55f;
  border: 0;
  background-image: url(https://www.homeplus.net.tw/cable/images/manual_upload/KTV/btn-bg.webp);
  background-size: cover;
  color: #000;
  font-size: 30px;
  line-height: 54px;
  font-weight: 700;
  letter-spacing: .05em;
  width: 240px;
  height: 54px;
  border-radius: 54px;
  margin: 0 10px;
}
.SKTV-singer .singer-section .btn.sty--primary:active {
  filter: brightness(1.2);
}
@media (hover: hover) {
  .SKTV-singer .singer-section .btn.sty--primary:hover {
    filter: brightness(1.2);
  }
}
.SKTV-singer .singer-section img {
  display: block;
  width: 100%;
  max-width: 100%;
}
.SKTV-singer .table-outter {
  width: 100%;
  overflow: auto;
}
.SKTV-singer .table-outter::-webkit-scrollbar-thumb {
  background-color: #333 !important;
  border-radius: 0px;
  outline: 1px solid #333;
}
.SKTV-singer .table-outter::-webkit-scrollbar {
  height: 8px;
  -webkit-appearance: none;
}
.SKTV-singer .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);
}
.SKTV-singer .table-outter::-webkit-scrollbar:hover {
  height: 12px;
}
.SKTV-singer .singer-kv {
  position: relative;
  overflow: hidden;
  z-index: 0;
  padding: 0;
}
.SKTV-singer .singer-kv .title {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 0;
  z-index: -1;
}
.SKTV-singer .singer-kv .layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.SKTV-singer .singer-kv .layer-bg {
  animation-delay: .2s;
}
.SKTV-singer .singer-kv .layer-main {
  animation-delay: .4s;
}
.SKTV-singer .singer-kv .layer-slogan {
  animation-delay: .6s;
}
.SKTV-singer .singer-a .bg {
  background-image: url(https://www.homeplus.net.tw/cable/images/manual_upload/KTV/a-bg.webp);
}
.SKTV-singer .singer-a .section-content {
  padding: 100px 0;
  max-width: 1280px;
}
.SKTV-singer .singer-a .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;
}
.SKTV-singer .singer-a .item {
  width: calc(100% / 4);
}
.SKTV-singer .singer-a .image {
  max-width: 128px;
  margin: 0 auto 15px;
}
.SKTV-singer .singer-a .main-text {
  font-size: 35px;
  line-height: 1.5;
  font-weight: 500;
  letter-spacing: .05em;
  text-align: center;
}
.SKTV-singer .singer-b .bg {
  background-image: url(https://www.homeplus.net.tw/cable/images/manual_upload/KTV/b-bg.webp);
}
.SKTV-singer .singer-b .section-content {
  max-width: 100%;
  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;
  min-height: 30.3125vw;
  padding-left: 54.6875%;
}
.SKTV-singer .singer-c .bg {
  background-image: url(https://www.homeplus.net.tw/cable/images/manual_upload/KTV/c-bg.webp);
}
.SKTV-singer .singer-c .section-content {
  max-width: 100%;
  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;
  min-height: 30.3125vw;
  padding-right: 52%;
  padding-left: 16.145833333%;
}
.SKTV-singer .singer-d .bg {
  background-image: url(https://www.homeplus.net.tw/cable/images/manual_upload/KTV/d-bg.webp);
}
.SKTV-singer .singer-d .section-content {
  max-width: 100%;
  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;
  min-height: 30.3125vw;
  padding-left: 54.6875%;
}
.SKTV-singer .singer-e .bg {
  background-image: url(https://www.homeplus.net.tw/cable/images/manual_upload/KTV/e-bg.webp);
}
.SKTV-singer .singer-e .section-content {
  max-width: 100%;
  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;
  min-height: 30.3125vw;
  padding-right: 52%;
  padding-left: 16.145833333%;
}
.SKTV-singer .singer-f .bg {
  background-image: url(https://www.homeplus.net.tw/cable/images/manual_upload/KTV/f-bg.webp);
}
.SKTV-singer .singer-f .section-content {
  max-width: 100%;
  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;
  min-height: 30.3125vw;
  padding-left: 54.6875%;
}
.SKTV-singer .singer-g {
  padding-top: 110px;
  padding-bottom: 80px;
}
.SKTV-singer .singer-g .bg {
  background-image: url(https://www.homeplus.net.tw/cable/images/manual_upload/KTV/g-bg.webp);
  background-position: center top;
}
.SKTV-singer .singer-g .section-header {
  margin-bottom: 48px;
}
.SKTV-singer .singer-g .section-content {
  max-width: 1200px;
}
.SKTV-singer .singer-g .heading {
  text-align: center;
  font-size: 48px;
  font-weight: 700;
  color: #fff;
  letter-spacing: .1em;
}
.SKTV-singer .singer-g .heading span {
  display: inline-block;
}
.SKTV-singer .singer-g .heading span + span {
  margin-left: .5em;
}
.SKTV-singer .singer-g .heading .highlight {
  color: #fff5a1;
}
.SKTV-singer .singer-g .scroll-text {
  display: none;
  text-align: center;
}
.SKTV-singer .singer-g .table-outter {
  width: 100%;
  overflow: auto;
}
.SKTV-singer .singer-g .l-table {
  font-size: 28px;
  line-height: 1.1;
  font-weight: 500;
  text-align: center;
  font-family: arial, "Noto Sans TC",sans-serif;
  border-collapse: collapse;
  width: 100%;
}
.SKTV-singer .singer-g .l-table .text-xl {
  font-size: 40px;
  font-weight: 500;
}
.SKTV-singer .singer-g .l-table .text-lg {
  font-size: 28px;
}
.SKTV-singer .singer-g .l-table .text-sm {
  font-size: 24px;
}
.SKTV-singer .singer-g .l-table .text-xs {
  font-size: 18px;
  line-height: 1.1;
}
/*Viola 放大限時優惠價格文字*/
.SKTV-singer .l-table .highlight.price{
  font-size: 30px;
}

.SKTV-singer .singer-g .l-table th,
.SKTV-singer .singer-g .l-table td {
  padding: 10px 5px;
  border: 2px solid #fff;
  /*background-color: transparent;Viola 刪除*/
  height: 76px;
}
.SKTV-singer .singer-g .l-table .l-table__header {
  padding: 20px 5px;
  height: 88px;
}
.SKTV-singer .singer-g .l-table .l-table__left {
  width: 120px;
}
/*Viola 新增*/
.SKTV-singer .singer-g .l-table .mobile-show {
  display: none;
}
.SKTV-singer .singer-g .action {
  margin: 0 auto;
  margin-top: 55px;
}
.SKTV-singer .singer-h {
  padding-top: 60px;
  background-color: #000;
}
.SKTV-singer .singer-h .section-header {
  margin-bottom: 45px;
}
.SKTV-singer .singer-h .heading {
  text-align: center;
  font-size: 48px;
  font-weight: 700;
  color: #fff;
  letter-spacing: .1em;
}
.SKTV-singer .singer-h .collapse-box {
  position: relative;
  padding-bottom: 200px;
}
.SKTV-singer .singer-h .collapse-box .bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(https://www.homeplus.net.tw/cable/images/manual_upload/KTV/singer-h-bottom.webp);
  background-size: 100% auto;
  background-position: center bottom;
  background-repeat: no-repeat;
  pointer-events: none;
}
.SKTV-singer .singer-h .collapse-box .content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1040px;
  max-height: 38em;
  overflow: hidden;
  transition: max-height 0.3s ease-out;
}
.SKTV-singer .singer-h .collapse-box.expanded .collapse-arrow {
  transform: rotate(180deg);
  transition: transform 0.3s ease;
}
.SKTV-singer .singer-h .collapse-box.expanded .content {
  max-height: 6000px;
}
.SKTV-singer .singer-h .collapse-box.expanded .bottom {
  display: none;
}
.SKTV-singer .singer-h .collapse-box .collapse-arrow {
  position: absolute;
  bottom: 50px;
  left: 0;
  width: 100%;
  cursor: pointer;
  -moz-transition: ease 0.5s;
  -o-transition: ease 0.5s;
  -webkit-transition: ease 0.5s;
  transition: ease 0.5s;
}
.SKTV-singer .singer-h .collapse-box .collapse-arrow img {
  width: 50px;
  margin: 0 auto;
  display: block;
}
.SKTV-singer .singer-h .list {
  width: 50%;
  padding: 0 20px;
}
.SKTV-singer .singer-h .item + .item {
  margin-top: 30px;
}
.SKTV-singer .singer-h .item .main-text {
  color: #fff;
  font-size: 24px;
  line-height: 1.5;
  font-weight: 700;
}
.SKTV-singer .singer-h .item .sub-text {
  color: #fff;
  font-size: 20px;
  line-height: 1.5;
  font-weight: 300;
  margin-top: .5em;
}

@media (max-width: 1920px) and (min-width: 751px) {
  .SKTV-singer .singer-section .heading {
    font-size: 2.083333333vw;
  }
  .SKTV-singer .singer-section .text {
    font-size: 1.25vw;
  }
  .SKTV-singer .singer-section .btn.sty--primary {
    font-size: 1.5625vw;
    line-height: 2.8125vw;
    width: 12.5vw;
    height: 2.8125vw;
    border-radius: 2.8125vw;
  }
}
@media (max-width: 1440px) and (min-width: 751px) {
  .main-wrapper-ktv .grid-container {
    padding-right: 0;
    padding-left: 0;
  }

  .SKTV-singer .singer-a .image {
    max-width: 8.888vw;
  }
  .SKTV-singer .singer-a .main-text {
    font-size: 2.4305vw;
  }
  .SKTV-singer .singer-g {
    padding-left: 20px;
    padding-right: 20px;
  }
  .SKTV-singer .singer-g .heading {
    font-size: 2.7777vw;
  }
  .SKTV-singer .singer-g .l-table {
    font-size: 1.9444vw;
  }
  .SKTV-singer .singer-g .l-table .text-xl {
    font-size: 2.7777vw;
  }
  .SKTV-singer .singer-g .l-table .text-lg {
    font-size: 1.9444vw;
  }
  .SKTV-singer .singer-g .l-table .text-sm {
    font-size: 1.6666vw;
  }
  .SKTV-singer .singer-g .l-table .text-xs {
    font-size: 1.25vw;
  }
  .SKTV-singer .singer-h .heading {
    font-size: 2.7777vw;
  }
  .SKTV-singer .singer-h .collapse-box .item .main-text {
    font-size: 1.6666vw;
  }
  .SKTV-singer .singer-h .collapse-box .item .sub-text {
    font-size: 1.3888vw;
  }
}
@media (max-width: 1140px) and (min-width: 751px) {
  .SKTV-singer .singer-c .scroll-text {
    display: block;
    font-size: 14px;
    margin-bottom: 10px;
  }
}
@media (max-width: 750px) {
  .main-wrapper-ktv .grid-container {
    padding-right: 0;
    padding-left: 0;
  }

  .SKTV-singer .lg-view {
    display: none;
  }
  .SKTV-singer .sm-view {
    display: block;
  }
  .SKTV-singer .singer-section {
    padding: 0;
  }
  .SKTV-singer .singer-section .heading {
    font-size: 6.4vw;
    text-align: center;
    line-height: 1.2;
  }
  .SKTV-singer .singer-section .text {
    font-size: 4.4vw;
    text-align: center;
    line-height: 1.2;
    margin-top: .5em;
  }
  .SKTV-singer .singer-section .btn.sty--primary {
    font-size: 4.8vw;
    line-height: .72em;
    width: 40vw;
    height: .72em;
    border-radius: 72em;
  }
  .SKTV-singer .singer-kv {
    padding: 0;
  }
  .SKTV-singer .singer-a .bg {
    background-image: url(https://www.homeplus.net.tw/cable/images/manual_upload/KTV/a-bg_s.webp);
  }
  .SKTV-singer .singer-a .section-content {
    padding: 5.3333vw 20px;
  }
  .SKTV-singer .singer-a .item {
    width: calc(100% / 2 - 10px * 2);
    margin: 5.3333vw 10px;
  }
  .SKTV-singer .singer-a .image {
    max-width: 17.0666vw;
  }
  .SKTV-singer .singer-a .main-text {
    font-size: 4.8vw;
  }
  .SKTV-singer .singer-b .bg {
    background-image: url(https://www.homeplus.net.tw/cable/images/manual_upload/KTV/b-bg_s.webp);
  }
  .SKTV-singer .singer-b .section-content {
    min-height: 106.6666vw;
    display: block;
    padding: 0;
    padding-top: 14.6666vw;
  }
  .SKTV-singer .singer-c .bg {
    background-image: url(https://www.homeplus.net.tw/cable/images/manual_upload/KTV/c-bg_s.webp);
  }
  .SKTV-singer .singer-c .section-content {
    min-height: 106.6666vw;
    display: block;
    padding: 0;
    padding-top: 14.6666vw;
  }
  .SKTV-singer .singer-d .bg {
    background-image: url(https://www.homeplus.net.tw/cable/images/manual_upload/KTV/d-bg_s.webp);
  }
  .SKTV-singer .singer-d .section-content {
    min-height: 106.6666vw;
    display: block;
    padding: 0;
    padding-top: 12.6666vw;
  }
  .SKTV-singer .singer-d .text span {
    display: inline-block;
  }
  .SKTV-singer .singer-d .text .mobile-hide {
    display: none;
  }
  .SKTV-singer .singer-e .bg {
    background-image: url(https://www.homeplus.net.tw/cable/images/manual_upload/KTV/e-bg_s.webp);
  }
  .SKTV-singer .singer-e .section-content {
    min-height: 106.6666vw;
    display: block;
    padding: 0;
    padding-top: 14.6666vw;
  }
  .SKTV-singer .singer-f .bg {
    background-image: url(https://www.homeplus.net.tw/cable/images/manual_upload/KTV/f-bg_s.webp);
  }
  .SKTV-singer .singer-f .section-content {
    min-height: 106.6666vw;
    display: block;
    padding: 0;
    padding-top: 14.6666vw;
  }
  .SKTV-singer .singer-g {
    padding-top: 30px;
    padding-bottom: 55px;
  }
  .SKTV-singer .singer-g .bg {
    background-image: url(https://www.homeplus.net.tw/cable/images/manual_upload/KTV/g-bg_s.webp);
  }
  .SKTV-singer .singer-g .section-header {
    margin-bottom: 10px;
  }
  .SKTV-singer .singer-g .heading {
    font-size: 6.4vw;
  }
  .SKTV-singer .singer-g .scroll-text {
    display: block;
    margin-bottom: 25px;
  }
  .SKTV-singer .singer-g .table-outter {
    width: 100%;
    overflow: auto;
    padding-left: 25px;
    padding-right: 25px;
  }
  .SKTV-singer .singer-g .l-table {
    font-size: 4.4vw;
    width: 600px;
  }
  .SKTV-singer .singer-g .l-table .text-xl {
    font-size: 4.4vw;
  }
  .SKTV-singer .singer-g .l-table .text-lg {
    font-size: 4.4vw;
  }
  .SKTV-singer .singer-g .l-table .text-sm {
    font-size: 2.6666vw;
  }
  .SKTV-singer .singer-g .l-table .text-xs {
    font-size: 2.4vw;
  }
  .SKTV-singer .singer-section .highlight.price{
    font-size: 25px;
  }
  .SKTV-singer .singer-g .l-table th,
  .SKTV-singer .singer-g .l-table td {
    height: 9.3333vw;
  }
  .SKTV-singer .singer-g .l-table .l-table__header {
    padding: 2.6666vw 5px;
    height: 2.6666vw;
  }
  .SKTV-singer .singer-g .l-table .l-table__left {
    width: 15.666vw;/*縮小手機版表格寬度*/
  }
  /*Viola 新增*/
  .SKTV-singer .singer-g .l-table .mobile-show {
    display: block;
}
  .SKTV-singer .singer-g .action {
    margin-top: 20px;
  }
  .SKTV-singer .singer-h {
    padding-top: 30px;
  }
  .SKTV-singer .singer-h .section-header {
    margin-bottom: 20px;
  }
  .SKTV-singer .singer-h .heading {
    font-size: 6.4vw;
  }
  .SKTV-singer .singer-h .collapse-box {
    padding-bottom: 70px;
  }
  .SKTV-singer .singer-h .collapse-box .content {
    display: block;
    max-width: 78.6666%;
    margin: 0 auto;
  }
  .SKTV-singer .singer-h .collapse-box .collapse-arrow {
    bottom: 25px;
    left: 0;
    width: 100%;
  }
  .SKTV-singer .singer-h .collapse-box .collapse-arrow img {
    width: 6.4vw;
    margin: 0 auto;
    display: block;
  }
  .SKTV-singer .singer-h .list {
    width: 100%;
    padding: 0;
  }
  .SKTV-singer .singer-h .item + .item {
    margin-top: 30px;
  }
  .SKTV-singer .singer-h .item .main-text {
    font-size: 4.8vw;
  }
  .SKTV-singer .singer-h .item .sub-text {
    font-size: 4vw;
  }
}
@media (hover: none) {
  a:hover {
    color: inherit;
  }
}