﻿@charset "UTF-8";

/* footer */
address { position: absolute; top: 38px; width: 100%; text-align: center; }
.copyright { position: absolute; top: 58px; width: 100%; text-align: center; color: #9b9da5; }
/* 사이트바로가기 */
.foot_link {position: absolute; right: 0; top: 33px;}
.foot_link li{float: left; margin-left: 7px; width: 173px; hegiht: 29px; background: url(../../images/common/footLink_bg.gif) no-repeat 0 0; line-height: 29px}
.foot_link li a{width: 173px; hegiht: 29px;line-height: 29px; display: inline-block; padding-left: 13px; font-size: 12px; color: #707070;}
.foot_link li a:hover{color: #000;}
