.leftwing {
    position: absolute;
    left: 50%;
    z-index: 1000;
}

.wing1 {
    top: 320px;
    margin-left: -740px;
}

.wing2 {
    top: 960px;
    margin-left: -880px;
    padding: 15px;
    border-radius: 10px;
    background-color: #eee;
    width: 230px;
}

.wing2 .sectit {
    margin-bottom: 20px;
    padding: 0 0 10px 0;
    border-bottom: 1px dashed #ccc;
}

.wing2 .sectit h3 span:nth-child(1) {
    font-size: 1.2rem;
}

.wing2 h4 {
    margin-bottom: 10px;
    font-size: 0.9rem;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.wing2>div:nth-child(2) {
    border-bottom: 1px solid #ccc;
    margin-bottom: 12px;
    padding-bottom: 13px;
}

.wing2 .thumb_v {
    width: 230px;
    margin-bottom: 10px;
}

.wing2 .newslist li {
    margin: 0;
}

.video>div:nth-child(1) {
    margin-bottom: 10px;
    padding-bottom: 30px;
    border-bottom: 1px solid #ddd;
}

/* 트럼프 글목록 페이지 2025.11.12 */
.trumpnews .inbox {
    padding: 15px 5px 15px 15px;
    border: 1px solid #cfd9ef;
    border-top: none;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.trumpnews .scrollbar {
    width: 100%;
    height: 350px;
    overflow-y: scroll;
}

.trumpnews .scrollbar::-webkit-scrollbar {
    width: 4px;
}

/* 스크롤바의 폭 너비 */
.scrollbar::-webkit-scrollbar-thumb {
    background-color: #a2adc6;
    /* 스크롤바 색상 */
    border-radius: 10px;
    /* 스크롤바 둥근 테두리 */
}

.scrollbar::-webkit-scrollbar-track {
    background-color: #cfd9ef;
    /*스크롤바 뒷 배경 색상*/
}

.trumpnews .inbox .listbox {
    margin-right: 10px;
    background: transparent url(https://img.newspim.com/m/etc/timelinenews/bgline.gif) repeat-y center top 0;
}

.trumpnews .inbox .list {
    margin-bottom: 15px;
}

.trumpnews .inbox .list:last-child {
    margin-bottom: 0;
}

.trumpnews .date {
    display: flex;
    justify-content: center;
    margin: 0;
}

.trumpnews .date span {
    display: inline-block;
    padding: 4px 20px 6px 20px;
    color: #fff;
    font-size: 0.8rem;
    border-radius: 30px;
    background-color: #002866;
}

.trumpnews .inbox .txt {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 8px;
    padding: 10px 10px 10px 14px;
    border-radius: 10px;
}

.trumpnews .inbox .txt:nth-child(odd) {
    background-color: #0097b1;
}

.trumpnews .inbox .txt:nth-child(even) {
    background-color: #0097b1;
}

.trumpnews .subject {
    margin: 0 10px 0 0;
}

.trumpnews .subject a {
    line-height: 1.2;
    font-size: 0.9rem;
    display: inline-block;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.trumpnews .subject a:link,
.trumpnews .subject a:visited,
.trumpnews .subject a:hover,
.trumpnews .subject a:active,
.trumpnews .subject a:focus {
    color: #fff;
}

.trumpnews .btn_more2 {
    display: flex;
    justify-content: flex-end;
}

.trumpnews .btn_more2 a {
    display: inline-block;
    padding: 0 12px;
    text-indent: -9999px;
    border-radius: 30px;
    background: #fff url(https://img.newspim.com/m/etc/timelinenews/arrow.gif) no-repeat right 8px center;
    opacity: 0.4;
}

.trumpnews .btn_more2 a:hover {
    opacity: 0.8;
}
