.list-conetnt {
    width: 100%;
    padding: 1.275rem 0 1.275rem 0;
}

.list-conetnt-tab {
    border-bottom: 1px solid #C5C5C5;
    padding-bottom: .4875rem;
    box-sizing: border-box;
}

.content-section {
    width: 16.725rem;
    color: #565656;
    margin: 0 auto;
    overflow:hidden;
}

.content-section ul {
    width: 100%;
}

.content-section ul li {
    width: 100%;
    height: auto !important;
    border: none !important;
}

.content-section ul li:not(:first-child) {
    padding-top: .625rem;
    box-sizing: border-box;
}

.man-title {
    color: #9C0C13;
    font-size: .275rem;
    border-bottom: 1px solid #C5C5C5;
    padding-bottom: .2125rem;
    box-sizing: border-box;
}

.man-section {
    color: #565656;
    font-size: .225rem;
    padding-top: .2125rem;
    box-sizing: border-box;
}


.content-section ul li:last-child {
    margin-bottom: .9375rem;
}


.list-conetnt-tab {
    width: 100%;
    display: flex;
    justify-content: center;
    margin: 0 0 0.5rem 0;
}

.list-conetnt-tab div {
    width: 1.75rem;
    height: 0.525rem;
    border: 0.025rem solid var(--color);
    color: var(--color);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.2125rem;
    cursor: pointer;
}

.list-conetnt-tab div:not(:first-child) {
    margin: 0 0 0 0.225rem;
}

.list-conetnt-tab div a {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    font-size: .2rem;
    justify-content: center;
    color: var(--color);
}

.list-conetnt-tab div.selected a {
    color: #FFFFFF;
}

.list-conetnt-tab div.selected {
    background: var(--color);
    clip-path: polygon(0.125rem 0,
            100% 0,
            100% 0,
            100% 100%,
            100% 100%,
            0 100%,
            0 calc(100% - 0.125rem),
            0 0.125rem);
}