@charset "utf-8";
/* style reset */

.radio_box,
.check_box {
  position: relative;
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  align-items: center;
}
input[type="radio"] + label,
input[type="checkbox"] + label {
  display: inline-block;
  vertical-align: middle;
}
input[type="radio"]:focus + label,
input[type="checkbox"]:focus + label {
  outline: 2px solid #000;
  border-radius: 2px;
}
input[type="radio"],
input[type="checkbox"] {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 0;
}

/*라디오박스*/
.radio_box > li {
  margin-right: 25px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
}
.radio_box > li:last-child {
  margin-right: 0 !important;
}
.radio_box input[type="radio"] + label {
  position: relative;
  padding-left: 24px;
  display: block;
  line-height: 22px;
  cursor: pointer;
  color: #05141f;
}
.radio_box input[type="radio"] + label::after,
.radio_box input[type="radio"] + label::before {
  content: "";
  position: absolute;
  border-radius: 100%;
}
.radio_box input[type="radio"] + label::after {
  left: 0;
  top: 4px;
  width: 14px;
  height: 14px;
  border: 2px solid #b2b8be;
}
.radio_box input[type="radio"] + label.on::before,
.radio_box input[type="radio"]:checked + label::before {
  left: 4px;
  top: 8px;
  width: 8px;
  height: 8px;
  background-color: #c27522;
}
.radio_box input[type="radio"]:checked + label::after {
  border: 2px solid #c27522;
}
.radio_box > li .parenthesis {
  margin: 0 5px;
}
.radio_box > li .parenthesis:first-of-type {
  margin-left: 10px;
}
.radio_box > li.others {
  margin-top: 10px;
  width: 100%;
  justify-content: space-between;
}
.radio_box > li.others .inpbox {
  width: calc(100% - 80px);
}
.radio_box.center input[type="radio"] + label {
  margin: 0 auto;
  padding-left: 22px;
  width: 22px;
  height: 22px;
}

/*체크박스*/
.check_box.right {
  justify-content: flex-end;
}
.check_box > li {
  margin-right: 30px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
}
.check_box > li:last-child {
  margin-right: 0;
}
.check_box input[type="checkbox"] + label {
  position: relative;
  padding-left: 30px;
  display: block;
  line-height: 20px;
  cursor: pointer;
}
.check_box input[type="checkbox"] + label::before {
  content: "";
  position: absolute;
  left: 0;
  top: calc(50% - 11px);
  width: 20px;
  height: 20px;
  border: 1px solid #ddd;
  border-radius: 5px;
  background: #fff;
  background-repeat: no-repeat;
  background-position: center center;
}
.check_box input[type="checkbox"] + label.on::before,
.check_box input[type="checkbox"]:checked + label::before {
  background-image: url("../../images/hmpg/icon_check.png");
}
.check_box.all {
  margin-top: 25px;
  padding-top: 30px;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  border-top: 1px solid #929bac;
}
.check_box.all label {
  font-size: 18px;
  color: #333;
}
.check_box.detail > li {
  margin-right: 20px;
}
.check_box.detail > li:last-child {
  margin-right: 0 !important;
}
.check_box > li .parenthesis {
  margin: 0 5px;
}
.check_box > li .parenthesis:first-of-type {
  margin-left: 10px;
}
.check_box.line {
  display: block;
}
.check_box.line > li {
  margin-right: 0;
  margin-bottom: 10px;
}
.check_box > li:last-child {
  margin-bottom: 0;
}
.check_box.center input[type="checkbox"] + label::before {
  left: calc(50% - 11px);
}
.check_box.center input[type="checkbox"] + label {
  margin: 0 auto;
  padding-left: 20px;
  width: 20px;
  height: 20px;
}

textarea {
  border: 1px solid #ddd;
  border-radius: 8px;
}
.optionbox,
.inpbox {
  position: relative;
  height: 50px;
  border-radius: 6px;
  border: 1px solid #ddd;
}
.w_180 {
  width: 180px !important;
}
.optionbox::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 12px;
  width: 9px;
  height: 5px;
  background: url(../../images/hmpg/dropdown_arr_b.png) no-repeat center / contain;
}
.calendarbox {
  display: flex;
  display: -webkit-flex;
  align-items: center;
}
.calendarbox .inpbox .ui-datepicker-trigger {
  position: absolute;
  top: 0;
  right: 15px;
  width: 17px;
  height: 100%;
  border-radius: 0 8px 8px 0;
  color: transparent;
  font-size: 0;
  text-indent: -999999px;
  line-height: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("../../images/hmpg/icon_calendar.png");
  background-size: contain;
}
.calendarbox.center {
  justify-content: center;
}
.list_box {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  justify-content: flex-end;
}
.list_box li {
  position: relative;
  padding-right: 21px;
  margin-right: 21px;
  font-size: 15px;
}
/* .list_box li::after {
  content: "";
  position: absolute;
  right: 0;
  top: calc(50% - 7px);
  width: 1px;
  height: 14px;
  background-color: #d6d6d6;
} */
.list_box li:last-child {
  padding-right: 0;
  margin-right: 0;
}
.list_box li:last-child::after {
  display: none;
}
.list_box li span {
  margin-right: 18px;
  color: #333;
  font-weight: 500;
}
.list_box.short li {
  padding-right: 15px;
  margin-right: 15px;
}
.file_box li {
  margin-bottom: 5px;
  display: flex;
  display: -webkit-flex;
  align-items: stretch;
}
.file_box li:last-child {
  margin-bottom: 0;
}
.file_box li a {
  position: relative;
  padding: 0 25px 0 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  background: none;
}
.file_box li a::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 15px;
  height: 26px;
  background: url(../../images/hmpg/icon_file.svg) no-repeat center / contain;
}
.file_box li .button_box {
  margin-top: 0;
  align-items: flex-start;
}
.file_box li button {
  margin-left: 5px;
  flex: none;
  width: 90px;
  height: 28px;
  font-size: 13px;
  background-size: 13px;
}
.character {
  margin: 0 10px;
}
.nodata {
  text-align: center;
  font-size: 18px;
  padding: 50px 0 !important;
  color: #222 !important;
}

/*목록 상단검색 기본*/
.boardlist_top {
  position: relative;
  margin-bottom: 24px;
}
.boardlist_top .box {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 35px 0;
  background: #f6f8fa;
  border: 1px solid #dae4ee;
  gap: 10px;
}

/*일반게시판 검색바*/

.board_top {
  position: relative;
  margin-bottom: 24px;
  padding: 0 40px;
}
.board_top.mb_0 {
  margin-bottom: 0;
}
.board_top .row {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.board_top .box {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.board_top .row .select_box {
  width: 138px;
}
.board_top.pc-0 {
  padding: 0;
}
.board_top .all {
  color: #222;
  font-size: 16px;
  font-weight: 400;
}
.board_top .all span {
  color: #9e7905;
  font-weight: bold;
}
.board_top .select_box {
  margin-right: 10px;
}
.board_top .boardschbox {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 35px 0;
  background: #f6f8fa;
  border: 1px solid #dae4ee;
}
.board_top .boardschbox.col_box {
  flex-direction: column;
  gap: 10px;
}
.board_top .boardschbox .select_box {
  display: flex;
  display: -webkit-flex;
}
.board_top .boardschbox .select_box .optionbox,
.board_top .boardschbox .search_box .inpbox {
  height: 50px;
  border: 1px solid #e3e4e9;
}
.board_top .boardschbox .select_box .optionbox {
  width: 122px;
}

.board_top .boardschbox .select_box .optionbox select {
  padding: 0 10px;
  color: #444;
  font-size: 16px;
}
.board_top .boardschbox .search_box {
  position: relative;
  display: flex;
  gap: 10px;
  align-items: center;
}
.board_top .boardschbox .search_box .inpbox {
  width: 465px;
}
.board_top .boardschbox .search_box .inpbox input.txt {
  padding: 0 35px 0 10px;
  font-size: 16px;
  color: #444;
  height: 100%;
}
.board_top .boardschbox .search_box .btn_search {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 48px;
  color: #fff;
  display: flex;
  align-items: center;
  padding: 0 27px;
  background: #223958;
  gap: 10px;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
}
.board_top .boardschbox .search_box .btn_search .icon {
  display: block;
  width: 16px;
  height: 16px;
  background: url(../../images/hmpg/icon_search.png) no-repeat center / contain;
}
.board_top .calendarbox {
  margin-right: 10px;
}
.board_top .calendarbox.no_divider {
  gap: 10px;
  margin-right: 0;
}
.board_top .calendarbox .inpbox {
  width: 150px;
}
.board_top .calendarbox .inpbox input.txt {
  font-size: 16px;
}
.board_top .button_box {
  margin-top: 0;
}
.board_top.right {
  justify-content: right;
}
.board_top .order {
  display: flex;
  display: -webkit-flex;
  font-family: "SCDream", sans-serif;
}
.board_top .order li {
  margin-left: 20px;
  padding-left: 20px;
  position: relative;
}
.board_top .order li:first-child {
  margin-left: 0;
  padding-left: 0;
}
.board_top .order li::before {
  content: "";
  position: absolute;
  top: calc(50% - 7px);
  left: -1px;
  width: 2px;
  height: 13px;
  background-color: #ccc;
}
.board_top .order li:first-child::before {
  display: none;
}
.board_top .order li a {
  font-size: 17px;
  font-weight: 300;
  color: #999;
}
.board_top .order li.active a {
  font-weight: 500;
  color: #2656f6;
}

/*일반게시판 리스트*/
.boardlist {
  overflow: hidden;
  width: 100%;
  padding: 0 40px;
}
.boardlist table {
  width: 100%;
  table-layout: fixed;
  line-height: 30px;
  border-top: 2px solid #223958;
}
.boardlist table thead tr {
  border-bottom: 1px solid #223958;
}
.boardlist table thead tr th {
  padding: 14px 10px;
  color: #303038;
  font-weight: 500;
  line-height: 22px;
  background: #fff;
  height: 65px;
  font-size: 14px;
  font-weight: 800;
}
.boardlist table tbody tr {
  border-bottom: 1px solid #e0e0e0;
}
.boardlist table tbody tr:hover {
  background-color: #fafafa;
}
.boardlist table tbody tr:hover td.title_box .title a {
  color: #1276c2;
  text-decoration: underline;
  text-underline-position: under;
}
.boardlist table tbody tr td {
  overflow: hidden;
  padding: 15px 10px;
  text-align: center;
  color: #05141f;
  font-size: 16px;
  font-weight: 400;
}
.boardlist table tbody tr td .row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.boardlist table tbody tr td .row li {
  display: flex;
  align-items: center;
  gap: 10px;
  position: relative;
}
.boardlist table tbody tr td .row li::before {
  content: "";
  width: 1px;
  height: 14px;
  background: #ddd;
  position: absolute;
  left: -10px;
}
.boardlist table tbody tr td .row li:first-child:before {
  display: none;
}
.boardlist table tbody tr td.file img {
  width: 16px;
  height: 18px;
}
.boardlist table tbody tr td.m_hidden {
  display: table-cell !important;
}
.boardlist table tbody tr td.title_box .title {
  display: flex;
  display: -webkit-flex;
  align-items: center;
}
.boardlist table tbody tr td.title_box .title a {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #05141f;
  position: relative;
  /* padding-right: 24px; */
}
.boardlist table tbody tr td.title_box .title a img.new {
  width: 18px;
}
.boardlist table tbody tr td.title_box .title span.comment {
  margin-left: 5px;
  color: #d74225;
}
.boardlist table tbody tr td.title_box .title img.secret {
  margin-left: 7px;
  width: 13px;
  height: 16px;
}
.boardlist table tbody tr td.title_box .title img.secret img {
  width: 100%;
  height: 100%;
}
.boardlist table tbody tr td.title_box .title.comment a {
  padding-left: 23px;
  background-image: url("../../images/hmpg/icon_comment.png");
  background-position: left center;
  background-size: 16px;
  background-repeat: no-repeat;
}
.boardlist table tbody tr td div.radio_box input[type="radio"] + label {
  width: 22px;
  height: 22px;
  margin: 0 auto;
  padding-left: 0;
}
.boardlist table tbody tr td .btn_download {
  margin: 0 auto;
}
.boardlist table tbody tr.fix {
  background-color: #f6f8fa;
}
.boardlist table tbody tr.fix td span.notice {
  display: inline-block;
  padding: 0 14px;
  height: 26px;
  line-height: 26px;
  font-size: 13px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  background-color: #4897d3;
  border-radius: 100px;
}
.boardlist table tbody tr td a.emphasis {
  border-bottom: 1px solid #18a561;
  color: #18a561;
}
.boardlist table tbody tr td a.emphasis2 {
  border-bottom: 1px solid #222;
  color: #222;
}

/*하단 버튼*/
.button_box {
  position: relative;
  margin-top: 15px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 40px;
}
.button_box > div {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  width: 100%;
}
.button_box .left {
  justify-content: flex-start;
}
.button_box .center {
  justify-content: center;
}
.button_box .right {
  justify-content: flex-end;
}
.button_box button {
  margin-left: 10px;
  word-break: keep-all;
}
.button_box button:first-child {
  margin-left: 0 !important;
}
.button_box button.right {
  position: absolute;
  right: 0;
  top: 0;
}
.view_bottom + .button_box {
  margin-top: 60px;
  padding-bottom: 25px;
}
/* .button_box .btn {
  font-weight: 400;
  font-size: 16px;
} */
.button_box.wide .btn {
  min-width: 200px;
  padding: 0 40px;
}

/*페이징*/
.paging {
  margin-top: 40px;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
}
.paging button {
  margin: 0 2px;
  display: block;
  min-width: 40px;
  height: 40px;
  line-height: 32px;
  text-align: center;
  color: #07091c;
  background-repeat: no-repeat;
  background-position: center center;
  border-style: solid;
  border-color: #ebebeb;
  border-radius: 4px;
  border-width: 1px;
  font-size: 14px;
}
.paging button:last-child {
  margin-right: 3px;
}
.paging button:hover,
.paging button.on {
  font-weight: 500;
  border-color: #223958;
}
.paging button.btn-paging-first {
  margin: 0 5px 0 0;
  background-image: url("../../images/hmpg/icon_last.png");
  background-size: 10px;
  transform: rotate(180deg);
}
.paging button.btn-paging-pre {
  margin: 0 10px 0 0;
  background-image: url("../../images/hmpg/icon_next.png");
  transform: rotate(180deg);
  background-size: 6px;
}
.paging button.btn-paging-next {
  margin: 0 0 0 10px;
  background-image: url("../../images/hmpg/icon_next.png");
  background-size: 6px;
}
.paging button.btn-paging-last {
  margin: 0 0 0 5px;
  background-image: url("../../images/hmpg/icon_last.png");
  background-size: 10px;
}

/*일반게시판 상세*/
.board_detail {
  border-top: 2px solid #222;
  position: relative;
}
.board_detail .title_box {
  padding: 28px 10px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid #e3e5e9;
}
.board_detail .title_box h3 {
  font-size: 24px;
  font-weight: 700;
  color: #223958;
  line-height: 1.4;
  text-align: center;
}
.board_detail .title_box h4 {
  font-size: 18px;
  color: #222;
}
.board_detail .title_box h4 .answer {
  margin-right: 15px;
  padding-left: 23px;
  font-size: 16px;
  color: #666;
  background: url("../../images/hmpg/icon_comment.png") no-repeat 0 2px;
  background-size: 14px;
}
.board_detail .title_box .ico_badge {
  margin-left: 20px;
  flex: none;
  width: 65px;
  height: 28px;
  text-align: center;
}
.board_detail > div,
.board_detail > ul {
  border-bottom: 1px solid #e3e5e9;
}
.board_detail .list_box {
  padding: 18px;
  font-size: 16px;
  font-weight: 400;
  color: #05141f;
  background: #f6f8fa;
  justify-content: flex-start;
  gap: 10px 50px;
}
.board_detail .list_box.map_info_list {
  justify-content: center;
  gap: 10px 19px;
}
.board_detail .list_box .round {
  display: inline-block;
  line-height: 30px;
  background: #dbe8fa;
  padding: 0 12px;
  border-radius: 100px;
  margin-right: 0;
  font-size: 13px;
}
.board_detail .list_box.map_info_list .round {
  font-size: 16px;
  font-weight: bold;
}
.board_detail .list_box li {
  display: flex;
  align-items: center;
  gap: 19px;
  padding: 0;
  margin: 0;
}
.board_detail .list_box li.category {
  margin-right: auto;
}
.board_detail .list_box li.answerer {
  font-size: 16px;
  font-weight: 400;
  color: #05141f;
}
.board_detail .list_box li.date,
.board_detail .list_box li.views {
  font-size: 16px;
  color: #666;
  padding-left: 30px;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 16px auto;
}
.board_detail .list_box li.date {
  background-image: url(../../images/hmpg/icon__date.svg);
}
.board_detail .list_box li.views {
  background-image: url(../../images/hmpg/icon__views.svg);
}
.board_detail .list_box2 {
  padding: 15px 20px;
}
.board_detail .file_box {
  display: flex;
}
.board_detail .img_box {
  max-width: 600px;
  margin: 0 auto;
}
.board_detail .content_bar {
  position: relative;
  padding: 30px 0 5px;
  display: flex;
  display: -webkit-flex;
  justify-content: flex-end;
  border-bottom: 0;
}
.board_detail .content_bar button {
  margin-right: 10px;
}
.board_detail .content_bar button:last-of-type {
  margin-right: 0;
}
.board_detail .content_bar .btn_more {
  padding: 0 20px;
  height: 40px;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  background-color: #2656f6;
  border-radius: 40px;
}
.board_detail .content_bar .btn_more .icon {
  margin-left: 15px;
  width: 6px;
  height: 11px;
}
.board_detail .content_bar .btn_more .icon::after,
.board_detail .content_bar .btn_more .icon::before {
  left: -4px;
  background-color: #fff;
  border-radius: 2px;
  transform-origin: right;
}
.board_detail .content_bar .btn_more .icon::after {
  transform: rotate(45deg);
}
.board_detail .content_bar .btn_more .icon::before {
  top: calc(50% - 3px);
  transform: rotate(-45deg);
}
.board_detail .content_bar .share_box {
  z-index: 30;
  position: absolute;
  top: 78px;
  right: 0;
  padding: 20px !important;
  display: none;
  border: 1px solid #e4e4e4;
  background-color: #fff;
}
.board_detail .content_bar .share_box.in {
  display: block;
}
.board_detail .content_bar .share_box .btn_close {
  position: absolute;
  right: 10px;
  top: 10px;
}
.board_detail .content_bar .share_box .btn_close .icon {
  width: 17px;
  height: 17px;
}
.board_detail .content_bar .share_box .btn_close .icon::after,
.board_detail .content_bar .share_box .btn_close .icon::before {
  left: -2px;
  top: 8px;
  width: 21px;
  height: 1px;
  background-color: #606060;
}
.board_detail .content_bar .share_box .button_box {
  margin: 0 0 20px;
  padding: 0 20px;
}
.board_detail .content_bar .share_box .button_box .btn_share {
  font-size: 15px;
  width: 80px;
}
.board_detail .content_bar .share_box .button_box .btn_share span {
  margin-top: 5px;
  display: block;
}
.board_detail .content_bar .share_box .link_box {
  display: flex;
  display: -webkit-flex;
}
.board_detail .content_bar .share_box .link_box .inpbox {
  width: 100%;
  height: 40px;
}
.board_detail .content_bar .share_box .link_box button {
  margin-left: 10px;
  flex: none;
  width: 90px;
  height: 40px;
  color: #fff;
  background-color: #475157;
}
.board_detail .content_box {
  padding: 86px 40px;
  line-height: 26px;
  color: #223958;
  border-bottom: 0;
  font-size: 17px;
}
.board_detail .content_box.survey {
  border-bottom: 1px solid #e3e5e9;
}
.board_detail .content_box img {
  max-width: 100%;
}
.board_detail .content_box a {
  color: #007a9f;
  text-decoration: underline;
  text-underline-position: under;
  word-break: break-all;
}
.board_detail .contents_tags {
  display: flex;
  align-items: center;
  gap: 10px 22px;
  line-height: 1.2;
  border-bottom: 0;
  padding: 0 40px 50px;
}
.board_detail .contents_tags a {
  font-size: 16px;
  color: #c27522;
}
.board_detail .title_desc_wr {
  position: relative;
  min-height: 56px;
}
.board_detail .file_box {
  padding: 20px 320px 20px 20px;
}
.board_detail .file_box li a {
  font-size: 16px;
  color: #007a9f;
  text-decoration: underline;
  text-underline-position: under;
}
.board_detail .list_box li {
  font-size: 16px;
  color: #05141f;
}
.board_detail .slider-for {
  position: relative;
  margin: 0 auto 10px;
  width: 900px;
}
.board_detail .slider-for .slick-arrow {
  top: calc(50% - 25px);
  width: 50px;
  height: 50px;
  background-color: rgba(0, 0, 0, 0.68);
  opacity: 1;
}
.board_detail .slider-for .slick-arrow::after,
.board_detail .slider-for .slick-arrow::before {
  top: 24px;
  left: 20px;
  width: 15px;
  height: 2px;
  background-color: #fff;
  border-radius: 0;
}
.board_detail .slider-for .slick-arrow.slick-prev {
  left: 0;
}
.board_detail .slider-for .slick-arrow.slick-next {
  right: 0;
}
.board_detail .slider-for .slick-list .slick-track .slick-slide .list button {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 45px;
  height: 45px;
  background-color: rgba(0, 0, 0, 0.4);
}
.board_detail .slider-for .slick-list .slick-track .slick-slide .list button::after,
.board_detail .slider-for .slick-list .slick-track .slick-slide .list button::before {
  content: "";
  position: absolute;
  left: calc(50% - 9px);
  top: 50%;
  width: 19px;
  height: 1px;
  background-color: #fff;
}
.board_detail .slider-for .slick-list .slick-track .slick-slide .list button::before {
  transform: rotate(90deg);
}
.board_detail .slider-for .slick-list .slick-track .slick-slide .list img {
  width: 100%;
}
.board_detail .slider-nav {
  margin: 0 auto 40px;
  width: 910px;
}
.board_detail .slider-nav .slick-list .slick-track .slick-slide {
  overflow: hidden;
  padding: 0 5px;
}
.board_detail .slider-nav .slick-list .slick-track .slick-slide .list {
  position: relative;
  height: 112px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
}
.board_detail .slider-nav .slick-list .slick-track .slick-slide.slick-current .list::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-image: url("../../images/hmpg/icon_check.png");
  background-position: center;
  background-color: rgba(0, 0, 0, 0.3);
}
.board_detail .video_box {
  position: relative;
  overflow: hidden;
}
.board_detail .video_box .youtube,
.board_detail .video_box .video {
  width: 100%;
  height: 282px;
  padding: 30px 0;
  text-align: center;
}
.board_detail .video_box .youtube {
  position: relative;
}
.board_detail .video_box .youtube iframe {
  width: 400px;
  height: 222px;
  border: 0;
}
.board_detail .video_box .video .video-js {
  height: 100%;
  width: 100%;
  border: 0;
}
.board_detail .video_box .video .video-js .vjs-big-play-button {
  left: calc(50% - 45px);
  top: calc(50% - 22px);
  width: 60px;
  height: 60px;
  border: 3px solid #fff;
  border-radius: 100%;
}
.board_detail .video_box .video .video-js .vjs-big-play-button .vjs-icon-placeholder:before {
  top: 5px;
}
.board_detail .video_box .contents {
  padding: 15px;
  width: 100%;
  height: 130px;
  overflow-y: auto;
  color: #666;
  font-size: 16px;
  line-height: 24px;
  border-top: 1px solid #e1e1e1;
}
.board_detail.answer_detail {
  margin-top: 150px;
  position: relative;
}
.board_detail.answer_detail .answer {
  position: absolute;
  font-size: 24px;
  top: -56px;
  left: 0;
  gap: 14px;
  display: flex;
  align-items: center;
  font-weight: 500;
}
.board_detail.answer_detail .answer::before {
  content: "";
  display: block;
  width: 22px;
  height: 17px;
  background: url(../../images/hmpg/icon_reply_b.png) no-repeat center / contain;
}
.board_detail.answer_detail .title_box {
  justify-content: flex-start;
  padding: 28px 40px;
}
.board_detail.answer_detail .title_box h3 {
  gap: 25px;
  display: flex;
  align-items: center;
}
.board_detail.answer_detail .title_box h3::before {
  content: "";
  display: block;
  width: 19px;
  height: 19px;
  background: url(../../images/hmpg/icon_comment.png) no-repeat center / contain;
}
.board_detail.answer_detail .list_box {
  justify-content: flex-end;
}

/*이전글 다음글*/
.view_bottom {
  margin-top: 40px;
}
.view_bottom dl {
  display: flex;
  display: -webkit-flex;
  font-size: 15px;
  border-top: 1px solid #e4e4e4;
}
.view_bottom dl:first-child {
  border-color: #223958;
}
.view_bottom dl:last-child {
  border-bottom: 1px solid #223958;
}
.view_bottom dl dt {
  padding: 18px 0;
  width: 180px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f6f8fa;
}
.view_bottom dl dt span {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.view_bottom dl dt span::before {
  content: "";
  display: block;
  width: 11px;
  height: 17px;
}
.view_bottom dl.file dt span::before {
  display: none;
}
.view_bottom .file_name {
  text-decoration: underline;
  text-underline-position: under;
  font-size: 16px;
  color: #1276c2;
  display: flex;
  align-items: center;
  gap: 16px;
}
.view_bottom .file_name::before {
  content: "";
  width: 18px;
  height: 19px;
  background: url(../../images/hmpg/icon_down.png) no-repeat center / contain;
}
.view_bottom dl.next dt span::before {
  background: url("../../images/hmpg/icon_arr_b.png") no-repeat center / contain;
  transform: rotate(180deg);
}
.view_bottom dl.prev dt span::before {
  background: url("../../images/hmpg/icon_arr_b.png") no-repeat center / contain;
}
.view_bottom dl dd {
  padding: 0 20px 0 30px;
  width: calc(100% - 180px);
}
.view_bottom dl dd a {
  padding: 20px 0;
  overflow: hidden;
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  color: #222;
}

/*댓글*/
.comment_area {
  margin-top: 50px;
}
.comment_area .button_box {
  margin-top: 10px;
}
.comment_area .button_box button {
  margin-left: 5px;
}
.comment_area .button_box button:first-of-type {
  margin-left: 10px;
}
.comment_area .button_box .byte {
  font-size: 14px;
  color: #7d7d7d;
}
.comment_area .button_box .byte b {
  color: #1e3e95;
}
.comment_area .comment_write {
  padding: 43px 40px;
  border-radius: 16px;
  background: #f2f4f9;
}
.comment_area .comment_write .all {
  font-size: 19px;
  color: #010101;
  max-width: 1160px;
  margin: 0 auto 25px;
}
.comment_area .comment_write .all span {
  color: #2d5aa5;
}
.comment_area .comment_write .write_box textarea {
  height: 150px;
  border: 1px solid #c1c1c1;
  border-radius: 4px;
}
.comment_area .comment_list {
  margin-top: 53px;
  border-top: 2px solid #05141f;
  border-bottom: 1px solid #eee;
}
.comment_area .comment_list > li dl {
  padding: 20px;
  border-top: 1px solid #eeeeee;
}
.comment_area .comment_list > li:first-child dl {
  border-top: 0;
}
.comment_area .comment_list > li dl dt {
  display: flex;
  display: -webkit-flex;
  align-items: center;
}
.comment_area .comment_list > li dl dt .button_box {
  margin-top: 0;
}
.comment_area .comment_list > li dl dt .list_box {
  gap: 19px;
}
.comment_area .comment_list > li dl dt .list_box li.name {
  font-size: 17px;
  color: #05141f;
}
.comment_area .comment_list > li dl dt .list_box li.date {
  font-size: 16px;
  color: #747474;
}
.comment_area .comment_list > li dl dt .list_box.button_area {
  gap: 8px;
  margin-left: 45px;
}
.comment_area .comment_list > li dl dt .list_box li,
.comment_area .comment_list > li dl dt .list_box.button_area li {
  margin: 0;
  padding: 0;
}
.comment_area .comment_list > li dl dt .list_box.button_area li::after {
  display: none;
}
.comment_area .comment_list > li dl dd {
  margin-top: 24px;
  font-size: 16px;
  line-height: 1.5;
  color: #666;
}
.comment_area .comment_list > li dl dd textarea {
  padding: 10px;
  height: 150px;
  font-size: 14px;
  color: #333;
  background-color: #fff;
  border: 1px solid #c1c1c1;
  border-radius: 4px;
}
.comment_area .comment_list > li dl.reply {
  border-top: 0;
}
.comment_area .comment_list > li dl.reply dt {
  margin-left: 40px;
  padding-left: 23px;
  background-repeat: no-repeat;
  background-position: 0 5px;
  background-image: url("../../images/hmpg/icon_comment.png");
  background-size: 14px;
}

.comment_area .comment_list > li dl.reply dd {
  padding-left: 40px;
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-left: 40px;
}
.comment_area .comment_list > li dl dd.write_box {
  margin-top: 34px;
  border-radius: 16px;
  background: #f2f4f9;
  padding: 26px 30px;
  display: block;
  margin-left: 0;
}
.comment_area .comment_list > li dl.reply dd .name {
  padding-right: 5px;
  color: #1a3d74;
  flex-shrink: 0;
}
.comment_area .comment_list > li dl.reply dd .name::before {
  content: "@";
}
.comment_area .comment_btn {
  margin-top: 55px;
  text-align: center;
}
.comment_area .comment_btn button {
  position: relative;
  color: #05141f;
  font-size: 15px;
  height: 52px;
  line-height: 50px;
  border: 1px solid #6e7882;
  border-radius: 6px;
  padding: 0 10px;
  min-width: 132px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  gap: 12px;
}
.comment_area .comment_btn button .icon {
  width: 8px;
  height: 13px;
  background: url("../../images/hmpg/icon_right_arr_gray.png") no-repeat center / contain;
}

/*일반게시판 글쓰기*/
.boardview_txt {
  margin-bottom: 10px;
  text-align: right;
  color: #666;
}
.boardview {
  overflow: hidden;
  width: 100%;
}
.boardview .point_txt {
  margin-bottom: 10px;
  color: #222;
  text-align: right;
}
.boardview .point_txt::before {
  content: "*";
  position: relative;
  top: 3px;
  padding-right: 3px;
  color: #fa0000;
}
.boardview table {
  width: 100%;
  table-layout: fixed;
  border-top: 2px solid #222;
}
.boardview table tr {
  border-bottom: 1px solid #ddd;
}
.boardview table tr th {
  padding: 20px;
  font-weight: 500;
  text-align: left;
  word-break: keep-all;
  background-color: #f3f6f9;
  color: #05141f;
}
.boardview table tr th.th2 {
  background-color: #f9f9f9;
}
.boardview table tr th.th3 {
  background-color: #eee;
}
.boardview table tr th.line {
  border-left: 1px solid #ddd !important;
}
.boardview table tr.add th {
  background-color: #e5e5e5;
}
.boardview table tr.add td {
  background-color: #f9f9f9;
}
.boardview table tr th .questionmark {
  margin: 0 0 6px 2px;
}
.boardview table tr th span {
  position: relative;
  font-size: 17px;
}
.boardview table tr th span.point::after {
  content: "*";
  position: relative;
  top: 3px;
  padding-left: 3px;
  color: #d74225;
}
.boardview table tr td {
  position: relative;
  padding: 12px 15px;
  color: #666;
  word-break: break-all;
}
.boardview table tr td textarea {
  height: 80px;
}
.boardview table tr td .optionbox {
  width: 200px;
  height: 38px;
  border-radius: 4px;
}
.boardview table tr td .inpbox {
  width: 100%;
  height: 38px;
  border-radius: 4px;
}
.boardview table tr td .box {
  display: flex;
  display: -webkit-flex;
  align-items: center;
}
.boardview table tr td .box .optionbox + .optionbox {
  margin-left: 10px;
}
.boardview table tr td .text {
  margin-left: 5px;
  font-size: 14px;
  color: #666;
}
.boardview table tr td a.emphasis {
  border-bottom: 1px solid #18a561;
  color: #18a561;
}
.boardview table tr td a.emphasis2 {
  border-bottom: 1px solid #222;
  color: #222;
}
.boardview table tr td .attachment-file-edit {
  width: 100%;
  align-items: center;
}
.boardview table tr td .attachment-file {
  position: relative;
  margin-top: 10px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  gap: 10px;
}
.boardview table tr td .attachment-file:first-child {
  margin-top: 0;
}
.boardview table tr td .attachment-file .ipfile {
  position: relative;
  flex: none;
  width: 101px;
  height: 38px;
}
.boardview table tr td .attachment-file .ipfile input[type="file"] {
  overflow: hidden;
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  cursor: pointer;
}
.boardview table tr td .attachment-file .ipfile input.file {
  position: absolute;
  z-index: 5;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  opacity: 0;
  filter: alpha(opacity=0);
  cursor: pointer;
}
.boardview table tr td .attachment-file .ipfile input.file:focus,
.boardview table tr td .attachment-file .ipfile input.file:focus-visible {
  opacity: 1;
  background: 0;
}
.boardview table tr td .attachment-file .ipfile span {
  position: absolute;
  z-index: 2;
  font-size: 15x;
  line-height: 38px;
  display: block;
  left: 1px;
  top: 1px;
  color: #fff;
  width: 100%;
  height: 100%;
  text-align: center;
  background: #39a7c2;
  cursor: pointer;
  border-radius: 4px;
}
.boardview table tr td .attachment-file .inpbox {
  position: relative;
  width: 340px;
}
.boardview table tr td .attachment-file .button_box {
  margin-top: 0;
  flex: none;
}
.boardview table tr td .attachment-file .button_box button {
  margin-left: 5px;
}
.boardview table tr td .calendarbox .inpbox {
  width: 180px;
}
.boardview table tr td .calendarbox .character {
  margin: 0 5px;
}
.boardview table tr td .calendarbox .check_box {
  margin-left: 10px;
}
.boardview table tr td .img_box {
  position: relative;
  width: 300px;
  height: 200px;
  border: 1px solid #ddd;
  border-radius: 10px;
}
.boardview table tr td .img_box img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 8px;
}
.boardview table tr td .file a {
  color: #666;
  border-bottom: 1px solid #666;
}
.boardview table tr td .file .btn_close {
  margin: -2px 5px 0 5px;
  width: 17px;
  height: 17px;
  background-color: #fff;
  border-radius: 3px;
  border: 1px solid #222;
}
.boardview table tr td .file .btn_close .icon {
  width: 15px;
  height: 15px;
  background-color: #fff;
  border-radius: 3px;
}
.boardview table tr td .file .btn_close .icon::after,
.boardview table tr td .file .btn_close .icon::before {
  width: 11px;
  left: 2px;
  top: 7px;
  height: 1px;
}
.boardview table tr td .autocomplete {
  z-index: 9;
  display: none;
  padding: 10px;
  width: calc(100% - 30px);
  position: absolute;
  top: 50px;
  left: 15px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 8px;
}
.boardview table tr td .autocomplete span {
  color: #2349c3;
  font-weight: 500;
}
.boardview table tr td .autocomplete.active {
  display: block;
}
.boardview table tr td.m_hidden {
  display: table-cell !important;
}
.boardview table tr td.line {
  border-left: 1px solid #ddd !important;
}
.boardview table tr td.editor {
}
.boardview table tr td.editor textarea {
  height: 186px;
}
.boardview table tr td.tel .box .optionbox,
.boardview table tr td.tel .box .inpbox {
  width: 110px;
}
.boardview table tr td.email .box .optionbox,
.boardview table tr td.email .box .inpbox {
  width: 170px;
}
.boardview table tr td.email .box .optionbox {
  margin-left: 10px;
}
.boardview table tr td.tel .box > button,
.boardview table tr td.email .box > button {
  margin-left: 10px;
}
.boardview table tr td.address .box.post .inpbox {
  width: 250px;
}
.boardview table tr td.address .box.detail {
  justify-content: space-between;
}
.boardview table tr td.address .box.detail .inpbox {
  margin-top: 10px;
  width: calc(50% - 5px);
}
.boardview table tr td.address .box button {
  margin-left: 10px;
  flex: none;
  width: 80px;
  height: 35px;
  color: #fff;
  font-size: 12px;
  background-color: #6b6e7b;
  border-radius: 3px;
}
.boardview table tr td.text .box .inpbox {
  width: 340px;
}
.boardview table tr td.text .box.doubleCheck button {
  margin-left: 10px;
}
.boardview + .button_box {
  margin-top: 30px;
}
.boardview + .button_box .btn {
  width: 113px;
}

/*썸네일 게시판*/
.thumbnaillist {
  overflow: hidden;
  width: 100%;
  border-top: 2px solid #222;
}
.thumbnaillist > li {
  overflow: hidden;
  position: relative;
  border-bottom: 1px solid #e5e5e5;
}
.thumbnaillist > li:last-child {
  border-color: #767676;
}
.thumbnaillist > li:hover {
  background-color: #f9f9f9;
}
.thumbnaillist > li:hover .text_box h3 {
  text-decoration: underline;
  text-underline-position: under;
  color: #1276c2;
}
.thumbnaillist > li:hover .text {
  text-decoration: underline;
  text-underline-position: under;
}
.thumbnaillist > li a {
  padding: 20px;
  display: flex;
  display: -webkit-flex;
}
.thumbnaillist > li a .img_box {
  width: 310px;
  height: 210px;
  border-radius: 20px;
  flex: none;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.thumbnaillist > li a .text_box {
  position: relative;
  padding-left: 30px;
  width: 100%;
}
.thumbnaillist > li a .text_box h3 {
  overflow: hidden;
  margin-bottom: 15px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  max-height: 56px;
  -webkit-line-clamp: 2;
  color: #222;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}
.thumbnaillist > li a .text_box .text {
  overflow: hidden;
  margin-top: 20px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  max-height: 72px;
  -webkit-line-clamp: 3;
  color: #666;
  font-size: 16px;
  line-height: 24px;
}
.thumbnaillist > li a .list_box {
  position: absolute;
  left: 30px;
  bottom: 0;
  justify-content: flex-start;
}
.thumbnaillist > li a .list_box li {
  padding-right: 10px;
  margin-right: 10px;
  color: #666;
  font-size: 16px;
  position: relative;
}
.thumbnaillist > li a .list_box li::after {
  top: 50%;
  transform: translateY(-50%);
  height: 13px;
  background-color: #d1d1d1;
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  left: -10px;
}
.thumbnaillist > li a .list_box li:first-child:after {
  display: none;
}

/*갤러리형 게시판*/
.gallerylist {
  overflow: hidden;
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-top: 30px;
  border-top: 2px solid #222;
  border-bottom: 1px solid #ddd;
  gap: 30px 43px;
}
.gallerylist > li {
  width: calc(25% - 32.25px);
  border-radius: 10px;
  transition: all 0.3s;
}
.gallerylist > li:nth-child(4n) {
  margin-right: 0;
}
.gallerylist > li:hover {
  background-color: #fff;
  border-radius: 20px;
  box-shadow: 2.993px 0.209px 15px rgba(0, 0, 0, 0.08);
  transform: translateY(-2px);
}
.gallerylist > li:hover .img_box {
  border-radius: 20px 20px 0 0;
}
.gallerylist > li:hover .text_box .cont {
  color: #1276c2;
}
.gallerylist > li a {
  position: relative;
  display: flex;
  display: -webkit-flex;
  flex-flow: column;
  height: 100%;
}
.gallerylist > li .state {
  z-index: 1;
  position: absolute;
  top: 10px;
  right: 10px;
  width: 75px;
  height: 30px;
  line-height: 28px;
  font-size: 13px;
  text-align: center;
  border-radius: 30px;
}
.gallerylist > li .state.state1 {
  color: #2656f6;
  border: 1px solid #2656f6;
  background-color: #fff;
}
.gallerylist > li .state.state2 {
  color: #fff;
  border: 1px solid #1771d7;
  background-color: #1771d7;
}
.gallerylist > li .state.state3 {
  color: #fff;
  border: 1px solid #666;
  background-color: #666;
}
.gallerylist > li .img_box {
  width: 100%;
  padding-top: 71.6%;
  border-radius: 20px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  transition: all 0.3s;
  background-image: url(../../images/hmpg/no_image.png);
}
.gallerylist > li .text_box {
  padding: 15px 17px;
  height: 100%;
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-flow: column;
  justify-content: space-between;
}
.gallerylist > li .text_box .category {
  display: inline-block;
  line-height: 23px;
  height: 23px;
  background: #e7e9ed;
  color: #07141f;
  text-align: center;
  font-size: 13px;
  margin-right: auto;
  padding: 0 10px;
  margin-bottom: 10px;
}
.gallerylist > li h3 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  max-height: 50px;
  line-height: 25px;
  -webkit-line-clamp: 2;
  font-size: 18px;
  color: #222;
  font-weight: 700;
  text-align: center;
  margin-bottom: 18px;
}
.gallerylist > li .text_box .cont {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  max-height: 52px;
  line-height: 26px;
  -webkit-line-clamp: 2;
  font-size: 16px;
  font-weight: 400;
  overflow: hidden;
  margin-bottom: 10px;
  color: #586572;
}
.gallerylist > li .list_box {
  margin-top: 10px;
  justify-content: flex-start;
}
.gallerylist > li .list_box li {
  padding-right: 10px;
  margin-right: 10px;
  color: #586572;
  font-size: 15px;
  line-height: 20px;
  position: relative;
}
.gallerylist > li .list_box li:nth-child(2) {
  margin-right: auto;
}
.gallerylist > li .list_box li:nth-child(2):after {
  top: 50%;
  transform: translateY(-50%);
  left: -10px;
  width: 1px;
  height: 13px;
  background-color: #d1d1d1;
  content: "";
  display: block;
  position: absolute;
}
.gallerylist > li .list_box li span {
  margin-right: 0;
  color: #707070;
}
.gallerylist > li .category {
  color: #333;
  font-size: 14px;
}
.gallerylist > li .button_box {
  margin-top: 15px;
  justify-content: space-between;
}
.gallerylist > li .button_box button {
  padding: 0 15px;
  width: 100%;
  height: 40px;
  background-position: right 15px center;
}
.gallerylist > li.nodata {
  width: 100%;
  margin: -30px 0 0;
  border: 0;
  border-radius: 0;
}
.gallerylist.vertical {
  padding-bottom: 20px;
}
.gallerylist.vertical > li .img_box {
  padding-top: 117.6%;
  background-position: center top;
}
.gallerylist.vertical > li h3 {
  margin-bottom: 10px;
}
.gallerylist.vertical > li h3 + .list_box {
  margin-top: 0;
}

/*상세보기 일반 테이블*/
.tablebasic {
  clear: both;
  overflow-x: auto;
}
.tablebasic table {
  width: 100%;
  table-layout: fixed;
  border-top: 2px solid #222;
}
.tablebasic table thead tr {
  border-bottom-color: #ddd;
}
.tablebasic table thead tr th:last-child {
  border-right: 0;
}
.tablebasic table tr {
  border-bottom: 1px solid #ddd;
}
.tablebasic table tr th {
  padding: 11px 15px;
  color: #222;
  text-align: center;
  background-color: #f3f4f8;
  border-right: 1px solid #ddd;
}
.tablebasic table tr td {
  padding: 11px 20px;
  text-align: center;
  color: #666;
  border-right: 1px solid #ddd;
}
.tablebasic table tr td:last-child {
  border-right-width: 0;
}
.tablebasic table tr td.line {
  border-right-width: 1px;
}

/*faq*/
.faq_area > li {
  word-break: keep-all;
  border-bottom: 1px solid #ddd;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
}
.faq_area > li:first-child {
  border-top: 2px solid #000;
}
.faq_area > li > a {
  position: relative;
  padding: 15px 50px 15px 60px;
  display: block;
  font-size: 18px;
}
.faq_area > li > a .num {
  position: absolute;
  top: 15px;
  left: 20px;
  font-size: 24px;
  font-weight: 500;
  color: #222;
}
.faq_area > li > a .txt {
  font-size: 16px;
  font-weight: 500;
  color: #222;
}
.faq_area > li > a .icon {
  position: absolute;
  right: 20px;
  top: calc(50% - 10px);
  width: 20px;
  height: 20px;
  border-radius: 50%;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
}
.faq_area > li > a .icon::after,
.faq_area > li > a .icon::before {
  content: "";
  position: absolute;
  top: 8px;
  width: 13px;
  height: 2px;
  background-color: #222;
}
.faq_area > li > a .icon::after {
  left: 8px;
  transform: rotate(42.1deg);
}
.faq_area > li > a .icon::before {
  right: 8px;
  transform: rotate(-42.1deg);
}
.faq_area > li > ul {
  display: none;
  background-color: #f3f5fc;
}
.faq_area > li > ul li {
  position: relative;
  padding: 16px 50px 16px 60px;
  font-size: 16px;
  line-height: 24px;
  color: #666;
}
.faq_area > li > ul li::before {
  content: "A";
  position: absolute;
  top: 17px;
  left: 20px;
  font-size: 24px;
  font-weight: 500;
  color: #222;
}
.faq_area > li.active a {
  border-bottom: 1px solid #ddd;
}
.faq_area > li.active > a .icon {
  transform: rotate(180deg);
}
.faq_area > li.active > a .icon::after {
  left: 8px;
}
.faq_area > li.active > a .icon::before {
  right: 8px;
}

/*설문조사등록*/
.survey_detail {
  margin: 30px 0 0;
}
.survey_detail > .point_box {
  margin-bottom: 10px;
  color: #666;
  font-size: 15px;
  text-align: right;
}
.survey_detail > .point_box span {
  position: relative;
  padding-left: 15px;
  display: inline-block;
}
.survey_detail > .point_box span::before {
  content: "*";
  position: absolute;
  left: 0;
  top: 3px;
  color: #fd0000;
}
.survey_detail h3 {
  margin: 0 0 15px;
  padding: 10px 25px;
  font-size: 20px;
  border-radius: 5px;
  border: 1px solid #ccc;
  background-color: #eee;
}
.survey_detail dl {
  margin-bottom: 30px;
  padding: 20px 25px;
  border-radius: 20px;
  border: 1px solid #ccc;
}
.survey_detail dl:last-child {
  margin-bottom: 0;
}
.survey_detail dl dt {
  padding: 0 0 10px;
  font-weight: 500;
}
.survey_detail dl dt span {
  display: block;
}
.survey_detail dl dt span.point::before {
  content: "*";
  position: relative;
  top: 3px;
  padding-right: 3px;
  color: #fa0000;
}
.survey_detail dl dd ul li {
  margin: 5px 30px 5px 0;
}
.survey_detail dl dd ul li:last-child {
  margin: 5px 0;
}
.survey_detail dl dd ul li.others {
  display: flex;
  display: -webkit-flex;
  width: 100%;
  align-items: center;
}
.survey_detail dl dd ul li.others input + label {
  margin-right: 10px;
  flex: none;
}
.survey_detail dl dd ul li.others .inpbox {
  width: 100%;
}
.survey_detail dl dd textarea {
  height: 100px;
}
.survey_detail .attachment-file {
  position: relative;
  margin-top: 10px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
}
.survey_detail .attachment-file:first-child {
  margin-top: 0;
}
.survey_detail .attachment-file .ipfile {
  position: relative;
  flex: none;
  margin-right: 10px;
  width: 70px;
  height: 35px;
}
.survey_detail .attachment-file .ipfile input[type="file"] {
  overflow: hidden;
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  cursor: pointer;
}
.survey_detail .attachment-file .ipfile input.file {
  position: absolute;
  z-index: 5;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  opacity: 0;
  filter: alpha(opacity=0);
  cursor: pointer;
}
.survey_detail .attachment-file .ipfile input.file:focus,
.survey_detail .attachment-file .ipfile input.file:focus-visible {
  opacity: 1;
  background: 0;
}
.survey_detail .attachment-file .ipfile span {
  position: absolute;
  z-index: 2;
  font-size: 14px;
  line-height: 34px;
  display: block;
  left: 1px;
  top: 1px;
  color: #fff;
  width: 100%;
  height: 100%;
  text-align: center;
  background: #393e46;
  cursor: pointer;
  border-radius: 8px;
}
.survey_detail .attachment-file .inpbox {
  position: relative;
  width: 340px;
}

@media screen and (max-width: 1366px) {
}
@media screen and (max-width: 1240px) {
}
@media screen and (max-width: 1024px) {
  .nodata {
    font-size: 16px;
  }
  .boardlist table tbody tr td .row {
    justify-content: flex-start;
  }
  /*라디오박스*/
  /* .radio_box > li {
    margin-right: 15px;
  }
  .radio_box input[type="radio"] + label {
    padding-left: 23px;
    line-height: 18px;
    font-size: 14px;
  }
  .radio_box input[type="radio"] + label::after {
    width: 16px;
    height: 16px;
    top: calc(50% - 9px);
  }
  .radio_box input[type="radio"] + label.on::before,
  .radio_box input[type="radio"]:checked + label::before {
    top: calc(50% - 3px);
    left: 6px;
  }
  .radio_box_wrap .radio_box > li {
    margin-right: 0;
  }
  .radio_box_wrap .radio_box > li:last-child {
    margin-bottom: 0;
  } */

  /*체크박스*/
  .check_box input[type="checkbox"] + label {
    padding-left: 23px;
    line-height: 22px;
  }
  .check_box input[type="checkbox"] + label::before {
    width: 16px;
    height: 16px;
    border-width: 1px;
    background-size: 10px;
    margin-top: 2px;
  }
  .check_box input[type="checkbox"]:checked + label::before {
    background-size: 10px;
  }
  .check_box.all {
    margin-top: 15px;
    padding-top: 10px;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    border-top: 1px solid #929bac;
  }
  .check_box.all label {
    font-size: 14px;
  }
  .check_box_wrap .check_box > li {
    margin-right: 0;
  }
  .check_box_wrap .check_box > li:last-child {
    margin-bottom: 0;
  }

  /* .calendarbox .inpbox .ui-datepicker-trigger {
    width: 33px;
    height: 33px;
    background-size: 60% auto;
  } */
  .list_box li {
    padding-right: 10px;
    margin-right: 10px;
    font-size: 12px;
  }
  .list_box li::after {
    top: calc(50% - 4px);
    height: 9px;
  }
  .list_box li span {
    margin-right: 8px;
  }
  .file_box li {
    margin-bottom: 5px;
    justify-content: space-between;
  }
  .file_box li a {
    position: relative;
    line-height: 26px;
  }
  .file_box li button {
    width: 77px;
    height: 25px;
    font-size: 10px;
  }
  .character {
    margin: 0 5px;
  }

  /*일반게시판 검색바*/

  .board_top .all {
    margin-bottom: 10px;
    font-size: 14px;
  }
  .board_top .boardschbox {
    display: block;
    padding: 40px;
  }
  .board_top .boardschbox > div {
    margin-bottom: 10px;
  }
  .board_top .boardschbox > div:last-child {
    margin-bottom: 0;
  }
  .board_top .boardschbox .select_box {
    margin-right: 0;
  }
  .board_top .boardschbox .search_box {
    width: 100%;
  }
  .board_top .boardschbox .box .search_box {
    width: auto;
  }
  .board_top .boardschbox .select_box .optionbox,
  .board_top .boardschbox .search_box .inpbox {
    width: 100%;
  }
  .board_top .boardschbox .select_box .optionbox:last-child {
    margin-right: 0;
  }
  .board_top .boardschbox .select_box .optionbox select,
  .board_top .boardschbox .search_box .inpbox input.txt {
    font-size: 16px;
  }
  .board_top .boardschbox .search_box .btn_search .icon {
    transform: scale(0.9);
  }
  .board_top > .optionbox {
    float: right;
    margin: -28px 0 10px;
  }
  .board_top .calendarbox {
    margin-right: 0;
  }
  .board_top .calendarbox .inpbox {
    width: 100%;
  }
  .board_top .calendarbox .inpbox input.txt {
    font-size: 16px;
  }
  .board_top .order {
    justify-content: right;
  }
  .board_top .order li {
    margin-left: 15px;
    padding-left: 15px;
  }
  .board_top .order li::before {
    top: calc(50% - 5px);
    width: 1px;
    height: 10px;
  }
  .board_top .order li a {
    font-size: 14px;
  }

  /*목록 상단검색 기본*/
  .boardlist_top {
    width: calc(100% + 30px);
    padding: 15px;
    margin: 0 0 30px -15px;
    background-color: #e7eaf3;
  }
  .boardlist_top .box_wrap {
    display: block;
    margin-bottom: 0;
  }
  .boardlist_top .box {
    display: block;
    width: 100%;
  }
  .boardlist_top .box > div {
    margin: 0 0 10px;
  }
  .boardlist_top .box > div:last-child {
    margin-bottom: 0;
  }
  .boardlist_top .box .inpbox {
    width: 100%;
    height: 35px;
  }
  .boardlist_top .box .inpbox input.txt {
    font-size: 13px;
    padding: 8px 10px;
  }
  .boardlist_top .box .optionbox {
    width: 100%;
    height: 35px;
  }
  .boardlist_top .box .optionbox select {
    font-size: 13px;
    padding: 8px 10px;
  }
  .boardlist_top .box .calendarbox .optionbox {
    width: 100%;
  }
  .boardlist_top .box .calendarbox .inpbox {
    width: calc(50% - 10px) !important;
  }
  .boardlist_top .box .search_box .inpbox {
    width: 100%;
  }
  .boardlist_top .box .search_box .inpbox input.txt {
    padding: 0 40px 0 10px;
  }
  .boardlist_top .box .btn_search {
    width: 35px;
    height: 33px;
  }
  .boardlist_top .box .btn_search .icon {
    transform: scale(0.9);
  }
  .boardlist_top .box .search_input {
    width: 100% !important;
  }
  .boardlist_top .box .search_input .inpbox {
    width: 100%;
    margin-left: 0;
  }
  .boardlist_top button {
    flex: none;
    width: calc(50% - 6px);
    height: 35px;
    font-size: 15px;
    font-weight: 500;
    margin-right: 8px;
  }
  .boardlist_top button:last-child {
    margin-right: 0;
  }
  .boardlist_top2 {
    margin: 0 auto 20px;
    border: 0;
    background-color: #fff;
  }
  .boardlist_top2 .top {
    padding: 0;
    border-radius: 0;
  }
  .boardlist_top2 .top .box_wrap {
    margin-bottom: 0;
    width: 100%;
    display: block;
  }
  .boardlist_top2 .top .box_wrap .box {
    margin-bottom: 10px;
    margin-right: 0;
  }
  .boardlist_top2 .top .box_wrap .box dt {
    padding-left: 12px;
    min-width: 70px;
    font-size: 14px;
  }
  .boardlist_top2 .top .box_wrap .box dt::before {
    top: 8px;
  }
  .boardlist_top2 .top .box_wrap .box dd {
    width: 100%;
  }
  .boardlist_top2 .top .box_wrap .box .optionbox {
    height: 35px;
  }
  .boardlist_top2 .top .box_wrap .box .calendarbox .inpbox {
    height: 35px;
  }
  .boardlist_top2 .top .box_wrap .box .calendarbox .inpbox .ui-datepicker-trigger {
    width: 35px;
  }
  .boardlist_top2 .top .box_wrap .box .calendarbox .character {
    margin: 0 5px;
  }
  .boardlist_top2 .top .box_wrap .box_wrap1 {
    width: 100%;
    display: block;
    margin-right: 0;
  }
  .boardlist_top2 .top .box_wrap .box_wrap2 {
    width: 100%;
    display: block;
  }
  .boardlist_top2 .bottom {
    padding: 30px 0 0;
  }
  .boardlist_top2 .bottom .search_box {
    width: 100%;
  }
  .boardlist_top2 .bottom .search_box .inpbox {
    height: 35px;
  }
  .boardlist_top2 .bottom .search_box .inpbox input.txt {
    padding: 0 40px 0 10px;
  }
  .boardlist_top2 .bottom .btn_search {
    width: 35px;
    height: 33px;
  }
  .boardlist_top2 .bottom .btn_search .icon {
    transform: scale(0.9);
  }
  .boardlist_top2 .bottom .btn_search .icon::after {
    left: 0;
    top: 0;
    width: 11px;
    height: 11px;
  }
  .boardlist_top2 .bottom .btn_search .icon::before {
    right: 0;
    bottom: 3px;
    width: 9px;
  }
  .boardlist_top .box .btn_search {
    width: 35px;
    height: 33px;
  }
  .boardlist_top .box .btn_search .icon {
    transform: scale(0.9);
  }

  /*일반게시판 리스트*/
  .boardlist table,
  .boardlist table tbody,
  .boardlist table tbody tr td {
    display: block;
  }
  .boardlist table thead {
    display: none;
  }
  .boardlist table tbody tr {
    position: relative;
    padding: 5px 0;
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    padding-left: 60px;
  }
  .boardlist.no_num table tbody tr {
    padding-left: 5px;
  }
  .boardlist table tbody tr:hover {
    background: 0;
  }
  .boardlist table tbody tr td {
    padding: 5px 0;
    text-align: left;
    font-size: 12px;
    line-height: 16px;
  }
  .boardlist table tbody tr td.m_hidden {
    display: none !important;
  }
  .boardlist table tbody tr td.no {
    position: absolute;
    top: 5px;
    left: 0;
    min-width: 40px;

    text-align: center;
  }
  .boardlist table tbody tr td.category {
    position: absolute;
    top: 5px;
    left: 60px;
    width: 70px;
  }
  .boardlist table tbody tr td.line.file {
    min-width: 40px;
    margin-right: 0;
    padding-right: 0;
    text-align: center;
  }
  .boardlist table tbody tr td.label {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
  }
  .boardlist table tbody tr td.label::before {
    content: attr(data-label);
  }
  .boardlist table tbody tr td.line.file::after {
    display: none;
  }
  .boardlist table tbody tr td.no {
    position: absolute;
    top: 5px;
    left: 0;
    min-width: 40px;
    text-align: center;
  }
  .boardlist table tbody tr td.title_box {
    width: 100%;
    padding-left: 70px;
  }
  .boardlist.no_num table tbody tr td.title_box {
    width: 100%;
    padding-left: 0;
  }
  .boardlist table tbody tr td.title_box .title a {
    font-size: 14px;
    line-height: 14px;
    color: #333;
  }

  .boardlist table tbody tr td.title_box .title a img.new {
    width: 15px;
  }
  .boardlist table tbody tr td.title_box .title span.comment {
    margin-left: 5px;
  }
  .boardlist table tbody tr td.title_box .title img.secret {
    margin: -2px 0 0 5px;
    width: 12px;
  }
  .boardlist table tbody tr td.title_box .title.comment a {
    padding-left: 20px;
    background-size: 12px auto;
  }

  .boardlist table tbody tr td.right {
    position: absolute;
    right: 0;
    bottom: 5px;
    padding: 0;
  }
  .boardlist table tbody tr td.right span.btn3 {
    min-width: 55px;
    height: 20px;
    line-height: 18px;
    font-size: 11px;
  }
  .boardlist table tbody tr td.name {
    color: #747474;
  }
  .boardlist table tbody tr td.block {
    display: block;
    width: 100%;
  }
  .boardlist table tbody tr td.line {
    position: relative;
    padding-right: 8px;
    margin-right: 7px;
  }

  .boardlist table tbody tr td.file img {
    width: 12px;
    height: 12px;
  }
  .boardlist table tbody tr td .file {
    width: 15px;
  }
  .boardlist table tbody tr.fix {
    padding: 5px 10px 5px 60px;
  }
  .boardlist table tbody tr.fix td span.notice {
    font-size: 12px;
    padding: 0 6px;
    line-height: 24px;
    height: 24px;
  }
  .boardlist table tbody tr.fix td:first-child {
    padding: 0;
  }
  .boardlist table tbody tr td.nodata {
    width: 100%;
    font-size: 16px;
    text-align: center;
    position: relative;
  }
  .boardview.boardlist2 table tbody tr {
    position: relative;
  }
  .boardlist.boardlist2 table tbody tr td {
    padding: 5px 0;
    width: calc(100% - 35px);
    margin-left: 35px;
    text-align: left;
    font-size: 12px;
  }
  .boardlist.boardlist2 table tbody tr td .check_box.center input[type="checkbox"] + label::before {
    left: 0;
  }
  .boardlist.boardlist2 table tbody tr td:first-child {
    position: absolute;
    top: calc(50% - 16px);
    left: -35px;
    width: 18px;
  }
  .boardlist.boardlist2 table tbody tr td:first-child div.radio_box input[type="radio"] + label {
    width: 18px;
    height: 18px;
  }
  .boardlist.boardlist2 table tbody tr td .w_hidden {
    display: inline-block !important;
    margin-right: 5px;
  }
  .boardlist.boardlist2 table tbody tr td .w_hidden::after {
    display: none;
  }
  .boardlist.boardlist2 table tbody tr td a {
    font-size: 12px;
  }
  .boardlist.boardlist3 table tbody tr td {
    width: 100%;
    font-size: 12px;
  }
  .boardlist.boardlist3 table tbody tr td .w_hidden {
    display: inline-block !important;
    margin-right: 5px;
  }
  .boardlist.boardlist3 table tbody tr td .w_hidden::after {
    display: none;
  }
  .boardlist.boardlist3 table tbody tr td a {
    font-size: 12px;
  }
  .board_top .row .select_box {
    width: 33.4722vw;
  }

  /*하단 버튼*/
  .button_box.mt40 {
    margin-top: 20px !important;
  }
  .button_box button {
    margin-left: 5px;
  }
  .button_box button.right {
    position: relative;
    right: 0;
    top: 0;
  }
  .button_box.flexwrap {
    flex-wrap: wrap;
  }
  .button_box.flexwrap > div + div {
    margin-top: 5px;
  }
  .button_box.flexwrap .right {
    justify-content: left;
  }
  .button_box.wide .btn {
    min-width: 150px;
    padding: 0 20px;
  }

  /*페이징*/
  .paging {
    margin-top: 10px;
  }
  .paging button {
    width: 30px;
    height: 30px;
    line-height: 26px;
    font-size: 14px;
    background-size: auto 10px;
  }
  .paging button.btn-paging-first {
    margin: 0 5px 0 0;
  }
  .paging button.btn-paging-pre {
    margin: 0 10px 0 0;
  }
  .paging button.btn-paging-next {
    margin: 0 0 0 10px;
  }
  .paging button.btn-paging-last {
    margin: 0 0 0 5px;
  }

  /*일반게시판 상세*/
  .board_detail .title_box {
  }
  .board_detail .title_box h4 {
    font-size: 15px;
  }
  .board_detail .title_box h4 .answer {
    margin-right: 10px;
    padding-left: 20px;
    font-size: 13px;
    background: url("../../images/hmpg/icon_comment.png") no-repeat 0 2px / 14px auto;
  }
  .board_detail .title_box .ico_badge {
    margin-left: 10px;
    width: 36px;
    height: 17px;
    font-size: 10px;
    line-height: 17px;
  }
  .board_detail .content_bar {
    padding: 15px 0 0;
    display: flex;
    display: -webkit-flex;
    justify-content: flex-end;
    border-bottom: 0;
  }
  .board_detail .content_bar .btn_more {
    padding: 0 10px 0 15px;
    height: 30px;
    font-size: 13px;
  }
  .board_detail .content_bar .btn_more .icon {
    margin-left: 10px;
    transform: scale(0.8);
  }
  .board_detail .content_bar .btn_more .icon::after,
  .board_detail .content_bar .btn_more .icon::before {
    left: -10px;
  }
  .board_detail .content_bar .btn_more .icon::before {
    top: calc(50% - 1px);
  }
  .board_detail .content_bar .btn_share img {
    width: 30px;
  }
  .board_detail .content_bar .share_box {
    top: 50px;
    padding: 10px !important;
  }
  .board_detail .content_bar .share_box .btn_close {
    right: 2px;
    top: 2px;
    transform: scale(0.7);
  }
  .board_detail .content_bar .share_box .button_box {
    margin: 0 0 10px;
    padding: 0;
  }
  .board_detail .content_bar .share_box .button_box .btn_share {
    margin-left: 0;
    font-size: 11px;
    width: 52px;
  }
  .board_detail .content_bar .share_box .link_box .inpbox {
    height: 32px;
  }
  .board_detail .content_bar .share_box .link_box button {
    width: 70px;
    height: 32px;
  }
  .board_detail .video_box {
    padding: 20px 0 0;
    display: block;
    display: -webkit-block;
  }
  .board_detail .video_box .youtube {
    position: relative;
    width: 100%;
    height: auto;
    padding-top: 56.25%;
  }
  .board_detail .video_box .youtube iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
  }
  .board_detail .video_box .video {
    width: 100%;
  }
  .board_detail .video_box .contents {
    padding: 15px;
    margin-top: 20px;
    font-size: 14px;
    line-height: 22px;
  }
  .board_detail .content_box {
    padding: 15px 10px;
    line-height: 20px;
  }
  /* .board_detail .file_box {
		padding: 10px 0;
	} */
  .board_detail .slider-for {
    margin: 0 2px 4px;
    width: calc(100% - 4px);
  }
  .board_detail .slider-for .slick-arrow {
    top: calc(50% - 12px);
    width: 25px;
    height: 25px;
  }
  .board_detail .slider-for .slick-arrow::after,
  .board_detail .slider-for .slick-arrow::before {
    top: 12px;
    left: 10px;
    width: 7px;
    height: 1px;
  }
  .board_detail .slider-for .slick-list .slick-track .slick-slide .list button {
    width: 22px;
    height: 22px;
  }
  .board_detail .slider-for .slick-list .slick-track .slick-slide .list button::after,
  .board_detail .slider-for .slick-list .slick-track .slick-slide .list button::before {
    left: calc(50% - 5px);
    width: 10px;
  }
  .board_detail .slider-nav {
    margin: 0 auto 20px;
    width: 100%;
  }
  .board_detail .slider-nav .slick-list .slick-track .slick-slide {
    overflow: hidden;
    padding: 0 2px;
  }
  .board_detail .slider-nav .slick-list .slick-track .slick-slide .list {
    padding-top: 65%;
    height: auto;
  }
  .board_detail .slider-nav .slick-list .slick-track .slick-slide.slick-current .list::after {
    background-size: 20%;
  }

  /*이전글 다음글*/
  /* .view_bottom {
		margin-top: 30px;
	}
	.view_bottom dl {
		padding: 10px 0;
		font-size: 13px;
	}
	.view_bottom dl dt {
		padding: 0;
		width: 62px;
	}
	.view_bottom dl dt span {
		position: relative;
		padding-left: 23px;
	}
	.view_bottom dl dt span::after {
		top: 2px;
		width: 20px;
		height: 14px;
	}
	.view_bottom dl.next dt span::after {
		background-size: 14px auto;
		background-position: 0 center;
	}
	.view_bottom dl.prev dt span::after {
		background-size: 14px auto;
		background-position: 0 center;
	}
	.view_bottom dl dd {
		padding: 0 0 0 20px;
		width: calc(100% - 62px);
	}
	.view_bottom dl dd a {
		font-size: 13px;
	} */

  /*댓글*/
  /* .comment_area {
    margin-top: 40px;
  }
  .comment_area .button_box {
    margin-top: 10px;
  }
  .comment_area .button_box button {
    margin-left: 5px;
  }
  .comment_area .button_box .byte {
    font-size: 12px;
    color: #666;
  }
  .comment_area .comment_write .write_box {
    padding: 15px 10px 0;
  }
  .comment_area .comment_write .write_box textarea {
    height: 100px;
  }
  .comment_area .comment_list {
    margin-top: 20px;
  }
  .comment_area .comment_list > li dl {
    padding: 10px;
  }
  .comment_area .comment_list > li dl dt {
    display: block;
    overflow: hidden;
  }
  .comment_area .comment_list > li dl dt .list_box {
    float: left;
  }
  .comment_area .comment_list > li dl dt .list_box li.name {
    font-size: 13px;
  }
  .comment_area .comment_list > li dl dt .list_box li.date {
    font-size: 13px;
  }
  .comment_area .comment_list > li dl dt .list_box.button_area {
    float: right;
    margin-top: 10px;
  }
  .comment_area .comment_list > li dl dt .list_box.button_area li {
    margin-right: 5px;
    padding-right: 0;
  }
  .comment_area .comment_list > li dl dt .list_box.button_area li::after {
    display: none;
  }
  .comment_area .comment_list > li dl dt .list_box.button_area li:last-child {
    margin-right: 0;
  }
  .comment_area .comment_list > li dl dd {
    padding: 10px 0 0;
    font-size: 13px;
    line-height: 24px;
  }
  .comment_area .comment_list > li dl dd textarea {
    height: 55px;
    font-size: 13px;
  }
  .comment_area .comment_list > li dl.reply dt {
    padding-left: 20px;
    background-position: 0 2px;
    background-size: 12px auto;
  } */

  /*일반게시판 글쓰기*/
  .boardview .btn_check {
    width: 60px;
    font-size: 12px;
  }
  .boardview .point_txt {
    margin-bottom: 5px;
  }
  .boardview .boardview_title {
    margin-bottom: 5px;
    font-size: 13px;
  }
  .boardview > table,
  .boardview > table > tbody,
  .boardview > table > tbody > tr,
  .boardview > table > tbody > tr > th,
  .boardview > table > tbody > tr > td {
    display: block;
  }

  .boardview table tr th.th2 {
    background: 0;
  }
  .boardview table tr th.th3 {
    background: 0;
  }
  .boardview table tr th.line {
    border-left: 0 !important;
  }
  .boardview table tr th .questionmark {
    margin: 0 0 4px 4px;
  }
  .boardview table tr th .questionmark img {
    width: 18px;
    height: 18px;
  }
  .boardview table tr td .optionbox {
    max-width: 100%;
    width: 100%;
  }
  .boardview table tr td .text {
    font-size: 12px;
    letter-spacing: -0.5px;
  }
  .boardview table tr td .attachment-file .ipfile span {
    font-size: 13px;
    border-radius: 5px;
  }
  .boardview table tr td .attachment-file .inpbox {
    width: calc(100% - 90px);
  }
  .boardview table tr td .attachment-file .button_box {
    width: 80px;
  }
  .boardview table tr td .attachment-file.flexwrap {
    flex-wrap: wrap;
  }
  .boardview table tr td .attachment-file.flexwrap .text {
    width: 100%;
    text-align: right;
    margin-top: 5px;
  }
  .boardview table tr td .calendarbox .inpbox {
    width: 100%;
  }
  .boardview table tr td .file .btn_close {
    width: 15px;
    height: 15px;
  }
  .boardview table tr td .file .btn_close .icon {
    width: 13px;
    height: 13px;
  }
  .boardview table tr td .file .btn_close .icon::after,
  .boardview table tr td .file .btn_close .icon::before {
    width: 9px;
    top: 6px;
  }
  .boardview table tr td .autocomplete {
    width: 100%;
    top: 38px;
    left: 0;
    border-radius: 5px;
  }
  .boardview table tr td.m_hidden {
    display: none !important;
  }
  .boardview table tr td.line {
    border-left: 0 !important;
  }
  .boardview table tr td.editor textarea {
    height: 150px;
  }
  .boardview table tr td.email .box .optionbox,
  .boardview table tr td.email .box .inpbox {
    width: 170px;
  }
  .boardview table tr td.email .box .optionbox {
    margin-left: 10px;
  }
  .boardview table tr td.email .box .btn_check {
    margin-left: 10px;
  }
  .boardview table tr td.address .box.detail {
    display: block;
    display: -webkit-block;
  }
  .boardview table tr td.address .box.detail .inpbox {
    width: 100%;
  }
  .boardview table tr td.address .box button {
    margin-left: 7px;
  }
  .boardview table tr td.text .box {
    display: block;
    display: -webkit-block;
  }
  .boardview table tr td.text .box .inpbox {
    width: 100%;
  }
  .boardview table tr td.text .box .text {
    margin: 3px 0 0;
  }
  .boardview table tr td.text .box.doubleCheck {
    display: flex;
    display: -webkit-flex;
  }
  .boardview table tr td.text .box.doubleCheck .inpbox {
    width: calc(100% - 67px);
  }
  .boardview table tr td.text .box.doubleCheck button {
    height: 33px;
  }
  .boardview.boardview2 table tbody tr {
    position: relative;
  }
  .boardview.boardview2 table tbody tr td {
    padding: 5px 0;
    width: calc(100% - 35px);
    margin-left: 35px;
    text-align: left;
  }
  .boardview.boardview2 table tbody tr td.check {
    position: absolute;
    top: calc(50% - 11px);
    left: -35px;
    width: 18px;
  }
  .boardview.boardview2 table tbody tr td .inpbox {
    margin-top: 5px;
  }

  /*썸네일 게시판*/
  .thumbnaillist > li a {
    padding: 15px 0;
  }
  .thumbnaillist > li a .img_box {
    width: 130px;
    height: 90px;
    border-radius: 10px;
  }
  .thumbnaillist > li a .text_box {
    padding-left: 15px;
  }
  .thumbnaillist > li a .text_box h3 {
    margin-bottom: 5px;
    max-height: 22px;
    -webkit-line-clamp: 1;
    font-size: 15px;
    line-height: 22px;
  }
  .thumbnaillist > li a .text_box .text {
    margin: 10px 0;
    font-size: 12px;
    line-height: 18px;
  }
  .thumbnaillist > li a .list_box {
    position: relative;
    left: 0;
  }
  .thumbnaillist > li a .list_box li {
    font-size: 10px;
  }
  .thumbnaillist > li a .list_box li::after {
    height: 10px;
  }
  .thumbnaillist > li:hover {
    background-color: #fff;
  }
  .thumbnaillist.type2 {
    column-gap: 20px;
    grid-row-gap: 20px;
  }
  .thumbnaillist.type2 > li a .text_box {
    padding-left: 10px;
  }
  .thumbnaillist.type2 > li a .text_box .category {
    margin-bottom: 2px;
    font-size: 8px;
    line-height: 10px;
  }
  .thumbnaillist.type2 > li a .text_box h3 {
    margin-bottom: 0;
    font-size: 11px;
    line-height: 15px;
  }
  .thumbnaillist.type2 > li a .text_box .name {
    margin-bottom: 0;
    font-size: 9px;
  }

  /*갤러리형 게시판*/
  .gallerylist {
    gap: 15px 10px;
    padding: 15px 0;
  }
  .gallerylist > li {
    width: calc(33.33% - 7.5px);
  }
  /* .gallerylist > li h3 {
    max-height: 45px;
    line-height: 22px;
    font-size: 14px;
  }
  .gallerylist > li .state {
    width: 50px;
    height: 20px;
    line-height: 18px;
    font-size: 10px;
    border-radius: 20px;
  }
  .gallerylist > li .text_box {
    padding: 15px 15px 20px;
  }
  .gallerylist > li .list_box {
    margin-top: 10px;
  }
  .gallerylist > li .list_box li {
    font-size: 11px;
    line-height: 10px;
  }
  .gallerylist > li .list_box li::after {
    top: calc(50% - 5px);
    height: 10px;
  } */
  .gallerylist > li .button_box {
    margin-top: 5px;
  }
  .gallerylist > li .button_box button {
    padding: 0 5px;
    height: 20px;
    font-size: 10px;
    background-position: right 5px center;
    background-size: 10px;
  }
  .gallerylist > li:hover {
    background-color: #fff;
  }
  .gallerylist > li.nodata {
    margin: 0;
  }

  /*상세보기 일반 테이블*/
  .tablebasic table tr {
    word-break: break-all;
  }
  .tablebasic table tr th {
    padding: 10px 5px;
  }
  .tablebasic table tr td {
    padding: 10px 5px;
  }
  .tablebasic table tbody tr th {
    background-color: #fff;
  }

  /*faq*/
  .faq_area > li > a {
    padding: 10px 27px 10px 33px;
    font-size: 13px;
  }
  .faq_area > li > a .num {
    position: absolute;
    top: 10px;
    left: 10px;
    font-size: 18px;
  }
  .faq_area > li > a .txt {
    font-size: 14px;
  }
  .faq_area > li > a .icon {
    right: 3px;
    transform: scale(0.625);
  }
  .faq_area > li > ul li {
    padding: 10px 27px 10px 33px;
    font-size: 13px;
    line-height: 20px;
  }
  .faq_area > li > ul li::before {
    left: 10px;
    top: 10px;
    font-size: 18px;
  }
  .faq_area > li.active > a .icon {
    transform: rotate(180deg) scale(0.625);
  }

  /*설문조사등록*/
  .survey_detail {
    margin: 20px 0 0;
  }
  .survey_detail > .point_box {
    margin-bottom: 5px;
    font-size: 13px;
  }
  .survey_detail > .point_box span {
    padding-left: 10px;
  }
  .survey_detail > .point_box span::before {
    top: 2px;
  }
  .survey_detail h3 {
    margin: 0 0 10px;
    padding: 8px 15px;
    font-size: 15px;
    border-radius: 3px;
  }
  .survey_detail dl {
    margin-bottom: 20px;
    padding: 15px;
    border-radius: 10px;
  }
  .survey_detail dl dt {
    padding: 0 0 5px;
  }
  .survey_detail dl dt span.point::before {
    top: 2px;
  }
  .survey_detail dl dd ul li.others input + label {
    margin-right: 8px;
  }
  .survey_detail dl dd textarea {
    height: 80px;
  }
  .survey_detail .attachment-file .ipfile span {
    font-size: 13px;
    border-radius: 5px;
  }
  .survey_detail .attachment-file .inpbox {
    width: calc(100% - 90px);
  }
  .survey_detail .attachment-file .button_box {
    width: 80px;
  }
}
@media screen and (max-width: 784px) {
  .thumbnaillist {
    margin: 0 5.5556vw;
    width: calc(100% - 11.1111vw);
    padding: 0 2.7778vw 0;
  }
  .thumbnaillist > li a {
    flex-direction: column;
    gap: 6.5278vw;
    padding: 4.4444vw 0;
  }
  .thumbnaillist > li a .img_box {
    height: 44.4444vw;
    width: 100%;
  }
  .thumbnaillist > li a .text_box h3 {
    line-height: 1.2;
    font-weight: bold;
    font-size: 5vw;
    margin-bottom: 4.3056vw;
    max-height: inherit;
  }
  .thumbnaillist > li a .text_box .text {
    font-size: 3.8889vw;
    line-height: 5.5556vw;
    margin-bottom: 6.9444vw;
  }
  .thumbnaillist > li a .list_box li {
    font-size: 3.6111vw;
    line-height: 1.2;
  }
  .thumbnaillist > li a .list_box li::after {
    height: 3.1944vw;
    left: -10px;
  }
  .nodata {
    font-size: 3.6111vw;
    line-height: 1.2;
  }
}
@media screen and (max-width: 768px) {
  .radio_box {
    gap: 6.9444vw 11.1111vw;
  }
  .radio_box li {
    margin-right: 0;
  }
  .radio_box input[type="radio"] + label {
    font-size: 3.8889vw;
    line-height: 4.4444vw;
    padding-left: 6.6667vw;
    display: block;
  }
  .radio_box input[type="radio"] + label::after {
    width: 4.1667vw;
    height: 4.1667vw;
    box-sizing: border-box;
    top: 50%;
    transform: translateY(-50%);
  }
  .radio_box input[type="radio"] + label.on::before,
  .radio_box input[type="radio"]:checked + label::before {
    width: 1.9444vw;
    height: 1.9444vw;
    left: 1.1111vw;
    top: 50%;
    transform: translateY(-50%);
  }
  .board_top,
  .board_top.pc-0 {
    padding: 5.1389vw 5.5556vw 0;
  }
  .board_top .boardschbox {
    padding: 5.5556vw;
    margin-bottom: 0;
  }
  .board_top .boardschbox > div {
    margin-right: 0;
    margin-bottom: 2.5vw;
  }

  .board_top .box .inpbox,
  .board_top .calendarbox .inpbox,
  .board_top .boardschbox .search_box .btn_search,
  .board_top .boardschbox .select_box .optionbox,
  .board_top .boardschbox .search_box .inpbox {
    height: 10.5556vw;
    width: 100%;
    font-size: 4.1667vw;
  }
  .board_top .box .calendarbox .inpbox input.txt {
    padding: 0 3.75vw;
    font-size: 4.1667vw;
  }
  .board_top .calendarbox .inpbox input.txt,
  .board_top .box .inpbox input.txt,
  .board_top .boardschbox .select_box .optionbox select,
  .board_top .boardschbox .search_box .inpbox input.txt {
    padding: 0 3.75vw;
    font-size: 4.1667vw;
  }
  .board_top .box.calendarbox_wr {
    flex-wrap: wrap;
  }
  .board_top .box.calendarbox_wr .calendarbox {
    width: 100%;
  }
  .board_top .box {
    flex-wrap: wrap;
  }
  .board_top .box .inpbox.w_180 {
    width: 100% !important;
  }
  .board_top .box.calendarbox_wr .calendarbox .w_180 {
    width: calc(50% - 5px) !important;
  }
  .board_top .box.calendarbox_wr .search_box,
  .board_top .box.calendarbox_wr .search_box .btn_search {
    width: 100% !important;
  }
  .button_box .right {
    width: 100%;
  }
  .button_box .right .btn {
    width: 100%;
  }
  .optionbox {
    height: 10.5556vw;
  }
  .optionbox select {
    font-size: 4.1667vw;
  }
  .optionbox::after {
    right: 4.1667vw;
    width: 2.0833vw;
    height: 2.0833vw;
  }
  .board_top .boardschbox .search_box {
    flex-direction: column;
    gap: 2.5vw;
  }

  .board_top .boardschbox .search_box .btn_search .icon {
    width: 3.6111vw;
    height: 3.6111vw;
    transform: initial;
  }
  .board_top .boardschbox .search_box .btn_search {
    gap: 1.1111vw;
  }
  .board_top .all {
    font-size: 4.1667vw;
    line-height: 5.5556vw;
    margin-bottom: 0;
  }
  .slide_tab_menu .menu {
    min-width: 26.8056vw;
  }
  .slide_tab_menu button {
    height: 11.25vw;
    line-height: 10.9722vw;
    font-size: 4.4444vw;
    border-radius: 2.7778vw 2.7778vw 0 0;
  }
  .boardlist {
    padding: 0 5.5556vw;
  }
  .boardlist table tbody tr {
    padding: 4.1667vw 3.3333vw 4.1667vw 13.8889vw;
  }
  .boardlist table tbody tr.fix {
    padding: 4.1667vw 3.3333vw 4.1667vw 13.8889vw;
  }
  .boardlist table tbody tr td {
    font-size: 3.8889vw;
    line-height: 4.7222vw;
    padding: 0.6944vw 0;
  }
  .boardlist table tbody tr td.category {
    width: 18.0556vw;
    left: 13.8889vw;
    top: 4.1667vw;
  }
  .boardlist table tbody tr td.title_box .title a {
    font-size: 4.4444vw;
    line-height: 5vw;
    padding-right: 3.8889vw;
  }
  .boardlist table tbody tr td.title_box .title a img.new {
    width: 3.8889vw;
    height: 3.8889vw;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
  }
  .boardlist table tbody tr td.title_box {
    padding-left: 18.0556vw;
  }
  .boardlist table tbody tr td.no {
    min-width: 13.8889vw;
    top: 4.1667vw;
  }
  .boardlist table tbody tr td.nodata {
    position: relative;
    font-size: 3.8889vw;
  }
  .boardlist table tbody tr.fix td.no {
    top: 4.1667vw;
    padding: 0.6944vw 0;
  }

  .boardlist table tbody tr.fix td span.notice {
    height: 5vw;
    line-height: 5vw;
    padding: 0 1.9444vw;
    font-size: 3.0556vw;
  }
  .boardlist table tbody tr td.file {
    width: 11.3889vw;
  }
  .boardlist table tbody tr td.file img {
    width: 3.3333vw;
    height: 3.3333vw;
  }
  .boardlist table tbody tr td.line {
    padding-right: 1.9444vw;
    margin-right: 1.8056vw;
  }
  .boardlist table tbody tr td.line::after {
    height: 2.7778vw;
    top: 50%;
    transform: translateY(-50%);
  }
  .boardlist table tbody tr td.right span.btn3 {
    min-width: 14.8611vw;
    height: 5.9722vw;
    line-height: 5.6944vw;
    font-size: 3.3333vw;
  }
  .button_box {
    padding: 0 5.5556vw;
    margin-top: 8.75vw;
  }
  .button_box .right {
    flex: 1;
    margin-left: auto;
  }
  .view_bottom + .button_box .right button {
    width: 100%;
    height: 14.5833vw;
    font-size: 4.4444vw;
    border-radius: 1.1111vw;
  }
  .btn_list,
  .btn_regist {
    height: 14.5833vw;
    font-size: 4.4444vw;
    gap: 3.8889vw;
  }
  .btn_list .icon,
  .btn_regist .icon {
    width: 4.1667vw;
    height: 4.1667vw;
  }
  .paging.m_flex_only {
    margin-top: 7.7778vw;
    gap: 0.9722vw;
  }
  .paging button {
    width: 9.7222vw;
    height: 9.7222vw;
    line-height: 9.4444vw;
    font-size: 3.3333vw;
    margin-left: 0;
  }
  .paging button.btn-paging-next,
  .paging button.btn-paging-pre,
  .paging button.btn-paging-last,
  .paging button.btn-paging-first {
    background-size: auto 2.3611vw;
  }
  .paging button.btn-paging-pre {
    margin-right: 1.9444vw;
  }
  .paging button.btn-paging-next {
    margin-left: 1.9444vw;
  }

  .board_detail {
    padding: 0 5.5556vw;
    border-top: 0;
  }
  .board_detail .title_box {
    padding: 5.1389vw 0;
    border-top: 2px solid #223958;
    justify-content: center;
  }
  .board_detail .title_box h3 {
    font-size: 5.8333vw;
    line-height: 1.38;
  }
  .board_detail .file_box {
    padding: 2.9167vw 0;
  }
  .board_detail .file_box li {
    padding-right: 6.1111vw;
  }
  .board_detail .file_box li a {
    font-size: 3.8889vw;
    line-height: 1.2;
    background: none;
  }
  .board_detail .file_box li a:after {
    width: 3.0556vw;
    height: 4.7222vw;
  }
  .board_detail .list_box {
    position: relative;
    width: 100%;
    border-top: 1px solid #e3e5e9;
    padding: 3.3333vw 2.5vw;
    gap: 1.5278vw;
  }

  .board_detail .list_box li {
    font-size: 3.8889vw;
    gap: 3.75vw;
  }
  .board_detail .list_box li.category {
    width: 100%;
  }
  .board_detail .list_box li .round {
    height: 7.2222vw;
    line-height: 7.2222vw;
    width: 18.6111vw;
    padding: 0;
    text-align: center;
    font-size: 3.0556vw;
  }
  .board_detail .list_box.map_info_list li .round {
    width: 24.1667vw;
    padding: 0;
    text-align: center;
  }
  .board_detail .list_box.map_info_list li {
    width: 100%;
    gap: 4.0278vw;
  }
  .board_detail .list_box.map_info_list li .round {
    font-size: 3.8889vw;
  }
  .board_detail .list_box li.date,
  .board_detail .list_box li.views {
    font-size: 3.8889vw;
    line-height: 1.2;
    background-size: 3.3333vw auto;
    padding-left: 5.2778vw;
  }
  .board_detail .content_box {
    padding: 7.3611vw 2.7778vw;
    font-size: 4.4444vw;
    line-height: 5.8333vw;
  }
  .board_detail .content_box a {
    font-size: 4.4444vw;
    line-height: 5.8333vw;
  }
  .board_detail.answer_detail {
    margin-top: 21.9444vw;
  }
  .board_detail.answer_detail .answer {
    padding: 0 5.5556vw;
    font-size: 4.7222vw;
    gap: 2.6389vw;
    top: -7.7778vw;
  }
  .board_detail.answer_detail .answer::before {
    width: 5.1389vw;
    height: 4.0278vw;
  }
  .board_detail.answer_detail .title_box h3 {
    gap: 3.8889vw;
  }
  .board_detail.answer_detail .title_box h3::before {
    width: 4.1667vw;
    height: 4.1667vw;
  }
  .view_bottom {
    padding: 0 5.5556vw;
  }
  .view_bottom dl {
    width: 100%;
  }
  .view_bottom dl dt {
    display: none;
  }

  .view_bottom dl dd {
    display: flex;
    align-items: center;
    gap: 3.8889vw;
    padding: 0 0 0 4.8611vw;
    width: 100%;
  }
  .view_bottom dd::before {
    content: "";
    display: block;
    width: 4.5833vw;
    height: 4.5833vw;
  }
  .view_bottom dl.file dd::before {
    background: url(../../images/hmpg/icon_down.png) no-repeat center / contain;
  }
  .view_bottom dl.prev dd::before {
    background: url(../../images/hmpg/icon_arr_b.png) no-repeat center / contain;
    background-size: 3.1944vw 1.8056vw;
  }
  .view_bottom dl.next dd::before {
    background: url(../../images/hmpg/icon_arr_b.png) no-repeat center / contain;
    transform: rotate(180deg);
    background-size: 3.1944vw 1.8056vw;
  }
  .view_bottom dl dd a {
    font-size: 4.4444vw;
    line-height: 1.7;
    display: block;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    flex: 1;
    padding: 3.3333vw 0;
  }
  .view_bottom .file_name {
    display: block;
  }

  .view_bottom + .button_box {
    margin-top: 8.6111vw;
    padding-bottom: 13.8889vw;
    flex-wrap: wrap;
    gap: 13.8889vw 0;
  }
  .view_bottom + .button_box button {
    width: 100%;
    font-size: 4.4444vw;
    height: 13.8889vw;
    line-height: 13.6111vw;
  }
  .view_bottom + .button_box .right {
    flex-wrap: wrap;
    gap: 2.7778vw;
  }
  .view_bottom + .button_box .right button {
    margin: 0;
  }
  .view_bottom .file_name {
    font-size: 4.1667vw;
    line-height: 1.7;
  }
  .view_bottom .file_name::before {
    display: none;
  }
  .board_detail .contents_tags {
    gap: 1.3889vw 3.75vw;
    padding: 0 3.4722vw 5.2778vw;
  }
  .board_detail .contents_tags a {
    font-size: 4.4444vw;
    line-height: 1.62;
    display: block;
  }
  /*갤러리형 게시판*/
  .gallerylist {
    display: flex;
    margin: 0 5.5556vw;
    gap: 6.9444vw 4.8611vw;
    padding: 3.8889vw 0 0;
  }
  .gallerylist > li {
    width: calc(50% - 2.4306vw);
    margin-right: 0;
  }
  .gallerylist > li .img_box {
    height: 28.4722vw;
    border-radius: 2.2222vw 2.2222vw 0 0;
  }
  .gallerylist > li .text_box {
    padding: 4.1667vw 3.8889vw;
    word-break: break-all;
  }
  .gallerylist > li .text_box .category {
    height: 5.5556vw;
    line-height: 5.2778vw;
    font-size: 3.0556vw;
    margin-bottom: 30px;
  }
  .gallerylist > li .text_box h3 {
    font-size: 4.7222vw;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    line-height: 5.5556vw;
    height: 5.5556vw;
  }
  .gallerylist > li .text_box .cont {
    font-size: 4.1667vw;
    line-height: 5.5556vw;
    max-height: 11.1111vw;
  }
  .gallerylist > li .list_box {
    flex-wrap: wrap;
  }
  .gallerylist > li .list_box li {
    font-size: 3.2vw;
    line-height: 5.8333vw;
  }
  .gallerylist > li .list_box li:nth-child(2) {
    margin: 0;
  }
  .gallerylist > li .list_box li:last-child {
    margin: 0;
    width: 100%;
  }
  .gallerylist > li.nodata {
    font-size: 3vw;
    line-height: 5.8333vw;
  }
  .gallerylist > li .list_box li:nth-child(2):after {
    height: 2.9167vw;
  }
  .comment_area {
    margin-top: 0;
    padding: 0 5.5556vw;
  }
  .comment_area .comment_write {
    padding: 7.2222vw 6.6667vw;
  }
  .comment_area .comment_write .all {
    font-size: 4.7222vw;
    margin-bottom: 4.1667vw;
  }
  .comment_area .comment_write .write_box textarea {
    height: 27.7778vw;
  }
  .comment_area .button_box {
    margin-top: 2.7778vw;
    padding: 0;
  }
  .comment_area .button_box .byte {
    font-size: 3.6111vw;
  }
  .comment_area .comment_list {
    margin-top: 8.3333vw;
  }
  .comment_area .comment_list > li dl {
    padding: 5.8333vw 2.7778vw;
  }
  .comment_area .comment_list > li dl dt .list_box li.name {
    font-size: 4.7222vw;
  }
  .comment_area .comment_list > li dl dt .list_box li.date {
    font-size: 3.6111vw;
  }
  .comment_area .comment_list > li dl dt {
    gap: 2.7778vw 0;
    flex-direction: column;
    align-items: flex-start;
  }
  .comment_area .comment_list > li dl dt .list_box.button_area {
    margin-left: auto;
    gap: 1.9444vw;
  }
  .comment_area .comment_list > li dl dd {
    font-size: 4.4444vw;
    margin-top: 5.5556vw;
  }
  .comment_area .comment_list > li dl dd.write_box {
    padding: 7.5vw 5.5556vw 2.7778vw;
    margin-top: 4.8611vw;
    border-radius: 2.2222vw;
  }
  .comment_area .comment_list > li dl.reply dt {
    background-size: 4.1667vw 4.1667vw;
    padding-left: 6.9444vw;
    background-position: left top;
    margin-left: 0;
  }
  .comment_area .comment_list > li dl.reply dd {
    flex-direction: column;
    margin-left: 0;
    gap: 2.6389vw;
  }
  .comment_area .comment_btn {
    margin-top: 8.3333vw;
  }
  .comment_area .comment_btn button {
    width: 100%;
    height: 13.8889vw;
    line-height: 13.6111vw;
    font-size: 4.7222vw;
    gap: 4.0278vw;
  }
  .comment_area .comment_btn button::before {
    width: 1.8056vw;
    height: 2.9167vw;
  }
  .comment_area .button_box button {
    margin-left: 0.6944vw;
  }
  .comment_area .button_box button:first-of-type {
    margin-left: 1.3889vw;
  }
  .boardview {
    padding: 0 5.5556vw;
  }
  .boardview table tr th {
    padding: 4.0278vw 4.1667vw;
  }
  .boardview table tr th span {
    font-size: 4.1667vw;
  }
  .boardview table tr td {
    padding: 3.1944vw 5.4167vw;
    min-height: 11.9444vw;
    vertical-align: middle;
  }
  .boardview table tr td .optionbox {
    height: 10vw;
    font-size: 4.1667vw;
  }
  .boardview table tr td .attachment-file .inpbox {
    height: 10.1389vw;
    font-size: 4.1667vw;
    width: calc(100% - 30vw);
  }
  .boardview table tr td .attachment-file {
    flex-wrap: wrap;
    gap: 2.2222vw;
  }
  .boardview table tr td .attachment-file .ipfile {
    width: 26.8056vw;
    height: 10.1389vw;
  }
  .boardview table tr td .attachment-file .ipfile span {
    font-size: 4.1667vw;
    height: 10.1389vw;
    line-height: 10.1389vw;
  }
  .boardview table tr td .attachment-file .button_box {
    width: 100%;
    justify-content: flex-start;
    padding: 0;
    gap: 2.2222vw;
  }
  .boardview table tr td .attachment-file .button_box button {
    height: 10.1389vw;
    width: 28.8889vw;
    border-radius: 4px;
  }
  .boardview table tr td.editor textarea {
    height: 37.9167vw;
  }
  .boardview + .button_box .center {
    gap: 4.7222vw;
  }
  .boardview + .button_box .btn {
    flex: 1;
    font-size: 4.4444vw;
    border-radius: 1.3889vw;
  }
}
@media screen and (max-width: 640px) {
  /*갤러리형 게시판*/
  .gallerylist {
  }
  .gallerylist > li {
    width: 100%;
  }
}
@media screen and (max-width: 420px) {
  /*갤러리형 게시판*/
  .gallerylist > li {
    width: 100% !important;
    margin-right: 0;
  }
  .gallerylist > li:nth-child(3n) {
    margin-right: 0;
  }
  .gallerylist > li .list_box li:last-child {
    width: auto;
  }
}
@media screen and (max-width: 360px) {
}
@media screen and (max-width: 320px) {
}
/*sub page - 현황 게시판 리스트*/
.statuslist {
  overflow: hidden;
  width: 100%;
}
.statuslist table {
  width: 100%;
  table-layout: fixed;
  line-height: 30px;
  border-top: 2px solid #222;
}
.statuslist table thead tr {
  border-bottom: 1px solid #e4e4e4;
}
.statuslist table thead tr th,
.statuslist table tfoot tr th {
  padding: 14px 10px;
  color: #303038;
  font-weight: 500;
  line-height: 22px;
  background: #f4f4f4;
  border-left: 1px solid #e4e4e4;
  border-right: 1px solid #e4e4e4;
}
.statuslist table tbody tr td,
.statuslist table tfoot tr td {
  border-left: 1px solid #e4e4e4;
  border-right: 1px solid #e4e4e4;
}
.statuslist table thead tr th:first-child,
.statuslist table tbody tr td:first-child,
.statuslist table tfoot tr th:first-child {
  border-left: 0;
}
.statuslist table thead tr th:last-child,
.statuslist table tbody tr td:last-child,
.statuslist table tfoot tr td:last-child {
  border-right: 0;
}
.statuslist table tbody tr,
.statuslist table tfoot tr {
  border-bottom: 1px solid #e4e4e4;
}
.statuslist table tbody tr:hover {
  background-color: #f9feff;
}
.statuslist table tbody tr td,
.statuslist table tfoot tr td {
  overflow: hidden;
  padding: 15px 10px;
  text-align: center;
  color: #222;
}
.statuslist table thead tr th.sm {
  font-size: 14px;
}
.statuslist table tbody tr.on {
  background: #f9feff;
}
.statuslist table tbody tr.on td {
  color: #007a9f;
}
.statuslist table td a {
  text-decoration: underline;
  text-underline-position: under;
  color: #007a9f;
}
.statuslist table tfoot tr {
  background: #edf7fa;
}
.statuslist table tfoot tr th,
.statuslist table tfoot tr td {
  font-weight: bold;
  background: transparent;
}
.statuslist table tfoot tr td {
  color: #007a9f;
}

.statuslist table tbody tr th.highlight {
  border-right: 1px solid #e4e4e4;
}
.statuslist table .highlight {
  background: #f4f4f4;
}
.statuslist table .green {
  background: #f0fff7;
  color: #177a45;
  font-weight: 600;
}
.statuslist table .blue {
  background: #edf7fa;
  color: #007a9f;
  font-weight: 600;
}
.statuslist table .red {
  background: #fff1f7;
  color: #e51367;
  font-weight: 600;
}
.statuslist table.fs_sm th,
.statuslist table.fs_sm td {
  font-size: 14px;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  /*sub page - 현황 게시판 리스트*/

  .statuslist table thead tr th,
  .statuslist table tbody tr th,
  .statuslist table tfoot tr th {
    padding: 1.3889vw;
    font-size: 2.4vw;
    line-height: 4.0278vw;
  }
  .statuslist table tbody tr td,
  .statuslist table tbody tr td a,
  .statuslist table tfoot tr td {
    padding: 1.3889vw;
    font-size: 2.4vw;
    line-height: 4.7222vw;
  }
  .statuslist table thead tr th.sm {
    font-size: 2.4vw;
  }
  .statuslist table.fs_sm th,
  .statuslist table.fs_sm td {
    font-size: 2.4vw;
  }
}
.survey_wr {
  width: 100%;
  width: calc(100% - 80px);
  padding: 52px 58px;
  border-radius: 18px;
  box-shadow: 4px 6.928px 0px rgba(0, 0, 0, 0.04);
  background-color: #ffffff;
  border: 1px solid #c1c1c1;
  margin: 100px auto 111px;
  background: #f2f4f9;
}
.button_box + .survey_wr {
  margin-top: 87px;
}
.survey_wr .survey_title {
  color: #05141f;
  font-size: 16px;
  padding-left: 63px;
  background: url(../../images/hmpg/icon_note.png) no-repeat left top;
  gap: 10px;
  background-size: 42px 51px;
  min-height: 51px;
  margin-bottom: 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.survey_wr .survey_title .title {
  display: flex;
  /* flex-wrap: wrap;
  align-items: center; */
  gap: 4px;
  /* margin-bottom: 28px; */
  flex-direction: column;
  line-height: 1.2;
}
.survey_wr .survey_title h2 {
  font-size: 18px;
  font-weight: bold;
}
.survey_wr .survey_title .radio_box {
  max-width: 720px;
  justify-content: space-between;
}
.survey_wr .survey_input_bx {
  border-radius: 16px;
  display: flex;
  align-items: center;
  gap: 19px;
}
.survey_wr .survey_input_bx input {
  height: 38px;
  border-radius: 4px;
  background-color: #ffffff;
  border: 1px solid #e0e0e0;
  flex: 1;
  display: block;
}
.survey_wr .survey_input_bx button {
  height: 38px;
  border-radius: 4px;
  background-color: #4897d3;
  font-size: 15px;
  color: #fff;
  width: 100px;
  text-align: center;
}
.survey_wr .survey_info {
  display: flex;
  padding-left: 40px;
  font-size: 15px;
  color: #05141f;
  gap: 30px;
  align-items: center;
  margin-top: 20px;
}
.survey_wr .survey_info b {
  font-weight: bold;
}
.survey_wr .survey_info li {
  display: flex;
  align-items: center;
  gap: 10px;
}
.survey_wr .survey_info li:before {
  content: "";
  width: 4px;
  height: 4px;
  background: #05141f;
  border-radius: 50%;
}
@media (max-width: 768px) {
  .survey_wr {
    margin: 19.0278vw 5.5556vw 0;
    width: calc(100% - 11.1111vw);
    padding: 8.3333vw;
  }
  .survey_wr .radio_box {
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    gap: 4.1667vw;
    padding: 0 2.7778vw;
  }
  .survey_wr .survey_title {
    padding-top: 17.0833vw;
    padding-left: 0;
    background-size: 8.1944vw 10.1389vw;
    background-position: left top;
    margin-bottom: 6.1111vw;
  }
  .survey_wr .survey_title .title {
    justify-content: flex-start;
    gap: 5.1389vw;
    font-size: 4.4444vw;
    line-height: 5.5556vw;
    margin-bottom: 6.1111vw;
  }
  .survey_wr .survey_title h2 {
    font-size: 4.7222vw;
    line-height: 6.1111vw;
  }

  .survey_wr .survey_input_bx {
    flex-direction: column;
    margin-bottom: 5.8333vw;
  }
  .survey_wr .survey_input_bx input {
    width: 100%;
    height: 10.1389vw;
    border-radius: 1.3889vw;
    padding: 0 2.7778vw;
    font-size: 3.8889vw;
    flex: initial;
  }
  .survey_wr .survey_input_bx button {
    width: 100%;
    height: 13.8889vw;
    border-radius: 1.9444vw;
    font-size: 4.7222vw;
  }
  .survey_wr .survey_info {
    flex-direction: column;
    align-items: flex-start;
    gap: 3.4722vw;
    font-size: 3.6111vw;
    line-height: 1.2;
    padding-left: 1.9444vw;
  }
}
