<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* �訜雿䭾�喟�箸�𣂷��见�憛𦠜�𡝗䲮憛𠺪���𧼮�㰘�峕艶嚗諹�见銁閰脣�憛�/�䲮憛𠹺�𠰴�𧼮�蠏lass��滨迂
靘见�嚗�

�銁HTML鋆∴��
&lt;div class="abc"&gt;��𤏸�憓𧼮�㰘�峕艶&lt;/div&gt; 

�銁css鋆∴��
.abc{
    background-image: url(../images/body_bg.webp);  &lt;------��𡝗�𥪯�滨蔭
    background-position: center; &lt;-----��𣇉��銁��憛�/�䲮憛𡃏ㄐ��摰帋��
    background-size: cover;  &lt;-----��𣇉��銁��憛�/�䲮憛𡃏ㄐ��憭批��
}

 */

/* 鋆𨅯�� 
    摮貊�坿����
    https://ithelp.ithome.com.tw/articles/10223887
    https://ithelp.ithome.com.tw/articles/10224214
*/



/* �函�躰�峕艶 */
body {
    /* background-image: url(../images/body_bg.webp); */
    /* background-color: #F8F4E8; */
    background-position: center;
    background-size: 2400px;
}

main {
    background-image: url(../images/topBn_bgrepeat.webp);
    background-size: 100% 100%;
    overflow: hidden;
    background-position: top center;
    position: relative;
    background-repeat: repeat-x;
}


/* ��厰�閖�讛𠧧 */
.btnset a {
    color: #CA9F37;
    border: 3px solid #BE0602;
    background-color: #fff;
    box-shadow: 3px 5px #880f0f;
    line-height: 1.2;
}/*靘��縧�偦��*/

.btnset a:hover {
/*    color: rgb(44, 40, 1);*/
    color:#fff;
    border: 3px solid #ffd392;
    background-color: #CA141D;
    box-shadow: 3px 5px #8d6e40;
}/*靘��縧�偦�𥟇�煾�删宏��*/

.nocarslideinnBox01 {
    background-color: #084B7D;
    padding: 10px;
}

/* ��笔�寧鸌�寞�条�𦠜綉�� ��㯄�贝��1��� ��𨀣�㕑��2��� */
.productSetprice .priceBox{
    flex-direction: row !important;
}

/* logo����𣇉��之撠𤩺綉�� */
.logooutbox .logoinn{
    flex-basis: 14%;
}

/* �嗡�𡝗𨭬镼輯䌊撌勗神�仮�𣏾�𣏾�𣏾�𣏾�𣏾�𣏾�𣏾�𣏾�𣏾�𣏾�𣏾�𣏾�𣏾�𣏾�𣏾�𣏾�𣏾�𣏾�𣏾�𣏾�𣏾�𣏾�𣏾�𣏾�� */


.squarepppinfoinn-box.pppinfobox{
    background: #075F9E;
    text-decoration: none;
    color: #fff;
}
section.visualBox{
    margin-top: 0;
}
.step p{
    font-size: 18px;
    padding: 5px; 
    background-color: #0071c8; 
    color: #FFF; 
    text-align: center; 
    margin-bottom: 0;
}
.step-after::after {
    content: " \27A4 ";
    position: absolute;
    display: block;
    background-repeat: no-repeat;
    padding: 2px 0 0 8px;
    background-size: 100%;
    width: 30px;
    height: 30px;
    left: 90%;
    top: 50%;
    color: #fff;
    border-radius: 100px;
    background-color: #000;
    z-index: 2;
}

.step-after:last-child::after{
    display:none;
    }
.method-title::before{
    content: " \1F4E3 ";
}
.list-actbox{
    background: #f4f4f4;
    padding: 0.5rem;
    border-radius: 0.5rem;
    margin: 1rem 0.5rem;
}
.btnbtn a{
    background-color: #0071c8;
    color: #FFF;
    border-radius: 100px;
    padding: 10px 50px;
    margin-bottom: 20px;
    font-size: 20px;
}

/* �𪃾暺𧼮� */

@media screen and (max-width: 1659px){
    
}
@media screen and (max-width: 1399px){
    
}
@media screen and (max-width: 1199px){
    
}

@media screen and (max-width: 991px){
    
}

@media screen and (max-width: 767px){
    .actablebox{
        font-size: 14px;
    }
    .actablebox th.table-title{
        font-size: 1.2rem;
    }
    footer {
        padding-bottom: 15px;
    }
    .method-title {
        text-align: center;
    }
    .method-title span{
        display: block;
    }
}

@media screen and (max-width: 640px){
    .logooutbox .logoinn{
        flex-basis: 24%;
        margin-bottom: -20px;
    }
}

@media screen and (max-width: 480px){

}</pre></body></html>