@import url(notosanstc.css);
@import url("https://fonts.googleapis.com/css?family=Play:400,700");
@import url("Fonts_CenturyGothic.css");

h2.nbtitle {
    font-family: "CenturyGothic", "cwTeXHei", "Microsoft JhengHei";
    font-size: 36px;
    color: #000;
    margin: 0;
    padding: 10px 0 10px;
    line-height: 1.5;
}

@media screen and (max-width: 1920px) {
    h2.nbtitle {
        font-size: 28px;
    }
}

@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 .container {
    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 .container {
        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;
    }
}

.sp {
    padding: 5% 0;
}

.spbt {
    padding-bottom: 5%;
}

.sptop {
    padding-top: 5%;
}

.spsub {
    padding: 3% 0;
}

.spsubbt {
    padding-bottom: 3%;
}

.spsubtop {
    padding-top: 3%;
}

@media screen and (max-width: 960px) {
    .sp {
        padding: 6vh 0;
    }

    .spbt {
        padding-bottom: 6vh;
    }

    .sptop {
        padding-top: 6vh;
    }

    .spsub {
        padding: 4vh 0;
    }

    .spsubbt {
        padding-bottom: 4vh;
    }

    .spsubtop {
        padding-top: 4vh;
    }
}

.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-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    width: 100%;
    z-index: 0;
}

.vd-container iframe,
.vd-container object,
.vd-container embed,
.vd-container video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    outline: none;
    border: none;
}

.delighter.right {
    -webkit-transform: translate(-100%);
    -ms-transform: translate(-100%);
    transform: translate(-100%);
    opacity: 0;
    -webkit-transition: all .75s ease-out;
    -o-transition: all .75s ease-out;
    transition: all .75s ease-out;
}

.delighter.right.started {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    opacity: 1;
}

.delighter.left {
    -webkit-transform: translate(100%);
    -ms-transform: translate(100%);
    transform: translate(100%);
    opacity: 0;
    -webkit-transition: all .75s ease-out;
    -o-transition: all .75s ease-out;
    transition: all .75s ease-out;
}

.delighter.left.started {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    opacity: 1;
}

.delighter.top {
    -webkit-transform: translatey(30%);
    -ms-transform: translatey(30%);
    transform: translatey(30%);
    opacity: 0;
    -webkit-transition: all .75s ease-out;
    -o-transition: all .75s ease-out;
    transition: all .75s ease-out;
}

.delighter.top.started {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    opacity: 1;
}

.delighter.bottom {
    -webkit-transform: translatey(-30%);
    -ms-transform: translatey(-30%);
    transform: translatey(-30%);
    opacity: 0;
    -webkit-transition: all .75s ease-out;
    -o-transition: all .75s ease-out;
    transition: all .75s ease-out;
}

.delighter.bottom.started {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    opacity: 1;
}

.delighter.fadein {
    opacity: 0;
    -webkit-transition: all .75s ease-out;
    -o-transition: all .75s ease-out;
    transition: all .75s ease-out;
}

.delighter.fadein.started {
    opacity: 1;
}

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;
    }
}