
.share-pop {
	position: fixed;
	display: none;
	width: 100%;
	height:  100%;
	left: 0;
	top: 0;
	z-index: 9999;
}
.share-pop-bg {
	position: absolute;
	display: block;
	width: 100%;
	height:  100%;
	left: 0;
	top: 0;
	z-index: 99;
	background: rgba(0,0,0,0.3);
}

.share-pop-inner {
position: absolute;
display: block;
width: 98%;
max-width: 500px;
height: auto;
box-sizing: border-box;
padding: 15px 15px 40px 15px;
background: #fff;
z-index: 999;
left: 0;right: 0;margin: auto;top: 50%; transform:translateY(-50%);
}

.share-pop-inner h3 {
font-family: 'Nanum Square', sans-serif !important;
    color: #111;
    margin-top: 15px;
    margin-bottom: 20px;
    display: block;
    font-weight: bold;
    text-align: center;
    font-size: 18px;
}

.link_icons {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    text-align: center;
    font-size: 0;
}

.link_icons a.sIcon {
    width: 37px;
    height: 38px;
    display: inline-block;
    background-image: url(/images/common/sns_icons.png);
    background-repeat: no-repeat;
    background-size: 205px;
	cursor: pointer;
}

a.sIcon.icon-fb {
    background-position: left 0 top 0;
}

a.sIcon.icon-tw {
    background-position: left -42px top 0;
}

a.sIcon.icon-nb {
    background-position: left -84px top 0;
}

a.sIcon.icon-kakao {
    background-position: left -125px top 0;
}

a.sIcon.icon-nband {
    background-position: left -168px top 0;
}

.sClose {
    position: absolute;
    right: 15px;
    bottom: 15px;
    z-index: 3;
    font-size: 13px;
    color: #333;
    cursor: pointer;
}

.sClose:hover {
font-weight: bold;
}
.sIcon+.sIcon {
    margin-left: 3%;
}