*{
    margin: 0;
    padding: 0;
}
.flexBoxCenter{
    display: flex;
    align-items: center;
    justify-content: center;
}
.businessLicensePage{
    width: 100%;
    min-height: 100vh;
    background: url("./images/big_bg.png") no-repeat center;
    background-size: cover;
    min-width: 1040px;
    padding: 85px 20px 20px 20px;
    box-sizing: border-box;
}
.wrap{
    /*background-color: tan;*/
    margin: 0 auto;
    padding: 0 40px;
    max-width: 1420px;
}
.titleImgBox img{
    width: 46%;
    height: auto;
    max-width: 641px;
    max-height: 169px;
}
.licenseImgCon{
    margin-top: 85px;
    /*background-color: palevioletred;*/
}
.licenseImgBox{
    margin: 0 20px;
    width: 27%;
    max-width: 370px;
    position: relative;
    cursor: pointer;
    box-shadow: 0 28px 20px 0 rgba(118,118,118,0.28);
}
.licenseImgBox .borderImg{
    width: 100%;
}
.licenseImgBox .licenseImg{
    width: 79%;
    height: auto;
    max-width: 294px;
    max-height: 208px;
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 2;
    transform: translate(-50%, -50%);
}
#cover {
    position: fixed;
    left: 0px;
    top: 0px;
    background: rgba(0, 0, 0, 0.4);
    width: 100%;
    height: 100vh;
    display: none;
    z-Index: 99;
}
#bigImgBox1,#bigImgBox2,#bigImgBox3{
    min-width: 910px;
    min-height: 640px;
    /*background-color: white;*/
    display: none;
    z-index: 999;
    text-align: center;
    position: fixed;
    top: 9%;
    left: 50%;
    transform: translate(-50%, 0);
}
.bigImg{
    box-shadow: 0 12px 24px 0 rgba(118,118,118,0.75);
}
.closeImg{
    cursor: pointer;
    margin-top: 30px;
}
