/*----------------------------------------
    MY
------------------------------------------*/

.cursor-pointer {
	cursor: pointer;
}

.ellipsis-1 {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.ellipsis-navi-text {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding: 6px 0px 0px 8px;
	margin: 0px;
}

.ellipsis-m {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2; /* 라인수 */
	-webkit-box-orient: vertical;
	word-wrap: break-word;
	line-height: 1.2em;
	height: 2.4em;
	text-align: left;
	/* line-height 가 1.2em 이고 3라인을 자르기 때문에 height는 1.2em * 2 = 2.4em */
}

.ellipsis-2 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2; /* 라인수 */
	-webkit-box-orient: vertical;
	word-wrap: break-word;
	line-height: 1.2em;
	height: 2.4em;
	text-align: center;
	/* line-height 가 1.2em 이고 3라인을 자르기 때문에 height는 1.2em * 2 = 2.4em */
}

.talk-contents {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3; /* 라인수 */
	-webkit-box-orient: vertical;
	word-wrap: break-word;
	line-height: 1.2em;
	height: 3.6em;
	/* line-height 가 1.2em 이고 3라인을 자르기 때문에 height는 1.2em * 3 = 3.6em */
}

.talk-category {
	width: 100%;
	height: 85px;
	position: absolute;
	top: 0;
	left: 0;
}

.cover-image {
	width: 100%;
	height: 130px;
	position: absolute;
	top: 0;
	left: 0;
	border: 0;
}

.card-image-1 {
	width: 100%;
	height: 100px;
	position: absolute;
	top: 0;
	left: 0;
}

.cover-image-a {
	width: 100%;
	height: 130px;
	position: absolute;
	top: 0;
	left: 0;
	border: 0;
}

.cover-div-image-crop {
	width: 100%;
    height: 150px;
    overflow: hidden;
    margin: 0px;
    position: relative;
}

.cover-div-image-crop-a {
	width: 100%;
    height: 200px;
    overflow: hidden;
    margin: 0px;
    position: relative;
}

.cover-div-image-crop-b {
	width: 100%;
    height: 180px;
    overflow: hidden;
    margin: 0px;
    position: relative;
}

.cover-image-crop {
	position: absolute;
	margin: auto;
	min-height: 100%;
	min-width: 100%;
	/* For the following settings we set 100%, but it can be higher if needed 
    See the answer's update */
	left: -100%;
	right: -100%;
	top: -100%;
	bottom: -100%;
}

.cover-image-gificon {
	width: 100%;
	height: 90px;
	position: absolute;
	top: 0;
	left: 0;
	border: 0;
}

.review-bottom {
	height: 72px;
	width: 100%;
	position: fixed;
	bottom: 0px;
	background-color: #f5f5f5;
	color: rgba(0, 0, 0, 0.54);
	z-index: 4;
}

.div-cover {
	width: 100%;
	height: 110px;
	overflow: hidden;
	position: relative;
}

.div-cover.crop {
	width: 100%;
	height: 100%;
	position: absolute;
	left: -100%;
	right: -100%;
	top: -100%;
	bottom: -100%;
	object-fit: none;
}

.location-bottom {
    height: 72px;
    width: 100%;
    position: fixed;
    bottom: 0px;
    color: rgba(0, 0, 0, 0.54);
    z-index: 4;
}

.location-bottom-2 {
    height: 100px;
    width: 100%;
    position: fixed;
    bottom: 0px;
    color: rgba(0, 0, 0, 0.54);
    z-index: 4;
}

.location-bottom-ad {
    height: 48px;
    width: 100%;
    position: fixed;
    bottom: 0px;
    color: rgba(0, 0, 0, 0.54);
    z-index: 4;
}
