.content .con-case{
    display: inline-block;
    width: 740px;
    height: 100%;
    padding: 25px 25px;
    border-radius: 8px;
    background: rgb(37, 37, 37);
}
.section{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.vid{
    display: inline-block;
}
.vid ul li{
    display: inline-block;
    width: 335px;
    height: 240px; 
}
.section ul > li > img, .section ul > li > video{
    display: inline-block;
    width: 100%;    
    border-radius: 5px;  
    object-fit: contain;
}
/* 경매리스트 */
.list{
    width:100%;
    height: 470px;
    margin-top: 25px;
    overflow: auto;
}
.list table {
    width:100%;
    border-collapse: collapse;
    font-size: 14px;
}
.list table tr td{
    text-align: center;
    padding: 12px 5px;
    color: rgb(165, 165, 165);
    border-top: rgb(37, 37, 37) 1px solid;
    background: rgb(50, 50, 50);
    z-index: 1;
}
.list table tr th{
    position: sticky;
    top: 0;
    text-align: center;
    padding: 10px 5px;
    color: rgb(91, 208, 255);
    background: rgb(37, 37, 37);
    z-index: 2;
}
/*
.list table tr:nth-child(3) td{
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    padding: 19px 5px;
    background: #7931ff;
    color: white;
}
*/
.content .con-status{
    display: inline-block;
    margin-left: 6px;
    top:0;
    width: 370px; /*인라인블럭의 경우 font-size 4px의 여백이 생김*/
    vertical-align: top;
}
.progress, .ref{
    width:100%;    
    height: 240px;
    padding: 25px 20px 20px 25px;
    border-radius: 8px;
    background: rgb(37, 37, 37);
}
/* 원형그래프 */
.canvas-holder{
    display: inline-block;
    position: relative;
    width: 189px;
    height: 189px;
    margin-left: -5px;
}
.canvasTxt{
    position: relative;
    top:70px;
    margin: 0 auto;
    text-align: center;
    z-index: 10;
    /* background: brown; */
}
.ingTxt{
    font-size: 60px;
    font-weight: 300;
    transform: scale(.95,1);
    color: rgb(255, 255, 255);
}
.ingTxt > span{
    color: #969696;
}
.canvasBg{
    position: absolute;
    top:0;
    left: 0;
    width:100%;
    z-index: 1;
}
.progress .text{
    display: inline-block;
    padding: 10px 0 0 5px;
    float: right;
}
.progress .text ul{
    margin-bottom: 10px;
}
.progress .text ul li{
    font-size: 13px;
    line-height: 35px;
    color: rgb(140, 140, 140);
}
.progress .text ul li:first-child{
    font-size: 16px;
    font-weight: 700;
    color: rgb(202, 202, 202);
}
.progress .text ul li span{
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-right: 10px;
    background:  rgb(140, 140, 140);
}
.progress .text ul li:nth-child(3) span{
    background: royalblue;
}
.ref{
    margin: 10px 0;
}
.ref .title{
    padding: 0;
    font-size: 16px;
    font-weight: 700;
    color: rgb(202, 202, 202);
}
.calendar .title{
    padding: 0 0 0 20px;
    font-size: 16px;
    font-weight: 700;
    color: rgb(202, 202, 202);
}
.calendar {
    width:100%;
    height: 290px;
    padding: 25px 10px;
    border-radius: 8px;
    background:rgb(37, 37, 37);
}
.calendar table{
    border-spacing: 23px 3px;
}
.calendar td{
    width: 24px;
    height: 24px;
    text-align: center;
    font-size: 13px;
    font-weight: bolder;
    border-radius: 12px;
    color: rgb(140, 140, 140);
}
.calendar .week{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: 700;
    color: rgb(120, 120, 120);
}
#current-year-month{
    font-size: 14px;
    color: rgb(228, 228, 228);
}
#calendar{
    margin-top: 15px;
}
#calendar label{
    cursor: pointer;
}
.btn{
    display: inline-block;
    padding: 15px 20px;
    font-size: 14px;
    margin-top: 20px;
    color: rgb(165, 165, 165);
    border-radius: 5px;
    background: rgb(85, 85, 85);
    float: right;
}
p{
    padding: 20px 0;
    font-size: 13px;
    color: rgb(95, 95, 95);
}
input, select{    
    height: 50px;
    padding: 5px 10px;
    border-radius: 3px;
    border: rgb(65, 65, 65) 1px solid;
    background: rgb(45, 45, 45);
    font-size: 14px;
    color: white;
    outline-style: none;
}
input[id="RegNum"]{
    width: 190px;
}

.info-section{    
    width: 100%;
    padding:90px 100px;
    margin-bottom: 50px;
    background:url("../img/case_bg.png") no-repeat center center;
    background-size: contain;
}
.info-section span{ 
    display:block;
    font-size: 25px; 
    line-height: 30px;
    font-weight: 300;
    color: rgb(170, 170, 170);
}
.info-section span:nth-child(1){
    padding: 20px 0 10px 0;
    font-size: 35px;
    letter-spacing: -2px;
    text-align: left;
}
.info-section span:nth-child(2){
    padding: 0;
    font-size: 35px;
    line-height: 50px;
    color: rgb(226, 226, 226);
    letter-spacing: -2px;
    text-align: left;
}
.info-section span:nth-child(3){
    margin-left: -20px;
    padding: 50px 0;
    font-size: 100px;
    font-weight: 700;
    line-height: 70px;
    transform: scale(.95,1);
    color: royalblue;
    letter-spacing: -4px;
    text-align: left;
}
.info-section span:nth-child(5){
    padding: 20px 0;
}