@charset "utf-8";

/* 프로그램리스트 모바일 버전 */
.all_m_btn {
	padding: 10px;
	background: #323337;
}

.all_m_btn img {
	position: absolute;
	top: 28%;
	left: 15px;
	width: 10%;
	max-width: 40px;
	cursor: pointer;
}

.all_m_btn .mutit {
	text-align: center;
	font-weight: 900;
	font-size: 26px;
	color: #fff;
}

.pro_m_wrap {
	display: none;
	font-family: 'Nanum Gothic', sans-serif;
	transition: all 0.3s linear;
}

.pro_m_wrap .m_menu {
	width: 200px;
}

.pro_m_wrap .bg_black {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.7);
	z-index: -1;
}



.pro_m_wrap .subleftmenu {
	list-style: none;
	margin: 0;
	padding: 0;
}

.pro_m_wrap .subleftmenu li {
	border-bottom: 1px solid #515155;
	background: #323337;
}

.pro_m_wrap .subleftmenu a {
	display: block;
	color: #b5b2b2;
	font-size: 14px;
	padding: 11px 5px 11px 15px;
	font-family: 'Noto Sans KR';
}

.sub_title_m {
	font-size: 28px !important;
	font-weight: bold;
	color: #fff !important;
	padding: 12px 5px 12px 15px !important;
}

.pro_m_wrap .subleftmenu a:hover {
	background: #307dd4;
	color: #fff;
}

.sub_title_m:hover {
	background: #323337 !important;
	cursor: default;
}

@media all and (max-width:999px) {
	.pro_m_wrap {
		display: block;
		position: absolute;
		left: -100%;
		top: 0;
		z-index: 999;
	}

	.pro_m_wrap.view {
		left: 0;
	}
}


/* basic */
/* 헤더 fixed 적용 시 body padding 추가 */
body {
	padding-top: 150px;
}

.inner {
	width: 100%;
	max-width: 1400px;
	margin: 0 auto;
	position: relative;
}

@media all and (max-width:1400px) {
	.inner {
		width: 93.75% !important;
	}
}


/* 최근본 상품 퀵메뉴 */
/* .quick {overflow:hidden; z-index:110; position:fixed; right:20px; top:50%; width:141px;  -webkit-transform:translateY(-50%); -moz-transform:translateY(-50%); -ms-transform:translateY(-50%); -o-transform:translateY(-50%); transform:translateY(-50%) ;} */
.quick * {
	box-sizing: border-box;
}

.quick>ul {
	margin-bottom: 0;
	border: 1px solid #dcdcdc;
	box-sizing: border-box;
	background-color: #fff;
	border-radius: 10px;
	overflow: hidden;
}

.quick ul li.recent_prod {}

.quick ul li.recent_prod>p {
	height: 40px;
	font-size: 15px;
	color: #fff;
	letter-spacing: -0.025em;
	line-height: 40px;
	background-color: #0F1220;
	text-align: center;
}


.prod_no_box {
	width: 114px;
	height: 114px;
	border-radius: 5px;
	background: #F5F5F5;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 15px;
	text-align: center;
}



.quick ul li.recent_prod ul {
	padding: 30px 10px;
	box-sizing: border-box;
	margin-bottom: 10px;
	background-color: #fff;
	border-radius: 0 0 6px 6px;
	position: relative;
}

.quick ul li.recent_prod ul li {
	border: unset;
	border-radius: 6px;
	aspect-ratio: 1/0.7333;
	overflow: hidden;
	margin-bottom: 10px;
	box-sizing: border-box;
}

.quick ul li.recent_prod ul li:last-of-type {
	margin-bottom: 0;
}

.quick ul li.recent_prod ul li img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.quick ul li.recent_prod .quick_pager {
	margin-top: 0;
	margin-bottom: 30px;
}

.quick ul li.recent_prod .quick_pager a {
	display: inline-block;
	vertical-align: middle;
	width: auto;
	height: auto;
	border: 0 none;
	margin: 0 3px;
	line-height: 14px;
	font-size: 14px;
	color: #b6b6b6;
}

.quick ul li.recent_prod .quick_pager a.active {
	color: #666666;
}

.quick ul li.recent_prod .quick_pager .page_prev,
.quick ul li.recent_prod .quick_pager .page_next {
	display: inline-block;
	vertical-align: middle;
	width: 9px;
	height: 11px;
	border: 0 none;
	text-indent: -9999px;
}

.quick ul li.recent_prod .quick_pager .page_prev {
	background: url('/img/theme/quick_prev_btn.png') no-repeat center center;
}

.quick ul li.recent_prod .quick_pager .page_next {
	background: url('/img/theme/quick_next_btn.png') no-repeat center center;
}

.quick ul.zzim {
	margin-top: 30px;
}

.quick ul li.top_btn {
	width: 100%;
	height: 40px;
	background-color: #000;
	box-sizing: border-box;
	line-height: 48px;
	text-align: center;
}

.quick ul li.top_btn a {
	display: block;
	color: #fff;
	line-height: 40px;
	font-size: 15px;
	letter-spacing: -0.025em;
}

.quick_top_btn {
	display: none;
	z-index: 999;
	position: fixed;
	right: 20px;
	bottom: -90px;
	/* width: 57px;
	height: 57px;
	background-color: #798ebb; */
	border-radius: 50%;
	text-align: center;
	cursor: pointer;
	transition: all 0.5s;
}

.quick_top_btn.on {
	bottom: 90px;
}

/* .quick_top_btn img {padding-top:12px; } */
.quick_top_btn p {
	font-size: 16px;
	color: #ffffff;
	letter-spacing: -0.025em;
}

.quick_step_btn_box01 {
	display: flex;
}

/* .quick_step_btn_box01 > a {
	display: flex;
	align-items: center;
	justify-content: center;
	flex: 1;
	border: 1px solid #DCDCDC;
	background-color: #F9F9F9;
	font-size: 12px;
	font-weight: 400;
	color: #333;
	padding: 5px;
}
.quick_step_btn_box01 > a + a {
	border-left: unset;
} */
.quick_step_btn_box01>a {
	position: absolute;
	z-index: 2;
}

.quick_step_btn_box01>a.btn-prev {
	top: 10px;
	left: 50%;
	transform: translateX(-50%);
}

.quick_step_btn_box01>a.btn-next {
	bottom: 10px;
	left: 50%;
	transform: translateX(-50%);
}

@media all and (max-width:1400px) {
	.quick {
		display: none;
	}

	.quick_top_btn {
		display: block;
	}
}

/* shop 퀵메뉴 */
#sideQuick {
	position: fixed;
	right: 10rem;
	bottom: 4rem;
	z-index: 101;
	max-width: 140px;
}

#sideQuick>ul {
	border-radius: 6px;
	margin-bottom: 20px;
}

#sideQuick ul li .side_quick_menu01 {
	width: 100%;
	aspect-ratio: 1/0.357;
	display: flex;
	align-items: center;
	gap: 5px;
	text-align: center;
	font-size: 14px;
	font-weight: 400;
	color: #222;
	background-color: #fff;
	box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.07);
	border-radius: 6px;
	padding: 0 20px;
}

#sideQuick ul li .side_quick_menu01+.side_quick_menu01 {
	margin-top: 10px;
}

#sideQuick ul li .side_quick_menu01 img {
	width: fit-content;
}

#top_btn {
	margin-top: 10px;
	display: none;
	opacity: 0;
	transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
	position: absolute;
	bottom: 0;
}

#top_btn.show {
	display: flex;
	opacity: 1;
	transform: translateY(0);
}

#sideQuickMoreBtn {
	position: absolute;
	cursor: pointer;
	bottom: 0;
	z-index: 2;
	transition: all 0.3s ease-in-out;
}

#top_btn,
#sideQuickMoreBtn {
	display: flex;
	justify-content: center;
}

.sideQuickBtn {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.08);
	background-color: #fff;
}

#sideQuickMoreBtn .sideQuickBtn {
	background-color: #0F1220;
}

#sideQuickMoreBtn .sideQuickBtn span {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background-color: #fff;
	transition: transform 0.3s, opacity 0.3s;
}

#sideQuickMoreBtn .sideQuickBtn span:nth-child(1) {
	width: 12px;
	height: 1px;
}

#sideQuickMoreBtn .sideQuickBtn span:nth-child(2) {
	width: 1px;
	height: 12px;
}

#sideQuickMoreBtn.scroll {
	bottom: 60px;
}

#sideQuickMoreBtn.active .sideQuickBtn span:nth-child(1) {
	transform: translate(-50%, -50%) rotate(45deg);
}

#sideQuickMoreBtn.active .sideQuickBtn span:nth-child(2) {
	transform: translate(-50%, -50%) rotate(45deg);
}

#sideQuickMoreBtn .quick {
	position: absolute;
	bottom: 100%;
	margin-bottom: 10px;
	min-width: 140px;
	display: none;
}

@media all and (max-width:1400px) {
	#sideQuick {
		display: none;
	}
}

/* END shop 퀵메뉴 */

/* ========================================================================= */
:root {
	/* ===== FONT SIZE ===== */
	--fs-2xs: clamp(10px, 0.52vw, 12px);
	--fs-xs: clamp(12px, 0.63vw, 14px);
	--fs-sm: clamp(14px, 0.73vw, 16px);
	--fs-base: clamp(16px, 0.83vw, 18px);
	--fs-md: clamp(18px, 0.94vw, 20px);
	--fs-lg: clamp(20px, 1.04vw, 24px);
	--fs-xl: clamp(24px, 1.25vw, 28px);
	--fs-xl2: clamp(28px, 1.46vw, 32px);
	--fs-2xl: clamp(30px, 1.67vw, 36px);
	--fs-3xl_2: clamp(32px, 1.80vw, 40px);
	--fs-3xl: clamp(34px, 1.88vw, 42px);
	--fs-4xl: clamp(42px, 2.50vw, 56px);

	--lh-tight: 1.2;
	--lh-normal: 1.45;
	--lh-loose: 1.7;
	--ls-tight: -0.015em;
	--ls-normal: 0em;
	--ls-wide: 0.02em;

	/* ===== SPACING / PADDING / MARGIN ===== */
	--sp-2xs: clamp(4px, 0.4vw, 8px);
	--sp-xs: clamp(8px, 0.6vw, 12px);
	--sp-sm: clamp(12px, 0.9vw, 16px);
	--sp-md_2: clamp(16px, 1.3vw, 20px);
	--sp-md: clamp(16px, 1.3vw, 24px);
	--sp-lg_2: clamp(24px, 2vw, 32px);
	--sp-lg: clamp(24px, 2vw, 40px);
	--sp-xl: clamp(40px, 3vw, 64px);
	--sp-2xl: clamp(64px, 5vw, 100px);
	--sp-3xl: clamp(80px, 6vw, 120px);
	--sp-4xl: clamp(100px, 7.5vw, 144px);
	/* 🔹 최대 144px */

}


.flex_col {
	flex-direction: column;
}

/* 해더================================================================================ */
/* 전체 헤더 */
#header {
	background: #F6F6F6;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: fit-content;
	z-index: 1000;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

/* 헤더 메인 래퍼 */
.header_main_wrap {
	position: relative;
	width: 100%;
	height: 100%;
}

/* 카테고리 버튼 */
.category_btn_box {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 9px;
	background: #0F1220;
	padding: 0 36px;
	height: 100%;
	cursor: pointer;
	position: relative;
	flex-shrink: 0;
}

.category_icon {
	width: 20px;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	gap: 5px;
}

.category_icon .icon_line {
	width: 100%;
	height: 1.5px;
	background: white;
}

.category_text {
	color: white;
	font-size: 18px;
	font-family: 'Pretendard', sans-serif;
	font-weight: 400;
}

/* 쿠팡 스타일 카테고리 드롭다운 */
.category_dropdown {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	display: none;
}

.category_btn_box:hover .category_dropdown {
	display: block;
}

.category_dropdown_inner {
	display: flex;
	background: #fff;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
	border: 1px solid #e5e5e5;
}

/* 상위 카테고리 (왼쪽 패널) */
.category_depth1 {
	list-style: none;
	margin: 0;
	padding: 16px 0;
	min-width: 200px;
	background: #fff;
}

.category_depth1_item {
	position: relative;
	padding: 0;
}

.category_depth1_item > a {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 10px 16px;
	color: #2B2B2B;
	font-size: 14px;
	font-family: 'Pretendard', sans-serif;
	font-weight: 400;
	text-decoration: none;
	transition: color 0.2s, background 0.2s;
}

.category_arrow {
	flex-shrink: 0;
	margin-left: 8px;
	display: none;
}

.category_depth1_item:hover > a .category_arrow {
	display: block;
}

.category_depth1_item:hover > a,
.category_depth1_item.active > a {
	color: #0F1220;
	text-decoration: underline;
	background: #fafafa;
}

/* 하위 카테고리 (오른쪽 패널) */
.category_depth2_panel {
	position: absolute;
	top: -16px;
	left: 100%;
	min-width: 200px;
	background: #fff;
	box-shadow: -4px 0 4px rgba(0, 0, 0, 0.08);
	display: none;
	padding: 16px 0;
	border-left: 1px solid #e5e5e5;
}

.category_depth1_item:hover .category_depth2_panel {
	display: block;
}

.category_depth2 {
	list-style: none;
	margin: 0;
	padding: 0;
}

.category_depth2_item > a {
	display: block;
	padding: 10px 16px;
	color: #2B2B2B;
	font-size: 14px;
	font-family: 'Pretendard', sans-serif;
	font-weight: 400;
	text-decoration: none;
	transition: color 0.2s, background 0.2s;
}

.category_depth2_item:hover > a {
	color: #0F1220;
	background: #fafafa;
}

.header_line {
	width: 100%;
	height: 1px;
	background: #DEDEDE;
}

/* 상단 영역 (로고, 검색, 버튼) */
.header_top_row {
	width: 100%;
	height: 130px;
	padding: 18px 0px;
	background: #F6F6F6;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	max-width: 1400px;
	margin: 0 auto;
}

.header_top_left {
	display: flex;
	align-items: center;
	gap: 60px;
	flex-wrap: wrap;
	flex: 1;
	min-width: 0;
}

/* 로고 */
.h_logo_box {
	flex-shrink: 0;
}

.h_logo_box img {
	width: 235px;
	height: 70px;
}

.h_logo_box .logo_text {
	color: #0F1220;
	font-size: 36px;
	font-family: 'Pretendard', sans-serif;
	font-weight: 600;
	text-decoration: none;
	display: block;
}

.h_logo_box p {
	color: #0F1220;
	font-size: 36px;
	font-family: 'Pretendard', sans-serif;
	font-weight: 600;
	margin: 0;
}

/* 검색창 */
.header_search_box {
	width: 480px;
	max-width: 100%;
	height: 50px;
	padding: 9px 18px;
	background: #F6F6F6;
	border-radius: 10px;
	outline: 1px solid #0F1220;
	outline-offset: -1px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-shrink: 1;
	min-width: 0;
}

.search_left {
	display: flex;
	align-items: center;
	gap: 18px;
	flex: 1;
}

.search_dropdown {
	position: relative;
	flex-shrink: 0;
}

.dropdown_trigger {
	display: flex;
	align-items: center;
	gap: 9px;
	cursor: pointer;
}

.dropdown_text {
	color: #555555;
	font-size: 16px;
	font-family: 'Pretendard', sans-serif;
	font-weight: 400;
}

.dropdown_arrow {
	width: 12px;
	height: 12px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
}

.dropdown_arrow svg {
	display: block;
}

.dropdown_menu {
	position: absolute;
	top: 100%;
	left: 0;
	margin-top: 8px;
	background: #fff;
	border: 1px solid #DEDEDE;
	border-radius: 10px;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
	list-style: none;
	padding: 8px 0;
	min-width: 120px;
	display: none;
	z-index: 1000;
}

.search_dropdown.active .dropdown_menu {
	display: block;
}

.dropdown_menu li a {
	display: block;
	padding: 10px 18px;
	color: #555555;
	font-size: 14px;
	font-family: 'Pretendard', sans-serif;
	font-weight: 400;
	text-decoration: none;
	transition: background-color 0.2s, color 0.2s;
}

.dropdown_menu li a:hover {
	background-color: #F6F6F6;
	color: #0F1220;
}

.search_divider {
	width: 1px;
	align-self: stretch;
	background: #0F1220;
	position: relative;
}

.search_input {
	flex: 1;
	border: none;
	outline: none;
	background: transparent;
	color: #999999;
	font-size: 18px;
	font-family: 'Pretendard', sans-serif;
	font-weight: 400;
}

.search_input::placeholder {
	color: #999999;
}

.search_icon_btn {
	width: 20px;
	height: 20px;
	background: transparent;
	border: none;
	padding: 0;
	cursor: pointer;
	flex-shrink: 0;
}

.search_icon {
	width: 100%;
	height: 100%;
	background: #2B2B2B;
	display: block;
	mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"><circle cx="11" cy="11" r="8"/><path d="m21 21-4.35-4.35"/></svg>') no-repeat center;
	mask-size: contain;
	-webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"><circle cx="11" cy="11" r="8"/><path d="m21 21-4.35-4.35"/></svg>') no-repeat center;
	-webkit-mask-size: contain;
}

/* 유틸 버튼 */
.h_util {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap: 8px;
	flex-shrink: 0;
}

.h_util .login_btn,
.h_util .sign_btn {
	width: 160px;
	padding: 14px 0;
	border-radius: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
}

@media (max-width:1400px) {
	.h_util .login_btn,
	.h_util .sign_btn {
		width: 150px;
		padding: 12px 0;
	}
}

.h_util .login_btn {
	background: #E5E5E5;
}

.h_util .sign_btn {
	background: #0F1220;
}

.h_util > div > a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	text-align: center;
	color: #2B2B2B;
	font-size: 18px;
	font-family: 'Pretendard', sans-serif;
	font-weight: 500;
	text-transform: uppercase;
	text-decoration: none;
}

.h_util .sign_btn a {
	color: #fff;
}

/* 하단 영역 (카테고리 버튼, 네비게이션) */
.header_bottom_row {
	width: 100%;
	height: 54px;
	background: #F6F6F6;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap: 36px;
	left: 0;
	top: 86px;
	max-width: 1400px;
	margin: 0 auto;
}

/* 하단 네비게이션 */
.sub_category ul {
	display: flex;
	align-items: center;
	gap: 36px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.sub_category ul li a {
	color: #5C5C5C;
	font-size: 18px;
	font-family: 'Pretendard', sans-serif;
	font-weight: 400;
	text-decoration: none;
	transition: color 0.2s;
}

.sub_category ul li a:hover {
	color: #0F1220;
}


/* 모바일 버튼 =======================================================================================*/
.m_btn {
	display: none;
	flex-direction: column;
	justify-content: space-between;
	width: 26px;
	height: 18px;
	cursor: pointer;
	margin-left: auto;
}

.m_btn i {
	display: block;
	height: 3px;
	background: #333;
	border-radius: 2px;
}

/* 모바일 메뉴 */
#m_menu {
	position: fixed;
	top: 0;
	right: -100%;
	width: 80%;
	max-width: 320px;
	height: 100%;
	background: #fff;
	transition: right .3s ease;
	z-index: 200;
	overflow-y: auto;
}

#m_menu.on {
	right: 0;
}

.m_menu_bg {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.4);
	display: none;
	z-index: 100;
}

#m_menu .top_box {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 16px;
}

#m_menu .top_box img {
	height: 26px;
}

#m_menu .top_box .close_btn {
	background: none;
	border: none;
	width: 22px;
	height: 22px;
	position: relative;
	cursor: pointer;
}

#m_menu .top_box .close_btn i {
	position: absolute;
	top: 50%;
	left: 0;
	width: 22px;
	height: 2px;
	background: #222;
}

#m_menu .top_box .close_btn i:first-child {
	transform: rotate(45deg);
}

#m_menu .top_box .close_btn i:last-child {
	transform: rotate(-45deg);
}

#m_menu .login_box {
	display: flex;
	justify-content: center;
	gap: 16px;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	padding: 12px 0;
}

#m_menu .login_box a {
	font-size: 14px;
	color: #222;
	text-decoration: none;
}

#m_menu .login_box a:hover {
	color: #0F1220;
}

/* 모바일 카테고리 메뉴 */
.m_category_box {
	padding: 12px 0;
	border-bottom: 1px solid #eee;
}

.m_category_list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.m_category_item {
	border-bottom: 1px solid #f5f5f5;
}

.m_category_item > a {
	display: block;
	padding: 12px 16px;
	color: #222;
	font-size: 14px;
	font-weight: 500;
	text-decoration: none;
}

.m_category_item.has_children > a {
	position: relative;
}

.m_category_item.has_children > a::after {
	content: '';
	position: absolute;
	right: 16px;
	top: 50%;
	transform: translateY(-50%) rotate(0deg);
	width: 8px;
	height: 8px;
	border-right: 2px solid #999;
	border-bottom: 2px solid #999;
	transform: translateY(-50%) rotate(45deg);
	transition: transform 0.3s;
}

.m_category_item.has_children.on > a::after {
	transform: translateY(-50%) rotate(-135deg);
}

.m_category_item.on > a {
	color: #0F1220;
	background: #fafafa;
}

.m_category_depth2 {
	display: none;
	list-style: none;
	margin: 0;
	padding: 0;
	background: #f9f9f9;
}

.m_category_depth2 li a {
	display: block;
	padding: 10px 24px;
	font-size: 13px;
	color: #555;
	text-decoration: none;
}

.m_category_depth2 li a:hover {
	color: #0F1220;
}

/* 모바일 네비게이션 */
.m_nav_box {
	padding: 12px 0;
}

.m_nav_box ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.m_nav_box ul li {
	border-bottom: 1px solid #f5f5f5;
}

.m_nav_box ul li a {
	display: block;
	padding: 12px 16px;
	color: #222;
	font-size: 14px;
	text-decoration: none;
}

.m_nav_box ul li a:hover {
	color: #0F1220;
}

/* 반응형 */
@media (max-width:1400px) {
	.header_top_row {
		gap: 24px;
		height: auto;
		padding-right: 20px;
	}

	.header_top_left {
		gap: 24px;
	}

	.header_search_box {
		width: 100%;
		max-width: 500px;
	}

	.header_bottom_row {
		gap: 24px;
	}

	.h_logo_box img {
		width: 160px;
		height: auto;
	}

	.sub_category ul {
		gap: 24px;
	}

	.sub_category ul li a {
		font-size: 16px;
	}
}

@media (max-width:1280px) {
	.header_top_row {
		gap: 20px;
	}

	.header_top_left {
		gap: 20px;
	}

	.header_search_box {
		max-width: 450px;
	}

	.header_bottom_row {
		gap: 20px;
	}

	.h_logo_box img {
		width: 140px;
	}

	.h_util .login_btn,
	.h_util .sign_btn {
		width: 120px;
		padding: 10px 0;
	}

	.h_util > div > a {
		font-size: 14px;
	}
}

@media (max-width:1024px) {
	#header {
		height: auto;
	}

	.header_line {
		display: none;
	}

	.header_main_wrap {
		display: flex;
		justify-content: space-between;
		align-items: center;
		padding: 16px 20px;
		box-sizing: border-box;
		width: 100%;
	}

	.header_top_row {
		height: auto;
		padding: 0;
		max-width: none;
		margin: 0;
	}

	.header_top_left {
		width: auto;
		flex: 0 0 auto;
	}

	.header_bottom_row {
		display: none;
	}

	.category_btn_box {
		display: none;
	}

	.header_search_box {
		display: none;
	}

	.h_logo_box img {
		width: 120px;
	}

	.h_util {
		display: none;
	}

	.sub_category {
		display: none;
	}

	.m_btn {
		display: flex;
		position: static;
		flex-shrink: 0;
		margin-left: -20px;
		z-index: 10;
	}
}

@media (max-width:768px) {
	.h_logo_box img {
		width: 100px;
	}

	.h_logo_box .logo_text,
	.h_logo_box p {
		font-size: 24px;
	}
}

@media (max-width:480px) {
	.h_logo_box img {
		width: 80px;
	}

	.h_logo_box .logo_text,
	.h_logo_box p {
		font-size: 20px;
	}
}

/* footer */
.f2f2 {
	color: #f2f2f2 !important;
}

#footer {
	background: #2B2B2B;
	padding: 72px 0;
}

#footer .inner {
	align-items: flex-start;
	justify-content: space-between;
}

.footer_inner {
	flex-direction: column;
	gap: 36px;
}

.footer_top {
	width: 100%;
	align-items: flex-start;
	justify-content: space-between;
}

.footer_left {
	display: flex;
	flex-direction: column;
	gap: 18px;
	flex: 1;
}

.footer_brand {
	gap: 0;
	align-items: center;
}

.footer_brand_icon {
	width: 60px;
	height: 44px;
	object-fit: cover;
	flex-shrink: 0;
}

.footer_brand_name {
	color: #F2F2F2;
	font-family: 'Pretendard', sans-serif;
	font-size: 28px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}

.footer_desc {
	color: #F2F2F2;
	font-family: 'Inter', sans-serif;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: capitalize;
	margin: 0;
}

.footer_info {
	margin-top: 0;
}

.footer_info ul {
	flex-direction: column;
	gap: 0;
}

.footer_info ul li {
	align-items: center;
	gap: 9px;
}

.footer_info ul li p {
	line-height: 1.5;
}

.f_info_tit {
	width: 37px;
}

.c_999 {
	color: #999 !important;
}

.footer_send_btn {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 9px;
	background: #0C1247;
	border-radius: 9px;
	color: #F2F2F2;
	font-family: 'Inter', sans-serif;
	font-size: 18px;
	font-weight: 400;
	text-decoration: none;
	width: fit-content;
	transition: background 0.2s ease;
}

.footer_send_btn:hover {
	background: #1a2366;
}

.footer_send_btn svg,
.footer_send_btn img {
	flex-shrink: 0;
}

.footer_social {
	display: flex;
	gap: 18px;
	align-items: center;
}

.footer_whatsapp_btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 9px;
	background: #0C1247;
	border-radius: 9px;
	text-decoration: none;
	transition: background 0.2s ease;
}

.footer_whatsapp_btn:hover {
	background: #1a2366;
}

.footer_whatsapp_btn img {
	height: 24px;
	width: 103px;
	object-fit: cover;
}

.footer_linkedin_btn {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 9px;
	background: #0C1247;
	border-radius: 9px;
	color: #F2F2F2;
	font-family: 'Inter', sans-serif;
	font-size: 18px;
	font-weight: 400;
	text-decoration: none;
	transition: background 0.2s ease;
}

.footer_linkedin_btn:hover {
	background: #1a2366;
}

.footer_linkedin_badge {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 24px;
	height: 24px;
	background: #0A66C2;
	border-radius: 2px;
	color: #fff;
	font-family: 'Pretendard', sans-serif;
	font-size: 18px;
	font-weight: 700;
	line-height: 24px;
	text-align: center;
}

.footer_copy {
	color: #999;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.footer_divider {
	width: 100%;
	height: 1px;
	background: rgba(221, 221, 221, 0.5);
}

.footer_bottom {
	width: 100%;
	align-items: center;
	justify-content: flex-start;
}

.footer_policy {
	gap: 36px;
	align-items: center;
}

.footer_policy a {
	color: #F2F2F2;
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: 150%;
	text-decoration-line: underline;
	text-decoration-style: solid;
	text-decoration-skip-ink: auto;
	text-decoration-thickness: auto;
	text-underline-offset: auto;
	text-underline-position: from-font;
	text-transform: capitalize;
}

@media (max-width:768px) {
	#footer .inner {
		flex-direction: column;
		gap: 24px;
		align-items: center;
	}

	#footer {
		padding: 36px 0;
	}

	.footer_top {
		flex-direction: column;
		gap: 24px;
		align-items: center;
	}

	.footer_left {
		align-items: center;
		text-align: center;
	}

	.footer_desc {
		font-size: 16px;
	}

	.footer_desc br {
		display: none;
	}

	.footer_info ul {
		align-items: center;
	}

	.footer_social {
		flex-wrap: wrap;
		justify-content: center;
		gap: 12px;
	}

	.footer_send_btn,
	.footer_whatsapp_btn,
	.footer_linkedin_btn {
		font-size: 14px;
		padding: 7px;
	}

	.footer_whatsapp_btn img {
		height: 20px;
		width: auto;
	}

	.footer_policy {
		gap: 24px;
	}

	.footer_bottom {
		justify-content: center;
	}
}

/* 추가 반응형 스타일 */
@media (max-width: 1200px) {
	.back_to_list_section {
		padding: 22px 10px !important;
		padding-left: 120px !important;
	}
}

@media (max-width: 768px) {
	.back_to_list_section {
		padding: 22px 10px !important;
		padding-left: 90px !important;
	}

	.subscription_detail_section {
		width: 100% !important;
	}
}

@media (max-width: 480px) {
	.back_to_list_section {
		padding: 22px 10px !important;
		border-radius: 10px;
	}

	.subscription_detail_section .detail_header .header_top {
		align-items: flex-start !important;
		gap: 5px !important;
		flex-direction: column-reverse !important;
	}
}

.footer_send_btn span{
	color: #fff;
}

.footer_linkedin_btn span{
	color: #fff;
}