/*cart*/

.cart-wrap {
	margin-top: 1rem;
}

.check-info label .icon {
	font-size: 1.2rem;
	vertical-align: baseline;
	color: #c6c6c6;
	margin-right: 8px;
}

.cart-list {
	background: #fff;
	border: 1px solid #ddd;
	margin: 1rem 0 1.4rem 0
}

.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 {
	width: 70px;
	height: 70px;
	border: 1px solid #e7e7e7;
	overflow: hidden;
	float: left
}

.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: .9rem;
	margin-bottom: 0;
	display: inline-block;
	font-weight: 100;
}

.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: 1.2rem;
	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:first-child {
	margin-top: 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: .5rem 1rem;
	border-bottom: 1px solid #f3f3f3;
}

.cart-list .cart-seller label {
	font-size: 1.05rem;
}

.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;
	float: left;
	margin-right: 5px !important;
}

.cart-list .btn-delete {
	width: 27px;
	height: 27px;
	position: absolute;
	right: 2px;
    top: -1.6rem;
    text-align: center;
    border: 2px solid #ccc;
    padding: 2px 0px 0px 5px;
}

.cart-list .btn-delete .icon {
	font-size: .94rem;
	color: #b1b1b1;
}

.cart-list .quantity_selector {
	display: inline-block
}

.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 {
	padding: 0 4px;
}

.cart-list .quantity_selector #quantity_value input {
	width: 20%;
	display: inline-block;
	text-align: center;
	padding: .2rem;
}

.cart-delivery {
	background: #f4f4f4;
	border-bottom: 1px dashed #dfdfdf;
	text-align: right;
	padding: 0.5rem 1rem;
	font-weight: 500;
}

.cart-price {
	border-top: 0;
	display: table;
	width: 100%;
	table-layout: fixed;
	background: #f4f4f4;
}

.cart-price > div {
	display: table-cell;
	text-align: center;
	line-height: 1.5;
}

.cart-price .txt-name {
	display: block;
	color: #adb2b9;
	font-size: .8rem;
}

.cart-price .txt-price {
	font-size: 1rem;
	font-weight: bold;
}

.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 {
	color: #674cfe;
}

/*receipt*/

.receipt-coin {
	margin-top: 1.35rem;
	margin-bottom: .8rem;
}

.receipt-wrap {
	background: #fff;
	border: 1px solid #ddd;
	padding: 1rem;
	margin-top: 3rem;
}

.receipt-wrap .receipt-tlt span {
	display: block;
	font-family: 'Poppins', sans-serif;
}

.receipt-list li {
	display: table;
	table-layout: fixed;
	width: 100%;
	margin-top: .5rem;
}

.receipt-list li .tlt {
	text-align: left;
	display: table-cell
}

.receipt-list li .price {
	text-align: right;
	display: table-cell
}

@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 {
		width: calc(100% - 7rem);
	}

	.cart-list .info .info-txt {
		width: calc(75% - 2rem);
	}
}

/*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
}
/*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 0 0 3rem;
	}
	.con-orderinfo .table-order .seller{
	 	display: none
	}
}

@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:72%
	}
	.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%;
	}
}

/*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
}

#mypageWrap .con-product .con-info {
	width: calc(100% - 95px);
	float: right;
	margin-top: .4rem
}

#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 .box-order-last li + li {
	margin-top: 1.4rem;
/*
	padding-top: .8rem;
	border-top: 1px solid #e7e7e7;
*/
}
/*

#mypageWrap .box-order-last .con-list li + li {
	border-top: 1px dashed #e7e7e7;
}
*/

#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 #dedede;
	padding-bottom: .3rem;
	margin-bottom: 1.2rem;
}
#mypageWrap .con-priceinfo{
	background: #f9f9f9;
	padding: .5rem 1rem;
	border-top: 1px solid #efefef;
	border-bottom: 1px solid #efefef;
	font-size: 13px;
	line-height: 22px;
	margin-top:1rem
}
#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
	}

	#mypageWrap .box-order-last .con-product + div > * {
		margin-top: .2rem !important;
		font-size: .8rem !important;
		display: inline-block;
		width: auto;
	}
}

@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) {
	.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*/

.con-qnalist div[data-toggle="collapse"] {
	border-bottom: 1px solid #e7e7e7;
	padding: 1rem 1rem 1rem 5rem
}

.con-qnalist 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 {
	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*/
.btn-logout {
	border: 1px solid #fff;
}
.row-category ul li {
	border-right: 1px solid #e6e6e6;
	border-bottom: 1px solid #e6e6e6;
}

.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 ul li {
	border-right: 1px solid #e6e6e6;
	border-bottom: 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;
}
.header-category .link-close{
	margin-top: -1rem;
}
