@charset "UTF-8";


/* home */
.home{
	position: relative;
	padding: 0 1.4rem;
}


.home h3 {
    font-size: 1.7rem;
    font-weight: bold;
    line-height: 1.4;
}

.home p {
    font-size: 1.5rem;
    line-height: 1.4;
    text-align: justify;
    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: 6px solid #e4e9ec; } */

.news_title{
    /* position: absolute; */
    margin: 3rem 2rem 0 1.4rem;
}
.news_title .main_title{
    display: inline-block;
    font-weight: 800;
    font-size: 2.5rem;
	letter-spacing: -0.2rem;
    color: #000;
    margin-bottom: 1rem;
    position: relative;
}

.news_title .title::after{
	display: block;
    content: "";
    width: 100%;
    height: 5px;
    background:#c7facb;
    transform: translate(4px, -4px);
    z-index: -1;
    position: absolute;
	}
.news_title .title2::after{
	display: block;
    content: "";
    width: 100%;
    height: 5px;
    background:#c7facb;
    transform: translate(0px, -4px);
    z-index: -1;
    position: absolute;
}
.news_title .title3::after{
	display: block;
    content: "";
    width: 100%;
    height: 5px;
    background:#c7facb;
    transform: translate(0px, -4px);
    z-index: -1;
    position: absolute;
}
.news_title p:nth-child(2){
    font-weight: bold;
    font-size: 1.7rem;
    color: #006934;
	letter-spacing: -0.5px;
	margin-top:1.0rem;
	margin-bottom: 1.5rem;
}
.news_title p:last-child{
	font-size:1.4rem;
	font-weight:400;
	color:#808285;
	letter-spacing: -1.7px;
	line-height: 1.8rem;
	}
.news_banner {
	margin-bottom:30px;
	position:relative;
}
.news_banner img{
    width: 100px;
    margin: 0 auto;
    position: absolute;
    z-index: -1;
	top:-12px;
	right:15px;
}

.news_banner .new_news{
	width: 70px;

    margin: 0 auto;
    position: absolute;
    z-index: -1;
    top: -18px;
    right: 15px;
}
.news_banner .lease{
    width: 70px;
    margin: 0 auto;
    position: absolute;
    z-index: -1;
    top: -28px;
    right: 15px;
}

.recent{
	position: relative;
	padding: 0 2rem;
    margin-top: 2rem;
}


.recent h3 {
	padding-top: 1rem;
    font-size: 2rem;
    line-height: 1.4;
    font-weight: 600;
    /* line-height: 1.4; */
}

.recent p {
    font-size: 1.8rem;
    line-height: 1.4;
    text-align: justify;
    color: #000;

    word-break: break-all;
}


.recent em{
	font-size: 1.2rem;
	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%;
	margin-top: 1rem;
}

.recent p.fisrtp{margin-bottom: 3rem;}

.recent p span {
    color: #808285;
	margin-bottom: 2rem;
	margin-top: 0.5rem;
	display:block;
    font-size:1.7rem
}








/* Q&A뉴스라인 */
.line {border-bottom: 1px solid #ccc; margin: 3rem 0;}
.line span:nth-child(1){width: 48.5%;}
.line span:nth-child(2){width: 1%;}
.line span:nth-child(3){width: 48.5%;}
.line span{background: red; height: 4px; display:inline-block;}
.home:last-child .line span{display:none;}
.recent:last-child .line span{display:none;}