/***************/
/* Visual Link Preview
원본은 vlp-layout-thepharmacy 인데,
내가 특수 코드로 추가하고자 하는 Link 삽입을 위하여 vlp-layout-thepharmacy-Konz 라는 이름을 새롭게 만들었다.
*/
.vlp-layout-thepharmacy-Konz {
	background-color:white;
	border-width:1px;
	border-style:dashed;
	border-color:#9b9b9b;
	border-radius:10px;
	padding-left:10px;
	padding-right:10px;
	margin-left:30px;
	margin-right:20px;
	margin-top:10px;
	margin-bottom:10px;
	display:flex;
}

/***************/
.vlp-layout-thepharmacy-Konz .vlp-layout-zone-main {
	flex:1;
	min-width:60%;
	max-width:90%;
	word-break:break-all;
}

/***************/
/* .vlp-layout-thepharmacy-Konz .vlp-layout-zone-side {
	flex-shrink:0;
	max-width:100%;
	padding-right:10px;
} */
/* 이미지 영역이 줄어들지 않으니, 본문 내용이 자꾸 오른쪽으로 넘쳐서, 이미지영역을 축소되게 지정하였다 */
/* 이미지 영역의 가로폭이 너무 커져서, 그 때문에 우측 메인 영역의 가로폭이 작아지는 문제가 발생하여,  */
.vlp-layout-thepharmacy-Konz .vlp-layout-zone-side {
	flex-shrink:1;
	max-width:80%;
	padding-right:10px;
}


/***************/
.vlp-layout-thepharmacy-Konz .vlp-block-0 {
	font-weight:bold;
	font-size:1.5em;
	line-height:1.2em;
	text-align:inherit;
	margin-left:15px;
	margin-right:15px;
	margin-top:15px;
	margin-bottom:15px;
}
.vlp-layout-thepharmacy-Konz .vlp-block-1 {
	font-size:1.2em;
	line-height:1.2em;
	text-align:inherit;
	margin-left:15px;
	margin-right:15px;
	margin-top:15px;
	margin-bottom:15px;
}
.vlp-layout-thepharmacy-Konz .vlp-block-2 {
	font-size:0.9em;
	line-height:1em;
	color:#9b9b9b;
	text-align:inherit;
	margin-left:15px;
	margin-right:15px;
	margin-top:15px;
	margin-bottom:15px;
}
.vlp-layout-thepharmacy-Konz .vlp-block-3 {
	border-radius:5px;
	margin-left:10px;
	margin-right:10px;
	margin-top:15px;
	margin-bottom:15px;
	display:flex;
	overflow:hidden;
}
.vlp-layout-thepharmacy-Konz .vlp-block-3 img {
	width:100%;
}
.vlp-layout-thepharmacy-Konz .vlp-block-4 {
	display:inline-block;
}

/***************/
@media all and (max-width: 450px) {
	.vlp-layout-thepharmacy-Konz {
		flex-wrap: wrap;
	}
	.vlp-layout-thepharmacy-Konz .vlp-layout-zone-side {
		margin: 0 auto;
		padding:0;
	}
}
/***************/