﻿.route {
    display: flex;
    padding: 20px 120px 10px;
    margin: 0 auto;
    column-gap: 4px;
    font-size: 16px;
    line-height: 24px;
}

.route-home,
.route-qanda{
    color: #718096;
}

.qanda-detail-wrapper {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
    padding: 0 232px;
}

.qanda-detail-header {
    padding-top: 32px;
    background: linear-gradient(180deg, rgba(182, 0, 2, 0.05) 0%, rgba(182, 0, 2, 0.05) 100%);
}

.qanda-detail-header-content {
    width: 55.2%;
    padding: 20px;
    margin: 0 auto;
    background-color: #fff;
}

.qanda-detail-title {
    font-size: 20px;
    font-weight: 600;
    line-height: 29px;
}

.qanda-detail-time {
    display: flex;
    column-gap: 10px;
    align-items: center;
    margin-top: 20px;

    font-size: 14px;
    line-height: 20px;
}

.qanda-detail-time img {
    width: 16px;
    height: 16px;
}

.qanda-detail-wrapper,
.qanda-detail-content {
    display: flex;
    flex-direction: column;
}

.qanda-detail-first-content,
.qanda-detail-content-title-small,
.qanda-detail-content-list li {
    font-size: 14px;
    color: #1A202C;
}

.qanda-detail-second-content {
    display: flex;
    flex-direction: column;
}

.qanda-detail-wrapper {
    row-gap: 20px;
}

.qanda-detail-content {
    row-gap: 16px;
}

.qanda-detail--image {
    width: 100%;
    padding: 20px;
    margin: 0;
    background-color: #F7F8FC;
}

.qanda-detail--image {
    width: 100%;
    object-fit: contain;
}

.qanda-detail-content-title {
    padding-bottom: 10px;
    border-bottom: 1px solid #E4E4E4;

    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
}

.qanda-detail-content-list {
    list-style: initial;
    padding-left: 15px;
}

.qanda-detail-content-list.padding-left {
    padding-left: 50px;
}

.interact,
.interact-right,
.interact-left,
.interact-wrapper {
    display: flex;
    align-items: center;
}

.interact {
    justify-content: space-between;
    padding: 20px 0;
    border-bottom: 1px solid #E4E4E4;
    border-top: 1px solid #E4E4E4;
}

.interact img {
    width: 18px;
    height: 18px;
}

.interact span {
    font-size: 14px;
    line-height: 20px;
}

.interact-left {
    column-gap: 16px;
}

.interact-wrapper,
.interact-right {
    column-gap: 4px;
}

.qanda-detail-comments {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
    margin-top: 20px;
}

.qanda-detail-comments-title {
    font-size: 20px;
    font-weight: 700;
}

.qanda-detail-comments-form {
    display: flex;
    align-items:flex-start;
    column-gap: 20px;
}

.qanda-detail-comments-form-left {
    flex: 1;
    display: flex;
    min-height: 64px;
    padding: 16px;
    column-gap: 10px;
    border-radius: 4px;
    border: 1px solid #D7D7D7;
}

.qanda-detail-comments-form-left img {
    width: 24px;
    height: 24px;
    object-fit: cover;
}

.qanda-detail-comments-form-left textarea {
    min-height: 6px;
    border: none;
    padding: 0 10px 10px 0;
    background-color: transparent;
    box-shadow: none;

    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
}

.qanda-detail-comments-btn {
    align-self: flex-start;
    padding: 10px 28px;
    background-color: transparent;
    border-radius: 4px;
    border: 1px solid #B60002;
    color: #B60002;
    font-size: 16px;
    line-height: 162.023%;
    transition: all linear 0.2s;
}

.qanda-detail-comments-btn:hover {
    background-color: #B60002;
    color: #fff;
}

.qanda-detail-comments-list {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
}

.qanda-detail-comments-item {
    display: flex;
    column-gap: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #D8D4CE;
}

.qanda-detail-comments-avatar {
    width: 64px;
    height: 64px;
    object-fit: cover;
}

.qanda-detail-comments-content {
    display: flex;
    flex-direction: column;
    row-gap: 6px;
}

.qanda-detail-comments-info {
    display: flex;
    column-gap: 10px;
}

.qanda-detail-comments-info {
    font-size: 14px;
}

.qanda-detail-comments-info span {
    font-weight: 700;
    line-height: 20px;
}

.qanda-detail-comments-mess {
    font-size: 14px;
    line-height: 20px;
}

.interact-comment, 
.interact-wrapper {
    display: flex;
    align-items: center;
}

.interact-comment {
    column-gap: 16px;
}

.interact-wrapper {
    column-gap: 4px;
}

.interact-wrapper img {
    cursor: pointer;
    width: 18px;
    height: 18px;
}

.pagination {
    justify-content: flex-start;
}

.qanda-detail-other {
    padding: 40px 120px;
    background: #F7F8FC;
}

.qanda-detail-other-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.qanda-detail-other-wrapper {
    padding: 20px;
    border-top: 2px solid #B60002;
    border-radius: 4px;
    border: 1px solid #E4E4E4;
    border-top-color: #B60002;
    background-color: #fff;
    overflow: hidden;
}

.content-header {
    margin-left: -20px;
    margin-top: -20px;
}

.qanda-detail-other-title {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
}

.qanda-detail-other-all-btn {
    display: flex;
    align-items: center;
    column-gap: 10px;
    font-size: 16px;
    line-height: 26px
}

.qanda-detail-other-list {
    margin-top: 20px;
    display: flex;
    column-gap: 20px;
}

.qanda-detail-other-item,
.qanda-detail-info {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
}

.qanda-detail-image {
    border-radius: 4px;
}

.qanda-detail-title,
.qanda-detail-description {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.qanda-detail-other-time {
    font-size: 14px;
    line-height: 20px;
}

.qanda-detail-description {
    font-size: 14px;
    line-height: 20px;
}

.interact-other,
.interact-like,
.interact-views {
    display: flex;
    justify-content: space-between;
    align-items: center;
    column-gap: 4px;
}

.interact-other img {
    width: 18px;
    height: 18px;
}

.interact-other span {
    font-size: 14px;
    line-height: 20px;
}

.video-frame {
    width: 100%;
    background: #F7F8FC;
    border-radius: 10px;
    padding: 18px;
    position: relative;
}

.top-line {
    width: 100%;
    height: 4px;
    background: #1b93ff;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 10px 10px 0 0;
}

.video-container {
    position: relative;
}

video {
    width: 100%;
    border-radius: 8px;
    display: block;
    background: #000;
}

.play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 130px;
    height: 130px;
    cursor: pointer;
    z-index: 10;
}

.circle {
    position: absolute;
    border-radius: 50%;
    border: 2px solid rgba(255,255,255,0.4);
}

.circle.big,
.circle.mid,
.circle.small,
.triangle {
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
}

.circle.big {
    width: 130px;
    height: 130px;
}

.circle.mid {
    width: 95px;
    height: 95px;
}

.circle.small {
    width: 65px;
    height: 65px;
    background: #fff;
}

.triangle {
    position: absolute;
    left: 53%;
    width: 0;
    height: 0;
    border-left: 26px solid #3E4244;
    border-top: 18px solid transparent;
    border-bottom: 18px solid transparent;
}

video::-webkit-media-controls {
    display: none !important;
}
