@charset "utf-8";

/*구조*/
.wrap_news1{max-width:180rem;margin:0 auto;}
.wrap_news1 .container{max-width:160rem;margin:0 auto;position:relative;}

/*타이틀*/
.wrap_news1 .mainTitle{display:flex;align-items:flex-end;position:absolute;left:0;top:0rem;z-index:1;}

/*탭*/
.wrap_news1 .title{display:none;}

/*noData*/
.wrap_news1 .list .nodata{font-size:2rem;color:#000;text-align:center;padding:4rem;width:100%;}

/* 메인슬라이더 */
.wrap_news1 .main_slider{}
.wrap_news1 .main_slider a{display:block;}
.wrap_news1 .main_slider .mainPost{display:flex;justify-content:space-between;}
.wrap_news1 .main_slider .mainPost .itemTxt{width:48%;padding-top:10rem;}
.wrap_news1 .main_slider .mainPost .itemTxt h3{font-size:4rem;color:#202020;font-family:'pre-b';line-height:1.3;letter-spacing:-0.08rem;white-space:normal;display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden;-webkit-line-clamp:2;transition:0.3s;}
.wrap_news1 .main_slider .mainPost .itemTxt p{font-size:2rem;color:#555;line-height:1.4;text-align:left;letter-spacing:-0.08rem;white-space:normal;display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden;-webkit-line-clamp:4;padding-top:3rem;}
.wrap_news1 .main_slider .mainPost .itemImg{width:48.7%;height:47rem;overflow:hidden;}
.wrap_news1 .main_slider .mainPost .itemImg img{object-fit:cover;object-position:center;width:100%;height:100%;transition:0.3s;}
.wrap_news1 .main_slider a:hover .itemTxt h3{color:#ab3030;}
.wrap_news1 .main_slider a:hover .itemImg img{transform:scale(1.1);}

/*더보기
.wrap_news1 .more{margin-left:2rem;margin-top:0.5rem;width:2.3rem;height:2.3rem;background:#a3a3a3 url('../images/more.png') no-repeat center;border-radius:50%;text-indent:-99999999px;display:block;transition:0.3s;}
.wrap_news1 .more:hover{background-color:#ac2f30;}
*/
.wrap_news1 .more{margin-left:2rem;margin-bottom:0.1rem;border-bottom:1px solid #888;transition:0.3s;font-size:1.6rem;color:#888;font-family:'pre-m';line-height:1;display:flex;align-items:center;}
.wrap_news1 .more::after{width:15px;height:8px;opacity:0.4;background:url('../images/plus.png') no-repeat right center;content:"";display:block;transition:0.3s;}
.wrap_news1 .more:hover{color:#000;border-color:#000;}
.wrap_news1 .more:hover::after{opacity:1;}


/* 콘트롤 */
.wrap_news1 .slick-arrow{width:6rem;height:6rem;position:absolute;bottom:-25rem;border-radius:50%;transition:0.3s;text-indent:-99999999px;display:block !important;}
.wrap_news1 .slick-prev{background:#ac2f30 url('../images/prev.png') no-repeat center;left:-10rem;}
.wrap_news1 .slick-next{background:#ac2f30 url('../images/next.png') no-repeat center;right:-10rem;}
.wrap_news1 .slick-arrow:hover{background-color:#666;}

.wrap_news1 .control{display:flex;align-items:center;position:absolute;left:0;bottom:1rem;}
.wrap_news1 .control button{width:1.6rem;height:1.6rem;display:block;text-indent:-99999999px;}
.wrap_news1 .control .btn_prev{background:url('../images/btn_prev.png') no-repeat center;}
.wrap_news1 .control .btn_next{background:url('../images/btn_next.png') no-repeat center;}
.wrap_news1 .control .btn_play{background:url('../images/btn_play.png') no-repeat center;margin:0 2rem;}
.wrap_news1 .control .btn_stop{background:url('../images/btn_stop.png') no-repeat center;margin:0 2rem;}
.wrap_news1 .control .paging{font-size:1.6rem;color:#a5a5a5;font-family:'pre-sb';line-height:1;margin-left:3rem;display:flex;align-items:center;}
.wrap_news1 .control .paging .current{color:#ab3030;padding-right:1.5rem;}
.wrap_news1 .control .paging .total{padding-left:1.5rem;}

/*활성화*/
.wrap_news1 .list{display:none;}
.wrap_news1 .inner > li.active .list,
.wrap_news1 .inner > li.active .more{display:block;}

@media all and (max-width:1840px){
	.wrap_news1{max-width:100%;}
	.wrap_news1 .container{max-width:calc(100% - 4rem);}
	.wrap_news1 .slick-arrow{display:none !important;}
}
@media only screen and (max-width:1280px){
	.wrap_news1 .main_slider .mainPost .itemTxt h3{font-size:3.5rem;}
	.wrap_news1 .main_slider .mainPost .itemImg{height:40rem;}
}
@media all and (max-width:768px){
	.wrap_news1 .mainTitle{position:relative;}
	.wrap_news1 .main_slider .mainPost{flex-direction:column-reverse;}
	.wrap_news1 .main_slider .mainPost .itemTxt{width:100%;padding-top:0;}
	.wrap_news1 .main_slider .mainPost .itemTxt p{padding-top:2rem;}
	.wrap_news1 .main_slider .mainPost .itemImg{width:100%;height:unset;max-height:28rem;margin:3rem 0;}
	.wrap_news1 .control{justify-content:center;position:relative;left:unset;margin-top:3rem;bottom:0;}
}


/* 탭 키 포커스 */
.wrap_news1 .main_slider a{transition:all 0.2s;border:3px solid transparent;}
.wrap_news1 .main_slider a:focus{outline:none;}
.wrap_news1 .main_slider a:focus-visible{border-color:#2563eb;background-color:#f8f8f8;border-radius:3px;box-shadow:0 0 0 5px rgba(37,99,235,0.2);}
.wrap_news1 .main_slider a:hover .itemImg img,
.wrap_news1 .main_slider a:focus-visible .itemImg img{transform:scale(1.05);}