/* BASIC css start */
/* 고정된 최하단 메뉴영역*/
.fixed_ft {position:fixed; bottom:0; width:100%; height:65px; z-index:999; background-color:rgba(255,255,255,0.92); border-top:1px solid #a6a9ac}
.fixed_ft > a {display:inline-block; width:calc(25% - 1px); height:65px; border-right:0; color:#595959; text-align:center;font-size: 14px;}
.fixed_ft > a > i {font-size:20px; color:#595959; margin-top:15px; vertical-align:-4px}



/* 스크롤탑 버튼 */
#scrollTop {position:fixed; bottom:30px; right:12px; display:none; z-index:999}
#scrollTop .up {width:42px; height:42px; background:#777777; opacity:0.8; display:block; text-align:center;border: 1px solid #ffffff;}
#scrollTop .up > i {font-size:30px; color:#fff; padding-top:9px; line-height:10px;}



/* 기존 푸터 영역*/
#footer {clear:both; margin:0px}
#footer .menubox {overflow:hidden; padding:9px 0 5px; border-top:1px solid #ddd; text-align:center; background:#fff; border-bottom:1px solid #979797;}
#footer .menubox a {display:inline-block; margin:0 9px; font-size:12px; font-weight:500;}


#footer .both {padding:15px 5px; text-align:center;}
#footer .both dd {color:#777; font-size:.938em;}
#footer .both dd p {margin:5px 0; color:#3b3b3b; font-size:1.125em; font-weight:bold;}
#footer .both dd.btn {overflow:hidden; margin-top:10px;}
#footer .both dd.btn a {float:left; width:49%; height:28px; line-height:26px; border:1px solid #ddd; background:0 none; box-sizing:border-box; -moz-box-sizing:border-box; font-size:1.063em;}
#footer .both dd.btn a:last-child {float:right;}
#footer address {padding:20px 15px 15px 15px; color:#777; text-align:center; background-color:#e8e8e8; font-size:11px;}
#footer address .agreeButton {margin:3px 7px 5px;}
#footer address .agreeButton a {color:#fff; background-color:#6b6b6b; padding:2px 5px;}

.bottominfo{text-align:left; font-size: 10px; color: #999; line-height: 15px; padding: 5px 0;}

/* BASIC css end */

