@charset "UTF-8";
.bbs-search {
  border: 1px solid #FFFFFF;
  margin-bottom: 3.45rem;
  padding: 1.75rem 1rem;
}
.bbs-search__content {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.bbs-search__item {
  position: relative;
}
.bbs-search__item--fst {
  width: 100%;
  max-width: 11.35rem;
}
@media screen and (max-width: 1124px) {
  .bbs-search__item--fst {
    max-width: 20%;
  }
}
@media screen and (max-width: 768px) {
  .bbs-search__item--fst {
    max-width: 30%;
  }
}
.bbs-search__item--mid {
  width: 100%;
  max-width: 29.8rem;
}
@media screen and (max-width: 1124px) {
  .bbs-search__item--mid {
    max-width: calc(60% - 1rem);
  }
}
@media screen and (max-width: 768px) {
  .bbs-search__item--mid {
    max-width: calc(70% - 1rem);
    margin-left: 1rem !important;
  }
}
.bbs-search__item--last {
  width: 100%;
  max-width: 5.5rem;
}
@media screen and (max-width: 1124px) {
  .bbs-search__item--last {
    max-width: calc(20% - 1rem);
  }
}
@media screen and (max-width: 768px) {
  .bbs-search__item--last {
    max-width: 100%;
    margin-top: 1rem;
  }
}
.bbs-search__item .input {
  display: inline-block;
  width: 100%;
  height: 3.1rem;
  padding: 0 1.6rem;
  line-height: 3.1rem;
  font-size: 0.9rem;
  color: #fff;
  background-color: transparent;
  border: 1px solid #FFFFFF;
}
.bbs-search__item .input:focus {
  outline: dashed #2189ff;
}
@media screen and (max-width: 768px) {
  .bbs-search__item .input {
    padding-left: 0.5rem;
  }
}
.bbs-search__item .input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #fff;
}
.bbs-search__item .input::-moz-placeholder { /* Firefox 19+ */
  color: #fff;
}
.bbs-search__item .input:-ms-input-placeholder { /* IE 10+ */
  color: #fff;
}
.bbs-search__item .input::-moz-placeholder { /* Firefox 18- */
  color: #fff;
}
.bbs-search__item select.input {
  position: relative;
  background-image: url(../imgs/icon/ico_white_down_arr.svg);
  background-size: 0.6rem 0.45rem;
  background-position: calc(100% - 1rem) 50%;
}
.bbs-search__item select.input option {
  color: #000;
}
.bbs-search__item .btn-submit {
  display: inline-block;
  width: 100%;
  height: 3.1rem;
  background-color: transparent;
  border: 1px solid #fff;
  line-height: 3.1rem;
  text-align: center;
  font-size: 0.9rem;
  color: #fff;
}
.bbs-search__item .btn-submit:focus {
  outline: dashed #2189ff;
}
.bbs-search .bbs-search__item + .bbs-search__item {
  margin-left: 4.6rem;
}
@media screen and (max-width: 1124px) {
  .bbs-search .bbs-search__item + .bbs-search__item {
    margin-left: 1rem;
  }
}
@media screen and (max-width: 768px) {
  .bbs-search .bbs-search__item + .bbs-search__item {
    margin-left: 0;
  }
}

.bbs-ca {
  position: relative;
  width: 100%;
  margin-bottom: 2rem;
}
.bbs-ca__list {
  position: relative;
  display: flex;
  flex-direction: row;
  margin: -5px;
}
.bbs-ca__item {
  padding: 5px;
}
.bbs-ca__item.active .bbs-ca__link {
  background-color: #fff;
  color: #000;
}
.bbs-ca__link {
  display: inline-block;
  padding: 0.7rem 1rem;
  border: 1px solid #fff;
  font-size: 0.85rem;
  color: #fff;
}
.bbs-ca__link.active, .bbs-ca__link:hover {
  background-color: #fff;
  color: #000;
}
.bbs-ca .swiper-slide {
  width: auto;
}
.bbs-ca__col {
  position: relative;
  padding: 5px;
  width: 10rem;
}
@media screen and (max-width: 639px) {
  .bbs-ca__col {
    width: 33.3333333%;
  }
}
.bbs-ca__col.active .bbs-ca__title {
  background-image: url(../imgs/icon/ico_white_up_arr.svg);
}
.bbs-ca__col.active .bbs-ca__box {
  opacity: 1;
  height: auto;
  visibility: visible;
}
.bbs-ca__title {
  display: block;
  width: 100%;
  padding: 0.7rem 1.6rem;
  font-size: 0.85rem;
  color: #fff;
  text-align: left;
  background-image: url(../imgs/icon/ico_white_down_arr.svg);
  background-size: 0.6rem 0.45rem;
  background-position: calc(100% - 1rem) 50%;
  background-repeat: no-repeat;
  border: 1px solid #FFFFFF;
  transition: all 0.3s ease;
  cursor: pointer;
}
.bbs-ca__title:focus {
  outline: dashed #2189ff;
}
@media screen and (max-width: 768px) {
  .bbs-ca__title {
    padding-left: 0.5rem;
  }
}
.bbs-ca__title::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #fff;
}
.bbs-ca__title::-moz-placeholder { /* Firefox 19+ */
  color: #fff;
}
.bbs-ca__title:-ms-input-placeholder { /* IE 10+ */
  color: #fff;
}
.bbs-ca__title::-moz-placeholder { /* Firefox 18- */
  color: #fff;
}
.bbs-ca select.input {
  position: relative;
  background-image: url(../imgs/icon/ico_white_down_arr.svg);
  background-size: 0.6rem 0.45rem;
  background-position: calc(100% - 1rem) 50%;
}
.bbs-ca select.input option {
  color: #000;
}
.bbs-ca__box {
  position: absolute;
  top: 2.8rem;
  left: 5px;
  width: calc(100% - 5px - 5px);
  border: 1px solid #fff;
  background-color: #252525;
  border-top: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}
.bbs-ca__box .bbs-ca__link {
  display: block;
  width: 100%;
  border-top: 0;
  border-right: 0;
  border-left: 0;
}

.news-btnbox {
  margin-top: 1rem;
  text-align: center;
}
.news-btnbox .news-link {
  display: inline-block;
  position: relative;
  padding: 0.6rem 1rem;
  border-radius: 50px;
  font-size: 0.85rem;
  color: #fff;
  border: 1px solid #fff;
  line-height: 1;
}
.news-btnbox .news-link:hover {
  background-color: #fff;
  color: #000;
}

.bbs-list {
  width: 100%;
  border: 0;
  border-spacing: 0;
  border-collapse: separate;
}
.bbs-list th {
  padding-bottom: 1.35rem;
  border-bottom: 2px solid #fff;
  font-weight: 400;
  font-size: 0.85rem;
  color: #fff;
  text-align: center;
}
.bbs-list td {
  padding: 1.6rem 1rem;
  font-size: 0.85rem;
  color: #fff;
  text-align: center;
  border-bottom: 1px solid #fff;
}
.bbs-list td a {
  color: #fff;
}
.bbs-list td a:hover, .bbs-list td a:focus {
  text-decoration: underline;
}
.bbs-list td a:focus {
  outline: dashed #2189ff;
}
.bbs-list__num {
  width: 10%;
}
.bbs-list__writer {
  width: 17%;
}
.bbs-list__year {
  width: 12%;
}
.bbs-list__date {
  width: 12%;
}
.bbs-list__hit {
  width: 12%;
}
.bbs-list__subject {
  white-space: nowrap;
}
.bbs-list__subject a {
  display: block;
  width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.bbs-list__subject.title {
  text-align: left;
}
@media screen and (max-width: 994px) {
  .bbs-list__writer {
    width: 13%;
  }
  .bbs-list__date {
    width: 13%;
  }
  .bbs-list__hit {
    width: 10%;
  }
}
@media screen and (max-width: 768px) {
  .bbs-list {
    table-layout: fixed;
  }
  .bbs-list__year {
    width: 90px;
  }
  .bbs-list__num {
    width: 85px;
  }
  .bbs-list__writer, .bbs-list__date, .bbs-list__hit {
    display: none;
  }
}

.bbs-detail {
  position: relative;
}
.bbs-detail__info {
  width: 100%;
  margin-top: 2rem;
  border: 0;
  border-spacing: 0;
  border-collapse: separate;
  border-top: 1.5px solid #fff;
}
.bbs-detail__info--mt0 {
  margin-top: 0;
}
.bbs-detail__info th, .bbs-detail__info td {
  padding: 0.6rem;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  font-size: 0.85rem;
  text-align: left;
  color: #fff;
  vertical-align: top;
}
.bbs-detail__info th {
  width: 10rem;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .bbs-detail__info th {
    width: 5rem;
  }
}
.bbs-detail__info td {
  border-right-width: 0;
}
.bbs-detail__info a {
  color: #fff;
  text-decoration: underline;
}
.bbs-detail__info a:hover {
  text-decoration: underline;
}
.bbs-detail__info a:focus {
  outline: dashed #2189ff;
}
.bbs-detail__info .btn-download {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  padding: 0.4rem 0.75rem;
  font-size: 0.75rem;
  line-height: 1;
  border: 1px solid #fff;
  text-decoration: none;
}
.bbs-detail__info .btn-download:hover {
  text-decoration: none;
}
.bbs-detail__info .btn-download:focus {
  outline: dashed #2189ff;
}
.bbs-detail__info .file-list {
  position: relative;
}
.bbs-detail__info .file-list li + li {
  margin-top: 0.5rem;
}
.bbs-detail__content {
  margin-top: 2rem;
  font-size: 0.8rem;
  line-height: 1.5rem;
  color: #fff;
}
.bbs-detail__content > * {
  font-family: Pretendard, "Pretendard", "Gulim", Gulim, Dotum, "돋움", sans-serif !important;
}
.bbs-detail__content > * > * {
  font-family: Pretendard, "Pretendard", "Gulim", Gulim, Dotum, "돋움", sans-serif !important;
}
.bbs-detail__content a {
  color: #fff;
}
@media screen and (max-width: 768px) {
  .bbs-detail__content {
    font-size: 0.85rem;
  }
}
.bbs-detail__content img {
  max-width: 100%;
}
.bbs-detail__content .image {
  margin-bottom: 2rem;
}
.bbs-detail__content p.mt2 {
  margin-top: 2rem;
}
.bbs-detail__title {
  font-weight: 400;
  font-size: 1.2rem;
  text-align: center;
  color: #fff;
}
.bbs-detail__btn-box {
  padding-top: 1rem;
  margin-top: 5rem;
  border-top: 1px solid #fff;
  text-align: right;
}
.bbs-detail__nav {
  margin-top: 1rem;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
.bbs-detail__nav dl {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 0.5rem 0;
}
.bbs-detail__nav dl dt {
  position: relative;
  width: 5.5rem;
  color: #fff;
  font-size: 0.85rem;
  font-weight: 500;
  padding-left: 30px;
}
.bbs-detail__nav dl dt::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -0.45rem;
  width: 1px;
  height: 0.9rem;
  background-color: #fff;
}
.bbs-detail__nav dl dd {
  position: relative;
  width: calc(100% - 5.5rem);
  padding-left: 1rem;
  font-size: 0.85rem;
  color: #fff;
}
.bbs-detail__nav dl dd a {
  display: block;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #fff;
}
.bbs-detail__nav dl dd a:focus {
  outline: dashed #2189ff;
}
.bbs-detail__nav dl + dl {
  border-top: 1px solid #fff;
}

.total-search {
  position: relative;
}
.total-search__form {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  max-width: 838px;
  margin: 0 auto;
}
@media screen and (max-width: 875px) {
  .total-search__form {
    max-width: 100%;
  }
}
@media screen and (max-width: 477px) {
  .total-search__form {
    flex-direction: column;
  }
}
.total-search .input {
  display: block;
  width: 683px;
  height: 2.5rem;
  line-height: 2.5rem;
  border: 1px solid #fff;
  background-color: transparent;
  padding: 0 1rem;
  font-size: 1rem;
  color: #fff;
  font-weight: 400;
}
.total-search .input:focus {
  outline: dashed #2189ff;
}
@media screen and (max-width: 875px) {
  .total-search .input {
    width: 80%;
  }
}
@media screen and (max-width: 477px) {
  .total-search .input {
    width: 100%;
  }
}
.total-search .btn-submit {
  display: block;
  width: 139px;
  height: 2.5rem;
  line-height: 2.5rem;
  text-align: center;
  background-color: #009BD3;
  font-weight: 400;
  font-size: 1rem;
  color: #fff;
}
.total-search .btn-submit:focus {
  outline: dashed #fff;
}
@media screen and (max-width: 875px) {
  .total-search .btn-submit {
    width: 18%;
  }
}
@media screen and (max-width: 477px) {
  .total-search .btn-submit {
    width: 100%;
    margin-top: 0.5rem;
  }
}
.total-search__title {
  margin-top: 3rem;
  font-weight: 600;
  font-size: 1.75rem;
  color: #fff;
}
.total-search__list {
  position: relative;
  margin-top: 4rem;
}
.total-search__botitle {
  margin-bottom: 1.85rem;
  font-weight: 700;
  font-size: 1.5rem;
  color: #fff;
}
.total-search__item a {
  display: block;
  position: relative;
  color: #fff;
}
.total-search__item a:hover .total-search__item__subject span,
.total-search__item a:hover > * {
  text-decoration: underline;
}
.total-search__item a:focus {
  outline: dashed #2189ff;
}
.total-search__item__subject {
  font-weight: 700;
  font-size: 1rem;
  color: #fff;
}
.total-search__item__subject span {
  display: inline-block;
  vertical-align: middle;
  font-weight: 300;
  font-size: 0.85rem;
  line-height: 25px;
  text-align: left;
  color: #fff;
}
.total-search__item__text {
  margin-top: 0.65rem;
  font-weight: 300;
  font-size: 0.85rem;
  color: #fff;
}
.total-search__item + .total-search__item {
  margin-top: 1.4rem;
  padding-top: 1.4rem;
  border-top: 1px dashed #fff;
}
.total-search .paginate {
  margin-top: 3rem;
}

.schedule {
  position: relative;
  margin-top: 3rem;
  padding: 2rem 1.5rem;
  background-color: #252525;
}
.schedule__title {
  font-size: 1.5rem;
  color: #fff;
  font-weight: 500;
  text-align: center;
}
.schedule__text {
  margin-top: 0.5rem;
  font-size: 0.8rem;
  color: #fff;
  text-align: center;
}
.schedule__month {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin-top: 1.5rem;
}
.schedule__month__title {
  font-size: 1rem;
  color: #fff;
  font-weight: 500;
  margin: 0 0.5rem;
}
.schedule__month .btn-month-prev,
.schedule__month .btn-month-next {
  position: relative;
  display: block;
  width: 1rem;
  height: 1rem;
  background-size: 0.46rem 0.6rem;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.schedule__month .btn-month-prev {
  background-image: url(../imgs/icon/ico_white_left_arr.svg);
}
.schedule__month .btn-month-next {
  background-image: url(../imgs/icon/ico_white_right_arr.svg);
}
.schedule__table-box {
  position: relative;
  width: 100%;
  margin-top: 1.5rem;
  -webkit-overflow-scrolling: touch;
}
.schedule__table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}
.schedule__table th, .schedule__table td {
  position: relative;
  width: 14%;
  text-align: left;
  font-size: 0.8rem;
  font-weight: 400;
  color: #fff;
  border: 1px solid #dedede;
  padding: 0.5rem;
}
.schedule__table thead th {
  text-align: center;
  border-bottom-width: 0;
}
.schedule__table td {
  vertical-align: top;
  height: 90px;
}
@media screen and (max-width: 830px) {
  .schedule__table {
    border-top: 1px solid #dedede;
  }
  .schedule__table colgroup,
  .schedule__table thead {
    display: none;
  }
  .schedule__table tbody,
  .schedule__table tr {
    display: block;
  }
  .schedule__table td {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    padding: 0;
    border-top-width: 0;
    border-left-width: 0;
    border-right-width: 0;
    height: auto;
    font-size: 0.85rem;
  }
  .schedule__table td.empty {
    display: none;
  }
  .schedule__table tr,
  .schedule__table td {
    width: 100%;
  }
  .schedule__table .time {
    width: 6rem;
    padding: 1rem;
  }
}
.schedule .color-blue {
  color: #3887ff !important;
}
.schedule .color-red {
  color: #DB002C !important;
}
.schedule .time {
  font-weight: 500;
}
.schedule .year-month {
  display: none;
}
@media screen and (max-width: 830px) {
  .schedule .year-month {
    display: block;
    width: 100%;
  }
}
.schedule .day {
  display: none;
}
@media screen and (max-width: 830px) {
  .schedule .day {
    display: inline-block;
  }
}
.schedule__items {
  margin-top: 5px;
}
@media screen and (max-width: 830px) {
  .schedule__items {
    width: calc(100% - 6rem);
    margin-top: 0;
    padding: 1rem;
  }
}
.schedule__items__item {
  position: relative;
  padding-left: 0.5rem;
  line-height: 1.3;
}
.schedule__items__item::before {
  content: "";
  display: block;
  position: absolute;
  top: 6px;
  left: 0;
  width: 2px;
  height: 2px;
  border-radius: 100%;
  background-color: #fff;
}
.schedule__items__item + .schedule__items__item {
  margin-top: 5px;
}