/* BASIC css start */
#mainSpot {
    position: relative;
    width: 100%;
    overflow: hidden;
    margin:0 0 20px;
}

#mainSpot .swiper-container {
    width:100%;
    height:auto;
}

#mainSpot  .swiper-wrapper {
    height:auto !important;
}

#mainSpot .swiper-slide {
    height:auto !important;
}

#mainSpot .swiper-slide img {
    width:100% !important;
    height:auto !important;
}

#mainSpot .swiper-button-next, .swiper-button-prev {
    display:none;
    font-family: fontello;
    font-size: 0;
    position: absolute;
    top: 50%;
    width:50px;
    height:50px;
    z-index: 10;
    cursor: pointer;
    -moz-background-size: 50px 50px;
    -webkit-background-size: 50px 50px;
    background-size: 50px 50px;
    background-position: center;
    background-repeat: no-repeat;
}

#mainSpot .swiper-button-prev {
     background:url(/design/tenko/img/vs_prev.png) no-repeat 50% 50%;
}

#mainSpot .swiper-button-prev:hover {
     background:url(/design/tenko/img/vs_prev_ov.png) no-repeat 50% 50%;
}

#mainSpot .swiper-button-next {
     background:url(/design/tenko/img/vs_next.png) no-repeat 50% 50%;
}

#mainSpot .swiper-button-next:hover {
     background:url(/design/tenko/img/vs_next_ov.png) no-repeat 50% 50%;
}

#mainSpot .swiper-pagination {
    padding:0;
    bottom: 20px;
    left: 0;
    width: 100%;
}

#mainSpot .swiper-pagination-bullet {
    font-family: arial;
    font-size: 0;
    width: 37px;
    height: 4px;
    line-height:1;
    display: inline-block;
    margin:0 5px;
    text-align: center;
    border-radius: 100%;
    background: rgba(255,255,255,1);
}

#mainSpot .swiper-pagination-bullet-active {
    background: rgba(255,255,255,1) !important;
}

#mainSpot .bx-pager {
    position: absolute;
    bottom: 15px;
    left: 0;
    right: 0;
    height: 11px;
    text-align: center;
}

#mainSpot .bx-pager .bx-pager-item {
    display: inline-block;
    margin: 0 7px;
}


.main_cont {
    padding:0 20px;
}


/* 이미지 배너 */
.imgBanner {
    margin: 0 0 20px;
    padding:0 10px;
    position: relative;
    overflow: hidden;
    text-align:center;
}


.imgBanner ul li {
    display: inline-block;
    width:32%;
    padding:0 1%;
    box-sizing:border-box;
}

.imgBanner ul li img {
    width:100%;
}

.imgBanner ul li:last-child {
    margin-right:0;
}

.imgBanner02 {
    padding:0 20px;
    margin:0 0 20px;
}

.imgBanner02 img {
    width:100%;
}


/* 메인 롤링 상품 */

.main_ft {
    overflow:hidden;
}

.main_ft .main_prd {
    position:relative;
    width:100%;
    height:auto;
}

.main_ft .main_prd .prd-info {
    display:none;
    position: absolute;
    top: 0;
    left:0;
    width: 100%;
    height: 100%;
    background: rgba(49,49,49,0.6);
    color: #fff;
    text-align: center;
    padding-top:30%;
    box-sizing: border-box;
}

.main_ft .main_prd .item-list:hover .prd-info {
    display:block;
}

.main_ft .main_prd .item-list .thumb img {
    width:100%;
    height:auto;
}

.main_ft .main_prd .prd-info .prd-name a {
    display:inline-block;
    width:80%;
    color:#fff;
    font-size:17px;
    font-weight: bold;    
    line-height:1.5;
    margin:0 0 10px;
    padding:0 20px;
    
    text-overflow:ellipsis;
    overflow:hidden;
    white-space:nowrap;    
    box-sizing: border-box;    
    
}

.main_ft .main_prd .prd-info .prd-price {
    font-size:20px;
}

.main_ft .main_prd .prd-info .prd-price strike {
    font-size:14px;    
}

.main_ft .main_prd .prd-info .btn {
    display: inline-block;
    margin-top:20px;    
}

.main_prd .bx-pager {
    position:absolute;
    left:0;
    bottom:34px;
    width:100%;
    text-align:center;
}

.main_prd .bx-pager .bx-pager-item {
    display:inline-block;
    margin:0 5px;
}

.main_prd .bx-pager .bx-pager-item a {
    display:inline-block;
    font-size:0;
    width:37px;
    height:4px;
    background:#fff;
}

.main_prd .bx-pager .bx-pager-item a.active {
    background:#9e9e9f;
}

.main_prd .bx-controls-direction {

}

.main_prd .bx-controls-direction a {
    position: absolute;
    top: 50%;
    margin-top: -19px;    
    display:inline-block;
    font-size:0;
    width:25px;
    height:38px;
}

.main_prd .bx-controls-direction .bx-prev {
    left:15px;
    background:url(/design/tenko/img/prev.png) no-repeat 50% 50%;
}

.main_prd .bx-controls-direction .bx-next {
    right:15px;
    background:url(/design/tenko/img/next.png) no-repeat 50% 50%;
}

.main_ft_bn {
    overflow:hidden;
}

.main_ft_bn div {
    float:left;
    width:50%;
}

.main_ft_bn div img {
    width:100%;
}










/* BASIC css end */

