@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:'Pretendard', 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%}
}


.mont{font-family: 'Montserrat', sans-serif;}

#header{
	position: relative;
    z-index: 13;
    background: #fff;
}
#header .head_top .inner{display: flex; align-items: center; justify-content: space-between; position: relative;}
#header .logo{padding: 15px 0 10px;}
#header .search_box{position: absolute; bottom: 10px; left: 50%; transform: translateX(-50%); max-width: 400px; width: 100%; z-index: 1;}
#header .se_ar_ch{width: 100%; position: relative; border-bottom: 1px solid #666; height: 30px;}
#header .se_ar_ch .sear_txt{outline: none; border: none; width: 100%; height: 100%; padding: 0 25px 10px 10px; box-sizing: border-box; color: #222;
	font-size: 14px;
	font-weight: 700;}
	#header .se_ar_ch .sear_txt::placeholder{color: #DEDEDE;}
#header .sear_btn{position: absolute; right: 10px; top: 0; z-index: 2;}
#header .log_box{display: flex; justify-content: flex-end; gap: 10px; color: #666;
	font-size: 12px;}
#header .inf_box{display: flex; justify-content: flex-end; gap: 15px;}
#header .inf_box a{display: flex; flex-direction: column; align-items: center;}
#header .inf_box i{width: 31px; height: 31px; display: flex; text-align: center; justify-content: center; align-items: center; margin-bottom: 5px;}
#header .inf_box span{color: #666;
	text-align: center;
	font-size: 14px; display: block;}
#header .inf_box.fz-12 span {font-size: 12px;}
.head_bot{position: sticky; top: 0; left: 0; z-index: 10;  width: 100%; background-color: #fff; transition: .5s; box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.10);}
.head_bot .inner{display: flex;align-items: center;}
.head_bot .pc_btn{display: flex; align-items: center; gap: 20px; position: absolute; left: 0; top: 50%; transform: translateY(-50%); z-index: 2; cursor: pointer;}
.head_bot .pc_btn .bar{width: 24px; height: 24px; padding: 3px 0; box-sizing: border-box; position: relative; display: flex; flex-direction: column; justify-content: space-between;}
.head_bot .pc_btn .bar i{width: 100%; height: 2px; border-radius: 999px; background-color: #222;}
.head_bot .pc_btn span{
	color: #000;
font-size: 18px;
}
.head_bot .gnb{width: 100%;}
.head_bot .gnb > ul{width: 100%; display: flex; align-items: center; justify-content: center;}
.head_bot .gnb .depth01 > a{padding: 20px; color: #060606; display: block;
	font-size: 18px;}

.head_bot .gnb .depth02{ display: none;}

/* css 이 아래부터 가져가세요 */
#header .m_btn {display:none; width:24px; text-align:right; cursor:pointer; }
#header .m_btn i{display:inline-block; width:100%; height:2px; margin:3px 0; background:#000; transition:all 0.5s;}
#header .m_btn i:nth-of-type(2){width:84%;}
#header .m_btn.on i:nth-of-type(1){margin:11px 0 -2px; transform:rotate(-45deg); -webkit-transform:rotate(-45deg); -moz-transform:rotate(-45deg); -ms-transform:rotate(-45deg);-o-transform:rotate(-45deg);}
#header .m_btn.on i:nth-of-type(2){width:0; margin:0;}
#header .m_btn.on i:nth-of-type(3){margin:0 0 11px; transform:rotate(45deg); -webkit-transform:rotate(45deg); -moz-transform:rotate(45deg); -ms-transform:rotate(45deg); -o-transform:rotate(45deg);}


@media all and (max-width:1200px){
	.head_bot .inner{justify-content: space-between;}
	.head_bot .pc_btn{position: relative;
		top: auto;
		left: auto;
		transform: none;}
	.head_bot .gnb{width: auto;}
}

@media all and (max-width:1024px){
	#header .search_box,
	#header .right_user	{display: none;}
	.head_bot .pc_btn {
		width: 142px;
		gap: 5px;

	}
	.head_bot .gnb {
		overflow-x: auto;
		width: calc(100% - 142px);
	}
	.head_bot .gnb > ul {
		justify-content: flex-start;
	}
	#header .m_btn{display: inline-block;}

	#header .inner{display: flex; align-items: center; justify-content: space-between;}
	#header .logo img {
		height: 60px;
	}
}

.m_menu_bg {z-index:101; position:fixed; left:0; top:0; display:none; width:100%; height:100%; background:rgba(0,0,0,.7); cursor:pointer; }
#m_menu {z-index:102; position:fixed; right:-100%; top:0; width:500px; max-width:80%; height:100%; background-color:#fff; box-sizing:Border-box; transition:all 0.5s; overfloW-y:auto;}
#m_menu.on {right:0; }
#m_menu .top_box {position:relative; padding:10px; box-sizing:border-box; height: 90px;}
#m_menu .top_box .close_btn {position:absolute; right:20px; top:calc(50% - 15px); width:30px; height:30px; }
#m_menu .top_box .close_btn i {display:block; width:100%; height:2px; background-color:#333; }
#m_menu .top_box .close_btn i:first-of-type {-webkit-transform:rotate(45deg) translate(9px,9px); -moz-transform:rotate(45deg) translate(9px,9px); -ms-transform:rotate(45deg) translate(9px,9px); -o-transform:rotate(45deg) translate(9px,9px); transform:rotate(45deg) translate(9px,9px); }
#m_menu .top_box .close_btn i:last-of-type {-webkit-transform:rotate(-45deg) translate(-7px,8px); -moz-transform:rotate(-45deg) translate(-7px,8px); -ms-transform:rotate(-45deg) translate(-7px,8px); -o-transform:rotate(-45deg) translate(-7px,8px); transform:rotate(-45deg) translate(-7px,8px); }
#m_menu .login_box {padding:20px 0; background-color:#292929; text-align:center; }
#m_menu .login_box a {position:relative; padding:0 20px; font-size:20px; color:#fff; letter-spacing:-0.04em; }
#m_menu .login_box a + a:before {content:''; position:absolute; left:-1px; top:calc(50% - 7px); width:2px; height:15px; background-color:#fff; }
#m_menu .gnb_box {border-top:1px solid #ddd; }
#m_menu .gnb_box > ul > li {border-bottom:1px solid #dddddd; }
#m_menu .gnb_box > ul > li > a {position:relative; display:block; padding:20px 20px; font-size:20px; font-weight:bold; color:#222222; letter-spacing:-0.04em; box-sizing:border-box; }
#m_menu .gnb_box .depth02 {display:none; padding:10px 0; background-color:#000; }
#m_menu .gnb_box .depth02 li a {position:relative; display:block; padding:7px 20px; font-size:18px; color:#fff; letter-spacing:-0.04em; box-sizing:border-box; }


/* 최근본 상품 퀵메뉴 */
.quick {overflow:hidden; z-index:110; position:fixed; right:20px; top:50%; width:113px;  -webkit-transform:translateY(-50%); -moz-transform:translateY(-50%); -ms-transform:translateY(-50%); -o-transform:translateY(-50%); transform:translateY(-50%) ;}
.quick > ul {margin-bottom:0; border:1px solid #d9d9d9; box-sizing:border-box; background-color:#fff; border-radius:10px;  overflow:hidden;}
.quick ul li.recent_prod {}
.quick ul li.recent_prod p {height:30px; font-size:16px; color:#656565; letter-spacing:-0.025em; line-height:30px; background-color:#d9d9d9; text-align:center; }
.quick ul li.recent_prod ul {padding:14px; box-sizing:border-box; }
.quick ul li.recent_prod ul li {border:1px solid #d9d9d9; margin-bottom:12px; 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:auto; }
.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:48px; background-color:#666666; box-sizing:border-box; line-height:48px; text-align:center;}
.quick ul li.top_btn a {display:block; color:#fff; line-height:48px; font-size:16px; letter-spacing:-0.025em; }

.quick_top_btn {display:none; z-index:999; position:fixed; right:20px; bottom:-60px; width:57px; height:57px; background-color:#798ebb; border-radius:50%; text-align:center; cursor:pointer; transition:all 0.5s; }
.quick_top_btn.on {bottom:60px; }
.quick_top_btn img {padding-top:12px; }
.quick_top_btn p {font-size:16px; color:#ffffff; letter-spacing:-0.025em; }

@media all and (max-width:1000px){
	.quick {display:none; }
	.quick_top_btn {display:block; }
}

#footer{padding: 60px 0; border-top: 1px solid #DEDEDE;}
#footer .foot_top{display: flex; justify-content: space-between; align-items: flex-start; flex-wrap: wrap;}

#footer .user_href{display: flex; gap: 0 20px;}
#footer .user_href a{
	color: #666;
	position: relative;
	font-size: 14px;
	font-weight: 600;
}
#footer .user_href a + a:before{
	content: '';
	width: 1px;
	height: 12px;
	background: #DEDEDE;
	position: absolute;
	left: -10px;
	top: 50%;
	transform: translateY(-50%);
}
#footer .foot_bot{
	display: flex; justify-content: space-between;
	align-items: flex-end;
	flex-wrap: wrap;
	gap: 20px;
}
#footer .user_info {max-width: 100%;}
#footer .user_info ul{display: flex; flex-wrap: wrap; gap: 5px 20px;}
#footer .user_info ul li{
	position: relative;
	color: #666;
	font-size: 14px;
	font-weight: 600;
	display: flex;
	gap: 10px;
}
#footer .user_info ul li + li:before{
	content: '';
	width: 1px;
	height: 12px;
	background: #DEDEDE;
	position: absolute;
	left: -10px;
	top: 50%;
	transform: translateY(-50%);
}

#footer .user_info ul li span{
	color: #666;
	font-size: 14px;
	font-weight: 300;
}

#footer p.copy{
	color: #666;
	font-size: 14px;
}

@media all and (max-width:650px){
	#footer .foot_top{flex-direction: column; align-items: center; gap: 20px;}
	#footer .foot_bot,
	#footer .user_info ul{justify-content: center;}
}

.quick_right{position: fixed; bottom: 40px; right: 40px; z-index: 100;}
.quick_right a{width: 56px; aspect-ratio: 1/1; box-sizing: border-box; border-radius: 20px; display: flex; align-items: center; justify-content: center; text-align: center; background-color: var(--bg); box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.10);}
.quick_right a + a{margin-top: 10px;}

@media all and (max-width:1024px){
	.quick_right{display: none;}
}

/* subPage */
/* END subPage */

/* 상품카테고리 */
.head_bot .pc_btn {	
	height: 62px;
}
.pc_btn_menu_box {
	position: absolute;
	left: 0;
	width: 130%;
	top: calc(100% );
	z-index: 10;
	background-color: #fff;
	padding: 10px 0;
	border: 1px solid #ddd;
	display: none;
	z-index: 111;

	height: auto;


}
.pc_btn_menu_box > a {
	display: flex;
	align-items: center;
	gap: 2.5px;
	padding: 10px 20px;
	position: relative;
	color: #000;
}

/* .pc_btn_menu_box > a:hover {
	color: #F89828;
} */

.pc_btn_menu_box > a:hover::after {
	content: '';
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
	position: absolute;
	background: url('/img/pc_menu_arrow.png') no-repeat center / cover;
	width: 9px;
    height: 9px;
}

.pc_btn_menu_box.active {
	display: block;
}

 
.pc_btn_menu_box_two {
	position: absolute;
	border: 1px solid #CCC;
	background: #FFF;
	left: 100%;
	top: -1px;
	width: 130%;
	/* min-height: 300px; */
	height: auto;
	display: none;
}




.pc_btn_menu_box_two_wrapper {
	padding: 20px;
	display: flex;
	flex-direction: column;
	gap: 20px;

	position: relative;
}

.pc_btn_menu_box_two_wrapper::before {
	content: '';
	position: absolute;
	top: 100%;
	left: 0;
	height: 110px;
	width: 100%;
	background-color: transparent;
	cursor: default;
}





.pc_btn_menu_box_two a {
	color: #666;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 18px;
}

/* .pc_btn_menu_box_two a:hover {
	color: #F89828;
} */




/* END 상품카테고리 */



/* 20250228 추가 */
.pc_btn_menu_box .img {
	width:13px;
	height:13px;
}

.pc_btn_menu_box .img img {
	width: 100%;
	height: 100%;
	max-width: 100%;
}

/* 20250417 추가 */
.inf_box_yo a {
    display: flex;
    flex-direction: column;
    gap: 10px;  
		align-items: center;
}

.inf_box_yo {
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: center;
}

.inf_box_yo a span {
    color: #666;
    text-align: center;
    font-size: 14px;
    display: block;
}

.pc_btn {
	-webkit-tap-highlight-color: transparent;
  }