@charset "UTF-8";


/* 메인섹션 */
.import_board_wrap .import_board_item{display: inline-block; vertical-align: top;  }
.import_board.type_board{width: 410px; padding: 25px; }
.import_board.type_board .title_wrapper{font-size: 16px; line-height: 16px; padding: 10px 0; border-bottom: 1px #767980 solid; }
.import_board.type_board .title_wrapper .title::before{content: url("../img/icon_board_title.png"); padding-right: 8px; height: 21px; vertical-align: middle;}
.import_board.type_board .title_wrapper .more{float: right;}
.import_board.type_board .title_wrapper .more img{vertical-align: middle; margin-right: 4px; }
.import_board.type_board .article_wrapper{font-size: 13px; line-height: 26px; padding: 10px 0; height: 140px; }
.import_board.type_board .article_wrapper li{height: 28px; }
.import_board.type_board .article_wrapper li a{width: 100%; height: 100%; display: block; }
.import_board.type_board .article_wrapper li a::before{content: url("../img/icon_board_dot.png"); vertical-align: top; top: -2px; position: relative; margin-right: 8px; }
.import_board.type_board .article_wrapper li a::after{content: url("../img/icon_board_view.png"); position: relative; vertical-align: top; top: 4px; float: right; margin-right: 4px; }
.import_board.type_board.type_download .article_wrapper li a::after{content: url("../img/icon_board_down.png"); }
/* .import_board.type_board.type_download .article li a::after{content: url("../img/icon_board_down.png"); position: relative; vertical-align: top; top: 5px; float: right; margin-right: 4px; } */

.import_board.type_gallery{padding: 34px 24px; background-color: #dee8f1; width: auto; }
.import_board.type_gallery .title_wrapper .title{ background-color: #037bc1; color: white; font-size: 16px; padding: 4px 15px; }
.import_board.type_gallery .title_wrapper .title a{color: white; }
.import_board.type_gallery .title_wrapper .title::before{content: unset; }
.import_board.type_gallery .article_wrapper{font-size: 0; margin-top: 16px; }
.import_board.type_gallery .article_wrapper .article{display: inline-block; margin-right: 13px; }
.import_board.type_gallery .article_wrapper .article:last-child{margin-right: 0; }
.import_board.type_gallery .article_wrapper dl{width: 212px; background-color: white; }
.import_board.type_gallery .article_wrapper dt{width: 100%; height: 116px; overflow: hidden; background-color: #ededed; }
.import_board.type_gallery .article_wrapper dt img{width: 100%; display: none; }
.import_board.type_gallery .article_wrapper dd{width: auto; height: 61px; padding: 13px; overflow: hidden; font-size: 13px; word-spacing: -1px; letter-spacing: -1px; position: relative; line-height: 18px; }
.import_board.type_gallery .article_wrapper dd .article_date{position: absolute; bottom: 13px; right: 13px; }
/*
#article_slick{ display:inline-block; }
#article_dummy{ display:inline-block; } */
