.WOW_prod_view {padding-top: 56.25%; overflow:hidden; position:relative; }
.WOW_prod_view .WOW_pd_items {display:none; position:absolute; top:0; left:0; width:100%; height:100%;}
.WOW_prod_view .WOW_pd_items:nth-child(1) {display:block;}
.WOW_prod_view .WOW_pd_items img {width:100%;}
.WOW_slide_btn {position:absolute;  bottom:8px; line-height:0; text-align:center; width:100%; }
.WOW_slide_btn img { width:12px; margin:0 4px; cursor:pointer;}

.WOW_prod_view .WOW_items_in_animaion_left 
{   
   left : 0%;
   animation-name : WOW_ani_item_in_left;
   -webkit-animation-name : WOW_ani_item_in_left;   
   animation-duration: 0.5s;    
   -webkit-animation-duration: 0.5s;      
   animation-timing-function: linear;    
   -webkit-animation-timing-function: linear;    
   animation-fill-mode: both; /* ³¡¿¡¼­ ¸ØÃã */
    -webkit-animation-fill-mode:both;
}

.WOW_prod_view .WOW_items_out_animaion_left 
{
   left:100%;
   animation-name : WOW_ani_item_out_left;
   -webkit-animation-name : WOW_ani_item_out_left;   
   animation-duration: 0.5s;    
   -webkit-animation-duration: 0.5s;      
   animation-timing-function: linear;    
   -webkit-animation-timing-function: linear;    
   animation-fill-mode: both; /* ³¡¿¡¼­ ¸ØÃã */
    -webkit-animation-fill-mode:both;
}

@keyframes WOW_ani_item_in_left
{
   from {left:100%; }
   to {left:0%;}
}

@-webkit-keyframes WOW_ani_item_in_left
{
   from {left:100%; }
   to {left:0%;}
}
@keyframes WOW_ani_item_out_left
{
   from {left:0%; }
   to {left:-100%;}
}

@-webkit-keyframes WOW_ani_item_out_left
{
   from {left:0%; }
   to {left:-100%;}
}




.WOW_prod_view .WOW_items_in_animaion_right
{   
   left : 0%;
   animation-name : WOW_ani_item_in_right;
   -webkit-animation-name : WOW_ani_item_in_right;   
   animation-duration: 0.5s;    
   -webkit-animation-duration: 0.5s;      
   animation-timing-function: linear;    
   -webkit-animation-timing-function: linear;    
   animation-fill-mode: both; /* ³¡¿¡¼­ ¸ØÃã */
    -webkit-animation-fill-mode:both;
}

.WOW_prod_view .WOW_items_out_animaion_right
{
   left:100%;
   animation-name : WOW_ani_item_out_right;
   -webkit-animation-name : WOW_ani_item_out_right;   
   animation-duration: 0.5s;    
   -webkit-animation-duration: 0.5s;      
   animation-timing-function: linear;    
   -webkit-animation-timing-function: linear;    
   animation-fill-mode: both; /* ³¡¿¡¼­ ¸ØÃã */
    -webkit-animation-fill-mode:both;
}

@keyframes WOW_ani_item_in_right
{
   from {left:-100%; }
   to {left:0%;}
}

@-webkit-keyframes WOW_ani_item_in_right
{
   from {left:-100%; }
   to {left:0%;}
}
@keyframes WOW_ani_item_out_right
{
   from {left:0%; }
   to {left:100%;}
}

@-webkit-keyframes WOW_ani_item_out_right
{
   from {left:0%; }
   to {left:100%;}
}
