/*  °æ¸Å´ëÇà »ó´Ü¸Þ´º  */
.content {
width:;
margin: 30px auto;
}
#auction_nav {
background-color: #666;
}
#auction_nav ul {
width:96%;
margin: 0 auto;
display: flex;
justify-content: space-around;
}
#auction_nav ul li {
font-size: 14px;
color: #fff;
padding:10px 15px;
cursor: pointer;
text-align:center;
font-weight:bold;
}
#auction_nav ul li span {
font-size: 11px;
font-weight:300;
display:block;
}
/*  °æ¸Å´ëÇà »ó´Ü¸Þ´º end  */





/*  °æ¸Å´ëÇà »ó´Ü¸Þ´º2  */
.auction_nav {
border-bottom: 1px solid #E7E7E7;
}
.auction_nav ul {
	margin:0 auto;
	display:flex;
	justify-content:space-around;
}
.auction_nav ul li {
font-size:14px;
cursor: pointer;
font-weight:bold;
padding:17px 0;
}
.auction_nav ul li span{ display:block; font-size:12px; text-align:center;}

.auction_nav .nav_on { border-bottom:3px solid #f56349!important; }
.auction_nav .nav_on1  { border-bottom:3px solid #f56349!important; }
.auction_nav .nav_on2  { border-bottom:3px solid #f56349!important; }
.auction_nav .nav_on3 { border-bottom:3px solid #f56349!important; }
.auction_nav .nav_on4{  border-bottom:3px solid #f56349!important; }
.auction_nav .nav_on5 { border-bottom:3px solid #f56349!important; }




/*  °æ¸Å´ëÇà »ó´Ü¸Þ´º2 end  */





#auction_nav_sub {
margin-bottom: 30px;
background-color: #f6f6f6;
}
#auction_nav_sub ul {
margin: 0 auto;
width: 90%;
overflow: hidden;
display: flex;
justify-content: space-around;
}
#auction_nav_sub li {
	font-size:14px;
color: #999;
line-height:50px;
cursor: pointer;
}
#auction_nav_sub li.on a{
color: #f56349;
font-weight: bold;
line-height:50px;
}
/*  °æ¸Å´ëÇà »ó´Ü¸Þ´º end */



/* Ä«¿îÆ® */
.sort_area {
	width:96%;
margin: 0 auto;
position: relative;
padding-bottom: 40px;
}
.sort_area p {
width: 20%;
float: left;
font-size: 14px;
}
.sort_area p span {
color: #f56349;
font-weight: bold;
}
/* Ä«¿îÆ® end */



/* Á¤·Ä¿É¼Ç µå·Ó´Ù¿î */
.dropbtn {
background-color: #fff;
color: #333;
width: 100%;
padding-bottom: 10px;
border: 0;
font-size: 15px;
cursor: pointer;
}
.dropbtn:hover,
.dropbtn:focus {
 background-color:;
}
.dropdown {
width: 120px;
float: right;
position: relative;
display: inline-block;
}
 .dropdown button::after {
 width: 6px;
 height: 6px;
 position: absolute;
 border-right: 2px solid #333;
 border-bottom: 2px solid #333;
 right: 5px;
 content: " ";
 top: 5px;
 transform: rotate(45deg);
}
.dropdown-content {
display: none;
position: absolute;
background-color: #fff;
min-width: 140px;
right: 3px;
padding: 20px 0;
overflow: auto;
box-shadow: 0 2px 4px rgb(0 0 0 / 30%);
z-index: 2;
}
.dropdown-content a {
font-size: 15px;
text-align: center;
line-height: 40px;
display: block;
}
.dropdown a:hover {
background-color: #ddd;
}
.show {
display: block;
}
/* Á¤·Ä¿É¼Ç µå·Ó´Ù¿î end */









/* °æ¸Å»óÇ°¸®½ºÆ® */
.acgoods_list {
margin:0 auto;
}
.acgoods_list ul.thumb {
box-sizing:border-box;
overflow:hidden;
display:flex;
flex-wrap:wrap;
border-top: 1px solid #E7E7E7;
}
.acgoods_list ul.thumb li {
width:50%;
padding: 10px;
border-bottom: 1px solid #E7E7E7;
border-right: 1px solid #E7E7E7;
}
.acgoods_list ul.thumb li:nth-child(2n) {
    border-right: none;
}




.acgoods_list .photo {
position:relative;
}
.acgoods_list .photo .today_end {
position:absolute;
line-height:30px;
background-color:#f56349;
color:#FFF;
font-weight:300;
width:100%;
top:0;
float:left;
padding:0 7px;
}
.acgoods_list .photo .today_end span {
float:right;
}
.acgoods_list .photo img {
width:100%;
height:auto !important;
}
.acgoods_list .photo .end {
position:absolute;
left:0;
bottom:0;
padding-top:30%;
width:100%;
height:100%;
background-color:;
text-align:center;
color:#f56349;
font-weight:bold;
font-size:20px;
}
.acgoods_list .photo .end span {
display:block;
margin-top:5px;
}
.acgoods_list .info {
}
.acgoods_list .info p {
width:100%;
}
.acgoods_list .info p.brand {
line-height:35px;
font-size:12px;
font-weight:900;
}
.acgoods_list .info p.brand span.a {
float:left;
width:65%;
white-space:normal;
word-wrap:break-word;
display:-webkit-box;
-webkit-line-clamp:1;
-webkit-box-orient:vertical;
text-overflow:ellipsis;
overflow:hidden;
}
.acgoods_list .info p.brand span.b {
float:right;
display:block;
font-weight:normal !important;
}
.acgoods_list .info p.name {
line-height:30px;
font-weight:bold;
white-space:normal;
word-wrap:break-word;
display:-webkit-box;
-webkit-line-clamp:1;
-webkit-box-orient:vertical;
text-overflow:ellipsis;
overflow:hidden;
}
.acgoods_list .info p.price {
line-height:20px;
}
.acgoods_list .info p.price span {
float:right;
font-size:14px;
font-weight:bold;
margin-left:5px;
}
.acgoods_list .info p.state {
line-height: 20px;
}
.acgoods_list .info p.state span {
margin-left:10px;
}
.acgoods_list .info p.bidder {
line-height:20px;
overflow:hidden;
}
.acgoods_list .info p.bidder span.a {
float:left;
}
.acgoods_list .info p.bidder span.b {
float:right;
display:block;
font-weight:normal !important;
}
.acgoods_list .info p.bidder span.c {
float:right;
display:block;
font-size:14px;
font-weight:bold;
color:#f56349;
padding-left:5px;
}
/* °æ¸Å»óÇ°¸®½ºÆ® end */








.list_type_ac .info p.state {
line-height: 25px;
}
.list_type_ac .info p.state span {
margin-left: 10px;
}
.list_type_ac .info p.bidder {
line-height: 25px;
}
.list_type_ac .info p.bidder span {
margin-left: 10px;
}
/* ÀüÃ¼ ÀÔÂû ¸®½ºÆ® */
.bidder_list {
margin: 0 auto;border-top: 1px solid #E7E7E7;
}
ul.type_list {
}
ul.type_list li {
overflow: hidden;
padding: 15px 0;
border-bottom: 1px solid #E7E7E7;
}
ul.type_list p.brand {
font-size: 12px;
font-weight: 900;
}
ul.type_list li p.name {
font-weight:bold;
white-space: normal;
word-wrap: break-word;
display: -webkit-box;
-webkit-line-clamp: 1;
-webkit-box-orient: vertical;
text-overflow: ellipsis;
overflow: hidden;
}
ul.type_list li p {
width:75%;
line-height:20px;
float:right;
}
ul.type_list li p span.user {
margin-right: 10px;
}
ul.type_list li p span.date {
float: right;
}
ul.type_list li p span.price {
}
ul.type_list li img {
width: 70px;
margin:0 10px;
float: left;
}
/* ÀüÃ¼ ÀÔÂû ¸®½ºÆ® end */




/*  °æ¸Å°¡ÀÌµå »ó´Ü */
.acguide_title {
margin: 15px auto 30px;
padding-bottom: 40px;
text-align: center;
border-bottom: 1px solid #E7E7E7;
}
.acguide_title img {
width: 80px;
}
.acguide_title span {
font-size: 26px;
font-weight: 900;
display: block;
line-height: 50px;
}
.acguide_title p {
line-height: 1.5;
margin-bottom: 15px;
}
.acguide_title h5 {
width: 55%;
background-color: #fff;
border: 3px solid #f56349;
padding: 8px;
font-size: 15px;
margin: 0 auto;
border-radius: 50px;
}
.acguide_title h5 a {
display: block;
}
.acguide_title h5 img {
width: 20px;
margin-right: 10px;
}
h4.sub_title {
text-align: center;
font-size: 30px;
margin: 0 auto 30px;
}
/*  °æ¸Å°¡ÀÌµå »ó´Ü end */






/*  °æ¸Å°¡ÀÌµå qna  */
.ac_qna {
padding: 0 20px;
}
.ac_qna dl {
}
.ac_qna dt {
font-size: 15px;
font-weight: bold;
}
.ac_qna dt span {
color: #f56349;
margin-right: 10px;
}
.ac_qna dd {
border-radius: 5px;
padding: 15px;
background-color: #f6f6f6;
margin: 15px 0 20px 0;
line-height: 1.5;
}
/* °æ¸Å°¡ÀÌµå qna end */






/* all */ 
h5.txt_title{ width:96%; font-size:17px; font-weight:900; margin: 0 auto 25px; position:relative;}
h5.txt_title span{ margin-left:5px; color:#f56349;}
h5.sub_title{ font-size:17px; font-weight:normal;margin:0 auto 25px; padding-left:15px; position:relative;}
h5.sub_title:before {
    content: '';
    position: absolute;
    top: 10px;
    display: block;
    left: 0;
    width:5px;
    height:5px;
    border-radius: 50%;
    background-color: #333;
}


