@charset 'utf-8';
html {
    height: 100%;
}
body {
    height: 100%;
    background-image: none;
}
.kcb_sitemap_container {
    display: table;
    width: 100%;
    height: 100%;
}
.kcb_sitemap_wrap {
    display: table-cell;
    width: 96%;
    max-width: 1600px;
    height: 100%;
    vertical-align: middle;
}

.kcb_gnb {
    display: block;
    position: relative;
    background: #111;
}

.wrap {
    /* background-color: #666; */
    font-size: 1.2em;
}
.wrap h2 {
    padding-left: 15px;
    font-weight: 500;
    font-size: 1.8em;
}
.sitemap {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 70%;
    transform: translate(-50%, -50%);
}

.sitemap a {
    display: block;
    padding-left: 12px;
}
.s_depth1 {
    float: left;
    width: 30.33%;
    margin: 3% 1.5%;
}
.s_depth1:nth-child(4) {
    clear: both;
}
.s_depth1 > a {
    border-bottom: 1px solid rgba(187,187,187,1);
    line-height: 72px;
    font-size: 1.5em;
    font-weight: bold;
}
.s_depth2 {
    padding-top: 28px;
    line-height: 2.5;
    font-size: 1em;
    font-weight: normal;
}


.s_depth2 a:hover, .s_depth2 a:focus { color: #00AD83 !important; font-weight: bold;} 