<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.flor01-template-02 .text .fz-en-A {
    font-family: "Lora", "Noto Serif TC", serif;
    font-weight: normal;
    font-size: 28px;
    line-height: 1.125em
}

@media (min-width: 740px) {
    .flor01-template-02 .text .fz-en-A {
        font-size: 48px
    }
}

@media (min-width: 1100px) {
    .flor01-template-02 .text .fz-en-A {
        font-size: 54px
    }
}

@media (min-width: 1500px) {
    .flor01-template-02 .text .fz-en-A {
        font-size: 64px
    }
}

@media (min-width: 1800px) {
    .flor01-template-02 .text .fz-en-A {
        font-size: 72px
    }
}

.flor01-template-02 .text .fz-en-B {
    font-family: "Lora", "Noto Serif TC", serif;
    font-weight: normal;
    font-size: 22px
}

@media (min-width: 740px) {
    .flor01-template-02 .text .fz-en-B {
        font-size: 32px
    }
}

@media (min-width: 1100px) {
    .flor01-template-02 .text .fz-en-B {
        font-size: 32px
    }
}

@media (min-width: 1500px) {
    .flor01-template-02 .text .fz-en-B {
        font-size: 36px
    }
}

@media (min-width: 1800px) {
    .flor01-template-02 .text .fz-en-B {
        font-size: 48px
    }
}

.flor01-template-02 .text .fz-en-C {
    font-family: "Lora", "Noto Serif TC", serif;
    font-weight: normal
}

@media (min-width: 740px) {
    .flor01-template-02 .text .fz-en-C {
        font-size: 18px
    }
}

@media (min-width: 1100px) {
    .flor01-template-02 .text .fz-en-C {
        font-size: 22px
    }
}

@media (min-width: 1500px) {
    .flor01-template-02 .text .fz-en-C {
        font-size: 26px
    }
}

@media (min-width: 1800px) {
    .flor01-template-02 .text .fz-en-C {
        font-size: 30px
    }
}

.flor01-template-02 .text .fz-tw-A {
    font-size: 22px
}

@media (min-width: 740px) {
    .flor01-template-02 .text .fz-tw-A {
        font-size: 26px
    }
}

@media (min-width: 1100px) {
    .flor01-template-02 .text .fz-tw-A {
        font-size: 28px
    }
}

@media (min-width: 1500px) {
    .flor01-template-02 .text .fz-tw-A {
        font-size: 32px
    }
}

@media (min-width: 1800px) {
    .flor01-template-02 .text .fz-tw-A {
        font-size: 36px
    }
}

.flor01-template-02 .text .fz-tw-B {
    font-size: 18px
}

@media (min-width: 740px) {
    .flor01-template-02 .text .fz-tw-B {
        font-size: 22px
    }
}

@media (min-width: 1100px) {
    .flor01-template-02 .text .fz-tw-B {
        font-size: 24px
    }
}

@media (min-width: 1500px) {
    .flor01-template-02 .text .fz-tw-B {
        font-size: 26px
    }
}

@media (min-width: 1800px) {
    .flor01-template-02 .text .fz-tw-B {
        font-size: 30px
    }
}

.flor01-template-02 .text .fz-tw-C {
    font-size: 16px
}

@media (min-width: 740px) {
    .flor01-template-02 .text .fz-tw-C {
        font-size: 18px
    }
}

@media (min-width: 1100px) {
    .flor01-template-02 .text .fz-tw-C {
        font-size: 20px
    }
}

@media (min-width: 1500px) {
    .flor01-template-02 .text .fz-tw-C {
        font-size: 22px
    }
}

@media (min-width: 1800px) {
    .flor01-template-02 .text .fz-tw-C {
        font-size: 24px
    }
}

@media (min-width: 980px) {
    body:before {
        content: "";
        display: block;
        width: 53.8%;
        max-width: 53.8%;
        background: url("../img/t-02/bg-repeat-dark.png") repeat;
        left: 0;
        top: 0;
        z-index: 99;
        position: fixed;
        height: 100%;
        transition: all 0.8s cubic-bezier(0.76, 0, 0.24, 1);
        transform-origin: center bottom;
        transition-delay: .3s
    }
    body:after {
        content: "";
        display: block;
        width: 46.2%;
        max-width: 46.2%;
        background: url("../img/t-02/bg-repeat.png") repeat;
        right: 0;
        top: 0;
        z-index: 99;
        position: fixed;
        height: 100%;
        transition: all 0.8s cubic-bezier(0.76, 0, 0.24, 1);
        transform-origin: center top;
        transition-delay: .2s
    }
    body.init:before {
        transform: scaleY(0)
    }
    body.init:after {
        transform: scaleY(0)
    }
}

.flor01-template-02 {
    position: relative;
    overflow: hidden;
    max-width: 100vw
}

.flor01-template-02 .deco {
    font-size: 12px;
    color: #8f8f8f;
    position: absolute;
    bottom: 25px;
    z-index: 20;
    letter-spacing: 1px;
    font-family: Arial, Helvetica, sans-serif;
    font-family: 'Montserrat', sans-serif
}

@media (min-width: 0) and (max-width: 979px) {
    .flor01-template-02 .deco {
        display: none
    }
}

@media (min-width: 980px) {
    .flor01-template-02 .deco {
        left: 64px;
        top: 50%;
        transform-origin: left top;
        transform: rotate(-90deg) translate(-50%, -0.5em);
        font-size: 11px
    }
}

@media (min-width: 1100px) {
    .flor01-template-02 .deco {
        left: 80px
    }
}

@media (min-width: 1500px) {
    .flor01-template-02 .deco {
        font-size: 12px;
        left: 120px;
        left: 100px
    }
}

@media (min-width: 1800px) {
    .flor01-template-02 .deco {
        left: 127px;
        left: 135px
    }
}

.flor01-template-02 .text {
    font-weight: bold;
    font-size: 26px;
    color: #fff;
    z-index: 99;
    background-color: transparent;
    /*background-repeat: repeat;*/
    /*ä»20210404ä¿®æ­£*/
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    line-height: 1.25em;
    height: 100%
}

.flor01-template-02 .text .fz-en-A {
    line-height: 1em;
    /*ä»20210404ä¿®æ­£*/
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

@media (min-width: 0) and (max-width: 979px) {
    .flor01-template-02 .text .fz-en-A {
        text-align: center;
        display: block;
        margin-bottom: 10px
    }
}

@media (min-width: 980px) {
    .flor01-template-02 .text .fz-en-A {
        margin-top: 2em;
        transform: translateY(-100px);
        opacity: 0;
        transition: all .9s ease
    }
}

@media (min-width: 1800px) {
    .flor01-template-02 .text .fz-en-A {
        margin-bottom: 48px
    }
}

.flor01-template-02 .text .fz-tw-C {
    font-weight: normal;
    font-weight: 300;
    margin-bottom: 1em;
    /*ä»20210404ä¿®æ­£*/
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    margin-top: 0.5em;
}

@media (min-width: 0) and (max-width: 979px) {
    .flor01-template-02 .text .fz-tw-C {
        text-align: center;
        line-height: 1.5em
    }
}

@media (min-width: 0) and (max-width: 575px) {
    .flor01-template-02 .text .fz-tw-C {
        font-size: 14px
    }
}

@media (min-width: 980px) {
    .flor01-template-02 .text .fz-tw-C {
        transform: translateY(-70px);
        opacity: 0;
        transition: all .9s ease
    }
    .flor01-template-02 .text .fz-tw-C:after {
        content: "";
        display: block;
        width: 1px;
        height: 4em;
        border-right: 1px solid #8f8f8f;
        margin: 2em auto 1em
    }
}

@media (min-width: 1500px) {
    .flor01-template-02 .text .fz-tw-C:after {
        height: 6em
    }
}

.flor01-template-02 .text .link {
    font-size: 15px;
    color: #ece2a8;
    font-weight: normal;
    border-bottom: 1px solid #ece2a8;
    font-family: "Noto Sans TC", "PingFang", "PingFangTC", "Microsoft JhengHei", Helvetica, Arial, sans-serif
}

@media (min-width: 980px) {
    .flor01-template-02 .text .link {
        transform: translateY(-50px);
        opacity: 0;
        transition: all .9s ease
    }
}

.flor01-template-02 .text .link:hover,
.flor01-template-02 .text .link:active {
    color: #fff;
    transition: all .35s ease;
    border-bottom: 1px solid #fff
}

@media (min-width: 0) and (max-width: 979px) {
    .flor01-template-02 .text {
        padding: 25px;
        position: relative;
        height: 40vh;
        bottom: 0;
        width: 100%;
        left: 0;
        display: flex;
        flex-direction: column;
        align-items: center;
        padding-top: 0
    }
}

@media (min-width: 740px) and (max-width: 979px) {
    .flor01-template-02 .text {
        padding: 25px 50px;
        height: 40vh;
    }
}

@media (min-width: 740px) {
    .flor01-template-02 .text .link {
        font-size: 14px
    }
}

@media (min-width: 980px) {
    .flor01-template-02 .text {
        width: 53.8%;
        min-width: 53.8%;
        max-width: 53.8%;
        flex: 1;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
        position: relative;
        padding-left: 50px
    }
}

@media (min-width: 1500px) {
    .flor01-template-02 .text .link {
        font-size: 16px
    }
}

@media (min-width: 1800px) {
    .flor01-template-02 .text {
        padding-left: 100px
    }
    .flor01-template-02 .text .link {
        font-size: 18px
    }
}

.flor01-template-02 .scrolldown {
    display: flex;
    position: absolute;
    width: 50px;
    height: 50px;
    z-index: 99;
    left: 25px;
    bottom: 30px;
    align-items: center;
    justify-content: center;
    transition: all .35s ease;
    display: none
}

@media (min-width: 740px) {
    .flor01-template-02 .scrolldown {
        left: 60px;
        bottom: 60px
    }
}

@media (min-width: 1100px) {
    .flor01-template-02 .scrolldown {
        left: 90px
    }
}

@media (min-width: 1800px) {
    .flor01-template-02 .scrolldown {
        bottom: 80px
    }
}

.flor01-template-02 .scrolldown img {
    display: block;
    width: 12px;
    height: auto
}

@media (min-width: 740px) {
    .flor01-template-02 .scrolldown img {
        width: 16px
    }
}

.flor01-template-02 .scrolldown:hover,
.flor01-template-02 .scrolldown:active {
    transform: scale(1.25)
}

.flor01-template-02 .controller {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 5;
    transform: none;
    margin: 0
}

@media (min-width: 0) and (max-width: 979px) {
    .flor01-template-02 .controller {
        left: auto;
        right: 25px;
        display: none
    }
}

@media (min-width: 740px) {
    .flor01-template-02 .controller {
        left: 64px
    }
}

@media (min-width: 980px) {
    .flor01-template-02 .controller {
        bottom: 50px
    }
}

@media (min-width: 1100px) {
    .flor01-template-02 .controller {
        left: 80px;
        bottom: 50px
    }
}

@media (min-width: 1500px) {
    .flor01-template-02 .controller {
        left: 100px;
        bottom: 60px
    }
}

@media (min-width: 1800px) {
    .flor01-template-02 .controller {
        left: 135px;
        bottom: 80px
    }
}

.flor01-template-02 .controller .swiper-count {
    position: relative;
    z-index: 5;
    font-family: Arial, Helvetica, sans-serif;
    width: auto
}

@media (min-width: 740px) {
    .flor01-template-02 .controller .swiper-count {
        height: 30px
    }
}

.flor01-template-02 .controller .swiper-count span {
    font-weight: normal;
    color: #fff;
    font-size: 13px;
    line-height: 30px;
    font-family: 'Montserrat', sans-serif
}

@media (min-width: 740px) {
    .flor01-template-02 .controller .swiper-count span {
        font-size: 16px
    }
}

.flor01-template-02 .hero-img-holder {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover
}

@media (min-width: 0) and (max-width: 979px) {
    .flor01-template-02 .hero-img-holder {
        
    }
    .flor01-template-02 .hero-img-holder:after {
        content: "";
        display: block;
        width: 100%;
        padding-bottom: 120%
    }
}

@media (min-width: 740px) and (max-width: 979px) {
    .flor01-template-02 .hero-img-holder:after {
        padding-bottom: 100%
    }
}

.flor01-template-02 .swiper-pagination {
    position: absolute
}

@media (min-width: 0) and (max-width: 979px) {
    .flor01-template-02 .swiper-pagination {
        bottom: -2px;
        background-color: #fff;
        width: 100%;
        left: 0;
        padding-top: 20px;
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.1))
    }
    .flor01-template-02 .swiper-pagination .swiper-pagination-bullet:before {
        border-color: #fff
    }
    .flor01-template-02 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
        border-color: #fff;
        background-color: #fff
    }
}

@media (min-width: 980px) {
    .flor01-template-02 .swiper-pagination {
        width: 30px;
        position: absolute;
        left: auto;
        right: 64px;
        top: 55%;
        transform: translate(0, -50%)
    }
    .flor01-template-02 .swiper-pagination .swiper-pagination-bullet {
        height: 80px;
        width: 30px;
        padding: 0;
        margin-bottom: 0;
        display: block;
        padding-bottom: 1px
    }
    .flor01-template-02 .swiper-pagination .swiper-pagination-bullet:before {
        width: 2px;
        height: 100%;
        background-color: rgba(255, 255, 255, 0.3);
        border-radius: 0;
        border: none;
        margin: 0 auto
    }
    .flor01-template-02 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
        background-color: #fff;
        border: none
    }
}

.flor01-template-02 .swiper-container {
    height: auto;
    min-height: 100vh
}

.flor01-template-02 .swiper-container .swiper-wrapper {
    height: auto;
    min-height: 100vh
}

.flor01-template-02 .swiper-slide {
    min-height: 100vh;
    height: auto;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    visibility: visible;
    overflow: hidden;
    transition: all .1s ease;
    opacity: 1;
    pointer-events: none;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none
}

.flor01-template-02 .swiper-slide .content {
    position: relative;
    min-height: 100vh;
    height: 100vh;
    background-repeat: no-repeat
}

@media (min-width: 980px) {
    .flor01-template-02 .swiper-slide .content {
        display: flex;
        flex-direction: row-reverse;
        position: relative;
        align-items: stretch
    }
}

.flor01-template-02 .swiper-slide .text {
    animation: textOut 1.2s cubic-bezier(0.33, 1, 0.68, 1) forwards;
    animation-delay: 0s
}

.flor01-template-02 .swiper-slide .bg {
    background-color: #2f4642;
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    height: auto
}

@media (min-width: 0) and (max-width: 739px) {
    .flor01-template-02 .swiper-slide .bg {
        height: 60vh
    }
}

@media (min-width: 740px) and (max-width: 979px) {
    .flor01-template-02 .swiper-slide .bg {
        height: 60vh
    }
}

@media (min-width: 980px) {
    .flor01-template-02 .swiper-slide .bg {
        background-color: transparent;
        width: 46.2%;
        min-width: 46.2%;
        max-width: 46.2%
    }
}

.flor01-template-02 .swiper-slide.swiper-slide-active {
    opacity: 1;
    visibility: visible;
    transition-delay: 0s;
    pointer-events: auto;
    z-index:10;
}

.flor01-template-02 .swiper-slide.swiper-slide-active .text {
    animation: textIn 1.1s cubic-bezier(0, 0.55, 0.45, 1) forwards;
    animation-delay: 0s
}

.flor01-template-02 .swiper-slide.swiper-slide-active .bg {
    z-index: 10;
    overflow: hidden
}

.flor01-template-02 .swiper-slide.swiper-slide-active .bg .hero-img-holder {
    animation: bgIn 1.3s cubic-bezier(0.33, 1, 0.68, 1) forwards;
    animation-delay: 0s
}

@media (min-width: 980px) {
    .flor01-template-02 .swiper-slide.swiper-slide-active .fz-en-A {
        opacity: 1;
        transition: all 1.3s cubic-bezier(0, 0.55, 0.45, 1);
        transition-delay: .4s;
        transform: translateY(0) scale(1)
    }
    .flor01-template-02 .swiper-slide.swiper-slide-active .fz-tw-C {
        transition: all 1.3s cubic-bezier(0, 0.55, 0.45, 1);
        transition-delay: .3s;
        opacity: 1;
        transform: translateY(0) scale(1)
    }
    .flor01-template-02 .swiper-slide.swiper-slide-active .link {
        transition: all 1.3s cubic-bezier(0, 0.55, 0.45, 1);
        transition-delay: .2s;
        opacity: 1;
        transform: translateY(0)
    }
}

@media (min-width: 0) and (max-width: 1099px) {
    .flor01-template-02 .swiper-slide.swiper-slide-active .subtitle {
        opacity: 1;
        transform: translateX(0);
        transition: transform .8s ease .25s, opacity .6s ease .25s
    }
    .flor01-template-02 .swiper-slide.swiper-slide-active .desc {
        opacity: 1;
        transform: translateX(0);
        transition: transform .8s ease .4s, opacity .6s ease .4s
    }
    .flor01-template-02 .swiper-slide.swiper-slide-active .link {
        opacity: 1;
        transform: translateX(0);
        transition: transform .8s ease .6s, opacity .6s ease .6s
    }
    .flor01-template-02 .swiper-slide.swiper-slide-active .bg {
        z-index: 10
    }
}

@media (min-width: 0) and (max-width: 1099px) {
    .flor01-template-02 .swiper-slide.swiper-slide-active:before {
        opacity: 1;
        transform: translateX(0);
        transition: transform .8s ease .8s, opacity .6s ease .8s
    }
}

@media (min-width: 980px) and (max-width: 1099px) {
    .flor01-template-02 .swiper-slide.swiper-slide-active:before {
        transform: translateX(-30%)
    }
}

@media (min-width: 1100px) {
    .flor01-template-02 .swiper-slide.swiper-slide-active:before {
        transform: translateX(-30%)
    }
}

@media (min-width: 1500px) {
    .flor01-template-02 .swiper-slide.swiper-slide-active:before {
        transform: translateX(-25%)
    }
}

@media (min-width: 1800px) {
    .flor01-template-02 .swiper-slide.swiper-slide-active:before {
        transform: translateX(-20%)
    }
}

.flor01-template-02 .social {
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    position: absolute;
    left: 25px;
    display: flex;
    top: 70%;
    z-index: 89
}

.flor01-template-02 .social a {
    width: 22px;
    height: 22px;
    margin-right: 35px;
    transition: all .35s ease
}

.flor01-template-02 .social a img {
    display: block;
    width: 100%;
    height: auto
}

@media (min-width: 1100px) {
    .flor01-template-02 .social a {
        margin-right: 40px
    }
}

@media (min-width: 1500px) {
    .flor01-template-02 .social a {
        margin-right: 45px
    }
}

.flor01-template-02 .social a:hover,
.flor01-template-02 .social a:active {
    transform: scale(1.8)
}

@media (min-width: 0) and (max-width: 979px) {
    .flor01-template-02 .social {
        display: none
    }
}

@media (min-width: 740px) {
    .flor01-template-02 .social {
        left: 70px
    }
}

@media (min-width: 980px) {
    .flor01-template-02 .social {
        top: 35px;
        left: 140px
    }
}

@media (min-width: 1100px) {
    .flor01-template-02 .social {
        left: 180px
    }
}

@media (min-width: 1500px) {
    .flor01-template-02 .social {
        left: 200px
    }
}

@media (min-width: 1800px) {
    .flor01-template-02 .social {
        left: 260px;
        top: 56px
    }
}

@keyframes smallTextIn {
    0% {
        transform: translateY(-50px);
        opacity: 0
    }
    100% {
        transform: translateY(0);
        opacity: 1
    }
}

@keyframes textIn {
    0% {
        transform: scale(1) translateY(-50%);
        opacity: 1
    }
    100% {
        transform: scale(1) translateY(0);
        opacity: 1
    }
}

@keyframes textOut {
    0% {
        transform: scale(1) translateY(0);
        opacity: 1
    }
    100% {
        transform: scale(1) translateY(50%);
        opacity: 0
    }
}

@keyframes bgIn {
    0% {
        transform: scale(1.4) translateY(-100px);
        opacity: 0
    }
    100% {
        transform: scale(1) translateY(0);
        opacity: 1
    }
}

@keyframes bgOut {
    0% {
        opacity: 1
    }
    80% {
        opacity: 1
    }
    100% {
        opacity: 1
    }
}</pre></body></html>