body{
    margin: 0;
}
.trial-block{
    display: flex;
    align-items: center;
}
.trial-intro{
    background-image: url(../../images//trial/background.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 54%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}
.trial-logo{
    height:31px;
}
.trial-name {
    font-weight: 700;
    color: #000000;
    font-size: 24px;
    margin-top: 60px;
}
.trial-title{
    font-weight:500;
    color:#000000;
    font-size:16px; 
    margin-top: 8px;
}
.trial-explain{
    width:701px;
    line-height:22px;
    color:#000000;
    font-size:14px; 
    margin-top: 8px;
}
.trial-banner{
    margin-top: 45px;
}