@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: 1200px;
	margin: 0 auto;
	position: relative;
}

.inner_slide_yo {
	width: 100%;
	max-width: 1400px;
	margin: 0 auto;
	position: relative;
}

@media all and (max-width:1400px) {
	.inner_slide_yo {
		width: 93.75%
	}
}


@media all and (max-width:1200px) {
	.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_ad_box {
	width: 100%;
	background: #E50012;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.x_btn_yo {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	cursor: pointer;
	z-index: 99;
}

.header_ad_box p {
	color: #FFF;
	text-align: center;
	font-family: Pretendard;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin-bottom: 0;
}

.main_baro #wrap {
	margin-top: unset !important;
}

.header_inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	max-width: 1400px;
	margin: 0 auto;
}

.header_search_box {
	/* max-width: 550px; */
	width: 100%;
	height: 42px;
	position: relative;
}

.header_search_box img {
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
}

.header_search_box input {
	width: 100%;
	height: 100%;
	padding: 0 20px;
	border-radius: 10px;
	/* background: #F2F3F8; */
	outline: unset;
	border: 0;
	border-radius: 10px;
	border: 1px solid #888;

}

.header_mem_box ul {
	display: flex;
	align-items: center;
	margin-bottom: 0;
	justify-content: end;
	padding-left: unset;
}

/* .header_logo,
.header_mem_box {
	flex: 1;
} */

.header_mem_box ul li p {
	margin-bottom: 0;
	color: #888;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;

}

.header_mem_box ul li p.active {
	color: #293591;
}

#header_center {
	padding: 30px 0;
	border-bottom: 1px solid #DEDEDE;
}

.header_bar {
	color: #DEDEDE;
	margin: 0 10px;
	font-size: 13px;
}

.header_left {
	display: flex;
	align-items: center;
	gap: 40px;
}

.header_left .gnb ul {
	display: flex;
	align-items: center;
	padding-left: unset;
	margin-bottom: unset;
	gap: 40px;
	padding: 13px 0;
}

.header_left .gnb ul li {
	height: 100%;
}

.header_bottom {
	position: relative;
	border-bottom: 1px solid #DEDEDE;
}


.header_logo {
	/* width: 244.29px; */
	max-width: 100%;
}

.header_left .gnb ul li a {
	padding: 14px 0;
	color: #888;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.cate_box {
	background: #F2F3F8;
	padding: 14px 40px;
	cursor: pointer;
	color: #222;
	font-size: 1.125rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;

	display: flex;
	align-items: center;
	justify-content: center;
	gap: 5px;
}

.header_right {
	display: flex;
	align-items: center;
	gap: 40px;
}

.header_menu_yo a {
	display: flex;
	align-items: center;
	padding: 13px 0;
	gap: 5px;
}

.header_menu_yo a p {
	margin-bottom: 0;
	color: #888;
	font-size: 1.125rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

/* 카테고리 전체메뉴 */
.category_dropdown {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	background: #fff;
	border-top: 1px solid #E50012;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
	z-index: 999;
	overflow: hidden;

	/* 기본 상태 숨김 */
	max-height: 0;
	opacity: 0;
	transform: translateY(-10px);
	transition: all 0.3s ease;
	pointer-events: none;
}


.category_dropdown.show {
	max-height: 600px;
	opacity: 1;
	transform: translateY(0);
	pointer-events: auto;
}

@keyframes dropdownSlide {
	0% {
		opacity: 0;
		transform: translateY(-10px);
		max-height: 0;
	}

	100% {
		opacity: 1;
		transform: translateY(0);
		max-height: 600px;
	}
}

.category_inner {
	max-width: 1400px;
	margin: 30px auto;
	display: flex;
	gap: 40px;
	padding: 20px 30px 40px;
}

.cate_column {
	flex: 1;
	border-right: 1px solid #DEDEDE;
	padding-right: 20px;
}

.cate_column ul li:first-child {
	margin-top: 0.5rem;
}

.cate_column.no-border {
	border-right: none;
	/* 마지막 column은 선 없음 */
}

.cate_column h3 {
	margin-bottom: 20px;
	color: #222;
	font-family: Pretendard;
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}

.cate_column ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.cate_column ul li {
	padding: 0.625rem 0;
}

.cate_column ul li a {
	color: #888;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.cate_column ul li a:hover {
	color: #000;
}


@media all and (max-width:1400px) {
	.header_inner {
		width: 93.75%;
	}

	/* .header_search_box {
		max-width: 400px;
	} */
}

@media all and (max-width:1200px) {
	.header_left .gnb {
		display: none;
	}

	.cate_box {
		padding: 14px 0;
		background: unset;
	}

	.header_right {
		gap: 1.5rem;
	}

	.header_menu_yo a img {
		aspect-ratio: 1 / 1;
		width: 1.5rem;
	}


	.header_menu_yo a p {
		display: none;
	}

	.header_right {
		display: none;
	}


	/* .header_menu_yo a p,
	.cate_box 
	 {
		font-size: 16px;
	} */

	/* 카테고리 */
	.category_inner {
		flex-direction: column;
		gap: 0;
		padding: 0 20px;
		margin: unset;
	}

	.cate_column {
		border-right: none;
		border-bottom: 1px solid #ddd;
		padding: 15px 0;
	}

	.cate_column.no-border {
		border-bottom: none;
	}

	.cate_column h3 {
		font-size: 16px;
		font-weight: bold;
		margin: 0;
		padding: 10px 0;
		cursor: pointer;
		position: relative;
	}

	.cate_column h3::after {
		content: '+';
		position: absolute;
		right: 10px;
		font-size: 18px;
		transition: transform 0.3s;
	}

	.cate_column.active h3::after {
		content: '-';
	}

	.cate_column ul {
		max-height: 0;
		overflow: hidden;
		transition: max-height 0.4s ease;
	}

	.cate_column.active ul {
		max-height: 1000px;
		/* 충분한 높이 */
	}

	.category_dropdown.show {
		max-height: none;
		overflow-y: auto;
	}

}

@media all and (max-width:1020px) {

	/* .header_search_box {
		max-width: 300px;
	} */
	.header_ad_box p {
		font-size: 14px;
	}

	#header_center .header_mem_box {
		display: none;
	}

	.header_logo {
		flex: unset;
	}

}

@media all and (max-width:670px) {
	#header_center .header_inner {
		gap: 20px;
	}

	.header_search_box {
		width: 100%;
		max-width: unset;
	}

	.header_inner.search {
		flex-direction: column;
	}

	.header_mem_box {
		flex: unset;
	}

}

/* 푸터 */

#footer {
	background: #F9F9F9;
}

.footer_top_yo {
	padding: 50px 0 20px 0;

	border-bottom: 1px solid #DEDEDE;
}

.footer_top_yo .inner {
	display: flex;
	align-items: end;
	justify-content: space-between;
	flex-wrap: wrap;
}

.footer_row {
	display: flex;
	align-items: end;
	justify-content: space-between;
	flex-wrap: wrap;
}

.footer_bottom {
	padding: 50px 0;
}

.footer_bottom ul {
	padding-left: unset;
}

.footer_bottom .header_mem_box ul {
	justify-content: unset;
}

.footer_right_yo h2 {
	color: #222;
	text-align: right;
	font-family: Inter;
	font-size: 24px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	margin-bottom: 0;
}

.footer_copy p {
	color: #888;
	font-family: Inter;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin-bottom: 0;
}

.footer_right_yo p {
	color: #222;
	text-align: right;
	font-family: Inter;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin-bottom: 0;
}

.footer_row.second {
	margin-top: 40px;
}

.footer_bottom .inner {
	display: flex;
	align-items: start;

}

.footer_bottom .inner,
.footer_top_yo .inner {
	max-width: 1400px;
	width: 100%;
}

.footer_bottom .inner {
	justify-content: space-between;
}

.header_mem_box.footer_info {
	flex: unset;
}

.gap_200 {
	gap: 200px;
}

.footer_wrapper>div {
	width: calc(50% - 100px);
	height: 100%;
}



@media all and (max-width:1400px) {

	.footer_bottom .inner,
	.footer_top_yo .inner {
		width: 93.75%;
	}

	.footer_wrapper>div {
		width: calc(50% - 25px);
		height: 100%;
	}

	.gap_200 {
		gap: 50px;
	}

}

.footer_slide {
	width: 580px;
}

@media all and (max-width:1200px) {
	.footer_wrapper>div {
		width: 100%;
		height: 100%;
	}

	.gap_200 {
		gap: 30px;
		flex-direction: column !important;
	}
}

@media all and (max-width:670px) {
	.header_mem_box .footer_long {
		flex-direction: column;
		align-items: start;
		gap: 10px;
	}

	.footer_long .header_bar {
		display: none;
	}

	.footer_row.second {
		flex-direction: column-reverse;
		align-items: start;
		margin-top: 5px;
	}

	.footer_right_yo h2 {
		text-align: left;
		font-size: 18px;
	}

	.footer_right_yo {
		margin-top: 10px;
	}

	.footer_copy {
		margin-top: 10px;
	}

	.footer_bottom {
		padding: 25px 0;
	}

	.footer_top_yo .inner {
		flex-direction: column;
		align-items: unset;
		gap: 15px;
	}

	.footer_top_yo .header_mem_box ul {
		justify-content: start;
	}

	.footer_top_yo {
		padding: 25px 0 10px 0;
	}
}



/* 모바일 로그인 추가 20250903 */

.heder_login_mb {
	display: none;
	height: 65px;
}

@media all and (max-width:768px) {
	.heder_login_mb .needLogin h6 {
		width: 100%;
		border: 0;
		border-radius: 0;
		background: #F6F7FA;
		padding: 10px 18px;
		color: #222;
		text-align: center;
		font-family: Pretendard;
		font-size: 16px;
		font-style: normal;
		font-weight: 700;
		line-height: normal;
	}

	.heder_login_mb {
		display: block !important;
		position: sticky;
    top: 70px;
    z-index: 9999;
    background: #fff;
	}

	.heder_login_mb .needLogin {
		width: 100%;
		max-width: 100%;
	}

	.heder_login_mb .deli_today.on {
		border-radius: unset;
		padding: 10px 18px;
		align-items: center;
		gap: 2px;
		height: 65px;
	}

	

	.heder_login_mb .deli_today h6 span {
		color: #666;
	}

	.heder_login_mb .deli_today h6 {
		color: #222;
		text-align: center;
		font-family: Pretendard;
		font-size: 16px;
		font-style: normal;
		font-weight: 700;
		line-height: normal;
	}
}