@charset "utf-8";
body *{ box-sizing:border-box;}

/* 카테고리 */
.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: #333;color:#fff;}
.bbs_cate li a:hover{background:#555}
.bbs_cate li.on a{background:#f3f3f3;color: #333;font-weight:500;padding:12px 0;border: 1px solid #dedede;}

/* 검색 */
.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: #333;color:#fff;}
.bbs_search .form_re{cursor:pointer;width:20%;height:34px;background: #555;color:#fff;}
.bbs_search .form_cancle{cursor:pointer;width:20%;height:34px;background: #555;color:#fff;}
.bbs_search .form_sm:hover, .bbs_search .form_sm:focus{background: #32497d;}
.bbs_search .input_cal{border:1px solid #e8e8e8;padding:8px 0;margin:2px 0;border-radius:4px;width:120px}

.bbs_search2{text-align:center;border:1px solid #dedede;padding:20px 15px;margin: 20px 0;}
.bbs_search2 *{vertical-align:middle}
.bbs_search2 .form_sel{width:20%;height:34px;border:1px solid #dedede;border-radius:4px;vertical-align:middle}
.bbs_search2 .input_cal{width: 75px;}
.bbs_search2 .form_txt{width:40%;height: 35px;padding:5px;border:1px solid #dedede;border-radius:4px;vertical-align:middle;}
.bbs_search2 .form_sm{cursor:pointer;width:20%;height:34px;background: #333;color:#fff;vertical-align:middle;}
.bbs_search2 .form_sm:hover, .bbs_search2 .form_sm:focus{background:#555;}
.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: #333;color:#fff;}
.bbs_search2 .form_cancle{cursor:pointer;width:20%;height:34px;background: #333;color:#fff;}

.bbs_search3{text-align:center;margin: 0 0 15px 0;}
.bbs_search3 *{vertical-align:middle}
.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: #333;color:#fff;}
.bbs_search3 .form_sm:hover, .bbs_search3 .form_sm:focus{background: #555;}
.bbs_search3 .form_sel{min-width: 120px;height:34px;border:1px solid #dedede;border-radius:4px;vertical-align:middle;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: #444;color:#fff;}
.bbs_search3 .form_cancle{cursor:pointer;width:20%;height:34px;background: #444;color:#fff;}

/* 페이징 */
.bbs_page{text-align:center;margin:25px 0}
.bbs_page a{display:inline-block;padding:10px 0 0 0;margin:2px 1px;border: 1px solid #dedede;background: #f3f3f3;width:38px;height: 39px;}
.bbs_page a:hover, bbs_page a:focus{border-color:#666}
.bbs_page a.on{font-weight:bold;color:#fff;background: #333;border: 1px solid #666;text-decoration:underline;}
.bbs_page .prev{width:38px;height:0;padding:38px 0 0 0;margin-right:10px;overflow:hidden;background: url("/images/global/bbs/bbs_ico.png") no-repeat 0 0;}
.bbs_page .prev2{width:38px;height:0;padding:38px 0 0 0;overflow:hidden;background: url("/images/global/bbs/bbs_ico.png") no-repeat 0 -40px;}
.bbs_page .next{width:38px;height:0;padding:38px 0 0 0;margin-left:10px;overflow:hidden;background: url("/images/global/bbs/bbs_ico.png") no-repeat 0 -80px;}
.bbs_page .next2{width:38px;height:0;padding:38px 0 0 0;overflow:hidden;background: url("/images/global/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:bold;}
.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:#333}
.bbs_btn .bbs_bt2{background: #333;color:#fff;padding: 10px 20px;}
.bbs_btn .bbs_bt2:hover, .bbs_btn .bbs_bt2:focus{background: #555;}
.bbs_btn .bbs_bt3{background: #d62539;color:#fff;padding: 10px 20px;}
.bbs_btn .bbs_bt3:hover, .bbs_btn .bbs_bt3:focus{background: #555;}
.bbs_btn input[type=submit]{margin:0 3px 7px 3px;font-weight:bold;background: #0b5fde;color:#fff;height: 40px;padding: 0 20px;font-size:1em;cursor:pointer;}
.bbs_btn input[type=submit]:hover, .bbs_btn input[type=submit]:focus{background:#555}
.btn_bbsw, .btn_bbsw:visited{margin:2px 0 2px 3px;background: #333;border-radius:4px;border: 1px solid #555;font-size:14px;color: #ffffff;line-height:1.25em;white-space:nowrap;/* font-weight: bold; */}
.btn_bbsw:hover, .btn_bbsw:focus{color:#fff;background:#555;border:1px solid #555}
button.btn_bbsw{padding:0 10px;height:34px}
a.btn_bbsw{display:inline-block;padding: 8px 10px;}
.btn_bbsw.cancle, .btn_bbsw.cancle:visited{margin:2px 0 2px 3px;background: #666;border-radius:4px;border: 1px solid #787878;font-size:14px;color: #fff;line-height:1.25em;white-space:nowrap;font-weight: bold;}
.btn_bbsw.cancle:hover, .btn_bbsw.cancle:focus{color:#fff;background:#333;border:1px solid #333}

#boardWrap									{padding:0 20px;}
#boardWrap .btn.red,
#boardWrap .btn.black,
#boardWrap .btn.white						{ display:inline-flex; align-items:center; }
#boardWrap .btn.white						{ color:#222; }
#boardWrap .btn.red							{  background:red; border-color:red; font-weight:500; color:#fff }
#boardWrap .btn.red:hover,
#boardWrap .btn.red:focus					{ filter:drop-shadow(1px 2px 2px #c3c3c3)}

@media (min-width: 768px) {
  #boardWrap									{padding:0 30px;}
}

@media (min-width: 1024px) {
  #boardWrap									{padding: 0;width: 80%;margin: 0 auto;}
}



/* 뷰 */
.bbs_vtop {padding: 10px 0;}
.bbs_vtop h4 {font-size: 25px;font-weight:normal;padding: 0;margin:0 0 15px 0;background:none;}
.bbs_vtop .col{padding-bottom:10px;text-align: right;border-bottom: 1px solid #dedede;}
.bbs_vtop .col li{margin:0 0 3px 0;color:#555}
.bbs_vtop .col li:last-child{margin:0;}
.bbs_vtop .col strong{color: #333;}
.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: #f4f7f8;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: #f4f7f8;}
/* 본문 */
.bbs_con{padding:20px 0;line-height:1.5em;font-size:16px;}
.bbs_con img{max-width:100%}
.bbs_img{text-align:center}
.bbs_img figcaption{text-align:center;color:#787878;margin:10px 0 0 0;font-size:0.9em;}
.bbs_filedown{background: #f4f7f8;padding:15px;border-top: 1px solid #dedede;}
.bbs_filedown a{vertical-align:middle}
.bbs_filedown a:first-child{margin:0}
.bbs_filedown .ico_file{margin-left: 15px;}
.bbs_filedown .ico_file:before{content:"";display:inline-block;width: 14px;height: 20px;background: url("/images/global/bbs/bbs_ico.png") no-repeat center -290px;margin-right:5px;}
.bbs_filedown .ico_file:hover, .bbs_filedown .ico_file:focus{text-decoration:underline}
.bbs_filedown .ico_viewer{display:inline-block;width:25px;height:0;padding:25px 0 0 0;margin-left:5px;overflow:hidden;border-radius:100%;background: url(/images/global/bbs/bbs_ico.png) no-repeat center -368px #0b5fde;}
.pagelist {border-top:1px solid  #dedede;}
.pagelist li{border-bottom:1px solid  #dedede;}
.pagelist ul li strong{display:table-cell;padding:20px 10px;background: #f1f1f1;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 #555;font-size:14px}
.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:5px;color:#686868}
.re_write{margin-bottom:20px}
.re_write h3{margin-bottom:10px}
.re_form{overflow:hidden}
.re_form textarea{float:left;width:90%;height: 80px;background: #f3f3f3;border:none;padding:10px 5%;}
.re_form input{float:right;width:100%;background: #333;font-weight:bold;color:#fff;padding:10px 15px;margin-top:5px;}
.re_form input:hover, .re_form input:focus{background:#555;}
/* 답변 */
.bbs_reply{background: #f7f7f7;border: 2px solid #dedede;padding:20px;margin-top:30px;}
.bbs_reply .bbs_vtop{border:none;padding-top:0}
.bbs_reply h4{color:#000}
.bbs_reply h4 strong{color: #d62539;}
.bbs_reply .bbs_filedown {border-bottom: 1px solid #dedede;}

/* 쓰기 */
.bbs_write {width: 100%;margin: 10px 0;border-top: 2px solid #333;}
.bbs_write th, .bbs_write td {padding: 5px 10px;border: 1px solid #dedede;border-top: none;vertical-align: middle;font-size: 16px;line-height: 1.5em;}
.bbs_write th {background: #f7f7f7;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:20px; height:20px; border-radius:5px}
.bbs_write input[type=radio]{width:20px; height:20px; border-radius:5px}
.bbs_write input[type=file]{padding:0;height: 25px;}
.bbs_write .bw_file{margin: 2px 0;}
.bbs_write .bw_file input{padding: 0;height: 30px;width: 100%;}
.bbs_write .bw_file .memoarea{display: block;}
.bbs_write .bw_file .memoarea em{background: url("/images/global/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;line-height: 35px; color: #666;}
.bbs_write td .ggong ul li img{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;vertical-align:middle;margin:0 5px}
#boardWrap .write_list>li>.tit{word-break: keep-all;}
.txt_cm{display:block;background: url("/images/global/bbs/bbs_ico.png") no-repeat -6px -168px;padding-left: 29px;padding-bottom: 5px;}

/* 그 외 공통 */
.bbs_total{margin:10px 0}
.bbs_total strong{color: #0b5fde;vertical-align:bottom;}
.bbs_comment{margin:15px 0}
.adm_check{width:20px;height:20px;}
.w_star{color:#d62539;vertical-align:middle}
.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/global/bbs/bbs_ico.png") no-repeat -4px -202px;padding-left:32px !important}

/* 기본형 목록 */
.bbs_list{width:100%;border-top:2px solid #444}
.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:#f4f7f8}
.bbs_list li strong{display:block;font-weight:normal;color:#000;font-size:20px;line-height:1.5em}
.bbs_list span{display:inline-block;vertical-align:middle;margin:0 5px}
.bbs_list .txt{display:block;line-height:1.5em;color:#444;margin:10px 0}
.bbs_list .info{display:block;font-style:normal;font-size:14px;color:#787878}
.bbs_list .info span{width:1px;height:6px;background:#dedede;margin:0 10px}
.bbs_list .ico_notice{color:#d62539;font-style:normal;margin-right:5px}
.bbs_list .ico_file{width:14px;height:0;padding: 20px 0 0 0;overflow:hidden;background: url("/images/global/bbs/bbs_ico.png") no-repeat center -290px;}
.bbs_list .ico_secret{width: 16px;height:0;padding: 20px 0 0 0;overflow: hidden;background: url("/images/global/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: 2px solid #333;}
.bbs_table .ico_notice{color:#d62539;font-style:normal;font-weight:bold;margin-right:5px}
.bbs_table .ico_file{width: 20px;height:0;padding: 18px 0 0 0;overflow:hidden;background: url("/images/global/bbs/bbs_ico.png") no-repeat center -291px;display: inline-block;}
.bbs_table .ico_secret{width:20px;height:0;padding:18px 0 0 0;overflow:hidden;background:url("/images/global/bbs/bbs_ico.png") no-repeat center -331px;display: inline-block;}
.bbs_table th, .bbs_table td {padding: 15px 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: #f4f7f8;}
.bbs_table th {background: #f7f7f7;}
.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: #d62539;}
.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;}
@media all and (max-width:1023px){
.bbs_list2 .bbs_table {width: 100%; min-width: auto;}
.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; font-size: 16px; 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:#333;}
.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: 600;}
.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 td.title a {display: block;width: 98%; text-overflow:ellipsis; white-space:nowrap; word-wrap:normal; overflow:hidden;}
}

/* 사진-리스트 */
.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:#f6f7f8}
.photo_list .img{display:block;overflow:hidden;position:relative;background: #f3f3f3;}
.photo_list .date{display:block;border:1px solid #dde1e4;border-top:none;padding:20px 10px;color:#666}
.photo_list strong{display:block;font-size: 17px;color:#333;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:0;padding:40px 0 0 0;overflow:hidden;position:absolute;top:17px;border:1px solid #dedede;background:url("/images/global/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 #555;}
.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:2px solid #555;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: #666;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/global/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:#333;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:#f7f7f7}
.video_view .vid_text{padding: 0 20px 20px;margin:10px 0;height:100px;border: 1px solid #dedede;background: #f7f7f7;overflow-y:auto;}
.video_view .vid_text .tit{text-align:center;color: #333;font-size: 17px;font-weight: bold;padding: 10px 0;border-bottom: solid 1px #dedede;margin-bottom: 13px;}

/* 뉴스형 */
.news_list{width:100%;border-top:2px solid #555}
.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{background:#f3f7f8}
.news_list li strong{display:block;font-weight:normal;color:#333;font-size:20px;line-height:1.5em}
.news_list span{display:inline-block;vertical-align:middle;margin:0 5px}
.news_list .txt{display:block;line-height:1.5em;color:#555;margin:10px 0}
.news_list .info{display:block;font-style:normal;font-size:14px;color:#787878}
.news_list .info span{width:1px;height:6px;background:#dedede;margin:0 10px}
.news_list .ico_notice{color:#d62539;font-style:normal;margin-right:5px}
.news_list .ico_file{width:13px;height:0;padding:12px 0 0 0;overflow:hidden;background:url("/images/global/bbs/bbs_ico.png") no-repeat center -280px}
.news_list .ico_secret{width:11px;height:0;padding:15px 0 0 0;overflow:hidden;background:url("/images/global/bbs/bbs_ico.png") no-repeat center -320px}
.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:#333;margin:0 0 20px 0;position:relative}
.bbs_calender .calender p *{vertical-align:middle}
.bbs_calender .calender p em{font-style:normal;font-weight:bold}
.bbs_calender .calender p strong{color:#0b5fde;font-weight:bold}
.bbs_calender .calender p button{width: 31px;height:0;padding:38px 0 0 0;overflow:hidden;position:absolute;top: 5px;}
.bbs_calender .calender p .prev{background: url("/images/global/bbs/cal_prev.png") no-repeat;left:7%;}
.bbs_calender .calender p .next{background: url("/images/global/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: 2px solid #444;background: #f7f7f7;color: #444;padding:15px 0;}
.bbs_calender td{padding: 14px 0;position:relative;}
.bbs_calender td.sat a{color: #0b5fde;}
.bbs_calender td.sun a{color:#d62539}
.bbs_calender td.have{background: #333 !important;}
.bbs_calender td.have a{color:#fff !important; }
.bbs_calender td.today{background: #e7f0ff;}
.bbs_calender td.today a{color: #444;}
.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 #0b5fde;}
.bbs_calender td.on.have a:after{content:"";display:block;position:absolute;top:0;bottom:0;right:0;left:0;z-index:0;border: 2px solid red;}
.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: #f7f7f7;padding:20px;margin:10px 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.png") 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}
.bbs_calender2 p *{vertical-align:middle}
.bbs_calender2 p em{font-style:normal;font-weight:bold}
.bbs_calender2 p strong{color:#0b5fde;font-weight:bold}
.bbs_calender2 p button{width: 31px;height:0;padding: 33px 0 0 0;overflow:hidden;position:absolute;top: 5px;}
.bbs_calender2 p .prev{background: url("/images/global/bbs/cal_prev.png") no-repeat;left:7%;}
.bbs_calender2 p .next{background: url("/images/global/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: 2px solid #444;background: #f7f7f7;color: #444;padding:15px 0;}
.bbs_calender2 td{padding:10px;text-align:left;height:80px}
.bbs_calender2 td.sat a{color:#0b5fde}
.bbs_calender2 td.sun a{color:#d62539}
.bbs_calender2 td.today{background: #e7f0ff;}
.bbs_calender2 td a:hover,.bbs_calender2 td a:focus{text-decoration:underline}
.bbs_calender2 td a span{display:block;line-height:1.25em;color:#555;margin-top:7px}
.bbs_calender2 td li{margin-top:5px;line-height:1.25em;padding:0;}
.bbs_calender2 td li a{color:#555}

.bbs_calender2 .cal_cat{padding:20px;}
.bbs_calender2 .cal_cat ul{overflow:hidden;}
.bbs_calender2 .cal_cat ul li{float:left;width:calc(33.3333% - 2px);margin:1px;}
.bbs_calender2 .cal_cat ul li a{display:block;bordeR:solid 1px #ccc;padding:5px 0 5px 10px;}
.bbs_calender2 span.cci{display: inline-block;background:#000;width:6px;height:6px;margin:8px 5px 0 0;border-radius:10px;}
.bbs_calender2 span.cci.cc01{background:#0b5fde;}
.bbs_calender2 span.cci.cc02{background:#d62539;}
.bbs_calender2 span.cci.cc03{background:#662d91;}
.bbs_calender2 span.cci.cc04{background:#168516;}
.bbs_calender2 span.cci.cc05{background:#888;}
.bbs_calender2 .cal_cat ul li:nth-child(2) a{color:#0b5fde}
.bbs_calender2 .cal_cat ul li:nth-child(3) a{color:#d62539}
.bbs_calender2 .cal_cat ul li:nth-child(4) a{color:#662d91}
.bbs_calender2 .cal_cat ul li:nth-child(5) a{color:#168516}
.bbs_calender2 .cal_cat ul li:nth-child(6) a{color:#555}

.bbs_calender2 td ul li span.cci{margin-top:5px;}

/* 설문조사 */
.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:solid 1px #ddd}
.align button.ing{background: #d62539;border: solid 1px #e07272;}
/* list */
.enquete_list{width:100%;border-top:2px solid #555}
.enquete_list li{border-bottom:1px solid #dedede;line-height:1.5em;padding:25px 0}
.enquete_list li:hover{background:#f4f7f8}
.enquete_list li *{vertical-align:middle}
.enquete_list li strong{font-weight:normal;color:#333;font-size:20px;line-height:1.5em}
.enquete_list li>span{display:block;padding:7px 0;width:70px;color: #555;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:#666;margin-top:10px;line-height: 19px;}
.enquete_list li em i{font-style:normal;color: #0b5fde;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;border-radius:3px}
.enquete_list li p a.join{background: #008a76;}
.enquete_list li p a.join:hover{background:#555}
.enquete_list li p a.result{background: #0b5fde;}
.enquete_list li p a.result:hover{background:#555}
.enquete_list li p span.end{display:inline-block;padding:10px 20px;margin:0 10px 0 0;color:#fff;border-radius:3px;background: #666;}
.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:#f3f7f8;padding:15px;margin: 0 0 10px 0;border:1px solid #dedede;font-size:16px;line-height:1.5em}
.enquete_view .qbox>div{margin:0 0 40px 0}
.enquete_view .qbox>div.group{padding: 15px;border: solid 2px #555;}
.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 * {vertical-align:middle;}
.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:100px;}
.bbs_search2 .left span, .bbs_search2 .right span{display:inline-block}

.bbs_search3{overflow:hidden;padding: 15px 5px;margin: 0;}
.bbs_search3 *{vertical-align:middle}
.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%;}

.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:81%;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_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}

.bbs_calender2 .cal_cat ul li{width:calc(16.6666% - 2px)}

.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:1024px) {

.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_cate li.on a{border-bottom:none;padding:13px 0 12px 0}

.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;}

.photo_list ul{margin-left: -1.5%;}
.photo_list li{width: 31.8%;margin-left: 1.5%;}

.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}

.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_calender2 .cal_cat{padding:20px 0;text-align:right;}
.bbs_calender2 .cal_cat ul li{width:auto;float:none;display:inline-block;}
.bbs_calender2 .cal_cat ul li a{padding-right:20px;}
}     

/**********************************************************************

 							게시판 모달

**********************************************************************/		
.modal.film											{ position:fixed; left:0; top:0; width:100%; height:100%; overflow:auto; z-index:999; }
.modal.film::before									{ position:absolute; width:100%; height:100%; left:0; top:0; background:rgba(0,0,0,.5); backdrop-filter:blur(10px); transition:opacity 0.2s ease; opacity:0; content:''; z-index:100 }
.modal.film											{ display:none; }
.modal.film.active									{ display:block; }
.modal.film.active::before							{ opacity:1; }
.modal.film .modal_box								{ position:absolute; width:90%; border-radius:15px; background:#fff; left:50%; top:50%; transform:translate(-50%,-50%); padding:2.5em 1.5em; z-index:200 }
.modal.film .w1000									{ max-width:1000px; }	
.modal.film .cont									{ width:100%; max-height:80svh; overflow-x:hidden; overflow-y:auto; padding:0 15px; }													
.modal.film .cont.flex								{ display:flex; flex-wrap:wrap; gap:2em; }
.modal.film .cont .img								{ position:relative; width:350px; }
.modal.film .cont .img img							{ width:100%; height:100%; object-fit:cover; -o-object-fit:cover; }
.modal.film .cont .info								{ flex:auto; max-width:calc(100% - 350px - 2em); }
.modal.film .cont .info .tit						{ font-size:2em; border-bottom:1px solid rgba(0,0,0,.2); line-height:1.3; padding-bottom:.25em; background:none}
.modal.film .cont .info .cast_list					{ margin-top:1.5em; display:flex; flex-flow:column; gap:5px; }
.modal.film .cont .info .cast_list>li>dl			{ display:flex; gap:5px 15px; align-items:baseline; }	
.modal.film .cont .info .cast_list>li>dl>dt			{ display:flex; line-height:1; width:7em; padding:10px 15px; background:rgba(0,0,0,.05); border-radius:50px; align-items:center; justify-content:center; opacity:.74;  } 	
.modal.film .cont .info .cast_list>li>dl>dd			{ font-size:1.03em;  }
.modal.film .cont .info .synopsis					{ margin-top:1.5em; padding:1.5em; background:rgba(0,0,0,.05); width:100%; max-height:20em; overflow-y:auto; overflow-x:hidden; border-radius:10px; font-size:1.03em; line-height:1.4; opacity:.84;
														word-break: break-all; }
.modal.film .modal_close							{ position:absolute; width:42px; height:42px; border-radius:100%; background:#222; right:1em; top:1em }
.modal.film .modal_close::before,
.modal.film .modal_close:after						{ position:absolute; width:1px; height:21px; background:#fff; left:50%; top:50%; content:''; }
.modal.film .modal_close::before					{ transform:translate(-50%,-50%) rotate(45deg); }
.modal.film .modal_close::after						{ transform:translate(-50%,-50%) rotate(-45deg); }

.modal.film .cont::-webkit-scrollbar 				{ -webkit-appearance: none; width:5px;} 
.modal.film .cont::-webkit-scrollbar-thumb 			{ background-color:#7e7e7e; border-radius:10px; border:1px solid #7e7e7e; } 
.modal.film .cont::-webkit-scrollbar-track 			{ border-radius:10px; background-color: #d2d2d2 ; }
@media all and (max-width:1168px) {
	.modal.film .cont.flex							{ gap:2em 2em; }
	.modal.film .cont .info							{ max-width:calc(100% - 350px - 2em); }
}
@media all and (max-width:968px) {
	.modal.film .cont .img							{ width:300px;  }
	.modal.film .cont .info							{ max-width:calc(100% - 300px - 2em); }

}
@media all and (max-width:868px) {
	.modal.film .modal_box							{ padding:2em 1em; }
	.modal.film .cont								{ padding:0 5px; }
	.modal.film .cont .img							{ width:100%;  }
	.modal.film .cont .info							{ width:100%; max-width:inherit; }
	.modal.film .cont .info .synopsis				{ max-height:inherit; overflow:hidden; }
	.modal.film .modal_close						{ width:35px; height:35px; right:inherit; top:.5em; left:50%; transform:translateX(-50%); }
	.modal.film .modal_close::before,
	.modal.film .modal_close:after					{ height:17px; }
	.modal.film .cont .info .tit					{ font-size:1.8em; }
	
}
@media all and (max-width:468px) {
	.modal.film .cont .info .cast_list>li>dl		{ flex-flow:column; }
	.modal.film .cont .info .cast_list>li>dl>dt		{ width:100%; }
	.modal.film .cont .info .cast_list>li>dl>dd		{ padding:0 10px; }
	.modal.film .cont .info .synopsis				{ padding:1em; }
}		

