@charset "utf-8";
/* CSS Document */

.mgt30 {
  margin-top: 30px;
}
.mgt40 {
  margin-top: 40px;
}

.page_line {
  width: 1200px;
  margin: 0 auto;
  text-align: center;
}

/* news */
.news_wrap {
  width: 1200px;
  margin: 0 auto;
  padding: 0 0 30px 0;
  position: relative;
}
.news_wrap .search_line {
  width: 1200px;
  padding: 20px 0 20px 0;
}
.news_wrap table {
  width: 100%;
  border-collapse: collapse;
}
.news_wrap table thead {
  border-top: 2px solid #ff4e00;
}
.news_wrap table tr,
td {
  border: 1px solid #ccc;
  font-size: 14px;
  color: #2a2a2a;
  padding: 10px;
}
.news_wrap table th {
  border: 1px solid #ccc;
  text-align: center;
  padding: 10px;
  background: #fcf0eb;
}
.news_wrap table .tbcnt {
  text-align: center;
}
.news_wrap table .tbleft {
  text-align: left;
}
.news_wrap table .marginlt-solid {
  border-left: 1px solid #fff;
}
.news_wrap table .marginrt-solid {
  border-right: 1px solid #fff;
}
.news_wrap table .tbv_title {
  font-size: 16px;
  color: #333;
}
.news_wrap table .tb_num {
  color: #7f7f7f;
  font-weight: 300;
  font-size: 13px;
}
.news_wrap table .tb_date {
  color: #7f7f7f;
  font-weight: 300;
  font-size: 13px;
}
.news_wrap table .tb_hit {
  color: #7f7f7f;
  font-weight: 300;
  font-size: 13px;
}
.news_wrap .bdv_listBtn {
  text-align: center;
  margin: 0 auto;
  width: 120px;
  height: 50px;
  line-height: 50px;
  color: #fff;
  font-weight: 400;
  background: #ff4e00;
  border: 0;
}
.news_wrap .bd_select {
  /* Size and position */
  position: relative;
  width: 150px;
  margin: 0 auto;
  padding: 7px;

  /* Styles */
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 1px rgba(50, 50, 50, 0.1);
  cursor: pointer;
  outline: none;
  font-family: "Noto Sans KR";
}

.news_wrap .bd_select:after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: 0px;
  border-width: 4px 6px 0 4px;
  border-style: solid;
  border-color: #000 transparent;
}
.news_wrap .input_search {
  background: #fff;
  border: 1px solid #c5c5c5;
  padding: 8px;
  color: #3333;
  text-align: left;
  width: 400px;
}

/*faq */
.faq_wrap {
  width: 1200px;
  margin: 0 auto;
  padding: 0 0 30px 0;
  position: relative;
}
.faq_wrap .search_line {
  width: 1200px;
  padding: 20px 0 20px 0;
  margin: 0 auto;
  text-align: center;
}
.faq_wrap .faqlist_btbox {
  width: 1200px;
}

.faq_search_box {
  width: 1200px;
  height: 110px;
  margin: 0;
  border-bottom: 1px solid #333;
  border-top: 1px solid #333;
  padding: 20px;
}
.faq_lt {
  float: left;
}
.faq_rt {
  float: right;
  margin: 16px 0 0 0;
}
.faq_search {
  background: #fff;
  border: 1px solid #c5c5c5;
  padding: 8px;
  color: #3333;
  text-align: left;
  width: 400px;
}

.faq_wrap table {
  width: 100%;
  border-collapse: collapse;
}
.faq_wrap table thead {
  border-top: 2px solid #ff4e00;
}
.faq_wrap table tr,
td {
  border: 1px solid #ccc;
  font-size: 14px;
  color: #2a2a2a;
  padding: 10px;
}
.faq_wrap table th {
  border: 1px solid #ccc;
  text-align: center;
  padding: 10px;
  background: #fcf0eb;
}
.faq_wrap table .tbcnt {
  text-align: center;
}
.faq_wrap table .tbleft {
  text-align: left;
}
.faq_wrap table .marginlt-solid {
  border-left: 1px solid #fff;
}
.faq_wrap table .marginrt-solid {
  border-right: 1px solid #fff;
}
.faq_wrap table .tbv_title {
  font-size: 16px;
  color: #333;
}
.faq_wrap table .tb_num {
  color: #7f7f7f;
  font-weight: 300;
  font-size: 13px;
}
.faq_wrap table .tb_date {
  color: #7f7f7f;
  font-weight: 300;
  font-size: 13px;
}
.faq_wrap table .tb_hit {
  color: #7f7f7f;
  font-weight: 300;
  font-size: 13px;
}
.faq_wrap table .tb_faq {
  color: #0076a7;
  font-weight: 300;
  font-size: 13px;
  text-align: center;
  color: #00638c;
  font-weight: 400;
}
.faq_wrap .faq_alistBtn {
  float: right;
  text-align: center;
  margin: 0 auto;
  width: 100px;
  height: 40px;
  line-height: 40px;
  color: #fff;
  font-weight: 400;
  background: #28a6db;
  border: 0;
}

.faq_wrap .bd_select {
  /* Size and position */
  position: relative;
  width: 150px;
  margin: 0 auto;
  padding: 7px;

  /* Styles */
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 1px rgba(50, 50, 50, 0.1);
  cursor: pointer;
  outline: none;
  font-family: "Noto Sans KR";
}

.faq_wrap .bd_select:after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: 0px;
  border-width: 4px 6px 0 4px;
  border-style: solid;
  border-color: #000 transparent;
}

.faq_wrap .input_search {
  background: #fff;
  border: 1px solid #c5c5c5;
  padding: 8px;
  color: #3333;
  text-align: left;
  width: 400px;
}

.faq_wrap .faq_tablist {
  width: 1200px;
  list-style: none;
  height: 50px;
  border-bottom: 1px solid #ccc;
  margin-top: 40px;
  clear: both;
}
.faq_wrap .faq_tablist li {
  float: left;
  border: 1px solid #ccc;
  text-align: center;
  height: 50px;
  line-height: 50px;
  width: 20%;
}
.faq_wrap .faq_tablist .bdsolid-lt {
  border-left: 1px solid #fff;
}

/*qns */
.qns_wrap {
  width: 1200px;
  margin: 0 auto;
  padding: 0 0 30px 0;
  position: relative;
}
.qns_wrap .search_line {
  width: 1200px;
  padding: 20px 0 20px 0;
}

.qns_wrap table {
  width: 100%;
  border-collapse: collapse;
}
.qns_wrap table thead {
  border-top: 2px solid #ff4e00;
}
.qns_wrap table tr,
td {
  border: 1px solid #ccc;
  font-size: 14px;
  color: #2a2a2a;
  padding: 10px;
}
.qns_wrap table th {
  border: 1px solid #ccc;
  text-align: center;
  padding: 10px;
  background: #fcf0eb;
}

.qns_wrap table .tbcnt {
  text-align: center;
}
.qns_wrap table .tbleft {
  text-align: left;
}
.qns_wrap table .marginlt-solid {
  border-left: 1px solid #fff;
}
.qns_wrap table .marginrt-solid {
  border-right: 1px solid #fff;
}
.qns_wrap table .tbv_title {
  font-size: 16px;
  color: #333;
}
.qns_wrap table .tb_num {
  color: #7f7f7f;
  font-weight: 300;
  font-size: 13px;
}
.qns_wrap table .tb_date {
  color: #7f7f7f;
  font-weight: 300;
  font-size: 13px;
}
.qns_wrap table .tb_name {
  color: #7f7f7f;
  font-weight: 300;
  font-size: 13px;
}
.qns_wrap table .tb_faq {
  color: #0076a7;
  font-weight: 300;
  font-size: 13px;
  text-align: center;
  color: #00638c;
  font-weight: 400;
}
.qns_wrap .qns_alistBtn {
  float: right;
  text-align: center;
  margin: 0 auto;
  width: 100px;
  height: 40px;
  line-height: 40px;
  color: #fff;
  font-weight: 400;
  background: #28a6db;
  border: 0;
}

.qns_wrap .bd_select {
  /* Size and position */
  position: relative;
  width: 150px;
  margin: 0 auto;
  padding: 7px;

  /* Styles */
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 1px rgba(50, 50, 50, 0.1);
  cursor: pointer;
  outline: none;
  font-family: "Noto Sans KR";
}

.qns_wrap .bd_select:after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: 0px;
  border-width: 4px 6px 0 4px;
  border-style: solid;
  border-color: #000 transparent;
}

.qns_wrap .input_search {
  background: #fff;
  border: 1px solid #c5c5c5;
  padding: 8px;
  color: #3333;
  text-align: left;
  width: 400px;
}
.qns_wrap .ans_btnline {
  width: 1200px;
  margin: 0 auto;
  padding: 30px 0 20px 0;
  text-align: right;
}
.qns_wrap .qns_self-btn {
  width: 160px;
  height: 40px;
  line-height: 40px;
  color: #fff;
  font-weight: 400;
  font-size: 14px;
  background: #28a6db;
  border: 0;
}
.qns_wrap .qns_write-btn {
  width: 120px;
  height: 40px;
  line-height: 40px;
  color: #fff;
  font-weight: 400;
  font-size: 14px;
  background: #28a6db;
  border: 0;
}
.qns_wrap .qns_list-btn {
  width: 120px;
  height: 40px;
  line-height: 40px;
  color: #fff;
  font-weight: 400;
  font-size: 14px;
  background: #28a6db;
  border: 0;
}
.qns_wrap .qns_delete-btn {
  width: 120px;
  height: 40px;
  line-height: 40px;
  color: #fff;
  font-weight: 400;
  font-size: 14px;
  background: #28a6db;
  border: 0;
}
.qns_wrap .qns_modify-btn {
  width: 120px;
  height: 40px;
  line-height: 40px;
  color: #fff;
  font-weight: 400;
  font-size: 14px;
  background: #28a6db;
  border: 0;
}

.qns_wrap .qns_wform {
  list-style: none;
  width: 1200px;
  margin: 0 auto;
  height: 260px;
}
.qns_wrap .wformline1 {
  float: left;
  padding: 14px 0 14px 0;
  width: 100%;
  border-top: 1px solid #ccc;
}
.qns_wrap .wformline2 {
  float: left;
  padding: 14px 0 14px 0;
  width: 100%;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.qns_wrap .wformline3 {
  float: left;
  padding: 14px 0 14px 0;
  width: 100%;
  border-bottom: 1px solid #ccc;
}
.qns_wrap .qns_wform_lt {
  float: left;
  width: 10%;
}
.qns_wrap .qns_wform_rt {
  float: right;
  width: 90%;
}

.qns_wrap .qns_wform_title {
  font-size: 18px;
  text-align: left;
  font-weight: 500;
  color: #4089c1;
  line-height: 100px;
}
.qns_wrap .qns_wform_label {
  font-size: 16px;
  text-align: left;
  font-weight: 400;
  color: #333;
}

.qns_wrap .wform_name {
  font-size: 16px;
  text-align: left;
  font-weight: 400;
  color: #333;
}
.qns_wrap .wform_subject {
  background: #f2f2f2;
  border: 1px solid #c5c5c5;
  padding: 8px;
  color: #3333;
  text-align: left;
  width: 100%;
  font-size: 16px;
}
.qns_wrap .wform_content {
  background: #f2f2f2;
  border: 1px solid #c5c5c5;
  padding: 8px;
  color: #3333;
  text-align: left;
  width: 100%;
  height: 80px;
  font-size: 16px;
}

.qns_wrap .wform_btn {
  width: 1200px;
  margin: 0 auto;
  text-align: center;
}

/*unews_wrap */
.unews_wrap {
  width: 1200px;
  margin: 0 auto;
  padding: 0 0 30px 0;
  position: relative;
}

.unews_wrap table {
  width: 100%;
  border-collapse: collapse;
}
.unews_wrap table thead {
  border-top: 2px solid #ff4e00;
}
.unews_wrap table tr,
td {
  border: 1px solid #ccc;
  font-size: 14px;
  color: #2a2a2a;
  padding: 10px;
}
.unews_wrap table th {
  border: 1px solid #ccc;
  text-align: center;
  padding: 10px;
  background: #fcf0eb;
}

.unews_wrap .bd_select {
  /* Size and position */
  position: relative;
  width: 150px;
  margin: 0 auto;
  padding: 7px;

  /* Styles */
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 1px rgba(50, 50, 50, 0.1);
  cursor: pointer;
  outline: none;
  font-family: "Noto Sans KR";
}

.unews_wrap .bd_select:after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: 0px;
  border-width: 4px 6px 0 4px;
  border-style: solid;
  border-color: #000 transparent;
}

.unews_wrap .input_search {
  background: #fff;
  border: 1px solid #c5c5c5;
  padding: 8px;
  color: #3333;
  text-align: left;
  width: 400px;
}
.unews_wrap .ans_btnline {
  width: 1200px;
  margin: 0 auto;
  padding: 30px 0 20px 0;
  text-align: right;
}
.unews_wrap .qns_self-btn {
  width: 160px;
  height: 40px;
  line-height: 40px;
  color: #fff;
  font-weight: 400;
  font-size: 14px;
  background: #28a6db;
  border: 0;
}
.unews_wrap .qns_write-btn {
  width: 120px;
  height: 40px;
  line-height: 40px;
  color: #fff;
  font-weight: 400;
  font-size: 14px;
  background: #28a6db;
  border: 0;
}
.unews_wrap .qns_list-btn {
  width: 120px;
  height: 40px;
  line-height: 40px;
  color: #fff;
  font-weight: 400;
  font-size: 14px;
  background: #28a6db;
  border: 0;
}
.unews_wrap .qns_delete-btn {
  width: 120px;
  height: 40px;
  line-height: 40px;
  color: #fff;
  font-weight: 400;
  font-size: 14px;
  background: #28a6db;
  border: 0;
}
.unews_wrap .qns_modify-btn {
  width: 120px;
  height: 40px;
  line-height: 40px;
  color: #fff;
  font-weight: 400;
  font-size: 14px;
  background: #28a6db;
  border: 0;
}
