@charset "UTF-8";




/* home */
.home{
	position: relative;
	padding: 0 2rem;
	margin-top: 6rem;
}
.home:first-of-type {
	margin-top: 0;
}


.home h3 {
	color: #000;
    font-size: 2rem;
    font-weight: bold;
    line-height: 1.4;
	margin-bottom: 2rem;
	position: relative;
	width: fit-content;
	/* background-image: linear-gradient(transparent 0, transparent 50%, #efe3ff 50%); */
}

.home p, .home pre {
    font-size: 1.7rem;
    line-height: 1.4;
    text-align: justify;
    color: #000;
	word-break: break-all;
	padding: 2rem 1.5rem;
	border-radius: 1rem;
	/* background-color: #ebeffb; */
	box-shadow: 0 0 1rem .5rem rgba(0, 0, 0, .1);
}
.home pre b {
	font-size: inherit;
	font-weight: bold;
}
.home .point {
	font-size: inherit;
	font-weight: bold;
	line-height: inherit;
	position: relative;
	word-break: break-all;
	/* padding-left: 1rem; */
}
.home .point::before {
	/* content: "";
	position: absolute;
	top: 50%;left: 0;
	width: 5px;height: 5px;
	border-radius: 100%;
	transform: translateY(-50%);
	background-color: #222; */
}


.firstnews::after{
	display:none;
}


.home em{
	font-size: 1.4rem;
	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;
	word-break: break-all;
}

.home p span {
	margin-bottom: 2rem;
	margin-top: 0.5rem;
	display:block;
	line-height: inherit;
	word-break: break-all;
	font-size: inherit;
}


/* recent */
.recent{
	position: relative;
	padding: 0 2rem;
}


.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;
	word-break: break-all;
}


.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;
	font-weight: bold;
	padding: 0 1rem;
}

.newslink i {
	margin-left: 1.2rem;
}



.newsImg img{
	width: 100%;
}

.recent p.fisrtp{
	margin-bottom: 3rem;
}

.recent p span {
    color: red;
	margin-bottom: 2rem;
	margin-top: 0.5rem;
	display:block;
}





.line{display:flex; align-items:center; justify-content:space-between;}
.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;}



/* 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;}




.sec_recent:last-child span{display:none;}
.sec_home:last-child span{display:none;}
.sec_maring{margin-bottom: 3rem;}