@charset "utf-8";


/* =======================================================
	list
========================================================*/

/*
	list-header
---------------------------------------------------*/
.list-header {padding: 20px 0px 10px;}
.list-header:after {content: ""; clear: both; display: block; height: 0; visibility: hidden; }


/* list-sort */
.sort-wrapper {float: left; position: relative; min-width: 115px; z-index: 1;}
.sort-wrapper .sort-btn {position: relative; width: 100%; height: 30px; padding: 0 8px; display: block; background-color: #fff; border: 1px solid #ececec; border-radius: 5px; box-sizing: border-box; word-break: keep-all; text-align: left; }
.sort-wrapper .sort-btn span {display: inline-block; padding-left: 24px; line-height: 28px; font-size: 13px; color: #666; background-image: url("/AppData/images/mediacommerce/white/icon/icon_sort.png"); background-repeat: no-repeat; background-position: 4px center; background-size: 12px 13px; }
.sort-wrapper .sort-list {display: none; position: absolute; top: 29px; left: 0; z-index: 80; width: 100%; border: 1px solid #ececec; border-radius: 5px; background-color: #fff; box-sizing: border-box; }
.sort-wrapper .sort-list > li {width: 100%; border-top: 1px solid #ececec; }
.sort-wrapper .sort-list > li:first-child {border-top: 0; }
.sort-wrapper .sort-list > li > button {display: block; width: 100%; padding: 8px 8px; background-color: transparent; border: none; box-sizing: border-box; outline: none; font-size: 13px; color: #aaa; text-align: left; white-space: normal; word-break: break-word;}
.sort-wrapper .sort-list li > button.current {
  color: #666;
}


/* viewstyle-wrapper */
.viewstyle-wrapper {float: right; }
.viewstyle-wrapper:after {content: ""; clear: both; display: block; height: 0; visibility: hidden; }

.btn-viewstyle {float: left; width: 30px; height: 30px; padding: 0; background: none; outline: none; }
.btn-viewstyle + .btn-viewstyle {margin-left: 5px; }

.btn-viewstyle .icon {display: block; width: 100%; height: 100%; margin: 0 auto; background-repeat: no-repeat; background-position: center; background-size: 18px 18px; }

.icon-view-full {background-image: url("/AppData/images/mediacommerce/white/icon/view_full.svg"); }
.icon-view-half {background-image: url("/AppData/images/mediacommerce/white/icon/view_half.svg"); }
.icon-view-list {background-image: url("/AppData/images/mediacommerce/white/icon/view_list.svg"); }

.btn-viewstyle.current .icon-view-full {background-image: url("/AppData/images/mediacommerce/white/icon/view_full_on.svg"); }
.btn-viewstyle.current .icon-view-half {background-image: url("/AppData/images/mediacommerce/white/icon/view_half_on.svg"); }
.btn-viewstyle.current .icon-view-list {background-image: url("/AppData/images/mediacommerce/white/icon/view_list_on.svg"); }



/*
	list viewstyle01
---------------------------------------------------*/
.product-list {width: 100%;}
.product-list:after {content: ""; clear: both; display: block; height: 0; visibility: hidden; }


.product-list .nodata {padding: 100px 0; width: 100%; box-sizing: border-box; font-size: 14px; color: #888; text-align: center; }

/*.product-list .product-item {margin-top: 20px; }*/
.product-list .product-item:first-child {margin-top: 0; }

.product-item-thumb {
	position: relative;
	display: block;
	width: calc(100vw - 40px);
	height: calc(100vw - 40px);
	border: 1px solid #f2f2f2;
	box-sizing: border-box;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.product-item-thumb a {
	position: relative;
	display: block;
	width: 100%; height: 100%;
}

/* matching tag */
.product-item-thumb .matching-tag {
	position: absolute;
	top: 10px; left: 0;
	display: inline-block;
	padding: 3px 12px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}
.product-item-thumb .matching-tag span {
	color: #fff;
	display: inline-block;
	padding-left: 11px;
	background-image: url("/AppData/images/mediacommerce/white/icon/icon_video.png");
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 6px 8px;
	font-size: 13px;
	line-height: 1em;
}
.product-item-thumb .item-sticker {width: 18vmin; height: 18vmin;}
/* soldout */
.product-item-thumb .soldout-text {
	display: none;
	position: absolute;
	top: 0; left: 0;
	z-index: 50;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.6);
}
.product-item-thumb .soldout-text span {
	position: absolute;
	top: 50%;
	margin: 0 auto;
	margin-top: -36px;
	display: block;
	width: 100%;
	font-size: 24px;
	text-align: center;
	font-weight: 700;
	color: #fff;
}
.soldout .product-item-thumb .soldout-text {display: block; }


/* mc--product-info */
.product-item-info {
	display: block;
	padding: 20px 10px 30px;
	box-sizing: border-box;
}
.product-item-info .title {
	display: block;
	display: -webkit-box;
	overflow: hidden;
	white-space: normal;
	word-wrap: break-word;
	font-size: 16px;
	font-weight: 400;
	color: #222;
	letter-spacing: -0.3px;
	text-overflow: ellipsis;
	text-align: left;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	line-height: 1.4;
	height: 2.8em;
	margin-bottom: 5px;
}


/* 가격 & 할인정보 */
.product-list .cheap-cost {flex-basis: 100%; -webkit-order: 0; order: 0; min-height: 19px; font-size: 13px; font-weight: 500; color: #fa3131; }
.product-list .cheap-cost em {font-size: 12px; font-weight: 400; }

.product-list .sell-amount {flex-basis: 100%; -webkit-order: 3; order: 3; min-height: 18px; font-size: 12px; color: #999; }

.product-list .price-wrapper {flex-basis: 100%; -webkit-order: 2; order:0; margin: 0; padding: 0; }
.product-list .price-wrapper .members-only{
	margin-top: 10px;
	display: inline-block;
	color: #6ab5d5;
	border: 1px solid #6ab5d5;
	padding: 4px 10px;
	font-weight: 700;
	box-sizing: border-box;
	font-size: 16px;
}
.product-list .item-util{}
.product-list .price {font-size: 16px; font-weight: 500; color: #666; text-align: left; letter-spacing: -0.25px; margin-bottom: 5px; vertical-align: middle;}
.product-list .price.member{color: #222; font-size: 20px; font-weight: 600;}
.product-list .price .symbol {font-size: 18px;}
.product-list .price-dollar { width: 100%; font-size: 16px; font-weight: 500; line-height: 18px;  } 
.product-list .price-dollar em { font-style: normal; font-weight: 400; font-size: 12px; }
.sale {
	display: inline-block;
	height: 30px;
	line-height: 30px;
	color: #2a6496;
	margin-right: 5px;
	font-size: 18px;
	font-weight: 700;
	vertical-align: middle;
	letter-spacing: -0.25px;
}
.product-list .base-price {
	display: inline-block;
	font-size: 16px;
	color: #666;
	text-decoration: line-through;
	letter-spacing: -0.25px;
	line-height: 30px;
	vertical-align: middle;
}
.product-list .base-price .symbol{font-size: 16px;}

/* 비회원가격 표시 */
.product-list .base-price.member{text-decoration: none; color: #222; font-weight: 600; font-size: 20px; }
.product-list .base-price.member .symbol{font-size: 18px;}

.product-list .reward-area {flex-basis: 100%; -webkit-order: 4; order: 4; min-height: 21px; }
.product-list .reward-cash {display: inline-block; padding: 0 5px; border: 1px solid #ffab2c; border-radius: 3px; box-sizing: border-box; background-color: #ffab2c; font-size: 11px; color: #000; font-weight: 400;}
.product-list .reward-cash em {font-size: inherit; color: inherit; font-style: normal; }

.product-list .marking-area {flex-basis: 100%; -webkit-order: 6; order: 6;  margin-top: 5px;}



/* 카테고리 상품 리스트 */
.list-product .sub-title {font-size: 34px; text-align: center; display: block; padding: 40px 0;}

/* 상품 목록 페이지 - 카테고리 */
.tab-wrap{padding-bottom:30px;}
.tab-2depth{}
.tab-2depth ul {
  display: flex;
  flex-wrap: wrap;
}
.tab-2depth ul li {
  width: 16.666%;
  border-bottom: 1px solid #eee;
  border-right: 1px solid #eee;
  box-sizing: border-box;
}
.tab-2depth ul li:nth-child(-n+6){border-top: 1px solid #eee;}
.tab-2depth ul li:nth-child(6n+1){border-left: 1px solid #eee;}

.tab-2depth ul li button {
  display: block;
  width: 100%;
  height: 100%;
  padding: 12px 10px;
  box-sizing: border-box;
  text-align: center;
  font-size: 15px;
  color: #444;
  word-break: break-all;
	white-space: normal;
}
.tab-2depth ul li.active{border: 0;}
.tab-2depth ul li.active button{
  background-color: #6ab5d5;
  color: #fff;
  border: 1px solid #6ab5d5;
}





@media all and (max-width: 500px){
	.product-list .base-price{font-size: 15px;}
	.product-list .price.member{font-size: 18px;}
  .product-list .base-price.member{display: block; margin: 2px 0;}
	.product-list .base-price.member .symbol{font-size: 16px;}
}


/*
	list viewstyle02
---------------------------------------------------*/
.product-list.viewstyle02 {
	font-size: 0; /*마크업 코드상 여백 제거*/
	/* letter-spacing: -5px; */ /* font-size: 0으로도 공백이 생기는 브라우저 대응 (사파리)*/
	display: flex;
	flex-wrap: wrap;
}
.product-list.viewstyle02:after {content: ""; clear: both; display: block; height: 0; visibility: hidden; }

.product-list.viewstyle02 .product-item {
	/*float: left;*/
	display: inline-block;
	width: calc((100vw - 55px)/2);
	margin-top: 20px;
	letter-spacing: 0; /* 초기화*/
	vertical-align: top;/* 상단 정렬 */
/*	display:inline; /* IE7대응*/
	zoom:1;/*IE7대응*/
	margin-right: 16px;
}
/* 
.product-list.viewstyle02 .product-item:first-child,
.product-list.viewstyle02 .product-item:nth-child(2) {margin-top: 0; } */
.product-list.viewstyle02 .product-item:nth-child(4n) {
	/*float: right;*/
	margin-right: 0;
}

.product-list.viewstyle02 .product-item-thumb {
	width: calc((100vw - 55px)/2);
	height: calc((100vw - 55px)/2);
}
.product-list.viewstyle02 .item-sticker {max-width: 50px; max-height: 50px; width: 12vmin; height: 12vmin;}

@media(max-width:1200px){
	.product-item-info{padding: 10px 5px;}
	.product-list.viewstyle02 .product-item{width: calc((100% - 32px)/3);}
	.product-list.viewstyle02 .product-item-thumb{width: 100%; height: calc((100vw - 32px)/3);}
	.product-list.viewstyle02 .product-item:nth-child(4n){margin-right: 16px;}
	.product-list.viewstyle02 .product-item:nth-child(3n){margin-right: 0;}

}

@media(max-width:1024px){

	/* 상품 목록 페이지 - 카테고리 */
	.tab-2depth ul li{width: 25%;}
  .tab-2depth ul li:nth-child(-n+6){border-top: none;}
  .tab-2depth ul li:nth-child(-n+4){border-top: 1px solid #eee;}
  .tab-2depth ul li:nth-child(6n+1){border-left: none;}
  .tab-2depth ul li:nth-child(4n+1){border-left: 1px solid #eee;}

}

@media(max-width:768px){
	.product-item-info{padding: 10px 0;}
	.product-list.viewstyle02 .product-item{width:  calc((100vw - 56px)/2);}
	.product-list.viewstyle02 .product-item-thumb{ height: calc((100vw - 56px)/2);}
	.product-list.viewstyle02 .product-item:nth-child(3n){margin-right: 16px;}
	.product-list.viewstyle02 .product-item:nth-child(2n){margin-right: 0;}
	.product-list .price-wrapper .members-only{font-size: 14px; padding: 3px 6px;}

	/* 카테고리 상품 리스트 */
	.list-product .sub-title{padding: 20px 0; font-size: 26px;}

	/* 상품 목록 페이지 - 카테고리 */
	.tab-wrap{margin-bottom: 10px;}
	.tab-2depth ul li:nth-child(-n+4){border-top: none;}
	.tab-2depth ul li:nth-child(-n+3){border-top: 1px solid #eee;}
	.tab-2depth ul li:nth-child(4n+1){border-left: none;}
	.tab-2depth ul li:nth-child(3n+1){border-left: 1px solid #eee;}

	.tab-2depth ul li{width: 33.333%;}
	.tab-2depth ul li button{font-size: 12px; padding: 8px;}

}

@media(max-width:375px){
	.list-product .sub-title{font-size: 22px;}
}

@media(max-width:375px){
	.product-list.viewstyle02 .product-item{width:  calc((100vw - 46px)/2);}
	.product-list.viewstyle02 .product-item-thumb{ height: calc((100vw - 46px)/2);}

}


/* matching tag */
.product-list.viewstyle02 .matching-tag {
	top: 10px; left: 0;
	padding: 0 8px;
}
.product-list.viewstyle02 .matching-tag span {
	font-size: 12px;
	line-height: 20px;
}


/* mc--product-info */
.product-list.viewstyle02 .title {
	height: 44px;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
}


/*
	list viewstyle03
--------------------------------------------------- */
.product-list.viewstyle03 {}

.product-list.viewstyle03 .product-item {
	margin-top: 20px;
}
.product-list.viewstyle03 .product-item:after {content: ""; clear: both; display: block; height: 0; visibility: hidden; }
.product-list.viewstyle03 .product-item:first-child {margin-top: 0; }

.product-list.viewstyle03 .product-item-thumb {
	float: left;
	position: relative;
	display: block;
	width: 140px;	height: 140px;
}

.product-list.viewstyle03 .product-item-thumb .matching-tag {
	top: 10px; left: 0;
	padding: 0 8px;
}
.product-list.viewstyle03 .product-item-thumb .matching-tag span {
	font-size: 12px;
	line-height: 20px;
}


.product-list.viewstyle03 .product-item-info {
	display: block;
	margin: 0;
	float: left;
	width: calc(100% - 140px);
	min-height: 140px;
	padding: 5px 0 5px 15px;
	box-sizing: border-box;
}
/*.product-list.viewstyle03 .product-item-info .title {
	height: 60px;
	-webkit-line-clamp: 3;
} */

/* mc--product-info */
.product-list.viewstyle03 .title {height: 44px; overflow: hidden; -webkit-line-clamp: 2; }

.product-list.viewstyle03 .item-sticker {width: 40px; height: 40px; }





/* =======================================================
	mc--search-window
========================================================*/
.search-window {
	position: fixed;
	top: 0; left: 100%;
	z-index: 310;
	display: block;
	width: 100%;
	padding: 0 20px;
	border-bottom: 1px solid #ddd;
	background-color: #fff;
	box-sizing: border-box;
	animation-name: searchWindow;
	transition: .5s;
}
.search-window:after {content: ""; clear: both; display: block; height: 0; visibility: hidden; }
.search-window.active {left: 0; }


@keyframes searchWindow {
	form {
		margin-right: 0;
	}

	to {
		margin-right: 100%;
	}

}

.search-window .icon-search {
	float:left;
	display: block;
	width: 30px; height: 30px;
	padding: 10px 0;
	background-position: left center;
/*	background-color: #222;
	-webkit-mask-position: left center;
 	mask-position: left center;*/
}

.search-window .search-box {
	position: relative;
	float: left;
	width: calc(100% - 135px);
	height: 30px;
	padding: 10px 0;
}
.search-window .search-input {
	width:calc(100% - 40px);
	height: 100%;
	padding-left: 10px;
	border: none;
	outline: none;
}
.search-window .search-delete {
	position: absolute;
	top: 15px; right: 0;
	width: 20px; height: 20px;
	background-image: url("/AppData/images/mediacommerce/white/button/btn_input_delete.svg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 20px 20px;
}
/*.search-window .search-delete {
	position: absolute;
	top: 15px; right: 0;
	width: 20px; height: 20px;
	-webkit-mask-image: url("../images/btn/btn_input_delete.svg");
	mask-image: url("../images/btn/btn_input_delete.svg");
	-webkit-mask-size: 20px 20px;
	mask-size: 20px 20px;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
 	-webkit-mask-position: center;
 	mask-position: center;
	background-color: #cecece;
	visibility: visible;
}
.search-window .search-input:focus + .search-delete {
	width: 20px; height: 20px;
	visibility: visible;
}*/
.search-window .search-cancel {
	float:right;
	padding: 10px 0;
	font-size: 14px;
	font-weight: 400;
	color: #222;
	line-height: 30px;
}


/* =======================================================
	mc--search 결과
========================================================*/
.mc--search .nodata {
	padding: 100px 0;
	box-sizing: border-box;
	font-size: 14px;
	color: #888;
	text-align: center;
	letter-spacing: 0;
}





/* =======================================================
* Device = 태블릿, 아이패드(세로), PC
* Screen = 768 이상
* ========================================================*/
@media all and (min-width: 690px) {
	.search-window {
		width: 690px;
	}

	.search-window.active {
		left: 50%;
		transform: translateX(-50%);
	}
}
