@charset "UTF-8";

.top-header.fixed-header.border-bottom {
    border-bottom: 1px solid rgb(240, 243, 248); /* Set a positive value for the border width */
}

.shorts-list-area {
    padding:70px 10px;
}


.shorts-list-area ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0;
    margin: 0;
    gap: 10px;
}

.shorts-list-area .short-content-area {
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
    width: 40%;
    flex: 1 1 calc(50% - 10px);
    box-sizing: border-box;
    margin-bottom: 10px;
}

.shorts-list-area .short-content-area.placeholder {
    visibility: hidden; /* 보이지 않도록 설정 */
}

.shorts-list-area .short-content {
    width: 100%;
    height: 330px;
    position: relative; /* Add this line */
}

.shorts-list-area .short-content video {
    width: 100%;
    height: 100%;
    flex-shrink: 0;
    border-radius: 5px;
    object-fit: cover;
}

.shorts-list-area .play-button-wrapper {
    width: 30px;
    height: 33px;
    background-image: url(/m/statics/img/icon/shorts_play_btn.png);
    background-size: contain; /* Ensure the image fits within the element */
    background-repeat: no-repeat; /* Prevent the image from repeating */
    background-position: center; /* Center the image */
    position: absolute;
    top: 5%;
    left: 90%;
    transform: translate(-50%, -50%);
}

.shorts-list-area .short-title-wrapper {
    display: flex;
    padding-left: 2px;
    flex-direction: column;
    align-items: flex-start;
    gap: 2px;

}

.shorts-list-area .short-title-wrapper span {
    color: #252525;
    font-feature-settings: 'liga' off, 'clig' off;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.08px;
    word-break: break-all;
}

.short-detail-content-area {
    max-width: 480px;
    height: 100dvh;
    overflow: hidden;
}

.short-detail-content-area .short-content {
    width: 100%;
    height: 100%;
}

.short-detail-content-area .short-content video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.short-detail-content-area .content-title-area {
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
    color: white;
}

.short-detail-content-area .short-content-area {
    height: 100%; /* Swiper wrapper의 높이를 100%로 설정 */
}

.short-detail-content-area .short-content {
    height: 100%; /* 각 슬라이드의 높이를 100%로 설정 */
}

.short-detail-content-area .content-title {
    display: flex;
    padding: 0 15px;
    justify-content: flex-start; /* Align text to the left */
    align-items: center;
    gap: 10px;
    color: #FFF;
    text-align: left; /* Ensure text alignment is left */
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.08px;
}

.short-detail-content-area .detail-area {
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
    color: white;
    padding: 20px 15px 39px 15px;
    gap: 10px;
    width: 100%;
}

.short-detail-content-area .detail-wrapper {
    display: flex;
    padding: 9px 13px;
    align-items: flex-start;
    gap: 9px;
    border-radius: 7px;
    background: #FFF;
    width: 100%;
}

.short-detail-content-area .detail-img {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    width: 54px;
    height: 54px;
}

.short-detail-content-area .detail-img img {
    width: 54px;
    height: 54px;
}

.short-detail-content-area .detail-content-area {
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.short-detail-content-area .detail-content-wrapper {
    display: flex;
    width: 215px;
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
}

.short-detail-content-area .detail-content-title {
    display: flex;
    width: 215px;
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
}

.short-detail-content-area .detail-content-title .label-title {
    display: flex;
    align-items: flex-start;
    color: #A8A8A8;
    font-feature-settings: 'liga' off, 'clig' off;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; /* 12px */
    letter-spacing: -0.08px;
}

.short-detail-content-area .detail-content-title .title {
    display: flex;
    padding-left: 1px;
    align-items: flex-start;
    gap: 10px;
    color: #252525;
    font-feature-settings: 'liga' off, 'clig' off;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; /* 13px */
    letter-spacing: -0.08px;
}

.short-detail-content-area .price-area {
    display: flex;
    height: 18px;
    align-items: center;
    padding: 2px 0;
    gap: 5px;
    justify-content: space-between;
}
.short-detail-content-area .price-area .rate {
    display: flex;
    padding: 0 1px;
    align-items: flex-start;
    gap: 10px;
    color: #FF5862;
    font-feature-settings: 'liga' off, 'clig' off;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%; /* 14px */
    letter-spacing: -0.08px;
}

.short-detail-content-area .price-area .price {
    display: flex;
    padding-left: 1px;
    align-items: flex-start;
    gap: 10px;
    color: #252525;
    text-align: right;
    font-feature-settings: 'liga' off, 'clig' off;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%; /* 14px */
    letter-spacing: -0.08px;
}

.detail-wrapper .favorite-heart {
    background-image: url(/m/statics/img/heart_outline_gray_off.png);
    display: flex;
    padding-right: 5px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    width: 20px;
    height: 18px;
    position: unset!important;
}

.short-detail-content-area .favorite-heart.on{
    background-image: url(/m/statics/img/icon/heart-on.png);
}

.short-detail-content-area .source-title {
    display: flex;
    padding: 0 15px;
    justify-content: center;
    align-items: center;
    color: #FFF;
    text-align: center;
    font-feature-settings: 'liga' off, 'clig' off;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; /* 10px */
    letter-spacing: -0.08px;
}

.short-detail-content-area .content-title-area-type2 {
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
    color: white;
    margin-bottom: 10px;
}

.short-detail-content-area .detail-area-type2 {
    display: flex;
    padding: 0 15px 39px 15px;
    align-items: center;
    color: white;
    gap: 10px;
    width: 100%;
}

.short-detail-content-area .detail-area-type2 .detail-button {
    display: flex;
    padding: 8px 10px 8px 14px;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
    background: rgba(255, 255, 255, 0.50);
    color: #000;
    text-align: center;
    font-feature-settings: 'liga' off, 'clig' off;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; /* 13px */
    letter-spacing: -0.08px;
}

.short-detail-content-area .content-title-wrapper-type1 {
    position: absolute;
    bottom: 1px;
    left: 0;
    width: 100%;
}

.short-detail-content-area .content-title-wrapper-type2 {
    position: absolute;
    bottom: 1px;
    left: 0;
    width: 100%;
}

.play-time {
    display: flex;
    padding: 6px 10px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 100px;
    background: rgba(0, 0, 0, 0.20);
    color: #FFF;
    text-align: center;
    font-feature-settings: 'liga' off, 'clig' off;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; /* 14px */
    letter-spacing: -0.08px;
}

.sound-btn {
    width: 30px;
    height: 30px;
    background-image: url(/m/statics/img/icon/ic_volume_off.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 50px;
    right: 15px;
    z-index: 13;
}

.sound-btn.on {
    background-image: url(/m/statics/img/icon/ic_volume_on.png);
}