@charset "utf-8";

section.center-wrap {margin-top: 6.5rem; margin-bottom: 6.5rem;}
.tab {margin: 3.5rem auto 0; width: 18.75rem;}
.card-list {margin-top: 3rem;}
.pagination {margin-top: 2rem;}
.page-info-wrap {margin-top: 3rem; display: flex; justify-content: space-between; color: #666666; font-weight: 500; font-size: .938rem;}
.page-info-wrap span {color: #ff4545; letter-spacing: .025rem;}
.video-wrap {position:relative; padding-bottom:56.25%; padding-top:30px; height:0; overflow:hidden;}
.video-wrap iframe,
.video-wrap object,
.video-wrap embed {position:absolute; top:0; left:0; width:100%; height:100%;}

table.bulletin-board th {min-width: 6rem;}
table.bulletin-board .tit {width: 50%;}
table.bulletin-board .date {width: 8rem;}
.video-details {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 24px;
    color: #333333;
    font-weight: bold;
}
.video-details-views span {
    margin-left: 4px;
    }
    .video-details-like span {
        margin-left: 8px;
        }
#arum-forum-detail-area table th {min-width: 6rem;}
#arum-forum-detail-area table .tit {width: 36rem; text-align: left;}
#arum-forum-detail-area table .date {width: 8rem;}

.notice-view-area article {margin-top: 6.25rem;}

.share-idea-board th {min-width: 8rem;}
.share-idea-board th.tit {width: 50%; min-width: 40rem;}
.share-idea-board th.date {width: 8rem;}
.share-idea-board th.writer {width: 8rem;}

.youtube-info-wrap {display: flex; justify-content: center; align-items: center;}
.youtube-sub {max-width: 700px; line-height: 1.5;}

@media screen and (max-width: 1024px) {
    section.center-wrap {margin-top: 0px; margin-bottom: 5rem;}
    
    table.share-idea-board {width: 64rem;}
    table.bulletin-board {width: 64rem;}

    #arum-forum-detail-area table {width: 64rem;}
    .notice-view-area article {margin-top: 2rem;}

    .share-idea-board th.tit {width: 32rem;}

    .youtube-info-wrap {display: block;}
    .youtube-sub {max-width: none;}
}

.comment-input-box{
    margin-top: 20px;
}