@charset "utf-8"; /* CSS Document */
/*****************************************************
	board
*****************************************************/
/* common */
.board .pad20t {
  padding: 0;
}
.board .search_box select,
.board .search_box input,
.board .search_box_news select,
.board .search_box_news input {
  width: calc(100% - 10px);
  height: calc(2.5rem + 2px);
  margin: 0;
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  border: 1px solid #666;
  border-radius: 6px;
  color: #66707a;
  font-size: 17px;
}

.board .search_box input::placeholder {
  color: #66707a;
}

.board .search_box select,
.board .search_box_news select {
  position: relative;
  min-width: 140px;
  padding-right: 20px;
  appearance: none;
  background-image: url("/image/2025/select-arr.svg");
  background-repeat: no-repeat;
  background-position: right 0.7rem top 50%;
  background-size: 0.65rem auto;
}

.board .search_box label,
.board .search_box_news label {
  padding: 0 6px;
  font-size: 17px;
}

/* search_box */
.search_box,
.search_box_news {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  margin-bottom: 35px;
  padding: 35px 0;
  background: var(--gray-color01);
  border-radius: 10px;
  gap: 6px;
}

.search_box .sc_tit2 {
  padding: 0;
  float: none;
}

.search_box .sc_cont1,
.search_box .sc_cont2,
.search_box_news .sc_cont1,
.search_box_news .sc_cont2 {
  float: none;
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
  gap: 6px;
}

.board .search_box .btn-search,
.board .search_box_news .btn-search {
  position: relative;
  width: 47px;
  min-width: 47px;
  padding: 6px 20px;
  border: none;
  background: var(--main-color02) url(/image/2025/icon-search-w.svg) no-repeat center;
  text-indent: -9999px;
}

.board .search_box .btn-search:hover,
.board .search_box_news .btn-search:hover,
.board .search_box .btn-search:focus,
.board .search_box_news .btn-search:focus {
  background: var(--main-color02-hover) url(/image/2025/icon-search-w.svg) no-repeat center;
}

/* page-num */
.page_nu {
  display: flex;
  gap: 10px;
  height: auto;
  margin: 0 0 20px 0;
  padding: 0;
  text-align: left;
}

.page_nu > span {
  position: relative;
  padding-left: 10px;
}

.page_nu > span:not(:first-child)::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 6px;
  left: 0;
  width: 1px;
  height: 15px;
  background-color: #d8d8d8;
}

.page_nu > span:first-child {
  padding-left: 0;
}

.page_nu .crblue {
  color: var(--main-color02) !important;
  font-family: var(--font-type02);
  font-weight: 600;
}

/* board-list */
.board table.basic tbody.tb td,
.board table.basic tbody.tac td,
.board table.basic tbody th {
  padding: 14px 6px;
}

.board table.basic thead.tb th {
  padding: 14px 6px;
  border-top: 2px solid #1d1d1d;
  background: var(--gray-color01);
}

.board table.basic tbody.tb img {
  width: auto;
  height: auto;
  margin-left: 4px;
}

.board table.basic tbody td > a:hover,
.board table.basic tbody td > a:focus {
  font-weight: 400;
  text-decoration: underline;
}

.board .file-attch {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4px;
}

.board .file-attch::after {
  content: "";
  position: relative;
  display: inline-block;
  width: 14px;
  height: 14px;
  background: url("/image/2025/select-arr02.svg") no-repeat center;
}

.board .file-attch strong {
  display: inline-block;
  width: 23px;
  height: 23px;
  line-height: 23px;
  background: var(--main-color02);
  border-radius: 50px;
  color: #fff;
  font-size: 13px;
  font-family: var(--font-type02);
}

.file_style {
  position: absolute;
  margin-top: 10px;
  padding: 10px;
  display: none;
  background: #fff;
  border: #ddd 3px solid;
  border-radius: 10px;
  box-shadow: 0 0.4rem 1.2rem 0 rgba(0, 0, 0, 0.12);
  width: 200px;
  z-index: 20;
}

.file_style li {
  border-bottom: 1px dashed #ddd;
}

.file_style li a {
  display: block;
  padding: 5px 0;
  font-size: 16px;
  line-height: 1.4;
  text-align: left;
  word-break: break-all;
}

.file_style li a:hover,
.file_style li a:focus {
  font-weight: 600;
}

.file_close a {
  position: relative;
  display: inline-flex;
  align-items: center;
  font-size: 16px;
  gap: 6px;
}

.file_close a:hover span,
.file_close a:focus-visible span,
.file_close a:hover .bi,
.file_close a:focus-visible .bi {
  font-weight: 600;
  color: var(--main-color02);
}

/* board-gallery */
.gallery_list02_wrap {
  display: grid;
  gap: 30px;
  padding: 30px 0;
  border-top: 2px solid #1d1d1d;
  border-bottom: 1px solid #ddd;
  grid-template-columns: repeat(3, minmax(32%, 440px));
}
.gallery_list02_wrap.no-list{
  gap:0;
  justify-content:center;
  grid-template-columns: auto;
}
.gallery_list02_wrap.no-list p {
  margin-bottom:0;
}
.gallery_list02_wrap .gallery_list02 {
  width: auto;
  height: auto;
  padding: 0;
}

.gallery_list02_wrap .gallery_list02 .img {
  position: relative;
  display: block;
  width: 100%;
  height: 0;
  margin-bottom: 15px;
  padding-bottom: 60%;
  background: #d5d7dc url(/image/2025/thumb-icon.png) no-repeat 50% 50%;
  background-size: 80px;
  transition: all 0.5s;
  border-radius: 10px;
}

.gallery_list02_wrap .gallery_list02 .img a {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.4s ease-in-out;
  object-fit: cover;
  border-radius: 10px;
  overflow: hidden;
}

.gallery_list02_wrap .gallery_list02 .img a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 0;
  background-color: rgba(0, 0, 0, 0.5);
}

.gallery_list02_wrap .gallery_list02 .img a::after {
  content: "View More";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: inline-flex;
  width: 130px;
  height: 28px;
  background: url(/image/2025/main/icon-link02-w.png) no-repeat right center;
  color: #fff;
  font-size: 20px;
  opacity: 0;
}

.gallery_list02_wrap .gallery_list02 .img a img {
  width: 100%;
  height: 100%;
}

.gallery_list02_wrap .gallery_list02 .img a:hover,
.gallery_list02_wrap .gallery_list02 .img a:focus,
.gallery_list02_wrap .gallery_list02 .img a:hover::before,
.gallery_list02_wrap .gallery_list02 .img a:focus::before,
.gallery_list02_wrap .gallery_list02 .img a:hover::after,
.gallery_list02_wrap .gallery_list02 .img a:focus::after {
  transition: 0.3s all ease-in-out;
}

.gallery_list02_wrap .gallery_list02 .img a:hover::before,
.gallery_list02_wrap .gallery_list02 .img a:focus::before {
  height: 100%;
}

.gallery_list02_wrap .gallery_list02 .img a:hover::after,
.gallery_list02_wrap .gallery_list02 .img a:focus::after {
  opacity: 1;
}

.gallery_list02_wrap .first-letter {
  /* display: inline-block; */
  width: 100%;
  height: 100%;
  padding: 3px;
  float: none;
  text-align: left;
  position: relative;
}

.gallery_list02_wrap .first-letter a {
  display: inline-block;
  width: calc(100% - 20px);
  font-size: 21px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.gallery_list02_wrap .first-letter a:hover,
.gallery_list02_wrap .first-letter a:focus {
  color: var(--main-color01);
  padding-left: 20px;
}

.gallery_list02_wrap .first-letter img {
  position: absolute;
  top: -2px;
  right: 0;
}

.gallery_list02_wrap .last-letter {
  display: flex;
  width: 100%;
  padding: 0;
  text-align: left;
  gap: 10px;
}

.gallery_list02_wrap .last-letter .day,
.gallery_list02_wrap .last-letter .num {
  position: relative;
  float: none;
  width: auto;
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 0;
  white-space: nowrap;
  color: #666;
  font-size: 17px;
  background: none;
}

.gallery_list02_wrap .last-letter .day::before,
.gallery_list02_wrap .last-letter .num::before {
  display: inline-block;
  width: 18px;
  height: 18px;
  text-indent: -9999px;
}

.gallery_list02_wrap .last-letter .day::before {
  content: "등록일";
  background: url(/image/2025/icon-clock.svg) no-repeat center;
}

.gallery_list02_wrap .last-letter .num::before {
  content: "조회수";
  background: url(/image/2025/icon-eye.svg) no-repeat center;
}

/* allery_view */
.gallery_view_cont {
    width:inherit;
    word-break: break-word;
}

.gallery_view_cont img {
    max-width: 100%;
    height: auto;
    display: block;
}

/* board-movie */
.mv_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 60px 0;
}

.movie_wrap {
  float: none;
  border: none;
}

.movie_wrap,
.movie_txt {
  width: calc((100% - 60px) / 2);
}

.movie_wrap > a {
  display: block;
  height: 400px;
  overflow: hidden;
  border-radius: 10px;
}

.movie_wrap .movie {
  padding: 0;
  border: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 400px;
  transition: all 0.4s ease-in-out;
  object-fit: cover;
  overflow: hidden;
  border-radius: 10px;
}

.movie_wrap .movie .mv_btn {
  z-index: 10;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  background: rgba(49, 61, 169, 0.8);
  border-radius: 50px;
}

.movie_wrap .movie .mv_btn .bi {
  color: #fff;
  font-size: 35px;
}

.movie_wrap .movie:hover .mv_btn,
.movie_wrap .movie:focus .mv_btn {
  background: var(--main-color01-hover);
  transition: all 0.5s;
}

.movie_wrap .movie .mv_btn > a {
  display: inline-block;
  width: 100%;
  height: 100%;
}

.movie_wrap .movie img {
  width: 100%;
  height: 100%;
}

.movie_title_box {
  margin-top: 10px;
  padding: 5px 0;
  border-bottom: 1px dashed #ddd;
}

.movie_txt {
  float: none;
  padding: 0;
}

.movie_title_box .tag {
  position: relative;
  padding: 0;
  padding-left: 10px;
  font-size: 18px;
  font-weight: 600;
}

.movie_title_box .tag::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 3px;
  background-color: var(--main-color01);
}

.movie_title_box #daynamic_title {
  font-size: 18px;
  color: #1d1d1d;
  font-weight: 400;
}

.movie_title_box .mv_cont {
  float: none;
  width: 100%;
  height: 270px;
  overflow: auto;
  margin: 0;
  padding: 30px;
  background: var(--gray-color01);
  border-radius: 8px;
  font-size: 16px;
}

.pop-cont .mv_wrap {
  flex-direction: column;
  gap: 30px;
}

.pop-cont .movie_wrap,
.pop-cont .movie_txt {
  width: 100%;
}

.board_mv_list_wrap {
  width: 100%;
}

.board_mv_list_wrap .title_wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 0;
}

.board_mv_list_wrap .title_wrap .page_nu {
  margin-bottom: 0;
}

.board_mv_list_wrap .title_wrap span {
  color: #1d1d1d;
}

.board_mv_list_wrap .board_mv_list {
  width: 100%;
  height: inherit;
  margin: 0;
  padding: 30px 0;
  border-top: 2px solid #1d1d1d;
}

.board_mv_list_wrap .board_mv_list ul {
  display: grid;
  gap: 30px;
  grid-template-columns: repeat(4, minmax(20%, 327px));
}

.board_mv_list_wrap .board_mv_list li {
  float: none;
  width: auto;
  height: auto;
  padding: 0;
}

.board_mv_list_wrap .board_mv_list li .img {
  position: relative;
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 60%;
  border: none;
  background: #d5d7dc url(/common/images/thumb-non.png) no-repeat 50% 50%;
  transition: all 0.5s;
  border-radius: 10px;
}

.board_mv_list_wrap .board_mv_list .img a {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.4s ease-in-out;
  object-fit: cover;
  border-radius: 10px;
  overflow: hidden;
}

.board_mv_list_wrap .board_mv_list .img a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 0;
  background-color: rgba(0, 0, 0, 0.5);
}

.board_mv_list_wrap .board_mv_list .img a::after {
  content: "View More";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: inline-flex;
  align-items: center;
  width: 130px;
  height: 28px;
  background: url(/image/2025/main/icon-link02-w.png) no-repeat right center;
  color: #fff;
  font-size: 20px;
  opacity: 0;
}

.board_mv_list_wrap .board_mv_list .img a:hover,
.board_mv_list_wrap .board_mv_list .img a:focus,
.board_mv_list_wrap .board_mv_list .img a:hover::before,
.board_mv_list_wrap .board_mv_list .img a:focus::before,
.board_mv_list_wrap .board_mv_list .img a:hover::after,
.board_mv_list_wrap .board_mv_list .img a:focus::after {
  transition: 0.3s all ease-in-out;
}

.board_mv_list_wrap .board_mv_list .img a:hover::before,
.board_mv_list_wrap .board_mv_list .img a:focus::before {
  height: 100%;
}

.board_mv_list_wrap .board_mv_list .img a:hover::after,
.board_mv_list_wrap .board_mv_list .img a:focus::after {
  opacity: 1;
}

.board_mv_list_wrap .board_mv_list .img a img {
  width: 100%;
  height: 100%;
}

.board_mv_list_wrap .sj {
  color: #1d1d1d;
  font-size: 21px;
  font-weight: 600;
}

.board_mv_list_wrap a:hover .sj,
.board_mv_list_wrap a:focus .sj {
  color: var(--main-color01);
}

/* board-webzine */
.news02_01 {
  display: flex;
  flex-wrap: wrap;
  gap: 65px 4%;
}

.news02_01 li {
  width: 22%;
}

.news02_01_photo {
  position: relative;
  display: block;
  width: 100%;
  height: 0;
  margin-bottom: 20px;
  padding-bottom: 100%;
  overflow: hidden;
  background: #edf1f6 url(/common/images/thumb-non.png) no-repeat 50% 50%;
  transition: all 0.5s;
  border-radius: 10px;
}

.news02_01_photo img {
  position: absolute;
  top: 40px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 240px;
  height: 100%;
  transition: all 0.4s ease-in-out;
  object-fit: cover;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.news02_01_tit {
  position: relative;
  display: -webkit-box;
  width: 100%;
  height: 63px;
  margin-bottom: 10px;
  text-overflow: ellipsis;
  word-break: keep-all;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  color: #333;
  font-size: 21px;
  font-weight: 600;
  text-align: center;
}
.news02_01 li .news02_01_btn {text-align:center}

/* board-view */
.table_basic_board {
  width: 100%;
  border-top: 2px solid #1d1d1d;
  border-left: none;
  border-right: none;
}

.table_basic_board th,
.table_basic_board td {
  padding: 14px 10px;
  border: none;
  border-bottom: 1px solid #d4d4d4;
}

.table_basic_board th {
  border: none;
  border-bottom: 1px solid #d4d4d4;
  border-left: none;
  border-right: none;
}

.table_basic_board td {
  text-align: left;
}

.board .table_basic_board .file-attch {
  justify-content: flex-start;
}

.board .table_basic_board .file-attch strong {
  width: auto;
  background: none;
  color: #222;
  font-size: 17px;
}

.board .btn-wrap {
  margin: 10px 0 30px;
  display: flex;
  justify-content: flex-end;
  gap: 4px;
}

.board .btn-wrap .left {
  justify-content: flex-start;
}

.board .btn-wrap .right {
  display: flex;
  width: 100%;
  justify-content: flex-end;
}

.title_rview {
  display: flex;
  justify-content: space-between;
  padding: 20px;
  border: none;
  border-radius: 10px;
  border: 1px solid #ddd;
}

.title_rview a:hover,
.title_rview a:focus {
  font-weight: 600;
}

/* board-write */
.board table.basic tbody.write div.item {
  width: 100%;
  padding: 8px 0 8px 120px;
  border-bottom: 1px solid #d4d4d4;
}

.board table.basic tbody.write div.item label.head {
  font-size: 18px;
}

.write label {
  font-size: inherit !important;
}

.write input.text,
.write input.password,
.write select {
  height: calc(2.25rem + 2px);
}
.write select {
  border-radius: 8px;
}
.write .item textarea {
  width: 100%;
  border-radius: 8px;
}

.write input.file {
  height: 42px;
  border: 1px solid #ccc;
}

.write .explain {
  position: relative;
  margin-top: 3px;
  padding-top: 1px;
  padding-left: 25px;
  font-size: 18px !important;
}

.write .explain::after,
.write .explain::before {
  position: absolute;
  display: block;
}

.write .explain::after {
  content: "\F434";
  top: 3px;
  left: 2px;
  font-family: var(--font-icon);
  color: #fff;
  font-size: 14px;
}

.write .explain::before {
  content: "";
  top: 5px;
  left: 0;
  width: 18px;
  height: 18px;
  font-family: var(--font-icon);
  border-radius: 7px;
  background-color: var(--main-color01);
  box-shadow: 0 3px 3px rgb(38 53 165 / 56%);
}

/* pagination */
.board_paging {
  margin: 40px 0 20px;
}

.board_paging > a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 38px;
  height: 38px;
  background: var(--gray-color01);
  border-radius: 10px;
}

.board_paging > a:hover,
.board_paging > a:focus {
  background: var(--gray-color03);
}

.board_paging .cred {
  display: inline-flex;
  color: var(--main-color02) !important;
}

/* search */
.search-wrap {
  display: block;
  width: 100%;
  height: auto;
  margin-top: 0;
  padding: 0;
  background: var(--gray-color01);
  border-radius: 10px;
}

.search-wrap .search {
  height: auto;
  width: 100%;
  text-align: center;
  padding: 13px 0px 12px 0px;
}

.search-wrap .search * {
  vertical-align: middle;
  display: inline-flex;
  height: auto;
  margin: 0 6px;
}

.search-result,
.search-wrap .search h4,
.search-result .ctit {
  font-family: var(--font-type01), "Nanum Gothic", "Helvetica", sans-serif;
  font-weight: 600;
}

.search-wrap .search h4 {
  color: #fff;
  font-size: 17px;
}

.search-wrap .search {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  margin-bottom: 50px;
  padding: 35px 0;
  background: var(--main-color01-hover);
  border-radius: 10px;
  gap: 6px;
}

.search-wrap .search input {
  width: calc(100% - 10px);
  height: calc(2.5rem + 2px);
  margin: 0;
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  border: 1px solid #666;
  border-radius: 6px;
  color: #666;
  font-size: 17px;
  font-weight: 600;
}

.search-wrap .search input.btn-search {
  position: relative;
  width: 47px;
  min-width: 47px;
  padding: 6px 20px;
  border: none;
  background: var(--main-color02) url(/image/2025/icon-search-w.svg) no-repeat center;
  text-indent: -9999px;
}

.search-result {
}

.search-result .search-txt {
  margin: 30px 0;
  font-family: var(--font-type02);
  font-size: 30px;
  font-weight: 700;
}

.search-result .ctit {
  position: relative;
  margin-bottom: 20px;
  padding-left: 30px;
  font-family: var(--font-type02);
  font-size: 23px;
  font-weight: 800;
  color: #222;
  background: none;
}

.search-result .ctit::before {
  display: inline-block;
  content: "\F3D8";
  font-family: var(--font-icon);
  position: absolute;
  left: 0;
  top: -1px;
}

.search-result .list-style01 {
  margin-bottom: 60px;
  padding-left: 0;
}

.search-result .list-style01 li {
  margin: 0;
  background: none;
  font-weight: 400;
}

.search-result .list-style01 li dl {
  margin-bottom: 30px;
}

.search-result .list-style01 li dl dt {
  display: inline-block;
  margin-bottom: 10px;
  color: #222;
  font-size: 20px;
  font-weight: 600;
}

.search-result .list-style01 li dl dt > a {
  padding: 6px 8px;
  background: var(--main-color01-light);
  color: #222;
  font-size: 16px;
}

.search-result .list-style01 li dl dt > a > .bi {
  color: var(--main-color01);
}

.search-result .list-style01 li dl dt > a:hover,
.search-result .list-style01 li dl dt > a:focus {
  color: var(--main-color01);
}

.search-result .list-style01 li dl dt .date {
  font-size: 16px;
  font-weight: 400;
  color: #707070;
}

.search-result .list-style01 li dd {
}

.search-result .list-style01 li dd a {
  position: relative;
  display: inline-block;
  padding: 0;
  color: #707070;
  font-size: 17px;
  font-weight: 400;
}

.search-result .list-style01 li dd a:hover,
.search-result .list-style01 li dd a:focus {
  font-weight: 600;
}

.search-result .no-list {
  width: 100%;
}

.search-result .no-list li {
  position: relative;
  width: 100%;
  padding: 100px 0 10px;
  color: #666;
  font-weight: 400;
  text-align: center;
}

.search-result .no-list li:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  width: 80px;
  height: 80px;
  transform: translateX(-50%);
  color: #999;
  font-size: 26px;
  border-radius: 50px;
  background: var(--gray-color01) url(/image/2025/icon-non-board.svg) no-repeat center;
  background-size: 40px;
}

.non-board {
  padding-top: 222px;
  background-image: url(/image/2025/board/non-board.png);
  background-repeat: no-repeat;
  background-position: top center;
  text-align: center;
}

/*로딩바 스타일 추가 250702*/
#loading-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5); /* 반투명 검정 */
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999; /* 다른 요소 위에 */
  display: none; /* 기본은 숨김 */
}

.loading-box img {
  width: 100px; /* 원하는 크기로 조정 */
  height: auto;
}

.no-list {
    display: flex;
    justify-content: center;
}
.no-list p {
  margin:10px 0
}