.top-box{
    background-image: url("../img/additionalsupport/banner-bg.png");
}
.content-box{
    width: 100%;
    min-width: 1420px;
  height: 600px;
    padding-top: 70px;
    display: flex;
    justify-content: center;
    box-sizing: border-box;
}
.content-imgBox{
    width: 680px;
    height: 460px;
    margin-right: 50px;
  	cursor: pointer;
}
.content-textBox{
    width: 710px;
}
.textBox-title{
    font-size: 26px;
    font-weight: 700;
    line-height: 37px;
    color: #000000;
    margin-bottom: 30px;
}
.textBox-text{
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    color: #333333;
}
.textBox-bottom{
    width: 100%;
    margin-top: 30px;
    display: flex;
}
.info-QR{
    width: 120px;
    height: 120px;
}
.textBox-info{
    margin: 0 20px;
}
.info-name{
    font-size: 20px;
    font-weight: 500;
    line-height: 29px;
    color: #000000;
    margin-bottom: 2px;
}
.info-name-en{
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    color: #000000;
}
.info-url{
    margin-top: 20px;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    color: #000000;
}
@media screen and (max-width: 1600px){
  .container-public{
  		width: 85% !important;
  }
  .content-textBox{
  		width: 45%;
  }
}