@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 {
	padding-top: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	height: 38px;
}

.aHeader .back_link {
	position: absolute;
	top: 15px;
	left: 20px;
	cursor: pointer;
}

.aHeader .pageTitle {
	font-family: Apple SD Gothic Neo;
	font-weight: 700;
	font-size: 18px;
	line-height: 18px;
	letter-spacing: 0px;
	text-align: center;
	color: #000;
}

.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 {
	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 .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 {
	margin-top: 30px;
	display: flex;
	gap: 5px;
	justify-content: center;
	align-items: center;
	padding: 10px;
	list-style: none;
}

.paging a {
	display: inline-block;
	padding: 2px 8px;
	text-decoration: none;
	color: #333;
	border: 1px solid #ccc;
	border-radius: 4px;
	background-color: #f9f9f9;
	transition: all 0.3s;
}

.paging a:hover {
	background-color: #ddd;
}

.paging a.on {
	background-color: #007bff;
	color: white;
	font-weight: bold;
	border-color: #007bff;
}

.paging a.direction {
	width: 30px;
	height: 30px;
	background-color: #007bff;
	border-radius: 4px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}

.paging a.direction::after {
	font-size: 18px;
	color: white;
}

.paging a.direction.first::after {
	content: '\00AB';
	/* 왼쪽 방향 더블 화살표 */
}

.paging a.direction.last::after {
	content: '\00BB';
	/* 오른쪽 방향 더블 화살표 */
}


.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);
	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));
	z-index: -1;
}

.mainWrap .mainBannersWrap .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;
}


.mainWrap .mainBannersWrap .topHeader .backBtn {
	cursor: pointer;
	background-image: url('../asset/images/mall_home.png');
	background-size: contain;
	background-repeat: no-repeat;
	width: 24px;
	height: 24px;
}

.mainWrap .mainBannersWrap .topHeader .mypageBtn {
	cursor: pointer;
	background-image: url('../asset/images/mall_mypage.png');
	background-size: contain;
	background-repeat: no-repeat;
	width: 24px;
	height: 24px;
}

.mainWrap .mainBannersWrap .topHeader .mainTitle {
	font-family: Apple SD Gothic Neo;
	font-weight: 700;
	font-size: 18px;
	line-height: 100%;
	letter-spacing: 0px;
	text-align: center;
	color: #fff;
}

.mainWrap .mainBannersWrap .topHeader.blackBase {
	background-color: #f3f3f3;
}

.mainWrap .mainBannersWrap .topHeader.blackBase .mainTitle {
	color: #000;
}


.mainWrap .mainBannersWrap .topHeader.blackBase .backBtn {
	background-image: url('../asset/images/mall_home_bl.png');
}

.mainWrap .mainBannersWrap .topHeader.blackBase .mypageBtn {
	background-image: url('../asset/images/mall_mypage_bl.png');
}

.mainWrap .mainBannersWrap .mainBannersTitle {
	margin-top: 40px;
	margin-left: 20px;
}

.mainWrap .mainBannersTitle .mainBannersTitle_1 {
	font-family: Apple SD Gothic Neo;
	font-weight: 600;
	font-size: 14px;
	line-height: 100%;
	letter-spacing: -1px;
	color: #FFF;
}

.mainWrap .mainBannersTitle .mainBannersTitle_2 {
	margin-top: 8px;
	font-family: Apple SD Gothic Neo;
	font-weight: 600;
	font-size: 22px;
	line-height: 100%;
	letter-spacing: -1px;

	color: #FFF;
}

.mainWrap .mainBannersWrap .mainBanners {
	margin: 30px 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%);
}


.mainWrap .mainBannersWrap .mainBanners .swiper-wrapper .swiperImgSpotTemplate1 {
	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;

}

.mainWrap .mainProductWrap .mainProductWrap_item:not(:first-child) {
	margin-top: 30px;
}

.mainWrap .mainProductWrap .mainProductWrap_item .cateTitle {
	font-family: Apple SD Gothic Neo;
	font-weight: 800;
	font-size: 22px;
	line-height: 100%;
	letter-spacing: -1px;
	color: #000;
}

.mainWrap .mainProductWrap .mainProductWrap_item .productItemsWrap {
	margin-top: 15px;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 10px;
}

/* @media (max-width: 426px) {

	.mainWrap .mainProductWrap .mainProductWrap_item .productItemsWrap {
		grid-template-columns: repeat(2, 1fr);
	}
} */


.mainWrap .mainProductWrap .mainProductWrap_item .productItemsWrap .productItem {
	/* width: 155px; */
	/* margin-right: 10px; */
	cursor: pointer;
}

/* .mainWrap .mainProductWrap .mainProductWrap_item .productItemsWrap .productItem:last-child {
	margin-right: 0px;
} */


.mainWrap .mainProductWrap .mainProductWrap_item .productItemsWrap .productItem .productItem_img {

	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;
}

.mainWrap .mainProductWrap .mainProductWrap_item .productItemsWrap .productItem .productItem_img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.mainWrap .mainProductWrap .mainProductWrap_item .productItemsWrap .productItem .productItem_info {
	background-color: #FFF;
	padding-left: 15px;
	padding-top: 15px;
	padding-bottom: 15px;
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
}

.mainWrap .mainProductWrap .mainProductWrap_item .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;
}

.mainWrap .mainProductWrap .mainProductWrap_item .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);
}

.mainWrap .mainProductWrap .mainProductWrap_item .productItemsWrap .productItem .productItem_info .saleStatus {
	margin-top: 10px;
	border-radius: 30px;
	height: 22px;
	max-width: 55px;
	background-color: rgba(243, 243, 243, 1);
	display: flex;
	align-items: center;
	justify-content: center;

}

.mainWrap .mainProductWrap .mainProductWrap_item .productItemsWrap .productItem .productItem_info .saleStatus span {
	color: rgba(153, 153, 153, 1);
	font-family: Apple SD Gothic Neo;
	font-weight: 400;
	font-size: 12px;
	line-height: 100%;
	letter-spacing: 0px;
	text-align: center;
}

.mainWrap .mainProductWrap .mainProductWrap_item .productItemsWrap .productItem .productItem_info .saleStatus.open span {
	color: rgba(33, 33, 33, 1);
}

.mainWrap .mainProductWrap .mainProductWrap_item .productItemsWrap .productItem .productItem_info .saleStatus.end span {
	color: rgba(205, 205, 205, 1);
}


/********* 푸터 ***********/
.footerWrapV2 {
	max-width: 600px;
	margin: 0 auto;
	padding: 20px;
}

.footerWrapV2 .linkWrap {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.footerWrapV2 .linkWrap .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 .link a {
	color: rgba(54, 54, 54, 1);
}

.footerWrapV2 .linkWrap .gap {
	margin: 0px 10px;
}

.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);
}