@charset "UTF-8";
.articleBox .m-index-card_image{
	padding-top: 74.5%;
	position: relative;
}
.articleBox .m-index-card_image img{
	position: absolute;
	top:0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.articleBox .m-index-card_title{
  display: -webkit-box!important;
  -webkit-line-clamp: 4!important;
  -webkit-box-orient: vertical!important;
  overflow: hidden!important;
  max-height: calc(4em *1.6)!important;
}

@media screen and (min-width: 769px){
.articleBox .m-index-card_column{
  flex-basis: 25%!important;
  max-width: 25%!important;
}
}


.articleBox{
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.articleBox .counter{
  display: none;
}
.articleBox .shadowBox {
    float: left;
    display: block;
    border-radius: 2px;
    box-shadow: 0px 2px 2px 0px rgb(0 0 0 / 15%), 0px 0px 1px 0px rgb(0 0 0 / 10%);
    color: #333;
    padding-bottom: 20px;
    cursor: pointer;
    background-color: #fff;
    position: relative;
    line-height: 1.3;
    -webkit-transition: all .3s;
    transition: all .3s;
	display:flex;
	flex-direction:column;
	margin: 2.5% 2.5% 0 0;
}
.articleBox .shadowBox .dtl {
    padding: 10px 15px 0;
}
.articleBox .shadowBox{
	width: 30%!important;
}
.articleBox .shadowBox:nth-child(1),
.articleBox .shadowBox:nth-child(2),
.articleBox .shadowBox:nth-child(3){
	margin-top: 0!important;
}
.articleBox .shadowBox:nth-child(3n){
	margin-right: 0!important;
}
.articleBox .shadowBox:nth-child(3n+1){
	clear: both!important;
}

.articleBox a.shadowBox:hover {
    box-shadow: 0px 4px 4px 0px rgb(0 0 0 / 30%), 0px 0px 3px 0px rgb(0 0 0 / 30%);
}

.articleBox .shadowBox img{
	width: 100%;
	height: auto;
}
.articleBox .shadowBox .ttl{
	padding: 15px 15px 0;
	margin-bottom:0;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    max-height: 6em;
    font-weight: bold;
	font-size:15px;
}

.articleBox .shadowBox .dtl{
	padding: 10px 15px 0;
	font-size: 15px;
}

.articleBox .shadowBox .artDate {
	margin-bottom:0;
    padding: 15px 15px 0;
    color: #757C7D;
	font-size: 15px;
}

.articleBox .artCategoryPreWrap{
	padding: 10px 10px 0;
	flex-grow:1;
	max-height: 60px;
    overflow: hidden;
}
.articleBox .artCategoryWrap{
	display:flex;
	flex-wrap:wrap;
}

@media screen and (max-width: 768px){
  .articleBox{
    display: block;
    position: relative;
    padding-bottom: 52px;
  }
  .articleBox .slick-slider{
    position: static;
  }
  .articleBox .slick-track{
    display: flex;
  }
  .articleBox .slick-slide{
    height: auto;
  }
  .articleBox .slick-arrow{
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    font-size: 0;
    height: 28px;
    width: 28px;
    z-index: 1;
    background-color: transparent;
  }
  .articleBox .slick-arrow:after{
    content: "";
    display: block;
    position: absolute;
    right: 12px;
    border-bottom: 3px solid #525b5c;
    border-right: 3px solid #525b5c;
    height: 17px;
    width: 17px;
  }
  .articleBox .slick-prev{
    right: 63px;
  }
  .articleBox .slick-prev:after{
    right: 0;
    transform: translateY(-50%) rotate(135deg);
  }
  .articleBox .slick-next:after{
    transform: translateY(-50%) rotate(-45deg);
  }
  .articleBox .counter{
    display: flex;
    align-items: center;
    position: absolute;
    bottom: 0;
    left: 0;
    font-size: 1.4rem;
  }
  .articleBox .countNo{
    display: flex;
    align-items: center;
  }
  .articleBox .currentNo{
    font-size: 2rem;
    margin-right: 5px;
  }
  .articleBox .maxNo{
    margin-left: 5px;
  }
  .articleBox .countLine{
    position: relative;
    width: 130px;
    margin-left: 15px;
  }
  .articleBox .countLine:after{
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background: #525b5c;
  }
  .articleBox .countLine span{
    transition: width .6s cubic-bezier(.25,.8,.25,1);
    transform: translateY(-50%);
    position: absolute;
    left: 0;
    width: 20px;
    height: 4px;
    background: #ea002a;
    z-index: 1;
  }
  .articleBox .m-index-card_column{
    flex-basis: 25%!important;
    max-width: 25%!important;
  }
	.articleBox .shadowBox{
		float: none;
		display: block;
		border-radius: 0;
		box-shadow: none;
		padding: 15px 4%;
	}
	.articleBox .shadowBox:hover{
		box-shadow: none;
	}
	.articleBox .shadowBox{
		width: 100%!important;
	}
	.articleBox .shadowBox{
		margin-right: 0;
		border-bottom:1px solid #e6e6e6;
		overflow: hidden;
	}
	.articleBox .shadowBox:first-child{
		border-top:1px solid #e6e6e6;
	}
	.articleBox .shadowBox:nth-child(2),
	.articleBox .shadowBox:nth-child(1),
	.articleBox .shadowBox:nth-child(3){
	margin-top: 2.5%!important;
	}
	.articleBox .shadowBox .artDate {
		padding: 0;
		width: 60%;
		float: right;
	}
	.articleBox .shadowBox img{
		display: block;
		float: left;
		width: 35%;
	}
	.articleBox .shadowBox .ttl{
		padding: 0;
		float: right;
		width: 60%;
		padding-top: 5px;
		-webkit-line-clamp: 5;
		max-height: 7em;
	}
	.articleBox .shadowBox .dtl{
		padding: 5px 0 0;
		float: right;
		width: 60%;
	}
	.articleBox .artCategoryPreWrap{
		padding: 10px 0 0;
		width: 60%;
		float: right;
	}
}



.shadowBox .artCategory,.artSeries{
display: inline-block;
padding: 2px 5px;
margin: 0 3px 5px 0;
font-size:14px;
}
.shadowBox .artCategory{
	background-color:rgba(8,204,182,.4);;
	}
.shadowBox .artSeries{
	background-color:rgba(255,194,15,.4);
	}
.shadowBox .artTxt{
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	height: auto!important;
}
.shadowBox .artSeries{
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	height: auto!important;
}
.articleBox .m-index-card{
flex-grow:1;
}