#wrap{
/*    background: url('../images/full.png') 0 0 no-repeat;*/
    background-color: #fff;
}

.titlebox{
    width: 1980px;
    height: 224px;
    background: url(../images/titlebox.png) 0 0 no-repeat;
    position: absolute;
    top: 51px;
    left: 34px;
    padding-left: 220px;
    padding-top: 35px;
}

.titlebox .btitle{
    font-size: 65px;
    color: #000;
}

.titlebox .stitle{
    font-size: 40.3px;
    color: #000;
    padding-top: 23px;
}

.titlebox .actbtn{
    width: 209px;
    height: 62px;
    background: url('../images/btn1.png') 0 0 no-repeat;
    cursor: pointer;
    position: absolute;
    top: 40px;
    right: 18px;
}

.toolbox{
    position: absolute;
    text-align: center;
    border-radius: 20px;
    border: 5px solid #0595d5;
    top: 303px;
    left: 58px;
    width: 295px;
    padding: 15px;

}

.toolbox .title{
    font-family: 'binggrae';
    font-weight: bold;
    color: #414099;
    font-size: 50px;
    position: relative;
}

.toolbox .title:after{
    content: '';
    border: 2px solid #88C9EF;
    position: absolute;
    top: 60px;
    left: 0px;
    width: 100%;
}

.toolbox .tools{
    font-size: 55px;
    color: #000;
    text-align: left;
    margin-top: 35px;
    margin-bottom: 13px;
    padding-left: 15px;
    line-height: 62px;
}

.videoFrame{
    top: 222px;
    left: 50%;
    transform: scale(0.85) translate(-50%, 0);
    transform-origin: center left;
}

