<!-- footer -->
<footer id="shop_footer">
<div class="shop_container">
<div class="policy_wrap">
<span>네이버 이용약관</span>
<span>네이버페이 이용약관</span>
<span><strong>개인정보처리방침</strong></span>
<span>법적고지 및 주의사항</span>
<span>입점안내</span>
<span>쇼핑윈도 노출안내</span>
<span>쇼핑파트너센터</span>
<span>스마트스토어센터</span>
<span>안전거래센터</span>
<span>쇼핑&페이 고객센터</span>
</div>
<p>네이버㈜는 통신판매중개자이며, 통신판매의 당사자가 아닙니다. 상품, 상품정보, 거래에 관한 의무와 책임은 판매자에게 있습니다.</p>
</div>
</footer>
/*shop_footer*/
#shop_footer {
padding-bottom: 180px;
text-align: center;
}
.policy_wrap {
border-top: solid 2px #5d5d5d;
padding-top: 27px;
padding-bottom: 13px;
}
.policy_wrap span {
font-size: 12px;
color: #333;
}
.policy_wrap span:hover {
text-decoration: underline;
color: #00C73C;
cursor: pointer;
}
.policy_wrap span:before {
content: '';
display: inline-block;
width: 1px;
height: 11px;
margin: 0 8px;
background-color: #b7b7b7;
vertical-align: -1px;
}
.policy_wrap span:first-child:before {
content: initial;
}
#shop_footer .shop_container p {
font-size: 12px;
color: #888;
margin-bottom: 12px;
}
This Pen doesn't use any external CSS resources.
This Pen doesn't use any external JavaScript resources.