@charset "UTF-8";
@import url(http://fonts.googleapis.com/css?family=Roboto:300,400,700);



* {
    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 #BMC-width-full,
#old-sectionOverview #BMC-width-full,
#special-sectionOverview #BMC-width-full {
    width: 100%;
    background-color: #fff;
    /*position: absolute;
left: 0px;*/
    overflow: hidden;
}
#special-sectionOverview #BMC-width-full{
    /* background: url(../img/pic_bg.jpg) repeat-y top;
    background-size: 100%; */
}
#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;
}
#BMC-width-full {
    font-size: 16px;
    font-family: 'Myriad Pro', Arial, Helvetica, sans-serif;
}
#BMC-width-full ul {
    list-style: none;
}
#BMC-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;
    }
}

#BMC-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;
}

#BMC-width-full a:active {
    background-color: transparent;
}

#BMC-width-full a:hover {
    text-decoration: none;
    cursor: pointer;
}

#BMC-width-full a:hover,
#BMC-width-full a:active {
    outline: 0;
}
#BMC-width-full *:focus {
  outline-color: #1984d6;
}

#BMC-width-full a.link_style{
    color: #fff !important;
    background: #0075d7;
    padding: 12px 50px 12px 20px;
    /* border: 2px solid #000; */
    text-decoration: none;
    font-size: 1.1em;
    display: inline-block;
    margin: 20px 0 10px;
    /* width: 96%;
    max-width: 280px; */
    text-transform: uppercase;
    -webkit-transition: 0.3s ease-out;
    -moz-transition: 0.3s ease-out;
    -o-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
}
#BMC-width-full a.link_style:hover{
    /* border: 2px solid #14639e; */
    background: #0075d7;
    -webkit-transition: 0.3s ease-out;
    -moz-transition: 0.3s ease-out;
    -o-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
}
#BMC-width-full a.link_style:hover span{
    color: #14639e;
}
#BMC-width-full a.link_style::after{
    content: '';
    background: url(../img/ico_link.png) no-repeat center center;
    width: 23px;
    height: 20px;
    background-size: 100%;
    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;
}
#BMC-width-full a.link_style:hover::after{
    margin-left: 15px;
    background: url(../img/ico_link.png) no-repeat center center;
    background-size: 100%;
    -webkit-transition: 0.3s ease-out;
    -moz-transition: 0.3s ease-out;
    -o-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
}
#BMC-width-full a.link_style.link_style_b{
    background: #14639e;
    border: 1px solid #14639e;
    color: #fff !important;
    padding: 15px 40px;
    margin-top: 40px;
}
#BMC-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) {
    #BMC-width-full a.link_style{
        font-size: 1.1em;
        line-height: 1.5;
        width: 100%;
        text-align: center;
    }
}
#BMC-width-full a.btn_learn {
    display: inline-block;
    width: 96%;
    max-width: 480px;
    margin-top: 20px;
    padding: 10px 35px;
    /* border: 1px solid rgba(218, 174, 113, 0.3); */
    border-radius: 0px;
    position: relative;
    text-align: center;
    color: #fff;
    background: #000;
    font-size: 1.25em;
    font-weight: 300;
}
/*#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;
}

#BMC-width-full .product-section {
    position: relative;
    background-repeat: no-repeat;
    /*height: 0;*/
    overflow: hidden;
}

#BMC-width-full .product-section:before {
    content: "";
    position: absolute;
    background-repeat: no-repeat;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

#BMC-width-full .product-section .product-content {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    background: none;
    /*  opacity: 0; */
}

#BMC-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) {
    #BMC-width-full .product-section:before {
        height: 0;
    }

    #BMC-width-full .product-section {
        overflow: auto;
        height: auto;
    }

    #BMC-width-full .product-section .product-content {
        position: relative;
        margin-bottom: 0px
    }

    #BMC-width-full .product-section .maintitle {
        position: relative;
        text-align: center;
        padding: 1.5em 5%;
        width: auto;
        left: auto;
        top: auto;
    }
}

/****************** screen ******************/

#BMC-width-full .mx-section-screen {
    position: relative;
}


/*** birdview ***/

#BMC-width-full .mx-section-screen .birdview {
    margin-top: 30px;
}

#BMC-width-full .mx-section-screen .birdview img {
    max-width: 100% !important;
    margin: 0 auto;
    display: block;
    position: relative;
}

#BMC-width-full .mx-section-screen .birdview .mx-text {
    text-align: center;
    width: 96%;
    max-width: 800px;
    margin: 0 auto;
}

#BMC-width-full .mx-section-screen .birdview .mx-text h2 {
    margin-bottom: 20px;
}


#BMC-width-full .maintitle a {
    color: #fff;
    font-family: 'myriadprolight', Arial, Helvetica, sans-serif;
    text-decoration: none;
}

#BMC-width-full ul.note_list {
    list-style: none;
    width: 100%;
    max-width: 880px;
    margin: 0 auto
}

#BMC-width-full ul.note_list li {
    text-align: left;
    margin-left: 0px;
}

#BMC-width-full ul.note_list li p {
    text-align: left;
    line-height: 1.2em;
}

#BMC-width-full p.note {
    font-size: 0.8em;
    color: #4e4e4e !important;
    line-height: 1.1em;
    text-align: center;
    letter-spacing: 0.0em;
    font-weight: 500;
    margin-top: 20px !important;
    display: inline-block;
    font-family: 'myriadprolight', Arial, Helvetica, sans-serif;
}
@media only screen and (max-width: 759px) {
    #BMC-width-full p.note{
        width: 100%;
        text-align: left;
    }
}
/*** angle ***/

#BMC-width-full .mx-section-screen .angle {
    margin: 120px auto 80px auto;
    width: 96%;
    max-width: 1440px;
    position: relative;
}

#BMC-width-full .mx-section-screen .angle>img {
    display: block;
    float: right;
    width: 60%;
    max-width: 860px;
}

#BMC-width-full .mx-section-screen .angle .mx-text {
    float: left;
    width: 40%;
    max-width: 500px;
    margin-top: 3%;
}

#BMC-width-full .mx-section-screen .angle .mx-text h2 {
    margin-bottom: 20px;
}

@media screen and (max-width: 1000px) {
    #BMC-width-full .mx-section-screen .angle .mx-text {
        margin-top: 0;
    }
}

@media screen and (max-width: 750px) {
    #BMC-width-full .mx-section-screen .angle {
        margin-top: 70px;
    }

    #BMC-width-full .mx-section-screen .angle>img {
        float: none;
        width: 100%;
        margin-top: 20px;
    }

    #BMC-width-full .mx-section-screen .angle .mx-text {
        float: none;
        width: 100%;
        max-width: 100%;
    }
}

#BMC-width-full img.webstyle,
#BMC-width-full .webstyle {
    display: inline-block;
}

/**/
#BMC-width-full .flex-area{
    display: inline-block;
    max-width: 1680px !important;
    margin: 0 auto;
    width: 100%;
    padding: 20px 18px;
}
#BMC-width-full .flex-area li{
    display: inline-block;
    float: left;
    width: 50%;
    padding: 0 1%;
}
#BMC-width-full .flex-area li .info{
    margin-bottom: 0;
}
#BMC-width-full .flex-area li .air_move{
    position: relative;
    /* max-width: 741px; */
}
#BMC-width-full .flex-area li .air_move .air_move_pic{
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    opacity: 1;
}
#BMC-width-full .flex-area li .air_move .air_move_pic{
    opacity: 1;
}
#BMC-width-full .flex-area li .air_move .air_move_pic.air_move_pic_a{
    top: 50%;
    left: 50%;
}
#BMC-width-full .flex-area li .air_move .air_move_pic.air_move_pic_b{
    top: 50%;
    left: 50%;
}
#BMC-width-full .flex-area li .air_move .air_move_pic.air_move_pic_c{
    top: 50%;
    left: 50%;
}
#BMC-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;
}
#BMC-width-full .flexCon.flex-100-100>.flex-item {
    position: relative;
    width: 100%;
    padding: 0 0px;
}
#BMC-width-full .flexCon.flex-100-100>.flex-item.flex-100 {
    width: 100%;
}
#BMC-width-full .flexCon.flex-100-100>.flex-item.flex-100 img{
    width: 100%;
}
#BMC-width-full .flexCon.flex-50-50>.flex-item {
    position: relative;
    width: 50%;
    padding: 0 0px;
}

#BMC-width-full .flexCon.flex-50-50>.flex-item img{
    width: 100%;
    position: relative;
    z-index: 1;
}
#BMC-width-full .flexCon.flex-50-50>.flex-item.flex-45 {
    width: 45%;
}
#BMC-width-full .flexCon.flex-50-50>.flex-item.flex-55 {
    width: 55%;
}
#BMC-width-full .flexCon.flex-50-50>.flex-item.flex-40 {
    width: 40%;
}
#BMC-width-full .flexCon.flex-50-50>.flex-item.flex-60 {
    width: 60%;
}
#BMC-width-full .flexCon.flex-50-50>.flex-item.flex-35 {
    width: 35%;
}
#BMC-width-full .flexCon.flex-50-50>.flex-item.flex-65 {
    width: 65%;
}
#BMC-width-full .flexCon.flex-50-50>.flex-item:first-child {
    padding: 0 40px;
}
#BMC-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;
}
#BMC-width-full .translate_box{
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
@media only screen and (max-width: 768px) {
    #BMC-width-full .flexCon.flex-50-50>.flex-item {
         position: relative;
        width: 100%;
        padding: 0px 0;
    }
    #BMC-width-full .flexCon.flex-50-50>.flex-item:first-child{
        padding: 0 0 30px;
    }
    #BMC-width-full .flexCon.flex-50-50>.flex-item.flex-45 {
        width: 100%;
    }
    #BMC-width-full .flexCon.flex-50-50>.flex-item.flex-55 {
        width: 100%;
    }
    #BMC-width-full .flexCon.flex-50-50>.flex-item.flex-40 {
        width: 100%;
    }
    #BMC-width-full .flexCon.flex-50-50>.flex-item.flex-60 {
        width: 100%;
    }
    #BMC-width-full .flexCon.flex-50-50>.flex-item.flex-35 {
        width: 100%;
    }
    #BMC-width-full .flexCon.flex-50-50>.flex-item.flex-65 {
        width: 100%;
    }
    #BMC-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;
    }
    #BMC-width-full .translate_box{
        position: relative;
        top: inherit;
        left: inherit;
        transform: translate(0%, 0%);
    }
}

/* 左文右圖 */

#BMC-width-full .maintitle.lefttxt {
    display: inline-block;
    width: 100%;
    margin: 0 0 60px;
}

#BMC-width-full .maintitle.lefttxt .info_left {
    float: left;
    margin: 0px -100% 0px 0px;
    position: relative;
    width: 50%;
    text-align: left !important
}

#BMC-width-full .maintitle.lefttxt .info_left .mtitle,
#BMC-width-full .maintitle.lefttxt .info_left .info,
#BMC-width-full .maintitle.lefttxt .info_right .mtitle {
    text-align: left !important;
    padding: 0;
    width: 100% !important;
    margin: 0 auto;
    margin-bottom: 15px;
}

#BMC-width-full .maintitle.lefttxt .info_right {
    margin: 0px 0px 0px 50%;
    position: relative;
    /*width: 100%;*/
}

#BMC-width-full .maintitle.lefttxt .info_left .stitle,
#BMC-width-full .maintitle.lefttxt .info_left .stitle p,
#BMC-width-full .maintitle.lefttxt .info_left .info,
#BMC-width-full .maintitle.lefttxt .info_left .info p {
    text-align: left !important;
    margin-left: 0 !important;
}


/* 左圖右文 */

#BMC-width-full .maintitle.righttxt {
    display: inline-block;
    width: 100%;
    margin: 0;
}

#BMC-width-full .maintitle.righttxt .info_left {
    float: left;
    margin: 0px -100% 0px 0px;
    position: relative;
    width: 50%;
}

#BMC-width-full .maintitle.righttxt .info_left .mtitle,
#BMC-width-full .maintitle.righttxt .info_left .mtitle p,
#BMC-width-full .maintitle.righttxt .info_left .info,
#BMC-width-full .maintitle.righttxt .info_left .info p,
#BMC-width-full .maintitle.righttxt .info_right .mtitle,
#BMC-width-full .maintitle.righttxt .info_right .mtitle p {
    text-align: left !important;
    padding: 0;
    width: 100% !important;
    margin: 0 auto;
    margin-bottom: 25px;
}

#BMC-width-full .maintitle.righttxt .info_right {
    margin: 0px 0px 0px 50%;
    position: relative;
    text-align: left;
    /*width: 100%;*/
}

#BMC-width-full .maintitle.righttxt .info_right .stitle,
#BMC-width-full .maintitle.righttxt .info_right .stitle p,
#BMC-width-full .maintitle.righttxt .info_right .info,
#BMC-width-full .maintitle.righttxt .info_right .info p {
    text-align: left !important;
    margin-left: 0 !important;
}

#BMC-width-full .mtitle {
    text-align: center;
    margin-bottom: 15px
}
#BMC-width-full h10 {
    font-size: 2.8em;
    font-family: "Myriad 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: #fff !important;
    margin-bottom: 0em;
    display: inline-block;
    padding-top: 0px;
}
#BMC-width-full h2 {
    font-size: 3.6em;
    font-family: "Myriad Pro Bold", "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: 15px;
    color: #000 !important;
    display: inline-block;
    padding-top: 10px;
    font-weight: 800;
    /* text-transform: uppercase; */
}
#BMC-width-full h2 b{
    /* font-weight: normal; */
    font-family: "Myriad Pro Bold", "Helvetica", "Myriad Pro Light", "STHeiti Light", "Apple LiGothic Medium", "微軟正黑體", "Microsoft JhengHei", Helvetica, Arial, sans-serif;
    color: #0075d7;
}
/* #BMC-width-full h3 {
    font-size: 1.845em;
    font-family: "Myriad Pro", "Helvetica", "Myriad Pro Light", "STHeiti Light", "Apple LiGothic Medium", "微軟正黑體", "Microsoft JhengHei", Helvetica, Arial, sans-serif;
} */

#BMC-width-full h3 {
    font-size: 3em;
    font-family: "Myriad Pro", "Helvetica", "Myriad Pro Light", "STHeiti Light", "Apple LiGothic Medium", "微軟正黑體", "Microsoft JhengHei", Helvetica, Arial, sans-serif;
    color: #14639e;
    margin-bottom: 1em;
    font-weight: 400;
}


#BMC-width-full .flex-item .info,
#BMC-width-full .mainfull .maintitle .info,
#BMC-width-full .mainsize .maintitle .info,
#BMC-width-full .product-content .maintitle .info {
    font-family: "Myriad Pro", 'Myriad Pro', Arial, Helvetica, sans-serif;
    color: #000 !important;
    font-size: 1.125em;
    line-height: 1.2em;
    font-weight: 300;
    text-align: center;
    width: 100%;
    margin: 0 auto;
    letter-spacing: -0.007em;
    margin-bottom: 0px;
}

@media only screen and (max-width: 1320px) {

    #BMC-width-full .flex-item .info,
    #BMC-width-full .mainfull .maintitle .info,
    #BMC-width-full .mainsize .maintitle .info,
    #BMC-width-full .product-content .maintitle .info {
        font-size: 1.1em;
        line-height: 1.2em;
    }
}

#BMC-width-full .full-section .mainfull {
    text-align: center;
    margin: 0 auto;
    /*max-width: 1920px;*/
}

#BMC-width-full .full-section .mainfull .maintitle {
    padding: 0 18px
}

.full-section:first-child {
    /*border-top: 1px solid #ccc;*/
}

#BMC-width-full section.whiteBg h2,
#BMC-width-full section.whiteBg h3,
#BMC-width-full section.whiteBg .mtitle p,
#BMC-width-full section.whiteBg .stitle p,
#BMC-width-full section.whiteBg .flex-item .info,
#BMC-width-full section.whiteBg .mainfull .info,
#BMC-width-full section.whiteBg .maintitle .info,
#BMC-width-full section.whiteBg ul li p,
#BMC-width-full section.whiteBg p.note {
    color: #fff !important;
}
/* #BMC-width-full section.whiteBg h2{
    border-top: 2px solid #fff;
} */

@media (-ms-high-contrast:active),
(-ms-high-contrast:none) {

    #BMC-width-full section.whiteBg .mtitle p,
    #BMC-width-full .mtitle p,
    #BMC-width-full h2 {
        position: relative;
        color: #000 !important;
        background: transparent
    }
}

@supports (-ms-accelerator:true) {

    #BMC-width-full section.whiteBg .mtitle p,
    #BMC-width-full .mtitle p,
    #BMC-width-full h2 {
        position: relative;
        color: #000 !important;
        background: transparent;
        -webkit-background-clip: text;
        -webkit-text-fill-color: #000 !important
    }
}

#BMC-width-full .full-section .mainfull {
    text-align: center;
}

#BMC-width-full .full-section .mainfull .maintitle {
    padding: 0 18px
}

#BMC-width-full img.mobile,
#BMC-width-full .mobile {
    display: none;
}

#BMC-width-full .text-left,
#BMC-width-full .maintitle .text-left {
    text-align: left !important;
}

/**/

#BMC-width-full #hd{
    padding-top: 20px;
    margin-top: 82px;
}

/*AMDGenoa-KV*/
#BMC-width-full #BMC-KV {
    padding-top: 0%;
    margin-bottom: 0px;
    overflow: hidden;
    background: #fff;
}
#BMC-width-full #BMC-KV h1{
    text-transform: inherit;
    font-size: 3.75em;
    padding-top: 10px;
    color: #1adefb !important;
}
#BMC-width-full #BMC-KV h2{
    text-transform: inherit;
    font-size: 2.25em;
    padding-top: 10px;
    color: #ffffff !important;
    font-family: "Myriad Pro", "Helvetica", "Myriad Pro Light", "STHeiti Light", "Apple LiGothic Medium", "微軟正黑體", "Microsoft JhengHei", Helvetica, Arial, sans-serif;
    font-weight: normal ;
}
#BMC-width-full #BMC-KV .info{
    color: #fff !important;
    text-shadow: 2px 2px 5px rgb(0 0 0);
}
#BMC-width-full #BMC-KV .maintitle {
        left: 70%;
    top: 45%;
    transform: translate(-50%, -50%);
    width: 40%;
}
#BMC-width-full #BMC-KV .maintitle .link_group{
    display: inline-flex;
    width: 100%;
    flex-direction: row;
    justify-content: flex-start;
    margin-top: 30px;
}
#BMC-width-full #BMC-KV .maintitle .link_group li{
    width: auto;
}
#BMC-width-full #BMC-KV .maintitle .link_group li a{
    display: inline-block;
    padding: 15px 40px;
    background: #0075d7;
    color: #fff;
    font-size: 1.5em;
    margin: 0 2px;
    min-width: 200px;
    text-align: center;
}
#BMC-width-full #BMC-KV .product-content {
    background-size: 100%;
    position: relative;
    display: inline-block;
}
#BMC-width-full #BMC-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;
}
#BMC-width-full #BMC-KV .bg a.get_quote{
        position: absolute;
    border-radius: 5px;
    top: 69%;
    left: 69%;
    transform: translate(-50%, -50%);
    padding: 20px 50px;
    margin: 0;
    /* max-width: 160px;
    width: 26%; */
}
#BMC-width-full #BMC-KV .bg a.get_quote:after{
    display: none;
}
#BMC-width-full #BMC-KV .bg img {
    /* width: 100% !important; */
    width: 100% !important;
    margin-left: 0%;
    padding-top: 0px;
    background: #000;
}
@media only screen and (max-width: 2080px) {
    #BMC-width-full h10{
        font-size: 2.6em;
    }
    #BMC-width-full #BMC-KV h1{
        font-size: 3.75em;
    }
}
@media only screen and (max-width: 1920px) {
    #BMC-width-full h10{
        font-size: 2.4em;
    }
    #BMC-width-full #BMC-KV h1{
        font-size: 3.5em;
    }
}
@media only screen and (max-width: 1780px) {
    #BMC-width-full h10{
        font-size: 2.3em;
    }
    #BMC-width-full #BMC-KV h1{
        font-size: 3.3em;
    }
    #BMC-width-full #BMC-KV .maintitle .link_group li a{
        padding: 15px 30px;
        font-size: 1.3em;
        min-width: 160px;
    }
}
@media only screen and (max-width: 1680px) {
    #BMC-width-full h10{
        font-size: 2.2em;
    }
    #BMC-width-full #BMC-KV h1{
        font-size: 3.1em;
    }
}
@media only screen and (max-width: 1580px) {
    #BMC-width-full h10{
        font-size: 2.1em;
    }
    #BMC-width-full #BMC-KV h1{
        font-size: 2.9em;
    }
}
@media only screen and (max-width: 1480px) {
    #BMC-width-full h10{
        font-size: 2.0em;
    }
    #BMC-width-full #BMC-KV h1{
        font-size: 2.7em;
    }
}
@media only screen and (max-width: 1440px) {
    #BMC-width-full h10{
        font-size: 1.8em;
    }
    #BMC-width-full #BMC-KV h1{
        font-size: 2.5em;
    }
}

@media only screen and (max-width: 1350px) {
    #BMC-width-full h10{
        font-size: 1.7em;
    }
    #BMC-width-full #BMC-KV h1{
        font-size: 2.4em;
    }
    #BMC-width-full #BMC-KV h2{
        font-size: 1.8em !important;
    }
    #BMC-width-full #BMC-KV .maintitle .link_group li a{
        font-size: 1.2em;
        min-width: 120px;
        padding: 15px 20px;
    }
    #BMC-width-full #BMC-KV .stitle p {
        font-size: 1.5em;
    }

    #BMC-width-full #BMC-KV .maintitle .logo_group {
        padding: 10px 0 15px
    }
}

@media only screen and (max-width: 1100px) {
    #BMC-width-full #BMC-KV {
        padding-top: 0%;
        padding-bottom: 0px;
    }
    
    #BMC-width-full #BMC-KV:before {
        background-image: none;
        padding-top: 0%;
    }

    /* #BMC-width-full #BMC-KV .product-content {
        position: relative;
        margin-bottom: 0
    }
    #BMC-width-full #BMC-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%);
    } */
    #BMC-width-full #BMC-KV .bg img {
        width: 100% !important;
        max-width: inherit !important;
        margin: 0% auto 0% !important;
        margin-left: -0% !important;
    }
    #BMC-width-full #BMC-KV .bg:before{
        display: none;
    }

    #BMC-width-full #BMC-KV .stitle p {
        font-size: 1.3em;
        text-align: center !important;
    }
    #BMC-width-full #BMC-KV .bg a.get_quote{
            font-size: 1em;
    padding: 10px 30px;
    }
    #BMC-width-full #BMC-KV .maintitle .link_group li a{
        font-size: 1em;
        min-width: 100px;
        padding: 15px 20px;
    }
}

@media only screen and (max-width: 969px) {
    #BMC-width-full #BMC-KV .bg img {
        width: 200% !important;
        max-width: inherit !important;
        margin: 0% auto 0% !important;
        margin-left: -11% !important;
    }
    #BMC-width-full #BMC-KV h1{
        color: #0075d7 !important;
    }
    #BMC-width-full #BMC-KV h1{
        text-align: center !important;
    }
    #BMC-width-full #BMC-KV h2{
        color: #000 !important;
        text-align: center !important;
        font-size: 1.4em !important;
    }
    #BMC-width-full #BMC-KV .product-content {
        position: relative;
        margin-bottom: 0
    }
    #BMC-width-full #BMC-KV .maintitle {
        position: relative;
        width: 100%;
        max-width: initial;
        left: auto;
        right: auto;
        top: auto;
        margin-left: 0;
        padding: 20px 18px 50px;
        transform: translate(0%, 0%);
    }
    #BMC-width-full #BMC-KV .maintitle .link_group{
            justify-content: center;
    }
    #BMC-width-full #BMC-KV .maintitle .link_group li{
        width: 33.3333%;
        margin: 0 2px;
    }
    #BMC-width-full #BMC-KV .maintitle .link_group li a{
        font-size: 1.2em;
        width: 100%;
        min-width: inherit !important;
    }
    #BMC-width-full #BMC-KV .bg a.get_quote{
            width: auto;
    padding: 6px 30px;
        top: 74%;
    }
    #BMC-width-full #BMC-KV{
        margin-bottom: 0px;
    }
    /* #BMC-width-full #BMC-KV .bg img {
        width: 150% !important;
    max-width: inherit !important;
    margin: 0% auto 0% !important;
    margin-left: -50% !important;
    } */
    #BMC-width-full h3{
        margin-bottom: 15px;
    }
}
@media only screen and (max-width: 480px) {
    #BMC-width-full #BMC-KV .maintitle {
        padding-top: .5em;
        padding-bottom: 0;
    }

    #BMC-width-full #BMC-KV .stitle p {
        font-size: 1.3em;
        text-align: center;
    }
     #BMC-width-full #BMC-KV .bg a.get_quote{
            position: relative;
    top: 0;
    left: 0;
    transform: translate(0%, 0%);
    margin: 10px auto 0;
    width: 100%;
     }
}

/* 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) {
    #BMC-width-full #BMC-Barriers .flexCon.flex-50-50>.flex-item {
         position: relative;
        width: 100%;
        padding: 0px 0;
    }
    #BMC-width-full #BMC-Barriers .flexCon.flex-50-50>.flex-item.flex-45 {
        width: 100%;
    }
    #BMC-width-full #BMC-Barriers .flexCon.flex-50-50>.flex-item.flex-55 {
        width: 100%;
        margin-top: 30px;
    }
    #BMC-width-full #BMC-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;
    }
    #BMC-width-full #BMC-Barriers .translate_box{
        position: relative;
        top: inherit;
        left: inherit;
        transform: translate(0%, 0%);
    }
}

@media only screen and (max-width: 969px) {
    #BMC-width-full #BMC-Barriers .maintitle {
        padding-bottom: 0;
    }
}

@media only screen and (max-width: 820px) {
    #BMC-width-full #BMC-Barriers .mainfull {
        padding-bottom: 0
    }
}

@media only screen and (max-width: 759px) {
    #BMC-width-full #BMC-Barriers .flex-item-info .translate_box{
        padding: 0 18px;
    }
}
/*#BMC-width-full #BMC-TAB-A*/
#BMC-width-full #BMC-TAB-A{
    background:#ffffff;
    padding: 0px 0 0px;
}
#BMC-width-full #BMC-TAB-A .maintitle {
    text-align: center;
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 18px;
    position: relative;
}
@media only screen and (max-width: 759px) {
    #BMC-width-full #BMC-TAB-A{
        padding: 0;
    }
}
/*#BMC-width-full #BMC-TAB-B*/
#BMC-width-full #BMC-TAB-B{
    background:#ffffff;
    padding: 100px 0 100px;
}
#BMC-width-full #BMC-TAB-B h2{
    max-width: 1000px;
    padding-left: 0px;
    padding-right: 18px;
}
#BMC-width-full #BMC-TAB-B .title-tab{
    margin-top: 2em;
}
#BMC-width-full #BMC-TAB-B .hd-col50.hd-content h2,
#BMC-width-full #BMC-TAB-B .hd-col50.hd-content .info{
    text-align: left;
}
#BMC-width-full #BMC-TAB-B .title-tab ul{
    max-width: 1300px;
    display: flex;
    margin: 0 auto;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}
#BMC-width-full #BMC-TAB-B .title-tab ul li{
    margin-bottom: 4px;
}
#BMC-width-full #BMC-TAB-B .maintitle {
    text-align: center;
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 18px;
    position: relative;
}
@media only screen and (max-width: 768px) {
    #BMC-width-full #BMC-TAB-B .tab-content .hd-content{
        padding: 2em 0;
    }
    #BMC-width-full #BMC-TAB-B .tab-content .hd-col50{
        width: 100%;
    }
    #BMC-width-full #BMC-TAB-B{
        padding-bottom: 0;
    }
    #BMC-width-full #BMC-TAB-B h2{
        padding-left: 0;
        padding-right: 0;
    }
}
/*#BMC-width-full #BMC-design*/
#BMC-width-full #BMC-design{
    background:#f0f2f4;
    padding: 100px 0 100px;
}
#BMC-width-full #BMC-design .maintitle {
    text-align: center;
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 18px;
    position: relative;
}
#BMC-width-full #BMC-design .maintitle h2{
    width: 65%;
}
#BMC-width-full #BMC-design ul{
    display: inline-block;
    width: 100%;
    max-width: 1400px;
    margin: 20px auto;
    padding: 0;
    position: relative;
}
#BMC-width-full #BMC-design ul li{
    display: inline-block;
    width: calc(33.33% - 15px);
    margin: 0 auto 15px;
    padding: 0 30px;
    text-align: center;
    vertical-align: text-top;
    position: relative;
}
#BMC-width-full #BMC-design ul li img{
    width: 100%;
    max-width: 160px !important;
    margin-bottom: 10px;
}
#BMC-width-full #BMC-design ul li .ico_Simplify{
    width: 100%;
    max-width: 150px !important;
}
#BMC-width-full #BMC-design ul li p{
    font-size: 1.125em;
    line-height: 1.2em;
    text-align: center;
    display: list-item;
    /* list-style: disc; */
    margin-bottom: 10px;
}
#BMC-width-full #BMC-design .maintitle h3{
    font-size: 1.7em;
    font-family: "Myriad Pro Bold", "Helvetica", "STHeiti Light", "Apple LiGothic Medium", "微軟正黑體", "Microsoft JhengHei", Helvetica, Arial, sans-serif;
    padding: 0px;
    text-align: center;
    color: #000;
    margin-bottom: 0.3em;
}

#BMC-width-full #BMC-design .maintitle img{
    margin-top: 30px;
    margin-bottom: 30px;
}


#BMC-width-full #BMC-design .flexCon.flex-50-50>.flex-item.flex-50 {
    padding: 0 40px;
}
@media only screen and (max-width: 1024px) {
    #BMC-width-full #BMC-design ul li{
        opacity: 1 !important;
    }
}
@media only screen and (max-width: 969px) {
    #BMC-width-full #BMC-design{
        padding: 50px 0;
    }
    #BMC-width-full #BMC-design .flexCon.flex-50-50>.flex-item {
         position: relative;
        width: 100%;
        padding: 0px 0;
    }
    #BMC-width-full #BMC-design .flexCon.flex-50-50>.flex-item.flex-45 {
        width: 100%;
    }
    #BMC-width-full #BMC-design .flexCon.flex-50-50>.flex-item.flex-55 {
        width: 100%;
        margin-top: 30px;
    }
    #BMC-width-full #BMC-design ul li{
        width: calc(50% - 15px);
    }
    #BMC-width-full #BMC-design .maintitle img{
        margin-bottom: 10px !important;
    }
    #BMC-width-full #BMC-design .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;
    }
    #BMC-width-full #BMC-design .translate_box{
        position: relative;
        top: inherit;
        left: inherit;
        transform: translate(0%, 0%);
    }
}

@media only screen and (max-width: 969px) {
    #BMC-width-full #BMC-design .maintitle {
        padding-bottom: 0;
        padding-top: 0;
    }
}

@media only screen and (max-width: 820px) {
    #BMC-width-full #BMC-design .mainfull {
        padding-bottom: 0
    }
}

@media only screen and (max-width: 759px) {
    #BMC-width-full #BMC-design{

    }
    #BMC-width-full #BMC-design .flexCon.flex-50-50>.flex-item.flex-50{
        padding: 0;
    }
    #BMC-width-full #BMC-design .translate_box{
        padding: 0 0px;
        width: 100%;
    }
    #BMC-width-full #BMC-design .maintitle h3{
        font-size: 1.5em;
    }
}

@media only screen and (max-width: 640px) {
    #BMC-width-full #BMC-design ul li{
        width: 100%;
        margin-bottom: 20px !important;
    }
    #BMC-width-full #BMC-design ul li .info{
        text-align: center !important;
    }
    #BMC-width-full #BMC-design .maintitle img {
        margin-bottom: 0px !important;
    }
}

/*#BMC-width-full #BMC-icons*/
#BMC-width-full #BMC-icons{
    background:#f0f2f4;
    padding: 100px 0 100px;
}
#BMC-width-full #BMC-icons .maintitle {
    text-align: center;
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 18px;
    position: relative;
}
#BMC-width-full #BMC-icons .maintitle h2{
    width: 65%;
}
#BMC-width-full #BMC-icons ul{
    display: inline-block;
    width: 100%;
    max-width: 1400px;
    margin: 40px auto;
    padding: 0;
    position: relative;
}
#BMC-width-full #BMC-icons ul li{
    display: inline-block;
    width: calc(20% - 15px);
    margin: 0 auto 15px;
    padding: 0 30px;
    text-align: center;
    vertical-align: text-top;
    position: relative;
}
#BMC-width-full #BMC-icons ul li img{
    width: 100%;
    max-width: 160px !important;
    margin-bottom: 10px;
}
#BMC-width-full #BMC-icons ul li .ico_Simplify{
    width: 100%;
    max-width: 120px !important;
}
#BMC-width-full #BMC-icons ul li p{
    font-size: 1.125em;
    line-height: 1.2em;
    text-align: center;
    display: list-item;
    /* list-style: disc; */
    margin-bottom: 10px;
}
#BMC-width-full #BMC-icons .maintitle h3{
    font-size: 1.25em;
    line-height: 1.2;
    letter-spacing: -0.01em;
    font-family: "Myriad Pro Bold", "Helvetica", "STHeiti Light", "Apple LiGothic Medium", "微軟正黑體", "Microsoft JhengHei", Helvetica, Arial, sans-serif;
    padding: 0px;
    text-align: center;
    color: #000;
    margin-bottom: 0.3em;
}

#BMC-width-full #BMC-icons .maintitle img{
    margin-top: 20px;
    margin-bottom: 20px;
}


#BMC-width-full #BMC-icons .flexCon.flex-50-50>.flex-item.flex-50 {
    padding: 0 40px;
}
@media only screen and (max-width: 1024px) {
    #BMC-width-full #BMC-icons ul li{
        opacity: 1 !important;
    }
}
@media only screen and (max-width: 969px) {
    #BMC-width-full #BMC-icons{
        padding: 50px 0;
    }
    #BMC-width-full #BMC-icons .flexCon.flex-50-50>.flex-item {
         position: relative;
        width: 100%;
        padding: 0px 0;
    }
    #BMC-width-full #BMC-icons .flexCon.flex-50-50>.flex-item.flex-45 {
        width: 100%;
    }
    #BMC-width-full #BMC-icons .flexCon.flex-50-50>.flex-item.flex-55 {
        width: 100%;
        margin-top: 30px;
    }
    #BMC-width-full #BMC-icons ul li{
        width: calc(50% - 15px);
    }
    #BMC-width-full #BMC-icons .maintitle img{
        margin-bottom: 10px !important;
    }
    #BMC-width-full #BMC-icons .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;
    }
    #BMC-width-full #BMC-icons .translate_box{
        position: relative;
        top: inherit;
        left: inherit;
        transform: translate(0%, 0%);
    }
}

@media only screen and (max-width: 969px) {
    #BMC-width-full #BMC-icons .maintitle {
        padding-bottom: 0;
        padding-top: 0;
    }
}

@media only screen and (max-width: 820px) {
    #BMC-width-full #BMC-icons .mainfull {
        padding-bottom: 0
    }
}

@media only screen and (max-width: 759px) {
    #BMC-width-full #BMC-icons{

    }
    #BMC-width-full #BMC-icons .maintitle h3{
        font-size: 1.2em;
    }
}

@media only screen and (max-width: 640px) {
    #BMC-width-full #BMC-icons ul{
        display: flex;
    flex-wrap: wrap;
    }
    #BMC-width-full #BMC-icons ul li{
        width: 50%;
        margin-bottom: 20px !important;
    }
    #BMC-width-full #BMC-icons ul li .info{
        text-align: center !important;
    }
    #BMC-width-full #BMC-icons .maintitle img {
        margin-bottom: 0px !important;
    }
    #BMC-width-full #BMC-icons .maintitle h3{
        font-size: 1.2em;
        margin: 15px 0;
    }
}



#BMC-width-full #compare__bottom {
    /* height: 70%; */
    width: 100%;
    max-width: 800px;
    font-family: "Myriad Pro", 'Myriad Pro', Arial, Helvetica, sans-serif;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 30px auto 0
}
#BMC-width-full #compare__bottom h5{
    text-align: center;
    font-family: "Myriad Pro", 'Myriad Pro', Arial, Helvetica, sans-serif;
    color: #000;
    font-weight: bold;
    font-size: 1.2em
}
#BMC-width-full #compare__bottom .first_compare_picbox {
    width: 14%;
    text-align: center;
}
#BMC-width-full #compare__bottom .compare_picbox {
    width: 14.284%;
    text-align: center;
}
#BMC-width-full #compare__bottom .compare_picbox img{
    max-width: 145px !important;
}
#BMC-width-full #compare__bottom .compare_picbox h5{
    text-transform: none;
}
#BMC-width-full #compare__bottom .compare_picbox .textcontent {
    padding-top: 0;
    padding-bottom: 3%;
}
#BMC-width-full #compare__bottom .compare_form {
    /* height: 40%; */
    width: 100%;
    font-family: 'Roboto';
}
#BMC-width-full #compare__bottom .compare_form--mobile {
    /* height: 40%; */
    width: 100%;
    display: none;
    padding-bottom: 10%;
    font-family: 'Roboto';
}
#BMC-width-full #compare__bottom .compare_form table {
    border-collapse: collapse;
    width: 100%;
}
#BMC-width-full #compare__bottom table td.w_title {
    padding: 1.8%;
    width: 14%;
    text-align: center;
    position: relative;
    color: #000;
    font-size: 0.9em;
}
#BMC-width-full #compare__bottom table td {
    padding: 1.8%;
    width: 14.284%;
    text-align: center;
    position: relative;
    color: #000;
    font-size: 0.9em;
    line-height: 1.4em;
    font-family: "Myriad Pro", 'Myriad Pro', Arial, Helvetica, sans-serif;
}
#BMC-width-full #compare__bottom table td b{
    color: #0075d7;
}
#BMC-width-full #compare__bottom table td:first-child {
    text-align: start;
    padding-left: 2%;
    padding-right: 2%;
}
#BMC-width-full #compare__bottom table td:not(:last-child)::after {
    content: " ";
    width: 1px;
    height: 80%;
    background-color: #c2ced0;
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
}
#BMC-width-full #compare__bottom table tr:nth-child(even){
    background: #f1f1f1;
}
#BMC-width-full #compare__bottom table tr:nth-child(odd) {
    background: #fafafa;
}

#BMC-width-full #compare__bottom table tr th{
    background: #0075d7;
    color: #ffffff;
    padding: 15px;
    
}

@media screen and (max-width: 1280px) {
    #BMC-width-full #compare__bottom {
        width: 100%;
    }
}

@media screen and (max-width: 1023px) {
    /* #BMC-width-full #compare__bottom div:nth-child(1) {
        display: none;
    } */

    #BMC-width-full #compare__bottom div:nth-child(2) {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 1;
        order: 1;
    }

    #BMC-width-full #compare__bottom div:nth-child(3) {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 2;
        order: 2;
    }

    #BMC-width-full #compare__bottom div:nth-child(4) {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 3;
        order: 3;
    }

    #BMC-width-full #compare__bottom div:nth-child(5) {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 4;
        order: 4;
    }
    #BMC-width-full #compare__bottom div:nth-child(6) {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 5;
        order: 5;
    }
    #BMC-width-full #compare__bottom div:nth-child(7) {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 6;
        order: 6;
    }

    #BMC-width-full #compare__bottom .compare_form {
        /* display: none; */
    }

    #BMC-width-full #compare__bottom .compare_form--mobile {
        display: block;
    }

    #BMC-width-full #compare__bottom .compare_picbox {
        width: 100%;
    }

    #BMC-width-full #compare__bottom .compare_picbox .textcontent {
        padding-top: 0%;
        padding-bottom: 2%;
    }
}

@media screen and (max-width: 768px) {
    #BMC-width-full #compare__bottom table td,
    #BMC-width-full #compare__bottom table td.w_title{
        font-size: 0.9em;
    }
    #BMC-width-full #compare__bottom .compare_picbox img {
        max-width: 140px !important;
    }
}

/*Anorak-Jacket-05*/
#BMC-width-full #BMC-05 {
    padding-top: 60.6359%;
    overflow-y: hidden
}

#BMC-width-full #BMC-05:before {
    background-image: url("../img/bg_05.jpg");
    background-size: cover;
}

#BMC-width-full #BMC-05 .maintitle {
    left: 28%;
    top: 23%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 36%;
}

#BMC-width-full #BMC-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) {
    #BMC-width-full #BMC-05 .mtitle p {
        font-size: 3.8em;
    }
}

@media only screen and (max-width: 1660px) {
    #BMC-width-full #BMC-05 .mtitle p {
        font-size: 3.8em;
    }
}

@media only screen and (max-width: 1440px) {
    #BMC-width-full #BMC-05 .stitle p {
        font-size: 1.6em;
    }
}

@media only screen and (max-width: 1350px) {
    #BMC-width-full #BMC-05 .mtitle p {
        font-size: 4.5em;
        margin-bottom: 10px
    }

    #BMC-width-full #BMC-05 .stitle p {
        font-size: 1.5em;
    }

    #BMC-width-full #BMC-05 .maintitle .logo_group {
        padding: 10px 0 15px
    }
}

@media only screen and (max-width: 969px) {
    #BMC-width-full #BMC-05 .mtitle p {
        font-size: 3em;
        background: none;
        -webkit-text-fill-color: inherit;
    }

    #BMC-width-full #BMC-05 img.mobile {
        display: block !important;
    }

    #BMC-width-full #BMC-05 .control_io_mobile {
        display: block !important;
    }

    #BMC-width-full #BMC-05 .control_io {
        display: none !important;
    }

    #BMC-width-full #BMC-05:before {
        background-image: none;
        padding-top: 0%;
    }

    #BMC-width-full #BMC-05 {
        padding-top: 0%;
        padding-bottom: 0px
    }

    #BMC-width-full #BMC-05 .product-content {
        position: relative;
        margin-bottom: 0
    }

    #BMC-width-full #BMC-05 .maintitle {
        position: relative;
        width: auto;
        left: auto;
        right: auto;
        top: auto;
        margin-left: 0;
        padding: 30px 18px 50px;
        transform: translate(0%, 0%);
    }

    #BMC-width-full #BMC-05 .mtitle p {
        margin: 0;
        padding-top: 0;
        padding-bottom: 0;
    }

    #BMC-width-full #BMC-05 .stitle p {
        margin-top: 20px
    }

    #BMC-width-full #BMC-05 .mtitle p {
        font-size: 3em;
    }
}

@media only screen and (max-width: 759px) {
    #BMC-width-full #BMC-05 .mtitle p {
        font-size: 2.5em;
    }

    #BMC-width-full #BMC-05 .stitle p {
        font-size: 1.3em;
    }
}

@media only screen and (max-width: 480px) {
    #BMC-width-full #BMC-05 .maintitle {
        padding-top: .5em;
    }

    #BMC-width-full #BMC-05 .mtitle p {
        font-size: 2.5em;
    }

    #BMC-width-full #BMC-05 .stitle p {
        font-size: 2em;
    }
}
@media only screen and (max-width: 1880px) {
    #BMC-width-full .mtitle p,
    #BMC-width-full h2 {
        font-size: 3.6em;
        line-height: 1.2em;
        letter-spacing: -0.01em;
    }
}
@media only screen and (max-width: 1780px) {
    #BMC-width-full .mtitle p,
    #BMC-width-full h2 {
        font-size: 3.2em;
        line-height: 1.2em;
        letter-spacing: -0.01em;
    }
}
@media only screen and (max-width: 1440px) {
    #BMC-width-full .mtitle p,
    #BMC-width-full h2 {
        font-size: 3.2em;
        line-height: 1.2em;
    }
}
@media (min-width: 759px) and (max-width: 969px) {
    #BMC-width-full .mtitle p,
    #BMC-width-full h2 {
        font-size: 3em;
        line-height: 1.2em;
    }

   /*  #BMC-width-full .flex-item .info,
    #BMC-width-full .mainfull .maintitle .info,
    #BMC-width-full .mainsize .maintitle .info {
        font-size: 1.5em;
        line-height: 1.5em;
        width: 100%
    } */

    #BMC-width-full .full-section {
        height: auto;
        /*一個滿版區塊的高度，可以依造圖片給的高度去改變*/
    }

    #BMC-width-full #Helios-colorarea .info_left {
        padding: 0
    }
}

@media (max-width: 759px) {

    #BMC-width-full img.webstyle,
    #BMC-width-full .webstyle {
        display: none;
    }

    /* 左文右圖 */
    #BMC-width-full .maintitle.lefttxt .info_left {
        margin: 0 !important;
        padding: 0px 0px !important;
        width: 100% !important;
        max-width: inherit !important;
        display: inline-block
    }

    #BMC-width-full .maintitle.lefttxt .info_right {
        margin: 0 !important;
        padding: 0px 0px !important;
        width: 100% !important;
        max-width: inherit !important;
        display: inline-block
    }

    /* 左圖右文 */
    #BMC-width-full .maintitle.righttxt .info_left {
        margin: 0 !important;
        padding: 0px 0px !important;
        width: 100% !important;
        max-width: inherit !important;
        display: inline-block
    }

    #BMC-width-full .maintitle.righttxt .info_right {
        margin: 0 !important;
        padding: 0px 0px !important;
        width: 100% !important;
        max-width: inherit !important;
        display: inline-block
    }

    #BMC-width-full img.mobile,
    #BMC-width-full .mobile {
        width: auto;
        display: block;
        margin: 0 auto !important;
    }

    #BMC-width-full .maintitle .info,
    #BMC-width-full .maintitle .mtitle {
        margin: 0 !important;
        padding-right: 0 !important;
        padding-left: 0 !important;
        text-align: left !important;
    }

    #BMC-width-full .maintitle .mtitle {
        padding-top: 0 !important;
    }

    #BMC-width-full .flex-item .info,
    #BMC-width-full .mainfull .maintitle .info,
    #BMC-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;
    }

    #BMC-width-full .full-section {
        /*border-bottom: 1px solid #ccc;*/
        background-size: contain;
        background-position: center bottom;
        height: auto;
        /*一個滿版區塊的高度，可以依造圖片給的高度去改變*/
    }

    /*#BMC-width-full .full-section:first-child {
border-top: 1px solid #ccc;
}*/
    #BMC-width-full .full-section:last-child {
        border-bottom: 0px solid #ccc;
    }

    #BMC-width-full .mtitle p,
    #BMC-width-full h2 {
        width: 100% !important;
        /*text-shadow: 0px 0px 0px #fff;*/
        font-size: 3em !important;
        text-align: left !important;
        line-height: 1.2em;
        margin-bottom: 0;
        padding: 15px 0;
        margin-bottom: 5px !important;
    }

    #BMC-width-full .stitle p {
        font-size: 2em;
        text-align: left;
        margin-bottom: 0.5em;
        margin-top: 1em;
    }

    #BMC-width-full .full-section {
        padding: 0 0;
    }
}
@media only screen and (max-width: 480px) {
    #BMC-width-full .mtitle p,
    #BMC-width-full h2 {
        font-size: 2.4em !important;
        line-height: 1.2em;
    }
}
/* nav bar */
#BMC-width-full #BMC-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;
}

#BMC-width-full #BMC-nav ul {
    list-style: none;
    display: block;
    margin: 0;
}

#BMC-width-full #BMC-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
}

#BMC-width-full #BMC-nav ul li a {
    display: inline-block;
    width: 8px;
    position: absolute;
    padding: 15px;
    height: 8px;
    z-index: 9999;
    top: 0
}

#BMC-width-full #BMC-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;
}

#BMC-width-full #BMC-nav ul li b {
    display: none;
    position: absolute;
    top: 60%;
    margin-top: -12px;
    right: 40px;
    white-space: nowrap;
    font-size: 14px;
    color: #0075d7;
    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;
}

#BMC-width-full #BMC-nav ul li.on.active b,
#BMC-width-full #BMC-nav ul li.active b {
    top: 90%
}

#BMC-width-full #BMC-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;
}

#BMC-width-full #BMC-nav ul li:hover div {
    background: #0075d7
}

#BMC-width-full #BMC-nav ul li.active {
    height: 38px !important
}

#BMC-width-full #BMC-nav ul li.active div {
    background: #0075d7;
    height: 30px !important;
    top: 5px;
}

@media (max-width: 759px) {

    /* special-sectionOverview #rog_chariot_rgb_nav-nav */
    #BMC-width-full #BMC-nav {
        display: none;
    }
}

/*動態CSS*/
#BMC-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
    }
}

#BMC-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
    }
}

#BMC-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
    }
}

#BMC-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,
#BMC-width-full .mainfull .maintitle .product-text,
#BMC-width-full .mainfull .maintitle
{
opacity: 1 !important
}
#BMC-width-full .txt_move{
animation: inherit !important;
}
#BMC-width-full .txt_move_b{
animation: inherit !important;
}
} */

#BMC-width-full .slider {
    width: 100%;
    text-align: center;
    max-width: 1400px;
    margin: 0 auto;
}
.slick-initialized .slick-slide{

}
#BMC-width-full .slick-prev:before, #BMC-width-full .slick-next:before {
  color: #0072ce !important;
}
#BMC-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%);
}
#BMC-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%);
}
#BMC-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%);
}
#BMC-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) {
    #BMC-width-full .slider {
        width: calc(100% - 50px);
        text-align: center;
        max-width: 1400px;
        margin: 0 auto;
    }
}
@media only screen and (max-width: 768px) {
    .slick-prev, .slick-next{
        width: 15px;
        height: 15px;
    }
    #BMC-width-full .slick-prev:before,
    #BMC-width-full .slick-next:before{
        min-width: 40px;
        min-height: 40px;
    }
}

/**/
#videoplayer {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 199999;
    padding: 2%;
    width: 100%;
    height: 100%;
    background: black;
    background: rgba(0, 0, 0, 1);
    animation: videoplayer-in 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) 1.36s;
    animation-fill-mode: backwards
}

#videoplayer iframe.player {
    position: relative;
    width: 100%;
    height: 100%;
    border: 0;
    margin: 0;
    padding: 0;
    vertical-align: bottom;
    background: black
}

#videoplayer .close {
    position: absolute;
    right: 0;
    top: 0;
    width: 52px;
    height: 52px;
    overflow: hidden;
    opacity: .6;
    transition: opacity .15s;
    color: white;
    cursor: pointer
}

#videoplayer .close:hover {
    opacity: 1
}

#videoplayer .close:active {
    opacity: .82
}

#videoplayer .close:focus {
    opacity: .82;
    box-shadow: inset 0 0 0 2px rgba(27, 127, 204, 0.8);
    outline: none
}

#videoplayer .close:before {
    display: block;
    width: 52px;
    height: 52px;
    line-height: 52px;
    font-size: 52px;
    content: "\00D7";
    font-family: 'arial', sans-serif;
    text-align: center;
    vertical-align: middle;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased
}
#BMC-width-full a.play.video_btn{
    display: inline-block;
    position: relative; 
}
#BMC-width-full a.play.video_btn:after{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0);
    left: 0px;
    top: 0px;
    -moz-transition: 0.25s ease;
    -o-transition: 0.25s ease;
    -webkit-transition: 0.25s ease;
    transition: 0.25s ease;
    z-index: 1;
}
#BMC-width-full a.play.video_btn:hover:after{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    left: 0px;
    top: 0px;
    -moz-transition: 0.25s ease;
    -o-transition: 0.25s ease;
    -webkit-transition: 0.25s ease;
    transition: 0.25s ease;
}
#BMC-width-full .bgstyle{
    display: inline-block;
    position: relative;
}
#BMC-width-full .bgstyle span.tag{
    color: #fff;
    background: #0075d7;
    display: inline-block;
    position: absolute;
    bottom: 100%;
    left: 0;
    padding: 6px 20px;
    text-transform: uppercase;
}
#BMC-width-full .flex-reverse .bgstyle span.tag{
    left: inherit;
    right: 0;
}
#BMC-width-full .bgstyle span.tag:after{
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px;
    border-color: #fdfefe #fdfefe transparent transparent;
    position: absolute;
    top: -2px;
    right: -2px;
    margin: auto;
}

#BMC-width-full .bgstyle:before{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000;
    left: 10px;
    top: 10px;
    background-image: linear-gradient(45deg, #41acff, #1adefb, #8effe6);
}
#BMC-width-full a.play.video_btn .icon-play{
     width: 60px;
     height: 60px;
     border-radius: 50%;
     background: rgba(255, 255, 255, 0.5);
     border:  2px solid #fff;
     position: absolute;
     top: 50%;
     left: 50%;
     margin: auto;
     opacity: .8;
     transform: translate(-50%, -50%);
     -moz-transition: all 0.25s ease;
     -o-transition: all 0.25s ease;
     -webkit-transition: all 0.25s ease;
     transition: all 0.25s ease;
     z-index: 2;
}
#BMC-width-full a.play.video_btn .icon-play:before{
     content: '';
     display: block;
     width: 0;
     height: 0;
     border-style: solid;
     border-width: 10px 0 10px 15px;
     border-color: transparent transparent transparent #ffffff;
     position: absolute;
     top: 0;
     right: 0;
     bottom: 0;
     left: 5px;
     margin: auto;
        -moz-transition: all 0.25s ease;
     -o-transition: all 0.25s ease;
     -webkit-transition: all 0.25s ease;
     transition: all 0.25s ease;
}
#BMC-width-full a.play.video_btn:hover .icon-play{
    width: 80px;
    height: 80px;
    background: #0075d7;
    border: 2px solid #0075d7;
    -moz-transition: all 0.25s ease;
     -o-transition: all 0.25s ease;
     -webkit-transition: all 0.25s ease;
     transition: all 0.25s ease;
     opacity: 1;
}
#BMC-width-full a.play.video_btn:hover .icon-play:before{
    border-width: 20px 0 20px 30px;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
    left: 10px;
}

#BMC-width-full ul.icos_box {
    text-align: left;
    width: 100%;
    margin: 10px auto 0;
}

#BMC-width-full ul.icos_box li {
    text-align: center;
    position: relative;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: auto;
    padding: 0 10px !important;
    margin-bottom: 10px !important;
}

#BMC-width-full ul.icos_box li img {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

#BMC-width-full ul.icos_box li span {
    font-size: 0.9em;
    color: #d0b18a;
}

@media only screen and (max-width: 1024px) {
    #BMC-width-full ul.icos_box li {
        max-width: inherit !important;
    }
}



#BMC-width-full .owl-carousel button{
    background: none;
    border: none;
}
#BMC-width-full .owl-carousel .owl-next:before,
#BMC-width-full .owl-carousel .owl-prev:before{
    padding-bottom: 400%;
}

/**/
#BMC-width-full .hd-w1000 {
    max-width: 1000px
}

#BMC-width-full .hd-w1400 {
    max-width: 1400px
}

#BMC-width-full .hd-mw1200 {
    max-width: 1200px
}

#BMC-width-full .hd-col20 {
    width: 20%
}

#BMC-width-full .hd-col25 {
    width: 25%
}

#BMC-width-full .hd-col33 {
    width: 33.3333%
}

#BMC-width-full .hd-col40 {
    width: 40%
}

#BMC-width-full .hd-col45 {
    width: 45%
}

#BMC-width-full .hd-col50 {
    width: 50%
}

#BMC-width-full .hd-col55 {
    width: 55%
}

#BMC-width-full .hd-col60 {
    width: 60%
}

#BMC-width-full .hd-col65 {
    width: 65%
}

#BMC-width-full .hd-col66 {
    width: 66.6666%
}

#BMC-width-full .hd-col70 {
    width: 70%
}

#BMC-width-full .hd-col75 {
    width: 75%
}

#BMC-width-full .hd-col80 {
    width: 80%
}

#BMC-width-full .hd-col100 {
    width: 100%
}

#BMC-width-full .ib-top {
    display: inline-block;
    vertical-align: top
}

#BMC-width-full .ib-bottom {
    display: inline-block;
    vertical-align: bottom
}

#BMC-width-full .flex-wrap {
    display: flex;
    flex-wrap: wrap
}

#BMC-width-full .flex-nowrap {
    display: flex;
    flex-wrap: nowrap
}

#BMC-width-full .align-items-center {
    align-items: center
}

#BMC-width-full .align-items-start {
    align-items: flex-start
}

#BMC-width-full .align-items-end {
    align-items: flex-end
}

#BMC-width-full .justify-content-center {
    justify-content: center
}

#BMC-width-full .justify-content-start {
    justify-content: flex-start
}

#BMC-width-full .justify-content-end {
    justify-content: flex-end
}

#BMC-width-full .justify-content-between {
    justify-content: space-between
}

#BMC-width-full .justify-content-around {
    justify-content: space-around
}

#BMC-width-full .flex-row-reverse {
    flex-direction: row-reverse
}

#BMC-width-full .hd-d-none {
    display: none
}

#BMC-width-full .hd-d-ib {
    display: inline-block
}

#BMC-width-full .mx-auto {
    margin-left: auto;
    margin-right: auto
}

@media screen and (min-width: 2560px) {
    #BMC-width-full .hd-w1000 {
        max-width: 1200px
    }

    #BMC-width-full .hd-w1200 {
        max-width: 1400px
    }

    #BMC-width-full .hd-w1400 {
        max-width: 2000px
    }

    #BMC-width-full .hd-mw1200 {
        max-width: 1400px
    }
}

@media screen and (min-width: 3000px) {
    #BMC-width-full .hd-w1000 {
        max-width: 1600px
    }

    #BMC-width-full .hd-w1200 {
        max-width: 2200px
    }

    #BMC-width-full .hd-w1400 {
        max-width: 2800px
    }

    #BMC-width-full .hd-mw1200 {
        max-width: 1800px
    }
}

@media screen and (max-width: 1024px) {

    #BMC-width-full .hd-w1000,
    #BMC-width-full .hd-w1200,
    #BMC-width-full .hd-w1400 {
        width: 90%
    }
}

@media screen and (max-width: 1023px) {
    #BMC-width-full .hd-d-1023-none {
        display: none
    }

    #BMC-width-full .hd-d-1023-block {
        display: block
    }

    #BMC-width-full .hd-d-1023-inline-block {
        display: inline-block
    }
}

@media screen and (max-width: 768px) {
    #BMC-width-full .hd-d-768-none {
        display: none
    }

    #BMC-width-full .hd-d-768-block {
        display: block
    }
}

@media screen and (max-width: 620px) {
    #BMC-width-full .hd-d-620-none {
        display: none
    }

    #BMC-width-full .hd-d-620-block {
        display: block
    }
}

@media screen and (max-width: 480px) {
    #BMC-width-full .hd-d-480-none {
        display: none
    }

    #BMC-width-full .hd-d-480-block {
        display: block
    }
}
/* TAB */
#BMC-width-full .main-title {
    padding-top: 4em;
    position: relative;
    overflow: hidden
}
#BMC-width-full .align-center {
    text-align: center
}
#BMC-width-full .tab-content {
    /* padding-right: 5em; */
    max-width: 1400px;
    margin: 0 auto;
    
}
#BMC-width-full .tab-content h3{
    line-height: 1;
    margin-bottom: 0.3em;
}
#BMC-width-full .tab-content>div {
    display: none;
    padding: 4.75em 18px 5em
}

#BMC-width-full .tab-content>div.hd-active {
    display: block
}

#BMC-width-full .tab-content>div.hd-active .reveal-fromBottom {
    -webkit-animation-delay: 0s;
    -webkit-animation-duration: .8s;
    -webkit-animation-name: fadeInUp;
    -webkit-animation-timing-function: ease;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-delay: 0s;
    -moz-animation-duration: .8s;
    -moz-animation-name: fadeInUp;
    -moz-animation-timing-function: ease;
    -moz-animation-iteration-count: 1;
    -moz-animation-fill-mode: forwards;
    -o-animation-delay: 0s;
    -o-animation-duration: .8s;
    -o-animation-name: fadeInUp;
    -o-animation-timing-function: ease;
    -o-animation-iteration-count: 1;
    -o-animation-fill-mode: forwards;
    animation-delay: 0s;
    animation-duration: .8s;
    animation-name: fadeInUp;
    animation-timing-function: ease;
    animation-iteration-count: 1;
    animation-fill-mode: forwards
}

#BMC-width-full .tab-content>div.hd-active .reveal-fromLeft {
    -webkit-animation-delay: 0s;
    -webkit-animation-duration: .8s;
    -webkit-animation-name: fadeInLeft;
    -webkit-animation-timing-function: ease;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-delay: 0s;
    -moz-animation-duration: .8s;
    -moz-animation-name: fadeInLeft;
    -moz-animation-timing-function: ease;
    -moz-animation-iteration-count: 1;
    -moz-animation-fill-mode: forwards;
    -o-animation-delay: 0s;
    -o-animation-duration: .8s;
    -o-animation-name: fadeInLeft;
    -o-animation-timing-function: ease;
    -o-animation-iteration-count: 1;
    -o-animation-fill-mode: forwards;
    animation-delay: 0s;
    animation-duration: .8s;
    animation-name: fadeInLeft;
    animation-timing-function: ease;
    animation-iteration-count: 1;
    animation-fill-mode: forwards
}

#BMC-width-full .title-tab {
    width: 100%;
    position: relative;
    /* overflow: hidden; */
    z-index: 3;
    background: #0075d724;
}
#BMC-width-full .title-tab:before {
        content: '';
    display: block;
    width: 100%;
    position: absolute;
    left: 0%;
    background: linear-gradient(to top, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
    height: 320%;
    top: 0;
    z-index: 0;
    pointer-events: none;
}

/* #BMC-width-full .title-tab:after {
    content: '';
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to right, #000000 5%, #c81f54 15%, #ab066d 30%, #890b95 38%, #5e2edc 52%, #3e5eff 75%, #4e95ff 100%);
    background-image: -webkit-gradient(linear, 0 0, 100% 0, from(#000000, #5e2edc, ), to(#4e95ff));
    background-image: -webkit-linear-gradient(to left, #000000, #5e2edc, #4e95ff);
    background-image: -moz-linear-gradient(to left, #000000, #5e2edc, #4e95ff);
    background-image: -o-linear-gradient(to left, #000000, #5e2edc, #4e95ff);
    background: #cdd6e5;
} */

#BMC-width-full .title-tab ul {
    margin-top: 50px;
    max-width: 100%;
    display: inline-flex;
    align-items: stretch;
    text-align: center;
    position: relative;
    overflow-x: auto;
    overflow-y: visible;
    -ms-overflow-style: none
}

#BMC-width-full .title-tab ul::-webkit-scrollbar {
    height: 0
}

#BMC-width-full .title-tab ul::-webkit-scrollbar-track {
    background: transparent
}

#BMC-width-full .title-tab ul::-webkit-scrollbar-thumb {
    background: transparent
}

#BMC-width-full .title-tab ul::-webkit-scrollbar-thumb:hover {
    background: transparent
}

#BMC-width-full .title-tab li {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    font-family: "Myriad Pro Bold", "Helvetica", "Myriad Pro Light", "STHeiti Light", "Apple LiGothic Medium", "微軟正黑體", "Microsoft JhengHei", Helvetica, Arial, sans-serif;
    line-height: 1.1;
    font-size: 1.425em;
    font-weight: normal;
    letter-spacing: 0em;
    white-space: nowrap;
    flex: 0 0 auto;
    color: #333;
    padding: 1.2em 1.125em 1.2em 1.225em;
    position: relative;
    cursor: pointer;
    -moz-transition: color 0.25s ease;
    -o-transition: color 0.25s ease;
    -webkit-transition: color 0.25s ease;
    transition: color 0.25s ease;
    background: #f4f4f4;
    margin: 0 1px;
}

#BMC-width-full .title-tab li:after {
    content: '';
    display: block;
    width: calc(100%);
    height: 6px;
    background: black;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    transform-origin: left bottom;
    -moz-transform: scale(1, 0);
    -o-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
    -moz-transition: transform 0.25s ease-out;
    -o-transition: transform 0.25s ease-out;
    -webkit-transition: transform 0.25s ease-out;
    transition: transform 0.25s ease-out;
    background: #0075d7;
    /* background: transparent;
    background: -webkit-linear-gradient(to right, #343434 0%, #b2b2b2 38%, #b2b2b2 58%, #343434 100%);
    background: -moz-linear-gradient(to right, #343434 0%, #b2b2b2 38%, #b2b2b2 58%, #343434 100%);
    background: -o-linear-gradient(to right, #343434 0%, #b2b2b2 38%, #b2b2b2 58%, #343434 100%);
    background: linear-gradient(to right, #343434 0%, #b2b2b2 38%, #b2b2b2 58%, #343434 100%); */
        /* background: #000000; */
}
/* #BMC-width-full .title-tab li:nth-child(2):after{
    background: #741bb7;
}
#BMC-width-full .title-tab li:nth-child(3):after{
    background: #523fe8;
}
#BMC-width-full .title-tab li:nth-child(4):after{
    background: #4357fa;
} */
#BMC-width-full .title-tab li sup{
    font-family: "TT Norms Pro", "Roboto", "Microsoft Jhenghei", "Microsoft YaHei", "Segoe UI", "Arial", "Helvetica", sans-serif;
    position: relative;
    top: -20%;
}
#BMC-width-full .title-tab li:hover {
    color: #000
}

#BMC-width-full .title-tab li.hd-active {
    color: #0075d7;
    pointer-events: none;
        background: #f0f2f4;
}

#BMC-width-full .title-tab li.hd-active:after {
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1)
}
#BMC-width-full #BMC-TAB-A .title-tab li{
    min-width: 300px;
}
#BMC-width-full #BMC-TAB-A img.hd-col100{
    max-width: 1040px !important;
    margin: 20px 0 0;
}
@media screen and (max-width: 1280px) {
    #BMC-width-full .tab-content {
        padding-right: 0
    }
}

@media screen and (max-width: 1024px) {
    #BMC-width-full .main-title {
        padding-top: 2em
    }

    #BMC-width-full .tab-content {
        padding: 0
    }

    #BMC-width-full .tab-content>div {
        padding: 4em 18px 4em
    }
}
@media screen and (max-width: 769px) {
    #BMC-width-full .title-tab li{
        font-size: 1.0em;
    }
    #BMC-width-full #BMC-TAB-A .title-tab ul{
        width: calc(100% - 4px);
    }
    #BMC-width-full #BMC-TAB-A .title-tab ul li{
        width: calc(50% - 2px);
        min-width: inherit;
    }
    #BMC-width-full #BMC-TAB-B .title-tab ul{
        width: calc(100% - 0);
            flex-direction: row;
            flex-wrap: wrap;
            justify-content: center;
    }
    #BMC-width-full #BMC-TAB-B .title-tab ul li{
        width: calc(50% - 2px);
        min-width: inherit;
        max-width: 32%;
    white-space: normal;
    }
    #BMC-width-full .tab-content>div {
        padding: 2em 18px 2em
    }
    #BMC-width-full #BMC-TAB-B .title-tab ul li[aria-controls^="pageContent-tab-Components"]{
            width: 100%;
    max-width: inherit;
    }
}
@media screen and (max-width: 480px) {
    #BMC-width-full .title-tab li{
        font-size: 1em;
    }
    #BMC-width-full .main-title {
        padding-top: 3.5em
    }

    #BMC-width-full .title-tab li {
        font-size: 1.35em;
        letter-spacing: .018em
    }

    #BMC-width-full .title-tab li.hd-active:after {
        height: 4px
    }
    
}


#BMC-width-full .tab-content>div.hd-active .reveal-fromBottom {
    -webkit-animation-delay: 0s;
    -webkit-animation-duration: .8s;
    -webkit-animation-name: fadeInUp;
    -webkit-animation-timing-function: ease;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-delay: 0s;
    -moz-animation-duration: .8s;
    -moz-animation-name: fadeInUp;
    -moz-animation-timing-function: ease;
    -moz-animation-iteration-count: 1;
    -moz-animation-fill-mode: forwards;
    -o-animation-delay: 0s;
    -o-animation-duration: .8s;
    -o-animation-name: fadeInUp;
    -o-animation-timing-function: ease;
    -o-animation-iteration-count: 1;
    -o-animation-fill-mode: forwards;
    animation-delay: 0s;
    animation-duration: .8s;
    animation-name: fadeInUp;
    animation-timing-function: ease;
    animation-iteration-count: 1;
    animation-fill-mode: forwards
}

#BMC-width-full .tab-content>div.hd-active .reveal-fromLeft {
    -webkit-animation-delay: 0s;
    -webkit-animation-duration: .8s;
    -webkit-animation-name: fadeInLeft;
    -webkit-animation-timing-function: ease;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-delay: 0s;
    -moz-animation-duration: .8s;
    -moz-animation-name: fadeInLeft;
    -moz-animation-timing-function: ease;
    -moz-animation-iteration-count: 1;
    -moz-animation-fill-mode: forwards;
    -o-animation-delay: 0s;
    -o-animation-duration: .8s;
    -o-animation-name: fadeInLeft;
    -o-animation-timing-function: ease;
    -o-animation-iteration-count: 1;
    -o-animation-fill-mode: forwards;
    animation-delay: 0s;
    animation-duration: .8s;
    animation-name: fadeInLeft;
    animation-timing-function: ease;
    animation-iteration-count: 1;
    animation-fill-mode: forwards
}


@-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@-moz-keyframes fadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@-ms-keyframes fadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@-o-keyframes fadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -moz-transform: translateY(20px);
        -o-transform: translateY(20px);
        -ms-transform: translateY(20px);
        -webkit-transform: translateY(20px);
        transform: translateY(20px)
    }

    100% {
        opacity: 1;
        -moz-transform: translateY(0);
        -o-transform: translateY(0);
        -ms-transform: translateY(0);
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-moz-keyframes fadeInUp {
    0% {
        opacity: 0;
        -moz-transform: translateY(20px);
        -o-transform: translateY(20px);
        -ms-transform: translateY(20px);
        -webkit-transform: translateY(20px);
        transform: translateY(20px)
    }

    100% {
        opacity: 1;
        -moz-transform: translateY(0);
        -o-transform: translateY(0);
        -ms-transform: translateY(0);
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-ms-keyframes fadeInUp {
    0% {
        opacity: 0;
        -moz-transform: translateY(20px);
        -o-transform: translateY(20px);
        -ms-transform: translateY(20px);
        -webkit-transform: translateY(20px);
        transform: translateY(20px)
    }

    100% {
        opacity: 1;
        -moz-transform: translateY(0);
        -o-transform: translateY(0);
        -ms-transform: translateY(0);
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-o-keyframes fadeInUp {
    0% {
        opacity: 0;
        -moz-transform: translateY(20px);
        -o-transform: translateY(20px);
        -ms-transform: translateY(20px);
        -webkit-transform: translateY(20px);
        transform: translateY(20px)
    }

    100% {
        opacity: 1;
        -moz-transform: translateY(0);
        -o-transform: translateY(0);
        -ms-transform: translateY(0);
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -moz-transform: translateY(20px);
        -o-transform: translateY(20px);
        -ms-transform: translateY(20px);
        -webkit-transform: translateY(20px);
        transform: translateY(20px)
    }

    100% {
        opacity: 1;
        -moz-transform: translateY(0);
        -o-transform: translateY(0);
        -ms-transform: translateY(0);
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -moz-transform: translateX(-5%);
        -o-transform: translateX(-5%);
        -ms-transform: translateX(-5%);
        -webkit-transform: translateX(-5%);
        transform: translateX(-5%)
    }

    100% {
        opacity: 1;
        -moz-transform: translateY(0);
        -o-transform: translateY(0);
        -ms-transform: translateY(0);
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-moz-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -moz-transform: translateX(-5%);
        -o-transform: translateX(-5%);
        -ms-transform: translateX(-5%);
        -webkit-transform: translateX(-5%);
        transform: translateX(-5%)
    }

    100% {
        opacity: 1;
        -moz-transform: translateY(0);
        -o-transform: translateY(0);
        -ms-transform: translateY(0);
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-ms-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -moz-transform: translateX(-5%);
        -o-transform: translateX(-5%);
        -ms-transform: translateX(-5%);
        -webkit-transform: translateX(-5%);
        transform: translateX(-5%)
    }

    100% {
        opacity: 1;
        -moz-transform: translateY(0);
        -o-transform: translateY(0);
        -ms-transform: translateY(0);
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-o-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -moz-transform: translateX(-5%);
        -o-transform: translateX(-5%);
        -ms-transform: translateX(-5%);
        -webkit-transform: translateX(-5%);
        transform: translateX(-5%)
    }

    100% {
        opacity: 1;
        -moz-transform: translateY(0);
        -o-transform: translateY(0);
        -ms-transform: translateY(0);
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        -moz-transform: translateX(-5%);
        -o-transform: translateX(-5%);
        -ms-transform: translateX(-5%);
        -webkit-transform: translateX(-5%);
        transform: translateX(-5%)
    }

    100% {
        opacity: 1;
        -moz-transform: translateY(0);
        -o-transform: translateY(0);
        -ms-transform: translateY(0);
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -moz-transform: translateX(5%);
        -o-transform: translateX(5%);
        -ms-transform: translateX(5%);
        -webkit-transform: translateX(5%);
        transform: translateX(5%)
    }

    100% {
        opacity: 1;
        -moz-transform: translateY(0);
        -o-transform: translateY(0);
        -ms-transform: translateY(0);
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-moz-keyframes fadeInRight {
    0% {
        opacity: 0;
        -moz-transform: translateX(5%);
        -o-transform: translateX(5%);
        -ms-transform: translateX(5%);
        -webkit-transform: translateX(5%);
        transform: translateX(5%)
    }

    100% {
        opacity: 1;
        -moz-transform: translateY(0);
        -o-transform: translateY(0);
        -ms-transform: translateY(0);
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-ms-keyframes fadeInRight {
    0% {
        opacity: 0;
        -moz-transform: translateX(5%);
        -o-transform: translateX(5%);
        -ms-transform: translateX(5%);
        -webkit-transform: translateX(5%);
        transform: translateX(5%)
    }

    100% {
        opacity: 1;
        -moz-transform: translateY(0);
        -o-transform: translateY(0);
        -ms-transform: translateY(0);
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-o-keyframes fadeInRight {
    0% {
        opacity: 0;
        -moz-transform: translateX(5%);
        -o-transform: translateX(5%);
        -ms-transform: translateX(5%);
        -webkit-transform: translateX(5%);
        transform: translateX(5%)
    }

    100% {
        opacity: 1;
        -moz-transform: translateY(0);
        -o-transform: translateY(0);
        -ms-transform: translateY(0);
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        -moz-transform: translateX(5%);
        -o-transform: translateX(5%);
        -ms-transform: translateX(5%);
        -webkit-transform: translateX(5%);
        transform: translateX(5%)
    }

    100% {
        opacity: 1;
        -moz-transform: translateY(0);
        -o-transform: translateY(0);
        -ms-transform: translateY(0);
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}