.post-description-2 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    padding-right:5px;
}
.post-description-1 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    padding-right:5px;
    font-size: 14px;
    font-weight: 500;
    line-height:18px;
    color: #9ca3af;
}
.iframe-wrap-y{
    width: 100%;
    position: relative;
}

.youtube-play{
    position:absolute;
    left:50%;
    top:50%;
    transform:translate(-50%, -50%);
    width:30%;
}

#youtubeModal{
    display:none;
    position:fixed;
    left:0;
    top:0;
    width:100%;
    height:100%;
    background:rgba(0,0,0,0.8);
    z-index:99999;
}

#youtubeModal iframe{
    position:absolute;
    left:50%;
    top:50%;
    transform:translate(-50%,-50%);
    width:90%;
    max-width:1000px;
    aspect-ratio:16/9;
    border:0;
    background:#000;
}

#youtubeModal .close-btn{
    position:absolute;
    top:20px;
    right:20px;
    width:40px;
    height:40px;
    border:0;
    background:none;
    color:#fff;
    font-size:30px;
    cursor:pointer;
    z-index:100000;
}

.ismobi {
    display: none;
}

.ispc {
    display: block;
}

@media (max-width: 572px) {
    .ismobi {
        display: block !important;
        margin-bottom: 10px !important;
    }

    .ispc {
        display: none !important;
    }
}

.nowrap {
    white-space: nowrap;
}
.box {
    display: inline-block;
    vertical-align: middle;
    padding: 10px;
    border: 1px solid #333;
}
.box-first {
    width:66%;
    max-height:80px;
    float:left;
}

.box-secound {
    width:34%;
    text-align:right;
    float:left;
    padding:0px  !important;
    padding-left:15px  !important;
    border:0px !important;
}

.box-first-img {
    display: block;max-height:75px;min-height:70px;
}

.box-secound-img {
    display: block;min-height:70px;
}

@media (max-width: 767px) {
    .box-secound-img {
        max-height:50px;
        min-height:50px;
    }

    .box-first-img {
        max-height:50px;
        min-height:50px;
    }
}
.pl-add {
    background-size: 380px 205px !important;
    background-position: center 50px !important;  /* 가로 중앙, 세로는 top에서 500px 아래로 */
    height: 255px !important;
}
.pl-add-a {
    background: linear-gradient(180deg, #434440, rgba(0, 0, 0, 0));
    border-radius: 10px 10px 0px 0px;
}
.cf-radius {
    border-radius: 10px !important;box-shadow: 0px 5px 8px rgba(0,0,0,0.1) !important;
}
.truncate-2 {
    display: -webkit-box;            /* 필수: flexbox 대신 webkit box */
    -webkit-box-orient: vertical;    /* 세로 방향으로 자르기 */
    -webkit-line-clamp: 2;           /* 보일 줄 수 (여기선 2줄) */
    overflow: hidden;                /* 넘치는 텍스트는 숨김 */
    text-overflow: ellipsis;         /* 말줄임표(보조) */
    /* 선택: 가독성 위해 라인 높이 지정 권장 */
    line-height: 1.4em;
    max-height: calc(1.4em * 2);     /* (선택) 레이아웃 안정화 목적 */
    color: #111827;
    font-size:17px;
    padding-left:15px;
    padding-right:15px;
    position: relative;
    top: -50px;
    font-weight: bold;
}
