/*
Theme Name:     WPlaybook ALL100
Theme URI:      https://theme.wplaybook.com
Template:       kadence
Author:         Issac Lee
Author URI:     https://wplaybook.com/about/
Description:    Featured starter theme for bloggers made by wplaybook.com
Version:        0.9
License:        GNU General Public License v3.0 (or later)
License URI:    https://www.gnu.org/licenses/gpl-3.0.html
*/
.footer li{
list-style: none;
}
.footer {
    background: #1f1f1f; /* 어두운 회색 */
    color: #ffffff;
    padding: 60px 0;
    font-size: 14px;
}

.footer_inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* 로고 */
.ft_logo img {
    max-width: 180px;
    margin-bottom: 30px;
}

/* 사이트맵 */
.footer_sitemap {
    border-top: 1px solid #333;
    border-bottom: 1px solid #333;
    padding: 40px 0;
    margin-bottom: 30px;
}

.sitemap {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
}

.sitemap > li {
    min-width: 140px;
	
}

.sitemap strong {
    display: block;
    font-size: 16px;
    margin-bottom: 15px;
    color: #ffffff;
}

.sitemap li ul li {
    margin-bottom: 8px;
	 
}

.sitemap a {
    color: #cccccc;
    text-decoration: none;
    transition: all 0.2s ease;
}

.sitemap a:hover {
    color: #ffffff;
}

/* 하단 메뉴 */
.ft_menu {
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
}

.ft_menu a {
    color: #bbbbbb;
    text-decoration: none;
}

.ft_menu a:hover {
    color: #ffffff;
}

/* 정보 텍스트 */
.ft_info p {
    color: #aaaaaa;
    line-height: 1.6;
    margin-bottom: 10px;
}

/* 카피라이트 */
.copyright {
    color: #777;
    font-size: 13px;
    margin-top: 10px;
}