﻿@charset "euc-kr";

.newsMainPhoto {
    width: 100%;
    padding: 0px;
}

    .newsMainPhoto .coverStory {
        font-size: 0;
        list-style: none;
        padding: 0;
        margin: 0;
        display: flex;
        flex-wrap: wrap;
    }

        .newsMainPhoto .coverStory li {
            position: relative;
            display: inline-block;
            width: 22.5%;
            height: 209px;
            margin-left: 23px;
            border: 1px solid #eceaea;
            border-radius: 4px;
            box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.08);
            box-sizing: border-box;
            overflow: hidden;
        }

            .newsMainPhoto .coverStory li:first-child {
                margin-left: 0;
            }

        .newsMainPhoto .coverStory .thumb {
            position: relative;
            display: block;
            width: 100%;
            height:123px;
        }

            .newsMainPhoto .coverStory .thumb img {
                max-width: 100%;
                height: 123px;
            }

        .newsMainPhoto .coverStory .subject {
            display: block;
            padding: 18px 21px 22px 22px;
            font-family: inherit;
            font-size: 15px;
            color: #000;
            line-height: 1.47;
            letter-spacing: -0.7px;
        }



@media (max-width: 768px) {

    .newsMainPhoto .coverStory li {
        position: relative;
        display: inline-block;
        width: 100%;
        margin-left: 0px;
        border: 1px solid #eceaea;
        border-radius: 4px;
        box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.08);
        box-sizing: border-box;
        overflow: hidden;
    }

    .newsMainPhoto .coverStory .thumb {
        position: relative;
        display: block;
        width: 100%;
    }

        .newsMainPhoto .coverStory .thumb img {
            max-width: 100%;
        }

    .newsMainPhoto .coverStory li .subject {
        font-size: 17px;
        color: #000;
        line-height: 3.47;
    } 

}



            

        
