/* product------------------------------------------------------ */

	/*제품리스트*/
.snip1423 {
	
  font-family:'JSDongkang-Regular';
  position: relative;
  float: left;
  margin: 20px 1%;
  min-width: 230px;
  max-width: 330px;
	max-height: 380px;
	min-height: 300px;
  width: 100%;
  background: #ffffff;
  text-align: center;
  color: #000000;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  font-size: 15px;
  padding: 22px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.snip1423 * {
  -webkit-box-sizing: padding-box;
  box-sizing: padding-box;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.snip1423 img {
  max-width: 100%;
  vertical-align: top;
  position: relative;
}
.snip1423 figcaption {
  padding: 20px 15px;
}
.snip1423 h3,
.snip1423 p {
  margin: 0;
}
.snip1423 h3 {
	font-family: "JSDongkang-Regular";
  font-size: 14PX;
  font-weight: 500;
  margin-bottom: 5px;
  text-transform: uppercase;
	letter-spacing: -0.5px;
}
.snip1423 p {
  font-size: 0.9em;
  letter-spacing: 1px;
  font-weight: 300;
}
.snip1423 .price {
  font-weight: 500;
  font-size: 1.0em;
  line-height: 48px;
  letter-spacing: 1px;
}
.snip1423 .price s {
  margin-right: 5px;
  opacity: 0.5;
  font-size: 0.9em;
}
.snip1423 i {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
  width: 56px;
  line-height: 50px;
  text-align: center;
  border-radius: 50%;
  background-color: #666666;
  color: #ffffff;
  font-size: 1.6em;
  border: 4px solid #ffffff;
}
.snip1423 a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
.snip1423:hover,
.snip1423.hover {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}
.snip1423:hover i,
.snip1423.hover i {
  background-color: #2980b9;
}

/*제품소개 버튼*/
.snip1581 {
  font-family:'나눔고딕', 'Poppins:400,700', Arial, sans-serif;
  position: relative;
  display: inline-block;
  overflow: hidden;
  margin: 8px;
  min-width: 250px;
  max-width: 310px;
  width: 100%;
  background-color: #000000;
  color: #ffffff;
  text-align: left;
  font-size: 16px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}
.snip1581 * {
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.snip1581 img {
  max-width: 100%;
  vertical-align: top;
}
.snip1581 figcaption {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 20px;
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.8) 0%, transparent 100%);
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, transparent 100%);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.snip1581 h3 {
  font-size: 44px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin: 3px 0;
}
.snip1581 .title1 {
  font-weight: 700;
}
.snip1581 .title2 {
  color: #a58e7c;
  font-weight: 300;
}
.snip1581 .title3 {
  font-weight: 700;
  font-size: 25px;
}
.snip1581 a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.snip1581:hover img,
.snip1581.hover img {
  -webkit-transform: scale(1.3) rotate(5deg);
  transform: scale(1.3) rotate(5deg);
}

/*카테고리 메뉴*/
@media (min-width:786px){
	.catemenu {
	padding: 5px;color: white;border-radius:3px;width: 160px;margin: 10px ;
}
	
	
}
#catemenu{background-color:#c1eae6;}
#catemenu1{background-color:rgb(41,41,41);}
#catemenu:hover{background-color: #5ed8ce; color:#fff;}
.catemenu1 {
	padding: 5px;color: white;border-radius:3px;border-bottom: 1px solid rgba(88,88,88,1.00);
}
.catemenu {
	padding: 5px;color: white;border-radius:3px;border-bottom: 1px solid #42c0b6;
}
.catemenu a {color: white;}
.catemenu1 a {color: white;}
.catemenu a:visited  {color: #d8d8d8;}
.catemenu a:hover  {color: #767676;}
.subtop {
text-align: center;background: url(../../webplanet/images/subtopbg.jpg) no-repeat;width: 100%;height: 300px;background-position-x: 45%;}
.subtop1 {
text-align: center;background: url(../../webplanet/images/subtopbg1.jpg) no-repeat;width: 100%;height: 300px;background-position-x: 45%;}
.subtop2 {
text-align: center;background: url(../../webplanet/images/subtopbg2.jpg) no-repeat;width: 100%;height: 300px;background-position-x: 45%;}
/*탑배너*/
