.modal-body img {
	max-width:100%;
}
@media screen and (max-width:1200px){
	.modal-body img {
		width:100% !important;
	}
	.sm_hide {
		display:none !important;
	}
}

a {
	text-decoration:none;
	color:#6d696b;
}
a:hover,
a:focus{
	text-decoration:underline;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  margin: 0 0 20px 0;
  padding: 0;
}

.section-header h3 {
  font-size: 32px;
  color: #702cfb;
  font-family: 'Roboto', sans-serif;
  font-weight: 900;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
  position: relative;
  padding-top: 30px;
}

#board h3 {
  color: #702cfb;
  font-family: 'Noto Sans KR', sans-serif;
  font-weight: 700;
  font-size: 2.5em;
  letter-spacing: -0.03em;
  margin-bottom: 20px;
}
/*page*/
.pager {
	padding-left: 0;
	margin: 20px 0;
	text-align: center;
	list-style: none;
}
.pager:before,
.pager:after {
	content: '';
	display: table;
	clear: both;
}
.pager li {
	display: inline;
}
.pager li > a,
.pager li > span {
	display: inline-block;
	padding: 5px 14px;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 15px;
	text-decoration: none;
}
.pager li > a,
.pager li > span,
.pagination > li > a {
	border-color: #dadfe2;
	color: #242a30;
}
.pager .previous > a,
.pager .previous > span {
	float: left;
}
.pager .next > a,
.pager .next > span {
	float: right;
}
.pager.pager-without-border li > a,
.pager.pager-without-border li > span,
.pagination.pagination-without-border > li > a {
	border-color: #fff;
}
.pager > .disabled > span,
.pager > .disabled > a,
.pager > .disabled > a:hover,
.pager > .disabled > a:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus,
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus {
	opacity: 0.6;
	border-color: #ddd;
	background: #fff;
	cursor: not-allowed;
}
.pagination > li > a {
	display: inline-block;
	color: #242a30;
	margin-left: 5px;
	padding: 6px 12px;
	line-height: 1.42857143;
	border: 1px solid #ddd;
	text-decoration: none;
	border-radius: 6px !important;
}
.pagination > li:first-child > a {
	margin-left: 0;
}
.pagination-sm > li > a,
.pagination-sm > li > span,
.pagination-sm .page-link {
	font-size: 10px;
	margin-left: 4px;
	padding: 5px 10px;
	line-height: 1.5;
}
.pagination-lg > li > a,
.pagination-lg > li > span,
.pagination-lg .page-link {
	font-size: 14px;
	margin-left: 6px;
	padding: 10px 16px;
	line-height: 1.3333333;
}
.pager li > a:hover,
.pager li > a:focus,
.pager li > span:hover,
.pager li > span:focus,
.pagination > li > a:hover,
.pagination > li > a:focus {
	color: #242a30;
	background: #f2f3f4;
	border-color: #dadfe2;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
	background: #348ee3 !important;
	border-color: #348ee3 !important;
	color: #fff;
}
