@charset "utf-8";


.list-board { margin-bottom:15px; }

.board-list {    background-color: #fff;padding: 30px 25px 100px;border-radius: 10px;}
.sub_titbox .sub_tit > h2 {
    display: block;
    font-weight: 600;
    font-size: 18px;
    display: block;
    color: #c31432;
    position: relative;
    padding: 0 10px 0 0px;
    display: inline-block;
    background-color: #fff;
    z-index: 9;
}
.div-head {    background-color: #e7e6e2; font-size: 14px;color: #64635d;}
.div-head > span {border-right:0; }
.list-board .wr-date a{color:#64635d;}
.list-board .wr-hit a{color:#64635d;}
.sub_titbox .sub_tit::after {
    content: '';
    width: 100%;
    height: 1px;
    background-color: #c31432;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    display: block;
    z-index: 0;
}

.sub_titbox {
    width: 100%;
    height: auto;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px;
}

/* Icon */
.list-board .wr-text { font-family:dotum; font-size:12px; letter-spacing:-1px; line-height:11px; font-weight:600; }
.list-board .wr-icon { display:inline-block; padding:0px; margin:0px; overflow:hidden; vertical-align:middle; background-repeat: no-repeat; background-position: left top; }
.list-board .wr-notice { width:37px; height:19px; background-image: url('../../img/icon_notice.gif'); }
.list-board .wr-new {
    height: 18px;
    text-align: center;
    line-height: 16px;
      font-size: 14px;
    font-weight: 600;
    color: #c31432;
    border-radius: 5rem;
  }
.list-board .wr-secret { width:12px; height:12px; background-image: url('../../img/icon_secret.gif'); }
.list-board .wr-hot { width:12px; height:12px; background-image: url('../../img/icon_hot.gif'); }
.list-board .wr-video { width:12px; height:12px; background-image: url('../../img/icon_video.gif'); }
.list-board .wr-image { width:12px; height:12px; background-image: url('../../img/icon_image.gif'); }
.list-board .wr-file { width:12px; height:12px; background-image: url('../../img/icon_file.gif'); }
.list-board .wr-vicon { position:absolute; left:4px; bottom:3px; color: var(--white); font-size:16px; z-index:1; }

/* Width */
.list-board .wr-chk { width:40px; }
.list-board .wr-num { width:60px; }
.list-board .wr-thumb { width:60px; }
.list-board .wr-category { width:80px; }
.list-board .wr-name { width:120px; }
.list-board .wr-date { width:90px; }
.list-board .wr-hit { width:60px; }
.list-board .wr-down { width:50px; }
.list-board .wr-visit { width:50px; }
.list-board .wr-good { width:50px; }
.list-board .wr-nogood { width:50px; }
.list-board .wr-none { padding:50px 0px; text-align:center; color:var(--color10); }
.list-board .wr-comment { margin:0px 10px;     width: 30px;
    height: 30px;
    position: relative;
    background-color: #fafafa;
    border-radius: 5px;
    border: 1px solid #e49c12;
    color: #e49c12;}
.list-board .wr-hidden { display:none; }

/* List */
.list-board .list-body { list-style:none; padding:0px; margin:0px; }
.list-board .list-body li {padding: 5px 0px; font-size: 15px;display:table; width:100%; table-layout:fixed; border-bottom: 1px solid #e7e6e2;}
.list-board .list-body li > div {     font-weight: 200; display:table-cell; height:34px; line-height:22px; padding:6px 0px; text-align:center;     color: #64635d; vertical-align:middle; }
.list-board .list-body .wr-subject { padding-left:10px; text-align:left; }
.list-board .list-body .wr-subject .item-subject { font-size:14px; font-weight: 500;color: #64635d;overflow: hidden;white-space: nowrap;text-overflow: ellipsis; display:block; word-break:break-all; }
.list-board .list-body .wr-name { text-align:left;    font-weight:bold; }
.list-board .list-body .wr-name a { display:block; text-overflow:ellipsis; white-space:nowrap; word-wrap:normal; overflow:hidden;  }
.list-board .list-body .thumb-img { position:relative; width:46px; height:46px; margin:0px auto; }
.list-board .list-body .thumb-icon { position:relative; width:46px; height:46px; display:table; margin:0px auto; }
.list-board .list-body .thumb-icon a { display:table-cell; width:1%; background:var(--color15); color:var(--white); vertical-align:middle; font-size:30px; }
.list-board .list-body .thumb-icon img { width:46px; height:46px; margin:0px auto; }

@media all and (max-width:768px) {
	.responsive .list-board .wr-hidden { display:inline-block !important; }
	.responsive .list-board .item-subject { text-overflow:ellipsis; white-space:nowrap; word-wrap:normal; overflow:hidden; }
	.responsive .list-board .item-details { margin-right:-15px }
	.responsive .list-board .item-details > span { margin-right:15px; font-weight:normal; }
	.responsive .list-board .item-details > span:last-child { margin-right:0px; }
}


.list-board .list-body .wr-subject .item-subject:hover {
    color: #c31432;
}


.commentdiv {
    width: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #c31432;
    background-color: #fff;
    border-radius: 5rem;
    position: relative;
    font-size: 14px;
    padding: 3px 0;
}
	
.commentdiv::after {
    content: '';
    width: 10px;
    height: 1px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    left: -11px;
}







/*.list-btn{display:none;}*/
@media all and (max-width:991px) {
.latest_board {display:none}
.sub_titbox .sub_tit::after {display:none;}
.responsive .at-body .at-container {padding:0 !important;}
list-board .list-body .wr-subject .item-subject {font-size: 12px !important; }
.div-head {display:none;}
.board-list {padding:0 !important;}
.board_user {width: 100% !important;} 
.sfdiv2 {width:64% !important;}
.comt {
    position: absolute;
    width: 20px;
    height: 15px;
    background-image: url(/img/comment_icon.png);
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    top: 0px;
    left: -8px;
}
.sub_titbox {display:block !important; text-align:center;     border-bottom: 1px solid #e49c12;}

.sub_tit {padding-bottom:10px; padding-top:10px;}
.sub_titbox .sub_tit > h2 {font-size:15px;}
.mb {display:none !important;}
.list-board .wr-comment b {text-align: center;display: block;color: #e49c12;font-size: 10px;line-height: 27px;}


.board-list {padding:0 !important;}
.board_user {width: 70% !important;
    height: auto;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 5px;
        align-items: stretch;
} 
.sfdiv2 {width:100% !important;}
.btnimg i {    color: var(--white);}
.list-page  {margin-top:10px;}
}