@charset "UTF-8";
@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/variable/pretendardvariable.min.css");

html {
  height: 100%;
}
body {
  height: 100%;
}
.scrollbar::-webkit-scrollbar-thumb {
  background-color: hsla(0, 0%, 42%, 0.29);
  border-radius: 100px;
}

.scrollbar::-webkit-scrollbar {
  height: 6px;
}

body {
  background-color: #f2f5fa;
  font-family:
    "Pretendard Variable",
    Pretendard,
    -apple-system,
    BlinkMacSystemFont,
    system-ui,
    Roboto,
    "Helvetica Neue",
    "Segoe UI",
    "Apple SD Gothic Neo",
    "Noto Sans KR",
    "Malgun Gothic",
    "Apple Color Emoji",
    "Segoe UI Emoji",
    "Segoe UI Symbol",
    sans-serif !important;
}

.fs18 {
  font-size: 18px;
}

.fs16 {
  font-size: 16px;
}

.gap0 {
  gap: 0 !important;
}

.gap5 {
  gap: 5px !important;
}

.gap10 {
  gap: 10px !important;
}

.bd-mode-toggle {
  display: none;
}

.gnb_btn_inc {
  border: none;
  padding: 0px 0px;
  font-size: 15px;
  font-weight: 700;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  width: auto;

  color: #000;
  background-color: #fff;
}

.gnb_btn_low {
  background: #eee;
  font-size: 13px;
  color: #333;
  padding: 5px 10px;
  font-weight: 700;
  border: 1px solid #aaa;
  border-radius: 5px;
}

@media (max-width: 500px) {
  .gnb_btn_inc {
    font-size: 14px;
  }
}
.no-mob-tablecell {
  display: table-cell;
}
@media (max-width: 768px) {
  .no-mob-tablecell {
    display: none;
  }
}
.for-pc {
  display: flex;
}

.for-mo {
  display: none !important;
}

@media (max-width: 768px) {
  .for-pc {
    display: none !important;
  }

  .for-mo {
    display: flex !important;
  }
}

.container {
  background-color: #fff;
}

.gnb-logo {
  width: 270px;
  display: flex !important;
  padding: 0 0 0 25px !important;
  margin: 0 !important;
}

.gnb {
  flex-grow: 1;
  padding: 0 30px !important;
  margin: 0 !important;
}

.btn_left_group .on {
  color: #3883f3;
}
.on {
  color: #3883f3;
}
.btn_right_group {
}

.btn_inc {
}

.site_btn {
  display: flex;
  justify-content: space-between;
  flex-grow: 1;
}

@media (max-width: 1200px) {
  .lnb {
    display: none !important;
  }

  .container-xl {
    margin-top: 120px !important;
  }

  .content_container_inner {
    margin: 0;
    width: 100%;
    padding: 0 20px !important;
  }
}

.container-xl {
  display: flex;
  margin: 0 auto;
  padding: 0;
  gap: 30px;
  min-height: 100%;
  margin-top: 80px;
}

.lnb {
  background: #1f2531;
  display: flex;
  width: 340px;
  color: #fff;
  padding: 20px 20px 120px 25px;
  min-height: 500px;
  min-height: 100%;
}

.gnb_1dul {
  display: flex;
  /* gap: 20px; */
  flex-direction: column;
}

#con_left {
  width: 100%;
}

.gnb_1dli {
  display: flex;
  flex-direction: column;
  position: relative;
  padding: 10px 0 0;
}

.gnb_1dul li a {
  font-size: 17px;
  font-weight: 700;
  color: #fff;
  padding: 10px 0 0 0;
  display: flex;
  align-items: center;
}

.gnb_1dli_over a {
}

.gnb_1dli_on a {
}

.gnb_2dul {
}

.gnb_2dli {
  padding: 10px 0 0;
}

.gnb_2da {
}

.gnb_2dul li a {
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  padding: 0 10px;
}

.gnb_1dli .on {
  color: #89b8ff;
}

.gnb_side_mob {
}

.gnb_side_mob .gnb_1dul li a {
  color: #000;
}

.bg-info {
  background-color: #fff !important;
  border-bottom: 1px solid;
}

.mob-submenu {
  border-top: 1px solid #212529;
  border-bottom: 1px solid #212529;
}

.mob-submenu_container {
  padding: 10px 20px;
}

@media (max-width: 1200px) {
  .gnb_btn_inc {
    padding-right: 20px;
  }
}

@media (max-width: 850px) {
  .mob-submenu {
    overflow-x: auto;
    white-space: nowrap;
  }

  .mob-submenu_container {
    display: block;
  }
}

.new_icon {
  margin-left: 5px;
  background-color: #f0666f !important;
  color: #fff !important;
  font-size: 10px;
  font-weight: 700;
  padding: 0px 4px;
  border-radius: 5px !important;
  display: table-cell !important;
}

.accordion-item .list-group-item {
  font-size: 16px !important;
  font-weight: 500;
}

.content_container {
  margin: 0;
  width: 100%;
}

.content_container_inner {
  margin: 0;
  width: 100%;
  padding: 0;
}

/*최근게시물*/
.list-group {
  border-radius: 10px;
}

.list-group-item:first-child {
  font-size: 18px;
}

.list-group-item {
  font-size: 14px;
  border: none;
}

.psafe-badge {
  margin-left: 5px;
  background-color: #f0666f !important;
  color: #fff !important;
  font-size: 10px;
  font-weight: 700;
  padding: 0px 4px;
  border-radius: 5px !important;
}

/*common*/
.btn-danger {
  background-color: #f0666f;
  font-weight: 700;
}

.btn-primary {
  background-color: #3883f3;
  font-weight: 700;
}

.board-title {
  margin-top: 30px;
  margin-bottom: 30px;
  flex-direction: column;
}

@media (max-width: 600px) {
  .nav-tabs {
  }
  .nav-item {
  }
}

.nav-tabs {
  border: none;
  align-items: flex-end;
  display: block;
  font-size: 0;
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
}
.nav-item {
  display: inline-block;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  border: none !important;
  color: #000;
  padding: 10px 30px !important;
}

.nav-tabs .nav-item .nav-link {
  color: #666;
  font-size: 14px;
  font-weight: 700;
  padding: 10px 30px 5px;
  border: 1px solid #ccc;
  border-bottom: none !important;
}

#fboardlist {
  padding: 20px;
  background-color: #fff;
  font-size: 14px;
  border-radius: 10px 10px 0 0;
}

.table_head th {
  background-color: #f6f6f6;
  font-size: 14px;
  border: none;
  height: 38px;
}

.small-table {
  font-size: 14px;
  height: 38px;
}

.small-table th {
  font-size: 14px;
  height: 38px;
  vertical-align: middle;
  padding: 4px;
}

.small-table td {
  vertical-align: middle;
  padding: 4px;
  height: 38px;
}

.equip_pc_table {
}

.equip_mo_table {
  display: none;
}

@media (min-width: 900px) {
  .mb-2 .col-xl-2 {
    width: 25%;
  }

  .mb-2 .col-xl-10 {
    width: 75%;
  }
}

@media (max-width: 768px) {
  .equip_pc_table {
    display: none;
  }

  .equip_mo_table {
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: center;
    border-bottom: 1px solid #ddd;
    padding: 10px 0;
  }

  .equip_mo_table_line {
    display: flex;
    gap: 0px;
    color: #000;
    flex-direction: row;
    flex-wrap: wrap;
    padding-top:2px;
    padding-bottom:2px;
  }

  .equip_mo_table_right {
    flex-grow: 1;
  }

  .mo-line-wrap {
    display: flex;
    align-items: center;
  }

  .mo-line-wrap a {
    color: #000;
  }

  .mo-name {
    font-size: 12px;
    color: #666;
    margin-right: 5px;
    display: inline-flex;
  }

  .mo-cont {
    font-size: 14px;
    color: #000;
    margin-right: 20px;
    display: inline-flex;
  }

  .btn-group {
    flex-direction: column;
    gap: 8px;
  }

  .btn-primary {
    border-radius: 6px !important;
  }

  .board-opt-wrap-group {
    width: 100%;
  }

  .board-opt-wrap-opt {
    flex-grow: 1;
  }

  .board-opt-wrap-opt select {
    width: 100% !important;
  }

  .xs-100 {
    width: 100%;
  }

  .flex-sm-row {
    flex-direction: column !important;
  }

  .mb-2 {
    margin-bottom: 0.8rem !important;
  }
}

.form-check-input {
  border: 1px solid #666;
}

.list-cell {
  display: flex;
  align-items: center;
}

.badge {
  margin-right: 5px;
  font-size: 11px;
  padding: 5px;
}

.badge:hover {
}

.catebadge_st1 {
  color: #3883f3;
  border: 1px solid #3883f3;
}

.catebadge_st2 {
  color: #3cd34f;
  border: 1px solid #3cd34f;
}

.catebadge_st3 {
  color: #f98d29;
  border: 1px solid #f98d29;
}

.catebadge_st4 {
  color: #f0666f;
  border: 1px solid #f0666f;
}

.catebadge_backst1,
.catebadge_backst2,
.catebadge_backst3,
.catebadge_backst4 {
  font-size: 12px;
  font-weight: 700;
  color: #fff;
  padding: 5px;
  border-radius: 5px;
}

.catebadge_backst1 {
  background-color: #3883f3;
}

.catebadge_backst2 {
  background-color: #3cd34f;
}

.catebadge_backst3 {
  background-color: #f98d29;
}

.catebadge_backst4 {
  background-color: #f0666f;
}

.month_badge1 {
  color: #3883f3;
  border: 1px solid #3883f3;
  border-radius: 6px;
  padding: 5px;
  font-size: 11px;
  font-weight: 700;
  line-height: 11px;
  width: fit-content;
}

.month_badge2 {
  color: #3cd34f;
  border: 1px solid #3cd34f;
  border-radius: 6px;
  padding: 5px 2px;
  font-size: 11px;
  font-weight: 700;
  line-height: 11px;
  width: fit-content;
}
.fix_request {
  color: red;
  border: 1px solid red;
  border-radius: 6px;
  padding: 4px;
  font-size: 11px;
  font-weight: 700;
  line-height: 11px;
  width: fit-content;
}

.fix_done {
  color: #3cd34f;
  border: 1px solid #3cd34f;
  border-radius: 6px;
  padding: 5px;
  font-size: 11px;
  font-weight: 700;
  line-height: 11px;
  width: fit-content;
}
.list-overflow {
  overflow: hidden;
  text-overflow: ellipsis;
}

.psafe-mo-list {
  display: flex;
  flex-direction: column;
  flex: 1;
  width: 100%;
  gap: 5px;
}

.psafe-mo-list-up {
  display: flex;
  flex-direction: row;
  gap: 20px;
  flex-grow: 1;
  justify-content: space-between;
  align-items: center;
}

.psafe-mo-list-up-subject {
  display: flex;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  flex-direction: column;
}

.psafe-mo-list-up-subject-up {
  font-size: 12px;
  line-height: 12px;
}

.psafe-mo-list-up-r {
  display: flex;
  flex-direction: column;
  gap: 0px;
}

.psafe-mo-list-up-writer {
  font-size: 11px;
  color: #666;
}

.psafe-mo-list-up-hit {
  font-size: 11px;
  color: #999;
}

.psafe-mo-list-dn {
  display: flex;
  flex-direction: row;
  gap: 5px;
  justify-content: space-between;
}

.psafe-mo-list-up-r .badge {
  margin-right: 0px;
  font-size: 10px;
  padding: 5px;
}

.psafe-mo-list-dn-left {
  display: flex;
  flex-direction: row;
  gap: 10px;
}

.psafe-mo-list-dn .date {
  font-size: 11px;
  color: #999;
}

/* 커스텀 */
.anchor {
  position: relative;
}

.anchor a {
  position: absolute;
  top: -60px;
}

/* .pagination { margin-bottom: 0.75rem; } */

.table {
  table-layout: fixed;
}

.list-icon {
  width: 20px;
  height: 20px;
  vertical-align: text-bottom;
}

.view-icon {
  width: 48px;
  height: 48px;
}

.comm-icon {
  width: 48px;
  height: 48px;
}

.comm-body {
  background: #f8f8f8;
  padding: 20px;
  border-radius: 5px;
}

@media (max-width: 575px) {
  #captcha_audio {
    display: none !important;
  }

  .xs-100 {
    width: 100%;
  }

  .xs-full {
    width: 100vw;
    position: relative;
    /* margin-top: -36px; */
    margin-left: -50vw;
    left: 50%;
  }

  .xs-full td {
    padding: 8px 18px;
  }

  .list-icon {
    width: 18px;
    height: 18px;
    vertical-align: text-top;
  }

  .comm-icon {
    width: 24px;
    height: 24px;
    margin: 10px;
    position: absolute;
  }

  .comm-body {
    padding: 10px;
  }

  .comm-name {
    margin: 0 0 6px 30px;
  }
}

.board-check-line {
  display: flex;
  gap: 50px;
  font-size: 14px;
  align-items: center;
}

.check-line-left {
  font-weight: 700;
}

.check-line-right {
  display: flex;
  flex-grow: 1;
  justify-content: space-between;
}

.check-line-inner1 {
  display: flex;
  flex-direction: row;
  gap: 50px;
  align-items: center;
}

.check-line-inner2 {
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
}

.check-inner-wrap {
  display: flex;
  gap: 10px;
}

@media (max-width: 768px) {
  .board-check-line {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }

  .check-line-left {
  }

  .check-line-right {
    flex-wrap: wrap;
    gap: 10px;
  }

  .check-line-inner1 {
  }

  .check-line-inner2 {
    flex-wrap: wrap;
  }

  .check-inner-wrap {
  }
}

.checklist_table {
  display: flex;
  flex-direction: column;
}

.checklist_table_line {
  display: flex;
  border-bottom: 1px solid #ddd;
}

.checklist_table_th_title {
  width: 40%;
  padding: 14px 20px;
  font-weight: 700;
}

.checklist_table_th {
  flex-grow: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
}

.checklist_table_td_wrap {
  flex-grow: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.checklist_table_td {
  flex-grow: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.checklist_table_mob_week {
  display: none;
  font-size: 12px;
}

@media (max-width: 768px) {
  .checklist_nov {
    display: none;
  }

  .checklist_table_line {
    border-bottom: none;
    flex-direction: column;
  }

  .checklist_table_th_title {
    width: 100%;
  }

  .checklist_table_td {
    padding: 10px 0;
    flex-direction: column;
  }

  .checklist_table_mob_week {
    display: flex;
  }

  .checklist_table_mob_ox {
    height: 25px;
  }

  .checklist_table_line:last-child {
    border-bottom: 2px solid #f6f6f6;
  }

  .fix_request {
    padding: 2px;
  }

  .fix_done {
    padding: 2px;
  }

}

.equp_auth_wrap {
  display: flex;
}

.equp_auth_inner {
  width: 100%;
  display: flex;
  gap: 10px;
}

.equip_table {
  display: flex;
  flex-direction: column;
}

.equip_table:first-child {
  border-top: 1px solid #ddd;
}

.equip_line_wrap1 {
  display: flex;
  width: 100%;
  flex-direction: row;
  flex-wrap: wrap;
}

.equip_line_wrap {
  display: flex;
  width: 100%;
  flex-direction: row;
  flex-wrap: wrap;
}

.equip_line_wrap_inner {
  display: flex;
  width: 50%;
}

.temp_line_wrap_inner {
  display: flex;
  width: 100%;
}
.temp_line_wrap_inner:first-child {
  border-top: 1px solid #ddd;
}

.equip_line_wrap_th1 {
  display: flex;
  width: 20%;
  background-color: #f6f6f6;
  border-bottom: 1px solid #ddd;
  padding: 0px 10px;
  height: 50px;
  align-items: center;
  font-weight: 700;
  min-width: 100px;
}

.equip_line_wrap_th {
  display: flex;
  width: 40%;
  background-color: #f6f6f6;
  border-bottom: 1px solid #ddd;
  padding: 0px 10px;
  height: 50px;
  align-items: center;
  font-weight: 700;
  line-height: 18px;
  min-width: 100px;
}

.temp_line_wrap_th {
  display: flex;
  max-width: 190px;
  background-color: #f6f6f6;
  border-bottom: 1px solid #ddd;
  padding: 0px 10px;
  height: 50px;
  align-items: center;
  font-weight: 700;
  line-height: 18px;
  min-width: 120px;
  /* height: auto; */
  flex-grow: 1;
}

.equip_line_wrap_td {
  display: flex;
  flex-grow: 1;
  border-bottom: 1px solid #ddd;
  padding: 0px 10px;
  min-height: 50px;
  align-items: center;
  line-height: 18px;
}

.temp_line_wrap_td {
  display: flex;
  flex-grow: 1;
  border-bottom: 1px solid #ddd;
  padding: 0px 10px;
  min-height: 50px;
  align-items: center;
  line-height: 18px;
  max-width: 100%;
}
.temp_line_wrap_textarea {
  display: inline-flex;
  flex-grow: 1;
  border-bottom: 1px solid #ddd;
  padding: 0px 10px;
  /* min-height: 50px; */
  align-items: flex-start;
  line-height: 18px;
  max-width: 100%;
  overflow-x: auto;
  flex-direction: column;
  justify-content: center;
}
.equip_line_wrap_td input {
  border: none;
  width: 100% !important;
}

@media (max-width: 768px) {
  .equip_line_wrap {
    flex-direction: column;
  }

  .equip_line_wrap_inner {
    width: 100%;
  }

  .equip_line_wrap_th1 {
    width: 40%;
    min-width: 150px;
  }

  .equip_line_wrap_th {
    min-width: 150px;
  }

  .mob_th,
  .mob_td {
    background-color: #fff;
    border-bottom: none;
    width: 100%;
  }

  .equp_auth_wrap {
    flex-direction: column;
  }
}

@media (max-width: 410px) {
  .equip_line_wrap_th1 {
    width: 100%;
  }

  .equip_line_wrap_th {
    width: 100%;
  }

  .equip_line_wrap_inner {
    flex-direction: column;
  }

  .mob_td {
    flex-direction: column;
    align-items: flex-start;
  }
}

.repair_table {
  font-size: 14px;
  /*min-width: 700px;*/
  width: 100%;
}

.repair_table_th_wrap {
  background-color: #f6f6f6;
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
  height: 50px;
  font-weight: 700;
}

.repair_table_th_wrap th:nth-child(n + 6) {
  width: 150px;
}

.repair_table_td_wrap {
  border-bottom: 1px solid #ddd;
}

.repair_table_td_wrap td:nth-of-type(3) {
  text-align: center !important;
}

.repair_table_td_wrap td:nth-child(n + 3) {
  padding: 0 10px;
}

.repair_table_td_wrap td:nth-child(n + 6) {
  width: 150px;
  max-width: 150px;
  overflow: hidden;
}

.repair_table_td_wrap td:nth-child(n + 6) a {
  white-space: nowrap;
  text-overflow: ellipsis;
}

.repair_table_th {
  text-align: center;
}

.repair_table_td {
  text-align: center;
}

@media (max-width: 768px) {
  .overscroll {
    overflow: auto;
  }
}

/*게시판 필터링*/
.board-opt_outbox {
  margin: 0px 0px 10px;
  padding: 20px;
  background: #fff;
  border-radius: 10px;
}

.board-opt-wrap {
  display: flex;
  align-items: center;
  max-width: 700px;
  gap: 10px;
}

.board-opt-wrap-group {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.board-opt-wrap-name {
  min-width: 70px;
  font-weight: 700;
  line-height: 33px;
}

.board-opt-wrap-opt select {
  height: 33px;
  border: 1px solid #ddd;
  width: 100%;
  padding: 0 5px;
  border-radius: 3px;
}

@media (max-width: 750px) {
  .board-opt-wrap {
    flex-direction: column;
    gap: 10px;
    align-items: flex-start;
  }
}

@media (max-width: 150px) {
  .board-opt-wrap {
    flex-direction: column;
    gap: 10px;
    align-items: flex-start;
  }
}

/*검색창*/
.AWbbs_f_search {
  margin: 0 auto 20px;
  background: #fff;
  padding: 0 20px 30px;
}

.search_box {
  margin: 0 auto;
  display: flex;
  gap: 5px;
  justify-content: center;
  max-width: 550px;
}

.AWbbs_f_search form {
  display: flex;
  gap: 5px;
}

@media (max-width: 650px) {
  .AWbbs_f_search form {
    flex-wrap: wrap;
  }

  .search-right {
    width: 100%;
  }

  .search_box form {
    width: 100%;
  }

  .bot_search .hasDatepicker {
    width: 100% !important;
  }

  .search_box form .search-left {
    width: 100%;
  }
}

.AWbbs_f_search input {
  height: 35px;
  width: 100%;
}

.AWbbs_f_search #sfl {
  height: 35px;
}

.AWbbs_f_search button {
  height: 35px;
}

.search-left {
  display: flex;
  gap: 5px;
  margin: 0 auto;
}

.search-right #sfl {
  width: auto;
  min-width: 100px;
}
@media (max-width: 450px) {
  .search-right {
    flex-direction: column;
  }
  .search-right #sfl,
  .search-right .stx-wrap,
  .search-right div,
  .bu_search {
    width: 100% !important;
  }
}
.search-right {
  display: flex;
  gap: 5px;
  margin: 0 auto;
  align-items: center;
}

.stx-wrap {
  flex-grow: 1;
}

.bu_search {
  background-color: #666;
  font-size: 14px;
  color: #fff;
  border-radius: 3px;
  width: 60px;
}

/*pagination*/
.psafe_pagination {
  display: flex;
  width: 100%;
  justify-content: center;
  margin: 0 auto 100px;
}

.psafe_pagination .pagination {
  gap: 5px;
}

.pagination .active {
  background: #000;
  border-radius: 5px;
}

.pagination .page-item {
  display: inline-block;
}

.pagination .page-item .page-link {
  font-size: 14px;
  line-height: 30px;
  padding: 0 8px;
  min-width: 14px;
  border: none;
  background: none;
  color: #000;
  margin: 0;
}

.pagination .active .page-link {
  color: #fff;
  font-weight: 700;
}

/*view skin*/
#BoardBox {
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
  flex-direction: column;
}

.board-view-wrap {
  background: #fff;
  border: 0;
  display: flex;
  border-radius: 10px;
  padding: 20px;
  gap: 20px;
  flex-direction: column;
}

.board-view-top {
  border-bottom: 1px solid #ddd;
}

.board-view-top-subject-wrap {
  padding: 8px 0px;
}

.board-view-top-subject-wrap .subject {
  font-size: 20px;
  font-weight: 700;
  min-width: 20%;
}

.board-view-top-authwrap {
  display: flex;
  flex-direction: row;
  padding: 8px 0px;
  gap: 10px;
  align-items: center;
}

.board-view-top-authwrap img {
  width: 50px;
  height: 50px;
  border-radius: 10px;
}

.board-view-top-authwrap .writer,
.board-view-top-authwrap .bottom {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
}

.board-view-top-authwrap .writer .name {
  font-size: 16px;
  font-weight: 700;
}

.board-view-top-authwrap .writer .ip {
  font-size: 12px;
  font-weight: 400;
  color: #666;
}

.board-view-top-authwrap .bottom {
  font-size: 12px;
  font-weight: 400;
  color: #666;
}

.board-view-wrap-inner {
}

.board-view-content {
}

.board-view-attachwrap {
  background-color: #f9f9f9;
  border-radius: 5px;
}

.attach-line {
  display: flex;
  gap: 5px;
  font-size: 14px;
  padding: 12px 10px;
  align-items: center;
}
.attach-line span {
  display: flex;
}
.attach-line .name {
  font-weight: 700;
}

.attach-line .file a {
  font-weight: 400;
  color: #000;
}
.attach-line .file {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  max-width: 300px;
}

.attach-line .dncnt {
  color: #666;
}

@media (max-width: 500px) {
  .attach-line {
    flex-direction: column;
    align-items: flex-start;
  }
  .attach-line .file {
    width: 100%;
  }
}
.btn-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.btn-wrap-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 20px auto 20px;
}
@media (max-width: 500px) {
  .btn-wrap-bottom,
  .btn-wrap-bottom .btn-wrap-right {
    flex-direction: column;
    gap: 10px;
  }
  .btn-wrap-bottom .btn-wrap-left,
  .btn-wrap-bottom .btn-wrap-left a,
  .btn-wrap-bottom .btn-wrap-right {
    width: 100%;
  }
}

.btn-wrap-left {
  gap: 10px;
  display: flex;
}

.btn-wrap-right {
  gap: 10px;
  display: flex;
}

.btn-default {
  font-size: 16px;
  font-weight: 400;
  color: #666;
  background: #fff;
  padding: 0 12px;
  border: 1px solid #ddd;
  border-radius: 6px;
  line-height: 38px;
  text-align: center;
  transition: 0.5s ease;
}
.btn-group {
  gap: 5px;
}
.btn-blue {
  color: #fff;
  background: rgb(49, 122, 246);
  border: none !important;
}
.btn-blue:hover {
  color: rgba(255, 255, 255, 0.7);
  background: rgb(13, 81, 200);
}

.btn-red {
  color: #fff;
  background: #f0666f;
  border: none !important;
}
.btn-red:hover {
  color: rgba(255, 255, 255, 0.7);
  background: rgba(247, 24, 38, 1);
}

.qr_out_wrap {
  display: flex;
  padding: 20px;
  gap: 20px;
  background: #000;
}
@media (max-width: 750px) {
  .qr_out_wrap {
    flex-direction: column;
  }
}
.qr_wrap {
  width: 100%;
}

.qr_wrap_inner {
  background: #fff;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  padding: 30px 0;
  font-size: 20px;
  font-weight: 700;
}
.qr_wrap_innertext {
  text-align: center;
  word-break: keep-all;
  padding: 0 50px;
}

.sign-wrap-box {
  width: 100%;
  margin: 0 auto 40px;
}
.sign-wrap-name {
  font-size: 17px;
  font-weight: 700;
  margin-bottom: 10px;
}
.table-sign-wrap {
  display: block;
  justify-content: center;
  width: 100%;

  overflow: auto;
}

.table-sign {
  font-size: 14px;
  margin: 0;
  min-width: 800px;
  width: 100%;
}

.table-sign tr {
  border-bottom: 1px solid #ddd;
}

.table-sign th {
  background-color: #f6f6f6;
  text-align: center;
  font-weight: 400;
  height: 40px;
  padding: 10px;
}

.table-sign td {
  text-align: center;
  padding: 10px;
}

@media (max-width: 768px) {
}

/*write*/
.AWbbs_input_table {
  border: none !important;
}

.psafe .form-control-small {
  width: auto;
}

.psafe .form-select-small,
.form-select-small {
  width: auto;
  min-width: 180px;
  padding: 0.375rem 2.25rem 0.375rem 0.75rem !important;
  height: auto !important;
}

.ui-datepicker-trigger {
  font-size: 13px;
  color: #666;
  border: 1px solid #dee2e6;
  background: #fff;
  border-radius: 0.375rem;
  width: 130px;
}

.small-date-wrap {
  flex-wrap: wrap;
}

.small-date-wrap-inner {
  display: flex;
  gap: 5px;
  align-items: center;
}

.small-date .ui-datepicker-trigger {
  font-size: 13px;
  color: #666;
  border: 1px solid #dee2e6;
  background: #fff;
  border-radius: 0.375rem;
  width: 40px;
  height: 38px;
}

.small-date {
  align-items: center;
  gap: 5px;
}

.case2 {
  display: flex;
  flex-direction: column;
  padding: 10px 0;
}

.case2-botwrap {
  display: flex;
  align-items: center;
}

.case2-botwrap input {
  margin-left: 20px;
  margin-right: 5px;
}

.case2-botwrap input:first-child {
  margin-left: 0px;
}

.equip-btn {
  width: 70px;
}

.psafe_input_line {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
  justify-content: space-between;
  flex-wrap: wrap;
}

@media (max-width: 768px) {
  .board-view-bottom-bu-wrap {
    width: 100%;
    gap: 10px;
    display: flex;
    flex-direction: column;
  }
}

.search_box input {
  height: 38px !important;
}

.bot_search .hasDatepicker {
  height: 38px !important;
  width: 120px;
  text-align: center;
}

.bot_search .ui-datepicker-trigger {
  width: 40px;
}

/*나중에 삭제할것*/

#gnb .gnb_1dli button {
  position: absolute;
  right: 0;
  width: 15px;
  height: 25px;
  overflow: hidden;
  border: 0;
  background: url(../../img/mobile/gnb_bg2.png) no-repeat center;
  text-indent: -9999px;
}

.btn_gnb_op {
  transition: all ease 0.5s;
}

.btn_gnb_cl {
  transform: rotate(-180deg);
}

.blind {
  display: none;
}

.search_low p {
  text-align: left;
}

.red {
  color: red;
}

video {
  width: 70%; /* 화면의 절반 크기로 지정 */
  max-width: 1024px; /* 최대 1024px */
}

/*게시판 테마 확인*/
.theme_typename {
  font-size: 11px;
  color: rgba(0, 0, 0, 0.4);
}
.theme_typename::after {
  content: "삭제용";
  font-size: 10px;
  color: rgba(255, 0, 0, 0.4);
}

.ref_link {
  font-size: 15px;
  color: #fff;
  background: #7f8ea3;
  padding: 2px 5px;
  border-radius: 5px;
  width: fit-content;
}
.ref_link a {
  color: #fff;
}
.th_checkbox {
  width: 50px;
}

.lowsearch {
  background: #fff;
  padding: 20px 20px 0;
}
.lowsearch button {
  width: 100%;
  border-radius: 10px;
}

#pdf_area .pdf_title {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  display: block;
}
.no-content {
}
@media (max-width: 768px) {
  .no-content {
    border: none !important;
  }
}

/* 게시글 내용 안의 테이블을 반응형으로 */
.temp_line_wrap_textarea p {
  display: block;
  width: 100%;
}
.temp_line_wrap_textarea table {
  width: 100% !important;
  max-width: 100% !important;
  overflow-x: auto;
  table-layout: fixed; /* 레이아웃 고정 (선택사항) */
}
.temp_line_wrap_textarea table tr td {
  width: auto !important;
}

/*overflow시 가로 스크롤 전역*/
.scrollable {
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 6px;
  display: block;
  width: 100%;
}

/*체크리스트*/

.check_wrap {
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
  margin: 20px 0;
}

.check_title {
  padding: 12px 14px;
  font-size: 14px;
  font-weight: 700;
  color: #111827;
  background: #f8fafc;
  border-bottom: 1px solid #e5e7eb;
}

.checklist_row {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  margin: 0 !important;
  padding: 12px 14px;
  background: #fff;
  border-top: 1px solid #f1f5f9;
}

.checklist_row:first-child {
  border-top: 0;
}

.checklist_row:hover {
  background: #f8fafc;
}

.checklist_label {
  display: inline-flex;
  width: auto;
  flex: 1;
  min-width: 0;
  font-size: 14px;
  font-weight: 400;
  color: #111827;
}

.ckachlist_btnwrap {
  display: inline-flex;
  width: auto;
  flex: 0 0 auto;
  padding: 0px;
}

.check-toggle {
  display: flex;
  gap: 8px;
}

.check-btn {
  position: relative;
  cursor: pointer;
}

.check-btn input {
  position: absolute;
  opacity: 0;
}

.check-btn span {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  min-width: 78px;
  height: 34px;
  padding: 0 12px;
  border-radius: 8px;
  border: 1px solid #e5e7eb;
  background: #fff;
  font-size: 13px;
  font-weight: 600;
  color: #6b7280;
  transition: 0.15s;
}

.check-btn span i {
  display: none;
  font-size: 12px;
}
.check-btn.good input:checked + span {
  background: #16a34a;
  border-color: #16a34a;
  color: #fff;
}
.check-btn.good input:checked + span i {
  display: inline-block;
  color: #fff;
}
.check-btn.bad input:checked + span {
  background: #dc2626;
  border-color: #dc2626;
  color: #fff;
}
.check-btn.bad input:checked + span i {
  display: inline-block;
  color: #fff;
}
.check-btn:hover span {
  background: #f9fafb;
}

@media (max-width: 768px) {
  .checklist_row {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
  .ckachlist_btnwrap {
    width: 100%;
  }
  .check-toggle {
    width: 100%;
    gap: 10px;
  }
  .check-btn {
    flex: 1;
    width: 100%;
  }
  .check-btn span {
    width: 100%;
    min-width: 0;
    height: 40px;
    font-size: 14px;
  }
}