#idHomeContents .magazine {
	margin-bottom : 150px;
}

#idHomeContents .magazine a {
	display     : flex;
	align-items : center;
	margin      : 20px 0 0;
}

#idHomeContents .magazine .sub-image img {
	width : 86px;
}

#idHomeContents .magazine .magazine-title {
	font-size   : 10px;
	font-weight : 600;
	line-height : 1.5;
	margin      : 10px 0;
}

#idHomeContents .magazine .sub-text {
	margin : -40px 0 0 15px;
}

#idHomeContents .magazine .sub-text .sub-text-small {
	font-size          : 8px;
	display            : -webkit-box;
	overflow           : hidden;
	-webkit-line-clamp : 2;
	-webkit-box-orient : vertical;
}

#idHomeContents .magazine .magazine-others {
	position : relative;
	top      : -20px;
	left     : 100px;
	width    : 73%;
}

#idHomeContents .magazine .magazine-tags {
	display  : block;
	overflow : hidden;
}

#idHomeContents .magazine .magazine-tags .magazine-tag {
	font-size        : 8px;
	display          : inline-block;
	padding          : 0 3px;
	box-sizing       : border-box;
	background-color : #EDEDED;
}

#idHomeContents .magazine .magazine-tags .magazine-tag a {
	margin : 0;
}

#idHomeContents .magazine .magazine-date {
	font-family : 'Lato', sans-serif;
	font-size   : 8px;
	color       : var(--color_gray);
	margin-top  : 5px;
}

#idHomeContents .magazine .button img {
	background-color : #FFFFFF;
	border           : 1px black solid;
}