@charset "utf-8";

/* 카테고리 */
.list-category { margin-bottom:20px; }
.list-category .active a, .list-category .selected a { color:crimson; font-weight:bold !important; }

/* 목록 */
.list-item .label-tack { padding-left:10px; }
.list-item strong { display:block; line-height:20px; margin:10px 5px 5px; text-align:center; }
.list-item .list-img { position:relative; overflow:hidden; }
.list-item .list-img img { width:100%; height:auto; }
.list-item .list-details { padding:0 3%; }
.list-item .list-details .member, .list-item .list-details .guest { color:#787878 !important; }

/* Responsive */
@media all and (max-width:767px) {
	.responsive .list-row { width:50% !important }
}
@media all and (max-width:420px) {
	.responsive .list-row { width:100% !important }
}

/* 아이콘 */
.list-wrap .wr-icon { display:inline-block; padding:0px; margin:0px; overflow:hidden; vertical-align:middle; background-repeat: no-repeat; background-position: left top; }
.list-wrap .wr-new { width:12px; height:12px; background-image: url('./img/icon_new.gif'); }
.list-wrap .wr-secret { width:12px; height:12px; background-image: url('./img/icon_secret.gif'); }
.list-wrap .wr-hot { width:12px; height:12px; background-image: url('./img/icon_hot.gif'); }

/* 목록 공통 */
.list-notice .wr-notice { display:inline-block; padding:0px; margin:0px; overflow:hidden; vertical-align:middle; background-repeat: no-repeat; background-position: left top; width:37px; height:19px; background-image: url('./img/icon_notice.gif'); }
.list-wrap { width:100%; }
.list-btn-box { margin-bottom: 15px; }
.list-btn-box a span { margin-left: 4px; }
.list-btn-box .sort a { color:crimson !important; font-weight:bold !important; }
.list-btn-box .dropdown-menu { font-size: 12px; }
.list-none { margin:0px 0px 15px; padding:80px 0px; }
.list-page { margin-bottom:15px; }
.list-page .pagination { margin:0; }

/* 내용 공통 */
.view-wrap { width:100%; overflow:hidden; }
.view-wrap .img-photo i { background: rgb(245, 245, 245); padding: 16px; border-radius: 50%; width: 80px; height: 80px; text-align: center; color: rgb(143, 143, 143); font-size: 40px; display: inline-block; }
.view-wrap .img-photo img { border-radius: 50%; width: 80px !important; height: 80px !important; display:inline-block; }
.view-wrap .img-resize img { max-width:100%; height:auto; }
.view-wrap h1 { font-size: 22px; font-weight:bold; margin:0px; line-height:50px; display:block; text-overflow:ellipsis; white-space:nowrap; word-wrap:normal; overflow:hidden; margin:0px; padding:0px 10px; color: rgb(59, 62, 67); letter-spacing:-1px; }
.view-wrap h1 .photo { border-radius: 50%; width: 50px; height: 50px; margin-bottom:10px; margin-right:10px; }
.view-wrap .no-attach { border-bottom:0px; }

.view-btn { margin:0px 0px 30px; }
.view-btn i { margin-right:2px; }

.view-head { border-left:0px; border-right:0px; }
.view-head .sp { display:inline-block; width:20px; text-align:center; font-size:11px; color:#888; }
.view-head .list-group-item { padding:5px 15px; border-style:dotted; }
.view-tag { margin:10px 0px; padding:0px; color:#888; }
.view-tag a { color:#888; }
.view-tag a:hover { color:crimson; }
.view-cnt { margin-top:4px; }
.view-img img { display:block; max-width:100%; margin:0 auto; border:0; height:auto; }
.view-content { padding:0px 15px 20px }
.view-mobile .view-content { padding:0px 0px 20px; }
.view-content img { width:auto; height:auto; max-width:100%; }
.view-content p { padding:0; margin:0; line-height:1.3; }
.view-good-box { text-align:center; }
.view-good-box span { margin:15px 6px; width:80px; height:80px; display:inline-block; }
.view-good-box a { background: rgb(245, 245, 245); padding-top:14px; border-radius: 50%; width: 80px; height: 80px; text-align: center; color: rgb(51, 51, 51); font-size: 22px; line-height:26px; display: inline-block; }
.view-good-box .view-good a:hover { background: rgb(223, 17, 25); color: rgb(255, 255, 255); }
.view-good-box .view-nogood a:hover { background: rgb(0, 0, 0); color: rgb(255, 255, 255); }
.view-author .auth-photo { width:160px; padding-right:15px; }
.view-comment { color: rgb(51, 51, 51); font-family: "Roboto", sans-serif; margin: 0px 0px 10px; padding: 0px 0px 5px; text-transform: capitalize; overflow: hidden; font-size: 20px; font-weight: 500; border-bottom-color: rgb(51, 51, 51); border-bottom-width: 1px; border-bottom-style: solid; display: inline-block; position: relative; }

#bo_v_sns {margin:4px 0 15px;padding:0;list-style:none;zoom:1}
#bo_v_sns:after {display:block;visibility:hidden;clear:both;content:""}
#bo_v_sns li {float:left;margin:0 5px 0 0}

/* 댓글 */
.comment-media { }
.comment-media .photo i { background: rgb(245, 245, 245); padding: 15px; border-radius: 50%; width: 64px; height: 64px; text-align: center; color: rgb(143, 143, 143); font-size: 30px; display: inline-block; }
.comment-media .photo img { border-radius: 50%; width: 64px !important; height: 64px !important; display:inline-block; }
.view-mobile .comment-media .photo i { padding: 10px; width: 54px; height: 54px; }
.view-mobile .comment-media .photo img { width: 54px !important; height: 54px !important; }

.comment-media .media { border-top:1px solid #eee; margin:7px 0px; padding:7px 0px 0px; }
.comment-media :first-child.media { border-top:0px; margin-top:0px; padding-top:0px; }
.comment-media h5 { margin:2px 0px; line-height: 22px; }
.comment-media .media .media-body { padding-left:0px; }
.comment-media .media .media-info { margin-left:10px; }
.comment-media .media .media-content {	margin-top:8px; }
.comment-media .media .media-btn {	margin-left:4px; }
.comment-media .cmt-good-btn { text-align:right; padding-right:1px; }
.comment-media .cmt-good, .comment-media .cmt-nogood { display:inline-block; width:74px; height:20px; margin-top:10px; padding-right:10px; margin-right:-1px; font:bold 11px verdana; text-align:right; letter-spacing:-1px; line-height:19px; cursor:pointer; }
.comment-media .cmt-good { background: url('./img/cmt_good.gif') no-repeat left center; color:#f4695b; }
.comment-media .cmt-nogood { background: url('./img/cmt_nogood.gif') no-repeat left center; color:#888; }

#bo_vc_opt ol {	margin:0;padding:0;list-style:none;zoom:1; }
#bo_vc_opt ol:after { display:block;visibility:hidden;clear:both;content:""; }
#bo_vc_opt ol li { float:left;margin:0; }
#bo_vc_send_sns ul { margin:0;padding:0;list-style:none;zoom:1; }
#bo_vc_send_sns ul:after { display:block;visibility:hidden;clear:both;content:""; }
#bo_vc_send_sns ul li {	float:left;margin:0 0 0 20px; }
#bo_vc_send_sns input {	margin:0 0 0 5px; }

/* 쓰기 공통 */
.write-wrap { width:100%; overflow:hidden; }
.write-wrap h2 { padding:0px; margin:0px; font-size:14px; font-weight:bold; }
.write-wrap label { font-weight:bold; }
.write-wrap .write-content { height: 300px; }
.write-wrap .write-file { border:0;box-shadow:none; }
.write-wrap .write-btn { margin:15px 0px 25px; text-align:center; }
.write-wrap .delete-file { margin:0px; padding:0px 10px; font-weight:normal; }
.write-wrap .delete-file label { font-weight: normal; }
.write-wrap .sp-label { font-weight:normal; margin-right:10px; }
.write-wrap .sp-label input[type="checkbox"], .write-wrap .sp-label input[type="radio"] { margin-top:0px; }

#autosave_pop div { text-align:right; }
#autosave_pop button { margin:0; margin-left:10px; padding:0; border:0; background:transparent; color:#888; }
#autosave_pop ul { margin:0; padding:0; padding-left:15px; list-style:disc; }
#autosave_pop li { padding:2px 5px;  }
#autosave_pop li:after { display:block; visibility:hidden; clear:both; content:""; }
#autosave_pop a { display:block; float:left; }
#autosave_pop span { display:block;; float:right; }

/* 반응형 공통 */
@media all and (max-width:460px) {
	.responsive .list-btn { text-align:center; margin:0px auto; }
	.responsive .pull-right.list-btn { float:none !important; margin-bottom:14px; }
	.responsive .view-wrap h1 { text-overflow:clip; overflow:none; white-space:normal; line-height: 24px; font-size: 18px; margin-bottom:10px; }
	.responsive .view-wrap h1 .photo { display:none; }
	.responsive .view-btn i { margin-right:0px; }
	.responsive .view-author .auth-photo { float:none; width:100%; padding-right:0px; }
	.responsive .comment-btn { text-align:center; }
	.responsive .comment-btn .pull-right { float:none !important; }
}


/* motivro */
.mtv_board_wrap{width: 100%;max-width: 1440px;margin: 0 auto;padding: 0 20px;}
.mtv_board_wrap .radio input[type=radio],
.mtv_board_wrap .radio-inline input[type=radio],
.mtv_board_wrap .checkbox input[type=checkbox],
.mtv_board_wrap .checkbox-inline input[type=checkbox]{position: static;}

.mtv_board_hd{margin-top: 60px;}
.mtv_board_hd.mtv_form_tit{display:flex;}
.mtv_board_hd.mtv_form_tit .admin_btn_wrap{margin-top:0;justify-content: flex-end;}
.mtv_board_hd .board_tit_box{}
.mtv_board_hd .board_tit_box .tit{font-size: 36px;font-weight: 700;line-height: 56px;color: #403d3f;}

.mtv_board_bd{margin-top: 40px;}
.mtv_board_bd .mtv_board_hd.mtv_form_tit{margin-top: 0;}

.mtv_board_wrap .list-container{display: flex;align-items: stretch;justify-content: flex-start;flex-wrap: wrap;column-gap: 20px;row-gap: 40px;margin-top: 40px;}
.mtv_board_wrap .list-wrap .list-row{width: calc(25% - (60px/4));}

.mtv_board_wrap .list-item{width: 100%;height: 100%;border-radius: 10px;border: 1px solid #ddd;overflow: hidden;box-shadow: 2px 3px 9px 0px rgba(0, 0, 0, 0.1);transition:.2s;position:relative}
.mtv_board_wrap .list-item:hover{border:solid 1px #795548}
.mtv_board_wrap .list-item .item_thumb{border-bottom:solid 1px #ccc}
.mtv_board_wrap .list-item .item_thumb .item_sta{position:absolute;top:0;right:0;z-index: 1;padding:10px 20px;background-color:#e28a34;border-radius:0 0 0 10px;color:#fff;font-weight:700;box-shadow:2px 3px 9px 0 rgba(0,0,0,.1)}

.mtv_board_wrap .list-item .item_img{width: 100%;height: 0;padding-top: 56.25%;position: relative;overflow: hidden;}
.mtv_board_wrap .list-item .item_img .img_box{position: absolute;left: 0;top: 0;right: 0;bottom: 0;width: 100%;height: 100%;}
.mtv_board_wrap .list-item .item_img .img_box > a{display: block;width: 100%;height: 100%;}
.mtv_board_wrap .list-item .item_img .img_box > a > img{width: 100%;height: 100%;object-fit: cover;object-position: center;}
.mtv_board_wrap .list-item .item_img .label-tack{position: absolute;left: 10px;top: 10px;z-index: 5;padding: 0;}

.mtv_board_wrap .list-item .item_desc{padding: 20px;}
.mtv_board_wrap .list-item .item_desc .item_link_subject{display: block;min-height: 48px;}
.mtv_board_wrap .list-item .item_desc .item_subject{font-size: 16px;font-weight: 700;line-height: 24px;letter-spacing: -0.13px;color: #000;display: -webkit-box;overflow: hidden;text-overflow: ellipsis;white-space: normal;word-wrap: break-word;-webkit-line-clamp: 2;-webkit-box-orient: vertical;}


.mtv_board_wrap .list-item .item_desc .desc_bot{margin-top: 10px;display: flex;align-items: center;justify-content: space-between;flex-wrap: nowrap;}
.mtv_board_wrap .list-item .item_desc .item_date{}
.mtv_board_wrap .list-item .item_desc .item_date p{font-size: 14px;font-weight: 400;line-height: 20px;color: #666;}

.mtv_board_wrap .list-item .item_btns{}
.mtv_board_wrap .list-item .item_btns .btn_more{display: flex;align-items: center;justify-content: flex-end;gap: 6px;flex-wrap: nowrap;font-size: 14px;font-weight: 700;line-height: 20px;color: #333;}
.mtv_board_wrap .list-item .item_btns .btn_more:after{content: '';display: inline-block;width: 12px;height: 20px;background: url('/thema/Basic/resources/images/icon/icon_list_arr.svg') no-repeat center top 6px;background-size: 12px 10px;transition:.3s}
.mtv_board_wrap .list-item:hover .item_btns .btn_more:after{transform: translateX(5px);}

.mtv_board_wrap .list-page{margin-top: 40px;}

.mtv_board_wrap .list_btns_box{margin-top: 40px;margin-bottom: 40px;}
.mtv_board_wrap .all_btn_wrap{flex: 0 0 auto;display: flex;align-items: center;justify-content: flex-end;}
.mtv_board_wrap .all_btn_wrap .btns_box{display: flex;align-items: center;justify-content: flex-end;gap: 16px;}
.mtv_board_wrap .all_btn_wrap .btns{display: flex;align-items: center;justify-content: center;gap: 5px;height: 40px;padding: 0 10px;font-size: 14px;font-weight: 500;line-height: 40px;color: #fff;background-color: #333;border-radius: 4px;border: 0;overflow: hidden;}

.mtv_board_wrap .admin_btn_wrap{margin-top: 20px;flex: 1;display: flex;align-items: center;justify-content: center;}
.mtv_board_wrap .admin_btn_wrap .btns_box{display: flex;align-items: center;justify-content: center;gap: 8px;}
.mtv_board_wrap .admin_btn_wrap .btns{display: flex;align-items: center;justify-content: center;gap: 5px;height: 40px;padding: 0 12px;font-size: 14px;font-weight: 500;line-height: 40px;color: #fff;background-color: #333;border-radius: 4px;border: 0;overflow: hidden;}

@media (max-width: 1100px){
    .mtv_board_hd{margin-top:40px;}
    .mtv_board_hd .board_tit_box .tit{font-size: 28px;line-height: 36px;}
    .mtv_board_wrap .list-container{row-gap: 20px;}
    .mtv_board_wrap .list-wrap .list-row{width: calc(33.33% - (40px/3)) !important;}
    .mtv_board_wrap .list-item .item_desc{padding: 15px;}
}
@media (max-width: 768px){
    .mtv_board_hd{margin-top:20px;}
    .mtv_board_wrap{padding: 0;}
    .mtv_board_bd{margin-top:10px;}
    .mtv_board_hd{margin-top:20px;}
    .mtv_board_wrap .list-wrap .list-row{width: calc(50% - (20px/2)) !important;}
    .mtv_board_wrap .all_btn_wrap .btns{height: 34px;padding: 0 16px;font-size: 12px;line-height: 34px;}

    .mtv_board_hd.mtv_form_tit{flex-direction: column;}
}
@media (max-width: 600px){
    .mtv_board_hd{margin-top:20px;}
    .mtv_board_hd .board_tit_box .tit{font-size:20px;}
    .mtv_board_wrap .list-container{column-gap: 0;}
    .mtv_board_wrap .list-wrap .list-row{width: 100% !important;}
}
@media (max-width: 450px){

}

/* 상세페이지 */
.mtv_board_wrap .view-wrap{}
.mtv_board_wrap .view-wrap .view-head .sp {width: auto;}


.mtv_board_wrap .view-wrap{}
.mtv_board_wrap .view-wrap > h1{font-size:36px;margin-top:50px;}
.mtv_board_wrap .view-wrap .panel-default.view-head{margin-top:20px;overflow:hidden}
.mtv_board_wrap .view-wrap .panel-default.view-head.no-attach{border: 1px solid #ddd;border-left: 0;border-right: 0;}
.mtv_board_wrap .view-wrap .panel-default.view-head .panel-heading{background-color:#fff;padding:10px 20px;border:none}
.mtv_board_wrap .view-wrap .panel-default.view-head .panel-heading + .attach-heading{background-color: #fff;}
.mtv_board_wrap .view-wrap .panel-default.view-head .panel-heading + .attach-heading .list-group-item{padding: 10px 20px;border: 0;}

.mtv_board_wrap .view-wrap .panel-default.view-head .panel-heading .text-muted{display:flex;justify-content: space-between;gap:10px}
.mtv_board_wrap .view-wrap .panel-default.view-head .panel-heading .text-muted > div.text-muted-l{display:flex;gap:5px}
.mtv_board_wrap .view-wrap .panel-default.view-head .panel-heading .text-muted > div.text-muted-r{}
.mtv_board_wrap .view-wrap .panel-default.view-head .panel-heading .text-muted > div i{padding:0 2px}

.mtv_board_wrap .view-wrap .view-img{text-align: center;}
.mtv_board_wrap .view-wrap .img-tag{max-width:80%}
.mtv_board_wrap .view-wrap .view-content .form-group{display:flex;gap:10px;}

.mtv_body .btn.btn-black{}

.mtv_body .btn{border-radius:4px!important;}
.mtv_body .btn-group{display:flex;gap:5px;justify-content: flex-end;}
.mtv_body .btn-group-vertical{}

.mtv_body .form-group.comment-content{display:flex;border: 1px solid #ccc;border-radius: 4px;overflow:hidden}
.mtv_body .form-group.comment-content .comment-cell{}
.mtv_body .form-group.comment-content .comment-cell .form-control{border:none!important}
.mtv_body .form-group.comment-content .comment-cell .form-control + .input-group{border-top:solid 1px #ccc}
.mtv_body .form-group.comment-content .comment-cell .form-control + .input-group .form-control{box-shadow: none;}
.mtv_body .form-group.comment-content > .comment-cell{width: calc(100% - 80px);}
.mtv_body .form-group.comment-content > .comment-cell:first-child{border-right:solid 1px #ccc}
.mtv_body .form-group.comment-content > .comment-submit{width:80px;display: flex;align-items: center;justify-content: center;}
.mtv_body .form-group.comment-content > .comment-cell:first-child .input-group > .input-group-addon{}
.mtv_body .form-group.comment-content > .comment-cell:first-child .input-group > .input-group-addon:first-child{border:none}

.mtv_board_wrap .view-wrap .comment-btn{display: flex;align-items: center;justify-content: flex-end;gap: 10px;}
.mtv_board_wrap .view-wrap .comment-btn .form-group{display: flex;align-items: center;gap: 10px;}
.mtv_board_wrap .view-wrap .comment-btn .form-group .cursor{color: #333;}

.mtv_board_wrap .view-wrap .comment-box{border-radius:4px;border:1px solid #ddd;padding:20px 20px 20px 20px;background:#fbfbfb;margin-top:10px}

.mtv_board_wrap .view_btn_wrap{margin-top: 40px;margin-bottom: 40px;display: flex;align-items: center;justify-content: flex-end;}
.mtv_board_wrap .view_btn_wrap .btns_box{display: flex;align-items: center;gap: 8px;flex-wrap: wrap;}
.mtv_board_wrap .view_btn_wrap .btns{display: flex;align-items: center;justify-content: center;gap: 5px;height: 40px;padding: 0 12px;font-size: 14px;font-weight: 500;line-height: 40px;color: #fff;background-color: #333;border-radius: 4px;border: 0;overflow: hidden;}


.mtv_board_wrap .form-group .control-label .sound_only{top: 13px;width: 4px;height: 4px;background-color: red;border-radius: 3px;left: 7px;}

.mtv_form_sticky.mtv_form_view{display:block;}
.mtv_form_sticky.mtv_form_view:after{content:'';display:block;clear:both}
.mtv_form_sticky.mtv_form_view .form_img{float:left;width:calc(40% - 15px);position: sticky;top:20px;}

.mtv_form_sticky.mtv_form_view .form_cont{float:left;width:calc(60% - 15px);margin-left:30px;}
.mtv_form_sticky.mtv_form_view .form_cont .view-wrap > h1{margin-top: 0;}
.mtv_form_sticky.mtv_form_view .form_img .view-img {margin: 0;box-shadow: 7px 7px 15px 0px rgba(0, 0, 0, 0.3);border-radius: 20px;overflow: hidden;}

.mtv_board_wrap .mtv_form_sticky.mtv_form_view .view-wrap .panel-default.view-head{margin: 20px 0 0;}
.mtv_board_wrap .mtv_form_sticky.mtv_form_view .view-wrap .panel-default.view-head .panel-heading{padding: 5px 15px;}

.mtv_board_wrap .mtv_form_sticky.mtv_form_view .mtv_view_formcont{margin-top: 10px;}
.mtv_board_wrap .mtv_form_sticky.mtv_form_view .mtv_view_formcont > .form-group{border-bottom: solid 1px #ddd;padding-bottom: 10px;margin-bottom: 10px;display: flex;align-items: center;}

.mtv_board_wrap .mtv_form_sticky.mtv_form_view .mtv_view_formcont > .form-group > .form_group_box{flex: 0 0 50%;display: flex;align-items: center;flex-wrap: nowrap;}
.mtv_board_wrap .mtv_form_sticky.mtv_form_view .mtv_view_formcont > .form-group.address > .form_group_box{flex: 1;}
.mtv_board_wrap .mtv_form_sticky.mtv_form_view .mtv_view_formcont > .form-group > .form_group_box .group_label_box{flex: 0 0 auto;}
.mtv_board_wrap .mtv_form_sticky.mtv_form_view .mtv_view_formcont > .form-group > .form_group_box .group_label_box label{margin-bottom: 0;padding: 5px 15px;font-size: 14px;font-weight: 700;text-align: left;}
.mtv_board_wrap .mtv_form_sticky.mtv_form_view .mtv_view_formcont > .form-group > .form_group_box .group_cnt_box{flex: 1 1 auto;}
.mtv_board_wrap .mtv_form_sticky.mtv_form_view .mtv_view_formcont > .form-group > .form_group_box .group_cnt_box .cnt_link{overflow: hidden;white-space: normal;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;word-break: break-all;}
.mtv_board_wrap .mtv_form_sticky.mtv_form_view .mtv_view_formcont > .form-group.center_map{display: block;padding: 20px 15px;border-bottom: 1px solid #ddd;box-sizing: border-box;}

.mtv_board_wrap .mtv_form_sticky.mtv_form_view .mtv_view_formcont > .form-group.center_map .group_label_box{}
.mtv_board_wrap .mtv_form_sticky.mtv_form_view .mtv_view_formcont > .form-group.center_map .group_label_box label{display: block;width: 100%;padding: 0;font-weight: 700;}
.mtv_board_wrap .mtv_form_sticky.mtv_form_view .mtv_view_formcont > .form-group.center_map .group_cnt_box{margin-top: 10px;}
.mtv_board_wrap .mtv_form_sticky.mtv_form_view .mtv_view_formcont > .form-group.center_map .map_box{width: 100%;max-width: 900px;box-sizing: border-box;overflow: hidden}
.mtv_board_wrap .mtv_form_sticky.mtv_form_view .mtv_view_formcont > .form-group.center_map .map_box #mapWrap{position: relative;width: 100%;height: 0;padding-top: 56.25%;border: 1px solid #ddd;}
.mtv_board_wrap .mtv_form_sticky.mtv_form_view .mtv_view_formcont > .form-group.center_map .map_box #mapWrap #map{width:100%;height: 100%;position:absolute;left: 0;top: 0;right: 0;bottom: 0;}



.mtv_board_wrap .mtv_form_sticky.mtv_form_view .mtv_view_formcont .mtv_view_content {padding: 20px 15px;border-bottom: solid 1px #ddd;display: flex;flex-direction: column;gap: 10px;}
.mtv_board_wrap .mtv_form_sticky.mtv_form_view .mtv_view_formcont .mtv_view_content .control-label{display: block;width: 100%;padding: 0;font-weight: 700;}
.mtv_board_wrap .mtv_form_sticky.mtv_form_view .mtv_view_formcont .mtv_view_content .mtv_view_text *{font-size: 14px !important;line-height: 1.45 !important;}


.col-sm-12.thumbnail_file{padding:0}
.col-sm-12.thumbnail_file .form-group{margin-top: 10px;margin-bottom: 0;display:flex;align-items: center;}
.col-sm-12.thumbnail_file .form-group .checkbox-inline{font-weight:400!important;padding:0!important;color:#666;overflow: hidden;-o-text-overflow: ellipsis;text-overflow: ellipsis;white-space: nowrap;}
.col-sm-12.thumbnail_file .form-group .checkbox-inline + a{min-width:42px;font-size: 12px;border-radius: 4px;background-color: #111;color: #fff;padding: 4px 10px;margin-left: 20px;}

.file_down_box{padding: 0 15px;}
.file_down_cont{}
.file_down_cont a.list-group-item{padding: 15px;border-radius: 10px !important;background-color: #fafafa;}
.file_down_cont a.list-group-item:hover{background-color: #efefef;}

#variableFiles { width:100%; margin:0; border:0; }
#variableFiles td { padding:0px 0px 7px; border:0; }
#variableFiles input[type=file] { box-shadow : none; border: 1px solid #ccc !important; outline:none; }
#variableFiles .form-group { margin-left:0; margin-right:0; margin-bottom:7px; }
#variableFiles .checkbox-inline { padding-top:0px; font-weight:normal; }
#variableFiles .checkbox-inline + a{min-width:42px;font-size: 12px;border-radius: 4px;background-color: #111;color: #fff;padding: 4px 10px;margin-left: 20px;}

@media (max-width: 1100px){
    .mtv_board_wrap .view-wrap > h1{font-size: 28px;line-height: 36px;}
    .mtv_board_wrap .view-wrap .img-tag{max-width: 100%;}

}
@media (max-width: 768px){
    .mtv_board_wrap .list-wrap{padding: 0 20px;}
    .mtv_board_wrap .admin_btn_wrap .btns_box{padding-top: 20px;justify-content: flex-start;flex-wrap: wrap;}
    .mtv_board_wrap .view_btn_wrap .btns_box{padding: 0 20px;justify-content: flex-start;flex-wrap: wrap;}
}
@media (max-width: 600px){
    .mtv_board_wrap .admin_btn_wrap .btns{}
    .mtv_board_wrap .admin_btn_wrap .btns > i{display:none}
    .mtv_board_wrap .view-wrap > h1{font-size: 22px;line-height: 28px;}
    .mtv_board_wrap .view-wrap .panel-default.view-head .panel-heading{padding: 10px;}
    .mtv_board_wrap .view-wrap .panel-default.view-head .panel-heading + .attach-heading .list-group-item{padding: 10px;}

    .mtv_board_wrap .view-wrap .panel-default.view-head .panel-heading .text-muted > div.text-muted-l > div{font-size: 12px;}

    #container.subpage #contents{padding:0 0 30px!important}
    .mtv_form_sticky.mtv_form_view{background-color:#e9f3f7}
    .mtv_form_sticky.mtv_form_view:after{content:'';display:block;clear:both}
    .mtv_form_sticky.mtv_form_view .form_img{float:none;width:100%;display:flex;justify-content: center;position: sticky;;z-index:1;flex:0;}
    .mtv_form_sticky.mtv_form_view .form_img .view-img{width:70%;margin:40px 0}
    .mtv_form_sticky.mtv_form_view .form_cont{float:none;width:100%;margin-left:0;background-color:#fff;padding-top:30px;border-radius: 16px 16px 0 0;position:relative;box-shadow:0 -4px 4px -2px rgba(0, 0, 0, 0.1);z-index:20;}

    .mtv_board_wrap .mtv_form_sticky.mtv_form_view .mtv_view_formcont{margin-top: 0;}
    .mtv_board_wrap .mtv_form_sticky.mtv_form_view .mtv_view_formcont > .form-group{display: block;border-bottom:none;margin-bottom: 0;padding-bottom: 0;}
    .mtv_board_wrap .mtv_form_sticky.mtv_form_view .mtv_view_formcont > .form-group > .form_group_box{}
    .mtv_board_wrap .mtv_form_sticky.mtv_form_view .mtv_view_formcont > .form-group > .form_group_box .group_label_box{flex: 0 0 120px;}
    .mtv_board_wrap .mtv_form_sticky.mtv_form_view .mtv_view_formcont > .form-group > .form_group_box .group_label_box label{margin:0;padding: 10px 15px;}
    .mtv_board_wrap .mtv_form_sticky.mtv_form_view .mtv_view_formcont > .form-group > .form_group_box .group_cnt_box{border-bottom: solid 1px #ddd;padding: 10px 15px;}

    .mtv_board_wrap .mtv_form_sticky.mtv_form_view .mtv_view_formcont .mtv_view_content{padding: 10px 15px 20px;}

    .mtv_board_wrap .view-wrap > h1{}

    .file_down_box{margin-top: 10px;}
}


/* 쓰기 */
.mtv_board_wrap .form-horizontal .form-group{margin-left: 0;margin-right: 0;}
.mtv_board_wrap .form-horizontal .control-label{text-align: left;}
.mtv_board_wrap .radio input[type=radio],
.mtv_board_wrap .radio-inline input[type=radio],
.mtv_board_wrap .checkbox input[type=checkbox],
.mtv_board_wrap .checkbox-inline input[type=checkbox]{position: static;}

.mtv_board_wrap .btn_cke_sc{height: 30px;line-height: 30px;}

.citizen-container{padding:40px;max-width:960px;margin:0 auto;box-shadow: 2px 6px 11px 0px rgba(0, 0, 0, 0.18);border-radius:12px}
.citizen-title{background-color:#eee;text-align:center;font-size:20px;font-weight:700;padding:20px;margin-bottom:40px;}
.citizen-list-wrap{display:flex;flex-wrap:wrap;justify-content:space-between;gap:30px 0}
.citizen-list-item{width:48%;font-size:16px}
.citizen-highlight{margin-top:50px;font-size:18px;font-weight:700}
.citizen-highlight::before{content:"💡 "}
@media (max-width:768px){
    .citizen-container{padding:20px;margin: 20px;}
    .citizen-list-wrap{gap: 15px 0;}
    .citizen-list-item{width:100%}
    .citizen-title{font-size:18px}
    .citizen-highlight{font-size:16px}
}

