@media (min-width: 768px) {
.list-image img {
	height: 100px;
	object-fit: cover;
}
}
@media (max-width: 1199px) {
.screen-top {
	width: 13%;
}
.screen-bottom {
	width: 15%;
}
}
@media (max-width: 991px) {
	.gr-list li {
		width: 100%;
	}
	.list-image {
		width: 22%;
	}
	.list-content {
		width: 75%;
	}
	.gr-list li:nth-child(2) {
		border-top: 2px solid #e0e1e1;
		margin-top: 5px;
		padding-top: 5px;
	}
}
@media (max-width: 767px) {
.privacy_policy_main .container{
	padding-left: 30px;
	padding-right: 30px;
}
.logo img {
	width: 175px;
}
.article-numbers {
	margin-bottom: 20px;
}
.article-contents h1 {
	padding-right: 0;
}
.article-contents h1 .trend {
	position: static;
	margin-top: 10px;
}
.list-image {
	width: 150px;
}
.list-content {
	width: auto;
	float: left;
	padding-left: 20px;
}
.list-content h2 {
	margin: 10px 0 10px 0;
}

}

@media (max-width: 479px) {
.apps-download img {
	max-width: 130px;
}
.screen-top {
	width: 19%;
}
.screen-bottom {
	width: 22%;
}
.list-image {
	width: 100%;
}

}

