@CHARSET "UTF-8";
@import url('//fonts.googleapis.com/css?family=Roboto:300,400,500,700|Roboto+Slab:400,700|Noto+Sans+TC:300,400,500&display=swap');


html, body {
    width: 100%;
    height: 100%;
    font-size: 0.938rem;    
    font-weight: 300;
    color: #000000;
    margin: 0px;
    background: #ffffff;
}

@media (max-width: 576px) {
    html, body {
        font-size: 0.813rem;
    }
}

div.wrapper {    
    width: 100%;
    height: 100%;
    word-break: break-all;
}

@media (max-width: 576px) {
    .wrapper {
        padding-top: 75px;
    }

    .icon.link img {
        width: 55px;
    }
}

.mainArea .myRow {
    max-width: 1280px;
}

.w-40 {
    width: 40%;
}

.pointer {
    cursor: pointer;
}

.opacity:hover {
    opacity: 0.8;
}

a {
    color: #000000;
    text-decoration: none;
}

    a:hover {
        color: #f0b41e;
        text-decoration: none;
    }

button:focus, input:focus {
    outline: none;
}

.menu {
    font-size: 1.2vw;
    font-weight: 400;
}

@media (max-width: 1200px) {
    .menu {
        font-size: 1.125rem;
    }
}

@media (max-width: 1404px) {
    .topMenu .logo {
        margin-bottom: 10px;
    }
}

#windowsMask {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.6);
    display: none;
    z-index: 300;
}


.modal-header {
    padding: 5px 15px 5px 15px;
}

.modal-header {
    background-color: #a03cdc;
    color: #ffffff;
    font-size: 1.3rem;
}

.modal-body {
    font-size: 1.2rem;
    line-height: 2.0rem;
}

    .modal-body .subjectBox {
        padding-bottom: 10px;
        border-bottom: solid 3px #a03cdc;
        margin-bottom: 10px;
    }

    .modal-body .subject {
        color: #a03cdc;
        font-size: 1.5rem;
        font-weight: 500;
    }

.modal-close {
    cursor: pointer;
    font-size: 1.6rem;
}

.modal-foot .btnF {
    background-color: #e6e6e6;
    color: #8e8e8e;
    font-size: 1.2rem;
    border-radius: 4px;
    box-shadow: 3px 3px 2px 3px rgba(160,60,220,1);
    display: inline-block;
    padding: 3px 15px 3px 15px;
}

    .modal-foot .btnF:hover {
        background-color: #a03cdc;
        color: #ffffff;
        cursor: pointer;
    }
/*==============================================================================*/
.cat_myName {
    background-color: #a03cdc;
    color: #ffffff;
    display: inline-block;
    font-size: 1.6rem;
    font-weight: 400;
    border-radius: 0px 10px 10px 0px;
    box-shadow: 2px 2px 2px 4px rgba(134,70,185,0.7);
}

.modal-header {
    border-bottom: 0px;
}

.modal-body {
    padding: 0px;
}

.modal-bodyY {
    margin-top: 2rem;
}

.modal-bodyX {
    padding: 2rem;
}

.modal-body .cat_myName {
    font-size: 1.4rem;
    box-shadow: 2px 2px 2px 4px rgba(134,70,185,1);
}

/*==============================================================================*/
.titleIcon img {
    width: 6rem;
}

.titleText {
    letter-spacing: 1px;
    font-size: 1.8rem;
    font-weight: 500;
}

/*==============================================================================*/
.indexMenuXS {
    position: fixed;
    left: 0px;
    top: 0px;
    background-color: #ffffff;
    z-index: 301;
}

    .indexMenuXS .xsMenuLogo {
        width: calc(100% - 50px );
        text-align: center;
    }

    .indexMenuXS .xsMenuIcon {
        width: 50px;
        cursor: pointer;
        max-width: 50px;
    }

.footLogo {
    max-width: 400px;
    height: 50px;
}

.xsMenuFloat {
    background-color: #ffffff;
    position: fixed;
    top: 95px;
    right: 15px;
    font-size: 1.6rem;
    font-weight: 500;
    color: #3e3a39;
    display: none;
    border-bottom: #27a992 7px solid;
}

    .xsMenuFloat .menu {
        width: 100%;
        text-align: center;
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 60px;
        padding-right: 60px;
        border-bottom: #27a992 2px solid;
    }

        .xsMenuFloat .menu:hover, .xsMenuFloat .menu:hover a {
            background-color: #27a992;
            color: #ffffff;
            cursor: pointer;
        }
/*==============================================================================*/
.pageFoot {
    background-color: #464650;
    color: #fff;
    font-size: 1.125rem;
}

@media (min-width: 1200px) {
    .pageFoot {
        font-size: 1.1rem;
    }
}

.pageFoot .menu {
    padding: 3px 18px 3px 18px;
    border-radius: 16px;
}

    .pageFoot .menu:hover {
        color: #464650;
        background-color: #ffffff;
    }

    .pageFoot .menu a {
        color: #fff;
    }

    .pageFoot .menu:hover a {
        color: #464650;
    }
/*==============================================================================*/
.indexFootXS {
    position: fixed;
    left: 0px;
    bottom: 0px;
    background-color: #27a992;
    z-index: 301;
}

    .indexFootXS img {
        height: 2.5rem;
    }
/*==============================================================================*/
.floatControl {
    position: absolute;
    top: 14%;
    right: 15px;
    z-index: 12;
}

    .floatControl > div {
        margin-bottom: 15px;
    }

    .floatControl div img {
        height: 3.6rem;
    }
/*==============================================================================*/
.floatGoTop {
    position: absolute;
    bottom: 10%;
    right: 15px;
    z-index: 8;
    display: none;
    cursor: pointer;
}

    .floatGoTop div img {
        height: 3.6rem;
    }
/*==============================================================================*/
.workme_count {
    font-size: 1rem;
    line-height: 1rem;
}

.workme_ad {
    color: #cccccc;
    font-size: 0.9rem;
    border: #cccccc 1px solid;
    padding-left: 1px;
    padding-right: 1px;
    display: inline-block;
}
/* ==============================================================*/
.ratio-4-3 {
    width: 100%;
    position: relative;
    background-size: cover;
    background-clip: content-box;
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: center center;
}

    .ratio-4-3:before {
        display: block;
        content: "";
        padding-top: 75%;
    }

/* ==============================================================*/

.ml1 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    line-height: 2rem;
    max-height: 2rem;
}

.ml2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-height: 2rem;
    max-height: 4rem;
}

.ml3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    line-height: 2rem;
    max-height: 6rem;
}

.ml4 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    line-height: 2rem;
    max-height: 8rem;
}
/* ==============================================================*/

.dot {
    cursor: pointer;
}

    .dot:hover > i {
        transform: scale(0.833);
    }

    .dot i {
        transform: scale(0.6);
        color: #a03cdc;
        font-size: 0.75rem;
        margin-right: 5px;
        -webkit-text-size-adjust: none;
    }
/* ==============================================================*/
.iMask50, .iMask60 {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.iMask50 {
    padding-top: 50%;
}

.iMask60 {
    padding-top: 56.25%;
}

    .iMask50 img, .iMask60 img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
    }

        .iMask50 img.h, .iMask60 img.h {
            width: auto;
            height: 100%;
        }

@media (max-width: 767px) {
    .iMask50 {
        padding-top: 55%;
    }
}

.iMask60.myBorderW {
    border: solid #ffffff 5px;
}
/*==============================================================================*/

.pageRow > div, .pageRow .btnGroup > div {
    display: inline-block;
}

.pageRow img {
    height: 40px;
}

.pageRow .btnGroup {
    margin-left: 8px;
    margin-right: 8px;
}

    .pageRow .btnGroup > div:not(:last-child) {
        margin-right: 8px;
    }

.dis {
    opacity: 0.4;
}

.pageRow .dis a {
    cursor: default;
}

.pageRow .next i, .pageRow .prev i {
    font-size: 1.2rem;
    transform: scale(1.6);
}

.pageRow .page {
    font-weight: bold;
}

    .pageRow .now, .pageRow .page a {
        min-width: 38px;
        text-align: center;
        padding: 0.6rem 0.7rem 0.6rem 0.7rem;
        background-color: #e6e6e6;
        box-shadow: 2px 2px 2px 1px rgba(40%,40%,40%,0.7);
        border-radius: 50%;
        display: inline-block;
        color: #000000;
    }

    .pageRow .page.prev a {
        padding-right: 15px;
    }

    .pageRow .page.next a {
        padding-left: 15px;
    }

    .pageRow .page:not(.dis):hover a, .pageRow .now {
        background-color: #ff5a32;
        font-weight: 500;
        color: #ffffff;
    }
