<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.jpg);
    background-color: #ed491d;
    background-position: top center;
    background-size: 2000px;
    background-attachment: fixed;
}

.kvbg {
    background-image: url(../images/kvbg.png);
    background-position: top center;
    background-repeat: no-repeat;
}

.countdown-bg{
    background-image: url(../images/countdown-bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.sec-bg{
    background-image: url(../images/sec-bg.png);
    background-position: top center;
    background-repeat: repeat-y;
    background-size: contain;
}

.sec02bg-sand{
    background-image: url(../images/sec02bg-sand.png);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: contain;
    transform: translateY(-5%);
}

.sec02-bg{
    background-color: #fce2b0;
    border-radius: 0 0 8px 8px;
}

.sec03bg-table{
    background-image: url(../images/sec03bg-table.png);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: contain;
    transform: translate(-0.75rem, 0);
}

.sec03-bg{
    background-color: #ff7070;
    border-radius: 0 0 8px 8px;
}

main {
    overflow: hidden;
    position: relative;
}


/* ��厰�閖�讛𠧧 */
.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: 11%;
}

.swiperCover .swiper-slide-next,
.swiperCover .swiper-slide-last {
    opacity: .5;
}

.swiper-pagination.qq.swiper-pagination-clickable.swiper-pagination-bullets {
    bottom: 100px;
}

/* .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right{
    background-image: none;
} */

/* �嗡�𡝗𨭬镼輯䌊撌勗神�仮�𣏾�𣏾�𣏾�𣏾�𣏾�𣏾�𣏾�𣏾�𣏾�𣏾�𣏾�𣏾�𣏾�𣏾�𣏾�𣏾�𣏾�𣏾�𣏾�𣏾�𣏾�𣏾�𣏾�𣏾�� */
.timer {
    background-color: #333;
    color: #fff000;
    font-size: 4rem;
    border-radius: 1rem;
    line-height: normal;
}

.timer-text {
    font-size: 2rem;
    line-height: normal;
}

.kv-deco {
    max-width: 300px;
    object-fit: contain;
}


.squarepppinfoinn-box.pppinfobox {
    background: #075F9E;
    text-decoration: none;
    color: #fff;
}

.mar-less {
    margin-top: -20px;
}

section#method a {
    margin: 0 3px;
    color: #fffd3f;
    padding: 0 5px;
}

section#method a:hover {
    color: #ca141d;
    background-color: #fffd3f;
    text-shadow: none;
    border-radius: 30px;
}

.btnset a {
    color: #56441b;
    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 #fffd3f;
    background-color: #CA141D;
    box-shadow: 3px 5px #8d6e40;
}

@keyframes teeter3 {

    0% {
        -webkit-filter: brightness(1);
    }

    3% {
        -webkit-filter: brightness(2);
    }

    10% {
        -webkit-filter: brightness(1);
    }

    97% {
        -webkit-filter: brightness(1);
    }

    100% {
        -webkit-filter: brightness(2);
    }
}

.animation_light {
    animation: teeter3 .5s infinite alternate;
}

.floating-box {
    -webkit-animation: baloon_1 3s infinite;
    -moz-animation: baloon_1 3s infinite;
    -ms-animation: baloon_1 3s infinite;
    -o-animation: baloon_1 3s infinite;
    animation: baloon_1 3s infinite;
    -webkit-animation-direction: alternate;
    -moz-animation-direction: alternate;
    -ms-animation-direction: alternate;
    -o-animation-direction: alternate;
    animation-direction: alternate;
}

@keyframes baloon_1 {

    0% {
        transform: translateY(-20px);
    }

    50% {
        transform: translateY(10px);
    }

    100% {
        transform: translateY(-20px);
    }

}

section#method a {
    margin: 0 3px;
    color: #fff;
    padding: 0 5px;
    background-color: #a600a4;
    border-radius: 30px;
}

section#method {
    background-image: url(../images/footer_bg.jpg);
    background-size: contain;
    background-position: top center;
    background-attachment: fixed;
    background-repeat: repeat;
}


/* �𪃾暺𧼮� */

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

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

}

@media screen and (max-width: 1199px) {
    .sec03bg-table{
        transform: translate(-0.5rem , 1rem);
    }
}

@media screen and (max-width: 991px) {
    body {
        background-image: url(../images/body_bg-mb.jpg);
        background-size: cover;
        background-attachment: fixed;
    }

    .countdown-bg{
        background-image: url(../images/countdown-bg-mb.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
    }

    .sec-bg{
        background-image: none;
    }

    .sec02bg-sand{
        transform: translateY(0);
    }

    .sec03bg-table{
        transform: translate(-0.5rem , 3rem);
    }

    section#method {
        background-image: url(../images/footer_bg-mb.jpg);
        background-size: 100%;
        background-position: top center;
        background-attachment: fixed;
        background-repeat: repeat-y;
    }
}

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

    .kvbg {
        background-image: url(../images/kvbg-mb.png);
        background-position: top center;
        background-repeat: no-repeat;
    }

    .sec02bg-sand{
        background-image: url(../images/sec02bg-sand-mb.png);
        background-position: top center;
        background-repeat: no-repeat;
        background-size: contain;
        margin-left: 0;
    }

    .sec03bg-table{
        background-image: url(../images/sec03bg-table-mb.png);
        background-position: top center;
        background-repeat: no-repeat;
        background-size: contain;
        transform: translate(-0.25rem , -2rem);
    }

    .actablebox {
        font-size: 14px;
    }

    .actablebox th.table-title {
        font-size: 1.2rem;
    }

    .visualBox {
        background-image: none;
    }

    .mar-less-mb {
        margin-top: -20px;
    }

    .swiper-pagination.qq.swiper-pagination-clickable.swiper-pagination-bullets {
        bottom: 0px !important;
    }

    .card-bg {
        background-image: url(../images/box-bgmb.png);
        background-position: top center;
        background-size: 100%;
        background-repeat: no-repeat;
        margin-top: -45px;
        padding: 40px 20px 15px;
    }

    footer {
        padding-bottom: 15px;
    }

    .timer {
        font-size: 2.5rem;
    }

    .timer-text {
        font-size: 1rem;
    }

}

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

@media screen and (max-width: 480px) {
    .sec03bg-table{
        transform: translate(-0.25rem , 1rem);
    }
}


/* for �坿��� */

.countdownbox {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}


@media screen and (max-width: 767px) {
    /* .countdownbox {
        padding: 0 35px;
    } */
}

#countdown {
    display: flex;
    justify-content: center;
    align-items: center;
}

.countdownbox h2 {
    color: rgb(0, 0, 0);
    font-size: 1.625rem;
    font-weight: bold;
    text-align: center;
    font-family: "Noto Sans", sans-serif;
}

.countdownbox h3 {
    color: rgb(0, 0, 0);
    font-size: 1.225rem;
    font-weight: bold;
    text-align: center;
    font-family: "Noto Sans", sans-serif;/
}


.countdownbox .timeBox {
    background-color: black;
    color: white;
    border-radius: 10px;
    padding: 7px;
}


.kvcountdown {
    font-size: 1.625rem;
    line-height: 2.5rem;
    text-align: center;
    font-weight: bold;
    font-family: "Noto Sans", sans-serif;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-top: 10px;
}

.kvcountdown p {
    padding-right: 10px;
}

#endCountdown {
    line-height: 7rem;
    display: flex;
    justify-content: center;
    font-size: 5rem;
    color: red;
}

@media screen and (max-width: 767px) {
    #endCountdown {
        font-size: 4rem;
    }

    .countdownbox .timeBox {
        border-radius: 5px;
        padding: 5px;
    }

    .kvcountdown {
        font-size: 1.125rem;
        line-height: 1.7rem;
    }

    .kvcountdown p {
        padding-right: 6px;
    }

    .countdownbox h2 {
        font-size: 1rem;
        margin: -15px 0 0 0;
    }

    .countdownbox h3 {
        font-size: 0.9rem;
        margin: 0;
    }
}

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