::-moz-selection {
	background: var(--color-primary);
	color: #fff;
}

/* ■■■■■■■■■■■■■■■■■ 비주얼영역 ■■■■■■■■■■■■■■■■■ */
body.bc.detail header,
body.bs.detail header {
	position: fixed;
	left: 50%;

	transform: translateX(-50%);
	background: none;
}

body.bc.detail header .container {
	/* padding-inline: 1.6rem; */
	padding-top: 1.6rem;
}

body.bc.detail header .container p {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	max-width: 20.9rem;
	padding-inline: 2rem;
	font-weight: 700;
	font-size: 1.9rem;
}

body.bc.detail header .header_button_group {
	/* display: flex;
	gap: 0.6rem;
	box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.2); */
}

body.bc.detail .btn_header_search,
body.bs.detail .btn_header_search {
	/* display: flex; */
	width: 4.5rem;
	height: 4.5rem;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #fff;
	padding: 0.5rem;
	border-radius: 3rem;
	box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.2);
}

body.bc.detail header .btn_header_search,
body.bc.detail header .header_button_group .btn_header_back,
body.bc.detail header .header_button_group .btn_header_home {
	/* background: #fff;
	padding: 0.5rem;
	border-radius: 3rem;
	width: 4.5rem;
	height: 4.5rem;
	display: flex;
	align-items: center;
	justify-content: center; */
}

/* body.bc.detail header .btn_header_search,
body.bc.detail header .header_button_group .btn_header_back,
body.bc.detail header .header_button_group .btn_header_home {
	box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.2);
} */

header .btn_header_search img,
header .header_button_group .btn_header_back img,
header .header_button_group .btn_header_home img {
	width: 2.4rem;
	height: 2.4rem;
}

/* ■■■■■■■■■■■■■■■■■ 최신 & 추천 콘텐츠 ■■■■■■■■■■■■■■■■■ */
body.bc.detail section.related,
body.bc.detail section.recommend {
	margin-top: var(--lc-gap-l);
}

body.bc.detail section.recommend .list_horizontal {
	gap: var(--lc-gap-hz-half);
}

body.bc.detail section.recommend .list_horizontal img {
	aspect-ratio: 1/1;
}

body.bc.detail .gnb_container {
	display: none;
}

body.bc.detail .search_form_container {
	top: 0;
	padding: 3rem 1.6rem;
	transform: translate(-50%, 0);
}

body.bc.detail .post_content_container {
	display: flow-root;
}

/* 또는 clearfix */

body.bc.detail .detail_content_container {
	padding-inline: var(--pd-in);
}

body.bc.detail .detail_content_container .thumbnail_container.is-active {
	opacity: 1;
}

body.bc.detail .detail_content_container .thumbnail_container {
	opacity: 0;
	position: relative;
	aspect-ratio: 6.5/9;
	border-radius: 0;
	background-size: cover;
	background-position: center;
	margin-left: -1.6rem;
	margin-right: -1.6rem;
}

body.bc.detail .related_contents_container,
body.bc.detail .bb_recommend_container,
body.bc.detail .hb_recommend_container,
body.bc.detail .sb_recommend_container {
	padding-inline: var(--pd-in);
}

body.bc.detail .related_contents_container .list_horizontal,
body.bc.detail .bb_recommend_container .list_horizontal,
body.bc.detail .hb_recommend_container .list_horizontal,
body.bc.detail .sb_recommend_container .list_horizontal {
	margin-left: -1.6rem;
	margin-right: -1.6rem;
}

/* .related_contents_container{padding-bottom:6rem;} */
body.bc.detail .related_contents_container .sub_title,
body.bc.detail .bb_recommend_container .sub_title,
body.bc.detail .hb_recommend_container .sub_title,
body.bc.detail .sb_recommend_container .sub_title {
	padding-inline: 0;
}

body.bc.detail .related_contents_container .list_horizontal {
	gap: var(--lc-gap-hz-half);
}

body.bc.detail .related_contents_container .component_card.card_340_340 .thumbnail .card_tag_container span {
	color: rgba(0, 0, 0, 0.8);
}

/* .bb_recommend_container{padding-bottom:6rem;} */
body.bc.detail .bb_recommend_container .component_card.card_361_481 {
	max-width: 34rem;
}

body.bc.detail .bb_recommend_container .component_card.card_361_481 picture {
	aspect-ratio: 340/453;
}

body.bc.detail .bb_recommend_container .list_horizontal {
	gap: var(--lc-gap-hz-half);
}

body.bc.detail .bb_recommend_container .component_card.card_361_481 .component_information_container .card_tag_container span {
	color: rgba(0, 0, 0, 0.8);
}

/* .hb_recommend_container{padding-bottom:6rem;} */
body.bc.detail .hb_recommend_container .list_horizontal {
	gap: var(--lc-gap-hz-half);
}

body.bc.detail .hb_recommend_container .list_horizontal img {
	aspect-ratio: 1/1;
}

/* .gb_recommend_container{padding-bottom:6rem;} */
body.bc.detail .gb_recommend_container .list_horizontal {
	gap: var(--lc-gap-hz-half);
}

body.bc.detail .gb_recommend_container .list_horizontal img {
	aspect-ratio: 1/1;
}

/* .sb_recommend_container{padding-bottom:6rem;} */
body.bc.detail .sb_recommend_container .list_horizontal {
	gap: var(--lc-gap-hz-half);
}

body.bc.detail .sb_recommend_container .list_horizontal img {
	aspect-ratio: 1/1;
}

/* .detail_content_container .thumbnail_container .thumbnail{width:100%; height:auto; aspect-ratio: 365/524;border-radius:0} */
/* .detail_content_container .thumbnail_container .information_container:after{content:"";position:absolute; top:0; left:0; width:100%; height:100%; background: linear-gradient(180deg, rgba(0, 0, 0, 0.2) 50%, rgba(0, 0, 0, 0) 100%); z-index:-1} */

body.bc.detail .detail_content_container .thumbnail_container:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 55%, rgba(0, 0, 0, 0.25) 100%);
}

body.bc.detail .detail_content_container .thumbnail_container .thumbnail {
	position: fixed;
	inset: 0;
	pointer-events: none;
	width: 100%;
	height: auto;
	aspect-ratio: 6.5/9;
	border-radius: 0;
	z-index: -1;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
}

body.bc.detail .detail_content_container .thumbnail_container .thumbnail img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

body.bc.detail .post_content_container {
	overflow: hidden;
}

body.bc.detail .detail_content_container .thumbnail_container .information_container {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 0rem var(--pd-in) 4rem;
}

body.bc.detail .detail_content_container .thumbnail_container .information_container .category {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-weight: 600;
	padding: 0.4rem 0.8rem;
	font-size: 1.1rem;
	line-height: 1.3;
	letter-spacing: -0.011em;
	text-transform: uppercase;
	background-color: #fff;
	border-radius: 2rem;
}

body.bc.detail .detail_content_container .thumbnail_container .information_container .title {
	margin-top: 1.6rem;
	color: #fff;
	font-weight: 900;
	font-size: 3.6rem;
	line-height: 1.34;
	letter-spacing: -0.036em;
	text-transform: uppercase;
}

body.bc.detail .detail_content_container .thumbnail_container .information_container .date {
	color: #fff;
	font-size: 1.2rem;
	line-height: 1;
	letter-spacing: -0.012em;
	opacity: 0.56;
	display: none;
}

/* ■■■■■■■■■■■■■■■■■ 콘텐츠 시작 ■■■■■■■■■■■■■■■■■ */
body.bc.detail .detail_content_container .post_content_container {
	font-size: 1.7rem !important;
	padding: 4rem 1.6rem 5rem;
	margin: 0 -1.6rem;
	background: #fff;
	min-height: 70vh;
}

body.bc.detail .detail_content_container .post_content_container.inline {
	padding: 4rem 1.6rem 0rem;
}

body.bc.detail .detail_content_container .tag_container {
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	flex-wrap: wrap;
	gap: 1rem 0.4rem;
	margin-block: 2.4rem;
}

body.bc.detail .detail_content_container .tag_container:not(:has(span)) {
	display: none;
}

body.bc.detail .detail_content_container .tag_container span {
	display: inline-flex;
	padding: 0.5rem 1rem;
	color: #666;
	font-size: 1.2rem;
	line-height: 1;
	border-radius: 3rem;
	border: 0.1rem solid #ccc;
}

body.bc.detail .detail_content_container .post_meta_container {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	width: 100%;
	padding-block: 1.6rem;
	margin: 0 auto;
	border-top: 1px solid #ccc;
}

body.bc.detail .detail_content_container .post_meta_container .like_container {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 0.2rem;
	margin-right: auto;
}

body.bc.detail .detail_content_container .post_meta_container .like_container .btn_like {
	width: 2.4rem;
	height: 2.4rem;
}

body.bc.detail .detail_content_container .post_meta_container .like_container .like_count {
	color: rgba(0, 0, 0, 0.86);
	font-weight: 500;
	font-size: 1.2rem;
	line-height: 1;
	letter-spacing: -0.012em;
}

body.bc.detail .detail_content_container .post_meta_container .comment_count {
	color: rgba(0, 0, 0, 0.86);
	font-weight: 400;
	font-size: 1.2rem;
	line-height: 1;
	letter-spacing: -0.012em;
	justify-content: flex-start;
}

body.bc.detail .detail_content_container .post_meta_container .comment_count b {
	font-weight: 500;
}

body.bc.detail .detail_content_container .post_meta_container .view_count {
	position: relative;
	padding-left: 0.9rem;
	margin-left: 0.6rem;
	color: rgba(0, 0, 0, 0.86);
	font-weight: 400;
	font-size: 1.2rem;
	line-height: 1;
	letter-spacing: -0.012em;
	display: none;
}

body.bc.detail .detail_content_container .post_meta_container .view_count:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	transform: translate(-50%, -50%);
	width: 0.3rem;
	height: 0.3rem;
	background-color: #ddd;
}

body.bc.detail .detail_content_container .post_meta_container .view_count b {
	color: #707070;
	font-weight: 400;
}

/* ■■■■■■■■■■■■■■■■■ 에디터영역 ■■■■■■■■■■■■■■■■■ */
body.bc.detail .detail_content_container .editor_container {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 1.6rem;
	width: 100%;
	margin: 4rem auto 0;
	padding: 1.6rem;
	background-color: #f5f5f5;
	border-radius: 0.8rem;
}

body.bc.detail .detail_content_container .editor_container .editor_profile_image {
	flex: 0 0 auto;
	width: 7.2rem;
	height: 7.2rem;
	aspect-ratio: 1/1;
	border-radius: 50%;
	overflow: hidden;
}

body.bc.detail .detail_content_container .editor_container .editor_information {
	width: 100%;
}

body.bc.detail .detail_content_container .editor_container .editor_information .name_container {
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

body.bc.detail .detail_content_container .editor_container .editor_information .name_container .name {
	position: relative;
	padding-right: 0.9rem;
	margin-right: 0.6rem;
	font-weight: 600;
	font-size: 1.7rem;
	line-height: 1;
	letter-spacing: -0.017em;
}

body.bc.detail .detail_content_container .editor_container .editor_information .name_container .name:after {
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	width: 0.3rem;
	height: 0.3rem;
	background-color: #ddd;
}

body.bc.detail .detail_content_container .editor_container .editor_information .name_container span:nth-child(2) {
	color: #707070;
	font-size: 1.6rem;
	line-height: 1;
	letter-spacing: -0.016em;
}

body.bc.detail .detail_content_container .editor_container .editor_information p {
	margin-top: 0.8rem;
	color: #707070;
	font-weight: 500;
	font-size: 1.2rem;
	line-height: 1.4;
	letter-spacing: -0.012em;
}

body.bc.detail .detail_content_container .editor_container .editor_information .name_container .sign {
	margin-left: auto;
	width: 4rem;
	height: 2.4rem;
}

body.bc.detail .detail_content_container .editor_container .editor_information .name_container .sign img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

body.bc.detail .detail_content_container .post_content_container {
	overflow: visible;
}

/* ■■■■■■■■■■■■■■■■■ floating 메뉴 ■■■■■■■■■■■■■■■■■ */
body.detail .floating_actions_container {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 2.6rem;
	position: sticky;
	width: fit-content;
	margin-top: 3rem;
	bottom: 2.4rem;
	left: 50%;
	transform: translateX(-50%);
	padding: 1.2rem 2.8rem;
	background-color: #fff;
	border-radius: 5rem;
	z-index: 10;
}

body.detail .floating_actions_container button {
	width: 2.4rem;
	height: 2.4rem;
}

body.bs.detail .floating_actions_container {
	bottom: 10.2rem;
}

/* .floating_actions_container.inline { position: sticky; transform: none; inset: 0; margin: 4rem auto 0; } */

/* ■■■■■■■■■■■■■■■■■ util ■■■■■■■■■■■■■■■■■ */

/*글자크기 조절 버튼*/
body.detail .btn_text_resize_container {
	position: relative;
	width: 2.4rem;
	height: 2.4rem;
	display: none;
}

body.detail .resize_container {
	display: none;
	align-items: center;
	justify-content: center;
	gap: 1.6rem;
	position: absolute;
	top: -2.2rem;
	left: 50%;
	transform: translate(-50%, -100%);
	padding: 1.4rem 2rem;
	width: 12.6rem;
	height: 4.8rem;
	z-index: 1;
	background-color: #000;
	border-radius: 3rem;
}

body.detail .resize_container.active {
	display: flex;
}

body.detail .resize_container span {
	color: #fff;
	font-weight: 800;
	font-size: 1.6rem;
	line-height: 1;
	letter-spacing: -0.016rem;
}

body.detail .resize_container button[disabled] {
	opacity: 0.4;
}

/*공유하기 버튼*/
body.detail .btn_share_container {
	width: 2.4rem;
	height: 2.4rem;
}

body.detail .btn_share_container .sns_container {
	display: none;
	align-items: center;
	justify-content: flex-start;
	gap: 2rem;
	position: absolute;
	top: -1rem;
	left: 50%;
	transform: translate(-50%, -100%);
	padding: 1.2rem 1.6rem;
	width: 23.2rem;
	height: 4.8rem;
	z-index: 1;
	background-color: #000;
	border-radius: 3rem;
}

body.detail .btn_share_container .sns_container.active {
	display: flex;
}

body.detail .btn_share_container .sns_container a {
	display: block;
	width: 2.4rem;
	height: 2.4rem;
	padding-left: 0;
	text-align: center;
}

body.detail .btn_share_container .sns_container a img {
	width: auto;
	height: 100%;
	object-fit: contain;
}

body.detail .btn_share_container a:before {
	display: none;
}

/*url 복사하기 버튼*/
body.detail .btn_share_container {
	width: 2.4rem;
	height: 2.4rem;
}

body.detail .url_copy_container {
	position: relative;
}

body.detail .url_copy_message {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0.6rem;
	position: absolute;
	top: -5.8rem;
	left: 50%;
	transform: translateX(-50%);
	width: 20rem;
	height: 4.8rem;
	padding: 1.4rem 2rem;
	color: #fff;
	font-size: 1.4rem;
	font-weight: 600;
	line-height: 1;
	letter-spacing: -0.014rem;
	background-color: #000;
	border-radius: 4rem;
	opacity: 0;
	transform: translateX(-50%) translateY(50%);
	transition: opacity 0.18s ease, transform 0.18s ease;
	pointer-events: none;
}

body.detail .url_copy_message.active {
	display: flex;
	opacity: 1;
	transform: translateX(-50%) translateY(0);
}

body.detail .url_copy_message img {
	width: 2.4rem;
	height: 2.4rem;
}

body.detail .btn_capture_container {
	width: 2.4rem;
	height: 2.4rem;
}

body.detail .btn_capture_container .message_container {
	display: flex;
	align-items: flex-start;
	justify-content: center;
	position: absolute;
	top: -1rem;
	left: 50%;
	transform: translate(-50%, -100%);
	z-index: 1;
	opacity: 0;
	transition: opacity 0.18s ease;
}

body.detail .btn_capture_container .message_container img {
	width: 2rem;
	height: 2rem;
}

body.detail .btn_capture_container .message_container .message {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0.6rem;
	width: max-content;
	height: 4.8rem;
	padding-inline: 2rem;
	background-color: #000;
	border-radius: 3rem;
	transform: translateY(50%);
	transition: transform 0.18s ease;
	will-change: transform;
}

body.detail .btn_capture_container .message_container .message .txt {
	color: #fff;
	font-weight: 600;
	font-size: 1.4rem;
	line-height: 1.3;
	letter-spacing: -0.014em;
}

body.detail .btn_capture_container .message_container.show {
	opacity: 1;
}

body.detail .btn_capture_container .message_container.show .message {
	transform: translateY(0);
}

/* ■■■■■■■■■■■■■■■■■ comment ■■■■■■■■■■■■■■■■■ */

.comment_container {
	padding-inline: 1.6rem;
	margin-top: 2.4rem;
}

.comment_container .comment_form_item {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 0.6rem;
}

.comment_container .comment_form_item input {
	font-size: 1.6rem;
}

.comment_container .comment_form_item input:not(:focus) {
	font-size: 1.4rem;
}

.comment_container .comment_form_item input {
	width: 100%;
	height: 4.4rem;
	padding: 1.5rem 1.2rem;
	letter-spacing: -0.014em;
	border: 1px solid #ccc;
	border-radius: 4px;
}

.comment_container .comment_form_item input::placeholder {
	color: rgba(0, 0, 0, 0.2);
	font-weight: 500;
	font-size: 1.4rem;
	letter-spacing: -0.014em;
	line-height: 1;
}

.comment_container .comment_form_item button {
	flex-shrink: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 1.4rem 2.4rem;
	color: #fff;
	font-weight: 600;
	font-size: 1.4rem;
	letter-spacing: -0.014em;
	line-height: 1;
	background-color: #000;
	border-radius: 0.4rem;
}

.comment_container .comment_list {
	margin-top: 2.4rem;
	border-top: 1px solid rgba(0, 0, 0, 0.08);
}

.comment_container .comment_list:not(:has(li)) {
	border-top: 0;
}

.comment_container .comment_list li {
	padding: 2.4rem 0;
	border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.comment_container .comment_list li:last-child {
	border-bottom: none;
	padding: 2.4rem 0 0;
}

/* .comment_container .comment_list li .comment_content>div */
.comment_content>div {
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

.comment_container .comment_list li .comment_content>div .editor_user {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0.3rem 0.7rem;
	margin-left: 0.4rem;
	color: #777;
	font-size: 1.2rem;
	line-height: 1;
	letter-spacing: -0.1rem;
	border: 1px solid #777;
	border-radius: 3rem;
}

.comment_container .comment_list li .comment_content>div .redel {
	margin-left: auto;
	font-size: 0;
	width: 2rem;
	height: 2rem;
	background-image: url("../../assets/images/icons/icon_trash-can.svg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.comment_container .btn_kebab {
	margin-left: auto;
}

.comment_container .comment_list li .user {
	display: block;
	font-weight: 700;
	font-size: 1.4rem;
	line-height: 1.3;
	letter-spacing: -0.001em;
}

.comment_container .comment_list li .date_grp {
	display: flex;
	align-items: center;
	margin: 0.6rem 0 1.6rem;
}

.comment_container .comment_list li .txt {
	display: inline-block;
	font-size: 1.2rem;
	font-weight: 700;
	line-height: 2rem;
	letter-spacing: -0.024rem;
	color: #000;

}

.comment_container .comment_list li .date {
	display: inline-block;
	margin-left: 0.6rem;
	font-weight: 500;
	font-size: 1.2rem;
	line-height: 1;
	letter-spacing: -0.012em;
	color: #8e918f;
}

.comment_container .comment_list li .date+div {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 4rem;
	margin-top: 1.2rem;
}

.comment_container .comment_list li .comment {
	flex: 1;
	/* display: block; */
	width: 30.1rem;
	font-size: 1.6rem;
	line-height: 2.4rem;
	word-break: break-word;
}

.comment_container .comment_list li .comment.reported_comment {
	display: flex;
	align-items: center;
	gap: 0.6rem;
	color: #8e918f;
}

.comment_container .comment_list li .comment.reported_comment:before {
	content: "";
	flex-shrink: 0;
	width: 1.8rem;
	height: 1.8rem;
	background-image: url("../../assets/images/icons/icon_complaints.svg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.comment_container .comment_list li .comment_action_container {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	margin-top: 1.2rem;
}

.comment_container .comment_list li .comment_action_container button:not(.btn_like) {
	position: relative;
	margin-right: 0.6rem;
	padding-right: 0.9rem;
	color: rgba(0, 0, 0, 0.4);
	font-size: 1.2rem;
	font-size: 1.2rem;
	line-height: 1;
	letter-spacing: -0.012em;
}

.comment_container .comment_list li .comment_action_container button:not(.btn_like):before {
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
	transform: translate(0%, -50%);
	width: 0.3rem;
	height: 0.3rem;
	background-color: #ddd;
}

.comment_container .comment_list li .comment_action_container .like_count {
	position: relative;
	color: rgba(0, 0, 0, 0.4);
	font-size: 1.2rem;
	line-height: 1;
	letter-spacing: -0.012em;
}

.comment_container .comment_list li .comment_action_container .like_count b {
	font-weight: 500;
	color: #000;
}

.comment_container .comment_list li .like_container button {
	display: block;
	width: 2rem;
	height: 2rem;
	margin-right: 0.3rem;
}

.comment_container .comment_list li .comment_form_item {
	display: none;
	margin-top: 1.6rem;
}

.comment_container .comment_list li .comment_form_item.active {
	display: flex;
}

.comment_container .comment_list li.re_comment {
	display: flex;
	align-items: center;
	gap: 1.6rem;
}

.comment_container .comment_list li.re_comment:before {
	content: "";
	width: 2rem;
	height: 2rem;
	background-image: url("/src/assets/images/icons/icon_recomment@x3.png");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}

.comment_container .comment_list li.re_comment .comment_content {
	flex: 1;
}

.comment_container .btn_view_more_container {
	margin-top: 2.4rem;
}

body.bc.detail .sub_title {
	padding-inline: 1.6rem;
	font-weight: 700;
	font-size: 2.8rem;
	line-height: 1.3;
	letter-spacing: -0.028em;
}

/* 신고하기 팝업 */
body:has(.report_layer_popUp.active) {
	overflow: hidden;
}

body.bc.detail .report_layer_popUp {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	left: 50%;
	width: 100%;
	height: 100%;

	transform: translateX(-50%);
	z-index: 100;
}

body.bc.detail .report_layer_popUp.active {
	display: block;
}

body.bc.detail .report_layer_popUp .popUp_header {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	padding: 0 1.6rem;
	height: 5.4rem;
	text-align: center;
	background-color: #fff;
}

body.bc.detail .report_layer_popUp .popUp_title {
	color: #000;
	font-weight: 700;
	font-size: 1.8rem;
	line-height: 2.6rem;
	letter-spacing: -0.036rem;
}

body.bc.detail .report_layer_popUp .btn_popUp_close {
	position: absolute;
	right: 1.6rem;
	top: 50%;
	width: 2.4rem;
	height: 2.4rem;
	font-size: 0;
	transform: translateY(-50%);
	background-image: url("../../assets/icons/icon_close_black_24.svg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

body.bc.detail .report_layer_popUp .popup_body {
	display: flex;
	flex-direction: column;
	height: calc(100% - 5.4rem);
	padding: 2.4rem 1.6rem 6rem;
	background-color: #f5f5f5;
}

body.bc.detail .report_layer_popUp .popup_body .popUp_title {
	margin-bottom: 0.8rem;
}

body.bc.detail .report_layer_popUp .popup_section+.popup_section {
	margin-top: 3.2rem;
}

body.bc.detail .report_layer_popUp .popUp_info_text {
	color: #444746;
	font-weight: 400;
	font-size: 1.6rem;
	line-height: 2.4rem;
	word-break: break-all;
}

body.bc.detail .report_layer_popUp .default_radio_list {
	overflow-y: auto;
	max-height: calc(100vh - 37rem);
	scrollbar-width: none;
}

body.bc.detail .report_layer_popUp .default_inputform+.default_inputform {
	margin-top: 0.8rem;
}

body.bc.detail .report_layer_popUp .default_inputform {
	padding: 1.2rem 1.6rem;
	border-radius: 1.2rem;
	background-color: #fff;
}

body.bc.detail .report_layer_popUp .myp_button_wrap {
	margin-top: auto;
}

/* ■■■■■■■■■■■■■■■■■ series ■■■■■■■■■■■■■■■■■ */
body.bs.detail header .container {
	padding-top: 1.6rem;
	padding-inline: 1.6rem;
}

body.bs.detail header .container p {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 20.9rem;
	padding-inline: 2rem;
	font-weight: 700;
	font-size: 1.9rem;
}

body.bs.detail header .header_button_group .btn_header_back,
body.bs.detail header .header_button_group .btn_header_home {
	width: 2.4rem;
	height: 2.4rem;
}

/* ■■■■■■■■■■■■■■■■■ 봄봄 디테일 페이지 (기존 homepage.css) ■■■■■■■■■■■■■■■■■ */
main .curation {
	padding-inline: var(--pd-in);
	margin-top: var(--lc-gap-l);
}

main .curation .list_horizontal {
	margin-left: -1.6rem;
	margin-right: -1.6rem;
}

.homepage_visual_container {
	height: calc(100svh - 13.2rem);
	padding-inline: 0;
}

.homepage_bombom_container .title_container {
	margin-top: 0 !important;
}

.homepage_series_container {
	margin-top: var(--lc-gap-l);
	padding: var(--lc-gap-l) 0;
	background-color: #000;
}

.homepage_series_container>.curation {
	margin-top: 0;
}

.homepage_series_container>.curation:first-child>.title_container {
	margin-top: 0;
}

.homepage_series_container .title_container .title {
	color: #fff;
}

.homepage_series_container .series_list {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
	gap: var(--lc-gap-l);
}

.homepage_series_container .series_list li {
	position: sticky;
	top: 7rem;
}

.homepage_new_container .title_container:nth-child(1) {
	margin-top: 0;
}

.homepage_new_container .curation .list_horizontal {
	gap: 1.6rem;
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.homepage_new_container .curation .list_horizontal li {
	width: 34rem;
}

.homepage_new_container .new_list li {
	flex-shrink: 0;
}

.homepage_new_container .btn_view_more_container {
	margin-top: 2.4rem;
}

.homepage_haebom_container .title_container:nth-child(1) {
	margin-top: 0;
}

.homepage_haebom_container .price_container {
	margin-top: 1rem;
}

.homepage_haebom_container .origin_price,
.homepage_haebom_container .discount {
	display: none;
}

.homepage_gabom_hot_container .title_container:nth-child(1) {
	margin-top: 0;
}

.homepage_gabom_hot_container .list_horizontal,
.homepage_gabom_container .list_horizontal {
	gap: 1.6rem;
}

.homepage_gabom_hot_container .gabom_list li,
.homepage_gabom_container .gabom_list li {
	flex-shrink: 0;
}

.homepage_sabom_container .title_container:nth-child(1) {
	margin-top: 0;
}

.homepage_sabom_container .shop_list li {
	flex-shrink: 0;
}

.btn_view_more_container {
	margin-top: 3rem;
}

/*그룹간격조절*/
.title_container:not(:has(+ ul + .title_container)) {
	margin-top: 6rem;
}

/* 봄봄 컨텐츠 */
.bombom_list>li:nth-child(n + 5) {
	display: none;
}

header .gauge {
	height: 0.4rem;
	width: 100%;
	background: var(--color-primary);
	position: absolute;
	top: 0px;
	left: 0;
	display: block;
	width: calc(var(--p, 0) * 1%);
}

/* body.mypage .sch_wrapper_v1 {
  opacity: 1;
  pointer-events: visible;
  transform: translateY(0);
} */

/* body.mypage .sch_content.v2.type_pc {
  display: none;
} */

/* 검색 레이어 */
.sch_wrapper_v1 {
	z-index: 101;
	opacity: 0;
	pointer-events: none;
	width: 100%;
	height: 100vh;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	transform: translateY(-20%);
	transition: none;
}

.sch_wrapper_v1.is_show {
	opacity: 1;
	transform: translateY(0);
	transition: 0.1s ease-in-out;
	pointer-events: visible;
	overflow: hidden;
}

.sch_wrapper_v1.is_show .sch_wrap.type_03 {
	touch-action: pan-x;
}

body:has(.sch_wrapper_v1.is_show) {
	overflow: hidden;
}

.hd_sch_wrap {
	z-index: 100;
	position: sticky;
	top: 0;
	left: 0;
	right: 0;
	padding-top: 7px;
	background-color: #fff;
	transition: transform 0.2s ease;
	will-change: transform;
}

.m_center {
	width: 100%;
	margin: 0 auto;
	padding: 0 1.6rem;
}

.hd_sch_grp {
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 4rem;
}

.hd_sch_grp .logo {
	display: inline-block;
	width: 2.8rem;
	height: 2.8rem;
}

.hd_sch_grp .logo .img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.sch_scroll_area {
	background-color: #fff;
	padding-top: 3.2rem;
}

.pc_sch_bg {
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.7);
}

.sch_form_wrap {
	display: flex;
	align-items: center;
	gap: 1.2rem;
	height: 5.4rem;
	margin-bottom: 3.2rem;
}

.sch_form_wrap .sch_form {
	width: 100%;
}

.sch_inp_grp {
	position: relative;
	height: 6rem;
	width: 100%;
	border-bottom: 3px solid #000;
	display: flex;
}

.sch_inp_grp.type_v1 .inp {
	width: calc(100% - 65px);
	height: 100%;
	font-weight: 700;
	font-size: 2.2rem;
	letter-spacing: 0.6px;
}

.sch_inp_grp .inp::placeholder {
	font-size: 2.2rem;
	color: #c4c7c5;
}

.sch_inp_grp .btn_delete {
	display: none;
	width: 2.4rem;
	height: 2.4rem;
	position: absolute;
	top: 50%;
	right: 3.2rem;
	transform: translateY(-50%);
}

.sch_inp_grp .btn_delete.type_result {
	display: none;
	width: 2.4rem;
	height: 2.4rem;
}

.sch_inp_grp .btn_delete.type_result.is_show {
	display: block;
}

.sch_inp_grp .btn_delete.type_result .icon_close_02 {
	width: 100%;
	height: 100%;
}

.sch_inp_grp .btn_delete.is_show {
	display: block;
}

.sch_inp_grp .btn_delete .icon_close_02 {
	display: block;
}

.sch_inp_grp .btn_delete .icon_close_04 {
	display: none;
}

.sch_inp_grp .btn_sch {
	width: 2.4rem;
	height: 2.4rem;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
}

.sch_inp_grp .btn_sch .icon_search_04 {
	display: block;
}

.sch_inp_grp .btn_sch .icon_search_06 {
	display: none;
}

.sch_inp_grp .btn_sch.type_result .icon_search_04 {
	display: block;
}

.sch_inp_grp .btn_sch.type_result .icon_search_05 {
	display: none;
}

.sch_content .sch_wrap:not(:last-child) {
	margin-bottom: 40px;
}

.sch_content .sch_wrap:last-child {
	padding-bottom: 10px;
}

.sch_content .sch_title {
	margin-bottom: 12px;
	font-weight: 700;
	font-size: 1.6rem;
	color: #000;
}

.sch_content .sch_grp {
	display: flex;
	flex-wrap: wrap;
	gap: 4px;
}

.sch_wrap.type_03 .top .arrow_grp {
	display: none;
}

.sch_content .sch_conts_grp {
	display: flex;
	flex-wrap: wrap;
	gap: 8px 4px;
}

.sch_content .sch_item {
	display: flex;
	align-items: center;
	gap: 0.75rem;
	height: 3.2rem;
	padding: 0 0.9rem 0 1.2rem;
	border: 1px solid #eee;
	border-radius: 0.4rem;
	line-height: 3.1rem;
}

.sch_content .sch_item.type_empty {
	display: block;
	height: auto;
	padding: 0;
	border: none;
	border-radius: 0;
	font-weight: 400;
	font-size: 1.4rem;
	color: #8e918f;
}

.sch_content .sch_item.type_02 {
	padding: 0 1.2rem;
}

.sch_content .sch_item:nth-child(n + 11) {
	display: none;
}

.sch_content .sch_item .txt {
	display: inline-block;
	font-weight: 400;
	font-size: 1.4rem;
	color: #000;
}

.sch_content .sch_item .txt.text_ellipsis {
	max-width: 13.5rem;
}

.sch_content .sch_item .btn_close {
	display: inline-block;
	width: 12px;
	height: 100%;
	line-height: 3.4rem;
}

.sch_content .sch_swiper {
	margin: 0 -1.6rem;
	padding: 0 1.6rem;
}

.sch_content .sch_swiper .swiper-slide {
	width: 10.4rem;
}

.sch_content .sch_swiper .swiper-slide+.swiper-slide {
	/* margin-left: 0.8rem; */
}

.sch_content .sch_swiper .link {
	display: inline-block;
}

.sch_content .sch_swiper .thumb {
	overflow: hidden;
	width: 10.4rem;
	height: 10.4rem;
	border-radius: 0.8rem;
	margin-bottom: 0.8rem;
}

.sch_content .sch_swiper .title {
	font-size: 1.4rem;
	font-weight: 400;
	line-height: 1.215;
	letter-spacing: -0.012rem;
	word-break: break-all;
}

/* 레이어팝업 v2 */
.sch_wrapper_v2 {
	z-index: 101;
	opacity: 0;
	pointer-events: none;
	position: relative;
	width: 100%;
	height: 100vh;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	background-color: rgba(0, 0, 0, 0.8);
}

/* .sch_wrapper_v2::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.8);
} */

.sch_wrapper_v2.type_pc {
	display: none;
}

.sch_wrapper_v2.is_show {
	opacity: 1;
	pointer-events: visible;
	transform: translateY(0);
	transition: 0.1s ease-in-out;
}

/* 최근 검색어 헤더 */
.sch_wrapper_v2 .sch_wrap {
	z-index: 1;
	position: relative;
	padding-top: 0.7rem;
	padding-bottom: 3rem;
	background-color: #fff;
}

.sch_wrap .inp_grp {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	height: 5.6rem;
	padding: 0 1.6rem;
	border: 0.115rem solid #e1e3e1;
	border-radius: 2.8rem;
}

.sch_wrap .inp_grp .btn_back {
	height: 2.4rem;
	flex-basis: 2.4rem;
	flex-shrink: 0;
	margin-right: 1.4rem;
}

.sch_wrap .inp_grp .input {
	flex-grow: 1;
	height: 2.6rem;
	padding: 1.6rem 0;
	font-weight: 700;
	font-size: 1.6rem;
	color: #000;
}

.sch_wrap .inp_grp .input::placeholder {
	font-weight: 700;
	font-size: 1.6rem;
	color: #c4c7c5;
	letter-spacing: 0.5px;
}

.sch_wrap .inp_grp .btn_delete {
	display: none;
	width: 2.4rem;
	height: 2.4rem;
	margin-right: 1rem;
}

.sch_wrap .inp_grp .btn_delete.is_show {
	display: block;
}

.sch_wrap .inp_grp .btn_search {
	width: 2.2rem;
	height: 2.2rem;
}

.sch_wrap .sch_top {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 2.3rem 0 2.4rem;
}

.sch_wrap .sch_top .sch_title {
	margin-bottom: 0;
	font-size: 1.6rem;
	font-weight: 700;
	color: #000;
}

.sch_wrap .btn_all_delete {
	font-weight: 400;
	font-size: 1.6rem;
	color: #8e918f;
}

.sch_wrap .sch_item_grp {
	overflow: hidden;
}

.sch_wrap .sch_item_grp.is_hide {
	max-height: 21.3rem;
}

.sch_wrap .sch_item_grp .sch_item {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 1.2rem;
	margin-bottom: 2.4rem;
}

.sch_wrap .sch_item_grp .sch_item:last-child {
	margin-bottom: 0;
}

.sch_wrap .sch_item_grp .sch_item.type_empty {
	font-weight: 500;
	font-size: 1.6rem;
	color: #8e918f;
}

.sch_wrap .sch_item .txt_grp {
	display: flex;
	align-items: center;
	gap: 0.4rem;
}

.sch_wrap .sch_item .icon_clock {
	width: 1.8rem;
	height: 1.8rem;
}

.sch_wrap .sch_item .txt {
	font-weight: 500;
	font-size: 1.4rem;
	color: #000;
}

.sch_wrapper_v2 .sch_wrap .sch_item .txt {
	font-size: 1.6rem;
}

.sch_wrapper_v2 .sch_wrap .sch_item .txt.text_ellipsis {
	max-width: 15.5rem;
}

.sch_wrap .sch_item .btn_sch_close {
	height: 2.4rem;
	position: relative;
	flex-basis: 2.4rem;
	flex-shrink: 0;
}

.sch_wrap .sch_item .icon_close_gray {
	width: 100%;
	height: 100%;
}

.sch_wrap .btn_more {
	z-index: 1;
	position: relative;
	display: block;
	width: 9rem;
	height: 3.4rem;
	margin: 0 auto;
	background: #000;
	border-radius: 2rem;
	font-weight: 700;
	font-size: 1.4rem;
	color: #fff;
}

.sch_wrap .btn_wrap {
	display: none;
	position: relative;
	margin-top: 0.7rem;
	margin-top: 3.1rem;
	background-color: #fff;
}

.sch_wrap .btn_wrap.is_show {
	display: block;
}

.sch_wrap .btn_wrap::before {
	content: "";
	z-index: 0;
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: #e1e3e1;
	transform: translateY(-50%);
}

.sch_empty_txt {
	font-weight: 500;
	font-size: 1.6rem;
	color: #8e918f;
}

/* 검색 결과 */
.sch_result_container .result_txt {
	word-break: break-all;
	margin: 2rem 0;

	font-size: 2.8rem;
	text-align: center;
	color: #8e918f;
}

.sch_result_container .result_txt .txt {
	color: var(--color-primary);
	font-weight: 700;
}

.sch_result_container .inp {
	width: calc(100% - 57px);
	height: 100%;
	font-weight: 700;
	font-size: 2.2rem;
	letter-spacing: 0.6px;
}

.sch_result_container .inp::placeholder {
	font-size: 2.2rem;
	color: #c4c7c5;
}

.sch_result_wrap,
.sch_tab_wrap,
.result_title_grp {
	padding-inline: var(--pd-in);
}

.sch_tab_grp {
	display: flex;
	justify-content: flex-start;
	gap: 0.8rem;
	max-height: 3.2rem;
	margin-top: 4rem;
}

.sch_tab_grp .sch_tab_list {
	flex-shrink: 0;
	border: 1px solid rgba(0, 0, 0, 0.08);
	border-radius: 5rem;
}

.sch_tab_grp .sch_tab_list .link {
	padding: 0.8rem 1.6rem;
	font-weight: 600;
	font-size: 1.4rem;
	color: #000;
	display: flex;
	height: 100%;
	line-height: 1;
	align-items: center;
	justify-content: center;

}

.sch_tab_grp .sch_tab_list.is_active {
	background-color: var(--color-primary);
}

.sch_tab_grp .sch_tab_list.is_active .link {
	color: #fff;
}

.sch_tab_grp .sch_tab_list .link .num {
	display: none;
}

.sch_result_total_txt_wrap {
	margin: 2.4rem 1.6rem 0 1.6rem;
	padding-bottom: 1.3rem;
	border-bottom: 1px solid #e1e3e1;
}

.sch_result_total_txt {
	font-weight: 500;
	font-size: 1.4rem;
	letter-spacing: -0.3px;
	color: #5c5f5e;
}

.sch_result_total_txt .bold {
	font-weight: 700;
	color: var(--color-primary);
}

.result_title_grp {
	margin: 3.2rem 0 2.4rem;
}

.result_title {
	font-weight: 700;
	font-size: 2.8rem;
	line-height: 1.3;
	color: #000;
}

.result_title .num {
	color: var(--color-primary);
}

/* 검색 결과 리스트 */
.sch_result_container .list_horizontal li {
	width: calc(50% - 0.6rem);
}

.sch_result_container .component_information_container .card_tag_container {
	display: none;
}

/* 예약구매 상세 - 반품신청, 환불정보 은행 선택 */
.bank_grp {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 0.8rem 0.83rem;
}

.bank_grp .bank_list {
	pointer-events: visible;
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 0.8rem;
	width: 100%;
	height: 8.8rem;
	border-radius: 1.6rem;
	background-color: #f5f5f5;
}

.bank_grp .img {
	width: 3.2rem;
	height: 3.2rem;
	margin: 0 auto;
}

.bank_grp .bank_name {
	display: block;
	font-weight: 700;
	font-size: 1.2rem;
	text-align: center;
	color: #000;
}

/* 예약구매 상세 - 입금계좌 선택 */
.refund_bank_grp {
	overflow-y: auto;
	max-height: 51.1rem;
}

.refund_bank_grp .bank_list {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 5.6rem;
}

.refund_bank_grp .bank_title_grp {
	display: flex;
	justify-content: flex-start;
	gap: 4px;
	align-items: center;
}

.refund_bank_grp .bank_list .img {
	width: 2.4rem;
	height: 2.4rem;
	object-fit: contain;
}

.refund_bank_grp .bank_list:last-child {
	margin-top: 0.8rem;
}

.refund_bank_grp .bank_list:not(:last-child) {
	margin-top: 0.8rem;
	padding-bottom: 0.8rem;
	border-bottom: 1px solid #e1e3e1;
}

.refund_bank_grp .bank_name {
	position: relative;
	display: flex;
	align-items: center;
	font-weight: 400;
	font-size: 1.6rem;
	color: #000;
}

.refund_bank_grp .bank_number {
	font-weight: 400;
	font-size: 1.6rem;
	color: #5c5f5e;
}

/* .refund_bank_grp {
  overflow-y: scroll;
  max-height: 511px;
}

.refund_bank_list .link {
  pointer-events: all;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #e1e3e1;
  line-height: 1.5rem;
}

.refund_bank_list:last-of-type .link {
  border-bottom: none;
}

.refund_bank_list .check_01 {
  display: flex;
  justify-content: space-between;
  flex-grow: 1;
  padding: 2rem 0 2.8rem 2.8rem;
  background-repeat: no-repeat;
  background-size: 2.4rem 2.4rem;
  background-position: left 15px;
  font-weight: 400;
  font-size: 1.6rem;
  color: #000;
}

.refund_bank_list:last-of-type .check_01 {
  padding-top: 2.8rem;
  padding-bottom: 2rem;
}

.refund_bank_list:nth-child(1) .check_01 {
  background-image: url("/src/assets/images/img_bank_01.svg");
}

.refund_bank_list:nth-child(2) .check_01 {
  background-image: url("/src/assets/images/img_bank_02.svg");
}

.refund_bank_list .bank_name {
  font-weight: 400;
  font-size: 1.6rem;
  color: #000;
}

.refund_bank_list .bank_number {
  font-weight: 400;
  font-size: 1.6rem;
  color: #5c5f5e;
} */

/* 주소찾기 팝업 */
.address_conts.type_scroll .address_result_grp {
	overflow-y: auto;
	height: 41rem;
}

.address_info_box {
	margin: 1.6rem 0;
	padding: 1.2rem;
	background-color: #f9f9f9;
}

.address_info_box .txt {
	font-weight: 500;
	font-size: 1.4rem;
	color: #5c5f5e;
}

.sch_address_box {
	margin-top: 1.2rem;
	padding: 4rem 0;
	border: 1px solid #e1e3e1;
}

.sch_address_box .img_grp {
	width: 9rem;
	height: 9rem;
	margin: 0 auto;
}

.sch_address_box .img_grp .img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.sch_address_box .txt {
	width: 100%;
	margin-top: 16px;
	font-weight: 500;
	font-size: 1.4rem;
	line-height: 2.2rem;
	text-align: center;
}

.address_result_wrap.type_step02 {
	height: 44.6rem;
	margin-top: 1.6rem;
}

.address_result_grp {
	height: 40.8rem;
	margin-top: 1.6rem;
	border-top: 2px solid #000;
}

.address_result_grp .result_list {
	padding: 1.6rem 0;
	border-bottom: 1px solid #e1e3e1;
}

.address_result_grp .result_list .txt {
	display: block;
}

.address_result_grp .result_list .num {
	margin-bottom: 4px;
	font-weight: 500;
	font-size: 1.4rem;
}

.address_result_grp .result_list .txt01,
.address_result_grp .result_list .txt02 {
	font-weight: 400;
	font-size: 1.4rem;
	color: #444746;
}

.address_result_grp .result_list .txt02 {
	margin-top: 0.2rem;
}

@media (min-width: 1401px) {
	.pc_feature_slot .slider_thumbnail_container img {
		min-width: 640px;
	}
}

/* pc */
@media (min-width: 1001px) {

	::selection {
		background: var(--color-primary);
		color: #fff;
	}


	body.bc.detail .detail_content_container .thumbnail_container .information_container .title {
		font-weight: 800;
	}

	.post_content_container h2.desc {
		font-size: 3.6rem;
		font-weight: 900;
	}

	.detail_content_container .post_content_container,
	.detail_content_container .tag_container,
	.detail_content_container .post_meta_container,
	.detail_content_container .editor_container,
	.comment_container {
		max-width: 700px !important;
	}

	body.bc.detail .detail_content_container .post_content_container {
		padding: 10rem 0 5rem;
	}

	.comment_container {
		padding-inline: 0;
	}

	body.bc.detail .related_contents_container .list_horizontal,
	body.bc.detail .bb_recommend_container .list_horizontal,
	body.bc.detail .hb_recommend_container .list_horizontal,
	body.bc.detail .sb_recommend_container .list_horizontal {
		margin-left: 0;
		margin-right: 0;
		gap: var(--lc-gap-m) var(--lc-gap-hz-half) !important;
	}


	.sch_result_container .inp {
		font-size: 3rem;
	}

	.category_toggle_navigation+.list_container:has(.list_horizontal) .title_container,
	.title_container:not(:has(+ ul + .title_container)) {
		margin-top: 0px;
	}

	.category_toggle_navigation+.list_container {
		margin-top: 70px;
	}


	.homepage_new_container .curation .list_horizontal {
		margin-left: 0;
		margin-right: 0;
		gap: var(--lc-gap-m) var(--lc-gap-hz-half);
	}

	.homepage_new_container .curation .list_horizontal li {
		width: 100%;
	}

}