@font-face {
    font-family: 'CenturyGothic';
    src: url('fonts/CenturyGothic.eot');
    src: url('fonts/CenturyGothic.eot') format('embedded-opentype'), url('fonts/CenturyGothic.woff2') format('woff2'), url('fonts/CenturyGothic.woff') format('woff'), url('fonts/CenturyGothic.ttf') format('truetype'), url('fonts/CenturyGothic.svg#CenturyGothic') format('svg');
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

#product {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff
}


/* button,
input,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

a {
    color: #337ab7;
    text-decoration: none
}

a:focus,
a:hover {
    color: #23527c;
    text-decoration: underline
}

a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
} */

figure {
    margin: 0
}

img {
    vertical-align: middle
}

@media screen and (max-width: 1536px) {
    h2.nbtitle {
        font-size: 26px;
    }
}

@media screen and (max-width: 960px) {
    h2.nbtitle {
        font-size: 22px;
    }
}

h3.subtitle {
    font-family: "CenturyGothic", "cwTeXHei", "Microsoft JhengHei";
    font-size: 30px;
    color: #000;
    margin: 0;
    padding: 10px 0 10px;
    line-height: 1.5;
}

@media screen and (max-width: 1920px) {
    h3.subtitle {
        font-size: 24px;
    }
}

@media screen and (max-width: 1536px) {
    h3.subtitle {
        font-size: 22px;
    }
}

@media screen and (max-width: 960px) {
    h3.subtitle {
        font-size: 20px;
    }
}

p.nb-article {
    margin: 0;
    padding: 0 0 15px;
    font-family: "CenturyGothic", "cwTeXHei", "Microsoft JhengHei";
    font-size: 20px;
    color: #666;
    line-height: 1.6;
}

@media screen and (max-width: 1920px) {
    p.nb-article {
        font-size: 20px;
    }
}

@media screen and (max-width: 1536px) {
    p.nb-article {
        font-size: 18px;
    }
}

@media screen and (max-width: 960px) {
    p.nb-article {
        font-size: 18px;
    }
}

p.notetext {
    font-size: 20px;
    color: #666;
    margin: 0;
    padding: 15px 0;
}

@media screen and (max-width: 1920px) {
    p.notetext {
        font-size: 16px;
    }
}

@media screen and (max-width: 960px) {
    p.notetext {
        font-size: 14px;
        line-height: 1.3;
    }
}

.block {
    font-family: "CenturyGothic", "cwTeXHei", "Microsoft JhengHei";
    font-size: 20px;
    color: #666;
    line-height: 1.6;
    overflow-x: hidden;
}

.block img {
    max-width: 100%;
    width: expression(document.body.clientWidth>100?"100%": "auto");
    overflow: hidden;
}

.block img.full {
    width: 100%;
}

.block .imgxs {
    display: none;
}

.block h2 {
    font-family: "CenturyGothic", "cwTeXHei", "Microsoft JhengHei";
    font-size: 36px;
    color: #000;
    margin: 0;
    padding: 10px 0 40px;
    line-height: 1.5;
}

.block h3 {
    font-family: "CenturyGothic", "cwTeXHei", "Microsoft JhengHei";
    font-size: 30px;
    color: #000;
    margin: 0;
    padding: 10px 0 10px;
    line-height: 1.5;
}

.block p {
    margin: 0;
    padding: 0 0 15px;
}

.block sup {
    font-size: 80%;
}

.block ul,
.block li {
    list-style: none;
}

.block .note {
    font-size: 16px;
    color: #666;
    margin: 0;
    padding: 15px 0;
}

.block .data-num span,
.block .data-num b {
    font-size: 250%;
}

.block .data-num div {
    font-size: 16px;
}

.block.blockw {
    color: #fff;
}

.block.blockw h2,
.block.blockw h3,
.block.blockw p,
.block.blockw .note {
    color: #fff;
}

.block.center,
.block .center {
    text-align: center;
}

.block .container-full {
    width: 100%;
    margin: 0 auto;
    max-width: 3440px;
}

.block .container-lg {
    width: 85%;
    margin: 0 auto;
    max-width: 2400px;
}

.block .container-lg-full {
    width: 100%;
    margin: 0 auto;
    max-width: 2400px;
}

.block .container1 {
    width: 85%;
    margin: 0 auto;
    max-width: 1440px;
}

@media screen and (max-width: 1920px) {
    .block {
        font-size: 18px;
    }
    .block h2 {
        font-size: 28px;
    }
    .block h3 {
        font-size: 24px;
    }
    .block .note {
        font-size: 16px;
    }
    .block .data-num span,
    .block .data-num b {
        font-size: 200%;
    }
    .block .data-num div {
        font-size: 14px;
    }
}

@media screen and (max-width: 1536px) {
    .block {
        font-size: 18px;
    }
    .block h2 {
        font-size: 26px;
        padding-bottom: 30px;
    }
    .block h3 {
        font-size: 22px;
    }
    .block .note {
        font-size: 14px;
    }
}

@media screen and (max-width: 1366px) {
    .block {
        font-size: 16px;
    }
}

@media screen and (max-width: 960px) {
    .block .container-lg,
    .block .container1 {
        width: 90%;
    }
    .block h2 {
        font-size: 22px;
        padding: 5px 0 20px;
    }
    .block h3 {
        font-size: 19px;
        padding: 5px 0 10px;
    }
    .block .note {
        font-size: 14px;
        line-height: 1.3;
    }
    .block .imglg {
        display: none;
    }
    .block .imgxs {
        display: block;
    }
    .block .data-num {
        font-size: 18px;
    }
}

.box-sc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media screen and (max-width: 960px) {
    .box-sc {
        display: block;
    }
}

.box-cc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.box-s {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.box-c {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.box-sc,
.box-cc,
.box-s,
.box-c {
    -ms-flex-item-align: baseline;
    align-self: baseline;
}

@media screen and (max-width: 960px) {
    .box-sc.box-xs,
    .box-cc.box-xs,
    .box-s.box-xs,
    .box-c.box-xs {
        display: block;
    }
    .ulxs {
        counter-reset: li;
    }
    .ulxs li {
        position: relative;
        width: 100%;
        text-align: left !important;
        margin-left: 40px !important;
        padding: 10px 0 !important;
    }
    .ulxs li::before {
        content: counter(li);
        counter-increment: li;
        border-radius: 25px;
        display: inline-block;
        width: 14px;
        text-align: center;
        position: absolute;
        left: -40px;
        font-weight: bold;
        background: #f00;
        width: 25px;
        height: 25px;
        line-height: 25px;
    }
}

.vd-container1 {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    width: 100%;
    z-index: 0;
}

.vd-container1iframe,
.vd-container1object,
.vd-container1embed,
.vd-container1video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    outline: none;
    border: none;
}

button.btsty {
    background: none;
    border: #999 1px solid;
    border-radius: 8px;
    padding: 15px 25px;
    cursor: pointer;
    outline: none;
    color: #fff;
    font-size: 20px;
    line-height: 1;
}

button.btsty:hover,
button.btsty.active {
    background: rgba(255, 255, 255, 0.3);
}

@media screen and (max-width: 1920px) {
    button.btsty {
        font-size: 18px;
        padding: 10px 25px;
    }
}

@media screen and (max-width: 960px) {
    button.btsty {
        font-size: 16px;
    }
}


/* Slider */

.slick-loading .slick-list {
    background: #fff url('./ajax-loader.gif') center center no-repeat;
}


/* Icons */

@font-face {
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;
    src: url('./fonts/slick.eot');
    src: url('./fonts/slick.eot?#iefix') format('embedded-opentype'), url('./fonts/slick.woff') format('woff'), url('./fonts/slick.ttf') format('truetype'), url('./fonts/slick.svg#slick') format('svg');
}


/* Arrows */

.slick-prev,
.slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    color: transparent;
    outline: none;
    background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
    opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
    opacity: .25;
}

.slick-prev:before,
.slick-next:before {
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;
    opacity: .75;
    color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
    left: -25px;
}

[dir='rtl'] .slick-prev {
    right: -25px;
    left: auto;
}

.slick-prev:before {
    content: '←';
}

[dir='rtl'] .slick-prev:before {
    content: '→';
}

.slick-next {
    right: -25px;
}

[dir='rtl'] .slick-next {
    right: auto;
    left: -25px;
}

.slick-next:before {
    content: '→';
}

[dir='rtl'] .slick-next:before {
    content: '←';
}


/* Dots */

.slick-dotted.slick-slider {
    margin-bottom: 30px;
}

.slick-dots {
    position: absolute;
    bottom: -25px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
    opacity: 1;
}

.slick-dots li button:before {
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '•';
    text-align: center;
    opacity: .25;
    color: black;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
    opacity: .75;
    color: black;
}


/* Slider */

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}


/* body style */


/*  */