@charset "utf-8";


.about_pg01 .lists{
    background: #f9f8f8;
    padding: 50px 40px;
    box-sizing: border-box;
}
.about_pg01 .list .texts{
    width: 45%;
    font-style: italic;
}
.about_pg01 .list .img{
    width: 50%;
}
.about_pg01 .contents {
    margin-top: 40px;
}
.about_pg01 .item{
    margin-top: 35px;
}
.about_pg01 .item_tit {
   margin-bottom: 20px;
   display: flex;
   align-items: center;
}
.about_pg01 .item_tit::before{
    content: "";
    display: block;
    width: 9px;
    height: 9px;
    background: #54788c;
    border-radius: 50%;
    margin-right: 15px;
}
.about_pg02 .video-js{
    height: 414px;
    width: 100%;
}
.about_pg02 .video-js .vjs-big-play-button{
    width: 65px;
    height: 65px;
    line-height: 65px;
    border: none;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background: rgba(51, 51, 51, .65);
    transition: all .4s;
    border-radius: 50%;
}
.about_pg02 .video-js .vjs-big-play-button:focus, .about_pg02 .video-js:hover .vjs-big-play-button{
    background: #54788c;
}
.about_pg04 .list{
    width: 23.5%;
    border: 1px solid #477588;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 55px;
    margin-right: 2%;
    text-align: center;
    border-radius: 3px;
    color: #477588;
    transition: all .4s;
}
.about_pg04 .list:nth-child(4n){
    margin-right: 0;
}
.about_pg04 .list:hover{
    background: #477588;
    color: #fff;
}
@media only screen and (max-width: 768px) {
    .about_pg01 .lists {
        padding: 30px 15px;
    }
    .about_pg01 .list .texts{
        width: 100%;
    }
    .about_pg01 .list .img {
        width: 100%;
        margin-top: 15px;
    }
    .about_pg01 .contents {
        margin-top: 25px;
    }
    .about_pg02 .video-js {
        height: 133px;
    }
    .about_pg02 .video-js .vjs-big-play-button {
        width: 45px;
        height: 45px;
        line-height: 45px;
    }
    .about_pg04 .list{
        width: 49%;
        margin-bottom: 15px;
    }
    .about_pg04 .list:nth-child(4n){
        margin-right: 2%;
    }
    .about_pg04 .list:nth-child(2n){
        margin-right: 0;
    }
    .about_pg05 {
        padding-top: 20px;
    }
}