@charset "UTF-8";
*:focus:not(.focus-visible) {
  outline: none !important;
}
*:focus-visible {
  /* remove default focus style */
  outline: none;
  /* custom focus styles */
  box-shadow: 0 0 2px 3px #fc7100;
  color: lime;
}
* {
    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: #000;
    height: auto;
    color: #222;
    font-size: 12px;
}

#sectionOverview #Apparel-width-full,
#old-sectionOverview #Apparel-width-full,
#special-sectionOverview #Apparel-width-full {
    width: 100%;
    background-color: #000;
    /*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: bold;
    line-height: 1.2em;
}

#sectionOverview h3,
#old-sectionOverview h3,
#special-sectionOverview h3 {
/*    color: #00d2ff;*/
    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.3em;
}
/* #OfficialHeaderWrapper{
    display: none;
} */
#Apparel-width-full {
    font-size: 16px;
    font-family: 'Myriad Pro', 'Myriad Pro', Arial, Helvetica, sans-serif;
}
#Apparel-width-full ul {
    list-style: none;
}
#Apparel-width-full ul li {
    margin: 0;
    font-size: 1em !important;
}

@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;
    }
}

#Apparel-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;
}

#Apparel-width-full a:active {
    background-color: transparent;
}

#Apparel-width-full a:hover {
    text-decoration: none;
    cursor: pointer;
}

#Apparel-width-full a:hover,
#Apparel-width-full a:active {
    outline: 0;
}
#Apparel-width-full *:focus {
  outline-color: #1984d6;
}

#Apparel-width-full a.link_style{
    color: #fff !important;
    padding: 12px 20px 12px 20px;
    border: 2px solid #0c5d6f;
    background: #0c5d6f;
    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;
}
#Apparel-width-full a.link_style:hover{
    border: 2px solid #0c5d6f;
    background: #fff;
    color: #0c5d6f;
    -webkit-transition: 0.3s ease-out;
    -moz-transition: 0.3s ease-out;
    -o-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
}
#Apparel-width-full a.link_style:hover span{
    color: #0c5d6f;
}

#Apparel-width-full a.link_style.coming:hover span{
   color: #fff !important;
}
#Apparel-width-full a.link_style.blue{
    border: 2px solid #0063af;
    background: #0063af;
}
#Apparel-width-full a.link_style.blue:hover{
    border: 2px solid #0063af;
    background: #fff;
    color: #0063af;
}
#Apparel-width-full a.link_style.blue:hover span{
    color: #0063af;
}
#Apparel-width-full a.link_style.coming{
    padding: 12px 20px 12px 20px;
    color: #fff !important;
    border: 2px solid #6F6F6F;
    background: #6F6F6F;
    text-decoration: none;
    font-size: 1.1em;
    display: inline-block;
    margin: 10px 0;
    width: 100%;
    cursor: default;
}
#Apparel-width-full a.link_style.coming:hover{
    color: #fff !important;
    border: 2px solid #6F6F6F;
    background: #6F6F6F;
}
/* #Apparel-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;
}
#Apparel-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;
} */
#Apparel-width-full a.link_style.link_style_b{
    background: #fff;
    border-radius: 50px;
    border: none;
    
    color: #ffffff !important;
    padding: 8px 10px;
    margin-top: 20px;
    text-align: center;
    width: 100%;
    max-width: 200px;
    -webkit-transition: 0.3s ease-out;
    -moz-transition: 0.3s ease-out;
    -o-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
    position: absolute;
    bottom: 0;
}
#Apparel-width-full #Apparel-Download .maintitle .area_Download a.link_style.link_style_b{
    background-image: linear-gradient(to right, #005a79 0%, #005a79 100%);
}
#Apparel-width-full a.link_style.link_style_b:hover,
#Apparel-width-full #Apparel-Download .maintitle .area_Download a.link_style.link_style_b:hover{
    border: none;
    background-image: linear-gradient(to right, #286381 0%, #77bfbb 100%);
    -webkit-transition: 0.3s ease-out;
    -moz-transition: 0.3s ease-out;
    -o-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
}
#Apparel-width-full a.link_style.link_style_b:hover span{
    color: #fff !important;
}
#Apparel-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) {
    #Apparel-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;
}

#Apparel-width-full .product-section {
    position: relative;
    background-repeat: no-repeat;
    /*height: 0;*/
    overflow: hidden;
}

#Apparel-width-full .product-section:before {
    content: "";
    position: absolute;
    background-repeat: no-repeat;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

#Apparel-width-full .product-section .product-content {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    background: none;
    /*  opacity: 0; */
}

#Apparel-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) {
    #Apparel-width-full .product-section:before {
        height: 0;
    }

    #Apparel-width-full .product-section {
        overflow: auto;
        height: auto;
    }

    #Apparel-width-full .product-section .product-content {
        position: relative;
        margin-bottom: 0px
    }

    #Apparel-width-full .product-section .maintitle {
        position: relative;
        text-align: center;
        padding: 1.5em 5%;
        width: auto;
        left: auto;
        top: auto;
    }
}

/****************** screen ******************/

#Apparel-width-full .mx-section-screen {
    position: relative;
}


/*** birdview ***/

#Apparel-width-full .mx-section-screen .birdview {
    margin-top: 30px;
}

#Apparel-width-full .mx-section-screen .birdview img {
    max-width: 100% !important;
    margin: 0 auto;
    display: block;
    position: relative;
}

#Apparel-width-full .mx-section-screen .birdview .mx-text {
    text-align: center;
    width: 96%;
    max-width: 800px;
    margin: 0 auto;
}

#Apparel-width-full .mx-section-screen .birdview .mx-text h2 {
    margin-bottom: 20px;
}


#Apparel-width-full .maintitle a {
    color: #413fa8;
    font-family: 'TT Norms Pro', 'Myriad Pro', Arial, Helvetica, sans-serif;
    text-decoration: none;
}

#Apparel-width-full ul.note_list {
    list-style: none;
    width: 100%;
    max-width: 880px;
    margin: 0 auto
}

#Apparel-width-full ul.note_list li {
    text-align: left;
    margin-left: 0px;
}

#Apparel-width-full ul.note_list li p {
    text-align: left;
    line-height: 1.2em;
}

#Apparel-width-full p.note {
    font-size: 0.9em;
    color: #000 !important;
    line-height: 1.1em;
    text-align: left;
    letter-spacing: 0.05em;
    font-weight: 500;
    margin-top: 20px !important;
    display: inline-block;
    font-family: 'TT Norms Pro', 'Myriad Pro', Arial, Helvetica, sans-serif;
}
@media only screen and (max-width: 759px) {
    #Apparel-width-full p.note{
        width: 100%;
        text-align: left;
    }
}
/*** angle ***/

#Apparel-width-full .mx-section-screen .angle {
    margin: 120px auto 80px auto;
    width: 96%;
    max-width: 1440px;
    position: relative;
}

#Apparel-width-full .mx-section-screen .angle>img {
    display: block;
    float: right;
    width: 60%;
    max-width: 860px;
}

#Apparel-width-full .mx-section-screen .angle .mx-text {
    float: left;
    width: 40%;
    max-width: 500px;
    margin-top: 3%;
}

#Apparel-width-full .mx-section-screen .angle .mx-text h2 {
    margin-bottom: 20px;
}

@media screen and (max-width: 1000px) {
    #Apparel-width-full .mx-section-screen .angle .mx-text {
        margin-top: 0;
    }
}

@media screen and (max-width: 750px) {
    #Apparel-width-full .mx-section-screen .angle {
        margin-top: 70px;
    }

    #Apparel-width-full .mx-section-screen .angle>img {
        float: none;
        width: 100%;
        margin-top: 20px;
    }

    #Apparel-width-full .mx-section-screen .angle .mx-text {
        float: none;
        width: 100%;
        max-width: 100%;
    }
}

#Apparel-width-full img.webstyle,
#Apparel-width-full .webstyle {
    display: inline-block;
}

/**/
#Apparel-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;
}
#Apparel-width-full .flexCon.flex-50-50>.flex-item {
    position: relative;
    width: 50%;
    padding: 0 0px;
}
#Apparel-width-full .flexCon.flex-50-50>.flex-item img{
    width: 100%;
}
#Apparel-width-full .flexCon.flex-50-50>.flex-item.flex-20 {
    width: 20%;
}
#Apparel-width-full .flexCon.flex-50-50>.flex-item.flex-25 {
    width: 25%;
}
#Apparel-width-full .flexCon.flex-50-50>.flex-item.flex-30 {
    width: 30%;
}
#Apparel-width-full .flexCon.flex-50-50>.flex-item.flex-45 {
    width: 45%;
}
#Apparel-width-full .flexCon.flex-50-50>.flex-item.flex-55 {
    width: 55%;
}
#Apparel-width-full .flexCon.flex-50-50>.flex-item.flex-40 {
    width: 40%;
}
#Apparel-width-full .flexCon.flex-50-50>.flex-item.flex-60 {
    width: 60%;
}
#Apparel-width-full .flexCon.flex-50-50>.flex-item.flex-35 {
    width: 35%;
}
#Apparel-width-full .flexCon.flex-50-50>.flex-item.flex-65 {
    width: 65%;
}
#Apparel-width-full .flexCon.flex-50-50>.flex-item.flex-70 {
    width: 70%;
}
#Apparel-width-full .flexCon.flex-50-50>.flex-item.flex-75 {
    width: 75%;
}
#Apparel-width-full .flexCon.flex-50-50>.flex-item.flex-80 {
    width: 80%;
}
#Apparel-width-full .flexCon.flex-50-50>.flex-item:first-child {
    padding: 0;
}
#Apparel-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;
}
#Apparel-width-full .translate_box{
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
@media only screen and (max-width: 768px) {
    #Apparel-width-full .flexCon.flex-50-50>.flex-item {
         position: relative;
        width: 100%;
        padding: 0px 0;
    }
    #Apparel-width-full .flexCon.flex-50-50>.flex-item.flex-45 {
        width: 100%;
    }
    #Apparel-width-full .flexCon.flex-50-50>.flex-item.flex-55 {
        width: 100%;
    }
    #Apparel-width-full .flexCon.flex-50-50>.flex-item.flex-40 {
        width: 100%;
    }
    #Apparel-width-full .flexCon.flex-50-50>.flex-item.flex-60 {
        width: 100%;
    }
    #Apparel-width-full .flexCon.flex-50-50>.flex-item.flex-35 {
        width: 100%;
    }
    #Apparel-width-full .flexCon.flex-50-50>.flex-item.flex-65 {
        width: 100%;
    }
    #Apparel-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;
    }
    #Apparel-width-full .translate_box{
        position: relative;
        top: inherit;
        left: inherit;
        transform: translate(0%, 0%);
    }
}

/* 左文右圖 */

#Apparel-width-full .maintitle.lefttxt {
    display: inline-block;
    width: 100%;
    margin: 0 0 60px;
}

#Apparel-width-full .maintitle.lefttxt .info_left {
    float: left;
    margin: 0px -100% 0px 0px;
    position: relative;
    width: 50%;
    text-align: left !important
}

#Apparel-width-full .maintitle.lefttxt .info_left .mtitle,
#Apparel-width-full .maintitle.lefttxt .info_left .info,
#Apparel-width-full .maintitle.lefttxt .info_right .mtitle {
    text-align: left !important;
    padding: 0;
    width: 100% !important;
    margin: 0 auto;
    margin-bottom: 15px;
}

#Apparel-width-full .maintitle.lefttxt .info_right {
    margin: 0px 0px 0px 50%;
    position: relative;
    /*width: 100%;*/
}

#Apparel-width-full .maintitle.lefttxt .info_left .stitle,
#Apparel-width-full .maintitle.lefttxt .info_left .stitle p,
#Apparel-width-full .maintitle.lefttxt .info_left .info,
#Apparel-width-full .maintitle.lefttxt .info_left .info p {
    text-align: left !important;
    margin-left: 0 !important;
}


/* 左圖右文 */

#Apparel-width-full .maintitle.righttxt {
    display: inline-block;
    width: 100%;
    margin: 0;
}

#Apparel-width-full .maintitle.righttxt .info_left {
    float: left;
    margin: 0px -100% 0px 0px;
    position: relative;
    width: 50%;
}

#Apparel-width-full .maintitle.righttxt .info_left .mtitle,
#Apparel-width-full .maintitle.righttxt .info_left .mtitle p,
#Apparel-width-full .maintitle.righttxt .info_left .info,
#Apparel-width-full .maintitle.righttxt .info_left .info p,
#Apparel-width-full .maintitle.righttxt .info_right .mtitle,
#Apparel-width-full .maintitle.righttxt .info_right .mtitle p {
    text-align: left !important;
    padding: 0;
    width: 100% !important;
    margin: 0 auto;
    margin-bottom: 25px;
}

#Apparel-width-full .maintitle.righttxt .info_right {
    margin: 0px 0px 0px 50%;
    position: relative;
    text-align: left;
    /*width: 100%;*/
}

#Apparel-width-full .maintitle.righttxt .info_right .stitle,
#Apparel-width-full .maintitle.righttxt .info_right .stitle p,
#Apparel-width-full .maintitle.righttxt .info_right .info,
#Apparel-width-full .maintitle.righttxt .info_right .info p {
    text-align: left !important;
    margin-left: 0 !important;
}

#Apparel-width-full .mtitle {
    text-align: center;
    margin-bottom: 15px
}
#Apparel-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;
    font-weight: 500;
    padding-top: 0px;
}
#Apparel-width-full h2 {
    font-size: 2.25em;
    letter-spacing: -0.01em;
    color: #ff0000 !important;
    font-family: "TradeGothicLTPro";
    line-height: 1.0 !important;
    margin: 0 0 0px 0 !important;
    padding-bottom: 10px;
    display: inline-block;
    padding-top: 10px;
    letter-spacing: 0.03em;
}
#Apparel-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;
    letter-spacing: 0.03em;
}

#Apparel-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;
}


#Apparel-width-full .flex-item .info,
#Apparel-width-full .mainfull .maintitle .info,
#Apparel-width-full .mainsize .maintitle .info,
#Apparel-width-full .product-content .maintitle .info {
    font-weight: 300;
    line-height: 1.5em;
    font-family: "Roboto Condensed", Helvetica, Arial, Microsoft JhengHei, LiHei Pro, WenQuanYi Zen Hei, sans-serif;
    margin: 0;
    font-size: 1.125em;
    line-height: 1.5em;
    text-align: center;
    width: 100%;
    margin: 0 auto;
    letter-spacing: 0.03em;
}

/* @media only screen and (max-width: 1320px) {

    #Apparel-width-full .flex-item .info,
    #Apparel-width-full .mainfull .maintitle .info,
    #Apparel-width-full .mainsize .maintitle .info,
    #Apparel-width-full .product-content .maintitle .info {
        font-size: 1.1em;
        line-height: 1.4em;
    }
} */

#Apparel-width-full .full-section .mainfull {
    text-align: center;
    margin: 0 auto;
    /*max-width: 1920px;*/
}

#Apparel-width-full .full-section .mainfull .maintitle {
    padding: 0 18px
}

.full-section:first-child {
    /*border-top: 1px solid #ccc;*/
}

#Apparel-width-full section.whiteBg h2,
#Apparel-width-full section.whiteBg .mtitle p,
#Apparel-width-full section.whiteBg .stitle p,
#Apparel-width-full section.whiteBg .flex-item .info,
#Apparel-width-full section.whiteBg .mainfull .info,
#Apparel-width-full section.whiteBg .maintitle .info,
#Apparel-width-full section.whiteBg ul li p,
#Apparel-width-full section.whiteBg p.note {
    color: #fff !important;
}
/* #Apparel-width-full section.whiteBg h2{
    border-top: 2px solid #fff;
} */

@media (-ms-high-contrast:active),
(-ms-high-contrast:none) {

    #Apparel-width-full section.whiteBg .mtitle p,
    #Apparel-width-full .mtitle p,
    #Apparel-width-full h2 {
        position: relative;
        color: #000 !important;
        background: transparent
    }
}

@supports (-ms-accelerator:true) {

    #Apparel-width-full section.whiteBg .mtitle p,
    #Apparel-width-full .mtitle p,
    #Apparel-width-full h2 {
        position: relative;
        color: #000 !important;
        background: transparent;
        -webkit-background-clip: text;
        -webkit-text-fill-color: #000 !important
    }
}

#Apparel-width-full .full-section .mainfull {
    text-align: center;
}

#Apparel-width-full .full-section .mainfull .maintitle {
    padding: 0 18px
}

#Apparel-width-full img.mobile,
#Apparel-width-full .mobile {
    display: none;
}

#Apparel-width-full .text-left,
#Apparel-width-full .maintitle .text-left {
    text-align: left !important;
}

/**/

/* #Apparel-width-full #hd{
    padding-top: 20px;
    margin-top: 82px;
} */

/*Fanless-KV*/
#Apparel-width-full #Apparel-KV {
    padding-top: 0%;
    margin-bottom: 100px;
    overflow: hidden;
    background: #fff;
}
#Apparel-width-full #Apparel-KV h2{
    font-family: "TT Norms Pro";
    font-size: 3.75em;
    padding-top: 10px;
}
#Apparel-width-full #Apparel-KV .maintitle {
    left: 25%;
    top: 47%;
    transform: translate(-50%, -50%);
    width: 40%;
    max-width: 760px;
}

#Apparel-width-full #Apparel-KV .product-content {
    background-size: 100%;
    position: relative;
    display: inline-block;
}
#Apparel-width-full #Apparel-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;
}

#Apparel-width-full #Apparel-KV .bg img {
    /* width: 100% !important; */
    width: 100% !important;
    margin-left: 0%;
    padding-top: 0px;
    background: #000;
}
@media only screen and (max-width: 2080px) {
    #Apparel-width-full h1{
        font-size: 2.6em;
    }
    #Apparel-width-full #Apparel-KV h2{
        font-size: 3.45em;
    }
}
@media only screen and (max-width: 1920px) {
    #Apparel-width-full h1{
        font-size: 2.5em;
    }
    #Apparel-width-full #Apparel-KV h2{
        font-size: 3.35em;
    }
}
@media only screen and (max-width: 1780px) {
    #Apparel-width-full h1{
        font-size: 2.5em;
    }
    #Apparel-width-full #Apparel-KV h2{
        font-size: 3.1em;
    }
}
@media only screen and (max-width: 1680px) {
    #Apparel-width-full h1{
        font-size: 2.5em;
    }
    #Apparel-width-full #Apparel-KV h2{
        font-size: 2.8em;
    }
}
@media only screen and (max-width: 1580px) {
    #Apparel-width-full h1{
        font-size: 2.1em;
    }
    #Apparel-width-full #Apparel-KV h2{
        font-size: 2.6em;
    }
}
@media only screen and (max-width: 1480px) {
    #Apparel-width-full h1{
        font-size: 2.0em;
    }
    #Apparel-width-full #Apparel-KV h2{
        font-size: 2.4em;
    }
}
@media only screen and (max-width: 1440px) {
    #Apparel-width-full h1{
        font-size: 1.8em;
    }
    #Apparel-width-full #Apparel-KV h2{
        font-size: 2.3em;
    }
    #Apparel-width-full #Apparel-KV .maintitle{
        left: 24%;
    }
    #Apparel-width-full #Apparel-KV .bg img{
        margin-left: 3%;
    }
}

@media only screen and (max-width: 1350px) {
    #Apparel-width-full h1{
        font-size: 1.7em;
    }
    #Apparel-width-full #Apparel-KV h2{
        font-size: 2.2em;
    }
    #Apparel-width-full #Apparel-KV .stitle p {
        font-size: 1.5em;
    }

    #Apparel-width-full #Apparel-KV .maintitle .logo_group {
        padding: 10px 0 15px
    }
}

@media only screen and (max-width: 1100px) {
    #Apparel-width-full #Apparel-KV {
        padding-top: 0%;
        padding-bottom: 30px
    }
    #Apparel-width-full #Apparel-KV:before {
        background-image: none;
        padding-top: 0%;
    }

    #Apparel-width-full #Apparel-KV .product-content {
        position: relative;
        margin-bottom: 0
    }
    #Apparel-width-full #Apparel-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%);
    }
    #Apparel-width-full #Apparel-KV .bg img {
        width: 122% !important;
        max-width: inherit !important;
        margin: -10% auto 0% !important;
        margin-left: -18% !important;
    }
    #Apparel-width-full #Apparel-KV .bg:before{
        display: none;
    }

    #Apparel-width-full #Apparel-KV .stitle p {
        font-size: 1.3em;
        text-align: center !important;
    }
}
@media only screen and (max-width: 759px) {
    #Apparel-width-full #Apparel-KV{
        margin-bottom: 50px;
    }
    #Apparel-width-full #Apparel-KV .bg img {
        width: 130% !important;
        max-width: inherit !important;
        margin: -10% auto 0% !important;
        margin-left: -28% !important;
    }
    #Apparel-width-full h4{
        margin-bottom: 15px;
    }
}
@media only screen and (max-width: 480px) {
    #Apparel-width-full #Apparel-KV .maintitle {
        padding-top: .5em;
    }

    #Apparel-width-full #Apparel-KV .stitle p {
        font-size: 1.3em;
        text-align: center;
    }
}

/* 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) {
    #Apparel-width-full #Apparel-Barriers .flexCon.flex-50-50>.flex-item {
         position: relative;
        width: 100%;
        padding: 0px 0;
    }
    #Apparel-width-full #Apparel-Barriers .flexCon.flex-50-50>.flex-item.flex-45 {
        width: 100%;
    }
    #Apparel-width-full #Apparel-Barriers .flexCon.flex-50-50>.flex-item.flex-55 {
        width: 100%;
        margin-top: 30px;
    }
    #Apparel-width-full #Apparel-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;
    }
    #Apparel-width-full #Apparel-Barriers .translate_box{
        position: relative;
        top: inherit;
        left: inherit;
        transform: translate(0%, 0%);
    }
}

@media only screen and (max-width: 969px) {
    #Apparel-width-full #Apparel-Barriers .maintitle {
        padding-bottom: 0;
    }
}

@media only screen and (max-width: 820px) {
    #Apparel-width-full #Apparel-Barriers .mainfull {
        padding-bottom: 0
    }
}

@media only screen and (max-width: 759px) {
    #Apparel-width-full #Apparel-Barriers .flex-item-info .translate_box{
        padding: 0 18px;
    }
}

/*#Apparel-width-full #Apparel-footer*/
#Apparel-width-full #Apparel-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;
}
#Apparel-width-full #Apparel-footer .maintitle ul.list-decimal{
    padding-left: 1em;
}
#Apparel-width-full #Apparel-footer .maintitle ul.list-decimal > 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;
}
/*#Apparel-width-full #Apparel-overview*/
#Apparel-width-full #Apparel-overview{
/*    background-image: linear-gradient(to top right, #0d526f 20%, #1078af 60%);*/
        background: #021033;
    background-size: 100%;
    position: relative;
}
#Apparel-width-full #Apparel-overview .maintitle {    
    margin: 0 auto;
    padding-right: 18px;
    padding-left: 18px;
    padding-bottom: 40px;
    position: absolute;
    left: 32%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    max-width: 620px;
}
#Apparel-width-full #Apparel-overview .bg{
    position: relative;
    /*top: 0;
    left: 0;
    transform: translate(0%, 0%);*/
    margin: 0% 0;
    width: 100%;
}
#Apparel-width-full #Apparel-overview .bg img {
    /* width: 100% !important; */
    width: 100% !important;
    margin-left: 0%;
    padding-top: 0px;
}
#Apparel-width-full #Apparel-overview .bg .ipa_logo{
        position: absolute;
        top: 35%;
    left: 70%;
    width: 5% !important;
    min-width: 124px !important;
    transform: translate(-50%, -50%);
}
#Apparel-width-full #Apparel-overview .flexCon.flex-50-50>.flex-item:first-child{
    padding: 8% 18px 8%;
}
#Apparel-width-full #Apparel-overview .flexCon.flex-50-50>.flex-item:first-child img{
    max-width: 600px !important;
}
#Apparel-width-full #Apparel-overview .maintitle h1{
    line-height: 1.2em !important;
    font-size: 1.5em;
    font-weight: bold;
    color: #b7c5cf !important;
    background-color: #b7c5cf 0%;
    background: -webkit-linear-gradient(to right, #b7c5cf 0%, #ffffff 100%);
    background: -moz-linear-gradient(to right, #b7c5cf 0%, #ffffff 100%);
    background: -o-linear-gradient(to right, #b7c5cf 0%, #ffffff 100%);
    background: linear-gradient(to right, #b7c5cf 0%, #ffffff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-text-fill-color: transparent;
}
#Apparel-width-full #Apparel-overview .maintitle h2{
    font-family: "TT Norms Pro Light", "STHeiti Light", "Apple LiGothic Medium", "微軟正黑體", "Microsoft JhengHei", Helvetica, Arial, sans-serif;
    font-weight: bold;
    font-size: 2.75em;
    letter-spacing: 0;
    color: #b7c5cf !important;
    background-color: #b7c5cf 0%;
    background: -webkit-linear-gradient(to right, #b7c5cf 0%, #ffffff 100%);
    background: -moz-linear-gradient(to right, #b7c5cf 0%, #ffffff 100%);
    background: -o-linear-gradient(to right, #b7c5cf 0%, #ffffff 100%);
    background: linear-gradient(to right, #b7c5cf 0%, #ffffff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-text-fill-color: transparent;
}
#Apparel-width-full #Apparel-overview .maintitle img.overview{
    max-width: 600px;
}
#Apparel-width-full #Apparel-overview .maintitle .info{
    background:#0b596d;
    color: #fff !important;
    padding: 3% 5%;
    text-align: center;
}
@media only screen and (min-width: 2200px){
    #Apparel-width-full #Apparel-overview .flexCon.flex-50-50>.flex-item:first-child{
        padding: 10% 18px 10%;
    }
}
@media only screen and (max-width: 2100px){
    #Apparel-width-full #Apparel-overview .maintitle {
        width: 100%;
    }
}

@media only screen and (max-width: 1920px){
    #Apparel-width-full #Apparel-overview .maintitle {
        width: 100%;
        max-width: 650px;
        left: 32%;
    }
    #Apparel-width-full #Apparel-overview .bg img{
        width: 140% !important;
            margin: 0% 0 0% -15% !important;
            max-width: none !important;
    }
    #Apparel-width-full #Apparel-overview .bg .ipa_logo{
            top: 35%;
    left: 97%;
    }
}
@media only screen and (max-width: 1680px){
    #Apparel-width-full #Apparel-overview .maintitle h1{
        font-size: 1.5em;
    }
    #Apparel-width-full #Apparel-overview .maintitle h2{
        font-size: 2.7em;
    }
    #Apparel-width-full #Apparel-overview .maintitle {
        width: 100%;
        max-width: 650px;
        left: 32%;
    }
    #Apparel-width-full #Apparel-overview .bg img{
        width: 140% !important;
            margin: 0% 0 0% -15% !important;
            max-width: none !important;
    }
}
@media only screen and (max-width: 1280px){
    #Apparel-width-full #Apparel-overview .maintitle h1{
        font-size: 1.5em;
    }
    #Apparel-width-full #Apparel-overview .maintitle h2{
        font-size: 2.4em;
    }
    #Apparel-width-full #Apparel-overview .maintitle {
            width: 100%;
        max-width: 550px;
        left: 29%;
    }
    #Apparel-width-full #Apparel-overview .bg img{
        width: 140% !important;
            margin: 0% 0 0% -15% !important;
            max-width: none !important;
    }
}
@media only screen and (max-width: 1180px){
    #Apparel-width-full #Apparel-overview .bg .ipa_logo{
        position: absolute;
    top: 20%;
    left: 100%;
    width: 10% !important;
    max-width: 124px !important;
    transform: translate(-50%, -50%);
    min-width: inherit !important;
    }
}
@media only screen and (max-width: 970px){
    #Apparel-width-full #Apparel-overview .maintitle {
            width: 53%;
        max-width: 500px;
        top: 55%;
        left: 29%;
    }
    #Apparel-width-full #Apparel-overview .maintitle h1{
        font-size: 1.2em;
    }
    #Apparel-width-full #Apparel-overview .maintitle h2{
        font-size: 2.0em;
    }
    #Apparel-width-full #Apparel-overview .flexCon.flex-50-50>.flex-item:first-child{
        padding: 6% 18px 6%;
    }
    #Apparel-width-full #Apparel-overview .bg img{
        width: 160% !important;
            margin: -5% 0 0% -25% !important;
            max-width: none !important;
    }
    #Apparel-width-full #Apparel-overview .bg .ipa_logo{
        top: 30%;
        left: 110%;
    }
}
@media only screen and (max-width: 768px){
    #Apparel-width-full #Apparel-overview{
        background: #ffffff;
        background-size: 200%;
    }
    #Apparel-width-full #Apparel-overview .bg{
        position: relative;
    }
    #Apparel-width-full #Apparel-overview .flexCon.flex-50-50>.flex-item:first-child{
        padding: 0px 18px;
    }
    #Apparel-width-full #Apparel-overview .maintitle{
        position: relative;
        left: 0;
        top: 0;
        width: 100%;
        transform: translate(0%, 0%);
        max-width: inherit;
        padding-top: 1.5em;
    }
    #Apparel-width-full #Apparel-overview .maintitle h1{
        font-size: 1.5em;
        font-weight: 600;
        line-height: 1.1 !important;
        width: 100%;
        text-align: center;
        color: #1e262d !important;
        -webkit-text-fill-color: #000;
        -webkit-text-fill-color: #000;
    }
    #Apparel-width-full #Apparel-overview .maintitle h2{
            color: #1e262d !important;
            font-size: 2em !important;
            width: 100%;
            text-align: center;
            -webkit-text-fill-color: #000;
        -webkit-text-fill-color: #000;
    }
    #Apparel-width-full #Apparel-overview .bg img{
                width: 350% !important;
    margin: -20% 0 0% -163% !important;
    max-width: none !important;
    }
    #Apparel-width-full #Apparel-overview .bg .ipa_logo{
            position: relative;
        top: 0%;
        left: 84%;
        width: 40% !important;
        max-width: 124px !important;
        transform: translate(-50%, -50%);
        min-width: inherit !important;
        margin: -120% 0 0 !important;
    }
    #Apparel-width-full #Apparel-overview .maintitle .info{
        padding: 5% !important;
        margin-top: 20px !important;
    }
}
@media only screen and (max-width: 480px){
    #Apparel-width-full #Apparel-overview .maintitle h1{
        font-size: 1.6em;
    }
    #Apparel-width-full #Apparel-overview .maintitle h2{
            font-size: 2em !important;
    }
}
/*#Apparel-width-full #Apparel-SWaP*/
#Apparel-width-full #Apparel-SWaP{
    background: url(../img/swap_bg.jpg) center top no-repeat;
    background-size: 100% 85%;
    position: relative;
    overflow: hidden;
}
#Apparel-width-full #Apparel-SWaP .maintitle {
        text-align: left;
    width: 90%;
    max-width: 1236px;
    margin: 0 auto;
    padding-top: 50px;
    padding-right: 18px;
    padding-left: 20%;
    padding-bottom: 260px;
    position: relative;
    z-index: 1;
}
#Apparel-width-full #Apparel-SWaP .maintitle h2{
    margin-bottom: 1em !important;
    position: relative;
}
#Apparel-width-full #Apparel-SWaP .bg{
        text-align: center;
    background: url(../img/swap_bottom_bg.png) center bottom repeat-x;
    background-size: initial;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0%);
    width: 100%;
}
#Apparel-width-full #Apparel-SWaP .text_icon_list {
        width: 100%;
    max-width: 660px;
    list-style: none;
    padding: 0;
    margin: 0px auto 0px;
    position: relative;
    display: inline-flex;
    align-items: flex-start;
    justify-content: flex-start;
    align-content: flex-start;
    flex-wrap: nowrap;
    flex-direction: row;
}
#Apparel-width-full #Apparel-SWaP .text_icon_list li {
    width: 33.33%;
    float: left;
    display: inline-block;
    text-align: center;
    margin: 30px auto 0px;
    /* border-left: 1px #00b4ff solid; */
}
#Apparel-width-full #Apparel-SWaP .text_icon_list li img{
    width: 25%;
    max-width: 75px !important;
}
#Apparel-width-full #Apparel-SWaP .text_icon_list li {
    width: 33.33%;
    float: left;
    /* border-left: 1px #00b4ff solid; */
}
#Apparel-width-full #Apparel-SWaP .text_icon_list li .text_icon{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
}
#Apparel-width-full #Apparel-SWaP .text_icon_list li .text_icon .info{
    text-align: left !important;
    padding-left: 20px !important;
}
@media only screen and (max-width: 1920px){
    #Apparel-width-full #Apparel-SWaP .maintitle {
        padding-left: 25%;
    }
}
@media only screen and (max-width: 1550px){
    #Apparel-width-full #Apparel-SWaP .maintitle {
        
    padding-left: 27%;
    width: 90%;
    }
}
@media only screen and (max-width: 1024px){
    #Apparel-width-full #Apparel-SWaP .maintitle {
        padding-left: 15%;
        width: 95%;
        padding-bottom: 35%;
    }
}
@media only screen and (max-width: 768px){
    #Apparel-width-full #Apparel-SWaP .maintitle {
        width: 100%;
    padding: 50px 18px 72%;
    }
    #Apparel-width-full #Apparel-SWaP .text_icon_list{
        /* display: inline-block; */
    }
    #Apparel-width-full #Apparel-SWaP .text_icon_list li{
        /* display: inline-block;
        margin: 0 auto;
        width: 100%; */
    }
    #Apparel-width-full #Apparel-SWaP .text_icon_list li img{
        width: 30%;
    max-width: 40px !important;
    }
    #Apparel-width-full #Apparel-SWaP .text_icon_list li .text_icon .info {
        padding-left: 10px !important;
        font-size: 0.9em;
        width: auto;
        margin: 0;
    }
    #Apparel-width-full #Apparel-SWaP .bg img{
                max-width: inherit !important;
    width: 145%;
    top: -40px;
    position: relative;
    }
}
/*#Apparel-width-full #Apparel-multitasking*/
#Apparel-width-full #Apparel-multitasking{
    background: #041d33;
    position: relative;
    overflow: hidden;
}
#Apparel-width-full #Apparel-multitasking .maintitle {
    text-align: center;
    width: 100%;
    max-width: 1236px;
    margin: 0 auto;
    padding-top: 50px;
    padding-right: 18px;
    padding-left: 18px;
    padding-bottom: 80px;
    position: relative;
    z-index: 1;
}
#Apparel-width-full #Apparel-multitasking .maintitle h2{
    margin-bottom: 1.5em !important;
    position: relative;
}
#Apparel-width-full #Apparel-multitasking .maintitle h2 b{
    border-bottom: 3px #00d2ff solid;
    font-weight: normal;
    padding-bottom: 5px;
}
#Apparel-width-full #Apparel-multitasking .bg {
    /* position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0%); */
        position: absolute;
    bottom: 0;
    left: 35%;
    transform: translate(-50%, 0%);
    margin: 0% 0;
    width: 70%;
    min-width: 1355px;
}

#Apparel-width-full #Apparel-multitasking .bg img {
    /* width: 100% !important; */
    width: 100% !important;
    margin-left: 0%;
    padding-top: 0px;
}
#Apparel-width-full #Apparel-multitasking .list_box{
    display: inline-block;
    width: 100%;
    padding-left: 54%;
        margin-top: 30px;
    margin-bottom: 30px;
}
#Apparel-width-full #Apparel-multitasking .text_icon_list {
    width: 100%;
    max-width: 660px;
    list-style: none;
    padding: 0 18px;
    margin: 0px auto 0px;
    position: relative;

    display: inline-flex;
    align-items: flex-start;
    justify-content: space-between;
    align-content: flex-end;
    flex-wrap: wrap;
    flex-direction: row;
}
#Apparel-width-full #Apparel-multitasking .text_icon_list li {
    width: 50%;
    float: left;
    display: inline-block;
    text-align: center;
    margin: 30px auto 0px;
    /* border-left: 1px #00b4ff solid; */
}
#Apparel-width-full #Apparel-multitasking .text_icon_list.list_auto li {
    width: 50%;
    float: left;
    /* border-left: 1px #00b4ff solid; */
}

#Apparel-width-full #Apparel-multitasking .text_icon_list .text_icon {
    display: inline-block;
    margin: 0;
    padding: 0 10px
}

#Apparel-width-full #Apparel-multitasking .text_icon_list .text_icon div.text_box {
        text-align: center;
    position: relative;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 20px;
    /* background: #f7f8f8; */
    width: 100%;
    /* min-width: 300px; */
    /* min-height: 200px; */
    /* border-radius: 10px; */
}

/*#Apparel-width-full #Apparel-multitasking .text_icon_list .text_icon div:before{
content: '';
position: absolute;
bottom: 5px;
left: -40px;
background-image: url(images/dot-icon.png);
background-size: contain;
background-repeat: no-repeat;
height: 30px;
width: 37px;
}*/
#Apparel-width-full #Apparel-multitasking .text_icon_list .text_icon p {
    display: inline-block;
    /* width: 100%; */
    width: auto;
}

#Apparel-width-full #Apparel-multitasking .text_icon_list .text_icon .title {
    /*font-style: italic;*/
    font-family: "TT Norms Pro", "Helvetica", "Myriad Pro Light", "STHeiti Light", "Apple LiGothic Medium", "微軟正黑體", "Microsoft JhengHei", Helvetica, Arial, sans-serif;
    font-size: 4em;
    line-height: 1.2em;
    font-weight: 600;
    margin-bottom: 0;
    display: inline-block;
    color: #00d2ff;
}
#Apparel-width-full #Apparel-multitasking .text_icon_list .text_icon .title b{
    display: none;
}
#Apparel-width-full #Apparel-multitasking .text_icon_list .text_icon span {
    font-family: "TT Norms Pro", "Helvetica", "Myriad Pro Light", "STHeiti Light", "Apple LiGothic Medium", "微軟正黑體", "Microsoft JhengHei", Helvetica, Arial, sans-serif;
    font-size: 1.2em;
    font-weight: 500;
    color: #00d2ff;
    line-height: 1em;
    letter-spacing: 0.02em;
    display: inline-block;
    width: 100%;
        /* position: relative;
    top: -20px; */
}

#Apparel-width-full #Apparel-multitasking .text_icon_list .text_icon .desc {
    font-family: "TT Norms Pro Light", "Helvetica", "Myriad Pro Light", "STHeiti Light", "Apple LiGothic Medium", "微軟正黑體", "Microsoft JhengHei", Helvetica, Arial, sans-serif;
    font-size: 1em;
    font-weight: 300;
    color: #000;
    letter-spacing: 0;
    line-height: 1.3em;
    letter-spacing: 0.02em;
    display: inline-block;
}
#Apparel-width-full #Apparel-multitasking .text_icon_list .text_icon .note{
    margin-top: 0 !important;
}
@media only screen and (max-width: 1200px) {
    #Apparel-width-full #Apparel-multitasking .list_box{
        padding-left: 40%;
    }
    #Apparel-width-full #Apparel-multitasking .bg{
        left: 30%;
    }
    #Apparel-width-full #Apparel-multitasking .text_icon_list .text_icon .title {
        font-size: 4.5em
    }
}

@media only screen and (max-width: 768px){
    #Apparel-width-full #Apparel-multitasking .bg{
        position: relative;
        left: 0;
        width: 100%;
        min-width: inherit;
            transform: translate(0%, 0%);
    }
    #Apparel-width-full #Apparel-multitasking .bg img {
        width: 250% !important;
        max-width: inherit !important;
        margin: -40% auto 0% !important;
        margin-left: -57% !important;
    }

    #Apparel-width-full #Apparel-multitasking .maintitle h2 b{
        border: none;
    }
    #Apparel-width-full #Apparel-multitasking .maintitle h2:after{
        content: "";
        position: absolute;
        left: 50%;
        bottom: 0px;
        width: 20%;
        height: 3px;
        background: #00d2ff;
        transform: translate(-50%, 0%);
    }
    #Apparel-width-full #Apparel-multitasking .list_box{
        padding: 0;
    }
    #Apparel-width-full #Apparel-multitasking .text_icon_list li,
    #Apparel-width-full #Apparel-multitasking .text_icon_list.list_auto li {
        width: 50%;
        margin-bottom: 20px;
    }
    #Apparel-width-full #Apparel-multitasking .text_icon_list li, #Apparel-width-full #Apparel-multitasking .text_icon_list.list_auto li{
        margin: 20px 0 0;
    }
    #Apparel-width-full #Apparel-multitasking .text_icon_list{
        margin: 0px 0 0px;
        padding: 0;
    }
    #Apparel-width-full #Apparel-multitasking .text_icon_list .text_icon .title span {
        font-size: 0.2em
    }
    #Apparel-width-full #Apparel-multitasking .text_icon_list .text_icon{
        width: calc(100% - 0px);
        padding: 0px;
    }
    #Apparel-width-full #Apparel-multitasking .text_icon_list .text_icon div.text_box{
            min-width: inherit;
        display: flex;
        padding: 20px 10px;
    }
    #Apparel-width-full #Apparel-multitasking .text_icon_list .text_icon .title{
        font-size: 4em;
    }
    #Apparel-width-full #Apparel-multitasking .text_icon_list .text_icon .desc{
        font-size: 1em;
    }
}
/*#Apparel-width-full #Apparel-ContactUs*/
#Apparel-width-full #Apparel-ContactUs{
    position: relative;
    overflow: hidden;
    background: #005a79;
}
#Apparel-width-full #Apparel-ContactUs .maintitle {
    text-align: center;
    width: 100%;
    max-width: 1224px;
    margin: 0 auto;
    padding-top: 100px;
    padding-right: 18px;
    padding-left: 18px;
    padding-bottom: 150px;
    position: relative;
    z-index: 1;
}
#Apparel-width-full #Apparel-ContactUs .maintitle .ContactUs_list{
        display: flex;
    width: 100%;
    align-content: flex-start;
    justify-content: center;
    flex-direction: row;
    flex-wrap: nowrap;
}
#Apparel-width-full #Apparel-ContactUs .maintitle .ContactUs_list li p{
    background: url(../img/ico_triangle.png) no-repeat left 50%;
    display: inline-block;
    padding-left: 30px;
}
#Apparel-width-full #Apparel-ContactUs .maintitle .ContactUs_list li{
        margin: 0 10px;
    width: 50%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
#Apparel-width-full #Apparel-ContactUs .maintitle .ContactUs_list li:first-child:after{
    content: "";
    position: absolute;
    width: 1px;
    height: 50%;
    background: #fff;
    right: 0;
    top: 0;
}
#Apparel-width-full #Apparel-ContactUs .maintitle a.link_style{
    display: inline-block;
    width: 100%;
    max-width: 150px;
    margin: 10px 5px 0;
    border-radius: 50px;
    font-weight: bold;

}
#Apparel-width-full #Apparel-ContactUs .maintitle a.link_style span{
    color: #005a79 !important;
    background-color: #005a79 0%;
    background: -webkit-linear-gradient(to right, #005a79 0%, #005a79 100%);
    background: -moz-linear-gradient(to right, #005a79 0%, #005a79 100%);
    background: -o-linear-gradient(to right, #005a79 0%, #005a79 100%);
    background: linear-gradient(to right, #005a79 0%, #005a79 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-text-fill-color: 
}
#Apparel-width-full #Apparel-ContactUs .maintitle a.link_style:hover span{
    color: #08667f !important;
    background-color: #08667f 0%;
    background: -webkit-linear-gradient(to right, #08667f 0%, #36aca2 100%);
    background: -moz-linear-gradient(to right, #08667f 0%, #36aca2 100%);
    background: -o-linear-gradient(to right, #08667f 0%, #36aca2 100%);
    background: linear-gradient(to right, #08667f 0%, #36aca2 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-text-fill-color: 
}
#Apparel-width-full #Apparel-ContactUs .maintitle a.link_style.link_style_b{
    position: relative;
    bottom: inherit;
    margin-top: 20px;
    /* border: 2px solid rgba(255, 255, 255, 0); */
}
#Apparel-width-full #Apparel-ContactUs .maintitle a.link_style.link_style_b:hover{
    /* border: 2px solid #fff; */
    background-image: none;

}
@media only screen and (max-width: 560px){
    #Apparel-width-full #Apparel-ContactUs .maintitle{
        padding: 50px 18px;
    }
    #Apparel-width-full #Apparel-ContactUs .maintitle .ContactUs_list{
        display: inline-block;
    }
    #Apparel-width-full #Apparel-ContactUs .maintitle .ContactUs_list li{
        width: 100%;
        margin: 20px 0;
        padding: 20px 0;
    }
    #Apparel-width-full #Apparel-ContactUs .maintitle .ContactUs_list li:first-child:after{
        content: "";
        position: absolute;
        width: 100%;
        height: 1px;
        background: #fff;
        left: 0;
        top: calc(100% + 20px);
    }
}

/**/
#hd .main-shirt {
    position: relative;
}

#hd .main-shirt .hd-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    /* align-items: flex-end; */
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}

#hd .main-shirt .hd-content {
    margin-bottom: 0%;
    margin-left: 56%;
    padding-right: 12%;
    width: 44%;
}

#hd .main-shirt h3{
    font-size: 3.75em;
    font-family: "ROGFontsv16-Regular", Helvetica, Arial, Microsoft JhengHei, LiHei Pro, WenQuanYi Zen Hei, sans-serif !important;
    font-weight: normal;
    font-style: normal;
    color: #fff;
}
#hd .main-shirt h2 {
    font-size: 2.25em;
    letter-spacing: -0.01em;
    line-height: 1.2;
    padding-left: 0;
    margin-bottom: .5em;
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
    -webkit-transform: none;
    transform: none;
    font-weight: bold;
}

#hd .main-shirt p {
    /* text-shadow: 0 0 2px black, 0 0 5px black, 0 0 15px black; */
}

@media screen and (max-width: 1024px) {
    #hd .main-shirt figure {
        position: relative;
        overflow: hidden;
    }

    #hd .main-shirt figure img {
                width: 220%;
        max-width: none !important;
        margin: -5% -22% -10% !important;
    }

    #hd .main-shirt .hd-container {
        position: relative;
    }

    #hd .main-shirt .hd-content {
        width: 90%;
        padding: 2em 0 4em;
        margin-bottom: 0;
        margin-left: 0;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }
}
@media screen and (max-width: 1480px) {
    #hd .main-shirt h2 {
        font-size: 2.25em;
    }
}
@media screen and (max-width: 768px) {
    #hd .main-shirt h2 {
        font-size: 2.25em;
    }
    #hd .main-shirt h3{
        font-size: 2.4em;
    }
}


@media only screen and (max-width: 1880px) {
    #Apparel-width-full .mtitle p,
    #Apparel-width-full h2 {
        font-size: 2.25em;
        line-height: 1.2em;
    }
}
@media only screen and (max-width: 1780px) {
    #Apparel-width-full .mtitle p,
    #Apparel-width-full h2 {
        font-size: 2.25em;
        line-height: 1.2em;
    }
}
@media only screen and (max-width: 1440px) {
    #Apparel-width-full .mtitle p,
    #Apparel-width-full h2 {
        font-size: 2.25em;
        line-height: 1.2em;
    }
}
@media (min-width: 759px) and (max-width: 969px) {
    #Apparel-width-full .mtitle p,
    #Apparel-width-full h2 {
        font-size: 2.25em;
        line-height: 1.2em;
    }

   /*  #Apparel-width-full .flex-item .info,
    #Apparel-width-full .mainfull .maintitle .info,
    #Apparel-width-full .mainsize .maintitle .info {
        font-size: 1.5em;
        line-height: 1.3em;
        width: 100%
    } */

    #Apparel-width-full .full-section {
        height: auto;
        /*一個滿版區塊的高度，可以依造圖片給的高度去改變*/
    }

    #Apparel-width-full #Helios-colorarea .info_left {
        padding: 0
    }
}

@media (max-width: 759px) {

    #Apparel-width-full img.webstyle,
    #Apparel-width-full .webstyle {
        display: none;
    }

    /* 左文右圖 */
    #Apparel-width-full .maintitle.lefttxt .info_left {
        margin: 0 !important;
        padding: 0px 0px !important;
        width: 100% !important;
        max-width: inherit !important;
        display: inline-block
    }

    #Apparel-width-full .maintitle.lefttxt .info_right {
        margin: 0 !important;
        padding: 0px 0px !important;
        width: 100% !important;
        max-width: inherit !important;
        display: inline-block
    }

    /* 左圖右文 */
    #Apparel-width-full .maintitle.righttxt .info_left {
        margin: 0 !important;
        padding: 0px 0px !important;
        width: 100% !important;
        max-width: inherit !important;
        display: inline-block
    }

    #Apparel-width-full .maintitle.righttxt .info_right {
        margin: 0 !important;
        padding: 0px 0px !important;
        width: 100% !important;
        max-width: inherit !important;
        display: inline-block
    }

    #Apparel-width-full img.mobile,
    #Apparel-width-full .mobile {
        width: auto;
        display: block;
        margin: 0 auto !important;
    }

    #Apparel-width-full .maintitle .info,
    #Apparel-width-full .maintitle .mtitle {
        margin: 0 !important;
        padding-right: 0 !important;
        padding-left: 0 !important;
        text-align: center !important;
    }

    #Apparel-width-full .maintitle .mtitle {
        padding-top: 0 !important;
    }

    #Apparel-width-full .flex-item .info,
    #Apparel-width-full .mainfull .maintitle .info,
    #Apparel-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;
    }

    #Apparel-width-full .full-section {
        /*border-bottom: 1px solid #ccc;*/
        background-size: contain;
        background-position: center bottom;
        height: auto;
        /*一個滿版區塊的高度，可以依造圖片給的高度去改變*/
    }

    /*#Apparel-width-full .full-section:first-child {
border-top: 1px solid #ccc;
}*/
    #Apparel-width-full .full-section:last-child {
        border-bottom: 0px solid #ccc;
    }

    #Apparel-width-full .mtitle p,
    #Apparel-width-full h2 {
        width: 100% !important;
        /*text-shadow: 0px 0px 0px #fff;*/
        font-size: 1.8em !important;
        text-align: center !important;
        line-height: 1.2em;
        margin-bottom: 0;
        padding: 15px 0;
        margin-bottom: 5px !important;
    }

    #Apparel-width-full .stitle p {
        font-size: 2em;
        text-align: left;
        margin-bottom: 0.5em;
        margin-top: 1em;
    }

    #Apparel-width-full .full-section {
        padding: 0 0;
    }
}

/* nav bar */
#Apparel-width-full #Apparel-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;
}

#Apparel-width-full #Apparel-nav ul {
    list-style: none;
    display: block;
    margin: 0;
}

#Apparel-width-full #Apparel-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
}

#Apparel-width-full #Apparel-nav ul li a {
    display: inline-block;
    width: 8px;
    position: absolute;
    padding: 15px;
    height: 8px;
    z-index: 9999;
    top: 0
}

#Apparel-width-full #Apparel-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;
}

#Apparel-width-full #Apparel-nav ul li b {
    display: none;
    position: absolute;
    top: 60%;
    margin-top: -12px;
    right: 40px;
    white-space: nowrap;
    font-size: 14px;
    color: #7cc5bf;
    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;
}

#Apparel-width-full #Apparel-nav ul li.on.active b,
#Apparel-width-full #Apparel-nav ul li.active b {
    top: 90%
}

#Apparel-width-full #Apparel-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;
}

#Apparel-width-full #Apparel-nav ul li:hover div {
    background: #7cc5bf
}

#Apparel-width-full #Apparel-nav ul li.active {
    height: 38px !important
}

#Apparel-width-full #Apparel-nav ul li.active div {
    background: #7cc5bf;
    height: 30px !important;
    top: 5px;
}

@media (max-width: 759px) {

    /* special-sectionOverview #rog_chariot_rgb_nav-nav */
    #Apparel-width-full #Apparel-nav {
        display: none;
    }
}

/*動態CSS*/
#Apparel-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
    }
}

#Apparel-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
    }
}

#Apparel-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
    }
}

#Apparel-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,
#Apparel-width-full .mainfull .maintitle .product-text,
#Apparel-width-full .mainfull .maintitle
{
opacity: 1 !important
}
#Apparel-width-full .txt_move{
animation: inherit !important;
}
#Apparel-width-full .txt_move_b{
animation: inherit !important;
}
} */

#Apparel-width-full .slider {
    width: 100%;
    text-align: center;
    max-width: 1400px;
    margin: 0 auto;
}
.slick-initialized .slick-slide{

}
#Apparel-width-full .slick-prev:before, #Apparel-width-full .slick-next:before {
  color: #0072ce !important;
}
#Apparel-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%);
}
#Apparel-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%);
}
#Apparel-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%);
}
#Apparel-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) {
    #Apparel-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;
    }
    #Apparel-width-full .slick-prev:before,
    #Apparel-width-full .slick-next:before{
        min-width: 40px;
        min-height: 40px;
    }
}


/**/
#hd .w95 {
    width: 94%;
    margin: 0 auto;
    position: relative
}

#hd .hd-w1000,
#hd .hd-w1200,
#hd .hd-w1400 {
    width: 80%;
    max-width: 1400px;
    margin: 0 auto;
    position: relative
}

#hd .hd-w1000 {
    max-width: 1000px
}

#hd .hd-w1400 {
    max-width: 1400px
}

#hd .hd-mw1200 {
    max-width: 1200px
}

#hd .hd-col20 {
    width: 20%
}

#hd .hd-col25 {
    width: 25%
}
#hd .hd-col30 {
    width: 30%
}
#hd .hd-col33 {
    width: 33.3333%
}

#hd .hd-col40 {
    width: 40%
}

#hd .hd-col45 {
    width: 45%
}

#hd .hd-col50 {
    width: 50%
}

#hd .hd-col55 {
    width: 55%
}

#hd .hd-col60 {
    width: 60%
}

#hd .hd-col65 {
    width: 65%
}

#hd .hd-col66 {
    width: 66.6666%
}

#hd .hd-col70 {
    width: 70%
}

#hd .hd-col75 {
    width: 75%
}

#hd .hd-col80 {
    width: 80%
}

#hd .hd-col100 {
    width: 100%
}

#hd .ib-top {
    display: inline-block;
    vertical-align: top
}

#hd .ib-bottom {
    display: inline-block;
    vertical-align: bottom
}

#hd .flex-wrap {
    display: flex;
    flex-wrap: wrap
}

#hd .flex-nowrap {
    display: flex;
    flex-wrap: nowrap
}

#hd .align-items-center {
    align-items: center
}

#hd .align-items-start {
    align-items: flex-start
}

#hd .align-items-end {
    align-items: flex-end
}

#hd .justify-content-center {
    justify-content: center
}

#hd .justify-content-start {
    justify-content: flex-start
}

#hd .justify-content-end {
    justify-content: flex-end
}

#hd .justify-content-between {
    justify-content: space-between
}

#hd .justify-content-around {
    justify-content: space-around
}

#hd .flex-row-reverse {
    flex-direction: row-reverse
}

#hd .hd-d-none {
    display: none
}

#hd .hd-d-ib {
    display: inline-block
}

#hd .mx-auto {
    margin-left: auto;
    margin-right: auto
}
#hd .align-center {
    text-align: center
}

#hd .align-left {
    text-align: left
}

#hd .align-italic {
    font-style: italic
}
@media screen and (min-width: 2560px) {
    #hd .hd-w1000 {
        max-width: 1200px
    }

    #hd .hd-w1200 {
        max-width: 1400px
    }

    #hd .hd-w1400 {
        max-width: 2000px
    }

    #hd .hd-mw1200 {
        max-width: 1400px
    }
}

@media screen and (min-width: 3000px) {
    #hd .hd-w1000 {
        max-width: 1600px
    }

    #hd .hd-w1200 {
        max-width: 2200px
    }

    #hd .hd-w1400 {
        max-width: 2800px
    }

    #hd .hd-mw1200 {
        max-width: 1800px
    }
}

@media screen and (max-width: 1024px) {

    #hd .hd-w1000,
    #hd .hd-w1200,
    #hd .hd-w1400 {
        width: 90%
    }
}

@media screen and (max-width: 1023px) {
    #hd .hd-d-1023-none {
        display: none
    }

    #hd .hd-d-1023-block {
        display: block
    }

    #hd .hd-d-1023-inline-block {
        display: inline-block
    }
}

@media screen and (max-width: 768px) {
    #hd .hd-d-768-none {
        display: none
    }

    #hd .hd-d-768-block {
        display: block
    }
}

@media screen and (max-width: 620px) {
    #hd .hd-d-620-none {
        display: none
    }

    #hd .hd-d-620-block {
        display: block
    }
}

@media screen and (max-width: 480px) {
    #hd .hd-d-480-none {
        display: none
    }

    #hd .hd-d-480-block {
        display: block
    }
}
@media only screen and (max-width: 768px) {
    #hd .hd-col40,
    #hd .hd-col30,
    #hd .hd-col50,
    #hd .hd-col60,
    #hd .hd-col70{
        width: 100% !important;
    }
    #hd .hd-col50.hd-content{
        padding: 2em 18px;
    }
    #hd .maintitle .hd-container figure{
        padding: 18px 0;
    }
    #hd .maintitle .hd-container .hd-content{
        padding: 18px 0;
    }
    #hd .maintitle .hd-container.flex-row-reverse figure{

    }
    #hd .maintitle .hd-container.flex-row-reverse .hd-content{
        
    }
}
#hd #pageContent-Technology{
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #fff;
    padding-top: 50px;
}
#hd #pageContent-Technology h2{
    margin-bottom: 0.5em !important;
    position: relative;
    font-size: 2.5em;
    font-weight: 600;
    color: #225d7f !important;
    background-color: #225d7f 0%;
    background: -webkit-linear-gradient(to right, #225d7f 0%, #7cc5bf 100%);
    background: -moz-linear-gradient(to right, #225d7f 0%, #7cc5bf 100%);
    background: -o-linear-gradient(to right, #225d7f 0%, #7cc5bf 100%);
    background: linear-gradient(to right, #225d7f 0%, #7cc5bf 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-text-fill-color: transparent;
}
#hd #pageContent-Technology .tab-content h2{
    margin: 0 !important;
    font-size: 1.4em;
    color: #005a79 !important;
    padding: 1em 0;
    -webkit-text-fill-color: #005a79 !important
}

#hd #pageContent-Technology .tab-content h2:after{
        content: "";
    position: absolute;
    right: calc(100% + 10px);
    top: 50%;
    transform: translate(0%, -50%);
    width: 200%;
    height: 1px;
    background: #005a79;
    z-index: 0;
}
#hd #pageContent-Technology .tab-content .flex-row-reverse h2:after{
        content: "";
    position: absolute;
    right: inherit;
    left: calc(100% + 10px);
    top: 50%;
    transform: translate(0%, -50%);
    width: 200%;
    height: 1px;
    background: #005a79;
    z-index: 0;
}
#hd #pageContent-Technology .tab-content .text_box_list {
    list-style: disc;
    display: list-item;
    font-family: 'TT Norms Pro', 'Myriad Pro', Arial, Helvetica, sans-serif;
    color: #3f596e !important;
    font-size: 1.1em;
    line-height: 1.2em;
    font-weight: 300;
    text-align: left;
    width: 90%;
    margin: 0 0 0 20px;
    letter-spacing: 0.03em;
    padding: 10px 0px;
}
#hd #pageContent-Technology .hd-container{
    margin-bottom: 30px;
}
#hd #pageContent-Technology .hd-container .hd-content{
        overflow: hidden;
        padding-left: 5%;
}
#hd #pageContent-Technology .hd-container .hd-content a.link_style{
    border-radius: 50px;
    width: auto;
    border: none;
    padding: 12px 30px;
}
#hd #pageContent-Technology .hd-container .hd-content a.link_style{
    background-image: linear-gradient(to right, #005a79 0%, #005a79 100%);
}
#hd #pageContent-Technology .hd-container .hd-content a.link_style:hover{
    border: none;
    background-image: linear-gradient(to right, #286381 0%, #77bfbb 100%);
    -webkit-transition: 0.3s ease-out;
    -moz-transition: 0.3s ease-out;
    -o-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
}
#hd #pageContent-Technology .hd-container .hd-content a.link_style:hover span{
    color: #fff !important;
}
#hd #pageContent-Technology .hd-container.flex-row-reverse .hd-content {
    padding-left: 0;
}
#hd #pageContent-Technology .hd-container img{
    width: 100%;
}
#hd #pageContent-Technology .title-tab{
    padding-left: 18px;
    padding-right: 18px;
}
#hd .main-title {
    padding-top: 50px;
    position: relative;
    overflow: hidden
}
#hd .main-title h2{
    margin-bottom: 20px;
}
#hd .main-title {
    padding-top: 50px;
    position: relative;
    overflow: hidden
}
#hd .main-title h2{
    margin-bottom: 20px;
}
/* #hd .main-title:before {
    content: '';
    display: block;
    width: 100%;
    height: 600px;
    position: absolute;
    top: -400px;
    left: 50%;
    -moz-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    background: radial-gradient(ellipse at center, #ffffff 0%, rgba(0, 0, 0, 0) 70%);
    z-index: 0;
    pointer-events: none;
} */

#hd .tab-content {
    /* padding-right: 5em; */
    width: 90%;
    max-width: 1340px;
    margin: 0 auto;
    padding: 0 18px;
}
#hd .tab-content h3{
    line-height: 1;
    margin-bottom: 0.3em;
}
#hd .tab-content>div {
    display: none;
    padding: 4.75em 0 5em
}

#hd .tab-content>div.hd-active {
    display: block
}

#hd .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
}

#hd .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
}

#hd .title-tab {
    width: 100%;
    position: relative;
    /* overflow: hidden; */
    z-index: 3
}

/* #hd .title-tab:after {
    content: '';
    width: 100%;
    height: 3px;
    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: #767676;
} */

#hd .title-tab ul {
    margin-top: 20px;
    width: 100%;
    max-width: 1340px;
    display: inline-flex;
    align-items: stretch;
    text-align: center;
    position: relative;
    /* overflow-x: auto; */
    overflow-y: visible;
    -ms-overflow-style: none;
        justify-content: center;
}
#hd .title-tab ul:after {
    content: '';
    width: 100%;
    height: 3px;
    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: #767676;
}
#hd .title-tab ul::-webkit-scrollbar {
    height: 0
}

#hd .title-tab ul::-webkit-scrollbar-track {
    background: transparent
}

#hd .title-tab ul::-webkit-scrollbar-thumb {
    background: transparent
}

#hd .title-tab ul::-webkit-scrollbar-thumb:hover {
    background: transparent
}

#hd .title-tab li {
    width: 25%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    font-family: "Roboto", sans-serif;
    line-height: 1.1;
    font-size: 1.2em !important;
    font-weight: normal;
    letter-spacing: 0em;
    white-space: nowrap;
    flex: 0 0 auto;
    color: #555;
    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;
}

#hd .title-tab li:after {
    content: '';
    display: block;
    width: calc(100% - 0);
    height: 3px;
    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: #3eb7a7;
    /* 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; */
}
/* #hd .title-tab li:nth-child(2):after{
    background: #741bb7;
}
#hd .title-tab li:nth-child(3):after{
    background: #523fe8;
}
#hd .title-tab li:nth-child(4):after{
    background: #4357fa;
} */
#hd .title-tab li sup{
    font-family: "Roboto", "Roboto", "Microsoft Jhenghei", "Microsoft YaHei", "Segoe UI", "Arial", "Helvetica", sans-serif;
    position: relative;
    top: -20%;
}
#hd .title-tab li:hover {
    color: #005a79
}
#hd .title-tab li.hd-active{
    background: #005a79;
    color: #ffffff !important;
    border-radius: 20px 20px 0 0;
    z-index: 1;
}
#hd .title-tab li.hd-active h3 {
    
    pointer-events: none
}

#hd .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)
}

@media screen and (max-width: 1280px) {
    #hd .tab-content {
        padding-right: 0
    }
}

@media screen and (max-width: 1024px) {
    #hd .main-title {
        padding-top: 6em
    }

    #hd .tab-content {
        padding: 0
    }

    #hd .tab-content>div {
        padding: 4em 0 4em
    }
    #hd .title-tab li{
        white-space: normal;
    }
}
@media screen and (max-width: 540px) {
    #hd .tab-content {
        width: 100%;
    }
    #hd .title-tab ul{
            display: flex;
    flex-wrap: wrap;
    }
    #hd .title-tab ul:after{
        display: none;

    }
    #hd .title-tab li{
        font-size: 1.0em !important;
        border-bottom: 3px #767676 solid;
        width: 50%;
        margin-bottom: 15px;
    }
    #hd .tab-content>div{
            padding: 20px 0;
    }
    #hd #pageContent-Technology .hd-container.flex-row-reverse .hd-content{
        padding-left: 18px;
        padding-right: 18px;
    }
    #hd #pageContent-Technology .tab-content h2:after{
        display: none;
    }
    #hd #pageContent-Technology .title-tab{
        padding-left: 0;
        padding-right: 0;
    }

}
@media screen and (max-width: 480px) {
    #hd .main-title {
        padding-top: 3.5em
    }

    #hd .title-tab li {
        font-size: 1.1em;
        letter-spacing: .018em
    }

    #hd .title-tab li.hd-active:after {
        height: 4px
    }
}


@-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)
    }
}

/**/
#Apparel-width-full .icons_area{
    display: flex;
    margin: 2em 0 0;
}
#Apparel-width-full .icons_area li{
        display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    width: auto;
    max-width: 30%;
    padding: 1.5%;
}
#Apparel-width-full .icons_area li img{
    width: 80%;
    max-width: 40px;
    height: auto;
}
#Apparel-width-full .icons_area li p{
    font-size: 1.1em;
    text-align: center;
    margin-top: 0.8em;
    font-family: "Roboto Condensed", Helvetica, Arial, Microsoft JhengHei, LiHei Pro, WenQuanYi Zen Hei, sans-serif;
}
@media only screen and (max-width: 768px){
    #Apparel-width-full .icons_area{
            justify-content: center;
    }
}
/*#Apparel-width-full #Apparel-Durable*/
#Apparel-width-full #Apparel-Durable{
/*    background-image: linear-gradient(to top right, #0d526f 20%, #1078af 60%);*/
        background: #021033;
    background-size: 100%;
    position: relative;
}
#Apparel-width-full #Apparel-Durable .bg .button_a{
        position: absolute;
    left: 55%;
    top: 24%;
    transform: translate(-50%, -50%);
    width: 50%;
    max-width: 80px;
    height: 80px;
}
#Apparel-width-full #Apparel-Durable .bg .button_a p{
    display: none;
        position: absolute;
    white-space: nowrap;
    left: 80%;
    top: 48%;
    font-size: 1em;
    color: #ff0000 !important;
    transform: translate(0%, -50%);
}
#Apparel-width-full #Apparel-Durable .bg .button_a p.active{
        display: block;
}
#Apparel-width-full #Apparel-Durable .bg .button_a .btn_style{
        content: '';
    display: block;
        width: 80px;
    height: 80px;
    background: url(../img/hint.png) center no-repeat;
    background-size: contain;
    position: absolute;
    left: 0;
    filter: hue-rotate(106deg);
    z-index: 999;
    opacity: 0;

}
#Apparel-width-full #Apparel-Durable .bg .button_a .btn_style{
    opacity: 1;
    -webkit-animation-delay: 0s;
    -webkit-animation-duration: 1.25s;
    -webkit-animation-name: hint;
    -webkit-animation-timing-function: ease;
    -webkit-animation-iteration-count: 2;
    -webkit-animation-fill-mode: both;
    animation-delay: 0s;
    animation-duration: 1.25s;
    animation-name: hint;
    animation-timing-function: ease;
    animation-iteration-count: 4;
    animation-fill-mode: both;
}

#Apparel-width-full #Apparel-Durable .bg .button_b{
        position: absolute;
    left: 80%;
    top: 46%;
    transform: translate(-50%, -50%);
    width: 50%;
    max-width: 80px;
    height: 80px;
}
#Apparel-width-full #Apparel-Durable .bg .button_b p{
    display: none;
        position: absolute;
    white-space: nowrap;
    left: 80%;
    top: 48%;
    font-size: 1em;
    color: #ff0000 !important;
    transform: translate(0%, -50%);
}
#Apparel-width-full #Apparel-Durable .bg .button_b p.active{
        display: block;
}
#Apparel-width-full #Apparel-Durable .bg .button_b .btn_style{
        content: '';
    display: block;
        width: 80px;
    height: 80px;
    background: url(../img/hint.png) center no-repeat;
    background-size: contain;
    position: absolute;
    left: 0;
    filter: hue-rotate(106deg);
    z-index: 999;
    opacity: 0;

}
#Apparel-width-full #Apparel-Durable .bg .button_b .btn_style{
    opacity: 1;
    -webkit-animation-delay: 0s;
    -webkit-animation-duration: 1.25s;
    -webkit-animation-name: hint;
    -webkit-animation-timing-function: ease;
    -webkit-animation-iteration-count: 2;
    -webkit-animation-fill-mode: both;
    animation-delay: 0s;
    animation-duration: 1.25s;
    animation-name: hint;
    animation-timing-function: ease;
    animation-iteration-count: 4;
    animation-fill-mode: both;
}
@keyframes hint {
    0%  {
      opacity: 0;
      @include transform(scale(.5,.5));
    }
    50%{
      opacity: 1;
    }
    100%{
      opacity: 1;
      @include transform(scale(1.2,1.2));
    }
}
#Apparel-width-full #Apparel-Durable .maintitle {    
        margin: 0 auto;
    padding-right: 18px;
    padding-left: 18px;
    padding-bottom: 40px;
    position: absolute;
    left: 25%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    max-width: 500px;
}
#Apparel-width-full #Apparel-Durable .bg{
    position: relative;
    /*top: 0;
    left: 0;
    transform: translate(0%, 0%);*/
    margin: 0% 0;
    width: 100%;
}
#Apparel-width-full #Apparel-Durable .bg img {
    /* width: 100% !important; */
    width: 100% !important;
    margin-left: 0%;
    padding-top: 0px;
}


@media only screen and (max-width: 2100px){
    #Apparel-width-full #Apparel-Durable .maintitle {
        width: 100%;
    }
}

@media only screen and (max-width: 1920px){
    #Apparel-width-full #Apparel-Durable .maintitle {

    }

}
@media only screen and (max-width: 1680px){
    #Apparel-width-full #Apparel-Durable .maintitle h2{
        font-size: 2.25em;
    }
    #Apparel-width-full #Apparel-Durable .maintitle {

    }
}
@media only screen and (max-width: 1280px){
    #Apparel-width-full #Apparel-Durable .maintitle h2{
        font-size: 2.25em;
    }
    #Apparel-width-full #Apparel-Durable .maintitle {
        
    }

}

@media only screen and (max-width: 970px){
    #Apparel-width-full #Apparel-Durable .maintitle {
        width: 53%;
        max-width: 500px;
        top: 55%;
        left: 29%;
    }
    #Apparel-width-full #Apparel-Durable .maintitle h2{
        font-size: 2.25em;
    }
    #Apparel-width-full #Apparel-Durable .bg img{
        
    }

}
@media only screen and (max-width: 768px){
    #Apparel-width-full #Apparel-Durable{
        background: #ffffff;
        background-size: 200%;
    }
    #Apparel-width-full #Apparel-Durable .bg{
        position: relative;
    }
    #Apparel-width-full #Apparel-Durable .maintitle{
        position: relative;
        left: 0;
        top: 0;
        width: 100%;
        transform: translate(0%, 0%);
        max-width: inherit;
        padding-top: 1.5em;
        margin-top: -120%;
    }
    #Apparel-width-full #Apparel-Durable .maintitle h2{
            color: #ffffff !important;
            font-size: 2.25em !important;
            width: 100%;
            text-align: center;
            -webkit-text-fill-color: #ffffff;
        -webkit-text-fill-color: #ffffff;
    }
    #Apparel-width-full #Apparel-Durable .bg img{
                width: 240% !important;
        margin: 0% 0 40% -91% !important;
        max-width: none !important;
    }
    #Apparel-width-full #Apparel-Durable .bg .button_a{
        left: 10%;
        top: 24%;
    }
    #Apparel-width-full #Apparel-Durable .bg .button_b {
        left: 89%;
        top: 44%;
    }
    #Apparel-width-full #Apparel-Durable .bg .button_b p{
            left: -137%;
    text-align: right;
    }
}
@media only screen and (max-width: 480px){
    #Apparel-width-full #Apparel-Durable .maintitle h2{
            font-size: 2em !important;
    }
}

/*#Apparel-width-full #Apparel-Breathable*/
#Apparel-width-full #Apparel-Breathable{
/*    background-image: linear-gradient(to top right, #0d526f 20%, #1078af 60%);*/
        background: #021033;
    background-size: 100%;
    position: relative;
}
#Apparel-width-full #Apparel-Breathable .maintitle {    
        margin: 0 auto;
    padding-right: 18px;
    padding-left: 18px;
    padding-bottom: 40px;
    position: absolute;
    left: 70%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    max-width: 500px;
}
#Apparel-width-full #Apparel-Breathable .bg{
    position: relative;
    /*top: 0;
    left: 0;
    transform: translate(0%, 0%);*/
    margin: 0% 0;
    width: 100%;
}
#Apparel-width-full #Apparel-Breathable .bg img {
    /* width: 100% !important; */
    width: 100% !important;
    margin-left: 0%;
    padding-top: 0px;
}


@media only screen and (max-width: 2100px){
    #Apparel-width-full #Apparel-Breathable .maintitle {
        width: 100%;
    }
}

@media only screen and (max-width: 1920px){
    #Apparel-width-full #Apparel-Breathable .maintitle {

    }

}
@media only screen and (max-width: 1680px){
    #Apparel-width-full #Apparel-Breathable .maintitle h2{
        font-size: 2.25em;
    }
    #Apparel-width-full #Apparel-Breathable .maintitle {

    }

}
@media only screen and (max-width: 1280px){
    #Apparel-width-full #Apparel-Breathable .maintitle h2{
        font-size: 2.25em;
    }
    #Apparel-width-full #Apparel-Breathable .maintitle {
        left: 78%;
                width: 40%;
    }

}

@media only screen and (max-width: 970px){
    #Apparel-width-full #Apparel-Breathable .maintitle {
    }
    #Apparel-width-full #Apparel-Breathable .maintitle h2{
        font-size: 2.25em;
    }

}
@media only screen and (max-width: 768px){
    #Apparel-width-full #Apparel-Breathable{
        background: #ffffff;
        background-size: 200%;
    }
    #Apparel-width-full #Apparel-Breathable .bg{
        position: relative;
    }
    #Apparel-width-full #Apparel-Breathable .maintitle{
        position: relative;
        left: 0;
        top: 0;
        width: 100%;
        transform: translate(0%, 0%);
        max-width: inherit;
        padding-top: 1.5em;
        margin-top: 0%;
        background: #000;
    }
    #Apparel-width-full #Apparel-Breathable .maintitle h2{
            color: #ffffff !important;
            font-size: 2.25em !important;
            width: 100%;
            text-align: center;
            -webkit-text-fill-color: #ffffff;
        -webkit-text-fill-color: #ffffff;
    }
    #Apparel-width-full #Apparel-Breathable .bg img{
        width: 220% !important;
        max-width: inherit !important;
        margin: 0 0 -22% -22% !important;
    }

}
@media only screen and (max-width: 480px){
    #Apparel-width-full #Apparel-Breathable .maintitle h2{
            font-size: 2em !important;
    }
}
#hd #pageContent-slider{
    display: inline-block;
    margin: 50px 0;
        background: #000;
}
#hd #pageContent-slider .slide-material{
        display: flex;
    justify-content: center;
}
#hd #pageContent-slider .slide-material .hd-item{
    display: inline-block;
    width: 50%;
    max-width: 570px;
    opacity: 0.25;
}
#hd #pageContent-slider .slide-material .hd-item.active{
    opacity: 1;
}
@media only screen and (max-width: 768px){
    #hd #pageContent-slider .slide-material{
        flex-direction: column;
    }
    #hd #pageContent-slider .slide-material .hd-item{
        width: 100%;
        /* margin: 0 -20%; */
    }
    #hd #pageContent-slider .slide-material .hd-item.active{
        width: 100%;
        /* margin: 0 0%;
        z-index: 1; */
    }
}
/**/
#hd .color-gradient{
    color: #ff0000 !important;
        font-family: "TradeGothicLTPro";
    line-height: 1.2em;
    margin: 0 0 0.5em 0;
        background-image: none;
    -webkit-text-fill-color: inherit;
        background-color: inherit;

}
#hd .info{
    font-weight: 300;
    line-height: 1.5em;
    font-family: "Roboto Condensed", Helvetica, Arial, Microsoft JhengHei, LiHei Pro, WenQuanYi Zen Hei, sans-serif;
    margin: 0;
    font-size: 1.125em;
    line-height: 1.5em;
    text-align: center;
    width: 100%;
    margin: 0 auto;
    letter-spacing: 0.03em;
}
@media only screen and (max-width: 768px){
    #hd .main-kv figure{
        width: 200%;
    margin: 0 -47% !important;
    }
}