.place_title {
	width:100%;
	line-height:50px;
	border-bottom:1px solid #e9e8e8;
	overflow:hidden;
}
.place_title h4 {
	font-size:17px;
	text-align:left;
	line-height:50px;
}
.place_title h4:before {
	display:inline-block;
	content:'';
	width:6px;
	height:6px;
	margin:0 5px 3px 0;
	background: #000;
	border-radius: 50%
}
/* Á¤·Ä¿É¼Ç µå·Ó´Ù¿î */
.ac_dropbtn {
	background-color:#fff;
	color: #333;
	width:100%;
	padding-bottom:10px;
	border:0;
	font-size:15px;
	cursor: pointer;
}
.ac_dropbtn:hover, .ac_dropbtn:focus {
 background-color:;
}
.ac_dropdown {
	width:90px;
	float:right;
	position: relative;
	display: inline-block;
}
.ac_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 );
}
.ac_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;
}
.ac_dropdown-content a {
	font-size:15px;
	text-align:center;
	line-height:40px;
	display: block;
}
.ac_dropdown a:hover {
	background-color: #ddd;
}
.show {
	display: block;
}
/* Á¤·Ä¿É¼Ç µå·Ó´Ù¿î end */










#auction_nav {
	background-color:#333;
}
#auction_nav ul {
	width:100%;
	margin:0 auto;
	display:flex;
	justify-content:space-around;
}
#auction_nav ul li {
	font-size:17px;
	width:25%;
	color:#999;
	line-height:60px;
	cursor: pointer;
	padding:0 8px;
	border-right:1px solid #545454;
}
#auction_nav ul li:last-child {
	border-right: none;
}
#auction_nav ul li:hover {
	color:#FFF;
}
#auction_nav ul li.ov {
	color: #fff;
	background-image:url(../img/new_ov_dot.png);
	background-repeat:no-repeat;
	background-size:4px;
	background-position:right 16px;
}
#auction_nav_sub {
	margin-bottom:30px;
	border-bottom: 1px solid #E7E7E7;
}
#auction_nav_sub ul {
	font-size:16px;
	margin: 0 auto;
	width:90%;
	overflow: hidden;
	display: flex;
	justify-content: space-around;
}
#auction_nav_sub li a {
	line-height:50px;
	cursor: pointer;
	color: #999;
	display:block;
}
#auction_nav_sub li:hover a {
	color: #333;
}
#auction_nav_sub li.on a {
	color:#f56349;
	font-weight: bold;
	border-bottom:2px solid #f56349;
}
#auction_nav_sub li:hover li.on a {
	color:#f56349;
}
.auction_content {
	overflow:hidden;
	text-align:left;
}
.intro {
	text-align:left;
	width:100%;
	padding:50px 80px;
	margin:40px auto 60px;
	overflow:hidden;
	background-color:#F9F9F9;
}
.intro h5 {
	font-size:35pt;
	text-align:left;
	font-weight:bold;
	color:#f56349;
}
.intro h5 p {
	font-size:21px;
	margin-top:10px;
 font-weight:;
	color:#333;
}
/* Ä«¿îÆ® */
.sort_area {
	margin-top:30px;
	padding-bottom:30px;
	position:relative;
	width:100%;
}
.sort_area p {
	width:20%;
	float:left;
}
.sort_area p span {
	color:#f56349;
	font-weight:bold;
}
/* Ä«¿îÆ® end */




/* °æ¸Å»óÇ°¸®½ºÆ® */
.acgoods_list {
	width:100%;
}
.acgoods_list ul.thumb {
}
.acgoods_list ul.thumb li {
	float:left;
	width:20%;
	padding:1%;
	margin-bottom:20px;
}
.acgoods_list .photo {
	position:relative;
}
.acgoods_list .photo img {
	width:100%;
}

.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 5px;
}
.acgoods_list .photo .today_end span{
	float:right;
}






.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 {
	line-height:20px;
}
.acgoods_list .info p.name {
	font-weight:bold;
	line-height:30px;
	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 {
}
.acgoods_list .info p.price span {
	font-weight:bold;
	float:right;
}
.acgoods_list .info p.bidder {
	line-height:25px;
}
.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.state {
	line-height:25px;
}
.acgoods_list .info p.state span {
	margin-left:10px;
}
.acgoods_list .info p.end {
	line-height:25px;
}
.acgoods_list .info p.end span {
	margin-left:10px;
}
/* °æ¸Å»óÇ° ¸®½ºÆ® end */





/* °æ¸Å»óÇ° ºäÆäÀÌÁö */

.acgoods_view {
	text-align:left;
}
.acgoods_view .end_time {
	font-size:14px;
	overflow:hidden;
	background-color:#EEE;
	line-height:50px;
	padding:0 15px;
}
.acgoods_view .end_time span.time {
	float:left;
}
.acgoods_view .end_time span.bidder_count {
	float:right;
}
.acgoods_view .title {
	margin:30px auto;
	position:relative;
}
.acgoods_view .title span.wish {
	position:absolute;
	width:40px;
	right:0;
	top:30px;
}
.acgoods_view .title span.wish img {
	width:25px;
	float:right;
}
.acgoods_view .title p.name {
	font-size:18px;
	font-weight:bold;
}
.acgoods_view .date {
	margin:20px auto;
	overflow:hidden;
}
.acgoods_view .date dl {
	font-size:16px;
}
.acgoods_view .date dt {
	float:left;
	width:35%;
	line-height:25px;
}
.acgoods_view .date dd {
	float:right;
 margin-left:;
	line-height:25px;
}
.acgoods_view .date dd.end {
	color: rgb(30, 144, 255);
}
.acgoods_view .bid_price {
	margin:30px auto;
	border-top: 1px solid #EEE;
	overflow:hidden;
}
.acgoods_view .bid_price dl {
	margin:15px auto;
}
.acgoods_view .bid_price dt {
	font-size:16px;
	float:left;
	width:35%;
	line-height:30px;
}
.acgoods_view .bid_price dd {
	font-size:18px;
	float:right;
	margin-left:35%;
	line-height:30px;
}
.acgoods_view .bid_price dd.current {
	color:#f56349;
	font-weight:900;
}
/* °æ¸ÅºäÆäÀÌÁö ÅÇ¸Þ´º */
.detail_tab {
	margin:40px auto;
	width:100%;
	display:block;
	clear:both;
}
.detail_tab .tab {
	margin:40px 0;
	border-top: 1px solid #E7E7E7;
	border-bottom: 1px solid #E7E7E7;
}
.detail_tab .tab ul {
	margin: 0 auto;
	display: flex;
	justify-content: space-around;
}
.detail_tab .tab li {
	width:33.3%;
	border-right: 1px solid #E7E7E7;
	font-size:15px;
	font-weight: bold;
	line-height:50px;
	cursor:pointer;
}
.detail_tab .tab li:first-child {
	border-left: 1px solid #E7E7E7;
}
.detail_tab .tab li.active {
	border-bottom: 3px solid #000;
}
.detail_tab .tab li span {
	font-size:13px;
	color:#f56349;
	font-weight:normal;
	padding:0 3px;
}
/* °æ¸ÅºäÆäÀÌÁö ÅÇ¸Þ´º end */



.detail_tab .tabcontent {
	margin-bottom:50px;
	padding:0 15px;
}
/* °æ¸Åºä ÅÇ ¼­ºê1  */
.bid_info {
	font-size:16px;
	line-height: 2;
	text-align:left;
}
/* °æ¸Åºä ÅÇ ¼­ºê1 end */



/* °æ¸Åºä ÅÇ ¼­ºê2  */
.bid_list {
}
.bid_list ul {
}
.bid_list li {
	font-size:15px;
	line-height:40px;
	text-align:left;
	margin-bottom: 5px;
	border-bottom: 1px dotted #E7E7E7;
}
.bid_list li span.date {
	margin-left:10px;
}
.bid_list li span.price {
	float:right;
}
.bid_list li.final {
	padding:15px 10px;
	background-color:#F1F1F1;
	border-radius:5px;
}
/*  °æ¸Åºä ÅÇ ¼­ºê2 end */




/* °æ¸Åºä ÅÇ ¼­ºê3  */
.bid_guide {
}
.bid_guide ul {
	background-color:#f9f9f9;
	padding:50px;
	border-radius:5px;
	margin:20px 0;
}
.bid_guide ul h4 {
	font-size:24px;
	text-align:center;
	margin:0 0 20px 0;
}
.bid_guide li {
	font-size:15px;
	text-align:left;
	line-height:1.7;
	list-style:disc outside;
	margin:0 0 7px 20px;
}
.bid_guide button {
	width:30%;
	margin:0 auto;
	font-weight:bold;
}
.bid_guide button::after {
 content: '';
 display: inline-block;
 width: 6px;
 height: 6px;
 margin: 0 10px 2px 10px;
 border-right: 2px solid #f56349;
 border-top: 2px solid #f56349;
 transform: rotate( 45deg );
}
/* ÅÇ ¼­ºê4 end */

/* °æ¸Å»óÇ° ºäÆäÀÌÁö end */










/* ÀüÃ¼ ÀÔÂû ¸®½ºÆ® */
.bidder_list {
	width:100%;
	margin-bottom:50px;
}
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;
	margin-top:15px;
	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 {
	line-height:20px;
	margin-bottom:10px;
}
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:100px;
	margin-right:15px;
	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:40px;
	font-weight:900;
	display:block;
	line-height:80px;
}
.acguide_title p {
	font-size:17px;
	line-height:1.5;
	margin-bottom:15px;
}
.acguide_title h5 {
	font-size:17px;
	width:35%;
	background-color: #fff;
	border:3px solid #f56349;
	padding:13px;
	margin:0 auto;
	border-radius:50px;
}
.acguide_title h5 a {
	display:block;
}
.acguide_title h5 img {
	width:20px;
	margin-right: 10px;
}
h4.sub_title {
	font-size:40px;
	text-align:center;
	margin:0 auto 30px;
}
/*  °æ¸Å°¡ÀÌµå »ó´Ü end */






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





.half_highlight {
	background: -webkit-linear-gradient(bottom, #d8eeff 50%, transparent 50%);
	background: -o-linear-gradient(bottom, #d8eeff 50%, transparent 50%);
	background: linear-gradient(to top, #d8eeff 50%, transparent 50%);
}
