@charset "utf-8";

.wrap_newsEventIR{}
.wrap_newsEventIR .container{max-width:180rem;margin:0 auto;padding:0 10rem;position:relative;}

.wrap_newsEventIR .titleMore{display:flex;align-items:center;position:absolute;left:52.5%;top:2rem;}
.wrap_newsEventIR .titleMore h2{font-size:5rem;font-family:'Georgia', serif;font-style:italic;color:#161616;line-height:1;letter-spacing:-1px;display:flex;align-items:center;}
.wrap_newsEventIR .titleMore h2::after{width:6rem;height:1px;background:#ab3030;margin:0 1.5rem 0 2rem;content:"";display:block;}
.wrap_newsEventIR .titleMore a.btnMore{width:2.3rem;height:2.3rem;background:url('../images/more.png') no-repeat center;text-indent:-9999px;display:block;}

.wrap_newsEventIR .title{display:none;}

.wrap_newsEventIR .nodata{width:100%;border:0;text-align:center;font-size:2.4rem;font-family:'pre-sb';color:#000;padding:5rem 1rem;}

.wrap_newsEventIR .slick-slide{position:relative;padding-bottom:7rem;}

.wrap_newsEventIR .list{position:relative;}
.wrap_newsEventIR .list::before{width:4px;height:10rem;background:#ffd052;transform:rotate(45deg);content:"";display:block;position:absolute;top:8rem;right:1rem;z-index:1;}

.wrap_newsEventIR .subject{position:relative;}

.wrap_newsEventIR .thumb{width:50%;height:60rem;overflow:hidden;border-radius:2rem;position:relative;z-index:1;}
.wrap_newsEventIR .thumb img{object-fit:cover;object-position:center;width:100%;height:100%;transition:0.3s;}

.wrap_newsEventIR .con{width:65%;height:55rem;padding:6rem 8rem 6rem 20%;border-radius:2rem;background:#a53135;position:absolute;right:0;bottom:-7rem;}

.wrap_newsEventIR .subjectText{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;height:9.5rem;overflow:hidden;word-wrap:break-word;position:relative;}
.wrap_newsEventIR .subjectText span{font-size:4rem;font-family:'pre-eb';color:#FFF;line-height:1.2;transition: background-size 0.3s;}

.wrap_newsEventIR .content{margin-top:4rem;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:5;height:16.5rem;overflow:hidden;word-wrap:break-word;}
.wrap_newsEventIR .content span{font-size:2.2rem;font-family:'pre-r';color:#FFF;line-height:1.5;}

.wrap_newsEventIR .date{display:none;}

.wrap_newsEventIR .subject:hover .thumb img{transform:scale(1.1);}
.wrap_newsEventIR .subject:hover .subjectText span{background-image: linear-gradient(to bottom, transparent 60%, #7d181b  0%);}

.wrap_newsEventIR button.play,
.wrap_newsEventIR button.pause{display:none;}
.wrap_newsEventIR button{width:6rem;height:6rem;font-size:0;display:block;position:absolute;top:calc(50% - 3rem);}
.wrap_newsEventIR button.prev{background:url('../images/nPrevB.png') no-repeat center;left:0;}
.wrap_newsEventIR button.next{background:url('../images/nNextB.png') no-repeat center;right:0;}
.wrap_newsEventIR button.prev:hover{background:url('../images/nPrevR.png') no-repeat center;}
.wrap_newsEventIR button.next:hover{background:url('../images/nNextR.png') no-repeat center;}
.wrap_newsEventIR .paging{display:none;}

.wrap_newsEventIR .numbering{font-family:'pre-eb';line-height:1;position:absolute;bottom:7.5rem;left:54.5%;display:flex;align-items:flex-end;}
.wrap_newsEventIR .numbering .on{font-size:3rem;color:#ffbb66;}
.wrap_newsEventIR .numbering .total{font-size:2rem;color:#FFF;display:flex;align-items:center;padding-bottom:0.1rem;}
.wrap_newsEventIR .numbering .total::before{content:"/";display:inline;padding:0 0.7rem;font-size:1.5rem;}


/* ACTIVE */
.wrap_newsEventIR .list{display:none;}
.wrap_newsEventIR li.active .list{display:block;}

@media only screen and (max-width:1840px){
	.wrap_newsEventIR .container{max-width:calc(100% - 4rem);}
}
@media only screen and (max-width:1024px){
	.wrap_newsEventIR .container{max-width:100%;padding:0;}

	.wrap_newsEventIR .titleMore{position:relative;left:unset;top:unset;padding:0 2rem 4rem 2rem;}
	.wrap_newsEventIR .slick-slide{padding-bottom:0;}
	.wrap_newsEventIR .list::before{display:none;}

	.wrap_newsEventIR .subject{height:calc(100% - 8rem);}

	.wrap_newsEventIR .thumb{width:calc(100% - 4rem);height:40rem;margin:0 auto;}
	.wrap_newsEventIR .con{width:100%;height:unset;padding:3rem 2rem 7rem 2rem;position:relative;right:unset;bottom:unset;}
	.wrap_newsEventIR .con::before{width:100%;height:15rem;background:#a53135;position:absolute;left:0;top:-8rem;content:"";display:block;border-radius:2rem;}

	.wrap_newsEventIR button{width:4rem;height:4rem;top:unset;bottom:2.3rem;}
	.wrap_newsEventIR button.prev{background:url('../images/qPrevW.png') no-repeat center !important;left:unset;right:6rem;}
	.wrap_newsEventIR button.next{background:url('../images/qNextW.png') no-repeat center !important;right:2rem;}

	.wrap_newsEventIR .numbering{bottom:3rem;left:2rem;}
}
@media only screen and (max-width:768px){
	.wrap_newsEventIR .titleMore h2{font-size:3.5rem;}

	.wrap_newsEventIR .thumb{height:30rem;}

	.wrap_newsEventIR .subjectText{height:7.5rem;}
	.wrap_newsEventIR .subjectText span{font-size:3rem;}
	.wrap_newsEventIR .content{margin-top:2rem;height:11rem;}
	.wrap_newsEventIR .content span{font-size:1.8rem;}
}