* {
    margin: 0;
    padding: 0
}

body {
    overflow: auto;
    margin: 0 auto;
    background: #F9F9F9;
}

.container {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    background: #F9F9F9;
}

.kepuheaderBg {
    width: 100%;
    height: 80px;
    background: white;
}

.navheader {
    width: 1172px;
    height: 80px;
    margin: 0 auto;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.navleft {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    cursor: pointer;
    margin-right: 77px;
}

.navlogo {
    width: 32px;
    height: 32px;
    margin-right: 10px;
}

.navname {
    height: 24px;
    font-weight: 100;
    font-size: 24px;
    color: #000000;
    line-height: 24px;
    text-align: left;
    font-style: normal;
}

.dividerline {
    width: 1px;
    height: 33px;
    background: #979797;
    margin-left: 20px;
    margin-right: 20px;
}

.navright {
    flex-grow: 1;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.contentVideoBg {
    width: 1172px;
    min-height: calc(100vh - 300px);
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}


.contentVideoBgLeft {
    width: 828px;
    display: flex;
    flex-direction: column;
    align-items: center;
}


.contentVideoBgView {
    width: 100%;
    height: 580px;
    background: white;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin-top: 20px;
}

.contentTitle {
    width: 788px;
    height: 37px;
    margin: 20px 0px;
    font-weight: 600;
    font-size: 26px;
    color: #000000;
    line-height: 37px;
    text-align: left;
    font-style: normal;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.video-empty {
    width: 788px;
    height: 482px;
    line-height: 482px;
    text-align: center;
    font-size: 14px;
    color: #959595;
}


.contentBgView {
    width: 788px;
    min-height: calc(100vh - 1138px);
    margin: 20px 0px;
    padding: 20px;
    background: white;
    border-radius: 10px;
    overflow-wrap: break-word;
    text-wrap-mode: wrap;
}

.contentBgView img {
    max-width: 100%;
    height: auto;
}

.contentBgView video {
    width: 788px;
    height: auto;
}


.contentVideoBgRight {
    margin-top: 20px;
    margin-bottom: 20px;
    width: 324px;
    height: 938px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 20px;
}

.contentRightViewTop {
    width: 100%;
    height: 459px;
    background: #FFFFFF;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}

.contentRightViewBottom {
    width: 100%;
    height: 459px;
    background: #FFFFFF;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}

.cr-header {
    width: 100%;
    height: 65px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.cr-header-img {
    width: 24px;
    height: 24px;
    margin-left: 10px;
    margin-right: 5px;
}

.cr-header-title {
    height: 45px;
    font-weight: 600;
    font-size: 18px;
    color: #000000;
    line-height: 45px;
    text-align: left;
    font-style: normal;
}

.cr-list-item {
    margin: 0px 10px 10px 10px;
    width: 304px;
    height: 67px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.cr-list-item-box {
    flex: 0 0 115px;
    width: 115px;
    height: 67px;
    border-radius: 4px;
    margin-right: 12px;
    overflow: hidden;
}

.cr-list-item-img {
    width: 115px;
    height: 67px;
    transition: transform 0.3s ease;
}

.cr-list-item-img:hover {
    transform: scale(1.12);
}

.cr-list-item-right {
    flex-grow: 1;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.crlir-title {
    width: 100%;
    height: 40px;
    margin-bottom: 5px;
    font-weight: 400;
    font-size: 14px;
    color: #333333;
    line-height: 20px;
    text-align: left;
    font-style: normal;
    text-overflow: ellipsis;
    word-break: break-all;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.crlir-time {
    margin-top: 5px;
    width: 100%;
    height: 17px;
    font-weight: 400;
    font-size: 12px;
    color: #959595;
    line-height: 17px;
    text-align: left;
    font-style: normal;
}

.crb-list-item {
    margin: 0px 10px;
    width: 304px;
    height: 45px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    margin-bottom: 10px;
}

.crb-list-item-title {
    width: 100%;
    height: 22px;
    font-weight: 500;
    font-size: 16px;
    color: #333333;
    line-height: 22px;
    text-align: left;
    font-style: normal;
    text-overflow: ellipsis;
    word-break: break-all;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
    margin-bottom: 3px;
}

.crb-list-item-time {
    width: 100%;
    height: 17px;
    font-weight: 400;
    font-size: 12px;
    color: #959595;
    line-height: 17px;
    text-align: left;
    font-style: normal;
    margin-top: 3px;
}

.right-item-Empty {
    margin: 0px 20px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: #959595;
}