/* footer-contact us */
.footer-culook-block {
    background: url('../images/footer02.png') left bottom no-repeat;
    position: relative;
    padding-top: 130px;
    padding-bottom: 120px;
    z-index: 99;
}
.footer-cu-pic01 {
    position: absolute;
    bottom: 0;
    left: 0;
}
.footer-culook-main {
    margin-left: 745px;
}
.footer-culook-block .intro {
    font-size: 28px;
    font-weight: 300;
    color: #063e72;
    margin-bottom: 25px;
}
.footer-culook-block .des {
    font-size: 16px;
    color: #51677b;
}
.footer-cu-btn-all {
    display: flex;
    margin-top: 30px;
}
.footer-cu-btn {
    background: rgba(255,255,255,0.75);
    max-width: 370px;
    width: 100%;
    margin-right: 10px;
    transition: all .2s;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -o-transition: all .2s;
}
.footer-cu-btn:hover {
    background: #FFF;
}
.footer-cu-btn a{
    font-size: 24px;
    font-weight: 500;
    color: #063e72;
    padding: 21px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}
.footer-cu-btn img {
    margin-right: 20px;
}


/* footer */
footer {
    background: #495058;
    color: #FFF;
}
.footer-block-all {
    display: flex;
    padding: 80px 0;
/*    font-family: '微軟正黑體', sans-serif;*/
    font-size: 14px;
    border-bottom: 1px solid #62676D;
}
.footer-block-all a {
    color: #FFF;
/*    font-family: '微軟正黑體', sans-serif;*/
    font-size: 14px;
}
.footer-info {
    max-width: 415px;
    margin-right: 90px;
}
.footer-info ul {
    list-style-type: none;
    padding-left: 0;
    margin-top: 35px;
}
.footer-info ul li {
    margin-bottom: 8px;
}
.footer-info a:hover {
    text-decoration: underline;
}
.footer-info ul li:first-child a {
    pointer-events: none;
}
.footer-info-list {
    display: flex;
    width: calc(100% - 515px);
    margin-top: 15px;
}
.footer-block {
    width: calc(100%/6);
    padding: 0 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.footer-block:last-child {
    align-items: flex-start;
}
.footer-block ul {
    list-style-type: none;
    padding-left: 0;
}
.footer-title {
    margin-bottom: 5px;
}
.footer-title a {
/*    font-family: 'Noto Sans TC', sans-serif;*/
    font-weight: 500;
}
.footer-title a:hover {
    text-decoration: underline;
}
.effect-shine:hover {
    -webkit-mask-image: linear-gradient(-75deg, rgba(0,0,0,.6) 30%, #000 50%, rgba(0,0,0,.6) 70%);
    -webkit-mask-size: 200%;
    animation: shine 2s infinite;
}
@-webkit-keyframes shine {
    from {
        -webkit-mask-position: 150%;
    }
  
    to {
        -webkit-mask-position: -50%;
    }
}
.footer-block ul {
    margin-top: 15px;
}
.footer-block ul li {
    margin-bottom: 8px;
}
.footer-block ul li a {
    color: #A7A8AC;
}
.footer-block ul li a:hover {
    text-decoration: underline;
}
.copyright {
    font-size: 12px;
/*    font-family: '微軟正黑體', sans-serif;*/
    text-align: center;
    color: #95999C;
    padding: 20px 0;
}


/* top */
#gotop { 
    display: none; 
    position: fixed; 
    right: 20px; 
    bottom: 4%; 
    cursor: pointer; 
    z-index: 99;
    transition: all .2s;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -o-transition: all .2s;
    animation: cloud-scale-1 .5s linear infinite alternate;
}
@keyframes cloud-scale-1 {
    0% {
        transform: translateY(-10px);
    }
    100% {
        transform: translateY(0px);
    }
}


@media all and (max-width: 1660px) { 
	.footer-culook-main {
        margin-left: 560px;
    }
    .footer-info {
        margin-right: 30px;
    }
    .footer-info-list {
        width: calc(100% - 445px);
    }
}


@media all and (max-width: 1366px) { 
    .footer-culook-block {
        padding-top: 180px;
        padding-bottom: 70px;
    }
    .footer-cu-btn a {
        font-size: 18px;
        padding: 20px 8px;
    }
    .footer-cu-btn img {
        margin-right: 8px;
    }
    .footer-block-all {
        padding: 80px 0 30px 0;
    }
    .footer-block {
        align-items: flex-start;
    }
    .footer-info-list {
        flex-wrap: wrap;
    }
    .footer-block {
        width: calc(100%/3);
        margin-bottom: 50px;
    }
}


@media all and (max-width: 1024px) { 
    .footer-cu-pic01 {
        display: none;
    }
    .footer-culook-block {
        background: url(../images/footer02-m.png) left bottom no-repeat;
        padding-top: 80px;
        padding-bottom: 80px;
        background-size: cover;
    }
    .footer-culook-main {
        margin-left: 0;
        padding: 0 20px;
        text-align: center;
    }
    .footer-culook-block .intro {
        font-size: 24px;
    }
    .footer-cu-btn-all {
        justify-content: center;
    }
    .footer-block-all {
        flex-wrap: wrap;
    }
    .footer-info {
        max-width: 100%;
        margin-right: 0;
    }
    .footer-info ul li:first-child a {
        pointer-events: initial;
    }
    .footer-info-list {
        width: 100%;
        margin-top: 50px;
    }
}


@media all and (max-width: 570px) { 
    .footer-cu-btn-all {
        flex-wrap: wrap;
    }
    .footer-cu-btn {
        margin-right: 0;
        margin-bottom: 20px;
    }
    .footer-block {
        width: calc(100%/2);
        margin-bottom: 30px;
    }
}