/*::: RWD resize CSS :::*/

html, body {
    height: 100%;
    background-color: #fff;
}

.wrapper {
    position: relative;
    height: 100%;
}

header {
    width: 100%;
    height: 50px;
    background-color: #e8ceb3;
}

footer {
    padding: 85px 0 90px 0;
    background-color: #f7f7f7;
    font-size: 12px;
    width: 100%;
    height: 20px;
    line-height: 20px;
    text-align: center;
}
.aboutText{

}
.navArea {
    width: 100%;
    height: 45px;
    background-color: #fff;
}

.logo {
    width: 62px;
    margin: 13px 0 0 5px;
}
.logo img{
    width: 100%;
    height: 100%;
}
.btnNav {
    position: fixed;
    top: 15px;
    right: 15px;
    z-index: 9999999;
}

.btnNav div {
    width: 20px;
    height: 1px;
    background-color: #0f0f0f;
    margin: 3px 0;
}

.mobileNav {
    position: fixed;
    top: 0;
    /*right: 0;*/
    right: -60%;
    width: 60%;
    height: 100%;
    padding-top: 50px;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 999999;
}

.mobileNav li {
    font-size: 20px;
    color: #fff;
    text-align: right;
    padding: 5px 0;
    margin: 0 15px;
    border-bottom: 1px solid #262626;
    background-repeat: repeat-x;
    background-position: bottom;
}

.mobileNav li a {
    color: #fff;
}
.mobileNav li p{
    line-height:20px;
}
.btnHeaderBox {
    margin: 56px 25px 0 0;
}

.btnHeaderBox li {
    position: relative;
    float: left;
    margin: 0 7px;
    font-size: 14px;
    color: #000;
    cursor: pointer;
}
.btnHeaderBox li p {
    white-space: nowrap;
}

.languageBox {
    position: absolute;
    top: 50px;
    right: 10px;
    width: 100px;
    height: auto;
    background-color: #e8ceb3;
}

.languageBox li {
    font-size: 14px;
    color: #000;
    text-align: center;
    padding: 12px 0;
    margin: 0 15px;
    cursor: pointer;
}

.video {
    position: relative;
    margin-top: 50px;
    width: 100%;
    height: calc(100% - 50px);
    background-color: #1b6d85
}

#videoJsPlayer {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: auto;
}

#player {
    width: 100%;
    height: 100%;
}

.videoCover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.mobileCover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('../images/videoBg.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.btnPlay {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 70px;
    margin: -25px 0 0 -50px;
    opacity: 0.6;
    cursor: pointer;
}

.brandIntro {
    padding: 85px 0 90px 0;
    background-color: #fff;
}

.about {
    padding: 85px 0 90px 0;
    background-color: #f7f7f7;
}

.aboutType0 {
    padding-top: 0;
}

.features {
    padding: 85px 0 90px 0;
    background-color: #fff;
    overflow: hidden;
}

.features .features_0 {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.featuresLayout0 {
/* width:600px;*/
    padding-top: 30px;
}

.featuresSlider {
    position: relative;
    width: 100%;
    height: 170px;
    margin-top: 50px;
}

.changeText {
    position: relative;
    display: inline-block;
    width: 170px;
    height: 168px;
    background-image: url("../images/featuresSliderBg.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.changeText img {
    position: absolute;
    top: 0;
    left: 0;
}

.featuresText0 {
    display: block;
}

.featuresText1 {
    display: none;
}

.featuresText2 {
    display: none;
}

.changeTextBtnBox {
    position: relative;
    display: inline-block;
    width: 100px;
    height: auto;
    margin: 0 0 0 0;
}

.changeTextBtnBox li {
    position: relative;
    float: left;
    width: 100px;
    height: 20px;
    margin: 5px 0;
    cursor: pointer;
}

.changeTextBtnBox li img {
    position: absolute;
    top: 0;
    left: 0;
}

.changeTextBtn0 img {
    /*width: 71px;*/
    height: 18px;
}

.changeTextBtn1 img {
    /*width: 125px;*/
    height: 18px;
}

.changeTextBtn2 img {
    /*width: 114px;*/
    height: 18px;
}

.fsBtn_c {
    display: none;
}

.fsBtn0_b {
    display: block;
}

.fsBtn0 {
    display: none;
}

.featuresTitle {
    margin-top: 30px;
    margin-bottom: 30px;
}

.featuresTitleBox0 {
    display: block;
}

.featuresTitleBox1 {
    display: none;
}

.featuresTitleBox2 {
    display: none;
}

.featuresContText0 {
    display: block;
}

.featuresContText1 {
    display: none;
}

.featuresContText2 {
    display: none;
}

.fontType {
    padding: 85px 0 90px 0;
    background-color: #fff;
    overflow: hidden;
}

/*
.fontType .fontType_0 {
    align-items: center;
}
*/
.fontType .fontTypeTitle0{
    font-size: 10vw;
}
.fontType .fontTypeText0 {
    padding-top: 16px;
    height:100%;
}

.fontTypeSlider {
    width: 100%;
    height: 215px;
    margin-top: 0px;
    background-color: #fff;
    overflow: hidden;
}

.fontTypeImgBox {
    position: relative;
    max-width: 100%;
    height: auto;
    display: block;
}

.fontTypeImgBox img {
    margin: 50px auto 0 auto;
    width: 70%;
}

.fontTypeImg0 {
    display: block;
}

.fontTypeImg1 {
    display: none;
}

.fontTypeImg2 {
    display: none;
}

.fontTypeImg3 {
    display: none;
}

.fontTypeImg4 {
    display: none;
}

.fontTypeImg5 {
    display: none;
}

.fontTypeImg6 {
    display: none;
}

.fontTypeImg7 {
    display: none;
}

.fontTypeImg8 {
    display: none;
}

.fontTypeImg9 {
    display: none;
}

.fontTypeImg10 {
    display: none;
}

.fontTypeImg11 {
    display: none;
}

.btnFontTypeBox {
    margin-top: 50px;
}

.btnFontTypeBox div {
    position: relative;
    /* height: 30px; */
    cursor: pointer;
}

.btnFontTypeBox img {
    position: absolute;
    width: 80%;
}

.btnFontTypeBox .btn_C {
    display: none;
}

.btnFT_0 .btn_N {
    display: none;
}

.btnFT_0 .btn_C {
    display: block;
}

.btnFT_0 img {
    top: 0;
    left: 0;
}

.btnFT_1 img {
    top: 0;
    left: 0;
}

.btnFT_2 img {
    top: 0;
    left: 0;
}

.btnFT_3 img {
    top: 0;
    left: 0;
}

.btnFT_4 img {
    top: 0;
    left: 0;
}

.btnFT_5 img {
    top: 0;
    left: 0;
}

.btnFT_6 img {
    top: 0;
    left: 0;
}

.btnFT_7 img {
    top: 0;
    left: 0;
}

.btnFT_8 img {
    top: 0;
    left: 0;
}

.btnFT_9 img {
    top: 0;
    left: 0;
}

.btnFT_10 img {
    top: 0;
    left: 0;
}

.btnFT_11 img {
    top: 0;
    left: 0;
}

.special {
    padding: 85px 0 90px 0;
    background-color: #fff;
    overflow: hidden;
}

.specialSlider {
    height: 250px;
    background-color: #fff;
    padding-top: 50px;
    overflow: hidden;
}

.spImgSlide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    vertical-align: top;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.spImgBox {
    position: relative;
    max-width: 1072px;
    width: 100%;
    height: auto;
}

.spImgBox img:nth-child(2) {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
}

.spImgBox img:nth-child(3) {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
}

.specialSide_0 {
    display: none;
}

.mixed {
    padding: 85px 0 90px 0;
    background-color: #fff;
}

.lineType {
    height: 266px;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
        writing-mode: vertical-rl;
}

.lightness {
    padding: 85px 0 90px 0;
    background-color: #fff;
}

.lightnessImg {
    margin-top: 30px;
}

.fontFormat {
    padding: 85px 0 90px 0;
    background-color: #f7f7f7;
}
.fontFormatText{
    padding:0 0 10px 0;
    margin: 0;
}
.fontFormatText0{
    font-size: 38px;
    padding-top: 20px;
}
.fontFormatText1{

}
.fontFormatTitle {
    width: 250px;
    margin-top: 8px;
    text-align: right;
}

.support {
    padding: 85px 0 90px 0;
    background-color: #fff;
}

.supportCont {
    padding-top: 50px;
}

.supportCont p {
    font-size: 1em;
}
@media (min-width: 576px) {
    .supportCont p {
        font-size: 1.3em;
    }
}

.supportType0 {
    padding-top: 50px;
}

.supportText0 {
    padding-top: 40px;
    padding-bottom: 50px;
}

.family {
    padding: 85px 0 90px 0;
    background-color: #fff;
    overflow: hidden;
}

.family .familyCont {
    padding-top: 70px;
}

.familySlider {
    height: 730px;
    background-color: #fff;
    overflow: hidden;
}

.familySlider .swiper-slide {
    padding: 50px 20px;
}

.news {
    padding: 85px 0 90px 0;
    background-color: #fff;
}

.news .newsCont {
    padding-top: 20px;
}

.newsCont li {
    font-size: 24px;
    margin-bottom: 10px;
}

.newsCont li a {
    color: #000;
}

.newsDate {
    font-size: 12px;
    padding-top: 15px;
}

.newsLink {
    font-size: 24px;
}

.howToBuy {
    padding: 85px 0 90px 0;
    background-color: #f7f7f7;
}

.howToBuyTitle {
    text-align: left;
}

.howToBuy h5 {
    display: inline-block;
    padding-bottom: 30px;
    width: 100%;
    line-height: 42px;
    border-bottom-style: solid;
    border-bottom-width: 2px;
    text-align: justify;
    text-justify: inter-ideograph;
}

.howToBuyLink {
    padding-top: 10px;
    padding-left: 30px;
}

.howToBuyLink p {
    line-height: 120%;
}

.shopPos {
    padding: 85px 0 90px 0;
    background-color: #fff;
}

.loadingPage {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #e8ceb3;
    z-index: 9999999;
    /*display: none;*/
}

.loadingText {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: 0 0 0 -30px;
    font-size: 16px;
    color: #fff;
}

.set-align-bottom {
    display: block;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
}

/*----------------------------------------------------------------------------------------------------*/

@media (min-width: 321px) {

    .changeText {
        width: 230px;
        height: 228px;
    }

    .featuresSlider {
        height: 317px;
    }

    .fontTypeSlider {
        height: 245px;
    }

    .specialSlider {
        height: 270px;
        padding-top: 50px;
    }

    .familySlider {
        height: 680px;
    }

    .howToBuyLink {
        padding-left: 0;
    }

}

@media (min-width: 376px) {

    .changeText {
        width: 270px;
        height: 268px;
    }

    .featuresSlider {
        height: 317px;
    }

    .fontTypeSlider {
        height: 280px;
    }

    .specialSlider {
        height: 300px;
    }

    /* .btnFontTypeBox div {
        height: 40px;
    } */

}

@media (min-width: 450px) {

    .mobileNav li {
        padding: 12px 0;
    }

    .specialSlider {
        height: 450px;
    }

    /* .btnFontTypeBox div {
        height: 60px;
    } */

}

@media (min-width: 600px) {

    .fontTypeSlider {
        height: 360px;
    }
}

/* 小螢幕（平板，大於等於 768px） */
@media (min-width: 768px) {

    header {
        height: 70px;
    }

    .languageBox {
        top: 70px;
    }

    .navArea {
        height: 65px;
    }

    .logo {
        width: 110px;
        margin: 13px 0 0 5px;
    }

    .btnNav {
        top: 25px;
        right: 25px;
    }

    .mobileNav {
        padding-top: 70px;
    }

    .video {
        margin-top: 70px;
        height: calc(100% - 70px);
    }

    .btnPlay {
        width: 100px;
        margin: -25px 0 0 -100px;
    }

    .aboutType0 {
        padding-top: 250px;
    }

    .changeTextBtnBox {
        margin: 0 0 0 30px;
    }

    .changeText {
        width: 450px;
        height: 448px;
    }

    .featuresSlider {
        height: 450px;
    }

    .fontTypeSlider {
        height: 480px;
        margin-top: 0;
    }

    /*
        .fontTypeImgBox img {
            margin: 50px auto 0 auto;
            width: 40%;
        }*/
    .fontTypeImgBox img {
        margin: 0 auto;
        width: 650px;
    }

    .specialSlider {
        height: 500px;
    }

    .supportType0 {
        padding-top: 70px;
    }

    .supportType1 {
        padding: 70px 20px 10px 20px;
    }

    .supportText0 {
        padding-top: 20px;
        padding-bottom: 40px;
    }

    .familySlider {
        height: 610px;
    }

    .familySlider .swiper-slide {
        padding: 50px 70px;
    }

    .newsDate {
        font-size: 14px;
        padding-top: 10px;
    }

    .newsLink {
        font-size: 24px;
    }

    .howToBuy h5 {
        display: inline-block;
        padding-bottom: 30px;
        width: 340px;
        line-height: 42px;
        border-bottom-style: solid;
        border-bottom-width: 2px;
        text-align: justify;
        text-justify: inter-ideograph;
    }

}

/* 中等螢幕（桌面螢幕，大於等於 992px） */
@media (min-width: 992px) {

    .aboutText{
        text-align: left;
    }
    .featuresLayout0 {
         width:600px;
        
    }

    header {
        height: 110px;
    }

    .languageBox {
        top: 110px;
    }

    .navArea {
        height: 105px;
    }

    .logo {
        width: 110px;
        margin: 30px 0 0 5px;
    }

    .aboutType0 {
        padding-top: 0;
    }

    .btnHeaderBox {
        margin: 56px 5px 0 0;
    }

    .features .features_0 {
        vertical-align: top;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
    }

    /* .btnFontTypeBox div {
        height: 40px;
    } */

    .changeText {
        width: 410px;
        height: 408px;
    }

    .featuresSlider {
        height: 410px;
    }

    .specialSlider {
        height: 600px;
    }
    .fontFormatText0{
        padding:0;
        font-size: 16px;
    }
    .fontType .fontTypeTitle0{
        font-size: 60px;
    }
    .fontType .fontTypeText0 {
        padding-top: 64px;
    }

    .btnFT_0 img {
        top: 0;
        left: 0;
    }

    .btnFT_1 img {
        top: 0;
        left: 0;
    }

    .btnFT_2 img {
        top: 0;
        left: 35px;
    }

    .btnFT_3 img {
        top: 0;
        left: 70px;
    }

    .btnFT_4 img {
        top: 0;
        left: 70px;
    }

    .btnFT_5 img {
        top: 0;
        left: 40px;
    }

    .btnFT_6 img {
        top: 0;
        left: 0;
    }

    .btnFT_7 img {
        top: 0;
        left: 0;
    }

    .btnFT_8 img {
        top: 0;
        left: 35px;
    }

    .btnFT_9 img {
        top: 0;
        left: 70px;
    }

    .btnFT_10 img {
        top: 0;
        left: 70px;
    }

    .btnFT_11 img {
        top: 0;
        left: 40px;
    }

    .familySlider {
        height: 360px;
    }

    .familySlider .swiper-slide {
        padding: 50px 150px;
    }

    .news .newsCont {
        padding-top: 30px;
    }

    .newsCont li {
        font-size: 14px;
    }

    .newsDate {
        font-size: 14px;
        padding-top: 0;
    }

    .newsLink {
        font-size: 14px;
    }

    .howToBuyTitle {
        text-align: right;
    }

    .howToBuy h5 {
        display: inline-block;
        padding-top: 10px;
        padding-right: 30px;
        padding-bottom: 10px;
        width: 340px;
        line-height: 42px;
        border-right-style: solid;
        border-right-width: 2px;
        border-bottom-width: 0;
        text-align: left;
        /*text-align: justify;*/
        text-justify: inter-ideograph;
    }

    .howToBuyLink {
        padding-left: 30px;
    }

    .set-align-bottom {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-align: end;
            -ms-flex-align: end;
                align-items: flex-end;
    }

}

@media (min-width: 1125px) {

    .logo {
        width: 114px;
        margin: 31px 0 0 25px;
    }

    .btnHeaderBox li {
        margin: 0 10px;
    }

    .specialSlider {
        height: 750px;
    }

    .howToBuyLink p {
        line-height: 130%;
    }

    .fontTypeSlider {
        height: 520px;
        margin-top: 0;
    }

    .fontTypeImgBox img {
        margin: 0 auto;
        width: 800px;
    }
}

/* 大螢幕（大桌面螢幕，大於等於 1400px） */
@media (min-width: 1400px) {

    header {
        height: 110px;
    }

    .languageBox {
        top: 110px;
    }

    .navArea {
        height: 105px;
    }

    .logo {
        width: 120px;
        margin: 28px 0 0 25px;
    }

    .btnHeaderBox {
        margin: 56px 25px 0 0;
    }

    .video {
        margin-top: 110px;
        height: calc(100% - 110px);
    }

    .specialSlider {
        height: 850px;
    }

    .fontTypeSlider {
        height: 570px;
        margin-top: 30px;
    }

    .family .familyCont {
        padding-top: 70px;
    }
}

@media (min-width: 1600px) {

    .specialSlider {
        height: 950px;
    }

}

@media (min-width: 1700px) {

    .specialSlider {
        height: 1100px;
    }

}


/* New Editor by Jeffrey */
.btnFontTypeBox div {
    width: calc(100% / 3);
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    margin-left: -4px;
}
.btnFontTypeBox p {
    font-family: DFPKingGothic-TC-Medium;
    font-size: 1.1em;
    white-space: nowrap;
}
.btn_active {
    color: rgb(232, 206, 179);
}
@media (min-width: 576px) {
    .btnFontTypeBox div {
        margin: 5px 0;
        margin-left: -4px;
    }
    .btnFontTypeBox p {
        font-size: 1.3em;
        white-space: nowrap;
    }
}
@media (min-width: 1124px) {
    .btnFontTypeBox div {
        width: calc(100% / 5);
        margin-left: -4px;
    }
}
@media (min-width: 1400px) {
    .btnFontTypeBox div {
        width: calc(100% / 5);
        margin: 15px 0;
        margin-left: -4px;
    }
    .btnFontTypeBox p {
        font-size: 2em;
    }

}
.btnFontTypeBox p:hover {
    color: rgb(232, 206, 179);
}
    


@media (max-width: 1123px) {
    #fontTypeBtn1 p,#fontTypeBtn4 p,#fontTypeBtn7 p,#fontTypeBtn10 p,#fontTypeBtn13 p {
        margin-left: 7vw;
    }
    #fontTypeBtn2 p,#fontTypeBtn5 p,#fontTypeBtn8 p,#fontTypeBtn11 p,#fontTypeBtn14 p {
        margin-left: 13vw;
    }
    #block {
        display: none;
    }
}
@media (max-width: 800px) {
    #fontTypeBtn1 p,#fontTypeBtn4 p,#fontTypeBtn7 p,#fontTypeBtn10 p,#fontTypeBtn13 p {
        margin-left: 2vw;
    }
    #fontTypeBtn2 p,#fontTypeBtn5 p,#fontTypeBtn8 p,#fontTypeBtn11 p,#fontTypeBtn14 p {
        margin-left: 5vw;
    }
    #block {
        display: none;
    }
}
@media (max-width: 480px) {
    #fontTypeBtn1 p,#fontTypeBtn4 p,#fontTypeBtn7 p,#fontTypeBtn10 p,#fontTypeBtn13 p {
        margin-left: 0vw;
    }
    #fontTypeBtn2 p,#fontTypeBtn5 p,#fontTypeBtn8 p,#fontTypeBtn11 p,#fontTypeBtn14 p {
        margin-left: 0vw;
    }
    #block {
        display: block;
    }
    #fontTypeBtn8 p {
        line-height: normal;
    }
}
@media (min-width: 1124px) {
    #fontTypeBtn4 p, #fontTypeBtn9 p, #fontTypeBtn14 p {
        margin-left: 100px;
    }
    #fontTypeBtn3 p, #fontTypeBtn8 p, #fontTypeBtn13 p {
        margin-left: 40px;
    }
    #fontTypeBtn2 p, #fontTypeBtn7 p, #fontTypeBtn12 p {
        margin-left: 40px;
    }
    #fontTypeBtn1 p, #fontTypeBtn6 p, #fontTypeBtn11 p {
        margin-left: 20px;
    }
    #block {
        display: none;
    }
}
@media (min-width: 1400px) {
    #fontTypeBtn4 p, #fontTypeBtn9 p, #fontTypeBtn14 p {
        margin-left: 120px;
    }
    #fontTypeBtn3 p, #fontTypeBtn8 p, #fontTypeBtn13 p {
        margin-left: 40px;
    }
    #fontTypeBtn2 p, #fontTypeBtn7 p, #fontTypeBtn12 p {
        margin-left: 40px;
    }
    #fontTypeBtn1 p, #fontTypeBtn6 p, #fontTypeBtn11 p {
        margin-left: 20px;
    }
}