@charset "utf-8";

/* 
	Copyright(c) 2019 Onlinepowers
	http://www.onlinepowers.com
*/

/* ============================ common ============================ */

.collapse:not(.show) {
	display: none;
}

.collapsing {
	position: relative;
	height: 0;
	padding: 0;
	margin: 0;
	overflow: hidden;
	transition: all 0.35s ease;
}

@media (prefers-reduced-motion: reduce) {
	.collapsing {
		transition: none;
	}
}

.cart_contents .item_list,
.pay_contents .item_list {
	margin: 0 0;
}

.cart_contents .item_list .list_area,
.pay_contents .item_list .list_area {
	width: 100%;
}

/* -------- step_indicator -------- */
.step_indicator {
	display: flex;
	justify-content: center;
	width: auto;
	max-width: 500px;
	margin: 0 auto 40px;
	padding: 15px 40px;
	background: #fbfbfc;
	border-radius: 50px;
	max-height: 60px;
}

.contents.no_member_step1_contents.pay_contents .step_indicator,
.contents.pay_contents.regular .step_indicator {
	margin-bottom: 0;
}

.step_indicator > li {
	position: relative;
	padding: 0 22px;
}

.step_indicator > li > p {
	display: inline-block;
	vertical-align: middle;
	font-size: 16px;
	color: #a4a4a4;
}

.step_indicator > li > p::before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 30px;
	height: 30px;
	margin: 0 3px 3px 0;
}

.step_indicator > li::after {
	content: "";
	display: inline-block;
	vertical-align: middle;
	position: absolute;
	top: 4px;
	right: -10px;
	width: 24px;
	height: 24px;
	background: url(/content/images/off_order_next.png) no-repeat;
	background-size: 100% auto;
}

.step_indicator > li.active::after {
	background: url(/content/images/on_order_next.png) no-repeat;
	background-size: 100% auto;
}

.step_indicator > li:last-of-type::after {
	display: none;
}

.step_indicator > li:nth-child(1) > p::before {
	background: url(/content/images/off_order01.png) no-repeat center;
	background-size: 100% auto;
}

.step_indicator > li:nth-child(2) > p::before {
	background: url(/content/images/off_order02.png) no-repeat center;
	background-size: 100% auto;
}

.step_indicator > li:nth-child(3) > p::before {
	background: url(/content/images/off_order03.png) no-repeat center;
	background-size: 100% auto;
}

.step_indicator > li.active > p {
	color: #000;
}

.step_indicator > li:nth-child(1).active > p::before {
	background: url(/content/images/on_order01.png) no-repeat center;
	background-size: 100% auto;
}

.step_indicator > li:nth-child(2).active > p::before {
	background: url(/content/images/on_order02.png) no-repeat center;
	background-size: 100% auto;
}

.step_indicator > li:nth-child(3).active > p::before {
	background: url(/content/images/on_order03.png) no-repeat center;
	background-size: 100% auto;
}

/* 주문결제 아이콘 */

.step_indicator > li > p.basket::before {
	background: url(/content/images/off_order01.png) no-repeat center;
	background-size: 100% auto;
}

.step_indicator > li > p.payment::before {
	background: url(/content/images/off_order02.png) no-repeat center;
	background-size: 100% auto;
}

.step_indicator > li > p.complete::before {
	background: url(/content/images/off_order03.png) no-repeat center;
	background-size: 100% auto;
}

.step_indicator > li.active > p.basket::before {
	background: url(/content/images/on_order01.png) no-repeat center;
	background-size: 100% auto;
}

.step_indicator > li.active > p.payment::before {
	background: url(/content/images/on_order02.png) no-repeat center;
	background-size: 100% auto;
}

.step_indicator > li.active > p.complete::before {
	background: url(/content/images/on_order03.png) no-repeat center;
	background-size: 100% auto;
}

/* ============================ 장바구니 ============================ */
.cart_contents {
	padding-top: 0px;
}

.cart_contents .cart_wrap {
	margin-top: 50px;
}

.gift_area {
	margin-top: 60px;
}

.gift_area .radio_area {
	display: block;
	margin-bottom: 30px;
}

.gift_area .radio_area:last-of-type {
	margin-bottom: 0;
}

.gift_area .radio_area label {
	font-size: 18px;
	padding-left: 32px;
	line-height: 20px;
}

.gift_guide {
	padding-left: 30px;
	margin-top: 8px;
	font-size: 18px;
	color: #8f8f9b;
	font-weight: 300;
}

/* -------- cart_list -------- */
.cart_wrap .cart_list {
	padding: 0 20px 60px;
	border-bottom: 6px solid #f6f6f6;
}

.cart_wrap .cart_list:last-child {
	padding-bottom: 100px;
}

.cart_list .item_list {
	border-top: 0;
}

.cart_list .item_list .list_area {
	padding: 60px 0px;
	border-bottom: 1px solid transparent;
}

.cart_contents .cart_list .item_list .list_area {
	padding: 40px 0px 60px;
}

.item_list .etc_area {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 40px;
}

.item_list .ship_info_area {
	display: flex;
	margin-top: 30px;
	font-size: 14px;
	line-height: 14px;
	color: #333;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	gap: 4px;
}

.item_list .ship_info_area .sub_tit {
	font-weight: 400;
	display: flex;
	justify-content: flex-start;
	align-content: center;
	line-height: 16px;
	max-width: unset;
}

.item_list .ship_info_area .price,
.item_list .ship_info_area .company,
.item_list .ship_info_area .deli_info {
	display: inline-block;
	margin-left: 6px;
	color: #ababab;
}

.item_list .ship_info_area .company span {
	display: inline-block;
	max-width: 5.5rem;
	vertical-align: top;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.item_list .ship_info_area.disabled .sub_tit,
.item_list .ship_info_area.disabled .company,
.item_list .ship_info_area.disabled .deli_info {
	color: #c2c2c2;
}

.item_list .ship_info_area .radio_area {
	margin-right: 60px;
}

.cart_wrap .cart_list .total_area {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 30px 190px;
	margin-top: 0px;
	background: #f8f8f9;
	border-radius: 20px;
	height: 100px;
	box-sizing: border-box;
	position: relative;
}

.cart_wrap .cart_list .total_area .total {
	margin-left: 5px;
	font-size: 20px;
}

.cart_wrap .cart_list .total_area .total a {
	display: block;
}

.cart_contents .total.info a {
	padding-right: 26px;
	background: url(/content/images/icon/icon_price_info.png) no-repeat 99% 50%;
	background-size: 20px;
	position: relative;
}

.cart_contents .total.info a:after {
	content: "";
	position: absolute;
	right: 2px;
	top: 3px;
	width: 18px;
	height: 18px;
	background-color: transparent;
}

/* 마우스오버 배송정보 팝업 */
.cart_contents .total_area .ttip,
.pay_top .ttip {
	background-color: #fff;
	padding: 20px;
	border-radius: 20px;
	visibility: hidden;
	opacity: 0;
	position: absolute;
	top: 32px;
	left: 50%;
	transform: translate(-50%, 0);
	display: none;
	width: 320px;
	text-align: center;
	box-shadow: 0 2px 18px rgb(41 22 94 / 8%);
	z-index: 9999;
}

.cart_contents .total_area .ttip.on,
.pay_top .ttip.on {
	display: block;
	visibility: visible;
	opacity: 1;
	transition: all 0.35s;
}

.cart_contents .total_area .ttip b,
.cart_contents .total_area .ttip span,
.pay_top .ttip b,
.pay_top .ttip span {
	display: block;
	width: 100%;
}

.cart_contents .total_area .ttip b,
.pay_top .ttip b {
	font-size: 16px;
	font-weight: 400;
	color: #000;
	line-height: 2;
}

.cart_contents .total_area .ttip span,
.pay_top .ttip span {
	font-size: 15px;
	font-weight: 400;
	color: #959595;
	line-height: 1.4;
}

.cart_contents .total_area .ttip span.close,
.pay_top .ttip span.close {
	width: 24px;
	height: 24px;
	position: absolute;
	top: 10px;
	right: 10px;
}

.cart_contents .total_area .ttip .close,
.pay_top .ttip .close {
	display: none;
}

.cart_contents .radio_area input + label {
	padding-left: 32px;
}

.cart_contents .radio_area input:checked + label {
	padding-left: 32px;
}

.ship_info_area .sub_tit {
	position: relative;
}

.ship_info_area .sub_tit img {
	cursor: pointer;
}

@media (max-width: 767px) {
	.cart_wrap .cart_list .total_area .total.info a {
		position: unset;
	}

	.cart_contents .total_area .ttip,
	.pay_top .ttip {
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
	}

	.cart_contents .total_area .ttip .close,
	.pay_top .ttip .close {
		display: block;
	}

	.cart_contents .radio_area input + label {
		padding-left: 22px;
	}

	.cart_contents .radio_area input:checked + label {
		padding-left: 22px;
	}
}

@media (max-width: 480px) {
	.cart_contents .total_area .ttip,
	.pay_top .ttip {
		left: 0;
		transform: translate(0px, 15px);
		width: calc(100vw - 40px);
	}
}

/* --- cart_list --- */
.item_list .etc_area .amt_box .btn_modi {
	width: 90px;
	height: 40px;
	background: #fbfbfc;
	border: 1px solid #d9d9d9;
	border-left: none;
	border-radius: 0 10px 10px 0;
	font-size: 16px;
	color: #333;
}

.item_list .etc_area .btn_wrap .btn {
	width: 150px;
	height: 40px;
	margin-right: 10px;
	border-radius: 10px;
	font-size: 16px;
}

.item_list .etc_area .btn_wrap .btn_wish {
	background: #fff;
	border: 1px solid #959595;
	color: #000;

	font-weight: 400;
}

.item_list .etc_area .btn_wrap .btn_direct {
	background: #333333;
	border: 1px solid #333333;
	color: #fff;
}

.item_list .ship_info_area .company span {
	max-width: 200px;
}

@media (max-width: 767px) {
	.item_list .ship_info_area .company span {
		max-width: 55px;
	}
}

.cart_wrap .cart_list .total_area .summing {
	font-size: 16px;
	font-weight: 400;
}

.cart_contents .radio_wrap input + label,
.cart_contents .radio_wrap input:checked + label {
	line-height: 24px;
}

/* -------- cart_bot -------- */
.cart_bot {
	padding: 40px 20px 0;
}

.cart_bot .btn_left {
	margin-bottom: 80px;
}

.cart_bot .btn_left .btn_delete {
	width: 150px;
	height: 40px;
	background: #fbfbfc;
	border: 1px solid #d9d9d9;
	border-radius: 10px;
	font-size: 16px;
}

.cart_bot .final_amount {
	background: #f8f8f9;
	padding: 30px;
	border-radius: 20px;
}

.cart_bot .row {
	align-items: center;
}

.cart_bot dd {
	text-align: right;
}

.cart_bot .price_area dt,
.cart_bot .price_area dd {
	padding: 0 0 10px;
	font-size: 16px;
}

.cart_bot .price_area dt {
	font-weight: 400;
	color: #333;
}

.cart_bot .price_area dd {
	font-weight: 500;
	letter-spacing: 0;
	color: #333;
}

.cart_bot .total_area dt,
.cart_bot .total_area dd {
	padding: 0;
	color: #333;
}

.cart_bot .total_area dt {
	font-size: 24px;
	font-weight: 700;
}

.cart_bot .total_area dd {
	font-size: 24px;
	font-weight: 700;
	color: #8c53ff;
	letter-spacing: 0;
}

.cart_bot .total_area dd strong {
	font-size: 24px;
}

.cart_bot .point_area {
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px solid #e2e2e2;
}

.cart_bot .point_area dt,
.cart_bot .point_area dd {
	font-size: 16px;
	color: #333;
}

.cart_bot .point_area dt {
	font-weight: 400;
}

.cart_bot .point_area dd {
	font-weight: 400;
}

.cart_bot .btn-group {
	margin-top: 60px;
}

.cart_bot .cart_guide {
	margin-top: 20px;
}

.cart_bot .cart_guide p {
	font-size: 14px;
	line-height: 20px;
	color: #ababab;
	letter-spacing: -0.42px;
	text-align: center;
	font-weight: 400;
}

/* ======= 네이버페이 ======= */
.npay_pointcolor {
	color: #00c73c !important;
}

.npay_storebtn_bx {
	display: inline-block !important;
}

.npay_button_box,
.npay_button_box2 {
	width: auto !important;
	height: 100% !important;
	zoom: 1 !important;
	padding: 0 4px !important;
	border-top: 2px solid #2b2f3a !important;
	background-color: #fff !important;
}

.npay_button_box2 {
	padding: 0 !important;
}

.npay_button_box .npay_blind,
.npay_button_box .yellow,
.npay_button_box .blue,
.npay_button_box2 .npay_blind,
.npay_button_box2 .yellow .npay_button_box2 .blue {
	overflow: hidden !important;
	position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	margin: -1px !important;
	padding: 0 !important;
	clip: rect(0 0 0 0) !important;
}

.npay_button {
	position: relative !important;
	margin: 0 !important;
	padding: 11px 0 11px 86px !important;
	zoom: 1 !important;
}

.npay_text {
	display: block !important;
	position: absolute !important;
	top: 11px !important;
	left: 0 !important;
	width: 79px !important;
	height: 36px !important;
	margin: 0 !important;
	padding: 0 !important;
	background: url(/content/images/icon/npay_sp_text.png) no-repeat !important;
}

.npay_btn_list {
	display: table !important;
	width: 100% !important;
	margin: 0 !important;
	padding: 0 !important;
	table-layout: fixed !important;
	list-style: none !important;
}

.npay_btn_list tbody {
	display: table-row-group !important;
}

.npay_btn_list tr {
	display: table-row !important;
}

.npay_store .npay_btn_list {
	table-layout: auto !important;
}

/* F Type */
.npay_store .npay_btn_item {
	width: 120px !important;
}

.npay_btn_item {
	display: table-cell !important;
	height: 37px !important;
	margin: 0 !important;
	padding: 0 !important;
	text-align: left !important;
}

.npay_btn_item.btn_width {
	width: 40px !important;
}

.npay_store .npay_btn_item.btn_width {
	width: 78px !important;
}

.npay_btn_link {
	display: block !important;
	height: 35px !important;
	margin: 0 0 0 3px !important;
	padding: 0 !important;
	border: 1px solid #bfc4c7 !important;
	background-color: #fcfcfc !important;
	background-repeat: no-repeat !important;
	background-repeat: no-repeat !important;
	text-align: center !important;
	text-decoration: none !important;
}

.npay_btn_item:first-child .npay_btn_link {
	margin: 0 !important;
}

.npay_btn_link.npay_btn_pay {
	background-image: url(/content/images/icon/npay_sp_payment.png) !important;
	background-position: 50% 0 !important;
	background-repeat: no-repeat !important;
}

.npay_btn_link.btn_green {
	border-color: #00bd39 !important;
	background-color: #00c73c !important;
	background-position: 50% -35px !important;
}

.npay_btn_link.npay_btn_zzim,
.npay_btn_link.npay_btn_talk {
	width: 35px !important;
}

.npay_btn_link.npay_btn_cart,
.npay_btn_link.npay_btn_talk2 {
	width: 73px !important;
}

.npay_btn_link.npay_btn_zzim {
	background-image: url(/content/images/icon/npay_sp_zzim.png) !important;
	background-position: 50% 0 !important;
	background-repeat: no-repeat !important;
}

.npay_btn_link.npay_btn_zzim2 {
	background-image: url(/content/images/icon/npay_sp_zzim.png) !important;
	background-position: 50% -105px !important;
	background-repeat: no-repeat !important;
}

.npay_btn_link.npay_btn_talk {
	background-image: url(/content/images/icon/npay_sp_talk.png) !important;
	background-position: 50% 0 !important;
	background-repeat: no-repeat !important;
}

.npay_btn_link.btn_gray {
	border-color: #b1b5bd !important;
	background-color: #bbbfc7 !important;
}

.npay_btn_link.npay_btn_pay.btn_gray {
	background-position: 50% -35px !important;
}

.npay_btn_link.npay_btn_zzim.btn_gray,
.npay_btn_link.npay_btn_talk.btn_gray {
	background-position: 50% -35px !important;
}

.npay_btn_link.npay_btn_zzim2.btn_gray {
	background-position: 50% -140px !important;
}

.npay_btn_link.npay_btn_cart {
	background-image: url(/content/images/icon/npay_sp_cart.png) !important;
	background-position: 50% 0 !important;
	background-repeat: no-repeat !important;
}

.npay_btn_link.npay_btn_talk2 {
	background-image: url(/content/images/icon/npay_sp_talk_text.png) !important;
	background-position: 50% 0 !important;
	background-repeat: no-repeat !important;
}

.npay_btn_link.npay_btn_cart.btn_gray,
.npay_btn_link.npay_btn_talk2.btn_gray {
	background-position: 50% -35px !important;
}

.npay_event {
	position: relative !important;
	margin: 0 !important;
	padding: 0 40px 0 0 !important;
	border: 0 none !important;
	border-top: 1px solid #eaecee !important;
}

.npay_event_text {
	display: block !important;
	overflow: hidden !important;
	width: 100% !important;
	margin: 0 !important;
	padding: 5px 0 !important;
	letter-spacing: 0 !important;
	white-space: nowrap !important;
	text-overflow: ellipsis !important;
	word-wrap: normal !important;
}

.npay_event_text .event_title {
	display: inline !important;
	margin: 0 5px 0 0 !important;
	padding: 0 !important;
	font-weight: normal !important;
	color: #00bd39 !important;
	vertical-align: middle !important;
}

.npay_pointplus {
	position: relative !important;
	padding-left: 44px !important;
}

.npay_pointplus .event_title {
	display: block !important;
	position: absolute !important;
	left: 0 !important;
	top: 50% !important;
	width: 39px !important;
	height: 13px !important;
	margin-top: -7px !important;
	background: url(/content/images/icon/npay_sp_icon.png) no-repeat !important;
}

.npay_event .npay_event_text .event_link {
	display: inline !important;
	margin: 0 !important;
	padding: 0 !important;
	font-weight: normal !important;
	color: #727272 !important;
	text-decoration: none !important;
	vertical-align: middle !important;
}

.npay_event .npay_event_text .event_link span {
	display: inline-block !important;
	margin: -1px 0 1px !important;
	vertical-align: middle !important;
}

.npay_more {
	position: absolute !important;
	top: 5px !important;
	width: 16px !important;
	height: 16px !important;
	margin: 0 !important;
	padding: 0 !important;
	background: url(/content/images/icon/npay_sp_more.png) no-repeat !important;
	text-decoration: none !important;
}

.npay_more_prev {
	right: 15px !important;
	background-position: 0 0 !important;
}

.npay_more_next {
	right: 0 !important;
	background-position: -15px 0 !important;
}

.npay_bg_dgray {
	border-color: #5f5f5f !important;
	background-color: #434343 !important;
}

.npay_bg_dgray .npay_text {
	background-position: 0 -40px !important;
}

.npay_bg_dgray .npay_event_text,
.npay_bg_dgray .npay_event_text .event_link {
	color: #959595 !important;
}

.npay_bg_dgray .npay_btn_link.btn_gray {
	border-color: #67696e !important;
	background-color: #6d6f74 !important;
}

.npay_bg_dgray .npay_btn_link.npay_btn_pay.btn_gray,
.npay_bg_dgray .npay_btn_link.npay_btn_talk.btn_gray,
.npay_bg_dgray .npay_btn_link.npay_btn_zzim.btn_gray {
	background-position: 50% -72px !important;
}

.npay_bg_dgray .npay_btn_link.npay_btn_zzim2.btn_gray {
	background-position: 50% -175px !important;
}

.npay_bg_dgray .npay_event {
	border-top-color: #565656 !important;
}

.npay_bg_dgray .npay_more_prev {
	background-position: 0 -20px !important;
}

.npay_bg_dgray .npay_more_next {
	background-position: -15px -20px !important;
}

.npay_vertical .npay_button {
	padding: 30px 0 14px !important;
}

.npay_vertical .npay_btn_item {
	height: 33px !important;
}

.npay_vertical .npay_btn_item.btn_width {
	width: 36px !important;
}

.npay_vertical .npay_btn_link {
	height: 31px !important;
}

.npay_vertical .npay_btn_link.npay_btn_zzim,
.npay_vertical .npay_btn_link.npay_btn_talk {
	width: 31px !important;
}

.npay_vertical .npay_btn_link.npay_btn_pay {
	background-image: url(/content/images/icon/npay_sp_payment2.png) !important;
	background-repeat: no-repeat !important;
}

.npay_vertical .npay_btn_link.npay_btn_talk {
	background-image: url(/content/images/icon/npay_sp_talk2.png) !important;
	background-repeat: no-repeat !important;
}

.npay_vertical .npay_btn_link.npay_btn_zzim2 {
	background-image: url(/content/images/icon/npay_sp_zzim2.png) !important;
	background-repeat: no-repeat !important;
}

.npay_vertical .npay_btn_link.btn_green,
.npay_vertical .npay_btn_link.npay_btn_pay.btn_gray,
.npay_vertical .npay_btn_link.npay_btn_talk.btn_gray {
	background-position: 50% -31px !important;
}

.npay_vertical.npay_bg_dgray .npay_btn_link.btn_gray {
	background-position: 50% -64px !important;
}

.npay_vertical .npay_btn_link.npay_btn_zzim2 {
	background-position: 50% -93px !important;
}

.npay_vertical .npay_btn_link.npay_btn_zzim2.btn_gray {
	background-position: 50% -124px !important;
}

.npay_vertical.npay_bg_dgray .npay_btn_link.npay_btn_zzim2.btn_gray {
	background-position: 50% -155px !important;
}

.npay_vertical .npay_text {
	top: 13px !important;
	width: 114px !important;
	height: 9px !important;
	background-position: 0 -80px !important;
}

.npay_vertical .npay_btn_margin {
	margin-top: 3px !important;
}

.npay_vertical .npay_event_text {
	white-space: normal !important;
	text-overflow: clip !important;
}

.npay_vertical .npay_event_text .event_link span {
	display: inline !important;
	vertical-align: top !important;
}

.npay_vertical .npay_pointplus {
	padding: 5px 0 !important;
}

.npay_vertical .npay_pointplus .event_title {
	display: inline-block !important;
	position: relative !important;
	top: -1px !important;
	margin: 0 4px 0 0 !important;
	vertical-align: middle !important;
}

.npay_vertical.npay_bg_dgray .npay_text {
	background-position: 0 -110px !important;
}

.npay_vertical2 .npay_button {
	padding: 28px 0 0 !important;
}

.npay_vertical2 .npay_text {
	top: 11px !important;
}

.npay_vertical2 .npay_event {
	border: 0 none !important;
}

.npay_vertical2 .npay_event_text {
	line-height: 14px !important;
}

.npay_horizontal .npay_text {
	top: 14px !important;
	left: 1px !important;
	background-position: 0 -180px !important;
	width: 170px !important;
	height: 10px !important;
}

.npay_horizontal .npay_button {
	padding-left: 192px !important;
}

.npay_horizontal .npay_event {
	width: 135px !important;
	border-top: none !important;
	margin-top: -35px !important;
	padding-right: 36px !important;
}

.npay_type_A_1 {
	width: 236px !important;
	height: 88px !important;
}

.npay_type_A_2 {
	width: 100%;
	height: 88px !important;
}

.npay_type_B_1 {
	width: 214px !important;
	height: 83px !important;
}

.npay_type_B_2 {
	width: 261px !important;
	height: 83px !important;
}

.npay_type_C_1_1,
.npay_type_C_2_1 {
	width: 225px !important;
	height: 88px !important;
}

.npay_type_C_1_2,
.npay_type_C_2_2 {
	width: 272px !important;
	height: 88px !important;
}

.npay_type_C_3_1 {
	width: 225px !important;
	height: 92px !important;
}

.npay_type_C_3_2 {
	width: 272px !important;
	height: 92px !important;
}

.npay_type_D_1_1,
.npay_type_D_2_1 {
	width: 210px !important;
	height: 83px !important;
}

.npay_type_D_1_2,
.npay_type_D_2_2 {
	width: 251px !important;
	height: 83px !important;
}

.npay_type_D_3_1 {
	width: 210px !important;
	height: 87px !important;
}

.npay_type_D_3_2 {
	width: 251px !important;
	height: 87px !important;
}

.npay_type_E_1_1,
.npay_type_E_1_2,
.npay_type_E_2_1,
.npay_type_E_2_2 {
	width: 124px !important;
	height: 135px !important;
}

.npay_type_E_3_1,
.npay_type_E_3_2 {
	width: 124px !important;
	height: 139px !important;
}

.npay_type_F {
	width: 365px !important;
	height: 115px !important;
}

.npay_type_G {
	width: 394px !important;
	height: 60px !important;
}

/* IE5용 */
.npay_type_E_1_1 .npay_btn_link.npay_btn_pay.btn_gray,
.npay_type_E_1_1 .npay_btn_link.npay_btn_talk.btn_gray,
.npay_type_E_1_2 .npay_btn_link.npay_btn_pay.btn_gray,
.npay_type_E_1_2 .npay_btn_link.npay_btn_talk.btn_gray {
	background-position: 50% -31px !important;
}

.npay_type_C_3_1 .npay_vertical.npay_bg_dgray .npay_text,
.npay_type_D_3_1 .npay_vertical.npay_bg_dgray .npay_text,
.npay_type_C_3_2 .npay_vertical.npay_bg_dgray .npay_text,
.npay_type_D_3_2 .npay_vertical.npay_bg_dgray .npay_text {
	background-position: 0 -40px !important;
}

.npay_type_C_3_1 .npay_bg_dgray .npay_btn_link.npay_btn_pay.btn_gray,
.npay_type_C_3_1 .npay_bg_dgray .npay_btn_link.npay_btn_talk.btn_gray,
.npay_type_C_3_1 .npay_bg_dgray .npay_btn_link.npay_btn_zzim.btn_gray,
.npay_type_D_3_1 .npay_bg_dgray .npay_btn_link.npay_btn_pay.btn_gray,
.npay_type_D_3_1 .npay_bg_dgray .npay_btn_link.npay_btn_talk.btn_gray,
.npay_type_D_3_1 .npay_bg_dgray .npay_btn_link.npay_btn_zzim.btn_gray,
.npay_type_C_3_2 .npay_bg_dgray .npay_btn_link.npay_btn_pay.btn_gray,
.npay_type_C_3_2 .npay_bg_dgray .npay_btn_link.npay_btn_talk.btn_gray,
.npay_type_C_3_2 .npay_bg_dgray .npay_btn_link.npay_btn_zzim.btn_gray,
.npay_type_D_3_2 .npay_bg_dgray .npay_btn_link.npay_btn_pay.btn_gray,
.npay_type_D_3_2 .npay_bg_dgray .npay_btn_link.npay_btn_talk.btn_gray,
.npay_type_D_3_2 .npay_bg_dgray .npay_btn_link.npay_btn_zzim.btn_gray {
	background-position: 50% -70px !important;
}

/* ============================ 주문하기 ============================ */

.pay_wrap {
	margin-top: 30px;
}

.pay_wrap .pay_area:nth-child(3) {
	border-top: 0;
}

.pay_wrap .pay_area:last-of-type {
	padding-bottom: 0;
}

.pay_wrap .pay_area .pay_check {
	margin-top: 0px;
	margin-bottom: 40px;
}

.pay_wrap .pay_area .pay_check input + label {
	font-size: 16px;
	background: url(/content/images/icon/ico_check_off.png) no-repeat 0 50%;
	background-size: 24px;
	padding-left: 32px;
}

.pay_wrap .pay_area .pay_check input:checked + label {
	background: url(/content/images/icon/ico_check_on.png) no-repeat 0 25%;
	background-size: 24px;
}

/* -------- offline_coupon_area -------- */
.offline_coupon_area {
	margin-bottom: 0px;
	text-align: right;
}

.offline_coupon_area .offline_collapse {
	font-weight: 500;
	font-size: 16px;
	line-height: 20px;
	color: #333;
	text-decoration: underline;
}

.offline_coupon_area .offline_area {
	margin: 0;
	padding: 20px;
	background: #f5f5f5;
}

.offline_coupon_area .offline_area .form-control.box {
	height: 60px;
	padding: 0 20px;
	border: 0;
	box-sizing: border-box;
	width: 100%;
	margin: 0;
}

.offline_coupon_area .offline_area .btn-group {
	margin-top: 40px;
	justify-content: center;
}

/* -------- tit_area -------- */
.pay_wrap .tit_area {
	position: relative;
	background: url(/content/images/icon/btn_collapse_close.png) no-repeat 100% 50%;
	background-size: 13px auto;
	cursor: pointer;
}

.pay_wrap .tit_area .row {
	align-items: center;
}

.pay_wrap .tit_area .pay_tit {
	font-weight: 500;
	font-size: 20px;
	line-height: 28px;
	color: #000;
}

.pay_wrap .tit_area .pay_tit a {
	display: block;
}

.pay_wrap .tit_area .btn_area {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

/* event */
.pay_wrap .tit_area.collapsed {
	background: url(/content/images/icon/btn_collapse_open.png) no-repeat 100% 50%;
	background-size: 13px auto;
}

.pay_wrap .tit_area.collapsed .pay_tit {
	color: #000;
}

/* -------- pay_conts -------- */

.pay_wrap .pay_conts.collapse:not(.show) {
	display: block;
	height: 0;
	max-height: 0;
	min-height: 0;
	overflow: hidden;
	margin: 0;
	padding: 0;
	transition: all 0.35s ease !important;
}

.pay_wrap .pay_conts:not(.show) {
	margin: 0;
	padding: 0 0 100px;
}

.pay_list_conts {
	padding-bottom: 50px;
}

.pay_area .tit_area[aria-expanded="false"] + .pay_conts.collapsing,
.pay_area .tit_area[aria-expanded="false"] + .pay_conts:last-child.collapsing {
	padding: 0;
	transition: padding 0.35s linear;
}

@media (max-width: 767px) {
	.pay_area .tit_area[aria-expanded="false"] + .pay_conts:last-child.collapsing,
	.pay_area .tit_area[aria-expanded="false"] + .pay_conts.collapsing {
		padding: 0 20px;
	}
}

.pay_wrap .pay_conts input[readonly],
select[readonly],
.pay_wrap .pay_conts .form-control[readonly],
.custom-select[readonly] {
	border-bottom: 1px solid #e6e6e6;
}

.pay_wrap .pay_conts .find_zipcode {
	position: relative;
	width: 100%;
}

.pay_wrap .form_wrap_line .address_area {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}

.pay_wrap .pay_conts .input_zipcode {
	padding-right: 50px;
	cursor: pointer;
}

/* -------- cart_list -------- */
.pay_wrap .pay_list {
	margin: 0 -20px;
}

.pay_wrap .pay_list:first-child {
	border-top: 0;
}

.pay_wrap .pay_list:last-child {
	border-bottom: 0;
}

.pay_list .item_list .list_area {
	padding: 0 0 60px;
}

.pay_list .item_list .coupon_amt_area {
	margin-top: 20px;
}

.pay_list .item_list .amt_area {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.pay_list .item_list .amt_area .amt {
	font-weight: 500;
	font-size: 1.4rem;
	line-height: 2rem;
	color: #333;
}

.pay_list .item_list .amt_area .btn {
	border: 1px solid #d5d5d5;
	color: #d5d5d5;
}

.pay_list .item_list .amt_area .btn_item_coupon {
	color: #000;
	border: 1px solid #959595;
}

.pay_list .item_list .coupon_area {
	margin: 20px -20px 0;
	padding: 30px;
	border-radius: 20px;
	background-color: #f8f8f9;
}

.pay_list .item_list .coupon_area dt {
	margin-bottom: 6px;
	font-weight: 400;
	font-size: 1.3rem;
	line-height: 1.9rem;
	color: #333;
}

.pay_list .item_list .coupon_area dd {
	margin-bottom: 15px;
}

.pay_list .item_list .coupon_area .btn_wrap {
	margin-top: 20px;
	justify-content: center;
	width: 100%;
}

.pay_list .item_list.check {
	border-top: none;
}

.pay_list .item_list.del .item_bottom {
	margin-top: 0;
	display: flex;
	align-content: flex-start;
	justify-content: flex-start;
	align-items: flex-start;
	flex-direction: row;
}

.pay_list .item_list.del .item_bottom:first-child {
	margin-top: 60px;
}

.pay_list .item_list.del .list_area:first-child .item_bottom:first-child {
	margin-top: 0;
}

.pay_list.added .item_list.del .list_area:first-child .item_bottom:first-child {
	margin-top: 60px;
}

@media (max-width: 767px) {
	.pay_list .item_list.del .item_bottom:first-child {
		margin-top: 30px;
	}

	.pay_list .item_list.del .list_area:first-child .item_bottom:first-child {
		margin-top: 0;
	}

	.pay_list.added .item_list.del .list_area:first-child .item_bottom:first-child {
		margin-top: 30px;
	}
}

/* .pay_list:first-child .item_list.del .item_bottom {
	margin-top: 0;
}
 */
.pay_list .amt_box {
	display: block;
	width: 150px;
	height: 40px;
	line-height: 40px;
	margin-right: 10px;
	border-radius: 10px;
	font-size: 16px;
	background: #fff;
	border: 1px solid #d9d9d9;
	color: #000;
	text-align: center;
}

.pay_list .amt_box span.equal {
	margin: 0 4px;
}

/* event */
.pay_wrap .item_list .list_area.on {
	padding: 0;
	border: 0;
}

.pay_wrap .item_list .coupon_area.show + .list_area {
	border-top: 0;
}

/* --- ship_new --- */
.pay_wrap .ship_new .info {
	font-size: 14px;
	line-height: 20px;
	color: #b1b2b3;
	text-align: right;
	font-weight: 300;
}

.pay_wrap .ship_new .ship_top {
	margin-top: 8px;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

.pay_wrap .ship_new .ship_top.ty02 {
	justify-content: space-between;
}

.pay_wrap .ship_new .ship_link {
	display: block;
	float: left;
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
	color: #000;
	text-decoration: underline;
}

.pay_wrap .ship_new .box_area select {
	margin-right: 0px;
	line-height: unset;
}

.pay_wrap .ship_new .box_area {
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

.pay_wrap .ship_new .radio_wrap {
	margin-top: 30px;
}

.pay_wrap .ship_new .radio_wrap .radio_area {
	margin: 0 60px 5px 0;
}

.pay_wrap .ship_new .form_wrap_line {
	margin-top: 15px;
}

.ship_new .ship_list {
	padding: 40px 0;
}

.ship_new .ship_list:last-child {
	padding-bottom: 0;
	border-bottom: 0;
}

.ship_new .ship_tit,
.ship_list .ship_tit {
	font-weight: 500;
	font-size: 24px;
	line-height: 1;
	color: #333;
	margin-bottom: 25px;
}

@media (max-width: 767px) {
	.ship_new .ship_tit,
	.ship_list .ship_tit {
		font-size: 16px;
	}
}

.ship_new .ship_list .item_list {
	margin-top: 15px;
}

.pay_wrap .delv_ship {
	display: flex;
	margin-top: 1.5rem;
	padding: 15px 20px;
	background: #fbfbfb;
	border: solid 1px #d5d5d5;
	flex-wrap: wrap;
}

.pay_wrap .ship_new .delv_ship {
	margin: 1.5rem 0 3rem;
}

.pay_wrap .delv_ship > dt {
	width: 40%;
	line-height: 20px;
}

.pay_wrap .delv_ship > dt > button {
	display: inline-block;
	width: 20px;
	height: 20px;
	margin-left: 5px;
	background: url(/content/images/icon/icon_price_info.png) no-repeat center center;
	background-size: 100% auto;
	font-size: 0;
	vertical-align: top;
}

.pay_wrap .delv_ship > dd {
	width: 60%;
	text-align: right;
	line-height: 20px;
}

.pay_wrap .delv_ship > dd > b {
	font-family: "Lato";
	font-size: 1.6rem;
}

.pay_wrap .delv_ship > dd .check_area {
	margin-left: 10px;
	vertical-align: top;
}

/* --- pay_sale ---*/
.pay_wrap .pay_sale {
	margin-top: 14px;
}

.pay_wrap .pay_sale dl {
	padding: 16px 0;
	border-top: 1px dashed #d5d5d5;
}

.pay_wrap .pay_sale dl:last-child {
	padding-bottom: 0;
}

.pay_wrap .pay_sale dt {
	font-weight: 500;
}

.pay_wrap .pay_sale .num {
	text-align: right;
}

.pay_wrap .pay_sale dd:after {
	display: block;
	content: "";
	clear: both;
}

.pay_wrap .pay_sale dd input {
	float: left;
	width: calc(100% - 84px);
	font-weight: 700;
}

.pay_wrap .pay_sale .btn_use {
	float: left;
	position: relative;
	margin-left: 10px;
	text-align: center;
}

.pay_wrap .pay_sale .btn_use:focus {
	font-weight: 700;
	color: #333;
	border: 2px solid #000;
}

/* --- method_area ---*/
.pay_wrap .method_area .nav {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 30px;
}
.pay_wrap .method_area .nav-item {
	position: relative;
	width: 100%;
	height: 100px;
}

.pay_wrap .method_area .nav-item:nth-child(1),
.pay_wrap .method_area .nav-item:nth-child(2),
.pay_wrap .method_area .nav-item:nth-child(3) {
	margin-top: 0;
}

.pay_wrap .method_area .nav-item:nth-child(3n) {
	margin-right: 0;
}

.pay_wrap .method_area .nav-link {
	height: 100%;
	font-size: 20px;
	font-weight: 500;
	text-align: center;
	background: #fff;
	border: 1px solid #d9d9d9;
	border-radius: 10px;
	overflow: hidden;
}

.pay_wrap .method_area .nav-link span {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	border-radius: 10px;
	overflow: hidden;
}

.pay_wrap .method_area .simple_payment span {
	font-size: 0;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 110px auto;
	border: 4px solid transparent;
}

.pay_wrap .method_area .pay_naver span {
	background-image: url(/content/images/icon/ico_naver_pay.png);
	background-color: #00de5a;
}

.pay_wrap .method_area .pay_kakao span {
	background-image: url(/content/images/icon/pay_kakao.png);
	background-color: #ffeb00;
}

.pay_wrap .method_area .pay_kb span {
	background-image: url(/content/images/icon/pay_kb.png);
	background-color: #ffcc00;
	background-size: 128px auto;
	background-position-y: 55%;
}

.pay_wrap .method_area .pay_hana span {
	background-image: url(/content/images/icon/pay_hana.png);
	background-color: #009090;
	background-position-y: 55%;
	background-size: auto 46%;
}

.pay_wrap .method_area .pay_payco span {
	background-image: url(/content/images/icon/pay_payco.png);
	background-color: #ff0000;
	background-position-y: 55%;
	background-size: auto 36%;
}

.pay_wrap .method_area .pay_toss span {
	background-image: url(/content/images/icon/pay_toss.png);
	background-color: #f8f8fb;
	background-position-y: 50%;
	background-size: auto 48%;
}

@media (max-width: 991px) {
	.pay_wrap .method_area .pay_toss span {
		background-size: 80% auto;
	}
}

@media (max-width: 767px) {
	.pay_wrap .method_area .pay_naver span,
	.pay_wrap .method_area .pay_kakao span,
	.pay_wrap .method_area .pay_kb span,
	.pay_wrap .method_area .pay_hana span {
		background-size: auto 20px;
	}

	.pay_wrap .method_area .pay_payco span {
		background-size: auto 18px;
	}
}

.pay_wrap .method_area .simple_payment.active {
	border: 0;
}

.pay_wrap .method_area .simple_payment.active span {
	border: 4px solid #000;
}

@media (max-width: 767px) {
	.pay_wrap .method_area .simple_payment span {
		border: 2px solid transparent;
	}

	.pay_wrap .method_area .simple_payment.active span {
		border: 2px solid #000;
	}
}

/* event */
.pay_wrap .method_area .nav-link.active {
	color: #000;
	border: 4px solid #000;
}

/* -------- bank_deposit_area -------- */
.pay_wrap .bank_deposit_area {
	margin: 100px -20px 0;
	padding: 30px 20px;
	background: #f8f8f9;
}

.pay_wrap .bank_deposit_area dl {
	margin-top: 60px;
}

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

.pay_wrap .bank_deposit_area dt {
	font-weight: 700;
	font-size: 20px;
	line-height: 1;
	color: #000;
	margin-bottom: 10px;
}

.pay_wrap .bank_deposit_area dd {
	margin-top: 0;
}

.pay_wrap .bank_deposit_area .radio_area {
	margin: 0 16px 0 0;
	height: 60px;
	display: inline-flex;
	justify-content: flex-start;
	align-items: center;
	align-content: center;
	flex-wrap: nowrap;
	flex-direction: row;
}

.no_member_step1_contents .pay_wrap .bank_deposit_area .radio_area {
	margin: 0 60px 0 0;
}

.pay_wrap .bank_deposit_area .radio_area + .mt10 {
	margin: 0 !important;
}

@media (max-width: 768px) {
	.pay_wrap .bank_deposit_area .radio_area + .mt10 {
		margin: 10px 0 0 0 !important;
	}
}

/* -------- pay_total -------- */
.pay_total {
	position: relative;
	margin-top: 50px;
	padding: 80px 30px 40px;
	background: #f8f8f9;
}

.pay_total .total_bg div {
	position: absolute;
	left: 0;
	width: 100%;
	padding: 0 18px 0 28px;
}

.pay_total .total_bg .top {
	top: 0;
}

.pay_total .total_bg .bot {
	bottom: 0;
}

.pay_total .total_bg span {
	display: block;
	width: 100%;
	height: 44px;
}

.pay_total .total_bg .top span {
	background: url(/content/images/bg_pay_top_new.png) repeat-x;
	background-size: 84px auto;
	background-position: left top;
}

@media (max-width: 480px) {
	.pay_total .total_bg div {
		padding: 0 18px;
	}

	.pay_total .total_bg .top span {
		background: url(/content/images/bg_pay_top_new.png) repeat-x;
		background-size: 39px auto;
	}

	.pay_total .total_bg span {
		height: 25px;
	}
}

.pay_total .total_tit {
	/* margin-bottom: 20px; */
	margin-bottom: 0px;
	font-size: 28px;
	font-weight: 700;
	color: #333;
}

.pay_total .total_tit strong {
	margin-top: 10px;
	display: block;
	font-size: 36px;
	color: #8c53ff;
	letter-spacing: 0;
}

.pay_total .total_tit .counter {
	/* font-size: 2.5rem; */
	vertical-align: baseline;
}

.pay_total .price_area {
	margin-bottom: 10px;
}

.pay_total .price_area:last-child {
	margin-bottom: 0;
}

.pay_total .price_area.total {
	padding-bottom: 30px;
	margin-bottom: 30px;
	border-bottom: solid 1px #d9d9d9;
}

.pay_total .price_area.point {
	display: grid;
	gap: 10px 0;
	padding-top: 30px;
	margin-top: 30px;
	border-top: solid 1px #d9d9d9;
	font-size: 16px;
}

@media (max-width: 760px) {
	.pay_total .price_area.point {
		font-size: 13px;
	}
}

.pay_total .price_area.point p {
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
	align-items: center;
}

.pay_total .price_area.point .explain {
	flex: none;
	display: block;
	width: 100%;
	height: 40px;
	color: #333;
}

.pay_total .price_area.point .explain:last-child {
	height: 30px;
}

.pay_total .price_area.point .reserveFund {
	color: #ff0000;
}

.pay_total .price_area.point .gemployee {
	color: #ff0000;
}

.pay_total .price_area .row {
	align-items: center;
}

.pay_total .price_area.total dt,
.pay_total .price_area.total dd {
	font-size: 20px;
	line-height: 26px;
}

.pay_total .price_area dt,
.pay_total .price_area dd {
	font-size: 16px;
	line-height: 22px;
	color: #333;
}

.pay_total dt {
	font-weight: 500;
}

.pay_total dt span {
	display: inline-block;
	vertical-align: middle;
}

@media (max-width: 767px) {
	.no_member_step1_contents .pay_wrap .bank_deposit_area .radio_area,
	.pay_wrap .ship_new .radio_wrap .radio_area {
		margin: 0px 30px 0 0;
		height: auto;
		line-height: 1;
	}

	.pay_wrap .ship_new .radio_wrap .radio_area:last-child {
		margin: 22px 30px 0 0;
		width: 100%;
	}

	.pay_wrap .ship_new .form_wrap_line {
		margin-top: 20px;
	}
}

@media (max-width: 480px) {
	.pay_total p,
	.pay_total span {
		font-size: 13px;
	}

	.pay_total .total_tit .counter {
		font-size: 18px;
	}
}

.pay_total dt .btn {
	margin-left: 10px;
	padding: 5px 6px;
}

.pay_total .price_area.point dt .btn {
	width: 150px;
	line-height: 1;
}

.pay_total dd {
	font-weight: 500;
	letter-spacing: 0;
	text-align: right;
}

.pay_total dd span {
	font-weight: 500;
}

.pay_total dd input {
	width: 100px;
	height: 36px;
	font-weight: 700;
	text-align: right;
	box-sizing: border-box;
}

.pay_total .price_area.point dd input {
	width: 300px;
	height: 40px;
	line-height: 40px;
	padding: 0 20px;
	margin-right: 5px;
	box-sizing: border-box;
	font-weight: 400;
}

.price_area.point + .price_area .row .col-6,
.pay_total .explain {
	font-size: 16px;
	font-weight: 500;
	text-align: right;
}

.price_area.point + .price_area .row .col-6 {
	font-weight: 400;
}

@media (max-width: 480px) {
	.pay_total .price_area.point p,
	.price_area.point + .price_area .row .col-6 {
		line-height: 1;
		height: auto;
	}
}

.price_area.point + .price_area .row dt.col-6 {
	text-align: left;
}

.price_area.point + .price_area .row dd.col-6 {
	text-align: right;
}

.pay_total .info {
	font-size: 16px;
	line-height: 1;
	color: #b1b2b3;
	text-align: right;
	padding: 0;
	font-weight: 400;
}

.pay_contents.regular .pay_total .info {
	padding: 30px 0 0 0;
}

@media (max-width: 767px) {
	.pay_contents.regular .pay_total .info {
		padding: 20px 0 0 0;
	}
}

/* -------- pay_bot -------- */
.pay_wrap .pay_bot {
	margin-top: 40px;
}

.pay_wrap .pay_bot .agree_area {
	text-align: right;
}

.pay_wrap .pay_bot .agree_area .btn_agree {
	font-size: 1.3rem;
	color: #959595;
	text-decoration: underline;
}

.pay_wrap .pay_bot .btn-group {
	margin-top: 60px;
}

/* event */

.ship_list .item_list .ship_info_area {
	margin-top: 0;
}

.ship_list .list_area {
	padding: 30px 0;
}

.ship_list .list_area:nth-child(1) {
	padding-top: 0;
}

/* ============================ 주문완료 ============================ */

.complete_wrap .order_num_area {
	padding: 40px 0;
	margin-top: 0;
	background: #f8f8f9;
	border-radius: 20px;
	text-align: center;
}

.complete_wrap .order_num_area p {
	font-weight: 400;
	font-size: 20px;
	letter-spacing: -0.6px;
}

.complete_wrap .order_num_area strong {
	font-weight: 400;
}

.complete_wrap .btn-group {
	margin-top: 60px;
}

.complete_wrap .order_info_area {
	margin-top: 20px;
	padding: 40px 0px;
	background: #f8f8f9;
	border-radius: 20px;
}

.complete_wrap .order_info_area_wrap {
	display: flex;
	flex-wrap: wrap;
	width: 258px;
	margin: 0 auto;
}

.complete_wrap .order_info_area_wrap dt,
.complete_wrap .order_info_area_wrap dd {
	font-size: 16px;
	line-height: 1;
	padding: 10px 0;
	font-weight: 400;
}

.complete_wrap .order_info_area_wrap dt {
	width: 25%;
	color: #b1b2b3;
}

.complete_wrap .order_info_area_wrap dd {
	width: 75%;
	font-weight: 500;
	color: #333;
}

.complete_inner {
	width: 500px;
	margin: 0 auto;
}

/* 선물 주문 완료 */
.gift_order_ic {
	display: block;
	width: 80px;
	margin: 0 auto;
	transform: translateY(-10px);
	animation: ic_mv 2s infinite;
}

@keyframes ic_mv {
	0% {
		transform: translateY(-10px);
	}

	50% {
		transform: translateY(-30px);
	}

	100% {
		transform: translateY(-10px);
	}
}

/* ============================ 비회원 약관동의 ============================ */

.nomem_terms_contents_inner {
	width: 500px;
	margin: 0 auto;
}
/* 
20250424 psh 차후 삭제
.nomem_terms_wrap .link_area {
	margin-bottom: 30px;
	background: #f8f8f9;
	border-radius: 20px;
	text-align: center;
	padding: 40px 35px;
}

.nomem_terms_wrap .link_area p {
	font-size: 14px;
	line-height: 20px;
	color: #333;
	text-align: left;
} */

@media (max-width: 767px) {
	/* 
    20250424 psh 차후 삭제
    .nomem_terms_wrap .link_area {
		padding: 20px;
	}

	.nomem_terms_wrap .link_area p br {
		display: none;
	} */

	.delivery_list .btn_right .btn.btn_delete {
		border-radius: 5px;
		height: 30px;
	}
}

/* 배송지목록 팝업 */
.popup_add_address .modal_close,
.pop_deli_list .modal_close {
	position: absolute;
	top: 10px;
	right: 12px;
	z-index: 10;
	width: 40px;
	height: 40px;
	background: url(/content/images/icon/ico_close_popup.png) no-repeat center center;
	background-size: 40px 40px;
}

.popup_add_address .modal-content,
.pop_deli_list .modal-content {
	border-radius: 20px;
	box-shadow: 0 12px 32px rgb(0 0 0 / 24%);
}

.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 .modal_full .modal-content,
.pop_deli_list .modal_full .modal-content {
	box-sizing: border-box;
	max-height: 558px;
}

.popup_another_address .modal-header .btn_close,
.popup_add_address .modal-header .btn_close,
.pop_deli_list .modal-header .btn_close {
	width: 40px;
	height: 40px;
	background: url(/content/images/icon/ico_close_popup.png) no-repeat center center !important;
	background-size: 40px 40px;
	margin-right: 10px;
}

.popup_add_address .delivery_list .radio_area,
.pop_deli_list .delivery_list .radio_area {
	width: 100%;
}

.popup_add_address label,
.pop_deli_list label {
	width: 100%;
}

.popup_add_address .delivery_list .txt_area,
.pop_deli_list .delivery_list .txt_area {
	width: 100%;
}

.popup_add_address .radio_area input + label,
.pop_deli_list .radio_area input + label {
	background: url(/content/images/icon/ico_select_off.png) no-repeat 0 6px;
	background-size: 24px;
}

.popup_add_address .radio_area input:checked + label,
.pop_deli_list .radio_area input:checked + label {
	background: url(/content/images/icon/ico_select_on.png) no-repeat 0 6px;
	background-size: 24px;
}

.popup_add_address .btn_delete,
.pop_deli_list .btn_delete {
	padding: 0 24px;
}

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

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

/* //////////////////////////////////////////////////////////// 

선물 주문결제 선물 받는 사람

//////////////////////////////////////////////////////////// */

.received_gift_area {
	display: flex;
	margin-top: 20px;
	flex-wrap: wrap;
	font-size: 16px;
	line-height: 26px;
	font-weight: 700;
	color: #333333;
}

.received_gift_area p:first-child > span {
	margin-left: 5px;
	margin-right: 5px;
}

.received_gift_area p:last-child > span {
	margin-left: 2px;
}

.received_gift_wrap.pay_wrap .pay_list {
	padding: 0;
}

.received_gift_area p {
	position: relative;
	padding-right: 15px;
}

.received_gift_area p:after {
	display: block;
	position: absolute;
	right: 7px;
	top: 50%;
	width: 1px;
	height: 14px;
	background: #333333;
	transform: translateY(-50%);
	content: "";
}

.received_gift_area p:last-child::after {
	display: none;
}

.received_gift_contents .agree_wrap {
	margin-top: 0px;
}

.received_gift_contents .pay_wrap .pay_area.received_gift_info .tit_area .tit {
	padding: 50px 0;
}

.received_gift_info.pay_area .pay_list .item_list .list_area {
	padding: 60px 0;
	border-bottom: 1px solid #d9d9d9;
}

.received_gift_info.pay_area .pay_list .item_list .list_area:first-child {
	padding-top: 0;
}

.received_gift_info.pay_area .pay_list .item_list .list_area:last-child {
	border-bottom: 0;
}

.received_gift_info.pay_area .pay_list .item_list .list_area .item_bottom {
	margin: 60px 0 0;
	padding: 60px 0 0;
	border-top: 1px dashed #dcdcdc;
}

.received_gift_info.pay_area .pay_list .item_list .list_area .item_bottom:first-child {
	margin: 0 0 0;
	padding: 0 0 0;
	border-top: 0;
}

.received_gift_contents .pay_wrap .tit_area .pay_tit {
	font-size: 24px;
	line-height: 1;
}

.received_gift_contents .pay_wrap .pay_area.received_gift_info:nth-of-type(1) .pay_tit {
	margin-bottom: 0;
}

.received_gift_contents .pay_wrap .pay_bot {
	border-top: 1px solid #000;
	margin: 100px 0 0 0;
	padding: 40px 0 0 0;
}

.received_gift_contents .agree_terms .check_area input:checked + label {
	background: url(/content/images/icon/ico_check_ty02_on.png) no-repeat 0 50%;
	background-size: 24px;
}

.received_gift_contents .user_name {
	color: #8c53ff;
}

.received_gift_contents .btn-group .btn {
	max-width: 500px;
	width: 100%;
	height: 60px;
	line-height: 1;
	box-sizing: border-box;
	margin: 0 auto;
}

.received_gift_contents .pay_wrap .pay_bot .btn-group .col {
	width: 100%;
	padding: 0;
	text-align: center;
}

.received_gift_contents .btn-group {
	flex-direction: column;
}

.received_gift_contents .modify_ship {
	background: #cfcfcf;
	color: #fff;
}

.received_gift_contents .modify_comp {
	background: #fff;
	border: 1px solid #8c53ff;
	color: #8c53ff;
}

.received_gift_contents .check_area {
	width: 100%;
}

.img-fluid {
	background-color: #fff;
}

.received_gift_contents .phone_area .custom-select.line {
	color: #000 !important;
}

@media (max-width: 767px) {
	.received_gift_contents .pay_wrap {
		margin-top: 0px;
	}

	.received_gift_area {
		font-size: 14px;
		line-height: 1;
	}

	section.contents.pay_contents.received_gift_contents.nomem .received_gift_area {
		font-size: 16px;
	}

	.agree_wrap .check_area label {
		font-size: 13px;
		width: calc(100% - 50px);
		text-align: left;
		background-position: top left;
		line-height: 18px;
		min-height: unset;
	}
}

/* //////////////////////////////////////////////////////////// 

END ------- 선물 주문결제 선물 받는 사람

//////////////////////////////////////////////////////////// */

@media (max-width: 767px) {
	.modal-open .modal {
		overflow-y: hidden;
	}

	.popup_add_address,
	.pop_deli_list {
		padding-right: 0 !important;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
	}

	.delivery_list > ul {
		width: 100%;
		height: auto;
		overflow-y: scroll;
	}

	.popup_add_address .modal-header,
	.pop_deli_list .modal-header {
		height: 52px;
	}

	.popup_add_address .modal-header .modal_tit,
	.pop_deli_list .modal-header .modal_tit {
		font-size: 14px;
	}

	.popup_add_address .modal_close,
	.pop_deli_list .modal_close {
		width: 28px;
		height: 28px;
		background: url(/content/images/icon/ico_close_popup.png) no-repeat center center !important;
		background-size: 100% auto !important;
		top: 11px;
		right: 12px;
	}

	.popup_add_address .modal-body,
	.pop_deli_list .modal-body {
		padding: 30px 20px;
		max-height: 100%;
		box-sizing: border-box;
		overflow-y: hidden;
	}

	section.contents.pay_contents.regular .popup_add_address .modal-body,
	section.contents.pay_contents.regular .pop_deli_list .modal-body {
		padding: 0 20px 50px;
	}

	.popup_add_address .delivery_list .txt_area .name,
	.pop_deli_list .delivery_list .txt_area .name {
		font-size: 14px;
		line-height: 20px;
	}

	.popup_add_address .delivery_list .txt_area p,
	.pop_deli_list .delivery_list .txt_area p {
		font-size: 14px;
		line-height: 1.5;
	}

	.popup_add_address .delivery_list li,
	.pop_deli_list .delivery_list li {
		padding: 20px 0;
	}

	.popup_add_address .delivery_list div.btn-group,
	.pop_deli_list .delivery_list div.btn-group {
		margin-top: 10px;
	}

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

/* ============================ 정기배송 주문/결제 ============================ */
.pay_contents.regular .pay_list {
	padding-bottom: 0;
}

.pay_contents.regular .wrap_pay_regular_info .calendar_banner {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: flex-start;
	width: 100%;
	flex: 1;
}

.pay_contents.regular .wrap_pay_regular_info .regular_calendar {
	flex: 0.5;
}

.pay_contents.regular .regular_table_desc {
	margin: 20px 0;
}

.pay_contents.regular .form_wrap_line {
	margin: 0;
}

/* 결제방식 추가하기 */
.pay_contents.regular .method_area {
	width: 100%;
}

.pay_contents.regular .method_area .add_pay {
	position: relative;
	display: block;
	width: 460px;
	height: 280px;
	border: 1px dashed #b1b2b3;
	background-color: #f8f8f9;
	border-radius: 20px;
	margin: 0 auto;
	cursor: pointer;
}

.pay_contents.regular .method_area .add_pay:hover {
	background-color: #f4f4f7;
}

.pay_contents.regular .method_area .add_pay .txt {
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}

.pay_contents.regular .method_area .add_pay .txt span {
	font-size: 24px;
	font-weight: 500;
	display: flex;
	justify-content: center;
	align-items: center;
}

@media (max-width: 767px) {
	.pay_contents.regular .method_area .add_pay .txt span {
		font-size: 16px;
	}
}

.pay_contents.regular .method_area .add_pay .txt img {
	height: 24px;
	margin-left: 6px;
}

.pay_contents.regular .method_area .add_pay .bubble {
	position: absolute;
	background-color: #fff;
	font-size: 16px;
	color: #8c53ff;
	left: 50%;
	bottom: -60px;
	transform: translate(-50%, 0);
	/* width: 68%; */
	width: 292px;
	height: 70px;
	line-height: 80px;
	text-align: center;
	background: url(/content/images/icon/card_balloon.png) no-repeat 0 0;
	background-size: 100% auto;
	animation: upDown 1.5s ease-in-out infinite;
}

/* 선물배송지등록 (/nomem/gift-address.html) */
.received_gift_contents .phone_info_row {
	padding-right: 0;
	width: 100%;
	max-width: 100%;
	flex: 0 0 100%;
}

@keyframes upDown {
	0% {
		bottom: -80px;
	}

	50% {
		bottom: -90px;
	}

	100% {
		bottom: -80px;
	}
}

.pay_contents.regular .add_pay_desc {
	margin: 140px 0 60px;
}

.pay_contents.regular .add_pay_desc span {
	display: block;
	margin: 0;
	padding-left: 8px;
	position: relative;
	font-size: 14px;
	letter-spacing: -0.42px;
	line-height: 1.57;
}

.pay_contents.regular .add_pay_desc span:before {
	content: "";
	width: 3px;
	height: 3px;
	border-radius: 50%;
	background: #333;
	position: absolute;
	left: 0;
	top: 8px;
}

.select_credit_card select {
	padding: 20px 30px;
	border: 1px solid #000;
	background: url(/content/images/icon/ico_selectbox.png) no-repeat calc(100% - 15px) center;
	background-size: 14px auto;
	outline: 0;
	box-sizing: border-box;
	height: 60px;
}

@media (max-width: 767px) {
	.select_credit_card select {
		height: 50px;
		line-height: 50px;
		padding: 0 15px;
	}
}

.wrap_point {
	border-top: 1px solid #d9d9d9;
	margin-top: 30px;
}

.wrap_point p {
	padding: 30px 0;
}

.check_area {
	width: 100%;
	text-align: left;
}

.item_list.check .check_area {
	width: auto;
}

/*  테이블  */

.regular_table .wrap_cost {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	align-content: flex-start;
	flex-direction: row;
	flex-wrap: nowrap;
	position: relative;
	margin-bottom: 20px;
}

.table_wrap_scroll {
	width: calc(100% - 134px);
}

.table_wrap_fixed {
	width: 134px;
	height: 100%;
}

@media (max-width: 991px) {
	.table_wrap_scroll {
		width: calc(100% - 60px);
		margin-left: 60px;
		overflow-x: scroll;
		z-index: 1;
	}

	.table_wrap_fixed {
		width: 60px;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		-webkit-box-shadow: 2px 0px 15px 0px rgba(0, 0, 0, 0.16);
		box-shadow: 2px 0px 15px 0px rgba(0, 0, 0, 0.16);
		z-index: 2;
	}
}

/* ======================================== ~ mobile ======================================== */
@media (max-width: 767px) {
	.received_gift_contents .pay_wrap .pay_bot {
		margin: 40px 0 0 0;
		padding: 20px 20px 0;
		border-top: 6px solid #f8f8f9;
	}

	.received_gift_contents .pay_wrap .container {
		padding: 0;
	}

	.received_gift_contents .pay_wrap .agree_terms {
		padding: 10px 20px 0;
		height: 130px;
	}

	.pay_wrap .pay_bot .btn-group {
		margin-top: 40px;
	}

	/* ============ 주문하기 ============ */
	.pay_top {
		padding: 0;
	}
}

.pay_wrap .pay_area .tit_area {
	padding: 65px 0;
}

.pay_wrap .pay_area .tit_area .pay_tit {
	padding: 0 0px;
}

.regular_table_desc span:before {
	top: 50%;
	transform: translate(0px, -50%);
}

@media (max-width: 480px) {
	.pay_wrap .pay_bot .btn-group {
		margin-top: 52px !important;
	}

	.coupon_area .custom-select.box {
		height: 50px;
	}
}

/* ======================================== tablet ======================================== */
@media (max-width: 991px) {
	/* ==================== 정기배송 주문/결제 ==================== */
	.pay_wrap .pay_area {
		border-top: 6px solid #f8f8f9;
	}

	.pay_contents.regular .wrap_pay_regular_info .regular_calendar {
		flex: 1;
	}

	.regular_calendar_desc {
		font-size: 1.2rem;
		margin: 20px 0 0 0;
		padding-left: 8px;
	}

	.regular_calendar_desc:before {
		top: 9px;
	}

	.pay_contents.regular .regular_table_desc {
		font-size: 14px;
		margin: 0;
	}

	.regular_table_desc span {
		padding-left: 12px;
		margin: 6px 0;
	}

	.regular_table_desc span:before {
		top: 8px;
	}

	.pay_contents.regular .add_pay_desc {
		margin: 160px 0 0;
	}

	.pay_contents.regular .add_pay_desc span {
		margin: 10px 0;
	}

	.pay_contents.regular .method_area .add_pay {
		width: 80%;
		height: auto;
		padding: 20% 0;
		border-radius: 10px;
	}

	.regular_table .table_cost {
		font-size: 14px;
	}
}

@media (max-width: 767px) {
	.regular_table .table_cost {
		font-size: 0.8rem;
	}

	.regular_calendar_desc {
		font-size: 1rem;
	}

	.pay_contents.regular .regular_table_desc {
		font-size: 1rem;
	}

	.pay_contents.regular .regular_table_desc {
		margin: 15px 0 0px 0;
	}

	.pay_contents.regular .form_wrap_line {
		margin: 10px 0 10px 0;
	}

	.guide_txt {
		font-size: 15px;
	}

	.ui-state-default,
	.ui-widget-content .ui-state-default,
	.ui-widget-header .ui-state-default,
	.ui-button,
	html .ui-button.ui-state-disabled:hover,
	html .ui-button.ui-state-disabled:active {
		font-size: 13px;
	}

	.ui-state-default,
	.ui-widget-content .ui-state-default,
	.ui-widget-header .ui-state-default,
	.ui-button,
	html .ui-button.ui-state-disabled:hover,
	html .ui-button.ui-state-disabled:active {
		height: 68px;
		padding: 8px;
	}

	.ui-datepicker tr > td:nth-child(5) a:before,
	.ui-datepicker tr > td.ui-datepicker-other-month:nth-child(5) span:before,
	.wrap_table tr > td:nth-child(5) a:before,
	.wrap_table tr > td.ui-datepicker-other-month:nth-child(5) span:before {
		font-size: 0.7rem;
	}

	.box-active-next.cancel:before,
	.box-active-next.available:before,
	.box-active-next.preparation:before {
		font-size: 0.7rem;
	}
}

@media (max-width: 480px) {
	.main_tit {
		padding: 35px 0 30px;
		margin-bottom: 0;
	}

	.step_indicator {
		margin: 0 auto 20px;
		max-height: 39px;
		box-sizing: border-box;
		line-height: 1;
	}

	.pay_wrap {
		margin-top: 0;
	}

	.pay_wrap .pay_conts.wrap_regular {
		padding: 0;
	}

	.pay_wrap .pay_conts.wrap_regular .calendar_banner {
		padding: 0 20px;
	}

	.pay_contents.regular .wrap_pay_regular_info .calendar_banner {
		margin-bottom: 0;
		padding: 0;
	}

	.pay_contents.regular .wrap_pay_regular_info .regular_table .wrap_cost {
		overflow-x: hidden;
		padding-left: 0;
		padding-right: 0;
		width: 100%;
		margin: 0 auto 20px;
	}

	table.table_cost.fixed_first {
		max-width: 60px;
		width: 60px;
		box-sizing: border-box;
	}

	table.table_cost.free_table {
		box-sizing: border-box;
		width: 100%;
	}

	.pay_contents.regular .wrap_pay_regular_info .regular_table .wrap_cost::-webkit-scrollbar {
		opacity: 0;
	}

	.pay_contents.regular .regular_table_desc {
		width: 100%;
		font-size: 0.8rem;
	}

	.regular_calendar_desc {
		font-size: 0.8rem;
	}

	.regular_calendar .wrap_table tr td {
		height: 62px !important;
	}

	.ui-state-default,
	.ui-widget-content .ui-state-default,
	.ui-widget-header .ui-state-default,
	.ui-button,
	html .ui-button.ui-state-disabled:hover,
	html .ui-button.ui-state-disabled:active {
		height: 62px !important;
		padding: 8px !important;
	}

	.box-active-next.cancel:before,
	.box-active-next.available:before,
	.box-active-next.preparation:before {
		font-size: 0.6rem !important;
	}

	.ui-datepicker tr > td:nth-child(5) a:before,
	.ui-datepicker tr > td.ui-datepicker-other-month:nth-child(5) span:before,
	.wrap_table tr > td:nth-child(5) a:before,
	.wrap_table tr > td.ui-datepicker-other-month:nth-child(5) span:before {
		font-size: 0.6rem !important;
	}

	.pay_contents.regular .method_area .add_pay .txt span {
		font-size: 15px;
	}

	.pay_contents.regular .method_area .add_pay .txt img {
		width: 16px;
		height: 16px;
	}

	.pay_contents.regular .method_area .add_pay .bubble {
		font-size: 14px;
		padding: 14px 25px;
	}

	.pay_wrap .pay_bot {
		margin-top: 20px;
	}

	.cart_contents .item_list .title {
		font-size: 16px;
		line-height: normal;
		letter-spacing: -0.96px;
	}
}

@media (min-width: 768px) {
	/* ============ 장바구니 ============ */

	.cart_wrap {
		margin-top: 40px;
	}

	/* --- cart_top ---- */
	.cart_wrap .cart_top {
		border-bottom: 2px solid #000;
	}

	/* --- cart_list --- */
	.cart_wrap .cart_list {
		padding-right: 0;
		padding-left: 0;
		border-bottom: 0;
		border-top: 1px solid #d9d9d9;
		box-sizing: border-box;
	}

	.cart_wrap .cart_list:first-child {
		border-top: 0;
	}

	.cart_container {
		border-bottom: 2px solid #000;
	}

	.cart_wrap .item_list .check_area {
		top: 2rem;
	}

	.item_list .etc_area,
	.item_list .ship_info_area {
		margin-left: 190px;
	}

	/* --- cart_bot --- */
	.cart_bot {
		padding-right: 0;
		padding-left: 0;
	}

	.cart_bot .cart_guide {
		text-align: center;
	}

	.cart_contents .btn_order {
		padding-right: 20px;
	}

	.cart_contents .npay_type1 {
		margin-top: 30px;
	}

	/* ============ 주문하기 ============ */

	.pay_wrap {
		margin-top: 0px;
	}

	.pay_wrap .pay_area {
		border-bottom: 2px solid #000000;
		position: relative;
	}

	.pay_wrap .pay_area:last-child {
		border-bottom: 2px solid transparent;
	}

	.pay_wrap .pay_area:last-child .tit_area.collapsed[aria-expanded="true"] {
		border-bottom: 2px solid transparent;
	}

	.pay_wrap .pay_area:last-child .tit_area.collapsed[aria-expanded="false"] {
		border-bottom: 2px solid #000000;
		transition: border 0s;
		transition-delay: 0.35s;
		box-sizing: border-box;
	}

	.received_gift_wrap .agree_terms {
		margin-top: 100px;
	}

	.pay_wrap .pay_area:nth-of-type(1) {
		border-top: 0;
	}

	.contents.no_member_step1_contents.pay_contents .pay_wrap .pay_area:nth-of-type(1) {
		border: 0;
	}

	.pay_wrap .tit_area .pay_tit {
		font-size: 24px;
		line-height: 1;
	}

	/* --- pay_list ---*/
	.pay_wrap .pay_list {
		margin: 0;
	}

	.pay_list .item_list .coupon_amt_area {
		margin-left: 190px;
	}

	/* --- 오프라인 쿠폰 ---*/
	.offline_coupon_area .offline_area {
		margin-right: 0;
		margin-left: 0;
		padding: 30px 0;
		border-top: 4px solid #000;
		border-bottom: 4px solid #000;
		background: #fff;
	}

	/* --- ship_new ---*/

	/* --- bank_deposit_area ---*/
	.pay_wrap .bank_deposit_area {
		margin: 60px 0 0;
		padding: 60px 40px;
	}

	/* --- pay_bot ---*/
	.pay_wrap .pay_bot .check_area label {
		min-height: 30px;
		line-height: 30px;
		font-size: 16px;
		letter-spacing: -0.56px;
		font-weight: 400;
	}

	/* ============ 주문완료 ============ */

	/* ============ 비회원 약관동의 ============ */

	/* 
    20250424 psh 차후 삭제
    .nomem_terms_wrap .link_area {
		margin-bottom: 60px;
		max-width: 500px;
		height: auto;
	}

	.nomem_terms_wrap .link_area p {
		font-size: 20px;
		line-height: 1.8;
		font-weight: 400;
		letter-spacing: -0.06rem;
		word-spacing: -0.08rem;
	} */

	.nomem_terms_wrap .link_area .btn_wrap {
		margin-top: 30px;
	}
}

@media (min-width: 992px) {
	.cart_contents .btn_order {
		-ms-flex: 0 0 38.666667%;
		flex: 0 0 38.666667%;
		max-width: 38.666667%;
	}

	.cart_contents .npay_type1 {
		margin-top: 40px;
		margin-left: 0;
	}
}

@media (min-width: 1200px) {
	.cart_contents .btn_order {
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}
}

/* ======== 추가 - 0202 ======================================== */
/* 주문결제 - 할인정보 */
.disc_form {
	display: flex;
	width: 100%;
	margin-top: 15px;
	padding-top: 15px;
	border-top: solid 1px #e2e2e2;
	flex-wrap: wrap;
	align-items: center;
}

.disc_form.cpon_disc {
	margin-top: 0;
	padding-top: 0;
	border-top: none;
}

.disc_form > dt {
	width: 20%;
	font-size: 1.5rem;
	font-weight: 700;
	color: #000;
	line-height: 2.2rem;
}

.disc_form > dd {
	width: 80%;
	font-size: 1.4rem;
	line-height: 4rem;
}

.disc_form > dd button {
	min-width: auto;
	height: 4rem !important;
	padding: 0.9rem 1.5rem;
	font-size: 1.3rem;
}

.disc_form.cpon_disc > dd {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.disc_form.cpon_disc > dd .cpon_dlist {
	width: calc(100% - 160px);
	padding: 25px;
	background: #fbfbfb;
	border: solid 1px #e2e2e2;
}

.disc_form.cpon_disc > dd .cpon_dlist > ul > li {
	display: flex;
	width: 100%;
	margin-top: 20px;
	padding-top: 20px;
	border-top: solid 1px #e2e2e2;
	flex-wrap: wrap;
}

.disc_form.cpon_disc > dd .cpon_dlist > ul > li:first-child {
	margin-top: 0;
	padding-top: 0;
	border-top: none;
}

.disc_form.cpon_disc > dd .cpon_dlist > ul > li .img {
	position: relative;
	width: 11%;
	padding-bottom: 10%;
	background: #fff;
	border: solid 1px #e2e2e2;
}

.disc_form.cpon_disc > dd .cpon_dlist > ul > li .img > img {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	width: auto;
	max-width: 100%;
	height: auto;
	max-height: 100%;
	margin: auto;
}

.disc_form.cpon_disc > dd .cpon_dlist > ul > li .info {
	position: relative;
	width: 86%;
	margin-left: 3%;
}

.disc_form.cpon_disc > dd .cpon_dlist > ul > li .info .tit {
	display: -webkit-box;
	width: 70%;
	max-height: 4rem;
	margin-bottom: 20px;
	font-size: 1.4rem;
	font-weight: 500;
	line-height: 2rem;
	text-overflow: ellipsis;
	overflow: hidden;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
}

.disc_form.cpon_disc > dd .cpon_dlist > ul > li .info .tit:hover,
.disc_form.cpon_disc > dd .cpon_dlist > ul > li .info .tit:focus {
	text-decoration: underline;
}

.disc_form.cpon_disc > dd .cpon_dlist > ul > li .info .price {
	position: absolute;
	right: 0;
	top: 0;
	text-align: right;
	line-height: 2rem;
}

.disc_form.cpon_disc > dd .cpon_dlist > ul > li .info .price > b {
	font-family: "Lato";
	font-size: 1.8rem;
	font-weight: 700;
}

.disc_form.cpon_disc > dd .cpon_dlist > ul > li .info .price > span {
	display: block;
	font-size: 1.2rem;
	font-weight: 500;
	color: #4884da;
}

.disc_form.cpon_disc > dd .cpon_dlist > ul > li .info .custom-select.box {
	height: 4rem;
}

.disc_form.point_disc > dd .form-control.box {
	width: 20%;
	height: 4rem;
	text-align: right;
}

.disc_form.point_disc > dd button {
	margin-left: 10px;
}

.disc_form.point_disc > dd span {
	color: #959595;
}

.disc_form.point_disc > dd span > b {
	font-weight: 700;
	color: #3b5ed0;
}

/* 비회원 주문결제 */
.no_member_step1_contents .pay_wrap .pay_area:nth-child(3) {
	border-top: 2px solid #000;
}

.no_member_step1_contents #order_item > div:first-child {
	margin-top: 0;
}

/* 장바구니 ---------- 0720 */

.cart_container .check_area label {
	font-size: 16px;
	color: #000;
}

.check_area label,
.check_area input + label,
.check_area input[readonly] + label {
	font-size: 14px;
	font-weight: 400;
	color: #b1b2b3;
}

@media (max-width: 767px) {
	.check_area {
		line-height: 1;
	}

	.container .check_area input:checked + label,
	.container .check_area input + label,
	.cart_container .check_area label {
		line-height: 18px;
		height: 18px;
		min-height: unset;
		background-size: 18px 18px !important;
	}
}

.item_list .list_area .img_area {
	border-radius: 20px;
	overflow: hidden;
}

.item_list.check .title {
	max-width: 660px;
	line-height: normal;
}

.cart_container .item_list .option {
	margin: 0px 0 3px;
}

.cart_container .item_list .gifts {
	margin: 0;
}

.cart_container .item_list .coupon > span {
	margin: 0;
}

.cart_container .item_list .product_discount_area {
	margin: 22px 0 0;
}

.check_area input:checked + label {
	color: #333;
}

.check_area input[readonly] + label {
	background-size: 24px;
}

.info_dot p:after {
	background: #000;
}

.step1 .info_dot p:last-child {
	margin: 0;
}

.check_area input:checked + label {
	background-size: 24px;
}

.info_dot {
	margin-top: 40px;
}

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

.pay_contents.regular .item_list.check .list_area {
	padding: 60px 0 100px;
}

.pay_contents.regular .item_list.check .list_area:first-child {
	padding: 0 0 100px;
}

@media (max-width: 767px) {
	.pay_contents.regular .item_list.check .list_area:first-child {
		/* padding: 30px 0 42px; */
		padding: 0 0 30px;
	}
}

.pay_contents.regular .wrap_pay_regular_info {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
	margin-top: 0px;
}

.pay_contents.regular .wrap_pay_regular_info .regular_table {
	width: 100%;
	margin-top: 40px;
}

.pay_contents.regular .wrap_pay_regular_info .regular_banner {
	flex: 1;
	margin-left: 0;
}

.regular_table .table_cost {
	position: relative;
}

.regular_table .table_cost td {
	border: 0;
	position: relative;
}

.regular_table .table_cost tbody td {
	line-height: 1;
	box-sizing: border-box;
	min-height: 48px;
	padding: 17px 8px;
}

.regular_table .table_cost tbody td:nth-child(2) {
	font-weight: 700;
}

.regular_table .table_cost thead th,
.regular_table .table_cost tbody td {
	border-right: 1px solid #fff;
	box-sizing: border-box;
}

.regular_table .table_cost thead th {
	background-color: #695fbf;
	border-right: 1px solid #fff;
	vertical-align: middle;
	letter-spacing: -0.66px;
	text-align: center;
	color: #fff;
	font-weight: 100;
	box-sizing: border-box;
	border-bottom-color: transparent;
	padding: 0.75rem 0;
	line-height: 1;
	height: 32px;
	font-size: 14px;
}

.regular_table .table_cost thead th :nth-child(4),
.regular_table .table_cost thead th :nth-child(5) {
	width: 295px;
}

.regular_table_desc span {
	display: block;
	margin: 0;
	padding-left: 8px;
	position: relative;
	line-height: 1.57;
	font-size: 14px;
	color: #333;
}

.btn_sm {
	font-weight: 400;
	letter-spacing: -0.56px;
	line-height: 1;
	height: 40px;
}

button.before_regular {
	background-color: #333 !important;
	color: #fff !important;
	position: relative;
	width: 120px;
	height: 40px;
}

.btn_address_list {
	margin-left: 10px;
	position: relative;
	width: 120px;
	height: 40px;
}

.before_regular button.before_regular::before {
	content: "";
	position: absolute;
	top: 0;
	right: calc(100% + 10px);
	width: 221px;
	height: 32px;
	background: url(/content/images/before_regular_balloon.png) no-repeat 0 0;
	background-size: 100% auto;
	animation: upDown02 1.5s ease-in-out infinite;
}

@media (max-width: 767px) {
	.btn_sm {
		height: 30px;
	}

	button.before_regular,
	.btn_address_list {
		width: 90px !important;
		height: 30px !important;
		border-radius: 5px !important;
	}
}

@keyframes upDown02 {
	0% {
		top: -3px;
	}

	50% {
		top: -8px;
	}

	100% {
		top: -3px;
	}
}

button.before_regular + button.btn {
	margin-left: 20px;
}

@media (max-width: 1289px) {
	.disc_form.cpon_disc > dd .cpon_dlist > ul > li .img {
		width: 13%;
	}

	.disc_form.cpon_disc > dd .cpon_dlist > ul > li .info {
		width: 84%;
	}
}

@media (max-width: 1199px) {
	.disc_form.cpon_disc > dd .cpon_dlist > ul > li .img {
		width: 16%;
	}

	.disc_form.cpon_disc > dd .cpon_dlist > ul > li .info {
		width: 81%;
	}
}

@media (max-width: 991px) {
	.disc_form > dt {
		width: 25%;
	}

	.disc_form > dd {
		width: 75%;
	}

	.disc_form.cpon_disc > dd .cpon_dlist {
		width: 100%;
		margin-top: 10px;
		padding: 20px;
	}

	.disc_form.cpon_disc > dd .cpon_dlist > ul > li .img {
		width: 33%;
		padding-bottom: 20%;
	}

	.disc_form.cpon_disc > dd .cpon_dlist > ul > li .info {
		width: 62%;
		margin-left: 5%;
	}

	.disc_form.point_disc > dd .form-control.box {
		width: 170px;
	}

	.disc_form.point_disc > dd span {
		display: block;
		margin-top: 10px;
		line-height: 20px;
	}

	.cart_wrap .cart_list .total_area {
		justify-content: center;
		padding: 30px 20px;
		height: 95px;
		box-sizing: border-box;
	}
}

@media (max-width: 767px) {
	.disc_form.cpon_disc > dd .cpon_dlist > ul > li .img {
		width: 25%;
	}

	.disc_form.cpon_disc > dd .cpon_dlist > ul > li .info {
		width: 70%;
	}

	.disc_form.point_disc > dd .form-control.box {
		width: 145px;
	}

	/* -------- step_indicator -------- */
	.step_area {
		padding: 0 20px;
		margin-bottom: 20px;
	}

	.step_indicator {
		padding: 10px;
	}

	.step_indicator > li {
		padding: 0 12px;
	}

	.step_indicator > li > p {
		font-size: 14px;
	}

	.step_indicator > li > p::before {
		width: 20px;
		height: 20px;
	}

	.step_indicator > li::after {
		top: 50%;
		right: -7px;
		width: 15px;
		height: 15px;
		transform: translateY(-50%);
	}

	/* ============================ 장바구니 ============================ */
	.cart_container {
		margin: 0 -20px;
		border-top: 6px solid #f8f8f9;
	}

	.cart_contents .cart_wrap {
		margin-top: 30px;
	}

	.cart_list .item_list .list_area {
		padding: 30px 0;
	}

	.item_list .etc_area .amt_box .btn_modi {
		width: 70px;
		height: 30px;
		font-size: 14px;
		border-radius: 0 5px 5px 0;
	}

	button.before_regular + button.btn {
		margin-left: 10px;
	}

	.item_list .ship_info_area {
		margin-top: 30px;
	}

	.cart_bot {
		padding: 30px 0 0;
	}

	.cart_bot .btn_left {
		margin-bottom: 40px;
	}

	.cart_bot .cart_guide p {
		font-size: 13px;
		line-height: 1.36;
		text-align: left;
		letter-spacing: normal;
	}

	.cart_guide .mobile {
		display: none !important;
	}

	.pay_list .amt_box {
		width: 150px;
		height: 30px;
		line-height: 30px;
		font-size: 14px;
		border-radius: 5px;
		padding: 0 10px;
	}

	.item_list .etc_area .btn_wrap .btn {
		height: 30px;
		border-radius: 5px;
		font-size: 14px;
	}

	.offline_coupon_area {
		margin-bottom: 0px;
	}

	.pay_wrap .pay_list {
		margin: 0;
		padding: 0;
		width: 100%;
	}

	.gift_area {
		margin-top: 30px;
	}

	.gift_area .radio_area {
		margin-bottom: 20px;
	}

	.gift_area .radio_area label {
		font-size: 14px;
		line-height: 22px;
		padding-left: 24px;
	}

	.gift_guide {
		padding-left: 24px;
		margin-top: 2px;
		font-size: 13px;
	}

	/* ============================ 주문/결제 ============================ */

	.pay_area .form_wrap_line .form-group {
		margin-top: 0;
	}

	.pay_area .form-control.line,
	.pay_area .custom-select.line {
		height: 50px;
		font-size: 13px;
	}

	.received_gift_contents .phone_area .phone_info_row {
		width: 100%;
		max-width: 100%;
		flex: 0 0 100%;
		padding-right: 0 !important;
	}

	.pay_area .form_wrap_line .input {
		min-height: 50px;
		padding: 0;
		font-size: 13px;
	}

	.pay_area .form_wrap_line .address_area .placeholder,
	.pay_area .form_wrap_line .address_area::placeholder {
		font-size: 13px;
	}

	.pay_area .box_area .custom-select.box_s {
		height: 30px;
	}

	.pay_wrap .ship_new .info {
		font-size: 12px;
	}

	.pay_wrap .ship_new .ship_top {
		margin-top: 5px;
	}

	.pay_wrap .ship_new .radio_wrap {
		margin-top: 20px;
	}

	.pay_wrap .method_area .nav {
		gap: 10px;
	}

	.pay_wrap .method_area .nav-item {
		height: 80px;
	}

	.pay_wrap .method_area .nav-link {
		font-size: 14px;
	}

	.pay_wrap .method_area .nav-link.active {
		border: 2px solid #000;
	}

	.pay_wrap .bank_deposit_area {
		margin: 50px -20px 0;
	}

	.pay_wrap .bank_deposit_area input::placeholder,
	.pay_wrap .bank_deposit_area select::placeholder {
		font-size: 12px;
		letter-spacing: -0.2px;
	}

	.pay_wrap .bank_deposit_area dl {
		margin-top: 30px;
	}

	.pay_wrap .bank_deposit_area dt {
		font-size: 14px;
	}

	.pay_wrap .bank_deposit_area dd {
		margin-top: 5px;
	}

	.pay_wrap .bank_deposit_area dd .custom-select.box {
		height: 50px;
		font-size: 13px;
	}

	.pay_total {
		padding: 60px 20px 40px;
	}

	.pay_total .total_tit {
		font-size: 20px;
		margin-bottom: 15px;
	}

	.pay_total .total_tit strong {
		font-size: 24px;
		margin-top: 5px;
	}

	.pay_total .price_area.total {
		padding-bottom: 15px;
		margin-bottom: 15px;
	}

	.pay_total .price_area.point {
		padding-top: 15px;
		margin-top: 15px;
	}

	.pay_total .price_area.point dd p {
		padding-top: 0;
	}

	.pay_total .price_area.total dt,
	.pay_total .price_area.total dd,
	.pay_total .price_area dd,
	.pay_total .price_area dt,
	.pay_total .explain,
	.pay_total .info {
		font-size: 14px;
		line-height: 20px;
	}

	.pay_total .price_area.point dt .btn {
		width: 70px;
		height: 30px;
		padding: 0;
		margin-left: 2px;
		text-align: center;
		text-indent: -1px;
	}

	.pay_total .price_area.point dd input {
		width: 100%;
	}

	.pay_wrap .form_wrap_line .address_area {
		flex-direction: column;
		justify-content: center;
		align-items: flex-start;
	}

	.pay_wrap .pay_conts .find_zipcode {
		width: 100%;
		padding-right: 0;
	}

	/* ============================ 결제완료 ============================ */
	.complete_wrap .order_num_area {
		padding: 20px 0;
	}

	.complete_wrap .order_num_area p {
		font-size: 14px;
	}

	.complete_wrap .btn-group {
		margin-top: 40px;
	}

	.complete_wrap .order_info_area {
		padding: 20px 0;
	}

	.complete_wrap .order_info_area_wrap dt,
	.complete_wrap .order_info_area_wrap dd {
		padding: 5px 0;
	}

	.complete_wrap .order_info_area_wrap {
		width: auto;
		max-width: 80%;
		padding: 0 20px;
	}

	/* 선물 주문 완료 */
	.gift_order_ic {
		display: block;
		width: 40px;
		margin: 0 auto;
		transform: translateY(-5px);
		animation: ic_mv 2s infinite;
	}

	@keyframes ic_mv {
		0% {
			transform: translateY(-5px);
		}

		50% {
			transform: translateY(-15px);
		}

		100% {
			transform: translateY(-5px);
		}
	}

	.pay_wrap .tit_area {
		background: url(/content/images/icon/btn_collapse_close.png) no-repeat calc(100% - 20px) 50%;
		background-size: 16px auto;
	}

	.pay_wrap .tit_area.collapsed {
		background: url(/content/images/icon/btn_collapse_open.png) no-repeat calc(100% - 20px) 50%;
		background-size: 16px auto;
	}
}

@media (max-width: 480px) {
	.complete_wrap .order_info_area_wrap {
		width: auto;
		max-width: 258px;
		padding: 0 20px;
	}

	.complete_wrap .order_info_area_wrap dt,
	.complete_wrap .order_info_area_wrap dd {
		font-size: 14px;
	}
}

@media (max-width: 767px) {
	.disc_form {
		align-items: baseline;
	}

	.disc_form.cpon_disc > dd .cpon_dlist {
		width: 133%;
		margin-left: -33%;
	}

	.disc_form.cpon_disc > dd .cpon_dlist > ul > li .img {
		width: 85px;
		padding-bottom: 15%;
	}

	.disc_form.cpon_disc > dd .cpon_dlist > ul > li .info {
		width: calc(100% - 105px);
		margin-left: 20px;
	}

	.pay_wrap .pay_conts,
	.pay_wrap .tit_area {
		padding: 0 20px;
	}

	.offline_coupon_area {
		padding: 0;
	}

	.offline_coupon_area .offline_area .form-control.box {
		margin: 0;
	}

	.offline_coupon_area .offline_area .btn-group {
		margin-top: 20px;
	}

	.pay_list .item_list {
		margin: 0 auto;
		padding: 0 20px;
	}

	.pay_list .item_list.check {
		padding: 0;
	}

	.complete_inner,
	.nomem_terms_contents_inner {
		width: 100%;
	}
}

@media (max-width: 480px) {
	.disc_form > dd {
		font-size: 1.3rem;
	}

	.disc_form.cpon_disc > dd .cpon_dlist {
		padding: 15px;
	}

	.disc_form.cpon_disc > dd .cpon_dlist > ul > li {
		display: block;
		margin-top: 15px;
		padding-top: 15px;
	}

	.disc_form.cpon_disc > dd .cpon_dlist > ul > li:after {
		content: "";
		display: block;
		clear: both;
	}

	.disc_form.cpon_disc > dd .cpon_dlist > ul > li .img {
		float: left;
		width: 50px;
		height: 50px;
		padding-bottom: 0;
	}

	.disc_form.cpon_disc > dd .cpon_dlist > ul > li .info {
		float: right;
		width: calc(100% - 65px);
		margin-left: 15px;
	}

	.disc_form.cpon_disc > dd .cpon_dlist > ul > li .info .tit {
		display: block;
		width: 100%;
		max-height: initial;
		margin-bottom: 5px;
		font-size: 1.3rem;
		white-space: nowrap;
		line-clamp: initial;
		-webkit-line-clamp: initial;
		-webkit-box-orient: initial;
	}

	.disc_form.cpon_disc > dd .cpon_dlist > ul > li .info .price {
		position: static;
		right: initial;
		top: initial;
		margin-bottom: 15px;
		font-size: 1.2rem;
	}

	.disc_form.cpon_disc > dd .cpon_dlist > ul > li .info .price > span {
		display: inline-block;
		margin-right: 5px;
		vertical-align: top;
	}

	.disc_form.cpon_disc > dd .cpon_dlist > ul > li .info .price > b {
		font-size: 1.7rem;
	}

	.disc_form.cpon_disc > dd .cpon_dlist > ul > li .info .custom-select.box {
		width: calc(100% + 65px);
		margin-left: -65px;
	}

	.disc_form.point_disc > dd .form-control.box {
		width: calc(100% - 110px);
	}

	.disc_form.point_disc > dd span {
		margin-top: 5px;
	}

	/* -------- step_indicator -------- */
	.step_indicator > li > p {
		font-size: 13px;
	}

	.step_indicator > li > p::before {
		width: 18px;
		height: 18px;
	}

	.step_indicator > li::after {
		width: 14px;
		height: 14px;
	}

	/* ============================ 장바구니 ============================ */
	.cart_contents .cart_wrap {
		margin-top: 20px;
	}

	.cart_list .item_list .list_area {
		padding: 20px 0;
	}

	.item_list .etc_area .amt_box .btn_modi {
		width: 70px;
		height: 30px;
		line-height: 30px;
		font-size: 13px;
	}

	.item_list .etc_area .btn_wrap .btn {
		font-size: 13px;
		margin-right: 10px;
		letter-spacing: -0.72px;
		width: 90px;
		height: 30px;
		border-radius: 5px;
	}

	.item_list .ship_info_area p {
		font-size: 13px;
	}

	.cart_wrap .cart_list .total_area .summing,
	.cart_wrap .cart_list .total_area .total,
	.cart_wrap .cart_list .total_area .total strong {
		font-size: 14px;
	}

	.cart_wrap .cart_list .total_area .total.info a {
		padding-right: 20px;
		background-size: 15px;
	}

	.cart_bot .price_area dt,
	.cart_bot .price_area dd {
		font-size: 13px;
		font-weight: 400;
		line-height: 1;
		padding: 0;
		margin-bottom: 6px;
	}

	.cart_bot .total_area dt,
	.cart_bot .total_area dd,
	.cart_bot .total_area dd strong {
		font-size: 14px;
		padding: 0;
		line-height: 1;
	}

	.cart_bot .point_area dt,
	.cart_bot .point_area dd {
		font-size: 13px;
		line-height: 1;
	}

	.cart_bot .point_area {
		margin-top: 15px;
		padding-top: 15px;
	}

	.cart_bot .btn_left .btn_delete {
		width: 120px;
		height: 30px;
		line-height: 30px;
		/* padding: 0 15px; */
		text-align: center;
		font-size: 13px;
		border-radius: 5px;
		color: #333;
	}

	.pay_list .amt_box {
		font-size: 13px;
		width: 90px;
		min-width: 90px;
	}

	/* ============================ 주문/결제 ============================ */
	.pay_wrap .method_area .nav-link {
		font-size: 14px;
	}

	.pay_total .price_area.point dd input {
		line-height: 36px;
		height: 36px;
		font-size: 16px;
		box-sizing: border-box;
	}

	.pay_total .total_tit {
		font-size: 14px;
	}

	.pay_total .total_tit strong {
		font-size: 18px;
	}

	.pay_total .price_area.total dt,
	.pay_total .price_area.total dd,
	.pay_total .price_area dd,
	.pay_total .price_area dt,
	.pay_total .explain,
	.pay_total .info {
		font-size: 13px;
		line-height: 1;
	}

	/* ============================ 주문/결제 완료 ============================ */
	.complete_wrap .order_info_area_wrap dt,
	.complete_wrap .order_info_area_wrap dd {
		font-size: 13px;
		line-height: 1.2;
	}

	.pay_total .info {
		margin: 15px 0 0 0;
	}

	.pay_total .price_area {
		margin-bottom: 15px;
	}

	.pay_contents.regular .pay_total .price_area.total {
		margin-bottom: 20px;
	}

	.pay_contents.regular .pay_total .price_area {
		margin-bottom: 5px;
	}

	.item_list .ship_info_area .price,
	.item_list .ship_info_area .company,
	.item_list .ship_info_area .deli_info,
	.item_list .ship_info_area .sub_tit > img {
		margin-left: 3px;
	}

	.check_area input[readonly] + label {
		background-size: 18px;
		font-size: 13px;
		line-height: 18px;
	}

	.pay_area .box_area .btn,
	.ship_new .form_wrap_line .btn_right .btn,
	.ship_new .form_wrap_line .btn_right .btn {
		width: 90px;
		height: 30px;
		line-height: 30px;
		font-size: 13px;
		border-radius: 5px !important;
		padding: 0;
		box-sizing: border-box;
		display: inline-flex;
		justify-content: center;
		align-items: center;
		font-weight: normal;
	}

	.ship_new .form_wrap_line .btn_right .btn {
		width: 90px !important;
		height: 30px !important;
		line-height: 30px !important;
		font-size: 13px !important;
		padding: 0 !important;
		border: 1px solid #333 !important;
	}

	.cart_contents .item_list .etc_area .btn_wrap .btn {
		width: 70px;
		height: 30px;
		line-height: 30px;
		font-size: 13px;
		border-radius: 5px !important;
		padding: 0;
		box-sizing: border-box;
		display: inline-flex;
		justify-content: center;
		align-items: center;
		font-weight: normal;
	}

	.item_list .etc_area .btn_wrap .btn {
		width: 90px;
	}
}

@media (max-width: 414px) {
	.pay_wrap .delv_ship {
		padding: 12px 20px 10px;
	}

	.disc_form > dt {
		font-size: 1.4rem;
	}
}

/* ======== 추가 - 0708 ======================================== */

/* 주문결제 페이지 --> 상품쿠폰적용 버튼 */
.pay_list .item_list .coupon_area {
	margin: 30px 0 30px auto;
	width: calc(100% - 190px);
	height: auto;
	padding: 0 30px;
}

.pay_list .item_list .coupon_area.collapsing {
	height: 0;
	overflow: hidden;
	transition: height 0.35s linear;
}

.list_area .coupon_area.collapse:not(.show) {
	display: block;
	height: 0;
	max-height: 0;
	overflow: hidden;
	padding: 0;
	transition: padding 0.35s ease-out;
	transition-delay: -0.23s;
}

.pay_list .item_list .coupon_area dt {
	padding-top: 30px;
}

.pay_list .item_list .coupon_area .btn_wrap {
	padding-bottom: 30px;
}

@media (max-width: 767px) {
	.pay_list .item_list .coupon_area dt {
		padding-top: 20px;
	}

	.pay_list .item_list .coupon_area .btn_wrap {
		padding-bottom: 20px;
	}
}

.pay_list .item_list .coupon_area .btn_wrap button {
	width: 235px;
	height: 60px;
}

@media (min-width: 768px) and (max-width: 992px) {
	.pay_list .item_list .coupon_area .btn_wrap {
		display: flex;
		justify-content: space-between;
	}

	.pay_list .item_list .coupon_area .btn_wrap button {
		width: 46%;
	}
}

@media (max-width: 767px) {
	.pay_contents .item_list .brand {
		margin-top: 0;
		padding-top: 0;
	}

	.pay_contents .item_list.check .title {
		font-size: 16px;
		line-height: 1.3;
	}

	.pay_list .item_list .coupon_area {
		margin-left: 0;
	}

	.pay_list .item_list .coupon_area .btn_wrap {
		display: flex;
		justify-content: space-between;
	}

	.pay_list .item_list .coupon_area .btn_wrap button {
		width: calc(50% - 8px);
		height: 50px;
		font-size: 14px;
		margin-right: 10px;
	}
}

/* Step1 주문/결제 페이지 */
.step1 .item_list.check {
	border-top: 0;
}

.step1 .btn_select_addresses {
	font-weight: 400;
	padding: 10px 20px;
	width: unset;
	height: unset;
	line-height: unset;
}

.step1 select.box_s {
	width: 100px;
	height: unset;
	padding: 10px 20px;
}

.step1 .btn_address_list {
	padding: 10px 20px;
	box-sizing: border-box;
	width: 120px;
	height: 40px;
	line-height: 1;
	background-color: #fbfbfc;
	font-weight: 400;
	letter-spacing: -0.48px;
}

.step1 .pay_wrap .ship_new .radio_wrap {
	margin-top: 0;
	padding: 20px 0 0 0;
}

@media (max-width: 767px) {
	.step1 .pay_wrap .ship_new .radio_wrap {
		margin-top: 0;
		padding: 0;
	}
}

.step1 .pay_wrap .bank_deposit_area dt {
	font-weight: 400;
}

option:disabled {
	color: #b1b1b1;
}

.bank_deposit_area input.form-control line,
.bank_deposit_area input[type="text"],
.bank_deposit_area input[type="text"]:focus,
.bank_deposit_area input[type="text"]:active,
.bank_deposit_area input[type="text"]:visited {
	background-color: transparent !important;
}

.step1 .bank_deposit_area .radio_area {
	margin: 0 58px 0px 0;
}

.step1 .bank_deposit_area .radio_area label {
	font-size: 16px;
	letter-spacing: -0.56px;
	font-weight: 400;
}

.step1 .info_dot {
	margin-top: 40px;
}

.step1 .info_dot p {
	color: #333;
	/* font-weight: 300; */
	letter-spacing: -0.42px;
	line-height: 1.36;
	margin-bottom: 10px;
}

.step1 .pay_bot .btn-group .col-lg-4 {
	max-width: 500px;
	width: 100%;
}

.step1 .pay_bot .btn-group .btn_pay {
	max-width: 500px;
	width: 500px;
}

.step1 .pay_wrap .ship_new .box_area select {
	background: #fff url(/content/images/icon/icon_select_box.png) no-repeat right 0px center;
	background-size: auto 42px;
}

.step1 .form_wrap_line .btn_right {
	margin-top: 40px;
	margin-bottom: 65px;
}

.pay_contents .form_wrap_line p {
	font-size: 14px;
	margin-top: 10px;
	display: block;
	text-align: right;
}

@media (max-width: 767px) {
	.step1 .form_wrap_line .btn_right {
		margin-bottom: 0;
	}

	.pay_contents .form_wrap_line .btn_right p {
		font-size: 13px;
		margin-left: auto;
		word-break: keep-all;
		max-width: 90%;
		line-height: 1.25;
	}
}

.pay_contents .form_wrap_line .btn_right {
	margin-top: 40px;
	margin-bottom: 65px;
}

.regular_ship_info .form_wrap_line .btn_right {
	margin-top: 40px;
	flex-direction: column;
	align-items: end;
}

@media (max-width: 767px) {
	.pay_contents .form_wrap_line .btn_right {
		margin-bottom: 0;
	}
}

/* 비회원 선물 조회 페이지 */

.nomem .pay_list .item_list.check {
	border-top: 1px solid #e2e2e2;
}

.nomem .pay_list .item_list.check:first-child {
	border-top: none;
}

.nomem .received_gift_contents .pay_wrap .tit_area .pay_tit {
	margin-bottom: 0;
}

.nomem .pay_wrap .pay_area:last-child .pay_conts {
	margin-top: 15px;
}

.pay_wrap .pay_conts:not(.show) {
	padding: 0 0 50px;
	height: 0;
	overflow: hidden;
	box-sizing: border-box;
}

.pay_wrap .pay_conts.show {
	padding: 0 20px 50px;
	margin: 0;
	height: auto;
}

.pay_wrap .pay_conts.collapse:not(.show),
.pay_wrap .pay_conts.collapse:not(.show) > div {
	padding: 0;
}

.pay_area .tit_area[aria-expanded="true"] + .pay_conts.collapsing {
	padding: 0 0 50px;
	transition: padding 0.35s linear;
	transition-delay: -0.5s;
}

.pay_area .tit_area[aria-expanded="false"] + .pay_conts.collapsing {
	padding: 0;
	transition: padding 0.35s linear;
}

@media (max-width: 767px) {
	.pay_list_conts {
		padding-bottom: 0;
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		justify-content: flex-start;
		align-content: flex-start;
		flex-wrap: nowrap;
		position: relative;
	}

	section.contents.pay_contents.regular .pay_list_conts {
		padding-left: 20px;
		padding-right: 20px;
	}

	.pay_wrap .pay_list {
		border-top: 6px solid #f8f8f9;
	}

	.offline_coupon_area .offline_collapse {
		font-size: 12px;
		margin-right: 20px;
		margin-bottom: 20px;
		line-height: 1;
	}

	.pay_wrap .pay_conts:not(.show) {
		padding: 0 20px 50px;
		height: 0;
		overflow: hidden;
		box-sizing: border-box;
	}

	.pay_wrap .pay_conts.collapse:not(.show),
	.pay_wrap .pay_conts.collapse:not(.show) > div {
		padding: 0 20px;
	}

	.pay_area .tit_area[aria-expanded="true"] + .pay_conts.collapsing {
		padding-top: 0;
		padding-right: 20px;
		padding-left: 20px;
		padding-bottom: 50px;
		transition: padding 0.35s linear;
		transition-delay: -0.5s;
	}

	.pay_area .tit_area[aria-expanded="false"] + .pay_conts.collapsing {
		padding-top: 0;
		padding-right: 20px;
		padding-left: 20px;
		padding-bottom: 0;
		transition: padding 0.35s linear;
	}

	.pay_wrap .tit_area .pay_tit {
		font-size: 17px;
	}

	.pay_wrap .tit_area {
		background-size: 16px;
	}

	.pay_wrap .pay_area .tit_area {
		padding: 30px 20px;
		margin-bottom: 0;
		height: auto;
		box-sizing: border-box;
		display: flex;
		justify-content: flex-start;
		align-items: center;
		align-content: center;
	}

	.pay_list .item_list .list_area:first-child {
		padding-top: 0;
		margin: 0;
	}

	.pay_wrap .pay_area.regular_delivery_info .tit_area {
		padding: 30px 20px 28px;
		margin-bottom: 0;
	}

	.pay_wrap .pay_area .tit_area.collapsed {
		margin-bottom: 0;
	}

	.offline_coupon_area .offline_area .form-control.box {
		height: 50px;
	}

	.pay_wrap .pay_area {
		border-top: 6px solid #f8f8f9 !important;
	}

	.received_gift_contents .pay_wrap .pay_area.received_gift_info {
		border-top: none !important;
		border-bottom: 6px solid #f8f8f9 !important;
	}

	.received_gift_contents .pay_wrap .pay_area.received_gift_info:last-child {
		border-bottom: none !important;
	}

	.pay_contents .pay_wrap .pay_area .pay_list_conts {
		padding: 0;
	}

	.pay_list .item_list .coupon_area,
	.pay_list .item_list .coupon_area.show {
		padding: 0 20px;
		border-radius: 10px;
		width: 100%;
		margin-top: 20px;
	}

	.pay_list .item_list .coupon_area label {
		font-size: 14px;
	}

	.pay_area .box_area .custom-select.box_s {
		height: unset;
	}

	.pay_area .box_area .btn {
		width: unset;
		height: unset;
		padding: 10px 20px;
		line-height: unset;
		font-size: 12px;
	}

	.step1 .btn_address_list {
		padding: 10px 20px !important;
		width: unset !important;
		height: unset !important;
		line-height: unset !important;
		font-size: 13px !important;
	}

	.step1 .bank_deposit_area .radio_area {
		margin: 15px 16px 0 0;
		height: auto;
		line-height: 24px;
	}

	.step1 .bank_deposit_area dd .radio_area:last-child {
		display: flex;
	}

	.step1 .bank_deposit_area .radio_area label {
		font-size: 13px;
		line-height: 24px;
	}

	.step1 .pay_bot .btn-group .btn_pay {
		max-width: 100%;
		width: 100%;
	}

	.pay_wrap .pay_bot .check_area input + label {
		font-size: 13px;
		padding-left: 26px;
		background-position: 0 0;
		letter-spacing: -0.04rem;
		text-align: left;
		line-height: 1.4;
		background: url(/content/images/icon/ico_check_off.png) no-repeat left center;
		background-size: 18px !important;
		min-height: 22px;
		display: flex;
		justify-content: flex-start;
		align-content: center;
		align-items: center;
		flex-wrap: nowrap;
		flex-direction: row;
	}

	.pay_wrap .pay_bot .check_area input:checked + label {
		font-size: 13px;
		padding-left: 26px;
		background-position: 0 0;
		letter-spacing: -0.04rem;
		text-align: left;
		line-height: 1.4;
		background: url(/content/images/icon/ico_check_on.png) no-repeat left center;
		background-size: 18px !important;
	}

	.step1 .form_wrap_line .btn_right {
		margin-top: 20px;
		flex-wrap: wrap;
	}

	.form_area .btn_right .btn_wrap_box {
		width: 100%;
		margin-top: 10px;
	}

	.form_area .btn_right .btn_wrap_box .btn {
		width: 90px !important;
		height: 30px !important;
		line-height: 30px !important;
		padding: 0 !important;
	}

	.received_gift_contents .pay_wrap .tit_area .pay_tit {
		font-size: 17px;
	}

	.received_gift_info.pay_area .pay_list .item_list .list_area {
		padding: 30px 20px;
		margin: 0;
		border-bottom: 6px solid #f8f8f9;
	}

	.received_gift_info.pay_area .pay_list .item_list .list_area:first-child {
		padding-top: 0;
	}

	.received_gift_info.pay_area .pay_list .item_list .list_area .item_bottom {
		margin: 30px 0 0;
		padding: 30px 0 0;
	}

	.nomem .pay_wrap .pay_area:nth-child(3) {
		border-top: 6px solid #f8f8f9;
	}

	.received_gift_contents .pay_wrap .tit_area {
		background-size: 16px auto;
	}

	.pay_wrap .pay_area:last-child {
		border-bottom: 0;
		margin-bottom: 0;
	}

	.no_member_step1_contents .pay_wrap .pay_area:nth-child(3) {
		border-top: 6px solid #f8f8f9;
	}

	.received_gift_contents .btn-group .btn {
		height: 50px;
	}

	section.contents.pay_contents.regular .pay_wrap .pay_area:last-child .pay_conts.show {
		padding: 0 20px 30px;
	}

	section.contents.pay_contents.regular .pay_wrap .pay_area:last-child {
		border-bottom: 0 solid #f8f8f9;
		margin-bottom: 20px;
	}
}

@media (max-width: 767px) {
	.pay_wrap .pay_area:last-child .pay_conts.collapse.show {
		width: 100%;
		margin: 0 auto;
		padding: 0 20px 50px;
		height: auto;
	}

	.pay_wrap .pay_area:last-child .pay_conts.collapse:not(.show) {
		padding: 0 20px;
		overflow: hidden;
	}

	.nomem .pay_wrap .pay_area:last-child .pay_conts {
		margin-top: 0px;
	}

	#pay_method {
		padding: 0 20px;
	}
}

@media (max-width: 480px) {
	.pay_wrap .pay_bot .check_area input + label {
		justify-content: flex-start;
		align-content: flex-start;
		align-items: flex-start;
	}
}

/* 
선물상자 css
*/
.gift_box {
	height: 204px;
	max-width: 500px;
	width: 100%;
	min-width: 200px;
	position: relative;
	background: transparent;
	margin: 0 auto;
	overflow: hidden;
}

span.gift_burst {
	transform: rotate(-90deg);
	display: inline-block;
	position: absolute;
	bottom: 88px;
	left: 50%;
}

span.gift_burst:after {
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	width: 500px;
	height: 70px;
	background: #fff;
	transform-origin: center center;
	transform: rotate(-90deg) translate(50px, -260px);
}

.gift_btn {
	background: transparent;
	border: 0;
	box-shadow: 0;
	position: relative;
	z-index: 1;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: flex-end;
	box-sizing: border-box;
	padding-bottom: 60px;
}

.gift_btn:focus {
	outline: 0;
}

.gift_btn:active .heart {
	transform: scale3d(0.9, 0.9, 0.9);
}

.gift_bounce {
	transform-style: preserve-3d;
	transform: translate3d(0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transition: all 0.2s ease-out;
	position: relative;
	width: 51px;
	height: 100%;
	top: 0;
	left: 0;
}

img.box_bounce {
	position: absolute;
	bottom: 0;
	left: 0;
}

.option_bounce {
	position: absolute;
	bottom: 47px;
	left: 7px;
	z-index: -1;
	width: 40px;
}

.bounce-back {
	-webkit-animation: bounce-back 1s linear both;
	animation: bounce-back 1s linear both;
	fill: #c8adff;
	pointer-events: none;
}

@-webkit-keyframes bounce-back {
	0% {
		transform: matrix3d(0.8, 0, 0, 0, 0, 0.8, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
	}

	3.4% {
		transform: matrix3d(0.863, 0, 0, 0, 0, 0.881, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
	}

	4.7% {
		transform: matrix3d(0.89, 0, 0, 0, 0, 0.92, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
	}

	6.81% {
		transform: matrix3d(0.932, 0, 0, 0, 0, 0.979, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
	}

	9.41% {
		transform: matrix3d(0.977, 0, 0, 0, 0, 1.034, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
	}

	10.21% {
		transform: matrix3d(0.988, 0, 0, 0, 0, 1.045, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
	}

	13.61% {
		transform: matrix3d(1.025, 0, 0, 0, 0, 1.066, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
	}

	14.11% {
		transform: matrix3d(1.028, 0, 0, 0, 0, 1.066, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
	}

	17.52% {
		transform: matrix3d(1.042, 0, 0, 0, 0, 1.048, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
	}

	18.72% {
		transform: matrix3d(1.042, 0, 0, 0, 0, 1.037, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
	}

	21.32% {
		transform: matrix3d(1.039, 0, 0, 0, 0, 1.014, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
	}

	24.32% {
		transform: matrix3d(1.03, 0, 0, 0, 0, 0.992, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
	}

	25.23% {
		transform: matrix3d(1.027, 0, 0, 0, 0, 0.988, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
	}

	29.03% {
		transform: matrix3d(1.013, 0, 0, 0, 0, 0.979, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
	}

	29.93% {
		transform: matrix3d(1.01, 0, 0, 0, 0, 0.98, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
	}

	35.54% {
		transform: matrix3d(0.996, 0, 0, 0, 0, 0.992, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
	}

	36.74% {
		transform: matrix3d(0.994, 0, 0, 0, 0, 0.996, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
	}

	41.04% {
		transform: matrix3d(0.992, 0, 0, 0, 0, 1.004, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
	}

	44.44% {
		transform: matrix3d(0.993, 0, 0, 0, 0, 1.006, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
	}

	52.15% {
		transform: matrix3d(0.998, 0, 0, 0, 0, 1.001, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
	}

	59.86% {
		transform: matrix3d(1.001, 0, 0, 0, 0, 0.998, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
	}

	63.26% {
		transform: matrix3d(1.001, 0, 0, 0, 0, 0.998, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
	}

	75.28% {
		transform: matrix3d(1, 0, 0, 0, 0, 1.001, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
	}

	85.49% {
		transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
	}

	90.69% {
		transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
	}

	100% {
		transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
	}
}

@keyframes bounce-back {
	0% {
		transform: matrix3d(0.8, 0, 0, 0, 0, 0.8, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
	}

	3.4% {
		transform: matrix3d(0.863, 0, 0, 0, 0, 0.881, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
	}

	4.7% {
		transform: matrix3d(0.89, 0, 0, 0, 0, 0.92, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
	}

	6.81% {
		transform: matrix3d(0.932, 0, 0, 0, 0, 0.979, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
	}

	9.41% {
		transform: matrix3d(0.977, 0, 0, 0, 0, 1.034, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
	}

	10.21% {
		transform: matrix3d(0.988, 0, 0, 0, 0, 1.045, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
	}

	13.61% {
		transform: matrix3d(1.025, 0, 0, 0, 0, 1.066, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
	}

	14.11% {
		transform: matrix3d(1.028, 0, 0, 0, 0, 1.066, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
	}

	17.52% {
		transform: matrix3d(1.042, 0, 0, 0, 0, 1.048, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
	}

	18.72% {
		transform: matrix3d(1.042, 0, 0, 0, 0, 1.037, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
	}

	21.32% {
		transform: matrix3d(1.039, 0, 0, 0, 0, 1.014, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
	}

	24.32% {
		transform: matrix3d(1.03, 0, 0, 0, 0, 0.992, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
	}

	25.23% {
		transform: matrix3d(1.027, 0, 0, 0, 0, 0.988, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
	}

	29.03% {
		transform: matrix3d(1.013, 0, 0, 0, 0, 0.979, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
	}

	29.93% {
		transform: matrix3d(1.01, 0, 0, 0, 0, 0.98, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
	}

	35.54% {
		transform: matrix3d(0.996, 0, 0, 0, 0, 0.992, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
	}

	36.74% {
		transform: matrix3d(0.994, 0, 0, 0, 0, 0.996, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
	}

	41.04% {
		transform: matrix3d(0.992, 0, 0, 0, 0, 1.004, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
	}

	44.44% {
		transform: matrix3d(0.993, 0, 0, 0, 0, 1.006, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
	}

	52.15% {
		transform: matrix3d(0.998, 0, 0, 0, 0, 1.001, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
	}

	59.86% {
		transform: matrix3d(1.001, 0, 0, 0, 0, 0.998, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
	}

	63.26% {
		transform: matrix3d(1.001, 0, 0, 0, 0, 0.998, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
	}

	75.28% {
		transform: matrix3d(1, 0, 0, 0, 0, 1.001, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
	}

	85.49% {
		transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
	}

	90.69% {
		transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
	}

	100% {
		transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
	}
}

.btn-group .btn {
	font-weight: 400;
}

.btn_order .btn {
	font-size: 16px;
	padding: 0px 20px;
	box-sizing: border-box;
}

.main_tit.main_inner.gifted {
	padding: 0 0 60px;
}

.check_area.ty02 input:checked + label {
	background-size: 24px auto;
}

.info_dot p,
.info_dot li {
	font-size: 14px;
	line-height: 1.5;
	color: #000;
	margin-bottom: 10px;
	letter-spacing: -0.42px;
	font-weight: 400;
}

.info_dot p:last-child {
	margin-bottom: 0px;
}

.gift_step1_contents.no_member_step1_contents .item_list .ship_info_area {
	margin: 30px 0 0 190px;
}

@media (max-width: 767px) {
	.gift_box {
		height: 124px;
	}

	.gift_btn {
		padding-bottom: 30px;
	}

	.gift_step3 .main_tit .sub_tit {
		margin-top: 30px;
		letter-spacing: -0.04rem;
	}

	.main_tit.main_inner.gifted {
		padding: 0 0 30px;
	}

	.gift_bounce {
		width: 40px;
	}

	.option_bounce {
		bottom: 35px;
		width: 27px;
	}

	span.gift_burst {
		bottom: 32px;
	}

	.complete_wrap .order_info_area,
	.complete_wrap .order_num_area {
		border-radius: 15px;
	}
}

.pay_complete_contents .btn_wrap,
.nomem_terms_contents .btn_wrap,
.pay_complete_contents .btn_wrap,
.no_member_step1_contents .btn_wrap,
.gift_step1_contents .btn_wrap,
.pay_contents .btn_wrap,
.cart_contents .btn_wrap {
	margin: 0;
	justify-content: flex-end;
}

.cart_contents .form-control.number_s {
	margin: 0;
}

.regular_table_desc a {
	text-decoration: underline;
}

.radio_area input[type="radio"]:checked:disabled + label {
	color: #e2e2e2;
	background: url(/content/images/icon/ico_select_disable_on.png) no-repeat 0 50%;
	background-size: contain;
	padding-left: 32px;
}

.radio_area input[type="radio"]:disabled + label {
	color: #e2e2e2;
	background: url(/content/images/icon/ico_select_disable_off.png) no-repeat 0 50%;
	background-size: contain;
	padding-left: 32px;
}

.offline_coupon_area .offline_area {
	border: 0;
	background: #f8f8f9;
	height: 100%;
	max-height: 287px;
	padding: 0 40px;
	margin-top: 20px;
	transition: height 0.35s ease;
}

.offline_area.collapse:not(.show) {
	display: block;
	transition: all 0.2s linear;
	height: 0;
	max-height: 0;
	overflow: hidden;
	padding: 0 40px;
}

.offline_area p {
	font-size: 20px;
	text-align: left;
	margin: 0 0 20px;
	font-weight: 500;
}

.offline_area > p {
	padding-top: 40px;
}

.offline_coupon_area .offline_area .btn_wrap {
	padding-bottom: 40px;
}

@media (max-width: 767px) {
	.offline_area.collapse:not(.show) {
		padding: 0 20px;
	}

	.offline_area p {
		font-size: 16px;
		margin: 0 0 16px;
	}

	.offline_area > p {
		padding-top: 30px;
	}

	.offline_coupon_area .offline_area .btn_wrap {
		padding-bottom: 30px;
	}
}

.offline_area .btn_wrap button {
	width: 235px;
	height: 60px;
	box-sizing: border-box;
	line-height: 60px;
}

@media (max-width: 767px) {
	.offline_coupon_area .offline_area {
		padding: 0px 20px;
		margin-top: 0;
	}

	.pay_contents .btn_wrap {
		justify-content: space-between;
	}

	.pay_contents .etc_area .btn_wrap {
		justify-content: flex-end;
	}

	.offline_area .btn_wrap button {
		width: calc(50% - 15px);
		height: 50px;
		line-height: 50px;
		margin: 0;
	}
}

button.white_purple {
	border: 1px solid #8c53ff !important;
	color: #8c53ff !important;
	background-color: #fff !important;
}

.item_list .coupon {
	margin-top: 20px;
	margin-bottom: 0px;
}

.item_list .coupon .count {
	margin-left: 20px;
	position: relative;
}

.item_list .coupon > span {
	margin-left: 2px;
}

.item_list .coupon .count::before {
	content: "|";
	position: absolute;
	top: 0;
	left: -10px;
	color: inherit;
	transform: translate(-50%, 0%);
}

.radio_area label {
	/* margin-right: 48px; */
	margin-right: 0px;
	font-size: 14px;
	line-height: 24px;
}

.no_member_step1_contents .radio_area label {
	padding-left: 30px;
}

.regular .etc_area,
.gift_step1_contents .etc_area {
	margin-top: 40px;
}

.gift_step1_contents .pay_list .item_list .list_area {
	padding: 60px 0 63px;
}

.form_wrap_line .phone_area .row > div.col-12:last-child,
.form_wrap_line .phone_area .row > div.col-12:first-child {
	padding: 0;
}

input[readonly] + button.btn_address {
	opacity: 0.2;
	pointer-events: none;
}

input[readonly].input_zipcode + button.btn_address {
	opacity: 0.2;
	pointer-events: unset;
}

.form_wrap_line .btn_right {
	margin-top: 40px;
}

@media (max-width: 992px) {
	.regular_table .table_cost thead th:nth-child(4),
	.regular_table .table_cost thead th:nth-child(5) {
		width: unset;
	}

	.regular_table .table_cost thead th {
		color: #fff;
		padding: 0;
		min-width: unset;
		width: auto;
		max-width: unset;
		line-height: 35px;
		box-sizing: border-box;
		font-weight: 300;
		font-size: 12px;
		text-align: center;
	}

	.regular_table .table_cost tbody td {
		font-size: 12px;
	}

	.regular_table .table_cost thead th:nth-child(3) {
		min-width: 100px;
	}

	.regular_table .table_cost tbody td .discount {
		height: 15px;
		box-sizing: border-box;
		line-height: 1;
		margin: 5px auto 0;
	}

	.regular_table .table_cost tbody td {
		padding: 0px 8px;
		line-height: 1.36;
		word-break: keep-all;
		box-sizing: border-box;
		height: 50px;
	}

	.regular_table .table_cost tbody td:nth-child(3) {
		text-align: left;
	}
}

@media (max-width: 767px) {
	.item_list .brand {
		padding: 0;
		margin-bottom: 5px;
		line-height: 1;
	}

	.cart_container .item_list .gifts,
	.item_list .option {
		line-height: normal;
		color: #b1b2b3;
		margin-top: 0px;
		font-size: 13px;
	}

	.cart_container .item_list .product_discount_area {
		margin: 15px 0 0;
	}

	.item_list .product_discount_area p {
		font-size: 14px;
		font-weight: 400;
	}

	.item_list .product_discount_area + .coupon {
		line-height: 1;
		margin-top: 8px;
		font-size: 16px;
	}

	.item_list .etc_area {
		margin-top: 30px;
	}

	.amt_box .number_s {
		width: 40px;
	}

	.radio_area input + label {
		margin: 0;
		background-position: 0 50%;
		font-size: 13px;
		line-height: 24px;
	}

	.radio_area input[type="radio"]:disabled + label,
	.radio_area input[type="radio"]:checked:disabled + label {
		background-size: 18px auto !important;
		padding-left: 22px;
	}

	.no_member_step1_contents .radio_area label,
	.radio_area input + label,
	.radio_area input:checked + label {
		background-size: 18px auto !important;
		background-position: left center;
		line-height: 24px;
		padding-left: 22px;
	}

	.item_list .ship_info_area .radio_area {
		margin-right: 12px;
	}

	.item_list .list_area .img_area {
		border-radius: 10px;
	}

	.cart_wrap .cart_list:last-child {
		padding-bottom: 30px;
	}

	.cart_wrap .cart_list {
		padding-bottom: 30px;
	}

	.cart_bot .final_amount {
		padding: 20px 15px;
		border-radius: 15px;
	}

	.pay_list .item_list .list_area {
		padding: 0;
		margin-top: 15px;
	}

	.pay_contents .pay_list .item_list .list_area {
		padding: 0 20px 15px;
	}

	.pay_list .item_list .list_area:last-child {
		padding-bottom: 25px;
	}

	.form_wrap_line .address_area .btn_address {
		width: 25px;
		height: 25px;
		right: 10px;
	}

	.pay_total .info {
		line-height: 1;
		margin: 0;
		padding: 0;
	}

	.gift_step1_contents.no_member_step1_contents .item_list .ship_info_area {
		margin: 30px 0 0;
	}

	.gift_step1_contents .pay_list .item_list .list_area {
		padding: 30px 20px;
	}

	.gift_step1_contents .pay_list .item_list .list_area:first-child {
		padding-top: 0;
	}

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

	.info_dot p,
	.info_dot li {
		font-size: 13px;
		line-height: 1.5;
		color: #000;
		margin-bottom: 10px;
		letter-spacing: -0.66px;
		font-weight: 400;
		word-break: keep-all;
	}

	.check_area input:checked + label {
		background-size: 18px;
	}

	.agree_wrap .agree_check {
		display: flex;
		margin-top: 16px;
		align-items: flex-start;
		justify-content: space-between;
		position: relative;
		align-content: flex-start;
	}
}

@media (max-width: 480px) {
	.check_area input + label {
		font-size: 13px;
		padding-left: 22px;
	}

	.item_list.del .btn_item_del {
		width: 18px;
		height: 18px;
	}

	.cart_bot .btn-group {
		margin: 40px 0 0;
	}

	.pay_contents.regular .wrap_pay_regular_info .regular_banner {
		width: 100%;
		margin: 6px auto 0;
		height: 98px;
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.pay_contents.regular .wrap_pay_regular_info .regular_table {
		margin: 20px 0 40px;
	}

	.pay_contents.regular .pay_wrap .pay_list:last-child {
		border-bottom: 0;
	}

	.pay_contents.regular .item_list.check .list_area {
		padding: 0px 0 42px;
		margin: 0;
	}

	.pay_contents.regular .item_list.check .list_area:last-child {
		padding-bottom: 42px;
	}

	.regular_table_desc span {
		display: block;
		margin: 0 0 10px;
		padding-left: 8px;
		position: relative;
		line-height: 1.36;
		font-size: 13px;
		text-align: justify;
	}

	.regular_table_desc span:last-child {
		margin: 0;
	}

	.before_regular button.before_regular::before {
		left: unset;
		right: calc(100% + 5px);
		width: 173px;
		height: 30px;
		transform: translateY(-1px);
	}

	.pay_contents.regular .add_pay_desc {
		margin: 84px 0 30px;
	}

	.pay_contents.regular .method_area .add_pay .bubble {
		font-size: 12px;
		padding: 14px 15px;
		width: 205px;
		height: 44px;
		min-width: unset;
		animation: upDown 1.5s ease-in-out infinite;
	}

	@keyframes upDown {
		0% {
			bottom: -60px;
		}

		50% {
			bottom: -50px;
		}

		100% {
			bottom: -60px;
		}
	}

	.pay_contents.regular .add_pay_desc span {
		margin: 10px 0;
		font-size: 13px;
		letter-spacing: -0.66px;
		color: #000;
	}

	.regular_table .table_cost tbody td:nth-child(4) {
		text-align: left;
	}

	.modal-dialog-scrollable .modal-header {
		height: 40px;
		line-height: 40px;
		box-sizing: border-box;
		padding: 0;
	}

	.popup_add_address .modal-header .modal_tit,
	.pop_deli_list .modal-header .modal_tit {
		line-height: 1;
		font-size: 14px !important;
	}

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

	.nomem_terms_wrap .link_area {
		padding: 30px 42px;
	}

	.nomem_terms_wrap .link_area p {
		font-size: 14px;
	}

	.agree_wrap .check_area label {
		width: calc(100% - 20px);
	}
}

@media (max-width: 480px) {
	.pay_contents.regular .method_area .add_pay .bubble {
		line-height: 2;
	}
}

/* 모달팝업 */

.popup_another_address .check_area {
	margin: 10px 0 92px;
}

.popup_another_address button.save_address {
	height: 50px;
	line-height: 1;
	box-sizing: border-box;
}

/* 배송지 등록 전 - 후 인풋 상태 타일  */

.regular_ship_info .pay_conts input,
.regular_ship_info .pay_conts select,
.regular_ship_info .pay_conts .form-control,
.regular_ship_info .pay_conts .custom-select {
	color: #000;
	/* border-bottom: 1px solid transparent; */
}

.regular_ship_info .pay_conts input::placeholder,
.regular_ship_info .pay_conts select::placeholder,
.regular_ship_info .pay_conts .form-control::placeholder,
.regular_ship_info .pay_conts .custom-select::placeholder,
.regular_ship_info .pay_conts input[readonly]::placeholder,
.regular_ship_info .pay_conts select::placeholder,
.regular_ship_info .pay_conts .form-control::placeholder,
.regular_ship_info .pay_conts .custom-select::placeholder {
	color: #d6d6d6;
}

/* .regular_ship_info .pay_conts input[readonly]::placeholder,
.regular_ship_info .pay_conts select[readonly]::placeholder,
.regular_ship_info .pay_conts .form-control[readonly]::placeholder,
.regular_ship_info .pay_conts .custom-select[readonly]::placeholder{
  color: #d6d6d6;
}
/*.regular_ship_info .pay_conts input[readonly],
.regular_ship_info .pay_conts select[readonly],
.regular_ship_info .pay_conts .form-control[readonly],
.regular_ship_info .pay_conts .custom-select[readonly] {
  color: #d6d6d6;
  border-bottom: 1px solid transparent;
} */

/* 배송지 추가 인풋 */
.regular_ship_info .pay_conts .address_list input,
.regular_ship_info .pay_conts .address_list select,
.regular_ship_info .pay_conts .address_list .form-control {
	color: #000 !important;
	border-bottom: 1px solid #d9d9d9;
}

.regular_ship_info .pay_conts .address_list input::placeholder,
.regular_ship_info .pay_conts .address_list .form-control::placeholder {
	color: #d6d6d6;
}

@media (max-width: 767px) {
	.form-control.line::placeholder {
		font-size: 13px;
	}

	.item_list.del .item_top {
		margin: 20px 0 15px;
	}

	.item_list.del .item_bottom {
		margin: 0 0 30px;
	}

	.item_list .etc_area {
		margin: 0 0 20px;
	}

	.item_list .ship_info_area {
		margin: 0 0 15px;
	}

	.cart_contents .cart_list .item_list .list_area:first-child {
		padding: 0;
	}

	.cart_wrap .cart_list .total_area {
		flex-wrap: wrap;
		margin-top: 0;
		border-radius: 15px;
	}

	.cart_contents .cart_list .item_list .list_area.optional:not(:first-child) {
		margin: 0;
		padding: 0;
	}
}

/* 네이버페이 */
.npay_type1 .npay_button_box,
.npay_type1 .npay_button_box2 {
	width: unset !important;
	height: 100% !important;
	zoom: unset !important;
	padding: unset !important;
	border-top: unset !important;
	background-color: unset !important;
	font-size: 0 !important;
	display: flex;
}

.npay_type1 .npay_type_A_2 {
	height: unset;
	width: 100%;
	max-width: 235px;
	font-size: 0;
	padding: 0px 20px;
	box-sizing: border-box;
	background-color: #00de5a;
	background-image: url(/content/images/icon/ico_naver_pay.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: auto 24px;
	display: flex;
	border-radius: 100px;
	margin-right: 30px;
}

.cart_bot .row.no-gutters.btn-group {
	gap: 20px;
}

.cart_bot .row.no-gutters.btn-group div.col-12 {
	margin: 0;
	padding: 0;
}

.cart_bot .row.no-gutters.btn-group div.col-12 .btn_lg {
	height: 60px !important;
	line-height: 60px !important;
	box-sizing: border-box;
	padding: 0 !important;
}

.cart_bot .row.no-gutters.btn-group .col-12,
.cart_bot .row.no-gutters.btn-group .col-md-6,
.cart_bot .row.no-gutters.btn-group .col-lg-5,
.cart_bot .row.no-gutters.btn-group .col-xl-4 {
	flex: unset !important;
	max-width: unset !important;
	width: unset !important;
}

.cart_bot .row.no-gutters.btn-group div.col-12 > div,
.cart_bot .row.no-gutters.btn-group div.col-12 > button {
	width: 235px !important;
	height: 60px !important;
	line-height: 60px !important;
	max-height: 60px !important;
	margin: 0 !important;
	display: inline-flex;
	text-align: center;
	justify-content: center;
	align-items: center;
	align-content: center;
	cursor: pointer;
}

@media (max-width: 767px) {
	.cart_bot .row.no-gutters.btn-group div.col-12 {
		flex: 1 !important;
	}

	.cart_bot .row.no-gutters.btn-group div.col-12 > div,
	.cart_bot .row.no-gutters.btn-group div.col-12 > button {
		width: 100% !important;
		max-width: 50vw !important;
		height: 50px !important;
		line-height: 50px !important;
		max-height: 50px !important;
		margin: 0 !important;
	}
}

/* received_gift_info */

.received_gift_wrap .order_deli_top .row {
	margin: 0;
}

.received_gift_wrap .order_deli_top .row .order_num_info {
	background-color: #f8f8f9;
	border-radius: 30px;
	width: 100%;
	text-align: center;
	padding: 20px 0;
}

.received_gift_wrap .order_deli_top .row .order_num_info {
	background-color: #f8f8f9;
	border-radius: 30px;
	width: 100%;
	text-align: center;
	padding: 20px 0;
}

.received_gift_wrap .order_num_info h3,
.received_gift_wrap .order_num_info p {
	margin: 10px 0;
	letter-spacing: -0.025rem;
}

.received_gift_wrap .order_num_info p.order_date {
	color: #8f8f9b;
	font-size: 18px;
	margin: 0;
}

@media (max-width: 767px) {
	.received_gift_wrap .order_deli_top {
		padding: 0 20px 0;
	}

	.received_gift_wrap .order_deli_top .row .order_num_info {
		border-radius: 15px;
	}

	.received_gift_wrap .order_num_info h3 {
		font-size: 16px;
		margin: 0 0 10px;
		line-height: 1;
	}

	.received_gift_wrap .order_num_info p.order_date {
		font-size: 14px;
		line-height: 1;
	}
}

/* 20221024 추가된부분 */
.point_desc {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	width: 22px;
	height: 22px;
	position: relative;
	background-color: #ff7280;
	cursor: pointer;
	border-radius: 100%;
	margin: 0 0 0 10px;
	transform: translateY(1px);
}

.pay_total .point_desc {
	margin: 0 0 0 6px;
}

@media (max-width: 767px) {
	.point_desc {
		margin: 0 0 0 5px;
	}
}

.pay_wrap .price_area.point .point_desc > span {
	font-size: 0;
	line-height: 1;
}

.point_desc::before {
	content: "?";
	display: block;
	width: 22px;
	height: 22px;
	font-size: 1.5rem;
	font-weight: 500;
	color: #fff;
	text-align: center;
	line-height: 22px;
	letter-spacing: 0;
}

.pay_wrap .price_area.point .point_desc .ttip span {
	font-size: 1.4rem;
	line-height: 1.4;
	word-break: keep-all;
}

@media (max-width: 767px) {
	.pay_wrap .price_area.point .point_desc .ttip span {
		font-size: 1.6rem;
		line-height: 1.4;
		word-break: keep-all;
	}
}

.point_desc .ttip {
	background-color: #fff;
	padding: 20px;
	border-radius: 20px;
	visibility: hidden;
	opacity: 0;
	position: absolute;
	top: 32px;
	left: 50%;
	transform: translate(-50%, 0);
	display: none;
	width: 320px;
	text-align: center;
	box-shadow: 0 2px 18px rgb(41 22 94 / 8%);
	z-index: 999;
}

.point_desc .ttip.on {
	display: block;
	visibility: visible;
	opacity: 1;
	transition: all 0.35s;
}

.modal.pop_point_desc .modal-body {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: auto;
	padding: 45px 40px 40px;
	font-size: 16px;
	background-color: #fff !important;
	border-radius: 20px;
}

.modal.pop_point_desc .modal-dialog {
	max-width: 38rem;
}

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

/* 
230104 psh 에스크로 추가
*/
.escrow_area {
	margin: 65px 0 0;
	border-top: 2px solid #000000;
	position: relative;
}

.escrow_tit {
	font-weight: 500;
	font-size: 20px;
	line-height: 1;
	color: #000;
	padding: 65px 0 40px;
}

.escrow_area .radio_wrap {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
}

.escrow_area .radio_tit {
	font-size: 16px;
	font-weight: 700;
	margin-right: 30px;
	color: #bbb;
	letter-spacing: -0.02rem;
}

.escrow_area .radio_wrap .radio_area {
	margin-right: 20px;
}

@media (max-width: 767px) {
	.escrow_area {
		margin: 30px 0 0;
		border-top: 2px solid #000000;
		position: relative;
	}

	.escrow_tit {
		font-weight: 500;
		font-size: 17px;
		line-height: 1;
		color: #000;
		padding: 40px 0 30px;
	}

	.escrow_area .radio_wrap {
		display: flex;
		flex-direction: row;
		justify-content: flex-start;
		align-items: center;
	}

	.escrow_area .radio_tit {
		font-size: 14px;
		font-weight: 500;
		margin-right: 20px;
		color: #bbb;
		letter-spacing: -0.02rem;
	}

	.escrow_area .radio_wrap .radio_area {
		margin-right: 14px;
	}
}

/* 230202 psh 수정 */

.form_area .btn_right {
	margin: 4rem 0;
	display: flex;
	align-items: center;
	width: 100%;
	justify-content: flex-end;
}

.form_area .btn_right .btn_wrap_box {
	margin-left: auto;
}

.form_area .btn_right .btn_wrap_box button {
	margin-left: 10px;
}

.form_area .btn_right .btn_wrap_box button:first-child {
	margin-left: 0;
}

.btn_right .check_area {
	width: auto;
	margin: 0;
	flex: 1;
}

.form_area .prd_option {
	border-top: 0;
	border-right: 0;
	border-left: 0;
	border-bottom: 1px solid #e6e6e6;
	padding-left: 0;
}

@media (max-width: 767px) {
	.form_area .prd_option {
		height: 50px;
		font-size: 13px;
	}

	.form_area .btn_right .btn_wrap_box button {
		margin-left: 6px;
	}
}

/* 
230104 psh 에스크로 추가
*/
.escrow_area {
	margin: 65px 0 0;
	border-top: 2px solid #000000;
	position: relative;
}

.escrow_tit {
	font-weight: 500;
	font-size: 20px;
	line-height: 1;
	color: #000;
	padding: 65px 0 40px;
}

.escrow_area .radio_wrap {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
}

.escrow_area .radio_tit {
	font-size: 16px;
	font-weight: 700;
	margin-right: 30px;
	color: #bbb;
	letter-spacing: -0.02rem;
}

.escrow_area .radio_wrap .radio_area {
	margin-right: 20px;
}

@media (max-width: 767px) {
	.escrow_area {
		margin: 30px 0 0;
		border-top: 2px solid #000000;
		position: relative;
	}

	.escrow_tit {
		font-weight: 500;
		font-size: 17px;
		line-height: 1;
		color: #000;
		padding: 40px 0 30px;
	}

	.escrow_area .radio_wrap {
		display: flex;
		flex-direction: row;
		justify-content: flex-start;
		align-items: center;
	}

	.escrow_area .radio_tit {
		font-size: 14px;
		font-weight: 500;
		margin-right: 20px;
		color: #bbb;
		letter-spacing: -0.02rem;
	}

	.escrow_area .radio_wrap .radio_area {
		margin-right: 14px;
	}
}

/* 230202 psh 수정 */

.form_area .btn_right {
	margin: 4rem 0;
	display: flex;
	align-items: center;
	width: 100%;
	justify-content: flex-end;
}

.form_area .btn_right .btn_wrap_box {
	margin-left: auto;
}

.form_area .btn_right .btn_wrap_box button {
	margin-left: 10px;
}

.form_area .btn_right .btn_wrap_box button:first-child {
	margin-left: 0;
}

.btn_right .check_area {
	width: auto;
	margin: 0;
	flex: 1;
}

.form_area .prd_option {
	border-top: 0;
	border-right: 0;
	border-left: 0;
	border-bottom: 1px solid #e6e6e6;
	padding-left: 0;
}

@media (max-width: 767px) {
	.form_area .prd_option {
		height: 50px;
		font-size: 13px;
	}

	.form_area .btn_right .btn_wrap_box button {
		margin-left: 6px;
	}
}

/* 
230104 psh 에스크로 추가
*/
.escrow_area {
	margin: 65px 0 0;
	border-top: 2px solid #000000;
	position: relative;
}

.escrow_tit {
	font-weight: 500;
	font-size: 20px;
	line-height: 1;
	color: #000;
	padding: 65px 0 40px;
}

.escrow_area .radio_wrap {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
}

.escrow_area .radio_tit {
	font-size: 16px;
	font-weight: 700;
	margin-right: 30px;
	color: #bbb;
	letter-spacing: -0.02rem;
}

.escrow_area .radio_wrap .radio_area {
	margin-right: 20px;
}

@media (max-width: 767px) {
	.escrow_area {
		margin: 30px 0 0;
		border-top: 2px solid #000000;
		position: relative;
	}

	.escrow_tit {
		font-weight: 500;
		font-size: 17px;
		line-height: 1;
		color: #000;
		padding: 40px 0 30px;
	}

	.escrow_area .radio_wrap {
		display: flex;
		flex-direction: row;
		justify-content: flex-start;
		align-items: center;
	}

	.escrow_area .radio_tit {
		font-size: 14px;
		font-weight: 500;
		margin-right: 20px;
		color: #bbb;
		letter-spacing: -0.02rem;
	}

	.escrow_area .radio_wrap .radio_area {
		margin-right: 14px;
	}
}

/* 230206 psh 추가 */

.ship_new .form_wrap_line select.delivery-message {
	padding: 0;
}

@media (max-width: 767px) {
	.regular_table .regular_more_btn {
		max-width: 150px;
		height: 40px;
		line-height: 38px;
		font-size: 13px;
		margin-bottom: 15px;
	}
}

/* 230310 psh 추가 */
.pay_wrap .method_area .nav-item .sale_tag {
	position: absolute;
	top: 0;
	left: 0;
	width: 80px;
	height: 30px;
	line-height: 30px;
	color: #fff;
	background-color: #a139f9;
	border-bottom-right-radius: 10px;
	text-align: center;
	font-size: 14px;
	font-weight: 400;
	z-index: 1;
}

@media (max-width: 480px) {
	.pay_wrap .method_area .nav-item .sale_tag {
		width: 60px;
		height: 22px;
		line-height: 22px;
		font-size: 11px;
		border-bottom-right-radius: 5px;
	}
}

/* 20230919 추가 */

.easy_payment .pay_conts.show {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: flex-start;
	width: 100%;
}

.easy_payment .add_payment {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.easy_payment .add_payment > span,
.easy_payment .add_payment .add {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	font-size: 17px;
}

.easy_payment .add_payment .add {
	width: 36px;
	height: 36px;
	background: url("/content/images/payment/logo/ico_add_pay.png") no-repeat center / 100% auto;
	margin-bottom: 6px;
}

.easy_payment .easy_payment_swiper {
	position: relative;
	width: 100%;
	overflow: hidden;
	z-index: 0;
	align-items: flex-start;
}

.easy_payment .easy_payment_swiper::before {
	content: "";
	position: absolute;
	width: 5.5%;
	height: 100%;
	background-color: transparent;
	z-index: 2;
}

.easy_payment .easy_payment_swiper .swiper-wrapper {
	margin-left: -25%;
}

.easy_payment .easy_payment_swiper .swiper-slide {
	border: 2px solid transparent;
	max-width: unset;
}

.easy_payment .swiper-slide .user_card_wrap {
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 65%;
	background-color: #f8f8f9;
	border-radius: 15px;
	overflow: hidden;
}

.easy_payment .swiper-slide .user_card_wrap > img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	object-fit: fill;
	width: auto;
	height: 100%;
}

.easy_payment .user_card_wrap > .box {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	padding: 20px 15px;
}

.easy_payment .user_card_wrap .box *[class^="card_"] {
	display: block;
	font-size: 14px;
	color: #000;
}

.easy_payment .user_card_wrap .card_name {
	margin-top: 24px;
}

.easy_payment .user_card_wrap .card_number {
	margin-top: 10px;
}

.easy_payment .user_card_wrap .custom-select {
	line-height: 60px;
	margin-top: 10px;
	padding: 0 20px;
	font-size: 16px;
	border: 1px solid #d9d9d9;
}

.easy_payment .easy_payment_swiper:not(.disabled) .swiper-slide.swiper-slide-active {
	border-color: #000;
	border-radius: 15px;
	overflow: hidden;
}

.easy_payment .easy_payment_swiper.disabled .swiper-slide-active,
.easy_payment .easy_payment_swiper .swiper-slide:not(.swiper-slide-active) {
	opacity: 0.4;
}

.easy_payment .card_item {
	position: relative;
	width: 100%;
	height: 100%;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	box-sizing: border-box;
	/* border: 1px dashed #000; */
	border: none;
	border-radius: 15px;
	background-image: url("/content/images/payment/logo/wellpay_logo.png");
	background-repeat: no-repeat;
	background-position: 14px 14px;
	background-size: auto 30px;
}

.empty_card .card_item {
	width: 326px;
	height: 205px;
}

.easy_payment .card_item em {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, 10%);
	width: 100%;
	display: inline-flex;
	justify-content: center;
	align-items: center;
}

@media (max-width: 1240px) {
	.easy_payment .easy_payment_swiper::before {
		display: none;
	}

	.easy_payment .easy_payment_swiper .swiper-wrapper {
		margin-left: -12.5%;
	}
}

@media (max-width: 991px) {
	.easy_payment .pay_conts.show {
		flex-direction: column;
		align-items: flex-start;
	}

	.easy_payment .easy_payment_swiper {
		flex: 1;
		width: 100%;
		margin-top: 20px;
		overflow: visible;
	}

	.easy_payment .easy_payment_swiper .swiper-wrapper {
		margin-left: 0;
	}

	.easy_payment .add_payment .add {
		width: 18px;
		height: 18px;
	}

	.easy_payment .card_item,
	.easy_payment .easy_payment_swiper .swiper-slide.swiper-slide-active img {
		border-radius: 7px;
	}

	.style_custom_swiper .swiper-button-prev {
		left: 0;
		transform: translateX(-50%);
	}

	.style_custom_swiper .swiper-button-next {
		right: 0;
		transform: translateX(50%);
	}

	.easy_payment .easy_payment_swiper:after {
		content: "";
		position: absolute;
		top: 0;
		right: 0;
		width: 100vw;
		height: 100%;
		background-color: #fff;
		transform: translateX(100%);
		z-index: 2;
	}

	.add_payment.empty_card {
		width: 100%;
	}

	.empty_card .card_item {
		width: calc((100% - 20px) / 2);
		height: 102px;
	}
}

@media (max-width: 767px) and (min-width: 480px) {
	.easy_payment .user_card_wrap .box .card_name {
		margin-top: 10px;
	}

	.easy_payment .user_card_wrap .box .card_number {
		margin-top: 6px;
	}

	.easy_payment .user_card_wrap .custom-select {
		height: 40px;
		line-height: 40px;
		font-size: 14px;
		margin-top: 6px;
	}
}

@media (max-width: 480px) {
	.easy_payment .add_payment,
	.easy_payment .card_item {
		width: 100%;
	}

	.easy_payment .card_item {
		position: relative;
		height: 100%;
		border: none;
	}

	.easy_payment .add_payment em {
		font-size: 16px;
	}

	.easy_payment .add_payment .add {
		width: 24px;
		height: 24px;
	}

	.easy_payment .user_card_wrap .custom-select {
		position: absolute;
		bottom: 20px;
		width: calc(100% - 30px);
	}

	.easy_payment .card_item {
		background: none;
	}

	.easy_payment .card_item em {
		transform: translate(-50%, -50%);
	}
}

@media (max-width: 361px) {
	.easy_payment .user_card_wrap .custom-select {
		position: relative;
		bottom: unset;
		width: 100%;
	}
}

/* 20231128 추가 */
.pay_area.easy_payment .tit_area {
	display: flex;
	align-items: center;
	width: auto;
	height: 100%;
}

.pay_area.easy_payment .tit_area img {
	height: 30px;
	margin-left: 8px;
}

.easy_payment .add_payment .card_item {
	background: none;
}

.easy_payment .add_payment .card_item img {
	display: block;
	max-width: 100px;
	margin-bottom: 30px;
}

.easy_payment .add_payment .card_item em {
	flex-direction: column;
}

.easy_payment .swiper-slide .user_card_wrap.add_pay_wrap {
	background-color: #fff;
	border: 2px dashed #000;
	border-radius: 15px;
}

.easy_payment .swiper-slide-active .user_card_wrap.add_pay_wrap {
	border-color: transparent;
}

.easy_payment .add_payment .card_item {
	flex-direction: column;
}

.easy_payment .add_payment .card_item em {
	flex-direction: column;
	position: relative;
	top: 0;
	left: 0;
	transform: none;
}

@media (max-width: 768px) {
	.pay_area.easy_payment .tit_area img {
		height: 20px;
		margin-left: 4px;
	}

	.easy_payment .add_payment .card_item {
		flex-direction: column;
	}

	.easy_payment .add_payment .card_item img {
		height: 40px;
		margin-bottom: 10px;
	}

	.easy_payment .add_payment .card_item em {
		position: relative;
		transform: none;
		top: 0;
		left: 0;
	}
}

/* 20231206 */

.easy_payment .pay_conts.show {
	flex-direction: column;
}

.event_alert_paragraph {
	display: block;
	text-align: left;
	width: 100%;
	margin-bottom: 30px;
	font-size: 14px;
	font-weight: 500;
}

.event_alert_paragraph > em {
	display: inline-block;
	color: #fff;
	background-color: #8c53ff;
	width: 28px;
	line-height: 28px;
	border-radius: 14px;
	text-align: center;
	font-size: 18px;
	margin-right: 12px;
}

.event_alert_paragraph span > em {
	color: #ff0000;
	font-weight: 600;
}

@media (max-width: 768px) {
	.event_alert_paragraph {
		display: flex;
		justify-content: flex-start;
		align-items: flex-start;
		margin-bottom: 15px;
	}

	.event_alert_paragraph > em {
		width: 18px;
		line-height: 18px;
		margin-right: 6px;
		font-size: 10px;
	}

	.event_alert_paragraph > span {
		max-width: calc(100% - 30px);
		display: inline-block;
	}

	.event_alert_paragraph .mobile_display {
		display: block;
	}
}

/* 20231108 */
.pay_conts .btn_default_gray {
	margin-bottom: 20px;
}

@media (max-width: 768px) {
	.pay_conts .btn_default_gray {
		margin-bottom: 15px;
	}
}

/* 20240312 */
.unable_purchase .img_area a img {
	opacity: 0.5;
}

.unable_purchase .item_info .title,
.unable_purchase .product_discount_area + .coupon {
	color: #8f8f9b;
}

.unable_area {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 40px;
}

.unable_area .info_txt {
	word-break: keep-all;
	padding-left: 188px;
	font-size: 15px;
	color: #ff5353;
}

@media (max-width: 767px) {
	.unable_area .info_txt {
		padding-left: 0;
	}
}

/* 20241127 */
.modal.pop_voucher_point_desc .modal-body {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: auto;
	padding: 45px 40px 40px;
	font-size: 16px;
	background-color: #fff !important;
	border-radius: 20px;
}

.modal.pop_voucher_point_desc .modal-dialog {
	max-width: 38rem;
}

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

.price_area.point .row .radio_area label {
	line-height: 40px;
	margin-left: 20px;
	padding-left: 28px;
	background-position-y: center;
}

.pay_total .price_area .apply_cashbill_area {
	align-items: flex-start;
}

.pay_total .apply_cashbill_area dt {
	line-height: 40px;
}

.price_area.point dd {
	flex: 1 1 50%;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.pay_total .apply_cashbill_area dd {
	flex-wrap: wrap;
}

.input_cashbillcode {
	flex: none;
	width: 100%;
	margin-top: 8px;
}

.pay_total .point .input_cashbillcode input.form-control {
	width: 100%;
	height: 50px;
	line-height: 50px;
	padding: 0;
}

.pay_total .price_area.point dd input.box {
	padding: 0 12px;
}

.pay_line_top {
	padding-top: 30px;
	margin-top: 30px;
	border-top: solid 1px #d9d9d9;
	text-align: right;
	color: #ff0000;
	font-size: 16px;
}

@media (max-width: 480px) {
	.pay_total .price_area.point .explain {
		height: 30px;
	}

	.price_area.point .row .col-6 {
		flex: none;
		width: 100%;
		max-width: 100%;
	}

	.pay_total .price_area.point dt {
		padding-bottom: 10px;
	}

	.pay_total .point .apply_cashbill_area dt {
		line-height: 30px;
		padding-bottom: 0;
	}

	.pay_total .price_area.point dd {
		display: flex;
		align-items: center;
	}

	.pay_total .price_area.point dd input {
		flex: 1;
		max-width: 100%;
		margin: 0 2px 0 0;
	}

	.price_area.point .col-6 .radio_wrap {
		display: flex;
		width: 100%;
		justify-content: flex-start;
		align-items: center;
		flex-wrap: wrap;
	}

	.price_area.point .row .radio_area label {
		margin: 0 20px 0 0;
		padding-left: 24px;
	}

	.apply_cashbill_area dd {
		flex-wrap: wrap;
	}

	.input_cashbillcode {
		margin-top: 0;
	}

	.pay_line_top,
	.input_cashbillcode input.form-control {
		text-align: left;
	}
}

/* 20250415 psh 최신 확인 */

/* 20250722 psh */
.pay_total dt {
	font-family: "Spoqa Han Sans Neo", sans-serif;
}
.pay_total .price_area.line {
	border-top: 1px solid #d9d9d9;
	padding-top: 30px;
	margin-bottom: 30px;
}

.pay_line_top,
.pay_total .price_area.total,
.pay_total .price_area.point {
	padding: 0;
	margin: 0;
	border: 0;
}

.pay_total hr.line {
	border-top: 1px solid #d9d9d9;
	margin: 30px 0;
}

.pay_total .primary {
	color: #8c53ff;
}

.pay_total > .info_txt {
	font-size: 16px;
}

.pay_total .price_area ~ .info_txt {
	margin-top: 30px;
}

.ttip.show {
	position: fixed;
	display: block;
	opacity: 1;
	visibility: visible;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

@media (max-width: 767px) {
	.pay_total hr.line {
		margin: 15px 0;
	}

	.pay_total .price_area.total dt,
	.pay_total .price_area.total dd,
	.pay_total .price_area dd,
	.pay_total .price_area dt,
	.pay_total .explain,
	.pay_total .info {
		line-height: normal;
	}

	.pay_total > .info_txt {
		font-size: 13px;
	}

	.pay_total .point_desc .ttip {
		display: none;
	}
}

.item_list .ship_info_area .delivery_status_btn {
	flex: none;
	display: inline-block;
	width: 16px;
	height: 16px;
	margin: auto auto auto 6px;
	background: url("/content/images/icon/ico_cart_alert.png") no-repeat center / 100% auto;
	cursor: pointer;
	text-indent: -99999px;
}

.ttip.show .close {
	display: block;
}
.ttip .close {
	position: absolute;
	top: 16px;
	right: 16px;
	width: 24px;
	height: 24px;
	background: url("/content/images/icon/btn_popclose.png") no-repeat 0 0 / 100% auto;
}

@media (min-width: 481px) {
	.delivery_status_btn.pc:hover ~ .ttip {
		display: block;
		opacity: 1;
		visibility: visible;
	}
}

@media (max-width: 767px) {
	.item_list .ship_info_area .delivery_status_btn {
		width: 13px;
		height: 13px;
	}
}
