
.anb_og_card { 
	overflow: hidden;
    /*border: 1px solid #ddd;	*/
	margin-bottom: 30px;
	/*position: absolute;*/
   /* cursor: pointer;*/
    overflow: hidden;
    height: auto;
    width: auto;
}

.anb_og_card a { 	
   
}
.anb_og_card a:link {text-decoration:none; color:#646464;}
.anb_og_card a:visited {text-decoration:none; color:#646464;}
.anb_og_card a:active {text-decoration:none; color:#646464;}
.anb_og_card a:hover {text-decoration:none; color:#646464;}

.anb_og_card .card {
    /*position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;*/
	display: table-caption;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;
	width: 38rem;
	cursor: pointer;
}

.anb_og_card .card img {
	width: 28rem;
	border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.anb_og_card .card-img{ 
    height: 300px;
    position: relative;
    background-size: cover !important;
    border-bottom: 1px solid rgba(0,0,0,.125);
}

.anb_og_card .bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.anb_og_card .card-img, .anb_og_card .card-img-top {
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px);
}

.anb_og_card .card-body {
    /*-ms-flex: 1 1 auto;
    flex: 1 1 auto;*/
    min-height: 1px;
    padding: 0 10px 15px 10px;	
	background-color: #fff;
}

.anb_og_card .card-title {
    margin-bottom: .75rem;
	margin-top: 10px;
	font-weight: bolder;
	font-size:18px;
	padding-top:5px;
}

.h5, h5 {
    font-size: 1.25rem;
}

.anb_og_card .se-oglink-frame {
    position: absolute;
    /*top: 0;
    right: 0;*/
    bottom: 0;
    /*left: 0;*/
    border: 1px solid rgba(0,0,0,.1);
}

.anb_og_card .se-oglink-frame {
    border-color: #ccc;
}

.anb_og_card .img-item {
    display: block;
    /*position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
	border-color: #ccc;*/
}


.anb_og_card .card-body {
	width: 100%;
	/*background-color: #ccc;*/
}
.anb_og_card .card-text {
	overflow: hidden;
	text-overflow: ellipsis;
	word-wrap: break-word;
	display: -webkit-box;
	-webkit-line-clamp: 2; /* ellipsis line */
	-webkit-box-orient: vertical;

	/* webkit 엔진을 사용하지 않는 브라우저를 위한 속성. */
	/* height = line-height * line = 1.2em * 3 = 3.6em  */
	line-height: 1.6em;
	height: 3.2em;
}

.anb_og_card .ogremove{ 
	position: absolute;
	right:10px;
	display:none;
}

.anb_og_card .ogremove img{ 
	display:none;
}


/* 모바일 */
@media all and (max-width:575px) {
	.anb_og_card {   
	    width: 100% !important;
	}
	.anb_og_card .card-img {
	    height: 265px !important;
		width: 100% !important;
	}

	.anb_og_card .card{ 
		display: block !important;
		width: 100% !important;
	}
	.anb_og_card iframe, .anb_og_card object, .anb_og_card embed { 
		height : 260px !important;
	}
}

.anb_og_card {
    margin: 0 auto 1.0rem;
    max-width: 1200px;
}
.anb_og_card iframe, .anb_og_card object, .anb_og_card embed {
    /*position: absolute;*/
    top: 0;
    left: 0;
    width: 100%;
	height: 480px;
}






.anb_og_card .card-img img {
    display: none;
}