@charset "utf-8";

/*구조*/
.wrap_notice{min-height:60rem;}
.wrap_notice .container{}

/*타이틀*/
.wrap_notice h2{}

.wrap_notice ul.inner{display:flex;justify-content:center;position:relative;margin-top:-6rem;}
.wrap_notice ul.inner > li{background:#e7e8eb;}
.wrap_notice ul.inner > li:first-child{border-bottom-left-radius:3rem;border-top-left-radius:3rem;}
.wrap_notice ul.inner > li:last-child{border-bottom-right-radius:3rem;border-top-right-radius:3rem;}

/*탭*/
.wrap_notice .title{}
.wrap_notice .title a{font-size:2rem;color:#222;font-family:'paper-r';line-height:1;padding:1.8rem 2rem;transition:0.1s;display:block;}
.wrap_notice .inner > li.active .title a{color:#FFF;font-family:'paper-sb';background:#1f96e3;border-radius:3rem;}

/*목록*/
.wrap_notice .list{position:absolute;left:0;top:12rem;width:215rem;}
.wrap_notice .list ul{}
.wrap_notice .list ul li{}

/*noData*/
.wrap_notice .list .nodata{font-size:2rem;color:#000;text-align:center;padding:4rem;width:100%;}

/*링크*/
.wrap_notice a.subject{display:block;background:#e8e8eb;margin-right:2rem;padding:3.5rem;height:28.5rem;border-radius:3rem;transition:0.3s;}

/*컨텐츠*/
.wrap_notice .con{}
.wrap_notice .con::after{width:3.5rem;height:3.5rem;margin-top:3rem;border-radius:100%;background:#222 url('../images/arrow_1_w.png') no-repeat center;content:"";display:block;transition:0.1s;}

/*제목*/
.wrap_notice .subjectText{font-size:2.2rem;color:#000;font-family:'paper-sb';line-height:1.3;white-space:normal;display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden;-webkit-line-clamp:2;}

/*썸네일*/
.wrap_notice .thumb{display:none;}
.wrap_notice .thumb img{display:inline;object-fit:cover;object-position:center;width:100%;height:100%;}

/*내용*/
.wrap_notice .content{font-size:1.65rem;color:#434343;font-family:'paper-l';line-height:1.3;margin-top:3.5rem;white-space:normal;display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden;-webkit-line-clamp:2;}

/*날짜*/
.wrap_notice .date{display:none;}

/*더보기*/
.wrap_notice .more{font-size:1.6rem;color:#1f96e3;font-family:'paper-m';line-height:1;padding-right:1.5rem;display:block;background:url('../images/more.png') no-repeat right center;position:absolute;right:0;top:2rem;}
.wrap_notice .more span{font-size:0;}

/*활성화*/
.wrap_notice .list,
.wrap_notice .more{display:none}
.wrap_notice .inner > li.active .list,
.wrap_notice .inner > li.active .more{display:block}

/*CONTROL*/
.wrap_notice .slick-arrow{width:4rem;height:4rem;font-size:0;display:none !important;position:absolute;top:calc(50% - 2rem);z-index:1;}
.wrap_notice .slick-prev{background:url(../images/prev.png) no-repeat center;left:0;}
.wrap_notice .slick-next{background:url(../images/next.png) no-repeat center;right:0;}

/*HOVER*/
.wrap_notice .title a:hover{background:#1f96e3;color:#FFF;border-radius:3rem;}
.wrap_notice a.subject:hover{background:#1f96e3;}
.wrap_notice a.subject:hover .subjectText,
.wrap_notice a.subject:hover .content{color:#FFF;}
.wrap_notice a.subject:hover .con::after{background:#FFF url('../images/more.png') no-repeat center;}

@media only screen and (max-width:1280px){
	.wrap_notice{min-height:69.5rem;}
	.wrap_notice ul.inner{margin-top:6rem;}
}
@media only screen and (max-width:768px){
	.wrap_notice{min-height:56.5rem;}
	.wrap_notice .title a{font-size:1.6rem;padding:1.7rem 1rem;}
	.wrap_notice .list{width:100%;top:7rem;}
	.wrap_notice .list ul{padding:0 4rem;}
	.wrap_notice a.subject{margin:0 1px;}
	.wrap_notice .more{right:calc(50% - 4.5rem);top:-4rem;}
	.wrap_notice .slick-arrow{display:block !important;}
}


