@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 */
.inner {
	width: 100%;
	max-width: 1760px;
	margin: 0 auto;
	position: relative;
}

@media all and (max-width:1760px) {
	.inner {
		width: 93.75%
	}
}


/* 최근본 상품 퀵메뉴 */
/* .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: var(--color-primary01);
	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: var(--color-primary01);
}

#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 퀵메뉴 */




/* Header Container */
#header {
	background: #F2F2F2;
	display: flex;
	flex-direction: column;
}

/* #header .inner {
	width: 100%;
} */

/* Top Section */
.top_section {
	padding: 18px 0;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	overflow: hidden;
	flex-wrap: wrap;
}

/* Logo Group */
.logo_group {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap: 6px;
}

.main_logo {
	height: 100px;
}

.sub_logo_img {
	width: 195px;
	height: 62px;
}

/* Right Section */
.right_section {
	display: flex;
	justify-content: flex-start;
	align-items: flex-end;
	gap: 36px;
}

/* Main Navigation */
.main_nav {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap: 18px;
}

.nav_link {
	text-align: center;
	color: #33443C;
	font-size: 18px;
	font-family: 'Pretendard', sans-serif;
	font-weight: 500;
	line-height: 18px;
	text-decoration: none;
}

.nav_link:hover {
	opacity: 0.7;
}

/* User Menu */
.user_menu {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap: 18px;
}

.search_icon {
	width: 14px;
	height: 14px;
	background: #1F1F1F;
}

.user_links {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap: 9px;
}

.user_link {
	text-align: center;
	color: #888888;
	font-size: 14px;
	font-family: 'Pretendard', sans-serif;
	font-weight: 400;
	line-height: 14px;
	text-decoration: none;
}

.user_link:hover {
	color: #222222;
}

.divider {
	width: 1px;
	height: 14px;
	background: #DEDEDE;
	display: inline-block;
}

/* Bottom Section */
.bottom_section {
	padding: 18px 0;
	position: relative;
	overflow: hidden;
	width: 100%;
}

/* Category Navigation */
.category_nav {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap: 36px;
	flex-wrap: wrap;
}

.category_link {
	text-align: center;
	color: #222222;
	font-size: 16px;
	font-family: 'Pretendard', sans-serif;
	font-weight: 500;
	line-height: 18px;
	text-decoration: none;
	position: relative;
}

.category_link:hover {
	opacity: 0.7;
}

.category_link:hover::after,
.category_link.active::after {
	content: '';
	position: absolute;
	width: 100%;
	height: 2px;
	background: #222222;
	bottom: -16px;
	left: 50%;
	transform: translateX(-50%);
}

#m_menu .category_link:hover::after {
	display: none;
	content: '';
	position: absolute;
	width: 100%;
	height: 2px;
	background: #222222;
	bottom: -16px;
	left: 50%;
	transform: translateX(-50%);
}

/* Mobile Menu Button */
.m_btn {
	display: none;
	flex-direction: column;
	justify-content: space-between;
	width: 24px;
	height: 18px;
	cursor: pointer;
}

.m_btn i {
	width: 100%;
	height: 2px;
	background: #222222;
	display: block;
	transition: all 0.3s;
}

/* Mobile Menu Background */
.m_menu_bg {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	z-index: 998;
}

/* Mobile Menu */
#m_menu {
	position: fixed;
	top: 0;
	right: -300px;
	width: 300px;
	height: 100%;
	background: #fff;
	z-index: 999;
	transition: right 0.3s;
	overflow-y: auto;
}

#m_menu.on {
	right: 0;
}

#m_menu .top_box {
	padding: 20px;
	display: flex;
	justify-content: flex-end;
	border-bottom: 1px solid #f0f0f0;
}

#m_menu .close_btn {
	width: 30px;
	height: 30px;
	position: relative;
	cursor: pointer;
}

#m_menu .close_btn i {
	position: absolute;
	width: 100%;
	height: 2px;
	background: #222;
	top: 50%;
	left: 0;
}

#m_menu .close_btn i:first-child {
	transform: rotate(45deg);
}

#m_menu .close_btn i:last-child {
	transform: rotate(-45deg);
}

#m_menu .login_box {
	padding: 20px;
	display: flex;
	gap: 15px;
	border-bottom: 1px solid #f0f0f0;
}

#m_menu .login_box a {
	color: #222;
	text-decoration: none;
	font-size: 14px;
}

#m_menu .gnb_box {
	padding: 20px;
}

#m_menu .gnb_box .category_link {
	display: block;
	padding: 12px 0;
	border-bottom: 1px solid #f0f0f0;
}

/* Responsive */
@media (max-width: 768px) {

	.top_section,
	.bottom_section {
		padding: 15px 20px;
	}

	.m_btn {
		display: flex;
		position: absolute;
		right: 20px;
		top: 50%;
		transform: translateY(-50%);
	}

	.right_section {
		display: none;
	}

	.logo_group {
		flex: 1;
	}

	.main_logo {
		width: auto;
		height: 70px;
	}

	.sub_logo_img {
		width: 140px;
		height: 44px;
	}

	.bottom_section {
		display: none;
	}
}

/* Scroll Active State */
#header.scroll_header.active {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
	z-index: 100;
}


/* Footer */
.footer {
	width: 100%;
	padding: 36px 0 72px 0;
	background: #1B1B1B;
	overflow: hidden;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
	gap: 72px;
	display: flex;
}

.footer__info {
	/* width: 598px; */
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
	gap: 36px;
	display: flex;
}

.footer__logo {
	text-align: center;
	color: rgba(255, 255, 255, 0.40);
	font-size: 54px;
	font-family: Pretendard;
	font-weight: 700;
	word-wrap: break-word;
	margin: 0;
}

.footer__details {
	align-self: stretch;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
	gap: 9px;
	display: flex;
}

.footer__details_row {
	justify-content: flex-start;
	align-items: center;
	gap: 18px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.footer__details_text {
	text-align: center;
	color: white;
	font-size: 18px;
	font-family: Pretendard;
	font-weight: 400;
	line-height: 18px;
	word-wrap: break-word;
}

.footer__details_address {
	text-align: center;
	color: white;
	font-size: 18px;
	font-family: Pretendard;
	font-weight: 400;
	line-height: 18px;
	word-wrap: break-word;
}

.footer__bottom {
	/* width: 411px; */
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
	gap: 18px;
	display: flex;
}

.footer__links {
	justify-content: flex-start;
	align-items: center;
	gap: 9px;
	display: flex;
}

.footer__link {
	text-align: center;
	color: white;
	font-size: 14px;
	font-family: Pretendard;
	font-weight: 400;
	line-height: 14px;
	word-wrap: break-word;
	text-decoration: none;
	transition: color 0.3s ease;
}

.footer__link:hover {
	color: #CCCCCC;
}

.footer__divider {
	text-align: center;
	color: #888888;
	font-size: 14px;
	font-family: Pretendard;
	font-weight: 400;
	line-height: 14px;
	word-wrap: break-word;
}

.footer__copyright {
	align-self: stretch;
	text-align: center;
	color: #888888;
	font-size: 14px;
	font-family: Pretendard;
	font-weight: 400;
	line-height: 14px;
	word-wrap: break-word;
	margin: 0;
}

/* Responsive */
@media (max-width: 1200px) {
	.footer {
		padding: 32px 40px 60px 40px;
		gap: 60px;
	}

	.footer__info {
		width: 100%;
		max-width: 598px;
	}

	.footer__logo {
		font-size: 48px;
	}

	.footer__bottom {
		width: 100%;
		max-width: 411px;
	}
}

@media (max-width: 768px) {
	.footer {
		padding: 28px 20px 48px 20px;
		gap: 48px;
	}

	.footer__info {
		gap: 28px;
	}

	.footer__logo {
		font-size: 36px;
	}

	.footer__details {
		gap: 12px;
	}

	.footer__details_row {
		gap: 12px;
		flex-direction: column;
	}

	.footer__details_text {
		font-size: 16px;
		line-height: 24px;
	}

	.footer__details_address {
		font-size: 16px;
		line-height: 24px;
	}

	.footer__bottom {
		gap: 14px;
	}

	.footer__link {
		font-size: 13px;
		line-height: 13px;
	}

	.footer__divider {
		font-size: 13px;
		line-height: 13px;
	}

	.footer__copyright {
		font-size: 13px;
		line-height: 20px;
	}
}

@media (max-width: 480px) {
	.footer {
		padding: 24px 16px 40px 16px;
		gap: 40px;
	}

	.footer__info {
		gap: 24px;
	}

	.footer__logo {
		font-size: 28px;
	}

	.footer__details {
		gap: 10px;
	}

	.footer__details_row {
		gap: 10px;
	}

	.footer__details_text {
		font-size: 14px;
		line-height: 21px;
	}

	.footer__details_address {
		font-size: 14px;
		line-height: 21px;
	}

	.footer__bottom {
		gap: 12px;
	}

	.footer__link {
		font-size: 12px;
		line-height: 12px;
	}

	.footer__divider {
		font-size: 12px;
		line-height: 12px;
	}

	.footer__copyright {
		font-size: 12px;
		line-height: 18px;
	}
}


/* 20251209 추가 */
.h_search_box {
	position: relative;
	border-bottom: 1px solid #dedede;
}

.h_search_box input {
	background-color: unset;
	border: 0;
	outline: 0;

	width: calc(100% - 14px);
	padding-bottom: 4px;
}

.h_search_box img {
	position: absolute;
	cursor: pointer;
	width: 14px;
	height: 14px;
	top: calc(50% - 2px);
	transform: translateY(-50%);
	right: 0;
}