.meta{
	border-top:1px solid #dddddd;
	padding:10px 0;
}

.meta span{
	font-size: 16px;
	margin-right: 10px;
}

.board {
	position: relative;
	display: block;
	margin-bottom: 60px;
}

.board {
	width: 1140px;
	margin: 30px auto;
}

.board .grid-xl {
	max-width: 1240px !important;
}

.board ul.pagination {
	display: flex;
	padding: 0;
	margin: 0;
}

.board ul.pagination li {
	display: block;
}

.board ul.pagination li a,
.board ul.pagination li span {
	display: block;
	padding: 8px 16px;
	text-decoration: none;
	border: 0 solid #dddddd;
	border-width: 1px 1px 1px 1px;
}

.board ul.pagination li span {
	color: #ffffff;
	border-color: #333;
	background: #333;
}

.board .btn {
	text-decoration: none !important;
	display: inline-block;
	*display: inline;
	padding: 0 12px !important;
	margin: 0;
	font-family: inherit;
	font-size: 14px;
	line-height: 50px !important;
	width: 100px ;
	height: 50px !important;
	color: #fff;
	text-align: center;
	vertical-align: top;
	cursor: pointer;
	overflow: visible;
	background-color: #ECECEC;
	background-image: none;
	border: 0;
	text-shadow:none;
	color:#000;
	box-shadow:none;
	-webkit-transition: all .2s ease-in-out;-moz-transition: all .2s ease-in-out;-ms-transition: all .2s ease-in-out;-o-transition: all .2s ease-in-out;transition: all .2s ease-in-out		

}

.board .btn:hover,
.board .btn:active,
.board .btn[disabled] {
	color: #fff;
	background-color: #ff8c6c;
	*background-color: #ff8c6c;
}

/* .board .btn:hover {
	border: 1px solid #D0AB83;
	color: #D0AB83;
} */

.board .board-search {
	display: block;
	margin: 10px 0;
}

.board .board-search input,
.board .board-search select,
.board .board-search .btn {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.board .board-search input {
	font-size: 16px;
	border: 1px solid #dddddd;
	padding: 8px 5px;
}

.board .board-search input[type=text] {
	width: 250px;
}

/* Category Tab */
.cTab {
	display: flex;
	position: relative;
	margin: 0;
	padding: 0;
	list-style: none;
	zoom: 1;
	border: 0;
	margin-top:30px;
}
.cTab:after {
	content: "";
	display: block;
	clear: both;
}
.cTab li {
	flex: 1;
	border-top: 1px solid #ececec;
	border-bottom: 1px solid #ececec;
	border-right: 1px solid #ececec;
	padding: 10px 20px;
}

.cTab li:first-child{
	border-left: 1px solid #ececec;
}
.cTab li.on{
	border-top:2px solid #bae4ff;
}

.cTab li a{
	display: block;
	text-align: center;
	color: #454545;
}



/* .cTab li:hover a, .cTab li.on a{
	border-top:3px solid red;
} */

.cTab li em {

	color: #767676;
	padding: 0 0 0 2px;
}

.cTab ul {
	display: none;
	position: absolute;
	top: 30px;
	left: 0;
	margin: 0;
	padding: 0;
}
.cTab li.on ul {
	display: block;
	overflow: hidden;
	white-space: nowrap;
}
.cTab li.on ul li {
	position: relative;
	left: 1px;
	float: none;
	display: inline;
	margin: 0;
	padding: 0 15px;
	list-style: none;
	border: 0;
	border-right: 1px solid #d0d0d0;
}
.cTab li.on ul li a {
	border: 0;
	top: 0;
	float: none;
	line-height: none;
	padding: 0;
	font-weight: normal;
}
.cTab li.on ul li.on_ a {
	font-weight: bold;
	color: #3912b3;
}
.board .board-search select {
	font-family: 'Noto Sans Korean', sans-serif;
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    vertical-align: top;
    font-size: 15px;
    border: 1px solid #dddddd;
    padding: 8px 15px;
    background: url(/layouts/mbcconvention/images/sub/down-arrow.png) 90% center no-repeat;
    background-size: 10px;
    padding-right: 20px;
    width: 100px;
	height: 45px;
	border-radius: 0;
}


.promotion-box {
	position: relative;
	display: block;
  	margin: 15px 15px;
	/* height: 410px; */
	overflow: hidden;
	box-shadow: 1px 1px 30px rgba(0, 0, 0, .1);
	width: 30%;
	float: left;
}



/* IE 에서 Select box 화살표 제거 */ 
select::-ms-expand { display: none; }


.board .board-search input{
	font-family: 'Noto Sans Korean', sans-serif;
	-webkit-appearance: none;
	-moz-appearance: none;
		 appearance: none;
		 width: 150px;
		 height: 45px;
		 border-radius: 0;
}

.board-search .btn{
	font-family: 'Noto Sans Korean', sans-serif;
	width: 70px;
	height: 45px !important;
	border-radius: 0;
	vertical-align: top;
	background: #333;
	color: #fff;
}



/* .board .board-search .btn {
	vertical-align:top;
	height: 36px;
} */

.board .board-action-box {
	margin-top: 60px;
	margin-bottom: 30px;
}

.board .board-title {
	display: block;
	margin-top: 50px;
	border-top: 2px solid #756D65;
	border-bottom: 1px solid #e3e3e3;
}

.board .board-title h1 {
	text-align: center;
	font-size: 28px;
	font-weight: 600;
	margin: 30px 0;
}

.board .board-title h1 .status-badge {
	vertical-align: top;
	margin-right: 10px;
	font-size: 50%;
}

.status-badge {
	background: #e3e3e3;
	padding: 4px 8px;
}

.status-badge.ongoing {
	border: 1px solid #756D65;
	background: #ffffff;
}

.status-badge.closed {
	border: 1px solid #756D65;
	background: #ffffff;
}

.board .board-title-desc {
	display: flex;
	justify-content: center;
	text-align: center;
	font-size: 18px;
	margin: 0 0 40px;
}

.board .board-title-desc > div:after {
	content: "|";
	font-size: 11px;
	color: #444444;
	vertical-align: top;
	padding-left: 20px;
	margin-right: 20px;
}

.board .board-title-desc > div:last-child:after {
	display: none;
}

.board .board-title-desc > div > span {
	margin-right: 10px;
}

.board-content-placeholder {
	position: relative;
	display: block;
	padding: 40px 20px;
}

.board-content {
	display: block;
	max-width: 880px;
	border: 1px solid #e3e3e3;
	margin: 0 auto;
}

.board-content-title {
	padding: 30px 30px 25px 30px;
	border-bottom: 1px solid #e3e3e3;
}

.board-content-title h1 {
	font-weight: 500;
	font-size: 24px;
	color: #000000;
	margin-bottom: 20px;
}

.board-content-title h2 {
	font-weight: normal;
	font-size: 18px;
	color: #888888;
	margin-bottom: 10px;
}

.board-content-title h3 {
	font-weight: normal;
	font-size: 18px;
	color: #333;
	margin-bottom: 20px;
}

.board-small-extra {
	display: flex;
}

.board-small-extra > div {
	margin-right: 25px;
}

.board-small-extra > div > span {
	margin-right: 10px;
}

.board-extra-vars {
	padding: 30px;
	border-bottom: 1px solid #e3e3e3;
}

.board-extra-vars li {
	margin-bottom: 15px;
}

.board-extra-vars li.important {
	font-weight: bold;
	margin-bottom: 20px;
	color: #756D65;
	padding-bottom: 20px;
	border-bottom: 1px dashed #756D65;
}

.board-extra-vars li.important span {
	color: #ffffff;
	background-color: #756D65;
}

.board-extra-vars li:last-child {
	margin-bottom: 0;
}

.board-extra-vars li > span {
	display: inline-block;
	padding: 3px 7px;
	margin-right: 20px;
	min-width: 110px;
	background: #dddddd;
	border: #e3e3e3;
	text-align: center;
	font-size: 15px;
}

.board-content-body {
	position: relative;
	display: block;
}

.board-content-body .content-placeholder {
	word-break: break-all;
	word-wrap: break-word;
	margin: 30px;
}

.board-content-body img {
	max-width: 100%;
	overflow: hidden;
}




@media (max-width: 576px) {
	.btn {
		font-size: 13px !important;
	}

	.board-title h1 {
		font-size: 17px !important;
		margin: 20px !important; 
	}

	.board-title h1 span {
		font-size: 12px !important;
		margin-right: 4px !important;
	}

	.board-title-desc {
		font-size: 13px !important;
		margin-bottom: 20px !important;
	}

	.board-content-placeholder {
		padding: 20px 0 !important;
	}

	.board-content {
		max-width: 100% !important;
	}

	.board-content-title {
		padding: 20px 20px 20px 20px;
		line-height: 160%;
	}

	.board-content-title h1 {
    font-size: 20px;
	}

	.board-content-title h2 {
    font-size: 16px;
	}

	.board-content-title h3 {
    font-size: 14px;
	}

	.board-small-extra {
		font-size: 13px;
	}

	.board-extra-vars {
		padding: 20px;
	}

	.board-extra-vars li {
    margin-bottom: 10px;
	}

	.board-extra-vars li > span {
		min-width: 90px;
		font-size: 13px;
		margin-right: 15px;
	}

	.content-placeholder {
		margin: 20px !important;
	}
	.board .board-search input[type=text] {
		width: 110px;
	}
	
}

/* Form */

.board-form {
	position: relative;
	display: block;
}

.board-form select,
.board-form input[type=text] {
	border: 1px solid #d5d5d5;
	display: block;
	width: 100%;
	padding: 10px;
	font-size: 16px;
	box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.board-form label {
	font-size: 16px;
}

.board-form table {
	width: 100%;
	box-sizing: border-box;
  -moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	margin: 20px 0 30px;
}

.board-form table caption {
	margin: 10px;
	font-size: 15px;
	color: #ff0000;
	text-align: right;
}

.board-form table th,
.board-form table td {
	border: 1px solid #e3e3e3;
	border-right: 1px solid #a3a3a3;
	vertical-align: middle;
}

.board-form table th {
	width: 20%;
}


.board-form table td {
	border: 1px solid #a3a3a3;
}

.board-form table td input[type=text] {
	border: 0;
}

.board-form table ul {
	display: flex;
}

.board-form table ul li {
	margin: 8px 10px;
}

.board-form .form-optiopns {
	margin: 20px 0;
}

.board-form .form-optiopns label {
	margin-right: 20px;
}





@media (max-width: 576px) {

	.board-form table th,
	.board-form table td {
		font-size: 13px;
	}

	.board-form table th {
		width: 35%;
	}
}



.promotion-box:hover .promotion-image{
	transition: 0.8s;
    cursor: pointer;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    transition: transform 1s;
    -o-transition: transform 1s;
    -moz-transition: transform 1s;
    -webkit-transition: transform 1s;
}


.fileList {
	margin: 15px 0;
	text-align: left;
	box-sizing: border-box;
	border-spacing: 0;
	border: 1px solid #e3e3e3;
	width: 100%;
}

.fileList th:nth-child(1), .fileList td:nth-child(1) { text-align: left; }
.fileList th:nth-child(2), .fileList td:nth-child(2) { text-align: center; }
.fileList th:nth-child(3), .fileList td:nth-child(3) { text-align: center; }
.fileList th:nth-child(4), .fileList td:nth-child(4) { text-align: center; }

.fileList th {
	background: #f0f0f0;
	padding: 10px 12px;
}

.fileList td {
	padding: 15px 12px;
}

.fileList th,
.fileList td {
	border: 1px solid #e3e3e3;
	font-size: 13px;
}

.fileList a {
	border: 1px solid #313482;
	background: #313482;
	padding: 2px 8px;
	border-radius: 5px;
	color: #ffffff;
}

.fileList a:hover {
	border: 1px solid #313482;
	background: #ffffff;
	padding: 2px 8px;
	border-radius: 5px;
	color: #313482;
}



.promotion-box a {
	text-decoration: none;
}

.promotion-image-placeholder {
	position: relative;
	display: block;
	width: 100%;
	height: 250px;
	overflow: hidden;
}

.promotion-image {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.promotion-category {
	position: absolute;
	top: 15px;
	left: 15px;
	color: #fff;
	width: 80px;
	height: 40px;
	line-height: 40px;
	border-radius: 25px;
	text-align: center;
}

.promotion-category.ongoing {
  background-color: rgba(255, 255, 255, 0.05);
  border: 1px solid #ffffff;
  color: #ffffff;
}

.promotion-category.end-event {
	background-color: #d0ab83;
}

.promotion-title {
	/* position: absolute;
	bottom: 0;
	left: 0;
	margin: 20px auto; */
	text-align: left;
}

.promotion-title h5 {
	font-size: 16px;
    margin: 0;
    padding: 20px;
}

.promotion-date {
	margin-top: 10px;
	font-weight: 300;
	font-size: 15px;
	text-align: center;
}

.promotion-date div {
	display: inline-block;
	margin: 0 5px;
}


.promotion-date-box {

}

.promotion-date-box span {
	color: #fff;
	border: 1px solid #8f6c46;
	background-color: #8f6c46;
	padding: 2px 5px;
}

.promotion-date-box .outdate {
	color: #000;
	background-color: #fff;
}

.promotion-date-period {
	color: #686868;
}

.justify-center {
	justify-content: center;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}



.list_footer {

	margin-bottom: 30px;
	/* zoom: 1; */
}
.list_footer:after {
	content: "";
	display: block;
	clear: both;
}
.list_footer .btnArea {
	float: right;
	margin: 0;
}

.search-form-wrap{
	width: 800px;
	float: right;
	margin:30px 0;
}

.board_search {
	float: right;
	position: relative;
}
 .board_search .xi-magnifier {
	/* position:absolute;
	top:7px;
	left: 7px; */
	display: none;
}
.board_search * {
	vertical-align: top;
}
 .board_search .iText {
	height: 50px;
	padding: 10px;
	width: 600px;
	border: 1px solid #ddd;
	box-sizing:border-box;		
}

.board_search .search_input {display:inline-block; position: relative;}


.board_search select {
	height:50px;
    width: 180px;
	padding: 10px;
	box-sizing: border-box;
	border: 1px solid #ddd;	
	background: url(layouts/tobagimaljanchi/images/ico_snb_down.png) 95% center no-repeat;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}



.board_search select {
	height:50px;
    width: 180px;
	padding: 10px;
	box-sizing: border-box;
    border: 1px solid #ddd;
}
 .board_search .btn {
	position: absolute;
    top: 0;
    right: 0;
    border-radius: 0;
    width: 100px;
    height: 50px !important;
    font-size: 16px;
}

.board .btn.search{
	background: #ff8c6c;
	color: #fff;
}


.cr{
	display: block;
	content: "";
	clear: both;
}

.pagination {
	margin: 0;
	padding: 13px 0;
	text-align: center;
	line-height: normal;
	clear:both;
}
.pagination a,
.pagination strong {
	position: relative;
	color: #767676;
	vertical-align: top;
	display: inline-block;
	text-decoration: none;
	padding: 1px 8px;
	border:1px solid #e9e9e9;
	background: #fff;
	border-radius:2px;
	z-index: 2;
	padding:10px 20px;
	font-size: 14px;
}
.pagination a:hover,
.pagination a:active,
.pagination a:focus {
	background-color: #f8f8f8;
}
.pagination strong {
	color: #D88700;
	font-size: 13px;
}
.pagination .direction {
	font-weight: normal;
	color: #767676;
	text-decoration: none !important;
	border: 0;
	z-index: 1;
	padding:10px 20px;
	font-size: 14px;
}
.pagination .direction:hover,
.pagination .direction:active,
.pagination .direction:focus {
	color: #333;
	background-color: #fff;
}
.pagination .prev {
	border-left: 0;
}
.pagination .next {
	border-right: 0;
}
.pagination .direction span {
	position: relative;
	display: inline-block;
	width: 0;
	height: 0;
	font-size: 0;
	line-height: 0;
	vertical-align: top;
	top: 4px;
}
.pagination .prev span {
	border: 3px solid;
	border-top: solid #fff;
	border-bottom: solid #fff;
	border-left: 0;
	margin-right: 1px;
	*left: -4px;
}
.pagination .next span {
	border: 3px solid;
	border-top: solid #fff;
	border-bottom: solid #fff;
	border-right: 0;
	margin-left: 1px;
}
.board-tit h4 {
    font-size: 30px;
}

.write_header {
    padding: 9px 10px 10px 0px;
}
.write_header .iText {
    width: 90% !important;
    height: auto;
    padding: 10px 10px;
    margin: 0 10px 0 0;
	background: #fff;
	position: relative;
	display: inline-block !important;
}





@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}

@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}

@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}

@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}

.d-none {
  display: none !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
}

@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  


}

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
}

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
}

@media (max-width: 768px) {

	.promotion-box {
		width: 100%;
		float: none;
		margin: 0;
		margin-bottom: 50px;
		border-radius: 10px;
	}

	.board .fileList th,
	.board .fileList td {
		padding: 13px;
		vertical-align: middle;
		word-wrap: break-word;
	}

	.board .fileList th:first-child,
	.board .fileList td:first-child {
		width: auto;
	}

	.board .fileList th:last-child,
	.board .fileList td:last-child {
		width: 35%;
	}

	.board .fileList th:nth-child(2),
	.board .fileList th:nth-child(3),
	.board .fileList td:nth-child(2),
	.board .fileList td:nth-child(3) {
		display: none;
	}

	.list_footer .board_search{
		float: none;
		width: 100%;
	}

	.list_footer .board_search select{
		display: block;
		width: 100%;
	}

	.list_footer .board_search .search_input {
		width: 100%;
		margin-top: 10px;
	}

	.list_footer .board_search .iText{
		width: 100%;
	}

	.list_footer .board_search .btn{
		position: relative;
		width: 100%;
		margin-top: 10px;
		background: #0090d5;
   		color: #fff;
	}

	.list_footer{
		margin:0;
	}
}




@media screen and (max-width:1024px){
	.board{
		width: 100%;
	}

	.board-list{
		margin:30px auto;
	}

	.search-form-wrap{
		width: 100%;
		margin: 20px auto;
		float: none;
	}

	.board_search select{
		display: none;
	}

	.search_input{
		width: 100%;
	}

	.board_search .iText{
		width: 100%;
	}

	.board_search{
		float:none;
	}

	.cTab{
		display: none;
	}

	.board_search{
		width: 100%;
	}
}/*E:1024*/

@media screen and (max-width:640px) {



	.cTab li.on{
		height:50px!important;
	}

	.cTab {
        display: block;
        width: 100%;
        margin: 0 auto;
        text-align: center;
        margin-left: 2px;
    }
    .cTab li {
        display: inline-block;
        padding: 10px 20px;
        width: 49%;
        box-sizing: border-box;
        border: 1px solid #ececec;
        float: left;
        margin: 1px;
    }
    .cTab li.on {
        border: 0px solid #bae4ff;
        background: #bae4ff;
        border-top: 0;
    }
    .cTab li a {
        font-size: 1.4rem;
    }

/* 
	.cTab{
		display: none;
		width: 90%;
		margin:0 auto;
	} */

	.board .btn{
		width: 80px;
	}

	
	.pagination {
		margin:20px 0;
	}

	.pagination .direction{
		font-size: 14px;
		padding: 15px 5px;
	}

	.pagination a, .pagination strong{
		font-size: 14px;
		padding: 15px;
	}



  }/*E:640*/

  @media screen and (max-width:360px) {
	.pagination .direction{
		font-size: 12px;
		padding: 10px 5px;
	}

	.pagination a, .pagination strong{
		font-size: 12px;
		padding: 10px;
		border: 0;
	}
  }