.download-box{
    margin-top: 94px;
}
.main-title-box {
    text-align: center;
    padding: 50px 0;
}

.main-title-en {
    font-family: "Anton";
    font-size: 60px;
    color: #000;
    letter-spacing: 3px;
}

.main-title-ch {
    font-size: 18px;
    color: #000;
    letter-spacing: 3px;
    font-family: 'Noto Sans TC';
    margin-top: 20px;
}

.about_service-all-box {
    width: 1000px;
    max-width: 100%;
    display: block;
    margin: 0 auto;
    font-size: 0;
    box-sizing: border-box;
}

.about_service-title-box {
    width: 100%;
    display: block;
    box-sizing: border-box;
}

.about_service-title-edit {
    font-size: 18px;
    font-family: 'Noto Sans TC';
    font-weight: 300;
    color: #666;
    letter-spacing: 0.1em;
    line-height: 40px;
    display: block;
}

.download-menu-list-box{
    text-align: center;
    font-size: 0;
}
.download-menu-list{
  
    display: inline-block;
    vertical-align: top;
    position: relative;
    box-sizing: border-box;
    position: relative;
    text-align: center;
    height: 40px;
    line-height: 38px;
    margin:0 20px;
}
.download-menu-list:after{
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #ee1b2d;
    transform: scale(0,1);
    transition: all .5s ease;

}
.download-menu-list .sum_index_news_title{
    font-size: 14px;
    letter-spacing: 4px;
      padding: 0 20px;
      transition: all .5s ease;
}
.download-menu-list .line-top1{
    width: 15px;
}
.download-menu-list .line-left1{
    height: 15px;
}
.download-list-box{
    width: 1000px;
    max-width: 100%;
    display: block;
    margin: 0 auto;
    margin-top: 50px;
    padding-bottom: 80px;
    font-size: 0;
}
.download-list{
    width: 300px;
    max-width: 100%;
    display: inline-block;
    margin-bottom: 46px;
    vertical-align: top;
}
.download-list:nth-child(3n+2){
    margin: 0 46px;

}
.download-list-img-block{
    width: 100%;
    height: 300px;
    display: block;
    position: relative;
    padding: 10px;
    box-sizing: border-box;
}
.download-list-img{
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
}
.download-mask-box{
    width: 100%;
    height: 100%;
    position: absolute;
    display:         flex;
    display: -webkit-flex;
          align-items: center;
    -webkit-align-items: center;
          justify-content: center;
    -webkit-justify-content: center; 
    flex-direction:column;
    top: 0;
    left: 0;
    background-color:rgba(235, 94, 40, .8);
    opacity: 0;
    transition: all .5s ease;
}
.download-mask-box i{
    font-size: 28px;
    display: block;
    padding-bottom: 10px;
    color: #FFF;
}
.download-mask-box p{
    font-size: 16px;
    color: #FFF;
}
.download-border-box{
    pointer-events: none;
}
.download-border-box .line-top1,
.download-border-box .line-top2,
.download-border-box .line-bottom1,
.download-border-box .line-bottom2{
    width: 30px;
}
.download-border-box .line-left1,
.download-border-box .line-left2,
.download-border-box .line-right1,
.download-border-box .line-right2{
    height: 30px;
}
.download-border-p{
    margin-top: 20px;
    padding: 0 10px;
    box-sizing: border-box;
    width: 100%;
    display: block;
    font-size: 14px;
    text-align: center;
}

.border-line {
    display: block;
    position: absolute;
    z-index: 2;
}

.line-top1{
    width: 10px;
    height: 1px;
    top: 0;
    left: 0;
    display: block;
    background-color: #eb5e28;
    transform-origin: left;
}
.line-top2{
    width: 10px;
    height: 1px;
    top: 0;
    right: 0;
    display: block;
    background-color: #eb5e28;
    transform-origin: right;
}
.line-left1{
    width: 1px;
    height: 10px;
    top: 0;
    left: 0;
    display: block;
    background-color: #eb5e28;
    transform-origin: top;
}
.line-left2{
    width: 1px;
    height: 10px;
    bottom: 0;
    left: 0;
    display: block;
    background-color: #eb5e28;
    transform-origin: bottom;
}
.line-right1{
    width: 1px;
    height: 10px;
    display: block;
    background-color: #eb5e28;
    top: 0;
    right: 0; 
    transform-origin: top;
}
.line-right2{
    width: 1px;
    height: 10px;
    display: block;
    background-color: #eb5e28;
    bottom: 0;
    right: 0; 
    transform-origin: bottom;
}
.line-bottom1{
    width: 10px;
    height: 1px;
    display: block;
    background-color: #eb5e28;
    bottom: 0;
    left: 0; 
    transform-origin: left;
}
.line-bottom2{
    width: 10px;
    height: 1px;
    display: block;
    background-color: #eb5e28;
    bottom: 0;
    right: 0; 
    transform-origin: right;
}

/* Hover */
.download-menu-list:hover:after{
    transform: scale(1,1);
}

.download-menu-list .line-top1{
    transform-origin: left;
    transform: scale(1,1);
    transition: all .2s linear;
}
.download-menu-list .line-left1{
    transform-origin: top;
    transform: scale(1,1);
    transition: all .2s linear;
}

.download-menu-list:hover  .line-top1{
    transform: scale(0,1);
}
.download-menu-list:hover  .line-left1{
    transform: scale(1,0);
}
.download-menu-list:hover .sum_index_news_title{
    color: #FFF;
}

.download-list:hover .download-mask-box{
    opacity: 1;
}
.products-page-link{
    transition: all .5s ease;
}
.products-page-link .line-top1,
.products-page-link  .line-left1{
    transition: all .5s linear;
}
.products-page-link:hover .line-top1{
    transform: scale(0,1);
}
.products-page-link:hover .line-left1{
    transform: scale(1,0);
}
.products-page-link:hover {
    background-color: #ee1b2d;
}
.products-page-link:hover .sum_index_news_title{
    color: #FFF;
}


.download-border-box .line-top1,
.download-border-box .line-top2,
.download-border-box .line-bottom1,
.download-border-box .line-bottom2,
.download-border-box .line-left1,
.download-border-box .line-left2,
.download-border-box .line-right1,
.download-border-box .line-right2
{
    transition: all .5s linear;
}

.download-list:hover .download-border-box .line-top1,
.download-list:hover .download-border-box .line-top2,
.download-list:hover .download-border-box .line-bottom1,
.download-list:hover .download-border-box .line-bottom2{
    width: 50%;
}
.download-list:hover .download-border-box .line-left1,
.download-list:hover .download-border-box .line-left2,
.download-list:hover .download-border-box .line-right1,
.download-list:hover .download-border-box .line-right2{
    height: 50%;
}






@media only screen and (max-width: 1000px){
    .download-box{
        margin-top: 76px;
    }
    .about_service-all-box,
    .download-list-box{
        width: 750px;
    }
    .download-list{
        width: 230px;
        margin-bottom: 30px;
    }
    .download-list:nth-child(3n+2) {
        margin: 0 30px;
    }
    .download-list-img-block{
        height: 230px;
    }
}
@media only screen and (max-width: 768px){
    .main-title-box{
        padding: 30px 0;
    }
    .main-title-en{
        font-size: 40px;
    }
    .main-title-ch{
        font-size: 16px;
        margin-top: 10px;
    }
    .about_service-title-edit{
        font-size: 16px;
    }
    .about_service-all-box,
    .download-list-box{
        width: 550px;
    }
    .download-list:nth-child(n){
        width: 265px;
        margin: 0;
        margin-right: 20px;
        margin-bottom: 20px;
    }
    .download-list:nth-child(2n) {
        margin-right: 0;
    }
    .download-list-img-block{
        height: 265px;
    }
}
@media only screen and (max-width: 600px){
    .download-box{
        margin-top: 46px;
    }
}
@media only screen and (max-width: 550px){
    .main-title-box{
        padding: 10px 0;
    }
    .main-title-en{
        font-size: 24px;
    }
    .main-title-ch{
        font-size: 14px;
        margin-top: 0;
    }
    .about_service-title-edit{
        font-size: 14px;
        line-height: 1.8;
    }
    .about_service-all-box,
    .download-list-box{
        width: 95vw;
    }
    .download-list-box{
        margin-top: 30px;
        padding-bottom: 40px;
    }
    .download-list:nth-child(n){
        width: calc(95vw / 2 - 10px);
        margin: 0;
        margin-right: 20px;
        margin-bottom: 20px;
    }
    .download-list:nth-child(2n) {
        margin-right: 0;
    }
    .download-list-img-block{
        height: calc(95vw / 2 - 10px);
    }
}




/*animation*/
/*<-------------動畫------------->*/
@media only screen and (min-width: 1001px){
	.main-title-en,
    .main-title-ch,
    .about_service-all-box,
    .download-list{
        opacity: 0;
    }
    .main-title-box.anima .main-title-en{
        animation: fadeInDown 1s ease 0s 1 both;
    }
    .main-title-box.anima .main-title-ch{
        animation: fade 1s ease 0.5s 1 both;
    }
    .about_service-all-box.anima{
        animation: fadeInRight 1s ease 0s 1 both;
    }
    .download-list.anima{
        animation: fadeInUp 1s ease 0s 1 both;
    }
}
