/* webzine_h */
ul.webzine_h *{
	text-decoration: none!important;
}
ul.webzine_h{
	margin-bottom: 30px;
	display: flex;
	gap: 30px;
    flex-wrap: wrap;
}
ul.webzine_h li > a{
	display: block;
}
div.no_image{
	display: flex;
	justify-content: center;
	align-items: center;
    border-radius: 10px;
}
div.no_image_text{
	text-align: center;
	font-size: 20px;
	text-decoration: none;
	transition: 0.4s all;
}
div.webzine_h_content{
    padding: 0 10px 15px;
}
div.doc_title{
	font-size: 16px;
	font-weight: 700;
	color: #2c3e50;
	line-height: 1.3;
	display: flex;
	align-items: center;
	justify-content: space-between;
	text-align: left;
	padding-left: 0;
	background: none;
}
i.doc_title_icon{
	font-size: 16px;
	margin-left: 20px;
	color: #777777;
}
div.title_area{
	line-height: 1.3;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 8px;
	text-align: left;
	padding-left: 0;
	background: none;
}
div.doc_content{
	color : rgb(153, 153, 153);
	font-size: 17px;
}
div.image_area{
    overflow: hidden;
    /* border-radius: 10px; */
    /* border: 1px solid #e4e4e4; */
    font-size: 0;
	position: relative;
}

a.doc_link img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: 0.4s all;
	image-rendering: -moz-crisp-edges; /* firefox */
	image-rendering: -o-crisp-edges; /* opera */
	image-rendering: -webkit-optimize-contrast; /* chrome(비표준) */
	image-rendering: crisp-edges;
	transform:translateZ(0);
	backface-visibility:hidden;
	position: absolute;
	top: 0;
	left: 0;
}
a.doc_link img:hover{
	/* transform: scale(1.1); */
}
div.no_image:hover div.no_image_text{
	font-size: 25px;
}
.title-right {
	display: flex;
	align-items: center;
	gap: 6px;
}
div.doc_info span{
    color: #515151;
    font-size: 14px;
    font-weight: 300;
}
ul.extra_item{
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	gap: 5px;
	align-items: center;
	width: 100%;
	justify-content: space-between;
}
ul.extra_item li{
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 14px;
	color: #515151;
	display: flex;
	align-items: center;
	gap: 5px;
}
ul.extra_item li:last-child::after{
	display: none;
}
ul.extra_item li a{
	color: #8c8c8c;
}
ul.extra_item li:last-child{
	border: 0;
}
span.ex_name{
	font-weight: bold;
	color: #000;
}
li.webzine_h_style2{
	border: 1px solid #e4e4e4;
}
li.webzine_h_style2 div.image_area{
	border: 0;
	border-radius: 0;
	border-bottom: 1px solid #f3f3f3;
}
li.webzine_h_style2 div.webzine_h_content{
	padding: 20px;
}
li.webzine_h_style2 div.doc_title{
	font-size: 18px;
}
li.webzine_h_style2 ul.extra_item li{
	font-size: 18px;
}
li.webzine_h_style2 ul.extra_item li span.ex_name{
	color: rgb(255, 106, 0);
}
img.highlight{
	position: absolute;
	top: 5px;
	right: 5px;
}
div.doc_info_area{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 5px;
}
.icon {
	width: 16px;
	height: 16px;
	flex-shrink: 0;
}
.product-name.icon {
	color: #9a7f37;
}

.design-prefix {
	color: #9a7f37;
}

ul.extra_item li.hashtags {
	display: flex;
	gap: 8px;
}

.hashtag {
	font-size: 12px;
	color: #95a5a6;
	font-weight: 400;
}

ul.webzine_h > li:hover {
	transform: translateY(-5px);
}

ul.webzine_h > li{
	width: calc(100% / 4 - 23px);
	transition: transform 0.3s ease;
}

@media ( max-width: 1024px ) {
	ul.webzine_h > li{
		width: calc(100% / 3 - 20px);
	}
}
@media ( max-width: 768px ) {
	ul.webzine_h{
		padding: 5px;
		gap: 10px;
	}
	ul.webzine_h > li{
		width: calc(100% / 2 - 5px);
	}
	div.webzine_h_content{
		padding: 10px 0;
	}
	li.webzine_h_style2 div.webzine_h_content{
		padding: 10px;
	}
	div.doc_title{
		font-size: 13px;
	}
	li.webzine_h_style2 div.doc_title{
		font-size: 13px;
	}
	div.doc_info span{
		font-size: 12px;
		display: block;
	}
	ul.extra_item{
		gap: 5px;
	}
	ul.extra_item li{
		font-size: 12px;
	}
	li.webzine_h_style2 ul.extra_item li{
		margin-top: 7px;
		font-size: 12px;
	}
	li.webzine_h_style2 div.webzine_h_content{
		padding: 10px;
	}
	div.doc_info_area{
		align-items: flex-end;
	}
	ul.extra_item li::after{
		display: none;
	}
	div.doc_info{
		margin-left: auto;
	}
	span.readed_count{
		white-space: nowrap;
	}
	div.title_area{
		margin-bottom: 5px;
	}
}
@media ( max-width: 425px ) {
	ul.webzine_h > li{
		width: 100%;
	}
}