.page01{
    margin-top: 8%;
    padding-left: 5%;
    padding-right: 5%;
    padding-bottom: 8%;
}
.page01 .TitleBox{
    text-align: center;
    font-family: 'Times New Roman', Times, serif ;
    margin-bottom: 10%;
}
.page01 .TxtBox{
    margin-top: -15%;
}
.page01 .Img-1 .innerImg{
    padding-top: 100%;
}
.page01 .Img-1 .innerImg .image-1{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.page01 .Img-2 .innerImg{
    padding-top: 130%;
}
.page01 .infoImg{
    margin: 3% 0;
    text-align: right;
}
.page02{
    overflow: hidden;
    padding-top: 8%;
    padding-left: 5%;
    padding-right: 5%;
    background: #282828;
    color: #fff;
}
.page02 .TxtBox{
    padding-bottom: 3%;
    border-bottom: 1px solid #4d4d4d;
}
.page02 .item{
    padding: 3% 0;
}
.page02 .item .Img-1 .innerImg .image{
    width: 90%;
    height: 90%;
    top: 50%;
    left: 0%;
    transform: translateY(-50%);
}
.page02 .item .Txt p{
   margin-bottom: 5%;
}
.page02 .item .Txt h3{
    letter-spacing: 0.3rem;
}
.page02 .item .Txt h5{
    letter-spacing: 0.3rem;
    line-height: 2;
}
.page02 .Img-2 .innerImg{
    padding-top: 150%;
}
.page02 .Img-3 .innerImg{
    padding-top: 80%;
}
.page02 .Img-4 .innerImg{
    padding-top: 134%;
}
.page02 .Img-5 .innerImg{
    padding-top: 57%;
}
@media (max-width:991px) {
    .Txt h5{
        font-size: 0.85rem;
        letter-spacing: 0;
    }
    .page01{
        overflow: hidden;
        margin-top: 30%;
        padding-bottom: 13%;
    }
    .page01 .infoImg{
        display: block;
        margin:0;
        font-size: 0.7rem;
        margin-top: -9%;
    }
    .page01 .TxtBox{
        margin-top: 8%;
    }
    .page01 .container-fluid{
        padding: 0;
    }
    .page01 .Img .innerImg {
        padding-top: 110%;
    }
    .page01 .subTitle{
        border-bottom: 0px;
        margin-top: 0%;
        padding-top: 15%;
    }
    .page01 .Img-1 .innerImg{
       padding-top: 142%;
    }
    .page01 .Img-1 .innerImg .image-1{
        background-size: cover;
    }
    .page01 .Img-2{
        margin-left: -0.5rem;
        margin-right: -0.5rem;
    }
    .page01 .Img-2 .innerImg{
        padding-top: 70%;
    }
    .page01 .Img-2 .innerImg .image{
       background-size: cover;
       background-position: bottom 36% center;
    }
    .infoImg{
        margin-top: -16%;
    }
    .page02 .Txt{
        padding: 10% 0;
    }
    .page02 .TxtBox{
        padding-bottom: 0;
    }
    .page02 .item{
        padding:0;
    }
    .page02 .item .Txt p{
        margin-bottom: 5%;
        font-size: 0.8rem;
    }
    .page02 .item .Txt h3{
        letter-spacing: 0.1rem;
    }
    .page02 .item .Txt h5{
        letter-spacing: 0.1rem;
        line-height: 1.5;
    }
    .page02 .item .Img-1 .innerImg .image{
        width: 100%;
        height: 100%;
    }
    .page02 .Img-2 .innerImg{
        padding-top: 137%;
    }
    .page02 .Img-3 .innerImg{
        padding-top: 100%;
    }
    .page02 .Img-4 .innerImg{
        padding-top: 137%;
    }
    .page02 .Img-5 .innerImg .image-1{
        width: 100%;
        height: 100%;
    }
}
