@charset "utf-8";

.wrap_rctGrad{min-height:71rem;padding-top:1.5rem;}
.wrap_rctGrad h2{display:none;}
.wrap_rctGrad ul.inner{display:flex;justify-content:center;}
.wrap_rctGrad .title{display:none;}
.wrap_rctGrad .cateTitle a{font-size:3.2rem;color:#b4b4b4;font-family:'pre-b';line-height:1.1;transition:0.1s;display:block;}
.wrap_rctGrad .cateTitle a::after{width:100%;height:0.5rem;margin-top:1rem;background:transparent;content:"";display:block;}
.wrap_rctGrad .inner > li.active .cateTitle a{color:#ac2f30;}
.wrap_rctGrad .inner > li.active .cateTitle a::after{background:#ac2f30;}
.wrap_rctGrad .list{position:absolute;left:0;top:11rem;width:100%;}
.wrap_rctGrad .list ul{display:flex;justify-content:space-between;flex-wrap:wrap;}
.wrap_rctGrad .list ul li{width:32.3%;margin-bottom:2%;}
.wrap_rctGrad .list .nodata{font-size:2rem;color:#000;text-align:center;padding:4rem;width:100%;}
.wrap_rctGrad a.subject{display:block;}
.wrap_rctGrad a.subject:hover .con{border-color:#ac2f30;}
.wrap_rctGrad .con{padding:3.5rem;border:1px solid transparent;background:#FFF;box-shadow:0px 0px 10px rgba(0,0,0,0.05);display:block;position:relative;transition:0.3s;}
.wrap_rctGrad .noti{width:4rem;height:4rem;background:#ac2f30 url('../images/rctIcon_w.png') no-repeat center;position:absolute;left:-2rem;top:calc(50% - 2rem);border-radius:100%;text-indent:-9999px;}
.wrap_rctGrad .items{margin-bottom:1.5rem;line-height:1.1;display:flex;justify-content:space-between;}
.wrap_rctGrad .cateTag{font-size:1.8rem;font-family:'pre-sb';}
.wrap_rctGrad .cateTag.color1{color:#b54445;}
.wrap_rctGrad .cateTag.color2{color:#df9d10;}
.wrap_rctGrad .cateTag.color3{color:#2730ab;}
.wrap_rctGrad .cateTag.color4{color:#3fa12f;}
.wrap_rctGrad .cateTag.color5{color:#000;}
.wrap_rctGrad .new{font-size:1.6rem;font-family:'pre-b';color:#b54445;}
.wrap_rctGrad .subjectText{line-height:1.1;white-space:normal;display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden;-webkit-line-clamp:1;}
.wrap_rctGrad .subjectText span{font-size:2.2rem;color:#222;font-family:'pre-sb';}
.wrap_rctGrad a.subject:hover .subjectText span{background-image:linear-gradient(to bottom, transparent 90%, #222 0%);}
.wrap_rctGrad .thumb{display:none;}
.wrap_rctGrad .content{display:none;}
.wrap_rctGrad .date{margin-top:2.5rem;line-height:1.1;display:flex;align-items:center;}
.wrap_rctGrad .date span{font-size:1.8rem;color:#888;}
.wrap_rctGrad .more{width:2.7rem;height:2.7rem;background:#ac2f30 url('../images/rctMore_w.png') no-repeat center;position:absolute;right:0rem;top:2rem;border-radius:0.3rem;text-indent:-9999px;display:block;}
.wrap_rctGrad .slick-arrow{display:none;}

/*활성화*/
.wrap_rctGrad .list,
.wrap_rctGrad .more{display:none;}
.wrap_rctGrad .inner > li.active .list,
.wrap_rctGrad .inner > li.active .more{display:block;}

@media only screen and (max-width:1280px){
	.wrap_rctGrad{min-height:97rem;padding-top:4rem;}
	.wrap_rctGrad .list{top:13rem;}
	.wrap_rctGrad .list ul li{width:100%;margin-bottom:1rem}
	.wrap_rctGrad .list ul li:nth-child(n+6){display:none;}
	.wrap_rctGrad .con{padding:3rem;}
	.wrap_rctGrad .cateTag{font-size:1.6rem;}
	.wrap_rctGrad .new{font-size:1.2rem;}
	.wrap_rctGrad .subjectText span{font-size:2rem;}
	.wrap_rctGrad .date{margin-top:1.5rem;}
	.wrap_rctGrad .date span{font-size:1.4rem;}
	.wrap_rctGrad .more{right:calc(50% - 1.35rem);top:unset;bottom:0;}
}
@media only screen and (max-width:768px){
}


