@charset 'utf-8';

.swiper_type2 .swiper-slide {
	width: 600px;
}

/* .swiper_type3 { margin: 0 -30px; padding: 0 30px; overflow: hidden;} */
.product_info.col_4 > li {
	width: calc(100% / 4 - 10px);
}
.product_info.col_5 > li {
	width: calc(100% / 5 - 10px);
}
.product_info.col_6 > li {
	width: calc(100% / 6 - 10px);
}
.product_info.col_7 > li {
	width: calc(100% / 7 - 10px);
}

@media (max-width: 1280px) {
	.product_info.col_7 > li {
		width: calc(100% / 6 - 10px);
	}
}
.product_info .prd_item {
	display: inline-flex;
	flex-wrap: wrap;
	width: 236px;
	position: relative;
	margin-right: 10px;
}
.product_info a.link_wrap {
	display: block;
	position: relative;
	z-index: -0;
}
.product_info .thumb_area {
	position: relative;
	padding-bottom: 133%;
	overflow: hidden;
	z-index: 1;
	margin-bottom: 20px;
}
.thumb_area {
	background-color: var(--bg-color-gray02);
	background-image: url('../image/common/no_thum.png');
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: 100% auto;
	background-color: var(--bg-color-gray02);
}
.product_list .thumb_area .checkbox {
	position: absolute;
	top: 10px;
	left: 10px;
	z-index: 2;
}
.product_info .thumb_area .thumb {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.product_info .thumb_area .thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.product_info .badge_wrap {
	position: absolute;
	left: 0;
	bottom: 0;
}
.product_info .button_equal {
	position: absolute;
	z-index: 2;
	top: 12px;
	right: 12px;
	cursor: pointer;
}
.product_info .info_area {
	margin-top: 20px;
	padding-right: 20px;
}
.info_area .brand,
.info_area .cont_tit,
.info_area .cont_subtit,
.info_area .cont_subdate {
	display: block;
	color: var(--txt-color-gray);
	font-weight: 500;
	margin-top: 10px;
}
.info_area .cont_tit {
	color: var(--txt-color);
	font-size: 20px;
	margin-top: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	word-break: keep-all;
	overflow-wrap: break-word;
}
.info_area .cont_subtit {
	color: var(--txt-color-gray03);
	margin-top: 8px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	word-break: keep-all;
	overflow-wrap: break-word;
}
.info_area .cont_subdate {
	font-weight: normal;
}
.info_area .brand {
	color: var(--txt-color);
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.info_area .product {
	overflow: hidden;
	display: -webkit-box;
	margin-top: 6px;
	color: var(--txt-color-gray03);
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	white-space: normal;
	font-weight: normal;
}

.unbal_type .info_area .cont_tit {
	width: 330px;
	max-width: 100%;
}
.unbal_type .info_area .cont_subtit {
	width: 390px;
	max-width: 100%;
}

/* .product_info.product_list_raffle { margin: 30px -30px 0; }
.product_info.product_list_raffle > li {width: calc(50% - 60px); margin: 0 30px 90px;}
.product_info.product_list_raffle .info_area { margin: 20px 0; padding-right: 0; text-align: center;}
.product_info.product_list_raffle .cont_tit { font-size: 14px;}
.product_info.product_list_raffle .cont_subtit { margin-top: 6px; color: var(--txt-color-gray03)}
.product_info.product_list_raffle .cont_subdate { margin-top: 20px; color: var(--txt-color)}
.product_info.product_list_raffle .badge_wrap {top: 0; bottom: unset} */

.twoway_right_area .product_info.product_list_raffle > li {
	width: 100%;
}

.product_list_wrap.row {
	display: flex;
}
.sticky.filter_type + .product_list_wrap {
	margin-top: 30px;
}
.product_list_wrap + .product_list_wrap {
	margin-top: 150px;
}
.product_list_wrap .product_info {
	margin-bottom: -90px;
}
.container.main .product_list_wrap ~ .product_list_wrap {
	margin-top: 150px;
}
.container.main .swiper_banner_type {
	margin-top: 150px;
}
.container.main .black_box + .swiper_banner_type {
	margin-top: 0px;
}

.product_list_wrap.center_type {
	width: 1220px;
	margin: 0 auto;
}
.product_list_wrap .product_list ~ .brand_list {
	margin-top: 90px;
}
.product_list_wrap .brand_area + .brand_area {
	margin-top: 30px;
}
.product_list_wrap .tit_area {
	margin-bottom: 30px;
	align-items: flex-end;
}
.product_list.product_info {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -4px -90px;
}
.product_list.product_info > li {
	flex: 0 0 auto;
	position: relative;
	width: calc(20% - 8px);
	margin: 0 4px 90px;
}

.product_list_evt .thumb_area {
	padding-bottom: 66%;
}

.no_data.type2 + .product_list_wrap {
	margin-top: 60px;
}
.sticky + .search_filter_wrap {
	margin-top: 60px;
}
.search_filter_wrap {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 30px;
}
.search_filter_wrap .txt_result {
	font-size: 16px;
}
.txt_result .depth {
	display: inline-flex;
	align-items: center;
}
.txt_result .depth::after {
	content: '';
	width: 16px;
	height: 16px;
	margin: 0 5px;
	background: url('../image/icon/ico_arrow_16_s.png') no-repeat center/ 16px
		16px;
}

.has_lnb.full .product_list.product_info > li {
	width: calc(14.28% - 8px);
}
/* .product_list.product_info > li { width: calc(16.66% - 10px); } */

.price_wrap {
	margin-top: 10px;
}
.price_wrap .normal {
	font-size: 14px;
	color: var(--txt-color-gray02);
	display: block;
}
.price_wrap .discount {
	font-size: 24px;
	font-weight: bold;
	color: var(--txt-point);
}
.price_wrap .current {
	font-size: 24px;
	font-weight: bold;
	color: var(--txt-color);
}
.price_wrap .discount + .current {
	margin-left: 5px;
}

.product_info {
	margin: 0 -5px;
}
.product_info > li {
	position: relative;
	width: calc(25% - 10px);
	margin: 0 5px 90px;
}

.equal_content .product_info > li {
	position: relative;
	width: calc((100% - 100px) / 2);
	margin: 0 0 0;
}

/* .product_info .price_wrap .normal, */
.product_info .price_wrap .discount,
.product_info .price_wrap .current {
	font-size: 16px;
}

.product_info {
	display: flex;
	flex-wrap: wrap;
}
.product_info.swiper-wrapper {
	flex-wrap: nowrap;
	margin: 0;
}
.product_info.swiper-wrapper > li {
	margin: 0;
}
.product_info .event_end {
	position: absolute;
	top: 0;
	left: 0;
	background: var(--bg-color-black02);
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	color: var(--txt-color-white);
	font-size: 16px;
	font-weight: 700;
	letter-spacing: -0.48px;
}

.new_product_list .cont_tit {
	font-size: 16px;
	height: 19px;
}
.new_product_list .cont_subtit a {
	font-size: 14px;
	color: var(--txt-color-gray);
}
.new_product_list .new_prd_list {
	display: flex;
	margin-top: 20px;
	gap: 4px;
}
.new_product_list .new_prd_list li a {
	display: block;
}
.new_product_list .new_prd_list .img_box {
	width: 72px;
	height: 91px;
	padding-bottom: 0;
}

.product_list_evt {
	margin: 0 -5px -90px;
}
.product_list_evt.col_3 li {
	width: calc(33.33% - 10px);
}
.product_list_evt.col_5 li {
	width: calc(20% - 10px);
}
.product_list_evt li {
	position: relative;
	width: calc(25% - 10px);
	margin: 0 5px 90px;
}
.product_list_evt li .brand_list {
	flex-direction: row;
	margin-bottom: 20px;
}
.product_list_evt.b_height .thumb_area {
	padding-bottom: 138.805%;
}
.swiper_type1 {
	margin: 0 -30px;
	padding: 0 30px;
}
.swiper_type1 .product_list_evt li {
	width: calc(33.33% - 32px) !important;
	margin: 0 5px 90px;
}

.product_list_di li {
	position: relative; /* width: calc(25% - 24px) !important; */
	margin: 0 5px 90px;
}
.product_list_di li .brand_list {
	margin-bottom: 20px;
}
.product_list_di .thumb_area {
	padding-bottom: 0;
}
.product_list_di .thumb_area .thumb {
	position: unset;
}

.product_list_di_wrap {
	margin: 0 -5px -90px;
}
.product_list_di_wrap > li {
	position: relative;
	width: calc(25% - 10px);
	margin: 0 5px 90px;
}
.product_list_di_wrap > li .brand_list {
	margin-bottom: 20px;
}
.product_list_di_wrap > .thumb_area {
	padding-bottom: 138.805%;
}

@media (max-width: 1280px) {
	.product_list_di_wrap > li {
		width: calc(100% / 3 - 10px);
	}
}

.prd_small_list {
	margin: 20px 54px 0 0;
	display: flex;
	gap: 4px;
}
.prd_small_list > li {
	width: calc(100% / 4);
}
.prd_small_list .thumb_area {
	position: relative;
	padding-bottom: 132.432%;
	margin-bottom: 0;
	overflow: hidden;
	z-index: 1;
	background-color: var(--bg-color-gray02);
}
.prd_small_list .thumb_area .thumb {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.prd_small_list .thumb_area .thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.exc_brd_list {
	margin: -5px;
}
.exc_list_wrap .exc_brd_list {
	display: flex;
	flex-wrap: wrap;
}
.exc_list_wrap .exc_brd_list li {
	width: calc(100% / 5 - 10px);
	margin: 5px 5px 90px;
}
.exc_list_wrap .exc_brd_list li a {
	display: block;
}
.exc_list_wrap .exc_brd_list li .exc_img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.exc_list_wrap .exc_brd_list li .exc_img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.exc_list_wrap .exc_brd_list li .exc_txt {
	font-size: 20px;
	margin: 20px 30px 0 0;
	overflow: hidden;
	display: -webkit-box;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.exc_list_wrap .exc_brd_list li:nth-child(n + 6) {
	margin-bottom: 0;
}

/* .is_soldout .thumb, .is_soldout .info_area { opacity: 0.3;}
.is_soldout .badge_wrap .badge {background-color: var(--bg-color-gray); color: var(--txt-color-white);} */

.is_soldout .info_area {
	opacity: 0.5;
}
.is_soldout .badge_wrap .badge {
	background: var(--bg-color-gray06);
}
.is_soldout .thumb::before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(255, 255, 255, 0.5);
}
.badge_wrap .soldout,
.is_soldout .badge_wrap .soldout {
	background-color: var(--bg-color-gray03);
	color: var(--txt-color-white);
}

.type_vertical a.link_wrap {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
}
.type_vertical .thumb_area {
	width: 35%;
	padding-bottom: 45.5%;
	margin: 0 30px 0 0;
}
/* .type_vertical .thumb_area {width: 210px; height: 280px; padding: 0; margin: 0 30px 0 0;} */
.type_vertical .info_area {
	width: calc(65% - 30px);
	margin: 0;
	padding: 0;
}
.type_vertical .swiper-slide > ul > li,
.type_vertical > ul > li > ul > li {
	margin-bottom: 30px;
	position: relative;
}
.type_vertical .button_equal {
	right: calc(65% + 12px);
}

.product_list_evt.unbal_type li .thumb_area {
	padding-bottom: 0;
}
.product_list_evt.unbal_type li .thumb_area img {
	width: 100%;
}
/*
.product_list_evt.unbal_type li:nth-child(odd) .thumb_area { padding-bottom: 144.1%;}
.product_list_evt.unbal_type li:nth-child(even) .thumb_area { padding-bottom: 126.63%;}
*/
.product_list_evt.unbal_type.b_height .thumb_area {
	padding-bottom: 138.805%;
}
/* .is_soldout .thumb, 
.is_soldout .info_area, 
.is_soldout .favorite_wrap, 
.is_soldout .badge { opacity: 0.5;}
.is_soldout .badge_wrap .soldout {opacity: 1 !important;} */

.detail_box {
	margin: 11px 0 40px;
}
.detail_box > dt {
	display: flex;
	justify-content: space-between;
	margin: 40px 0 20px;
	color: var(--txt-color-gray);
}
.detail_box > dt a {
	font-size: 12px;
	color: var(--txt-color-gray);
	text-decoration: underline;
}
.detail_box dd {
	display: flex;
	justify-content: space-between;
}
.detail_box dd + dd {
	margin-top: 5px;
}
.detail_box dd + dd .list_type1 {
	margin-top: 10px;
}
.detail_box dd.column {
	flex-direction: column;
}
.detail_box dt:first-child {
	margin-top: 0;
}
.detail_box li {
	padding-bottom: 7px; /*display: flex; justify-content: space-between;*/
}
.detail_box .detail_more {
	font-size: 12px;
	text-decoration: underline;
	color: var(--txt-color-gray01);
	margin-left: 5px;
	vertical-align: top;
}
.detail_box .image_area {
	margin-bottom: 20px;
}
.detail_box .txt_guide {
	color: var(--txt-color-gray);
	margin-top: 20px;
	font-size: 12px;
}

.swiper a.link_wrap {
	position: static;
}

.product_wrap li:nth-child(n + 6) {
	margin-bottom: 0;
}

.list_type1 li {
	position: relative;
	padding: 0 0 10px 12px;
}
.list_type1 li:before {
	content: '';
	position: absolute;
	left: 0;
	top: 8px;
	width: 4px;
	height: 4px;
	background: var(--bg-color-black);
}
.list_type1 li:last-child {
	padding-bottom: 0;
}
.list_type1.type2 li {
	padding: 0 0 6px 8px;
	font-size: 12px;
	color: var(--txt-color-gray);
}
.list_type1.type2 li:before {
	width: 3px;
	height: 3px;
	background: var(--txt-color-gray);
}

.qna_list .qna_row {
	position: relative;
	border-top: 1px solid var(--line-color-gray);
	padding: 20px 0;
}
.qna_list .qna_row:first-child {
	border: 0;
	padding-top: 0;
}
.qna_list .qna_row .write_info {
	color: var(--txt-color-gray);
}
.qna_list .qna_row .user_id::before {
	content: '|';
	padding-right: 3px;
	margin-left: 3px;
}
.qna_list .qna_row .re_status {
	display: inline-block;
	color: var(--txt-color-gray03);
	border: 1px solid var(--line-color-gray03);
	font-size: 12px;
	padding: 2px 5px;
	margin-top: 20px;
}
.qna_list .qna_row .complete {
	color: var(--txt-color-white);
	border-color: var(--line-color);
	background-color: var(--bg-color-black);
}
.qna_list .qna_row .qna_tit {
	margin-top: 20px;
}
.qna_list .qna_row .qna_answer span {
	display: block;
	margin: 20px 0 10px;
}
.qna_list .qna_row .my_wrote {
	position: absolute;
	top: 0;
	right: 0;
}
.qna_list .qna_row .my_wrote button {
	color: var(--txt-color-gray);
	text-decoration: underline;
}
.qna_list .qna_row .my_wrote button + button::before {
	content: '|';
	padding-right: 6px;
	margin-left: 3px;
}

.qna_list .accordion .acc_header {
	overflow: hidden;
	white-space: normal;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	font-size: 14px;
	font-weight: 500;
	background: none;
	padding: 0;
}
.qna_list .accordion .acc_header.is_active {
	overflow: auto;
	display: block;
	background: none;
}
.qna_list .accordion .acc_cont {
	display: none;
}
.qna_list .accordion.private .acc_header {
	background: url('../image/icon/ico_private.png') no-repeat;
	padding-left: 20px;
}

.qna_list + .btn_sub_full {
	margin-top: 40px;
}

.brand_list.col_type {
	flex-direction: column;
	justify-content: space-between;
}
.brand_list.col_type + .brand_list.col_type {
	margin-top: 30px;
	padding-top: 30px;
	border-top: 1px solid var(--line-color-gray);
}
.brand_list.col_type > * {
	display: flex;
	align-items: center;
	width: 100%;
	justify-content: space-between;
}
.brand_list.col_type .button_equal {
	align-self: center;
	margin-top: 0;
	position: relative;
}

.brand_list {
	width: 100%;
	row-gap: 30px;
	display: flex;
	align-items: flex-end;
	overflow: hidden;
}
.brand_list.has_pagination a.link_wrap {
	max-width: calc(100% - 92px);
}
.brand_list .line {
	padding-bottom: 20px;
	border-bottom: 1px solid var(--line-color-gray);
}
.brand_list .badge_auto_list {
	margin: 8px 1px 1px 0;
}
.brand_list a.link_wrap {
	display: flex;
	align-items: center;
	overflow: hidden;
}
.brand_list .thumb_area {
	position: relative;
	min-width: 60px;
	width: 60px;
	height: 60px;
	margin-bottom: 0;
	border-radius: 50%;
	overflow: hidden;
	padding-bottom: 0;
}
.brand_list .thumb_area .thumb {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.brand_list .thumb_area .thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.brand_list .thumb.img_viewer {
	padding-top: 100%;
}
.brand_list .info_area {
	margin-top: 0;
	padding: 0 15px;
	overflow: hidden;
}
.brand_list .info_area .brand {
	margin-top: 0;
	font-size: 16px;
	overflow: hidden;
	text-overflow: ellipsis;
}
.brand_list .info_area .product {
	-webkit-line-clamp: 1;
	margin-top: 5px;
}
.brand_list .button_equal {
	align-self: flex-start;
	text-indent: -999999px;
	position: unset;
	top: unset;
	right: unset;
	margin-top: 6px;
}

.equal_content .brand_list {
	gap: 20px 100px;
	display: flex;
	align-items: flex-start;
	overflow: hidden;
	width: 880px;
}
.equal_content .brand_list.product_info {
	margin-left: 0;
	margin-right: 0;
}
.equal_content .brand_list .checkbox {
	margin-right: 15px;
}
.equal_content .brand_list .product {
	font-size: 14px;
	color: var(--txt-color-gray);
}

/*다른혜택더보기 1ea*/
.product_list_mkt .info_area .cont_tit {
	font-size: 12px;
	color: var(--txt-color);
	font-weight: 500;
}
.product_list_mkt .info_area .cont_tit a {
	color: inherit;
	font-weight: inherit;
}
.product_list_mkt .info_area .cont_tit a:after {
	content: '';
	width: 5px;
	height: 8px;
	background: url('../image/icon/ico_arrow_next.png') no-repeat center;
	background-size: 5px 8px;
	display: inline-flex;
	margin-left: 5px;
}
.product_list_mkt .badge_wrap {
	position: absolute;
	top: 0;
	left: 0;
	flex-direction: column;
}
.product_list_mkt .badge_wrap .badge_lg {
	display: flex;
}
.product_list_mkt.product_info li {
	position: relative;
}
.product_list_mkt.product_info li {
	padding-top: 80px;
	padding-bottom: 80px;
	padding-left: 40px;
}
.product_list_mkt .thumb_area {
	padding-bottom: 138.805%;
	background: var(--bg-color-gray02) url('../image/common/no_thum.png')
		no-repeat 50% 50%;
	background-size: cover;
}

.recommend_wrap {
	display: flex;
	margin-bottom: 90px;
}
.recommend_wrap .main_img {
	position: relative;
	width: calc((100% / 6) * 2 - 10px);
	min-width: calc((100% / 6) * 2 - 10px);
	min-height: calc(100% - 130px);
	margin: 0 5px 220px;
}
.recommend_wrap .product_info .main_img {
	width: calc((100% / 6) - 10px);
	min-width: calc((100% / 6) - 10px);
	min-height: calc(100% - 130px);
}
.recommend_wrap .main_img .img_box {
	display: block;
	height: 100%;
	padding-bottom: 0;
}
.recommend_wrap .product_info .main_img .img_box {
	height: auto;
	padding-bottom: 133%;
}
.recommend_wrap .main_img .info_area {
	position: absolute;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 30px;
	flex-direction: column;
}
.recommend_wrap .product_info .main_img .info_area {
	height: 100%;
}
.recommend_wrap .main_img .info_area,
.recommend_wrap .main_img .info_area .cont_tit,
.recommend_wrap .main_img .info_area .cont_subtit {
	display: flex;
	flex-direction: column;
	margin-top: 0;
	color: var(--txt-color-white);
}
.recommend_wrap .main_img .info_area .cont_subtit .carousel {
	color: black;
}
.recommend_wrap .main_img .info_area .cont_subtit p {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.recommend_wrap .main_img .info_area.bottom {
	justify-content: flex-end;
}
.recommend_wrap .main_img .info_area.bottom.right {
	justify-content: flex-end;
	text-align: right;
}
.recommend_wrap .main_img .cont_tit {
	font-size: 34px;
	line-height: 1.5;
}
.recommend_wrap .main_img .cont_subtit p {
	display: inline-block;
	margin-bottom: 10px;
	font-size: 24px;
	line-height: 150%;
}

@media (max-width: 1919px) {
	.recommend_wrap .product_info .main_img .cont_subtit p {
		font-size: 20px;
	}
}
@media (max-width: 1535px) {
	.recommend_wrap .product_info .main_img .cont_subtit p {
		font-size: 18px;
	}
}
@media (max-width: 1439px) {
	.recommend_wrap .product_info .main_img .cont_subtit p {
		font-size: 16px;
	}
}

.recommend_wrap .product_info .main_img .cont_subtit .more {
	height: 0;
	transition: all 0.3s ease;
	font-family: 'Pretendard';
	font-weight: 400;
}
.recommend_wrap .product_info .main_img .cont_subtit.is_active p {
	text-decoration: underline;
}
.recommend_wrap .product_info .main_img .cont_subtit.is_active .more {
	height: 19px;
	margin-bottom: 20px;
}
/* .recommend_wrap .main_img .cont_subtit + .cont_subtit {margin-top: 10px;} */
.recommend_wrap .main_img .cont_subtit .more {
	display: inline-block;
	color: var(--txt-color-white);
	font-size: 14px;
}
.recommend_wrap .main_img .cont_subtit .more::after {
	content: '';
	display: inline-block;
	width: 6px;
	height: 10px;
	margin-left: 5px;
	background: url('../image/icon/ico_arrow_w.png') no-repeat center/contain;
}
/* .recommend_wrap .main_img .cont_subtit ~ .cont_subtit {margin-top: 30px;} */
.recommend_wrap .product_info {
	margin-left: 0;
	margin-right: 0;
	width: 100%;
	overflow: hidden;
}
.recommend_wrap .product_info .info_area {
	height: 110px;
}
.product_list_wrap .recommend_wrap .main_img {
	margin-bottom: 130px;
}
.product_list_wrap .recommend_wrap .main_img .img_box::after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.2);
}
.twoway_right_area .product_list_wrap + .section_block {
	margin-top: 150px;
}
/*main*/
.main_banner_wrap {
	overflow: hidden;
}
.swiper_main {
	width: 100%;
	padding-top: 10px;
	margin-bottom: 170px;
	background: var(--bg-color-black);
	overflow: visible !important;
	transition: 0.3s ease;
}

.swiper_main .thumb {
	position: relative;
	width: 100%;
	height: auto;
	padding-bottom: 61.61%;
	margin: 0 auto;
	overflow: hidden;
}
.swiper_main .thumb .img {
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
}
.swiper_main .thumb .img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.swiper_main .swiper-slide .link_wrap::after {
	content: '';
	display: block;
	z-index: 11;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.4);
}
.swiper_main .swiper-slide.swiper-slide-active .link_wrap::after {
	display: none;
}
.swiper_main .thumb_title {
	position: absolute;
	top: 40px;
	left: 50px;
	width: 600px;
	color: var(--txt-color-white);
	z-index: 9;
	line-height: 1.57;
	transition: all 0.3s ease;
	font-family: 'Pretendard';
}
.swiper_main .badge_wrap {
	position: absolute;
	width: 720px;
	bottom: -140px;
	left: 0;
	z-index: 3;
	flex-direction: column;
	transition: 0.3s ease;
}

.badge_wrap .badge_big {
	width: 100%;
	height: 110px;
	padding: 0 85px;
	font-size: 36px;
	color: var(--txt-color-white);
	justify-content: flex-start;
	align-items: center;
	overflow: hidden;
	transition: all 0.3s ease;
}

/*
@media only screen and (min-width: 1281px) and (max-width: 1500px) {
    .swiper_main .thumb_title{ top: 40px; left: 50px; }
    .swiper_main .badge_wrap { bottom: -155px;}
}
@media only screen and (min-width: 1281px) and (max-width: 1500px) {
    .badge_wrap .badge_big { padding: 0 75px; height: 100px; font-size: 30px;}
}
*/

.swiper_main .badge_wrap .badge_big + .badge_big {
	border-left: 0;
	margin-top: 10px;
	white-space: nowrap;
}
.swiper_main .badge_wrap .track {
	position: relative;
	display: flex;
	align-items: flex-start;
	overflow: hidden;
	line-height: 1.1;
}
.swiper_main .badge_wrap .count {
	line-height: unset;
	width: auto;
	margin-left: 5px;
	font-size: 10px;
	display: inline-flex;
	letter-spacing: 0;
	margin-top: -10px;
}

.badge_wrap .badge_big.badge_1 .text_flow {
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 1.1;
}
/* .badge_wrap .badge_big .track.no_animation { overflow: hidden; padding: 0; position: absolute; white-space: nowrap; } */

.badge_wrap .badge_big .track.no_animation .text_flow {
	animation: unset;
}

.badge_wrap .badge_big .track .text_flow {
	animation: text_flow 20s linear infinite;
	align-items: center;
	display: inline-flex;
	will-change: transform;
}
/*animation*/
@keyframes text_flow {
	from {
		transform: translateX(0%);
	}
	to {
		transform: translateX(-100%);
	}
}
@-webkit-keyframes text_flow {
	from {
		transform: translateX(0%);
	}
	to {
		transform: translateX(-100%);
	}
}
.badge_wrap .badge_big .track:before,
.badge_wrap .badge_big .track:after {
	content: '';
	width: 20px;
	height: 100%;
	display: inline-flex;
	position: absolute;
	top: 0;
	z-index: 3;
}
.badge_wrap .badge_big .track:before {
	left: 0;
	background: linear-gradient(to right, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
}
.badge_wrap .badge_big .track:after {
	right: 0;
	background: linear-gradient(to left, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
}

.badge_wrap .badge_big .track.no_animation:before,
.badge_wrap .badge_big .track.no_animation:after {
	display: none;
}
/*
.swiper_main .swiper-slide:before{ content:""; width:100%; height:42%; background:linear-gradient(to bottom, rgba(0,0,0,0.3) 15%,  rgba(0,0,0,0.2) 59%, rgba(0,0,0,0) 87%); position:absolute; top:0; left:0; z-index:10;}
*/
.swiper_main .badge_big .swiper-pagination {
	position: relative;
	display: flex;
	width: auto;
	margin-left: 7px;
	margin-top: 6px;
	font-size: 18px;
	line-height: 18px;
	font-weight: 400;
	transition: all 0.3s ease;
}

@media only screen and (min-width: 1281px) and (max-width: 1500px) {
	.swiper_main .badge_big .swiper-pagination {
		font-size: 15px;
	}
}
@media (max-width: 1280px) {
}

@media (max-width: 2560px) {
	.swiper_main .thumb_title {
		top: 40px;
		left: 50px;
	}
	.swiper_main .badge_wrap {
		width: 680px;
		bottom: -135px;
	}
	.badge_wrap .badge_big {
		padding: 0 85px;
		height: 105px;
		font-size: 36px;
	}
	.swiper_main .badge_big .swiper-pagination {
		font-size: 20px;
		margin-top: 10px;
	}
}
@media (max-width: 1680px) {
	.swiper_main .badge_wrap {
		width: 600px;
		bottom: -125px;
	}
	.badge_wrap .badge_big {
		padding: 0 80px;
		height: 95px;
		font-size: 32px;
	}
	.swiper_main .badge_big .swiper-pagination {
		font-size: 18px;
		margin-top: 10px;
	}
}
@media (max-width: 1535px) {
	.swiper_main .badge_wrap {
		width: 570px;
		bottom: -120px;
	}
	.badge_wrap .badge_big {
		padding: 0 80px;
		height: 90px;
		font-size: 30px;
	}
	.swiper_main .badge_big .swiper-pagination {
		font-size: 18px;
		margin-top: 10px;
	}
}
@media (max-width: 1440px) {
	.swiper_main .thumb_title {
		top: 30px;
		left: 40px;
	}
	.swiper_main .badge_wrap {
		width: 530px;
		bottom: -115px;
	}
	.badge_wrap .badge_big {
		padding: 0 80px;
		height: 85px;
		font-size: 28px;
	}
	.swiper_main .badge_big .swiper-pagination {
		font-size: 16px;
		margin-top: 8px;
	}
}

@media (max-width: 1365px) {
	.swiper_main .badge_wrap {
		width: 500px;
		bottom: -110px;
	}
	.badge_wrap .badge_big {
		padding: 0 60px;
		height: 80px;
		font-size: 26px;
	}
	.swiper_main .badge_big .swiper-pagination {
		font-size: 16px;
		margin-top: 8px;
	}
}

@media (max-width: 1280px) {
	.swiper_main .badge_wrap {
		width: 450px;
		bottom: -105px;
	}
	.badge_wrap .badge_big {
		padding: 0 50px;
		height: 75px;
		font-size: 24px;
	}
	.swiper_main .badge_big .swiper-pagination {
		font-size: 14px;
		margin-top: 10px;
	}
}

.black_box {
	margin: 150px -30px 0;
	padding: 50px 100px 150px;
	background: var(--bg-color-black);
}
.black_box .swiper_type3 {
	width: 100%;
	box-sizing: content-box;
	margin: 0 -90px;
	padding: 0 100px 0 90px;
}
.black_box .tit_lv2 {
	color: var(--txt-color-white);
}
.black_box .info_area .brand {
	color: var(--txt-color-white);
}
.black_box .link_list {
	margin-bottom: 150px;
}
.black_box .link_list .btn {
	display: inline-block;
	margin-right: 24px;
	margin-bottom: 18px;
	color: var(--txt-color-white);
	font-size: 50px;
	font-weight: 400;
	line-height: 60px;
	word-break: break-word;
}
.black_box .link_list .btn:hover span {
	text-decoration: underline;
	text-decoration-thickness: 2px;
	text-underline-position: under;
}
.black_box .link_list .btn::after {
	content: ',';
	display: inline-block;
	font-size: 50px;
	color: var(--txt-color-white);
}
.black_box .link_list .btn:last-child::after {
	display: none;
}
.black_box .product_info .price_wrap .current {
	color: var(--txt-color-white);
}
.black_box .info_area .product {
	color: var(--txt-color-gray01);
}

.swiper_banner_type,
.swiper_banner_type2 {
	margin: 0 -30px;
}
.swiper_banner_type .list_banner_main {
	position: relative;
}
.swiper_banner_type .list_banner_main .img_box {
	display: block;
	padding-bottom: 39.5%;
}
.swiper_banner_type .list_banner_main .info_area {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}
.swiper_banner_type .list_banner_main .info_area .cont_tit {
	display: block;
	margin: 0 80px;
	font-weight: 400;
	color: var(--txt-color-white);
	font-size: 24px;
	white-space: nowrap;
	transition: font-size 0.3s ease;
}
/*
@media only screen and (min-width: 1281px) and (max-width: 1500px) {
    .swiper_banner_type .list_banner_main .info_area .cont_tit { font-size: 20px; }
}
*/
@media (max-width: 1280px) {
	.black_box .link_list .btn {
		margin-bottom: 15px;
	}
	.swiper_banner_type .list_banner_main .info_area .cont_tit {
		font-size: 16px;
	}
}
.swiper_banner_type .swiper-button-next,
.swiper_banner_type .swiper-button-prev,
.swiper_banner_type2 .swiper-button-next,
.swiper_banner_type2 .swiper-button-prev {
	width: 60px;
	height: 60px;
	margin-top: -30px;
}
.swiper_banner_type .swiper-button-next,
.swiper_banner_type2 .swiper-button-next {
	right: 0;
	background: url('../image/icon/ico_next.png') no-repeat center
		center/contain;
}
.swiper_banner_type .swiper-button-prev,
.swiper_banner_type2 .swiper-button-prev {
	left: 0;
	background: url('../image/icon/ico_prev.png') no-repeat center
		center/contain;
}
.swiper_banner_type .swiper-button-next::after,
.swiper_banner_type .swiper-button-prev::after,
.swiper_banner_type2 .swiper-button-next::after,
.swiper_banner_type2 .swiper-button-prev::after {
	content: '';
}

.list_banner_type {
	display: flex;
	margin: 10px -30px 150px;
	gap: 10px;
}
.list_banner_type li {
	width: 33.33%;
}
.list_banner_type li .i {
	width: 33.33%;
}
.list_banner_type li .img_box {
	padding-bottom: 100%;
}
/* .list_banner_type .info_area { position: absolute; top: 0; left: 0; right: 0; bottom: 0;} */
.list_banner_type li .badge_wrap {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 390px;
	margin: 0 auto;
	overflow: hidden;
}
.list_banner_type li .badge_wrap span {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.list_banner_type li .badge_wrap .badge_lg {
	display: flex;
	align-items: center;
	width: 100%;
	height: 72px;
	padding: 0 20px;
	font-size: 20px;
	transition: all 0.3s ease;
}
.list_banner_type li .badge_wrap .badge_lg + .badge_lg {
	margin-top: 10px;
	border-left: 0;
}
@media (max-width: 1280px) {
	/* .list_banner_type li .badge_wrap .badge_lg {font-size: 14px;} */
}

.list_banner_small .link_wrap {
	position: relative;
}
.list_banner_small .img_box {
	padding-bottom: 220px;
}
.list_banner_small .info_area {
	position: absolute;
	width: 1000px;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding-left: 200px;
}
.list_banner_small .info_area .cont_tit {
	color: var(--txt-color-white);
	font-size: 32px;
	font-weight: 500;
	line-height: 38px;
}
.list_banner_small .info_area .cont_subtit {
	color: var(--txt-color-white);
	margin-top: 5px;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
}

@media (min-width: 1920px) {
	/* .list_banner_small .img_box {  padding-bottom: 295px; } */
}

/* eql-brand에 맞춤 스타일 */
.swiper_type3 {
	position: relative;
	margin-top: 30px;
}
/*.swiper_type3 .pagenum2     {position:absolute; display:flex; right:0; top:-40px; background:#ddd; }
.swiper_type3 .pagenum2 button    {position:static; width:32px; height:32px; opacity:1;  overflow: hidden; text-indent: -100px; }
.swiper_type3 .pagenum2 button + button   {margin-left:-1px;}
.swiper_type3 .pagenum2 .swiper-button-next   {background:url(../image/icon/ico_arrow_next.png); background-size:32px}
.swiper_type3 .pagenum2 .swiper-button-prev   {background:url(../image/icon/ico_arrow_next.png); transform: rotate(180deg); background-size:32px}
.swiper_type3 .pagenum2 .swiper-button-next.swiper-button-disabled   {background:url(../image/icon/ico_arrow_prev_dis.png);transform: rotate(180deg);}
.swiper_type3 .pagenum2 .swiper-button-prev.swiper-button-disabled   {background:url(../image/icon/ico_arrow_prev_dis.png); transform: rotate(0deg);}
*/
.product_list_wrap.right_over {
	margin: 0 -30px 0;
}
.product_list_wrap.right_over .tit_lv2 {
	padding-left: 30px;
}
.product_list_wrap.right_over .swiper_type2_1 {
	padding-left: 30px;
}
.pagenum2_1 {
	position: absolute;
	z-index: 10;
	display: flex;
	right: 30px;
	margin-top: -40px;
	background: #fff;
}
.pagenum2_1 button {
	position: static;
	width: 32px;
	height: 32px;
	opacity: 1;
	overflow: hidden;
	text-indent: -100px;
}
.pagenum2_1 button + button {
	margin-left: -1px;
}
/* 스와이퍼 네비게이션 바 <.> */
.pagenum2_1 .swiper-button-next {
	background: url(../image/icon/ico_arrow_next.png);
	background-size: 32px;
}
.pagenum2_1 .swiper-button-prev {
	background: url(../image/icon/ico_arrow_next.png);
	transform: rotate(180deg);
	background-size: 32px;
}
.pagenum2_1 .swiper-button-next.swiper-button-disabled {
	background: url(../image/icon/ico_arrow_prev_dis.png);
	transform: rotate(180deg);
}
.pagenum2_1 .swiper-button-prev.swiper-button-disabled {
	background: url(../image/icon/ico_arrow_prev_dis.png);
	transform: rotate(0deg);
}
/* 다크모드 */
.pagenum2_1.darkmode {
	border-color: #808080;
	color: var(--txt-color-white) !important;
}
.pagenum2_1.darkmode .swiper-button-next {
	border-color: #808080;
}
/* .pagenum2_1.darkmode.swiper-button-disabled {
	color: #808080;
} */

.pagination {
	display: flex;
	height: 32px;
	border: 1px solid #ddd;
	border-radius: 2px;
	background: var(--bg-color-white);
}
.pagination a {
	position: static;
	text-indent: -9999px;
	margin: 0;
	width: 30px;
	height: 30px;
}
.pagination a:after {
	font-size: 13px;
	text-indent: 0;
	margin: 0;
}
.pagination a + a {
	border-left: 1px solid #ddd;
}

/* 메인 간격 케이스 추가 0424 */
.main .swiper_banner_type + .product_list_wrap {
	margin-top: 150px;
}

/* 메인 타임특가구좌 신규 */
div ~ .timesale_warp {
	margin-top: 150px;
}
.timesale_warp .product_info {
	margin: 0;
}
.timesale_warp .tit_area {
	flex-direction: column;
	align-items: start;
}
.timesale_warp .tit_area .timer {
	display: flex;
	margin-top: 1px;
	gap: 5px;
	font-weight: 500;
	font-size: 28px;
	line-height: 35px;
	color: var(--txt-point);
}
.timesale_warp .tit_area .timer div ~ div:before {
	content: ':';
	margin-right: 6px;
}
.time_prd_list_wrap {
	display: grid;
	gap: 10px;
	grid-template-columns: minmax(0, 1fr) minmax(0, 4.13fr);
}
.time_prd_list_wrap .time_prd_tab {
	position: relative;
	align-self: start;
}
.time_prd_list_wrap .time_prd_tab.black {
	color: #080808;
}
.time_prd_list_wrap .time_prd_tab.white {
	color: var(--txt-color-white);
}
.time_prd_list_wrap .time_prd_tab .img_box {
	height: 0;
	padding-bottom: 133%;
}
.time_prd_list_wrap .time_prd_tab .img_box:after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.2);
}
.time_prd_list_wrap .time_tab_list {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	padding: 30px;
}
.time_prd_list_wrap .time_tab_list .time_tab {
	overflow: hidden;
}
.time_prd_list_wrap .time_tab_list p {
	display: -webkit-box;
	margin-bottom: 10px;
	font-size: 22px;
	line-height: 30px;
	letter-spacing: -0.22px;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	word-break: break-all;
	overflow: hidden;
	cursor: pointer;
}
.time_prd_list_wrap .time_tab_list .more {
	display: block;
	height: 0;
	font-weight: 400;
	font-size: 15px;
	line-height: 24px;
	letter-spacing: -0.15px;
	transition: all 0.3s ease;
}
.time_prd_list_wrap .time_tab_list .more svg {
	display: inline-block;
	width: 6px;
	height: 10px;
	margin-top: 6px;
	margin-left: 1px;
	vertical-align: top;
	fill: none;
	stroke: currentColor;
	stroke-linejoin: round;
}
.time_prd_list_wrap .time_tab_list .time_tab.is_active p {
	font-size: 24px;
	letter-spacing: -0.24px;
	text-decoration: underline;
}
.time_prd_list_wrap .time_tab_list .time_tab.is_active .more {
	height: 19px;
	margin-bottom: 20px;
}
.time_prd_list_wrap .time_prd_list {
	margin-right: -30px;
}
.time_prd_list_wrap .swiper a.link_wrap,
.time_prd_list_wrap .product_info {
	width: 100%;
}
.time_prd_list_wrap .product_info .button_equal {
	overflow: hidden;
}
