@charset "UTF-8";

body.member-workspace-renewal #main_contents {
	padding: 26px 0 48px;
}

body.member-workspace-renewal #main_contents > .wrapper {
	width: min(1120px, calc(100% - 32px));
	margin-right: auto;
	margin-left: auto;
}

body.member-workspace-renewal .flexbox {
	display: flex;
}

body.member-workspace-renewal .clearfix::after {
	content: "";
	display: block;
	clear: both;
}

.error-message {
	display: block;
	margin-top: 6px;
	color: var(--rose);
	font-size: 12px;
	font-weight: 900;
	line-height: 1.5;
	text-align: left;
}

.mypage-dashboard {
	display: grid;
	gap: 22px;
	color: var(--ink);
}

.mypage-dashboard .alert_message {
	margin: 0;
}

.mypage-hero {
	display: grid;
	grid-template-columns: minmax(0, 1.35fr) minmax(300px, .65fr);
	gap: 18px;
	align-items: stretch;
}

.member-card,
.point-card,
.primary-card,
.dashboard-section,
.legacy-menu-links {
	position: relative;
	overflow: hidden;
	border: 1px solid rgba(143,36,59,.12);
	border-radius: 14px;
	background: rgba(255,255,255,.97);
	box-shadow: var(--shadow-soft);
}

.member-card {
	display: grid;
	grid-template-columns: 112px minmax(0, 1fr);
	gap: 18px;
	align-items: center;
	padding: 22px;
	background:
		radial-gradient(circle at 4% 0%, rgba(216,75,97,.16), rgba(216,75,97,0) 34%),
		linear-gradient(135deg, #fff, var(--rose-soft));
}

.member-photo {
	display: block;
	overflow: hidden;
	width: 112px;
	aspect-ratio: 1;
	border: 4px solid #fff;
	border-radius: 999px;
	background: #fff;
	box-shadow: 0 14px 30px rgba(95,31,47,.16);
}

.member-photo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.member-data {
	min-width: 0;
}

.member-data .eyebrow {
	margin: 0 0 5px;
	color: var(--gold);
	font-size: 12px;
	font-weight: 900;
	letter-spacing: .08em;
	line-height: 1.3;
}

.member-data h2 {
	margin: 0;
	color: var(--navy);
	font-size: clamp(24px, 3.6vw, 36px);
	font-weight: 900;
	line-height: 1.22;
	letter-spacing: 0;
}

.member-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 16px;
}

.member-actions .btn {
	min-height: 40px;
	padding: 8px 14px;
	border-radius: 8px;
	font-size: 13px;
}

.point-card {
	padding: 20px;
	background:
		radial-gradient(circle at 100% 0%, rgba(201,154,61,.22), rgba(201,154,61,0) 34%),
		linear-gradient(135deg, #fff, var(--gold-soft));
}

.point-label {
	margin: 0 0 5px;
	color: var(--muted);
	font-size: 13px;
	font-weight: 900;
	line-height: 1.4;
}

.point-total {
	display: inline-flex;
	align-items: baseline;
	gap: 5px;
	margin-bottom: 12px;
	color: var(--navy);
	font-weight: 900;
	line-height: 1.1;
	text-decoration: none;
}

.point-total span {
	color: var(--wine);
	font-size: clamp(34px, 4.2vw, 48px);
	letter-spacing: .02em;
}

.point-breakdown {
	display: grid;
	gap: 8px;
	margin: 0 0 14px;
}

.point-breakdown p {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	margin: 0;
	padding: 8px 10px;
	border: 1px solid rgba(143,36,59,.1);
	border-radius: 8px;
	background: rgba(255,255,255,.78);
	color: var(--muted);
	font-size: 12px;
	font-weight: 900;
	line-height: 1.35;
}

.point-breakdown span {
	color: var(--navy);
	font-size: 14px;
}

.point-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.point-actions a,
.point-actions button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 36px;
	padding: 7px 12px;
	border: 1px solid rgba(143,36,59,.22);
	border-radius: 8px;
	background: #fff;
	color: var(--wine);
	font-size: 12px;
	font-weight: 900;
	line-height: 1.2;
	text-decoration: none;
	cursor: pointer;
}

.point-actions a {
	background: linear-gradient(135deg, var(--wine), var(--rose));
	color: #fff;
	border-color: var(--wine);
}

.mypage-quick-nav {
	display: none;
}

.mypage-quick-nav {
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 8px;
	padding: 10px;
	border: 1px solid rgba(143,36,59,.12);
	border-radius: 12px;
	background: rgba(255,255,255,.9);
	box-shadow: 0 10px 28px rgba(95,31,47,.08);
	backdrop-filter: blur(12px);
}

.mypage-quick-nav a {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 38px;
	border-radius: 8px;
	background: var(--rose-soft);
	color: var(--wine);
	font-size: 13px;
	font-weight: 900;
	text-decoration: none;
}

.primary-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 12px;
}

.primary-card {
	display: grid;
	align-content: space-between;
	min-height: 154px;
	padding: 18px;
	color: #fff;
	text-decoration: none;
}

.primary-card::after {
	content: "";
	position: absolute;
	inset: auto -28px -44px auto;
	width: 120px;
	height: 120px;
	border-radius: 999px;
	background: rgba(255,255,255,.16);
}

.primary-card--ticket {
	background: linear-gradient(135deg, var(--wine), var(--rose));
}

.primary-card--message {
	background: linear-gradient(135deg, var(--teal), #56a295);
}

.primary-card--favorite {
	background: linear-gradient(135deg, var(--plum), var(--rose));
}

.primary-card--point {
	background: linear-gradient(135deg, #8f642c, var(--gold));
}

.card-kicker,
.card-title,
.card-value,
.card-arrow {
	position: relative;
	z-index: 1;
}

.card-kicker {
	color: rgba(255,255,255,.78);
	font-size: 12px;
	font-weight: 800;
	line-height: 1.55;
}

.card-title {
	margin-top: 8px;
	color: rgba(255,255,255,.96);
	font-size: 22px;
	font-weight: 900;
	line-height: 1.25;
}

.card-value {
	align-self: end;
	margin-top: 16px;
	font-size: 36px;
	font-weight: 900;
	line-height: 1;
}

.card-value small {
	margin-left: 3px;
	font-size: 13px;
}

.card-arrow {
	align-self: end;
	justify-self: start;
	margin-top: 16px;
	padding: 6px 10px;
	border: 1px solid rgba(255,255,255,.5);
	border-radius: 999px;
	font-size: 12px;
	font-weight: 900;
}

.dashboard-sections {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 14px;
}

.dashboard-section {
	padding: 18px;
}

.dashboard-section h3,
.legacy-menu-links h3 {
	position: relative;
	margin: 0 0 14px;
	padding-left: 16px;
	color: var(--navy);
	font-size: 18px;
	font-weight: 900;
	line-height: 1.35;
}

.dashboard-section h3::before,
.legacy-menu-links h3::before {
	content: "";
	position: absolute;
	top: .42em;
	left: 0;
	width: 8px;
	height: 8px;
	border-radius: 999px;
	background: var(--gold);
	box-shadow: 0 0 0 6px rgba(201,154,61,.12);
}

.dashboard-section ul {
	display: grid;
	gap: 8px;
	margin: 0;
	padding: 0;
}

.dashboard-section li {
	list-style: none;
}

.dashboard-section a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	min-height: 44px;
	padding: 10px 12px;
	border: 1px solid rgba(143,36,59,.1);
	border-radius: 9px;
	background: #fff;
	color: var(--ink);
	font-size: 13px;
	font-weight: 900;
	line-height: 1.35;
	text-decoration: none;
}

.dashboard-section a::after {
	content: ">";
	color: var(--rose);
	font-weight: 900;
}

.dashboard-section a b {
	order: 2;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 28px;
	height: 22px;
	padding: 0 7px;
	border-radius: 999px;
	background: var(--wine);
	color: #fff;
	font-size: 12px;
	line-height: 1;
}

.dashboard-section a.has-badge::after {
	display: none;
}

.dashboard-section--ticket {
	background: linear-gradient(180deg, #fff, var(--gold-soft));
}

.dashboard-section--message {
	background: linear-gradient(180deg, #fff, #edf8f6);
}

.dashboard-section--favorite,
.dashboard-section--forum {
	background: linear-gradient(180deg, #fff, var(--rose-soft));
}

.dashboard-section--setting,
.dashboard-section--support {
	background: linear-gradient(180deg, #fff, #faf7f9);
}

.legacy-menu-links {
	padding: 18px;
}

.legacy-menu-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 8px;
}

.legacy-menu-grid a {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 40px;
	padding: 8px 10px;
	border: 1px solid rgba(143,36,59,.16);
	border-radius: 8px;
	background: #fff;
	color: var(--wine);
	font-size: 12px;
	font-weight: 900;
	line-height: 1.35;
	text-align: center;
	text-decoration: none;
}

.member-workspace-renewal .sect_title {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	margin: 0 0 18px;
	padding: 0;
}

.member-workspace-renewal .sect_title h3 {
	position: relative;
	margin: 0;
	padding-left: 18px;
	color: var(--navy);
	font-size: clamp(24px, 3vw, 34px);
	font-weight: 900;
	line-height: 1.25;
	letter-spacing: 0;
}

.member-workspace-renewal .sect_title h3::before {
	content: "";
	position: absolute;
	top: .42em;
	left: 0;
	width: 10px;
	height: 10px;
	border-radius: 999px;
	background: var(--gold);
	box-shadow: 0 0 0 8px rgba(201,154,61,.14);
}

.member-workspace-renewal .sect_title .images,
.member-workspace-renewal .sect_title .images_after {
	display: none;
}

.member-workspace-renewal .box,
.member-workspace-renewal .user_box,
.member-workspace-renewal .icon_clomun,
.member-workspace-renewal .news_list,
.member-workspace-renewal .article_list,
.member-workspace-renewal .cast_list,
.member-workspace-renewal .user_point,
.member-workspace-renewal .tickets_box {
	color: var(--ink);
}

.member-workspace-renewal .box,
.member-workspace-renewal .article_list > .list,
.member-workspace-renewal .news_list > .list,
.member-workspace-renewal .cast_list > .list,
.member-workspace-renewal .user_box > .wrap {
	border: 1px solid rgba(143,36,59,.12);
	border-radius: 16px;
	background: rgba(255,255,255,.96);
	box-shadow: var(--shadow-soft);
}

.member-workspace-renewal .box {
	padding: 20px;
}

.member-workspace-renewal .tabs {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
	gap: 8px;
	margin: 0 0 18px;
	padding: 8px;
	border-radius: 12px;
	background: var(--rose-soft);
}

.member-workspace-renewal .tabs li {
	list-style: none;
}

.member-workspace-renewal .tabs p {
	margin: 0;
}

.member-workspace-renewal .tabs a {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 42px;
	padding: 8px 12px;
	border: 1px solid transparent;
	border-radius: 8px;
	background: #fff;
	color: var(--wine);
	font-size: 13px;
	font-weight: 900;
	line-height: 1.35;
	text-align: center;
}

.member-workspace-renewal .tabs .on a {
	background: linear-gradient(135deg, var(--wine), var(--rose));
	color: #fff;
	border-color: var(--wine);
	box-shadow: 0 10px 22px rgba(143,36,59,.18);
}

body.member-workspace-renewal #main_contents .tabs {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
	gap: 8px;
	margin: 0 0 18px;
	padding: 8px;
	border: 1px solid rgba(143,36,59,.12);
	border-radius: 12px;
	background: var(--rose-soft);
}

body.member-workspace-renewal #main_contents .tabs li,
body.member-workspace-renewal #main_contents .tabs li p {
	width: auto;
	margin: 0;
	list-style: none;
}

body.member-workspace-renewal #main_contents .tabs li a {
	position: static;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 42px;
	margin: 0;
	padding: 8px 12px;
	border: 1px solid rgba(143,36,59,.18);
	border-radius: 8px;
	background: #fff;
	color: var(--wine);
	font-size: 13px;
	font-weight: 900;
	line-height: 1.35;
	text-align: center;
	box-shadow: 0 8px 20px rgba(95,31,47,.06);
}

body.member-workspace-renewal #main_contents .tabs .on a {
	background: linear-gradient(135deg, var(--wine), var(--rose));
	color: #fff;
	border-color: var(--wine);
	box-shadow: 0 12px 26px rgba(143,36,59,.18);
}

body.member-workspace-renewal #main_contents .tabs .on a::before,
body.member-workspace-renewal #main_contents .tabs .on a::after {
	content: none;
}

.member-workspace-renewal .point_data {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
	gap: 10px;
	margin-bottom: 18px;
}

.member-workspace-renewal .point_data > div {
	padding: 14px;
	border: 1px solid rgba(143,36,59,.1);
	border-radius: 12px;
	background: linear-gradient(135deg, #fff, var(--gold-soft));
}

.member-workspace-renewal .point_data .title,
.member-workspace-renewal .point_data .points {
	margin: 0;
	font-weight: 900;
	line-height: 1.35;
}

.member-workspace-renewal .point_data .title {
	color: var(--muted);
	font-size: 12px;
}

.member-workspace-renewal .point_data .points {
	color: var(--wine);
	font-size: 14px;
}

.member-workspace-renewal .point_data .points span {
	font-size: 26px;
}

.member-workspace-renewal .sub_title {
	position: relative;
	margin: 0 0 14px;
	padding-left: 14px;
	color: var(--navy);
	font-size: 18px;
	font-weight: 900;
	line-height: 1.35;
}

.member-workspace-renewal .sub_title::before {
	content: "";
	position: absolute;
	top: .55em;
	left: 0;
	width: 7px;
	height: 7px;
	border-radius: 999px;
	background: var(--rose);
}

.member-workspace-renewal .tickets_list,
.member-workspace-renewal .article_list .list,
.member-workspace-renewal .news_list .list,
.member-workspace-renewal #history_list {
	display: grid;
	gap: 12px;
	margin: 0;
	padding: 0;
}

.member-workspace-renewal .tickets_list > li,
.member-workspace-renewal .article_list .list > li,
.member-workspace-renewal .news_list .list > li,
.member-workspace-renewal #history_list > li {
	list-style: none;
	overflow: hidden;
	border: 1px solid rgba(143,36,59,.12);
	border-radius: 12px;
	background: #fff;
	box-shadow: 0 10px 24px rgba(95,31,47,.06);
}

.member-workspace-renewal .tickets_list .wrap,
.member-workspace-renewal .article_list article {
	display: grid;
	grid-template-columns: 112px minmax(0, 1fr);
	gap: 14px;
	align-items: center;
	padding: 14px;
	color: var(--ink);
}

.member-workspace-renewal .tickets_list .photo,
.member-workspace-renewal .article_list .photo {
	overflow: hidden;
	width: 112px;
	aspect-ratio: 1;
	border-radius: 12px;
	background: var(--rose-soft);
}

.member-workspace-renewal .tickets_list .photo img,
.member-workspace-renewal .article_list .photo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center top;
}

.member-workspace-renewal .tickets_list .data,
.member-workspace-renewal .article_list .data {
	min-width: 0;
}

.member-workspace-renewal .tickets_list .cast_name,
.member-workspace-renewal .article_list h4 {
	margin: 0 0 8px;
	color: var(--navy);
	font-size: 18px;
	font-weight: 900;
	line-height: 1.35;
}

.member-workspace-renewal .tickets_list p,
.member-workspace-renewal .article_list p {
	margin: 3px 0;
	color: var(--muted);
	font-size: 13px;
	font-weight: 800;
	line-height: 1.55;
}

.member-workspace-renewal .tickets_list b,
.member-workspace-renewal .tickets_list .pay,
.member-workspace-renewal .article_list .unread {
	color: var(--wine);
}

.member-workspace-renewal .article_list .unread {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-top: 8px;
	padding: 4px 9px;
	border-radius: 999px;
	background: var(--rose-soft);
	font-size: 11px;
	font-weight: 900;
}

.member-workspace-renewal form fieldset {
	margin: 0 0 12px;
	padding: 0;
	border: 0;
}

.member-workspace-renewal input[type="text"],
.member-workspace-renewal input[type="email"],
.member-workspace-renewal input[type="tel"],
.member-workspace-renewal input[type="date"],
.member-workspace-renewal input[type="password"],
.member-workspace-renewal select,
.member-workspace-renewal textarea {
	width: 100%;
	min-height: 42px;
	padding: 9px 12px;
	border: 1px solid rgba(143,36,59,.16);
	border-radius: 8px;
	background: #fff;
	color: var(--ink);
	font-size: 14px;
	line-height: 1.4;
}

.member-workspace-renewal .button {
	margin: 14px 0 0;
	text-align: center;
}

.member-workspace-renewal .button a,
.member-workspace-renewal .button span,
.member-workspace-renewal .button input,
.member-workspace-renewal input[type="submit"] {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 42px;
	min-width: 180px;
	padding: 9px 18px;
	border: 0;
	border-radius: 8px;
	background: linear-gradient(135deg, var(--rose), var(--plum));
	color: #fff !important;
	font-size: 14px;
	font-weight: 900;
	line-height: 1.25;
	cursor: pointer;
	box-shadow: 0 10px 24px rgba(143,36,59,.16);
}

.member-workspace-renewal #popup_content .button input.popup_close {
	border: 1px solid rgba(143,36,59,.24) !important;
	background: #fff !important;
	color: var(--wine) !important;
	box-shadow: none !important;
}

.member-workspace-renewal .method_list {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px;
	margin: 0;
	padding: 0;
}

.member-workspace-renewal .method_list li {
	list-style: none;
}

.member-workspace-renewal .method_list a {
	position: relative;
	display: block;
	min-height: 126px;
	padding: 18px;
	border: 1px solid rgba(143,36,59,.12);
	border-radius: 14px;
	background: #fff;
	box-shadow: 0 12px 28px rgba(95,31,47,.08);
}

.member-workspace-renewal .method_list .title {
	display: block;
	color: var(--navy);
	font-size: 18px;
	font-weight: 900;
	line-height: 1.35;
}

.member-workspace-renewal .method_list .text {
	display: block;
	margin-top: 8px;
	color: var(--muted);
	font-size: 13px;
	font-weight: 800;
	line-height: 1.55;
}

.member-workspace-renewal #history_list .tabs {
	display: grid;
	grid-template-columns: 1fr auto auto;
	align-items: center;
	gap: 12px;
	margin: 0;
	padding: 14px;
	background: #fff;
	cursor: pointer;
}

.member-workspace-renewal #history_list p {
	margin: 0;
	font-weight: 900;
}

.member-workspace-renewal #history_list .type {
	color: var(--navy);
}

.member-workspace-renewal #history_list .time {
	color: var(--muted);
	font-size: 12px;
}

.member-workspace-renewal #history_list .points {
	color: var(--wine);
}

.member-workspace-renewal .paging {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	margin: 22px 0 0;
}

.member-workspace-renewal .paging .off {
	display: none;
}

.member-workspace-renewal .paging a,
.member-workspace-renewal .paging .current {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 38px;
	height: 38px;
	padding: 0 12px;
	border: 1px solid rgba(143,36,59,.14);
	border-radius: 8px;
	background: #fff;
	color: var(--wine);
	font-size: 13px;
	font-weight: 900;
	line-height: 1;
	text-decoration: none;
}

.member-workspace-renewal .paging .current {
	background: linear-gradient(135deg, var(--wine), var(--rose));
	color: #fff;
	border-color: var(--wine);
}

body.member-workspace-renewal #main_contents .counseling {
	margin-top: 28px;
	padding: 0;
	border: 1px solid rgba(143,36,59,.12);
	border-radius: 18px;
	background: rgba(255,255,255,.96);
	box-shadow: var(--shadow-soft);
	overflow: hidden;
}

body.member-workspace-renewal #main_contents .counseling .sect_title {
	display: none;
}

/* Ticket history date placeholders (native date inputs do not show placeholders on mobile). */
body.member-workspace-renewal #main_contents .renewal-ticket-list .calendar_data {
	position: relative;
}

body.member-workspace-renewal #main_contents .renewal-ticket-list .date_placeholder {
	display: none !important;
}

@media (max-width: 640px) {
	body.member-workspace-renewal #main_contents .renewal-ticket-list .form_data {
		display: grid;
		grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
		align-items: center;
		gap: 4px;
	}

	body.member-workspace-renewal #main_contents .renewal-ticket-list .form_data .calendar_data {
		flex: none;
		width: auto;
		min-width: 0;
	}

	body.member-workspace-renewal #main_contents .renewal-ticket-list .form_data > .text {
		width: auto;
		line-height: 1;
		text-align: center;
	}

	body.member-workspace-renewal #main_contents .renewal-ticket-list .calendar_data input[type="date"] {
		box-sizing: border-box;
		width: 100%;
		min-width: 0;
		max-width: 100%;
		padding-right: 4px;
		padding-left: 4px;
		font-size: 12px;
	}

	body.member-workspace-renewal #main_contents .renewal-ticket-list .date_placeholder {
		display: block !important;
		position: absolute;
		left: 12px;
		top: 50%;
		transform: translateY(-50%);
		color: #777;
		font-size: 14px;
		line-height: 1;
		pointer-events: none;
	}

	body.member-workspace-renewal #main_contents .renewal-ticket-list .calendar_data.has_date_value .date_placeholder,
	body.member-workspace-renewal #main_contents .renewal-ticket-list .calendar_data:focus-within .date_placeholder {
		display: none !important;
	}
}

body.member-workspace-renewal #main_contents .counseling .wrap {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 12px;
	width: auto;
	margin: 0;
	padding: 22px;
}

body.member-workspace-renewal #main_contents .counseling .wrap_text {
	grid-column: 1 / -1;
	display: grid;
	gap: 4px;
	margin: 0 0 4px;
}

body.member-workspace-renewal #main_contents .counseling .wrap_text p {
	margin: 0;
	color: var(--ink);
	font-size: 15px;
	font-weight: 800;
	line-height: 1.65;
}

body.member-workspace-renewal #main_contents .counseling .wrap_text b {
	color: var(--rose);
	font-weight: 900;
}

body.member-workspace-renewal #main_contents .counseling .link_box,
body.member-workspace-renewal #main_contents .counseling .link_box .title {
	margin: 0;
}

body.member-workspace-renewal #main_contents .counseling .link_box .title span {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	width: 100%;
	min-height: 54px;
	padding: 10px 14px;
	border: 1px solid transparent;
	border-radius: 10px;
	color: #fff;
	font-size: 14px;
	font-weight: 900;
	line-height: 1.35;
	text-align: center;
	cursor: pointer;
	box-shadow: 0 12px 26px rgba(95,31,47,.1);
	background-repeat: no-repeat;
	background-size: 24px auto;
	background-position: left 18px center;
}

body.member-workspace-renewal #main_contents .counseling .link_box .title .line {
	background: linear-gradient(135deg, #08b849, #36cf72);
	background-image: url("../images/icon/comment_white.png"), linear-gradient(135deg, #08b849, #36cf72);
}

body.member-workspace-renewal #main_contents .counseling .link_box .title .email {
	background: #fff;
	background-image: url("../images/icon/message_blue.png");
	color: #2f79c8;
	border-color: rgba(47,121,200,.35);
	box-shadow: none;
}

body.member-workspace-renewal #main_contents .counseling .link_box .title .telphone {
	background: linear-gradient(135deg, #f07a28, #d65d16);
	background-image: url("../images/icon/phone_white.png"), linear-gradient(135deg, #f07a28, #d65d16);
}

body.member-workspace-renewal #main_contents .counseling .link_box .title .line:hover {
	background-image: url("../images/icon/comment_white.png"), linear-gradient(135deg, #08b849, #36cf72);
	color: #fff;
}

body.member-workspace-renewal #main_contents .counseling .link_box .title .email:hover {
	background-color: #fff;
	background-image: url("../images/icon/message_blue.png");
	color: #2f79c8;
}

body.member-workspace-renewal #main_contents .counseling .link_box .title .telphone:hover {
	background-image: url("../images/icon/phone_white.png"), linear-gradient(135deg, #f07a28, #d65d16);
	color: #fff;
}

@media (max-width: 980px) {
	.mypage-hero,
	.primary-grid,
	.dashboard-sections {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 640px) {
	body.member-workspace-renewal #main_contents {
		padding: 14px 0 34px;
	}

	body.member-workspace-renewal #main_contents > .wrapper {
		width: min(100% - 20px, 1120px);
	}

	.mypage-dashboard {
		gap: 16px;
	}

	.mypage-hero,
	.dashboard-sections,
	.legacy-menu-grid {
		grid-template-columns: 1fr;
	}

	.primary-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 8px;
	}

	.member-card {
		grid-template-columns: 76px minmax(0, 1fr);
		gap: 13px;
		padding: 16px;
	}

	.member-photo {
		width: 76px;
		border-width: 3px;
	}

	.member-data h2 {
		font-size: 22px;
	}

	.member-actions .btn {
		min-height: 36px;
		padding: 7px 11px;
		font-size: 12px;
	}

	.point-card,
	.legacy-menu-links {
		padding: 16px;
	}

	.point-card {
		padding: 14px;
	}

	.point-label {
		margin-bottom: 3px;
		font-size: 12px;
	}

	.point-total {
		margin-bottom: 9px;
	}

	.point-total span {
		font-size: 32px;
	}

	.point-breakdown {
		gap: 6px;
		margin-bottom: 10px;
	}

	.point-breakdown p {
		padding: 7px 9px;
	}

	.point-actions {
		gap: 6px;
	}

	.point-actions a,
	.point-actions button {
		min-height: 34px;
		padding: 6px 10px;
	}

	.mypage-quick-nav {
		position: sticky;
		display: grid;
		top: 58px;
		z-index: 9;
		grid-template-columns: repeat(4, minmax(0, 1fr));
		gap: 5px;
		padding: 7px;
	}

	.mypage-quick-nav a {
		min-height: 34px;
		font-size: 11px;
	}

	.primary-card {
		min-height: 96px;
		padding: 13px;
	}

	.primary-card::after {
		inset: auto -34px -52px auto;
		width: 104px;
		height: 104px;
	}

	.card-kicker {
		font-size: 10px;
		line-height: 1.45;
	}

	.card-title {
		margin-top: 4px;
		font-size: 17px;
	}

	.card-value {
		margin-top: 10px;
		font-size: 28px;
	}

	.card-value small {
		font-size: 11px;
	}

	.card-arrow {
		margin-top: 10px;
		padding: 5px 8px;
		font-size: 11px;
	}

	.dashboard-sections {
		gap: 10px;
	}

	.dashboard-section {
		padding: 13px;
	}

	.dashboard-section h3 {
		margin-bottom: 10px;
	}

	.dashboard-section ul {
		gap: 6px;
	}

	.dashboard-section a {
		padding: 8px 10px;
	}

	.member-workspace-renewal .sect_title {
		display: block;
	}

	.member-workspace-renewal .sect_title h3 {
		font-size: 22px;
	}

	.member-workspace-renewal .box {
		padding: 14px;
	}

	.member-workspace-renewal .tabs,
	.member-workspace-renewal .point_data,
	.member-workspace-renewal .method_list {
		grid-template-columns: 1fr;
	}

	.member-workspace-renewal .tickets_list .wrap,
	.member-workspace-renewal .article_list article {
		grid-template-columns: 82px minmax(0, 1fr);
		gap: 11px;
		padding: 11px;
	}

	.member-workspace-renewal .tickets_list .photo,
	.member-workspace-renewal .article_list .photo {
		width: 82px;
		border-radius: 10px;
	}

	.member-workspace-renewal .tickets_list .cast_name,
	.member-workspace-renewal .article_list h4 {
		font-size: 15px;
	}

	.member-workspace-renewal .tickets_list p,
	.member-workspace-renewal .article_list p {
		font-size: 12px;
	}

	.member-workspace-renewal #history_list .tabs {
		grid-template-columns: 1fr;
		gap: 4px;
	}

	body.member-workspace-renewal #main_contents .counseling .wrap {
		grid-template-columns: 1fr;
		padding: 16px;
	}
}

/* Matching management pages. */
.member-workspace-renewal .mypage-matching-page {
	display: grid;
	gap: 16px;
	color: var(--ink);
}

.member-workspace-renewal .mypage-matching-page .sect_title {
	margin: 0;
	padding: 18px 20px;
	border: 1px solid rgba(143,36,59,.12);
	border-radius: 14px;
	background:
		radial-gradient(circle at 0% 0%, rgba(216,75,97,.12), rgba(216,75,97,0) 34%),
		linear-gradient(135deg, #fff, var(--rose-soft));
	box-shadow: var(--shadow-soft);
}

.member-workspace-renewal .mypage-matching-page .sect_title h3 {
	position: relative;
	margin: 0;
	padding-left: 18px;
	color: var(--navy);
	font-size: clamp(22px, 3vw, 30px);
	font-weight: 900;
	line-height: 1.25;
}

.member-workspace-renewal .mypage-matching-page .sect_title h3::before {
	content: "";
	position: absolute;
	top: .5em;
	left: 0;
	width: 9px;
	height: 9px;
	border-radius: 999px;
	background: linear-gradient(135deg, var(--rose), var(--gold));
	box-shadow: 0 0 0 7px rgba(216,75,97,.09);
}

.member-workspace-renewal .mypage-empty {
	display: grid;
	place-items: center;
	gap: 14px;
	min-height: 190px;
	padding: 26px;
	border: 1px solid rgba(143,36,59,.12);
	border-radius: 14px;
	background: #fff;
	box-shadow: var(--shadow-soft);
	text-align: center;
}

.member-workspace-renewal .mypage-empty p {
	margin: 0;
	color: var(--muted);
	font-size: 13px;
	font-weight: 800;
	line-height: 1.6;
}

.member-workspace-renewal .mypage-matching-page > .list {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px;
	margin: 0;
	padding: 0;
	border: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
	align-items: start;
}

.member-workspace-renewal .mypage-matching-page > .list > li {
	min-width: 0;
	list-style: none;
	border: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
}

.member-workspace-renewal .renewal-cast-list > .list .item > .wrap,
.member-workspace-renewal .matching-blog-card,
.member-workspace-renewal .matching-review-card {
	position: relative;
	display: grid;
	gap: 13px;
	height: auto;
	padding: 14px;
	border: 1px solid rgba(143,36,59,.12);
	border-radius: 14px;
	background: rgba(255,255,255,.98);
	box-shadow: 0 12px 28px rgba(95,31,47,.07);
}

.member-workspace-renewal .renewal-cast-list > .list .item > .wrap {
	grid-template-columns: 118px minmax(0, 1fr);
	align-items: start;
	column-gap: 16px;
	row-gap: 7px;
	min-height: 146px;
}

.member-workspace-renewal .renewal-cast-list .box,
.member-workspace-renewal .renewal-like-list .blog-text {
	padding: 0;
	border: 0 !important;
	background: transparent;
	box-shadow: none;
}

.member-workspace-renewal .renewal-cast-list > .list .item > .wrap > .box {
	grid-column: 1;
	grid-row: 1 / span 3;
}

.member-workspace-renewal .renewal-cast-list .box::before,
.member-workspace-renewal .renewal-cast-list .box::after,
.member-workspace-renewal .renewal-cast-list .data::before,
.member-workspace-renewal .renewal-cast-list .data::after {
	display: none !important;
	content: none !important;
}

.member-workspace-renewal .renewal-cast-list .photo,
.member-workspace-renewal .matching-blog-card .blog-thumb .photo,
.member-workspace-renewal .matching-review-card .cast_box .photo {
	position: relative;
	overflow: hidden;
	width: 100%;
	aspect-ratio: 1;
	border-radius: 12px;
	background: var(--rose-soft);
}

.member-workspace-renewal .renewal-cast-list .photo img,
.member-workspace-renewal .matching-blog-card img,
.member-workspace-renewal .matching-review-card .cast_box img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center top;
}

.member-workspace-renewal .renewal-cast-list .price {
	position: absolute;
	right: 7px;
	bottom: 7px;
	left: 7px;
	padding: 5px 7px;
	border-radius: 8px;
	background: rgba(95,31,47,.78);
	color: #fff;
	text-align: center;
}

.member-workspace-renewal .renewal-cast-list .price p {
	margin: 0;
	color: inherit;
	font-size: 11px;
	font-weight: 900;
	line-height: 1.2;
}

.member-workspace-renewal .renewal-cast-list .data {
	grid-column: 2;
	grid-row: 1;
	min-width: 0;
	align-self: start;
	padding: 0 !important;
	border: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
}

.member-workspace-renewal .renewal-cast-list .cast_name,
.member-workspace-renewal .matching-blog-card .cast_name,
.member-workspace-renewal .matching-review-card .cast_name {
	margin: 0 0 8px;
	color: var(--navy);
	font-size: 16px;
	font-weight: 900;
	line-height: 1.22;
}

.member-workspace-renewal .renewal-cast-list .age,
.member-workspace-renewal .matching-blog-card .age,
.member-workspace-renewal .matching-review-card .age {
	margin-left: 4px;
	color: var(--muted);
	font-size: .82em;
}

.member-workspace-renewal .renewal-cast-list .tag {
	display: none;
	flex-wrap: wrap;
	gap: 5px;
	margin: 0;
	padding: 0;
}

.member-workspace-renewal .renewal-cast-list .tag li {
	list-style: none;
}

.member-workspace-renewal .renewal-cast-list .tag a {
	display: inline-flex;
	align-items: center;
	min-height: 24px;
	padding: 3px 8px;
	border: 1px solid rgba(143,36,59,.12);
	border-radius: 999px;
	background: var(--rose-soft);
	color: var(--navy);
	font-size: 11px;
	font-weight: 900;
	line-height: 1;
}

.member-workspace-renewal .renewal-cast-list .score,
.member-workspace-renewal .renewal-cast-list .star {
	grid-column: 2;
	grid-row: 2;
	color: #a06b12;
	font-size: 12px;
	font-weight: 900;
	line-height: 1.2;
	align-self: start;
	margin: 0;
}

.member-workspace-renewal .renewal-cast-list .num_wrap {
	grid-column: 2;
	grid-row: 3;
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	align-self: start;
	margin: 0;
}

.member-workspace-renewal .renewal-cast-list .favo_num,
.member-workspace-renewal .renewal-cast-list .comment_num,
.member-workspace-renewal .matching-blog-card .favo_num {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 30px;
	margin: 0;
	padding: 5px 10px;
	border-radius: 999px;
	background: var(--rose-soft);
	color: var(--wine);
	font-size: 12px;
	font-weight: 900;
}

.member-workspace-renewal .renewal-cast-list .favo_num::before,
.member-workspace-renewal .matching-blog-card .favo_num::before {
	content: "♥";
	margin-right: 5px;
	color: var(--rose);
}

.member-workspace-renewal .renewal-cast-list .comment_num::before {
	content: "口コミ";
	margin-right: 5px;
	color: var(--muted);
	font-size: 11px;
}

.member-workspace-renewal .matching-blog-card {
	grid-template-columns: 142px minmax(0, 1fr);
}

.member-workspace-renewal .matching-blog-card .blog-thumb {
	display: block;
	min-width: 0;
}

.member-workspace-renewal .matching-blog-card .blog-thumb .photo.video {
	position: relative;
}

.member-workspace-renewal .matching-blog-card .blog-thumb .photo.video::after {
	content: "▶";
	position: absolute;
	top: 50%;
	left: 50%;
	display: grid;
	place-items: center;
	width: 42px;
	height: 42px;
	border-radius: 999px;
	background: rgba(95,31,47,.78);
	color: #fff;
	font-size: 16px;
	transform: translate(-50%, -50%);
}

.member-workspace-renewal .matching-blog-card .blog-body {
	display: grid;
	gap: 8px;
	min-width: 0;
}

.member-workspace-renewal .matching-blog-card .cast-mini {
	display: grid;
	grid-template-columns: 42px minmax(0, 1fr);
	gap: 8px;
	align-items: center;
}

.member-workspace-renewal .matching-blog-card .cast-mini .photo {
	overflow: hidden;
	width: 42px;
	aspect-ratio: 1;
	border-radius: 999px;
	background: var(--rose-soft);
}

.member-workspace-renewal .matching-blog-card .title,
.member-workspace-renewal .matching-review-card .title {
	margin: 0 0 5px;
	color: var(--navy);
	font-size: 15px;
	font-weight: 900;
	line-height: 1.35;
}

.member-workspace-renewal .matching-blog-card .text,
.member-workspace-renewal .matching-review-card .text,
.member-workspace-renewal .matching-review-card .time {
	margin: 0;
	color: var(--muted);
	font-size: 12px;
	font-weight: 800;
	line-height: 1.58;
}

.member-workspace-renewal .matching-blog-card .time {
	margin-top: 7px;
	color: var(--muted);
	font-size: 11px;
	font-weight: 900;
}

.member-workspace-renewal .matching-card-foot {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 8px;
	margin-top: 2px;
}

.member-workspace-renewal .matching-card-foot .btn {
	min-height: 34px;
	padding: 7px 12px;
	border-radius: 8px;
	font-size: 12px;
}

.member-workspace-renewal .matching-review-card {
	grid-template-columns: 180px minmax(0, 1fr) auto;
	align-items: center;
}

.member-workspace-renewal .matching-review-card .cast_box {
	display: grid;
	grid-template-columns: 72px minmax(0, 1fr);
	gap: 10px;
	align-items: center;
	min-width: 0;
}

.member-workspace-renewal .matching-review-card .review-body {
	min-width: 0;
	padding-inline: 4px;
}

.member-workspace-renewal .matching-review-card .star {
	display: flex;
	align-items: baseline;
	flex-wrap: wrap;
	gap: 0 3px;
	margin: 10px 0 0;
	color: #cfd3d5;
	font-size: 12px;
	font-weight: 900;
	line-height: 1.45;
}

.member-workspace-renewal .matching-review-card .star b {
	color: var(--muted);
	font-size: 11px;
}

.member-workspace-renewal .matching-review-card .star b:first-child {
	flex: 0 0 48px;
	min-width: 0;
	width: auto;
	color: var(--blue);
}

.member-workspace-renewal .matching-review-card .star span {
	min-width: 0;
	color: #d09a16;
	line-height: inherit;
}

.member-workspace-renewal .matching-review-card .star .num {
	position: static;
	display: inline;
	width: auto;
	margin-left: 4px;
	color: var(--rose);
	font-weight: 900;
}

.member-workspace-renewal .matching-review-card .form {
	margin: 0;
}

.member-workspace-renewal .matching-review-card .button {
	margin: 0;
}

.member-workspace-renewal .matching-review-card .button input {
	min-width: 96px;
	min-height: 34px;
	padding: 7px 12px;
	border-radius: 8px;
	font-size: 12px;
}

@media (max-width: 820px) {
	.member-workspace-renewal .mypage-matching-page > .list {
		grid-template-columns: 1fr;
	}

	.member-workspace-renewal .matching-review-card {
		grid-template-columns: 1fr;
		align-items: stretch;
	}
}

@media (max-width: 640px) {
	.member-workspace-renewal .mypage-matching-page {
		gap: 12px;
	}

	.member-workspace-renewal .mypage-matching-page .sect_title {
		padding: 15px;
	}

	.member-workspace-renewal .mypage-matching-page .sect_title h3 {
		font-size: 20px;
	}

	.member-workspace-renewal .renewal-cast-list > .list .item > .wrap {
		grid-template-columns: 92px minmax(0, 1fr);
		gap: 10px;
		padding: 11px;
	}

	.member-workspace-renewal .renewal-cast-list .cast_name,
	.member-workspace-renewal .matching-blog-card .cast_name,
	.member-workspace-renewal .matching-review-card .cast_name {
		font-size: 14px;
	}

	.member-workspace-renewal .renewal-cast-list .tag {
		gap: 4px;
	}

	.member-workspace-renewal .renewal-cast-list .tag a {
		min-height: 22px;
		padding: 3px 7px;
		font-size: 10px;
	}

	.member-workspace-renewal .matching-blog-card {
		grid-template-columns: 96px minmax(0, 1fr);
		gap: 10px;
		padding: 11px;
	}

	.member-workspace-renewal .matching-blog-card .cast-mini {
		grid-template-columns: 34px minmax(0, 1fr);
	}

	.member-workspace-renewal .matching-blog-card .cast-mini .photo {
		width: 34px;
	}

	.member-workspace-renewal .matching-blog-card .title,
	.member-workspace-renewal .matching-review-card .title {
		font-size: 14px;
	}

	.member-workspace-renewal .matching-blog-card .text,
	.member-workspace-renewal .matching-review-card .text,
	.member-workspace-renewal .matching-review-card .time {
		font-size: 12px;
		line-height: 1.5;
	}

	.member-workspace-renewal .matching-card-foot {
		display: grid;
		grid-template-columns: auto 1fr;
	}

	.member-workspace-renewal .matching-card-foot .btn {
		width: 100%;
	}

	.member-workspace-renewal .matching-review-card {
		padding: 12px;
	}

	.member-workspace-renewal .matching-review-card .cast_box {
		grid-template-columns: 58px minmax(0, 1fr);
	}

	.member-workspace-renewal .matching-review-card .button input {
		width: 100%;
		min-width: 0;
	}
}

/* Forum writing/history and detailed profile settings. */
.member-workspace-renewal .mypage-forum-page,
.member-workspace-renewal .mypage-profile-detail {
	display: grid;
	gap: 16px;
	color: var(--ink);
}

.member-workspace-renewal .forum-page-head,
.member-workspace-renewal .mypage-profile-detail > .sect_title {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 14px;
	margin: 0;
	padding: 18px 20px;
	border: 1px solid rgba(143,36,59,.12);
	border-radius: 14px;
	background:
		radial-gradient(circle at 0% 0%, rgba(216,75,97,.12), rgba(216,75,97,0) 34%),
		linear-gradient(135deg, #fff, var(--rose-soft));
	box-shadow: var(--shadow-soft);
}

.member-workspace-renewal .forum-page-head h3,
.member-workspace-renewal .mypage-profile-detail > .sect_title h3 {
	position: relative;
	margin: 0;
	padding-left: 18px;
	color: var(--navy);
	font-size: clamp(22px, 3vw, 30px);
	font-weight: 900;
	line-height: 1.25;
}

.member-workspace-renewal .forum-page-head h3::before,
.member-workspace-renewal .mypage-profile-detail > .sect_title h3::before {
	content: "";
	position: absolute;
	top: .5em;
	left: 0;
	width: 9px;
	height: 9px;
	border-radius: 999px;
	background: linear-gradient(135deg, var(--rose), var(--gold));
	box-shadow: 0 0 0 7px rgba(216,75,97,.09);
}

.member-workspace-renewal .forum-page-head h3 .images {
	display: none;
}

.member-workspace-renewal .forum-page-head > a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 34px;
	padding: 7px 13px;
	border: 1px solid rgba(143,36,59,.16);
	border-radius: 999px;
	background: #fff;
	color: var(--wine);
	font-size: 12px;
	font-weight: 900;
	line-height: 1.2;
	text-decoration: none;
}

.member-workspace-renewal .forum-form-card,
.member-workspace-renewal .profile-form-card {
	max-width: 900px;
	margin: 0 auto;
	padding: 22px;
	border: 1px solid rgba(143,36,59,.12);
	border-radius: 14px;
	background: rgba(255,255,255,.98);
	box-shadow: var(--shadow-soft);
}

.member-workspace-renewal .forum-form-card .form,
.member-workspace-renewal .profile-form-card .form {
	display: grid;
	gap: 12px;
}

.member-workspace-renewal .forum-form-card fieldset,
.member-workspace-renewal .profile-form-card fieldset {
	margin: 0;
	padding: 13px;
	border: 1px solid rgba(143,36,59,.13);
	border-radius: 12px;
	background: #fff;
}

.member-workspace-renewal .forum-form-card fieldset > .title,
.member-workspace-renewal .profile-form-card fieldset > .title,
.member-workspace-renewal .profile-form-card .img_data > .title {
	margin: 0 0 7px;
	color: var(--navy);
	font-size: 13px;
	font-weight: 900;
	line-height: 1.35;
}

.member-workspace-renewal .forum-form-card input[type="text"],
.member-workspace-renewal .forum-form-card textarea,
.member-workspace-renewal .profile-form-card input[type="text"],
.member-workspace-renewal .profile-form-card input[type="file"],
.member-workspace-renewal .profile-form-card select,
.member-workspace-renewal .profile-form-card textarea {
	width: 100%;
	min-height: 40px;
	padding: 9px 11px;
	border: 1px solid rgba(143,36,59,.18);
	border-radius: 10px;
	background: #fff;
	color: var(--ink);
	font-size: 13px;
	line-height: 1.45;
}

.member-workspace-renewal .forum-form-card textarea,
.member-workspace-renewal .profile-form-card textarea {
	min-height: 112px;
	resize: vertical;
}

.member-workspace-renewal .forum-form-card .red,
.member-workspace-renewal .profile-form-card .red {
	color: var(--rose);
	font-size: 12px;
	font-weight: 900;
	line-height: 1.55;
}

.member-workspace-renewal .forum-form-card .error-message,
.member-workspace-renewal .profile-form-card .error-message,
.member-workspace-renewal .forum-form-card :is(.input, .textarea, .select) .error-message,
.member-workspace-renewal .profile-form-card :is(.input, .textarea, .select) .error-message {
	margin-top: 6px;
	color: var(--rose);
	font-size: 12px;
	font-weight: 900;
	line-height: 1.5;
}

.member-workspace-renewal .forum-form-card .button,
.member-workspace-renewal .profile-form-card .button {
	margin: 4px 0 0;
	text-align: center;
}

.member-workspace-renewal .forum-form-card .button input,
.member-workspace-renewal .profile-form-card .button input {
	min-width: 180px;
	min-height: 40px;
	padding: 9px 18px;
	border: 0;
	border-radius: 999px;
	background: linear-gradient(135deg, var(--rose), var(--plum));
	color: #fff;
	font-size: 13px;
	font-weight: 900;
	box-shadow: 0 12px 26px rgba(143,36,59,.18);
	cursor: pointer;
}

.member-workspace-renewal .mypage-forum-history > .list {
	display: grid;
	gap: 12px;
	margin: 0;
	padding: 0;
	border: 0;
	background: transparent;
	box-shadow: none;
}

.member-workspace-renewal .mypage-forum-history > .list > li {
	list-style: none;
}

.member-workspace-renewal .forum-history-card {
	padding: 16px;
	border: 1px solid rgba(143,36,59,.12);
	border-radius: 14px;
	background: rgba(255,255,255,.98);
	box-shadow: 0 12px 28px rgba(95,31,47,.07);
}

.member-workspace-renewal .forum-card-head {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 12px;
	margin-bottom: 8px;
}

.member-workspace-renewal .forum-history-card .title {
	margin: 0;
	color: var(--navy);
	font-size: 16px;
	font-weight: 900;
	line-height: 1.35;
}

.member-workspace-renewal .forum-history-card .text {
	margin: 0;
	color: var(--ink);
	font-size: 13px;
	font-weight: 700;
	line-height: 1.65;
}

.member-workspace-renewal .forum-history-card .time {
	margin: 0;
	color: var(--muted);
	font-size: 11px;
	font-weight: 900;
	white-space: nowrap;
}

.member-workspace-renewal .forum-card-meta,
.member-workspace-renewal .forum-card-actions {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 8px;
	margin-top: 12px;
}

.member-workspace-renewal .forum-card-meta p {
	display: inline-flex;
	align-items: center;
	min-height: 28px;
	margin: 0;
	padding: 5px 10px;
	border-radius: 999px;
	background: var(--rose-soft);
	color: var(--wine);
	font-size: 12px;
	font-weight: 900;
	line-height: 1.1;
}

.member-workspace-renewal .forum-card-meta .status {
	background: #eef7f4;
	color: var(--teal);
}

.member-workspace-renewal .forum-card-meta .status.is-finished {
	background: #f3f0ef;
	color: var(--muted);
}

.member-workspace-renewal .forum-card-actions .btn {
	min-height: 34px;
	padding: 7px 12px;
	border-radius: 8px;
	font-size: 12px;
	box-shadow: none;
	cursor: pointer;
}

.member-workspace-renewal .forum-card-actions .btn-gold {
	border-color: rgba(201,154,61,.28);
	background: linear-gradient(135deg, #d2a247, #b4842e);
	color: #fff;
}

.member-workspace-renewal .forum-card-actions .btn-muted {
	border: 1px solid rgba(113,92,101,.18);
	background: #f4eff1;
	color: var(--muted);
}

.member-workspace-renewal .profile-photo-field {
	display: grid;
	grid-template-columns: 92px minmax(0, 1fr);
	gap: 14px;
	align-items: center;
}

.member-workspace-renewal .profile-photo-field .photo {
	overflow: hidden;
	width: 92px;
	aspect-ratio: 1;
	border-radius: 16px;
	background: var(--rose-soft);
}

.member-workspace-renewal .profile-photo-field .photo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center top;
}

.member-workspace-renewal .profile-photo-field #photo_delete {
	width: auto;
	min-height: 34px;
	margin-top: 8px;
	padding: 7px 12px;
	border: 1px solid rgba(143,36,59,.18);
	border-radius: 999px;
	background: #fff;
	color: var(--wine);
	font-size: 12px;
	font-weight: 900;
}

.member-workspace-renewal .profile-form-card .height_wrap,
.member-workspace-renewal .profile-form-card .income_wrap {
	display: flex;
	align-items: center;
	gap: 8px;
}

.member-workspace-renewal .profile-form-card .height_wrap .text {
	flex: 0 0 auto;
	color: var(--muted);
	font-size: 12px;
	font-weight: 900;
}

.member-workspace-renewal .profile-form-card .form_ac > .title {
	cursor: pointer;
}

.member-workspace-renewal .profile-form-card .ac_box {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 8px;
}

.member-workspace-renewal .profile-form-card .ac_box label {
	display: flex;
	align-items: center;
	gap: 7px;
	min-height: 34px;
	margin: 0;
	padding: 7px 9px;
	border: 1px solid rgba(143,36,59,.12);
	border-radius: 999px;
	background: var(--rose-soft);
	color: var(--navy);
	font-size: 12px;
	font-weight: 900;
	line-height: 1.25;
}

.member-workspace-renewal .profile-form-card input[type="checkbox"] {
	flex: 0 0 auto;
	width: 16px;
	height: 16px;
	margin: 0;
	accent-color: var(--rose);
}

.member-workspace-renewal .profile-form-card input[type="checkbox"] + span {
	padding-left: 0;
}

.member-workspace-renewal .profile-form-card div.error {
	width: 100%;
	margin-top: 6px;
	color: var(--rose);
	font-size: 12px;
	font-weight: 900;
}

.member-workspace-renewal .profile-form-card .alert_box {
	margin-top: 10px;
	padding: 10px;
	border-radius: 10px;
	background: var(--gold-soft);
}

.member-workspace-renewal .profile-form-card .alert_box .text {
	margin: 0;
}

.member-workspace-renewal .profile-form-card .button_box {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 10px;
	margin-top: 4px;
}

.member-workspace-renewal .profile-form-card .button_box .button {
	margin: 0;
}

.member-workspace-renewal .profile-form-card .button_box input {
	width: 100%;
	min-width: 0;
}

@media (max-width: 700px) {
	.member-workspace-renewal .mypage-forum-page,
	.member-workspace-renewal .mypage-profile-detail {
		gap: 12px;
	}

	.member-workspace-renewal .forum-page-head,
	.member-workspace-renewal .mypage-profile-detail > .sect_title {
		display: grid;
		gap: 10px;
		padding: 15px;
	}

	.member-workspace-renewal .forum-page-head h3,
	.member-workspace-renewal .mypage-profile-detail > .sect_title h3 {
		font-size: 20px;
	}

	.member-workspace-renewal .forum-page-head > a {
		width: max-content;
	}

	.member-workspace-renewal .forum-form-card,
	.member-workspace-renewal .profile-form-card {
		padding: 11px;
	}

	.member-workspace-renewal .forum-form-card fieldset,
	.member-workspace-renewal .profile-form-card fieldset {
		padding: 9px;
	}

	.member-workspace-renewal .forum-form-card fieldset > .title,
	.member-workspace-renewal .profile-form-card fieldset > .title,
	.member-workspace-renewal .profile-form-card .img_data > .title,
	.member-workspace-renewal .forum-form-card input[type="text"],
	.member-workspace-renewal .forum-form-card textarea,
	.member-workspace-renewal .profile-form-card input[type="text"],
	.member-workspace-renewal .profile-form-card input[type="file"],
	.member-workspace-renewal .profile-form-card select,
	.member-workspace-renewal .profile-form-card textarea {
		font-size: 12px;
	}

	.member-workspace-renewal .forum-form-card input[type="text"],
	.member-workspace-renewal .forum-form-card textarea,
	.member-workspace-renewal .profile-form-card input[type="text"],
	.member-workspace-renewal .profile-form-card input[type="file"],
	.member-workspace-renewal .profile-form-card select,
	.member-workspace-renewal .profile-form-card textarea {
		min-height: 36px;
		padding: 8px 10px;
	}

	.member-workspace-renewal .forum-form-card textarea,
	.member-workspace-renewal .profile-form-card textarea {
		min-height: 88px;
	}

	.member-workspace-renewal .forum-card-head {
		display: grid;
		gap: 5px;
	}

	.member-workspace-renewal .forum-history-card {
		padding: 12px;
	}

	.member-workspace-renewal .forum-history-card .title {
		font-size: 14px;
	}

	.member-workspace-renewal .forum-history-card .text {
		font-size: 12px;
	}

	.member-workspace-renewal .forum-card-actions {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.member-workspace-renewal .forum-card-actions .btn {
		width: 100%;
	}

	.member-workspace-renewal .profile-photo-field {
		grid-template-columns: 64px minmax(0, 1fr);
		gap: 10px;
	}

	.member-workspace-renewal .profile-photo-field .photo {
		width: 64px;
		border-radius: 12px;
	}

	.member-workspace-renewal .profile-form-card .ac_box,
	.member-workspace-renewal .profile-form-card .button_box {
		grid-template-columns: 1fr;
	}

	.member-workspace-renewal .profile-form-card .ac_box label {
		min-height: 32px;
		font-size: 12px;
	}

	.member-workspace-renewal .forum-form-card .button input,
	.member-workspace-renewal .profile-form-card .button input {
		width: 100%;
		min-width: 0;
		min-height: 36px;
		font-size: 12px;
	}
}

/* Settings, points, coupons and support/news pages. */
.member-workspace-renewal .mypage-basic-setting .profile-form-card,
.member-workspace-renewal .mypage-tel-setting .profile-form-card {
	max-width: 900px;
}

.member-workspace-renewal .profile-form-card .check_password {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	min-height: 34px;
	margin-top: 8px;
	padding: 7px 10px;
	border: 1px solid rgba(143,36,59,.12);
	border-radius: 999px;
	background: var(--rose-soft);
	color: var(--navy);
	font-size: 12px;
	font-weight: 900;
	line-height: 1.25;
}

.member-workspace-renewal .profile-form-card .check_password input[type="checkbox"] {
	width: 16px;
	height: 16px;
	margin: 0;
	accent-color: var(--rose);
}

.member-workspace-renewal .profile-form-card .check_password span {
	padding-left: 0;
}

.member-workspace-renewal .profile-form-card .password-change-field.is-disabled .title,
.member-workspace-renewal .profile-form-card .password-change-field.is-disabled .red,
.member-workspace-renewal .profile-form-card .password-change-field.is-disabled p {
	color: #9b9498;
}

.member-workspace-renewal .profile-form-card .password-change-field.is-disabled input[type="password"],
.member-workspace-renewal .profile-form-card input[type="password"]:disabled {
	border-color: rgba(113,92,101,.12);
	background: #f2f0f1;
	color: #9b9498;
	cursor: not-allowed;
	-webkit-text-fill-color: #9b9498;
}

.member-workspace-renewal .profile-form-card .password-change-field.is-disabled input[type="password"]::placeholder {
	color: #b6adb2;
}

.member-workspace-renewal .profile-form-card fieldset p {
	margin: 6px 0 0;
	color: var(--muted);
	font-size: 12px;
	font-weight: 800;
	line-height: 1.55;
}

.member-workspace-renewal .profile-form-card .current-value {
	display: inline-flex;
	align-items: center;
	min-height: 36px;
	margin: 0;
	padding: 7px 12px;
	border-radius: 999px;
	background: var(--rose-soft);
	color: var(--navy);
	font-size: 13px;
	font-weight: 900;
}

.member-workspace-renewal .tel-auth-card #tel_auth {
	display: grid;
	gap: 14px;
}

.member-workspace-renewal .tel-auth-card #tel_auth > .title {
	margin: 0;
	color: var(--navy);
	font-size: 18px;
	font-weight: 900;
	line-height: 1.35;
}

.member-workspace-renewal .tel-auth-card .send_text,
.member-workspace-renewal .tel-auth-card .attend_text {
	margin: 0;
	padding: 14px;
	border: 1px solid rgba(143,36,59,.12);
	border-radius: 12px;
	background: #fff;
}

.member-workspace-renewal .tel-auth-card .send_text p,
.member-workspace-renewal .tel-auth-card .attend_text li {
	margin: 0 0 8px;
	color: var(--muted);
	font-size: 13px;
	font-weight: 800;
	line-height: 1.6;
}

.member-workspace-renewal .tel-auth-card .phone_number a {
	display: inline-flex;
	align-items: center;
	min-height: 42px;
	margin: 8px 0;
	padding: 8px 16px;
	border-radius: 999px;
	background: linear-gradient(135deg, var(--rose), var(--plum));
	color: #fff;
	font-size: 18px;
	font-weight: 900;
}

.member-workspace-renewal .tel-auth-card .attend_text .title {
	margin: 0 0 8px;
	color: var(--wine);
	font-size: 14px;
	font-weight: 900;
}

.member-workspace-renewal .tel-auth-card .attend_text ul {
	margin: 0;
	padding-left: 0;
	list-style: none;
}

.member-workspace-renewal .tel-auth-card #regist_send .button a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 40px;
	padding: 9px 18px;
	border-radius: 999px;
	background: linear-gradient(135deg, var(--rose), var(--plum));
	color: #fff;
	font-size: 13px;
	font-weight: 900;
}

.member-workspace-renewal .profile-form-card .radio_box {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 8px;
	margin-top: 8px;
}

.member-workspace-renewal .profile-form-card .radio_box label {
	display: flex;
	align-items: center;
	gap: 7px;
	min-height: 34px;
	margin: 0;
	padding: 7px 9px;
	border: 1px solid rgba(143,36,59,.12);
	border-radius: 10px;
	background: #fff;
	color: var(--navy);
	font-size: 12px;
	font-weight: 900;
	line-height: 1.25;
}

.member-workspace-renewal .profile-form-card .radio_box input[type="radio"] {
	width: 16px;
	height: 16px;
	margin: 0;
	accent-color: var(--rose);
}

.member-workspace-renewal .renewal-point-page,
.member-workspace-renewal .renewal-news-list {
	display: grid;
	gap: 16px;
	color: var(--ink);
}

.member-workspace-renewal .renewal-point-page > .sect_title,
.member-workspace-renewal .renewal-news-list > .sect_title {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 14px;
	margin: 0;
	padding: 18px 20px;
	border: 1px solid rgba(143,36,59,.12);
	border-radius: 14px;
	background:
		radial-gradient(circle at 0% 0%, rgba(216,75,97,.12), rgba(216,75,97,0) 34%),
		linear-gradient(135deg, #fff, var(--rose-soft));
	box-shadow: var(--shadow-soft);
}

.member-workspace-renewal .renewal-point-page > .sect_title h3,
.member-workspace-renewal .renewal-news-list > .sect_title h3 {
	position: relative;
	margin: 0;
	padding-left: 18px;
	color: var(--navy);
	font-size: clamp(22px, 3vw, 30px);
	font-weight: 900;
	line-height: 1.25;
}

.member-workspace-renewal .renewal-point-page > .sect_title h3::before,
.member-workspace-renewal .renewal-news-list > .sect_title h3::before {
	content: "";
	position: absolute;
	top: .5em;
	left: 0;
	width: 9px;
	height: 9px;
	border-radius: 999px;
	background: linear-gradient(135deg, var(--rose), var(--gold));
	box-shadow: 0 0 0 7px rgba(216,75,97,.09);
}

.member-workspace-renewal .renewal-news-list .images,
.member-workspace-renewal .renewal-news-list .images_after {
	display: none;
}

.member-workspace-renewal .renewal-point-page > .box,
.member-workspace-renewal .renewal-news-list > .list {
	margin: 0;
	padding: 18px;
	border: 1px solid rgba(143,36,59,.12);
	border-radius: 14px;
	background: rgba(255,255,255,.98);
	box-shadow: var(--shadow-soft);
}

.member-workspace-renewal .renewal-point-tabs {
	margin-bottom: 14px !important;
}

.member-workspace-renewal .renewal-point-balance {
	margin-bottom: 16px;
}

.member-workspace-renewal .renewal-point-balance > div {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	align-items: center;
	gap: 12px;
}

.member-workspace-renewal .renewal-point-balance .points {
	justify-self: end;
	text-align: right;
	white-space: nowrap;
}

.member-workspace-renewal .renewal-point-page .method_title,
.member-workspace-renewal .renewal-point-page .sub_title,
.member-workspace-renewal .renewal-point-page .method_box .title,
.member-workspace-renewal .renewal-point-page .alert_box .title {
	margin: 0 0 10px;
	color: var(--navy);
	font-size: 16px;
	font-weight: 900;
	line-height: 1.35;
}

.member-workspace-renewal .renewal-point-page .head_text,
.member-workspace-renewal .renewal-point-page .text,
.member-workspace-renewal .renewal-point-page .method_text {
	margin: 0 0 10px;
	color: var(--muted);
	font-size: 13px;
	font-weight: 800;
	line-height: 1.6;
}

.member-workspace-renewal .renewal-point-page .method_list {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px;
	margin: 0;
	padding: 0;
}

.member-workspace-renewal .renewal-point-page .method_list li {
	list-style: none;
}

.member-workspace-renewal .renewal-point-page .method_list a {
	position: relative;
	display: grid;
	gap: 8px;
	min-height: 116px;
	padding: 18px 16px 16px;
	border: 1px solid rgba(143,36,59,.12);
	border-radius: 14px;
	background: linear-gradient(135deg, #fff, var(--rose-soft));
	box-shadow: 0 12px 28px rgba(95,31,47,.07);
}

.member-workspace-renewal .renewal-point-page .method_list .wrap {
	margin: 0;
}

.member-workspace-renewal .renewal-point-page .method_list .title {
	margin: 0;
	color: var(--navy);
	font-size: 16px;
	font-weight: 900;
}

.member-workspace-renewal .renewal-point-page .method_list .text {
	margin: 0;
	color: var(--muted);
	font-size: 12px;
}

.member-workspace-renewal .renewal-point-charge-select .method_list a {
	align-content: start;
	min-height: 74px;
	padding-block: 12px;
}

.member-workspace-renewal .renewal-point-charge-select .method_list .credit a {
	padding-right: 108px;
	border-color: rgba(201,154,61,.38);
	background:
		linear-gradient(135deg, rgba(255,248,229,.96), rgba(255,255,255,.98) 48%, var(--rose-soft));
}

.member-workspace-renewal .renewal-point-charge-select .pickup_text {
	position: absolute;
	top: 12px;
	right: 12px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 26px;
	margin: 0;
	padding: 5px 10px;
	border-radius: 999px;
	background: linear-gradient(135deg, #d2a247, #b4842e);
	color: #fff;
	font-size: 11px;
	font-weight: 900;
	line-height: 1;
	letter-spacing: .02em;
	box-shadow: 0 8px 18px rgba(180,132,46,.18);
}

.member-workspace-renewal .renewal-point-charge-select .pickup_text::before {
	content: "オススメ";
}

.member-workspace-renewal .renewal-point-charge-select .pickup_text img {
	display: none;
}

.member-workspace-renewal .renewal-point-page .image_box {
	overflow: hidden;
	margin-bottom: 14px;
	border-radius: 14px;
}

.member-workspace-renewal .renewal-point-page .image_box img {
	width: 100%;
	height: auto;
}

.member-workspace-renewal .renewal-point-charge-select .point_type {
	display: block;
	list-style: none;
	cursor: pointer;
}

.member-workspace-renewal .renewal-point-charge-select .point_type > .image_box {
	margin-bottom: 0;
}

.member-workspace-renewal .renewal-point-charge-select .pc_img {
	display: block;
}

.member-workspace-renewal .renewal-point-charge-select .sp_img {
	display: none;
}

.member-workspace-renewal .renewal-point-page .credit_list {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 10px;
	margin: 0 0 16px;
	padding: 0;
}

.member-workspace-renewal .renewal-point-page .credit_list li {
	list-style: none;
}

.member-workspace-renewal .renewal-point-page .credit_list a {
	position: relative;
	display: grid;
	gap: 6px;
	min-height: 92px;
	padding: 14px;
	border: 1px solid rgba(143,36,59,.12);
	border-radius: 12px;
	background: #fff;
	box-shadow: 0 10px 24px rgba(95,31,47,.06);
}

.member-workspace-renewal .renewal-point-page .credit_list .point,
.member-workspace-renewal .renewal-point-page .credit_list .pay {
	margin: 0;
	color: var(--navy);
	font-size: 18px;
	font-weight: 900;
	line-height: 1.25;
}

.member-workspace-renewal .renewal-point-page .credit_list .pay {
	color: var(--wine);
	font-size: 14px;
}

.member-workspace-renewal .renewal-point-page .credit_list .pickup {
	margin: 0;
	color: var(--gold);
	font-size: 12px;
	font-weight: 900;
}

.member-workspace-renewal .renewal-point-page .gv_box,
.member-workspace-renewal .renewal-point-page .column,
.member-workspace-renewal .renewal-point-page .alert_box > .box {
	padding: 16px;
	border: 1px solid rgba(143,36,59,.12);
	border-radius: 14px;
	background: #fff;
	box-shadow: 0 10px 24px rgba(95,31,47,.06);
}

.member-workspace-renewal .renewal-point-page .gv_form fieldset {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr);
	gap: 10px;
	align-items: center;
	margin: 0;
	padding: 0;
	border: 0;
}

.member-workspace-renewal .renewal-point-page .button input,
.member-workspace-renewal .renewal-point-page .button a {
	min-height: 40px;
	min-width: 180px;
	padding: 9px 18px;
	border: 0;
	border-radius: 999px;
	background: linear-gradient(135deg, var(--rose), var(--plum));
	color: #fff !important;
	font-size: 13px !important;
	font-weight: 900;
	box-shadow: 0 12px 26px rgba(143,36,59,.18);
}

.member-workspace-renewal .renewal-point-page #history_list {
	display: grid;
	gap: 10px;
	margin: 0;
	padding: 0;
}

.member-workspace-renewal .renewal-point-page #history_list li {
	list-style: none;
}

.member-workspace-renewal .renewal-point-page #history_list .tabs {
	margin: 0;
	border: 1px solid rgba(143,36,59,.12);
	background: #fff;
}

.member-workspace-renewal .renewal-news-list > .list {
	display: grid;
	gap: 10px;
	padding: 0;
	border: 0;
	background: transparent;
	box-shadow: none;
}

.member-workspace-renewal .renewal-news-list > .list > li {
	list-style: none;
}

.member-workspace-renewal .renewal-news-list article {
	padding: 16px;
	border: 1px solid rgba(143,36,59,.12);
	border-radius: 14px;
	background: rgba(255,255,255,.98);
	box-shadow: 0 12px 28px rgba(95,31,47,.07);
}

.member-workspace-renewal .renewal-news-list .news-accordion {
	display: grid;
	gap: 0;
}

.member-workspace-renewal .renewal-news-list .news-accordion summary {
	position: relative;
	display: grid;
	align-items: center;
	min-height: 34px;
	padding-right: 34px;
	cursor: pointer;
	list-style: none;
}

.member-workspace-renewal .renewal-news-list .news-accordion summary::-webkit-details-marker {
	display: none;
}

.member-workspace-renewal .renewal-news-list .news-accordion summary::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
	width: 22px;
	height: 22px;
	border-radius: 999px;
	background:
		linear-gradient(135deg, rgba(143,36,59,.1), rgba(201,154,61,.12));
	transform: translateY(-50%);
}

.member-workspace-renewal .renewal-news-list .news-accordion summary::before {
	content: "";
	position: absolute;
	top: 50%;
	right: 8px;
	width: 6px;
	height: 6px;
	border-right: 2px solid var(--wine);
	border-bottom: 2px solid var(--wine);
	transform: translateY(-64%) rotate(45deg);
	z-index: 1;
}

.member-workspace-renewal .renewal-news-list .news-accordion[open] summary::before {
	transform: translateY(-36%) rotate(225deg);
}

.member-workspace-renewal .renewal-news-list .title {
	margin: 0;
	color: var(--navy);
	font-size: 15px;
	font-weight: 900;
	line-height: 1.35;
}

.member-workspace-renewal .renewal-news-list .text {
	margin-top: 12px;
	padding-top: 12px;
	border-top: 1px solid rgba(143,36,59,.1);
	color: var(--ink);
	font-size: 13px;
	font-weight: 700;
	line-height: 1.65;
}

@media (max-width: 700px) {
	.member-workspace-renewal .profile-form-card .radio_box,
	.member-workspace-renewal .renewal-point-page .method_list,
	.member-workspace-renewal .renewal-point-page .credit_list,
	.member-workspace-renewal .renewal-point-page .gv_form fieldset {
		grid-template-columns: 1fr;
	}

	.member-workspace-renewal .profile-form-card .radio_box label,
	.member-workspace-renewal .profile-form-card .check_password,
	.member-workspace-renewal .profile-form-card fieldset p,
	.member-workspace-renewal .renewal-point-page .head_text,
	.member-workspace-renewal .renewal-point-page .text,
	.member-workspace-renewal .renewal-news-list .text {
		font-size: 12px;
	}

	.member-workspace-renewal .renewal-point-page > .sect_title,
	.member-workspace-renewal .renewal-news-list > .sect_title {
		padding: 15px;
	}

	.member-workspace-renewal .renewal-point-page > .sect_title h3,
	.member-workspace-renewal .renewal-news-list > .sect_title h3 {
		font-size: 20px;
	}

	.member-workspace-renewal .renewal-point-page > .box {
		padding: 11px;
	}

	.member-workspace-renewal .renewal-point-page .method_list a,
	.member-workspace-renewal .renewal-point-page .credit_list a,
	.member-workspace-renewal .renewal-point-page .gv_box,
	.member-workspace-renewal .renewal-point-page .column,
	.member-workspace-renewal .renewal-point-page .alert_box > .box,
	.member-workspace-renewal .renewal-news-list article {
		padding: 12px;
	}

	.member-workspace-renewal .renewal-news-list .title {
		font-size: 14px;
	}

	.member-workspace-renewal .renewal-point-charge-select .method_list a {
		min-height: 78px;
		padding-block: 12px;
	}

	.member-workspace-renewal .renewal-point-charge-select .method_list .credit a {
		padding-right: 12px;
	}

	.member-workspace-renewal .renewal-point-charge-select .pickup_text {
		position: static;
		justify-self: start;
		min-height: 24px;
		padding: 5px 9px;
		font-size: 10px;
	}

	.member-workspace-renewal .renewal-point-charge-select .pc_img {
		display: none;
	}

	.member-workspace-renewal .renewal-point-charge-select .sp_img {
		display: block;
	}

	.member-workspace-renewal .renewal-point-page .button input,
	.member-workspace-renewal .renewal-point-page .button a {
		width: 100%;
		min-width: 0;
		min-height: 36px;
		font-size: 12px !important;
	}
}

/* Unified mypage section heading. Keep this after page-specific heading rules. */
body.member-workspace-renewal #main_contents .sect_title,
body.member-workspace-renewal #main_contents .forum-page-head,
body.member-workspace-renewal #main_contents .renewal-point-page > .sect_title,
body.member-workspace-renewal #main_contents .renewal-news-list > .sect_title,
body.member-workspace-renewal #main_contents .mypage-profile-detail > .sect_title {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	align-items: center;
	gap: 4px 16px;
	margin: 0 0 16px;
	padding: 20px;
	border: 1px solid rgba(143,36,59,.14);
	border-radius: 20px;
	background:
		radial-gradient(circle at 100% 0%, rgba(201,154,61,.12), rgba(201,154,61,0) 36%),
		linear-gradient(135deg, #fff, #fff6f8);
	box-shadow: 0 14px 36px rgba(92,31,47,.08);
}

body.member-workspace-renewal #main_contents .sect_title .renewal-message-kicker {
	grid-column: 1;
	margin: 0;
	color: var(--gold, #c99a3d);
	font-size: 10px;
	font-weight: 900;
	line-height: 1.2;
	letter-spacing: .08em;
	text-transform: uppercase;
}

body.member-workspace-renewal #main_contents .sect_title h3,
body.member-workspace-renewal #main_contents .forum-page-head h3,
body.member-workspace-renewal #main_contents .renewal-point-page > .sect_title h3,
body.member-workspace-renewal #main_contents .renewal-news-list > .sect_title h3,
body.member-workspace-renewal #main_contents .mypage-profile-detail > .sect_title h3 {
	grid-column: 1;
	margin: 0;
	padding-left: 0;
	color: var(--wine, #8f243b);
	font-size: 17px;
	font-weight: 900;
	line-height: 1.25;
	letter-spacing: 0;
}

body.member-workspace-renewal #main_contents .sect_title h3::before,
body.member-workspace-renewal #main_contents .forum-page-head h3::before,
body.member-workspace-renewal #main_contents .renewal-point-page > .sect_title h3::before,
body.member-workspace-renewal #main_contents .renewal-news-list > .sect_title h3::before,
body.member-workspace-renewal #main_contents .mypage-profile-detail > .sect_title h3::before {
	display: none;
	content: none;
}

body.member-workspace-renewal #main_contents .sect_title > a,
body.member-workspace-renewal #main_contents .sect_title > .change_btn_row,
body.member-workspace-renewal #main_contents .sect_title > .button {
	grid-column: 2;
	grid-row: 1 / span 2;
}

@media (max-width: 700px) {
	body.member-workspace-renewal #main_contents .sect_title,
	body.member-workspace-renewal #main_contents .forum-page-head,
	body.member-workspace-renewal #main_contents .renewal-point-page > .sect_title,
	body.member-workspace-renewal #main_contents .renewal-news-list > .sect_title,
	body.member-workspace-renewal #main_contents .mypage-profile-detail > .sect_title {
		grid-template-columns: 1fr;
		gap: 3px;
		margin-bottom: 12px;
		padding: 15px;
		border-radius: 16px;
	}

	body.member-workspace-renewal #main_contents .sect_title .renewal-message-kicker {
		font-size: 10px;
	}

	body.member-workspace-renewal #main_contents .sect_title h3,
	body.member-workspace-renewal #main_contents .forum-page-head h3,
	body.member-workspace-renewal #main_contents .renewal-point-page > .sect_title h3,
	body.member-workspace-renewal #main_contents .renewal-news-list > .sect_title h3,
	body.member-workspace-renewal #main_contents .mypage-profile-detail > .sect_title h3 {
		font-size: 17px;
	}

	body.member-workspace-renewal #main_contents .sect_title > a,
	body.member-workspace-renewal #main_contents .sect_title > .change_btn_row,
	body.member-workspace-renewal #main_contents .sect_title > .button {
		grid-column: 1;
		grid-row: auto;
		width: max-content;
		max-width: 100%;
		margin-top: 8px;
	}
}

body.member-workspace-renewal #main_contents .counseling .sect_title {
	display: none;
}
