/* -------------------- normal pc view -------------------- */
#ellipsis {
	height: 50px;
	overflow: hidden;
}

#fos {
	width: 300px;
	height: 69px;
	overflow: hidden;
}

#fos p {
	padding: 10px;
	margin: 0;
}

#fos h5 {
	padding: 10px;
	margin: 0;
}

.fos {
	width: 300px;
	height: 190px;
	overflow: hidden;
}

.fos p {
	padding: 10px;
	margin: 0;
}

.mobile-breadcrumb {
	display: none;
}

.rs-mv {
	display: none;
}

.rs-pv .row {
	width: 90%;
	margin: auto;
}

.result-panel {
	min-height: 330px;
	max-height: 335px;
	max-width: 230px;
	margin-left: auto;
	margin-right: auto;
	background: rgba(244, 130, 33, 0.7);
	box-shadow: 2px 2px 5px #bdbdbd;
	border-radius: 5px;
	margin-bottom: 30px;
}

.result-list-pic img {
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	height: 220px;
	width: 100%
}

.result-list-row {
	height: 6rem;
	display: flex;
}

.result-list-date {
	padding-top: 9px;
	padding-right: 10px;
	display: block;
}

.result-panel-date-month {
	color: #fa3e3e;
	font-size: 12px;
	font-weight: bold;
}

.result-panel-date-num {
	font-weight: 400;
	color: black;
	font-size: 14px;
}

.result-list-content {
	/* width: 130px ;  */
	height: 50px;
	overflow: hidden;
	/*padding:0px !important;*/
}

.result-listing-title {
	font-size: 14px;
	font-weight: bold;
	min-height: 3.5rem;
	text-align: left;
	font-family: 'Arial', sans-serif !important;
	color: black;
	margin-top: 13px;
}

.result-category-area {
	margin-top: 10px;
	margin-left: 5px;
	background: #F4F3F3;
	border-style: solid;
	border-width: 1.15px;
	border-radius: 7px;
	width: 40px;
	height: 40px;
}

.result-category-item {
	margin: 1px;
}

.result-btn {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	margin-top: 5px;
}

.result2-btn {
	text-align: center;
	margin: 5px;
	margin-top: 0px;
}

.result-btn .btn {
	font-size: 10px;
	font-weight: bold;
}

.image-style-original {
	height: 30px;
}

.result-tab-content {
	margin-top: 20px
}


/* -------------------- ipad view -------------------- */
@media only screen and (max-width: 768px) {
	.rs-pv .row {
		width: 90%;
		margin: auto;
	}

	.result-panel {
		margin-right: 30px;
		margin-left: 30px;
		margin-bottom: 50px;
	}

	/* .result-list-content { */
	/* height: 70px;  */
	/* } */
}


/* -------------------- mobile view -------------------- */
@media only screen and (max-width: 350px) {
	.rs-mv .result-listing-title {
		/* max-height: 55px !important;*/
	}
}


@media only screen and (max-width: 480px) {
	.mobile-breadcrumb {
		display: block;
		margin-top: 80px;

	}

	.mobile-breadcrumb>li+li:before {
		color: #000000 !important;
	}

	.rs-pv {
		display: none;
	}

	.rs-mv {
		display: block;
	}

	.result-tab-content {
		margin-top: 0px;
	}

	.rs-mv .title h1 {
		font-size: 30px;
	}

	.rs-mv .animation-event-list {
		/* padding-bottom:15px; */
		width: 100%;
		margin: auto;
		/* border-bottom:1px solid #b3b3b3; */
	}

	.mb-result-default {
		min-height: 140px;
		max-height: 200px;
		background: rgba(244, 130, 33, 0.7);
		width: 100%;
		display: flex;
		ox-shadow: 2px 2px 5px #bdbdbd;
		border-radius: 5px;
		/* margin-bottom: 30px; */
	}

	.rs-mv .result-list-pic {
		margin-left: -0.8%;
	}

	.rs-mv .result-list-pic img {
		border-top-left-radius: 5px;
		border-bottom-left-radius: 5px;
		border-top-right-radius: 0px;
	}

	.rs-mv .result-panel-date-month {
		font-size: 12px;
	}

	.rs-mv .result-panel-date-num {
		font-size: 14px;
	}

	.rs-mv .result-list-content {
		width: 100%;
		height: 90px;
		overflow: hidden;
	}

	.rs-mv .result-listing-title {
		display: block;
		display: -webkit-box;
		max-width: 100%;
		height: 61px;
		-webkit-line-clamp: 4;
		-webkit-box-orient: vertical;
		overflow: hidden;
		text-overflow: ellipsis;
	}

	.rs-mv .result-listing-title a {
		font-size: 14px;
	}

	.rs-mv .result-list-category {
		margin: auto;
	}

	.rs-mv .result-btn {
		position: absolute;
		bottom: 10px;
		left: 20px;
		right: 20px;
	}

	.rs-mv .result-btn .btn {
		font-size: 9px;
		font-weight: bold;
		margin-left: auto;
		margin-right: auto;
	}

	/* .category-circles{ */
	/* height: 23px; */
	/* width: 23px; */
	/* border-radius: 50%; */
	/* border-style: solid; */
	/* border-width: 1px; */
	/* display: inline-block; */
	/* } */
}