@charset "UTF-8";

html, body, div, span, applet, object, iframe, h1, .lan_wrapper h2, h3, h4, h5, h6, .lan_wrapper p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    /* font-size: 100%; */
    /* font: inherit; */
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

.lan_wrapper {
    font-family: "微軟正黑體", "Microsoft JhengHei", serif, sans-serif;
    width: 100%;
    max-width: 1280px;
    font-size: 15px;
    font-weight: 400;
    display: block;
    margin: 0 auto;
    position: relative;
    color: #000;
    overflow-x: hidden;
}

section {
    margin: 0 auto;
    width: 100%;
    clear: both;
    position: relative;
    display: block;
}

* {
    box-sizing: border-box;
}

sub,
sup {
    font-size: 50%;
    line-height: 0 !important;
    position: relative;
    vertical-align: baseline;
    font-weight: 300;
}

.lan_wrapper img {
    width: 100%;
}

.black {
    color: #000 !important;
}

.white {
    color: #fff !important;
}

.grey {
    color: #333333 !important;
}

.purple {
    color: #6f2f9f !important;
}


.mb {
    display: none;
}

@media (max-width: 800px) {
    .pc {
        display: none !important;
    }

    .mb {
        display: block;
    }
}

.btn {
    margin: 0 3px;
    color: #fff !important;
    background: #000;
    /*background: url(../images/btn_bg-w.png) center center no-repeat;*/
    background-size: cover;
    outline: 0;
    transition: all 0.5s ease;
    font-weight: 400;
    padding: 11px 15px;
    width: 162px;
    font-size: 20px;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: 0.2rem;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    display: inline-block;
    border-radius: 0;
    border: 1px solid #fff;
    box-shadow: 0 0 10px #fff;
}

.btn:hover,
.btn:focus,
.btn:active {
    border: 1px solid #000;
    color: #000 !important;
    background: #fff;
}

.adjust,
.adjust2 {
    position: absolute;
    display: block;
    z-index: 1;
    width: 100px;
    top: -135px;
}

@media screen and (max-width: 1024px) {
    .btn {
        width: 130px;
        padding: 8.8px 12px;
        font-size: 16px;
    }
}

@media screen and (max-width: 800px) {
    .btn {
        font-size: 4.6vw;
        width: 35vw;
        padding: 2.3vw 3vw;
    }

}

@media screen and (max-width: 500px) {
    .adjust {
        position: absolute;
        display: block;
        z-index: 1;
        width: 100px;
        top: -130px;
    }

    .adjust2 {
        position: absolute;
        display: block;
        z-index: 1;
        width: 100px;
        top: 140px;
    }
}

.lan_wrapper h2,
.lan_wrapper h3,
.lan_wrapper h4,
.lan_wrapper h5,
.lan_wrapper h6,
.lan_wrapper p {
    line-height: 1.2;
    padding: 0;
    margin: 0;
    text-decoration: none;
    letter-spacing: normal;
    font-weight: 400;
}

.lan_wrapper h2 {
    font-size: 52px;
    font-weight: 700;
    /*區塊 title*/
}

.lan_wrapper h2 small {
    font-size: 86%;
    color: inherit;
}

.lan_wrapper h2 span.larger,
.lan_wrapper h3 span.larger,
.lan_wrapper h4 span.larger,
.lan_wrapper h5 span.larger,
.lan_wrapper h6 span.larger {
    font-size: 120%;
}

.lan_wrapper h2 .num,
.lan_wrapper h3 .num,
.lan_wrapper h4 .num,
.lan_wrapper h5 .num,
.lan_wrapper h6 .num {
    font-size: 120%;
}

.lan_wrapper h3 {
    font-size: 44px;
    font-weight: 700;
}

.lan_wrapper h3 small {
    font-size: 90%;
}

.lan_wrapper h4 {
    font-size: 38px;
    font-weight: 700;
    letter-spacing: 0.05em;
    /*區塊 subtitle*/
}

.lan_wrapper h4 small {
    font-size: 90%;
}

.lan_wrapper h5 {
    font-size: 30px;
}

.lan_wrapper h5 small {
    font-size: 80%;
}

.lan_wrapper h6 {
    font-size: 21px;
}

.lan_wrapper p {
    font-size: 18px;
    line-height: 1.6;
    text-align: justify;
    text-justify: inter-ideograph;
}

.lan_wrapper p small {
    font-size: 88%;
}

@media screen and (max-width: 1024px) {
    .lan_wrapper h2 {
        font-size: 41.6px;
    }

    .lan_wrapper h3 {
        font-size: 35.2px;
    }

    .lan_wrapper h4 {
        font-size: 30.4px;
    }

    .lan_wrapper h5 {
        font-size: 24px;
    }

    .lan_wrapper h6 {
        font-size: 16.8px;
    }

    .lan_wrapper p {
        font-size: 14.4px;
    }
}

@media screen and (max-width: 800px) {
    .lan_wrapper h2 {
        font-size: 41.6px;
        font-size: 8.8vw;
        overflow: visible;
        height: auto;
        display: block;
    }

    .lan_wrapper h3 {
        font-size: 7.45vw;
    }

    .lan_wrapper h4 {
        font-size: 6.4vw;
    }

    .lan_wrapper h5 {
        font-size: 5vw;
    }

    .lan_wrapper h5 small {
        font-size: 90%;
    }

    .lan_wrapper h6 {
        font-size: 3.5vw;
    }

    .lan_wrapper p {
        font-size: 3.5vw;
    }
}

.white {
    color: #fff;
}

.bold {
    font-weight: 700 !important;
}

.text-shadow-blue {
    text-shadow: 0 0 10px rgba(18, 147, 244, 0.5);
}

.text-shadow-w {
    -webkit-text-shadow: 0 0 10px rgba(255,255,255,.6);
    text-shadow: 0 0 10px rgba(255,255,255,.6);
}

.text-shadow-black {
    -webkit-text-shadow: 0 0 10px #000;
    text-shadow: 0 0 10px #000;
}

.shine-text {
    background: -webkit-linear-gradient(left, #000 0%, #1f3b55 24%, #000 36%, #1f3b55 46%, #000 52%, #5e6d7b 58%, #5e6d7b 67%, #072643 100%);
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
    background-size: 300%;
    -webkit-animation: shineText 10s infinite;
    animation: shineText 10s infinite;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.shine-text-b {
    background: -webkit-linear-gradient(left, #bae4fb 0%, #fff 24%, #bae4fb 36%, #fff 46%, #bae4fb 52%, #fff 58%, #fff 67%, #bae4fb 100%);
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
    background-size: 300%;
    -webkit-animation: shineText 10s infinite;
    animation: shineText 10s infinite;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.shine-text-p {
    background: -webkit-linear-gradient(left, #551d80 0%, #9950cf 24%, #551d80 36%, #9950cf 46%, #551d80 52%, #9950cf 58%, #9950cf 67%, #551d80 100%);
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
    background-size: 300%;
    -webkit-animation: shineText 10s infinite;
    animation: shineText 10s infinite;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.shine-text-p2 {
    background: -webkit-linear-gradient(left, #551d80 0%, #9950cf 24%, #551d80 36%, #551d80 46%, #551d80 52%, #9950cf 58%, #9950cf 67%, #551d80 100%);
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
    background-size: 300%;
    -webkit-animation: shineText 10s infinite;
    animation: shineText 10s infinite;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

@-webkit-keyframes shineText {
    0% {
        background-position: 0 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0 50%;
    }
}

@keyframes shineText {
    0% {
        background-position: 0 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0 50%;
    }
}

.shine-btn {
    transition: all 0.5s ease;
    position: relative;
    overflow: hidden;
    vertical-align: middle;
}

.shine-btn:before {
    content: '';
    display: block;
    position: absolute;
    background: rgba(255, 255, 255, 0.4);
    width: 50px;
    height: 100%;
    left: 0;
    top: 0;
    filter: blur(10px);
    transform: translateX(-100px) skewX(-15deg);
    animation: btn-shine 5s ease 1s infinite;
}

@keyframes btn-shine {
    0% {
        transform: translateX(-150%) skewX(-15deg);
        opacity: 1;
    }

    80% {
        transform: translateX(450%) skewX(-15deg);
        opacity: 1;
    }

    100% {
        transform: translateX(450%) skewX(-15deg);
        opacity: 0;
    }
}

.lan_wrapper .note {
    position: absolute;
    bottom: 4%;
    font-size: 8px !important;
    line-height: 1.4;
    transform: scale(.9);
}

@media (max-width: 800px) {
    .lan_wrapper .note {
        bottom: 5vw;
    }
}

.section-title {
    text-align: center;
    padding: 70px 0 8px;
    margin: 0 auto;
}

.section-title img {
    display: block;
    margin: -5px auto;
}

@media (max-width: 1024px) {
    .section-title {
        padding: 56px 0 8px;
    }

    .section-title img {
        margin: -10px auto;
    }
}

@media (max-width:800px) {
    .section-title {
        padding: 8vw 0 3vw;
    }

    .section-title h4 {
        margin-top: 1vw;
    }

    .section-title img {
        max-width: 80vw;
        margin: -2px auto;
    }
}


/*******************sec_01********************/
.sec_01 {
    background: url(../images/sec01_pc.jpg) top center no-repeat #fff;
    background-size: 100%;
    position: relative;
    width: 100%;
    height: 936px;
    overflow: hidden;
}

@media (max-width: 1024px) {
    .sec_01 {
        height: 748.8px;
    }
}

.sec_01 .product {
    position: absolute;
    bottom: 5%;
    left: 3%;
    width: 8.6%;
}

.sec_01 .intro {
    position: absolute;
    z-index: 1;
    width: 60%;
    bottom: 7%;
    right: 2%;
    margin: 0 auto;
    text-align: center;
}

.sec_01 .intro h2 {
    margin: 0 auto 0.1em;
}

.sec_01 .intro h2 span {
    font-size: 113.5%;
}

.sec_01 .intro .product-name {
    position: absolute;
    top: -157%;
    left: -60%;
    text-align: left;
}

.sec_01 .intro .product-name h6 {
    line-height: 1.3;
}

.sec_01 .intro .product-name h6 span {
    border: 1px solid #333333;
    padding: 0.05em 0.3em;
    margin-right: 0.3em;
    font-weight: 400;
}

.sec_01 .intro .btn-wrap {
    margin: 3% auto 0;
}

.sec_01 .shining {
    width: 20%;
    display: block;
    position: absolute;
    top: 49%;
    left: 26%;
    -webkit-animation: shining 2s infinite linear alternate;
    animation: shining 2s infinite linear alternate;
    animation: shining 2s infinite linear alternate;
}

@keyframes shining {
    0% {
        opacity: 0.8;
    }

    to {
        opacity: 1;
    }
}

@-webkit-keyframes shining {
    0% {
        -webkit-transform: scale(1) rotate(0deg);
        transform: scale(1) rotate(0deg);
    }

    100% {
        -webkit-transform: scale(0.5) rotate(10deg);
        transform: scale(0.5) rotate(10deg);
    }
}

@keyframes shining {
    0% {
        -webkit-transform: scale(1) rotate(0deg);
        transform: scale(1) rotate(0deg);
    }

    100% {
        -webkit-transform: scale(0.8) rotate(10deg);
        transform: scale(0.8) rotate(10deg);
    }
}

.sec_01 .intro .shining-tit {
    width: 35%;
    display: block;
    margin: -40px 0 -24px 57%;
    -webkit-animation: shining2 2s infinite linear alternate;
    animation: shining2 2s infinite linear alternate;
    animation: shining2 2s infinite linear alternate;
}

@keyframes shining2 {
    0% {
        transform: scale(1);
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
    }

    100% {
        transform: scale(0.7);
        -webkit-transform: scale(0.7);
        -moz-transform: scale(0.7);
        -ms-transform: scale(0.7);
        -o-transform: scale(0.7);
    }
}

@-webkit-keyframes shining2 {
    0% {
        transform: scale(1);
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
    }

    100% {
        transform: scale(0.7);
        -webkit-transform: scale(0.7);
        -moz-transform: scale(0.7);
        -ms-transform: scale(0.7);
        -o-transform: scale(0.7);
    }
}

.sec_01 .note {
    left: 2%;
    transform-origin: left bottom;
}

@media (max-width: 1024px) {

    .sec_01 .intro .product-name {
        top: -162%;
    }

    .sec_01 .intro .shining-tit {
        margin: -32px 0 -19px 57%;
    }

    .sec_01 .intro .btn-wrap {
        margin-top: 15px;
    }

}

@media (max-width: 800px) {
    .sec_01 {
        background: url(../images/sec01_mb.jpg) top center no-repeat #fff;
        background-size: 100%;
        height: 171.2vw;
    }

    .sec_01 .product {
        bottom: 55vw;
        left: 3.2vw;
        width: 17vw;
    }

    .sec_01 .intro .shining-tit {
        width: 50vw;
        margin: -4.3vw 0 -6vw 58vw;
    }

    .sec_01 .kv-name {
        width: 100%;
        position: absolute;
        top: 30vw;
    }

    .sec_01 .kv-slogan {
        width: 35.33%;
        position: absolute;
        right: 0;
        top: 70vw;
    }

    .sec_01 .intro {
        width: 100%;
        bottom: 15vw;
        left: 0;
        margin: 0 auto;
    }

    .sec_01 .intro h2 {
        margin-bottom: 0.5vw;
        font-size: 6.4vw;
    }

    .sec_01 .intro h4 {
        line-height: 1.1;
        margin-bottom: 3vw;
    }

    .sec_01 .intro h6 {
        letter-spacing: 0.05em;
    }

    .sec_01 .intro .product-name {
        position: relative;
        text-align: center;
        left: auto;
    }

    .sec_01 .intro .product-name h6 span {
        border-width: 0.1vw;
        padding: 0vw 1vw;
        margin-right: 1vw;
    }

    .sec_01 .intro .btn-wrap {
        margin: 3vw auto 0;
        width: 90%;
    }

}


/*******************sec_03********************/
.sec_03 {
    background: url(../images/sec03_pc.jpg) top center no-repeat;
    background-size: 100%;
    width: 100%;
    height: 71.56vw;
    overflow: hidden;
    position: relative;
}

@media (min-width: 1280px) {
    .sec_03 {
        height: 916px;
    }
}

.sec_03 .intro {
    position: absolute;
    width: 50%;
}

.sec_03 .intro h5 {
    line-height: 1;
}

.sec_03 .intro_01 {
    top: 35%;
    right: -7.5%;
}

.sec_03 .intro_02 {
    top: 38%;
    left: 0%;
}

.sec_03 .intro_03 {
    top: 50%;
    right: 1.5%;
}

.sec_03 .intro_01 .divider {
    width: 84.37%;
}

.sec_03 .intro_02 .divider {
    width: 81.72%;
}

.sec_03 .intro_03 .divider {
    width: 92.18%;
}

.sec_03 .intro .divider:before,
.sec_03 .intro .divider:after {
    content: "";
    width: 17px;
    height: 17px;
    border-radius: 50%;
    background: #6f2f9f;
    position: absolute;
    box-shadow: 0 0 20px #a373c8;
}

.sec_03 .intro .divider:after {
    animation: spot_shine 1s infinite;
}

.sec_03 .intro_01 .divider:before,
.sec_03 .intro_01 .divider:after {
    top: 66%;
    left: 0;
}

.sec_03 .intro_02 .divider:before,
.sec_03 .intro_02 .divider:after {
    top: 2%;
    right: 18%;
}

.sec_03 .intro_03 .divider:before,
.sec_03 .intro_03 .divider:after {
    top: 2%;
    left: 0;
}

@keyframes spot_shine {
    0% {
        transform: scale(1);
        opacity: 1;
    }

    100% {
        transform: scale(3);
        opacity: 0;
    }
}

.sec_03 .intro .circle {
    width: 33.6%;
    position: absolute;
}

.sec_03 .intro_01 .circle {
    top: -160%;
    left: 3%;
}

.sec_03 .intro_02 .circle {
    top: 20%;
    left: 43%;
}

.sec_03 .intro_03 .circle {
    top: 10%;
    left: 15%;
}

.sec_03 .intro .text {
    position: absolute;
}

.sec_03 .intro_01 .text {
    top: -160%;
    left: 36.5%;
}

.sec_03 .intro_02 .text {
    top: 22%;
    left: 6%;
    text-align: right;
}

.sec_03 .intro_03 .text {
    top: 30%;
    left: 49%;
}

.sec_03 .intro p {
    margin-top: 1.2em;
}

.sec_03 .intro_01 p {
    width: 68%;
}

.sec_03 .intro_02 p {
    text-align: right;
}

.sec_03 .note {
    right: 3.5%;
    transform-origin: right bottom;
    text-align: right;
}

@media (max-width: 1024px) {

    .sec_03 .intro .divider:before,
    .sec_03 .intro .divider:after {
        width: 13.6px;
        height: 13.6px;
        box-shadow: 0 0 16px #a373c8;
    }
}

@media (max-width: 800px) {
    .sec_03 {
        background: url(../images/sec03_mb.jpg) top center no-repeat;
        background-size: 100%;
        height: 168.5vw;
    }

    .sec_03 .intro .divider {
        display: none;
    }

    .sec_03 .intro {
        position: relative;
        width: 100%;
        right: 0;
        left: 0;
    }

    .sec_03 .intro_01 {
        margin: 6vw auto 4vw;
    }

    .sec_03 .intro_02 {
        margin: -1vw auto 2vw;
    }

    .sec_03 .intro_03 {
        margin-top: -1vw;
    }

    .sec_03 .intro_01,
    .sec_03 .intro_02,
    .sec_03 .intro_03 {
        top: auto;
    }

    .sec_03 .intro .circle {
        position: relative;
        width: 100%;
        top: 0;
        left: 0;
        right: 0;
    }

    .sec_03 .intro .circle img {
        width: 100%;
    }

    .sec_03 .intro p {
        width: 90% ;
    }

    .sec_03 .intro_02 p {
        margin-left: 9.5%;
    }

    .sec_03 .intro p span.mb {
        display: inline-block
    }

    .sec_03 .intro_01 .text {
        top: 1.5vw;
        left: 36vw;
    }

    .sec_03 .intro_02 .text {
        top: 3.5vw;
        right: 39vw;
        left: auto;
    }

    .sec_03 .intro_03 .text {
        top: 2.5vw;
        left: 36vw;
    }

    .sec_03 .intro_03 .text p {
        width: auto;
    }

    .sec_03 .intro .text h3 {
        letter-spacing: 0.03em;
    }


}

/*******************sec_04********************/
/*
.sec_04 {
    background: url(../images/sec04_pc.jpg) top center no-repeat;
    background-size: 100%;
    width: 100%;
    height: 960px;
    overflow: hidden;
    position: relative;
}

.sec_04 .product {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 28.5%;
}


.bubble {
    position: absolute;
    top: 0;
    left: 0;
    width: 18.5%;
    animation: motion 3s ease-in-out infinite;
}

@keyframes motion {
    50% {
        transform: translateY(-5px);
    }
}

.bubble h4 {
    text-align: center;
    letter-spacing: 0.02em;
}

.bubble:not(:first-of-type) h4:last-of-type {
    margin-top: 7%;
}

.bubble h4 span.larger {
    font-size: 170%;
    letter-spacing: 0.07em;
    transform: skew(-10deg);
    display: inline-block;
}

.bubble img {
    width: 100%;
}

.bubble01 {
    animation-delay: .5s;
}

.bubble02 {
    animation-delay: 1.5s;
}

.bubble03 {
    animation-delay: 2.5s;
}

.bubble .bubble-inner {
    position: absolute;
    width: 68%;
    left: 0;
    right: 0;
    margin: auto;
    top: 20%;
    text-align: center;
}

.bubble .bubble-inner .num {
    font-size: 39px;
    background: -webkit-linear-gradient(-60deg, #975bc4 40%, #5f2190 60%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 700 !important;
    font-style: italic;
}

.bubble .bubble-inner .num span {
    font-size: 104px;
    line-height: 1;
    margin-bottom: -13px;
    display: inline-block;
    text-shadow: 0 0 20px rgba(187, 154, 247, .65);
}

.bubble .bubble-inner .text {
    font-size: 28px;
    font-weight: 600;
    color: #333333;
}

.bubble.bubble01 {
    top: 30%;
    left: 14%;
}

.bubble.bubble02 {
    top: 60%;
    left: 10%;
}

.bubble.bubble03 {
    top: 47%;
    left: 68%;
}

.sec_04 .note {
    right: 3.5%;
}

@media (max-width: 1024px) {
    .sec_04 {
        height: 779.2px;
    }

    .bubble .bubble-inner .num {
        font-size: 20.8px;
    }

    .bubble .bubble-inner .num span {
        font-size: 86.4px;
    }

    .bubble .bubble-inner .text {
        font-size: 22.4px;
    }
}

@media (max-width: 800px) {
    .sec_04 {
        background: url(../images/sec04_mb.jpg) top center no-repeat;
        background-size: 100%;
        height: 192vw;
    }

    .sec_04 .product {
        width: 53.33%;
        bottom: 8vw;
    }

    .bubble {
        width: 31vw;
        top: 15%;
        left: 68%;
    }

    .bubble .bubble-inner {
        top: 6.5vw;
        width: 35vw;
    }

    .bubble .bubble-inner .num {
        font-size: 4vw;
        margin-left: -3vw;
    }

    .bubble .bubble-inner .num span {
        font-size: 13.5vw;
    }

    .bubble .bubble-inner .text {
        font-size: 3.7vw;
        margin-top: 0.5vw;
        margin-left: -1vw;
        text-shadow: 0 0 20px rgb(255 255 255 / 65%);
    }

    .bubble.bubble01 {
        top: 43vw;
        left: 0;
        right: 0;
        margin: 0 auto;
    }

    .bubble.bubble02 {
        top: 54vw;
        left: 6vw;
    }

    .bubble.bubble03 {
        top: 54vw;
        right: 6vw;
        left: auto;
    }

    .bubble h4 {
        font-size: 3.7vw;
        width: 130%;
        margin: 0 -15%;
    }

    .sec_04 .note {
        text-align: center;
        transform-origin: center;
        right: 0;
        left: 0;
    }

}
*/

/*******************sec_05********************/
.sec_05 {
    background: url(../images/sec05_pc.jpg) top center no-repeat;
    background-size: 100%;
    width: 100%;
    height: 63.9vw;
    overflow: hidden;
    position: relative;
}

@media (min-width: 1280px) {
    .sec_05 {
        height: 818px;
    }
}

.sec_05 .content_wrap {
    width: 86.4%;
    margin: 5% auto 0;
    display: flex;
    justify-content: space-between;
}

.sec_05 .content_wrap .witness {
    flex: 0 0 30%;
    position: relative;
}

.sec_05 .content_wrap .witness.witness02 {
    margin-top: 5%;
}

.sec_05 .content_wrap .witness .photo-wrap {
    width: 100%;
    position: relative;
    z-index: 1;
}

.sec_05 .content_wrap .witness .photo-wrap .photo-text {
    display: block;
    position: absolute;
    left: -3%;
    right: 0;
    bottom: 4%;
    color: #fff;
    text-align: center;
    font-size: 35px;
    font-weight: 600;
    letter-spacing: 0.02em;
}

.sec_05 .content_wrap .witness .photo-wrap .photo-text sup {
    font-size: 30%;
    vertical-align: super;
}

.sec_05 .content_wrap .witness .photo-wrap .photo-text .cochin {
    font-style: italic;
}

.sec_05 .content_wrap .witness .photo-wrap .photo-text .number {
    font-size: 186%;
    margin-right: 0.05em;
    color: #fff;
}

.sec_05 .content_wrap .witness .photo-wrap .photo-text .percent {
    font-size: 85%;
    font-weight: 600;
    margin-right: 0.1em;
}

.sec_05 .content_wrap .witness .text-wrap {
    width: 100%;
    position: relative;
    margin-top: -2%;
}

.sec_05 .content_wrap .witness .text-wrap h5 {
    display: block;
    position: absolute;
    top: 17%;
    left: 45%;
    line-height: 1.6;
}

.sec_05 .content_wrap .witness .text-wrap h5 span {
    font-size: 92%;
}

.sec_05 .note {
    right: 3.5%;
    transform-origin: right bottom;
    text-align: right;
}

@media (max-width: 1024px) {
    .sec_05 .content_wrap .witness .photo-wrap .photo-text {
        font-size: 28px;
    }
}

@media (max-width: 800px) {
    .sec_05 {
        background: url(../images/sec05_mb.jpg) no-repeat top center;
        background-size: 100%;
        height: 172vw;
    }

    .sec_05 .content_wrap .witness .photo-wrap .photo-text {
        font-size: 4.5vw;
    }

    .sec_05 .content_wrap {
        width: 89%;
        margin: 7vw auto 0;
        flex-direction: column;
        padding-bottom: 5vw;
    }

    .sec_05 .content_wrap .witness {
        flex: 0 0 100%;
        position: relative;
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 10vw;
    }

    .sec_05 .content_wrap .witness .photo-wrap {
        flex: 0 0 47.35%;
    }

    .sec_05 .content_wrap .witness .text-wrap h5 {
        font-size: 4.4vw;
        top: -2vw;
        left: 7vw;
    }

    .sec_05 .content_wrap .witness .photo-wrap .photo-text sup {
        font-size: 5%;
    }

    .sec_05 .content_wrap .witness.witness02 {
        margin-top: 0;
        flex-direction: row-reverse;
        margin: -21vw auto -10vw;
    }

    .sec_05 .content_wrap .witness.witness01 .text-wrap {
        margin-top: -12vw;
    }

    .sec_05 .content_wrap .witness.witness02 .text-wrap {
        margin-top: 12vw;
    }

    .sec_05 .content_wrap .witness.witness03 .text-wrap {
        margin-top: 6vw;
    }

    .sec_05 .content_wrap .witness.witness02 .text-wrap h5 {
        top: -8vw;
        left: 5vw;
    }

}


/*******************sec_06********************/
.sec_06 {
    background: url(../images/sec06_pc.jpg) top center no-repeat;
    background-size: 100%;
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 62.65vw;
}


@media (min-width: 1280px) {
    .sec_06 {
        height: 802px;
    }

}

.sec_06 .section-title {
    margin-bottom: 45px;
}

.sec_06 .product {
    position: absolute;
    bottom: -5%;
    left: 0;
    right: 0;
    margin: auto;
    width: 35.5%;
}

.sec_06 .intro {
    position: absolute;
    display: block;
    text-align: center;
    top: 56%;
}

.sec_06 .intro h6,
.sec_06 .intro p {
    margin: 0 auto;
    display: block;
    text-align: center;
}

.sec_06 .intro h6 {
    margin: 0.5em auto 0;
}

.sec_06 .intro a {
    margin: 2.5% auto 0;
}


.sec_06 .intro_01 {
    left: 7%;
}

.sec_06 .intro_02 {
    right: 6%;
}

/*
.sec_06 .note {
    position: absolute;
    bottom: 5%;
    right: 2.5%;
    text-align: right;
    font-size: 8px !important;
    line-height: 1.4;
}
*/

@media (max-width: 800px) {
    .sec_06 {
        background: url(../images/sec06_mb.jpg) no-repeat top center;
        background-size: 100%;
        height: 188vw;
    }

    .sec_06 .section-title {
        margin: 3vw auto 6vw;
    }

    .sec_06 .product {
        width: 74.66%;
        bottom: 37vw;
    }

    .sec_06 .intro {
        width: 47vw;
    }

    .sec_06 .intro_01 {
        top: 140vw;
        left: 3vw;
    }

    .sec_06 .intro_02 {
        top: 140vw;
        right: 3vw;
    }

    .lan_wrapper .sec_06 h3 {
        width: 110%;
        margin: 0 -5% 3vw;
    }

    .lan_wrapper .sec_06 h3 small {
        font-size: 66%;

        /*
    .sec_06 .note {
        bottom: 5vw;
        right: 0;
        left: 0;
        text-align: center;
        transform: scale(0.8);
        width: 120%;
        margin: 0 -10%;
    }
    */

    }
}

/*******************sec_07********************/
.sec_07 {
    background: url(../images/sec07_pc.jpg) top center no-repeat;
    background-size: 100%;
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 950px;
}

@media (max-width:1024px) {
    .sec_07 {
        height: 760px;
    }

}

.sec_07 .content {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    width: 88%;
    margin: 13% auto 0;
}

.sec_07 .content .product {
    text-align: center;
    width: calc(95% /5);
    position: relative;
}

.sec_07 .content .product .photo {
    width: 95%;
    height: 75%;
    margin: 0 auto 1em;
    display: inline-block;
    vertical-align: bottom;
}

.sec_07 .content .product .photo img {
    display: inline-block;
    vertical-align: bottom;
}

.sec_07 .content .product .photo:before {
    content: '';
    height: 100%;
    display: inline-block;
    vertical-align: bottom;
}

.sec_07 .content .product .text {
    text-align: center;
    margin-top: -3%;
}

.sec_07 .content .product .text .step {
    position: absolute;
    width: 100%;
    top: -20%;
    left: 0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 88px;
    color: #562689;
}

.sec_07 .content .product .text .step span {
    font-size: 18px;
    color: #9066bc;
    font-style: italic;
    vertical-align: middle;
    margin-right: 0.5em;
}

.sec_07 .content .product .text .step span:before {
    content: '';
    position: absolute;
    width: 40%;
    top: 56%;
    right: 77%;
    border-bottom: 2px #9066bc solid;
}

.sec_07 .content .product.prod01 .text .step span:before {
    border: none;
}

.sec_07 .content .product .text p {
    text-align: center;
    line-height: 1.3;
}

.sec_07 .content .product .text a {
    margin-top: 0.5em;
}

.sec_07 .content .product .text p.function {
    font-weight: 700;
    color: #6f2f9f;
    padding: 0 3px;
    border-top: 1px solid #6f2f9f;
    border-bottom: 1px solid #6f2f9f;
    margin: 5px 0 10px;
    display: inline-block;
}

.sec_07 .content .product .text .step .function {
    font-weight: 700;
    color: #6f2f9f;
}


@media (max-width: 1024px) {
    .sec_07 .content .product .text .step {
        font-size: 70.4px;
    }

    .sec_07 .content .product .text .step span {
        font-size: 14.4px;
    }

    .sec_07 .content .product .text p.function {
        padding: 0 2.4px;
        margin: 4px 0 8px;
    }

}


@media (max-width: 800px) {
    .sec_07 {
        background: url(../images/sec07_mb.jpg) no-repeat top center;
        background-size: 100%;
        height: 364.8vw;
    }

    .sec_07 .section-title {
        padding: 12vw 0 3vw;
    }

    .sec_07 .content {
        flex-direction: column;
        text-align: center;
        margin: 8vw auto 0;
    }

    .sec_07 .content .product {
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .sec_07 .content .product:nth-of-type(even) {
        flex-direction: row-reverse;
    }


    .sec_07 .content .product.prod02 {
        margin: 4vw auto 10vw;
    }

    .sec_07 .content .product.prod04 {
        margin: 0 auto 5vw;
    }

    .sec_07 .content .product .photo,
    .sec_07 .content .product .text {
        width: 50%;
    }

    .sec_07 .content .product .photo {
        position: relative;
        z-index: 2;
        margin: 0 auto;
    }

    .sec_07 .content .product .photo img {
        width: 93%;
        margin: 0 auto -2vw;
    }

    .sec_07 .content .product .text .step {
        position: relative;
    }

    .sec_07 .content .product .photo:before {
        content: '';
        height: 75%;
        display: inline-block;
        vertical-align: bottom;
    }

    .sec_07 .content .product .text .step span:before {
        width: 20vw;
        right: 40vw;
        border-width: 1px;
    }

    .sec_07 .content .product:nth-of-type(2) .text .step span:before {
        right: auto;
        left: 44vw;
    }

    .sec_07 .content .product:nth-of-type(4) .text .step span:before {
        right: auto;
        left: 40vw;
    }

    .sec_07 .content .product:nth-of-type(5) .text .step span:before {
        right: 45vw;
    }

    .sec_07 .content .product.prod01 .text .step span:before {
        border-bottom: 1px #9066bc solid;
    }

    .sec_07 .content .product .text .step span.function {
        font-family: "微軟正黑體", "Microsoft JhengHei", serif, sans-serif;
        color: #6f2f9f;
        display: inline-block;
        font-size: 38%;
        font-style: normal;
        margin-left: 1vw;
    }

    .sec_07 .content .product .text .step {
        font-size: 14vw;
        font-style: italic;
    }

    .sec_07 .content .product .text .step span {
        font-size: 4.4vw;
        margin-right: 0.5vw;
        font-weight: 700;
    }


}