#center {
    background: #fff;
}

.banner-container {
    background-image: url(/images/banner_seller.jpg?v=20250429165117);
}

.container {
    padding: 0 0 10px 0;
}

.breadcrumb {
    padding: 10px 0;
    font-size: 13px;
    color: #999;
}

.breadcrumb .breadcrumb-item,
.breadcrumb .breadcrumb-icon {
    padding: 0 5px 0 0;
    color: #999;
}

.breadcrumb .breadcrumb-icon {
    font-size: 13px;
}

.breadcrumb .title-text {
    font-size: 22px;
    margin-top: 10px;
}

.zone .banner-left {
    width: 450px;
}

.main {
    background: #FFFFFF;
    border-radius: 20px;
    box-sizing: border-box;
    padding: 40px;
    /* min-height: calc(100vh - 555px); */
    min-height: 400px;
    border: 1px solid #F4BF49;
    margin: 60px 70px;
    /*max-width: 1100px;*/
    width: auto;
}

.main li {
    list-style: inherit;
}

.main ul,
.main ol {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.main ol {
    margin-left: 20px;
    list-style-type: decimal;
}

.main ul {
    margin-left: 20px;
    list-style-type: disc;
}

.title {
    font-weight: 600;
    font-size: 24px;
    line-height: 22px;
    text-align: left;
    color: #060879;
}

.time {
    font-size: 14px;
    font-weight: 400;
    line-height: 40px;
    color: #F3BF4A;
    text-align: left;
    margin-top: 10px;
}

.btn-look {
    font-size: 16px;
    line-height: 40px;
    margin-top: 20px;
    color: #060879;
}

.desc {
    font-size: 14px;
    line-height: 40px;
    color: #737373;
    word-wrap: break-word;
}

.desc img {
    max-width: 100%;
}

.desc table {
    border-left: 1px solid #e6e6e6;
    border-top: 1px solid #e6e6e6;
    border-collapse: collapse;
    border-spacing: 0;
}

.desc table th {
    border-right: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    padding: 0 5px;
}

.desc table td {
    border-right: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    padding: 0 5px;
}

.video-title {
    font-size: 18px;
    margin-bottom: 10px;
    color: #19223C;
    font-weight: 500;
}

.video-wrap video {
    width: 49%;
    height: 340px;
    margin-right: 2%;
    background-color: #000;
}

.video-wrap video:nth-of-type(even) {
    margin: 0;
}

@media screen and (min-width: 320px) and (max-width: 640px) {
    .zone .banner-left {
        bottom: -75px;
        padding: 15px 0;
        width: 90%;
        margin-left: -45%;
    }

    .video-wrap video {
        width: 100%;
        height: 180px;
        margin: 0 0 10px;
        border-radius: 15px;
    }

    .container {
        padding: 0 0 4vw 0;
    }

    .breadcrumb {
        padding: 3vw 4vw;
    }

    .main {
        padding: 4vw 4vw;
        margin: 60px auto;
        max-width: 100%;
        width: 92vw;
    }

    .zone .main {
        margin-top: 90px;
    }

    .title {
        font-size: 5vw;
    }

    .time {
        font-size: 3vw;
        margin-top: 0;
    }

    .desc {
        line-height: 1.6em;
        word-wrap: break-word;
    }
}