/* 경매?명?작 */
.search{
    position: relative;
    top: -2rem;
    width: 100%;
    padding: 3rem 4rem 2rem;
    border: 1px solid #4F4F4F;
    border-radius: .6rem;
    background: #333;
    box-shadow: .3rem .3rem 1rem rgba(0,0,0,.1), -.3rem 0 1rem rgba(0,0,0,.1);
}
.exTxt{
    display: table;
    border-collapse:separate;
}
.exTxt .row {
    display: table-row;
}
.exTxt .cell {
    position: relative;
    display: table-cell;
    font-size: 1.5rem; 
    padding: .5rem .7rem;
    font-weight: 300;
    letter-spacing: -.1rem;
    color:var(--sub-txt-color);
}
.exTxt > div span{
    display: block;
    position: absolute;
    top: 1.2rem;
    left: 50%;
    width: .8rem;
    height: .8rem;
    border-radius: 100%;
    background: var(--sub-txt-color);
    transform: translateX(-50%);
}
.exTxt > div span:first-child{
    filter: blur(.4rem);
}  
/* ?명창끝 */
/* 컨텐?*/
.termsContainer{
    width: 100%;
    height: 100%; 
    padding: 2.5rem 2rem;
}
.tab-content > p, .termsContainer > p{
    display: inline-block;
    font-size: 1.6rem;
    font-weight: 500;
    color:var(--act-txt-color);
}
.termsContainer > p, .tab-content > p{
    padding: 0 0 1rem;
}
.generalInfo, .treeInfo{
    display: grid;
    grid-template-columns:  repeat(auto-fit, minmax(15rem, 1fr));   
    align-items: stretch; 
    font-size: 1.5rem;    
    letter-spacing: -.1rem;
}
.generalInfo > div, .treeInfo > div{
    padding: .5rem 0;
}
.generalInfo > div > p, .treeInfo > div > p{
    line-height: 2.4rem;
    color: var(--sub-txt-color);
}
.generalInfo > div > p:first-child, .treeInfo > div > p:first-child{
    font-weight: 400;
    color:var(--main-txt-color);
}
.generalInfo > div:nth-child(-n+5) > p:last-child, .phoneNum{
    letter-spacing: normal; 
}
.numPhone{
    display: inline-block;
    padding-left: 1rem; 
}
#num{
    font-family: 'Roboto';
    letter-spacing: normal; 
}
.siteReport{
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 1.6rem;
}
.siteReport img {
    max-width: 100%;
    box-shadow: .5rem .5rem 1.5rem rgba(0,0,0,.2), -.5rem 0 1.5rem rgba(0,0,0,.2);
    border-radius: .4rem;
}
.siteReport > div{
    display: flex;
    align-items: center;
    flex-direction: column;
    font-size: 1.5rem;
}
.siteReport > div:first-child{
    grid-column: span 2;
    grid-row: span 2;
}
.siteReport > div > span {    
    display: inline-block;
    padding-top: .6rem;
    color: var(--sub-txt-color);
}
#img1, #img2, #img3, #img4{
    cursor:pointer;
}
.siteNav{
    display: table;
    width: 90%;
    border-collapse:collapse;
}
.siteNav .row {
    display: table-row;
}
.siteNav .cell {
    position: relative;
    display: table-cell;
    height: 2rem;
    padding: .4rem;
    font-weight: 300;
    letter-spacing: -.1rem;
    text-align: center;
    color:var(--sub-txt-color);
}
.siteNav > div span{
    display: block;
    position: absolute;
    top:1rem;
    left: 50%;
    width: .8rem;
    height: .8rem;
    border-radius: 100%;
    background: #A0EC00;
    transform: translateX(-50%);
}
.siteNav > div span:first-child{
    filter: blur(.4rem);
}

.auctTxt{
    font-size: 1.4rem;   
    padding: 1.5rem 0;    
}
.siteTable{
    font-family: 'Roboto';      
    padding: 1.5rem 0;
    width: 100%;
}
.exTxt.site{
    width: 100%;
}
.siteTable .exTxt .row > div{   
    padding: 1.5rem .5rem;
    text-align: center;
}
.siteTable .exTxt .row:first-child{
    background: #333;
}
.siteTable .exTxt .row:last-child > div{
    font-weight: 500;
    letter-spacing: normal;
    border-bottom: 1px solid #444;
}
.siteNoReport{
    width: 100%;
    padding: 1.5rem 0;
    font-size: 2rem;
    font-weight: 500;    
    color: var(--main-txt-color);
}
#auct-cost-btn{
    position: relative;
    top:-.1rem;
    padding: 1rem 2rem;
    line-height: 2.2rem;
    font-size: 1.6rem;
    font-weight: 600;
    color: #a7a7a7;
    background: var(--select-txt-color);
    outline: none;
    border: 1px solid #555;
    letter-spacing: -.1rem;
    cursor: pointer;
}
#auct-cost{   
    width: 30rem;
    margin: 0 .5rem 0 0;
    line-height: 2rem;
    font-size: 1.6rem;
    color: #000;
    background: var(--sub-txt-color);
}
input::placeholder{
    letter-spacing: -.1rem;
    color: var(--select-txt-color);
}

.btn{
    display: flex;
    justify-content: center;
    align-items: center;    
    width: 100%;
    padding: 2rem;
    font-family: 'Noto Sans KR';
}
.btn > div{
    padding: 1.5rem 4rem;
    font-size: 1.6rem;
    font-weight: 400;
    border-radius: .4rem;
    box-shadow: .5rem .5rem 1.5rem rgba(0,0,0,.15), -.5rem 0 1.5rem rgba(0,0,0,.15);
    cursor: pointer;
}
.btn > div:first-child{
    background: var(--act-txt-color);
    color:#000;
}
@media (max-width:450px){
    .title > div:not(inhertis){
        line-height: normal;       
    }
    .title > span{
        line-height: 4rem;
    }  
    .siteReport{
        display: grid;
        grid-template-columns: repeat(3, 1fr);
    }
    .siteReport > div:first-child{
        grid-column: span 3;
    }
    .generalInfo > div > p:not(inherits){
        font-size: 1.5rem;
    }
}
@media (max-width:550px){
    .title{        
        justify-content: space-between;
    }  
    .submenuNav .cell {
        padding: 0 1rem;
    }
    .submenuNav .cell.col2{
        color:var(--act-txt-color);
    }    
    .search{
        display: none;
    }
}
@media (max-width:767px){
    body, html{
        font-size: 50%;
    }
    .title:not(inhertis){
        padding: 1rem 2rem;
    }
    .title > span{
        font-size: 2rem;
        letter-spacing: -.1rem;
    }
    .submenuNav{
        margin-top:0;
    }
    .submenuNav > div:first-child > div{       
        display: none;
    }
    .submenuNav .cell.col2{
        color:var(--act-txt-color);
    }
    .termsContainer:not(inherits){
        padding: 2.5rem 1rem 0;
    }
    .btn > div:not(inherits){
        padding: 1.2rem 2.5rem;
        font-size: 1.5rem;       
    }
    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;
    }
    .submenuNav .cell {
        font-size: 1.4rem;
    }
}
@media (max-width:1200px){
    header, section{
        width: 100%;
    }
}