@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:1400px; margin:0 auto; position:relative;}

@media all and (max-width:1400px){
	.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 {
	position: relative;
}
#header.active {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 50;
	background-color: #fff;
}

#header .h_top_box {
	height: 68px;
}
#header .h_btm_box {
	height: 60px;
}
#header .h_btm_box {
	border-top: 1px solid #e9e9e9;
	border-bottom: 1px solid #e9e9e9;
}
#header .h_top_box .inner,
#header .h_btm_box .inner {
	display: flex;
	justify-content: space-between;
	height: 100%;
}

#header .logo {
	display: flex;
	align-items: center;
}
#header .h_t_right_box {
	display: flex;
}
#header .h_t_right_box a {
	display: flex;
	align-items: center;
	font-size: 16px;
	font-weight: 400;
	color: #222;
	position: relative;
}
#header .h_t_right_box a + a {
	padding-left: 15px;
	margin-left: 14px;
}
#header .h_t_right_box a + a::after {
	content: '';
	position: absolute;
	left: 0;
	top: 50%; 
	transform: translateY(-50%);
	width: 1px;
	height: 15px;
	background-color: #aaa;
}
#header .h_btm_box .inner > div {
	display: flex;
	gap: 64px;
	font-size: 18px;
	font-weight: 400;
	color: #222;
}

#header .h_btm_box > div .h_menu01 {
	display: flex;
	align-items: center;
	justify-content: center;
}
.ham_btn {
	width: 22px;
	height: 18px;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	gap: 3px;
}
#header .h_btm_box > div .h_menu01 span {
	width: 100%;
	height: 2.5px;
	background-color: #000;
	border-radius: 2.5px;
}

@media all and (max-width:1024px) {
	#header .h_btm_box {
		display: none;
	}
}

@media all and (max-width:980px) {
	#header .h_btm_box {
		height: 80px;
	}
	#header .h_top_box .inner, #header .h_btm_box .inner {
		flex-wrap: wrap;
	}

	#header .h_btm_box .inner > div {
		gap: 54px;
	}
}







/* END header */

/* footer */
#footer {
	padding: 60px 0;
	background-color: #1E1E1E;
}
#footer .f_alt_box {
	display: flex;
	flex-wrap: wrap;
	gap: 20px 100px;
}
.f_alt_link_box {
	display: flex;
	gap: 28px;
	font-size: 20px;
	font-weight: 400;
	color: #fff;
	margin-bottom: 20px;
}
.f_alt_link_box a {
	text-decoration: underline;
	text-underline-offset: 3px;
}

#footer .f_alt_box .f_alt p {
	font-size: 16px;
	font-weight: 400;
	color: rgba(255, 255, 255, 0.7);
	line-height: 1.5em;
}
#footer .f_alt_box .f_alt p + p {
	margin-top: 5px;
}
.f_alt_tit {
	font-size: 20px;
	font-weight: 700;
	color: #fff;
	margin-bottom: 20px;
}
/* END footer */

/* sideNav */
.side_nav_btn {
	position: absolute;
	top: 20px;
	left: calc(100% + 8px);
	width: 40px;
	height: 40px;

	opacity: 0;
	pointer-events: none;
}
#sideNav.active .side_nav_btn{
  opacity: 1;
  pointer-events: auto;
}



.side_nav_bg {
	/* position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.60);
	z-index: 100;
	display: none; */
	  position:fixed; inset:0;
  display:none;                    /* jQuery fadeIn/Out 사용 */
  background:rgba(0,0,0,.4);
  z-index:100;
}
#sideNav {
	/* position: fixed;
	left: -100%;
	top: 0;
	width: 400px;
	height: 100vh;
	z-index: 101;	
	padding-top: 60px;
	transition: all 0.3s ease-in-out; */

	  position:fixed;
  inset:0 auto 0 0;               /* left:0; top:0; bottom:0 */
  width:min(86vw, 400px);
  height:100dvh;                  /* 모바일 뷰포트 안정화 */
  padding-top:60px;
  z-index:101;
  transform:translateX(-104%);    /* 100%보다 더 숨김 → 미세 노출 방지 */
  transition:transform .28s ease-in-out;
  will-change:transform;
  backface-visibility:hidden;

}

/* #sideNav { padding-left: max(16px, env(safe-area-inset-left)); } */

#sideNav.active {
	/* left: 0; */
	 transform:translateX(0);
}
#sideNav .side_top_box {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #fff;
	border-bottom: 1px solid #E9E9E9;
}
#sideNav .side_body_box {
	height: calc(100vh - 60px);
	overflow: auto;
	background-color: #F9F9F9;
	padding: 10px 20px;
}
#sideNav .side_body_box .com_input_search_box001 {
	height: 45px;
	background-color: #fff;
	font-size: 14px;
}
#sideNav .login_ment_box {
	margin-top: 30px;
	font-size: 18px;
	color: #333;
	font-weight: 400;
}
.side_login_box {
	display: flex;
	gap: 10px;
	margin-top: 20px;
}
.side_login_box .com_btn01,
.side_login_box a.com_btn01 {
	flex: 1;
	min-width: unset;
	width: 100%;
	height: 45px;
	font-size: 14px;
	border-radius: 5px;
}
.sideNav_menu {
	border-radius: 5px;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	height: 100px;
	background-color: #fff;
	margin-top: 20px;
}
.sideNav_menu a {
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	height: 100%;
	gap: 10px;
	text-align: center;
	font-size: 14px;
	color: #fff;
	font-weight: 400;	
	color: #333;
}
.sideNav_menu a + a {
	border-left: 1px solid #e9e9e9;
}
.threeMenuBox > li {
	position: relative;
}
.threeMenuBox > li > a {
	display: flex;
	padding: 0 30px;
	height: 70px;
	gap: 5px;
	align-items: center;
	justify-content: space-between;
	font-size: 20px;
	font-weight: 400;
	color: #222;
	border-bottom: 1px solid #E9E9E9;
	background-color: #fff;
}
.sdie_cate_ment {
	margin: 30px 0 10px;
	font-size: 18px;
	font-weight: 600;
	color: #333;
}
.threeMenuBox > li > a .plus_icon {
	width: 17px;
	height: 17px;
	position: relative;
}
.threeMenuBox > li > a .plus_icon span {
	width: 100%;
	height: 1px;
	background-color: #444;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}
.threeMenuBox > li > a .plus_icon span:nth-child(2) {
	width: 1px;
	height: 100%;
}
.threeMenuBox > li > ul {
	background-color: #f9f9f9;
	/* padding: 20px 30px; */
	padding: 20px 30px 35px 30px ;
	display: none;
}
.threeMenuBox > li > ul .depth02 {
	padding-left: 20px;
}
.threeMenuBox > li > ul .depth02 > a {
	position: relative;
	display: block;
	font-size: 16px;
	font-weight: 400;
	line-height: 2em;
}
.threeMenuBox > li > ul .depth02 > a::after {
	content: 'ㆍ';
	position: absolute;
	left: -15px;
	top: 0;
}
.threeMenuBox > li.active > a {
	font-weight: 500;
	color: #F97917;
}
.threeMenuBox > li.active > a .plus_icon span:nth-child(2) {
	display: none;
}
.threeMenuBox > li > ul .depth02.active > a {
	font-weight: 600;
	color: #F97917;
}
.threeMenuBox > li > ul .depth02 > ul {
	display: none;
}
.threeMenuBox > li > ul .depth02 > ul .depth03 {	
	position: relative;
}
.threeMenuBox > li > ul .depth02 > ul .depth03 > a {
	padding-left: 10px;
	font-size: 14px;
	color: #666;
	font-weight: 400;
	line-height: 2.2em;
}
.threeMenuBox > li > ul .depth02 > ul .depth03 > a::after {
	content: '-';
	position: absolute;
	left: 0;
	top: 0;
}
/* END sideNav */


/* mbMenu */
#mbMenu {
	display: none;
}

@media all and (max-width:1024px) {
	#footer {
		padding-bottom: 100px;
	}
	#mbMenu {
		display: block;
		position: fixed;
		height: 60px;
		display: flex;
		padding: 0 20px;
		box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.10);
		background-color: #fff;
		z-index: 122;
		bottom: 0;
		left: 0;
		width: 100%;
		font-size: 10px;
		font-weight: 400;
		color: #888;
	}
	#mbMenu a {
		flex: 1;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}
	#mbMenu a.active {
		color: #F97917;
		padding-top: 7px;
		gap: 10px;
	}
	#sideNav .gnb > li > a {
		padding: 0 20px;
		height: 60px;
		font-size: 16px;
	}
	
}
/* END mbMenu*/

@media all and (max-width:700px) {
	#header .logo {
		margin: 0 auto;
	}

	#footer {
		padding: 30px 0 70px 0;
	}
	#footer .f_alt_box {
		gap: 10px 100px;
	}
}

@media all and (max-width:1150px) {
	#header .h_btm_box .inner > div {
		gap: 32px;
	}
}