@charset "utf-8";
input[type="text"],input[type="password"]{padding:0 5px;font-size:15px;height:40px;line-height:38px;background:#fff;min-width: 120px;
    border:1px solid #ddd;border-radius:0;vertical-align:
        middle;box-sizing:border-box;box-shadow:none;color:#999} 

		textarea, input[type="text"], input[type="password"], input[type="file"], select {
    padding: 0 20px;
    border: 1px solid #ccc;
    vertical-align: middle;
    box-sizing: border-box;
    box-shadow: none;
    color: #727272;
  }

.btn2{display: inline-block;
    position: relative;
    min-width: 100px;
    margin-bottom: 2px;
    padding: 5px 10px;
    box-sizing: border-box;
    font-size: 16px;
    line-height: 28px;
    text-align: center;
    vertical-align: middle;
    color: #fffefe;
    background: #6f7074;
    border-radius: 5px;
    border: 1px solid #585656 !important;}

/* board_basic */
#board_wrap{width:100%;margin:0 auto;height:auto;overflow:hidden; max-width:1500px}

/* 일반형_리스트 */
#board_list table{width:100%;height:auto;border-collapse:collapse;border-width:0;font-size:12px;border-bottom:1px solid #ddd; table-layout: fixed;}

#board_list{}
#board_list ul li a{display:block;border-bottom:1px solid #ddd;overflow:hidden;width:100%;padding:25px;box-sizing:border-box}
#board_list ul li a span.thumb{float:left;width:300px;min-height:180px;text-align:center;background:#eee;padding:15px;box-sizing:border-box}
#board_list ul li a span.thumb img{width:265px;height:180px;margin:0 auto;text-align:center}
#board_list ul li a .txt_wrap{float:left;padding:45px 0 0 60px;width:810px;box-sizing:border-box}
#board_list ul li a strong{display:block;font-weight:400;font-size:24px;line-height:30px;color:#000;padding-bottom:12px;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;width:90%;letter-spacing:-.06em}
#board_list ul li a p{font-size:16px;line-height:25px;color:#666;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;width:90%}
#board_list ul li a span.date{display:block;font-size:17px;color:#222;padding-top:17px}
#board_list ul li a:hover{border:1px solid #279baa;padding:24px 24px 25px 24px}


#board_list thead{height:60px;background:#fff;border-top:2px solid #000;border-bottom:1px solid #e9e7e7 !important;}
#board_list thead th{line-height:53px;height:55px;color:#333;font-size:16px;font-weight:500;letter-spacing:.04em; white-space: nowrap;}
#board_list thead th a{font-size:10px;color:#666;font-family:'taoma'}
#board_list thead th a:hover{text-decoration:none;color:#4dce00}
#board_list tbody tr{color:#666}
#board_list tbody tr:nth-child(even){background:#fff;}
#board_list tbody tr a{color:#000;}
#board_list tbody td{line-height:24px;border-bottom:1px solid #e9e7e7;letter-spacing:-.02em;text-align:center;padding: 20px 20px;height:45px;min-height:45px;font-size: 16px;color:#000;font-weight:500;border-left: 1px solid #e9e7e7;}
#board_list tbody td.num_notice{font-weight:700;color:#fff;background:#3b476c;margin:0 auto;font-size:11px}
#board_list tbody td.title a{display:block;width:auto;float:left;padding-right:5px;line-height:19px;font-size:16px;color:#666;font-weight:400;font-weight:500}
#board_list tbody td.notice{font-weight:400}
#board_list tbody td.notice a{color:#666 !important}
#board_list tbody td.reply{padding-left:10px}
/* #board_list tbody td.t_date{width:14%; min-width: 120px;} */
#board_list tbody td.txt_l{text-align:left !important}
#board_list td {overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
#board_list tbody td a{color:#000; width: 100%; max-width: 90%; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
#board_list tbody td img{vertical-align:middle}
#board_list th:first-child,#board_list td:first-child{border-left: none;}

/* 게시판_뷰 (베이직타입) */
#board_view{margin-bottom:20px;width:99.9%;clear:both;border-top:2px solid #3b476c}
#board_view table{width:100%;height:auto;border-collapse:collapse;border-width:0;font-size:13px;letter-spacing:-1px;text-align:left}
#board_view tbody tr{color:#666}
/*#board_view tbody tr a{color:#666}*/
#board_view tbody tr a{color:#596ba4}
#board_view tbody th{border-bottom:1px solid #e8e8e8;border-left:1px solid #e8e8e8;border-right:1px solid #e8e8e8;color:#333;background:#fff;font-weight:700;padding-left:13px}
#board_view tbody td{border-bottom:1px solid #e8e8e8;border-left:1px solid #e8e8e8;border-right:1px solid #e8e8e8;letter-spacing:-.02em;padding:6px 10px;line-height:22px}
#board_view tbody td .board_view_contents{padding:10px 0}
/*#board_view tbody td span.date_size{font-size:11px;padding-left:5px;color:#596ba4;font-weight:bold}*/
#board_view tbody td span.date_size{font-size:11px;padding-left:5px;}
#board_view .leftcell{border-left:none !important}
#board_view .rightcell{border-right:none !important}

/* 댓글/코멘트 */
.comment_top{width:100%;box-sizing:border-box;border-bottom:1px solid #ddd;padding-bottom:20px;margin-bottom:20px}
.comment_top .btn_list{width:100%;text-align:right;margin-top:10px}
.board_comment { background-color: #fff; margin:25px 0 0px;text-align: left;box-sizing:border-box }
.board_comment dl { margin-bottom: 20px; padding: 20px 0 20px 20px; }
.board_comment dl dt { display: block; float: left; padding-bottom: 10px; width: 100px; }
.board_comment dl dd { display: block; float: left; padding-bottom: 10px; }
.board_comment fieldset {display: block; }
.board_comment fieldset div.icon {float: left;margin-top: 15px;text-align: center;width: 10%; }
.board_comment fieldset div.icon img {cursor: pointer; }
.board_comment fieldset div#icon_table {background-color: #fff;border: 1px solid #ccc;padding: 10px;position: absolute;visibility: hidden;z-index: 1; }
.board_comment fieldset div#icon_table ul {overflow: hidden;width: 300px; }
.board_comment fieldset div#icon_table ul li {float: left;margin: 3px; }
.board_comment fieldset div#icon_table ul li img { }
.board_comment fieldset div.insert {float: right;margin-bottom: 10px;overflow: hidden;width: 90%; }
.board_comment fieldset div.insert textarea {float: left;height: 46px;overflow: hidden;width: 70%; }
.board_comment fieldset div.insert input.button {float: right;height: 50px;width: 19%; }
.board_comment ul.reply {width: 100%; }
.board_comment ul.reply li {border-bottom: 1px solid #eee; }
.board_comment ul.reply li dl {margin: 5px 0;overflow: hidden;text-align: left; }
.board_comment ul.reply li dl dt {float: left;width: 20%; }
.board_comment ul.reply li dl dd {float: right;width: 80%;font-size:15px; }
.board_comment ul.reply li dl dd.subject{font-size:20px}
.board_comment ul.reply li dl dd span {display: block;font-size: 15px; }
#bc_subject{width:100%}
.editable{overflow-y:auto;width: 100%;height: 100px;padding: 5px;background-color:white}

/* 게시판 본문에 삽입되는 이미지 */
img.bbs_content_image {margin:5px 0}

/* 게시판_라이트 (베이직타입) */
#board_write{margin-bottom:20px;width:99.9%;clear:both;border-top:2px solid #000}
 #board_write table{width:100%;height:auto;border-collapse:collapse;border-width:0;font-size:13px;letter-spacing:-1px;text-align:left}
 #board_write tbody tr{color:#666}
 #board_write tbody tr a{color:#596ba4;padding-left:4px}
 #board_write tbody th{border-bottom:1px solid #d9d9d9;color:#333;line-height:60px;font-size:15px;font-weight:500;padding:0 0px 0 7px}
 #board_write tbody td{border-bottom:1px solid #d9d9d9;border-left:1px solid #e8e8e8;letter-spacing:-.02em;font-size:15px;padding:6px 13px;line-height:22px}
 #board_write tbody td .f_alert{font-size:15px;font-weight:500;padding:5px 0 10px;letter-spacing:0;display:block;color:#1979d2}
 #board_write tbody td .board_view_contents{padding:10px 0}
 #board_write .leftcell{border-left:none !important}
 #board_write .rightcell{border-right:none !important}
 #board_write label{font-size:15px;font-weight:500; letter-spacing:-1px}
 #board_write th:first-child,#board_write td:first-child{border-left: none;}

.select_type{border-radius:0;border:1px solid #ccc;min-width:100px;font-size:14px;letter-spacing:-.04em;color:#666;font-weight:400;text-align:left;vertical-align:top;height:40px;line-height:38px;padding:0 6px;background:#fff url(/assets/img/select_arrow.png) right top no-repeat;text-indent:3px}




#notice_chk {display: none;}
/* #notice_chk + label {display: block; width: 50px; height: 28px; margin: 6px 0; border: 1px solid #ccc; background-color: #dedede; border-radius: 14px; font-size: 0; color: #fff; position: relative; transition: all 0.35s ease;}
#notice_chk + label::before {content: ''; width: 20px; height: 20px; position: absolute; left: 4px; top: 50%; border-radius: 50%; transition: all 0.35s ease; background-color: #fff; transform: translateX(0) translateY(-50%);} */
#notice_chk + label {display: block; width: 20px; height: 20px; margin: 6px 0; border: 2px solid #ccc; background-color: #efefef; border-radius: 4px; font-size: 0; color: #fff; position: relative; transition: all 0.35s ease;}
#notice_chk + label::before,
#notice_chk + label::after {content: ''; display: none; width: 4px; height: 16px; position: absolute; left: 50%; top: 50%; border-radius: 80% 80% 20% 20%; transition: all 0.35s ease; background-color: #2e85df;}
#notice_chk + label::before {border-radius: 40%; transform: translateX(-50%) translateX(-6px) translateY(-50%) rotate(-45deg);}
#notice_chk + label::after {height: 26px; transform: translateX(-50%) translateX(+7px) translateY(-50%) translateY(-4px) rotate(45deg);}

#notice_chk:checked + label {background-color: #fff; margin-bottom: 12px;}
#notice_chk:checked + label::before,
#notice_chk:checked + label::after {display: block;}

#bs_notice_date {display: block;}


.bbs_file_tip{float:left;width:100%;overflow:hidden;background:#eee;padding:20px 30px;box-sizing:border-box;margin:4px 0; text-align:left; border-radius: 4px;}
.bbs_file_tip li{line-height:24px;color:#666;position:relative;padding-left:15px}
.bbs_file_tip li:after{content:'';position:absolute;top:14px;left:0;width:7px;height:1px;background:#666}
.bbs_file_tip li span{color:#000;font-weight:400}


/* 첨부파일 영역 */
#board_write div.bbs_file_ctl {width:100%; height: auto; overflow: hidden;}
#bbs_file_add {display: none;}
.bbs_file_add_label {display: block; width: 100%; text-align: left; font-size: 2rem; line-height: 40px; font-weight: bold; color: #333; cursor: pointer;}
.bbs_file_add_label::before {content: '+'; display: inline-block; margin-right: 4px;}
.bbs_file_add_label:hover {color: #2e85df;}
/* .bbs_file_del {display: none;} */
.bbs_file_del_label {display: inline-block; width: 40px; height: 40px; margin-left: 10px; position: relative; background-color: #ddd; border-radius: 4px; float: left; transition: all 0.35s ease;}
.bbs_file_del_label::before,
.bbs_file_del_label::after {content: ''; width: 2px; height: 16px; display: block; position: absolute; left: 50%; top: 50%; background-color: #4b4b4b; transition: all 0.35s ease;}
.bbs_file_del_label::before {transform: translate(-50%,-50%) rotate(-45deg);}
.bbs_file_del_label::after {transform: translate(-50%,-50%) rotate(45deg);}
.bbs_file_del_label:hover {background-color: #fc0000;}
.bbs_file_del_label:hover::before,
.bbs_file_del_label:hover::after {background-color: #fff;}
.file_upload {display: none;}
.file_upload + label {display: inline-block; float: left; width: auto; text-align: center; padding: 4px 24px; border: 1px solid #ccc; line-height:30px; box-sizing: border-box; background-color: #4b4b4b; color: #fff; border-radius: 4px;}
.file_upload + label:hover {background-color: #727272;}
.file_upload_name {display: inline-block; float: left; width: 210px; margin-left: 10px; line-height: 40px; height: 40px; background-color: #dedede; overflow: hidden; text-overflow: ellipsis;}
.bbs_file_item {height: auto; overflow: hidden; margin-bottom: 10px;}
.bbs_file_item:last-child {margin-bottom: 0;}
.bbs_file_item .file_info_text {float: left; width: calc(100% - 120px - 210px - 80px); margin-left: 20px;}

#captcha_chk_label {width: calc(50%);}



/* 웹에디터의 답변시 원본글 처리 */
blockquote.bbs_blockquot {
    padding-right: 0px; padding-left: 5px; margin-left: 5px; border-left: #000000 2px solid; margin-right: 0px
}


.board_view{padding-top:30px}
.board_view .title{font-size:28px;letter-spacing:-1px;line-height:35px;color:#000;width:100%;font-weight:400;padding-bottom:20px}
.board_reply{border:4px solid #1ab3e1;display:inline-block;clear:both;width:100%;box-sizing:border-box;margin:20px 0 0 ;padding:0 0 20px}
.board_reply h1{font-weight:400;color:#000;background:#1ab3e1;padding:10px 20px;font-size:17px;color:#fff;font-weight:500}
.board_reply > .board_view{padding:30px 20px 0 20px;box-sizing:border-box}
.board_reply > .board_view .board_view_contents{border:none}

#file_list ul li{display:block;width:100%}
.board_view .info{letter-spacing:-.02em;padding-right:3px;width:100%;font-size:16px;text-align:left;padding-bottom:40px;border-bottom:1px solid #ddd;color:#666}
.board_view .file{width:100%;box-sizing:border-box;padding:20px;border:1px solid #ddd;margin-top:30px}
.board_view .file a.file_title{font-size:16px;color:#666;line-height:35px}


.board_view .file .button a{color:#666;margin-left:10px;font-weight:bold;border:1px solid #666;padding:5px 14px 5px 30px;font-size:14px;background:url(./img/icon_preview.png) left top no-repeat}
.board_view .file .button a:hover{background-color:#666;color:#fff !important;background-position:0 -30px;text-decoration:none}
.board_view .board_view_contents{box-sizing:border-box;padding:20px 0;margin:0 auto;line-height:28px;font-size:17px;border-bottom:2px solid #ddd;min-height:300px}
.board_view .board_view_contents table td{border:1px solid #333}

.board_view .board_view_contents img{width:auto;max-width:100%;padding:15px 0}




.comment_wrap {padding:50px 0 0px;overflow:hidden;clear:both;margin-top:10px}
.comment_wrap .commentbox {width:1100px; margin:0 auto}
.comment_wrap .commentbox p {color:#777; line-height:25px}
.comment_wrap .commentbox dl {margin-bottom:15px}
.comment_wrap .commentbox dl dt {font-size:16px; font-weight:800; color:#000; line-height:20px; margin-bottom:10px}
.comment_wrap .commentbox dl dt span {font-weight:400; color: #999; font-size:14px;padding:0 5px}
.comment_wrap .commentbox dl dt img {margin-right:10px}
.comment_wrap .commentbox dl dd {line-height:22px; border-bottom:1px solid #ddd; padding:0 0 30px}

.comment_wrap .wrt_box {width:1100px;margin:0 auto;box-sizing:border-box}
.comment_wrap .wrt_box textarea{width:86%;box-sizing:border-box;float:left;height:100px;padding:12px 0 0 0;margin-right:4px;border:1px solid #ddd;font-size:13px;font-family:"NanumGothic";color:#666;text-indent:12px}
.comment_wrap .wrt_box .btn_submit{display:inline-block;float:left}
.comment_wrap .wrt_box .btn_submit .submit{float:left;display:block;background:#f34d54;border:1px solid #f34d54;color:#fff;line-height:48px;height:100px;box-sizing:border-box;padding:0 45px; cursor:pointer;font-weight:600}
.comment_wrap .wrt_box .btn_submit .submit:hover{text-decoration:underline}


.endprogram_wrap{padding:50px 0 70px; clear:both}
.endprogram_wrap .programbox{width:1100px; margin:0 auto}
.endprogram_wrap .programbox ul li .thum_box img{height:200px}


#comment_wrap{float:left;position:relative;width:100%;margin-top:10px;padding:20px;background:#f0f0f0}

#comment_wrap textarea{padding:20px;border:1px solid #ddd;height:100px;width:calc(100% - 115px);margin-top:10px;resize:none}
.comment_btn{position:absolute;right:20px;bottom:21px;margin-bottom:0px;height:100px}
.star_rating {width:95px}
.star_rating,.star_rating span{display:inline-block; height:18px; overflow:hidden;background:url(/_modules/board/assets/img/star_rating.png)no-repeat}
.star_rating span{background-position:left bottom; line-height:0; vertical-align:top}

.comment_write_wrap{width:100%}

.btn_basic{display:inline-block;font-weight:bold;background:#222;font-size:15px;color:#fff;border:none;padding:0px 15px;cursor:pointer;min-width:120px;height:100px;line-height:100px}

#star_wrap{float:left;margin-top:10px}
.star{display:inline-block;width:19px;height:19px;cursor: pointer;}
.star_left{background: url(/_modules/board/assets/img/star.png) no-repeat 0 0;background-size:19px;margin-right: -10px;}
.star_right{background: url(/_modules/board/assets/img/star.png) no-repeat -30px 0;background-size:19px;margin-left: -10px;}
.star.on{background-image: url(/_modules/board/assets/img/star_on.png); }

/* 추가 */
.t_num {width: 80px;}
.t_title {width: calc(100% - 80px - 120px - 160px - 80px - 100px);}
.t_date {width: 120px;}
.t_user {width: 160px;}
.t_file {width: 80px;}
.t_hit {width: 100px;}

.wfull_95{width:90%}

/****** Print ******/
@media print{
    #board_list{min-width:700px}
    #board_list thead th{font-size:12px;height:40px;line-height:38px}
    #board_list tbody td,#board_list td{height:auto;min-height:auto;line-height:18px;min-height:auto;font-size:12px;word-break:keep-all}
    #board_list tbody td .title a{font-size:12px;line-height:18px}
    #board_list .t_hit,#board_list .t_file{display:none}
    #board_list .t_num{font-size:11px}

    .board_view{width:100%}
    .board_view .title{display:block;width:700px;min-width:100%;font-size:20px;line-height:30px}
    .board_view .info{font-size:12px;padding-bottom:15px}
    .board_view .file a.file_title{font-size:12px}
    .board_view .board_view_contents,.board_view .file .button a{font-size:12px;line-height:21px}
}
@media screen and (max-width:1150px) {
    /* 일반형_리스트 */
    #board_list ul li a span.thumb img{width:100%;overflow:hidden}
    #board_list ul li a span.thumb{width:30%}
    #board_list ul li a .txt_wrap{width:70%}
    .board_view{width:100%}
}

@media screen and (max-width:900px) {

    /* 일반형_리스트 */
    #board_list .t_num, #board_list .t_hit, #board_list .t_file{display:none}
  #board_list tbody td.txt_l {border-left: 0;}
    #board_list ul li a .txt_wrap{width:400px;padding:15px 0 0 30px}
    #board_list ul li a strong{font-size:20px;font-weight:500}
    #board_list ul li a span.date{font-size:13px}
    #board_list ul li a span.thumb{height:auto;width:100%}
    #board_list ul li a span.thumb img{width:265px;overflow:hidden}
    /* #board_list tbody td.t_date{width:25%} */

    /* board_view */
    .board_view{width:100%}
    .board_view_contents .image img{width:100%}
    .board_view .info{padding-bottom:25px;font-size:14px}

    #bc_writer_name{width:100%}
    .board_view .board_view_contents{width:auto}
    .board_view .board_view_contents img{width:auto;max-width:100%}
    .board_view_contents p img{width:auto !important;max-width:100%}

    .bbs_file_item .file_info_text {display: block; width: calc(100% - 50px); margin-left: 0;}
    .file_upload, .file_upload_name {margin-bottom: 10px;}
    .file_upload_name {width: calc(100% - 130px);}
    /* 댓글/코멘트 */
    .comment_top{padding:0}
    .board_comment{padding:0}

    .board_view .board_view_contents table{width:100% !important}
}
@media screen and (max-width:800px) {
  #board_list .t_user {display: none;}
}

@media screen and (max-width:700px){
    /* 일반형_리스트 */
    #board_list table{font-size:13px}
    #board_list thead th{line-height:45px;font-size:13px}
    #board_list tbody td{padding:6px 10px;height:28px;min-height:28px;font-size:14px;line-height:20px}
    #board_list .t_num, #board_list .t_user, #board_list .t_hit, #board_list .t_file{display:none}
    #board_list ul li a span.thumb{width:100%;overflow:hidden;height:auto !Important}
    #board_list ul li a span.thumb img{width:100%}
    #mypage #board_list .t_date{display:none}
    #board_list ul li a {padding:10px;border-bottom:none}
    #board_list ul li a .txt_wrap{width:100%;padding:15px 0 0 10px}
    #board_list ul li a strong{font-size:18px;font-weight:400;padding-bottom:5px}
    #board_list ul li a span.date{font-size:14px;padding-top:0}
    #board_list ul li a p{font-size:15px}
    #board_list ul li a:hover{border:none;padding:10px}
    #board_list thead th{font-size:15px}
    #board_list tbody td .title a{font-size:15px;line-height:21px}
    #list_total_count{font-size:13px;padding:10px 0;}
    /* #board_list tbody td.t_date{width:25%} */

    /* 게시판_라이트 (베이직타입) */
    #board_write tbody th{width: 100%;display: block;box-sizing: border-box;padding:5px 0;overflow:hidden;line-height:24px; border-bottom: 1px solid #d9d9d9;}
    #board_write tbody td{width: 100%;display: block;box-sizing: border-box;border:none;padding:5px 5px; margin-bottom: 12px;}
    #board_write .input_type{width: 100%; box-sizing: border-box}
    /* #board_write .wfull_95{width:100% !important} */
    #board_write tbody td .f_alert{font-size:14px}
    #captcha_chk_label {margin-top: 24px;}
    .bbs_file_ctl {display: inline-block; width: calc(100% - 80px)!important; padding-left: 10px;}
    #bs_notice_date {text-align: center;}
    .select_type {max-width: 100%;}
    /* 게시판_뷰 (베이직타입) */
    #board_view tbody th{width: 100%;display: block;box-sizing: border-box;padding: 13px;overflow: hidden;border:0}
    #board_view tbody td{width: 100%;display: block;box-sizing: border-box;border:none;padding: 3px 5px}
    #board_view .input_type{width: 100%;box-sizing:border-box}

    .board_view .board_view_contents{width:100%}
    .board_view .board_view_contents table{width:100% !important}
    .board_view .board_view_contents table td,.board_view .board_view_contents table th{width:auto !important}
    .board_view .board_view_contents img{width:auto;max-width:100%}
    .board_view_contents p img{width:auto !important;max-width:100%}


    .bbs_file_item .file_info_text {width: calc(100% - 50px)!important;}

    /* 댓글/코멘트 */
    .comment_top{padding:15px 0}

    #comment_wrap label{float:left;width:100%}
    #comment_wrap label input{width:calc(100% - 130px);}
    #comment_wrap textarea{border:none;height:100px;margin:0;padding:0}

    /* board_basic */

    .board_view{width:100%;float:left}

    /* board_view */
    .board_view_contents .image img{width:100%}
    .board_view .info{padding-bottom:25px;font-size:16px;text-align:left}

    #bc_writer_name{width:100%}



    /* 웹에디터의 답변시 원본글 처리 */
    .board_view .file a.file_title{width:100%;text-overflow:ellipsis;line-height:23px;font-size:15px;display:block;margin:4px 0}
    .board_view .file .button a{margin:0;display:block;/* padding:0px 14px 0px 30px */}

    .board_view .file .button a.preview{padding:0px 14px 0px 30px;width:50px;line-height:30px}

    .bbs_file_item input{margin-bottom:4px}
    p.btn_page a.first_back{width:27px}
}
@media screen and (max-width: 500px) {
  /* .file_upload_name {width: 100%; margin-left: 0;}
  .bbs_file_item {padding-bottom: 16px; margin-bottom: 16px; border-bottom: 1px solid #ccc;}
  .bbs_file_item:last-child {border-bottom: 0;}
  .bbs_file_item label {display: block; width: 100%!important; margin: 0 auto;}
  .bbs_file_item .file_info_text {display: block; width: 100%!important; margin: 0 auto 4px;} */
}
/****** Mobile2 ******/
@media screen and (max-width:320px) {
    #board_list thead th.t_date{display:none }
    #board_list tbody td.t_date{display:none }
}
