@charset "UTF-8";
/* CSS Document */
.albumList {
    margin: 0 -20px;
}
.albumList .albumItem {
    cursor: pointer;
    padding: 0 20px;
}
.albumList .albumItem img {
    width: 100%;
    display: block;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
}
@media (max-width: 1024px) {
    .albumList {
        margin: 0 -15px;
    }
    .albumList .albumItem {
        padding: 0 15px;
    }
}
@media (max-width: 480px) {
    .albumList {
        margin: 0 -8px;
    }
    .albumList .albumItem {
        padding: 0 8px;
    }
}

.mainArea {
    padding: 0 0 80px;
    background-color: #fff;
}

/*--parallax--*/
.parallax-container {
    position: relative;
    overflow: hidden;
}

.parallax {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.parallax img {
    display: none;
    position: absolute;
    left: 50%;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.parallax-window {
    background: transparent;
    padding: 130px 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.aboutBox01 {
    padding: 60px 0;
}
.aboutBox01 h3 {
    font-size: 40px;
    line-height: 50px;
    color: #000;
    font-family: "Roboto", sans-serif;
    font-weight: 600;
    margin-bottom: 20px;
}
.aboutBox01 .Txt {
    font-size: 20px;
    color: #656565;
    margin-bottom: 80px;
}

ul.abList01 {
    list-style-type: none;
    padding-left: 0;
}
ul.abList01 li {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    margin-right: -3px;
    margin-bottom: 75px;
}
ul.abList01 .item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
ul.abList01 .Img {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 70px;
    height: 70px;
}
ul.abList01 .Img img {
    display: block;
    width: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
ul.abList01 .right {
    padding-left: 25px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
ul.abList01 h3 {
    font-family: "Roboto", sans-serif;
    font-weight: 600;
    font-size: 36px;
    color: #000;
}
ul.abList01 dd {
    position: relative;
    font-size: 17px;
    line-height: 28px;
    font-weight: 300;
    color: #656565;
    padding-left: 13px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
ul.abList01 dd:before {
    content: "";
    position: absolute;
    left: 0;
    top: 13px;
    width: 3px;
    height: 3px;
    background-color: #656565;
}

.aboutBox02 {
    padding: 60px 0 180px;
    text-align: center;
}
.aboutBox02 .wrap {
    position: relative;
    z-index: 1;
}
.aboutBox02 .count {
    font-size: 40px;
    color: #fff;
}

.aboutBox03 {
    padding: 60px 0 180px;
    overflow: hidden;
}
.aboutBox03 .Txt {
    font-weight: 300;
    font-size: 17px;
    line-height: 28px;
    color: #656565;
}

.aboutBox04 {
    position: relative;
}
.aboutBox04 .dotsBox {
    position: relative;
    width: 100%;
}
.aboutBox04 .dotsBox ul.dot {
    padding-left: 0;
    list-style-type: none;
}
.aboutBox04 .dotsBox ul.dot li {
    float: left;
    margin-right: 8px;
}
.aboutBox04 .dotsBox ul.dot li button {
    text-indent: -9999px;
    width: 8px;
    height: 8px;
    border: 1px solid #70869f;
    border-radius: 50%;
    padding: 0;
    background: none;
    cursor: pointer;
}
.aboutBox04 .dotsBox ul.dot li button:focus {
    outline: none;
}
.aboutBox04 .dotsBox ul.dot li.slick-active button {
    background: #0062d0;
    border-color: #0062d0;
}
.aboutBox04 .arrowBox {
    position: absolute;
    right: -60px;
    top: 0;
    width: 120px;
    height: 60px;
}
.aboutBox04 .arrowBox .arrows {
    float: left;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    border: 1px solid #d5dbe6;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 26px;
}
.aboutBox04 .arrowBox .arrowsL {
    background-color: #0062d0;
    color: #fff;
    border-color: #0062d0;
}
.aboutBox04 .arrowBox .arrowsL:hover {
    color: #fff;
}
.aboutBox04 .arrowBox .arrowsR:hover {
    color: #0062d0;
}

.textEditor ul.numberList {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-left: 0;
    list-style-type: none;
    margin-top: 50px;
}
.textEditor ul.numberList .item {
    text-align: left;
}
.textEditor ul.numberList .top {
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    color: #fff;
    font-size: 20px;
}
.textEditor ul.numberList .top em {
    font-weight: 400;
    font-size: 16px;
}
.textEditor ul.numberList .count {
    display: inline-block;
    font-size: 36px;
}
.textEditor ul.numberList .Txt {
    font-size: 18px;
    font-family: "Roboto", sans-serif;
    font-weight: 600;
    color: #acadb2;
}
.textEditor ul.featureList {
    padding-left: 0;
    list-style-type: none;
    margin: 0 -50px;
    padding: 0 25px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.textEditor ul.featureList:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.textEditor ul.featureList li {
    position: relative;
    width: 33.333%;
    padding: 0 50px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 50px;
}
@media (max-width: 767px) {
    .textEditor ul.featureList li {
        padding: 0 20px;
    }
}
@media (max-width: 640px) {
    .textEditor ul.featureList li {
        width: 50%;
    }
}
.textEditor ul.featureList li:after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 1px;
    height: 100%;
    background-color: #eee;
}
.textEditor ul.featureList li:nth-of-type(3n+0):after {
    display: none;
}
.textEditor ul.featureList .item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
}
@media (max-width: 420px) {
    .textEditor ul.featureList .item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        padding-bottom: 20px;
    }
}
.textEditor ul.featureList .Img {
    width: 65px;
    height: 65px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}
.textEditor ul.featureList h3 {
    color: #202130;
    font-size: 18px;
    line-height: 22px;
    font-family: "Poppins", "微軟正黑體", sans-serif;
    font-weight: 600;
    padding-right: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
@media (max-width: 640px) {
    .textEditor ul.featureList h3 {
        padding-right: 0;
    }
}

.textEditor ul.abImgList {
    padding-left: 0;
    list-style-type: none;
    background-color: #000;
}
.textEditor ul.abImgList img {
    display: block;
    width: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.abTxtList {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}
.abTxtList .box {
    position: relative;
    float: right;
    margin-top: -60px;
    width: 510px;
    height: 470px;
    background-color: #0c243f;
    padding: 60px 60px 130px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.abTxtList .text {
    font-family: "Poppins", "微軟正黑體", sans-serif;
    font-weight: 600;
    font-size: 32px;
    line-height: 40px;
    color: #b0b3bc;
    margin-bottom: 25px;
}
.abTxtList ul.list {
    padding-left: 0;
    list-style-type: none;
}
.abTxtList ul.list li {
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
    color: #fff;
}

.aboutBox05 {
    position: relative;
    padding: 60px 0 80px;
}
.aboutBox05 .Txt {
    font-weight: 300;
    font-size: 17px;
    line-height: 28px;
    color: #656565;
}
.aboutBox05 ul.ab05_list {
    margin-top: 60px;
    padding-left: 0;
    list-style-type: none;
}
.aboutBox05 ul.ab05_list li .Img {
    margin-bottom: 50px;
}
.aboutBox05 ul.ab05_list li .Img img {
    display: block;
    width: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.aboutBox05 ul.ab05_list li .text h4 {
    font-size: 20px;
    color: #202130;
    font-weight: 700;
    margin-bottom: 5px;
}
.aboutBox05 ul.ab05_list li .text p {
    font-weight: 300;
    font-size: 17px;
    line-height: 28px;
    color: #656565;
}
.aboutBox05 .arrows {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    display: block;
    background-color: #fff;
    border: 5px solid #484848;
    width: 60px;
    height: 60px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.aboutBox05 .arrows:hover {
    width: 110px;
}
.aboutBox05 .arrows:hover i {
    background-color: #fff;
    color: #9e9e9e;
}
.aboutBox05 .arrows:hover .Img {
    opacity: 1;
    -webkit-transition-delay: 0.4s;
    -o-transition-delay: 0.4s;
    transition-delay: 0.4s;
}
.aboutBox05 .arrows:hover.arrowsL .Img {
    right: 0;
}
.aboutBox05 .arrows:hover.arrowsR .Img {
    left: 0;
}
.aboutBox05 .arrows .Img {
    position: absolute;
    top: 0;
    width: 50px;
    height: 50px;
    overflow: hidden;
    opacity: 0;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.aboutBox05 .arrows .Img img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.aboutBox05 .arrows i {
    position: absolute;
    top: 0;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 22px;
    color: #fff;
    background-color: #484848;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.aboutBox05 .arrows.arrowsL {
    left: 30px;
}
.aboutBox05 .arrows.arrowsL i {
    left: 0;
}
.aboutBox05 .arrows.arrowsL .Img {
    right: 8px;
}
.aboutBox05 .arrows.arrowsR {
    right: 30px;
}
.aboutBox05 .arrows.arrowsR i {
    right: 0;
}
.aboutBox05 .arrows.arrowsR .Img {
    left: 8px;
}
.aboutBox05 .dotsBox {
    width: 100%;
}
.aboutBox05 .dotsBox .dot {
    padding-left: 0;
}
.aboutBox05 .dotsBox .dot li {
    display: inline-block;
    margin-right: 8px;
}
.aboutBox05 .dotsBox .dot li.slick-active button {
    background: #0062d0;
}
.aboutBox05 .dotsBox .dot li button {
    display: block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 1px solid #0062d0;
    background: none;
    font-size: 0;
    line-height: 0;
    padding: 0;
    text-indent: -9999px;
    cursor: pointer;
}
.aboutBox05 .dotsBox .dot li button:focus {
    outline: none;
}

@media (max-width: 1300px) {
    .aboutBox04 .arrowBox {
        right: 0;
    }
    .aboutBox04 .arrowBox .arrowsR {
        background-color: #0062d0;
        color: #fff;
        border-color: #0062d0;
    }
    .aboutBox04 .arrowBox .arrowsR:hover {
        background-color: #656565;
        border-color: #656565;
        color: #fff;
    }
    .aboutBox04 .arrowBox .arrowsL:hover {
        background-color: #656565;
        border-color: #656565;
        color: #fff;
    }
}
@media (max-width: 1180px) {
    .aboutBox04 .textEditor {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }

    .abTxtList {
        position: static;
    }

    ul.abImgList {
        width: 50%;
    }
    ul.abImgList * {
        height: 100%;
    }
    ul.abImgList img {
        display: block;
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
    }

    .abTxtList {
        width: 50%;
    }
    .abTxtList .wrap {
        padding: 0;
    }
    .abTxtList .box {
        margin-top: 0;
        width: 100%;
        height: auto;
        padding: 70px 60px;
    }
}
@media (max-width: 1023px) {
    .aboutBox01 {
        padding: 80px 0;
    }

    .aboutBox02 {
        padding: 80px 0;
    }

    ul.numberList {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    ul.numberList li {
        width: 33.333%;
        margin-bottom: 15px;
    }
}
@media (max-width: 960px) {
    .aboutBox04 .textEditor {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    ul.abImgList {
        width: 100%;
        height: 300px;
    }

    .abTxtList {
        width: 100%;
    }
}
@media (max-width: 767px) {
    .aboutBox01 {
        padding: 50px 0;
    }

    .aboutBox01 h3 {
        font-size: 34px;
        line-height: 40px;
    }
    .aboutBox01 .Txt {
        font-size: 18px;
        margin-bottom: 60px;
    }

    ul.abList01 li {
        width: 100%;
        margin-bottom: 40px;
    }

    .aboutBox03 {
        padding: 50px 0;
    }

    ul.featureList li {
        width: 50%;
    }
    ul.featureList li:nth-of-type(2n+0):after {
        display: none;
    }
    ul.featureList li:nth-of-type(3n+0):after {
        display: block;
    }

    .abTxtList .box {
        padding: 70px 20px 30px;
    }

    .aboutBox05 {
        padding: 50px 0;
    }
}
@media (max-width: 640px) {
    .aboutBox02 {
        padding: 50px 0;
    }

    ul.numberList li {
        width: 50%;
    }
}
@media (max-width: 480px) {
    .aboutBox01 h3 {
        font-size: 28px;
        line-height: 36px;
    }

    ul.abList01 .item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    ul.abList01 .right {
        width: 100%;
        padding-left: 0;
        padding-top: 25px;
    }
    ul.abList01 h3 {
        text-align: center;
        font-size: 32px;
        margin-bottom: 10px;
    }

    ul.featureList li {
        width: 100%;
        padding: 0 20px 10px;
        margin-bottom: 20px;
        border-bottom: 1px solid #eee;
    }
    ul.featureList li:after {
        display: none;
    }
    ul.featureList li:nth-of-type(2n+0):after, ul.featureList li:nth-of-type(3n+0):after {
        display: none;
    }

    .abTxtList ul.list li {
        font-size: 16px;
        line-height: 26px;
    }

    .abTxtList .text {
        font-size: 28px;
        line-height: 36px;
        margin-bottom: 20px;
    }
}