@charset"utf-8";
/* 푸터 */

#footer-area { background: #fff; padding-bottom: 75px; box-sizing: border-box; border-top: 1px solid #dee3eb; position: relative; }
#footer-area .footer { width: 1000px; margin: 0 auto; }
#footer-area:after { content: ""; position: absolute; border-bottom: 1px solid #dee3eb; width: 100%; height: 1px; top: 62px; left: 0; }
#footer-area .footer .footer-top { height: 62px; }
#footer-area .footer .footer-top ul li { display: inline-block; margin-right: 30px; 	}
#footer-area .footer .footer-top ul li a { font-family: 'Nanum Gothic'; letter-spacing: -1px; color: #818181; line-height: 61px; font-size: 13px; }
#footer-area .footer .footer-top ul li:nth-child(2) a,
#footer-area .footer .footer-top ul li:nth-child(3) a { font-weight: bold; color: #5281dc; }

#footer-area .footer .footer-bottom { box-sizing: border-box; padding: 25px 0; }
#footer-area .footer .footer-bottom .info { float: left; line-height: 20px; }
#footer-area .footer .footer-bottom .info .name { font-size: 13px; font-family: 'Nanum Gothic'; letter-spacing: -1px; font-weight: bold; color: #818181; display: inline-block; padding-bottom: 15px; }
#footer-area .footer .footer-bottom .info .content,
#footer-area .footer .footer-bottom .info .adress { font-size: 12px; font-family: 'Nanum Gothic'; letter-spacing: -1px; color: #818181; }
#footer-area .footer .footer-bottom .info .content span { margin-right: 20px; }
#footer-area .footer .footer-bottom .info .content span:last-child { margin-right: 0; }
#footer-area .footer .footer-bottom .customer-center { float: right; line-height: 20px; }
#footer-area .footer .footer-bottom .customer-center .name,
#footer-area .footer .footer-bottom .customer-center .call-number { font-family: 'Nanum Gothic'; color: #5281dc; font-size: 13px; letter-spacing: -1px; font-weight: bold; display: block; }
#footer-area .footer .footer-bottom .customer-center .content,
#footer-area .footer .footer-bottom .customer-center .email { font-size: 12px; font-family: 'Nanum Gothic'; letter-spacing: -0.5px; color: #818181; }

/* naver post */
#footer-area .footer .footer-top ul .naver-post { float: right; margin-right: 0; height: 63px; }
#footer-area .footer .footer-top ul .naver-post img { vertical-align: top; }

/* 고객센터 상담시간 연장 */
#footer-area .footer .footer-bottom .customer-center-n { padding: 15px; background: #f8f8f8; }
#footer-area .footer .footer-bottom .customer-center-n .name, #footer-area .footer .footer-bottom .customer-center-n .call-number {display: inline-block;}
#footer-area .footer .footer-bottom .customer-center-n .call-number { margin-left: 10px; }
#footer-area .footer .footer-bottom .customer-center-n .content span {display: block;}
#footer-area .footer .footer-bottom .customer-center-n .content .bold { font-weight: 600; padding: 5px 0 3px; }
#footer-area .footer .footer-bottom .customer-center-n .content .noti { color: #ab6f6f; font-size: 11px; }
#footer-area .footer .footer-bottom .customer-center-n .content .dot { position: relative; padding-left: 7px; }
#footer-area .footer .footer-bottom .customer-center-n .content .dot:after { content: ''; position: absolute; top:50%; left: 0; width: 3px; height: 3px; background: #999; margin-top: -1.5px; }