@charset "UTF-8";
/*260101 台南單I*/
html {scroll-behavior: smooth;}

.TNN-sale{background-color: #8b38f6; width: 100%; overflow: hidden; height: auto; color: #333; position: relative; cursor: default; display: flex; flex-direction: column; position: relative;}
.TNN-sale small{ color: inherit;}
.TNN-sale .wrapper{width: 100%; padding: 4rem 10%; box-sizing: border-box;}
@media screen and (max-width: 1280px) {
	.TNN-sale .wrapper{padding: 1rem 5%; width: 100%;}
}
.TNN-sale .red{color: #e7141a;}
.TNN-sale .gray{color: #666;}
.TNN-sale .mobile-show{display: none;}
@media screen and (max-width: 768px) {
	.TNN-sale .mobile-show{display: block; font-size: 12px; color:#333; margin-bottom: 8px; text-align: center; visibility:visible !important;}
}

.TNN-sale .title-h2{ font-size: 3rem; text-align: center; line-height: 1.4; font-style: italic; font-weight: 700; margin-bottom: 2rem;}
@media screen and (max-width: 768px) {
	.TNN-sale .title-h2{ font-size: 2rem; margin-bottom: 1rem; text-align: center;}
}
/*kv*/
.TNN-sale .kv-box{ position: relative; width: 100%; background-color: #ffdd02;}
.TNN-sale .kv-box .kv-slogan-1{ position: absolute; left: 0; top: 0; display: flex; align-items: center; width: 100%; justify-content: center;}
.TNN-sale .kv-box .kv-slogan-2{ position: absolute; left: 0; top: 0; display: flex; align-items: center; width: 100%; justify-content: center;}
/*kv aria*/
.TNN-sale .title-h1{ font-size: 0; z-index: -999; position: relative; line-height: 0;}

/*sec-1*/
.TNN-sale .sec-1{background-color: #ffdd02; border-radius: 0 0 50px 50px; display: flex; flex-direction: column; align-items:center;}
@media screen and (max-width: 768px) {
.TNN-sale .sec-1{border-radius: 0 0 25px 25px;}
}
.TNN-sale .new-price{ margin-bottom: 4rem;}
@media screen and (max-width: 768px) {
.TNN-sale .new-price{ margin-bottom: 1.5rem;}
}
.TNN-sale .price-table-sec{ margin-bottom: 4rem; width: 100%;}
@media screen and (max-width: 768px) {
.TNN-sale .price-table-sec{ margin-bottom: 2rem;}
}
/*table*/
.table-crow-right{ position: absolute; right: 0; top: 0;}
.table-wrapper{margin: 0 auto 30px; padding:0; width: 100%; text-align: center; position: relative;}
.table-wrapper table{width: 100%; border-spacing: 0; margin: 0 auto; border-collapse: separate; border-radius: 0; border: 4px solid #e7141a; background-color: #fff; position: relative;}
.table-wrapper table p{ font-size: 1.1rem;}
.table-wrapper table th{ color: #fff; padding: 10px; vertical-align: middle;  text-align: center; font-weight: normal; border-right: solid 2px #fff; border-bottom: 2px solid #fff;}
.table-wrapper table td{ border-right: solid 2px #e7141a; border-bottom: solid 2px #e7141a; padding: 12px; font-weight: 500;}
.table-wrapper table tr td:last-child{ border-right: 0px;}
.table-wrapper table th:last-child{ border-right: 0px;}
.table-wrapper table tr:last-child th{border-bottom: 0px;}
.table-wrapper table tr:first-child th:nth-child(2), .table-wrapper table tr:first-child th:nth-child(3), .table-wrapper table tr:first-child th:nth-child(4){border-bottom: 0px;}
.table-wrapper table tr:last-child td{ border-bottom: 0px;}
.table-wrapper table .table-price{ font-size: 2rem; line-height: 100%;}
@media screen and (max-width: 768px) {
	.table-wrapper{ overflow-x: scroll; margin-bottom: 1rem;}
	.table-wrapper table{ width: 700px;}
	.table-wrapper table .table-price{ font-size: 1.3rem;}
	.table-wrapper table p{ font-size: .9rem;}
	.table-wrapper table{border: 2px solid #e7141a;}

}
@media screen and (max-width: 500px) {
.table-wrapper table{ width: 435px;}
}

/*btn*/
.TNN-sale .btn-box{ display: flex; flex-direction: row; justify-content:center;}
.TNN-sale .btn-box a{ margin: 0 10px;}
.TNN-sale .btn.sty--primary{ background-color: #e7141a; border-color: #e7141a;}
@media screen and (max-width: 768px) {
	.TNN-sale .btn-box{ flex-direction: column;}
	.TNN-sale .btn-box a{ margin: 5px 0px;}
}

.TNN-sale .card-box{ width: 100%;}

.promo-section {
    --promo-card-bg: linear-gradient(to right, #853af6 0%, #0459ff 100%);
    --promo-blue-header: #5656ff;
    --promo-red-header: #d33023;
    --promo-btn-blue: #7d4bf0;
    --promo-btn-red: #d23225;
    --promo-table-header: #00958f;
    --promo-text-dark: #333;
    --promo-price-red: #d93425;
    background-color: var(--promo-bg);
    box-sizing: border-box;
    width: 100%;
}

.promo-section * {
    box-sizing: border-box;
}

/* --- 卡片容器 --- */
.promo-section .cards-wrapper {
    margin: 0 auto 30px;
    position: relative;
}

.promo-section .cards-scroller {
    display: flex;
    gap: 20px;
    justify-content: space-between;
    padding-top:10px;
    align-items: stretch;
}

/* --- 單張卡片樣式 --- */
.promo-section .plan-card {
    background: var(--promo-card-bg);
    border-radius: 60px 20px 20px 20px;
    width: calc(33.33% - 20px);
    position: relative;
    display: flex;
    flex-direction: column;
    overflow: visible;
}
.promo-section .plan-card.red-theme {
	background: var(--promo-price-red);
}
/* 皇冠圖示定位 */
.promo-section .crown-icon {
    position: absolute;
    top: -5px;
    left: 0px;
    width: 60px;
    z-index: 10;
    transform: rotate(-10deg);
}
.promo-section .crown-icon img {
    width: 100%;
    height: auto;
    display: block;
}

/* 卡片頭部顏色 */
.promo-section .card-header {
    padding: 10px 15px;
    text-align: center;
    color: white;
    border-radius: 60px 20px 0 0;
}
@media screen and (max-width: 768px) {
    .promo-section .card-header {
    border-radius: 40px 20px 0 0;
}
}
.promo-section .card-header h2 {
    font-size: 1.8rem;
    font-weight: bold;
    margin: 0;
    line-height: 1.4;
}

.promo-section .blue-theme .card-header {
    background: var(--promo-card-bg);
}
.promo-section .red-theme .card-header {
    background: #d33023;
}

/* 卡片內容區 */
.promo-section .card-body {
    padding: 10px 20px;
    text-align: center;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
	margin-right: 15px;
	border-radius: 0 30px 0 20px;
	background-color: #fff;
    box-shadow: 10px 0px 10px #00000026;
}
@media screen and (max-width: 768px) {
    .promo-section .card-body {
        padding:5px 10px 15px;
    }
}
.promo-section .value-badge {
    font-size: 1.1rem;
    font-weight: bold;
    color: var(--promo-text-dark);
}

.promo-section .highlight-price {
    color: var(--promo-price-red);
    font-size: 1.5rem;
    font-weight: 800;
    position: relative;
    z-index: 1;
    margin-left: 5px;
}

.promo-section .highlight-price::after {
    content: '';
    position: absolute;
    bottom: 2px;
    left: -2px;
    right: -2px;
    height: 10px;
    background-color: #fff66d;
    z-index: -1;
    opacity: 0.8;
}

.promo-section .product-image {
    min-height: 110px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.promo-section .product-image img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.promo-section .contract-term {
    color: #666;
    font-size: 0.9rem;
    margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
    .promo-section .contract-term {
        font-size: 12px;
        margin-bottom: 5px;
    }
}
.promo-section .features-list {
    list-style: none;
    padding: 0;
    text-align: left;
    width: 100%;
    flex-grow: 1;
}
.promo-section .features-list li {
    font-weight: bold;
    padding-left: 15px;
    position: relative;
    font-size: 1.2rem;
    line-height: 1.4;
}
@media screen and (max-width: 768px) {
    .promo-section .features-list li {
        font-size: 1rem;
    }
}
.promo-section .features-list li::before {
    content: '•';
    position: absolute;
    left: 0;
    color: #000;
}

.promo-section .daily-cost {
    font-size: 1.6rem;
    font-weight: bold;
    color: var(--promo-price-red);
    margin: 0 0 10px 0;
}
@media screen and (max-width: 768px) {
    .promo-section .daily-cost {
        font-size: 1.2rem;
        margin-bottom: 5px;
    }
}

.promo-section .action-buttons {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.promo-section .action-buttons a{
    width: 100%;
    min-width: 100%;
}

.promo-section .btn-promo {
    display: block;
    width: 100%;
    padding: 12px;
    text-align: center;
    text-decoration: none;
    color: white;
    font-weight: bold;
    border-radius: 5px;
    transition: opacity 0.2s;
    font-size: 1.1rem;
    cursor: pointer;
    border: none;
}
.promo-section .btn-promo:hover { opacity: 0.9; }

.promo-section .btn-apply { background-color: var(--promo-btn-blue);  color: #fff;}
.promo-section .btn-contact { background-color: var(--promo-btn-blue); color: #fff;}
.promo-section .btn-apply-red { background-color: var(--promo-btn-red); color: #fff;}
.promo-section .btn-contact-red { background-color: var(--promo-btn-red); color: #fff;}

.promo-section .pagination-dots {
    display: none;
    justify-content: center;
    margin-top: 20px;
    gap: 10px;
}
.promo-section .dot {
    width: 10px;
    height: 10px;
    background-color: #fff;
    border-radius: 50%;
    opacity: 0.6;
    transition: 0.3s;
}
.promo-section .dot.active {
    opacity: 1;
    transform: scale(1.2);
    background-color: #fff;
}

.promo-section .table-content-wrapper {
    display: none;
    width: 100%;
    border-color: #333;
    border-style: solid;
    border-width: 0 1px 1px 1px;
    padding: 1rem;
    box-sizing: border-box;
}

.promo-section .table-content-wrapper.open {
    display: block;
}

.promo-section .mobile-show {
    display: none;
}

.promo-section .table-scroll-area {
    width: 100%;
}
.promo-section .table-scroll-area table {
    width: 100%;
    border-collapse: collapse;
    min-width: 600px;
    background-color: #fff;
    border: 4px solid #49938f;
}

@media screen and (max-width: 768px) {
    .promo-section .mobile-show {
        display: block;
    }
    .promo-section .table-scroll-area {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
}
.promo-section .table-header-toggle {
    padding: 15px;
    text-align: center;
    font-weight: bold;
    font-size: 1.2rem;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    border: 1px solid #333;
}
@media screen and (max-width: 768px) {
    .promo-section .table-header-toggle {
        padding: 10px;
        font-size: 1rem;
    }
}
.promo-section .table-header-toggle .toggle-icon {
    position: absolute;
    right: 20px;
    font-weight: normal;
	font-size: 2rem;
}

.promo-section .table-content {
    display: none;
    width: 100%;
}
.promo-section .table-content.open {
    display: block;
    border-top: 2px solid #333;
	padding: 1rem;
}

.promo-section table {
    width: 100%;
    border-collapse: collapse;
    min-width: 600px;
    margin: 0;
    background-color: #fff;
	border: 4px solid #49938f;
}

.promo-section th, 
.promo-section td {
    padding: 15px 10px;
    text-align: center;
    font-size: 1.2rem;
    vertical-align: middle;
    font-weight: bold;
    box-sizing: border-box;
}

.promo-section th,
.promo-section .td-green-title,
.promo-section .td-green-speed {
    background-color: #00958f;
    color: white;
    border: 1px solid #ffffff;
}

.promo-section th {
    font-size: 1rem;
    padding: 10px 5px;
}

.promo-section .td-green-title {
    width: 12%;
    font-size: 1rem;
    line-height: 1.4;
    white-space: nowrap;
}
@media screen and (max-width: 768px) {
    .promo-section .td-green-title {
    font-size: .9rem;
}
}
.promo-section .td-green-speed {
    width: 13%;
    font-size: 1.3rem;
    font-weight: 900;
}

.promo-section td:not(.td-green-title):not(.td-green-speed) {
    background-color: #fff;
    color: #333;
    border: 1px solid #00958f;
    font-size: 1.3rem;
}

.promo-section td:last-child {
    border-right: none;
}
.promo-section th:last-child {
    border-right: none;
}

@media screen and (max-width: 768px) {
    .promo-section .pricing-table-container {
        margin: 20px 0px 0px 0px;
    }
    
    .promo-section .table-content {
        overflow-x: auto;
    }

    .promo-section table {
        min-width: 600px;
    }

    .promo-section .td-green-speed {
        font-size: .9rem;
    }
    
    .promo-section th, 
    .promo-section td {
        padding: 8px 5px;
        font-size: .9rem;
    }
}
.sec-ott{
    border-radius: 0 0 50px 50px;
    background: #8b38f6;
    display: flex;
    flex-direction: column;
}
.sec-ott .title-h2{ color: #fff;}

.soundbox-box {
    color: #fff;
    box-sizing: border-box;
    width: 100%;
    overflow: hidden;
}

.soundbox-box * {
    box-sizing: border-box;
}

.soundbox-box .title-h1 {
    font-size: 0;
    margin: 0;
    line-height: 0;
    opacity: 0;
}

.soundbox-box h2 {
    text-align: center;
    margin: 0 auto;
    padding: 0;
}

.soundbox-box h2 img {
    max-width: 100%;
    height: auto;
    display: inline-block;
}

.soundbox-box .block-1 {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    margin: 0 auto 10px;
}

.soundbox-box .block-left {
    flex: 0 0 auto;
    position: relative;
}
@media screen and (max-width: 768px) {
    .soundbox-box .block-left {
        max-width: 60%;
    }
    .soundbox-text{
        margin: 0;
        width: 80%;
    }
}

.soundbox-box .block-left img {
    display: block;
    max-width: 100%;
    height: auto;
}

.soundbox-box .block-right {
    flex: 0 1 auto;
}

.soundbox-box .check-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.soundbox-box .check-list li {
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 5px;
    padding-left: 30px;
    position: relative;
    line-height: 1.4;
    text-align: left;
}

/* 自訂打勾符號 */
.soundbox-box .check-list li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 6px;
    width: 20px;
    height: 12px;
    border-left: 3px solid #fff;
    border-bottom: 3px solid #fff;
    transform: rotate(-45deg);
}
@media screen and (max-width: 768px) {
    .soundbox-box .check-list li::before {
    top: 4px;
    width: 16px;
    height: 10px;
}
}
.soundbox-box .block-2 {
    margin: 0 auto 2rem;
}
@media screen and (max-width: 768px){
    .soundbox-box .block-2 {
    margin-bottom: 1rem;
}
}
.soundbox-box .box {
    background-color: #2b00b5;
    background: linear-gradient(180deg, #3d00d6 0%, #2b00b5 100%);
    border-radius: 60px 20px 60px 20px;
    padding: 40px 20px;
}

.soundbox-box .list {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}

.soundbox-box .item {
    flex: 1;
    text-align: center;
    padding: 0 20px;
    position: relative;
}

.soundbox-box .item:not(:last-child)::after {
    content: '';
    position: absolute;
    right: 0;
    top: 10%;
    height: 80%;
    width: 1px;
    background-color: rgba(255,255,255,0.3);
}

.soundbox-box .item .image {
    max-width:250px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
}

.soundbox-box .item .image img {
    width: 100%;
    max-width: 100%;
    display: block;
}

.soundbox-box .item .main-text {
    font-size: 1.2rem;
    line-height: 1.4;
    font-weight: bold;
}

.soundbox-box .bottom-text {
    text-align: center;
    font-size: 0.75rem;
    color: #fff;
    margin-top: 15px;
    line-height: 1.4;
}
@media screen and (max-width: 768px) {
    .soundbox-box .bottom-text {
    margin-top: 8px;
}
}
.soundbox-box .bottom-text span {
    display: block;
}

@media screen and (max-width: 900px) {
    .soundbox-box .item {
        flex: 0 0 50%;
        margin-bottom: 30px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    
    .soundbox-box .item:not(:last-child)::after {
        display: none;
    }
}
.info {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    background: linear-gradient(180deg, #3d00d6 0%, #2b00b5 100%);
    border-radius: 60px 20px 20px 20px;
    margin-bottom: 25px;
    overflow: hidden;
    color: #fff;
}
.info article {
    flex: 0 0 45%;
    padding: 20px 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.info article dl {
    display: flex;
    align-items: center;
    margin: 0;
    gap: 20px;
}

.info article dt {
    flex: 0 0 100px;
}

.info article dt img {
    width: 100%;
    height: auto;
    display: block;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}

.info article dd {
    margin: 0;
    text-align: left;
    flex: 1;
}

.info article h3 {
    font-size: 1.8rem;
    margin: 0 0 5px 0;
    font-weight: bold;
    line-height: 1.2;
}

.info article small {
    display: block;
    font-size: 1rem;
    opacity: 0.9;
    margin-bottom: 8px;
}

.info article p {
    font-size: 1.2rem;
    font-weight: bold;
    margin: 0;
    line-height: 1.4;
}
.info picture {
    flex: 0 0 55%;
    position: relative;
    display: block;
    overflow: hidden;
}

.info picture img {
    width: 100%;
    height: auto;
    object-fit: contain;
    display: block;
}
.info.info2 {
    flex-direction: row-reverse;
    border-radius: 20px 60px 20px 20px;
}
@media screen and (max-width: 768px) {
    .info, 
    .info.info2 {
        flex-direction: column;
        height: auto;
        border-radius: 40px 20px 20px 20px;
        margin-bottom: 15px;
    }
    .info.info3{
        margin-bottom: 0;
    }
    .info article {
        flex: 0 0 auto;
        width: 100%;
        padding: 10px 20px 10px 20px;
    }

    .info article dl {
        justify-content: flex-start;
        width: 100%;
        gap:10px
    }
    .info article dt {
        flex: 0 0 60px;
    }
    
    .info article h3 {
        font-size: 1.25rem;
    }
    
    .info article small {
        font-size: 0.9rem;
        margin-bottom: 0;
    }
    
    .info article p {
        font-size: 1rem;
    }
    .info picture {
        flex: 0 0 auto;
        width: 100%;
        height: auto;
    }
    .soundbox-box .block-1 {
        flex-direction: column;
        gap: 10px;
        text-align: center;
    }
    
    .soundbox-box .check-list {
        display: inline-block;
        text-align: left;
    }
    
    .soundbox-box .check-list li {
        font-size: 1.1rem;
        margin-bottom: 0;
        padding-left: 22px;
    }
    .soundbox-box .list {
        display: flex;
        flex-wrap: wrap;
    }
    .soundbox-box .item {
        flex: 0 0 50%;
        max-width: 50%;
        margin-bottom: 30px;
        padding: 0 10px;
        box-sizing: border-box;
        border-bottom: none;
        position: relative;
    }
    .soundbox-box .item:nth-last-child(-n+2) {
        margin-bottom: 0;
    }
    .soundbox-box .item .main-text {
        font-size: 0.95rem; 
    }
    
    .soundbox-box .box {
        padding: 20px 10px;
        border-radius: 40px 20px;
    }
}
.wifi-box{
    background-image: url(https://www.homeplus.net.tw/cable/images/manual_upload/Ip700-TNN/bg_circle_gray.webp);
    background-repeat: repeat;
    
}
.mobile-br{ display: none;}
@media screen and (max-width: 768px) {
    .mobile-br{ display: inline-block;}
    .mobile-opacity{ display: none;}
}

@media screen and (max-width: 1023px) {
.promo-section .cards-scroller {
        gap: 10px;
    }
}

/* --- 卡片區塊 RWD 手機版左右滑動設定 --- */
@media screen and (max-width: 768px) {
    
    /* 1. 設定容器可橫向捲動 */
    .promo-section .cards-scroller {
        display: flex !important;
        flex-wrap: nowrap !important;
        overflow-x: auto !important;
        cursor: grab; 
        padding: 10px 0 0 0; 
        gap: 15px;
        scroll-snap-type: x mandatory; 
        scroll-behavior: smooth;
        -webkit-overflow-scrolling: touch; 
        scrollbar-width: none; /* Firefox */
        -ms-overflow-style: none;  /* IE/Edge */
    }
    .promo-section .cards-scroller::-webkit-scrollbar {
        display: none;
    }
    .promo-section .cards-scroller.active {
        cursor: grabbing;       /* 游標變成「緊抓」 */
        cursor: -webkit-grabbing;
        scroll-snap-type: none; /* 暫時關閉吸附 */
        scroll-behavior: auto;  /* 暫時關閉平滑滾動，即時跟隨滑鼠 */
    }

    /* 2. 設定單張卡片寬度 */
    .promo-section .plan-card {
        flex: 0 0 85% !important;   /* 設定寬度 85%，讓右邊露出一點點，暗示可滑動 */
        width: 85% !important;
        min-width: 0 !important;    /* 覆蓋電腦版設定 */
        max-width: 400px;           
        
        scroll-snap-align: center;  /* 滑動停止時置中 */
        margin: 0 !important;
        
        /* 防止拖曳時選取到卡片內的文字或圖片 */
        user-select: none;          
        -webkit-user-select: none;
    }
    
    /* 圖片防拖曳 (避免抓圖片變成下載) */
    .promo-section .plan-card img {
        pointer-events: none;
    }

    /* 3. 顯示分頁點 */
    .promo-section .pagination-dots {
        display: flex;
        justify-content: center;
        margin-top: 10px;
        gap: 10px;
    }
    
    .promo-section .dot {
        width: 10px;
        height: 10px;
        background-color: #fff;
        border-radius: 50%;
        transition: 0.3s;
        cursor: pointer;
    }
    .promo-section .dot.active {
        background-color: #5656ff;
        transform: scale(1.2);
    }
}
.TNN-sale .TNN-sticky{
    position: fixed;
    bottom: 120px;
    right: calc(50% - 1440px / 2 + 30px);
}
@media (max-width: 1440px) and (min-width: 751px) {
.TNN-sale .TNN-sticky{
    right: 15px;
}
}
.TNN-sale .TNN-sticky .btn{
    width: 70px;
    min-width: 70px;
    min-height: 40px;
    height: 40px;
    border-radius: 40px;
    text-align: center;
    background: linear-gradient(135deg, #e92718 0%,#c92115 54%);
    border: 0;
    color: #fff;
    font-size: 15px;
    line-height: 30px;
    font-weight: 400;
    padding: 0;
}
.TNN-sale .TNN-sticky .btn:active {
  filter: brightness(1.2);
}
@media (hover: hover) {
  .TNN-sale .TNN-sticky .btn:hover {
    filter: brightness(1.2);
  }
}
@media screen and (max-width: 768px) {
    .TNN-sale .TNN-sticky {
        right: 0;
      }
    .TNN-sale .TNN-sticky .btn {
        width: 50px;
        min-width: 50px;
        min-height: 30px;
        height: 30px;
        border-radius: 40px 0 0 40px;
        font-size: 12px;
        line-height: 30px;
        padding-left: 8px;
    }
    .TNN-sale .TNN-sticky{
        right: 0;
    }
}