/* common */
.sr-only {
	position: absolute;
	overflow: hidden;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	border: 0;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
}

.swiper-button-next:after,
.swiper-button-prev:after {
	display: none;
}

/* icon */
.icon {
	display: inline-block;
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
}


/*ㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡ
layout
ㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡ*/
/* 헤더 */
header .container .left {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap: 1.6rem;
}

header .header_back,
header .header_home {
	width: 2.4rem;
	height: 2.4rem;
}

header .header_left_grp {
	display: flex;
	justify-content: flex-start;
	gap: 6px;
}

header .header_title {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-weight: 700;
	font-size: 1.8rem;
	line-height: 1.4;
}

header .btn_header_back,
header .btn_header_home {
	background: #fff;
	padding: 0.9rem;
	border-radius: 3rem;
	width: 4.5rem;
	height: 4.5rem;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0rem 0rem 1.2rem rgba(0, 0, 0, 0.2);
}

header .btn_header_home,
header .btn_input_search_round {
	padding: 1.05rem;
}

header .container .right {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap: 1.4rem;
	/* flex-grow: 1; */
}

.input_grp.type_round input::placeholder {
	font-weight: 400;
	font-size: 1.4rem;
	color: #c4c7c5;
}

.input_grp.type_round:has(input:focus) {
	border: 1px solid #5d00ff;
	box-shadow: 0 0 0 0.5px #5d00ff inset;
}

header .input {
	width: 100%;
	height: 4rem;
	font-size: 1.4rem;
	font-weight: 500;
	color: #000;
}

header .input_grp.type_round {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	width: 100%;
	height: 4rem;
	/* max-width: 216px; */
	max-width: stretch;
	padding: 0rem 1.4rem;
	border: 1px solid #e1e3e1;
	border-radius: 4rem;
}

header .input_grp.type_round .btn_search {
	width: 2.2rem;
	margin-top: 0.4rem;
}

header .btn_header_search,
header .btn_header_wish,
header .btn_header_cart,
header .btn_header_my {
	width: 2.4rem;
	height: 2.4rem;
}

/* header .btn_header_search {
	width: 32px;
	height: 32px;
	padding: 0;
	border-radius: unset;
	background-color: transparent;
	box-shadow: none;
} */

body header .logo,
body header .btn_nav,
body header .header_back,
body header .header_home,
body header .btn_header_back,
body header .btn_header_home,
body header .header_title,
body header .input_grp.type_round,
body header .btn_header_search,
body header .btn_header_wish,
body header .btn_header_cart,
body header .btn_header_my,
body header .btn_close,
body header .btn_input_search_round,
body.bs.detail header.is_bombom .btn_header_search {
	display: none;
}

body.index header .logo,
body.index header .btn_header_wish,
body.index header .btn_header_my,
body.index header .btn_header_search {
	display: block;
}

body.main.bb header .btn_nav,
body.main.bc header .btn_nav,
body.main.bs header .btn_nav,
body.main.bb header .btn_header_wish,
body.main.bc header .btn_header_wish,
body.main.bs header .btn_header_wish,
body.main.bb header .btn_header_my,
body.main.bc header .btn_header_my,
body.main.bs header .btn_header_my,
body.main.bb header .btn_header_search,
body.main.bc header .btn_header_search,
body.main.bs header .btn_header_search {
	display: inline-flex !important;
}

body.detail.bc header .btn_header_back,
body.detail.bs header .btn_header_back,
body.detail.bc header .btn_header_home,
body.detail.bs header .btn_header_home,
body.detail.bc header .btn_header_search,
body.detail.bs header .btn_header_search {
	display: inline-flex !important;
}

body.hb header .btn_nav,
body.gb header .btn_nav,
body.sb header .btn_nav,
body.hb header .input_grp.type_round,
body.gb header .input_grp.type_round,
body.sb header .input_grp.type_round,
body.hb header .btn_header_cart,
body.gb header .btn_header_cart,
body.sb header .btn_header_cart,
body.hb header .btn_header_my,
body.gb header .btn_header_my,
body.sb header .btn_header_my {
	display: inline-flex;
}

body.mypage header .btn_nav,
body.mypage header .header_title,
body.mypage header .btn_header_cart,
body.mypage header .btn_header_search {
	display: block;
}

header.is_back .header_back,
header.is_back .header_title {
	display: block;
}

header.is_back .btn_nav,
header.is_back .btn_header_cart,
header.is_back .btn_header_search {
	display: none !important;
}


body.login header .btn_nav,
body.login header .header_back,
body.login header .header_title,
body.login header .btn_header_cart,
body.login header .btn_header_search {
	display: none;
}

body.login header .btn_close {
	display: block;
}

body.title_close .header_title,
body.title_close .btn_close {
	display: block;
}


/* header.is_detail .header_back,
header.is_detail .header_home,
header.is_detail .header_title,
header.is_detail .btn_header_search {
	display: block;
} */

header.is_all .header_title,
header.is_all .btn_close {
	display: block;
}

body.shop_detail header .header_back,
body.shop_detail header .input_grp.type_round,
body.shop_detail header .btn_header_cart,
body.shop_detail header .btn_header_my {
	display: flex !important;
}

body.hb header .right,
body.gb header .right,
body.sb header .right,
body.shop_detail header .right {
	flex-grow: 1;
}

/* 후기 리스트 */
/* body mypage로 나오는 클래스 안보이도록 처리 */
body.review_list header .btn_nav,
body.inquiry_list header .btn_nav,
body.review_list header .btn_header_search,
body.inquiry_list header .btn_header_search,
body.review_list header .btn_header_cart,
body.inquiry_list header .btn_header_cart {
	display: none;
}

body.review_list header .header_title,
body.inquiry_list header .header_title,
body.review_list header .btn_close,
body.inquiry_list header .btn_close {
	display: block;
}

/* 마이페이지 내 헤더 스타일 설정 */
/* 뒤로가기, 타이틀 보여져야하는 페이지 - nav, 우측 버튼 숨김처리 */
body.mypage:not(.shop_detail):has(.subpage_wrap, .bbb_empty_container, .resp_login_wrap, .resp_member_join_wrap, .bbb_cart_container, .tos_privacy_container) header :is(.btn_nav, .header_button_group) {
	display: none;
}

body.mypage:has(.subpage_wrap, .bbb_empty_container, .resp_login_wrap, .resp_member_join_wrap, .bbb_cart_container, .tos_privacy_container) header .header_back {
	display: block;
}

.notice_marker {
	width: auto;
	min-width: 16px;
	padding: 3px 5px;
	left: 52%;
	right: auto;
	border-radius: 40px;
}

body.mypage .lnb_aside {
	display: block;
}

/*ㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡ
components: 재사용 UI 컴포넌트
ㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡ*/

.homepage_haebom_container .wrap .list_contents {
	margin-top: var(--lc-tit-gap);
	max-width: 1400px;
	margin-left: auto;
	margin-right: auto;
}

.homepage_series_container .swiper {
	overflow: visible;
}

header .container.pc {
	display: none;
}


.swiper_controls {
	display: flex;
	gap: 16px;
	align-items: center;
	max-width: 95%;
	margin: 24px auto 0;
	padding: 0 16px;
}

.swiper-pagination-progressbar {
	position: relative;
	height: 2px !important;
}

.swiper-pagination-lock {
	display: block !important;
}

.gb_visual .swiper-button-next,
.gb_visual .swiper-button-prev,
.sb_visual .swiper-button-next,
.sb_visual .swiper-button-prev {
	display: none;
}

.swiper-button-next,
.swiper-button-prev {
	position: relative;
	width: 14px;
	height: 14px;
	margin: 0;
	background-repeat: no-repeat;
	background-size: contain;
	font-size: 0;
	color: #000;
	text-indent: 1000px;
}

.swiper-button-next {
	right: auto;
	background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.33333 3L10.6464 7.31311C10.8417 7.50838 10.8417 7.82496 10.6464 8.02022L6.33333 12.3333' stroke='black' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E%0A");
}

.swiper-button-prev {
	left: auto;
	background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.6667 3L6.35355 7.31311C6.15829 7.50838 6.15829 7.82496 6.35355 8.02022L10.6667 12.3333' stroke='black' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E%0A");
}

.swiper_nav {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 5.5px;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	background: #000;
}

.swiper_count {
	display: flex;
	gap: 7px;
	font-weight: 700;
	font-size: 1.2rem;
	color: #c4c7c5;
}

.swiper_count .current {
	font-weight: 700;
	color: #000;
}

/* hb_visual 모바일 */
.hb_visual ul li {
	position: relative;
	width: 33%;
}

.hb_visual ul li .component_information_container {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 24px;
	width: 100%;
}

.hb_visual ul li .component_information_container .card_title {
	color: #fff;
}

.hb_visual ul li .component_information_container .card_place img {
	filter: invert(1);
	width: 10px;
	height: 13px;
}

.hb_visual ul li .component_information_container .card_place span {
	/* 	font-weight: 700; */
	font-size: 14px;
}

.hb_visual ul li .thumbnail {
	aspect-ratio: 4 / 5;
}

.hb_visual ul li .thumbnail picture:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0.6) 100%);
}

/* hb_visual 모바일 end */

/* gb_visual 모바일 */
.gb_visual ul li .thumbnail {
	border-radius: 0;
	aspect-ratio: 8 / 5;
}

.gb_visual ul li .component_information_container {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 24px;
	width: 100%;
}

.gb_visual ul li .component_information_container .card_title {
	color: #fff;
}

.gb_visual ul li .component_information_container .card_place img {
	filter: invert(1);
	width: 10px;
	height: 13px;
}

.gb_visual ul li .component_information_container .card_place span {
	font-weight: 700;
	font-size: 14px;
}

.gb_visual ul li .component_information_container .price_container .origin_price {
	text-decoration-line: none;
	font-weight: 400;
	font-size: 16px;
	color: #fff;
}

.gb_visual ul li .thumbnail picture:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0.6) 100%);
}

/* gb_visual 모바일 end */

/* sb_visual 모바일 */
.sb_visual ul li .thumbnail {
	aspect-ratio: 12 / 7;
}

.sb_visual ul li .card_top_marker {
	display: inline-block;
	font-weight: 600;
	line-height: 1.3;
	padding: 4px 8px;
	font-size: 11px;
	text-transform: uppercase;
	border-radius: 5rem;
	background: #fff;
}

.sb_visual ul li .component_information_container .card_title {
	margin: 12px 0 !important;
	color: #fff;
}

.sb_visual ul li .component_information_container {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 24px;
	width: 100%;
}

.sb_visual ul li .component_information_container .price_container .origin_price {
	text-decoration-line: none;
	font-weight: 400;
	font-size: 14px;
	color: #fff;
}

.sb_visual ul li .thumbnail picture:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0.6) 100%);
}

/* sb_visual 모바일 end */

/* 레이어팝업 pc */
.myp_search_container {
	padding-top: 2.4rem;
	transition: all 0.15s;
}

/* .myp_search_container.is_active {
	opacity: 1;
	pointer-events: visible;
}

.myp_search_inner {
	padding: 0 1.6rem;
	margin-bottom: 4rem;
}

.myp_search_contant {
	z-index: 1;
	position: relative;
	background-color: #fff;
}

.myp_search_title {
	margin-bottom: 1.2rem;
	color: #000;
	font-weight: 700;
	font-size: 1.6rem;
	line-height: 1.3;
	letter-spacing: -0.016rem;
}

.myp_search_list {
	display: flex;
	flex-wrap: wrap;
	gap: 0.8rem 0.4rem;
}

.myp_search_item {
	display: flex;
	align-items: center;
	padding: 0.5rem 0.5rem 0.5rem 1rem;
	border-radius: 0.4rem;
	border: 1px solid #eee;
	background-color: #fff;
}

.myp_search_item .search_link {
	color: #000;
	font-size: 1.4rem;
	font-weight: 400;
	line-height: 1;
	letter-spacing: -0.014rem;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 26rem;
}

.myp_search_item .delete_btn,
.myp_search_item .delete_btn .icon_close_02 {
	width: 20px;
	height: 20px;
}

.myp_search_wrap.type_02 .top {
	display: flex;
	justify-content: space-between;
	margin-bottom: 12px;
}

.myp_search_wrap.type_02 .myp_search_title {
	margin-bottom: 0;
}

.btn_swiper_grp {
	display: none;
}

.myp_search_suggested .swiper-slide+.swiper-slide {
	margin-left: auto;
}

.myp_search_suggested .thumb {
	width: 10.4rem;
	height: 10.4rem;
	border-radius: 0.8rem;
	overflow: hidden;
}

.myp_search_suggested .title {
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	align-self: stretch;
	margin-top: 0.8rem;
	color: #000;
	text-overflow: ellipsis;
	font-size: 1.2rem;
	font-weight: 400;
	line-height: 1.4;
	letter-spacing: -0.012rem;
} */
/*
@media (min-width: 1401px) {
	.pc_feature_slot .slider_thumbnail_container img {
		min-width: 640px;
	}
}
*/
@media (max-width: 1150px) {
	.header .input_grp.type_round {
		min-width: 255px;
	}
}

/* pc */

.pc_feature_slot {
	display: none;
}

@media (min-width: 1401px) {
	.svisual_container:has(.gb_visual) {
		width: calc(100% + (100vw - 100%));
		margin-left: calc((100% - 100vw) / 2);
		margin-right: calc((100% - 100vw) / 2);
	}

	.gb_visual ul li .component_information_container {
		padding: 80px 0;
	}
}

@media (min-width: 1001px) {
	:root {
		--swiper-navigation-size: 10px;
		--lc-gap-l: 100px;
		--lc-gap-m: 50px;
		--lc-gap-hz-half: 30px;
		--lc-tit-gap: 50px;
		--pd-in: 0;
	}

	html,
	body {
		overflow-x: clip;
	}

	/* floating set */
	header.is_bombom_detail {
		height: 127px;
	}

	header {
		height: 127px;
		max-width: 100% !important;
		position: fixed;
		left: 0;
		right: 0;
		transform: none;
		transition: 0.2s ease;
	}

	header.no-transition {
		transition: none !important;
		background-color: #fff !important;
	}

	body header.floating {
		height: 80px;
	}

	body #app_wrapper {
		margin-top: 127px;
	}

	body.bs.detail #app_wrapper,
	body.bc.detail #app_wrapper {
		margin-top: 0;
	}

	body.detail .floating_actions_container {
		margin-top: 100px;
	}

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

	header .container.pc .logo,
	header .container.pc .wrap nav,
	header .container.pc .btn_header_my {
		display: block;
	}

	header .container.pc .input_grp.type_round,
	header .container.pc .btn_header_search,
	header .container.pc .btn_header_wish,
	header .container.pc .btn_header_cart {
		display: none;
	}

	body.index header .container.pc .btn_header_wish,
	body.index header .container.pc .btn_header_my,
	body.index header .container.pc .btn_header_search {
		display: block;
	}

	body.index header .container.pc .btn_header_wish,
	body.main.bb header .container.pc .btn_header_wish,
	body.index header .container.pc .btn_header_my,
	body.main.bb header .container.pc .btn_header_my {
		display: block;
	}

	body.bc.detail .container.pc .btn_header_wish,
	body.bs.detail .container.pc .btn_header_wish,
	body.bc.detail .container.pc .btn_header_search,
	body.bs.detail .container.pc .btn_header_search,
	body.bc.detail .container.pc .btn_header_my,
	body.bs.detail .container.pc .btn_header_my {
		display: block;
	}

	body.hb .container.pc .input_grp.type_round,
	body.gb .container.pc .input_grp.type_round,
	body.sb .container.pc .input_grp.type_round,
	body.hb .container.pc .btn_header_cart,
	body.gb .container.pc .btn_header_cart,
	body.sb .container.pc .btn_header_cart,
	body.hb .container.pc .btn_header_my,
	body.gb .container.pc .btn_header_my,
	body.sb .container.pc .btn_header_my {
		display: inline-flex;
	}

	body.mypage .container.pc .input_grp.type_round,
	body.mypage .container.pc .btn_header_cart,
	body.mypage .container.pc .btn_header_my {
		display: flex;
	}

	header.is_back .container.pc .header_back,
	header.is_back .container.pc .input_grp.type_round,
	header.is_back .container.pc .btn_header_cart,
	header.is_back .container.pc .btn_header_my {
		display: flex !important;
	}

	body.shop_detail .container.pc .header_back,
	body.shop_detail .container.pc .input_grp.type_round,
	body.shop_detail .container.pc .btn_header_cart,
	body.shop_detail .container.pc .btn_header_my {
		display: flex;
	}

	header .container {
		display: none;
	}

	header .container.pc {
		display: block;
		padding-inline: 0;
		align-items: center;
		width: 100%;
		max-width: 100%;
	}

	header .container.pc .wrap {
		display: flex;
		justify-content: space-between;
		align-items: center;
		width: 100%;
		height: 100%;
		max-width: 1432px;
		margin: 0 auto;
		padding-inline: 16px;
	}

	header .container.pc .left {
		align-items: center;
		gap: 70.5px;
	}

	header .container.pc .right {
		gap: 25px;
	}

	body.hb header .right,
	body.gb header .right,
	body.sb header .right,
	body.shop_detail header .right {
		flex-grow: unset;
	}

	header .container.pc .wrap a.logo {
		width: auto;
		height: auto;
		flex: 0 0 auto;
	}

	header .container.pc .wrap a.logo img {
		width: auto;
		height: 38px;
		transition: 0.2s ease;
	}

	header.floating .container.pc .wrap a.logo img {
		height: 28px;
	}

	header .container.pc .wrap nav {
		flex: 1 1 auto;
		min-width: 0;
		gap: 48px;
		display: flex;
	}

	header .container.pc .wrap nav a {
		flex-shrink: 0;
		width: auto;
		height: auto;
		font-size: 22px;
		font-weight: 700;
		color: #000;
	}

	header .container.pc .wrap .util {
		flex: 0 0 auto;
		margin-left: auto;
		display: flex;
		align-items: center;
		gap: 25px;
	}

	body.bb header .container.pc .wrap nav a.on,
	body.bc header .container.pc .wrap nav a.on,
	body.bs header .container.pc .wrap nav a.on,
	body.hb header .container.pc .wrap nav a.on,
	body.gb header .container.pc .wrap nav a.on,
	body.sb header .container.pc .wrap nav a.on {
		color: #000;
	}

	body.bb header .container.pc .wrap nav a:not(.on),
	body.bc header .container.pc .wrap nav a:not(.on),
	body.bs header .container.pc .wrap nav a:not(.on),
	body.hb header .container.pc .wrap nav a:not(.on),
	body.gb header .container.pc .wrap nav a:not(.on),
	body.sb header .container.pc .wrap nav a:not(.on) {
		color: #8e918f;
		/* color: rgba(255, 255, 255, 0.5); */
	}

	body.bc.detail header .container.pc .wrap nav a.on,
	body.bs.detail header .container.pc .wrap nav a.on {
		color: #fff;
	}

	body.bc.detail header.floating .container.pc .wrap nav a.on,
	body.bs.detail header.floating .container.pc .wrap nav a.on {
		color: #000;
	}

	body.bc.detail header .container.pc .wrap nav a,
	body.bs.detail header .container.pc .wrap nav a {
		color: rgba(255, 255, 255, 0.5);
	}

	body.bc.detail header.floating .container.pc .wrap nav a,
	body.bs.detail header.floating .container.pc .wrap nav a {
		color: #8e918f;
	}

	/* header */
	header .input_grp.type_round {
		height: 48px;
		min-width: 400px;
		padding: 4px 24px;
	}

	header .btn_input_search .icon_search {
		width: 27.6px;
		height: 27.5px;
		margin-top: 7px;
	}

	header .delete_btn {
		display: none;
		width: 22.4px;
		height: 22.4px;
		margin: 0 13px 0 11px;
	}

	.btn_input_search.type_pc {
		min-width: 27.6px;
		height: 27.5px;
	}

	.btn_input_search.type_pc .icon_search_03 {
		width: 100%;
		height: 100%;
	}

	header .delete_btn.is_show {
		display: block;
	}

	body.bc.detail .btn_header_search,
	body.bs.detail .btn_header_search {
		display: block;
		width: 30px;
		height: 30px;
		padding: 0;
		background-color: transparent;
		border-radius: 0;
		box-shadow: none;
	}

	body.bs.detail header .container {
		padding: 0;
	}

	/* 레이어팝업 - 닫기 버튼 */
	header .container.pc .input_grp.is_close .delete_btn {
		display: block;
	}

	.input_grp.type_round input::placeholder {
		font-size: 18px;
	}

	header .icon_wish {
		width: 30px;
		height: 30px;
	}

	header .icon_cart {
		width: 30px;
		height: 30px;
	}

	body.bc.detail header.floating,
	body.bs.detail header.floating,
	header.is_bombom_detail.floating {
		background: #fff;
	}

	header .container.pc .wrap a.logo img.black {
		display: block;
	}

	header .container.pc .wrap a.logo img.white {
		display: none;
	}

	header.is_bombom_detail .container.pc .wrap a.logo img.black,
	body.floating header .container.pc .wrap a.logo img.white {
		display: none;
	}

	header.is_bombom_detail .container.pc .wrap a.logo img.white,
	body.detail.bs header .container.pc .wrap a.logo img.white,
	body.floating header.is_bombom_detail .container.pc .wrap a.logo img.black {
		display: block;
	}

	body.detail.bs header .container.pc .wrap a.logo img.black,
	body.floating header.is_bombom_detail .logo img.black {
		display: none;
	}

	body.bc.detail header.floating .container.pc .wrap .logo img.white,
	body.bs.detail header.floating .container.pc .wrap .logo img.white {
		display: none;
	}

	body.bc.detail header.floating .container.pc .wrap .logo img.black,
	body.bs.detail header.floating .container.pc .wrap .logo img.black {
		display: block;
	}

	body.bc.detail .container.pc .wrap .util .icon,
	body.bs.detail .container.pc .wrap .util .icon {
		filter: brightness(1) invert(1);
	}

	body.bc.detail header.floating .container.pc .wrap .util .icon,
	body.bs.detail header.floating .container.pc .wrap .util .icon {
		filter: none;
	}

	header.is_bombom_detail.floating .container.pc {
		padding: 0;
	}

	body.bs.detail header:not(.floating) .container.pc .wrap nav a,
	body.bc.detail header:not(.floating) .container.pc .wrap nav a {
		/* color: #ccc; */
	}

	body.bs.detail header:not(.floating) .container.pc .wrap nav a.on,
	body.bc.detail header:not(.floating) .container.pc .wrap nav a.on {
		/* color: #fff; */
	}

	body.bs.detail header:not(.floating) .container.pc .wrap .util img,
	body.bc.detail header:not(.floating) .container.pc .wrap .util img {
		filter: brightness(1) invert(1);
	}

	body.bc.detail header .container.pc {
		padding-top: 0;
	}

	body.bs.detail header:not(.floating) .container.pc .wrap>a.logo img.white,
	body.bc.detail header:not(.floating) .container.pc .wrap>a.logo img.white {
		display: inline-block;
	}

	body.bs.detail header:not(.floating) .container.pc .wrap>a.logo img.black,
	body.bc.detail header:not(.floating) .container.pc .wrap>a.logo img.black {
		display: none;
	}

	header .btn_header_search,
	header .btn_header_wish,
	header .btn_header_cart,
	header .btn_header_my {
		width: 30px;
		height: 30px;
	}

	header .container.pc .wrap .input {
		font-size: 16px;
	}

	header .container.pc .wrap .btn_delete {
		width: 24px;
		height: 24px;
		margin-right: 15.2px;
	}

	header .container.pc .wrap .btn_search {
		width: 27px;
		height: 27px;
	}

	/* body.mypage .lnb_aside {
		display: block;
	} */



	.component_information_container .card_place {
		gap: 4px;
		margin-bottom: 16px;
	}


	.swiper-button-next,
	.swiper-button-prev {
		width: 16px;
		height: 16px;
	}

	.swiper_controls {
		gap: 65px;
		max-width: 1400px;
		margin-top: 32px;
		padding: 0;
	}

	.swiper-pagination-progressbar {
		height: 4px !important;
	}

	.swiper_nav {
		gap: 28.5px;
	}

	.swiper_count {
		width: 48px;
		font-size: 16px;
	}

	.gb_visual .swiper-button-next,
	.gb_visual .swiper-button-prev,
	.sb_visual .swiper-button-next,
	.sb_visual .swiper-button-prev {
		display: block;
	}

	/* hb_visual 모바일도 작업해야함 */

	/* .svisual_container {
		width: calc(100% + (100vw - 100%));
		margin-left: calc((100% - 100vw) / 2);
		margin-right: calc((100% - 100vw) / 2);
	} */

	/* 
	.hb_visual {
		max-width: 1400px;
		overflow: visible;
	} */

	.hb_visual {
		overflow: visible;
	}

	.hb_visual ul {
		gap: 0px;
		width: 100%;
	}

	/* .hb_visual ul li{position:relative;width:33%}
	.hb_visual ul li .component_information_container{position:absolute;bottom:0;left:0;padding:40px 30px;width:100%;} */
	.hb_visual ul li .component_information_container .card_place,
	.hb_visual ul li .component_information_container .card_title,
	.hb_visual ul li .component_information_container .price_container {
		color: #fff !important;
	}

	.hb_visual ul li .component_information_container .price_container {
		margin-top: 32px;
	}

	.hb_visual ul li .component_information_container .card_title {
		font-size: 28px !important;
		margin-top: 16px;
	}

	.hb_visual ul li .card_top_marker,
	.hb_visual ul li .component_information_container .card_tag_container {
		display: none !important;
	}

	.hb_visual ul li .thumbnail picture:before {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: linear-gradient(180deg, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0.6) 100%);
	}

	.hb_visual ul li picture {
		aspect-ratio: 3 / 3.8;
	}

	.hb_visual ul li .component_information_container .card_title {}

	/* hb_visual 모바일도 작업해야함 end */

	/* gb_visual 모바일도 작업해야함 */

	.gb_visual {
		max-width: 1600px;
		overflow: visible;
	}

	.gb_visual ul {
		gap: 0px;
		width: 100%;
	}

	.gb_visual ul li {
		position: relative;
		width: 100%;
	}

	.gb_visual ul li .component_information_container {
		position: absolute;
		bottom: 0;
		left: 0;
		max-width: 1400px;
		width: 100%;
		left: 50%;
		transform: translateX(-50%);
	}

	.gb_visual ul li .component_information_container .card_place,
	.gb_visual ul li .component_information_container .card_title,
	.gb_visual ul li .component_information_container .price_container {
		color: #fff !important;
	}

	.gb_visual ul li .component_information_container .price_container {
		margin-top: 32px;
	}

	.gb_visual ul li .component_information_container .card_title {
		font-size: 50px !important;
		margin-top: 16px;
	}

	.gb_visual ul li .card_top_marker,
	.gb_visual ul li .component_information_container .card_tag_container {
		display: none !important;
	}

	.gb_visual ul li picture {
		aspect-ratio: auto;
		max-height: 664px;
	}

	.gb_visual ul li .thumbnail {
		height: 664px;
	}

	.gb_visual ul li .component_information_container .card_place {
		font-size: 20px;
	}

	.gb_visual ul li .component_information_container .card_place img {
		filter: invert(1);
	}

	/* gb_visual 모바일도 작업해야함 end */

	/* sb_visual 모바일도 작업해야함 */
	.sb_visual {
		max-width: 1600px;
		overflow: visible;
		width: 100%;
		margin: 0 auto;
		position: relative;
	}

	.sb_visual ul {
		gap: 0px;
		width: 100% !important;
	}

	.sb_visual ul li {
		position: relative;
		width: calc(33.33% - 20px);
	}

	.sb_visual ul li .card_top_marker {
		padding: 6px 9px;
		font-size: 14px;
	}

	.sb_visual ul li .component_information_container {
		position: absolute;
		bottom: 0;
		left: 0;
		padding: 40px 30px;
	}

	.sb_visual ul li .component_information_container .card_place,
	.sb_visual ul li .component_information_container .card_title,
	.sb_visual ul li .component_information_container .price_container {
		color: #fff !important;
	}

	.sb_visual ul li .component_information_container .price_container {
		margin-top: 32px;
	}

	.sb_visual ul li .component_information_container .card_title {
		font-size: 34px !important;
		margin-top: 16px !important;
	}

	.sb_visual ul li .component_information_container .card_tag_container {
		display: none !important;
	}

	.sb_visual ul li .thumbnail {
		aspect-ratio: 12 / 9;
	}

	.sb_visual ul li .thumbnail picture:before {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: linear-gradient(180deg, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0.6) 100%);
	}

	.sb_visual ul li picture {
		aspect-ratio: 4 / 3;
	}

	.sb_visual ul li .component_information_container .card_place {
		font-size: 20px;
	}

	.sb_visual ul li .component_information_container .card_place img {
		filter: invert(1);
	}

	/* gb_visual 모바일도 작업해야함 end */

	.side_gnb_container {
		display: none;
	}

	main+#groupTitle {
		margin-top: 100px;
	}

	#app_wrapper main {
		padding: 0 16px 160px;
	}

	#groupTitle {
		margin-top: var(--lc-gap-m);
		padding-inline: 0;
	}

	#groupTitle,
	.title_container .title {
		font-size: 50px;
	}

	.homepage_haebom_container .wrap {
		width: 100vw;
		margin-top: var(--lc-tit-gap);
		margin-left: calc(50% - 50vw);
		margin-right: calc(50% - 50vw);
		background: #fafafa;
		padding: var(--lc-tit-gap) 0;
	}

	.homepage_haebom_container .wrap .list_contents {
		margin-top: 0;
	}

	.homepage_visual_container,
	.homepage_series_container {
		width: 100vw;
		margin-left: calc(50% - 50vw);
		margin-right: calc(50% - 50vw);
	}

	.homepage_series_container .swiper {
		max-width: 1400px;
		margin-left: auto;
		margin-right: auto;
		width: 100%;
	}

	main .curation {
		padding-inline: 0;
	}





	.contents_card.half {
		width: 100%;
	}

	.homepage_series_container {
		padding: 0;
		background: none;
		overflow: hidden;
	}

	.homepage_series_container .title_container .btn_view_more img {
		filter: brightness(0);
	}

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

	.list_contents.swiper-wrapper:has(> li:first-child.series_card.full) {
		display: flex !important;
		gap: 0 !important;
	}

	.list_contents:has(> li:first-child.series_card.full) {
		gap: 0;
	}

	.homepage_series_container .series_list li {
		position: static;
	}

	.homepage_series_container .series_list {
		justify-content: normal;
		flex-direction: initial !important;
		width: 100%;
		max-width: 1400px;
	}

	.homepage_series_container .series_list .swiper-slide {
		flex-shrink: 0;
	}

	.series_card.full {
		/* 		width:33%; */
	}

	.component_card_slider video,
	.component_card_slider img {
		position: relative;
		top: auto;
		left: auto;
		width: 100%;
		max-width: inherit;
		height: auto;
		transform: none;
	}

	.homepage_visual_container {
		height: auto;
	}

	.thumbnail {
		border-radius: 0;
	}

	#app_wrapper {
		overflow: visible;
	}

	.homepage_gabom_hot_container .list_horizontal {
		padding-left: 0;
	}

	/*********************** visual **********************/
	.component_card_slider .slider_move_container {
		height: auto;
	}

	/* 전체 50/50 레이아웃 */
	.progress_swiper {
		display: inline-flex;
		margin: 0 auto;
		flex: 0 0 auto;
		width: fit-content;
		gap: 30px;
		justify-content: center;
		overflow: visible !important;
		/* sticky 방해 제거 */
		margin-bottom: -50px;
	}

	.component_card_slider {
		overflow: visible;
		justify-content: center;
		display: flex;
	}

	/* 오른쪽(원본 swiper) 2컬럼 그리드 */
	.progress_swiper .swiper-wrapper {
		display: block !important;
		/* grid 끄기 */
		column-count: 2;
		column-gap: 30px;
		transform: none !important;
		max-width: 700px;
	}

	.progress_swiper .swiper-slide {
		display: inline-block;
		width: 100% !important;
		break-inside: avoid;
		margin: 0 0 50px;
		height: auto !important;
		max-width: 1000px;
	}

	.progress_swiper .swiper-wrapper .swiper-slide:nth-child(-n + 5) .slider_thumbnail_container img {
		aspect-ratio: 3 / 4;
	}

	/* 6~10 : 1/1 */
	.progress_swiper .swiper-wrapper .swiper-slide:nth-child(n + 6):nth-child(-n + 10) .slider_thumbnail_container img {
		aspect-ratio: 1 / 1;
	}

	/* PC에서만 피처 보이기 */
	.pc_feature_slot {
		display: block;
		position: sticky;
		top: 127px;
		/* 헤더 높이 */
		align-self: start;
		z-index: 2;
	}

	.pc_feature_slot .progress_swiper .swiper-slide {
		margin-bottom: 0;
	}

	.pc_feature_slot .component_card_slider .slider_move_container .slider .slider_text_container {
		bottom: 80px;
		left: 40px;
		max-width: 400px;
	}

	.pc_feature_slot .slider_thumbnail_container img {
		height: calc(100vh - 127px - 40px);
		max-width: 50vw;

	}

	.component_card_slider .pc_feature_slot.slider_move_container .slider .slider_text_container {
		width: calc(100% - 100px);
		left: 50px;
		bottom: 50px;
	}

	.component_card_slider .slider_move_container:not(.pc_feature_slot) .slider .slider_text_container {
		position: static;
	}

	.component_card_slider .slider_move_container:not(.pc_feature_slot) .swiper-slide::after {
		display: none;
	}

	.contents_card.half .thumbnail picture {
		border-radius: 0;
	}

	.component_card_slider .slider_move_container:not(.pc_feature_slot) .slider .slider_text_container .title {
		font-size: 22px;
		color: #000;
	}

	.component_card_slider .slider_move_container:not(.pc_feature_slot) .slider .slider_text_container .description {
		margin-top: 16px;
		font-size: 1.4rem;
		color: #000;
	}

	.component_card_slider .slider_move_container:not(.pc_feature_slot) .slider .slider_text_container .category {
		top: 16px;
		left: 16px;
		position: absolute;
	}

	/* PC에서 원본 첫번째 슬라이드는 숨김(중복 방지) */
	.progress_swiper .swiper-wrapper .swiper-slide:first-child {
		display: none !important;
	}

	/* 컨트롤 숨김 */
	.progress_swiper .swiper-pagination,
	.progress_swiper .swiper-button-prev,
	.progress_swiper .swiper-button-next {
		display: none !important;
	}

	.progress_swiper .swiper-slide:not(:first-child):nth-child(even) {}

	.progress_swiper .swiper-slide:not(:first-child):nth-child(odd) {}

	/*********************** visual **********************/

	/*******pc 갯수 제한*********/
	.homepage_bombom_container .contents_card:nth-child(n + 9) {
		display: none;
	}

	.homepage_haebom_container .hb_card:nth-child(n + 7) {
		display: none;
	}

	.homepage_gabom_hot_container .gb_card:nth-child(n + 9) {
		display: none;
	}

	.homepage_sabom_container .sb_card:nth-child(n + 11) {
		display: none;
	}

	/*********************** haebom_container **********************/
	.homepage_haebom_container .list_contents:has(> li:first-child.hb_card.half__text) {
		display: grid;
		grid-template-columns: repeat(3, minmax(0, 1fr));
		gap: var(--lc-gap-hz-half);
	}

	/*********************** gabom_container **********************/
	.homepage_gabom_hot_container .list_horizontal {
		display: grid;
		grid-template-columns: repeat(4, minmax(0, 1fr));
		gap: var(--lc-gap-m) var(--lc-gap-hz-half);
		margin-left: 0 !important;
		margin-right: 0 !important;
	}

	.homepage_gabom_hot_container .list_horizontal .gb_card.full {
		width: 100%;
	}

	/*********************** sabom_container **********************/
	.homepage_sabom_container .list_contents {
		display: grid !important;
		grid-template-columns: repeat(5, minmax(0, 1fr));
		gap: var(--lc-gap-m) var(--lc-gap-hz-half);
		margin-left: 0;
		margin-right: 0;
	}

	.homepage_sabom_container .list_contents .sb_card.half {
		width: 100%;
	}

	.bombom_contents_new_container,
	.bombom_series_container {
		padding-inline: 0;
		padding-bottom: 0;
		padding: 0;
	}

	.list_container {
		padding-inline: 0;
	}

	.sb_card.half,
	.hb_card.half {
		width: 100% !important;
	}

	.list_container.bc .list_contents,
	.list_container.bs .list_contents {
		display: grid !important;
		grid-template-columns: repeat(3, minmax(0, 1fr));
		gap: var(--lc-gap-m) var(--lc-gap-hz-half) !important;
	}

	.list_container.hb .list_contents {
		display: grid !important;
		grid-template-columns: repeat(4, minmax(0, 1fr));
		gap: var(--lc-gap-m) var(--lc-gap-hz-half) !important;
	}

	.list_container.gb .list_contents {
		display: grid !important;
		grid-template-columns: repeat(3, minmax(0, 1fr));
		gap: var(--lc-gap-m) var(--lc-gap-hz-half) !important;
	}

	.list_container.sb .list_contents {
		display: grid !important;
		grid-template-columns: repeat(5, minmax(0, 1fr));
		gap: var(--lc-gap-m) var(--lc-gap-hz-half) !important;
	}

	/* list */

	.list_container .list_double_row .row .row_scroll_box {
		gap: var(--lc-gap-hz-half);
		padding-inline: 0;
	}

	.list_container .list_double_row .row .row_scroll_box:not(:has(li:nth-child(3))) li {
		width: 100%;
	}

	.list_container .list_double_row .row li {
		width: 100%;
	}

	.list_container .list_double_row .row li:last-child {
		margin-right: 0;
	}

	.list_container .list_double_row .row .row_scroll_box {
		display: grid;
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}

	.related_contents_container .list_horizontal,
	.bb_recommend_container .list_horizontal,
	.hb_recommend_container .list_horizontal,
	.sb_recommend_container .list_horizontal {
		margin-left: 0;
		margin-right: 0;
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}

	/***** list 컬럼 조정 *******/

	/* detail */
	.series_detail_container>.series_card {
		width: 100vw;
		margin-left: calc(50% - 50vw);
		margin-right: calc(50% - 50vw);
		height: 100vh;
	}

	.series_detail_container>.series_card.full .thumbnail {
		display: flex;
		justify-content: space-between;
		height: 100%;
	}

	.series_detail_container>.series_card.full .thumbnail picture:before {
		display: none;
	}

	.series_detail_container>.series_card.full .thumbnail>.card_top_marker {
		display: none;
	}

	.series_detail_container>.series_card.full .thumbnail picture {
		aspect-ratio: auto;
		width: 50%;
	}

	.series_detail_container>.series_card.full .component_information_container {
		bottom: auto;
		left: auto;
		position: relative;
		display: flex;
		width: 50%;
		background: #000;
		flex-flow: column;
		justify-content: center;
		padding-left: 100px;
	}

	.series_detail_container>.series_card.full .component_information_container .card_description,
	.series_detail_container>.series_card.full .component_information_container .card_count_posts {
		font-size: 20px;
		max-width: 800px;
	}

	.series_detail_container>.series_card.full .component_information_container a {
		padding-top: 0;
	}

	.series_detail_container>.series_card.full .component_information_container .card_title {
		font-size: 74px;
		max-width: 800px;
	}

	.series_detail_container>.series_card.full .component_information_container .card_top_marker {
		position: relative;
		top: auto;
		left: auto;
	}

	.series_card.full .component_information_container .card_top_marker .category {
		display: block;
	}

	body.bc.detail .detail_content_container>.thumbnail_container {
		width: 100vw;
		margin-left: calc(50% - 50vw);
		margin-right: calc(50% - 50vw);
		height: 100vh;
		overflow: visible;
	}

	body.bc.detail .detail_content_container>.thumbnail_container .thumbnail {
		aspect-ratio: auto;
		height: 100vh;
		position: absolute;
		width: 100%;
		max-width: 100%;
		left: 0;
		transform: none;
	}

	body.bc.detail .detail_content_container>.thumbnail_container .information_container {
		bottom: auto;
		left: auto;
		position: sticky;
		top: 50%;
		left: auto;
		display: inline-block;
		width: auto;
		transform: translate(0, -50%);
		max-width: 100%;
		display: flex;
		flex-flow: column;
		margin-bottom: 0;
		padding-bottom: 0;
		align-items: center;
	}

	body.bc.detail .detail_content_container>.thumbnail_container:before {
		background: rgba(0, 0, 0, 0.3);
	}

	body.bc.detail .detail_content_container>.thumbnail_container .information_container .title {
		order: 1;
		font-size: 60px;
		margin-top: 0;
		text-align: center;
		max-width: 1200px;
	}

	body.bc.detail .detail_content_container>.thumbnail_container .information_container .category {
		order: 2;
		background-color: transparent;
		font-size: 20px;
		margin-top: 40px;
		color: #fff;
	}

	body.bc.detail .detail_content_container>.thumbnail_container .information_container .category a {
		display: flex;
		align-items: center;
	}

	body.bc.detail .detail_content_container>.thumbnail_container .information_container .category a+a:before {
		content: "";
		display: inline-block;
		width: 4px;
		height: 4px;
		background: #fff;
		margin: 0 10px;
		border-radius: 10px;
	}

	body.bc.detail .detail_content_container>.thumbnail_container .information_container .category a+a {
		color: #c3bdb7;
	}

	.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: 900px;
		margin-left: auto !important;
		margin-right: auto !important;
	}

	#related-contents-container .related_contents_container {
		margin-top: 150px;
	}

	.floating_actions_container {
		margin-top: 100px;
	}

	/* contents */
	.sabom_edition_container.list_container .list_horizontal {
		display: grid;
		grid-template-columns: repeat(4, minmax(0, 1fr));
		gap: var(--lc-gap-m) var(--lc-gap-hz-half) !important;
	}

	.list_container .list_horizontal:has(> li:first-child.gb_card.full) {
		display: grid;
		grid-template-columns: repeat(4, minmax(0, 1fr));
		gap: var(--lc-gap-m) var(--lc-gap-hz-half) !important;
	}

	.list_container .list_contents:has(> li:first-child.gb_card.full) {
		display: grid;
		grid-template-columns: repeat(3, minmax(0, 1fr));
		gap: var(--lc-gap-m) var(--lc-gap-hz-half) !important;
	}

	.list_container .list_contents:has(> li:first-child.hb_card.half),
	.list_container .list_contents:has(> li:first-child.hb_card.full) {
		display: grid;
		grid-template-columns: repeat(4, minmax(0, 1fr));
		gap: var(--lc-gap-m) var(--lc-gap-hz-half) !important;
	}

	.list_container .list_contents:has(> li:first-child.sb_card.half),
	.list_container .list_contents:has(> li:first-child.sb_card.full) {
		display: grid;
		grid-template-columns: repeat(5, minmax(0, 1fr));
		gap: var(--lc-gap-m) var(--lc-gap-hz-half) !important;
	}

	.list_container .list_contents:has(> li:first-child.series_card.full),
	.list_container .list_contents:has(> li:first-child.contetns_card.full) {
		display: grid;
		grid-template-columns: repeat(3, minmax(0, 1fr));
		gap: var(--lc-gap-m) var(--lc-gap-hz-half) !important;
	}

	.list_contents:has(> li:first-child.contents_card.full) {
		display: grid;
		grid-template-columns: repeat(3, minmax(0, 1fr));
		gap: var(--lc-gap-m) var(--lc-gap-hz-half) !important;
	}

	.list_contents:has(> li:first-child.contents_card.half) {
		display: grid;
		grid-template-columns: repeat(4, minmax(0, 1fr));
		gap: var(--lc-gap-m) var(--lc-gap-hz-half) !important;
	}

	body.mypage .list_contents:has(> li:first-child.contents_card.half) {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	body.mypage .list_container .list_contents:has(> li:first-child.sb_card.half) {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.list_contents:has(> li:first-child.series_card.full) {
		display: grid;
		grid-template-columns: repeat(3, minmax(0, 1fr));
		gap: var(--lc-gap-m) var(--lc-gap-hz-half) !important;
	}

	.list_contents:has(> li:first-child.hb_card.half__text) {
		gap: var(--lc-gap-halftext);
	}

	.list_container .list_horizontal {
		gap: var(--lc-gap-m) var(--lc-gap-hz-half);
	}

	.list_horizontal .gb_card.full,
	.list_horizontal .sb_card.full,
	.list_horizontal .hb_card.full {
		width: 100% !important;
	}

	.list_container .list_contents:has(> li:first-child.hb_card.half) {
		gap: var(--lc-gap-m) var(--lc-gap-hz-half);
	}

	.list_container .list_contents:has(> li:first-child.gb_card.full) {
		gap: var(--lc-gap-m) var(--lc-gap-hz-half);
	}

	.list_contents:has(> li:first-child.hb_card.half),
	.list_contents:has(> li:first-child.gb_card.half),
	.list_contents:has(> li:first-child.sb_card.half) {
		gap: var(--lc-gap-m) var(--lc-gap-hz-half);
	}

	/* 검색결과 */
	/* .list_contents.search_result:has(> li:first-child.contents_card.full),
	.list_contents.search_result:has(> li:first-child.series_card.full) {
		display: grid;
		grid-template-columns: repeat(4, minmax(0, 1fr));
		gap: var(--lc-gap-m) var(--lc-gap-hz-half) !important;
	} */

	.sch_result_container .list_contents:has(> li) {
		grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
	}

	.sch_result_container .list_horizontal li {
		width: calc(50% - 0.6rem);
	}

	.sch_result_container .list_contents:has(> li:first-child) {
		display: grid !important;
		grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
	}

	.component_information_container .card_title.text_ellipsis_2 {
		height: auto;
	}


	/************************ lnb & mypage **************************/
	header .container.pc.my {
		height: 100%;
		border-bottom: 1px solid #e1e3e1;
	}

	/* LNB 영역 */
	body.mypage main {
		display: flex;
		align-items: flex-start;
		gap: 24px;
		margin-top: 80px;
		max-width: 1232px !important;
	}

	body.mypage main>.lnb_aside {
		flex: 0 0 260px;
		/* LNB 폭 */
	}

	body.mypage main>.myp_container {
		flex: 1 1 auto;
		min-width: 0;
		/* 		padding-right: 16px; */
		/* 긴 콘텐츠 때문에 튀어나오는 것 방지 */
	}

	body.mypage main>.modal_container {
		flex: 0 0 auto;
	}


	#recipient_zipId.bbb_custom_modal {
		margin: 50px 0 !important;
		height: auto;
	}

	#recipient_zipId.bbb_custom_modal {
		max-width: 500px;
	}

	body.mypage .title_container {
		margin-top: 0;
		margin-bottom: 32px;
	}

	body.mypage .title_container .title {
		font-size: 28px;
	}

	.lnb_aside {}

	.lnb_aside .lnb {}

	.lnb_aside .lnb .lnb_group+.lnb_group {
		margin-top: 48px;
	}

	.lnb_aside .lnb .lnb_group .lnb_title {
		font-weight: 700;
		font-size: 26px;
		color: #191d1c;
	}

	.lnb_aside .lnb .lnb_group .lnb_list {
		margin-top: 14px;
		display: flex;
		flex-flow: column;
		gap: 5px;
	}

	.lnb_aside .lnb .lnb_group .lnb_list .lnb_item {}

	.lnb_aside .lnb .lnb_group .lnb_list .lnb_item .lnb_text {
		font-weight: 500;
		font-size: 18px;
		color: #8e918f;
		padding: 5px 0;
	}

	.lnb_aside .lnb .lnb_group .lnb_list .lnb_item .lnb_text.is-active {
		color: #5d00ff;
	}

	.myp_common_section {
		padding: 0;
	}

	.myp_common_section+.myp_common_section {
		margin-top: 48px;
	}

	.myp_cs_section {
		display: none;
	}

	/************************ lnb end**************************/

	.component_card_slider .slider_move_container .slider .slider_text_container {
		width: 100%;
	}

	.component_card_slider .slider_move_container .slider .slider_text_container .category {
		gap: 0.4rem;
	}

	.component_card_slider .slider_move_container .slider .slider_text_container .category span {
		padding: 6px 12px;
		font-size: 14px;
	}

	.component_card_slider .slider_move_container .slider .slider_text_container .title {
		margin-top: 1.6rem;
		font-size: 3.8rem;
	}

	.component_card_slider .slider_move_container .slider .slider_text_container .description {
		margin-top: 1.6rem;
		font-size: 1.6rem;
	}

	.component_card_slider .slide_controller {
		display: none;
	}

	.component_card_slider .slide_controller .progressbar {
		width: 5.6rem;
		height: 0.2rem;
	}

	.component_card_slider .slide_controller .slide_counter,
	.component_card_slider .slide_controller .slide_counter span {
		font-size: 1.4rem;
	}

	.component_card_slider .slide_controller .slide_counter {
		gap: 0.4rem;
		font-size: 1.4rem;
	}

	.component_card_slider.card_393_393 {
		height: auto;
		aspect-ratio: 1/1;
	}

	.component_card_slider.card_393_294 {
		height: auto;
		aspect-ratio: 393/294;
	}

	.component_card_slider.card_393_221 {
		height: auto;
		aspect-ratio: 393/221;
	}

	.component_card_slider.card_361_124 {
		height: auto;
		aspect-ratio: 361/124;
	}

	.component_card_slider .counter {
		bottom: 1.6rem;
		right: 1.6rem;
		padding: 0.5rem 1.2rem;
	}

	.component_card_slider .counter span {
		font-size: 1.1rem;
	}

	/* card */
	.thumbnail .card_top_marker {
		top: 1.2rem;
		left: 1.2rem;
	}

	.thumbnail .card_top_marker span {
		padding: 6px 10px;
		font-size: 14px;
	}

	.thumbnail .btn_capture {
		top: 1.2rem;
		right: 1.2rem;
	}

	.half__text .thumbnail .btn_capture,
	.half .thumbnail .btn_capture {
		width: 2.4rem;
		height: 2.4rem;
	}

	.component_information_container a {
		padding-top: 1.6rem;
	}

	.component_information_container .card_title {
		font-size: 2.2rem;
	}

	.component_information_container .card_description {
		margin-top: 16px;
		font-size: 1.4rem;
	}

	.component_information_container .card_comment {
		margin-top: 1.6rem;
		font-size: 1.3rem;
	}

	.component_information_container .card_date {
		margin-top: 1.2rem;
		font-size: 1.2rem;
	}

	.component_information_container .price_container {
		margin-top: 25px;
	}

	.component_information_container .price_container .origin_price {
		font-size: 1.2rem;
		/* font-size: 28px;
		font-style: normal;
		font-weight: 700;
		line-height: 34px;
		letter-spacing: -1.12px */
	}

	.component_information_container .price_container .discount {
		font-size: 1.3rem;
	}

	.component_information_container .price_container .discount i {
		font-size: 1.8rem;
	}

	.component_information_container .price_container b {
		font-size: 1.8rem;
	}

	.component_information_container .price_container .unit {
		font-size: 1.2rem;
	}

	.component_information_container .card_place {
		gap: 0.4rem;
		margin-right: auto;
		font-size: 1.2rem;
	}

	.component_information_container .card_tag_container {
		gap: 0.4rem;
	}

	.component_information_container .card_tag_container span {
		padding: 0.5rem 1rem;
		font-size: 1.2rem;
	}

	.component_information_container .card_tag_container {
		gap: 0.4rem;
		margin-top: 1rem;
	}

	.component_information_container .card_tag_container span {
		padding: 0.4rem 0.6rem;
		font-size: 1.2rem;
	}

	.thumbnail .card_top_marker {
		width: auto;
		top: 16px;
		left: 16px;
		flex-flow: column;
		align-items: flex-start;
	}

	.contents_card .thumbnail .card_top_marker {
		top: 1.5rem;
		left: 1.2rem;
	}

	.contents_card .btn_capture {
		top: 1.2rem;
		right: 1.2rem;
	}

	.contents_card .thumbnail .card_tag_container {
		bottom: 1.5rem;
		left: 1.2rem;
	}

	.contents_card .thumbnail .card_tag_container span {
		padding: 0.5rem 1rem;
		font-size: 1.2rem;
	}

	.contents_card.half .thumbnail picture {
		aspect-ratio: 1/1;
		border-radius: 0;
		width: 100%;
	}

	.contents_card.half .thumbnail .card_top_marker {
		width: auto;
		top: 16px;
		left: 16px;
		flex-flow: column;
		align-items: flex-start;
	}

	.contents_card.half .btn_capture {
		top: 16px;
		right: 16px;
	}

	.contents_card.half .component_information_container .card_title {
		font-size: 22px;
		height: calc(1.3em * 2);
	}

	.series_card.full .thumbnail picture {
		aspect-ratio: 361/481;
	}

	.series_card.full .thumbnail .card_top_marker {
		top: 24px;
		left: 24px;
	}

	.series_card.full .btn_capture,
	.series_card.full .component_information_container {
		bottom: 24px;
		left: 24px;
		width: calc(100% - 48px);
	}

	.series_card.full .component_information_container .card_title {
		font-size: 3.2rem;
	}

	.series_card.full .component_information_container .card_description {
		margin-top: 1rem;
	}

	.series_card.full .component_information_container .card_tag_container span {
		margin-top: 1.5rem;
		padding: 0.5rem 1rem;
	}

	.series_card.full .component_information_container .card_count_posts {
		margin-top: 1.6rem;
		font-size: 1.3rem;
	}

	.series_card.full .component_information_container .card_count_posts b {
		margin-left: 0.2rem;
		font-size: 1.3rem;
	}

	.hb_card.half .thumbnail picture {
		aspect-ratio: 1/1;
	}

	.hb_card.half .card_place {
		gap: 0.4rem;
		font-size: 1.3rem;
	}

	.hb_card.half .card_title {
		margin-top: 1.2rem;
		font-size: 1.8rem;
	}

	.hb_card.half .card_date_container {
		margin-top: 1.2rem;
	}

	.hb_card.half .card_date_container span {
		font-size: 1.2rem;
	}

	.hb_card.half .thumbnail .card_top_marker {
		width: 13rem;
		top: 0.8rem;
		left: 0.8rem;
	}

	.hb_card.half .btn_capture {
		top: 0.8rem;
		right: 0.8rem;
	}

	.hb_card.half .component_information_container .card_title {
		font-size: 1.8rem;
	}

	.hb_card.half__text {
		gap: 1.6rem;
	}

	.hb_card.half__text .thumbnail {
		width: 50%;
	}

	.hb_card.half__text .thumbnail picture {
		aspect-ratio: 1/1;
	}

	.hb_card.half__text .card_place {
		gap: 0.4rem;
		font-size: 1.3rem;
	}

	.hb_card.half__text .card_title {
		margin-top: 1rem;
		font-size: 1.8rem;
	}

	.hb_card.half__text .price_container {
		margin-top: 25px;
	}

	.hb_card.half__text .thumbnail .btn_capture {
		top: 0.8rem;
		right: 0.8rem;
	}

	.hb_card.half__text .card_date_container {
		margin-top: 1.2rem;
	}

	.hb_card.half__text .card_date_container span {
		font-size: 1.2rem;
	}

	.hb_card.half__text .component_information_container a {
		padding-top: 16px;
	}

	.gb_card .card_date_container {
		margin-top: 1.2rem;
	}

	.gb_card .card_date_container span {
		font-size: 1.2rem;
	}

	.gb_card.full .thumbnail picture {
		aspect-ratio: 361 / 270;
	}

	.gb_card.full .thumbnail .card_tag_container {
		bottom: 1.2rem;
		left: 1.2rem;
	}

	.gb_card.full .thumbnail .card_tag_container span {
		padding: 0.4rem 0.6rem;
		font-size: 1.1rem;
	}

	.gb_card.full .thumbnail .card_bottom_marker {
		bottom: 1.2rem;
		right: 1.2rem;
	}

	.gb_card.full .thumbnail .card_bottom_marker .card_place {
		gap: 0.4rem;
		margin-right: auto;
		font-size: 1.2rem;
	}

	.gb_card.full .thumbnail .card_bottom_marker .card_tag_container span {
		padding: 0.5rem 1rem;
		font-size: 1.2rem;
	}

	.gb_card.half .thumbnail picture {
		aspect-ratio: 1.25/1;
	}

	.gb_card.half .thumbnail .card_top_marker {
		top: 0.8rem;
		left: 0.8rem;
	}

	.gb_card.half .btn_capture {
		top: 0.8rem;
		right: 0.8rem;
	}

	.gb_card.half .card_place {
		gap: 0.4rem;
		margin-right: auto;
		font-size: 1.2rem;
	}

	.gb_card.half .thumbnail .card_bottom_marker {
		bottom: 0.8rem;
		right: 0.8rem;
	}

	.gb_card.half .thumbnail .card_bottom_marker .card_place {
		gap: 0.4rem;
		margin-right: auto;
		font-size: 1.2rem;
	}

	.gb_card.half .thumbnail .card_bottom_marker .card_tag_container {
		gap: 0.4rem;
	}

	.gb_card.half .thumbnail .card_bottom_marker .card_tag_container span {
		padding: 0.5rem 1rem;
		font-size: 1.2rem;
	}

	.gb_card.half .component_information_container .card_title {
		margin-top: 1.2rem;
		font-size: 1.8rem;
	}

	.sb_card.half .thumbnail .card_top_marker {
		top: 0.8rem;
		left: 0.8rem;
	}

	.sb_card.half .btn_capture {
		top: 0.8rem;
		right: 0.8rem;
	}

	.sb_card.half .thumbnail picture {
		aspect-ratio: 1/1;
	}

	.sb_card.half .card_seller {
		font-size: 1.2rem;
	}

	.sb_card.half .card_title {
		font-size: 1.8rem;
	}

	.sb_card.half .card_description {
		margin-top: 0.2rem;
		font-size: 1.2rem;
	}

	.sb_card.half .review_counter {
		margin-top: 1.2rem;
		font-size: 1.3rem;

	}

	.type_list .sb_card.half {
		gap: 1.2rem;
	}

	.type_list .sb_card.half .thumbnail {
		max-width: 17.45rem;
	}

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

	.btn_view_more_container .btn_view_more {
		padding: 10px 58px;
		font-size: 18px;
	}

	.btn_view_more_container,
	.btn_view_more_container:has(.list_newest) {
		margin-top: 60px;
	}

	.thumbnail~.message_container {
		bottom: 10rem;
		left: 50%;
	}

	.thumbnail~.message_container img {
		width: 2.4rem;
		height: 2.4rem;
	}

	.thumbnail~.message_container .message {
		gap: 0.6rem;
		min-width: 16.9rem;
		height: 4.8rem;
		padding-inline: 2rem;
	}

	.thumbnail~.message_container .message .txt {
		font-size: 1.4rem;
	}

	.notice_marker {
		right: -0.4rem;
		top: -0.7rem;
		width: 1.6rem;
		height: 1.6rem;
		padding-top: 0.1rem;
		font-size: 1rem;
		line-height: 1.6rem;
	}

	/* board type */
	.list_horizontal {
		display: grid;
		grid-template-columns: repeat(3, minmax(0, 1fr));
		gap: 1.6rem;
		padding-left: 0;
		overflow: hidden;
		overflow-x: hidden;
	}

	.list_horizontal li:last-child {
		margin-right: 1.6rem;
	}

	.list_horizontal .half {
		width: 100% !important;
	}

	.list_horizontal_row .list_row_container {
		gap: 1.2rem;
	}

	/* bottom gnb */
	.gnb_container {
		/* height: 7.8rem;
		bottom: 0;
		left: 50%; */
		display: none;
	}

	.gnb_container .container {
		max-width: 39.3rem;
		padding: 1rem 3.2rem 2rem;
	}

	.gnb_container .container a {
		gap: 0.4rem;
	}

	.gnb_container .container a img {
		width: 2.8rem;
		height: 2.8rem;
	}

	.gnb_container .container a span {
		font-size: 1.2rem;
	}

	.title_description {
		margin-top: 0.8rem;
		font-size: 1.6rem;
	}

	.title_container .btn_view_more {
		width: 50px;
		height: 50px;
		margin-bottom: 0.6rem;
	}

	.sub_title+ul,
	.title_container+ul {
		margin-top: 40px;
	}

	/* category, depth_navigation, custom_select */
	.top_button_container {
		gap: 0.8rem;
		padding: 2rem 0 2.8rem;
	}

	.top_button_container a {
		padding: 0.2rem 2.2rem;
		font-size: 1.6rem;
	}

	.category_navigation_container {
		padding: 0;
		margin-top: 48px;
	}

	.svisual_container+.category_navigation_container {
		padding: 0;
		margin-top: 70px;
	}


	.category_navigation_container .category_navigation a {
		opacity: 1;
		font-size: 22px;
		letter-spacing: 0.48px;
		color: #8E918F;
	}

	.category_navigation_container .category_navigation a.active {
		font-weight: 700;
		color: #000;
	}

	.category_navigation_container .category_navigation a.active:before {
		z-index: -1;
		width: 105%;
		height: 12px;
		left: 50%;
		bottom: 9px;
		background-color: #ddd3f2;
		transform: translateX(-50%);

	}

	/* .category_navigation_container .category_navigation a.active {
		width: 38px;
		height: 12px;
		background-color: #ddd3f2;
	} */

	/* .category_navigation_container .btn_category_toggle {
    display: none !important;
  }

  .category_navigation_container .category_navigation {
    gap: 16px;
    padding-right: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    overflow: hidden;
  }

  .category_navigation .nav-track {
    gap: 2.8rem;
  }

  .category_navigation_container .category_navigation a {
    opacity: 1;
    padding-bottom: 0;
    font-weight: 400;
    font-size: 22px;
    z-index: 1;
    color: #8e918f;
  }

  .category_navigation_container .category_navigation a[data-category="all"] {
    position: relative;
    font-weight: 700;
    color: #000;
  }

  .category_navigation_container .category_navigation a[data-category="all"]::after {
    content: "";
    z-index: -1;
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 38px;
    height: 12px;
    background-color: #ddd3f2;
    transform: translateX(-50%);
  }

  .category_navigation_container .category_navigation a.active:before {
    bottom: 0;
    left: 0;
    height: 1rem;
    background: #eadaff;
    z-index: -1;
  } */

	.category_navigation_container .btn_category_toggle {
		top: 1.2rem;
		right: 1.4rem;
		width: 2.2rem;
		height: 2.2rem;
	}

	.category_toggle_navigation {
		top: 11.6rem;
		left: 50%;
		max-width: 39.3rem;
	}

	.category_toggle_navigation.active {
		display: none;
	}

	.category_toggle_navigation .scroller_container {
		padding-inline: 1.6rem;
	}

	.category_toggle_navigation a {
		padding-block: 1.6rem 1.6rem;
		font-size: 1.6rem;
		flex: none;
	}

	.category_toggle_navigation .btn_category_closed {
		top: 1.2rem;
		right: 1.4rem;
		width: 2.2rem;
		height: 2.2rem;
	}

	.category_toggle_navigation li:first-child {
		padding-block: 1.2rem 1.2rem;
		font-size: 1.6rem;
	}

	.bombom_category_navigation {
		gap: 56px;
		height: 97px;
		padding-left: 0;
		margin: 30px 0;
	}

	.bombom_category_navigation:has(+.category_navigation_container) {
		margin: 30px 0 0
	}

	/* 탭 클릭 시 하단에 라인 */
	.bombom_category_navigation:has(a.active) {
		border-bottom: 1px solid #e1e3e1;
	}

	.bombom_category_navigation+.bombom_contents_container>.title_container {
		padding-top: var(--pd-in);
	}

	.bombom_category_navigation a {
		max-width: none;
		flex: none;
		padding: 26px 0;
		font-size: 38px;
		font-weight: 700;
		letter-spacing: -0.842px;
		line-height: 1;
		color: #c4c7c5;
	}

	.bombom_category_navigation a.active {
		border-bottom: 2px solid #000;
	}

	.bombom_category_navigation+.category_navigation_container:before,
	.bombom_category_navigation+.category_navigation_container .btn_category_toggle {
		display: none;
	}

	.bombom_category_navigation+.category_navigation_container {
		height: auto;
		margin: 26px 0 60px;
	}

	.bombom_category_navigation+.category_navigation_container .category_navigation {
		overflow-x: unset;
		justify-content: flex-start;
		flex-wrap: wrap;
		gap: 30px;
	}

	.bombom_contents_container {
		padding: 0;
	}

	.title_container {
		margin-top: var(--lc-tit-gap);
	}

	.depth_navigation_container {
		padding-inline: 1.6rem;
		margin-block: 4rem 2rem;
	}

	.depth_navigation_container .depth_navigation {
		gap: 0.2rem;
	}

	.depth_navigation_container .depth_navigation .home {
		width: 2rem;
	}

	.depth_navigation_container .depth_navigation .arrow {
		width: 2rem;
	}

	.depth_navigation_container .category_container .category_current {
		font-size: 1.3rem;
	}

	.depth_navigation_container .category_container .category_current img {
		width: 1.2rem;
	}

	.component_select_list {
		top: 3rem;
		left: 50%;
		width: 12rem;
		height: auto;
		padding: 2.4rem 1.6rem;
		gap: 1.6rem;
	}

	.component_select_list a {
		font-size: 1.4rem;
	}

	.product_condition_container {
		padding-inline: 0;
		margin-block: 60px 20px;
	}

	.product_condition_container .total_posts {
		font-size: 18px;
	}

	.product_condition_container .sort_container {
		margin-left: auto;
	}

	.product_condition_container .sort_container .current_sort_state {
		gap: 0.2rem;
	}

	.product_condition_container .sort_container .current_sort_state .state {
		font-size: 18px;
	}

	.product_condition_container .sort_container .current_sort_state img {
		width: 26px;
	}

	.product_condition_container button {
		width: 2.4rem;
	}

	.product_condition_container button[data-type="array_card"] {
		margin-left: 0.8rem;
	}

	.product_condition_container button[data-type="array_list"] {
		margin-left: 0.6rem;
	}

	.product_condition_container .component_select_list {
		top: 3rem;
		left: 50%;
		width: 12rem;
		height: auto;
		padding: 1.2rem 1.6rem;
	}

	.product_condition_container .component_select_list.align_right {
		right: 0;
	}

	.product_condition_container .component_select_list button {
		width: 100%;
		height: auto;
		padding-block: 0.8rem;
		font-size: 1.6rem;
	}

	/* 레이어팝업 mo */
	.myp_search_container {
		padding-top: 0;
		margin-left: calc(50% - 50vw);
		margin-right: calc(50% - 50vw);
		margin-top: 126px;
		background: #fff;
	}

	.myp_search_contant {
		padding-top: 47px;
	}

	.myp_search_container.is_active .my_search_bg {
		opacity: 1;
		pointer-events: visible;
	}

	.my_search_bg {
		z-index: 0;
		opacity: 0;
		pointer-events: none;
		position: fixed;
		top: 0;
		right: 0;
		left: 0;
		bottom: 0;
		width: 100%;
		height: 100%;
		margin: auto;
		background-color: rgba(0, 0, 0, 0.7);
		transition: all 0.3s;
	}

	.myp_search_wrap {
		margin-bottom: 40px;
	}

	.myp_search_wrap.type_01 {
		margin-bottom: 40px;
	}

	.myp_search_wrap.type_01 .myp_search_grp {
		display: flex;
		justify-content: space-between;
	}

	.myp_search_wrap.type_01 .myp_search_inner {
		flex: 1 0 0;
		max-width: 680px;
		padding: 0;
	}

	.myp_search_wrap.type_02 {
		background-color: rgba(0, 0, 0, 0.03);
		padding: 40px 0;
	}

	.myp_search_wrap.type_02 .top {
		margin-bottom: 32px;
	}

	.myp_search_wrap.type_02 .myp_search_inner {
		overflow: hidden;
	}

	.myp_search_wrap.type_02 .top .myp_search_title {
		margin-bottom: 0;
	}

	.myp_search_inner {
		padding: 0;
	}

	.myp_search_grp {
		overflow: hidden;
		max-width: 1432px;
		margin: 0 auto;
		padding-inline: 16px;
	}

	.myp_search_item {
		gap: 2.8px;
		padding: 8px 9px 8px 14px;
	}

	.myp_search_item .delete_btn {
		width: 26px;
		height: 26px;
		margin-left: 0;
	}

	.myp_search_item .delete_btn .icon_close_02 {
		width: 26px;
		height: 26px;
	}

	.myp_search_item .search_link {
		font-size: 19px;
	}

	.myp_search_grp .btn_swiper_grp {
		display: flex;
		justify-content: flex-end;
		gap: 26px;
	}

	.myp_search_grp .btn_swiper_grp .swiper-button-prev.swiper-button-disabled,
	.myp_search_grp .btn_swiper_grp .swiper-button-next.swiper-button-disabled {
		opacity: 0.4;
	}

	.myp_search_grp .btn_swiper_grp .swiper-button-prev {
		width: 40px;
		height: 12px;
		background-image: url("data:image/svg+xml,%3Csvg width='41' height='12' viewBox='0 0 41 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.21967 4.99262C-0.0732233 5.28551 -0.0732233 5.76039 0.21967 6.05328L4.99264 10.8263C5.28553 11.1191 5.76041 11.1191 6.0533 10.8263C6.34619 10.5334 6.34619 10.0585 6.0533 9.76559L1.81066 5.52295L6.0533 1.28031C6.34619 0.987415 6.34619 0.512542 6.0533 0.219648C5.76041 -0.073245 5.28553 -0.073245 4.99264 0.219648L0.21967 4.99262ZM0.75 5.52295V6.27295H40.75V5.52295V4.77295H0.75V5.52295Z' fill='%23191D1C'/%3E%3C/svg%3E%0A");
	}

	.myp_search_grp .btn_swiper_grp .swiper-button-next {
		width: 40px;
		height: 12px;
		background-image: url("data:image/svg+xml,%3Csvg width='41' height='12' viewBox='0 0 41 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M40.5303 6.05328C40.8232 5.76039 40.8232 5.28551 40.5303 4.99262L35.7574 0.219648C35.4645 -0.073245 34.9896 -0.073245 34.6967 0.219648C34.4038 0.512542 34.4038 0.987415 34.6967 1.28031L38.9393 5.52295L34.6967 9.76559C34.4038 10.0585 34.4038 10.5334 34.6967 10.8263C34.9896 11.1191 35.4645 11.1191 35.7574 10.8263L40.5303 6.05328ZM0 5.52295V6.27295H40V5.52295V4.77295H0V5.52295Z' fill='%23191D1C'/%3E%3C/svg%3E%0A");
	}

	.myp_search_suggested .swiper-slide+.swiper-slide {
		margin-left: auto;
	}

	.myp_search_suggested .thumb {
		width: auto;
		height: auto;
		border-radius: 0;
	}

	.myp_search_suggested .thumb picture {
		position: relative;
	}

	.myp_search_suggested .thumb picture::before {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: linear-gradient(180deg, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0.6) 100%);
	}

	.myp_search_suggested .title {
		font-weight: 700;
		font-size: 18px;
	}

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

	.bombom_list>li:nth-child(n + 9) {
		display: none;
	}

	.list_horizontal .hb_card:nth-child(n + 7),
	.list_horizontal .gb_card:nth-child(n + 9),
	.list_horizontal .sb_card:nth-child(n + 9),
	.list_contents:not(.list_newest) .sb_card:nth-child(n + 11) {
		display: none;
	}

	.row_scroll_box .gb_card:nth-child(n + 9) {
		/* background-color: red; */
	}

	/* 카테고리 그림자 */
	.category_navigation_container:before {
		top: 0;
	}

	.list_double_row .row:nth-child(2) {
		display: block;
	}

	.list_double_row .row:nth-child(3) {
		display: none;
	}

	/* mypage main */
	.myp_common_section .myp_user_info {
		border: 1px solid var(--border-light-gray);
		border-radius: var(--border-radius-m);
		padding: var(--pd-in2);
	}

	.myp_common_section+.myp_common_section:nth-child(3) {
		display: none;
	}

	.myp_common_section+.myp_common_section:nth-child(2) .myp_user_activity {
		background-color: var(--bg-light-gray2);
		border: none;
	}

	.myp_user_activity .activity_item+.activity_item {
		margin-left: 0;
		gap: 0;
	}

	.myp_user_activity .activity_item+.activity_item:before {
		height: 1.7rem;
		background-color: rgba(0, 0, 0, 0.1);
		margin: 0 4rem;
	}

	.myp_user_info .benefits_wrap {
		border: none;
	}

	/* .myp_user_info .profile_links .link_setting {
		display: none;
	} */

	.myp_user_product .swiper-slide {
		width: 100%;
	}

	.myp_user_product .swiper-slide+.swiper-slide {
		margin-left: 0;
	}

	.myp_user_product .product_thumb {
		width: 100%;
		height: auto;
		aspect-ratio: 1/1;
	}

	.myp_user_product {
		margin-left: 0;
		margin-right: 0;
		padding-left: 0;
		padding-right: 0;
	}

	.mySwiper .swiper-wrapper {
		display: grid;
		grid-template-columns: repeat(4, minmax(0, 1fr));
		gap: 40px 20px !important;
	}

	/* 검색 레이어 */
	.sch_form_wrap .inp::placeholder {
		font-size: 36px;
	}

	.sch_form_wrap .btn_delete .icon_close_02 {
		display: none;
	}

	.sch_form_wrap .btn_delete .icon_close_04 {
		display: block;
	}

	.sch_form_wrap .btn_delete {
		width: 36px;
		height: 43px;
		margin-right: 16px;
	}

	.sch_form_wrap .btn_sch .icon_search_04 {
		display: none;
	}

	.sch_form_wrap .btn_sch .icon_search_05 {
		display: block;
	}

	.hd_sch_wrap {
		padding-top: 32px;
	}

	.hd_sch_wrap .m_center {
		max-width: 1432px;
		padding: 0 16px;
	}

	.hd_sch_grp {
		height: 63px;
		justify-content: flex-end;
	}

	.hd_sch_wrap .logo {
		display: none !important;
	}

	.hd_sch_wrap .btn_sch_close {
		width: 30px;
		height: 30px;
	}

	.hd_sch_wrap .btn_sch_close .icon_close {
		width: 100%;
		height: 100%;
	}

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

	.sch_scroll_area {
		height: auto;
		background-color: #fff;
		box-shadow: 0 12px 20px -10px rgba(0, 0, 0, 0.4);
	}

	.sch_form_wrap .m_center,
	.sch_wrap.type_01 .m_center {
		max-width: 832px;
		padding: 0 16px;
	}

	.sch_inp_grp {
		height: 90px;
	}

	.sch_inp_grp.type_v1 .btn_delete {
		margin-right: 0;
		right: 56px;
	}

	.sch_inp_grp.type_v1 {
		display: flex;
		align-items: center;
		padding-bottom: 32px;
	}

	.sch_inp_grp.type_v1 .btn_delete,
	.sch_inp_grp .btn_sch.type_v1 {
		top: calc(50% - 16px);
	}

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

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

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

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

	.pc_bottom_wrap {
		background-color: #191d1c;
	}

	.pc_bottom_grp {
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
		max-width: 1432px;
		margin: 0 auto;
		padding: 64px 16px;
	}

	.pc_bottom_grp .sch_wrap.type_02 {
		width: 100%;
		max-width: 680px;
	}

	.pc_bottom_grp .sch_wrap.type_03 {
		max-width: 702px;
		padding-bottom: 0;
	}

	.pc_bottom_grp .sch_wrap.type_02 .m_center,
	.pc_bottom_grp .sch_wrap.type_03 .m_center {
		max-width: none;
		padding: 0;
	}

	.sch_wrap .top {
		margin-bottom: 24px;
	}

	.sch_wrap.type_03 .top {
		display: flex;
		justify-content: space-between;
		height: 30px;
	}

	.sch_wrap.type_03 .top .arrow_grp {
		display: flex;
		justify-content: flex-start;
		align-items: center;
		gap: 48px;
		width: 129px;
	}

	.sch_wrap.type_03 .swiper-button-prev {
		width: 42px;
		height: 11px;
		top: auto;
		background-image: url("data:image/svg+xml,%3Csvg width='41' height='12' viewBox='0 0 41 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.21967 4.99311C-0.0732233 5.286 -0.0732233 5.76087 0.21967 6.05377L4.99264 10.8267C5.28553 11.1196 5.76041 11.1196 6.0533 10.8267C6.34619 10.5338 6.34619 10.059 6.0533 9.76608L1.81066 5.52344L6.0533 1.2808C6.34619 0.987904 6.34619 0.51303 6.0533 0.220137C5.76041 -0.0727568 5.28553 -0.0727568 4.99264 0.220137L0.21967 4.99311ZM0.75 5.52344V6.27344H40.75V5.52344V4.77344H0.75V5.52344Z' fill='white'/%3E%3C/svg%3E%0A");
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center;
	}

	.sch_wrap.type_03 .swiper-button-next {
		width: 42px;
		height: 11px;
		top: auto;
		background-image: url("data:image/svg+xml,%3Csvg width='41' height='12' viewBox='0 0 41 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M40.5303 6.05377C40.8232 5.76087 40.8232 5.286 40.5303 4.99311L35.7574 0.220137C35.4645 -0.0727568 34.9896 -0.0727568 34.6967 0.220137C34.4038 0.51303 34.4038 0.987904 34.6967 1.2808L38.9393 5.52344L34.6967 9.76608C34.4038 10.059 34.4038 10.5338 34.6967 10.8267C34.9896 11.1196 35.4645 11.1196 35.7574 10.8267L40.5303 6.05377ZM0 5.52344V6.27344H40V5.52344V4.77344H0V5.52344Z' fill='white'/%3E%3C/svg%3E%0A");
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center;
	}

	.swiper-button-next.swiper-button-disabled,
	.swiper-button-prev.swiper-button-disabled {
		opacity: 0.4;
	}

	.sch_wrap.type_01 .sch_title {
		display: none;
	}

	.sch_content .sch_title {
		margin-bottom: 0;
		font-size: 22px;
		color: #fff;
	}

	body.mypage .sch_content.v2.type_pc {
		display: block;
	}

	body.mypage .sch_wrapper_v1 {
		opacity: 0;
		pointer-events: none;
		transition: 0;
	}

	.sch_content.v2 .sch_title {
		margin-bottom: 8px;
		font-weight: 600;
		font-size: 16px;
		color: #000;
	}

	.sch_content .sch_grp {
		max-width: 600px;
		gap: 8px;
	}

	.sch_content .sch_item.type_02 {
		height: 30px;
		padding: 0 12px;
		border: none;
		background-color: #2d312f;
		line-height: 30px;
	}

	.sch_content .sch_item.type_02 .txt {
		font-weight: 400;
		font-size: 14px;
		letter-spacing: 0.47px;
		color: #fff;
	}

	.sch_content .sch_item .btn_close {
		line-height: 41px;
	}

	.sch_content .sch_item.type_empty {
		font-size: 14px;
	}

	.sch_content .sch_swiper .swiper-slide {
		width: 163.5px;
	}

	.sch_content .sch_swiper {
		margin: 0;
		padding: 0;
	}

	.sch_content .sch_swiper .thumb {
		width: 163.5px;
		height: 163.5px;
		margin-bottom: 16px;
		border-radius: 0;
	}

	.sch_content .sch_swiper .title {
		line-height: 24px;
		font-weight: 600;
		font-size: 16px;
		color: #fff;
	}

	.pc_sch_bg {
		z-index: -1;
		display: block;
		width: 100%;
		height: 100%;
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		background-color: rgba(0, 0, 0, 0.7);
	}

	/* 검색레이어 v2 */

	.sch_wrapper_v2.type_mo {
		display: none;
	}

	.sch_wrapper_v2.type_pc {
		display: block;
	}

	.container.pc .input_grp {
		position: relative;
	}

	.container.pc .sch_content.v2.type_pc {
		display: none;
		position: absolute;
		top: 56px;
		left: 0;
		width: 100%;
		padding: 16px 24px;
		border-radius: 24px;
		border: 1.15px solid #eff2ef;
		background-color: #fff;
		text-align: left;
	}

	.container.pc .sch_content.v2.type_pc.is_show {
		display: block;
	}

	.sch_empty_txt {
		font-weight: 400;
		font-size: 14px;
	}

	/* 검색 결과 */
	/* 	.sch_result_container {
		padding-top: 80px;
	}
	 */
	.sch_result_container .inp {
		width: calc(100% - 85px);
	}

	.sch_inp_grp.type_v1 .inp {
		width: calc(100% - 100px);
		height: 43px;
		font-size: 36px;
	}

	.sch_inp_grp .btn_delete.type_result {
		width: 36px;
		height: 36px;
		right: 45px;
	}

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

	.sch_inp_grp .btn_delete .icon_close_04 {
		display: block;
		width: 100%;
		height: 100%;
	}

	.sch_inp_grp .btn_sch {
		width: 40px;
		height: 36px;
	}

	.sch_inp_grp .btn_sch.type_v1 {
		width: 40px;
		height: 43px;
	}

	.sch_inp_grp .btn_sch.type_result {
		width: 40px;
		height: 43px;
	}

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

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

	.bombom_category_navigation.type_result {
		height: auto;
		margin: 60px 0;
	}

	.bombom_category_navigation.type_result a {
		height: auto;
		line-height: unset;
		padding: 0 0 26px;
		font-size: 38px;
		line-height: 1;
	}

	.sch_result_total_txt_wrap {
		display: none;
	}

	.sch_result_total_txt {
		display: none;
	}

	.sch_result_grp {
		display: flex;
		flex-direction: column-reverse;
		max-width: 800px;
		width: 100%;
		margin: 0 auto;
	}

	.sch_result_wrap {
		margin: 50px 0 80px;
	}

	.sch_result_container .result_txt {
		margin: 24px 0 0;
		font-size: 22px;
		text-align: left;
	}

	.result_title_grp {
		margin-top: 68px;
	}

	.sch_tab_grp {
		gap: 0;
		max-height: 60px;
		border: 1px solid #e1e3e1;
		margin-top: 0;
	}

	.sch_tab_grp .sch_tab_list {
		flex-grow: 1;
		padding: 0;
		border: none;
		border-radius: 0;
		text-align: center;
	}

	.sch_tab_grp .sch_tab_list .link {
		width: 100%;
		font-size: 18px;
		padding: 21px;
		color: #8E918F;
	}

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

	.bbb_empty_container.type_sch_result {
		margin-top: 60px;
		padding: 200px 0;
		background-color: #f8f8f8;
	}

	.bbb_empty_container img.type_result.pc {
		display: block;
		width: 130px;
	}

	.bbb_empty_container img.type_result.mo {
		display: none;
	}

	.bbb_empty_container p.txt_bk {
		margin-top: 27.6px;
		font-size: 25px;
	}

	/* 엠티컨텐츠 */
	.myp_container_empty {
		flex-grow: 1;
		height: 558px !important;
		border-radius: 16px;
	}

	.myp_container_empty .bbb_empty_container {
		border-radius: 16px;
		background-color: var(--bg-light-gray);
	}

	.bbb_empty_container .btn_empty {
		width: 451px;
		margin-top: 35px;
		font-size: 18.4px;
	}

	.myp_container_empty:has(.recentview) .title_container,
	.myp_container_empty:has(.newsletter) .title_container {
		margin-bottom: 32px !important;
	}

	/* 예약구매 상세 - 반품신청, 환불정보 은행 선택 */
	.bank_grp {
		gap: 8px;
	}

	.bank_grp .bank_list {
		height: 88px;
	}

	.bank_grp .bank_list:focus {
		box-shadow: 0 0 0 2px var(--color-primary)inset;
	}

	.bank_grp .img {
		width: 32px;
		height: 32px;
	}

	/* 배송비 입금계좌 선택 */
	.refund_bank_grp .bank_list:not(:last-child) {
		margin: 0;
		padding-bottom: 0;
		border-bottom: none;
	}

	.refund_bank_grp .bank_list:last-child {
		margin-top: 8px;
	}

	.refund_bank_grp .bank_list {
		height: 56px;
		padding: 0 16px;
		border-bottom: none;
		border-radius: 4px;
	}

	.refund_bank_grp .bank_list:focus {
		box-shadow: 0 0 0 2px var(--color-primary) inset;
	}

	.refund_bank_grp .bank_list .bank_name,
	.refund_bank_grp .bank_list .bank_number {
		font-size: 16px;
		letter-spacing: -0.21px;
	}

	/* 주소찾기 */
	.address_conts.type_scroll .address_result_grp {
		height: 411px;
	}

	.address_result_wrap {
		margin-top: 24px !important;
	}

	.address_result_grp {
		height: auto;
		margin-top: 12px;
	}

	.address_info_box {
		margin: 24px 0;
	}

	.address_info_box .txt {
		font-size: 14px;
		line-height: 1.572;
	}

	.sch_address_box .img_grp {
		width: 90px;
		height: 90px;
	}

	.address_result_wrap.type_step02 {
		height: auto;
	}

	.address_result_grp .result_list {
		padding: 16px 0;
	}

	.address_result_grp .result_list .num,
	.address_result_grp .result_list .txt01,
	.address_result_grp .result_list .txt02 {
		font-size: 14px;
	}

	/* 로그인 */
	body.login .lnb_aside {
		display: none;
	}

	body.login .title_container h2 {
		display: none;
	}

	body.hb .category_navigation_container .category_navigation,
	body.gb .category_navigation_container .category_navigation,
	body.sb .category_navigation_container .category_navigation {
		justify-content: center;
	}

	body.hb .category_navigation_container .category_navigation a,
	body.gb .category_navigation_container .category_navigation a,
	body.sb .category_navigation_container .category_navigation a {
		height: 46px;
		border-radius: 24px;
		padding: 0 20px;
		font-size: 18px;
		line-height: 2.4;
		text-align: center;
	}

	body.hb .category_navigation_container .category_navigation a[data-category="all"],
	body.gb .category_navigation_container .category_navigation a[data-category="all"],
	body.sb .category_navigation_container .category_navigation a[data-category="all"] {
		width: 84px;
	}

	/* 카테고리 영역 이미지 제거 - 임시 주석처리 */
	/* body.sb .category_navigation_container .category_navigation a {
		display: flex;
		align-items: center;
		gap: 16px;
		min-width: 84px;
		height: 54px;
		padding: 0 24px 0 6px;
		border-radius: 27px;
		font-size: 18px;
	}

	body.sb .category_navigation_container .category_navigation a[data-category="all"] {
		justify-content: center;
		width: 84px;
		padding: 0 10px;
	}

	body.sb .category_navigation_container .category_navigation a img {
		width: 42px;
		height: 42px;
	} */

	.myp_user_info .profile_links {
		gap: 11.8px;
	}

	.myp_user_info .link_notice,
	.myp_user_info .link_setting,
	.myp_user_info .link_logout {
		overflow: unset;
		opacity: 0.8;
		width: 41.4px;
		height: 41.4px;
		font-weight: 600;
		font-size: 12px;
		color: #444;
		text-align: center;
	}

	.myp_user_info .link_setting {
		display: none;
	}

	.myp_user_info .link_logout {
		display: block;
	}

	.myp_user_info img {
		margin-bottom: 6px;
	}

	/* 내가작성한 댓글 */
	.list_contents .comments_group {
		border: 1px solid #E1E3E1;
	}

	.list_contents li .modal_button_container.active button {
		max-width: 500px;
	}

	.list_contents li .modal_button_container {
		justify-content: center;
	}

	#cart_dialog {
		height: 100%;
		max-height: 90%;
		transform: translateX(-50%);
	}

	/* 주문 결제*/
	.bbb_goods_contents .button_container::before {
		bottom: 4.5rem;
	}

	.bbb_order_container.payment {
		margin-top: 24px
	}

	#orderPaymentLayout .order_subsection .title3,
	#orderPaymentLayout .title_od1,
	#orderPaymentLayout .order_subsection .title3.large {
		display: none;
	}

	#orderPaymentLayout .order_subsection .title3.large.pc {
		display: block;
		margin-block: 0;
		margin-bottom: 30px;
		font-size: 20px;
	}

	.subpage_container .order_subsection.v2+.order_subsection.v2 {
		margin-top: 24px;
	}

	#orderPaymentLayout .cart_contents,
	#orderPaymentLayout .bbb_order_container {
		padding: 24px;
	}


	.modal_container .component_modal {
		max-width: 500px;
	}


	.notification_list_container li {
		border: 1px solid var(--border-light-gray);
	}

	.notification_list_container .list_contents li:nth-last-child(2) {
		border-bottom: 1px solid var(--border-light-gray);
	}

}

/* 393px */
@media (max-width: 393px) {

	body.hb header .right,
	body.gb header .right,
	body.sb header .right,
	body.shop_detail header .right {
		flex-grow: unset;
	}

	header .input_grp.type_round {
		width: 216px;
		min-width: unset !important;
	}

}

/* gnb 태블릿 대응 */
@media all and (min-width: 1001px) and (max-width: 1160px) {
	header .container.pc .left {
		gap: 50px;
	}

	header .container.pc .wrap nav {
		gap: 40px;
	}

	header .input_grp.type_round {
		min-width: 360px
	}

}


/* ■■ 태블릿 영역 1400px 컨테이너 ■■*/
@media all and (min-width: 1001px) and (max-width: 1432px) {
	#goods_view #goods_contents_quick {
		width: 100%;
		flex: 0 0 50%;
		max-width: 55%;
		margin-top: 0;
	}

	#goods_view {
		gap: 7.5% !important;
	}

	body.mypage main>.lnb_aside {
		flex: 0 0 20%;
	}
}




/* ■■ 태블릿 영역 메인 비주얼 ■■ */
@media all and (min-width: 1001px) and (max-width: 1300px) {

	.homepage_visual_container,
	.homepage_series_container {
		width: 100%;
		margin-left: 0;
		margin-right: 0;
	}

	.homepage_sabom_container .list_contents {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}

	.list_container .list_contents:has(> li:first-child.sb_card.half),
	.list_container .list_contents:has(> li:first-child.sb_card.full) {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}

	.goods_relation_display .list_horizontal,
	.goods_relation_seller_display .list_horizontal {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}


/* ■■ 태블릿 영역 메인 비주얼 ■■ */
@media all and (min-width: 1001px) and (max-width: 1500px) {

	.homepage_visual_container,
	.homepage_series_container {
		width: 100%;
		margin-left: 0;
		margin-right: 0;
	}

	.pc_feature_slot,
	.progress_swiper .swiper-wrapper {
		flex: 1;
	}

	.progress_swiper .swiper-wrapper {
		column-gap: 3%;
	}

	.progress_swiper {
		gap: 1.6%;
	}

	.homepage_haebom_container .wrap {
		width: 100%;
		background: none;
		margin-left: 0;
		margin-right: 0;
		padding: 0;
	}

	.component_card_slider .pc_feature_slot.slider_move_container .slider .slider_text_container {
		width: 88%;
		left: 6%;
		bottom: 6%;
	}

}


@media (min-width: 1001px) and (max-height: 850px) {
	.pc_feature_slot {
		top: 80px
	}

	.pc_feature_slot .swiper-slide {
		margin: 0 !important;
	}

	.pc_feature_slot .slider_thumbnail_container img {
		height: calc(100vh - 60px - 40px);
	}

	header {
		height: 80px;
	}

	body #app_wrapper {
		margin-top: 80px
	}
}