/* .main-c {
	display: flex;
	flex-wrap: wrap;
	position: relative;
	width: 1280px;
	margin: 0 auto;
} */

.main-c .main-content {
	width: 1280px;
	margin:0 auto;
}

.main-c .main-content .section-title {
	font-weight: 700;
	font-size: 30px;
	line-height:1.5;
	text-align:center;
}

.main-c .main-content .section-title .target {
	display: inline-block;
	position: absolute;
	font-weight: 300;
	font-size: 18px;
	line-height: 1.5;
	color:#7e7e7e;
	top: 16px;
    right: 0;
}

.main-c .main-content .section-title .target::after {display: inline-block; width: 8px; height: 8px; margin: -3px 3px 0 3px; border: 1px solid #7e7e7e; border-width: 1px 1px 0 0; vertical-align: middle; -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); content: "";}

.v-banner {
	position: relative;
	overflow: hidden;
}

.v-banner .vSwiper:hover .move {
	display: block;
}

.v-banner .swiper-slide {
	position: relative;
}

.v-banner .swiper-slide .txt-wrap {
	display: flex;
	justify-content: center;
	flex-direction: column;
	/* position: absolute;
	top: 0;
	bottom: -10px;
	left: 400px; */
	pointer-events: none;
	opacity: 0;
	transition: 0.6s;
	width:1280px;
	margin:0 auto;
	position:relative;
}

.v-banner .swiper-slide .txt-wrap.active {
	bottom: 0;
	opacity: 1;
}

.v-banner .swiper-slide .txt-wrap .title {
	font-weight: 500;
	font-size: 46px;
	line-height: 70px;
	position:absolute;
	top:190px;
	font-family:"HGGGothicssi","Pretendard", sans-serif;
	left:132px;
}
.v-banner .swiper-slide .txt-wrap .title:nth-of-type(2){
	top:250px;
}

.v-banner .swiper-slide .txt-wrap .sub.line2 {
	margin-top:8px;
}
.v-banner .swiper-slide .txt-wrap .sub {
	margin-top: 40px;
	font-weight: 300;
	font-size: 22px;
	position:absolute;
	top:300px;
	left:132px;
	line-height:1.4;
	max-width:400px;
}

.v-banner .vbanner-cont {
	position: relative;
	height: 600px;
}
.v-banner .vbanner-cont figure{
	width:100%;
	background:#f8f8f8;
}
.v-banner .vbanner-cont img{
	max-width:unset;
	display:block;
	margin:0 auto;
}

.v-banner .vLayerSwiper-wrap {
	display: none;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 999;
	background-color: rgba(0, 0, 0, 0.7);
	overflow-y:auto;
}

/* .v-banner .vLayerSwiper {
	position: relative;
	height: 100%;
	width:1280px;
}

.v-banner .vLayerSwiper .swiper-slide {
	padding: 24px 75px 0;
}

.v-banner .vLayerSwiper .swiper-slide .vbanner-cont
	{
	float: left;
	width: 638px;
	height: 297px;
	margin: 0 10px 10px 0;
	overflow: hidden;
}
.v-banner .vLayerSwiper .swiper-slide .vbanner-cont figure img{
	max-width:1000px;
	transform:translateX(-20%);
}

.v-banner .vLayerSwiper .swiper-slide .vbanner-cont:nth-of-type(3n+3)
	{
	margin-right: 0;
}

.v-banner .vLayerSwiper .swiper-slide .vbanner-cont .txt-wrap
	{
	opacity: 1;
	left: 40px;
	z-index:4;
}

.v-banner .vLayerSwiper .swiper-slide .vbanner-cont .txt-wrap .title
	{
	font-size: 22px;
	line-height: 1.5;
}

.v-banner .vLayerSwiper .swiper-slide .vbanner-cont .txt-wrap .sub
	{
	display: none;
}

.v-banner .vLayerSwiper .move {
	display: block;
	position: absolute;
	top: 50%;
	width: 14px;
	transform: translateY(-50%);
	z-index: 10;
	cursor: pointer;
}

.v-banner .vLayerSwiper .move.prev {
	left: 32px;
}

.v-banner .vLayerSwiper .move.next {
	right: 32px;
}

.v-banner .vLayerSwiper .btn-close {
	position: absolute;
	bottom: 13px;
	right: 75px;
	z-index: 1;
	color: #fff;
	font-weight: 300;
	font-size: 14px;
} */
.v-banner .vLayerSwiper-wrap .mini-vbanner {
	width:1280px;
	margin:20px auto 50px;
	position: relative;
	display:flex;
	flex-wrap:wrap;
	justify-content:flex-start;
	gap:5px;
	height:auto;
}
.v-banner .vLayerSwiper-wrap .mini-vbanner .vbanner-cont
	{
	float: left;
	width: 49%;
	height: 300px;
	overflow: hidden;
}
.v-banner .vLayerSwiper-wrap .mini-vbanner .vbanner-cont figure img{
	max-width:1000px;
	transform:translateX(-20%);
}

.v-banner .vLayerSwiper-wrap .mini-vbanner .vbanner-cont:nth-of-type(3n+3)
	{
	margin-right: 0;
}

.v-banner .vLayerSwiper-wrap .mini-vbanner .vbanner-cont .txt-wrap
	{
		position:absolute;
	opacity: 1;
	left: 40px;
	z-index:4;
	top: 50%;
    transform: translateY(-50%);
}

.v-banner .vLayerSwiper-wrap .mini-vbanner .vbanner-cont .txt-wrap .title
	{
	font-size: 24px;
	line-height: 1.5;
	font-weight:500;
	font-family:"HGGGothicssi";
}

.v-banner .vLayerSwiper-wrap .mini-vbanner .vbanner-cont .txt-wrap .sub
	{
	display: none;
}

.v-banner .vLayerSwiper-wrap .move {
	display: block;
	position: absolute;
	top: 50%;
	width: 14px;
	transform: translateY(-50%);
	z-index: 10;
	cursor: pointer;
}

.v-banner .vLayerSwiper-wrap .move.prev {
	left: 32px;
}

.v-banner .vLayerSwiper-wrap .move.next {
	right: 32px;
}

.v-banner .vLayerSwiper-wrap .btn-close {
	position: absolute;
	top: 0px;
	right: -46px;
	z-index: 1;
	color: #fff;
	font-weight: 300;
	font-size: 14px;
}
.v-banner .move {
	display: none;
	position: absolute;
	top: 50%;
	width: 16px;
	transform: translateY(-50%);
	z-index: 10;
	cursor: pointer;
}

.v-banner .move.prev {
	left: 320px;
}

.v-banner .move.next {
	right: 320px;
}

.v-banner .v-side {
	display: flex;
	position: absolute;
	bottom: 40px;
	right: 415px;
	z-index: 1;
}
@media (min-width: 3400px) and (max-width:4000px) {
	.v-banner .move.prev{
		left:1060px;
	}
	.v-banner .move.next,.v-banner .v-side {
		right: 1060px;
	}
}
@media (min-width: 2800px) and (max-width:3400px) {
	.v-banner .move.prev{
		left:760px;
	}
	.v-banner .move.next,.v-banner .v-side {
		right: 760px;
	}
}
@media (min-width: 2200px) and (max-width:2800px){
	.v-banner .move.prev{
		left:560px;
	}
	.v-banner .move.next,.v-banner .v-side {
		right: 560px;
	}
}
@media (max-width: 1800px) {
	.v-banner .move.prev{
		left:200px;
	}
	.v-banner .move.next,.v-banner .v-side {
		right: 280px;
	}
}
@media (max-width: 1600px) {
	.v-banner .move.prev{
		left:80px;
	}
	.v-banner .move.next,.v-banner .v-side {
		right: 80px;
	}
}
@media (max-width: 1300px) {
	.v-banner .vSwiper:hover .move{
		display:none;
	}
}
.v-banner .v-side .vSwiper-pn {
	display: flex;
	align-items: center;
	justify-content: center;
	width: auto;
	min-width: 62px;
	height: 30px;
	padding: 0 10px;
	position: static;
	color: #fff;
	font-weight: 300;
	font-size: 14px;
	background-color: rgba(0, 0, 0, 0.3);
	border-radius: 24px;
}

.v-banner .v-side .vSwiper-pn span {
	margin: 0 5px;
	color: #fff;
	font-weight: 300;
	font-size: 14px;
}

.v-banner .v-side .btn-stop {
	width: 30px;
	height: 30px;
	margin-left: 6px;
	background: url("../../images/main/v-banner-stop.png") 50%/7px no-repeat;
	background-color: rgba(0, 0, 0, 0.3);
	border-radius: 50%;
}

.v-banner .v-side .btn-start {
	display: none;
	width: 30px;
	height: 30px;
	margin-left: 6px;
	background: url("../../images/main/v-banner-play.png") calc(50% + 2px)/7px
		no-repeat;
	background-color: rgba(0, 0, 0, 0.3);
	border-radius: 50%;
}

.v-banner .v-side .btn-more {
	display: block;
	width: 30px;
	height: 30px;
	margin-left: 6px;
	background: url("../../images/main/vbanner-more.png") 50% 4px/11px
		no-repeat;
	background-color: rgba(0, 0, 0, 0.3);
	border-radius: 50%;
}

.main-c .pd-info .price-row .d-rate {
	margin-right: 7px;
	color: #ff7600;
	font-weight: 300;
	font-size: 20px;
	line-height: 24px;
}

.main-c .main-content .thunder-deal {
	margin-top: 60px;
}

.main-c .main-content .thunder-deal .td-head {
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 80px;
	padding: 0 30px;
	border-radius: 10px 10px 0 0;
	background: transparent linear-gradient(90deg, #FFE087 0%, #E65300 100%)
		0% 0% no-repeat padding-box;
}

.main-c .main-content .thunder-deal .td-head .td-title a {
	display: inline-block;
	position: relative;
	padding-right: 20px;
	color: #333;
	font-weight: 700;
	font-size: 22px;
}

.main-c .main-content .thunder-deal .td-head .td-title a:after {
	content: "";
	position: absolute;
	top: 7px;
	right: 0;
	width: 10px;
	height: 17px;
	background: url("../../images/main/link-arrow.png") 0/100%;
}

.main-c .main-content .thunder-deal .slide-box {
	border: 1px solid #E6E6E6;
	border-top: 0;
}

.main-c .main-content .thunder-deal .td-swiper {
	padding: 20px 20px 40px;
}

.main-c .main-content .thunder-deal .td-swiper:hover .move {
	display: flex;
}

.main-c .main-content .thunder-deal .td-swiper .swiper-slide a {
	display: block;
}

.main-c .main-content .thunder-deal .td-swiper .swiper-slide .pd-name {
	margin-top: 16px;
	font-size: 16px;
	line-height: 22px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.main-c .main-content .thunder-deal .td-swiper .swiper-slide .txt-wrap {
	display: flex;
	align-items: flex-end;
	margin-top: 20px;
}

.main-c .main-content .thunder-deal .td-swiper .swiper-slide .txt-wrap .d-rate
	{
	color: #ff7600;
	font-size: 20px;
	line-height: 16px;
	margin-right: 8px;
}

.main-c .main-content .thunder-deal .td-swiper .swiper-slide .txt-wrap .sale-price
	{
	/* margin-left: 8px; */
	font-weight: 700;
	font-size: 14px;
	line-height: 16px;
}

.main-c .main-content .thunder-deal .td-swiper .swiper-slide .txt-wrap .sale-price strong
	{
	font-weight: 700;
	font-size: 20px;
	line-height: 16px;
}

.main-c .main-content .thunder-deal .td-swiper .swiper-slide .txt-wrap .origin-price
	{
	margin-left: 10px;
	color: #B3B3B3;
	font-size: 14px;
	line-height: 16px;
	text-decoration: line-through;
}

.main-c .main-content .thunder-deal .td-swiper .move {
	display: none;
	position: absolute;
	top: 104px;
	z-index: 1;
	width: 40px;
	height: 40px;
	justify-content: center;
	align-items: center;
	background-color: rgba(51, 51, 51, 0.6);
	cursor: pointer;
}

.main-c .main-content .thunder-deal .td-swiper .move img {
	width: 7px;
}

.main-c .main-content .thunder-deal .td-swiper .move.prev {
	left: 20px;
}

.main-c .main-content .thunder-deal .td-swiper .move.next {
	right: 20px;
}

.main-c .main-content .md-rcmd {
	margin-top: 100px;
	padding: 40px 0 30px;
}

.main-c .main-content .md-rcmd .chips-wrapper {
	margin-top: 35px;
}

.main-c .main-content .md-rcmd .chips-wrapper .chipSwiper {
	margin: 0 20px;
}

.main-c .main-content .md-rcmd .chips-wrapper .chip-move.prev {
	left: 20px;
}

.main-c .main-content .md-rcmd .chips-wrapper .chip-move.next {
	right: 20px;
}

.main-c .main-content .md-rcmd .md-tab-cont {
	display: none;
}

.main-c .main-content .md-rcmd .md-tab-cont.active {
	display: block;
}

.main-c .main-content .md-rcmd .tab-title {
	margin: 36px 0;
	font-weight: 400;
	font-size: 20px;
	line-height: 24px;
	text-align: center;
}

.main-c .main-content .md-rcmd .md-list {
	display: flex;
	flex-wrap: wrap;
	margin-top: 30px;
	padding: 0 20px;
	row-gap: 30px;
}

.main-c .main-content .md-rcmd .md-list li {
	position: relative;
	width: 150px;
	margin-right: 32px;
}

.main-c .main-content .md-rcmd .md-list li:nth-child(5n) {
	margin-right: 0;
}

.main-c .main-content .md-rcmd .md-list li a {
	display: block;
}

.main-c .main-content .md-rcmd .md-list li .pd-name {
	margin-top: 16px;
	font-size: 16px;
	line-height: 22px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.main-c .main-content .md-rcmd .md-list li .txt-wrap {
	display: flex;
	margin-top: 12px;
	letter-spacing: -0.4px;
}

.main-c .main-content .md-rcmd .md-list li .txt-wrap .d-rate {
	margin-right: 7px;
	color: #ff7600;
	font-weight: 300;
	font-size: 20px;
	line-height: 24px;
}

.main-c .main-content .md-rcmd .md-list li .txt-wrap .sale-price {
	font-weight: 700;
	font-size: 20px;
	line-height: 24px;
}
.main-c .banner-box-2 {
    display: flex;
	justify-content: space-between;
	margin-top:100px;
}
.main-c .main-content .some-ban {
	border-radius: 10px;
	overflow: hidden;
	width:49%;
}

.main-c .main-content .some-ban a {
	position: relative;
}

.main-c .main-content .some-ban a .txt-wrap {
	display: flex;
	align-items: center;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	padding-left: 30px;
}

.main-c .main-content .some-ban a .txt {
	font-size: 24px;
	line-height: 34px;
}

.main-c .main-content .some-ban a .txt strong {
	display: block;
	font-weight: 600;
	font-size: 1em;
}

.main-c .main-content .new-pd {
	display: flex;
	justify-content: space-between;
	margin-top: 100px;
}

.main-c .main-content .new-pd .week-col {
	position: relative;
	width: 490px;
}

.main-c .main-content .new-pd .week-col .new-pd-list {
	display: flex;
	flex-wrap: wrap;
	margin-top: -40px;
	margin-left: -20px;
	padding-top: 25px;
}

.main-c .main-content .new-pd .week-col .new-pd-list .list-item {
	position: relative;
	width: 150px;
	margin-top: 40px;
	margin-left: 20px;
}

.main-c .main-content .new-pd .week-col .new-pd-list .img {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 150px;
	height: 150px;
}

.main-c .main-content .new-pd .week-col .new-pd-list .img img {
	width: 100%;
}

.main-c .main-content .new-pd .week-col .new-pd-list .pd-info {
	margin-top: 8px;
}

.main-c .main-content .new-pd .week-col .new-pd-list .pd-name {
	font-size: 16px;
	text-overflow: ellipsis;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	line-height: 22px;
	height: 44px;
}

.main-c .main-content .new-pd .week-col .new-pd-list .price-row {
	display: flex;
	margin-top: 12px;
}

.main-c .main-content .new-pd .week-col .new-pd-list .price-row .price {
	font-weight: 700;
	font-size: 14px;
	line-height: 24px;
	letter-spacing: -0.28px;
}

.main-c .main-content .new-pd .week-col .new-pd-list .price-row .price strong
	{
	font-weight: 700;
	font-size: 20px;
	letter-spacing: -0.4px;
}

.main-c .main-content .new-pd .time-col {
	width: 410px;
}

.main-c .main-content .new-pd .time-col .pd-box {
	height: 512px;
	/* margin-top: 25px; */
	border: 1px solid #E6E6E6;
}

.main-c .main-content .new-pd .time-col .pd-box .img-wrap {
	position: relative;
}

.main-c .main-content .new-pd .time-col .pd-box .img-wrap .time-cnt {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 50px;
	position: absolute;
	bottom: 0;
	left: -1px;
	right: -1px;
	background-color: rgba(255, 118, 0, 0.7);
}

.main-c .main-content .new-pd .time-col .pd-box .img-wrap .time-cnt .txt
	{
	display: flex;
	color: #fff;
	font-weight: 600;
	font-size: 22px;
}

.main-c .main-content .new-pd .time-col .pd-box .img-wrap .time-cnt .second
	{
	margin-right: 5px;
}

.main-c .main-content .new-pd .time-col .pd-box .img-wrap .time-cnt span
	{
	color: #fff;
	font-weight: 600;
	font-size: 22px;
}

.main-c .main-content .new-pd .time-col .pd-box .pd-img {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 410px;
	height: 350px;
	overflow: hidden;
}
/* .main-c .main-content .new-pd .time-col .pd-box .pd-img img {
	max-width: none;
} */
.main-c .main-content .new-pd .time-col .pd-box .pd-info {
	padding: 20px 20px 42px;
}

.main-c .main-content .new-pd .time-col .pd-box .pd-info .pd-name {
	font-size: 18px;
	line-height: 26px;
	text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.main-c .main-content .new-pd .time-col .pd-box .pd-info .price-row {
	display: flex;
	align-items: baseline;
	margin-top: 20px;
}

.main-c .main-content .new-pd .time-col .pd-box .pd-info .price-row .d-rate
	{
	margin-right: 11px;
	color: #ff7600;
	font-weight: 300;
	font-size: 26px;
}

.main-c .main-content .new-pd .time-col .pd-box .pd-info .price-row .price
	{
	margin-right: 10px;
	font-weight: 700;
	font-size: 17px;
	letter-spacing: -0.34px;
}

.main-c .main-content .new-pd .time-col .pd-box .pd-info .price-row .price strong
	{
	font-weight: 700;
	font-size: 26px;
	letter-spacing: -0.52px;
}

.main-c .main-content .new-pd .time-col .pd-box .pd-info .price-row .origin-price
	{
	color: #B3B3B3;
	font-weight: 300;
	font-size: 14px;
	text-decoration: line-through;
}

.main-c .main-content .main-banner {
	margin-top: 100px;
	height: 120px;
    overflow: hidden;
    border-radius: 10px; 
}

.main-c .main-content .big-thumb-swipe {
	margin-top: 100px;
}

.main-c .main-content .big-thumb-swipe .thumb-wrap {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 20px;
}

.main-c .main-content .big-thumb-swipe .big-thumb {
	position: relative;
	width: 452px;
	height: 235px;
}

.main-c .main-content .big-thumb-swipe .big-thumb .tag {
	display: flex;
	align-items: center;
	height: 30px;
	position: absolute;
	top: 8px;
	left: 8px;
	padding: 0 10px;
	color: #fff;
	font-weight: 300;
	font-size: 12px;
	border-radius: 4px;
	background-color: #ff7600;
}

.main-c .main-content .big-thumb-swipe .big-thumb .txt-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	padding-left: 20px;
	padding-bottom: 20px;
	z-index: 1;
}

.main-c .main-content .big-thumb-swipe .big-thumb .pd-name {
	color: #fff;
	font-weight: 500;
	font-size: 18px;
	line-height: 21px;
}

.main-c .main-content .big-thumb-swipe .big-thumb .price {
	margin-top: 10px;
	color: #fff;
	font-weight: 700;
	font-size: 14px;
	line-height: 24px;
	letter-spacing: -0.28px;
}

.main-c .main-content .big-thumb-swipe .big-thumb .price .sale-per {
	margin-right: 10px;
	font-size: 20px;
	color: #FE7600;
	letter-spacing: -0.4px;
	font-weight: 300;
}

.main-c .main-content .big-thumb-swipe .big-thumb .price strong {
	color: #fff;
	font-weight: 700;
	font-size: 20px;
	letter-spacing: -0.4px;
}

.main-c .main-content .big-thumb-swipe .big-thumb .thumb-sbj {
	color: #fff;
	font-weight: 500;
	font-size: 20px;
	line-height: 24px;
}

.main-c .main-content .big-thumb-swipe .gallery-list {
	position: relative;
	width: calc(100% - 472px);
}

.main-c .main-content .big-thumb-swipe .gallery-list .swiper-slide {
	width: 150px;
}

.main-c .main-content .big-thumb-swipe .gallery-list .swiper-slide a {
	display: block;
}

.main-c .main-content .big-thumb-swipe .gallery-list .swiper-slide a figure
	{
	display: flex;
	justify-content: center;
	align-items: center;
	height: 150px;
}

.main-c .main-content .big-thumb-swipe .gallery-list .swiper-slide .pd-name
	{
	margin-top: 8px;
	font-size: 16px;
	text-overflow: ellipsis;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	line-height: 22px;
	height: 44px;
	margin-bottom: 10px;
}

.main-c .main-content .big-thumb-swipe .gallery-list .swiper-slide .price
	{
	margin-top: 10px;
	font-weight: 700;
	font-size: 14px;
	line-height: 24px;
	letter-spacing: -0.28px;
}

.main-c .main-content .big-thumb-swipe .gallery-list .swiper-slide .price strong
	{
	font-weight: 700;
	font-size: 20px;
	letter-spacing: -0.4px;
}

.main-c .main-content .card-section {
	margin-top: 100px;
}

.main-c .main-content .card-section .card-wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 20px;
}

.main-c .main-content .card-section .card-cont {
	width: 290px;
}

.main-c .main-content .card-section .card-cont .card-title {
	display: flex;
	height: 31px;
	align-items: baseline;
	font-weight: 400;
	font-size: 18px;
	line-height: 21px;
}

.main-c .main-content .card-section .card-cont .card-title strong {
	margin-right: 10px;
	font-weight: 700;
	font-size: 26px;
	line-height: 31px;
}

.main-c .main-content .card-section .card-cont ul {
	margin-top: 20px;
}

.main-c .main-content .card-section .card-cont ul li {
	position: relative;
	margin-bottom: 16px;
}

.main-c .main-content .card-section .card-cont ul li:last-child {
	margin-bottom: 0;
}

.main-c .main-content .card-section .card-cont ul a {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.main-c .main-content .card-section .card-cont ul figure {
	width: 100px;
	height: 100px;
}

.main-c .main-content .card-section .card-cont ul .pd-info {
	width: 140px;
	margin-left: 18px;
}

.main-c .main-content .card-section .card-cont ul .pd-name {
	display: block;
	font-size: 16px;
	text-overflow: ellipsis;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	line-height: 22px;
	height: 42px;
}

.main-c .main-content .card-section .card-cont ul .price {
	display: inline-block;
	margin-top: 16px;
	font-weight: 700;
	font-size: 18px;
	line-height: 21px;
}

.main-c .main-content .theme {
	margin-top: 100px;
	position:relative;
}

.main-c .main-content .theme .theme-swiper {
	position: relative;
	margin-top: 40px;
}

.main-c .main-content .theme .theme-swiper:hover .move {
	display: block;
}
.main-c .main-content .theme .theme-swiper:hover .move.none {
	display: none;
}

.main-c .main-content .theme .theme-swiper .swiper-slide a {
	display: block;
}

.main-c .main-content .theme .theme-swiper .swiper-slide .theme-txt {
	margin-top: 14px;
	font-size: 20px;
	line-height: 24px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.main-c .main-content .theme .theme-swiper .swiper-slide .theme-txt-date {
	margin-top: 10px;
	font-size: 16px;
	line-height: 1.5;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
	color:#7e7e7e;
}
.main-c .main-content .theme .move {
	display: none;
	position: absolute;
	top: 90px;
	z-index: 1;
	width: 44px;
	height: 44px;
	background-size: 8px;
	background-repeat: no-repeat;
	background-position: 50%;
	background-color: rgba(51, 51, 51, 0.6);
	cursor: pointer;
}

.main-c .main-content .theme .move.prev {
	left: 0;
	background-image: url("../../images/main/theme-prev.png");
}

.main-c .main-content .theme .move.next {
	right: 0;
	background-image: url("../../images/main/theme-next.png");
}

.main-c .main-content .td-goods {
	position: relative;
	margin-top: 100px;
}

.main-c .main-content .td-goods .td-goods-list {
	display: flex;
	flex-wrap: wrap;
	margin-top: 35px;
}

.main-c .main-content .td-goods .td-goods-list li {
	width: 211px;
	margin: 0 25px 30px 0;
}

.main-c .main-content .td-goods .td-goods-list li:nth-of-type(4n+4) {
	margin-right: 0;
}

.main-c .main-content .td-goods .td-goods-list li a {
	display: block;
}

.main-c .main-content .td-goods .td-goods-list li .pd-name {
	margin-top: 16px;
	font-size: 16px;
	line-height: 22px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.main-c .main-content .td-goods .td-goods-list li .txt-wrap {
	display: flex;
	align-items: flex-end;
	margin-top: 20px;
}

.main-c .main-content .td-goods .td-goods-list li .txt-wrap .d-rate {
	color: #ff7600;
	font-size: 20px;
	line-height: 16px;
	margin-right: 8px;
}

.main-c .main-content .td-goods .td-goods-list li .txt-wrap .sale-price
	{
	/* margin-left: 8px; */
	font-weight: 700;
	font-size: 14px;
	line-height: 16px;
}

.main-c .main-content .td-goods .td-goods-list li .txt-wrap .sale-price strong
	{
	font-weight: 700;
	font-size: 20px;
	line-height: 16px;
}

.main-c .main-content .td-goods .td-goods-list li .txt-wrap .origin-price
	{
	margin-left: 10px;
	color: #B3B3B3;
	font-size: 14px;
	line-height: 16px;
	text-decoration: line-through;
}

.main-c .main-content .btn-row a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 50px;
	color: #333;
	font-weight: 300;
	font-size: 16px;
	border: 1px solid #E6E6E6;
}

.main-c .main-content .picks {
	margin-top: 100px;
	position:relative;
}

.main-c .main-content .picks .picks-swiper {
	margin-left: 1px;
	position:relative;
}

.main-c .main-content .picks .picks-swiper:hover .move {
	display: block;
}

/* .main-c .main-content .picks .picks-swiper .swiper-slide {
	border: 1px solid #E6E6E6;
}

.main-c .main-content .picks .picks-swiper .swiper-slide figure {
	height: 200px;
	overflow: hidden;
}

.main-c .main-content .picks .picks-swiper .swiper-slide figure img {
	transform: translateY(-50px);
}

.main-c .main-content .picks .picks-swiper .txt-wrap {
	max-height: 204px;
	padding: 20px;
}

.main-c .main-content .picks .picks-swiper .pd-name {
	font-size: 20px;
	line-height: 26px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.main-c .main-content .picks .picks-swiper .pd-name strong {
	font-weight: 700;
	font-size: 1em;
}

.main-c .main-content .picks .picks-swiper .point {
	display: flex;
	align-items: center;
	margin-top: 16px;
}

.main-c .main-content .picks .picks-swiper .point img {
	width: 12px;
}

.main-c .main-content .picks .picks-swiper .cont-txt {
	margin-top: 14px;
	font-size: 16px;
	text-overflow: ellipsis;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	line-height: 22px;
	height: 66px;
	letter-spacing: -0.32px;
} */

.main-c .main-content .picks .move {
	display: none;
	position: absolute;
	top: 120px;
	z-index: 4;
	width: 44px;
	height: 44px;
	background-size: 8px;
	background-repeat: no-repeat;
	background-position: 50%;
	background-color: rgba(51, 51, 51, 0.6);
	cursor: pointer;
}

.main-c .main-content .picks .move.prev {
	left: 0;
	background-image: url("../../images/main/theme-prev.png");
}

.main-c .main-content .picks .move.next {
	right: 0;
	background-image: url("../../images/main/theme-next.png");
}

.main-c .main-content .chips-wrapper {
	position: relative;
}

.main-c .main-content .chips-wrapper .chipSwiper {
	margin: 30px 0 0;
	padding: 0 25px;
}

.main-c .main-content .chips-wrapper .chipSwiper .swiper-wrapper.center
	{
	justify-content: center;
}

.main-c .main-content .chips-wrapper .chipSwiper .swiper-slide {
	width: auto;
}

.main-c .main-content .chips-wrapper .chipSwiper .swiper-slide .chip-ctgr
	{
	display: flex;
	align-items: center;
	height: 35px;
	line-height:35px;
	padding: 4px 20px;
	font-size: 18px;
	border: 1px solid #F3F3F3;
	background:#F3F3F3;
	border-radius: 16px;
	letter-spacing: -0.36px;
	color:var(--green);
}

.main-c .main-content .chips-wrapper .chipSwiper .swiper-slide .chip-ctgr:hover
	{
	color: #fff;
	background-color: var(--green);
	border-color: var(--green);
}

.main-c .main-content .chips-wrapper .chipSwiper .swiper-slide .chip-ctgr.active
	{
	color: #fff;
	background-color: var(--green);
	border-color: var(--green);
}

.main-c .main-content .chips-wrapper .chip-move {
	position: absolute;
	top: 8px;
	width: 20px;
	height: 20px;
	cursor: pointer;
	z-index: 4;
}

.main-c .main-content .chips-wrapper .chip-move img {
	width: 7px;
}

.main-c .main-content .chips-wrapper .chip-move.prev {
	left: 0;
	text-align: left;
}

.main-c .main-content .chips-wrapper .chip-move.next {
	right: 0;
	text-align: right;
}

.main-c .main-content .chips-wrapper .right-square {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 50px;
	height: 31px;
	background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%,
		rgb(255, 255, 255) 100%);
	z-index: 2;
}

.main-c .main-content .chips-wrapper .left-square {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 50px;
	height: 35px;
	background: linear-gradient(90deg, rgb(255, 255, 255) 0%,
		rgba(255, 255, 255, 0) 100%);
	z-index: 2;
}

.main-c .main-side {
	position: absolute;
	right: 50%;
	width: 339px;
	z-index: 20;
	margin-right: -640px;
	padding: 20px 0 0 20px;
	transition: 0.3s;
}

.main-c .main-side.fixed {
	position: fixed;
	top: 0;
}

.main-c .main-side.bottom {
	position: absolute;
	top: auto;
	bottom: 0;
}

.main-c .main-side .side-inner {
	padding-bottom: 20px;
}

.main-c .main-side .sideSwiper {
	position: relative;
	border-radius: 10px;
	overflow: hidden;
}

.main-c .main-side .sideSwiper .swiper-slide {
	border-radius: 10px;
	overflow: hidden;
}

.main-c .main-side .sideSwiper .swiper-slide .txt-wrap {
	display: flex;
	flex-direction: column;
	justify-content: center;
	position: absolute;
	top: 0;
	left: 28px;
	height: 100%;
	pointer-events: none;
}

.main-c .main-side .sideSwiper .swiper-slide .txt-wrap .title {
	font-weight: 700;
	font-size: 23px;
	line-height: 30px;
	letter-spacing: -0.23px;
}

.main-c .main-side .sideSwiper .swiper-slide .txt-wrap .sub {
	margin-top: 18px;
	font-weight: 300;
	font-size: 12px;
	line-height: 24px;
}

.main-c .main-side .sideSwiper .swiper-slide figure {
	font-size: 0;
}

.main-c .main-side .sideSwiper:hover .move {
	display: block;
}

.main-c .main-side .sideSwiper .move {
	display: none;
	position: absolute;
	top: 50%;
	width: 14px;
	z-index: 1;
	transform: translateY(-50%);
	cursor: pointer;
	text-align: center;
}

.main-c .main-side .sideSwiper .move img {
	width: 7px;
}

.main-c .main-side .sideSwiper .move.next {
	right: 6px;
}

.main-c .main-side .sideSwiper .move.prev {
	left: 6px;
}

.main-c .main-side .sideSwiper .sideSwiper-pn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	bottom: 10px;
	left: auto;
	right: 10px;
	width: 42px;
	height: 26px;
	border-radius: 24px;
	background-color: rgba(0, 0, 0, 0.2);
	color: #fff;
	font-weight: 300;
	font-size: 12px;
}

.main-c .main-side .sideSwiper .sideSwiper-pn span {
	margin: 0 3px;
	color: #fff;
	font-weight: 300;
	font-size: 12px;
}

.main-c .main-side .side-ban {
	margin-top: 22px;
	border-radius: 10px;
	overflow: hidden;
}

.main-c .main-side .lately-pd {
	position: relative;
	margin-top: 50px;
}

.main-c .main-side .lately-pd .lately-tit {
	font-weight: 600;
	font-size: 20px;
	line-height: 24px;
}

.main-c .main-side .lately-pd .latelySwiper {
	margin-top: 16px;
}

.main-c .main-side .lately-pd .latelySwiper .swiper-slide figure {
	font-size: 0;
}

.main-c .main-side .lately-pd .lately-move {
	display: flex;
	align-items: center;
	position: absolute;
	top: 0;
	right: 0;
}

.main-c .main-side .lately-pd .lately-move .move {
	width: 16px;
	text-align: center;
	cursor: pointer;
}

.main-c .main-side .lately-pd .lately-move .move img {
	width: 6px;
}

.main-c .main-side .lately-pd .lately-move .prev {
	order: 1;
}

.main-c .main-side .lately-pd .lately-move .next {
	order: 3;
}

.main-c .main-side .lately-pd .lately-move .latelySwiper-pn {
	display: flex;
	align-items: center;
	order: 2;
	position: static;
	width: auto;
	color: #7E7E7E;
	font-weight: 300;
	font-size: 14px;
}

.main-c .main-side .lately-pd .lately-move .latelySwiper-pn span {
	width: 16px;
	margin: 0 2px;
	color: #7E7E7E;
	font-weight: 300;
	font-size: 14px;
}

.main-c .main-side .lately-pd .pd-name {
	margin-top: 8px;
	font-size: 14px;
	text-overflow: ellipsis;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	line-height: 18px;
	height: 36px;
	margin-bottom: 10px;
}

.main-c .main-side .lately-pd .price {
	/*display: block;*/
	margin-top: 10px;
	font-weight: 700;
	font-size: 15px;
	line-height: 24px;
	letter-spacing: -0.32px;
}

.main-c .main-side .lately-pd .d-rate {
	margin-right: 0;
	font-size: 14px;
}

.popup-toast {
	position: fixed;
	bottom: 0;
	left: 50px;
	z-index: 90;
	transition: 0.3s;
	transform: translateY(100%);
}

.popup-toast.active {
	bottom: 0;
	transform: translateY(0);
}

.popup-toast .toast-content {
	position: relative;
	width: 410px;
}

.popup-toast .popupToastSwiper .swiper-slide {
	font-size: 0;
}

.popup-toast .popupToastSwiper .pagination {
	display: flex;
	align-items: center;
	height: 26px;
	position: absolute;
	bottom: 12px;
	left: auto;
	right: 10px;
	z-index: 1;
	width: auto;
	padding: 0 10px;
	color: #fff;
	font-weight: 300;
	font-size: 12px;
	background-color: rgba(0, 0, 0, 0.18);
	border-radius: 24px;
}

.popup-toast .popupToastSwiper .pagination span {
	margin: 0 2px;
	color: #fff;
	font-weight: 300;
	font-size: 12px;
}

.popup-toast .bottom-row {
	height: 36px;
	padding: 0 15px;
	background-color: #333;
}

.popup-toast .bottom-row button {
	color: #E6E6E6;
}

.popup-toast .bottom-row .btn-close-today {
	color: #E6E6E6;
}

/* 별점 */
.star-rating {
	position: relative;
}

.star-rating input {
	position: absolute;
	opacity: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	border: 0 none;
	outline: 0 none;
	z-index: 10;
}

.star-rating .stars {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
body .box-12 {
	width: 12px;
	height: 12px;
}

.icon.icon-star {
	background-image: url(../../images/renew_2021/star_step.png);
	background-repeat: no-repeat;
	background-size: auto 100%;
	background-position: 0 0;
}

.icon.icon-star.gradient0 {
	background-position: 0% 0;
}

.icon.icon-star.gradient1 {
	background-position: 10% 0;
}

.icon.icon-star.gradient2 {
	background-position: 20% 0;
}

.icon.icon-star.gradient3 {
	background-position: 30% 0;
}

.icon.icon-star.gradient4 {
	background-position: 40% 0;
}

.icon.icon-star.gradient5 {
	background-position: 50% 0;
}

.icon.icon-star.gradient6 {
	background-position: 60% 0;
}

.icon.icon-star.gradient7 {
	background-position: 70% 0;
}

.icon.icon-star.gradient8 {
	background-position: 80% 0;
}

.icon.icon-star.gradient9 {
	background-position: 90% 0;
}

.icon.icon-star.gradient10 {
	background-position: 100% 0;
}

.star-rating .stars i:last-child {
	margin-right: 0;
}

.flag_tbc {
	display: inline-block;
	border-radius: 3px;
	letter-spacing: -0.28px;
	font-size: 13px;
	padding: 3px 5px;
	border: 1px solid #e1e1e1;
	margin-right: 3px;
	margin-top: 8px;
	color: #6A6A6A;
	background-color: #ffffff;
}

.nineteen {
	color: #ffffff;
	background-color: #ff7600;
	border-color: #ff7600;
	border-radius: 4px;
	position: absolute;
	padding: 5px 7px;
	top: 0;
	left: 8px;
	font-size: 12px;
	opacity: .9;
}

.timeSwiper {
	margin-top: 25px;
}

.timeSwiper .swiper {
	width: 100%;
	height: 360px;
	position: relative;
	overflow: visible;
}

.timeSwiper .swiper-slide {
	width: 100%;
	height: 100%;
}

.timeSwiper .swiper-slide img {
	display: block;
	width: 100%;
	width: 480px;
	height: 100%;
	object-fit: cover;
}

.timeSwiper .swiper-slide {
	opacity: 0.5;
	transition: opacity 0.5s;
}

.timeSwiper .swiper-slide-active {
	opacity: 1;
}

.timeSwiper .changing {
	transition: opacity 0.3s;
	pointer-events: none;
}

.timeSwiper .changed {
	transition: none;
}

.timeSwiper .swiper-pagination {
	position: absolute;
	bottom: -30px;
	text-align: left;
}

.timeSwiper .swiper-button-next, .timeSwiper .swiper-button-prev {
	top: 50%;
}

.timeSwiper .swiper-button-prev {
	transform: translateX(-200%);
}

.timeSwiper .swiper-button-next {
	transform: translateX(200%);
}

.timeSwiper .custom-fraction {
	position: absolute;
	top: 0;
	right: 0;
	margin: 10px;
	padding: 5px 10px;
	background: rgba(0, 0, 0, .5);
	border-radius: 15px;
	color: #fff;
	font-size: 14px;
	z-index: 2;
}

.timeSwiper .custom-fraction span {
	color: #fff;
}
/* 아르르 */
.main-c .main-content .quick-menu{
	margin:60px 0 75px;
}
.main-c .main-content .quick-menu .menu-box{
	display: flex;
    width: 1280px;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    column-gap: 30px;
}
.main-c .main-content .quick-menu .menu-box .m-item a{
	display:block;
}
.main-c .main-content .quick-menu .menu-box .m-item span{
	display: block;
	text-align: center;
	margin-top:12px;
	font-size:16px;
	font-family:"HGGGothicssi";
	font-weight:400;
}
.main-c .main-content .quick-menu .menu-box .m-item img{
	width:84px;
}
.brand-st {
	margin-top: 100px;
    background: #f7f6f2;
	height:560px;
	width:100%;
	position:relative;
}
.brand-st .main-content{
	display:flex;
	align-items: center;
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
}
.brand-st .item-box h3{
	color: var(--green);
	font-size:36px;
	margin-bottom: 10px;
}
.brand-st .item-box p{
	color:var(--green);
	line-height:1.6;
	font-size:18px;
	margin-bottom:20px;
}
.brand-st .item-box .bs-btn{
	color:#fff;
	background:var(--green);
	width:206px;
	height:50px;
	line-height:50px;
	text-align:center;
	font-size:18px;
	display:block;
}
.brand-st span.bs-bg {
	display: block;
    width: 100%;
    max-width: 400px;
    height: 560px;
    background: #f7f6f2;
    position: absolute;
    z-index: -1;
    top: 0;
    left: -310px;
}
.brand-st span.bs-bg.right{
	left:1190px;
}
@media (max-width: 1700px) {
	.brand-st span.bs-bg.right{
		left:1080px;
	}
  }
@media (max-width: 1500px) {
	.brand-st span.bs-bg.right{
		left:980px;
	}
  }
@media (max-width: 1280px) {
	.brand-st span.bs-bg.right{
		display:none;
	}
  }
.main-content .list-area{
	margin:100px 0;
}
.main-content .list-area .arrr_title{
	margin-bottom:40px;
	text-align:center;
}
.main-content .list-area .arrr_title h2{
	font-size:30px;
	margin-bottom:14px;
}
.main-content .list-area .arrr_title p{
	font-size:18px;
	color:#7e7e7e;
}
.main-content .list-swiper ul.product_list{
	flex-wrap:nowrap;
}
.main-content .list-swiper:hover .move {
	display: block;
}
.main-content .list-swiper .move {
	display: none;
	position: absolute;
	top: 120px;
	z-index: 4;
	width: 44px;
	height: 44px;
	background-size: 8px;
	background-repeat: no-repeat;
	background-position: 50%;
	background-color: rgba(51, 51, 51, 0.6);
	cursor: pointer;
}
.main-content .list-swiper .move.prev {
	left: 0;
	background-image: url("../../images/main/theme-prev.png");
}
.main-content .list-swiper .move.next {
	right: 0;
	background-image: url("../../images/main/theme-next.png");
}
.main-content .review_list{
	min-height:440px;
	display:flex;
	margin-top:40px;
}
.review_list .review_item {
	position: relative;
	width: 280px;
	min-height: 435px;
	margin-right: 53px;
	margin-bottom: 50px;
	background: #fff;
	text-align: left;
	border: 1px solid #F0F0F0;
    overflow: hidden;
}
.review_list .review_item:nth-child(4n) {
	margin-right: 0;
}
.review_list .review_item>a {
	position: relative;
	display: block;
	width: 280px;
	height: auto;
	z-index: 10;
	text-decoration: none;	
}
.review_list .review_item a img {
	width: 100%;
    display:block;
    position:absolute;
    top:50%;
    transform:translateY(-50%);
}
.review_list .review_item .txt-wrap {
	padding: 14px;
}
.review_list .review_item .txt-wrap .pd-name {
	font-size: 20px;
	line-height: 26px;
}
.review_list .review_item .txt-wrap .pd-name strong {
	font-weight: 700;
	font-size: 1em;
}
.review_list .review_item .point {
	display: flex;
	align-items: center;
}
.review_list .review_item .point img {
	width: 12px;
}
.review_list .review_item .name {
	font-size: 14px;
	color: #333;
}
.review_list .review_item .cont-txt {
	margin-top: 12px;
	font-size: 14px;
	text-overflow: ellipsis;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	line-height: 20px;
	height: 60px;
	letter-spacing: -0.32px;
}
.review_list .review_item .view-more {
	display: block;
	margin-top: 14px;	
	font-size: 13px;
	color: #7E7E7E;
	text-align: right;
	text-decoration: underline;
}
.review_list .review_item .txt-wrap .pd-item {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 14px;
	padding-top: 14px;
	border-top: 1px solid #F2F3F4;
}
.review_list .review_item .txt-wrap .pd-item .img {
	width: 67px;
	height: 67px;	
	background: #bbbbbb;
	border-radius: 10px;
	overflow: hidden;
    position:relative;
}
.review_list .review_item .txt-wrap .pd-item .img img{
    height:100%;
    opacity:.9;
}
.review_list .review_item .txt-wrap .pd-item .info {
	width: 168px;
	height: 60px;
	display: flex;
	flex-wrap:wrap;
	align-items:center;
	padding-left:12px;
}
.review_list .review_item .txt-wrap .pd-item .info p {
	width: 100%;
	height: 22px;
	line-height: 22px;
	font-size: 14px;
	color: #333333;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.review_list .review_item .txt-wrap .pd-item .info span {
	font-size: 18px;
	color: #333333;
	line-height: 24px;
	letter-spacing: -0.4px;
}
.review_list .review_item .txt-wrap .pd-item .info span strong {
	font-weight: bold;
}
.review_list .review_item .txt-wrap .pd-item .info span .d-rate {
    color: #ff7600;
    font-size: 18px;
    line-height: 21px;
    margin-right: 8px;
}
.review_list .review_item .txt-wrap .pd-item .info .star_rating {
	display: block;
}
.review_list .review_item .txt-wrap .pd-item .info .star_rating .icon {
	display: inline-block;
	width: 10px;
	height: 10px;
	background: url(../../images/renew_2021/icon_star.png) no-repeat 0 50%;
}
.review_list .review_item .txt-wrap .pd-item .info .star_rating .grade {
	font-size: 13px;
	color: #333333;
}
.review_list .review_item .txt-wrap .pd-item .info .star_rating .review {
	margin-left: 5px;
	font-size: 13px;
	color: #999999;
	padding: 0;
	background: none;
}
.review_list .review_item .pic {
    position: relative;
    width: 100%;
    height: 200px;
    overflow: hidden;
}
.review_list .review_item .pic .detail_ico {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    font-size: 0;
    line-height: 0;
    transition: opacity .25s ease-in-out;
    opacity: 0;
}
.review_list .review_item:hover .pic .detail_ico {
	opacity: 1;
}
.review_list .review_item a .pic .detail_ico .txt {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 40px;
    height: 40px;
    margin-top: -20px;
    margin-left: -20px;
    background: url(../../images/photoreview/icon_zoom.svg) no-repeat 0 0;
    z-index: 20;
    font-size: 18px;
    line-height: 1;
    color: #fff;
    text-align: center;
    font-weight: 400;
    letter-spacing: -1px;
}
.review_list .review_item a .pic .detail_ico .bg {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    z-index: 10;
    -moz-opacity: .4;
    -khtml-opacity: .4;
    opacity: .4;
}
.review_list .review_item .pic .num {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 30px;
	height: 30px;	
	font-size: 12px;
	letter-spacing: -0.24px;
	color: #fff;
	line-height: 30px;
	text-align: center;
	background: #000;
    z-index: 10;
    -moz-opacity: .8;
    -khtml-opacity: .8;
    opacity: .8;
}
.pop-rv {
	position: fixed;
    display: none;
    top: 0;
    left: 0;
    cursor: pointer;
    width: 100%;
    height: 100%;
    z-index: 101;
}
.pop-rv .pop-rv-wrapper {
	position: relative;
	top: 50%;
	left: 50%;
	width: 800px;
	margin-top: -250px;
	margin-left: -400px;	
	z-index: 101;
}
.pop-rv .pop-rv-wrapper .img_after {
    position: absolute;
    top: -40px;
    right: -40px;
    width: 40px;
    height: 40px;
    background: #080808 url(../../images/photoreview/layer_close.svg) no-repeat center center;
    border-radius: 100%;
    z-index: 105;
}
.pop-rv .pop-rv-wrapper .swiper {
	position: relative;
    width: 400px;
    height: 500px;        
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    overflow: hidden;
}
.pop-rv .pop-rv-wrapper .swiper .swiper-slide {	
	position: relative;
    width: 100%;
    height: 500px;
    text-align: center;
    font-size: 18px;
    border-radius: 10px;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.pop-rv .pop-rv-wrapper .swiper .swiper-slide::after {
	content: "";
	position: absolute;
    top: 0;
    left: 0;
	width: 100%;
    height: 100%;    
    background: #000;
    z-index: -1;
    opacity: 0.6;
}
.pop-rv .pop-rv-wrapper .swiper .swiper-slide img {
    display: block;
    width: 100%;
    /* height: 100%; */
    /* object-fit: cover; */
}
.pop-rv .dimm{
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0,0,0,.6);
    width: 100%;
    height: 100%;
}
.rvPopSwiper {
	float: left;
}
.rvPopSwiper .swiper-button-next,
.rvPopSwiper .swiper-button-prev {
    position: absolute;
    top: 50%;
    z-index: 1;
    width: 40px;
    height: 40px;
    margin-top: -20px;
    background-repeat: no-repeat;
    background-position: 50%;
    background-color: rgba(51, 51, 51, 0.6);
    background-size: 10px 17px;
    cursor: pointer;
}
.rvPopSwiper .swiper-button-next:after, .rvPopSwiper .swiper-button-prev:after {
	display: none;
}
.rvPopSwiper .custom-fraction {
	position: absolute;
    right: 0;
    bottom: 0;
	width: 62px;
    height: 30px;
    margin: 20px;
    font-size: 14px;
    background-color: rgba(51, 51, 51, 0.6);
    border-radius: 24px;
    text-align: center;
    line-height: 30px;
    color: #fff;
    z-index: 99;
}
.rvPopSwiper .custom-fraction span {
	font-size: 14px;
	color: #fff;
}
.btn-wrapper {
    margin-top:50px;
}
.main-c .main-side .sideSwiper .move {
	display: none;
	position: absolute;
	top: 50%;
	width: 14px;
	z-index: 1;
	transform: translateY(-50%);
	cursor: pointer;
	text-align: center;
}
.rvPopSwiper .swiper-button-prev {
	left: 0;
	background-image: url(../../images/photoreview/theme-prev.png);
}
.rvPopSwiper .swiper-button-next {
	right: 0;
	background-image: url(../../images/photoreview/theme-next.png);
}
.review_detail {	
    float: right;
    width: 400px;
    height: 500px;
    background: #fff;    
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    cursor: default;
}
.review_detail .txt-wrap {
	height: 100%;
	padding: 30px 20px;
    box-sizing: border-box;    
}
.review_detail .txt-wrap img {
	width: 100%;
}
.review_detail .txt-wrap .pd-name {
	font-size: 20px;
	line-height: 26px;
}
.review_detail .txt-wrap .pd-name strong {
	font-weight: 700;
	font-size: 1em;
}
.review_detail .point {
	display: flex;
	align-items: center;
	margin-top: 20px;
}
.review_detail .point img {
	width: 12px;
}
.review_detail .point .badge {
	display: flex;
    align-items: center;
	height: 25px;
	margin-left: 10px;
	padding: 0 7px;
	font-size: 12px;
	color: #fff;
	background: #00AEFF;
	border-radius: 4px;
}
.review_detail .cont-txt {
	margin-top: 12px;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: -0.32px;
	word-wrap: break-word;
	width:350px;
}
.review_detail .cont-txt.short{
	overflow-y:scroll;
	height:180px;
}
.review_detail .date-txt {
	margin-top: 16px;
	font-size: 14px;
	line-height: 20px;
	text-align: right;
    letter-spacing: normal;
}
.review_detail .txt-wrap .pd-item {
	display: flex;
	align-items: center;
	justify-content: space-around;	
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #F0F0F0;
    cursor: pointer;
}
.review_detail .txt-wrap .pd-item .img {	
	width: 60px;
    height: 60px;
    margin-right: 16px;
    background: #ccc;
    border-radius: 10px;
    overflow: hidden;    
}
.review_detail .txt-wrap .pd-item .img img{
    opacity:.8;
}
.review_detail .txt-wrap .pd-item .info {
	width: 280px;
}
.review_detail .txt-wrap .pd-item .info p {
	width: 100%;
	height: 22px;
	margin-bottom: 14px;
	line-height: 22px;
	font-size: 16px;
	color: #333333;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.review_detail .txt-wrap .pd-item .info span {
	font-size: 20px;
	color: #333333;
	line-height: 24px;
	letter-spacing: -0.4px;
}
.review_detail .txt-wrap .pd-item .info span strong {
	font-weight: bold;
}
.review_detail .txt-wrap .pd-item .info span .d-rate {
    color: #ff7600;
    font-size: 20px;
    line-height: 24px;
    margin-right: 8px;
}
.review_detail .txt-wrap .about {
	margin-top: 20px;
	padding: 20px;
	background: #F8F8F8;
}
.review_detail .txt-wrap .about li {
	margin-bottom: 10px;
	font-size: 14px;
	color: #333333;
}
.review_detail .txt-wrap .about li:last-child {
	margin-bottom: 0;
}
.review_detail .txt-wrap .about li span {
	display: inline-block;
    min-width: 84px;
	margin-right: 10px;	
}
.review_detail .txt-wrap .about li strong {
	font-weight: bold;
}

/* 커서 */
.circle {
	width: 20px;
	height: 20px;
	border: 1px solid #000;
	position: absolute;
	border-radius: 15px;
}

/* 타임딜 */
.time-deal {
	padding: 70px 0;
	background: #E1FFF4;
}
.time-deal .arrr_title {
	margin-bottom: 40px;
	text-align: center;
}
.time-deal .arrr_title h2 {
	font-size: 30px;
  		margin-bottom: 14px;
}
.time-deal .arrr_title p {
	font-size: 18px;
	color: #7e7e7e;
}
.time-deal .pd-box {
	position: relative;
	width: 820px;
  		margin: 0 auto;
}
.time-deal .pd-box .time-cnt {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 50px;
	background: linear-gradient(95deg, #009497, #21CFC9);
}
.time-deal .pd-box .time-cnt .txt {
	display: flex;
	color: #fff;
	font-weight: 600;
	font-size: 22px;
}
.time-deal .pd-box .time-cnt .second
	{
	margin-right: 5px;
}
.time-deal .pd-box .time-cnt span
	{
	color: #fff;
	font-weight: 600;
	font-size: 22px;
}
.time-deal .pd-box .img-wrap {
	position: relative;
	display: flex;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	overflow: hidden;
}
.time-deal .pd-box .coming-overlay {
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 0;
	left: 0;			
	width: 100%;
  		height: 100%;
	background-color: #fff;
	z-index: 1;
}		
.time-deal .pd-box .coming-overlay .txt {
	display: block;
	color: #333333;			
	font-size: 24px;
	line-height: 29px;
	text-align: center;
}
.time-deal .pd-box .coming-overlay .txt::before {
	content: "";
	display: block;
	width: 35px;
	height: 35px;
	margin: 0 auto;
  		margin-bottom: 20px;
	background: url(../../images/main/ico_time.svg) no-repeat;
}
.time-deal .pd-box .coming-overlay .txt em {
	color: #477A7B;
	font-weight: 700;
}
.time-deal .pd-box .pd-img {
	position: relative;
	width: 480px;
    height: 400px;
	overflow: hidden;
}
.time-deal .pd-box .pd-img img {
	position: relative;
	top: -50px;
}
.time-deal .pd-box .pd-img .sold-out {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.3);
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 24px;
	color: #fff;
	font-weight: bold;
	letter-spacing: -0.24px;
}
.time-deal .pd-box .pd-info {
	padding: 100px 40px;
	background: #fff;
	flex: 1;
}
.time-deal .pd-box .pd-info .pd-name {
	margin-top: 16px;
	font-size: 18px;
	line-height: 24px;
	text-overflow: ellipsis;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
.time-deal .pd-box .pd-info .price-row {
	display: flex;
	align-items: baseline;
	margin-top: 16px;
}
.time-deal .pd-box .pd-info .price-row .d-rate
	{
	margin-right: 10px;
	color: #E64E00;
	font-weight: 300;
	font-size: 24px;
}
.time-deal .pd-box .pd-info .price-row .price
	{
	margin-right: 10px;
	font-weight: 700;
	font-size: 18px;
	letter-spacing: -0.36px;
}
.time-deal .pd-box .pd-info .price-row .price strong
	{
	font-weight: 700;
	font-size: 24px;
	letter-spacing: -0.48px;
}
.time-deal .pd-box .pd-info .price-row .origin-price
	{
	color: #B3B3B3;
	font-weight: 300;
	font-size: 16px;
	text-decoration: line-through;
}
.time-deal .pd-box .pd-info .flag-arrr {
	display: inline-block;
	padding: 5px 6px;
	font-size: 14px;
	opacity: 1;
	margin-right: 2px;
}
.time-deal .pd-box .pd-info .flag-arrr.new {
	color: #fff;
	background-color: #F7925F;
	border-color: #F7925F;
}
.time-deal .pd-box .pd-info .star-rating {
	display: block;
	width: auto;
	margin-top: 16px;
}
.time-deal .pd-box .pd-info .star-rating .icon {
	display: inline-block;
	width: 10px;
	height: 10px;
	background: url(../../images/main/ico_star.png) no-repeat 0 50%;
}
.time-deal .pd-box .pd-info .star-rating .grade {
	font-size: 14px;
	color: #333333;
}
.time-deal .pd-box .pd-info .star-rating .review {
	margin-left: 5px;
	font-size: 14px;
	color: #7E7E7E;
}