ul,
li,
ol {
  list-style: none;
}
form {
  padding: 0;
  margin: 0;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

/* Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}

input[type="file"] {
  padding: 0.375rem 0.2rem;
  -moz-padding-start: calc(0.75rem - 3px);
  font-size: 0.8rem;
  font-weight: 400;
  line-height: 1.2;
  color: #212529;
  background-color: #fff;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
input[type="text"],
input[type="password"],
input[type="number"],
textarea {
  padding: 0.375rem 0.2rem;
  -moz-padding-start: calc(0.75rem - 3px);
  font-size: 0.8rem;
  font-weight: 400;
  line-height: 1.2;
  color: #212529;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
select {
  padding: 0.375rem 2.25rem 0.375rem 0.2rem;
  -moz-padding-start: calc(0.75rem - 3px);
  font-size: 0.8rem;
  font-weight: 400;
  line-height: 1.2;
  color: #212529;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 0.5rem center;
  background-size: 16px 12px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
select:focus,
input:focus,
textarea:focus {
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.025rem rgba(13, 110, 253, 0.25);
}

.search_wrap {
  padding: 1.5rem;
  margin: 0 auto;
  width: 100%;
  background-color: #f4f4f4;
  border-radius: .8rem;
  text-align: center;
}
.search_wrap .box {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: .5rem;
  margin: 0;
  padding: 0;
}
.search_wrap .box li {
  padding: 0;
  margin: 0;
}
.search_wrap input{
  width: 35vw;
  height: 40px;
  font-size: .8rem;
  color: #797979;
  padding: .5rem 1.5rem;
  border: 1px solid #d8d8d8;
  border-radius: 2rem;
}
.search_wrap select {
  height: 40px;
  font-size: .8rem;
  color: #797979;
  padding: .5rem  3rem .5rem 1.5rem;
  border: 1px solid #d8d8d8;
  border-radius: 2rem;
}
.search_wrap .bt_search{
  height: 40px;
  font-size: .8rem;
  color: var(--bs-primary);
  padding: .5rem  1.5rem;
  background: #fff;
  border: 1px solid var(--bs-primary);
  border-radius: 2rem;
}
.search_wrap .bt_search:hover{
  color: #fff;
  background: var(--bs-primary);
  border: 1px solid var(--bs-primary);
}
@media (max-width: 767.98px) {
  .search_wrap {
    padding: 1rem .5rem;
  }
  .search_wrap .box {
    gap: .3rem;
  }
  .search_wrap input,
  .search_wrap .bt_search{
    font-size: .8rem;
    padding: .5rem 1rem;
  }
  .search_wrap select{
    font-size: .8rem;
    padding: .5rem 2rem .5rem 1rem;

  }
}


.search_total{
  padding: 0 0 0 .5rem;
  margin: 1rem 0 0 0;
  font-size: .8rem;
  vertical-align: bottom;
}
.search_total strong{
  font-size: .85rem;
  color: var(--bs-primary);
  padding-left: .5rem;
}

.form_wrap {
  padding: 0;
  margin: 0;
  width: 100%;
  border-top: 2px solid var(--bs-primary);
}
.form_wrap > div {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 0.6rem 0;
  margin: 0;
  border-bottom: 1px solid #eaeef3;
}
.form_wrap .title {
  width: 15%;
  min-width: 100px;
  padding: 0 0 0 1.5rem;
  margin: 0;
  font-size: 0.9rem;
  font-weight: bold;
  transition: all 0.2s ease;
}
.form_wrap .value {
  width: 85%;
  padding: 0;
  margin: 0;
  font-size: 0.95rem;
}
.form_wrap input[type="text"],
.form_wrap input[type="password"],
.form_wrap input[type="number"],
.form_wrap textarea {
  width: 100%;
  padding: 0.7rem 0.5rem;
  /* background: #f5f5f5; */
  background: #eeeeee;
  border: 1px solid transparent;
  transition: all 0.2s ease;
}
.form_wrap select {
  padding: 0.7rem 0.5rem;
  /* background: #f5f5f5; */
  background: #eeeeee;
  border: 1px solid transparent;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 0.5rem center;
  background-size: 16px 12px;
  transition: all 0.2s ease;
}
.form_wrap select:focus,
.form_wrap input:focus,
.form_wrap textarea:focus {
  background: #fff;
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.025rem rgba(13, 110, 253, 0.5);
}
.form_wrap span {
  font-family: "Pretendard", "SCoreDream", system-ui, -apple-system, "Noto Sans",
    sans-serif;
  font-weight: 400;
  font-size: 0.8rem;
  color: #f47420;
}
.form_wrap .value .name {
  width: 30%;
  max-width: 150px;
}
.form_wrap .value .tel {
  width: 30%;
  max-width: 150px;
  ime-mode: disabled;
}
.form_wrap .value .email {
  width: 30%;
  max-width: 150px;
  ime-mode: disabled;
}
@media (min-width: 1400px) {
  .form_wrap .title {
    width: 15%;
  }
  .form_wrap .value {
    width: 85%;
  }
}
@media (max-width: 767.98px) {
  .form_wrap .title {
    width: 100%;
    padding: 0 0 0.5rem 0;
  }
  .form_wrap .value {
    width: 100%;
  }
  .form_wrap .value .name {
    width: 100%;
    max-width: 100%;
  }
  .form_wrap .value .tel {
    width: 100%;
    max-width: 30%;
  }
  .form_wrap .value .email {
    width: 45%;
    max-width: 45%;
  }
}
.form_span {
  font-size: 0.8rem;
}
.form_span span {
  font-family: "Pretendard", "SCoreDream", system-ui, -apple-system, "Noto Sans",
    sans-serif;
  font-weight: 400;
  color: #f47420;
}
.form_info {
  display: flex;
  width: 100%;
  padding: 0;
  margin: 0;
}
.form_info .tt {
  font-family: "OneMobileTitle", "SCoreDream", system-ui, -apple-system,
    "Noto Sans", sans-serif;
  font-weight: 300;
  font-size: 1.1rem;
}

.no_data {
  width: 100%;
  margin: 0 auto;
  padding: 2.5rem 0;
  font-size: 0.8rem;
  text-align: center;
  border-bottom: 1px solid #f1f1f1;
}

.board_list_photo {
  position: relative;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 3rem 1.5rem;
  border-top: 2px solid var(--bs-primary);
  margin: 1rem 0 0 0;
  padding: 1rem 0 0 1.5rem;
}
.board_list_photo .photo_item {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 0.5rem;
  width: calc(25% - 1.5rem);
  padding: 0;
  margin: 0;
}
.board_list_photo .photo_item .pic {
  width: 100%;
  height: 200px;
  overflow: hidden;
}
.board_list_photo .photo_item .pic a{
  width: 100%;
  height: 100%;
}
.board_list_photo .photo_item .pic img {
  width: 100%;
  height: 100%;
	object-fit: cover;
}
.board_list_photo .photo_item .subject {
  font-family: "Pretendard", "SCoreDream", system-ui, -apple-system, "Noto Sans",
    sans-serif;
  font-weight: 500;
  font-size: 1.0rem;
	line-height: 1.4;
  text-align: center; 
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  transition: all .2s;
}
.board_list_photo .photo_item .date {
  font-weight: 500;
  font-size: 0.7rem;
	color: #6e6e6e;
  text-align: center;
}

@media (max-width: 991.98px) {
	.board_list_photo .photo_item {
		width: calc(33.33% - 1.5rem);
	}
}
@media (max-width: 767.98px) {
	/* .board_list_photo {
		gap: 3rem .5rem;
		padding: 1rem 0 0 .5rem;
	}
	.board_list_photo .photo_item {
		width: calc(50% - .5rem);
	}
	.board_list_photo .photo_item .pic {
		height: 150px;
	}
	.board_list_photo .photo_item .subject {
		font-size: .8rem;
	} */
	 
	.board_list_photo {
		gap: 3rem 0;
		padding: 1rem 0 0 0;
	}
	.board_list_photo .photo_item {
		width: 100%;
		padding: 0 0;
	}
	.board_list_photo .photo_item .pic {
		height: auto;
		max-height: 300px;
	}
	.board_list_photo .photo_item .subject {
		font-size: 1.1rem;
		padding: 0 1rem;
	}
	.board_list_photo .photo_item .date {
		font-size: 0.85rem;
	}
}



.board_view_wrap {
  display: flex;
  flex-direction: column;
  padding: 0;
  margin: 0;
  width: 100%;
  border-top: 2px solid var(--bs-primary);
  border-bottom: 1px solid #ecf1f8;
}
.board_view_wrap div {
  padding: 1rem;
}
.board_view_wrap .title {
  font-family: "Pretendard", "SCoreDream", system-ui, -apple-system, "Noto Sans",
    sans-serif;
  font-weight: 500;
  font-size: 1.2rem;
  color: #000;
  padding: 1.5rem 1rem;
  border-top: 1px solid #dbdbdb;
  border-bottom: 1px solid #c4c4c4;
}
.board_view_wrap .info {
  font-size: 0.8rem;
  color: #616161;
  background: #f8f8f8;
  padding: 0.8rem 1rem;
}
.board_view_wrap .info span {
  display: inline-block;
}
.board_view_wrap .info span.blank {
  padding: 0 0.5rem;
}
.board_view_wrap .con {
  font-family: "Pretendard", "SCoreDream", system-ui, -apple-system, "Noto Sans",
    sans-serif;
  font-weight: 400;
  font-size: 0.9rem;
  color: #000 !important;
  letter-spacing: 0;
  word-break: keep-all;
  word-wrap: break-word;
  padding: 2.5rem 1rem;
}
.board_view_wrap .info .falink .fa-link{
  font-weight: 700 !important;
  font-size: 0.9rem !important;
  color: var(--bs-primary);
  padding-right: .5rem;
}
.board_view_wrap .info .falink:hover {
  color: var(--bs-primary);
}
@media (max-width: 767.98px) {
  .board_view_wrap .con {
    padding: 2.5rem 1rem !important;
  }
}

#DivContents {
  width: 100%;
  table-layout: fixed;
  box-sizing: border-box;
  font-size: 0.95rem;
  word-break: keep-all;
  word-wrap: break-word;
}
#DivContents p {
  padding: 5px 0px;
  margin: 0px;
  font-size: 0.95rem;
}
#DivContents td {
  font-size: 0.95rem;
}
#DivContents img {
  /*max-width: 1000px;*/
  max-width: 100%;
}
@media (max-width: 768px) {
  #DivContents {
    padding: 1rem 0;
    font-size: 1.15rem;
  }
}
.page_contents {
  width: 100%;
  border-top: 2px solid var(--bs-primary);
  padding: 2rem 0;
  margin: 0;
  font-size: 0.85rem !important;
  color: #000;
  word-break: keep-all;
  word-wrap: break-word;
}
.page_contents p,
.page_contents td {
  font-size: 0.85rem !important;
}

.table {
  font-size: 0.8rem;
  width: 100%;
  border-collapse: collapse;
  border-top: 2px solid var(--bs-primary);
}
.table > :not(:first-child),
.dataTable-table > :not(:first-child) {
  border-top: none;
}
.table > thead {
  font-size: 0.8rem;
  letter-spacing: -1px;
}
.table > thead td {
  padding: 1rem 0;
}
.table_center tr,
.table_center td {
  text-align: center;
  padding: 1rem 0.5rem;
  font-size: 0.9rem;
  letter-spacing: -1px;
}
@media (max-width: 767.98px) {
  .table-responsive table {
    width: 700px;
  }
}

.td_no{ width: 80px !important; }
.td_name{ width: 130px !important; }
.td_date{ width: 100px !important; }
.td_hit{ width: 100px !important; }
.td_answer{ width: 80px !important; }
.table .name{ font-size: 0.8rem !important;}
.number {
  font-family: "Jost", sans-serif !important;
  font-size: 0.8rem !important;
  letter-spacing: 0px !important;
}
