/*
.category_tabs { width: 100%; display:inline-block; margin: 0 0 20px; border-left: solid 1px #ddd;}
.category_tabs li { float:left; display: inline-block; width: 20%; margin: -1px 0 0; border: solid 1px #ddd;  border-left:0; }
.category_tabs li:first-child {  }
.category_tabs li a {  display: block; color:#666; line-height: 45px; text-align: center; font-size: 14px; }
.category_tabs li:hover,
.category_tabs li.active { border: solid 1px #00acac; }
.category_tabs li a:hover,
.category_tabs li.active a { background: #00acac; color:#fff; }
*/

.category_tabs { width: 100%; display:inline-block; margin: 0 0 20px; border-left: solid 1px #ddd;}
.category_tabs > li {
	position: relative; float:left; display: inline-block;
	width: 20%; height: 50px; line-height: 50px;
	margin: -1px 0 0;
	border: solid 1px #ddd;
	border-left:0;
 }
.category_tabs > li:first-child {  }
.category_tabs > li > a {  display: block; color:#666; height: 49px; text-align: center; }
.category_tabs > li > a > div { position: absolute; top:0; bottom: 0; width: 100%; height: 100%; display: block;  }
.category_tabs > li > a > div :after { content: ""; display: inline-block; height: 100%; vertical-align: middle; }
.category_tabs > li > a > div  span {
    display: inline-block; vertical-align: middle;
    text-align: center; line-height: 1.4; padding:0 8px; font-size: 14px; font-weight: 500;
}

.category_tabs li:hover,
.category_tabs li.active { border: solid 1px #00acac; }
.category_tabs li a:hover,
.category_tabs li.active a { background: #00acac; color:#fff; }


.dash_line { height: 1px; border-bottom: dashed 1px #ccc; margin: 10px 0 14px;  }

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

.searchDiv { position: relative; background: #fff; margin-bottom: 30px; padding: 20px; border:solid 1px #ddd; }
.searchDiv::before {
	content: "";
    position: absolute;
    bottom: -4px;
    left: -1px;
    display: block;
    width: 100%;
    height: 3px;
    background: #f1f1f1;
 }
.searchDiv .searchtxt { margin: 0; line-height: 36px; font-size: 15px; color: #777; }
.searchDiv .searchtxt b { font-size: 15px; color: #333; }
.searchDiv .searchForm { text-align: right; }

/* 게시판 리스트 */
.table.list_table { width: 100%; border-top:solid 1px #bbb; }
.table.list_table th { background:#fafafa; text-align:center; padding:14px 0; font-size: 15px;   border-bottom:solid 1px #ddd; border-left: dashed 1px #ddd; }
.table.list_table th:first-child { border-left:0; }
.table.list_table td { padding: 13px 0 13px 0; border-bottom:solid 1px #ddd; font-size: 14px;  color: #888; vertical-align: middle; }
.table.list_table td i { font-size: 22px; }
.table.list_table td span { font-size: 11px;  }
.table.list_table td A { color: #777; font-size: 15px; }
.table.list_table .tableNone { padding: 50px 0; color: #777; font-size: 15px; }
.board_search { background: #fafafa; margin: 15px 0 0; padding: 20px; border:solid 1px #eee; }

/* 게시판 뷰페이지 */
.view_div {  background:#fff; }
.view_div .view_header { position:relative; margin: 0; }
.view_div .view_header dt {  font-family : "Noto Sans KR", malgun Gothic, 맑은고딕, dotum, sans-serif; font-size: 13px; padding:10px ; overflow:hidden;   }
.view_div .view_header .view_title { float:left; font-weight:600; font-size:24px;  color:#222; padding-left: 5px;  }
.view_div .view_header .date_span { float:right; font-size:12px; color:#999;  padding:8px 0 0 5px; }

.view_div .view_header dd {  color:#777; padding:0; font-size:14px; background: #fafafa; border-top:solid 1px #e5e5e5; border-bottom:solid 1px #ddd; overflow:hidden; }
.view_div .view_header dd i { color:#999;  }
.view_div .view_header dd .info { float:left; display: inline-block; padding: 10px 0; }
.view_div .view_header dd .info li {
	ffont-family : "Noto Sans KR", malgun Gothic, 맑은고딕, dotum, sans-serif;
	float: left;
	padding: 0 10px;
	margin: 3px 0;
	border-left:solid 1px #ccc;
	color: #777;
	line-height:1.2;
	font-size:13px;
	font-weight: normal;
}
.view_div .view_header dd .info li i {
    font-size: 18px;
    color: #999;
    vertical-align: middle;
}
.view_div .view_header dd .info li:first-child { border-left:0; }
.view_div .view_header .document-name a { color:#777; }
.view_div .view_header .document-name i { color:#337ab7; vertical-align: middle; font-size: 15px; }
.view_div .view_header .document-name span { color:#555;  font-size: 13px; font-weight: normal; }
.view_div .view_header dd span {  padding:0 5px; }
.view_div .view_body img { max-width: 100% !important; height:auto !important; }


.view_body { margin:0;border-bottom:solid 1px #ddd; }
.view_body .viewContent { margin:0;padding: 30px; min-height:300px; }
.sharebox { width: 100%; display: inline-block; text-align: center; margin: 15px 0; }
.sharebox ul { display: inline-block; float: none; border: solid 1px #ddd; }

.view_div .view_footer { width: 100%; display:inline-block; padding: 10px; border-bottom:solid 1px #ddd;  }
.view_div .view_footer .tag_list strong { float: left; }
.view_div .view_footer .tag_list ul { float: left; display: inline-block; }
.view_div .view_footer .tag_list ul li { float: left; margin: 0 0 0 5px; }
.view_div .view_footer .tag_list ul li a { padding: 5px; background: #f5f5f5; color: #777; font-size: 13px; }

/*sns 공유하기*/
.share_sns  { float:right; border-left: solid 1px #ddd;; }
.share_sns li { float:left;   }
.share_sns li:first-child {   }
.share_sns li:last-child A { border-right: 0; }
.share_sns li A  {
	background:#fafafa;
	width: 40px;height: 40px;
	display: inline-block; padding: 0;
	border-right:solid 1px #ddd; border-top:0; border-bottom:0; border-left:0; border-radius:0;
	line-height: 40px; text-align: center;	color:#999;
}
.share_sns li A.heart-score  { width: 40px; padding: 0 5px; }
.share_sns li A.btn-facebook:hover { background:#3a5795; color:#fff; border-radius:0; }
.share_sns li A.btn-facebook:hover i, A.btn-twitter:hover i, A.btn-google:hover i,  A.btn-kakao:hover i, A.btn-band:hover i, A.heart-score:hover i { color:#fff; }
.share_sns li A.btn-twitter:hover { background:#59adea; color:#fff; border: solid 1px #59adea; border-radius:0; }
.share_sns li A.btn-google:hover  { background:#ff5b57; color:#fff; border-radius:0; }
.share_sns li A.btn-kakao:hover  { background:#ffed11; color:#2e1922; border-radius:0; }
.share_sns li A.btn-band:hover  { background:#3ec369; color:#fff; border-radius:0;  }
.share_sns li A.heart-score:hover { background: #ff5b57; color: #fff; }

.win-list.attached-document li { background: none; width: 25%; padding: 10px; margin: 0; }
.win-list.attached-document li .document-file { height: auto; }
.win-list.attached-document li .document-file img{ max-width: 100%; height: auto; }
.win-list.attached-document > li:before { content: ''; }

.document_list { margin: 0; padding:10px 10px; overflow:hidden; }
.document_list strong { float: left; margin-right: 15px; color: #777; font-size: 15px; font-weight: bold; }
.document_list ul { float: left; display: inline-block; }
.document_list ul li { display:block;  margin:0 10px 10px; }
.document_list ul li:first-child { }
.document_list ul li .document-file {   padding: 0 0 0; }
.document_list ul li .document-name	{   }
.document_list ul li A { }


.panel-title .accordion-toggle {
	border:solid 1px #ddd;
    margin: -10px -15px;
    padding: 18px 15px;
    font-size: 14px;
}

.gallery { display: inline-block; width: 100%; margin: 0 -10px; }
.gallery .galleryList { width: 33.3%; float: left; margin: 0 0 20px; padding: 0 10px; }
.gallery .galleryList > div { border: solid 1px #ddd; }
.gallery .galleryList .Img { background: #fafafa;position: relative; height:200px; padding: 0; text-align: center; border-bottom: solid 2px #eee; overflow: hidden; }
.gallery .galleryList .Img > div { height:200px;  }
.gallery .galleryList .Img > div > img {
	max-width:100%; height: 100%;
	-ms-transform:all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.gallery .galleryList .Img > div:hover img {
	-ms-transform:scale(1.2);
	-webkit-transform:scale(1.2);
	transform:scale(1.2);
}

.gallery .galleryList .cont { position: relative; width: 100%; padding: 20px; display: inline-block; background: #fff; }
.gallery .galleryList .cont .title { margin: 0; height: 48px; overflow: hidden;  font-family: 'notokr-regular', sans-serif; line-height: 1.4; font-size: 18px; color: #000; }
.gallery .galleryList .cont .title i { font-size: 20px; line-height: 1.4; vertical-align: middle; color: #666; }
.gallery .galleryList .cont .title:hover { text-decoration: underline; }
.gallery .galleryList .cont .desc { margin: 12px 0 0; height: 53px; overflow: hidden;}
.gallery .galleryList .cont .desc .txt {  font-size: 13px; color:#777; }
.gallery .galleryList .cont .desc .txt:hover { text-decoration: underline; }
.gallery .galleryList .cont .desc .tag { display: inline-block; margin: 10px 0 0; }
.gallery .galleryList .cont .rating { border-top: solid 1px #e5e5e5; margin: 10px 0 0; padding: 15px 0 0; color: #777; font-size: 13px; }
.gallery .galleryList .cont .rating > span i { font-size: 15px; color: #999; vertical-align: middle; }
.gallery .galleryList .cont .rating > span {  font-size: 13px; line-height: 1.2; }
.gallery .galleryList .cont .option { position: absolute; bottom: 18px; right:20px; }

.thumbnail { border:0; padding: 0; border-radius: 0; }
.thumbnail > li { border:solid 1px #eee; border-top:0; padding: 15px; }
.thumbnail > li:first-child { border-top:solid 1px #eee;  }
.thumbnail > li > div {
	display: table-cell;
    vertical-align: middle;
    padding: 0;
    position: relative; }
.thumbnail > li .img { background: #eee; width: 210px; height: 160px; overflow: hidden; }
.thumbnail > li .img a { height: 160px; overflow: hidden; }
.thumbnail > li .img a img {
	max-width: 100%; height:auto; width: 100%;
	-ms-transform:all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.thumbnail > li .img a:hover img {
	-ms-transform:scale(1.2);
	-webkit-transform:scale(1.2);
	transform:scale(1.2);
}
.thumbnail > li .cont { padding: 0 0 0 15px; }
.thumbnail > li .cont .title a { font-family: 'notokr-regular', sans-serif; line-height: 1.4; font-size: 18px; color: #000; }
.thumbnail > li .cont .desc a { font-family: 'notokr-light', sans-serif;  font-size: 14px; color:#777; }
.thumbnail > li .cont .title a:hover,.desc a:hover { text-decoration: underline; }
.thumbnail > li .cont .rating { margin: 10px 0 0; padding: 10px 0 0; color: #777; font-size: 13px; }
.thumbnail > li .cont .rating > span i { font-size: 15px; color: #999; vertical-align: middle; }
.thumbnail > li .cont .rating > span {  font-size: 13px; line-height: 1.2; }
.thumbnail > li.thumbnailNone { width: 100%; padding: 100px 0; text-align: center; }



/* commont */
.commont_write .input-group .form-control   { height:80px; }
.commont_write .input-group .btn   { height:80px; width: 80px; }

.list-group {   margin-bottom: 15px; }
.list-group .list-group-item { position: relative; background:none; border: 0; border-bottom:solid 1px #ddd; padding: 0;  }

.comment { padding: 18px 12px; overflow: hidden; }

.comment .comment_img { position:absolute; }
.comment .comment_img img { border-radius: 50%; border:solid 1px #fff; }
.comment .comment_info { margin-left: 65px;  }
.comment .comment_info .info_name { color:#777; font-size: 12px; }
.comment .comment_info .comment_text { padding: 5px 0 0;}
.comment .comment_info span { display: block; padding: 5px 0 0; font-size: 12px;  }
.comment .comment_etc { float: left; margin-top: 13px;  }
.comment-none { width: 100%; text-align: center; padding: 50px 0; }

.reply_comment { width:100%; background:#eee; border-top:solid 1px #ddd; border-bottom:solid 1px #ddd; display: inline-block;  padding: 0; }
.reply_comment .reply_input { float: left; border-top:solid 2px #ddd; padding: 15px 10px; }
.reply_comment .reply_input .form-control { height:80px; }
.reply_comment .reply_input .btn { height: 80px; }

.reply_list li { width: 100%; display: inline-block; border-top:solid 1px #ddd; padding: 14px 10px 8px 10px; }
.reply_list li:first-child { border-top:0; }
.reply_list li .comment_img { float: left; margin:0 15px 0 10px; }
.reply_list li .comment_img  img { border-radius: 50%; border:solid 1px #eee; overflow: hidden; }
.reply_list li .comment_info {  margin: 0; }
.reply_list li .comment_info > .name { display: block; padding-right: 5px; color:#333; font-size: 13px; }
.reply_list li .comment_info > .date { float: right; color:#777; font-size: 12px; }
.reply_list li .comment_info > .comment_text { padding: 5px 0 0;}
.reply_list li .comment_etc { float: left; margin-top: 13px;  }

.reply_list li { width: 100%; display: inline-block; border-top:solid 1px #ddd; padding: 14px 10px 8px 10px; }
.reply_list li:first-child { border-top:0; }
.reply_list .comment_img { float: left; margin:0 15px 0 10px; }
.reply_list .comment_info { float: left; width: 80%; margin: 0; }
.reply_list .comment_info .info_name { color:#777; font-size: 12px; }
.reply_list .comment_info .comment_text { padding: 5px 0 0;}
.reply_list .comment_info span { display: block; padding: 5px 0 0; font-size: 12px;  }
.reply_list .comment_etc { float: left; margin-top: 13px;  }

/* 작성&수정 폼 */
.writePanel { border:0; }
.writePanel.panel-default > .panel-heading { background: #eee!important; padding: 15px; }
.writePanel.panel-default > .panel-heading .panel-title { color: #333; font-size: 14px; }
.writePanel .panel-body { }
.writePanel .form-group { padding: 0 0 20px; border-bottom: dashed 1px #ddd; }
.writePanel .form-group .control-label{ font-size: 14px; }
.writePanel .form-group.last { border-bottom:0; margin: 0; padding: 0; }
.writePanel .panel-body	.title {
	width: 100%;
	display: inline-block;
	padding: 12px 0; margin: 0 0 20px;
	border-bottom: solid 2px #ddd;
	font-family:'NanumSquareR';
	font-size: 18px; color:#333;
	font-weight: bold;
}

/* 박람회참가 작성&수정 폼 */
.expoPanel { position: relative; background: #fff; border:solid 2px #eee; max-width:800px; margin: 0 auto;  border-radius: 0; }
.expoPanel .panel-heading { text-align: center;}
.expoPanel .panel-heading .title {
	display: inline-block;
	margin:10px 0;
	padding: 8px 10px;
	border-bottom: solid 2px #ddd;
	font-family:'NanumSquareR';
	font-size: 22px;
	font-weight: bold;
	color:#111;
}
.expoPanel .panel-body	{ padding: 20px; }
.expoPanel .panel-body	.title {
	width: 100%;
	display: inline-block;
	padding: 12px 0 8px; margin: 0 0 20px;
	border-bottom: solid 2px #ddd;
	font-family:'NanumSquareR';
	font-size: 20px; color:#333;
	font-weight: bold;
}
.expoPanel .panel-body	.title span {
	font-size: 15px;
	font-weight: normal;
}
.expoPanel .panel-body .form-group	{ margin:0 0 20px; padding: 0 0 18px; border-bottom:dashed 1px #ddd; }
.expoPanel .panel-body .form-group	.btn { margin: 0 0 10px; height: 40px; padding: 8px 12px; line-height: 1.5; }
.expoPanel .panel-body	.control-label {
    padding: 10px 0 12px;
    margin-bottom: 0;
    text-align: left;
	font-size: 15px;
	color: #777;
}
.expoPanel .panel-body	.form-control { height: 40px; font-size: 14px; }
.expoPanel .panel-body .priceText { background: #fafafa; padding: 15px; border:solid 2px #f5f5f5; font-family:'NanumSquareR'; font-size: 14px; color: #777; }
.expoPanel .panel-body .priceText strong { font-size: 15px; }
.expoPanel .panel-body .priceText p { margin:5px 0 0; }
.expoPanel .panel-body .lineArea { width: 100%; height: 1px; border-bottom: solid 1px #ddd; display: inline-block; margin: 10px 0 20px; }
.expoPanel .form-control-static { padding: 10px 0 0; font-size: 14px; }

/* history */
.history_top{background:url('/assets/common/images/basic/bg_history.png') right bottom no-repeat;}
.history_top .txt{padding-top:60px;}
.history_cont{overflow:hidden; padding:30px 0 0 35px;}
.history_cont .year_box{overflow:hidden;width:100%;background:url('/assets/common/images/basic/bg_history_y.png') 0 0  repeat-y;}
.history_cont .year_box strong.tit_year{float:left;padding:0 0 0 25px;font-weight:normal;font-size:20px;color:#0089d0;line-height:1em;background:url('/assets/common/images/basic/bg_year.png') 0 0  no-repeat;font-family:"nanum-square-r";}
.history_cont .year_box ul{float:left;margin:0 0 30px 10px;}
.history_cont .year_box ul li{margin:-2px 0 15px;}
.history_cont .year_box ul li:after{content:"";display:block;clear:both;}
.history_cont .year_box ul strong{float:left;display:inline-block;width:80px;line-height: 1.4;font-weight:normal;font-size:18px}
.history_cont .year_box ul span{float:left;padding-left:12px;background:url('/assets/common/images/basic/bg_dot.png') 0 8px no-repeat; font-size:16px; }
.history_cont .first_year ul{margin-bottom:0;}
.history_cont .first_year ul li.last{margin-bottom: 0;}


/* sitemap */
.siteMap { width: 100%; display: inline-block; }
.siteMap > div {  min-height: 450px; }
.siteMap .title { padding: 10px 0 10px 10px; border-bottom: solid 2px #ddd; }
.siteMap .title a { color: #00AFF0; font-size:22px; }
.siteMap ul { display: inline-block; margin: 15px 0 0; padding: 0; }
.siteMap ul li { margin: 0 0 15px 10px; padding: 0 0 0 10px; background:url('/assets/common/images/basic/ul_bg.png') no-repeat 0px 10px; }
.siteMap ul > li > ul > li > a { font-size:14px;  }
.siteMap ul li a { display: block; font-family:'NanumSquareR',notokr-regular , Malgun Gothic, 맑은고딕, 굴림; color: #666; font-size:16px; }
.siteMap ul li a:hover { color: #222; text-decoration: underline; }


/* faq */
.faqTabs { background: #fff; width: 100%; display: inline-block; }
.faqTabs li { width: 25%; float: left; margin:-1px 0 0 -1px; border: solid 1px #ddd; }
.faqTabs li a { display: block; text-align: center; height: 45px; padding: 12px 18px; font-size:14px; color: #555; }
.faqTabs li.active a,
.faqTabs li a:hover {
	background: #F33285;
	border: solid 1px #F33285;
	color:#fff;
}

.faqList { margin: 0; border-radius: 0!important; border-top: solid 1px #666; border: solid 1px #ddd; border-bottom:0; }
.faqList .panel-heading { background: #fff; padding: 0; border-bottom: solid 1px #ddd; border-radius: 0; }
.faqList .panel-heading .panel-title a { background: #f5f5f5; margin: 0; padding: 15px; border-radius: 0; border:0; color:#333; font-size: 15px; font-weight: 600; }
.faqList .panel-heading .panel-title a.accordion-toggle-styled { background: #f5f5f5; font-weight: bold; color: #222; font-family:'NanumSquareR', sans-serif;}
.faqList .panel-heading .panel-title a.collapsed { background: #fff; font-weight: normal; color: #777; }

.faqList .panel-heading .panel-title a .label { background: #fff; color: #555;  font-size: 12px; font-weight: normal;  }
.faqList .panel-heading .panel-title a span { font-family:sans-serif; color:#F33285; font-size:18px; font-weight: normal;  }

.faqList .panel-collapse .panel-body { border-bottom: solid 1px #ddd; font-size: 15px;  }
.faqList .panel-collapse .panel-body .viewContent { margin:0; padding: 10px; }

.faqList .panel-collapse .panel-body .viewContent > table { border-collapse: collapse; width: 100%!important; border-top:solid 1px #999; }
.faqList .panel-collapse .panel-body .viewContent > table th { background: #fafafa; padding:12px 10px; border:solid 1px #ddd; }
.faqList .panel-collapse .panel-body .viewContent > table td { padding:12px 10px; border:solid 1px #ddd; }

.faqList .panel-collapse .panel-footer { border-top:solid 1px #eee!important; }

/*페이징*/
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 0;
}
.pagination > li {
	float: left;
  display: inline;
  margin: 0 3px;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857143;
  text-decoration: none;
  color: #777;
  background-color: #ffffff;
  border:solid 1px #eee;;
  margin-left: -1px;
  box-shadow:0px 1px 0px #ddd;
  border-radius: 4px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #23527c;
  background-color: #eeeeee;
  border-color: #dddddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #33cccc!important;
  border-color: #23abb2!important;
  cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777777;
  background-color: #ffffff;
  border-color: #dddddd;
  cursor: not-allowed;
}


/* video ­*/
.videoView { position: relative; width: 100%; display: inline-block; background: #fff; border:solid 1px #d5d5d5; }
.videoView::before {
	content: "";
    position: absolute;
    bottom: -4px;
    left: -1px;
    display: block;
    width: 100%;
    height: 3px;
    background: #f1f1f1;
 }
.videoView .leftView { width: 70%; float: left; }
.videoView .rightView { width: 30%; float: left; }
.lecture .lecture_title { background: #eee; padding: 15px 0; border-bottom: solid 1px #ddd; width: 100%;}

/* video­ - 목록 */
.video_area {  width:100%; }
.lecture .lecture_title { position: absolute; top: 0; z-index: 100; }
.lecture .lecture_title > h4 { margin: 0 0 0 10px; }
.lecture { position: absolute;right: 0;border-left: solid 1px #ccc;height: 100%;  overflow: hidden;}
.lecture_list { position: absolute; width: 100%!important; bottom: 0; top: 50px; overflow-x: hidden; overflow-y: auto; }
.lecture_list ul { margin: 0; padding: 0; width: 100%; }
.lecture_list li {width: 100%; padding: 10px;  display:inline-block; border-bottom: solid 1px #ddd; }
.lecture_list li A { display: block; }
.lecture_list li A img { float: left; margin-right: 10px; }
.lecture_list li .list_title { font-size: 13px; color:#555; padding: 0 0 5px; }
.lecture_list li .list_info { color: #999; font-size: 11px; }
.lecture_list li.listNone { position: relative; padding: 24% 0; text-align: center; border: 0; }

/* video­ - 동영상 */
.video_area {
	position:relative;
	width:100%;
	overflow: hidden; background-color: #222;
	vertical-align:middle;
	text-align:center;
	float: left;
	border-radius: 0;
}
.video_area .videoCover { }
.video_area .videoCover > div { position: absolute; width: 100%; height: 100%;  }
.video_area .videoCover img { max-width: 100%; height:100%;  }
.video_area .login_span	{
	position: absolute;
	left:0;
	width: 100%;
	height:100%;
	background:rgba(0,0,0,0.7);
	padding: 0 12px;
	font-size:20px;
	line-height:40px;
	vertical-align: middle;
	border-radius: 4px;
	 color:#ddd;
	 z-index: 99;
}

.video_area .login_span .inner {
	display:table;
	position:absolute;
	top: 0;
	width: 100%;
	height: 100%;
}
.video_area .login_span .inner > div {
	display:table-cell;
	vertical-align: middle;
}


/* video­ - 내용 */
.online_view { position:relative; width: 100%; display: inline-block; margin: 0 0; padding: 15px;   }
.online_view dt  { border-bottom:solid 1px #ddd; padding: 12px 0; }
.online_view dt .view_title{ font-size: 24px; margin-left: 0s;  }
.online_view dd  { padding: 8px 0 0;  }
.online_view dd .view_info { width:100%; display: inline-block; margin: 0; padding: 0; }
.online_view dd .view_info li { list-style: none; float: left; margin: 0 5px; padding:0 0 0 10px; color:#999; line-height: 15px; font-size: 13px; border-left:dashed 1px #ccc; }
.online_view dd .view_info li:first-child {  border-left:0;  padding:0px; }

.lecture_btn { position: absolute; right: 10px; top:13px;   }



/* 약관 */
.provisionCont { text-align: center;  }
.provisionCont .title { display: inline-block; margin-bottom: 30px; font-size: 24px; color: #333; font-family:'NanumSquareR',notokr-regular , Malgun Gothic, 맑은고딕, 굴림, sans-serif; }
.provisionCont .contText { background: #fafafa; padding: 30px; border:solid 2px #eee; font-family:'NanumSquareR',notokr-regular , Malgun Gothic, 맑은고딕, 굴림, sans-serif; text-align: left; font-size: 15px; }
.provisionCont .contText p { font-family:'NanumSquareR',notokr-regular , Malgun Gothic, 맑은고딕, 굴림, sans-serif; font-size: 15px; line-height: 1.6; }
.provisionCont .contText .s1 { font-family:'NanumSquareR',notokr-regular , Malgun Gothic, 맑은고딕, 굴림, sans-serif; font-size: 15px; line-height: 1.6; }

/* 약관 */
.community_search { position: relative; width: 100%; border: solid 1px #eee; border-radius:4px; display: inline-block; margin-bottom: 20px; }
.community_search dl { background: #fafafa; width: 100%; float: left; margin: 0; border-bottom: solid 1px #ddd; }
.community_search dt { padding: 20px 15px;  }
.community_search dd {  padding: 20px 15px; background: #fff; }


.search_list li > a > input { display: none; }

.search_list li { width: 16.6%; float: left; margin: 0 0 15px; text-align: center; }
.search_list li:first-child { }
.search_list li a {
	background-image:url('/assets/common/images/user/maeul_btn.png');
	background-size:120px;
	width: 120px; height: 120px;
	display: inline-block;
	font-family: 'BM JUA';
	padding: 10px;
}
.search_list li a:hover,
.search_list li.active a {
	background-image:url('/assets/common/images/user/maeul_btn_on.png');
	color: #fff;
}
.search_list li > a  { position: relative; text-align: center; }
.search_list li > a > label {  font-size: 18px; font-weight: normal; color: #777; cursor: pointer; }
.search_list li > a:hover label,
.search_list li > a:hover,
.search_list li > a:hover .cont .txt,
.search_list li > a:hover .cont .number,
.search_list li.active > a label,
.search_list li.active .cont .txt,
.search_list li.active .cont .number { color: #fff; font-weight: 500; }
/* 맵핑 카테고리 */
.search_list li .mapImg { display: inline-block; text-align: center; }
.search_list li .mapImg img { max-width: 100%; }
.search_list li .cont { padding: 0; }
.search_list li .cont input { display: none; }
.search_list li .cont.contNone { padding: 35px 0 35px; }
.search_list li .cont .txt { margin:0; font-size: 18px; font-weight: normal; color: #333; cursor: pointer; }
.search_list li .cont .number { font-size: 14px; display: block; font-weight: normal; color: #777; }


.mapping_dl { padding:5px 12px 2px 8px; margin-top:0; display:table; }
.mapping_dl	dl { position:relative; margin:0; border-bottom:dashed 1px #ccc; float:left; width:100%; }
.mapping_dl dl:last-child{ margin:0; border-bottom:none; }
.mapping_dl	dt { float:left; width:28%; font-weight:bold; padding:5px 0 5px 0; }
.mapping_dl	dd { display: inline-block; width:70%; padding:5px 0 6px 10px;}

/* 마을이야기 */
.mapCont { position: relative; width: 100%;display: inline-block; border: solid 1px #ddd; }
.mapCont > div { padding: 0; }
.mapCont .map { position: absolute;; top:0!important; left:0; width: 100%; height:  100%; min-height: 645px;}
.mapCont .mapBox { padding: 0; }
.mapCont .mapBox > div { margin: 0 auto;}
.mapCont .mapBox .mapheader { padding: 10px 0; }
.mapCont .mapBox .mapheader > h4 { margin: 0; }
.mapCont .mapBox .mapheader > h4 > a { font-size: 18px; color: #666; }
.mapCont .mapBox .mapbody { padding: 10px; overflow: hidden; }

.mapCont .mapping_list { width:100%; height:500px; background: #fff; position: relative;  float:left;  border-left: solid 2px #ccc; overflow-y: scroll; }
.mapCont .mapping_list ul {  }
.mapCont .mapping_list li { position: relative; width:100%; padding:12px 8px; display:block; border-bottom: dashed 1px #ddd;  }
.mapCont .mapping_list li .cont A {display: block; color: #777; }
.mapCont .mapping_list li .cont h5 { font-size:16px; color: #666; }
.mapCont .mapping_list li .cont p { margin:5px 0 0; font-size:13px; color: #999; }
.mapCont .mapping_list li .cont_btn {   }
.mapCont .mappingNone {  padding: 25% 0 25%; text-align: center; }


.mapView {  }
.mapView .mapHeader { width: 100%; display: inline-block; border-bottom:solid 1px #ddd; }
.mapView .mapHeader .mapTitle { position: relative; margin: 0; padding: 10px 0; font-size: 24px; border-bottom:solid 2px #ccc; }
.mapView .mapHeader .mapTitle::before { content:''; position: absolute; bottom: -2px; left: 0; width: 50px; height: 2px; border-bottom:solid 2px #00AFF0; }
.mapView .mapHeader .viewCont .cont { width: 100%;  }
.mapView .mapHeader .viewCont .cont ul {  }
.mapView .mapHeader .viewCont .cont ul li { position: relative; display: block; padding:15px 0 12px 80px; line-height: 1.4; border-bottom:dashed 1px #ddd;  }
.mapView .mapHeader .viewCont .cont ul li .tit { position: absolute; left:0; font-size: 14px; color: #333; }
.mapView .mapHeader .viewCont .cont ul li .txt { display: inline-block;font-size: 14px; color: #777; }
.mapView .mapHeader .viewCont .cont ul li .mapCate { margin-left: 30px; }
.mapView .mapHeader .viewCont .cont ul li .mapImg { position:absolute; display: inline-block; margin: -5px 0 0; }
.mapView .mapHeader .viewCont .cont .txt {  }
.mapView .mapHeader .mapCont { width: 100%; height: 300px; }
.mapView .mapHeader .mapCont .map { width: 100%; height: 305px; }
.mapView .mapBody { width: 100%; display: inline-block; float: left;padding: 20px; min-height: 300px;  border-bottom:solid 1px #ddd; }

.mapTable { width: 100%; }
.mapTable th { padding: 15px 15px; background: #fafafa; border-bottom: dashed 1px #ddd; font-size: 15px; color: #333; }
.mapTable td { padding: 15px 12px; text-align: left; border-bottom: dashed 1px #ddd; font-size: 14px; color: #777; line-height: 1.4; }
.mapTable {}
/* 마을이야기 */
.maeulWrap { padding:160px 0 0; }
.maeulWrap .title_visual {
    position: relative;
    background-size: cover;
    background-position: 50% 50%;
	background-repeat: no-repeat;
    overflow: hidden;
	padding:100px 0 120px;
}
.maeulWrap .title_visual .blackBg { background: rgba(0,0,0,0.3); position: absolute; left: 0; width: 100%; height: 100%; top:0; z-index: 99; }
.maeulWrap .title_visual .container { position: relative; }
.maeulWrap .title_info { width:100%; text-align: center; position: relative;; z-index: 100; }
.maeulWrap .title_info .txt_category { display: inline-block; padding: 1px 3px; border-bottom: solid 2px #fff; font-size: 16px; color:#fff; }
.maeulWrap .title_info .title { padding:5px 0;text-align: center; margin: 15px 0 0; }
.maeulWrap .title_info .title h3 {
    font-size: 30px;
    margin: 0;
    color: #fff;
    font-weight:bold;
    font-family : 'Nanum Gothic', malgun Gothic, ë§‘ì€ê³ ë”•, dotum, ë‹ì›€, sans-serif;
    text-shadow: 0 1px 2px #bbb;
}

.maeulWrap .tab_nav { position: absolute; bottom: 0; width: 100%; height: 50px; background:rgba(0,0,0,0.5); text-align: center;  }
.maeulWrap .tab_nav .container { padding: 0; }
.maeulWrap .tab_nav .nav { text-align: center; }
.maeulWrap .tab_nav .nav li { width: 33.3%; float: left; margin: 0; }
.maeulWrap .tab_nav .nav li A { height: 50px; display: block; padding: 0; text-align: center; line-height: 50px; font-size: 16px;  color: #fff; border-radius: 0; }
.maeulWrap .tab_nav .nav li A:hover { background: #fff; color: #222; }
.maeulWrap .tab_nav .nav li.active A { background: #fff; color: #222; }

.maeulWrap .maeulContainer { min-height: 600px ; }
.maeulWrap .maeulContainer .maeulCont { width: 100%; display: inline-block; padding: 30px; }
.maeulWrap .maeulContainer .maeulCont img { max-width: 100%; height: auto; }


.maeulContainer .maeulCont { min-height: 400px; }
.maeulContainer .maeulCont img {max-width: 100%; height: auto; }

.boardCont { background: #fafafa; border-top: solid 1px #ddd; padding: 50px 0; }
.maeulBoard { width: 100%;display: inline-block; }
.maeulBoard .title { width: 100%; display: inline-block; padding: 16px 0; border-bottom: solid 2px #666;}
.maeulBoard .title h3 { float: left; margin: 0; font-family: NanumSquareB; font-size: 28px; color: #000000; }
.maeulBoard .title .more{ float: right; font-family: NanumSquareB; font-size: 15px; color: #777777; font-weight: normal; }
.maeulBoard .list { margin: 0; padding: 0; }
.maeulBoard .list li { position: relative; padding: 20px 0 20px 10px; border-bottom: solid 1px #ccc; }
.maeulBoard .list li a {
	width: 75%;
	display: block; font-size: 16px; color: #555;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.maeulBoard .list li a:hover { color: #00AFF0; }
.maeulBoard .list li .date { position: absolute; right: 0; top:25px; font-size: 13px; color: #999; }
.maeulBoard .list li.lineNone { width: 100%; text-align: center;  }

.maeulthumbnail { width: 100%;display: inline-block; }
.maeulthumbnail .thumbnail > li .img { background: #eee; width: 160px; height: 110px; overflow: hidden; }
.maeulthumbnail .thumbnail > li .cont .tit { margin: 0; }
.maeulthumbnail .thumbnail > li .cont .tit a { font-size: 18px; color: #000; }
.maeulthumbnail .thumbnail > li .cont .desc a { font-family: 'notokr-light', sans-serif;  font-size: 14px; color:#777; }
.maeulthumbnail .thumbnail > li .cont .rating { margin: 10px 0 0; padding: 10px 0 0; color: #777; font-size: 13px; }
.maeulthumbnail .thumbnail > li .cont .rating > span i { font-size: 15px; color: #999; vertical-align: middle; }
.maeulthumbnail .thumbnail > li .cont .rating > span {  font-size: 13px; line-height: 1.2; }


/* 캘린더 View */

.calendar_view {  background:#fff; }
.calendar_view .view_header { position:relative;background: #fafafa;  margin: 0; border-left: solid 3px #555; }
.calendar_view .view_header dt {  font-size: 13px; padding:10px ; overflow:hidden;   }
.calendar_view .view_header .view_title { float:left; font-weight:600; font-size:24px;  color:#222; padding-left: 5px;  }
.calendar_view .view_header .date_span { float:right; font-size:12px; color:#999;  padding:8px 0 0 5px; }

.calendar_view .view_header dd {  color:#777; padding:10px; font-size:14px; border-top:solid 1px #e5e5e5; border-bottom:solid 1px #ddd; overflow:hidden; }
.calendar_view .view_header dd i { color:#999;  }
.calendar_view .view_header dd .info { float:left; display: inline-block; margin: 0; }
.calendar_view .view_header dd .info li {
	display: block;
	padding: 5px 10px ;
	color: #777;
	line-height:1.5;
	font-size:15px;
	font-weight: normal;
}
.calendar_view .view_header dd .info li:first-child { border-left:0; }
.calendar_view .view_header .document-name a { color:#777; }
.calendar_view .view_header .document-name i { color:#337ab7; vertical-align: middle; font-size: 15px; }
.calendar_view .view_header .document-name span { color:#555;  font-size: 13px; font-weight: normal; }

.calendar_view .view_header dd span {  padding:0 5px; }

.searchAll { position: relative; background:#fff; text-align: center; border:solid 1px #e5e5e5; width: 100%; margin:30px 0;  padding:30px; }
.searchAll::before {
	content:'';background: #ddd;
    position: absolute;
    bottom: -4px;
    left: -1px;
    display: block;
    width: 100%;
	height: 3px;
	z-index: -1;
}
.searchAll .inner {  padding:  0; }


/* 마을이야기 - 검색 */
.maparea { position: relative; }
.maparea .mapbox { background: url(/assets/common/images/content/ansan_map_bg.png) no-repeat ; position: relative; text-align: center; }
.maparea .mapbox .maphilighted { position: relative; display: inline-block; }
.maparea .mapbox .mapimg { max-width: 100%;  background-repeat: no-repeat; display: inline-block!important; }
.maparea .mapbox a.maptitle{ position: absolute; font-size: 13px; color: #444; }
.maparea .mapbox a.maptitle:hover,
.maparea .mapbox a.maptitle .active { color: #0099D3; }
.maparea .mapSearch { position: relative; margin: 15px 0 0; background: #fafafa; border:dashed 1px #ccc;  }
.maparea .mapSearch .title { text-align: center; font-size: 16px; margin: 25px 0 10px }
.maparea .mapSearch .mapTab {  padding: 15px; }
.maparea .mapSearch .mapTab ul {}
.maparea .mapSearch .mapTab ul > li { float: left; width: 16.6%; margin-bottom: 10px; }
.maparea .mapSearch .mapTab ul > li b { background: url(/assets/common/images/content/mapcat.png) no-repeat; width: 18px; height: 18px; display: inline-block; vertical-align: middle; }
.maparea .mapSearch .mapTab ul > li.active b { background: url(/assets/common/images/content/mapcat_on.png) no-repeat; }
.maparea .mapSearch .mapTab ul > li a { display: inline-block; line-height: 20px; color: #555; font-size: 13px; }
.maparea .mapSearch .mapTab ul > li.active a {  color: #0099D3; }
.maparea .mapSearch .mapSearchForm {  width: 100%; display: inline-block; border-top: dashed 1px #ddd; text-align: center; padding: 15px; }
.maparea .mapSearch .m_from { display: none; }
.mapTitle { width: 100%; display: inline-block; margin: 15px 0 0;  padding: 10px 0; border-bottom: solid 1px #999; }
.mapTitle strong { font-size: 18px; color: #333; }
.mapTitle span { padding-left: 10px; font-size: 13px; color: #0099D3; }


/* 마을이야기 - 갤러리 목록 */
.mapListarea { margin: 15px -10px 0; }
.mapListarea .mapList { position: relative; width: 25%; float: left; margin: 0 0 20px; padding: 0 10px; }
.mapListarea .mapList > div { border: solid 1px #ddd; }
.mapListarea .mapList .listOn { position: absolute; left: 0; right: 0; top:0; bottom: 0; width: 100%;  height: 100%; border: solid 1px #00aff0; }
.mapListarea .mapList .Img { background: #fafafa;position: relative; height:160px; padding: 0; text-align: center; border-bottom: solid 2px #eee; overflow: hidden; }
.mapListarea .mapList .Img > div { height:160px;  }
.mapListarea .mapList .Img > div > img {
	max-width:100%; height: 100%;
	-ms-transform:all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.mapListarea .mapList .Img > div:hover > img {
	-ms-transform:scale(1.2);
	-webkit-transform:scale(1.2);
	transform:scale(1.2);
}

.mapListarea .mapList .imgCation { position: relative; }
.mapListarea .mapList .imgCation span { font-size: 12px; }

.mapListarea .mapList .cont { position: relative; width: 100%; padding: 10px; display: inline-block; background: #fff; }
.mapListarea .mapList .cont .category { width: 100%; display: inline-block; }
.mapListarea .mapList .cont .category div {
	position: relative;
	float: left; font-size: 13px; color:#999; padding: 0 3px;
	vertical-align: top;
	overflow: hidden;
	text-overflow: ellipsis;
}
.mapListarea .mapList .cont .category div.text-primary::before { content: ''; margin-right: 0; }
.mapListarea .mapList .cont .category div::before { content:'|'; margin-right: 6px; color:#bbb; }
.mapListarea .mapList .cont .title { margin:5px 0 0; height: 46px; overflow: hidden; font-family: 'notokr-regular', sans-serif; line-height: 1.4; font-size: 16px; color: #000; }
.mapListarea .mapList .cont .title > span { vertical-align: middle; font-size: 11px;}
.mapListarea .mapList .cont .title > i { font-size: 20px; line-height: 1.4; vertical-align: middle; color: #666; }
.mapListarea .mapList .cont .title:hover { text-decoration: underline; }
.mapListarea .mapList .cont .desc { margin: 12px 0 0; height: 33px; overflow: hidden;}
.mapListarea .mapList .cont .desc .txt {  font-size: 13px; color:#777; }
.mapListarea .mapList .cont .desc .txt:hover { text-decoration: underline; }
.mapListarea .mapList .cont .desc .tag { display: inline-block; margin: 10px 0 0; }
.mapListarea .mapList .cont .rating { margin: 10px 0 0; padding: 10px 0 0; color: #999; font-size: 13px; }
.mapListarea .mapList .cont .rating > span i { font-size: 15px; color: #999; vertical-align: middle; }
.mapListarea .mapList .cont .rating > span {  font-size: 12px; line-height: 1.2;  }
.mapListarea .mapList .option { width: 100%; display:table; border-top:solid 1px #ddd;  }
.mapListarea .mapList .option a { background: #fafafa; float: left; width: 50%; text-align: center; padding:8px 0 ; font-size: 13px; color: #555; border-left: solid 1px #ddd; }
.mapListarea .mapList .option a:hover { color: #00AFF0; text-decoration: underline; }

.sb_tb table { border-collapse: collapse; width: 100%!important; border-top:solid 1px #999; }
.sb_tb table th { background: #fafafa; padding:12px 10px; border:solid 1px #ddd; }
.sb_tb table td { padding:12px 10px; border:solid 1px #ddd; }

/* 마을이야기 - modal창 */
.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #fff;
}
.busiModal { border-radius: 0; margin: 50px auto 0; }
.busiModal .close { position: absolute; top: -40px; right: 0; font-size: 42px; color: #999; opacity: 1; }
.busiModal .modal-body { width: 100%; padding: 20px; display: inline-block; }
.busiModalView .viewheader {  width: 100%; display: inline-block; float: left; border:0; padding: 0; }
.busiModalView .viewheader .photo { padding: 20px; }
.busiModalView .viewheader .profile-image { height: auto; border-radius: 0; }
.busiModalView .viewheader .profile-image img { display: inline; }
.busiModalView .viewheader .eduinfo { padding: 20px; border-left: solid 1px #ccc; }
.busiModalView .viewheader .eduinfo .title { font-size: 20px; margin:0 0 10px; padding: 0 0 10px;line-height: 1.6; border-bottom: solid 1px #ddd; }
.busiModalView .viewheader .eduinfo .bar { display: inline-block; width: 30px; height: 2px; background: #333; }
.busiModalView .viewheader .eduinfo dl { margin: 10px 0 0;  }
.busiModalView .viewheader .eduinfo dl dt { width: 100px; text-align: left; font-size: 14px; border-right: solid 2px #999; }
.busiModalView .viewheader .eduinfo dl dd { margin: 15px 0 15px 100px; padding-left: 15px; font-size: 14px; color: #666; }
.busiModalView .viewheader .eduinfo .document_list { padding: 0; border-bottom: 0; }
.busiModalView .viewheader .eduinfo .document_list ul {  }
.busiModalView .viewheader .eduinfo .document_list ul li {  }
.busiModalView .viewbody { width: 100%; float: left;   border-top: solid 2px #0099D3;}
.busiModalView .viewbody .inner { width: 100%; display: inline-block;; padding: 15px; border-bottom: solid 1px #ddd;}
.busiModalView .viewbody .nav.nav-tabs { background: #fff; border-bottom: solid 2px #0099D3!important; }
.busiModalView .viewbody .nav.nav-tabs li a { font-size: 15px; line-height: 30px; }
.busiModalView .viewbody .nav.nav-tabs li a:hover,
.busiModalView .viewbody .nav.nav-tabs li.active a { color:#0099D3; }
.busiModalView .viewbody .tit01 { font-size: 15px; color:#454545; font-weight: bold; margin:15px 0 0; }
.busiModalView .viewbody .content { margin:8px 0 0; border-top: dashed 1px #ccc; padding: 0 0 15px; }
.busiModalView .viewbody .content > .innerCont { padding:15px; font-size:1.5rem; }
.busiModalView .viewbody .commentTit { font-size: 15px; color:#454545; border-bottom: solid 1px #bbb; padding: 10px 0;}


/* 교육신청 */
.eduView {}
.eduView .viewheader { width: 100%; display: inline-block; border: solid 1px #ddd; padding: 20px; }
.eduView .viewheader .profile-image { height: auto; border-radius: 0; }
.eduView .viewheader .profile-image img { display: inline; }
.eduView .viewheader .eduinfo {}
.eduView .viewheader .eduinfo .bar { display: inline-block; width: 30px; height: 2px; background: #333; }
.eduView .viewheader .title { font-size: 20px; margin:10px 0 30px; }
.eduView .viewheader .eduinfo dl { margin: 10px 0 0; }
.eduView .viewheader .eduinfo dl dt { width: 100px; text-align: left; font-size: 14px; border-right: solid 2px #999; }
.eduView .viewheader .eduinfo dl dd { margin: 15px 0 15px 100px; padding-left: 15px; font-size: 14px; color: #666; }
.eduView .viewheader .eduinfo .document_list { padding: 0; border-bottom: 0; }
.eduView .viewheader .eduinfo .document_list ul {  }
.eduView .viewheader .eduinfo .document_list ul li {  }
.eduView .viewbody { width: 100%; margin: 20px 0 0; border: solid 1px #ddd;  border-top: solid 2px #0099D3;}
.eduView .viewbody .inner { width: 100%; display: inline-block;; padding: 20px; }
.eduView .viewbody .nav.nav-tabs { background: #fff; border-bottom: solid 2px #0099D3!important; }
.eduView .viewbody .nav.nav-tabs li a { font-size: 15px; line-height: 30px; }
.eduView .viewbody .nav.nav-tabs li a:hover,
.eduView .viewbody .nav.nav-tabs li.active a { color:#0099D3; }
.eduView .viewbody .tit01 { font-size: 15px; color:#454545; font-weight: bold; margin:10px 0 0; }
.eduView .viewbody .content { margin:0; border-top: dashed 1px #ccc; padding:15px 0 ;  }
.eduView .viewbody .content > .innerCont { padding:15px; font-size:14px; }
.eduView .viewbody .content #map { margin: 15px 0 0; border:solid 1px #ddd; }
.eduView .viewbody .commentTit { font-size: 15px; color:#454545; border-bottom: solid 1px #bbb; padding: 10px 0;}


.btn.btn-inverse {
    color: #fff;
    background: #555;
    border-color: #555;
}
.btn-inverse:hover,
.btn-inverse:focus,
.btn-inverse:active,
.btn-inverse.active,
.open .dropdown-toggle.btn-inverse {
    background: #555;
    border-color: #444;
}
.btn-group .btn.btn-inverse:not(.active) + .btn.btn-inverse,
.input-group-btn .btn.btn-inverse:not(.active) + .btn.btn-inverse {
    border-left-color: #444;
}


@media(max-width:1199px) {

	.maeulWrap .title_visual {
	    position: relative;
	    background-size: cover;
	    background-position: 50% 50%;
		background-repeat: no-repeat;
	    overflow: hidden;
		padding:80px 0 100px;
	}
	.maeulWrap .title_info .title h3 {
	    font-size: 26px;
	    margin: 0;
	    color: #fff;
	    font-weight:bold;
	    font-family : 'Nanum Gothic', malgun Gothic, ë§‘ì€ê³ ë”•, dotum, ë‹ì›€, sans-serif;
	    text-shadow: 0 1px 2px #bbb;
	}
	.maeulWrap { padding:50px 0 0; }
	.mapCont .map { min-height: 491px;}
}

@media(max-width:991px)  {


	.maparea .mapbox { width: 100%; display: none; }
	.maparea .mapSearch { position: relative; width: 100%; display: inline-block; top:0; right:0; padding: 0; background: #fafafa; border:dashed 1px #ccc;  }
	.maparea .mapSearch .mapTab { display: none; }
	.maparea .mapSearch .m_from { display: block; width: 100%; margin-bottom: 10px; }
	.maparea .mapSearch .form-control {  width: 100%; }
	.maparea .mapSearch .input-group {  width: 100%; }
	.form-inline .input-group .input-group-btn { width:1%; }
	.maparea .mapSearch .mapSearchForm {  border-top: 0; padding: 15px; }


	.mapTitle strong { font-size: 16px; color: #333; }
	.mapTitle span { display: block; padding:6px 0 0; }

	.mapListarea .mapList { width: 50%; }
	.mapListarea .mapList .Img { height:200px; }


	/* 마을이야기 - modal창 */
	.modal-backdrop {
	    position: fixed;
	    top: 0;
	    right: 0;
	    bottom: 0;
	    left: 0;
	    z-index: 1040;
	    background-color: #fff;
	}
	.busiModal { margin: 50px auto 0; }

	.busiModalView .viewheader .eduinfo dl dt { width: auto; display: inline-block; padding: 0 0 5px; text-align: left; font-size: 15px; border-right:0; border-bottom: solid 2px #999; }
	.busiModalView .viewheader .eduinfo dl dd { margin: 15px 0 15px 0; padding-left: 0; font-size: 15px; }

	/* 교육신청 */
	.eduView .viewheader .eduinfo dl dt { width: auto; display: inline-block; padding: 0 0 5px; text-align: left; font-size: 15px; border-right:0; border-bottom: solid 2px #999; }
	.eduView .viewheader .eduinfo dl dd { margin: 15px 0 15px 0; padding-left: 0; font-size: 15px; }


	.table.list_table .mth {display: none; }
	.gallery .galleryList { width: 50%; float: left; margin: 0 0 20px; padding: 0 10px; }

	.thumbnail > li { border:solid 1px #eee; padding: 0; }
	.thumbnail > li > div {
		width: 100%;
		display: block;
	    vertical-align: middle;
	    padding: 0;
	    position: relative; }
	.thumbnail > li .img { background: #eee; width: 100%; height: auto;; overflow: hidden; text-align: center; }
	.thumbnail > li .img a { }
	.thumbnail > li .cont { padding: 15px; }


	.videoView .leftView { width: 100%; float: left; }
	.videoView .rightView { width: 100%; float: left; }

	.video_area { width:100%; }


	.lecture .lecture_title { position: relative; }
	.lecture { width: 100%; position: relative; border-left: none; }
	.lecture_list { position: relative; top:0; width: 100%; height:300px; overflow-x: hidden; overflow-y: auto; }

	.online_view dt .view_title{ display: block;  }
	.lecture_btn { position: relative!important; right: 0!important; top:0!important; margin-top: 15px; }
	.lecture_btn .btn { display: block; }

	.search_list li { width:20%; float: left; margin: 0 0 15px; text-align: center; }

	/* 마을이야기 */
	.mapCont { position: relative; width: 100%;display: inline-block; }
	.mapCont > div { padding: 0; }
	.mapCont .map { position: relative; height:400px; }
	.mapCont .mapBox { padding: 0; }
	.mapCont .mapBox .mapheader { padding: 10px 0; }
	.mapCont .mapBox .mapheader > h4 { margin: 0; }
	.mapCont .mapBox .mapheader > h4 > a { font-size: 18px; color: #666; }
	.mapCont .mapBox .mapbody { padding: 10px; overflow: hidden; }

	.mapCont .mapping_list { width:100%; height:400px; background: #fff; position: relative;  float:left; border: solid 1px #ddd; border-left: solid 2px #ccc; overflow-y: scroll; }

	.category_tabs li { float:left; width: 33.3%; }


}
@media(max-width:767px) {

    .sb_tb {
        width: 100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ddd;
    }

	.siteMap > div {  height: auto; }

	.mapListarea .mapList { width: 50%; }

	.gallery .galleryList { width: 50%;  }
	.search_list li { width:33.3%; }
	.category_tabs li { float:left; width: 50%; }
}
@media(max-width:479px) {
	.mapListarea .mapList { width: 100%; }
	.gallery .galleryList { width: 100%;  }
	.gallery .galleryList .Img { height:auto; }
	.gallery .galleryList .Img a img { max-width: 100%; height: auto;}

	.search_list li { width:50%; }
}
