/* common paging */
.custom-pagination{
	gap: 2px;
}
.custom-pagination .page-number,
.custom-pagination .page-arrow {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    height: 30px;
    border-radius: 15px;
    color: #555;
    background-color: transparent;
    text-decoration: none;
    transition: 0.2s ease-in-out;
    cursor: pointer;
}

/* 숫자 페이지는 길이 유동 (자릿수 대응) */
.custom-pagination .page-number {
    min-width: 30px;
	font-size: .875rem;
    padding: 0 8px;
}

/* 화살표는 고정 길이 */
.custom-pagination .page-arrow {
    margin: 0 10px;
}

.custom-pagination .page-number.active{
    background-color: #1e1e1e; color: #fff; font-weight: bold; cursor: default;
}
.custom-pagination .page-number:hover{
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}
.custom-pagination .page-arrow.disabled{
    color: #bbb; pointer-events: none;
}
.page-size-selector{
	border: 1px solid #1e1e1e; background-color: #fff; color: #000; border-radius: 3px; appearance: none;
	background: url('data:image/svg+xml;utf8,<svg fill="%23333" height="20" viewBox="0 0 20 20" width="20" xmlns="http://www.w3.org/2000/svg"><path d="M7 10l5 5 5-5z"/></svg>') no-repeat right 10px center / 16px;
    padding: 5px 30px 5px 10px; font-size: .875rem; cursor: pointer;
}


/*cart*/

.cursor-default{
	cursor: default;
}

.check-info label .icon {
	font-size: 1rem;
	vertical-align: baseline;
	color: #c6c6c6;
	margin-right: 8px;
}

.cart-list {
	background: #fff;
	border: 1px solid #eee;
	margin: 1rem 0 1.4rem 0;
	border-radius: 8px;
}

.cart-list .cart-item > div:not(.cart-delivery) {
	padding: 1rem 1rem .2rem 1rem;
}

.cart-list .tlt label {
	font-weight: normal;
	font-size: 1.05rem;
	vertical-align: middle;
}

.cart-list .tlt label i {
	vertical-align: text-bottom;
}

.cart-list .info .info-img{
	border-radius: 10px; float: left;
}
.cart-list .info .info-img a {
	display: block;
}
.cart-list .info .info-img a img{
	object-fit: cover; width: 100%;
	max-width: 70px; max-height: 70px; border-radius: 10px; overflow: hidden;
}
.cart-list .info .info-tlt{
	font-size: 1rem;
}
.cart-list .info .info-tlt,
.cart-list .info .info-txt {
	width: calc(100% - 7.6rem);
	float: right;
}

.cart-list .info-txt .option p {
	color: #666;
	font-size: .875rem;
	margin-bottom: 0;
	display: inline-block;
	font-weight: 300;
}

.cart-list .info-txt .option p > span + span::before {
	content: '';
	margin: 0px 6px;
	height: 11px;
	vertical-align: unset;
	border-left: 1px solid #d8d8d8;
	display: inline-block;
}

.cart-list .info-txt .price {
	font-family: 'Poppins', sans-serif;
	font-size: .9rem;
	font-weight: 600;
	color: #333;
	margin-bottom: 0;
}

.cart-list .info-txt .price span {
	font-family: "noto_sans";
	font-size: 64%;
	color: #a5a5a5;
	font-weight: 100;
	text-align: center;
	margin-left: 6px;
}

.cart-list .info-txt .price small {
	font-size: 1rem
}

.cart-list .info-txt .delivery {
	color: #777;
	font-size: .86rem;
	position: absolute;
	right: 0;
	bottom: 0;
}

.cart-list .info-txt li {
	position: relative;
	padding: .5rem 0;
}

.cart-list .info-txt li .table-cell {
	display: table-cell;
	vertical-align: middle;
}

.cart-list .info-txt li + li {
	border-top: 1px dashed #ddd;
}

.cart-list .cart-seller {
	padding: .6rem;
	border-bottom: 1px solid #f3f3f3;
}

.cart-list .cart-seller label {
	font-size: 1rem;
}

.cart-list .cart-seller a {
	color: #333;
	font-size: 1rem;
}

.cart-list .cart-seller a .icon {
	font-size: .8rem;
	color: #a4a4a4;
	margin-left: 5px
}

.cart-list .cart-item .tlt {
	display: inline-block;
}

.cart-list .btn-delete .icon {
	font-size: .75rem;
	padding: .2rem .3rem;
	color: #6d6d6d;
	border: 1px solid #eee;
	border-radius: 3px;
}

.cart-list .quantity_selector {
	display: flex; align-items: center;
}

.cart-list .quantity_selector span {
	font-size: 1.1rem;
}

.cart-list .quantity_selector .minus,
.cart-list .quantity_selector .plus {
	cursor: pointer
}

.cart-list .quantity_selector #quantity_value input {
	width: 70px;
	height: 25px;
	text-align: center;
	padding: .2rem;
	font-size: .815rem;
}

.cart-list .form-con{
	border: 1px solid #dedede; padding: .2rem;
}
.cart-list .minus,
.cart-list .plus{
	color: #b1b1b1;
}

.cart-delivery {
	border-top: 1px dotted #eee;
	border-bottom: 1px dotted #dfdfdf;
	text-align: right;
	padding: 0.5rem 1rem;
	font-weight: 500;
}

.cart-price {
	border-top: 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	background: #f5f5f5;
}

.cart-price div[class*="price-"] {
	width: 33.33%;
	text-align: center;
}

.cart-price .txt-name {
	display: block;
	color: #adb2b9;
	font-size: .8rem;
}

.cart-price .txt-price {
	font-size: .9rem;
	font-weight: 600;
}

.cart-price .price-delivery::before {
	content: "\e921";
	font-family: 'pay-icon' !important;
	position: absolute;
	left: 0;
	top: .7rem;
	font-size: 1rem;
}

.cart-price .price-delivery::after {
	content: "\e95c";
	font-family: 'pay-icon' !important;
	position: absolute;
	right: 0;
	top: .7rem;
	font-size: 1rem;
}

.cart-price .price-order .txt-price {
	font-size: 1.1rem;
}

/*receipt*/

.receipt-coin {
	margin-top: 1.35rem;
	margin-bottom: .8rem;
}

.receipt-wrap {
	background: #fff;
	border: 1px solid #eee;
	padding: 1.6rem;
	margin-top: 3rem;
	border-radius: 8px;
}

.receipt-list{
	display: flex;
	flex-direction: column;
	row-gap: 1.4rem;
}
.receipt-list li{
	display: flex; justify-content: space-between; align-items: center;
}
/* .receipt-list li {
	display: table;
	table-layout: fixed;
	width: 100%;
	margin-top: .5rem;
} */
.dotted-line {
    height: 1px;
    text-indent: -9999px;
    background-image: radial-gradient(circle, #141414 0.8px, transparent 1px);
    background-size: 5px 1px;
    background-repeat: repeat-x;
}
.receipt-list li .tlt {
	text-align: left;
	display: table-cell
}

.receipt-list li .price {
	text-align: right;
	display: table-cell
}
.pd-list .img-bikopay{
	border: 1px solid #000; transition: all .35s ease-out; background-color: #fff;
	color: #191919; padding: 9px; box-sizing: border-box;
}
.pd-list .img-bikopay:hover{
	background-color: #191919; color: #fafafa;
}
.btn-delete.btnGoodsOptionDel span{
	font-size: .625rem !important; padding: .15rem !important;
}

@media all and (max-width: 991px) {
	.cartWrap .header-top {
		margin-top: 40px
	}
}

@media all and (max-width: 767px) {
	.cart-list .info-txt .option p {
		width: 90%;
	}

	.cart-list .quantity_selector {
		float: left width: 100%;
	}

	.receipt-wrap {
		margin-top: 0
	}

	.cart-list .info .info-img {
		width: 60px;
		height: 60px;
	}

	.cart-list .info .info-tlt {
		font-size: .875rem;
	}

	.cart-list .info .info-txt {
		width: 100%;
	}
	.cart-list .info-txt .option p {
		font-size: .75rem;
	}
}

/*order*/

#orderWrap .con-tlt {
	position: relative
}

#orderWrap .con-tlt .ul-order-tlt {
	position: absolute;
	right: 0;
	top: 0
}

#orderWrap .ul-order-tlt li {
	display: inline-block;
	font-size: 0.85rem;
}

#orderWrap .ul-order-tlt li + li::before {
	font-family: 'pay-icon' !important;
	content: "\e906";
	font-size: .84rem;
	color: #999;
	margin: 0 4px;
}

#orderWrap .con-address ul {
	border: 1px solid #ddd;
	border-bottom: 0
}

#orderWrap .con-address li {
	border-bottom: 1px solid #ddd;
}
#orderWrap .address-info {
	border-bottom: 1px dashed #e7e7e7;
	padding-bottom: 1rem;
}
#orderWrap .address-info p {
	color: #333
}
#orderWrap .search-address input{
	float:left;
	margin-right:1%;
	width:78%;
	height:34px
}
#orderWrap .search-address >a{
	float:left;
	margin-right:1%;
	width:20%;
	height:34px;
	line-height: 28px;
	float:right
}
#orderWrap .virtual-account-info{
	padding: 0 1.5rem;
}
/*order_complete*/


.order-wrap .order-content {
	border: 3px solid #e8e8e8;
	padding: 3rem 1.4rem;
}

.order-content .tit {
	border-bottom: 1px solid #e8e8e8;
}

.order-content .address-circle {
	width: 100px;
	height: 22px;
	margin-left: 0.5rem;
	border-radius: 60px;
	background-color: #fe4c50;
	text-align: center;
	color: #fafafa;
	font-weight: 200;
	font-size: 0.9rem;
	display: inline-block;
	line-height: 23px;
}

.order-content .row .col-lg-6:first-child {
	border-right: 1px solid #e8e8e8;
}

.order-content .row .col-lg-6 {
	margin-top: 2rem;
}

.order-content .pay-txt {
	border-top: 1px solid #e8e8e8;
	border-bottom: 1px solid #e8e8e8;
	text-align: right;
	margin-top: 20px;
}

@media all and (min-width: 768px) {
	.btn-order {
		display: table;
		margin: 0 auto;
	}

	.btn-order .btn:first-child {
		margin-right: .4rem;
	}

	.order-wrap .order-content {
		width: 90%;
		margin: 0 auto;
		padding: 3rem 2rem;
	}

	.order-content .row .col-lg-6 dl {
		padding: 0 1.5rem;
	}
	.con-orderinfo .table-order .seller{
	 	display: none
	}
	.order-price-info span{
		display: inline;	
	}
}

@media all and (max-width: 767px) {
	.btn-order .btn:last-child {
		margin-top: .4rem;
	}

	.btn-order .btn {
		display: block;
	}

	.order-content .tit span {
		word-wrap: break-word;
	}

	.order-content .row .col-lg-6:first-child {
		border-right: none;
	}

	.con-orderinfo .check-info label {
		font-size: .94rem !important;
	}
	.con-orderinfo .table-order .dl-txt{
		display: none
	}
	.con-orderinfo .table-order .dd-txt{
		width:100%
	}
	.con-orderinfo .table-order .seller{
	 	display: inline-block;
		margin-right:4px
	}
	.con-orderinfo .table-order .row .icon{
		display: none
	}
	.con-orderinfo .table-order .row strong{
		width:20%;
	}	
	.con-orderinfo .table-order .background-11 {
		/*padding:0.5rem 2.5rem !important;*/
	}

	.order-price-info span{
		display: block;
		position:relative;
		width:100%;
	}
	.order-price-info .mo-none{
		display: none;
	}
	.order-price-info .ic-cancel{
		position:absolute;
		left:-17px;
		top:4px;
		font-size:0.6rem !important;
	}		
	.order-price-info .line-y{
		padding:0.5rem 0; 
		margin:0.5rem 0;
		border-top:1px solid #e1e1e1;
		border-bottom:1px solid #e1e1e1;
	}
}

/*coupon*/

.coupon-wrap .coupon-all > ul {
	margin-left: -7px;
	margin-right: -7px;
}

.coupon-wrap .coupon-content {
	padding: 7px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.coupon-wrap .coupon-list {
	border: 1px solid #e7e7e7;
	border-radius: 5px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
}

.coupon-wrap .coupon-list .cou-txt {
	height: 100%;
}

.coupon-wrap .coupon-list .cou-txt h3 {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 1.19rem;
	line-height: 1.3;
}

.coupon-wrap .coupon-list .cou-type {
	margin-bottom: .1rem;
}

.coupon-wrap .coupon-list .cou-info {
	line-height: 1.4;
	margin-top: 1rem
}

.coupon-wrap .coupon-list span {
	display: block;
}

.coupon-wrap .coupon-list .btn-down {
	color: white;
	background-color: #f6706e;
	border-color: #f6706e;
	width: 100%;
}

.coupon-wrap .coupon-list .btn-end {
	color: #fff;
	background-color: #8a8a8a;
	border-color: #8a8a8a;
	width: 100%;
	pointer-events: none;
}

.coupon-wrap .coupon-used::before {
	content: '';
	background: rgba(255, 255, 255, 0.5);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}

@media all and (min-width: 768px) {
	.coupon-wrap .coupon-list {
		padding: 1rem;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	.coupon-wrap .coupon-list h6 {
		margin-bottom: 1.6rem;
	}

	.coupon-wrap .coupon-list .coupon-btn {
		border-top: 1px dashed #c2c2c2;
		padding-top: .6rem;
		margin-top: 1rem
	}

	.coupon-wrap .selbox {
		position: absolute;
		right: 0;
		top: -0.5rem;
	}

	.coupon-wrap .selbox .form-control {
		padding: 0.4rem .6rem;
		font-size: .84rem;
	}

	.coupon-wrap .coupon-list .btn-down::after {
		content: '';
		background-image: url('../../images/icon/download-arrow.svg');
		background-repeat: no-repeat;
		vertical-align: inherit;
		display: inline-block;
		width: 1rem;
		height: 1rem;
		margin-left: .5rem;
	}
}

@media all and (max-width: 991px) {
	.coupon-wrap .selbox {
		position: initial;
	}

	.coupon-wrap .coupon-list .cou-txt .cou-type {
		float: right;
		font-size: .8rem;
		margin-top: .04rem;
	}
}

@media all and (max-width: 767px) {
	.coupon-wrap .coupon-list {
		-webkit-box-align: stretch;
		-ms-flex-align: stretch;
		align-items: stretch;
		-webkit-box-pack: stretch;
		-ms-flex-pack: stretch;
		justify-content: stretch;
	}

	.coupon-wrap .coupon-list .cou-txt {
		-webkit-box-flex: 3;
		-ms-flex: 3;
		flex: 3;
		padding: 1rem;
	}

	.coupon-wrap .coupon-list .cou-txt h3 {
		font-size: 1.11rem;
		height: 1.4rem;
		-webkit-line-clamp: 1;
	}

	.coupon-wrap .coupon-list .cou-info {
		margin-top: .7rem;
	}

	.coupon-wrap .coupon-list .coupon-btn {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-flex: 1;
		-ms-flex: 1;
		flex: 1;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.coupon-wrap .coupon-list .coupon-btn .btn {
		height: 100%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		padding: 0 .4rem;
		border-radius: 0 5px 5px 0
	}
}

/*sellershop*/

.seller-wrap .seller-sort {
	position: absolute;
	right: 0;
	top: -.4rem;
	width: 50%
}

.seller-wrap .seller-sort input {
	width: 75%
}

.seller-wrap .seller-sort button {
	height: 34px
}

.seller-wrap .seller-info .seller-cate {
	font-size: .9rem;
}

.seller-wrap .seller-cate span + span::before {
	content: '';
	display: inline-block;
	color: #c9c9c9;
	border-right: 1px solid #dadada;
	height: .7rem;
	vertical-align: unset;
	margin: 0 .4rem 0 .3rem;
	width: 2px;
}

.seller-wrap .seller-info .seller-txt {
	display: -webkit-box;
	-webkit-line-clamp: 3;
	overflow: hidden;
	text-overflow: ellipsis;
	height: 4rem;
	line-height: 1.5;
	font-size: .9rem;
	margin-bottom: 0
}

.seller-wrap .ul-seller > li {
	border-bottom: 1px solid #e7e7e7;
	padding: 1rem 0
}

.seller-wrap .seller-product {
	height: 100%
}

.seller-wrap .seller-product .slick-track{
	margin-left: 0;
	margin-right: 0;
}
.seller-wrap .prod-img {
	padding:0 5px
}

.seller-wrap .prod-info {
	margin-top: .4rem;
	padding:0 5px
}

.seller-wrap .prod-info p {
	color: #333;
	font-size: .94rem;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	overflow: hidden;
	text-overflow: ellipsis;
	height: 16px;
	line-height: 1.3;
	margin-bottom: .4rem
}

.seller-wrap .prod-info span {
	font-size: 1.04rem;
	font-weight: 600;
	color: #333
}

.seller-wrap .seller-product .icon {
	background: #cacaca;
	position: absolute;
	z-index: 1;
	top: 50%;
	margin-top: -2rem;
	font-size: 1.2rem;
	font-weight: bold;
	color: #fff;
	padding: .4rem;
	cursor: pointer
}

.seller-wrap .seller-product .ic-left-arrow {
	left: 5px
}

.seller-wrap .seller-product .ic-right-arrow {
	right: 3px
}

@media all and (max-width: 991px) {
	.seller-wrap .seller-sort {
		width: 100%
	}

	.seller-wrap .seller-product {
		margin-top: 2rem
	}
}

@media all and (max-width: 767px) {
	.seller-wrap .seller-search {
		margin-top: .4rem
	}

	.seller-wrap .ul-seller .con-img + .btn {
		font-size: .8rem !important;
	}

	.seller-wrap .seller-info h3 a {
		font-size: 1.05rem !important
	}

	.seller-wrap .seller-info .seller-cate {
		font-size: .86rem;
		color: #888 !important;
	}

	#mypageWrap .ul-seller > li > .row > .col-12 {
		padding: 0
	}
}

@media all and (max-width: 468px) {
	.seller-wrap {
		padding: 0
	}

	.seller-wrap .seller-info h3 {
		margin-bottom: 0
	}
}

@media all and (max-width: 400px) {
	.seller-wrap {
		padding: 0
	}

	.seller-wrap .seller-info .seller-txt {
		height: 1.4rem;
		-webkit-line-clamp: 1;
	}
}

/*mypage*/

#mypageWrap .box-order .row > div + div::before {
	content: '';
	height: 70%;
	border-left: 1px solid #e8e8e8;
	position: absolute;
	width: 2px;
	top: 15%;
	left: 0;
}

#mypageWrap .link-more {
	right: 0;
	top: 4px;
	color: #888;
	font-size: .92rem;
}

#mypageWrap .con-product .con-img {
	float: left;
}

#mypageWrap .con-product .con-img img {
	width: 80px;
	height: 80px;
	overflow: hidden;
	border-radius:5px;
	border:1px solid #eee;
}

#mypageWrap .con-product .con-info {
	width: calc(100% - 95px);
	float: right;
	margin-top: .4rem;
}
#mypageWrap .con-product .con-info p{
	line-height:1.25rem;
	margin-bottom:.25rem;
}
.con-count{
	width: 80px; height: 25px;
}
.con-count button,
.con-count input{
	position: absolute; top: 0; height: 25px;
}
.con-count button{
	width: auto; color: #000; z-index: 100;
}
.con-count .plus-count{
	right: 0;
}
.con-count .minus-count{
	left: 0;
}
.con-count input{
	text-align: center; padding: 0 22px; box-sizing: border-box; width: 80px; border-radius: 3px;
}

#mypageWrap .con-product .option span + span::before {
	content: '';
	margin: 0px 6px 0px 4px;
	height: 11px;
	vertical-align: unset;
	border-left: 1px solid #d8d8d8;
	display: inline-block;
}

#mypageWrap .con-product.con-lg .con-img img {
	width: 100px;
	height: 100px;
	overflow: hidden
}

#mypageWrap .con-product.con-lg .con-info {
	width: calc(100% - 110px);
}

#mypageWrap .con-product.con-check .con-info {
	width: calc(100% - 120px);
}

#mypageWrap .pay-info .pay-info-box{
	border: 1px solid #eee; border-radius: 10px; padding: 1.6rem;
}
#mypageWrap .pay-info .pay-info-box h4{
	padding-bottom: 1.6rem;
}
#mypageWrap .pay-info .pay-info-box ul{
	display: flex; flex-direction: column; row-gap: 1.4rem; padding-top: 1.6rem;
}
#mypageWrap .box-order-last .con-txt {
	background: #f6f6f6;
	text-align: center;
	padding: .2rem 0;
	margin-bottom: 0;
	margin-top: .6rem;
	color: #959595;
	font-size: .9rem
}

#mypageWrap .box-order-last .pagination li + li {
	border-top: none;
	margin: 0;
	padding: 0
}

#mypageWrap .box-favorite-product .row > li,
#mypageWrap .box-favorite-seller .row > li {
	margin-bottom: 1.4rem
}

#mypageWrap .box-order-last .con-orderdate{
	border-bottom: 1px solid #141414;
}
#mypageWrap .box-order-last.order-st2 .con-orderdate{
	border:none;
	padding: .5rem 0;
	margin:0;
}
#mypageWrap .order-st2 .con-list{
	border-bottom: 1px solid #141414; border-top: 1px solid #141414;
}
#mypageWrap .order-st2 .con-list .cancel2:disabled{
	background:#f5f5fa;
	border-color:#e5e5e5;
}
#mypageWrap .con-priceinfo{
	background-color: #fff;
	padding: 1.6rem;
	font-size: 13px;
	line-height: 22px;
	margin-top:1rem;
}
#mypageWrap .con-priceinfo h3{
	padding-bottom: 1.8rem;
}
#mypageWrap .con-priceinfo .row:last-child{
	border-top:1px solid #efefef;
	margin-top:.2rem;
	padding-top:.2rem;
	font-weight:600
}

@media all and (max-width: 767px) {

	#mypageWrap .box-order a {
		font-size: 1.6rem !important
	}

	#mypageWrap .box-order h4 {
		margin-bottom: .6rem
	}

	#mypageWrap .box-order h4 small {
		display: none
	}

	#mypageWrap .box-order-last .con-product + div {
		text-align: right !important;
		margin:0;
	}

	#mypageWrap .box-order-last .con-product + div > span {
		width:100%;
		text-align: left;
	}	
	#mypageWrap .con-product .con-info p{
		margin-bottom:.4rem;
	}
	#mypageWrap .con-product .con-info p span{
		font-size: .75rem;
	}
}

@media all and (max-width: 369px) {
	#mypageWrap .box-order .row > div:not(.col-12) {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}

	#mypageWrap .box-order .row > div:nth-child(3n)::before {
		border-color: transparent
	}
}

#mypageWrap .inquiry img {
	position: absolute;
	right: 17.8rem;
}

.saving-table table {
	border-left: none;
	border-right: none;
	font-size: .9rem;
}

.saving-table thead {
	background-color: #fff;
}

.saving-table .table > thead > tr > th {
	font-size: 0.8rem;
}
#mypageWrap .box-grade .btn-logout {
	display: none;
	right: 0;
	top: 0;
	border-bottom: 1px solid #ddd;
}
@media only screen and (max-width: 991px) {
	.order-content .row .col-lg-6:first-child{
		border-right: none;
	}
	.table table {
		border: 0;
	}

	.saving-table .table > tbody > tr > td {
		padding: 0.5rem 2rem;
	}

	.saving-table table thead {
		overflow: hidden;
		position: absolute;
		width: 1px;
	}

	.saving-table table tr td[colspan]:nth-child(1):before {
		content: "";
	}

	.saving-table table td {
		display: block;
		font-size: .8rem;
		text-align: right;
	}

	.saving-table table td::before {
		float: left;
		font-size: 0.8rem;
		font-weight: bold;
	}

	.saving-table table td:last-child {
		border-bottom: 0;
	}

	.saving-table table tbody tr td:nth-child(1):before {
		content: "적립/사용일시";
	}

	.saving-table table tbody tr td:nth-child(2):before {
		content: "적립/사용금액";
	}

	.saving-table table tbody tr td:nth-child(3):before {
		content: "주문번호";
	}

	.saving-table table tbody tr td:nth-child(4):before {
		content: "적립/사용";
	}
	#mypageWrap .box-grade {
		display: block;
		table-layout: initial;
	}

	#mypageWrap .box-grade .d-table-cell {
		display: block !important;
	}

	#mypageWrap .box-grade .d-table-cell + .d-table-cell {
		text-align: left !important;
		margin-top: 1rem;
	}

	#mypageWrap .box-grade .d-table-cell + .d-table-cell p {
		display: inline-block
	}

	#mypageWrap .box-grade .d-table-cell + .d-table-cell a {
		float: right
	}
	#mypageWrap .box-grade .btn-logout {
		display: block
	}
}

#mypageWrap .pagination .page-item .page-link {
	color: #000;
}

/*member level*/

.box-level-info li {
	font-weight: 400;
	font-size: 0.86rem;
	color: #606060;
	padding-left: .5rem;
	position: relative;
}

.box-level-info li::before {
	content: '-';
	position: absolute;
	left: 0;
}

.box-level-info h6 {
	font-size: 14px
}

.box-level-info i {
	font-size: 13px;
}

.box-level div.active {
	border: 2px solid #ff7174;
	position: relative
}

.box-level div.active::before {
	content: 'Now';
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	background: #fe4c50;
	width: 50px;
	height: 22px;
	text-align: center;
	color: #fff;
	font-size: .8rem;
}

.level-all dt {
	float: left;
	width: 38%;
}

.level-all dt.wide {
	width: 55%;
}

.level-all dd {
	margin-bottom: 0
}

.level-all dt,
.level-all dd {
	color: #333;
	font-size: 0.86rem;
}

#md-level .box-level {
	height: 480px
}

@media only screen and (max-width: 767px) {
	.level-all dt {
		width: 55%;
	}

	.box-level .row > div:not(.active),
	.level-all div.col-3 {
		display: none
	}

	.box-level div.active {
		border: none
	}

	.box-level .row h4 {
		font-size: .86rem !important
	}
}

.remodal .level-list {
	overflow-y: overlay;
	max-height: 600px;
}

.remodal .level-img {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}

.remodal .box-level-info {
	display: table-cell;
}

/*address*/

#mypageWrap .con-address li + li {
	border-top: 1px solid #e9ecef
}

#mypageWrap .con-address li.active h3 {
	color: #fe4c50;
}

#mypageWrap .con-address li.active h3::after {
	content: '기본배송지';
	color: #ffffff;
	margin-left: .4rem;
	font-size: .9rem;
	font-weight: 300;
	background: #fe4c50;
	border-radius: 15px;
	padding: 0px 10px;
}

/* qna/faq */

.con-qnalist div[data-toggle="collapse"] {
	border-bottom: 1px solid #e7e7e7;
	padding: 1rem 1rem 1rem 5rem
}

.con-qnalist div[data-toggle="collapse"]::after, 
.con-faqlist div[data-toggle="collapse"]::after {
	content: '\e900';
	font-family: 'chain-icon' !important;
	color: #898989;
	position: absolute;
	right: 2rem;
	top: 50%;
	margin-top: -10px;
	font-size: 10px
}

.con-qnalist div[aria-expanded="true"]::after, 
.con-faqlist div[aria-expanded="true"]::after {
	content: '\e905';
}

.con-qnalist .collapse {
	border-bottom: 1px solid #e7e7e7;
}

.con-qnalist .qna-mark {
	width: 45px;
	height: 45px;
	border-radius: 50%;
	position: absolute;
	left: 1rem;
	top: 20%;
	line-height: 45px;
	text-align: center;
	font-size: .84rem;
	font-weight: 400;
	background: #efefef;
	color: #898989;
}

.con-qnalist .qna-mark.on {
	background: #e6f2ff;
	color: #468ad5;
}

.con-qnalist .review-mark {
	width: 45px;
	height: 45px;
	border-radius: 50%;
	position: absolute;
	left: 1rem;
	top: 20%;
	line-height: 1.4;
	text-align: center;
	font-size: .8rem;
	font-weight: 400;
	background: #fffaf3;
	color: #ff9500;
}

.con-qnalist .review-mark i {
	margin-top: .6rem;
}
/*거래소 관리*/
.ex-table {
	display: table;
	width: 100%;
}

.ex-table .theader div > div {
	float: left;
	padding: 0.8rem 0.8rem;
}

.ex-table ul li {
	border-top: 1px solid #ddd;
}

.ex-table ul li:nth-child(even) {
	background: #f9f9f9;
}

.ex-table ul li img {
	width: 18%;
	margin-right: 0.3rem;
}

.ex-table .tcon div {
	float: left;
	margin: 0;
	padding: 0.8rem 0.8rem;
}

.ex-table .tcon .btn-gray {
	color: #666;
}

.ex-table .tcon div:nth-child(2) {
	color: #999;
	font-weight: 300;
	word-break: break-all;
	font-size: 0.86rem;
}

#mypageWrap .pagination .page-item.active .page-link {
	background-color: #4abe86;
	border-color: #4abe86;
	color: #fff;
}

@media only screen and (min-width : 767px) {
	.ex-table .tcon .ex-table-logo {
		padding: 0 0 0 1.7rem;
		border: none;
		text-align: left;
	}

	.ex-table .tcon div:nth-child(3) {
		padding-left: 1rem;
		text-align: left;
	}
}

@media only screen and (max-width: 767px) {
	.ex-table .theader {
		display: none;
	}

	.ex-table ul li {
/*		display: table;*/
		padding: 1rem 1rem;
		border-top: 1px solid #ececec;
	}
	.ex-table ul li:last-child {
		border-bottom: 1px solid #ececec;
	}

	.ex-table ul li img {
		width: 45%;
		margin-right: 0;
		text-align: center;
	}

	.ex-table .tcon div {
		border: none;
		display: table-cell;
		padding: 0;
		text-align: left;
	}

	.ex-table .tcon div {
		word-break: break-word;
		display: block;
	}

	.ex-table .tcon div:nth-child(2) {
		color: #999;
	}

	.ex-table .tcon div:nth-child(3) {
		font-weight: 600;
		font-size: 1rem;
	}

	.ex-table .tcon .ex-table-logo {
		padding-right: 1rem;
		padding-top: 1rem;
		text-align: center;
	}

	.ex-table .tcon .ex-table-logo span {
		display: block;
		font-size: 0.8rem;
	}
}

#search .keyword:before{
	content: '"';
}
#search .keyword:after{
	content: '"';
}
#search .no-search {
	background: #f9f9f9;
}
#search .no-search .fa-search {
	font-size: 20px;
	color: #6f6f6f;
}
.result-keyword{
	border-bottom: 1px solid #e7e7e7;
  padding-bottom:1rem;
}
.result-keyword .badge {
	background: #fff;
	color:#fe4c50;
	border:1px solid #fe4c50;
}
.result-keyword .keyword-txt ul,
.result-keyword .keyword-txt li {
	display: inline-block;
	margin-bottom: 0
}
.result-keyword li a {
	color: #7d7d7d;
	padding: 0 0.4rem;
}

#search .seller-wrap {
	border-top: 1px solid #e9e9e9;
}

@media only screen and (max-width: 767px) {
	#search .seller-wrap {
	border-top: none;
	}
}

/*shop guide*/

@media only screen and (max-width: 767px) {
	.header-img img:first-child{
		display: none;
	}
	.process-con div {
		text-align: center;
	}
	.process-con:nth-child(odd){
    display: flex;
    flex-direction: column;
  }
  .process-con:nth-child(odd) div > div.col-md-6 {
    order: 2;
  }
	.process-area div > div:first-child{
		margin-bottom: 4rem;
	}
}
@media only screen and (min-width: 767px) {
	.header-img img:last-child{
		display: none;
	}
	.process-txt h5{
		font-size: 1.3rem;
	}
	.process-con{
		border-bottom: 1px solid #efefef;
		padding-bottom: 2rem;
	}
	.process-con:nth-child(odd) img {
    width: 66%;
	}
}
.process-area img{
	width: 85%;
	border: 1px solid #f3f3f3;
	box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.1);
}
.process-con .badge {
	background-color: #fff;
	color: #fe4c50;
	border: 1px solid #fe4c50;
	font-size: 1rem;
}
.process-area .badge {
	background-color: #fff;
	color: #674cfe;
	border: 1px solid #674cfe;
	font-size: 1rem;
}
.process-con p,
.process-area p {
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
	height: 1.3rem;
	font-size: 1.2rem;
	line-height: 1.2;
	text-align: center;
	margin-top: 1rem;
	color: #333;
}

/*비코샵 aside*/
.header-category .link-close{
	z-index: 1;
	position:absolute; 
	right:0px;
	top:0px; 
	width:50px;
	height:50px;
	text-align: center; 
	padding:14px 15px;
}
.header-category .btn{
	border-radius:15px; 
	padding:4px 10px;
	background:#000;
	border:1px solid #000;
	color:#fff;
}
.row-category ul li {
	border-right: 1px solid #e6e6e6;
	border-bottom: 1px solid #e6e6e6;
}
.shop-category{
	min-height: calc(100vh - 300px);
}
.shop-category .m-category li span {
	color: #333;
}

.shop-category .m-category li {
	border-bottom: 1px solid #ededed;
	padding: 0.75rem 1rem;
}

.shop-category .m-category li .icon {
	margin-top: 0.3rem;
	color: #aeaeae;
	float: right;
}
.com-category{
	border-top:1px solid #e6e6e6;
	border-bottom:1px solid #e6e6e6;
}
.com-category ul li {
	border-right: 1px solid #e6e6e6;
}

.com-category ul li:nth-child(3n) {
	border-right: 0;
}

.center-info {
	background-color: #f7f7f7;
}
.info-box p {
	font-size: 0.9rem;
}

/*추천상용구 모달*/
/*<span class="icon ic-cancel"></span> 버튼에 삽입하기
하단에 선택하기 버튼 삽입*/
.modal .btn-close{
	width:30px; height:30px;
}
.nav-tabs{
	border:none;
	margin:0 0 10px;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link{
	background:#fff;
	border:1px solid #926E50;
	border-radius: 4px;
	color:#926E50;
	margin-right:4px;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active{
	background:#926E50;
	color:#fff;
	border-color:#926E50;

}
/*주문완료페이지*/
.order-complete-info span{
	display:inline-block;
}