/* wrapper css */
.grid{
	width:188px;
	min-height:100px;
	background:#fff;
	font-size:12px;
	float:left;
	/*box-shadow: 0 1px 3px rgba(34,25,25,0.4);
	-moz-box-shadow: 0 1px 3px rgba(34,25,25,0.4);
	-webkit-box-shadow: 0 1px 3px rgba(34,25,25,0.4);
	
	-webkit-transition: top 1s ease, left 1s ease;
	-moz-transition: top 1s ease, left 1s ease;
	-o-transition: top 1s ease, left 1s ease;
	-ms-transition: top 1s ease, left 1s ease;*/
	border: 1px #ddd solid;
	position: relative;
}
@media screen and (max-width:800px) {
.grid { width: 100px;    margin: 0 0 10px; }
}
.grid strong {
	border-bottom:1px solid #ccc;
	margin:10px 0;
	display:block;
	padding:0 0 5px;
	font-size:17px;
}
.grid .meta{
	text-align:right;
	color:#777;
	font-style:italic;
}
.grid .imgholder img{
	max-width:100%;
	background:#ccc;
	display:block;
}

.grid:hover .jg-caption {
  /*opacity: 1;
	filter: "alpha(opacity=1)";*/
	display: block;
	position: absolute;
  bottom: 0;
  padding: 10px;
  background: none !important;
  /*left: 0;
  right: 0;*/
  margin: 0;
  color: #111;
  font-size: 13px;
  font-weight: 400;
	width:100%;
	height: 100%;
	box-sizing: border-box;
	z-index: 99;
}
.jg-caption {
	/*filter: "alpha(opacity=100)";
	opacity: 0;*/
	display: none;
  position: absolute;
  padding: 10px;
  background: none !important;
  /*bottom: 0;
  left: 0;
  right: 0;*/
  margin: 0;
  color: #111;
  font-size: 13px;
  font-weight: 400;
	width:100%;
	height: 100%;
	box-sizing: border-box;
	z-index: 999
}

.jg-caption p {  float: left; font-size: 15px;}
.jg-caption p .code {  display: block; font-weight: 600;}
.jg-caption>span { width: 38px; height: 38px; text-align: center; border: 1px #ccc solid; border-radius: 5px; padding: 0px 5px; box-sizing: border-box; display: inline-block; float: right; color: #333; background: #fff; font-size: 15px;}
/* .jg-caption>span:hover { color: #ed1c24; } */

@media screen and (max-width : 1240px) {
	/*body{
		overflow:auto;
	}*/
}
@media screen and (max-width : 900px) {
	#backlinks{
		float:none;
		clear:both;
	}
	#backlinks a{
		display:inline-block;
		padding-right:20px;
	}
	#wrapper{
		margin-top:90px;
	}
}

@media screen and (max-width : 640px) {
	.jg-caption { display: inherit;}
}



/* 최서희 추가 */
.product_all_wrap {
	border: 1px solid #ddd;
	box-sizing: content-box;
	position: relative;
}
.overlay_product {
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.1);
	opacity: 0;
	position: absolute;
	z-index: 9;
}
.product_all_wrap:hover .overlay_product {
	opacity: 1;
}
.grid:hover .overlay_product {
	opacity: 1;
}
.caption_top {
	width: 100px !important;
	height: 60px !important;
	top: 0 !important;
	left: 0;

}
.caption_top_right {
	width: 38px !important;
	height: 38px !important;
	top: 0 !important;
	right:0 !important;
}

.caption_bot {
	height: auto !important;
	bottom: 0 !important;
}
.cap_download_warp {
	position: absolute;
	z-index: 9999999999999999999999999;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 35px;
}

.cap_download_over {
	width: 100%;
	height: 35px;
	background: url('../images/family_arrow_over.png') no-repeat right 15px #131212;
	cursor: pointer;
	font-size: 14px;
	color: #fff;
	box-sizing: border-box;
	position: relative;
}

.cap_download_over ul li {
	width: 100%;
	height: 35px;
	line-height: 35px;
	text-align: left;
	cursor: pointer;
	padding-left: 10px;
}

.cap_download_over ul li:hover {
	color: #fff;
}

.cap_download {
	width: 100%;
	/* height: 45px; */
	background: right 15px #131212;
	/* background: url('../images/family_arrow_over.png') no-repeat 180px 18px #131212; */
	cursor: pointer;
	font-size: 14px;
	color: #fff;
	position: absolute;
	z-index: 9999999999999999999999999;
	/* right: 1%; */
	bottom: 35px;
}
.cap_download.on {
	display: block !important;
}
.cap_download ul li {
	width: 100%;
	height: 35px;
	line-height: 36px;
	text-align: left;
	cursor: pointer;
	box-sizing: border-box;
	padding-left: 10px;
	border-bottom: 1px #666 solid;
	color: #ddd;
}

.cap_download ul li:hover {
	color: #fff;
}

.cap_download ul ul {
	display: none;
}

.cap_download ul li ul {
	bottom: 35px;
	background: #131212;
	width: 100%;
	position: absolute;
	display: block;
	z-index: 99999999999999999999999999;
	box-sizing: border-box;
	margin-left: -10px;
}

.cap_download ul li li {
	width: 100%;
	height: 35px;
	border-bottom: 1px #333 solid;
}

.cap_download ul li li:first-child {}

.cap_download ul li li:hover {
	color: #fff;
}