.retail-website-content .retail-website-shopping{
    display:block;
    margin-top:3%;
    margin-bottom:238px;
}

.retail-website-content .retail-website-shopping .right {
    width: 100%;
    height: 310px;
    background: url('../img/retail_website/retail_website_computer.png') no-repeat top center;
    background-size:100%;
    order:1;
}

.retail-website-content .retail-website-shopping .left {
    width: 100%;
    height: auto;
    display: block;
    order:2;
}

.retail-website-content .retail-website-bottom{
    width: 100%;
    height: auto;
    background: url('../img/fill_bg.png');
}

.retail-website-content .retail-website-bottom .website-bottom-content {
    padding: 0 20px;
    position: relative;
    display: block;
    border-top: 1px solid transparent;
}

.retail-website-bottom .website-bottom-content .website-bottom-mobile {
    width: 88%;
    height: 530px;
    margin: 0 auto;
    margin-top: -49.2%;
    margin-right: 0%;
    background: url('../img/retail_website/retail_website_mobile.png') no-repeat top left;
    background-size: 100%;
}

.retail-website-bottom .website-bottom-content .website-bottom-info {
    width: 100%;
    height: auto;
}

.retail-website-bottom .website-bottom-content .website-bottom-info ul li div{
    width:100%;
    text-align:center;
}

.retail-website-bottom .website-bottom-content .website-bottom-info ul li div.text-blue{
    width:100%;
    font-weight:bold;
    font-size:1.071428rem;
}

.retail-website-bottom .website-bottom-content .website-bottom-info .more{
    margin:0 auto;
}

.retail-website-content .retail-website-kv .txt {
    width: 296px;
    height: 87px;
    background: url('../img/retail_website/retail_website_txt.png') no-repeat top center;
    position: absolute;
    right: -51px;
    top: 50%;
    margin-top: -65.5px;
    background-size: 62%;
}

.retail-website-content .retail-website-shopping .right {
    width: 100%;
    height: 305px;
    background: url('../img/retail_website/retail_website_computer.png') no-repeat top center;
    background-size: 100%;
    order: 1;
    overflow:hidden;
}

@media screen and (max-width: 320px) {
    .retail-website-content .retail-website-shopping .right {
        width: 100%;
        height: 230px;
        background: url('../img/retail_website/retail_website_computer.png') no-repeat top center;
        background-size: 100%;
        order: 1;
        overflow: hidden;
    }
}


.retail-website-content .retail-website-shopping {
    display: block;
    margin-top: 3%;
    margin-bottom: 200px;
}

.english-edition .retail-website-content .retail-website-shopping {
    display: block;
    margin-top: 3%;
    margin-bottom: 200px;
    padding: 0 20px;
}

.retail-website-bottom .website-bottom-content .website-bottom-mobile {
    width: 88%;
    height: 446px;
    margin: 0 auto;
    margin-top: -49.2%;
    margin-right: 0%;
    background: url('../img/retail_website/retail_website_mobile.png') no-repeat top left;
    background-size: 100%;
}