@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: 1440px;
	margin: 0 auto;
	position: relative;
}

@media all and (max-width:1440px) {
	.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 */
#header {
		background: rgba(0, 0, 0, 0.3);
	padding: 16px 0;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 99;
}

/* #header.active {
	background: rgba(0, 0, 0, 0.5);
} */

#header .inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.ham_menu_box {
	display: flex;
	align-items: center;
	gap: 40px;
}

.logo_flex {
	display: flex;
	align-items: center;
	gap: 30px;
}

.ham_menu {
	border-right: 1px solid #444;
	padding-right: 30px;
}

.h_search_box {
	width: 320px;
	height: 40px;
	position: relative;
}

.h_search_box input {
	width: 100%;
	height: 100%;
	padding: 0 20px;
	color: #fff;


	border-radius: 99px;
background: rgba(206, 206, 206, 0.20);
  backdrop-filter: blur(10px); 
  -webkit-backdrop-filter: blur(10px); 
  border: 1px solid rgba(255, 255, 255, 0.1); 
outline: 0;
}

.h_search_box input::placeholder {
	color: #fff;
}

.h_search_box img {
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
	cursor: pointer;
}

.login_box {
	display: flex;
	align-items: center;
	gap: 20px;

	
}

.login_btn {
		border-radius: 99px;
background: rgba(206, 206, 206, 0.20);
  backdrop-filter: blur(10px); 
  -webkit-backdrop-filter: blur(10px); 
  height: 48px;
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.login_btn a {
	color: #FFF;
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: 100%;

	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
}

.flex {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 16px;
}



.lang_box .lang_circle {
	width: 48px;
	aspect-ratio: 1 / 1;
	display: flex;
	align-items: center;
	justify-content: center;

			border-radius: 99px;
background: rgba(206, 206, 206, 0.20);
  backdrop-filter: blur(10px); 
  -webkit-backdrop-filter: blur(10px); 
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.lang_box .lang_circle p {
	color: #FFF;
font-size: 16px;
font-style: normal;
font-weight: 700;
line-height: 100%; /* 16px */
margin-bottom: 0;
}

/* 검색창 */
.search_dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  margin-top: 8px;
  width: 100%;
  background: linear-gradient(91deg, rgba(90, 90, 90, 0.40), rgba(90, 90, 90, 0.20));
  backdrop-filter: blur(40px);
  border-radius: 20px;
  padding: 20px;
  display: none;
  flex-wrap: wrap;
  gap: 12px;
  z-index: 10;
  min-height: 200px;
}

.search_dropdown.active {
  display: flex;
  animation: fadeIn 0.3s ease;
}

@keyframes fadeIn {
  from { opacity: 0; transform: translateY(-10px); }
  to { opacity: 1; transform: translateY(0); }
}
.search_category_list {
	display: flex;
	align-items: baseline;
	justify-content: center;
	gap: 10px;
	flex-wrap: wrap;
	width: 100%;
}

.search_category_list .tag {
  background: #111;
  color: #fff;
  padding: 8px 3px;
  border-radius: 999px;
  font-size: 14px;
  width: calc(25% - 8px);
  text-align: center;
}


@media all and (max-width:768px) {
#header .inner {
	flex-direction: column;
	gap: 10px;
}
.logo_flex {
	gap: 10px;
}
.ham_menu {
	padding-right: 15px;
}
.ham_menu_box {
	gap: unset;
	justify-content: space-between;
	width: 100%;
}
.h_search_box {
	width: 280px;
}
.login_box {
	gap: 10px;
	margin-left: auto;
}
.search_category_list .tag {
	font-size: 13px;
}
.search_dropdown {
	padding: 10px;
}
.search_category_list {
	gap: 8px;
}
}

/* footer */
#footer {
	background: #10001A;
	padding: 48px 80px 48px 80px;
	
}

#footer .f_inner {
	display: flex;
	flex-direction: column;
	gap: 80px;
	max-width: 1760px;
	margin: 0 auto;
}

.footer_menu ul {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.footer_menu ul li {
	color: #FFF;
font-size: 17px;
font-style: normal;
font-weight: 700;
line-height: normal;
}

.footer_logo_box {
	display: flex;
	gap: 15px;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}
.footer_logo ul {
	display: flex;
	align-items: center;
	gap: 10px;
}
.footer_copy p {
color: var(--GREY-600, #5B5B5B);

/* Body 1/Regular - 14 */
font-family: Pretendard;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 160%; /* 22.4px */
letter-spacing: 0.07px;
}

.searchKeyword a {
	border-radius: 999px;
border: 1px solid var(--GREY-700, #444);
height: 28px;
padding: 0 16px;
display: inline-flex;
align-items: center;
justify-content: center;
color: #FFF;
font-family: SUIT;
font-size: 12px;
font-style: normal;
font-weight: 400;
line-height: normal;
letter-spacing: 0.12px;
width: 100%;
}

.text_over_01 {
	overflow: hidden !important;
	white-space: normal !important;
	display: -webkit-box !important;
	-webkit-line-clamp: 1 !important;
	-webkit-box-orient:
vertical !important;}

.keyword-btn p {
	max-width: 100%;
}

.mb_login_btn {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	border-radius: 8px;
border: 1px solid #808080;
padding: 0 20px;
height: 48px;


color: #FFF !important;
text-align: center;

/* Sub Title-20 */
font-family: Pretendard;
font-size: 20px;
font-style: normal;
font-weight: 700;
line-height: 100%; /* 20px */
}

.mb_login_btn.on {
	border-radius: 8px;
background: #000;
justify-content: space-between;
border: 1px solid #000;
}


/* 20251020_추가 */

.f_info_box p {
	color: #FFF;
font-family: Pretendard;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 150%; /* 24px */
letter-spacing: 0.16px;
}

@media all and (max-width:840px) {
	#footer {
		padding: 40px;
		gap: 80px;
	}
     .footer_menu ul {
        flex-wrap: wrap;
        gap: 20px;
     }
    .footer_menu ul li {
        width: calc(33.333% - 20px);
        text-align: center;
    }

	.footer_info {
	width: 100%;
} 
}

