﻿@charset "utf-8";

/*
	CSS Document 
*/
/* sitemap start */
.sk-sitemap {
    background-color: #fff;
    overflow: hidden;
    border-radius: 2px;
}

.sk-sitemap-box {
    padding: 15px 20px 10px;
}

.sk-sitemap-title {
    font-size: 16px;
    font-weight: bold;
    color: #101010;
    line-height: 30px;
}

.sk-sitemap-main {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    padding: 8px 0;
}

.sk-sitemap-link {
    width: 25%;
    padding: 0 30px 0 5px;
    margin-bottom: 6px;
}

.sk-sitemap-link a {
    color: #4654A3;
    font-size: 12px;
    font-weight: bold;
    line-height: 25px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}

.sk-sitemap-link a span {
    flex: 1;
    display: block;
}

.sk-sitemap-column {
    margin-top: 15px;
}

.sk-sitemap-column .wall-column {
    width: 25%;
    float: left;
    padding: 0 5px;
}

.sk-category-ul {
    border: 1px solid #ECECEC;
    margin-bottom: 20px;
    padding: 12px;
    width: 100%;
}

.sk-category-item {
    margin-bottom: 6px;
    line-height: 20px;
}

.sk-category-item a {
    color: #3a3a3a;
    font-size: 14px;
    font-weight: bold;
}

.sk-category-list {
    padding-left: 2px;
    position: relative;
    overflow: hidden;
}

.sk-category-li {
    line-height: 28px;
}

.sk-category-li a {
    line-height: 28px;
    color: #4654A3;
    font-size: 12px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}

.sk-category-li a:hover,
.sk-sitemap-link a:hover,
.sk-category-item a:hover {
    color: #f95b3d;
}

@media screen and (max-width: 1306px) {}

@media screen and (max-width: 1200px) {}
