.img img{
    width: 50.3vw;
    height: 13.6vw;
    object-fit: cover;
    object-position: center;
}

#content {
    margin-bottom: 30px;
}

#text {
    width: 50.3vw;
    margin-top: 20px;
}

.column {
    display: flex;
    justify-content: space-between;
}

.column-left {
    width: 12vw;

}

#column-title {
    padding: 10px;
    border-bottom: #a6384a 2px solid;
    border-left: #a6384a 1.2vw solid;
    border-right: #a6384a 2px solid;
    border-top: #a6384a 2px solid;
    background-color: #fff;
    display: flex;
}

.column-title{
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
}

.column-title span {
    color: #a6384a;
    font-size: 20px;
}

.column-body {
    padding: 10px;
    border-left: #a6384a 1.2vw solid;
    border-right: #a6384a 2px solid;
    border-bottom: #a6384a 2px solid;
    border-top: #a6384a 2px solid;
    background-color: white;
}
.column-body ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.column-body li {
    padding: 0;
    margin: 0;
    list-style: none;
}

.column-item{
    padding: 0;

}

.sub-item {
    padding: 0;
    list-style: none;
}
.column-name{
    font-size: 18px;
    color: #a6384a;
}


.column-right {
    width: 37vw;
    position: relative;
    border-bottom: #a6384a 4px solid;
}

.path {
    position:absolute;
    right: 0;
    top: 8px;
}

.path-name {
    font-size: 12px;
    color: gray;
}
.list-path{
    font-size: 12px;
    color: gray;
}
.list-path a {
    color: gray;
    text-decoration: none;
}

.title {
    font-size: 20px;
    color: #a6384a;
}

.article {
    margin-top: 20px;
}
