<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";




* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

*:after,
*:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    height: auto !important;
    overflow-x: hidden;
}

sub,
sup {
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.6em;
    font-size: 0.6em;
}

sub {
    bottom: -0.6em;
    font-size: 0.6em;
}

html #overview #special-sectionOverview,
html #overview #sectionOverview,
html #overview #old-sectionOverview {
    width: 100% !important;
    padding-top: 0 !important;
    padding-right: 0 !important;
    padding-left: 0 !important;
    padding-bottom: 0 !important;
    margin: 0 !important;
    border: 0 !important;
    float: none !important;
}

#sectionOverview,
#old-sectionOverview,
#special-sectionOverview {
    background-color: #fff;
    height: auto;
    color: #222;
    font-size: 12px;
}

#sectionOverview #TypeC-width-full,
#old-sectionOverview #TypeC-width-full,
#special-sectionOverview #TypeC-width-full {
    width: 100%;
    background-color: #fff;
    /*position: absolute;
left: 0px;*/
    overflow: hidden;
}

#sectionOverview #precent-cont,
#old-sectionOverview #precent-cont,
#special-sectionOverview #precent-cont {
    margin: 0 auto;
    height: 100%;
    max-width: 2000px;
}

#sectionOverview .clear:after,
#old-sectionOverview .clear:after,
#special-sectionOverview .clear:after {
    content: '';
    clear: both;
    display: block;
}

#sectionOverview h2,
#old-sectionOverview h2,
#special-sectionOverview h2 {
    color: #222 !important;
    font-size: 3.5em;
    padding: 0;
    margin: 0;
    font-weight: 300;
    line-height: 1.2em;
}

#sectionOverview h3,
#old-sectionOverview h3,
#special-sectionOverview h3 {
    color: #c8b06e;
    font-size: 2.3em;
    padding: 0;
    margin: 0;
    font-weight: 400;
    line-height: 1.1em;
}

#sectionOverview p,
#old-sectionOverview p,
#special-sectionOverview p {
    padding: 0;
    margin: 0;
    font-size: 1.5em;
    line-height: 1.5em;
}
#OfficialHeaderWrapper{
    /* display: none; */
}
#TypeC-width-full {
    font-size: 16px;
    font-family: 'Myriad Pro', Arial, Helvetica, sans-serif;
}
#TypeC-width-full ul {
    list-style: none;
}
#TypeC-width-full ul li {
    margin: 0;
}

@media screen and (max-width: 550px) {
    #sectionOverview h2 {
        font-size: 2.5em;
    }

    #sectionOverview h3 {
        font-size: 1.6em;
    }

    #sectionOverview p {
        font-size: 1.3em;
    }

    #old-sectionOverview h2 {
        font-size: 2.5em;
    }

    #old-sectionOverview h3 {
        font-size: 1.6em;
    }

    #old-sectionOverview p {
        font-size: 1.3em;
    }

    #special-sectionOverview h2 {
        font-size: 2.5em;
    }

    #special-sectionOverview h3 {
        font-size: 1.6em;
    }

    #special-sectionOverview p {
        font-size: 1.3em;
    }
}

#TypeC-width-full a {
    text-decoration: none;
    cursor: pointer;
    -webkit-transition: 0.3s ease-out;
    -moz-transition: 0.3s ease-out;
    -o-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
}

#TypeC-width-full a:active {
    background-color: transparent;
}

#TypeC-width-full a:hover {
    text-decoration: none;
    cursor: pointer;
}

#TypeC-width-full a:hover,
#TypeC-width-full a:active {
    outline: 0;
}
#TypeC-width-full *:focus {
  outline-color: #1984d6;
}

#TypeC-width-full a.link_style{
    color: #000 !important;
    padding: 12px 40px 12px 20px;
    border: 2px solid #000;
    text-decoration: none;
    font-size: 1.1em;
    display: inline-block;
    margin: 10px 0;
    width: 100%;
    -webkit-transition: 0.3s ease-out;
    -moz-transition: 0.3s ease-out;
    -o-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
}
#TypeC-width-full a.link_style:hover{
    border: 2px solid #14639e;
    -webkit-transition: 0.3s ease-out;
    -moz-transition: 0.3s ease-out;
    -o-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
}
#TypeC-width-full a.link_style:hover span{
    color: #14639e;
}
#TypeC-width-full a.link_style::after{
    content: '';
    background: url(../img/ico_link.png) no-repeat center center;
    width: 23px;
    height: 20px;
    display: inline-block;
    position: absolute;
    margin-left: 10px;
    -webkit-transition: 0.1s ease-out;
    -moz-transition: 0.1s ease-out;
    -o-transition: 0.1s ease-out;
    transition: 0.1s ease-out;
}
#TypeC-width-full a.link_style:hover::after{
    margin-left: 15px;
    background: url(../img/ico_link_hover.png) no-repeat center center;
    -webkit-transition: 0.3s ease-out;
    -moz-transition: 0.3s ease-out;
    -o-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
}
#TypeC-width-full a.link_style.link_style_b{
    background: #14639e;
    border: 1px solid #14639e;
    color: #fff !important;
    padding: 15px 40px;
    margin-top: 40px;
}
#TypeC-width-full a.link_style.link_style_c{
    background: #14639e;
    border: 1px solid #14639e;
    color: #fff !important;
    padding: 8px 20px;
    /* margin-top: 40px; */
}
@media only screen and (max-width: 759px) {
    #TypeC-width-full a.link_style{
        font-size: 1.1em;
        line-height: 1.5;
        width: 100%;
        text-align: center;
    }
}
/*#sectionOverview img{ max-width: none;}  write over wtite base_responsive.css */

#sectionOverview .text-center,
#old-sectionOverview .text-center,
#special-sectionOverview .text-center {
    text-align: center;
}

#TypeC-width-full .product-section {
    position: relative;
    background-repeat: no-repeat;
    /*height: 0;*/
    overflow: hidden;
}

#TypeC-width-full .product-section:before {
    content: "";
    position: absolute;
    background-repeat: no-repeat;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

#TypeC-width-full .product-section .product-content {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    background: none;
    /*  opacity: 0; */
}

#TypeC-width-full .product-section .maintitle {
    position: absolute;
    /*-webkit-transition: all .5s;
-o-transition: all .5s;
transition: all .5s;*/
    z-index: 2;
}

@media only screen and (max-width: 1040px) {}

@media only screen and (max-width: 759px) {
    #TypeC-width-full .product-section:before {
        height: 0;
    }

    #TypeC-width-full .product-section {
        overflow: auto;
        height: auto;
    }

    #TypeC-width-full .product-section .product-content {
        position: relative;
        margin-bottom: 0px
    }

    #TypeC-width-full .product-section .maintitle {
        position: relative;
        text-align: center;
        padding: 1.5em 5%;
        width: auto;
        left: auto;
        top: auto;
    }
}

/****************** screen ******************/

#TypeC-width-full .mx-section-screen {
    position: relative;
}


/*** birdview ***/

#TypeC-width-full .mx-section-screen .birdview {
    margin-top: 30px;
}

#TypeC-width-full .mx-section-screen .birdview img {
    max-width: 100% !important;
    margin: 0 auto;
    display: block;
    position: relative;
}

#TypeC-width-full .mx-section-screen .birdview .mx-text {
    text-align: center;
    width: 96%;
    max-width: 800px;
    margin: 0 auto;
}

#TypeC-width-full .mx-section-screen .birdview .mx-text h2 {
    margin-bottom: 20px;
}


#TypeC-width-full .maintitle a {
    color: #fff;
    font-family: 'myriadprolight', Arial, Helvetica, sans-serif;
    text-decoration: none;
}

#TypeC-width-full ul.note_list {
    list-style: none;
    width: 100%;
    max-width: 880px;
    margin: 0 auto
}

#TypeC-width-full ul.note_list li {
    text-align: left;
    margin-left: 0px;
}

#TypeC-width-full ul.note_list li p {
    text-align: left;
    line-height: 1.2em;
}

#TypeC-width-full p.note {
    font-size: 0.9em;
    color: #757575 !important;
    line-height: 1em;
    text-align: center;
    letter-spacing: 0.05em;
    font-weight: 500;
    margin-top: 20px !important;
    display: inline-block;
    font-family: 'myriadprolight', Arial, Helvetica, sans-serif;
}
@media only screen and (max-width: 759px) {
    #TypeC-width-full p.note{
        width: 100%;
        text-align: left;
    }
}
/*** angle ***/

#TypeC-width-full .mx-section-screen .angle {
    margin: 120px auto 80px auto;
    width: 96%;
    max-width: 1440px;
    position: relative;
}

#TypeC-width-full .mx-section-screen .angle&gt;img {
    display: block;
    float: right;
    width: 60%;
    max-width: 860px;
}

#TypeC-width-full .mx-section-screen .angle .mx-text {
    float: left;
    width: 40%;
    max-width: 500px;
    margin-top: 3%;
}

#TypeC-width-full .mx-section-screen .angle .mx-text h2 {
    margin-bottom: 20px;
}

@media screen and (max-width: 1000px) {
    #TypeC-width-full .mx-section-screen .angle .mx-text {
        margin-top: 0;
    }
}

@media screen and (max-width: 750px) {
    #TypeC-width-full .mx-section-screen .angle {
        margin-top: 70px;
    }

    #TypeC-width-full .mx-section-screen .angle&gt;img {
        float: none;
        width: 100%;
        margin-top: 20px;
    }

    #TypeC-width-full .mx-section-screen .angle .mx-text {
        float: none;
        width: 100%;
        max-width: 100%;
    }
}

#TypeC-width-full img.webstyle,
#TypeC-width-full .webstyle {
    display: inline-block;
}

/**/
#TypeC-width-full .flexCon {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
#TypeC-width-full .flexCon.flex-50-50&gt;.flex-item {
    position: relative;
    width: 50%;
    padding: 0 0px;
}
#TypeC-width-full .flexCon.flex-50-50&gt;.flex-item img{
    width: 100%;
}
#TypeC-width-full .flexCon.flex-50-50&gt;.flex-item.flex-45 {
    width: 45%;
}
#TypeC-width-full .flexCon.flex-50-50&gt;.flex-item.flex-55 {
    width: 55%;
}
#TypeC-width-full .flexCon.flex-50-50&gt;.flex-item.flex-40 {
    width: 40%;
}
#TypeC-width-full .flexCon.flex-50-50&gt;.flex-item.flex-60 {
    width: 60%;
}
#TypeC-width-full .flexCon.flex-50-50&gt;.flex-item.flex-35 {
    width: 35%;
}
#TypeC-width-full .flexCon.flex-50-50&gt;.flex-item.flex-65 {
    width: 65%;
}
#TypeC-width-full .flexCon.flex-50-50&gt;.flex-item:first-child {
    padding: 0;
}
#TypeC-width-full .flexCon.flex-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -moz-box-orient: horizontal;
    -moz-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}
#TypeC-width-full .translate_box{
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
@media only screen and (max-width: 768px) {
    #TypeC-width-full .flexCon.flex-50-50&gt;.flex-item {
         position: relative;
        width: 100%;
        padding: 0px 0;
    }
    #TypeC-width-full .flexCon.flex-50-50&gt;.flex-item.flex-45 {
        width: 100%;
    }
    #TypeC-width-full .flexCon.flex-50-50&gt;.flex-item.flex-55 {
        width: 100%;
    }
    #TypeC-width-full .flexCon.flex-50-50&gt;.flex-item.flex-40 {
        width: 100%;
    }
    #TypeC-width-full .flexCon.flex-50-50&gt;.flex-item.flex-60 {
        width: 100%;
    }
    #TypeC-width-full .flexCon.flex-50-50&gt;.flex-item.flex-35 {
        width: 100%;
    }
    #TypeC-width-full .flexCon.flex-50-50&gt;.flex-item.flex-65 {
        width: 100%;
    }
    #TypeC-width-full .flexCon.flex-reverse {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -moz-box-orient: horizontal;
        -moz-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
    #TypeC-width-full .translate_box{
        position: relative;
        top: inherit;
        left: inherit;
        transform: translate(0%, 0%);
    }
}

/* 左文右圖 */

#TypeC-width-full .maintitle.lefttxt {
    display: inline-block;
    width: 100%;
    margin: 0 0 60px;
}

#TypeC-width-full .maintitle.lefttxt .info_left {
    float: left;
    margin: 0px -100% 0px 0px;
    position: relative;
    width: 50%;
    text-align: left !important
}

#TypeC-width-full .maintitle.lefttxt .info_left .mtitle,
#TypeC-width-full .maintitle.lefttxt .info_left .info,
#TypeC-width-full .maintitle.lefttxt .info_right .mtitle {
    text-align: left !important;
    padding: 0;
    width: 100% !important;
    margin: 0 auto;
    margin-bottom: 15px;
}

#TypeC-width-full .maintitle.lefttxt .info_right {
    margin: 0px 0px 0px 50%;
    position: relative;
    /*width: 100%;*/
}

#TypeC-width-full .maintitle.lefttxt .info_left .stitle,
#TypeC-width-full .maintitle.lefttxt .info_left .stitle p,
#TypeC-width-full .maintitle.lefttxt .info_left .info,
#TypeC-width-full .maintitle.lefttxt .info_left .info p {
    text-align: left !important;
    margin-left: 0 !important;
}


/* 左圖右文 */

#TypeC-width-full .maintitle.righttxt {
    display: inline-block;
    width: 100%;
    margin: 0;
}

#TypeC-width-full .maintitle.righttxt .info_left {
    float: left;
    margin: 0px -100% 0px 0px;
    position: relative;
    width: 50%;
}

#TypeC-width-full .maintitle.righttxt .info_left .mtitle,
#TypeC-width-full .maintitle.righttxt .info_left .mtitle p,
#TypeC-width-full .maintitle.righttxt .info_left .info,
#TypeC-width-full .maintitle.righttxt .info_left .info p,
#TypeC-width-full .maintitle.righttxt .info_right .mtitle,
#TypeC-width-full .maintitle.righttxt .info_right .mtitle p {
    text-align: left !important;
    padding: 0;
    width: 100% !important;
    margin: 0 auto;
    margin-bottom: 25px;
}

#TypeC-width-full .maintitle.righttxt .info_right {
    margin: 0px 0px 0px 50%;
    position: relative;
    text-align: left;
    /*width: 100%;*/
}

#TypeC-width-full .maintitle.righttxt .info_right .stitle,
#TypeC-width-full .maintitle.righttxt .info_right .stitle p,
#TypeC-width-full .maintitle.righttxt .info_right .info,
#TypeC-width-full .maintitle.righttxt .info_right .info p {
    text-align: left !important;
    margin-left: 0 !important;
}

#TypeC-width-full .mtitle {
    text-align: center;
    margin-bottom: 15px
}
#TypeC-width-full h1 {
    font-size: 2.8em;
    font-family: "TT Norms Pro", "Helvetica", "Myriad Pro Light", "STHeiti Light", "Apple LiGothic Medium", "微軟正黑體", "Microsoft JhengHei", Helvetica, Arial, sans-serif;
    font-weight: 400;
    line-height: 1 !important;
    margin: 0 0 0px 0 !important;
    padding-bottom: 0px;
    color: #000 !important;
    margin-bottom: 0em;
    display: inline-block;
    padding-top: 0px;
}
#TypeC-width-full h2 {
    font-size: 2.8em;
    font-family: "TT Norms Pro", "Helvetica", "Myriad Pro Light", "STHeiti Light", "Apple LiGothic Medium", "微軟正黑體", "Microsoft JhengHei", Helvetica, Arial, sans-serif;
    font-weight: 400;
    line-height: 1 !important;
    margin: 0 0 0px 0 !important;
    padding-bottom: 10px;
    color: #000 !important;
    display: inline-block;
    padding-top: 10px;
}
#TypeC-width-full h3 {
    font-size: 1.845em;
    font-family: "TT Norms Pro", "Helvetica", "Myriad Pro Light", "STHeiti Light", "Apple LiGothic Medium", "微軟正黑體", "Microsoft JhengHei", Helvetica, Arial, sans-serif;
}

#TypeC-width-full h4 {
    font-size: 3em;
    font-family: "TT Norms Pro", "Helvetica", "Myriad Pro Light", "STHeiti Light", "Apple LiGothic Medium", "微軟正黑體", "Microsoft JhengHei", Helvetica, Arial, sans-serif;
    color: #14639e;
    margin-bottom: 1em;
    font-weight: 400;
}


#TypeC-width-full .flex-item .info,
#TypeC-width-full .mainfull .maintitle .info,
#TypeC-width-full .mainsize .maintitle .info,
#TypeC-width-full .product-content .maintitle .info {
    font-family: 'Myriad Pro', Arial, Helvetica, sans-serif;
    color: #333333 !important;
    font-size: 1.25em;
    line-height: 1.2em;
    font-weight: 300;
    text-align: center;
    width: 100%;
    margin: 0 auto;
    letter-spacing: -0.007em;
}

@media only screen and (max-width: 1320px) {

    #TypeC-width-full .flex-item .info,
    #TypeC-width-full .mainfull .maintitle .info,
    #TypeC-width-full .mainsize .maintitle .info,
    #TypeC-width-full .product-content .maintitle .info {
        font-size: 1.1em;
        line-height: 1.4em;
    }
}

#TypeC-width-full .full-section .mainfull {
    text-align: center;
    margin: 0 auto;
    /*max-width: 1920px;*/
}

#TypeC-width-full .full-section .mainfull .maintitle {
    padding: 0 18px
}

.full-section:first-child {
    /*border-top: 1px solid #ccc;*/
}

#TypeC-width-full section.whiteBg h2,
#TypeC-width-full section.whiteBg .mtitle p,
#TypeC-width-full section.whiteBg .stitle p,
#TypeC-width-full section.whiteBg .flex-item .info,
#TypeC-width-full section.whiteBg .mainfull .info,
#TypeC-width-full section.whiteBg .maintitle .info,
#TypeC-width-full section.whiteBg ul li p,
#TypeC-width-full section.whiteBg p.note {
    color: #fff !important;
}
/* #TypeC-width-full section.whiteBg h2{
    border-top: 2px solid #fff;
} */

@media (-ms-high-contrast:active),
(-ms-high-contrast:none) {

    #TypeC-width-full section.whiteBg .mtitle p,
    #TypeC-width-full .mtitle p,
    #TypeC-width-full h2 {
        position: relative;
        color: #000 !important;
        background: transparent
    }
}

@supports (-ms-accelerator:true) {

    #TypeC-width-full section.whiteBg .mtitle p,
    #TypeC-width-full .mtitle p,
    #TypeC-width-full h2 {
        position: relative;
        color: #000 !important;
        background: transparent;
        -webkit-background-clip: text;
        -webkit-text-fill-color: #000 !important
    }
}

#TypeC-width-full .full-section .mainfull {
    text-align: center;
}

#TypeC-width-full .full-section .mainfull .maintitle {
    padding: 0 18px
}

#TypeC-width-full img.mobile,
#TypeC-width-full .mobile {
    display: none;
}

#TypeC-width-full .text-left,
#TypeC-width-full .maintitle .text-left {
    text-align: left !important;
}

/**/

#TypeC-width-full #hd{
    padding-top: 20px;
    margin-top: 82px;
}

/*TypeC-KV*/
#TypeC-width-full #TypeC-KV {
    padding-top: 0%;
    margin-bottom: 100px;
    overflow: hidden;
    background: #fff;
}
#TypeC-width-full #TypeC-KV h2{
    font-family: "TT Norms Pro-Medium";
    font-size: 3.75em;
    padding-top: 10px;
}
#TypeC-width-full #TypeC-KV .maintitle {
    left: 25%;
    top: 47%;
    transform: translate(-50%, -50%);
    width: 40%;
    max-width: 760px;
}

#TypeC-width-full #TypeC-KV .product-content {
    background-size: 100%;
    position: relative;
    display: inline-block;
}
#TypeC-width-full #TypeC-KV .bg {
    /* position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0%); */
    position: relative;
    top: 0;
    left: 0;
    transform: translate(0%, 0%);
    margin: 0% 0;
}

#TypeC-width-full #TypeC-KV .bg img {
    /* width: 100% !important; */
    width: 100% !important;
    margin-left: 0%;
    padding-top: 0px;
    background: #000;
}
@media only screen and (max-width: 2080px) {
    #TypeC-width-full h1{
        font-size: 2.6em;
    }
    #TypeC-width-full #TypeC-KV h2{
        font-size: 3.45em;
    }
}
@media only screen and (max-width: 1920px) {
    #TypeC-width-full h1{
        font-size: 2.4em;
    }
    #TypeC-width-full #TypeC-KV h2{
        font-size: 3.35em;
    }
}
@media only screen and (max-width: 1780px) {
    #TypeC-width-full h1{
        font-size: 2.3em;
    }
    #TypeC-width-full #TypeC-KV h2{
        font-size: 3.1em;
    }
}
@media only screen and (max-width: 1680px) {
    #TypeC-width-full h1{
        font-size: 2.2em;
    }
    #TypeC-width-full #TypeC-KV h2{
        font-size: 2.8em;
    }
}
@media only screen and (max-width: 1580px) {
    #TypeC-width-full h1{
        font-size: 2.1em;
    }
    #TypeC-width-full #TypeC-KV h2{
        font-size: 2.6em;
    }
}
@media only screen and (max-width: 1480px) {
    #TypeC-width-full h1{
        font-size: 2.0em;
    }
    #TypeC-width-full #TypeC-KV h2{
        font-size: 2.4em;
    }
}
@media only screen and (max-width: 1440px) {
    #TypeC-width-full h1{
        font-size: 1.8em;
    }
    #TypeC-width-full #TypeC-KV h2{
        font-size: 2.3em;
    }
    #TypeC-width-full #TypeC-KV .maintitle{
        left: 24%;
    }
    #TypeC-width-full #TypeC-KV .bg img{
        margin-left: 3%;
    }
}

@media only screen and (max-width: 1350px) {
    #TypeC-width-full h1{
        font-size: 1.7em;
    }
    #TypeC-width-full #TypeC-KV h2{
        font-size: 2.2em;
    }
    #TypeC-width-full #TypeC-KV .stitle p {
        font-size: 1.5em;
    }

    #TypeC-width-full #TypeC-KV .maintitle .logo_group {
        padding: 10px 0 15px
    }
}

@media only screen and (max-width: 1100px) {
    #TypeC-width-full #TypeC-KV {
        padding-top: 0%;
        padding-bottom: 30px
    }
    #TypeC-width-full #TypeC-KV:before {
        background-image: none;
        padding-top: 0%;
    }

    #TypeC-width-full #TypeC-KV .product-content {
        position: relative;
        margin-bottom: 0
    }
    #TypeC-width-full #TypeC-KV .maintitle {
        position: relative;
        width: 100%;
        max-width: initial;
        left: auto;
        right: auto;
        top: auto;
        margin-left: 0;
        padding: 30px 18px 50px;
        transform: translate(0%, 0%);
    }
    #TypeC-width-full #TypeC-KV .bg img {
        width: 122% !important;
        max-width: inherit !important;
        margin: -10% auto 0% !important;
        margin-left: -18% !important;
    }
    #TypeC-width-full #TypeC-KV .bg:before{
        display: none;
    }

    #TypeC-width-full #TypeC-KV .stitle p {
        font-size: 1.3em;
        text-align: center !important;
    }
}
@media only screen and (max-width: 759px) {
    #TypeC-width-full #TypeC-KV{
        margin-bottom: 50px;
    }
    #TypeC-width-full #TypeC-KV .bg img {
        width: 130% !important;
        max-width: inherit !important;
        margin: -10% auto 0% !important;
        margin-left: -28% !important;
    }
    #TypeC-width-full h4{
        margin-bottom: 15px;
    }
}
@media only screen and (max-width: 480px) {
    #TypeC-width-full #TypeC-KV .maintitle {
        padding-top: .5em;
    }

    #TypeC-width-full #TypeC-KV .stitle p {
        font-size: 1.3em;
        text-align: center;
    }
}
/*TypeC-Save*/
#TypeC-width-full #TypeC-Save {
    padding-top: 0%;
    padding-bottom: 0px;
    overflow: hidden;
    background: #fff;
}

#TypeC-width-full #TypeC-Save:before {
    content: "";
    position: absolute;
    background-repeat: no-repeat;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

#TypeC-width-full #TypeC-Save .maintitle {
    left: 67%;
    top: 31%;
    transform: translate(0%, -50%);
    width: 30%;
    max-width: 420px;
}

#TypeC-width-full #TypeC-Save .product-content {
    background-size: 100%;
    position: relative;
    display: inline-block;
}
#TypeC-width-full #TypeC-Save .bg {
    /* position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0%); */
    position: relative;
    top: 0;
    left: 0;
    transform: translate(0%, 0%);
    margin: 0% 0;
}

#TypeC-width-full #TypeC-Save .bg img {
    /* width: 100% !important; */
    width: 100% !important;
    margin-left: 0%;
    padding-top: 0px;
    background: #fff;
}

@media only screen and (max-width: 1024px) {
    #TypeC-width-full #TypeC-Save {
        padding-top: 0%;
        padding-bottom: 30px
    }
    #TypeC-width-full #TypeC-Save:before {
        background-image: none;
        padding-top: 0%;
    }

    #TypeC-width-full #TypeC-Save .product-content {
        position: relative;
        margin-bottom: 0
    }

    #TypeC-width-full #TypeC-Save .maintitle {
        position: relative;
        width: auto;
        left: auto;
        right: auto;
        top: auto;
        margin-left: 0;
        padding: 30px 18px 50px;
        transform: translate(0%, 0%);
        width: 100%;
        max-width: inherit;
    }
    #TypeC-width-full #TypeC-Save .bg img {
            width: 150% !important;
    max-width: inherit !important;
    margin: 0% auto -3% !important;
    margin-left: -16% !important;
    }
    #TypeC-width-full #TypeC-Save .bg:before{
        position: absolute;
        display: block;
        content: '';
        width: 100%;
        height: 10%;
        top: 95%;
        left: 0;
        pointer-events: none;
        background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 90%);
    }
    
}
@media only screen and (max-width: 759px) {
    #TypeC-width-full #TypeC-Save .bg:before{
        position: absolute;
        display: block;
        content: '';
        width: 100%;
        height: 30%;
        top: 76%;
        left: 0;
        pointer-events: none;
        background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    }
}
@media only screen and (max-width: 480px) {
    #TypeC-width-full #TypeC-Save .maintitle {
        padding-top: .5em;
    }
}

/*TypeC-Charge*/
#TypeC-width-full #TypeC-Charge {
    padding-top: 0%;
    padding-bottom: 0px;
    overflow: hidden;
    background: #fff;
}

#TypeC-width-full #TypeC-Charge:before {
    content: "";
    position: absolute;
    background-repeat: no-repeat;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

#TypeC-width-full #TypeC-Charge .maintitle {
    left: 57%;
    top: 37%;
    transform: translate(0%, -50%);
    width: 38%;
    max-width: 600px;
}

#TypeC-width-full #TypeC-Charge .product-content {
    background-size: 100%;
    position: relative;
    display: inline-block;
}
#TypeC-width-full #TypeC-Charge .bg {
    /* position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0%); */
    position: relative;
    top: 0;
    left: 0;
    transform: translate(0%, 0%);
    margin: 0% 0;
}

#TypeC-width-full #TypeC-Charge .bg img {
    /* width: 100% !important; */
    width: 100% !important;
    margin-left: 0%;
    padding-top: 0px;
    background: #fff;
}

@media only screen and (max-width: 1024px) {
    #TypeC-width-full #TypeC-Charge {
        padding-top: 0%;
        padding-bottom: 30px
    }
    #TypeC-width-full #TypeC-Charge:before {
        background-image: none;
        padding-top: 0%;
    }

    #TypeC-width-full #TypeC-Charge .product-content {
        position: relative;
        margin-bottom: 0
    }

    #TypeC-width-full #TypeC-Charge .maintitle {
        position: relative;
        width: auto;
        left: auto;
        right: auto;
        top: auto;
        margin-left: 0;
        padding: 20px 18px 50px;
        transform: translate(0%, 0%);
        width: 100%;
        max-width: inherit;
    }
    #TypeC-width-full #TypeC-Charge .bg img {
        width: 150% !important;
        max-width: inherit !important;
        margin: -10% auto 0 !important;
        margin-left: -16% !important;
    }
    #TypeC-width-full #TypeC-Charge.whiteBg h2,
    #TypeC-width-full #TypeC-Charge.whiteBg .info,
    #TypeC-width-full #TypeC-Charge.whiteBg p{
        color: #000 !important;
    }
    
}
@media only screen and (max-width: 759px) {

}
@media only screen and (max-width: 480px) {
    #TypeC-width-full #TypeC-Charge .maintitle {
        padding-top: .5em;
    }
}


/*TypeC-Cut*/
#TypeC-width-full #TypeC-Cut {
    padding-top: 0%;
    padding-bottom: 0px;
    overflow: hidden;
    background: #fff;
}

#TypeC-width-full #TypeC-Cut:before {
    content: "";
    position: absolute;
    background-repeat: no-repeat;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

/* #TypeC-width-full #TypeC-Cut .maintitle {
left: 65%;
top: 54%;
transform: translate(-50%, -50%);
text-align: center;
width: 28%;
} */
#TypeC-width-full #TypeC-Cut .maintitle {
    top: 26%;
    transform: translate(50%, -50%);
    width: 55%;
    max-width: 660px;
    right: 65%;
}

#TypeC-width-full #TypeC-Cut .product-content {
    background-size: 100%;
    position: relative;
    display: inline-block;
}
#TypeC-width-full #TypeC-Cut .bg {
    /* position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0%); */
    position: relative;
    top: 0;
    left: 0;
    transform: translate(0%, 0%);
    margin: 0% 0;
}

#TypeC-width-full #TypeC-Cut .bg img {
    /* width: 100% !important; */
    width: 100% !important;
    margin-left: 0%;
    padding-top: 0px;
    background: #000;
}

#TypeC-width-full #TypeC-Cut .icons_area{
    display: inline-block;
    width: 80%;
    margin: 0 8%;
    max-width: 516px;
}
#TypeC-width-full #TypeC-Cut ul.icos_box {
    text-align: center;
    width: 100%;
    margin: 0 auto 0 0%;
    display: flex;
}

#TypeC-width-full #TypeC-Cut ul.icos_box li {
    text-align: center;
    position: relative;
    display: inline-block;
    width: 25%;
    padding: 0 3% !important;
    margin-bottom: 10px !important;
}
#TypeC-width-full #TypeC-Cut ul.icos_box li:nth-child(1){
    padding-left: 0 !important;
}
#TypeC-width-full #TypeC-Cut ul.icos_box li:nth-child(4){
    padding-right: 0 !important;
}
#TypeC-width-full #TypeC-Cut ul.icos_box li img {
        position: relative;
    width: 100%;
    max-width: 70px !important;
    min-width: 60px;
    min-height: 80px;
}

#TypeC-width-full #TypeC-Cut ul.icos_box li span {
    font-size: 1em;
    line-height: 0.8em;
    font-weight: 500;
    color: #333333;
}


@media only screen and (max-width: 1920px) {
    #TypeC-width-full #TypeC-Cut .icons_area{
        /* transform: scale(90%);
        margin-left: -5%;
        margin-top: 0%; */
        display: inline-block;
        width: 70%;
    }
    #TypeC-width-full #TypeC-Cut .maintitle{
        right: 61%;
    }
    #TypeC-width-full #TypeC-Cut ul.icos_box li span{
        font-size: 1em;
    }
    #TypeC-width-full #TypeC-Cut .icons_area img{
        width: 100%;
    }
    #TypeC-width-full #TypeC-Cut ul.icos_box img{
        position: relative;
        width: 70%;
        max-width: 70px;
        vertical-align: top;
    }
}
@media only screen and (max-width: 1680px) {
    #TypeC-width-full #TypeC-Cut .icons_area{
        display: inline-block;
        width: 60%;
    }
    #TypeC-width-full #TypeC-Cut .maintitle{
        right: 58%;
    }
    #TypeC-width-full #TypeC-Cut ul.icos_box li span {
        font-size: 0.8em;
    }
}
@media only screen and (max-width: 1480px) {
    #TypeC-width-full #TypeC-Cut .maintitle {
        right: inherit;
        left: 3%;
        top: 31%;
        transform: translate(0%, -50%);
    }
    #TypeC-width-full #TypeC-Cut .icons_area{
        margin: 0;
        width: 50%
    }
    #TypeC-width-full #TypeC-Cut .bg img {
            width: 116% !important;
    max-width: inherit !important;
    margin: 0% auto 0% !important;
    margin-left: 0% !important;
    }
    #TypeC-width-full #TypeC-Cut .icons_area{
        margin-left: -2%;
    }
}
@media only screen and (max-width: 1350px) {

}
@media only screen and (max-width: 1024px) {
    #TypeC-width-full #TypeC-Cut {
        padding-top: 0%;
        padding-bottom: 30px
    }
    #TypeC-width-full #TypeC-Cut .product-content {
        position: relative;
        margin-bottom: 0
    }
    #TypeC-width-full #TypeC-Cut .maintitle {
        position: relative;
        width: 100%;
        max-width: initial;
        left: auto;
        right: auto;
        top: auto;
        margin-left: 0;
        padding: 30px 18px 50px;
        transform: translate(0%, 0%);
    }
    #TypeC-width-full #TypeC-Cut .icons_area{
        width: 100%;
        margin: 0 0%;
    }
    #TypeC-width-full #TypeC-Cut .bg img {
            width: 120% !important;
    max-width: inherit !important;
    margin: 0% 0 -3% -20% !important;
    }
    #TypeC-width-full #TypeC-Cut .bg:before{
        position: absolute;
        display: block;
        content: '';
        width: 100%;
        height: 10%;
        top: 96%;
        left: 0;
        pointer-events: none;
        background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 90%);
    }
    #TypeC-width-full #TypeC-Cut ul.icos_box li span{
        font-size: 1em;
    }
}

@media only screen and (max-width: 759px) {
    #TypeC-width-full #TypeC-Cut .bg:before{
        position: absolute;
        display: block;
        content: '';
        width: 100%;
        height: 30%;
        top: 76%;
        left: 0;
        pointer-events: none;
        background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    }
}
@media only screen and (max-width: 480px) {
    #TypeC-width-full #TypeC-Cut .maintitle {
        padding-top: .5em;
    }
    #TypeC-width-full #TypeC-Cut .maintitle {
        padding-top: 0.5em;
    }
}

/* KEYFRAMES */
@keyframes opacity {
    0% {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes pulse {
    0% {
        transform: scale(1);
    }

    25% {
        transform: scale(.9);
    }

    50% {
        transform: scale(1);
    }

    75% {
        transform: scale(1.1);
    }

    100% {
        transform: scale(1);
    }
}
@keyframes scale {
    0% { transform:scale(0) ; opacity: 0; }
    50% { transform:scale(1) ; opacity: 0.5; }
    100% { transform:scale(2) ; opacity: 0; }
}

@media only screen and (max-width: 1280px) {
    #TypeC-width-full #TypeC-Barriers .flexCon.flex-50-50&gt;.flex-item {
         position: relative;
        width: 100%;
        padding: 0px 0;
    }
    #TypeC-width-full #TypeC-Barriers .flexCon.flex-50-50&gt;.flex-item.flex-45 {
        width: 100%;
    }
    #TypeC-width-full #TypeC-Barriers .flexCon.flex-50-50&gt;.flex-item.flex-55 {
        width: 100%;
        margin-top: 30px;
    }
    #TypeC-width-full #TypeC-Barriers .flexCon.flex-reverse {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -moz-box-orient: horizontal;
        -moz-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
    #TypeC-width-full #TypeC-Barriers .translate_box{
        position: relative;
        top: inherit;
        left: inherit;
        transform: translate(0%, 0%);
    }
}

@media only screen and (max-width: 969px) {
    #TypeC-width-full #TypeC-Barriers .maintitle {
        padding-bottom: 0;
    }
}

@media only screen and (max-width: 820px) {
    #TypeC-width-full #TypeC-Barriers .mainfull {
        padding-bottom: 0
    }
}

@media only screen and (max-width: 759px) {
    #TypeC-width-full #TypeC-Barriers .flex-item-info .translate_box{
        padding: 0 18px;
    }
}

/*#TypeC-width-full #TypeC-footer*/
#TypeC-width-full #TypeC-footer .maintitle {
    text-align: center;
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    padding-top: 0px;
    padding-right: 18px;
    padding-left: 18px;
    padding-bottom: 50px;
    position: relative;
}
#TypeC-width-full #TypeC-footer .maintitle ul.list-decimal{
    padding-left: 1em;
}
#TypeC-width-full #TypeC-footer .maintitle ul.list-decimal &gt; li {
    font-size: .875em;
    line-height: 1.2;
    position: relative;
    padding-left: 0;
    margin-bottom: 1em;
    list-style-type: disc;
    list-style-position: outside;
    color: #a3a3a3;
}
/*#TypeC-width-full #TypeC-Solutions*/
#TypeC-width-full #TypeC-Solutions .maintitle {
    text-align: center;
    width: 100%;
    max-width: 1436px;
    margin: 0 auto;
    padding-top: 70px;
    padding-right: 18px;
    padding-left: 18px;
    padding-bottom: 20px;
    position: relative;
}

#TypeC-width-full #TypeC-Solutions .design_tab_area{
    width: 100%;
    display: inline-block;
    margin: 0 auto;
    padding: 50px 0 0;
    position: relative;
    /* border-bottom: #6f6f6f 1px solid; */
}
#TypeC-width-full #TypeC-Solutions .design_tab_area li{
    display: inline-block;
    width: auto;
    /* float: left; */
    margin: 0;
    padding: 0
}
#TypeC-width-full #TypeC-Solutions .design_tab_area li a{
    display: inline-block;
    width: 100%;
    margin: 0;
    position: relative;
    padding: 10px 20px;
    border: none;
    color: #333333;
    /* background: linear-gradient(to bottom, #f5f5f5 0%, #e5e5e5 100%); */
}
#TypeC-width-full #TypeC-Solutions .design_tab_area li a h3{
    color: #8c8c8c;
    font-size: 1.845em;
    font-family: "TT Norms Pro", "Helvetica", "Myriad Pro Light", "STHeiti Light", "Apple LiGothic Medium", "微軟正黑體", "Microsoft JhengHei", Helvetica, Arial, sans-serif;
    letter-spacing: -0.03em;
}
#TypeC-width-full #TypeC-Solutions .design_tab_area li a.active h3{
    color: #000
}
#TypeC-width-full #TypeC-Solutions .design_tab_area li a.active:after{
    content: "";
    position: absolute;
    right: 0;
    transform: translate(-50%, -50%);
    top: calc(100% - 2px);
    left: 50%;
    height: 2px;
    width: 40%;
    background: #000
}
#TypeC-width-full #TypeC-Solutions .design_tab_area li a p{
    font-size: 22px;
}
#TypeC-width-full #TypeC-Solutions .tab_info{
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    visibility: hidden;
    opacity: 0;
}
#TypeC-width-full #TypeC-Solutions .tab_info.active{
    display: block;
    position: relative;
    z-index: 9;
    top: -10px;
    visibility: visible;
    opacity: 1;
    transition: opacity 400ms ease, visibility 400ms ease, top 400ms ease; 
}

#TypeC-width-full #TypeC-Solutions .tab_info .flex-item img{
    width: 100%;
    max-width: 835px;
}
#TypeC-width-full #TypeC-Solutions .tab_info img.logo_zoom{
    width: 50%;
    max-width: 75px !important;
    position: absolute;
    right: 0;
    top: -75px;
}
#TypeC-width-full #TypeC-Solutions .tab_info .flex-item .translate_box{
    padding: 0 5%;
}
@media only screen and (max-width: 1024px) {
    #TypeC-width-full #TypeC-Solutions .design_tab_area li a p{
        font-size: 1.5em;
    }
}
@media only screen and (max-width: 759px) {
    #TypeC-width-full #TypeC-Solutions .design_tab_area{
        padding-top: 20px;
    }
    #TypeC-width-full #TypeC-Solutions .design_tab_area li{
        width: 50%;
        float: left;
    }
    #TypeC-width-full #TypeC-Solutions .design_tab_area li a h3{
        font-size: 1.2em;
    }
    #TypeC-width-full #TypeC-Solutions .tab_info img.logo_zoom{
        position: relative;
        top: inherit;
        right: inherit;
        margin-bottom: 10px;
    }
    #TypeC-width-full #TypeC-Solutions .tab_info .flex-item .translate_box{
        padding: 20px 0;
    }
    #TypeC-width-full #TypeC-Solutions .tab_info .maintitle{
        padding-top: 50px;
        padding-left: 0;
        padding-right: 0;
    }
}


#TypeC-width-full #TypeC-Solutions .productGridTable {
    position: relative;
}
#TypeC-width-full #TypeC-Solutions .productGridTable-item {
    display: inline-block;
    position: relative;
    padding: 50px 50px 90px;
    box-sizing: border-box;
    background-color: #fff;
    vertical-align: top;
}
#TypeC-width-full #TypeC-Solutions .productGridTable-item {
    padding: 37px 30px 92px;
    background-color: #f3f6f8;
    min-height: auto;
}
#TypeC-width-full #TypeC-Solutions .itemImgContainer {
    width: 100%;
    height: auto;
    text-align: center;
}
#TypeC-width-full #TypeC-Solutions .productGridTable-item img {
    position: relative;
    margin: 0 auto;
    /* height: 245px; */
    width: 100%;
    max-width: 314px;
    background-size: contain;
}
#TypeC-width-full #TypeC-Solutions .productGridTable-item .itemInfoContainer {
    margin-top: 32px;
    min-height: auto;
}
#TypeC-width-full #TypeC-Solutions .itemAction {
    position: absolute;
    bottom: 45px;
    left: 0;
    margin-top: 16px;
    box-sizing: border-box;
    width: 100%;
    text-align: center;
}
#TypeC-width-full #TypeC-Solutions a.link_style.link_style_c{
    min-width: 125px;
}
#TypeC-width-full #TypeC-Solutions .itemInfoContent .itemInfo-title{
    font-size: 1.3em;
    font-weight: 600;
    color: #333333;
    text-align: center;
}
#TypeC-width-full #TypeC-Solutions .itemInfoContent .itemInfo-point {
    margin-top: 20px;
    margin-bottom: 38px;
    padding-left: 0;
    line-height: 1.2;
}
#TypeC-width-full #TypeC-Solutions .itemInfoContent .itemInfo-point li{
    color: #333333;
    margin-bottom: 0px;
    margin-left: 24px;
    line-height: 1.4;
    font-size: 1em;
    list-style: disc;
    text-align: left;
}
#TypeC-width-full #TypeC-Solutions .regular .productGridTable-item,
#TypeC-width-full #TypeC-Solutions .regular_b .productGridTable-item,
#TypeC-width-full #TypeC-Solutions .regular_c .productGridTable-item,
#TypeC-width-full #TypeC-Solutions .regular_d .productGridTable-item {
        width: calc(100% - 10px);
    }
@media (min-width: 1280px){
    #TypeC-width-full #TypeC-Solutions .productGridTable {
        justify-content: flex-start;
    }
    #TypeC-width-full #TypeC-Solutions .productGridTable {
        display: flex;
        align-items: stretch;
        justify-content: center;
        margin-right: auto;
        margin-bottom: 0;
        margin-left: auto;
        margin-top: 50px;
        max-width: 1400px;
        text-align: left;
        align-content: stretch;
        align-self: stretch;
        flex-direction: row;
        flex-wrap: wrap;
    }
    #TypeC-width-full #TypeC-Solutions .productGridTable-item {
        margin: 0 5px 10px;
        /* width: calc(25% - 10px); */
        width: calc(33.33% - 10px);
        max-width: 410px;
        min-height: 660px;
    }
    
    #TypeC-width-full #TypeC-Solutions .itemInfoContainer {
        display: block;
        position: relative;
        box-sizing: border-box;
        width: 100%;
        vertical-align: middle;
    }
    #TypeC-width-full #TypeC-Solutions .itemAction {
        display: flex;
        justify-content: space-around;
        padding-right: 50px;
        padding-left: 50px;
    }
    #TypeC-width-full #TypeC-Solutions .itemInfoContent .itemInfo-point {
        position: relative;
    }
}
@media (min-width: 731px) and (max-width: 1279.5px){
    #TypeC-width-full #TypeC-Solutions .productGridTable {
        display: flex;
        align-items: stretch;
        justify-content: space-between;
        margin-top: 50px;
        margin-right: auto;
        margin-bottom: 0;
        margin-left: auto;
        max-width: 732px;
        text-align: left;
        align-content: stretch;
        align-self: stretch;
        flex-direction: row;
        flex-wrap: wrap;
        position: relative;
    }
    #TypeC-width-full #TypeC-Solutions .regular_c .productGridTable-item {
        min-height: 730px;
    }
    #TypeC-width-full #TypeC-Solutions .productGridTable .productGridTable-item {
        margin-bottom: 16px;
        padding: 50px 33px 46px;
        width: 49%;
        max-width: 410px;
        min-height: auto;
    }
    #TypeC-width-full #TypeC-Solutions .productGridTable .productGridTable-item {
        padding: 28px 30px 50px;
    }
    #TypeC-width-full #TypeC-Solutions .itemInfoContainer {
        margin-top: 30px;
        margin-right: auto;
        margin-bottom: 44px;
        margin-left: auto;
        padding-bottom: 32px;
        width: 100%;
    }
    #TypeC-width-full #TypeC-Solutions .itemAction{
        display: flex;
        bottom: 46px;
        justify-content: space-evenly;
        margin-top: 0;
        padding: 0 30px;
        margin: 0 5px;
        box-sizing: border-box;
    }
    #TypeC-width-full #TypeC-Solutions .itemInfoContent .itemInfo-point {
        position: relative;
        left: 0;
        margin-bottom: 0;
        /* width: 92%; */
    }

}
@media (max-width: 730.5px){
    #TypeC-width-full #TypeC-Solutions .productGridTable {
        display: flex;
        align-items: stretch;
        justify-content: center;
        margin-right: auto;
        margin-bottom: 0;
        margin-left: auto;
        max-width: 732px;
        text-align: left;
        align-content: stretch;
        align-self: stretch;
        flex-direction: row;
        flex-wrap: wrap;
    }
    #TypeC-width-full #TypeC-Solutions .productGridTable .productGridTable-item {
        margin-bottom: 16px;
        width: 100%;
        padding: 31px 15px 92px;
        max-width: 354px;
        min-height: auto;
    }
    #TypeC-width-full #TypeC-Solutions .productGridTable .productGridTable-item  {
        
    }
    #TypeC-width-full #TypeC-Solutions .regular .productGridTable-item,
    #TypeC-width-full #TypeC-Solutions .regular_b .productGridTable-item,
    #TypeC-width-full #TypeC-Solutions .regular_c .productGridTable-item,
    #TypeC-width-full #TypeC-Solutions .regular_d .productGridTable-item{
        padding-bottom: 0px;
    }
    #TypeC-width-full #TypeC-Solutions .itemInfoContainer {
        margin-top: 23px;
        margin-bottom: 0;
        margin-right: auto;
        margin-left: auto;
        padding-bottom: 34px;
        width: 100%;
    }
    #TypeC-width-full #TypeC-Solutions .itemAction {
        bottom: 50px;
        padding-right: 20px;
        padding-left: 20px;
        display: flex;
        justify-content: space-evenly;
        margin-top: 0;
        padding: 0 30px;
        box-sizing: border-box;
    }
    #TypeC-width-full #TypeC-Solutions .regular .itemAction,
    #TypeC-width-full #TypeC-Solutions .regular_b .itemAction,
    #TypeC-width-full #TypeC-Solutions .regular_c .itemAction,
    #TypeC-width-full #TypeC-Solutions .regular_d .itemAction {
        bottom: 50px;
        display: inline-block;
        position: relative;
        /* display: flex;
        justify-content: space-evenly; */
        margin-top: 0;
        padding: 0 0px;
        box-sizing: border-box;
    }
    #TypeC-width-full #TypeC-Solutions .itemInfoContent .itemInfo-point {
        position: relative;
        margin-top: 17px;
        margin-bottom: 0;
        width: 92%;
        margin-left: 12px;
    }
    #TypeC-width-full #TypeC-Solutions a.link_style.link_style_c{
        padding: 8px 10px;
            margin: 0 2px;
    }
    #TypeC-width-full #TypeC-Solutions .regular .productGridTable-item a.link_style,
    #TypeC-width-full #TypeC-Solutions .regular_b .productGridTable-item a.link_style,
    #TypeC-width-full #TypeC-Solutions .regular_c .productGridTable-item a.link_style,
    #TypeC-width-full #TypeC-Solutions .regular_d .productGridTable-item a.link_style{
        margin-top: 40px;
    }
}
@media (max-width: 480px){
    #TypeC-width-full #TypeC-Solutions .maintitle{
        padding: 50px 0;
    }
    #TypeC-width-full #TypeC-Solutions .maintitle h2{
        text-align: center !important;
    }
    #TypeC-width-full #TypeC-Solutions .productGridTable {
        width: 100%;
        max-width: inherit;
    }
    #TypeC-width-full #TypeC-Solutions .productGridTable .productGridTable-item  {
        width: 100%;
        padding: 31px 18px 92px;
        max-width: inherit;
    }
}

/*Anorak-Jacket-05*/
#TypeC-width-full #TypeC-05 {
    padding-top: 60.6359%;
    overflow-y: hidden
}

#TypeC-width-full #TypeC-05:before {
    background-image: url("../img/bg_05.jpg");
    background-size: cover;
}

#TypeC-width-full #TypeC-05 .maintitle {
    left: 28%;
    top: 23%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 36%;
}

#TypeC-width-full #TypeC-05 .mtitle p {
    /* display: inline-block;
position: relative;
color: #2871fa !important;
background: transparent;
background: linear-gradient(135deg, #2871fa 20%, #6717cd 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent; */
}

@media only screen and (max-width: 1920px) {
    #TypeC-width-full #TypeC-05 .mtitle p {
        font-size: 3.8em;
    }
}

@media only screen and (max-width: 1660px) {
    #TypeC-width-full #TypeC-05 .mtitle p {
        font-size: 3.8em;
    }
}

@media only screen and (max-width: 1440px) {
    #TypeC-width-full #TypeC-05 .stitle p {
        font-size: 1.6em;
    }
}

@media only screen and (max-width: 1350px) {
    #TypeC-width-full #TypeC-05 .mtitle p {
        font-size: 4.5em;
        margin-bottom: 10px
    }

    #TypeC-width-full #TypeC-05 .stitle p {
        font-size: 1.5em;
    }

    #TypeC-width-full #TypeC-05 .maintitle .logo_group {
        padding: 10px 0 15px
    }
}

@media only screen and (max-width: 969px) {
    #TypeC-width-full #TypeC-05 .mtitle p {
        font-size: 3em;
        background: none;
        -webkit-text-fill-color: inherit;
    }

    #TypeC-width-full #TypeC-05 img.mobile {
        display: block !important;
    }

    #TypeC-width-full #TypeC-05 .control_io_mobile {
        display: block !important;
    }

    #TypeC-width-full #TypeC-05 .control_io {
        display: none !important;
    }

    #TypeC-width-full #TypeC-05:before {
        background-image: none;
        padding-top: 0%;
    }

    #TypeC-width-full #TypeC-05 {
        padding-top: 0%;
        padding-bottom: 0px
    }

    #TypeC-width-full #TypeC-05 .product-content {
        position: relative;
        margin-bottom: 0
    }

    #TypeC-width-full #TypeC-05 .maintitle {
        position: relative;
        width: auto;
        left: auto;
        right: auto;
        top: auto;
        margin-left: 0;
        padding: 30px 18px 50px;
        transform: translate(0%, 0%);
    }

    #TypeC-width-full #TypeC-05 .mtitle p {
        margin: 0;
        padding-top: 0;
        padding-bottom: 0;
    }

    #TypeC-width-full #TypeC-05 .stitle p {
        margin-top: 20px
    }

    #TypeC-width-full #TypeC-05 .mtitle p {
        font-size: 3em;
    }
}

@media only screen and (max-width: 759px) {
    #TypeC-width-full #TypeC-05 .mtitle p {
        font-size: 2.5em;
    }

    #TypeC-width-full #TypeC-05 .stitle p {
        font-size: 1.3em;
    }
}

@media only screen and (max-width: 480px) {
    #TypeC-width-full #TypeC-05 .maintitle {
        padding-top: .5em;
    }

    #TypeC-width-full #TypeC-05 .mtitle p {
        font-size: 2.5em;
    }

    #TypeC-width-full #TypeC-05 .stitle p {
        font-size: 2em;
    }
}
@media only screen and (max-width: 1880px) {
    #TypeC-width-full .mtitle p,
    #TypeC-width-full h2 {
        font-size: 2.7em;
        line-height: 1.2em;
        letter-spacing: -0.01em;
    }
}
@media only screen and (max-width: 1780px) {
    #TypeC-width-full .mtitle p,
    #TypeC-width-full h2 {
        font-size: 2.5em;
        line-height: 1.2em;
        letter-spacing: -0.01em;
    }
}
@media only screen and (max-width: 1440px) {
    #TypeC-width-full .mtitle p,
    #TypeC-width-full h2 {
        font-size: 2.3em;
        line-height: 1.2em;
    }
}
@media (min-width: 759px) and (max-width: 969px) {
    #TypeC-width-full .mtitle p,
    #TypeC-width-full h2 {
        font-size: 2.1em;
        line-height: 1.2em;
    }

   /*  #TypeC-width-full .flex-item .info,
    #TypeC-width-full .mainfull .maintitle .info,
    #TypeC-width-full .mainsize .maintitle .info {
        font-size: 1.5em;
        line-height: 1.5em;
        width: 100%
    } */

    #TypeC-width-full .full-section {
        height: auto;
        /*一個滿版區塊的高度，可以依造圖片給的高度去改變*/
    }

    #TypeC-width-full #Helios-colorarea .info_left {
        padding: 0
    }
}

@media (max-width: 759px) {

    #TypeC-width-full img.webstyle,
    #TypeC-width-full .webstyle {
        display: none;
    }

    /* 左文右圖 */
    #TypeC-width-full .maintitle.lefttxt .info_left {
        margin: 0 !important;
        padding: 0px 0px !important;
        width: 100% !important;
        max-width: inherit !important;
        display: inline-block
    }

    #TypeC-width-full .maintitle.lefttxt .info_right {
        margin: 0 !important;
        padding: 0px 0px !important;
        width: 100% !important;
        max-width: inherit !important;
        display: inline-block
    }

    /* 左圖右文 */
    #TypeC-width-full .maintitle.righttxt .info_left {
        margin: 0 !important;
        padding: 0px 0px !important;
        width: 100% !important;
        max-width: inherit !important;
        display: inline-block
    }

    #TypeC-width-full .maintitle.righttxt .info_right {
        margin: 0 !important;
        padding: 0px 0px !important;
        width: 100% !important;
        max-width: inherit !important;
        display: inline-block
    }

    #TypeC-width-full img.mobile,
    #TypeC-width-full .mobile {
        width: auto;
        display: block;
        margin: 0 auto !important;
    }

    #TypeC-width-full .maintitle .info,
    #TypeC-width-full .maintitle .mtitle {
        margin: 0 !important;
        padding-right: 0 !important;
        padding-left: 0 !important;
        text-align: left !important;
    }

    #TypeC-width-full .maintitle .mtitle {
        padding-top: 0 !important;
    }

    #TypeC-width-full .flex-item .info,
    #TypeC-width-full .mainfull .maintitle .info,
    #TypeC-width-full .mainsize .maintitle .info {
        width: 100% !important;
        margin-bottom: 1em !important;
        text-align: left;
        font-size: 1.2em;
        line-height: 1.3em;
        text-align: left;
    }

    #TypeC-width-full .full-section {
        /*border-bottom: 1px solid #ccc;*/
        background-size: contain;
        background-position: center bottom;
        height: auto;
        /*一個滿版區塊的高度，可以依造圖片給的高度去改變*/
    }

    /*#TypeC-width-full .full-section:first-child {
border-top: 1px solid #ccc;
}*/
    #TypeC-width-full .full-section:last-child {
        border-bottom: 0px solid #ccc;
    }

    #TypeC-width-full .mtitle p,
    #TypeC-width-full h2 {
        width: 100% !important;
        /*text-shadow: 0px 0px 0px #fff;*/
        font-size: 2.5em !important;
        text-align: left !important;
        line-height: 1.2em;
        margin-bottom: 0;
        padding: 15px 0;
        margin-bottom: 5px !important;
    }

    #TypeC-width-full .stitle p {
        font-size: 2em;
        text-align: left;
        margin-bottom: 0.5em;
        margin-top: 1em;
    }

    #TypeC-width-full .full-section {
        padding: 0 0;
    }
}

/* nav bar */
#TypeC-width-full #TypeC-nav {
    position: fixed;
    top: 45%;
    right: 10px;
    margin-top: -11.6875em;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    width: 10px;
    z-index: 9999;
}

#TypeC-width-full #TypeC-nav ul {
    list-style: none;
    display: block;
    margin: 0;
}

#TypeC-width-full #TypeC-nav ul li {
    position: relative;
    width: auto;
    height: auto;
    padding: 0;
    cursor: pointer;
    -webkit-transition: all 0.1s ease;
    -moz-transition: all 0.1s ease;
    -o-transition: all 0.1s ease;
    transition: all 0.1s ease;
    margin: 0;
    display: inline-block;
    line-height: 20px
}

#TypeC-width-full #TypeC-nav ul li a {
    display: inline-block;
    width: 8px;
    position: absolute;
    padding: 15px;
    height: 8px;
    z-index: 9999;
    top: 0
}

#TypeC-width-full #TypeC-nav ul li div {
    width: 8px;
    height: 8px;
    overflow: hidden;
    margin-left: auto;
    background: #C8C8C8;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px;
    -webkit-transition: all 0.1s ease;
    -moz-transition: all 0.1s ease;
    -o-transition: all 0.1s ease;
    transition: all 0.1s ease;
    box-shadow: inset 0 0 1px #777;
    display: inline-block;
    position: relative;
}

#TypeC-width-full #TypeC-nav ul li b {
    display: none;
    position: absolute;
    top: 60%;
    margin-top: -12px;
    right: 40px;
    white-space: nowrap;
    font-size: 14px;
    color: #25aae5;
    font-weight: normal;
    line-height: 1;
    font-family: arial, helvetica, sans-serif;
    -webkit-transition: all 0.1s ease;
    -moz-transition: all 0.1s ease;
    -o-transition: all 0.1s ease;
    transition: all 0.1s ease;
}

#TypeC-width-full #TypeC-nav ul li.on.active b,
#TypeC-width-full #TypeC-nav ul li.active b {
    top: 90%
}

#TypeC-width-full #TypeC-nav ul li:hover b {
    display: inline-block !important;
    position: absolute;
    -webkit-transition: all 0.1s ease;
    -moz-transition: all 0.1s ease;
    -o-transition: all 0.1s ease;
    transition: all 0.1s ease;
    width: auto;
}

#TypeC-width-full #TypeC-nav ul li:hover div {
    background: #25aae5
}

#TypeC-width-full #TypeC-nav ul li.active {
    height: 38px !important
}

#TypeC-width-full #TypeC-nav ul li.active div {
    background: #25aae5;
    height: 30px !important;
    top: 5px;
}

@media (max-width: 759px) {

    /* special-sectionOverview #rog_chariot_rgb_nav-nav */
    #TypeC-width-full #TypeC-nav {
        display: none;
    }
}

/*動態CSS*/
#TypeC-width-full .txt_move {
    /*position: relative;*/
    animation: 1.5s ease txt_move;
    animation-fill-mode: forwards;
}

@-moz-keyframes txt_move {
    0% {
        opacity: 0;
        top: 20px
    }

    100% {
        opacity: 1;
        top: 0px
    }
}

@-webkit-keyframes txt_move {
    0% {
        opacity: 0;
        top: 20px
    }

    100% {
        opacity: 1;
        top: 0px
    }
}

@-o-keyframes txt_move {
    0% {
        opacity: 0;
        top: 20px
    }

    100% {
        opacity: 1;
        top: 0px
    }
}

@-ms-keyframes txt_move {
    0% {
        opacity: 0;
        top: 20px
    }

    100% {
        opacity: 1;
        top: 0px
    }
}

@keyframes txt_move {
    0% {
        opacity: 0;
        top: 20px
    }

    100% {
        opacity: 1;
        top: 0px
    }
}

#TypeC-width-full .pic_move_a {
    position: relative;
    animation: 2s ease pic_move_a;
    animation-fill-mode: forwards;
}

@-moz-keyframes pic_move_a {
    0% {
        opacity: 0;
        margin-left: -40px
    }

    33% {
        opacity: 1;
        margin-left: 0px
    }

    100% {
        opacity: 1;
        margin-left: 0px
    }
}

@-webkit-keyframes pic_move_a {
    0% {
        opacity: 0;
        margin-left: -40px
    }

    33% {
        opacity: 1;
        margin-left: 0px
    }

    100% {
        opacity: 1;
        margin-left: 0px
    }
}

@-o-keyframes pic_move_a {
    0% {
        opacity: 0;
        margin-left: -40px
    }

    33% {
        opacity: 1;
        margin-left: 0px
    }

    100% {
        opacity: 1;
        margin-left: 0px
    }
}

@-ms-keyframes pic_move_a {
    0% {
        opacity: 0;
        margin-left: -40px
    }

    33% {
        opacity: 1;
        margin-left: 0px
    }

    100% {
        opacity: 1;
        margin-left: 0px
    }
}

@keyframes pic_move_a {
    0% {
        opacity: 0;
        margin-left: -40px
    }

    33% {
        opacity: 1;
        margin-left: 0px
    }

    100% {
        opacity: 1;
        margin-left: 0px
    }
}

#TypeC-width-full .pic_move_b {
    position: relative;
    animation: 2s ease pic_move_b;
    animation-fill-mode: forwards;
}

@-moz-keyframes pic_move_b {
    0% {
        opacity: 0;
        margin-left: -40px
    }

    32% {
        opacity: 0;
        margin-left: -40px
    }

    66% {
        opacity: 1;
        margin-left: 0px
    }

    100% {
        opacity: 1;
        margin-left: 0px
    }
}

@-webkit-keyframes pic_move_b {
    0% {
        opacity: 0;
        margin-left: -40px
    }

    32% {
        opacity: 0;
        margin-left: -40px
    }

    66% {
        opacity: 1;
        margin-left: 0px
    }

    100% {
        opacity: 1;
        margin-left: 0px
    }
}

@-o-keyframes pic_move_b {
    0% {
        opacity: 0;
        margin-left: -40px
    }

    32% {
        opacity: 0;
        margin-left: -40px
    }

    66% {
        opacity: 1;
        margin-left: 0px
    }

    100% {
        opacity: 1;
        margin-left: 0px
    }
}

@-ms-keyframes pic_move_b {
    0% {
        opacity: 0;
        margin-left: -40px
    }

    32% {
        opacity: 0;
        margin-left: -40px
    }

    66% {
        opacity: 1;
        margin-left: 0px
    }

    100% {
        opacity: 1;
        margin-left: 0px
    }
}

@keyframes pic_move_b {
    0% {
        opacity: 0;
        margin-left: -40px
    }

    32% {
        opacity: 0;
        margin-left: -40px
    }

    66% {
        opacity: 1;
        margin-left: 0px
    }

    100% {
        opacity: 1;
        margin-left: 0px
    }
}

#TypeC-width-full .pic_move_c {
    position: relative;
    animation: 2s ease pic_move_c;
    animation-fill-mode: forwards;
}

@-moz-keyframes pic_move_c {
    0% {
        opacity: 0;
        margin-left: -40px
    }

    65% {
        opacity: 0;
        margin-left: -40px
    }

    100% {
        opacity: 1;
        margin-left: 0px
    }
}

@-webkit-keyframes pic_move_c {
    0% {
        opacity: 0;
        margin-left: -40px
    }

    65% {
        opacity: 0;
        margin-left: -40px
    }

    100% {
        opacity: 1;
        margin-left: 0px
    }
}

@-o-keyframes pic_move_c {
    0% {
        opacity: 0;
        margin-left: -40px
    }

    65% {
        opacity: 0;
        margin-left: -40px
    }

    100% {
        opacity: 1;
        margin-left: 0px
    }
}

@-ms-keyframes pic_move_c {
    0% {
        opacity: 0;
        margin-left: -40px
    }

    65% {
        opacity: 0;
        margin-left: -40px
    }

    100% {
        opacity: 1;
        margin-left: 0px
    }
}

@keyframes pic_move_c {
    0% {
        opacity: 0;
        margin-left: -40px
    }

    65% {
        opacity: 0;
        margin-left: -40px
    }

    100% {
        opacity: 1;
        margin-left: 0px
    }
}


/* @media only screen and (max-width: 768px) {
.product-section .product-content,
.full-section .product-content .product-text,
#TypeC-width-full .mainfull .maintitle .product-text,
#TypeC-width-full .mainfull .maintitle
{
opacity: 1 !important
}
#TypeC-width-full .txt_move{
animation: inherit !important;
}
#TypeC-width-full .txt_move_b{
animation: inherit !important;
}
} */

#TypeC-width-full .slider {
    width: 100%;
    text-align: center;
    max-width: 1400px;
    margin: 50px auto;
}
.slick-initialized .slick-slide{

}
#TypeC-width-full .slick-prev:before, #TypeC-width-full .slick-next:before {
  color: #0072ce !important;
}
#TypeC-width-full .slick-prev:before{
    color: #0072ce;
    background: url(../img/slick_prev.png) center center no-repeat;
    background-size: 100%;
    font-family: inherit;
    content: "";
    width: 100%;
    height: 100%;
    display: inline-block;
    min-width: 50px;
    min-height: 50px;
    left: 50%;
    top: 50%;
    transform: translate(-40%, -50%);
}
#TypeC-width-full .slick-prev:hover:before{
    color: #0072ce;
    background: url(../img/slick_prev_h.png) center center no-repeat;
    background-size: 100%;
    font-family: inherit;
    content: "";
    width: 100%;
    height: 100%;
    display: inline-block;
    min-width: 50px;
    min-height: 50px;
    left: 50%;
    top: 50%;
    transform: translate(-40%, -50%);
}
#TypeC-width-full .slick-next:before{
    color: #0072ce;
    background: url(../img/slick_next.png) center center no-repeat;
    background-size: 100%;
    font-family: inherit;
    content: "";
    width: 100%;
    height: 100%;
    display: inline-block;
    min-width: 50px;
    min-height: 50px;
    left: 50%;
    top: 50%;
    transform: translate(-20%, -50%);
}
#TypeC-width-full .slick-next:hover:before{
    background: url(../img/slick_next_h.png) center center no-repeat;
    background-size: 100%;
    font-family: inherit;
    content: "";
    width: 100%;
    height: 100%;
    display: inline-block;
    min-width: 50px;
    min-height: 50px;
    left: 50%;
    top: 50%;
    transform: translate(-20%, -50%);
}
@media only screen and (max-width: 1024px) {
    #TypeC-width-full .slider {
        width: calc(100% - 50px);
        text-align: center;
        max-width: 1400px;

    }
}
@media only screen and (max-width: 768px) {
    .slick-prev, .slick-next{
        width: 15px;
        height: 15px;
    }
    #TypeC-width-full .slick-prev:before,
    #TypeC-width-full .slick-next:before{
        min-width: 40px;
        min-height: 40px;
    }
}</pre></body></html>