div.content{
}

div.item-wrap{
    max-width: 1230px;
    margin: 20px auto 0;
    display: flex;
}

div.viewer{
    /* width: 100%; */
}

div.thum-box{
    max-width: 500px;
    max-height: 500px;
    border: 1px solid #dfdfdf;
    overflow: hidden;
    margin-bottom: 15px;
}

div.thum-box img{
    width: 100%;
}

ul.view-list{
    display: flex;
    flex-wrap: wrap;
    max-width: 500px;
}

ul.view-list li{
    width: 20%;
}

ul.view-list li img{
    width: 100%;
    padding: 5px;
}

div.item-info{
    /* width: 100%; */
}

div.item-info p.sub-title{
    font-size: 15px;
    line-height: 1;
    color: #999;
    margin-bottom: 8px;
    font-weight: 300;
    letter-spacing: 0.5px;
}

div.item-info h1.item-prd{
    font-size: 25px;
    color: #000;
    font-weight: 700;
    letter-spacing: -0.5px;
}


div.price-box{
    font-size: 28px;
    letter-spacing: -0.3px;
    color: #000;
    padding-bottom: 25px;
}

span.price-text{
    font-weight: bold;
}

span.won{
    font-size: 14px;
}

span.share-btn{
    font-size: 22px;
    cursor: pointer;
    margin-left: 10px;
}

ul.item-option li{
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

ul.item-option li span{
    font-size: 15px;
}

ul.select-box{
    padding: 15px 0;
}

ul.select-box li{
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

span.opt-title{
    width: 100px;
    color: #000;
}

span.opt-text{
    color: #999;
    display: flex;
    flex: 1 1 auto;
}

.size-selcetor{
    width: 100%;
    max-width: 230px;
    height: 44px;
    line-height: 44px;
    border: 1px solid #e9e9e9;
    font-size: 15px;
    color: #000;
    padding-left: 8px;
}


div.total-box{
    display: flex;
    justify-content: space-between;
}

div.total-box span{
    font-size: 28px;
    font-weight: bold;
}

span.tt-text{
    font-size: 22px;
}

div.btn-home{
    margin: 15px 0;
}

div.btn-home button{
    width: 100%;
    padding: 15px;
    font-size: 17px;
    font-weight: bold;
    border-radius: 0;
}


div.detail-content{
    max-width: 1230px;
    margin: 20px auto 0;
    padding: 15px;
}


div.qna-form .card{
    border-radius: 0;
    border: none;
}

div.qna-form .card-body{
    padding: 0;
}

div.qna-form .form-control{
    border-radius: 0;
    font-size: 14px;
}

div.qna-form textarea{
    background-color: #f8f8f8;
    min-height: 150px;
    max-height: 250px;
}

div.qna-form .card-footer{
    margin: 10px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.qna-list{
}

.title-box{
    display: flex;
    cursor: pointer;
    padding: 15px 0;
    border-bottom: 1px solid #dee2e6;
}

.title-box .title{
    flex-grow: 1;
    font-size: 15px;
    color: #222;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.title-box .name{
    font-size: 13px;
    color: #525252;
    min-width: 100px;
    text-align: center;
}

.title-box .date{
    font-size: 13px;
    color: #525252;
    margin-left: 10px;
    min-width: 75px;
    text-align: right;
}

.qna-text,.qna-reply{
    border: none;
    border-radius: 0;
    padding: 15px;
    background-color: #f5f5f5;
    font-size: 13px;
    color: #555;
}

div.review-list-box{
    display: flex;
}

div.rating{
    text-align: center;
    min-width: 140px;
    max-width: 140px;
}

div.review-text{
    display: flex;
    flex: 1 1 auto;
    font-size: 14px;
    color: #666;
    padding-left: 10px;
}

span.fill{
    color: #ffd600;
}

.str-text{
    font-size: 13px;
    color: #666;
}


/*  Medium devices (tablets, 768px and up) */
@media (max-width: 768px) {
    .title-box {
        flex-wrap: wrap;
    }

    .mb-date-box{
        width: 100%;
        display: flex;
        margin-top: 10px;
    }

    .title-box .date, .title-box .name{
        min-width: auto;
    }

}