#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;
}

.divPrdInfo .owl-carousel .owl-item {
    opacity: 0;
}

.divPrdInfo .owl-carousel .owl-item.active {
    opacity: 1;
}

.divPrdInfo .owl-nav .owl-next {
    float: right;
}
.divPrdInfo .rtLeft .PrdImgWeb .owl-carousel .owl-dots {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	margin-top: 10px;
}
.divPrdInfo .rtLeft .PrdImgWeb .owl-carousel .owl-dots button {
	background-color: #bbb;
	height: 10px; 
	width: 10px; 
	border-radius: 50%; 
	display: inline-block;
	margin: 0px 10px;
}
.divPrdInfo .rtLeft .PrdImgWeb .owl-carousel .owl-dots button.active {
	background-color: #F5D830;
	height: 15px; 
	width: 15px; 
	border-radius: 50%; 
	display: inline-block;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}
.divPrdInfo .rtLeft .PrdImgMobile .owl-carousel .owl-dots {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	margin-top: 10px;
}
.divPrdInfo .rtLeft .PrdImgMobile .owl-carousel .owl-dots button {
	background-color: #bbb;
	height: 10px; 
	width: 10px; 
	border-radius: 50%; 
	display: inline-block;
	margin: 0px 10px;
}
.divPrdInfo .rtLeft .PrdImgMobile .owl-carousel .owl-dots button.active {
	background-color: #F5D830;
	height: 15px; 
	width: 15px; 
	border-radius: 50%; 
	display: inline-block;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}

.divPrdInfo .ADcarousel .PrdADWeb #carousel2 .owl-stage-outer .owl-stage .owl-item .item img{
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: -1;
	height: 40vw;
}

.divPrdInfo .ADcarousel .PrdADMobile #carousel4 .owl-stage-outer .owl-stage .owl-item .item img{
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: -1;
	height: 40vw;
}

.divPrdInfo .ADcarousel .PrdADWeb #carousel2 .owl-nav {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
    transform: translateY(-20vw);
    z-index: 10;
}

.divPrdInfo .ADcarousel .PrdADMobile #carousel4 .owl-nav {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
    transform: translateY(-23vw);
    z-index: 10;
}

.divPrdInfo .ADcarousel .PrdADWeb #carousel2 .owl-nav button span{
    width: 25px;
    height: 80px;
    color: white;
    font-size: 90px;
}
.divPrdInfo .ADcarousel .PrdADWeb #carousel2 .owl-nav .owl-prev {
    margin-right: 30vw;
}
.divPrdInfo .ADcarousel .PrdADWeb #carousel2 .owl-nav .owl-next {
    margin-left: 30vw;
}

.divPrdInfo .ADcarousel .PrdADMobile #carousel4 .owl-nav button span{
    width: 25px;
    height: 80px;
    color: white;
    font-size: 60px;
}
.divPrdInfo .ADcarousel .PrdADMobile #carousel4 .owl-nav .owl-prev {
    margin-right: 30vw;
}
.divPrdInfo .ADcarousel .PrdADMobile #carousel4 .owl-nav .owl-next {
    margin-left: 30vw;
}


@media (max-width: 480px) {
    .owl-carousel .owl-stage {
        display: flex;
        align-items: center;
    }

    .divPrdInfo .rtLeft .PrdImgB {
        display: none;
    }

    .divPrdInfo .rtLeft .PrdImgMobile {
        display: block;
    }

    .OnlyPrd .divPrdInfo .rtLeft .PrdImgB {
        display: block;
    }

    .OnlyPrd .divPrdInfo .rtLeft .PrdImgMobile {
        display: none;
    }

    .divPrdInfo .rtLeft .ImgS .ulPrdImgS .liPrdImgS {
        display: inline-block;
        width: 70px;
        margin: 0 5px;
    }
    
    .divPrdInfo .rtLeft .ImgS .control-prev:before {
        content: '<';
    }

    .divPrdInfo .rtLeft .ImgS .control-next:before {
        content: '>';
    }

    .divPrdInfo .rtLeft .ImgS .control-prev {
        height: 100%;
        float: left;
        width: 20px;
        top: unset;
        bottom: unset;
    }

    .divPrdInfo .rtLeft .ImgS .control-next {
        height: 100%;
        float: right;
        width: 20px;
        top: unset;
        bottom: unset;
    }
}