


/* tablet */
@media screen and (min-width:769px) and (max-width:991px){
}




.info{
    position:relative;
    overflow:hidden;
    width: 30%;
    display: inline-block;
}

.info .info_top {
    width: 25%;
    display: inline-block;
    vertical-align: top;
    height: 500px;
}

.info .info_top p {
    font-size: 45px;
    font-weight: bold;
    color: #3A4651;
    letter-spacing: -2px;
    border-bottom: 1px solid #5D9DDA;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.info .info_top strong{
    font-size: 35px;
    color: #3A4651;
    margin: 10px 0px;
    padding-top: 10px;
}

.info .info_top .info_img4{
    position: absolute;
    bottom: 0px;
    left: -30px;
}

.mv{
    display: inline-block;
    width: 67%;
    font-family:'Nanum Gothic';
    vertical-align:top;
    margin-top: 49px;
}

.mv h3{
    font-size:28px;
    letter-spacing:-1px;
    margin-bottom:10px;
}

.mv .mv1 li{
    font-size: 18px;
    margin-bottom: 50px;
    background-color: #0EAFE6;
    color: rgba(0, 0, 0, 0.9);
    padding: 10px 14px;
    font-family:"Nanum Gothic";
    font-weight:500;
    letter-spacing:-1px
    
}

.mv h4{
    font-size:28px;
    letter-spacing:-1px;
    margin-bottom:10px;
}

.mv .mv2 li{
    font-size: 16px;
    margin: 15px 0px;
    background-color: #F1F1F1;
    padding: 10px 14px;
    color: rgba(0, 0, 0, 0.9);
    font-family:"Nanum Gothic";
    font-weight:500;
    letter-spacing:-1px
}




/* mobile */
@media screen and (max-width:768px){
    .info {
        width:100
    }
    
    .info .info_top {

        border-bottom: 1px solid #5D9DDA;
        height:initial;

    }

    .info .info_top p,
    .info .info_top strong{
        display: inline-block;
          font-size: 27px;
        border-bottom:0px;
        padding: 0px;
        margin-bottom: 10px;
        vertical-align: top;
        margin-top: 5px;
    }
    .info .info_img4{
        display:none;
    }
    
    .mv{
        width:100%;
    }
}

/* mobile */
@media screen and (min-width:320px) and (max-width:400px){
        .mv{
        width:100%;
    }

}