@charset "UTF-8";


/* banner */
.banner{
	/* height: 70px; */
	width:100%;
    position:relative;
	display:flex;
	justify-content:center;
	flex-direction:column;
	background: #fff;
	padding:1.5rem;
	border-bottom: 1px solid #e8e8e8;

}
.banner p{
	color: #fff;
    font-size: 1.5rem;
    font-weight: bold;
    letter-spacing: -2px;
	position: absolute;
    margin-left: 1rem;
}
.banner img {
	/* height: 3rem; */
	width:50%;
}

/* 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{
    font-weight: bold;
    font-size: 2.5rem;
	letter-spacing: -0.2rem;
    color: #000;
    margin-bottom: 1rem;
}

.news_title .title::after{
	display: block;
    content: "";
    width: 40%;
    height: 1px;
    border-bottom: 5px solid #c7e8fa;
    transform: translate(4px, -4px);
    z-index: -1;
    position: absolute;
	}
.news_title .title2::after{
	display: block;
    content: "";
    width: 33%;
    height: 1px;
    border-bottom: 5px solid #c7e8fa;
    transform: translate(0px, -4px);
    z-index: -1;
    position: absolute;
}
.news_title .title3::after{
	display: block;
    content: "";
    width: 20%;
    height: 1px;
    border-bottom: 5px solid #c7e8fa;
    transform: translate(0px, -4px);
    z-index: -1;
    position: absolute;
}
.news_title p:nth-child(2){
    font-weight: bold;
    font-size: 1.7rem;
    color: #0075fc;
	letter-spacing: -0.5px;
	margin-top:1.0rem;
	margin-bottom: 1.5rem;
}
.news_title p:last-child{
	font-size:1.5rem;
	font-weight:400;
	color:#666;
	letter-spacing: -1.7px;
	line-height: 1.8rem;
	}
.news_banner {
	margin-bottom:30px;
	position:relative;
}
.news_banner img{
    width: 100px;
    height: 3.5rem;
    margin: 0 auto;
    position: absolute;
    z-index: -1;
	top:-12px;
	right:15px;
}

.news_banner .new_news{
	width: 70px;
    height: 6rem;
    margin: 0 auto;
    position: absolute;
    z-index: -1;
    top: -18px;
    right: 15px;
}
.news_banner .lease{
    width: 70px;
    height: 6rem;
    margin: 0 auto;
    position: absolute;
    z-index: -1;
    top: -28px;
    right: 15px;
}

.recent{
	position: relative;
	padding: 0 1.4rem;
    margin-top: 2rem;
}


.recent h3 {
	padding-top: 1rem;
    font-size: 2rem;
    font-weight: bold;
    /* line-height: 1.4; */
}

.recent p {
    font-size: 1.8rem;
    line-height: 1.5;
    color: #000;
}


.recent em{
	font-size: 1.3rem;
	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 {
	font-size: 1.8rem;
    color: red;
	margin-bottom: 2rem;
	margin-top: 0.5rem;
	display:block;
}








/* Q&A뉴스라인 */
.line {display:flex; align-items:center; justify-content:space-between; 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;}