/* ------------------------------------------------------------------ */
/* Color
main : 004b88
point : 666
point : 222

@media screen and (max-width: 768px) {
}
@media screen and (max-width: 640px) {
}
@media screen and (max-width: 480px) {
}
'Gothic A1', 'notokr', sans-serif   'FontAwesome',
/* ------------------------------------------------------------------ */

/* ------------------------------------------------------------------ */
/* gallery Section - Main Page
/* ------------------------------------------------------------------ */
#product {display: flex; align-items: center; margin-top: 0; padding:  80px 0 80px; height: calc(100vh - 140px); background: #f5f5f5;}
#product h3 {display: none; text-align: center; font-weight: 680; text-transform: uppercase; line-height: 1; color: #444;}
/* hr */
#product hr {
	display: none;
	border: solid #004b88;
	border-width: 2px 0 0;
	width: 70px;
	margin: 20px auto 20px auto;
	height: 0;
	clear: both;
	text-align: left;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
#product p {margin-bottom: 30px;text-align: center; font-weight: 400;}
#product:hover h3 + hr { border-color: #004b88; width: 140px; text-align: center;}

/* media queries - product */


/* product content */
#product-wrapper { margin: 0 auto;   text-align: center; width: 580px;}
#product-wrapper:before, #product-wrapper:after {content: "";display: table;}
#product-wrapper:after {clear: both;}
#product-wrapper .bgrid {padding: 10px;}

.folio-item .item-wrap { position: relative; padding: 5px; overflow: hidden; }
.folio-item .item-wrap a { display: block; position: relative; cursor: pointer; }

/* overlay */
.folio-item .item-wrap .overlay {}
.folio-item .item-wrap .link-icon {display: none;}

.folio-item .item-wrap img {
	width: 80px;
	vertical-align: bottom;
	box-shadow: 0 0 10px rgba(0,0,0,0.05);
}
.folio-item .product-item-meta {
	width: 100%;
	margin-top: 10px;
	padding: 5px 10px;
	text-align: center;
}
.folio-item .product-item-meta h5 {
	font-size: 12px;
	font-weight: 500;
	line-height: 1.2;
	color: #000;
	margin: 0;

}
.folio-item .product-item-meta p {font: 16px/18px "Noto Sans KR", sans-serif; color: #fff; margin: 0;}

/* on hover */
.folio-item:hover .overlay,
.folio-item:hover .link-icon,
.folio-item:hover .product-item-meta {}
.folio-item:hover .product-item-meta { left: 0;}
.folio-item:hover .item-wrap img {}


@media only screen and (max-width:1300px) {
	#product .row.items { width: 100%;	}
	#product .row.items .columns {	padding: 0;	}
}
/* media queries - .product-item-meta */
@media only screen and (max-width:768px) {
	#product {position: relative; height: auto; padding: 60px 0;}
	#product-wrapper {width: 100%; margin-left: 0; padding: 0; }
	.folio-item .product-item-meta { top: 16%; }
	.folio-item .product-item-meta h5 {font-size: 14px;}
}

@media only screen and (max-width:400px) {
	#product {padding: 40px 0;}
	.folio-item .product-item-meta {top: 12%;	}
}


@media screen and (max-width: 1024px) {
}

@media screen and (max-width: 768px) {

}

@media screen and (max-width: 640px) {
}

@media screen and (max-width: 480px) {

}
