@charset "UTF-8";


/* banner */
.banner{
	height: 5rem;
	display:flex;
	position: relative;
}
.sha::after {
	content: "";
	display: block;
	position: absolute;
	bottom: -1.4rem;
	left: 0;
	width: 100%;
	height: 20px;
	/* background: url("../sub/shadow.png") no-repeat 0 0 / cover; */
}
.banner p {
	height: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.banner p:nth-child(1) {
	width: 100%;
	background-color: #fff;
	padding-left: 1.4rem;
}
.banner p img:first-child {
	width: 8.5rem;
}
.banner p img:last-child {
	width: 17rem;
}
/* home */
.home{
	position: relative;
	padding: 1.4rem;
	word-break: keep-all;
}

.home h3 {
    font-size: 1.6rem;
    font-weight: 800;
    line-height: 1.4;
	margin: 1rem 0 1.5rem;
	display: flex;gap: .5rem;
}
.home h3 img {
	width: 1.7rem;height: 1.7rem;object-fit: contain;
	margin-top: .3rem;
}
.home h4 {
    font-size: 1.4rem;
    font-weight: 800;
    line-height: 1.4;
	margin-top: 2rem;
	color: #0051a2;
}
.home p, .home pre {
    font-size: 1.4rem;
    line-height: 1.4;
	margin: .5rem 0 4rem;
    text-align: left;
    color: #222;
	word-break: break-all;
	white-space: pre-line;
}
.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: 0.5rem 0;
	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:none;
	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: 0; width: 100%; height: 1px; background-color: #ddd;margin-bottom: 2rem;}
.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:none;}
.home:last-child .line span{display:none;}
.recent:last-child .line span{display:none;}



.result_btn {
	display: block;
	padding: .5rem 2rem;
	font-size: 1.4rem;
	font-weight: 600;
	border-radius: 10rem;
	background-color: #0051a2;
	text-align: center;
	margin-top: 2rem;
	color: #fff;
}