﻿@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+TC:wght@300;400;500;600;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+SC&display=swap');
@charset "UTF-8";

html {
    width: 100%;
    height: auto;
}

body {
    font-family: Arial, 'Noto Sans TC', '微軟正黑體', 'Microsoft JhengHei', sans-serif;
    -webkit-text-size-adjust: 100%;
    color: #fff;
    letter-spacing: .1em;
    line-height: 1.25em;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#04327a+0,041c43+100 */
    background: rgb(4, 50, 122);
    /* Old browsers */
    background: -moz-linear-gradient(top, rgba(4, 50, 122, 1) 0%, rgba(4, 28, 67, 1) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(4, 50, 122, 1) 0%, rgba(4, 28, 67, 1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(4, 50, 122, 1) 0%, rgba(4, 28, 67, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#04327a', endColorstr='#041c43', GradientType=0);
    /* IE6-9 */
    width: 100%;
    height: auto;
}

a {
    -webkit-transition: .3s all ease;
    transition: .3s all ease;
}

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

header {
    background-color: #ffffff;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    box-shadow: inset 0 -1px 0 0 #d3d3d3;
    z-index: 100;
    padding: 0 20px;
    box-shadow: 2.517px 3.109px 12px 0 rgb(0 0 0 / 17%);
}

header,
.header_fill {
    height: 90px;
}

header .container {
    height: 100%;
}

.container {
    max-width: 1600px;
    width: 100%;
    margin: 0 auto;
    position: relative;
}

header .header_logo>img {
    position: absolute;
    top: 50%;
    left: 0;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}



footer {
    border-top: 8px solid #03427a;
    background: #f6f6f6;
    color: #000;
    font-size: 24px;
    text-align: center;
    padding: 1em 0;
    position: relative;
}

footer p {
    line-height: 1.5em;
}

footer button {
    cursor: pointer;
    background: #04327a;
    color: #fff;
    border: none;
    outline: none;
    padding: .5em 2em;
    font-size: 24px;
    margin-top: 1em;
    margin-bottom: .5em;
}



.wrap {
    width: 100%;
    margin: 0 auto;
    position: relative;
    overflow-x: hidden;
}



.bg-img {
    position: absolute;
}

.bg-img img {
    display: block;
}

.bg-img.bg1 {
    bottom: 0%;
    z-index: -1;
    left: -60%;
}

.bg-img.bg1 img {
    max-width: initial;
}

.bg-img.bg2 {
    bottom: 0px;
    z-index: -1;
    left: -25%;
}

.bg-obj {
    width: 100vw;
    height: 100%;
    position: absolute;
    top: 0;
    left: calc(50% - 50vw);
    overflow: hidden;
}

.obj1 {
    position: absolute;
    z-index: 0;
    top: -100px;
    left: calc(50% - 375px);
    opacity: .85;
    width: 1002px;
}

.obj1 img {
    animation: objan1 30s ease infinite;
}

.obj2 {
    position: absolute;
    z-index: 1;
    top: 50%;
    left: -50%;
    transform: translateY(-50%);
    opacity: .85;
    width: 821px;
}

.obj2 img {
    animation: objan2 20s ease-out infinite;
}

.obj3 {
    position: absolute;
    z-index: 2;
    bottom: -20px;
    right: -10px;
    width: 328px;
}

.obj3 img {
    animation: objan3 30s ease-out infinite;
}


@keyframes objan1 {
    0% {
        transform: translate(0, 0) scale(1);
    }

    50% {
        transform: translate(60px, 60px) scale(.9);
    }

    60% {
        transform: translate(60px, 60px) scale(.9);
    }

    100% {
        transform: translate(0, 0) scale(1);
    }
}


@keyframes objan2 {
    0% {
        transform: translate(0, 0) scale(1);
    }

    50% {
        transform: translate(-45px, 45px) scale(.9);
    }

    60% {
        transform: translate(-45px, 45px) scale(.9);
    }

    100% {
        transform: translate(0, 0) scale(1);
    }
}

@keyframes objan3 {
    0% {
        transform: rotate(0) translate(0, 0) scale(1);
    }

    50% {
        transform: rotate(120deg) translate(30px, 30px) scale(.9);
    }

    60% {
        transform: rotate(90deg) translate(30px, 30px) scale(.9);
    }

    100% {
        transform: rotate(0) translate(0, 0) scale(1);
    }
}

section {
    min-height: calc(100vh - 70px);
    z-index: 3;
    position: relative;
}

section.survey {
    padding-bottom: 50px;
}

.wrap .container,
.bg-obj .container {
    max-width: 750px;
    width: 100%;
    margin: 0 auto;
}

.bg-obj .container {
    height: 100%;
}

section a {
    background: #fff;
    color: #04327a;
    font-size: 1.875rem;
    line-height: 1em;
}


.steps-an {
    display: flex;
    width: 265px;
    margin: 80px auto;
    position: relative;
}

.steps-icon {
    width: 107px;
    position: absolute;
    transform: translate(-100%, -50%);
    top: 50%;
}

.steps-icon img {
    -webkit-transition: .3s all ease;
    transition: .3s all ease;
}

.steps-icon img:nth-child(1) {}

.steps-icon img:nth-child(2) {
    width: 84px;
    opacity: 0;
    position: absolute;
    left: 0;
    transform: translateY(20px);
}

.steps-an.set1 .steps-icon img:nth-child(1) {
    opacity: 1;
    transform: translateY(0px);
}

.steps-an.set1 .steps-icon img:nth-child(2) {
    opacity: 0;
    transform: translateY(20px);
}

.steps-an.set2 .steps-icon img:nth-child(1) {
    opacity: 0;
    transform: translateY(20px);
}

.steps-an.set2 .steps-icon img:nth-child(2) {
    opacity: 1;
    transform: translateY(0px);
}

.steps-line {
    margin: 0 20px;
}

.steps-line .line {
    background: #fff;
    width: 2px;
    height: 120px;
    position: relative;
    left: calc(50% - 1px);
    margin: 2px 0px;
}

.steps-line p {
    font-size: 30px;
    opacity: .5;
    margin-bottom: .5em;
    text-align: center;
    position: relative;
}

.steps-line p span {
    -webkit-transition: .3s all ease;
    transition: .3s all ease;
    text-align: center;
}

.steps-line p span:nth-child(2) {
    position: absolute;
    top: 0;
    left: 0;
}

.steps-an.set1 .steps-line p span:nth-child(1) {
    opacity: 1;
}

.steps-an.set1 .steps-line p span:nth-child(2) {
    opacity: 0;
}

.steps-an.set2 .steps-line p span:nth-child(1) {
    opacity: 0;
}

.steps-an.set2 .steps-line p span:nth-child(2) {
    opacity: 1;
}

.steps-line>span {
    width: 14px;
    height: 14px;
    background: rgba(255, 255, 255, 0);
    border: #fff 2px solid;
    position: relative;
    display: block;
    left: 50%;
    border-radius: 50%;
    transform: translateX(-50%);
    /*padding: 3px;*/
    -webkit-transition: .3s all ease;
    transition: .3s all ease;
}

.steps-an.set1 .steps-line>span:nth-of-type(1) {
    width: 20px;
    height: 20px;
    background: rgba(255, 255, 255, 1);
}

.steps-an.set2 .steps-line>span:nth-of-type(2) {
    width: 20px;
    height: 20px;
    background: rgba(255, 255, 255, 1);
}

.steps-line>span i {
    position: absolute;
    font-size: 30px;
    font-weight: 500;
    width: 5em;
    left: 100%;
    margin-left: .5em;
}

.steps-list {
    font-size: 30px;
    line-height: 1.25em;
}


.wrap h3 {
    text-align: center;
    font-weight: bold;
    font-size: 3rem;
    line-height: 1.3em;
    margin-bottom: 1em;
    padding-top: 1em;
}

.wrap p.sub-txt {
    text-align: center;
    font-size: 1.875rem;
    line-height: 1.43em;
    position: relative;
    display: inline-block;
    left: 50%;
    transform: translate(-50%);
}

.wrap p.sub-txt::after {
    content: "";
    width: 56px;
    height: 57px;
    background: url(../images/txt_obj.png) center center no-repeat;
    position: absolute;
    top: 100%;
    right: 0;
    transform: translateX(100%);
}

.wrap a.btn {
    cursor: pointer;
    text-align: center;
    display: block;
    padding: 25px 0em;
    margin: 0 auto;
    width: 320px;
}


.wrap .video a.btn {
    width: 100%;
}

.wrap .survey a.btn {
    width: 500px;
    font-size: 2.5rem;
}

/*.wrap a.btn:hover{color: #fff;background: #04327a;}*/


.video {
    padding: 0 10%;
}

.video-pop {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    display: none;
    background: rgba(0, 0, 0, .85);
    padding: 5% 10%;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: .3s all ease;
    transition: .3s all ease;
}

.video-pop.open {
    opacity: 1;
    pointer-events: initial;
}

.btn-close {
    width: 40px;
    height: 40px;
    position: absolute;
    right: 1rem;
    top: 1rem;
    cursor: pointer;
}

.btn-close::before,
.btn-close::after {
    content: "";
    width: 100%;
    height: 2px;
    position: absolute;
    background: #fff;
    top: 50%;
}

.btn-close::before {
    transform: rotate(-45deg);
}

.btn-close::after {
    transform: rotate(45deg);
}

.video-pop .video-con {
    width: 100%;
    /*left: 5%;*/
    position: relative;
    padding-top: 56.25%;
}

.video-pop .video-con iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.link-list {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.link-list a {
    width: calc(50% - 10px);
    background: #8297b7;
    color: #fff;
    font-size: 1.875rem;
    text-align: center;
    margin: 10px 0;
    line-height: 3.125rem;
}

.link-list a:nth-child(1) {
    width: 100%;
}

.link-list a.active {
    background: #ff623e;
    color: #fff;
    cursor: initial;
}


.link-list a:hover {
    background: #ff623e;
    color: #fff;
}

.video-box {
    margin: 2rem 0;
    width: 100%;
    /*padding-top: 56.25%;*/
    position: relative;
    cursor: pointer;
}

.video-box::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .7);
    z-index: 1;
}

.video-box img {
    display: block;
}

.video-box::after {
    content: "";
    position: absolute;
    width: 91px;
    height: 91px;
    background: url(../images/play_btn1.svg) center center no-repeat;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
}

/*.video-box iframe{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
}*/

.survey-pre-img {
    width: 410px;
    margin: 0 auto;
    margin: 10% 0;
}


.survey-pre {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}



.surver-steps-txt {
    font-size: 1.5rem;
    text-align: center;
    padding-top: 1em;
    font-weight: 500;
}

.surver-steps-txt span {
    margin-right: .5em;
    width: 3em;
    display: inline-block;
    text-align: right;
}

.wrap .thanks .btn {
    margin-top: 80px;
}

.survey-steps {
    position: relative;
    width: 503px;
    margin: 20px auto;
}

.survey-steps .survey-steps-bar {
    width: 503px;
    height: 6px;
    background: #829fcc;

    position: relative;
}

.survey-steps-dot {
    width: 24px;
    height: 24px;
    background: #829fcc;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 0;
    box-shadow: 0px 0px 0px 0px #fff;
}

.dot1 {
    left: 0;
}

.dot2 {
    left: 33.33%;
}

.dot3 {
    left: 66.66%;
}

.dot4 {
    left: 100%;
}

.set1 .survey-steps-dot.dot1 {
    background: #ff623e;
    box-shadow: 0px 0px 0px 6px #fff;
}

.set2 .survey-steps-dot.dot1 {
    background: #fff;
    box-shadow: 0px 0px 0px 0px #fff;
}

.set2 .survey-steps-dot.dot2 {
    background: #ff623e;
    box-shadow: 0px 0px 0px 6px #fff;
}

.set3 .survey-steps-dot.dot1,
.set3 .survey-steps-dot.dot2 {
    background: #fff;
    box-shadow: 0px 0px 0px 0px #fff;
}

.set3 .survey-steps-dot.dot3 {
    background: #ff623e;
    box-shadow: 0px 0px 0px 6px #fff;
}

.set4 .survey-steps-dot.dot1,
.set4 .survey-steps-dot.dot2,
.set4 .survey-steps-dot.dot3 {
    background: #fff;
    box-shadow: 0px 0px 0px 0px #fff;
}

.set4 .survey-steps-dot.dot4 {
    background: #ff623e;
    box-shadow: 0px 0px 0px 6px #fff;
}

.survey-steps-bar span {
    width: 0%;
    height: 100%;
    background: #fff;
    position: relative;
    display: block;
}


.set1 .survey-steps-bar span {
    width: 0%;
}

.set2 .survey-steps-bar span {
    width: 33.33%;
}

.set3 .survey-steps-bar span {
    width: 66.66%;
}

.set4 .survey-steps-bar span {
    width: 100%;
}


.survey h3 {
    margin-bottom: 0em;
}

.survey p.sub-txt {
    margin-top: .5em;
}

.survey p.sub-txt::after {
    content: none;
}

.satisfy-list {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 45px;
}

.satisfy-list li {
    cursor: pointer;
    width: 100px;
    margin: 25px 15px;
}

.satisfy-list li p {
    text-align: center;
    font-size: 2rem;
    margin-top: .5em;
}

.satisfy-list input {
    position: absolute;
    left: -9999px;
}

.satisfy-list input+label {
    -webkit-transition: .3s all ease;
    transition: .3s all ease;
}

.satisfy-list input:checked+label {
    opacity: .8;
}


.satisfy-icon {
    width: 112px;
    margin: 100px auto 20px auto;
}

.satisfy-icon img {
    display: none;
}


.slide-box {
    width: 440px;
    position: relative;
    margin: 0 auto;
    margin-bottom: 100px;
}

#slider-range {
    border: none;
    background: #ff623e;
    height: 20px;
    border-radius: 10px;
    width: 440px;
}

#slider-range .ui-slider-range-max {
    border-radius: 10px;
    background: #8298ba;
}

#slider-range .ui-slider-handle {
    opacity: 0;
}

.slide-left,
.slide-right {
    width: 18px;
    height: 18px;
    /*background: #fff;*/
    position: absolute;
}

.slide-left {
    left: -1em;
    transform: translate(-100%);
    cursor: pointer;
}

.slide-left::before {
    content: "";
    width: 18px;
    height: 2px;
    background: #fff;
    position: absolute;
    top: calc(50% - 1px);
}

.slide-right {
    right: -1em;
    transform: translate(100%);
    cursor: pointer;
    top: 0;
}

.slide-right::before {
    content: "";
    width: 18px;
    height: 2px;
    background: #fff;
    position: absolute;
    top: calc(50% - 1px);
}

.slide-right::after {
    content: "";
    width: 2px;
    height: 18px;
    background: #fff;
    left: calc(50% - 1px);
    position: absolute;
}




.slider-range-num {
    text-align: center;
    font-size: 1.875rem;
    font-weight: bold;
    margin: .5em 0;
}

.select-box {
    width: 500px;
    height: 250px;
    display: flex;
    margin: 0 auto 100px auto;
    justify-content: center;
    align-items: center;
    /*margin-bottom: 100px;*/
}

.select-box>div {
    width: 50%;
    position: relative;
    height: 100%;
    -webkit-transition: .3s all ease;
    transition: .3s all ease;
    cursor: pointer;
}

.step2 .select-box>div:nth-child(1) {
    background: url(../images/select1.png) right center no-repeat;
    background-size: auto 120%;
}

.step2 .select-box>div:nth-child(2) {
    background: url(../images/select2.png) right center no-repeat;
    background-size: auto 120%;
}

.step3 .select-box>div:nth-child(1) {
    background: url(../images/select3.png) right center no-repeat;
    background-size: auto 120%;
}

.step3 .select-box>div:nth-child(2) {
    background: url(../images/select4.jpg) right center no-repeat;
    background-size: auto 120%;
}





.select-box>div::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -webkit-transition: .3s all ease;
    transition: .3s all ease;
}

.select-box>div:nth-child(1):before {
    background: rgba(104, 198, 158, .65);
}

.select-box>div:nth-child(2):before {
    background: rgba(255, 98, 62, .65);
}

.select-box-con {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.select-box-con p {
    color: #fffefe;
    font-size: 30px;
    margin-left: .5em;
}

.select-box-con img {
    width: 48px;
    -webkit-transition: .3s all ease;
    transition: .3s all ease;
}


/*.select-box.c1 >div:nth-child(1){width:88%; }
.select-box.c1 >div:nth-child(2){width: 12%;}
*/
/*.select-box.c1 >div:nth-child(1) .select-box-con{flex-direction: column;}
.select-box.c1 >div:nth-child(1) .select-box-con p{margin-left: 0;margin-top: .5em;}
.select-box.c1 >div:nth-child(1) .select-box-con img{width: 102px;}
.select-box.c1 > div:nth-child(1):before{background: rgba(104,198,158,.35);}*/

.select-box.c1>div:nth-child(2):before {
    background: rgb(12 34 68 / 70%);
}

.select-box.c2>div:nth-child(1):before {
    background: rgb(12 34 68 / 70%);
}

/*.select-box.c1 >div:nth-child(2)::after{content: "";background: url(../images/arrow.png) center center no-repeat;width: 24px;height: 100%;position: absolute;top: 0;left: calc(50% - 12px);}
.select-box.c1 >div:nth-child(2) .select-box-con{opacity: 0;}*/
/*

.select-box.c2 >div:nth-child(1){width:12%; }
.select-box.c2 >div:nth-child(2){width: 88%;}

.select-box.c2 >div:nth-child(2) .select-box-con{flex-direction: column;}
.select-box.c2 >div:nth-child(2) .select-box-con p{margin-left: 0;margin-top: .5em;}
.select-box.c2 >div:nth-child(2) .select-box-con img{width: 102px;}
.select-box.c2 > div:nth-child(2):before{background: rgba(255,98,62,.35);}


.select-box.c2 >div:nth-child(1)::after{content: "";background: url(../images/arrow.png) center center no-repeat;width: 24px;height: 100%;position: absolute;top: 0;left: calc(50% - 12px); transform: scaleX(-1);}
.select-box.c2 >div:nth-child(1) .select-box-con{opacity: 0;}

*/

.survery-input {
    width: 500px;
    margin: 0 auto;
    position: relative;
    display: block;
    text-align: center;
    background: none;
    outline: none;
    border: none;
    color: #fff;
    font-size: 90px;
    line-height: 1em;
    margin: .5em auto;
}

.satisfy-input {
    margin: 25px auto 0 auto;
    font-size: 80px;
    line-height: 80px;
}

.btn-disable {
    /*opacity: .3;*/
    color: #757575;
    pointer-events: none;
    user-select: none;
}

.step4 textarea {
    font-size: 30px;
    line-height: 1.25em;
    width: 500px;
    height: 300px;
    margin: 80px auto;
    position: relative;
    display: block;
    padding: .5em;
    outline: none;
}


.pop-qrcode {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .85);
    left: 0;
    top: 0;
    z-index: 999;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: .3s all ease;
    transition: .3s all ease;
}

.pop-qrcode.open {
    opacity: 1;
    pointer-events: initial;
}

.btn-back {
    font-size: 30px;
    position: absolute;
    left: 1em;
    top: 1em;
    line-height: 30px;
    cursor: pointer;
}

.btn-back i {
    display: inline-block;
    font-size: 30px;
    line-height: 30px;
    position: relative;
    vertical-align: middle;
}

.btn-back i img {
    height: 30px;
    width: auto;
    position: relative;
    transform: scaleX(-1);
    margin-right: .5em;
}

.qrcode {
    width: 360px;
    height: 360px;
    margin: 40px auto;
    border: 10px solid #fff;
}

.qrcode canvas {
    width: 100%;
    height: 100%;
}

.btn-copy,
.btn-line {
    font-size: 30px;
    width: 320px;
    line-height: 100px;
    display: block;
    text-align: center;
    border: 2px solid #fff;
    margin: 1em auto;
}

.pop-qrcode input {
    opacity: 0;
    user-select: none;
    font-size: 16px;
}

form {
    display: block;
    position: relative;
    margin-bottom: 65px;
}

.form-group {
    margin: 0px auto;
    margin-top: 75px;
    width: 504px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.form-group label {
    font-size: 30px;
    color: #fffefe;
    width: 8.5em;
    display: inline-block;
    text-align: right;
}

.form-group input {
    background: transparent;
    outline: none;
    border: none;
    border-bottom: 2px solid rgba(255, 255, 255, .5);
    font-size: 30px;
    display: inline-block;
    width: calc(100% - 6.5em);
    color: #fff;
}

.form-group select {
    border: 2px solid rgba(255, 255, 255, 1);
    font-size: 30px;
    display: inline-block;
    width: calc(100% - 6.5em);
    outline: none;
    color: #1a1a1a;
    background: #fff;
    padding: 10px;
}


@media (min-width: 1024px) {
    .salesman {
        min-height: 1100px;
    }
}

@media (min-width: 1024px) and (max-height: 850px) {
    section {
        min-height: 850px;
    }
}

@media (max-width: 1024px) {
    /*    header .header_logo>img {
        max-height: 50%;
    }*/
}

@media (max-width: 750px) {
    .wrap {
        overflow: hidden;
    }

    section {
        min-height: 1180px;
    }

    .wrap h3 {
        padding-top: 2.5em;
    }

    .bg-obj {
        width: 750px;
        left: 0;
    }
}

@media (max-width: 750px) and (min-height: 1500px) {
    section {
        min-height: calc(100vh - 256px - 90px);
    }

    .wrap h3 {
        margin-bottom: 5vh;
    }
}

@media (max-width: 576px) {
    /*    header, .header_fill {
        height: 60px;
    }
*/
}