@charset "utf-8";

/********* 表單(*)必要欄位_此段文字隱藏*******/
.c-form__legend,
.l-content__breadcrumbs {
    display: none;
}

/********* 修正大框架左右padding為0 *******/
.l-content__main,
.l-content__container {
    padding-right: 0;
    padding-left: 0;
}

.l-content__main {
    width: 100%;
    max-width: 1280px;
}

.home_shopping a img {
    display: block;
}

.l-content__title {
    display: none;
}

@media screen and (min-width: 64em) {
    .l-content__title {
        display: none;
    }

    .l-content {
        padding: 0;
    }

    .l-content__main-container {
        margin-left: 0;
        margin-right: 0;
    }

    .l-content__main-top {
        margin: 0;
    }

}

.lan_wrapper .btn {
    height: auto !important;
}


body {
    font-family: "Century Gothic", "Arial", "微軟正黑體", "Microsoft JhengHei", "Noto Sans", sans-serif;
    font-weight: 400;
    font-size: 15px;
    display: block;
    margin: 0 auto;
    padding: 0;
    clear: both;
    position: relative;
}

.lan_wrapper {
    font-family: "微軟正黑體", "Microsoft JhengHei", "Noto Serif", serif, sans-serif;
    max-width: 1280px;
    width: 100%;
    display: block;
    margin: 0 auto;
    clear: both;
    color: #000 !important;
    background: #fafefe;
   overflow-x: hidden;
}

.lan_wrapper .bg-img img {
    display: block;
}

section {
    margin: 0 auto;
    width: 100%;
    clear: both;
    position: relative;
    display: block;
}

* {
    box-sizing: border-box;
}

sub {
    /*font-size: 50%;*/
    font-size: 35%;
    line-height: 0 !important;
    position: relative;
    vertical-align: baseline;
    font-weight: 300;
}

sup {
    /*font-size: 50%;*/
    font-size: 35%;
    line-height: 0 !important;
    position: relative;
    vertical-align: super;
    font-weight: 300;
}

img {
    max-width: 100%;
}

.mb {
    display: none !important;
}

@media (max-width: 820px) {
    .pc {
        display: none !important;
    }

    .mb {
        display: block !important;
    }
}

.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 30px rgba(17, 42, 89, 0.4);
    text-shadow: 0 0 30px rgba(0, 0, 0, 0.8);
}

.text-shadow-blue {
    text-shadow: 0 0 10px rgba(18, 147, 244, 0.5);
}

.btn {
    margin: 0 3px;
    color: #fff !important;
    background: #000;
    outline: 0;
    transition: all 0.5s ease;
    font-weight: 400;
    padding: 12px 13px 12px 17px;
    font-size: 18px;
    font-weight: 400;
    line-height: 100%;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    display: inline-block;
    border-radius: 0;
    border: 1px solid #000;
    box-shadow: 0 0 10px #fff;
    width: 175px;
    letter-spacing: 0.1rem;
}

.btn:hover,
.btn:focus,
.btn:active {
    border: 1px solid #000;
    color: #000 !important;
    background: #fff;
}

.btn.btn-large {
    letter-spacing: 0.1rem;
    width: 220px;
    line-height: 1.2;
    padding: 6px;
}

.btn_black {
    background: #000 !important;
}

.btn-w100 {
    width: 100%;
}

.adjust,
.adjust2 {
    position: absolute;
    display: block;
    z-index: 1;
    width: 100px;
    top: -135px;
}

/*******note *******/

.note {
    position: absolute;
    left: 0;
    right: 5%;
    bottom: 40px;
    text-align: right;
    line-height: 1.4;
    font-size: 10px;
}

@media (max-width:1280px) {
    .note {
        bottom: 3vw;
    }
}

@media (max-width: 820px) {
    .note {
        width: 90%;
        left: 0;
        right: 0;
        bottom: 2vw;
        margin: auto;
        font-size: 2.4vw !important;
        text-align: justify;
        text-justify: inter-ideograph;
    }

}

.btn-wrap {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
}


@media screen and (max-width: 1024px) {
    .btn {
        padding: 12px 13px 12px 17px;
        padding: 9.6px 10.4px 9.6px 13.6px;
        font-size: 14.5px;
        width: 140px;
    }

}

@media screen and (max-width: 820px) {
    .btn {
        font-size: 4vw;
        letter-spacing: 0.05em;
        width: 38vw;
        padding: 3vw 2.6vw 3vw 3.4vw;
        padding-left: 4vw;
    }

}

@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;
    }
}


.color-text-1 {
    background: -webkit-linear-gradient(left, #de9982 0%, #efbbc2 24%, #de9982 36%, #efbbc2 46%, #de9982 52%, #efbbc2 58%, #efbbc2 67%, #de9982 100%);
    background-size: 200% 100%;
    background-clip: text;
    -webkit-background-clip: -webkit-text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;
    -webkit-animation-name: colorText;
    animation-name: colorText;
    -webkit-animation-duration: 4s;
    animation-duration: 4s;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-animation-iteration-count: masked-light infinite;
    animation-iteration-count: infinite;
}

.color-text-2 {
    background: -webkit-linear-gradient(left, #bca658 0%, #fff8cb 24%, #bca658 36%, #fff8cb 46%, #bca658 52%, #fff8cb 58%, #fff8cb 67%, #bca658 100%);
    background-size: 400% 400%;
    background-clip: text;
    -webkit-background-clip: -webkit-text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;
    -webkit-animation-name: colorText;
    animation-name: colorText;
    -webkit-animation-duration: 5s;
    animation-duration: 5s;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-animation-iteration-count: masked-light infinite;
    animation-iteration-count: infinite;
}

@-webkit-keyframes colorText {
    0% {
        background-position: 0 0;
    }

    100% {
        background-position: -100% 0;
    }
}

.lan_wrapper h1,
.lan_wrapper h2,
.lan_wrapper h3,
.lan_wrapper h4,
.lan_wrapper h5,
.lan_wrapper h6,
.lan_wrapper p {
    font-family: "微軟正黑體", "Microsoft JhengHei", "Noto Serif", serif;
    line-height: 1.2;
    padding: 0;
    margin: 0;
    text-decoration: none;
    letter-spacing: normal;
    font-weight: 400;
}

.lan_wrapper h2 {
    font-size: 46px;
    font-weight: 600;
}

.lan_wrapper h3 {
    font-size: 42px;
}

.lan_wrapper h4 {
    font-size: 32px;

}

.lan_wrapper h5 {
    font-size: 24px;
}

.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: 86%;
    line-height: 1.5;
}

@media screen and (max-width: 1280px) {
    .lan_wrapper h2 {
        font-size: 3.6vw;
    }

    .lan_wrapper h3 {
        font-size: 3.3vw;
    }

    .lan_wrapper h4 {
        font-size: 2.5vw;
    }

    .lan_wrapper h5 {
        font-size: 1.64vw;
    }

    .lan_wrapper h6 {
        font-size: 1.64vw;
    }

    .lan_wrapper p {
        font-size: 1.41vw;
    }
}

@media screen and (max-width: 820px) {
    .lan_wrapper h2 {
        font-size: 42px;
        font-size: 6.8vw;
        overflow: visible;
        height: auto;
        display: block;
    }

    .lan_wrapper h3 {
        font-size: 5.7vw;
    }

    .lan_wrapper h4 {
        font-size: 5vw;
        line-height: 1.4;
    }

    .lan_wrapper h5 {
        font-size: 4vw;
    }

    .lan_wrapper h6 {
        font-size: 4.2vw;
    }

    .lan_wrapper p {
        font-size: 3.2vw;
    }

}

.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: 133.33%;
}

.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 h2 .num2,
.lan_wrapper h3 .num2,
.lan_wrapper h4 .num2,
.lan_wrapper h5 .num2,
.lan_wrapper h6 .num2 {
    font-size: 140%;
}

.lan_wrapper h2 small,
.lan_wrapper h3 small,
.lan_wrapper h4 small,
.lan_wrapper h5 small,
.lan_wrapper h6 small {
    color: inherit;
    font-size: 86.66%;
}

.lan_wrapper .sec_03 h4 small {
    font-size: 60%;
    vertical-align: super;
}

.lan_wrapper h2.larger,
.lan_wrapper h3.larger,
.lan_wrapper h4.larger,
.lan_wrapper h5.larger,
.lan_wrapper h6.larger {
    color: inherit;
    font-size: 120%;
}

h2 .underline {
    position: relative;
}

h2 .underline:after {
    content: "";
    background-image: linear-gradient(90deg, transparent 0%, #de9982 15%, #e7acb4 50%, #de9982 85%, transparent 100%);
    position: absolute;
    left: -10%;
    right: 5%;
    bottom: -0.1em;
    width: 115%;
    height: 2.5px;
}

.section-title h2 {
    margin-bottom: 0.15em;
}

.section-title h2:nth-of-type(2) {
    margin: 0.4em auto 0.3em;
}

@media screen and (max-width: 820px) {
    h2 .underline:after {
        height: 0.5vw;
    }

    .section-title h2:nth-of-type(2) {
        margin: 4vw auto 1vw;
    }

    .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: 125%;
    }

}

.white {
    color: #fff !important;
}

.black {
    color: #000 !important;
}

.color_UV {
    color: #db8c6c !important;
}


.bold {
    font-weight: 700 !important;
}

.light-blue {
    color: #c0e6fb !important;
}

.light-blue2 {
    color: #8ee9fc !important;
}

.dark-blue {
    color: #04254b !important;
}

.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-1 {
    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-2 {
    background: -webkit-linear-gradient(left, #60a4ca 0%, #81c9f1 24%, #60a4ca 36%, #81c9f1 46%, #60a4ca 52%, #81c9f1 58%, #81c9f1 67%, #60a4ca 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: url(../images/shine_light.png) center center no-repeat;
    background-size: cover;
    width: 200%;
    height: 200%;
    left: 0;
    top: -5%;
    pointer-events: none;
    -webkit-animation: btn-shine 8s ease 2s infinite;
    animation: btn-shine 8s ease 2s 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;
    }
}

.content {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
}


/*區塊共用標題設定*/
.section-title {
    text-align: center;
    padding: 70px 0 0;
    margin: 0 auto;
}

.section-title {
    text-align: center;
    padding: 38px 0 0;
    margin: 0 auto;
}

@media (max-width: 1280px) {

    .section-title {
        text-align: center;
        padding: 3.3vw 0 0;
        margin: 0 auto;
    }

}

@media (max-width: 820px) {

    .section-title {
        padding: 8vw 0 3vw;
    }

}



/*影片style*/
.video_wrap {
    position: relative;
}

video {
    display: block;
    width: 100%;
    height: auto;
    left: 0;
    right: 0;
    top: 0;
    margin: auto;
}

.home_shopping a img {
    display: block;
}

/*******************Anchor ********************/

.anchor {
    background-color: #06132a;
    padding: 30px 0;
    text-align: center;
}

.anchor a {
    font-size: 24px;
    letter-spacing: 0.1em;
    color: #fff;
    text-decoration: none;
    border-right: 1px solid #fff;
    padding: 0 15px;
    line-height: 1;
}

.anchor a:last-of-type {
    border-right: none;
}

@media (max-width:1180px) {
    .anchor a {
        font-size: 19.2px;
    }
}

@media (max-width:820px) {
    .anchor a {
        font-size: 4.5vw;
        margin-bottom: 2vw;
        display: inline-block;
    }

    .anchor a:nth-of-type(3) {
        border-right: none;
    }

}

/*******************sec_01 KV********************/

.sec_01 {
    position: relative;
}

.sec_01 .section-title {
    width: 50%;
    margin-left: 0;
    padding: 55px 0 0;
}

.sec_01 .btn-wrap {
    width: 50%;
    position: absolute;
    left: 0;
    right: auto;
    bottom: 5%;
}

@media (max-width: 1280px) {
    .sec_01 .section-title {
        padding: 4.5vw 0 0;
    }

}

@media (max-width: 820px) {
    .sec_01 .section-title {
        padding: 9.5vw 0 0;
        width: 100%;
        margin: auto;
    }

    .sec_01 .btn-wrap {
        width: 100%;
        text-align: center;
        bottom: 3vw;
        margin: 5vw auto;
    }

    .sec_01 .section-title h2 {
        font-size: 8vw;
    }

    .sec_01 .section-title h4 {
        font-size: 5.4vw;
    }

}

/*******************sec_02 video********************/

.sec_02 .video_wrap {
    width: 85%;
    left: 0;
    right: 0;
    margin: 4% auto;
    box-shadow: 0 0 30px rgba(255, 255, 255, 0.4);
}

.sec_02 .video_wrap video {
    border: 1px solid #c2e2ed;
    box-shadow: 0 0 20px rgba(24, 146, 221, 0.743);
}

.sec_02 .note {
    position: absolute;
    text-align: left;
    left: 2.5%;
    bottom: 125px;
    font-size: 8px !important;
    line-height: 1.4;
    color: #fff;
}

@media (max-width: 1280px) {

    .sec_02 .note {
        bottom: 10vw;
    }

}

@media (max-width: 820px) {
    .sec_02 .video_wrap {
        margin: 53% auto 0;
        box-shadow: 0 0 5vw rgba(255, 255, 255, 0.4);
    }

    .sec_02 .section-title {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        width: 100%;
        margin: 0 auto;
    }

    .sec_02 .note {
        font-size: 2.4vw !important;
        position: absolute;
        text-align: justify;
        width: 90%;
        left: 2.5%;
        right: 0;
        bottom: 0;
        padding-bottom: 5vw;
    }
}

/*******************sec_03  6X抵禦********************/
.sec_03 .content .bg-img {
    width: 54%;
    position: absolute;
    top: 0;
    right: 0
}

.sec_03 .content .section-title {
    width: 54%;
    position: absolute;
    top: 0;
    right: 0;
    padding: 0;
    text-align: left;
}

.sec_03 .content .section-title h2 {
    margin-left: 13%;
    display: inline-block;
}

.sec_03 .content .section-title h4 {
    display: inline-block;
    vertical-align: top;
    margin-top: 20%;
    margin-left: 1%;
}

.sec_03 .content .section-title>img {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
}

.sec_03 .section-title h2 span.larger {
    font-size: 550%;
    font-weight: 400;
}

.sec_03 .section-title h2 span.larger2 {
    font-size: 268%;
    font-weight: 400;
}

.sec_03 .short_wrap .text {
    position: absolute;
    width: 23.5%;
    display: block;
    z-index: 2;
    text-align: center;
}

.sec_03 .short_wrap.short_wrap_1 .text {
    top: 43%;
    left: 48%;
}

.sec_03 .short_wrap.short_wrap_2 .text {
    top: 42%;
    left: 71.5%;
}

.sec_03 .short_wrap .text p span {
    border-bottom: 1px solid;
    padding-bottom: 0.15em;
}

.sec_03 .short_wrap.short_wrap_1 .text p {
    margin-top: 75%;
    text-align: center;
}

.sec_03 .short_wrap.short_wrap_2 .text p {
    margin-top: 70%;
    text-align: center;
}

.sec_03 .short {
    width: 21.5%;
    height: 25.2%;
    position: absolute;
    top: 51%;
    overflow: hidden;
}

.sec_03 .short video {
    border: 0;
}

.sec_03 .short_1 {
    left: 50.2%;
    border-radius: 1em 0 0 1em;
}

.sec_03 .short_2 {
    left: 71.6%;
    border-radius: 0 1em 1em 0;
}

@media (max-width: 820px) {
    .sec_03 .content .bg-img {
        width: 100%;
    }

    .sec_03 .content .section-title {
        width: 100%;
    }

    .sec_03 .content .section-title h2 {
        margin-top: -5vw;
    }

    .sec_03 .content .section-title h4 {
        margin-top: 15.5%;
        margin-left: 0;
    }

    .sec_03 .short_wrap .text {
        width: 49%;
    }

    .sec_03 .short_wrap.short_wrap_1 .text {
        top: 63%;
        left: 45.5%;
    }

    .sec_03 .short_wrap.short_wrap_2 .text {
        top: 26%;
        left: 45.5%;
    }

    .sec_03 .short_wrap.short_wrap_2 .text p {
        margin-top: 62%;
    }

    .sec_03 .short_wrap.short_wrap_1 .text p {
        margin-top: 61%;
    }

    .sec_03 .short {
        width: 40vw;
        height: 26vw;
    }

    .sec_03 .short_1,
    .sec_03 .short_2 {
        border-radius: 2vw 2vw;
        left: 50%;
    }

    .sec_03 .short_1 {
        top: 68%;
    }

    .sec_03 .short_2 {
        top: 34.5%;
    }
}

/*******************sec_04 成分********************/

.sec_04 .content .intro {
    width: 50%;
    position: absolute;
}

.sec_04 .content .intro img {
    width: 100%;
    display: block;
}

.sec_04 .content .intro h6 {
    line-height: 1.6;
}

.sec_04 .content .intro_01 img {
    margin: -3em auto 0.5em;
}

.sec_04 .content .intro_02 img,
.sec_04 .content .intro_03 img {
    margin: 0.5em auto -2.7em;
}

.sec_04 .content .intro_01 {
    left: 0;
    top: 55%;
}

.sec_04 .content .intro_02 {
    right: 0;
    top: 46%;
}

.sec_04 .content .intro_03 {
    right: 0;
    top: 77%;
}

.sec_04 .content .intro_01 h4,
.sec_04 .content .intro_01 h6 {
    padding-left: 21%;
}

.sec_04 .content .intro_02 h4,
.sec_04 .content .intro_02 h6,
.sec_04 .content .intro_03 h4,
.sec_04 .content .intro_03 h6 {
    text-align: right;
    padding-right: 24%;
}

@media screen and (max-width: 820px) {
    .sec_04 .section-title {
        padding: 7vw 0 3vw;
    }

    .sec_04 .content .intro h6 {
        font-size: 3.2vw;
    }

    .sec_04 .content .intro_01 {
        left: auto;
        right: 0;
        top: 54%;
    }

    .sec_04 .content .intro_02 {
        right: auto;
        left: 0;
        top: 35%;
    }

    .sec_04 .content .intro_03 {
        right: auto;
        left: 0;
        top: 79%;
    }


    .sec_04 .content .intro_01 img,
    .sec_04 .content .intro_02 img,
    .sec_04 .content .intro_03 img {
        margin: -4vw auto 1vw;
    }

    .sec_04 .content .intro_01 h4,
    .sec_04 .content .intro_01 h6 {
        text-align: right;
        padding-left: 0;
        padding-right: 8%;
    }

    .sec_04 .content .intro_02 h4,
    .sec_04 .content .intro_02 h6,
    .sec_04 .content .intro_03 h4,
    .sec_04 .content .intro_03 h6 {
        text-align: left;
        padding-right: 0;
        padding-left: 8%;
    }

}


/*******************sec_05 抗斑********************/

.sec_05 .section-title {
    padding-top: 90px;
    width: 50%;
    margin-left: 50%;
    padding-left: 2%;
    padding-top: 12%;
    box-sizing: border-box;
}

.sec_05 .content .section-title h2,
.sec_05 .content .section-title h4,
.sec_05 .content .section-title .number_wrap {
    text-align: left;
}

.sec_05 .content .section-title h4 {
    line-height: 1.3;
}

.sec_05 .content .section-title .number_wrap h2 {
    font-weight: 300;
    transform: skewX(-15deg);
    letter-spacing: -0.2em;
    padding-right: 3%;
    margin-top: -8%;
    margin-left: -1%;
}

.sec_05 .content .section-title .number_wrap h2 span.larger {
    font-size: 550%;
}

.sec_05 .content .section-title .number_wrap h2 span.larger2 {
    font-size: 268%;
}

.sec_05 .content .section-title .number_wrap h2,
.sec_05 .content .section-title .number_wrap h3 {
    display: inline-block;
    text-align: left;
}

@media screen and (max-width: 820px) {
    .sec_05 .section-title {
        width: 75%;
        margin-left: 20%;
        padding-left: 0;
        padding-top: 6vw;
    }

    .sec_05 .section-title>h2 span.larger {
        margin-right: -3.5vw;
        font-size: 120%;
    }

    .sec_05 .content .section-title .number_wrap h3 {
        display: block;
        text-align: right;
        margin-top: 9vw;
    }

    .sec_05 .content .section-title .number_wrap h3:nth-of-type(2) {
        display: inline-block;
        margin-top: -12vw;
        vertical-align: middle;
    }

    .sec_05 .content .section-title .number_wrap h2 {
        display: inline-block;
        margin-top: -5vw;
        margin-left: 0;
        padding-right: 3%;
        margin-right: -5%;
    }

    .sec_05 .content .section-title .number_wrap h2 span.larger {
        font-size: 435%;
        letter-spacing: -1vw;
    }

    .sec_05 .content .section-title .number_wrap h2 span.larger2 {
        font-size: 240%;
    }


    .sec_05 .content .section-title h2,
    .sec_05 .content .section-title h4,
    .sec_05 .content .section-title .number_wrap {
        text-align: right;
    }

}

/*******************sec_06 輕薄 ********************/

.sec_06 .content .section-title {
    text-align: left;
    margin: 10% 0 0 12%;
}

.sec_06 .content .section-title h2 {
    margin-bottom: 1em;
}

.sec_06 .content .section-title h4 {
    margin-bottom: 0.8em;
}

.sec_06 .content .section-title h4 img {
    width: 4%;
    height: auto;
    display: inline-block;
    vertical-align: bottom;
    margin-bottom: 0.1em;
}

@media screen and (max-width: 820px) {
    .sec_06 .content .section-title {
        margin: 14% 0 0 5%;
    }

    .sec_06 .content .section-title h2 {
        margin-bottom: 5vw;
    }

    .sec_06 .content .section-title h4 {
        margin-bottom: 2vw;
        font-size: 4.5vw;
    }

    .sec_06 .content .section-title h4 img {
        width: 6.5%;
    }
}


/*******************sec_07 UV家族 ********************/

.sec_07 .section-title {
    padding: 70px 0 0;
}

.sec_07 .table_wrap {
    width: 90%;
    margin: 2em auto 0;
}

.sec_07 .table_wrap table {
    width: 100%;
}

.sec_07 .table_wrap table .pic {
    text-align: center;
    vertical-align: top;
    padding: 0;
}

.sec_07 .table_wrap table tr td {
    border-bottom: 0.5px solid #dea38e;
    border-right: 0.5px solid #dea38e;
}

.sec_07 .table_wrap table tr td:first-of-type {
    border-left: 1px solid #dea38e;
    white-space: nowrap;
}

.sec_07 .table_wrap table tr td:last-of-type {
    border-right: 1px solid #dea38e;
}

.sec_07 .table_wrap table tr:last-of-type td {
    border-bottom: 1px solid #dea38e;
}

.sec_07 .table_wrap table tr:nth-of-type(2) td {
    border-top: 1px solid #dea38e;
}

.sec_07 .table_wrap table tr:first-of-type td:first-of-type {
    border-left: none;
}

.sec_07 .table_wrap table tr:first-of-type td:last-of-type {
    border-right: none;
}

.sec_07 .table_wrap table .pic img {
    display: block;
    width: auto;
    height: 180px;
    margin: 0 auto
}

.sec_07 .table_wrap table .pic p {
    text-align: center;
    vertical-align: top;
}

.sec_07 .table_wrap table td {
    color: #000;
    text-align: left;
    padding: 1.2em 0.8em;
}

.sec_07 .table_wrap table td p {
    text-align: left;
}

.sec_07 .table_wrap table .grey {
    background: rgba(179,153, 145, 0.4);
    text-align: center;
    vertical-align: middle;
    font-weight: 700;
    color: #fff;
}

.sec_07 .table_wrap table td.uv {
    background: rgba(227,169, 149, 0.7);
    text-align: center;
    vertical-align: middle;
    font-weight: 700;
    color: #fff;
}


@media screen and (max-width: 1280px) {
    .sec_07 .section-title {
        padding: 5.5vw 0 0;
    }

    .sec_07 .table_wrap table td {
        padding: 1.5vw 1vw;
    }

    .sec_07 .table_wrap table .pic img {
        height: 14vw;
    }
}

@media screen and (max-width: 820px) {
    .sec_07 {
        background: url(../images/sec_07_mb.jpg) center top no-repeat #b1d5eb;
        background-size: 100%;
        padding-bottom: 3vw;
    }


    .sec_07 .section-title {
        padding: 10.5vw 0 0;
    }

    .sec_07 .table_wrap {
        width: 100%;
        overflow: hidden;
       /* overflow: visible;
        overflow-x: auto;*/
        -webkit-overflow-scrolling: touch;/* iOS 平滑滾動 */
        margin: 5vw auto 0;
        padding: 0 4vw 4vw 4vw;
    }

    /*
    .sec_07 .table_wrap table {
        width:130%;
        min-width: 130% !important;
        white-space: nowrap;
    }
    */

    .sec_07 .table_wrap table .grey {
        padding: 1.5vw 0;
    }

    .sec_07 .table_wrap table .uv {
        width: 5vw;
    }

    .sec_07 .table_wrap table .uv h6 {
        text-orientation:upright;
        writing-mode: vertical-rl;
        letter-spacing: 0.5vw;
        padding: 2vw 0.5vw;
        width: 4.2vw;
        margin-right: -1vw;
    }

    .sec_07 .table_wrap table h6 {
        font-size: 3.4vw;
        font-weight: 700;
        padding: 0.5vw 1vw;
    }

    .sec_07 .table_wrap table tr:nth-of-type(2) td {
        border-top: 0;
    }

    .sec_07 .table_wrap table .pic img {
        height: 19vw;
    }

    .sec_07 .table_wrap table .pic p {
        line-height: 1.1;
    }

    .sec_07 .table_wrap table .pic p small {
        font-size: 80%;
        line-height: 1.4;
    }

    .sec_07 .table_wrap table td,
    .sec_07 .table_wrap table td.pic {
        padding: 1.5vw 1vw;
        vertical-align: middle;
    }

    .sec_07 .table_wrap table td.pic {
        width: 24%;
        padding: 0.5vw;
    }

    .sec_07 .table_wrap table tr td:nth-of-type(3) {
        width: 16%;
    }

    .sec_07 .table_wrap table tr td:nth-of-type(3) p {
        text-align: center;
    }

    .sec_07 .table_wrap img.arrow {
        width: 16vw;
        display: block;
        margin: 2vw auto 0;
    }

}