
.profile-warp{
    background-color: #fff;
    padding: 2vw 17.2vw;
}
.profile-t1,.profile-t2{
    font-size: 1.2vw;
    color: #000;
}
.profile-t3,.profile-t4{
    font-size: 1vw;
    color: #000;
    font-weight: 300;
}
.profile-t2{
    padding-top: .4vw;
}
.profile-t3{
    padding-top: 2vw;
    padding-bottom: 2vw;
}
.profile-t4{
    
}
.profile-video{
    position: relative;
    
}
.profile-video-thum{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    display: block;
}
.profile-video-play{
    width: 3vw;
    height: 3vw;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    transform: translate(-50%,-50%);
    cursor: pointer;
    display: block;
}
.profile-thumnone{
    display: none;
}
@media only screen and (max-width: 768px) {
    .profile-warp{
        padding: 6vw 4vw;
    }
    .profile-t1,.profile-t2{
        font-size: 4vw;
    }
    .profile-t3,.profile-t4{
        font-size: 3.4vw;
    }
    .profile-t4{
        padding-bottom: 6vw;
    }
    .profile-video-play{
        width: 10vw;
        height: 10vw;
    }
}