@charset "UTF-8";


/* banner */
.banner{
	height: 6rem;
    position:relative;
	display:flex;
	justify-content:center;
	flex-direction:column;
	background: #09815F;
}
/*.banner p{
	color: #006ab7;
    font-size: 1.5rem;
    font-weight: bold;
    letter-spacing: -2px;
	position: absolute;
    margin-left: 1rem;
}*/
.banner img{
	width: 17.5rem;
	margin-left: 1rem;
}


/* home */
.home{
	position: relative;
	padding: 0 1.4rem;
}


.home h3 {
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1.4;
	margin-top: 2rem;
}

.s_title{
	font-size: 1.3rem !important;
	font-weight: bold;
}

.home p {
    font-size: 1.5rem;
    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 {
	font-size: 1.6rem;
    color: red;
	margin-bottom: 2rem;
	margin-top: 0.5rem;
	display:block;
	word-break: keep-all !important;
}


/* recent */
.news_title{
    position: absolute;
    margin: 2rem 0 0 1rem;
}
.news_title p:first-child{
    display: inline-block;
    color: #000;
    font-size: 3rem;
    font-weight: bold;
    letter-spacing: -0.1rem;
    margin-bottom: 0.7rem;
    z-index: 999;
    border-bottom: 6px solid #4BA578;
}
.news_title p{
    font-weight: bold;
    font-size: 1.5rem;
    color: #09815F;
    margin-bottom: 1rem;
}
.news_title p:last-child{
    font-weight: 500;
    font-size: 1.4rem;
    letter-spacing: -0.1rem;
    line-height: 1.5rem;
    color: #fff;
    margin-top: 1rem;
}
.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;
}








/* 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;}