@charset "UTF-8";

#main-news {
	background: #ffffff;
	padding: 50px 0;
}

#main-news .latest-list-box {
	width: 100%;
}

#main-news .latest-inner-box {
	display: table;
	table-layout: fixed;
	width: 100%;
}

#main-news .latest-inner-list {
	display: table-cell;
	width: 25%;
	padding: 0 0.5%;
}

#main-news .latest-list-thumb {
	position: relative;
	height: 0;
	overflow: hidden;
	padding-bottom: 100%;
}

#main-news .latest-list-thumb>img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#main-news .latest-anchor {
	background-repeat: no-repeat !important;
	background-position: top center !important;
	background-size: contain !important;
	border: 1px solid #e3e3e3;
	padding: 0;
}

#main-news .latest-subject {
	display: block;
	padding: 0 0 30px 0;
	font-size: 35px; /*±âÁ¸ 30px¿¡¼­ 35px·Î ¼öÁ¤ 20200924*/
	text-align: center;
	line-height: 1;
	font-family: "Noto regular";
	color: #444;
}

#main-news .latest-title {
	line-height: 1.35;
	color: #444;
	text-align: center;
	/* word-break: keep-all;
	white-space: nowrap; */
	text-overflow: ellipsis;
	height: 43px;
	overflow: hidden;
}

#main-news .latest-con {
	display: none;
	line-height: 1.35;
	color: #777;
	font-size: 12px;
	word-break: keep-all;
}


#main-news .latest-desc {
	min-height: 82px;
	padding: 20px;
	background: #fff;
}

#main-news .latest-date {
	position: absolute;
	left: 20px;
	bottom: 45px;
}

#main-news .latest-date dt {
	text-indent: -9999px;
}

#main-news .latest-date dd {
	font-size: 12px;
	color: #777;
}

#main-news .latest-more {
	display: none;
	position: absolute;
	right: 20px;
	bottom: 20px;
	width: 30px;
	height: 30px;
	background: url('../images/btn-more.jpg') no-repeat center center;
	text-indent: -9999px;
}

#main-news .latest-new {
	display: none;
}

#main-news .no-data {
	text-align: center;
	color: #777;
	padding: 40px 0 0 0;
}

#main-news .slick-dots {
	position: absolute;
	right: 22px;
	top: -40px;
}

#main-news .slick-dots li {
	float: left;
	line-height: 0;
	margin: 0 0 0 5px;
}

#main-news .slick-dots li.slick-active button {
	background: #6f6fb9;
}

#main-news .slick-dots li button {
	text-indent: -9999px;
	width: 10px;
	height: 10px;
	background: #cccccc;
	border-radius: 100%;
}

/* ==========================================================================
   Tablet Mode
   ========================================================================== */

@media all and (max-width:980px) {
	#main-news .slick-dots {
		right: 50%;
		top: auto;
		bottom: -55px;
		transform: translate(50%, 0%);
	}

	#main-news .slick-dots li button {
		width: 22px;
		height: 22px;
	}

	#main-news {
		padding: 50px 0 90px 0;
	}

	#main-news .latest-anchor {
		background-size: cover !important;
	}

	#main-news .latest-desc {
		min-height: 62px;
	}

	#main-news .latest-title {
		height: 22px;
		overflow: hidden;
	}
}


/* ==========================================================================
   Mobile Mode
   ========================================================================== */

@media all and (max-width:640px) {
	#main-news .latest-title {
		height: 32px;
	}
}