.middle-cell{
    vertical-align: middle !important;
}
a.border-link:hover{
    text-decoration: underline;
}
table td, table td div{
    line-height: 1.4;
}
.w-320{
    width: 320px !important;
}
.mb-100{
    margin-bottom: 100px;
}
.text-black{
    color: black !important;
}
.bg-gray{
    background-color: #e9ecef !important;
}
.bodered-head{
    border-bottom: 2px solid #dad7d7;
    padding-bottom: 10px;
}
.detail-btn{
    width: 80% !important;
}
.btn-black{
    font-weight: bold;
}
.btn-light{
    font-weight: bold;

}
.width{
    width: 200px;
}
.mypage-detail-title-product{
    font-size: 18px;
    font-weight: 600;
    border-bottom: solid 1px black;
}
.tbody-light{
    background-color: #EEEEEE;
}
.mypage-product-detail-info label{
    padding-bottom: 5px;
}
.table-bordered td, .table-bordered th {
    border: 1px solid black;
}
.scrollable_table tr, th, td {
    overflow: hidden;
    width: 100%;
    white-space: nowrap;
}

.scrollable_detail_table tr, th, td {
    overflow: hidden;
    width: 100%;
    white-space: inherit;
}

.table .thead-light th {
    background-color: #e9ecef;
    border-color: black;
    border-bottom: unset;
}

.mypage-msg{
    font-size: 16px;
}

.btn-black{
    width: 50% ;
}
@media only screen and (max-width: 768px){
    .btn-black{
        width: 80% !important;
    }
    .btn-light{
        width: 80% !important;
    }
    img{
        width: 100%;
    }
    a.btn-black, button.btn-black,a.btn-white-border{
        font-size: 15px;
    }
    .scrollable_table {
        width: auto;
        overflow-x: auto;
        white-space: nowrap;
    }
    .scrollable_detail_table {
        width: auto;
        overflow-x: auto;
    }
}
@media only screen and (max-width: 580px){
   .scrollable_detail_table {
       margin-right: 15px;
   }
}
@media only screen and (max-width: 425px){
    .breadcrumb {
        font-size: 13px;
    }
}
@media only screen and (max-width: 375px){
    .breadcrumb {
        font-size: 12px;
    }
}
@media only screen and (max-width: 340px){
    .breadcrumb {
        font-size: 11px;
    }
}
@media only screen and (max-width: 320px){
    .breadcrumb {
        font-size: 10px;
    }
}

