/*
Theme Name: K-SUPPORT
Author: Kim
Author URI: http://www.k-sprt.com
Description: K-SUPPORT Theme
Version: 0.0.1
*/

body {
    font-family: Arial, sans-serif;
    font-size: 14px;
    color: #333;
}

p {
    line-height: 1.65em;
}

a {
    color: #006ec3;
    text-decoration: none;
}

div.container {
    max-width: 920px;
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
}

article.post {
    border-bottom: 2px dotted #999;
}

article.post:last-of-type {
    border-bottom: 0px;
}

.site-header {
    border-bottom: 2px solid #999;
}

.site-footer {
    margin-top: 30px;
    border-top: 2px solid #999;
}

.site-nav ul {
    margin: 0;
    padding: 0;
}

.site-nav ul li {
    list-style: none;
    float: left;
}

/* hr과 site-nav의 사이가 너무 붙을 경우 clear fix */
.site-nav ul::before, .site-nav ul::after {
    content: "";
    display: table;
}
.site-nav ul::after {
    clear: both;
}

.site-header .site-nav ul li a {
    display: block;
    padding: 10px 18px;
    border: 1px solid #999;
    border-bottom: 0;
    margin-right: 5px;
}

.site-header .site-nav ul li a:hover {
    background-color: #ececec;
}

.site-header .site-nav ul li.current-menu-item a {
    background-color: #006ec3;
    color: white;
}

.site-footer .site-nav ul li {
    display: block;
    border: 1px solid #999;
    border-right: 1px dotted #999;
    margin-right: 5px;
    padding-right: 5px;
}

.site-footer .site-nav ul li:last-of-type {
    border-right: 0;
}

article.page h2 {
    font-size: 2.5rem;
}