@charset "utf-8";
@import url('../asset/css/baseV2.css');

html {
	background-color: #FFF;
}

html, body {
	font-family: Apple SD Gothic Neo;
}

xmp {
	color: #000;
}

select {
	font-size: 16px;
	color: #666;
	border: solid 1px #666;
	line-height: 40px;
	height: 40px;
	/* background-color: #fff;
	background-image: url('../images/blt_select.png');
	background-position: calc(100% - 10px) center;
	background-repeat: no-repeat;
	-webkit-appearance: auto;
	-moz-appearance: auto;
	-o-appearance: auto;
	appearance: auto;
	border-radius: 0;
	-webkit-border-radius: 0;
	padding: 0 36px 0 10px;
	padding-right: 0\0/IE8+9;
	background-image: none\0/IE8+9;
	overflow: hidden;
	line-height: 1\0/IE8+9;
	vertical-align: middle; */
}

select::-ms-expand {
	display: none;
	/*display: block\0/IE8+9; */
}

#wrap {
	position: relative;
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
	padding: 0;

	max-width: 600px;
}

.pocekt_pay_icon {
	margin-right: 5px;
	width: 15px;
	height: 15px;
}


/* .pageOrderCartWrap #header,
.myPageWrap #header,
.myPageDetailWrap #header {
	padding-top: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	height: 38px;
}

.pageOrderCartWrap #header span:first-child,
.myPageWrap #header span:first-child,
.myPageDetailWrap #header span:first-child {
	position: absolute;
	left: 20px;
}

.pageOrderCartWrap #header span:last-child,
.myPageWrap #header span:last-child,
.myPageDetailWrap #header span:last-child {
	font-family: Apple SD Gothic Neo;
	font-weight: 700;
	font-size: 18px;
	line-height: 18px;
	letter-spacing: 0px;
	text-align: center;
	color: #000;
} */


.aHeader {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-top: 15px;
	position: relative;
}

.aHeader .back_link {
	margin-left: 20px;
}

.aHeader .pageTitle {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	font-family: Apple SD Gothic Neo;
	font-weight: 700;
	font-size: 18px;
	line-height: 18px;
	letter-spacing: 0px;
	text-align: center;
	color: #000;
}



.aHeader .rightSpot {
	display: flex;
	/* gap: 0 10px; */
}

.aHeader .bZoomBtn {
	cursor: pointer;
	background-image: url('../asset/images/b_b_zoom.png');
	background-size: contain;
	background-repeat: no-repeat;
	width: 21px;
	height: 21px;
	margin-right: 20px;
}



.aHeader .back_link_arrow {
	width: 11px;
	height: 20px;
}

.aHeader .mypage_link {
	position: absolute;
	top: 0px;
	right: 20px;
	cursor: pointer;
}

.aHeader .mypage_link img {
	width: 20px;
	height: 20px;
}


.bHeader {
	position: relative;
	margin-top: 20px;
}

.bHeader .pageTitle {
	font-family: Apple SD Gothic Neo;
	font-weight: 700;
	font-size: 18px;
	line-height: 18px;
	letter-spacing: 0px;
	text-align: center;
	color: #FFF;
	width: 100%;
}




.bHeader .back_link {
	position: absolute;
	top: 0px;
	left: 20px;
	cursor: pointer;
}

.bHeader .back_link_arrow {
	width: 11px;
	height: 20px;
}

.bHeader .mypage_link {
	position: absolute;
	top: 0px;
	right: 20px;
	cursor: pointer;
}

.bHeader .mypage_link img {
	width: 20px;
	height: 20px;
}


/******상품 상세 페이지*******/
.shipProductWrap {
	position: relative;
	/* outline: 1px solid red; */
	margin-bottom: 50px !important;
}

.shipProductWrap .back_blur {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	/* background-size: 200%; */
	background-size: contain;
	/* background-position: 50%; */
	background-repeat: no-repeat;
	filter: blur(30px);
	z-index: -1;
}


.shipProductWrap .product_img_wrap {
	width: 100%;
	position: relative;
	max-height: 600px;
	/* outline: 1px solid green; */
}


.shipProductWrap .product_img_wrap {
	margin-top: 20px;
}

.shipProductWrap .product_img_wrap .pimg {

	width: 150px;
	height: 150px;
	border-radius: 50%;
	z-index: 1;
	margin: 0 auto;
}

.shipProductWrap .product_img_wrap .pimg img {
	object-fit: cover;
	width: 100%;
	height: 100%;
	border-radius: 50%;

}

.shipProductWrap .paymentBtnWrap {
	cursor: pointer;

	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	max-width: 600px;
	position: fixed;
	z-index: 2;
	bottom: 30px;
}

.shipProductWrap .paymentBtnWrap .round {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 46px;
	outline: 1px solid #CDCDCD;
	width: 100%;
	margin: 0px 20px;
	border-radius: 15px;
	background-color: #FFF;
	opacity: 0.9;
	font-family: Apple SD Gothic Neo;
	font-weight: 600;
	font-size: 16px;
	line-height: 16px;
	letter-spacing: -1px;
	color: #000000;

	box-shadow: 0px 0px 10px 0px #0000001A;

}

.shipProductWrap .productTitleWrap {
	display: flex;
	justify-content: center;
	margin: 20px;
	background: #fff;
	padding: 20px;
	border-radius: 15px;
	max-width: 600px;
	opacity: 0.9;

}

.shipProductWrap .productTitleWrap .title {
	font-family: Apple SD Gothic Neo;
	font-weight: 700;
	font-size: 18px;
	/* line-height: 18px; */
	letter-spacing: 0px;
	color: #363636;
}

.shipProductWrap .productTitleWrap .pdate {
	margin-top: 10px;
	font-family: Apple SD Gothic Neo;
	font-weight: 700;
	font-size: 14px;
	line-height: 14px;
	letter-spacing: 0px;
	color: #6B6B6B;

}

.shipProductWrap .productTitleWrap .price {
	margin-top: 10px;
	font-family: Apple SD Gothic Neo;
	font-weight: 700;
	font-size: 16px;
	line-height: 16px;
	letter-spacing: 0px;
	color: #6B6B6B;
	text-align: right;
}


.shipProductWrap .detailWrap {
	/* box-shadow: 0px 0px 10px 0px #0000004D; */
	box-shadow: 10px -10px 10px 0px #0000001D;
	background-color: #FFF;
	width: 100%;
	max-width: 600px;
	min-height: 100px;
	border-top-left-radius: 30px;
	border-top-right-radius: 30px;
	padding: 20px;
}

.shipProductWrap .detailWrap .detailHeader {

	margin-top: 15px;
	display: flex;
	justify-content: space-around;
}

.shipProductWrap .detailWrap .detailHeader span {
	width: 50%;
	cursor: pointer;
}

.shipProductWrap .detailWrap .detailHeader span .tit {

	text-align: center;
	font-family: Apple SD Gothic Neo;
	font-weight: 700;
	font-size: 18px;
	line-height: 18px;
	letter-spacing: 0px;
	color: #CDCDCD;
}

.shipProductWrap .detailWrap .detailHeader span.active .tit {
	color: #363636;
}

.shipProductWrap .detailWrap .detailHeader span .line {
	margin-top: 20px;
	height: 1px;
	width: 100%;
	background-color: #CDCDCD;
}

.shipProductWrap .detailWrap .detailHeader span.active .line {
	background-color: #363636;
}

.shipProductWrap .detailWrap .detailBody {
	position: relative;
	margin-top: 30px;

	overflow: hidden;
	height: 450px;
	/* 초기에 보이는 높이 */
	transition: height 0.3s ease-in-out;
}

/* .shipProductWrap .detailWrap .detailBody>div {
	font-family: Apple SD Gothic Neo;
	font-weight: 700;
	font-size: 14px;
	line-height: 16px;
	color: #000;
} */
.shipProductWrap .detailWrap .detailBody>div {
	color: #000;
}

.shipProductWrap .detailWrap .detailBody.expanded {
	height: auto;
}

.shipProductWrap .detailWrap .toggle-btn {
	cursor: pointer;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 28px;
	border-radius: 10px;
	border: 1px solid #CDCDCD;
	font-family: Apple SD Gothic Neo;
	font-weight: 700;
	font-size: 12px;
	line-height: 12px;
	letter-spacing: 0px;
	text-align: center;
	z-index: 2;
	color: #6B6B6B;
}

.shipProductWrap .detailWrap .fade-overlay {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 50px;
	/* 그라데이션 효과 */
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 100%);
	display: block;
}


.shipProductWrap .detailWrap .detailCaution {
	margin-top: 60px;
}

.shipProductWrap .detailWrap .detailCaution .tit {
	font-family: Apple SD Gothic Neo;
	font-weight: 700;
	font-size: 14px;
	line-height: 14px;
	letter-spacing: 0px;
	color: #6B6B6B;
}

.shipProductWrap .detailWrap .detailCaution .tit:nth-child(n+2) {
	margin-top: 25px;
}

.shipProductWrap .detailWrap .detailCaution .texts {
	margin-top: 15px;
}

.shipProductWrap .detailWrap .detailCaution .texts div {
	font-family: Apple SD Gothic Neo;
	font-weight: 400;
	font-size: 14px;
	line-height: 18.5px;
	letter-spacing: 0px;
	color: #999999;
	position: relative;
	padding-left: 10px;
}

.shipProductWrap .detailWrap .detailCaution .texts div::before {
	content: "・";
	position: absolute;
	left: 0;
	top: 0;
}

.shipProductWrap .detailWrap .detailCaution .texts div>.bold {
	font-weight: 700;
	color: #000;
}

.shipProductWrap .detailWrap .detailCaution .texts div>.required {
	color: red;
	text-decoration: underline;
}

.shipProductWrap .paymentSelectWrapOverlay {
	display: none;
	position: absolute;
	top: 0;
	width: 100%;
	max-width: 600px;
	min-height: 100vh;
	height: 100%;
	background-color: #000;
	opacity: 0.3;
	z-index: 1;

}

.shipProductWrap .paymentSelectWrap {
	z-index: 2;
	display: none;
	position: fixed;
	bottom: 0;
	background-color: #F3F3F3;
	width: 100%;
	max-width: 600px;
	min-height: 100px;
	border-top-left-radius: 30px;
	border-top-right-radius: 30px;
	padding: 20px;
}


/*옵션 정보 시작*/

.shipProductWrap .paymentSelectWrap .optionWrap .optionSelTitle {
	font-family: Apple SD Gothic Neo;
	font-weight: 600;
	font-size: 12px;
	line-height: 12px;
	letter-spacing: -1px;
	color: #000000;
}

.shipProductWrap .paymentSelectWrap .optionWrap .optionSelWrap {
	margin-top: 10px;
	width: 100%;
	border-radius: 15px;
	border: 0px;
}

.shipProductWrap .paymentSelectWrap .optionWrap .optionSelectedWrap {
	margin-top: 10px;
}


.shipProductWrap .paymentSelectWrap .optionWrap .optionSelectedWrap .selSpot {
	/* outline: 1px solid blue; */
	display: flex;
	justify-content: space-between;
	margin-top: 15px;
}

.shipProductWrap .paymentSelectWrap .optionWrap .optionSelectedWrap .selSpot .optTxt {
	font-family: Apple SD Gothic Neo;
	font-weight: 400;
	font-size: 14px;
	line-height: 14px;
	letter-spacing: -1px;
	color: #000000;
	display: flex;
	align-items: center;
}

.shipProductWrap .paymentSelectWrap .optionWrap .optionSelectedWrap .selSpot .optCtrlSpot {
	display: flex;
	align-items: center;
}

.shipProductWrap .paymentSelectWrap .optionWrap .optionSelectedWrap .selSpot .optCtrlSpot .w {
	background-color: #FFF;
	border-radius: 30px;
	/* padding: 5px; */
	display: flex;
	align-items: center;
}

.shipProductWrap .paymentSelectWrap .optionWrap .optionSelectedWrap .selSpot .optCtrlSpot .optMinus,
.shipProductWrap .paymentSelectWrap .optionWrap .optionSelectedWrap .selSpot .optCtrlSpot .optPlus {
	/* outline: 1px solid red;
	background-color: red; */
	width: 40px;
	height: 40px;
	display: flex;
	padding: 5px;
	justify-content: center;
	align-items: center;
	color: #000000;
	font-size: 18px;
	cursor: pointer;
}

.shipProductWrap .paymentSelectWrap .optionWrap .optionSelectedWrap .selSpot .optCtrlSpot .qty {
	width: 30px;
	/* outline: 1px solid red; */
	text-align: center;
	font-size: 14px;
	color: #000000;
}

.shipProductWrap .paymentSelectWrap .optionWrap .optionSelectedWrap .selSpot .optCtrlSpot .optRemoveBtn {
	cursor: pointer;
	/* font-size: 12px;
	font-weight: 400;
	margin-left: 15px;
	background-color: #DEDEDE;
	border-radius: 50%;
	width: 20px;
	height: 20px;
	padding: 15px;
	color: #000000;
	display: flex;
	justify-content: center;
	align-items: center; */
}

.shipProductWrap .paymentSelectWrap .optionWrap .optionSelectedWrap .selSpot .optCtrlSpot .optRemoveBtn img {
	width: 30px;
	height: 30px;
	margin-left: 5px;
}


.shipProductWrap .paymentSelectWrap .totalPriceWrap {
	display: flex;
	justify-content: space-between;
	margin-top: 30px;
}


.shipProductWrap .paymentSelectWrap .totalPriceWrap .priceTit {
	font-family: Apple SD Gothic Neo;
	font-weight: 600;
	font-size: 14px;
	line-height: 14px;
	letter-spacing: -1px;
	color: #000000;
}

.shipProductWrap .paymentSelectWrap .totalPriceWrap .priceTxt {
	font-family: Apple SD Gothic Neo;
	font-weight: 700;
	font-size: 18px;
	line-height: 18px;
	letter-spacing: -1px;
	color: #000000;

}

.shipProductWrap .paymentSelectWrap .paymentActBtn {
	cursor: pointer;
	margin-top: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 46px;
	outline: 1px solid #CDCDCD;
	width: 100%;
	border-radius: 15px;
	background-color: #FFF;
	opacity: 0.9;
	font-family: Apple SD Gothic Neo;
	font-weight: 600;
	font-size: 16px;
	line-height: 16px;
	letter-spacing: -1px;
	color: #000000;
}

.shipProductWrap .paymentSelectWrap .paymentActBtn.active {
	background-color: #363636;
	color: #FFF;
}



/******주문 상세 페이지*******/

.pageOrderCartWrap {
	background-color: #F3F3F3;
	padding-bottom: 100px !important;
}


.pageOrderCartWrap .orderInfoWrap {

	margin: 10px 20px 0px 20px;
	padding: 20px;
	box-shadow: 0px 0px 10px 0px #0000001A;
	background-color: #FFF;
	border-radius: 15px;
}

.pageOrderCartWrap .orderInfoWrap .tit {
	font-family: Apple SD Gothic Neo;
	font-weight: 600;
	font-size: 16px;
	line-height: 16px;
	letter-spacing: 0px;
	color: #000;
}

.pageOrderCartWrap .orderInfoWrap .subTit {
	margin-top: 8px;
	font-family: Apple SD Gothic Neo;
	font-weight: 400;
	font-size: 12px;
	line-height: 120%;
	letter-spacing: 0px;
	color: #363636;
}

/* .pageOrderCartWrap .orderInfoWrap .subInfoWrap {} */

.pageOrderCartWrap .orderInfoWrap .subInfoWrap .tit {
	margin-top: 20px;
	font-family: Apple SD Gothic Neo;
	font-weight: 600;
	font-size: 14px;
	line-height: 14px;
	letter-spacing: 0px;
	color: #6B6B6B;

}

.pageOrderCartWrap .orderInfoWrap .subInfoWrap .valueText {
	margin-top: 7px;
	font-family: Apple SD Gothic Neo;
	font-weight: 400;
	font-size: 14px;
	line-height: 14px;
	letter-spacing: 0px;
	color: #6B6B6B;
}

.pageOrderCartWrap .orderInfoWrap .subInfoWrap .valueText input[type=text] {
	font-family: Apple SD Gothic Neo;
	border: 0;
	padding: 0px;
	border-bottom: 1px solid #DEDEDE;
	height: 24px;
	font-size: 14px;
	width: 100%;
	color: #6B6B6B;
}

.pageOrderCartWrap .orderInfoWrap .subInfoWrap .valueText input[type=text]::placeholder {
	font-family: Apple SD Gothic Neo;
	color: #6B6B6B;
	font-size: 12px;
}

.pageOrderCartWrap .orderInfoWrap .productInfoWrap,
.myPageDetailWrap .orderInfoWrap .productInfoWrap {
	margin-top: 20px;
	display: flex;
}

.pageOrderCartWrap .orderInfoWrap .productInfoWrap .pimg,
.myPageDetailWrap .orderInfoWrap .productInfoWrap .pimg {
	flex-shrink: 0;
	width: 95px;
	height: 95px;
	border-radius: 15px;
	overflow: hidden;
}

.pageOrderCartWrap .orderInfoWrap .productInfoWrap .pimg img,
.myPageDetailWrap .orderInfoWrap .productInfoWrap .pimg img {
	border-radius: 15px;
	object-fit: contain;
}

.pageOrderCartWrap .orderInfoWrap .productInfoWrap .pDetailWrap,
.myPageDetailWrap .orderInfoWrap .productInfoWrap .pDetailWrap {
	margin-left: 15px;
}

.pageOrderCartWrap .orderInfoWrap .productInfoWrap .pDetailWrap .ptitle,
.myPageDetailWrap .orderInfoWrap .productInfoWrap .pDetailWrap .ptitle {
	font-family: Apple SD Gothic Neo;
	font-weight: 600;
	font-size: 14px;
	line-height: 16.8px;
	letter-spacing: 0px;
	color: #363636;
}

.pageOrderCartWrap .orderInfoWrap .productInfoWrap .pDetailWrap .shortDesc,
.myPageDetailWrap .orderInfoWrap .productInfoWrap .pDetailWrap .shortDesc {
	margin-top: 8px;
	font-family: Apple SD Gothic Neo;
	font-weight: 600;
	font-size: 14px;
	line-height: 16.8px;
	letter-spacing: 0px;
	color: #6B6B6B;

}

.pageOrderCartWrap .orderInfoWrap .optionWrap,
.myPageDetailWrap .orderInfoWrap .optionWrap {
	margin-top: 20px;
}

.pageOrderCartWrap .orderInfoWrap .optionWrap .optSpot,
.myPageDetailWrap .orderInfoWrap .optionWrap .optSpot {
	display: flex;
	justify-content: space-between;
}

.pageOrderCartWrap .orderInfoWrap .optionWrap .optSpot .optNm,
.pageOrderCartWrap .orderInfoWrap .optionWrap .optSpot .optPrice,
.myPageDetailWrap .orderInfoWrap .optionWrap .optSpot .optNm,
.myPageDetailWrap .orderInfoWrap .optionWrap .optSpot .optPrice {
	font-family: Apple SD Gothic Neo;
	font-weight: 400;
	font-size: 14px;
	line-height: 16.8px;
	letter-spacing: 0px;
	color: #363636;
}


.pageOrderCartWrap .orderInfoWrap .optionWrap .optSpot .optPrice,
.myPageDetailWrap .orderInfoWrap .optionWrap .optSpot .optPrice {
	font-weight: 700;
}

.pageOrderCartWrap .orderInfoWrap .totalPriceWrap,
.myPageDetailWrap .orderInfoWrap .totalPriceWrap {
	border-top: 1px solid #999999;
	padding-top: 15px;
	margin-top: 15px;
	display: flex;
	justify-content: space-between;
}

.pageOrderCartWrap .orderInfoWrap .totalPriceWrap span,
.myPageDetailWrap .orderInfoWrap .totalPriceWrap span {
	font-family: Apple SD Gothic Neo;
	font-weight: 700;
	font-size: 14px;
	line-height: 16.8px;
	letter-spacing: 0px;
	text-align: right;
	color: #363636;
}

.pageOrderCartWrap .orderInfoWrap .paymentMethodWrap {
	margin-top: 25px;
	display: flex;
	flex-wrap: wrap;
}

.pageOrderCartWrap .orderInfoWrap .paymentMethodWrap>span {

	cursor: pointer;
	background-color: #F3F3F3;
	border-radius: 15px;
	padding: 15px;
	font-family: Apple SD Gothic Neo;
	font-weight: 400;
	font-size: 14px;
	line-height: 14px;
	letter-spacing: -1px;
	color: #000000;

}

.pageOrderCartWrap .orderInfoWrap .paymentMethodWrap>span:not(:first-child) {
	margin-left: 10px;
}

.pageOrderCartWrap .orderInfoWrap .paymentMethodWrap>span.active {
	color: #FFF;
	background-color: #363636;
}


.pageOrderCartWrap .orderInfoWrap .bankInfoWrap, .pageOrderCartWrap .orderInfoWrap .cashReceiptInfoWrap {
	margin-top: 20px;
}

.pageOrderCartWrap .orderInfoWrap .bankInfoWrap .bankInfo {
	margin-top: 10px;
	display: flex;
	flex-direction: column;
}

.pageOrderCartWrap .orderInfoWrap .bankInfoWrap .bankInfo span {
	font-family: Apple SD Gothic Neo;
	font-weight: 400;
	font-size: 12px;
	line-height: 120%;
	letter-spacing: 0px;
	color: #363636;
}


.pageOrderCartWrap .orderInfoWrap .bankInfoWrap input[type=text] {
	border: 0;
	border-bottom: 1px solid #DEDEDE;
	height: 24px;
	font-size: 14px;
	color: #6B6B6B;
}

.pageOrderCartWrap .orderInfoWrap .bankInfoWrap input[type=text]::placeholder {
	color: #6B6B6B;
	font-size: 12px;
}


.pageOrderCartWrap .paymentActBtn {
	cursor: pointer;
	/* margin-top: 30px; */
	margin: 30px 20px 0px 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 46px;
	outline: 1px solid #CDCDCD;
	max-width: 600px;
	border-radius: 15px;
	background-color: #FFF;
	opacity: 0.9;
	font-family: Apple SD Gothic Neo;
	font-weight: 600;
	font-size: 16px;
	line-height: 16px;
	letter-spacing: -1px;
	color: #000000;
}

.pageOrderCartWrap .paymentActBtn.active {
	background-color: #363636;
	color: #FFF;
}

.background {
	width: 100%;
	height: 100%;
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	opacity: 0.7;
	background-color: #000;
	z-index: 9998;

}

.use_box {
	max-width: 600px;
	background-color: #F2F2F2;
	min-width: 300px;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -45%);
	z-index: 9999;
	font-size: 14px;
	display: flex;
	flex-wrap: wrap;
	display: none;
	border-radius: 14px;
}

.use_box .cmt_title {
	font-style: normal;
	font-weight: 600;
	font-size: 14px;
	line-height: 22px;
	text-align: center;
	letter-spacing: -0.408px;
	color: #000000;
	width: 100%;
	padding-top: 20px;
}


.use_box .cmt {
	width: 100%;
	box-sizing: border-box;
	padding: 12px 0px;
	border-bottom: 1px solid rgba(60, 60, 67, 0.29);

	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	line-height: 16px;
	/* or 133% */

	text-align: center;
	letter-spacing: -0.078px;

	/* Label Light / Primary */

	color: #000000;
}

.use_box .cmt .desc {
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	line-height: 16px;
	/* or 133% */

	text-align: center;
	letter-spacing: -0.078px;

	color: #828282;
}

.use_box .no, .use_box .yes {
	width: calc(50% - 2px);
	height: 44px;
	font-size: 12px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-style: normal;
	font-weight: normal;
	font-size: 17px;
	line-height: 22px;
	text-align: center;
	letter-spacing: -0.408px;
	color: #007AFF;
}

.use_box .use_line {
	width: 1px;
	height: 44px;
	background-color: rgba(60, 60, 67, 0.29);
}

/****************마이페이지*****************/
.myPageWrap {
	min-height: 100vh;
	background-color: #F3F3F3;
	padding-bottom: 50px !important;
}

.myPageWrap .listWrap {
	margin-top: 20px;
}

.myPageWrap .listWrap .listItemWrap {
	margin: 10px 20px 0px 20px;
	padding: 20px;
	box-shadow: 0px 0px 10px 0px #0000001A;
	background-color: #FFF;
	border-radius: 15px;
}

.myPageWrap .listWrap .listItemWrap .itemHead {
	display: flex;
	justify-content: flex-start;
}

.myPageWrap .listWrap .listItemWrap .itemHead .orderStatus {
	font-family: Apple SD Gothic Neo;
	font-weight: 700;
	font-size: 14px;
	line-height: 14px;
	letter-spacing: 0px;
	color: #363636;
}


.myPageWrap .listWrap .listItemWrap .orderInfoWrap .productInfoWrap .qrcodeZoom {
	margin-left: auto;
	max-width: 100px;
	max-height: 100px;
}



.myPageWrap .listWrap .listItemWrap .itemHead .orderStatus.s2 {
	color: #F13236;
}

.myPageWrap .listWrap .listItemWrap .itemHead .regDate {
	margin-left: 10px;
	font-family: Apple SD Gothic Neo;
	font-weight: 400;
	font-size: 14px;
	line-height: 14px;
	letter-spacing: 0px;
	color: #363636;

}

.myPageWrap .listWrap .listItemWrap .itemHead .detailBtn {
	cursor: pointer;
	font-family: Apple SD Gothic Neo;
	font-weight: 400;
	font-size: 12px;
	line-height: 14.4px;
	letter-spacing: 0px;
	color: #363636;
	display: flex;
	align-items: center;
	margin-left: auto;
}

.myPageWrap .listWrap .listItemWrap .itemHead .detailBtn img {
	margin-left: 5px;
	width: 6px;
	height: 11px;
}

.myPageWrap .listWrap .listItemWrap .orderInfoWrap .subInfoWrap .tit {
	margin-top: 20px;
	font-family: Apple SD Gothic Neo;
	font-weight: 600;
	font-size: 14px;
	line-height: 14px;
	letter-spacing: 0px;
	color: #6B6B6B;

}

.myPageWrap .listWrap .listItemWrap .orderInfoWrap .subInfoWrap .valueText {
	margin-top: 7px;
	font-family: Apple SD Gothic Neo;
	font-weight: 400;
	font-size: 14px;
	line-height: 14px;
	letter-spacing: 0px;
	color: #6B6B6B;
}

.myPageWrap .listWrap .listItemWrap .orderInfoWrap .subInfoWrap .valueText input[type=text] {
	border: 0;
	border-bottom: 1px solid #DEDEDE;
	height: 24px;
	font-size: 14px;
	width: 100%;
	color: #6B6B6B;
}

.myPageWrap .listWrap .listItemWrap .orderInfoWrap .subInfoWrap .valueText input[type=text]::placeholder {
	color: #6B6B6B;
	font-size: 12px;
}

.myPageWrap .listWrap .listItemWrap .orderInfoWrap .productInfoWrap {
	margin-top: 20px;
	display: flex;
}

.myPageWrap .listWrap .listItemWrap .orderInfoWrap .productInfoWrap .pimg {
	flex-shrink: 0;
	width: 95px;
	height: 95px;
	border-radius: 15px;
	overflow: hidden;
}

.myPageWrap .listWrap .listItemWrap .orderInfoWrap .productInfoWrap .pimg img {
	border-radius: 15px;
	object-fit: contain;
}

.myPageWrap .listWrap .listItemWrap .orderInfoWrap .productInfoWrap .pDetailWrap {
	margin-left: 15px;
}

.myPageWrap .listWrap .listItemWrap .orderInfoWrap .productInfoWrap .pDetailWrap .ptitle {
	font-family: Apple SD Gothic Neo;
	font-weight: 600;
	font-size: 14px;
	line-height: 16.8px;
	letter-spacing: 0px;
	color: #363636;
}

.myPageWrap .listWrap .listItemWrap .orderInfoWrap .productInfoWrap .pDetailWrap .shortDesc {
	margin-top: 8px;
	font-family: Apple SD Gothic Neo;
	font-weight: 600;
	font-size: 14px;
	line-height: 16.8px;
	letter-spacing: 0px;
	color: #6B6B6B;

}


.myPageWrap .listWrap .listItemWrap .orderInfoWrap .totalPriceWrap {
	border-top: 1px solid #999999;
	padding-top: 15px;
	margin-top: 20px;
	display: flex;
	justify-content: space-between;
}

.myPageWrap .listWrap .listItemWrap .orderInfoWrap .totalPriceWrap span {
	font-family: Apple SD Gothic Neo;
	font-weight: 700;
	font-size: 14px;
	line-height: 16.8px;
	letter-spacing: 0px;
	text-align: right;
	color: #6B6B6B;

}

/****** 상세 페이지 ****************/

.myPageDetailWrap {
	background-color: #F3F3F3;
	padding-bottom: 100px !important;
}

.myPageDetailWrap .myPageDetailContWrap {
	padding-top: 10px;
}

.myPageDetailWrap .orderInfoWrap {

	margin: 10px 20px 0px 20px;
	padding: 20px;
	box-shadow: 0px 0px 10px 0px #0000001A;
	background-color: #FFF;
	border-radius: 15px;
}



.myPageDetailWrap .orderInfoWrap .tit {
	font-family: Apple SD Gothic Neo;
	font-weight: 600;
	font-size: 16px;
	line-height: 16px;
	letter-spacing: 0px;
	color: #000;
}


.myPageDetailWrap .orderInfoWrap .subInfoWrap.dflex {
	display: flex;
	flex-wrap: wrap;
	/* 두 개씩 줄바꿈 */
	gap: 0px 10px;
	/* 제목과 값 사이 간격 */
	justify-content: space-between;
	/* 좌우 정렬 */
	width: 100%;
	margin-top: 10px;
}

.myPageDetailWrap .orderInfoWrap .subInfoWrap.dflex .tit {
	margin-top: 10px;
	font-family: Apple SD Gothic Neo;
	font-weight: 400;
	font-size: 14px;
	line-height: 16.8px;
	letter-spacing: 0px;
	color: #363636;
	width: 30%;

	text-align: left;
}

.myPageDetailWrap .orderInfoWrap .subInfoWrap.dflex .valueText {
	margin-top: 10px;
	font-family: Apple SD Gothic Neo;
	font-weight: 600;
	font-size: 14px;
	line-height: 16.8px;
	letter-spacing: 0px;
	color: #363636;
	width: 45%;
	text-align: right;

}

.myPageDetailWrap .orderInfoWrap .subInfoWrap .tit {
	margin-top: 20px;
	font-family: Apple SD Gothic Neo;
	font-weight: 600;
	font-size: 14px;
	line-height: 14px;
	letter-spacing: 0px;
	color: #6B6B6B;

}

.myPageDetailWrap .orderInfoWrap .subInfoWrap .valueText {
	margin-top: 7px;
	font-family: Apple SD Gothic Neo;
	font-weight: 600;
	font-size: 14px;
	line-height: 14px;
	letter-spacing: 0px;
	color: #363636;
}

.myPageDetailWrap .orderInfoWrap .subInfoWrap .valueText input[type=text] {
	border: 0;
	padding: 0px;
	border-bottom: 1px solid #DEDEDE;
	height: 24px;
	font-size: 14px;
	width: 100%;
	color: #6B6B6B;
}

.myPageDetailWrap .orderInfoWrap .subInfoWrap .valueText input[type=text]::placeholder {
	color: #6B6B6B;
	font-size: 12px;
}


.myPageDetailWrap .detailCaution {
	margin: 0 30px;
}

.myPageDetailWrap .detailCaution .tit {
	font-family: Apple SD Gothic Neo;
	font-weight: 700;
	font-size: 14px;
	line-height: 14px;
	letter-spacing: 0px;
	color: #6B6B6B;
}

.myPageDetailWrap .detailCaution .texts {
	margin-top: 15px;
}

.myPageDetailWrap .detailCaution .texts div {
	font-family: Apple SD Gothic Neo;
	font-weight: 400;
	font-size: 14px;
	line-height: 17px;
	letter-spacing: 0px;
	color: #999999;
}

.myPageDetailWrap .detailCaution .texts div>.bold {
	font-weight: 700;
	color: #000;
}

.myPageDetailWrap .detailCaution .texts div>.required {
	color: red;
	text-decoration: underline;
}



/*========page css==========*/
/* 페이징 컨테이너 */
.paging {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 4px;
	margin: 20px 0;
}

/* 페이징 링크 공통 스타일 */
.paging a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 36px;
	height: 36px;
	padding: 0 8px;
	border: 1px solid #ddd;
	border-radius: 4px;
	background-color: #fff;
	color: #333;
	text-decoration: none;
	font-size: 14px;
	transition: all 0.2s ease;
}

/* 호버 효과 */
.paging a:hover {
	border-color: #999;
	background-color: #f8f8f8;
	color: #000;
}

/* 활성 페이지 */
.paging a.on,
.paging .on {
	border-color: #333;
	background-color: #333;
	color: #fff;
	font-weight: 600;
	pointer-events: none;
}

/* 처음/이전/다음/마지막 버튼 */
.paging a.direction {
	position: relative;
	font-size: 0;
}

.paging a.direction::before {
	content: '';
	display: inline-block;
	width: 8px;
	height: 8px;
	border-top: 2px solid currentColor;
	border-right: 2px solid currentColor;
}

/* 처음 페이지 */
.paging a.direction.first::before {
	transform: rotate(-135deg);
	/* margin-right: 4px; */
}

.paging a.direction.first::after {
	content: '';
	display: inline-block;
	width: 8px;
	height: 8px;
	border-top: 2px solid currentColor;
	border-right: 2px solid currentColor;
	transform: rotate(-135deg);
}

/* 이전 페이지 */
.paging a.prev::before {
	transform: rotate(-135deg);
}

/* 다음 페이지 */
.paging a.next::before {
	transform: rotate(45deg);
}

/* 마지막 페이지 */
.paging a.direction.last::before {
	transform: rotate(45deg);
	margin-left: 4px;
}

.paging a.direction.last::after {
	content: '';
	display: inline-block;
	width: 8px;
	height: 8px;
	border-top: 2px solid currentColor;
	border-right: 2px solid currentColor;
	transform: rotate(45deg);
}

/* 비활성 상태 */
.paging a.disabled {
	opacity: 0.3;
	pointer-events: none;
	cursor: default;
}

/* 반응형 - 모바일 */
@media (max-width: 768px) {
	.paging a {
		min-width: 28px;
		height: 28px;
		font-size: 11px !important;
	}

	.paging {
		gap: 1px;
	}
}


.noneData {
	margin: 10px 20px 0px 20px;
	padding: 20px;
	box-shadow: 0px 0px 10px 0px #0000001A;
	background-color: #FFF;
	border-radius: 15px;
	color: #000;
	text-align: center;
}


#footer {
	padding: 0 1.5rem 1rem;
	max-width: 600px;
	margin: 0 auto;
}

#footer .mail {
	display: block;
	text-align: center;
	font-size: 1.2rem;
	margin-bottom: 1rem;
	color: #999999
}

#footer .footer-wrap {
	display: flex;
	align-items: center;
	border-top: #1e1e1e 1px solid;
	padding: 1.4rem 0 0 0;
	font-size: 1rem;
}

#footer .footer-wrap .logo {
	flex: none;
	width: 7.5rem;
}

#footer .footer-wrap .logo img {
	display: block;
	width: 5.4rem;
}

#footer .footer-wrap .f-link {
	flex: 1;
}

#footer .footer-wrap .f-link a {
	display: inline-block;
	color: #6c6c6c;
}

#footer .footer-wrap .f-link a+a,
#footer .footer-wrap .f-link .copy {
	margin-left: 2rem;
	color: #6c6c6c;
}


.footer-wrap .info .t1 {
	display: flex;
	gap: 0 15px
}

.footer-wrap .info .t1 span {
	color: #6c6c6c;
	font-family: Noto Sans KR;
	font-size: 16px;
	font-weight: 700;
	line-height: 22.4px;
	text-align: left
}

.footer-wrap .info .t1 span a {
	color: #6c6c6c;
}

.footer-wrap .info .t1 .gap {
	color: #6c6c6c;
	font-size: 12px
}

.footer-wrap .info .t2 {
	display: flex;
	gap: 0 27px;
	margin-top: 8px
}

.footer-wrap .info .t2 span {
	color: #6c6c6c;
	font-family: Noto Sans KR;
	font-size: 14px;
	font-weight: 400;
	line-height: 19.6px;
	text-align: left
}

.footer-wrap .info .t3 {
	display: flex;
	gap: 0 27px;
	margin-top: 3px
}

.footer-wrap .info .t3 span {
	font-size: 14px;
	line-height: 19.6px
}

.footer-wrap .info .t3 span, .footer-wrap .info .t4 {
	color: #6c6c6c;
	font-family: Noto Sans KR;
	font-weight: 400;
	text-align: left
}

.footer-wrap .info .t4 {
	font-size: 12px;
	line-height: 16.8px;
	margin-top: 7px
}

/********* 메인 페이지 ***********/
.mainWrap {
	/* background-color: #000; */
	padding-top: 15px;
}

.mainWrap .mainBannersWrap {
	position: relative;
	/* padding-bottom: 30px; */
	/* outline: 1px solid burlywood; */
}

.mainWrap .mainBannersWrap .blurBg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;
	/* filter: blur(50px); */
	filter: blur(30px);
	z-index: -2;
	/* transition: opacity 0.3s ease; */
}

.mainWrap .mainBannersWrap .blurBgGradient {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	/* background: linear-gradient(rgba(54, 54, 54, 1), rgba(54, 54, 54, 0)); */
	background: linear-gradient(rgba(65, 65, 65, 1), rgba(65, 65, 65, 0));
	z-index: -1;
}

.topHeader {
	/* z-index: 3; */
	/* width: 100%; */
	/* top: 0px;
	position: absolute; */
	background-color: rgba(0, 0, 0, 0);
	/* outline: 1px solid red; */
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 15px 20px;
	z-index: 2;
}


.topHeader .backBtn {
	cursor: pointer;
	background-image: url('../asset/images/mall_home.png');
	background-size: contain;
	background-repeat: no-repeat;
	width: 24px;
	height: 24px;
}

.topHeader .rightSpot {
	display: flex;
	/* gap: 0 10px; */
}

.topHeader .zoomBtn {
	cursor: pointer;
	background-image: url('../asset/images/w_bt_zoom.png');
	background-size: contain;
	background-repeat: no-repeat;
	width: 21px;
	height: 21px;
	margin-right: 19px;
}

.topHeader .mypageBtn {
	cursor: pointer;
	background-image: url('../asset/images/mall_mypage.png');
	background-size: contain;
	background-repeat: no-repeat;
	width: 21px;
	height: 21px;
}

.topHeader .mainTitle {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	font-family: Apple SD Gothic Neo;
	font-weight: 700;
	font-size: 18px;
	line-height: 100%;
	letter-spacing: 0px;
	text-align: center;
	color: #fff;
}

.topHeader.blackBase {
	background-color: #f3f3f3;
}

.topHeader.blackBase .mainTitle {
	color: #000;
}


.topHeader.blackBase .backBtn {
	background-image: url('../asset/images/mall_home_bl.png');
}

.topHeader.blackBase .mypageBtn {
	background-image: url('../asset/images/mall_mypage_bl.png');
}

.topHeader.blackBase .zoomBtn {
	cursor: pointer;
	background-image: url('../asset/images/b_b_zoom.png');
	background-size: contain;
	background-repeat: no-repeat;
	width: 21px;
	height: 21px;
	margin-right: 19px;
}


.topHeader .searchWrap {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
	outline: 1px solid red;
	background-color: #fff;
	padding: 0px 20px;
}

.topHeader .searchWrap input[type="text"] {

	width: 100%;
	height: 30px;
	border: none;
	outline: none;
	background-color: transparent;
	color: #000;
	font-size: 16px;
	font-weight: 400;
	line-height: 100%;
	letter-spacing: 0px;
	text-align: left;
}

.mainWrap .mainBannersWrap .mainBannersTitle {
	margin-top: 40px;
	margin-left: 20px;
}

.mainWrap .mainBannersTitle .mainBannersTitle_1 {
	transition: all 0.3s ease-in-out;
	font-family: Apple SD Gothic Neo;
	font-weight: 600;
	font-size: 14px;
	line-height: 100%;
	letter-spacing: -1px;
	color: #FFF;
}

.mainWrap .mainBannersTitle .mainBannersTitle_2 {
	transition: all 0.3s ease-in-out;
	margin-top: 8px;
	font-family: Apple SD Gothic Neo;
	font-weight: 600;
	font-size: 18px;
	line-height: 100%;
	letter-spacing: -1px;

	color: #FFF;
}

.mainWrap .mainBannersWrap .mainBanners {
	margin: 15px 0px 0px 0px;
	padding-bottom: 30px;
	/* min-height: 274px; */
}


.mainWrap .mainBannersWrap .mainBanners .swiper-pagination {
	bottom: 0px !important;
}

.mainWrap .mainBannersWrap .mainBanners .swiper-pagination .pagingItem {
	height: 2px;
	width: 11px;
	margin: 0;
	opacity: 1;
	background: rgba(255, 255, 255, 0.4);
	border-radius: 0;
}

.mainWrap .mainBannersWrap .mainBanners .swiper-pagination .pagingItem.swiper-pagination-bullet-active {
	background: #FFF
}

.mainWrap .mainBannersWrap .mainBanners .swiper-wrapper {
	display: flex;
	align-items: center;

}


.mainWrap .mainBannersWrap .mainBanners .swiper-wrapper .swiperImgSpot {
	cursor: pointer;
	background: darkgrey;
	/* width: 204px;
	height: 204px; */
	width: calc(100% / 2);
	height: calc(100% / 2);
	min-width: 204px;
	min-height: 204px;
	border-radius: 30px;
	position: relative;
	/* outline: 1px solid red; */
}

.mainWrap .mainBannersWrap .mainBanners .swiper-wrapper .swiperImgSpot .gradientBg {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 60%;
	background: linear-gradient(to bottom, rgba(54, 54, 54, 0), rgba(54, 54, 54, 1));
	border-bottom-right-radius: 30px;
	border-bottom-left-radius: 30px;
}



.mainWrap .mainBannersWrap .mainBanners .swiper-wrapper .swiperImgSpot img {
	border-radius: 30px;
}


/*
.mainWrap .mainBannersWrap .mainBanners .swiper-wrapper .swiperImgSpot.swiper-slide-active {
	width: 204px;
	height: 204px;
	transition: width 0.3s, height 0.3s;
}
*/

.mainWrap .mainBannersWrap .mainBanners .swiper-wrapper .swiperImgSpot.swiper-slide-active .textInfo {
	width: 204px;
}

.mainWrap .mainBannersWrap .mainBanners .swiper-wrapper .swiperImgSpot .textInfo {
	width: 150px;
	padding: 0px 25px;
	position: absolute;
	bottom: 20px;
	left: 50%;
	transform: translateX(-50%);
}


.swiper-pagination-wrapper {
	display: flex !important;
	gap: 10px;
	bottom: 20px;
	left: 50%;
	padding: 20px 16px 30px 16px;
	z-index: 1;
	flex-direction: row;
	justify-content: center;
}

.current-slide, .total-slides {
	color: #fff;
	font-size: 14px;
	font-weight: 500;
	min-width: 20px;
	text-align: center;
}

.swiper-pagination {
	position: static !important;
	width: auto !important;
	display: flex;
	align-items: center;
}

.mainWrap .mainBannersWrap .mainBanners .swiper-wrapper .swiperImgSpotTemplate1 {
	/* aspect-ratio: 335/224; */
	aspect-ratio: 335/335;
	cursor: pointer;
	/* background: darkgrey; */
	/* width: 335px !important; */
	/* height: 224px; */
	border-radius: 30px;
	position: relative;
	overflow: hidden;
	/* padding: 0px 20px; */
	/* margin: 0px 20px; */
	/* outline: 1px solid red; */
}


.mainWrap .mainBannersWrap .mainBanners .swiper-wrapper .swiperImgSpotTemplate1 .gradientBg {
	/* width: calc(100% - 20px); */
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0px;
	height: 50%;
	/* outline: 1px solid red; */
	background: linear-gradient(to bottom, rgba(54, 54, 54, 0), rgba(54, 54, 54, 1));
	border-bottom-right-radius: 30px;
	border-bottom-left-radius: 30px;
}

.mainWrap .mainBannersWrap .mainBanners .swiper-wrapper .swiperImgSpotTemplate1 img {
	border-radius: 30px;
	object-fit: cover;
}


.mainWrap .mainBannersWrap .mainBanners .swiper-wrapper .swiperImgSpotTemplate1 .textInfo {
	width: 100%;
	padding: 0px 24px;
	/* outline: 1px solid red; */
	position: absolute;
	bottom: 30px;
	left: 0px;
}

.mainWrap .mainBannersWrap .mainBanners .swiper-wrapper .swiperImgSpot .textInfo .grpName,
.mainWrap .mainBannersWrap .mainBanners .swiper-wrapper .swiperImgSpotTemplate1 .textInfo .grpName {
	font-family: Apple SD Gothic Neo;
	font-weight: 600;
	font-size: 14px;
	line-height: 100%;
	letter-spacing: -1px;
	color: #FFF;
}

.mainWrap .mainBannersWrap .mainBanners .swiper-wrapper .swiperImgSpot .textInfo .productName,
.mainWrap .mainBannersWrap .mainBanners .swiper-wrapper .swiperImgSpotTemplate1 .textInfo .productName {
	margin-top: 7px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-family: Apple SD Gothic Neo;
	font-weight: 600;
	font-size: 18px;
	line-height: 100%;
	letter-spacing: -1px;
	color: #FFF;
}


.mainWrap .mainProductWrap {
	padding: 50px 20px;
	background-color: #f3f3f3;

}

.productMoreBtn {
	cursor: pointer;
	border: 1px solid #CDCDCD;
	border-radius: 10px;
	/* padding: 14px 20px; */
	height: 28px;
	font-family: Apple SD Gothic Neo;
	font-weight: 400;
	font-size: 14px;
	line-height: 100%;
	letter-spacing: 0px;
	color: #000;
	text-align: center;
	margin-top: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.currentProductListWrap {
	padding: 0px 0px 50px 0px !important
}

/* .mainWrap .mainProductWrap .mainProductWrap_item:not(:first-child) {
	margin-top: 50px;
} */

.mainWrap .mainProductWrap .mainProductWrap_item {
	display: flex;
	margin-bottom: 20px;
}

.mainWrap .mainProductWrap .mainProductWrap_item .moreBtn {
	cursor: pointer;
	margin-left: auto;
	background-image: url('../asset/images/main_more_btn.png');
	background-size: contain;
	background-repeat: no-repeat;
	width: 11px;
	height: 20px;
}

.mainWrap .mainProductWrap .mainProductWrap_item .cateTitle {
	font-family: Apple SD Gothic Neo;
	font-weight: 800;
	font-style: ExtraBold;
	font-size: 22px;
	line-height: 100%;
	letter-spacing: -1px;

	color: #000;
}


.productItemsWrap {
	/* margin-top: 15px; */
	position: relative;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 10px;
}

/* @media (max-width: 426px) {

	.productItemsWrap {
		grid-template-columns: repeat(2, 1fr);
	}
} */


.productItemsWrap .productItem {
	/* width: 155px; */
	/* margin-right: 10px; */
	cursor: pointer;
}

/* .productItemsWrap .productItem:last-child {
	margin-right: 0px;
} */


.productItemsWrap .productItem .productItem_img {
	position: relative;
	background-color: #FFF;
	/* border-radius: 15px; */
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
	overflow: hidden;
	aspect-ratio: 1 / 1;
	/* Center crop image inside productItem_img */
	display: flex;
	align-items: center;
	justify-content: center;
}

.productItemsWrap .productItem .productItem_img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.productItemsWrap .productItem .productItem_img.end img {
	/* background: rgba(54, 54, 54, 0.6); */
	filter: brightness(0.6);
}

.productItemsWrap .productItem .productItem_info {
	background-color: #FFF;
	padding: 15px;
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
}

.productItemsWrap .productItem .productItem_info .productItem_info_grp_name {

	font-family: Apple SD Gothic Neo;
	font-weight: 600;
	font-style: SemiBold;
	font-size: 12px;
	line-height: 100%;
	letter-spacing: 0px;
	color: #212121;
	margin-bottom: 8px;

}

.productItemsWrap .productItem .productItem_info .productItem_info_title {
	font-family: Apple SD Gothic Neo;
	font-weight: 600;
	font-size: 16px;
	line-height: 120%;
	letter-spacing: -1px;
	color: #000;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
	min-height: 38.4px;
	margin-bottom: 8px;
}


.productItemsWrap .productItem .productItem_info .productItem_info_price {
	font-family: Apple SD Gothic Neo;
	font-weight: 800;
	font-style: ExtraBold;
	font-size: 18px;
	line-height: 120%;
	letter-spacing: -1px;
	color: #212121;

}


.productItemsWrap .productItem .productItem_info .performance_date {
	margin-top: 10px;
	font-family: Apple SD Gothic Neo;
	font-weight: 400;
	font-size: 14px;
	line-height: 100%;
	letter-spacing: 0px;
	color: rgba(107, 107, 107, 1);
}

.productItemsWrap .productItem .saleStatus {
	position: absolute;
	bottom: 15px;
	left: 15px;
	display: flex;
	align-items: center;
	justify-content: center;

	z-index: 1;
	border-radius: 19px;
	background: rgba(33, 33, 33, 0.7);


}

.productItemsWrap .productItem .saleStatus span {
	font-family: Apple SD Gothic Neo;
	font-weight: 400;
	font-size: 12px;
	line-height: 100%;
	letter-spacing: 0px;
	text-align: center;
	color: #FFF;
	padding: 6px 16px;
}

.productItemsWrap .productItem .saleStatus.open span {
	color: rgba(33, 33, 33, 1);
}

.productItemsWrap .productItem .saleStatus.end span {
	color: rgba(205, 205, 205, 1);
}


.mainWrap .mainProductWrap .productTagWrap {
	display: flex;
	gap: 10px;
	margin-bottom: 15px;
}

.mainWrap .mainProductWrap .productTagWrap .productTag {
	border: 1px solid #CDCDCD;
	cursor: pointer;
	border-radius: 18px;
	color: #6B6B6B;
	display: flex;
	align-items: center;
}

.mainWrap .mainProductWrap .productTagWrap .productTag.active {
	border: 1px solid #363636;
	background-color: #363636;
	color: #FFF;
}

.mainWrap .mainProductWrap .productTagWrap .productTag .productTagName {
	font-family: Apple SD Gothic Neo;
	font-weight: 500;
	font-size: 14px;
	letter-spacing: 0px;
	padding: 7px 8px;
	display: block;
	line-height: 1;

}

/********* 푸터 ***********/
.footerWrapV2 {
	max-width: 600px;
	margin: 0 auto;
	padding: 20px;
}

.footerWrapV2 .linkWrap {
	display: flex;
	justify-content: space-between;
}

.footerWrapV2 .linkWrap .plWrap {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.footerWrapV2 .linkWrap .plWrap .link {
	font-family: Apple SD Gothic Neo;
	font-weight: 400;
	font-size: 12px;
	line-height: 120%;
	letter-spacing: 0px;
	color: rgba(54, 54, 54, 1);
}

.footerWrapV2 .linkWrap .plWrap .link a {
	color: rgba(54, 54, 54, 1);
}

.footerWrapV2 .linkWrap .plWrap .gap {
	margin: 0px 10px;
}

.footerWrapV2 .linkWrap .prWrap {
	display: flex;
	justify-content: space-between;
}

.footerWrapV2 .linkWrap .prWrap .link.familySite {
	font-family: Apple SD Gothic Neo;
	font-weight: 400;
	font-size: 12px;
	line-height: 120%;
	letter-spacing: 0px;
	color: rgba(122, 122, 122, 1);
}

.footerWrapV2 .linkWrap .prWrap .link.officialHome {
	margin-left: 5px;
	font-family: Apple SD Gothic Neo;
	font-weight: 400;
	font-size: 12px;
	line-height: 120%;
	letter-spacing: 0px;
	color: rgba(54, 54, 54, 1);
}

.footerWrapV2 .infoWrap {
	margin-top: 20px;
	display: flex;
	justify-content: space-between;
}

.footerWrapV2 .infoWrap .info div {
	margin-bottom: 5px;
	font-family: Apple SD Gothic Neo;
	font-weight: 400;
	font-size: 12px;
	line-height: 120%;
	letter-spacing: 0px;
	color: rgba(122, 122, 122, 1);
}

.footerWrapV2 .infoWrap .info .cpName {
	color: rgba(54, 54, 54, 1);
}

.footerWrapV2 .infoWrap .logo img {
	height: 90px;
}

.footerWrapV2 .copyright {
	margin-top: 20px;
	font-family: Apple SD Gothic Neo;
	font-weight: 400;
	font-size: 12px;
	line-height: 120%;
	letter-spacing: 0px;
	color: rgba(153, 153, 153, 1);
}


/***search***/

.secarhProductListWrap {
	margin: 15px 0px 0px 0px;
}


.searchWrap {
	background-color: #f3f3f3;
	min-height: 90vh;
	padding: 0px 20px;
	padding-bottom: 20px;
}

.searchWrap .guideText {
	position: absolute;
	top: 50px;
	left: 50%;
	transform: translate(-50%, -50%);
}

.searchBox {

	position: relative;
	padding-top: 20px;
}

.searchBox .searchIcon {
	position: absolute;
	left: 20px;
	bottom: 0px;
	transform: translateY(-50%);
	display: block;
	cursor: pointer;
	background-image: url('../asset/images/b_b_zoom.png');
	background-size: contain;
	background-repeat: no-repeat;
	width: 21px;
	height: 21px;
	margin-right: 19px;
}

.searchBox .searchInput {
	font-family: Apple SD Gothic Neo;
	font-size: 14px;
	border-radius: 15px;
	border: 1px solid #c4c4c4;
	background-color: #f8f8f8;
	color: #828282;
	text-indent: 35px;
	width: 100%;

}

.searchBox .searchInput:focus {
	outline: none;
	box-shadow: none;
}

.searchBox .searchInput:focus-visible {
	outline: none;
	box-shadow: none;
}


.current_product_list{
	margin-top: 20px;
	padding-top: 0px !important;
}

/***filter***/

.filterWrap {
	padding: 40px 20px 0px 20px;
	/* background: #fff; */
	border-bottom: 1px solid #f0f0f0;
}

.filterItem {
	position: relative;
}

.filterDropdown {
	/* border-radius: 8px; */
	padding: 0px 4px;
	color: #333;
	display: flex;
	align-items: center;
	justify-content: space-between;
	/* width: 140px; */
	box-shadow: none;
	cursor: pointer;
	outline: none;
	font-family: Apple SD Gothic Neo;
	font-weight: 400;
	font-size: 14px;
	line-height: 100%;

}

/* .filterDropdown:hover,
.filterDropdown:focus,
.filterDropdown.show {
	background: #fff;
} */

.dropdown-arrow {
	width: 6px;
	height: 11px;
	transform: rotate(90deg);
	background-image: url('/mall/asset/images/main_more_btn.png');
	background-size: contain;
	background-repeat: no-repeat;

	transition: transform 0.3s ease;
	margin-left: 8px;
}

.filterDropdown.show .dropdown-arrow {
	transform: rotate(270deg);
}

.filterDropdownMenu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	background: #fff;
	border: 1px solid #e0e0e0;
	border-radius: 8px;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
	padding: 8px 0;
	margin-top: 4px;
	/* min-width: 140px; */
	list-style: none;
}

.filterDropdownMenu .dropdown-item {
	display: block;
	padding: 10px 10px !important;
	font-size: 14px !important;
	color: #333 !important;
	transition: background-color 0.2s ease !important;
}


.filterDropdownMenu .dropdown-item:hover {
	background-color: #f8f9fa !important;
	color: #007bff !important;
}

.filterDropdownMenu .dropdown-item.active {
	/* background-color: #007bff !important; */
	color: #000 !important;
}





.live_stream_btn_wrap{
	margin-top: 27px;
	/* display: flex; */
	/* gap: 5px; */
	/* flex-wrap: wrap; */
}

.live_stream_btn{
	position: relative;
	cursor: pointer;
	text-align: center;
	padding:13px 13px;
	background:#000;
	color:#FFF;
	border:0;
	border-radius: 15px;
	font-family: Apple SD Gothic Neo;
	font-weight: 400;
	font-style: Regular;
	font-size: 14px;
	line-height: 100%;
	letter-spacing: -1px;
	text-transform: capitalize;
	margin-top: 7px;
}
.live_stream_btn.is_live_btn{
	padding:13px 24px 13px 15px;
}

.live_on{
	width: 5px;
	height: 5px;
	background-color: #F13236;
	border-radius: 50%;
	position: absolute;
	top: 13px;
	right: 14px;
	z-index: 1;
}

/* 티켓 정보 모달 스타일 */
.ticket_info_wrap{
	display: none;
	scrollbar-width: thin;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: #fff;
	border-radius: 20px;
	padding: 30px;
	box-shadow: 0 4px 20px rgba(0,0,0,0.3);
	z-index: 1000;
	max-width: 560px;
	width: 90%;
	max-height: 80vh;
	overflow-y: auto;
	text-align: center;
	padding:30px;
}

@media (min-width: 481px) {
	.ticket_info_wrap{
		max-width: 400px;
	}
}

.ticket_info_wrap.active{
	display: block;
}

/* 모달 배경 오버레이 */
.modal_overlay{
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
	z-index: 999;
}

.modal_overlay.active{
	display: block;
}

/* 티켓 정보 내용 스타일 */
.ticket_info_wrap .qrImgWrap{
	padding: 15px 15px 0px 15px;
}
.ticket_info_wrap .qr-image{
	width: 100%;
	height: 100%;
	margin: 0px auto;
}

.ticket_info_wrap hr{
	display: block;
	border: none;
	border-top: 1px solid #ddd;
	margin: 20px 0;
}

.ticket_info_wrap .productName{
	font-family: Apple SD Gothic Neo;
	font-size: 18px;
	font-weight: 800;
	margin-bottom: 10px;
	text-align: left;
	color: #000;
}

.ticket_info_wrap .eventDate{
	font-family: Apple SD Gothic Neo;
	font-weight: bold;
	font-size: 14px;
	color: #000;
	margin-bottom: 40px;
	text-align: left;
	color: #000;
}
.ticket_info_wrap .nickname{
	font-family: Apple SD Gothic Neo;
	font-weight: bold;
	font-size: 14px;
	color: #000;
	margin-bottom: 10px;
	text-align: left;
	color: #000;
}

.ticket_info_wrap .seatNoWrap{
	display: flex;
}

.ticket_info_wrap .seatNoTitle{
	font-family: Apple SD Gothic Neo;
	font-weight: bold;
	font-size: 14px;
	color: #000;
	margin-right: 10px;
}

.ticket_info_wrap .seatNoValue{
	font-family: Apple SD Gothic Neo;
	font-size: 40px;
	font-weight: 800;
	color: #000;
	margin-left: auto;
}

.ticket_info_wrap .nowTimeView{
	margin-top: 10px;
	font-family: Apple SD Gothic Neo;
	font-size: 14px;
	color: #000;
	text-align: center;
	color:  #c00000;
}