
.w1458 {
    width: 1458px;
    margin: 0 auto;
}

.sitemap {
    box-sizing: border-box;
    font-size:16px;
}

.sitemap_head {
    width: 100%;
    padding: 37px 0;
    border-bottom: 2px solid #B9B9BA;
    color: #DD1E2C;
}

.sitemap_head>h1 {
    font-size: 47px;
}

.sitemap_content {
    width: 100%;
    box-sizing: border-box;
    padding: 0 114px;
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
}

.sitemap_content>ul {
    flex: 1;
}

.sitemap_content>ul>li {
    margin-bottom: 20px;
    text-align: center;
    list-style: none;
}

.sitemap_content>ul>li:first-child {
    height: 54px;
    font-size: 26px;
    color: #000;
    font-weight: 900;
    border-bottom: 1px solid #B9B9BA;
    margin-bottom: 33px;
}

.sitemap_content>ul>li.smallbold {
    font-size: 18px;
    font-weight: 900;
}

.sitemap_content>ul>li>a {
    color: #000;
}
a:hover{
    text-decoration: underline;
}