@charset "UTF-8";
.category {display: none}
.container.bg {background: url('img/bg.png') repeat;}
.contents_works {
	position: relative;
	width: 100%;
	max-width: 1280px;
	padding-top: 70px;
	transition: all .25s ease;
}
.work_cards {
	display: inline-block;
	position: relative;
	height: auto;
	margin: 10px;
	border: 1px solid #FFFFFF;
	border-radius: 2px;
	background-color: #FFFFFF;
	box-shadow: 0 2px 10px rgba(0, 0, 0, .15);
	transition: all .25s ease;
	background-repeat: no-repeat;
    background-size: cover;
	cursor: pointer;
	overflow: hidden;
}
.work_cards > .bg_thumb {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-repeat: no-repeat;
    background-size: cover;
	background-position: center;
	filter: blur(20px);
	-webkit-filter: blur(20px);
	z-index: 5;
}
.work_cards > .bg {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-repeat: no-repeat;
    background-size: cover;
	background-position: center;
	z-index: 6;
}
.work_cards > .info_cont {
	display: flex;
	flex-direction: column;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	padding: 10px;
	background: none;
	font-size: 13px;
	line-height: 18px;
	transform: translateY(40%);
	transition: all .25s ease;
	z-index: 7;
}
.work_cards > .info_cont > .title_cont {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-direction: row;
	height: 48px;
	margin-bottom: 5px;
}
.work_cards > .info_cont > .title_cont > .title {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	width: calc(100% - 150px);
	font-size: 22px;
	line-height: 26px;
	font-weight: 900;
	color: #FFFFFF;
	text-shadow: 0 0 10px rgba(0, 0, 0, .35);
}
.work_cards > .info_cont > .title_cont > .devices {
	display: none;
	font-size: 14px;
	line-height: 18px;
	font-weight: 700;
	color: #AAAAAA;
	text-align: right;
}
.work_cards > .info_cont > .title_cont > .devices img {
	margin-left: 5px;
}
.work_cards > .info_cont > .description {
	display: block;
	display: -webkit-box;
	max-width: 100%;
	height: 44px;
	margin: 0 auto;
	font-size: 15px;
	line-height: 22px;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	opacity: 0;
}
.work_cards > .etc {
	position: absolute;
	top: -1px;
	left: -1px;
	width: 90px;
	height: 90px;
	border-top: 90px solid rgba(255, 24, 0, .75);
	border-right: 90px solid transparent;
	z-index: 99;
}
.work_cards > .etc > .icon {
	transform: translate(10px, -81px) rotateZ(-45deg);
	width: 20px;
	height: 23px;
}
.work_cards > .etc.award > .icon {
	background: url(img/icn_award_cards.svg) no-repeat;
}
.work_cards > .etc.patent > .icon {
	background: url(img/icn_patent_cards.svg) no-repeat;
}
.work_cards > .etc > .value {
	transform: translate(14px, -63px) rotateZ(-45deg);
	font-size: 15px;
	line-height: 18px;
	font-weight: 900;
	color: #FFFFFF;
	text-transform: uppercase;
}
.work_cards:hover, .work_cards.tapped {
	border: 1px solid #FF1800;
}
.work_cards:hover > .info_cont, .work_cards > .info_cont.show {
	transform: translateY(0);
	background: #FFFFFF;
}
.work_cards:hover > .info_cont > .title_cont > .title, .work_cards > .info_cont.show > .title_cont > .title {
	color: #FF1800;
	text-shadow: none;
}
.work_cards:hover > .info_cont > .title_cont > .devices {
	display: flex;
}
.work_cards > .info_cont.show > .description,
.work_cards:hover > .info_cont > .description {
	opacity: 1;
}
.work_cards > .info_cont.show > .title_cont > .devices {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	width: 150px;
	height: 48px;
}
@media screen and (max-width: 768px) {
	.contents_works {
		grid-template-columns: 90%;
		grid-template-rows: repeat(7, 375px);
		grid-gap: 30px;
	}
	.work_cards > .info_cont > .title_cont > .title {
		display: flex;
		justify-content: flex-start;
		align-items: center;
		width: calc(100% - 110px);
		font-size: 18px;
		line-height: 22px;
	}
	.work_cards > .info_cont.show > .title_cont > .devices {
		width: 110px;
		height: 44px;
		font-size: 12px;
		line-height: 14px;
	}
	.work_cards > .info_cont.show > .title_cont > .devices img {
		transform: scale(0.95);
		margin-left: 4px;
	}
	.work_cards > .info_cont > .description {
		height: 36px;
		font-size: 14px;
		line-height: 18px;
	}
}
@media screen and (max-width: 414px) {
	.contents_works {
		grid-template-columns: 100%;
		grid-template-rows: repeat(7, 325px);
		grid-gap: 20px;
	}
	.work_cards {
		margin: 10px 0;
	}
	.work_cards > .info_cont.show > .title_cont > .title {
		width: calc(100% - 80px);
		font-size: 16px;
		line-height: 20px;
		display: inline-table;
		-webkit-line-clamp: 2;
		text-overflow: ellipsis;
		-webkit-box-orient: vertical;
		overflow: hidden;
	}
	.work_cards > .info_cont.show > .title_cont > .devices {
		width: 80px;
		height: 40px;
		font-size: 11px;
		line-height: 13px;
	}
	.work_cards > .info_cont.show > .title_cont > .devices img {
		transform: scale(0.75);
		margin-left: 0;
	}
	.work_cards > .info_cont.show > .description {
		height: 32px;
		font-size: 12px;
		line-height: 16px;
	}
}