.commlayout{
	width:1280px;
	margin:auto;
}
.header{
	width:100%;
	background:#283148;
	position:relative;
	z-index: 500;
}
/*상단 lnb */
.header .lnb{
	position: relative;
    z-index: 100;

}
.lnb ul.fl li{
	float:left;
}
.lnb ul.fl li a{
	color:#969fa5;
	font-size:12px;
	display:block;
	line-height:33px;
	padding:0 12px;
	font-family:'noto-m';
	position:relative;
}
.lnb ul.fl li.on a{
	color:#00cad5;
}
.lnb ul.fl li a:after{
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    width: 1px;
    height: 10px;
    background: #394a78;
	transform:translate(0, -50%);
    content: "";
}
.lnb ul.fl li:last-child a:after{
    display: none;
}
.top_header ul.fr{
	position:absolute;
	top:10px;
	right:0
}
.top_header ul.fr li{
	float:left;
	position:relative;
}
.top_header ul.fr li a{
	color:#000;
	font-size:12px;
	display:block;
	padding:0 8px;
	line-height:33px;
}
.top_header ul.fr li.allmenu a img{
	display:block;
	padding: 7px 0;
}
.top_header ul.fr li.logout a img,
.top_header ul.fr li.myshop a img,
.top_header ul.fr li.cart a img,
.top_header ul.fr li.soriham a img{
    display: inline-block;
    padding: 7px 0;
    height: 15px;
    vertical-align: -10px;
    margin-right: 4px;
}
.top_header ul.fr li.family a img{
    display: inline-block;
    padding: 7px 0;
    height: 20px;
    vertical-align: -13px;
    margin-right: 4px;
}
.top_header ul.fr li.cart .count{
background: #232323;
    display: inline-block;
    line-height: 14px;
    padding: 0 8px;
    font-size: 11px;
    border-radius: 20px;
	color:#fff
}
.top_header ul.fr li.soriham a img{
	height:13px;
	vertical-align: -9px;
}
.top_header{
	border-bottom: 1px solid #ddd;
	background:#fff;
	
}
.top_header .in{
	width:1220px;
	margin:auto;
	position:relative;
    padding: 26px 0 23px;
}

.logo{
	
	z-index: 80;
}
.logo img{
    border: 0;
    height: 32px;
    width: auto;
    display: block;
    padding: 0 8px;
	
    margin-top: 8px;
}
.srh{
    border-bottom: 1px solid #333;
    height: 34px;
    width: 242px;
    border-radius: 1px;
    overflow: hidden;
    position: relative;
    z-index: 100;
    margin-left: 0;
    position: absolute;
    bottom: 13px;
    right: 0;
}
.srh .inp_srh{
    border: 0;
    background: #fff;
    width: 80%;
    box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
    height: 29px;
    padding-left: 11px;
	outline:none;
	font-family:'Hevetica';
	font-weight:700;
	font-size:0.88em;
	margin-top: 3px;	
	
}
.srh .button{
	width:36px;
	height:34px;
	background:#fff;
	text-align:center;
}
.srh .button img{
	height:18px;
	margin-top:6px;
}

/*nav*/
.nav{
    position: absolute;
	top: 10px;
    /*bottom: 0; 준비중 수정 전*/
    left: 175px;
	z-index:100
}
.nav li{
	float:left;
}
.nav li a{
	display:block;
	font-family:'noto-b';
	padding: 26px 20px;
}
.nav li a p{
	text-align:center;
	font-size:13px;
}

/*quick_wrap*/
.quick_wrap{
	position:absolute;
	left:50%;
	margin-left:660px;
	padding-top:122px;
}
.quick_wrap li{
	width:80px;
	height:80px;
	border-radius:50%;
	margin-bottom:10px;
}
.quick_wrap li img{
	opacity:0.8;
}
.quick_wrap li:hover img{
	opacity:1;
}



/*
.srh_wrap{
	position:fixed;
	top:0;
	left:0;
	 width:100%;
	background:#fff;
	z-index: 10;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	display:none;
}
.srh_wrap .in{
	position: relative;
    /* border: 1px solid #eee; 
    padding: 30px 59px 30px 63px;	
}
.srh_wrap .srh_delete{
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translate(0 , -50%);
	-webkit-transform: translate(0 , -50%);
	-moz-transform: translate(0 , -50%);
    font-size: 15px;	
	display:block;
}
.srh_result{
	width:100%;
	background:#fff;
	padding:14px;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	border-bottom:1px solid #eee
}
.srh_result .none{
	text-align:center;
	font-size:14px
}

.icon_allmenu{
	padding: 3px 0;
}
.icon_allmenu span{
    display: block;
    width: 21px;
    height: 2px;
    background: #4b4e54;
    margin-bottom: 5px;
}
.icon_allmenu span:last-child{
	margin-bottom:0;
}*/
/*category
.category{
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	overflow-y:auto;
	z-index:100;
	background:#f2f4f8;
	animation: fadeEffect 0.3s;
}
.category .top{
    padding:10px 12px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.05);
    background: #171f36;
	position:fixed;
	top:0;
	left:0;
	width:100%;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	color:#fff;
    z-index: 50;
}
.category .top .title{
	position:absolute;
	top:50%; 
	left:50%;
	transform:translate(-50%, -50%);
	-webkit-transform:translate(-50%, -50%);
	-moz-transform:translate(-50%, -50%);
	font-size: 15px;
    font-weight: 500;
}

.category .top .close{
	float:right;
	    margin: 7px 1px;
}
.category .top .close img{
	height: 10px;
    display: block;
}
.category .top h2{
	float:left;
	font-size: 1em;
	font-family:'noto-r'
}
.category .top h2 img{
	height:  31px;
	display:block;
}*/

/*mY현황 - 로그인 후*/
.my_wrap{
	padding: 60px 9px 14px;
}
.login_after{
    
}
.login_after .in,
.login_before .in{
	background:#fff;
	box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}
.login_after .user{
    border-bottom: 1px solid #ddd;
    padding: 14px 11px;
    font-size: 13px;
    color: #333333;
}
.login_after .user span.ico{
    margin-right: 6px;
}
.login_after .user span.ico img{
	height:35px;
	display:block
}
.login_after .user .name{
    font-size: 15px;
    padding-top: 1px;
    padding-left: 2px;
}
.login_after .user .name span{
    font-weight: 600;
    font-size: 18px;
}

.login_after .user .go a{
    display: inline-block;
    background: #f9f9f9;
    width: 25px;
    text-align: center;
    border: 1px solid #e8e8e8;
    line-height: 1em;
    margin-right: 3px;
    color: #888;
    border-radius: 3px;
    padding: 6px 0;

}
.login_after .user .go img{
	height: 22px;
	display:block;
}
.login_after .login_after{
	display:block;
	    margin-top: 2px;
}
.login_after .login_after a{
	display:block;
	color:#888
}
.login_after .login_after img{
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    height: 20px;
    margin-left: 6px;
    vertical-align: -5px;
}
.login_after .user_category{
	padding:0;
}
.login_after .user_category:after{
	content:""; display:block; clear:both;
}
.user_category ul{
	overflow:hidden;
}
.user_category ul li{
	float:left;
	width:33.3%;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	   
}
.user_category ul li a{
	display: block;
    text-align: center;
    font-size: 13px;
    line-height: 1.2em;
	 padding: 16px 0;
}

.user_category ul li a p{
	display:inline-block;
    font-size: 16px
}
.user_category ul li a .count{
padding-left: 2px;
    color: #4c6164;
    text-align: center;
    font-size: 15px;
    display: inline-block;
    font-weight: 500;
}
/*로그인 후*/
.login_before .in{
	padding: 6px;
}
.login_before .in .button{
	background: #dddfe4;
    text-align: center;
    font-size: 0.84em;
    letter-spacing: -0.06em;
	border-radius:2px;
}
.login_before .in .button a{
	width: 100%;
    display: block;
    padding: 9px 0;
	color:#6b6b6c;
}
.login_before .in .button img{
	height: 20px;
    vertical-align: -6px;
    margin-right: 9px;
}
.login_before .in span{
    display: inline-block;
    text-align: center;
    color: #878787;
    width: 100%;
    font-size: 0.78em;
    letter-spacing: -0.04em;
    line-height: 1.58em;
    margin: 10px 0 7px;
}



.category_tab{
	padding:0 8px;
}
.category_tab p{
	transition:all 0.3s;
	float: left;
    width: 50%;
    text-align: center;
    background: #f2f4f8;
    font-size: 0.96em;
    padding: 14px 0;
    box-sizing: border-box;
	-webki-box-sizing: border-box;
	-moz-box-sizing: border-box;
    color: #666;
    /*border-radius: 13px 13px 0 0;*/
    border-radius: 1px 1px 0 0;
    box-shadow: 1px 0px 10px rgba(0,0,0,0.1);
    font-weight: 600;
}
.category_tab p:last-child{
	border-right:0;
}
.category_tab p.active{
    background:#171f36;
    color: #fff;
	font-weight:600;
	box-shadow:none;
}
/*category*/
.category{
float:left;	
margin-top:40px
}
.category_in{
	width:250px;
	margin:auto;
}
.category h2.tit{
	font-size: 15px;
    padding: 0 0 0 0;
	background-position: 15px center;
	position:relative;
	font-family: 'noto-b';
	margin-bottom:10px;
}

.category h2.tit img{
	display:block;
    padding: 14px 0 13px;
}
.category .ct_toggle{
	position:absolute;
	top:50%;
	right:12px;	
	transform:translate(0, -50%);
	height:16px;
	cursor:pointer;
}
.category .ct_toggle img{
    position: absolute;
    top: 0;
    right: 0;
    height: 6px;
    padding: 5px !important;
    background: #575c67;
}
.category .ct_toggle .ct_toggle_close{
	display:none;
}

.menu{
	padding:0 0 0 42px;
}
.gnb{
    position: relative;
}
.gnb>.gnb_menu_btn{
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 0;
}
.gnb>.gnb_menu_btn>a{
    font-size: 14px;
    width: 100%;
    color: #000;
    font-family: 'noto-b';
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    line-height: 1.4em;
    letter-spacing: -0.07em;
    display: block;
    padding: 13px 0;
}
.gnb>.gnb_menu_btn>a span.img{
   display:none;
}
.gnb>.gnb_menu_btn>a span.img img{
    height: 40px;
    width: 42px;
    border: 1px solid #eee;
    border-radius: 50%;
}

.gnb>.gnb_menu_btn:nth-last-child(2),
.gnb>.gnb_menu_btn:nth-last-child(1){
	border-bottom:0;
}
/**/
.first_menu{
	position:relative;
}
.first_menu:after{
	content:"+";
	display:block;
	font-family:'noto-b';
	font-size:19px;
	position:absolute;
	top:10px;
	left:160px;
	line-height:20px;
}
.first_menu.active:after{
	content:"-";
	display:block;
	font-family:'noto-b';
	font-size:20px;
	position:absolute;
	top:10px;
	left:160px;
	line-height:20px;
}
/*두번째 카테고리*/
.sub_menu{
	background: #fff;
    width: 250px;
    height: auto;
    display: none;
    /* min-height: 435px; */
    box-sizing: border-box;
}

.sub_menu .sub_tit{
    font-family: 'noto-m';
    letter-spacing: -0.06em;
    border-bottom: 1px solid #666;
    display: inline-block;
	padding-bottom:2px;
	display:none
}
/*
.gnb>li:hover .sub_menu{
	display:block;
	min-height:55px;
}*/
.secint_menu>li{
    width:100%;
    float: left;
	position:relative
}
.secint_menu>li>a{
color: #666;
    font-size: 14px;
    font-family: 'noto-m';
    letter-spacing: -0.08em;
    display: block;
}
.third_menu:after{
	content:"";
	display:block;
	clear:both;
}
.third_menu{
	padding:14px 0;
}
.third_menu>li{
	position:relative;
}
.third_menu>li>a{
    font-size: 13px;
    color: #888;
    font-family: 'noto-r';
	display:block;
	line-height:1.6em;
	padding:1px 13px;
	
}
.third_menu>li:hover>a{
	font-family:'noto-b';
}
.secint_menu>li:hover .third_menu>li>a{
    color: #223f87;
}
.four_menu{
    position: absolute;
    top: -5px;
    left: 138px;
    width: 148px;
    background: #f9f9f9;
    padding: 14px 22px;
    z-index: 10;
    font-size: 14px;
    line-height: 1.6em;
	border:1px solid #999eab;
	display:none;
}
.four_menu>li{
}
.four_menu>li>a{
	color:#677393
}
.third_menu>li:hover .four_menu{
	display:block;
}
.four_menu>li:hover a{
	font-family:'noto-b'
}
/*
.second_category_wrap:after{
	content:""; display:block; clear:both;
}
.second_category_wrap{
	display:block;
	width:100% !important;
}
.second_category_wrap>ul>li>a{
    color: #fff !important;
    display: block;
    padding: 8px 8px;
    font-size: 0.9em;
	background:#666b80
}
.third_category{
	background:#f9f9f9;
}
.third_category>li{
	float:left;
	width:50%;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	border-right:1px solid #e5e5e5;
	border-bottom:1px solid #e5e5e5
}
.third_category>li:nth-child(2n){
	border-right:0;
}
.third_category>li>a{
	display:block;
	padding:11px 8px;
	font-size:13px;
	color:#555
}*/

/*이차카테고리*/
.second_catogory{}
.second_catogory ul:after{
	content:""; display:block; clear:both;
}
.second_catogory ul li{
	float:left;
	width:25%;
	border-bottom:1px solid #eee;
	border-right:1px solid #eee;
	box-sizing:border-box;
}
.second_catogory ul li:nth-child(4n){
	border-right:0;
}

.second_catogory ul li a{
	    display: block;
    text-align: center;
    font-size: 14px;
	height:88px;
	/*background:#fff;*/
	position:relative;
}
.second_catogory ul li a span.t{
	position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translate(-50%, 0 );
    width: 100%;
    font-size: 12px;
    letter-spacing: -0.09em;
    color: #555;	
}
.second_catogory ul li a span.img{
	
}
.second_catogory ul li a span.img img{
    height: 36px;
    width: 37px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    margin-top: -11px;
    border: 1px solid #eee;
    border-radius: 50%;
}
/*brand_wrap*/
.brand_wrap{
	padding:0 8px 16px;
}
.brand_tabbar{
	background:#fff;
	box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    padding: 13px;
}
.brand_tabbar .tabbar{}
.brand_tabbar .tabbar span{
	    display: inline-block;
    float: left;
    width: 33.3%;
    text-align: center;
    font-size: 15px;
    background: #f4f4f5;
    box-sizing: border-box;
    border: 1px solid #ddd;
    padding: 7px 0;
	border-right:0;
}
.brand_tabbar .tabbar span.last{
	border-right:1px solid #ddd;
}
.brand_tabbar .tabbar span.active{
	background:#fff;
	color:#00cad5;
}
.brand_tabbar ul {
    padding: 12px 0;	
}
.brand_tabbar ul:after{
	content:""; display:table; clear:both;
}
.brand_tabbar ul.tabcontent2 li{
    float: left;
    width: 37px;
    text-align: center;
    background: #f4f4f5;
    height: 26px;
    margin: 2px 7px;
    border-radius: 37px;
    color: #222;
    padding-top: 10px;
    font-size: 14px;
}
.brand_tabbar ul.tabcontent2 li.on{
    background: #00cad5;
    color: #fff;	
}
/*브랜드 검색결과 뷰*/
.brand_result_view ul{
	padding:0;
	    border-top: 1px solid #eee;
}
.brand_result_view li{
    position: relative;
   
    border-bottom: 1px solid #eee;
}
.brand_result_view li a{
	display: block;
    width: 100%;
    height: 100%;
	padding: 22px 0;
	 height: 42px;
    
}
.brand_result_view .mv{
	width:98px;
	height:40px;
	position:relative;
	overflow:hidden;
	border-right: 1px solid #eee;
}
.brand_result_view .mv img{
    display: inline-block;
    max-width: 66px;
    max-height: 30px;
	position:absolute;
	top:50%;
	left:50%; 
	transform:translate(-50%, -50%);
	-webkit-transform:translate(-50%, -50%);
	-moz-transform:translate(-50%, -50%);
}
.brand_result_view .tw{
position: absolute;
    top: 20px;
    left: 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding-left: 108px;
}
.brand_result_view .tw .t{
    display: block;
    margin-top: 4px;
    font-size: 15px;
}
.brand_result_view .tw .st{
    display: inline-block;
    font-size: 13px;
    letter-spacing: -0.05em;
    color: #999;
}
/*????*/
.apply{
	margin:0 8px 16px;
	background:#fff;
	box-shadow:0 2px 5px rgba(0,0,0,0.1);
	padding:10px 0 0;
}
.apply h3{
text-align: center;
    font-size: 1em;
    font-weight: 600;
    letter-spacing: -0.02em;
	    padding: 2px 0;
}
.apply ul{
	border-top:1px solid #e5e5e5;
	margin-top:12px;
	padding:7px 7px;
}
.apply ul li{
	float:left;
	width:50%;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	    padding: 4px;
}
.apply ul li a{
    display: block;
    font-size: 14px;
    color: #111;
    padding: 10px 8px;
    background: #fcfcfc;
    border-radius: 4px;
    border: 1px solid #d9d9d9;
	position:relative;
    text-align: left;
}
.apply ul li a span{
	position:absolute;
	top:50%;
	right:8px;
	transform:translate(0, -50%);
	-webkit-transform:translate(0, -50%);
	-moz-transform:translate(0, -50%);
}
.apply ul li a span img{
	height: 14px;
}


/*???? ???? ???*/
.top_slidemenu_wrap{
    background:linear-gradient(to right, #0dc8de 54%, #3e6db9 84%, #495892 99%);
	background:#fff;	
	position:relative;
}
.top_slidemenu:after{
	content:""; display:block;
}
.top_slidemenu{
	width: 1280px;
	margin:auto;
   padding-left:220px;
   box-sizing:border-box;
   background:#fff;
}
.top_slidemenu li{
	display:inline-block;
	position:relative;
	margin:0 8px;
}
.top_slidemenu li a{
    color: #1c2640;
    font-size: 15px;
	display: block;    
    letter-spacing: -0.08em;
	font-family:'noto-m';
	line-height:40px;
}
.top_slidemenu li.on a{
	font-weight:500;
	color:#00cad5;
}
.top_slidemenu li.on .bar{
display: block;
    width: 120%;
    position: absolute;
    bottom: 1px;
    left: 50%;
    height: 2px;
    background: #00cad5;
    border-radius: 5px;
    transform: translate(-50%, 0);
	-webkit-transform: translate(-50%, 0);
	-moz-transform: translate(-50%, 0);
}
/*header2 css
.header_wrap{
	position:fixed;
	width:100%;
	height: 48px;
	border-bottom:1px solid #ddd;
	background: #fff;
	top:0; 
	left:0;
    z-index: 300;
}
.header_wrap h2.header_title{
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 10;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    /* padding-left: 47px; 
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    text-align: center;
    width: 100%;
}
.header_wrap .button_back{
	display:block;
	position:absolute;
	top:50%;
	left:12px;
	z-index:15;
	transform:translate(0, -50%);
	-webkit-transform:translate(0, -50%);
	-moz-transform:translate(0, -50%);
	  
}
.header_wrap .button_back img{
	height: 19px;
    display: block;
}
*/

/**/

.navigator_ul{}
.navigator_ul li{
	float:left;
	font-family:'noto-m';
	letter-spacing:-0.04em;
	font-size:15.5px;
	padding:0 12px;
	position:relative;
}
.navigator_ul li:after{
	content:"";
	display:block;
	position:absolute;
	top:50%;
	left:-4px;
	width:10px;
	height:10px;
	background-image:url(/images/ico/ico_arr-gray_right.png);
	background-repeat:no-repeat;
	background-size:auto 10px;
	transform:translate(0, -50%);
}
.navigator_ul li:first-child:after{
	display:none;
}
.navigator_ul li.on{
	color:#000;
	font-family:'noto-b'
}
.navigator_ul li:last-child{
	padding-right:0
}
/*header3 css
.header3 .top_header {
    border-bottom: 1px solid #ddd;
    padding: 11px 55px 11px 73px;
    background: #fff;
	height: 35px;
	position:relative;
	text-align:center;
}
.header3 .srhbtn{
	position:absolute;
	top:50%;
	right:50px;
	transform:translate(0, -50%);
	-webkit-transform:translate(0, -50%);
	-moz-transform:translate(0, -50%);
}
.header3 .logo {
    top: 10px;
}
.header3 .brand_name{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
}
.header3 .brand_name a{
	color:#171f36;
	font-weight:600;
	font-size:1.1em
}
.header3 .brand_name a img{
	height: 25px;
    vertical-align: -6px;
    margin-right: 5px;
}
.header3 .allmenu {
    top: 16px;
}
.header3 .srhbtn img{
	height: 26px;
    padding: 0 1px
}
.category_nav{}
.category_nav .top{
    background: #aaa;
    border-bottom: 1px solid #eee;
    position: relative;
    padding: 12px 13px;
    background-image: url(/images/ico/ico_bgdot.png);
    background-size: auto 4px;
}
.category_nav .top .intro{
	font-size: 12px;
	color:#fff;
    margin-top: 11px;
}
.category_nav .top h4{
    text-align: center;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
}
.category_nav .top .btns{}
.category_nav .top .btns ul{}
.category_nav .top .btns ul:after{
	content:""; display:block; clear:both;
}
.category_nav .top .btns ul li{
	float:left;
	margin-left:4px;
}
.category_nav .top .btns ul li a{
    background: #fff;
    width: 36px;
    height: 36px;
    display: block;
    text-align: center;
    font-size: 11px;
    border-radius: 50%;
}
.category_nav .top .btns ul li a span{
	display: block;
    padding-top: 15px;
}
.category_nav .tit_final{
    margin: 8px;
    font-size: 15px;
    background: #0dc8de;
    display: inline-block;
    padding: 5px 15px;
    text-align: center;
    border-radius: 18px;
    color: #fff;
}
*/
/*페이징*/
.paging {
    text-align: center;
    padding: 8px;
    background: #fff;
}
.paging ul {
    display: inline;
    vertical-align: top;
    font-size: 0;
}
.paging li {
    display: inline-block;
    overflow: hidden;
    position: relative;
    width: 32px;
    height: 32px;
    margin-left: -1px;
    border: 1px solid #dfdfdf;
    zoom: 1;
    cursor: pointer;
    color: #999;
    line-height: 32px;
    font-size: 14px;
}
.paging li a{
	display:block;
	width:100%;
	height:100%;
}
.paging li:first-child {
    margin-left: 10px;
}
.paging li.current {
    color: #fff;
    background: #00cad5;
}
.paging li:first-child {

    transform: rotate(180deg);
}
.paging li:first-child, .paging li:last-child {
    display: inline-block;
    overflow: hidden;
    width: 32px;
    height: 32px;
    border: 1px solid #999;
    border-radius: 3px;
    vertical-align: top;
    font-size: 0;
    cursor: pointer;
    background-image: url(/images/ico/ico_arr-gray_right.png);
    background-repeat: no-repeat;
    background-size: auto 14px;
    background-position: center;
    opacity: 0.4;
}
/*페이징2*/
.paging2{
	text-align:center;
	margin:32px 0 50px;
}
.paging2 li {
    display: inline-block;
    overflow: hidden;
    position: relative;
    width: 32px;
    height: 32px;
    margin-left: -1px;
    zoom: 1;
    cursor: pointer;
    color: #999;
    line-height: 32px;
    font-size: 16px;
	text-align:center;
	font-family:'noto-m'
}
.paging2 li a{
	display:block
}
.paging2 li.current {
    color: #03abbf
}
.paging2 li.final{
	border:1px solid #ddd;
	text-indent:-9999px;
	cursor: pointer;
    background-image: url(/images/ico/ico_arr-gray_right2.png);
    background-repeat: no-repeat;
    background-size: auto 14px;
	background-position:center
}
.paging2 li.first{
	border:1px solid #ddd;
	text-indent:-9999px;
	cursor: pointer;
    background-image: url(/images/ico/ico_arr-gray_first.png);
    background-repeat: no-repeat;
    background-size: auto 14px;
	background-position:center
}
.paging2 li.prev{
	border:1px solid #ddd;
	text-indent:-9999px;
	cursor: pointer;
    background-image: url(/images/ico/ico_arr-gray_left.png);
    background-repeat: no-repeat;
    background-size: auto 14px;
	background-position:center
}
.paging2 li.next{
	border:1px solid #ddd;
	text-indent:-9999px;
	cursor: pointer;
    background-image: url(/images/ico/ico_arr-gray_right.png);
    background-repeat: no-repeat;
    background-size: auto 14px;
	background-position:center
}

/*상품리스트 공용 탑 카테고리란*/
.category_Navigator{
	padding:0;
	background:#efeff0;
}
.category_Navigator .nav{
	background:#fff;
	box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

.category_Navigator .nav_menu_btn{/*1?????*/
	float:left;
	width:50%;
	border-bottom:1px solid #e5e5e5;
	border-right:1px solid #e5e5e5;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
}
.category_Navigator .nav_menu_btn a{
    display: block;
    font-size: 14px;
    letter-spacing: -0.05em;
    padding: 9px 8px;
	position:relative;
	
}
.category_Navigator .nav_menu_btn a:after{
    position: absolute;
    top: 50%;
    right: 4px;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    width: 15px;
    height: 13px;
    background: url(/images/ico/arr_more.png)no-repeat;
	background-size: auto 13px;
    content: "";    
}
.listPage.list3 .category_Navigator .nav_menu_btn a:after{
	background:none
}
.category_Navigator .nav_menu_btn.even{
	border-right:0;
}
/*카테고리 리스트 페이지*/
.second_catogory.subpage{
	margin: 0 7px;
    background: #fbfbfb;
	position:relative;
}

/*
.second_catogory.subpage:after{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 205px;
    height: 117px;
    background: #29c7b1;
	text-align:center;
	line-height:117px;
	color:#fff;
    content: "CATEGORY";
}*/
.second_catogory.subpage ul li {
	width: 11%;
	border:0;
	text-align:center;
}

.second_catogory.subpage ul li a{
	padding:14px 0 10px;
}
.second_catogory ul li a span.subpage_category.img{
	display:block;
}
.second_catogory ul li a span.subpage_category.img img{
    height: 54px;
    width: 54px;
    position: relative;
    top: 0;
    left: 0;
    transform: translate(0,0);
    -webkit-transform:transform: translate(0,0);
    -moz-transform:transform: translate(0,0);
    margin-top: 0;
    border: 1px solid #eee;
    border-radius: 50%;
}
.second_catogory ul li a span.t.subpage_category {
    position: relative;
    top: 0;
    left: 0;
    transform: translate(0, 0 );
    width: 100%;
    font-size: 12px;
    letter-spacing: -0.09em;
    color: #555;
    line-height: 1.24em;
    display: inline-block;
}
.sub_ctgr{
    background: #fff;
    margin: 0 7px;
    font-size: 14.5px;
    letter-spacing: -0.04em;
    border-right: 1px solid #e4e7ea;
    border-top: 1px solid #e4e7ea;
    border-left: 1px solid #e4e7ea;
}
.sub_ctgr .tit{
	width: 204px;
	text-align:center;
	padding:8px 0;
	font-family:'noto-m'
}
.sub_ctgr .cont{
	width: 1060px;
}
.sub_ctgr .cont ul{
	border-left:1px solid #e8e8e8;
	width:100;
	box-sizing: border-box;
}
.sub_ctgr .cont ul li{
    float: left;
    width: 12.5%;
    text-align: center;
    line-height: 36px;
    font-size: 14px;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    box-sizing: border-box;
}
.sub_ctgr .cont ul li:nth-child(8n){
	border-right:0
}
.sub_ctgr2{
	    margin: -1px 7px 0;
    background: #fff;
    border: 1px solid #e8e8e8;
    padding: 4px 4px 4px 204px;
}
.sub_ctgr2 ul{
    border: 1px solid #7ed3c7;
    padding: 10px 16px;
    font-size: 14px;
    border-radius: 3px;
}
.sub_ctgr2 li{
    float: left;
    width: 20%;
    padding-left:12px;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	position:relative
}
.sub_ctgr2 li:after{
	    position: absolute;
    top: 50%;
    left: 0;
	transform:translate(0, -50%);
	-webkit-transform:translate(0, -50%);
	-moz-transform:translate(0, -50%);
    content: "";
    width: 4px;
    height: 4px;
	background:#00cad5
}
.ctgr_nav{
    background: #ebf6f6;
    padding: 15px;
    margin: 0 7px;
    font-size: 14.5px;
    letter-spacing: -0.04em;
    border: 1px solid #e4e7ea;
	    margin-top: -1px;
}
.ctgr_nav span:first-child{
	font-family:'noto-b';	
}
.ctgr_nav span{
	padding-right:16px;
	position:relative
}
.ctgr_nav span:after{
    position: absolute;
    top: 0;
    right: 0;
    content: "";
    width: 10px;
    height: 20px;
    /* background-color: #ddd; */
    background-image: url(/images/ico/ico_arr-gray_right.png);
    background-position: 0px center;
    background-size: auto 8px;
    background-repeat: no-repeat;
}
.ctgr_nav span:last-child:after{
	display:none
}

/*footer*/
.footer{
	margin-top:12px;
	border-top:1px solid #e8e8e8;
    position: relative;
    z-index: 100;
	background:#121212
}
.footer .in{
		padding-bottom:16px;
		position:relative;
}
.f_top{
	text-align:center;
	position:absolute;
    top: -55px;
    right: 55px;
	cursor:pointer;
}
.f_top span{
    background: #fff;
    display: block;
    margin: 0 6px;
    padding: 11px 13px 9px;
	border:1px solid #e5e5e5;
	
}
.f_top img{
	transform:rotate(90deg);
	-webkit-transform:rotate(90deg);
	-ms-transform:rotate(90deg);
	height: 18px;
	display:inline-block;
	opacity:0.7
}


.f_nav li{
    width:auto ;
    float: left;
}
.f_nav li a{
	    color: #222;
    font-size: 14px;
    display: block;
    padding: 12px 6px;
}
.footer .f_info{
	padding:30px 0 40px;
	width:1208px ;
	margin:auto;
}

.sns_info{
	margin-bottom:12px;
	margin-right:40px;
}
.sns_info li{
	float:left;
	margin-right:12px;
}
.sns_info li img{
	display:block;
	height:26px;
}
.sns_info li span{
	display: block;
    color: #fff;
    font-size: 10px;
    text-align: center;
	margin-bottom: 4px;
}

.f_bordars a{
	color:#ddd;
	font-size:12px;
}
.f_cs_info{
	margin-right:40px;
}
.f_cs_info h5{
	margin-bottom:20px;
	line-height:26px;
	color:#eee
}
.f_cs_info span{
	display:block;
	color:#ddd;
	font-size:12px;
	margin-bottom:4px
}

.f_cp_info{
	color:#eee;
}
.f_cp_info h5{
    font-size: 22px;
    line-height: 23px;
		margin-bottom:20px;
	font-family:'noto-b';
}
.f_cp_info span{
	display:block;
	color:#ddd;
	font-size:12px;
	margin-bottom:4px
	
}
.f_back_info{
	text-align:center
}
.f_back_info h5{
    line-height: 23px;
		margin-bottom:20px;
	color:#eee
}
.f_back_info span{
	display:block;
	color:#ddd;
	font-size:12px;
	margin-bottom:4px
	
}
/*
@media screen and (min-width:410px){
	.logo img {
    height: 42px;
	}
	.allmenu {
    top: 21px;
    right: 18px;
	}
	.icon_allmenu span {
    width: 23px;
	}
	.top_slidemenu li.on a{
	font-family:'noto-m';
	font-size: 1.08em;
	}
	.top_slidemenu li a {
    font-size: 1.04em;
	}

	.gnb>.gnb_menu_btn a {
    padding: 44px 2px 9px;
    height: 84px;
	}
	
	.category_nav .top .intro {
    margin-top: 13px;
	}	
	.category_nav .top .btns ul li a {
    width: 40px;
    height: 40px;
	}
	.category_nav .top .btns ul li a span {
    padding-top: 21px;
	}
}
*/
@keyframes fadeEffect{
	from{opacity:0}
	to{opacity:1}
}


