/* 취급품목*/








/*마우스 오브시 이미지 반전*/
/* h1{
  font-size: 2.5rem;
  font-family: 'Montserrat';
  font-weight: normal;
  color: #444;
  text-align: center;
  margin: 2rem 0;
} */

.wrapper{
  width: 90%;
  margin: 0 auto;
  max-width: 80rem;
}
.wrapper_board{

  margin: 0 auto;
  max-width: 80rem;
}

.wrapper_product{
  width: 100%;
  margin: 0 auto;
  max-width: 80rem;
}


.cols{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.col{
  width: calc(33% - 2rem);
  margin: 1rem;
  cursor: pointer;
}

.col_w100{
  width: calc(100% - 2rem);
  margin: 1rem;
  cursor: pointer;
}

.container_hover{
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
	-webkit-perspective: 1000px;
	        perspective: 1000px;
}

.front,
.back{
  background-size: cover;
  box-shadow: 5px 5px 7px 0 rgb(0 0 0 / 25%);
  border-radius: 10px;
	background-position: center;
	-webkit-transition: -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
	transition: -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
	-o-transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
	transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
	transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1), -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
	-webkit-backface-visibility: hidden;
	        backface-visibility: hidden;
	text-align: center;
	min-height: 280px;
	height: auto;
	border-radius: 10px;
	color: #fff;
	font-size: 1.5rem;
}

.back{
  background: #cedce7;
  background: -webkit-linear-gradient(45deg,  #cedce7 0%,#596a72 100%);
  background: -o-linear-gradient(45deg,  #cedce7 0%,#596a72 100%);
  background: linear-gradient(45deg,  #cddc39 0%,#8bc34a 100%);
}
.back:after{
position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    content: '';
    display: block;
    opacity: .4;
    background-color: #000;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    border-radius: 10px;
    border: 1px solid #ccc;

}

.back_img_01{
	background:url(../product/image/product_back_img_2_01.jpg);
	background-size:120%!important;
}
.back_img_02{
	background:url(../product/image/product_back_img_2_02.jpg);
	background-size:120%!important;
}
.back_img_03{
	background:url(../product/image/img_hw_7.jpg);
	background-size:120%!important;
}
.back_img_04{
	background:url(../product/image/img_hw_5.jpg);
	background-size:120%!important;
}
.back_img_05{
	background:url(../product/image/product_back_img_2_01.jpg);
	background-size:120%!important;
}
.back_img_06{
	background:url(../product/image/product_back_img_2_01.jpg);
	background-size:120%!important;
}
	

.front:after{
position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    content: '';
    display: block;
    opacity: .6;
    /*background-color: #fff;*/
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    border-radius: 10px;
    border: 1px solid #ccc;

}
.container_hover:hover .front,
.container_hover:hover .back{
    -webkit-transition: -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
    transition: -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
    -o-transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
    transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
    transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1), -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
}

.back{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
	background-position: center center;
	background-size:250%
}

.inner{
    -webkit-transform: translateY(-50%) translateZ(60px) scale(0.94);
            transform: translateY(-50%) translateZ(60px) scale(0.94);
    top: 50%;
    position: absolute;
    left: 0;
    width: 100%;
  
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    outline: 1px solid transparent;
    -webkit-perspective: inherit;
            perspective: inherit;
    z-index: 2;
}

.inner_b{
    -webkit-transform: translateY(-50%) translateZ(60px) scale(0.94);
            transform: translateY(-50%) translateZ(60px) scale(0.94);
    /*top: 50%;*/
    position: absolute;
    left: 0;
    width: 100%;
  
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    outline: 1px solid transparent;
    -webkit-perspective: inherit;
            perspective: inherit;
    z-index: 2;
	bottom: 0;
    margin: 0px 0 -8px;
}

.container_hover .back{
    -webkit-transform: rotateY(180deg);
            transform: rotateY(180deg);
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
}

.container_hover .front{
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
}

.container_hover:hover .back{
  -webkit-transform: rotateY(0deg);
          transform: rotateY(0deg);
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.container_hover:hover .front{
  -webkit-transform: rotateY(-180deg);
          transform: rotateY(-180deg);
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}
.p_color{
	margin: 0 0 0 0;
    color: #ffffff;
    font-size: 15px;
    background: #2196f3;
    /* width: 100%; */
    /* border-radius: 4px; */
    padding: 4px 0 6px 0;
    border-radius: 0 0 7px 7px;
	display:none;

}

.back .inner p{
  font-size: 1.2rem;
  margin-bottom: 2rem;
  position: relative;
}

.back .inner p:after{
  content: '';
  width: 4rem;
  height: 2px;
  position: absolute;
  background: #fff;
  display: block;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -.75rem;
}

.back .inner span{
  color: rgba(255,255,255,1.0);
  font-family: 'Montserrat';
  font-weight: 300;
  font-size: 0.8rem;
}

@media screen and (max-width: 64rem){
  .col{
    width: calc(33.333333% - 2rem);
  }
}

@media screen and (max-width: 48rem){
  .col{
    width: calc(50% - 2rem);
  }
}
@media screen and (max-width: 32rem){
  .col_100{width: calc(100% - 2rem);}
}


