@charset "UTF-8";


/* banner */
.banner{
	height: 4rem;
    position:relative;
	display:flex;
	justify-content:center;
	flex-direction:column;
}
.banner img{
	width: 100%;
	height: 100%;
}


/* home */
.home{
	position: relative;
	padding: 0 1.4rem;
}


.home h3 {
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 1.4;
	padding-bottom: 1.4rem;
}

.home p {
    font-size: 1.2rem;
    line-height: 1.4;
    color: #000;
	
}


.firstnews::after{
	display:none;
}


.home em{
	font-size: 0.9rem;
	color: red;
	display:flex;
	justify-content:flex-end;
	padding: 1rem 0.5rem 1rem 0;
}



.home .newsImg img{
	width: 100%;
}

.home p.fisrtp{
	margin-bottom: 3rem;
}

.home p span {
    color: red;
	margin-bottom: 2rem;
	margin-top: 0.5rem;
	display:block;
}


/* recent */
/*.sec_news{border-bottom: 4px solid #e1e6e9;}*/

.news_title{
    position: absolute;
    margin: 8rem 0 0 1rem;
}
.news_title p{
    font-weight: bold;
    font-size: 1.5rem;
    color: #2291cf;
    margin-bottom: 1rem;
}
.news_title p:last-child{
    font-weight: bold;
    font-size: 3rem;
    color: #0051a2;
}
.news_banner img{
    width: 100%;
    height: 16rem;
    margin: 0 auto;
    position: relative;
    z-index: -1;
}


.recent{
	position: relative;
	padding: 0 1.4rem;
    margin-top: 3rem;
}


.recent h3 {
    font-size: 1.9rem;
    font-weight: bold;
    line-height: 1.4;
}

.recent p {
    font-size: 1.5rem;
    line-height: 1.4;
    text-align: justify;
    color: #000;
	
}


.recent em{
	font-size: 0.9rem;
	color: red;
	display:flex;
	justify-content:flex-end;
	padding: 1rem 0.5rem 1rem 0;
}



.firstnews::after{
	display:none;
}



.newslink{
	height: 4rem;
	background: #ebeffb;
	color: #222;
	display:flex;
	align-items:center;
	justify-content:center;
	border-radius:12px;
	margin-top: 3rem;
	font-size: 1.5rem;
	padding: 0 1rem;
}


.newsImg img{width: 100%;}

.recent p.fisrtp{margin-bottom: 3rem;}

.recent p span {
    color: red;
	margin-bottom: 2rem;
	margin-top: 0.5rem;
	display:block;
}


.sec_rec_news {    background: url(../sub/main2_background.png)no-repeat 0 0 /contain; max-height: 370px; height: 12rem; width: 100%;}





/* Q&A뉴스라인 */
.line {display:flex; align-items:center; justify-content:space-between; margin: 2rem 0; height: 1px; background-color: #ddd;}
.home:last-child .line {height: 0px;}
.recent:last-child .line span{display:none;}
.article {margin-bottom:0 !important}



pre.article  {-webkit-line-clamp: 3;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;}