18 lines
400 B
PHP
18 lines
400 B
PHP
<!--// footer -->
|
|
<div id="footer">
|
|
<div class="contain">
|
|
<div class="foot-link">
|
|
<ul class="clearfix">
|
|
<li><a href="/sub/privacy.php">개인정보취급방침</a></li>
|
|
<li><a href="/sub/terms.php">이용약관</a></li>
|
|
</ul>
|
|
</div>
|
|
<div class="copy">Copyright by 2020 GDIDC . All Right Reserved.</div>
|
|
</div>
|
|
</div>
|
|
<!-- footer //-->
|
|
|
|
</div>
|
|
</body>
|
|
</html>
|