@charset "UTF-8";

/* line 8, ../sass/screen.scss */
html {
    scroll-behavior: smooth;
}

body {
    font-family: "Microsoft JhengHei UI";
    font-size: 14px;
    background-color: #efefef;
    overflow-x: hidden;
}

.section .h1 {
    background-color: #47333380;
    display: inline-block;
    padding: 1% 2%;
}

a {
    color: white;
    font-size: 1.25rem;
    padding-bottom: 0.75rem;
}

.text-color-main {
    color: #f5352b;
}


/* ===========頁頭======================== */


.navbar-dark .navbar-toggler-icon {
    background-image: url("../images/bars.svg") !important;
    opacity: 0.7;
}

.navbar {
    opacity: 0.9;
    box-shadow: 1px 2px 3px 4px rgba(98, 98, 98, 0.4);
}

.navbar>a {
    padding-bottom: 0;
}

.navbar-nav .nav-link {
    color: #fff;
    font-size: 1.3em;
}


.logo {
    background-image: url("../images/logo-1.png");
    width: 14rem;
    height: 4rem !important;
    background-repeat: no-repeat;
    background-size: contain;
    cursor: pointer;
    transition: all 1s;
}

.navbar-nav {
    text-align: center;
}


/* footer =====================================*/
.footer-section {
    color: #fff;
    background-color: #000;
    line-height: 1.5em;
    padding: 1.5em;
}

.footer-section .footer-img-wrapper {
    position: relative;
    overflow: hidden;
}

.footer-section .copyright-section {
    text-align: center;
    font-size: 0.7em;
    line-height: 2em;
}

.footer-section .section-align-center {
    text-align: center;
}


.copyright-section .icon a {
    transition: all 1s;
}

.copyright-section .icon a:hover {
    transform: scale(1.1);
}

/* ----------------------------- */

.section {
    position: relative;
    overflow: hidden;
    font-size: 1.3em;
    min-height: 100vh;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 1em 0;
}

#section4 {
    min-height: 100%;
}

#section9 {
    background: #fff0d9;
}
#section2 {
    min-height: 60vh;
}
.page2-title1 h3,
.page2-title2 span,
.page2-title2 h2 {
    display: inline-block;
}

.page2-title1 h3 {
    padding-left: 0.5em;
    padding-right: 0.5em;
    font-weight: 600;
    font-size: 2.5rem;
}

.page2-title2 {
    margin-top: 1em;
    color: #5395cf;
}

.page2-title2 span {
    width: 4em;
    height: 1.65em;
    background-color: #5395cf;
    vertical-align: top;
}

.page2-title2 h2 {
    padding-left: 0.5em;
    width: 510px;
    position: relative;
    z-index: 2;
    font-weight: 800;
}
#section3{
    align-items: flex-start;
    padding-top: 8%;
}

#section3 div {
    letter-spacing: 0.15rem;
}
#section3 h2{
    text-shadow: 1px 2px 5px black;
}


 #section3 li:nth-child(2) div 
/* ,#section3 li:nth-child(3) div,
#section3 li:nth-child(4) div  */{
    background: #47333380;
    display: inline-block;
    padding: 1% 2%;
}

#section3 ul li div {
    font-size: 1.5rem;
}


.feature-item_side,
.feature-item_main {
    margin-top: 1rem;
}

.feature-item_side img,
.feature-item_main img {
    transition: all 1s;
}

.feature-item_side:hover img,
.feature-item_main:hover img {
    transform: scale(1.1);
    border-radius: 25px;
}

.people-wrapper .person-wrapper .text-content .detail {
    padding: 0 4%;
}

.person-wrapper .text-content .h3 {
    padding-bottom: 2%;
    display: inline-block;
}

.person-wrapper .text-content p {
/*     text-indent: 2rem; */
    letter-spacing: 0.075rem;
    line-height: 2;
}

.page2-title2 span {
    background-color: #d7346d !important;
}


.cursor-pointer {
    cursor: pointer;
}


.section-align-center {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-align: center !important;
    align-items: center ;
    justify-content: center;
}

.section-align-end {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-align: center ;
    align-items: flex-end ;
    justify-content: center;
}

.text-size-sm {
    font-size: 0.7em !important;
}

.custom-section img {
    width: 100%;
}

.twocolumn-section {
    background-color: #bedae5;
}

.form-section {
    background-color: #efefef;
}

/* video section */
.video-carousel .swiper-slide {
    pointer-events: none;
    transform: scale(0.85);
}

.video-carousel .swiper-slide .text-wrapper {
    opacity: 0;
}

.video-carousel .swiper-button-next,
.video-carousel .swiper-button-prev {
    color: #fff;
}

.video-carousel .swiper-slide,
.video-carousel .swiper-slide .text-wrapper {
    transition: 0.3s;
}

.video-carousel .swiper-slide-active,
.video-carousel .swiper-slide.swiper-slide-visible {
    transform: scale(1);
    pointer-events: initial;
}

.video-carousel .swiper-slide-active .text-wrapper,
.video-carousel .swiper-slide.swiper-slide-visible .text-wrapper {
    opacity: 1;
}

.product-button-prev,
.product-button-next {
    position: absolute;
    padding: 1em;
    top: 50%;
    transform: translateY(-50%);
    z-index: 999;
    outline: none;
}

.product-button-prev {
    left: -4em;
}

.product-button-next {
    right: -4em;
}

.product-carousel .swiper-slide {
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.product-img {
    padding-bottom: 66.6%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.about-section {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.about-section .left-logo-wrapper {
    position: absolute;
    top: 50%;
    left: -2em;
    transform: translateY(-50%);
}

.about-section .left-logo-wrapper .left-logo {
    font-size: 1.2em;
    font-weight: lighter;
    color: grey;
    transform: rotate(-90deg);
}

.about-section .content-wrapper .text-wrapper {
    font-size: 1.3em;
    line-height: 1.8em;
}

.about-section .content-wrapper .text-wrapper h3 {
/*     margin-bottom: 2em; */
    margin-bottom: 13vh;
    padding:  0 15px;
}

.about-section .content-wrapper .text-wrapper p {
    color: lightgrey;
    font-size: 1.1em;
    padding-bottom: 1em;
}

.feature-section .img-w {
    background-size: cover;
}

.feature-section .big-logo {
    position: absolute;
    font-size: 5em;
    left: 15%;
    bottom: 28%;
    transform: rotate(-90deg);
    opacity: 0.5;
}

.feature-section .list-wrapper ul li {
    margin: 1em 0;
}

.feature-section .list-wrapper .detail {
    margin-top: 1em;
    line-height: 1.5em;
}

.people-wrapper .person-wrapper {
    position: relative;
    /* height: 100%; */
    overflow: hidden;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #fff0d9;
}

.people-wrapper .person-wrapper .person-img img {
    position: relative;
    width: 100%;
    max-height: 100%;
    filter: blur(0);
    transition: 0.8s;
}

.people-wrapper .person-wrapper .text-content {
    position: absolute;
    padding: 4em 2.5em 2.5em;
    bottom: -30em;
    width: 100%;
    height: 70%;
    background: rgb(0, 0, 0);
    background: linear-gradient(180deg,
        rgba(0, 0, 0, 0) 0%,
        rgba(0, 0, 0, 0.4) 15%,
        rgba(0, 0, 0, 0.9) 70%);
    transition: 0.8s;
}



.feature-item_side img,
.feature-item_main img {
    box-shadow: 1px 8px 5px 4px rgba(98, 98, 98, 0.2);
    border-radius: 12px;
}


.icon a {
    display: inline-block;
}

.icon img {
    margin: 0;
    width: 70px;
    padding: 0px 10px;
}

/* 比較區塊 ----------------------------------------------------------*/
.compare_sec {
    background: url("../images/bg_compare-1.png"), rgba(255, 234, 224, 0.57);
}

.compare_title {
    text-align: center;
}

.compare_title span {
    display: inline-block;
    background-color: #7d0000;
    padding: 25px 40px;
    font-weight: bold;
    color: #fff;
    font-size: 1.4em;
}

.brand_title {
    margin-top: 15px;
}

.other_brand {
    color: #8e8e8e;
    font-weight: bold;
    font-size: 1.7em;
    padding: 0.3em 2em;
    align-self: center;
}

.brand_title,
.compare_both {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.compare_both {
    color: #666666;
    font-weight: initial;
    margin-top: 0;
}

.compare_both li {
    display: flex;
    justify-content: space-around;
}

.compare_both li span:first-child {
    text-align: right;
    display: inline-block;
    width: 400px;
    font-size: 1em;
    padding: 15px 15px 15px 30px;
}

.compare_both li span:nth-child(2) {
    background-color: #b65a5a;
    color: #fff;
    font-weight: bold;
    padding: 15px;
    width: 200px;
    display: inline-block;
    text-align: center;
    font-size: 1em;
    border-bottom: 1px solid #fff;
    /* margin: 0 4%; */
}

.compare_both li:last-child span:nth-child(2) {
    border-bottom: none;
}

.compare_both li span:last-child {
    width: 400px;
    font-size: 1em;
    display: inline-block;
    padding: 15px 30px 15px 15px;
}

.compare_both li span.win {
    width: auto;
    color: #dc3545;
    border: 2px solid;
    padding: 5px 2px;
    font-weight: bold;
    border-radius: 50%;
    transform: rotate(10deg);
    font-size: 13px;
    margin-left: 5px;
}
/* 自訂區------------------------------------------------------- */
.custom_area {
    background-image: url("../images/banner-rwd.png");
    width: 100%;
    background-position: top;
    background-repeat: no-repeat;
    background-size: 100%;
    padding-top: 100%;
}


.custom_area {
    display: none;
}

.map-position {
    border: 0;
    right: 5%;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 20px;
    width: 60%;
    height: 70%;
    max-width: 900px;
    max-height: 700px;
}
/* Modal Wrapper================================================================ */
.modal-block {
    background: transparent;
    padding: 0;
    text-align: left;
    max-width: 600px;
    margin: 40px auto;
    position: relative;
}

.modal-wrapper {
    position: relative;
    padding: 25px 0;
}

.modal-icon {
    float: left;
    width: 20%;
    text-align: center;
}

.modal-icon .fa {
    font-size: 52px;
    position: relative;
    top: -10px;
    color: #ccc;
}

.modal-icon.center {
    float: none;
    width: auto;
    padding-top: 20px;
}

.modal-icon.center+.modal-text {
    float: none;
    width: auto;
}

.modal-icon+.modal-text {
    float: left;
    width: 80%;
}

.modal-block-primary .fa {
    color: #ccc;
}

.modal-body-scrollable {
    overflow-y: scroll;
    max-height: 500px;
}


.mfp-zoom-out .modal-content {
    opacity: 0;
    transition: all 0.3s ease-in-out;
    transform: scale(1.3);
}

.mfp-zoom-out.mfp-bg {
    opacity: 0;
    transition: all 0.3s ease-out;
}

.mfp-zoom-out.mfp-ready .modal-content {
    opacity: 1;
    transform: scale(1);
}

.mfp-zoom-out.mfp-ready.mfp-bg {
    opacity: 0.8;
}

.mfp-zoom-out.mfp-removing .modal-content {
    transform: scale(1.3);
    opacity: 0;
}

.mfp-zoom-out.mfp-removing.mfp-bg {
    opacity: 0;
}

.block-benefit {
    margin-right: 5%;
    max-width: 580px;
}




/* 內頁-------------------------------------------------------- */
/* 登入 */


.page-layout {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 1.5em 0;
}

.step-component {
    position: relative;
    padding: 3em 0.5em;
    display: flex;
    justify-content: space-between;
    list-style: none;
    max-width: 300px;
    width: 100%;
}

.step-component:before {
    content: "";
    display: block;
    position: absolute;
    width: 72%;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-bottom: 1px solid #808080;
}

.step-component .step-item {
    text-align: center;
    z-index: 99;
}

.step-component .step-item:before {
    content: "";
    display: block;
    margin: auto;
    margin-bottom: 0.5em;
    border-radius: 50%;
    background-color: #fff;
    border: 1px solid #808080;
    width: 1em;
    height: 1em;
}

.step-component .step-item.active:before {
    background-color: #dc3545;
    border: none;
}

/* rwd */

@media (max-width: 1400px) {
    .client-section .people-wrapper .person-wrapper .text-content {
        height: 70%;
    }

    .people-wrapper .person-wrapper .person-img img {
        height: 100%;
        max-width: 100%;
    }

    .page2-title2 span {
        width: 6em;
    }

    .feature-section .list-wrapper ul li {
        margin: 1em 0;
    }

    .brands-two-text {
        width: 200px;
    }

    .compare_both {
        margin-top: 1em;
    }

    .other_brand {
        padding: 0.2em 2em;
    }

    .people-wrapper .person-wrapper .text-content {
        padding: 2em 0.5em 0.5em;
        bottom: -30em;
        height: 90%;
    }

    .people-wrapper .person-wrapper .text-content p {
        line-height: 1.5;
    }
}

@media (max-width: 1200px) {
    .people-wrapper .person-wrapper .text-content {
        padding: 2em 0.5em 0.5em;
        bottom: -30em;
        height: 100%;
    }
}

@media (max-width: 1100px) {
    .page2-title2 span {
        width: 3em;
    }

    .list-wrapper h2 {
        font-size: 1.3em;
    }

    .list-wrapper ul {
        margin-right: 3rem;
    }

    .list-wrapper {
        height: auto;
    }

    .people-wrapper .person-wrapper .text-content {
        padding: 2em 0.5em 0.5em;
        bottom: -30em;
        height: 100%;
    }
}

@media (min-width: 1000px) {
    .navbar ul li a {
        position: relative;
    }

    .navbar ul li a:before {
        content: "";
        display: block;
        position: absolute;
        width: 100%;
        height: 0;
        background-color: #fff;
        bottom: -8px;
        left: 0;
        transition: height ease 0.15s;
    }

    .navbar ul li a:hover:before {
        height: 3px;
    }

    .people-wrapper .person-wrapper:hover .text-content {
        bottom: 0;
        /*         background: -webkit-linear-gradient(top, #000 70%, transparent);
    background: -o-linear-gradient(top, #000 70%, transparent);
    background: linear-gradient(to top, #000 70%, transparent); */
    }

    .people-wrapper .person-wrapper:hover .person-img img {
        filter: blur(5px);
        -webkit-filter: blur(5px);
        -moz-filter: blur(5px);
        -o-filter: blur(5px);
        -ms-filter: blur(5px);
    }
}

@media (max-width: 992px) {
    body {
        font-size: 14px;
    }

    #header {
        text-align: right;
    }

    .sidebarbtn {
        display: inline-block;
        z-index: 99999;
        position: relative;
    }

    .about-section .left-logo-wrapper {
        display: none;
    }

    .about-section .content-wrapper {
        text-align: center;
    }

    .feature-section .list-wrapper .title {
        font-size: 2em;
    }

    .people-wrapper .person-wrapper .text-content {
        padding: 1em;
    }

    .people-wrapper {
        flex-direction: column;
    }

    .footer-section img {
        margin-bottom: 0;
    }

    .footer-section .copyright-section {
        padding: 30px 0;
    }

    .footer-section {
        padding: 3em 0 0;
    }

    .people-wrapper .person-wrapper {
        height: 0;
        overflow: hidden;
        padding-bottom: 100% !important;
    }

    .people-wrapper .person-wrapper .text-content .detail {
        padding: 0 30px;
    }
}

@media (min-width: 768px) {

    .feature-item_main,
    .feature-item_side {
        padding: 0 25px;
    }

    .feature-item_main {
        flex: 1;
    }

    .feature-item_side {
        flex: 1;
    }
}

@media (max-width: 767px) {
    .section {
        min-height: 50vh;
        padding: 0em 0 1.5em; 
    }
    #section3{
        min-height: 70vh;
        padding-bottom: 0;
    }
    #section3 ul{
        margin-bottom: 0 !important;
    }
    .compare_both li {
        flex-wrap: wrap;
        margin-bottom: 15px;
        padding: 15px;
    }

    .compare_both li:before {
        content: attr(data-th);
        font-weight: bold;
        width: 100%;
        display: inline-block;
        text-align: center;
        padding: 10px 15px;
        color: #fff;
        background: #b22324;
    }

    .compare_both li>span:first-child,
    .compare_both li>span:last-child {
        width: 50%;
        text-align: left;
        font-size: 18px;
        background: rgba(255, 255, 255, 0.5294117647);
        padding: 15px;
    }
    .people-wrapper .person-wrapper .text-content .detail {
        padding: 0 0px;
    }

    .compare_both>li>span:first-child {
        border-right: 1px solid #d0d0d0;
    }

    .brand_title .other_brand {
        padding: 0.5em 1em;
        width: 50%;
        text-align: center;
        font-size: 1.3em;
    }

    .our_brand {
        /* background: #ffc107; */
        width: 50%;
        padding: 15px;
        text-align: center;
    }

    .compare_both li span.win {
        align-self: flex-end;
        margin-right: -10px;
        margin-bottom: 3px;
        margin-left: 0;
    }

    .product-item {
        margin-bottom: 2em;
    }

    .block-benefit {
        margin-right: 0%;
    }

    h2 {
        font-size: 1.8rem;
    }

    #section3 ul li div {
        font-size: 1.1rem;
        line-height: 1.3;
        padding: 0 1%;
    }
    .page2-title2{
        margin-top: 0;
    }
    .block-benefit h2{
        font-size: 1.5rem;
    }
    #section3 {
        min-height: 75vh;
        align-items: flex-start !important; 
    }
    #section3 ul{
        margin-top: 1rem;
    }

}

@media (max-width: 600px) {
   .section h1,.section .h1{
        font-size: 2.3rem;
    }
    .about-section h3 {
        font-size: 1.3em;
        padding-bottom: 0.8em;
    }

    /* line 418, ../sass/screen.scss */
    .footer-section .footer-img-wrapper {
        margin-top: 3em;
    }
    .footer-section h5{
        font-size: 1.05rem;
    }

    .page2-title1:before,
    .page2-title2 span {
        width: 0;
    }

    .page2-title2 span {
        display: none;
    }

    .about-section .content-wrapper {
        margin-top: 9em;
    }

    .content-wrapper .img-fluid {
        padding: 0 1.4em;
    }

    .about-section .img-w {
        background-position: left center;
    }

    .people-wrapper .person-wrapper .text-content {
        bottom: 0;
    }

    .about-section .content-wrapper .text-wrapper {
        padding: 0 0.5em;
    }

    .about-section .content-wrapper .text-wrapper p {
        font-size: 1em;
        line-height: 1.4em;
    }

    .about-section .content-wrapper .text-wrapper h2 {
        font-size: 1.2em;
    }

    .feature-section .list-wrapper .title {
        font-size: 1.5em;
    }

    .feature-section .list-wrapper .detail {
        font-size: 0.9em;
    }

    .people-wrapper .person-wrapper {
        padding-bottom: 124% !important;
    }

    .people-wrapper .person-wrapper .text-content {
        height: auto;
    }

    .feature-item_side,
    .feature-item_main {
        margin-top: 1.5rem;
    }
    #section3 ul h2{
        width: 10em;
    }
}

@media (max-width: 768px) {
    .section-align-center img {
        max-width: 150px;
    }

    .map-position {
        left: 50%;
        top: 74%;
        transform: translateX(-50%);
        width: 80%;
        height: 20%;
        /* max-width: 300px;
        max-height: 365px; */
    }

    #section9 img {
        display: none;
    }

    .custom_area {
        display: block !important;
        padding-top: 219%;
    }

    .people-wrapper .person-wrapper:hover .text-content {
        bottom: 0;
    }
}

@media (max-width: 320px) {
    body {
        font-family: "Microsoft JhengHei UI";
        font-size: 12px;
    }

    .people-wrapper .person-wrapper {
        padding-bottom: 160% !important;
    }

    .page2-title1 h3 {
        font-size: 1.5rem;
    }

    .page2-title2 h2 {
        font-size: 1.75rem;
    }

    .people-wrapper .person-wrapper .text-content .detail {
        padding: 0 4%;
    }

    .person-wrapper .text-content .h3 {
        padding-bottom: 2%;
        display: inline-block;
    }

    .person-wrapper .text-content p {
/*         text-indent: 2rem; */
        letter-spacing: 0.075rem;
        line-height: 1.6;
    }
}