.view-section {
    margin: 150px 0;
}

.view-section .view-top-wrap {
    border-bottom: 2px solid #000;
    padding-bottom: 30px;
}

.view-section .view-top-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}

.view-section .view-top-inner h4,
.view-section .view-top-inner span {
    letter-spacing: -0.05em;
}

.view-section .view-top-inner .view-title {
    font-size: 3rem;
}

.view-section .view-top-inner .view-category-box {
    min-width: 180px;
}

.view-section .view-top-inner .view-category-box span {
    font-size: 1.8rem;
    font-weight: 300;
}

.view-section .view-top-inner .view-category-box span:nth-child(2) {
    margin: 0 5px;
}

.view-section .view-content-wrap {
    padding: 40px 100px;
}

.view-section .view-content-wrap .view-content {
    font-size: 1.6rem;
    font-weight: 300;
    letter-spacing: -0.05em;
    line-height: 1.6;
    word-break: break-all;
}

.view-section .view-bottom-wrap .other-view-navigation {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    padding: 25px 0;
    position: relative;
}

.view-section .view-bottom-wrap .other-view-navigation .line {
    background: #000;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 1px;
    height: 20px;
    transform: translate(calc(-50% - 0.5px),-50%);
}

.view-section .view-bottom-wrap .other-view-navigation .view-navi-link {
    display: flex;
    align-items: center;
    gap: 15px;
}

.view-section .view-bottom-wrap .other-view-navigation .view-navi-link.prev-view {
    margin-right: auto;
}

.view-section .view-bottom-wrap .other-view-navigation .view-navi-link.next-view {
    margin-left: auto;
    flex-direction: row-reverse;
}

.view-section .view-bottom-wrap .other-view-navigation .other-view-tit {
    font-size: 1.8rem;
    font-weight: 300;
    letter-spacing: -0.05em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 300px;
}

.view-section .view-bottom-wrap .other-view-navigation i,
.view-section .view-bottom-wrap .other-view-navigation .other-view-txt {
    font-size: 2rem;
}