@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%;
    position: relative;
    vertical-align: baseline;
}

sup {
    vertical-align: top;
    display: inline-block;
    margin-top: 0.7em;
}

.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.02em;
    /*區塊 subtitle*/
}

.lan_wrapper h4 small {
    font-size: 90%;
    color: #000;
}

.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: 6.8vw;
    }

    .lan_wrapper .section-title h3 {
        margin-top: 1vw;
    }

    .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: 8vw;
    }
}

.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: 10vw 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: 895px;
    overflow: hidden;
}

@media (max-width: 1024px) {
    .sec_01 {
        height: 716px;
    }
}

.sec_01 .product {
    position: absolute;
    bottom: 1%;
    left: 0.8%;
    width: 24.7%;
    z-index: 1;
}

.sec_01 .intro {
    width: 100%;
    height: 100%;
}

.sec_01 .intro .title {
    position: absolute;
    z-index: 1;
    width: 50%;
    top: 3.8%;
    left: 4%;
    text-align: center;
}

.sec_01 .intro h2 {
    margin: -0.1em auto;
}

.sec_01 .intro h4 {
    font-size: 34px;
}

.sec_01 .intro label {
    position: absolute;
    top: 38%;
    left: 39%;
    text-align: left;
}

.sec_01 .intro h2 span {
    font-size: 96%;
}

.sec_01 .intro .btn-wrap {
    display: block;
    position: absolute;
    z-index: 1;
    width: 48%;
    bottom: 5%;
    right: 0;
    text-align: center;
}

.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 h4 {
        font-size: 27.2px;
    }

    .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: 53vw;
        left: 0;
        width: 46vw;
    }

    .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 .title {
        width: 100%;
        top: 70%;
        left: 0;
    }

    .sec_01 .intro h2 {
        margin-bottom: 0.5vw;
    }

    .sec_01 .intro h4 {
        line-height: 1.1;
        margin-bottom: 1vw;
    }

    .sec_01 .intro h6 {
        letter-spacing: 0.05em;
    }

    .sec_01 .intro .btn-wrap {
        width: 100%;
        bottom: 8%;
    }

}


/*******************sec_03********************/
.sec_03 {
    background: url(../images/sec03_pc.jpg) top center no-repeat;
    background-size: cover;
    width: 100%;
    height: 74.22vw;
    overflow: hidden;
    position: relative;
}

@media (min-width: 1280px) {
    .sec_03 {
        height: 950px;
    }
}

@media (max-width: 800px) {
    .sec_03 {
        background: url(../images/sec03_mb.jpg) top center no-repeat;
        background-size: cover;
        height:315.2vw;
    }
}


/*******************sec_04********************/
.sec_04 {
    background: url(../images/sec04_pc.jpg) top center no-repeat;
    background-size: cover;
    width: 100%;
    height: 75vw;
    overflow: hidden;
    position: relative;
}

@media (min-width: 1280px) {
    .sec_04 {
        height: 961px;
    }
}

.sec_04 .product {
    position: absolute;
    width: 34.77%;
    top: 27%;
    left: 41.25%;
}

.sec_04 .intro {
    position: absolute;
}

.sec_04 .intro h5 {
    line-height: 1;
}

.sec_04 .intro_01 {
    width: 54%;
    top: 37%;
    left: 0;
}

.sec_04 .intro_02 {
    width: 38.67%;
    top: 51%;
    right: 0;
}

.sec_04 .intro_01 h3 {
margin-left: 12%;
}

.sec_04 .intro_01 .divider {
    width: 100%;
    margin-bottom: -18%;
}

.sec_04 .intro_02 .divider {
    width: 100%;
    margin-bottom: -6%;
}

.sec_04 .intro_02 h3 {
    margin-left: 31%;
    margin-bottom: -1%;
}

.sec_04 .intro_02 h5 {
    margin-left: 31%;
    line-height: 1.3;
} 

.sec_04 .intro .divider:before,
.sec_04 .intro .divider:after {
    content: "";
    width: 17px;
    height: 17px;
    border-radius: 50%;
    background: #6f2f9f;
    position: absolute;
    box-shadow: 0 0 20px #a373c8;
}

.sec_04 .intro .divider:after {
    animation: spot_shine 1s infinite;
}

.sec_04 .intro_01 .divider:before,
.sec_04 .intro_01 .divider:after {
    top: 38%;
    left: 96.5%;
}

.sec_04 .intro_02 .divider:before,
.sec_04 .intro_02 .divider:after {
    top: 65%;
    right: 93%;
}

@keyframes spot_shine {
    0% {
        transform: scale(1);
        opacity: 1;
    }

    100% {
        transform: scale(3);
        opacity: 0;
    }
}

.sec_04 .intro .element_wrap{
    position: relative;
    margin-left: 10%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }

.sec_04 .intro .element_wrap .circle {
    flex:0 0 21%;
    display: inline-block;
}

.sec_04 .intro_01 .element_wrap .circle {
    top: -160%;
    left: 3%;
}

.sec_04 .intro_01 .element_wrap .text {
width:50%;
margin-left: 1%;
}


.sec_04 .intro p {
    margin-top: 0.2em;
}

.sec_04 .note {
    right: 3.5%;
    transform-origin: right bottom;
    text-align: right;
}

@media (max-width: 1024px) {

    .sec_04 .intro .divider:before,
    .sec_04 .intro .divider:after {
        width: 13.6px;
        height: 13.6px;
        box-shadow: 0 0 16px #a373c8;
    }
}

@media (max-width: 800px) {
    .sec_04 {
        background: url(../images/sec04_mb.jpg) top center no-repeat;
        background-size: cover;
        height: 243.6vw;
    }

    .sec_04 .product {
        width: 100%;
        top: 60vw;
        left: 0;
    }

    .sec_04 .intro_01 .divider {
        width: 47.33%;
        margin-left: 4vw;
        margin-top: -66vw;
    }

    .sec_04 .intro_02 .divider {
        width: 43.33%;
        margin-left: 63%;
        margin-top: 7vw;
    }

    .sec_04 .intro .divider:before,
    .sec_04 .intro .divider:after {
        width: 3vw;
        height:3vw;
    }

    .sec_04 .intro_02 h3,
    .sec_04 .intro_02 h5 {
        margin-left: auto;
        margin-bottom: auto;
    }

    .sec_04 .intro_02 h5 {
        margin-top: -29vw;
    }

    .sec_04 .intro {
        position: absolute;
        width: 100%;
        right: 0;
        left: 0;
    }

    .sec_04 .intro_01 {
      top: 132vw;
    }

    .sec_04 .intro_02 {
        width:100%;
         top: 40vw;
         text-align: center;
    }

    
    .sec_04 .intro_01 .divider:before,
    .sec_04 .intro_01 .divider:after {
        top: -59vw;
        left: 49vw;
    }

    .sec_04 .intro_02 .divider:before,
    .sec_04 .intro_02 .divider:after {
        top: 34vw;
        right: 34.5vw;
    }

    .sec_04 .intro .element_wrap {
        margin-left: 0;
        margin-bottom: 4vw;
    }

    .sec_04 .intro .element_wrap .circle {
        position: absolute;
        flex: 0 0 100%;
        top: 0;
        left: 0;
    }

    .sec_04 .intro .element_wrap .circle img {
        width: 100%;
    }

    .sec_04 .intro p {
        width: 90%;
    }

    .sec_04 .intro p span.mb {
        display: inline-block
    }

    .sec_04 .intro_01 .element_wrap .text {
        width: 80%;
        margin-left: 34vw;
        margin-top: 5vw;
        position: relative;
    }

    .sec_04 .intro .text h3 {
        letter-spacing: 0.03em;
    }

    .sec_04 .intro_01 .element_wrap.e01 {
        margin-top: 26vw;
    }

    .sec_04 .intro_01 .element_wrap p {
        margin-top: 0.7vw;  
      }

    .sec_04 .intro_01 .element_wrap h6 {
      margin-top: 2vw;  
    }

    .sec_04 .note {
        right: 0;
        transform-origin: center bottom;
        text-align: left;
    }

}


/*******************sec_05********************/
.sec_05 {
    background: url(../images/sec05_pc.jpg) top center no-repeat;
    background-size: cover;
    width: 100%;
    height: 63.9vw;
    overflow: hidden;
    position: relative;
}

@media (min-width: 1280px) {
    .sec_05 {
        height: 817px;
    }
}

.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: 2.5%;
    color: #fff;
    text-align: center;
    font-size: 35px;
    font-weight: 600;
    letter-spacing: 0.02em;
}

.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: 38%;
    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: cover;
        height: 202vw;
    }

    .sec_05 .content_wrap .witness .photo-wrap .photo-text {
        font-size: 4.5vw;
    }

    .sec_05 .note {
        transform-origin: center bottom;
        width: 105%;
        left: -2.5%;
        right: 0;
    }    

    .sec_05 .content_wrap {
        width: 89%;
        margin: 10vw 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 .text-wrap h5 span {
        font-size: 110%;
    }

    .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;
    bottom: 21%;
}

.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% 2vw;
        line-height: 1;
    }

    .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;
    }


}