
/* 공유하기 공통 버튼 */
.sns_bt002 {
	background-image:url("/_tpl/skin/skin_store01/images/homepage/profile_sns_icon08.png");
	 background-position: 0 0;
    background-repeat: no-repeat;
    cursor: pointer;
    display: inline-block;
    height: 50px;
    width: 50px;
}
.product03_title .sns_bt002 {
	background-image:url("/_image/shop/bt_share.png");
	 background-position: 0 0;
    background-repeat: no-repeat;
    cursor: pointer;
    display: inline-block;
    height: 30px;
    width: 30px;
	background-size: 100%;
	position: absolute;
	top: 35px;
	right: 4%;
}
.profile_main_y_text .sns_bt002 {
	background-image:url("/_tpl/skin/skin_store01/images/homepage/share_profile_icon.png");
	 height:21px;
    width: 21px;
}
#product02 .product03_title {
	padding:0;
	padding:15px 0;
	border-bottom:1px solid #d0d0d0;
	margin-bottom: 20px;
	overflow: hidden;
	height:auto;
}
#product02 .product03_title .sns_bt002 {
	top:10px;
}
#product02 .title_03 {
	font-size: 15px;
	font-weight: bold;
	color: #3f3838;
	text-align: center;
	float: left;
	margin: 0 0 0 10px;
	line-height:inherit;
	width:100%;
}
/*공유하기 추가*/
.footer_link_wrap {
	 width: 100%;
	 text-align:center;
}
.footer_link_wrap > div{
	display:inline-block;
	zoom:1;
	*display:inline;
	overflow:hidden;
}
.footer_link_wrap > div > p{
	float:left;
}
.footer_link_pop_bg {
	position:fixed;
	background-color:#000;
	top:0;
	bottom:0;
	left:0;
	right:0;
	  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: alpha(opacity=70); 
    opacity: .7; 
	  z-index: 111111;
}
.footer_link_pop_wrap {
	position:fixed;
	z-index:1111111;
	left:0;
	top:15%;
	width:100%;
}
.footer_link_pop {
	 margin: 0 auto;
    max-width: 400px;
    min-width: 300px;
    width: 50%;
	background-color:#fff;
	border-radius: 10px;
}
.footer_link_pop h3{
	padding:15px 3%;
	position:relative;
	   background-color: #f5f5f5;
	      height: 18px;
		  border-radius: 10px 10px 0 0;
		  margin:0;
}
.footer_link_pop h3 > span{
	 font-size: 25px;
    height: 40px;
    line-height: 40px;
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
	background-image:url("/_image/shop/bt_close2.png");
	background-repeat:no-repeat;
	background-position:6px 16px;
	text-indent:-99999px;
	background-size:40%;
}
.footer_link_pop > div{
	padding:3%;
}
.footer_link_pop > div ul{
	overflow:hidden;
	padding:0;
}
.footer_link_pop > div ul li{
	float:left;	
	width:25%;
	list-style:none;
	height:92px;
}
.footer_link_pop > div ul li a{

	display:block;
}
.footer_link_pop > div ul li a img{
	display:block;
	width:60%;
	margin:0 auto;
}
.footer_link_pop > div ul li a span{
	display:block;
	text-align:center;
	color:#000;
	    margin: 5px 0;
		font-size: 12px;
		color:gray;
}

/*공유하기 피시링크*/
.footer_bt_link {
	display: block;
	background-color: #000;
	padding: 4px;
	border-radius: 5px;
	font-weight: bold;
	cursor: pointer;
	color:white;
	margin: 0 2px;
	width:60px;
}
.footer_bt_link.footer_bt_link_shop,
.footer_bt_link.footer_bt_link_baedal{
	display:inline;
	background-color: inherit;
	padding: 0px;
	border-radius: 0px;
}

/*바텀배너*/
.ui-fixed-hidden {
position: absolute;
left: 99999px !important;
}