﻿@charset "utf-8";
/* CSS Document */




/*
font-family: 'NanumSquareRound', sans-serif; (300,400,700,800)
font-family: 'Roboto', sans-serif; (300,400,500,700,900)
font-family: 'NotoKR', sans-serif; (100,200,300,400,500,700,900)
*/



.footer_wrap { width:100%; color:rgba(255,255,255,0.8); background-color:#444;}

.footer_link_site_wrap { width:100%; height:130px; background-color:#FFF; text-align:center;}
.footer_link_site { width:1200px; height:130px; margin:0 auto;}
.footer_link_site_li { height:130px; text-align:center;}
.footer_link_site_li>a { display:inline-block; vertical-align:middle;}

.footer_sitemap_wrap { width:100%; background-color:#343434;}
.footer_sitemap { width:1200px; margin:0 auto; font-size:0; text-align:left;}
.sitemap_ul { display:inline-block; width:960px; margin:40px 0 30px 0; vertical-align:top;}
.sitemap_ul>li { display:inline-block; padding:0 20px; vertical-align:top; background-image:url(/images/icon/menu_bar2.png); background-repeat:repeat-y; background-position:100% 0%;}
.sitemap_ul>li:last-child { background-image:none;}
.sitemap_title { font-size:16px; color:#FFF; margin-bottom:20px;}
.sitemap_sub { font-size:13px; color:#c1c1c1;}

.sitemap_ul2 { display:inline-block; width:240px; margin:40px 0 30px 0; vertical-align:top;}

.footer_copy { width:1200px; margin:0 auto; text-align:center; font-size:14px;}
.footer_copy>p { width:100%; padding:30px 0 50px 0; line-height:20px; }
.footer_copy>p>span { display:inline-block; padding:0 10px; letter-spacing:1px; font-weight:300;}
.footer_copy>p>span:nth-last-child(2) { display:block; width:100%; height:1px; margin:20px auto 20px auto; background-color:rgba(255,255,255,0.2);}
