@charset "utf-8";
.right-content-box-product {
    padding-top: 20px;
    padding-bottom: 20px;
}

.product-img-box {
    display: flex;
}

.product-img {
    width: 358px;
    height: 240px;
}

.product-sketch {
    flex: 1;
    overflow: hidden;
    box-sizing: border-box;
    padding-left: 50px;
    padding-top: 15px;
}

.product-name {
    font-size: 18px;
    background-color: #2597E4;
    line-height: 40px;
    padding: 0 19px;
    font-weight: bold;
    color: #FFFFFF;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
}

.product-sketch-list {
    font-size: 14px;
    line-height: 25px;
    color: gray;
}

.product-sketch-list > ul {
    margin-top: 15px;
}

.product-sketch-list > ul > li {
    list-style-type: disc;
    list-style-position: inside;
}

.product-detail-box {
    margin-top: 20px;
}

.product-detail-box > .title {
    color: #2597E4;
    width: 100px;
    height: 46px;
    border-left: 1px solid #ececec;
    border-right: 1px solid #ececec;
    border-top: 5px solid #2597E4;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.product-detail-info {
    border-top: 1px solid #ececec;
    color: gray;
}

.product-detail-info p {
    line-height: 1.5em;
    margin: 10px 0px;
    text-indent: 2em;
}