.works-board-tit{
	display: none;
	text-align: center;
	font-weight: 600;
	margin-top: 100px;
	position: relative;
}
.works-board-tit::after{
	content: "";
	position: absolute;
	width: 30px;
	height: 3px;
	background: #000;
	top: 50px;
	left: 50%;
	transform: translateX(-50%);
}
.board_read{
	margin: 50px 0;
}
.read_header{
	border-bottom: 1px solid #eee;
	padding-bottom: 10px;
	margin-bottom: 20px;
}

.read_header h1{
	font-size: 30px;
	margin-bottom: 20px;
}
.read_header P{
	display: inline-block;
	margin-right: 30px;
}
.exOut table{
	border: none;
}
.exOut table th,
.exOut table td{
	font-size: 18px;
	padding: 10px 20px;
}
.works-list li{
	float: left;
	font-size: 20px;
	margin-right: 30px;
	color: #d5d5d5;
}
.works-list li:last-child{
	margin-right: 0;
}
.works-list li.works-active{
	font-weight: 600;
	font-size: 20px;
}
.works-list li.works-active a{
	position: relative;
}
.works-list li.works-active a::before{
	position: absolute;
	bottom: -10px;
	left: 0;
	content: "";
	width: 100%;
	height: 3px;
	background: #000;
}
.works-box-list> div {
	/*float: left;*/
	/*width: 340px;*/
	/*margin-right: 20px;*/

}
.works-box-list> div:nth-child(4n){
	margin-right: 0;
}

.pagenation, .pagenation > .num {
	display: flex;
	justify-content: center;
}
.pagenation > .num {
	margin-top: 14.5px;
}
.pagenation > .num > li > a{
	padding: 14.5px 20px;
	text-align: center;
	background-color: white;
	border: 1px solid #aeaeae;
	color: black;
	font-weight: bold;
	margin: 0px
}
.pagenation > .num > li > .on{
	padding: 14.5px 20px;
	text-align: center;
	background-color: black;
	border: 1px solid #aeaeae;
	color: white;
	font-weight: bold;
}

.pagenation > .button.pre-1, .pagenation > .button.nxt-2 {
	padding: 14px 18px;
	text-align: center;
	border: 1px solid #aeaeae;
	color: black;
	font-size: 11px;
	font-weight: bold;
}
.pagenation > .button.pre-2, .pagenation > .button.nxt-1 {
	padding: 14px 20px;
	text-align: center;
	border: 1px solid #aeaeae;
	color: black;
	font-size: 11px;
	font-weight: bold;
}



.board {
	position: relative;
	display: block;
	margin-bottom: 60px;
}

.board .grid-xl {
	max-width: 1400px !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;
    font-size: 90%;
}

.board ul.pagination li span {
	color: #ffffff;
	border-color: #222328;
	background: #222328;
}

.board .btn {
	display: inline-block;
	background: #fff !important;
	box-shadow: none;
	text-shadow: none;
	height: 45px!important;
	padding: 10px 20px !important;
	border: 1px solid #ddd;
	border-radius: 0;
}

.board .board-search {
	display: block;
	margin: 10px 0;
	text-align: right;
}

.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;
	height: 45px!important;
	text-shadow: none;
	box-shadow: none;
}
.board .btn:hover {
	background-color: #333 !important;
	color: #fff;
}

.board .board-search input {
	font-size: 16px;
	border: 1px solid #dddddd;
	padding: 8px 5px;
}

.board .board-search input[type=text] {
	width: 160px;
}



.board-title a{
	color: #000;
}

.board .board-search select {
	font-family: 'Noto Sans Korean', sans-serif;
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    vertical-align: top;
    font-size: 13px;
    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;
}

/* 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;
	height: 45px;
	border-radius: 0;
	vertical-align: top;
}



/* .board .board-search .btn {
	vertical-align:top;
	height: 36px;
} */

.board .board-action-box {
	margin-top: 60px;
	margin-bottom: 30px;
}
.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: normal;
	margin: 40px 0 30px;
}

.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: normal;
	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;
	list-style-type: none;
}

.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;
	display: inline-block;
	padding: 3px 7px;
	margin-right: 20px;
	min-width: 110px;
	background: #dddddd;
	border: #e3e3e3;
	text-align: center;
	font-size: 13px;
}

.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;
	}
}

/* Form */

.board-form {
	position: relative;
	display: block;
}

.board-form select,
.board-form input[type=text] {
	border: 1px solid #999999;
	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;
	caption-side: top;
}

.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: 16.6666666667%;
	padding-left: 30px;
}


.board-form table td {
	border: 1px solid #a3a3a3;
}

.board-form table td input[type=text] {
	border: 0;
}

.board-form table ul {
	display: flex;
	list-style-type: none;
	margin-bottom: 0;
}

.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{
		margin: 20px auto;
	}
	.promotion-image-placeholder{
		margin: 0 auto;
	}
	.board .board-search{
		text-align: center;
		margin-top: 20px;
	}
	.board .board-action-box{
		margin-top: 25px;
	}
	.board{
		margin-bottom: 30px;
	}
}

.promotion-box {
	position: relative;
	display: block;
  margin: 20px 0;
	height: 410px;
	overflow: hidden;

}

.promotion-box a {
	text-decoration: none;
}

.promotion-image-placeholder {
	position: relative;
	/*display: block;*/
	/*width: 340px;*/
	height: 340px;
	margin-bottom: 10px;
	overflow: hidden;
    border: 1px solid #eee;
}

.promotion-image {
	position: absolute;
	top: 0;
	left: 0;
	width: 340px;
	height: 340px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
}

.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 {
	margin: 20px auto 10px;
	text-align: center;
	color: #222;
}

.promotion-title h5 {
	font-size: 19px;
}

.promotion-date {
	font-weight: 300;
	font-size: 15px;
	text-align: center;
}

.promotion-date div {
	display: block;
}

.promotion-date-box {

}

.promotion-date-box span {
	color: #fff;
	border: 1px solid #67b98d;
	background-color: #67b98d;
	padding: 2px 5px;
	position: absolute;
	top: 20px;
	left: 0;
}

.promotion-date-box .outdate {
	color: #fff;
	background-color: #252627;
	border: 1px solid #252627;
}

.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;
}

@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 screen and (max-width: 1024px) {

	.board .board-search select{
		width: 80px;
		padding: 8px 12px;
		font-size: 12px;
	}
	.board .board-search input[type=text] {
		width: 140px;
	}
	.board .btn{
		padding: 7px 14px !important;
	}
	.works-box-list> div{
		width: calc(( 100% - 20px ) / 2 );
	}
    .works-box-list> div:nth-child(2n){
        margin-right: 0;
    }
	.promotion-image-placeholder{
		width: 100%;
	}
	.promotion-image{
		width: 100%;
	}
	
}

@media screen and (max-width: 425px) {
    .works-board-tit{
        margin-top: 30px;
    }
    .works-box-list> div{
		height: 210px;
	}
    .promotion-box{
		height: 220px;
    }
    .promotion-image-placeholder{
        height: 40vw;
    }
    .promotion-image{
        background-position: inherit;
        background-size: 100%;
    }
    .promotion-title{
        margin: 15px auto 0;
    }
    .promotion-title h5{
        font-size: 16px;
    }
	
}

