
 /*   scss   */
:root {
    --page-system:#217784;
    --page-white: #FFFFFF;
    --page-black:#333333;
    --page-gray-500:#535353;
    --page-gray-900:#d9d9d9;
    --bg-black-900:#0000004d;
    --page-system-900:#E2EFF2;
    --page-system-800:#EEF9FB;
    --text-assets: #C90915;
    --bg-assets: #FFFBF7;
    --page-border-color: #217784;
    --bs-special:#E29F0D;
    --bs-base:#EF8781;
    --bs-style: #EEF9FB;

}


/*! locomotive-scroll v4.1.3 | MIT License | https://github.com/locomotivemtl/locomotive-scroll */
html.has-scroll-smooth {
    overflow: hidden
}

html.has-scroll-dragging {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.has-scroll-smooth body {
    overflow: hidden
}

.has-scroll-smooth [data-scroll-container] {
    min-height: 100vh
}

[data-scroll-direction=horizontal] [data-scroll-container] {
    display: inline-block;
    height: 100vh;
    white-space: nowrap
}

[data-scroll-direction=horizontal] [data-scroll-section] {
    display: inline-block;
    height: 100%;
    vertical-align: top;
    white-space: nowrap
}

.c-scrollbar {
    height: 100%;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform-origin: center right;
    transition: transform .3s, opacity .3s;
    width: 11px
}

.c-scrollbar:hover {
    transform: scaleX(1.45)
}

.c-scrollbar:hover,
.has-scroll-dragging .c-scrollbar,
.has-scroll-scrolling .c-scrollbar {
    opacity: 1
}

[data-scroll-direction=horizontal] .c-scrollbar {
    bottom: 0;
    height: 10px;
    top: auto;
    transform: scaleY(1);
    width: 100%
}

[data-scroll-direction=horizontal] .c-scrollbar:hover {
    transform: scaleY(1.3)
}

.c-scrollbar_thumb {
    background-color: #000;
    border-radius: 10px;
    cursor: -webkit-grab;
    cursor: grab;
    margin: 2px;
    opacity: .5;
    position: absolute;
    right: 0;
    top: 0;
    width: 7px
}

.has-scroll-dragging .c-scrollbar_thumb {
    cursor: -webkit-grabbing;
    cursor: grabbing
}

[data-scroll-direction=horizontal] .c-scrollbar_thumb {
    bottom: 0;
    right: auto
}


a,
button,
img,
input,
span {
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

a {
    text-decoration: none;
    color: inherit;
}

a:hover {
    color: var(--page-system);
}

img {
    max-width: 100%;
}

.text-gray {
    color:var(--page-gray-500);
}

.bg-1 {
    background-color: var(--page-system-900);
}

/* button start btn */
.btn-assets {
    background-color: var(--page-system);
    color: #fff;
    padding: 0.5rem 1rem;
    font-size: 1rem;
    border-radius: 0.25rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn-assets:hover {
    background-color: #ffffff;
    color: var(--page-system);
    border: 1px solid var(--page-system);
}

.btn-round {
    height: 2.5rem;
    width: 2.5rem;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn-black {
    background-color: #000;
    color: #fff;
    padding: 0.35rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn-cirle {
    font-size: 1.125rem;
    width: 5vw;
    height: 5vw;
    border: 1px solid var(--page-border-color);
    text-align: center;
    border-radius: 50%;
    padding: 5%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn-cirle-2 {
    width: 5vw;
    height: 5vw;
    color: var(--page-black);
    border: 1px solid var(--page-border-color);
    border-radius: 50%;
    position: absolute;
    top: -0.3rem;
    left: -0.3rem;
}

.btn-cirle-2:hover {
    border: 1px solid var(--page-white);
}

/* button end */

.content-1 {
    width: 100%;
    padding: 1rem 5% 0 5%;
}

/* header start */
.header {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
    padding: 0 2.5%;
}
.header-logo {
    height: 80px;
    padding: 10px 10px 10px 0;
    display: flex;
    align-items: center;
}
.header-logo img, .footer-logo-item img {
    max-width: 100%;
    max-height: 100%;
}

.scrollup-fixed {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
}
.nav-flex-betweem {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 10vw;
}

.nav-link {
    color: #333;
}

.nav-link.disabled,
.nav-link:focus,
.nav-link:hover {
    color: var(--page-system)
}

.offcanvas.offcanvas-start {
    width: 80%;
}

@media (max-width: 768px) {
    .nav-item {
        width: 100%;
    }

    .nav-item:last-child {
        margin-bottom: 1rem;
    }
}

/* header end */


/* Swiper styles */
.swiper {
    width: 100%;
    height: 100vh;
}

.mySwiper .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.swiper-pagination-custom {
    bottom: 10%;
    left: 5%;
    width: max-content;
}

.swiper-pagination {
    display: flex;
    /* justify-content: center; */
    align-items: center;
    height: 20px;
}

.swiper-button-next {
    top: auto;
    bottom: 8%;
    right: 5%;
}

.swiper-button-prev {
    top: auto;
    left: auto;
    bottom: 8%;
    right: 10%;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    content: none;
    font-size: 3rem;
}

.swiper-button-next,
.swiper-button-prev {
    width: max-content;
    height: max-content;
    border-radius: 50%;
    color: var(--page-system);
    font-size: 3rem;
    background-color: #fff;
}
.mySwiper2 {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    background: linear-gradient(to right, rgba(255, 255, 255, 1), rgba(255, 255, 255, 1), rgba(255, 255, 255, 1), rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.1));
}

.mySwiper2 .swiper-slide {
    text-align: left;
    font-size: 18px;
    background: none;
    display: flex;
    justify-content: start;
    align-items: start;
    position: relative;
}

.mySwiper3 {
    height: 70vh !important;
    /* margin-left: 2rem; */
}

.mySwiper3 .swiper-slide {
    color: var(--page-gray-900);
    display: flex;
    align-items: center;
    padding-right: 1rem;
}

.mySwiper3 .swiper-slide-active {
    color: var(--page-black) !important;
}
.mySwiper4 {
    height: 40vw !important;
}

@media (max-width: 768px) {
    .swiper-pagination-custom {
        bottom: 6%;
        left: 50%;
        width: max-content;
    }

    .swiper-button-next {
        top: auto;
        bottom: 5%;
        left: 20%;
    }

    .swiper-button-prev {
        top: auto;
        left: 5%;
        bottom: 5%;
        right: auto;
    }

    .swiper-button-next,
    .swiper-button-prev {
        font-size: 3rem;
    }
    .mySwiper4 {
        height: 90vw !important;
    }
}

.pagination-progressbar {
    background: var(--page-gray-900);
    width: 7rem;
    height: .25rem;
}

.pagination-progressbar-fill {
    display: flex;
    background: var(--page-system);
    width: 100%;
    height: 100%;
    transform: scale(0);
    transform-origin: left top;
}
.banner-text {
    width: 50%;
    position: absolute;
    top: 25%;
    left: 5%;
}

.banner-text h1 {
    /* font-size: 3.5rem; */
    line-height: 1.6;
}

.banner-text div {
    font-size: 1rem;
    width: 75%;
    height: 100%;
    overflow: hidden;
    padding: 1rem;
    border-left: 3px solid var(--page-system);
    margin-top: 2.75rem;
    line-height: 2;
    color: var(--page-gray-500);
}

@media (max-width: 768px) {
    .banner-text {
        width: 95%;
    }

    .banner-text h1 {
        font-size: 1.5rem;
    }
    .banner-text div {
        font-size: .875rem;
    }
    .mySwiper2 {
        background: linear-gradient(to right, rgba(255, 255, 255, 1), rgba(255, 255, 255, 1), rgba(255, 255, 255, 1), rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.1));
    }
    .nav-flex-betweem {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0 1vw;
    }
    .img-modeling {
        border-top-right-radius: 80px !important;
        border-bottom-left-radius: 80px !important;
        width: 100%;
        padding: 0rem !important;
    }
}

/* Swiper end */

/* 文字環繞效果  vdieo*/
.vdieo {
    position: absolute;
    left: 40%;
    bottom: -5%;
}

.vdieo-container {
    width: 12rem;
    height: 12rem;
    margin: 50px auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.vdieo-box {
    width: 9rem;
    height: 9rem;
    border-radius: 50%;
    /* border: 1px solid #000; */
    position: relative;
    z-index: 4;
}

.vdieo-circle {
    position: absolute;
    top: -6%;
    left: -6%;
    z-index: 5;
    width: 10rem;
    height: 10rem;
    animation: rotate 10s linear infinite;
}

.vdieo-text {
    position: absolute;
    width: 100%;
    height: 100%;
    transform-origin: center;
    font-weight: bold;
    font-size: 14px;
}

.vdieo-text span {
    position: absolute;
    top: 0;
    left: 50%;
    transform-origin: 0 5rem;
    display: inline-block;
    width: 2px;
    height: 20px;
    text-align: center;
}

.vdieo-play {
    position: absolute;
    top: 5%;
    left: 25%;
    z-index: 6;
    font-size: 5rem;
}

@keyframes rotate {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

/* 效果 end */

.title {
    text-align: center;
    color: var(--page-black);
    font-size: 2.875rem;
    letter-spacing: 0.25rem;
    font-weight: 600;
}

.title-text {
    color: var(--page-gray-500);
}

.about {
    display: flex;
    flex-direction: column;
    padding: 0 3%;
}
.about-title {
    display: flex;
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
}

.about-title img {
    height: 50px;
    width: 50px;
}

@media (max-width: 768px) {
    .title {
        font-size: 1.5rem;
        letter-spacing: 0.25rem;
        
    }
    .about-title {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .title-text {
        font-size: 0.875rem;
    }
    .about {
        padding: 5% 0;
    }
}

/*  */
.benefits-head {
    align-items: center;
    width: 100%;
}

.benefits {
    justify-content: space-between;
}

.benefits .flex-column {
    overflow: hidden;
}

.benefits img {
    height: 30rem;
    width: auto;
    max-width: none;
    margin-bottom: 1rem;
}

@media (max-width: 768px) {
    .benefits>div {
        margin-bottom: 2rem;
    }
}

.page-icon-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 1rem;
}

.page-icon-item i {
    font-size: 1rem;
    color: var(--page-system);
    margin-right: 1rem ;
    margin-top: .25rem;
}

.page-icon-item div {
    font-size: 1.25rem;
}

.project-item .page-icon-item div {
    font-size: 1rem !important;
}

.box-1 {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 3rem 0;
}
.box-3 {
    width: 100%;
    position: relative;
    background-color: var(--page-system-900);
    display: inline-block;
}

.box-3::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
    width: 100%;
    height: 50%;
    /* background-color: var(--page-white); */
}

.box-3-div {
    padding: 3rem 0;
    position: relative;
    z-index: 2;
    display: flex;
    width: 135%;
}

.box-3-img {
    margin-right: 7rem;
}

.box-3-img img {
    height: auto;
    display: block;
}

@media (max-width: 768px) {
    .box-1 {
        padding: 1.5rem 0;
    }
    .box-3-div {
        display: block;
        width: 100%;
    }

    .box-3-img {
        margin: 5%;
    }

    .box-3-img img {
        width: 100%;
        height: auto;
    }
    .page-icon-item div {
        font-size: 1rem;
    }
}

.line-i {
    position: absolute;
    top: 3%;
    left: 5%;
    z-index: 2;
    font-size: 3rem;
    padding: .5rem;
    background-color: #C90915;
    color: var(--page-white);
    width: 15%;
    text-align: center;
}

@media (max-width: 768px) {
    .line-i {
        width: max-content;
    }
}

.line-img {
    height: 100vh;
    display: flex;
    justify-content: center;
    overflow: hidden;
}

.line-img img {
    height: 100%;
    width: auto;
    max-width: none;
}

.line-texts {
    position: absolute;
    bottom: -1%;
    left: 0;
    z-index: 3;
    padding: 4rem;
    background-color: var(--page-white);
    width: 100%;
    text-align: center;
    border-left: 1px solid var(--page-gray-500);
    height: 30%;
    transition: all 0.3s ease;
    overflow: hidden;
}

.line-texts-content {
    transition: transform 0.3s ease;

}

.line-texts-hidden {
    opacity: 0;
    transition: all 0.3s ease;
}

.line-texts:hover {
    height: 50%;
}

.line-texts:hover .line-texts-content {
    transform: translateY(-50%);
}

.line-texts:hover .line-texts-hidden {
    opacity: 1;
}


.banner-li {
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    border-left: 2px solid var(--page-gray-900);
    height: 3rem;
    margin-right: 1rem;
}

.video {
    position: relative;
    width: 100%;
    height: 100vh;
}

.video-top {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 10;
    background: rgb(0, 0, 0, 0.8);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

video {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.video-top .title {
    color: #fff;
    margin-bottom: 5rem;
    width: 50%;
}

@media (max-width: 768px) {
    .video {
        height: 50vh;
    }

    .video-top {
        height: 50vh;
    }
    .line-texts {
        border-left: 0x solid var(--page-gray-500);
        padding: 2rem;
        height: 15%;
    }
    .line-texts:hover {
        height: 40%;
    }
}

.news-data {
    background-color: var(--page-system);
    padding: .25rem;
    width: max-content;
    color: var(--page-white);
    margin-top: 1rem;
    margin-bottom: .5rem;
}

.news-title {
    font-size: 2rem;
    margin-bottom: 3rem;
}

.news-content {
    color: var(--page-gray-500);
    font-size: 1.5rem;
    margin-bottom: 3rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
}

.news-img {
    height: 30vw;
    overflow: hidden;
}

.news-img img {
    height: 100%;
    width: auto;
    max-width: none;
}

.news-left {
    display: flex;
    flex-direction: column;
    padding: 1rem 2.5rem 1rem 1rem;
}

.news-right {
    display: flex;
    flex-direction: column;
    align-items: end;
    padding: 1rem 1rem 1rem 2.5rem;
}

@media (max-width: 768px) {
    .news-img {
        height: auto;
    }

    .news-img img {
        height: auto;
        width: 100%;
        max-height: none;
    }

    .news-title {
        font-size: 1.5rem;
        margin-bottom: 1.5rem;
    }

    .news-content {
        font-size: 1rem;
        margin-bottom: 1.5rem;
    }
    .news-left {
        padding: 0.725rem !important;
    }

    .news-right {
        align-items: start;
        padding: 0.725rem !important;
    }
}

/* 聯絡我們 */
.contact-box {
    position: relative;
    width: 100%;
    height: 75vh;
}
.contact-box img {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.contact-box .title {
    color: var(--page-white);
    margin-bottom: 2rem;
}

.contact-position {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    background: var(--bg-black-900);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.contact-box textarea {
    width: 100%;
    height: 100%;
    min-height: 200px;
    padding: 1rem;
}

.contact-box .spend {
    position: absolute;
    right: 1.5%;
    bottom: 1%;
    font-size: 2rem;
    color: var(--page-system);
    background-color: var(--page-white);
    padding: .5rem;
    border-top: 2px solid var(--page-system);
    border-left: 2px solid var(--page-system);
    border-top-left-radius: 10px;
}

@media (max-width: 768px) {
    .contact-box .spend {
        right: 2.5%;
    }
    .footer-content-1 {
        padding: 0!important;
    }
}

.form__input {
    width: 100%;
    padding: 0 15px !important;
    height: 45px;
    border: 1px solid #dddddd !important;
    color: #2b2b2b !important;
    border-radius: 3px !important;
}

.footer {
    width: 100%;
    padding: 2rem 0;
    border-bottom: 1px solid var(--page-gray-500);
}
.footer-text {
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 1.5rem;
}
.footer-text>h4 {
    font-weight: 600;
}
.footer-text>div, .footer-text>a {
    font-size: 1rem;
    font-weight: 300;
    margin-bottom: 0.875rem;
    display: flex;

}
.footer-content-1 {
    padding: 0 12%;
}

.footer .line {
    width: 5rem;
    height: 2px;
    background-color: var(--page-black);
    margin-bottom: 1.5rem;
    margin-top: 0.25rem;
}

.footer-end {
    width: 100%;
    margin-top: 5px;
    padding: 1rem 0 2rem 0;
    border-top: 1px solid var(--page-gray-500);
    text-align: center;
}

.scroll-image {
    display: block;
    transform: scale(1.1);
    opacity: 0.8;
    transform-origin: center center;
    transition: transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1),
        opacity 0.8s ease-out;
    will-change: transform, opacity;
}

.scroll-image.visible {
    transform: scale(1);
    opacity: 1;
}

.img-modeling {
    border-top-right-radius: 150px;
    border-bottom-left-radius: 150px;
    width: 100%;
    padding: 2rem;
}
.flex-center {
    display: flex;
    align-items: center;
}


/* 訂閱方案 css */
.pricing-item .swiper {
    height: 100% !important;
}
.pricing-item .my-swiper {

    .swiper-button-next:after,
    .swiper-button-prev:after {
        color: #ff0000 !important;
    }

    padding: 2.875rem 0rem;
}

.pricing-item {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    text-align: center;
    border: 1px solid #E5E5E5;
    padding-top: 2.5rem;
    border-radius: 3px;
}

.pricing-item .swiper-button-prev {
    left: 5px !important;
}

.pricing-item .swiper-button-next {
    right: 5px !important;
}

.pricing-item .my-swiper .project-text {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 0.5rem 2.25rem;
}

.pricing-bg {
    height: 160px;
    background: var(--page-system-800);
    line-height: 2.1;
    font-size: 35px;
    font-family: 'Kaushan Script';
    font-style: italic;
    color: var(--page-black);
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.pricing-title {
    font-weight: bold;
    font-size: 1.8em;
    color: var(--page-gray-500);
}
.pricing-sentence {
    font-family: 'JuliusSansOne', sans-serif;
    padding: 1rem 0rem;
    background: url(../img/line_b.png) no-repeat 50% 100%;
}

.pricing-eriod {
    font-size: 0.25em;
    display: inline-block;
    margin-left: 1em;
}

.special-offer {
    background-color: var(--bs-special);
    color: var(--page-white);
    position: absolute;
    padding: 0px 6px;
    font-size: 14px;
    left: -5px;
    top: 170px;
    font-style: normal;
}

.special-offer::after {
    content: '';
    position: absolute;
    border-top: 3px solid var(--bs-special);
    border-left: 5px solid #57101000;
    left: 0;
    top: 100%;
}

.basic-plan {
    background-color: var(--bs-base);
    color: var(--page-white);
    position: absolute;
    padding: 0px 6px;
    font-size: 14px;
    left: -5px;
    top: 240px;
    font-style: normal;
}

.basic-plan::after {
    content: '';
    position: absolute;
    border-top: 3px solid var(--bs-base);
    border-left: 5px solid #1d219b00;
    left: 0;
    top: 100%;
}

.pricing-end {
    background-color: var(--bs-style);
    font-size: 1em;
    padding: 0.5em 1.5em;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
    color: var(--page-black);
    font-weight: 600;
}

.pricing-end span {
    font-size: 1.5rem;
    font-weight: 300;
}