/* -------------------------------------------------------------
  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

------------------------------------------------------------- */
.southTaoyuan-container {
  max-width: 100% !important;
  padding-right: 0;
  padding-left: 0;
}

.southTaoyuan {
  color: #333;
  background-image: url(https://www.homeplus.net.tw/cable/images/manual_upload/broadband_TAOYUAN/images/southTaoyuan-bg.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center top;
  background-color: #fff;
}
.southTaoyuan *, .southTaoyuan ::after, .southTaoyuan ::before {
  box-sizing: border-box;
}
.southTaoyuan .lg-view {
  display: block;
}
.southTaoyuan .sm-view {
  display: none;
}
.southTaoyuan .southTaoyuan-section {
  position: relative;
  z-index: 0;
  color: #333;
  padding: 0 20px;
}
.southTaoyuan .southTaoyuan-section .section-anchor {
  position: absolute;
  top: -100px;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.southTaoyuan .southTaoyuan-section .layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.southTaoyuan .southTaoyuan-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;
}
.southTaoyuan .southTaoyuan-section .section-inner {
  position: relative;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}
.southTaoyuan .southTaoyuan-section .section-header {
  position: relative;
}
.southTaoyuan .southTaoyuan-section .section-content {
  position: relative;
  margin: 0 auto;
  max-width: 1200px;
  max-width: 102.5rem;
}
.southTaoyuan .southTaoyuan-section .heading {
  font-size: 50px;
  line-height: 65px;
  font-weight: 700;
  text-align: center;
  color: #00968f;
}
.southTaoyuan .southTaoyuan-section .heading span {
  display: inline-block;
}
.southTaoyuan .southTaoyuan-section .highlight {
  color: #129a92;
}
.southTaoyuan .southTaoyuan-section .action {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: none;
  flex-wrap: nowrap;
  -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;
}
.southTaoyuan .southTaoyuan-section .btn.sty--primary {
  color: #fff;
  border-color: #00958f;
  background-color: #00958f;
}
.southTaoyuan .southTaoyuan-section .btn.sty--primary:active {
  background: #00958f;
  filter: brightness(1.2);
}
@media (hover: hover) {
  .southTaoyuan .southTaoyuan-section .btn.sty--primary:hover {
    background: #00958f;
    filter: brightness(1.2);
  }
}
.southTaoyuan .southTaoyuan-section img {
  display: block;
  width: 100%;
  max-width: 100%;
}
.southTaoyuan .table-outter {
  width: 100%;
  overflow: auto;
}
.southTaoyuan .table-outter::-webkit-scrollbar-thumb {
  background-color: #333 !important;
  border-radius: 0px;
  outline: 1px solid #333;
}
.southTaoyuan .table-outter::-webkit-scrollbar {
  height: 8px;
  -webkit-appearance: none;
}
.southTaoyuan .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);
}
.southTaoyuan .table-outter::-webkit-scrollbar:hover {
  height: 12px;
}
.southTaoyuan .southTaoyuan-sticky {
  position: fixed;
  bottom: 120px;
  right: calc(50% - 1440px / 2 + 30px);
  z-index: 10;
}
.southTaoyuan .southTaoyuan-sticky.change-bottom {
  position: absolute;
  bottom: 20px;
}
.southTaoyuan .southTaoyuan-sticky .btn {
  width: 80px;
  min-width: 80px;
  min-height: 40px;
  height: 40px;
  border-radius: 40px;
  text-align: center;
  background: linear-gradient(135deg, #19c2cbf5 0%,#00a1adf4 54%);
  border: 0;
  color: #fff;
  font-size: 15px;
  line-height: 30px;
  font-weight: 400;
  padding: 0;
}
.southTaoyuan .southTaoyuan-sticky .btn:active {
  filter: brightness(1.2);
}
@media (hover: hover) {
  .southTaoyuan .southTaoyuan-sticky .btn:hover {
    filter: brightness(1.2);
  }
}
.southTaoyuan .southTaoyuan-kv {
  position: relative;
  overflow: hidden;
  z-index: 0;
  padding: 0;
  background-image: url(https://www.homeplus.net.tw/cable/images/manual_upload/broadband_TAOYUAN/images/kv-bg.png);
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: center top;
}
.southTaoyuan .southTaoyuan-kv .title {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 0;
  z-index: -1;
}
.southTaoyuan .southTaoyuan-kv .layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.southTaoyuan .southTaoyuan-kv .layer-slogan {
  animation-delay: .4s;
}
.southTaoyuan .southTaoyuan-kv .layer-sub {
  animation-delay: .6s;
}
.southTaoyuan .southTaoyuan-a {
  padding-top: 20px;
  padding-bottom: 40px;
}
.southTaoyuan .southTaoyuan-a .l-swiper {
  max-width: 1200px;
  margin: 0 auto;
}
.southTaoyuan .southTaoyuan-a .swiper-slide {
  width: calc(100% / 3);
}
.southTaoyuan .southTaoyuan-a .swiper-pagination {
  position: relative;
  bottom: 0;
  margin-top: 15px;
}
.southTaoyuan .southTaoyuan-a .swiper-pagination-bullet {
  background: #b9c5c5;
}
.southTaoyuan .southTaoyuan-a .swiper-pagination-bullet-active {
  background: #0aafb4;
}
.southTaoyuan .southTaoyuan-a .item .image {
  max-width: 284px;
  margin: 0 auto 15px;
}
.southTaoyuan .southTaoyuan-a .item .main-text {
  font-size: 30px;
  line-height: 36px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 8px;
  color: #00968f;
}
.southTaoyuan .southTaoyuan-a .item .sub-text {
  font-size: 22px;
  line-height: 30px;
  font-weight: 700;
  text-align: center;
}
.southTaoyuan .southTaoyuan-b {
  padding-top: 50px;
  padding-bottom: 130px;
}
.southTaoyuan .southTaoyuan-b .bg {
  background-image: url(https://www.homeplus.net.tw/cable/images/manual_upload/broadband_TAOYUAN/images/b-bg.png);
  background-size: 1280px auto;
  background-position: right bottom;
  bottom: 0;
  z-index: 0;
}
.southTaoyuan .southTaoyuan-b .section-header {
  margin-bottom: 35px;
}
.southTaoyuan .southTaoyuan-b .section-content {
  max-width: 1124px;
}
.southTaoyuan .southTaoyuan-b .heading .text-small {
  font-size: 25px;
  line-height: 36px;
  display: inline-block;
}
.southTaoyuan .southTaoyuan-b .heading .bottom-line {
  border-bottom: 4px solid #fff200;
}
.southTaoyuan .southTaoyuan-b .scroll-text {
  display: none;
  text-align: center;
}
.southTaoyuan .southTaoyuan-b .table-outter {
  width: 100%;
  overflow: auto;
}
.southTaoyuan .southTaoyuan-b .l-table {
  font-size: 25px;
  line-height: 1;
  font-weight: 700;
  text-align: center;
  font-family: arial, "Noto Sans TC",sans-serif;
  border-collapse: collapse;
  width: 100%;
  background-color: #f9fdfe;
}
.southTaoyuan .southTaoyuan-b .l-table td {
  padding: 12px 5px;
  border: 1px solid #bebebe;
  background-color: #f9fdfe;
}
.southTaoyuan .southTaoyuan-b .l-table td .highlight {
  color: #fe005a;
}
.southTaoyuan .southTaoyuan-b .l-table td .text-xs {
  font-size: 13px;
  line-height: 16px;
}
.southTaoyuan .southTaoyuan-b .l-table td .text-small {
  font-size: 16px;
  line-height: 18px;
}
.southTaoyuan .southTaoyuan-b .l-table .l-table__header {
  text-align: center;
  font-size: 25px;
  line-height: 25px;
}
.southTaoyuan .southTaoyuan-b .l-table .l-table__header th {
  padding: 20px 5px;
  border: 1px solid #00958f;
  border-right: 1px solid #fff;
  background-color: #00958f;
  color: #fff;
  font-size: 25px;
  font-weight: 700;
}
.southTaoyuan .southTaoyuan-b .l-table .l-table__header th .highlight {
  color: #fff200;
}
.southTaoyuan .southTaoyuan-b .l-table .l-table__header th:nth-child(1) {
  width: 200px;
  border-left: 2px solid #00958f;
}
.southTaoyuan .southTaoyuan-b .l-table .l-table__header th:nth-child(2) {
  width: 20%;
}
.southTaoyuan .southTaoyuan-b .l-table .l-table__header th:nth-child(3) {
  width: 20%;
}
.southTaoyuan .southTaoyuan-b .l-table .l-table__header th:nth-child(4) {
  width: 20%;
}
.southTaoyuan .southTaoyuan-b .l-table .l-table__header th:nth-child(5) {
  width: 20%;
}
.southTaoyuan .southTaoyuan-b .l-table .l-table__header th:last-child {
  border-right: 2px solid #00958f;
}
.southTaoyuan .southTaoyuan-b .l-table .l-table__left {
  font-size: 20px;
  line-height: 24px;
  color: #333;
  background-color: #e5edef;
}
.southTaoyuan .southTaoyuan-b .l-table .l-table__left .text-small {
  font-size: 16px;
  line-height: 18px;
}
.southTaoyuan .southTaoyuan-b .l-table .text-md {
  font-size: 20px;
  line-height: 24px;
}
.southTaoyuan .southTaoyuan-b .l-table .list-disc {
  list-style: disc;
  text-align: left;
  padding-left: 1em;
  margin: 0 auto;
  line-height: 30px;
}
.southTaoyuan .southTaoyuan-b .l-table .list-1 {
  max-width: 310px;
  margin: 0 auto;
  text-align: left;
}
.southTaoyuan .southTaoyuan-b .l-table .list-2 {
  max-width: 468px;
  margin: 0 auto;
  text-align: left;
}
.southTaoyuan .southTaoyuan-b .l-table .border-left {
  border-left: 2px solid #00958f;
}
.southTaoyuan .southTaoyuan-b .l-table .border-right {
  border-right: 2px solid #00958f;
}
.southTaoyuan .southTaoyuan-b .l-table .border-bottom {
  border-bottom: 2px solid #00958f;
}
.southTaoyuan .southTaoyuan-b .bottom-text {
  font-size: 12px;
  line-height: 18px;
  font-weight: 500;
  margin-top: 15px;
}
.southTaoyuan .southTaoyuan-b .action {
  margin: 0 -50px;
  margin-top: 55px;
}
.southTaoyuan .southTaoyuan-b .btn.sty--primary {
  margin: 0 50px;
}
.southTaoyuan .southTaoyuan-b .tel {
  display: none;
}
.southTaoyuan .southTaoyuan-c {
  padding-top: 35px;
  padding-bottom: 125px;
  background-color: #000;
}
.southTaoyuan .southTaoyuan-c .bg {
  background-image: url(https://www.homeplus.net.tw/cable/images/manual_upload/broadband_TAOYUAN/images/c-bg.png);
  background-size: 1920px auto;
  top: -88px;
  height: calc(100% + 88px);
  z-index: 0;
}
.southTaoyuan .southTaoyuan-c .section-header {
  margin-bottom: 20px;
}
.southTaoyuan .southTaoyuan-c .section-content {
  max-width: 1124px;
}
.southTaoyuan .southTaoyuan-c .heading {
  color: #fff;
}
.southTaoyuan .southTaoyuan-c .heading span {
  display: inline-block;
}
.southTaoyuan .southTaoyuan-c .banner {
  position: relative;
  max-width: 1124px;
  margin: 0 auto;
  color: #fff;
  font-weight: 700;
}
.southTaoyuan .southTaoyuan-c .banner + .banner {
  margin-top: -20px;
}
.southTaoyuan .southTaoyuan-c .banner-header {
  position: absolute;
  top: 14%;
  left: 1%;
  font-size: 20px;
  font-weight: 700;
  transform: rotate(-3deg) skew(-4deg);
}
.southTaoyuan .southTaoyuan-c .banner-content {
  position: absolute;
  top: 35%;
  left: 17%;
  width: 31%;
}
.southTaoyuan .southTaoyuan-c .banner .info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  font-size: 16px;
  line-height: 24px;
}
.southTaoyuan .southTaoyuan-c .banner .info span + span {
  padding-left: .75em;
}
.southTaoyuan .southTaoyuan-c .banner .main-text {
  font-size: 30px;
  line-height: 36px;
  margin-top: 5px;
}
.southTaoyuan .southTaoyuan-c .banner .sub-text {
  font-size: 24px;
  line-height: 30px;
  margin-top: 5px;
}
.southTaoyuan .southTaoyuan-c .banner .link {
  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;
  color: #fff;
  margin-top: 5px;
}
.southTaoyuan .southTaoyuan-c .banner .link span {
  margin-right: 5px;
}
.southTaoyuan .southTaoyuan-c .banner .link img {
  width: 15px;
  height: 15px;
}
.southTaoyuan .southTaoyuan-c .banner-2 .banner-content {
  top: 44%;
}
.southTaoyuan .southTaoyuan-c .banner-3 .banner-content {
  top: 44%;
}
.southTaoyuan .southTaoyuan-c .banner-4 .banner-content img {
  height: 16px;
}
.southTaoyuan .southTaoyuan-c .banner-4 .banner-header {
  color: #333;
}
.southTaoyuan .southTaoyuan-c .action {
  margin-top: 30px;
}
.southTaoyuan .southTaoyuan-c .btn {
  border-color: #fff;
  color: #fff;
  border-radius: 68px;
  width: 282px;
  font-size: 20px;
  display: block;
}
.southTaoyuan .southTaoyuan-c .btn img {
  width: 20px;
  margin: 0 auto;
}
.southTaoyuan .southTaoyuan-d {
  padding-top: 35px;
  padding-bottom: 95px;
  background-color: #000;
}
.southTaoyuan .southTaoyuan-d .bg {
  background-image: url(https://www.homeplus.net.tw/cable/images/manual_upload/broadband_TAOYUAN/images/d-bg.png);
  background-size: 1920px auto;
  top: -88px;
  height: calc(100% + 88px);
  z-index: 0;
}
.southTaoyuan .southTaoyuan-d .section-header {
  margin-bottom: 35px;
}
.southTaoyuan .southTaoyuan-d .heading {
  color: #fff;
}
.southTaoyuan .southTaoyuan-d .heading span {
  display: inline-block;
}
.southTaoyuan .southTaoyuan-d .heading .text-small {
  font-size: 25px;
  line-height: 36px;
  display: inline-block;
}
.southTaoyuan .southTaoyuan-d .section-content {
  max-width: 1124px;
}
.southTaoyuan .southTaoyuan-d .scroll-text {
  display: none;
  text-align: center;
}
.southTaoyuan .southTaoyuan-d .table-outter {
  width: 100%;
  overflow: auto;
  margin-top: 50px;
}
.southTaoyuan .southTaoyuan-d .l-table {
  font-size: 20px;
  line-height: 25px;
  font-weight: 700;
  text-align: center;
  font-family: arial, "Noto Sans TC",sans-serif;
  border-collapse: collapse;
  width: 100%;
  background-color: #000;
  color: #fff;
}
.southTaoyuan .southTaoyuan-d .l-table td {
  padding: 12px 5px;
  border: 1px solid #bebebe;
  background-color: #000;
  height: 65px;
}
.southTaoyuan .southTaoyuan-d .l-table td .highlight {
  color: #00fcff;
}
.southTaoyuan .southTaoyuan-d .l-table td .text-xs {
  font-size: 13px;
  line-height: 16px;
}
.southTaoyuan .southTaoyuan-d .l-table td .text-small {
  font-size: 16px;
  line-height: 18px;
}
.southTaoyuan .southTaoyuan-d .l-table td .text-lg {
  font-size: 25px;
  line-height: 25px;
}
.southTaoyuan .southTaoyuan-d .l-table .l-table__header {
  text-align: center;
  font-size: 25px;
  line-height: 25px;
}
.southTaoyuan .southTaoyuan-d .l-table .l-table__header th {
  padding: 20px 5px;
  border: 1px solid #00fcff;
  border-right: 1px solid #fff;
  background-color: #00fcff;
  color: #000;
  font-size: 25px;
  font-weight: 700;
}
.southTaoyuan .southTaoyuan-d .l-table .l-table__header th:nth-child(1) {
  width: 200px;
  font-size: 20px;
  border-left: 2px solid #00fcff;
}
.southTaoyuan .southTaoyuan-d .l-table .l-table__header th:nth-child(2) {
  width: calc(100% - 200px);
}
.southTaoyuan .southTaoyuan-d .l-table .l-table__header th:last-child {
  border-right: 2px solid #00fcff;
}
.southTaoyuan .southTaoyuan-d .l-table .l-table__left {
  font-size: 20px;
  line-height: 24px;
  color: #fff;
  background-color: #000;
}
.southTaoyuan .southTaoyuan-d .l-table .l-table__left .text-small {
  font-size: 16px;
  line-height: 18px;
}
.southTaoyuan .southTaoyuan-d .l-table .list-disc {
  list-style: disc;
  text-align: left;
  padding-left: 1em;
  margin: 0 auto;
}
.southTaoyuan .southTaoyuan-d .l-table .list-1 {
  max-width: 670px;
  margin: 0 auto;
  margin-top: 10px;
  text-align: left;
}
.southTaoyuan .southTaoyuan-d .l-table .border-left {
  border-left: 2px solid #00fcff;
}
.southTaoyuan .southTaoyuan-d .l-table .border-right {
  border-right: 2px solid #00fcff;
}
.southTaoyuan .southTaoyuan-d .l-table .border-bottom {
  border-bottom: 2px solid #00fcff;
}
.southTaoyuan .southTaoyuan-d .bottom-text {
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
  margin-top: 20px;
}
.southTaoyuan .southTaoyuan-d .action {
  margin-top: 60px;
}
.southTaoyuan .southTaoyuan-d .tel {
  display: none;
}
.southTaoyuan .southTaoyuan-e {
  padding-top: 70px;
  padding-bottom: 65px;
  background-color: #1c1c1c;
  color: #fff;
  z-index: 2;
}
.southTaoyuan .southTaoyuan-e .bg {
  background-image: url(https://www.homeplus.net.tw/cable/images/manual_upload/broadband_TAOYUAN/images/e-bg.png);
  background-size: 100% auto;
  top: 0;
  z-index: 0;
}
.southTaoyuan .southTaoyuan-e .section-header {
  margin-bottom: 35px;
}
.southTaoyuan .southTaoyuan-e .heading {
  color: #fff;
}
.southTaoyuan .southTaoyuan-e .heading span {
  display: inline-block;
}
.southTaoyuan .southTaoyuan-e .section-content {
  max-width: 1124px;
}
.southTaoyuan .southTaoyuan-e .banner {
  position: relative;
}
.southTaoyuan .southTaoyuan-e .banner + .banner {
  margin-top: 30px;
}
.southTaoyuan .southTaoyuan-e .action {
  margin: 30px -50px;
}
.southTaoyuan .southTaoyuan-e .btn.sty--primary {
  margin: 0 50px;
  background: #1c1c1c;
  color: #00fcff;
  border-color: #00fcff;
}
.southTaoyuan .southTaoyuan-e .btn.sty--primary:active {
  background: #1c1c1c;
  filter: brightness(1.2);
}
@media (hover: hover) {
  .southTaoyuan .southTaoyuan-e .btn.sty--primary:hover {
    background: #1c1c1c;
    filter: brightness(1.2);
  }
}
.southTaoyuan .southTaoyuan-e .contact-info {
  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;
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
  margin-top: 30px;
}
.southTaoyuan .southTaoyuan-e .contact-info .content {
  width: 50%;
  padding: 20px 10px 20px 30px;
}
.southTaoyuan .southTaoyuan-e .contact-info .image {
  width: 50%;
}
.southTaoyuan .southTaoyuan-e .contact-info .main-text {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #00958f;
}
.southTaoyuan .southTaoyuan-e .contact-info .sub-text {
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  color: #333;
}
.southTaoyuan .southTaoyuan-e .contact-info .info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
.southTaoyuan .southTaoyuan-e .contact-info .info-header {
  width: 98px;
}
.southTaoyuan .southTaoyuan-e .contact-info .info-content {
  width: calc(100% - 98px);
}
.southTaoyuan .southTaoyuan-e .contact-info .tel {
  pointer-events: none;
  color: #333;
}
.southTaoyuan .southTaoyuan-e .contact-info-bottom {
  font-size: 16px;
  line-height: 24px;
  margin-top: 24px;
  margin-bottom: 36px;
}
.southTaoyuan .southTaoyuan-e .channel-collapse {
  position: relative;
  border-radius: 10px;
  border: 3px solid #00fcff;
}
.southTaoyuan .southTaoyuan-e .channel-collapse .collapse-header {
  font-size: 40px;
  line-height: 48px;
  text-align: center;
  font-weight: 700;
  padding: 15px 190px;
  position: relative;
  color: #00fcff;
  cursor: pointer;
}
.southTaoyuan .southTaoyuan-e .channel-collapse .collapse-header:before {
  content: "";
  position: absolute;
  top: calc(50% - 30px / 2);
  right: 140px;
  width: 30px;
  height: 30px;
  background-image: url(https://www.homeplus.net.tw/cable/images/manual_upload/broadband_TAOYUAN/images/collapse-header-expand.png);
  background-size: 100% auto;
}
.southTaoyuan .southTaoyuan-e .channel-collapse .collapse-content {
  position: relative;
  border-top: 3px solid #00fcff;
  padding: 35px;
}
.southTaoyuan .southTaoyuan-e .channel-collapse.active .collapse-header:before {
  background-image: url(https://www.homeplus.net.tw/cable/images/manual_upload/broadband_TAOYUAN/images/collapse-header-collapse.png);
}
.southTaoyuan .southTaoyuan-e .channel-collapse .title {
  padding: 0 240px;
  text-align: center;
  font-weight: 700;
  line-height: 44px;
  margin-bottom: 20px;
}
.southTaoyuan .southTaoyuan-e .channel-collapse .highlight {
  color: #00fcff;
}
.southTaoyuan .southTaoyuan-e .channel-dropdown {
  position: absolute;
  top: 35px;
  right: 35px;
  background-color: #1e1e1e;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  width: 228px;
}
.southTaoyuan .southTaoyuan-e .channel-dropdown .dropdown-header {
  padding: 8px 20px;
  position: relative;
  color: #fff;
  cursor: pointer;
  border: 2px solid #00fcff;
  border-radius: 10px;
}
.southTaoyuan .southTaoyuan-e .channel-dropdown .dropdown-header:before {
  content: "";
  position: absolute;
  top: calc(50% - 20px / 2);
  right: 28px;
  width: 20px;
  height: 20px;
  background-image: url(https://www.homeplus.net.tw/cable/images/manual_upload/broadband_TAOYUAN/images/e-arrow_down.png);
  background-size: 100% auto;
}
.southTaoyuan .southTaoyuan-e .channel-dropdown .dropdown-content {
  display: none;
  border: 2px solid #00fcff;
  position: absolute;
  top: 42px;
  left: 0;
  width: 100%;
  border-radius: 0 0 10px 10px;
  background-color: #1e1e1e;
}
.southTaoyuan .southTaoyuan-e .channel-dropdown .dropdown-content a {
  display: block;
  color: #fff;
  padding: 8px 20px;
}
.southTaoyuan .southTaoyuan-e .channel-dropdown .dropdown-content .active {
  background-color: #4a64c9;
}
.southTaoyuan .southTaoyuan-e .channel-dropdown.active .dropdown-header {
  border-radius: 10px 10px 0 0;
}
.southTaoyuan .southTaoyuan-e .channel-dropdown.active .dropdown-header:before {
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.southTaoyuan .southTaoyuan-e .channel-dropdown.active .dropdown-content {
  display: block;
}
.southTaoyuan .southTaoyuan-e .channel-pane {
  display: none;
}
.southTaoyuan .southTaoyuan-e .channel-pane.active {
  display: block;
}
.southTaoyuan .southTaoyuan-e .l-table {
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  font-family: arial, "Noto Sans TC",sans-serif;
  border-collapse: collapse;
  width: 100%;
  background-color: #1e1e1e;
}
.southTaoyuan .southTaoyuan-e .l-table th, .southTaoyuan .southTaoyuan-e .l-table td {
  padding: 5px;
  border-bottom: 2px solid #808080;
  background-color: #1e1e1e;
  text-align: left;
}
.southTaoyuan .southTaoyuan-e .l-table th .highlight, .southTaoyuan .southTaoyuan-e .l-table td .highlight {
  color: #fe005a;
}
.southTaoyuan .southTaoyuan-e .l-table th:nth-child(1), .southTaoyuan .southTaoyuan-e .l-table td:nth-child(1) {
  width: 10%;
  text-align: center;
}
.southTaoyuan .southTaoyuan-e .l-table th:nth-child(2), .southTaoyuan .southTaoyuan-e .l-table td:nth-child(2) {
  width: 70%;
}
.southTaoyuan .southTaoyuan-e .l-table th:nth-child(3), .southTaoyuan .southTaoyuan-e .l-table td:nth-child(3) {
  width: 20%;
}
.southTaoyuan .southTaoyuan-e .FAST-collapse {
  position: relative;
  border-radius: 5px;
  border: 2px solid #fff;
  margin-top: 40px;
  padding: 0 40px;
}
.southTaoyuan .southTaoyuan-e .FAST-collapse-header {
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  padding: 15px 40px 15px 0;
  position: relative;
  color: #fff;
  cursor: pointer;
}
.southTaoyuan .southTaoyuan-e .FAST-collapse-header:before {
  content: "";
  position: absolute;
  top: calc(50% - 30px / 2);
  right: 0;
  width: 28px;
  height: 28px;
  background-image: url(https://www.homeplus.net.tw/cable/images/manual_upload/broadband_TAOYUAN/images/collapse-header-expand2.png);
  background-size: 100% auto;
}
.southTaoyuan .southTaoyuan-e .FAST-collapse-content {
  display: none;
  position: relative;
  border-top: 2px solid #fff;
  padding: 24px 0 35px;
  text-align: center;
  min-height: 300px;
}
.southTaoyuan .southTaoyuan-e .FAST-collapse.active {
  background-image: url(https://www.homeplus.net.tw/cable/images/manual_upload/broadband_TAOYUAN/images/e-block-bg.png);
  background-size: 100% auto;
  background-position: center 60px;
  background-repeat: no-repeat;
}
.southTaoyuan .southTaoyuan-e .FAST-collapse.active .FAST-collapse-header:before {
  background-image: url(https://www.homeplus.net.tw/cable/images/manual_upload/broadband_TAOYUAN/images/collapse-header-collapse2.png);
}
.southTaoyuan .southTaoyuan-e .FAST-collapse.active .FAST-collapse-content {
  display: block;
}
.southTaoyuan .southTaoyuan-e .FAST-collapse .inner {
  max-width: 684px;
  margin: 0 auto;
}
.southTaoyuan .southTaoyuan-e .FAST-collapse .main-text {
  font-size: 30px;
  line-height: 44px;
  font-weight: 700;
}
.southTaoyuan .southTaoyuan-e .FAST-collapse .sub-text {
  font-size: 21px;
  line-height: 36px;
  font-weight: 700;
  margin-bottom: 10px;
}
.southTaoyuan .southTaoyuan-e .FAST-collapse .info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 18px;
  line-height: 32px;
  font-weight: 500;
}
.southTaoyuan .southTaoyuan-e .FAST-collapse .info + .info {
  margin-top: 10px;
}
.southTaoyuan .southTaoyuan-e .FAST-collapse .info-header {
  width: 100px;
  height: 32px;
  border-radius: 32px;
  font-weight: 700;
  background-color: #fff;
  color: #000;
  text-align: center;
}
.southTaoyuan .southTaoyuan-e .FAST-collapse .info-content {
  width: calc(100% - 100px);
  padding-left: 5px;
  text-align: left;
}
.southTaoyuan .southTaoyuan-e .bottom-text {
  text-align: center;
  font-size: 14px;
  line-height: 30px;
  margin-top: 15px;
}
.southTaoyuan .southTaoyuan-f {
  padding-top: 90px;
  padding-bottom: 60px;
  background-color: #2f2f2f;
  color: #fff;
}
.southTaoyuan .southTaoyuan-f .section-anchor {
  top: -40px;
}
.southTaoyuan .southTaoyuan-f .section-header {
  margin-bottom: 30px;
}
.southTaoyuan .southTaoyuan-f .section-content {
  max-width: 1124px;
}
.southTaoyuan .southTaoyuan-f .heading {
  color: #fff;
}
.southTaoyuan .southTaoyuan-f .heading span {
  display: inline-block;
}
.southTaoyuan .southTaoyuan-f .block-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: auto;
  margin: 0 -16px;
}
.southTaoyuan .southTaoyuan-f .block {
  width: 100%;
  background-color: #1c1c1c;
  position: relative;
  border-radius: 10px;
  padding: 30px 20px 10px;
  margin: 0 16px;
}
.southTaoyuan .southTaoyuan-f .block-1 {
  max-width: 435px;
}
.southTaoyuan .southTaoyuan-f .block-1 .item {
  width: calc(100% / 3);
}
.southTaoyuan .southTaoyuan-f .block-2 {
  max-width: 458px;
}
.southTaoyuan .southTaoyuan-f .block-3 {
  max-width: 170px;
}
.southTaoyuan .southTaoyuan-f .block-3 .item .sub-text {
  max-width: 100%;
}
.southTaoyuan .southTaoyuan-f .list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
.southTaoyuan .southTaoyuan-f .item .image {
  max-width: 110px;
  margin: 0 auto 10px;
}
.southTaoyuan .southTaoyuan-f .item .main-text {
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 8px;
}
.southTaoyuan .southTaoyuan-f .item .sub-text {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  text-align: center;
  max-width: 110px;
  margin: 0 auto;
}
.southTaoyuan .southTaoyuan-f .steps {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -8px;
}
.southTaoyuan .southTaoyuan-f .steps:before {
  content: "";
  position: absolute;
  top: 14px;
  left: 8px;
  width: calc(100% - 72px);
  height: 2px;
  background-color: #fff;
}
.southTaoyuan .southTaoyuan-f .step {
  position: relative;
  margin: 0 8px;
  text-align: justify;
}
.southTaoyuan .southTaoyuan-f .step .step-number {
  width: 28px;
  height: 28px;
  text-align: center;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  background-color: #fff;
  border-radius: 50%;
  color: #000;
  margin-bottom: 5px;
}
.southTaoyuan .southTaoyuan-f .step img {
  display: inline-block;
  max-width: 45px;
}
.southTaoyuan .southTaoyuan-f .step-1 {
  max-width: calc(100% - 135px - 72px - 8px * 6);
}
.southTaoyuan .southTaoyuan-f .step-2 {
  width: 135px;
}
.southTaoyuan .southTaoyuan-f .step-3 {
  width: 72px;
}
.southTaoyuan .southTaoyuan-g {
  padding-top: 35px;
  padding-bottom: 100px;
  background-color: #2f2f2f;
  color: #fff;
}
.southTaoyuan .southTaoyuan-g .section-header {
  margin-bottom: 30px;
}
.southTaoyuan .southTaoyuan-g .heading {
  color: #fff;
}
.southTaoyuan .southTaoyuan-g .heading span {
  display: inline-block;
}
.southTaoyuan .southTaoyuan-g .section-content {
  max-width: 1124px;
}
.southTaoyuan .southTaoyuan-g .item {
  padding: 15px 0;
  position: relative;
  font-size: 16px;
  line-height: 30px;
  text-align: justify;
}
.southTaoyuan .southTaoyuan-g .item + .item {
  border-top: 1px solid #808080;
}
.southTaoyuan .southTaoyuan-g .item-header {
  font-size: 18px;
  line-height: 30px;
  font-weight: 500;
  padding-left: 20px;
  position: relative;
  cursor: pointer;
}
.southTaoyuan .southTaoyuan-g .item-header:before {
  content: "Q:";
  position: absolute;
  top: 0;
  left: 0;
}
.southTaoyuan .southTaoyuan-g .item-content {
  max-height: 0;
  overflow: hidden;
  will-change: max-height;
  transition: all 0.25s ease-out;
  opacity: 0;
}
.southTaoyuan .southTaoyuan-g .item .inner {
  padding-left: 20px;
  padding-top: 4px;
}
.southTaoyuan .southTaoyuan-g .item .inner a{
  color: inherit;
}
.southTaoyuan .southTaoyuan-g .item.active .item-content {
  opacity: 1;
  overflow: visible;
}
.southTaoyuan .southTaoyuan-g ol {
  list-style: decimal;
  padding-left: 1.25em;
}

@media (min-width: 1921px) {
  .southTaoyuan .southTaoyuan-kv {
    background-size: 100% 100%;
  }
  .southTaoyuan .southTaoyuan-c {
    background-color: #fff;
  }
  .southTaoyuan .southTaoyuan-c .bg {
    background-size: 100% auto;
    top: -108px;
    height: calc(100% + 108px);
    z-index: 0;
  }
  .southTaoyuan .southTaoyuan-d .bg {
    background-size: 100% auto;
    top: -108px;
    height: calc(100% + 108px);
    z-index: 0;
  }
}
@media (max-width: 1440px) and (min-width: 751px) {
  .main-wrapper .grid-container {
    padding-right: 0;
    padding-left: 0;
  }

  .southTaoyuan .southTaoyuan-sticky {
    right: 15px;
  }
}
@media (max-width: 1140px) and (min-width: 751px) {
  .southTaoyuan .southTaoyuan-sticky {
    right: 15px;
  }
  .southTaoyuan .southTaoyuan-section .heading {
    font-size: 4.385vw;
    line-height: 1.3;
  }
  .southTaoyuan .southTaoyuan-a {
    padding-left: 0;
    padding-right: 0;
  }
  .southTaoyuan .southTaoyuan-a .swiper-slide {
    width: 375px;
  }
  .southTaoyuan .southTaoyuan-b .heading .text-small {
    font-size: 2.192vw;
    line-height: 1.44;
  }
  .southTaoyuan .southTaoyuan-c .banner-header {
    font-size: 1.7vw;
  }
  .southTaoyuan .southTaoyuan-c .banner .info {
    font-size: 1.4vw;
    line-height: 1.5;
  }
  .southTaoyuan .southTaoyuan-c .banner .main-text {
    font-size: 2.2vw;
    line-height: 1.5;
  }
  .southTaoyuan .southTaoyuan-c .banner .sub-text {
    font-size: 2vw;
    line-height: 1.2;
  }
  .southTaoyuan .southTaoyuan-d .heading .text-small {
    font-size: 2.192vw;
    line-height: 1.44;
  }
  .southTaoyuan .southTaoyuan-e .channel-collapse .collapse-header {
    padding: 15px 35px;
    font-size: 3.5vw;
  }
  .southTaoyuan .southTaoyuan-e .channel-collapse .collapse-header:before {
    right: 35px;
  }
  .southTaoyuan .southTaoyuan-f .block {
    max-width: inherit;
  }
  .southTaoyuan .southTaoyuan-f .block-1 {
    width: 435px;
  }
  .southTaoyuan .southTaoyuan-f .block-1 .list {
    width: 395px;
  }
  .southTaoyuan .southTaoyuan-f .block-2 {
    width: 455px;
  }
  .southTaoyuan .southTaoyuan-f .block-3 {
    width: 170px;
  }
  .southTaoyuan .southTaoyuan-f .block-3 .item {
    width: 130px;
  }
  .southTaoyuan .southTaoyuan-f .steps {
    width: 432px;
  }
  .southTaoyuan .southTaoyuan-f .step {
    max-width: 100%;
  }
  .southTaoyuan .southTaoyuan-f .step-1 {
    width: 176px;
  }
  .southTaoyuan .southTaoyuan-f .step-2 {
    width: 135px;
  }
  .southTaoyuan .southTaoyuan-f .step-3 {
    width: 72px;
  }
}
@media (max-width: 1023px) and (min-width: 751px) {
  .southTaoyuan .southTaoyuan-e .contact-info {
    display: block;
    max-width: 480px;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
  }
  .southTaoyuan .southTaoyuan-e .contact-info .content {
    width: 100%;
  }
  .southTaoyuan .southTaoyuan-e .contact-info .image {
    width: 100%;
  }
  .southTaoyuan .southTaoyuan-e .contact-info .main-text {
    margin-bottom: 5px;
    text-align: center;
  }
  .southTaoyuan .southTaoyuan-e .contact-info .mb-text-sm {
    font-size: 20px;
    display: block;
  }
}
@media (max-width: 750px) {
  .main-wrapper .grid-container {
    padding-right: 0;
    padding-left: 0;
  }

  .southTaoyuan {
    background-image: url(https://www.homeplus.net.tw/cable/images/manual_upload/broadband_TAOYUAN/images/southTaoyuan-bg_s.png);
  }
  .southTaoyuan .lg-view {
    display: none;
  }
  .southTaoyuan .sm-view {
    display: block;
  }
  .southTaoyuan .southTaoyuan-section {
    padding: 0 25px;
  }
  .southTaoyuan .southTaoyuan-section .section-content {
    max-width: 325px;
  }
  .southTaoyuan .southTaoyuan-section .heading {
    font-size: 30px;
    line-height: 36px;
  }
  .southTaoyuan .southTaoyuan-section .swiper-button-next,
  .southTaoyuan .southTaoyuan-section .swiper-button-prev {
    top: 50%;
    width: 16px;
    height: 24px;
    margin-top: -12px;
    color: #fff;
  }
  .southTaoyuan .southTaoyuan-section .swiper-button-next:after,
  .southTaoyuan .southTaoyuan-section .swiper-button-prev:after {
    display: none;
  }
  .southTaoyuan .southTaoyuan-section .section-anchor {
    top: -60px;
  }
  .southTaoyuan .southTaoyuan-sticky {
    right: 0;
  }
  .southTaoyuan .southTaoyuan-sticky .btn {
    width: 60px;
    min-width: 60px;
    min-height: 30px;
    height: 30px;
    border-radius: 40px 0 0 40px;
    font-size: 12px;
    line-height: 30px;
    padding-left: 8px;
  }
  .southTaoyuan .southTaoyuan-kv {
    padding: 0;
    background-image: url(https://www.homeplus.net.tw/cable/images/manual_upload/broadband_TAOYUAN/images/kv-bg_s.png);
  }
  .southTaoyuan .southTaoyuan-a {
    padding: 0;
    padding-top: 10px;
    padding-bottom: 30px;
  }
  .southTaoyuan .southTaoyuan-a .section-content {
    max-width: 100%;
  }
  .southTaoyuan .southTaoyuan-a .swiper-slide {
    width: 280px;
  }
  .southTaoyuan .southTaoyuan-a .item .image {
    max-width: 175px;
    margin-bottom: 10px;
  }
  .southTaoyuan .southTaoyuan-a .item .main-text {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 4px;
  }
  .southTaoyuan .southTaoyuan-a .item .sub-text {
    font-size: 16px;
    line-height: 24px;
  }
  .southTaoyuan .southTaoyuan-b {
    padding-top: 20px;
    padding-bottom: 55px;
  }
  .southTaoyuan .southTaoyuan-b .bg {
    background-image: url(https://www.homeplus.net.tw/cable/images/manual_upload/broadband_TAOYUAN/images/b-bg_s.png);
    background-size: 100% auto;
  }
  .southTaoyuan .southTaoyuan-b .section-header {
    max-width: 325px;
    margin: 0 auto 15px;
  }
  .southTaoyuan .southTaoyuan-b .heading .mb-text-md {
    font-size: 20px;
    line-height: 30px;
  }
  .southTaoyuan .southTaoyuan-b .heading .text-small {
    font-size: 12px;
    line-height: 18px;
  }
  .southTaoyuan .southTaoyuan-b .heading .bottom-line {
    border-width: 2px;
  }
  .southTaoyuan .southTaoyuan-b .scroll-text {
    display: block;
    font-size: 12px;
    margin-bottom: 5px;
  }
  .southTaoyuan .southTaoyuan-b .table-outter {
    width: 100%;
    overflow: auto;
  }
  .southTaoyuan .southTaoyuan-b .l-table {
    font-size: 20px;
    min-width: 660px;
  }
  .southTaoyuan .southTaoyuan-b .l-table td {
    padding: 8px 5px;
  }
  .southTaoyuan .southTaoyuan-b .l-table td .text-xs {
    font-size: 10px;
    line-height: 12px;
  }
  .southTaoyuan .southTaoyuan-b .l-table td .text-small {
    font-size: 12px;
    line-height: 16px;
  }
  .southTaoyuan .southTaoyuan-b .l-table td .mb-text-sm {
    font-size: 13px;
    line-height: 16px;
  }
  .southTaoyuan .southTaoyuan-b .l-table .l-table__header {
    font-size: 16px;
    line-height: 20px;
  }
  .southTaoyuan .southTaoyuan-b .l-table .l-table__header th {
    padding: 8px 5px;
    font-size: 16px;
  }
  .southTaoyuan .southTaoyuan-b .l-table .l-table__header th span {
    display: inline-block;
  }
  .southTaoyuan .southTaoyuan-b .l-table .l-table__header th:nth-child(1) {
    width: 84px;
  }
  .southTaoyuan .southTaoyuan-b .l-table .l-table__header th:nth-child(2) {
    width: 128px;
  }
  .southTaoyuan .southTaoyuan-b .l-table .l-table__header th:nth-child(3) {
    width: 128px;
  }
  .southTaoyuan .southTaoyuan-b .l-table .l-table__header th:nth-child(4) {
    width: 128px;
  }
  .southTaoyuan .southTaoyuan-b .l-table .l-table__header th:nth-child(5) {
    width: 128px;
  }
  .southTaoyuan .southTaoyuan-b .l-table .l-table__left {
    font-size: 15px;
    line-height: 20px;
  }
  .southTaoyuan .southTaoyuan-b .l-table .l-table__left span {
    display: inline-block;
  }
  .southTaoyuan .southTaoyuan-b .l-table .l-table__left .text-small {
    font-size: 12px;
    line-height: 16px;
  }
  .southTaoyuan .southTaoyuan-b .l-table .text-md {
    font-size: 16px;
    line-height: 20px;
  }
  .southTaoyuan .southTaoyuan-b .l-table .list-disc {
    line-height: 20px;
  }
  .southTaoyuan .southTaoyuan-b .l-table .list-1 {
    max-width: 310px;
  }
  .southTaoyuan .southTaoyuan-b .l-table .list-2 {
    max-width: 468px;
  }
  .southTaoyuan .southTaoyuan-b .bottom-text {
    font-size: 12px;
    line-height: 18px;
    margin-top: 10px;
  }
  .southTaoyuan .southTaoyuan-b .action {
    margin: 0 -5px;
    margin-top: 20px;
  }
  .southTaoyuan .southTaoyuan-b .btn.sty--primary {
    margin: 0 5px;
    max-width: 100px;
    min-width: 100px;
    padding: .3125rem .5rem;
  }
  .southTaoyuan .southTaoyuan-b .tel {
    display: block;
    color: #00a29a;
    font-size: 12px;
    line-height: 16px;
    font-weight: 700;
    margin-right: 5px;
  }
  .southTaoyuan .southTaoyuan-b .tel img {
    width: 20px;
    margin: 0 auto 4px;
    display: block;
  }
  .southTaoyuan .southTaoyuan-c {
    padding-top: 35px;
    padding-bottom: 65px;
  }
  .southTaoyuan .southTaoyuan-c .bg {
    background-image: url(https://www.homeplus.net.tw/cable/images/manual_upload/broadband_TAOYUAN/images/c-bg_s.png);
    background-size: 100% auto;
    top: -33px;
    height: calc(100% + 33px);
  }
  .southTaoyuan .southTaoyuan-c .section-header {
    max-width: 325px;
    margin: 0 auto 20px;
  }
  .southTaoyuan .southTaoyuan-c .heading .mb-text-md {
    font-size: 20px;
    line-height: 30px;
  }
  .southTaoyuan .southTaoyuan-c .swiper {
    overflow: visible;
  }
  .southTaoyuan .southTaoyuan-c .swiper-slide {
    width: 345px;
    padding: 0 5px;
  }
  .southTaoyuan .southTaoyuan-c .swiper-pagination {
    position: relative;
    bottom: 0;
    margin-top: 15px;
  }
  .southTaoyuan .southTaoyuan-c .swiper-pagination-bullet {
    background: #b9c5c5;
  }
  .southTaoyuan .southTaoyuan-c .swiper-pagination-bullet-active {
    background: #00fdfb;
  }
  .southTaoyuan .southTaoyuan-c .banner {
    max-width: 100%;
  }
  .southTaoyuan .southTaoyuan-c .banner + .banner {
    margin-top: 0;
  }
  .southTaoyuan .southTaoyuan-c .banner-header {
    top: 2%;
    left: 2.5%;
  }
  .southTaoyuan .southTaoyuan-c .banner-content {
    top: 17.5%;
    left: 27%;
    width: 70%;
  }
  .southTaoyuan .southTaoyuan-c .banner .info {
    font-size: 15px;
    line-height: 20px;
  }
  .southTaoyuan .southTaoyuan-c .banner .main-text {
    font-size: 20px;
    line-height: 22px;
    margin-top: 4px;
  }
  .southTaoyuan .southTaoyuan-c .banner .text-small {
    font-size: 16px;
    line-height: 1;
  }
  .southTaoyuan .southTaoyuan-c .banner .sub-text {
    font-size: 16px;
    line-height: 20px;
    margin-top: 4px;
  }
  .southTaoyuan .southTaoyuan-c .banner .link {
    margin-top: 0;
    font-size: 15px;
  }
  .southTaoyuan .southTaoyuan-c .banner .link span {
    margin-right: 4px;
  }
  .southTaoyuan .southTaoyuan-c .banner-2 .banner-content {
    top: 17%;
  }
  .southTaoyuan .southTaoyuan-c .banner-3 .banner-content {
    top: 17%;
  }
  .southTaoyuan .southTaoyuan-c .banner-4 .banner-content img {
    height: 14px;
  }
  .southTaoyuan .southTaoyuan-c .action {
    margin-top: 25px;
  }
  .southTaoyuan .southTaoyuan-c .btn {
    border-radius: 48px;
    width: 204px;
    font-size: 15px;
    padding: .1875rem .25rem;
  }
  .southTaoyuan .southTaoyuan-c .btn img {
    width: 16px;
  }
  .southTaoyuan .southTaoyuan-d {
    padding-top: 35px;
    padding-bottom: 50px;
  }
  .southTaoyuan .southTaoyuan-d .bg {
    background-image: url(https://www.homeplus.net.tw/cable/images/manual_upload/broadband_TAOYUAN/images/d-bg_s.png);
    background-size: 100% auto;
    top: -33px;
    height: calc(100% + 33px);
    z-index: 0;
  }
  .southTaoyuan .southTaoyuan-d .section-header {
    max-width: 325px;
    margin: 0 auto 16px;
  }
  .southTaoyuan .southTaoyuan-d .heading .text-small {
    font-size: 14px;
    line-height: 20px;
    display: block;
  }
  .southTaoyuan .southTaoyuan-d .section-content {
    max-width: 355px;
  }
  .southTaoyuan .southTaoyuan-d .banner-2 {
    margin-bottom: 20px;
  }
  .southTaoyuan .southTaoyuan-d .table-outter {
    width: 100%;
    overflow: auto;
    margin-top: 0;
  }
  .southTaoyuan .southTaoyuan-d .l-table {
    font-size: 16px;
  }
  .southTaoyuan .southTaoyuan-d .l-table td {
    padding: 8px;
    height: inherit;
  }
  .southTaoyuan .southTaoyuan-d .l-table td .text-xs {
    font-size: 13px;
    line-height: 16px;
  }
  .southTaoyuan .southTaoyuan-d .l-table td .text-small {
    font-size: 12px;
    line-height: 16px;
    display: block;
  }
  .southTaoyuan .southTaoyuan-d .l-table td .text-lg {
    font-size: 20px;
    line-height: 25px;
  }
  .southTaoyuan .southTaoyuan-d .l-table .l-table__header {
    font-size: 16px;
    line-height: 20px;
  }
  .southTaoyuan .southTaoyuan-d .l-table .l-table__header th {
    padding: 8px;
    font-size: 16px;
  }
  .southTaoyuan .southTaoyuan-d .l-table .l-table__header th:nth-child(1) {
    width: 84px;
    font-size: 16px;
  }
  .southTaoyuan .southTaoyuan-d .l-table .l-table__header th:nth-child(2) {
    width: 172px;
  }
  .southTaoyuan .southTaoyuan-d .l-table .l-table__header th:nth-child(3) {
    width: 162px;
  }
  .southTaoyuan .southTaoyuan-d .l-table .l-table__header th:nth-child(4) {
    width: 162px;
  }
  .southTaoyuan .southTaoyuan-d .l-table .l-table__header th:nth-child(5) {
    width: 162px;
  }
  .southTaoyuan .southTaoyuan-d .l-table .l-table__left {
    font-size: 15px;
    line-height: 20px;
    padding: 8px 5px;
  }
  .southTaoyuan .southTaoyuan-d .l-table .l-table__left span {
    display: block;
  }
  .southTaoyuan .southTaoyuan-d .l-table .l-table__left .text-small {
    font-size: 12px;
    line-height: 16px;
  }
  .southTaoyuan .southTaoyuan-d .l-table .list-1 {
    max-width: 540px;
  }
  .southTaoyuan .southTaoyuan-d .l-table .list-1 .text-lg {
    text-align: center;
    font-size: 24px;
  }
  .southTaoyuan .southTaoyuan-d .l-table .list-1 .text-lg span {
    display: inline-block;
  }
  .southTaoyuan .southTaoyuan-d .l-table .list-1 .text-lg span:first-child {
    display: block;
  }
  .southTaoyuan .southTaoyuan-d .bottom-text {
    font-size: 12px;
    line-height: 16px;
    margin-top: 10px;
    text-align: left;
  }
  .southTaoyuan .southTaoyuan-d .action {
    margin-top: 40px;
  }
  .southTaoyuan .southTaoyuan-d .btn.sty--primary {
    max-width: 100px;
    min-width: 100px;
    padding: .3125rem .5rem;
  }
  .southTaoyuan .southTaoyuan-d .tel {
    display: block;
    color: #fff;
    font-size: 12px;
    line-height: 16px;
    font-weight: 700;
    margin-right: 10px;
  }
  .southTaoyuan .southTaoyuan-d .tel img {
    width: 20px;
    margin: 0 auto 4px;
    display: block;
  }
  .southTaoyuan .southTaoyuan-e {
    padding-top: 48px;
    padding-bottom: 28px;
  }
  .southTaoyuan .southTaoyuan-e .bg {
    background-size: 100% auto;
  }
  .southTaoyuan .southTaoyuan-e .section-header {
    max-width: 325px;
    margin: 0 auto 16px;
  }
  .southTaoyuan .southTaoyuan-e .section-content {
    max-width: 355px;
  }
  .southTaoyuan .southTaoyuan-e .banner + .banner {
    margin-top: 20px;
  }
  .southTaoyuan .southTaoyuan-e .action {
    margin: 20px -10px;
  }
  .southTaoyuan .southTaoyuan-e .btn.sty--primary {
    margin: 0 10px;
    max-width: 168px;
    width: 100%;
    min-width: inherit;
    padding: .3125rem .5rem;
  }
  .southTaoyuan .southTaoyuan-e .contact-info {
    display: block;
    border-radius: 5px;
    margin-top: 20px;
  }
  .southTaoyuan .southTaoyuan-e .contact-info .content {
    width: calc(100% - 10px * 2);
    max-width: 284px;
    padding: 15px 0 12px;
    margin: 0 auto;
  }
  .southTaoyuan .southTaoyuan-e .contact-info .image {
    width: 100%;
  }
  .southTaoyuan .southTaoyuan-e .contact-info .main-text {
    font-size: 20px;
    margin-bottom: 5px;
    text-align: center;
  }
  .southTaoyuan .southTaoyuan-e .contact-info .mb-text-sm {
    font-size: 16px;
    display: block;
  }
  .southTaoyuan .southTaoyuan-e .contact-info .sub-text {
    font-size: 15px;
    line-height: 24px;
  }
  .southTaoyuan .southTaoyuan-e .contact-info .info-header {
    width: 72px;
  }
  .southTaoyuan .southTaoyuan-e .contact-info .info-content {
    width: calc(100% - 72px);
  }
  .southTaoyuan .southTaoyuan-e .contact-info .tel {
    pointer-events: auto;
  }
  .southTaoyuan .southTaoyuan-e .contact-info-bottom {
    font-size: 12px;
    line-height: 18px;
    margin-top: 15px;
    margin-bottom: 20px;
  }
  .southTaoyuan .southTaoyuan-e .channel-collapse {
    border: 2px solid #00fcff;
    border-radius: 5px;
  }
  .southTaoyuan .southTaoyuan-e .channel-collapse .collapse-header {
    font-size: 20px;
    line-height: 30px;
    padding: 8px 60px 8px 10px;
  }
  .southTaoyuan .southTaoyuan-e .channel-collapse .collapse-header:before {
    top: calc(50% - 20px / 2);
    right: 10px;
    width: 20px;
    height: 20px;
  }
  .southTaoyuan .southTaoyuan-e .channel-collapse .collapse-content {
    border-top: 2px solid #00fcff;
    padding: 15px 10px;
  }
  .southTaoyuan .southTaoyuan-e .channel-collapse.active .collapse-header:before {
    background-image: url(https://www.homeplus.net.tw/cable/images/manual_upload/broadband_TAOYUAN/images/collapse-header-collapse.png);
  }
  .southTaoyuan .southTaoyuan-e .channel-collapse.active .collapse-content {
    display: block;
  }
  .southTaoyuan .southTaoyuan-e .channel-collapse .title {
    padding: 0;
    font-size: 15px;
    line-height: 21px;
    margin-bottom: 64px;
  }
  .southTaoyuan .southTaoyuan-e .channel-collapse .title span {
    display: block;
  }
  .southTaoyuan .southTaoyuan-e .channel-dropdown {
    top: 66px;
    right: 10px;
    font-size: 15px;
    line-height: 20px;
    width: calc(100% - 10px * 2);
  }
  .southTaoyuan .southTaoyuan-e .channel-dropdown .dropdown-header {
    padding: 8px 10px;
    border-radius: 5px;
    border: 1px solid #00fcff;
  }
  .southTaoyuan .southTaoyuan-e .channel-dropdown .dropdown-header:before {
    top: calc(50% - 18px / 2);
    right: 10px;
    width: 18px;
    height: 18px;
  }
  .southTaoyuan .southTaoyuan-e .channel-dropdown .dropdown-content {
    border: 1px solid #00fcff;
    top: 37px;
    border-radius: 0 0 5px 5px;
  }
  .southTaoyuan .southTaoyuan-e .channel-dropdown .dropdown-content a {
    padding: 8px 10px;
  }
  .southTaoyuan .southTaoyuan-e .channel-dropdown.active .dropdown-header {
    border-radius: 5px 5px 0 0;
  }
  .southTaoyuan .southTaoyuan-e .l-table {
    font-size: 14px;
    line-height: 24px;
  }
  .southTaoyuan .southTaoyuan-e .l-table th, .southTaoyuan .southTaoyuan-e .l-table td {
    padding: 5px;
    border-bottom: 1px solid #808080;
  }
  .southTaoyuan .southTaoyuan-e .l-table th:nth-child(1), .southTaoyuan .southTaoyuan-e .l-table td:nth-child(1) {
    width: 15%;
  }
  .southTaoyuan .southTaoyuan-e .l-table th:nth-child(2), .southTaoyuan .southTaoyuan-e .l-table td:nth-child(2) {
    width: 60%;
  }
  .southTaoyuan .southTaoyuan-e .l-table th:nth-child(3), .southTaoyuan .southTaoyuan-e .l-table td:nth-child(3) {
    width: 25%;
  }
  .southTaoyuan .southTaoyuan-e .FAST-collapse {
    border: 1px solid #fff;
    margin-top: 25px;
    padding: 0 18px;
  }
  .southTaoyuan .southTaoyuan-e .FAST-collapse-header {
    font-size: 15px;
    line-height: 20px;
    padding: 8px 20px 8px 0;
  }
  .southTaoyuan .southTaoyuan-e .FAST-collapse-header:before {
    top: calc(50% - 14px / 2);
    width: 14px;
    height: 14px;
  }
  .southTaoyuan .southTaoyuan-e .FAST-collapse-content {
    border-top: 1px solid #fff;
    padding: 18px 0 25px;
    min-height: initial;
  }
  .southTaoyuan .southTaoyuan-e .FAST-collapse.active {
    background-image: url(https://www.homeplus.net.tw/cable/images/manual_upload/broadband_TAOYUAN/images/e-block-bg_s.png);
    background-position: center 36px;
  }
  .southTaoyuan .southTaoyuan-e .FAST-collapse .inner {
    max-width: 300px;
  }
  .southTaoyuan .southTaoyuan-e .FAST-collapse .main-text {
    font-size: 20px;
    line-height: 30px;
  }
  .southTaoyuan .southTaoyuan-e .FAST-collapse .sub-text {
    font-size: 15px;
    line-height: 24px;
    max-width: 240px;
    margin: 0 auto 10px;
  }
  .southTaoyuan .southTaoyuan-e .FAST-collapse .info {
    display: block;
    font-size: 15px;
    line-height: 24px;
  }
  .southTaoyuan .southTaoyuan-e .FAST-collapse .info-header {
    width: 72px;
    height: 24px;
    border-radius: 24px;
    margin: 0 auto;
  }
  .southTaoyuan .southTaoyuan-e .FAST-collapse .info-content {
    width: 100%;
    padding-left: 0;
    text-align: center;
  }
  .southTaoyuan .southTaoyuan-e .bottom-text {
    font-size: 12px;
    line-height: 18px;
    margin-top: 12px;
  }
  .southTaoyuan .southTaoyuan-f {
    padding-top: 36px;
    padding-bottom: 25px;
  }
  .southTaoyuan .southTaoyuan-f .section-anchor {
    top: -40px;
  }
  .southTaoyuan .southTaoyuan-f .section-header {
    max-width: 325px;
    margin: 0 auto 15px;
  }
  .southTaoyuan .southTaoyuan-f .block-group {
    overflow: auto;
    margin: 0 -10px;
  }
  .southTaoyuan .southTaoyuan-f .block {
    border-radius: 5px;
    padding: 15px 10px 5px;
    margin: 0 10px;
    max-width: inherit;
  }
  .southTaoyuan .southTaoyuan-f .block-1 {
    width: 280px;
  }
  .southTaoyuan .southTaoyuan-f .block-1 .list {
    width: 240px;
  }
  .southTaoyuan .southTaoyuan-f .block-2 {
    width: 360px;
  }
  .southTaoyuan .southTaoyuan-f .block-3 {
    width: 280px;
  }
  .southTaoyuan .southTaoyuan-f .block-3 .item {
    width: 100px;
  }
  .southTaoyuan .southTaoyuan-f .item .image {
    max-width: 55px;
    margin: 0 auto 5px;
  }
  .southTaoyuan .southTaoyuan-f .item .main-text {
    font-size: 10px;
    line-height: 16px;
    margin-bottom: 4px;
  }
  .southTaoyuan .southTaoyuan-f .item .sub-text {
    font-size: 12px;
    line-height: 16px;
  }
  .southTaoyuan .southTaoyuan-f .steps {
    margin: 0 -4px;
    width: 340px;
    font-size: 12px;
    line-height: 16px;
  }
  .southTaoyuan .southTaoyuan-f .steps:before {
    top: 7px;
    left: 4px;
    width: calc(100% - 60px);
    height: 1px;
  }
  .southTaoyuan .southTaoyuan-f .step {
    margin: 0 4px;
    max-width: 100%;
  }
  .southTaoyuan .southTaoyuan-f .step .step-number {
    width: 15px;
    height: 15px;
    font-size: 10px;
    line-height: 15px;
    margin-bottom: 4px;
  }
  .southTaoyuan .southTaoyuan-f .step img {
    max-width: 30px;
  }
  .southTaoyuan .southTaoyuan-f .step-1 {
    width: 284px;
  }
  .southTaoyuan .southTaoyuan-f .step-2 {
    width: 200px;
  }
  .southTaoyuan .southTaoyuan-f .step-3 {
    width: 120px;
  }
  .southTaoyuan .southTaoyuan-g {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .southTaoyuan .southTaoyuan-g .section-header {
    max-width: 325px;
    margin: 0 auto;
  }
  .southTaoyuan .southTaoyuan-g .section-content {
    max-width: 355px;
  }
  .southTaoyuan .southTaoyuan-g .item {
    font-size: 15px;
    line-height: 24px;
  }
  .southTaoyuan .southTaoyuan-g .item-header {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (max-width: 480px) {
  .southTaoyuan {
    background-size: 100% auto;
  }
}
@media (max-width: 375px) {
  .southTaoyuan {
    background-size: 100% auto;
  }
}
@media (hover: none) {
  a:hover {
    color: inherit;
  }
}
