﻿/* contents
---------------------------------------------------- */
#bannerContent{
padding-top:15px;
margin-bottom:15px;
}

/* mainImg
---------------------------------------------------- */

#mainImg{
	position : relative;
}

#mainImg img{
	width:100%;
}

.bannerImg:not(:first-child){
	display : none;
}

#mainImgIndicator{
	width:100%;
	text-align: center;
}

#mainImgIndicator ul{
	height: 10px;
	margin: 5px 0 15px 0;
	/*display : inline;*/
}

#mainImgIndicator li{
	padding-right: 10px;
	display : inline-block;
	width: 10px;
	height: 10px;
	background: url(../img/top/position.png) no-repeat center center ;
	-webkit-background-size : auto 100%;
}

#mainImgIndicator li.selected{
	/*background-size : 50% 50%;*/
	background: url(../img/top/position_selected.png) no-repeat center center ;
}



/* products
---------------------------------------------------- */


/* animation */

@-webkit-keyframes left_to_center {
  0% { left : -100%; }
  100%   { left:0; }
}

@-webkit-keyframes to_center {
	0% {}
	100% { left : 0; }
}

@-webkit-keyframes center_to_left {
  0% { left : 0; }
  100%   { left: -100%; }
}

@-webkit-keyframes to_left{
	0% {}
	100% { left : -100%; }
}

@-webkit-keyframes right_to_center {
  0% { left : 100%; }
  100%   { left: 0; }
}

@-webkit-keyframes center_to_right {
  0% { left : 0; }
  100%   { left: 100%; }
}

@-webkit-keyframes to_right{
	0% {}
	100% { left : 100%; }
}

@-webkit-keyframes go_right {
  0% {}
  100%   { left: 200%; }
}

@-webkit-keyframes go_left {
  0% {}
  100%   { left: -200%; }
}
