/* @charset "UTF-8"; */
.board-search {
  display: flex;
  height: 4.8rem;
  margin-left: auto;
}
.board-search-select {
  width: 12rem;
  height: 100%;
  margin-right: 0.5rem;
  border: 1px solid #dedede;
  border-radius: 0.5rem;
  background: #fff;
}
.board-search-select select {
  width: 100%;
  height: 100%;
  padding: 0 1.5rem;
  font-size: 1.6rem;
  position: relative;
  border: none;
}
.board-search-input {
  width: 28rem;
  height: 100%;
  border-radius: 0.5rem;
  border: 1px solid #dedede;
  background: #fff;
  overflow: hidden;
}
.board-search-input input {
  width:100%;
  height: 100%;
  padding: 0.5rem 1rem;
  padding-right: 5.2rem;
  margin: 0;
  border: none;
  font-size: 1.6rem;
  outline: none;
}

.board-search-btn {
  width: 4.8rem;
  height: 100%;
  border-radius: 0.5rem;
  margin-left: -4.8rem;
  overflow: hidden;
}
.board-search-btn button {
  width: 100%;
  height: 100%;
  background: #12217D;
  text-align: center;
  border-radius:.5rem;
}
.board-search-btn button i {
  display: block;
  color: #fff;
  font-size: 2rem;
  font-weight: 400;
}
.board-search-btn button:focus {
	background:#fff;
	outline:auto;
}
.board-search-btn button:focus i {
	color:#000;
}
.board-search-btn-reset {
  margin-left: 0.5rem !important;
}
.board-search-btn-reset button {
  background: #01A78A;
}
.board-search-result {
  margin: 3.4rem 0;
  font-size: 1.6rem;
  color: #646464;
}
.board-search-result strong {
  font-weight: 700;
  color: #000;
}
.board-search .btn {
  margin: 0;
  margin-left: 1rem;
}
.board-info {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 2.4rem;
}
.board-current {
  display: flex;
  align-items: center;
}
.board-current span {
  color: #595959;
  font-size: 1.6rem;
  font-weight: 400;
  padding-right: 0.65rem;
  border-right: 1px solid #DDD;
  margin-right: 0.65rem;
  line-height: 1;
}
.board-current span strong {
  font-weight: 400;
  margin-left: 0.5rem;
}
.board-current span:last-of-type {
  border-right: none;
}
.board-contents {
  border-top: 2px solid #333;
  border-bottom: 1px solid #DEDEDE;
  color: #595959;
}
.board-table .m-visible {
  display: none;
}
.board-table .table-container {
  border-top: none;
  border-bottom: none;
}
.board-table table th,
.board-table table td {
  text-align: center;
  border-left: none !important;
  border-right: none !important;
  color: #595959;
  font-size: 1.7rem;
  white-space:nowrap;
}
.board-table table thead th {
  font-weight: 700;
  color: #1A1A1A;
}
.board-table table .hide {
  display: none;
}
.board-table table .notice {
  display: inline-block;
  padding-left: 2.4rem;
  color: #2B2B2B;
  position: relative;
  font-weight: 500;
}
.board-table table .notice::before {
  display: block;
  font-family: "remixicon";
  content: "\f2a1";
  color: #2B2B2B;
  font-size: 1.8rem;
  font-weight: 400;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  line-height:1;
}
.board-table table .btitle {
  display: inline-flex;
  position: relative;
  align-items: center;
  max-width: 100%;
  flex-direction: row-reverse;
}
.board-table table .btitle span {
  flex-grow: 1;
  width:100%;
  white-space:normal;
}
.board-table table .btitle i {
  flex-shrink: 0;
  margin-right: .5rem;
  margin-top: .15rem;
}
.board-table table .btitle:hover {
  text-decoration: underline;
  text-underline-position: under;
}
.board-table table .new {
  flex-shrink: 0;
  width: 1.8rem;
  height: 1.8rem;
  color: #fff;
  font-size: 8px;
  font-weight: 700;
  background: #D92A3C;
  border-radius: 50%;
  text-align: center;
  margin-left: 1rem;
}
.board-table table .state {
  font-size: 1.8rem;
  font-weight: 500;
}
.board-table table .state--wait {
  color: #E16C40;
}
.board-table table .state--ing {
  color: #F99237;
}
.board-table table .state--end {
  color: #222;
}
.board-table table .state--off {
  color: #999;
}
.board-table table .state--success {
  color: #f99237;
}
.board-table table .request {
  width: 13rem;
  height: 4.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.5rem;
  color: #fff;
  margin: auto;
  max-width: 100%;
  font-size: 1.7rem;
  font-weight: 400;
  padding: 0 1rem;
  text-align: center;
}
.board-table table .request[onclick=""] {
  cursor: pointer;
}
.board-table table .request--wait {
  background: #E16C40;
}
.board-table table .request--ing {
  border: 1px solid #f99237;
  background: transparent;
  color: #F99237;
}
.board-table table .request--ing:hover {
  background: #0099DB;
  color: #fff;
}
.board-table table .request--end {
  background: #222;
}
.board-table table .request--off {
  background: #999;
}
.board-table table .request--cancel {
  border: 1px solid #f99237;
  background: transparent;
  color: #F99237;
}
.board-table table .request--cancel:hover {
  background: #0099DB;
  color: #fff;
}
.board-table table .request--give {
  border: 1px solid #f99237;
  background: transparent;
  color: #F99237;
}
.board-table table .request--give:hover {
  background: #0099DB;
  color: #fff;
}
.board-gallery {
  display: flex;
  margin: -1.65rem;
  flex-wrap: wrap;
  padding: 3.3rem 0;
  position: relative;
}
.board-gallery--align4 .board-gallery-item {
  width: 25%;
}
.board-gallery--align3 .board-gallery-item {
  width: 33.3333%;
}
.board-gallery-item {
  padding: 1.65rem;
}

.board-gallery-item > a {
	display:flex;
	flex-direction:column;
	height:100%;
}
.board-gallery-item.active .board-gallery-item-img img {
  opacity: 0.4;
}
.board-gallery-item.active .board-gallery-item-link {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.board-gallery-item-info:hover .board-gallery-item-img img {
  opacity: 0.4;
}
.board-gallery-item-info:hover .board-gallery-item-img::before {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.board-gallery-item-info:hover .board-gallery-item-link {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.board-gallery-item-info:hover .board-gallery-item-text {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-position: under;
}
.board-gallery-item-info[title=진행중] .board-gallery-item-img-label {
  background: #12217D;
}
.board-gallery-item-info[title=행사종료] .board-gallery-item-img-label {
  background: #8E8E8E;
}
.board-gallery-item-file {
  display: flex;
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
}
.board-gallery-item-file > strong {
  position: relative;
  width: 15rem;
  font-weight: 600;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #F7F7F7;
}
.board-gallery-item-file > strong i {
  margin-right: 0.8rem;
  color: #4D4D4D;
}
.board-gallery-item-file div {
  display: flex;
  width: calc(100% - 15rem);
  padding: 3.2rem 2.4rem;
  overflow: hidden;
  flex-direction: column;
}
.board-gallery-item-file div a {
  display: flex;
  align-items: center;
  position: relative;
  padding-left: 3.6rem;
}
.board-gallery-item-file div a + a {
  margin-top: 0.8rem;
}
.board-gallery-item-file div a::before {
  display: block;
  font-family: "remixicon";
  content: "\ec5a";
  width: 2.4rem;
  height: 2.4rem;
  background: #1A1A1A;
  text-align: center;
  line-height: 2.4rem;
  color: #fff;
  font-size: 1.4rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
.board-gallery-item-file div a:hover strong {
  text-decoration: underline;
}
.board-gallery-item-file div a strong {
  font-size: 1.6rem;
  color: #1A1A1A;
  text-overflow: ellipsis;
  overflow: hidden;
  display: block;
  white-space: nowrap;
  font-weight: 400;
}
.board-gallery-item-file div a span {
  flex-shrink: 0;
  color: #AAAAAA;
  font-size: 1.4rem;
  margin-left: 0.7rem;
}
.board-gallery-item-img {
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 64.7519%;
  position: relative;
  border: 1px solid #D6D6D6;
  background: #000;
  overflow: hidden;
  flex-shrink:0;
}
.board-gallery-item-img img {
  position: absolute;
  top: -1px;
  left: -1px;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.25s;
  max-width: none;
}
.board-gallery-item-img::before {
  display: none;
  content: "\ea12\a  자세히보기";
  position: absolute;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  transform: translateY(10%);
  transition: 0.25s 0.1s;
  opacity: 0;
  visibility: hidden;
  z-index: 1;
  white-space: pre;
  font-family: "Noto Sans KR", "remixicon", sans-serif;
  text-align: center;
  color: #fff;
  font-size: 1.7rem;
  font-weight: 400;
  line-height: 1.35;
}
.board-gallery-item-img-label {
  position: absolute;
  top: 1.1rem;
  right: 1.1rem;
  z-index: 1;
  width: 7.6rem;
  height: 2.9rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: -0.05em;
  border-radius: 0.3rem;
}
.board-gallery-item-text {
  display: flex;
  margin-top: 1.5rem;
  flex-direction:column;
  justify-content:space-between;
  align-items:flex-start;
  flex-grow:1;
}
.board-gallery-item-text-label {
  display: inline-block;
  line-height: 1;
  padding: 0.3rem 0.5rem;
  background: #0099DB;
  border-radius: 0.3rem;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: -0.05em;
  vertical-align: top;
  margin-bottom:.5rem;
}
.board-gallery-item-text-title {
  display:block;
  font-size: 1.7rem;
  font-weight: 500;
  line-height: 1.6470588235;
  margin-bottom:auto;
}
.board-gallery-item-text-info {
  display: flex;
  flex-wrap: wrap;
  margin-top: 0.75rem;
  font-size: 1.7rem;
}
.board-gallery-item-text-info > span {
  margin-right: 2.8rem;
}
.board-gallery-item-text-info strong {
  color: #AAA;
  margin-right: 0.5rem;
  font-weight: 500;
}
.board-gallery-item-text-date {
  display: block;
  padding-left: 2.5rem;
  position: relative;
  font-size: 1.6rem;
  color: #646464;
  margin-top: 2rem;
}
.board-gallery-item-text-date::before {
  display: block;
  font-family: "remixicon";
  content: "\eb29";
  position: absolute;
  left: 0;
  top: 0.45rem;
  font-size: 1.9rem;
  color: #646464;
  line-height: 1;
}
.board-gallery-item-link {
  width: 100%;
  height: 4.8rem;
  position: absolute;
  bottom: 0;
  left: 0;
  display: flex;
  transform: translateY(100%);
  transition: 0.25s 0.1s;
  background: rgba(34, 43, 70, 0.9);
}
.board-gallery-item-link a {
  display: flex;
  flex: 1;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  color: #fff;
  padding: 0 2rem;
}
.board-gallery-item-link a + .board-gallery-item-link a {
  border-left: 1px solid #2D4057;
}
.board-gallery-item-link a i + span {
  margin-left: 0.5rem;
}
.board-gallery-item-link-download:hover {
  background: #0099DB;
  border-color: #0099DB;
}
.board-gallery-item-link-download:hover i {
  -webkit-animation: bounce 0.35s ease-in-out infinite alternate;
          animation: bounce 0.35s ease-in-out infinite alternate;
}
.board-gallery-item-link-view:hover {
  background: #12217D;
  border-color: #12217D;
}
.board-gallery-item-link-view:hover i {
  -webkit-animation: go 0.35s ease-in-out infinite alternate;
          animation: go 0.35s ease-in-out infinite alternate;
}
.board-gallery-catalog .board-gallery-item-img {
  padding-bottom: 136.0748%;
}
.board-gallery-catalog .board-gallery-item-img::before {
  display: none;
}
.board-gallery-catalog .board-gallery-item-info:hover .board-gallery-item-img img {
  opacity: 1;
}
.board-gallery-certification .board-gallery-item-img {
  padding-bottom: 141.0526%;
}
.board-gallery-certification .board-gallery-item-text-title {
  text-align: center;
}
.board-gallery-video .board-gallery-item-img {
  padding-bottom: 84.7457%;
}
.board-gallery-video .board-gallery-item-img img {
	width:100%;
	height:auto;
	margin:auto 0;
	top:0;
	bottom:0;
	margin:auto 0;
}
.board-gallery-video .board-gallery-item-img::before {
  display: flex;
}
.board-gallery-card .board-gallery-item-img {
	padding-bottom:100%;
}
.board-gallery-card .board-gallery-item-img::before {
  display: flex;
}
.board-thumbnail-item {
  display: flex;
  padding: 4rem;
  align-items: center;
  border-bottom: 1px solid #DDD;
}
.board-thumbnail-item:hover .board-thumbnail-item-img img {
  opacity: 0.4;
}
.board-thumbnail-item:hover .board-thumbnail-item-img::before {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.board-thumbnail-item:hover .board-thumbnail-item-text::after {
  background: #1E9A6B;
  color: #fff;
}
.board-thumbnail-item-img {
  width: 41.2rem;
  position: relative;
}
.board-thumbnail-item-img::before {
  display: flex;
  content: "\ea11\a  자세히보기";
  position: absolute;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  transform: translateY(10%);
  transition: 0.25s 0.1s;
  opacity: 0;
  visibility: hidden;
  z-index: 1;
  white-space: pre;
  font-family: "SUIT", "remixicon", sans-serif;
  text-align: center;
  color: #fff;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.35;
}
.board-thumbnail-item-img span {
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 60.67%;
  position: relative;
  background: #000;
}
.board-thumbnail-item-img span img {
  position: absolute;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  top: -1px;
  left: -1px;
  -o-object-fit: cover;
     object-fit: cover;
  max-width: none;
  transition: 0.25s;
}
.board-thumbnail-item-text {
  width: calc(100% - 41.2rem);
  padding-left: 7rem;
  position: relative;
  padding-right: 10rem;
}
.board-thumbnail-item-text::after {
  display: block;
  font-family: "remixicon";
  content: "\ea6c";
  display: flex;
  width: 8rem;
  height: 8rem;
  align-items: center;
  justify-content: center;
  background: #EAEAEA;
  color: #000;
  font-size: 2rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  border-radius: 50%;
}
.board-thumbnail-item-text > * + * {
  margin-top: 1.25rem;
}
.board-thumbnail-item-text-title {
  color: #2B2B2B;
  font-size: 3.5rem;
  font-weight: 700;
  text-overflow: ellipsis;
  overflow: hidden;
  display: block;
  white-space: nowrap;
}
.board-thumbnail-item-text-root {
  color: #06714B;
  font-size: 2rem;
  font-weight: 500;
}
.board-thumbnail-item-text-desc {
  text-overflow: ellipsis;
  overflow: hidden;
  display: block;
  white-space: nowrap;
  height: 5rem;
  display: flex;
  align-items: flex-end;
}
.board-qna-question {
  display: flex;
  padding: 0 3.2rem;
  align-items: center;
  height: 9.4rem;
  position: relative;
  border-bottom: 1px solid #DEDEDE;
}
.board-qna-question.arrow::after {
  display: block;
  font-family: "remixicon";
  content: "\ea4e";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  right: 3.2rem;
  color: #aaa;
  font-size: 2.4rem;
  font-weight: 400;
  transition: 0.25s;
}
.board-qna-question.active {
  color: #0099DB;
  background: #F2F7F9;
}
.board-qna-question.active::after {
  transform: translateY(-50%) rotate(180deg);
  color: #0099DB;
}
.board-qna-question.active + ul {
  background: #F2F7F9;
}
.board-qna-question i {
  width: 4.4rem;
  color: #0099DB;
  font-size: 2.4rem;
  font-weight: 700;
  font-family: "Montserrat";
}
.board-qna-question span {
  width: calc(100% - 4.4rem);
  padding-right: 4rem;
  font-weight: 700;
}
.board-qna-answer {
  padding: 3.2rem;
  display: none;
}
.board-qna-answer li {
  padding-left: 4.4rem;
  line-height: 1.4444444444;
}
.board_pager{
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin-top: 5.6rem;
}
.board_pager a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4rem;
  height: 4rem;
  margin: 0;
  color: #595959;
  margin-left: -1px;
  font-size: 1.6rem;
  border-radius: 50%;
}

.board_pager a i {
  flex: 1;
  font-size: 1.8rem;
  color: #777;
}
.board-paging-first, .board-paging-prev, .board-paging-next, .board-paging-last {
  margin-left: 0.5rem !important;
  border: 1px solid #ddd;
}
.board-paging-first i:last-of-type, .board-paging-last i:last-of-type {
  margin-left: -2.75rem;
}
.board-paging-prev {
  margin-right: 1rem !important;
}
.board-paging-next {
  margin-left: 1rem !important;
}
.board_pager a.active {
  font-weight: 500;
  background: #01A78A;
  color: #fff !important;
}
.board-view .btn-wrapper {
	margin:3rem -1.6rem -1.6rem 0;
}
.board-view .board-view-info + .btn-wrapper {
	margin-bottom:1.4rem;
}
.board-view-title {
  position: relative;
  border-top: 2px solid #555;
}
.board-view-title-topic {
  display: block;
  padding: 2rem;
  color: #333;
  font-size: 2.6rem;
  font-weight: 700;
  text-align: center;
}
.board-view-title-list {
  padding: 2rem 0;
  background: #F8F9FA;
  border-top: 1px solid #E1E1E1;
  border-bottom: 1px solid #E1E1E1;
}
.board-view-title-list ul {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 -1rem;
}
.board-view-title-list ul li {
  padding: 0 1rem;
  display: flex;
  align-items: center;
  color: #555;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.25;
}
.board-view-title-list ul li span {
  position: relative;
  padding: 0 1.1rem;
  letter-spacing: -0.03em;
  color: #8F8F8F;
  
}
.board-view-title-list ul li span::before, .board-view-title-list ul li span::after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: #ddd;
}
.board-view-title-list ul li span::before {
  width: 0.3rem;
  height: 0.3rem;
  left: 0;
}
.board-view-title-list ul li span::after {
  width: 1px;
  height: 1.2rem;
  right: 0;
}
.board-view-title-list ul li strong {
  padding-left: 1rem;
}
.board-view-info {
  padding: 5.6rem 0;
  border-bottom: 1px solid #E1E1E1;
}
.board-view-info-inner {
  padding: 4rem;
  background: rgba(221, 221, 221, 0.21);
}
.board-view .btn-area {
  margin: 2.8rem 0;
}
.board-view-navigation {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  margin-top: 2.5rem;
}
.board-view-navigation > a {
  display: flex;
  height: 6rem;
  color: #333;
  font-size: 1.8rem;
  font-weight: 400;
  align-items: center;
}
.board-view-navigation > a strong {
  position: relative;
  width: 15rem;
  height: 100%;
  font-weight: 600;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #F7F7F7;
}
.board-view-navigation > a strong i {
  margin-right: 0.8rem;
  color: #4D4D4D;
}
.board-view-navigation > a span {
  width: calc(100% - 15rem);
  padding: 0 2.4rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.board-view-navigation-prev {
  border-bottom: 1px solid #ddd;
}
.board-view-file {
  display: flex;
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
  margin-top: 3rem;
}
.board-view-file > strong {
  position: relative;
  width: 18rem;
  font-weight: 600;
  display: flex;
  text-align: left;
  align-items: center;
  background: #F7F7F7;
  flex-shrink: 0;
  padding: 1.6rem 3rem;
  border-right: 1px solid #ddd;
}
.board-view-file > strong i {
  margin-right: 0.8rem;
  color: #4D4D4D;
}
.board-view-file div {
  display: flex;
  width: calc(100% - 18rem);
  padding: 1.5rem;
  overflow: hidden;
  flex-direction: column;
}
.board-view-file div article {
	display:flex;
	align-items:center;
}
.board-view-file div article a {
  display: flex;
  align-items: center;
  position: relative;
  padding-left: 3.6rem;
}
.board-view-file div article a.preview {
	padding-left:0;
}
.board-view-file div article a.preview::before {
	display:none;
}
.board-view-file div article + article {
  margin-top: 0.8rem;
}
.board-view-file div a + a {
	margin-top: 0.8rem;
}
.board-view-file div a {
	padding-left:3.6rem;
	position:relative;
	align-items:center;
	display:flex;
}
.board-view-file div a::before {
  display: block;
  font-family: "remixicon";
  content: "\ec5a";
  width: 2.4rem;
  height: 2.4rem;
  background: #1A1A1A;
  text-align: center;
  line-height: 2.4rem;
  color: #fff;
  font-size: 1.4rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
.board-view-file div a:hover strong {
  text-decoration: underline;
}
.board-view-file div a strong {
  font-size: 1.6rem;
  color: #1A1A1A;
  text-overflow: ellipsis;
  overflow: hidden;
  display: block;
  white-space: nowrap;
  font-weight: 400;
}
.board-view-file div a span {
  flex-shrink: 0;
  color: #8F8F8F;
  font-size: 1.4rem;
  margin-left: 0.7rem; 
  line-height:1;
  margin-right: 2rem;
}

.board-view-file div a button {
  margin-left: auto;
  width: 9.6rem;
  height: 3.4rem;
  font-size: 1.6rem;
  color: #000b17;
  border: 1px solid #1d1d1d;
  border-radius: .4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.board-view-file div a.preview {
	display:flex;
	align-items:center;
	padding-left:1rem; 
	text-align:right;
}
.board-view-file div a.preview i {
	margin-left:.35rem;
	line-height:1;
}
.board-view-file div a.preview span {
	display:flex;
	align-items:center;
}
.board-view-img {
  width: 53%;
}
.board-view-img .swiper-slide {
  width: 100%;
  height: 0;
  padding-bottom: 78%;
  position: relative;
  overflow: hidden;
}
.board-view-img .swiper-slide img {
  position: absolute;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  top: -1px;
  left: -1px;
  -o-object-fit: cover;
     object-fit: cover;
}
.board-view-img .swiper-pagination {
  bottom: 1.5rem;
}
.board-view-img .swiper-button-next, .board-view-img .swiper-button-prev {
  width: 5rem;
  height: 5rem;
  background: #AAA;
  display: flex;
  align-items: center;
  justify-content: center;
}
.board-view-img .swiper-button-next::after, .board-view-img .swiper-button-prev::after {
  display: block;
  font-family: "remixicon";
  color: #fff;
  font-size: 2.4rem;
  font-weight: 400;
}
.board-view-img .swiper-button-next {
  right: 0;
}
.board-view-img .swiper-button-next::after {
  content: "\ea6e";
}
.board-view-img .swiper-button-prev {
  left: 0;
}
.board-view-img .swiper-button-prev::after {
  content: "\ea64";
}
.board-view-img-list {
  margin-top: 15px;
}
.board-view-img-list .swiper-slide {
  padding-bottom: 17.639%;
  position: relative;
}
.board-view-img-list .swiper-slide::after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  border: 2px solid #0099DB;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  visibility: hidden;
  z-index: 1;
  box-sizing: border-box;
}
.board-view-img-list .swiper-slide-thumb-active::after {
  opacity: 1;
  visibility: visible;
}
.board-view .table-wrapper {
	margin-top:0;
}
.board-view .table-container {
	border-top:none;
	border-bottom:none;
}
.board-view .table-container table tr th {
	background:transparent;
	border-left:1px solid #dedede;
}
.board-view:has(.board-comment) .board-view-info {
  padding: 2.5rem 4rem;
} 
.board-comment {
  margin-top: 6.3rem;
  border-top: 2px solid #333;
  border-bottom: 1px solid #e1e1e1;
}
.board-comment-top {
  display: flex;
  border-bottom: 1px solid #e1e1e1;
  background: #F6F6F6;
  padding: 1.5rem 2.2rem;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.board-comment-title {
  font-size: 1.7rem;
}
.board-comment-user {
  font-size: 1.6rem;
}
.board-comment-user ul {
  display: flex;
  gap: 1.6rem;
}
.board-comment-user li {
  padding: 0 .6rem;
  display: flex;
  align-items: center;
}
.board-comment-user li span {
  padding-right: .9rem;
  margin-right: .9rem;
  position: relative;
  color: #8F8F8F;
}
.board-comment-user li span::after {
  display: block;
  content: "";
  width: 1px;
  height: 1.2rem;
  background: #ddd;
  position: absolute;
  right: -0.5px;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
.board-comment-user li strong {
  font-weight: 700;
  color: #555;
}
.board-comment-desc {
  padding: 2.5rem 4rem;
  color: #707070;
}

.board .media_cont {
  width: 960px;
  margin: auto;
  padding-bottom: 49%;
  position: relative;
  overflow: hidden;
  max-width: 100%;
}
.board .media_cont iframe {
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  position: absolute;
  top: -1px;
  left: -1px;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 1024px) {
  .board-gallery {
    padding: 1.5rem 0;
    margin: -0.75rem;
  }
  .board-gallery-item {
    padding: 0.75rem;
  }
}
@media (max-width: 768px) {
  .board-info {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }
  .board-current + .board-search {
    margin-top: 1.6rem;
  }
  .contents .board-search {
    width: 100%;
    margin-left: 0;
  }
  .contents .board-search-select {
    flex-shrink: 0;
    width: auto;
  }
  .contents .board-search-select select {
    padding: 0 4rem 0 1.5rem;
  }
  .contents .board-search-input {
    flex-grow: 1;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-right: none;
  }
  .contents .board-search-input input {
    width: 100%;
    padding: 0.5rem 1.5rem;
  }
  .contents .board-search-btn {
    width: 5rem;
    margin-left: 0;
    flex-shrink: 0;
  }
  .contents .board-search-btn button {
    width: 100%;
  }
  .board-paging a {
    width: 4.3rem;
    height: 4.3rem;
  }
  .board-paging-first i:last-of-type, .board-paging-last i:last-of-type {
    margin-left: -2.85rem;
  }
  .board-table table colgroup col.col2 {
    width: 100% !important;
  }
  .board-table table colgroup col.col3 {
    width: 60px !important;
  }
  .board-table table colgroup col:nth-of-type(1) {
  	width:50px;
  }
  .board-table table colgroup col:nth-of-type(3) {
  	width:30%;
  }
  .board-table table.table2 colgroup col:nth-of-type(3) {
  	width:100%;
  }
  .board-table.board-table-evaluation table colgroup col:nth-of-type(1) {
  	width:60px;
  }
 .board-table.board-table-evaluation table colgroup col:nth-of-type(2) {
  	width:60px;
  }
  .board-table.board-table-evaluation table colgroup col:nth-of-type(3) {
  	width:100%;
  }
  .board-table.board-table-evaluation table colgroup col:nth-of-type(4) {
  	width:60px;
  }
  .board-table table th, .board-table table td {
  	white-space:normal;
  }
  .board-table table .notice {
    padding-left: 0;
    line-height: 1.15;
  }
  .board-table table .notice::before {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
  }
  .board-table table .btitle {
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
  }
  .board-table table .new {
    margin-left: 0;
  }
  .board-table table .new + span {
    padding-left: 1rem;
    max-width: calc(100% - 1.8rem);
  }
  .board-table .m-hidden {
    display: none;
  }
  .board-table .m-visible {
    display: flex;
    width: 100%;
    margin-top: 0.5rem;
  }
  .board-table .m-visible div {
    padding-left: 2.4rem;
    position: relative;
    color: #aaa;
    font-size: 1.6rem;
  }
  .board-table .m-visible div::before {
    display: block;
    font-family: "remixicon";
    color: #aaa;
    font-size: 1.6rem;
    font-weight: 400;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    line-height: 1;
    transform: translateY(-40%);
  }
  .board-table .m-visible div + * {
    margin-left: 1.4rem;
  }
  .board-table .m-visible-date::before {
    content: "\eb27";
  }
  .board-table .m-visible-hit::before {
    content: "\ecb5";
  }
  .board-qna-question {
    min-height: 7.2rem;
  }
  .board-qna-answer {
    padding: 1.5rem 3.2rem;
  }
  .board-qna-answer li {
    padding-left: 0;
  }
  
  .board-view-title-topic {
  	font-size:2.3rem;
  	line-height:1.3;
  }
  
  .board-view-title-list ul {
  	flex-direction:column;
  	justify-contents:flex-start;
  	align-items:flex-start;
  }
   .board-view-title-list ul li + li {
   	margin-top:.35rem;
   }
   .board-view .table-container table colgroup {
   	display:none;
   }
   .board-view .table-container table tr {
   	display:flex;
   	flex-wrap:wrap;
   }
   .board-view .table-container table tr th {
   	width:25%;
   	border-top:none;
   }
   .board-view .table-container table tr td {
   	width:75%;
   	border-top:none;
   	border-left:none;
   }
   
   .board-view-file div article {
   		flex-direction:column;
   		align-items:flex-start;
   }
   .board-view-file div article a {
   	max-width:100%;
   }
   .board-view-file div article a.preview {
   		align-self:flex-end;
   		margin-top:.5rem;
   }
   .board-view-file {
      flex-direction: column;
   }
   .board-view-file > strong {
    padding: 1rem 1.5rem;
    width: 100%;
   }

   .board-view-file div {
    width: 100%;
    padding: 1rem 1.5rem;
   }
   .board-view-file div a span {
    margin-right: 0;
   }
   .board-view-file div a button {
    display: none;
   }
  
}
@media (max-width: 587px) {
  .board-gallery--align3 .board-gallery-item, .board-gallery--align4 .board-gallery-item {
    width: 50%;
  }
  
  .board-view-file {
  		flex-direction:column;
  }
  .board-view-file > strong {
  	height:6rem;
  	width:100%;
  }
  .board-view-file div {
  	width:100%;
  }
}
@media (max-width: 520px) {
  .contents .board-search {
    flex-wrap: wrap;
    height: auto;
  }
  .contents .board-search-select, .contents .board-search-input, .contents .board-search-btn {
    height: 5rem;
    margin-left: 0;
    margin-right: 0;
  }
  .contents .board-search-select {
    width: 100%;
    margin-bottom: 0.5rem;
  }
  .contents .board-search-input {
    width: calc(100% - 5rem);
  }
}
@media (max-width: 487px) {
  .board-table table tr {
    padding-right: 0;
  }
  .board-table table .request {
    position: relative;
    top: auto;
    height: 6rem;
    right: auto;
    width: 100%;
    margin-top: 2rem;
  }
  
  
}
@media (max-width: 640px) {
  .board-thumbnail-item {
    padding: 4rem 0;
  }
  .board-thumbnail-item-img {
    width: 35rem;
  }
  .board-thumbnail-item-text {
    width: calc(100% - 35rem);
    padding-left: 4rem;
  }
}
@media (max-width: 587px) {
  .board-thumbnail-item {
    flex-direction: column;
  }
  .board-thumbnail-item-text {
    width: 100%;
    padding-left: 0;
    margin-top: 2rem;
  }
  .board-thumbnail-item-img {
    width: 100%;
  }
  .board-thumbnail-item-text::after {
    display: none;
  }
}

.board-report {
	display:flex;
	flex-wrap:wrap;
	margin:0 -2.5rem;
}

.board-report-info {
	width:50%;
	padding:2.8rem 2.5rem;
}

.board-report-item {
	position:relative;
	display:flex;
}

.board-report-item-img {
	width:17.9rem;
	flex-shrink:0;
}

.board-report-item-img span {
	display:block;
	height:0;
	padding-bottom:135.1955%;
	position:relative;
	overflow:hidden;
}

.board-report-item-img span img {
	position:absolute;
	width:calc(100% + 2px);
	height:calc(100% + 2px);
	left:-1px;
	top:-1px;
	object-fit:cover;
	max-width:none;
}

.board-report-item-text {
	flex-grow:1;
	padding-left:3rem;
	display:flex;
	flex-direction:column;
	justify-content:space-between;
	width:calc(100% - 17.9rem)
}

.board-report-item-text-title {
	color:#3A3A3A;
	letter-spacing:-0.05em;
	font-size:1.7rem;
	font-weight:500;
	margin-bottom:2rem;
	width:100%;
}

.board-report-item-text-info {
	margin-bottom:2rem;
}

.board-report-item-text-info li {
	position:relative;
	color:#646464;
	font-size:1.6rem;
	padding-left:2.4rem;
}

.board-report-item-text-info li + li {
	margin-top:1rem;
}

.board-report-item-text-info li::before {
	display:block;
	font-family:'remixicon';
	position:absolute;
	top:-.15rem;
	left:0;
	font-size:1.9rem;
}

.board-report-item-text-info li.board-report-item-text-info-writer::before {
	content:"\f264"
}

.board-report-item-text-info li.board-report-item-text-info-date::before {
	content:"\eb29"
}

.board-report-item-text-button {
	margin-top:auto;
	display:flex;
	gap:.5rem;
	flex-wrap:wrap;
}

.board-report-item-text-button a {
	flex:1;
	border:1px solid #C1C1C1;
	border-radius:.5rem;
	background:#fff;
	display:flex;
	justify-content:space-between;
	align-items:center;
	padding:.4rem 1.2rem;
	font-size:1.6rem;
	font-weight:500;
	height:3.85rem;
}

.board-report-item-text-button a i {
	margin-left:.5rem;
}

.board-report-popup {
	display:none;
	position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    align-items: center;
    justify-content: center;
    padding: 2rem;
    background: rgba(0,0,0,0.5);
    z-index: 20;
    overflow:auto;
    z-index:20;
}

.board-report-popup.active {
	display:flex;
}
.board-report-popup-img {
	position:relative;
	max-width:100%;
	display:flex;
	flex-direction:column;
	width:50rem;
}
.board-report-popup-img img {
	width:100%;
}
.board-report-popup-close {
	align-self:flex-end;
	color:#fff;
	font-size:4.5rem;
	line-height:1;
	margin-bottom:1rem;
}

@media (max-width:768px) {
	.board-report-info {
		width:100%;
	}
}

@media (max-width:487px) {
	.board-report-item-img {
		width:16rem;
	}
	.board-report-item-text {
		padding-left:2rem;
		width:calc(100% - 16rem)
	}
}

.label {
  padding: .5rem 1.5rem;
  border-radius: 3rem;
  font-size: 1.5rem;
  color: var(--label-color);  
  background: var(--label-background);  
}
.label[data-type="type01"] {
  --label-color : #fff;
  --label-background : #505050;
}
.label[data-type="type02"] {
  --label-color : #3a3a3a;
  --label-background : #eee;
}

/* 파일 업로더 */
#uploaderContainer {
  text-align: left;
  width: 100%;
  overflow: auto;
}
/* 
#uploaderContainer > div {
  max-width:100% !important;
} */

#uploaderContainer input,
#uploaderContainer select {
  padding: 0;
}

#uploaderContainer .slick-header-column.ui-state-default {
  height: auto;
}

.board-faq-empty {
  padding: 1.4rem;
  text-align: center;
  position: relative;
  font-size: 1.7rem;
  font-weight: 300;
  line-height: 1.4117647059;
}
.board-faq-item {
  border-bottom: 1px solid #e2e2e2;
}

.board-faq-item.active .board-faq-answer {
  display: flex;
}

.board-faq-question {
  display: flex;
  padding: 2rem;
  color: #616161;
  justify-content: space-between;
  align-items: center;
  font-size: 1.8rem;
  width: 100%;
  font-weight: 700;
  text-align: left;
  gap:1.5rem;
}

.board-faq-question i {
  color: #333;
  font-size: 2.2rem;
  font-weight: 400;
}

.board-faq-answer {
  border-top: 1px solid  #e2e2e2;
  background: #edeef0;
  padding: 2rem;
  display: flex;
  gap: 1.6rem;
  display: none;
}

.board-faq-answer i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 10rem;
  height: 3.6rem;
  color: #9a9a9a;
  font-size: 2rem;
  flex-shrink: 0;
}

.board-faq-answer p {
  font-size: 1.8rem;
  color: #616161;
  line-height: 1.5;
  flex-grow: 1;
}

@media (max-width:768px) {
  .board-faq-question {
    font-size: 1.6rem;
  } 
  .board-faq-answer p {
    font-size: 1.6rem;
  }
  .board-faq-answer i {
    display: none;
  }
}