/**
* =============================================================================
* @	file     : web-goods.css
* -----------------------------------------------------------------------------
* 
* @ project  : 
* @ category : 
* @ author   : JANG SANG SEOK
* @ since    : 2018-06-25
* @ desc     : 상품 css
* 
* =============================================================================
*/

@charset "UTF-8";

	/*=========================================================================
	* 01. ■ ITEM 리스트
	---------------------------------------------------------------------------	
	* 01-1. 상품 리스트
	---------------------------------------------------------------------------
	* 01-2. 상품 미리보기 팝업
	---------------------------------------------------------------------------	
	* 01-3. 상품 카테고리 네비게이션
	---------------------------------------------------------------------------	
	* 01-4. 
	---------------------------------------------------------------------------		
	* 01-5. 
	===========================================================================
	* 02. ■ ITEM 상세정보
	---------------------------------------------------------------------------	
	* 02-1. 상세보기
	---------------------------------------------------------------------------	
	* 02-2.
	---------------------------------------------------------------------------	
	* 02-3.
	---------------------------------------------------------------------------	
	* 02-4.
	---------------------------------------------------------------------------	
	* 02-5.	
	=========================================================================*/
	
	/**
	| -------------------------------------------------------------------------
	| @ 01-1. 상품 리스트
	| -------------------------------------------------------------------------
	*/
	/* GRID LIST **/
	.jss-grid-container {
		width: 100%;
		border: 0px solid #000;
		margin: -20px 0 0 0;
		display: -ms-grid;
		display: grid;
		/*grid-template-columns: 1fr 1fr 1fr;**/
		grid-template-columns: repeat(3, 1fr);
		grid-column-gap: 20px;
		grid-row-gap: 10px;
		position: relative;
	}
	/* GRID LIST [ MS IE HACKS - 인터넷 익스플로러 경우 가로 3 고정 핵] **/
	.jss-grid-container {
		-ms-grid-columns: 32% 20px 32% 20px 32%;
		/*-ms-grid-rows: 
			auto 20px 
			auto 20px
			auto 20px
			auto 20px
			auto 20px
			auto 20px
			auto 20px
			auto 20px
			auto 20px
			auto 20px
			auto 20px
			auto 20px
			auto 20px
			auto 20px
			auto 20px
			auto 20px
			auto 20px
			auto 20px
			auto 20px
			auto 20px
			auto 20px
			auto 20px
			auto 20px
			auto 20px
			auto 20px
			auto 20px
			auto 20px
			auto 20px
			auto 20px
			auto;**/
	}
	.jss-grid-container > *:nth-child(1)  { -ms-grid-row: 1;  -ms-grid-column: 1; }
	.jss-grid-container > *:nth-child(2)  { -ms-grid-row: 1;  -ms-grid-column: 3; }
	.jss-grid-container > *:nth-child(3)  { -ms-grid-row: 1;  -ms-grid-column: 5; }
	.jss-grid-container > *:nth-child(4)  { -ms-grid-row: 3;  -ms-grid-column: 1; }
	.jss-grid-container > *:nth-child(5)  { -ms-grid-row: 3;  -ms-grid-column: 3; }
	.jss-grid-container > *:nth-child(6)  { -ms-grid-row: 3;  -ms-grid-column: 5; }
	.jss-grid-container > *:nth-child(7)  { -ms-grid-row: 5;  -ms-grid-column: 1; }
	.jss-grid-container > *:nth-child(8)  { -ms-grid-row: 5;  -ms-grid-column: 3; }
	.jss-grid-container > *:nth-child(9)  { -ms-grid-row: 5;  -ms-grid-column: 5; }
	.jss-grid-container > *:nth-child(10) { -ms-grid-row: 7;  -ms-grid-column: 1; }
	.jss-grid-container > *:nth-child(11) { -ms-grid-row: 7;  -ms-grid-column: 3; }
	.jss-grid-container > *:nth-child(12) { -ms-grid-row: 7;  -ms-grid-column: 5; }
	.jss-grid-container > *:nth-child(13) { -ms-grid-row: 9;  -ms-grid-column: 1; }
	.jss-grid-container > *:nth-child(14) { -ms-grid-row: 9;  -ms-grid-column: 3; }
	.jss-grid-container > *:nth-child(15) { -ms-grid-row: 9;  -ms-grid-column: 5; }
	.jss-grid-container > *:nth-child(16) { -ms-grid-row: 11; -ms-grid-column: 1; }
	.jss-grid-container > *:nth-child(17) { -ms-grid-row: 11; -ms-grid-column: 3; }
	.jss-grid-container > *:nth-child(18) { -ms-grid-row: 11; -ms-grid-column: 5; }
	.jss-grid-container > *:nth-child(19) { -ms-grid-row: 13; -ms-grid-column: 1; }
	.jss-grid-container > *:nth-child(20) { -ms-grid-row: 13; -ms-grid-column: 3; }
	.jss-grid-container > *:nth-child(21) { -ms-grid-row: 13; -ms-grid-column: 5; }
	.jss-grid-container > *:nth-child(22) { -ms-grid-row: 15; -ms-grid-column: 1; }
	.jss-grid-container > *:nth-child(23) { -ms-grid-row: 15; -ms-grid-column: 3; }
	.jss-grid-container > *:nth-child(24) { -ms-grid-row: 15; -ms-grid-column: 5; }
	.jss-grid-container > *:nth-child(25) { -ms-grid-row: 17; -ms-grid-column: 1; }
	.jss-grid-container > *:nth-child(26) { -ms-grid-row: 17; -ms-grid-column: 3; }
	.jss-grid-container > *:nth-child(27) { -ms-grid-row: 17; -ms-grid-column: 5; }
	.jss-grid-container > *:nth-child(28) { -ms-grid-row: 19; -ms-grid-column: 1; }
	.jss-grid-container > *:nth-child(29) { -ms-grid-row: 19; -ms-grid-column: 3; }
	.jss-grid-container > *:nth-child(30) { -ms-grid-row: 19; -ms-grid-column: 5; }
	
	/* 그리드 item **/
	.jss-grid-container .jss-grid-item {
		min-height: 100px;
		margin: 0px;
		margin-bottom: 10px;
		padding: 15px;
		/*padding-top: 25px;**/
		border: 1px solid #E4E4E4;
		text-align: center;
	}
	.jss-grid-container .jss-grid-item:hover {
		border: 1px solid #FF6347; /*#000;**/
	}
	.jss-grid-container .jss-grid-item:hover .item-title {
		text-decoration: underline;
	}	
	/* 상품 컨테이너 **/
	.jss-grid-container .jss-grid-item .goods-tiem-container {
		width: 100%;
		/*width: 300px;**/
		margin: 0 auto;
	}
	/* 상품 이미지 영역 **/
	.jss-grid-container .jss-grid-item .goods-tiem-container .goods-item-img {
		width: 100%;
		height: 100%; /*290px;**/
		overflow: hidden;
		position: relative;
		border: 0px solid #000;
		cursor: pointer;
	}
	.jss-grid-container .jss-grid-item .goods-tiem-container .goods-item-img img {
		-webkit-transform:scale(1);
		-moz-transform:scale(1);
		-ms-transform:scale(1);	
		-o-transform:scale(1);	
		transform:scale(1);
		-webkit-transition:.3s; /*.7s;**/
		-moz-transition:.3s; /*.7s;**/
		-ms-transition:.3s; /*.7s;**/
		-o-transition:.3s; /*.7s;**/
		transition:.3s; /*.7s;**/
	}
	/* hover시 이미지 zoom **/
	/*.jss-grid-container .jss-grid-item .goods-tiem-container .goods-item-img img:hover { **/ /* 이미지 hover 시 zoom **/
	.jss-grid-container .jss-grid-item:hover .goods-tiem-container .goods-item-img img { /* 아이템 레이아웃 hover 시 zoom **/
		-webkit-transform:scale(1.08);
		-moz-transform:scale(1.08);
		-ms-transform:scale(1.08);	
		-o-transform:scale(1.08);
		transform:scale(1.08);
		-webkit-transition:.3s; /*.7s;**/
		-moz-transition:.3s; /*.7s;**/
		-ms-transition:.3s; /*.7s;**/
		-o-transition:.3s; /*.7s;**/
		transition:.3s; /*.7s;**/
	}
	/* 상품 내용 영역 **/
	.jss-grid-container .jss-grid-item .goods-tiem-container .goods-item-contents {
		width: 100%;
		border: 0px solid #000;
		text-align: left;
		padding: 20px 10px 30px 0px;
	}
	.jss-grid-container .jss-grid-item .goods-tiem-container .goods-item-contents div {
		line-height: 34px;
	}
	.jss-grid-container .jss-grid-item .goods-tiem-container .goods-item-contents .item-title {
		font-size: 17px;
		/*text-decoration: underline;**/
	}
	/* 상품가격 **/
	.jss-grid-container .jss-grid-item .goods-tiem-container .goods-item-contents .item-price .discount-per {
		font-family: GmarketSansMedium;
		font-size: 16px; font-weight: bold; color: #66CDAA;
		padding-right: 15px;
	}
	.jss-grid-container .jss-grid-item .goods-tiem-container .goods-item-contents .item-price .old-price {
		font-family: GmarketSansMedium;
		font-size: 15px; font-weight: normal; color: #b8b8b8;
		text-decoration: line-through;
		padding-right: 8px;
	}
	.jss-grid-container .jss-grid-item .goods-tiem-container .goods-item-contents .item-price .current-price {
		font-family: 'GmarketSansBold';
		font-size: 19px; font-weight: bold; color: #DA0106; /*#000;**/
	}
	/* 상품 Label **/
	.goods-item-img .item-label {
		position: absolute;
		top:0;
		right:0;
		margin-top: 5px;
		margin-right: 5px;
	}
	/* 아이콘 버튼 **/
	a.outline-ico-btn {
		position: relative;
		border: 1px solid #D2D2D2; /*#EEEEEE;**/
		width: 30px; height: 30px;
		padding: 7px 7px 7px 7px;
		color: #A9A9A9;
		cursor: pointer;
	}
	/* wishlist 담기 **/
	a.outline-ico-btn.item-wish.active {
		color: red;
		border:1px solid red;
		background-color: #FFF0F5;
	}
	/* Tooltip **/
	a.outline-ico-btn:hover {
		color: #000;
		border:1px solid #000;
	}
	a.outline-ico-btn .tooltip-label {
		right: 50%;
		top: -15px;
		-webkit-transform: translateX(50%);
		        transform: translateX(50%);
		position: absolute;
		padding: 0 10px;
		line-height: 28px;
		font-size: 12px;
		letter-spacing: .3px;
		visibility: hidden;
		white-space: nowrap;
		opacity: 0;
		color: transparent;
		background-color: transparent;
		-webkit-transition: all .2s ease-in-out;
		transition: all .2s ease-in-out;
		background-color: #000;
		color: #fff;
	}
	a.outline-ico-btn .tooltip-label::before {
		content: "\e9ff";
		color: #000;
		left: 50%;
		position: absolute;
		-webkit-transform: translateX(-50%) rotate(90deg);
		        transform: translateX(-50%) rotate(90deg);
		-webkit-transition: all .2s ease-in-out;
		transition: all .2s ease-in-out;
		bottom: -16px;
		font-family: "boxicons" !important;
		font-weight: normal;
		font-style: normal;
		font-size: 20px;
	}
	a.outline-ico-btn:hover .tooltip-label {
		visibility: visible;
		opacity: 1;
		top: -45px;
	}
	
	/**
	| -------------------------------------------------------------------------
	| @ 01-2. 상품 미리보기 팝업
	| -------------------------------------------------------------------------
	*/
	.popup-item-info {
		display: flex;
	}
	.popup-item-info .pop-item-img {
		border: 0px solid #000;
		width: 400px;
		height: 400px; /*390px;**/
	}
	.popup-item-info .products-content {
		width: 100%;
		height: 100%;
		border: 0px solid #000;
		display: inline-block;
		vertical-align: top;
		position: relative;
	}
	.popup-item-info .products-content div {
		margin-bottom: 12px;
	}
	.popup-item-info .products-content .pop-item-nm {
		width: 100%;
		font-size: 22px;
		font-weight: bold;
		border-bottom: 1px solid #000;
		padding-bottom: 5px;
	}
	.popup-item-info .products-content .pop-item-price {}
	.popup-item-info .products-content .pop-item-price .discount-per {
		font-family: GmarketSansMedium;
		font-size: 16px; font-weight: bold; color: #66CDAA;
		padding-right: 15px;
	}
	.popup-item-info .products-content .pop-item-price .old-price {
		font-family: GmarketSansMedium;
		font-size: 16px; font-weight: normal; color: #b8b8b8;
		text-decoration: line-through;
		padding-right: 8px;
	}
	.popup-item-info .products-content .pop-item-price .current-price {
		font-family: 'GmarketSansBold';
		font-size: 22px; font-weight: bold; color: #000;
	}
	.popup-item-info .products-content .pop-item-cd {
		font-size: 14px; font-weight: bold; color: #000;
	}
	.popup-item-info .products-content .pop-item-btn {
		width: 100%;
		/*position: absolute;
		bottom: 0;
		margin-bottom: 100px;
		border-bottom: 1px solid #CECECE;
		padding-bottom: 10px;**/
	}
	.popup-item-info .products-content .pop-item-btn .pop-btn-wishlist.active {
		color: red;
		border:1px solid red;
		background-color: #FFF0F5;
	}
	.popup-item-info .products-content .pop-item-footer {
		width: 100%;
		height: 90px;
		position: absolute;
		display: inline-block;
		bottom: 0;
		margin-bottom: 0px;
		border: 0px solid #000;
	}
	.popup-item-info .products-content .pop-item-footer .pop-item-thumb{
		margin:0; padding:0;
	}
	.popup-item-info .products-content .pop-item-footer .pop-item-thumb-unit {
		width: 90px;
		margin-right: 6px;
		cursor: pointer;
	}
	
	/**
	| -------------------------------------------------------------------------
	| @ 01-3. 상품 카테고리 네비게이션
	| -------------------------------------------------------------------------
	*/
	.category-navi {
		width:100%; text-align:right;
	}
	.category-navi table {
		position:relative;
		border:0px solid #000;
		float:right;
	}
	.category-navi .td-lg, .category-navi .td-md, .category-navi .td-sm {
		position:relative;
		min-width:140px; /*155px;**/
	}
	
	.navi-cell {
		border:1px solid #D2D2D2; background:#fff; width:100%; /*min-width:120px;**/ min-height:40px; padding:5px 7px 7px 7px;
		cursor:default;
	}
	.navi-cell.active {
		border:1px solid #000;
	}
	.navi-cell .arrow {
		padding:7px; color:#D2D2D2;
	}
	.navi-cell .arrow.active {
		color:#000;
	}
	.navi-cell div {
		padding-top:4px; padding-bottom:4px;
	}
	.navi-cell span {
		padding-left:5px; /*padding-right:5px;**/
	}
	.navi-cell-division {
		width:35px; text-align:center; color:#D2D2D2;
	}
	.hover-cell {
		cursor:pointer;
	}
	.hover-cell span.current {
		color:red;
	}
	.hover-cell:hover {
		background-color:#FFF2F2;
	}
	.navi-cell.cate-md, .navi-cell.cate-sm, .navi-cell.cate-md-hover, .navi-cell.cate-sm-hover {
		position:absolute;
		top:0px; left:0px;
		z-index:9;
	}
	
	
	
	
	
	/**
	| -------------------------------------------------------------------------
	| @ 02-1. 상세보기
	| -------------------------------------------------------------------------
	*/
	/* 상품 상세정보 Table **/
	table.itemDtl {
		width: 100%;
		margin: 0;
		padding: 0;
	}
	table.itemDtl tbody tr td.title {
		width: 25%;
		text-align: left;
		height: 60px;
		vertical-align: middle;
		padding-left: 0px;
		font-family: 'NotoSansKR-Regular', sans-serif;
		font-weight: bold;
		font-size: 16px;		
		color: #000;
	}	
	table.itemDtl tbody tr td.content {
		width: 75%;
		text-align: left;
		vertical-align: middle;	
		padding-left: 10px;
		font-size: 15px;
	}
	table.itemDtl tbody tr td hr{
		width: 100%;
		padding:0; margin: 0;
		border-top:1px solid #EBEBEB;
	}		
	/* BORDER BOX **/
	.itemDtl-box {
		width: 100%;
		margin: 0;
		border: 1px solid #eeeeee;
		background-color: #FAFAFA;
		padding: 25px 20px 25px 20px;
	}
	/* 상품 명 / 상품 타이틀 **/
	.itemDtl-itemNm{
		line-height: 35px;
		font-size: 24px; font-weight: bold;	color: #000;
	}
	.itemDtl-itemTitle {
		line-height: 24px;
		font-size: 13px; color: #969696;
		padding-bottom: 5px;
	}	
	.itemDtl-colorUnit {
		height: 34px;
		border: 1px solid #D8D8D8;
		padding: 3px;
		margin: 5px;
		display: inline-block;
	}
	/* 할인율 **/
	.itemDtl-discountPer {
		font-family: GmarketSansMedium;
		font-size: 22px; font-weight: bold; color: #66CDAA;
	}
	/* 원래가격 **/
	.itemDtl-oldPrice {
		font-family: GmarketSansMedium;
		font-size: 18px; font-weight: normal;
		color: #B8B8B8;
		text-decoration: line-through;
	}
	/* 할인 적용 상품가격 **/
	.itemDtl-currentPrice {
		font-family: 'GmarketSansBold';
		font-size: 22px; font-weight: bold; color: #000; /*#DA0106;**/
	}
	/* 마일리지 **/
	.itemDtl-mileage {
		font-family: 'GmarketSansMedium';
		font-size: 17px;
		font-weight: normal;
		color: #A8670F;
	}	
	/* 상품 총 합계 금액  Title **/
	.wrap-goods-item-price { 
		font-size:20px; 
		font-weight:bold; line-height:35px; 
		color:#2f2f2f; 
	}
	/* 상품 총 합계 금액 **/
	.itemDtl-orderPrice {
		font-family: 'GmarketSansBold';
		font-size: 32px;
		font-weight: bold;
		color: #000;
	}
	/* 합계 가격 Title - LEFT MENU FIXED 시 적용할 스타일 **/
	.wrap-goods-item-price-leftFixed { 
		font-size:15px;
		font-weight:bold;
		color:#2f2f2f;
	}
	/* 상품 총 합계 금액  - LEFT MENU FIXED 시 적용할 스타일 **/
	.itemDtl-orderPrice-leftFixed {
		font-family: 'GmarketSansBold';
		font-size: 22px;
		font-weight: bold;
		color: #000;
	}
	
	/* 상품 수량 **/
	.rows_ea { font-family:GmarketSansMedium; font-weight:bold; }
		
	/* 품절, 재고없음 message **/
	.itemDtl-soldout-msg {
		font-family: 'NotoSansKR-Regular', sans-serif;
		border: 1px solid #FED3E1;
		background-color: #FFF7FA;
		padding: 25px 5px 25px 5px;
		text-align: center;
		font-size: 20px;
		font-weight: bold;
		color: red;
	}
	
	/* 리뷰 평점 점수 **/
	#review-rating-average { font-family:GmarketSansMedium; font-size:32px; font-weight:bold; color:#000000; letter-spacing:1px; }
	
	/* 사이즈 옵션 버튼 영역 **/
	.wrap-goods-sizeOpt-btn {
		border: 1px solid #3FC5F0; /*#d1d1d1;**/
		padding: 5px 5px 5px 5px;
		cursor: pointer;
	}
	.wrap-goods-sizeOpt-btn:hover {
		border: 1px solid red;
	}
	
	/* LEFT Fixed 사이즈 옵션 영역 스크롤바 */
	#wrapper-goods-item-virtual::-webkit-scrollbar {
	    width: 7px; /* 넓이 */
	}
	#wrapper-goods-item-virtual::-webkit-scrollbar-thumb {
	    height: 30%;
	    background: #CCCCCC;
	    border-radius: 8px;
	}
	#wrapper-goods-item-virtual::-webkit-scrollbar-track {
		background: rgba(102, 102, 102, .1); /* BG 컬러 */
		background-color: transparent;
	}

	/*-----------------------------------------------**/
	/* @ 상세정보 레이아웃		 	 			     	 **/
	/*-----------------------------------------------**/
	#wraper-body-menu {
		width: 820px;
	}

	/*-----------------------------------------------**/
	/* @ 상세정보 콘텐츠		 	 			     	 	 **/
	/*-----------------------------------------------**/
	.item-body {
		width: 800px;
		float: left; /*float: right;**/
	}
	
	/*-----------------------------------------------**/
	/* @ 상세정보 탭메뉴		 	 			     		 **/
	/*-----------------------------------------------**/
	.goods-item-tabmenu {
		width: 800px;
	}
	
	/*-----------------------------------------------**/
	/* @ 리뷰 이미지 팝업 슬라이더		 	 			     **/
	/*-----------------------------------------------**/
	.wrapper-review-image-slide {
		width: 100%;
		border: 0px solid #000;
		text-align: center;
	}
	.wrapper-review-image-slide .review-slide-item {
		width:100%; 
		min-height:500px; 
		background-color:#F6F6F6; 
		cursor:grab;
	}
	.review-navi-btn { position: absolute; }
	.review-navi-btn i { font-size: 50px; color: #000; }
	.review-navi-btn.prev { left:-60px; top:220px; }
	.review-navi-btn.next { right:-60px; top:220px; }
		
	/*-----------------------------------------------**/
	/* @ 상품 상세 페이지 슬라이드 - 배너		 	 			 **/
	/*-----------------------------------------------**/
	.wrapper-itemDtl-banner { 
		position: relative; 
		width:100%; 
		height:150px; 
		background-color:#ffe5c6;
	}
	/* 상품 상세 배너 슬라이드 네비 버튼 **/
	.itemDtl-banner-owl-btn {
		position: absolute;
		margin: 0;
		padding: 0;
		width: 50px; height: 50px;
		line-height: 64px;
		border: 0px solid #D7D7F7;
		background-color:rgba(0, 0, 0, 0.3);
		color: #fff;
		text-align: center;
		cursor: pointer;
		z-index: 3
	}
	.itemDtl-banner-owl-btn:hover { background-color: #000; }
	.itemDtl-banner-owl-btn-prev  { left: 20px; top: 50px;  }
	.itemDtl-banner-owl-btn-next  { right: 20px; top: 50px; }
