.elementor-493 .elementor-element.elementor-element-d71bfd2{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for text-editor, class: .elementor-element-9b2bfd0 *//* 整區 */
.mt-info-table{
    margin:40px 0;
    padding:35px;
    background:
    linear-gradient(
        180deg,
        #0b1520 0%,
        #102235 100%
    );

    border:1px solid rgba(255,255,255,.08);
    overflow:hidden;
}

/* 標題 */
.mt-info-table h2{
    margin:0 0 12px;
    color:#fff;
    font-size:34px;
    font-weight:900;
    line-height:1.4;
}

.mt-info-table h3{
    margin:0 0 28px;
    color:#7fdcff;
    font-size:18px;
    font-weight:800;
}

/* 表格外層 */
.mt-table-wrap{
    position:relative;
    overflow-x:auto;
    -webkit-overflow-scrolling:touch;
}

/* 表格 */
.mt-table{
    width:100%;
    min-width:760px;
    border-collapse:collapse;
}

/* 標題列 */
.mt-table thead th{
    padding:18px;
    background:#00b7ff;
    color:#07111d;

    font-size:15px;
    font-weight:900;
    text-align:left;
    letter-spacing:.5px;
}

/* 內容 */
.mt-table tbody td{
    padding:22px 18px;

    color:rgba(255,255,255,.84);

    font-size:15px;
    line-height:1.9;
    vertical-align:top;

    border-bottom:
    1px solid rgba(255,255,255,.07);

    background:
    rgba(255,255,255,.02);
}

/* 第一欄 */
.mt-table tbody td:first-child{
    width:200px;
    color:#fff;
    font-weight:900;
}

/* hover */
.mt-table tbody tr{
    transition:.25s ease;
}

.mt-table tbody tr:hover{
    background:
    rgba(0,183,255,.05);
}

/* 按鈕 */
.mt-table a{
    display:inline-flex;
    align-items:center;
    justify-content:center;

    padding:12px 24px;

    background:
    linear-gradient(
        180deg,
        #ffd95a,
        #ffb300
    );

    color:#111 !important;

    font-size:14px;
    font-weight:900;
    text-decoration:none;

    transition:.25s ease;
}

.mt-table a:hover{
    transform:
    translateY(-3px)
    scale(1.03);

    filter:brightness(1.05);
}

/* 手機版 */
@media(max-width:768px){

    .mt-info-table{
        padding:24px 18px;
    }

    .mt-info-table h2{
        font-size:27px;
    }

    .mt-info-table h3{
        font-size:16px;
        line-height:1.7;
    }

    .mt-table tbody td{
        font-size:14px;
        padding:18px 14px;
    }

    .mt-table-wrap::after{
        content:"👉 左右滑動查看更多";

        position:absolute;
        top:0;
        right:0;

        width:120px;
        height:100%;

        display:flex;
        align-items:center;
        justify-content:center;

        font-size:12px;
        font-weight:900;
        color:#fff;

        background:
        linear-gradient(
            90deg,
            rgba(11,21,32,0),
            rgba(11,21,32,.96) 60%
        );

        pointer-events:none;

        animation:mtSwipeHint 8s infinite;
    }

}

/* 提示動畫 */
@keyframes mtSwipeHint{

    0%{
        opacity:1;
        transform:translateX(0);
    }

    10%{
        opacity:1;
        transform:translateX(-8px);
    }

    25%{
        opacity:0;
        transform:translateX(18px);
    }

    80%{
        opacity:0;
        transform:translateX(18px);
    }

    100%{
        opacity:1;
        transform:translateX(0);
    }

}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-db2fc60 */.mt-info-table{
    margin:40px 0;
    padding:35px;
    background:linear-gradient(180deg,#0b1520 0%,#102235 100%);
    border:1px solid rgba(255,255,255,.08);
    overflow:hidden;
}

.mt-info-table h2{
    margin:0 0 12px;
    color:#fff;
    font-size:34px;
    font-weight:900;
    line-height:1.4;
}

.mt-info-table h3{
    margin:0 0 28px;
    color:#7fdcff;
    font-size:18px;
    font-weight:800;
}

.mt-table-wrap{
    position:relative;
    overflow-x:auto;
    -webkit-overflow-scrolling:touch;
}

.mt-table{
    width:100%;
    min-width:780px;
    border-collapse:collapse;
}

.mt-table thead th{
    padding:18px;
    background:#00b7ff;
    color:#07111d;
    font-size:15px;
    font-weight:900;
    text-align:left;
}

.mt-table tbody td{
    padding:22px 18px;
    color:rgba(255,255,255,.84);
    font-size:15px;
    line-height:1.9;
    vertical-align:top;
    border-bottom:1px solid rgba(255,255,255,.07);
    background:rgba(255,255,255,.02);
}

.mt-table tbody td:first-child{
    width:180px;
    color:#fff;
    font-weight:900;
}

.mt-table tbody tr:hover{
    background:rgba(0,183,255,.05);
}

@media(max-width:768px){

    .mt-info-table{
        padding:24px 18px;
    }

    .mt-info-table h2{
        font-size:27px;
    }

    .mt-info-table h3{
        font-size:16px;
        line-height:1.7;
    }

    .mt-table tbody td{
        font-size:14px;
        padding:18px 14px;
    }

    .mt-table-wrap::after{
        content:"👉 左右滑動查看更多";
        position:absolute;
        top:0;
        right:0;
        width:120px;
        height:100%;
        display:flex;
        align-items:center;
        justify-content:center;
        font-size:12px;
        font-weight:900;
        color:#fff;
        background:linear-gradient(90deg,rgba(11,21,32,0),rgba(11,21,32,.96) 60%);
        pointer-events:none;
        animation:mtSwipeHint 8s infinite;
    }

}

@keyframes mtSwipeHint{
    0%{opacity:1;transform:translateX(0);}
    10%{opacity:1;transform:translateX(-8px);}
    25%{opacity:0;transform:translateX(18px);}
    80%{opacity:0;transform:translateX(18px);}
    100%{opacity:1;transform:translateX(0);}
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-06d7eb4 */.mt-info-table{
    margin:40px 0;
    padding:35px;
    background:linear-gradient(180deg,#0b1520 0%,#102235 100%);
    border:1px solid rgba(255,255,255,.08);
    overflow:hidden;
}

.mt-info-table h2{
    margin:0 0 28px;
    color:#fff;
    font-size:34px;
    font-weight:900;
    line-height:1.4;
}

.mt-table-wrap{
    position:relative;
    overflow-x:auto;
    -webkit-overflow-scrolling:touch;
}

.mt-table{
    width:100%;
    min-width:760px;
    border-collapse:collapse;
}

.mt-table thead th{
    padding:18px;
    background:#00b7ff;
    color:#07111d;
    font-size:15px;
    font-weight:900;
    text-align:left;
}

.mt-table tbody td{
    padding:22px 18px;
    color:rgba(255,255,255,.84);
    font-size:15px;
    line-height:1.9;
    vertical-align:top;
    border-bottom:1px solid rgba(255,255,255,.07);
    background:rgba(255,255,255,.02);
}

.mt-table tbody td:first-child{
    width:180px;
    color:#fff;
    font-weight:900;
}

.mt-table tbody tr:hover{
    background:rgba(0,183,255,.05);
}

@media(max-width:768px){

    .mt-info-table{
        padding:24px 18px;
    }

    .mt-info-table h2{
        font-size:27px;
    }

    .mt-table tbody td{
        font-size:14px;
        padding:18px 14px;
    }

    .mt-table-wrap::after{
        content:"👉 左右滑動查看更多";
        position:absolute;
        top:0;
        right:0;
        width:120px;
        height:100%;
        display:flex;
        align-items:center;
        justify-content:center;
        font-size:12px;
        font-weight:900;
        color:#fff;
        background:linear-gradient(90deg,rgba(11,21,32,0),rgba(11,21,32,.96) 60%);
        pointer-events:none;
        animation:mtSwipeHint 8s infinite;
    }

}

@keyframes mtSwipeHint{
    0%{opacity:1;transform:translateX(0);}
    10%{opacity:1;transform:translateX(-8px);}
    25%{opacity:0;transform:translateX(18px);}
    80%{opacity:0;transform:translateX(18px);}
    100%{opacity:1;transform:translateX(0);}
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-a0911b3 *//* 只補提醒框 CSS，表格沿用你原本的 mt-table CSS */

.mt-warning-box{
    margin-top:28px;
    padding:24px;

    background:
    linear-gradient(
        180deg,
        rgba(255,179,0,.12),
        rgba(255,255,255,.03)
    );

    border-left:4px solid #ffb300;
}

.mt-warning-box strong{
    display:block;
    margin-bottom:10px;

    color:#ffd95a;
    font-size:18px;
    font-weight:900;
}

.mt-warning-box p{
    margin:0;

    color:rgba(255,255,255,.84);

    line-height:1.9;
}

@media(max-width:768px){

    .mt-warning-box{
        padding:20px 18px;
    }

}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-c9055e8 *//* 第四區塊 - 公平性與安全機制 */

.mt-safe-box{
    margin-top:30px;
    padding:28px;

    background:
    linear-gradient(
        180deg,
        rgba(0,183,255,.10),
        rgba(255,255,255,.03)
    );

    border-left:4px solid #00b7ff;
}

.mt-safe-tag{
    display:inline-flex;
    margin-bottom:22px;
    padding:8px 16px;

    background:#00b7ff;
    color:#06111d;

    font-size:13px;
    font-weight:900;
}

/* 流程 */
.mt-safe-flow{
    display:flex;
    flex-wrap:wrap;
    align-items:center;
    gap:12px;
}

.mt-safe-step{
    padding:14px 20px;

    background:
    rgba(255,255,255,.05);

    border:
    1px solid rgba(255,255,255,.08);

    color:#fff;
    font-size:15px;
    font-weight:800;
}

.mt-safe-arrow{
    color:#00b7ff;
    font-size:22px;
    font-weight:900;
}

.mt-safe-box p{
    margin:24px 0 0;
    color:rgba(255,255,255,.78);
    line-height:1.8;
}

/* 手機版 */
@media(max-width:768px){

    .mt-safe-box{
        padding:22px 18px;
    }

    .mt-safe-flow{
        flex-direction:column;
        align-items:flex-start;
    }

    .mt-safe-arrow{
        transform:rotate(90deg);
        margin-left:10px;
    }

}/* End custom CSS */