﻿.about-block{
    width: 100%;
    background-color: #f1f1f1;
    margin-top: 70px;
}
.about-box{
    width: 1200px;
    display: block;
    max-width: 100%;
    margin: 0 auto;
    position: relative;
    padding-top: 50px;
}
.about-info-box{
    width: 50%;
    display: block;
    float: right;
    position: relative;
    padding: 40px;
    box-sizing: border-box;
    z-index: 3;
    padding-right: 35px;
    background-color: #FFF;
    overflow: hidden;
}
.about-info-border-line-box{
    width: 60px;
    max-width: 100%;
    display: block;
    height: 60px;
    position: absolute;
    top: 20px;
    left: 20px;
    pointer-events: none;
}
.about-info-border-line-box span{
    background-color: #d1d1d1;
}
.about-info-border-lint-top{
    width: 100%;
    height: 1px;
    display: block;
}
.about-info-border-lint-left{
    width: 1px;
    height: 100%;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
}
.about-title-box{
    
    padding-top: 10px;
}
.about-title{
    display: inline-block;
    vertical-align: bottom;
    font-size: 18px;
    font-family:"Anton";
    color: #e60012;
    letter-spacing: 2px;
    padding-left: 10px;
    padding-bottom: 5px;
}
.about-title-box span{
    font-size: 36px;
    color: #000;
    letter-spacing: 2px;
    display: inline-block;
    vertical-align: bottom;
    font-weight: bold;
}
.about-p-box{
    margin-top: 20px;
}
.about-p{
    font-size: 14px;
    color: #555555;
    letter-spacing: 2px;
    line-height: 3;
    margin-bottom: 25px;
}
.about-p b{
    font-weight: bold;
    font-size: 16px;
    color: #e60012;
}
.about-ps{
    font-size: 14px;
    color: #000;
    font-weight: bold;
    padding-bottom: 20px;
    display: block;
}
.about-p-h1{
    font-size: 14px;
    color: #e60012;
    font-weight: bold;
    letter-spacing: 1px;
    padding-bottom: 50px;
}

.about-img-box{
    width: 700px;
    max-width: 100%;
    height: 800px;
    display: block;
    position: absolute;
    left: 0;
}
.about-bg{
    width: 100%;
    height: 100%;
    display: block;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    transition: all .5s ease;
}


.info-box{
    width: 100%;
    display: block;
    position: relative;
    box-sizing: border-box;
    padding-top: 50px;
}
.info-all-box{
    width: 1200px;
    display: block;
    margin: 0 auto;
    box-shadow: 0 0 6px rgba(0,0,0,0.35);
    font-size: 0;
    box-sizing: border-box;
    padding: 60px 40px;
    background-color: #fff;
    position: relative;
    bottom: 10px;
    z-index: 1;
}
.info-title-h1{
    font-size: 18px;
    letter-spacing: 2px;
    font-family: "Anton","微軟正黑體";
    font-weight: bold;
    color: #e60012;
    margin-bottom: 40px;
}
.info-title-h1 span{
    font-weight: 400;
    font-size: 22px;
}
.info-text-box{
    font-size: 16px;
    color: #555;
    letter-spacing: 2px;
    line-height: 2;
}
.info-text-box b{
    font-weight: bold;
    color: #000;
}
.equipment-bg-border-top{
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 0;
}