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

.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: #756D65;
	background: #756D65;
}

.board .btn {
	display: inline-block;
	padding: 8px 16px;
	border: 1px solid #dddddd;
}

.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: 160px;
}

.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;
	width: 70px;
	height: 45px;
	border-radius: 0;
	vertical-align: top;
}


.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;
	line-height: 1.8em;
}

.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;
}

.webzine-content {
	padding: 0 0 40px 0;
}

.webzine-content .board-content {
	max-width: 100% !important;
	border: 0px;
}

.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;
}

.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: #ffffff;
	border: #dddddd 1px solid;
	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: 0 20px 20px 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-title-desc > div:after {
		padding-left: 10px;
		margin-right: 10px;
	}
}

/* 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;
}

.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%;
	}
}

.review-box {
	position: relative;
	width: 100% !important;
	height: auto;
	border-radius: 5px;
	display: block;
	overflow: hidden;
  	margin: 20px 0;
	box-shadow: 1px 1px 30px rgba(0,0,0,.2);
}

.review-box a {
	display: block;
	width: 100%;
	text-decoration: none;
}

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

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

.review-category {
	position: absolute;
	top: 20px;
	left: 20px;
	color: white;
	background-color: #faa8aa;
	min-width: 80px;
	padding: 0 10px;
	border-radius: 15px;
	height: 30px;
	text-align: center;
}

.review-category p {
	margin-top: 3px;
	font-weight: 500;
}

.review-txt {
	padding: 30px 20px;
}

.review-txt-top {
	text-align: left;
	position: relative;
	margin-bottom: 10px;
}

.review-date {
	color: #686868;
	font-weight: 300;
	padding-left: 10px;
}

.review-point {
	position: absolute;
	top: 0;
	right: 0;
	color: #faa8aa;
}

.review-txt-p {
	text-align: left;
	word-break: keep-all;
	position: relative;
}

.review-txt-p p {
	overflow: hidden;
	font-size: 14px;
	line-height: 22px;
}

.review-more {
	display: block;
	margin: 10px 0 0 0;
	color: #8d7949;
	font-weight: 500;

}

@media (max-width: 576px) {
	.webzine-txt {
		padding: 20px 30px;
	}
}

.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;
  }
}
