@charset "utf-8";

.wrap-notice{height:100%;background:#fff;border-radius:25px;padding: 60px 40px;overflow:hidden;border:1px solid #ccc;min-height: 560px;}

/*게시판*/
.wrap-notice > ul{/* display:flex; */}
.wrap-notice > ul > li + li{display:none;}

/*타이틀*/
.wrap-notice .title{display:flex;margin-bottom: 50px;}
.wrap-notice .title a{font-size: 34px;line-height: 1;font-family: 'S-CoreDream-5Medium';}

/*목록*/
.wrap-notice .list{width:100%;}
.wrap-notice .list ul{}

/*noData*/
.wrap-notice .list .nodata{font-size:18px;color:#000;text-align:center;padding:50px 0;width:100%;}

/*링크*/
.wrap-notice a.subject{display:block;}

/*썸네일*/
.wrap-notice .thumb{display:none;}
.wrap-notice .thumb img{}

/*컨텐츠*/
.wrap-notice .list ul li{}
.wrap-notice .list ul li:nth-child(n + 4){display:none;}
.wrap-notice .list ul li + li{margin-top:50px;}
.wrap-notice .list ul li .con{padding-left: 110px;position: relative;padding-top: 10px;padding-bottom: 10px;}
.wrap-notice .list ul li .con > p{display:none;}

/*제목*/
.wrap-notice .subjectText{font-size: 24px;line-height: 1.35;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 1;overflow: hidden;font-weight: 500;color: #333;font-family: 'S-CoreDream-5Medium'; text-align: left;}
.wrap-notice .list ul li + li .subjectText{-webkit-line-clamp: 1;}
.wrap-notice .subjectText span{background-image: linear-gradient(#555, #555);background-repeat: no-repeat;background-size: 0 1px;background-position: left 100%;transition: background-size .75s;}
.wrap-notice .list ul li:hover .subjectText span{background-size: 100% 1px;}

/*내용*/
.wrap-notice .content{font-size: 18px;color: #666;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 1;overflow: hidden;font-family: 'S-CoreDream-4Regular';line-height:1.6; text-align: left;}
.wrap-notice .content span{background-image: linear-gradient(#555, #555);background-repeat: no-repeat;background-size: 0 1px;background-position: left 100%;transition: background-size .75s;transition-delay:0.25s;}
.wrap-notice .list ul li:hover .content span{background-size: 100% 1px;}

/*날짜*/
.wrap-notice .date{font-size: 18px;position: absolute;left: 0;top: 0;background: #005bac;color: #fff;width: 82px;height: 82px;border-radius: 50%;display: flex;flex-direction: column;justify-content: center;align-items: center;text-align: center;line-height: 1;font-family: 'S-CoreDream-4Regular';}

/*더보기*/
.wrap-notice .more{position:absolute;right: 40px;top: 60px;width: 37px;height: 37px;background:url('../images/plus.png') no-repeat center;text-indent: -9999px;transition:all ease .5s;}
.wrap-notice .more:hover{transform:rotate(180deg);}

/*꾸미기*/
.wrap-notice .readMore{display:none;}

/*활성화*/
.wrap-notice .list,
.wrap-notice .more{display:none}
.wrap-notice > ul > li.active .list,
.wrap-notice > ul > li.active .more{display:block}

/*CONTROL*/
.wrap-notice .control{display:none;}

@media only screen and (max-width:1280px){
	.wrap-notice{padding: 35px 25px;min-height:345px;border-radius: 15px;}
	.wrap-notice .title{margin-bottom:30px;}
	.wrap-notice .title a{font-size:20px;}
	.wrap-notice .list ul li .con{padding-left:70px;padding-top:5px;}
	.wrap-notice .subjectText{font-size: 15px;}
	.wrap-notice .content{font-size:12px;}
	.wrap-notice .date{width:50px;height:50px;font-size: 11px;}
	.wrap-notice .list ul li + li{margin-top:25px;}
	.wrap-notice .more{width:22px;height:22px;top:32px;right:25px;}
}
@media only screen and (max-width:767px){
	.wrap-notice{padding: 45px 35px 40px 25px;min-height:520px;}
	.wrap-notice .title{margin-bottom:45px;}
	.wrap-notice .title a{font-size:30px;}
	.wrap-notice .date{width:80px;height:80px;font-size:18px;}
	.wrap-notice .list ul li .con{padding:15px 0;padding-left:100px;}
	.wrap-notice .list ul li + li{margin-top:35px;}
	.wrap-notice .subjectText{font-size: 22px;}
	.wrap-notice .content{font-size:16px;}
	.wrap-notice .more{width:38px;height:38px;top:42px;right:25px;}
}
