@charset "utf-8";
/* 2025.07.22 */
@import url("/content/css/common/modal/employee_modal.css");
/* e// 2025.07.22 */
/* 
	Copyright(c) 2019 Onlinepowers
	http://www.onlinepowers.com
*/

/* ============================ common ============================ */
.modal-dialog {
	width: 88%;
	max-width: 32rem;
	z-index: 1060;
}

.modal-content {
	border-radius: 20px !important;
	background-color: #fff;
}

/* -------- modal-header -------- */
.modal-header {
	display: block;
	padding: 16px 18px;
	text-align: center;
	border-bottom: 1px solid #e2e2e2;
	border-radius: 18px 18px 0 0;
}

.modal-header .modal_tit {
	font-weight: 400;
	font-size: 18px;
	line-height: 1;
	color: #000;
}

.layer_sns .modal-content {
	border-radius: 24px 24px 20px 20px !important;
}

.layer_sns .modal-header {
	border-radius: 20px 20px 0 0;
}

section.popup_contents .modal-content .modal_close {
	margin: 0;
}

@media (max-width: 480px) {
	.modal-header .modal_tit {
		font-weight: 300;
		font-size: 14px;
		line-height: 2;
		color: #fff;
		letter-spacing: -1.4px;
		text-align: center;
	}
}

/* -------- modal-body -------- */
.modal .modal-content {
	border-radius: 2px;
	background-color: unset;
}

.modal .modal-body {
	padding: 30px;
	font-size: 16px;
	background-color: #fff;
	border-radius: 0 0 20px 20px;
	box-sizing: border-box;
}

.modal.pop_deli_list .modal-body {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: flex-start;
}

.pop_detail_review.modal .modal-body {
	background-color: transparent !important;
}

@media (max-width: 767px) {
	.modal .modal-content {
		max-height: 88vh;
	}

	.modal.deli_regular_pop .modal-content {
		max-height: 80vh;
		max-width: 90vw;
		margin: 0 auto;
		border-radius: 20px;
		overflow: hidden;
	}

	.modal.deli_regular_pop .modal-content .modal-body {
		padding: 30px 15px;
		overflow: hidden;
		border-radius: 0;
	}

	.modal.deli_regular_pop .modal-content .modal_close {
		background-image: url(/content/images/icon/btn_popclose.png) !important;
	}
}

.modal.pop_secede .modal-body,
.modal.pop_profile .modal-body,
.modal.pop_certi_num .modal-body,
.modal.pop_nomem_notifi .modal-body,
.modal.pop_condi_ship .modal-body,
.modal.p_notitle .modal-body {
	border-radius: 20px;
	overflow: hidden;
}

.modal.popup_detail {
	padding-right: 0 !important;
}

.modal.popup_detail .modal-content,
.modal.popup_detail .modal-header,
.modal.popup_detail .modal-body {
	border-radius: 0 !important;
}

@media (max-width: 767px) {
	.modal .modal-body {
		padding: 40px 20px 30px;
	}
}

.modal .pop_txt {
	margin-top: 45px;
	text-align: center;
	line-height: 1.32;
}

.modal .pop_txt p {
	font-weight: 500;
	font-size: 18px;
	line-height: 1.42;
	color: #333;
	letter-spacing: -0.06rem;
}

.modal .pop_txt2 {
	text-align: center;
	margin-bottom: 20px;
}

.modal .pop_txt2 p {
	font-weight: 500;
	font-size: 18px;
	line-height: 1.42;
	color: #333;
	letter-spacing: -0.06rem;
}

.modal .btn-group {
	margin-top: 30px;
}

/* -------- modal_close -------- */
.modal_close {
	position: absolute;
	top: 1.5rem;
	right: 1.2rem;
	z-index: 10;
	width: 3.2rem;
	height: 3.2rem;
	background: url("/content/images/icon/btn_popclose.png") no-repeat 0 0;
	background-size: 100%;
}

/* -------- modal_full -------- */
.modal_full .modal-content {
	border: 0;
	border-radius: 0;
	background-color: transparent !important;
}

/* ============================ 오늘 하루이창을 열지 않음 레이어 팝업 레이어 ============================ */

.p_notice .modal-body {
	padding-top: 60px;
	text-align: center;
}

.p_notice_title .modal-body,
.p_notice_full .modal-body {
	padding-top: 30px;
}

.p_admin {
	max-width: initial;
	padding: 0;
}

.p_admin .modal-dialog {
	min-height: initial;
	max-width: initial;
	max-height: initial;
	width: auto;
	height: auto;
	margin: auto;
}

.p_admin.modal_full .modal-dialog {
	max-width: initial;
	justify-content: center;
}

.p_admin.modal_full .modal-body {
	max-height: initial;
	border-radius: 0 0 20px 20px;
	overflow: hidden;
	padding: 0;
}

.p_admin.modal_full .modal-body .content_wrap {
	width: 100%;
	height: 100%;
	max-height: calc(100% - 60px);
	padding: 20px;
	overflow-x: hidden;
	overflow-y: scroll;
}

@media (max-width: 767px) {
	.p_admin.modal_full .modal-content {
		height: 100vh;
		max-height: unset !important;
		border-radius: 0 !important;
	}

	.p_admin.modal_full .modal-body .content_wrap {
		height: 100%;
		max-height: calc(100vh - 138px);
		padding: 0;
	}

	.p_admin.modal_full .modal-dialog {
		justify-content: flex-end;
	}
}

.p_notice .check_area,
.p_admin .check_area {
	position: relative;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 20px 0;
	text-align: center;
	background: #fff;
}

/* ============================ 오늘 하루이창을 열지 않음 레이어 팝업 레이어 - 윈도우 ============================ */
.p_admin_win {
	/*display: none;*/
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1050;
	width: 100%;
	height: 100%;
	background: #fff;
}

.p_admin_win .p_header {
	text-align: center;
	background: #695fbf;
}

.p_admin_win .p_header .p_header_tit {
	padding: 16px;
	color: #fff;
	font-size: 18px;
	text-align: center;
	height: 60px;
	line-height: 1;
	box-sizing: border-box;
	display: flex;
	align-content: center;
	justify-content: center;
	align-items: center;
}

.p_admin_win .p_body {
	overflow-y: auto;
	max-height: calc(100% - 113px);
	text-align: center;
}

.p_admin_win .p_content {
	padding: 32px 18px;
	box-sizing: border-box;
}

.p_admin_win .p_content img {
	margin-bottom: 32px;
}

.p_admin_win .p_content p {
	width: calc(100% - 40px);
	margin: 0 auto;
	font-size: 16px;
	line-height: 1.25;
}

.p_admin_win .check_area {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 10px 0 32px;
	text-align: center;
	background: #fff;
}

.p_admin_win .p_admin_win_close {
	display: block;
	position: absolute;
	top: 30px;
	right: 16px;
	width: 32px;
	height: 32px;
	background: url(/content/images/icon/btn_popclose_wh.png) no-repeat center center;
	background-size: 100% auto;
	transform: translateY(-50%);
}

/* ============================ 제주/도서산간지역 레이어 ============================ */
.pop_delivery_location .location_top {
	display: flex;
	position: relative;
}

.pop_delivery_location .location_top .custom-select.box {
	width: calc(100% - 66%);
	margin-right: 16px;
	background-position: calc(100% - 20px) center;
}

.pop_delivery_location .form-control.box {
	position: relative;
	width: calc(100% - 37%);
	padding: 0 50px 0 13px;
	border-radius: 0;
}

.modal-body .location_top select,
.modal-body .location_top input {
	height: 50px;
	line-height: unset;
	min-height: unset;
	font-size: 14px;
}

.modal-body .location_top select::placeholder,
.modal-body .location_top input::placeholder {
	font-size: 14px;
}

.pop_delivery_location .search_btn {
	position: absolute;
	top: 50%;
	right: 18px;
	width: 30px;
	height: 42px;
	margin-top: -21px;
	background: #fff;
}

@media (max-width: 480px) {
	.pop_delivery_location .search_btn {
		position: absolute;
		top: 50%;
		right: 15px;
		width: 24px;
		height: 24px;
		margin-top: 0;
		background: #fff;
		transform: translateY(-50%);
	}
}

.pop_delivery_location .search_btn img {
	width: auto;
	height: auto;
}

.pop_delivery_location .table_detail {
	margin-top: 20px;
	border: 1px solid #e2e2e2;
}

.pop_delivery_location .table_detail tr:first-child {
	border-top: 0;
}

.pop_delivery_location .table_detail tr {
	border-top: 1px solid #e2e2e2;
	border-bottom: 1px solid #e2e2e2;
}

.pop_delivery_location .table_detail th {
	padding: 6px 0;
	color: #959595;
	font-size: 14px;
	font-weight: 500;
	line-height: 1;
	vertical-align: middle;
	text-align: center;
	border-right: 1px solid #e2e2e2;
	background: #f7f7f7;
}

.pop_delivery_location .table_detail td {
	padding: 12px 17px;
	color: #959595;
	font-size: 14px;
	line-height: 1.4;
	border-right: 1px solid #e2e2e2;
}

.pop_delivery_location .table_detail td:nth-child(2),
.pop_delivery_location .table_detail td:nth-child(3) {
	text-align: center;
}

/* ============================ 다운로드가능쿠폰 레이어 ============================ */
.pop_down_coupon .coupon_list {
	border-top: 0;
}

.pop_down_coupon .table_detail th,
.pop_down_coupon .table_detail td {
	text-align: center;
	border-right: 1px solid #e2e2e2;
}

.pop_down_coupon .table_detail td:first-child {
	text-align: left;
}

.pop_down_coupon .btn_down_coupon span {
	display: inline-block;
}

.btn_down_coupon span:before {
	content: "";
	display: inline-block;
	width: 15px;
	height: 14px;
	margin-right: 8px;
	background: #fbfbfb url(/content/images/icon/icon_down01.png) no-repeat;
	background-size: 15px auto;
}

/* ============================ sns공유하기 레이어 ============================ */
.layer_sns.modal .modal-body {
	height: 100%;
	padding: 30px 0;
	align-items: center;
	flex-direction: column;
	border-radius: 0 0 20px 20px;
}

.layer_sns .sns_pop {
	display: flex;
	justify-content: center;
}

.layer_sns .sns_pop a {
	display: block;
	width: 17%;
	max-width: 56px;
	margin-left: 13px;
}

.layer_sns .sns_pop a:first-child {
	margin-left: 0;
}

.layer_sns .sns_pop a img {
	width: 100%;
	height: 100%;
}

/* ============================ 상품 상세보기 레이어 ============================ */
.popup_detail.modal_full .modal-dialog {
	width: 100%;
	max-width: 100%;
	min-height: 100vh;
	margin: 0;
}

.popup_detail.modal_full .modal-dialog {
	max-width: 100%;
}

.popup_detail .modal-dialog-centered.modal-dialog-scrollable .modal-content {
	height: auto;
}

.popup_detail.modal .modal-body {
	width: 100%;
	max-height: 100%;
	margin: 0 auto;
}

.popup_detail .img_area:first-child {
	margin: 0 auto;
}

.popup_detail .img_area {
	width: 600px;
	height: 600px;
	margin: 70px auto 0;
	background: #e2e2e2;
}

.popup_detail .img_area img {
	width: 100%;
	height: 100%;
}

/* ============================ 상품후기 상세보기 레이어 ============================ */
.pop_detail_review .modal-dialog {
	max-width: 60rem;
}

.pop_detail_review .modal-content {
	background: none;
	border: 0;
	box-shadow: none !important;
}

.pop_detail_review .modal-body {
	background: 0;
	padding: 30px;
}

.pop_detail_review .item_detail_review {
	margin-bottom: 30px;
}

.pop_detail_review .thumb_area_wrap {
	display: flex;
	margin-top: 30px;
	justify-content: center;
}

.pop_detail_review .thumb_area {
	overflow: hidden;
	width: 65px;
	height: 65px;
	margin-right: 30px;
}

.pop_detail_review .thumb_area:last-child {
	margin-right: 0;
}

.pop_detail_review .thumb_area img {
	width: 100%;
	height: 100%;
}

.pop_detail_review .thumb_area.on {
	border: 4px solid #000;
}

.pop_detail_review .item_detail_review {
	width: auto;
	height: auto;
	margin: 0 auto;
}

.pop_detail_review .modal_close {
	right: 3.2rem;
	width: 65px;
	height: 65px;
	background: url(/content/images/icon/btn_popclose_wh.png) no-repeat 0 0;
	background-size: 65px auto;
}

/* 타이틀이 없는 경우 --> 모달팝업 닫기버튼 */
.popup_contents .modal.p_notitle .modal_close {
	position: absolute !important;
	top: 30px !important;
	right: 16px !important;
	z-index: 10 !important;
	width: 30px !important;
	height: 30px !important;
	transform: translateY(-50%) !important;
	background: url(/content/images/icon/btn_popclose.png) no-repeat 0 0 !important;
	background-size: 100% auto !important;
}

/* 조건부무료배송 --> 모달팝업 닫기버튼 */
.popup_contents .modal.pop_condi_ship .modal_close {
	position: absolute !important;
	top: 30px !important;
	right: 16px !important;
	z-index: 10 !important;
	width: 30px !important;
	height: 30px !important;
	background: url(/content/images/icon/btn_popclose.png) no-repeat 0 0 !important;
	background-size: 100% !important;
}

/* 비회원알림 --> 모달팝업 닫기버튼 */
.popup_contents .modal.pop_nomem_notifi .modal_close {
	position: absolute !important;
	top: 30px !important;
	right: 16px !important;
	z-index: 10 !important;
	width: 30px !important;
	height: 30px !important;
	background: url(/content/images/icon/btn_popclose.png) no-repeat 0 0 !important;
	background-size: 100% !important;
}

/* 인증번호확인 --> 모달팝업 닫기버튼 */
.popup_contents .modal.pop_certi_num .modal_close {
	position: absolute !important;
	top: 30px !important;
	right: 16px !important;
	z-index: 10 !important;
	width: 30px !important;
	height: 30px !important;
	background: url(/content/images/icon/btn_popclose.png) no-repeat 0 0 !important;
	background-size: 100% !important;
}

/* 회원정보확인 --> 모달팝업 닫기버튼 */
.popup_contents .modal.pop_profile .modal_close {
	position: absolute !important;
	top: 30px !important;
	right: 16px !important;
	z-index: 10 !important;
	width: 30px !important;
	height: 30px !important;
	background: url(/content/images/icon/btn_popclose.png) no-repeat 0 0 !important;
	background-size: 100% !important;
}

/* 회원탈퇴 --> 모달팝업 닫기버튼 */
.popup_contents .modal.pop_secede .modal_close {
	position: absolute !important;
	top: 30px !important;
	right: 16px !important;
	z-index: 10 !important;
	width: 30px !important;
	height: 30px !important;
	background: url(/content/images/icon/btn_popclose.png) no-repeat 0 0 !important;
	background-size: 100% !important;
}

/* ============================ 스타일북 ============================ */
.modal.pop_style_book {
	overflow: hidden;
}

.pop_style_book .modal-content {
	padding-top: 49px;
	border: 0;
	border-radius: 0;
	background-color: transparent;
}

.pop_style_book .modal-body {
	height: calc(100vh - 200px);
	padding: 0;
	background-color: #fff;
	overflow-y: auto;
}

/* scroll 보이게 활성화 */
.pop_style_book .style_conts::-webkit-scrollbar {
	width: 7px;
}

.pop_style_book .style_conts::-webkit-scrollbar-thumb {
	background: #000;
}

/* --- style_list ---*/
.style_list .style_conts {
	padding: 11px 30px 30px;
}

.style_list .txt_top {
	padding-bottom: 20px;
	border-bottom: 1px solid #d8d8d8;
}

.style_list .txt_top .link_share {
	display: block;
	width: 46px;
	height: 46px;
	margin-left: -12px;
	background: url(/content/images/icon/btn_share_w.png) no-repeat;
	background-size: 100%;
}

.style_list .txt_top .title {
	display: -webkit-box;
	max-height: 4rem;
	font-weight: 700;
	font-size: 1.5rem;
	line-height: 2rem;
	color: #333;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	word-wrap: break-word;
}

.style_list .txt_top .conts {
	margin-top: 20px;
	font-size: 1.2rem;
	line-height: 1.8rem;
	color: #686868;
}

.style_list .txt_bot {
	padding-top: 20px;
}

.style_list .txt_bot .relate_tit {
	font-weight: 700;
	font-size: 14px;
	line-height: 2rem;
	color: #333;
}

.style_list .txt_bot .list_area:nth-child(odd) {
	padding-right: 6px;
}

.style_list .txt_bot .list_area:nth-child(even) {
	padding-left: 6px;
}

/* --- modal_close ---*/
.pop_style_book .modal_close {
	right: 2px;
	top: 0;
	background-image: url(/content/images/icon/btn_popclose_wh.png);
}

/* ============================ 조건부무료배송 레이어 ============================ */
.condi_ship_txt {
	margin: 20px 0;
	text-align: center;
}

.condi_ship_txt dt {
	margin-top: 15px;
	font-weight: 500;
	font-size: 18px;
	line-height: 20px;
	color: #333;
}

.condi_ship_txt dt:first-child {
	margin-top: 0;
}

.condi_ship_txt dd {
	margin-top: 5px;
	font-size: 16px;
	line-height: 20px;
	color: #959595;
}

@media (max-width: 767px) {
	.condi_ship_txt dt,
	.condi_ship_txt dd {
		font-size: 14px;
	}
}

/* ============================ 복수배송지등록 레이어 ============================ */
.multi_deli_list .deli_area {
	padding: 20px 0;
	border-bottom: 5px solid #f6f6f6;
}

.multi_deli_list .deli_area:first-child {
	padding-top: 0;
}

.multi_deli_list .deli_area:last-child {
	padding-bottom: 0;
	border-bottom: 0;
}

.multi_deli_list .deli_tit {
	font-weight: 700;
	font-size: 20px;
	line-height: 1;
	margin-bottom: 20px;
	color: #000;
}

.multi_deli_list .item_list {
	margin: 24px 0 0 0;
}

.multi_deli_list .radio_wrap {
	margin-top: 30px;
}

.multi_deli_list .radio_wrap .radio_area {
	margin: 0 24px 0 0 !important;
}

.multi_deli_list .form_wrap_line {
	margin-top: 20px;
}

.pop_multi_destin .btn-group {
	margin-top: 4rem;
	padding: 0 20px;
}

@media (min-width: 768px) and (max-width: 992px) {
	.delivery_list .txt_area .name {
		font-size: 15px;
		line-height: 1;
	}

	.delivery_list .txt_area p {
		font-size: 13px;
		margin: 0;
	}

	.popup_add_address .link_deli_add a,
	.pop_deli_list .link_deli_add a {
		font-size: 14px;
	}
}

/* ============================ 배송지목록 레이어 ============================ */
.popup_add_address .delivery_list,
.pop_deli_list .delivery_list {
	margin-top: 0;
	border-top: 0;
	height: 100%;
}

.pop_deli_list .delivery_list {
	width: 100%;
	min-height: 450px;
	height: 100%;
	max-height: 450px;
	overflow-y: scroll;
}

.popup_add_address .delivery_list ul,
.pop_deli_list .delivery_list ul {
	width: 100%;
	overflow-y: scroll;
	max-height: calc(100% - 120px);
	height: 100%;
}

@media (max-width: 767px) {
	.pop_deli_list .delivery_list {
		min-height: unset;
		height: auto;
		/*max-height: calc(100% - 80px);*/
		max-height: calc(100vh - 385px);
		overflow-y: scroll;
	}

	.popup_add_address .delivery_list ul,
	.pop_deli_list .delivery_list ul {
		max-height: calc(100% - 130px);
		height: auto;
	}
	.pop_deli_list .delivery_list ul {
		max-height: unset;
		height: 100%;
	}
}

.modal-body .pop_deli_list .delivery_list {
	max-height: 400px;
	height: 100%;
}

.popup_add_address .link_deli_add,
.pop_deli_list .link_deli_add {
	margin-top: 30px;
	text-align: center;
	display: block;
	width: 100%;
}

.pop_deli_list .link_deli_add {
	margin-top: 0;
}

.popup_add_address .link_deli_add a,
.pop_deli_list .link_deli_add a {
	display: inline-block;
	font-weight: 500;
	font-size: 1.2rem;
	line-height: 1.8rem;
	color: #4c4c4c;
	text-decoration: underline;
}

/* ============================ 취소신청 레이어 ============================ */
.apply_wrap .item_list {
	margin: 0 0 20px;
	flex-direction: column;
	width: 100%;
	padding: 0;
}

.apply_wrap .item_list .list_area {
	width: 100%;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-content: flex-start;
	justify-content: space-between;
	align-items: flex-start;
	margin: 20px 0 0 0;
	padding: 20px 0 0 0;
	border-top: 1px solid #b1b1b1;
}

.apply_wrap .item_list .list_area:first-child {
	margin: 0;
	border-top: 0;
}

.apply_wrap .item_list.check .txt_area {
	max-width: calc(100% - 230px);
	width: 100%;
}

.apply_wrap .item_list .list_area .img_area {
	border-radius: 0px;
	margin-right: 0;
}

@media (max-width: 991px) {
	.apply_wrap .item_list .list_area .img_area {
		width: 80px;
		height: 80px;
	}
}

.apply_wrap .item_list .list_area:nth-last-of-type(1) {
	padding-bottom: 0;
}

.apply_wrap .apply_area {
	margin-bottom: 40px;
}

.apply_wrap .apply_area:nth-last-of-type(1) {
	margin-bottom: 0;
}

.apply_wrap .apply_area .apply_tit {
	margin: 50px 0 15px;
	font-weight: 700;
	font-size: 20px;
	line-height: 1;
	color: #000;
}

.pop_appli_exchange .apply_wrap .apply_area .apply_tit {
	margin: 20px 0 0;
}

.pop_appli_exchange .apply_wrap .apply_area .apply_tit + .form_wrap_line {
	margin: 20px 0 0;
}

.pop_appli_exchange .item_list.basic .txt_area .sale_area {
	margin-top: 0;
}

.pop_appli_exchange .item_list.basic .txt_area .sale_area span {
	margin-left: 0;
}

.modal .form_wrap_line .address_area .input,
.modal .form_wrap_line .address_area .input::placeholder {
	font-size: 14px;
}

@media (max-width: 767px) {
	.modal .form_wrap_line .address_area .input {
		height: 50px;
		min-height: unset;
		box-sizing: border-box;
	}
}

.apply_wrap .form_wrap_line div:nth-child(2) + .info_dot {
	margin: 20px 0 0;
}

.apply_wrap .form_wrap_line .info_dot {
	margin-top: 6px;
}

.apply_wrap .radio_area.refund {
	margin-top: 40px;
}

.apply_wrap .apply_total {
	margin-top: 20px;
	padding: 20px 30px;
	background: #f6f6f6;
	border-radius: 20px;
}

.apply_wrap .apply_total dl {
	display: flex;
	padding: 7px 0;
	justify-content: space-between;
	align-items: center;
}

.apply_wrap .apply_total dt,
.apply_wrap .apply_total dd {
	font-size: 14px;
	line-height: 2rem;
	color: #333;
}

.apply_wrap .apply_total dt {
	font-weight: 400;
}

.apply_wrap .apply_total dd {
	font-weight: 500;
}

.apply_wrap .apply_total .total_area dt {
	font-weight: 700;
	font-size: 1.5rem;
	line-height: 2.2rem;
}

.apply_wrap .apply_total .total_area dd {
	font-size: 1.6rem;
	line-height: 2.2rem;
}

/* ============================ 교환신청, 반품신청 레이어 ============================ */
.apply_wrap .tab-content {
	padding-top: 20px;
}

.apply_wrap .form-group .radio_area {
	margin-right: 60px;
}

/* ============================ 적용상품보기 레이어 ============================ */
.coupon_guide {
	margin-bottom: 30px;
	font-weight: 500;
	font-size: 24px;
	line-height: 2;
	color: #333;
	text-align: center;
}

.coupon_guide strong {
	color: #000;
}

.pop_appli_product .item_list.thumb .list_area {
	margin: 0 0 40px;
}

.pop_appli_product .item_list .price_area {
	display: flex;
	flex-direction: column;
	width: 100%;
	min-width: unset;
}

.pop_appli_product .item_list .price_area .before {
	margin: 0;
}

/* ============================ 이용약관 레이어 ============================ */
.terms_wrap dl {
	margin-top: 2.5rem;
}

.terms_wrap dl:first-child {
	margin-top: 0;
}

.terms_wrap dt,
.terms_wrap dd {
	font-size: 14px;
	line-height: 1.5;
	color: #333;
}

.terms_wrap dt {
	font-weight: 700;
}

/* ======================================== ~ mobile ======================================== */
@media (max-width: 767px) {
	/* ============ common ============ */
	.modal-dialog {
		margin: auto;
	}

	/* --- modal_full --- */
	.modal_full .modal-dialog {
		width: 100%;
		max-width: 100%;
		min-height: 100%;
		margin: 0;
		justify-content: flex-end;
	}

	.modal_full .modal-body {
		padding: 30px 20px;
	}

	.modal_full .modal-content {
		height: 100%;
		max-height: 85vh !important;
		max-height: calc(var(--vh, 1vh) * 80) !important; /* 85이면 85vh */
		border-radius: 20px 20px 0px 0px !important;
		background-color: transparent;
	}

	.popup_detail.modal_full .modal-content {
		height: 100% !important;
		max-height: 100vh !important;
		border-radius: 0px !important;
		background-color: transparent;
	}

	.modal.pop_deli_add .modal-content {
		height: 100%;
	}

	.modal_full.pop_tracking_number_all .modal-content {
		height: 100vh;
		max-height: 100vh !important;
		border-radius: 0 !important;
	}

	.modal_full.regular_pay .modal-content {
		max-height: 90vh !important;
	}

	.modal_full .modal-content ul li.add_photo {
		border-radius: 0px !important;
	}

	.modal_full .modal-content ul li {
		overflow: hidden;
		/* margin: 0 8px 0 0; */
		padding: 0;
		position: relative;
		border-radius: 10px 10px 0 0;
		display: inline-block;
	}

	.modal_full .modal-content .delivery_list ul li {
		border-radius: 0;
		padding: 16px 8px;
	}

	.modal_full .modal-content ul li.page-item {
		border-radius: 0;
		overflow: unset;
		margin: 0 5px;
		padding: unset !important;
		display: unset;
	}

	.modal_full .modal-content ul li.swiper-slide {
		margin: 0;
		padding: 0 !important;
	}

	.modal_full.main_bottom .modal-content ul li.swiper-slide img {
		width: 100%;
	}

	/* ============ 복수배송지등록 레이어 ============ */
	.pop_multi_destin .modal-body {
		padding-right: 0;
		padding-left: 0;
	}
}

@media (max-width: 480px) {
	.terms_wrap dt,
	.terms_wrap dd {
		font-size: 13px;
		line-height: 1.56;
	}
}

/* ======================================== tablet ======================================== */
@media (min-width: 768px) {
	/* ============ common ============ */
	/* --- modal_full --- */

	.modal_full .modal-body {
		max-height: 750px;
		padding-bottom: 30px;
		overflow-y: auto;
	}

	.modal_full .modal-dialog {
		max-width: 850px;
	}

	.pop_tracking_number_all .modal-dialog {
		max-width: 1200px;
	}

	.pop_deli_list.modal_full .modal-dialog,
	.popup_change_card.modal_full .modal-dialog,
	.regular_pay.modal_full .modal-dialog,
	.popup_add_pay.modal_full .modal-dialog {
		max-width: unset;
		width: 550px;
		min-width: unset;
		height: auto;
	}

	/* ============ 상품상세 후기 보기 ============ */
	.pop_detail_review .item_detail_review {
		width: 450px;
		height: 450px;
	}

	/* ============ 스타일북 ============ */
	.pop_style_book .modal-dialog {
		width: auto;
		max-width: 920px;
	}

	.pop_style_book .modal-content {
		padding-top: 0;
	}

	.pop_style_book .modal-body {
		height: auto;
	}

	.style_list {
		display: flex;
	}

	.style_list .style_img {
		position: relative;
		width: 600px;
		background: #f0f0f0;
	}

	.style_list .style_img > img {
		position: absolute;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		width: auto;
		height: auto;
		max-width: 100%;
		max-height: 100%;
		margin: auto;
	}

	.style_list .style_conts {
		width: 320px;
		min-height: 600px;
		max-height: calc(100vh - 200px);
		/*height: 600px;*/
		padding-top: 14px;
		overflow-y: auto;
	}

	.style_list .txt_top {
		padding-bottom: 25px;
	}

	.style_list .txt_top .title {
		margin-top: 20px;
		font-size: 18px;
	}

	.style_list .txt_top .conts {
		font-size: 13px;
		line-height: 21px;
	}

	.style_list .txt_bot {
		padding-top: 15px;
	}

	.pop_style_book .modal_close {
		top: -49px;
	}

	/* ============ 복수배송지등록 레이어 ============ */
	.multi_deli_list .deli_area {
		border-bottom: 1px solid #333;
	}

	.multi_deli_list .deli_area,
	.pop_multi_destin .btn-group {
		padding-right: 0;
		padding-left: 0;
	}
}

/* ======================================== pc ======================================== */
@media (min-width: 992px) {
	/* ============ 상품후기 상세보기 레이어 ============ */
	.pop_detail_review .item_detail_review {
		width: 540px;
		height: 540px;
		margin: 0 auto;
	}
}

/* ================= 추가  ===================================================================================== */
/* 후기작성 */
.md_rv_write .top_tit {
	margin-bottom: 30px;
	font-size: 14px;
	color: #333;
	text-align: center;
	line-height: 22px;
}

.md_rv_write .top_tit > dt {
	margin-bottom: 20px;
	font-size: 24px;
	font-weight: 700;
	color: #000;
	line-height: 34px;
}

.md_rv_write .top_tit > dd {
	font-size: 14px;
}

.md_rv_write .prd_info {
	width: 100%;
	background-color: unset;
	margin: 0 auto;
	border-radius: 20px;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: flex-start;
	align-content: flex-start;
}

.md_rv_write .prd_info > dt {
	width: 160px;
	min-width: 160px;
	height: 160px;
	border: 1px solid #f3f3f7;
	border-radius: 20px;
	overflow: hidden;
	margin-right: 20px;
}

.md_rv_write .prd_info > dd {
	vertical-align: middle;
	width: 100%;
	max-width: 80%;
	padding: 10px 0 0 0;
}

.md_rv_write .prd_info > dd > p {
	color: #333;
	text-overflow: ellipsis;
	overflow: hidden;
	word-break: break-word;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	padding-right: 20px;
}

@media (max-width: 767px) {
	.md_rv_write .prd_info > dd > p {
		-webkit-line-clamp: 1;
	}
}

.md_rv_write .prd_info > dd > p {
	padding: 0;
}

.md_rv_write .prd_info > dd > p.brand {
	font-size: 16px;
	color: #8f8f9b;
	margin: 0 0 10px;
	line-height: 1;
}

.md_rv_write .prd_info > dd > p.title {
	font-size: 16px;
	font-weight: 500;
	color: #333;
	margin: 0;
	line-height: 1.34;
	max-width: 70%;
	max-height: 4.6rem;
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	word-wrap: break-word;
}

.md_rv_write .prd_info > dd > p.option {
	font-size: 14px;
	color: #b1b2b3;
	margin: 6px 0 0;
	line-height: 1.4;
	font-weight: 500;
}

.md_rv_write .prd_info > dd > p.price {
	margin: 6px 0 0;
	color: #333;
	font-size: 20px;
	font-weight: 700;
	line-height: 1;
	letter-spacing: -0.06rem;
}

@media (max-width: 767px) {
	.md_rv_write .prd_info > dd > p.brand {
		font-size: 14px;
		margin-bottom: 5px;
	}
	.md_rv_write .prd_info > dd > p.title,
	.md_rv_write .prd_info > dd > p.price {
		font-size: 16px;
	}
	.md_rv_write .prd_info > dd > p.option {
		font-size: 13px;
	}
}

.md_rv_write .op_view_chk {
	display: flex;
	justify-content: flex-start;
	align-content: center;
	align-items: center;
	margin-top: 16px;
}

.md_rv_write .rv_form > dt {
	display: flex;
	align-content: center;
	justify-content: flex-start;
	align-items: center;
	margin: 46px 0 15px;
	font-size: 1.6rem;
	font-weight: 500;
	color: #000;
}

.modal-body .rv_form .num {
	font-size: 0;
	color: #999;
}

.modal-body .rv_form .num > b {
	font-size: 30px;
	color: #000;
}

.md_rv_write .rv_form > dt .score {
	margin-left: 10px;
	font-size: 30px;
	font-weight: 700;
	color: #000;
}

.md_rv_write .rv_form .info_dot > p > b {
	font-weight: 500;
	color: #000;
}

.md_rv_write .rv_form .custom-select {
	margin-bottom: 10px;
}

.md_rv_write .file_area {
	margin: 60px 0 20px;
}

@media (max-width: 767px) {
	.md_rv_write .file_area {
		margin: 40px 0 20px;
	}
}

.md_rv_write .file_area ul {
	/* display: flex;
	margin: 0 0 20px; */
	display: block;
	white-space: nowrap;
	margin: 0;
	width: 100%;
}

.md_rv_write .file_area li > input[type="file"] + label {
	width: 100% !important;
	height: 100% !important;
}

.md_rv_write .file_area li:last-child {
	margin-right: 0;
}

.md_rv_write .file_area input[type="file"] {
	display: none;
}

.md_rv_write .file_area .btn_file_del {
	position: absolute;
	right: 0;
	top: 0;
	width: 26px;
	height: 26px;
	background: url(/content/images/icon/btn_file_del.png) no-repeat 50%;
	background-size: 18px;
}

.modal_full .modal-content ul li.add_photo {
	border: 1px solid #e6e6e6;
}

.modal-content .md_rv_write .file_area .btn_file_add {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	background: url(/content/images/icon/btn_file_add.png) no-repeat 0 0;
	background-size: 100% !important;
	cursor: pointer;
}

.md_rv_write .file_area .info {
	margin-top: 1.1rem;
	font-size: 1.2rem;
	line-height: 1.7rem;
	color: #959595;
}

.md_rv_write .file_sel_area input {
	display: none;
}

.md_rv_write .btn-group button {
	height: 60px;
}

@media (max-width: 767px) {
	.md_rv_write .file_area li div {
		border-radius: 10px;
	}

	/* ============ 후기작성 레이어 ============ */
	.md_rv_write .top_tit {
		margin-bottom: 20px;
	}

	.md_rv_write .top_tit > dt {
		font-size: 20px;
		line-height: 1;
		margin: 0;
	}

	.md_rv_write .top_tit > dd {
		margin: 20px 0;
		line-height: 1.25;
		letter-spacing: -0.2px;
		font-size: 14px;
	}

	.md_rv_write .prd_info > dt {
		width: 77px;
		min-width: 77px;
		height: 77px;
		border-radius: 10px;
	}

	.md_rv_write .prd_info > dd > p.title,
	.md_rv_write .prd_info > dd > p {
		font-size: 14px;
		max-width: unset;
	}
}

/* 나와 비슷한 체형의 상품후기 모아보기 */
.md_rv_myft .myft_top {
	text-align: right;
}

.md_rv_myft .myft_top .btn_filter_reset {
	display: inline-block;
	padding: 15px 20px 15px 10px;
	font-size: 14px;
	background: url(/content/images/icon/icon_reset.png) no-repeat center right;
	background-size: 15px auto;
	vertical-align: top;
}

.md_rv_myft .myft_list {
	padding: 30px 0;
	border: solid #d8d8d8;
	border-width: 1px 0;
}

.md_rv_myft .myft_list > dt {
	margin-top: 60px;
	font-size: 1.6rem;
	font-weight: 500;
	color: #000;
}

.md_rv_myft .myft_list > dt:first-child {
	margin: 0;
}

.md_rv_myft .myft_list > dd {
	font-size: 0;
	line-height: 0;
}

.md_rv_myft .myft_list .chk_g > span {
	display: inline-block;
	position: relative;
	min-width: 40px;
	min-height: 40px;
	margin: 10px 10px 0 0;
	vertical-align: top;
}

.chk_g input[type="checkbox"] {
	position: absolute;
	left: -9999px;
	width: 0;
	height: 0;
	border: none;
	overflow: hidden;
}

.chk_g input[type="checkbox"] + label {
	position: relative;
	display: block;
	padding: 7px 10px 3px;
	background: #fff;
	border: solid 1px #959595;
	font-size: 14px;
	font-weight: 500;
	color: #000;
	text-align: center;
	line-height: 28px;
	cursor: pointer;
	transition: all 0.4s;
}

.chk_g input[type="checkbox"]:checked + label {
	background: #000;
	border: solid 1px #000;
	color: #fff;
}

/* 클로렐라 팝업 css */

.main_bottom.modal_full .modal-body {
	padding: 0 !important;
	overflow: hidden;
	border-radius: 0;
}

.main_bottom_pop.swiper-container {
	width: 100%;
	height: 100%;
}

.modal.main_bottom {
	position: fixed;
	width: 100%;
	height: 100%;
	overflow: hidden;
	top: unset;
	left: 0;
	bottom: 0;
}

.modal-backdrop.main_bottom {
	position: absolute;
	height: 100%;
	height: calc(var(--vh, 1vh) * 100);
}

.modal.main_bottom.show {
	display: block;
	z-index: 1050 !important;
}

.modal.main_bottom .swiper-container {
	height: 100%;
	width: 100%;
}

.main_bottom .modal-dialog-centered.modal-dialog-scrollable .modal-content {
	max-height: unset !important;
	min-height: unset !important;
	padding: 0;
	box-sizing: border-box;
	margin: 0 0 0px;
	height: unset !important;
	max-height: unset !important;

	/* max-width:720px; */
	max-width: 100%;
}

.main_bottom .swiper-slide li div {
	height: 100%;
	width: 100%;
}

.main_bottom .swiper-slide li img {
	width: auto;
	height: 100%;
}

.main_bottom_slider .swiper-pagination {
	width: 100% !important;
	left: 50%;
	bottom: 0px;
	transform: translateX(-50%);
	text-align: center;
	margin: 0 auto;
	position: absolute;
	height: auto;
}

.main_bottom_slider .swiper-pagination-bullet {
	width: 5px;
	height: 5px;
	margin: 0 2px !important;
	background: #fff;
	vertical-align: top;
	opacity: 1;
}

.main_bottom_slider .swiper-pagination-bullet-active {
	background: #fff;
	width: 24px;
	border-radius: 100px;
}

.popup_contents .container > button,
.popup_contents .container > div > button,
.popup_contents .container > a {
	padding: 8px 30px;
	font-size: 16px;
	color: #000;
	text-align: center;
	border: 1px solid #d1d1d1;
	border-radius: 0;
	background: #fbfbfb;
	position: relative;
	width: unset;
	height: unset;
	max-width: unset;
	font-size: 18px;
	line-height: 32px;
	font-weight: 400;
}

/* 배송지목록 팝업 */
.popup_add_address .modal-header,
.pop_deli_list .modal-header {
	width: 100%;
	height: 60px;
	background-color: #695fbf;
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
	align-items: center;
	position: relative;
}

.popup_add_address .modal-header .modal_tit,
.pop_deli_list .modal-header .modal_tit {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: #fff;
	font-size: 18px;
}

.popup_add_address .btn-group button.btn_set_basic_address,
.pop_deli_list .btn-group button.btn_set_basic_address {
	border: 1px solid #8c53ff;
}

.pop_deli_list .btn_select_address {
	width: 100%;
	height: 60px;
	line-height: 60px;
	border-radius: 100px;
	border: 0;
	background-color: #8c53ff;
	color: #fff;
	max-width: unset;
}

.pop_deli_list .delivery_list li {
	display: flex !important;
	padding: 20px 0 !important;
	border-top: 1px solid #e2e2e2 !important;
	margin-bottom: 0 !important;
	height: auto;
	flex-direction: column;
	flex-wrap: wrap;
	align-content: flex-start;
	justify-content: flex-start;
	align-items: flex-start;
}

.pop_deli_list .delivery_list li:first-child {
	border-top: 0 !important;
	padding-top: 0 !important;
}

@media (max-width: 767px) {
	.modal-dialog-scrollable .modal-header {
		border-radius: 0 !important;
	}
}

@media (max-width: 480px) {
	.modal-dialog-scrollable .modal-header {
		height: 48px;
		line-height: 48px;
		box-sizing: border-box;
		padding: 0;
	}

	/* .popup_add_address .modal-header .modal_tit,
	.pop_deli_list .modal-header .modal_tit,
	.modal-header .modal_tit {
		line-height: 1;
		font-size: 16px !important;
		font-weight: normal;
	} */

	.modal_close {
		top: 24px !important;
		transform: translateY(-50%) scale(0.9);
		transform-origin: center center;
	}

	.terms_wrap {
		max-height: 510px;
		height: 100%;
		overflow-y: scroll;
	}

	.modal .terms_wrap {
		max-height: unset !important;
	}
}

/* 팝업 모음 css */

.modal-content .btn-group .btn,
.modal-content .btn-group .btn_light {
	border: 1px solid #8c53ff;
	color: #8c53ff;
	background-color: #fff;
	height: 50px;
	line-height: 50px;
}

.modal-content .btn-group .btn_primary {
	border: 0;
	color: #fff;
	background-color: #8c53ff;
}

@media (max-width: 767px) {
	.modal-content .btn-group .btn {
		max-width: 235px;
		/* font-size: 16px; */
		font-size: 14px;
		font-weight: normal;
	}

	.pop_deli_add .modal-content .btn-group .btn {
		max-width: 100%;
	}
}

.modal-content .modal_close {
	width: 32px !important;
	height: 32px !important;
	overflow: hidden;
	top: 30px !important;
	right: 18px !important;
	transform: translateY(-50%) !important;
	background-image: url("/content/images/icon/ico_close_popup.png") !important;
	background-repeat: no-repeat !important;
	background-position: center center !important;
	background-size: 100% auto !important;
}

.pop_condi_ship .modal-content .modal_close {
	background-image: url(/content/images/icon/btn_close.png) !important;
}

.p_notitle .modal-content .modal_close {
	width: 32px !important;
	height: 32px !important;
	overflow: hidden;
	top: 30px !important;
	right: 18px;
	transform: translateY(-50%) !important;
	background-image: url(/content/images/icon/btn_close.png) !important;
	background-repeat: no-repeat !important;
	background-position: center center !important;
	background-size: 100% auto !important;
}

.pop_delivery_location .modal-content .modal_close {
	width: 32px !important;
	height: 32px !important;
	overflow: hidden;
	top: 30px !important;
	right: 18px;
	transform: translateY(-50%) !important;
	background-image: url(/content/images/icon/ico_close_popup.png) !important;
	background-repeat: no-repeat !important;
	background-position: center center !important;
	background-size: 100% auto !important;
}

.modal.fade.modal_full.p_full.p_today_full.p_notice.p_admin.show {
	padding: 0 !important;
	width: calc(100% - 40px);
	height: auto;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 10055;
	border-radius: 20px;
}

div#popupArea .modal.fade.modal_full.p_full.p_today_full.p_notice.p_admin.show {
	transform: none;
	overflow: visible;
}

@media (max-width: 767px) {
	.p_notice .check_area,
	.p_admin .check_area {
		max-height: 64px;
		padding: 20px 0;
	}

	.modal.fade.modal_full.p_full.p_today_full.p_notice.p_admin.show {
		padding: 0 !important;
		width: 100vw !important;
		/* height: 88vh !important; */
		height: 100vh !important;
		max-height: unset !important;
		top: 0 !important;
		bottom: 0 !important;
		left: 0 !important;
		transform: none !important;
		z-index: 10055 !important;
		/* border-radius: 20px !important; */
		border-radius: 0px !important;
		position: fixed !important;
	}
}

.modal-body .rv_form textarea.form-control {
	border-radius: 30px;
	padding: 20px;
	height: 200px;
	min-height: unset;
	margin-bottom: 20px;
}

.modal-body .rv_form textarea.form-control::placeholder {
	font-size: 14px;
}

.modal-body .md_rv_write .op_view_chk label {
	background-size: 20px auto;
}

.pop_rv_write .modal-body .md_rv_write input + label {
	display: inline-block;
	background: url(/content/images/icon/ico_chkbox_review_off.png) no-repeat left center;
	background-size: 24px 24px !important;
	cursor: pointer;
	border-radius: 3px;
	line-height: 24px !important;
	color: #787878;
	font-size: 14px;
	display: block;
	line-height: 24px;
}

.pop_rv_write .modal-body .md_rv_write input:checked + label {
	background: url(/content/images/icon/ico_check_ty02_on.png) no-repeat;
	background-size: 24px 24px !important;
	line-height: 24px !important;
}

.pop_rv_write .modal-body .md_rv_write input + label,
.pop_rv_write .modal-body .md_rv_write input:checked + label {
	padding-left: 30px;
	height: 24px !important;
}

@media (max-width: 767px) {
	.pop_rv_write .modal-body .md_rv_write input + label,
	.pop_rv_write .modal-body .md_rv_write input:checked + label {
		background-size: 18px 18px !important;
		line-height: 18px !important;
		height: 18px !important;
		min-height: unset;
		padding-left: 22px;
	}

	.pop_rv_write .modal-body .md_rv_write input + label {
		background: url(/content/images/icon/ico_chkbox_review_off.png) no-repeat;
	}

	.pop_rv_write .modal-body .md_rv_write input:checked + label {
		background: url(/content/images/icon/ico_check_ty02_on.png) no-repeat;
	}
}

.modal-body .rv_form .info_dot {
	margin: 0 0 8px;
}

.modal-body .rv_form dd .info_dot {
	margin: 0 0 2px;
}
.modal-body .rv_form dd.file_area .info_dot {
	margin: 8px 0;
}

.modal-body .info_dot p {
	font-size: 13px;
	line-height: 1.4;
	margin: 0;
}

.pop_rv_write .modal-body .info_dot p {
	color: #787878;
	padding-left: 8px;
	position: relative;
	font-size: 12px;
}

.modal-body .rating_star.xl span {
	width: 30px;
	height: 30px;
	margin-right: 5px;
}

.md_rv_write .rv_form .custom-select {
	height: 50px;
	background: #fff url(/content/images/icon/arrow_down.png) no-repeat calc(100% - 20px) center;
	background-size: 10px auto;
	font-size: 14px;
}

.modal-body .item_list.basic .list_area {
	flex-direction: row;
	flex-wrap: wrap;
	margin: 20px 0 0 0 !important;
	padding: 20px 0 0 0 !important;
	border-top: 1px solid #d1d1d1;
}

.multi_deli_list .item_list,
.modal-body .item_list.basic .list_area:first-child {
	border-top: none;
	margin: 0 !important;
	padding: 0 !important;
}

.modal-body .item_list.basic .img_area {
	width: 100%;
	max-width: 160px;
	border-radius: 0;
}

.modal-body .item_list.basic .list_area:nth-last-of-type(1) {
	margin: unset;
}

.custom-select.box_s {
	border-radius: 5px;
	font-size: 14px;
	border: 1px solid #d9d9d9;
}

.multi_deli_list .form_wrap_line .btn_right {
	margin-top: 20px;
}

.modal-content .delivery_list .txt_area .address {
	font-size: 14px;
	font-weight: 400;
	margin: 15px 0;
	line-height: 1.25;
}

@media (max-width: 767px) {
	.modal-content .delivery_list .txt_area .address {
		margin: 10px 0;
	}
}

.modal-content .delivery_list .txt_area p {
	margin-top: 10px;
	line-height: 1;
}

.modal-content .delivery_list .txt_area .phone {
	margin-top: 0px;
}

.modal-content .delivery_list .txt_area .phone br {
	display: none;
}

.modal-content .delivery_list .txt_area .phone span {
	margin-bottom: 6px;
	display: block;
	font-size: 14px;
	line-height: 1;
}

.modal-content .delivery_list .txt_area .phone span:last-child {
	margin-bottom: 0px;
}

.modal-content .delivery_list .txt_area p.name {
	margin: 0;
	padding: 6px 0 0 0;
	font-size: 16px;
}

@media (max-width: 767px) {
	.modal-content .delivery_list .txt_area p.name {
		padding: 4px 0 0 0;
		font-size: 14px;
	}
}

.pop_deli_list .delivery_list ul::-webkit-scrollbar {
	background-color: transparent;
	width: 8px;
}

.popup_add_address .delivery_list ul ::-webkit-scrollbar-thumb,
.pop_deli_list .delivery_list ul::-webkit-scrollbar-thumb {
	border-width: 8px;
	border-radius: 8px;
	background-color: #d1d1d1;
}

.modal-content .delivery_list .btn_right .btn.btn_delete {
	width: 70px;
	height: 30px;
	padding: 0;
	font-size: 14px;
	line-height: 30px;
}

.cart_top {
	padding: 0 0 20px;
}

.modal-body .check_area input + label,
.modal-body .check_area input:checked + label {
	background-position: center left;
	background-size: 18px !important;
	color: #000;
	padding: 0 0 0 26px;
}

.modal-body .radio_area input:checked + label,
.modal-body .radio_area input + label {
	background-position: center left;
	background-size: 18px !important;
	color: #000;
	padding: 0 0 0 26px;
	height: auto;
	min-height: unset;
	line-height: 20px;
}

.modal-body .custom-select.line,
.modal-body .form-control.line {
	padding: 0;
	font-size: 14px;
}

.modal-body input.form-control.line::placeholder {
	font-size: 14px;
}

.modal-body .form_wrap_line div.btn-group {
	margin-top: 30px;
}

.modal-body .item_list {
	margin: 0;
}

.modal-body .item_list .list_area .img_area {
	border-radius: 0;
}

.modal-body .rating_star.xl {
	margin: 0 10px 0 0;
}

.modal-body .rating_star.xl .num {
	display: flex;
	justify-content: center;
	align-items: center;
	align-content: center;
	flex-wrap: nowrap;
	flex-direction: row;
	line-height: 24px;
}

.modal-body .rating_star.xl .num > b {
	font-size: 14px;
}

.modal-body .form_wrap_line .address_area .input_zipcode {
	padding-right: 50px;
	cursor: pointer;
}

@media (max-width: 767px) {
	.modal-open .modal {
		padding-right: 0 !important;
	}

	.pop_rv_write .modal-body .md_rv_write input + label {
		font-size: 13px;
	}

	.modal-body .rating_star.xl span {
		width: 16px;
		height: 16px;
		margin-right: 3px;
	}

	.modal-body .rv_form .num {
		font-size: 13px;
		color: #999;
	}

	.modal-body .rv_form .num > b {
		font-size: 20px;
		margin-right: 4px;
		color: #000;
	}

	.pop_rv_write .modal-body .info_dot p {
		font-size: 13px;
	}

	.pop_rv_write .modal-body .file_area .info_dot p {
		margin: 4px 0 0 0;
	}

	.modal-content .modal_close {
		top: 20px !important;
		transform: translateY(-50%) scale(0.9);
		transform-origin: center center;
		width: 22px !important;
		height: 22px !important;
	}

	.pop_delivery_location .modal-content .modal_close {
		width: 22px !important;
		height: 22px !important;
		top: 23px !important;
	}

	.popup_contents .container > button,
	.popup_contents .container > div > button,
	.popup_contents .container > a {
		padding: 8px 12px;
		font-size: 0.89rem;
		line-height: 1.5;
		text-align: left;
	}
}

/* 모바일 레이어 팝업 */

@media (max-width: 767px) {
	.modal .item_list .btn_right {
		margin: 15px 0 0 0;
	}

	.modal .pop_txt {
		margin: 30px 0;
	}

	.modal.fade .modal-dialog .btn-group.row {
		margin-top: 30px;
	}

	.modal.fade .modal-dialog .pop_txt + .btn-group.row {
		margin-top: 0px;
	}

	.attendance_success.modal.fade .modal-dialog .btn-group.row {
		margin-top: 0px !important;
	}

	.modal.fade.pop_appli_exchange .modal-dialog .btn-group.row {
		margin-top: 40px;
	}

	.modal-content .modal_close {
		top: 24px !important;
		right: 18px !important;
	}

	.modal_full .modal-body {
		font-size: 16px;
	}

	.modal .pop_txt2 p {
		font-size: 16px;
		line-height: 1.4;
	}

	.modal-header {
		height: 48px !important;
		min-height: 48px !important;
		line-height: 48px !important;
		text-align: center;
		padding: 0;
	}

	.md_rv_write .rv_form > dt {
		margin: 20px 0 10px;
	}

	.modal-body .info_dot {
		margin-bottom: 20px;
	}

	.modal.fade.modal_full.p_full.p_today_full.p_notice.p_admin.show {
		width: 100%;
	}

	.pop_delivery_location .location_top .custom-select.box {
		margin-right: 6px;
		background-position: calc(100% - 10px) center;
	}

	.pop_delivery_location .table_detail th {
		line-height: 32px;
	}

	.pop_down_coupon .coupon_list {
		border-top: 0;
		height: calc(100% - 170px);
		overflow-y: scroll;
	}

	.btn_down_coupon {
		margin-bottom: 20px;
	}

	.popup_detail .img_area {
		width: 100%;
		height: auto;
		margin: 35px auto 0;
	}

	.pop_detail_review .thumb_area img {
		width: 100%;
		height: auto;
	}

	.pop_detail_review .thumb_area {
		overflow: hidden;
		width: calc(25% - 6px);
		height: auto;
		margin: 0 auto;
		flex: 0 1 calc(25% - 6px);
		border: 4px solid transparent;
		box-sizing: border-box;
	}

	.condi_ship_txt dt {
		font-size: 16px;
		line-height: 2;
		font-weight: bold;
	}

	.condi_ship_txt dd {
		margin-top: 5px;
		font-size: 14px;
		line-height: 1.4;
		color: #959595;
	}

	.modal-body .item_list.basic .list_area {
		display: flex;
		flex-direction: unset;
		justify-content: flex-start;
		flex-wrap: wrap;
		align-content: flex-start;
		align-items: flex-start;
	}

	.multi_deli_list .deli_tit {
		font-size: 18px;
		line-height: 1;
		margin: 0 0 20px;
	}

	.multi_deli_list .item_list .list_area .txt_area {
		margin: 0 0 0 10px !important;
		width: calc(100% - 95px) !important;
	}

	.multi_deli_list .radio_wrap .radio_area {
		margin: 0 24px 15px 0 !important;
	}

	.modal-body .custom-select.line,
	.modal-body .form-control.line {
		height: 50px;
		line-height: 50px;
		padding: 0 10px 0;
	}

	.coupon_guide {
		font-size: 18px;
		font-weight: 600;
		line-height: 1.4;
		margin: 10px 0 30px;
	}

	.modal.fade .modal-dialog .row {
		margin: 0;
		justify-content: center;
	}

	.pop_appli_product.modal .modal-content .row {
		justify-content: flex-start;
	}

	.modal.fade.rv_report .modal-dialog .row button:nth-child(even) {
		margin-left: 10px;
	}

	.modal-content .item_list .list_area .txt_area {
		margin-top: 10px;
		width: 100%;
	}

	.modal .pop_txt p {
		font-size: 16px;
		line-height: 1.2;
		margin: 0 0 10px;
	}

	.modal .pop_txt .pop_message {
		line-height: 1.5;
	}

	.modal .coupon_list .list_area {
		margin: 0;
	}

	.modal-body .btn-group .col {
		width: calc(50% - 8px);
		max-width: unset;
		margin: 0;
		flex: unset;
	}
}

/* pop_claim_layer */

.pop_claim_layer .modal-header {
	height: 90px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.pop_claim_layer .modal-header h3.modal_tit {
	line-height: 1.2;
	top: unset;
	left: unset;
	transform: unset;
	position: relative;
}

.pop_claim_layer .modal-content .modal_close {
	top: 45px !important;
	transform: translateY(-50%) !important;
	margin: 0 !important;
}

.pop_claim_layer img.claim_notice_img {
	width: 20%;
	height: auto;
	margin: 0 auto 10px;
	display: block;
	opacity: 0.9;
}

.modal.pop_claim_layer .modal-body {
	text-align: center;
}

.modal.pop_claim_layer .modal-body div {
	margin-bottom: 10px;
	color: #333;
	font-weight: 400;
}

.modal.pop_claim_layer .modal-body .tit {
	color: #695fbf;
	font-size: 24px;
	font-weight: 600;
	letter-spacing: -0.01rem;
	margin: 0 0 30px;
}

.modal.pop_claim_layer .modal-body .sub_tit {
	color: #787878;
	font-size: 16px;
	margin: 0 0 10px;
}

.modal.pop_claim_layer .modal-body .desc {
	width: 100%;
	border-top: 1px solid #ababab;
	border-bottom: 1px solid #ababab;
	padding: 30px 0;
	font-size: 16px;
	letter-spacing: -0.02rem;
	margin: 30px 0;
}

.modal.pop_claim_layer .modal-body .desc b {
	display: block;
	font-size: 18px;
	color: #000;
	margin: 0 0 20px;
	font-weight: 600;
}

.modal.pop_claim_layer .modal-body .desc div {
	line-height: 1.72;
}

.modal.pop_claim_layer .modal-body p {
	font-size: 16px;
	margin: 0 0 20px;
	line-height: 1.5;
	color: #787878;
	letter-spacing: -0.06rem;
}

.modal.pop_claim_layer .modal-body p span {
	color: #8c53ff;
}

.modal.pop_claim_layer .modal-body {
	padding: 30px;
}

@media (max-width: 480px) {
	.pop_claim_layer .modal-header {
		height: 70px !important;
	}

	.pop_claim_layer .modal-content .modal_close {
		top: 35px !important;
	}

	.modal.pop_claim_layer .modal-body .tit {
		font-size: 20px;
		margin: 0 0 20px;
	}

	.modal.pop_claim_layer .modal-body .sub_tit {
		font-size: 14px;
		margin-bottom: 6px;
	}

	.modal.pop_claim_layer .modal-body .tit,
	.modal.pop_claim_layer .modal-body .sub_tit {
		padding: 0 20px;
		box-sizing: border-box;
		word-break: keep-all;
	}

	.modal.pop_claim_layer .modal-body .desc b {
		font-size: 16px;
		margin: 0 0 15px;
	}

	.modal.pop_claim_layer .modal-body p,
	.modal.pop_claim_layer .modal-body .desc div {
		font-size: 14px;
	}
}

/* 취소신청 레이어 팝업  */
.pop_appli_cancel .item_list .list_area .img_area > a {
	padding: 0;
}

@media (max-width: 991px) {
	.form_wrap_line .address_area .placeholder {
		left: 10px;
	}

	.pop_appli_cancel .list_area .check_area {
		margin: 0 0 20px;
		display: block;
	}

	.apply_wrap .item_list.check .txt_area {
		max-width: calc(100% - 120px);
		box-sizing: border-box;
		padding-left: 10px;
		margin-top: 0;
	}

	.apply_wrap .apply_area {
		margin: 20px 0 0;
	}

	.apply_wrap .apply_area div:nth-child(2) + .info_dot {
		margin: 20px 0 0 0;
	}

	.apply_wrap .apply_area .apply_tit {
		font-size: 18px;
		line-height: 1;
		margin: 50px 0 10px;
	}

	.apply_wrap .apply_total dt,
	.apply_wrap .apply_total dd {
		font-size: 14px;
		line-height: 1;
		margin: 0 0 10px;
	}

	.apply_wrap .apply_total dl {
		padding: 0;
	}

	.apply_wrap .apply_total .total_area dt,
	.apply_wrap .apply_total .total_area dd {
		font-size: 13px;
		line-height: 1;
	}

	.apply_wrap .apply_total {
		border-radius: 10px;
	}

	.apply_wrap .radio_area.refund {
		margin: 30px 0 0 0;
		display: block;
	}

	.pop_appli_cancel .apply_wrap .item_list .brand {
		margin: 0 0 5px;
	}

	.apply_wrap .item_list .brand {
		margin: 0 0 5px;
	}

	.pop_appli_exchange .item_list .list_area {
		justify-content: space-between;
	}

	.pop_appli_return .item_list .list_area .txt_area,
	.pop_appli_exchange .item_list .list_area .txt_area {
		margin: 0px;
		box-sizing: border-box;
	}

	.pop_appli_return .apply_wrap .apply_area .apply_tit,
	.pop_appli_exchange .apply_wrap .apply_area .apply_tit {
		margin: 40px 0 20px;
	}

	.pop_appli_return .modal-body .item_list.basic .list_area,
	.pop_appli_exchange .modal-body .item_list.basic .list_area {
		justify-content: space-between;
	}

	.apply_wrap .form-group .radio_area {
		margin-right: 20px;
	}
}

.pop_deli_list .modal-content {
	height: 100%;
}

@media (max-width: 767px) {
	.multi_deli_list .radio_wrap .radio_area:last-child {
		margin-bottom: 0 !important;
	}
}

/* 상품후기 신고하기 */

.rv_report .modal-dialog {
	width: 100%;
	max-width: 1200px;
}

.rv_report h6.tit {
	font-size: 24px;
	line-height: 1;
	color: #000;
	font-weight: bold;
	margin: 0 0 20px;
	letter-spacing: -0.02rem;
}

.rv_report h6.tit span {
	font-size: 20px;
	line-height: 1;
	color: #8f8f9b;
	font-weight: 400;
	margin-left: 5px;
}

.rv_report .radio_wrap .radio_area {
	width: 100%;
	height: auto;
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	align-content: flex-start;
	justify-content: flex-start;
	align-items: flex-start;
	margin-bottom: 80px;
}

.rv_report .modal-body .radio_area input:checked + label,
.rv_report .modal-body .radio_area input + label {
	font-size: 16px;
	padding-top: 18px;
	padding-bottom: 18px;
	background-position: 0 center;
}

.rv_report .text_area::placeholder {
	font-size: 16px;
	color: #b1b2b3;
	text-align: left;
}

.rv_report .btn_wrap {
	width: 100%;
	justify-content: center;
}

.rv_report .btn_wrap .btn {
	width: 100%;
	max-width: 235px;
	border-width: 1px;
}

@media (max-width: 767px) {
	.rv_report .modal-dialog {
		margin: auto;
		position: relative;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		max-width: unset;
		flex-direction: column;
		justify-content: flex-end;
		align-content: center;
	}

	.rv_report.modal .modal-body,
	.modal .modal-body {
		padding: 30px 20px;
		overflow-y: auto;
		border-radius: 0;
	}

	.pop_multi_destin.modal .modal-body {
		padding: 30px 0px;
	}

	.pop_pw_change.modal .modal-body,
	.p_title.modal .modal-body {
		border-radius: 0 0 20px 20px;
		overflow: hidden;
	}

	.pop_detail_review.modal .modal-body {
		border-radius: 20px;
		overflow: hidden;
	}

	.modal.modal_full .modal-body {
		height: auto !important;
		max-height: unset;
		padding: 30px 20px;
		background-color: #fff;
	}

	.modal.modal_full.p_admin .modal-body {
		border-radius: 0;
	}

	.main_bottom.modal.modal_full .modal-body {
		background-color: transparent !important;
	}

	.modal.pop_tracking_number_all .modal-body {
		padding: 20px;
	}

	#popupArea .modal.modal_full .modal-body {
		width: 100% !important;
		height: auto !important;
		max-height: calc(100vh - 48px) !important;
		padding: 0;
		border-radius: 0;
	}

	.rv_report h6.tit {
		font-size: 17px;
		line-height: 1;
		color: #000;
		font-weight: 500;
	}

	.rv_report h6.tit span {
		font-size: 17px;
	}

	.rv_report .radio_wrap .radio_area {
		margin-bottom: 40px;
	}

	.rv_report .modal-body .radio_area input:checked + label,
	.rv_report .modal-body .radio_area input + label {
		font-size: 14px;
		padding-top: 0;
		padding-bottom: 0;
		max-height: 50px;
		line-height: 50px;
	}

	.rv_report textarea {
		border-radius: 10px !important;
		height: 177px;
	}

	.rv_report .btn_wrap .btn {
		max-width: calc(305px / 2);
		margin: 40px 0 0;
	}
}

.pop_appli_product.modal .row {
	margin: 0;
	align-content: flex-start;
	justify-content: flex-start;
	align-items: flex-start;
	width: 100%;
}

.pop_appli_product .modal-body .item_list .list_area .img_area {
	width: 100%;
	width: 100%;
	height: 0;
	padding-bottom: 100%;
}

.pop_appli_product .item_list .list_area .img_area > a {
	padding: unset;
}

.pop_appli_product .item_list.thumb .list_area {
	width: 33.333333%;
	display: inline-flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
}

.pop_appli_product .col-md-4 {
	flex: unset;
}

/* 신고/차단 팝업 */
.rv_block_mem {
	display: none;
}

.rv_block_mem .btn_wrap.row {
	width: 100%;
	margin: 0;
	justify-content: center;
	height: 100%;
}

.rv_block_mem .btn_wrap button {
	width: 100%;
	max-width: 235px;
	margin: 0;
	border: 1px solid #8c53ff;
}

.rv_block_mem .btn_wrap button.member_block {
	margin-left: 10px;
}

.rv_block_mem .btn_wrap button.member_block.hide {
	display: none;
}

@media (max-width: 767px) {
	.rv_block_mem .btn_wrap.row {
		justify-content: space-between;
	}

	.rv_block_mem .btn_wrap button {
		max-width: calc(50% - 10px);
	}
}

body.open_pop {
	overflow: hidden;
}

body.open_pop .viewBg.on {
	position: fixed;
	z-index: 9999;
}

.rv_block_mem.on {
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	padding: 0 !important;
	z-index: 10090;
}

.rv_block_mem .pop_dialog {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.rv_block_mem .pop_dialog .pop_content {
	width: 100%;
	height: auto;
	max-width: 800px;
	max-height: unset;
	z-index: 1060;
	background: #fff;
	border-radius: 20px;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	align-content: center;
	justify-content: flex-start;
	align-items: center;
	position: relative;
}

.rv_block_mem .pop_header {
	background: #695fbf;
	width: 100%;
	height: 60px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
}

.rv_block_mem .pop_body {
	padding: 30px;
	width: 100%;
	height: 200px;
}

.rv_block_mem button.btn_close {
	position: absolute;
	top: 0;
	right: 24px;
	width: 30px;
	height: 30px;
	transform: translateY(50%);
	background: url(/content/images/icon/ico_close_popup.png) no-repeat center center;
	background-size: 100% auto;
}

.rv_block_mem h3.modal_tit {
	font-size: 18px;
	font-weight: normal;
	line-height: 1;
	color: #fff;
	letter-spacing: -0.01rem;
}

.modal.rv_report .modal-body {
	padding: 60px 30px 30px;
	max-height: 80vh;
	overflow-y: scroll;
}

.modal.rv_report .modal-content {
	overflow: hidden;
}

@media (max-width: 767px) {
	.modal.rv_report .modal-content {
		border-radius: 20px 20px 0 0 !important;
	}

	.rv_report .modal-dialog-centered::before {
		display: block;
		height: unset;
		content: "";
	}
}

@media (max-width: 767px) {
	.rv_block_mem .pop_dialog {
		align-items: flex-end;
	}

	.rv_block_mem .pop_header {
		height: 48px;
	}

	.modal.rv_report .modal-body {
		max-height: unset;
	}

	.rv_block_mem .pop_dialog .pop_content {
		border-radius: 20px 20px 0 0;
	}

	.rv_block_mem .pop_body {
		height: auto;
	}

	.rv_block_mem button.btn_close {
		width: 22px;
		height: 22px;
		top: 2px;
	}

	.rv_block_mem h3.modal_tit {
		font-size: 16px;
	}

	.modal.rv_report .modal-body {
		padding: 30px 20px;
	}
}

@media (max-width: 480px) {
	.rv_block_mem .modal-dialog.modal-dialog-centered {
		margin: 0;
		width: 100vw;
		height: 100vh;
		align-items: flex-end;
	}
}

/* modal  */

.modal .item_list .price_area {
	margin-top: 0;
}

.modal .item_list.basic .sale_area .price span:last-child {
	margin-left: 0px;
}

.modal .item_list.basic .txt_area .title {
	margin-bottom: 0px;
	line-height: 1.5;
}

@media (max-width: 767px) {
	.modal .item_list .price_area {
		margin-top: 0;
	}

	.modal .item_list.basic .sale_area .price span:last-child {
		margin-left: 0px;
	}

	.modal .item_list.basic .txt_area .title {
		margin-bottom: 0px;
		line-height: 1.5;
	}
}

.pop_tracking_number_all .link_detail {
	padding: 0 4px;
}

.wrap_update .modal h2.tit {
	text-align: center;
	font-size: 21px;
	font-weight: bold !important;
}

.wrap_update .modal .pop_txt {
	margin: 0 !important;
}

.wrap_update .modal .pop_txt P {
	margin: 20px 0 0 0;
	font-size: 16px;
	font-weight: normal;
	line-height: 1.63 !important;
}

.wrap_update .modal .row {
	margin: 30px 0 0 0 !important;
}

.wrap_update .modal .btn_primary {
	width: 153px;
	min-width: unset;
	max-width: unset;
	height: 45px;
	line-height: 45px;
	padding: 0;
	margin: 0;
	flex: unset !important;
}

.modal span.quantity {
	max-width: unset;
	flex: unset;
	width: auto;
	display: block;
	font-size: 16px;
	margin-right: 10px;
}

@media (max-width: 767px) {
	.modal span.quantity {
		font-size: 14px;
		margin-right: 10px;
	}
}

.modal .btn_right {
	display: flex;
	align-content: center;
	justify-content: flex-end;
	align-items: center;
}

.modal .form_wrap_line .address_area .placeholder {
	font-size: 14px;
}
.popup_contents .modal .form-group.address_area {
	border-bottom: 1px solid #e6e6e6;
}

.modal .modal-content form {
	position: relative;
	width: 100%;
	height: auto;
	overflow-y: auto;
}

@media (max-width: 767px) {
	.modal.pop_rv_write .modal-content form {
		overflow-y: scroll;
	}
}

/* 20221025 이미지풀 팝업 */

.modal_full.p_today_img_full {
	width: auto;
	height: auto;
	padding: 0 !important;
	box-shadow: 0 3px 8px 0 rgb(0 0 0 / 10%) !important;
	border-radius: 20px;
	overflow: hidden;
}

.p_admin.p_today_img_full .modal-body .content_wrap {
	padding: 0;
	overflow-y: auto;
	box-shadow: none !important;
	max-height: unset;
}
.p_admin.p_today_img_full .modal-body .content_wrap > img {
	display: block;
	padding: 0;
	margin: 0;
	border: 0;
}

.p_today_img_full .modal-dialog-centered.modal-dialog-scrollable .modal-content {
	box-shadow: none !important;
}

.p_today_img_full .close_wrap {
	border-top: 1px solid #d5d5d5;
}
.p_today_img_full .close_wrap button {
	flex: 0.5;
	box-sizing: border-box;
	border-right: 1px solid #d5d5d5;
}
.p_today_img_full .close_wrap button:last-child {
	border: none;
}

@media (max-width: 767px) {
	.modal_full.p_today_img_full {
		border-radius: 0;
	}
	.p_admin.p_today_img_full .modal-content {
		height: auto;
	}
	.p_admin.p_today_img_full .modal-body {
		padding: 0;
	}
	.p_admin.p_today_img_full .modal-body .content_wrap {
		padding: 0;
		overflow-y: auto;
		height: auto;
		max-height: calc(100vh - 40px);
	}
	#popupArea .modal.modal_full.p_admin.p_today_img_full .modal-body {
		max-height: unset !important;
	}
}

/* 

20221207 알림 수신동의 팝업 추가
.receive_agree_alert

*/

.receive_agree_alert.show {
	display: flex;
	height: 100% !important;
}

.receive_agree_alert.modal .modal-dialog {
	width: auto;
}

@media (max-width: 767px) {
	.receive_agree_alert.show:after {
		content: "";
		position: fixed;
		top: 0;
		left: 0;
		width: 100vw;
		height: 100vh;
		background-color: rgba(0, 0, 0, 0.5);
	}
}

.receive_agree_alert.modal .modal-dialog {
	/* max-width: 600px; */
	max-width: 80%;
}

.receive_agree_alert_text.modal .modal-dialog {
	max-width: 420px;
}

.receive_agree_alert.modal .modal-body {
	padding: 0;
	overflow: hidden;
	max-height: unset;
	text-align: center;
	background-color: transparent !important;
}

.receive_agree_alert .close_wrap {
	height: 50px;
}
.receive_agree_alert .close_wrap span {
	line-height: 50px;
}
.receive_agree_alert .close_wrap span.receive-agree {
	font-size: 1.6rem;
	font-weight: 500;
	color: #8c53ff;
}
.receive_agree_alert_text .close_wrap {
	border-top: 1px solid #d9d9d9;
	box-sizing: border-box;
	background-color: #ffffff;
}
.receive_agree_alert_text .close_wrap span.receive-agree {
	background-color: #8c53ff;
	color: #fff;
}

.receive_agree_alert .close_wrap span.receive-disagree {
	font-size: 1.6rem;
	font-weight: 500;
	color: #000000;
}

.receive_agree_alert_text .close_wrap span.receive-disagree {
	background-color: #fbfbfc;
}

.receive_agree_alert .close_wrap button.modal_close {
	height: 100% !important;
}

.receive_agree_alert .content_wrap .receive_tit {
	font-size: 2.1rem;
	line-height: 1.33;
	font-weight: 700;
	color: #000;
	margin-bottom: 2rem;
}

.receive_agree_alert .content_wrap .receive_desc {
	font-size: 1.6rem;
	line-height: 1.63;
	color: #000;
	letter-spacing: -0.05em;
}

.receive_agree_alert_text.modal .modal-body .content_wrap {
	padding: 60px 50px 50px;
	background-color: #fff;
}

/* 230109 escrow_confirm 추가*/

.escrow_confirm .modal-dialog {
	max-width: 50rem;
}
.escrow_confirm .pop_txt {
	margin-top: 25px;
}

.escrow_confirm .modal-body h6 {
	font-weight: 400;
	font-size: 20px;
	margin-bottom: 20px;
}

.escrow_confirm .modal-body .form-control {
	border: 1px solid #e6e6e6;
	padding: 0 10px;
	text-align: center;
	transition: border 0.5s ease;
}

.escrow_confirm .modal-body .form-control:hover,
.escrow_confirm .modal-body .form-control:focus {
	border-color: #8c53ff;
}

.escrow_confirm .info_dot {
	margin-top: 20px;
}

.escrow_confirm .modal-body .info_dot p {
	text-align: left;
	font-size: 14px;
	font-weight: 400;
}

.escrow_confirm .btn_m {
	min-width: unset;
	width: 100%;
	max-width: 16.8rem;
	margin: 0 8px;
}

.escrow_confirm .btn-group .col {
	text-align: center;
}

@media (max-width: 767px) {
	.escrow_confirm .modal-body .btn-group .col {
		width: 100%;
		display: flex;
		flex-direction: row;
		justify-content: flex-start;
		align-items: center;
		padding: 0;
	}

	.escrow_confirm .modal-body .btn-group .col .btn {
		max-width: unset;
	}

	.escrow_confirm .pop_txt {
		margin: 25px 0 0 0;
	}

	.escrow_confirm .btn-group {
		margin: 0;
	}

	.escrow_confirm .info_dot {
		margin: 20px 0 30px;
	}

	.escrow_confirm .modal-body h6 {
		font-size: 18px;
		margin-bottom: 16px;
	}
}

/* 230116 이미지 수신동의 팝업 추가 - img_only_popup */

.special_price_pop.show,
.img_only_popup.show {
	display: inline-block !important;
	height: 100% !important;
}

.img_only_popup .modal-dialog {
	max-width: unset;
	width: auto !important;
}

.special_price_pop .modal-body,
.img_only_popup .modal-body {
	padding: 0;
}

.special_price_pop .modal-body .content_wrap,
.img_only_popup .modal-body .content_wrap {
	position: relative;
	width: auto;
}

.img_only_popup .modal-dialog-centered.modal-dialog-scrollable .modal-content {
	width: auto;
}

.img_only_popup .modal-body .content_wrap a {
	position: absolute;
	font-size: 0;
	width: 30%;
	height: 10%;
	bottom: 3%;
	left: 35%;
}

/* [START] 상품 1개일 경우 */
.special_price_pop.cartHidden1 .modal-body .content_wrap a {
	position: absolute;
	font-size: 0;
	width: 44%;
	height: 10%;
	bottom: 3%;
	left: 5%;
}

.special_price_pop.cartHidden1 .modal-body .content_wrap a:nth-child(2) {
	position: absolute;
	font-size: 0;
	width: 44%;
	height: 10%;
	bottom: 3%;
	left: 51%;
}
/* [END] 상품 1개일 경우 */

/* [START] 상품 2개일 경우 */
/* 특가 보러가기 */
.special_price_pop.cartHidden2 .modal-body .content_wrap a {
	position: absolute;
	font-size: 0;
	width: 54%;
	height: 9%;
	bottom: 3%;
	left: 23%;
}

/* 장바구니 담기 1 */
.special_price_pop.cartHidden2 .modal-body .content_wrap a:nth-child(2) {
	position: absolute;
	font-size: 0;
	width: 44%;
	height: 9%;
	bottom: 15%;
	left: 5%;
}

/* 장바구니 담기 2 */
.special_price_pop.cartHidden2 .modal-body .content_wrap a:nth-child(3) {
	position: absolute;
	font-size: 0;
	width: 44%;
	height: 9%;
	bottom: 15%;
	left: 51%;
}
/* [END] 상품 2개일 경우 */

/* [START] 상품 3개일 경우 */
/* 특가 보러가기 */
.special_price_pop.cartHidden3 .modal-body .content_wrap a {
	position: absolute;
	font-size: 0;
	width: 54%;
	height: 9%;
	bottom: 1%;
	left: 23%;
}

/* 장바구니 담기 1 */
.special_price_pop.cartHidden3 .modal-body .content_wrap a:nth-child(2) {
	position: absolute;
	font-size: 0;
	width: 27%;
	height: 6%;
	bottom: 57%;
	left: 62%;
}

/* 장바구니 담기 2 */
.special_price_pop.cartHidden3 .modal-body .content_wrap a:nth-child(3) {
	position: absolute;
	font-size: 0;
	width: 27%;
	height: 6%;
	bottom: 35%;
	left: 62%;
}

/* 장바구니 담기 3 */
.special_price_pop.cartHidden3 .modal-body .content_wrap a:nth-child(4) {
	position: absolute;
	font-size: 0;
	width: 27%;
	height: 6%;
	bottom: 14%;
	left: 62%;
}
/* [END] 상품 3개일 경우 */

.img_only_popup .modal-content img.modal_close {
	width: auto !important;
	max-width: 8vw;
	height: auto !important;
	top: 15% !important;
	right: 15% !important;
	cursor: pointer;
}

.img_only_popup .modal-content .modal_close {
	width: 100% !important;
	height: 100% !important;
	top: 0 !important;
	right: 0 !important;
	transform: none !important;
	background: none !important;
}

.img_only_popup .close_wrap {
	padding: 0;
	width: 20% !important;
	height: 15% !important;
	top: 0 !important;
	right: 0 !important;
	transform: none !important;
	background: none !important;
	position: absolute;
	display: block;
	z-index: 1;
}

/* 230120 psh 팝업 스타일 수정 */

.receive_agree_alert.modal .modal-content,
.special_price_pop.modal .modal-content,
.img_only_popup.modal .modal-content {
	width: auto;
}

.special_price_pop.modal .modal-dialog,
.img_only_popup.modal .modal-dialog {
	max-width: 800px;
}

@media (max-width: 767px) {
	.img_only_popup .modal-dialog-centered.modal-dialog-scrollable .modal-content {
		max-width: 80vw;
		border-radius: 10px !important;
	}
}

@media (max-width: 480px) {
	.event_modal .modal-dialog-centered.modal-dialog-scrollable .modal-content {
		max-width: calc(100% - 32px);
	}
}

/* 230206 PSH 팝업 수정 */

.pop_deli_list .btn-group *[class*="col-"] {
	text-align: center;
}

.order_regular_detail_contents .pop_deli_list .delivery_list ul {
	max-height: unset;
	height: auto;
}

.delivery-form-area,
.delivery-list-area {
	width: 100%;
}

/* 240408 */

.modal-fullscreen-sm-down .modal-content {
	border-bottom-left-radius: 0 !important;
	border-bottom-right-radius: 0 !important;
}

.voucher_modal .modal-dialog {
	max-width: 500px;
}

.voucher_modal .modal-body {
	border-radius: 0 0 20px 20px;
}

.voucher_modal .modal-body form {
	overflow-y: unset;
}
