@charset "UTF-8";
/*반응형 화면 크기*/
/*반응형, 브라우저 크기가 767px 이하일때*/
/*반응형, 브라우저 크기가 768이상, 1210px 이하일때*/
/*반응형, 브라우저 크기가 1210px 이상일때*/
.h_table.half_right {
  width: 50%;
  margin-left: auto;
}
.h_table .table_label {
  font-size: 24px;
  line-height: 30px;
  color: #000;
  font-weight: 600;
  margin-bottom: 30px;
}
.h_table table {
  width: 100%;
  table-layout: fixed;
  border-top: 2px solid #4378b5;
}
.h_table table caption {
  display: none;
}
.h_table table thead th {
  background: #f4f5f9;
  border-bottom: 1px solid #cccccc;
  height: 56px;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  color: #000;
  border-left: 1px solid #ccc;
}
.h_table table thead th:first-child {
  border-left: 0;
}
.h_table table thead th.t_bd_l {
  border-left: 1px solid #ccc;
}
.h_table table tbody th {
  background: #f4f5f9;
  border-bottom: 1px solid #cccccc;
  height: 56px;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  color: #000;
}
.h_table table tbody th:first-child {
  border-left: 0;
}
.h_table table tbody th.t_bd_l {
  border-left: 1px solid #ccc;
}
.h_table table tbody td {
  text-align: center;
  border-bottom: 1px solid #cccccc;
  border-left: 1px solid #ccc;
  font-size: 18px;
  line-height: 21px;
  color: #707070;
  padding: 17px 15px;
  position: relative;
}
.h_table table tbody td:first-child {
  border-left: 0;
}
.h_table table tbody td.t_15 {
  color: #000;
  font-size: 15px;
}
.h_table table tbody td.t_bd_l {
  border-left: 1px solid #ccc;
}
.h_table table tbody td .ab_bar {
  position: absolute;
  left: -50px;
  width: 100px;
  text-align: center;
}
.h_table table .bd_l_0 {
  border-left: 0;
}
.h_table .t_left {
  text-align: left !important;
  padding-left: 30px;
}
.h_table .t_red {
  color: #be2828;
}
.h_table .table_lifo_list {
  margin-top: 20px;
}
.h_table .table_lifo_list li {
  font-size: 15px;
  line-height: 25px;
  color: #707070;
  padding-left: 8px;
  position: relative;
}
.h_table .table_lifo_list li:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 11px;
  width: 3px;
  height: 3px;
  background: #707070;
}
.h_table .dot_list2 + .t_red {
  margin-top: 15px;
}
.h_table .t_red + .dot_list2 {
  margin-top: 15px;
}
.h_table .info_alert {
  margin-top: 15px;
}

.v_table.mt50 {
  margin-top: 50px;
}
.v_table .table_label {
  font-size: 24px;
  line-height: 30px;
  color: #000;
  font-weight: 600;
  margin-bottom: 30px;
}
.v_table table {
  width: 100%;
  table-layout: fixed;
  border-top: 2px solid #707070;
}
.v_table table caption {
  display: none;
}
.v_table table th {
  background: #efefef;
  border-bottom: 1px solid #cccccc;
  height: 56px;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  color: #000;
}
.v_table table td {
  text-align: left;
  border-bottom: 1px solid #cccccc;
  font-size: 18px;
  line-height: 21px;
  color: #707070;
  padding: 8px;
}
.v_table .t_left {
  text-align: left !important;
  padding-left: 30px;
}
.v_table .t_red {
  color: #be2828;
}
.v_table .table_lifo_list {
  margin-top: 20px;
}
.v_table .table_lifo_list li {
  font-size: 15px;
  line-height: 25px;
  color: #707070;
  padding-left: 8px;
  position: relative;
}
.v_table .table_lifo_list li:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 11px;
  width: 3px;
  height: 3px;
  background: #707070;
}
.v_table .dot_list2 + .t_red {
  margin-top: 15px;
}
.v_table .t_red + .dot_list2 {
  margin-top: 15px;
}
.v_table .wt_ip {
  height: 40px;
  border: 1px solid #ccc;
  background: #fff;
  text-align: left;
  padding: 0 20px;
  font-size: 18px;
  color: #707070;
}
.v_table .wt_ip.wd100p {
  width: 100%;
}
.v_table .wt_ip.wd370 {
  max-width: 370px;
  width: 100%;
}
.v_table .wt_ip + .t_red {
  margin-left: 10px;
}
.v_table .date_ip_area {
  position: relative;
  max-width: 370px;
  width: 100%;
}
.v_table .date_ip_area .wt_ip {
  padding-right: 40px;
}
.v_table .date_ip_area .ui-datepicker-trigger {
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -10px;
  cursor: pointer;
}
.v_table .wt_textarea {
  border: 1px solid #ccc;
  background: #fff;
  text-align: left;
  padding: 20px;
  font-size: 18px;
  color: #707070;
  width: 100%;
  height: 300px;
}

.v_table2 table {
  width: 100%;
  table-layout: fixed;
  border-top: 2px solid #4378b5;
}
.v_table2 table caption {
  display: none;
}
.v_table2 table th {
  background: #f4f5f9;
  border-bottom: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
  height: 56px;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  color: #333;
}
.v_table2 table td {
  text-align: left;
  border-bottom: 1px solid #cccccc;
  font-size: 18px;
  line-height: 30px;
  color: #707070;
  padding: 15px 20px;
}
.v_table2.mt30 {
  margin-top: 30px;
}

.file_add_area {
  display: flex;
  align-items: center;
}
.file_add_area input[type=file] {
  display: none;
}
.file_add_area input[type=file] + label {
  cursor: pointer;
  width: 200px;
  height: 40px;
  background: #707070;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 500;
  color: #fff;
}
.file_add_area .file_count {
  margin: 0 15px 0 20px;
  font-size: 18px;
  color: #000;
}
.file_add_area .file_count strong {
  font-weight: 600;
}
.file_add_area .btn_del {
  display: block;
  height: 25px;
  border-radius: 5px;
  padding: 0 10px;
  background: #707070;
  font-size: 15px;
  color: #fff;
}

.file_list {
  padding: 20px 0 10px;
}
.file_list li {
  display: flex;
  align-items: center;
}
.file_list li .btn_ico_del {
  background: #707070;
  font-size: 12px;
  color: #fff;
  border-radius: 5px;
  width: 20px;
  height: 20px;
  margin-right: 5px;
}
.file_list li a {
  max-width: calc(100% - 25px);
  font-size: 18px;
  color: #707070;
  line-height: 20px;
}

.radio_wrap {
  display: flex;
  align-items: center;
}
.radio_wrap .radio_area input[type=radio] {
  display: none;
}
.radio_wrap .radio_area input[type=radio] + label {
  font-size: 18px;
  color: #333333;
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
}
.radio_wrap .radio_area input[type=radio] + label:before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  border: 1px solid #cccccc;
  border-radius: 8px;
  margin-right: 10px;
}
.radio_wrap .radio_area input[type=radio]:checked + label:after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background: #129ba9;
  position: absolute;
  left: 3px;
  top: 50%;
  margin-top: -5px;
}
.radio_wrap .radio_area:nth-child(n+2) {
  margin-left: 20px;
}

.chk_area input[type=checkbox] {
  display: none;
}
.chk_area input[type=checkbox] + label {
  font-size: 18px;
  color: #333333;
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
}
.chk_area input[type=checkbox] + label:before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  border: 1px solid #cccccc;
  border-radius: 8px;
  margin-right: 10px;
}
.chk_area input[type=checkbox]:checked + label:after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background: #129ba9;
  position: absolute;
  left: 3px;
  top: 50%;
  margin-top: -5px;
}

.agree_area {
  margin-top: 20px;
}
.agree_area .agree_privacy {
  margin-bottom: 20px;
  border: 1px solid #ddd;
  max-height: 350px;
  overflow-y: auto;
}
.agree_area .agree_privacy .base_info_cont {
  padding: 30px;
  font-size: 18px;
  color: #555555;
  line-height: 30px;
}
.agree_area .agree_privacy .base_info_cont .mt20 {
  margin-top: 20px;
}
.agree_area .agree_privacy .base_info_cont .mt20 + .num_list {
  margin-top: 5px;
}
.agree_area .agree_privacy .base_info_cont .num_list {
  margin-top: 15px;
  counter-reset: colorcircle 0;
}
.agree_area .agree_privacy .base_info_cont .num_list li {
  padding-left: 25px;
  margin-top: 10px;
  line-height: 28px;
  font-size: 18px;
  color: #555555;
  position: relative;
}
.agree_area .agree_privacy .base_info_cont .num_list li:first-child {
  margin-top: 0;
}
.agree_area .agree_privacy .base_info_cont .num_list li:before {
  position: absolute;
  top: 3px;
  left: 0;
  counter-increment: colorcircle 1;
  content: counter(colorcircle);
  color: #fff;
  font-size: 12px;
  z-index: 1;
  background: #4378b5;
  width: 20px;
  height: 20px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.agree_area .agree_privacy .base_info_cont .num_list li .strong {
  font-weight: 600;
  color: #000000;
}
.agree_area .agree_privacy .base_info_cont .num_list li strong {
  font-weight: 600;
}
.agree_area .agree_privacy .base_info_cont .num_list li.mt50 {
  margin-top: 50px;
}
.agree_area .agree_privacy .base_info_cont .num_list li .t_blue {
  color: #4378b5;
  font-weight: 500;
}
.agree_area .agree_privacy .base_info_cont .num_list li ol {
  margin-top: 10px;
}
.agree_area .agree_privacy .base_info_cont .num_list li ol li {
  padding-left: 0;
  margin-top: 0;
  font-size: 16px;
}
.agree_area .agree_privacy .base_info_cont .num_list li ol li:before {
  display: none;
}
.agree_area .agree_privacy .base_info_cont .num_list:first-child {
  margin-top: 0;
}
.agree_area .agree_privacy .base_info_cont .num_list2 {
  margin-top: 15px;
}
.agree_area .agree_privacy .base_info_cont .num_list2 li {
  margin-top: 10px;
  line-height: 28px;
  font-size: 18px;
  color: #555555;
  position: relative;
}
.agree_area .agree_privacy .base_info_cont .num_list2 li:first-child {
  margin-top: 0;
}
.agree_area .agree_privacy .base_info_cont .num_list2 li .strong {
  font-weight: 600;
  color: #000000;
}
.agree_area .agree_privacy .base_info_cont .num_list2 li strong {
  font-weight: 600;
}
.agree_area .agree_privacy .base_info_cont .num_list2 li.mt50 {
  margin-top: 50px;
}
.agree_area .agree_privacy .base_info_cont .num_list2 li .t_blue {
  color: #4378b5;
  font-weight: 500;
}
.agree_area .agree_privacy .base_info_cont .num_list2:first-child {
  margin-top: 0;
}
.agree_area .agree_privacy .base_info_cont .base_sec {
  margin-top: 40px;
}
.agree_area .agree_privacy .base_info_cont .base_sec:first-child {
  margin-top: 0;
}
.agree_area .agree_privacy .base_info_cont .base_sec .base_sec_tt {
  font-size: 22px;
  color: #333333;
  font-weight: 600;
  line-height: 30px;
  margin-bottom: 5px;
}
.agree_area .agree_privacy .base_info_cont .base_table {
  margin: 10px 0;
}
.agree_area .agree_privacy .base_info_cont .base_table table {
  width: 100%;
}
.agree_area .agree_privacy .base_info_cont .base_table table th {
  border: 1px solid #ddd;
  text-align: center;
  padding: 10px;
  font-size: 16px;
  line-height: 22px;
}
.agree_area .agree_privacy .base_info_cont .base_table table td {
  border: 1px solid #ddd;
  text-align: center;
  padding: 10px;
  font-size: 16px;
  line-height: 22px;
}

.emergency_sec .document_list ~ .h_table {
  margin-top: 50px;
}

.bbs_search_area + .bbs_list_area {
  margin-top: 30px;
}

.select_area {
  position: relative;
}
.select_area.open {
  z-index: 1;
}
.select_area.wd370 {
  max-width: 370px;
}
.select_area .btn_slc_active {
  height: 40px;
  border: 1px solid #ccc;
  width: 100%;
  background: #fff;
  text-align: left;
  padding: 0 60px 0 20px;
  font-size: 18px;
  color: #707070;
  position: relative;
}
.select_area .btn_slc_active:after {
  content: "";
  display: block;
  width: 9px;
  height: 5px;
  position: absolute;
  top: 17px;
  right: 14px;
  background: url(../images/slc_arrow.svg) center no-repeat;
  transition: 200ms;
}
.select_area .slc_list {
  display: none;
  position: absolute;
  top: 39px;
  left: 0;
  width: 100%;
  border: 1px solid #ccc;
  background: #fff;
  max-height: 300px;
  overflow-y: auto;
}
.select_area .slc_list li button {
  width: 100%;
  display: block;
  padding: 8px 20px;
  font-size: 18px;
  line-height: 24px;
  text-align: left;
  color: #707070;
}
.select_area .slc_list li button:hover {
  color: #fff;
  background: #226dde;
}
.select_area.open .btn_slc_active:after {
  transform: rotate(180deg);
}
.select_area.open .slc_list {
  display: block;
}

.bbs_search_area {
  background: #f4f5f9;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.bbs_search_area .select_area {
  margin-right: 5px;
}
.bbs_search_area .sh_ip {
  max-width: 370px;
  flex: 1;
  height: 40px;
  border: 1px solid #ccc;
  border-right: 0;
  padding: 0 20px;
  font-size: 18px;
}
.bbs_search_area .sh_ip::-moz-placeholder {
  color: #ccc;
}
.bbs_search_area .sh_ip:-ms-input-placeholder {
  color: #ccc;
}
.bbs_search_area .sh_ip::placeholder {
  color: #ccc;
}
.bbs_search_area .btn_sh {
  height: 40px;
  display: flex;
  align-items: center;
  background: #333;
  padding: 0 15px;
}
.bbs_search_area .btn_sh span {
  font-size: 18px;
  color: #fff;
}
.bbs_search_area .btn_sh .ico_sh {
  display: block;
  width: 15px;
  height: 15px;
  background: url(../images/ico_sh.svg) center no-repeat;
  margin-left: 10px;
}

.bbs_cont {
  margin-top: 50px;
}
.bbs_cont .bbs_disc {
  margin-bottom: 50px;
  font-size: 20px;
  line-height: 36px;
  color: #000;
}
.bbs_cont .bbs_list_area {
  margin-top: 30px;
}
.bbs_cont .bbs_list_area .bbs_count {
  margin-bottom: 30px;
  font-size: 18px;
  color: #000;
  line-height: 21px;
}
.bbs_cont .bbs_list_area .table_label {
  font-size: 24px;
  line-height: 30px;
  color: #000;
  font-weight: 600;
  margin-bottom: 30px;
}
.bbs_cont .bbs_list_area .bbs_list .ico_new {
  font-size: 12px;
  color: #fff;
  font-weight: 600;
  display: inline-block;
  padding: 0 5px;
  height: 20px;
  line-height: 20px;
  border-radius: 5px;
  background: #be2828;
  vertical-align: middle;
}
.bbs_cont .bbs_list_area .bbs_list .ico_secret {
  font-size: 0;
  line-height: 0;
  display: inline-block;
  vertical-align: middle;
  width: 13px;
  height: 15px;
  background: url(../images/ico_secret.svg) center no-repeat;
}
.bbs_cont .bbs_list_area .bbs_list table {
  width: 100%;
  table-layout: fixed;
  border-top: 2px solid #129ba9;
}
.bbs_cont .bbs_list_area .bbs_list table caption {
  display: none;
}
.bbs_cont .bbs_list_area .bbs_list table thead th {
  background: #f4f5f9;
  border-bottom: 1px solid #cccccc;
  height: 56px;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  color: #000;
  border-left: 1px solid #ccc;
}
.bbs_cont .bbs_list_area .bbs_list table thead th:first-child {
  border-left: 0;
}
.bbs_cont .bbs_list_area .bbs_list table thead th.t_bd_l {
  border-left: 1px solid #ccc;
}
.bbs_cont .bbs_list_area .bbs_list table tbody td {
  text-align: center;
  border-bottom: 1px solid #cccccc;
  border-left: 1px solid #ccc;
  font-size: 18px;
  line-height: 21px;
  color: #000;
  padding: 17px 15px;
}
.bbs_cont .bbs_list_area .bbs_list table tbody td:first-child {
  border-left: 0;
}
.bbs_cont .bbs_list_area .bbs_list table tbody td.t_15 {
  color: #000;
  font-size: 15px;
}
.bbs_cont .bbs_list_area .bbs_list table tbody td.t_bd_l {
  border-left: 1px solid #ccc;
}
.bbs_cont .bbs_list_area .bbs_list table tbody td .t_notice {
  font-weight: 600;
  color: #129ba9;
}
.bbs_cont .bbs_list_area .bbs_list table tbody td a {
  vertical-align: middle;
}
.bbs_cont .bbs_list_area .bbs_list table tbody td a:hover {
  text-decoration: underline;
}
.bbs_cont .bbs_list_area .bbs_list2 .bbs_item {
  border-top: 2px solid #129ba9;
  border-bottom: 1px solid #cccccc;
}
.bbs_cont .bbs_list_area .bbs_list2 .bbs_item:nth-child(n+2) {
  margin-top: 20px;
}
.bbs_cont .bbs_list_area .bbs_list2 .bbs_item a {
  display: flex;
  padding: 20px 0;
}
.bbs_cont .bbs_list_area .bbs_list2 .bbs_item a .bbs_thumb {
  width: 250px;
}
.bbs_cont .bbs_list_area .bbs_list2 .bbs_item a .bbs_item_cont {
  flex: 1;
  width: calc(100% - 250px);
  padding: 15px 30px 0;
  position: relative;
}
.bbs_cont .bbs_list_area .bbs_list2 .bbs_item a .bbs_item_cont .bbs_name {
  font-size: 24px;
  font-weight: 600;
  color: #000;
  line-height: 30px;
}
.bbs_cont .bbs_list_area .bbs_list2 .bbs_item a .bbs_item_cont .bbs_disc {
  font-size: 18px;
  color: #707070;
  line-height: 30px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.bbs_cont .bbs_list_area .bbs_list2 .bbs_item a .bbs_item_cont .bbs_date {
  font-size: 18px;
  color: #707070;
  line-height: 20px;
  position: absolute;
  left: 30px;
  bottom: 10px;
}
.bbs_cont .bbs_list_area .bbs_list2 .bbs_item a:hover .bbs_name {
  text-decoration: underline;
}
.bbs_cont .bbs_list_area .bbs_list2 .bbs_item a:hover .bbs_disc {
  text-decoration: underline;
}
.bbs_cont .bbs_list_area .t_left {
  text-align: left !important;
  padding-left: 30px;
}
.bbs_cont .bbs_list_area .t_red {
  color: #be2828;
}
.bbs_cont .bbs_list_area .table_lifo_list {
  margin-top: 20px;
}
.bbs_cont .bbs_list_area .table_lifo_list li {
  font-size: 15px;
  line-height: 25px;
  color: #707070;
  padding-left: 8px;
  position: relative;
}
.bbs_cont .bbs_list_area .table_lifo_list li:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 11px;
  width: 3px;
  height: 3px;
  background: #707070;
}
.bbs_cont .bbs_list_area .dot_list2 + .t_red {
  margin-top: 15px;
}
.bbs_cont .bbs_list_area .t_red + .dot_list2 {
  margin-top: 15px;
}
.bbs_cont .bbs_view {
  border-top: 0;
}
.bbs_cont .bbs_view .view_tit {
  border-top: 2px solid #707070;
  border-bottom: 1px solid #ccc;
  background: #f9f9f9;
  padding: 15px;
  text-align: center;
  line-height: 24px;
  font-size: 20px;
  font-weight: 600;
}
.bbs_cont .bbs_view .view_tit + .view_info {
  border-top: 0;
}
.bbs_cont .bbs_view .view_info {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.bbs_cont .bbs_view .view_info ul {
  display: flex;
}
.bbs_cont .bbs_view .view_info ul li {
  width: 280px;
  display: flex;
}
.bbs_cont .bbs_view .view_info ul li:nth-child(1) {
  flex: 1;
  width: calc(100% - 560px);
}
.bbs_cont .bbs_view .view_info ul li .label {
  background: #efefef;
  height: 56px;
  width: 125px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 600;
  color: #000;
}
.bbs_cont .bbs_view .view_info ul li .cont_txt {
  width: calc(100% - 125px);
  flex: 1;
  height: 56px;
  padding: 0 20px;
  font-size: 18px;
  color: #707070;
  display: flex;
  align-items: center;
}
.bbs_cont .bbs_view .view_info ul li .cont_txt a {
  display: block;
  width: 100%;
}
.bbs_cont .bbs_view .view_info ul li .cont_txt a:hover {
  text-decoration: underline;
}
.bbs_cont .bbs_view .view_in_infobox {
  margin-bottom: 20px;
}
.bbs_cont .bbs_view .view_in_infobox ul {
  display: flex;
  flex-wrap: wrap;
  border: 1px solid #cccccc;
}
.bbs_cont .bbs_view .view_in_infobox ul li {
  width: 50%;
  display: flex;
}
.bbs_cont .bbs_view .view_in_infobox ul li:nth-child(n+3) {
  border-top: 1px solid #cccccc;
}
.bbs_cont .bbs_view .view_in_infobox ul li:nth-child(even) {
  border-left: 1px solid #cccccc;
}
.bbs_cont .bbs_view .view_in_infobox ul li .info_label {
  height: 56px;
  background: #f9f9f9;
  border-right: 1px solid #ccc;
  line-height: 56px;
  text-align: center;
  max-width: 220px;
  font-size: 18px;
  color: #000000;
  width: 30%;
}
.bbs_cont .bbs_view .view_in_infobox ul li .info_cont {
  flex: 1;
  height: 56px;
  font-size: 18px;
  color: #707070;
  line-height: 56px;
  text-align: center;
}
.bbs_cont .bbs_view .view_password {
  border-bottom: 1px solid #ccc;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 600px;
}
.bbs_cont .bbs_view .view_password .ico_secret2 {
  display: block;
  width: 22px;
  height: 26px;
  background: url(../images/ico_secret2.svg) center no-repeat;
}
.bbs_cont .bbs_view .view_password .password_disc {
  margin: 10px 0 15px;
  font-size: 18px;
  color: #000;
}
.bbs_cont .bbs_view .view_password .ip_pw {
  max-width: 370px;
  width: 100%;
  border: 1px solid #ccc;
  height: 40px;
  padding: 0 20px;
}
.bbs_cont .bbs_view .view_password .btn_sh {
  margin-top: 20px;
  width: 90px;
  height: 40px;
  background: #2e3639;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  color: #fff;
}
.bbs_cont .bbs_view .view_nav {
  border-top: 1px solid #ccc;
}
.bbs_cont .bbs_view .view_nav ul li {
  border-bottom: 1px solid #ccc;
  display: flex;
}
.bbs_cont .bbs_view .view_nav ul li .label {
  background: #efefef;
  height: 56px;
  width: 125px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 600;
  color: #000;
}
.bbs_cont .bbs_view .view_nav ul li .label .ico_page_prev {
  width: 8px;
  height: 13px;
  background: url(../images/ico_nav_prev.svg) center no-repeat;
  margin-right: 5px;
}
.bbs_cont .bbs_view .view_nav ul li .label .ico_page_next {
  width: 8px;
  height: 13px;
  background: url(../images/ico_nav_next.svg) center no-repeat;
  margin-right: 5px;
}
.bbs_cont .bbs_view .view_nav ul li .cont_txt {
  width: calc(100% - 125px);
  flex: 1;
  height: 56px;
  padding: 0 20px;
  font-size: 18px;
  color: #707070;
  display: flex;
  align-items: center;
}
.bbs_cont .bbs_view .view_nav ul li .cont_txt a {
  display: block;
  width: 100%;
}
.bbs_cont .bbs_view .view_nav ul li .cont_txt a:hover {
  text-decoration: underline;
}
.bbs_cont .bbs_view .view_btn_area {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 50px 0;
}
.bbs_cont .bbs_view .view_control_area {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 20px 0;
}
.bbs_cont .bbs_view .view_control_area .btn:nth-child(n+2) {
  margin-left: 20px;
}
.bbs_cont .bbs_view .view_cont_area {
  padding: 40px 30px;
  border-bottom: 1px solid #ccc;
}
.bbs_cont .bbs_view .view_cont_area + .view_nav {
  border-top: 0;
}
.bbs_cont .bbs_view .btn {
  min-width: 90px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  padding: 0 20px;
  font-weight: 500;
}
.bbs_cont .bbs_view .btn.btn_bk {
  background: #2e3639;
  color: #fff;
}
.bbs_cont .bbs_view .btn.btn_gray {
  background: #b5b5b5;
  color: #fff;
}
.bbs_cont .bbs_view .view_comment_area .comment_count {
  border-bottom: 1px solid #ccc;
  font-size: 17px;
  color: #333;
  padding-bottom: 20px;
  line-height: 20px;
}
.bbs_cont .bbs_view .view_comment_area .comment_area {
  padding: 40px 0 0;
}
.bbs_cont .bbs_view .view_comment_area .comment_area .comment_item {
  display: flex;
}
.bbs_cont .bbs_view .view_comment_area .comment_area .comment_item .comment_wt {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 110px;
}
.bbs_cont .bbs_view .view_comment_area .comment_area .comment_item .comment_wt .wt_name {
  font-size: 20px;
  font-weight: 600;
  color: #333;
  line-height: 24px;
}
.bbs_cont .bbs_view .view_comment_area .comment_area .comment_item .comment_wt .wt_date {
  font-size: 15px;
  color: #707070;
  line-height: 18px;
  margin-top: 5px;
}
.bbs_cont .bbs_view .view_comment_area .comment_area .comment_item .wt_textarea {
  flex: 1;
  height: 80px;
}
.bbs_cont .bbs_view .view_comment_area .comment_area .comment_item .wt_textarea textarea {
  border: 1px solid #ccc;
  width: 100%;
  height: 80px;
  padding: 10px;
  resize: none;
}
.bbs_cont .bbs_view .view_comment_area .comment_area .comment_item .wt_adm_comment {
  flex: 1;
  background: #f9f9f9;
  border-radius: 10px;
  padding: 20px;
}
.bbs_cont .bbs_view .view_comment_area .comment_area .comment_item .btn_wt {
  width: 80px;
  background: #2e3639;
  color: #fff;
  margin-left: 10px;
}
.bbs_cont .bbs_btm {
  margin-top: 50px;
  display: flex;
  align-items: center;
  position: relative;
}
.bbs_cont .bbs_btm .pagination {
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
}
.bbs_cont .bbs_btm .btn_right {
  position: absolute;
  right: 0;
}
.bbs_cont .bbs_btm .btn_center {
  margin: 0 auto;
}
.bbs_cont .bbs_btm .btn {
  height: 40px;
  min-width: 200px;
  background: #129ba9;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
}
.bbs_cont .bbs_btm .btn span {
  font-size: 20px;
  color: #fff;
  font-weight: 500;
}
.bbs_cont .bbs_btn_area {
  margin-top: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.bbs_cont .bbs_btn_area .btn {
  height: 40px;
  min-width: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
}
.bbs_cont .bbs_btn_area .btn span {
  font-size: 20px;
  color: #fff;
  font-weight: 500;
}
.bbs_cont .bbs_btn_area .btn.btn_emerald {
  background: #129ba9;
}
.bbs_cont .bbs_btn_area .btn.btn_gray {
  background: #b5b5b5;
}
.bbs_cont .bbs_btn_area .btn:nth-child(n+2) {
  margin-left: 20px;
}

.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 50px;
}
.pagination .btn_arrow {
  width: 20px;
  height: 20px;
  display: block;
  font-size: 0;
  line-height: 0;
}
.pagination .btn_arrow.btn_first {
  background: url(../images/ico_page_first.svg) center no-repeat;
}
.pagination .btn_arrow.btn_prev {
  background: url(../images/ico_page_prev.svg) center no-repeat;
}
.pagination .btn_arrow.btn_next {
  background: url(../images/ico_page_next.svg) center no-repeat;
}
.pagination .btn_arrow.btn_last {
  background: url(../images/ico_page_last.svg) center no-repeat;
}
.pagination .page_num_list {
  margin: 0 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pagination .page_num_list .btn_num {
  height: 20px;
  display: block;
  font-size: 15px;
  line-height: 20px;
  color: #707070;
  text-align: center;
  padding: 0 5px;
  margin: 0 3px;
}
.pagination .page_num_list .btn_num.active_num {
  font-size: 20px;
  color: #000;
  margin-top: -2px;
}

.view_confirm {
  border: 1px solid #ccc;
  border-top: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 600px;
  padding: 0 30px;
}
.view_confirm .ico_secret2 {
  display: block;
  width: 22px;
  height: 26px;
  background: url(../images/ico_secret2.svg) center no-repeat;
}
.view_confirm .password_disc {
  margin: 10px 0 15px;
  font-size: 18px;
  color: #000;
}
.view_confirm .confirm_ip {
  max-width: 370px;
  width: 100%;
  border: 1px solid #ccc;
  height: 40px;
  padding: 0 20px;
  margin: 5px 0;
}
.view_confirm .btn_confirm {
  margin-top: 20px;
  width: 90px;
  height: 40px;
  background: #2e3639;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  color: #fff;
}

@media (min-width: 768px) and (max-width: 1209px) {
  .bbs_cont .bbs_view .view_info {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
  }
  .bbs_cont .bbs_view .view_info ul {
    display: flex;
    flex-wrap: wrap;
  }
  .bbs_cont .bbs_view .view_info ul li {
    width: 50%;
    display: flex;
  }
  .bbs_cont .bbs_view .view_info ul li:nth-child(1) {
    flex: 1 1 100%;
    width: 100%;
    border-bottom: 1px solid #ccc;
  }
  .bbs_cont .bbs_view .view_info ul li .label {
    background: #efefef;
    height: 56px;
    width: 125px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: 600;
    color: #000;
  }
  .bbs_cont .bbs_view .view_info ul li .cont_txt {
    width: calc(100% - 125px);
    flex: 1;
    height: 56px;
    padding: 0 20px;
    font-size: 18px;
    color: #707070;
    display: flex;
    align-items: center;
  }
  .bbs_cont .bbs_view .view_info ul li .cont_txt a {
    display: block;
    width: 100%;
  }
  .bbs_cont .bbs_view .view_info ul li .cont_txt a:hover {
    text-decoration: underline;
  }
}
@media (max-width: 767px) {
  .h_table .table_label {
    font-size: 20px;
    line-height: 30px;
    color: #000;
    font-weight: 600;
    margin-bottom: 30px;
  }
  .h_table .m_scroll {
    overflow-x: auto;
  }
  .h_table .m_scroll.wd500 table {
    min-width: 500px;
  }
  .h_table .m_scroll.wd800 table {
    min-width: 800px;
  }
  .h_table table {
    width: 100%;
    table-layout: fixed;
    border-top: 2px solid #129ba9;
  }
  .h_table table caption {
    display: none;
  }
  .h_table table thead th {
    background: #f4f5f9;
    border-bottom: 1px solid #cccccc;
    height: 56px;
    text-align: center;
    font-size: 15px;
    line-height: 17px;
    font-weight: 600;
    color: #000;
    border-left: 1px solid #ccc;
  }
  .h_table table thead th:first-child {
    border-left: 0;
  }
  .h_table table thead th.t_bd_l {
    border-left: 1px solid #ccc;
  }
  .h_table table tbody td {
    text-align: center;
    border-bottom: 1px solid #cccccc;
    border-left: 1px solid #ccc;
    font-size: 15px;
    line-height: 17px;
    color: #707070;
    padding: 10px 15px;
  }
  .h_table table tbody td:first-child {
    border-left: 0;
  }
  .h_table table tbody td.t_15 {
    color: #000;
    font-size: 15px;
  }
  .h_table table tbody td.t_bd_l {
    border-left: 1px solid #ccc;
  }
  .select_area {
    position: relative;
  }
  .select_area .btn_slc_active {
    height: 50px;
    border: 1px solid #ccc;
    width: 100%;
    background: #fff;
    text-align: left;
    padding: 0 60px 0 20px;
    font-size: 18px;
    color: #707070;
    position: relative;
  }
  .select_area .btn_slc_active:before {
    content: "";
    display: block;
    width: 45px;
    height: 48px;
    border-left: 1px solid #ccc;
    position: absolute;
    top: 0;
    right: 0;
  }
  .select_area .btn_slc_active:after {
    content: "";
    display: block;
    width: 9px;
    height: 5px;
    position: absolute;
    top: 22px;
    right: 17px;
    background: url(../images/slc_arrow.svg) center no-repeat;
    transition: 200ms;
  }
  .select_area .slc_list {
    display: none;
    position: absolute;
    top: 49px;
    left: 0;
    width: 100%;
    border: 1px solid #ccc;
    background: #fff;
    max-height: 300px;
    overflow-y: auto;
  }
  .select_area .slc_list li button {
    width: 100%;
    display: block;
    padding: 8px 20px;
    font-size: 18px;
    line-height: 24px;
    text-align: left;
    color: #707070;
  }
  .select_area .slc_list li button:hover {
    color: #fff;
    background: #226dde;
  }
  .select_area.open .btn_slc_active:after {
    transform: rotate(180deg);
  }
  .select_area.open .slc_list {
    display: block;
  }
  .bbs_search_area {
    background: #f4f5f9;
    padding: 20px;
    display: block;
  }
  .bbs_search_area .select_area {
    margin-bottom: 10px;
    margin-right: 0;
  }
  .bbs_search_area .sh_ip {
    width: 100%;
    max-width: unset;
    height: 50px;
    border: 1px solid #ccc;
    padding: 0 20px;
    font-size: 18px;
    margin-bottom: 10px;
  }
  .bbs_search_area .sh_ip::-moz-placeholder {
    color: #ccc;
  }
  .bbs_search_area .sh_ip:-ms-input-placeholder {
    color: #ccc;
  }
  .bbs_search_area .sh_ip::placeholder {
    color: #ccc;
  }
  .bbs_search_area .btn_sh {
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #333;
    padding: 0 15px;
    width: 100%;
  }
  .bbs_search_area .btn_sh span {
    font-size: 18px;
    color: #fff;
  }
  .bbs_search_area .btn_sh .ico_sh {
    display: block;
    width: 15px;
    height: 15px;
    background: url(../images/ico_sh.svg) center no-repeat;
    margin-left: 10px;
  }
  .bbs_cont {
    margin-top: 20px;
  }
  .bbs_cont .bbs_list_area {
    margin-top: 30px;
  }
  .bbs_cont .bbs_list_area .bbs_count {
    margin-bottom: 30px;
    font-size: 18px;
    color: #000;
    line-height: 21px;
  }
  .bbs_cont .bbs_list_area .table_label {
    font-size: 24px;
    line-height: 30px;
    color: #000;
    font-weight: 600;
    margin-bottom: 30px;
  }
  .bbs_cont .bbs_list_area .bbs_list .ico_new {
    font-size: 12px;
    color: #fff;
    font-weight: 600;
    display: inline-block;
    padding: 0 5px;
    height: 20px;
    line-height: 20px;
    border-radius: 5px;
    background: #be2828;
    vertical-align: middle;
  }
  .bbs_cont .bbs_list_area .bbs_list table {
    width: 100%;
    table-layout: fixed;
    border-top: 2px solid #129ba9;
  }
  .bbs_cont .bbs_list_area .bbs_list table caption {
    display: none;
  }
  .bbs_cont .bbs_list_area .bbs_list table thead th {
    background: #f4f5f9;
    border-bottom: 1px solid #cccccc;
    height: 56px;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    color: #000;
    border-left: 1px solid #ccc;
  }
  .bbs_cont .bbs_list_area .bbs_list table thead th:first-child {
    border-left: 0;
  }
  .bbs_cont .bbs_list_area .bbs_list table thead th.t_bd_l {
    border-left: 1px solid #ccc;
  }
  .bbs_cont .bbs_list_area .bbs_list table tbody td {
    text-align: center;
    border-bottom: 1px solid #cccccc;
    border-left: 1px solid #ccc;
    font-size: 18px;
    line-height: 21px;
    color: #000;
    padding: 17px 15px;
  }
  .bbs_cont .bbs_list_area .bbs_list table tbody td:first-child {
    border-left: 0;
  }
  .bbs_cont .bbs_list_area .bbs_list table tbody td.t_15 {
    color: #000;
    font-size: 15px;
  }
  .bbs_cont .bbs_list_area .bbs_list table tbody td.t_bd_l {
    border-left: 1px solid #ccc;
  }
  .bbs_cont .bbs_list_area .bbs_list table tbody td .t_notice {
    font-weight: 600;
    color: #129ba9;
  }
  .bbs_cont .bbs_list_area .bbs_list table tbody td a {
    vertical-align: middle;
  }
  .bbs_cont .bbs_list_area .bbs_list table tbody td a:hover {
    text-decoration: underline;
  }
  .bbs_cont .bbs_list_area .t_left {
    text-align: left !important;
    padding-left: 30px;
  }
  .bbs_cont .bbs_list_area .t_red {
    color: #be2828;
  }
  .bbs_cont .bbs_list_area .table_lifo_list {
    margin-top: 20px;
  }
  .bbs_cont .bbs_list_area .table_lifo_list li {
    font-size: 15px;
    line-height: 25px;
    color: #707070;
    padding-left: 8px;
    position: relative;
  }
  .bbs_cont .bbs_list_area .table_lifo_list li:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 11px;
    width: 3px;
    height: 3px;
    background: #707070;
  }
  .bbs_cont .bbs_list_area .dot_list2 + .t_red {
    margin-top: 15px;
  }
  .bbs_cont .bbs_list_area .t_red + .dot_list2 {
    margin-top: 15px;
  }
  .bbs_cont .bbs_view {
    border: 0;
    border-top: 0;
  }
  .bbs_cont .bbs_view .view_tit {
    border-top: 2px solid #707070;
    background: #f9f9f9;
    padding: 15px;
    text-align: center;
    line-height: 24px;
    font-size: 20px;
    font-weight: 600;
  }
  .bbs_cont .bbs_view .view_info {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
  }
  .bbs_cont .bbs_view .view_info ul {
    display: block;
  }
  .bbs_cont .bbs_view .view_info ul li {
    width: 100%;
    display: flex;
    flex: 1;
  }
  .bbs_cont .bbs_view .view_info ul li:nth-child(1) {
    width: 100%;
  }
  .bbs_cont .bbs_view .view_info ul li .label {
    background: none;
    height: 30px;
    width: 70px;
    display: flex;
    align-items: center;
    justify-content: start;
    font-size: 18px;
    font-weight: 600;
    color: #000;
    text-align: left;
  }
  .bbs_cont .bbs_view .view_info ul li .cont_txt {
    width: calc(100% - 70px);
    flex: 1;
    height: 30px;
    font-size: 18px;
    color: #707070;
    display: flex;
    align-items: center;
  }
  .bbs_cont .bbs_view .view_info ul li .cont_txt a {
    display: block;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .bbs_cont .bbs_view .view_info ul li .cont_txt a:hover {
    text-decoration: underline;
  }
  .bbs_cont .bbs_view .view_in_infobox ul {
    display: block;
  }
  .bbs_cont .bbs_view .view_in_infobox ul li {
    width: 100%;
  }
  .bbs_cont .bbs_view .view_in_infobox ul li:nth-child(even) {
    border-left: 0;
  }
  .bbs_cont .bbs_view .view_in_infobox ul li:nth-child(n+2) {
    border-top: 1px solid #ccc;
  }
  .bbs_cont .bbs_view .view_nav ul {
    border-bottom: 1px solid #ccc;
  }
  .bbs_cont .bbs_view .view_nav ul li {
    border-top: 1px solid #ccc;
    display: flex;
  }
  .bbs_cont .bbs_view .view_nav ul li .label {
    background: #efefef;
    height: 56px;
    width: 85px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: 600;
    color: #000;
  }
  .bbs_cont .bbs_view .view_nav ul li .label .ico_page_prev {
    width: 8px;
    height: 13px;
    background: url(../images/ico_nav_prev.svg) center no-repeat;
    margin-right: 5px;
  }
  .bbs_cont .bbs_view .view_nav ul li .label .ico_page_next {
    width: 8px;
    height: 13px;
    background: url(../images/ico_nav_next.svg) center no-repeat;
    margin-right: 5px;
  }
  .bbs_cont .bbs_view .view_nav ul li .cont_txt {
    width: calc(100% - 85px);
    flex: 1;
    height: 56px;
    padding: 0 20px;
    font-size: 18px;
    color: #707070;
    display: flex;
    align-items: center;
  }
  .bbs_cont .bbs_view .view_nav ul li .cont_txt a {
    display: block;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .bbs_cont .bbs_view .view_nav ul li .cont_txt a:hover {
    text-decoration: underline;
  }
  .bbs_cont .bbs_view .view_cont_area {
    padding: 20px 0;
  }
  .file_add_area {
    flex-wrap: wrap;
  }
  .file_add_area input[type=file] {
    display: none;
  }
  .file_add_area input[type=file] + label {
    cursor: pointer;
    width: 100%;
    height: 40px;
    background: #707070;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
  }
  .file_add_area .file_count {
    margin: 10px 0;
    font-size: 15px;
  }
  .file_add_area .btn_del {
    margin-left: auto;
  }
  .v_table table th {
    font-size: 15px;
  }
  .v_table .wt_ip + .t_red {
    margin: 10px 0 0 0;
    display: block;
    font-size: 15px;
  }
  .v_table .date_ip_area {
    position: relative;
  }
  .v_table .date_ip_area .wt_ip {
    padding-right: 40px;
  }
  .v_table .date_ip_area .ui-datepicker-trigger {
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -10px;
  }
  .bbs_list2 .bbs_item {
    border-top: 2px solid #129ba9;
    border-bottom: 1px solid #cccccc;
  }
  .bbs_list2 .bbs_item:nth-child(n+2) {
    margin-top: 20px;
  }
  .bbs_list2 .bbs_item a {
    display: block !important;
    padding: 20px 0;
  }
  .bbs_list2 .bbs_item a .bbs_thumb {
    width: 250px;
    margin: 0 auto;
  }
  .bbs_list2 .bbs_item a .bbs_item_cont {
    flex: 1;
    width: 100% !important;
    padding: 15px 0 0 !important;
    position: relative;
  }
  .bbs_list2 .bbs_item a .bbs_item_cont .bbs_name {
    font-size: 24px;
    font-weight: 600;
    color: #000;
    line-height: 30px;
  }
  .bbs_list2 .bbs_item a .bbs_item_cont .bbs_disc {
    margin-top: 15px;
    font-size: 18px;
    color: #707070;
    line-height: 30px;
    white-space: unset !important;
    overflow: hidden;
    text-overflow: unset !important;
    margin-bottom: 20px;
  }
  .bbs_list2 .bbs_item a .bbs_item_cont .bbs_date {
    font-size: 18px;
    color: #707070;
    line-height: 20px;
    position: relative !important;
    left: 0 !important;
    bottom: 0 !important;
  }
  .bbs_list2 .bbs_item a:hover .bbs_name {
    text-decoration: underline;
  }
  .bbs_list2 .bbs_item a:hover .bbs_disc {
    text-decoration: underline;
  }
  .bbs_btm {
    display: block !important;
  }
  .bbs_btm .btn_right {
    margin: 30px auto 0;
  }
}