@charset "utf-8";
/* SIR 지운아빠 */

/* 새글 스킨 (latest) */
.lt_pc {
	margin-left: 20px
}

.lt {
	position: relative;
	width: 100%;
	padding: 100px 200px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	background: #F9F9F9;
	display: grid;
	grid-template-columns: 400px 1fr;
}

.lt .tit {
}

.lt p.con {
	font-size: 19px;
	font-weight: 300;
	line-height: 1.4em;
	color: #999;
	margin: 30px 0;
}

.lt .list {
	display: flex;
	flex-direction: column;
}

.lt li {
	box-sizing: border-box;
	color: #666;
	font-size: 1em;
}

.lt li a {
	height: 80px;
	line-height: 80px;
	display: block;
	color: #555;
	padding: 0 20px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-bottom: 1px solid #ccc;
}

.lt li a strong {
	font-size: 20px;
	font-weight: 400;
	line-height: 1.5em;
	color: #333;

	width: 80%;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.lt li:last-child {
	border-bottom: none;
}

.lt li .time {
	font-size: 15px;
	font-weight: 400;
	color: #999;
}

.news_text {
	padding: 15px 0;
	display: block;
	width: 80%;
	font-size: 16px;
	font-weight: 400;
	color: #666;
	line-height: 1.6em;
	word-break: keep-all;
}

span.lt_date {
	display: block;
	font-size: 16px;
	font-weight: 400;
	color: #273169;
}

.lt .lt_title {
	position: relative;
	display: block;
	box-sizing: border-box;
	color: #002C6D;
	line-height: 1em;
	font-size: 60px;
	font-family: 'SEBANG_Gothic_Bold';
}
.lt .lt_title::before{
	content: '';
	display: inline-block;
	position: absolute;
	top: -30px;
	left: 0;
	width: 50px;
	height: 5px;
	background: #EF6537;
}

.lt .btn_view {
	width: 30px;
	height: 30px;
	background: #ccc;
	color: #fff;
	font-size: 15px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.lt .lt_more {
	position: absolute;
	top: 0;
	right: 0px;
	width: 300px;
	height: 80px;
	box-sizing: border-box;
	border-left: 1px solid rgba(0, 0, 0, 0.05);
}

.lt .lt_more a {
	display: block;
	padding: 30px;
	height: 100%;
	box-sizing: border-box;
	color: #555;
	font-size: 1.2em;
}

.lt .cnt_cmt {
	display: inline-block;
	margin: 0 0 0 3px;
	font-weight: 500;
}

.lt .bx-wrapper {
	float: left;
	width: calc(100% - 120px);
	width: -webkit-calc(100% - 120px);
}


.lt li a:hover {
/*	border-bottom: none;*/
	background: #fff;
	box-shadow: 0 0 10px rgba(0,0,0,0.1);
	transition: all 0.5s;
}
.lt li a:hover .btn_view{
	background: #002C6D;
}

@media(max-width:1480px){
	.lt{
		padding: 60px;
		padding-top: 90px;
		grid-template-columns: 250px 1fr;
	}
	.lt .lt_title{
		font-size: 40px;
	}
	.lt .lt_title::before{
		width: 30px;
	}
	.lt p.con{
		font-size: 16px;
	}
	.lt li a{
		height: 60px;
		line-height: 60px;
	}
	.lt li a strong{
		width: 70%;
		font-size: 16px;
	}
}
@media screen and (max-width:768px) {
	.lt {
		grid-template-columns: inherit;
		display: flex;
		flex-wrap: wrap;
		flex-direction: column;
		padding: 30px;
		padding-top: 60px;
    	justify-content: center;
	}

	.lt .tit {
		width: 100%;
	}

	.lt .lt_title {
		font-size: 2em;
		line-height: 1em;
	}
	.lt .lt_title::before {
		width: 20px;
	}

	.lt p.con {
		margin: 10px 0 20px 0;
		font-size: 1em;
	}

	.lt .btn_view {
		font-size: 1em;
		width: 20px;
		height: 20px;
		display: none;
	}

	.lt .list{
		width: 100%;
		margin: 0;
	}
	.lt li {
	}
	.lt li a{
		height: 60px;
		line-height: 60px;
		padding: 0 10px;
	}
	.lt li a strong{
		width: 50%;
		font-size: 0.9em;
		line-height: 1.3em;
	}
	.lt li .time{
		font-size: 0.9em;
	}
}

@media screen and (max-width:600px) {
}

@media screen and (max-width:550px) {
	.lt li a strong{
	}
	.lt .btn_view{
	}
}
