@charset "UTF-8";


/* banner */
.banner{
	height: 5rem;
	display:flex;
	background: #fff;
}
.banner p {
	height: 100%;
	display: flex;
	align-items: center;
}
.banner p:nth-child(1) {
	width: 60%;
	background-color: #004a8f;
	padding-left: 1.4rem;
}
.banner p:nth-child(2) {
	width: 40%;
	background-color: #0d589d;
	justify-content: center;
}
.banner p img {
		width: 30vw;
		max-width: 130px;
}

/* home */
.home{
	position: relative;
	padding: 1.4rem;
	word-break: keep-all;
}

.home h3 {
    font-size: 2rem;
    font-weight: bold;
    line-height: 1.4;
}
.home p {
    font-size: 1.5rem;
    line-height: 1.4;
	padding-bottom: 1.6rem;
    text-align: left;
    color: #222;
}

.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.5rem;
    color: red;
	margin: 0.5rem 0;
	display:block;
}

#tab1 .home:last-of-type .line {
	display: none;
}


/* 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;}