@charset "utf-8";

.news-layout {
    background-color: #f5f5f5;
    padding-bottom: 150px;
}
.news-layout .news {
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
    position: relative;
}
.news-layout .news > strong {
    display: block;
    text-align: center;
    font-family: 'Titillium Web';
    font-size: 42px;
    font-weight: 100;
    color: #000;
    line-height: 1;
    padding-top: 150px;
}
.news-layout .news ul {
    margin-top: 50px;
}
.news-layout .news ul li {
    background-color: #fff;
    margin-bottom: 8px;
}
.news-layout .news ul li:last-child {
    margin-bottom: 0;
}
.news-layout .news ul li a {
    display: block;
	 position: relative;
    padding: 39px 42px;
    box-shadow: 0 1px 1px #e1e1e1;
    text-align: left;

}
.news-layout .news ul li:hover{
	box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
    transition: box-shadow .25s;
}
.news-layout .news ul li a span.lw,
.news-layout .news ul li a span.lh,
.news-layout .news ul li a span.rw,
.news-layout .news ul li a span.rh {
    position: absolute;
    background-color: #8cafdd;
}
.news-layout .news ul li a span.lw {
    top: 0;
    left: 0;
    width: 0;
    height: 1px;
}
.news-layout .news ul li a span.lh {
    bottom: 0;
    left: 0;
    width: 1px;
    height: 0;
}
.news-layout .news ul li a span.rw {
    right: 0;
    bottom: 0;
    width: 0;
    height: 1px;
}
.news-layout .news ul li a span.rh {
    top: 0;
    right: 0;
    width: 1px;
    height: 0;
}
.news-layout .news ul li a strong {
    font-size: 22px;
    display: block;
    margin-bottom: 16px;
    line-height: 1;
    color: #000;
}
.news-layout .news ul li a span {
    font-family: 'Titillium Web';
    line-height: 1;
    font-size: 16px;
    color: #666;
}
.news-layout .news ul li a em {
    position: absolute;
    font-family: 'Titillium Web';
    line-height: 1;
    font-size: 14px;
    color: #000;
    top: 50px;
    right: 80px;
}

@media(max-width: 1023px) {
    .news-layout {
        padding-bottom: 75px;
    }
    .news-layout .news {
        width: auto;
        max-width: none;
        margin: 0 15px;
        position: relative;
    }
    .news-layout .news > strong {
        font-size: 24px;
        padding-top: 75px;
    }
    .news-layout .news .more {
        position: relative;
        top: 0;
        right: 0;
        text-align: center;
        margin-top: 25px;
    }
    .news-layout .news .more a {
        text-decoration: none;
        font-size: 12px;
        width: 89px;
        height: 30px;
        line-height: 30px;
        border: 1px solid #666;
    }
    .news-layout .news ul {
        margin-top: 25px;
    }
    .news-layout .news ul li {
        background-color: #fff;
        margin-bottom: 8px;
    }
    .news-layout .news ul li:last-child {
        margin-bottom: 0;
    }
    .news-layout .news ul li a {
        padding: 20px;
    }
    .news-layout .news ul li a strong {
        font-size: 16px;
        margin-bottom: 12px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .news-layout .news ul li a span {
        font-size: 12px;
        color: #666;
        display: inline-block;
    }
    > .news-layout .news ul li a span:before {
        content: '';
        display: inline-block;
        vertical-align: middle;
        width: 1px;
        height: 10px;
        background-color: #ababab;
        margin: 0 5px;
    }
    .news-layout .news ul li a em {
        font-size: 12px;
        position: static;
        top: auto;
        right: auto;
    }
    .news-layout .news ul li a em:after {
        content: '';
        display: inline-block;
        vertical-align: middle;
        margin: -2px 8px 0 10px;
        width: 1px;
        height: 10px;
        background-color: #ababab;
    }
    .news-layout .news ul li a:after {
        display: none;
    }
}




/* 모바일기기 1 */
@media only screen and (max-width: 320px) {
	.mf{font-size:14px;}
	.news-layout .news ul li a em{display:none;}
}

/* 모바일기기 2 */
@media only screen and (min-width: 321px) and (max-width: 768px){
	.mf{font-size:14px;}
	.news-layout .news ul li a em{display:none;}
}
/* 태블릿 */
@media only screen and (min-width: 769px) and (max-width: 1200px){
	.mf{font-size:50px;}
}
/* 데스크탑 */
@media only screen and (min-width: 1201px) {
	.mf{font-size:50px;}
}

.news-layout .news ul li a:hover{

}