/*=======================
loop.css
=======================*/

.loopSliderWrap {
    top: 0;
    left: 0;
    height: 93.5px;
    overflow: hidden;
    position: absolute;
}
 
.loopSlider {
    margin: 0 auto;
    width: 100%;
    height: 93.5px;
    text-align: left;
    position: relative;
    overflow: hidden;
}
 
.loopSlider ul {
    height: 93.5px;
    float: left;
    overflow: hidden;
}
 
.loopSlider ul li {
    width: 175px;
    height: 93.5px;
    float: left;
    display: inline;
    overflow: hidden;
}

.loopSlider ul li img{
	height:100%;
}

#contents .loopSliderWrap,
#contents .loopSlider,
#contents .loopSlider ul{
	height:155px;
}

#contents .loopSlider ul li{
	height:155px;
	width:290px;
}

/*  tablet  */

.ua-tab .loopSliderWrap,
.ua-tab .loopSlider,
.ua-tab .loopSlider ul,
.ua-tab .loopSlider ul li{
    height: 200px;
}

.ua-tab .loopSlider ul li {
	width:370px;
}
 
/*  sp  */

.ua-sp #contents .loopSliderWrap,
.ua-sp #contents .loopSlider,
.ua-sp #contents .loopSlider ul{
	height:93.5px;
}

.ua-sp #contents .loopSlider ul li{
	height:93.5px;
	width:175px;
}

 
/* ------------------------------
   CLEARFIX ELEMENTS
------------------------------ */
.loopSliderWrap:after {
    content: "";
    display: none;
    clear: none;
}