<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

/* ▼Countdown Timer▼ */


/*------------------------------------*\
    $全域設定
\*------------------------------------*/

@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@400;500;700;900&amp;display=swap");
html {
    overflow-x: hidden;
}

* {
    margin: 0;
    padding: 0;
}

video {
    display: block;
    max-width: 100%;
    height: auto;
}

img {
    border: none;
    vertical-align: bottom;
    display: block;
    /* max-width: 960px; */
    width: 100%;
    height: auto;
}

section {
    position: relative;
    display: block;
    max-width: 1920px;
}


/*------------------------------------*\
    $main
\*------------------------------------*/

.content {
    position: relative;
    margin: 0 auto;
    max-width: 960px;
}

.content2 {
    position: relative;
    margin: 0 auto;
    max-width: 1000px;
}

.bg01 {
    background: url("../img/b1.jpg") top center no-repeat;
    background-size: cover;
    margin: 0 auto;
}

.bg02 {
    background: url("../img/b2.jpg") top center no-repeat;
    background-size: cover;
    margin: 0 auto;
}

.bg03 {
    background: url("../img/b3.jpg") top center no-repeat;
    background-size: cover;
    margin: 0 auto;
}

.skin {
    position: absolute;
    width: 80%;
    left: 7.5%;
    top: 23%;
}

.bg04 {
    background: url("../img/b4.jpg") top center no-repeat;
    background-size: cover;
    margin: 0 auto;
}

.bg04 .btn {
    position: absolute;
    bottom: 4%;
    left: 19%;
    width: 60%;
    text-align: center;
}

.bg05 {
    background: url("../img/b5.jpg") top center no-repeat;
    background-size: cover;
    margin: 0 auto;
}

.bg06 {
    background: url("../img/b6.jpg") top center no-repeat;
    background-size: cover;
    margin: 0 auto;
}

.bg07 {
    background: url("../img/b7.jpg") top center no-repeat;
    background-size: cover;
    margin: 0 auto;
}

.bg08 {
    background: url("../img/b8.jpg") top center no-repeat;
    background-size: cover;
    margin: 0 auto;
}

.bg09 {
    background: url("../img/b9.jpg") top center no-repeat;
    background-size: cover;
    margin: 0 auto;
}

.bg10 {
    background: url("../img/b10.jpg") top center no-repeat;
    background-size: cover;
    margin: 0 auto;
}

.add {
    position: absolute;
    width: 5%;
    cursor: pointer;
}

.add01 {
    top: 39%;
    left: 55%;
}

.add02 {
    top: 63.8%;
    left: 37%;
}

.add03 {
    top: 87%;
    left: 46.5%;
}

.box {
    position: absolute;
    background: #000;
    color: #fff;
    border-radius: 8px;
    padding: 0.3em 1em;
    font-size: 1em;
    transition: 0.8s;
}

.box01 {
    top: 43%;
    left: 55%;
    width: 30%;
}

.box02 {
    top: 68%;
    left: 37%;
    width: 50%;
}

.box03 {
    top: 92%;
    left: 22%;
    z-index: 9;
    width: 50%;
}

.bg11 {
    background: url("../img/b11.jpg") top center no-repeat;
    background-size: cover;
    margin: 0 auto;
}

.bg11 video {
    position: absolute;
    left: 25%;
    bottom: 22.5%;
    width: 50%;
}

.bg12 {
    background: url("../img/b12.jpg") top center no-repeat;
    background-size: cover;
    margin: 0 auto;
}

.bg13 {
    background: url("../img/b13.jpg") top center no-repeat;
    background-size: cover;
    margin: 0 auto;
}

.bg14 {
    background: url("../img/b14.jpg") top center no-repeat;
    background-size: cover;
    margin: 0 auto;
}

.bg15 {
    background: url("../img/b15.jpg") top center no-repeat;
    background-size: cover;
    margin: 0 auto;
}

.bg15 video {
    position: absolute;
    left: 11.5%;
    bottom: 16.5%;
    width: 77%;
    border-radius: 8px;
}

.btn {
    position: absolute;
}

.offer_980 {
    background: url("../img/offer_980.jpg") top center no-repeat;
    background-size: cover;
    margin: 0 auto;
}

.btn_580 {
    width: 80%;
    bottom: 5%;
    left: 10%;
}

.off01 {
    background: url("../img/off01.jpg") top center no-repeat;
    background-size: cover;
    margin: 0 auto;
}

.off01 .btn {
    width: 30%;
    bottom: 5%;
}

.off01 .btn01-1 {
    left: 10%;
}

.off01 .btn01-2 {
    left: 60%;
}

.off02 {
    background: url("../img/off02.jpg") top center no-repeat;
    background-size: cover;
    margin: 0 auto;
}

.off02 .btn {
    width: 70%;
    bottom: 4%;
    left: 15%;
    text-align: center;
}

.off03 {
    background: url("../img/off03.jpg") top center no-repeat;
    background-size: cover;
    margin: 0 auto;
}

.off03 .btn {
    width: 70%;
    bottom: 4%;
    left: 15%;
    text-align: center;
}

.off_info {
    background: url("../img/off_info.jpg") top center no-repeat;
    background-size: cover;
    margin: 0 auto;
}

.qa {
    background: url("../img/qa.jpg") top center no-repeat;
    background-size: cover;
    margin: 0 auto;
}

.email {
    background: url("../img/email.jpg") top center no-repeat;
    background-size: cover;
    margin: 0 auto;
}

.info {
    background: url("../img/info.jpg") top center no-repeat;
    background-size: cover;
    margin: 0 auto;
}


/*------------------------------------*\
    匯入機能
\*------------------------------------*/

.at_top {
    visibility: hidden;
}

.countdown {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    background: #2E67B2;
    background-size: cover;
    padding: 10px 0;
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    -webkit-transition: all 1s;
    transition: all 1s;
    z-index: 99;
    display: none;
}

.countdown_content {
    max-width: 900px;
    margin: 0 auto;
    font-family: 微軟正黑體, Meiryo, sans-serif, "Noto Sans TC";
    font-weight: 700;
    font-size: 2.5rem;
    letter-spacing: 5px;
    color: #fff;
    text-shadow: 1px 1px 3px #410412;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    text-align: center;
}

#demo {
    color: #fff;
}

@media screen and (max-width: 900px) {
    .countdown {
        padding: 3% 0;
    }
    .countdown_content {
        font-size: 1.5rem;
        letter-spacing: 3px;
    }
}

@media screen and (max-width: 600px) {
    .countdown_content {
        font-size: 1.1rem;
        letter-spacing: 1px;
    }
}


/* ▲Countdown Timer▲ */


/* 英文版文字設定*/

.to_e .countdown_content {
    font-size: 1.5rem;
}

@media screen and (max-width: 900px) {
    .to_e .countdown {
        padding: 3% 0;
    }
    .to_e .countdown_content {
        font-size: 1.2rem;
        letter-spacing: 3px;
    }
}

@media screen and (max-width: 600px) {
    .to_e .countdown_content {
        font-size: 0.8rem;
        letter-spacing: 1px;
    }
}


/* 下面為個別設定*/


/* cta開始 */

.fixed-obj {
    position: fixed;
    top: -380px;
    right: 0;
    max-width: 270px;
    width: 100%;
    z-index: 999;
    -webkit-transition: top 0.5s ease-out;
    transition: top 0.5s ease-out;
}

.fixed-obj.show_sta {
    top: 105px;
}


/* 此行代表手機版的圖片隱藏 */

.fixed-obj img:nth-child(2) {
    display: none !important;
}

@media screen and (max-width: 745px) {
    .fixed-obj {
        top: auto;
        bottom: -360px;
        width: 100%;
        max-width: 100%;
        -webkit-transition: bottom 0.5s ease-out;
        transition: bottom 0.5s ease-out;
    }
    /* 此行代表手機版的圖片顯示 */
    .fixed-obj img:nth-child(2) {
        display: block !important;
        width: 100%;
        margin: 0 auto;
    }
    /* 此行代表電腦版的圖片隱藏 */
    .fixed-obj img:nth-child(1) {
        display: none !important;
    }
    .fixed-obj.show_sta {
        top: auto;
        bottom: 0;
    }
}


/* cta 結束 */


/* ボタン自体のstyle */

.button {
    display: inline-block;
    border-radius: 10px;
    -webkit-transition: 0.8s;
    transition: 0.8s;
}

.button:hover {
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
    opacity: 0.5;
}


/* 光らせるためのstyle */

.shine {
    border: 2px solid transparent;
    position: relative;
    overflow: hidden;
}


/* 光の疑似要素 */

.shine::before {
    content: "";
    -webkit-animation: shine 3s cubic-bezier(0.25, 0, 0.25, 1) infinite;
    animation: shine 3s cubic-bezier(0.25, 0, 0.25, 1) infinite;
    background-color: #fff;
    width: 140%;
    height: 100%;
    -webkit-transform: skewX(-45deg);
    transform: skewX(-45deg);
    top: 0;
    left: -160%;
    opacity: 0.5;
    position: absolute;
}


/* 光の動き */

@-webkit-keyframes shine {
    0% {
        left: -160%;
        opacity: 0;
    }
    70% {
        left: -160%;
        opacity: 0.5;
    }
    71% {
        left: -160%;
        opacity: 1;
    }
    100% {
        left: -20%;
        opacity: 0;
    }
}

@keyframes shine {
    0% {
        left: -160%;
        opacity: 0;
    }
    70% {
        left: -160%;
        opacity: 0.5;
    }
    71% {
        left: -160%;
        opacity: 1;
    }
    100% {
        left: -20%;
        opacity: 0;
    }
}

.w-900 {
    max-width: 960px;
}


/*# sourceMappingURL=style.css.map */


/*nav*/

.navTitle {
    padding: 15px 0;
    color: #FFF;
    text-align: center;
    font-size: 1.75em;
    margin-bottom: 15px;
    font-weight: bold;
    background-color: #ab352d;
}

@media (max-width:768px) {
    .navTitle {
        background-color: #ab352d;
        margin-bottom: 0;
        padding: 15px 0;
    }
}

.headerControl {
    position: sticky;
    top: 0%;
    max-width: 1920px;
    margin: 0 auto;
    /* left: 50%;
    transform: translateX(-50%); */
    z-index: 999;
    width: 100%;
    background-color: #2A4F94;
    height: 70px;
    /* line-height: 60px; */
    display: flex;
    align-items: center;
}

nav {
    /* height: 5.5em; */
    width: 100%;
}

nav ul img {
    width: 20%;
    float: left;
    margin: 1.4em 4% 0 0;
}

nav ul {
    max-width: 1000px;
    margin: 0 auto;
    text-align: left;
}

nav ul li {
    list-style: none;
    width: 25%;
    float: left;
    text-align: center;
    font-size: 1.5em;
    letter-spacing: 3px;
}

nav ul li a {
    color: white;
    text-decoration: none;
    transition: .1s;
}

nav ul li a:hover {
    text-shadow: white 0px 0px 10px;
    transition: .1s;
}


/**/


/*漢堡選單*/

#hamburger {
    display: none;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 999;
}

header {
    width: 100%;
    background: #2A4F94;
    height: 60px;
    line-height: 60px;
}

header img {
    width: auto;
    height: 40px;
    margin: 10px 10px 10px 20px;
    float: left;
}

#nav-icon {
    width: 40px;
    height: 40px;
    position: relative;
    float: right;
    top: 15px;
    right: 20px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}

#nav-icon span {
    display: block;
    position: absolute;
    height: 5px;
    width: 100%;
    background-color: #FFEAA9;
    border-radius: 10px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

#nav-icon span:nth-child(1) {
    top: 0px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}

#nav-icon span:nth-child(2) {
    top: 13px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}

#nav-icon span:nth-child(3) {
    top: 26px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}

#nav-icon.open span:nth-child(1) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 0px;
    left: 6px;
}

#nav-icon.open span:nth-child(2) {
    width: 0%;
    opacity: 0;
}

#nav-icon.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 28px;
    left: 6px;
}

.menu {
    z-index: 1000000;
    font-size: 0.8em;
    width: 100%;
    background-color: rgba(63, 100, 160, 0.93);
    position: absolute;
    text-align: center;
}

.menu ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    list-style-image: none;
}

.menu li {
    color: white;
    font-size: 1.5em;
    display: block;
    padding: 15px 0 15px 0;
    border-bottom: #dddddd 1px dashed;
    transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
}

.menu li:hover {
    font-size: 1.8em;
    transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
}


/**/


/*RWD*/

@media screen and (max-width: 1000px) {
    .headerControl {
        height: 60px;
    }
    nav {
        display: none;
    }
    #hamburger {
        display: block;
    }
    .sectionTVheader {
        margin-top: 3.6em;
    }
    #side_btn {
        left: 20px;
        width: 20%;
        max-width: 150px;
        bottom: 20px;
    }
}

@media screen and (max-width: 700px) {
    #side_btn {
        width: 20%;
        max-width: 100px;
        left: 10px;
        bottom: 10px;
    }
}</pre></body></html>