section{
    gap: 3rem;
}
.title > div{
    font-size: 3rem;    
    letter-spacing: -.2rem;
    line-height: 5.2rem;
    font-weight: 300;
    color: var(--sub-txt-color);
}
.fa.fa-volume-up, .fa.fa-volume-off{
    margin-left: 1rem;
}
.fa.fa-volume-up{
    color: var(--act-txt-color);
}
.title > div span{
    font-weight: 500;
    /* ?트차이??른 ?????이(2~3px)가 조금 차이??*/
    font-family: 'Roboto';
    letter-spacing: normal;
    color: var(--act-txt-color);  
}
/* 경매?상/?보 */
.infoPart{
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(12rem, 1fr));   
    align-items: stretch; 
    font-size: 2rem;
    padding: 4rem;
    gap: .5rem;
    letter-spacing: -.1rem;
    border: 1px solid #555;
    border-radius: 1rem;
    background: #333;
    color: var(--sub-txt-color);    
    box-shadow: 0 0 1rem .3rem rgba(0,0,0,.2);
    background: linear-gradient(#393939, #222);
}
.infoPart > div > p:first-child{
    font-weight: 500;
    color:var(--main-txt-color);
}
.firstChild{
    grid-column: span 3;
    margin: auto;
}
.lastChild{
    grid-column: span 2;
}
.infoPart > div > span{
    display: block;
}
.infoPart div span{
    font-size: 2.8rem;
}
.firstChild > div{
    padding: .8rem 0 1.5rem 0;
}
.bidPart{
    display: grid;
    grid-template-columns: 1.2fr 1fr;   
    align-items: stretch; 
    gap: 3rem;    
}
.vidPart{
    position: relative;
    background: #333;
    border-radius: 1rem;
    border: 1px solid #444;
    color: var(--sub-txt-color);
    overflow-x: hidden;
    box-shadow: 0 0 1rem .5rem rgba(0,0,0,.3);
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}
.outer {
    width: 100%;
    margin: 0 auto;
    position: relative;
}  
.inner-list {
    display: flex;
    transition: .3s ease-out;
    /* height: 100%; */
    align-items: center;
}
.inner{
    display: flex;
    align-items: center;
    justify-content: center;
}
.button{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 7rem;    
    color: #a0ec00;
    cursor: pointer;
    opacity: .6;    
}
.button.left{
    left: 1rem;
    display: none;  
}
.button.right{
    right: 1rem;
    display: none;
}   
.markNav{
    position: absolute;
    left: 50%;
    bottom: 10px;
    transform: translateX(-50%);    
}
.mark{
    display: inline-block;
    width: 1.2rem;
    height: 1.2rem;
    border-radius: 50%;
    margin: 0 .5rem;
    border: 1px solid #999;
    background-color: rgba(0, 0, 0, .5);
    box-shadow: 0 0 1rem .5rem rgba(0,0,0,.2);
}
img{
    max-width: 100%;
    border-radius: 1rem;
}
#bidNum{
    font-family: 'Roboto';
    font-size: 5rem;
    font-weight: 500;
    color: var(--act-txt-color);
}
#num{
    font-family: 'Roboto';
    letter-spacing: normal;
    margin-top: .4rem;
}
/* 리스???*/
.tableList{
    display: table;
    border-collapse:collapse;
    font-size: 1.5rem;    
    color:#9d9d9d;
    text-align: center;
    width: 100%;
}
.tableList .row{
    display: table-row;
}
.tableList .row:first-child{
    top: 0;
    position: sticky;
    background: #222;
    font-weight: 500;
}
.tableList > div:nth-child(n+2) > div:nth-child(n+8){
    font-size: 1.7rem;
    font-weight: 400;
    color: var(--main-txt-color);
}
.tableList > div:nth-child(n+2){
    border-bottom: 1px solid #444;
}
.tableList > div:nth-child(4) > div:last-child{
   // color: var(--act-txt-color);
}
.tableList .cell {
    display: table-cell; 
    padding: 1.4rem;    
}
.cell.num{
    font-family: 'Roboto';
}
/* ?크?*/
.offerList::-webkit-scrollbar {
    width:20px;
    background-clip: padding-box;
    border: 6px solid transparent;
}
.offerList::-webkit-scrollbar-thumb {
    background: var(--sub-txt-color);
    border-radius: 12px;
    background-clip: padding-box;
    border: 8px solid transparent;
    min-height: 20px;
}
.offerList::-webkit-scrollbar-track {
    background-color: var(--select-main-color);   
    background-clip: padding-box;
    border: 9px solid transparent;
}
@media (max-width:400px){
    .infoPartSlide:not(inherits){
        font-size: 1.6rem;
        padding: 2.5rem 1rem 2.5rem 4rem;
        gap: 1rem .5rem;
    }
    .tableList .cell {
        display: table-cell; 
        padding: 1.2rem;    
    }
}
/* ?????정 */
@media (max-width:450px){
    .title span:not(inhertis), .title div:not(inhertis){
        font-size: 1.8rem;
        letter-spacing: -.1rem;
        line-height: 3.8rem;
    }
     /* .tableList > div > div:nth-child(2){
        display: none;
    }  */
}
@media (max-width:500px){
    section{
        gap: 1rem;
    }
    /* 경매?상/?보 */
    .bidPart{
        grid-template-columns: 1fr;
    }
    .infoPart{
        display: none;
    }    
    .markNav, .button i{
        display: block;  
    }
    .tableList > div > div:nth-child(4){
        display: none;
    } 
}
@media (max-width:550px){
    .title{        
        justify-content: space-between;
    }
    .tableList > div > div:nth-child(4){
        display: none;
    }
}
@media (max-width: 560px){    
    .infoPart:not(inhertis){
        font-size: 1.4rem;
        padding: 1.6rem;
        gap: .3rem;
    }    
}
@media (max-width: 767px){
    body, html{
        font-size: 50%;
    }  
    .title:not(inhertis){
        padding: 1rem 2rem;
    }
    .title > span, .title > div{
        font-size: 2rem;
        letter-spacing: -.1rem;
    }
    .bidPart{
        gap: 1rem;
    }
    .infoPart{
        font-size: 1.6rem;
        padding: 2rem;
        gap: .5rem;
    }
    .infoPart div span{
        font-size: 2rem;
    }
    #bidNum{
        font-size: 3rem;
    }   
    .tableList > div > div:nth-child(2), .tableList > div > div:nth-child(6){
        display: none;
    }
    footer > div > div:last-child > div:nth-child(-n+2){
        display: none;
    }
}
@media (max-width: 991px) {
    body, html{
        font-size: 56.25%;
    }
    .title{
        padding: 2rem;
    }
    .tableList > div > div:nth-child(7){
        display: none;
    }
}
@media (max-width:1200px){
    header, section{
        width: 100%;
    }
}