.banner {
    background: #F1F1F1;
}

.banner__img {
    width: 56vw;
}

.banner .desc {
    margin-right: 3.6vw;
}

.desc__title {
    font-size: 24px;
}

.desc__title-border {
    width: 4.4vw;
    height: 4px;
    background: #81154A;
    margin-top: 0.5vw;
}

.desc__subtitle {
    font-size: 1vw;
    margin-top: 1.2vw;
    margin-bottom: 1.2vw;
    text-align: right;
}

.desc__content {
    width: 17.7vw;
    font-size: 1.1vw;
    height: 18vw;
    text-align: justify;
    text-indent: 2em;
    line-height: 1.8vw;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 10;
    overflow: hidden;
}

.more-desc {
    margin-top: 20px;
}

.more-btn {
    width: 8.9vw;
    line-height: 2.2vw;
    border: 1px solid #81154A;
    font-size: 1.1vw;
    color: #81154A;
    text-align: center;
    cursor: pointer;
}

.more-btn .arrow {
    width: 0.4vw;
    margin-left: 0.4vw;
}

.mobile {
    display: none;
}
.winery__body {
    margin-bottom: 10px;
}
.winery__body:last-child {
    margin-bottom: 0px;
}
.winery__body img{
    display: block;
}

.winery__name {
    height: 60px;
    background: #F1F1F1;
    font-size: 22px;
    color: #333;
    margin-bottom: 9px;
}

.winery__name .small {
    font-size: 16px;
}

.corp__body {
    background: #F0F0F0;
}


/*.corp-img, .new-activity {*/
/*    margin: 20px 0;*/
/*}*/


.corp-container {
    align-items: stretch;
    padding: 37px 0;
}

.corp-banner {
    width: 480px;
    height: 550px;
}

.corp-banner img {
    height: 100%;
}

.corp-text {
    color: #585858;
    padding-top: 30px;
    align-items: stretch;
}

.corp-text-wrapper {
    overflow: hidden;
    position: relative;
    height: calc(var(--content-height) + var(--elli-height));
}

.corp-text-wrapper .ellipsis {
    writing-mode: vertical-lr;
    line-height: var(--elli-lh);
    padding-top: 5px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 10;
    height: var(--elli-height);
    background: #F0F0F0;
}

.corp-chinese-wrapper {
    width: 48px;
    font-size: 30px;
    margin-right: 14px;
    --elli-lh: 78px;
    --elli-height: 40px;
    --content-height: 450px;
}

.corp-chinese {
    word-break: break-word;
    text-align: center;
    overflow: hidden;
    line-height: 34px;
}

.corp-english-wrapper {
    font-size: 20px;
    width: 14px;
    letter-spacing: 2px;
    margin-top: 10px;
    --elli-lh: 24px;
    --elli-height: 40px;
    --content-height: 450px;
}

.corp-english {
    word-break: break-word;
    font-weight: 100;
    text-align: center;
}

.corp-address-container {
    padding-bottom: 5px;
}

.corp-address-wrapper {
    font-size: 20px;
    width: 21px;
    margin-left: 77px;
    font-weight: 100;
    --elli-lh: 30px;
    --elli-height: 20px;
    --content-height: 450px;
    display: flex;
    align-items: flex-end;
    letter-spacing: 5px;
    word-break: break-all;
    padding-bottom: var(--elli-height);
}

.corp-address {
    line-height: 24px;
    text-align: center;
}

.corp-imgs img {
    width: 420px;
    height: 270px;
}

.new-activity{
    margin-top: 10px;
}

.partner-img-wall{
    display: flex;
}

.partner-img-wall .partner-img-wall-left{
    flex: 1.3;
    margin-right: 10px;
}
.partner-img-wall .partner-img-wall-left img{
    height: 100%;
}
.partner-img-wall .partner-img-wall-right{
    flex: 1;
    display: flex;
    flex-direction: column;
}
.partner-img-wall .partner-img-wall-right-top{
    flex: 1;
    margin-bottom: 10px;
}
.partner-img-wall .partner-img-wall-right-bottom{
    flex: 1;
}

@media screen and (max-width:1200px) {
    .winery__name {
        height: 9.3vw;
        font-size: 2vw;
    }

    .winery__name .small {
        font-size: 1.3vw;
    }

    .corp-img, .new-activity {
        /*padding: 3vw 0;*/
    }

    .corp-container {
        padding: 10px;
    }

    .corp-banner {
        width: 43.83vw;
        height: 60.92vw;
    }

    .corp-text {
        padding-top: 3.75vw;
    }

    .corp-chinese-wrapper {
        width: 4vw;
        font-size: 4vw;
        margin-right: 1.17vw;
        --elli-lh: 6.5vw;
        --elli-height: 3.33vw;
        --content-height: 50vw;
    }

    .corp-chinese {
        line-height: 4.17vw;
    }

    .corp-english-wrapper {
        font-size:1.67vw;
        width: 1.17vw;
        letter-spacing: 2px;
        margin-top:1vw;
        --elli-lh: 2vw;
        --elli-height: 3.33vw;
        --content-height: 50vw;
    }

    .corp-address-container {
        padding-bottom:3vw;
    }

    .corp-address-wrapper {
        font-size: 1.67vw;
        width: 1.67vw;
        margin-left: 6.42vw;
        --elli-lh: 2.5vw;
        --elli-height:3.33vw;
        --content-height: 50vw;
    }

    .corp-address {
        line-height:2vw;
        text-align: center;
    }
    .corp-imgs img {
        width: 33.5vw;
        height: 29.5vw;
    }
}

@media screen and (max-width:900px) {
    .banner__img {
        width: 100%;
    }

    .mobile {
        display: block;
    }

    .pc {
        display: none;
    }

    .banner .desc {
        margin-right: 10.5vw;
        padding: 6vw 0;
    }

    .desc__title {
        font-size: 5.9vw;
    }

    .desc__title-border {
        width: 11.5vw;
        height: 0.4vw;
        background: #81154A;
        margin-top: 1.2vw;
    }

    .desc__subtitle {
        font-size: 3vw;
        margin-top: 3.2vw;
        margin-bottom: 10.4vw;
        text-align: right;
    }

    .desc__content {
        width: 46.4vw;
        font-size: 3.2vw;
        height: 52vw;
        text-align: justify;
        text-indent: 2em;
        line-height: 4.8vw;
        display: block;
    }

    .more-btn {
        width: 23.6vw;
        line-height: 6vw;
        border: 1px solid #81154A;
        font-size: 3.2vw;
        color: #81154A;
        text-align: center;
        cursor: pointer;
    }

    .more-btn .arrow {
        width: 1.1vw;
        margin-left: 1.2vw;
    }

    .winery__name {
        height: 8.8vw;
        font-size: 3.7vw;
    }

    .winery__name .small {
        font-size: 2.4vw;
    }

    .corp-img, .new-activity {
        /*padding: 4vw 0;*/
    }
    .wine-list a:last-child{
        display: none;
    }

    .partner-img-wall .partner-img-wall-right-top{
        flex: 1;
        margin-bottom: 2px;
    }
    .partner-img-wall .partner-img-wall-left{
        flex: 1.3;
        margin-right: 2px;
    }
}

