@charset "utf-8";

.pic_latest_flex {
    display: flex;
    margin-left: -15px;
    margin-right: -15px;

}

.pic_latest_flex .box .image {
    margin-left: 15px;
    margin-right: 15px;
}

.pic_latest_flex>.box>.image>.scale_block {
    position: relative;
    overflow: hidden;
}

.pic_latest_flex>.box>.image>.scale_block>.scale>a>img {
    width: 100%;

}

.pic_latest_flex .caption {
    margin-top: 20px;
}

.pic_latest_flex .caption span {
    font-size: 18px;
    color: #9f9f9f;
    font-weight: 600;
    font-family: 'Noto Sans KR', 'Poppins', 'Ubuntu', dotum, sans-serif;
}

.pic_latest_flex .caption h2 {
    margin-top: 10px;
}

.pic_latest_flex .caption h2 a {
    font-size: 21px;
    color: #07115b;
    font-weight: 900;
    font-family: 'Noto Sans KR', 'Poppins', 'Ubuntu', dotum, sans-serif;
    text-shadow: -1px 0px white, 0px 1px white, 1px 0px white, 0px -1px white;
}
@media(max-width:991px){
    .pic_latest_flex {
        display: flex;
        margin-left: -5px;
        margin-right: -5px;

    }

    .pic_latest_flex .box .image {
        margin-left: 5px;
        margin-right: 5px;
    }

    .pic_latest_flex .caption {
        margin-top: 12px;
    }

    .pic_latest_flex .caption span {
        font-size: 12px;
        color: #9f9f9f;
        font-weight: 600;
        font-family: 'Noto Sans KR', 'Poppins', 'Ubuntu', dotum, sans-serif;
    }

    .pic_latest_flex .caption h2 {
        margin-top: 0px;


    }

    .pic_latest_flex .caption h2 a {
        font-size: 14px;
        color: #000f;
        font-weight: 600;
    }
  }