@charset "utf-8";


#resale-pop{
width: 100%;
max-width: 1000px;
background: #242424;
overflow: hidden;
position: relative;
border-radius: 15px;
}
#resale-pop img{
width: 100%;
display: block;
position: relative;
}
#resale-pop .info{
width: 100%;
position: relative;
padding: 20px;
}
#resale-pop .info h3{
width: 100%;
text-align: center;
color: #fff;
font-size: 33px;
line-height: 1.4em;
position: relative;
margin: 0 0 20px;
}
#resale-pop .info p{
width: 100%;
text-align: center;
color: #fff;
font-size: 18px;
line-height: 1.4em;
position: relative;
margin: 0 0 20px;
}
#resale-pop .info p span{
width: 100%;
display: block;
text-align: center;
color: rgb(255, 147, 16);
font-size: 22px;
line-height: 1.4em;
position: relative;
}
#resale-pop .info .button{
width: 100%;
display: flex;
justify-content: center;
position: relative;
}
#resale-pop .info .button a{
width: auto;
background: #fff;
display: inline-block;
text-decoration: none;
color: #242424;
font-size: 18px;
font-weight: 400;
position: relative;
margin: 0 5px;
padding: 10px 20px;
border-radius: 10px;
}


/* end */
