a:hover,
a:focus{
	text-decoration: none;
}

.container-header-area {
	margin-bottom: 30px;
}

.container {
	margin-bottom: 50px;
}

.page-header {
	height: 50px;
	margin: 0 auto;
	margin-bottom: 30px;
	background: none;
	border-bottom: 1px solid #eee;
}

.page-button-area {
	margin-right: 13px;
}

.page-button-area button {
	margin-left: 10px;
}

.auctionName {
	margin: 10px;
	font-size: 25px;
	line-height: 40px;
	float: left;
}

.additionalCorrectionBtn a {
	color: white;
}

.contents {
	overflow: auto;
}

.goodsImgDiv {
	height: auto !important;
	margin: 10px auto;
	text-align: center;
}

.goodsImg {
	max-height: 180px !important;
}

.slick-slide {
	height: auto;
	padding: 2px;
	margin: 0;
	-webkit-box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0.14), inset 0 0 0 -2px
		rgba(0, 0, 0, 0.12), inset 0 0 5px 0 rgba(0, 0, 0, 0.2);
	box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0.14), inset 0 0 0 -2px
		rgba(0, 0, 0, 0.12), inset 0 0 5px 0 rgba(0, 0, 0, 0.2);
}
.slick-slide.disabled {
	pointer-events: none;
}
.slick-slide img {
	width: 100%;
	height: auto;
}

.slick-next::before, .slick-next::after, .slick-prev::before, .slick-prev::after {
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
	color: black;
}

.slick-next::after, .slick-prev::after {
	width: 12px;
	height: 12px;
	border-top: 1px solid white;
	border-right: 1px solid white;
}

.mainImg-slick-next {
	top: 0px;
	right: 15px;
	height: 35px;
	width: 35px;
	border-radius: 30px;
	z-index: 100;
	background-color: #cec1c178;
}

.mainImg-slick-next::after {
	right: 14px;
	transform: rotate(45deg);
}

.mainImg-slick-prev {
	top: 0px;
	left: 15px;
	height: 35px;
	width: 35px;
	border-radius: 30px;
	z-index: 100;
	background-color: #cec1c178;
}

.mainImg-slick-prev::after {
	left: 14px;
	transform: rotate(-135deg);
}

.mainImg-slick-next:hover, .mainImg-slick-prev:hover {
	border-radius: 30px;
	background-color: #727171;
}

.slick-prev:hover, .slick-next:hover, .slick-prev:focus, .slick-next:focus
	{
	outline: none;
	background: #cec1c178 !important;
	color: transparent;
}

#images-nav {
	padding-left: 0;
}

.thumbImage {
	margin: auto;
}
.thumbImage.disabled {
  pointer-events: none;
}

#info {
	font-size: 15pt;
}

.slick-current {
	position: relative;
}
.slick-current:after {
	position: absolute;
    border: 2px solid gray;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.genreAuctionNameArea {
	margin: 0 10px 20px;
	border-bottom: 1px solid gray;
}

.genreAuctionName {
	float: left;
	line-height: 40px;
}

#favorite_button_on,
#favorite_button_off {
	float: left;
}

.favoriteLink {
	padding: 5px;
}

.favoriteLink img {
	height: 20px;
}

#cart_button_on,
#cart_button_off {
	float: left;
}

.cartLink {
	padding: 5px;
}

.cartLink img {
	height: 20px;
}

.icon_blue {
	color: #009fff;
}

.goodsDetail {
	font-size: 18px;
}

.goodsDetail .row {
	line-height: 30px;
}

.lot {
	font-size: 30px;
	margin-bottom: 20px;
	line-height: 40px;
	float: left;
}

.prevNextLot {
	float: right;
}

.writerName {
	font-weight: bold;
}

.writerNameEng {
	font-weight: bold;
}

.goodsName {
	font-weight: bold;
}

.onlineCatalogResultPrice {
	font-weight: bold;
	color: #B00000;
}

.estimate {
	font-weight: bold;
}

.goodsDetailInfo {
	margin-top: 20px;
}

.bid-btn-area {
	margin-top: 50px;
}

.bid-btn  {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: left;
}

.bid-btn-cart {
    margin-right: 12px;
}

.bid-btn-cart .glyphicon {
    font-size: 26px;
}

.bid-btn-span span {
	font-size: 18px;
    line-height: 1.2;
}

.bid-price-area span {
	font-size: 20px;
}

#biddingPrice {
	width: calc(100% - 170px);
	height: 60px;
	margin-left: 10px;
	font-size: 20px;
	display: inline;
}

.bidCtrlBtn {
	min-width: 100px;
	margin-top: 5px;
	margin-left: 5px;
	font-size: 14px;
}

@media only screen and (min-width : 769px) {
	.goodsDetailHeader  {
		position: fixed;
		z-index: 999;
		width: 100%;
		top: 0;
		left: 0;
		background-color: white;
	}
	.contents {
		margin-top: 300px;
	}
	.imageArea {
		padding: calc((100vh - 670px) / 2) 30px;
	}
	.mainImg-slick-next {
		margin-top: calc((100vh - 500px) / 2);
	}
	.mainImg-slick-prev {
		margin-top: calc((100vh - 500px) / 2);
	}
	.auctionName {
		width: calc(100% - 310px);
	}
	.auctionName span {
		display: block;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}
}

@media only screen and (max-width: 1024px) {
	#biddingPrice {
		width: calc(100% - 220px);
	}
}

@media only screen and (max-width: 768px) {
	.page-header {
		height: 80px;
	}
	.page-title-area {
		height: 30px;
	}
	.auctionName {
		width: calc(100% - 20px);
		margin: 0 10px !important;
		font-size: 20px;
		line-height: 30px;
	}
	.auctionName span {
		display: block;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}
	.mainImg-slick-next {
		margin-top: 90px;
	}
	.mainImg-slick-prev {
		margin-top: 90px;
	}
	.modal-body label {
		width: 100%;
	}
	#biddingPrice {
		width: calc(100% - 100px);
	}
}

@media only screen and (max-width: 1020px) and (min-width: 768px) {
	.page-header {
		height: 50px;
	}
	.auctionName {
		width: calc(100% - 330px);
		line-height: 40px;
	}
}