/* header top CSS-----------------------------------------------------*/
#j_header{
/*    position: fixed;*/
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1000;
    background-color: #fff;
}
#j_header.active{
	position : fixed;
}

.j_hd_top{
    height: 130px;
	transition : height 0.3s linear;
}
#j_header .j_hd_top.active{
	height : 0;
	overflow : hidden;
}
.j_hd_top .j_section{
/*    padding: 30px 0;*/
	height : 100%;
}

/* logo */
.j_hd_top .j_logo{
    margin-right: 60px;
}

/* search con */
.j_hd_top .j_search_con{
/*    margin-top: 12.5px;*/
}
.j_hd_top .j_search_box{
    width: 500px;
    height: 45px;
    border: 2px solid #005bc9;
    border-radius: 45px;
/*    padding: 0 30px;*/
}
.j_hd_top .j_search_box form,
.j_hd_top .j_search_box input{
/*    border : 0;*/
    height: 100%;
    width: 100%;
}
.j_hd_top .j_search_box input{
    padding-right: 45px;
    border: 0;
}
.j_hd_top .j_search_box button{
    width: 45px;
    height: 45px;
    position: absolute;
    right: 25px;
    top: 0;
    transform: translateX(50%);
}
.j_hd_top .j_search_box button img{
    max-width: 50%;
}

.j_hd_top .j_search_rank{
    width: 200px;
	height : 20px;
    margin: 0 25px;
}
.j_hd_top .j_search_rank .swiper-container{
    width: calc(100% - 20px);
	height : 100%;
}
.j_hd_top .j_search_rank a{
	display : block;
}
.j_hd_top .j_search_rank .j_rank_num{
    margin-right: 10px;
}
.j_hd_top .j_search_rank .j_rank_btn{
    width: 20px;
    height: 20px;
}
.j_hd_top .j_search_rank .j_rank_btn i{
    display: none;
}
.j_hd_top .j_search_rank .j_rank_btn i.active{
    display : block;
}


.j_hd_top .j_search_rank .j_rank_popup{
	position : absolute;
	top : calc(100% + 15px);
	left : 0;
	padding : 20px;
	background-color : #fff;
	z-index : 100;
	border : 1px solid #eee;
	box-shadow : 0 0 5px rgba(0,0,0,.05);
	min-width : 280px;
	display : none;
}





/**/
.j_light_dev *{
	vertical-align : middle;
}
.j_light_dev span{
	color : #ffbe4a;
	margin-left : 5px;
}


/* menu */
.j_hd_top .j_hdt_menu{
    margin-left : auto;
	z-index : 1;
}
.j_hd_top .j_hdt_menu > ul > li{
    padding: 10px;
	margin : 10px;
}
.j_hd_top .j_hdt_menu > ul > li ul{
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 100%);
    white-space: nowrap;
    border: 1px solid #eee;
    padding: 10px;
    background-color: #fff;
	display : none;
}
.j_hd_top .j_hdt_menu > ul > li ul li{
    padding: 5px;
}
.j_hd_top .j_hdt_menu > ul > li ul li a{
    transition: color 0.2s;
}
.j_hd_top .j_hdt_menu > ul > li ul li a:hover{
    color : #005bc9;
    font-weight: 500;
}


@media screen and (max-width: 1640px){
	
	.j_hd_top .j_hdt_menu > ul > li{
		padding : 8px;
		margin : 7px
	}
}
@media screen and (max-width: 1420px){
	.j_hd_top .j_section{
		padding : 28px 0;
	}
	.j_hd_top .j_search_box{
		padding-left : 25px;
		width : 430px;
	}
	.j_hd_top .j_search_box input{
		padding-right : 35px;
	}
	.j_hd_top .j_search_rank{
		width : 160px;
	}
	.j_hd_top .j_hdt_menu > ul > li img{
		width : 30px;
	}
}
@media screen and (max-width: 1280px){
	.j_hd_top{
		height : 100px;
	}
	.j_hd_top .j_section{
		padding : 20px 0;
	}
	.j_hd_top .j_logo{
		max-width : 150px;
	}
	.j_hd_top .j_search_box{
		width : 380px;
		padding-left : 20px;
		height : 40px;
	}
	.j_hd_top .j_search_box input{
		padding-right : 25px;
	}
	.j_hd_top .j_search_box button{
		height : 40px;
		width : 40px;
	}
	.j_light_dev{
		margin-left : auto;
	}
	.j_hd_top .j_hdt_menu{
		display : none;
	}
}
@media screen and (max-width: 1024px){
	.j_hd_top{
		height : 50px;
	}
	.j_hd_top .j_section{
		padding : 0;
/*		justify-content: center;*/
	}
	.j_hd_top .j_logo{
		width : 90px;
		margin : 0;
	}
	.j_light_dev img{
		width : 20px;
	}
	.j_hd_top .j_search_box,
	.j_hd_top .j_search_rank{
		display : none;
	}
}
@media screen and (max-width: 760px){
  
}






/* header bottom CSS-----------------------------------------------------*/

.point_red {color:#ec1726;}

.j_hd_btm{
    border-top : 1px solid #eee;
    border-bottom : 1px solid #eee;
    height: 60px;
	background-color : #fff;
	width : 100%;
/*    z-index: 1000;*/
box-sizing : content-box;
}
.j_hd_btm.active{
	position : fixed;
	top : 0;
	left:0;
}
.j_hd_btm *{
    line-height: 60px;
}
.j_hd_btm ul li a{
    transition: color 0.2s;
}
.j_hd_btm .j_l_nav{
	/*수정 20230907*/
    /* padding-left: 220px; */
}
.j_hd_btm .j_l_nav li{
    margin: 0 30px;
}
.j_hd_btm .j_l_nav li a:hover{
    color : #005bc9;
}
.j_hd_btm .j_r_nav li{
    margin-right: 30px;
}
.j_hd_btm .j_r_nav li:last-child{
    margin-right: 0;
}
.j_hd_btm .j_r_nav li a:hover{
    color : #3c3c3c;
}



@media screen and (max-width: 1420px){
	.j_hd_btm .j_l_nav{
		padding-left : 50px;
	}
	.j_hd_btm .j_l_nav li {padding:0 15px;}
}
@media screen and (max-width: 1280px){
	.j_hd_btm{
		height : 55px;
	}
	.j_hd_btm *{
		line-height : 55px;
	}
	.j_hd_btm .j_l_nav{
		padding-left : 100px;
	}
	.j_hd_btm .j_l_nav li{
		margin : 0 20px;
	}
	.j_hd_btm .j_r_nav li{
		margin-right : 18px;
	}
}
@media screen and (max-width: 1024px){
	.j_hd_btm{
		height : 50px;
	}
	.j_hd_btm *{
		line-height : 50px;
	}
	.j_hd_btm .j_l_nav{
		padding-left : 0;
	}
	.j_hd_btm .j_l_nav li{
		margin : 0 15px;
	}
   
}
@media screen and (max-width: 760px){
	.j_hd_btm{
		height : 45px;
	}
	.j_hd_btm  .j_section{
		width : 100%;
	}
	.j_hd_btm *{
		line-height : 45px;
	}
	.j_hd_btm .j_l_nav li{
		margin : 0 3px;
	}
	.j_hd_btm .j_r_nav{
		display : none;
	}
	.j_hd_btm .j_r_nav li{
		margin-right : 20px;
	}
}






/* aside CSS-----------------------------------------------------*/
.j_quick_bar{
	position : fixed;
	top : 0;
	right : 0;
	height : 100%;
	width : 100px;
	z-index : 1500;
	background-color : #fff;
	border-left : 1px solid #eee;
    transform : translateX(100%);
	transition : transform 0.5s;
}
.j_quick_bar.active{
	transform : translateX(0);
}
.j_quick_bar .j_open_btn{
	width : 30px;
	height : 65px;
	border-radius: 5px 0 0 5px;
	background-color :#005bc9;
	top : 30%;
    transform: translate(-100%, -50%);
	transition : background 0.2s;
}
.j_quick_bar .j_open_btn:hover{
	background-color : #3c3c3c;
}
/*
.j_quick_bar .j_open_btn i{
	transition : transform 0.2s;
}
.j_quick_bar .j_open_btn:hover i{
	transform: rotateY(-180deg);
}

.j_quick_bar .j_open_btn.active:hover i{
	transform: rotateY(0);
}
*/
.j_quick_bar .j_open_btn.active i{
	transform: rotateY(-180deg);
}


.j_quick_bar .j_qb_con > ul li .quick_kaka {}
.j_quick_bar .j_qb_con > ul li .quick_kaka img {border-radius:50%;}

.j_quick_bar .j_qb_con > ul li{
	width : 100%;
	padding : 20px 0;
}

.j_quick_bar .j_qb_con > ul li a img{
	width:35%;
}
.j_quick_bar .j_qb_con > ul li a.quick_kaka img{
	width:40%;
}

.j_quick_bar .j_qb_con > ul li::after{
	content : "";
	width : 50%;
	height : 1px;
	background-color : #eee;
	position : absolute;
	bottom : 0;
	left : 50%;
	transform : translateX(-50%);
}
.j_quick_bar .j_qb_con > ul li:last-child::after{
	display : none;
}


.j_quick_bar .j_lately_item{
	background-color : #f9f9f9;
	padding : 20px 0;
} 
.j_quick_bar .j_lately_item .swiper_btn{
	position : relative;
	top : 0;
	left : 0;
	transform : translate(0, 0);
	margin : 0 auto;
	width : 30px;
	height : 30px;
	line-height : 30px;
	box-shadow: none;
}
.j_quick_bar .j_lately_item .swiper-container{
	margin : 10px 5px;
	height : 115px;
}
.j_quick_bar .j_lately_item img{
	width : 100%;
	height : auto;
}

.j_quick_bar .j_top_btn{
	width : 100%;
}
.j_quick_bar .j_top_btn i{
	margin-left : 2px;
}



@media screen and (max-width: 1280px){
   
}

@media screen and (max-width: 760px){

	.j_quick_bar {
		display: none;
	}
	/* .j_quick_bar{
		width : 55px;
	}
	.j_quick_bar .j_open_btn{
		width : 25px;
		height : 50px;
		border-radius: 5px 0 0 5px;
	}
	.j_quick_bar .j_qb_con > ul li{
		padding : 15px 0;
	}
	.j_quick_bar .j_qb_con > ul li img{
		max-width : 22px;
	}
	.j_quick_bar .j_lately_item{
		padding : 15px 0;
	}
	.j_quick_bar .j_lately_item .swiper-container{
		margin : 5px 0;
	}
	.j_quick_bar .j_lately_item .swiper_btn{
		width : 20px;
		height : 20px;
		line-height : 20px;
	} */
}






/* today view CSS-----------------------------------------------------*/
.j_today_view{
	position : fixed;
	top : 0;
	right : 0;
	z-index : 2000;
	width : 100%;
	background-color : rgba(0,0,0,0.4);
	height : 100%;
	display : none;
}
.j_today_inner{
	float : right;
	width : 100%;
	max-width : 400px;
	height : 100%;
	background-color : #fff;
	border-left: 1px solid #eee;
	overflow : hidden;
    transform : translateX(100%);
	transition : transform 0.5s;
}
.j_today_inner.acitve{
	transform : translateX(0);
}
.j_today_view .j_title_con{
    height: 60px;
    line-height: 60px;
    padding: 0 20px;
    border-bottom: 1px solid #eee;
    box-shadow: 0 0 5px rgb(0, 0, 0, 0.1);
    background-color: #fff;
}
.j_today_view .j_title_con i{
	margin-right : 5px;
}
.j_today_view .j_item_wrap{
	padding : 20px;
	overflow-y:scroll;
	height : calc(100% - 60px);
}
.j_today_view .j_item_wrap li{
	display : inline-block !important;
	width: calc((100% - 15px) / 2);
	margin-right : 15px;
	margin-bottom : 15px;
}
.j_today_view .j_item_wrap li:nth-child(even){
	margin-right : 0;
}
.j_today_view .j_item_wrap li:nth-last-child(-n + 2){
	margin-bottom : 0;
}
.j_today_view .j_item_wrap img{
	height : auto;
}




/* nav CSS-----------------------------------------------------*/
/*수정 20230907*/
.j_gnb{
    width: 220px;
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    border-right : 1px solid #eee;
    border-left : 1px solid #eee;
	border-bottom : 1px solid #eee;
/*	clip: rect(0, auto, auto, 0);*/
	transition : height 0.3s linear;
	display:none;
}
.j_gnb_wrap{
	height : 100%;
}
.j_gnb .j_gnb_menu{
	overflow-y:scroll;
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
	transition : height 0.3s linear;
	background-color : #fff;
}
.j_gnb .j_gnb_menu::-webkit-scrollbar {
    display: none; /* Chrome, Safari, Opera*/
}
.j_gnb .j_gnb_menu .j_menu a{
    padding: 0 15px;
    width: 100%;
    display: block;
}
.j_gnb .j_gnb_menu .j_menu > a{
    background-color: #005bc9;
    height: 60px;
/*	line-height : 60px;*/
}
.j_gnb .j_gnb_menu .j_menu a i{
    margin-right: 10px;
}
.j_gnb .j_gnb_menu .j_menu > ul{
    padding-top : 10px;
    padding-bottom: 30px;
}
.j_gnb_menu .j_menu > ul > li > a{
    height: 45px;
    line-height: 45px;
	transition : color 0.2s, background 0.2s;
	color : #000;
}
.j_gnb_menu .j_menu > ul > li > a span{
	transition : color 0.2s, background 0.2s;
	display : inline-block;
	vertical-align : middle;
    line-height: 45px;
	font-weight : 500;
	color : #000;
}
/* .j_gnb_menu .j_menu > ul > li > a:hover{
	background-color : rgba(0, 91, 201,0.5);
} */
.j_gnb_menu .j_menu > ul > li > a:hover span{
	color :#005bc9;
/*	color :#fff;*/
	font-weight : bold;
}
.j_gnb_menu .j_menu > ul > li > a .j_icon{
	width : 40px;
	height : 100%;
	margin-right : 5px;
}
.j_gnb_menu .j_menu > ul > li > a .j_icon img{
	transition : opacity 0.2s;
}
.j_gnb_menu .j_menu > ul > li > a .j_icon .active{
	opacity : 0;
}
.j_gnb_menu .j_menu > ul > li > a:hover .j_icon .active,
.j_gnb_menu .j_menu > ul > li > a.active .j_icon .active{
	opacity : 1;
}
.j_gnb_menu .j_menu > ul > li > a.active span{
	color :#005bc9;
	font-weight : bold;
}

@media screen and (max-width: 1420px){
	.j_gnb{
		width : 200px;
	}

}
@media screen and (max-width: 1280px){
	.j_gnb{
		width : 180px;
	}
	.j_gnb .j_gnb_menu .j_menu > a{
		height : 55px;
	}
}
@media screen and (max-width: 1024px){
	.j_gnb{
		display : none;
	}
	.j_gnb .j_gnb_menu .j_menu > a{
		height : 50px;
	}
}
@media screen and (max-width: 760px){
  
}




/* sub nav */
.j_sub_nav{
	position : absolute;
	top : 60px;
	left : 100%;
	white-space : nowrap;
/*	z-index : 100;*/
	height : calc(100% - 60px);
/*	transform : translateX(-100%);*/
	transition : transform 0.5s;
/*	display : none;*/
}
.j_sub_nav.active{
/*	transform : translateX(0);*/
}

.j_sub_menu{
	height : 100%;
	overflow-y : scroll;
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
	
}
.j_sub_menu::-webkit-scrollbar {
    display: none; /* Chrome, Safari, Opera*/
}
.j_sub_menu ul{
	min-width : 100%;
	height : 100%;
	display : none;
	min-width : 220px;
	border : 1px solid #eee;
	background-color : #fff;
	box-shadow : 0 0 10px rgba(0,0,0,0.1);
}


.j_sub_menu li a{
	display : block;
	padding : 0 20px;
	line-height : 50px;
	transition : color 0.2s, background 0.2s !important;
	background-color : #fff;
	color : #000;
}
.j_sub_menu li a:hover{
	background-color : rgba(0, 91, 201,0.5);
/*	background-color :#eee;*/
/*	color : #005bc9;*/
	color : #fff;
	font-weight : 500;
}

@media screen and (max-width: 1420px){
	

}
@media screen and (max-width: 1280px){
	.j_sub_nav{
		top : 55px;
		height : calc(100% - 55px);
	}
}
@media screen and (max-width: 1024px){
	
}
@media screen and (max-width: 760px){
  
}



/* cs center*/
.j_gnb .j_cs_info{
    line-height: 1;
    background-color: #f9f9f9;
	/*position : absolute;
	bottom : 0;
	left : 0;*/
	width : 100%;
}
.j_cs_info_con{
    padding: 30px 15px;
}
.j_cs_info *{
    line-height: 1.6 !important;
}
.j_cs_info h3,
.j_call_num{
    line-height: 1;
}






/* mobile nav CSS-----------------------------------------------------*/

/* mobile nav btn*/
#j_header .j_m_btn{
	width : 50px;
	height : 50px;
	background-color : #005bc9;
	margin-right : 5px;
	display : none;
}
#j_header .j_m_btn span{
	display : block;
	width : 23px;
	height : 2px;
	background-color : #fff;
	position : absolute;
	top : 50%;
	left : 50%;
	transform : translate(-50%, -50%);
	transition : all 0.2s;
}
#j_header .j_m_btn span:nth-child(1){
	top : calc(50% - 7px);
}
#j_header .j_m_btn span:nth-child(3){
	top : calc(50% + 7px);
}


@media screen and (max-width: 1280px){


}
@media screen and (max-width: 1080px){
	#j_header .j_m_btn{
		display : block;
	}
	.j_l_nav {display:none;}
}

@media screen and (max-width: 760px){
	#j_header .j_m_btn{
		width : 45px;
		height : 45px;
	}
	#j_header .j_m_btn span{
		width : 20px;
	}
	#j_header .j_m_btn span:nth-child(1){
		top : calc(50% - 7px);
	}
	#j_header .j_m_btn span:nth-child(3){
		top : calc(50% + 7px);
	}
}
#j_header .j_m_btn:hover span{
	top : 50%;
}




/* mobile nav popup*/
.j_m_nav{
	position : fixed;
	top : 0;
	left : 0;
	width : 100%;
	height : 100%;
	background-color : rgba(0,0,0,0.3);
	z-index : 2000;
	display : none;
}
.j_m_nav .j_m_nav_inner{
	width : 70%;
	max-width : 460px;
	height : 100%;
	background-color : #f9f9f9;
	box-shadow :  0 0 10px rgba(0,0,0,0.1);
	transform : translateX(-100%);
	transition : transform 0.5s;
}
.j_m_nav .j_m_nav_inner.active{
	transform : translateX(0);
}
.j_m_nav .j_login_con{
	height : 60px;
	line-height : 60px;
	padding : 0 20px;
	border-bottom : 1px solid #eee;
	box-shadow : 0 0 5px rgba(0,0,0,0.1);
	background-color :#fff;
}
.j_m_nav .j_login_con i{
	margin-right : 5px;
}
.j_m_nav .j_gnb_menu{
	height : calc(100% - 60px);
	overflow-y : scroll;
	padding-top : 20px;
}
.j_m_nav .j_gnb_menu .j_menu{
	margin-bottom : 10px;
	padding : 10px 0;
	background-color :#fff;
}
.j_m_nav .j_gnb_menu .j_menu:last-child{
	border-bottom : 0;
}
.j_m_nav .j_gnb_menu .j_menu a{
	color : #3c3c3c;
	display : block;
}
.j_m_nav .j_gnb_menu .j_menu a i{
	display : none;
}
.j_m_nav .j_gnb_menu .j_menu > a{
	margin-bottom : 7px;
/*	color : #005bc9;*/
	padding : 7px 20px;
	font-size : 1rem;
}
.j_m_nav .j_gnb_menu .j_menu ul li a{
	padding : 0 18px;
}
.j_m_nav .j_gnb_menu .j_menu ul li a span{
	font-size : 0.875rem;
}

.j_m_nav .j_cs_info{
	padding : 80px 15px;
}


@media screen and (max-width: 1024px){
	

}
@media screen and (max-width: 760px){
	.j_m_nav .j_login_con{
		height : 55px;
		line-height : 55px;
		padding : 0 20px;
		border-bottom : 1px solid #eee;
		box-shadow : 0 0 5px rgba(0,0,0,0.1);
		background-color :#fff;
	}
	.j_m_nav .j_gnb_menu{
		padding-top : 0;
	}
	.j_m_nav .j_gnb_menu ul li a{
		padding : 7px 15px;
	}
	.j_m_nav .j_gnb_menu > ul > li ul li a{
		padding-left : 25px;
		font-weight : 500;
		
	}
}






/* main CSS-----------------------------------------------------*/
.j_page_wrap{
    width: calc(100% - 220px);
/*    margin-top: 190px;*/
}
.j_main .swiper-slide{
    font-size: 0;
}


.k_new_mv_next, .k_new_mv_prev{position: absolute;top: 50%;transform: translateY(-50%);z-index: 300;width: 50px;height: 50px;border-radius: 50px;background: rgba(0,0,0,0.2);text-align: center;cursor: pointer;transition: all 0.3s;}
.k_new_mv_next i, .k_new_mv_prev i{color: #FFF;line-height: 50px;}
.k_new_mv_next{right: 2%;}
.k_new_mv_prev{left: 2%;}

.k_new_mv_next:hover, .k_new_mv_prev:hover{background: rgba(0,0,0,0.4);}

/* swiper btn */
.swiper-pagination-bullet{
	background-color : #fff;
	border-radius : 4px;
	opacity : 0.5;
	transition : all 0.2s;
}
.swiper-pagination-bullet-active{
	background-color : #005bc9;
	width : 50px;
	opacity : 1;
}




@media screen and (max-width: 1420px){
	.j_page_wrap{
		width: calc(100% - 200px);
	}


}
@media screen and (max-width: 1280px){
	.j_page_wrap{
		width: calc(100% - 180px);
	}
}
@media screen and (max-width: 1024px){
	.j_page_wrap{
		width: 100%;
	}
	.swiper-pagination-bullet{
		border-radius : 3px;
		width : 6px;
		height : 6px;
	}
	.swiper-pagination-bullet-active{
		width : 40px;
	}

}
@media screen and (max-width: 760px){
	.swiper-pagination-bullet{
		border-radius : 2px;
		width : 4px;
		height : 4px;
	}
	.swiper-pagination-bullet-active{
		width : 30px;
	}  

	.k_new_mv_next, .k_new_mv_prev{display: none;}
}






/* new item CSS-----------------------------------------------------*/
.j_title_con a i{
    transition: padding 0.2s;
}
.j_title_con a:hover i{
    padding-left: 15px;
}

.j_item_wrap .j_item_con{
    display: inline-block;
    vertical-align: top;
    width: calc((100% - 75px) / 4);
    margin-right: 25px;
    padding: 10px;
    background-color: #fff;
    z-index: 1;
}

.j_item_wrap .j_item_con:nth-child(4n){
    margin-right: 0;
}
.j_item_wrap .j_item_con::after{
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border : 1px solid #eee;
    box-sizing : border-box;
    transition : border 0.1s;
    z-index: -1;
}
.j_item_wrap .j_item_con:hover::after{
	border : 2px solid #005bc9;
}
.j_item_wrap .j_item_con .j_img_con{
    font-size: 0;
}

.j_item_wrap .j_item_con .j_img_con a{
	display : block;
}
.j_item_wrap .j_item_con .j_img_con a::after{
	content : "";
	width : 100%;
	height : 100%;
	position : absolute;
	top : 0;
	left : 0;
	background-color : rgba(255,255,255,0.6);
    opacity: 0;
    transition: opacity 0.4s;
}
.j_item_wrap .j_item_con:hover .j_img_con a::after{
	/*opacity : 1;*/
}
.j_item_wrap .j_item_con .j_img_con .j_sold_out{
	background-color: rgba(0,0,0,0.4);
    z-index: 1;
    width: 100%;
    height: 100%;
	justify-content: center;
}
.j_item_wrap .j_item_con .j_img_con .j_active{
/*    width: 100%;*/
/*    height: 100%;*/
/*    top: 0;*/
/*    left: 0;*/
/*    justify-content: center;*/
    opacity: 0;
    transition: opacity 0.4s;
    z-index: 1;
	white-space : nowrap;
/*	background-color : rgba(255,255,255,0.6);*/
}
.j_item_wrap .j_item_con:hover .j_img_con .j_active{
    opacity: 1;
}
.j_item_wrap .j_item_con .j_img_con .j_active button{
    width: 50px;
    height: 50px;
    background-color: rgba(0,0,0,0.7);
    border-radius: 50%;
    text-align: center;
    margin: 0 8px;
    transition: top 0.2s;
    top : 10px;
}
.j_item_wrap .j_item_con:hover .j_img_con .j_active button{
    top : 0;
}

.sct_cartop_wr{
	display : none;
}
.j_item_wrap .j_item_con .j_text_con{
    padding: 15px 0 5px;
}
.j_item_wrap .j_item_con .j_text_con .j_price .j_txt_line{
	margin-right : 5px;
}
.j_item_wrap .j_item_con .j_text_con .j_price .j_txt_line i{
	color : #999;
}
.j_item_wrap .j_item_con .j_text_con .j_price i{
	font-size : 1rem;
	font-family : "Noto Sans KR", sans-serif;
}

@media screen and (max-width: 1280px){
	.j_item_wrap .j_item_con .j_img_con .j_active button{
		width: 40px;
		height: 40px;
	}

	.j_item_wrap .j_item_con .j_text_con{
		padding : 12px 0 5px;
	}
}

@media screen and (max-width: 760px){
	.j_item_wrap .j_item_con .j_img_con .j_active button{
		width: 32px;
		height: 32px;
		margin : 0 5px;
	}
	.j_item_wrap .j_item_con .j_text_con{
		padding : 10px 0 5px;
	}
}






/* category item CSS-----------------------------------------------------*/


/* tab menu */
.j_category_tab ul{
    border : 1px solid #eee;
	width : auto;
}
.j_category_tab li{
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: -ms-inline-flex;
    display: -o-inline-flex;
    display: inline-flex;
    width: calc(100% / 6);
    height: 60px;
    justify-content: center;
    cursor: pointer;
    transition: background 0.2s;
	vertical-align: top;
}
.j_category_tab li.active{
    background-color: #005bc9;
}
.j_category_tab li .j_img_con{
    width: 0;
    opacity: 0;
    transition: opacity 0.2s
}
.j_category_tab li.active .j_img_con{
    width: auto;
    opacity: 1;
}
.j_category_tab li span{
    line-height : 60px;
    display: inline-block;
/*    transition : color 0.2s, font-weight 0.2s;*/
}
.j_category_tab li:hover span{
    color : #005bc9;
    font-weight: 500;
}
.j_category_tab li.active span{
    color: #fff;
    font-weight: 500;
/*    margin-left: 10px;*/
}




@media screen and (max-width: 1420px){
  
}
@media screen and (max-width: 1280px){
	.j_category_tab li{
		height: 55px;
	}
	.j_category_tab li .j_img_con img{
		width : 20px;
	}
	.j_category_tab li span{
		line-height : 55px;
	}
	.j_category_tab li.active span{
		margin-left : 8px;
	}
}
@media screen and (max-width: 1024px){
	.j_category_tab li{
		height: 50px;
		width : calc(100% / 3);
	}
	.j_category_tab li span{
		line-height : 50px;
	}
	.j_category_tab li.active span{
		margin-left : 6px;
	}
}
@media screen and (max-width: 760px){
	.j_category_tab li{
		height: 45px;
	}
	.j_category_tab li .j_img_con img{
		width : 15px;
	}
	.j_category_tab li span{
		line-height : 45px;
	}
}




/* tab content */

.j_category_con{
    width: 100%;
    padding: 40px;
    background-color: #f9f9f9;
}
.j_category_con ul li{
	display : none;
}
.j_category_con ul li.active{
	display : block;
}
.j_category_con .j_item_con{
    width: calc((100% - 60px) / 4);
    margin-right: 20px;
} 


@media screen and (max-width: 1420px){
	.j_category_con{
		padding : 38px;
	}
}
@media screen and (max-width: 1280px){
	.j_category_con{
		padding : 35px;
	}
}
@media screen and (max-width: 1024px){
	.j_category_con{
		padding : 30px;
	}
}
@media screen and (max-width: 760px){
	.j_category_con{
		padding : 20px;
	}
}






/* best item CSS-----------------------------------------------------*/

.j_best_item .j_item_wrap .j_item_con{
    margin-bottom: 25px;
}
.j_best_item .j_item_wrap .j_item_con:nth-last-child(-n + 4){
    margin-bottom: 0;
}





@media screen and (max-width: 1420px){
	.j_best_item .j_item_wrap .j_item_con{
		width : calc((100% - 60px) / 4);
		margin-right : 20px;
		margin-bottom : 20px;
	}   
	.j_best_item .j_item_wrap .j_item_con:nth-child(4n){
		margin-right : 0;
	}
}
@media screen and (max-width: 1280px){
	.j_best_item .j_item_wrap .j_item_con{
		width : calc((100% - 60px) / 3);
		margin-right : 20px !important;
		margin-bottom : 20px !important;
	}   
	.j_best_item .j_item_wrap .j_item_con:nth-child(3n){
		margin-right : 0;
	}
	.j_best_item .j_item_wrap .j_item_con:nth-last-child(-n + 3){
		margin-bottom: 0;
	}
	
}
@media screen and (max-width: 1024px){
  
}
@media screen and (max-width: 760px){
	.j_best_item .j_item_wrap .j_item_con{
		width : calc((100% - 12px) / 2);
		margin-right : 12px !important;
		margin-bottom : 12px !important;
	}   
	.j_best_item .j_item_wrap .j_item_con:nth-child(2n){
		margin-right : 0 !important;
	}
	.j_best_item .j_item_wrap .j_item_con:nth-last-child(-n + 2){
		margin-bottom: 0;
	}
}






/* community CSS-----------------------------------------------------*/

/* notice */
.j_notice{
    padding: 0 35px;
    background-color: #f9f9f9;
	height : 90px;
	width : 100%;
}
.j_notice .j_title_con{
    white-space: nowrap;
    margin-right: 60px;
}
.j_notice .j_notice_con,
.j_notice .j_notice_con a{
	width : 100%;
	height : 100%;
}
.j_notice .j_notice_date{
    white-space: nowrap;
    margin-left: 30px;
}

@media screen and (max-width: 1280px){
   .j_notice{
		height : 70px;
		padding : 0 25px;
   }
   .j_notice .j_title_con{
		 margin-right: 45px;
   }
   .j_notice .j_notice_date{
		margin-left: 25px;
	}
}

@media screen and (max-width: 760px){
	.j_notice{
		height : 50px;
		padding : 0 15px;
   }
   .j_notice .j_title_con{
		 margin-right: 20px;
   }
   .j_notice .j_notice_date{
		margin-left: 20px;
	}
}



/* etc */

.j_community_con ul li{
    display: inline-block;
    width: calc(99% / 3);
    vertical-align: top;
    padding: 0 30px;
    min-height: 175px;
}
.j_community_con ul li:nth-child(2){
    border-left : 1px solid #eee;
    border-right : 1px solid #eee;
}




@media screen and (max-width: 1280px){
	.j_community_con ul li{
		padding : 0 22px;
	}
}

@media screen and (max-width: 760px){
	.j_community_con ul li{
		display : block;
		padding : 20px;
		width : 100%;
		margin : 0 auto;
		min-height : auto;
		text-align : right;
	}
	.j_community_con ul li:nth-child(2){
		border : 0;
		border-top : 1px solid #eee;
		border-bottom : 1px solid #eee;
	}
	.j_community_con ul li::after{
		content : "";
		display : block;
		clear : both;
	}

	.j_community_con ul li h4{
		text-align : left;
		float : left;
	}
	.j_community_con ul li .j_text_con{
		float : right;
	}
}

@media screen and (max-width: 410px){
	.j_community_con ul li h4{
		width: 100%;
	}
	.j_community_con ul li .j_text_con{
		width: 100%;
	}
}





/* footer CSS-----------------------------------------------------*/
.j_footer{
	background-color : #3c3c3c;
	padding : 50px 0;
	z-index : 1100;
}
.j_footer *{
	color : #fff;
}
.j_ft_con{
	align-items: flex-end;
	padding-bottom : 30px;
	margin-bottom : 30px;
	border-bottom : 1px solid rgba(255,255,255,0.5);
}
.j_ft_con button{
	margin-left: 30px;
	transition : opacity 0.2s;
}
.j_ft_con button:first-child{
	margin-left : 0;
}
.j_ft_con button:hover{
	opacity : 0.6;
}


.j_fb_con{
	opacity : 0.5;
}
.j_fb_con p i{
	margin-right : 30px;
}

@media screen and (max-width: 1280px){
	.j_footer{
		padding : 40px 0;
	}
	.j_ft_con{
		padding-bottom : 20px;
		margin-bottom : 20px;
	}
	.j_ft_con button{
		margin-left: 25px;
	}
	.j_fb_con p i{
		margin-right : 25px;
	}
}

@media screen and (max-width: 760px){
	.j_footer{
		padding : 30px 0 80px;
	}
	.j_ft_con{
		padding-bottom : 15px;
		margin-bottom : 15px;
		display : block;
	}
	.j_ft_con .j_logo{
		width : 90px;
		margin-bottom : 10px;
	}
	.j_ft_con button{
		margin-left: 15px;
	}
	.j_fb_con p i{
		margin-right : 15px;
	}
}




/* attention item CSS-----------------------------------------------------*/
.j_attention_item .j_item_wrap .j_item_con{
	width : 100%;
	max-width : 825px;
	height : 24vw;
	max-height : 354px;
	min-height  :300px;
	margin-bottom : 25px;
	overflow : hidden;
	display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}
.j_attention_item .j_item_wrap .j_item_con .j_img_con,
.j_attention_item .j_item_wrap .j_item_con .j_text_con{
	width : 48%;
	height : auto;
	display:flex;
	align-items: flex-end;
}
.j_attention_item .j_item_wrap .j_item_con .j_text_con{
height:100%;
}
.j_attention_item .j_item_wrap .j_item_con .j_img_con{
	border : 1px solid #eee;
	height : 100%;
}
.j_attention_item .j_item_wrap .j_item_con .j_img_con a{
	height : 100%;
	width:100%;
	overflow:hidden;
}
.j_attention_item .j_item_wrap .j_item_con .j_img_con img{
	height : auto;
	width : 100%;
}
.j_attention_item .j_item_wrap .j_item_con .sct_btn button{
	margin-right : 10px;
	width : 40px;
	height: 40px;
	border-radius : 50%;
	border : 1px solid #eee;
	transition : background 0.3s;
}
.j_attention_item .j_item_wrap .j_item_con .sct_btn button:hover{
	background-color : #005bc9;
}
.j_attention_item .j_item_wrap .j_item_con .sct_btn button i{
	transition : color 0.3s;
}
.j_attention_item .j_item_wrap .j_item_con .sct_btn button:hover i{
	color :#fff;
}


@media screen and (max-width: 1420px){ 
	.j_attention_item .j_item_wrap .j_item_con{
		margin-bottom : 20px;
	}
}

@media screen and (max-width: 1280px){ 
	.j_attention_item .j_item_wrap .j_item_con{
		height : 30vw;
		min-height : 260px;
	}
	.j_attention_item .j_item_wrap .j_item_con .sct_btn button{
		width : 40px
		height : 40px;
	}

}
@media screen and (max-width: 760px){ 
	.j_attention_item .j_item_wrap .j_item_con{
		height : 30vw;
		min-height : 240px;
		margin-bottom : 12px;
	}
	.j_attention_item .j_item_wrap .j_item_con .sct_btn button{
		width : 32px;
		height : 32px;
		margin-right : 5px;
	}

}
@media screen and (max-width: 480px){ 
	.j_attention_item .j_item_wrap .j_item_con{
		min-height : 200px;
	}
}
/*220923 수정*/
.h_fc_r {color:#ec1726;}
.j_gnb .j_gnb_menu .j_menu > ul {padding-top:20px; padding-bottom:25px;}

.j_item_wrap .j_item_con {padding:20px;border-radius:10px;}
.j_item_wrap .j_item_con .j_img_con img{width: 100%;height : auto;}
.j_item_wrap .j_item_con::after{box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.06), 0px 0px 1px 0px rgba(0, 0, 0, 0.28);transition : box-shadow 0.1s;border-radius:10px;}
.j_item_wrap .j_item_con:hover::after{box-shadow: 0px 6px 32px -8px rgba(0, 0, 0, 0.2), 0px 0px 1px 0px rgba(0, 0, 0, 0.5);	border:1px solid #eee;}
.j_item_wrap .j_item_con .j_img_con a {overflow:hidden;}

.j_item_wrap .j_item_con .j_img_con img{width: 100%;height : auto;transform: scale(1);transition: transform .3s;}
.j_item_wrap .j_item_con:hover .j_img_con img{transform: scale(1.1);}

.j_attention_item .j_item_wrap ul.sct {display:flex;}
.j_attention_item .j_item_wrap .j_item_con {width:50%;}
.j_attention_item .j_item_wrap .j_item_con::after{box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.06), 0px 0px 1px 0px rgba(0, 0, 0, 0.28);transition : box-shadow 0.3s;border-radius:10px;}
.j_attention_item .j_item_wrap .j_item_con:hover::after{box-shadow: 0px 6px 32px -8px rgba(0, 0, 0, 0.2), 0px 0px 1px 0px rgba(0, 0, 0, 0.5);	border:1px solid #eee;}
.j_attention_item .j_item_wrap .j_item_con .sct_btn button i{transition : color 0.3s;}

.j_item_con .sct_btn button{transition : background 0.3s;}
.j_item_con .sct_btn button i{transition : color 0.3s;}
.j_item_con .sct_btn button:hover i{color :#fff;}

.j_quick_bar .j_open_btn{top:50%;}

.h_swiper-container {padding:30px 20px;}

.h_title_box {text-align:center;width:100%;height:100%;display:flex;justify-content:center; align-items:center; border-radius:10px;}

.h_sec_sale {background-color:#f6f7fb; padding:50px 0;margin-bottom:100px;}
.h_sec_sale .j_section_pb {padding-bottom:0;}

.j_text_con a p {max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}

.h_border-r-10{border-radius:10px;}

.swiper_btn.j_prev_btn{left:1%;}
.swiper_btn.j_next_btn{left:99%;}


.h_pcView {display: block !important;}
.h_768View {display: none !important;}
/* color */
#j_header .j_m_btn {background-color:#ec1726;}
.j_gnb .j_gnb_menu .j_menu > a {background-color:#ec1726;}
.j_hd_top .j_search_box {border: 2px solid #ec1726;}
.swiper-pagination-bullet-active {background-color: #ec1726;}
.j_fc_b {color: #ec1726;}
.j_gnb .j_gnb_menu .j_menu > ul > li > a:hover span {color: #ec1726;}
.j_sub_menu li a:hover {background-color:rgba(236, 23, 38, 0.5);}
.j_category_tab li.active {background-color: #ec1726;}

.j_quick_bar .j_open_btn {background-color: #ec1726;}
.j_hd_btm .j_l_nav .j_left_con a:hover {color: #ec1726;}
.j_item_con .sct_btn button:hover{background-color : #ec1726;}
.j_attention_item .j_item_wrap .j_item_con .sct_btn button:hover {background-color : #ec1726;}
.j_hd_top .j_hdt_menu > ul > li ul li a:hover {color: #ec1726;}

.j_item_wrap .j_item_con .j_img_con .j_sold_out {transform:scale(1); transform:translate(-50%, -50%); transition: transform .3s;}
.j_item_wrap .j_item_con:hover .j_img_con .j_sold_out {transform:scale(1.1); transform:translate(-50%, -50%);}

.j_gnb_menu .j_menu > ul > li > a:hover span{color :#ec1726;}
.j_gnb_menu .j_menu > ul > li > a.active span{color :#ec1726;}

.j_category_tab li:hover span {color:#ec1726;}
.j_category_tab li.active:hover span {color:#fff;}

.j_m_nav .j_gnb_menu .j_menu > a {font-size:1.5rem;}
.j_m_nav .j_gnb_menu .j_menu ul li a span,.h_menu ul li a {font-size: 1.1rem;font-weight:300;color:#000;}

.j_m_nav .j_m_nav_inner {width:100%;}

.j_gnb_menu .h_category_tab ul {display:flex; width:100%;}
.j_gnb_menu .h_category_tab ul li {width:50%; display:flex; justify-content:center; height: 45px;}
.j_gnb_menu .h_category_tab ul li.active {background-color: #ec1726;}
.j_gnb_menu .h_category_tab ul li.active span {color: #fff;}


.j_attention_item .k_new_cart_btn {margin-top:60px;}

.j_gnb_menu .h_menu {display:none;}
.j_gnb_menu .h_menu.active {display:block;}

.j_light_dev span{color : #ec1726;}

@media screen and (max-width: 1024px){ 
	.j_attention_item .j_item_wrap .j_item_con .j_img_con{width: 62.5%;}
	.j_attention_item .j_item_wrap .j_item_con .j_text_con {width:32.5%;}
}

@media screen and (max-width: 768px){ 
	.j_banner_sec {padding: 30px 0 !important;}
	.j_section_pb {padding-bottom:30px;}
	.h_title_box {justify-content: flex-start; background:none;}
	.h_pcView {display: none !important;}
	.h_768View {display: block !important;}
	.h_sec_sale {margin-bottom: 30px; padding:30px 0;}
	.h_swiper_title {margin-bottom:0;}
}
@media screen and (max-width: 760px){
	#j_header .j_m_btn {margin-right: 0;}
	.j_text_con a p:first-child {font-size: 14px;font-weight:400; margin-bottom:0;}
	.j_text_con a p:last-child{font-size: 18px;}
	.j_item_wrap .j_item_con {padding:10px 20px;}

	.j_category_item.j_item_wrap .j_item_con .j_text_con, .j_category_item .k_new_cart_btn, .j_sale_item .j_item_wrap .j_item_con .j_text_con, .j_sale_item .k_new_cart_btn {padding: 10px 20px 5px 20px;}

	.j_attention_item .j_item_wrap .j_item_con .j_img_con {height:unset;}
	.j_attention_item .j_item_wrap .j_item_con .j_img_con, .j_attention_item .j_item_wrap .j_item_con .j_text_con {width:45%;}
	.j_category_con .j_item_con{margin-right: 0;}

}
@media screen and (max-width: 480px){ 
	.h_m_sec {width:100%;}
	.j_attention_item .j_item_wrap ul.sct {flex-direction: column;}
	.j_attention_item .j_item_wrap .j_item_con {width:100%;}
	.j_attention_item .j_item_wrap .j_item_con .j_text_con{align-items:center;}
	.j_attention_item .j_item_wrap .j_item_con {min-height: 185px;}
	.j_attention_item .k_new_cart_btn {margin-top:20px; padding:0;}
	.h_grid_container01 {grid-gap:10px;}
}
@media screen and (max-width: 360px){ 
	.j_attention_item .k_new_cart_btn {margin-top:10px;}
}
/* 220923 수정 */






/* 230307 수정 */
/*.j_item_wrap .j_item_con .j_text_con .j_price .j_txt_line{display:none;}*/
.h_txt_deco01 td span{display:none;}


@media screen and (max-width:760px){ 
	 .j_item_wrap .j_item_con .j_text_con .j_price .j_fc_g{font-size:14px;}
}




/*230528*/

.j_daegu_guid {display:none;}




