/* w멤버십 css */
/* 공통 */
.w_membership_color {
	font-family: "Spoqa Han Sans Neo", Helvetica, Sans-serif;
	background-size: 200%;
	background-image: linear-gradient(109.6deg, #d570fe 0%, #795af8 50%, #61d8f6 90%, #5decf6 95%);
	animation: colorfulMove 3s linear infinite;
}

.w_membership_color.text {
	background-clip: text;
	-moz-background-clip: text;
	-webkit-background-clip: text;
	-moz-text-fill-color: transparent;
	-webkit-text-fill-color: transparent;
}

@keyframes colorfulMove {
	0% {
		background-position: 0% 50%;
	}

	50% {
		background-position: 100% 50%;
	}

	100% {
		background-position: 0 50%;
	}
}

.membership .ico {
	flex: none;
	display: inline-block;
	width: 2.8rem;
	height: 2rem;
	background: url("/content/images/wMembership/ico_w.png") no-repeat center / contain;
	font-size: 0;
}

/* 아이템 상세 */
.w_member_area .price_area {
	margin-top: 0.1rem;
	font-size: 3rem;
	font-weight: 700;
	letter-spacing: -0.15rem;
}

.w_member_area .price_area .sale {
	margin-right: 1.2rem;
}

.w_member_area .price_area .price {
	margin-right: 1rem;
	font-weight: 700;
}

.w_member_area .price_area .membership {
	line-height: 1;
	font-size: 2.2rem;
}

.w_member_area .price_area .membership .ico {
	width: 2.7rem;
	margin-right: 0.2rem;
	background: unset;
}

.w_member_area .w_membership_color.text.price_area {
	animation: none;
	background-image: linear-gradient(109.6deg, #d570fe 0%, #795af8 20%, #61d8f6 60%, #5decf6 85%);
}

.w_member_area .link_area {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 4.6rem;
	border-radius: 0.4rem;
	margin-top: 1rem;
	color: #fff;
	font-size: 1.8rem;
}

.w_member_area .link_area strong {
	font-weight: 700;
	margin-right: 0.8rem;
}

.w_member_area .link_area strong .ico {
	width: 2.4rem;
	margin-right: 0.1rem;
	filter: invert(100%);
}

.w_member_area .link_area span {
	margin-right: 0.4rem;
	font-weight: 400;
}

.w_member_area .link_area > i {
	width: 1.6rem;
}

.view_info .sale_area.compare_member .sale,
.view_info .sale_area.compare_member .price,
.view_info .sale_area.compare_member .price > span {
	font-size: 2.4rem;
}

.view_info .price_area .compare_member .before {
	margin-bottom: 0;
}

.view_info .sale_area.compare_member .ttip_btn {
	margin: 0 0.6rem;
}
.view_info .sale_area.compare_member .price {
	margin-right: 0.6rem;
}

/* 아이템리스트 */

.item_list .w_member_area {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	margin-top: 0.6rem;
	font-size: 1.3rem;
}

.item_list .w_member_area p {
	flex: none;
	display: inline-block;
	font-weight: 700;
}

.item_list .w_member_area .price {
	font-size: 1.8rem;
	margin-right: 0.6rem;
}

/* 나의 등급 */

.grade_contents .w_membership_color {
	animation: none;
}

.grade_contents h2.membership {
	margin: 1rem auto;
	background-size: 100%;
	background-image: linear-gradient(90deg, #9e63fa 20%, #7861f8 60%, #61d8f6 90%, #5decf6 95%);
}

.grade_contents .membership .ico {
	background: none;
	width: auto;
	height: auto;
}

.next_month_wrapper .w_membership_color.text {
	line-height: 1;
	font-weight: 700;
	margin: 0 0.4rem;
	background-image: linear-gradient(109.6deg, #d570fe 0%, #795af8 20%, #61d8f6 50%, #5decf6 95%);
}
.next_month_wrapper .tit.flex-Vcenter {
	margin-bottom: 1.6rem;
}

.grade_conts .link-wrap {
	display: block;
	margin-top: 100px;
}

.member_manage_link {
	line-height: 48px;
	padding-right: 40px;
	background: url("/content/images/icon/ico_more.png") no-repeat right center / auto 85%;
	font-size: 34px;
	font-weight: 500;
	color: #8c53ff;
	text-decoration: underline;
}

.member_manage_link:hover {
	text-decoration: underline;
}

.wide_gray_bg {
	position: relative;
	padding: 24px 0 36px;
	background-color: #f8f8f9;
}

.wide_gray_bg::before,
.wide_gray_bg::after {
	content: "";
	position: absolute;
	top: 0;
	width: 100vw;
	height: 100%;
	background-color: #f8f8f9;
	z-index: -1;
}

.wide_gray_bg::before {
	right: calc((100vw - 1200px) / 2);
}
.wide_gray_bg:after {
	left: calc((100vw - 1200px) / 2);
}

.wide_gray_bg .info_tit {
	margin-top: 0;
	font-size: 16px;
}

.wide_gray_bg .info_dot {
	font-size: 14px;
}

.wide_gray_bg .info_dot p {
	color: #ababab;
}
.wide_gray_bg .info_dot p:after {
	top: 9px;
	background-color: #ababab;
}

.mt-20 {
	margin-top: 20px;
}
.mt-30 {
	margin-top: 30px;
}

.mt-40 {
	margin-top: 40px;
}

.mt-60 {
	margin-top: 60px;
}

.mt-180 {
	margin-top: 180px;
}
.mt-200 {
	margin-top: 200px;
}

.grade_contents .grade_top .wrap_benefit_info .iflex-Vcenter + .iflex-Vcenter {
	margin-left: 20px;
}

/* 멤버십 관리 */

.w_membership_contents {
	max-width: 1200px;
	margin: 0 auto;
}
.w_membership_applying {
	position: relative;
}

.w_membership_applying::before,
.w_membership_applying::after {
	content: "";
	position: absolute;
	top: 0;
	width: 100vw;
	height: 650px;
	background-color: #f8f8f9;
	z-index: -1;
}

.w_membership_applying::before {
	left: 50%;
}
.w_membership_applying::after {
	right: 50%;
}

.w_membership_contents .w_membership_color {
	flex: none;
	display: inline-block;
	background-image: linear-gradient(90deg, #c06bfd 0%, #7861f8 30%, #61d8f6 50%, #5decf6 70%);
	letter-spacing: -0.5px;
	font-size: 40px;
	font-weight: 700;
	animation: none;
}

.w_membership_tit p svg {
	width: 50px;
	height: 37px;
}

.w_membership_tit {
	text-align: center;
}

.w_membership_tit span {
	font-size: 14px;
	margin-top: 6px;
}

.w_payment_manage {
	display: block;
	width: 150px;
	line-height: 40px;
	background-color: #fff;
	border: #959595 solid 1px;
	border-radius: 10px;
	text-align: center;
	margin-right: 8px;
	margin-top: 20px;
	box-sizing: border-box;
	color: #000;
	font-size: 16px;
}

.w_payment_manage.primary {
	background-color: #8c53ff;
	border-color: #8c53ff;
	color: #fff;
	margin-right: 0;
}

.btn_wMember_join {
	display: block;
	width: 100%;
	max-width: 500px;
	line-height: 60px;
	margin: 40px auto 60px;
	border-radius: 60px;
	background-color: #8c53ff;
	font-size: 16px;
	font-weight: 400;
	color: #fff;
	text-align: center;
}

.w_membership_contents .pay_area .tit_area {
	border-top: 2px solid #000;
	margin-top: 100px;
}

.w_membership_contents .add_pay {
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 15px;
	border: none;
}
.w_membership_contents .easy_payment .swiper-slide .user_card_wrap.add_pay_wrap,
.w_membership_contents .easy_payment .easy_payment_swiper,
.w_membership_contents .easy_payment .easy_payment_swiper:not(.disabled) .swiper-slide.swiper-slide-active {
	overflow: visible;
}

.w_membership_contents .easy_payment .easy_payment_swiper .swiper-wrapper {
	margin-left: 0;
}

.w_membership_contents .select_card,
.w_membership_contents .pay_wrap .pay_total {
	margin-top: 100px;
}

.w_membership_contents .select_card .custom-select {
	border-color: #000;
}

.w_membership_contents .btn_pay {
	max-width: 500px;
}

.w_membership_info {
	display: block;
	background-color: #fff;
	border-radius: 40px;
	margin: 20px auto 60px;
	padding: 24px 10px 20px;
	box-sizing: border-box;
	box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.02);
	text-align: center;
	letter-spacing: -0.8px;
}

.w_membership_info .tit {
	margin-bottom: 24px;
	font-size: 24px;
	font-weight: 700;
}

.w_membership_info .card_number {
	display: inline-block;
	line-height: normal;
	margin: 0 auto 10px;
	font-size: 18px;
	font-weight: 500;
	text-align: left;
}

.w_membership_info .date {
	font-size: 14px;
	color: #8a8a8a;
}

.w_membership_info .date em {
	color: #695fbf;
	font-weight: 700;
}

/* 멤버십 해지하기 모달 */

.terminate_membership .modal-dialog {
	max-width: 600px;
}

.terminate_membership .modal-body .main {
	display: block;
	line-height: normal;
	text-align: center;
	font-size: 24px;
	font-weight: 700;
}

.terminate_membership .main em {
	font: inherit;
	color: #695fbf;
}

.terminate_membership .member_merritt {
	margin: 20px 0 40px;
}

.terminate_membership .member_merritt .box {
	display: flex;
	align-items: center;
	height: 80px;
	padding: 0 40px;
	margin-bottom: 16px;
	border-radius: 10px;
	background-color: #fff;
	border: 1px solid #e9e9e9;
	box-shadow: 0 4px 6px rgba(233, 233, 233, 0.8);
}

.terminate_membership .member_merritt .box:last-child {
	margin-bottom: 0;
}

.member_merritt .box .ico {
	display: inline-block;
	width: 60px;
	height: 60px;
	margin-right: 18px;
}

.member_merritt .box > div {
	flex: 2;
	justify-content: space-between;
}

.member_merritt .box p {
	line-height: 1.4;
	font-weight: 500;
}

.member_merritt .box em {
	font: inherit;
	color: #ff5819;
}

.member_merritt .box a {
	flex: none;
	display: inline-block;
	padding: 0 24px 0 10px;

	line-height: 30px;
	border-radius: 20px;
	font-size: 14px;
	color: #fff;
	background: #695fbf url("/content/images/icon/ico_arr_right_white.svg") no-repeat calc(100% - 12px) center / auto 12px;
}

.member_useable {
	flex-direction: column;
	margin-bottom: 10px;
	padding: 30px 24px;
	background-color: #ecebff;
	border-radius: 10px;
}

.member_useable .content {
	font-size: 20px;
}
.member_useable .ico {
	width: 80px;
	height: 80px;
	margin-bottom: 14px;
}

.member_useable > div {
	width: 100%;
	height: 82px;
	text-align: center;
	border-radius: 10px;
	background-color: #fff;
	padding: 20px;
	margin: 12px 0;
	box-sizing: border-box;
}

.member_useable > p.flex-Vcenter {
	color: #ff5819;
	font-size: 14px;
}

.member_useable p > svg {
	margin-right: 2px;
}

.terminate_membership .modal-body .check_area input + label {
	color: #717171;
}

.terminate_membership .btn-group {
	width: 100%;
	margin: 30px 0 0;
}

.terminate_membership .modal-body .btn-group .btn {
	max-width: unset;
	height: auto;
	line-height: 60px;
	border-radius: 60px;
	font-size: 16px;
	font-weight: 400;
}

.terminate_membership .btn-group .btn + .btn {
	margin-top: 14px;
}

.btn_terminate {
	display: block;
    width: 150px;
    height: 40px;
    line-height: 40px;
	margin: 80px auto 100px;
    background-color: #fff;
	border: 1px solid #959595;
    border-radius: 10px;
	font-size: 16px;
    font-weight: 500;
	color: #000;
	text-align: center;
    
}

.pay_wrap {
	position: relative;
}

#anchorPayMethod {
	position: absolute;
	top: -300px;
}

@media (max-width: 767px) {
	/* 아이템 상세 */
	.w_member_area .price_area {
		font-size: 1.7rem;
	}
	.w_member_area .price_area .membership {
		font-size: 1.2rem;
	}
	.w_member_area .price_area .membership .ico {
		width: 1.5rem;
		height: 1.1rem;
	}

	.w_member_area .price_area .sale,
	.w_member_area .price_area .price {
		margin-right: 0.6rem;
	}

	.view_info .sale_area.compare_member .sale,
	.view_info .sale_area.compare_member .price,
	.view_info .sale_area.compare_member .price > span {
		font-size: 2rem;
	}

	.w_member_area {
		margin-top: 0.6rem;
	}

	.w_member_area .link_area {
		height: 3rem;
		margin-top: 0.6rem;
	}

	.w_member_area .link_area strong,
	.w_member_area .link_area span {
		font-size: 1.2rem;
	}
	.w_member_area .link_area > i {
		width: 1rem;
	}
	.w_member_area .link_area strong .ico {
		width: 1.4rem;
	}
	/* 아이템 리스트 */
	.item_list .w_member_area {
		font-size: 1.1rem;
	}
	.item_list .w_member_area .price {
		font-size: 1.5rem;
		margin-right: 0.4rem;
	}
	/* 등급 */
	.grade_contents .grade_top .wrap_benefit_info ul {
		align-items: flex-start;
	}
	.grade_contents .grade_top .wrap_benefit_info ul li div {
		flex-direction: column;
	}
	.grade_contents .grade_top .wrap_benefit_info .iflex-Vcenter + .iflex-Vcenter {
		margin-left: 0px;
		padding-top: 2px;
	}
	.grade_contents .grade_top .wrap_benefit_info ul li div .benefit_info {
		font-size: 17px;
	}
	.grade_contents .grade_top .wrap_benefit_info ul li .iflex-Vcenter .benefit_info {
		font-size: 12px;
		font-weight: bold;
	}
	.grade_contents .grade_top .wrap_benefit_info ul li div img {
		width: auto;
		height: 12px;
		margin-right: 10px;
	}

	.wide-img {
		margin: 0 -20px;
	}

	.grade_contents .mt-30 {
		margin-top: 15px;
	}
	.grade_contents img.mt-40 {
		position: relative;
		margin-top: 20px;
		box-shadow: 0 10px 20px #358bff;
		border-radius: 10px;
	}

	.grade_contents .mt-180 {
		margin-top: 75px;
	}

	.grade_conts .link-wrap {
		margin-top: 20px;
	}

	.member_manage_link {
		line-height: 20px;
		font-size: 18px;
		padding-right: 20px;
	}

	.wide_gray_bg {
		margin: 20px -20px 0;
		padding: 16px 40px 15px;
	}

	.wide_gray_bg::before,
	.wide_gray_bg::after {
		display: none;
	}
	.next_month_wrapper .w_membership_color.text {
		margin: 0 0.2rem;
	}
	.next_month_wrapper .tit.flex-Vcenter {
		margin-bottom: 0;
		font-weight: 700;
	}

	.next_month_wrapper .w_membership_color.text > svg {
		transform: scale(0.8);
	}

	/* 멤버십 관리 */

	.w_membership_contents .w_membership_color {
		font-size: 24px;
	}
	.w_membership_contents p svg {
		width: auto;
		height: 20px;
	}

	.btn_wMember_join {
		max-width: 300px;
		line-height: 40px;
		margin: 20px auto 40px;
		font-size: 14px;
	}

	.w_membership_contents .pay_area .tit_area,
	.w_membership_contents .select_card,
	.w_membership_contents .pay_wrap .pay_total {
		margin-top: 40px;
	}

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

	.w_membership_contents .pay_wrap .pay_bot,
	.w_membership_contents .select_card {
		padding: 0 20px;
	}
	.w_payment_manage {
		width: 140px;
		line-height: 36px;
		margin-top: 10px;
		font-size: 14px;
	}

	.w_membership_info {
		width: calc(100% - 40px);
		max-width: 500px;
		border-radius: 20px;
		padding: 16px 10px 12px;
		margin: 20px auto 30px;
	}

	.w_membership_info .tit {
		font-size: 18px;
		margin-bottom: 14px;
	}
	.w_membership_info .card_number {
		font-size: 14px;
		margin-bottom: 6px;
	}
	.w_membership_info .date {
		font-size: 12px;
	}

	/* 멤버십 해지하기 모달 */

	.terminate_membership .modal-dialog {
		width: 100%;
		margin: 0;
	}

	.terminate_membership .modal-body .main {
		font-size: 19px;
	}

	.terminate_membership .member_merritt .box {
		height: auto;
		padding: 14px 30px;
		margin-bottom: 10px;
	}

	.member_merritt .box .ico {
		width: 50px;
		height: 50px;
	}

	.member_merritt .box p {
		font-size: 14px;
	}

	.member_merritt .box > div {
		justify-content: flex-start;
		flex-wrap: wrap;
	}
	.member_merritt .box a {
		line-height: 22px;
		margin: 8px 0 0;
		padding: 0 16px 0 8px;
		font-size: 11px;
		background-size: auto 10px;
		background-position: calc(100% - 8px) center;
	}

	.terminate_membership .member_merritt {
		margin: 20px 0;
	}

	.member_useable {
		padding: 20px 14px;
	}

	.member_useable .ico {
		width: 60px;
		height: 60px;
	}

	.member_useable .content {
		font-size: 15px;
	}

	.member_useable > div {
		height: 48px;
	}

	.member_useable > p.flex-Vcenter {
		align-items: flex-start;
		font-size: 12px;
	}

	.w_membership_contents .pay_wrap .info_dot {
		max-width: calc(100% - 40px);
		margin-right: auto;
		margin-left: auto;
	}

	.w_membership_contents p svg {
		height: 14px;
	}

	.terminate_membership .modal-body .check_area input + label {
		height: auto;
		line-height: normal;
	}
	.terminate_membership .modal-body .btn-group .btn {
		line-height: 55px;
	}

	.btn_terminate {
		margin: 60px auto 80px;
	}

	#anchorPayMethod {
		top: -100px;
	}

	.popup_layer.change-payWay .popup_contents {
		padding: 30px 20px;
	}

	.popup_layer.change-payWay .change_cards {
		width: 100%;
	}
}

.used-membership {
	position: absolute;
	top: 50%;
	left: 92px;
	line-height: 22px;
	padding: 0 8px;
	border-radius: 20px;
	transform: translate(0%, -50%);
	color: #fff;
	font-size: 14px;
}

@media (max-width: 767px) {
	.used-membership {
		left: 80px;
	}
    /* 20240426 */
	.w_membership_contents > img {
        display: block;
		max-width: calc(100% - 40px);
		margin-left: auto;
		margin-right: auto;
	}

	.w_membership_contents > img.mt-200 {
		margin-top: 60px;
	}
}
