@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100;200;300;400;500;600;700;800;900&family=Nunito:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;0,1000;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900;1,1000&display=swap');
html,
html * {
    box-sizing: border-box;
    font-family: 'Nunito', 'Noto Sans TC', sans-serif;
}

body {
    width: 100%;
    overflow-x: hidden;
}

.z-index-1 {
    z-index: 1 !important;
}

.z-index-2 {
    z-index: 2 !important;
}

@media (min-width:1300px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1270px;
    }
}

@media (min-width:1400px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1370px;
    }
}

@media (min-width:1500px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1470px;
    }
}

@media (min-width:1600px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1570px;
    }
}

.header-with-topbar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    z-index: 99;
    background: transparent;
    transition: 0.3s ease-in-out;
}

.header-with-topbar.header_fixed {
    background: rgb(69, 204, 218);
    background: linear-gradient(126deg, rgba(69, 204, 218, .85) 0%, rgba(60, 121, 242, .85) 100%);
}

header nav {
    background-color: transparent;
    padding: 0;
}

.header-logo {
    padding: 10px 0;
}

.header-logo img {
    max-height: 42px;
    width: 100%;
    height: auto;
}

.navbar-nav {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    padding: 0;
    margin: -8px;
}

.navbar-nav .nav-item {
    list-style: none;
    padding: 0;
    width: auto;
}

.navbar-nav .nav-link {
    font-size: 17px;
    letter-spacing: 2px;
    line-height: 1.4;
    color: #ffffff;
    padding: 8px 16px 6px 16px;
    border-radius: 30px;
    transition: 0.3s ease-in-out;
}

.navbar-nav .nav-link.active {
    background: linear-gradient(126deg, rgba(255, 109, 96, 1) 0%, rgba(245, 206, 96, 1) 100%);
    border: unset;
    color: #ffffff;
}

.banner-section {
    padding: 110px 0 105px 0;
    position: relative;
}

.banner-section::before {
    content: '';
    display: block;
    position: absolute;
    background-image: url(../image/banner-1@2x.webp);
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: bottom center;
    top: 0;
    left: 0;
    z-index: 1;
}

.banner-section .container {
    position: relative;
    z-index: 2;
}

.banner-content {
    margin-bottom: 60px;
}

.banner-content h1 {
    font-size: 110px;
    line-height: 1.4;
    letter-spacing: 5px;
    color: #ffffff;
    font-weight: 800;
}

.banner-content h3 {
    font-size: 38px;
    line-height: 1.4;
    letter-spacing: 5px;
    color: #ffffff;
}

.banner-content h3:last-child {
    margin-bottom: 0;
}


/* main style */

.row-theme {
    margin-left: -40px;
    margin-right: -40px;
}

.col-theme {
    padding-left: 40px;
    padding-right: 40px;
    z-index: 1;
}

.main-section {
    padding: 100px 0;
}

.common-image-1::before {
    content: '';
    display: block;
    position: absolute;
    background-image: url(../image/common-1@2x.webp);
    width: 495px;
    height: 550px;
    left: 0;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.common-image-1::after {
    content: '';
    display: block;
    position: absolute;
    background-image: url(../image/banner-3@2x.webp);
    width: 100%;
    height: 150%;
    background-size: cover;
    background-position: bottom left;
    top: 0;
    left: 0;
}

#browser {
    position: relative;
    overflow: hidden;
}

.common-image-4 .data-table {
    position: relative;
    z-index: 1;
    padding: 0 0 60px 0;
    padding-right: 0;
}

.common-image-4 .img {
    position: relative;
    z-index: 1;
    padding: 30px 0 30px 0;
    padding-right: 0;
}

.common-image-4 .img img {
    box-shadow: 0 0 20px rgba(36, 13, 13, 0.15);
    border-radius: 45px;
    padding: 20px;
    background-color: #ffffff;
}

.common-image-4::before {
    content: '';
    display: block;
    position: absolute;
    background-image: url(../image/common-1@2x.webp);
    width: 495px;
    height: 550px;
    bottom: 50px;
    right: 0;
    background-position: center right;
    background-size: contain;
    background-repeat: no-repeat;
}

.common-image-4::after {
    content: '';
    display: block;
    position: absolute;
    background-image: url(../image/common-5@2x.webp);
    width: 100%;
    height: 150%;
    background-size: cover;
    background-position: top right;
    top: 0;
    right: 0;
}

.adv-widget {
    position: relative;
    z-index: 1;
}

.row-adv {
    margin-left: -20px;
    margin-right: -20px;
}

.col-adv {
    padding-left: 20px;
    padding-right: 20px;
}

.col-adv:nth-child(2n) {
    margin-top: 40px;
}

.adv-thumb {
    padding: 28px;
    background-color: #ffffff;
    border-radius: 13px;
    box-shadow: 0 0 20px rgba(36, 13, 13, 0.15);
    text-align: center;
}

.adv-thumb .thumb-image {
    text-align: center;
    margin-bottom: 18px;
}

.adv-thumb .thumb-icon {
    display: inline-flex;
    width: 55px;
    height: 55px;
    justify-content: center;
    align-items: center;
}

.adv-thumb .thumb-icon img {
    max-width: 100%;
    max-height: 100%;
}

.adv-thumb .thumb-content h5 {
    font-size: 18px;
    letter-spacing: 4px;
    line-height: 1.5;
    margin: 0;
}

.main-title-item {
    margin-bottom: 20px;
}

.main-title-item h2 {
    font-size: 38px;
    letter-spacing: 2px;
    line-height: 1.4;
    margin: 0;
    font-weight: 600;
}

.main-title-item h4 {
    font-size: 26px;
    letter-spacing: 2px;
    line-height: 1.4;
    margin-top: 15px;
    color: #ff7156;
    font-weight: 400;
}

.common-content {
    position: relative;
    z-index: 1;
}

.common-content p {
    font-size: 18px;
    letter-spacing: 2px;
    line-height: 1.6;
    color: #585858;
    text-align: justify;
}

.common-content p:last-child {
    margin-bottom: 0;
}

.common-image-2 {
    position: relative;
    padding: 15% 10% 15% 0;
}

.common-image-2 .img {
    position: relative;
    z-index: 1;
    text-align: center;
}

.common-image-2 .img img {
    max-height: 400px;
}

.common-image-2::before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    width: 100%;
    height: 500px;
    background-image: url(../image/common-3@2x.webp);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right center;
    transform: translateY(-50%);
}

.common-image-3 {
    position: relative;
    padding: 15% 0 15% 10%;
    text-align: center;
}

.common-image-3 .img {
    position: relative;
    z-index: 1;
}

.common-image-3 .img img {
    max-height: 400px;
}

.common-image-3::before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    width: 100%;
    height: 500px;
    background-image: url(../image/common-3@2x.webp);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left center;
    transform: translateY(-50%);
}


/* .gif-widget {
    background-image: url(../image/common-4@2x.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 80px;
    border-radius: 30px;
} */

.gif-widget .main-title-item h2 {
    color: #ffffff;
}

.gif-widget .main-title-item h4 {
    color: #FFEB3B;
}

.gif-widget .common-content p {
    color: #ffffff;
}

#file {
    background-image: url(../image/common-4@2x.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin-bottom: 240px;
    padding-top: 60px;
}

#file .gif-widget .common-content p {
    text-align: center;
}

.gif-image {
    position: relative;
    margin-bottom: -240px;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
}

.gif-image img {
    width: 100%;
}

footer {
    background-color: #efefef;
}

.footer-main {
    padding: 70px 0;
}

.social-info-list {
    list-style: none;
    margin: -5px;
    padding: 0;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    text-align: center;
}

.social-info-list li {
    padding: 5px;
    width: 100%;
    display: block;
    color: #333333;
    font-size: 18px;
    letter-spacing: 1px;
    line-height: 24px;
}

.social-info-list li a {
    text-decoration: none;
    color: #333333;
}

.footer-bottom {
    background-color: #000000;
}

.copy-right {
    padding: 10px 0;
    color: #ffffff;
    font-size: 14px;
    line-height: normal;
    letter-spacing: 1px;
    text-align: center;
}

.social-icon-list {
    list-style: none;
    margin: -5px;
    padding: 0;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    text-align: center;
    margin-bottom: 20px;
}

.social-icon-list li {
    padding: 5px;
    width: 50px;
    display: block;
    color: #866df0;
    font-size: 18px;
    letter-spacing: 1px;
    line-height: 24px;
}

.button-style-1 {
    color: #fff;
    letter-spacing: 2px;
    padding: 10px 18px 10px 20px;
    font-size: 18px;
    border-radius: 50px;
    background: rgb(255, 109, 96);
    background: linear-gradient(126deg, rgba(255, 109, 96, 1) 0%, rgba(245, 206, 96, 1) 100%);
    border: unset;
    background-size: 100%;
    transition: 0.3s ease-in-out;
}

.button-style-1::after {
    content: '\f054';
    font-family: "Font Awesome 5 Free";
    font-size: 14px;
    margin-left: 10px;
    font-weight: bold;
    position: relative;
    left: 0;
    transition: 0.3s ease-in-out;
}

.button-style-1:hover {
    background-size: 200%;
    color: #ffffff;
}

.button-style-1:hover::after {
    left: 2px;
}

#contact {
    background: rgb(69, 204, 218);
    background: linear-gradient(126deg, rgba(69, 204, 218, 1) 25%, rgba(60, 121, 242, 1) 100%);
    position: relative;
    overflow: hidden;
    background: linear-gradient(126deg, #a968ef 25%, rgb(117 112 241) 100%);
}

@media (min-width:1400px) {
    #contact .row-theme {
        margin-left: -110px;
        margin-right: -110px;
    }
    #contact .col-theme {
        padding-left: 110px;
        padding-right: 110px;
    }
}

#contact::before {
    content: '';
    width: 96%;
    background-image: url(../image/contact-1_3@2x.webp);
    height: 100%;
    top: 0;
    left: 2%;
    background-size: cover;
    background-position: 0 10%;
    position: absolute;
    opacity: .2;
}

#contact {
    text-align: center;
}

#contact .main-title-item h2 {
    color: #ffffff;
}

#contact .main-title-item h4 {
    color: #ffffffd9;
}

.vs-image {
    background-color: #fff;
    box-shadow: 0 0 40px rgba(0, 0, 0, 15%);
    border-radius: 15px;
    position: relative;
    overflow: hidden;
}

.twentytwenty-wrapper {
    width: 101%;
    margin-left: -.5%;
    margin-top: -2px;
    margin-bottom: -2px;
}

.beautypress-before-after .twentytwenty-handle {
    border-color: #ffffff9b;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-image: linear-gradient(-145deg, #ffce6c 0%, #ffe14c 100%) !important;
}

.beautypress-before-after.twentytwenty-container img {
    width: 100%;
}

.twentytwenty-horizontal .twentytwenty-handle:before,
.twentytwenty-horizontal .twentytwenty-handle:after {
    width: 8px;
}

.twentytwenty-handle {
    width: 50px;
    height: 50px;
    top: 50%;
    margin-left: -28px;
    margin-top: -28px;
    border: 5px solid #ffffff;
}

.twentytwenty-horizontal .twentytwenty-handle:before,
.twentytwenty-horizontal .twentytwenty-handle:after {
    margin-left: -3.5px;
}

.twentytwenty-horizontal .twentytwenty-handle:before {
    margin-bottom: 33px;
    z-index: -1;
}

.twentytwenty-horizontal .twentytwenty-handle:after {
    margin-top: 33px;
    z-index: -1;
}

.navbar-toggler-icon::before {
    content: "\f0c9";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

.vs-title-item h5 {
    text-align: center;
    color: #ffffff;
    font-size: 1.1rem;
    margin-bottom: 10px;
    letter-spacing: 2px;
    font-weight: 400;
    margin-top: 0;
}

.data-tbody {
    background-color: #ffffff;
    padding: 20px;
    z-index: 3;
    position: relative;
    border-radius: 20px;
    box-shadow: 0 0 40px rgba(36, 13, 13, 0.15);
}

.row-tr {
    display: flex;
}

.row-tr:first-child .col-td:first-child {
    border-top-left-radius: 10px;
}

.row-tr:first-child .col-td:last-child {
    border-top-right-radius: 10px;
}

.row-tr:last-child .col-td:first-child {
    border-bottom-left-radius: 10px;
}

.row-tr:last-child .col-td:last-child {
    border-bottom-right-radius: 10px;
}

.col-td {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
    border: 4px solid #ffffff;
    text-align: center;
    letter-spacing: 2px;
}

.icon-check {
    display: flex;
    width: 36px;
    height: 36px;
    border: 50%;
    background-color: #ffffff;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    box-shadow: 0 0 30px rgba(36, 13, 13, 0.1);
}

.icon-check img {
    width: 16px;
}

.col-td h5 {
    margin: 0;
    color: #ffffff;
    font-size: 24px;
}

.col-td p {
    color: #ffffffdb;
    margin: 0;
}

.td-1 {
    background-color: #ff5ca5;
    min-height: 100px;
}

.row-tr:nth-child(even) .td-1 {
    background-color: #ff2e8c;
}

.td-2 {
    background-color: #ff8cf520;
}

#effect {
    position: relative;
    overflow: hidden;
}

#system {
    position: relative;
    overflow: hidden;
}

#effect::before {
    content: '';
    display: block;
    background-image: url(../image/common-6.webp);
    background-size: contain;
    width: 660px;
    height: 655px;
    position: absolute;
    left: -300px;
    top: auto;
}

#system::before {
    content: '';
    display: block;
    background-image: url(../image/common-6.webp);
    background-size: contain;
    width: 660px;
    height: 655px;
    position: absolute;
    right: -300px;
    top: auto;
}

@media (min-width:1200px) {
    .navbar-toggler {
        display: none;
    }
    .collapse:not(.show) {
        display: block;
    }
}

@media (max-width:1199px) {
    .common-image-2 {
        padding: 15% 15% 15% 0;
    }
    .common-image-3 {
        padding: 15% 0 15% 15%;
    }
    .navbar-toggler {
        color: #ffffff;
        font-size: 24px;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 0;
    }
    .navbar-toggler-icon {
        width: auto;
        height: auto;
    }
    .navbar-collapse {
        display: block;
        position: absolute;
        width: 100%;
        left: 0;
        top: 100%;
        background-color: #ffffff;
        box-shadow: 0 0 20px rgba(36, 13, 13, 0.15);
    }
    .navbar-toggler:focus {
        box-shadow: unset;
    }
    .navbar-nav {
        margin: 0;
        padding: 12px 12px;
    }
    .navbar-nav .nav-item {
        width: 100%;
        padding: 0;
    }
    .navbar-nav .nav-item a {
        padding: 12px 20px 9px 20px;
        color: #333;
        text-align: center;
        font-size: 18px;
    }
    .navbar-nav .nav-item:last-child a {
        border-bottom: unset;
    }
}

@media (max-width:991px) {
    .row-theme {
        margin: 0 -15px;
    }
    .col-theme {
        padding: 0 15px;
    }
    .row-adv {
        margin: 0 -15px;
    }
    .col-adv {
        padding: 0 15px;
    }
    .banner-content h1 {
        font-size: 80px;
    }
    .banner-content h3 {
        font-size: 25px;
    }
    .adv-thumb {
        padding: 20px;
    }
    .adv-thumb .thumb-image {
        margin-bottom: 10px;
    }
    .common-image-1::before {
        width: 331px;
        height: 372px;
    }
    .common-image-1::after {
        height: 100%;
    }
    .main-section {
        padding: 75px 0;
    }
    .banner-section {
        padding: 95px 0 70px 0;
        position: relative;
    }
    .main-title-item h2 {
        font-size: 28px;
    }
    .main-title-item h4 {
        font-size: 18px;
    }
    .common-image-2::before {
        height: 340px;
    }
    .common-image-3::before {
        height: 340px;
    }
    .gif-image {
        margin-top: 40px;
        margin-bottom: -120px;
    }
    #file {
        padding: 55px 0 0 0;
        margin-bottom: 120px;
    }
    .common-image-4::before {
        height: 340px;
    }
    .common-image-4 .img img {
        border-radius: 28px;
    }
    #contact::before {
        width: 44%;
        left: 3%;
    }
    .data-tbody {
        padding: 10px;
        border-radius: 15px;
    }
    .col-td h5 {
        font-size: 21px;
    }
    .col-td {
        padding: 10px;
    }
    .td-1 {
        min-height: 85px;
    }
    .col-adv:nth-child(2n) {
        margin-top: 30px;
    }
}

@media (max-width:767px) {
    .banner-content {
        text-align: center;
    }
    .banner-image {
        margin-top: 30px;
    }
    .header-logo img {
        max-height: 40px;
    }
    .common-image-1 {
        margin-top: 50px;
    }
    .col-adv:nth-child(2n) {
        margin-top: 30px;
    }
    .main-section {
        padding: 55px 0;
    }
    #contact::before {
        width: 100%;
        left: 50%;
        transform: translateX(-50%);
        opacity: 0.2;
    }
    #contact {
        text-align: center;
    }
    .main-title-item h2 {
        font-size: 25px;
    }
    .main-title-item h4 {
        font-size: 17px;
    }
    .footer-main {
        padding: 45px 0;
    }
    .button-style-1 {
        padding: 6px 16px 6px 18px;
        font-size: 16px;
        line-height: normal;
    }
    .banner-content {
        margin-bottom: 0;
    }
    .banner-section {
        padding: 85px 0 0 0;
    }
    .banner-section::before {
        height: 98%;
    }
    .common-content {
        text-align: center;
    }
    .common-content p {
        text-align: center;
        font-size: 16px;
    }
    .adv-thumb .thumb-content h5 {
        font-size: 16px;
    }
    #effect .common-content {
        margin-top: 30px;
    }
    #system .common-content {
        margin-top: 30px;
    }
    #browser {
        padding: 55px 0;
    }
    .social-info-list li {
        font-size: 16px;
    }
    .common-image-3 {
        padding: 15% 0 15% 10%;
    }
    .twentytwenty-handle {
        width: 35px;
        height: 35px;
        border-width: 4px;
        margin-left: -20.5px;
        margin-top: -20.5px;
    }
    .twentytwenty-horizontal .twentytwenty-handle:before,
    .twentytwenty-horizontal .twentytwenty-handle:after {
        width: 4px;
        margin-left: -2px;
    }
    .twentytwenty-horizontal .twentytwenty-handle:before {
        margin-bottom: 24px;
    }
    .twentytwenty-horizontal .twentytwenty-handle:after {
        margin-top: 24px;
    }
    .common-image-4 .data-table {
        margin-top: 30px;
        padding: 0 20px 90px 20px;
    }
    .col-td h5 {
        font-size: 18px;
    }
    .col-td p {
        font-size: 14px;
    }
    .td-1 {
        min-height: 75px;
    }
    .gif-image {
        margin-top: 25px;
        margin-bottom: -60px;
        padding: 0 20px;
    }
    #file {
        padding: 55px 0 0 0;
        margin-bottom: 60px;
    }
    .adv-widget {
        padding: 0 20px;
    }
    .adv-thumb {
        padding: 20px 10px;
    }
    .common-image-2,
    .common-image-3 {
        padding: 20px;
    }
    .common-image-2::before {
        right: -15px;
    }
    .common-image-3::before {
        left: -15px;
    }
    #effect::before {
        width: 400px;
        height: 397px;
        left: -200px;
    }
    #system::before {
        width: 400px;
        height: 397px;
        right: -200px;
    }
}