@charset "UTF-8";

/*20250113升速案css*/
.speed_content {
    display: flex;
    flex-direction: column;
    width: 100%;
    background: linear-gradient(to bottom, #0c0924, #4ff6ff);
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
.speed_content small{ color: inherit;}
.speed_content .wrapper {
    display: flex;
    width: 100%;
    margin: 0 auto;
    padding: 0 10%;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    text-align: center;
    box-sizing: border-box;
}

.speed_content picture {
    display: block;
}

.speed_content img {
    width: 100%;
}
.speed_content .title-h1{ font-size: 0; text-indent: -9999;}

.speed_content .title-h3 {
    font-size: 3rem;
    font-weight: 700;
    color:#21dfe9;
}

.speed_content .title-h3 span,
.speed_content .title-h4 span {
    display: inline;
}

.speed_content .title-h4 {
    font-size: 2rem;
    font-weight: 700;
    color:white;
}

.speed_content .title-h4 i,
.speed_content .title-h3 i {
    font-style: normal;
}

.speed_content .ad {
    display: block;
    margin: 2.5% 0;
    width: 100%;
}

.speed_content .ad:hover {
    transform: scale(1.02);
}

.speed_content .sec-2 {
    margin-top: -5%;
}

.speed_content .sec-4 {
    background-color: #150d52;
    padding: 5% 0;
}

.speed_content .ad-box {
    display: inline-flex;
    flex-direction: row;
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding: 0;
    justify-content: space-evenly;
}

.speed_content .ad-box li {
    margin: 15px;
    list-style:none;
}

.speed_content .ad-box li a {
    display: block;
}

.speed_content .ad-box li a:hover {
    transform: scale(1.02);
}


.speed_btn_box {
    display: inline-flex;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    margin: 0 auto 30px;
    cursor: default;
}

.speed_btn {
    display: inline-flex;
    flex-direction: row;
    justify-content: space-evenly;
    margin-bottom: 30px;
}

.speed_note {
    font-size: 16px;
    line-height: 140%;
    color: #fff;
    text-align: center;
    padding: 0;
    margin: 0;
}

.speed_note.black {
    color: #000;
}

.speed_note a {
    text-decoration: underline;
    color: inherit;
    display: inline-block;
}

/*kv*/
.kv-box {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.kv-box .kv-item {
    display: flex;
    flex-direction: row;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
}

.kv-box .kv-item .kv-slogan {
    width: 100%;
    z-index: 1;
    position: absolute;
    left: 0;
    top: 0;
}

.kv-box .kv-sp {
    background: #00a5b4;
    width: 100%;
    padding: .5% 1%;
    text-align: center;
    display: block;
    z-index: 1;
    position: relative;
}

.kv-box .kv-sp p {
    font-size: 2.5rem;
    color: #fffd53;
    font-weight: 700;
}

.kv-item{
    position: relative;
}

.kv-item .kv-tag{
    position: absolute;
    left: 17%;
    top: 5%;
    width: 14%;
}

/*貼心提醒*/
.speed_content .terms-box {
    width: 100%;
    margin: 0 0 30px;
    background-color: #fff;
}

/*寬頻線上辦 優惠享更多*/
.easy-item {
    width: 100%;
    padding: 50px 0;
}

.easy-item .title-h3{
color: white;
}

.easy-item .easy {
    box-sizing: border-box;
    width: 100%;
}

.easy-item .easy dl {
    background: linear-gradient(0deg, rgba(232, 232, 232, 1) 0%, rgba(255, 255, 255, 1) 20%);
    border-radius: 80px 20px 20px 20px;
    padding: 15px 0;
    box-shadow: 0 1px 5px rgba(0, 0, 0, .2);
}

.easy-item .easy dl dd {
    font-size: 1.2rem;
    line-height: 140%;
}

.easy-item .easy dl dd:last-child {
    margin-bottom: 0;
}

.easy-item .easy dl dd span {
    display: block;
}

.easy-item .easy dl:nth-child(2) {
    margin-top: 40px;
    border-radius: 20px 20px 80px 20px;
}

.easy-item .easy dl dd img {
    border-radius: 40px 40px 0 0;
    padding-left: 15px;
    width: 100%;
}

.easy-item .easy-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    padding: .5rem 1.1rem;
    border: 2px #10998f solid;
    border-radius: 30px;
    text-decoration: none;
    color: #10998f;
    text-align: center;
    box-sizing: border-box;
    transition: box-shadow .15s, transform .15s;
    width: fit-content;
    margin-bottom: 2rem;
}

.easy-item .easy-btn i {
    width: 15px;
    height: 15px;
    margin-left: .5rem;
    content: "";
    background-image: url(https://www.homeplus.net.tw/cable/images/manual_upload/big-family-oct01/easy-btn-i.svg);
    background-color: inherit;
    background-repeat: no-repeat;
    background-position: right center;
}

.easy-item .easy-btn:hover,
.easy-item .easy-btn:focus {
    transform: scale(1.02);
}

/*五星級到府安裝 swiper*/
.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #00968f;
}

.sec-5 .wrapper .easy-item .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: yellow;
}


.swiper-pagination.easy {
    display: none;
}

/*2大好禮*/
.sec-3 {
    width: 100%;
    box-sizing: border-box;
    padding-bottom: 5%;
}

.sec-3 .sec3-item {
    padding: 2.5% 5%;
    box-sizing: border-box;
    width: 100%;
    background: linear-gradient(to top, #1c1455, #150d52);
    border-radius: 15px;
}

.sec-3 .extra {
    width: 100%;
    margin-top: 1%;
}

.sec-3 .extra dl .sp-tag {
    width: 60px;
    height: 60px;
    top: 0;
    left: 25px;
    display: block;
    position: absolute;
    border-radius: 0 0 30px 30px;
    background-color: #129a92;
    padding: 20px 3px;
}

.sec-3 .extra dl .sp-tag span {
    color: #fff;
    font-size: 1rem;
    font-weight: 700;
}

.sec-3 .extra dl {
    background-color: #fff;
    border-radius: 15px;
    padding: 1rem 2rem;
    display: inline-flex;
    flex-direction: column;
    text-align: center;
    margin: 0;
    box-sizing: border-box;
    position: relative;
}

.sec-3 .extra dl:nth-child(1) {
    background: linear-gradient(180deg, #f8f7f7 0%, #f3f3f3 100%);
    border: 1px solid #eaeaea;
}

.sec-3 .extra dl:nth-child(2) {
    background-color: #fff87d;
}

.sec-3 .extra dl dt {
    min-height: 4.5rem;
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    box-sizing: border-box;
}

.sec-3 .extra dl dt p {
    font-size: 1.4rem;
}

.sec-3 .extra dl dt img {
    width: auto;
    height: 23px;
    vertical-align: baseline;
}

.sec-3 .extra dl dd {
    box-sizing: border-box;
    display: inline-flex;
    flex-direction: column;
}

.sec-3 .extra dl dd em {
    font-style: normal;
}

.sec-3 .extra dl dd strong {
    font-size: 120%;
}

.sec-3 .extra dl dd p {
    margin-bottom: .5rem;
    font-size: 1.2rem;
    box-sizing: border-box;
}

.sec-3 .extra dl dd p:first-child {
    min-height: 5rem;
}

.sec-3 .extra dl dd p img {
    width: 80%;
}

.sec-3 .extra .green {
    color: #008f9d;
}

.sec-3 .extra .orange {
    color: #ff5540;
}

/*gift swiper*/
.sec-3 .swiper-pagination.extra {
    display: none;
}

.sec-3 .note-box {
    margin: 1% 0 5%;
}

.sec-3 .note-box ul li::marker {
    color: #02acb6;
    content: ' • ';
}

/*ad cp*/
.sec-3 .ad-cp {
    margin: 1% 0 5%;
}

.sec-3 .ad-feedback {
    margin: 1% 0;
}

/*note style*/
.note-box {
    display: inline-flex;
    flex-direction: column;
    width: 100%;
    margin: 0;
}

.note-box ul {
    margin: .5rem 0 0 0;
}

.note-box ul li {
    font-size: 1rem;
    list-style: none;
    text-align: left;
    margin-left: 1rem;
    color: white;
}

.note-box ul li::marker {
    color: #02acb6;
    content: '•';
    list-style: none;
}

.note-box ul li:first-child::marker {
    content: '* ';
    color: #02acb6;
}

.note-box ul li span {
    color: #02acb6;
}

.note-box ul li em {
    font-style: inherit;
    color: #02acb6;
}

.note-box .note-icon {
    width: 100%;
    text-align: center;
    display: block;
}

.note-box .note-icon i {
    display: block;
    margin: 0 auto;
    width: 100%;
    position: relative;
}

.note-box .note-icon i img {
    width: 2.5%;
    margin: 0 1%;
    vertical-align: middle;
}

.note-box .note-icon i::before {
    width: 47%;
    content: "";
    background-color: #02acb6;
    height: 2px;
    transform: translateY(-50%);
    bottom: auto;
    top: 50%;
    left: 0;
    display: inline-block;
}

.note-box .note-icon i::after {
    width: 47%;
    content: "";
    background-color: #02acb6;
    height: 2px;
    transform: translateY(-50%);
    bottom: auto;
    top: 50%;
    right: 0;
    display: inline-block;
}

/*QA*/
.qa-content {
    width: 100%;
    margin: 2.5% 0 0;
    background-color: #fff;
    border-radius: 15px;
    padding: 1.5rem;
    box-shadow: 0 1px 10px rgba(0, 95, 92, .2);
    box-sizing: border-box;
}

.qa-content .container-accordion {
    display: inline-flex;
    flex-direction: column;
    width: 100%;
    align-items: center;
}

.qa-content .container-accordion a {
    text-decoration: underline;
}

.qa-content .container-accordion label {
    display: block;
    width: 100%;
    text-align: left;
    background-color: #fff;
    cursor: pointer;
    font-size: 1.1rem;
    color: #00968f;
    line-height: 140%;
}

.qa-content .container-accordion .red,
.qa-content .container-accordion .container-accordion-content.red {
    color: #b60152 !important;
}

.qa-content .container-accordion .accordion-navigation {
    border-bottom: #bfbfbf 1px dotted;
    width: 100%;
    text-align: left;
    margin-bottom: 1rem;
    margin-top: 0;
    padding-bottom: 1rem;
}

.qa-content .container-accordion .accordion-navigation:last-child {
    border-bottom: none !important;
    padding-bottom: 0;
    margin-bottom: 0;
}

.container-accordion .container-accordion-content {
    height: 0px;
    overflow: hidden;
    font-size: 1rem;
    line-height: 140%;
    transition: 0.3s ease-in !important;
}

input[type=radio]:checked+.container-accordion-content {
    height: auto;
    font-size: 1rem;
    line-height: 140%;
    margin-left: 0;
    padding-left: 0;
    padding-bottom: .5rem;
    padding-top: .5rem;
}

input[type=radio] {
    display: none;
}

/*table*/
.offer-box {
    width: 100%;
    margin: 0;
    box-sizing: border-box;
    padding: 1% 0;
}

.offer-box .offer-table {
    margin: 0 auto;
    padding: 0;
    width: 100%;
    text-align: center;
}

.offer-box .offer-table table {
    border-top: 0px;
    width: 100%;
    border-spacing: 0;
    margin: 0 auto;
    border-collapse: separate;
    border-radius: 0;
    font-size: 1rem;
}

.offer-box .offer-table table tr:nth-child(2) th:first-child,
.offer-box .offer-table table tr td:first-child {
    box-shadow: 2px 0 5px rgb(0, 0, 0, .1);
}

.offer-box .offer-table table tr:first-child td:first-child {
    box-shadow: none;
    border-left: 0;
}

.offer-box .offer-table table tr:first-child {
    border-left: 0;
    border-right: 0;
}

.offer-box .mobile-show {
    display: none;
    text-align: center;
}

.offer-box .offer-table table th {
    color: #fff;
    border-bottom: solid 1px #02acb6;
    padding: 4px;
    vertical-align: middle;
    text-align: center;
    font-weight: normal;
    border-right: solid 1px #fff;
}

.offer-box .offer-table table tr:first-child th {
    padding: 4px 4px 0 4px;
}

.offer-box .offer-table table tr:nth-child(2) th {
    padding: 5px 0;
}

.offer-box .offer-table table tr:first-child th:first-child {
    font-weight: normal;
}

.offer-box .offer-table table tr:first-child th:last-child {
    border-right: 0;
}

.offer-box .offer-table table tr:last-child th:first-child {
    border-bottom: 0px;
}

.offer-box .offer-table table tr:last-child td {
    border-bottom: 2px solid #02acb6;
}

.offer-box .offer-table table tr th:last-child,
.offer-box .offer-table table tr td:last-child {
    border-right: 2px solid #02acb6;
}

.offer-box .offer-table table tr th:first-child,
.offer-box .offer-table table tr td:first-child {
    border-left: 2px solid #02acb6;
}

.offer-box .offer-table table tr:last-child p img {
    width: auto;
    height: 12px;
    vertical-align: baseline;
    margin-right: 2px;
}

.offer-box .offer-table table th span,
.table-content table td span {
    display: block;
}

.offer-box .offer-table table th p {
    font-size: 1.4rem;
}

.offer-box .offer-table table th:first-child p {
    font-size: 1rem;
}

.offer-box .offer-table table td {
    border-right: solid 1px #02acb6;
    border-bottom: solid 1px #02acb6;
    padding: 10px;
    font-weight: normal;
}

.offer-box .offer-table table tr:first-child td {
    border-right: 0px;
    padding: 5px 0;
}

/*小資首選粉紅框*/
.offer-box .offer-table table tr th:last-child,
.offer-box .offer-table table tr:nth-child(3) td:last-child,
.offer-box .offer-table table tr:nth-child(4) td:last-child,
.offer-box .offer-table table tr:nth-child(5) td:last-child {
    border-right: 3px solid #fe0072;
}

.offer-box .offer-table table tr:first-child td:nth-child(2),
.offer-box .offer-table table tr:nth-child(2) th:nth-child(2),
.offer-box .offer-table table tr:nth-child(3) td:nth-child(2),
.offer-box .offer-table table tr:nth-child(4) td:nth-child(2),
.offer-box .offer-table table tr:nth-child(5) td:nth-child(2) {
    border-right: 3px solid #fe0072;
}

.offer-box .offer-table table tr:first-child td:last-child {
    border-bottom: 1px solid #fe0072;
}

.offer-box .offer-table table tr:nth-child(5) td:last-child {
    border-bottom: 3px solid #fe0072;
}


.offer-box .offer-table table .blue {
    color: #02acb6;
}

.offer-box .offer-table table .pink {
    color: #fe0072;
}

.offer-box .offer-table table .pink small {
    color: #333;
}

.offer-box .offer-table table .pink-big {
    color: #fe0072;
    font-size: 1.5rem;
    font-weight: 700;
}

.offer-box .offer-table table .sale-deco {
    color: #fff;
    font-size: 1rem !important;
    font-weight: 700;
}

.offer-box .offer-table table .sale-deco-pink {
    color: #f9ff9f;
    font-size: .9rem !important;
    font-weight: 500;
    display: inline-block;
}

.offer-box .offer-table table .hand-icon {
    width: 30px;
    height: auto;
    display: inline-block;
    margin-right: 3px;
}

.offer-box .offer-table table .online-deco {
    padding: 2px 5px;
    background-color: #f9ff9f;
    color: #333;
    font-size: .8rem;
    font-weight: 700;
    border-radius: 2px;
    display: inline-block;
}

.offer-box .offer-table table .blue img {
    width: 15px;
    height: auto;
}

.offer-box .offer-table table .price {
    font-size: 1.5rem;
    font-weight: 700;
}

@media screen and (max-width: 1100px) {

    /*table*/
    .offer-box .offer-table table tr:nth-child(2) th:first-child,
    .offer-box .offer-table table tr td:first-child {
        position: sticky;
        left: 0;
        z-index: 1;
        font-size: .85rem;
    }

    .offer-box .mobile-show {
        display: block;
        margin-bottom: 1%;
        color:white;
    }

    .offer-box ::-webkit-scrollbar-thumb {
        background-color: #02acb6 !important;
        border-radius: 0px;
        outline: 1px solid #02acb6;
    }

    .offer-box ::-webkit-scrollbar {
        height: 8px;
        -webkit-appearance: none;
    }

    .offer-box ::-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);
    }

    .offer-box ::-webkit-scrollbar:hover {
        height: 12px;
    }
}

@media screen and (max-width: 1000px) {
    .speed_btn a {
        font-size: 16px !important;
    }

    .sec-3 .extra dl dd p {
        font-size: 1rem;
    }

    .sec-3 .extra dl {
        padding: 1rem;
    }

    .sec-3 .extra dl dd p:first-child {
        min-height: 4.5rem;
    }

    .sec-3 .extra dl .sp-tag {
        left: 20px;
        width: 50px;
        height: 50px;
        border-radius: 0 0 25px 25px;
        padding: 15px 2px;
    }

    .sec-3 .extra dl .sp-tag span {
        font-size: .9rem;
    }
}

@media screen and (max-width: 768px) {
    .speed_content .wrapper {
        padding: 0% 5%;
    }

   .speed_content .sec-2 .wrapper {
        padding: 0% 5%;
        padding-top: ;
    }

    .speed_content .title-h3 {
        font-size: 1.6rem;
    }

    .speed_content .title-h3 span,
    .speed_content .title-h4 span {
        display: block;
    }

    .speed_content .title-h4 {
        font-size: 1.3rem;
        margin-bottom: 10px;
    }

    .speed_content .title-h4 i,
    .speed_content .title-h3 i {
        display: none;
    }

    .speed_btn_box {
        flex-direction: column;
        width: 90%;
        margin: 0 5% 30px;
    }

    .speed_btn {
        flex-direction: column;
        margin-bottom: 5%;
    }

    .speed_btn a {
        padding: 10px 20px;
    }

    .speed_btn a:first-child {
        margin-right: 0px;
        margin-bottom: 25px;
    }

    .speedtest-ad {
        width: 90%;
        margin: 0 5% 5%;
    }

    .speed_content .ad-box {
        flex-direction: column;
        width: 90%;
        margin: 0 5%;
        padding: 0;
        align-items: center;
    }

    .speed_content .ad-box li {
        margin: 10px 0;
    }

    /*kv*/
    .speed_content .sec-2{ margin-top: -12%;}
    .kv-box .kv-item {
        flex-direction: column;
        align-items: center;
    }


   .kv-item .kv-tag{
    position: absolute;
    left: 3%;
    top: 3%;
    width: 21%;

    }
    .kv-box .kv-sp {
        margin-top: -2%;
    }

    .kv-box .kv-sp p {
        font-size: 1rem;
    }
    @media (max-width: 767px) {
        .kv-box .kv-sp p {
            font-size: 1.4rem;
        }
    }

    .kv-box .kv-sp p span {
        display: block;
    }

    /*五星級到府安裝 swiper*/
    .swiper-pagination.easy {
        display: block;
    }

    .easy-item .easy dl:nth-child(2) {
        margin-top: 0;
    }

    .easy-item .easy dl {
        margin-bottom: 10%;
    }

    /*gift swiper*/
    .sec-3 .swiper-pagination.extra {
        display: block;
    }

    .sec-3 .ad-cp {
        margin: 1% 0 5%;
    }

    .sec-3 .sec3-item {
        padding: 5%;
    }

    /*note*/
    .note-box {
        width: 100%;
        margin: 0;
    }

    .note-box ul li {
        font-size: .9rem;
    }

    .note-box .note-icon i img {
        width: 8%;
        margin: 0 2%;
    }

    .note-box .note-icon i::before {
        width: 40%;
    }

    .note-box .note-icon i::after {
        width: 40%;
    }

    /*QA*/
    .qa-content {
        margin-bottom: 25px;
        width: 100%;
        margin: 0 5% 5%;
    }

    .qa-content {
        padding: 1rem;
    }

    .qa-content .container-accordion label {
        font-size: .9rem;
    }

    input[type=radio]:checked+.container-accordion-content {
        font-size: .9rem;
    }

    .container-accordion .container-accordion-content {
        font-size: .9rem;
    }

    /*table*/
    .offer-box .offer-table table tr th:first-child,
    .offer-box .offer-table table tr td:first-child {
        border-left: none;
    }

    .offer-box .offer-table {
        overflow-x: scroll;
        overflow-y: hidden;
    }

    .offer-box .offer-table table {
        width: 650px;
    }

    .offer-box {
        padding: 2.5% 0;
        margin: 0 5%;
    }

    .offer-box .offer-box-white {
        padding: 0 5%;
    }

    .offer-box .extra-box {
        padding: 5%;
    }

    .offer-box .subtitle {
        margin-bottom: 20px;
    }

    .offer-box .offer-table table .price {
        font-size: 1.2rem;
    }

    .offer-box .offer-table table th p {
        font-size: 1.2rem;
    }

    .offer-box .offer-table table .pink-big {
        font-size: 1rem;
    }

    .offer-box .offer-table table,
    .offer-box .offer-table table td p,
    .offer-box .offer-table table th:first-child p {
        font-size: .9rem;
    }

    .offer-box .offer-table table th,
    .offer-box .offer-table table td {
        padding: 6px;
    }

    .offer-box .offer-table table tr:first-child td {
        padding: 1px 0;
    }

    .offer-box .offer-table table tr:nth-child(2) th:first-child {
        width: 10% !important;
    }

    .offer-box .offer-table table tr td:first-child,
    .offer-box .offer-table table tr:nth-child(2) th:first-child,
    .offer-box .offer-table table tr td:first-child p {
        font-size: .75rem;
    }

    .speed_content .terms-box {
        width: 100%;
        margin: 2% 5% 5%;
    }

}

@media screen and (max-width: 400px) {
    .sec-3 .extra dl dd p:first-child {
        min-height: 5rem;
    }

    .speed_note {
        font-size: 15px !important;
    }

    .speed_btn a {
        font-size: 15px !important;
    }

    .offer-box .offer-table table {
        width: 435px;
    }
}

.ta-l p{
    text-align: left;
}

@keyframes breathing {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(1.05); /* 稍微放大 */
    opacity: 0.9;           /* 可選：加一點淡出感 */
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}

.kv-slogan {
  /* 先跑 bounceInRight 入場 */
  animation: bounceInRight 1s forwards, 
             breathing 3s ease-in-out infinite;
  animation-delay: 0s, 1s; /* 第一個馬上播，第二個延遲 1s 再開始 */
}
