/* -------------------------------- 

Image View Type

-------------------------------- */

@media (min-width: 992px) {
	.row {
		margin-right: -12px;
		margin-left: -12px;
	}
	.col-md-1,
	.col-md-2,
	.col-md-3,
	.col-md-4,
	.col-md-5,
	.col-md-6,
	.col-md-7,
	.col-md-8,
	.col-md-9,
	.col-md-10,
	.col-md-11,
	.col-md-12 {
		padding-right: 12px;
		padding-left: 12px;
	}
}


.cd-gallery {
	margin: 0 auto;
	padding: 0;
}
.cd-gallery::after {
	clear: both;
	content: "";
	display: table;
}
.cd-gallery > li {
	display: inline-block;
	position: relative;
	z-index:1;
	float: left;
	margin-bottom: 15px;
	padding: 0;
	width: 50%;
	overflow: hidden;
	background: transparent;
	border: 0px solid #e8e8e8;
/* 	border-radius: .25em; */
	-webkit-box-shadow: none;
	   -moz-box-shadow: none;
			box-shadow: none;
}
.cd-gallery > li:hover {
	-webkit-box-shadow: none;
	   -moz-box-shadow: none;
			box-shadow: none;
}


@media (min-width: 768px) {
	.cd-gallery > li {
		margin-bottom: 25px !important;
	}
}

@media (min-width: 992px) {
	.cd-gallery {
		margin: 0 -12px;
	}
	.cd-gallery > li {
		margin: 0;
		padding: 0 12px;
		width: 33.3333%;
	}
}

@media only screen and (min-width: 1048px) {
	.no-touch .cd-gallery > li:hover .cd-dots li.selected a {
		/* Slider dots - change background-color of the selected dot when hover over the its parent list item */
		/* background: #2f2933; */
		/* border-color: #2f2933; */
	}
	.no-touch .cd-gallery > li:hover .cd-dots a {
		/* Slider dots - change dot border-color when hover over the its parent list item */
		/* border-color: #9688a0; */
	}
	.no-touch .cd-gallery > li:hover li.move-right, .no-touch .cd-gallery > li:hover li.move-left {
		/* show preview items when hover over the its parent list item */
		/* opacity: 0.3; */
	}
}

@media (min-width: 1200px) {
	.cd-gallery > li {
		margin-bottom: 25px;
		padding: 0 12px;
		width: 25%;
	}
}

@media (max-width: 991px) {
	.cd-gallery {display: block !important;}
	.cd-gallery.full-mobile {display: none !important;}
	.cd-gallery > li:nth-child(odd) {
		padding-right: 12px !important;
		padding-left: 0 !important;
	}
	.cd-gallery > li:nth-child(even) {
		padding-right: 0 !important;
		padding-left: 12px !important;
	}
	.cd-gallery > li > a span.date {
		top: 33% !important;
		padding: 3px 0px 4px !important;
		text-align: center !important;
		letter-spacing: 0px !important;
	}
}

@media (max-width: 767px) {
	.cd-gallery > li:nth-child(odd) {
		padding-right: 7.5px !important;
	}
	.cd-gallery > li:nth-child(even) {
		padding-left: 7.5px !important;
	}
}

@media (max-width: 499px) {
	.cd-gallery > li:nth-child(odd) {
		padding-right: 5px !important;
	}
	.cd-gallery > li:nth-child(even) {
		padding-left: 5px !important;
	}
}

@media (max-width: 414px) {
	.cd-gallery > li > a span.date {
		padding: 6px 0px 4px !important;
	}
}



@media (min-width: 992px) {
	.page-index .cd-gallery {
		margin: 0 -12px;
	}
	.page-index .cd-gallery > li {
		margin-bottom: 24px;
		padding: 0 12px;
		width: 25%;
	}
	.page-index .cd-item-info {
		padding: 15px;
	}
	.page-index .cd-item-info > b {
		height: 37px;
		line-height: 1.51rem;
	}
	.page-index .cd-item-info .cd-price {
		margin: 13px 0 6px;
	}
}

@media (min-width: 1200px) {
	.page-index .cd-gallery {
		margin-bottom: 40px;
	}
	.page-index .cd-gallery .cd-item-wrapper {height: 274px;}
	.page-index .cd-item-info .cd-price b {margin-right: 9px;}
	.page-index .cd-item-info .cd-price .won {
		margin-left: 1px;
		font-size: 16px;
	}
}


.cd-gallery > li > a span.date {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 30px;
	font-size: 13px;
	color: #fff;
	letter-spacing: -.3px;
	text-align: left;
	padding: 6px 12px 5px;
	background-color: rgba(0, 0, 0, .4);
	z-index: 99;
}
.cd-gallery > li > a {
	position: relative;
	display: block;
	border: 1px solid #e8e8e8;
}
.cd-item-wrapper {
	position: relative;
	margin: 0;
	padding: 0 !important;
	height: 213.75px;
	overflow: hidden;
	background-color: #fff;
	border: 0px solid #eaeced;
}


@media (max-width: 991px) {
	.product-relative .clearfix .cd-soldout {
		position: relative !important;
		top: -35px !important;
		width: 100% !important;
	}
	.product-relative .clearfix .cd-soldout span {
		float: left !important;
		width: auto !important;
		font-size: 13px !important;
		padding: 5px 12px !important;
	}
}


.cd-soldout {
	position: absolute;
	top: 0px;
	right: 0px;
	left: auto;
	z-index: 99;
	width: 50px;
}
.cd-soldout span {
	display: none;
	margin: 0 0 1px;
	padding: 5px 2px;
	width: 50px;
	font-family: "Spoqa-Regular", 'NotoSansR', NanumGothic;
	font-size: 11px;
	line-height: 20px;
	letter-spacing: -.5px;
	color: #fff;
	text-align: center;
	border-radius: 0;
}
.cd-soldout span:nth-of-type(1),
.cd-soldout span:nth-of-type(2),
.cd-soldout span:nth-of-type(3) {display: block;}
.cd-soldout span.gift {
	background: #308cd3;
}
.cd-soldout span.gifts {
	background: #00bb77;
}
.cd-soldout span.giftcon {
	background: #e248c0;
}
.cd-soldout span.point {
	background: #05a7f2;
}
.cd-soldout span.coupon {
	background: #8047e9;
}
.cd-soldout span.block {
	background: #4859d9;
}
.cd-soldout span.adult {
	background: #3a3a3a;
}
.cd-soldout span.reservation {
	background: #0cd3c7;
}
.cd-soldout span.limit {
	background: #e83b40;
}
.cd-soldout span.soldout {
	background: #797979;
}
.cd-soldout span.sale {
	background: #5dbd00;
}

.cd-item-wrapper label {
	position: absolute;
	top: 2px;
	left: 3px;
	z-index: 9;
}

.cd-item-wrapper li {
	position: absolute;
	top: 0;
	float: left;
	margin: 0 auto;
	width: 100%;
	height: 100%;
	list-style-type: none;
	opacity: 0;
	
	/* Force Hardware Acceleration */
/* 	-webkit-transform: translateZ(0); */
/* 	   -moz-transform: translateZ(0); */
/* 		-ms-transform: translateZ(0); */
/* 		 -o-transform: translateZ(0); */
/* 			transform: translateZ(0); */
/* 	-webkit-backface-visibility: hidden; */
/* 			backface-visibility: hidden; */
/* 	will-change: transform, opacity; */
/* 	-webkit-transition: -webkit-transform 0.4s, opacity 0.4s; */
/* 	   -moz-transition: -moz-transform 0.4s, opacity 0.4s; */
/* 			transition: transform 0.4s, opacity 0.4s; */
}
.cd-item-wrapper li.selected {
	/* selected item */
/* 	position: relative; */
	z-index: 9;
	overflow: hidden;
	opacity: 1;
	cursor: pointer;
}

.cd-item-wrapper li.adult {
	background-color: #fafafa;
}

.cd-item-wrapper li.adult img {
	position: relative;
	top: 50%;
	padding: 0;
	width: auto;
	height: auto;
	background-color: transparent;
	-webkit-transform: translateY(-50%);
	   -moz-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		 -o-transform: translateY(-50%);
			transform: translateY(-50%);
}

.cd-item-wrapper li.move-left {
	/* item on left - preview visible */
	-webkit-transform: translateX(-100%) scale(0.7);
	   -moz-transform: translateX(-100%) scale(0.7);
		-ms-transform: translateX(-100%) scale(0.7);
		 -o-transform: translateX(-100%) scale(0.7);
			transform: translateX(-100%) scale(0.7);
	opacity: 0.3;
}
.cd-item-wrapper li.move-right {
	/* item on right - preview visible */
	-webkit-transform: translateX(100%) scale(0.7);
	   -moz-transform: translateX(100%) scale(0.7);
		-ms-transform: translateX(100%) scale(0.7);
		 -o-transform: translateX(100%) scale(0.7);
			transform: translateX(100%) scale(0.7);
	opacity: 0.3;
}
.cd-item-wrapper li img {
	display: block;
	margin: 0 auto;
	width: 100%;
	max-width: 100%;
	min-height: 100%;
	background-color: #f8fafd;
}
.cd-item-wrapper li.reject img {
	background-color: transparent;
}

@media (min-width: 768px) {
	.cd-item-wrapper label {
		top: 2px;
		left: 3px;
	}
}
@media (min-width: 992px) {
}
@media only screen and (min-width: 1048px) {
	.cd-item-wrapper li.move-left,
	.cd-item-wrapper li.move-right {
		/* hide preview items */
		opacity: 0;
	}
	.cd-item-wrapper li.focus-on-left {
		/* class added to the .selected and .move-right items when user hovers over the .move-left item (item preview on the left) */
		-webkit-transform: translateX(3%) scale(1.25);
		   -moz-transform: translateX(3%) scale(1.25);
			-ms-transform: translateX(3%) scale(1.25);
			 -o-transform: translateX(3%) scale(1.25);
				transform: translateX(3%) scale(1.25);
	}
	.cd-item-wrapper li.focus-on-left.move-right {
		-webkit-transform: translateX(103%) scale(0.7);
		   -moz-transform: translateX(103%) scale(0.7);
			-ms-transform: translateX(103%) scale(0.7);
			 -o-transform: translateX(103%) scale(0.7);
				transform: translateX(103%) scale(0.7);
	}
	.cd-item-wrapper li.focus-on-right {
		/* class added to the .selected and .move-left items when user hovers over the .move-right item (item preview on the right) */
		-webkit-transform: translateX(-3%) scale(1.25);
		   -moz-transform: translateX(-3%) scale(1.25);
			-ms-transform: translateX(-3%) scale(1.25);
			 -o-transform: translateX(-3%) scale(1.25);
				transform: translateX(-3%) scale(1.25);
	}
	.cd-item-wrapper li.focus-on-right.move-left {
		-webkit-transform: translateX(-103%) scale(0.7);
		   -moz-transform: translateX(-103%) scale(0.7);
			-ms-transform: translateX(-103%) scale(0.7);
			 -o-transform: translateX(-103%) scale(0.7);
				transform: translateX(-103%) scale(0.7);
	}
	.cd-item-wrapper li.hover {
		/* class added to the preview items (.move-left or .move-right) when user hovers over them */
		opacity: 1 !important;
	}
	.cd-item-wrapper li.hover.move-left {
		-webkit-transform: translateX(-97%) scale(0.75);
		   -moz-transform: translateX(-97%) scale(0.75);
			-ms-transform: translateX(-97%) scale(0.75);
			 -o-transform: translateX(-97%) scale(0.75);
				transform: translateX(-97%) scale(0.75);
	}
	.cd-item-wrapper li.hover.move-right {
		-webkit-transform: translateX(97%) scale(0.75);
		   -moz-transform: translateX(97%) scale(0.75);
			-ms-transform: translateX(97%) scale(0.75);
			 -o-transform: translateX(97%) scale(0.75);
				transform: translateX(97%) scale(0.75);
	}
}
@media (min-width: 1300px) {
	.cd-item-wrapper label {
		top: 4px;
		left: 5px;
	}
}

@media (max-width: 991px) {
	.cd-gallery {display: block !important;}
	.cd-item-wrapper {margin: 0;}
}
@media (max-width: 414px) {
	.cd-item-wrapper label {
		top: 5px;
		left: 5px;
	}
}
@media (max-width: 1920px) {
	.cd-item-wrapper li img {width: 100%;}
}



.cd-dots {
	/* not visible in the html document - created using jQuery */
	margin-left: 50%;
	right: auto;
	-webkit-transform: translateX(-50%);
	   -moz-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		 -o-transform: translateX(-50%);
			transform: translateX(-50%);
}
.cd-dots::after {
	clear: both;
	content: "";
	display: table;
}
.cd-dots li {
	display: inline-block;
	float: left;
	margin: 0 5px;
	pointer-events: none;
}
.cd-dots li.selected a {
	background: #2f2933;
	border-color: #2f2933;
}
.cd-dots a {
	display: block;
	height: 6px;
	width: 6px;
	border-radius: 50%;
	border: 1px solid #9688a0;
	
	/* image replacement */
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	-webkit-transition: border-color 0.2s, background-color 0.2s;
	   -moz-transition: border-color 0.2s, background-color 0.2s;
			transition: border-color 0.2s, background-color 0.2s;
}
@media only screen and (min-width: 1048px) {
	.cd-dots li {
		pointer-events: auto;
	}
	.cd-dots li.selected a {
		background: #cccccc;
		border-color: #cccccc;
	}
	.cd-dots a {
		height: 8px;
		width: 8px;
		border-color: #cccccc;
		
		/* fix a bug in IE9/10 - transparent anchor not clickable */
		background-color: rgba(255, 255, 255, 0);
	}
}

.cd-item-info {
	padding: 12px;
	border-bottom: 0px solid #f1f1f1;
	font-size: 15px;
	background-color: #fff;
	cursor: pointer;
}
.cd-item-info::after {
	clear: both;
	content: "";
	display: table;
}
.cd-item-info > b {
	display: block;
	float: left;
	width: 100%;
	height: 43px;
	font-family: 'NotosansR';
	font-size: 14px;
	font-weight: normal;
	line-height: 1.65rem;
/* 	white-space: nowrap; */
	color: #333;
	text-align: left;
/* 	text-overflow: ellipsis; */
	overflow: hidden;
}
.cd-gallery > li:hover .cd-item-info > b {
	text-decoration: underline;
}
.cd-item-info > b i.number {
	float: left;
	margin-top: 2px;
	margin-right: 5px;
	height: auto;
	font-style: normal;
	font-family: 'NanumSquareRoundEB';
	font-size: 22px;
	color: #005bac;
	background-color: transparent;
	border-radius: 0;
	opacity: 1;
}
.cd-item-info > span {
	float: left;
	margin-top: -3px;
	height: 32px;
	font-size: 13px;
	line-height: 1.28rem;
	color: #999;
	text-align: left;
	overflow: hidden;
}
.cd-item-info > span b {
	font-family: 'NotosansR';
	cursor: pointer;
}

.gallery-md .cd-item-info a {
	min-height: 42px;
	max-height: 42px;
}

.cd-item-info > b a {
	color: #333;
	display: block;
	width: 100%;
	font-family: 'NotosansM';
	font-size: 14px;
	line-height: 1.51rem;
	color: #121212;
	/*text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;*/
}
.cd-gallery > li:hover .cd-item-info > b a {
	text-decoration: underline;
	text-decoration-thickness: 2px;
	text-decoration-color: rgba(18, 18, 18, .8);
}

.cd-item-info .cd-price {
	float: left;
	margin: 10px 0 5px;
	width: 100%;
	height: 20px;
	font-style: normal;
	font-family: 'Spoqa-Bold', 'NotosansB';
	font-weight: normal;
	font-size: 18px;
	line-height: 20px;
	color: #333;
	text-align: left;
	letter-spacing: -.5px;
}
.cd-gallery.price-height .cd-item-info .cd-price {height: 40px;}
.cd-item-info .cd-price::after {
	/* crossing line - visible if price is on sale */
	content: '';
	position: absolute;
	top: 50%;
	bottom: auto;
	-webkit-transform: translateY(-50%);
	   -moz-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		 -o-transform: translateY(-50%);
			transform: translateY(-50%);
	left: 0;
	height: 2px;
	width: 0%;
	background-color: #22BAA0;
	opacity: 0;
	-webkit-transition: width 0.2s 0s, opacity 0s 0.2s;
	   -moz-transition: width 0.2s 0s, opacity 0s 0.2s;
	transition: width 0.2s 0s, opacity 0s 0.2s;
}

.cd-item-info .cd-price.on-sale::after {
	opacity: 1;
	width: 100%;
	-webkit-transition: width 0.2s 0s, opacity 0s 0s;
	   -moz-transition: width 0.2s 0s, opacity 0s 0s;
			transition: width 0.2s 0s, opacity 0s 0s;
}
.cd-item-info .cd-new-price {
	/* new price - visible if price is on sale */
	font-family: 'NotosansB';
	font-size: 20px;
	color: #F25656;
	opacity: 0;
	-webkit-transform: translateX(5px);
	   -moz-transform: translateX(5px);
		-ms-transform: translateX(5px);
		 -o-transform: translateX(5px);
			transform: translateX(5px);
	-webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
	   -moz-transition: -moz-transform 0.2s, opacity 0.2s;
			transition: transform 0.2s, opacity 0.2s;
}
.cd-item-info .cd-new-price.is-visible {
	-webkit-transform: translateX(0);
	   -moz-transform: translateX(0);
		-ms-transform: translateX(0);
		 -o-transform: translateX(0);
			transform: translateX(0);
	opacity: 1;
}

.cd-item-info .cd-price i {
	margin-right: 10px;
	font-style: normal;
	font-family: "Spoqa-Bold", 'NotoSansB';
	font-weight: normal;
	font-size: 16px;
	color: #ff6927;
}
.cd-item-info .cd-price b {
	display: inline;
	float: none;
	margin-right: 10px;
	width: 100%;
	font-family: 'Spoqa-Light', 'NotosansR';
	font-size: 16px;
	font-weight: normal;
	word-spacing: 0.04em;
	color: #797979;
	text-align: center;
	text-decoration: line-through;
	text-decoration-thickness: 1px;
}
.cd-item-info .cd-price b > .won {display: none;}
.cd-item-info .cd-price span {
	font-family: 'NotosansM';
	font-weight: normal;
}
.cd-item-info .cd-price .won {
	font-family: 'NotosansR';
	font-weight: normal;
	font-size: 16px;
	color: #333;
	text-decoration: none;
	margin-left: 1px;
}
.cd-item-info .cd-price .date {
	float: left;
	margin-top: 8px;
	width: 100%;
	height: 22px;
	font-family: "Spoqa-Regular", 'NotoSansR', NanumGothic;
	font-size: 13px;
	line-height: 1.85rem;
	color: #797979;
}

@media (min-width: 551px) and (max-width: 991px) {
	.cd-item-info .cd-price i {margin-right: 5px;}
	.cd-item-info .cd-price br {display: none;}
}
@media (min-width: 992px) {
	.cd-item-info {padding-bottom: 0;}
}
@media (min-width: 1200px) {
	.cd-item-info {padding-bottom: 20px;}
	.cd-item-info .cd-price i {margin-right: 5px;}
	.cd-item-info .cd-price b {
		margin-right: 3px;
		letter-spacing: -.02em;
	}
	.cd-item-info .cd-price br {display: none;}
	.cd-item-info .cd-price .won {font-size: 15px;}
}

@media (min-width: 640px) {
	.cd-item-info > b {height: 40px;}
	.cd-item-info > span {margin-top: 5px;}
}

@media (max-width: 1200px) {
	.cd-item-info .cd-price {
		height: 40px;
	}
}
@media (max-width: 991px) {
	.cd-item-info {padding-bottom: 10px;}
}
@media (max-width: 569px) {
	.cd-item-info > b a {
		line-height: 17px !important;
		min-height: 36px !important;
		max-height: 36px !important;
		overflow: hidden;
	}
}
@media (max-width: 500px) {
	.gift-list .cd-item-info > span {height: 41px; font-size: 14px !important;}
	
	.cd-item-info > b {
		height: 41px;
		font-size: 17px;
		line-height: 1.65rem;
	}
	.cd-item-info > span {
		margin-top: -1px;
		height: 27px;
		font-size: 14px;
		line-height: 2.26rem;
	}
	.cd-item-info .cd-price {
		margin: 7px 0 2px;
		font-size: 17px;
	}
}
@media (max-width: 414px) {
	.cd-item-info > b {font-size: 14px !important;}
	.cd-item-info > span {font-size: 14px !important;}
	.cd-item-info .cd-price i {font-size: 15px;}
	.cd-item-info .cd-price .won {font-size: 15px;}
	.cd-item-info .cd-price .date {
		margin-top: 0;
		letter-spacing: -.8px;
	}
}
@media (max-width: 375px) {
	.cd-item-info > span {font-size: 13px !important;}
}
@media (max-width: 360px) {
	.cd-item-info .cd-price .date {letter-spacing: -.055em;}
}

.no-js .move-right,
.no-js .move-left {
	display: none;
}



/* -------------------------------- 

xcredits 

-------------------------------- */

.credits {
	width: 90%;
	margin: 2em auto;
	text-align: center;
}
.no-touch .credits a:hover {
	text-decoration: underline;
}


.cd-item-details {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 999;
	margin-top: -22px;
	padding: 4px 15px;
	background: #fff;
	border-radius: 50px;
	opacity: 0;
	-webkit-box-shadow: 2px 2px 3px 0 rgba(35, 37, 40, 0.15);
	   -moz-box-shadow: 2px 2px 3px 0 rgba(35, 37, 40, 0.15);
			box-shadow: 2px 2px 3px 0 rgba(35, 37, 40, 0.15);
	-webkit-transform: translateX(-50%);
	   -moz-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		 -o-transform: translateX(-50%);
			transform: translateX(-50%);
}
.cd-gallery > li:hover .cd-item-details {
	opacity: 1;
	transition: opacity 0.4s linear;
}
.cd-item-details i {
	display: table-cell;
	padding: 6px;
	cursor: pointer;
}
.cd-item-details i:nth-of-type(2) {display: none;}
.cd-item-details i img {
	width: 24px;
	border: none !important;
	opacity: .6;
}
.cd-item-details i:hover img {
	opacity: 1;
}

@media (max-width: 991px) {
	.cd-item-details {
		display: none;
		top: auto;
		bottom: 0;
		margin-top: 0;
		margin-bottom: -3px;
		padding: 4px 9px;
		border-radius: 14px;
		border-bottom-right-radius: 0;
		border-bottom-left-radius: 0;
		background: rgba(255,255,255,0.7);
		opacity: 1;
	}
	.cd-item-details i {
/* 		display: block; */
		margin: 0;
		padding: 7px;
		width: 36px;
		height: 36px;
		/* background-color: transparent; */
		opacity: 1;
	}
	.cd-item-details i:first-child {display: none;}
	.cd-item-details i:nth-of-type(2) {display: table-cell;}
	.cd-item-details i img {
		opacity: .9;
	}
}
@media (max-width: 767px) {
	.cd-item-details i {
		padding: 6px;
		width: 30px;
		height: 30px;
	}
}
@media (max-width: 413px) {
	.cd-item-details i {
		width: 27px;
		height: 27px;
	}
	.cd-item-details i img {width: 21px;}
}



/* Promotion Grid Gallery */

.tab-content .event-list {display: none;}
.tab-content .event-list.active {
	display: block;
 	margin-top: 7px;
}
.tab-content a {color: #333;}

.event-list .cd-soldout {left: 0;}
.event-list .cd-soldout span {
	position: absolute;
	width: 70px;
	font-size: 13px;
	background: #00bb77;
}
.event-list .cd-soldout span.soldout {
	background-color: #555;
}
.event-list > span {
	margin: 6px 0 4px;
	font-size: 15px;
	line-height: 1.83rem;
}


@media (max-width: 414px) {
	.event-list .cd-soldout span {
		padding: 3px 5px 4px;
		margin-top: 1px;
		margin-left: 1px;
		font-size: 12px;
	}
}


.grid-gallery {
	float: left;
	margin-bottom: 20px;
	width: 100%;
}
.grid-wrap {
	width: 100%;
	margin: 0 auto;
}
.grid {
	float: left;
	margin: 0;
	padding: 0;
	width: 100%;
	list-style: none;
}
.grid li {
	float: left;
	margin-bottom: 15px;
	padding: 0;
	width: 50%;
	cursor: pointer;
}
.grid-gallery .grid figure {margin: 0;}
.grid-gallery .grid figure a {
	position: relative;
	float: left;
	width: 100%;
	color: #333 !important;
	-webkit-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.25);
	   -moz-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.25);
			box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.25);
}
.grid-gallery .grid figure a:hover {
	-webkit-box-shadow: 0 0 21px 0 rgba(0, 0, 0, 0.19) !important;
	   -moz-box-shadow: 0 0 21px 0 rgba(0, 0, 0, 0.19) !important;
			box-shadow: 0 0 21px 0 rgba(0, 0, 0, 0.19) !important;
	-webkit-transition: all 0.25s ease-in-out;
	   -moz-transition: all 0.25s ease-in-out;
			transition: all 0.25s ease-in-out;
}

.grid-gallery .grid figure p {
	position: relative;
	margin: 0;
	padding: 0;
	height: 238px;
	overflow: hidden;
	background-color: #f8fafd;
	border: 0px solid #eaeced;
}
.grid-gallery .grid figure p img {
	display: block;
	margin: 0 auto;
	width: 100%;
	min-height: 100%;
	max-width: 100%;
	background-color: #fff;
/* 	border: 1px solid #e7e7e7; */
}
.grid-gallery .grid figcaption {
	float: left;
	padding: 17px 15px 17px;
	width: 100%;
	background: #fff;
}
.grid-gallery .grid figcaption h5 {
	display: block;
	margin: 0;
	width: 100%;
	height: 40px;
	font-family: 'NotosansM';
	font-size: 14px;
	line-height: 1.65rem;
	white-space: initial;
	color: #121212;
	text-overflow: initial;
	overflow: hidden;
}
.grid-gallery .grid figure:hover figcaption h5 {
}
.grid-gallery .grid figcaption > span {
	float: left;
	margin-top: 5px;
	height: 22.19px;
	font-family: 'Spoqa-Regular';
	font-size: 13px;
	line-height: 1.85rem;
	color: #999;
	font-weight: normal;
}


.grid-gallery .grid figcaption.rwm {
	float: left;
	padding: 15px 0 0;
	width: 100%;
	background: #fff;
}
.grid-gallery .grid figcaption.rwm h5 {
	display: block;
	margin: 0;
	padding: 0 12px 15px;
	width: 100%;
	height: auto;
	font-family: 'Spoqa-Regular';
	font-size: 14px;
	line-height: 1.65rem;
	white-space: initial;
	color: #121212;
	text-overflow: initial;
	overflow: hidden;
}
.grid-gallery .grid figcaption.rwm h5 em {
	color: #2690fd;
	font-family: 'Spoqa-Medium';
	margin: 0;
}
.grid-gallery .grid figcaption.rwm > span {
	float: left;
	width: 100%;
	height: auto;
	font-family: 'Spoqa-Regular';
	font-size: 13px;
	color: #595959;
	letter-spacing: -.7px;
	background: #fafafa;
	padding: 10px 12px 5px;
	margin: 0;
}
.grid-gallery .grid figcaption.rwm > span:nth-child(3) {
	padding: 5px 12px 10px;
}
.grid-gallery .grid figcaption.rwm > span em {
	float: left;
	width: auto;
	height: auto;
	font-size: 11px;
	color: #fff;
	font-style: normal;
	background: #2690fd;
	padding: 0px 7px;
	margin-right: 7px;
	border-radius: 5px;
}
.grid-gallery .grid figcaption.rwm > span:nth-child(3) em {
	background: #797979;
}

@media (max-width: 413px) {
	.grid-gallery .grid figcaption.rwm h5 {
		padding: 0 7px 15px;
	}
	.grid-gallery .grid figcaption.rwm > span:nth-child(3) {
		padding: 5px 7px 10px !important;
	}
	.grid-gallery .grid figcaption.rwm > span {
		padding: 10px 7px 0px !important;
	}
}

@media (max-width: 499px) {
	.grid-gallery .grid figcaption.rwm {
		padding: 5px 0 0;
	}
	.grid-gallery .grid figcaption.rwm h5 span {
		float: left;
		width: 100%;
		font-size: 16px;
		margin-top: 5px;
		margin-bottom: 2px;
	}
	.grid-gallery .grid figcaption.rwm > span {
		text-align: center;
		padding: 10px 12px 0px;
	}
	.grid-gallery .grid figcaption.rwm > span em {
		float: left;
		width: 100%;
		margin-bottom: 3px;
	}
}


@media (min-width: 640px) {
	.grid-gallery .grid li {margin-bottom: 20px;}
	.grid-gallery .grid figure p {height: 297px;}
}
@media (min-width: 768px) {
	.grid-gallery .grid li {margin-bottom: 15px;}
	.grid-gallery .grid figure p {height: 350px;}
}
@media (min-width: 992px) {
	.grid-gallery .grid {
		float: none;
		margin: 0 -12px;
		width: auto;
	}
	.grid-gallery .grid li {
		margin-bottom: 25px;
		padding: 0 12px;
		width: 33.33333333%;
	}
	.grid-gallery .grid figure p {height: 214px;}
}
@media (min-width: 1200px) {
	.grid-gallery .grid li {width: 25%;}
	.grid-gallery .grid figure p {height: 215px;}
}

@media (max-width: 991px) {
	.grid-gallery .grid li {
		padding-right: 10px;
		margin-bottom: 20px;
	}
	.grid-gallery .grid li:nth-child(2n) {
		padding-right: 0;
		padding-left: 10px;
	}
	.reward-mall .grid-gallery .grid li.selected {
		float: left;
    	width: 100%;
	}
	.reward-mall .grid-gallery .grid li.selected figure p {
		height: 70px !important;
	}
	.reward-mall .grid-gallery .grid li:nth-child(2n) {
		padding-right: 10px;
		padding-left: 0;
	}
	.reward-mall .grid-gallery .grid figure p {height: 350px !important;}
}

@media (max-width: 500px) {
	.grid-gallery .grid li {
		padding-right: 7.5px;
		margin-bottom: 15px;
	}
	.grid-gallery .grid li:nth-child(2n) {padding-left: 7.5px;}
	.grid-gallery .grid figure p {height: 219.5px;}
	.reward-mall .grid-gallery .grid figure p {height: 219.5px !important;}
	.reward-mall .grid-gallery .grid li.selected figure p {
		background: #fafafa !important;
	}
}

@media (max-width: 414px) {
	.grid-gallery .grid figure p {height: 184.5px;}
	.reward-mall .grid-gallery .grid figure p {height: 184.5px !important;}
}

@media (max-width: 413px) {
	.grid-gallery .grid figcaption > span {letter-spacing: -.06em;}
}

@media (max-width: 375px) {
	.grid-gallery .grid figure p {height: 165px;}
	.reward-mall .grid-gallery .grid figure p {height: 165px !important;}
}

@media (max-width: 360px) {
	.grid-gallery .grid figure p {height: 157.5px;}
	.reward-mall .grid-gallery .grid figure p {height: 157.5px !important;}
}

@media (max-width: 320px) {
	.grid-gallery .grid figure p {height: 135px;}
	.reward-mall .grid-gallery .grid figure p {height: 135px !important;}
}


/* PromotionPlan Top Image  */

@media (max-width: 499px) {
	.categoryRight .event-list > h4 {margin: 10px 0 13px !important;}
	.promotion-top dl {
		margin-top: 60px !important;
		padding: 0px 30px 49px !important;
	}

}

.categoryRight .event-list > h4 {margin: 0 0 13px;}
.categoryRight .event-list > h4 select {
	float: right;
	width: 89px;
	min-width: 89px;
	height: 30px;
	font-family: 'NotosansL';
	font-size: 13px;
	color: #797979;
	background: url(../../../../images/kr/shop/select_arrow.png) top 12px right 9px no-repeat !important;
	background-size: 11px !important;
	border-color: #ddd;
	margin-top: -7px;
}
.categoryRight .event-list > h4 select:hover {
	border-color: #4a4a4a;
}
.promotion-top {
	float: left;
	width: 100%;
	height: 230px;
	background: url(../../../../images/kr/promotion/promotion_top.jpg) top center no-repeat;
	margin-bottom: 50px;
}
.promotion-top dl {
	background-color: transparent;
	padding: 0px 50px 49px;
	margin-top: 100px;
	margin-bottom: 30px;
}
.promotion-top dl dt {
	font-family: 'NotosansM';
	font-size: 32px;
	color: #fff;
	text-align: center;
	padding: 10px 0 30px;
}
.promotion-top dl dt em {
	font-family: 'NotosansB';
	font-style: normal;
	padding: 0 20px;
}
.promotion-top dl dd {
	font-family: 'NotosansR';
	font-size: 16px;
	color: #90909e;
	font-weight: normal;
	text-align: left;
	line-height: 26px;
	letter-spacing: -.5px;
}


@media (max-width: 991px) {
	.promotion-top2 {
		height: 160px !important;
		background: url(../../../../images/kr/promotion/rewardmall_top.jpg) top right no-repeat !important;
		margin-bottom: 20px !important;
	}
}

.promotion-top2 {
	float: left;
	width: 100%;
	height: 230px;
	background: url(../../../../images/kr/promotion/rewardmall_top.jpg) top center no-repeat;
	margin-bottom: 50px;
}
.promotion-top2 dl {
	background-color: transparent;
	padding: 0px 40px 49px;
	margin-top: 100px;
	margin-bottom: 30px;
}

#tab3 .grid-gallery .grid {
	clear: both;
}
/* #tab3 .grid-gallery .grid li:first-child figure p { */
/* 	height: 120px !important; */
/* } */
#tab3 .grid-gallery .grid:nth-child(1) li:first-child figure p,
#tab3 .grid-gallery .grid:nth-child(6) li:first-child figure p {
	background-color: #cd2c22;
}
#tab3 .grid-gallery .grid:nth-child(2) li:first-child figure p,
#tab3 .grid-gallery .grid:nth-child(7) li:first-child figure p {
	background-color: #f19049;
}
#tab3 .grid-gallery .grid:nth-child(3) li:first-child figure p,
#tab3 .grid-gallery .grid:nth-child(8) li:first-child figure p {
	background-color: #953000;
}
#tab3 .grid-gallery .grid:nth-child(4) li:first-child figure p,
#tab3 .grid-gallery .grid:nth-child(9) li:first-child figure p {
	background-color: #8d7364;
}
#tab3 .grid-gallery .grid:nth-child(5) li:first-child figure p,
#tab3 .grid-gallery .grid:nth-child(10) li:first-child figure p {
	background-color: #444444;
}

#tab3 .grid-gallery .grid li.selected figure p strong {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	   -moz-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		 -o-transform: translate(-50%, -50%);
			transform: translate(-50%, -50%);
	font-family: 'NotosansM';
	color: #fff;
	font-size: 20px;
	
}
#tab3 .grid-gallery .grid figcaption {
	padding: 7px 0;
}
#tab3 .grid-gallery .grid figcaption label {
	margin: 0;
	height: 40px;
	font-family: 'NotosansR';
	font-weight: normal;
	font-size: 14px;
	line-height: 1.65rem;
}
#tab3 .grid-gallery .grid figcaption label div.radio {
	display: inline-table;
	margin-left: -2px;
	margin-top: 1px;
	float: left;
}
#tab3 .grid-gallery .grid figure a {
	position: relative;
	float: left;
	width: 100%;
	color: #333 !important;
	-webkit-box-shadow: none;
	   -moz-box-shadow: none;
			box-shadow: none;
}
#tab3 .grid-gallery .grid figure a:hover {
	-webkit-box-shadow: none !important;
	   -moz-box-shadow: none !important;
			box-shadow: none !important;
}
#tab3 .grid-gallery .grid li {margin-bottom: 10px;}

@media (max-width: 991px) {
	.tab-content .event-list .form-control.w-30 {width: 48.5% !important;}
	.tab-content .event-list .form-control.w-60 {width: 100% !important;}
	.tab-content .event-list .form-control.w-60 + .w-30 {
		margin: 1px 0 0 !important;
		width: 100% !important;
	}
}

.reward-mall h4 {margin: 0 0 13px;}
.reward-mall h4 select {
	float: right;
	width: 89px;
	min-width: 89px;
	height: 30px;
	font-family: 'NotosansL';
	font-size: 13px;
	color: #797979;
	background: url(../../../../images/kr/shop/select_arrow.png) top 12px right 9px no-repeat !important;
	background-size: 11px !important;
	border-color: #ddd;
	margin-top: -7px;
}
.reward-mall h4 select:hover {
	border-color: #4a4a4a;
}

.reward-mall h6 {
	font-family: 'NotosansR';
	font-size: 14px;
	line-height: 20px;
	margin: -20px 0 13px;
}

.reward-mall .promotion-top {
	background-image: url(../../../../images/kr/promotion/rewardmall_top2.jpg);
	background-color: #fcf0e0;
}

.reward-mall .grid-gallery {
	padding-right: 40px;
}
.reward-mall .grid-gallery .grid {
	clear: both;
}
/* .reward-mall .grid-gallery .grid:nth-child(5n+1) li:first-child figure p { */
/* 	background-color: #cd2c22; */
/* } */
/* .reward-mall .grid-gallery .grid:nth-child(5n+2) li:first-child figure p { */
/* 	background-color: #f19049; */
/* } */
/* .reward-mall .grid-gallery .grid:nth-child(5n+3) li:first-child figure p { */
/* 	background-color: #953000; */
/* } */
/* .reward-mall .grid-gallery .grid:nth-child(5n+4) li:first-child figure p { */
/* 	background-color: #8d7364; */
/* } */
/* .reward-mall .grid-gallery .grid:nth-child(5n+5) li:first-child figure p { */
/* 	background-color: #444444; */
/* } */

.reward-mall .grid-gallery .grid li.selected figure p {
	background: #fff;
	box-shadow: 0 -5px 0px -2px #4780ed inset; 
}
.reward-mall .grid-gallery .grid li.selected figure p strong {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	   -moz-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		 -o-transform: translate(-50%, -50%);
			transform: translate(-50%, -50%);
	font-family: 'NotosansM';
	font-size: 20px;
	white-space: nowrap;
	color: #222;
	
}
.reward-mall .grid-gallery .grid li.selected figure p em {
	color: #fff;
	font-size: 12px;
	font-style: normal;
	background-color: #1e5cd2;
	padding: 1px 6px 2px;
	
}
.reward-mall .grid-gallery .grid figcaption {
	padding: 7px 0;
}
.reward-mall .grid-gallery .grid figcaption label {
	margin: 0;
	height: 40px;
	font-family: 'NotosansR';
	font-weight: normal;
	font-size: 14px;
	line-height: 1.65rem;
}
.reward-mall .grid-gallery .grid figcaption label div.radio {
	display: inline-table;
	margin-left: -2px;
	margin-top: 1px;
	float: left;
}
.reward-mall .grid-gallery .grid figure a {
	position: relative;
	float: left;
	width: 100%;
	color: #333 !important;
	cursor: default;
	-webkit-box-shadow: none;
	   -moz-box-shadow: none;
			box-shadow: none;
}
.reward-mall .grid-gallery .grid figure a:hover {
	-webkit-box-shadow: none !important;
	   -moz-box-shadow: none !important;
			box-shadow: none !important;
}
.reward-mall .grid-gallery .grid li {
	margin-bottom: 10px;
}

.reward-mall .basket {
	margin-top: -1px;
}
.reward-mall .basket h4 {margin-bottom: 20px;}
.reward-mall .basket table tr td {
	font-size: 14px;
	padding: 10px 0px !important;
}

@media (max-width: 991px) {
	.reward-mall .grid-gallery {
		padding-right: 0;
	}
	.reward-mall .grid-gallery .grid li {
		margin-bottom: 15px;
	}
	.reward-mall .panel-body-sub {padding-right: 0;}
	.reward-mall .basket {padding-left: 0;}
	.fixed_area {
		position: relative !important;
		width: 100% !important;
		height: auto !important;
		top: 0 !important;
	}
	.reward-mall h6 {
		margin: 5px 0 13px;
	}
	.reward-mall .promotion-top {
		background-position: bottom left;
    	height: 130px;
    	margin-bottom: 20px;
	}
}

@media (min-width: 992px) and (max-width: 1200px) {
	.reward-mall .grid-gallery {padding-right: 20px;}
	.reward-mall .basket {
		max-width: 300px;
	}
}

@media (min-width: 1201px) {
	.fixed_area {
		width: 100%;
	}
	.reward-mall .basket {
		max-width: 375px;
	}
}

.choice_list {
	position: relative;
}
.fixed_area {
	position: absolute;
	top: 0;
	width: auto;
}