#iWin_iWinDiv #iWin_iWinContent .PrdImgB {
    max-width: none;
}

.divPrdInfo .rtLeft .ImgS {
    width: 72px;
    order: 1;
    margin: 0;
    position: relative;
}

.divPrdInfo .rtLeft .ImgS .ulPrdImgS {
    padding: 0;
    overflow: hidden;
    max-height: 400px;
    white-space: nowrap;
}

.divPrdInfo .rtLeft .PrdImgMobile {
    display: none;
}

.divPrdInfo .rtLeft .ImgS .control-arrow {
    position: absolute;
    width: 100%;
    height: 25px;
    line-height: 1.8 !important;
    top: 0;
    cursor: pointer;
    text-align: center;
    background: rgba(0,0,0,0.5);
    color: #fff;
}

.divPrdInfo .rtLeft .ImgS .control-prev {
    top: 0;
    bottom: auto;
}

.divPrdInfo .rtLeft .ImgS .control-prev:before {
    content: '︿';
}

.OnlyPrd .divPrdInfo .rtLeft .ImgS .control-prev:before {
    content: '<';
}

.divPrdInfo .rtLeft .ImgS .control-next {
    top: auto;
    bottom: 0;
}

.divPrdInfo .rtLeft .ImgS .control-next:before {
    content: '﹀';
}

.OnlyPrd .divPrdInfo .rtLeft .ImgS .control-next:before {
    content: '>';
}

.divPrdInfo .rtLeft .ImgS .ulPrdImgS .liPrdImgS {
    margin: 0 0 10px;
}

.divPrdInfo .rtLeft .ImgS .ulPrdImgS .liPrdImgS img{
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 100%;
}

.divPrdInfo .rtLeft .ImgS .ulPrdImgS .liPrdImgS.selected img{
    border: 2px solid #C74060;
}

@media (max-width: 480px) {
    .owl-carousel .owl-stage {
        display: flex;
        align-items: center;
    }

    .divPrdInfo .rtLeft .PrdImgB {
        display: none;
    }

    .divPrdInfo .rtLeft .ImgS {
        display: none;
    }

    .divPrdInfo .rtLeft .PrdImgMobile {
        display: block;
    }

    .OnlyPrd .divPrdInfo .rtLeft .PrdImgB {
        display: block;
    }

    .OnlyPrd .divPrdInfo .rtLeft .PrdImgMobile {
        display: none;
    }
}