@charset "utf-8";

/* =========================== skip네비게이션 ====================================== */
#skip a{position:absolute;top:0px;left:-9999px;z-index:100;}
#skip a:focus, #skip a:active{left:0px;width:100%;text-align:center;padding:10px 0px;background:#004c80;color:#fff;font-weight:bold;}

/* =========================== 공통 레이아웃 ============================= */
div#wrap {
	position: relative;
	width:100%;
	/* height: 100%;
	max-width: 1900px; */
	word-break: keep-all;
	line-height: 1;
}

div#wrap header#header{
	width: 100%;  
	position: relative;  
	z-index: 9102;  
	background: #fff;  
	display: flex;  
	padding: 35px 60px; 
	border: 1px solid rgba(0, 0, 0, .1);
	transition: height 0.3s ease;
}

#container{	position:relative;}

div#wrap footer{
	position: relative; 
	width: 100%;
	background: #d9d9d9;
	padding: 30px 40px;
	color: rgba(0, 0, 0, .7);
}

/* =========================== 쇼핑몰 ============================= */

.header h1{ margin-right: 70px;}
.header h1 a{
	display:block; 
	width: 162px;
	height: 35px; 
	background:url(../images/common/logo.png)no-repeat;
	background-size: cover;
}

.header .rightUtil{position: absolute; top: 0;right: 60px;}
.rightUtil .top{margin: 10px 0; line-height: 24px;}
.rightUtil .userMenu{float: right; display: flex;}
.rightUtil .userMenu a{
	display:inline-block;	
	font-size:14px;
	font-weight:500;
	color:rgba(0,0,0,0.6);
	margin:0 3px;
	padding: 0 5px;
	transition:all 0.3s;
}
.rightUtil .userMenu a:hover{color:#000;}

.rightUtil .userMenu a.go{
	width: 70px;
    color: rgba(255, 255, 255, 0.6);
    border-radius: 4px;
    text-align: center;
}
.rightUtil .userMenu a.go:hover{opacity:0.8;}

#tophead{}
#tophead.tophead{position: absolute; right: 0; top: -22px;}
.textAnimation {animation:topCertify 1.0s infinite;}
@keyframes topCertify{0%{color:rgba(165, 27, 27, 1);}100%{color:rgba(165, 27, 27, 0.5);}}
@keyframes topCertify2{0%{color:rgba(165, 27, 27, 1);}100%{color:rgba(165, 27, 27, 0.5);}}

.header .headIcon{float: right; display: flex;}
.headIcon a{
	display: block;
    width: 45px;
    height: 45px;
    border-radius: 22.5px;
    margin-left: 15px;
    text-align: center;
    position: relative;
    background-repeat: no-repeat !important;
    background-position: 50% 50% !important;
    background-size: 50% !important;
}
.headIcon a.sch_btn{background: #efefef url(../images/common/icon_search.svg)}
.headIcon a.rep{background: #efefef url(../images/common/icon_time.svg)}
.headIcon a.cart{background: #efefef url(../images/common/icon_shop.svg)}
.headIcon a.cart .cart_count {
    position: absolute;
    bottom: 0;
    right: -3px;
    padding: 2px 6px;
    line-height: 15px;
    border-radius: 100%;
    color: #fff;
    background: #1751a0;
    font-size: 12px;
    font-weight: 600;
}

.jbFixed{
	position: fixed !important;
	top: 0px; 
	z-index: 9000; 
	box-shadow: 0 0 0 1px #eaebec, 0 4px 4px 0 rgba(0, 0, 0, .1); 
	border: 0 !important;
}
.jbFixed.header{padding: 20px 60px !important;}
.jbFixed h1 a{width: 145px;height: 32px;}
.jbFixed .rightUtil .top{margin: 5px 0; line-height: 20px;}
.jbFixed .rightUtil .userMenu a{font-size:13px;}
.jbFixed .headIcon a{
	display:block; 
	width: 34px;
	height: 34px; 
	border-radius: 20px; 
	margin-left: 12px; 
	background-size: 60% !important; 
}

.jbFixed .rightUtil .headTab li a{font-size: 13px; 	line-height: 20px; 	padding: 0 8px;}

/*통합 검색*/
.all_sch { 
	position: absolute; 
	left: 0; 
	bottom: 0; 
	display: flex; 
	width: 100%; 
	height: 300px; 
	background-color: #f1f0ec; 
	transform: translateY(100%); 
	align-items: center; 
	justify-content: center; 
	opacity: 0; 
	pointer-events: none; 
	transition: opacity 0.3s; 
}
.all_sch.on { 	opacity: 1; 	pointer-events: auto;	z-index: 300;
}.all_sch .sch_box { 	display: flex; 	align-items: center; 	justify-content: center; }
.all_sch .sch_box .inp_box { 
	display: flex; 
	align-items: center; 
	justify-content: center; 
	width: 460px; 
	height: 60px; 
	background-color: #fff; 
	border-radius: 2em; 
	overflow: hidden; 
}
.all_sch .sch_box .inp_box input { 
	width: 80%; 
	height: 100%; 
	background-color: transparent; 
	font-size: 16px;
	border: 0; 
}
.all_sch .sch_box .inp_box input::placeholder { color: #777; }
.all_sch .sch_box .inp_box .sch_btn2 { width: 22px; height: 22px; }
.all_sch .sch_box .inp_box .sch_btn2 svg { width: 100%; height: 100%; }
.all_sch .sch_box .close_btn {
	width: 38px;
	height: 38px;
	margin-left: 20px;
	border: 0;
}
.all_sch .sch_box .close_btn svg { width: 100%; height: 100%; }

.shopGnb{}
.shopGnb ul{display: flex;}
.shopGnb li{margin: 0 25px;}
.shopGnb li a{
	font-family: 'Montserrat', sans-serif; 
	font-size: 18px;
	display: inline-block;
	line-height: 35px;
	color: rgba(0,0,0,.8);
	font-weight: 600;
	padding: 0 10px;
}
.shopGnb .navigation_s > li > ul, .shopGnb .navigation_s > li > ul > li > ul{display:block !important; visibility:hidden; opacity:0;}
.shopGnb .navigation_s{position:relative;}
.shopGnb .navigation_s > li > ul > li {margin: 0 15px;}
.shopGnb .navigation_s > li > ul{
	position:absolute; 
	left:50%; 
	top:120%; 
	width:160px; 
	margin-left:-80px; 
	margin-top:10px; 
	background: rgba(255,255,255,1); 
	padding:15px 0; 
	z-index:100; 
	display:none;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	box-shadow: 0 3px 10px 4px rgba(0, 0, 0, .1);
}
.jbFixed .shopGnb .navigation_s > li > ul{margin-top:14px;}
.shopGnb .navigation_s > li > ul > li > a{
	position:relative; 
	display:block; 
	line-height:30px; 
	font-size:15px; 
	font-family: "Pretendard Variable", Pretendard, sans-serif; 
	transition-duration:0.5s; 
	text-transform:capitalize;	
	color:rgba(0, 0, 0, 0.7);
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}
.shopGnb .navigation_s > li > ul > li:hover > a{color:rgba(0, 0, 0, 1);}
.shopGnb .navigation_s > li > ul > li  > ul > li > a:hover{	color:rgba(0, 0, 0, 1)}
.shopGnb .navigation_s > li.dropdown:hover > ul{visibility:visible;	opacity:1;	top:100%;	}
.shopGnb .navigation_s li > ul > li.dropdown:hover > ul{
	visibility:visible;	
	opacity:1;	
	top:0px;	
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;	
}
.dropdown, .dropup {position: relative;}

.jbFixed2 {
	position: fixed;
	width: 930px !important;
	top: 0px;
	margin-top: 80px;
	z-index: 9000;
}

.pc_disNo{display:none}


/* =========================== 마이오피스 ============================= */

div#wrap header#headerMy{
	position: fixed !important ;
	top: 0;
	left: 0;
	width: 15% !important ;
	height: 100% !important ;
	overflow:visible;
	background: #646c79 url(../images/common/bg_my.png) no-repeat 0 45%;
	overflow-y: auto;
}

header#headerMy h1,
header#headerAdmin h1{	padding: 30px 25px 40px;}

header#headerMy h1 a,
header#headerAdmin h1 a{
	display: block;
	width: 70%;
	height: 35px;
	background: url(../images/common/logo_life_w.png) no-repeat;
	background-size: contain;
}

div#wrap header#headerMy::-webkit-scrollbar,
div#wrap header#headerAdmin::-webkit-scrollbar{display: none;}

#container.container_my{
	position: relative;
	width: 85%;
	background: #f2f2f2;
	padding: 40px;
	margin-left: 15%;
	min-height: 870px;
}

.footer_my{	width: 85% !important; 	margin-left: 15%;}

/* =========================== footer_공통 ============================= */

#footer .floL{	width:60%;}
#footer .floL .compT{font-size: 1.15rem; font-weight:500; margin-bottom:15px;}

#footer address{font-size: 1rem; line-height: 1.7rem;}
#footer address span{margin-right: 10px;}

#footer .floR{	width:40%; position: relative;} 

#footer .copyright{
    font-size: .9rem;
	font-family: "Montserrat", sans-serif;
    font-weight: 500;
	margin-top:20px;
}

#footer .copyright.mo{display:none;}
#footer .copyright span{font-weight: 600;}

#footer .footerBtn{
	position:absolute; 
	bottom:-50px; 
	width:200px; 
	text-align:left; 
	border-radius: 3px;
	background: #a8a8a8;   
	transition: all 0.4s;    
	overflow: hidden;
}

#footer .footerBtn .footerBtn-open{
	position: relative; 
	display:block; 
	width:100%; 
	height:35px; 
	line-height:14px;
	padding:0 15px; 	
	font-size:.95rem; 
	overflow:hidden; 
	color: rgba(255,255,255,.8);
	text-align: left;
}

.footerBtn.open {padding-top: 170px;}

.footerBtn .footerBtn-open:after{
	position:absolute;
	right: 10px;
	top:50%;
	transform:translateY(-50%);
	display: block; 
	width: 22px;
	height: 22px;
	content: url(../images/common/icon_arrow-up.svg);
	filter: invert(100%);
	transition-duration:0.3s;
}

.footerBtn.open .footerBtn-open:after{top: 7px; transform: rotate(-180deg);}

.footerBtn-list{
	position:absolute; 
	bottom:35px; 
	left:0px; 
	width:100%; 
	border-bottom:0; 
	display:none; 
	border-bottom: 1px solid rgba(255,255,255,.15);
	padding: 10px 15px;
}
.footerBtn-list li a{
	display:block; 
	font-size: 0.95rem;
	line-height: 1.6;
	color: rgba(255,255,255,.8);
	font-weight: 300;
	transition-duration:0.3s;
}

.footerBtn-list li a:hover{	color: rgba(255,255,255,1);	text-decoration: underline;}

#footer .footerCs{font-family: "Montserrat", sans-serif;}
#footer .footerCs dl{position: relative;}
#footer .footerCs dt{
	font-size: 1.5rem;
	font-weight: 500;
	color: rgba(0,0,0,.9);
	padding-left: 40px;
	line-height: 32px;
	margin-bottom: 10px;
	height: 32px;
}
#footer .footerCs dt:before{
	display: inline-block;
	content: url('../images/common/icon_cs.svg');
	width: 32px;
	opacity: 0.8;
	position: absolute;
	top: 0;
	left: 0;
}

#footer .footerCs dd{	font-size: .95rem;}
#footer .by{
	display: inline-block;
    background: rgba(0, 0, 0, .7) url(../images/common/logo_nb.png) no-repeat 8px 50%;
    padding: 5px 8px 6px 30px;
    margin-top: 30px;
    font-size: 1rem;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    color: rgba(255, 255, 255.3);
    background-size: 18px;
}

#footer .footSns{margin-top: 30px; display: flex;}
#footer .footSns a{display: block; margin-right: 12px;}
#footer .footSns a i{font-size: 22px; font-weight: 600; color:#999;}

.popOn,
#popOn2{
	position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .6);
	z-index: 9999;
}

.popWrap{
	position: absolute;
	width: 50%;
	top: 50%;
	left: 25%;
	transform: translate(0, -50%);
}

.popWrap_outo{
	position: absolute;
	width: 50%;
	top: 50%;
	left: 25%;
	transform: translate(0, -50%);
}

#popOn2 .popWrap{width: 80%; left:10%;}
.popOn .popWrap.address{width: 500px;left:50%; 	margin-left:-250px;	}

.popWrap a.close {
    position: absolute;
    top: -15px;
    right: -15px;
    width: 40px;
    height: 40px;
    background: rgba(255,255,255,1) url(../images/common/icon_close.svg) no-repeat 50% 50%;
    border-radius: 50%;
    filter: invert(100%);
    z-index: 100;
    background-size: 28px;
}
.popWrap h3{
	font-size: 1.3rem;
    padding: 15px;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    line-height: 18px;
}

.popWrap .filterPop{ 
	background: #f0f1f5;
    margin-bottom: 10px;
	display: flex;
    padding: 10px;
}
.popWrap .filterPop.line{display:flex;}
.popWrap .filterPop dl{}
.popWrap .filterPop dt,
.popWrap .filterPop.line p{
	font-size: 1.1rem;
	margin-bottom: 10px;
	margin-bottom: 0;
	line-height:40px;
	margin-right:10px;	
}
.popWrap .filterPop.line input{margin-right:10px;}
.popWrap .filterPop dd{}
.popWrap .filterPop input{
	height: 40px;
    padding-left: 10px;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 3px;
}
.popWrap .filterPop input, .popWrap .filterPop select{width: 95%;}

.popWrap .filterPop dl:last-child dd a,
.popWrap .filterPop.line a{
	display:block;
	width: 130px;
    background: rgba(0, 0, 0, .85);
    border-radius: 5px;
    line-height: 40px;
    text-align: center;
    color: rgba(255, 255, 255, .8);
    font-size: 1rem;
	transition-duration:0.3s;
}

.popWrap .filterPop dl:last-child dd a:hover,
.popWrap .filterPop.line a:hover{background: rgba(0, 0, 0, 1);color: rgba(255, 255, 255, 1);}

/* 최근본상품 */
.box_rep{position:fixed;float:right;width: 350px;height: 750px;overflow: hidden;background: #ffffff;right: 20px;top: 80px;border-radius: 20px;z-index: 9100;} 
.box-inner{width: 100%;padding:20px;}

#repbgLayer{display:none; left: 0px; top: 0px; width: 100% !important; height: 0px; clear: both; position: absolute; z-index: 999;  filter:Alpha(Opacity=30); opacity:0.5; -moz-opacity:0.3; background-image: none; background-attachment: scroll; background-repeat: repeat; background-position-x: 0%; background-position-y: 0%; background-size: auto; background-origin: padding-box; background-clip: border-box; background-color: rgba(0, 0, 0);}
.box-inner .boxTit{position: relative;font-size: 18px; color: #000; font-weight: 500; }
.boxTit span{position: absolute; right: -8px; top: -8px;}
.boxTit span a{display: block; width: 28px; height: 28px;}
.box-inner .totalBox{margin: 30px 0 15px;}
.totalBox .total{display:inline-block;font-size: 15px;line-height: 16px;}
.totalBox .total span{font-size: 16px; color: #b7133c;}
.totalBox .totclose a{display: block;font-size: 12px;color: #838583;padding-left: 18px;line-height: 20px;}
.box-inner .recentList{position: relative;height: 610px;overflow-y: scroll;padding-right: 10px;}
.recentList dl{position: relative;width: 100%; border: 1px solid #eaeaea; border-radius: 10px; padding: 15px; box-sizing: border-box; margin-top:10px}
.recentList dl:first-child{margin-top:0}
.recentList dl dt{float: left; width: 25%; height: 70px; border: 1px solid #eaeaea; box-sizing: border-box; border-radius: 5px;}
.recentList dd{float:left; width:75%; padding:3px 20px 0 12px;}
.recentList p.rName{font-size: 14px; color: #000; line-height: 20px; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden;}
.recentList p.rPrice{font-size: 16px; color: #d7222b; font-weight: 600;}
.recentList dd.listclose{position: absolute;top: 23px;right: 22px;width: 13px;height: 12px;padding: 0;}
.recentList dd.listclose a{display: block; width: 13px; height: 12px;}
.recentList::-webkit-scrollbar {width: 2px; height: 8px;}
.recentList::-webkit-scrollbar-track { background-color: rgba(0,0,0,0.1); border-radius: 4px;}
.recentList::-webkit-scrollbar-thumb {background-color: rgba(0,0,0,1);  border-radius: 4px;}

/* =========================== media-1580 ============================= */

@media screen and (max-width: 1580px)and (min-width: 1281px) {

	div#wrap header#header{padding: 35px 30px;}
	
	.header .rightUtil {right: 30px;}
	
	.shopGnb li{margin: 0 18px;}

}

/* =========================== media-1280 ============================= */

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

	div#wrap header#header{padding: 35px 15px;}

	.header .rightUtil {right: 20px;}

	.shopGnb li { margin: 0 12px;}	

}

/* =========================== media-1080 ============================= */

@media screen and (max-width: 1080px) {
	
	.header h1 { margin-right: 30px;}
	.shopGnb li { margin: 0 10px;}	

	div#wrap header#headerMy{	width: 20% !important ;}
	header#headerMy h1 a {height:30px;}
	
	.shopGnb li { margin: 0 8px;}	

	#container.container_my, 
	.footer_my{width: 80% !important;	margin-left: 20%;padding:30px !important;}
	
	.popWrap {width: 70%;left: 15%;	}
}

/* =========================== media-980 ============================= */

@media screen and (max-width: 980px) {  
		
	.myBg {background:none;}
	.mobi_disNo{display:none !important;}

	html::-webkit-scrollbar,body::-webkit-scrollbar,
	.tgMuWrap::-webkit-scrollbar, .tgMuWrap::-webkit-scrollbar {display: none;}
	
	div#wrap header#header{	padding: 20px 15px !important;	justify-content: space-between;	}
	
	div#wrap header#headerMy{
		position: relative !important;
		width: 100% !important;
		height: 80px !important;
		background-size: cover !important;
	}

	header#headerMy h1{padding: 25px 20px}
	header#headerMy h1 a{}
	header#headerMy a.cart{
		position: absolute;
	    display: block;
	    width: 30px;
	    height: 30px;
	    margin: -3px 15px 0 10px;
	    background: url(../images/common/icon_shop.svg) no-repeat 50% 50%;
	    top: 22px;
	    right: 50px;
	    filter: invert(100%);
	}
	header#headerMy a.cart .cart_count{
		position: absolute;
	    bottom: -3px;
	    right: -5px;
	    padding: 2px 6px;
	    line-height: 15px;
	    border-radius: 100%;
	    color: #fff;
	    background: #000;
	    font-size: 12px;
	    font-weight: 600;
	}

	#container.container_my{
		position: relative;
		background: #f2f2f2;
		padding: 25px 3% 10% !important;
		margin-bottom: 0;
		min-height:0;			
	}

	#container.container_my, 
	.footer_my{	width: 100% !important;	margin-left: 0;	border-radius:0	}

	div#wrap footer{padding: 3%;}

	#footer .floL,
	#footer .floR {width:50% !important;}
	#footer address span{margin-right: 5px;}	
	#footer .copyright{margin-top: 10px;}
	#footer .footerCs dt:before{ width: 32px;}
	#footer .footerCs dd{ line-height: 1.3;}
	
	.mo_view{display:flex; margin-top: 5px;	}
	.mo_view a{
		display: block;
	    width: 25px;
	    height: 25px;
	    margin: 0;	    
    }
    .mo_view a.sch_btn{background: url(../images/common/icon_search.svg) no-repeat 50% 50%;}
	.mo_view a.cart{
		position: relative;
		width: 30px;
	    height: 30px;
	    margin: -3px 15px 0 10px;
	    background: url(../images/common/icon_shop.svg) no-repeat 50% 50%;
    }
	.mo_view a.cart .cart_count {
	    position: absolute;
	    bottom: 0;
	    right: -6px;
	    padding: 2px 6px;
	    line-height: 15px;
	    border-radius: 100%;
	    color: #fff;
	    background: #1751a0;
	    font-size: 12px;
	    font-weight: 600;
	}
	
	.all_sch{height: auto;  padding: 15px 0;  }
    
    .all_sch .sch_box{width: 95%;}
    .all_sch .sch_box .inp_box{width: 90%;}
    .all_sch .sch_box .inp_box input{width: 90%;}
    .all_sch .sch_box .close_btn{margin:0 auto;}

	.tgMu {
		display:block;
		height: 24px;
		width: 30px;
		cursor: pointer;
	}
	
	#headerMy .tgMu {position: absolute;  top: 27px;  right: 20px;	}

	.tgMu span {
	  display: block;
	  height: 1px;
	  position: relative;
	  width: 100%;
	}

	.tgMu span:nth-child(2){ top: 10px;}
	.tgMu span:nth-child(3){ top: 20px;}

	.tgMu span:before,
	.tgMu span:after{
	  background: #fff none repeat scroll 0 0;
	  content: "";
	  height: 100%;
	  position: absolute;
	  width: 100%;
	  left:0;
	  top:0;
	}
	
	.tgMu.shop span:before,
	.tgMu.shop span:after{background: #000 none repeat scroll 0 0;}

	.tgMuWrap {
		display: none;
		width:100%;
		height:100%;
		background:#fff;
		position: fixed;
		top: 0;
		left: 0;
		overflow-y: scroll;
		z-index: 9100;
	}

	.tgMuWrap .tgTop {
		position: relative;
		background: #646c79 url(../images/common/bg_my.png) no-repeat 50% 50%;
		padding: 25px 3%;
		border-radius: 0 0 0 40px;
		margin-bottom:30px;
		background-size: cover;
	}

	.tgMuWrap .tgTop h2 a {
		display:block;
		width: 100%;
		height: 30px;
		background: url(../images/common/logo_life_w.png) no-repeat;
		background-size: contain;
	}
	
	.tgMuWrap .tgTop a.btn{
		position: absolute;
	    top: 15px;
	    right: 60px;
	    display: block;
	    font-size: 1.1rem;
	    color: rgba(255, 255, 255, 1);
	    line-height: 52px;
	}

	.tgMuWrap .tgTop ul {
		display: flex;
		flex-wrap: wrap;
		gap: 2%;
		margin-top:20px
	}

	.tgMuWrap .tgTop ul li {
		width: calc(49% - 0px);
		background: #fff;
		text-align: center;
		border-radius: 5px;
	}

	.tgMuWrap .tgTop ul > li > a {
		display: block;
		font-size: 1rem;
		color: rgba(0,0,0,1);
		padding: 10px 0;
		font-family: 'Montserrat', sans-serif;
	}

	.tgMuWrap .close{
		position:absolute; 
		top: 15px;
		right: 5px;
		width:50px; 
		height:50px; 
		border:0; 
		background:transparent; 
		transition:.3s;
	}

	.tgMuWrap .close:before,
	.tgMuWrap .close:after{
		content:''; 
		position:absolute; 
		top:50%;
		left:50%; 
		width:28px;
		height:1px; 
		margin-left:-14px; 
		background:#fff; 
	}

	.tgMuWrap .close:before{
		-o-transform:rotate(-45deg);
		-ms-transform:rotate(-45deg);
		-moz-transform:rotate(-45deg);
		-webkit-transform:rotate(-45deg);
		transform:rotate(-45deg);
	}
	.tgMuWrap .close:after{
		-o-transform:rotate(45deg);
		-ms-transform:rotate(45deg);
		-moz-transform:rotate(45deg);
		-webkit-transform:rotate(45deg);
		transform:rotate(45deg);
	}
	.tgMuWrap .close:hover{
		-o-transform:rotate(180deg);
		-ms-transform:rotate(180deg);
		-moz-transform:rotate(180deg);
		-webkit-transform:rotate(180deg);
		transform:rotate(180deg);
	}
	
	.textAnimation{width: auto !important ;  margin-right: 10px !important ;  line-height: 25px;}
	
	#tophead.tophead{top: 20px; right: 55px;}
	
	#tophead.tophead a{
		background: #fff;
	    padding: 0 5px;
	    border-radius: 3px;
	    line-height: 22px;
    }

}

/* =========================== media-780 ============================= */

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

	#footer .floL,
	#footer .floR {width:100% !important;}

	#footer .floR{margin-top:20px;}
	
	#footer .by{margin: 10px 0 20px;}

	#footer .copyright.pc{display:none}
	#footer .copyright.mo{display:block;}

	#footer .footerBtn {width: 35%; bottom: 20px;}

	#footer .footerCs {padding-bottom: 70px;}
	#footer.my .footerCs{padding-bottom: 0;}
	
	#footer .footerCs dd{font-size: .9rem;}
	#footer.my .footSns {margin: 20px 0; }
	
	.tgMuWrap .tgTop {border-radius: 0 0 0 20px;}

	.popWrap {width: 90%;left: 5%;}

	.grid_page_design .dataView, .grid_page_design .dataTotal {display:none !importan;}

	.popWrap .filterPop dl:last-child dd a{width: 100%;}
	
	.header h1 a{height: 25px;	background-size: contain;}
	
	.mo_view{margin-top: 2px;}
	.mo_view a.sch_btn{width: 22px; height: 22px;}
	.mo_view a.cart{width: 26px; height: 26px;}
	
	.popOn .popWrap.address { width: 80%;  left: 10%;  margin-left: 0;}
}

/* =========================== media-540 ============================= */

@media screen and (max-width: 640px) {
	
	#footer .footerBtn {width: 50%;	}
	

}

.sort{position:relative;/* right:12px; */top:0;bottom:0;width:12px; cursor: pointer;}
.sort.none:before{position:absolute;display:block;bottom:50%;content:"▲";content:"▲"/"";left:5;opacity:.125;line-height:9px;font-size:.8em}
.sort.none:after{position:absolute;display:block;top:50%;content:"▼";content:"▼"/"";left:5;opacity:.125;line-height:9px;font-size:.8em}
.sort.asc:before{position:absolute;display:block;bottom:50%;content:"▲";content:"▲"/"";left:5;line-height:9px;font-size:.8em}
.sort.asc:after{position:absolute;display:block;top:50%;content:"▼";content:"▼"/"";left:5;opacity:.125;line-height:9px;font-size:.8em}
.sort.desc:before{position:absolute;display:block;bottom:50%;content:"▲";content:"▲"/"";left:5;opacity:.125;line-height:9px;font-size:.8em}
.sort.desc:after{position:absolute;display:block;top:50%;content:"▼";content:"▼"/"";left:5;line-height:9px;font-size:.8em}