/* -------------------------------------------------------------
  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

------------------------------------------------------------- */
.DTV-container {
  max-width: 100% !important;
  padding-right: 0;
  padding-left: 0;
}

.DTV {
  color: #000;
  background-color: #eb2c31;
}
.DTV *, .DTV ::after, .DTV ::before {
  box-sizing: border-box;
}
.DTV .lg-view {
  display: block;
}
.DTV .sm-view {
  display: none;
}
.DTV .animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}
.DTV .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);
  }
}
.DTV .pulse {
  animation-name: pulse;
}

.main-wrapper {
    position: relative;
    z-index: 1;
    padding-top: 4rem;
}
/* @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);
  }
}

@keyframes breathing {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.03);
  }
  100% {
    transform: scale(1);
  }
} */

@keyframes breathing {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.03); /* 呼吸幅度 */
  }
  100% {
    transform: scale(1);
  }
}

.DTV .DTV-kv .layer-slogan img {
  animation: breathing 3.5s ease-in-out infinite;
}

/* .DTV .bounceInUp {
  animation-name: bounceInUp;
  animation-duration: .8s;
} */
.DTV .DTV-section {
  position: relative;
  z-index: 0;
  color: #000;
  padding: 0 20px;
}
.DTV .DTV-section .section-anchor {
  position: absolute;
  top: -100px;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.DTV .DTV-section .layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.DTV .DTV-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;
}
.DTV .DTV-section .section-inner {
  position: relative;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}
.DTV .DTV-section .section-header {
  position: relative;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.DTV .DTV-section .section-content {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
  max-width: 102.5rem;
}
.DTV .DTV-section .heading {
  font-size: 40px;
  line-height: 48px;
  font-weight: 900;
  text-align: center;
  color: #fff;
}
.DTV .DTV-section .heading span {
  display: inline-block;
}
.DTV .DTV-section .highlight {
  color: #ffe388;
}
.DTV .DTV-section img {
  display: block;
  width: 100%;
  max-width: 100%;
}
.DTV .DTV-kv {
  position: relative;
  z-index: 0;
  padding: 0;
  max-width: 1440px;
  margin: 0 auto;
}
.DTV .DTV-kv .title {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 0;
  z-index: -1;
}
.DTV .DTV-kv .layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  visibility: hidden;
}
.DTV .DTV-kv .layer-slogan {
  animation-delay: .2s;
}
.DTV .DTV-kv .layer-1 {
  animation-delay: .6s;
}
.DTV .DTV-kv .pulse {
  animation-delay: 1.25s;
}
.DTV .DTV-a {
  position: relative;
  z-index: 1;
  padding: 0;
  padding-top: 0;
  padding-bottom: 40px;
}
.DTV .DTV-a .section-header {
  margin-bottom: 25px;
}
.DTV .DTV-a .box {
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  width: calc(100% - 20px * 2);
  max-width: 1200px;
  margin: 0 auto;
}
.DTV .DTV-b {
  position: relative;
  padding-top: 40px;
  padding-bottom: 40px;
}
.DTV .DTV-b .section-header {
  margin-bottom: 25px;
}
.DTV .DTV-b .box {
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  width: calc(100% - 20px * 2);
  max-width: 1200px;
  margin: 0 auto;
}
.DTV .DTV-b .list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  background-image: url(https://www.homeplus.net.tw/cable/images/manual_upload/DTV/img/b-bg.webp);
  background-size: 100% auto;
  background-position: center center;
  background-repeat: no-repeat;
}
.DTV .DTV-b .item {
  width: calc(100% / 3);
  padding: 20px 20px;
  min-height: 400px;
}
.DTV .DTV-b .main-text {
  margin-bottom: 15px;
}
.DTV .DTV-b .main-text img {
  max-width: 200px;
  margin-left: auto;
  margin-right: auto;
}
.DTV .DTV-b .image {
  display: none;
}
.DTV .DTV-b .text {
  max-width: 280px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  font-size: 18px;
  line-height: 26px;
  font-weight: 500;
}
.DTV .DTV-b .text li {
  position: relative;
  padding-left: 24px;
}
.DTV .DTV-b .text li:before {
  content: "";
  position: absolute;
  top: 3px;
  left: 0;
  width: 18px;
  height: 18px;
  background-image: url(https://www.homeplus.net.tw/cable/images/manual_upload/DTV/img/b-check.webp);
  background-size: 100% auto;
  background-repeat: no-repeat;
}
.DTV .DTV-b .item-2 .text {
  max-width: 264px;
}
.DTV .DTV-b .item-3 .text {
  max-width: 172px;
}
.DTV .DTV-c {
  position: relative;
  padding-top: 40px;
  padding-bottom: 40px;
}
.DTV .DTV-c .section-header {
  margin-bottom: 25px;
}
.DTV .DTV-c .section-content {
  max-width: 1200px;
  margin: 0 auto;
}
.DTV .DTV-c .list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin: -9px;
}
.DTV .DTV-c .item {
  width: calc(100% / 3 - 9px * 2);
  margin: 9px;
  border: 6px solid #fff8ae;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  background-color: #fff8ae;
  min-height: 400px;
}
.DTV .DTV-c .item-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.DTV .DTV-c .item-header {
  position: relative;
  background-image: url(https://www.homeplus.net.tw/cable/images/manual_upload/DTV/img/c-hd.webp);
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: center top;
  height: 50px;
  color: #000;
  font-size: 30px;
  line-height: 48px;
  font-weight: 900;
  text-align: center;
}
.DTV .DTV-c .item-content {
  position: relative;
  padding: 20px;
  min-height: 246px;
  color: #fff;
  font-size: 24px;
  line-height: 30px;
  font-weight: 500;
  text-align: center;
}
.DTV .DTV-c .item-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-image: url(https://www.homeplus.net.tw/cable/images/manual_upload/DTV/img/c-bottom.webp);
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center bottom;
  min-height: 96px;
}
.DTV .DTV-c .group {
  position: relative;
  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;
}
.DTV .DTV-c .col-left {
  padding-top: 10px;
  padding-left: 40px;
  position: relative;
}
.DTV .DTV-c .text {
  position: absolute;
  top: 20px;
  left: 10px;
  font-size: 24px;
  line-height: 24px;
  font-weight: 700;
}
.DTV .DTV-c .main-text {
  color: #d01a1b;
  font-size: 22px;
  line-height: 30px;
  font-weight: 700;
  text-align: right;
}
.DTV .DTV-c .text-lg {
  color: #d01a1b;
  font-size: 59px;
  line-height: 60px;
  font-weight: 700;
  display: inline-block;
}
.DTV .DTV-c .sub-text {
  font-size: 12px;
  line-height: 16px;
  text-align: right;
}
.DTV .DTV-c .col-right {
  text-align: right;
  padding-right: 30px;
  padding-top: 40px;
}
.DTV .DTV-c .link {
  font-size: 32px;
  line-height: 48px;
  font-weight: 700;
  color: #000;
  text-align: right;
}
.DTV .DTV-c .link:active {
  opacity: .8;
}
@media (hover: hover) {
  .DTV .DTV-c .link:hover {
    opacity: .8;
  }
}
.DTV .DTV-d {
  position: relative;
  padding-top: 40px;
  padding-bottom: 40px;
}
.DTV .DTV-d .section-header {
  margin-bottom: 40px;
}
.DTV .DTV-d .section-content {
  padding: 0 40px 30px;
}
.DTV .DTV-d .heading {
  background-image: url(https://www.homeplus.net.tw/cable/images/manual_upload/DTV/img/d-hd.webp);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto 67px;
  height: 67px;
  line-height: 64px;
}
.DTV .DTV-d .box {
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  max-width: 1200px;
  margin: 0 auto;
  font-size: 20px;
  line-height: 26px;
}
.DTV .DTV-d .title {
  text-align: center;
  font-size: 30px;
  line-height: 44px;
  font-weight: 400;
  margin-bottom: 40px;
  padding: 0 200px;
}
.DTV .DTV-d .highlight {
  color: #d01a1b;
}
.DTV .DTV-d .text-lg {
  font-size: 50px;
  line-height: 1;
  font-weight: 500;
  display: inline-block;
}
.DTV .DTV-d .channel-dropdown {
  position: absolute;
  top: 10px;
  right: 40px;
  background-color: #fff;
  font-size: 20px;
  line-height: 24px;
  width: 204px;
}
.DTV .DTV-d .channel-dropdown .dropdown-header {
  padding: 8px 20px;
  position: relative;
  color: #000;
  cursor: pointer;
  border: 2px solid #484848;
  border-radius: 10px;
}
.DTV .DTV-d .channel-dropdown .dropdown-header:before {
  content: "";
  position: absolute;
  top: calc(50% - 20px / 2);
  right: 14px;
  width: 20px;
  height: 20px;
  background-image: url(https://www.homeplus.net.tw/cable/images/manual_upload/DTV/img/d-arrow.webp);
  background-size: 100% auto;
}
.DTV .DTV-d .channel-dropdown .dropdown-content {
  display: none;
  border: 2px solid #484848;
  position: absolute;
  top: 42px;
  left: 0;
  width: 100%;
  border-radius: 0 0 10px 10px;
  background-color: #fff;
}
.DTV .DTV-d .channel-dropdown .dropdown-content a {
  display: block;
  color: #000;
  padding: 8px 20px;
}
.DTV .DTV-d .channel-dropdown .dropdown-content .active {
  background-color: #fd544f;
  color: #fff;
}
.DTV .DTV-d .channel-dropdown.active .dropdown-header {
  border-radius: 10px 10px 0 0;
}
.DTV .DTV-d .channel-dropdown.active .dropdown-header:before {
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.DTV .DTV-d .channel-dropdown.active .dropdown-content {
  display: block;
}
.DTV .DTV-d .channel-pane {
  display: none;
}
.DTV .DTV-d .channel-pane.active {
  display: block;
}
.DTV .DTV-d .l-table {
  font-size: 20px;
  line-height: 26px;
  font-family: arial, "Noto Sans TC",sans-serif;
  border-collapse: collapse;
  width: 100%;
}
.DTV .DTV-d .l-table th, .DTV .DTV-d .l-table td {
  padding: 10px;
  border-bottom: 2px solid #484848;
  text-align: center;
  font-weight: 500;
}
.DTV .DTV-d .l-table th .highlight, .DTV .DTV-d .l-table td .highlight {
  color: #fe005a;
}
.DTV .DTV-d .l-table tr:last-child td {
  border-bottom: 0;
}
.DTV .DTV-d .l-table .img-sd {
  width: 22px;
  display: inline-block;
}

@media (max-width: 1200px) and (min-width: 751px) {
  .main-wrapper .grid-container {
    padding-right: 0;
    padding-left: 0;
  }
  .main-wrapper {
    padding-top: 1.5rem;
}
}
@media (max-width: 1240px) and (min-width: 751px) {
  .main-wrapper .grid-container {
    padding-right: 0;
    padding-left: 0;
  }

  .DTV .DTV-section {
    padding-left: 0;
    padding-right: 0;
  }
  .DTV .DTV-b .box {
    width: calc(100% - 20px * 2);
  }
  .DTV .DTV-b .item {
    padding: 1.612903225vw;
    min-height: 31.73vw;
  }
  .DTV .DTV-b .main-text {
    margin-bottom: 1.209677419vw;
  }
  .DTV .DTV-b .main-text img {
    max-width: 16.129032258vw;
  }
  .DTV .DTV-b .text {
    font-size: 1.451612903vw;
    line-height: 1.4444;
  }
  .DTV .DTV-c .section-content {
    width: calc(100% - 20px * 2);
  }
  .DTV .DTV-c .list {
    margin: -9px;
  }
  .DTV .DTV-c .item {
    min-height: 33.333333333vw;
  }
  .DTV .DTV-c .item-header {
    height: 4.166vw;
    font-size: 2.5vw;
    line-height: 1.6;
  }
  .DTV .DTV-c .item-content {
    padding: 1.666vw;
    min-height: 20.5vw;
    font-size: 2vw;
    line-height: 1.25;
  }
  .DTV .DTV-c .item-bottom {
    min-height: 7.85vw;
  }
  .DTV .DTV-c .col-left {
    padding-top: 0.833vw;
    padding-left: 3.3333vw;
  }
  .DTV .DTV-c .text {
    top: 1.666vw;
    left: 0.833vw;
    font-size: 2vw;
    line-height: 1;
  }
  .DTV .DTV-c .main-text {
    font-size: 1.8333vw;
    line-height: 1.3;
  }
  .DTV .DTV-c .text-lg {
    font-size: 4.9166vw;
    line-height: 1;
  }
  .DTV .DTV-c .sub-text {
    font-size: 1vw;
    line-height: 1.3333;
  }
  .DTV .DTV-c .col-right {
    padding-right: 2.5vw;
    padding-top: 3.3333vw;
  }
  .DTV .DTV-c .link {
    font-size: 2.6666vw;
    line-height: 1.5;
  }
  .DTV .DTV-d .box {
    width: calc(100% - 20px * 2);
  }
  .main-wrapper {
    padding-top: 1.5rem;
}
}
@media (max-width: 1024px) and (min-width: 751px) {
  .DTV .DTV-section {
    padding: 0;
  }
  .DTV .DTV-section .section-content {
    max-width: 710px;
    width: calc(100% - 20px * 2);
  }
  .DTV .DTV-section .heading {
    font-size: 54px;
    line-height: 72px;
  }
  .DTV .DTV-a {
    padding-bottom: 20px;
  }
  .DTV .DTV-a .section-header {
    margin-bottom: 30px;
  }
  .DTV .DTV-a .box {
    width: 100%;
    border-radius: 20px;
  }
  .DTV .DTV-a .lg-view {
    display: none;
  }
  .DTV .DTV-a .sm-view {
    display: block;
  }
  .DTV .DTV-b {
    padding-top: 20px;
    padding-bottom: 24px;
  }
  .DTV .DTV-b .box {
    width: 100%;
  }
  .DTV .DTV-b .section-header {
    margin-bottom: 30px;
  }
  .DTV .DTV-b .list {
    display: block;
    background-image: url(https://www.homeplus.net.tw/cable/images/manual_upload/DTV/img/b-bg_s.webp);
    background-repeat: repeat-y;
    border-radius: 20px;
  }
  .DTV .DTV-b .item {
    width: 100%;
    padding: 0;
    min-height: inherit;
  }
  .DTV .DTV-b .content {
    padding: 40px 20px;
  }
  .DTV .DTV-b .main-text {
    margin-bottom: 24px;
  }
  .DTV .DTV-b .main-text img {
    max-width: 296px;
  }
  .DTV .DTV-b .image {
    display: block;
  }
  .DTV .DTV-b .text {
    font-size: 34px;
    line-height: 50px;
    max-width: 528px;
  }
  .DTV .DTV-b .text li {
    padding-left: 42px;
  }
  .DTV .DTV-b .text li:before {
    top: 8px;
    width: 32px;
    height: 32px;
  }
  .DTV .DTV-b .item-1 .content {
    padding: 40px 20px 0;
  }
  .DTV .DTV-b .item-2 .text {
    max-width: 500px;
  }
  .DTV .DTV-b .item-3 .text {
    max-width: 328px;
  }
  .DTV .DTV-c {
    padding-top: 24px;
    padding-bottom: 40px;
  }
  .DTV .DTV-c .section-header {
    margin-bottom: 40px;
  }
  .DTV .DTV-c .section-content {
    max-width: 710px;
  }
  .DTV .DTV-c .list {
    display: block;
    margin: 0;
    width: 710px;
    position: relative;
    left: calc(50% - 710px / 2);
  }
  .DTV .DTV-c .item {
    width: 100%;
    margin: 0;
    border: 6px solid #fff8ae;
    min-height: 730px;
    border-radius: 20px;
  }
  .DTV .DTV-c .item + .item {
    margin-top: 54px;
  }
  .DTV .DTV-c .item-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
  }
  .DTV .DTV-c .item-header {
    background-image: url(https://www.homeplus.net.tw/cable/images/manual_upload/DTV/img/c-hd_s.webp);
    height: 76px;
    font-size: 48px;
    line-height: 72px;
  }
  .DTV .DTV-c .item-content {
    padding: 40px;
    min-height: 468px;
    font-size: 44px;
    line-height: 54px;
  }
  .DTV .DTV-c .item-bottom {
    background-image: url(https://www.homeplus.net.tw/cable/images/manual_upload/DTV/img/c-bottom_s.webp);
    min-height: 180px;
  }
  .DTV .DTV-c .col-left {
    padding-top: 16px;
    padding-left: 80px;
    position: relative;
  }
  .DTV .DTV-c .text {
    top: 28px;
    left: 30px;
    font-size: 44px;
    line-height: 1.1;
  }
  .DTV .DTV-c .main-text {
    font-size: 40px;
    line-height: 60px;
  }
  .DTV .DTV-c .text-lg {
    font-size: 106px;
    line-height: 112px;
  }
  .DTV .DTV-c .sub-text {
    font-size: 22px;
    line-height: 28px;
  }
  .DTV .DTV-c .col-right {
    padding-right: 60px;
    padding-top: 80px;
  }
  .DTV .DTV-c .link {
    font-size: 58px;
    line-height: 72px;
  }
  .DTV .DTV-d {
    padding-top: 40px;
    padding-bottom: 56px;
  }
  .DTV .DTV-d .lg-view {
    display: none;
  }
  .DTV .DTV-d .sm-view {
    display: block;
  }
  .DTV .DTV-d .box {
    max-width: 710px;
    border-radius: 20px;
  }
  .DTV .DTV-d .section-header {
    margin-bottom: 50px;
  }
  .DTV .DTV-d .section-content {
    padding: 0 32px 48px;
  }
  .DTV .DTV-d .heading {
    background-image: url(https://www.homeplus.net.tw/cable/images/manual_upload/DTV/img/d-hd_s.webp);
    background-size: auto 68px;
    height: 68px;
    font-size: 48px;
    line-height: 64px;
  }
  .DTV .DTV-d .box {
    font-size: 26px;
    line-height: 36px;
  }
  .DTV .DTV-d .title {
    font-size: 38px;
    line-height: 64px;
    margin-bottom: 144px;
    padding: 0;
    white-space: nowrap;
  }
  .DTV .DTV-d .text-lg {
    font-size: 64px;
  }
  .DTV .DTV-d .channel-dropdown {
    top: 110px;
    right: 32px;
    font-size: 38px;
    line-height: 48px;
    width: calc(100% - 32px * 2);
  }
  .DTV .DTV-d .channel-dropdown .dropdown-header {
    padding: 16px 36px;
    border: 4px solid #484848;
    border-radius: 20px;
  }
  .DTV .DTV-d .channel-dropdown .dropdown-header:before {
    top: calc(50% - 30px / 2);
    right: 28px;
    width: 30px;
    height: 30px;
  }
  .DTV .DTV-d .channel-dropdown .dropdown-content {
    display: none;
    border: 4px solid #484848;
    position: absolute;
    top: 84px;
    left: 0;
    width: 100%;
    border-radius: 0 0 20px 20px;
    padding: 10px 0;
  }
  .DTV .DTV-d .channel-dropdown .dropdown-content a {
    display: block;
    color: #000;
    padding: 10px 36px;
  }
  .DTV .DTV-d .channel-dropdown .dropdown-content .active {
    background-color: #fd544f;
    color: #fff;
  }
  .DTV .DTV-d .channel-dropdown.active .dropdown-header {
    border-radius: 20px 20px 0 0;
  }
  .DTV .DTV-d .channel-dropdown.active .dropdown-header:before {
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .DTV .DTV-d .channel-dropdown.active .dropdown-content {
    display: block;
  }
  .DTV .DTV-d .channel-pane {
    display: none;
  }
  .DTV .DTV-d .channel-pane.active {
    display: block;
  }
  .DTV .DTV-d .l-table {
    font-size: 26px;
    line-height: 36px;
  }
  .DTV .DTV-d .l-table th, .DTV .DTV-d .l-table td {
    padding: 12px 10px;
    border-bottom: 2px solid #484848;
  }
  .DTV .DTV-d .l-table tr:last-child td {
    border-bottom: 2px solid #484848;
  }
  .DTV .DTV-d .l-table .img-sd {
    width: 32px;
  }

    .main-wrapper {
    padding-top: 3.2rem;
}
}
@media (max-width: 750px) {
  .main-wrapper .grid-container {
    padding-right: 0;
    padding-left: 0;
  }

  .DTV .lg-view {
    display: none;
  }
  .DTV .sm-view {
    display: block;
  }
  .DTV .DTV-section {
    padding: 0 10px;
  }
  .DTV .DTV-section .section-content {
    max-width: 355px;
    width: 100%;
  }
  .DTV .DTV-section .heading {
    font-size: 27px;
    line-height: 36px;
  }
  .DTV .DTV-section .section-anchor {
    top: -60px;
  }
  .DTV .DTV-kv {
    padding: 0;
  }
  .DTV .DTV-kv .section-content {
    max-width: 100%;
  }
  .DTV .DTV-kv .section-inner {
    max-width: 100%;
  }
  .DTV .DTV-a {
    padding-bottom: 10px;
  }
  .DTV .DTV-a .section-header {
    margin-bottom: 15px;
  }
  .DTV .DTV-a .box {
    width: 100%;
    border-radius: 10px;
  }
  .DTV .DTV-b {
    padding-top: 10px;
    padding-bottom: 12px;
  }
  .DTV .DTV-b .section-header {
    margin-bottom: 15px;
  }
  .DTV .DTV-b .box {
    width: 100%;
    border-radius: 10px;
  }
  .DTV .DTV-b .list {
    display: block;
    background-image: url(https://www.homeplus.net.tw/cable/images/manual_upload/DTV/img/b-bg_s.webp);
    background-repeat: repeat-y;
    border-radius: 10px;
  }
  .DTV .DTV-b .item {
    width: 100%;
    padding: 0;
    min-height: inherit;
  }
  .DTV .DTV-b .content {
    padding: 20px 10px;
  }
  .DTV .DTV-b .main-text {
    margin-bottom: 12px;
  }
  .DTV .DTV-b .main-text img {
    max-width: 148px;
  }
  .DTV .DTV-b .image {
    display: block;
  }
  .DTV .DTV-b .text {
    font-size: 17px;
    line-height: 25px;
    max-width: 264px;
  }
  .DTV .DTV-b .text li {
    padding-left: 21px;
  }
  .DTV .DTV-b .text li:before {
    top: 4px;
    width: 16px;
    height: 16px;
  }
  .DTV .DTV-b .item-1 .content {
    padding: 20px 10px 0;
  }
  .DTV .DTV-b .item-2 .text {
    max-width: 250px;
  }
  .DTV .DTV-b .item-3 .text {
    max-width: 164px;
  }
  .DTV .DTV-c {
    padding-top: 12px;
    padding-bottom: 20px;
  }
  .DTV .DTV-c .section-header {
    margin-bottom: 20px;
  }
  .DTV .DTV-c .section-content {
    max-width: 355px;
  }
  .DTV .DTV-c .list {
    display: block;
    margin: 0;
  }
  .DTV .DTV-c .item {
    width: 100%;
    margin: 0;
    border: 3px solid #fff8ae;
    min-height: 365px;
    border-radius: 10px;
  }
  .DTV .DTV-c .item + .item {
    margin-top: 27px;
  }
  .DTV .DTV-c .item-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
  }
  .DTV .DTV-c .item-header {
    background-image: url(https://www.homeplus.net.tw/cable/images/manual_upload/DTV/img/c-hd_s.webp);
    height: 38px;
    font-size: 24px;
    line-height: 36px;
  }
  .DTV .DTV-c .item-content {
    padding: 20px;
    min-height: 234px;
    font-size: 22px;
    line-height: 27px;
  }
  .DTV .DTV-c .item-bottom {
    background-image: url(https://www.homeplus.net.tw/cable/images/manual_upload/DTV/img/c-bottom_s.webp);
    min-height: 90px;
  }
  .DTV .DTV-c .col-left {
    padding-top: 8px;
    padding-left: 40px;
    position: relative;
  }
  .DTV .DTV-c .text {
    top: 14px;
    left: 15px;
    font-size: 22px;
  }
  .DTV .DTV-c .main-text {
    font-size: 20px;
    line-height: 30px;
  }
  .DTV .DTV-c .text-lg {
    font-size: 53px;
    line-height: 56px;
  }
  .DTV .DTV-c .sub-text {
    font-size: 11px;
    line-height: 14px;
  }
  .DTV .DTV-c .col-right {
    padding-right: 30px;
    padding-top: 40px;
  }
  .DTV .DTV-c .link {
    font-size: 29px;
    line-height: 36px;
  }
  .DTV .DTV-d {
    padding-top: 20px;
    padding-bottom: 28px;
  }
  .DTV .DTV-d .box {
    max-width: 355px;
    border-radius: 10px;
  }
  .DTV .DTV-d .section-header {
    margin-bottom: 25px;
  }
  .DTV .DTV-d .section-content {
    padding: 0 16px 24px;
  }
  .DTV .DTV-d .heading {
    background-image: url(https://www.homeplus.net.tw/cable/images/manual_upload/DTV/img/d-hd_s.webp);
    background-size: auto 34px;
    height: 34px;
    font-size: 24px;
    line-height: 32px;
  }
  .DTV .DTV-d .box {
    font-size: 13px;
    line-height: 18px;
  }
  .DTV .DTV-d .title {
    font-size: 19px;
    line-height: 32px;
    margin-bottom: 72px;
    padding: 0;
    white-space: nowrap;
  }
  .DTV .DTV-d .text-lg {
    font-size: 32px;
  }
  .DTV .DTV-d .channel-dropdown {
    top: 55px;
    right: 16px;
    font-size: 19px;
    line-height: 24px;
    width: calc(100% - 16px * 2);
  }
  .DTV .DTV-d .channel-dropdown .dropdown-header {
    padding: 8px 18px;
  }
  .DTV .DTV-d .channel-dropdown .dropdown-header:before {
    top: calc(50% - 15px / 2);
    width: 15px;
    height: 15px;
  }
  .DTV .DTV-d .channel-dropdown .dropdown-content {
    display: none;
    border: 2px solid #484848;
    position: absolute;
    top: 42px;
    left: 0;
    width: 100%;
    border-radius: 0 0 10px 10px;
    background-color: #fff;
    padding: 5px 0;
  }
  .DTV .DTV-d .channel-dropdown .dropdown-content a {
    display: block;
    color: #000;
    padding: 5px 18px;
  }
  .DTV .DTV-d .channel-dropdown .dropdown-content .active {
    background-color: #fd544f;
    color: #fff;
  }
  .DTV .DTV-d .channel-dropdown.active .dropdown-header {
    border-radius: 10px 10px 0 0;
  }
  .DTV .DTV-d .channel-dropdown.active .dropdown-header:before {
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .DTV .DTV-d .channel-dropdown.active .dropdown-content {
    display: block;
  }
  .DTV .DTV-d .channel-pane {
    display: none;
  }
  .DTV .DTV-d .channel-pane.active {
    display: block;
  }
  .DTV .DTV-d .l-table {
    font-size: 13px;
    line-height: 18px;
  }
  .DTV .DTV-d .l-table th, .DTV .DTV-d .l-table td {
    padding: 6px 5px;
    border-bottom: 1px solid #484848;
  }
  .DTV .DTV-d .l-table tr:last-child td {
    border-bottom: 1px solid #484848;
  }
  .DTV .DTV-d .l-table .img-sd {
    width: 16px;
  }

    .main-wrapper {
    padding-top: 1.5rem;
}
}
@media (max-width: 375px) {
  .DTV .DTV-c .item {
    min-height: 97.3333vw;
  }
  .DTV .DTV-c .item-header {
    height: 10.133vw;
    font-size: 6.4vw;
    line-height: 1.5;
  }
  .DTV .DTV-c .item-content {
    padding: 5.333vw;
    min-height: 62.4vw;
    font-size: 5.866vw;
  }
  .DTV .DTV-c .item-bottom {
    min-height: 23vw;
  }
  .DTV .DTV-c .col-left {
    padding-left: 10vw;
  }
  .DTV .DTV-c .text {
    top: 3.7333vw;
    left: 3.8vw;
    font-size: 5.8666vw;
    line-height: 1.1;
  }
  .DTV .DTV-c .main-text {
    font-size: 5.3333vw;
    line-height: 1.5;
  }
  .DTV .DTV-c .text-lg {
    font-size: 14.133vw;
    line-height: 1.05;
  }
  .DTV .DTV-c .sub-text {
    font-size: 2.9333vw;
    line-height: 1.27;
  }
  .DTV .DTV-c .col-right {
    padding-right: 8vw;
    padding-top: 10vw;
  }
  .DTV .DTV-c .link {
    font-size: 7.7333vw;
    line-height: 1.24;
  }
  .DTV .DTV-d .title {
    font-size: 5.0666vw;
    line-height: 1.68;
  }
  .DTV .DTV-d .text-lg {
    font-size: 8.5333vw;
  }
    .main-wrapper {
    padding-top: 1.5rem;
}
}
@media (hover: none) {
  a:hover {
    color: inherit;
  }
}
