<style>

.figure_class{
	width: 100%;
}

.figure_class img{
	width: 395px;
	height: 225.69px;
}

#entry-content{
	/* max-height: 660px; */
	/* overflow: hidden; */
}

.view_all_cover{
	position: absolute;
	width: 100%;
	height: 150px;
	bottom: 0;
	background: linear-gradient(to top,#fff,rgba(255,255,255,1),rgba(255,255,255,0));
}

.view_all_cover .view_all{
	position: absolute;
	bottom: 20px;
	left: 50%;
	width: calc(100% - 50px);
	max-width: 340px;
	height: 50px;
	padding: 0;
	line-height: 50px;
	border: 0;
	border-radius: 50px;
	transform: translateX(-50%);
	z-index: 99;
	font-size: 17px;
	text-align: center;
}

.view_all_coupang{
	color: #fff !important;
	background-color: #0073f0 !important;
}

.view_all_default{
	color: #fff !important;
	background-color: #000 !important;
}

	/* top ad */
	.ad-top-iframe {
		display: block;
		margin: 20px auto auto auto;
	}

	.ad-top-iframe[src=""] {
		display: none !important;
	}

	.ad-top-iframe[srcdoc].ad-top-iframe:not([srcdoc=""]) {
		display: block !important;
	}

	#scroll-ad-wrap {
		width: 320px;
		min-width: 320px;
		height: auto;
		left: 50%;
		top: 50%;
		transform: translateX(-50%) translateY(-50%);
		z-index: 500;
	}

	#scroll-ad-wrap .pb-scroll-close-btn {
		position: absolute;
		width: 20px;
		height: 20px;
		font-size: 18px;
		line-height: 18px;
		top: 9px;
	}

  #scroll-ad-wrap-aceplanet {
	width: 320px;
	min-width: 320px;
  	height: auto;
  	left: 50%;
  	top: 35%;
  	transform: translateX(-50%) translateY(-50%);
  	z-index: 1001;
  }
  
  #scroll-ad-wrap-aceplanet .pb-scroll-close-btn {
	position: absolute;
	width: 20px;
	height: 20px;
	font-size: 18px;
	line-height: 18px;
	top: 9px;
  }

  #front-ad-wrap-aceplanet {
	width: 320px;
	min-width: 320px;
  	height: auto;
  	left: 50%;
  	top: 35%;
  	transform: translateX(-50%) translateY(-50%);
  	z-index: 1001;
  }
  
  #front-ad-wrap-aceplanet .pb-front-close-btn {
	position: absolute;
	width: 20px;
	height: 20px;
	font-size: 18px;
	line-height: 18px;
	top: 9px;
  }

	/* preroll ad */
	.pb-video-iframe {
		width: 100%;
		height: calc((100vw) * 0.56144);
		margin-top: 20px;
	}

	#whuvle {
		margin: 0 0 20px 0;
	}

	.mezzo-video-ad-iframe {
		width: 100%;
		background: #f8f8f8;
	}

	.mezzo-video-ad-iframe[srcdoc=""] {
		display: none;
	}

	.mezzo-video-ad-iframe.mezzo-video-top-ad {
		margin: 0 0 20px 0;
	}
	
	
	.loader {
	  display:none;
	  margin: auto auto auto auto;
	  top: 45%;
	  left: 0;
	  right: 0;
	  font-size: 10px;
	  position: fixed;
	  text-indent: -9999em;
	  border-top: 1.1em solid rgba(20,158,241, 0.2);
	  border-right: 1.1em solid rgba(20,158,241, 0.2);
	  border-bottom: 1.1em solid rgba(20,158,241, 0.2);
	  border-left: 1.1em solid #149ef1;
	  -webkit-transform: translateZ(0);
	  -ms-transform: translateZ(0);
	  transform: translateZ(0);
	  -webkit-animation: load8 1.1s infinite linear;
	  animation: load8 1.1s infinite linear;
	}
	.loader,
	.loader:after {
	  border-radius: 50%;
	  width: 8em;
	  height: 8em;
	}
	
	@-webkit-keyframes load8 {
	  0% {
	    -webkit-transform: rotate(0deg);
	    transform: rotate(0deg);
	  }
	  100% {
	    -webkit-transform: rotate(360deg);
	    transform: rotate(360deg);
	  }
	}
	@keyframes load8 {
	  0% {
	    -webkit-transform: rotate(0deg);
	    transform: rotate(0deg);
	  }
	  100% {
	    -webkit-transform: rotate(360deg);
	    transform: rotate(360deg);
	  }
	}
	
	.modal {
	    display: none; /* Hidden by default */
	    position: fixed; /* Stay in place */
	    z-index: 9999; /* Sit on top */
	    left: 0;
	    top: 0;
	    width: 100%; /* Full width */
	    height: 100%; /* Full height */
	    overflow: auto; /* Enable scroll if needed */
	    background-color: rgb(0,0,0); /* Fallback color */
	    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
	}

	.pb-ad-section {
		position: fixed;
		width: 100%;
		/* height: 547px; */
		height: 100%;
		margin: auto;
		top: 10px;
		left: 0px;
		right: 0px;
		z-index: 999999;
		display: flex;
		/* align-self: center; */
		justify-content: center;
	}

	.pb-ad-section .pb-ad-iframe {
		height: auto;
		margin: auto;
		display: block;
		align-self: center;
	}
	
	.pb-ad-close-btn {
		position: absolute;
		/* width: 32px;
		height: 32px; */
		width: 24px;
		height: 24px;
		top: 10px;
		right: 20px;
		/* padding: 8px; */
		padding: 4px;
		display: none;
		cursor: pointer;
		z-index: 2000;
	}

	#realclick_view3 {
		width: 300px;
		height: 480px;
		position: fixed;
		display: none;
		left: 50%;
		top: 50%;
		transform: translateX(-50%) translateY(-50%);
		z-index: 500;
	}

	#realclick_front{
		position: fixed;
		display: block;
		left: 50%;
		top: 50%;
		transform: translateX(-50%) translateY(-50%);
		z-index: 500;
	}

	#realclick_front .pullbbang-ad3-close.pb-ad3-close-area{
		top:57px;
		right: 7px;
	}

	#realclick_view3 .pullbbang-ad3-close.pb-ad3-close-area {
		top:57px;
		right: 7px;
	}

	.pullbbang-ad3-close {
		cursor: pointer;
	}

	.pullbbang-ad3-close.pb-ad3-close-area {
		position: absolute;
		color: #000;
		top: 17px;
		right: 2px;
		margin-top: 14px;
		z-index: 9919999;
	}

	.pullbbang-ad3-close.pb-ad3-close-btn {
		z-index: 1000;
	}

	.pullbbang-ad3-close-icon {
		position: absolute;
		top: 10px;
		right: 0;
		height: 23px;
		width: 23px;
		background-color: rgba(0,0,0,.6);
	}
	
	.pullbbang-ad3-close-icon:after {
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		content: "\2715";
		font-size: 12px;
		color: rgba(255,255,255,.7);
		line-height: 23px;
		text-align: center
	}

	.mezzo-btn-naver {
		padding: 3px !important;
	}

	.pb-front-ad-section-close-btn {
		width: 16px;
		height: 16px;
		cursor: pointer;
	}

	.pb-front-ad-section {
		position: fixed;
    width: 100%;
    height: 671px;
    margin: auto;
    top: 50px;
    left: 0px;
    right: 0px;
    z-index: 20000;
		display: none;
	}	

	/* icon ad */
	.pb-icon-ad-iframe-wrap {
		position: fixed;
		bottom: 40px;
		z-index: 900;
		display: none;
	}

	.pb-icon-ad-close-btn {
		display: none;
		right: -4px;
	}

	.pb-ad-close-btn-empty {
		position: absolute;
		top: 13px;
		right: 13px;
		background-color: rgba(0,0,0,.6);
		color: rgba(255,255,255,.7);
		text-align: center;
		z-index: 9999;
	}

	.pb-icon-ad-close-btn-real {
		position: absolute;
		width: 18px;
		height: 18px;
		top: 19px;
		padding: 0;
		right: 15px;
		display: none;
		z-index: 1000000;
		cursor: pointer;
		background: transparent;
		border: none;
	}

	.pointer-event-none {
		pointer-events: none;
	}

	i.pb-ad-default-close-icon {
		width: 32px;
		height: 32px;
		background-color: rgba(0,0,0,.6);
		color: rgba(255,255,255,.7);
		text-align: center;
		font-size: 28px;
		line-height: 32px;
		z-index:10000;
	}

	/* 메조에서 제공된 최초 버튼 크기 */
	i.pb-ad-small-close-icon {
		width: 17px;
		height: 17px;
		background-color: rgba(0,0,0,.6);
		color: rgba(255,255,255,.7);
		text-align: center;
		font-size: 13px;
		line-height: 17px;
	}

	.pb-front-ad-section-close-btn {
		width: 16px;
		height: 16px;
		cursor: pointer;
	}

	.pb-front-ad-section {
		position: fixed;
    width: 100%;
    height: 671px;
    margin: auto;
    top: 50px;
    left: 0px;
    right: 0px;
    z-index: 20000;
		display: none;
	}	

	.pb-front-ad-section-x-btn {
		position: absolute;
		top: 12px;
		right: 12px;
	}

	.pb-ad-section.pb-front-ad-section-mezzo {
		width: 100%;
		height: calc(100% - 60px);
    top: 0px;
    margin: auto;
		left: 50%;
		right: auto;
		transform: translate(-50%);
		display: block;
	}

	.pb-front-ad-section-x-btn.front-mezzo-ssp-close-btn {
		position: absolute;
		width: 32px;
		height: 32px;
		top: 15px;
		left: 15px;
		font-size: 28px;
		line-height: 32px;
		z-index: 2147483647;
	}

	#adBnr.mezzoFront > div {
		max-width: 100%;
		max-height: 100%;
	}

	/* 버튼 미생성으로 요청해도 생길 때 가 있으므로 none 처리*/
	.mezzo_close {
		display: none !important;
	}

.mezzo-close-btn {
	display: none;
	right: -4px;
}
.mezzo-close-btn-r {
	position: absolute;
	padding: 0;
	display: none;
	z-index: 10000;
	cursor: pointer;
	background: transparent;
	border: none;
}

i.mezzo-close-btn {
	right: 15px;
}

.mezzo-btn-e {
	position: absolute;
	background-color: rgba(0, 0, 0, .6);
	color: rgba(255, 255, 255, .7);
	text-align: center;
	z-index: 9999;
}

</style>