@charset "utf-8";

/* 카테고리 */
.bbs_cate{margin: 0 0 30px 0;}
.bbs_cate li{margin:0 0 1px 0}
.bbs_cate li a{display:block;padding:13px 0;text-align:center;background: #46495a;color:#fff;border: 1px solid #46495a;}
.bbs_cate li a:hover {background:#382d70; outline:none; border:1px solid #46495a;}
 .bbs_cate li a:focus{background:#382d70; outline:none; border:1px solid #CF4747;}
.bbs_cate li.on a{background:#4931c3;color: #fff;font-weight:500;}

/* 검색 */
.bbs_search{text-align:center;border:1px solid #dedede;padding: 20px 5px;margin:30px 0;}
.bbs_search * {vertical-align: middle;}
.bbs_search.right{text-align:right;border:0;padding:0;margin: 0;}
.bbs_search.right .form_txt{width:50%;}
.bbs_search .form_sel{width:20%;height:34px;border:1px solid #dedede;}
.bbs_search .form_txt{width:40%;height:34px;padding:0 5px;border:1px solid #dedede;}
.bbs_search .form_sm{cursor:pointer;width:20%;height:34px;background: #46495a;color:#fff;font-size:15px;}
.bbs_search .form_re{cursor:pointer;width:20%;height:34px;background: #46495a;color:#fff;font-size:15px;}
.bbs_search .form_cancle{cursor:pointer;width:20%;height:34px;background: #cf4747;color:#fff;font-size:15px;}
.bbs_search .form_sm:hover, .bbs_search .form_sm:focus{background: #382d70;}
.bbs_search .input_cal{border:1px solid #e8e8e8;padding:8px 0;margin:2px 0;width:120px}

.bbs_search2{text-align:center;border:1px solid #dedede;padding:20px 15px;margin: 20px 0;}
.bbs_search2 .form_sel{width:20%;height:34px;border:1px solid #dedede;}
.bbs_search2 .input_cal{width:75px;}
.bbs_search2 .form_txt{width:35%;height:34px;padding:5px;border:1px solid #dedede;}
.bbs_search2 .form_sm{cursor:pointer;width:20%;height:34px;background: #46495a;color:#fff;font-size: 15px;}
.bbs_search2 .form_sm:hover, .bbs_search2 .form_sm:focus{background:#cf4747;}
.bbs_search2 .left{margin:0 0 10px 0}
.bbs_search2 .left span,.bbs_search2 .right span{display: block;padding-right: 5px;color: #000;line-height: 34px;}
.bbs_search2 .left form,.bbs_search2 .right form{display:inline-block}
.bbs_search2 .left .form_sel{width: 35%;}
.bbs_search2 .form_re{cursor:pointer;width:20%;height:34px;background: #46495a;color:#fff;}
.bbs_search2 .form_cancle{cursor:pointer;width:20%;height:34px;background: #cf4747;color:#fff;}

.bbs_search3{text-align:center;margin: 0 0 15px 0;}
.bbs_search3 .form_txt{width: 40%;height:34px;padding:0 5px;border:1px solid #dedede;}
.bbs_search3 .form_sm{cursor:pointer;width:20%;height:34px;background: #46495a;color:#fff;font-size: 15px;}
.bbs_search3 .form_sm:hover, .bbs_search3 .form_sm:focus{background: #cf4747;}
.bbs_search3 .form_sel{min-width: 120px;height:34px;border:1px solid #dedede;width: 20%;}
.bbs_search3 .left{ text-align: left;}
.bbs_search3 .right{text-align: right;}
.bbs_search3 .form_re{cursor:pointer;width:20%;height:34px;background: #46495a;color:#fff;}
.bbs_search3 .form_cancle{cursor:pointer;width:20%;height:34px;background: #cf4747;color:#fff;}

/* 페이징 */
.bbs_page{text-align:center;margin:25px 0}
.bbs_page a{display:inline-block;padding:8px 0 0 0;margin:2px 1px;border: 1px solid #dedede;background: #f4f4f8;width:40px;height:40px;}
.bbs_page a:hover, bbs_page a:focus{border-color:#666}
.bbs_page a.on{font-weight:500;color:#fff;background: #382d70;border: 1px solid #666;text-decoration:underline;}
.bbs_page a.on:hover, .bbs_page a.on:focus{background:#cf4747;}
.bbs_page .prev{width:40px;height:40px;font-size:0;padding:0;margin-right:10px;overflow:hidden;background: url("/images/bbs/bbs_ico.png") no-repeat 0 0;}
.bbs_page .prev2{width:40px;height:40px;font-size:0;padding:0;overflow:hidden;background: url("/images/bbs/bbs_ico.png") no-repeat 0 -40px;}
.bbs_page .next{width:40px;height:40px;font-size:0;padding:0;margin-left:10px;overflow:hidden;background: url("/images/bbs/bbs_ico.png") no-repeat 0 -80px;}
.bbs_page .next2{width:40px;height:40px;font-size:0;padding:0;overflow:hidden;background: url("/images/bbs/bbs_ico.png") no-repeat 0 -120px;}

/* 버튼 */
.bbs_btn{text-align:right;margin:20px 0}
.bbs_btn a{display:inline-block;margin:0 3px 7px 3px;font-weight:500;}
.bbs_btn .bbs_bt1{background:#fff;border:1px solid #dedede;padding: 9px 19px;}
.bbs_btn .bbs_bt1:hover, .bbs_btn .bbs_bt1:focus{border-color:#382d70}
.bbs_btn .bbs_bt2{background: #46495a;color:#fff;padding: 10px 20px;}
.bbs_btn .bbs_bt2:hover, .bbs_btn .bbs_bt2:focus{background: #cf4747;}
.bbs_btn .bbs_bt3{background: #cf4747;color:#fff;padding: 10px 20px;}
.bbs_btn .bbs_bt3:hover, .bbs_btn .bbs_bt3:focus{background: #4931c3;}
.bbs_btn .bbs_bt4{background: #4931c3;color:#fff;padding: 10px 20px;}
.bbs_btn .bbs_bt4:hover, .bbs_btn .bbs_bt4:focus{background: #cf4747;}
.bbs_btn input[type=submit]{margin:0 3px 7px 3px;font-weight:500;background: #4931c3;color:#fff;height: 43px;padding: 0 20px;font-size:16px;cursor:pointer;}
.bbs_btn input[type=submit]:hover, .bbs_btn input[type=submit]:focus{background:#382d70}
.btn_bbsw, .btn_bbsw:visited{margin:2px 0 2px 3px;background: #4931c3;border: none;color: #fff;line-height:1.25em;white-space:nowrap;font-size: 15px;font-weight: 500;}
.btn_bbsw:hover, .btn_bbsw:focus{color:#fff;background:#382d70;}
button.btn_bbsw{padding:10px;font-size: 15px;}
a.btn_bbsw{display:inline-block;padding:10px;}
.btn_bbsw.cancle, .btn_bbsw.cancle:visited{margin:2px 0 2px 3px;background: #46495a;border: none;color: #fff;line-height:1.25em;white-space:nowrap;font-size: 15px;font-weight: 500;}
.btn_bbsw.cancle:hover, .btn_bbsw.cancle:focus{color:#fff;background:#382d70;}

/* 뷰 */
.bbs_view {border-bottom: 1px solid #dedede;}
.bbs_vtop {padding: 10px 0;}
.bbs_vtop h4 {padding: 0;margin:0 0 15px 0;background:none;}
.bbs_vtop .col{padding-bottom:10px;text-align: right;border-bottom: 1px solid #46495a;}
.bbs_vtop .col li{margin:0 0 3px 0;}
.bbs_vtop .col li:last-child{margin:0;}
.bbs_vtop .col strong{color: #382d70;}
.bbs_vtop .tt_list{border-top: 1px solid  #dedede;}
.bbs_vtop .tt_list li{border-bottom: 1px solid #dedede;display:table;width:100%;}
.bbs_vtop .tt_list strong{display:table-cell;padding:20px 10px;background: #f4f4f8;width:40%;text-align:center;vertical-align:middle;}
.bbs_vtop .tt_list span{display:table-cell;padding:20px 10px;text-align:left;vertical-align:middle;}
.bbs_vtable{width:100%;min-width:700px;border-top: 1px solid #dedede;}
.bbs_vtable th, .bbs_vtable td{border-bottom: 1px solid #dedede;padding:10px;}
.bbs_vtable th{background: #f4f4f8;}
/* 본문 */
.bbs_con{padding:20px 0;line-height:1.5em;}
.bbs_con img{max-width:100%}
.bbs_img{text-align:center}
.bbs_img figcaption{text-align:center;color:#717171;margin:10px 0 0 0;font-size:0.9em;}
.bbs_filedown{background: #fff9f9;padding:15px;border-top: 1px solid #dedede; overflow:hidden;}
.bbs_filedown a:first-child{margin:0; float:left;}
.bbs_filedown .ico_file{vertical-align: middle;float:left;clear: both;}
.bbs_filedown .ico_file:before{content:"";display:inline-block;width: 14px;height: 20px;background: url("/images/bbs/bbs_ico.png") no-repeat center -290px;margin-right:5px;vertical-align: middle;}
.bbs_filedown .ico_file:hover, .bbs_filedown .ico_file:focus{text-decoration:underline}
.bbs_filedown .ico_viewer{display:block;width:25px;height:25px;font-size:0;padding:0;margin-left:5px;overflow:hidden;border-radius:100%;background: url(/images/bbs/bbs_ico.png) no-repeat center -368px #f25252;  float:left;}
.pagelist {border-top:1px solid  #dedede;}
.pagelist li{border-bottom:1px solid  #dedede;}
.pagelist ul li strong{display:table-cell;padding:20px 10px;background: #f4f4f8;width:40%;text-align:center;vertical-align:middle;}
.pagelist ul li span{display:table-cell;padding:20px 10px;text-align:left;vertical-align:middle}
.pagelist ul li span a:hover,.pagelist ul li span:focus{text-decoration:underline;}

/* 댓글 */
.bbs_re{margin:30px 0}
.bbs_re ul{border-top:1px solid #46495a;}
.bbs_re li{padding:15px 0;border-bottom:1px solid #dedede}
.bbs_re li div{color:#000;line-height:1.5em}
.bbs_re li span{display:block;margin-top:10px;color:#666}
.bbs_re li span strong {color: #4931c3;}
.re_write{margin-bottom:20px}
.re_write h5{margin: 0 0 10px;background: none;padding-left: 0;}
.re_form{overflow:hidden}
.re_form textarea{float:left;width:100%;height:60px;background: #f4f4f4;border:none;padding:10px 5%;font-family: SCDream, "에스코어드림", NotoSans, 'Noto Sans KR', Dotum, "돋움", sans-serif;color:#464646;}
.re_form input{float:right;width:100%;background: #46495a;font-weight:500;font-size: 15px; color:#fff;padding:10px 15px;margin-top:5px;}
.re_form input:hover, .re_form input:focus{background:#382d70;}
/* 답변 */
.bbs_reply{background: #fdfdfd; border: 2px solid #dedede;padding:20px;margin-top:30px;}
.bbs_reply .bbs_vtop{border:none;padding-top:0}
.bbs_reply h4{color:#46495a}
.bbs_reply h4 strong{color: #cf4747;}
.bbs_reply .bbs_filedown {border-bottom: 1px solid #dedede;}

/* 쓰기 */
.bbs_write {width: 100%;margin: 10px 0;border-top: 1px solid #46495a;}
.bbs_write th, .bbs_write td {padding: 5px 10px;border: 1px solid #dedede;border-top: none;vertical-align: middle;line-height: 1.5em;}
.bbs_write th {background: #f4f4f8;text-align: center;}
.bbs_write td * {vertical-align: middle;}
.bbs_write input{border:1px solid #dedede;padding:9px 0;margin:2px 0}
.bbs_write input[type=checkbox]{width:16px; height:16px; border-radius:5px}
.bbs_write input[type=radio]{width:16px; height:16px;}
.bbs_write input[type=file]{}
.bbs_write .bw_file{margin: 2px 0;}
.bbs_write .bw_file input{padding: 2px 0;height: 30px;width: 100%;}
.bbs_write .bw_file .memoarea{display: block;}
.bbs_write .bw_file .memoarea em{background: url("/images/bbs/bbs_ico.png") no-repeat -10px -250px;padding-left: 21px;font-style: normal;display: inline-block;}
.bbs_write td .ggong ul li{margin: 9px 0;color: #666;}
.bbs_write td .ggong ul li img{display: block;height: 35px;padding-right: 10px;}
.bbs_write textarea{border:1px solid #dedede}
.bbs_write select{border:1px solid #dedede;padding:7px 0;margin:2px 0}
.bbs_write td label{margin:0 20px 0 0}
.bbs_write a span{display:inline-block;margin:0 5px}
.bbs_write .sbtn_go span, .bbs_write .sbtn_down span, .bbs_write .sbtn_new span{margin:0;}

.txt_cm{display:block;background: url("/images/common/icon_info3.png") no-repeat left center;padding: 3px 0 3px 25px;}

/* 그 외 공통 */
.bbs_total{margin:10px 0}
.bbs_total strong{color: #4931c3;}
.bbs_comment{margin:15px 0}
.adm_check{width:20px;height:20px;}
.w_star{color:#cf4747;}
.input_wss{width:40px}
.input_ws{width:100px !important}
.input_wm{width:170px}
.input_wl{width:90%}
.input_wf{width:95%}
.input_h{width: 40%;}
.input_cal{background:url("/images/bbs/bbs_ico.png") no-repeat -4px -202px;padding-left:32px !important}

/* 기본형 목록 */
.bbs_list{width:100%;border-top:1px solid #46495a}
.bbs_list li{border-bottom:1px solid #dedede;line-height:1.25em}
.bbs_list li a{display:block;padding:25px 0}
.bbs_list li:hover{background:#fff9f9}
.bbs_list li strong{display:block;color:#46495a;font-size:20px;line-height:1.5em}
.bbs_list li a:hover strong, .bbs_list li a:focus strong {text-decoration: underline;}
.bbs_list span{display:inline-block;vertical-align:middle;margin:0 5px}
.bbs_list .txt{display:block;line-height:1.5em;margin:10px 0}
.bbs_list .info{display:block;font-style:normal;font-size:14px;color:#717171}
.bbs_list .info span{width:1px;height:6px;background:#dedede;margin:0 10px}
.bbs_list .ico_notice{color:#cf4747;font-style:normal;margin-right:5px}
.bbs_list .ico_file{width:14px;height:20px;font-size:0;padding: 0;overflow:hidden;background: url("/images/bbs/bbs_ico.png") no-repeat center -290px;}
.bbs_list .ico_secret{width: 16px;height:20px;font-size:0;padding: 0;overflow: hidden;background: url("/images/bbs/bbs_ico.png") no-repeat center -330px;}
.bbs_list .list_none{text-align:center;padding:30px 0}
/* 관리자 */
.adm_list li{position:relative}
.adm_list li a{width:85%;margin:0 0 0 15%}
.adm_list .adm_check{position:absolute;top:30px;left:0}

/* 기본형 테이블 */
.bbs_table {width: 100%;min-width:800px;margin: 10px 0;border-top: 1px solid #46495a;}
.bbs_table .ico_notice{color:#cf4747;font-style:normal;font-weight:500;margin-right:5px}
.bbs_table .ico_file{width:13px;height:12px;font-size:0;padding:0;overflow:hidden;background:url("/images/bbs/bbs_ico.png") no-repeat center -280px}
.bbs_table .ico_secret{width:11px;height:15px;font-size:0;padding:0;overflow:hidden;background:url("/images/bbs/bbs_ico.png") no-repeat center -320px}
.bbs_table th, .bbs_table td {padding: 8px 10px;border: 1px solid #dedede;border-top: none;vertical-align: middle;text-align: center;font-size: 16px;line-height: 1.5em;}
.bbs_table tr:hover {background: #fff9f9;}
.bbs_table th {background: #f4f4f8;}
.bbs_table td.tit {text-align: left;}
.bbs_table td.tit a:hover, .bbs_table td.title a:focus {text-decoration: underline;}

.bbs_list2 .bbs_table td.notice {color: #cf4747;font-weight: 500;}
.bbs_list2 .bbs_table td.title {text-align: left;}
.bbs_list2 .bbs_table td.title a:hover, .bbs_table td.title a:focus {text-decoration: underline;}
.bbs_list2 .bbs_table td a img {vertical-align: middle;}
.bbs_list2 .file a {display: inline-block;width: 20px;height: 20px;font-size:0;padding: 0;overflow: hidden;background: url("/images/bbs/file_icon.png") no-repeat center -120px;vertical-align: middle;}
.bbs_list2 .file a.hwp {background-position: center 0;}
.bbs_list2 .file a.xls {background-position: center -20px;}
.bbs_list2 .file a.doc {background-position: center -40px;}
.bbs_list2 .file a.pdf {background-position: center -60px;}
.bbs_list2 .file a.img {background-position: center -80px;}
.bbs_list2 .file a.zip {background-position: center -100px;}
@media all and (max-width:1023px){
.bbs_list2 .bbs_table {width: 100%; min-width: auto;}
.bbs_list2 .bbs_table col{width: 100% !important;}
.bbs_list2 .bbs_table thead {display: none;}
.bbs_list2 .bbs_table tbody tr {display: block;border-bottom: 1px solid #dedede;padding: 10px; font-size: 0;}
.bbs_list2 .bbs_table td {display: inline-block; padding: 0; border: none;}
.bbs_list2 .bbs_table td:after {width:1px;height:10px;margin:0 8px;background:#ccc;display:inline-block;content:""}
.bbs_list2 .bbs_table td.notice:after, .bbs_list2 .bbs_table td.title:after, .bbs_list2 .bbs_table td:first-child:after, .bbs_list2 .bbs_table td:last-child:after {display: none;}
.bbs_list2 .bbs_table [data-cell-header]:before{display:inline-block;content:attr(data-cell-header);color:#46495a;}
.bbs_list2 .bbs_table .title[data-cell-header]:before, .bbs_list2 .bbs_table .notice[data-cell-header]:before, .bbs_list2 .bbs_table td[data-cell-header]:first-child:before {display: none;}
.bbs_list2 .bbs_table td.title {display: block;padding:10px 0;margin:0 0 10px;border-bottom:1px dashed #ddd;font-size:1.2rem;text-align: left;}
.bbs_list2 .bbs_table td.title a {display: block; font-weight: 500;}
.bbs_list2 .bbs_table td.nofile {display: none;}
.bbs_list2 .bbs_table td.title a:hover, .bbs_list2  .bbs_table td.title a:focus {text-decoration: underline;}
}
@media all and (min-width:1024px){
.bbs_list2 .bbs_table {table-layout: fixed;}
.bbs_list2 .bbs_table td.title a {display: block;width: 98%; text-overflow:ellipsis; white-space:nowrap; word-wrap:normal; overflow:hidden; font-weight: 500;}
}

/* 사진-리스트 */
.photo_list li{margin:0 0 20px 0;text-align:center}
.photo_list li a{display:block}
.photo_list li a:hover, .photo_list li a:focus{background:#fff9f9;}
.photo_list .img{display:block;overflow:hidden;position:relative;background: #f3f3f3;}
.photo_list .img img {width: 100%;}
.photo_list .date{display:block;border:1px solid #dedede;border-top:none;padding:20px 10px;color:#717171}
.photo_list strong{display:block;font-size: 18px;color:#46495a;margin-bottom:5px;width: 100%;overflow: hidden;text-overflow:ellipsis;white-space:nowrap;}
.photo_list .list_none{width:100%;text-align:center;padding:30px 0;border-top:1px solid #dedede;border-bottom:1px solid #dedede}
.photo_list .adm_check {margin:15px auto}

/* 사진-뷰 */
.photo_view .img_view{margin:30px 0 0 0}
.photo_view .img_big img{max-width:100%}
.photo_view .img_list{overflow:hidden;height: 78px;position:relative;border-top: solid 1px #dedede;border-bottom: solid 1px #dedede;}
.photo_view .img_list button{width:40px;height:40px;font-size: 0;padding:0;overflow:hidden;position:absolute;top:17px;border:1px solid #dedede;background:url("/images/bbs/bbs_ico.png") no-repeat}
.photo_view .img_list button:hover, .photo_view .img_list button:focus{border-color:#666}
.photo_view .img_list .prev{background-position:0 0;left:0}
.photo_view .img_list .next{background-position:0 -80px;right:0}
.photo_view .img_list ul{overflow:hidden;width:65%;margin:0 auto;position: relative;}
.photo_view .img_list li{float:left;width:50%;text-align:center;margin: 10px 0 50px;}
.photo_view .img_list li img{border:3px solid #fff}
.photo_view .img_list li.on img{border: 3px solid #4931c3;}
.photo_view .img_list img{height:50px}
.photo_view .img_list li span{display: block;position: absolute;width: 100%;font-size: 13px;color: #666;padding: 10px 0 0 0;overflow: hidden;text-overflow:ellipsis;white-space:nowrap;left: -999999px;}

/* 영상-목록 */
.video_list{border-top:1px solid #46495a;border-bottom:1px solid #dedede}
.video_list ul{overflow:hidden}
.video_list li{float:left;width:100%;text-align:center;overflow: hidden;}
.video_list li:hover a,.video_list li:focus a{text-decoration:underline;}
.video_list li a{display:block;margin:20px 0}
.video_list li img{width: auto;height: 100%;}
.video_list li span{display:block;color: #717171;margin-top: 10px;}
.video_list li .video_w{background: #666;text-align: center;height: 220px;position: relative;}
.video_list li .video_w:before{background:url("/images/bbs/icon_play.png") no-repeat center center;width:57px;height:57px;display:block;content:'';position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);}
.video_list li strong{display:block;color:#46495a;font-size: 17px;margin: 0 0 5px 0;width: 100%;overflow: hidden;text-overflow:ellipsis;white-space:nowrap;}
.video_list .adm_check{margin:0 0 15px 0}
.video_list .list_none{width:100%;text-align:center;padding:30px 0;border-bottom:1px solid #dedede}

/* 영상-뷰 */
.video_view{padding:20px 0;border-bottom: 1px solid #dedede;}
.video_view .vid_area{width:100%;background:#f4f4f8}
.video_view .vid_text{padding: 0 20px 20px;margin:10px 0;height:100px;border: 1px solid #dedede;background: #fff9f9;overflow-y:auto;}
.video_view .vid_text .tit{text-align:center;color: #46495a;font-size: 18px;font-weight: 600;padding: 10px 0;border-bottom: solid 1px #dedede;margin-bottom: 13px;}

/* 뉴스형 */
.news_list{width:100%;border-top:1px solid #46495a}
.news_list li{border-bottom:1px solid #dedede;line-height:1.25em;position: relative;}
.news_list li a{display:block;padding: 25px 0;}
.news_list li:hover, .news_list li:focus{background:#fff9f9}
.news_list li strong{display:block;font-weight:normal;color:#46495a;font-size:20px;line-height:1.5em}
.news_list li a:hover strong, .news_list li a:focus strong {text-decoration: underline;}
.news_list span{display:inline-block;vertical-align:middle;margin:0 5px}
.news_list .txt{display:block;line-height:1.5em;margin:10px 0}
.news_list .info{display:block;font-style:normal;font-size:14px;color:#717171}
.news_list .info span{width:1px;height:6px;background:#dedede;margin:0 10px}
.news_list .ico_notice{color:#cf4747;font-style:normal;margin-right:5px}
.news_list .ico_file{width:15px;height:20px;font-size:0;padding:0;overflow:hidden;background: url("/images/bbs/bbs_ico.png") no-repeat center -290px;}
.news_list .ico_secret{width:15px;height:20px;font-size:0;padding:0;overflow:hidden;background: url("/images/bbs/bbs_ico.png") no-repeat center -330px;}
.news_list .list_none{text-align:center;padding:30px 0}
.news_list .img{display:block;width:100%;margin:0 auto 10px auto}

/* 달력-기본형 */
.bbs_calender{margin:30px 0;}
.bbs_calender .calender p{text-align:center;line-height:1em;font-size:36px;color:#46495a;margin:0 0 20px 0;position:relative;font-weight:600}
.bbs_calender .calender p em{font-style:normal;font-weight:600}
.bbs_calender .calender p strong{color:#4931c3;font-weight:600}
.bbs_calender .calender p button{width: 32px;height:32px;font-size:0;padding:0;overflow:hidden;position:absolute;top:0;}
.bbs_calender .calender p .prev{background: url("/images/bbs/cal_prev.png") no-repeat;left:7%;}
.bbs_calender .calender p .next{background: url("/images/bbs/cal_next.png") no-repeat;right:7%;}
.bbs_calender table{width:100%;margin:0 0 20px 0}
.bbs_calender th, .bbs_calender td{border:1px solid #dedede;width:14%;text-align:center}
.bbs_calender th{border-top: 1px solid #46495a;background: #f4f4f8;padding:15px 0;}
.bbs_calender td{padding: 14px 0;position:relative;}
.bbs_calender td.sat a{color: #345df3;}
.bbs_calender td.sun a{color:#cf4747}
.bbs_calender td.have{background: #382d70 !important;}
.bbs_calender td.have a{color:#fff !important; }
.bbs_calender td.today{background: #f4f3ff;}
.bbs_calender td.today a{color: #4931c3;}
.bbs_calender td.on a:after{content:"";display:block;position:absolute;top:0;bottom:0;right:0;left:0;z-index:0;border: 2px solid #4931c3;}
.bbs_calender .tab{overflow:hidden}
.bbs_calender .tab li{float:left;width:25%;text-align:center}
.bbs_calender .tab li a{display:block;border:1px solid #333;background:#fff;color:#333;padding:10px 0;margin:0 0 0 1px}
.bbs_calender .tab li.on a{background:#333;color:#fff}
.bbs_calender .info div{background: #fff9f9;padding:20px;margin:25px 0 0 0;}
.bbs_calender .info div h4{margin:0 0 15px 0;font-size:20px}
.bbs_calender .info div li{line-height:1.75em;font-size:16px;padding:0 0 0 10px;background:url("/images/common/li01.gif") no-repeat 0 10px}

/* 달력-테이블 */
.bbs_calender2{margin: 30px 0;}
.bbs_calender2 p{text-align:center;line-height:1em;font-size:36px;color:#333;margin:0 0 20px 0;position:relative;font-weight:600}
.bbs_calender2 p em{font-style:normal;font-weight:600}
.bbs_calender2 p strong{color:#4931c3;font-weight:600}
.bbs_calender2 p button{width: 31px;height:33px;font-size:0;padding:0;overflow:hidden;position:absolute;top: 0;}
.bbs_calender2 p .prev{background: url("/images/bbs/cal_prev.png") no-repeat;left:7%;}
.bbs_calender2 p .next{background: url("/images/bbs/cal_next.png") no-repeat;right:7%;}
.bbs_calender2 table{width:100%;min-width:708px;margin:0 0 20px 0}
.bbs_calender2 th, .bbs_calender2 td{border:1px solid #dedede;width:14%}
.bbs_calender2 th{border-top: 1px solid #46495a;background: #f4f4f8;padding:15px 0;}
.bbs_calender2 td{padding:10px;text-align:left;height:80px}
.bbs_calender2 td.today{background: #f4f3ff;}
.bbs_calender2 td>a{font-weight: 500;}
.bbs_calender2 td span {font-weight: 300;}
.bbs_calender2 td.today a {color: #000;}
.bbs_calender2 td.sat a{color:#345df3}
.bbs_calender2 td.sun a{color:#cf4747}
.bbs_calender2 td a:hover,.bbs_calender2 td a:focus{text-decoration:underline}
.bbs_calender2 td a span{display:block;line-height:1.25em;margin-top:7px}
.bbs_calender2 td li{margin-top:5px;line-height:1.25em;padding:0 0 0 10px;background:url("/images/common/li01.gif") no-repeat 0 4px}

/* 설문조사 */
.ch_search .left{ border-bottom: solid 1px #dedede;padding-bottom: 20px;}
.ch_search .left ul li{width: 33.3333%;float:left;}
.ch_search .left ul li input[type=checkbox]{width: 20px;height: 20px;}
.ch_search .left:after{display:block; content:''; clear:both; }
.align{margin-bottom:10px;}
.align strong{padding-top:7px; display:inline-block;}
.align button.end{background:#666;border: none;font-size:15px;font-weight:400;}
.align button.ing{background: #4931c3;border: none;font-size:15px;font-weight:400;}
/* list */
.enquete_list{width:100%;border-top:1px solid #46495a}
.enquete_list li{border-bottom:1px solid #dedede;line-height:1.5em;padding:25px 0}
.enquete_list li:hover{background:#fff9f9}
.enquete_list li *{vertical-align:middle}
.enquete_list li strong{font-weight:normal;color:#46495a;font-size:20px;line-height:1.5em}
.enquete_list li>span{display:block;padding:7px 0;width:70px;line-height:1em;font-size:14px;background:#fff;border: 1px solid #555;border-radius:4px;text-align:center;}
.enquete_list li .close{border: solid 1px #f7f7f7;color: #333;background: #dedede;}
.enquete_list li em{display:block;font-style:normal;color:#717171;margin-top:10px;line-height: 19px;}
.enquete_list li em i{font-style:normal;color: #4931c3;display: inline-block;padding-left: 5px;margin-top: -3px;}
.enquete_list li p{margin:10px 0 0 0}
.enquete_list li p a{display:inline-block;padding:10px 20px;margin:0 10px 0 0;color:#fff}
.enquete_list li p a.join{background: #4931c3;}
.enquete_list li p a.join:hover, .enquete_list li p a.join:focus{background:#382d70}
.enquete_list li p a.result{background: #46495a;}
.enquete_list li p a.result:hover, .enquete_list li p a.result:focus{background:#382d70}
.enquete_list li p span.end{display:inline-block;padding:10px 20px;margin:0 10px 0 0;color:#333;background: #dedede;}
.enquete_list .list_none{text-align:center;padding:30px 0;border-bottom:1px solid #dedede}
.enquete_list .adm_check{width:20px;height:20px;margin:5px}
/* view */
.enquete_view .bbs_vtop .col {border-bottom: none;}
.enquete_view .bbs_filedown {border-bottom: 1px solid #dedede;}
.enquete_view .basic_box{border:none}
.enquete_view h5{background:#f4f4f8;padding:15px;margin: 0 0 10px 0;border:1px solid #dedede;line-height:1.5em;color: #382d70;font-size: 18px;}
.enquete_view .qbox>div{margin:0 0 40px 0}
.enquete_view .qbox>div.group{padding: 15px;border: solid 2px #dedede;}
.enquete_view .qbox>div .img {text-align: center;}
.enquete_view .qbox li{line-height:1.5em;padding:0 0 0 12px;margin:0 0 5px 0;}
.enquete_view .qbox li input {vertical-align: middle;}
.enquete_view .qbox li strong {color: #4931c3;}
.enquete_view .qbox li ul{margin:10px 0}
.enquete_view .qbox li li{padding:0 0 0 10px;}
.enquete_view .qbox li.li_none{background:none;padding:0}
.enquete_view .qcoment{font-size:14px;line-height:1.5em;margin:0 0 10px 0}
.enquete_view .in_txt{width:100%;border:1px solid #dedede;padding:9px 0;vertical-align:middle;box-sizing:border-box}
.enquete_view .in_txta{width:100%;height:50px;border:1px solid #dedede;padding:9px 0;vertical-align:middle;box-sizing:border-box}
.enquete_view .qcoment{font-size:14px;line-height:1.5em;margin:0 0 10px 0;border: dashed 1px #dedede;padding: 10px;}


/* Tablet */
@media all and (min-width:768px) {
.bbs_cate ul{overflow:hidden}
.bbs_cate li{float:left;width:50%}
.bbs_cate li a{margin:0 0 0 1px}
.bbs_cate li:first-child a{margin:0;}

.bbs_search .form_sel{width:auto}
.bbs_search .form_txt{width: 160px;}
.bbs_search.right .form_txt{width:250px;}
.bbs_search .form_sm,.bbs_search .form_cancle,.bbs_search .form_re{width: 75px;}
.bbs_search2 .form_sm,.bbs_search2 .form_cancle,.bbs_search2 .form_re{width:75px}
.bbs_search3 .form_sm,.bbs_search3 .form_cancle,.bbs_search3 .form_re{width:75px}
.bbs_search .m_blind{display:inline-block}
.bbs_search select{display:inline;width:20%}
.bbs_search .input_tit{width:50%}

.bbs_search2{overflow:hidden;padding: 25px 5px;}
.bbs_search2 .left{float:left;margin: 0 0 10px 0;width: 100%;text-align: center;}
.bbs_search2 .right{text-align: center;width: 100%;}
.bbs_search2 .form_sel{width:70px}
.bbs_search2 .form_txt{width: 170px;}
.bbs_search2 .form_sm{width:70px}
.bbs_search2 .left .form_sel{width:auto}
.bbs_search2 .input_cal{width:120px;}
.bbs_search2 .left span, .bbs_search2 .right span{display:inline-block}

.bbs_search3{overflow:hidden;padding: 15px 5px;margin: 0;}
.bbs_search3 .form_sel{width: 120px;}
.bbs_search3 .form_txt{width: 250px;}
.bbs_search3 .form_sm{width: 85px;}
.bbs_search3 .left .form_sel{width:auto}
.bbs_search3 .left{float:left;margin:0;width: 30%;text-align: left;}
.bbs_search3 .right{float:right;text-align:right;width: 70%;}

.bbs_write td .ggong ul li img {display: inline-block;}

.adm_list li a{width:95%;margin: 0 0 0 5%;}

.bbs_vtop .col li{display:inline;margin:0 20px 0 0}
.bbs_vtop .tt_list{overflow:hidden}
.bbs_vtop .tt_list li{float:left;width:50%}
.bbs_vtop .tt_list li.line1{width:100%}
.bbs_vtop .tt_list li.line1 strong{width:20%}
.bbs_vlist p span{padding:0 20px 0 0}
.bbs_vlist p a{width:90%}

.re_form textarea{width:83%;height: 80px; padding:10px 2%}
.re_form input{width:15%;height:80px;margin:0}
.bbs_reply{padding:30px}
.bbs_reply .col li{display:inline;margin:0 20px 0 0}

.photo_list ul{overflow:hidden;margin-left:-3%}
.photo_list li{float:left;width:47%;margin-left:3%}
.photo_list .img {height: 265px;}
.photo_list .img img {width: auto;height: 100%;}

.photo_view .img_view .img_list{height: 129px;}
.photo_view .img_view .img_list button{top:40px}
.photo_view .img_view .img_list ul{width:85%}
.photo_view .img_view .img_list li{width:33.333%}
.photo_view .img_view .img_list img{height:100px}
/* .photo_view .img_big img{height:550px;} */

.video_list  li{width:50%}
.video_list  li a{width: 95%;margin:20px auto;}

.news_list li a{overflow:hidden}
.news_list .img{float:left;margin:0 20px 0 0;width:200px;height: 145px;}

.bbs_calender{overflow:hidden}
.bbs_calender .calender{float:left;width:50%;margin:0 5% 0 0}
.bbs_calender .calender p{font-size: 28px;padding-top: 2px;}
.bbs_calender .calender p .prev{left:20%}
.bbs_calender .calender p .next{right:20%}
.bbs_calender .info{float:left;width:45%}
.bbs_calender .info div ul{height: 257px;overflow-y:scroll;}
.bbs_calender .tab{margin:47px 0 0 0}

.bbs_calender2 p{font-size: 28px;padding-top: 4px;}
.bbs_calender2 p .prev{left:30%}
.bbs_calender2 p .next{right:30%}
.bbs_calender2 td{min-height:70px;text-align:left}

.ch_search .left ul li{ width: 20%;}
.enquete_list li{padding:30px 210px 30px 0;position:relative}
.enquete_list li span{display:inline-block;margin-right:5px}
.enquete_list li em{margin:10px 0 0 0}
.enquete_list li p{position:absolute;top:40px;right:0;margin:0}
.enquete_list li p a{margin:0 0 0 10px}
.enquete_list li p span.end{margin:0 0 0 10px}
}

/* Desktop */
@media all and (min-width:1023px) {
.bbs_cate li{width:25%}
.bbs_cate .col2 li{width:50%}
.bbs_cate .col3 li{width:33.33333333333333%}
.bbs_cate .col5 li{width:20%}
.bbs_cate .col6 li{width:16.66666666666667%}
.bbs_cate .col7 li{width:14.28571428571429%}

.bbs_search select{width:auto}
.bbs_search .input_tit{width:20%}
.bbs_search2{padding: 25px 20px;}
.bbs_search2 .left{width: 35%;float: left;text-align: left;margin: 0;}
.bbs_search2 .right{float: right;width: 65%;text-align: right;}
.bbs_search2 .right * {vertical-align: middle;}

.photo_list ul{margin-left: -1.5%;}
.photo_list li{width: 31.8%;margin-left: 1.5%;}
.photo_list .img {height: 218px;}

.photo_view .img_view{position:relative;text-align: center;}
.photo_view .img_view>div{margin:0 auto!important}
.photo_view .img_view .img_list li{width: 20%;}

.video_list li .video_w{background:none;height: 210px;}
.video_list li{width:33.333%}

.video_view{overflow:hidden}
.video_view .vid_area{float:left;width:64%;height:400px}
.video_view .vid_text{float:right;width:35%;height:400px;box-sizing:border-box;margin:0}
.photo_view .img_view .img_big { height: 524.344px!important;}
.photo_view .img_big .bbs_img {float:left;}

.ch_search .left span{width: 70px;float: left;box-sizing:border-box;}
.ch_search .left{width: 48%;padding: 0;border: 0;border-right: dashed 1px #dedede;box-sizing: border-box;}
.ch_search .right{width: 52%;}
.ch_search .left ul{width:calc(100% - 70px);float: left;padding-top: 6px;}
.ch_search .left ul li{font-size: 14px;width: auto;padding-right: 7px;}
}

/* 본문 테이블 */
.bbs_con table {width: 100%;border-top: 1px solid #46495a;}
.bbs_con table th, .bbs_con table td {text-align: center;padding: 8px 10px;border: 1px solid #cdcdcd;border-top: none;vertical-align: middle;font-size: 16px;line-height: 1.5em;}
.bbs_con table th {background: #f4f4f8;color: #333;font-weight: 500;}                                                                                                                                                               