.contents-wrapper {
	margin-top: 40px;
}

/*************************
menu 3depth tab
***************************/
.menu3-list-container {
	margin-top: 10px;

}

.menu3-list-container .nav {
	height: 50px;
	/* background: transparent url(../img/sub_common/tab_bg.jpg); */
	border-top: 0 none;
	background-color: #3D3335;
	padding-left: 20px;
}
.menu3-list-container .nav-tabs {
	text-align: center;

}
.menu3-list-container .nav-tabs > li {
	float:none;
	display:inline-block;
    *display:inline; /* ie7 fix */
	zoom:1; /* hasLayout ie7 trigger */
	margin-top: 9px;
	background-color: transparent !important;
	margin-right: 10px;
}

.menu3-list-container .nav-tabs > li .badge-secondary {
	background-color: #2DCF97;
}

.menu3-list-container .nav-tabs > li > a {
	font-size: 18px;
	font-weight: bold;
	color: #eee;
	border: 0 none !important;
	background-color: transparent !important;
	padding-bottom: 22px;
}
.menu3-list-container .nav-tabs > li.active > a,
.menu3-list-container .nav-tabs > li > a:hover,
.menu3-list-container .nav-tabs > li > a:focus {
	color: #73F6CA;
	z-index: 90;
}
.menu3-list-container .nav-tabs > li.active > a {
	/* background: url(../img/sub_common/tab_r.png) no-repeat center bottom; */
}


/*************************
CONTENTS
***************************/
.page-title {
	font-family: 'NanumSquareR';
	font-size: 28px;
	font-weight: bold;
	text-align: center;
	color: #2d3030;
	margin-top: 0;
	letter-spacing: -2px;
}
.breadcrumbs {
	text-align: center;
	margin: 20px 0;
}
.breadcrumbs a {
	font-family: 'NanumSquareR';
	color: #70545b;
	font-size: 22px;
	letter-spacing: -2px;
}
.breadcrumbs a.active, .breadcrumbs a.active:hover {
	text-decoration: underline !important;
}

.breadcrumbs .fa {
	margin: 0 20px;
	font-size: 18px;
}

.main-contents-wrapper {
	min-height: 500px;
}
.main-contents-wrapper p {
	line-height: 170%;

}
.main-contents-wrapper .contents-wrapper p > img {
	display: block;
	max-width: 100%;
}

.main-contents-wrapper .contents-box  {
	border: 1px solid #ccc;
	background-color: #fff;
	padding: 15px;
}
.main-contents-wrapper .contents-box  h3 {
	font-size: 18px;
	font-weight: bold;
}
.main-contents-wrapper .contents-box  p {
	margin-top: 15px;
}

.main-contents-wrapper .alert-box {
	margin-top: 30px;
	background: transparent url(../img/sub_common/alert_bg.jpg);
	padding: 40px;
}
.main-contents-wrapper .alert-box .msg {
	color: #fff;
	font-size: 30px;
}

/*************************
MODULE
***************************/

.module-wrapper {
	 /* background-color: #fff; */
}

/*************************
A - CONTENTS
***************************/

/* a-contents.css */


/*************************
SIDE EVENTS
***************************/
.contents-col3 {
	overflow: hidden;
}
.ing-event .poster {
	width: 100%;
	position: relative;
}

.ing-event-cover, .ing-event-desc {
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

.ing-event-cover {
	background: rgba(0,0,0,.7);
}
.ing-event-desc {
	display: none;
	background: rgba(0,0,0,.2); /* For browsers that do not support gradients */

	/* background: -moz-linear-gradient(top,  rgba(0,0,0,0.9) 0%, rgba(0,0,0,0.9) 20%, rgba(0,0,0,0) 100%);
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0.9) 0%,rgba(0,0,0,0.9) 20%,rgba(0,0,0,0) 100%);
	background: linear-gradient(to bottom,  rgba(0,0,0,0.9) 0%,rgba(0,0,0,0.9) 20%,rgba(0,0,0,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6000000', endColorstr='#00000000',GradientType=0 ); */
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0.9+0,0.8+30,0+100 */
	background: -moz-linear-gradient(top,  rgba(0,0,0,0.9) 0%, rgba(0,0,0,0.8) 30%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0.9) 0%,rgba(0,0,0,0.8) 30%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(0,0,0,0.9) 0%,rgba(0,0,0,0.8) 30%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */


    color: #fff;
}
.ing-event-desc p {
	padding: 5px 10px;
	margin: 0;
}
.ing-event-desc .ing-event-title {
	font-size: 16px;
	font-weight: bold;
}

.art-gallery-container .art-gallery-thumbnail {padding: 0 .5rem;}
.art-gallery-container .art-gallery-thumbnail a {display: block; width: 100%; height: 100%;}
.art-gallery-container .art-gallery-thumbnail a img {width: 100%;}

.table-articles td a {color: #555;}

.form-inline, .pagination {display: block;}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #2c699d;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 2;
  color: #1b4161;
  background-color: #eee;
  border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #2c699d;
  border-color: #2c699d;
}

.form-inline .form-control {
	display: inline-block;
	width: auto;
	vertical-align: middle;
}

.form-inline .form-group {
	display: inline-block;
	margin-bottom: 0;
	vertical-align: middle;
}
.btn-sm {padding: 7px 10px;  border-radius: 3px; border: 1px solid #ccc; background: #fff; color: #555}
.btn-theme {background: #c62047; color: #fff;}

@media (max-width: 991px) {

	#mainContent .art-infos .nav {padding: 10px 15px; height: auto;}
	#mainContent .art-infos .nav-tabs > li {margin: 0 10px 0 0;}
	#mainContent .art-infos .nav-tabs > li .badge {padding: 0;}
	#mainContent .art-infos .nav-tabs > li > a {font-size: 16px;}

	/*공지사항 게시판*/
	.table-articles thead {display: none;}
	.table-articles .info td:first-child {display: none;}
	.board-list .table-articles tbody td {float: left; width: 100%; padding: 12px 15px !important;}
	.table-articles .field-no,
	.table-articles .field-writer,
	.table-articles .field-wdate,
	.table-articles .field-read {display: none;}
	.container-fluid {padding: 0;}
	.article-wtime {display: none;}
	.article-title {color: #555;}
	.paging {margin-top: 20px;}
	.paging .row div {width: 33.33333%;}
}

