@charset "UTF-8";
/* CSS Document */
.contentBox .leftBox {
    padding: 0 50px 0 0;
}
.contentBox .rightBox {
    padding: 0;
}

.topBox {
    position: relative;
    z-index: 1;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 80px 0;
    -webkit-box-shadow: 0 19px 20px rgba(0, 0, 0, 0.02);
            box-shadow: 0 19px 20px rgba(0, 0, 0, 0.02);
}
@media (max-width: 1023px) {
    .topBox {
        padding: 80px 0;
    }
}
@media (max-width: 767px) {
    .topBox {
        padding: 50px 0;
    }
}
.topBox .textEditor {
    font-size: 17px;
    font-weight: 300;
}
.topBox .textEditor h3 {
    margin-bottom: 15px;
    line-height: 50px;
}
@media (max-width: 767px) {
    .topBox .textEditor h3 {
        font-size: 34px;
        line-height: 40px;
    }
}
@media (max-width: 480px) {
    .topBox .textEditor h3 {
        font-size: 28px;
        line-height: 34px;
    }
}
.topBox .Img {
    position: relative;
}
@media (max-width: 1180px) {
    .topBox .Img {
        display: none;
    }
}
.topBox .Img a {
    position: absolute;
    text-transform: capitalize;
    font-weight: 600;
    color: #fff;
    font-size: 30px;
    letter-spacing: 0.05em;
}
.topBox .Img a:before {
    content: "";
    position: absolute;
    width: 56px;
    height: 56px;
    background: url("../images/office_dot.png") no-repeat;
}
.topBox .Img a:hover:before {
    -webkit-animation: dot_opacity 0.4s infinite;
    -o-animation: dot_opacity 0.4s infinite;
    animation: dot_opacity 0.4s infinite;
}
.topBox .Img a.india {
    left: 390px;
    top: 270px;
}
.topBox .Img a.india:before {
    top: -40px;
    right: -23px;
}
.topBox .Img a.singapore {
    left: 540px;
    bottom: 35px;
}
.topBox .Img a.singapore:before {
    top: -8px;
    right: -54px;
}
.topBox .Img a.vietnam {
    right: 475px;
    top: 220px;
}
.topBox .Img a.vietnam:before {
    top: 42px;
    left: 19px;
}
.topBox .Img a.thailand {
    left: 500px;
    bottom: 165px;
}
.topBox .Img a.thailand:before {
    bottom: -38px;
    left: 100px;
}
.topBox .Img a.malaysia {
    left: 648px;
    bottom: 87px;
}
.topBox .Img a.malaysia:before {
    bottom: -32px;
    left: -33px;
}
.topBox .Img a.china {
    right: 435px;
    top: 127px;
}
.topBox .Img a.china:before {
    top: -43px;
    left: 25px;
}
.topBox .Img a.taiwan {
    right: 297px;
    top: 223px;
}
.topBox .Img a.taiwan:before {
    top: 0px;
    left: -50px;
}
.topBox .Img a.korea {
    right: 272px;
    top: 80px;
}
.topBox .Img a.korea:before {
    top: 30px;
    left: -48px;
}
.topBox .Img a.japan {
    right: 180px;
    top: 150px;
}
.topBox .Img a.japan:before {
    top: -30px;
    left: -50px;
}
.topBox .Img_m {
    display: none;
}
@media (max-width: 1180px) {
    .topBox .Img_m {
        display: block;
    }
}

@-webkit-keyframes dot_opacity {
    0% {
        opacity: 0.7;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0.7;
    }
}

@keyframes dot_opacity {
    0% {
        opacity: 0.7;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0.7;
    }
}
.bottomBox {
    background-color: #fbfcff;
    padding: 140px 0;
}
@media (max-width: 1023px) {
    .bottomBox {
        padding: 80px 0;
    }
}
@media (max-width: 767px) {
    .bottomBox {
        padding: 50px 0;
    }
}

ul.facList {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
            justify-content: space-between;
}
ul.facList li {
    width: calc(50% - 30px);
    margin-bottom: 50px;
    padding-bottom: 30px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-bottom: 1px solid #eee;
}
@media (max-width: 767px) {
    ul.facList li {
        width: 100%;
        margin-bottom: 20px;
        padding-bottom: 20px;
    }
}
ul.facList li h3 {
    font-size: 32px;
    font-weight: 700;
}
@media (max-width: 767px) {
    ul.facList li h3 {
        font-size: 28px;
    }
}
@media (max-width: 480px) {
    ul.facList li h3 {
        font-size: 24px;
        margin-bottom: 5px;
    }
}
ul.facList li .Txt {
    line-height: 32px;
    font-weight: 300;
    color: #656565;
}
@media (max-width: 480px) {
    ul.facList li .Txt {
        line-height: 27px;
    }
}
ul.facList li .address {
    font-size: 17px;
}
@media (max-width: 480px) {
    ul.facList li .address {
        font-size: 15px;
    }
}
ul.facList li .line {
    display: inline-block;
    margin: 0 10px;
}
ul.facList li .phone {
    font-size: 13px;
}
ul.facList li .phone span {
    display: block;
}
ul.facList li .phone em {
    font-weight: 400;
    font-size: 20px;
    letter-spacing: 0.025em;
    color: #202130;
    margin-left: 3px;
}
@media (max-width: 480px) {
    ul.facList li .phone em {
        font-size: 17px;
    }
}

/******內頁******/
.contentBox .leftBox .Img img {
    width: 100%;
}
.contentBox .leftBox h3 {
    margin: 10px 0 20px 0;
    border: none;
}
.contentBox .rightBox .link {
    margin-bottom: 40px;
}
.contentBox .rightBox .link a {
    display: inline-block;
    padding: 10px 15px;
    font-size: 16px;
    color: #FFF;
    -webkit-box-shadow: 2px 2px 2px #CCC;
            box-shadow: 2px 2px 2px #CCC;
    border-radius: 3px;
    text-align: center;
    -webkit-transition: none;
    transition: none;
}